body{
    overflow: unset;
}

footer{
    margin-top: 0;
    overflow: hidden;
}

.page-top{
    background-color: #E8E8E8;
}

.mv-button_wrap svg,
.mv-button_wrap,
.mv-button,
.mv-button span,
.top-title h2,
.top-title .jp,
.mv-years{
    transition: .4s;
}

.mv,.mv-logo_year{
    
}

.mv{
    position: relative;
}

.mv-cont{
    display: flex;
    width: 100%;
    flex-direction: row-reverse;
    justify-content: space-between;
}

.mv-note{
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
    width: 390px;
    padding: 0 0 50px;
}

.mv-slide{
    width: calc(100% - 390px);
}

.mv-note_head{
    display: flex;
    flex-direction: column;
    align-items: flex-end;
}

.mv-logo{
    position: relative;
    top: -36px;
    right: 0;
    display: inline-block;
    padding: 30px 36px 30px 140px;
    background-color: #E8E8E8;
    z-index: 10;
}

.mv-logo::before{
    content: "";
    position: absolute;
    left: 30px;
    top: 50%;
    display: inline-block;
    width: 95px;
    height: 150px;
    background: url("../img/common/logo-kindai.svg") no-repeat bottom / contain;
    transform: translateY(-50%);
}

.mv-years_list{
    position: relative;
    margin-top: -36px;
    padding: 0 60px;
    width: 100%;
}

.mv-years_list .mv-years {
    height: 100px!important;
}

.mv-note_head .mv-button_block{
    padding: 0 60px;
}

.mv-button_block .prev{
    border-right: 1px dotted #00507E;
}

.bk01 .mv-button_block .prev{
    border-color: #fff;
}

.mv-note_bottom{
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: space-between;
    gap: 40px;
    width: 100%;
    padding: 0 0 0 60px;
}

.mv-note_bottom_svg{
    margin-top: 25px;
    padding-top: 25px;
    border-top: 1px solid #BEC2CB;
}

.mv-note_bottom_svg svg + svg{
    margin-top: 15px;
}

.svg-copy_text{
    fill: #5B6988;
}

.bk01 .svg-copy_text{
    fill: #8D7F60;
}

.bk02 .svg-copy_text{
    fill: #705e36;
}

.mv-slide_img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.mv-title{
    display: flex;
    align-items: flex-end;
    width: 100%;
    height: 70px;
    padding-bottom: 10px;
}

.mv-title_inner{
    display: flex;
    align-items: center;
    padding-left: 20px;
    gap: 10px;
}

.bk01 .mv-logo,.bk01.mv{
    background-color: #252424;
}

.mv-button_wrap{
    display: flex;
    align-items: center;
    border: 1px solid #5B6988;
}

.bk01 .mv-button_wrap{
    border-color: #fff;
}

.mv-button{
    display: flex;
    align-items: center;
    padding: 2px 10px 4px; 
    gap: 10px;
    transition: .4s;
}

.mv-button_wrap svg{
    fill: #5B6988;
}

.bk01 .mv-button_wrap svg{
    fill: #fff;
}

.mv-button span{
    transition: .4s;
}

.former_wrap{
    padding: 70px 0;
}

.former_wrap + .former_wrap{
    border-top: 1px solid #D6D6D6;
}

.former-cont{
    margin-top: 30px;
    display: flex;
    gap: 70px;
    justify-content: space-between;
}

.former-list_wrap{
    display: flex;
    gap: 60px;
}

.former-link{
    width: 230px;
}

.former-list{
    position: relative;
    display: flex;
    flex-direction: column;
    gap: 25px;
}

.top-profile{
    position: relative;
}

.top-profile_interview::before{
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    width: 45px;
    height: 45px;
    background: #fff url("../img/common/icon-interview_top.svg") center 45px;
    z-index: 9;
}

.top-profile_image{
    position: relative;
    overflow: hidden;
}

.top-profile_image img{
    transition: .4s;
}

.top-profile_name_jp{
    position: absolute;
    bottom: 0;
    left: 0;
    display: inline-block;
    padding:  0 6px 4px;
    background-color: #00507E;
}

.top-profile_post{
    margin-top: 2px;
}

.survey-cont{
    display: flex;
    height: 100%;
}

.side-images{
    position:sticky;
    top: 0;
    width: 578px;
    overflow: hidden;
}

.side-image.show{
    opacity: 1;
}

.side-image{
    opacity: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all .75s ease-in-out;
}

.side-image:not(:first-of-type){
    position: absolute;
    top: 0;
    left: 0;
}

.survey-cont_list{
    width: calc(100% - 578px);
}

.last-cont .survey-cont_list{
    width: 90dvw;
}

.survey-list{
    display: flex;
    flex-wrap: wrap;
    padding: 35px 70px;
    gap: 36px;
}

.survey-list a{
    width: 190px;
}

.survey-cont_item.survey02{
    background-color: #FFF8EB;
}

.survey-cont_item.survey03{
    position: relative;
    padding-top: 70px;
    background-color: rgba(255, 255, 255, .9);
}

.survey-cont_item.survey03 .survey-list{
    position: absolute;
    top: 0;
    right: 0;
    width: 86.5dvw;
    background-color: rgba(255, 255, 255, .9);
}

@media screen and (max-height: 700px){
    .mv-logo{
        right: 40px;
    }
}

@media screen and (max-width: 768px){
    .footer {
        margin-top: 0;
        z-index: 9;
    }
    .mv-cont{
        position: relative;
        flex-direction: column;
    }
    .mv-note{
        flex-direction: column-reverse;
        justify-content: flex-start;
        height: 100%;
        width: 100%;
        padding: 20px 0 0 24px;
    }
    .mv-slide{
        width: 100%
    }
    .mv-button_block.sp{
        position: absolute;
        bottom: 25px;
        right: 25px;
        padding: 2px;
        border: 2px solid #D9D9D9;
        background-color: #D9D9D9;
    }
    .mv-note_head{
        position: relative;
        gap: 10px;
        flex-direction: row;
        align-items: flex-start;
        padding-bottom: 50px;
    }
    .mv-copy{
        width: auto;
        height: 86px;
    }
    .mv-logo{
        order: 3;
        position: absolute;
        top: unset;
        display: inline-block;
        width: 240px;
        bottom: -40px;
        left: -25px;
        padding: 0 20px 18px 80px;
    }
    .mv-logo::before{
        top: 4px;
        left: 25px;
        width: 50px;
        height: 60px;
        transform: unset;
    }
    .mv-years_list{
        order: 1;
        margin-top: 0;
        padding: 0;
        width: calc(100% - 120px);
    }
    .mv-note_bottom{
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        justify-content: space-between;
        gap: 40px;
        width: 100% ;
        padding: 0 0 20px;
        margin: 0 0 20px;
        border-bottom: 1px solid #5B6988;
    }
    .mv-note_bottom_svg{
        margin-top: 0;
        padding-top: 0;
        border-top: unset;
    }
    .mv-title{
        width: 110px;
        order: 2;
        height: auto;
        padding-bottom: 0;
    }
    .mv-title_inner{
        flex-direction: column;
        align-items: flex-start;
        padding-left: 0;
        gap: 4px;
    }
    .mv-button_wrap{
        display: flex;
        align-items: center;
        border: 1px solid #5B6988;
    }
    .mv-button{
        display: flex;
        align-items: center;
        padding: 2px 10px 4px; 
        gap: 10px;
        transition: .4s;
    }
    .former_wrap{
        padding: 60px 0 30px;
    }
    .former-cont{
        margin-top: 20px;
        flex-direction: column;
        width: 100%;
        gap: 30px;
    }
    .former.w1440,
    .former-cont.w960{
        padding-left: 0!important;
        padding-right: 0!important;
    }
    .former_title{
        padding-left: 20px!important;
        padding-right: 20px!important;
    }
    .former-list_wrap{
        flex-wrap: wrap;
        gap: 20px 40px;
        padding: 0 40px;
    }
    .former-list{
        width: calc(50% - 20px);
        gap: 20px 40px;
    }
    .former-list:nth-child(1){
        order: 1;
    }
    .former-list:nth-child(2){
        order: 3;
    }
    .former-list:nth-child(3){
        order: 2;
    }
    .former-list:nth-child(4){
        order: 4;
    }
    .top-profile_image img,
    .former-link{
        width: 100%;
    }
    .top-profile_name_jp{
        padding:  0 10px 4px 28px;
    }
    .top-profile_detail{
        min-height: 75px;
        padding: 0 80px 0 28px;
    }
    .top-profile_interview::before{
        top: unset;
        bottom: 0;
        width: 75px;
        height: 75px;
        background-position: top;
        background-size: contain;
    }
    .survey-cont {
        flex-direction: column;
        margin-bottom: 60px;
    }
    .side-images{
        width: 100%;
        z-index: -1;
    }
    .survey-list a,
    .survey-cont_item.survey03 .survey-list,
    .survey-cont_list,
    .last-cont .survey-cont_list{
        width: 100%;
    }
    .survey-list{
        position: relative;
        display: flex;
        flex-wrap: wrap;
        padding: 40px 0 35px;
        gap: 30px;
        z-index: 9;
    }
    .survey-cont_item .survey-list,
    .survey03.survey-cont_item .survey-list{
        background-color: #fff;
    }
    .survey02 .survey-cont_item .survey-list{
        background-color: #FFF8EB;
    }
    .survey-cont_item.survey03{
        padding-top: 0;
        background-color: #fff;
    }
    .survey-cont_item.survey03 .survey-list {
        position: relative;
        padding-bottom: 60px;
    }
    .js-w_spheight{
        position: sticky;
        top: 0;
    }
    .survey02 .survey-cont_item{
        position: relative;
        z-index: 9;
    }
    .side-image_sp img{
        opacity: 0;
        transition: .4s;
    }
    .show .side-image_sp img{
        opacity: 1;
    }
    .mv-slide_item{
        overflow: hidden;
    }
}

@media (hover: hover) {
    .mv-button:hover span{
        transform: translateY(2px);
    }
    .top-profile:hover{
        opacity: 1;
    }
    .top-profile:hover img{
        transform: scale(1.1);
    }
}