body{
    overflow-x: hidden;
}

/* p, a, li, td, th, div, figure, figcaption{
    line-height: 2;
} */

.recruitHero{
    margin-top:80px;
    width:100%;
    height:calc(100vh - 80px);
    background:#EDF3FF;
    position:relative;
    display:flex;
    align-items: center;
}

.rhInner{
    display:flex;
    justify-content: unset;
    align-items: center;
    /* width:1260px; */
    width:92.24%;
    margin:0 auto;
    
}

.rhRight{
    width:50%;
}

.rhLeft{
    width:50%;
}

.rhLeft > img{
    width:55.64vw;
    /* max-width:760px; */
    transform: translateX(-8.62vw);
}

@media(min-width:1440px){
    .rhLeft > img{
        transform: translateX(-3vw);
    }
}

.rhMessege{
    /* font-size:4rem; */
    font-size:2.93vw;
    position:relative;
}

.rhMessege:before{
    position:absolute;
    content:"";
    background:center / contain no-repeat url(../img/quote1.png);
    top:0;
    left: -22px;
    width:42px;
    height:33px;
}

.rhMessege:after{
    position:absolute;
    content:"";
    background:center / contain no-repeat url(../img/quote2.png);
    bottom: -40px;
    right: 100px;
    width:42px;
    height:33px;
}

.rhMessege > span{
    display:inline-block;
    margin:32px 0 0;
    position:relative;
    z-index:1;
}

.rhMessege > span:before{
    position:absolute;
    content:"";
    width:100%;
    height:50%;
    bottom:0;
    left:0;
    background:linear-gradient(90deg, #28BBF8, #0E69E2);
    z-index:-1;
}

#heroScroll{
    position:absolute;
    width:53px;
    height:89px;
    margin:auto;
    left:0;
    right:0;
    bottom:0;
}

#heroLogo{
    position:absolute;
    width:153px;
    height:45px;
    margin:auto;
    right:3%;
    bottom:18px; 
}

.inner{
    max-width:1050px;
    padding:0;
}

.bigTitle{
    font-size:10.8rem;
    font-weight:700;
    color:#343434;
    display:block;
    max-width:1050px;
    margin:0 auto;
}

.sectionTitle{
    font-size:3.2rem;
    font-weight:600;
    color:#343434;
    max-width:1050px;
    margin:0 auto;
}

.sectionTitle > span{
    color:#0E69E2;
}

.col2Child{
    width:50%;
    margin:0 auto;
}

.recruitAbout .inner.col2{
    margin-top:32px;
}

.recruitAbout .col2Child img{
    max-width:90%;
}

.recruitAbout{
    padding-bottom:80px;
    position:relative;
    z-index:1;
}

.recruitAbout:before{
    position:absolute;
    content:"";
    background:#EDF3FF;
    height:68%;
    width:82.93%;
    right:0;
    bottom:0;
    z-index:-1;
}

.recruitService{
    background:linear-gradient(90deg, #28BBF8, #0E69E2);
}

.recruitService .sectionTitle{
    display:inline-block;
}

.recruitService .bigTitle{
    display: inline-block;
}

.recruitService > .inner > p{
    /* width:62%; */
    width:44%;
    color:#fff;
    
}

.recruitService > .inner{
    position:relative;
    z-index:1;
}

.recruitService > .inner:before{
    position:absolute;
    z-index:-1;
    content:"";
    background-color:#fff;
    top:0;
    right:-66%;
    width:100%;
    height:100%;
}

.recruitService > .inner:after{
    position:absolute;
    z-index:-1;
    content:"";
    background:center / contain no-repeat url(../img/service_illust2.png);
    /* background-color:#fff; */
    top:66px;
    right:60px;
    width:249px;
    height:268px;
}

.rsInner2{
    display:flex;
    justify-content: space-around;
    padding:32px 22px;
    background:#fff;
    margin-top:32px;
    position:relative;
    z-index:1;
}
.rsInner2:after{
    position:absolute;
    content:"";
    width:50%;
    height:100%;
    right:-50%;
    top:0;
    background:#fff;
    z-index:-1;
}

.rsInner2 > figure{
    width:41.24%;
}

.serviceLists{
    width:28%;
}

.serviceLists .commonH2{
    font-size:2rem;
    margin-bottom:10px;
}

.white{
    color:#fff;
}

.recruitMerrit .col3Child{
    background:#fff;
    padding:26px 16px;
}

.recruitMerrit .col3Child img{
    max-width:204px;
    display:block;
    margin:0 auto 24px;
}

.recruitMerrit{
    position: relative;
    z-index:1;
    margin-bottom:0;
}

.recruitMerrit:before{
    position:absolute;
    content:"";
    z-index:-1;
    width:100%;
    height:40%;
    left:0;
    /* bottom:-32px; */
    bottom: -50px;
    background:#EDF3FF;
}

.recruitCase{
    background:linear-gradient(90deg, #28BBF8, #0E69E2);
    padding:48px 16px;
}

.recruitCase .inner{
    display:flex;
    justify-content: space-around;
    align-items: center;
    margin:32px auto;
}

.col4Child{
    width:24%;
}

.recruitCase .col4Child img{
    border-radius:6px;
}

.area{
    background:#EDF3FF;
    padding:32px;
}

.tab{
    margin:48px auto 0 !important;
    list-style: none;
    display:flex;
    /* margin-top:48px; */
}

.tab > li{
    width:50%;
    text-align:center;
    color:#fff;
    background:#343434;
    padding:12px;
}

.tab > li.isActive{
    background:linear-gradient(90deg, #28BBF8, #0E69E2);
}

.tab > li:hover{
    cursor: pointer;
}

.area > .inner{
    display:flex;
    justify-content: space-between;
    width:100%;
    margin-top:16px;
}

.innerBox{
    width: 49%;
    background:#fff;
    padding:32px;
}

.innerBox h3{
    color:#fff;
    background:#0E69E2;
    font-size:1.6rem;
    padding:6px 12px;
    margin-bottom:16px;
}

.innerBox p{
    border-bottom:1px solid #B7B7B7;
    padding:6px;
    padding-left:20px;
    position:relative;
}

.innerBox p:before{
    position: absolute;
    content:"";
    width:16px;
    height:16px;
    left:0px;
    top:15px;
    background:center / contain no-repeat url(../../img/child_arrow.png);
}

.area > h3{
    font-size:2rem;
    border-left:8px solid #0E69E2;
    padding-left:8px;
}

.area > ul{
    list-style: none;
}

.area > ul > li{
    position:relative;
}

.area > ul > li:before{
    position: absolute;
    content:"";
    width:16px;
    height:16px;
    left: -20px;
    /* top: 9px; */
    top: 4px;
    background:center / contain no-repeat url(../../img/child_arrow.png);
}

.area{
    display:none;
}

.area.isActive{
    display:block;
}

.recruitCompany{
    background:#EDF3FF;
    padding-bottom:80px;
}

.recruitRequirement{
    padding-bottom:80px;
}

.recruitCompany .commonTable{
    margin:48px auto 32px;
}

.recruitCompany .commonTable th{
    width:30%;
}

.map > iframe{
    width:100%;
    height:440px;
}

@media(max-width:768px){
    .recruitHero{
        height:54vh;
    }
    .rhMessege{
        font-size: 2.6rem;
    }
    .rhMessege:after{
        right:0;
    }
    .rhLeft > img{
        transform: translateX(0);
    }
    .bigTitle{
        font-size:6rem;
    }
    .sectionTitle{
        font-size:2.4rem;
    }
    .recruitAbout{
        padding:32px 16px;
    }
    .recruitService{
        padding:32px 16px;
    }
    .recruitService > .inner:before{
        display: none;
    }
    .recruitService > .inner:after{
        display: none;
    }
    .recruitService > .inner > p{
        width:100%;
    }
    .recruitMerrit .col3Child img{
        max-width:80%;
    }
    .recruitRequirement{
        padding:32px 16px;
    }
    .recruitCompany{
        padding:32px 16px;
    }
}

@media(max-width:480px){
    .recruitHero{
        height:80vh;
        min-height:650px;
        margin-top:60px;
        align-items: unset;
        padding:48px 16px;
    }
    .rhInner{
        flex-direction: column;
    }
    .rhLeft{
        width:94%;
        margin:0 auto;
    }
    .rhLeft > img{
        width:100%;
    }
    .rhRight{
        width:100%;
        margin-top:16px;
    }
    .rhMessege > span{
        margin:14px 0 0;
    }
    .rhMessege{
        font-size: 6.4vw;
    }
    .rhMessege:before{
        width:21px;
        height:16.5px;
        top: 10px;
        left: 0px;
    }
    .rhMessege:after{
        width:21px;
        height:16.5px;
        bottom: 10px;
        right: 0px;
    }
    #heroLogo{
        width: 100px;
        height: 28px;
    }
    .bigTitle{
        font-size:11vw;
    }
    .sectionTitle{
        font-size:2.2rem;
    }
    .col2Child{
        width:100%;
    }
    .recruitAbout .col2Child img{
        width:84%;
        display:block;
        margin:16px auto;
    }
    .recruitService .sectionTitle{
        margin-left:10px;
    }
    .rsInner2{
        flex-direction:column;
    }
    .rsInner2 > figure{
        width:100%;
    }
    .serviceLists{
        width:100%;
    }
    .rsInner2:after{
        display:none;
    }
    .serviceLists .commonH2{
        margin-top:16px;
    }
    .recruitMerrit .col3Child{
        width:100%;
        padding:26px 12px;
        margin:0;
        margin-bottom:16px;
    }
    .recruitMerrit:before{
        display:none;
    }
    .recruitMerrit{
        padding:32px 16px 16px;
        background:#EBF5FF;
    }
    .recruitCase .inner{
        flex-wrap: wrap;
        justify-content: space-between;
        margin:16px auto 4px;
    }
    .col4Child{
        width:48%;
        margin-bottom:12px;
    }
    .innerBox{
        width:100%;
    }
    .area{
        padding:26px 14px;
    }
    .recruitCompany .commonTable{
        min-width:auto;
    }
    .recruitCompany .commonTable th{
        width:100%;
        display:block;
    }
    .recruitCompany .commonTable td{
        width:100%;
        display:block;
    }
}

.toMember{
    width:100%;
    aspect-ratio:98.6 / 33.6;
    position:relative;
    background:center / cover no-repeat url(../img/to_member_pc.jpg);
}

.toMember > .inner{
    width:100%;
    height:auto;
    aspect-ratio: 403 / 62;
    max-width:none;
    text-align:center;
    padding:3.3rem;
    position:absolute;
    top:0;
    bottom:0;
    left:0;
    right:0;
    margin:auto;
}

.toMember > .inner p{
    color:#fff;
    font-weight:600;
    margin-bottom:1rem;
}

.toMember > .inner .commonButton{
    min-width:25rem;
    max-width:none;
    padding: 1rem 2rem 1.3rem 2rem;
    color:#000;
    box-shadow: 0 6px 20px rgba(0, 35, 88, .4);
    border:none;
}

.toMember > .inner .commonButton:hover{
    box-shadow: none;
    border:none;
}

@media(max-width:700px){
    .toMember{
        aspect-ratio: 316 / 237;
        background: center / cover no-repeat url(../img/to_member_sp.jpg);
    }
    .toMember > .inner{
        aspect-ratio: 250 / 85;
        padding:0;
        bottom:-1.2rem;
    }
    .toMember > .inner p > span{
        display: block;
    }
    .toMember > .inner .commonButton{
        font-size:1.5rem;
        min-width:auto;
    }
}

h3.toEng{
	margin:1.6rem 0 1.2rem;
}

.career-image{
    margin-bottom:1.2rem;
}

.commonTable.recruit-table th{
    text-align:center;
    border:none;
}

.commonTable.recruit-table td{
    background:#fff;
    border:1px solid #f3f3f3;
}