@charset "utf-8";

/*==================================================
setting
================================================== */
:root {
    --base-width: 375;
    --vw-unit: calc(100vw / var(--base-width));

    --primary-color: #0CA4CF;
}

html, body {
    overflow-x: hidden;
}

body {
    position: relative;
    padding-top: calc(70 * var(--vw-unit));
    /* font-feature-settings: "palt";
    letter-spacing: -0.02em; */
}

/*==================================================
no-scroll（モーダル表示時の背景スクロール防止）
================================================== */
html.no-scroll,
body.no-scroll {
    overflow: hidden;
}

/*==================================================
font, colors
================================================== */
:root {
    font-family: sans-serif;
    color: #000;

    --font-sans-serif: "Noto Sans JP", sans-serif;
    --font-sans-serif-en: "Inter", sans-serif;

    --color-black: #000;
    --color-white: #fff;

    --color-primary: #0F78C0;

    --color-baby-blue: #E1F5FA;

    --color-corporate: #0CA4CF;
    --color-footer-copyright-bg: var(--color-corporate);
}

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

    --icon-menu: 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%2045%2013%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%23fff%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%22M0%2C3C0%2C1.3%2C1.3%2C0%2C3%2C0h42c0%2C1.7-1.3%2C3-3%2C3H0Z%22%2F%3E%20%20%3Cpath%20class%3D%22st0%22%20d%3D%22M0%2C13c0-1.7%2C1.3-3%2C3-3h42c0%2C1.7-1.3%2C3-3%2C3H0Z%22%2F%3E%3C%2Fsvg%3E");

    --icon-menu-close: 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%2044.2%2014.5%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%23fff%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%22M27.9%2C7.3l13.4-3.6C42.9%2C3.2%2C43.9%2C1.6%2C43.5%2C0l-21.3%2C5.7L3.7.8C2.1.3.4%2C1.3%2C0%2C2.9l16.3%2C4.4-13.4%2C3.6c-1.6.4-2.6%2C2.1-2.1%2C3.7l21.3-5.7%2C18.4%2C4.9c1.6.4%2C3.2-.5%2C3.7-2.1l-16.3-4.4Z%22%2F%3E%3C%2Fsvg%3E");

    --icon-link-arrowhead: url("data:image/svg+xml,%3Csvg%20width%3D%227%22%20height%3D%2210%22%20viewBox%3D%220%200%207%2010%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22M1%201L5%205L1%209%22%20stroke%3D%22%230F78C0%22%20stroke-width%3D%222%22%20stroke-linecap%3D%22round%22%2F%3E%3C%2Fsvg%3E");

    --icon-external: url("data:image/svg+xml,%3Csvg%20width%3D%2216%22%20height%3D%2216%22%20viewBox%3D%220%200%2016%2016%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22M10.2998%2014H1.2998V5%22%20stroke%3D%22%230F78C0%22%20stroke-width%3D%222.6%22%20stroke-miterlimit%3D%2210%22%20stroke-linecap%3D%22round%22%2F%3E%3Cpath%20d%3D%22M14%201.2998V9.7002H5.59961V1.2998H14Z%22%20stroke%3D%22%230F78C0%22%20stroke-width%3D%222.6%22%2F%3E%3C%2Fsvg%3E");

    --icon-plus: url("data:image/svg+xml,%3Csvg%20width%3D%2216%22%20height%3D%2216%22%20viewBox%3D%220%200%2016%2016%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Crect%20x%3D%227%22%20y%3D%221.5%22%20width%3D%222%22%20height%3D%2214%22%20rx%3D%221%22%20fill%3D%22%230F78C0%22%2F%3E%3Crect%20x%3D%2215%22%20y%3D%227.5%22%20width%3D%222%22%20height%3D%2214%22%20rx%3D%221%22%20transform%3D%22rotate%2890%2015%207.5%29%22%20fill%3D%22%230F78C0%22%2F%3E%3C%2Fsvg%3E");

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

    --icon-link-arrow: 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%2018.4%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%22M17.7%2C8.7l.7-.7-.7-.7h0S10.7.3%2C10.7.3c-.4-.4-1-.4-1.4%2C0s-.4%2C1%2C0%2C1.4l5.3%2C5.3H1c-.6%2C0-1%2C.4-1%2C1s.4%2C1%2C1%2C1h13.6l-5.3%2C5.3c-.4.4-.4%2C1%2C0%2C1.4s.5.3.7.3.5%2C0%2C.7-.3l7-7h0Z%22%2F%3E%3C%2Fsvg%3E");

    --icon-external-arrow: 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%2015.9%2015.6%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%22M12%2C15.6H2c-1.1%2C0-2-.9-2-2V3.6C0%2C2.5.9%2C1.6%2C2%2C1.6h5v2H2v10h10v-5h2v5c0%2C1.1-.9%2C2-2%2C2Z%22%2F%3E%20%20%3Cpath%20class%3D%22st0%22%20d%3D%22M9.3%2C0c-.6%2C0-1%2C.4-1%2C1s.4%2C1%2C1%2C1h3.2l-5.2%2C5.2c-.4.4-.4%2C1%2C0%2C1.4.2.2.5.3.7.3s.5%2C0%2C.7-.3l5.2-5.2v3.2c0%2C.6.4%2C1%2C1%2C1s1-.4%2C1-1V0h-6.6Z%22%2F%3E%3C%2Fsvg%3E");

    --icon-arrow-head-down: 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%2010%206.4%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%22M5%2C6.4L.3%2C1.7C0%2C1.3%2C0%2C.7.3.3.7%2C0%2C1.3%2C0%2C1.7.3l3.3%2C3.3L8.3.3c.4-.4%2C1-.4%2C1.4%2C0%2C.4.4.4%2C1%2C0%2C1.4l-4.7%2C4.7Z%22%2F%3E%3C%2Fsvg%3E");

    --icon-arrowhead-up: 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%2017%209.5%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%23fff%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%22M15.5%2C9.5c-.3%2C0-.7-.1-1-.4l-6-5.2-6%2C5.2c-.6.5-1.6.5-2.1-.2-.5-.6-.5-1.6.2-2.1L8.5%2C0l8%2C6.8c.6.5.7%2C1.5.2%2C2.1-.3.3-.7.5-1.1.5Z%22%2F%3E%3C%2Fsvg%3E");


}


/*==================================================
sp
================================================== */
.pc_item {
    display: none;
}


/* ========================================================================
[sp]header
========================================================================= */
.header {
    height: calc(70 * var(--vw-unit));
    background: var(--color-white);
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1000;
    width: 100%;
}

.header__brand {
    width: calc(135 * var(--vw-unit));
    height: calc(37 * var(--vw-unit));
    background: url(../img/logo_fe.svg) no-repeat 0 0;
    background-size: calc(135 * var(--vw-unit)) auto;
    text-indent: -9999px;
    overflow: hidden;
    white-space: nowrap;
    position: absolute;
    top: calc(50% - calc(18.5 * var(--vw-unit)));
    left: calc(14 * var(--vw-unit));
}

.header__brand a {
    display: block;
    width: calc(135 * var(--vw-unit));
    height: calc(37 * var(--vw-unit));
    text-indent: -9999px;
    overflow: hidden;
    white-space: nowrap;
}

.header__button {
    appearance: none;
    background: transparent;
    border: 0;
    border-radius: 0;
    padding: 0;
    width: calc(70 * var(--vw-unit));
    height: calc(70 * var(--vw-unit));
    background-color: #117DCA;
    display: flex;
    justify-content: center;
    align-items: flex-start;
    position: absolute;
    top: 0;
    right: 0;
    padding-top: calc(40 * var(--vw-unit));
    color: #F0F0F0;
    font-family: var(--font-sans-serif);
    font-size: calc(16 * var(--vw-unit));
    font-style: normal;
    font-weight: 500;
    line-height: 100%;
}

.header__button::before {
    content: "";
    width: calc(45 * var(--vw-unit));
    height: calc(13 * var(--vw-unit));
    background-color: var(--color-white);
    -webkit-mask: var(--icon-menu);
    -webkit-mask-repeat: no-repeat;
    -webkit-mask-position: center;
    -webkit-mask-size: 100% 100%;
    mask: var(--icon-menu);
    mask-repeat: no-repeat;
    mask-position: center;
    mask-size: 100% 100%;
    position: absolute;
    top: calc(18 * var(--vw-unit));
    right: calc(50% - calc(22.5 * var(--vw-unit)));
}

.header.is-active .header__button::before {
    -webkit-mask: var(--icon-menu-close);
    -webkit-mask-repeat: no-repeat;
    -webkit-mask-position: center;
    -webkit-mask-size: 100% 100%;
    mask: var(--icon-menu-close);
    mask-repeat: no-repeat;
    mask-position: center;
    mask-size: 100% 100%;
}

.header__nav {
    background: #E1F5FA;
    padding: calc(56 * var(--vw-unit)) calc(24 * var(--vw-unit));
    position: fixed;
    top: calc(70 * var(--vw-unit));
    left: 0;
    z-index: 999;
    width: 100%;
    height: calc(100vh - calc(70 * var(--vw-unit)));
    max-height: calc(100vh - calc(70 * var(--vw-unit)));
    overflow-y: auto;
    /* display: none; */

    max-height: 0;
    opacity: 0;
    overflow: hidden;
    visibility: hidden;
    transform: translateY(-4px);
    transition:
        max-height 0.35s ease,
        opacity 0.25s ease,
        transform 0.25s ease,
        visibility 0s linear 0.35s;
}

.header__nav.is-active {
    /* display: block; */
    height: calc(100vh - calc(70 * var(--vw-unit)));
    max-height: calc(100vh - calc(70 * var(--vw-unit)));
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
    transition:
        max-height 0.35s ease,
        opacity 0.25s ease,
        transform 0.25s ease,
        visibility 0s;
}

.header__nav .header__links {
    list-style: none;
}

.header__nav .header__links li {
    border-bottom: 1px solid #ccc;
}

.header__nav .header__links li a {
    color: var(--color-black);
    font-family: var(--font-sans-serif);
    font-size: calc(18 * var(--vw-unit));
    font-style: normal;
    font-weight: 500;
    line-height: 170%;
    text-decoration: none;
    display: block;
    padding: calc(24 * var(--vw-unit)) 0;
    position: relative;
}

.header__nav .header__links li a::after {
    content: "";
    width: calc(10.5 * var(--vw-unit));
    height: calc(17 * var(--vw-unit));
    background-color: #0F78C0;
    -webkit-mask: var(--icon-link-arrowhead);
    -webkit-mask-repeat: no-repeat;
    -webkit-mask-position: center;
    -webkit-mask-size: 100% 100%;
    mask: var(--icon-link-arrowhead);
    mask-repeat: no-repeat;
    mask-position: center;
    mask-size: 100% 100%;
    position: absolute;
    top: calc(50% - calc(8.5 * var(--vw-unit)));
    right: 0;
}

.header__nav .header__links li a[target="_blank"]::after {
    width: calc(14 * var(--vw-unit));
    height: calc(14 * var(--vw-unit));
    background-color: #0F78C0;
    -webkit-mask: var(--icon-external);
    -webkit-mask-repeat: no-repeat;
    -webkit-mask-position: center;
    -webkit-mask-size: 100% 100%;
    mask: var(--icon-external);
    mask-repeat: no-repeat;
    mask-position: center;
    mask-size: 100% 100%;
    position: absolute;
    top: calc(50% - calc(7 * var(--vw-unit)));
    right: 0;
}

/* ========================================================================
[sp]footer
========================================================================= */
.footer__inner {
    padding: calc(40 * var(--vw-unit)) 0 0;
}

.footer__nav {
    margin: 0 auto calc(64 * var(--vw-unit));
    width: calc(327 * var(--vw-unit));
}

.footer__title {
    position: relative;
}


.footer__title a {
    color: #0F3752;
    font-family: var(--font-sans-serif);
    font-size: calc(16 * var(--vw-unit));
    font-style: normal;
    font-weight: 700;
    line-height: 170%;
    text-decoration: none;
    display: flex;
    border-bottom: 1px solid #ccc;
    padding-bottom: calc(16 * var(--vw-unit));

}

.footer__title .footer__title-button {
    appearance: none;
    background: transparent;
    border: 0;
    border-radius: 0;
    padding: 0;
    width: calc(16 * var(--vw-unit));
    height: calc(16 * var(--vw-unit));
    background-color: #0F78C0;
    -webkit-mask: var(--icon-plus);
    -webkit-mask-repeat: no-repeat;
    -webkit-mask-position: center;
    -webkit-mask-size: 100% 100%;
    mask: var(--icon-plus);
    mask-repeat: no-repeat;
    mask-position: center;
    mask-size: 100% 100%;
    position: absolute;
    top: 0;
    right: 0;
}

.footer__group.is-active .footer__title .footer__title-button {
    -webkit-mask: var(--icon-minus);
    -webkit-mask-repeat: no-repeat;
    -webkit-mask-position: center;
    -webkit-mask-size: 100% 100%;
    mask: var(--icon-minus);
    mask-repeat: no-repeat;
    mask-position: center;
    mask-size: 100% 100%;
}


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

.footer__links,
.footer__subgroup {
    display: block;
    max-height: 0;
    opacity: 0;
    overflow: hidden;
    visibility: hidden;
    transform: translateY(-4px);
    transition:
        max-height 0.35s ease,
        opacity 0.25s ease,
        transform 0.25s ease,
        visibility 0s linear 0.35s;
}

.footer__group.is-active .footer__links,
.footer__group.is-active .footer__subgroup {
    max-height: calc(600 * var(--vw-unit));
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
    transition:
        max-height 0.35s ease,
        opacity 0.25s ease,
        transform 0.25s ease,
        visibility 0s;
}

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

.footer__subtitle a {
    color: #0F3752;
    font-family: var(--font-sans-serif);
    font-size: calc(14 * var(--vw-unit));
    font-style: normal;
    font-weight: 500;
    line-height: 170%;
    text-decoration: none;
}

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

.primary_link_primary a {
    color: #0F3752;
    font-family: var(--font-sans-serif);
    font-size: calc(16 * var(--vw-unit));
    font-style: normal;
    font-weight: 700;
    line-height: 170%;
    text-decoration: none;
    padding-left: 0;
}

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

.footer__links li {
    list-style: none;
}

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

.footer__links li a {
    color: #0F3752;
    font-family: var(--font-sans-serif);
    font-size: calc(14 * var(--vw-unit));
    font-style: normal;
    font-weight: 500;
    line-height: 170%;
    text-decoration: none;
}

.footer__links li.primary a {
    color: #0F3752;
    font-family: var(--font-sans-serif);
    font-size: calc(16 * var(--vw-unit));
    font-style: normal;
    font-weight: 700;
    line-height: 170%;
    text-decoration: none;
}

.footer__links--arrow li a {
    position: relative;
    padding-left: calc(29 * var(--vw-unit));
}

.footer__links--arrow li a::before {
    content: "";
    position: absolute;
    top: calc(50% - calc(5 * var(--vw-unit)));
    left: calc(6 * var(--vw-unit));
    width: calc(6.5 * var(--vw-unit));
    height: calc(10 * var(--vw-unit));
    background-color: #0F78C0;
    -webkit-mask: var(--icon-link-arrowhead);
    -webkit-mask-repeat: no-repeat;
    -webkit-mask-position: center;
    -webkit-mask-size: 100% 100%;
    mask: var(--icon-link-arrowhead);
    mask-repeat: no-repeat;
    mask-position: center;
    mask-size: 100% 100%;
}



.footer .footer__brand a {
    margin: 0 auto calc(32 * var(--vw-unit));
    display: block;
    width: calc(201 * var(--vw-unit));
    height: calc(54 * var(--vw-unit));
    background: url(../img/logo_fe.svg) no-repeat 0 0;
    background-size: calc(201 * var(--vw-unit)) auto;
    text-indent: -9999px;
    overflow: hidden;
    white-space: nowrap;

}

.footer .footer__utility {
    margin-bottom: calc(24 * var(--vw-unit));
    display: flex;
    flex-direction: column;
}

.footer__utility .footer__utility-links {
    order: 2;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    list-style: none;
}

.footer__utility .footer__utility-links li {
    color: #0F3752;
    font-family: var(--font-sans-serif);
    font-size: calc(12 * var(--vw-unit));
    font-style: normal;
    font-weight: 500;
    line-height: 170%;
}

.footer__utility .footer__utility-links li a {
    color: var(--color-black);
    text-decoration: none;
    position: relative;
}

.footer__utility .footer__utility-links li a::after {
    content: "";
    position: absolute;
    top: calc(50% - calc(6 * var(--vw-unit)));
    right: calc(-8 * var(--vw-unit));
    width: calc(1 * var(--vw-unit));
    height: calc(12 * var(--vw-unit));
    background: var(--color-black);
}

.footer__utility .footer__utility-links li:nth-child(3) a::after,
.footer__utility .footer__utility-links li:last-child a::after {
    display: none;
}

.footer__utility .footer__utility-links li {
    margin-right: calc(16 * var(--vw-unit));
    margin-bottom: calc(12 * var(--vw-unit));
}

.footer__utility .footer__utility-links li:nth-child(3) {
    margin-right: 0;
}

.footer__utility .footer__utility-links li:last-child {
    margin-right: 0;
    margin-bottom: 0;
    width: 100%;
    text-align: center;
}


.footer__note {
    order: 1;
    margin-bottom: calc(40 * var(--vw-unit));
    padding: 0 calc(16 * var(--vw-unit));
    color: var(--color-black);
    text-align: center;
    font-family: var(--font-sans-serif);
    font-size: calc(12 * var(--vw-unit));
    font-style: normal;
    font-weight: 500;
    line-height: 170%;
    letter-spacing: -0.05em;
}


.footer .footer__copyright {
    height: calc(32 * var(--vw-unit));
    background-color: var(--color-footer-copyright-bg);
    color: var(--color-white);
    font-family: var(--font-sans-serif);
    font-size: calc(12 * var(--vw-unit));
    font-weight: 500;
    line-height: 170%;
    display: flex;
    align-items: center;
    justify-content: center;
}


/* ========================================================================
[sp]page-header
========================================================================= */

.page-header {
    margin: 0 0 calc(64 * var(--vw-unit));
    background: var(--color-baby-blue);
    padding: calc(48 * var(--vw-unit)) calc(16 * var(--vw-unit)) calc(24 * var(--vw-unit));
}

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

.page-header h1 {
    margin: 0 0 calc(24 * var(--vw-unit));
    color: var(--color-black);
    text-align: center;
    font-family: var(--font-sans-serif);
    font-size: calc(24 * var(--vw-unit));
    font-style: normal;
    font-weight: 700;
    line-height: 170%;
}

.page-header .page-header__lead {
    color: var(--color-black);
    text-align: center;
    font-family: var(--font-sans-serif);
    font-size: calc(14 * var(--vw-unit));
    font-style: normal;
    font-weight: 400;
    line-height: 180%;
}

.page-header .page-header__lead.text-left {
    text-align: left;
}


/* ========================================================================
[sp]breadcrumbs
========================================================================= */

.breadcrumbs {
    list-style: none;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-wrap: wrap;
}

.breadcrumbs li {
    list-style: none;
    color: rgba(15, 55, 82, 0.5);
    font-family: var(--font-sans-serif);
    font-size: calc(12 * var(--vw-unit));
    font-style: normal;
    font-weight: 500;
    line-height: 170%;
    position: relative;
    padding-left: calc(28 * var(--vw-unit));
}

.breadcrumbs li:first-child {
    padding-left: 0;
}

.breadcrumbs li:first-child::before {
    display: none;
}

.breadcrumbs li::before {
    content: "";
    width: calc(4 * var(--vw-unit));
    height: calc(4 * var(--vw-unit));
    background: #0f3752;
    position: absolute;
    left: calc(12 * var(--vw-unit));
    top: calc(50% - calc(2 * var(--vw-unit)));
}

.breadcrumbs li a {
    color: #0F3752;
    text-decoration: none;
}

/* ========================================================================
[sp]contents-nav
========================================================================= */
.contents-nav {
    margin: 0 auto calc(80 * var(--vw-unit));
    width: calc(279 * var(--vw-unit));
}

.contents-nav li {
    list-style: none;
    color: #0F3752;
    font-family: var(--font-sans-serif);
    font-size: calc(14 * var(--vw-unit));
    font-style: normal;
    font-weight: 700;
    line-height: 170%;
}

.contents-nav li:first-child {
    border-radius: calc(32 * var(--vw-unit)) calc(32 * var(--vw-unit)) 0 0;
    overflow: hidden;
}

.contents-nav li:last-child {
    border-radius: 0 0 calc(32 * var(--vw-unit)) calc(32 * var(--vw-unit));
    overflow: hidden;
}

.contents-nav li+li {
    margin-top: calc(4 * var(--vw-unit));
}

.contents-nav li a {
    color: #0F3752;
    text-decoration: underline;
    display: flex;
    padding: calc(20 * var(--vw-unit)) calc(32 * var(--vw-unit));
    background: #E1F5FA;
    position: relative;
    text-decoration: none;
}

.contents-nav li a:focus-visible {
    outline: 3px solid #0F78C0;
    outline-offset: -3px;
}

.contents-nav li.is-current {
    color: rgba(15, 55, 82, 0.5);
    text-decoration: none;
    display: flex;
    padding: calc(20 * var(--vw-unit)) calc(32 * var(--vw-unit));
    background: #E1F5FA;
}

.contents-nav li a::after {
    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]section__links
========================================================================= */
.section__links {
    list-style: none;
}

.section__link a {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
    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;
}

.section__link--wide a {
    width: calc(300 * var(--vw-unit));
}


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

.section__link--filled a {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
    width: calc(260 * var(--vw-unit));
    height: calc(50 * var(--vw-unit));
    color: var(--color-white);
    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 #0180A3;
    background: #0180A3;
    position: relative;
}

.section__link--filled--wide a {
    width: calc(300 * var(--vw-unit));
}

.section__link--filled a::before {
    content: "";
    width: calc(14 * var(--vw-unit));
    height: calc(14 * var(--vw-unit));
    background-color: #fff;
    -webkit-mask: var(--icon-external);
    -webkit-mask-repeat: no-repeat;
    -webkit-mask-position: center;
    -webkit-mask-size: 100% 100%;
    mask: var(--icon-external);
    mask-repeat: no-repeat;
    mask-position: center;
    mask-size: 100% 100%;
    position: absolute;
    top: calc(50% - calc(7 * var(--vw-unit)));
    right: calc(23.5 * var(--vw-unit));
    pointer-events: none;
}

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

/* ========================================================================
[sp]main
========================================================================= */
.waves {
    background: url(../img/bottom_waves.svg) no-repeat center bottom;
    background-size: auto calc(206 * var(--vw-unit));
    padding-bottom: calc(120 * var(--vw-unit));
}

/* ========================================================================
[sp]recruit-banner
========================================================================= */
.recruit-banner {
    background: url(../img/sp_bg_recruit_banner.webp) no-repeat center center;
    background-size: 100% auto;
    height: calc(320 * var(--vw-unit));
    padding: calc(80 * var(--vw-unit)) 0 0;
}

.recruit-banner h2 {
    margin: 0 0 calc(24 * var(--vw-unit));
    color: var(--color-white);
    text-align: center;
    font-family: var(--font-sans-serif);
    font-size: calc(16 * var(--vw-unit));
    font-style: normal;
    font-weight: 700;
    line-height: 100%;
}

.recruit-banner .recruit-banner__eyebrow {
    margin: 0 0 calc(45 * var(--vw-unit));
    color: var(--color-white);
    text-align: center;
    font-family: var(--font-sans-serif);
    font-size: calc(32 * var(--vw-unit));
    font-style: normal;
    font-weight: 700;
    line-height: 100%;
    letter-spacing: calc(2 * var(--vw-unit));
}

.recruit-banner .recruit-banner__link {
    display: block;
    margin: 0 auto;
    width: calc(260 * var(--vw-unit));
    height: calc(50 * var(--vw-unit));
    background: var(--color-white);
    border-radius: calc(50 * var(--vw-unit));
    color: var(--color-black);
    font-family: var(--font-sans-serif);
    font-size: calc(14 * var(--vw-unit));
    font-style: normal;
    font-weight: 500;
    line-height: 180%;
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    border: calc(2 * var(--vw-unit)) solid #0E76C0;
    position: relative;
}

.recruit-banner .recruit-banner__link::after {
    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]page-top-button
========================================================================= */
.page-top-button {
    appearance: none;
    -webkit-appearance: none;
    width: calc(40 * var(--vw-unit));
    height: calc(40 * var(--vw-unit));
    margin: 0;
    padding: 0;
    background: #0F78C0;
    border-radius: 50%;
    border: 0;
    font: inherit;
    color: inherit;
    cursor: pointer;
    text-indent: 100%;
    overflow: hidden;
    white-space: nowrap;
    position: fixed;
    bottom: calc(16 * var(--vw-unit));
    right: calc(16 * var(--vw-unit));
    z-index: 1000;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transform: translateY(calc(8 * var(--vw-unit)));
    transition:
        opacity 0.3s ease,
        visibility 0s linear 0.3s,
        transform 0.3s ease;
}

.page-top-button.is-visible {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
    transform: translateY(0);
    transition:
        opacity 0.3s ease,
        visibility 0s,
        transform 0.3s ease;
}

.page-top-button::after {
    content: "";
    width: calc(18 * var(--vw-unit));
    height: calc(10 * var(--vw-unit));
    background-color: #fff;
    -webkit-mask: var(--icon-arrowhead-up);
    -webkit-mask-repeat: no-repeat;
    -webkit-mask-position: center;
    -webkit-mask-size: 100% 100%;
    mask: var(--icon-arrowhead-up);
    mask-repeat: no-repeat;
    mask-position: center;
    mask-size: 100% 100%;
    position: absolute;
    top: calc(15 * var(--vw-unit));
    left: calc(50% - calc(9 * var(--vw-unit)));
    pointer-events: none;
}

/* ========================================================================
text link
========================================================================= */
.section__text a {
    color: #0F3752;
}

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

    :root {
        --pc-page-gutter: clamp(24px, 4vw, 48px);
        --pc-container: min(1164px, calc(100vw - var(--pc-page-gutter) - var(--pc-page-gutter)));
        --pc-main-container: min(1400px, calc(100vw - var(--pc-page-gutter) - var(--pc-page-gutter)));
        --pc-wide-container: min(1512px, calc(100vw - var(--pc-page-gutter) - var(--pc-page-gutter)));
        --pc-header-brand-space: 244px;
    }

    .section__text a {
        transition: color 0.3s ease;
    }

    .section__text a:hover {
        color: rgba(0, 0, 0, 0.4);
    }

    body {
        padding-top: 116px;
    }


    .sp_item {
        display: none;
    }

    .pc_item {
        display: block;
    }

    /* ========================================================================
    [pc]header
    ========================================================================= */
    .header {
        width: 100%;
        height: 116px;
        background: var(--color-white);
        position: fixed;
        top: 0;
        left: 0;
        z-index: 1000;
        width: 100%;
    }

    .header__inner {
        margin: 0 auto;
        width: var(--pc-wide-container);
        height: 116px;
        position: relative;
    }

    .header__brand {
        width: 188px;
        height: 52px;
        background: url(../img/logo_fe.svg) no-repeat 0 0;
        background-size: 188px auto;
        text-indent: -9999px;
        overflow: hidden;
        white-space: nowrap;
        position: absolute;
        top: calc(50% - 26px);
        left: 0;
    }

    .header__brand a {
        display: block;
        width: 188px;
        height: 52px;
        text-indent: -9999px;
        overflow: hidden;
        white-space: nowrap;
    }

    .header__button {
        display: none;
    }

    .header__button::before {
        display: none;
    }

    .header.is-active .header__button::before {
        display: none;
    }

    .header__nav {
        background: none;
        padding: 0;
        position: fixed;
        top: 0;
        left: 50%;
        z-index: 1000;
        width: var(--pc-wide-container);
        height: 116px;
        max-height: 116px;
        overflow-y: auto;
        max-height: auto;
        opacity: 1;
        overflow: hidden;
        visibility: visible;
        transform: translateX(-50%);
        transition: none;
        pointer-events: none;
    }

    .header__nav.is-active {
        height: 116px;
        max-height: 116px;
        opacity: 1;
        visibility: visible;
        transform: translateX(-50%);
        transition: none;
    }

    .header__nav .header__links {
        margin-left: var(--pc-header-brand-space);
        margin-right: clamp(96px, 11.5vw, 174px);
        min-width: 0;
        height: 116px;
        list-style: none;
        display: flex;
        justify-content: flex-end;
        align-items: center;
        flex-wrap: wrap;
        gap: 0 clamp(12px, 2.65vw, 40px);
    }

    .header__nav .header__links li {
        margin-right: 0;
        border-bottom: none;
        min-width: 0;
    }

    .header__nav .header__links li:last-child {
        margin-right: 0;
    }


    .header__nav .header__links li a {
        color: var(--color-black);
        font-family: var(--font-sans-serif);
        font-size: 18px;
        font-style: normal;
        font-weight: 500;
        line-height: 170%;
        text-decoration: none;
        display: block;
        padding: 0 22px 0 0;
        position: relative;
        transition: color 0.3s ease;
        pointer-events: auto;
        overflow-wrap: anywhere;
    }

    .header__nav .header__links li a:hover {
        color: rgba(0, 0, 0, 0.4);
    }

    .header__nav .header__links li a::after {
        content: "";
        width: 10.5px;
        height: 17px;
        background-color: #0F78C0;
        -webkit-mask: var(--icon-link-arrowhead);
        -webkit-mask-repeat: no-repeat;
        -webkit-mask-position: center;
        -webkit-mask-size: 100% 100%;
        mask: var(--icon-link-arrowhead);
        mask-repeat: no-repeat;
        mask-position: center;
        mask-size: 100% 100%;
        position: absolute;
        top: calc(50% - 8.5px);
        right: 0;
    }

    .header__nav .header__links li a[target="_blank"]::after {
        width: 14px;
        height: 14px;
        background-color: #0F78C0;
        -webkit-mask: var(--icon-external);
        -webkit-mask-repeat: no-repeat;
        -webkit-mask-position: center;
        -webkit-mask-size: 100% 100%;
        mask: var(--icon-external);
        mask-repeat: no-repeat;
        mask-position: center;
        mask-size: 100% 100%;
        position: absolute;
        top: calc(50% - 7px);
        right: 0;
        pointer-events: none;
    }





    /* ========================================================================
    [pc]footer
    ========================================================================= */
    .footer__inner {
        width: var(--pc-wide-container);
        margin: 0 auto;
        padding: 64px 0 0;
    }

    .footer__nav {
        margin: 0 auto 40px;
        padding: 0;
        width: auto;
        display: grid;
        grid-template-columns: minmax(0, 302fr) minmax(0, 302fr) minmax(0, 652fr);
        column-gap: clamp(40px, 8.46vw, 128px);
        align-items: start;
    }

    .footer__title {
        position: relative;
        margin-bottom: 20px;
    }


    .footer__title a {
        color: #0F3752;
        font-family: var(--font-sans-serif);
        font-size: 16px;
        font-style: normal;
        font-weight: 700;
        line-height: 170%;
        text-decoration: none;
        display: flex;
        border-bottom: 1px solid #ccc;
        padding-bottom: 16px;
        transition: color 0.3s ease;
    }

    .footer__title a:hover {
        color: rgba(0, 0, 0, 0.4);
    }

    .footer__title .footer__title-button {
        display: none;
    }

    .footer__group.is-active .footer__title .footer__title-button {
        display: none;
    }

    .footer__group {
        margin-top: 0;
        margin-bottom: 0;
    }

    .footer__group--company {
        width: auto;
        grid-column: 1;
        grid-row: 1;
    }

    .footer__group--business {
        width: auto;
        grid-column: 2;
        grid-row: 1;
        margin-bottom: 48px;
    }

    .footer__group--welfare {
        width: auto;
        grid-column: 2;
        grid-row: 1;
        margin-top: calc(27.2px + 16px + 1px + 48px);
    }

    .footer__group--recruit {
        width: auto;
        grid-column: 3;
        grid-row: 1;
        display: grid;
        grid-template-columns: repeat(2, minmax(0, 1fr));
        column-gap: clamp(24px, 3.17vw, 48px);
        align-items: start;
    }

    .footer__group--recruit .footer__title {
        grid-column: 1 / -1;
    }

    .footer__subgroup--jobs {
        grid-column: 1;
    }

    .footer__subgroup--interview,
    .footer__subgroup--other {
        grid-column: 2;
    }

    .footer__subgroup--interview {
        margin-bottom: 24px;
    }


    .footer__links,
    .footer__subgroup {
        display: block;
        max-height: 600px;
        opacity: 1;
        overflow: hidden;
        visibility: visible;
        transform: none;
        transition: none;
    }

    .footer__group.is-active .footer__links,
    .footer__group.is-active .footer__subgroup {
        max-height: 600px;
        opacity: 1;
        visibility: visible;
        transform: none;
        transition: none;
    }

    .footer__subtitle {
        margin: 0 0 12px;
    }

    .footer__subtitle a {
        color: #0F3752;
        font-family: var(--font-sans-serif);
        font-size: 14px;
        font-style: normal;
        font-weight: 500;
        line-height: 170%;
        text-decoration: none;
        transition: color 0.3s ease;
    }

    .footer__subtitle a:hover {
        color: rgba(0, 0, 0, 0.4);
    }

    .footer__links {
        margin-top: 0;
    }

    .footer__links li {
        list-style: none;
    }

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

    .footer__links li.sp_item+li {
        margin-top: 0;
    }

    .footer__links li a {
        color: #0F3752;
        font-family: var(--font-sans-serif);
        font-size: 14px;
        letter-spacing: -0.05em;
        font-style: normal;
        font-weight: 500;
        line-height: 170%;
        text-decoration: none;
        transition: color 0.3s ease;
    }

    .footer__links li.primary a {
        font-size: 14px;
        font-style: normal;
        font-weight: 500;
        line-height: 170%;
    }

    .footer__links li a:hover {
        color: rgba(0, 0, 0, 0.4);
    }

    .footer__links--arrow li a {
        display: block;
        position: relative;
        padding-left: 29px;
    }


    .footer__links--arrow li a::before {
        content: "";
        position: absolute;
        top: 0.85em;
        left: 6px;
        width: 6.5px;
        height: 10px;
        transform: translateY(-50%);
        background-color: #0F78C0;
        -webkit-mask: var(--icon-link-arrowhead);
        -webkit-mask-repeat: no-repeat;
        -webkit-mask-position: center;
        -webkit-mask-size: 100% 100%;
        mask: var(--icon-link-arrowhead);
        mask-repeat: no-repeat;
        mask-position: center;
        mask-size: 100% 100%;
    }

    .footer .footer__brand a {
        margin: 0 auto 88px 0;
        display: block;
        width: 200px;
        height: 53px;
        background: url(../img/logo_fe.svg) no-repeat 0 0;
        background-size: 200px auto;
        text-indent: -9999px;
        overflow: hidden;
        white-space: nowrap;

    }

    .footer .footer__utility {
        margin-bottom: 40px;
        display: flex;
        flex-direction: row;
    }

    .footer__utility .footer__utility-links {
        order: 1;
        display: flex;
        justify-content: flex-start;
        flex-wrap: wrap;
        list-style: none;
    }

    .footer__utility .footer__utility-links li {
        color: #0F3752;
        font-family: var(--font-sans-serif);
        font-size: 14px;
        font-style: normal;
        font-weight: 500;
        line-height: 170%;
    }

    .footer__utility .footer__utility-links li a {
        color: var(--color-black);
        text-decoration: none;
        position: relative;
        transition: color 0.3s ease;
    }

    .footer__utility .footer__utility-links li a:hover {
        color: rgba(0, 0, 0, 0.4);
    }

    .footer__utility .footer__utility-links li a::after {
        content: "";
        position: absolute;
        top: calc(50% - 6px);
        right: -8px;
        width: 1px;
        height: 12px;
        background: var(--color-black);
    }

    .footer__utility .footer__utility-links li:nth-child(3) a::after {
        display: block;
    }

    .footer__utility .footer__utility-links li:last-child a::after {
        display: none;
    }

    .footer__utility .footer__utility-links li {
        margin-right: 16px;
        margin-bottom: 0;
    }

    .footer__utility .footer__utility-links li:nth-child(3) {
        margin-right: 16px;
    }

    .footer__utility .footer__utility-links li:last-child {
        margin-right: 0;
        margin-bottom: 0;
        width: auto;
        text-align: center;
    }

    .footer__note {
        order: 2;
        margin-bottom: 0;
        margin-left: 80px;
        color: var(--color-black);
        text-align: left;
        font-family: var(--font-sans-serif);
        font-size: 14px;
        font-style: normal;
        font-weight: 500;
        line-height: 170%;
        letter-spacing: 0;
    }

    .footer .footer__copyright {
        height: 32px;
        background-color: var(--color-footer-copyright-bg);
        color: var(--color-white);
        font-family: var(--font-sans-serif);
        font-size: 12px;
        font-weight: 500;
        line-height: 170%;
        display: flex;
        align-items: center;
        justify-content: center;
    }


    /* ========================================================================
    [pc]page-header
    ========================================================================= */

    .page-header {
        margin: 0 0 80px;
        background: var(--color-baby-blue);
        padding: 100px 0 32px;
    }

    .page-header__inner {
        margin: 0 0 48px;
    }

    .page-header h1 {
        margin: 0 0 24px;
        color: var(--color-black);
        text-align: center;
        font-family: var(--font-sans-serif);
        font-size: 42px;
        font-style: normal;
        font-weight: 700;
        line-height: 170%;
    }

    .page-header .page-header__lead {
        margin: 0 auto;
        width: var(--pc-container);
        color: var(--color-black);
        text-align: center;
        font-family: var(--font-sans-serif);
        font-size: 16px;
        font-style: normal;
        font-weight: 400;
        line-height: 180%;
    }




    /* ========================================================================
    [pc]breadcrumbs
    ========================================================================= */

    .breadcrumbs {
        margin: 0 auto;
        width: var(--pc-container);
        list-style: none;
        display: flex;
        justify-content: flex-start;
        align-items: center;
    }

    .breadcrumbs li {
        list-style: none;
        color: rgba(15, 55, 82, 0.5);
        font-family: var(--font-sans-serif);
        font-size: 14px;
        font-style: normal;
        font-weight: 500;
        line-height: 170%;
        position: relative;
        padding-left: 28px;
    }

    .breadcrumbs li:first-child {
        padding-left: 0;
    }

    .breadcrumbs li:first-child::before {
        display: none;
    }

    .breadcrumbs li::before {
        content: "";
        width: 4px;
        height: 4px;
        background: #0f3752;
        position: absolute;
        left: 12px;
        top: calc(50% - 2px);
    }

    .breadcrumbs li a {
        color: #0F3752;
        text-decoration: none;
        transition: color 0.3s ease;
    }

    .breadcrumbs li a:hover {
        color: rgba(0, 0, 0, 0.4);
    }


    /* ========================================================================
    [pc]contents-nav
    ========================================================================= */
    .contents-nav {
        margin: 0 auto 100px;
        width: var(--pc-container);
        display: flex;
        justify-content: space-between;
        align-items: center;
    }

    .contents-nav li {
        flex: 1 1 0;
        width: auto;
        list-style: none;
        color: #0F3752;
        font-family: var(--font-sans-serif);
        font-size: 16px;
        font-style: normal;
        font-weight: 700;
        line-height: 170%;
    }

    .contents-nav--three li {
        width: auto;
    }

    .contents-nav li:first-child {
        border-radius: 32px 0 0 32px;
        overflow: hidden;
    }

    .contents-nav li:last-child {
        border-radius: 0 32px 32px 0;
        overflow: hidden;
    }

    .contents-nav li+li {
        margin: 0;
    }

    .contents-nav li a {
        color: #0F3752;
        text-decoration: underline;
        display: flex;
        align-items: center;
        justify-content: center;
        text-align: center;
        padding: 0 0 28px;
        height: 133px;
        background: #E1F5FA;
        position: relative;
        text-decoration: none;
    }

    .contents-nav li.is-current {
        color: rgba(15, 55, 82, 0.5);
        text-decoration: none;
        height: 133px;
        display: flex;
        align-items: center;
        justify-content: center;
        text-align: center;
        padding: 0;
        background: #E1F5FA;
    }

    .contents-nav li a::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: auto;
        bottom: 40px;
        right: calc(50% - 9.2px);
        pointer-events: none;
    }

    /* ========================================================================
    [pc]section__links
    ========================================================================= */
    .section__links {
        margin: 0 auto;
        list-style: none;
        display: flex;
        justify-content: center;
        gap: 32px;
    }

    .section__link a {
        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;
    }

    .section__link--wide a {
        width: 380px;
    }

    .section__link a:hover {
        background: #E1F5FA;
    }

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

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

    .section__link--filled a {
        display: flex;
        align-items: center;
        justify-content: center;
        margin: 0 auto;
        width: 320px;
        height: 70px;
        color: var(--color-white);
        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 #0180A3;
        background: #0180A3;
        position: relative;
        transition: all 0.3s ease;
        overflow: hidden;
    }

    .section__link--filled--wide a {
        width: 380px;
    }

    .section__link--filled a:hover {
        background: transparent;
        color: var(--color-black);
    }

    .section__link--filled a::before {
        content: "";
        width: 14px;
        height: 14px;
        background-color: #fff;
        -webkit-mask: var(--icon-external);
        -webkit-mask-repeat: no-repeat;
        -webkit-mask-position: center;
        -webkit-mask-size: 100% 100%;
        mask: var(--icon-external);
        mask-repeat: no-repeat;
        mask-position: center;
        mask-size: 100% 100%;
        position: absolute;
        top: calc(50% - 7px);
        right: 23.5px;
        pointer-events: none;
    }

    .section__link--filled a:hover::before {
        animation: arrow-loop-blue 0.5s ease forwards;
    }

    .section__links li+li {
        margin-top: 0;
    }

    @keyframes arrow-loop-blue {
        0% {
            transform: translateX(0);
            opacity: 1;
            background-color: #fff;
        }

        60% {
            transform: translateX(80px);
            opacity: 1;
            background-color: #fff;
        }

        61% {
            transform: translateX(80px);
            opacity: 0;
            background-color: #0180A3;
        }

        62% {
            transform: translateX(0);
            opacity: 0;
            background-color: #0180A3;
        }

        100% {
            transform: translateX(0);
            opacity: 1;
            background-color: #0180A3;
        }
    }

    /* ========================================================================
    [pc]main
    ========================================================================= */
    .waves {
        background: url(../img/bottom_waves.svg) no-repeat center bottom;
        background-size: 100% auto;
        padding-bottom: 120px;
    }

    /* ========================================================================
    [pc]recruit-banner
    ========================================================================= */
    .recruit-banner {
        background: url(../img/pc_bg_recruit_banner.webp) no-repeat center center;
        background-size: auto 100%;
        margin: 0 auto;
        width: 100%;
        max-width: 1512px;
        height: 400px;
        padding: 100px 0 0;
        border-radius: 50px 50px 0 0;
        overflow: hidden;
    }

    .recruit-banner h2 {
        margin: 0 0 15px;
        color: var(--color-white);
        text-align: center;
        font-family: var(--font-sans-serif);
        font-size: 20px;
        font-style: normal;
        font-weight: 700;
        line-height: 100%;
    }

    .recruit-banner .recruit-banner__eyebrow {
        margin: 0 0 48px;
        color: var(--color-white);
        text-align: center;
        font-family: var(--font-sans-serif);
        font-size: 42px;
        font-style: normal;
        font-weight: 700;
        line-height: 100%;
        letter-spacing: 2px;
    }

    .recruit-banner .recruit-banner__link {
        display: block;
        margin: 0 auto;
        width: 320px;
        height: 70px;
        background: var(--color-white);
        border-radius: 50px;
        color: var(--color-black);
        font-family: var(--font-sans-serif);
        font-size: 18px;
        font-style: normal;
        font-weight: 500;
        line-height: 180%;
        display: flex;
        align-items: center;
        justify-content: center;
        text-decoration: none;
        border: 2px solid #0E76C0;
        position: relative;
    }

    .recruit-banner .recruit-banner__link:hover {
        background: #E1F5FA;
    }

    .recruit-banner .recruit-banner__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;
    }

    /* ========================================================================
    [pc]page-top-button
    ========================================================================= */
    .page-top-button {
        width: 64px;
        height: 64px;
        background: #0F78C0;
        position: fixed;
        bottom: 32px;
        right: 32px;
        transform: translateY(8px);
    }

    .page-top-button.is-visible {
        transform: translateY(0);
    }

    .page-top-button::after {
        content: "";
        width: 20px;
        height: 11px;
        background-color: #fff;
        -webkit-mask: var(--icon-arrowhead-up);
        -webkit-mask-repeat: no-repeat;
        -webkit-mask-position: center;
        -webkit-mask-size: 100% 100%;
        mask: var(--icon-arrowhead-up);
        mask-repeat: no-repeat;
        mask-position: center;
        mask-size: 100% 100%;
        position: absolute;
        top: 26px;
        left: calc(50% - 10px);
        pointer-events: none;
    }


}









/* temp */
h1.temp_title {
    margin: 8vw 6vw 16vw;
    font-family: var(--font-sans-serif);
    font-size: calc(32 * var(--vw-unit));
    font-style: normal;
    font-weight: 700;
    line-height: 170%;
    text-align: left;
    color: #ccc;
}

@media print, screen and (min-width:768px) {
    h1.temp_title {
        margin: 60px auto 120px;
        width: var(--pc-wide-container);
        font-family: var(--font-sans-serif);
        font-size: 24px;
        text-align: left;
    }
}
