@charset "UTF-8";
/*================
先輩の声TOP
================*/
#INT_IDX .mv-wrap-01{
    background: url(/recruit/imgs/interview/int_idx_mv.jpg) no-repeat center/cover;
}
#INT_IDX .main .section{
    margin-bottom: 150px;
}
#INT_IDX .main .section:last-child{
    margin-bottom: 250px;
}
#INT_IDX .main .section-01{
    background: url(/recruit/imgs/interview/int_idx_bg.png) no-repeat center/cover;
    padding: 206px 0 150px;
}
#INT_IDX .main .section-01 .inner-xxs{
    max-width: 800px;
    display: flex;
    flex-direction: column;
    align-items: center;
}
#INT_IDX .main .section-01 .ttl{
    color: #102045;
    font-size: 3.857em;
    font-weight: bold;
    line-height: 1.6;
    writing-mode: vertical-rl;
    margin-bottom: 151px;
    position: relative;
}
#INT_IDX .main .section-01 .ttl::before{
    content: "「";
    position: absolute;
    right: -54px;
    top: -74px;
}
#INT_IDX .main .section-01 .ttl::after{
    content: "」";
    position: absolute;
    left: -35px;
    bottom: -69px;
}
#INT_IDX .main .section-card .btn-02 .arrow2{
    bottom: 20px;
}
#INT_IDX .main .section-card .txt-05.type-02{
    color: #fff;
    background-color: #102045;
    width: fit-content;
    padding: 1px 5px 0;
    margin-top: 14px;
}
#INT_IDX .main .section-card .txt-cnt{
    margin-top: 10px;
}
#INT_IDX .main .section-card .txt-cnt .txt-05{
    margin-right: 15px;
}

/*================
先輩の声下層
================*/
/*===ページ全体===*/
.interview.detail .main .section{
    margin: 150px 0 80px;
}
.interview.detail .main .section:last-child{
    margin-bottom: 0;
}
.interview.detail .main .img-cnt{
    border-radius: 5px;
    overflow: hidden;
}
/*タイトル*/
.interview.detail .main .cnt-bg-01{
    margin-bottom: 80px;
}
.interview.detail .main .cnt-bg-01 .ttl-02 {
    text-align: center;
    background: none;
    padding: 0;
    width: 100%;
}
.interview.detail .main .qa{
    text-indent: -1.1em;
    padding-left: 1.1em;
}
.interview.detail .main * + .qa{
    margin-top: 60px;
}
/*テキスト*/
.interview.detail .main .txt-08{
    text-indent: -1em;
    padding-left: 1em;
    margin-top: 12px;
}
.interview.detail .main .txt-07 + .txt-08{
    margin-top: 20px;
}
/*並び*/
.interview.detail .main .cnt-img{
    margin: 60px auto;
    border-radius: 5px;
    overflow: hidden;
}
.interview.detail .main .cnt-01,
.interview.detail .main .cnt-02,
.interview.detail .main .cnt-03{
    margin-top: 60px;
}
/*==交互ver==*/
.interview.detail .main .cnt-02 .flex-wrap-01{
    gap: 0 40px;
    align-items: flex-start;
}
/*左右反対*/
.interview.detail .main .cnt-02 .flex-wrap-01.type-02{
    flex-direction: row-reverse;
}
.interview.detail .main .cnt-02 .flex-cnt-01:not(.img-cnt){
    flex: 1;
}
.interview.detail .main .cnt-02 .flex-cnt-01.img-cnt{
    width: 410px;
}
/*画像縦積みver*/
.interview.detail .main .cnt-03 .cnt-img{
    margin: 0 auto 40px;
}
.interview.detail .main .cnt-03 .btn-01{
    text-align: center;
    margin-top: 20px;
}
/*コメント*/
.interview.detail .main .cmt{
    display: flex;
    gap: 20px;
    margin-top: 20px;
}
.interview.detail .main .txt-07 + .txt-07{
    margin-top: 16px;
}
.interview.detail .main .txt-07 + .link-01{
    margin-top: 9px;
}
/*===アンカー===*/
.interview.detail .nav-wrap-01 .nav-link-01 li{
    width: calc(100% / 6);
}
/*===section-01===*/
.interview.detail .main .section-01{
    margin-top: 0;
}
.interview.detail .main .section-01 .cnt-bg-01{
    min-height: 268px;
}
/*===section-04===*/
.interview.detail .main .section-04 .cnt-02{
    flex-direction: row-reverse;
}
.interview.detail .main .section-04 .cnt-02:nth-of-type(even){
    flex-direction: row;
}
/*===ストーリー===*/
.interview.detail .main .section-story {
    margin-bottom: 0;
}
.interview.detail .main .section-story .inner-xxs{
    max-width: 780px;
}
.interview.detail .main .section-story .flex-wrap-01{
        justify-content: center;
}
.interview.detail .main .section-story .ttl-03{
    text-align: center;
    margin-bottom: 60px;
}
.interview.detail .main .section-story .txt-03{
    margin: 13px 0 4px;
}
/*===section-05===*/
.interview.detail .main .section-05{
    margin: 0;
}
.interview.detail .main .section-05 .flex-wrap-02{
    justify-content: flex-end;
    align-items: center;
    min-height: 600px;
    box-sizing: border-box;
}
/*左右反対*/
.interview.detail .main .section-05 .flex-wrap-02.type-02{
    justify-content: flex-start;
}
.interview.detail .main .section-05 .flex-cnt-01{
    width: 750px;
    max-width: 100%;
}
.interview.detail .main .section-05 .ttl-wrap{
    display: flex;
    flex-direction: column;
    align-items: center;
}
.interview.detail .main .section-05 .ttl-02{
    color: #fff;
    background: none;
    box-sizing: border-box;
    padding: 30px 40px;
    margin: 20px 0 40px;
    width: 100%;
    position: relative;
}
.interview.detail .main .section-05 .ttl-02::before,
.interview.detail .main .section-05 .ttl-02::after{
    content:'';
    width: 80px;
    height: 80px;
    position: absolute;
    display: inline-block;
}
.interview.detail .main .section-05 .ttl-02::before{
    border-left: solid 3px #fff;
    border-top: solid 3px #fff;
    top:0;
    left: 0;
}
.interview.detail .main .section-05 .ttl-02::after{
    border-right: solid 3px #fff;
    border-bottom: solid 3px #fff;
    bottom:0;
    right: 0;
}
.interview.detail .main .section-05 .txt-07{
    color: #fff;
}

/*===section-06===*/
.interview.detail .main .section-06{
    padding: 60px 0;
    margin: 0;
}
.interview.detail .main .section-06 .ttl-02{
    background: none;
    padding: 0;
    margin-bottom: 40px;
}
.interview.detail .main .section-06 .cnt-02 {
    margin-top: 0;
}
.interview.detail .main .section-06 .cnt-02 .flex-wrap-01{
    align-items: center;
}
/*===スケジュール===*/
.interview.detail .main .section-day{
    margin: 0;
    padding: 150px 0;
    background: url(/recruit/imgs/interview/int01_bg_01.jpg) no-repeat center/cover;
}
.interview.detail .main .section-day > *:last-child{
    margin-top: 60px;
}
.interview.detail .main .section-day .ttl-02{
    color: #102045;
    text-align: center;
    background: none;
    padding: 0;
    margin-bottom: 40px;
    width: 100%;
}
.interview.detail .main .section-day .schedule-list{
    color: #102045;
    font-weight: bold;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 0 20px;
    padding: 60px;
    box-sizing: border-box;
    background-color: #F5FBFF;
    border-radius: 5px;
}
.interview.detail .main .section-day .schedule-list dt:not(:last-of-type),
.interview.detail .main .section-day .schedule-list dd:not(:last-of-type){
    padding-bottom: 30px;
}
.interview.detail .main .section-day .schedule-list dt{
    text-align: right;
    width: 62px;
}
.interview.detail .main .section-day .schedule-list dd{
    width: calc(100% - 82px);
    min-height: 40px;
    display: flex;
    align-items: center;
    gap: 0 20px;
    background-image: repeating-linear-gradient(180deg, #102045, #102045 4px, transparent 4px, transparent 8px);
    background-position: left 20px top;
    background-repeat: repeat-y;
    background-size: 2px 100%;
}
.interview.detail .main .section-day .schedule-list dd > p{
    width: 40px;
}
.interview.detail .main .section-day .schedule-list dd .txt-cnt{
    display: flex;
    align-items: center;
    gap: 0 20px;
    flex: 1;
}
.interview.detail .main .section-day .schedule-list dd .txt-09{
    white-space: nowrap;
}
.interview.detail .main .section-day .schedule-list dd .txt-06{
    font-weight: normal;
}
/*===スケジュール===*/
.interview.detail .main .section-other{
    margin-top: 0;
    background: #F5FBFF;
}


/*====
INT01
====*/
#INTERVIEW01 .mv-wrap-01{
    background: url(/recruit/imgs/interview/int01_mv.jpg) no-repeat center/cover;
}
#INTERVIEW01 .section-02 .cnt-bg-01{
    background: url(/recruit/imgs/interview/int01_ttl_img01.jpg) no-repeat center/cover;
}
#INTERVIEW01 .section-04 .cnt-bg-01{
    background: url(/recruit/imgs/interview/int01_ttl_img02.jpg) no-repeat center/cover;
}
#INTERVIEW01 .section-05{
    background: url(/recruit/imgs/interview/int01_ttl_img03.jpg) no-repeat center right/cover;
}
#INTERVIEW01 .section-05 .flex-wrap-02{
    padding-top: 30px;
}
/*====
INT02
====*/
#INTERVIEW02 .mv-wrap-01{
    background: url(/recruit/imgs/interview/int02_mv.jpg) no-repeat center/cover;
}
#INTERVIEW02 .section-02 .cnt-bg-01{
    background: url(/recruit/imgs/interview/int02_ttl_img01.jpg) no-repeat center/cover;
}
#INTERVIEW02 .section-04 .cnt-bg-01{
    background: url(/recruit/imgs/interview/int02_ttl_img02.jpg) no-repeat center/cover;
}
#INTERVIEW02 .section-05{
    background: url(/recruit/imgs/interview/int02_ttl_img03.jpg) no-repeat center right/cover;
}
#INTERVIEW02 .section-05 .flex-wrap-02{
    padding-top: 28px;
}
#INTERVIEW02 .section-05 .ttl-02{
    padding: 69px 90px 43px 88px;
}

/*====
INT03
====*/
#INTERVIEW03 .mv-wrap-01{
    background: url(/recruit/imgs/interview/int03_mv.jpg) no-repeat center/cover;
}
#INTERVIEW03 .section-02 .cnt-bg-01{
    background: url(/recruit/imgs/interview/int03_ttl_img01.jpg) no-repeat center/cover;
}
#INTERVIEW03 .section-04 .cnt-bg-01{
    background: url(/recruit/imgs/interview/int03_ttl_img02.jpg) no-repeat center/cover;
}
#INTERVIEW03 .section-05{
    background: url(/recruit/imgs/interview/int03_ttl_img03.jpg) no-repeat center / cover;
}
#INTERVIEW03 .section-05 .flex-wrap-02{
    padding: 100px 0;
}
#INTERVIEW03 .section-05 .ttl-02{
    padding: 30px 90px 29px 123px;
}
/*====
INT04
====*/
#INTERVIEW04 .mv-wrap-01{
    background: url(/recruit/imgs/interview/int04_mv.jpg) no-repeat center/cover;
}
#INTERVIEW04 .section-02 .cnt-bg-01{
    background: url(/recruit/imgs/interview/int04_ttl_img01.jpg?v2) no-repeat center/cover;
}
#INTERVIEW04 .section-04 .cnt-bg-01{
    background: url(/recruit/imgs/interview/int04_ttl_img02.jpg) no-repeat center/cover;
}
#INTERVIEW04 .section-05{
    background: url(/recruit/imgs/interview/int04_ttl_img03.jpg?v2) no-repeat center / cover;
}
#INTERVIEW04 .section-05 .flex-wrap-02{
    padding: 100px 0;
}
#INTERVIEW04 .section-05 .ttl-02{
    padding: 30px 60px 29px 40px;
}
/*====
INT05
====*/
#INTERVIEW05 .mv-wrap-01{
    background: url(/recruit/imgs/interview/int05_mv.jpg?v2) no-repeat center/cover;
}
#INTERVIEW05 .section-02 .cnt-bg-01 {
    background: url(/recruit/imgs/interview/int05_ttl_img01.jpg) no-repeat center/cover;
}
#INTERVIEW05 .section-04 .cnt-bg-01 {
    background: url(/recruit/imgs/interview/int05_ttl_img02.jpg) no-repeat center/cover;
}
#INTERVIEW05 .section-05 {
    background: url(/recruit/imgs/interview/int05_ttl_img03.jpg) no-repeat center / cover;
}
/*====
INT06
====*/
#INTERVIEW06 .mv-wrap-01{
    background: url(/recruit/imgs/interview/int06_mv.jpg) no-repeat center/cover;
}
#INTERVIEW06 .section-02 .cnt-bg-01 {
    background: url(/recruit/imgs/interview/int06_ttl_img01.jpg) no-repeat center/cover;
}
#INTERVIEW06 .section-04 .cnt-bg-01 {
    background: url(/recruit/imgs/interview/int06_ttl_img02.jpg) no-repeat center/cover;
}
#INTERVIEW06 .section-05 {
    background: url(/recruit/imgs/interview/int06_ttl_img03.jpg) no-repeat center / cover;
}
/*====
INT07
====*/
#INTERVIEW07 .mv-wrap-01{
    background: url(/recruit/imgs/interview/int07_mv.jpg) no-repeat center/cover;
}
#INTERVIEW07 .section-02 .cnt-bg-01{
    background: url(/recruit/imgs/interview/int07_ttl_img01.jpg) no-repeat center/cover;
}
#INTERVIEW07 .section-04 .cnt-bg-01{
    background: url(/recruit/imgs/interview/int07_ttl_img02.jpg) no-repeat center/cover;
}
#INTERVIEW07 .section-05{
    background: url(/recruit/imgs/interview/int07_ttl_img03.jpg) no-repeat center right/cover;
}
#INTERVIEW07 .section-05 .flex-wrap-02{
    padding-top: 16px;
}
#INTERVIEW07 .section-05 .ttl-02{
    padding: 58px 48px 43px 82px;
    margin-left: 13px;
    margin-bottom: 55px;
}
#INTERVIEW07 .section-05 .ttl-02::after{
    bottom: -12px;
    right: -35px;
}
/*====
INT08
====*/
#INTERVIEW08 .mv-wrap-01 {
    background: url(/recruit/imgs/interview/int08_mv.jpg) no-repeat center/cover;
}
#INTERVIEW08 .section-02 .cnt-bg-01 {
    background: url(/recruit/imgs/interview/int08_ttl_img01.jpg?v2) no-repeat center/cover;
}
#INTERVIEW08 .section-04 .cnt-bg-01 {
    background: url(/recruit/imgs/interview/int08_ttl_img02.jpg) no-repeat center/cover;
}
#INTERVIEW08 .section-05 {
    background: url(/recruit/imgs/interview/int08_ttl_img03.jpg) no-repeat center right/cover;
}
/* --------------------------------------------
SP
--------------------------------------------*/
@media only screen and (max-width: 768px) {
    /*================
    先輩の声TOP
    ================*/
    #INT_IDX .mv-wrap-01{
        background: url(/recruit/imgs/interview/int_idx_mv_sp.jpg) no-repeat center/cover;
    }
    #INT_IDX .main .section{
        margin-bottom: 19.531vw;
    }
    #INT_IDX .main .section:last-child{
        margin-bottom: 32.552vw;
    }
    #INT_IDX .main .section-01{
        background: url(/recruit/imgs/interview/int_idx_bg_sp.png) no-repeat center/cover;
        padding: 25.831vw 0 15.625vw;
    }
    #INT_IDX .main .section-01 .inner-xxs{
        max-width: unset;
    }
    #INT_IDX .main .section-01 .ttl{
        font-size: 8.333vw;
        line-height: 1.4;
        margin-bottom: 24.225vw;
    }
    #INT_IDX .main .section-01 .ttl::before{
        right: -12vw;
        top: -10.5vw;
    }
    #INT_IDX .main .section-01 .ttl::after{
        left: -9.523vw;
        bottom: -9vw;
    }
    #INT_IDX .main .section-card .btn-02 a .img-cnt{
        height: 52.083vw;
    }
    #INT_IDX .main .section-card .btn-02 .arrow2{
        width: 5.859vw;
        height: 5.859vw;
        bottom: 2.604vw;
    }
    #INT_IDX .main .section-card .btn-02 .arrow2>svg{
        width: 2.604vw;
        height: 1.302vw;
    }
    #INT_IDX .main .section-card .ttl-03{
        font-size:4.688vw;
    }
    #INT_IDX .main .section-card .txt-05.type-02{
        padding: 0.5vw 1.391vw 0.2vw;
        margin-top: 2.404vw;
    }
    #INT_IDX .main .section-card .txt-cnt{
        margin-top: 1.953vw;
        display: flex;
        flex-direction: column;
        gap: 0.651vw 0;
    }
    #INT_IDX .main .section-card .txt-cnt .txt-05{
        margin: 0;
    }

    /*================
    先輩の声下層
    ================*/
    /*===ページ全体===*/
    .interview.detail .main .section{
        margin: 19.531vw 0 23.438vw;
    }
    .interview.detail .main .section:last-child{
        margin: 0;
    }
    .interview.detail .main .img-cnt{
        border-radius: 0.651vw;
    }
    /*タイトル*/
    .interview.detail .main .cnt-bg-01{
        margin-bottom: 15.625vw;
    }
    .interview.detail .main .cnt-bg-01 .ttl-02{
        text-align: left;
    }
    .interview.detail .main .qa{
        text-indent: -1.1em;
        padding-left: 1.1em;
    }
    .interview.detail .main * + .qa{
        margin-top: 13.021vw;
    }
    /*テキスト*/
    .interview.detail .main .txt-08{
        text-indent: -1em;
        padding-left: 1em;
        margin-top: 2.604vw;
    }
    .interview.detail .main .txt-07 + .txt-08{
        margin-top: 3.385vw;
    }
    /*並び*/
    .interview.detail .main .cnt-img{
        margin: 13.021vw auto;
        padding: 0;
        border-radius: unset;
    }
    .interview.detail .main .cnt-01,
    .interview.detail .main .cnt-02,
    .interview.detail .main .cnt-03{
        margin-top: 13.021vw;
    }
    /*交互ver*/
    .interview.detail .main .cnt-02 .flex-wrap-01{
        flex-direction: column;
        gap: 10.521vw 0;
    }
    .interview.detail .main .cnt-02 .flex-cnt-01,
    .interview.detail .main .cnt-02 .flex-cnt-01.img-cnt{
        width: 100%;
    }
    .interview.detail .main .cnt-02 .flex-cnt-01 .img-cnt{
        width: 100%;
        margin-top: 10.417vw;
    }
    /*画像縦積みver*/
    .interview.detail .main .cnt-03 .cnt-img{
        margin: 0 auto 7.813vw;
    }
    .interview.detail .main .cnt-03 .btn-01{
        margin-top: 5.208vw;
    }
    /*コメント*/
    .interview.detail .main .cmt{
        gap: 5.208vw;
        margin-top: 5.208vw;
    }
    .interview.detail .main .txt-07 + .txt-07{
        margin-top: 3.604vw;
    }
    .interview.detail .main .txt-07 + .link-01{
        margin-top: 1.885vw;
    }
    /*===アンカー===*/
    .interview.detail .nav-wrap-01 .nav-link-01 li{
       width: 50%;
    }
    .interview.detail .nav-wrap-01 .nav-link-01 li a{
       min-height: 10.417vw;
    }
    /*===section-01===*/
    .interview.detail .main .section-01{
        margin-top: 0;
    }
    .interview.detail .main .section-01 .cnt-bg-01{
        min-height: 57.813vw;
    }
    /*===section-04===*/
    .interview.detail .main .section-04 .cnt-02,
    .interview.detail .main .section-04 .cnt-02:nth-of-type(even){
        flex-direction: column;
    }
    .interview.detail .main .section-04 .cnt-img{
        margin: 13.021vw 0 15.625vw;
    }
    /*===ストーリー===*/
    .interview.detail .main .section-story {
        margin-bottom: 0;
    }
    .interview.detail .main .section-story .ttl-03{
        margin-bottom: 7.813vw;
    }
    .interview.detail .main .section-story .btn-02 .arrow2{
        width: 5.859vw;
        height: 5.859vw;
    }
    .interview.detail .main .section-story .btn-02 .arrow2>svg{
        width: 2.604vw;
        height: 1.302vw;
    }
    .interview.detail .main .section-story .btn-02 .img-cnt + *{
        margin-top: 0.5vw;
    }
    .interview.detail .main .section-story .txt-03{
        margin: 1.693vw 0 0.521vw;
    }
    /*===section-05===*/
    .interview.detail .main .section-05{
        background: #102045;
        margin: 0;
    }
    .interview.detail .main .section-05 .ttl-02{
        padding: 5.208vw 5.208vw;
        margin: 5.208vw 0 7.813vw;
    }
    .interview.detail .main .section-05 .ttl-02::before,
    .interview.detail .main .section-05 .ttl-02::after{
        width: 10.417vw;
        height: 10.417vw;
    }
    .interview.detail .main .section-05 .ttl-02::before{
        border-left: solid 0.391vw #fff;
        border-top: solid 0.391vw #fff;
    }
    .interview.detail .main .section-05 .ttl-02::after{
        border-right: solid 0.391vw #fff;
        border-bottom: solid 0.391vw #fff;
    }
    .interview.detail .main .section-05 .flex-wrap-02{
        flex-direction: column;
        min-height: unset;
        padding: 15.625vw 0;
    }
    .interview.detail .main .section-05 .img-cnt{
        width: 100vw;
        margin: 0 calc(50% - 50vw);
    }
    /*===section-06===*/
    .interview.detail .main .section-06{
        padding: 19.531vw 0 23.438vw;
        margin: 0;
    }
    .interview.detail .main .section-06 .ttl-02{
        margin-bottom: 5.208vw;
    }
    .interview.detail .main .section-06 .cnt-02 .flex-wrap-01{
        flex-direction: column-reverse;
    }
    /*===スケジュール===*/
    .interview.detail .main .section-day{
        padding: 19.531vw 0 23.438vw;
        margin: 0;
        background: url(/recruit/imgs/interview/int01_bg_01_sp.jpg) no-repeat center/cover;
    }
    .interview.detail .main .section-day .inner-xxs,
    .interview.detail .main .section-day .inner{
        padding: 0 2.604vw;
    }
    .interview.detail .main .section-day > *:last-child{
        margin-top: 2.604vw;
    }
    .interview.detail .main .section-day .ttl-02{
        margin-bottom: 5.208vw;
    }
    .interview.detail .main .section-day .schedule-list{
        gap: 0 2.604vw;
        padding: 10.417vw 5.208vw;
        border-radius: 0.651vw;
    }
    .interview.detail .main .section-day .schedule-list dt:not(:last-of-type),
    .interview.detail .main .section-day .schedule-list dd:not(:last-of-type){
        padding-bottom: 7.813vw;
    }
    .interview.detail .main .section-day .schedule-list dt{
        width: 13.151vw;
    }
    .interview.detail .main .section-day .schedule-list dd{
        width: calc(100% - 15.755vw);
        min-height: 10.417vw;
        gap: 0 2.604vw;
        background-position: left 5.208vw top;
    }
    .interview.detail .main .section-day .schedule-list dd > p{
        width: 10.417vw;
    }
    .interview.detail .main .section-day .schedule-list dd > p > img {
        width: 100%;
    }
    .interview.detail .main .section-day .schedule-list dd .txt-cnt{
        flex-direction: column;
        flex: 1;
        gap: 1.302vw 0;
        align-items: flex-start;
    }
    .interview.detail .main .section-day .schedule-list dd .txt-06{
        font-weight: normal;
    }



    /*====
    INT01
    ====*/
    #INTERVIEW01 .mv-wrap-01{
        background: url(/recruit/imgs/interview/int01_mv_sp.jpg) no-repeat center/cover;
    }
    #INTERVIEW01 .section-02 .cnt-bg-01{
        background: url(/recruit/imgs/interview/int01_ttl_img01_sp.jpg) no-repeat center/cover;
    }
    #INTERVIEW01 .section-04 .cnt-bg-01{
        background: url(/recruit/imgs/interview/int01_ttl_img02_sp.jpg) no-repeat center/cover;
    }
    #INTERVIEW01 .section-05{
        background: #102045;
    }
    #INTERVIEW01 .section-05 .flex-wrap-02{
        padding: 15.625vw 0;
    }
    /*====
    INT02
    ====*/
    #INTERVIEW02 .mv-wrap-01{
        background: url(/recruit/imgs/interview/int02_mv_sp.jpg) no-repeat center/cover;
    }
    #INTERVIEW02 .section-02 .cnt-bg-01{
        background: url(/recruit/imgs/interview/int02_ttl_img01_sp.jpg) no-repeat center/cover;
    }
    #INTERVIEW02 .section-04 .cnt-bg-01{
        background: url(/recruit/imgs/interview/int02_ttl_img02_sp.jpg) no-repeat center/cover;
    }
    #INTERVIEW02 .section-05{
        background: #102045;
    }
    #INTERVIEW02 .section-05 .flex-wrap-02{
        padding: 15.625vw 0;
    }
    #INTERVIEW02 .section-05 .ttl-02{
        padding: 5.208vw 5.208vw;
    }
    /*====
    INT03
    ====*/
    #INTERVIEW03 .mv-wrap-01{
        background: url(/recruit/imgs/interview/int03_mv_sp.jpg) no-repeat center/cover;
    }
    #INTERVIEW03 .section-02 .cnt-bg-01{
        background: url(/recruit/imgs/interview/int03_ttl_img01_sp.jpg) no-repeat center/cover;
    }
    #INTERVIEW03 .section-04 .cnt-bg-01{
        background: url(/recruit/imgs/interview/int03_ttl_img02_sp.jpg) no-repeat center/cover;
    }
    #INTERVIEW03 .section-05{
        background: #102045;
    }
    #INTERVIEW03 .section-05 .flex-wrap-02 {
        padding: 15.625vw 0;
    }
    #INTERVIEW03 .section-05 .ttl-02{
        padding: 9.708vw 5.208vw 9.208vw;
    }
    /*====
    INT04
    ====*/
    #INTERVIEW04 .mv-wrap-01{
        background: url(/recruit/imgs/interview/int04_mv_sp.jpg) no-repeat center/cover;
    }
    #INTERVIEW04 .section-02 .cnt-bg-01{
        background: url(/recruit/imgs/interview/int04_ttl_img01_sp.jpg?v2) no-repeat center/cover;
    }
    #INTERVIEW04 .section-04 .cnt-bg-01{
        background: url(/recruit/imgs/interview/int04_ttl_img02_sp.jpg) no-repeat center/cover;
    }
    #INTERVIEW04 .section-05{
        background: #102045;
    }
    #INTERVIEW04 .section-05 .flex-wrap-02 {
        padding: 15.625vw 0;
    }
    #INTERVIEW04 .section-05 .ttl-02{
        padding: 5.508vw 5.208vw 5.208vw;
    }
    /*====
    INT05
    ====*/
    #INTERVIEW05 .mv-wrap-01{
        background: url(/recruit/imgs/interview/int05_mv_sp.jpg?v2) no-repeat center/cover;
    }
    #INTERVIEW05 .section-02 .cnt-bg-01 {
        background: url(/recruit/imgs/interview/int05_ttl_img01_sp.jpg) no-repeat center/cover;
    }
    #INTERVIEW05 .section-04 .cnt-bg-01 {
        background: url(/recruit/imgs/interview/int05_ttl_img02_sp.jpg) no-repeat center/cover;
    }
    #INTERVIEW05 .section-05 {
        background: #102045;
    }
    /*====
    INT06
    ====*/
    #INTERVIEW06 .mv-wrap-01{
        background: url(/recruit/imgs/interview/int06_mv_sp.jpg) no-repeat center/cover;
    }
    #INTERVIEW06 .section-02 .cnt-bg-01 {
        background: url(/recruit/imgs/interview/int06_ttl_img01_sp.jpg) no-repeat center/cover;
    }
    #INTERVIEW06 .section-04 .cnt-bg-01 {
        background: url(/recruit/imgs/interview/int06_ttl_img02_sp.jpg) no-repeat center/cover;
    }
    #INTERVIEW06 .section-05 {
        background: #102045;
    }
    /*====
    INT07
    ====*/
    #INTERVIEW07 .mv-wrap-01{
        background: url(/recruit/imgs/interview/int07_mv_sp.jpg) no-repeat center/cover;
    }
    #INTERVIEW07 .section-02 .cnt-bg-01{
        background: url(/recruit/imgs/interview/int07_ttl_img01_sp.jpg) no-repeat center/cover;
    }
    #INTERVIEW07 .section-04 .cnt-bg-01{
        background: url(/recruit/imgs/interview/int07_ttl_img02_sp.jpg) no-repeat center/cover;
    }
    #INTERVIEW07 .section-05{
        background: #102045;
    }
    #INTERVIEW07 .section-05 .flex-wrap-02{
        padding: 15.625vw 0;
    }
    #INTERVIEW07 .section-05 .ttl-02{
        padding: 10.208vw 5.208vw 9.208vw;
        margin-left: 0;
        margin-bottom: 7.813vw;
    }
    #INTERVIEW07 .section-05 .ttl-02::after{
        bottom: 0;
        right: 0;
    }
    /*====
    INT08
    ====*/
    #INTERVIEW08 .mv-wrap-01 {
        background: url(/recruit/imgs/interview/int08_mv_sp.jpg) no-repeat center/cover;
    }
    #INTERVIEW08 .section-02 .cnt-bg-01 {
        background: url(/recruit/imgs/interview/int08_ttl_img01_sp.jpg?v2) no-repeat center/cover;
    }
    #INTERVIEW08 .section-04 .cnt-bg-01 {
        background: url(/recruit/imgs/interview/int08_ttl_img02_sp.jpg) no-repeat center/cover;
    }
    #INTERVIEW08 .section-05 {
        background: #102045;
    }
}