.interview_container {
    width: 100%;
    max-width: 1440px;
    padding: 0 30px;
    margin: 0 auto;
}

.mt-10 {
    margin-top: 120px;
}

.sp_interview_top {
    display: none;
}

.inteview_container img {
    max-width: 100%;
}

.interview_top {
    position: relative;
}

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

.interview_top_txt {
    position: absolute;
    bottom: 0;
    background-color: rgba(0, 0, 0, .4);
    width: 100%;
    padding: 20px 0 5px;
}

.interview_top_txt h3 {
    text-align: center;
    font-size: 2.7rem;
    color: #fff;
    font-weight: bold;
}

.interview_top_txt h3 span {
    display: block;
    width: fit-content;
    font-size: 1.5rem;
    margin: 0 auto 10px;
    padding: 0 5px;
    border-bottom: 3px solid #AFEEEE;
}

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

.interview_boxes .interview_box {
    width: 24%;
    box-shadow: 0 0 12px 1px rgba(87, 88, 101, .3);
}

.interview_boxes .interview_box a {
    color: #404040;
}

.interview_boxes .interview_box a:visited {
    color: #404040;
}

.interview_boxes .interview_box a:active {
    color: #240ab4;
}

.interview_boxes .interview_box figure {
    margin: 0;
    max-height: 333px;
    overflow: hidden;
}

.interview_boxes .interview_box figure img {
    transition: .3s;
    width: 100%;
}

.interview_boxes .interview_box .interview_box_txt {
    padding: 10px;
    font-weight: bold;
    font-size: 1.4rem;
}

.interview_boxes .interview_box .interview_box_txt span {
    font-size: 1.05rem;
    display: block;
    padding: 0;
    margin-bottom: 5px;
}

.interview_boxes .interview_box .interview_box_txt p {
    margin-bottom: 0;
}

.interview_boxes .interview_box:hover figure img{
    transform: scale(1.2) translateY(24px);
}


/*=================魅力ページへのリンク=====================*/

.attraction-content {
    margin-top: 130px;
}

.attraction-content .content-area {
    position: relative;
}

.vo-enter_img {
    text-align: right;
}

.vo-enter_img img {
    width: 70%;
}

.attraction-ttl {
    position: absolute;
    top: 10px;
    margin-left: calc(100vw - 90%);
    text-align: center;
    padding-bottom: 20px;
    background-color: rgba(255, 255, 255, .6);
}

.attraction-ttl .ttl {
    text-align: center;
    font-family: 'Lato', sans-serif;
    display: inline-block;
    font-size: 3rem;
    height: 70px;
    margin-top: 5rem;
    font-style: italic;
    margin-bottom: 0;
}

.attraction-ttl .ttl::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    width: 3px;
    height: 80px;
    margin: auto;
    background-color: #afeeee;
}

.attraction-ttl .ttl2 {
    text-align: center;
}

.att-txt {
    text-align: left;
    max-width: 350px;
}

.att-btn {
    margin-top: 50px;
}

.att-btn a {
    font-weight: bold;
    width: fit-content;
    border: 2px solid #5fbcbc;
    border-radius: 30px;
    text-align: center;
    font-size: 1.15rem;
    color: #5fbcbc;
    padding: 12px 10px 8px;
    background-color: transparent;
    transition: .4s;
}

.att-btn a:hover {
    text-decoration: none;
    color: #fff;
    background-color: #5fbcbc;
}


/*==================個別ページ======================*/

#interviewpage {
    background-color: #F3F3F3;
}

.interviewpage_sp_top {
    display: none;
}

#interviewpage main {
    padding-top: 22px;
    font-family: 'Noto Sans JP', sans-serif;}

.interviewpage_top {
    width: 100%;
    position: relative;
}

.interviewpage_top figure {
    max-height: 89vh;
    overflow: hidden;
}

.interviewpage_top figure img {
    margin: 0 0 0 auto;
    display: block;
    width: calc(50% + 360px);
}

.interviewpage_top_catch {
    padding-left: 30px;
    width: 100%;
    max-width: 1440px;
    position: absolute;
    top: 40%;
    left: 50%;
    transform: translateX(-50%);
    color: #fff;
}

.interviewpage_top_catch span {
    display: block;
    width: fit-content;
    padding: 10px 35px;
    background: linear-gradient(276deg, rgba(55,73,233,1) 0%, rgba(152,160,240,1) 46%, rgb(89, 69, 217) 100%);
    margin-bottom: 10px;
}

.interviewpage_top_txt {
    position: absolute;
    padding-left: 30px;
    width: 100%;
    max-width: 1440px;
    bottom: -1px;
    left: 50%;
    transform: translateX(-50%);
}

.interviewpage_top_txt p {
    background-color: #F3F3F3;
    width: fit-content;
    padding: 15px 15px 0 0px;
    font-weight: bold;
    font-size: 24px;
    margin: 0;
}

.interviewpage_top_txt p span {
    display: block;
    font-size: 16px;
}

.profile {
    background-color: #fff;
    padding: 15px;
    margin-top: 40px;
}

.profile h4 {
    font-size: 26px;
}

.profile p {
    font-size: 16px;
    margin: 0;
}

.interviewpage_answers .qa_block {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.interviewpage_answers .qa_block.qa_second {
    flex-direction: row-reverse;
} 

.interviewpage_answers .qa_block.qa_third .question {
    width: 100%;
} 

.interviewpage_answers .qa_block.qa_fourth {
    position: relative;
} 

.interviewpage_answers .qa_block.qa_fourth .question {
    width: 50%;
    background-color: #F3F3F3;
    padding: 15px;
    position: absolute;
    bottom: -15%;
    left: 50%;
} 

.interviewpage_answers .qa_block.qa_fourth figure {
    width: 60%;
} 

.interviewpage_answers .qa_block.qa_sixth {
    flex-direction: row-reverse;
    position: relative;
} 

.interviewpage_answers .qa_block.qa_sixth .question {
    width: 40%;
    background-color: #F3F3F3;
    padding: 15px;
    position: absolute;
    bottom: -15%;
    left: 0;
} 

.interviewpage_answers .qa_block.qa_sixth figure {
    width: 80%;
} 

.interviewpage_answers .qa_block .question {
    width: 70%;
}

.interviewpage_answers h3 {
    font-weight: 500;
    position: relative;
    padding-left: 40px;
    font-size: 24px;
}

.interviewpage_answers h3::before {
    content: 'Q';
    font-size: 2.2rem;
    color: #55DADD;
    position: absolute;
    left: 0;
    bottom: -2px;
    font-family: "fot-seurat-pron", sans-serif;
    font-weight: 600;
    font-style: normal;
}

.interviewpage_answers .qa_block .answer {
    margin-top: 10px;
}

.interviewpage_answers .qa_block .answer h4 {
    font-weight: bold;
    color: #5949E3;
}

.interviewpage_answers .qa_block .answer h4 span {
    display: block;
}

.interviewpage_answers .qa_block figure {
    width: 28%;
}

.interviewpage_answers .qa_block figure img {
    width: 100%;
}

.other_interview {
    background-color: #fff;
    padding: 30px 10px;
}

.other_interview h4 {
    margin-bottom: 20px;
}
.other_interview .interview_box {
    width: 30%;
}


/*==================新入社員（マトマルアプリ用）======================*/

.interview-top {
    position: relative;
    margin-top: -22px;
    max-width: 1400px;
    margin: -22px auto 0;
}

.interview-top figure {
    margin: 0;
}

.interview-top img {
    width: 100%;
}

.interview-top__catch-copy {
    position: absolute;
    left: 0;
    bottom: 18vh;
}

.interview-top__catch-copy span {
    display: block;
    color: #fff;
    background-color: #073763;
    margin-bottom: 10px;
    border: 2px solid #fff;
    border-left: none;
    padding: 8px 15px 11px 15px;
    width: fit-content;
}

.interview-top__when {
    text-align: right;
    margin: 0;
}

.interview-content {
    padding: 0 10px;
    margin: 30px auto 0;
    max-width: 1200px;
}

.interview-content__main figure {
    margin: 0 auto;
    width: fit-content;
}

.interview-content__main figure img {
    max-height: 550px;
    object-fit: cover;
    object-position: top;
}

.interview-content__txt {
    margin-bottom: 20px;
}

.interview-content__ttl {
    font-size: 1.2rem;
    margin: 60px 0 15px;
    position: relative;
}

.interview-content__ttl::after {
    content: '';
    background-image: url(https://valueone.jp/recruitment/img/arrow.png);
    background-position: left bottom;
    background-repeat: no-repeat;
    background-size: 345px;
    display: block;
    width: 100%;
    height: 32px;
}

.interview-content__ttl img {
    max-width: 60px;
    padding-right: 10px;
    vertical-align: bottom;
}

.link-btn {
    margin: 60px auto 0;
    padding: 10px;
    text-align: center;
}

.link-btn a {
    font-size: 24px;
    font-weight: 500;
    background-color: #152484;
    border: 2px solid #152484;
    color: #fff;
    padding: 14px 13px;
    text-align: center;
    transition: .4s;
    text-decoration: none;
}

.link-btn a:hover {
    color: #152484;
    background-color: #fff;
}


    /*=================アプリ用インタビュートップ==================- */

    .entry {
        margin-top: 30px;
    }

    .entry a {
        display: block;
        width: fit-content;
        margin: 0 auto;
    }

    .interview-app-top {
        margin: 30px auto 0;
        padding: 0 10px;
        max-width: 800px;
    }

    .interview-app-top__ttl {
        font-size: 1.2rem;
        text-decoration: underline;
        text-underline-offset: 5px;
        text-align: center;
    }

    .interview-app-top__interviewer {
        width: 90%;
        margin: 20px auto 0;
    }

    .interview-app-top__topimg {
        margin-top: 10px;
        position: relative;
    }

    .interview-app-top__imgttl {
        position: absolute;
        bottom: 0;
        text-align: center;
        left: 0;
        background-color: rgb(37, 37, 162);
        color: #fff;
        width: 100%;
        padding: 7px 0;
        font-size: 1.2rem;
        transform: translateY(22%);
    }

    .interview-app-top__members {
        margin-top: 20px;
        display: flex;
        flex-wrap: wrap;
        gap: 10px;
    }

    .interview-app-top__member {
        width: calc((100% / 3) - 7px);
    }

    .interview-app-top__member img {
        transition: .4s;
    }

    .interview-app-top__member a {
        color: #454545;
    }

    .interview-app-top__member figure {
        margin: 0;
    }

    .interview-app-top__member-txt {
        border: 1px solid rgb(127, 248, 248);
        border-top: none;
        padding: 5px 5px 8px;
        background-color: #fff;
    }

    .interview-app-top__member-txt ul {
        padding-left: 0;
        margin-bottom: 0;
    }

    .interview-app-top__member-txt li {
        font-size: .8rem;
        text-align: center;
    }

    .interview-app-top__member-txt li:last-child {
        margin-top: 5px;
        padding: 7px 0;
        color: #fff;
        background-color: #838383;
    }

    .interview-app-top__member figure {
        overflow: hidden;
        width: 100%;
    }

    .interview-app-top__member:active img {
        transform: scale(1.2);
    }

    .more-btn {
        max-width: 600px;
        margin: 50px auto;
    }

    .more-btn a {
        display: block;
        text-align: center;
        background-color: rgb(127, 248, 248);
        padding: 9px 0;
        color: #454545;
    }


@media(max-width:1200px) {
    .link-btn a {
        font-size: 16px;
        font-weight: normal;
        padding: 14px 25px;
    }
}




@media(max-width:1024px) {
    .interviewpage_top figure img {
        width: 100%;
    }

    .interviewpage_top_catch {
        top: 48%;
    }

    .interviewpage_top_txt {
        padding-left: 0;
    }

    .interviewpage_top_txt p {
        padding: 15px 30px;
    }

    .interviewpage_answers .qa_block .question {
        width: 55%;
    }

    .interviewpage_answers .qa_block figure {
        width: 43%;
    }

    .interviewpage_answers .qa_block.qa_block.qa_fourth {
        flex-direction: column;
    }

    .interviewpage_answers .qa_block.qa_fourth .question {
        width: 100%;
        padding: 0;
        position: relative;
        left: 0;
    }

    .interviewpage_answers .qa_block.qa_fourth figure {
        width: 100%;
    }

    .interviewpage_answers .qa_block.qa_sixth {
        flex-direction: column;      
    }

    .interviewpage_answers .qa_block.qa_sixth .question {
        width: 100%;
        position: relative;
        padding: 0;
    }

    .interviewpage_answers .qa_block.qa_sixth figure {
        width: 100%;
    }


}


@media(max-width:768px) {
    .interview_container {
        padding: 15px;
    }

    .mt-10 {
        margin-top: 60px;
    }

    .interview_top_txt {
        padding: 10px 0 2px;
    }

    .interview_top_txt h3 {
        font-size: 1.8rem;
    }

    .interview_top_txt h3 span {
        font-size: 1.2rem;
    }

    .interview_boxes {
        flex-direction: column;
    }

    .interview_boxes .interview_box {
        width: 100%;
        margin-bottom: 30px;
    }

    .interview_boxes .interview_box > a {
        display: flex;
        justify-content: space-between;
        align-items: center;
    }

    .interview_boxes .interview_box figure {
        width: 50%;
    }

    .interview_boxes .interview_box .interview_box_txt {
        width: 48%;
        font-size: 2.4rem;
    }

    .interview_boxes .interview_box .interview_box_txt span {
        font-size: 1.3rem;
    }

    .interviewpage_top figure {
        max-height: 95vh;
        margin-bottom: 0;
    }

    .interview_boxes .interview_box:hover figure img {
        transform: scale(1.2) translateY(10px);
    }

    .interviewpage_top figure img {
        width: 100%;
    }

    .interviewpage_top_catch {
        font-size: 1.8rem;
        top: auto;
        bottom: 20%;
    }

    .interviewpage_top_catch span {
        padding: 4px 15px;
    }

    .interviewpage_top_txt {
        position: relative;
    }

    .interviewpage_answers .qa_block {
        flex-direction: column;
    }

    .interviewpage_answers .qa_block .question {
        width: 100%;
    }

    .interviewpage_answers .qa_block figure {
        width: 100%;
        max-height: 40vh;
        overflow: hidden;
    }

    .interviewpage_answers .qa_block.qa_second {
        flex-direction: column;
    }

    .trainingtext {
        height: 55%;
    }

    .recruit_info_title {
        height: 12%;
    }

    /*==========魅力へのリンク===========*/

    .attraction-content {
        margin-top: 50px;
    }

    .vo-enter_img img {
        width: 100%;
    }

    .attraction-ttl {
        position: relative;
        margin-left: 0;
        padding: 0 10px;
    }

    .att-txt {
        width: fit-content;
        margin: 0 auto;
    }



}

@media(max-width: 640px) {
    .sp_interview_top {
        display: block;
    }

    .pc_interview_top {
        display: none;
    }

    .interviewpage_pc_top {
        display: none;
    }

    .interviewpage_sp_top {
        display: block;
    }

    .mt-10 {
        margin-top: 40px;
    }

    .sp_interview_top > figure {
        margin: 0;
    }


    .interview_top_txt h3 {
        font-size: 1.3rem;
    }

    .interview_top_txt h3 span {
        font-size: .8rem;
    }

    .interview_boxes .interview_box .interview_box_txt {
        font-size: 1.3rem;
    }

    .interview_boxes .interview_box .interview_box_txt span {
        font-size: .9rem;
    }

    .interviewpage_top_catch {
        font-size: 1.1rem;
        bottom: 25%;
        padding-left: 15px;
    }

    .interviewpage_top_catch span {
        margin-bottom: 5px;
        padding: 4px 8px 6px;
    }

    .interviewpage_top_txt p {
        padding-left: 15px;
        padding-bottom: 0;
        font-size: 22px;
    }

    .profile {
        margin-top: 10px;
    }

    .interviewpage_answers h3::before {
        bottom: 0;
        top: 0;
        font-size: 1.6rem;
    }

    .interviewpage_answers h3 {
        font-size: 20px;
        padding-left: 27px;
    }

    .interviewpage_answers .qa_block .answer h4 {
        font-size: 22px;
    }

    .h-100 {
        height: auto !important;
    }


    /*新入社員*/
    .interview-top__catch-copy {
        bottom: 30px;
        font-size: 1.1rem;
    }

    .interview-top__catch-copy span {
        margin-bottom: 5px;
    }

    .interview-app-top__members {
        flex-wrap: nowrap;
        flex-direction: column;
    }

    .interview-app-top__member {
        width: 100%;
    }


}