@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;
    --ff-notosans: "Noto Sans JP";
    --ff-notoserif: "Noto Serif JP";
    --color-bg: #efefef;
    --color-text: #222222;
    --color-text-rgb: 34, 34, 34;
    --color-black: #282829;
    --color-black-rgb: 40, 40, 41;
    --color-midnight-navy: #0D121F;
    --color-midnight-navy-rgb: 13, 18, 31;
    --color-gradient: linear-gradient(to right, #282829 0%, #282829 50%, #b2b2b2 100%);
    --mbheader-height: 70px;
    --container-width: 1450px;
    --c-pad: 16px;
    --cubic: cubic-bezier(0.645, 0.045, 0.355, 1);
}

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

@media (min-width: 768px) {
    html {
        overflow-y: scroll;
    }
}

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

body {
    background-color: var(--color-bg);
    color: var(--color-text);
    font-family: var(--ff-notoserif), 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);
    }
}

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

* {
    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) and (max-width: 1599px) {
    .hidden-lg {
        display: none !important;
    }
}

@media (min-width: 1600px) {
    .hidden-xl {
        display: none !important;
    }
}
/* --------------------
 Animation
-------------------- */
@keyframes rotate360 {
    0% {
        transform: rotate(0);
    }

    100% {
        transform: rotate(360deg);
    }
}
/* --------------------
 Layout
-------------------- */
.layout {
    overflow: hidden;
    padding: var(--mbheader-height) 0 0;
}

@media (min-width: 992px) {
    .layout {
        padding: 0 0 0 260px;
    }
}

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

@media (min-width: 1600px) {
    .layout {
        padding: 0 0 0 420px;
    }
}

.layout-container {
    margin: 0;
    max-width: 1500px;
    padding: 20px var(--c-pad) 0;
}

@media (min-width: 992px) {
    .layout-container {
        padding: 30px var(--c-pad) 0 0;
    }
}

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

/* --------------------
 Commons
-------------------- */
.com-button {
    align-items: center;
    border-radius: 28px;
    color: #ffffff;
    display: flex;
    flex-flow: row nowrap;
    font-family: var(--ff-notosans);
    font-size: var(--fs16);
    height: 46px;
    justify-content: center;
    margin: 0;
    overflow: hidden;
    padding: 0 56px;
    position: relative;
    text-align: center;
    text-decoration: none;
    width: -webkit-fit-content;
    width: fit-content;
    z-index: 1;
}

@media (min-width: 768px) {
    .com-button {
        font-size: var(--fs18);
        height: 56px;
        padding: 0 70px;
    }
}

.com-button:before {
    background: var(--color-gradient);
    bottom: 0;
    content: "";
    display: block;
    left: 0;
    position: absolute;
    right: auto;
    top: 0;
    transform: translateX(-50%);
    transform-origin: left center;
    transition: transform 0.35s cubic-bezier(0.645, 0.045, 0.355, 1) 0s;
    width: 200%;
    z-index: -1;
}

.com-button:focus {
    color: #ffffff;
}

.com-button:focus:before {
    transform: translateX(0);
}

@media (hover: hover) and (pointer: fine) {
    .com-button:hover {
        color: #ffffff;
    }

    .com-button:hover:before {
        transform: translateX(0);
    }
}

.com-button--center {
    margin: 0 auto;
}

.com-contact {
    margin: 0 0 80px;
    padding: 0 var(--c-pad);
}

@media (min-width: 768px) {
    .com-contact {
        margin: 0 0 120px;
    }
}

@media (min-width: 992px) {
    .com-contact {
        margin: 0 0 230px;
    }
}

.com-contact__main {
    background-color: #ffffff;
    border-radius: 20px;
    margin: 0 auto -6%;
    max-width: 1080px;
    padding: 65px var(--c-pad) 55px;
    position: relative;
    width: 100%;
    z-index: 1;
}

@media (min-width: 768px) {
    .com-contact__main {
        border-radius: 40px;
        margin: 0 auto -10%;
    }
}

@media (min-width: 1240px) {
    .com-contact__main {
        border-radius: 50px;
    }
}

@media (min-width: 1600px) {
    .com-contact__main {
        margin: 0 auto -120px;
    }
}

.com-contact__main:before, .com-contact__main:after {
    border: 1px solid var(--color-midnight-navy);
    border-radius: 20px;
    bottom: 0;
    content: "";
    display: block;
    left: 0;
    pointer-events: none;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 0;
}

@media (min-width: 768px) {
    .com-contact__main:before, .com-contact__main:after {
        border-radius: 40px;
    }
}

@media (min-width: 1240px) {
    .com-contact__main:before, .com-contact__main:after {
        border-radius: 50px;
    }
}

.com-contact__main:before {
    transform: translate(-10px, -10px);
}

@media (min-width: 1240px) {
    .com-contact__main:before {
        transform: translate(-20px, -20px);
    }
}

.com-contact__main:after {
    transform: translate(10px, 10px);
}

@media (min-width: 1240px) {
    .com-contact__main:after {
        transform: translate(20px, 20px);
    }
}

.com-contact__main__title {
    color: var(--color-black);
    font-size: var(--fs38);
    font-weight: 700;
    line-height: 1.2;
    margin: 0 0 20px;
    text-align: center;
}

@media (min-width: 768px) {
    .com-contact__main__title {
        font-size: var(--fs40);
    }
}

.com-contact__main__subtitle {
    font-size: var(--fs18);
    letter-spacing: 0.02em;
    line-height: 1.2;
    margin: 0 0 28px;
    text-align: center;
}

@media (min-width: 768px) {
    .com-contact__main__subtitle {
        font-size: var(--fs23);
    }
}

.com-contact__main__content {
    margin: 0 0 40px;
}

.com-contact__main__content p {
    font-size: var(--fs16);
    font-weight: 700;
    letter-spacing: 0.02em;
    line-height: 1.6;
    margin: 0;
    text-align: center;
}

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

.com-contact__main__menu {
    align-items: flex-start;
    display: flex;
    flex-flow: row wrap;
    gap: 30px;
    justify-content: center;
}

@media (min-width: 768px) {
    .com-contact__main__menu {
        gap: 40px 50px;
    }
}

@media (min-width: 1240px) {
    .com-contact__main__menu {
        gap: 40px 80px;
    }
}

.com-contact__main__menu__item {
    flex: 0 1 280px;
}

.com-contact__main__menu__item__title {
    color: var(--color-black);
    font-size: var(--fs18);
    font-weight: 700;
    letter-spacing: 0.02em;
    line-height: 2;
    margin: 0 0 12px;
    text-align: center;
}

@media (min-width: 768px) {
    .com-contact__main__menu__item__title {
        margin: 0 0 20px;
    }
}

.com-contact__main__menu__item__action a {
    align-items: center;
    color: #ffffff;
    display: flex;
    flex-flow: row nowrap;
    font-family: var(--ff-notosans);
    font-size: var(--fs16);
    height: 58px;
    justify-content: center;
    margin: 0 auto;
    max-width: 280px;
    overflow: hidden;
    padding: 0 8px;
    position: relative;
    text-align: center;
    text-decoration: none;
    width: 100%;
    z-index: 1;
}

@media (min-width: 768px) {
    .com-contact__main__menu__item__action a {
        font-size: var(--fs18);
        height: 66px;
    }
}

.com-contact__main__menu__item__action a:before {
    background: var(--color-gradient);
    bottom: 0;
    content: "";
    display: block;
    left: 0;
    position: absolute;
    right: auto;
    top: 0;
    transform: translateX(-50%);
    transform-origin: left center;
    transition: transform 0.35s cubic-bezier(0.645, 0.045, 0.355, 1) 0s;
    width: 200%;
    z-index: -1;
}

.com-contact__main__menu__item__action a:focus {
    color: #ffffff;
}

.com-contact__main__menu__item__action a:focus:before {
    transform: translateX(0);
}

@media (hover: hover) and (pointer: fine) {
    .com-contact__main__menu__item__action a:hover {
        color: #ffffff;
    }

    .com-contact__main__menu__item__action a:hover:before {
        transform: translateX(0);
    }
}

.com-contact__fig {
    text-align: center;
}

.com-contact__fig img {
    border-radius: 25px;
}

@media (min-width: 768px) {
    .com-contact__fig img {
        border-radius: 50px;
    }
}

/* --------------------
 Header
-------------------- */
.header {
    background-color: #efefef;
    bottom: 0;
    left: 0;
    padding: 0;
    position: fixed;
    right: auto;
    top: 0;
    width: 260px;
    z-index: 99;
}

@media (max-width: 991px) {
    .header {
        display: none;
        transform: translateX(-100%);
    }

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

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

@media (min-width: 992px) {
    .header {
        background-color: transparent;
    }
}

@media (min-width: 1240px) {
    .header {
        width: 320px;
    }
}

@media (min-width: 1600px) {
    .header {
        width: 420px;
    }
}

.header:before {
    background: linear-gradient(#515152 0%, rgba(255, 255, 255, 0) 100%);
    bottom: 0;
    content: "";
    display: block;
    left: 0;
    position: absolute;
    top: 0;
    width: 10px;
}

@media (min-width: 1240px) {
    .header:before {
        width: 16px;
    }
}

@media (min-width: 1600px) {
    .header:before {
        width: 20px;
    }
}

.header.-scrollable {
    overflow-y: auto;
    overscroll-behavior-y: contain;
}

.header-container {
    align-items: stretch;
    display: flex;
    flex-flow: column nowrap;
    justify-content: flex-start;
    margin: 0 auto;
    max-width: 320px;
    min-height: 100%;
    padding: 20px var(--c-pad);
    width: 100%;
}

@media (min-width: 768px) {
    .header-container {
        padding: 20px var(--c-pad);
    }
}

@media (min-width: 992px) {
    .header-container {
        padding: 30px var(--c-pad);
    }
}

@media (min-width: 1240px) {
    .header-container {
        padding: 50px var(--c-pad);
    }
}

@media (min-width: 1600px) {
    .header-container {
        padding: 50px 25px;
    }
}

.header__logo {
    font-size: var(--fs10);
    margin: 0 0 40px;
    text-align: center;
    width: 100%;
}

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

.header__logo a {
    color: inherit;
    display: block;
    font-size: var(--fs14);
    font-weight: 400;
    letter-spacing: 0.02em;
    line-height: 1.4;
    margin: 0 auto;
    position: relative;
    text-align: center;
    text-decoration: none;
    transition: opacity 0.35s cubic-bezier(0.645, 0.045, 0.355, 1) 0s;
    width: -webkit-fit-content;
    width: fit-content;
}

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

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

.header__logo a:focus {
    opacity: 0.65;
}

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

.header__logo a img {
    margin: 0 0 16px;
    width: 180px;
}

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

.header__logo a span {
    display: block;
    white-space: nowrap;
}

.header__menu {
    margin: 0 auto;
    max-width: 240px;
    padding: 0 0 30px;
    width: 100%;
}

.header__menu__item {
    margin: 0 0 8px;
}

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

.header__menu__item a {
    border-radius: 5px;
    color: var(--color-black);
    display: block;
    font-size: var(--fs16);
    font-weight: 700;
    letter-spacing: 0.02em;
    line-height: 1.4;
    overflow: hidden;
    padding: 8px 21px 8px 8px;
    position: relative;
    text-decoration: none;
    transform: translateZ(0);
    transition: color 0.35s cubic-bezier(0.645, 0.045, 0.355, 1) 0s;
    width: 100%;
    z-index: 1;
}

@media (min-width: 1240px) {
    .header__menu__item a {
        font-size: var(--fs18);
        padding: 12px 25px 12px 12px;
    }
}

.header__menu__item a:before {
    background: var(--color-midnight-navy);
    bottom: 0;
    content: "";
    display: block;
    left: 0;
    position: absolute;
    right: auto;
    top: 0;
    transform: scaleX(0);
    transform-origin: right center;
    transition: transform 0.35s cubic-bezier(0.645, 0.045, 0.355, 1) 0s;
    width: 100%;
    z-index: -1;
}

.header__menu__item a:after {
    background-color: var(--color-midnight-navy);
    bottom: 0;
    content: "";
    display: block;
    height: 9px;
    margin: auto 0;
    -webkit-mask-image: url(../images/commons/com-header-menu-angle-right.svg);
    mask-image: url(../images/commons/com-header-menu-angle-right.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: 8px;
    top: 0;
    transition: background-color 0.35s cubic-bezier(0.645, 0.045, 0.355, 1) 0.1s;
    width: 5px;
    z-index: 1;
}

@media (min-width: 1240px) {
    .header__menu__item a:after {
        right: 12px;
    }
}

.header__menu__item a:focus {
    color: #ffffff;
}

.header__menu__item a:focus:before {
    transform: scaleX(1);
    transform-origin: left center;
}

.header__menu__item a:focus:after {
    background-color: #ffffff;
}

@media (hover: hover) and (pointer: fine) {
    .header__menu__item a:hover {
        color: #ffffff;
    }

    .header__menu__item a:hover:before {
        transform: scaleX(1);
        transform-origin: left center;
    }

    .header__menu__item a:hover:after {
        background-color: #ffffff;
    }
}

.header__contact {
    margin: auto 0 0;
    width: 100%;
}

.header__contact a {
    align-items: center;
    border-radius: 5px;
    color: #ffffff;
    display: flex;
    flex-flow: row nowrap;
    font-size: var(--fs16);
    height: 56px;
    justify-content: center;
    margin: 0 auto;
    max-width: 218px;
    overflow: hidden;
    position: relative;
    text-align: center;
    text-decoration: none;
    width: 100%;
    z-index: 1;
}

@media (min-width: 768px) {
    .header__contact a {
        font-size: var(--fs18);
        height: 62px;
    }
}

.header__contact a:before {
    background: var(--color-gradient);
    bottom: 0;
    content: "";
    display: block;
    left: 0;
    position: absolute;
    right: auto;
    top: 0;
    transform: translateX(-50%);
    transform-origin: left center;
    transition: transform 0.35s cubic-bezier(0.645, 0.045, 0.355, 1) 0s;
    width: 200%;
    z-index: -1;
}

.header__contact a:focus {
    color: #ffffff;
}

.header__contact a:focus:before {
    transform: translateX(0);
}

@media (hover: hover) and (pointer: fine) {
    .header__contact a:hover {
        color: #ffffff;
    }

    .header__contact a:hover:before {
        transform: translateX(0);
    }
}

.mbheader {
    align-items: center;
    background-color: var(--color-bg);
    box-shadow: 0 3px 3px rgba(var(--color-midnight-navy-rgb), 0.25);
    display: flex;
    flex-flow: row nowrap;
    height: var(--mbheader-height);
    justify-content: space-between;
    left: 0;
    padding: 0 var(--c-pad);
    position: fixed;
    right: 0;
    top: 0;
    z-index: 98;
}

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

.mbheader:before {
    background: linear-gradient(to right, #515152 0%, rgba(255, 255, 255, 0) 100%);
    bottom: auto;
    content: "";
    display: block;
    height: 4px;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    width: auto;
}

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

.mbheader__logo a:focus {
    opacity: 0.65;
}

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

.mbheader__logo a img {
    height: 40px;
    width: auto;
}

.burger {
    -webkit-appearance: none;
    appearance: none;
    background: none;
    border: none;
    border-radius: 0;
    box-shadow: none;
    cursor: pointer;
    display: block;
    height: 20px;
    left: auto;
    margin: auto;
    padding: 0;
    position: fixed;
    right: var(--c-pad);
    top: calc((var(--mbheader-height) - 20px)*0.5);
    width: 30px;
    z-index: 101;
}

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

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

.burger__box {
    display: block;
    height: 20px;
    margin: 0 auto;
    position: relative;
    width: 30px;
}

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

.burger__box__line, .burger__box__line:before, .burger__box__line:after {
    background-color: var(--color-midnight-navy);
    height: 2px;
    position: absolute;
    width: 30px;
}

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

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

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

.burger.-active .burger__box__line {
    background-color: #ffffff;
    transform: translate3d(0, 9px, 0) rotate(45deg);
}

.burger.-active .burger__box__line:before {
    background-color: #ffffff;
    opacity: 0;
    transform: rotate(-45deg) translate3d(-4.2857142857px, -7px, 0);
}

.burger.-active .burger__box__line:after {
    background-color: #ffffff;
    transform: translate3d(0, -18px, 0) rotate(-90deg);
}

.overlay {
    -webkit-backdrop-filter: blur(2px);
    backdrop-filter: blur(2px);
    background-color: rgba(var(--color-midnight-navy-rgb), 0.9);
    bottom: 0;
    display: none;
    left: 0;
    mix-blend-mode: multiply;
    position: fixed;
    right: 0;
    top: 0;
    transform: translateZ(0);
    z-index: 98;
}

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

/* --------------------
 Footer
-------------------- */
.footer {
    background: linear-gradient(#fff 0%, #b2b2b2 100%);
    padding: 50px 0 30px;
}

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

.footer__head {
    margin: 0 0 40px;
}

.footer__head-container {
    align-items: stretch;
    display: flex;
    flex-flow: row wrap;
    gap: 40px 100px;
    justify-content: space-between;
    margin: 0 auto;
    max-width: calc(1260px + var(--c-pad)*2);
    padding: 0 var(--c-pad);
    width: 100%;
}

@media (min-width: 1600px) {
    .footer__head-container {
        flex-wrap: nowrap;
    }
}

.footer__head__info {
    flex: 0 0 100%;
}

@media (min-width: 1600px) {
    .footer__head__info {
        flex: 0 0 400px;
    }
}

.footer__head__info__logo {
    margin: 0 0 17px;
}

.footer__head__info__logo a {
    color: inherit;
    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;
}

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

.footer__head__info__logo a:focus {
    opacity: 0.65;
}

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

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

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

.footer__head__info__address {
    color: inherit;
    display: block;
    font-family: var(--ff-notosans);
    font-size: var(--fs14);
    line-height: 1.6;
    margin: 0;
    text-align: center;
}

@media (min-width: 768px) {
    .footer__head__info__address {
        font-size: var(--fs18);
        text-align: left;
    }
}

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

.footer__head__menu {
    align-items: flex-start;
    display: flex;
    flex: 0 0 100%;
    flex-flow: row wrap;
    gap: 12px 32px;
    justify-content: center;
}

@media (min-width: 768px) {
    .footer__head__menu {
        justify-content: flex-start;
    }
}

@media (min-width: 992px) {
    .footer__head__menu {
        gap: 16px 36px;
    }
}

@media (min-width: 1600px) {
    .footer__head__menu {
        flex: 1 1 auto;
        gap: 16px 12px;
        justify-content: space-between;
        padding: 36px 0 0;
    }
}

.footer__head__menu__item a {
    color: inherit;
    font-family: var(--ff-notosans);
    font-size: var(--fs14);
    line-height: 1.4;
    position: relative;
    text-decoration: none;
}

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

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

.footer__head__menu__item a:before {
    background-color: var(--color-text);
    bottom: -1px;
    content: "";
    display: block;
    height: 1px;
    left: 0;
    margin: auto;
    max-width: 100%;
    position: absolute;
    right: 0;
    transition: width 0.35s cubic-bezier(0.645, 0.045, 0.355, 1) 0s;
    width: 0;
    z-index: 0;
}

.footer__head__menu__item a:focus:before {
    width: 100%;
}

@media (hover: hover) and (pointer: fine) {
    .footer__head__menu__item a:hover:before {
        width: 100%;
    }
}

.footer__foot-container {
    align-items: stretch;
    display: flex;
    flex-flow: row wrap;
    gap: 100px;
    justify-content: space-between;
    margin: 0 auto;
    max-width: calc(1260px + var(--c-pad)*2);
    padding: 0 var(--c-pad);
    width: 100%;
}

@media (min-width: 1600px) {
    .footer__foot-container {
        flex-wrap: nowrap;
    }
}

.footer__foot__info {
    flex: 0 0 100%;
}

@media (min-width: 1600px) {
    .footer__foot__info {
        flex: 0 0 400px;
    }
}

.footer__foot__info__sns {
    align-items: flex-start;
    display: flex;
    flex-flow: row wrap;
    gap: 24px;
    justify-content: center;
    margin: 0 0 30px;
}

@media (min-width: 768px) {
    .footer__foot__info__sns {
        justify-content: flex-start;
    }
}

.footer__foot__info__sns__item a {
    color: inherit;
    display: block;
    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__foot__info__sns__item a:focus {
    opacity: 0.65;
}

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

.footer__foot__info__sns__item a img {
    width: 50px;
}

.footer__foot__info__banner {
    align-items: flex-start;
    display: flex;
    flex-flow: row wrap;
    gap: 24px;
    justify-content: center;
}

@media (min-width: 768px) {
    .footer__foot__info__banner {
        justify-content: flex-start;
    }
}

.footer__foot__info__banner__item a {
    color: inherit;
    display: block;
    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__foot__info__banner__item a:focus {
    opacity: 0.65;
}

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

.footer__foot__copyright {
    align-self: flex-end;
    color: inherit;
    display: block;
    flex: 0 0 100%;
    font-family: var(--ff-notosans);
    font-size: var(--fs12);
    font-style: normal;
    font-weight: 400;
    line-height: 1.4;
    margin: 0;
    text-align: center;
    width: 100%;
}

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

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

@media (min-width: 1600px) {
    .footer__foot__copyright {
        flex: 1 1 auto;
        text-align: right;
        width: -webkit-fit-content;
        width: fit-content;
    }
}

.poweredby {
    padding: 12px 0;
    text-align: center;
}

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

.poweredby a:focus {
    opacity: 0.65;
}

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