/* フッターのシリーズリストを非表示 */
.interview-body .footer-series{
    display: none;
}

/* interviewページTOP */
.interview-top-mv{
    margin-bottom: 25px;
    position: relative;
    border-bottom: 5px solid var(--red);
}
.interview-top-mv__img-area{
    width: 100%;
}
.interview-top-mv__img{
    display: block;
    width: 100%;
}
.interview-top-mv-text__area{
    position: absolute;
    bottom: 4.865%;
    width: 100%;
}
.interview-top-mv-text__content{
    width: fit-content;
    margin: 0 auto;
}
.interview-top-mv-text__sub-title-area{
    background-color: var(--red);
    padding: 8.5px 15px;
    width: fit-content;
    position: relative;
    top: 10px;
    left: 20.5px;
}
.interview-top-mv-text__sub-title-area::before{
    content: "";
    display: block;
    background-image: url(/astaliftbrand/assets/images/science/interview/interview__speech-bubble--red.svg);
    background-size: contain;
    background-repeat: no-repeat;
    width: 10.5px;
    height: 13px;
    position: absolute;
    bottom: -9.5px;
    left: 0;
}
.interview-top-mv-text__sub-title{
    font-size: 12px;
    font-weight: 300;
    line-height: 20px;
    letter-spacing: 7.2px;
    color: var(--white);
}
.interview-top-mv-text__title-area{
    background-color: var(--white);
    padding: 22px 18px 14px 20.5px;
}
.interview-top-mv-text__title{
    font-size: 23px;
    font-weight: 400;
    line-height: 33.5px;
    letter-spacing: 10.12px;
    color: var(--red);
}


.interview-top-read{
    margin-bottom: 25px;
}
.interview-top-read__text{
    font-size: 13px;
    font-weight: 400;
    line-height: 21px;
    text-align: center;
}


.interview-top-main-conductor-wire{
    margin-bottom: 15px;
}
.interview-top-main-conductor-wire__area{
    padding: 15px 15px 30px 18px;
    background-color: #F0F5F6;
}
.interview-top-main-conductor-wire__link-area{
    display: block;
}
.interview-top-main-conductor-wire__img-area{
    width: 100%;
    margin-bottom: 26px;
    transition: 0.3s all ease;
    opacity: 1;
}
.interview-top-main-conductor-wire__link-area:hover .interview-top-main-conductor-wire__img-area{
    opacity: 0.7;
}
.interview-top-main-conductor-wire__img{
    width: 100%;
    display: block;
}
.interview-top-main-conductor-wire__text-area{
    position: relative;
}
.interview-top-main-conductor-wire__sub-title-area{
    background-color: var(--red);
    padding: 4px 10.5px;
    width: fit-content;
    margin-bottom: 10px;
    position: relative;
}
.interview-top-main-conductor-wire__sub-title-area::before{
    content: "";
    display: block;
    background-image: url(/astaliftbrand/assets/images/science/interview/interview__speech-bubble--red.svg);
    background-size: cover;
    background-repeat: no-repeat;
    width: 7.5px;
    height: 9px;
    position: absolute;
    bottom: -9px;
    left: 0;
}
.interview-top-main-conductor-wire__sub-title{
    color: var(--white);
    font-size: 10px;
    line-height: 15px;
    letter-spacing: 5.4px;
}
.interview-top-main-conductor-wire__title{
    font-size: 13px;
    font-weight: 400;
    line-height: 21px;
    position: relative;
    top: 0;
    right: 0;
}
.interview-top-main-conductor-wire__arrow{
    width: 18px;
    position: absolute;
    top: 55px;
    right: 0;
    transition: 0.3s all ease;
}
.interview-top-main-conductor-wire__link-area:hover .interview-top-main-conductor-wire__arrow{
    right: -10px;
}
.interview-top-main-conductor-wire__arrow-img{
    width: 100%;
    display: block;
}


.interview-top-technology{
    margin-bottom: 51.5px;
}
.interview-top-technology__title{
    font-size: 20px;
    font-weight: 400;
    line-height: 29px;
    text-align: center;
    text-decoration: underline;
    text-decoration-color: var(--red);
    text-underline-offset: 0.2em;
    margin-bottom: 15px;
}
.interview-top-technology__list{
    display: flex;
    flex-direction: column;
    gap: 25px;
}
.interview-top-technology__item{
    background-color: #F0F5F6;
    padding: 15px 15px 30px 15px;
}
.interview-top-technology__link{
    display: block;
}
.interview-top-technology__img-area{
    width: 100%;
    margin-bottom: 25px;
    transition: 0.3s all ease;
}
.interview-top-technology__link:hover .interview-top-technology__img-area{
    opacity: 0.7;
}
.interview-top-technology__img{
    width: 100%;
    display: block;
}
.interview-top-technology__text-area{
    position: relative;
}
.interview-top-technology__sub-title-area{
    background-color: var(--red);
    padding: 4px 10.5px;
    width: fit-content;
    position: relative;
    margin-bottom: 10px;
}
.interview-top-technology__sub-title-area::before{
    content: "";
    display: block;
    background-image: url(/astaliftbrand/assets/images/science/interview/interview__speech-bubble--red.svg);
    background-size: cover;
    background-repeat: no-repeat;
    width: 7.5px;
    height: 9px;
    position: absolute;
    bottom: -9px;
    left: 0;
}
.interview-top-technology__sub-title{
    font-size: 10px;
    font-weight: 300;
    line-height: 15px;
    letter-spacing: 5.4px;
    color: var(--white);
}
.interview-top-technology__list-title{
    font-size: 13px;
    font-weight: 400;
    line-height: 21px;
}
.interview-top-technology__arrow{
    width: 18px;
    position: absolute;
    top: 60px;
    right: 0;
    transition: 0.3s all ease;
}
.interview-top-technology__link:hover .interview-top-technology__arrow{
    right: -10px;
}
.interview-top-technology__arrow-img{
    width: 100%;
    display: block;
}


.interview-top-button__link{
    display: block;
    background-color: var(--red);
    padding: 10px 0;
    width: 294px;
    margin: 0 auto;
    position: relative;
    opacity: 1;
    transition: 0.3s all ease;
}
.interview-top-button__link::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;
}
.interview-top-button__link:hover{
    opacity: 0.7;
}
.interview-top-button__text{
    color: var(--white);
    font-size: 18px;
    font-weight: 400;
    line-height: 21px;
    letter-spacing: 2.7px;
    text-align: center;
    width: fit-content;
    margin: 0 auto;
}

/* 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ページTOP */
    .interview-top-mv{
        max-width: 1920px;
        margin: 0 auto 60px;
    }
    .interview-top-mv-text__area{
        position: absolute;
        bottom: 19.75%;
        left: 20.1%;
        width: fit-content;
    }
    .interview-top-mv-text__sub-title-area{
        padding: 10px 30px;
        top: 19px;
        left: 40px;
    }
    .interview-top-mv-text__sub-title-area::before{
        width: 21px;
        height: 26px;
        bottom: -17px;
    }
    .interview-top-mv-text__sub-title{
        font-size: 24px;
        line-height: 40px;
        letter-spacing: 14.4px;
    }
    .interview-top-mv-text__title-area{
        padding: 44px 36px 28px 41px;
    }
    .interview-top-mv-text__title{
        font-size: 46px;
        line-height: 67px;
    }


    .interview-top-read{
        margin-bottom: 52px;
    }
    .interview-top-read__area{
        max-width: 1187px;
        margin: 0 auto;
    }
    .interview-top-read__text{
        font-size: 25px;
        line-height: 42px;
    }


    .interview-top-main-conductor-wire{
        width: 1200px;
        margin: 0 auto 55px;
    }
    .interview-top-main-conductor-wire__area{
        padding: 15px 13px;
    }
    .interview-top-main-conductor-wire__link-area{
        display: flex;
    }
    .interview-top-main-conductor-wire__img-area{
        width: 655px;
        margin-bottom: 0;
        margin-right: 42px;
    }
    .interview-top-main-conductor-wire__text-area{
        position: relative;
        flex-grow: 1;
    }
    .interview-top-main-conductor-wire__sub-title-area{
        background-color: var(--red);
        padding: 9px 21px;
        margin-bottom: 25.5px;
        margin-top: 19px;
    }
    .interview-top-main-conductor-wire__sub-title-area::before{
        width: 15px;
        height: 18px;
        bottom: -13.5px;
    }
    .interview-top-main-conductor-wire__sub-title{
        font-size: 18px;
        line-height: 100%;
        letter-spacing: 10.8px;
    }
    .interview-top-main-conductor-wire__title{
        font-size: 25px;
        line-height: 42px;
    }
    .interview-top-main-conductor-wire__arrow{
        width: 36px;
        top: auto;
        bottom: 25px;
        right: 27px;
    }
    .interview-top-main-conductor-wire__link-area:hover .interview-top-main-conductor-wire__arrow{
        right: 17px;
    }


    .interview-top-technology{
        margin-bottom: 185px;
    }
    .interview-top-technology__title{
        font-size: 40px;
        line-height: 42px;
        margin-bottom: 40px;
    }
    .interview-top-technology__list{
        flex-direction: row;
        gap: 60px;
        width: 1200px;
        margin: 0 auto;
    }
    .interview-top-technology__item{
        background-color: #F0F5F6;
        padding: 36px 15px 15px 15px;
    }
    .interview-top-technology__link{
        display: flex;
        flex-direction: column-reverse;
    }
    .interview-top-technology__img-area{
        width: 100%;
        margin-bottom: 0;
        transition: 0.3s all ease;
        opacity: 1;
    }
    .interview-top-technology__link:hover .interview-top-technology__img-area{
        opacity: 0.7;
    }
    .interview-top-technology__sub-title-area{
        padding: 10px 22px;
        margin-bottom: 24px;
    }
    .interview-top-technology__sub-title-area::before{
        width: 15px;
        height: 18px;
        position: absolute;
        bottom: -13.5px;
    }
    .interview-top-technology__sub-title{
        font-size: 18px;
        line-height: 100%;
        letter-spacing: 10.8px;
    }
    .interview-top-technology__list-title{
        font-size: 25px;
        line-height: 42px;
        margin-bottom: 67px;
    }
    .interview-top-technology__arrow{
        width: 36px;
        top: 114px;
        right: 30px;
    }
    .interview-top-technology__link:hover .interview-top-technology__arrow{
        right: 20px;
    }


    .interview-top-button__link{
        padding: 28px 0;
        width: 528px;
    }
    .interview-top-button__link::before{
        width: 22px;
        height: 22px;
        top: calc(50% - (22px / 2));
        right: 33px;
    }
    .interview-top-button__text{
        line-height: 30px;
    }
}