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

#character {
    scroll-margin-top: calc(90 * var(--vw-unit));
}

.recruit-section h3 {
    margin-bottom: 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: 180%;
}

.text-wrap {
    margin-bottom: calc(48 * var(--vw-unit));
}


.section__text:last-child {
    margin-bottom: 0;
}

.recruit-section figure {
    width: 100%;
}

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

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

.recruit-mindset-list {
    margin: calc(56 * var(--vw-unit)) auto 0;
    padding: calc(32 * var(--vw-unit)) calc(24 * var(--vw-unit));
    border-radius: calc(8 * var(--vw-unit));
    background: #E1F5FA;
}

.recruit-mindset-list dt {
    margin-bottom: calc(24 * var(--vw-unit));
    color: #000;
    text-align: center;
    font-family: var(--font-sans-serif);
    font-size: calc(16 * var(--vw-unit));
    font-style: normal;
    font-weight: 700;
    line-height: 180%;
}

.recruit-mindset-list .recruit-mindset-list__items {
    list-style: none;
}

.recruit-mindset-list .recruit-mindset-list__items li {
    margin-bottom: calc(16 * var(--vw-unit));
    padding-left: 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: 500;
    line-height: 180%;
    position: relative;
}

.recruit-mindset-list .recruit-mindset-list__items li:last-child {
    margin-bottom: 0;
}

.recruit-mindset-list .recruit-mindset-list__items li::before {
    content: "";
    width: calc(20 * var(--vw-unit));
    height: calc(20 * var(--vw-unit));
    background: url(/group/sfe/recruit/assets/img/icon_check.svg) no-repeat center center / contain;
    position: absolute;
    left: 0;
    top: calc(2.6 * var(--vw-unit));
}

.infographic-list-small {
    list-style: none;
}

.infographic-list-small>li {
    border-radius: calc(8 * var(--vw-unit));
    background: #E1F5FA;
}

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

.data-label {
    margin-bottom: calc(20 * var(--vw-unit));
    color: #0F3752;
    font-family: var(--font-sans-serif);
    font-size: calc(20 * var(--vw-unit));
    font-style: normal;
    font-weight: 700;
    line-height: 100%;
}

.data-label .data-label-small {
    padding-bottom: calc(10 * var(--vw-unit));
    display: block;
    margin-bottom: calc(0 * var(--vw-unit));
    font-family: var(--font-sans-serif);
    font-size: calc(13 * var(--vw-unit));
    font-style: normal;
    font-weight: 700;
    line-height: 100%;
}


.data-value {
    display: flex;
    justify-content: center;
    align-items: flex-end;
}

.data-value>span {
    display: block;
}

.data-prefix {
    margin: 0 calc(4 * var(--vw-unit)) 0 0;
    color: #0F78C0;
    display: inline-block;
    font-family: var(--font-sans-serif);
    font-size: calc(22 * var(--vw-unit));
    font-style: normal;
    font-weight: 700;
    line-height: 100%;
    text-orientation: upright;
    writing-mode: vertical-rl;
}

.infographic-list-large .infographic07 .data-value {
    align-items: flex-end;
}

.data-number {
    color: #0F78C0;
    font-family: var(--font-sans-serif);
    font-size: calc(64 * var(--vw-unit));
    font-style: normal;
    font-weight: 700;
    line-height: 100%;
    transform: translateY(calc(4 * var(--vw-unit)));
}

.data-number-small {
    font-size: calc(54 * var(--vw-unit));
    transform: translateY(calc(4 * var(--vw-unit)));
}

.data-unit {
    color: #0F3752;
    font-family: var(--font-sans-serif);
    font-size: calc(14 * var(--vw-unit));
    font-style: normal;
    font-weight: 700;
    line-height: 100%;
}

.data-unit-small {
    color: #0F3752;
    font-family: var(--font-sans-serif);
    font-size: calc(14 * var(--vw-unit));
    font-style: normal;
    font-weight: 400;
    line-height: 170%;
}

.data-text {
    margin-top: calc(15 * 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: 170%;
    text-align: left;
}

.data-note {
    margin-top: calc(8 * var(--vw-unit));
    color: #656565;
    font-family: var(--font-sans-serif);
    font-size: calc(13 * var(--vw-unit));
    font-style: normal;
    font-weight: 400;
    line-height: 170%;
    text-align: left;
}


/* ========================================================================
[sp]infographic
========================================================================= */
.infographic-list-small .infographic01 {
    padding: calc(120 * var(--vw-unit)) calc(32 * var(--vw-unit)) calc(45 * var(--vw-unit));
    background: #e1f5fa url("/group/sfe/welfare/assets/img/data01-icon01.svg") no-repeat calc(104 * var(--vw-unit)) calc(33 * var(--vw-unit));
    background-size: calc(85 * var(--vw-unit)) auto;
}

.infographic-list-small .infographic02 {
    padding: calc(130 * var(--vw-unit)) calc(32 * var(--vw-unit)) calc(45 * var(--vw-unit));
    background: #e1f5fa url("/group/sfe/welfare/assets/img/data01-icon02.svg") no-repeat center calc(23 * var(--vw-unit));
    background-size: calc(113 * var(--vw-unit)) auto;
}

.infographic-list-small .infographic03 {
    padding: calc(120 * var(--vw-unit)) calc(32 * var(--vw-unit)) calc(25 * var(--vw-unit));
    background: #e1f5fa url("/group/sfe/welfare/assets/img/data01-icon03.svg") no-repeat center calc(33 * var(--vw-unit));
    background-size: calc(116 * var(--vw-unit)) auto;
}

.infographic-list-small .infographic04 {
    padding: calc(120 * var(--vw-unit)) calc(32 * var(--vw-unit)) calc(25 * var(--vw-unit));
    background-color: #e1f5fa;
    background-image:
        url("/group/sfe/welfare/assets/img/data01-icon04-1.svg"),
        url("/group/sfe/welfare/assets/img/data01-icon04-2.svg");
    background-repeat: no-repeat;
    background-position:
        calc(96 * var(--vw-unit)) calc(30 * var(--vw-unit)),
        calc(193 * var(--vw-unit)) calc(30 * var(--vw-unit));
    background-size:
        auto calc(77 * var(--vw-unit)),
        auto calc(77 * var(--vw-unit));
}

.infographic-list-small .infographic05 {
    padding: calc(145 * var(--vw-unit)) calc(32 * var(--vw-unit)) calc(25 * var(--vw-unit));
    background: #e1f5fa url("/group/sfe/recruit/assets/img/data-icon05.svg") no-repeat center calc(20 * var(--vw-unit));
    background-size: calc(47 * var(--vw-unit)) auto;
}

.infographic-list-small .infographic06 {
    padding: calc(120 * var(--vw-unit)) calc(32 * var(--vw-unit)) calc(25 * var(--vw-unit));
    background: #e1f5fa url("/group/sfe/welfare/assets/img/data01-icon05.svg") no-repeat center calc(28 * var(--vw-unit));
    background-size: calc(80 * var(--vw-unit)) auto;
}



/* ========================================================================
[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]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(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]recruit-section
    ========================================================================= */
    .recruit-section {
        margin: 0 auto 120px;
        width: var(--pc-container);
    }

    #character {
        scroll-margin-top: 136px;
    }

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

    .text-wrap {
        margin: 0;
        width: 600px;
        width: 51.54639175%;
    }

    .section__text:last-child {
        margin-bottom: 0;
    }

    .recruit-section__inner {
        width: var(--pc-container);
        display: flex;
        justify-content: space-between;
    }


    .recruit-section figure {
        width: 483px;
        width: 41.49484536%;
    }

    .recruit-section__inner+.recruit-section__inner {
        margin: 80px 0 0;
    }

    .recruit-mindset-list {
        margin: 80px auto 0;
        width: var(--pc-container);
        padding: 64px 0;
        border-radius: 8px;
        background: #E1F5FA;
    }

    .recruit-mindset-list dt {
        margin-bottom: 48px;
        color: #000;
        text-align: center;
        font-family: var(--font-sans-serif);
        font-size: 20px;
        font-style: normal;
        font-weight: 700;
        line-height: 180%;
    }

    .recruit-mindset-list .recruit-mindset-list__items {
        margin: 0 auto;
        width: 912px;
        list-style: none;
        display: flex;
        flex-wrap: wrap;
        gap: 40px 0;
    }

    .recruit-mindset-list .recruit-mindset-list__items li.recruit-mindset-list__item--01 {
        order: 1;
    }

    .recruit-mindset-list .recruit-mindset-list__items li.recruit-mindset-list__item--05 {
        order: 2;
    }

    .recruit-mindset-list .recruit-mindset-list__items li.recruit-mindset-list__item--02 {
        order: 3;
    }

    .recruit-mindset-list .recruit-mindset-list__items li.recruit-mindset-list__item--06 {
        order: 4;
    }

    .recruit-mindset-list .recruit-mindset-list__items li.recruit-mindset-list__item--03 {
        order: 5;
    }

    .recruit-mindset-list .recruit-mindset-list__items li.recruit-mindset-list__item--07 {
        order: 6;
    }

    .recruit-mindset-list .recruit-mindset-list__items li.recruit-mindset-list__item--04 {
        order: 7;
    }

    .recruit-mindset-list .recruit-mindset-list__items li.recruit-mindset-list__item--08 {
        order: 8;
    }

    .recruit-mindset-list .recruit-mindset-list__items li {
        width: 456px;
        margin: 0;
        padding-left: 44px;
        color: #000;
        font-family: var(--font-sans-serif);
        font-size: 20px;
        font-style: normal;
        font-weight: 500;
        line-height: 180%;
        position: relative;
    }

    .recruit-mindset-list .recruit-mindset-list__items li:last-child {
        margin-bottom: 0;
    }

    .recruit-mindset-list .recruit-mindset-list__items li::before {
        content: "";
        width: 24px;
        height: 24px;
        background: url(/group/sfe/recruit/assets/img/icon_check.svg) no-repeat center center / contain;
        position: absolute;
        left: 0;
        top: 6px;
    }

    .infographic-list-small>li {
        border-radius: 8px;
        background: #E1F5FA;
    }

    .infographic-list-small {
        display: grid;
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 32px;
    }

    .infographic-list-small>li {
        width: auto;
        min-width: 0;
        min-height: 310px;
        container-type: inline-size;
    }

    .infographic-list-small li+li {
        margin: 0;
    }

    .data-label {
        margin-bottom: 8px;
        color: #0F3752;
        font-family: var(--font-sans-serif);
        font-size: 26px;
        font-style: normal;
        font-weight: 700;
        line-height: 100%;
    }

    .data-label .data-label-small {
        padding-bottom: 10px;
        display: block;
        margin-bottom: calc(0 * var(--vw-unit));
        font-family: var(--font-sans-serif);
        font-size: 14px;
        font-style: normal;
        font-weight: 700;
        line-height: 100%;
    }

    .data-value {
        display: flex;
        justify-content: flex-start;
        align-items: flex-end;
    }

    .data-prefix {
        margin: 0 7px 0 0;
        color: #0F78C0;
        display: inline-block;
        font-family: var(--font-sans-serif);
        font-size: 40px;
        font-style: normal;
        font-weight: 700;
        line-height: 100%;
        text-orientation: upright;
        writing-mode: vertical-rl;
    }

    .infographic-list-large .infographic07 .data-value {
        align-items: flex-end;
    }

    .data-number {
        color: #0F78C0;
        font-family: var(--font-sans-serif);
        font-size: 80px;
        font-style: normal;
        font-weight: 700;
        line-height: 100%;
        transform: translateY(8px);
    }

    .data-number-small {
        font-size: 70px;
        transform: translateY(8px);
    }


    .infographic-list-large .data-number {
        font-size: 110px;
    }


    .data-unit {
        color: #0F3752;
        font-family: var(--font-sans-serif);
        font-size: 18px;
        font-style: normal;
        font-weight: 700;
        line-height: 100%;
    }

    .data-unit-small {
        color: #0F3752;
        font-family: var(--font-sans-serif);
        font-size: 14px;
        font-style: normal;
        font-weight: 400;
        line-height: 170%;
    }

    .data-text {
        margin-top: 16px;
        color: #000;
        font-family: var(--font-sans-serif);
        font-size: 16px;
        font-style: normal;
        font-weight: 400;
        line-height: 170%;
        text-align: left;
    }

    .data-note {
        margin-top: 8px;
        color: #656565;
        font-family: var(--font-sans-serif);
        font-size: 14px;
        font-style: normal;
        font-weight: 400;
        line-height: 170%;
        text-align: left;
    }

    @container (max-width: 250px) {
        .data-label {
            font-size: 22px;
        }

        .data-number {
            font-size: 70px;
        }

        .data-unit {
            font-size: 16px;
        }

        .data-text,
        .data-note {
            font-size: 12px;
        }
    }

    @container (max-width: 220px) {
        .data-label {
            font-size: 20px;
        }

        .data-number {
            font-size: 60px;
        }

        .data-unit {
            font-size: 14px;
        }

        .data-text,
        .data-note {
            font-size: 10px;
        }
    }



    /* ========================================================================
    [pc]infographic
    ========================================================================= */

    .infographic-list-small .infographic01 {
        padding: 0 22px 0 clamp(150px, 18.5vw, 260px);
        background: #e1f5fa url("/group/sfe/welfare/assets/img/data01-icon01.svg") no-repeat clamp(34px, 4.1vw, 57px) center;
        background-size: clamp(76px, 8.7vw, 123px) auto;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: flex-start;
    }

    .infographic-list-small .infographic02 {
        padding: 40px 22px 0 clamp(150px, 18.5vw, 260px);
        background: #e1f5fa url("/group/sfe/welfare/assets/img/data01-icon02.svg") no-repeat clamp(32px, 3.9vw, 54px) 67px;
        background-size: clamp(90px, 10.3vw, 145px) auto;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: flex-start;
    }

    .infographic-list-small .infographic03 {
        padding: 0 22px 0 clamp(150px, 18.5vw, 260px);
        background: #e1f5fa url("/group/sfe/welfare/assets/img/data01-icon03.svg") no-repeat clamp(30px, 3.6vw, 50px) 87px;
        background-size: clamp(85px, 9.7vw, 137px) auto;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: flex-start;
    }

    .infographic-list-small .infographic04 {
        padding: 0 22px 0 clamp(150px, 18.5vw, 260px);
        background-color: #e1f5fa;
        background-image:
            url("/group/sfe/welfare/assets/img/data01-icon04-1.svg"),
            url("/group/sfe/welfare/assets/img/data01-icon04-2.svg");
        background-repeat: no-repeat;
        background-position:
            clamp(22px, 2.7vw, 38px) 81px,
            clamp(92px, 11vw, 155px) 81px;
        background-size:
            auto clamp(58px, 6.6vw, 93px),
            auto clamp(58px, 6.6vw, 93px);
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: flex-start;
    }

    .infographic-list-small .infographic05 {
        padding: 50px 22px 40px clamp(140px, 17.1vw, 240px);
        background: #e1f5fa url("/group/sfe/recruit/assets/img/data-icon05.svg") no-repeat clamp(52px, 6.3vw, 89px) 86px;
        background-size: clamp(36px, 4.1vw, 58px) auto;
    }

    .infographic-list-small .infographic06 {
        padding: 0 22px 0 clamp(150px, 18.5vw, 260px);
        background: #e1f5fa url("/group/sfe/welfare/assets/img/data01-icon05.svg") no-repeat clamp(36px, 4.3vw, 61px) 64px;
        background-size: clamp(72px, 8.2vw, 115px) auto;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: flex-start;
    }

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

    .job-list li {
        width: 267px;
        width: 22.93814433%;
        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%;
        /* height: 229px; */
        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;
        }
    }

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




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

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

    .video-list li {
        width: 367px;
        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;
    }

}
