@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;
            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;
            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-black: #000000;
    --color-black-rgb: 0, 0, 0;
    --color-blue: #0083df;
    --color-blue-rgb: 0, 131, 223;
    --color-jade: #009245;
    --color-jade-rgb: 0, 146, 69;
    --color-teal: #008a65;
    --color-teal-rgb: 0, 138, 101;
    --color-light-teal: #60baa8;
    --color-light-teal-rgb: 96, 186, 168;
    --color-turquoise: #00b9a0;
    --color-turquoise-rgb: 0, 185, 160;
    --color-mint: #cae7df;
    --color-mint-rgb: 202, 231, 223;
    --color-dark-gray: #595757;
    --color-dark-gray-rgb: 89, 87, 87;
    --color-medium-gray: #606060;
    --color-medium-gray-rgb: 96, 96, 96;
    --color-gray: #727171;
    --color-gray-rgb: 114, 113, 113;
    --color-light-gray: #e6e6e6;
    --color-light-gray-rgb: 230, 230, 230;
    --color-red: #fe0000;
    --color-red-rgb: 254, 0, 0;
    --color-orange: #ff7200;
    --color-orange-rgb: 255, 114, 0;
    --color-white: #ffffff;
    --color-white-rgb: 255, 255, 255;
    --container-width: 1000px;
    --c-pad: 20px;
    --cubic: cubic-bezier(0.645, 0.045, 0.355, 1);
    --ff-josefin-sans: "Josefin Sans", sans-serif;
    --header-height: 68px;
}

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

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

@media (min-width: 1240px) {
    :root {
        --c-pad: 120px;
    }
}

html {
    overflow-y: scroll;
}

@media (max-width: 767px) {
    html.-scroll-locked {
        overflow: hidden;
    }
}

body {
    background-color: var(--color-mint);
    color: var(--color-black);
    font-family: "Noto Sans JP", -apple-system, BlinkMacSystemFont, "Hiragino Kaku Gothic ProN", YuGothic, "游ゴシック体", "Yu Gothic", "游ゴシック", Meiryo, sans-serif;
    font-feature-settings: "palt";
    font-size: var(--fs14);
    letter-spacing: 0.08em;
    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);
    }
}

body.-scroll-locked {
    bottom: auto;
    left: 0;
    position: fixed;
    right: 0;
    top: auto;
}

* {
    box-sizing: border-box;
    letter-spacing: 0.08em;
}

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

img {
    height: auto;
    max-width: 100%;
    -webkit-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
-------------------- */
/* --------------------
 Commons
-------------------- */
#js-bg {
    bottom: 0;
    left: calc(var(--c-pad)*0.5);
    margin: 0 auto;
    opacity: 0.6;
    pointer-events: none;
    position: absolute;
    right: calc(var(--c-pad)*0.5);
    top: 0;
    z-index: 0;
}

#js-bg canvas {
    bottom: auto;
    display: block;
    left: 0;
    position: absolute;
    right: auto;
    top: 0;
}

.com-page-head {
    align-items: flex-end;
    background-image: url(../images/commons/com-page-head.webp);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    display: flex;
    flex-flow: row nowrap;
    height: 160px;
    justify-content: stretch;
    -webkit-mask-image: url(../images/commons/com-page-head-mask.svg);
    mask-image: url(../images/commons/com-page-head-mask.svg);
    -webkit-mask-position: center bottom;
    mask-position: center bottom;
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-size: 2386px 2386px;
    mask-size: 2386px 2386px;
    padding: 0 0 12px;
    position: relative;
    width: 100%;
    z-index: 1;
}

@media (min-width: 768px) {
    .com-page-head {
        height: 360px;
        -webkit-mask-size: 5146px 5146px;
        mask-size: 5146px 5146px;
        padding: 0 0 50px;
    }
}

@media (min-width: 992px) {
    .com-page-head {
        height: 400px;
    }
}

.com-page-head:before, .com-page-head:after {
    aspect-ratio: 1/1;
    border-radius: 50%;
    bottom: -65%;
    content: "";
    display: block;
    left: 0;
    margin: auto;
    position: absolute;
    right: 0;
    top: auto;
    width: 185px;
    z-index: 0;
}

@media (min-width: 768px) {
    .com-page-head:before, .com-page-head:after {
        bottom: -45%;
        width: 400px;
    }
}

.com-page-head:before {
    background-color: var(--color-turquoise);
    opacity: 0.7;
}

.com-page-head:after {
    background: linear-gradient(132.56deg, rgb(102, 45, 145) 0%, rgb(0, 113, 188) 20%, rgb(0, 169, 157) 40%, rgb(252, 238, 33) 60%, rgb(247, 147, 30) 80%, rgb(237, 28, 36) 100%);
    opacity: 0.3;
}

.com-page-head__title {
    position: relative;
    width: 100%;
    z-index: 1;
}

.com-page-head__title__ja {
    color: var(--color-white);
    font-size: var(--fs14);
    font-weight: 500;
    letter-spacing: 0.15em;
    line-height: 1.2;
    margin: 0 0 8px;
    text-align: center;
}

@media (min-width: 768px) {
    .com-page-head__title__ja {
        font-size: var(--fs26);
        margin: 0 0 16px;
    }
}

.com-page-head__title__en {
    color: var(--color-white);
    font-family: var(--ff-josefin-sans);
    font-size: var(--fs10);
    font-weight: 400;
    line-height: 1.2;
    margin: 0;
    text-align: center;
}

@media (min-width: 768px) {
    .com-page-head__title__en {
        font-size: var(--fs14);
    }
}

.com-pager {
    align-items: stretch;
    display: flex;
    flex-flow: row wrap;
    gap: 10px 6px;
    justify-content: center;
    list-style: none;
    margin: 0;
    padding: 0;
}

.com-pager__item__link, .com-pager__item__dots {
    align-items: center;
    background: none;
    border: 1px solid transparent;
    border-radius: 8px;
    color: var(--color-teal);
    display: flex;
    flex-flow: row nowrap;
    font-size: var(--fs14);
    font-weight: 400;
    height: 30px;
    justify-content: center;
    letter-spacing: 0;
    line-height: 1.2;
    min-width: 30px;
    padding: 0 5px 0;
    position: relative;
    text-decoration: none;
}

.com-pager__item__link img, .com-pager__item__link span, .com-pager__item__dots img, .com-pager__item__dots span {
    vertical-align: middle;
}

.com-pager__item__link {
    background-color: var(--color-white);
    border-color: var(--color-teal);
    color: var(--color-teal);
    transition: background-color 0.35s var(--cubic) 0s, border-color 0.35s var(--cubic) 0s, color 0.35s var(--cubic) 0s;
}

.com-pager__item__link:focus {
    background-color: var(--color-teal);
    border-color: var(--color-teal);
    color: var(--color-white);
}

@media (hover: hover) and (pointer: fine) {
    .com-pager__item__link:hover {
        background-color: var(--color-teal);
        border-color: var(--color-teal);
        color: var(--color-white);
    }
}

.com-pager__item__dots:before {
    background-color: var(--color-teal);
    bottom: 0;
    content: "";
    display: block;
    height: 4px;
    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: background-color 0.35s cubic-bezier(0.645, 0.045, 0.355, 1) 0s;
    width: 20px;
}

.com-pager__item__dots span {
    display: block;
    font-size: var(--fs10);
    overflow: hidden;
    visibility: hidden;
    width: var(--fs10);
}

.com-pager__item--active .com-pager__item__link, .com-pager__item--active .com-pager__item__dots {
    background-color: var(--color-teal);
    border-color: var(--color-teal);
    color: var(--color-white);
    pointer-events: none;
}

.com-pager__item--first .com-pager__item__link:before {
    background-color: var(--color-white);
    bottom: 0;
    content: "";
    display: block;
    height: 8px;
    left: 0;
    margin: auto;
    -webkit-mask-image: url(../images/commons/com-pager-first.svg);
    mask-image: url(../images/commons/com-pager-first.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;
    width: 12px;
}

.com-pager__item--prev .com-pager__item__link:before {
    background-color: var(--color-white);
    bottom: 0;
    content: "";
    display: block;
    height: 8px;
    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;
    width: 12px;
}

.com-pager__item--next .com-pager__item__link:before {
    background-color: var(--color-white);
    bottom: 0;
    content: "";
    display: block;
    height: 8px;
    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;
    width: 12px;
}

.com-pager__item--last .com-pager__item__link:before {
    background-color: var(--color-white);
    bottom: 0;
    content: "";
    display: block;
    height: 8px;
    left: 0;
    margin: auto;
    -webkit-mask-image: url(../images/commons/com-pager-last.svg);
    mask-image: url(../images/commons/com-pager-last.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;
    width: 12px;
}

.com-pager__item--first .com-pager__item__link, .com-pager__item--prev .com-pager__item__link, .com-pager__item--next .com-pager__item__link, .com-pager__item--last .com-pager__item__link {
    background-color: var(--color-teal);
    border-color: var(--color-teal);
}

.com-pager__item--first .com-pager__item__link span, .com-pager__item--prev .com-pager__item__link span, .com-pager__item--next .com-pager__item__link span, .com-pager__item--last .com-pager__item__link span {
    display: block;
    font-size: var(--fs10);
    overflow: hidden;
    visibility: hidden;
    width: var(--fs10);
}

.com-pager__item--first .com-pager__item__link:focus, .com-pager__item--prev .com-pager__item__link:focus, .com-pager__item--next .com-pager__item__link:focus, .com-pager__item--last .com-pager__item__link:focus {
    background-color: var(--color-white);
}

.com-pager__item--first .com-pager__item__link:focus:before, .com-pager__item--prev .com-pager__item__link:focus:before, .com-pager__item--next .com-pager__item__link:focus:before, .com-pager__item--last .com-pager__item__link:focus:before {
    background-color: var(--color-teal);
}

@media (hover: hover) and (pointer: fine) {
    .com-pager__item--first .com-pager__item__link:hover, .com-pager__item--prev .com-pager__item__link:hover, .com-pager__item--next .com-pager__item__link:hover, .com-pager__item--last .com-pager__item__link:hover {
        background-color: var(--color-white);
    }

    .com-pager__item--first .com-pager__item__link:hover:before, .com-pager__item--prev .com-pager__item__link:hover:before, .com-pager__item--next .com-pager__item__link:hover:before, .com-pager__item--last .com-pager__item__link:hover:before {
        background-color: var(--color-teal);
    }
}

/* --------------------
 Header
-------------------- */
.header {
    height: var(--header-height);
    left: 0;
    padding: 0 0 0 12px;
    position: fixed;
    right: 0;
    top: 0;
    z-index: 99;
}

@media (min-width: 992px) {
    .header {
        height: auto;
        padding: 30px 30px 0;
        position: absolute;
    }
}

.header-container {
    align-items: center;
    background-color: var(--color-white);
    border-radius: 40px 0 0 40px;
    display: flex;
    flex-flow: row nowrap;
    height: 100%;
    justify-content: space-between;
    margin: 0 auto;
    padding: 0 0 0 12px;
    width: 100%;
}

@media (min-width: 992px) {
    .header-container {
        align-items: flex-start;
        background-color: transparent;
        border-radius: 0;
        height: auto;
        padding: 0;
    }
}

.header__logo a {
    display: block;
    font-size: var(--fs10);
    line-height: 1;
    position: relative;
    text-decoration: none;
    transition: opacity 0.35s var(--cubic) 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 {
    width: 136px;
}

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

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

.header__menu {
    display: none;
}

@media (min-width: 992px) {
    .header__menu {
        display: flex;
        flex-flow: row nowrap;
        gap: 32px;
        justify-content: flex-end;
        padding: 10px 0 0 0;
    }
}

@media (min-width: 1240px) {
    .header__menu {
        gap: 36px;
        padding: 10px 10px 0 0;
    }
}

.header__menu__item a {
    display: block;
    font-size: var(--fs10);
    text-align: center;
    text-decoration: none;
}

.header__menu__item a .ja {
    color: var(--color-black);
    display: block;
    font-size: var(--fs14);
    font-weight: 700;
    letter-spacing: 0.1em;
    line-height: 1.2;
    margin: 0 0 5px;
    transition: color 0.35s var(--cubic) 0s;
}

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

.header__menu__item a .en {
    color: var(--color-light-teal);
    display: block;
    font-family: var(--ff-josefin-sans);
    font-size: var(--fs10);
    letter-spacing: 0.03em;
    line-height: 1.2;
    margin: 0;
    transition: color 0.35s var(--cubic) 0s;
}

@media (min-width: 1240px) {
    .header__menu__item a .en {
        font-size: var(--fs12);
    }
}

.header__menu__item a:focus .ja {
    color: var(--color-teal);
}

.header__menu__item a:focus .en {
    color: var(--color-teal);
}

@media (hover: hover) and (pointer: fine) {
    .header__menu__item a:hover .ja {
        color: var(--color-teal);
    }

    .header__menu__item a:hover .en {
        color: var(--color-teal);
    }
}

.header__burger {
    -webkit-appearance: none;
    appearance: none;
    background: none;
    border: none;
    border-radius: 0;
    box-shadow: none;
    cursor: pointer;
    display: block;
    height: 41px;
    left: auto;
    margin: auto;
    padding: 0;
    position: absolute;
    right: 13px;
    -webkit-tap-highlight-color: transparent;
    top: 16px;
    width: 42px;
    z-index: 100;
}

.header__burger:before {
    bottom: auto;
    content: "";
    display: block;
    height: 48px;
    left: 50%;
    position: absolute;
    right: auto;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 48px;
    z-index: 0;
}

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

.header__burger__box {
    display: block;
    height: 21px;
    margin: 0 auto 8px;
    position: relative;
    width: 28px;
}

.header__burger__box__line {
    display: block;
    margin: -1px 0 0;
    top: 1.5px;
    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: var(--color-teal);
    border-radius: 3px;
    height: 3px;
    position: absolute;
    width: 28px;
}

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

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

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

.header__burger.-active .header__burger__box__line {
    transform: translate3d(0, 9px, 0) rotate(45deg);
}

.header__burger.-active .header__burger__box__line:before {
    opacity: 0;
    transform: rotate(-45deg) translate3d(-4px, -6px, 0);
}

.header__burger.-active .header__burger__box__line:after {
    transform: translate3d(0, -18px, 0) rotate(-90deg);
}

.header__burger__label {
    color: var(--color-teal);
    display: block;
    font-family: var(--ff-josefin-sans);
    font-size: var(--fs12);
    font-weight: 400;
    letter-spacing: 0;
    line-height: 1;
    text-align: center;
}

.bmenu {
    background-color: var(--color-mint);
    bottom: 0;
    display: none;
    left: 0;
    padding: 68px 0 0;
    position: fixed;
    right: 0;
    top: 0;
    z-index: 98;
}

@media (min-width: 992px) {
    .bmenu {
        display: none !important;
        padding-top: 0;
    }
}

.bmenu-scroller {
    height: calc(100% - 85px);
    overflow-y: auto;
}

.bmenu__menu {
    padding: 0 20px 30px;
}

.bmenu__menu__item {
    border-bottom: 1px solid rgba(var(--color-teal-rgb), 0.3);
}

.bmenu__menu__item a {
    align-items: baseline;
    display: flex;
    flex-flow: row nowrap;
    font-size: var(--fs10);
    gap: 16px;
    justify-content: flex-start;
    padding: 24px 24px 24px 0;
    position: relative;
    text-align: center;
    text-decoration: none;
    width: 100%;
}

.bmenu__menu__item a:after {
    background-image: url(../images/commons/com-burger-menu-arrow-right.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    bottom: 0;
    content: "";
    display: block;
    height: 10px;
    margin: auto 0;
    position: absolute;
    right: 0;
    top: 0;
    width: 16px;
}

.bmenu__menu__item a .ja {
    color: var(--color-black);
    display: block;
    font-size: var(--fs16);
    font-weight: 700;
    letter-spacing: 0.1em;
    line-height: 1.2;
    margin: 0;
}

.bmenu__menu__item a .en {
    color: var(--color-light-teal);
    display: block;
    font-family: var(--ff-josefin-sans);
    font-size: var(--fs12);
    letter-spacing: 0.03em;
    line-height: 1.2;
    margin: 0;
}

.bmenu__contact {
    align-items: stretch;
    display: flex;
    flex-flow: row nowrap;
    gap: 4px;
}

.bmenu__contact__item {
    flex: 0 0 calc(33.33333% - 2.66667px);
}

.bmenu__contact__item__tel {
    background: linear-gradient(120deg, rgba(10, 121, 122, 0.8) 0%, rgba(35, 172, 122, 0.8) 100%);
    border-radius: 8px 8px 0px 0px;
    color: var(--color-white);
    display: block;
    font-size: var(--fs12);
    font-weight: 700;
    height: 85px;
    letter-spacing: 0.05em;
    line-height: 1.4;
    padding: 8px 0 0;
    text-align: center;
    text-decoration: none;
    width: 100%;
}

.bmenu__contact__item__tel:before {
    background-image: url(../images/icons/icon-white-tel.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 22px 24px;
    content: "";
    display: block;
    height: 26px;
    margin: 0 auto 8px;
    width: 100%;
}

.bmenu__contact__item__tel em {
    font-size: var(--fs14);
    font-style: normal;
    font-weight: inherit;
}

.bmenu__contact__item__email {
    background: linear-gradient(120deg, rgb(0, 113, 188) 0%, rgb(63, 169, 245) 100%);
    border-radius: 8px 8px 0px 0px;
    color: var(--color-white);
    display: block;
    font-size: var(--fs12);
    font-weight: 700;
    height: 85px;
    letter-spacing: 0.05em;
    line-height: 1.4;
    padding: 8px 0 0;
    text-align: center;
    text-decoration: none;
    width: 100%;
}

.bmenu__contact__item__email:before {
    background-image: url(../images/icons/icon-white-email.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 23px 17px;
    content: "";
    display: block;
    height: 26px;
    margin: 0 auto 8px;
    width: 100%;
}

.bmenu__contact__item__email em {
    font-size: var(--fs14);
    font-style: normal;
    font-weight: inherit;
}

.bmenu__contact__item__line {
    background: linear-gradient(120deg, rgb(0, 146, 69) 0%, rgb(140, 198, 63) 100%);
    border-radius: 8px 8px 0px 0px;
    color: var(--color-white);
    display: block;
    font-size: var(--fs12);
    font-weight: 700;
    height: 85px;
    letter-spacing: 0.05em;
    line-height: 1.4;
    padding: 8px 0 0;
    text-align: center;
    text-decoration: none;
    white-space: nowrap;
    width: 100%;
}

.bmenu__contact__item__line:before {
    background-image: url(../images/icons/icon-white-line.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 27px 26px;
    content: "";
    display: block;
    height: 26px;
    margin: 0 auto 8px;
    width: 100%;
}

.bmenu__contact__item__line em {
    font-size: var(--fs14);
    font-style: normal;
    font-weight: inherit;
}

/* --------------------
 Footer
-------------------- */
.footer {
    padding: 0;
    position: relative;
}

.footer__contact {
    border-radius: 10px;
    color: var(--color-white);
    margin: 0;
    padding: 60px 0;
    position: relative;
}

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

.footer__contact__bg {
    bottom: 0;
    left: 15px;
    margin: 0 auto;
    pointer-events: none;
    position: absolute;
    right: 15px;
    z-index: 0;
}

.footer__contact__bg canvas {
    border: none;
    bottom: 0;
    display: block;
    left: auto;
    position: absolute;
    right: 0;
    top: auto;
}

.footer__contact-container {
    margin: 0 auto;
    max-width: calc(1000px + var(--c-pad)*2);
    padding: 0 var(--c-pad);
    position: relative;
    text-align: center;
    z-index: 1;
}

.footer__contact__head__title {
    align-items: baseline;
    display: flex;
    gap: 10px;
    justify-content: flex-start;
    margin: 0 0 40px;
}

.footer__contact__head__title__en {
    color: var(--color-white);
    font-family: var(--ff-josefin-sans);
    font-size: 2.375rem;
    font-weight: 400;
    line-height: 1;
    margin: 0;
}

@media (min-width: 992px) {
    .footer__contact__head__title__en {
        font-size: 2.625rem;
    }
}

.footer__contact__head__title__ja {
    color: var(--color-white);
    font-size: var(--fs16);
    font-weight: 500;
    letter-spacing: 0.1em;
    line-height: 1;
    margin: 0;
}

@media (min-width: 992px) {
    .footer__contact__head__title__ja {
        font-size: var(--fs18);
    }
}

.footer__contact__tel {
    margin: 0 0 40px;
    text-align: center;
}

.footer__contact__tel__title {
    color: var(--color-white);
    font-size: var(--fs16);
    font-weight: 500;
    letter-spacing: 0.1em;
    line-height: 1.4;
    margin: 0 0 20px;
}

@media (min-width: 768px) {
    .footer__contact__tel__title {
        font-size: var(--fs18);
    }
}

.footer__contact__tel__number {
    color: var(--color-white);
    font-family: var(--ff-josefin-sans);
    font-size: var(--fs40);
    letter-spacing: 0.05em;
    line-height: 1.05;
    margin: 0;
}

@media (min-width: 768px) {
    .footer__contact__tel__number {
        font-size: 3.875rem;
    }
}

.footer__contact__tel__number a {
    color: inherit;
    text-decoration: none;
}

.footer__contact__tel__note p {
    color: var(--color-white);
    font-size: var(--fs16);
    font-weight: 500;
    letter-spacing: 0.1em;
    line-height: 1.4;
    margin: 0;
}

@media (min-width: 768px) {
    .footer__contact__tel__note p {
        font-size: var(--fs18);
    }
}

.footer__contact__buttons {
    align-items: center;
    display: flex;
    flex-flow: row wrap;
    gap: 20px;
    justify-content: center;
    margin: 0 auto 28px;
    max-width: 780px;
}

.footer__contact__buttons__item {
    flex: 0 0 100%;
}

@media (min-width: 768px) {
    .footer__contact__buttons__item {
        flex: 0 0 calc(50% - 10px);
    }
}

.footer__contact__buttons__item__email {
    align-items: center;
    background: linear-gradient(90deg, rgb(0, 113, 188) 0%, rgb(63, 169, 245) 100%);
    border-radius: 40px;
    color: var(--color-white);
    display: flex;
    height: 60px;
    justify-content: center;
    margin: 0 auto;
    max-width: 320px;
    padding: 0 50px 0 62px;
    position: relative;
    text-decoration: none;
    transition: box-shadow 0.35s var(--cubic) 0s;
    width: 100%;
}

@media (min-width: 768px) {
    .footer__contact__buttons__item__email {
        height: 76px;
        margin: 0;
        max-width: 380px;
        padding: 0 60px 0 72px;
    }
}

.footer__contact__buttons__item__email > span {
    color: var(--color-white);
    display: block;
    font-size: var(--fs18);
    font-weight: 700;
    letter-spacing: 0.1em;
    line-height: 1.2;
}

@media (min-width: 768px) {
    .footer__contact__buttons__item__email > span {
        font-size: var(--fs20);
    }
}

.footer__contact__buttons__item__email:before {
    background-image: url(../images/icons/icon-white-email.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    bottom: 0;
    content: "";
    height: 21px;
    left: 20px;
    margin: auto 0;
    position: absolute;
    top: 0;
    width: 28px;
}

@media (min-width: 768px) {
    .footer__contact__buttons__item__email:before {
        height: 26px;
        width: 34px;
    }
}

.footer__contact__buttons__item__email:after {
    background-image: url('data:image/svg+xml;charset=UTF-8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 25 15"><g><line y1="7.5" x2="23.94" y2="7.5" style="fill: none; stroke: %23fff; stroke-miterlimit: 10;"/><polyline points="15.96 14.41 23.94 7.5 15.96 .59" style="fill: none; stroke: %23fff; stroke-miterlimit: 10;"/></g></svg>');
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    bottom: 0;
    content: "";
    display: block;
    height: 15px;
    margin: auto 0;
    position: absolute;
    right: 20px;
    top: 0;
    width: 25px;
}

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

.footer__contact__buttons__item__email:focus {
    box-shadow: 0px 0px 6px 4px rgba(var(--color-black-rgb), 0.35);
}

@media (hover: hover) and (pointer: fine) {
    .footer__contact__buttons__item__email:hover {
        box-shadow: 0px 0px 6px 4px rgba(var(--color-black-rgb), 0.35);
    }
}

.footer__contact__buttons__item__line {
    align-items: center;
    background: linear-gradient(90deg, rgb(0, 146, 69) 0%, rgb(140, 198, 63) 100%);
    border-radius: 40px;
    color: var(--color-white);
    display: flex;
    height: 60px;
    justify-content: center;
    margin: 0 auto;
    max-width: 320px;
    padding: 0 50px 0 62px;
    position: relative;
    text-decoration: none;
    transition: box-shadow 0.35s var(--cubic) 0s;
    width: 100%;
}

@media (min-width: 768px) {
    .footer__contact__buttons__item__line {
        height: 76px;
        margin: 0;
        max-width: 380px;
        padding: 0 80px 0 92px;
    }
}

.footer__contact__buttons__item__line > span {
    color: var(--color-white);
    display: block;
    font-size: var(--fs14);
    font-weight: 700;
    letter-spacing: 0.1em;
    line-height: 1.2;
}

@media (min-width: 992px) {
    .footer__contact__buttons__item__line > span {
        font-size: var(--fs16);
    }
}

.footer__contact__buttons__item__line > span span {
    display: block;
    margin: 0 0 4px;
}

.footer__contact__buttons__item__line > span em {
    display: block;
    font-size: var(--fs18);
    font-style: normal;
    font-weight: 700;
    letter-spacing: 0.1em;
}

@media (min-width: 992px) {
    .footer__contact__buttons__item__line > span em {
        font-size: var(--fs20);
    }
}

.footer__contact__buttons__item__line:before {
    background-image: url(../images/icons/icon-white-line.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    bottom: 0;
    content: "";
    height: 34px;
    left: 20px;
    margin: auto 0;
    position: absolute;
    top: 0;
    width: 36px;
}

@media (min-width: 768px) {
    .footer__contact__buttons__item__line:before {
        height: 42px;
        left: 30px;
        width: 44px;
    }
}

.footer__contact__buttons__item__line:after {
    background-image: url('data:image/svg+xml;charset=UTF-8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 25 15"><g><line y1="7.5" x2="23.94" y2="7.5" style="fill: none; stroke: %23fff; stroke-miterlimit: 10;"/><polyline points="15.96 14.41 23.94 7.5 15.96 .59" style="fill: none; stroke: %23fff; stroke-miterlimit: 10;"/></g></svg>');
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    bottom: 0;
    content: "";
    display: block;
    height: 15px;
    margin: auto 0;
    position: absolute;
    right: 20px;
    top: 0;
    width: 25px;
}

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

.footer__contact__buttons__item__line:focus {
    box-shadow: 0px 0px 6px 4px rgba(var(--color-black-rgb), 0.35);
}

@media (hover: hover) and (pointer: fine) {
    .footer__contact__buttons__item__line:hover {
        box-shadow: 0px 0px 6px 4px rgba(var(--color-black-rgb), 0.35);
    }
}

.footer__contact__note p {
    color: var(--color-mint);
    font-size: var(--fs14);
    font-weight: 500;
    letter-spacing: 0.1em;
    line-height: 1.4;
    margin: 0;
    text-align: center;
}

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

.footer__main {
    margin: 0;
    padding: 60px 0 20px;
}

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

.footer__main-container {
    align-items: stretch;
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
    margin: 0 auto;
    padding: 0 var(--c-pad);
    position: relative;
    text-align: center;
}

@media (min-width: 992px) {
    .footer__main-container {
        align-items: flex-end;
    }
}

.footer__main__logo {
    flex: 0 0 100%;
    margin: 0 0 40px;
}

@media (min-width: 992px) {
    .footer__main__logo {
        flex: 0 0 188px;
        margin: 0;
    }
}

@media (min-width: 1240px) {
    .footer__main__logo {
        flex: 0 0 234px;
    }
}

.footer__main__logo a {
    display: block;
    font-size: var(--fs10);
    line-height: 1;
    position: relative;
    text-decoration: none;
    transition: opacity 0.35s var(--cubic) 0s;
}

.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 {
    width: 153px;
}

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

@media (min-width: 992px) {
    .footer__main__logo a img {
        width: 100%;
    }
}

.footer__main__nav {
    flex: 0 0 100%;
    padding: 0 0 28px;
}

@media (min-width: 992px) {
    .footer__main__nav {
        flex: 0 1 auto;
    }
}

.footer__main__nav__sns {
    align-items: center;
    display: flex;
    flex-flow: row nowrap;
    gap: 30px;
    justify-content: center;
    margin: 0 0 40px;
}

@media (min-width: 768px) {
    .footer__main__nav__sns {
        gap: 44px;
    }
}

@media (min-width: 992px) {
    .footer__main__nav__sns {
        justify-content: flex-start;
        margin: 0 0 56px;
    }
}

.footer__main__nav__sns a {
    display: block;
    font-size: var(--fs10);
    line-height: 1;
    position: relative;
    text-decoration: none;
    transition: opacity 0.35s var(--cubic) 0s;
}

.footer__main__nav__sns a:focus {
    opacity: 0.65;
}

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

.footer__main__nav__sns a img.instagram {
    width: 32px;
}

@media (min-width: 768px) {
    .footer__main__nav__sns a img.instagram {
        width: 40px;
    }
}

.footer__main__nav__sns a img.facebook {
    width: 32px;
}

@media (min-width: 768px) {
    .footer__main__nav__sns a img.facebook {
        width: 40px;
    }
}

.footer__main__nav__sns a img.x {
    width: 28px;
}

@media (min-width: 768px) {
    .footer__main__nav__sns a img.x {
        width: 34px;
    }
}

.footer__main__nav__sns a img.line {
    width: 32px;
}

@media (min-width: 768px) {
    .footer__main__nav__sns a img.line {
        width: 40px;
    }
}

.footer__main__nav__menu {
    align-items: center;
    display: flex;
    flex-flow: row wrap;
    gap: 12px 16px;
    justify-content: center;
}

@media (min-width: 768px) {
    .footer__main__nav__menu {
        gap: 16px 20px;
    }
}

@media (min-width: 992px) {
    .footer__main__nav__menu {
        justify-content: flex-start;
        padding: 0 0 0 20px;
    }
}

.footer__main__nav__menu__item a {
    color: var(--color-black);
    font-size: var(--fs14);
    font-weight: 700;
    letter-spacing: 0.05em;
    line-height: 1.2;
    text-decoration: none;
    transition: color 0.35s var(--cubic) 0s;
}

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

.footer__main__nav__menu__item a:focus {
    color: var(--color-teal);
}

@media (hover: hover) and (pointer: fine) {
    .footer__main__nav__menu__item a:hover {
        color: var(--color-teal);
    }
}

.footer__main__copyright {
    color: var(--color-medium-gray);
    display: block;
    flex: 0 0 100%;
    font-size: var(--fs12);
    font-style: normal;
    font-weight: 400;
    letter-spacing: 0.1em;
    line-height: 1.2;
    margin: 0;
    text-align: center;
}

@media (min-width: 992px) {
    .footer__main__copyright {
        text-align: right;
    }
}