@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-section
========================================================================= */
.interview-section {
    margin: 0 auto calc(100 * var(--vw-unit));
    width: calc(343 * var(--vw-unit));
}

/* ========================================================================
[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 {
    display: block;
    width: calc(343 * var(--vw-unit));
    height: calc(385 * var(--vw-unit));
    overflow: hidden;
    border-radius: calc(32 * var(--vw-unit));
    position: relative;
}

.interview-list li a::before {
    content: "";
    width: calc(343 * var(--vw-unit));
    height: calc(212 * 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 a picture {
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
}

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

.voice-heading {
    width: calc(312 * var(--vw-unit));
    position: absolute;
    bottom: calc(54 * var(--vw-unit));
    left: calc(16 * var(--vw-unit));
    z-index: 2;
    color: #fff;
}

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

.voice-heading__meta {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}

.voice-heading__number {
    color: #FFF;
    font-family: var(--font-sans-serif);
    font-size: calc(30 * 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(11 * var(--vw-unit));
    font-style: normal;
    font-weight: 700;
    line-height: 170%;
}

.voice-heading__title {
    width: calc(252 * var(--vw-unit));
    color: #FFF;
    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(48 * var(--vw-unit));
    height: calc(33 * 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(12 * 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(14 * var(--vw-unit));
    height: calc(12 * 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(6 * var(--vw-unit)));
    right: calc(17 * var(--vw-unit));
    pointer-events: none;
}

/* ========================================================================
[sp]job-list
========================================================================= */
.job-list {
    margin: 0 auto;
    width: calc(343 * var(--vw-unit));
    list-style: none;
    display: flex;
    flex-wrap: wrap;
    gap: calc(24 * var(--vw-unit)) calc(16 * var(--vw-unit));
}

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

.job-list li a {
    background: var(--color-white);
    display: block;
    height: calc(272 * var(--vw-unit));
    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;
    position: relative;
}

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

.job-list__link {
    width: calc(48 * var(--vw-unit));
    height: calc(33 * var(--vw-unit));
    color: transparent;
    font-size: 0;
    line-height: 0;
    overflow: hidden;
    position: absolute;
    bottom: calc(16.5 * var(--vw-unit));
    right: calc(16 * var(--vw-unit));
}

.job-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;
}

.job-list__link::after {
    content: "";
    width: calc(14 * var(--vw-unit));
    height: calc(12 * 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(6 * var(--vw-unit)));
    right: calc(17 * var(--vw-unit));
    pointer-events: none;
}


/* ========================================================================
[sp]video-list
========================================================================= */
.video-list {
    margin: 0 auto calc(32 * 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 calc(32 * var(--vw-unit));
    width: calc(343 * var(--vw-unit));
    list-style: none;
}

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



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

    /* ========================================================================
    [pc]interview-list
    ========================================================================= */
    .interview-list {
        list-style: none;
        width: 100%;
        max-width: 1164px;
        display: flex;
        flex-wrap: wrap;
        gap: 40px 2.74914089%;
    }

    .interview-list li {
        width: 566px;
        width: 48.62542955%;
    }

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


    .interview-list li a {
        display: block;
        width: 566px;
        width: 100%;
        height: 320px;
        overflow: hidden;
        border-radius: 32px;
        position: relative;
    }

    .interview-list li a::before {
        content: "";
        width: 566px;
        width: 100%;
        height: 172px;
        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 a picture {
        position: absolute;
        top: 0;
        left: 0;
        z-index: -1;
    }

    .interview-list li a picture img {
        width: 100%;
        height: auto;
        transition: all 0.3s ease;
    }

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

    .voice-heading {
        width: 430px;
        width: calc(100% - 50px);
        position: absolute;
        bottom: 20px;
        left: 24px;
        z-index: 2;
        color: #fff;
        container-type: inline-size;
    }

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

    .voice-heading__meta {
        width: 420px;
        width: 100%;
        display: flex;
        justify-content: space-between;
        align-items: flex-start;
    }

    .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 {
        width: 340px;
        width: auto;
        flex: 1;
        color: #FFF;
        font-family: var(--font-sans-serif);
        font-size: 18px;
        font-style: normal;
        font-weight: 700;
        line-height: 170%;
        padding: 0 60px 0 32px;
    }

    @container (max-width: 420px) {
        .voice-heading__title {
            font-size: 16px;
        }
    }

    @container (max-width: 360px) {
        .voice-heading__title {
            font-size: 14px;
        }
    }


    .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]job-list
    ========================================================================= */
    .job-list {
        margin: 0 auto;
        width: 100%;
        max-width: 1164px;
        list-style: none;
        display: flex;
        flex-direction: row;
        justify-content: space-between;
        gap: 0;
    }

    .job-list li {
        width: 22.93814433%;
        max-width: 267px;
        display: block;
        container-type: inline-size;
    }

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

    .job-list li a {
        display: flex;
        flex-direction: column;
        padding-bottom: 16px;
        max-width: 267px;
        width: 100%;
        aspect-ratio: 267 / 387;
        height: auto;
        min-height: 100%;
        border-radius: 32px;
        padding: 0;
        border: 1px #ccc solid;
        position: relative;
    }

    .job-list li figure {
        overflow: hidden;
        width: 100%;
        aspect-ratio: 267 / 229;
        height: auto;
        position: static;
    }

    .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;
    }

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

    @container (max-width: 250px) {
        h3.job-list__title {
            margin: 10px 10px 0;
            font-size: 16px;
        }
    }

    @container (max-width: 220px) {
        h3.job-list__title {
            margin: 10px 10px 0;
            font-size: 14px;
        }
    }

    @container (max-width: 184px) {
        h3.job-list__title {
            margin: 10px 10px 0;
            font-size: 13px;
        }
    }

    @container (max-width: 170px) {
        h3.job-list__title {
            margin: 10px 10px 0;
            font-size: 12px;
        }
    }

    .job-list__link {
        margin: 0;
        margin-top: auto;
        width: max-content;
        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: absolute;
        bottom: 16px;
        right: 20px;
        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;
        box-sizing: border-box;
        border: 3px solid #0E76C0;
        border-radius: 50px;
        transition: all 0.3s ease;
        -webkit-mask: none;
        mask: none;
        inset: auto;
        position: absolute;
        bottom: 0;
        right: 0;
    }

    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;
    }

    @container (max-width: 220px) {
        .job-list__link {
            font-size: 12px;
            height: 28px;
            bottom: 16px;
            right: 20px;
            padding-right: 70px;
        }

        .job-list__link::before {
            width: 40px;
            height: 28px;
            position: absolute;
            bottom: 0;
            right: 0;
        }

        .job-list__link::after {
            width: 13px;
            height: 12px;
            top: calc(50% - 6px);
            right: 13px;
        }
    }



    /* ========================================================================
    [pc]video-list
    ========================================================================= */
    .video-list {
        margin: 0 auto 64px;
        width: 100%;
        max-width: 1164px;
        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 120px;
        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;
    }

}
