@charset "UTF-8";
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
html {
    line-height: 1.15;
    -webkit-text-size-adjust: 100%;
}

body {
    margin: 0;
}

main {
    display: block;
}

hr {
    box-sizing: content-box;
    height: 0;
    overflow: visible;
}

pre {
    font-family: monospace, monospace;
    font-size: 1em;
}

a {
    background-color: transparent;
}

abbr[title] {
    border-bottom: none;
    text-decoration: underline;
    -webkit-text-decoration: underline dotted;
    text-decoration: underline dotted;
}

b,
strong {
    font-weight: bolder;
}

code,
kbd,
samp {
    font-family: monospace, monospace;
    font-size: 1em;
}

small {
    font-size: 80%;
}

sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sub {
    bottom: -0.25em;
}

sup {
    top: -0.5em;
}

img {
    border-style: none;
}

button,
input,
optgroup,
select,
textarea {
    font-family: inherit;
    font-size: 100%;
    line-height: 1.15;
    margin: 0;
}

button,
input {
    overflow: visible;
}

button,
select {
    text-transform: none;
}

[type=button],
[type=reset],
[type=submit],
button {
    -webkit-appearance: button;
}

[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner,
button::-moz-focus-inner {
    border-style: none;
    padding: 0;
}

[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring,
button:-moz-focusring {
    outline: 1px dotted ButtonText;
}

fieldset {
    padding: 0.35em 0.75em 0.625em;
}

legend {
    box-sizing: border-box;
    color: inherit;
    display: table;
    max-width: 100%;
    padding: 0;
    white-space: normal;
}

progress {
    vertical-align: baseline;
}

textarea {
    overflow: auto;
}

[type=checkbox],
[type=radio] {
    box-sizing: border-box;
    padding: 0;
}

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
    height: auto;
}

[type=search] {
    -webkit-appearance: textfield;
    outline-offset: -2px;
}

[type=search]::-webkit-search-decoration {
    -webkit-appearance: none;
}

::-webkit-file-upload-button {
    -webkit-appearance: button;
    font: inherit;
}

address,
details,
picture {
    display: block;
}

summary {
    display: list-item;
}

template {
    display: none;
}

[hidden] {
    display: none;
}

/* --------------------
 Styles
-------------------- */
:root {
    --fs10: 0.625rem;
    --fs11: 0.6875rem;
    --fs12: 0.75rem;
    --fs13: 0.8125rem;
    --fs14: 0.875rem;
    --fs15: 0.9375rem;
    --fs16: 1rem;
    --fs17: 1.0625rem;
    --fs18: 1.125rem;
    --fs19: 1.1875rem;
    --fs20: 1.25rem;
    --fs21: 1.3125rem;
    --fs22: 1.375rem;
    --fs23: 1.4375rem;
    --fs24: 1.5rem;
    --fs25: 1.5625rem;
    --fs26: 1.625rem;
    --fs27: 1.6875rem;
    --fs28: 1.75rem;
    --fs29: 1.8125rem;
    --fs30: 1.875rem;
    --fs31: 1.9375rem;
    --fs32: 2rem;
    --fs33: 2.0625rem;
    --fs34: 2.125rem;
    --fs35: 2.1875rem;
    --fs36: 2.25rem;
    --fs37: 2.3125rem;
    --fs38: 2.375rem;
    --fs39: 2.4375rem;
    --fs40: 2.5rem;
    --color-theme: #9de4f4;
    --color-text: #4c4948;
    --container-width: 1200px;
    --c-pad: 20px;
    --duration: 0.35s;
    --cubic: cubic-bezier(0.645, 0.045, 0.355, 1);
    --header-height: 100px;
}

@media (min-width: 768px) {
    :root {
        --c-pad: 30px;
    }
}

@media (min-width: 992px) {
    :root {
        --header-height: 140px;
    }
}

@media (min-width: 1240px) {
    :root {
        --header-height: 180px;
    }
}

@font-face {
    font-family: "LINESeedJP";
  font-style: normal;
  font-weight: 400;
  src: url(../fonts/LINESeedJP/WOFF2/LINESeedJP_OTF_Rg.woff2);
}

@font-face {
    font-family: "LINESeedJP";
  font-style: normal;
  font-weight: 700;
  src: url(../fonts/LINESeedJP/WOFF2/LINESeedJP_OTF_Bd.woff2);
}

body {
    color: var(--color-text);
    font-family: "LINESeedJP", -apple-system, BlinkMacSystemFont, "Hiragino Kaku Gothic ProN", YuGothic, "游ゴシック体", "Yu Gothic", "游ゴシック", Meiryo, sans-serif;
    font-size: var(--fs14);
    line-break: normal;
    line-height: 1.6;
    margin: 0;
    -webkit-text-size-adjust: 100%;
    -moz-text-size-adjust: 100%;
    text-size-adjust: 100%;
}

@media (min-width: 768px) {
    body {
        font-size: var(--fs16);
    }
}

* {
    box-sizing: border-box;
}

*:before, *:after {
    box-sizing: border-box;
}

img {
    height: auto;
    max-width: 100%;
    -webkit-user-drag: none;
    user-drag: none;
    -webkit-user-select: none;
    user-select: none;
    vertical-align: middle;
}

p {
    overflow-wrap: break-word;
}

header,
footer,
main,
nav,
section {
    display: block;
}

button {
    color: inherit;
    cursor: pointer;
}

picture,
figure,
figcaption {
    display: block;
    margin: 0;
}

address {
    font-style: normal;
}

[tabindex="-1"]:focus {
    outline: 0;
}

/* --------------------
 Utils
-------------------- */
@media (max-width: 767px) {
    .hidden-xs {
        display: none !important;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .hidden-sm {
        display: none !important;
    }
}

@media (min-width: 992px) and (max-width: 1239px) {
    .hidden-md {
        display: none !important;
    }
}

@media (min-width: 1240px) {
    .hidden-lg {
        display: none !important;
    }
}
/* --------------------
 Layout
-------------------- */
.layout {
    padding: var(--header-height) 0 0;
}

/* --------------------
 Accessibility
-------------------- */
.screen-reader-text {
    border: 0;
    clip: rect(1px, 1px, 1px, 1px);
    -webkit-clip-path: inset(50%);
    clip-path: inset(50%);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute !important;
    width: 1px;
    word-wrap: normal !important;
}

[tabindex="-1"]:focus {
    outline: 0;
}

.skip-link:focus {
    border-radius: 3px;
    box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
    clip: auto !important;
    -webkit-clip-path: none;
    clip-path: none;
    display: block;
    font-weight: 700;
    height: auto;
    left: 5px;
    line-height: normal;
    padding: 15px 23px 14px;
    text-decoration: none;
    top: 5px;
    width: auto;
    z-index: 100000;
}

/* --------------------
 Commons
-------------------- */
.com-new {
    align-items: center;
    background-color: var(--color-theme);
    border-radius: 6px;
    color: #ffffab;
    display: flex;
    flex-flow: row nowrap;
    font-size: 0.5625rem;
    font-weight: 700;
    height: 20px;
    justify-content: center;
    line-height: 1.2;
    padding: 0.125em 0 0;
    width: 36px;
}

@media (min-width: 992px) {
    .com-new {
        font-size: var(--fs12);
        height: 24px;
        width: 48px;
    }
}

.com-button {
    align-items: center;
    background-color: #85e5f6;
    border: 2px solid #ffffff;
    border-radius: 8px;
    box-shadow: 5px 5px 3px rgba(0, 0, 0, 0.05);
    color: #399fb7;
    display: flex;
    flex-flow: row nowrap;
    font-size: var(--fs14);
    font-weight: 700;
    height: 60px;
    justify-content: center;
    letter-spacing: 0.16em;
    line-height: 1.2;
    margin: 0 auto;
    min-width: 280px;
    padding: 0.05em 60px;
    position: relative;
    text-decoration: none;
    transition: background-color 0.35s cubic-bezier(0.645, 0.045, 0.355, 1) 0s, border-color 0.35s cubic-bezier(0.645, 0.045, 0.355, 1) 0s;
    width: -webkit-fit-content;
    width: fit-content;
}

@media (min-width: 768px) {
    .com-button {
        background-color: var(--color-theme);
        font-size: var(--fs18);
        height: 64px;
        padding: 0.05em 100px;
    }
}

.com-button:after {
    background-color: #ffffff;
    bottom: 0;
    content: "";
    display: block;
    height: 9px;
    margin: auto;
    margin: auto 0;
    -webkit-mask-image: url('data:image/svg+xml;charset=UTF-8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 22 12"><polyline points="0 11.5 20 11.5 9.5 .5" style="fill: none; stroke: %23fff; stroke-miterlimit: 10;"/><rect width="22" height="12" style="fill: none;"/></svg>');
    mask-image: url('data:image/svg+xml;charset=UTF-8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 22 12"><polyline points="0 11.5 20 11.5 9.5 .5" style="fill: none; stroke: %23fff; stroke-miterlimit: 10;"/><rect width="22" height="12" style="fill: none;"/></svg>');
    -webkit-mask-position: center;
    mask-position: center;
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-size: contain;
    mask-size: contain;
    position: absolute;
    right: 24px;
    top: 0;
    transition: background-color 0.35s cubic-bezier(0.645, 0.045, 0.355, 1) 0s, transform 0.35s cubic-bezier(0.645, 0.045, 0.355, 1) 0s;
    width: 16px;
}

@media (min-width: 768px) {
    .com-button:after {
        height: 10px;
        right: 30px;
        width: 18px;
    }
}

@media (min-width: 992px) {
    .com-button:after {
        height: 12px;
        width: 22px;
    }
}

.com-button:focus {
    background-color: #f5fdff;
    border-color: var(--color-theme);
}

.com-button:focus:after {
    background-color: var(--color-theme);
    transform: translateX(3px);
}

@media (hover: hover) and (pointer: fine) {
    .com-button:hover {
        background-color: #f5fdff;
        border-color: var(--color-theme);
    }

    .com-button:hover:after {
        background-color: var(--color-theme);
        transform: translateX(3px);
    }
}

.com-breadcrumb {
    align-items: flex-start;
    display: flex;
    flex-flow: row wrap;
    gap: 5px 0;
    justify-content: flex-start;
    list-style: none;
    margin: 0 auto 40px;
    max-width: calc(var(--container-width) + var(--c-pad)*2);
    padding: 0 20px;
    width: 100%;
}

@media (min-width: 768px) {
    .com-breadcrumb {
        margin: 0 auto 20px;
        padding: 0 30px;
    }
}

.com-breadcrumb > li {
    font-size: var(--fs10);
    line-height: 1.2;
    margin: 0;
    padding: 0 26px 0 0;
    position: relative;
}

@media (min-width: 768px) {
    .com-breadcrumb > li {
        font-size: var(--fs12);
    }
}

.com-breadcrumb > li:after {
    border-right: 1px solid #aaaaaa;
    border-top: 1px solid #aaaaaa;
    bottom: auto;
    content: "";
    display: block;
    height: 6px;
    margin: auto 0;
    position: absolute;
    right: 12px;
    top: 3px;
    transform: rotate(45deg);
    width: 6px;
}

.com-breadcrumb > li:last-child {
    padding-right: 0;
}

.com-breadcrumb > li:last-child:after {
    display: none;
}

.com-breadcrumb > li a, .com-breadcrumb > li span {
    color: #aaaaaa;
    display: block;
    font-size: inherit;
    font-weight: 400;
    letter-spacing: 0.16em;
    line-height: 1.2;
}

.com-breadcrumb > li a {
    text-decoration: none;
}

.com-breadcrumb > li a:focus {
    text-decoration: underline;
}

@media (hover: hover) and (pointer: fine) {
    .com-breadcrumb > li a:hover {
        text-decoration: underline;
    }
}

.navigation.pagination .nav-links {
    align-items: center;
    display: flex;
    flex-flow: row wrap;
    gap: 12px;
    justify-content: center;
    margin: 0 auto;
    text-align: center;
}

@media (min-width: 768px) {
    .navigation.pagination .nav-links {
        gap: 16px 12px;
    }
}

.navigation.pagination .nav-links a.page-numbers, .navigation.pagination .nav-links span.page-numbers {
    align-items: center;
    background-color: #ffffff;
    border: 1px solid transparent;
    border-radius: 30px;
    color: inherit;
    display: flex;
    flex-flow: row nowrap;
    font-size: var(--fs12);
    height: 30px;
    justify-content: center;
    margin: 0;
    padding: 0 3px 0;
    position: relative;
    text-align: center;
    text-decoration: none;
    transition: border-color 0.35s cubic-bezier(0.645, 0.045, 0.355, 1) 0s, color 0.35s cubic-bezier(0.645, 0.045, 0.355, 1) 0s, background-color 0.35s cubic-bezier(0.645, 0.045, 0.355, 1) 0s;
    width: 30px;
}

@media (min-width: 768px) {
    .navigation.pagination .nav-links a.page-numbers, .navigation.pagination .nav-links span.page-numbers {
        font-size: var(--fs18);
        height: 54px;
        width: 54px;
    }
}

.navigation.pagination .nav-links a.page-numbers.prev, .navigation.pagination .nav-links span.page-numbers.prev {
    background-color: transparent;
    border-color: var(--color-theme);
    height: 18px;
    margin-right: 4px;
    width: 18px;
}

@media (min-width: 768px) {
    .navigation.pagination .nav-links a.page-numbers.prev, .navigation.pagination .nav-links span.page-numbers.prev {
        height: 34px;
        margin-right: 30px;
        width: 34px;
    }
}

.navigation.pagination .nav-links a.page-numbers.prev span, .navigation.pagination .nav-links span.page-numbers.prev span {
    visibility: hidden;
}

.navigation.pagination .nav-links a.page-numbers.prev:before, .navigation.pagination .nav-links span.page-numbers.prev:before {
    background-color: var(--color-theme);
    bottom: 0;
    content: "";
    display: block;
    height: 9px;
    left: 0;
    margin: auto;
    -webkit-mask-image: url(../images/commons/com-pager-prev.svg);
    mask-image: url(../images/commons/com-pager-prev.svg);
    -webkit-mask-position: center;
    mask-position: center;
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-size: contain;
    mask-size: contain;
    position: absolute;
    right: 0;
    top: 0;
    transition: background-color 0.35s cubic-bezier(0.645, 0.045, 0.355, 1) 0s, opacity 0.35s cubic-bezier(0.645, 0.045, 0.355, 1) 0s;
    width: 6px;
}

@media (min-width: 768px) {
    .navigation.pagination .nav-links a.page-numbers.prev:before, .navigation.pagination .nav-links span.page-numbers.prev:before {
        height: 12px;
        width: 8px;
    }
}

.navigation.pagination .nav-links a.page-numbers.prev:focus, .navigation.pagination .nav-links span.page-numbers.prev:focus {
    background-color: transparent;
}

.navigation.pagination .nav-links a.page-numbers.prev:focus:before, .navigation.pagination .nav-links span.page-numbers.prev:focus:before {
    background-color: var(--color-theme);
    opacity: 0.65;
}

@media (hover: hover) and (pointer: fine) {
    .navigation.pagination .nav-links a.page-numbers.prev:hover, .navigation.pagination .nav-links span.page-numbers.prev:hover {
        background-color: transparent;
    }

    .navigation.pagination .nav-links a.page-numbers.prev:hover:before, .navigation.pagination .nav-links span.page-numbers.prev:hover:before {
        background-color: var(--color-theme);
        opacity: 0.65;
    }
}

.navigation.pagination .nav-links a.page-numbers.next, .navigation.pagination .nav-links span.page-numbers.next {
    background-color: transparent;
    border-color: var(--color-theme);
    height: 18px;
    margin-left: 4px;
    width: 18px;
}

@media (min-width: 768px) {
    .navigation.pagination .nav-links a.page-numbers.next, .navigation.pagination .nav-links span.page-numbers.next {
        height: 34px;
        margin-left: 30px;
        width: 34px;
    }
}

.navigation.pagination .nav-links a.page-numbers.next span, .navigation.pagination .nav-links span.page-numbers.next span {
    visibility: hidden;
}

.navigation.pagination .nav-links a.page-numbers.next:before, .navigation.pagination .nav-links span.page-numbers.next:before {
    background-color: var(--color-theme);
    bottom: 0;
    content: "";
    display: block;
    height: 9px;
    left: 0;
    margin: auto;
    -webkit-mask-image: url(../images/commons/com-pager-next.svg);
    mask-image: url(../images/commons/com-pager-next.svg);
    -webkit-mask-position: center;
    mask-position: center;
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-size: contain;
    mask-size: contain;
    position: absolute;
    right: 0;
    top: 0;
    transition: background-color 0.35s cubic-bezier(0.645, 0.045, 0.355, 1) 0s, opacity 0.35s cubic-bezier(0.645, 0.045, 0.355, 1) 0s;
    width: 6px;
}

@media (min-width: 768px) {
    .navigation.pagination .nav-links a.page-numbers.next:before, .navigation.pagination .nav-links span.page-numbers.next:before {
        height: 12px;
        width: 8px;
    }
}

.navigation.pagination .nav-links a.page-numbers.next:focus, .navigation.pagination .nav-links span.page-numbers.next:focus {
    background-color: transparent;
}

.navigation.pagination .nav-links a.page-numbers.next:focus:before, .navigation.pagination .nav-links span.page-numbers.next:focus:before {
    background-color: var(--color-theme);
    opacity: 0.65;
}

@media (hover: hover) and (pointer: fine) {
    .navigation.pagination .nav-links a.page-numbers.next:hover, .navigation.pagination .nav-links span.page-numbers.next:hover {
        background-color: transparent;
    }

    .navigation.pagination .nav-links a.page-numbers.next:hover:before, .navigation.pagination .nav-links span.page-numbers.next:hover:before {
        background-color: var(--color-theme);
        opacity: 0.65;
    }
}

.navigation.pagination .nav-links a.page-numbers:focus, .navigation.pagination .nav-links span.page-numbers:focus {
    background-color: var(--color-theme);
    border-color: var(--color-theme);
    color: #ffffff;
}

@media (hover: hover) and (pointer: fine) {
    .navigation.pagination .nav-links a.page-numbers:hover, .navigation.pagination .nav-links span.page-numbers:hover {
        background-color: var(--color-theme);
        border-color: var(--color-theme);
        color: #ffffff;
    }
}

.navigation.pagination .nav-links span.current.page-numbers {
    background-color: var(--color-theme);
    border-color: var(--color-theme);
    color: #ffffff;
}

.navigation.pagination .nav-links span.dots.page-numbers {
    background-color: transparent;
    border: none;
    border-radius: 0;
    padding: 0;
    pointer-events: none;
    width: 10px;
}

.navigation.pagination .nav-links span.dots.page-numbers:before {
    background-color: var(--color-text);
    bottom: 0;
    content: "";
    display: block;
    height: 2px;
    left: 0;
    margin: auto;
    -webkit-mask-image: url(../images/commons/com-pager-dots.svg);
    mask-image: url(../images/commons/com-pager-dots.svg);
    -webkit-mask-position: center;
    mask-position: center;
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-size: contain;
    mask-size: contain;
    position: absolute;
    right: 0;
    top: 0;
    transition: opacity 0.35s cubic-bezier(0.645, 0.045, 0.355, 1) 0s;
    width: 10px;
}

.post-nav-links {
    align-items: center;
    display: flex;
    flex-flow: row wrap;
    gap: 12px;
    justify-content: center;
    margin: 40px auto 0;
    text-align: center;
}

@media (min-width: 768px) {
    .post-nav-links {
        gap: 16px 12px;
        margin: 60px auto 0;
    }
}

.post-nav-links a.post-page-numbers, .post-nav-links span.post-page-numbers {
    align-items: center;
    background-color: #ffffff;
    border: 1px solid transparent;
    border-radius: 30px;
    color: inherit;
    display: flex;
    flex-flow: row nowrap;
    font-size: var(--fs12);
    height: 30px;
    justify-content: center;
    margin: 0;
    padding: 0 3px 0;
    position: relative;
    text-align: center;
    text-decoration: none;
    transition: border-color 0.35s cubic-bezier(0.645, 0.045, 0.355, 1) 0s, color 0.35s cubic-bezier(0.645, 0.045, 0.355, 1) 0s, background-color 0.35s cubic-bezier(0.645, 0.045, 0.355, 1) 0s;
    width: 30px;
}

@media (min-width: 768px) {
    .post-nav-links a.post-page-numbers, .post-nav-links span.post-page-numbers {
        font-size: var(--fs18);
        height: 54px;
        width: 54px;
    }
}

.post-nav-links a.post-page-numbers.prev, .post-nav-links span.post-page-numbers.prev {
    background-color: transparent;
    border-color: var(--color-theme);
    height: 18px;
    margin-right: 4px;
    width: 18px;
}

@media (min-width: 768px) {
    .post-nav-links a.post-page-numbers.prev, .post-nav-links span.post-page-numbers.prev {
        height: 34px;
        margin-right: 30px;
        width: 34px;
    }
}

.post-nav-links a.post-page-numbers.prev span, .post-nav-links span.post-page-numbers.prev span {
    visibility: hidden;
}

.post-nav-links a.post-page-numbers.prev:before, .post-nav-links span.post-page-numbers.prev:before {
    background-color: var(--color-theme);
    bottom: 0;
    content: "";
    display: block;
    height: 9px;
    left: 0;
    margin: auto;
    -webkit-mask-image: url(../images/commons/com-pager-prev.svg);
    mask-image: url(../images/commons/com-pager-prev.svg);
    -webkit-mask-position: center;
    mask-position: center;
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-size: contain;
    mask-size: contain;
    position: absolute;
    right: 0;
    top: 0;
    transition: background-color 0.35s cubic-bezier(0.645, 0.045, 0.355, 1) 0s, opacity 0.35s cubic-bezier(0.645, 0.045, 0.355, 1) 0s;
    width: 6px;
}

@media (min-width: 768px) {
    .post-nav-links a.post-page-numbers.prev:before, .post-nav-links span.post-page-numbers.prev:before {
        height: 12px;
        width: 8px;
    }
}

.post-nav-links a.post-page-numbers.prev:focus, .post-nav-links span.post-page-numbers.prev:focus {
    background-color: transparent;
}

.post-nav-links a.post-page-numbers.prev:focus:before, .post-nav-links span.post-page-numbers.prev:focus:before {
    background-color: var(--color-theme);
    opacity: 0.65;
}

@media (hover: hover) and (pointer: fine) {
    .post-nav-links a.post-page-numbers.prev:hover, .post-nav-links span.post-page-numbers.prev:hover {
        background-color: transparent;
    }

    .post-nav-links a.post-page-numbers.prev:hover:before, .post-nav-links span.post-page-numbers.prev:hover:before {
        background-color: var(--color-theme);
        opacity: 0.65;
    }
}

.post-nav-links a.post-page-numbers.next, .post-nav-links span.post-page-numbers.next {
    background-color: transparent;
    border-color: var(--color-theme);
    height: 18px;
    margin-left: 4px;
    width: 18px;
}

@media (min-width: 768px) {
    .post-nav-links a.post-page-numbers.next, .post-nav-links span.post-page-numbers.next {
        height: 34px;
        margin-left: 30px;
        width: 34px;
    }
}

.post-nav-links a.post-page-numbers.next span, .post-nav-links span.post-page-numbers.next span {
    visibility: hidden;
}

.post-nav-links a.post-page-numbers.next:before, .post-nav-links span.post-page-numbers.next:before {
    background-color: var(--color-theme);
    bottom: 0;
    content: "";
    display: block;
    height: 9px;
    left: 0;
    margin: auto;
    -webkit-mask-image: url(../images/commons/com-pager-next.svg);
    mask-image: url(../images/commons/com-pager-next.svg);
    -webkit-mask-position: center;
    mask-position: center;
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-size: contain;
    mask-size: contain;
    position: absolute;
    right: 0;
    top: 0;
    transition: background-color 0.35s cubic-bezier(0.645, 0.045, 0.355, 1) 0s, opacity 0.35s cubic-bezier(0.645, 0.045, 0.355, 1) 0s;
    width: 6px;
}

@media (min-width: 768px) {
    .post-nav-links a.post-page-numbers.next:before, .post-nav-links span.post-page-numbers.next:before {
        height: 12px;
        width: 8px;
    }
}

.post-nav-links a.post-page-numbers.next:focus, .post-nav-links span.post-page-numbers.next:focus {
    background-color: transparent;
}

.post-nav-links a.post-page-numbers.next:focus:before, .post-nav-links span.post-page-numbers.next:focus:before {
    background-color: var(--color-theme);
    opacity: 0.65;
}

@media (hover: hover) and (pointer: fine) {
    .post-nav-links a.post-page-numbers.next:hover, .post-nav-links span.post-page-numbers.next:hover {
        background-color: transparent;
    }

    .post-nav-links a.post-page-numbers.next:hover:before, .post-nav-links span.post-page-numbers.next:hover:before {
        background-color: var(--color-theme);
        opacity: 0.65;
    }
}

.post-nav-links a.post-page-numbers:focus, .post-nav-links span.post-page-numbers:focus {
    background-color: var(--color-theme);
    border-color: var(--color-theme);
    color: #ffffff;
}

@media (hover: hover) and (pointer: fine) {
    .post-nav-links a.post-page-numbers:hover, .post-nav-links span.post-page-numbers:hover {
        background-color: var(--color-theme);
        border-color: var(--color-theme);
        color: #ffffff;
    }
}

.post-nav-links span.current.post-page-numbers {
    background-color: var(--color-theme);
    border-color: var(--color-theme);
    color: #ffffff;
}

.post-nav-links span.dots.post-page-numbers {
    background-color: transparent;
    border: none;
    border-radius: 0;
    padding: 0;
    pointer-events: none;
    width: 10px;
}

.post-nav-links span.dots.post-page-numbers:before {
    background-color: var(--color-text);
    bottom: 0;
    content: "";
    display: block;
    height: 2px;
    left: 0;
    margin: auto;
    -webkit-mask-image: url(../images/commons/com-pager-dots.svg);
    mask-image: url(../images/commons/com-pager-dots.svg);
    -webkit-mask-position: center;
    mask-position: center;
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-size: contain;
    mask-size: contain;
    position: absolute;
    right: 0;
    top: 0;
    transition: opacity 0.35s cubic-bezier(0.645, 0.045, 0.355, 1) 0s;
    width: 10px;
}

:where(.entry) .wp-block-image figcaption {
    font-size: var(--fs11);
}

@media (min-width: 768px) {
    :where(.entry) .wp-block-image figcaption {
        font-size: var(--fs14);
    }
}

@media (max-width: 599px) {
    :where(.entry) .wp-block-gallery.has-nested-images figure.wp-block-image:not(#individual-image) {
        width: 100%;
    }
}

:where(.entry) .wp-block-gallery.has-nested-images figure.wp-block-image {
    flex-grow: 0;
}

:where(.entry) .wp-block-gallery.has-nested-images figure.wp-block-image img {
    object-fit: contain !important;
}

:where(.entry) p {
    font-size: var(--fs16);
    letter-spacing: 0.1em;
    line-height: 1.93;
}

@media (min-width: 768px) {
    :where(.entry) p {
        font-size: var(--fs16);
    }
}

:where(.entry) p.has-background {
    padding: 20px;
}

@media (min-width: 768px) {
    :where(.entry) p.has-background {
        padding: 30px;
    }
}

:where(.entry) :not(.has-link-color) a {
    color: #399fb7;
    text-decoration: underline;
    -webkit-text-decoration-color: #9de4f4;
    text-decoration-color: #9de4f4;
    text-underline-offset: 8px;
}

:where(.entry) :not(.has-link-color) a:focus {
    text-decoration: none;
}

@media (hover: hover) and (pointer: fine) {
    :where(.entry) :not(.has-link-color) a:hover {
        text-decoration: none;
    }
}

:where(.entry) h1.wp-block-heading {
    font-size: var(--fs30);
    font-weight: 700;
    letter-spacing: 0.16em;
    line-height: 1.4;
}

@media (min-width: 768px) {
    :where(.entry) h1.wp-block-heading {
        font-size: var(--fs40);
    }
}

@media (min-width: 992px) {
    :where(.entry) h1.wp-block-heading {
        font-size: 3rem;
    }
}

:where(.entry) h2.wp-block-heading {
    font-size: var(--fs24);
    font-weight: 700;
    letter-spacing: 0.16em;
    line-height: 1.4;
}

@media (min-width: 768px) {
    :where(.entry) h2.wp-block-heading {
        font-size: var(--fs28);
    }
}

:where(.entry) h3.wp-block-heading {
    font-size: var(--fs16);
    font-weight: 700;
    line-height: 1.4;
}

@media (min-width: 768px) {
    :where(.entry) h3.wp-block-heading {
        font-size: var(--fs18);
    }
}

:where(.entry) .wp-block-heading.is-style-heading-h2 {
    font-size: var(--fs24);
    padding: 0 0 0 18px;
    position: relative;
}

@media (min-width: 768px) {
    :where(.entry) .wp-block-heading.is-style-heading-h2 {
        font-size: var(--fs28);
        padding: 0 0 0 25px;
    }
}

:where(.entry) .wp-block-heading.is-style-heading-h2:before {
    background-color: var(--color-theme);
    bottom: 4px;
    content: "";
    display: block;
    left: 0;
    margin: 0;
    position: absolute;
    top: 4px;
    width: 10px;
}

@media (min-width: 768px) {
    :where(.entry) .wp-block-heading.is-style-heading-h2:before {
        width: 13px;
    }
}

:where(.entry) .wp-block-heading.is-style-heading-h3 {
    background-color: #f5fdff;
    display: block;
    font-size: var(--fs22);
    font-weight: 700;
    letter-spacing: 0.16em;
    line-height: 1.4;
    padding: 10px 16px;
    text-align: center;
    width: -webkit-fit-content;
    width: fit-content;
}

@media (min-width: 768px) {
    :where(.entry) .wp-block-heading.is-style-heading-h3 {
        font-size: var(--fs16);
        min-width: 210px;
        padding: 10px 30px;
    }
}

:where(.entry) h4.wp-block-heading {
    font-size: var(--fs14);
    font-weight: 700;
    line-height: 1.4;
}

@media (min-width: 768px) {
    :where(.entry) h4.wp-block-heading {
        font-size: var(--fs16);
    }
}

:where(.entry) h5.wp-block-heading,
:where(.entry) h6.wp-block-heading {
    font-size: var(--fs14);
    font-weight: 700;
    line-height: 1.4;
}

@media (min-width: 768px) {
    :where(.entry) h5.wp-block-heading,
  :where(.entry) h6.wp-block-heading {
        font-size: var(--fs16);
    }
}

:where(.entry) .wp-block-separator {
    border: none;
    border-color: #ccc;
    border-style: solid;
    border-width: 1px 0 0 0;
}

:where(.entry) .wp-block-separator.is-dashed {
    border-style: dashed;
}

:where(.entry) :where(.wp-block-button) .wp-element-button {
    transition: background-color 0.35s cubic-bezier(0.645, 0.045, 0.355, 1) 0s, color 0.35s cubic-bezier(0.645, 0.045, 0.355, 1) 0s, opacity 0.35s cubic-bezier(0.645, 0.045, 0.355, 1) 0s;
}

:where(.entry) :where(.wp-block-button) .wp-element-button:focus {
    opacity: 0.75;
}

@media (hover: hover) and (pointer: fine) {
    :where(.entry) :where(.wp-block-button) .wp-element-button:hover {
        opacity: 0.75;
    }
}

:where(.entry) :where(:not(.wp-block-button)) a {
    transition: color 0.35s cubic-bezier(0.645, 0.045, 0.355, 1) 0s;
}

:where(.entry) .is-style-button .wp-element-button,
:where(.entry) .is-style-button .wp-block-button__link {
    align-items: center;
    background-color: #85e5f6;
    border: 2px solid #ffffff;
    border-radius: 8px;
    box-shadow: 5px 5px 3px rgba(0, 0, 0, 0.05);
    color: #399fb7;
    display: flex;
    flex-flow: row nowrap;
    font-size: var(--fs14);
    font-weight: 700;
    height: 60px;
    justify-content: center;
    letter-spacing: 0.16em;
    line-height: 1.2;
    margin: 0;
    min-width: 280px;
    opacity: 1;
    padding: 0.05em 60px;
    position: relative;
    text-decoration: none;
    transition: background-color 0.35s cubic-bezier(0.645, 0.045, 0.355, 1) 0s, border-color 0.35s cubic-bezier(0.645, 0.045, 0.355, 1) 0s;
    width: -webkit-fit-content;
    width: fit-content;
}

@media (min-width: 768px) {
    :where(.entry) .is-style-button .wp-element-button,
  :where(.entry) .is-style-button .wp-block-button__link {
        background-color: var(--color-theme);
        font-size: var(--fs18);
        height: 64px;
        opacity: 1;
        padding: 0.05em 100px;
    }
}

:where(.entry) .is-style-button .wp-element-button:after,
:where(.entry) .is-style-button .wp-block-button__link:after {
    background-color: #ffffff;
    bottom: 0;
    content: "";
    display: block;
    height: 9px;
    margin: auto;
    margin: auto 0;
    -webkit-mask-image: url('data:image/svg+xml;charset=UTF-8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 22 12"><polyline points="0 11.5 20 11.5 9.5 .5" style="fill: none; stroke: %23fff; stroke-miterlimit: 10;"/><rect width="22" height="12" style="fill: none;"/></svg>');
    mask-image: url('data:image/svg+xml;charset=UTF-8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 22 12"><polyline points="0 11.5 20 11.5 9.5 .5" style="fill: none; stroke: %23fff; stroke-miterlimit: 10;"/><rect width="22" height="12" style="fill: none;"/></svg>');
    -webkit-mask-position: center;
    mask-position: center;
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-size: contain;
    mask-size: contain;
    position: absolute;
    right: 24px;
    top: 0;
    transition: background-color 0.35s cubic-bezier(0.645, 0.045, 0.355, 1) 0s, transform 0.35s cubic-bezier(0.645, 0.045, 0.355, 1) 0s;
    width: 16px;
}

@media (min-width: 768px) {
    :where(.entry) .is-style-button .wp-element-button:after,
  :where(.entry) .is-style-button .wp-block-button__link:after {
        height: 10px;
        right: 30px;
        width: 18px;
    }
}

@media (min-width: 992px) {
    :where(.entry) .is-style-button .wp-element-button:after,
  :where(.entry) .is-style-button .wp-block-button__link:after {
        height: 12px;
        width: 22px;
    }
}

:where(.entry) .is-style-button .wp-element-button:not(.has-link-color, .has-text-color, .has-background):focus,
:where(.entry) .is-style-button .wp-block-button__link:not(.has-link-color, .has-text-color, .has-background):focus {
    background-color: #f5fdff;
    border-color: var(--color-theme);
}

:where(.entry) .is-style-button .wp-element-button:not(.has-link-color, .has-text-color, .has-background):focus:after,
:where(.entry) .is-style-button .wp-block-button__link:not(.has-link-color, .has-text-color, .has-background):focus:after {
    background-color: var(--color-theme);
    transform: translateX(3px);
}

@media (hover: hover) and (pointer: fine) {
    :where(.entry) .is-style-button .wp-element-button:not(.has-link-color, .has-text-color, .has-background):hover,
  :where(.entry) .is-style-button .wp-block-button__link:not(.has-link-color, .has-text-color, .has-background):hover {
        background-color: #f5fdff;
        border-color: var(--color-theme);
    }

    :where(.entry) .is-style-button .wp-element-button:not(.has-link-color, .has-text-color, .has-background):hover:after,
  :where(.entry) .is-style-button .wp-block-button__link:not(.has-link-color, .has-text-color, .has-background):hover:after {
        background-color: var(--color-theme);
        transform: translateX(3px);
    }
}

:where(.entry) .is-style-button .wp-element-button:is(.has-link-color, .has-text-color, .has-background),
:where(.entry) .is-style-button .wp-block-button__link:is(.has-link-color, .has-text-color, .has-background) {
    transition: opacity 0.35s cubic-bezier(0.645, 0.045, 0.355, 1) 0s;
}

:where(.entry) .is-style-button .wp-element-button:is(.has-link-color, .has-text-color, .has-background):focus,
:where(.entry) .is-style-button .wp-block-button__link:is(.has-link-color, .has-text-color, .has-background):focus {
    opacity: 0.65;
}

@media (hover: hover) and (pointer: fine) {
    :where(.entry) .is-style-button .wp-element-button:is(.has-link-color, .has-text-color, .has-background):hover,
  :where(.entry) .is-style-button .wp-block-button__link:is(.has-link-color, .has-text-color, .has-background):hover {
        opacity: 0.65;
    }
}

:where(.entry) .has-small-font-size {
    font-size: var(--fs12);
}

@media (min-width: 768px) {
    :where(.entry) .has-small-font-size {
        font-size: var(--fs14);
    }
}

:where(.entry) .has-medium-font-size {
    font-size: var(--fs14);
}

@media (min-width: 768px) {
    :where(.entry) .has-medium-font-size {
        font-size: var(--fs16);
    }
}

:where(.entry) .has-large-font-size {
    font-size: var(--fs16);
}

@media (min-width: 768px) {
    :where(.entry) .has-large-font-size {
        font-size: var(--fs20);
    }
}

:where(.entry) .has-x-large-font-size {
    font-size: var(--fs24);
}

@media (min-width: 768px) {
    :where(.entry) .has-x-large-font-size {
        font-size: var(--fs28);
    }
}

:where(.entry) .has-xx-large-font-size {
    font-size: var(--fs28);
}

@media (min-width: 768px) {
    :where(.entry) .has-xx-large-font-size {
        font-size: var(--fs34);
    }
}

:where(.entry) a:has(> img) {
    transition: opacity 0.35s cubic-bezier(0.645, 0.045, 0.355, 1) 0s;
}

:where(.entry) a:has(> img):focus {
    opacity: 0.75;
}

@media (hover: hover) and (pointer: fine) {
    :where(.entry) a:has(> img):hover {
        opacity: 0.75;
    }
}

:where(.entry) .wp-block-spacer {
    margin-bottom: 0;
    margin-top: 0;
}

/* --------------------
 Header
-------------------- */
.header {
    background-color: #ffffff;
    height: var(--header-height);
    left: 0;
    position: fixed;
    right: 0;
    top: 0;
    z-index: 99;
}

@media (min-width: 992px) {
    .header {
        position: absolute;
    }
}

.header-container {
    align-items: center;
    display: flex;
    flex-flow: row nowrap;
    height: 100%;
    justify-content: space-between;
    margin: 0 auto;
    max-width: calc(1300px + var(--c-pad)*2);
    padding: 0 20px;
    width: 100%;
}

@media (min-width: 768px) {
    .header-container {
        padding: 0 30px;
    }
}

@media (min-width: 992px) {
    .header-container {
        align-items: flex-end;
        padding: 0 30px 40px;
    }
}

.header__logo {
    font-size: var(--fs10);
    line-height: 1;
    margin: 0;
}

.header__logo a {
    display: block;
    text-decoration: none;
    transition: opacity 0.35s cubic-bezier(0.645, 0.045, 0.355, 1) 0s;
}

.header__logo a:focus {
    opacity: 0.65;
}

@media (hover: hover) and (pointer: fine) {
    .header__logo a:hover {
        opacity: 0.65;
    }
}

.header__logo a img {
    height: 54px;
    width: auto;
}

@media (min-width: 768px) {
    .header__logo a img {
        height: 64px;
    }
}

@media (min-width: 992px) {
    .header__logo a img {
        height: 74px;
    }
}

@media (min-width: 1240px) {
    .header__logo a img {
        height: 104px;
    }
}

.header__nav {
    display: none;
}

@media (min-width: 992px) {
    .header__nav {
        align-items: center;
        display: flex;
        flex-flow: row nowrap;
        gap: 32px;
        justify-content: flex-end;
        padding: 0 0 12px 0;
    }
}

@media (min-width: 1240px) {
    .header__nav {
        gap: 56px;
        padding: 0 12px 12px 0;
    }
}

.header__nav__menu {
    align-items: center;
    display: flex;
    flex-flow: row nowrap;
    gap: 32px;
    justify-content: flex-end;
}

@media (min-width: 1240px) {
    .header__nav__menu {
        gap: 44px;
    }
}

.header__nav__menu__item a {
    color: inherit;
    display: block;
    font-size: var(--fs14);
    line-height: 1.2;
    position: relative;
    text-decoration: none;
    transition: color 0.35s cubic-bezier(0.645, 0.045, 0.355, 1) 0s;
    width: -webkit-fit-content;
    width: fit-content;
}

@media (min-width: 1240px) {
    .header__nav__menu__item a {
        font-size: var(--fs16);
    }
}

.header__nav__menu__item a:after {
    background-image: url(../images/commons/com-dotted-line.svg);
    background-position: center;
    background-repeat: space;
    background-size: 11px 6px;
    bottom: -8px;
    content: "";
    display: block;
    height: 6px;
    left: -2px;
    opacity: 0;
    position: absolute;
    right: -2px;
    transition: opacity 0.35s cubic-bezier(0.645, 0.045, 0.355, 1) 0s;
    width: auto;
}

.header__nav__menu__item a:focus {
    color: #399fb7;
}

.header__nav__menu__item a:focus:after {
    opacity: 1;
}

@media (hover: hover) and (pointer: fine) {
    .header__nav__menu__item a:hover {
        color: #399fb7;
    }

    .header__nav__menu__item a:hover:after {
        opacity: 1;
    }
}

.header__nav__contact__tel {
    text-align: right;
}

.header__nav__contact__tel a {
    color: inherit;
    font-size: var(--fs33);
    font-weight: 700;
    letter-spacing: 0.02em;
    line-height: 1.05;
    text-decoration: none;
}

@media (min-width: 1240px) {
    .header__nav__contact__tel a {
        font-size: var(--fs37);
    }
}

.header__nav__contact__address {
    display: block;
    font-size: var(--fs14);
    font-weight: 700;
    letter-spacing: 0.2em;
    line-height: 1.2;
    margin: 0;
    text-align: right;
}

@media (min-width: 1240px) {
    .header__nav__contact__address {
        font-size: var(--fs16);
    }
}

.header__burger {
    -webkit-appearance: none;
    appearance: none;
    background: none;
    border: none;
    border-radius: 0;
    box-shadow: none;
    cursor: pointer;
    display: block;
    height: 26px;
    margin: 0;
    padding: 0;
    position: relative;
    width: 24px;
}

@media (min-width: 992px) {
    .header__burger {
        display: none;
    }
}

.header__burger__box {
    display: block;
    height: 26px;
    margin: 0 auto;
    position: relative;
    width: 24px;
}

.header__burger__box__line {
    display: block;
    margin: -2px 0 0;
    top: 2px;
    transition: transform 0.15s ease 0s, background-color 0.15s ease 0s;
}

.header__burger__box__line, .header__burger__box__line:before, .header__burger__box__line:after {
    background-color: #85e5f6;
    border-radius: 4px;
    height: 4px;
    position: absolute;
    width: 24px;
}

.header__burger__box__line:before, .header__burger__box__line:after {
    content: "";
    display: block;
}

.header__burger__box__line:before {
    top: 11px;
    transition: transform 0.15s ease 0s, background-color 0.15s ease 0s, opacity 0.15s ease 0s;
}

.header__burger__box__line:after {
    top: 22px;
    transition: transform 0.15s ease 0s, background-color 0.15s ease 0s;
}

.header__burger.-active .header__burger__box__line {
    background-color: #85e5f6;
    transform: translate3d(0, 11px, 0) rotate(45deg);
}

.header__burger.-active .header__burger__box__line:before {
    background-color: #85e5f6;
    opacity: 0;
    transform: rotate(-45deg) translate3d(-3.4285714286px, -7px, 0);
}

.header__burger.-active .header__burger__box__line:after {
    background-color: #85e5f6;
    transform: translate3d(0, -22px, 0) rotate(-90deg);
}

.mbnav {
    background-color: #f2fcff;
    bottom: 0;
    display: none;
    left: 0;
    position: fixed;
    right: 0;
    top: 0;
    z-index: 100;
}

@media (min-width: 992px) {
    .mbnav {
        display: none !important;
    }
}

.mbnav__burger {
    -webkit-appearance: none;
    appearance: none;
    background: none;
    border: none;
    border-radius: 0;
    box-shadow: none;
    cursor: pointer;
    display: block;
    height: 26px;
    margin: 0;
    padding: 0;
    position: absolute;
    right: 20px;
    top: 36px;
    width: 24px;
    z-index: 1;
}

@media (min-width: 768px) {
    .mbnav__burger {
        right: 30px;
    }
}

.mbnav__burger__box {
    display: block;
    height: 26px;
    margin: 0 auto;
    position: relative;
    width: 24px;
}

.mbnav__burger__box__line {
    display: block;
    margin: -2px 0 0;
    top: 2px;
    transition: transform 0.15s ease 0s, background-color 0.15s ease 0s;
}

.mbnav__burger__box__line, .mbnav__burger__box__line:before, .mbnav__burger__box__line:after {
    background-color: #85e5f6;
    border-radius: 4px;
    height: 4px;
    position: absolute;
    width: 24px;
}

.mbnav__burger__box__line:before, .mbnav__burger__box__line:after {
    content: "";
    display: block;
}

.mbnav__burger__box__line:before {
    top: 11px;
    transition: transform 0.15s ease 0s, background-color 0.15s ease 0s, opacity 0.15s ease 0s;
}

.mbnav__burger__box__line:after {
    top: 22px;
    transition: transform 0.15s ease 0s, background-color 0.15s ease 0s;
}

.mbnav__burger.-active .mbnav__burger__box__line {
    background-color: #85e5f6;
    transform: translate3d(0, 11px, 0) rotate(45deg);
}

.mbnav__burger.-active .mbnav__burger__box__line:before {
    background-color: #85e5f6;
    opacity: 0;
    transform: rotate(-45deg) translate3d(-3.4285714286px, -7px, 0);
}

.mbnav__burger.-active .mbnav__burger__box__line:after {
    background-color: #85e5f6;
    transform: translate3d(0, -22px, 0) rotate(-90deg);
}

.mbnav-scroller {
    height: 100%;
    overflow-y: auto;
}

.mbnav-scroller-container {
    margin: 0 auto;
    padding: 70px 20px 30px;
    width: 100%;
}

@media (min-width: 768px) {
    .mbnav-scroller-container {
        padding: 70px 30px 30px;
    }
}

.mbnav__logo {
    font-size: var(--fs10);
    line-height: 1;
    margin: 0 0 60px;
}

.mbnav__logo a {
    display: block;
    margin: 0 auto;
    text-decoration: none;
    transition: opacity 0.35s cubic-bezier(0.645, 0.045, 0.355, 1) 0s;
    width: -webkit-fit-content;
    width: fit-content;
}

.mbnav__logo a:focus {
    opacity: 0.65;
}

@media (hover: hover) and (pointer: fine) {
    .mbnav__logo a:hover {
        opacity: 0.65;
    }
}

.mbnav__logo a img {
    height: 142px;
    width: auto;
}

.mbnav__contact {
    margin: 0 0 70px;
}

.mbnav__contact__tel {
    margin: 0 0 4px;
    text-align: center;
}

.mbnav__contact__tel a {
    color: inherit;
    font-size: var(--fs28);
    font-weight: 700;
    letter-spacing: 0.02em;
    line-height: 1.05;
    text-decoration: none;
}

.mbnav__contact__fax {
    align-items: center;
    display: flex;
    flex-flow: row nowrap;
    font-size: var(--fs18);
    font-weight: 700;
    gap: 8px;
    justify-content: center;
    letter-spacing: 0.02em;
    line-height: 1.05;
    margin: 0;
    text-align: center;
}

.mbnav__contact__fax span {
    display: block;
}

.mbnav__contact__fax ._small {
    font-size: var(--fs12);
}

.mbnav__contact__fax a {
    color: inherit;
    pointer-events: none;
    text-decoration: none;
}

.mbnav__nav {
    margin: 0 0 60px;
}

.mbnav__nav__menu__item {
    margin: 0 0 30px;
}

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

.mbnav__nav__menu__item a {
    color: inherit;
    display: block;
    font-size: var(--fs20);
    line-height: 1.2;
    margin: 0 auto;
    position: relative;
    text-decoration: none;
    transition: color 0.35s cubic-bezier(0.645, 0.045, 0.355, 1) 0s;
    width: -webkit-fit-content;
    width: fit-content;
}

.mbnav__nav__menu__item a:after {
    background-image: url(../images/commons/com-dotted-line.svg);
    background-position: center;
    background-repeat: space;
    background-size: 11px 6px;
    bottom: -8px;
    content: "";
    display: block;
    height: 6px;
    left: -2px;
    opacity: 0;
    position: absolute;
    right: -2px;
    transition: opacity 0.35s cubic-bezier(0.645, 0.045, 0.355, 1) 0s;
    width: auto;
}

.mbnav__nav__menu__item a:focus {
    color: #399fb7;
}

.mbnav__nav__menu__item a:focus:after {
    opacity: 1;
}

@media (hover: hover) and (pointer: fine) {
    .mbnav__nav__menu__item a:hover {
        color: #399fb7;
    }

    .mbnav__nav__menu__item a:hover:after {
        opacity: 1;
    }
}

.mbnav__banner__item {
    text-align: center;
}

.mbnav__banner__item a {
    margin: 0 auto;
    text-decoration: none;
    transition: opacity 0.35s cubic-bezier(0.645, 0.045, 0.355, 1) 0s;
    width: -webkit-fit-content;
    width: fit-content;
}

.mbnav__banner__item a:focus {
    opacity: 0.65;
}

@media (hover: hover) and (pointer: fine) {
    .mbnav__banner__item a:hover {
        opacity: 0.65;
    }
}

.mbnav__banner__item a img {
    height: 104px;
    width: auto;
}

/* --------------------
 Footer
-------------------- */
.footer__main {
    background-color: #f5fdff;
    padding: 70px 0 40px;
}

.footer__main-container {
    margin: 0 auto;
    max-width: calc(var(--container-width) + var(--c-pad)*2);
    padding: 0 20px;
    width: 100%;
}

@media (min-width: 768px) {
    .footer__main-container {
        padding: 0 30px;
    }
}

.footer__main__logo {
    font-size: var(--fs10);
    line-height: 1;
    margin: 0 0 50px;
    text-align: center;
}

@media (min-width: 768px) {
    .footer__main__logo {
        margin: 0 0 40px;
    }
}

.footer__main__logo a {
    display: block;
    margin: 0 auto;
    text-decoration: none;
    transition: opacity 0.35s cubic-bezier(0.645, 0.045, 0.355, 1) 0s;
    width: -webkit-fit-content;
    width: fit-content;
}

.footer__main__logo a:focus {
    opacity: 0.65;
}

@media (hover: hover) and (pointer: fine) {
    .footer__main__logo a:hover {
        opacity: 0.65;
    }
}

.footer__main__logo a img {
    height: 190px;
    width: auto;
}

@media (min-width: 768px) {
    .footer__main__logo a img {
        height: 90px;
    }
}

.footer__main__contact {
    margin: 0 0 60px;
}

@media (min-width: 768px) {
    .footer__main__contact {
        margin: 0 0 40px;
    }
}

.footer__main__contact__tel {
    margin: 0 0 4px;
    text-align: center;
}

.footer__main__contact__tel a {
    color: inherit;
    font-size: var(--fs28);
    font-weight: 700;
    letter-spacing: 0.02em;
    line-height: 1.05;
    text-decoration: none;
}

@media (min-width: 768px) {
    .footer__main__contact__tel a {
        font-size: var(--fs37);
    }
}

.footer__main__contact__fax {
    align-items: center;
    display: flex;
    flex-flow: row nowrap;
    font-size: var(--fs18);
    font-weight: 700;
    gap: 6px;
    justify-content: center;
    letter-spacing: 0.02em;
    line-height: 1.05;
    margin: 0;
    text-align: center;
}

@media (min-width: 768px) {
    .footer__main__contact__fax {
        font-size: var(--fs24);
        gap: 8px;
    }
}

.footer__main__contact__fax span {
    display: block;
}

.footer__main__contact__fax ._small {
    font-size: var(--fs12);
}

.footer__main__contact__fax a {
    color: inherit;
    pointer-events: none;
    text-decoration: none;
}

.footer__main__map {
    margin: 0 0 40px;
}

@media (min-width: 768px) {
    .footer__main__map {
        margin: 0 0 24px;
    }
}

.footer__main__map__address {
    display: block;
    font-size: var(--fs18);
    font-weight: 700;
    letter-spacing: 0.16em;
    line-height: 1.4;
    margin: 0 0 12px;
    text-align: center;
}

@media (min-width: 768px) {
    .footer__main__map__address {
        font-size: var(--fs17);
        line-height: 1.2;
    }
}

.footer__main__map__viewer {
    margin: 0 auto 16px;
    max-width: 1000px;
    padding: 0 10px;
    width: 100%;
}

@media (min-width: 768px) {
    .footer__main__map__viewer {
        padding: 0;
    }
}

.footer__main__map__viewer iframe {
    display: block;
    height: 360px;
    width: 100%;
}

@media (min-width: 768px) {
    .footer__main__map__viewer iframe {
        height: 200px;
    }
}

.footer__main__map__link {
    font-size: var(--fs10);
    text-align: center;
}

.footer__main__map__link a {
    color: #2cbad1;
    font-size: var(--fs13);
    letter-spacing: 0.16em;
    line-height: 1.2;
    text-decoration: none;
    transition: opacity 0.35s cubic-bezier(0.645, 0.045, 0.355, 1) 0s;
}

.footer__main__map__link a:focus {
    opacity: 0.65;
}

@media (hover: hover) and (pointer: fine) {
    .footer__main__map__link a:hover {
        opacity: 0.65;
    }
}

.footer__main__nav {
    align-items: center;
    display: flex;
    flex-flow: column nowrap;
    gap: 30px 36px;
    justify-content: center;
    margin: 0;
}

@media (min-width: 768px) {
    .footer__main__nav {
        flex-direction: row;
        padding: 0 0 0 56px;
    }
}

.footer__main__nav__menu {
    align-items: center;
    display: flex;
    flex-flow: column nowrap;
    gap: 30px 40px;
    justify-content: stretch;
}

@media (min-width: 768px) {
    .footer__main__nav__menu {
        flex-direction: row;
        justify-content: center;
    }
}

.footer__main__nav__menu__item a {
    color: inherit;
    display: block;
    font-size: var(--fs20);
    line-height: 1.2;
    position: relative;
    text-decoration: none;
    transition: color 0.35s cubic-bezier(0.645, 0.045, 0.355, 1) 0s;
    width: -webkit-fit-content;
    width: fit-content;
}

@media (min-width: 768px) {
    .footer__main__nav__menu__item a {
        font-size: var(--fs16);
    }
}

.footer__main__nav__menu__item a:after {
    background-image: url(../images/commons/com-dotted-line.svg);
    background-position: center;
    background-repeat: space;
    background-size: 11px 6px;
    bottom: -8px;
    content: "";
    display: block;
    height: 6px;
    left: -2px;
    opacity: 0;
    position: absolute;
    right: -2px;
    transition: opacity 0.35s cubic-bezier(0.645, 0.045, 0.355, 1) 0s;
    width: auto;
}

.footer__main__nav__menu__item a:focus {
    color: #399fb7;
}

.footer__main__nav__menu__item a:focus:after {
    opacity: 1;
}

@media (hover: hover) and (pointer: fine) {
    .footer__main__nav__menu__item a:hover {
        color: #399fb7;
    }

    .footer__main__nav__menu__item a:hover:after {
        opacity: 1;
    }
}

.footer__main__nav__sns__item a {
    display: block;
    text-decoration: none;
    transition: opacity 0.35s cubic-bezier(0.645, 0.045, 0.355, 1) 0s;
}

.footer__main__nav__sns__item a:focus {
    opacity: 0.65;
}

@media (hover: hover) and (pointer: fine) {
    .footer__main__nav__sns__item a:hover {
        opacity: 0.65;
    }
}

.footer__facility {
    background-color: #e3fbff;
    padding: 40px 0;
}

@media (min-width: 768px) {
    .footer__facility {
        padding: 50px 0;
    }
}

.footer__facility-container {
    margin: 0 auto;
    max-width: calc(var(--container-width) + var(--c-pad)*2);
    padding: 0 20px;
    width: 100%;
}

@media (min-width: 768px) {
    .footer__facility-container {
        padding: 0 30px;
    }
}

.footer__facility__title {
    font-size: var(--fs22);
    font-weight: 700;
    letter-spacing: 0.16em;
    line-height: 1.2;
    margin: 0 0 32px;
    text-align: center;
}

@media (min-width: 768px) {
    .footer__facility__title {
        margin: 0 0 40px;
    }
}

.footer__facility__list {
    display: flex;
    flex-flow: column wrap;
    gap: 44px;
    justify-content: center;
    margin: 0 auto;
    max-width: 1000px;
}

@media (min-width: 768px) {
    .footer__facility__list {
        flex-direction: row;
        gap: 44px 32px;
    }
}

@media (min-width: 992px) {
    .footer__facility__list {
        gap: 44px;
    }
}

.footer__facility__list__item {
    width: 100%;
}

@media (min-width: 768px) {
    .footer__facility__list__item {
        width: calc(33.33333% - 21.33333px);
    }
}

@media (min-width: 992px) {
    .footer__facility__list__item {
        width: calc(33.33333% - 29.33333px);
    }
}

.footer__facility__list__item__link, .footer__facility__list__item__text {
    color: inherit;
    display: block;
    text-decoration: none;
    transition: opacity 0.35s cubic-bezier(0.645, 0.045, 0.355, 1) 0s;
}

.footer__facility__list__item__link__fig, .footer__facility__list__item__text__fig {
    border-radius: 8px;
    margin: 0 0 20px;
    overflow: hidden;
    text-align: center;
}

.footer__facility__list__item__link__fig img, .footer__facility__list__item__text__fig img {
    transition: transform 0.35s cubic-bezier(0.645, 0.045, 0.355, 1) 0s;
}

@media (max-width: 767px) {
    .footer__facility__list__item__link__fig img, .footer__facility__list__item__text__fig img {
        width: 100%;
    }
}

.footer__facility__list__item__link__title, .footer__facility__list__item__text__title {
    align-items: center;
    background-color: #ffffff;
    border-radius: 20px;
    display: flex;
    flex-flow: column nowrap;
    font-size: var(--fs22);
    font-weight: 700;
    height: 72px;
    justify-content: center;
    letter-spacing: 0;
    line-height: 1.4;
    margin: 0 auto 8px;
    max-width: 250px;
    padding: 0 0 2px;
    text-align: center;
    width: 100%;
}

.footer__facility__list__item__link__title ._small, .footer__facility__list__item__text__title ._small {
    font-size: var(--fs12);
    letter-spacing: 0;
    line-height: 1.4;
}

.footer__facility__list__item__link__title ._ls-1, .footer__facility__list__item__text__title ._ls-1 {
    letter-spacing: 0.06em;
}

.footer__facility__list__item__link__title ._ls-2, .footer__facility__list__item__text__title ._ls-2 {
    letter-spacing: -0.06em;
}

.footer__facility__list__item__link__title--small, .footer__facility__list__item__text__title--small {
    font-size: var(--fs18);
}

.footer__facility__list__item__link__address, .footer__facility__list__item__text__address {
    display: block;
    font-size: var(--fs13);
    line-height: 1.6;
    margin: 0;
    text-align: center;
}

.footer__facility__list__item__link__address a, .footer__facility__list__item__text__address a {
    color: inherit;
    text-decoration: none;
}

.footer__facility__list__item__link:focus {
    opacity: 0.65;
}

.footer__facility__list__item__link:focus .footer__facility__list__item__link__fig img {
    transform: scale(1.05);
}

@media (hover: hover) and (pointer: fine) {
    .footer__facility__list__item__link:hover {
        opacity: 0.65;
    }

    .footer__facility__list__item__link:hover .footer__facility__list__item__link__fig img {
        transform: scale(1.05);
    }
}

.footer__copyright {
    background-color: #e3fbff;
    padding: 0 0 20px;
}

.footer__copyright small {
    display: block;
    font-size: 0.5625rem;
    font-weight: 400;
    letter-spacing: 0.16em;
    line-height: 1.2;
    margin: 0;
    padding: 0;
    text-align: center;
}

@media (min-width: 768px) {
    .footer__copyright small {
        font-size: var(--fs12);
    }
}