@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;
}

h1 {
    font-size: 2em;
    margin: 0.67em 0;
}

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

details {
    display: block;
}

summary {
    display: list-item;
}

template {
    display: none;
}

[hidden] {
    display: none;
}

/* --------------------
 Styles
-------------------- */

html {
    --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;
    --fs41: 2.5625rem;
    --fs42: 2.625rem;
    --fs43: 2.6875rem;
    --fs44: 2.75rem;
    --fs45: 2.8125rem;
    --fs46: 2.875rem;
    --fs47: 2.9375rem;
    --fs48: 3rem;
    --fs49: 3.0625rem;
    --fs50: 3.125rem;
    --fs51: 3.1875rem;
    --fs52: 3.25rem;
    --fs53: 3.3125rem;
    --fs54: 3.375rem;
    --fs55: 3.4375rem;
    --fs56: 3.5rem;
    --fs57: 3.5625rem;
    --fs58: 3.625rem;
    --fs59: 3.6875rem;
    --fs60: 3.75rem;
}

@font-face {
    font-family: YuGothicMedium;
  src: local(Yu Gothic Medium);
}

body {
    color: #000000;
    font-family: "Noto Sans JP", -apple-system, BlinkMacSystemFont, "Hiragino Kaku Gothic ProN", YuGothic, "游ゴシック体", YuGothicMedium, "Yu Gothic", "游ゴシック", Meiryo, sans-serif;
    font-size: var(--fs14);
    line-break: normal;
    line-height: 1.6;
    margin: 0;
    -webkit-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;
}

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

.-ff-jost {
    font-family: "Jost", sans-serif;
}

/* --------------------
 Layout
-------------------- */
/* --------------------
 Commons
-------------------- */
.com-contact-button {
    align-items: center;
    background-color: #FFDE00;
    border: 3px solid #fff;
    border-radius: 50px;
    box-shadow: 3px 3px 2px rgba(0, 0, 0, 0.55);
    color: #0098D7;
    display: flex;
    flex-flow: column nowrap;
    font-size: var(--fs16);
    font-weight: 700;
    height: 80px;
    justify-content: center;
    letter-spacing: 0.1em;
    line-height: 1.4;
    margin: 0 auto;
    max-width: 400px;
    padding: 0 60px 0 20px;
    position: relative;
    text-align: center;
    text-decoration: none;
    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, box-shadow 0.35s cubic-bezier(0.645, 0.045, 0.355, 1) 0s;
    width: 100%;
}

@media (min-width: 768px) {
    .com-contact-button {
        font-size: var(--fs20);
        height: 94px;
        max-width: 670px;
        padding: 0;
    }
}

.com-contact-button:after {
    background-color: #fff;
    background-image: url(../images/icons/icon-blue-email.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 28px 23px;
    border-radius: 50%;
    bottom: 0;
    content: "";
    display: block;
    height: 52px;
    margin: auto 0;
    position: absolute;
    right: 5px;
    top: 0;
    width: 52px;
}

@media (min-width: 768px) {
    .com-contact-button:after {
        height: 74px;
        width: 74px;
    }
}

.com-contact-button span {
    display: block;
    font-size: inherit;
    line-height: 1.4;
}

.com-contact-button em {
    display: block;
    font-size: var(--fs22);
    font-style: normal;
    font-weight: inherit;
    letter-spacing: 0.1em;
    line-height: 1.2;
}

@media (min-width: 768px) {
    .com-contact-button em {
        font-size: var(--fs34);
    }
}

.com-contact-button:focus {
    background-color: #0098D7;
    box-shadow: 3px 3px 8px rgba(0, 0, 0, 0.55);
    color: #FFDE00;
}

@media (hover: hover) and (pointer: fine) {
    .com-contact-button:hover {
        background-color: #0098D7;
        box-shadow: 3px 3px 8px rgba(0, 0, 0, 0.55);
        color: #FFDE00;
    }
}

/* --------------------
 Header
-------------------- */
.header {
    left: 0;
    padding: 6px 0 0;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 99;
}

.header-container {
    align-items: center;
    display: flex;
    flex-flow: row nowrap;
    justify-content: space-between;
    margin: 0;
    padding: 0 20px;
    width: 100%;
}

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

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

@media (min-width: 1240px) {
    .header__logo {
        padding: 0 0 0 22px;
    }
}

.header__logo a {
    display: block;
    width: -webkit-fit-content;
    width: fit-content;
}

.header__logo img {
    width: 189px;
}

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

.header__nav {
    display: none;
}

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

@media (min-width: 992px) {
    .header__nav {
        gap: 20px;
    }
}

.header__nav__title {
    color: #fff;
    flex-shrink: 0;
    font-size: var(--fs12);
    letter-spacing: 0.035em;
    line-height: 1.2;
    margin: 0;
}

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

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

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

.header__nav__menu__item__email {
    background-color: #fff;
    border-radius: 50%;
    display: block;
    font-size: var(--fs10);
    height: 44px;
    line-height: 1.2;
    position: relative;
    text-decoration: none;
    transition: background-color 0.35s cubic-bezier(0.645, 0.045, 0.355, 1) 0s;
    width: 44px;
}

.header__nav__menu__item__email:focus {
    background-color: #FFDE00;
}

@media (hover: hover) and (pointer: fine) {
    .header__nav__menu__item__email:hover {
        background-color: #FFDE00;
    }
}

.header__nav__menu__item__email span {
    clip: rect(1px, 1px, 1px, 1px);
    -webkit-clip-path: inset(50%);
    clip-path: inset(50%);
    height: 1px;
    left: 0;
    overflow: 0;
    position: absolute;
    top: 0;
    visibility: hidden;
    width: 1px;
}

.header__nav__menu__item__email:after {
    background-image: url(../images/icons/icon-blue-email.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    bottom: 0;
    content: "";
    display: block;
    height: 23px;
    left: 0;
    margin: auto;
    position: absolute;
    right: 0;
    top: 0;
    width: 28px;
}

.header__nav__menu__item__email:focus {
    background-color: #FFDE00;
}

@media (hover: hover) and (pointer: fine) {
    .header__nav__menu__item__email:hover {
        background-color: #FFDE00;
    }
}

.header__nav__menu__item__tel {
    align-items: center;
    color: #fff;
    display: flex;
    flex-flow: row nowrap;
    font-size: var(--fs30);
    gap: 12px;
    justify-content: flex-start;
    letter-spacing: 0.08em;
    line-height: 1.2;
    text-decoration: none;
}

@media (min-width: 992px) {
    .header__nav__menu__item__tel {
        font-size: var(--fs40);
        gap: 18px;
    }
}

@media (min-width: 1240px) {
    .header__nav__menu__item__tel {
        font-size: 2.8125rem;
    }
}

.header__nav__menu__item__tel__icon {
    background-color: #fff;
    border-radius: 50%;
    display: block;
    height: 44px;
    position: relative;
    width: 44px;
}

.header__nav__menu__item__tel__icon:after {
    background-image: url(../images/icons/icon-blue-tel.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    bottom: 0;
    content: "";
    display: block;
    height: 28px;
    left: 0;
    margin: auto;
    position: absolute;
    right: 0;
    top: 0;
    width: 22px;
    z-index: 1;
}

.header__nav__menu__item__tel__icon span {
    clip: rect(1px, 1px, 1px, 1px);
    -webkit-clip-path: inset(50%);
    clip-path: inset(50%);
    height: 1px;
    left: 0;
    overflow: 0;
    position: absolute;
    top: 0;
    visibility: hidden;
    width: 1px;
}

.header__nav__menu__item__tel__number {
    display: block;
}

.header__nav__menu__item__tel__number span {
    display: inline-block;
}

.header__nav__menu__item__tel__number .-hypen {
    letter-spacing: inherit;
    transform: translateY(-0.1em);
}

.gaction {
    bottom: 5px;
    display: none;
    left: auto;
    position: fixed;
    right: 0;
    transform: translateX(100%);
    z-index: 99;
}

.gaction.-initialized {
    display: block;
    transition: transform 0.4s cubic-bezier(0.645, 0.045, 0.355, 1) 0s;
}

.gaction.-active {
    transform: translateX(0);
}

.gaction__nav {
    align-items: center;
    background-color: #06C655;
    border-radius: 40px 0 0 40px;
    box-shadow: 0 0 3px rgba(0, 0, 0, 0.55);
    display: flex;
    flex-flow: row nowrap;
    gap: 12px;
    height: 65px;
    justify-content: flex-end;
    padding: 0 20px 0 20px;
}

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

@media (min-width: 992px) {
    .gaction__nav {
        padding: 0 70px 0 20px;
    }
}

.gaction__nav__title {
    color: #fff;
    flex-grow: 0;
    flex-shrink: 0;
    font-size: var(--fs14);
    letter-spacing: 0.035em;
    line-height: 1.2;
    margin: 0;
}

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

.gaction__nav__menu {
    align-items: center;
    display: flex;
    flex-flow: row nowrap;
    flex-grow: 1;
    flex-shrink: 1;
    gap: 12px;
    justify-content: flex-end;
}

.gaction__nav__menu__item__email {
    background-color: #fff;
    border-radius: 50%;
    display: block;
    font-size: var(--fs10);
    height: 44px;
    line-height: 1.2;
    position: relative;
    text-decoration: none;
    transition: background-color 0.35s cubic-bezier(0.645, 0.045, 0.355, 1) 0s;
    width: 44px;
}

.gaction__nav__menu__item__email:focus {
    background-color: #FFDE00;
}

@media (hover: hover) and (pointer: fine) {
    .gaction__nav__menu__item__email:hover {
        background-color: #FFDE00;
    }
}

.gaction__nav__menu__item__email span {
    clip: rect(1px, 1px, 1px, 1px);
    -webkit-clip-path: inset(50%);
    clip-path: inset(50%);
    height: 1px;
    left: 0;
    overflow: 0;
    position: absolute;
    top: 0;
    visibility: hidden;
    width: 1px;
}

.gaction__nav__menu__item__email:after {
    background-color: #06C655;
    bottom: 0;
    content: "";
    display: block;
    height: 23px;
    left: 0;
    margin: auto;
    -webkit-mask-image: url(../images/icons/icon-blue-email.svg);
    mask-image: url(../images/icons/icon-blue-email.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;
    width: 28px;
}

.gaction__nav__menu__item__email:focus {
    background-color: #FFDE00;
}

@media (hover: hover) and (pointer: fine) {
    .gaction__nav__menu__item__email:hover {
        background-color: #FFDE00;
    }
}

.gaction__nav__menu__item__tel {
    align-items: center;
    color: #fff;
    display: flex;
    flex-flow: row nowrap;
    font-size: 2.5rem;
    gap: 12px;
    justify-content: flex-start;
    letter-spacing: 0.08em;
    line-height: 1.2;
    text-decoration: none;
}

@media (min-width: 992px) {
    .gaction__nav__menu__item__tel {
        font-size: 2.8125rem;
        gap: 18px;
    }
}

.gaction__nav__menu__item__tel__icon {
    background-color: #fff;
    border-radius: 50%;
    display: block;
    height: 44px;
    position: relative;
    width: 44px;
}

.gaction__nav__menu__item__tel__icon:after {
    background-color: #06C655;
    bottom: 0;
    content: "";
    display: block;
    height: 28px;
    left: 0;
    margin: auto;
    -webkit-mask-image: url(../images/icons/icon-blue-tel.svg);
    mask-image: url(../images/icons/icon-blue-tel.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;
    width: 22px;
    z-index: 1;
}

.gaction__nav__menu__item__tel__icon span {
    clip: rect(1px, 1px, 1px, 1px);
    -webkit-clip-path: inset(50%);
    clip-path: inset(50%);
    height: 1px;
    left: 0;
    overflow: 0;
    position: absolute;
    top: 0;
    visibility: hidden;
    width: 1px;
}

.gaction__nav__menu__item__tel__number {
    display: none;
}

@media (min-width: 768px) {
    .gaction__nav__menu__item__tel__number {
        display: block;
    }
}

.gaction__nav__menu__item__tel__number span {
    display: inline-block;
}

.gaction__nav__menu__item__tel__number .-hypen {
    letter-spacing: inherit;
    transform: translateY(-0.1em);
}

/* --------------------
 Footer
-------------------- */
.footer {
    background-image: url(../images/commons/com-footer-bg.webp);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 60px 0 100px;
}

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

.footer-container {
    margin: 0 auto;
    max-width: 1260px;
    padding: 0 20px;
    width: 100%;
}

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

.footer__logo {
    margin: 0 0 50px;
    text-align: center;
}

.footer__logo img {
    width: 280px;
}

@media (min-width: 768px) {
    .footer__logo img {
        width: 386px;
    }
}

.footer__content {
    margin: 0 0 40px;
}

.footer__content p {
    color: #fff;
    font-size: var(--fs14);
    font-weight: 700;
    letter-spacing: 0.2em;
    line-height: 1.8;
    margin: 0;
    text-align: center;
}

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

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

@media (min-width: 768px) {
    .footer__nav {
        flex-direction: row;
    }
}

.footer__nav__tel {
    padding: 0 20px 0 0;
}

.footer__nav__tel__link {
    align-items: center;
    color: #fff;
    display: flex;
    flex-flow: row nowrap;
    font-size: var(--fs36);
    gap: 12px;
    justify-content: flex-start;
    letter-spacing: 0.08em;
    line-height: 1.2;
    text-decoration: none;
}

@media (min-width: 768px) {
    .footer__nav__tel__link {
        gap: 18px;
    }
}

.footer__nav__tel__link img {
    width: 24px;
}

@media (min-width: 768px) {
    .footer__nav__tel__link img {
        width: 28px;
    }
}

.footer__nav__tel__link__number {
    display: block;
}

.footer__nav__tel__link__number span {
    display: inline-block;
}

.footer__nav__tel__link__number .-hypen {
    letter-spacing: inherit;
    transform: translateY(-0.1em);
}

.footer__nav__action a {
    align-items: center;
    background-color: #FFEF00;
    border: 2px solid #FFEF00;
    color: #33AAFF;
    display: flex;
    flex-flow: row nowrap;
    font-size: var(--fs16);
    font-weight: 700;
    gap: 15px;
    height: 40px;
    justify-content: center;
    letter-spacing: 0.15em;
    text-decoration: none;
    transition: background-color 0.35s cubic-bezier(0.645, 0.045, 0.355, 1) 0s;
    width: 260px;
}

.footer__nav__action a:after {
    background-image: url(../images/commons/com-footer-contact-double-angle-right.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    content: "";
    display: block;
    height: 10px;
    width: 20px;
}

.footer__nav__action a:focus {
    background-color: #fff;
}

@media (hover: hover) and (pointer: fine) {
    .footer__nav__action a:hover {
        background-color: #fff;
    }
}

.footer__copyright {
    color: #fff;
    display: block;
    font-size: var(--fs12);
    font-weight: 400;
    line-height: 1.2;
    text-align: center;
}