@charset "utf-8";

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



/*==================================================
icon
================================================== */
:root {

    --icon-dialog-plus: url("data:image/svg+xml,%3Csvg%20id%3D%22_%E3%83%AC%E3%82%A4%E3%83%A4%E3%83%BC_1%22%20data-name%3D%22%E3%83%AC%E3%82%A4%E3%83%A4%E3%83%BC_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20version%3D%221.1%22%20viewBox%3D%220%200%2016%2016%22%3E%20%20%3Cdefs%3E%20%20%20%20%3Cstyle%3E%20%20%20%20%20%20.st0%20%7B%20%20%20%20%20%20%20%20fill%3A%20%230f78c0%3B%20%20%20%20%20%20%7D%20%20%20%20%3C%2Fstyle%3E%20%20%3C%2Fdefs%3E%20%20%3Cpath%20class%3D%22st0%22%20d%3D%22M14.5%2C6.5h-5V1.5C9.5.7%2C8.8%2C0%2C8%2C0s-1.5.7-1.5%2C1.5v5H1.5c-.8%2C0-1.5.7-1.5%2C1.5s.7%2C1.5%2C1.5%2C1.5h5v5c0%2C.8.7%2C1.5%2C1.5%2C1.5s1.5-.7%2C1.5-1.5v-5h5c.8%2C0%2C1.5-.7%2C1.5-1.5s-.7-1.5-1.5-1.5Z%22%2F%3E%3C%2Fsvg%3E");

    --icon-dialog-minus: url("data:image/svg+xml,%3Csvg%20width%3D%2216%22%20height%3D%223%22%20viewBox%3D%220%200%2016%203%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Crect%20x%3D%2216%22%20width%3D%223%22%20height%3D%2216%22%20rx%3D%221.5%22%20transform%3D%22rotate%2890%2016%200%29%22%20fill%3D%22%230F78C0%22%2F%3E%3C%2Fsvg%3E");

}

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

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

.lead-section picture {
    margin: 0 0 calc(70 * var(--vw-unit));
}

.lead-section h2 {
    margin: 0 0 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%;
}

.lead-section__text {
    margin-bottom: calc(56 * 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%;
    letter-spacing: -0.035em;
}

.veteran-employees {
    border-radius: calc(4 * var(--vw-unit));
    background: #F7F7F7;
    padding: calc(32 * var(--vw-unit));
    list-style: none;
}

.veteran-employees li+li {
    margin-top: calc(32 * var(--vw-unit));
    padding-top: calc(32 * var(--vw-unit));
    border-top: calc(1 * var(--vw-unit)) solid #ccc;
}

.veteran-employees figure {
    margin: 0 auto calc(12 * var(--vw-unit));
    width: calc(180 * var(--vw-unit));
    height: calc(180 * var(--vw-unit));
}

.veteran-employees dt {
    margin: 0 auto calc(8 * var(--vw-unit));
    color: #000;
    font-family: var(--font-sans-serif);
    font-size: calc(16 * var(--vw-unit));
    font-style: normal;
    font-weight: 700;
    line-height: 180%;
}

.veteran-employees dd {
    color: #000;
    font-family: var(--font-sans-serif);
    font-size: calc(14 * var(--vw-unit));
    font-style: normal;
    font-weight: 400;
    line-height: 180%;
}

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

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

.dialog-section+.extra-section {
    margin-top: calc(84 * var(--vw-unit));
}

.extra-section a {
    color: #0F3752;
}

.dialog__entry-title {
    display: block;
    width: 100%;
    margin-bottom: calc(24 * var(--vw-unit));
    border: 0;
    border-radius: calc(10 * var(--vw-unit));
    background: #E1F5FA;
    padding: calc(16 * var(--vw-unit)) calc(56 * var(--vw-unit)) calc(16 * var(--vw-unit)) calc(47 * 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-align: left;
    position: relative;
    cursor: pointer;
    appearance: none;
}

.dialog__entry-title:focus-visible {
    outline: 3px solid #0F78C0;
    outline-offset: 3px;
}

.dialog__entry-title .num {
    position: absolute;
    top: calc(16 * var(--vw-unit));
    left: calc(16 * var(--vw-unit));
}

.dialog__entry-title::after {
    content: "";
    width: calc(16 * var(--vw-unit));
    height: calc(16 * var(--vw-unit));
    background-color: #0F78C0;
    -webkit-mask: var(--icon-dialog-plus);
    -webkit-mask-repeat: no-repeat;
    -webkit-mask-position: center;
    -webkit-mask-size: 100% 100%;
    mask: var(--icon-dialog-plus);
    mask-repeat: no-repeat;
    mask-position: center;
    mask-size: 100% 100%;
    position: absolute;
    top: calc(20 * var(--vw-unit));
    right: calc(20 * var(--vw-unit));
    pointer-events: none;
}

.dialog__entry-title.is-active::after {
    content: "";
    width: calc(16 * var(--vw-unit));
    height: calc(3 * var(--vw-unit));
    background-color: #0F78C0;
    -webkit-mask: var(--icon-dialog-minus);
    -webkit-mask-repeat: no-repeat;
    -webkit-mask-position: center;
    -webkit-mask-size: 100% 100%;
    mask: var(--icon-dialog-minus);
    mask-repeat: no-repeat;
    mask-position: center;
    mask-size: 100% 100%;
    position: absolute;
    top: calc(26 * var(--vw-unit));
    right: calc(20 * var(--vw-unit));
    pointer-events: none;
}

.dialogue__content {
    margin-bottom: 0;
    height: 0;
    overflow: hidden;
    opacity: 0;
    visibility: hidden;
    transition: height 0.3s ease, opacity 0.3s ease, margin-bottom 0.3s ease, visibility 0s linear 0.3s;
}

.dialogue__content.is-active {
    margin-bottom: calc(48 * var(--vw-unit));
    opacity: 1;
    visibility: visible;
    transition: height 0.3s ease, opacity 0.3s ease, margin-bottom 0.3s ease, visibility 0s;
}

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

.dialogue__entry+.dialog__entry-sub-title {
    margin-top: calc(24 * var(--vw-unit));
}

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

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

.dialogue__entry+.moderator {
    margin-top: calc(24 * var(--vw-unit));
}


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


.dialogue__entry dt {
    margin-bottom: calc(12 * var(--vw-unit));
    color: #000;
    font-family: var(--font-sans-serif);
    font-size: calc(16 * var(--vw-unit));
    font-style: normal;
    font-weight: 700;
    line-height: 180%;
}

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

.dialogue__entry dd p strong {
    font-weight: 700;
}

.dialogue__entry figure {
    width: 100%;
    height: auto;
}

.dialogue__entry+figure {
    margin-top: calc(48 * var(--vw-unit));
}

.dialogue__content figure+.moderator {
    margin-top: calc(48 * var(--vw-unit));
}

.dialogue__entry figure img {
    width: 100%;
    height: auto;
}

.dialogue__content figure+figure {
    margin-top: calc(48 * var(--vw-unit));
}


/* ========================================================================
[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(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]lead-section
    ========================================================================= */
    .lead-section {
        margin: 0 auto 120px;
        width: 1164px;
    }

    .lead-section picture {
        margin: 0 0 80px;
    }

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

    .lead-section__text {
        margin: 0 auto 64px;
        width: 800px;
        color: #000;
        font-family: var(--font-sans-serif);
        font-size: 16px;
        font-style: normal;
        font-weight: 400;
        line-height: 180%;
        letter-spacing: -0.02em;
    }

    .veteran-employees {
        margin: 0 auto;
        width: 800px;
        border-radius: 4px;
        background: #F7F7F7;
        padding: 40px;
        list-style: none;
    }

    .veteran-employees li+li {
        margin-top: 40px;
        padding-top: 40px;
        border-top: 1px solid #ccc;
    }

    .veteran-employees li {
        display: flex;
        justify-content: space-between;
    }


    .veteran-employees figure {
        margin: 0;
        width: 180px;
        height: 180px;
    }

    .veteran-employees dl {
        width: 500px;
    }


    .veteran-employees dt {
        margin: 0 auto 12px;
        color: #000;
        font-family: var(--font-sans-serif);
        font-size: 16px;
        font-style: normal;
        font-weight: 700;
        line-height: 180%;
    }

    .veteran-employees dd {
        color: #000;
        font-family: var(--font-sans-serif);
        font-size: 18px;
        font-style: normal;
        font-weight: 400;
        line-height: 180%;
    }

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

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

    .dialog-section+.extra-section {
        margin-top: 44px;
    }

    .extra-section a {
        color: #0F3752;
        transition: color 0.3s ease;
    }

    .extra-section a:hover {
        color: rgba(0, 0, 0, 0.4);
    }


    .dialog__entry-title {
        margin-bottom: 24px;
        border-radius: 10px;
        background: #E1F5FA;
        padding: 26px 80px 26px 62px;
        color: #000;
        font-family: var(--font-sans-serif);
        font-size: 20px;
        font-style: normal;
        font-weight: 500;
        line-height: 180%;
        position: relative;
        cursor: pointer;
    }

    .dialog__entry-title .num {
        position: absolute;
        top: 26px;
        left: 24px;
    }

    .dialog__entry-title::after {
        content: "";
        width: 20px;
        height: 20px;
        background-color: #0F78C0;
        -webkit-mask: var(--icon-dialog-plus);
        -webkit-mask-repeat: no-repeat;
        -webkit-mask-position: center;
        -webkit-mask-size: 100% 100%;
        mask: var(--icon-dialog-plus);
        mask-repeat: no-repeat;
        mask-position: center;
        mask-size: 100% 100%;
        position: absolute;
        top: 34px;
        right: 30px;
        pointer-events: none;
    }

    .dialog__entry-title.is-active::after {
        content: "";
        width: 20px;
        height: 3px;
        background-color: #0F78C0;
        -webkit-mask: var(--icon-dialog-minus);
        -webkit-mask-repeat: no-repeat;
        -webkit-mask-position: center;
        -webkit-mask-size: 100% 100%;
        mask: var(--icon-dialog-minus);
        mask-repeat: no-repeat;
        mask-position: center;
        mask-size: 100% 100%;
        position: absolute;
        top: 42px;
        right: 30px;
        pointer-events: none;
    }

    .dialogue__content {
        margin-bottom: 0;
        height: 0;
        overflow: hidden;
        opacity: 0;
        visibility: hidden;
        transition: height 0.3s ease, opacity 0.3s ease, margin-bottom 0.3s ease, visibility 0s linear 0.3s;
        position: relative;
    }

    .dialogue__content.is-active {
        margin-bottom: 48px;
        opacity: 1;
        visibility: visible;
        transition: height 0.3s ease, opacity 0.3s ease, margin-bottom 0.3s ease, visibility 0s;
    }

    .dialog__entry-sub-title {
        margin-bottom: 24px;
        color: #000;
        font-family: var(--font-sans-serif);
        font-size: 18px;
        font-style: normal;
        font-weight: 700;
        line-height: 180%;
    }

    .dialogue__entry+.dialog__entry-sub-title {
        margin-top: 24px;
    }


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

    .moderator::after {
        margin-left: 12px;
        width: 75px;
        height: 1px;
    }

    .dialogue__entry+.moderator,
    figure+.moderator {
        margin-top: 24px;
    }


    .dialogue__entry+.dialogue__entry {
        margin-top: 24px;
    }

    .dialogue__entry {
        width: 600px;
        width: 51.54639175%;
    }


    .dialogue__entry dt {
        margin-bottom: 12px;
        color: #000;
        font-family: var(--font-sans-serif);
        font-size: 18px;
        font-style: normal;
        font-weight: 700;
        line-height: 180%;
    }

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

    .dialogue__entry dd p strong {
        font-weight: 700;
    }

    .dialogue__entry figure {
        width: 100%;
        max-width: 482px;
        aspect-ratio: 482 / 306;
        height: auto;
        min-height: 100%;
        overflow: hidden;
    }

    .dialogue__entry+figure {
        margin-top: 0;
    }

    .dialogue__content figure+.moderator {
        margin-top: 24px;
    }

    .dialogue__content figure img {
        width: 100%;
        height: auto;
    }

    .dialogue__content figure+figure {
        margin-top: 0;
    }

    .dialogue__content .photo01 {
        position: absolute;
        top: 0;
        right: 0;
    }

    .dialogue__content .photo02 {
        position: absolute;
        top: 346px;
        right: 0;
    }

    .dialogue__content .photo01,
    .dialogue__content .photo02 {
        width: min(40vw, 482px);
        aspect-ratio: 482 / 306;
        overflow: hidden;
    }

    .dialogue__content figure img {
        width: 100%;
        height: auto;
    }


    /* ========================================================================
    [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: 387px; */
        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__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;
        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]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;
    }

}
