@charset "utf-8";

@import url("/group/sfe/assets/css/components/recruit-content.css");
@import url("/group/sfe/assets/css/components/link-card.css");

/*==================================================
sp
================================================== */


/* ========================================================================
[sp]interview-page-header
========================================================================= */
.interview-page-header {
    margin: calc(32 * var(--vw-unit)) auto calc(64 * var(--vw-unit));
    padding: 0 calc(16 * var(--vw-unit));
    position: relative;
}

.interview-page-header h1 {
    margin: 0 auto calc(24 * var(--vw-unit));
    color: #000;
    font-family: var(--font-sans-serif);
    font-size: calc(24 * var(--vw-unit));
    font-style: normal;
    font-weight: 700;
    line-height: 170%;
}

.interview-page-header__lead {
    margin: 0 auto calc(32 * var(--vw-unit));
    color: #000;
    font-family: var(--font-sans-serif);
    font-size: calc(14 * var(--vw-unit));
    font-style: normal;
    font-weight: 400;
    line-height: 180%;
}

.interview-tag-list {
    margin: 0 auto calc(32 * var(--vw-unit));
    list-style: none;
    display: flex;
    flex-wrap: wrap;
    gap: calc(12 * var(--vw-unit)) calc(12 * var(--vw-unit));
}

.interview-tag-list li {
    color: #000;
    font-family: var(--font-sans-serif);
    font-size: calc(12 * var(--vw-unit));
    font-style: normal;
    font-weight: 500;
    line-height: 100%;
    border-radius: calc(6 * var(--vw-unit));
    background: #E1F5FA;
    padding: calc(8 * var(--vw-unit)) calc(16 * var(--vw-unit));
}

.interview-page-header figure {
    margin: 0 0 calc(32 * var(--vw-unit)) calc(-63 * var(--vw-unit));
    width: calc(467 * var(--vw-unit));
}

.interview-page-header figure img {
    max-width: calc(467 * var(--vw-unit));
    width: calc(467 * var(--vw-unit));
    height: auto;
}

/* ========================================================================
[sp]interview-section
========================================================================= */
.interview-section {
    margin: 0 auto calc(100 * var(--vw-unit));
    width: calc(343 * var(--vw-unit));
}

.interview-section__inner+.interview-section__inner {
    margin-top: calc(70 * var(--vw-unit));
}


.interview-section figure {
    border-radius: calc(10 * var(--vw-unit));
    overflow: hidden;
}

.interview-section p+figure {
    margin: calc(50 * var(--vw-unit)) 0 0;
}

.interview-section figure img {
    width: 100%;
    height: auto;
}

.interview-section h2 {
    margin-bottom: calc(24 * var(--vw-unit));
    color: #0CA4CF;
    font-family: var(--font-sans-serif);
    font-size: calc(16 * var(--vw-unit));
    font-style: normal;
    font-weight: 500;
    line-height: 180%;
}

.interview-section h2::after {
    content: "";
    display: inline-block;
    margin-left: calc(12 * var(--vw-unit));
    width: calc(75 * var(--vw-unit));
    height: calc(1 * var(--vw-unit));
    background: #0CA4CF;
    vertical-align: middle;
}

.interview-section h2 .num {
    margin-right: calc(12 * var(--vw-unit));
    font-size: calc(18 * var(--vw-unit));
}

.interview-section h3 {
    margin-bottom: calc(24 * var(--vw-unit));
    color: #000;
    font-family: var(--font-sans-serif);
    font-size: calc(20 * var(--vw-unit));
    font-style: normal;
    font-weight: 700;
    line-height: 180%;
}

.interview-section p {
    color: #000;
    font-family: var(--font-sans-serif);
    font-size: calc(16 * var(--vw-unit));
    font-style: normal;
    font-weight: 400;
    line-height: 180%;
}

.interview-section p+p {
    margin-top: calc(24 * var(--vw-unit));
}

.interview-section figure+p,
.interview-section figure+h2 {
    margin-top: calc(50 * var(--vw-unit));
}

/* ========================================================================
[sp]related-section
========================================================================= */
.related-section {
    margin: 0 auto calc(100 * var(--vw-unit));
    padding: calc(64 * var(--vw-unit)) calc(16 * var(--vw-unit));
    background: #E1F5FA;
}

.related-section__inner+.related-section__inner {
    margin-top: calc(64 * var(--vw-unit));
}


.section__sub-title {
    margin-bottom: calc(32 * var(--vw-unit));
    color: #000;
    font-family: var(--font-sans-serif);
    font-size: calc(24 * var(--vw-unit));
    font-style: normal;
    font-weight: 700;
    line-height: 170%;
}

/* ========================================================================
[sp]interview-list
========================================================================= */
.interview-list {
    list-style: none;
}

.interview-list li {
    width: calc(343 * var(--vw-unit));
}

.interview-list li+li {
    margin-top: calc(32 * var(--vw-unit));
}


.interview-list li a,
.interview-list li .is-current {
    display: block;
    width: calc(343 * var(--vw-unit));
    height: calc(296 * var(--vw-unit));
    overflow: hidden;
    border-radius: calc(32 * var(--vw-unit));
    position: relative;
}

.interview-list li a::before,
.interview-list li .is-current::before {
    content: "";
    width: calc(343 * var(--vw-unit));
    height: calc(154 * var(--vw-unit));
    background: linear-gradient(0deg, #117DCA 54.01%, rgba(12, 164, 207, 0.00) 100%);
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 1;
}

.interview-list li .is-current::after {
    content: "";
    width: calc(343 * var(--vw-unit));
    height: calc(296 * var(--vw-unit));
    background: #031521;
    opacity: 0.8;
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 10;
}

.interview-list li .interview-list__current-label {
    display: flex;
    align-items: center;
    justify-content: center;
    width: calc(343 * var(--vw-unit));
    height: calc(296 * var(--vw-unit));
    color: #FFF;
    font-family: var(--font-sans-serif);
    font-size: calc(32 * var(--vw-unit));
    font-style: normal;
    font-weight: 700;
    line-height: 170%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 11;
}

.interview-list li a picture,
.interview-list li .is-current picture {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 0;
}

.interview-list li a picture img,
.interview-list li .is-current picture img {
    width: 100%;
    height: auto;
}

.voice-heading {
    width: 100%;
    margin-top: calc(12 * var(--vw-unit));
    color: #111;
}

.voice-heading__job {
    margin: 0;
    color: #656565;
    font-family: var(--font-sans-serif);
    font-size: calc(14 * var(--vw-unit));
    font-style: normal;
    font-weight: 700;
    line-height: 170%;
}

.voice-heading__label-box {
    position: absolute;
    bottom: calc(30 * var(--vw-unit));
    left: calc(22 * var(--vw-unit));
    z-index: 2;
}

.voice-heading__number {
    color: #FFF;
    font-family: var(--font-sans-serif);
    font-size: calc(44 * var(--vw-unit));
    font-style: normal;
    font-weight: 700;
    line-height: 100%;
}

.voice-heading__label {
    color: #FFF;
    font-family: var(--font-sans-serif);
    font-size: calc(16 * var(--vw-unit));
    font-style: normal;
    font-weight: 700;
    line-height: 170%;
}

.voice-heading__title {
    margin: 0 0 calc(12 * var(--vw-unit));
    width: 100%;
    color: #000;
    font-family: var(--font-sans-serif);
    font-size: calc(16 * var(--vw-unit));
    font-style: normal;
    font-weight: 700;
    line-height: 170%;
}

.interview-list__link {
    width: calc(60 * var(--vw-unit));
    height: calc(42 * var(--vw-unit));
    border-radius: calc(50 * var(--vw-unit));
    background: #fff;
    color: transparent;
    font-size: 0;
    line-height: 0;
    overflow: hidden;
    position: absolute;
    bottom: calc(16 * var(--vw-unit));
    right: calc(16 * var(--vw-unit));
    z-index: 2;
}

.interview-list__link::before {
    content: "";
    position: absolute;
    inset: 0;
    border: calc(3 * var(--vw-unit)) solid transparent;
    border-radius: calc(50 * var(--vw-unit));
    background: linear-gradient(90deg, #0E76C0 0%, #189AB8 100%) border-box;
    mask:
        linear-gradient(#fff 0 0) padding-box,
        linear-gradient(#fff 0 0);
    mask-composite: exclude;
    -webkit-mask:
        linear-gradient(#fff 0 0) padding-box,
        linear-gradient(#fff 0 0);
    -webkit-mask-composite: xor;
}

.interview-list__link::after {
    content: "";
    width: calc(20 * var(--vw-unit));
    height: calc(18 * var(--vw-unit));
    background-color: #0F78C0;
    -webkit-mask: var(--icon-link-arrow);
    -webkit-mask-repeat: no-repeat;
    -webkit-mask-position: center;
    -webkit-mask-size: 100% 100%;
    mask: var(--icon-link-arrow);
    mask-repeat: no-repeat;
    mask-position: center;
    mask-size: 100% 100%;
    position: absolute;
    top: calc(50% - calc(9 * var(--vw-unit)));
    right: calc(20 * var(--vw-unit));
    pointer-events: none;
}


/* ========================================================================
[sp]extra-section
========================================================================= */
.extra-section {
    margin: 0 auto calc(100 * var(--vw-unit));
    width: calc(343 * var(--vw-unit));
}




/* ========================================================================
[sp]job-list
========================================================================= */

.job-list {
    margin: 0 auto calc(48 * var(--vw-unit));
    width: calc(343 * var(--vw-unit));
    list-style: none;
}

.job-list li+li {
    margin-top: calc(24 * var(--vw-unit));
}

.job-list li a {
    background: var(--color-white);
    display: block;
    text-decoration: none;
    border-radius: calc(32 * var(--vw-unit));
    overflow: hidden;
    padding-bottom: calc(16 * var(--vw-unit));

    border: calc(1 * var(--vw-unit)) #ccc solid;
}


.job-list__title {
    margin: 0 0 calc(8 * var(--vw-unit));
    padding: calc(16 * var(--vw-unit)) calc(20 * var(--vw-unit)) 0;
    color: var(--color-black);
    font-family: var(--font-sans-serif);
    font-size: calc(20 * var(--vw-unit));
    font-style: normal;
    font-weight: 700;
    line-height: 170%;
}

.job-list__text {
    margin: 0 0 calc(16 * var(--vw-unit));
    padding: 0 calc(20 * var(--vw-unit)) 0;
    color: var(--color-black);
    font-family: var(--font-sans-serif);
    font-size: calc(14 * var(--vw-unit));
    font-style: normal;
    font-weight: 500;
    line-height: 180%;
}

.job-list__link {
    margin: 0 calc(20 * var(--vw-unit));
    color: var(--color-black);
    font-family: var(--font-sans-serif);
    font-size: calc(14 * var(--vw-unit));
    font-style: normal;
    font-weight: 500;
    line-height: 180%;
    color: var(--color-black);
    display: flex;
    height: calc(42 * var(--vw-unit));
    align-items: center;
    justify-content: flex-end;
    position: relative;
    padding-right: calc(70 * var(--vw-unit));
}

.job-list__link::before {
    content: "";
    width: calc(60 * var(--vw-unit));
    height: calc(42 * var(--vw-unit));
    border: calc(3 * var(--vw-unit)) solid transparent;
    border-radius: calc(50 * var(--vw-unit));
    box-sizing: border-box;
    pointer-events: none;
    position: absolute;
    top: 0;
    right: 0;
    background: linear-gradient(90deg, #0E76C0 0%, #189AB8 100%) border-box;
    mask:
        linear-gradient(#fff 0 0) padding-box,
        linear-gradient(#fff 0 0);
    mask-composite: exclude;
    -webkit-mask:
        linear-gradient(#fff 0 0) padding-box,
        linear-gradient(#fff 0 0);
    -webkit-mask-composite: xor;
}

.job-list__link::after {
    content: "";
    width: calc(18.4 * var(--vw-unit));
    height: calc(16 * var(--vw-unit));
    background-color: #0F78C0;
    -webkit-mask: var(--icon-link-arrow);
    -webkit-mask-repeat: no-repeat;
    -webkit-mask-position: center;
    -webkit-mask-size: 100% 100%;
    mask: var(--icon-link-arrow);
    mask-repeat: no-repeat;
    mask-position: center;
    mask-size: 100% 100%;
    position: absolute;
    top: calc(50% - calc(8 * var(--vw-unit)));
    right: calc(20 * var(--vw-unit));
    pointer-events: none;
}

.button-link--detail {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
    font-size: calc(14 * var(--vw-unit));
    font-style: normal;
    font-weight: 500;
    line-height: 180%;
    text-decoration: none;
    border-radius: 50px;
    border: calc(2 * var(--vw-unit)) solid #0E76C0;
    background: #FFF;
    width: calc(260 * var(--vw-unit));
    height: calc(50 * var(--vw-unit));
    color: #000;
    font-family: var(--font-sans-serif);
    font-size: calc(14 * var(--vw-unit));
    font-style: normal;
    font-weight: 500;
    line-height: 180%;
    text-decoration: none;
    border-radius: 50px;
    border: calc(2 * var(--vw-unit)) solid #0E76C0;
    background: #FFF;
    position: relative;
}

.button-link--detail::before {
    content: "";
    width: calc(18.4 * var(--vw-unit));
    height: calc(16 * var(--vw-unit));
    background-color: #0F78C0;
    -webkit-mask: var(--icon-link-arrow);
    -webkit-mask-repeat: no-repeat;
    -webkit-mask-position: center;
    -webkit-mask-size: 100% 100%;
    mask: var(--icon-link-arrow);
    mask-repeat: no-repeat;
    mask-position: center;
    mask-size: 100% 100%;
    position: absolute;
    top: calc(50% - calc(8 * var(--vw-unit)));
    right: calc(20 * var(--vw-unit));
    pointer-events: none;
}


/* ========================================================================
[sp]banner-interview
========================================================================= */
.banner-interview {
    margin: 0 auto calc(100 * var(--vw-unit));
    width: calc(343 * var(--vw-unit));
}

/* ========================================================================
[sp]video-list
========================================================================= */
.video-list {
    margin: 0 auto calc(26 * var(--vw-unit));
    width: calc(343 * var(--vw-unit));
    list-style: none;
}

.video-list li {
    width: calc(343 * var(--vw-unit));
}

.video-list li+li {
    margin-top: calc(32 * var(--vw-unit));
}


/* ========================================================================
[sp]extra-list
========================================================================= */

.extra-list {
    margin: 0 auto;
    width: calc(343 * var(--vw-unit));
    list-style: none;
}

/*==================================================
pc
================================================== */
@media print,
screen and (min-width:768px) {


    /* ========================================================================
    [pc]interview-page-header
    ========================================================================= */
    .interview-page-header {
        margin: 0 auto 32px;
        padding: 64px 0 0;
        width: 1164px;
        width: var(--pc-container);
        min-height: 654px;
        min-height: 564px;
        position: relative;
    }

    .interview-page-header h1 {
        margin: 0 0 16px;
        width: 580px;
        color: #000;
        font-family: var(--font-sans-serif);
        font-size: 42px;
        font-style: normal;
        font-weight: 700;
        line-height: 170%;
        letter-spacing: -0.02em;
    }

    .interview-page-header__lead {
        margin: 0 0 40px;
        width: 400px;
        color: #000;
        font-family: var(--font-sans-serif);
        font-size: 16px;
        font-style: normal;
        font-weight: 400;
        line-height: 180%;
    }

    .interview-tag-list {
        margin: 0 0 32px;
        width: 400px;
        list-style: none;
        display: flex;
        flex-wrap: wrap;
        gap: 12px 12px;
    }

    .interview-tag-list li {
        color: #000;
        font-family: var(--font-sans-serif);
        font-size: 14px;
        font-style: normal;
        font-weight: 500;
        line-height: 100%;
        border-radius: 6px;
        background: #E1F5FA;
        padding: 8px 16px;
    }

    .interview-page-header figure {
        margin: 0;
        width: 846px;
        position: absolute;
        top: 0;
        right: 0;
        left: 584px
    }

    .interview-page-header figure img {
        max-width: 846px;
        width: 846px;
        height: auto;
    }

    /* ========================================================================
    [pc]小ディスプレイ、拡大対応
    ========================================================================= */
    @media print,
    screen and (max-width:1280px) {
        .interview-page-header h1 {
            margin: 0 0 16px;
            width: 40%;
            font-size: 38px;
        }

        .interview-page-header__lead {
            margin: 0 0 40px;
            width: 40%;
            max-width: 40%;
        }

        .interview-page-header figure {
            width: 60%;
            position: absolute;
            top: 0;
            right: 0;
            left: calc(100% - 56%);
            z-index: -1;
        }

    }


    /* ========================================================================
    [pc]interview-section
    ========================================================================= */

    .interview-section {
        margin: 0 auto 120px;
        padding: 64px 0 0;
        width: var(--pc-container);
        position: relative;
    }

    .interview-section__inner+.interview-section__inner {
        margin-top: 80px;
    }

    .interview-section__inner {
        margin: 0 0 0 auto;
        width: 600px;
        width: 51.54639175%;
    }

    .interview-section figure {
        border-radius: 10px;
        overflow: hidden;
        width: 483px;
        width: 41.49484536%;
        position: absolute;
        top: 0;
        left: 0;
    }

    .interview-section figure.img02 {
        top: 50%;
    }


    .interview-section p+figure {
        margin: 50px 0 0;
    }

    .interview-section figure img {
        width: 100%;
        height: auto;
    }

    .interview-section h2 {
        margin-bottom: 24px;
        color: #0CA4CF;
        font-family: var(--font-sans-serif);
        font-size: 16px;
        font-style: normal;
        font-weight: 500;
        line-height: 180%;
    }

    .interview-section h2::after {
        margin-left: 12px;
        width: 75px;
        height: 1px;
    }

    .interview-section h2 .num {
        margin-right: 12px;
        font-size: 18px;
    }

    .interview-section h3 {
        margin-bottom: 24px;
        color: #000;
        font-family: var(--font-sans-serif);
        font-size: 20px;
        font-style: normal;
        font-weight: 700;
        line-height: 180%;
    }

    .interview-section p {
        color: #000;
        font-family: var(--font-sans-serif);
        font-size: 16px;
        font-style: normal;
        font-weight: 400;
        line-height: 180%;
    }

    .interview-section p+p {
        margin-top: 24px;
    }

    .interview-section figure+p,
    .interview-section figure+h2 {
        margin-top: 50px;
    }


    /* ========================================================================
    [pc]related-section
    ========================================================================= */
    .related-section {
        margin: 0 auto 120px;
        padding: 120px 0;
        background: #E1F5FA;
    }

    .related-section__inner+.related-section__inner {
        margin-top: 80px;
    }

    .related-section>.section__eyebrow,
    .related-section>.section__title {
        width: var(--pc-container);
        margin-right: auto;
        margin-left: auto;
    }

    .section__sub-title {
        margin: 0 auto 40px;
        width: var(--pc-container);
        color: #000;
        font-family: var(--font-sans-serif);
        font-size: 28px;
        font-style: normal;
        font-weight: 700;
        line-height: 170%;
    }

    /* ========================================================================
    [pc]interview-list
    ========================================================================= */
    .interview-list {
        list-style: none;
        margin: 0 auto;
        width: var(--pc-container);
        display: flex;
        flex-wrap: wrap;
        gap: 0 2.74914089%;
    }

    .interview-list li {
        width: 267px;
        width: 22.93814433%;
    }

    .interview-list li+li {
        margin-top: 0;
    }


    .interview-list li a,
    .interview-list li .is-current {
        display: block;
        max-width: 267px;
        width: 100%;
        aspect-ratio: 267 / 296;
        /* height: 296px; */
        height: auto;
        overflow: hidden;
        border-radius: 32px;
        position: relative;
    }

    .interview-list li a::before,
    .interview-list li .is-current::before {
        content: "";
        width: 267px;
        max-width: 267px;
        width: 100%;
        aspect-ratio: 267 / 154;
        /* height: 154px; */
        height: auto;
        background: linear-gradient(0deg, #117DCA 54.01%, rgba(12, 164, 207, 0.00) 100%);
        position: absolute;
        bottom: 0;
        left: 0;
        z-index: 1;
    }

    .interview-list li .is-current::after {
        content: "";
        max-width: 267px;
        width: 100%;
        aspect-ratio: 267 / 296;
        /* height: 296px; */
        height: auto;
        min-height: 100%;
        background: #031521;
        opacity: 0.8;
        position: absolute;
        bottom: 0;
        left: 0;
        z-index: 10;
    }

    .interview-list li .interview-list__current-label {
        display: flex;
        align-items: center;
        justify-content: center;
        max-width: 267px;
        width: 100%;
        aspect-ratio: 267 / 296;
        /* height: 296px; */
        height: auto;
        min-height: 100%;
        color: #FFF;
        font-family: var(--font-sans-serif);
        font-size: 32px;
        font-style: normal;
        font-weight: 700;
        line-height: 170%;
        position: absolute;
        top: 0;
        left: 0;
        z-index: 11;
    }

    .interview-list li a picture,
    .interview-list li .is-current picture {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 296px;
        overflow: hidden;
        z-index: 0;
    }

    .interview-list li a picture img,
    .interview-list li .is-current picture img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        object-position: 68% center;
        transition: all 0.3s ease;
    }

    .interview-list li a:hover picture img {
        transform: scale(1.1);
        transform-origin: center center;
    }

    .voice-heading {
        width: 100%;
        margin-top: 16px;
        color: #111;
    }

    .voice-heading__job {
        margin: 0 0 12px;
        color: #656565;
        font-family: var(--font-sans-serif);
        font-size: 14px;
        font-style: normal;
        font-weight: 700;
        line-height: 170%;
    }

    .voice-heading__label-box {
        position: absolute;
        bottom: 20px;
        left: 24px;
        z-index: 2;
    }

    .voice-heading__number {
        color: #FFF;
        font-family: var(--font-sans-serif);
        font-size: 44px;
        font-style: normal;
        font-weight: 700;
        line-height: 100%;
    }

    .voice-heading__label {
        color: #FFF;
        font-family: var(--font-sans-serif);
        font-size: 16px;
        font-style: normal;
        font-weight: 700;
        line-height: 170%;
    }

    .voice-heading__title {
        margin: 0 0 12px;
        width: 100%;
        color: #111;
        font-family: var(--font-sans-serif);
        font-size: 16px;
        font-style: normal;
        font-weight: 700;
        line-height: 170%;
    }


    .interview-list__link {
        width: 60px;
        height: 42px;
        border-radius: 50px;
        background: #fff;
        color: transparent;
        font-size: 0;
        line-height: 0;
        overflow: hidden;
        position: absolute;
        bottom: 20px;
        right: 24px;
        z-index: 2;
    }

    .interview-list__link::before {
        content: "";
        position: absolute;
        inset: 0;
        border: 3px solid transparent;
        border-radius: 50px;
        background: linear-gradient(90deg, #0E76C0 0%, #189AB8 100%) border-box;
        mask:
            linear-gradient(#fff 0 0) padding-box,
            linear-gradient(#fff 0 0);
        mask-composite: exclude;
        -webkit-mask:
            linear-gradient(#fff 0 0) padding-box,
            linear-gradient(#fff 0 0);
        -webkit-mask-composite: xor;
    }

    a:hover .interview-list__link::before {
        background: linear-gradient(90deg, #0e76c0 0%, #189ab8 100%);
        border: none;
    }

    .interview-list__link::after {
        content: "";
        width: 20px;
        height: 18px;
        background-color: #0F78C0;
        -webkit-mask: var(--icon-link-arrow);
        -webkit-mask-repeat: no-repeat;
        -webkit-mask-position: center;
        -webkit-mask-size: 100% 100%;
        mask: var(--icon-link-arrow);
        mask-repeat: no-repeat;
        mask-position: center;
        mask-size: 100% 100%;
        position: absolute;
        top: calc(50% - 9px);
        right: 20px;
        pointer-events: none;
    }

    a:hover .interview-list__link::after {
        animation: arrow-loop-blue 0.5s ease forwards;
    }

    @keyframes arrow-loop-blue {
        0% {
            transform: translateX(0);
            opacity: 1;
            background-color: #0F78C0;
        }

        60% {
            transform: translateX(80px);
            opacity: 1;
            background-color: #0F78C0;
        }

        61% {
            transform: translateX(80px);
            opacity: 0;
            background-color: #0F78C0;
        }

        62% {
            transform: translateX(0);
            opacity: 0;
            background-color: #0F78C0;
        }

        100% {
            transform: translateX(0);
            opacity: 1;
            background-color: #0F78C0;
        }
    }


    /* ========================================================================
    [pc]extra-section
    ========================================================================= */

    .extra-section {
        margin: 0 auto 120px;
        width: var(--pc-container);
    }





    /* ========================================================================
    [pc]job-list
    ========================================================================= */

    .job-list {
        margin: 0 auto 64px;
        width: var(--pc-container);
        list-style: none;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        gap: 32px 0;
    }

    .job-list li {
        width: var(--pc-container);
        display: flex;
    }

    .job-list li+li {
        margin-top: 0;
    }

    .job-list li a {
        display: flex;
        flex-direction: column;
        width: 100%;
        height: 250px;
        border-radius: 32px;
        padding: 45px 0 16px 360px;
        border: 1px #ccc solid;
        position: relative;
    }

    .job-list li figure {
        overflow: hidden;
        width: 326px;
        height: 250px;
        position: absolute;
        top: 0;
        left: 0;
    }

    .job-list li figure img {
        transition: all 0.3s ease;
    }

    .job-list li a:hover figure img {
        transform: scale(1.1);
        transform-origin: center center;
    }

    .job-list__title {
        margin: 0 0 32px;
        padding: 0 0 0;
        color: var(--color-black);
        font-family: var(--font-sans-serif);
        font-size: 20px;
        font-style: normal;
        font-weight: 700;
        line-height: 170%;
    }

    .job-list__text {
        margin: 0 0 16px;
        padding: 0 0 0;
        color: var(--color-black);
        font-family: var(--font-sans-serif);
        font-size: 16px;
        font-style: normal;
        font-weight: 500;
        line-height: 180%;
    }

    .job-list__link {
        margin: 0 20px;
        margin-top: auto;
        color: var(--color-black);
        font-family: var(--font-sans-serif);
        font-size: 16px;
        font-style: normal;
        font-weight: 500;
        line-height: 180%;
        color: var(--color-black);
        display: flex;
        height: 42px;
        align-items: center;
        justify-content: flex-end;
        position: relative;
        padding-right: 70px;
        transition: color 0.3s ease;
        overflow: hidden;
    }

    a:hover .job-list__link {
        color: rgba(0, 0, 0, 0.4);
    }


    .job-list__link::before {
        content: "";
        display: block;
        background: #fff;
        width: 60px;
        height: 42px;
        border: 3px solid #0E76C0;
        border-radius: 50px;
        transition: all 0.3s ease;

        -webkit-mask: none;
        mask: none;
    }

    a:hover .job-list__link::before {
        background: linear-gradient(90deg, #0e76c0 0%, #189ab8 100%);
        border: none;
    }

    .job-list__link::after {
        content: "";
        width: 18.4px;
        height: 16px;
        background-color: #0F78C0;
        -webkit-mask: var(--icon-link-arrow);
        -webkit-mask-repeat: no-repeat;
        -webkit-mask-position: center;
        -webkit-mask-size: 100% 100%;
        mask: var(--icon-link-arrow);
        mask-repeat: no-repeat;
        mask-position: center;
        mask-size: 100% 100%;
        position: absolute;
        top: calc(50% - 8px);
        right: 20px;
        pointer-events: none;
        transition: none;
    }

    a:hover .job-list__link::after {
        animation: arrow-loop-white 0.5s ease forwards;
    }




    .button-link--detail {
        display: flex;
        align-items: center;
        justify-content: center;
        margin: 0 auto;
        width: 320px;
        height: 70px;
        color: #000;
        font-family: var(--font-sans-serif);
        font-size: 18px;
        font-style: normal;
        font-weight: 500;
        line-height: 180%;
        text-decoration: none;
        border-radius: 50px;
        border: 3px solid #0E76C0;
        background: #FFF;
        position: relative;
        transition: all 0.3s ease;
        overflow: hidden;
    }

    .button-link--detail:hover {
        background: #E1F5FA;
    }

    .button-link--detail::before {
        content: "";
        width: 18.4px;
        height: 16px;
        background-color: #0F78C0;
        -webkit-mask: var(--icon-link-arrow);
        -webkit-mask-repeat: no-repeat;
        -webkit-mask-position: center;
        -webkit-mask-size: 100% 100%;
        mask: var(--icon-link-arrow);
        mask-repeat: no-repeat;
        mask-position: center;
        mask-size: 100% 100%;
        position: absolute;
        top: calc(50% - 8px);
        right: 20px;
        pointer-events: none;
    }

    .button-link--detail:hover::before {
        animation: arrow-loop 0.5s ease forwards;
    }

    @keyframes arrow-loop {
        0% {
            transform: translateX(0);
            opacity: 1;
        }

        60% {
            transform: translateX(80px);
            opacity: 1;
        }

        61% {
            transform: translateX(80px);
            opacity: 0;
        }

        62% {
            transform: translateX(0);
            opacity: 0;
        }

        100% {
            transform: translateX(0);
            opacity: 1;
        }
    }

    /* ========================================================================
    [pc]banner-interview
    ========================================================================= */
    .banner-interview {
        margin: 0 auto 100px;
        width: var(--pc-container);
    }

    /* ========================================================================
    [pc]video-list
    ========================================================================= */
    .video-list {
        margin: 0 auto 56px;
        width: var(--pc-container);
        list-style: none;
        display: flex;
        flex-direction: row;
        justify-content: space-between;
        gap: 0;
    }

    .video-list li {
        width: 31.52920962%;
    }

    .video-list li+li {
        margin-top: 0;
    }


    /* ========================================================================
    [pc]extra-list
    ========================================================================= */

    .extra-list {
        margin: 0 auto;
        width: 566px;
        list-style: none;
        display: block;
    }

    .extra-list li {
        width: 566px;
        display: flex;
    }

    .extra-list li picture {
        overflow: hidden;
        width: 566px;
        height: 312px;
        position: absolute;
        top: 0;
        left: 0;
    }

    .extra-list li picture img {
        transition: all 0.3s ease;
    }

    .extra-list li a:hover picture img {
        transform: scale(1.1);
        transform-origin: center center;
    }

}
