@charset "UTF-8";

.interview_text {
    text-align: center;
    margin-bottom: 50px;
}

.anchor_wrap {
    margin-bottom: 150px !important;
}

.anchor_wrap a p {
    font-size: 14px;
}

.anchor_wrap a p span {
    font-size: 18px;
}

.interview_body {
    padding-top: 150px;
    margin: -150px 0 290px;
    position: relative;
}

.interview_body::before {
    content: '';
    width: 960px;
    height: 848px;
    background: #EFFAFF;
    position: absolute;
    top: 80px;
    right: 0;
}

.interview_body.-right::before {
    content: '';
    width: 960px;
    height: 848px;
    background: #FEFBE5;
    position: absolute;
    top: 80px;
    left: 0;
}

.interview_body:first-child::before {
    height: 1120px;
}

.interview_body:nth-child(4)::before,
.interview_body:nth-child(5)::before {
    height: 758px;
}

.interview_wrap {
    display: flex;
    align-items: center;
    justify-content: center;
}

.interview_wrap.u-inner {
    max-width: 1070px;
}

.interview_img {
    position: relative;
}

.interview_comment {
    position: absolute;
    left: 5%;
    bottom: 5%;
}

.interview_cnt {
    max-width: 546px;
}

.interview_cnt_hd {
    padding: 0 0 30px 70px;
    margin-bottom: 30px;
    position: relative;
}

.interview_body.-right .interview_cnt_hd {
    padding: 0 70px 30px 0;
}

.interview_cnt_hd::after {
    content: '';
    width: 100%;
    height: 4px;
    background: #6AD0FA;
    position: absolute;
    bottom: 0;
    left: 0;
}

.faculty {
    background: #fff;
    padding: 5px 10px;
    width: fit-content;
    margin-bottom: 10px;
}

.person_name {
    font-weight: bold;
    color: #0E63B7;
    margin-bottom: 10px;
}

.person_name span {
    font-size: 25px;
    margin-bottom: 10px;
}

.interview_txt {
    padding-left: 70px;
    ;line-height: 30px;
}

.interview_body.-right .interview_txt {
    padding-left: 0;
    padding-right: 70px;
}

.interview_movie {
    position: relative;
    text-align: center;
    width: fit-content;
    margin: 100px auto 0;
    width: 100%;
    height: 100%;
    max-width: 840px;
    aspect-ratio: 560 / 315;
}

.movie_cnt {
    max-width: 840px;
    height: 100%;
    position: relative;
}

.movie_cnt::after {
    content: '';
    width: 220px;
    height: 148px;
    background: url(/assets/img2025/interview/img-balloon_movie.png) no-repeat center;
    background-size: cover;
    position: absolute;
    top: -50px;
    right: -100px;
}

.interview_movie iframe {
    width: 100%;
    height: 100%;
    position: relative;
}


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


    .anchor_wrap a p span {
        margin-left: 5px;
    }


    .interview_text {
        padding: 0 16px;
    }
    

    .interview_wrap {
        flex-flow: column;
        gap: 20px;
    }

    .interview_body {
        margin: 0;
        padding: 50px 0;
    }

    .interview_body.-right .interview_wrap {
        flex-flow: column-reverse;
    }

    .interview_body::before,
    .interview_body.-right::before {
        top: 0;
    }

    .interview_body::before,
    .interview_body.-right::before,
    .interview_body:nth-child(4)::before,
    .interview_body:nth-child(5)::before {
        width: 100%;
        height: 100%;
    }

    .interview_comment {
        width: 60%;
    }

    .interview_movie iframe {
        width: 90%;
    }

    .movie_cnt::after {
        width: 140px;
        height: 95px;
        right: 0;
    }

    .interview_cnt_hd {
        padding-left: 0;
    }

    .interview_body.-right .interview_cnt_hd {
        padding-right: 0;
    }

    .interview_txt {
        padding-left: 0;
    }

    .interview_body.-right .interview_txt {
        padding-right: 0;
    }
}