@charset "utf-8";
.pageTopTitle{
    background: url(./img/top_title.png) no-repeat;
    background-size: cover;
    background-color: #000;
}
.pageTopTitle h1{
    color: #fff;
}
#main{
    margin-top: 84px;
}
@media screen and (max-width: 767px) {
    .pageTopTitle{
        background: url(./img/top_title_sp.png) no-repeat top;
        background-size: cover;
    }
    #main{
        margin-top: 60px;
    }
}
/*
business
*/

.about_box1{
    background-size: cover;
    padding: 160px 10px;
}
.about_box1 h2{
    font-size: 214%;
    font-weight: 400;
    text-align: center;
    letter-spacing: 0.6em;
}
.about_box1 p{

    margin: 50px auto 50px;
    width: 1260px;
}
@media screen and (max-width: 767px) {
    .about_box1{
        padding: 80px 0;
    }
    .about_box1 p{
        width: 100%;
    }
   .about_box1 p.map{
       overflow:scroll;
       margin-bottom: 0px;
   }
   .about_box1 p.map img{
       width:640px;
       max-width:none;
   }
   .contryname_box div{
       width: 45%;
   }
    .about_box1 p.swipe{
        width: 90%;
       margin: 0 auto 50px;
       padding: 0;
   }
}

.contryname_box{
    display: flex;
    flex-wrap:nowrap;
    justify-content: center;
}
.contryname_box div{
    width: 16.6%;
    border-left: 1px solid #333;
    border-right: 1px solid #333;
    margin-left: -1px;
    text-align: center;
    font-size: 110%;
    letter-spacing: 0.1em;
    line-height: 220%;
}
.about_box1 .caution{
    text-align: right;
    margin-top: 20px;
}
@media screen and (max-width: 767px) {

    .contryname_box{
        display: flex;
        flex-wrap:wrap;
    }
    .contryname_box div{
        width: 45%;
    }
}


/* 事業内容 */
.about_box2{
    background-color: #f2f2f2;
    padding: 80px 10px;
}
.about_box2 h2{
    font-size: 214%;
    font-weight: 400;
    letter-spacing: 0.8em;
    margin-bottom: 50px;
}
@media screen and (max-width: 767px) {
    .about_box2{
        background-color: #fff;
        padding: 0 10px;
    }
    .about_box2 h2{
        text-align: center;
    }
}
.business_box{
    background-color: #fff;
    border-radius: 20px;
    padding: 0px;
}
.business_box_img{
    background: url(./img/img2_bg.png) no-repeat;
    background-size: cover;
    height: 325px;
    width: 100%;
    text-align: right;
    padding-top: 20px;
    padding-right: 20px;
}
.business_box_content{
    padding: 80px;
    display: flex;
    justify-content:space-between;
}
.content1{
    width: 620px;
}
.content1 h3{
    letter-spacing: 0.5em;
    font-size: 200%;
    padding: 15px 0;
    border-bottom: 1px solid #333;
    margin-bottom: 20px;
}
.content1 p{
    font-size: 120%;
    line-height: 180%;
}
.content1_img_box{
    display: flex;
    flex-wrap:wrap;
    justify-content:space-between;
    margin-top: 30px;
}
.content1_img_box div{
    width: 200px;
    text-align: center;
    padding-bottom: 30px;
    font-size: 90%;
}
.content1_img_box div img{
    margin-bottom: 15px;
}
.content2{
    width: 320px;
    margin-top: 30px;
}
.content2 div{
    width: 320px;
    text-align: center;
    padding-bottom: 30px;
    font-size: 90%;
}
.content2 div img{
    margin-bottom: 15px;
}
.content1 h4{
    background-color: #e1e1e1;
    padding: 12px 20px;
    letter-spacing: 0.08em;
    font-size: 110%;
}
.content1 table{
    margin-top: 10px;
}
.content1 tr{
    display: flex;
}
.content1 th{
    padding: 12px 20px 12px 20px;
    background-color: #e9e9e9;
    width: 80px;
    display: flex;
    justify-content:space-between;
    margin-right: 0;
}
.content1 td{
    width: 540px;
    padding: 12px 20px;
    margin-left: 0;
}
.content1 .myborder{
    border-bottom: 1px solid #cfcfcf;
}

@media screen and (max-width: 767px) {
    .business_box_content{
        flex-direction:column;
        padding: 15px 0;
    }
    .content1{
        width: 100%;
        display: flex;
        flex-direction:column;
    }
    .content1 h3{
        text-align: center;
    }
    .content1_img_box{
        order:2
    }
    .toriatsukai{
        order:1;
        margin-top: 30px;
    }
    .content1 th{
        width: 20%;
    }
    .content1 td{
        width: 80%;
    }
    .content1_img_box div{
        width: 32%;
        padding-bottom: 10px;
    }
    .content1_img_box div img{
        margin-bottom: 5px;
    }
    .content2{
        width: 100%;
        margin-top: 30px;
        display: flex;
        flex-wrap:wrap;
        justify-content:space-between;
    }
    .content2 div{
        width: 49%;
        padding-bottom: 10px;
    }
    .content2 div img{
        margin-bottom: 5px;
    }
}


.business_box2{
    display: flex;
    justify-content:space-between;
    margin-top: 40px;
}
.business_box_content1{
    width: 550px;
    padding: 80px;
    background-color: #fff;
    border-radius: 20px;
}
.business_box_content2{
    width: 550px;
    padding: 80px;
    background-color: #fff;
    border-radius: 20px;
}
@media screen and (max-width: 767px) {
    .business_box2{
        flex-direction:column;
    }
    .business_box_content1{
        width: 100%;
        padding: 15px 0;
    }
    .business_box_content2{
        width: 100%;
        padding: 15px 0;
        margin-top: 30px;
    }
}

.business_box2 h3{
    letter-spacing: 0.5em;
    font-size: 200%;
    padding: 15px 0;
    border-bottom: 1px solid #333;
    margin-bottom: 30px;
    text-align: center;
}
.business_box2 p{
    font-size:118%;
    line-height: 180%;
}
.business_box2 h4{
    background-color: #e1e1e1;
    padding: 12px 20px;
    letter-spacing: 0.08em;
    font-size: 110%;
    margin-top: 40px;
}
.business_box2 .business_goods{
    font-size: 100%;
    padding: 10px;
    text-align: center;
    display: block;
}

.business_box2 .business_box_img2{
    margin-top: 40px;
    display: flex;
    flex-wrap:wrap;
    justify-content:space-between;
}
.business_box2 .business_box_img2 div{
    text-align: center;
    padding-bottom: 12px;
}
.business_box2 .business_box_img2 div img{
    margin-bottom: 7px;
}
.business_box2 .business_box_img2 .w100{
    width: 100%;
}
.business_box2 .business_box_img2 .w50{
    width: 185px;
}

.business_box2 .business_box_img2--large{
    margin-top: 93px;
}
.business_box2 .business_box_img2--large div img{
    margin-bottom: 20px;
}
.business_box2 .business_box_img2--large div{
    padding-top: 39px;
}

@media screen and (max-width: 767px) {

    .business_box2 .business_box_img2 .w50{
        width: 49%;
    }
    .business_box2 .business_box_img2 .w100{
        padding-bottom: 0;
    }

    /* large 分初期化 */
    .business_box2 .business_box_img2--large{
        margin-top: 40px;
    }
    .business_box2 .business_box_img2--large div img{
        margin-bottom: 7px;
    }
    .business_box2 .business_box_img2--large div{
        padding-top: 0px;
    }
}

.recruitBtn{
    margin-top: 40px;
    width: 100%;
}
.recruitBtn a{
    display: block;
    width: 100%;
    padding: 15px 20px 10px;
    font-size: 90%;
    letter-spacing: 0.2em;
    text-align: left;
    background: transparent;
    border: 1px solid #3b3b3b;
    background-color: #333;
}
.recruitBtn a span:first-child{
    font-size: 125%;
    text-align: center;
    display: block;
    color: #fff;
}
.recruitBtn a span.border{
    display: block;
    height: 1px;
    width: 25%;
    background-color: #fff;
    margin: 6px auto 4px;

}
.recruitBtn a span:last-child{
    font-size: 90%;
    text-align: center;
    display: block;
    color: #fff;
}
.anime-btnBorder{
    transition: 0.5s ease-in-out;
}
.anime-btnBorder span{
    transition: 0.3s ease-in;
    transition-delay:0.2s;
}
.recruitBtn a:hover{
    background-color: #fff;
}
.recruitBtn a:hover span{
    color: #333;
}
.recruitBtn a:hover span.border{
    width: 50%;
    background-color: #333;
}

