@charset "UTF-8";

.sec-title-w {
    color: var(--blue);
    margin: 0;
    font-size: 1.25rem;
    font-weight: 600;
    position: relative;
    border-bottom: solid 1px var(--c-border);
}

.sec-title-w::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    width: calc(100% - 8vw);
    height: 100%;
    margin: 0 auto;
    border-left: solid 1px var(--c-border);
    border-right: solid 1px var(--c-border);
}

.sec-title-w span {
    display: block;
    width: 100%;
    margin: 0 auto;
    background: var(--c-gry_bg);
    padding: 1.5rem 7vw;
    text-align: center;
}

@media (min-width: 1280px) {
    .sec-title-w {
        font-size: 1.7vw;
    }
}

/* ---------------------
hero-section
--------------------- */
.hero-section {
    background: var(--c-gry_bg);
    position: relative;
}

.hero-section::before {
    content: "";
    position: absolute;
    top: 0;
    left: -1px;
    right: 0;
    width: calc(100% - 8vw);
    height: 100%;
    margin: 0 auto;
    border-left: solid 1px var(--c-border);
    border-right: solid 1px var(--c-border);
}

.hero-section .sec-title {
    width: 100%;
    font-size: 6vw;
    font-weight: 500;
    color: var(--blue);
    line-height: 150%;
    position: relative;
    margin: 0 auto;
    padding: .5rem 4vw .5rem 8vw;
    border-bottom: solid 1px var(--c-border);
}

.hero-content {
    width: 100%;
    list-style: none;
    padding: 4vw 8vw;
    margin: 0 auto;
    border-bottom: solid 1px var(--c-border);
}

.hero-txt {
    order: 2;
    width: 100%;
}

.hero-img {
    order: 1;
    width: 100%;
}

.hero-title {
    font-weight: 600;
}

.hero-meta {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: .5rem 1rem;
}

.hero-meta .department {
    display: inline-block;
    font-size: 3.2vw;
    background-color: #fff;
    border: 1px solid var(--blue);
    margin: 0;
    padding: .3rem .5rem;
    color: var(--blue);
}

.hero-meta .year {
    margin: 0;
    font-size: 3.2vw;
}

@media (min-width: 768px) {
    .hero-section .sec-title {
        font-size: 2.4vw;
        padding: .5rem 4vw .5rem 4vw;
    }

    .hero-content {
        padding: 0 4vw;
    }

    .hero-txt {
        order: 1;
        width: 50%;
        padding: 1rem 4vw;
    }

    .hero-img {
        order: 2;
        width: 50%;
    }

    .hero-title {
        font-size: 3vw;
    }

    .hero-meta .department {
        font-size: 1.8vw;
    }

    .hero-meta .year {
        font-size: 1.8vw;
    }
}

@media (min-width: 1024px) {
    .hero-section .sec-title {
        width: 4vw;
        padding: 1rem 0 0 0;
        margin: 0;
        font-size: 1.5vw;
        writing-mode: tb;
        display: flex;
        flex-wrap: wrap;
        align-items: center;
        border: none;
    }

    .hero-content {
        width: calc(100% - 8vw - 2px);
        margin: 0 auto 0 0;
        padding: 0;
    }
}

@media (min-width: 1280px) {
    .hero-section .sec-title {
        font-size: 1.5rem;
    }

    .hero-title {
        font-size: 2.625rem;
    }

    .hero-txt {
        padding: 1rem 8vw;
    }

    .hero-meta .department {
        font-size: 1rem;
    }

    .hero-meta .year {
        font-size: .875rem;
    }
}

/* ---------------------
interview-section
--------------------- */
.interview-section {
    border-bottom: solid 1px var(--c-border);
}

.interview-section .container {
    justify-content: center;
    padding: 0 4vw;
}

.interview-img {
    width: 50%;
    padding: 4vw 0;
}

.qa-item {
    padding: 4vw;
    border-top: solid 1px var(--c-border);
}

.question-title {
    align-items: flex-start;
    gap: 0 .5rem;
    font-size: .875rem;
    font-weight: 500;
    color: var(--blue);
}

.question-title .num {
    display: inline-block;
    color: #fff;
    background: var(--blue);
    font-size: 85%;
    white-space: nowrap;
    padding: .1rem .5rem;
}

.answer-lead {
    font-weight: 700;
    line-height: 180%;
}

.answer {
    font-size: .875rem;
    line-height: 200%;
}

@media (min-width: 768px) {
    .interview-img {
        width: 50%;
        padding: 8vw;
        border-right: solid 1px var(--c-border);
    }

    .interview-img span {
        display: block;
        position: sticky;
        top: calc(64px + 8vw);
    }

    .interview-qa {
        width: 50%;
    }
}

@media (min-width: 1280px) {
    .interview-img span {
        top: 64px;
    }

    .question-title {
        font-size: 1.125rem;
    }

    .answer-lead {
        font-size: 1.5rem;
    }
}

/* ---------------------
schedule-section
--------------------- */

.schedule-section {
    border-bottom: solid 1px var(--c-border);
}

.schedule-section .container {
    padding: 4vw 8vw 3rem;
    gap: 2rem 8%;
}

.schedule-timeline {
    margin: 0;
    gap: 1rem 3%;
    position: relative;
}

.schedule-timeline::before {
    content: "";
    position: absolute;
    left: calc(25% - 7px);
    width: 1px;
    height: 100%;
    background: var(--blue);
}

.schedule-timeline .time {
    position: relative;
    width: 25%;
    padding-right: 13px;
}

.schedule-timeline .time span {
    display: inline-block;
    padding: .1rem .5rem;
    font-size: .875rem;
    color: var(--blue);
    border: solid 1px var(--blue);
}

.schedule-timeline .time::after {
    content: "";
    position: absolute;
    right: 0;
    top: 7px;
    width: 13px;
    height: 13px;
    border-radius: 50%;
    background: var(--blue);
}

.schedule-timeline .com {
    width: 72%;
    margin: 0;
    padding: 0;
}

@media (min-width: 768px) {
    .schedule-img {
        width: 30%;
    }

    .schedule-timeline {
        width: 62%;
    }
}

@media (min-width: 1024px) {

    .schedule-section .container {
        padding: 6vw 12vw;
        gap: 2rem 5%;
    }

    .schedule-timeline .time {
        padding-right: 30px;
        text-align: right;
    }

    .schedule-img {
        width: 40%;
    }

    .schedule-timeline {
        width: 55%;
    }
}

/* ---------------------
message-section
--------------------- */
.message-section .container {
    padding: 0 4vw;
    position: relative;
}

.message-section::after {
    content: "";
    display: block;
    width: 100%;
    height: 3rem;
    border-top: solid 1px var(--c-border);
    border-bottom: solid 1px var(--c-border);
}

.message-txt {
    color: #fff;
    background: var(--blue);
    padding: 0 4vw;
}

.message-title {
    margin: 0;
    background-image: radial-gradient(circle, #ffffff 1.5px, transparent 1.5px);
    background-position: left bottom;
    background-repeat: repeat-x;
    background-size: 13px 3px;
    padding: 1.5rem 0;
    font-size: 1.125rem;
    font-weight: 700;
}

.message-com {
    margin: 0;
    padding: 1.5rem 0;
    font-size: .875rem;
}

@media (min-width: 768px) {
    .message-section .container {
        position: relative;
    }

    .message-txt {
        width: 50%;
        position: relative;
        z-index: 1;
        padding: 3rem;
    }

    .message-bg {
        position: absolute;
        left: 0;
        right: 0;
        top: 0;
        width: calc(100% - 8vw);
        height: 100%;
        margin: 0 auto;
    }

    .message-bg img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }
}

@media (min-width: 1024px) {
    .message-section .container {
        display: flex;
        align-items: center;
        overflow: hidden;
        aspect-ratio: 1 / 0.457;
    }

    .message-txt {
        padding: 4rem 5rem;
        margin-left: 5rem;
    }

}

@media (min-width: 1280px) {
    .message-txt {
        width: 45%;
    }

    .message-title {
        font-size: 1.625rem;
    }
}

/* ---------------------
related-staff-section
--------------------- */
.related-staff-section .section-title {
    margin: 0;
    font-size: 1.25rem;
    font-weight: 600;
    position: relative;
    border-bottom: solid 1px var(--c-border);
    padding: 1rem 8vw;
}

.related-staff-section::after {
    content: "";
    display: block;
    width: 100%;
    height: 3rem;
    border-top: solid 1px var(--c-border);
}

.related-staff-section .container {
    width: calc(100% - 8vw);
    margin: auto;
}

@media (min-width: 1280px) {
    .related-staff-section .section-title {
        font-size: 1.7vw;
    }
}