@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: .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;
    -webkit-text-decoration: underline dotted;
            text-decoration: underline;
            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: -.25em;
}

sup {
    top: -.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: .35em .75em .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 {
    font-size: 62.5%;
}

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

body {
    color: #231815;
    font-family: "Noto Sans JP", -apple-system, BlinkMacSystemFont, "Hiragino Kaku Gothic ProN", YuGothic, "游ゴシック体", YuGothicMedium, "Yu Gothic", "游ゴシック", Meiryo, sans-serif;
    font-feature-settings: "palt";
    font-size: 1.4rem;
    letter-spacing: .1em;
    line-height: 1.6;
    margin: 0;
    -webkit-text-size-adjust: 100%;
            text-size-adjust: 100%;
}

* {
    box-sizing: border-box;
}

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

a {
    color: #231815;
    text-decoration: none;
}

a:hover, a:focus {
    color: #333333;
    text-decoration: none;
}

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

p {
    word-wrap: break-word;
}

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

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

.josefinsans {
    font-family: "Josefin Sans", sans-serif;
}

.kiwimaru {
    font-family: "Kiwi Maru", serif;
}

.roboto {
    font-family: Roboto, sans-serif;
}

/* --------------------
 Layout
-------------------- */
.layout {
    animation: fadeIn .3s linear .1s;
    animation-fill-mode: backwards;
    opacity: 1;
    padding: 80px 0 0;
    position: relative;
}

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

/* --------------------
 Commons
-------------------- */
.com-category {
    background-color: #cccccc;
    display: inline-block;
    font-size: 1.2rem;
    letter-spacing: .2em;
    line-height: 1.2;
    margin: 0;
    padding: 5px 10px 5px 12px;
}

.com-category--orange {
    background-color: #fa9f3d;
    color: #ffffff;
}

.com-category--blue {
    background-color: #1395ce;
    color: #ffffff;
}

.com-page-head {
    align-items: center;
    background-image: url(../images/commons/com-bg-cityscape.svg);
    background-position: center bottom;
    background-repeat: repeat-x;
    background-size: 2938px 155px;
    display: flex;
    flex-flow: row nowrap;
    height: auto;
    justify-content: center;
    margin: 0 0 30px;
    padding: 30px 0;
}

@media (min-width: 992px) {
    .com-page-head {
        height: 280px;
        padding-bottom: 0;
        padding-top: 0;
    }
}

.com-page-head-container {
    padding: 0 20px;
    width: 100%;
}

@media (min-width: 992px) {
    .com-page-head-container {
        padding-left: 30px;
        padding-right: 30px;
    }
}

.com-page-head__title {
    margin: 0;
}

.com-page-head__title__en {
    color: #1395ce;
    font-family: "Josefin Sans", sans-serif;
    font-size: 4.8rem;
    font-weight: 100;
    letter-spacing: .3em;
    line-height: 1.2;
    margin: 0;
    text-align: center;
}

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

@media (min-width: 992px) {
    .com-page-head__title__en {
        font-size: 7.0rem;
    }
}

.com-page-head__title__en:after {
    content: "";
    margin-right: -.3em;
}

.com-page-head__title__ja {
    color: #1395ce;
    font-family: "Kiwi Maru", serif;
    font-size: 1.4rem;
    font-weight: 500;
    letter-spacing: .5em;
    line-height: 1.2;
    margin: 0;
    text-align: center;
}

@media (min-width: 992px) {
    .com-page-head__title__ja {
        font-size: 1.6rem;
    }
}

.com-page-head__title__ja:after {
    content: "";
    margin-right: -.5em;
}

.com-page-head__title__ja-big {
    font-size: 2.0rem;
}

@media (min-width: 992px) {
    .com-page-head__title__ja-big {
        font-size: 3.0rem;
    }
}

.com-page-head__icon {
    margin: 30px 0 0;
    text-align: center;
}

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

.com-pager__item {
    background: none;
    border: none;
    font-size: 1.6rem;
    font-weight: 400;
    line-height: 1.0;
    min-width: auto;
    padding: 0;
    text-align: center;
    width: auto;
}

@media (min-width: 768px) {
    .com-pager__item {
        font-size: 1.8rem;
    }
}

.com-pager__item__link, .com-pager__item__text {
    align-items: center;
    background-color: #1395ce;
    border: 1px solid #1395ce;
    border-radius: 20px;
    color: #ffffff;
    display: flex;
    flex-flow: row nowrap;
    font-size: inherit;
    font-weight: 400;
    height: 36px;
    justify-content: center;
    letter-spacing: 0;
    line-height: inherit;
    min-width: 36px;
    padding: 0 5px 2px;
    text-decoration: none;
}

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

.com-pager__item__link {
    transition: opacity .35s cubic-bezier(.645, .045, .355, 1);
}

.com-pager__item__link:hover, .com-pager__item__link:focus {
    color: #ffffff;
    text-decoration: none;
}

@media (min-width: 768px) {
    .com-pager__item__link:hover, .com-pager__item__link:focus {
        opacity: .7;
    }
}

.com-pager__item__text {
    background-color: #ffffff;
    color: #1395ce;
    pointer-events: none;
}

.com-pager__item--current .com-pager__item__link, .com-pager__item--current .com-pager__item__text {
    background-color: #ffffff;
    color: #1395ce;
    pointer-events: none;
}

.com-pager__item--prev .com-pager__item__link, .com-pager__item--next .com-pager__item__link, .com-pager__item--first .com-pager__item__link, .com-pager__item--last .com-pager__item__link {
    padding-bottom: 3px;
}

.com-page-menu {
    display: none;
    margin: 0 0 30px;
    position: relative;
    z-index: 98;
}

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

@media (min-width: 992px) {
    .com-page-menu {
        margin-bottom: 70px;
    }
}

.com-page-menu-container {
    margin: 0;
    padding: 0 20px;
    width: 100%;
}

@media (min-width: 768px) {
    .com-page-menu-container {
        margin-left: auto;
        margin-right: auto;
        max-width: 1320px;
        padding-left: 30px;
        padding-right: 30px;
    }
}

@media (min-width: 992px) {
    .com-page-menu-container {
        padding-left: 60px;
        padding-right: 60px;
    }
}

.com-page-menu__list {
    align-items: stretch;
    display: flex;
    flex-flow: row wrap;
    gap: 10px 6px;
    justify-content: center;
    margin: 0;
    padding: 0 0 30px;
}

@media (min-width: 768px) {
    .com-page-menu__list {
        column-gap: 10px;
    }
}

.com-page-menu__list__item {
    position: relative;
    width: calc(25% - 4.5px);
}

@media (min-width: 768px) {
    .com-page-menu__list__item {
        width: calc(14.28571% - 8.57143px);
    }
}

.com-page-menu__list__item__link, .com-page-menu__list__item__trigger {
    align-items: center;
    -webkit-appearance: none;
    background: none;
    border-bottom: 3px solid #b3ddef;
    border-left: 1px solid #b3ddef;
    border-right: 3px solid #b3ddef;
    border-top: 1px solid #b3ddef;
    box-shadow: none;
    color: #07529b;
    display: flex;
    flex-flow: row nowrap;
    font-family: "Kiwi Maru", serif;
    font-size: 1.1rem;
    font-weight: 500;
    height: 50px;
    justify-content: center;
    letter-spacing: .05em;
    margin: 0;
    padding: 0;
    text-align: center;
    transition: background-color .35s cubic-bezier(.645, .045, .355, 1);
    width: 100%;
}

@media (min-width: 768px) {
    .com-page-menu__list__item__link, .com-page-menu__list__item__trigger {
        border-width: 2px 5px 5px 2px;
        font-size: 1.2rem;
        letter-spacing: .1em;
    }
}

@media (min-width: 992px) {
    .com-page-menu__list__item__link, .com-page-menu__list__item__trigger {
        font-size: 1.4rem;
        letter-spacing: .2em;
    }
}

@media (min-width: 1240px) {
    .com-page-menu__list__item__link, .com-page-menu__list__item__trigger {
        font-size: 1.6rem;
    }
}

.com-page-menu__list__item__link:hover, .com-page-menu__list__item__trigger:hover {
    color: #07529b;
}

@media (hover: hover) and (pointer: fine) {
    .com-page-menu__list__item__link:hover, .com-page-menu__list__item__trigger:hover {
        background-color: #b3ddef;
        color: #07529b;
    }
}

.com-page-menu__list__item__link.is-active, .com-page-menu__list__item__trigger.is-active {
    background-color: #b3ddef;
    color: #07529b;
}

.com-page-menu__list__item__trigger:before {
    border-bottom: 22px solid #e2f2f9;
    border-left: 13px solid transparent;
    border-right: 13px solid transparent;
    border-top: none;
    bottom: -30px;
    content: "";
    display: block;
    height: 22px;
    left: 0;
    margin: 0 auto;
    opacity: 0;
    position: absolute;
    right: 0;
    top: auto;
    width: 26px;
}

.com-page-menu__list__item__trigger.is-active {
    background-color: #b3ddef;
    color: #07529b;
}

.com-page-menu__list__item__trigger.is-active:before {
    opacity: 1;
}

.com-page-menu__submenu {
    background-color: #e2f2f9;
    display: none;
    padding: 20px;
}

@media (min-width: 992px) {
    .com-page-menu__submenu {
        padding: 30px;
    }
}

.com-page-menu__submenu-inner {
    align-items: flex-start;
    display: flex;
    flex-flow: row wrap;
    gap: 20px;
    justify-content: flex-start;
}

.com-page-menu__submenu__item {
    color: #1395ce;
    font-size: 1.6rem;
    font-weight: 500;
    height: 44px;
    letter-spacing: .2em;
    margin: 0;
    padding: 0;
    position: relative;
    text-align: center;
    width: calc(25% - 15px);
}

.com-page-menu__submenu__item:after {
    background-color: #e2f2f9;
    bottom: -4px;
    content: "";
    display: block;
    left: 4px;
    mix-blend-mode: multiply;
    position: absolute;
    right: -4px;
    top: 4px;
    z-index: 0;
}

.com-page-menu__submenu__item__link {
    align-items: center;
    background-color: #ffffff;
    color: #1395ce;
    display: flex;
    flex-flow: row nowrap;
    height: 100%;
    justify-content: center;
    position: relative;
    transition: opacity .35s cubic-bezier(.645, .045, .355, 1);
    width: 100%;
    z-index: 1;
}

.com-page-menu__submenu__item__link:hover {
    color: #1395ce;
}

.com-page-menu__submenu__item__link:focus {
    opacity: .65;
}

@media (hover: hover) and (pointer: fine) {
    .com-page-menu__submenu__item__link:hover {
        opacity: .65;
    }
}

.com-contact-container {
    margin: 0;
    padding: 0 20px;
    width: 100%;
}

@media (min-width: 768px) {
    .com-contact-container {
        margin-left: auto;
        margin-right: auto;
        max-width: 1320px;
        padding-left: 30px;
        padding-right: 30px;
    }
}

@media (min-width: 992px) {
    .com-contact-container {
        padding-left: 60px;
        padding-right: 60px;
    }
}

.com-contact__box {
    border: 2px solid #fa9f3d;
}

.com-contact__box__content {
    background-color: #fa9f3d;
    padding: 15px;
    position: relative;
}

.com-contact__box__content:after {
    border-bottom: none;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-top: 10px solid #fa9f3d;
    bottom: -9px;
    content: "";
    display: block;
    height: 10px;
    left: 0;
    margin: 0 auto;
    position: absolute;
    right: 0;
    width: 20px;
}

@media (min-width: 768px) {
    .com-contact__box__content:after {
        border-left-width: 20px;
        border-right-width: 20px;
        border-top-width: 20px;
        bottom: -19px;
        height: 20px;
        width: 40px;
    }
}

.com-contact__box__content p {
    color: #ffffff;
    font-size: 1.4rem;
    margin: 0;
    text-align: center;
}

@media (min-width: 768px) {
    .com-contact__box__content p {
        font-size: 1.6rem;
        line-height: 2.0;
    }
}

.com-contact__box__main {
    padding: 20px;
}

@media (min-width: 768px) {
    .com-contact__box__main {
        padding: 30px;
    }
}

@media (min-width: 992px) {
    .com-contact__box__main {
        padding: 40px;
    }
}

.com-contact__box__main__title {
    font-size: 1.6rem;
    font-weight: 500;
    letter-spacing: .15em;
    margin: 0 0 30px;
    text-align: center;
}

.com-contact__box__main__title span {
    border-bottom: 2px solid #231815;
}

.com-contact__box__main__tel {
    margin: 0 0 30px;
    text-align: center;
}

.com-contact__box__main__tel__link {
    font-family: Roboto, sans-serif;
    font-size: 2.8rem;
    font-weight: 500;
    letter-spacing: .18em;
    line-height: 1.2;
    transition: opacity .35s cubic-bezier(.645, .045, .355, 1);
}

@media (min-width: 768px) {
    .com-contact__box__main__tel__link {
        font-size: 3.0rem;
    }
}

@media (min-width: 992px) {
    .com-contact__box__main__tel__link {
        font-size: 5.5rem;
    }
}

.com-contact__box__main__tel__link img {
    margin-right: 15px;
}

@media (min-width: 992px) {
    .com-contact__box__main__tel__link img {
        margin-right: 30px;
        width: 46px;
    }
}

.com-contact__box__main__tel__link span {
    vertical-align: middle;
}

.com-contact__box__main__tel__link:focus {
    opacity: .65;
}

@media (hover: hover) and (pointer: fine) {
    .com-contact__box__main__tel__link:hover {
        opacity: .65;
    }
}

.com-contact__box__main__action {
    align-items: stretch;
    bottom: 0;
    display: flex;
    flex-flow: column nowrap;
    gap: 20px 50px;
    justify-content: space-between;
    margin: 0 auto;
    max-width: 300px;
}

@media (min-width: 768px) {
    .com-contact__box__main__action {
        flex-direction: row;
        max-width: 700px;
    }
}

@media (min-width: 768px) {
    .com-contact__box__main__action__item {
        width: calc(50% - 25px);
    }
}

.com-contact__box__main__action__item__link {
    align-items: center;
    border-radius: 30px;
    display: flex;
    flex-flow: row nowrap;
    font-family: "Kiwi Maru", serif;
    font-size: 1.6rem;
    font-weight: 500;
    height: 50px;
    justify-content: center;
    padding: 0 0 0 45px;
    position: relative;
    transition: opacity .35s cubic-bezier(.645, .045, .355, 1);
    width: 100%;
}

@media (min-width: 768px) {
    .com-contact__box__main__action__item__link {
        height: 60px;
    }
}

.com-contact__box__main__action__item__link__icon {
    align-items: center;
    bottom: 0;
    display: flex;
    flex-flow: row nowrap;
    font-size: 1.0rem;
    justify-content: center;
    left: 25px;
    position: absolute;
    top: 0;
}

.com-contact__box__main__action__item__link__text {
    color: #ffffff;
    display: block;
}

.com-contact__box__main__action__item__link--access {
    background-color: #fa9f3d;
    border-right: 1px solid #ffffff;
}

.com-contact__box__main__action__item__link--mail {
    background-color: #1395ce;
    border-left: 1px solid #ffffff;
}

.com-contact__box__main__action__item__link:focus {
    opacity: .65;
}

@media (hover: hover) and (pointer: fine) {
    .com-contact__box__main__action__item__link:hover {
        opacity: .65;
    }
}

.com-price {
    background-color: #e2f2f9;
    padding: 60px 0 90px;
    position: relative;
}

.com-price:after {
    background-image: url(../images/commons/com-bg-cityscape.svg);
    background-position: center bottom;
    background-repeat: repeat-x;
    background-size: 2938px 155px;
    bottom: 0;
    content: "";
    display: block;
    left: 0;
    mix-blend-mode: multiply;
    opacity: .7;
    pointer-events: none;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 0;
}

.com-price-container {
    margin: 0;
    padding: 0 20px;
    width: 100%;
}

@media (min-width: 768px) {
    .com-price-container {
        margin-left: auto;
        margin-right: auto;
        max-width: 1320px;
        padding-left: 30px;
        padding-right: 30px;
    }
}

@media (min-width: 992px) {
    .com-price-container {
        padding-left: 60px;
        padding-right: 60px;
    }
}

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

.com-price__title__en {
    color: #1395ce;
    font-family: "Josefin Sans", sans-serif;
    font-size: 4.8rem;
    font-weight: 100;
    line-height: 1.2;
    margin: 0;
    text-align: center;
}

@media (min-width: 768px) {
    .com-price__title__en {
        font-size: 5.4rem;
    }
}

@media (min-width: 992px) {
    .com-price__title__en {
        font-size: 7.0rem;
    }
}

.com-price__title__en:after {
    content: "";
    margin-right: -.1em;
}

.com-price__title__ja {
    color: #1395ce;
    font-family: "Kiwi Maru", serif;
    font-size: 1.4rem;
    font-weight: 500;
    letter-spacing: .5em;
    line-height: 1.2;
    margin: 0;
    text-align: center;
}

@media (min-width: 992px) {
    .com-price__title__ja {
        font-size: 1.6rem;
    }
}

.com-price__title__ja:after {
    content: "";
    margin-right: -.5em;
}

.com-price__list {
    align-items: flex-start;
    display: flex;
    flex-flow: row wrap;
    gap: 15px;
    justify-content: flex-start;
    list-style: none;
    margin: 0 auto;
    max-width: 450px;
    padding: 0;
    width: 100%;
}

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

.com-price__list__item {
    font-size: 1.4rem;
    font-weight: 500;
    height: 44px;
    margin: 0;
    padding: 0;
    position: relative;
    text-align: center;
    width: calc(50% - 7.5px);
}

@media (min-width: 768px) {
    .com-price__list__item {
        font-size: 1.6rem;
        width: calc(50% - 10px);
    }
}

.com-price__list__item:after {
    background-color: #e2f2f9;
    bottom: -4px;
    content: "";
    display: block;
    left: 4px;
    mix-blend-mode: multiply;
    position: absolute;
    right: -4px;
    top: 4px;
    z-index: 0;
}

.com-price__list__item__link {
    align-items: center;
    background-color: #ffffff;
    color: #1395ce;
    display: flex;
    flex-flow: row nowrap;
    height: 100%;
    justify-content: center;
    position: relative;
    transition: opacity .35s cubic-bezier(.645, .045, .355, 1);
    width: 100%;
    z-index: 1;
}

.com-price__list__item__link:hover {
    color: #1395ce;
}

.com-price__list__item__link:focus {
    opacity: .65;
}

@media (hover: hover) and (pointer: fine) {
    .com-price__list__item__link:hover {
        opacity: .65;
    }
}

.com-button {
    align-items: center;
    -webkit-appearance: none;
    background: none;
    border: none;
    border-radius: 0;
    display: flex;
    flex-flow: row nowrap;
    font-family: "Kiwi Maru", serif;
    font-size: 1.6rem;
    height: 50px;
    justify-content: center;
    letter-spacing: .3em;
    margin: 0 auto;
    max-width: 450px;
    padding: 0;
    position: relative;
    transition: opacity .35s cubic-bezier(.645, .045, .355, 1);
    width: 100%;
}

@media (min-width: 768px) {
    .com-button {
        font-size: 1.8rem;
        height: 60px;
    }
}

.com-button:before {
    background-color: #1395ce;
    border-radius: 4px;
    bottom: 0;
    content: "";
    display: block;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    transform: skew(-12deg);
    transition: opacity .35s cubic-bezier(.645, .045, .355, 1);
    z-index: 0;
}

.com-button span {
    color: #ffffff;
    display: block;
    position: relative;
    text-align: center;
    z-index: 2;
}

.com-button:focus {
    opacity: .65;
}

@media (hover: hover) and (pointer: fine) {
    .com-button:hover {
        opacity: .65;
    }
}

.com-button--inverse:before {
    background-color: #ffffff;
    border: 1px solid #1395ce;
}

.com-button--inverse span {
    color: #1395ce;
}

.com-button--orange:before {
    background-color: #fa9f3d;
}

.com-button--orange span {
    color: #ffffff;
}

.com-button--orange.com-button--inverse:before {
    background-color: #ffffff;
    border: 1px solid #fa9f3d;
}

.com-button--orange.com-button--inverse span {
    color: #fa9f3d;
}

.com-button--small {
    font-size: 1.4rem;
    height: 40px;
    letter-spacing: .1em;
    max-width: 240px;
}

@media (min-width: 768px) {
    .com-button--small {
        font-size: 1.6rem;
        height: 50px;
    }
}

/* --------------------
 Animation
-------------------- */
@keyframes fadeIn {
    0% {
        opacity: .01;
    }
    100% {
        opacity: 1;
    }
}

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

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

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

@media (min-width: 768px) {
    .header-container {
        margin-left: auto;
        margin-right: auto;
        max-width: 1320px;
        padding-left: 30px;
        padding-right: 30px;
    }
}

@media (min-width: 992px) {
    .header-container {
        padding-left: 60px;
        padding-right: 60px;
    }
}

.header__logo {
    margin: 0;
}

.header__logo__link {
    transition: opacity .35s cubic-bezier(.645, .045, .355, 1);
}

.header__logo__link:focus {
    opacity: .65;
}

@media (hover: hover) and (pointer: fine) {
    .header__logo__link:hover {
        opacity: .65;
    }
}

@media (max-width: 991px) {
    .header__logo__link img {
        height: 46px;
        width: auto;
    }
}

.header__menu {
    padding: 0 65px 0 0;
}

@media (min-width: 768px) {
    .header__menu {
        padding-right: 75px;
    }
}

@media (min-width: 992px) {
    .header__menu {
        padding-bottom: 0;
        padding-right: 45px;
    }
}

.header__menu__contact {
    padding: 0 0 8px 0;
}

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

.header__menu__contact__tel {
    display: none;
    margin: 0;
    text-align: right;
}

@media (min-width: 992px) {
    .header__menu__contact__tel {
        display: block;
        margin-bottom: 10px;
    }
}

.header__menu__contact__tel__link {
    font-family: Roboto, sans-serif;
    font-size: 1.0rem;
    font-weight: 500;
    letter-spacing: .18em;
    line-height: 1.2;
    transition: opacity .35s cubic-bezier(.645, .045, .355, 1);
}

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

@media (min-width: 992px) {
    .header__menu__contact__tel__link img {
        margin-right: 15px;
    }
}

.header__menu__contact__tel__link span {
    display: none;
    vertical-align: middle;
}

@media (min-width: 992px) {
    .header__menu__contact__tel__link span {
        display: inline;
    }
}

.header__menu__contact__tel__link:focus {
    opacity: .65;
}

@media (hover: hover) and (pointer: fine) {
    .header__menu__contact__tel__link:hover {
        opacity: .65;
    }
}

.header__menu__contact__address {
    display: none;
    font-size: 1.4rem;
    font-weight: 500;
    letter-spacing: .13em;
    line-height: 1.2;
    text-align: right;
}

@media (min-width: 992px) {
    .header__menu__contact__address {
        display: block;
    }
}

.gnav {
    bottom: auto;
    left: auto;
    padding: 0 20px 0 0;
    position: fixed;
    right: 0;
    top: 7px;
    z-index: 101;
}

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

@media (min-width: 992px) {
    .gnav {
        top: 20px;
    }
}

.gnav__burger {
    -webkit-appearance: none;
    background: none;
    border: none;
    border-radius: 0;
    box-shadow: none;
    cursor: pointer;
    display: block;
    margin: 0;
    padding: 0;
}

@media (min-width: 992px) {
    .gnav__burger {
        margin-bottom: 15px;
    }
}

.gnav__burger__box {
    background-color: #ffffff;
    border: 1px solid #1395ce;
    border-radius: 50%;
    bottom: 0;
    display: block;
    height: 50px;
    left: 0;
    margin: 0 auto 5px;
    position: relative;
    right: 0;
    top: 0;
    width: 50px;
    z-index: 1;
}

@media (min-width: 992px) {
    .gnav__burger__box {
        height: 60px;
        margin-bottom: 10px;
        width: 60px;
    }
}

.gnav__burger__box span {
    background-color: #1395ce;
    border-radius: 3px;
    display: block;
    height: 2px;
    left: 0;
    margin: auto;
    position: absolute;
    right: 0;
    transition: all .4s;
    width: 22px;
}

.gnav__burger__box span:nth-of-type(1) {
    top: 17px;
    transition: transform .3s ease;
}

@media (min-width: 992px) {
    .gnav__burger__box span:nth-of-type(1) {
        top: 22px;
    }
}

.gnav__burger__box span:nth-of-type(2) {
    top: 23px;
    transition: left .3s ease, opacity .3s ease, height .3s ease;
}

@media (min-width: 992px) {
    .gnav__burger__box span:nth-of-type(2) {
        top: 28px;
    }
}

.gnav__burger__box span:nth-of-type(3) {
    bottom: 17px;
    transition: transform .3s ease;
}

@media (min-width: 992px) {
    .gnav__burger__box span:nth-of-type(3) {
        bottom: 22px;
    }
}

.gnav__burger.is-active .gnav__burger__box span:nth-of-type(1) {
    transform: translateY(6px) rotate(-45deg);
}

.gnav__burger.is-active .gnav__burger__box span:nth-of-type(2) {
    height: 0;
    left: 50%;
    opacity: 0;
}

.gnav__burger.is-active .gnav__burger__box span:nth-of-type(3) {
    transform: translateY(-6px) rotate(45deg);
}

.gnav__burger__label {
    color: #1395ce;
    display: block;
    font-family: "Josefin Sans", sans-serif;
    font-size: 1.2rem;
    font-weight: 700;
    letter-spacing: 0;
    line-height: 1.2;
}

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

.gnav__burger:not(.is-locked):not(.is-active) .gnav__burger__box span {
    transition: width .2s cubic-bezier(.645, .045, .355, 1);
}

.gnav__burger:not(.is-locked):not(.is-active):focus .gnav__burger__box span:nth-child(1) {
    transition: width .2s cubic-bezier(.645, .045, .355, 1);
    width: 16px;
}

.gnav__burger:not(.is-locked):not(.is-active):focus .gnav__burger__box span:nth-child(2) {
    transition: width .2s cubic-bezier(.645, .045, .355, 1) .1s;
    width: 16px;
}

.gnav__burger:not(.is-locked):not(.is-active):focus .gnav__burger__box span:nth-child(3) {
    transition: width .2s cubic-bezier(.645, .045, .355, 1) .2s;
    width: 16px;
}

@media (hover: hover) and (pointer: fine) {
    .gnav__burger:not(.is-locked):not(.is-active):hover .gnav__burger__box span:nth-child(1) {
        transition: width .2s cubic-bezier(.645, .045, .355, 1);
        width: 16px;
    }
    .gnav__burger:not(.is-locked):not(.is-active):hover .gnav__burger__box span:nth-child(2) {
        transition: width .2s cubic-bezier(.645, .045, .355, 1) .1s;
        width: 16px;
    }
    .gnav__burger:not(.is-locked):not(.is-active):hover .gnav__burger__box span:nth-child(3) {
        transition: width .2s cubic-bezier(.645, .045, .355, 1) .2s;
        width: 16px;
    }
}

.gnav__burger.is-locked {
    pointer-events: none;
}

.gnav__menu {
    display: none;
}

@media (min-width: 992px) {
    .gnav__menu {
        display: block;
    }
}

.gnav__menu__item {
    margin: 0 0 15px;
}

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

.gnav__menu__item__link {
    display: block;
    text-align: center;
    transition: opacity .35s cubic-bezier(.645, .045, .355, 1);
}

.gnav__menu__item__link:focus {
    opacity: .65;
}

@media (hover: hover) and (pointer: fine) {
    .gnav__menu__item__link:hover {
        opacity: .65;
    }
}

.gnav__menu__item__link__icon {
    align-items: center;
    border-radius: 50%;
    display: flex;
    flex-flow: row nowrap;
    height: 60px;
    justify-content: center;
    margin: 0 0 10px;
    width: 60px;
}

.gnav__menu__item__link__text {
    display: block;
    font-family: "Josefin Sans", sans-serif;
    font-size: 1.4rem;
    font-weight: 700;
    letter-spacing: 0;
    line-height: 1.2;
}

.gnav__menu__item__link--access .gnav__menu__item__link__icon {
    background-color: #fa9f3d;
}

.gnav__menu__item__link--access .gnav__menu__item__link__text {
    color: #fa9f3d;
}

.gnav__menu__item__link--mail .gnav__menu__item__link__icon {
    background-color: #1395ce;
}

.gnav__menu__item__link--mail .gnav__menu__item__link__text {
    color: #1395ce;
}

.gmenu {
    background-color: #e2f2f9;
    bottom: 0;
    left: 0;
    opacity: 0;
    padding: 90px 0 80px;
    position: fixed;
    right: 0;
    top: 0;
    transition: opacity .35s cubic-bezier(.645, .045, .355, 1), visibility .35s;
    visibility: hidden;
    z-index: 100;
}

@media (min-width: 992px) {
    .gmenu {
        padding-bottom: 20px;
        padding-top: 100px;
        transform: scale(.95);
        transition: opacity .35s cubic-bezier(.645, .045, .355, 1), transform .35s cubic-bezier(.645, .045, .355, 1), visibility .35s;
    }
}

.gmenu.is-active {
    opacity: 1;
    transition: opacity .35s cubic-bezier(.645, .045, .355, 1), visibility 0s;
    visibility: visible;
}

@media (min-width: 992px) {
    .gmenu.is-active {
        transform: scale(1);
        transition: opacity .35s cubic-bezier(.645, .045, .355, 1), transform .35s cubic-bezier(.645, .045, .355, 1), visibility 0s;
    }
}

.gmenu__header {
    height: 80px;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 1;
}

@media (min-width: 992px) {
    .gmenu__header {
        height: 100px;
    }
}

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

@media (min-width: 768px) {
    .gmenu__header-container {
        margin-left: auto;
        margin-right: auto;
        max-width: 1320px;
        padding-left: 30px;
        padding-right: 30px;
    }
}

@media (min-width: 992px) {
    .gmenu__header-container {
        padding-left: 60px;
        padding-right: 60px;
    }
}

.gmenu__header__logo {
    margin: 0;
}

.gmenu__header__logo__link {
    transition: opacity .35s cubic-bezier(.645, .045, .355, 1);
}

.gmenu__header__logo__link:focus {
    opacity: .65;
}

@media (hover: hover) and (pointer: fine) {
    .gmenu__header__logo__link:hover {
        opacity: .65;
    }
}

@media (max-width: 991px) {
    .gmenu__header__logo__link img {
        height: 46px;
        width: auto;
    }
}

.gmenu-container {
    align-items: stretch;
    display: flex;
    height: 100%;
    justify-content: center;
    margin: 0 auto;
    overflow-y: auto;
    padding: 0 20px;
    width: 100%;
}

.gmenu-container-inner {
    margin: 0 auto;
    max-width: 400px;
    width: 100%;
}

.gmenu__item {
    position: relative;
}

.gmenu__item:after {
    background-image: url(../images/commons/com-gmenu-dotted-line.svg);
    background-position: center;
    background-repeat: repeat-x;
    background-size: 402px 2px;
    bottom: 0;
    content: "";
    display: block;
    height: 2px;
    left: 0;
    position: absolute;
    right: 0;
    top: auto;
}

.gmenu__item__link, .gmenu__item__trigger {
    -webkit-appearance: none;
    background: none;
    border: none;
    border-radius: 0;
    color: #07529b;
    display: block;
    font-family: "Kiwi Maru", serif;
    font-size: 1.6rem;
    font-weight: 500;
    letter-spacing: .5em;
    line-height: 1.2;
    margin: 0;
    padding: 14px 20px;
    text-align: left;
    transition: background-color .35s cubic-bezier(.645, .045, .355, 1);
    width: 100%;
}

@media (min-width: 768px) {
    .gmenu__item__link, .gmenu__item__trigger {
        font-size: 2.0rem;
        text-align: center;
    }
}

.gmenu__item__link:after, .gmenu__item__trigger:after {
    content: "";
    margin-right: -.5em;
}

.gmenu__item__link:hover, .gmenu__item__link:focus, .gmenu__item__trigger:hover, .gmenu__item__trigger:focus {
    color: #07529b;
}

.gmenu__item__link:focus, .gmenu__item__trigger:focus {
    background-color: rgba(7, 82, 155, .2);
}

@media (hover: hover) and (pointer: fine) {
    .gmenu__item__link:hover, .gmenu__item__trigger:hover {
        background-color: rgba(7, 82, 155, .2);
    }
}

.gmenu__item__trigger:before {
    border-bottom: none;
    border-left: 7px solid transparent;
    border-right: 7px solid transparent;
    border-top: 7px solid #07529b;
    bottom: auto;
    content: "";
    display: block;
    height: 7px;
    position: absolute;
    right: 15px;
    top: 25px;
    transform: rotate(-90deg);
    transition: transform .35s cubic-bezier(.645, .045, .355, 1);
    width: 14px;
}

.gmenu__item__trigger.is-open:before {
    transform: rotate(0);
}

.gmenu__item__submenu {
    display: none;
    position: relative;
}

.gmenu__item__submenu:after {
    background-image: url(../images/commons/com-gmenu-dotted-line.svg);
    background-position: center;
    background-repeat: repeat-x;
    background-size: 402px 2px;
    bottom: auto;
    content: "";
    display: block;
    height: 2px;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
}

.gmenu__item__submenu__item {
    border-bottom: 1px solid #b3ddef;
    margin: 0 auto;
}

@media (min-width: 768px) {
    .gmenu__item__submenu__item {
        max-width: 350px;
    }
}

.gmenu__item__submenu__item:last-child {
    border-bottom: none;
}

.gmenu__item__submenu__item__link {
    display: block;
    font-size: 1.4rem;
    font-weight: 700;
    letter-spacing: .2em;
    padding: 12px 0;
    transition: background-color .35s cubic-bezier(.645, .045, .355, 1);
}

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

.gmenu__item__submenu__item__link span {
    display: block;
    margin: 0 auto;
    max-width: 80%;
    padding: 0 30px 0 0;
    position: relative;
}

@media (min-width: 768px) {
    .gmenu__item__submenu__item__link span {
        max-width: 240px;
    }
}

.gmenu__item__submenu__item__link span:after {
    content: "››";
    position: absolute;
    right: 0;
    top: 0;
}

.gmenu__item__submenu__item__link:focus {
    background-color: rgba(7, 82, 155, .2);
}

@media (hover: hover) and (pointer: fine) {
    .gmenu__item__submenu__item__link:hover {
        background-color: rgba(7, 82, 155, .2);
    }
}

.gfooter {
    align-items: stretch;
    bottom: 0;
    display: flex;
    flex-flow: row nowrap;
    height: 70px;
    justify-content: space-between;
    left: 0;
    position: fixed;
    right: 0;
    top: auto;
    z-index: 102;
}

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

.gfooter__item {
    height: 100%;
    width: 50%;
}

.gfooter__item__link {
    align-items: center;
    border-top: 1px solid #ffffff;
    display: flex;
    flex-flow: row nowrap;
    font-family: "Kiwi Maru", serif;
    font-size: 1.4rem;
    font-weight: 500;
    height: 100%;
    justify-content: center;
    letter-spacing: .1em;
    width: 100%;
}

.gfooter__item__link__icon {
    align-items: center;
    background-color: #ffffff;
    border-radius: 50%;
    display: flex;
    flex-flow: row nowrap;
    flex-grow: 0;
    flex-shrink: 0;
    height: 44px;
    justify-content: center;
    margin: 0 12px 0 0;
    text-align: center;
    width: 44px;
}

.gfooter__item__link__text {
    color: #ffffff;
    display: block;
    white-space: nowrap;
}

.gfooter__item__link--access {
    background-color: #fa9f3d;
    border-right: 1px solid #ffffff;
}

.gfooter__item__link--mail {
    background-color: #1395ce;
    border-left: 1px solid #ffffff;
}

/* --------------------
 Footer
-------------------- */
.footer {
    background-color: #1395ce;
    color: #ffffff;
    padding: 40px 0 90px;
}

@media (min-width: 992px) {
    .footer {
        padding-bottom: 15px;
    }
}

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

@media (min-width: 768px) {
    .footer-container {
        margin-left: auto;
        margin-right: auto;
        max-width: 1200px;
        padding-left: 30px;
        padding-right: 30px;
    }
}

@media (min-width: 992px) {
    .footer-container {
        padding-left: 60px;
        padding-right: 60px;
    }
}

.footer__main {
    align-items: center;
    display: flex;
    flex-flow: column nowrap;
    gap: 40px 0;
    justify-content: space-between;
    margin: 0 0 50px;
    text-align: center;
}

@media (min-width: 768px) {
    .footer__main {
        align-items: stretch;
        flex-direction: row;
        gap: 0;
        text-align: left;
    }
}

.footer__main__info {
    padding: 0;
}

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

.footer__main__info__logo {
    margin: 0 0 20px;
}

.footer__main__info__logo__link {
    transition: opacity .35s cubic-bezier(.645, .045, .355, 1);
}

.footer__main__info__logo__link:focus {
    opacity: .65;
}

@media (hover: hover) and (pointer: fine) {
    .footer__main__info__logo__link:hover {
        opacity: .65;
    }
}

.footer__main__info__company__name {
    font-size: 1.4rem;
    font-weight: 700;
    letter-spacing: .14em;
    line-height: 1.7;
}

.footer__main__info__company__address {
    display: block;
    font-size: 1.4rem;
    font-weight: 300;
    letter-spacing: .14em;
    line-height: 1.7;
    margin: 0;
}

.footer__main__info__company__address a {
    color: #ffffff;
    text-decoration: underline;
}

.footer__main__info__company__address a:focus {
    text-decoration: none;
}

@media (hover: hover) and (pointer: fine) {
    .footer__main__info__company__address a:hover {
        text-decoration: none;
    }
}

.footer__main__info__company__access p {
    display: block;
    font-size: 1.4rem;
    font-weight: 300;
    letter-spacing: .14em;
    line-height: 1.7;
    margin: 0;
}

.footer__main__info__company__access p a {
    color: #ffffff;
    font-weight: 700;
    text-decoration: underline;
}

.footer__main__info__company__access p a:focus {
    text-decoration: none;
}

@media (hover: hover) and (pointer: fine) {
    .footer__main__info__company__access p a:hover {
        text-decoration: none;
    }
}

.footer__main__menu {
    align-items: stretch;
    display: flex;
    flex-flow: row nowrap;
    gap: 0;
    justify-content: space-between;
}

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

.footer__main__menu__list {
    margin: 0 20px 0 0;
}

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

@media (min-width: 992px) {
    .footer__main__menu__list:first-child {
        margin-right: 50px;
    }
}

.footer__main__menu__list:last-child {
    margin-right: 0;
}

.footer__main__menu__list__item {
    margin: 0 0 5px;
    padding: 0 0 0 10px;
    position: relative;
    text-align: left;
}

@media (min-width: 768px) {
    .footer__main__menu__list__item {
        margin-bottom: 10px;
    }
}

.footer__main__menu__list__item:before {
    content: "›";
    left: 0;
    position: absolute;
    top: auto;
}

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

.footer__main__menu__list__item__link {
    color: #ffffff;
    font-size: 1.2rem;
    letter-spacing: .15em;
    text-decoration: underline;
}

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

.footer__main__menu__list__item__link:hover, .footer__main__menu__list__item__link:focus {
    color: #ffffff;
}

.footer__main__menu__list__item__link:focus {
    text-decoration: none;
}

@media (hover: hover) and (pointer: fine) {
    .footer__main__menu__list__item__link:hover {
        text-decoration: none;
    }
}

.footer__main__menu__list__item__text {
    color: #ffffff;
    display: inline;
    font-size: 1.2rem;
    letter-spacing: .15em;
}

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

.footer__main__menu__list__item__sub {
    padding: 5px 0 0;
}

@media (min-width: 768px) {
    .footer__main__menu__list__item__sub {
        padding-top: 10px;
    }
}

@media (min-width: 992px) {
    .footer__main__menu__list__item__sub {
        align-items: stretch;
        display: flex;
        flex-flow: row wrap;
        gap: 10px;
        justify-content: space-between;
        width: 340px;
    }
}

.footer__main__menu__list__item__sub__list {
    margin: 0 0 10px;
    padding: 0;
}

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

@media (min-width: 992px) {
    .footer__main__menu__list__item__sub__list {
        margin-bottom: 0;
    }
}

.footer__main__menu__list__item__sub__list__item {
    margin: 0 0 5px;
    padding: 0 0 0 10px;
    position: relative;
}

.footer__main__menu__list__item__sub__list__item:before {
    content: "・";
    left: 0;
    position: absolute;
    top: auto;
}

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

.footer__main__menu__list__item__sub__list__item__link {
    color: #ffffff;
    font-size: 1.2rem;
    font-weight: 300;
    letter-spacing: .15em;
    text-decoration: underline;
}

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

.footer__main__menu__list__item__sub__list__item__link:hover, .footer__main__menu__list__item__sub__list__item__link:focus {
    color: #ffffff;
}

.footer__main__menu__list__item__sub__list__item__link:focus {
    text-decoration: none;
}

@media (hover: hover) and (pointer: fine) {
    .footer__main__menu__list__item__sub__list__item__link:hover {
        text-decoration: none;
    }
}

.footer__copyright {
    color: #ffffff;
    display: block;
    font-size: 1.0rem;
    font-style: normal;
    font-weight: 300;
    letter-spacing: .15em;
    margin: 0;
    padding: 0;
    text-align: center;
}

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