@charset "UTF-8";
/*! http://meyerweb.com/eric/tools/css/reset/
   v2.0 | 20110126
   License: none (public domain)
*/
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
    display: block
}

body {
    line-height: 1
}

ol, ul {
    list-style: none
}

blockquote, q {
    quotes: none
}

blockquote:before, blockquote:after, q:before, q:after {
    content: "";
    content: none
}

table {
    border-collapse: collapse;
    border-spacing: 0
}

*, *:before, *:after {
    box-sizing: border-box;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    line-break: strict
}

html {
    font-family: Zen Kaku Gothic New, ヒラギノ角ゴ Pro W3, sans-serif;
    scroll-padding-top: 80px
}

@media not all and (min-width: 768px) {
    html {
        scroll-padding-top: 15.3846153846vw
    }
}

html > body {
    position: relative;
    height: 100%;
    font-family: Zen Kaku Gothic New, ヒラギノ角ゴ Pro W3, sans-serif;
    color: #00517e;
    line-height: 2;
    word-break: break-all;
    background-color: #fff;
    text-align: inherit;
    text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
    font-weight: 500
}

@media print, screen and (min-width: 768px) {
    html > body {
        font-size: 15px
    }
}

@media not all and (min-width: 768px) {
    html > body {
        min-width: initial;
        font-size: 15px;
        font-size: 3.8461538462vw
    }
}

html > body.is-fixed {
    overflow: hidden;
    height: 100vh;
    overscroll-behavior: contain
}

h1, h2, h3, h4, h5, h6 {
    margin: 0
}

ul {
    margin: 0;
    padding: 0;
    list-style: none
}

a {
    color: #00517e;
    outline: none;
    text-decoration: none;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    cursor: pointer
}

@media print, screen and (min-width: 768px) {
    a.telLink {
        pointer-events: none;
        text-decoration: none !important
    }
}

a, button {
    transition: .4s;
    cursor: pointer
}

p {
    margin: 0
}

figure {
    margin: 0;
    padding: 0
}

label {
    margin: 0
}

button {
    padding: 0
}

p {
    margin: 0;
    text-align: inherit
}

input[type=text], input[type=button], input[type=email], input[type=submit], input[type=password], textarea, button {
    padding: 0;
    border: none;
    border-radius: 0;
    outline: none;
    background: none;
    -moz-appearance: none;
    appearance: none;
    -webkit-appearance: none;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    -webkit-user-select: auto;
    user-select: auto;
    font-family: Zen Kaku Gothic New, ヒラギノ角ゴ Pro W3, sans-serif
}

div.contents-ga-overflow {
    -webkit-overflow-scrolling: touch;
    overscroll-behavior-y: none
}

div.contents-ga-overflow > * {
    transform: translateZ(0)
}

*:not(.c-img) > img, svg {
    width: 100%;
    height: auto;
    vertical-align: bottom;
    font-size: 0
}

b, strong, .bold {
    font-weight: 700
}

.l-container {
    min-height: 100vh;
    padding-top: 80px;
    position: relative
}

@media not all and (min-width: 768px) {
    .l-container {
        padding-top: 15.3846153846vw
    }
}

.l-container.is-fixed {
    height: 100vh;
    overflow: hidden
}

.l-header {
    position: fixed;
    height: 80px;
    top: 0;
    left: 0;
    width: 100%;
    padding: 0 10px 0 30px;
    background-color: #00517e;
    display: flex;
    justify-content: space-between;
    align-items: center;
    z-index: 99999
}

@media not all and (min-width: 768px) {
    .l-header {
        padding: 0;
        display: block;
        height: 15.3846153846vw
    }
}

@media not all and (min-width: 768px) {
    .l-header__inner {
        position: relative;
        z-index: 10;
        width: 100%;
        height: 15.3846153846vw;
        display: flex;
        align-items: center;
        justify-content: space-between;
        padding: 0 4.6153846154vw 0 5.3846153846vw;
        background-color: #00517e
    }

    .l-header__inner:after {
        content: "";
        width: calc(100% - 12.3076923077vw);
        height: 1px;
        position: absolute;
        left: 50%;
        transform: translate(-50%);
        bottom: 0;
        background-color: #ffffff4d;
        opacity: 0;
        transition: opacity .4s
    }
}

.l-header.is-opened .l-header__inner:after {
    opacity: 1
}

.l-header-logo {
    width: 141px
}

@media screen and (min-width: 768px) and (max-width: 1440px) {
    .l-header-logo {
        width: 110px
    }
}

@media not all and (min-width: 768px) {
    .l-header-logo {
        width: 28.9743589744vw
    }
}

.l-header-trigger {
    width: 12.8205128205vw;
    height: 4.1025641026vw;
    position: relative
}

.l-header-trigger > span {
    width: 100%;
    height: 1px;
    background-color: #fff;
    position: absolute;
    top: 50%;
    left: 0;
    transition: .4s
}

.l-header-trigger > span:first-child {
    transform: translateY(-2.3076923077vw)
}

.l-header-trigger > span:last-child {
    transform: translateY(2.3076923077vw)
}

.l-header-trigger.is-opened > span:first-child {
    transform: translateY(-50%) rotate(-25deg)
}

.l-header-trigger.is-opened > span:last-child {
    transform: translateY(-50%) rotate(25deg)
}

.l-header-trigger.is-opened > span:nth-child(2) {
    opacity: 0
}

@media not all and (min-width: 768px) {
    .l-header-nav {
        position: absolute;
        padding-top: 15.3846153846vw;
        width: 100%;
        top: 0;
        left: 0;
        z-index: 1;
        background-color: #00517e;
        height: calc(var(--vh) * 100);
        overflow-y: scroll;
        overscroll-behavior: contain;
        transition: .5s;
        transform: translateY(-100%)
    }
}

.l-header-nav__inner {
    display: flex;
    align-items: center
}

@media not all and (min-width: 768px) {
    .l-header-nav__inner {
        width: 100%;
        padding: 0 6.1538461538vw 14.358974359vw;
        position: relative;
        flex-wrap: wrap;
        justify-content: space-between;
        min-height: calc(var(--vh) * 100 - 15.3846153846vw + 1px);
        align-items: flex-start
    }
}

@media not all and (min-width: 768px) {
    .l-header-nav.is-opened {
        transform: translateY(0)
    }
}

.l-header-list {
    display: flex;
    gap: 50px;
    margin-right: 50px
}

@media screen and (min-width: 768px) and (max-width: 1440px) {
    .l-header-list {
        gap: 15px;
        margin-right: 20px
    }
}

@media not all and (min-width: 768px) {
    .l-header-list {
        width: 100%;
        flex-direction: column;
        margin: 0 0 7.1794871795vw;
        gap: 0
    }
}

.l-header-list__item {
    position: relative
}

@media not all and (min-width: 768px) {
    .l-header-list__item {
        border-bottom: 1px solid rgba(255, 255, 255, .3)
    }
}

.l-header-list__item > button, .l-header-list__item > a {
    padding: 10px 0;
    display: block;
    text-align: center;
    line-height: normal
}

@media not all and (min-width: 768px) {
    .l-header-list__item > button, .l-header-list__item > a {
        width: 100%;
        padding: 6.1538461538vw 0;
        text-align: left;
        position: relative
    }
}

.l-header-list__item > button b, .l-header-list__item > a b {
    color: #b6b666;
    font-size: 15px;
    font-weight: 700;
    display: block;
    font-family: Barlow, serif
}

@media screen and (max-width: 1024px) {
    .l-header-list__item > button b, .l-header-list__item > a b {
        font-size: 12px
    }
}

@media not all and (min-width: 768px) {
    .l-header-list__item > button b, .l-header-list__item > a b {
        font-size: 5.1282051282vw
    }
}

.l-header-list__item > button span, .l-header-list__item > a span {
    display: block;
    color: #fff;
    margin-top: 3px;
    font-size: 11px;
    transition: color .4s
}

@media not all and (min-width: 768px) {
    .l-header-list__item > button span, .l-header-list__item > a span {
        font-size: 3.8461538462vw;
        margin-top: .7692307692vw
    }
}

.l-header-list__item > button .c-ico, .l-header-list__item > a .c-ico {
    display: block;
    margin: 5px auto 0
}

@media not all and (min-width: 768px) {
    .l-header-list__item > button .c-ico, .l-header-list__item > a .c-ico {
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        right: 5.1282051282vw;
        width: 2.5641025641vw
    }
}

.l-header-list__item > button .c-ico--arrow01, .l-header-list__item > a .c-ico--arrow01 {
    margin-top: 8px
}

@media not all and (min-width: 768px) {
    .l-header-list__item > button .c-ico--arrow01, .l-header-list__item > a .c-ico--arrow01 {
        margin-top: 0
    }
}

@media (hover: hover) {
    .l-header-list__item > a:hover span {
        color: #b6b666
    }
}

@media print, screen and (min-width: 768px) {
    .l-header-list__item.is-active .c-ico--plus:after {
        transform: rotate(-90deg) !important;
        opacity: 1
    }
}

@media print, screen and (min-width: 768px) {
    .l-header-list__item.is-active > button span {
        color: #b6b666
    }
}

@media not all and (min-width: 768px) {
    .l-header-list__item > button {
        padding: 0
    }
}

@media not all and (min-width: 768px) {
    .l-header-list__item.js-megamenu-trigger {
        padding: 6.1538461538vw 0
    }
}

.l-header-megamenu {
    width: 500px;
    border-radius: 10px;
    background-color: #b6b666;
    position: absolute;
    left: 50%;
    transform: translate(-50%);
    top: 70px;
    filter: drop-shadow(0px 0px 15px rgba(0, 0, 0, .2));
    padding: 45px;
    transition: .4s;
    opacity: 0;
    pointer-events: none
}

@media screen and (min-width: 768px) and (max-width: 1440px) {
    .l-header-megamenu {
        top: 65px;
        width: 430px;
        padding: 25px
    }
}

@media not all and (min-width: 768px) {
    .l-header-megamenu {
        opacity: 1;
        width: 100%;
        border-radius: 0;
        background-color: transparent;
        filter: none;
        position: relative;
        top: 0;
        left: 0;
        transform: translate(0);
        padding: 0;
        max-height: 0;
        will-change: max-height;
        backface-visibility: hidden;
        overflow: hidden;
        box-sizing: content-box
    }
}

.l-header-megamenu:before {
    content: "";
    width: 29px;
    height: 37px;
    border-radius: 19px;
    background-color: #b6b666;
    position: absolute;
    left: 50%;
    transform: translate(-50%);
    top: -19px;
    z-index: 1
}

@media not all and (min-width: 768px) {
    .l-header-megamenu:before {
        content: none
    }
}

.l-header-megamenu__ico.c-ico--plus {
    position: absolute;
    left: 50%;
    transform: translate(-50%);
    top: -12px;
    z-index: 3
}

.l-header-megamenu__ico.c-ico--plus:before, .l-header-megamenu__ico.c-ico--plus:after {
    background-color: #00517e
}

@media not all and (min-width: 768px) {
    .l-header-megamenu__ico.c-ico--plus {
        display: none
    }
}

.l-header-megamenu__inner {
    display: flex;
    align-items: center;
    justify-content: space-between
}

@media not all and (min-width: 768px) {
    .l-header-megamenu__inner {
        flex-direction: column;
        opacity: 0;
        transition: opacity .4s
    }
}

.l-header-megamenu.is-active {
    opacity: 1;
    pointer-events: visible
}

@media print, screen and (min-width: 768px) {
    .l-header-megamenu.is-active .c-ico--plus:after {
        transform: rotate(-90deg) !important;
        opacity: 1
    }
}

@media not all and (min-width: 768px) {
    .l-header-megamenu.is-active {
        padding-top: 5.1282051282vw
    }

    .l-header-megamenu.is-active .l-header-megamenu__inner {
        opacity: 1
    }
}

.l-header-megamenu__ttl a {
    color: #00517e;
    font-weight: 700;
    font-family: Barlow, serif;
    font-size: 27px;
    line-height: 1
}

.l-header-megamenu__ttl a span {
    display: block;
    font-family: Zen Kaku Gothic New, ヒラギノ角ゴ Pro W3, sans-serif;
    color: #fff;
    font-size: 16px;
    font-weight: 500;
    line-height: 1.25;
    margin-top: 9px;
    transition: color .4s
}

.l-header-megamenu__ttl a .c-ico--arrow01 {
    display: flex;
    width: 24px;
    background-color: #00517e;
    border-radius: 50%;
    margin-top: 18px;
    align-items: center;
    justify-content: center
}

.l-header-megamenu__ttl a .c-ico--arrow01 svg {
    width: 11px
}

@media (hover: hover) {
    .l-header-megamenu__ttl a:hover span {
        color: #00517e
    }
}

.l-header-megamenu__list {
    padding: 15px 0 15px 48px;
    border-left: 1px solid rgba(0, 81, 126, .5)
}

@media screen and (min-width: 768px) and (max-width: 1440px) {
    .l-header-megamenu__list {
        padding: 15px 0 15px 28px
    }
}

@media not all and (min-width: 768px) {
    .l-header-megamenu__list {
        padding: 0;
        border: none;
        width: 100%
    }
}

.l-header-megamenu__list li a {
    display: flex;
    align-items: center;
    flex-direction: row-reverse;
    justify-content: flex-end;
    line-height: 2.5;
    font-size: 14px;
    font-weight: 500;
    gap: 10px
}

@media not all and (min-width: 768px) {
    .l-header-megamenu__list li a {
        flex-direction: row;
        justify-content: space-between;
        color: #fff;
        width: 100%;
        gap: 3.0769230769vw;
        padding-right: 5.1282051282vw
    }
}

.l-header-megamenu__list li a .c-ico svg {
    fill: #00517e
}

@media not all and (min-width: 768px) {
    .l-header-megamenu__list li a .c-ico svg {
        width: 2.5641025641vw;
        fill: #b6b666
    }
}

@media (hover: hover) {
    .l-header-megamenu__list li a:hover {
        color: #fff
    }

    .l-header-megamenu__list li a:hover .c-ico svg {
        fill: #fff
    }
}

@media print, screen and (min-width: 768px) {
    .l-header-megamenu__list li.line2 {
        margin-top: 5px
    }

    .l-header-megamenu__list li.line2 a {
        line-height: 1.3
    }
}

.l-header-btn {
    width: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #b6b666;
    color: #00517e;
    font-size: 11px;
    font-weight: 700;
    height: 60px;
    border-radius: 5px
}

@media screen and (min-width: 768px) and (max-width: 1440px) {
    .l-header-btn {
        width: 80px
    }
}

@media not all and (min-width: 768px) {
    .l-header-btn {
        width: 41.0256410256vw;
        height: 17.9487179487vw;
        font-size: 3.5897435897vw;
        border-radius: 1.2820512821vw
    }
}

@media print, screen and (min-width: 768px) {
    .l-header-btn + .l-header-btn {
        margin-left: 10px
    }
}

@media (hover: hover) {
    .l-header-btn:hover {
        background-color: #003857;
        color: #b6b666
    }
}

.l-header-global {
    margin-left: 10px;
    position: relative
}

@media not all and (min-width: 768px) {
    .l-header-global {
        margin: 5.1282051282vw 0 0;
        width: 100%;
        background-color: #003857;
        border-radius: 1.2820512821vw
    }
}

.l-header-global__btn {
    width: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 60px;
    border-radius: 5px;
    background-color: #003857;
    color: #b6b666;
    font-weight: 700;
    font-size: 11px;
    position: relative
}

@media not all and (min-width: 768px) {
    .l-header-global__btn {
        width: 100%;
        height: auto;
        padding: 5.1282051282vw 6.1538461538vw;
        background-color: transparent;
        justify-content: flex-start;
        text-align: left;
        font-size: 3.5897435897vw
    }
}

@media not all and (min-width: 768px) {
    .l-header-global__btn span {
        width: 100%;
        display: block;
        position: relative
    }
}

.l-header-global__btn span .c-ico {
    width: 12px;
    display: inline-block;
    margin-right: 3px;
    position: relative;
    top: -1px
}

@media not all and (min-width: 768px) {
    .l-header-global__btn span .c-ico {
        width: 4.6153846154vw;
        margin-right: 2.0512820513vw;
        top: -.2564102564vw
    }
}

.l-header-global__btn > .c-ico {
    position: absolute;
    left: 50%;
    transform: translate(-50%);
    bottom: 7px
}

@media not all and (min-width: 768px) {
    .l-header-global__btn > .c-ico {
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        bottom: auto;
        left: auto;
        right: 6.1538461538vw;
        width: 2.5641025641vw
    }
}

@media (hover: hover) {
    .l-header-global__btn:hover {
        background-color: #b6b666;
        color: #00517e
    }

    .l-header-global__btn:hover span .c-ico svg {
        fill: #00517e
    }

    .l-header-global__btn:hover .c-ico--plus:before, .l-header-global__btn:hover .c-ico--plus:after {
        background-color: #00517e
    }
}

@media not all and (min-width: 768px) {
    .l-header-global__list {
        max-height: 0;
        overflow: hidden;
        padding: 0 6.1538461538vw;
        opacity: 0;
        transition: .4s;
        box-sizing: content-box
    }
}

@media print, screen and (min-width: 768px) {
    .l-header-global__list {
        width: 140px;
        position: absolute;
        border-radius: 10px;
        background-color: #003857;
        top: 65px;
        right: 4px;
        padding: 38px 0;
        filter: drop-shadow(0px 0px 15px rgba(0, 0, 0, .2));
        display: flex;
        justify-content: center;
        align-items: center;
        transition: .4s;
        opacity: 0;
        pointer-events: none
    }

    .l-header-global__list:before {
        content: "";
        width: 29px;
        height: 37px;
        border-radius: 19px;
        background-color: #003857;
        position: absolute;
        right: 33px;
        top: -25px;
        z-index: 1
    }

    @media not all and (min-width: 768px) {
        .l-header-global__list:before {
            content: none
        }
    }
}

.l-header-global__list .c-ico--plus {
    position: absolute;
    right: 42px;
    left: auto;
    transform: translate(0);
    top: -18px;
    z-index: 3
}

.l-header-global__list .c-ico--plus:before, .l-header-global__list .c-ico--plus:after {
    background-color: #b6b666
}

@media not all and (min-width: 768px) {
    .l-header-global__list .c-ico--plus {
        display: none
    }
}

@media not all and (min-width: 768px) {
    .l-header-global__list ul {
        display: flex
    }
}

@media print, screen and (min-width: 768px) {
    .l-header-global__list li + li {
        margin-top: 10px
    }
}

.l-header-global__list li a {
    font-size: 14px;
    color: #b6b666
}

@media not all and (min-width: 768px) {
    .l-header-global__list li a {
        color: #fff;
        font-size: 3.8461538462vw
    }
}

.l-header-global__list li a .c-ico {
    width: 17px;
    margin-left: 7px;
    position: relative;
    top: -3px
}

@media not all and (min-width: 768px) {
    .l-header-global__list li a .c-ico {
        width: 5.641025641vw;
        margin: 0 0 0 2.0512820513vw;
        top: -.7692307692vw
    }
}

@media (hover: hover) {
    .l-header-global__list li a:hover {
        color: #fff
    }

    .l-header-global__list li a:hover .c-ico svg {
        fill: #fff
    }
}

@media not all and (min-width: 768px) {
    .l-header-global__list li:first-child a {
        padding-right: 9.7435897436vw
    }
}

.l-header-global__list li:nth-child(2) {
    position: relative
}

@media not all and (min-width: 768px) {
    .l-header-global__list li:nth-child(2):before {
        content: "";
        width: 1px;
        height: 4.6153846154vw;
        position: absolute;
        top: 2.0512820513vw;
        left: 0;
        background: #ffffff4d
    }
}

@media not all and (min-width: 768px) {
    .l-header-global__list li:nth-child(2) a {
        padding-left: 9.7435897436vw
    }
}

@media print, screen and (min-width: 768px) {
    .l-header-global__list.is-active {
        opacity: 1;
        pointer-events: visible
    }
}

@media not all and (min-width: 768px) {
    .l-header-global__list.is-active {
        padding-bottom: 5.1282051282vw;
        opacity: 1
    }
}

@media print, screen and (min-width: 768px) {
    .l-header-global.is-active .c-ico--plus:after {
        transform: rotate(-90deg) !important;
        opacity: 1
    }

    .l-header-global.is-active .l-header-global__btn {
        background-color: #b6b666;
        color: #00517e
    }

    .l-header-global.is-active .l-header-global__btn span .c-ico svg {
        fill: #00517e
    }
}

.l-header-links {
    margin-top: 7.1794871795vw;
    width: 100%;
    border-top: 1px solid rgba(255, 255, 255, .3)
}

.l-header-links__item {
    border-bottom: 1px solid rgba(255, 255, 255, .3)
}

.l-header-links__item a {
    display: flex;
    align-items: center;
    width: 100%;
    color: #fff;
    font-weight: 700;
    line-height: 1.6;
    padding: 1.5384615385vw 0
}

.l-header-links__item a > .c-ico {
    width: 20.5128205128vw
}

.l-header-links__item a > .c-ico svg {
    fill: #b6b666
}

.l-header-links__item a > .c-ico--japan svg {
    width: 12.8205128205vw
}

.l-header-links__item a > .c-ico--global svg {
    width: 11.7948717949vw
}

.l-header-links__item a > .c-ico--bequest svg {
    width: 13.3333333333vw
}

.l-header-links__item a span .c-ico--blank {
    width: 3.0769230769vw;
    position: relative;
    margin-left: 2.0512820513vw;
    top: -.5128205128vw
}

.l-header-links__item a span .c-ico--blank svg {
    fill: #fff
}

.l-header-externals {
    width: 100%;
    margin-top: 8.2051282051vw
}

@media print, screen and (min-width: 768px) {
    .l-header-externals {
        display: none
    }
}

.l-header-externals li + li {
    margin-top: 3.0769230769vw
}

.l-header-externals li a {
    display: flex;
    height: 14.8717948718vw;
    justify-content: center;
    align-items: center;
    font-size: 4.1025641026vw;
    border: 1px solid rgba(255, 255, 255, .2);
    color: #fff
}

.l-header-sns {
    width: 100%;
    margin-top: 8.2051282051vw;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10.2564102564vw
}

@media print, screen and (min-width: 768px) {
    .l-header-sns {
        display: none
    }
}

.l-header-sns li:first-child {
    width: 11.5384615385vw
}

.l-header-sns li:nth-child(2) {
    width: 8.7179487179vw
}

.l-main {
    overflow: clip;
    position: relative;
    background-color: #fff
}

.l-inner {
    max-width: 1440px;
    padding: 0 96px;
    margin: 0 auto
}

@media not all and (min-width: 768px) {
    .l-inner {
        padding: 0 6.1538461538vw
    }
}

.l-inner--lg {
    max-width: 1440px
}

.l-footer {
    background-color: #00517e;
    padding: 56px 0 42px
}

@media not all and (min-width: 768px) {
    .l-footer {
        padding: 11.7948717949vw 0 5.1282051282vw
    }
}

.l-footer .l-inner {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between
}

@media screen and (min-width: 768px) and (max-width: 1440px) {
    .l-footer .l-inner {
        flex-direction: column
    }
}

@media not all and (min-width: 768px) {
    .l-footer .l-inner {
        flex-direction: column
    }
}

.l-footer-lt {
    width: 294px
}

@media screen and (min-width: 768px) and (max-width: 1440px) {
    .l-footer-lt {
        width: 100%;
        display: flex;
        align-items: center
    }
}

@media not all and (min-width: 768px) {
    .l-footer-lt {
        width: 100%;
        flex-direction: column
    }
}

.l-footer-lt__logo {
    width: 229px
}

@media not all and (min-width: 768px) {
    .l-footer-lt__logo {
        width: 58.7179487179vw;
        margin: 0 auto
    }
}

.l-footer-lt__txt {
    font-size: 13px;
    margin-top: 44px;
    color: #f0f0f0
}

@media screen and (min-width: 768px) and (max-width: 1440px) {
    .l-footer-lt__txt {
        margin: 0 0 0 40px
    }
}

@media not all and (min-width: 768px) {
    .l-footer-lt__txt {
        font-size: 3.3333333333vw;
        margin: 6.6666666667vw 0 0;
        text-align: center
    }
}

.l-footer-lt__txt a {
    color: #f0f0f0
}

@media (hover: hover) {
    .l-footer-lt__txt a:hover {
        text-decoration: underline
    }
}

.l-footer-sns {
    margin-top: 32px;
    display: flex;
    gap: 28px
}

@media screen and (min-width: 768px) and (max-width: 1440px) {
    .l-footer-sns {
        margin: 0 0 0 40px
    }
}

@media not all and (min-width: 768px) {
    .l-footer-sns {
        margin: 5.1282051282vw 0 0;
        justify-content: center;
        gap: 7.1794871795vw
    }
}

.l-footer-sns li:first-child {
    width: 32px
}

@media not all and (min-width: 768px) {
    .l-footer-sns li:first-child {
        width: 8.2051282051vw
    }
}

.l-footer-sns li:nth-child(2) {
    width: 24px
}

@media not all and (min-width: 768px) {
    .l-footer-sns li:nth-child(2) {
        width: 6.1538461538vw
    }
}

@media (hover: hover) {
    .l-footer-sns li a:hover {
        opacity: .5
    }
}

.l-footer-nav {
    width: calc(100% - 306px);
    display: flex;
    justify-content: flex-end;
    gap: 5.4910242872%
}

@media screen and (min-width: 768px) and (max-width: 1440px) {
    .l-footer-nav {
        width: 100%;
        justify-content: flex-start;
        margin-top: 30px
    }
}

@media screen and (max-width: 1024px) {
    .l-footer-nav {
        gap: 30px
    }
}

@media not all and (min-width: 768px) {
    .l-footer-nav {
        display: none
    }
}

.l-footer-nav a {
    color: #fff
}

@media (hover: hover) {
    .l-footer-nav a:hover {
        color: #b6b666
    }
}

.l-footer-nav__link > a {
    font-size: 16px;
    display: flex;
    align-items: center;
    font-weight: 700;
    line-height: normal
}

@media screen and (max-width: 1024px) {
    .l-footer-nav__link > a {
        font-size: 14px
    }
}

.l-footer-nav__link > a .c-ico--arrow01 {
    background-color: #b6b666;
    width: 24px;
    display: flex;
    border-radius: 50%;
    align-items: center;
    justify-content: center;
    margin-left: 11px
}

.l-footer-nav__link > a .c-ico--arrow01 svg {
    width: 11px;
    fill: #1e1e1e
}

.l-footer-nav__link + .l-footer-nav__link {
    margin-top: 24px
}

.l-footer-nav__link ul li {
    line-height: 2.5
}

@media screen and (max-width: 1024px) {
    .l-footer-nav__link ul li {
        line-height: normal
    }

    .l-footer-nav__link ul li + li {
        margin-top: 1em
    }
}

.l-footer-nav__link ul li a {
    font-size: 14px;
    display: flex;
    align-items: center
}

@media screen and (max-width: 1024px) {
    .l-footer-nav__link ul li a {
        font-size: 12px
    }
}

.l-footer-nav__link ul li a .c-ico--arrow01 {
    margin-right: 10px
}

.l-footer-nav__link ul li a .c-ico--arrow01 svg {
    fill: #fff
}

@media (hover: hover) {
    .l-footer-nav__link ul li a:hover .c-ico--arrow01 svg {
        fill: #b6b666
    }
}

.l-footer-nav__link ul li a[target=_blank] span:after {
    content: "";
    display: block;
    width: 12px;
    height: 12px;
    background: url(/assets/images/common/ico_blank.svg) 0 0/100% no-repeat;
    display: inline-block;
    margin-left: 9px
}

@media not all and (min-width: 768px) {
    .l-footer-nav__link ul li a[target=_blank] span:after {
        width: 3.0769230769vw;
        height: 3.0769230769vw;
        margin-right: 2.3076923077vw
    }
}

@media (hover: hover) {
    .l-footer-nav__link ul li a[target=_blank]:hover span:after {
        background-image: url(/assets/images/common/ico_blank_s.svg)
    }
}

@media print, screen and (min-width: 768px) {
    .l-footer-nav__link ul li.line2 {
        margin-top: 5px
    }

    .l-footer-nav__link ul li.line2 a {
        line-height: 1.3
    }
}

.l-footer-nav__link > a + ul {
    margin-top: 12px
}

.l-footer-nav__btn {
    width: 100%;
    height: 48px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 14px;
    border: 1px solid rgba(255, 255, 255, .2)
}

@media screen and (max-width: 1024px) {
    .l-footer-nav__btn {
        font-size: 12px
    }
}

.l-footer-nav__btn + .l-footer-nav__btn {
    margin-top: 12px
}

@media (hover: hover) {
    .l-footer-nav__btn:hover {
        background-color: #fff;
        color: #00517e !important
    }
}

.l-footer-nav .l-footer-nav__link + .l-footer-nav__btn {
    margin-top: 30px
}

.l-footer-copyright {
    width: 100%;
    display: block;
    text-align: right;
    margin-top: 20px;
    color: #fff;
    opacity: .5;
    font-size: 13px
}

@media not all and (min-width: 768px) {
    .l-footer-copyright {
        text-align: center;
        margin-top: 4.6153846154vw;
        font-size: 3.3333333333vw;
        line-height: 2.2
    }
}

.l-lower {
    padding-top: 32px;
    padding-bottom: 100px
}

@media not all and (min-width: 768px) {
    .l-lower {
        padding-top: 6.1538461538vw;
        padding-bottom: 15.3846153846vw
    }
}

.l-lower--column2 {
    display: grid;
    grid-template-columns:294px auto;
    gap: 80px;
    position: relative
}

@media screen and (max-width: 1024px) {
    .l-lower--column2 {
        grid-template-columns:1fr;
        gap: 15.3846153846vw
    }
}

@media screen and (max-width: 1024px) {
    .l-lower__contents {
        grid-row: 1
    }
}

.l-lower__ttl {
    font-size: 17px;
    font-weight: 700;
    line-height: 1.4;
    padding-bottom: 26px;
    position: relative;
    margin-bottom: 26px
}

@media not all and (min-width: 768px) {
    .l-lower__ttl {
        font-size: 4.358974359vw;
        padding-bottom: 6.4102564103vw;
        margin-bottom: 6.4102564103vw
    }
}

.l-lower__ttl:after {
    content: "";
    width: 133px;
    height: 4px;
    background-color: #00517e;
    position: absolute;
    left: 0;
    bottom: 0
}

@media not all and (min-width: 768px) {
    .l-lower__ttl:after {
        width: 34.1025641026vw;
        height: 1.0256410256vw
    }
}

.l-side {
    background-color: #fafafa;
    padding-bottom: 24px;
    border-radius: 5px
}

@media print, screen and (min-width: 768px) {
    .l-side {
        position: sticky;
        top: 152px
    }
}

@media screen and (max-width: 1024px) {
    .l-side {
        grid-row: 3;
        position: relative;
        top: 0
    }
}

@media not all and (min-width: 768px) {
    .l-side {
        padding-bottom: 5.641025641vw;
        border-radius: 1.2820512821vw
    }
}

.l-side__ttl {
    border-radius: 5px 5px 0 0;
    background-color: #00517e;
    padding: 20px 0 22px;
    text-align: center;
    color: #fff;
    font-size: 18px;
    font-weight: 700;
    line-height: 1.33
}

@media not all and (min-width: 768px) {
    .l-side__ttl {
        border-radius: 1.2820512821vw 1.2820512821vw 0 0;
        padding: 4.1025641026vw 0;
        font-size: 4.6153846154vw
    }
}

.l-side__ttl span {
    display: block;
    font-size: 15px;
    font-family: Barlow, serif;
    margin-bottom: 4px;
    color: #b6b666
}

@media not all and (min-width: 768px) {
    .l-side__ttl span {
        font-size: 3.8461538462vw;
        margin-bottom: 1.0256410256vw
    }
}

.l-side__link {
    margin: 0 32px;
    height: 67px;
    display: flex;
    align-items: center;
    border-bottom: 1px solid rgba(0, 81, 126, .3);
    font-size: 15px;
    font-weight: 700
}

@media not all and (min-width: 768px) {
    .l-side__link {
        margin: 0 8.2051282051vw;
        font-size: 3.5897435897vw
    }
}

.l-side__link .c-ico {
    width: 24px;
    background-color: #00517e;
    border-radius: 50%;
    transform: rotate(-180deg);
    margin-right: 12px;
    transition: .4s
}

@media not all and (min-width: 768px) {
    .l-side__link .c-ico {
        width: 6.1538461538vw;
        margin-right: 3.0769230769vw
    }
}

.l-side__link .c-ico svg {
    width: 10px;
    fill: #fff
}

@media not all and (min-width: 768px) {
    .l-side__link .c-ico svg {
        width: 2.5641025641vw
    }
}

@media (hover: hover) {
    .l-side__link:hover {
        color: #b6b666
    }

    .l-side__link:hover .c-ico {
        background-color: #b6b666
    }

    .l-side__link:hover .c-ico svg {
        fill: #00517e
    }
}

.l-side__list {
    margin: 10px 32px 0
}

.l-side__list li a {
    display: flex;
    height: 44px;
    align-items: center;
    justify-content: space-between;
    font-size: 15px;
    font-weight: 700;
    line-height: 1.3
}

@media not all and (min-width: 768px) {
    .l-side__list li a {
        height: 10.2564102564vw;
        font-size: 3.5897435897vw
    }
}

.l-side__list li a .c-ico svg {
    fill: #00517e
}

.l-side__list li a span .c-ico--blank {
    margin-left: 9px;
    top: -2px
}

@media not all and (min-width: 768px) {
    .l-side__list li a span .c-ico--blank {
        margin-left: 2.3076923077vw;
        top: -.5128205128vw
    }
}

.l-side__list li a.is-active {
    color: #b6b666;
    pointer-events: none
}

.l-side__list li a.is-active .c-ico svg {
    fill: #b6b666
}

@media (hover: hover) {
    .l-side__list li a:hover {
        color: #b6b666
    }

    .l-side__list li a:hover .c-ico svg {
        fill: #b6b666
    }
}

.l-conversion {
    background: url(/assets/images/common/conversion_bg.png) repeat;
    padding: 62px 0 64px
}

@media not all and (min-width: 768px) {
    .l-conversion {
        background-size: 27.1794871795vw;
        padding: 10.2564102564vw 0 12.8205128205vw
    }
}

.l-conversion-top {
    display: flex;
    justify-content: space-between
}

@media screen and (max-width: 1024px) {
    .l-conversion-top {
        flex-direction: column
    }
}

.l-conversion-top__ttl {
    width: 47.4151857835%
}

@media screen and (max-width: 1024px) {
    .l-conversion-top__ttl {
        width: 60%
    }
}

@media not all and (min-width: 768px) {
    .l-conversion-top__ttl {
        width: 86.1538461538vw;
        margin: 0 auto
    }
}

.l-conversion-top__lead {
    width: 45.3150242326%;
    color: #fff
}

@media screen and (max-width: 1024px) {
    .l-conversion-top__lead {
        width: 100%;
        margin-top: 40px
    }
}

@media not all and (min-width: 768px) {
    .l-conversion-top__lead {
        margin-top: 5.1282051282vw;
        text-align: center
    }
}

.l-conversion-top__lead dt {
    font-size: 38px;
    font-weight: 700;
    line-height: .8
}

@media not all and (min-width: 768px) {
    .l-conversion-top__lead dt {
        font-size: 8.2051282051vw;
        line-height: 1.4
    }
}

.l-conversion-top__lead dt span {
    font-family: Barlow, serif
}

.l-conversion-top__lead dd {
    margin-top: 37px;
    line-height: 2.1;
    font-size: 17px;
    font-weight: 500
}

@media not all and (min-width: 768px) {
    .l-conversion-top__lead dd {
        margin-top: 3.8461538462vw;
        font-size: 3.8461538462vw
    }
}

.l-conversion-btns {
    display: grid;
    grid-template-columns:1fr 1fr 1fr;
    max-width: 1130px;
    width: 100%;
    margin: 54px auto 0;
    gap: 40px
}

@media screen and (max-width: 1024px) {
    .l-conversion-btns {
        gap: 20px
    }
}

@media not all and (min-width: 768px) {
    .l-conversion-btns {
        grid-template-columns:1fr;
        gap: 3.0769230769vw;
        margin-top: 9.2307692308vw
    }
}

.l-conversion-btns__btn {
    display: flex;
    align-items: center;
    height: 114px;
    box-shadow: 0 0 34px #0000003d;
    background-color: #fff6;
    border-radius: 10px;
    gap: 15px;
    justify-content: center;
    padding: 0 15px
}

@media not all and (min-width: 768px) {
    .l-conversion-btns__btn {
        flex-direction: row;
        justify-content: flex-start;
        padding: 0 5.1282051282vw;
        height: 25.641025641vw;
        align-items: center;
        text-align: left;
        box-shadow: 0 0 34px #00000029;
        border-radius: 2.5641025641vw;
        gap: 3.3333333333vw
    }
}

.l-conversion-btns__btn > .c-ico {
    aspect-ratio: auto;
    height: 51px
}

@media not all and (min-width: 768px) {
    .l-conversion-btns__btn > .c-ico {
        width: 13.3333333333vw !important;
        aspect-ratio: 1/1;
        margin: 0
    }
}

.l-conversion-btns__btn > .c-ico--japan {
    width: 50px
}

@media not all and (min-width: 768px) {
    .l-conversion-btns__btn > .c-ico--japan svg {
        width: 12.8205128205vw
    }
}

.l-conversion-btns__btn > .c-ico--global {
    width: 46px
}

@media not all and (min-width: 768px) {
    .l-conversion-btns__btn > .c-ico--global svg {
        width: 11.7948717949vw
    }
}

.l-conversion-btns__btn > .c-ico--bequest {
    width: 52px
}

@media not all and (min-width: 768px) {
    .l-conversion-btns__btn > .c-ico--bequest svg {
        width: 13.3333333333vw
    }
}

.l-conversion-btns__btn > .c-ico svg {
    fill: #00517e
}

.l-conversion-btns__btn span {
    color: #00517e;
    line-height: 1.6;
    font-weight: 700;
    font-size: 15px
}

@media screen and (max-width: 1024px) {
    .l-conversion-btns__btn span {
        gap: 20px;
        font-size: 14px;
        width: 100%
    }
}

@media not all and (min-width: 768px) {
    .l-conversion-btns__btn span {
        width: auto;
        font-size: 3.5897435897vw
    }
}

.l-conversion-btns__btn span .c-ico--blank {
    width: 12px;
    margin-left: 3px;
    position: relative;
    top: -2px
}

.l-conversion-btns__btn span .c-ico--blank svg {
    fill: #00517e
}

@media not all and (min-width: 768px) {
    .l-conversion-btns__btn span .c-ico--blank {
        display: inline-block;
        width: 3.0769230769vw;
        margin: 0 0 0 2.0512820513vw;
        position: relative;
        top: -.2564102564vw
    }
}

@media (hover: hover) {
    .l-conversion-btns__btn:hover {
        background-color: #fffc
    }
}

.l-fixed-btns {
    position: fixed;
    top: 172px;
    right: 0;
    z-index: 999;
    transition: opacity .4s
}

@media not all and (min-width: 768px) {
    .l-fixed-btns {
        top: auto;
        bottom: 0;
        width: 100%;
        display: grid;
        grid-template-columns:repeat(3, 1fr)
    }
}

.l-fixed-btns.is-hidden {
    opacity: 0;
    pointer-events: none
}

.l-fixed-btns__btn {
    width: 65px;
    height: 174px;
    background-color: #b6b666;
    border-radius: 5px 0 0 5px;
    color: #00517e;
    display: flex;
    flex-direction: column;
    align-items: center;
    position: relative;
    padding: 15px 0 12px;
    min-height: 160px
}

@media not all and (min-width: 768px) {
    .l-fixed-btns__btn {
        width: 100%;
        padding: 2.5641025641vw 5.1282051282vw;
        flex-direction: row;
        height: 16.4102564103vw;
        border-radius: 0;
        min-height: auto;
        text-align: center;
        justify-content: center;
        align-items: center
    }
}

@media print, screen and (min-width: 768px) {
    .l-fixed-btns__btn + .l-fixed-btns__btn {
        margin-top: 8px
    }
}

@media not all and (min-width: 768px) {
    .l-fixed-btns__btn + .l-fixed-btns__btn:before {
        content: "";
        width: 1px;
        height: 12.3076923077vw;
        background-color: #ffffff4d;
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        left: 0
    }
}

.l-fixed-btns__btn .c-ico:first-child {
    width: 30px;
    margin: 0 auto
}

.l-fixed-btns__btn .c-ico:first-child svg {
    fill: #00517e
}

@media not all and (min-width: 768px) {
    .l-fixed-btns__btn .c-ico:first-child {
        display: none
    }
}

.l-fixed-btns__btn .c-ico--japan svg {
    width: 25px
}

.l-fixed-btns__btn .c-ico--global svg {
    width: 26px
}

.l-fixed-btns__btn .c-ico--bequest svg {
    width: 30px
}

.l-fixed-btns__btn span {
    writing-mode: vertical-rl;
    line-height: 1.2;
    display: inline-block;
    font-weight: 700;
    font-size: 14px;
    margin: 6px 0 0 2px;
    white-space: nowrap
}

@media not all and (min-width: 768px) {
    .l-fixed-btns__btn span {
        writing-mode: horizontal-tb;
        margin: 0;
        font-size: 2.5641025641vw;
        line-height: 1.4
    }
}

.l-fixed-btns__btn .c-ico--blank {
    width: 10px;
    position: absolute;
    bottom: 8px;
    right: 8px
}

@media not all and (min-width: 768px) {
    .l-fixed-btns__btn .c-ico--blank {
        position: relative;
        bottom: auto;
        right: 0;
        width: 2.5641025641vw;
        display: inline-block;
        margin-left: .7692307692vw
    }
}

.l-fixed-btns__btn .c-ico--blank svg {
    fill: #00517e
}

@media (hover: hover) {
    .l-fixed-btns__btn:hover {
        background-color: #00517e;
        color: #fff
    }

    .l-fixed-btns__btn:hover .c-ico svg {
        fill: #fff
    }
}

.c-ico {
    aspect-ratio: 1/1;
    display: inline-block;
    vertical-align: middle;
    font-style: normal;
    position: relative;
    overflow: hidden;
    width: 10px
}

@media not all and (min-width: 768px) {
    .c-ico {
        width: 2.5641025641vw
    }
}

.c-ico svg {
    display: block;
    width: 100%;
    height: auto;
    transition: .4s;
    fill: #b6b666;
    aspect-ratio: 1/1;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%)
}

.c-ico--arrow01 svg {
    aspect-ratio: 10.5/7.4
}

.c-ico--plus {
    position: relative
}

.c-ico--plus:before, .c-ico--plus:after {
    content: "";
    width: 100%;
    height: 2px;
    background-color: #b6b666;
    position: absolute;
    top: 50%;
    margin-top: -1px;
    left: 0;
    transition: .4s
}

.c-ico--plus:after {
    transform: rotate(-90deg)
}

.is-active .c-ico--plus:after {
    transform: rotate(0);
    opacity: 0
}

.c-ico--japan svg {
    aspect-ratio: 50/51
}

.c-ico--global svg {
    aspect-ratio: 46/45
}

.c-ico--bequest svg {
    aspect-ratio: 52/41
}

.c-breadcrumb {
    height: 40px;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    padding: 0 16px
}

@media not all and (min-width: 768px) {
    .c-breadcrumb {
        display: none
    }
}

.c-breadcrumb li {
    font-size: 12px;
    color: #141414
}

.c-breadcrumb li + li {
    display: flex;
    align-items: center
}

.c-breadcrumb li + li:before {
    content: "";
    width: 22px;
    aspect-ratio: 1/1;
    background: url(/assets/images/common/ico_arrow_breadcrumb.svg) 0 0/100% no-repeat;
    display: block
}

.c-breadcrumb li a {
    color: #8c8c8c
}

@media (hover: hover) {
    .c-breadcrumb li a:hover {
        text-decoration: underline
    }
}

.c-ttl {
    font-weight: 700
}

.c-ttl--primary {
    color: #00517e;
    font-size: 68px;
    line-height: 1.4;
    margin-bottom: 40px
}

@media not all and (min-width: 768px) {
    .c-ttl--primary {
        font-size: 10.2564102564vw;
        margin-bottom: 8.2051282051vw;
        line-height: 1.3
    }
}

.c-ttl--primary span {
    display: block;
    color: #b6b666;
    font-size: 38px;
    font-family: Barlow, serif
}

@media not all and (min-width: 768px) {
    .c-ttl--primary span {
        font-size: 6.6666666667vw;
        line-height: 1.4
    }
}

.c-ttl--secondary {
    font-size: 32px;
    line-height: 1.6;
    color: #00517e;
    margin-bottom: 32px
}

@media not all and (min-width: 768px) {
    .c-ttl--secondary {
        font-size: 6.1538461538vw;
        margin-bottom: 5.1282051282vw
    }
}

.c-ttl--tertiary {
    font-size: 26px;
    color: #00517e;
    margin-bottom: 32px;
    padding-left: 18px;
    position: relative
}

@media not all and (min-width: 768px) {
    .c-ttl--tertiary {
        font-size: 5.1282051282vw;
        margin-bottom: 6.1538461538vw;
        padding-left: 4.6153846154vw;
        line-height: 1.6
    }
}

.c-ttl--tertiary:before {
    content: "";
    width: 5px;
    height: calc(100% - 26px);
    background-color: #00517e;
    position: absolute;
    left: 0;
    top: 13px
}

@media not all and (min-width: 768px) {
    .c-ttl--tertiary:before {
        width: 1.2820512821vw;
        height: calc(100% - 1.0256410256vw);
        top: .5128205128vw
    }
}

.c-ttl--quaternary {
    font-size: 22px;
    font-weight: 700;
    line-height: 1.6;
    margin-bottom: 32px
}

@media not all and (min-width: 768px) {
    .c-ttl--quaternary {
        font-size: 4.6153846154vw;
        margin-bottom: 5.1282051282vw
    }
}

.c-ttl-sub {
    display: flex;
    align-items: center;
    white-space: nowrap;
    color: #a5becb;
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 20px;
    line-height: 2.16
}

@media not all and (min-width: 768px) {
    .c-ttl-sub {
        font-size: 5.1282051282vw;
        margin-bottom: 4.1025641026vw;
        line-height: 2.6
    }
}

.c-ttl-sub:before, .c-ttl-sub:after {
    content: "";
    width: 100%;
    height: 1px;
    background-color: #00517e4d;
    display: inline-block
}

.c-ttl-sub span {
    margin: 0 15px;
    display: inline-block
}

@media not all and (min-width: 768px) {
    .c-ttl-sub span {
        margin: 0 3.8461538462vw
    }
}

.c-text {
    font-size: 16px
}

@media not all and (min-width: 768px) {
    .c-text {
        font-size: 4.1025641026vw
    }
}

.c-text--lead {
    font-weight: 700;
    font-size: 15px
}

@media not all and (min-width: 768px) {
    .c-text--lead {
        font-size: 3.3333333333vw
    }
}

.c-text p + p {
    margin-top: 32px
}

.c-text--block {
    background-color: #00517e14;
    padding: 19px 44px;
    font-weight: 700;
    display: inline-block
}

@media not all and (min-width: 768px) {
    .c-text--block {
        padding: 4.8717948718vw 6.4102564103vw;
        display: block
    }
}

.c-text--block dl dt {
    font-size: 18px
}

@media not all and (min-width: 768px) {
    .c-text--block dl dt {
        font-size: 4.6153846154vw
    }
}

.c-text--block dl dd {
    font-weight: 500
}

.c-btn {
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    margin: 0;
    border: 0;
    background: none transparent;
    background-clip: padding-box;
    color: inherit;
    font-size: inherit;
    vertical-align: middle;
    box-sizing: border-box;
    width: 100%;
    height: 118px;
    background-color: #343434;
    color: #fff;
    display: flex;
    align-items: center;
    padding: 0 80px 0 40px;
    border-radius: 5px;
    font-size: 16px;
    position: relative;
    line-height: 1.6;
    max-width: 421px
}

.c-btn::-ms-clear {
    display: none
}

.c-btn::-ms-reveal {
    display: none
}

.c-btn::-ms-expand {
    display: none
}

@media screen and (min-width: 768px) and (max-width: 1440px) {
    .c-btn {
        font-size: 14px
    }
}

@media not all and (min-width: 768px) {
    .c-btn {
        height: auto;
        min-height: 20.5128205128vw;
        border-radius: 1.2820512821vw;
        padding: 6.6666666667vw 15.3846153846vw 6.6666666667vw 5.1282051282vw;
        font-size: 3.5897435897vw
    }
}

.c-btn .c-ico {
    position: absolute;
    top: 50%;
    transform: translateY(-50%)
}

.c-btn .c-ico--arrow01 {
    width: 36px;
    right: 24px;
    background-color: #b6b666;
    border-radius: 50%
}

@media not all and (min-width: 768px) {
    .c-btn .c-ico--arrow01 {
        width: 7.6923076923vw;
        right: 4.1025641026vw
    }
}

.c-btn .c-ico--arrow01 svg {
    width: 10px;
    fill: #343434
}

@media not all and (min-width: 768px) {
    .c-btn .c-ico--arrow01 svg {
        width: 2.5641025641vw
    }
}

.c-btn .c-ico--pdf {
    width: 27px;
    right: 32px
}

@media not all and (min-width: 768px) {
    .c-btn .c-ico--pdf {
        width: 5.641025641vw;
        right: 5.1282051282vw
    }
}

.c-btn .c-ico--pdf svg {
    fill: #b6b666
}

.c-btn[target=_blank]:not(.c-btn--pdf) span:after {
    content: "";
    display: block;
    width: 12px;
    height: 12px;
    background: url(/assets/images/common/ico_blank.svg) 0 0/100% no-repeat;
    display: inline-block;
    margin-left: 9px
}

@media not all and (min-width: 768px) {
    .c-btn[target=_blank]:not(.c-btn--pdf) span:after {
        width: 3.0769230769vw;
        height: 3.0769230769vw;
        margin-right: 2.3076923077vw
    }
}

@media (hover: hover) {
    .c-btn:hover {
        background-color: #00517e
    }
}

.c-btn-small {
    width: 240px;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-left: auto;
    margin-right: auto;
    background-color: #343434;
    border-radius: 9999px;
    color: #fff;
    position: relative;
    font-size: 16px;
    font-weight: 700
}

@media not all and (min-width: 768px) {
    .c-btn-small {
        width: 61.5384615385vw;
        height: 15.3846153846vw;
        margin-top: 10.2564102564vw;
        font-size: 4.1025641026vw
    }
}

@media (hover: hover) {
    .c-btn-small:hover {
        background-color: #b6b666;
        color: #00517e
    }

    .c-btn-small:hover .c-ico:before, .c-btn-small:hover .c-ico:after {
        background-color: #00517e
    }

    .c-btn-small:hover .c-ico svg {
        fill: #00517e
    }
}

.c-btn-small--more .c-ico {
    width: 10px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 25px;
    left: auto
}

@media not all and (min-width: 768px) {
    .c-btn-small--more .c-ico {
        width: 2.5641025641vw;
        right: 6.4102564103vw
    }
}

.c-btn-small--more .c-ico:before, .c-btn-small--more .c-ico:after {
    background-color: #b6b666
}

.c-btn-small--return {
    padding-left: 20px
}

@media not all and (min-width: 768px) {
    .c-btn-small--return {
        padding-left: 5.1282051282vw
    }
}

.c-btn-small--return .c-ico {
    transform: rotate(-180deg) translateY(50%);
    position: absolute;
    top: 50%;
    left: 25px
}

@media not all and (min-width: 768px) {
    .c-btn-small--return .c-ico {
        left: 6.4102564103vw
    }
}

.c-img {
    text-align: center;
    line-height: 0
}

.c-img img {
    max-width: 100%;
    height: auto
}

.c-img figcaption {
    line-height: 1.6;
    margin-top: 12px;
    font-size: 16px
}

@media not all and (min-width: 768px) {
    .c-img figcaption {
        font-size: 3.5897435897vw;
        margin-top: 3.0769230769vw
    }
}

.c-img--wide img {
    width: 100% !important
}

.c-img--wide figcaption {
    text-align: left
}

.c-list li {
    position: relative
}

.c-list--notes li {
    font-size: 14px;
    font-weight: 400
}

@media not all and (min-width: 768px) {
    .c-list--notes li {
        font-size: 3.5897435897vw
    }
}

.c-list--notes li:before {
    content: "※"
}

.c-list--notes li.note-1:before {
    content: "（注1）"
}

.c-table {
    width: 100%;
    border-top: 1px solid #B2CBD8;
    border-left: 1px solid #B2CBD8
}

@media not all and (min-width: 768px) {
    .c-table {
        display: block
    }
}

@media not all and (min-width: 768px) {
    .c-table tbody, .c-table tr {
        display: block;
        width: 100% !important
    }
}

.c-table th, .c-table td {
    border-bottom: 1px solid #B2CBD8;
    border-right: 1px solid #B2CBD8;
    padding: 24px;
    text-align: left
}

@media not all and (min-width: 768px) {
    .c-table th, .c-table td {
        display: block;
        width: 100% !important
    }
}

.c-table th {
    background-color: #00517e;
    color: #fff;
    font-size: 16px;
    font-weight: 700;
    line-height: normal
}

@media not all and (min-width: 768px) {
    .c-table th {
        font-size: 4.1025641026vw;
        padding: 3.0769230769vw 6.1538461538vw
    }
}

.c-table td {
    font-size: 14px;
    line-height: 1.8
}

@media not all and (min-width: 768px) {
    .c-table td {
        font-size: 3.5897435897vw;
        padding: 5.1282051282vw 6.1538461538vw
    }
}

.c-table td * + p {
    margin-top: 25px
}

@media not all and (min-width: 768px) {
    .c-table td * + p {
        margin-top: 6.4102564103vw
    }
}

.c-table td .c-list--notes {
    margin-top: 4px
}

@media not all and (min-width: 768px) {
    .c-table td .c-list--notes {
        margin-top: 1.0256410256vw
    }
}

.c-table td .c-list--notes li {
    font-size: 13px;
    line-height: 1.8
}

@media not all and (min-width: 768px) {
    .c-table td .c-list--notes li {
        font-size: 3.3333333333vw
    }
}

@media (hover: hover) {
    .c-table td a:hover {
        text-decoration: underline
    }
}

a.c-text-link {
    cursor: pointer
}

@media (hover: hover) {
    a.c-text-link:hover {
        text-decoration: underline
    }
}

a.c-text-link[target=_blank] {
    position: relative
}

a.c-text-link[target=_blank]:after {
    content: "";
    display: block;
    width: 12px;
    height: 12px;
    background: url(/assets/images/common/ico_blank_b.svg) 0 0/100% no-repeat;
    display: inline-block;
    margin: 0 0 0 5px;
    position: relative;
    top: 2px
}

@media not all and (min-width: 768px) {
    a.c-text-link[target=_blank]:after {
        width: 3.0769230769vw;
        height: 3.0769230769vw;
        margin: 0 0 0 1.2820512821vw;
        top: .5128205128vw
    }
}

a.c-text-link[href$=".pdf"]:after {
    content: none !important
}

a.c-text-link[href$=".pdf"] .c-ico {
    width: 18px
}

.p-panel-list {
    display: grid;
    grid-template-columns:1fr 1fr;
    column-gap: 6.875%;
    row-gap: 80px
}

@media screen and (min-width: 768px) and (max-width: 1440px) {
    .p-panel-list {
        row-gap: 5.5555555556vw
    }
}

@media not all and (min-width: 768px) {
    .p-panel-list {
        grid-template-columns:1fr;
        gap: 6.1538461538vw
    }
}

.p-panel-list__item {
    border-radius: 8px;
    overflow: hidden
}

@media not all and (min-width: 768px) {
    .p-panel-list__item {
        border-radius: 2.0512820513vw
    }
}

@media print, screen and (min-width: 768px) {
    .p-panel-list__item:nth-child(2n) {
        transform: translateY(190px)
    }
}

@media screen and (min-width: 768px) and (max-width: 1440px) {
    .p-panel-list__item:nth-child(2n) {
        transform: translateY(13.1944444444vw)
    }
}

.p-panel-list__item a {
    display: block;
    position: relative
}

.p-panel-list__item a:after {
    content: "";
    width: 100%;
    height: auto;
    aspect-ratio: 580/209;
    background: linear-gradient(180deg, #0000, #000);
    opacity: .8;
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 2
}

@media not all and (min-width: 768px) {
    .p-panel-list__item a:after {
        aspect-ratio: 342/124
    }
}

.p-panel-list__item a h2 {
    position: absolute;
    z-index: 3;
    width: 100%;
    left: 0;
    bottom: 44px;
    color: #fff;
    line-height: 1.2;
    font-size: 20px;
    font-weight: 700;
    padding: 0 100px 0 36px;
    word-break: auto-phrase
}

@media screen and (min-width: 768px) and (max-width: 1440px) {
    .p-panel-list__item a h2 {
        font-size: 1.3888888889vw;
        bottom: 3.0555555556vw;
        padding: 0 6.9444444444vw 0 2.5vw
    }
}

@media not all and (min-width: 768px) {
    .p-panel-list__item a h2 {
        bottom: 6.4102564103vw;
        font-size: 4.6153846154vw;
        padding: 0 7.6923076923vw 0 5.3846153846vw
    }
}

.p-panel-list__item a h2 b {
    display: block;
    line-height: 1;
    font-size: 66px;
    font-family: Barlow, serif;
    margin-bottom: 9px
}

@media screen and (min-width: 768px) and (max-width: 1440px) {
    .p-panel-list__item a h2 b {
        font-size: 3.8194444444vw;
        margin-bottom: .625vw
    }
}

@media screen and (max-width: 1024px) {
    .p-panel-list__item a h2 b {
        font-size: 3.4722222222vw
    }
}

@media not all and (min-width: 768px) {
    .p-panel-list__item a h2 b {
        font-size: 10.2564102564vw;
        margin-bottom: 1.7948717949vw
    }
}

.p-panel-list__item a h2 .c-ico--blank {
    width: 16px;
    margin-left: 9px;
    top: -2px
}

@media not all and (min-width: 768px) {
    .p-panel-list__item a h2 .c-ico--blank {
        width: 3.5897435897vw;
        margin-left: 1.5384615385vw;
        top: -.5128205128vw
    }
}

.p-panel-list__item a h2 .c-ico--blank svg {
    fill: #fff
}

.p-panel-list__item a > .c-ico {
    display: flex;
    width: 40px;
    background-color: #b6b666;
    align-items: center;
    justify-content: center;
    position: absolute;
    z-index: 3;
    bottom: 32px;
    right: 32px;
    border-radius: 50%
}

@media screen and (min-width: 768px) and (max-width: 1440px) {
    .p-panel-list__item a > .c-ico {
        right: 2.2222222222vw
    }
}

@media not all and (min-width: 768px) {
    .p-panel-list__item a > .c-ico {
        width: 8.7179487179vw;
        right: 4.1025641026vw;
        bottom: 3.5897435897vw
    }
}

.p-panel-list__item a > .c-ico svg {
    width: 11px;
    fill: #1e1e1e
}

@media not all and (min-width: 768px) {
    .p-panel-list__item a > .c-ico svg {
        width: 2.5641025641vw
    }
}

.p-panel-list__item a figure {
    width: 100%;
    height: auto;
    aspect-ratio: 580/377;
    position: relative;
    z-index: 1
}

.p-panel-list__item a figure img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform .4s
}

@media (hover: hover) {
    .p-panel-list__item a:hover figure img {
        transform: scale(1.15)
    }
}

.p-lower-links {
    display: grid;
    grid-template-columns:1fr 1fr 1fr;
    gap: 1px;
    background: #3f3f3f
}

@media not all and (min-width: 768px) {
    .p-lower-links {
        grid-template-columns:1fr
    }
}

.p-lower-links__item a {
    display: flex;
    height: 250px;
    align-items: center;
    justify-content: center;
    background-color: #343434;
    color: #fff;
    text-align: center;
    font-size: 20px;
    line-height: normal
}

@media not all and (min-width: 768px) {
    .p-lower-links__item a {
        height: 41.0256410256vw;
        font-size: 5.1282051282vw
    }
}

.p-lower-links__item a span {
    color: #b6b666;
    font-size: 16px;
    display: block;
    font-weight: 700;
    font-family: Barlow, serif;
    margin-bottom: 5px
}

@media not all and (min-width: 768px) {
    .p-lower-links__item a span {
        font-size: 4.1025641026vw;
        margin-bottom: 1.5384615385vw
    }
}

.p-lower-links__item a .c-ico {
    display: block;
    margin: 16px auto 0;
    display: flex;
    width: 36px;
    background-color: #b6b666;
    align-items: center;
    justify-content: center;
    border-radius: 50%
}

@media not all and (min-width: 768px) {
    .p-lower-links__item a .c-ico {
        margin-top: 3.0769230769vw;
        width: 9.2307692308vw
    }
}

.p-lower-links__item a .c-ico svg {
    width: 11px;
    fill: #1e1e1e
}

@media not all and (min-width: 768px) {
    .p-lower-links__item a .c-ico svg {
        width: 2.8205128205vw
    }
}

@media (hover: hover) {
    .p-lower-links__item a:hover {
        background-color: #00517e
    }
}

.p-layout {
    display: grid
}

.p-layout--column2 {
    grid-template-columns:1fr 1fr;
    gap: 32px
}

@media not all and (min-width: 768px) {
    .p-layout--column2 {
        grid-template-columns:1fr;
        gap: 4.1025641026vw
    }
}

.p-anchor-link {
    display: flex
}

.p-anchor-link li {
    line-height: 1.3;
    position: relative
}

.p-anchor-link li:after {
    content: "";
    width: 1px;
    height: 100%;
    position: absolute;
    background-color: #00517e4d;
    right: 0;
    top: 0
}

@media not all and (min-width: 768px) {
    .p-anchor-link li:after {
        height: 11.7948717949vw;
        top: 50%;
        transform: translateY(-50%)
    }
}

.p-anchor-link li:first-child:before {
    content: "";
    width: 1px;
    height: 100%;
    position: absolute;
    background-color: #00517e4d;
    left: 0;
    top: 0
}

@media not all and (min-width: 768px) {
    .p-anchor-link li:first-child:before {
        height: 11.7948717949vw;
        top: 50%;
        transform: translateY(-50%)
    }
}

.p-anchor-link li a {
    display: flex;
    height: 46px;
    align-items: center;
    padding: 0 40px;
    font-size: 18px;
    font-weight: 700
}

@media screen and (min-width: 768px) and (max-width: 1440px) {
    .p-anchor-link li a {
        font-size: 16px
    }
}

@media not all and (min-width: 768px) {
    .p-anchor-link li a {
        height: auto;
        padding: 0 3.0769230769vw;
        font-size: 3.8461538462vw;
        flex-direction: column
    }
}

@media (hover: hover) {
    .p-anchor-link li a:hover {
        color: #b6b666
    }
}

.p-anchor-link li a .c-ico {
    width: 28px;
    margin-left: 9px;
    background-color: #b6b666;
    border-radius: 50%
}

@media not all and (min-width: 768px) {
    .p-anchor-link li a .c-ico {
        width: 7.1794871795vw;
        margin-top: 1.0256410256vw
    }
}

.p-anchor-link li a .c-ico svg {
    width: 17px;
    fill: #1e1e1e
}

@media not all and (min-width: 768px) {
    .p-anchor-link li a .c-ico svg {
        width: 4.358974359vw
    }
}

.history.is-fixed {
    position: fixed;
    left: 0;
    right: 0
}

@media screen and (max-width: 1024px) {
    .history.is-fixed {
        position: relative;
        overflow: auto;
        height: auto
    }
}

.history .l-main {
    min-height: calc(100vh - 80px)
}

.history .l-main > .l-inner {
    padding-top: 52px;
    padding-bottom: 120px;
    min-height: calc(100vh - 80px);
    position: relative
}

@media screen and (max-width: 1024px) {
    .history .l-main > .l-inner {
        padding-top: 0
    }
}

@media not all and (min-width: 768px) {
    .history .l-main > .l-inner {
        padding: 0 0 8.2051282051vw
    }
}

@media not all and (min-width: 768px) {
    .history .l-main > .l-inner .c-list--notes {
        padding: 0 6.1538461538vw
    }
}

.history #footer .l-conversion {
    display: none
}

@media not all and (min-width: 768px) {
    .history #footer .l-fixed-btns {
        display: none
    }
}

.history .loader {
    width: 80px;
    padding: 8px;
    aspect-ratio: 1;
    border-radius: 50%;
    background: #00517e;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -40px;
    margin-top: -200px;
    z-index: 10;
    --_m: conic-gradient(#0000 10%, #000), linear-gradient(#000 0 0) content-box;
    -webkit-mask: var(--_m);
    mask: var(--_m);
    -webkit-mask-composite: source-out;
    mask-composite: subtract;
    animation: loading 1s infinite linear;
    transition: opacity .5s
}

@media not all and (min-width: 768px) {
    .history .loader {
        width: 15.3846153846vw;
        padding: 2.0512820513vw;
        top: 40vh;
        margin-top: 0;
        margin-left: -7.6923076923vw
    }
}

.history *:not(#footer).is-hidden {
    opacity: 0;
    pointer-events: none
}

.history .history-decade {
    position: relative
}

@media screen and (max-width: 1024px) {
    .history .history-decade {
        width: 100%;
        left: 0;
        padding: 30px 0 10px;
        z-index: 2;
        background-color: #fff;
        position: fixed;
        z-index: 5;
        border-bottom: 1px solid #C4DBE8
    }
}

@media not all and (min-width: 768px) {
    .history .history-decade {
        padding: 3.0769230769vw 0 2.0512820513vw
    }
}

.history .history-decade__btns {
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: 1;
    margin-bottom: 28px
}

@media screen and (max-width: 1024px) {
    .history .history-decade__btns {
        margin-bottom: 0
    }
}

.history .history-decade__btns li {
    transition: opacity .4s
}

.history .history-decade__btns li button {
    cursor: pointer;
    display: block
}

@media (hover: hover) {
    .history .history-decade__btns li button:hover {
        opacity: .7
    }
}

.history .history-decade__btns-btn {
    width: 40px
}

@media screen and (max-width: 1024px) {
    .history .history-decade__btns-btn {
        width: 30px
    }
}

@media not all and (min-width: 768px) {
    .history .history-decade__btns-btn {
        width: 8.2051282051vw
    }
}

.history .history-decade__btns-current {
    font-size: 68px;
    font-weight: 700;
    font-family: Rajdhani, serif;
    margin: 0 14px;
    cursor: pointer
}

@media screen and (max-width: 1024px) {
    .history .history-decade__btns-current {
        font-size: 48px
    }
}

@media not all and (min-width: 768px) {
    .history .history-decade__btns-current {
        font-size: 13.3333333333vw;
        margin: 0 2.5641025641vw
    }
}

@media (hover: hover) {
    .history .history-decade__btns-current:hover {
        opacity: .7
    }
}

.history .history-decade__dropdown {
    position: absolute;
    left: 50%;
    transform: translate(-50%);
    top: 100%;
    z-index: 5;
    width: 100%;
    max-width: 300px;
    background-color: #fff;
    box-shadow: 0 2px 5px #d0d0d0;
    border-radius: 8px;
    opacity: 0;
    will-change: opacity;
    pointer-events: none;
    transition: opacity .4s
}

@media screen and (max-width: 1024px) {
    .history .history-decade__dropdown {
        max-width: none;
        width: calc(100% - 12.3076923077vw);
        max-height: 60vh;
        overflow-y: scroll
    }
}

.history .history-decade__dropdown.is-show {
    opacity: 1;
    pointer-events: visible
}

.history .history-decade__dropdown li + li {
    border-top: 1px solid rgba(0, 81, 126, .2)
}

.history .history-decade__dropdown li button {
    display: flex;
    width: 100%;
    font-family: Rajdhani, serif;
    color: #00517e;
    height: 45px;
    align-items: center;
    justify-content: center;
    font-size: 28px
}

@media not all and (min-width: 768px) {
    .history .history-decade__dropdown li button {
        height: 11.7948717949vw;
        font-size: 6.1538461538vw
    }
}

@media (hover: hover) {
    .history .history-decade__dropdown li button:hover {
        background-color: #00517e1a
    }
}

.history .history-switch {
    grid-template-columns:repeat(4, 1fr)
}

@media print, screen and (min-width: 768px) {
    .history .history-switch {
        display: none
    }
}

@media screen and (max-width: 1024px) {
    .history .history-switch {
        display: grid !important;
        position: fixed;
        width: calc(100% - 192px);
        top: 168px;
        left: 96px;
        z-index: 2
    }
}

@media not all and (min-width: 768px) {
    .history .history-switch {
        top: 33.3333333333vw;
        width: 100%;
        left: 0
    }
}

@media screen and (max-width: 1024px) {
    .history .history-switch {
        border-left: 1px solid #C4DBE8;
        border-right: 1px solid #C4DBE8
    }
}

@media not all and (min-width: 768px) {
    .history .history-switch {
        border-left: 0;
        border-right: 0
    }
}

.history .history-switch li {
    border-bottom: 1px solid #C4DBE8;
    border-left: 1px solid #C4DBE8
}

.history .history-switch li:first-child {
    border-left: 0
}

.history .history-switch li button {
    width: 100%;
    height: 56px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 15px;
    text-align: center;
    font-weight: 700;
    color: #00517e;
    background-color: #fff;
    line-height: 1.2
}

@media not all and (min-width: 768px) {
    .history .history-switch li button {
        height: 14.358974359vw;
        font-size: 3.8461538462vw
    }
}

.history .history-switch li button.is-active {
    background-color: #00517e;
    color: #fff
}

.history .history-area {
    transition: opacity .5s;
    display: grid;
    grid-template-columns:repeat(4, 1fr);
    height: calc(100vh - 228px);
    overflow: hidden
}

@media screen and (max-width: 1024px) {
    .history .history-area {
        grid-template-columns:1fr;
        padding-top: 146px;
        z-index: 1;
        height: auto
    }
}

@media not all and (min-width: 768px) {
    .history .history-area {
        padding-top: 31.5384615385vw
    }
}

.history .history-section {
    position: relative;
    padding-top: 40px;
    border-left: 1px solid #AFC7D5;
    overflow: hidden
}

@media screen and (min-width: 1025px) {
    .history .history-section {
        display: block !important
    }
}

@media screen and (max-width: 1024px) {
    .history .history-section {
        padding-top: 0;
        border-right: 1px solid #AFC7D5;
        display: none
    }
}

@media not all and (min-width: 768px) {
    .history .history-section {
        border: none
    }
}

.history .history-section:first-child {
    border-left: 0
}

@media screen and (max-width: 1024px) {
    .history .history-section:first-child {
        border-left: 1px solid #AFC7D5
    }
}

@media not all and (min-width: 768px) {
    .history .history-section:first-child {
        border: none
    }
}

.history .history-section__ttl {
    position: absolute;
    top: 0;
    left: 0;
    background-color: #00517e;
    color: #fff;
    display: flex;
    height: 40px;
    width: 100%;
    font-size: 18px;
    align-items: center;
    justify-content: center;
    font-weight: 700;
    z-index: 2
}

.history .history-section__ttl:before {
    content: "";
    width: 1px;
    height: 100%;
    background-color: #fff;
    position: absolute;
    top: 0;
    left: -1px
}

@media screen and (max-width: 1024px) {
    .history .history-section__ttl {
        display: none
    }
}

.history .history-section__body {
    padding: 0 32px;
    background: #fafafa;
    position: relative;
    z-index: 1
}

@media not all and (min-width: 768px) {
    .history .history-section__body {
        padding: 0 6.1538461538vw;
        transform: translateY(0) !important
    }
}

.history .history-section__year {
    padding: 20px 0
}

.history .history-section__year + .history-section__year {
    margin-top: 12px
}

@media not all and (min-width: 768px) {
    .history .history-section__year {
        padding: 4.8717948718vw 0
    }

    .history .history-section__year + .history-section__year {
        margin-top: 0
    }
}

.history .history-section__year.no-data {
    padding: 0;
    margin-top: 0 !important
}

.history .history-section__year.no-data .history-section__year-ttl {
    display: none
}

.history .history-section__year.no-data + .history-section__year {
    margin-top: 0 !important
}

@media print, screen and (min-width: 768px) {
    .history .history-section__year.no-data {
        padding: 20px 0
    }

    .history .history-section__year.no-data .history-section__year-ttl {
        display: block !important;
        opacity: .5
    }
}

@media screen and (max-width: 1024px) {
    .history .history-section__year.no-data {
        padding: 0
    }

    .history .history-section__year.no-data .history-section__year-ttl {
        display: none !important
    }
}

.history .history-section__year-ttl {
    font-family: Barlow, serif;
    font-size: 36px;
    font-weight: 700;
    line-height: 1;
    margin-bottom: 12px
}

.history .history-section__year-ttl span {
    font-family: Zen Kaku Gothic New, ヒラギノ角ゴ Pro W3, sans-serif;
    font-size: 20px;
    display: inline-block;
    margin-left: .2em;
    position: relative;
    top: -2px
}

.history .history-section__year-item {
    line-height: 1.6
}

.history .history-section__year-item + .history-section__year-item {
    margin-top: 20px;
    border-top: 1px solid rgba(0, 81, 126, .3);
    padding-top: 20px
}

.history .history-section__year-item p {
    font-weight: 700;
    white-space: break-spaces
}

.history .history-section__year-item figure {
    border-radius: 6px;
    overflow: hidden;
    margin-top: 16px
}

@keyframes loading {
    to {
        transform: rotate(1turn)
    }
}

.contents .p-panel-list {
    padding-bottom: 190px
}

@media screen and (min-width: 768px) and (max-width: 1440px) {
    .contents .p-panel-list {
        padding-bottom: 13.1944444444vw
    }
}

@media not all and (min-width: 768px) {
    .contents .p-panel-list {
        padding-bottom: 0
    }
}

.contents-concept .goal-list {
    display: grid;
    grid-template-columns:1fr 1fr 1fr
}

@media not all and (min-width: 768px) {
    .contents-concept .goal-list {
        grid-template-columns:1fr
    }
}

.contents-concept .goal-list__item {
    display: flex;
    height: 172px;
    border-right: 1px solid #AFC7D5;
    align-items: center;
    position: relative;
    justify-content: center;
    text-align: center
}

@media not all and (min-width: 768px) {
    .contents-concept .goal-list__item {
        border-right: none;
        border-bottom: 1px solid #AFC7D5;
        height: 30.5128205128vw
    }
}

.contents-concept .goal-list__item:first-child {
    border-left: 1px solid #AFC7D5
}

@media not all and (min-width: 768px) {
    .contents-concept .goal-list__item:first-child {
        border-left: none;
        border-top: 1px solid #AFC7D5
    }
}

.contents-concept .goal-list__item span {
    display: block;
    font-family: Barlow, serif;
    color: #f0f5f7;
    font-size: 170px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 1
}

@media screen and (min-width: 768px) and (max-width: 1440px) {
    .contents-concept .goal-list__item span {
        font-size: 120px
    }
}

@media not all and (min-width: 768px) {
    .contents-concept .goal-list__item span {
        font-size: 30.7692307692vw
    }
}

.contents-concept .goal-list__item p {
    position: relative;
    z-index: 2;
    font-size: 20px;
    font-weight: 700;
    color: #00517e;
    line-height: 1.6
}

@media screen and (min-width: 768px) and (max-width: 1440px) {
    .contents-concept .goal-list__item p {
        font-size: 16px
    }
}

@media not all and (min-width: 768px) {
    .contents-concept .goal-list__item p {
        font-size: 4.1025641026vw
    }
}

.contents-concept .theme-list__item {
    display: grid;
    grid-template-columns:42% 58%
}

@media not all and (min-width: 768px) {
    .contents-concept .theme-list__item {
        grid-template-columns:1fr
    }
}

.contents-concept .theme-list__item + .theme-list__item {
    margin-top: 20px
}

@media not all and (min-width: 768px) {
    .contents-concept .theme-list__item + .theme-list__item {
        margin-top: 5.1282051282vw
    }
}

.contents-concept .theme-list__item > div {
    background-color: #fafafa;
    display: flex;
    align-items: center;
    padding: 0 8.4507042254% 0 11.0663983903%
}

@media not all and (min-width: 768px) {
    .contents-concept .theme-list__item > div {
        padding: 4.1025641026vw 5.1282051282vw 6.6666666667vw
    }
}

.contents-concept .theme-list__item > div dl {
    line-height: 1.6
}

.contents-concept .theme-list__item > div dl dt {
    font-size: 22px;
    font-weight: 700
}

@media screen and (min-width: 768px) and (max-width: 1440px) {
    .contents-concept .theme-list__item > div dl dt {
        font-size: 18px
    }
}

@media not all and (min-width: 768px) {
    .contents-concept .theme-list__item > div dl dt {
        font-size: 4.6153846154vw
    }
}

.contents-concept .theme-list__item > div dl dd {
    margin-top: 20px;
    font-size: 16px
}

@media screen and (min-width: 768px) and (max-width: 1440px) {
    .contents-concept .theme-list__item > div dl dd {
        font-size: 14px
    }
}

@media not all and (min-width: 768px) {
    .contents-concept .theme-list__item > div dl dd {
        font-size: 4.1025641026vw;
        margin-top: 2.0512820513vw
    }
}

.contents-next100year .kv {
    display: flex
}

@media not all and (min-width: 768px) {
    .contents-next100year .kv {
        flex-direction: column
    }
}

.contents-next100year .kv__img {
    width: 63.6155606407%
}

@media screen and (min-width: 768px) and (max-width: 1440px) {
    .contents-next100year .kv__img {
        width: 55%
    }
}

@media screen and (max-width: 1024px) {
    .contents-next100year .kv__img {
        width: 63.6155606407%
    }
}

@media not all and (min-width: 768px) {
    .contents-next100year .kv__img {
        width: 100%
    }
}

.contents-next100year .kv__img img {
    height: 100%;
    object-fit: cover
}

@media not all and (min-width: 768px) {
    .contents-next100year .kv__img img {
        height: auto
    }
}

.contents-next100year .kv__txt {
    width: 36.3844393593%;
    background-color: #00517e;
    display: flex;
    height: 321px;
    align-items: center;
    justify-content: center
}

@media screen and (min-width: 768px) and (max-width: 1440px) {
    .contents-next100year .kv__txt {
        width: 45%
    }
}

@media screen and (max-width: 1024px) {
    .contents-next100year .kv__txt {
        width: 36.3844393593%
    }
}

@media not all and (min-width: 768px) {
    .contents-next100year .kv__txt {
        display: block;
        width: 100%;
        height: auto;
        padding: 5.1282051282vw 8.2051282051vw
    }
}

.contents-next100year .kv__txt p {
    color: #fff;
    font-size: 52px;
    font-weight: 700;
    line-height: 1.5
}

@media screen and (min-width: 768px) and (max-width: 1440px) {
    .contents-next100year .kv__txt p {
        font-size: 40px
    }
}

@media not all and (min-width: 768px) {
    .contents-next100year .kv__txt p {
        font-size: 6.6666666667vw;
        line-height: 1.4
    }
}

.contents-next100year .kv__txt p span {
    display: block;
    color: #b6b666;
    font-size: 14px;
    font-family: Barlow, serif
}

@media not all and (min-width: 768px) {
    .contents-next100year .kv__txt p span {
        font-size: 3.5897435897vw;
        margin-bottom: 2.0512820513vw;
        line-height: 1
    }
}

.contents-message .prof-list {
    display: flex;
    gap: 40px
}

@media not all and (min-width: 768px) {
    .contents-message .prof-list {
        flex-direction: column;
        gap: 4.1025641026vw
    }
}

.contents-message .prof-list__item {
    width: 210px
}

@media not all and (min-width: 768px) {
    .contents-message .prof-list__item {
        width: 100%;
        display: flex;
        align-items: center;
        gap: 3.5897435897vw
    }
}

@media not all and (min-width: 768px) {
    .contents-message .prof-list__item figure {
        width: 41.0256410256vw
    }
}

.contents-message .prof-list__item p {
    margin-top: 18px;
    font-weight: 700
}

@media not all and (min-width: 768px) {
    .contents-message .prof-list__item p {
        margin: 0;
        font-size: 3.5897435897vw
    }
}

.contents-message .prof-list__item p span {
    color: #b6b666;
    font-family: Barlow, serif;
    font-size: 14px;
    line-height: 1;
    display: block
}

@media not all and (min-width: 768px) {
    .contents-message .prof-list__item p span {
        font-size: 3.5897435897vw
    }
}

.contents-message .prof-list__item p b {
    display: block;
    line-height: 1.5;
    font-size: 30px
}

@media not all and (min-width: 768px) {
    .contents-message .prof-list__item p b {
        font-size: 6.6666666667vw
    }
}

.contents-message .phrases-block {
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    min-height: 200px;
    padding: 50px 0;
    background-color: #fafafa
}

@media not all and (min-width: 768px) {
    .contents-message .phrases-block {
        min-height: auto;
        padding: 7.6923076923vw 0
    }
}

.contents-message .phrases-block p {
    font-size: 22px;
    font-weight: 700;
    line-height: 1.6
}

@media not all and (min-width: 768px) {
    .contents-message .phrases-block p {
        font-size: 4.6153846154vw
    }
}

.contents-message .life {
    margin-top: 80px;
    padding-top: 80px;
    border-top: 1px solid rgba(0, 81, 126, .3)
}

@media not all and (min-width: 768px) {
    .contents-message .life {
        padding-top: 15.3846153846vw
    }
}

.contents-message .life .p-layout {
    grid-template-columns:auto 234px
}

@media not all and (min-width: 768px) {
    .contents-message .life .p-layout {
        grid-template-columns:auto;
        gap: 5.1282051282vw
    }
}

.contents-message .life .p-layout__item figure {
    min-height: 238px
}

@media not all and (min-width: 768px) {
    .contents-message .life .p-layout__item figure {
        min-height: auto;
        width: 60vw
    }
}

.contents-message .life .p-layout__item figure figcaption {
    font-size: 14px;
    line-height: 1.6;
    margin-top: 12px
}

@media not all and (min-width: 768px) {
    .contents-message .life .p-layout__item figure figcaption {
        font-size: 3.5897435897vw;
        margin-top: 3.0769230769vw
    }
}

.contents-event .c-ttl--secondary + .c-list--notes li {
    font-weight: 500
}

@media not all and (min-width: 768px) {
    .contents-event .p-layout {
        margin-top: 5.1282051282vw !important;
        gap: 5.1282051282vw !important
    }
}

.contents-archive .pdf-list li + li {
    margin-top: 20px
}

@media not all and (min-width: 768px) {
    .contents-archive .pdf-list li + li {
        margin-top: 5.1282051282vw
    }
}

.contents-archive .pdf-list li a {
    color: #00517e;
    font-size: 15px;
    font-weight: 700;
    display: inline-block;
    line-height: 2;
    padding: 6px 0
}

@media not all and (min-width: 768px) {
    .contents-archive .pdf-list li a {
        padding: 1.5384615385vw 0
    }
}

.contents-archive .pdf-list li a .c-ico {
    position: relative;
    top: -2px
}

@media not all and (min-width: 768px) {
    .contents-archive .pdf-list li a .c-ico {
        top: -.5128205128vw
    }
}

.contents-archive .pdf-list li a .c-ico svg {
    fill: #00517e
}

.contents-archive .pdf-list li a .c-ico--pdf {
    margin-left: 8px;
    width: 16px
}

@media not all and (min-width: 768px) {
    .contents-archive .pdf-list li a .c-ico--pdf {
        margin-left: 2.0512820513vw;
        width: 4.1025641026vw
    }
}

.contents-archive .pdf-list li a .c-ico--arrow01 {
    width: 14px;
    margin-left: 15px
}

@media not all and (min-width: 768px) {
    .contents-archive .pdf-list li a .c-ico--arrow01 {
        width: 3.5897435897vw;
        margin-left: 5.1282051282vw
    }
}

@media (hover: hover) {
    .contents-archive .pdf-list li a:hover {
        color: #b6b666
    }

    .contents-archive .pdf-list li a:hover .c-ico svg {
        fill: #b6b666
    }
}

.news .categpry-btns {
    display: flex;
    gap: 25px
}

@media not all and (min-width: 768px) {
    .news .categpry-btns {
        display: grid;
        grid-template-columns:repeat(4, 1fr);
        gap: 1.0256410256vw
    }
}

.news .categpry-btns__btn {
    width: 200px;
    height: 47px;
    cursor: pointer;
    display: flex;
    background-color: #f2f2f2;
    text-align: center;
    font-weight: 700;
    font-size: 16px;
    border-radius: 5px;
    align-items: center;
    justify-content: center;
    color: #00517e
}

@media not all and (min-width: 768px) {
    .news .categpry-btns__btn {
        width: auto;
        height: 16.4102564103vw;
        font-size: 4.1025641026vw;
        border-radius: 1.2820512821vw;
        line-height: 1.4
    }
}

@media (hover: hover) {
    .news .categpry-btns__btn:hover {
        background-color: #00517e;
        color: #fff
    }
}

.news .categpry-btns__btn.is-show {
    background-color: #00517e;
    color: #fff;
    pointer-events: none
}

.news .news-lists__block {
    display: none
}

.news .news-list__item {
    border-bottom: 1px solid #AFC7D5
}

.news .news-list__item:nth-child(n+12) {
    display: none
}

.news .news-list__item:nth-child(n+12) a {
    opacity: 0
}

.news .news-list__item a {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    padding: 32px 0
}

@media not all and (min-width: 768px) {
    .news .news-list__item a {
        padding: 5.1282051282vw 0
    }
}

.news .news-list__item-date {
    font-size: 16px
}

@media not all and (min-width: 768px) {
    .news .news-list__item-date {
        font-size: 4.1025641026vw
    }
}

.news .news-list__item-label {
    display: inline-block;
    background-color: #00517e;
    color: #fff;
    font-weight: 700;
    border-radius: 4px;
    padding: 2px 7px;
    font-size: 14px;
    line-height: 1.7;
    margin-left: 12px
}

@media not all and (min-width: 768px) {
    .news .news-list__item-label {
        border-radius: 1.0256410256vw;
        padding: .5128205128vw 1.7948717949vw;
        font-size: 3.5897435897vw;
        margin-left: 3.0769230769vw
    }
}

.news .news-list__item-txt {
    width: 100%;
    font-size: 18px;
    font-weight: 700;
    line-height: 1.6;
    margin-top: 16px
}

@media not all and (min-width: 768px) {
    .news .news-list__item-txt {
        font-size: 4.6153846154vw;
        margin-top: 3.0769230769vw
    }
}

@media (hover: hover) {
    .news .news-list a:hover .news-list__item-txt {
        text-decoration: underline
    }
}

.news .c-btn-small--more {
    margin-top: 80px
}

@media not all and (min-width: 768px) {
    .news .c-btn-small--more {
        margin-top: 10.2564102564vw
    }
}

.news-detail .news-ttl {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    padding-bottom: 40px;
    border-bottom: 1px solid #AFC7D5;
    margin-bottom: 40px
}

@media not all and (min-width: 768px) {
    .news-detail .news-ttl {
        padding-bottom: 6.6666666667vw;
        margin-bottom: 6.6666666667vw
    }
}

.news-detail .news-ttl__date {
    font-size: 20px
}

@media not all and (min-width: 768px) {
    .news-detail .news-ttl__date {
        font-size: 4.6153846154vw
    }
}

.news-detail .news-ttl__label {
    display: inline-block;
    background-color: #00517e;
    color: #fff;
    font-weight: 700;
    border-radius: 4px;
    padding: 4px 14px;
    font-size: 16px;
    line-height: 1.7;
    margin-left: 20px
}

@media not all and (min-width: 768px) {
    .news-detail .news-ttl__label {
        border-radius: 1.0256410256vw;
        padding: .5128205128vw 2.3076923077vw;
        font-size: 4.1025641026vw;
        margin-left: 3.0769230769vw
    }
}

.news-detail .news-ttl__ttl {
    width: 100%;
    margin-top: 10px;
    font-size: 40px;
    font-weight: 700;
    line-height: 1.6
}

@media not all and (min-width: 768px) {
    .news-detail .news-ttl__ttl {
        margin-top: 3.0769230769vw;
        font-size: 8.2051282051vw
    }
}

.news-detail .news-content .new-template > * {
    font-size: 16px;
    line-height: 2
}

@media not all and (min-width: 768px) {
    .news-detail .news-content .new-template > * {
        font-size: 4.1025641026vw
    }
}

.news-detail .news-content .new-template > * + * {
    margin-top: 32px
}

@media not all and (min-width: 768px) {
    .news-detail .news-content .new-template > * + * {
        margin-top: 8.2051282051vw
    }
}

.news-detail .news-content .new-template > * a {
    text-decoration: underline
}

@media (hover: hover) {
    .news-detail .news-content .new-template > * a:hover {
        text-decoration: none
    }
}

.news-detail .news-content .new-template h2, .news-detail .news-content .new-template h3, .news-detail .news-content .new-template h4 {
    line-height: 1.6;
    font-weight: 700;
    margin-top: 60px
}

@media not all and (min-width: 768px) {
    .news-detail .news-content .new-template h2, .news-detail .news-content .new-template h3, .news-detail .news-content .new-template h4 {
        margin-top: 15.3846153846vw
    }
}

.news-detail .news-content .new-template h2 + *, .news-detail .news-content .new-template h3 + *, .news-detail .news-content .new-template h4 + * {
    margin-top: 20px
}

@media not all and (min-width: 768px) {
    .news-detail .news-content .new-template h2 + *, .news-detail .news-content .new-template h3 + *, .news-detail .news-content .new-template h4 + * {
        margin-top: 5.1282051282vw
    }
}

.news-detail .news-content .new-template h2 {
    font-size: 32px
}

@media not all and (min-width: 768px) {
    .news-detail .news-content .new-template h2 {
        font-size: 7.1794871795vw
    }
}

.news-detail .news-content .new-template h3 {
    font-size: 26px
}

@media not all and (min-width: 768px) {
    .news-detail .news-content .new-template h3 {
        font-size: 6.1538461538vw
    }
}

.news-detail .news-content .new-template h4 {
    font-size: 22px
}

@media not all and (min-width: 768px) {
    .news-detail .news-content .new-template h4 {
        font-size: 4.6153846154vw
    }
}

.news-detail .news-content .new-template ul li {
    position: relative;
    padding-left: 1.3em
}

.news-detail .news-content .new-template ul li:before {
    content: "・";
    position: absolute;
    top: 0;
    left: 0
}

.news-detail .news-content .new-template ol {
    counter-reset: number_list
}

.news-detail .news-content .new-template ol li {
    position: relative;
    padding-left: 1.3em
}

.news-detail .news-content .new-template ol li:before {
    counter-increment: number_list;
    content: counter(number_list) ".";
    position: absolute;
    top: 0;
    left: 0
}

.news-detail .news-content .new-template a.link {
    position: relative;
    padding-right: 18px
}

@media not all and (min-width: 768px) {
    .news-detail .news-content .new-template a.link {
        padding-right: 4.6153846154vw
    }
}

.news-detail .news-content .new-template a.link:after {
    content: "";
    width: 11px;
    height: 8px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 0;
    background: url(/assets/images/common/ico_arrow_link.svg) 0 0/100% no-repeat
}

@media not all and (min-width: 768px) {
    .news-detail .news-content .new-template a.link:after {
        width: 2.8205128205vw;
        height: 2.0512820513vw
    }
}

.news-detail .news-content .new-template a.link[target=_blank] {
    padding-right: 20px
}

@media not all and (min-width: 768px) {
    .news-detail .news-content .new-template a.link[target=_blank] {
        padding-right: 5.1282051282vw
    }
}

.news-detail .news-content .new-template a.link[target=_blank]:after {
    width: 12px;
    height: 12px;
    background-image: url(/assets/images/common/ico_blank_b.svg)
}

@media not all and (min-width: 768px) {
    .news-detail .news-content .new-template a.link[target=_blank]:after {
        width: 3.0769230769vw;
        height: 3.0769230769vw
    }
}

.news-detail .news-content .new-template figure {
    width: 100%;
    max-width: 824px;
    margin-left: auto;
    margin-right: auto
}

.news-detail .news-content .new-template figure figcaption {
    font-size: 14px;
    margin-top: 20px
}

@media not all and (min-width: 768px) {
    .news-detail .news-content .new-template figure figcaption {
        font-size: 3.5897435897vw;
        margin-top: 5.1282051282vw
    }
}

.news-detail .news-content .new-template .grid-box {
    display: grid;
    grid-template-columns:1fr 1fr;
    gap: 40px
}

@media not all and (min-width: 768px) {
    .news-detail .news-content .new-template .grid-box {
        grid-template-columns:1fr;
        gap: 10.2564102564vw
    }
}

.news-detail .news-content .new-template * + .grid-box {
    margin-top: 60px
}

@media not all and (min-width: 768px) {
    .news-detail .news-content .new-template * + .grid-box {
        margin-top: 15.3846153846vw
    }
}

.news-detail .news-content .old-template > * + * {
    margin-top: 32px
}

@media not all and (min-width: 768px) {
    .news-detail .news-content .old-template > * + * {
        margin-top: 8.2051282051vw
    }
}

@media print, screen and (min-width: 768px) {
    .news-detail .news-content .old-template br.sp {
        display: none
    }
}

@media not all and (min-width: 768px) {
    .news-detail .news-content .old-template br.pc {
        display: none
    }
}

.news-detail .news-content .old-template img {
    display: block;
    width: auto;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto
}

.news-detail .news-content .old-template .lead {
    margin: 80px 0;
    text-align: center
}

@media not all and (min-width: 768px) {
    .news-detail .news-content .old-template .lead {
        margin: 16.4102564103vw 0
    }
}

.news-detail .news-content .old-template .leadTtl {
    font-size: 34px;
    font-weight: 400;
    letter-spacing: .06em;
    line-height: 1.6;
    color: #00507e;
    margin: 0 auto 18px;
    padding-bottom: 15px;
    position: relative;
    text-align: center;
    font-weight: 700
}

@media not all and (min-width: 768px) {
    .news-detail .news-content .old-template .leadTtl {
        font-size: 6.6666666667vw;
        padding-bottom: 3.0769230769vw;
        padding-bottom: 3.5897435897vw
    }
}

.news-detail .news-content .old-template .leadTtl:after {
    content: "";
    width: 40px;
    height: 1px;
    display: block;
    position: absolute;
    bottom: 0;
    left: 50%;
    margin-left: -20px;
    background: #00517e
}

@media not all and (min-width: 768px) {
    .news-detail .news-content .old-template .leadTtl:after {
        width: 7.6923076923vw;
        margin-left: -3.8461538462vw
    }
}

.news-detail .news-content .old-template .leadTxt {
    font-size: 18px;
    line-height: 2;
    font-weight: 500
}

@media not all and (min-width: 768px) {
    .news-detail .news-content .old-template .leadTxt {
        font-size: 4.6153846154vw
    }
}

.news-detail .news-content .old-template p {
    font-size: 16px;
    line-height: 2
}

@media not all and (min-width: 768px) {
    .news-detail .news-content .old-template p {
        font-size: 4.1025641026vw
    }
}

.news-detail .news-content .old-template p a {
    text-decoration: underline
}

@media (hover: hover) {
    .news-detail .news-content .old-template p a:hover {
        text-decoration: none
    }
}

.news-detail .news-content .old-template p a.pdf {
    background: url(/assets/images/common/ico_pdf.png) no-repeat right center;
    padding-right: 20px;
    margin-right: 5px
}

@media not all and (min-width: 768px) {
    .news-detail .news-content .old-template p a.pdf {
        padding-right: 5.1282051282vw;
        background-size: 3.8461538462vw;
        margin-right: 1.2820512821vw
    }
}

.news-detail .news-content .old-template .note {
    font-size: 14px
}

@media not all and (min-width: 768px) {
    .news-detail .news-content .old-template .note {
        font-size: 3.5897435897vw
    }
}

.news-detail .news-content .old-template .section + .section {
    margin-top: 60px
}

@media not all and (min-width: 768px) {
    .news-detail .news-content .old-template .section + .section {
        margin-top: 15.3846153846vw
    }
}

.news-detail .news-content .old-template .secTtl {
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 20px
}

@media not all and (min-width: 768px) {
    .news-detail .news-content .old-template .secTtl {
        font-size: 4.6153846154vw;
        margin-bottom: 5.1282051282vw
    }
}

.news-detail .news-content .old-template .videoBox {
    margin: 30px auto 60px;
    max-width: 800px;
    position: relative
}

@media not all and (min-width: 768px) {
    .news-detail .news-content .old-template .videoBox {
        margin: 8.2051282051vw auto 15.3846153846vw
    }
}

.news-detail .news-content .old-template .videoBox video {
    width: 100%;
    height: auto
}

.news-detail .news-content .old-template .imgList {
    display: grid;
    grid-template-columns:1fr 1fr;
    margin: 32px auto 60px;
    gap: 40px
}

@media not all and (min-width: 768px) {
    .news-detail .news-content .old-template .imgList {
        grid-template-columns:1fr;
        margin: 8.2051282051vw auto 15.3846153846vw;
        gap: 5.1282051282vw
    }
}

.news-detail .news-content .old-template .imgList .imgCaption {
    margin-top: 10px
}

@media not all and (min-width: 768px) {
    .news-detail .news-content .old-template .imgList .imgCaption {
        margin-top: 2.5641025641vw
    }
}

.news-detail .news-content .old-template .columnBox {
    display: grid;
    grid-template-columns:1fr 1fr;
    gap: 40px
}

@media not all and (min-width: 768px) {
    .news-detail .news-content .old-template .columnBox {
        grid-template-columns:1fr;
        gap: 0
    }
}

@media print, screen and (min-width: 768px) {
    .news-detail .news-content .old-template .columnBox.imgRight .imgBox {
        grid-column: 2/3
    }
}

@media print, screen and (min-width: 768px) {
    .news-detail .news-content .old-template .columnBox.imgRight .txtBox {
        grid-column: 1/2;
        grid-row: 1
    }
}

.news-detail .news-content .old-template figcaption {
    font-size: 14px;
    margin-top: 16px
}

@media not all and (min-width: 768px) {
    .news-detail .news-content .old-template figcaption {
        font-size: 3.5897435897vw;
        margin-top: 4.1025641026vw
    }
}

.news-detail .news-content .old-template .mb-10 {
    margin-bottom: 10px
}

.news-detail .news-content .old-template .mb-20 {
    margin-bottom: 20px
}

.news-detail .news-content .old-template .mb-30 {
    margin-bottom: 30px
}

.news-detail .news-content .old-template .mb-40 {
    margin-bottom: 40px !important
}

.news-detail .news-content .old-template .mb-50 {
    margin-bottom: 50px !important
}

.news-detail .c-btn-small {
    margin-top: 60px
}

@media not all and (min-width: 768px) {
    .news-detail .c-btn-small {
        margin-top: 15.3846153846vw
    }
}

.about-donation .p-panel-list {
    padding-bottom: 190px
}

@media screen and (min-width: 768px) and (max-width: 1440px) {
    .about-donation .p-panel-list {
        padding-bottom: 13.1944444444vw
    }
}

@media not all and (min-width: 768px) {
    .about-donation .p-panel-list {
        padding-bottom: 0
    }
}

.about-donation-recognition .publish-example {
    display: flex;
    gap: 25px
}

@media not all and (min-width: 768px) {
    .about-donation-recognition .publish-example {
        flex-direction: column;
        gap: 6.4102564103vw
    }
}

.about-donation-recognition .publish-example__item {
    max-width: 390px
}

@media not all and (min-width: 768px) {
    .about-donation-recognition .publish-example__item {
        max-width: 100%;
        width: 100%
    }
}

.about-donation-recognition .publish-example__item p {
    line-height: 1.6;
    font-size: 14px;
    margin-top: 20px
}

@media not all and (min-width: 768px) {
    .about-donation-recognition .publish-example__item p {
        font-size: 3.5897435897vw;
        margin-top: 4.1025641026vw
    }
}

.about-donation-guidance .c-table p.u-mt-xxs {
    margin-top: 8px !important
}

.about-donation-guidance .c-table .img-01, .about-donation-guidance .c-table .img-02 {
    margin-top: 15px
}

.about-donation-guidance .c-table .img-01 {
    width: 295px
}

.about-donation-guidance .c-table .img-02 {
    width: 269px
}

.about-donation-guidance .c-table .c-text-link {
    text-decoration: underline;
    font-weight: 700
}

@media (hover: hover) {
    .about-donation-guidance .c-table .c-text-link:hover {
        text-decoration: none
    }
}

.web-houmeiroku .houmeiroku {
    padding-top: 80px;
    margin-top: 80px;
    border-top: 1px solid rgba(0, 81, 126, .3)
}

@media not all and (min-width: 768px) {
    .web-houmeiroku .houmeiroku {
        padding-top: 15.3846153846vw;
        margin-top: 15.3846153846vw
    }
}

.web-houmeiroku .houmeiroku-tab-btns {
    display: flex;
    justify-content: center;
    gap: 25px;
    max-width: 874px;
    margin: 0 auto 28px
}

@media not all and (min-width: 768px) {
    .web-houmeiroku .houmeiroku-tab-btns {
        display: grid;
        gap: 3.5897435897vw;
        grid-template-columns:1fr 1fr
    }
}

.web-houmeiroku .houmeiroku-tab-btns__item {
    cursor: pointer;
    display: flex;
    width: 200px;
    height: 47px;
    border-radius: 5px;
    align-items: center;
    justify-content: center;
    font-weight: 700;
    color: #00517e;
    font-size: 16px;
    background-color: #f2f2f2
}

@media not all and (min-width: 768px) {
    .web-houmeiroku .houmeiroku-tab-btns__item {
        width: auto;
        height: 12.0512820513vw;
        font-size: 3.8461538462vw
    }
}

@media (hover: hover) {
    .web-houmeiroku .houmeiroku-tab-btns__item:hover {
        background-color: #00517e;
        color: #fff
    }
}

.web-houmeiroku .houmeiroku-tab-btns__item.is-show {
    background-color: #00517e;
    color: #fff
}

.web-houmeiroku .houmeiroku-tab-blocks__item .c-text p + p {
    margin-top: 12px !important
}

.web-houmeiroku .name-tab-btns {
    display: grid;
    max-width: 874px;
    margin: 0 auto;
    grid-template-columns:1fr 1fr 1fr 1fr 1fr 1fr 1fr 1.71fr 1fr;
    gap: 0;
    grid-gap: 0
}

@media not all and (min-width: 768px) {
    .web-houmeiroku .name-tab-btns {
        display: flex;
        flex-wrap: wrap;
        border-top: 1px solid #B2CBD8
    }
}

.web-houmeiroku .name-tab-btns__item {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 60px;
    box-sizing: border-box;
    cursor: pointer;
    color: #00517e;
    font-size: 16px;
    border-bottom: 1px solid #B2CBD8;
    border-top: 1px solid #B2CBD8;
    border-right: 1px solid #B2CBD8;
    margin: 0;
    padding: 0
}

.web-houmeiroku .name-tab-btns__item:first-child {
    border-left: 1px solid #B2CBD8
}

@media not all and (min-width: 768px) {
    .web-houmeiroku .name-tab-btns__item {
        width: 20%;
        height: 15.3846153846vw;
        font-size: 4.1025641026vw;
        border-top: none
    }

    .web-houmeiroku .name-tab-btns__item:nth-child(6) {
        border-left: 1px solid #B2CBD8
    }

    .web-houmeiroku .name-tab-btns__item:nth-child(8) {
        width: 35%
    }

    .web-houmeiroku .name-tab-btns__item:nth-child(9) {
        width: 25%
    }
}

@media (hover: hover) {
    .web-houmeiroku .name-tab-btns__item:hover {
        background-color: #00517e;
        color: #fff
    }
}

.web-houmeiroku .name-tab-btns__item.is-show {
    background-color: #00517e;
    color: #fff
}

.web-houmeiroku .name-tab-blocks {
    margin-top: 28px
}

@media not all and (min-width: 768px) {
    .web-houmeiroku .name-tab-blocks {
        margin-top: 7.1794871795vw
    }
}

.web-houmeiroku .name-tab-blocks__item-anchors {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 40px
}

@media not all and (min-width: 768px) {
    .web-houmeiroku .name-tab-blocks__item-anchors {
        margin-bottom: 8.2051282051vw;
        flex-wrap: wrap
    }
}

.web-houmeiroku .name-tab-blocks__item-anchors li {
    position: relative
}

.web-houmeiroku .name-tab-blocks__item-anchors li:after {
    content: "";
    width: 1px;
    height: 16px;
    position: absolute;
    background-color: #00517e4d;
    right: 0;
    top: 50%;
    transform: translateY(-50%)
}

@media not all and (min-width: 768px) {
    .web-houmeiroku .name-tab-blocks__item-anchors li:after {
        height: 4.1025641026vw
    }
}

.web-houmeiroku .name-tab-blocks__item-anchors li:first-child:before {
    content: "";
    width: 1px;
    height: 16px;
    position: absolute;
    background-color: #00517e4d;
    left: 0;
    top: 50%;
    transform: translateY(-50%)
}

@media not all and (min-width: 768px) {
    .web-houmeiroku .name-tab-blocks__item-anchors li:first-child:before {
        height: 4.1025641026vw
    }
}

@media not all and (min-width: 768px) {
    .web-houmeiroku .name-tab-blocks__item-anchors li:nth-child(7):before {
        content: "";
        width: 1px;
        height: 4.1025641026vw;
        position: absolute;
        background-color: #00517e4d;
        left: 0;
        top: 50%;
        transform: translateY(-50%)
    }
}

.web-houmeiroku .name-tab-blocks__item-anchors li a {
    padding: 0 20px
}

@media not all and (min-width: 768px) {
    .web-houmeiroku .name-tab-blocks__item-anchors li a {
        padding: 0 5.1282051282vw
    }
}

@media (hover: hover) {
    .web-houmeiroku .name-tab-blocks__item-anchors li a:hover {
        color: #b6b666
    }
}

.web-houmeiroku .name-tab-blocks__item-anchors li span {
    padding: 0 20px;
    opacity: .3
}

@media not all and (min-width: 768px) {
    .web-houmeiroku .name-tab-blocks__item-anchors li span {
        padding: 0 5.1282051282vw
    }
}

.web-houmeiroku .name-tab-blocks__item-corps {
    height: 511px;
    overflow-y: scroll;
    padding-right: 20px
}

@media not all and (min-width: 768px) {
    .web-houmeiroku .name-tab-blocks__item-corps {
        height: 102.5641025641vw;
        orphans: 3.8461538462vw
    }
}

.web-houmeiroku .name-tab-blocks__item-corps::-webkit-scrollbar {
    width: 5px
}

@media not all and (min-width: 768px) {
    .web-houmeiroku .name-tab-blocks__item-corps::-webkit-scrollbar {
        width: 1.2820512821vw
    }
}

.web-houmeiroku .name-tab-blocks__item-corps::-webkit-scrollbar-track {
    background-color: #e0e0e0;
    border-radius: 5px
}

@media not all and (min-width: 768px) {
    .web-houmeiroku .name-tab-blocks__item-corps::-webkit-scrollbar-track {
        border-radius: 1.2820512821vw
    }
}

.web-houmeiroku .name-tab-blocks__item-corps::-webkit-scrollbar-thumb {
    border-radius: 5px;
    background-color: #00517e
}

@media not all and (min-width: 768px) {
    .web-houmeiroku .name-tab-blocks__item-corps::-webkit-scrollbar-thumb {
        border-radius: 1.2820512821vw
    }
}

.web-houmeiroku .name-tab-blocks__item-corp {
    display: flex;
    justify-content: space-between
}

.web-houmeiroku .name-tab-blocks__item-corp + .name-tab-blocks__item-corp {
    margin-top: 40px
}

@media not all and (min-width: 768px) {
    .web-houmeiroku .name-tab-blocks__item-corp + .name-tab-blocks__item-corp {
        margin-top: 8.2051282051vw
    }
}

.web-houmeiroku .name-tab-blocks__item-corp p {
    font-size: 30px;
    font-weight: 700;
    line-height: 1.6
}

@media not all and (min-width: 768px) {
    .web-houmeiroku .name-tab-blocks__item-corp p {
        font-size: 6.4102564103vw
    }
}

.web-houmeiroku .name-tab-blocks__item-corp ul {
    margin-top: 5px;
    width: calc(100% - 64px);
    display: grid;
    grid-template-columns:1fr 1fr 1fr
}

@media not all and (min-width: 768px) {
    .web-houmeiroku .name-tab-blocks__item-corp ul {
        margin-top: 2.8205128205vw;
        width: calc(100% - 14.358974359vw);
        display: block
    }
}

.web-houmeiroku .name-tab-blocks__item-corp ul li {
    padding: 24px;
    font-size: 14px;
    line-height: 1.8;
    border: 1px solid #B2CBD8
}

@media print, screen and (min-width: 768px) {
    .web-houmeiroku .name-tab-blocks__item-corp ul li:nth-child(n+4) {
        border-top: 0
    }

    .web-houmeiroku .name-tab-blocks__item-corp ul li:not(:nth-child(3n+1)) {
        margin-left: -1px
    }
}

@media not all and (min-width: 768px) {
    .web-houmeiroku .name-tab-blocks__item-corp ul li {
        padding: 4.6153846154vw 6.1538461538vw;
        font-size: 3.5897435897vw;
        line-height: 1
    }

    .web-houmeiroku .name-tab-blocks__item-corp ul li + li {
        border-top: 0
    }
}

.web-houmeiroku .js-tab-block {
    display: none
}

.slick-slider {
    position: relative;
    display: block;
    box-sizing: border-box;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent
}

.slick-list {
    position: relative;
    display: block;
    overflow: hidden;
    margin: 0;
    padding: 0
}

.slick-list:focus {
    outline: none
}

.slick-list.dragging {
    cursor: pointer;
    cursor: hand
}

.slick-slider .slick-track, .slick-slider .slick-list {
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translateZ(0)
}

.slick-track {
    position: relative;
    top: 0;
    left: 0;
    display: block;
    margin-left: auto;
    margin-right: auto
}

.slick-track:before, .slick-track:after {
    display: table;
    content: ""
}

.slick-track:after {
    clear: both
}

.slick-loading .slick-track {
    visibility: hidden
}

.slick-slide {
    display: none;
    float: left;
    height: 100%;
    min-height: 1px
}

[dir=rtl] .slick-slide {
    float: right
}

.slick-slide img {
    display: block
}

.slick-slide.slick-loading img {
    display: none
}

.slick-slide.dragging img {
    pointer-events: none
}

.slick-initialized .slick-slide {
    display: block
}

.slick-loading .slick-slide {
    visibility: hidden
}

.slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent
}

.slick-arrow.slick-hidden {
    display: none
}

.slick-dots {
    display: flex;
    justify-content: center;
    margin-top: 60px
}

@media not all and (min-width: 768px) {
    .slick-dots {
        margin-top: 32px
    }
}

.slick-dots li {
    width: 60px;
    height: 4px
}

@media not all and (min-width: 768px) {
    .slick-dots li {
        width: 8.2051282051vw;
        height: .7692307692vw
    }
}

.slick-dots li + li {
    margin-left: 1px
}

@media not all and (min-width: 768px) {
    .slick-dots li + li {
        margin-left: .2564102564vw
    }
}

.slick-dots li button {
    width: 100%;
    height: 100%;
    font-size: 0;
    background-color: #00517e;
    opacity: .2;
    transition: .4s;
    display: block;
    cursor: pointer
}

.slick-dots li.slick-active button {
    opacity: 1
}

.u-mg-auto {
    margin-left: auto !important;
    margin-right: auto !important
}

.u-mt-0 {
    margin-top: 0 !important
}

.u-mb-0 {
    margin-bottom: 0 !important
}

.u-ml-0 {
    margin-left: 0 !important
}

.u-mr-0 {
    margin-right: 0 !important
}

.u-mt-xxxs {
    margin-top: 12px
}

@media not all and (min-width: 768px) {
    .u-mt-xxxs {
        margin-top: 1.5384615385vw
    }
}

.u-mt-xxs {
    margin-top: 16px
}

@media not all and (min-width: 768px) {
    .u-mt-xxs {
        margin-top: 2.0512820513vw
    }
}

.u-mt-xs {
    margin-top: 20px
}

@media not all and (min-width: 768px) {
    .u-mt-xs {
        margin-top: 2.5641025641vw
    }
}

.u-mt-sm {
    margin-top: 32px
}

@media not all and (min-width: 768px) {
    .u-mt-sm {
        margin-top: 4.1025641026vw
    }
}

.u-mt-md {
    margin-top: 40px
}

@media not all and (min-width: 768px) {
    .u-mt-md {
        margin-top: 5.1282051282vw
    }
}

.u-mt-lg {
    margin-top: 60px
}

@media not all and (min-width: 768px) {
    .u-mt-lg {
        margin-top: 7.6923076923vw
    }
}

.u-mt-xl {
    margin-top: 80px
}

@media not all and (min-width: 768px) {
    .u-mt-xl {
        margin-top: 10.2564102564vw
    }
}

.u-mb-xxxs {
    margin-bottom: 12px
}

@media not all and (min-width: 768px) {
    .u-mb-xxxs {
        margin-bottom: 1.5384615385vw
    }
}

.u-mb-xxs {
    margin-bottom: 16px
}

@media not all and (min-width: 768px) {
    .u-mb-xxs {
        margin-bottom: 2.0512820513vw
    }
}

.u-mb-xs {
    margin-bottom: 20px
}

@media not all and (min-width: 768px) {
    .u-mb-xs {
        margin-bottom: 2.5641025641vw
    }
}

.u-mb-sm {
    margin-bottom: 32px
}

@media not all and (min-width: 768px) {
    .u-mb-sm {
        margin-bottom: 4.1025641026vw
    }
}

.u-mb-md {
    margin-bottom: 40px
}

@media not all and (min-width: 768px) {
    .u-mb-md {
        margin-bottom: 5.1282051282vw
    }
}

.u-mb-lg {
    margin-bottom: 60px
}

@media not all and (min-width: 768px) {
    .u-mb-lg {
        margin-bottom: 7.6923076923vw
    }
}

.u-mb-xl {
    margin-bottom: 80px
}

@media not all and (min-width: 768px) {
    .u-mb-xl {
        margin-bottom: 10.2564102564vw
    }
}

.u-pt-0 {
    padding-top: 0 !important
}

.u-pb-0 {
    padding-bottom: 0 !important
}

.u-pl-0 {
    padding-left: 0 !important
}

.u-pr-0 {
    padding-right: 0 !important
}

.u-pt-xxxs {
    padding-top: 12px
}

@media not all and (min-width: 768px) {
    .u-pt-xxxs {
        padding-top: 1.5384615385vw
    }
}

.u-pt-xxs {
    padding-top: 16px
}

@media not all and (min-width: 768px) {
    .u-pt-xxs {
        padding-top: 2.0512820513vw
    }
}

.u-pt-xs {
    padding-top: 20px
}

@media not all and (min-width: 768px) {
    .u-pt-xs {
        padding-top: 2.5641025641vw
    }
}

.u-pt-sm {
    padding-top: 32px
}

@media not all and (min-width: 768px) {
    .u-pt-sm {
        padding-top: 4.1025641026vw
    }
}

.u-pt-md {
    padding-top: 40px
}

@media not all and (min-width: 768px) {
    .u-pt-md {
        padding-top: 5.1282051282vw
    }
}

.u-pt-lg {
    padding-top: 60px
}

@media not all and (min-width: 768px) {
    .u-pt-lg {
        padding-top: 7.6923076923vw
    }
}

.u-pt-xl {
    padding-top: 80px
}

@media not all and (min-width: 768px) {
    .u-pt-xl {
        padding-top: 10.2564102564vw
    }
}

.u-pb-xxxs {
    padding-bottom: 12px
}

@media not all and (min-width: 768px) {
    .u-pb-xxxs {
        padding-bottom: 1.5384615385vw
    }
}

.u-pb-xxs {
    padding-bottom: 16px
}

@media not all and (min-width: 768px) {
    .u-pb-xxs {
        padding-bottom: 2.0512820513vw
    }
}

.u-pb-xs {
    padding-bottom: 20px
}

@media not all and (min-width: 768px) {
    .u-pb-xs {
        padding-bottom: 2.5641025641vw
    }
}

.u-pb-sm {
    padding-bottom: 32px
}

@media not all and (min-width: 768px) {
    .u-pb-sm {
        padding-bottom: 4.1025641026vw
    }
}

.u-pb-md {
    padding-bottom: 40px
}

@media not all and (min-width: 768px) {
    .u-pb-md {
        padding-bottom: 5.1282051282vw
    }
}

.u-pb-lg {
    padding-bottom: 60px
}

@media not all and (min-width: 768px) {
    .u-pb-lg {
        padding-bottom: 7.6923076923vw
    }
}

.u-pb-xl {
    padding-bottom: 80px
}

@media not all and (min-width: 768px) {
    .u-pb-xl {
        padding-bottom: 10.2564102564vw
    }
}

.u-ta-left {
    text-align: left !important
}

@media print, screen and (min-width: 768px) {
    .u-ta-left-pc {
        text-align: left !important
    }
}

@media not all and (min-width: 768px) {
    .u-ta-left-sp {
        text-align: left !important
    }
}

.u-ta-right {
    text-align: right !important
}

@media print, screen and (min-width: 768px) {
    .u-ta-right-pc {
        text-align: right !important
    }
}

@media not all and (min-width: 768px) {
    .u-ta-right-sp {
        text-align: right !important
    }
}

.u-ta-center {
    text-align: center !important
}

@media print, screen and (min-width: 768px) {
    .u-ta-center-pc {
        text-align: center !important
    }
}

@media not all and (min-width: 768px) {
    .u-ta-center-sp {
        text-align: center !important
    }
}

.u-fw-bold {
    font-weight: 700 !important
}

.u-fw-nomal {
    font-weight: 400 !important
}

@media print, screen and (min-width: 768px) {
    .u-hide-pc {
        display: none !important
    }
}

@media not all and (min-width: 768px) {
    .u-hide-sp {
        display: none !important
    }
}

.u-w-1 {
    width: 1% !important
}

.u-w-2 {
    width: 2% !important
}

.u-w-3 {
    width: 3% !important
}

.u-w-4 {
    width: 4% !important
}

.u-w-5 {
    width: 5% !important
}

.u-w-6 {
    width: 6% !important
}

.u-w-7 {
    width: 7% !important
}

.u-w-8 {
    width: 8% !important
}

.u-w-9 {
    width: 9% !important
}

.u-w-10 {
    width: 10% !important
}

.u-w-11 {
    width: 11% !important
}

.u-w-12 {
    width: 12% !important
}

.u-w-13 {
    width: 13% !important
}

.u-w-14 {
    width: 14% !important
}

.u-w-15 {
    width: 15% !important
}

.u-w-16 {
    width: 16% !important
}

.u-w-17 {
    width: 17% !important
}

.u-w-18 {
    width: 18% !important
}

.u-w-19 {
    width: 19% !important
}

.u-w-20 {
    width: 20% !important
}

.u-w-21 {
    width: 21% !important
}

.u-w-22 {
    width: 22% !important
}

.u-w-23 {
    width: 23% !important
}

.u-w-24 {
    width: 24% !important
}

.u-w-25 {
    width: 25% !important
}

.u-w-26 {
    width: 26% !important
}

.u-w-27 {
    width: 27% !important
}

.u-w-28 {
    width: 28% !important
}

.u-w-29 {
    width: 29% !important
}

.u-w-30 {
    width: 30% !important
}

.u-w-31 {
    width: 31% !important
}

.u-w-32 {
    width: 32% !important
}

.u-w-33 {
    width: 33% !important
}

.u-w-34 {
    width: 34% !important
}

.u-w-35 {
    width: 35% !important
}

.u-w-36 {
    width: 36% !important
}

.u-w-37 {
    width: 37% !important
}

.u-w-38 {
    width: 38% !important
}

.u-w-39 {
    width: 39% !important
}

.u-w-40 {
    width: 40% !important
}

.u-w-41 {
    width: 41% !important
}

.u-w-42 {
    width: 42% !important
}

.u-w-43 {
    width: 43% !important
}

.u-w-44 {
    width: 44% !important
}

.u-w-45 {
    width: 45% !important
}

.u-w-46 {
    width: 46% !important
}

.u-w-47 {
    width: 47% !important
}

.u-w-48 {
    width: 48% !important
}

.u-w-49 {
    width: 49% !important
}

.u-w-50 {
    width: 50% !important
}

.u-w-51 {
    width: 51% !important
}

.u-w-52 {
    width: 52% !important
}

.u-w-53 {
    width: 53% !important
}

.u-w-54 {
    width: 54% !important
}

.u-w-55 {
    width: 55% !important
}

.u-w-56 {
    width: 56% !important
}

.u-w-57 {
    width: 57% !important
}

.u-w-58 {
    width: 58% !important
}

.u-w-59 {
    width: 59% !important
}

.u-w-60 {
    width: 60% !important
}

.u-w-61 {
    width: 61% !important
}

.u-w-62 {
    width: 62% !important
}

.u-w-63 {
    width: 63% !important
}

.u-w-64 {
    width: 64% !important
}

.u-w-65 {
    width: 65% !important
}

.u-w-66 {
    width: 66% !important
}

.u-w-67 {
    width: 67% !important
}

.u-w-68 {
    width: 68% !important
}

.u-w-69 {
    width: 69% !important
}

.u-w-70 {
    width: 70% !important
}

.u-w-71 {
    width: 71% !important
}

.u-w-72 {
    width: 72% !important
}

.u-w-73 {
    width: 73% !important
}

.u-w-74 {
    width: 74% !important
}

.u-w-75 {
    width: 75% !important
}

.u-w-76 {
    width: 76% !important
}

.u-w-77 {
    width: 77% !important
}

.u-w-78 {
    width: 78% !important
}

.u-w-79 {
    width: 79% !important
}

.u-w-80 {
    width: 80% !important
}

.u-w-81 {
    width: 81% !important
}

.u-w-82 {
    width: 82% !important
}

.u-w-83 {
    width: 83% !important
}

.u-w-84 {
    width: 84% !important
}

.u-w-85 {
    width: 85% !important
}

.u-w-86 {
    width: 86% !important
}

.u-w-87 {
    width: 87% !important
}

.u-w-88 {
    width: 88% !important
}

.u-w-89 {
    width: 89% !important
}

.u-w-90 {
    width: 90% !important
}

.u-w-91 {
    width: 91% !important
}

.u-w-92 {
    width: 92% !important
}

.u-w-93 {
    width: 93% !important
}

.u-w-94 {
    width: 94% !important
}

.u-w-95 {
    width: 95% !important
}

.u-w-96 {
    width: 96% !important
}

.u-w-97 {
    width: 97% !important
}

.u-w-98 {
    width: 98% !important
}

.u-w-99 {
    width: 99% !important
}

.u-w-100 {
    width: 100% !important
}

.u-tel-link {
    color: #00517e !important
}

@media print, screen and (min-width: 768px) {
    .u-tel-link {
        pointer-events: none
    }
}
