@charset "utf-8";


/* recruit.htnl
-------------------------------*/
.rec01{
    width: 100%;
    height: 51.25vw;
    background: url(../img/recruit/rec_img01.jpg) center center no-repeat;
    background-size: cover;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
}
.rec01 .txt1 img{
    width: 30.6vw;
    height: auto;
}
.rec01 .txt1{
    padding-bottom: 1vw;
    background: url(../img/recruit/rec_bg_bar.png) center bottom no-repeat;
    background-size: 2.2vw auto;
}
.rec01 .txt2{
    font-size: 1.56vw;
    font-weight: 700;
    margin-top: 2.5vw;
    margin-bottom: 2.5vw;
}
.rec01 .txt3 .rec_cap1,
.rec01 .txt3 .rec_cap2{
    display: inline-block;
}
.rec01 .txt3 .rec_cap1 svg{
    width: 28.1vw;
    height: auto;
}
.rec01 .txt3 .rec_cap2 svg{
    width: 28.4vw;
    height: auto;
}
.rec01 .txt4{
    margin-top: 2.5vw;
    font-size: 1vw;
    line-height: 2;
    font-weight: 700;
}


@media screen and (max-width:910px){

    .rec01{
        height: auto;
        padding: 100px 5%;
    }
    .rec01 .txt1 img{
        width: 350px;
        height: auto;
    }
    .rec01 .txt1{
        padding-bottom: 20px;
        background-size: auto;
    }
    .rec01 .txt2{
        font-size: 20px;
        margin-top: 30px;
        margin-bottom: 50px;
    }
    .rec01 .txt3 .rec_cap1 svg{
        width: 59.3vw;
        height: auto;
    }
    .rec01 .txt3 .rec_cap2{
        margin-top: 10px;
    }
    .rec01 .txt3 .rec_cap2 svg{
        width: 59.8vw;
        height: auto;
    }
    .rec01 .txt4{
        margin-top: 50px;
        font-size: 16px;
        line-height: 1.8;
    }
}
@media screen and (max-width:640px){
    .rec01 .txt3 .rec_cap1 svg{
        width: 84.3vw;
        height: auto;
    }
    .rec01 .txt3 .rec_cap2 svg{
        width: 85.1vw;
        height: auto;
    }
}

@media screen and (max-width:450px){
    .rec01 .txt1 img{
        width: 280px;
        height: auto;
    }
    .rec01 .txt4 {
        text-align: left;
    }
    .rec01 .txt4 br.pc{
        display: none;
    }
    
}




.rec_ttl{
    text-align: center;
    font-weight: 700;
    font-size: 40px;
    line-height: 1.3;
    color: #374453;
    padding-bottom: 25px;
    background: url(../img/recruit/rec_bg_bar.png) center bottom no-repeat;
    margin-bottom: 60px;
    
}
@media screen and (max-width:910px){
    .rec_ttl{
        font-size: 30px;
        padding-bottom: 15px;
        margin-bottom: 40px;
    }

}
@media screen and (max-width:640px){
    .rec_ttl{
        font-size: 25px;
        margin-bottom: 30px;
    }
}





.rec02{
    width: 90%;
    max-width: 1190px;
    margin: auto;
    padding-top: 100px;
    padding-bottom: 100px;
}
.rec02 ._in{
    margin-top: 150px;
}
.rec_job_item{
    width: 47%;
    border: solid 1px #eee;
    position: relative;
}
.rec_job_item .fuki{
    position: absolute;
    top: -135px;
    left: 50%;
    z-index: 3;
    transform: translateX(-50%);
    width: 167px;
    aspect-ratio:167 / 202;
    background: url(../img/recruit/icon01.png) no-repeat;
    background-size: 100% 100%;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight: 700;
    color: #fff;
    line-height: 1.3;
    padding-bottom: 30px;
}
.rec_job_item .fuki .cap1{
    font-size: 35px;
    padding-bottom: 10px;
    margin-bottom: 10px;
    border-bottom: solid 1px #fff;
}
.rec_job_item .txt{
    background-color: #fff;
    padding: 35px;
}
.rec_job_item .txt dt{
    font-size: 25px;
    line-height: 1.4;
    font-weight: 700;
    margin-bottom: 10px;
}

@media screen and (max-width:1190px){
    .rec_job_item .fuki{
        position: absolute;
        top: -11vw;
        width: 14vw;
        padding-bottom: 2.5vw;
    }
    .rec_job_item .fuki .cap1{
        font-size: 2.9vw;
        padding-bottom: 0.8vw;
        margin-bottom: 0.8vw;
    }
}
@media screen and (max-width:910px){
    .rec02 ._in{
        margin-top: 0;
    }
    .rec_job_item{
        width: 100%;
        max-width: 565px;
        margin-left: auto;
        margin-right: auto;
        margin-bottom: 50px;
    }
    .rec_job_item:last-child{
        margin-bottom: 0;
    }
    .rec_job_item .fuki{
        top: -30px;
        left: -10px;
        transform: translateX(0);
    }
    .rec_job_item .txt dt{
        font-size: 20px;
    }
}
@media screen and (max-width:640px){
    .rec02{
        padding-top: 60px;
        padding-bottom: 60px;
    }
    .rec_job_item .fuki{
        width: 95px;
        padding-bottom: 20px;
        font-size: 15px;
    }
    .rec_job_item .fuki .cap1{
        font-size: 18px;
    }
    .rec_job_item .txt{
        padding: 20px;
    }
    .rec_job_item .txt dt{
        font-size: 18px;
    }
}





.rec03{
    width: 100%;
    max-width: 1920px;
    height: 390px;
    margin: auto;
    background-attachment: fixed;
    background-image: url(../img/recruit/rec_img07.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}
@media screen and (max-width:910px){
    .rec03{
        height: 45vw;
        background-attachment:scroll;
    }
}





.rec04{
    width: 100%;
    max-width: 1620px;
    margin: auto;
    padding-top: 100px;
    padding-bottom: 100px;
}
.rec_point_item{
    width: 100%;
    max-width: 1350px;
    background-color: #f5f9ea;
    padding: 40px 70px;
    align-items: center;
    margin-bottom: 100px;
}
.rec_point_item:last-child{
    margin-bottom: 0;
}
.rec_point_item.box_r{
    margin-left: auto;
}
.rec_point_item .img{
    width: 45%;
}
.rec_point_item .img img{
    border-radius: 20px;
}
.rec_point_item .txt{
    width: 48%;
}
.rec_point_item .txt .cat{
    display: flex;
    align-items: center;
    margin-bottom: 20px;
    font-weight: 700;
    font-size: 40px;
    line-height: 1.3;
}
.rec_point_item .txt .cat span{
    margin-left: 20px;
}
.rec_point_item .txt .num{
    width: 100%;
    max-width: 500px;
    text-align: right;
    margin-bottom: 30px;
    font-weight: 700;
    font-size: 40px;
    line-height: 1.2;
}
.rec_point_item .txt .num span{
    margin-right: 10px;
}

@media (min-width:911px) and (max-width:1350px){
    .rec_point_item{
        padding: 3vw 5vw;
        margin-bottom: 7.5vw;
    }
    .rec_point_item .txt .num span img{
        width: auto;
        max-width: none;
        height: 9.8vw;
        margin-left: 20px;
    }
}

@media screen and (max-width:910px){
    .rec04{
        width: 95%;
        padding-top: 70px;
        padding-bottom: 50px;
    }
    .rec_point_item{
        padding: 30px;
        margin-bottom: 50px;
    }
    .rec_point_item .img{
        width: 100%;
        margin-top: 20px;
        text-align: center;
    }
    .rec_point_item .txt{
        width: 100%;
    }
    .rec_point_item .txt .cat{
        margin-bottom: 20px;
        font-size: 30px;
    }
    .rec_point_item .txt .cat .icon{
        width: 80px;
    }
    .rec_point_item .txt .cat span{
        margin-left: 10px;
    }
    .rec_point_item .txt .num{
        text-align: left;
        padding-left: 90px;
        margin-bottom: 20px;
        font-size: 30px;
    }
    .rec_point_item .txt .num span{
        margin-right: 10px;
    }
    .rec_point_item .txt .num span img{
        height: 12vw;
        width: auto;
    }

}
@media screen and (max-width:640px){

    .rec04{
        padding-top: 50px;
        padding-bottom: 40px;
    }
    .rec_point_item{
        padding: 20px;
        margin-bottom: 30px;
    }
    .rec_point_item .img img{
        border-radius: 10px;
    }
    .rec_point_item .txt .cat{
        font-size: 25px;
    }
    .rec_point_item .txt .cat .icon{
        width: 60px;
    }
    .rec_point_item .txt .num{
        padding-left: 70px;
        font-size: 25px;
    }
}




.rec_pre_cont{
    width: 100%;
    height: 710px;
    background: url(../img/recruit/rec_bg_entry.jpg) center bottom/cover no-repeat;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    padding-left: 5%;
    padding-right: 5%;
    padding-bottom: 140px;
}
#footer.rec{
    margin-top: -140px;
}
.rec_pre_cont .txt1{
    text-align: center;
    font-family: "Montserrat", sans-serif;
    font-weight: 200;
    font-size: 100px;
    line-height: 1.2;
    margin-bottom: 80px;
    position: relative;
}
.rec_pre_cont .txt1:after{
    position: absolute;
    bottom: -45px;
    left: 50%;
    transform: translateX(-50%);
    width: 134px;
    height: 36px;
    background: url(../img/recruit/rec_entry_arrow.png) center top/contain no-repeat;
    content: "";
}
.rec_pre_cont .txt2{
    text-align: center;
    line-height: 1.8;

}


@media screen and (min-width:1921px){
    .rec_pre_cont{
        height: auto;
        aspect-ratio:1920 / 710;
    }
}
@media screen and (max-width:910px){
    .rec_pre_cont{
        height: calc(40vw + 80px);
        padding-bottom: 80px;
    }
    #footer.rec{
        margin-top: -80px;
    }
    .rec_pre_cont .txt1{
        font-size: 11vw;
        margin-bottom: 8.8vw;
    }
    .rec_pre_cont .txt1:after{
        bottom: -4.9vw;
        width: 14.7vw;
    }
}
@media screen and (max-width:640px){
    #footer.rec{
        margin-top: -50px;
    }
    .rec_pre_cont .txt2 br.pc{
        display: none;
    }
    
    .rec_pre_cont .txt1{
        font-size: 50px;
        margin-bottom: 35px;
    }
    .rec_pre_cont .txt1:after{
        bottom: -40px;
        width: 60px;
    }
}

@media screen and (max-width:450px){
    .rec_pre_cont{
        height: 80vw;
        padding-bottom: 40px;
    }
}