.interview-mv{
    position: relative;
}
.interview-mv__img-content-area{
    width: 100%;
    height: 405px;
    position: relative;
}
.interview-mv__img-content-area::before{
    content: "";
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 800px;
    overflow: hidden;
    background-color: white;
    transition: all 0.8s ease-in-out;
    z-index: 3;
}
.interview-mv__img-content-area--anime::before{
    width: 0;
}
.interview-mv__img-area{
    width: 100%;
    border-bottom: 5px solid var(--red);
    position: absolute;
}
.interview-mv__img-area::before{
    content: "";
    display: block;
    background-image: url(/astaliftbrand/assets/images/science/interview/interview-mv__img--sp.jpg);
    background-position: center;
    background-size: 130%;
    background-repeat: no-repeat;
    width: 100%;
    height: 100%;
    transition: all 1.5s ease-in-out;
    position: absolute;
    top: 0;
    left: 0;
}
.interview-mv__img-area--nanotech::before{
    background-image: url(/astaliftbrand/assets/images/science/interview/interview-nanotech-mv__img--sp.jpg);
}
.interview-mv__img-area--liposome::before{
    background-image: url(/astaliftbrand/assets/images/science/interview/interview-liposome-mv__img--sp.jpg);
}
.interview-mv__img-area--anime::before{
    background-size: 100%;
}
.interview-mv__img-area--anime--end::before{
    display: none;
}
.interview-mv__img{
    width: 100%;
    display: block;
}
.interview-mv-text__area{
    width: fit-content;
    position: absolute;
    left: 3%;
    bottom: 15%;
}
.interview-mv-text__sub-title-content-area{
    width: fit-content;
    position: relative;
    transition: .3s ease-in-out;
    margin-bottom: 12.5px;
    clip-path: inset(0 100% 0 0);
}
.interview-mv-text__sub-title-content-area::after{
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: fit-content;
    background-color: var(--red);
    transition: .3s ease-in-out;
    z-index: 1;
    clip-path: inset(0 100% 0 0);
}
.interview-mv-text__sub-title-content-area--anime-first{
    clip-path: inset(0 0% 0 0);
}
.interview-mv-text__sub-title-content-area--anime-first::after{
    clip-path: inset(0 0% 0 0);
}
.interview-mv-text__sub-title-content-area--anime-end{
    overflow: visible;
    right: 0;
}
.interview-mv-text__sub-title-content-area--anime-end::after{
    width: 0;
    right: 0;
    left: auto;
}
.interview-mv-text__sub-title-area{
    background-color: var(--red);
    padding: 5px 11px;
    width: 100%;
    height: 20px;
    position: relative;
}
.interview-mv-text__sub-title-area::before{
    content: "";
    display: block;
    width: 7.5px;
    height: 9px;
    background-image: url(/astaliftbrand/assets/images/science/interview/interview__speech-bubble--red.svg);
    background-size: contain;
    background-repeat: no-repeat;
    position: absolute;
    bottom: -6.75px;
    left: 0;
}
.interview-mv-text__sub-title{
    font-size: 10px;
    color: var(--white);
    font-weight: 300;
    letter-spacing: 5.4px;
    width: fit-content;
}
.interview-mv-text__main-text-area{
    display: flex;
    flex-direction: column;
    gap: 12.5px;
}
.interview-mv-text__title-area{
    width: fit-content;
    height: auto;
    transition: 0.4s ease-in-out;
    position: relative;
    clip-path: inset(0 100% 0 0);
}
.interview-mv-text__title-area::before{
    background-color: white;
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    transition: .1s ease-in-out;
    clip-path: inset(0 100% 0 0);
    z-index: 2;
}
.interview-mv-text__title-area--anime-first{
    clip-path: inset(0 0% 0 0);
}
.interview-mv-text__title-area--anime-first::before{
    clip-path: inset(0 0% 0 0);
}
.interview-mv-text__title-area--anime-end::before{
    width: 0;
    right: 0;
    left: auto;
    transition: .8s ease-in-out;
}
.interview-mv-text__title{
    font-size: 20px;
    font-weight: 400;
    background-color: var(--white);
    padding: 7.5px 8px;
}


.interview-profile{
    position: relative;
    top: -34px;
    width: 92%;
    margin: 0 auto 7.5px;
}
.interview-profile__area{
    background-color: #F8FBFC;
    padding: 19px 14px 28px 22px;
}
.interview-profile__main-area{
    margin-bottom: 16.5px;
}
.interview-profile__name-text{
    font-size: 15px;
    font-weight: 400;
    line-height: 18.5px;
    margin-bottom: 8.5px;
}
.interview-profile__post-text{
    font-size: 10px;
    font-weight: 400;
    line-height: 18px;
}
.interview-profile__career-list{
    display: flex;
    flex-direction: column;
    gap: 16px;
}
.interview-profile__career-item{
    display: flex;
}
.interview-profile__career-year{
    font-size: 10px;
    line-height: 18px;
    font-weight: 400;
    margin-right: 18.5px;
    flex-shrink: 0;
    width: fit-content;
}
.interview-profile__career-detail{
    font-size: 10px;
    line-height: 18px;
    font-weight: 400;
}


.interview-thought{
    margin-bottom: 40px;
}
.interview-thought__area{
    width: 92%;
    margin: 0 auto;
}
.interview-thought__list{
    display: flex;
    flex-direction: column;
    gap: 30px;
}
.interview-thought__item{
    display: grid;
    grid-template:
        "title title"
        "img img"
        "text text";
}
.interview-thought__img-area{
    width: 100%;
    grid-area: img;
    margin-bottom: 10px;
}
.interview-thought__img{
    width: 100%;
    display: block;
}
.interview-thought-detail__title{
    grid-area: title;
    margin-bottom: 22.5px;
    font-size: 18px;
    font-weight: 400;
    line-height: 30px;
    display: flex;
}
.interview-thought-detail__title::before{
    content: "";
    display: block;
    width: 17.5px;
    height: 24.25px;
    background-image: url(/astaliftbrand/assets/images/science/interview/interview-speech-bubble__red.svg);
    background-size: contain;
    background-repeat: no-repeat;
    margin: 5px 10px 0 0;
}
.interview-thought-detail__text-area{
    grid-area: text;
}
.interview-thought-detail__text{
    font-size: 13px;
    font-weight: 400;
    line-height: 21px;
}
.interview-thought-detail__text sup{
    transform-origin: top;
    display: inline-block;
    font-size: 50%;
    vertical-align: top;
    transform: scale(.8);
}
.interview-thought-detail__notice{
    font-size: 10px;
    font-weight: 400;
    line-height: 13px;
    margin-top: 6px;
}


.interview-thought-button__link{
    display: block;
    background-color: var(--red);
    width: 78.53%;
    margin: 0 auto;
    padding: 10px 0 8px;
    position: relative;
    transition: 0.3s all ease;
    opacity: 1;
}
.interview-thought-button__link:hover{
    opacity: 0.7;
}
.interview-thought-button__text{
    color: var(--white);
    font-size: 18px;
    font-weight: 400;
    line-height: 21px;
    letter-spacing: 2.7px;
    text-align: center;
}
.interview-thought-button__text::before{
    content: "";
    display: block;
    background-image: url(/astaliftbrand/assets/images/science/interview/back-button--white.svg);
    background-size: contain;
    background-repeat: no-repeat;
    width: 11px;
    height: 11px;
    position: absolute;
    top: calc(50% - (11px /2));
    right: 15px;
    transition: 0.3s all ease;
}
.interview-thought-button__link:hover .interview-thought-button__text::before{
    right: 5px;
}

/* fead-in */
.fead-in__text-anime{
    opacity: 0;
    transition: all 3s ease;
}
.fead-in__text-anime--style{
    opacity: 1;
}

.fead-in__img-anime{
    width: 0;
    transition: all 3s ease;
}
.fead-in__img-anime--style{
    width: fit-content;
}

/* fead-in */
.fead-in__img-anime{
    clip-path: inset(0 100% 0 0);
    transition: all 1s ease-in-out;
}
.fead-in__img-anime--style{
    clip-path: inset(0 0% 0 0);
}


@media (min-width: 897px) {
    .interview-mv__img-content-area{
        width: 100%;
        height: 100%;
        position: relative;
    }
    .interview-mv__img-content-area::before{
        transition: all 0.8s ease-in-out;
    }
    .interview-mv__img-area{
        width: auto;
        max-width: 1920px;
        min-width: 1600px;
        margin: 0 auto;
        height: auto;
        position: relative;
    }
    .interview-mv__img-area::before{
        background-image: url(/astaliftbrand/assets/images/science/interview/interview-mv__img--pc.jpg);
    }
    .interview-mv__img-area--nanotech::before{
        background-image: url(/astaliftbrand/assets/images/science/interview/interview-nanotech-mv__img--pc.jpg);
    }
    .interview-mv__img-area--liposome::before{
        background-image: url(/astaliftbrand/assets/images/science/interview/interview-liposome-mv__img--pc.jpg);
    }
    .interview-mv-text__area{
        left: 0;
        bottom: auto;
        top: 14.06%;
        width: 100%;
    }
    .interview-mv-text__content{
        width: 1200px;
        margin: 0 auto;
    }
    .interview-mv-text__sub-title-content-area{
        height: 48px;
        margin-bottom: 25px;
    }
    .interview-mv-text__sub-title-content-area::after{
        height: 28px;
    }
    .interview-mv-text__sub-title-content-area--anime-first{
        width: 212px;
    }
    .interview-mv-text__sub-title-content-area--anime-first::after{
        width: 212px;
    }
    .interview-mv-text__sub-title-content-area--anime-end{
        overflow: visible;
    }
    .interview-mv-text__sub-title-content-area--anime-end::after{
        width: 0;
    }
    .interview-mv-text__sub-title-area{
        padding: 10px 22px;
        height: auto;
    }
    .interview-mv-text__sub-title-area::before{
        width: 15px;
        height: 18px;
        bottom: -13.5px;
    }
    .interview-mv-text__sub-title{
        font-size: 16px;
        letter-spacing: 10.8px;
    }
    .interview-mv-text__main-text-area{
        gap: 15px;
    }
    .interview-mv-text__title-area--anime-end::before{
        height: 55px;
    }
    .interview-mv-text__title{
        font-size: 36px;
        padding: 5px 10px;
    }


    .interview-profile{
        top: -101px;
        width: 1200px;
        margin: 0 auto 60px;
        position: relative;
        z-index: 5;
    }
    .interview-profile__area{
        padding: 56px 74px 77px 74px;
    }
    .interview-profile__main-area{
        margin-bottom: 39px;
    }
    .interview-profile__name-text{
        font-size: 30px;
        line-height: 37px;
        margin-bottom: 17px;
    }
    .interview-profile__post-text{
        font-size: 25px;
        line-height: 37px;
    }
    .interview-profile__career-list{
        gap: 14px;
    }
    .interview-profile__career-year{
        font-size: 18px;
        line-height: 30px;
        margin-right: 30px;
    }
    .interview-profile__career-detail{
        font-size: 18px;
        line-height: 30px;
    }


    .interview-thought{
        margin-bottom: 247px;
    }
    .interview-thought__area{
        width: fit-content;
        position: relative;
    }
    .interview-thought__area::before{
        content: "";
        display: block;
        width: 100%;
        height: calc(100% + (51px + 97px));
        background-color: #F8FBFC;
        left: 585px;
        top: -51px;
        position: absolute;
        z-index: -1;
    }
    .interview-thought__list{
        gap: 98px;
    }
    .interview-thought__item{
        grid-template:
            "img title"
            "img text"
            "img text";
        grid-template-columns: 653px auto;
    }
    .interview-thought__img-area{
        width: 566px;
        margin-bottom: 0;
        margin-right: 87px;
        margin-top: 12.5px;
    }
    .interview-thought-detail__title{
        margin-bottom: 35px;
        font-size: 40px;
        line-height: 60px;
    }
    .interview-thought-detail__title::before{
        width: 35px;
        height: 48.05px;
        margin: 12.5px 10px 0 0;
    }
    .interview-thought-detail__text-area{
        grid-area: text;
        width: 670px;
    }
    .interview-thought-detail__text{
        font-size: 18px;
        line-height: 30px;
    }
    .interview-thought-detail__notice{
        font-size: 12px;
        line-height: 18px;
        margin-top: 12px;
    }


    .interview-thought-button__link{
        width: 450px;
        padding: 27px 0;
    }
    .interview-thought-button__text{
        line-height: 30px;
    }
    .interview-thought-button__text::before{
        width: 21px;
        height: 21px;
        top: calc(50% - (21px /2));
        right: 34px;
    }
    .interview-thought-button__link:hover .interview-thought-button__text::before{
        right: 24px;
    }
}