@charset "utf-8";

.p-news__single .btn-bordered {
    padding: 21px 26px 23px 86px;
}
.p-news__single .btn-bordered:after {
    position: absolute;
    top: 0;
    right: unset;
    left: 0;
    bottom: 0;
    width: 52px;
    height: 16px;
    margin-top: auto;
    margin-bottom: auto;
    background: url("../img/icon/arrow-right-gray.svg") no-repeat -22px 50%;
    transition: all 0.3s ease;
    content: "";
    transform: rotate(180deg);
}
.p-news__single .btn-bordered:hover:after {
    background-position-x: 0;
}

@media (max-width: 767.98px) {
    .p-news__single .btn-bordered {
        min-width: 100%;
        padding: 3.4666666667vw 4.5333333333vw 3.4666666667vw 12.8vw;
        font-size: 3.4666666667vw;
    }
    .p-news__single .btn-bordered:after {
        left: 3.2vw;
        width: 5.44vw;
        height: 2.504vw;
        background: url("../img/icon/arrow-right-gray-sp.svg") no-repeat;
        transform: none;
    }
    .p-news__single-link-btn {
        text-align: center;
    }
    .p-interview__schedule-box:first-child .p-interview__schedule-box-content::before {
        top: 10.4vw;
    }
}

#iv-schedule {
    position: relative;
    top: -100px;
    visibility: hidden;
}

@media (max-width: 767.98px) {
    .section-archive-crosstalk {
        padding-bottom: 12.53vw;
    }
}

/* AOS delay responsive override for interview section */
@media (min-width: 768px) {
    .aos-delay-pc[data-aos-delay="0"] {
        transition-delay: 1000ms !important;
    }
}
