@charset "utf-8";

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

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

.training-page__lead 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%;
}


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

/* ========================================================================
[sp]training-steps-section
========================================================================= */

.training-steps-section ol,
.training-steps-section ul {
    list-style: none;
}

.training-steps-section ul li {
    color: #656565;
    font-family: var(--font-sans-serif);
    font-size: calc(12 * var(--vw-unit));
    font-style: normal;
    font-weight: 400;
    line-height: 180%;
}

.training-steps-section ol {
    margin-bottom: calc(12 * var(--vw-unit));
    width: calc(343 * var(--vw-unit));
    height: calc(252 * var(--vw-unit));
    background: url("/group/sfe/welfare/training/assets/img/sp_steps.svg") no-repeat center center;
    background-size: 100% auto;
    position: relative;
}

.training-steps-section ol li {
    position: absolute;
    width: 1px;
    height: 1px;
    overflow: hidden;
    clip: rect(0 0 0 0);
    clip-path: inset(50%);
    white-space: nowrap;
}

.training-steps-section ul li+li {
    margin-top: calc(8 * var(--vw-unit));
}

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

.section__eyebrow {
    margin-bottom: calc(20 * var(--vw-unit));
    font-family: var(--font-sans-serif);
    font-size: calc(16 * var(--vw-unit));
    font-style: normal;
    font-weight: 700;
    line-height: 150%;
    background: linear-gradient(90deg, #117DCA 0%, #179AB9 100%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

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

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

.section__text {
    margin-bottom: 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: 400;
    line-height: 180%;
}

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


/* ========================================================================
[sp]training-section__column
========================================================================= */

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

.section__column figure {
    margin-bottom: calc(8 * var(--vw-unit));
}

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


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

.training-section__column-text {
    margin-bottom: calc(16 * var(--vw-unit));
    color: #000;
    font-family: "Noto Sans JP";
    font-family: var(--font-sans-serif);
    font-size: calc(14 * var(--vw-unit));
    font-style: normal;
    font-weight: 400;
    line-height: 180%;
}

.section__column ul {
    list-style: none;
}

.section__column li {
    color: #000;
    font-family: var(--font-sans-serif);
    font-size: calc(14 * var(--vw-unit));
    font-style: normal;
    font-weight: 400;
    line-height: 170%;
    position: relative;
    padding-left: calc(20 * var(--vw-unit));
}

.section__column li+li {
    margin-top: calc(16 * var(--vw-unit));
}

.section__column li::before {
    content: "";
    width: calc(6 * var(--vw-unit));
    height: calc(6 * var(--vw-unit));
    background: #117DCA;
    border-radius: 50%;
    position: absolute;
    top: calc((14 * var(--vw-unit) * 1.7 - 6 * var(--vw-unit)) / 2);
    left: 0;
}


/* ========================================================================
[sp]training-gallery
========================================================================= */
.training-gallery {
    margin-bottom: calc(20 * var(--vw-unit));
}


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

.training-gallery figure img {
    width: 100%;
    height: auto;
}


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

    /* ========================================================================
    [pc]lead
    ========================================================================= */
    .training-page__lead {
        margin: 0 auto 64px;
        width: var(--pc-container);
    }

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

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

    .training-steps-section ol,
    .training-steps-section ul {
        list-style: none;
    }

    .training-steps-section ul li {
        color: #656565;
        font-family: var(--font-sans-serif);
        font-size: 14px;
        font-style: normal;
        font-weight: 400;
        line-height: 180%;
    }

    .training-steps-section ol {
        margin-bottom: 30px;
        width: var(--pc-container);
        height: 569px;
        background: url("/group/sfe/welfare/training/assets/img/pc_steps.svg") no-repeat center center;
        background-size: 100% auto;
        position: relative;
    }

    .training-steps-section ol li {
        position: absolute;
        width: 1px;
        height: 1px;
        overflow: hidden;
        clip: rect(0 0 0 0);
        clip-path: inset(50%);
        white-space: nowrap;
    }

    .training-steps-section ul li+li {
        margin-top: 8px;
    }

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

    .section__eyebrow {
        margin-bottom: 20px;
        font-family: var(--font-sans-serif);
        font-size: 20px;
        font-style: normal;
        font-weight: 700;
        line-height: 150%;
        background: linear-gradient(90deg, #117DCA 0%, #179AB9 100%);
        background-clip: text;
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
    }

    .section__title {
        margin-bottom: 48px;
        color: #000;
        font-family: var(--font-sans-serif);
        font-size: 40px;
        font-style: normal;
        font-weight: 700;
        line-height: 170%;
    }

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

    .section__text {
        margin-bottom: 50px;
        color: #000;
        font-family: var(--font-sans-serif);
        font-size: 16px;
        font-style: normal;
        font-weight: 400;
        line-height: 180%;
    }

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

    /* ========================================================================
    [pc]training-section__column
    ========================================================================= */

    .section__columns {
        display: flex;
        justify-content: space-between;
    }

    .section__column {
        width: 567px;
        width: 48.71134021%;
    }


    .section__column+.section__column {
        margin: 0;
    }

    .section__column figure {
        margin-bottom: calc(8 * var(--vw-unit));
    }

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


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

    .training-section__column-text {
        margin-bottom: 16px;
        color: #000;
        font-family: "Noto Sans JP";
        font-family: var(--font-sans-serif);
        font-size: 16px;
        font-style: normal;
        font-weight: 400;
        line-height: 180%;
    }

    .section__column ul {
        list-style: none;
    }

    .section__column li {
        color: #000;
        font-family: var(--font-sans-serif);
        font-size: 16px;
        font-style: normal;
        font-weight: 400;
        line-height: 170%;
        position: relative;
        padding-left: 20px;
    }

    .section__column li+li {
        margin-top: 16px;
    }

    .section__column li::before {
        content: "";
        width: 6px;
        height: 6px;
        background: #117DCA;
        border-radius: 50%;
        position: absolute;
        top: calc((16px * 1.7 - 6px) / 2);
        left: 0;
    }

    /* ========================================================================
    [pc]training-gallery
    ========================================================================= */
    .training-gallery {
        margin-bottom: 30px;
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap;
        gap: 30px 0;
    }

    .training-gallery figure {
        width: 567px;
        width: 48.71134021%;
    }

    .training-gallery figure+figure {
        margin-top: 0;
    }

    .training-gallery figure img {
        width: 100%;
        height: auto;
    }

    .training-gallery--3col figure {
        width: 366px;
        width: 31.54150198%;
    }

}
