@charset "utf-8";

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


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

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

.message h2 {
    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%;
}


.portrait {
    margin-bottom: calc(40 * var(--vw-unit));
    width: 100%;
    height: auto;
    border-radius: calc(10 * var(--vw-unit));
    overflow: hidden;
}

.portrait img {
    width: 100%;
    height: auto;
}

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

.message__text p+p {
    margin-top: calc(20 * var(--vw-unit));
}

.message__text p+p.message__signature {
    margin-top: calc(40 * var(--vw-unit));
}

.message__text p.message__signature {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
    align-items: center;
}

.message__text p.message__signature .company-name {
    flex: 0 0 100%;
    text-align: right;
    margin-bottom: calc(5 * var(--vw-unit));
}

.message__text p.message__signature .message__person-title {
    margin-right: calc(10 * var(--vw-unit));
}

.message__text p.message__signature .message__person-name {
    display: inline-block;
    width: calc(140 * var(--vw-unit));
    height: calc(28 * var(--vw-unit));
    background: url("../img/signature.webp") no-repeat center center;
    background-size: 100% auto;
    text-indent: 100%;
    overflow: hidden;
    white-space: nowrap;
}

/* ========================================================================
[sp]mission-banner
========================================================================= */

.mission-banner {
    margin: 0 0 calc(100 * var(--vw-unit));
    width: 100%;
    background: url(../img/sp_bg_mission.webp) no-repeat center center;
    background-size: 100% auto;
    border-radius: calc(40 * var(--vw-unit)) calc(40 * var(--vw-unit)) 0 0;
    overflow: hidden;
    padding: calc(55 * var(--vw-unit)) 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.mission-banner .section__eyebrow {
    margin-bottom: calc(20 * var(--vw-unit));
    color: #FFF;
    text-align: center;
    font-family: var(--font-sans-serif);
    font-size: calc(16 * var(--vw-unit));
    font-style: normal;
    font-weight: 700;
    line-height: 150%;
}

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

.mission-banner .mission-banner__lead {
    margin-bottom: calc(32 * var(--vw-unit));
    color: #FFF;
    text-align: center;
    font-family: var(--font-sans-serif);
    font-size: calc(24 * var(--vw-unit));
    font-style: normal;
    font-weight: 900;
    line-height: 180%;
}

.mission-banner .button-link--detail {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
    font-size: calc(14 * var(--vw-unit));
    font-style: normal;
    font-weight: 500;
    line-height: 180%;
    text-decoration: none;
    border-radius: 50px;
    border: calc(2 * var(--vw-unit)) solid #0E76C0;
    background: #FFF;
    width: calc(260 * var(--vw-unit));
    height: 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: 500;
    line-height: 180%;
    text-decoration: none;
    border-radius: 50px;
    border: calc(2 * var(--vw-unit)) solid #0E76C0;
    background: #FFF;
    position: relative;
}

.mission-banner .button-link--detail::before {
    content: "";
    width: calc(18.4 * var(--vw-unit));
    height: calc(16 * 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(8 * var(--vw-unit)));
    right: calc(20 * var(--vw-unit));
    pointer-events: none;
}

/* ========================================================================
[sp]value
========================================================================= */

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

.value .section__eyebrow {
    margin-bottom: calc(20 * var(--vw-unit));
    text-align: center;
    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;
}

.value h2 {
    margin-bottom: calc(48 * 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%;
}

.value-list {
    list-style: none;
}

.value-list li+li {
    margin: calc(30 * var(--vw-unit)) 0 0;
}

.value-list figure {
    margin-bottom: calc(24 * var(--vw-unit));
}

.value-list figure img {
    width: 100%;
    height: auto;
}

.value-list h3 {
    margin-bottom: calc(12 * var(--vw-unit));
    color: #000;
    font-family: var(--font-sans-serif);
    font-size: calc(20 * var(--vw-unit));
    font-style: normal;
    font-weight: 500;
    line-height: 180%;
    text-align: center;
}

.value-list p {
    margin-bottom: calc(32 * var(--vw-unit));
    color: #000;
    font-family: var(--font-sans-serif);
    font-size: calc(16 * var(--vw-unit));
    font-style: normal;
    font-weight: 400;
    line-height: 180%;
    text-align: center;
}

.value .button-link--detail {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
    font-size: calc(14 * var(--vw-unit));
    font-style: normal;
    font-weight: 500;
    line-height: 180%;
    text-decoration: none;
    border-radius: 50px;
    border: calc(2 * var(--vw-unit)) solid #0E76C0;
    background: #FFF;
    width: calc(260 * var(--vw-unit));
    height: 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: 500;
    line-height: 180%;
    text-decoration: none;
    border-radius: 50px;
    border: calc(2 * var(--vw-unit)) solid #0E76C0;
    background: #FFF;
    position: relative;
}

.value .button-link--detail::before {
    content: "";
    width: calc(18.4 * var(--vw-unit));
    height: calc(16 * 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(8 * var(--vw-unit)));
    right: calc(20 * var(--vw-unit));
    pointer-events: none;
}

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




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

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

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

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

    .portrait {
        margin: 0;
        width: 434px;
        width: 37.28522337%;
        height: auto;
        border-radius: 10px;
        overflow: hidden;
    }

    .portrait img {
        width: 100%;
        height: auto;
    }


    .message__text {
        width: 650px;
        width: 55.8419244%;
    }

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

    .message__text p+p {
        margin-top: 30px;
    }

    .message__text p+p.message__signature {
        margin-top: 40px;
    }

    .message__text p.message__signature {
        display: flex;
        flex-wrap: wrap;
        justify-content: flex-end;
        align-items: center;
    }

    .message__text p.message__signature .company-name {
        flex: 0 0 100%;
        text-align: right;
        margin-bottom: 5px;
    }

    .message__text p.message__signature .message__person-title {
        margin-right: 25px;
    }

    .message__text p.message__signature .message__person-name {
        display: inline-block;
        width: 140px;
        height: 28px;
        background: url("../img/signature.webp") no-repeat center center;
        background-size: 100% auto;
        text-indent: 100%;
        overflow: hidden;
        white-space: nowrap;
    }

    /* ========================================================================
    [pc]mission-banner
    ========================================================================= */
    .mission-banner {
        margin: 0 auto 120px;
        padding: 80px 0;
        width: 100%;
        max-width: 1512px;
        min-height: 594px;
        background: url(../img/pc_bg_mission.webp) no-repeat center center;
        background-size: auto 100%;
        border-radius: 30px 30px 0 0;
        overflow: hidden;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
    }

    .mission-banner .section__eyebrow {
        margin-bottom: 40px;
        color: #FFF;
        text-align: center;
        font-family: var(--font-sans-serif);
        font-size: 20px;
        font-style: normal;
        font-weight: 700;
        line-height: 150%;
    }

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

    .mission-banner .mission-banner__lead {
        margin-bottom: 64px;
        color: #FFF;
        text-align: center;
        font-family: var(--font-sans-serif);
        font-size: 42px;
        font-style: normal;
        font-weight: 900;
        line-height: 180%;
    }

    .mission-banner .button-link--detail {
        display: flex;
        align-items: center;
        justify-content: center;
        margin: 0 auto;
        width: 320px;
        height: 70px;
        color: #000;
        font-family: var(--font-sans-serif);
        font-size: 18px;
        font-style: normal;
        font-weight: 500;
        line-height: 180%;
        text-decoration: none;
        border-radius: 50px;
        border: 3px solid #0E76C0;
        background: #FFF;
        position: relative;
        transition: all 0.3s ease;
        overflow: hidden;
    }

    .mission-banner .button-link--detail:hover {
        background: #E1F5FA;
    }


    .mission-banner .button-link--detail::before {
        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;
    }

    .mission-banner .button-link--detail:hover::before {
        animation: arrow-loop 0.5s ease forwards;
    }

    @keyframes arrow-loop {
        0% {
            transform: translateX(0);
            opacity: 1;
        }

        60% {
            transform: translateX(80px);
            opacity: 1;
        }

        61% {
            transform: translateX(80px);
            opacity: 0;
        }

        62% {
            transform: translateX(0);
            opacity: 0;
        }

        100% {
            transform: translateX(0);
            opacity: 1;
        }
    }

    /* ========================================================================
    [pc]value
    ========================================================================= */

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

    .value .section__eyebrow {
        margin-bottom: 20px;
        text-align: left;
        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;
    }

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

    .value-list {
        margin: 0 0 64px;
        list-style: none;
        display: flex;
        justify-content: space-between;
    }

    .value-list li {
        width: 356px;
        width: 30.58419244%;
    }

    .value-list li+li {
        margin: 0;
    }

    .value-list figure {
        margin-bottom: 24px;
    }

    .value-list figure img {
        width: 100%;
        height: auto;
    }

    .value-list h3 {
        margin-bottom: 12px;
        color: #000;
        font-family: var(--font-sans-serif);
        font-size: 20px;
        font-style: normal;
        font-weight: 500;
        line-height: 180%;
        text-align: center;
    }

    .value-list p {
        margin: 0;
        color: #000;
        font-family: var(--font-sans-serif);
        font-size: 16px;
        font-style: normal;
        font-weight: 400;
        line-height: 180%;
        text-align: center;
    }

    .value .button-link--detail {
        display: flex;
        align-items: center;
        justify-content: center;
        margin: 0 auto;
        width: 320px;
        height: 70px;
        color: #000;
        font-family: var(--font-sans-serif);
        font-size: 18px;
        font-style: normal;
        font-weight: 500;
        line-height: 180%;
        text-decoration: none;
        border-radius: 50px;
        border: 3px solid #0E76C0;
        background: #FFF;
        position: relative;
        transition: all 0.3s ease;
        overflow: hidden;
    }

    .value .button-link--detail:hover {
        background: #E1F5FA;
    }

    .value .button-link--detail::before {
        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;
    }

    .value .button-link--detail:hover::before {
        animation: arrow-loop 0.5s ease forwards;
    }

}
