@charset "utf-8";

/* -----------------recruit-mv------------- */
.recruit-mv__container{
    display: flex;
    height: 780px;
    justify-content: center;
    flex-direction: row-reverse;
}

.recruit-mv__inner{
    width: calc(840 / 1440 * 100%);
    height: 100%;
    background: url(/assets/img/recruit/recruit_mv.jpg) center left/cover;
    position: relative;
    border: none;
}

.recruit-mv__catch-en{
    padding: 160px 0 0 80px;
    font-family: "Josefin Sans", sans-serif;
    font-size: 96px;
    font-weight: 500;
    line-height: 1.2;
    text-transform: uppercase;
    mix-blend-mode: difference;
    color: var(--white);
}

.recruit-mv__catch-ja{
    position: absolute;
    top: 315px;
    left: 504px;
}


/* -----------------recruit-swiper-content------------- */

.recruit-swiper-content{
    width: calc(600 / 1440 * 100%);
    height: 100%;
    border-style: none;
    overflow: hidden;
}


.recruit-track{
    display: flex;
    width: 100%;
    height: 100%;
    flex-direction: column;
    will-change: transform;
}

.recruit-slide{
    flex: 0 0 50%;
    height: auto;
    aspect-ratio: 600/390;
}

.recruit-slide img{
    width: 100%;
    max-width: none;
    height: auto;
    object-fit: cover;
    border-style: none;
}





.recruit__breadcrumb{
    padding-bottom: 0;
    padding-top: 40px;
    color: var(--color-text-primary);
}

.recruit-breadcrumb__link::after{
    background: url(/assets/img/triangle_t.svg) center center/cover;
}


/* ------------------message--------------- */
.message{
    padding: 140px 0 136px;
    background: url(/assets/img/recruit/message_bg.png) center center/cover;
}

.message__container{
    position: relative;
}

.message__catch-ja{
    align-items: start;
    position: absolute;
    top: -36px;
    right: 142px;
}

.message-catch-ja__inner-left{
    margin-right: 0;
}

.message-catch-ja__inner-right{
    margin: -8px 0 0 40px;
}


.message__catch-en{
    margin-bottom: 64px;
}

.message__inner{
    display: flex;
    padding-left: 24px;
    justify-content: space-between;
    align-items: end;
}

.message__image{
    width: 404px;
}

.message__image img{
    display: block;
    width: 100%;
}

.message__text{
    width: 668px;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.8;
    color: var(--color-text-primary);
}



/* ------------------number-------------- */
.number{
    padding: 104px 0 136px;
    background: url(/assets/img/recruit/number_bg.png) center center/cover;
}

.number__inner{
    display: flex;
    margin-bottom: 40px;
    column-gap: 120px;
    align-items: center;
}

.number__title{
    width: fit-content;
}

.number__text{
    width: fit-content;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.8;
    color: var(--color-text-primary);
}


.number-list{
    display: flex;
    flex-wrap: wrap;
    column-gap: calc((100% - 409px * 3) / 2);
    row-gap: 26px;
}

.number-list__item{
    width: 409px;
    padding: 32px;
    border: 1px solid var(--border_gray);
    background-color: var(--white);
}

.number-item__title{
    margin-bottom: 20px;
    text-align: center;
    font-size: 20px;
    font-weight: 500;
    line-height: 1.8;
    color: var(--color-text-primary);
}

.number-item__inner{
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.number-item__icon{
    width: 120px;
}

.number-item__icon img{
    display: block;
    width: 100%;
}


.number-item__text{
    width: fit-content;
}

.number-item__number{
    margin-right: 16px;
    font-family: "Josefin Sans", sans-serif;
    font-size: 104px;
    font-weight: 500;
    line-height: 1;
    color: var(--primary);
}

.number-item__unit{
    font-size: 32px;
    font-weight: 500;
    line-height: 1;
    color: var(--color-text-primary);
}



/* ------------------requirement-------------- */
.requirement{
    padding: 104px 0 136px;
    background-color: var(--bg_gray);
}

.requirement__inner{
    display: flex;
    justify-content: space-between;
}

.requirement__title{
    width: fit-content;
}

.requirement-list{
    width: 832px;
    padding-top: 96px;
}

.requirement-list__item{
    display: flex;
    padding: 32px 0;
    border-top: 1px solid var(--border_gray);
}

.requirement-list__item:last-child{
    border-bottom: 1px solid var(--border_gray);
}

.requirement-item__title{
    display: block;
    width: 184px;
    font-size: 16px;
    font-weight: 500;
    line-height: 1.8;
    color: var(--color-text-primary);
}

.requirement-item__detail{
    display: block;
    width: calc(100% - 184px);
    font-size: 16px;
    font-weight: 400;
    line-height: 1.8;
    color: var(--color-text-primary);
}



/* ------------------interview-------------- */
.interview{
    padding: 104px 0 136px;
    background: url(/assets/img/recruit/interview/interview-list_bg.jpg) center center/cover;
}

.interview__container{
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: repeat(2, 1fr);
    grid-row-gap: 40px;
    grid-template-columns: auto auto;
    grid-template-rows: 111px auto;
}

.interview__title{
    width: fit-content;
    grid-area: 1 / 1 / 2 / 2;
}

.interview__title-ja{
    color: var(--white);
}

.interview__title-en{
    color: var(--white);
}

.interview-link{
    margin-bottom: auto;
    grid-area: 2 / 1 / 3 / 2;
    color: var(--white);
    border-color: var(--white);
    background-color: transparent;
}

.interview-link::after{
    background: url(/assets/img/vector.svg) center center/cover;
}



.interview-list{
    display: flex;
    width: 914px;
    margin-left: auto;
    grid-area: 1 / 2 / 3 / 3;
    flex-wrap: wrap;
    column-gap: 40px;
    row-gap: 48px;
}

.interview-list__item{
    width: 437px;
}

.interview-item__link{
    display: block;
}

.interview-item__link img{
    display: block;
    width: 100%;
}


/* ------------------entry-------------- */
.entry{
    padding: 104px 0 136px;
}

.entry__container{
    display: flex;
    padding: 80px;
    justify-content: space-between;
    background-color: var(--gray100);
}

.entry__inner{
    width: fit-content;
}

.entry__title{
    margin-bottom: 40px;
}

.entry__title-ja{
    color: var(--white);
}

.entry__title-en{
    color: var(--white);
}

.entry__text{
    margin-bottom: 56px;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.8;
    color: var(--white);
}

.entry__image{
    width: 594px;
}

.entry__image img{
    display: block;
    width: 100%;
}




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

    /* ------------------recruit-mv--------------- */
    .recruit-mv__container{
        display: block;
        height: auto;
    }
    
    .recruit-mv__inner{
        width: 100%;
        aspect-ratio: 390 / 506;
        height: auto;
        background: url(/assets/img/recruit/recruit_mv_sp.jpg) center center/cover;
    }
    
    .recruit-mv__catch-en{
        padding: calc((100 / 390) * 186 * 1vw) 0 0 calc((100 / 390) * 16 * 1vw);
        font-size: calc((100 / 390) * 48 * 1vw);
    }
    
    .recruit-mv__catch-ja{
        top: calc((100 / 390) * 88 * 1vw);
        left: calc((100 / 390) * 156 * 1vw);
    }
    


    /* --------------------recruit-swiper-content---------------- */

    .recruit-swiper-content{
        width: 100%;
        aspect-ratio: 390 / 184;
        height: auto;
        transform: translateY(-1px);
    }

    .recruit-track{
        width: 100%;
        aspect-ratio: 390 /184;
        height: auto;
        flex-direction: row;
    }

    .recruit-slide{
        flex: 0 0 calc(100% / 1.625);
        aspect-ratio: 240 / 184;
    }






    .recruit__breadcrumb{
        padding-top: calc((100 / 390) * 24 * 1vw);
    }
    

    /* ------------------message--------------- */
    .message{
        padding: calc((100 / 390) * 82 * 1vw) 0 calc((100 / 390) * 72 * 1vw);
        background: url(/assets/img/recruit/message_bg_sp.png) center center/cover;
    }

    .message__catch-ja{
        top: calc((100 / 390) * -26 * 1vw);
        right: 0;
    }

    .message-catch-ja__inner-left{
        margin-right: 0;
    }

    .message-catch-ja__inner-right{
        margin: calc((100 / 390) * -10 * 1vw) 0 0 calc((100 / 390) * 32 * 1vw);
    }


    .message__catch-en{
        margin-bottom: calc((100 / 390) * 32 * 1vw);
        padding-top: calc((100 / 390) * 72 * 1vw);
    }

    .message__inner{
        display: block;
        padding-left: 0;
    }

    .message__image{
        width: 100%;
        margin-bottom: calc((100 / 390) * 32 * 1vw);
    }


    .message__text{
        width: 100%;
        font-size: calc((100 / 390) * 15 * 1vw);
    }



    /* ------------------number-------------- */
    .number{
        padding: calc((100 / 390) * 56 * 1vw) 0 calc((100 / 390) * 72 * 1vw);
        background: url(/assets/img/recruit/number_bg_sp.png) center center/cover;
    }

    .number__inner{
        display: block;
        margin-bottom: calc((100 / 390) * 32 * 1vw);
    }

    .number__title{
        width: 100%;
    }

    .number__text{
        width: 100%;
        font-size: calc((100 / 390) * 15 * 1vw);
    }


    .number-list{
        display: block;
    }

    .number-list__item{
        width: 100%;
        margin-bottom: calc((100 / 390) * 24 * 1vw);
        padding: calc((100 / 390) * 24 * 1vw);
        border: calc((100 / 390) * 1 * 1vw) solid var(--border_gray);
    }

    .number-list__item:last-child{
        margin-bottom: 0;
    }

    .number-item__title{
        margin-bottom: calc((100 / 390) * 16 * 1vw);
        font-size: calc((100 / 390) * 18 * 1vw);
    }


    .number-item__icon{
        width: calc((100 / 390) * 96 * 1vw);
    }


    .number-item__number{
        margin-right: calc((100 / 390) * 12 * 1vw);
        font-size: calc((100 / 390) * 80 * 1vw);
    }

    .number-item__unit{
        font-size: calc((100 / 390) * 28 * 1vw);
    }




    /* ------------------requirement-------------- */
    .requirement{
        padding: calc((100 / 390) * 56 * 1vw) 0 calc((100 / 390) * 72 * 1vw);
    }

    .requirement__inner{
        display: block;
    }

    .requirement__title{
        width: 100%;
    }

    .requirement-list{
        width: 100%;
        padding-top: calc((100 / 390) * 32 * 1vw);
    }

    .requirement-list__item{
        padding: calc((100 / 390) * 24 * 1vw) 0;
        column-gap: calc((100 / 390) * 16 * 1vw);
        border-top: calc((100 / 390) * 1 * 1vw) solid var(--border_gray);
    }

    .requirement-list__item:last-child{
        border-bottom: calc((100 / 390) * 1 * 1vw) solid var(--border_gray);
    }

    .requirement-item__title{
        width: calc((100 / 390) * 96 * 1vw);
        font-size: calc((100 / 390) * 15 * 1vw);
    }

    .requirement-item__detail{
        width: calc(100% - calc((100 / 390) * 112 * 1vw));
        font-size: calc((100 / 390) * 15 * 1vw);
    }




    /* ------------------interview-------------- */
    .interview{
        padding: calc((100 / 390) * 56 * 1vw) 0 calc((100 / 390) * 72 * 1vw);
        background: url(/assets/img/recruit/interview/interview-list_bg_sp.jpg) center center/cover;
    }

    .interview__container{
        display: block;
    }
    
    .interview__title{
        width: 100%;
        margin-bottom: calc((100 / 390) * 32 * 1vw);
    }


    .interview-list{
        width: 100%;
        display: block;
    }

    .interview-list__item{
        width: 100%;
        margin-bottom: calc((100 / 390) * 32 * 1vw);
    }

    .interview-list__item:last-child{
        margin-bottom: 0;
    }


    .interview-link{
        margin: calc((100 / 390) * 40 * 1vw) auto 0;
    }




    /* ------------------entry-------------- */
    .entry{
        padding: calc((100 / 390) * 56 * 1vw) 0 calc((100 / 390) * 72 * 1vw);
    }

    .entry__container{
        display: block;
        padding: calc((100 / 390) * 40 * 1vw) calc((100 / 390) * 24 * 1vw);
        position: relative;
    }

    .entry__inner{
        width: 100%;
    }

    .entry__title{
        margin-bottom: calc((100 / 390) * 32 * 1vw);
    }

    .entry__image{
        width: 100%;
        margin-bottom: calc((100 / 390) * 32 * 1vw);
    }

    .entry__text{
        margin-bottom: 0;
        font-size: calc((100 / 390) * 15 * 1vw);
    }

    .entry__btn{
        position: absolute;
        top: calc((100 / 390) * 75 * 1vw);
        right: calc((100 / 390) * 24 * 1vw);
    }


}


