@charset "utf-8";

/* 採用情報  2026.06　修正 */

.rec_bg_w{
    background-color: #fff;
    padding-top: 150px;
    padding-bottom: 100px;
    font-size: 16px;
    line-height: 1.8;
}

.w1500{
    width: 90%;
    max-width: 1500px;
    margin: auto;
}



.rec_ttl{
    margin-bottom: 60px;
}
.rec_ttl .en{
    color: #0085ff;
    font-size: 20px;
    font-weight: 500;
    letter-spacing: 0.1em;
    margin-bottom: 25px;
}
.rec_ttl .en span{
    display:inline-block;
    position: relative;
}
.rec_ttl .en span:after{
    position: absolute;
    top: 50%;
    right: -35px;
    width: 30px;
    height: 1px;
    background-color: #0085ff;
    content: "";
}
.rec_ttl .ja{
    font-size: 40px;
    line-height: 1.6;
    font-weight: 500;
}

.rec_cont01{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.rec_cont01 .img{
    width: 46.5%;
    order: 1;
}
.rec_cont01 .img .kage{
    display: inline-block;
    position: relative;
}
.rec_cont01 .img .kage:after{
    position: absolute;
    left: 10px;
    top: 10px;
    width: 100%;
    height: 100%;
    border: solid 1px #0085ff;
    content: "";
}
.rec_cont01 .img .kage img{
    position: relative;
    z-index: 3;
}
.rec_cont01 .txt{
    width: 46.5%;
    order: 2;
}
.rec_cont01 .txt p{
    font-size: 18px;
    line-height: 2;
    transition: 0.3s;
}

@media screen and (max-width:1500px){
    .rec_ttl{
        margin-bottom: 4vw;
    }
    .rec_ttl .en{
        margin-bottom: 1.6vw;
    }
    .rec_ttl .ja{
        font-size: 2.6vw;
    }
    .rec_cont01 .txt p{
        font-size: 16px;
        line-height: 1.8;
    }
}

@media screen and (max-width:910px){
    .rec_bg_w{
        padding-top: 100px;
        font-size: 14px;
        line-height: 1.8;

    }

    .rec_ttl{
        margin-bottom: 40px;
    }
    .rec_ttl .en{
        margin-bottom: 20px;
    }
    .rec_ttl .ja{
        font-size: 30px;
        line-height: 1.6;
    }

    .rec_cont01 .img{
        width: 100%;
        text-align: center;
        order: 2;
    }
    .rec_cont01 .txt{
        width: 100%;
        order: 1;
        margin-bottom: 30px;
    }
    .rec_cont01 .txt p br.pc{
        display: none;
    }
    
    
}
@media screen and (max-width:640px){
    .rec_bg_w{
        padding-top: 60px;
        padding-bottom: 60px;
    }
    .rec_ttl{
        margin-bottom: 30px;
    }
    .rec_ttl .en{
        font-size: 18px;
        margin-bottom: 15px;
    }
    .rec_ttl .ja{
        font-size: 23px;
    }
    .rec_cont01 .txt p{
        font-size: 14px;
    }
}



.rec_cont02{
    width: 97%;
    max-width: 1900px;
    margin: auto;
    padding: 80px 0;
}
.rc02_ttl{
    width: 100%;
    text-align: center;
    margin-bottom: 50px;
    font-size: 28px;
    line-height: 1.6;
}
.rc02_ttl p{
    margin-top: 20px;
}
.rc02_staff{
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.rc02_staff li{
    width: 23.5%;
    margin-bottom: 20px;
}
.rc02_staff li span{
    display: inline-block;
    position: relative;
}
.rc02_staff li span:after{
    position: absolute;
    left: 10px;
    top: 10px;
    width: 100%;
    height: 100%;
    border: solid 1px #0085ff;
    content: "";
}
.rc02_staff li span img{
    position: relative;
    z-index: 5;
}
@media screen and (max-width:1500px){
    .rc02_staff li span:after{
        left: 0.6vw;
        top: 0.6vw;
    }
}
@media screen and (max-width:910px){
    .rec_cont02{
        width: 90%;
    }
    .rc02_ttl{
        font-size: 20px;
        margin-bottom: 30px;
    }
    .rc02_ttl img{
        width: 75px;
        height: auto;
    }
    .rc02_staff li{
        width: 48%;
    }
    .rc02_staff li span:after{
        left: 6px;
        top: 6px;
    }
}
@media screen and (max-width:640px){
    .rec_cont02{
        padding: 60px 0;
    }
    .rc02_ttl{
        font-size: 19px;
    }
    .rc02_ttl img{
        width: 65px;
        height: auto;
    }
    
    .rc02_staff li img{
        width: 100%;
        aspect-ratio:1 / 1;
        object-fit: cover;
        object-position: center;
    }

}



.rec_cont03{
    
}
.rc03_flow{
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-top: 50px;
}
.rc03_flow li{
    width: 23%;
    border: solid 1px #666;
    position: relative;
}
.rc03_flow li:not(:last-child):after{
    position: absolute;
    top: 65%;
    right: -32px;
    width: 41px;
    height: 49px;
    background-image: url(../img/recruit/next_x.png);
    background-repeat: no-repeat;
    background-size: contain;
    content: "";
}

.rc03_flow li .txt{
    padding: 20px 10px 40px;
    text-align: center;
}
.rc03_flow li .txt .num{
    color: #0085ff;
    font-size: 16px;
    line-height: 1.3;
    font-weight: 700;
}
.rc03_flow li .txt .num span{
    display: block;
    font-size: 30px;
    line-height: 1;
}
.rc03_flow li .txt dl{
    margin-top: 10px;
}
.rc03_flow li .txt dt{
    font-size: 20px;
    line-height: 1.3;
    padding-bottom: 15px;
    margin-bottom: 15px;
    background: url(../img/recruit/bar.png) center bottom no-repeat;
}
.rc03_flow li .txt dd{
    line-height: 1.5;
}
.rec03_next{
    text-align: center;
    margin-top: 50px;
    margin-bottom: 50px;
    
}
.rec03_completed{
    width: 100%;
    text-align: center;
    position: relative;
}
.rec03_completed .txt{
    position: absolute;
    top: -1px;
    left: 50%;
    transform: translateX(-50%);
    width: 208px;
    height: 104px;
    background-color: #fff;
    border-radius: 0 0 104px 104px; 
    text-align: center;
    font-size: 40px;
    line-height: 1.2;
    font-weight: 500;
    
}

@media (min-width:641px) and (max-width:1660px){
    .rc03_flow li:not(:last-child):after{
        position: absolute;
        top: 65%;
        right: -1.9vw;
        width: 2.46vw;
        height: 2.95vw;
    }

    .rc03_flow li .txt{
        padding: 1.2vw 0.6vw 2.4vw;
    }
    .rc03_flow li .txt .num{
        font-size: 0.96vw;
    }
    .rc03_flow li .txt .num span{
        font-size: 1.8vw;
    }
    .rc03_flow li .txt dl{
        margin-top: 0.6vw;
    }
    .rc03_flow li .txt dt{
        font-size: 1.2vw;
        padding-bottom: 0.9vw;
        margin-bottom: 0.9vw;
    }
    .rc03_flow li .txt dd{
        font-size: 1vw;
    }
    .rec03_next{
        text-align: center;
        margin-top: 3vw;
        margin-bottom: 3vw;
    }
    .rec03_next img{
        width: 8.5vw;
        height: auto;
    }
    .rec03_completed .txt{
        width: 12.5vw;
        height: 6.25vw;
        border-radius: 0 0 6.25vw 6.25vw; 
        font-size: 2.4vw;
    }

}
@media screen and (max-width:640px){
    .rc03_flow{
        margin-top: 30px;
    }
    .rc03_flow li{
        width: 100%;
        margin-bottom: 20px;
        display: flex;
        justify-content: space-between;
        align-items: flex-start;
    }
    .rc03_flow li:not(:last-child):after{
        position: absolute;
        top: auto;
        right: auto;
        bottom: -25px;
        left: 46%;
        transform: translateX(50%);
        width: 30px;
        height: 30px;
        transform: rotate(90deg);/* 回転 */
    }
    .rc03_flow li img{
        width: 35%;
        height: 100%;
        object-fit: cover;
        object-position: center;
    }
    .rc03_flow li .txt{
        width: 65%;
        padding: 10px;
        text-align: left;
    }
    .rc03_flow li .txt .num{
        font-size: 14px;
    }
    .rc03_flow li .txt .num span{
        display: inline-block;
        font-size: 20px;
        padding-left: 5px;
    }
    .rc03_flow li .txt dl{
        margin-top: 5px;
    }
    .rc03_flow li .txt dt{
        font-size: 16px;
        line-height: 1.3;
        padding-bottom: 10px;
        margin-bottom: 10px;
        background-position: left bottom;
    }
    .rc03_flow li .txt dd br{
        display: none;
    }
    .rec03_next{
        margin-top: 0;
        margin-bottom: 20px;
    }
    .rec03_next img{
        width: 60px;
        height: auto;
    }
    .rec03_completed .txt{
        top: -15px;
        width: 100px;
        height: 50px;
        border-radius: 0 0 50px 50px; 
        font-size: 20px;

    }
}




.rec_cont04{
    padding-top: 100px;
    padding-bottom: 100px;
}

.rec_cont04 .txt1{
    margin-top: 50px;
    margin-bottom: 20px;
    font-size: 25px;
    line-height: 1.6;
    font-weight: 500;
}
.time_line_waku{
    width: 100%;
    max-width: 1670px;
    margin: 0 auto 20px;
    padding-left: 83px;
    padding-bottom: 50px;
    background: url(../img/recruit/bg1.png) left bottom repeat-x;
}

.time_line{
    width: 100%;
    padding-top: 30px;
    padding-bottom: 50px;
    overflow: auto;
    margin-bottom: 20px;
}
.daily_schedule{
    width: 2720px;
    padding-right: 40px;
    display: flex;
    justify-content: space-between;
    background-image: url(../img/recruit/bar2.png) ;
    background-position: left center;
    background-repeat: no-repeat;
    background-size: calc(100% - 40px) 10px;
}
.daily_schedule li{
    width: 9.7%;
}
.schedule_box{
    width: 100%;
    height: 100%;
    position: relative;
    border: solid 1px #0085ff;
    background-color: #fff;
    padding-top: 70px;
    padding-bottom: 20px;
}
.schedule_box .time{
    position: absolute;
    left: 0;
    top: -25px;
    width: 100%;
    text-align: center;
}
.schedule_box dl{
    width: 95%;
    max-width: 220px;
    margin: auto;
}
.schedule_box dl dt{
    text-align: center;
    font-size: 22px;
    line-height: 1.2;
    font-weight: 700;
    padding-bottom: 25px;
    margin-bottom: 25px;
    background: url(../img/recruit/bar.png) center bottom no-repeat;
}
.schedule_box dl dd{
    line-height: 1.6;
}
.rec_cont04 .txt2 p{
    text-indent: -1em;
    margin-left: 1em;
}

@media screen and (max-width:1660px){

    .time_line_waku{
        padding-left: 5vw;
        padding-bottom: 3vw;
        background-size: auto 19vw;
    }
    .time_line{
        padding-top: 1.8vw;
        padding-bottom: 3vw;
        margin-bottom: 1.2vw;
    }
    .daily_schedule{
        width: 163.8vw;
        padding-right: 2.4vw;
    }
    .daily_schedule li{
        width: 11.5%;
    }
    .schedule_box{
        min-height: 15.6vw;
        padding-top: 4.2vw;
        padding-bottom: 1.2vw;
    }
    .schedule_box .time{
        top: -1.5vw;
    }
    .schedule_box .time img{
        width: 8.4vw;
        height: auto;
    }
    .schedule_box dl{
        max-width: 13.25vw;
    }
    .schedule_box dl dt{
        font-size: 1.3vw;
        padding-bottom: 1.5vw;
        margin-bottom: 1.5vw;
    }
    .schedule_box dl dd{
        font-size: 90%;
    }
    
}
@media screen and (max-width:910px){
    .rec_cont04 .txt1 {
        margin-top: 30px;
        font-size: 20px;
    }
    .time_line {
        padding-bottom: 1.8vw;
    }
    .daily_schedule{
        width: 1300px;
    }
    .schedule_box {
        padding-top: 0;
        padding-bottom: 10px;
    }
    .schedule_box .time {
        position: static;
        margin-bottom: 10px;
    }
    .schedule_box .time img {
        width: 65px;
        height: auto;
    }
    .schedule_box dl {
        max-width: 90%;
    }
    .schedule_box dl dt {
        font-size: 16px;
        padding-bottom: 10px;
        margin-bottom: 10px;
    }
    
}
@media screen and (max-width:640px){
    .rec_cont04 {
        padding-top: 60px;
        padding-bottom: 60px;
    }
    .rec_cont04 .txt1 {
        font-size: 16px;
        margin-bottom: 10px;
    }
    .schedule_box dl dt {
        font-size: 15px;
    }
    
}


.bosyu_youkou{
    width: 100%;
}
.bosyu_youkou tr{
    border-bottom: solid 1px #999;
    position: relative;
}
.bosyu_youkou tr:after{
    position: absolute;
    left: 0;
    bottom: 0;
    width: 128px;
    height: 1px;
    border-bottom: solid 1px #004ff5;
    content: "";
}
.bosyu_youkou th{
    width: 200px;
    padding: 20px 10px;
    vertical-align: top;
    text-align: left;
    font-weight: 400;
}
.bosyu_youkou td{
    padding: 20px 0;
}

@media screen and (max-width:640px){

    .bosyu_youkou{
        border-top: solid 1px #999;
    }
    .bosyu_youkou tr:after{
        display: none;
    }
    .bosyu_youkou th{
        display: inline-block;
        width: 100%;
        padding: 10px;
        background-color: #f3f9ff;
    }
    .bosyu_youkou td{
        display: inline-block;
        width: 100%;
        padding: 10px;
    }
    
}


















