@charset "utf-8";

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

#purpose,
#values {
    scroll-margin-top: calc(70 * var(--vw-unit));
}

.mission-section+.mission-section {
    margin-top: calc(100 * var(--vw-unit));
}


.mission-section__title {
    margin: 0 0 calc(40 * var(--vw-unit));
}

.mission-section__title h2 {
    margin: 0 0 calc(12 * var(--vw-unit));
    font-family: var(--font-sans-serif);
    font-size: calc(20 * var(--vw-unit));
    font-style: normal;
    font-weight: 900;
    line-height: 150%;
    letter-spacing: 1px;
    background: var(--h1-en-gradation, linear-gradient(90deg, #117DCA 0%, #179AB9 100%));
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.mission-section__title .mission-section__title-text {
    font-family: var(--font-sans-serif);
    font-size: calc(14 * var(--vw-unit));
    font-style: normal;
    font-weight: 500;
    line-height: 150%;
    letter-spacing: 1px;
    background: var(--h1-en-gradation, linear-gradient(90deg, #117DCA 0%, #179AB9 100%));
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    padding: 0 0 0 calc(18 * var(--vw-unit));
    position: relative;
}

.mission-section__title .mission-section__title-text::before {
    content: "";
    width: calc(10 * var(--vw-unit));
    height: calc(1.5 * var(--vw-unit));
    background: linear-gradient(90deg, #117DCA 0%, #179AB9 100%);
    position: absolute;
    top: calc(0.75em + calc(1 * var(--vw-unit)));
    transform: translateY(-50%);
    left: 0;
}

.mission-section h3 {
    margin: 0 0 calc(100 * 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: 180%;
}

.mission-section__image {
    border-radius: calc(10 * var(--vw-unit));
    overflow: hidden;
}

.mission-section__image img {
    width: 100%;
    height: auto;
}

.mission-section__text {
    margin: 0 0 calc(100 * var(--vw-unit));
}

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


.mission-values__list {
    list-style: none;
}

.mission-values__list li {
    margin: 0 0 calc(40 * var(--vw-unit));
    border-top: calc(1 * var(--vw-unit)) solid #ccc;
    padding: calc(40 * var(--vw-unit)) 0 0;
}

.mission-values__list li h3 {
    margin: 0 0 calc(24 * var(--vw-unit));
}

.mission-values__list li p .emphasis {
    background: linear-gradient(90deg, #117DCA 0%, #179AB9 100%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.section_figure {
    margin: 0 auto calc(100 * var(--vw-unit));
}

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




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

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

    #purpose,
    #values {
        scroll-margin-top: 116px;
    }


    .section_inner {
        margin: 0 0 0 auto;
        width: 582px;
        width: 50%;
    }

    .mission-section+.mission-section {
        margin-top: 200px;
    }

    .mission-section__title {
        margin: 0 0 40px;
        display: flex;
        align-items: center;
    }

    .mission-section__title h2 {
        margin: 0 12px 0 0;
        font-family: var(--font-sans-serif);
        font-size: 20px;
        font-style: normal;
        font-weight: 900;
        line-height: 150%;
        letter-spacing: 1px;
        background: var(--h1-en-gradation, linear-gradient(90deg, #117DCA 0%, #179AB9 100%));
        background-clip: text;
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
    }

    .mission-section__title .mission-section__title-text {
        font-family: var(--font-sans-serif);
        font-size: 14px;
        font-style: normal;
        font-weight: 500;
        line-height: 150%;
        letter-spacing: 1px;
        background: var(--h1-en-gradation, linear-gradient(90deg, #117DCA 0%, #179AB9 100%));
        background-clip: text;
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
        padding: 0 0 0 18px;
        position: relative;
    }

    .mission-section__title .mission-section__title-text::before {
        content: "";
        width: 10px;
        height: 1.5px;
        background: linear-gradient(90deg, #117DCA 0%, #179AB9 100%);
        position: absolute;
        top: calc(50% + 1px);
        transform: translateY(-50%);
        left: 0;
    }

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

    .mission-section__image {
        width: calc(var(--pc-container) * 0.4369291338);
        border-radius: 10px;
        overflow: hidden;
        position: absolute;
        top: 0;
        left: 0;
        z-index: 1;
        opacity: 0;
        transition: opacity 0.6s ease;
        pointer-events: none;
    }

    .mission-section__image.is-fixed {
        position: fixed;
        top: var(--mission-img-fixed-top, 156px);
        left: var(--mission-img-fixed-left, calc((100vw - 1164px) / 2));
    }

    .mission-section__image.is-released {
        position: absolute;
        top: var(--mission-img-release-top, 0);
        left: 0;
    }

    .mission-section__image.is-active {
        opacity: 1;
    }

    .mission-section__image img {
        width: 100%;
        height: auto;
    }

    .mission-section__text {
        margin: 0 0 0;
    }

    .mission-section__text p {
        color: #000;
        font-family: var(--font-sans-serif);
        font-size: 18px;
        font-style: normal;
        font-weight: 500;
        line-height: 180%;
    }


    .mission-values__list {
        list-style: none;
    }

    .mission-values__list li {
        margin: 0 0 40px;
        border-top: 1px solid #ccc;
        padding: 40px 0 0;
    }

    .mission-values__list li h3 {
        margin: 0 0 24px;
    }

    .mission-values__list li p .emphasis {
        background: linear-gradient(90deg, #117DCA 0%, #179AB9 100%);
        background-clip: text;
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
    }

    .section_figure {
        margin: 0 0 120px;
    }

}
