@font-face {
    font-family: "Sansita One";
    src: url("../fonts/SansitaOne.ttf") format("truetype");
    font-weight: 400;
    font-style: normal
}

.material-icons-round {
    font-family: "Material Icons Round";
    font-weight: normal;
    font-style: normal;
    font-size: 24px;
    line-height: 1;
    letter-spacing: normal;
    text-transform: none;
    display: inline-block;
    white-space: nowrap;
    word-wrap: normal;
    direction: ltr;
    -webkit-font-feature-settings: "liga";
    -webkit-font-smoothing: antialiased
}

.material-icons-outlined {
    font-family: "Material Icons Outlined";
    font-weight: normal;
    font-style: normal;
    font-size: 24px;
    line-height: 1;
    letter-spacing: normal;
    text-transform: none;
    display: inline-block;
    white-space: nowrap;
    word-wrap: normal;
    direction: ltr;
    -webkit-font-feature-settings: "liga";
    -webkit-font-smoothing: antialiased
}

.material-icons {
    font-family: "Material Icons";
    font-weight: normal;
    font-style: normal;
    font-size: 24px;
    line-height: 1;
    letter-spacing: normal;
    text-transform: none;
    display: inline-block;
    white-space: nowrap;
    word-wrap: normal;
    direction: ltr;
    -webkit-font-feature-settings: "liga";
    -webkit-font-smoothing: antialiased
}

.material-icons-sharp {
    font-family: "Material Icons Sharp";
    font-weight: normal;
    font-style: normal;
    font-size: 24px;
    line-height: 1;
    letter-spacing: normal;
    text-transform: none;
    display: inline-block;
    white-space: nowrap;
    word-wrap: normal;
    direction: ltr;
    -webkit-font-feature-settings: "liga";
    -webkit-font-smoothing: antialiased
}

.material-icons-two-tone {
    font-family: "Material Icons Two Tone";
    font-weight: normal;
    font-style: normal;
    font-size: 24px;
    line-height: 1;
    letter-spacing: normal;
    text-transform: none;
    display: inline-block;
    white-space: nowrap;
    word-wrap: normal;
    direction: ltr;
    -webkit-font-feature-settings: "liga";
    -webkit-font-smoothing: antialiased
}

/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
:root {
    --letter-spacing: 0.05em
}

html {
    font-size: 16px;
    font-family: "Noto Sans JP", sans-serif;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%
}

* {
    box-sizing: border-box;
    letter-spacing: var(--letter-spacing)
}

body {
    color: #333;
    margin: 0;
    background-color: #E4F5EC;
    line-height: 1.75;
    font-size: .875rem;
    font-feature-settings: "liga";
    -webkit-font-smoothing: antialiased;
    overflow-x: hidden
}

body.is-slidebar-active {
    overflow: hidden
}

@media print {
    body {
        margin: 0
    }
}

@media screen and (max-width: 59.3125em) {
    body {
        margin-top: 3.4375rem
    }
}

@media screen and (min-width: 0em)and (max-width: 46.8125em) {
    body {
        font-size: 14px
    }
}

body.en {
    font-family: "Roboto", sans-serif;
    line-height: 1.8;
    letter-spacing: 0;
    font-size: 15px
}

@media screen and (min-width: 0em)and (max-width: 46.8125em) {
    body.en {
        font-size: 13.125px
    }
}

@media screen and (-webkit-min-device-pixel-ratio: 0)and (-webkit-min-device-pixel-ratio: 0), screen and (-webkit-min-device-pixel-ratio: 0)and (min-resolution: 0.001dpcm) {
    body {
        image-rendering: -webkit-optimize-contrast
    }
}

article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
    display: block
}

audio, canvas, progress, video {
    display: inline-block;
    vertical-align: baseline
}

audio:not([controls]) {
    display: none;
    height: 0
}

[hidden], template {
    display: none
}

a {
    background-color: rgba(0, 0, 0, 0);
    text-decoration: none
}

a:active, a:hover {
    outline: 0
}

abbr[title] {
    border-bottom: 1px dotted
}

b, strong {
    font-weight: bold
}

dfn {
    font-style: italic
}

h1 {
    font-size: 2em;
    font-weight: bold;
    margin: .67em 0
}

h2 {
    font-size: 1.8rem;
    margin-top: 2rem;
    margin-bottom: 1rem
}

h3 {
    font-size: 1.6rem;
    margin-top: 1.7rem;
    margin-bottom: 1rem
}

h4 {
    font-size: 1.5rem;
    margin-top: 1.7rem;
    margin-bottom: 1rem
}

h5 {
    font-size: 1.4rem;
    margin-top: 1.3rem;
    margin-bottom: .5rem
}

h6 {
    font-size: 1.2rem;
    margin-top: 1rem;
    margin-bottom: .5rem
}

mark {
    background: #ff0;
    color: #000
}

small {
    font-size: 80%
}

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

sup {
    top: -0.5em
}

sub {
    bottom: -0.25em
}

img {
    border: 0;
    max-width: 100%;
    height: auto;
    vertical-align: top
}

svg:not(:root) {
    overflow: hidden
}

figure {
    margin: 0
}

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

pre {
    overflow: auto
}

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

button, input, optgroup, select, textarea {
    color: inherit;
    font: inherit;
    margin: 0
}

button {
    overflow: visible
}

button, select {
    text-transform: none
}

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

button[disabled], input[disabled] {
    cursor: default
}

button::-moz-focus-inner, input::-moz-focus-inner {
    border: 0;
    padding: 0
}

input {
    line-height: normal
}

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

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

input[type=search] {
    -webkit-appearance: textfield;
    box-sizing: content-box
}

input[type=search]::-webkit-search-cancel-button, input[type=search]::-webkit-search-decoration {
    -webkit-appearance: none
}

fieldset {
    border: 1px solid silver;
    margin: 0 2px;
    padding: .35em .625em .75em
}

legend {
    border: 0;
    padding: 0
}

textarea {
    overflow: auto
}

optgroup {
    font-weight: bold
}

table {
    border-collapse: collapse;
    border-spacing: 0
}

td, th {
    padding: 0
}

dl, dd {
    margin: 0
}

ul {
    margin: 0;
    padding: 0
}

li {
    list-style: none;
    margin: 0
}

a {
    transition: all .3s 0s ease
}

a:hover {
    transition: all .3s 0s ease
}

*.is-indent {
    padding-left: 1em;
    text-indent: -1em
}

*.u-first-line-leader {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis
}

input[type=text], input[type=url], input[type=search], input[type=email], input[type=password], input[type=tel] {
    font-size: 15px;
    line-height: 1.8;
    border: 1px solid #ccc;
    padding: .5rem .75rem;
    max-width: 100%;
    width: 100%;
    transition: all ease-in-out .2s;
    background-color: #fff
}

@media screen and (min-width: 0em)and (max-width: 46.8125em) {
    input[type=text], input[type=url], input[type=search], input[type=email], input[type=password], input[type=tel] {
        font-size: 16px
    }
}

input[type=text]:focus, input[type=text]:active, input[type=url]:focus, input[type=url]:active, input[type=search]:focus, input[type=search]:active, input[type=email]:focus, input[type=email]:active, input[type=password]:focus, input[type=password]:active, input[type=tel]:focus, input[type=tel]:active {
    outline: none;
    box-shadow: none
}

textarea {
    font-size: 15px;
    line-height: 1.8;
    border: 1px solid #ccc;
    padding: .5rem .75rem;
    max-width: 100%;
    width: 100%;
    transition: all ease-in-out .2s;
    background-color: #fff;
    min-height: 200px
}

@media screen and (min-width: 0em)and (max-width: 46.8125em) {
    textarea {
        font-size: 16px
    }
}

textarea:focus, textarea:active {
    outline: none;
    box-shadow: none
}

input[type=checkbox] {
    width: 18px;
    height: 18px;
    vertical-align: middle;
    accent-color: #cc2919
}

input[type=radio] {
    width: 18px;
    height: 18px;
    vertical-align: middle;
    accent-color: #cc2919
}

select {
    text-transform: none;
    display: block;
    width: 100%;
    height: 48px;
    padding: 8px 12px;
    font-size: 16px;
    line-height: 1.42857143;
    outline: none;
    background-color: #fff;
    color: #333;
    border: 1px solid #ccc;
    border-radius: 0 !important;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-image: url('data:image/svg+xml;utf8,<svg width="9" height="6" viewBox="0 0 9 6" fill="none" xmlns="http://www.w3.org/2000/svg"> <path d="M7.945 2.38419e-05L9 1.05402L4.5 5.55402L0 1.05402L1.055 -0.000976562L4.5 3.44502L7.945 2.38419e-05Z" fill="%23222222"/></svg>');
    background-repeat: no-repeat;
    background-position: calc(100% - 15px) center;
    background-size: 9px 5px
}

@media screen and (min-width: 0em)and (max-width: 46.8125em) {
    select {
        width: 100%
    }
}

select:focus, select:active {
    outline: none;
    box-shadow: none
}

::-moz-placeholder {
    color: rgba(51, 51, 51, .3)
}

::placeholder {
    color: rgba(51, 51, 51, .3)
}

@media(max-width: 1200px) {
    .l-container {
        padding-right: 32px;
        padding-left: 32px
    }
}

@media screen and (min-width: 0em)and (max-width: 46.8125em) {
    .l-container {
        padding-right: 16px;
        padding-left: 16px
    }
}

.l-container.is-two-columns {
    display: flex;
    padding: 0 !important
}

@media(max-width: 900px) {
    .l-container.is-two-columns {
        display: block
    }
}

.l-container.is-sm {
    width: 100%;
    max-width: 59rem;
    margin: auto
}

.l-container.is-xs {
    width: 100%;
    max-width: 46.75rem;
    margin: auto
}

.l-footer {
    position: relative;
    z-index: 1;
    background: url("../images/bg-offer.jpg") no-repeat center/cover
}

.l-footer__head {
    position: relative;
    z-index: 99;
    padding: 5rem 0
}

@media screen and (max-width: 59.3125em) {
    .l-footer__head {
        padding: 2.5rem 0
    }
}

.l-footer__content {
    position: relative;
    z-index: 99
}

.l-footer__block {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 2rem auto 0;
    width: 100%;
    position: relative
}

@media screen and (max-width: 59.3125em) {
    .l-footer__block {
        display: block;
        margin: auto
    }
}

.l-footer__box {
    width: 50%
}

@media screen and (max-width: 59.3125em) {
    .l-footer__box {
        margin-top: 1.5rem;
        width: 100%
    }
}

.l-footer__box:first-child {
    text-align: center;
    display: grid;
    place-items: center
}

.l-footer__box.is-button {
    border-left: solid 1px #fff;
    padding-left: 5.3125rem;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 1.5rem
}

@media screen and (max-width: 59.3125em) {
    .l-footer__box.is-button {
        border: none;
        padding-left: 0
    }
}

.l-footer__box a {
    color: #fff;
    text-decoration: none;
    line-height: 1.4285714286;
    letter-spacing: .05em;
    display: block
}

@media screen and (max-width: 59.3125em) {
    .l-footer__box a {
        text-align: center
    }
}

.l-footer__box a i {
    font-size: 1.625rem;
    margin-right: .75rem
}

.l-footer__box a.is-tel {
    font-family: "Roboto", sans-serif;
    font-size: 2.625rem;
    pointer-events: none;
    font-weight: bold;
    display: flex;
    align-items: center;
    letter-spacing: 0
}

@media screen and (max-width: 59.3125em) {
    .l-footer__box a.is-tel {
        pointer-events: auto;
        justify-content: center;
        font-size: 2.25rem
    }
}

.l-footer__box a.is-tel i {
    margin-top: .625rem
}

.l-footer__box small {
    display: block;
    color: #fff;
    padding-left: 1.875rem
}

@media screen and (max-width: 59.3125em) {
    .l-footer__box small {
        text-align: center
    }
}

.l-footer__box a.c-button {
    max-width: 234px;
    width: 100%;
    border-color: #fff;
    border-radius: .5rem
}

.l-footer__box a.c-button::after {
    content: none
}

.l-footer__box a.c-button:hover {
    color: #000;
    background: #fff
}

.l-footer__box a.c-button::after {
    content: "";
    top: initial;
    line-height: 1em;
    bottom: 0;
    right: .25rem;
    position: absolute;
    font-size: 10px;
    font-family: FontAwesome;
    color: hsla(0, 0%, 100%, .5)
}

@media screen and (max-width: 59.3125em) {
    .l-footer__box a.c-button {
        margin: auto;
        height: auto
    }
}

.l-footer__bottom {
    background: #000;
    color: #fff;
    font-size: .75rem;
    padding: .875rem 0
}

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

.l-footer__bottom-inner {
    display: flex;
    justify-content: space-between;
    align-items: center
}

@media screen and (max-width: 59.3125em) {
    .l-footer__bottom-inner {
        display: block
    }
}

.l-footer__bottom-nav a::before {
    content: "";
    font-family: "FontAwesome";
    font-weight: 400;
    margin-right: .5rem
}

.l-global-nav {
    border-top: 1px solid #e2e2e2;
    border-bottom: 1px solid #e2e2e2
}

@media screen and (max-width: 59.3125em) {
    .l-global-nav {
        display: none
    }
}

.l-global-nav ul {
    display: flex
}

.l-global-nav ul li {
    width: 100%;
    text-align: center;
    position: relative
}

.l-global-nav ul li::after {
    content: "";
    display: block;
    width: 1px;
    height: calc(100% - 16px);
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    background-color: #e2e2e2
}

.l-global-nav ul li:first-child::before {
    content: "";
    display: block;
    width: 1px;
    height: calc(100% - 16px);
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    background-color: #e2e2e2
}

.l-global-nav ul li a {
    display: block;
    color: #333;
    font-weight: 400;
    text-decoration: none;
    font-size: 15px;
    padding: 12px 12px;
    position: relative
}

.l-global-nav ul li a::after {
    content: "";
    display: block;
    width: 0;
    height: 2px;
    background-color: #cc2919;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    opacity: 0;
    transition: all .3s ease
}

.l-global-nav ul li a:hover {
    opacity: 1
}

.l-global-nav ul li a:hover::after {
    width: 100%;
    opacity: 1
}

.l-header-minimal {
    width: calc(100% - 60px);
    height: 5.625rem;
    z-index: 9990;
    top: 23px;
    left: 50%;
    transform: translateX(-50%);
    position: fixed;
    display: flex;
    align-items: center;
    padding: 0 1.25rem;
    background: rgba(255, 255, 255, 0.9);
    box-shadow: 0px 4px 8px 0px rgba(0, 0, 0, 0.1);
}

@media screen and (max-width: 75em) {
    .l-header-minimal {
        padding: 0 1rem
    }
}

@media screen and (max-width: 59.3125em) {
    .l-header-minimal {
        width: 100%;
        padding: .625rem;
        top: 0;
        border-radius: 0;
        height: 3.4375rem;
        background: #fff
    }
}

.l-header-minimal__inner {
    display: flex;
    align-items: center;
    margin-bottom: 8px
}

@media screen and (max-width: 59.3125em) {
    .l-header-minimal__inner {
        flex-wrap: wrap
    }
}

.l-header-minimal__heading {
    margin: 0
}

.l-header-minimal__heading a {
    display: flex;
    align-items: center;
    color: #000;
    text-decoration: none;
    gap: 1.5rem
}

@media screen and (max-width: 75em) {
    .l-header-minimal__heading a {
        gap: 1rem
    }
}

.l-header-minimal__heading a img {
    width: 7rem;
    height: auto;
    display: block
}

@media screen and (max-width: 75em) {
    .l-header-minimal__heading a img {
        width: 7rem
    }
}

@media screen and (max-width: 59.3125em) {
    .l-header-minimal__heading a img {
        width: 5.464375rem
    }
}

.l-header-minimal__heading a span {
    font-size: 1.125rem;
    font-weight: 700;
    letter-spacing: normal;
    white-space: nowrap
}

@media screen and (max-width: 75em) {
    .l-header-minimal__heading a span {
        font-size: .875rem
    }
}

@media screen and (min-width: 0em)and (max-width: 46.8125em) {
    .l-header-minimal__heading a span {
        font-size: .75rem
    }
}

.l-header-minimal__content {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    margin-left: auto;
    margin-right: auto
}

@media screen and (max-width: 59.3125em) {
    .l-header-minimal__content {
        margin-top: 0;
        height: 100%
    }
}

.l-header-minimal__nav {
    display: flex;
    width: 100%;
    max-width: -moz-max-content;
    max-width: max-content
}

@media screen and (max-width: 59.3125em) {
    .l-header-minimal__nav {
        display: none
    }
}

.l-header-minimal__nav-list {
    display: flex;
    gap: 2rem;
    margin-right: 2rem
}

@media screen and (max-width: 75em) {
    .l-header-minimal__nav-list {
        gap: 1.5rem;
        margin-right: 1rem
    }
}

.l-header-minimal__nav-list li {
    display: flex;
    align-items: center;
    white-space: nowrap
}

.l-header-minimal__nav-list li:hover .l-header-minimal__submenu {
    visibility: visible;
    opacity: 1
}

.l-header-minimal__nav-list a {
    text-decoration: none;
    color: #333;
    font-weight: bold;
    position: relative;
    transition: color .3s ease;
    text-align: center
}

.l-header-minimal__nav-list a small {
    font-size: 1rem;
    font-family: "Crimson Text", serif;
    letter-spacing: .0375em;
    transition: inherit;
    display: block
}

.l-header-minimal__nav-list a span {
    display: block;
    font-size: 0.875rem;
    letter-spacing: 0.05em;
}

.l-header-minimal__nav-list a:hover {
    opacity: .9
}

.l-header-minimal__nav-list a:hover span {
    color: #c43535;
    transition: .3s
}

.l-header-minimal__nav-list a:hover:after {
    width: 100%;
    opacity: 1
}

.l-header-minimal__button {
    width: 11.5rem;
    height: 3.125rem;
    margin-left: 1rem;
    font-weight: bold;
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    text-decoration: none;
    transition: color .2s, background-position .1s;
    position: relative;
    border-radius: 8px;
    background: #00AA8D;
    border: none;
    gap: 0.5rem;
}

@media screen and (max-width: 75em) {
    .l-header-minimal__button {
        width: 8.75rem;
        margin-left: .5rem
    }
}

@media screen and (max-width: 59.3125em) {
    .l-header-minimal__button {
        display: none
    }
}

.l-header-minimal__button::after {
    content: none;
}

.l-header-minimal__button i {
    font-size: 1rem;
    padding-right: .5rem
}

.l-header-minimal__button.is-primary {
    background: #007662;
    border-color: #007662
}

.is-slidebar-active .l-header-minimal {
    position: fixed;
    top: 0;
    left: 0
}

.l-header-minimal {
    transition: .3s
}

.l-main {
    width: 100%;
    max-width: 120rem;
    margin: 0 auto
}

.l-main.is-two-column {
    padding: 5rem 0
}

@media screen and (max-width: 59.3125em) {
    .l-main.is-two-column {
        padding: 2.5rem 0
    }
}

.l-main.is-two-column .l-container {
    display: flex;
    align-items: stretch
}

@media screen and (max-width: 59.3125em) {
    .l-main.is-two-column .l-container {
        display: block
    }
}

.l-main.is-two-column .l-container .l-wrapper {
    max-width: calc(100% - 320px - 70px);
    margin-right: 4.375rem;
    width: 100%
}

@media screen and (max-width: 59.3125em) {
    .l-main.is-two-column .l-container .l-wrapper {
        margin: auto;
        max-width: inherit
    }
}

.l-offer {
    background-image: url("../images/bg-offer.jpg");
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    text-align: center;
    color: #fff;
    padding: 3rem 0
}

@media screen and (min-width: 0em)and (max-width: 46.8125em) {
    .l-offer {
        padding: 2.5rem 0
    }
}

.l-offer.is-padding-lg {
    padding: 4rem 0
}

.l-offer__items {
    margin-top: 3rem
}

@media screen and (min-width: 0em)and (max-width: 46.8125em) {
    .l-offer__items {
        margin-top: 1.5rem
    }
}

.l-offer__items.is-button-one {
    margin-top: 1.5rem;
    text-align: center
}

.l-offer__items.is-button-one .l-offer__button {
    max-width: 28.375rem
}

.l-offer__button {
    color: #fff;
    text-decoration: none;
    font-weight: 700;
    font-size: 1rem;
    letter-spacing: .05em;
    text-align: center;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    border: 2px solid #fff;
    padding: 1.5rem 2rem;
    position: relative;
    width: 100%;
    min-height: 5.5rem
}

@media screen and (min-width: 0em)and (max-width: 46.8125em) {
    .l-offer__button {
        font-size: .9375rem;
        min-height: 4rem
    }
}

.l-offer__button::after {
    content: "chevron_right";
    font-family: "Material Icons Outlined";
    position: absolute;
    font-size: 1.25rem;
    top: 50%;
    right: 1.5rem;
    transform: translateY(-50%);
    font-weight: 400
}

@media screen and (min-width: 0em)and (max-width: 46.8125em) {
    .l-offer__button::after {
        font-size: 1.125rem
    }
}

.l-offer__button.is-bgcolor-primary {
    background-color: #cc2919;
    border-color: #cc2919
}

.l-offer__button.is-tel {
    font-family: "Sansita One", sans-serif;
    font-size: 2rem;
    line-height: 1
}

@media screen and (min-width: 0em)and (max-width: 46.8125em) {
    .l-offer__button.is-tel {
        font-size: 1.75rem
    }
}

.l-offer__button.is-tel i {
    margin-right: .5rem
}

.l-offer__subtext {
    text-align: center;
    font-weight: 700;
    letter-spacing: .05em;
    margin-top: .875rem
}

@media screen and (min-width: 0em)and (max-width: 46.8125em) {
    .l-offer__subtext {
        margin-top: .375rem;
        font-size: .75rem;
        font-weight: 400;
        margin-bottom: 1.5rem
    }
}

.l-offer.is-color-primary {
    background-image: none;
    background-color: #cc2919;
    padding: 4rem 0
}

@media screen and (min-width: 0em)and (max-width: 46.8125em) {
    .l-offer.is-color-primary {
        padding: 3rem 0
    }
}

.l-offer.is-color-primary .c-heading {
    color: #fff;
    margin-bottom: 2rem
}

@media screen and (min-width: 0em)and (max-width: 46.8125em) {
    .l-offer.is-color-primary .c-heading {
        margin-bottom: 1.5rem
    }
}

.l-offer.is-color-primary .l-offer__items {
    margin-top: 2rem
}

.l-offer.is-color-primary .l-offer__box {
    border: 1px solid #fff;
    height: 100%;
    text-align: center;
    padding: 2rem 3rem
}

@media screen and (min-width: 0em)and (max-width: 46.8125em) {
    .l-offer.is-color-primary .l-offer__box {
        margin-bottom: .5rem;
        height: inherit;
        padding: 1.5rem
    }
}

.l-offer.is-color-primary .l-offer__box-text {
    font-size: .875rem;
    letter-spacing: .1em;
    margin-bottom: 1.25rem
}

@media screen and (min-width: 0em)and (max-width: 46.8125em) {
    .l-offer.is-color-primary .l-offer__box-text {
        margin-bottom: .75rem
    }
}

.l-offer.is-color-primary .l-offer__box-tel {
    font-family: "Sansita One", sans-serif;
    font-size: 2rem;
    line-height: 1
}

.l-offer.is-color-primary .l-offer__box-tel i {
    margin-right: .5rem
}

.l-offer.is-color-primary .l-offer__box-tel small {
    display: block;
    font-size: .8125rem;
    letter-spacing: .1em;
    font-weight: 400;
    margin-top: .5rem
}

@media print {
    @page {
        margin: 8mm;
        margin: 10mm 8mm 10mm 8mm;
        margin: 4mm !important;
        size: landscape;
        size: portrait
    }

    * {
        -webkit-print-color-adjust: exact !important;
        background-attachment: initial !important;
        overflow-y: visible !important
    }

    main * {
        opacity: 1 !important;
        visibility: visible !important
    }

    html {
        overflow: visible !important;
        zoom: .7 !important
    }

    body {
        min-width: 1320px !important;
        padding-top: 0px !important;
        padding-bottom: 0px !important
    }

    .c-slidebar-menu, .c-slidebar-button, .u-hidden-lg {
        display: none
    }
}

main {
    overflow-x: hidden
}

.l-section .l-container {
    position: relative;
    z-index: 10
}

.l-section.is-xlg {
    padding-top: 7.5rem;
    padding-bottom: 7.5rem
}

@media screen and (min-width: 0em)and (max-width: 46.8125em) {
    .l-section.is-xlg {
        padding-top: 5.625rem;
        padding-bottom: 5.625rem
    }
}

.l-section.is-lg {
    padding-top: 6.25rem;
    padding-bottom: 6.25rem
}

@media screen and (min-width: 0em)and (max-width: 46.8125em) {
    .l-section.is-lg {
        padding-top: 4.6875rem;
        padding-bottom: 4.6875rem
    }
}

.l-section.is-md {
    padding-top: 5rem;
    padding-bottom: 5rem
}

@media screen and (min-width: 0em)and (max-width: 46.8125em) {
    .l-section.is-md {
        padding-top: 3.75rem;
        padding-bottom: 3.75rem
    }
}

.l-section.is-sm {
    padding-top: 4rem;
    padding-bottom: 4rem
}

@media screen and (min-width: 0em)and (max-width: 46.8125em) {
    .l-section.is-sm {
        padding-top: 3rem;
        padding-bottom: 3rem
    }
}

.l-section.is-xs {
    padding-top: 2rem;
    padding-bottom: 2rem
}

@media screen and (min-width: 0em)and (max-width: 46.8125em) {
    .l-section.is-xs {
        padding-top: 1.5rem;
        padding-bottom: 1.5rem
    }
}

.l-section.is-color-primary {
    background-color: #cc2919
}

.l-section.is-color-secondary {
    background-color: #006db2
}

.l-section.is-top {
    padding-bottom: 0 !important
}

.l-section.is-bottom {
    padding-top: 0 !important
}

.l-section.is-bg-color {
    background: #f8f9fb
}

.l-section.is-feature {
    position: relative;
    padding: 64px 0;
    max-width: 1400px;
    margin: 0 auto
}

@media screen and (min-width: 0em)and (max-width: 46.8125em) {
    .l-section.is-feature {
        padding: 40px 0
    }
}

.l-section.is-feature::before {
    position: absolute;
    width: 99.0714285714%;
    left: -8px;
    background-image: url(../images/bg-feature.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: top;
    height: 100%;
    top: 0;
    content: ""
}

.l-section.is-fa {
    padding-top: 35px;
    position: relative
}

.l-section.is-fa::before {
    position: absolute;
    width: 174.5714285714vw;
    height: 112.1428571429vw;
    max-width: 2444px;
    background-image: url(../images/bg-room.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: top;
    top: -2.5714285714vw;
    left: 50%;
    transform: translateX(-50%);
    content: "";
    z-index: 1
}

.l-section.is-room {
    position: relative;
    z-index: 10;
    padding-top: 64px
}

@media screen and (min-width: 0em)and (max-width: 46.8125em) {
    .l-section.is-room {
        padding-top: 40px
    }
}

.l-section.is-domico {
    position: relative
}

.l-section.is-price {
    position: relative;
    z-index: 10;
    padding-top: 3.625rem
}

.c-accordion__block {
    border: 1px solid #ccc;
    padding: 0 2rem;
    margin-bottom: 1rem
}

@media screen and (min-width: 0em)and (max-width: 46.8125em) {
    .c-accordion__block {
        padding: 0 1rem;
        margin-bottom: .5rem
    }
}

.c-accordion__block.is-open .c-accordion__head:after {
    content: ""
}

.c-accordion__head {
    display: flex;
    align-items: flex-start;
    padding: 1rem 1.5rem 1rem 0;
    cursor: pointer;
    position: relative
}

@media screen and (min-width: 0em)and (max-width: 46.8125em) {
    .c-accordion__head {
        padding: 1rem 1.5rem .75rem 0
    }
}

.c-accordion__head:after {
    content: "";
    font-family: "FontAwesome";
    color: #cc2919;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 0
}

@media screen and (min-width: 0em)and (max-width: 46.8125em) {
    .c-accordion__head:after {
        top: 1.25rem;
        transform: translateY(0)
    }
}

.c-accordion__title {
    font-weight: 700;
    letter-spacing: .05em;
    color: #cc2919;
    padding-top: .375rem
}

@media screen and (min-width: 0em)and (max-width: 46.8125em) {
    .c-accordion__title {
        padding-top: 0
    }
}

.c-accordion__icon {
    color: #fff;
    font-family: "Noto Sans JP", sans-serif;
    font-weight: 700;
    font-size: 1.375rem;
    background-color: #cc2919;
    width: 2.5rem;
    height: 2.5rem;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-shrink: 0;
    margin-right: 1rem;
    padding-left: .125rem
}

@media screen and (min-width: 0em)and (max-width: 46.8125em) {
    .c-accordion__icon {
        width: 2rem;
        height: 2rem;
        font-size: 1.125rem
    }
}

.c-accordion__icon.is-color-accent {
    background-color: #00e4b5;
    position: absolute;
    top: 1rem;
    left: 0
}

.c-accordion__content {
    padding: 1.5rem 0 1.5rem 3.5rem;
    position: relative;
    border-top: 1px solid #ccc;
    display: none
}

@media screen and (min-width: 0em)and (max-width: 46.8125em) {
    .c-accordion__content {
        padding: 1rem 0 1rem 3rem
    }
}

.c-anchor-nav {
    margin-bottom: 4rem
}

@media screen and (min-width: 0em)and (max-width: 46.8125em) {
    .c-anchor-nav {
        margin-bottom: 2rem
    }
}

.c-anchor-nav .c-button {
    max-width: 100% !important;
    margin-bottom: .5rem
}

.c-anchor-nav__block {
    text-decoration: none;
    color: #333;
    border-bottom: 2px solid #ccc;
    display: block;
    text-align: center;
    padding: .625rem 1rem;
    position: relative
}

@media screen and (min-width: 0em)and (max-width: 46.8125em) {
    .c-anchor-nav__block {
        margin-bottom: .5rem;
        border-width: 1px
    }
}

.c-anchor-nav__block:after {
    content: "";
    font-family: "FontAwesome";
    font-size: .75rem;
    position: absolute;
    top: 50%;
    right: .5rem;
    transform: translateY(-50%)
}

.c-anchor-nav__block:before {
    content: "";
    display: block;
    width: 0;
    height: 2px;
    background-color: #cc2919;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translate(-50%, 2px);
    opacity: 0;
    transition: all .2s
}

.c-anchor-nav__block:hover {
    opacity: 1
}

.c-anchor-nav__block:hover:before {
    width: 100%;
    opacity: 1
}

.c-banner-pop {
    position: fixed;
    opacity: 0;
    right: 0;
    bottom: 3.125rem;
    transform: translateY(100px);
    width: 20.375rem;
    height: 7.5rem;
    padding: .625rem 1.875rem .625rem .625rem;
    background: #fff;
    transition: .3s;
    z-index: 9999;
    box-shadow: 0 3px 20px rgba(0, 0, 0, .1)
}

@media screen and (min-width: 0em)and (max-width: 46.8125em) {
    .c-banner-pop {
        width: 100%;
        bottom: 0;
        height: 5rem;
        padding: .625rem
    }
}

.c-banner-pop__block {
    text-decoration: none;
    display: flex;
    justify-content: space-between
}

.c-banner-pop__image {
    width: 8.875rem;
    height: 6.0625rem;
    position: relative
}

@media screen and (min-width: 0em)and (max-width: 46.8125em) {
    .c-banner-pop__image {
        height: 3.75rem;
        min-width: 12.5rem
    }
}

.c-banner-pop__image .bg-img {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover
}

.c-banner-pop__content {
    position: relative;
    z-index: 99;
    overflow: hidden;
    font-family: "Sansita One", sans-serif
}

@media screen and (min-width: 0em)and (max-width: 46.8125em) {
    .c-banner-pop__content {
        width: 100%;
        margin-left: .625rem
    }
}

.c-banner-pop__title {
    font-size: 1rem;
    color: #333
}

@media screen and (min-width: 0em)and (max-width: 46.8125em) {
    .c-banner-pop__title {
        font-size: .75rem
    }
}

.c-banner-pop__title span {
    font-size: 1.25rem;
    color: #e40004;
    display: block;
    font-weight: bold
}

@media screen and (min-width: 0em)and (max-width: 46.8125em) {
    .c-banner-pop__title span {
        font-size: .875rem
    }
}

.c-banner-pop__txt {
    text-align: right;
    position: relative;
    margin-top: .125rem
}

@media screen and (min-width: 0em)and (max-width: 46.8125em) {
    .c-banner-pop__txt {
        margin-top: 0
    }
}

.c-banner-pop__text {
    font-family: "Sansita One", sans-serif;
    font-size: .625rem;
    line-height: 1;
    color: #333;
    text-align: right;
    position: relative;
    display: inline-block;
    background: #fff;
    padding-left: .3125rem
}

@media screen and (min-width: 0em)and (max-width: 46.8125em) {
    .c-banner-pop__text {
        font-size: .625rem
    }
}

.c-banner-pop__text::before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    width: 200%;
    height: .0625rem;
    z-index: -1;
    background: #b5b5b5
}

.c-banner-pop.is-fixed {
    position: fixed;
    transform: translateY(0);
    opacity: 1;
    transition: .3s;
    z-index: 9999
}

.c-banner-pop.is-btm {
    bottom: 15.625rem;
    transition: .3s
}

.is-slidebar-active .c-banner-pop {
    z-index: 0
}

.modaal-noscroll .c-banner-pop {
    z-index: 9
}

.c-block-access__title {
    margin-bottom: 2rem
}

.c-block-access__row {
    max-width: 59rem;
    margin: auto;
    display: flex;
    justify-content: center;
    gap: 1.5rem
}

.c-block-access__map {
    position: relative;
    width: 100%;
    padding-top: 45.9745762712%
}

@media screen and (max-width: 59.3125em) {
    .c-block-access__map {
        height: 16.25rem
    }
}

.c-block-access__map iframe {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0
}

.c-block-access__timelist {
    max-width: 59rem;
    margin: 2rem auto;
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(16.5rem, 1fr));
    gap: 1.5rem 2.25rem
}

.c-block-access__timeitem {
    font-size: 1rem;
    line-height: 1.5;
    position: relative;
    padding-left: 1.5rem
}

.c-block-access__timeitem::before {
    content: "";
    position: absolute;
    top: .375rem;
    left: 0;
    width: .75rem;
    height: .75rem;
    background: #006db2;
    border-radius: 50%
}

.c-block-access__timeitem .is-title {
    display: block
}

.c-block-access__timeitem .is-text {
    font-size: .875rem;
    display: block
}

.c-block-access__button {
    display: flex;
    justify-content: center;
    margin-top: 1.5rem
}

.c-block-access__button a {
    width: 100%;
    max-width: 16.4375rem;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: .5rem;
    font-size: .875rem;
    font-weight: bold;
    color: #000;
    border-radius: .5rem;
    background: #fff;
    border: 1px solid #ccc;
    padding: .75rem 1.5rem
}

.c-block-access__button a .fa {
    color: #006db2
}

.c-block-access__gallery {
    margin: 3rem 0 0
}

.c-block-access__gallery-list {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 2rem
}

@media screen and (min-width: 0em)and (max-width: 46.8125em) {
    .c-block-access__gallery-list {
        grid-template-columns: repeat(2, 1fr);
        gap: 1rem
    }
}

.c-block-detail {
    padding-top: 6.5rem;
    margin-bottom: 1.25rem
}

@media screen and (min-width: 0em)and (max-width: 46.8125em) {
    .c-block-detail {
        padding-top: 4rem;
        margin-bottom: 1.5rem
    }
}

.c-block-detail__block {
    margin-bottom: 5rem
}

@media screen and (min-width: 0em)and (max-width: 46.8125em) {
    .c-block-detail__block {
        margin-bottom: 2.5rem
    }
}

.c-block-detail__title {
    margin-bottom: 3.625rem
}

@media screen and (min-width: 0em)and (max-width: 46.8125em) {
    .c-block-detail__title {
        margin-bottom: 2rem
    }
}

.c-block-facirity {
    padding-top: 6.5625rem
}

@media screen and (max-width: 59.3125em) {
    .c-block-facirity {
        padding-top: 3.28125rem
    }
}

.c-block-facirity__images {
    max-width: 50rem;
    width: 100%;
    margin: 5rem auto 6.5rem
}

@media screen and (max-width: 59.3125em) {
    .c-block-facirity__images {
        margin: 2.5rem auto 3.25rem
    }
}

.c-block-facirity__image {
    margin-top: 2.375rem;
    pointer-events: none;
    position: relative
}

@media screen and (min-width: 0em)and (max-width: 46.8125em) {
    .c-block-facirity__image {
        margin-top: 1rem;
        pointer-events: auto
    }
}

.c-block-facirity__image:first-of-type {
    margin-top: 0
}

.c-block-facirity__image i {
    position: absolute;
    right: 0;
    bottom: 0;
    margin: auto;
    font-size: .9375rem;
    color: #fff;
    display: none;
    z-index: 99;
    width: 1.5625rem;
    height: 1.5625rem;
    justify-content: center;
    align-items: center;
    background-color: #000
}

@media screen and (min-width: 0em)and (max-width: 46.8125em) {
    .c-block-facirity__image i {
        display: flex
    }
}

.c-block-facirity small {
    display: none
}

@media screen and (min-width: 0em)and (max-width: 46.8125em) {
    .c-block-facirity small {
        display: block
    }
}

.c-block-facirity {
    position: relative
}

.c-block-facirity::before {
    content: "";
    position: absolute;
    top: 13.5rem;
    right: 8.125rem;
    left: 0;
    margin: auto;
    transform: translateX(170%);
    width: 19.8245614035%;
    height: 15.1875rem;
    background: #f8f9fb;
    z-index: -1
}

@media screen and (max-width: 59.3125em) {
    .c-block-facirity::before {
        display: none
    }
}

.c-block-facirity::after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 3rem;
    margin: auto;
    transform: translateX(100%);
    width: 25.701754386%;
    height: 8rem;
    background: #f8f9fb;
    z-index: -1
}

@media screen and (max-width: 59.3125em) {
    .c-block-facirity::after {
        display: none
    }
}

.c-block-facirity__images {
    position: relative
}

.c-block-facirity__images::before {
    content: "";
    position: absolute;
    bottom: 7rem;
    right: 0;
    left: 0;
    transform: translateX(-70%);
    margin: auto;
    width: 73%;
    height: 22.1875rem;
    background: #f8f9fb;
    z-index: -1
}

@media screen and (max-width: 59.3125em) {
    .c-block-facirity__images::before {
        display: none
    }
}

.c-block-type {
    padding-top: 6.75rem
}

@media screen and (max-width: 59.3125em) {
    .c-block-type {
        padding-top: 4.375rem
    }
}

.c-block-type__blocks {
    margin-top: 2.5rem
}

@media screen and (min-width: 0em)and (max-width: 46.8125em) {
    .c-block-type__blocks {
        margin-top: 1.875rem
    }
}

.c-block-type__block {
    position: relative;
    padding: 5.875rem 0 5.875rem;
    margin-bottom: .875rem;
    min-height: 43rem
}

.c-block-type__block:last-of-type {
    margin-bottom: 0
}

@media screen and (max-width: 59.3125em) {
    .c-block-type__block {
        padding: 1.5rem 0 2rem;
        min-height: auto
    }
}

.c-block-type__bgimg {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    opacity: .08
}

.c-block-type__inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 4rem;
    margin-top: 2.5rem;
    position: relative
}

@media screen and (min-width: 0em)and (max-width: 46.8125em) {
    .c-block-type__inner {
        display: block;
        margin-bottom: 4rem;
        margin-top: 0
    }
}

.c-block-type__inner:last-child {
    margin-bottom: 0
}

.c-block-type__slider {
    width: 40%;
    max-width: 25.5625rem;
    overflow: hidden
}

@media screen and (min-width: 0em)and (max-width: 46.8125em) {
    .c-block-type__slider {
        width: 100%
    }
}

.c-block-type__main {
    display: none !important
}

@media screen and (max-width: 59.3125em) {
    .c-block-type__main {
        display: block !important
    }
}

.c-block-type__main.slick-initialized {
    display: block !important
}

.c-block-type__main-image {
    background-repeat: no-repeat;
    background-position: center center;
    position: relative;
    cursor: pointer;
    background-size: contain;
    max-width: 25.5625rem;
    background-color: #fff
}

.c-block-type__main-image:before {
    content: "";
    display: block;
    padding-top: 89.7310513447%;
    z-index: -1
}

.c-block-type__thumbs {
    display: flex;
    align-items: stretch;
    justify-content: flex-start;
    flex-wrap: wrap;
    margin-top: 1rem
}

.c-block-type__thumb {
    display: block;
    width: 22.6872246696%;
    margin-right: 3.0837004405%;
    margin-bottom: .875rem;
    border: 1px solid rgba(17, 17, 17, .1);
    cursor: pointer;
    position: relative;
    background: #fff
}

.c-block-type__thumb:nth-child(4n) {
    margin-right: 0
}

.c-block-type__thumb.thumb-current {
    border: 2px solid #cc2919
}

.c-block-type__thumb.thumb-current:before {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    background-color: rgba(204, 41, 25, .2);
    position: absolute;
    left: 0;
    top: 0
}

.c-block-type__thumb-image {
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover
}

.c-block-type__thumb-image:before {
    content: "";
    display: block;
    padding-top: 64.0776699029%
}

.c-block-type__content {
    width: 55.0877192982%
}

@media screen and (min-width: 0em)and (max-width: 46.8125em) {
    .c-block-type__content {
        width: 100%;
        padding-top: .625rem
    }
}

.c-block-type__label {
    text-align: center;
    max-width: 6.875rem;
    font-size: .9375rem;
    color: #cc2919;
    letter-spacing: .1em;
    line-height: 1.4;
    padding: .125rem .5rem;
    height: 2.4375rem;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-right: 1.375rem
}

.c-block-type__label span {
    font-size: 1.4375rem;
    margin-left: .3125rem
}

@media screen and (min-width: 0em)and (max-width: 46.8125em) {
    .c-block-type__label span {
        font-size: 1.25rem;
        line-height: 1
    }
}

@media screen and (min-width: 0em)and (max-width: 46.8125em) {
    .c-block-type__label {
        margin-bottom: .625rem;
        font-size: .8125rem;
        height: 1.875rem;
        align-items: flex-end;
        padding: .125rem .625rem .25rem
    }
}

.c-block-type__titles {
    font-weight: bold;
    font-size: 2.875rem;
    letter-spacing: .1em;
    line-height: 1.4347826087;
    margin-bottom: 1.1875rem;
    font-family: "Sansita One", sans-serif;
    display: flex;
    align-items: center
}

@media screen and (max-width: 59.3125em) {
    .c-block-type__titles {
        font-size: 1.5rem;
        padding-top: 0;
        margin-bottom: .75rem;
        display: block
    }
}

.c-block-type__text {
    font-size: 1.25rem;
    line-height: 1.6;
    font-family: "Sansita One", sans-serif
}

@media screen and (min-width: 0em)and (max-width: 46.8125em) {
    .c-block-type__text {
        font-size: 1rem
    }
}

.c-block-type__prices {
    margin-top: 1.25rem;
    display: flex;
    align-items: flex-end
}

@media screen and (min-width: 0em)and (max-width: 46.8125em) {
    .c-block-type__prices {
        display: block
    }
}

.c-block-type__price {
    display: flex;
    align-items: flex-end;
    font-size: 1.125rem;
    font-weight: bold;
    letter-spacing: .1em;
    line-height: 1.3
}

@media screen and (max-width: 68.75em) {
    .c-block-type__price {
        font-size: .8125rem
    }
}

.c-block-type__price:first-of-type {
    margin-right: 1.625rem
}

@media screen and (max-width: 68.75em) {
    .c-block-type__price:first-of-type {
        margin-right: .75rem
    }
}

@media screen and (min-width: 0em)and (max-width: 46.8125em) {
    .c-block-type__price:first-of-type {
        margin-bottom: 1rem
    }
}

.c-block-type__price span {
    font-size: 2.0625rem;
    line-height: 1;
    letter-spacing: .05em;
    margin: 0 .6875rem
}

@media screen and (max-width: 68.75em) {
    .c-block-type__price span {
        margin: 0 .3125rem
    }
}

@media screen and (min-width: 0em)and (max-width: 46.8125em) {
    .c-block-type__price span {
        font-size: 1.5rem
    }
}

.c-block-type__table {
    margin-top: 2rem;
    border-top: none !important
}

@media screen and (min-width: 0em)and (max-width: 46.8125em) {
    .c-block-type__table {
        margin-top: 1.5rem
    }
}

.c-block-type__table tbody {
    background: #fff
}

.c-block-type__table tbody tr {
    border-bottom: 1px solid #b5b5b5
}

.c-block-type__table tbody tr:last-of-type {
    border-bottom: none
}

.c-block-type__table tbody th {
    text-align: center !important;
    padding: .625rem !important;
    color: #333 !important;
    font-weight: normal !important;
    border-right: none !important;
    border-bottom: none !important
}

.c-block-type__table tbody td {
    background: #fff;
    padding: .625rem 2.25rem .625rem 1rem !important;
    border-bottom: none !important;
    border-right: none !important
}

.c-block-type__button {
    margin-top: 1.5rem
}

.c-block-type__button a {
    font-family: "Sansita One", sans-serif
}

.c-block-type__block:nth-of-type(1) {
    background: rgba(131, 193, 134, .15)
}

.c-block-type__block:nth-of-type(1) .c-block-type__label {
    background: #366939;
    color: #fff
}

.c-block-type__block:nth-of-type(1) .c-block-type__titles {
    color: #366939
}

.c-block-type__block:nth-of-type(1) .c-block-type__price span {
    color: #366939
}

.c-block-type__block:nth-of-type(1) .c-block-type__table th {
    background: rgba(54, 105, 57, .2)
}

.c-block-type__block:nth-of-type(2) {
    background: rgba(255, 187, 181, .23)
}

.c-block-type__block:nth-of-type(2) .c-block-type__label {
    background: #f08477;
    color: #fff
}

.c-block-type__block:nth-of-type(2) .c-block-type__titles {
    color: #f08477
}

.c-block-type__block:nth-of-type(2) .c-block-type__price span {
    color: #f08477
}

.c-block-type__block:nth-of-type(2) .c-block-type__table th {
    background: rgba(240, 132, 119, .2)
}

.c-block-type__block:nth-of-type(3) {
    background: rgba(237, 141, 58, .15)
}

.c-block-type__block:nth-of-type(3) .c-block-type__label {
    background: #ce733a;
    color: #fff
}

.c-block-type__block:nth-of-type(3) .c-block-type__titles {
    color: #ce733a
}

.c-block-type__block:nth-of-type(3) .c-block-type__price span {
    color: #ce733a
}

.c-block-type__block:nth-of-type(3) .c-block-type__table th {
    background: rgba(206, 115, 58, .25)
}

.c-breadcrumb {
    padding: .75rem 0
}

@media screen and (min-width: 0em)and (max-width: 46.8125em) {
    .c-breadcrumb {
        padding: .5rem 0
    }
}

.c-breadcrumb__inner {
    display: flex;
    align-items: center
}

.c-breadcrumb span {
    font-size: .8125rem;
    margin-right: .5rem
}

@media screen and (min-width: 0em)and (max-width: 46.8125em) {
    .c-breadcrumb span {
        font-size: .75rem;
        margin-right: .25rem
    }
}

.c-breadcrumb span a {
    color: #cc2919;
    font-weight: 400;
    text-decoration: none
}

.c-breadcrumb span a:hover {
    text-decoration: underline
}

.c-button {
    outline: none;
    display: inline-flex;
    width: 100%;
    max-width: 22.75rem;
    text-align: center;
    border: solid 1px #000;
    color: #000;
    text-decoration: none;
    padding: 1.5625rem;
    position: relative;
    transition: all .3s;
    font-weight: 700;
    font-size: 1.0625rem;
    height: 4.75rem;
    justify-content: center;
    align-items: center;
    background: none
}

@media screen and (min-width: 0em)and (max-width: 46.8125em) {
    .c-button {
        max-width: 100%;
        font-size: 1.0125rem;
        padding: 1.25rem .875rem
    }
}

.c-button:hover {
    opacity: 1;
    background-color: #000;
    color: #fff
}

.c-button:hover::after {
    color: #fff
}

.c-button::after {
    content: "";
    display: block;
    font-family: "FontAwesome";
    color: #cc2919;
    position: absolute;
    top: 50%;
    right: 1rem;
    transform: translateY(-50%);
    font-weight: 400
}

.c-button i.fa {
    vertical-align: middle;
    font-size: 1.375rem;
    margin-right: .5rem
}

.c-button.is-white {
    color: #fff;
    border: 1px solid #fff
}

.c-facility {
    background: #fff;
    border-radius: 24px;
    padding: 2.5rem;
    box-shadow: 0px 4px 26px 0px rgba(0, 0, 0, .0784313725)
}

@media screen and (min-width: 0em)and (max-width: 46.8125em) {
    .c-facility {
        padding: 2rem 1rem
    }
}

.c-facility__title {
    position: relative;
    margin: 0;
    font-size: 1.25rem;
    padding-left: 1.6rem;
    line-height: 1em;
    margin-bottom: 2rem
}

@media screen and (max-width: 46.8125em) {
    .c-facility__title {
        font-size: 1rem;
        margin-bottom: 1.5rem
    }
}

.c-facility__title::before {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    content: "";
    width: 3px;
    height: 100%;
    background: #006db2
}

.c-facility__content {
    display: flex;
    align-items: flex-start;
    gap: 1.5rem 2.5rem
}

@media screen and (max-width: 46.8125em) {
    .c-facility__content {
        flex-flow: column
    }
}

.c-facility__image-box {
    width: 41.4122137405%;
    flex-shrink: 0
}

@media screen and (max-width: 46.8125em) {
    .c-facility__image-box {
        width: 100%
    }
}

.c-facility__image-box img {
    width: 100%;
    height: auto
}

.c-facility__items {
    width: 100%;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: .75rem
}

@media screen and (max-width: 59.3125em) {
    .c-facility__items {
        grid-template-columns: repeat(2, 1fr)
    }
}

@media screen and (min-width: 0em)and (max-width: 46.8125em) {
    .c-facility__items {
        grid-template-columns: repeat(2, 1fr)
    }
}

.c-facility__item {
    display: flex;
    gap: .5rem;
    align-items: center;
    width: 100%;
    background: #fff;
    border: 1px solid #eee;
    padding: .5rem
}

@media screen and (max-width: 46.8125em) {
    .c-facility__item img {
        width: 1.5rem;
        height: auto
    }
}

.c-facility__item span {
    font-size: .8125rem;
    letter-spacing: normal;
    font-weight: 600
}

@media screen and (max-width: 46.8125em) {
    .c-facility__item span {
        font-size: .6875rem
    }
}

.c-faq-lists {
    display: flex;
    flex-flow: column;
    gap: .5rem
}

.c-faq-list {
    width: 100%;
    background-color: #fff;
    padding: 1.5rem 2rem 0;
    border-radius: .5rem
}



.c-faq-list dt {
    position: relative;
    margin: 0;
    padding: 0 0 1.5rem;
    color: #000;
    font-weight: 600
}

@media screen and (min-width: 0em)and (max-width: 46.8125em) {
    .c-faq-list dt {
        padding: 0 0 .75rem
    }
}

.c-faq-list dt p {
    padding-right: 2em
}

.c-faq-list dt p::before {
    content: "Q";
    background: #007662;
    color: #fff
}

.c-faq-list dt p::after {
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    font-family: "Material Icons Outlined";
    content: "expand_more";
    color: #000
}

.c-faq-list dd {
    padding: 1.5rem 0;
    border-top: 1px solid #ccc
}

@media screen and (min-width: 0em)and (max-width: 46.8125em) {
    .c-faq-list dd {
        padding: .75rem 0
    }
}

.c-faq-list dd p {
    color: #000
}

.c-faq-list dd p::before {
    content: "A";
    border: .1875rem solid #006db2;
    background: #006db2;
    color: #fff
}

.c-faq-list dt, .c-faq-list dd {
    font-size: 1rem
}

@media screen and (min-width: 0em)and (max-width: 46.8125em) {
    .c-faq-list dt, .c-faq-list dd {
        font-size: .875rem
    }
}

.c-faq-list dt p, .c-faq-list dd p {
    position: relative;
    display: flex;
    align-items: center;
    gap: 1rem
}

.c-faq-list dt p::before, .c-faq-list dd p::before {
    font-family: "Roboto", sans-serif;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 600;
    font-size: 1.375rem;
    width: 2.5rem;
    height: 2.5rem;
    flex-shrink: 0;
    border-radius: .25rem;
    box-sizing: border-box
}

@media screen and (min-width: 0em)and (max-width: 46.8125em) {
    .c-faq-list dt p::before, .c-faq-list dd p::before {
        width: 2rem;
        height: 2rem;
        font-size: .875rem
    }
}

.c-faq-list.is-open dt p::after {
    content: "expand_less"
}

.c-faq-list:not(.is-open) dd {
    display: none
}

.c-flow-list {
    position: relative;
    display: flex;
    gap: 2.25rem;
    margin: 6rem 0 0
}

@media screen and (max-width: 59.3125em) {
    .c-flow-list {
        flex-flow: column;
        gap: 3rem;
        margin: 4rem 0 0
    }

    .c-flow-list::before {
        content: "";
        display: block;
        width: .125rem;
        height: auto;
        position: absolute;
        top: 0;
        bottom: 0;
        left: 50%;
        transform: translateX(-50%);
        background: #cc2919
    }
}

.c-flow-item {
    width: 100%;
    position: relative;
    background: #fff;
    /* border-radius: 24px; */
    padding: 3.5rem 2.5rem 2rem;
    box-shadow: 0px 4px 26px 0px rgba(0, 0, 0, .0784313725)
}

@media screen and (min-width: 0em)and (max-width: 46.8125em) {
    .c-flow-item {
        padding: 2.25rem 1rem 1.5rem
    }
}



@media screen and (max-width: 59.3125em) {
    .c-flow-item:not(:first-child)::before {
        display: none
    }
}

.c-flow-item__num {
    width: 4rem;
    height: 4rem;
    border-radius: 4rem;
    margin-top: -2rem;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    align-items: center;
    justify-content: center;
    background: #000;
    color: #fff;
    font-family: "Roboto", sans-serif;
    font-size: 2rem;
    font-weight: bold;
    line-height: 1em;
    letter-spacing: normal
}

@media screen and (min-width: 0em)and (max-width: 46.8125em) {
    .c-flow-item__num {
        width: 3rem;
        height: 3rem;
        font-size: 1.5rem;
        margin-top: -1.5rem
    }
}

.c-flow-item__title {
    height: 5rem;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 0 1.125rem;
    font-size: 1.0625rem;
    text-align: center;
    line-height: 1.88em;
    padding-bottom: 1em;
    border-bottom: 1px solid #ccc
}

@media screen and (max-width: 46.8125em) {
    .c-flow-item__title {
        height: auto
    }
}

.c-flow-item__text {
    font-size: .875rem;
    line-height: 1.71em
}

.c-flow-item__text a {
    font-weight: 700
}

.c-gallery {
    position: relative;
    padding-bottom: .5rem;
    overflow: hidden
}

@media screen and (max-width: 59.3125em) {
    .c-gallery {
        padding-bottom: 0
    }
}

.c-gallery__mainslider {
    margin-bottom: 1.5rem !important;
    height: 31vw;
    display: none !important
}

@media screen and (max-width: 59.3125em) {
    .c-gallery__mainslider {
        display: block !important
    }
}

.c-gallery__mainslider.slick-initialized {
    display: block !important
}

@media screen and (min-width: 0em)and (max-width: 46.8125em) {
    .c-gallery__mainslider {
        height: initial
    }
}

.c-gallery__mainslider .slick-arrow {
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    z-index: 999;
    width: 3.9375rem
}

@media screen and (min-width: 0em)and (max-width: 46.8125em) {
    .c-gallery__mainslider .slick-arrow {
        width: 2rem
    }
}

.c-gallery__mainslider .slick-arrow::before {
    display: none
}

.c-gallery__mainslider .slick-arrow img {
    z-index: 999
}

.c-gallery__mainslider .slick-next {
    left: 20%;
    right: inherit !important
}

@media screen and (min-width: 0em)and (max-width: 46.8125em) {
    .c-gallery__mainslider .slick-next {
        left: 10%
    }
}

.c-gallery__mainslider .slick-prev {
    right: 20%;
    left: inherit !important
}

@media screen and (min-width: 0em)and (max-width: 46.8125em) {
    .c-gallery__mainslider .slick-prev {
        right: 10%
    }
}

.c-gallery__images {
    width: 100%;
    margin: 0 auto;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    outline: none;
    min-height: 500px;
    transform: scale(0.8);
    transition: all .2s;
    transform: scale(0.9) translateX(600px)
}

@media(min-width: 1251px) {
    .c-gallery__images {
        transform: scale(0.9) translateX(48vw)
    }
}

@media(max-width: 1250px) {
    .c-gallery__images {
        transform: scale(0.9) translateX(550px)
    }
}

@media(max-width: 1100px) {
    .c-gallery__images {
        transform: scale(0.9) translateX(450px)
    }
}

@media(max-width: 950px) {
    .c-gallery__images {
        transform: scale(0.9) translateX(350px)
    }
}

@media(max-width: 750px) {
    .c-gallery__images {
        transform: scale(0.9) translateX(200px);
        min-height: initial
    }
}

@media(max-width: 550px) {
    .c-gallery__images {
        transform: scale(0.9) translateX(20px)
    }
}

.c-gallery__images.slick-center+.c-gallery__images {
    transition: all .2s;
    transform: scale(0.9) translateX(-600px)
}

@media(min-width: 1251px) {
    .c-gallery__images.slick-center+.c-gallery__images {
        transform: scale(0.9) translateX(-48vw)
    }
}

@media(max-width: 1250px) {
    .c-gallery__images.slick-center+.c-gallery__images {
        transform: scale(0.9) translateX(-550px)
    }
}

@media(max-width: 1100px) {
    .c-gallery__images.slick-center+.c-gallery__images {
        transform: scale(0.9) translateX(-450px)
    }
}

@media(max-width: 950px) {
    .c-gallery__images.slick-center+.c-gallery__images {
        transform: scale(0.9) translateX(-350px)
    }
}

@media(max-width: 750px) {
    .c-gallery__images.slick-center+.c-gallery__images {
        transform: scale(0.9) translateX(-200px)
    }
}

@media(max-width: 550px) {
    .c-gallery__images.slick-center+.c-gallery__images {
        transform: scale(0.9) translateX(-20px)
    }
}

.c-gallery__images.slick-center {
    transition: all .2s;
    transform: scale(1.14)
}

.c-gallery__image {
    aspect-ratio: 738/410;
    max-width: 60%;
    margin: 0 auto;
    transform: scale(0.83);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover
}

@media(max-width: 550px) {
    .c-gallery__image {
        max-width: 100%
    }
}

.c-gallery__thumbnails {
    max-width: 1016px;
    margin: 0 auto;
    height: 5.625rem
}

@media(max-width: 1200px) {
    .c-gallery__thumbnails {
        max-width: 800px
    }
}

@media(max-width: 950px) {
    .c-gallery__thumbnails {
        max-width: 500px
    }
}

@media(max-width: 750px) {
    .c-gallery__thumbnails {
        max-width: 300px
    }
}

@media(max-width: 400px) {
    .c-gallery__thumbnails {
        max-width: 260px
    }
}

@media screen and (min-width: 0em)and (max-width: 46.8125em) {
    .c-gallery__thumbnails {
        height: inherit
    }
}

.c-gallery__thumbnails .slick-arrow {
    display: none !important
}

.c-gallery__thumbnails .slick-list {
    padding: 4px 0
}

.c-gallery__thumbnails-images {
    margin: 0 .71875rem;
    outline: none
}

.c-gallery__thumbnails-images.slick-current {
    outline: 4px solid #cc2919
}

.c-gallery__thumb-img {
    outline: none;
    min-height: 90px;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    position: relative;
    cursor: pointer
}

@media screen and (min-width: 0em)and (max-width: 46.8125em) {
    .c-gallery__thumb-img {
        min-height: 60px
    }
}

.c-gallery__thumb-img:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #fff;
    opacity: 0;
    pointer-events: none;
    transition: all .2s
}

.c-gallery__thumb-img:hover:after {
    opacity: .3
}

.c-gallery__thumbnails .slick-dots {
    bottom: -2.5rem;
    left: 0;
    line-height: 1;
    display: flex;
    align-items: center;
    justify-content: center
}

.c-gallery__thumbnails .slick-dots li {
    width: .5rem;
    height: .5rem;
    margin: 0 .5rem
}

@media screen and (min-width: 0em)and (max-width: 46.8125em) {
    .c-gallery__thumbnails .slick-dots li {
        width: .4rem;
        height: .4rem
    }
}

.c-gallery__thumbnails .slick-dots li button {
    width: .5rem;
    height: .5rem;
    padding: 0
}

@media screen and (min-width: 0em)and (max-width: 46.8125em) {
    .c-gallery__thumbnails .slick-dots li button {
        width: .375rem;
        height: .375rem
    }
}

.c-gallery__thumbnails .slick-dots li button:before {
    content: "";
    opacity: 1;
    width: .5rem;
    height: .5rem;
    border: 1px solid #ccc;
    background-color: #fff;
    border-radius: 1000px
}

@media screen and (min-width: 0em)and (max-width: 46.8125em) {
    .c-gallery__thumbnails .slick-dots li button:before {
        width: .375rem;
        height: .375rem
    }
}

.c-gallery__thumbnails .slick-dots li.slick-active button:before {
    opacity: 1;
    background-color: #cc2919;
    border-color: #cc2919
}

.container, .l-container {
    max-width: 1140px;
    margin-left: auto;
    margin-right: auto
}

.row {
    margin-left: -18px;
    margin-right: -18px;
    display: flex;
    flex-wrap: wrap
}

@media screen and (min-width: 0em)and (max-width: 46.8125em) {
    .row {
        margin-left: -8px;
        margin-right: -8px
    }
}

.row.is-center {
    justify-content: center
}

.small-1 {
    width: 8.3333333333%;
    padding-left: 8px;
    padding-right: 8px
}

.is-push-sm-1 {
    margin-left: 8.3333333333%;
    padding-left: 8px;
    padding-right: 8px
}

.small-2 {
    width: 16.6666666667%;
    padding-left: 8px;
    padding-right: 8px
}

.is-push-sm-2 {
    margin-left: 16.6666666667%;
    padding-left: 8px;
    padding-right: 8px
}

.small-3 {
    width: 25%;
    padding-left: 8px;
    padding-right: 8px
}

.is-push-sm-3 {
    margin-left: 25%;
    padding-left: 8px;
    padding-right: 8px
}

.small-4 {
    width: 33.3333333333%;
    padding-left: 8px;
    padding-right: 8px
}

.is-push-sm-4 {
    margin-left: 33.3333333333%;
    padding-left: 8px;
    padding-right: 8px
}

.small-5 {
    width: 41.6666666667%;
    padding-left: 8px;
    padding-right: 8px
}

.is-push-sm-5 {
    margin-left: 41.6666666667%;
    padding-left: 8px;
    padding-right: 8px
}

.small-6 {
    width: 50%;
    padding-left: 8px;
    padding-right: 8px
}

.is-push-sm-6 {
    margin-left: 50%;
    padding-left: 8px;
    padding-right: 8px
}

.small-7 {
    width: 58.3333333333%;
    padding-left: 8px;
    padding-right: 8px
}

.is-push-sm-7 {
    margin-left: 58.3333333333%;
    padding-left: 8px;
    padding-right: 8px
}

.small-8 {
    width: 66.6666666667%;
    padding-left: 8px;
    padding-right: 8px
}

.is-push-sm-8 {
    margin-left: 66.6666666667%;
    padding-left: 8px;
    padding-right: 8px
}

.small-9 {
    width: 75%;
    padding-left: 8px;
    padding-right: 8px
}

.is-push-sm-9 {
    margin-left: 75%;
    padding-left: 8px;
    padding-right: 8px
}

.small-10 {
    width: 83.3333333333%;
    padding-left: 8px;
    padding-right: 8px
}

.is-push-sm-10 {
    margin-left: 83.3333333333%;
    padding-left: 8px;
    padding-right: 8px
}

.small-11 {
    width: 91.6666666667%;
    padding-left: 8px;
    padding-right: 8px
}

.is-push-sm-11 {
    margin-left: 91.6666666667%;
    padding-left: 8px;
    padding-right: 8px
}

.small-12 {
    width: 100%;
    padding-left: 8px;
    padding-right: 8px
}

.is-push-sm-12 {
    margin-left: 100%;
    padding-left: 8px;
    padding-right: 8px
}

@media screen and (min-width: 46.875em)and (max-width: 59.3125em) {
    .medium-1 {
        width: 8.3333333333%;
        padding-left: 18px;
        padding-right: 18px
    }

    .is-push-md-1 {
        margin-left: 8.3333333333%
    }

    .medium-2 {
        width: 16.6666666667%;
        padding-left: 18px;
        padding-right: 18px
    }

    .is-push-md-2 {
        margin-left: 16.6666666667%
    }

    .medium-3 {
        width: 25%;
        padding-left: 18px;
        padding-right: 18px
    }

    .is-push-md-3 {
        margin-left: 25%
    }

    .medium-4 {
        width: 33.3333333333%;
        padding-left: 18px;
        padding-right: 18px
    }

    .is-push-md-4 {
        margin-left: 33.3333333333%
    }

    .medium-5 {
        width: 41.6666666667%;
        padding-left: 18px;
        padding-right: 18px
    }

    .is-push-md-5 {
        margin-left: 41.6666666667%
    }

    .medium-6 {
        width: 50%;
        padding-left: 18px;
        padding-right: 18px
    }

    .is-push-md-6 {
        margin-left: 50%
    }

    .medium-7 {
        width: 58.3333333333%;
        padding-left: 18px;
        padding-right: 18px
    }

    .is-push-md-7 {
        margin-left: 58.3333333333%
    }

    .medium-8 {
        width: 66.6666666667%;
        padding-left: 18px;
        padding-right: 18px
    }

    .is-push-md-8 {
        margin-left: 66.6666666667%
    }

    .medium-9 {
        width: 75%;
        padding-left: 18px;
        padding-right: 18px
    }

    .is-push-md-9 {
        margin-left: 75%
    }

    .medium-10 {
        width: 83.3333333333%;
        padding-left: 18px;
        padding-right: 18px
    }

    .is-push-md-10 {
        margin-left: 83.3333333333%
    }

    .medium-11 {
        width: 91.6666666667%;
        padding-left: 18px;
        padding-right: 18px
    }

    .is-push-md-11 {
        margin-left: 91.6666666667%
    }

    .medium-12 {
        width: 100%;
        padding-left: 18px;
        padding-right: 18px
    }

    .is-push-md-12 {
        margin-left: 100%
    }
}

@media screen and (min-width: 46.875em) {
    .large-1 {
        width: 8.3333333333%;
        padding-left: 18px;
        padding-right: 18px
    }

    .is-push-lg-1 {
        margin-left: 8.3333333333%
    }

    .large-2 {
        width: 16.6666666667%;
        padding-left: 18px;
        padding-right: 18px
    }

    .is-push-lg-2 {
        margin-left: 16.6666666667%
    }

    .large-3 {
        width: 25%;
        padding-left: 18px;
        padding-right: 18px
    }

    .is-push-lg-3 {
        margin-left: 25%
    }

    .large-4 {
        width: 33.3333333333%;
        padding-left: 18px;
        padding-right: 18px
    }

    .is-push-lg-4 {
        margin-left: 33.3333333333%
    }

    .large-5 {
        width: 41.6666666667%;
        padding-left: 18px;
        padding-right: 18px
    }

    .is-push-lg-5 {
        margin-left: 41.6666666667%
    }

    .large-6 {
        width: 50%;
        padding-left: 18px;
        padding-right: 18px
    }

    .is-push-lg-6 {
        margin-left: 50%
    }

    .large-7 {
        width: 58.3333333333%;
        padding-left: 18px;
        padding-right: 18px
    }

    .is-push-lg-7 {
        margin-left: 58.3333333333%
    }

    .large-8 {
        width: 66.6666666667%;
        padding-left: 18px;
        padding-right: 18px
    }

    .is-push-lg-8 {
        margin-left: 66.6666666667%
    }

    .large-9 {
        width: 75%;
        padding-left: 18px;
        padding-right: 18px
    }

    .is-push-lg-9 {
        margin-left: 75%
    }

    .large-10 {
        width: 83.3333333333%;
        padding-left: 18px;
        padding-right: 18px
    }

    .is-push-lg-10 {
        margin-left: 83.3333333333%
    }

    .large-11 {
        width: 91.6666666667%;
        padding-left: 18px;
        padding-right: 18px
    }

    .is-push-lg-11 {
        margin-left: 91.6666666667%
    }

    .large-12 {
        width: 100%;
        padding-left: 18px;
        padding-right: 18px
    }

    .is-push-lg-12 {
        margin-left: 100%
    }
}

.c-heading {
    margin-top: 0;
    font-weight: 700;
    line-height: 1.5;
    --letter-spacing: 0
}

.c-heading small {
    font-size: .65em
}

.c-heading.is-xlg {
    text-align: center;
    color: #c43535;
    font-weight: 400
}

.c-heading.is-xlg span {
    display: block;
    font-family: "Sansita One", sans-serif;
    font-size: 4.5rem;
    font-weight: bold;
    line-height: 1;
    letter-spacing: 0
}

@media screen and (min-width: 0em)and (max-width: 46.8125em) {
    .c-heading.is-xlg span {
        font-size: 2rem
    }
}

.c-heading.is-xlg small {
    display: block;
    font-weight: 300;
    font-size: .875rem;
    color: #333;
    margin-top: .75rem
}

@media screen and (min-width: 0em)and (max-width: 46.8125em) {
    .c-heading.is-xlg small {
        font-size: .75rem
    }
}

.c-heading.is-xlg small.is-lg {
    font-size: 1.125rem
}

@media screen and (min-width: 0em)and (max-width: 46.8125em) {
    .c-heading.is-xlg small.is-lg {
        font-size: .875rem
    }
}

.c-heading.is-lg {
    text-align: center;
    color: #cc2919;
    font-size: 2rem;
    margin-bottom: 1.5rem
}

@media screen and (min-width: 0em)and (max-width: 46.8125em) {
    .c-heading.is-lg {
        font-size: 1.6rem;
        margin-bottom: .75rem
    }
}

.c-heading.is-lg small {
    display: block;
    font-family: "Noto Sans JP", sans-serif;
    font-weight: 700;
    font-size: .875rem;
    margin-top: .375rem
}

@media screen and (min-width: 0em)and (max-width: 46.8125em) {
    .c-heading.is-lg small {
        font-size: .7rem
    }
}

.c-heading.is-md {
    font-size: 1.75rem;
    text-align: center;
    margin-bottom: 1.25rem
}

@media screen and (min-width: 0em)and (max-width: 46.8125em) {
    .c-heading.is-md {
        font-size: 1.4rem;
        margin-bottom: .625rem
    }
}

.c-heading.is-sm {
    position: relative;
    font-family: "Noto Sans JP", sans-serif;
    font-weight: 700;
    font-size: 1.25rem;
    padding-left: 1.25rem;
    line-height: 1em
}

.c-heading.is-sm::before {
    width: 4px;
    height: auto;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    background: #006db2;
    content: ""
}

@media screen and (min-width: 0em)and (max-width: 46.8125em) {
    .c-heading.is-sm {
        font-size: 1.2rem
    }
}

.c-heading.is-xs {
    font-size: 1.25rem;
    margin-bottom: 1rem
}

@media screen and (min-width: 0em)and (max-width: 46.8125em) {
    .c-heading.is-xs {
        font-size: 1rem;
        margin-bottom: .5rem
    }
}

.c-heading.is-xxs {
    font-size: 1.125rem;
    margin-bottom: .375rem
}

@media screen and (min-width: 0em)and (max-width: 46.8125em) {
    .c-heading.is-xxs {
        font-size: .9rem
    }
}

.c-heading.is-color-primary {
    color: #cc2919
}

.c-heading.is-top {
    margin-bottom: 0 !important
}

.c-heading.is-bottom {
    margin-top: 0 !important
}

.c-heading.is-mb-lg {
    margin-bottom: 3rem
}

@media screen and (min-width: 0em)and (max-width: 46.8125em) {
    .c-heading.is-mb-lg {
        margin-bottom: 1.5rem
    }
}

.c-heading.is-mb-md {
    margin-bottom: 2rem
}

@media screen and (min-width: 0em)and (max-width: 46.8125em) {
    .c-heading.is-mb-md {
        margin-bottom: 1.5rem
    }
}

.c-heading.is-xlg.is-white span, .c-heading.is-xlg.is-white small {
    color: #fff
}

.c-hero-block {
    padding-top: 7.5rem;
    position: relative
}

.c-hero-block.is-none-pd {
    padding: 0
}

@media screen and (max-width: 59.3125em) {
    .c-hero-block {
        padding-top: 3.125rem
    }
}

.c-hero-block__item {
    margin-top: 3.375rem;
    min-height: 21.0625rem
}

.c-hero-block__item-inner {
    display: flex
}

@media screen and (max-width: 59.3125em) {
    .c-hero-block__item-inner {
        display: block
    }
}

.c-hero-block__item-image {
    width: 100%;
    max-width: 40.625rem;
    height: 21.0625rem;
    border-radius: 8px;
    position: relative;
    overflow: hidden
}

@media screen and (max-width: 59.3125em) {
    .c-hero-block__item-image {
        max-width: 100%;
        height: 50vw
    }
}

.c-hero-block__item-image .bg-img {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover
}

.c-hero-block__item-image::before {
    content: "";
    display: block;
    padding-top: 51.8461538462%
}

.c-hero-block__item-contnet {
    transform: translateY(100px);
    transition: .5s;
    flex-grow: 1
}

.c-hero-block__item-read {
    font-family: "Roboto", sans-serif;
    font-size: .875rem;
    padding-left: 2.5rem;
    position: relative;
    display: flex;
    align-items: center
}

@media screen and (max-width: 59.3125em) {
    .c-hero-block__item-read {
        margin-top: 1.5rem
    }
}

.c-hero-block__item-read::before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    width: 1.875rem;
    height: .0625rem;
    background: #b5b5b5
}

.c-hero-block__item-read strong {
    color: #000;
    font-weight: 700;
    font-size: .875rem;
    line-height: 1.53125rem;
    letter-spacing: .0875rem
}

.c-hero-block__item-read span {
    display: block;
    font-size: 2.5rem;
    margin-left: .9375rem;
    margin-right: .3125rem;
    letter-spacing: .0875rem;
    line-height: 1em;
    background: #006db2;
    background-clip: text;
    -webkit-background-clip: text;
    color: rgba(0, 0, 0, 0)
}

.c-hero-block__item-read small {
    display: block;
    font-size: .875rem;
    letter-spacing: .0875rem;
    line-height: 1em;
    position: relative;
    padding-left: .9375rem;
    background: #000;
    background-clip: text;
    -webkit-background-clip: text;
    color: rgba(0, 0, 0, 0)
}

.c-hero-block__item-read small::before {
    content: "/";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    font-size: .875rem;
    color: #b5b5b5
}

.c-hero-block__item-title {
    margin-top: 2rem;
    font-weight: bold
}

@media screen and (max-width: 59.3125em) {
    .c-hero-block__item-title {
        font-size: 1.5rem;
        margin-top: 0
    }
}

.c-hero-block__item-title .is-small {
    display: inline-block;
    font-size: 1.125rem;
    padding: .25rem 1.25rem;
    margin-bottom: 1rem;
    background: #006db2;
    color: #fff;
    border-radius: .5rem
}

@media screen and (min-width: 0em)and (max-width: 46.8125em) {
    .c-hero-block__item-title .is-small {
        font-size: .875rem;
        padding: 0 .5rem;
        margin-bottom: .5rem
    }
}

.c-hero-block__item-title .is-large {
    font-size: 2.5rem;
    line-height: 1.5;
    display: block
}

@media screen and (min-width: 0em)and (max-width: 46.8125em) {
    .c-hero-block__item-title .is-large {
        font-size: 1.25rem
    }
}

.c-hero-block__item-text {
    margin-top: 1rem;
    letter-spacing: .05em;
    font-size: 1.0625rem;
    line-height: 1.5;
    max-width: 380px
}

@media screen and (max-width: 59.3125em) {
    .c-hero-block__item-text {
        margin-top: .625rem;
        font-size: .875rem
    }
}

.c-hero-block__item:nth-of-type(odd) .c-hero-block__item-content {
    margin-left: 4.375rem;
    padding-top: 2.625rem
}

@media screen and (max-width: 59.3125em) {
    .c-hero-block__item:nth-of-type(odd) .c-hero-block__item-content {
        margin-left: 0;
        padding-top: 0
    }
}

.c-hero-block__item:nth-of-type(even) .c-hero-block__item-inner {
    flex-direction: row-reverse
}

.c-hero-block__item:nth-of-type(even) .c-hero-block__item-content {
    margin-right: 1.875rem;
    padding-top: 2.625rem
}

@media screen and (max-width: 59.3125em) {
    .c-hero-block__item:nth-of-type(even) .c-hero-block__item-content {
        margin-right: 0;
        padding-top: 0
    }
}

.c-hero-block__item {
    position: relative
}

.c-hero-block__item:nth-of-type(2) {
    margin-top: 4.625rem;
    justify-content: space-between
}

@media screen and (max-width: 59.3125em) {
    .c-hero-block__item:nth-of-type(2) {
        margin-top: 3.75rem
    }
}

.c-hero-block__item:nth-of-type(2) .c-hero-block__item-text {
    max-width: 460px
}

.c-hero-block__item:nth-of-type(3) {
    padding-bottom: 4rem;
    margin-top: 30px
}

.c-hero-block__item:nth-of-type(3) .c-hero-block__item-text {
    max-width: 26.4375rem
}

@media screen and (max-width: 59.3125em) {
    .c-hero-block__item:nth-of-type(3) {
        padding-bottom: 0;
        margin-top: 3.75rem
    }
}

.c-intro {
    position: relative;
    z-index: 2;
    padding-top: 1.125rem;
    padding-right: 30px;
    max-width: 87.5rem;
    margin: 0 auto
}

@media screen and (min-width: 0em)and (max-width: 46.8125em) {
    .c-intro {
        padding-right: 0
    }
}

.c-intro__inner {
    position: relative;
    display: flex;
    justify-content: flex-end;
    padding: 0 0 3.9375rem
}

@media screen and (min-width: 0em)and (max-width: 46.8125em) {
    .c-intro__inner {
        flex-flow: column;
        padding: 2.25rem 0
    }
}

.c-intro__image {
    position: absolute;
    width: 45.7857142857%;
    height: auto;
    top: 0;
    left: -40px;
    z-index: 0;
    border-radius: 10000px;
    overflow: hidden
}

@media screen and (min-width: 0em)and (max-width: 46.8125em) {
    .c-intro__image {
        width: 100%;
        position: relative;
        top: 0;
        bottom: 0;
        left: 0
    }
}

.c-intro__image img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover
}

.c-intro__content {
    width: 56.5714285714%;
    padding: 5rem 6.6875rem;
    margin: 4.375rem 0;
    background: #fff;
    z-index: 2;
    border-radius: 1.5rem
}

@media screen and (min-width: 0em)and (max-width: 46.8125em) {
    .c-intro__content {
        width: auto;
        margin: -2rem 1rem 0;
        padding: 2rem
    }
}

.c-intro__content p {
    max-width: 33.75rem
}

.c-intro__content p strong {
    color: #cc2919
}

.c-intro__catch {
    font-size: 1.96875rem;
    letter-spacing: .05em;
    margin-bottom: 1.25rem;
    font-weight: bold
}

@media screen and (max-width: 46.8125em) {
    .c-intro__catch {
        font-size: 1.25rem
    }
}

.c-main-visual__image img {
    max-width: initial;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    aspect-ratio: 1400 / 743;
    min-height: 100vh;
}


@media screen and (max-width: 46.8125em) {
    .c-main-visual__image img {
        max-width: initial;
        width: 100%;
        height: 100%;
        -o-object-fit: cover;
        object-fit: cover;
        aspect-ratio: 1400 / 743;
        min-height: 600px;
    }
}
.modaal-wrapper {
    z-index: 999999 !important
}

.modaal-overlay {
    z-index: 99999 !important
}

.modaal-close {
    position: absolute;
    top: 0;
    right: 0;
    transform: translateY(-100%)
}

.modaal-close:hover:before, .modaal-close:hover:after {
    background: #cc2919
}

.modaal-video-wrap {
    margin: auto
}

.js-modal-image {
    position: relative;
    cursor: pointer;
    transition: all .3s 0s ease
}

.js-modal-image:after {
    content: "";
    font-family: "FontAwesome";
    position: absolute;
    right: 0;
    bottom: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 1.25rem;
    height: 1.25rem;
    background: #cc2919;
    color: #fff;
    font-size: .875rem;
    line-height: 1;
    --letter-spacing: 0em;
    font-weight: 400
}

.js-modal-image:hover {
    opacity: .5
}

.c-modal-image {
    position: relative;
    width: 100%;
    z-index: 1
}

.c-modal-image figure {
    position: relative;
    line-height: 0;
    border-radius: 8px;
    overflow: hidden
}

.c-modal-image figure::after {
    position: absolute;
    right: 0;
    bottom: 0;
    z-index: 2;
    width: 2rem;
    height: 2rem;
    display: flex;
    align-items: center;
    justify-content: center;
    content: "search";
    font-family: "Material Icons Outlined";
    background: #000;
    font-size: 1.5rem;
    line-height: 1em;
    color: #fff
}

@media screen and (max-width: 46.8125em) {
    .c-modal-image figure::after {
        width: 1.5rem;
        height: 1.5rem;
        font-size: 1rem
    }
}

.c-modal-image figure img {
    width: 100%;
    height: auto
}

.c-modal-image p {
    font-size: .8125rem;
    line-height: 1.38em;
    margin-top: .625rem
}

.c-modal-image p strong {
    color: #cc2919
}

@media screen and (max-width: 46.8125em) {
    .c-modal-image p {
        margin-top: .25rem;
        font-size: .625rem
    }
}

.c-news {
    position: relative;
    z-index: 2;
    overflow: hidden;
    padding-top: 4.5rem;
    margin-top: -4.5rem
}

.c-news__wrap {
    position: relative;
    background: #f8f9fb;
    display: flex;
    justify-content: flex-end;
    padding: 0 0 4.5rem
}

@media screen and (max-width: 46.8125em) {
    .c-news__wrap {
        padding: 3rem 0
    }
}

.c-points+.c-news .c-news__wrap::before {
    position: absolute;
    bottom: 100%;
    left: -1.25rem;
    right: -1.25rem;
    content: "";
    display: block;
    width: auto;
    height: 4.5rem;
    background: #f8f9fb;
    border-radius: 6.25rem 6.25rem 0 0
}

@media screen and (min-width: 0em)and (max-width: 46.8125em) {
    .c-points+.c-news .c-news__wrap::before {
        content: none
    }
}

.c-news__inner {
    display: flex;
    gap: .5rem 2.25rem;
    align-items: center;
    flex-wrap: wrap
}

.c-news__title {
    margin: 0;
    font-family: "Sansita One", sans-serif;
    color: #c43535;
    line-height: 1.5
}

.c-news__list {
    display: flex;
    flex-direction: column;
    gap: .25rem
}

@media screen and (min-width: 0em)and (max-width: 46.8125em) {
    .c-news__list {
        gap: .75rem
    }
}

.c-news__item-link {
    display: grid;
    grid-template-columns: auto 1fr;
    gap: .75rem;
    font-size: 1rem;
    align-items: baseline;
    color: inherit;
    text-decoration: none
}

@media screen and (min-width: 0em)and (max-width: 46.8125em) {
    .c-news__item-link {
        grid-template-columns: 1fr;
        font-size: .875rem;
        gap: .0625rem
    }
}

.c-news__item-date {
    font-family: "Sansita One", sans-serif;
    font-size: 1.125em;
    opacity: .7
}

.c-news__item-text {
    max-width: 50rem;
    text-decoration: underline
}

.c-overview-bottom {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: .5rem
}

@media screen and (max-width: 59.3125em) {
    .c-overview-bottom {
        grid-template-columns: 1fr
    }
}

.c-points {
    position: relative;
    color: #000;
    font-size: 1rem;
    --letter-spacing: 0.02em;
    margin-top: -32px
}

.c-points__wrapper {
    background-color: #fff;
    border-radius: 24px;
    box-shadow: 0px 4px 26px 0px rgba(0, 0, 0, .0784313725);
    max-width: 1256px;
    width: 95%;
    margin: 0 auto;
    padding: 32px 0
}

@media screen and (min-width: 0em)and (max-width: 46.8125em) {
    .c-points__wrapper {
        padding-bottom: 0
    }
}

.c-points__inner {
    display: flex;
    max-width: 1000px;
    margin: 0 auto
}

@media screen and (max-width: 59.3125em) {
    .c-points__inner {
        display: block
    }
}

.c-points__title {
    display: flex;
    align-items: center;
    justify-content: center;
    padding-right: 3.125rem;
    white-space: nowrap;
    font-size: 2.125rem;
    font-weight: 700;
    width: 21.125rem
}

@media screen and (max-width: 75em) {
    .c-points__title {
        font-size: 1.5rem
    }
}

@media screen and (max-width: 59.3125em) {
    .c-points__title {
        font-size: 1.25rem;
        padding-right: 0
    }
}

@media screen and (max-width: 59.3125em) {
    .c-points__title {
        width: auto
    }
}

.c-points__items {
    width: 100%;
    display: flex
}

@media screen and (min-width: 0em)and (max-width: 46.8125em) {
    .c-points__items {
        margin-top: 1.75rem;
        display: block;
        border-top: 1px solid #d6d6d6
    }
}

.c-points__item {
    padding: 0 .625rem;
    height: 100px;
    width: 100%;
    border-left: 1px solid #d6d6d6;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center
}

@media screen and (max-width: 75em) {
    .c-points__item {
        font-size: .875rem
    }
}

@media screen and (min-width: 0em)and (max-width: 46.8125em) {
    .c-points__item {
        width: 100%;
        border-left: none;
        border-bottom: 1px solid #d6d6d6;
        padding: 1.4375rem 0;
        height: auto
    }
}

.c-points__item:last-of-type {
    border-right: none
}

@media screen and (min-width: 0em)and (max-width: 46.8125em) {
    .c-points__item:last-of-type {
        border-bottom: none
    }
}

.c-points__item p {
    text-align: center
}

@media screen and (min-width: 0em)and (max-width: 46.8125em) {
    .c-points__item p {
        font-size: .875rem;
        line-height: 1.4
    }
}

.c-points__item strong {
    font-family: "Roboto", sans-serif;
    font-size: 2.25rem;
    font-weight: bold;
    line-height: 1;
    padding: 0 .1em
}

@media screen and (max-width: 75em) {
    .c-points__item strong {
        font-size: 1.5rem
    }
}

@media screen and (max-width: 62.5em) {
    .c-points__item strong {
        font-size: 1.25rem;
        line-height: 1.2
    }
}

@media screen and (min-width: 0em)and (max-width: 46.8125em) {
    .c-points__item strong {
        font-size: 1.5rem
    }
}

.c-points__item span {
    font-family: "Roboto", sans-serif;
    font-size: 1.875rem;
    font-weight: bold;
    line-height: 1;
    padding: 0 .1em
}

@media screen and (max-width: 75em) {
    .c-points__item span {
        font-size: 1.25rem
    }
}

@media screen and (max-width: 62.5em) {
    .c-points__item span {
        font-size: 1.125rem
    }
}

@media screen and (min-width: 0em)and (max-width: 46.8125em) {
    .c-points__item span {
        font-size: 1.875rem
    }
}

@media screen and (max-width: 46.8125em) {
    .c-price-text {
        font-size: .75rem
    }
}

.c-price-text__block {
    display: flex;
    width: 100%
}

@media screen and (max-width: 46.8125em) {
    .c-price-text__block {
        display: block;
        margin-bottom: .5rem
    }
}

.c-price-text__title {
    margin-right: .5rem
}

.c-price-text__text {
    flex-grow: 1
}

.c-price-text__caption {
    text-align: right
}

.c-price-text__list li.is-color {
    color: #cc2919;
    font-weight: 700
}

.c-price-container.l-container.is-sm {
    max-width: 64.875rem
}

.c-price-box {
    background: #fff;
    border-radius: .625rem;
    box-shadow: 0px 4px 26px 0px rgba(0, 0, 0, .0784313725);
    overflow: hidden
}

.c-price-box__head {
    height: 6.125rem;
    font-size: 1.875rem;
    gap: 2rem;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #006db2;
    color: #fff;
    margin: 0;
    line-height: 1
}

@media screen and (max-width: 46.8125em) {
    .c-price-box__head {
        gap: 1rem;
        height: 3.675rem;
        font-size: 1.125rem
    }
}

.c-price-box__head::before {
    flex-shrink: 0;
    margin: auto 0 0;
    width: 4.25rem;
    height: 5rem;
    content: "";
    display: block;
    background: url(../images/icon-human-01.svg) no-repeat center bottom/cover
}

@media screen and (max-width: 46.8125em) {
    .c-price-box__head::before {
        width: 2.55rem;
        height: 3rem
    }
}

.c-price-box__body {
    padding: 2.5rem
}

@media screen and (max-width: 46.8125em) {
    .c-price-box__body {
        padding: 1.25rem
    }
}

.c-price-table {
    width: 100%;
    display: flex;
    gap: .75rem
}

@media screen and (min-width: 0em)and (max-width: 46.8125em) {
    .c-price-table {
        flex-flow: column;
        gap: 1rem
    }
}

.c-price-table dl {
    width: 100%;
    display: flex;
    flex-flow: column;
    justify-content: stretch
}

.c-price-table dl dt {
    height: auto;
    background: #000;
    color: #fff;
    font-weight: 600;
    padding: 1.125rem;
    font-size: 1rem;
    font-weight: 600;
    text-align: center
}

@media screen and (min-width: 0em)and (max-width: 46.8125em) {
    .c-price-table dl dt {
        font-size: .875rem;
        padding: .75rem
    }
}

.c-price-table dl dd {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
    font-size: 1.125rem;
    padding: 3.5rem 1.125rem;
    font-weight: 600;
    background: #fff;
    border: 1px solid #000;
    border-top: 0
}

.c-price-table dl dd:first-of-type {
    border-top: 1px solid #b5b5b5
}

@media screen and (min-width: 0em)and (max-width: 46.8125em) {
    .c-price-table dl dd {
        font-size: .875rem;
        padding: .75rem
    }
}

.c-price-table dl dd .is-flex {
    display: flex;
    align-items: baseline
}

.c-price-table dl dd .is-flex span {
    margin: auto 1.5rem auto 0;
    line-height: 1.2
}

.c-price-table dl dd .is-flex span span {
    margin: 0;
    text-align: center
}

.c-price-table dl dd .is-flex span span.is-color {
    color: #cc2919
}

@media screen and (min-width: 0em)and (max-width: 46.8125em) {
    .c-price-table dl dd .is-flex span {
        margin: auto .75rem auto 0
    }
}

.c-price-table dl dd .is-flex strong {
    font-family: "Roboto", sans-serif;
    font-size: 3.25rem;
    font-weight: 600;
    color: #e40004;
    line-height: 1;
    letter-spacing: .02em
}

@media screen and (min-width: 0em)and (max-width: 46.8125em) {
    .c-price-table dl dd .is-flex strong {
        font-size: 2rem
    }
}

.c-price-table dl dd p small {
    font-size: .75rem
}

@media screen and (min-width: 0em)and (max-width: 46.8125em) {
    .c-price-table dl dd p small {
        font-size: .625rem
    }
}

.c-price-text {
    display: flex;
    justify-content: space-between;
    gap: .75rem;
    margin-top: 1.5rem
}

@media screen and (min-width: 0em)and (max-width: 46.8125em) {
    .c-price-text {
        flex-flow: column;
        margin-top: 1rem
    }
}

.c-price-text__block {
    display: flex;
    flex-flow: column;
    gap: .5rem
}

.c-price-text__title {
    font-weight: 600;
    margin-right: .5rem
}

.c-price-text__title span {
    color: #cc2919
}

.c-price-text__list li::before {
    content: "●"
}

.c-price-text__list ul {
    margin-left: 1em
}

.c-price-text__list ul li::before {
    content: "・"
}

.c-price-text-caption {
    font-size: .8125rem;
    margin: .75rem 0 0 auto;
    text-align: right
}

.c-price-button {
    margin: 2.5rem 0 0
}

@media screen and (max-width: 46.8125em) {
    .c-price-button {
        margin: 1.25rem 0 0
    }
}

.c-price-button>a {
    max-width: 41.875rem;
    height: 6.625rem;
    font-size: 1.375rem;
    font-weight: 700;
    gap: 2rem;
    display: flex;
    margin: auto;
    padding: 0 2rem;
    justify-content: center;
    align-items: center;
    text-decoration: none;
    background: #cc2919;
    border-radius: .5rem;
    color: #fff;
    line-height: 1.2
}

@media screen and (max-width: 46.8125em) {
    .c-price-button>a {
        height: 3.975rem;
        font-size: .89375rem;
        gap: 1rem;
        padding: 0 .5rem
    }
}

.c-price-button>a span {
    width: 100%;
    text-align: center
}

.c-price-button>a::before {
    flex-shrink: 0;
    margin: auto 0 0;
    width: 5rem;
    height: 5.6875rem;
    content: "";
    display: block;
    background: url(../images/icon-human-02.svg) no-repeat center bottom/cover
}

@media screen and (max-width: 46.8125em) {
    .c-price-button>a::before {
        width: 2.5rem;
        height: 2.84375rem
    }
}

.c-price-button>a::after {
    font-family: "Material Icons Outlined";
    content: "open_in_new";
    margin: 0 0 0 auto;
    flex-shrink: 0
}

@media screen and (min-width: 59.375em) {
    .c-slidebar-button {
        display: none
    }

    .c-slidebar-menu {
        display: none
    }
}

@media screen and (max-width: 59.3125em) {
    .c-slidebar-button {
        display: flex;
        align-items: center;
        justify-content: center;
        flex-direction: column;
        position: fixed;
        right: 0;
        top: 0;
        text-align: center;
        font-size: .75rem;
        z-index: 9999;
        text-decoration: none;
        line-height: 1;
        background: none;
        color: #000;
        width: 3.4375rem;
        height: 3.4375rem;
        padding: 0;
        border: none
    }

    .c-slidebar-button:active, .c-slidebar-button:hover {
        opacity: 1
    }

    .c-slidebar-button__line {
        width: 1.875rem;
        position: relative;
        height: .0625rem
    }

    .c-slidebar-button__line>span {
        position: relative;
        display: block;
        width: 1.875rem;
        height: .0625rem;
        background: #000;
        transition: all ease .2s
    }

    .c-slidebar-button__line>span:first-child {
        position: absolute;
        left: 0;
        top: -0.625rem
    }

    .c-slidebar-button__line>span:last-child {
        position: absolute;
        left: 0;
        bottom: -0.625rem
    }

    .c-slidebar-menu {
        height: calc(100vh - 55px);
        padding: 0 0 6.5rem;
        position: fixed;
        background-color: #333;
        z-index: 9980;
        width: 100%;
        transform: translate3d(100%, 0px, 0px);
        right: 0;
        transition: all ease-in-out .2s;
        overflow-x: scroll;
        top: 0;
        -webkit-overflow-scrolling: touch
    }

    .c-slidebar-menu.is-active {
        height: calc(100% - 60px)
    }

    .c-slidebar-menu.is-top-to-bottom {
        transform: translate3d(0px, -100%, 0px);
        width: 100%;
        opacity: 0
    }

    .c-slidebar-menu__list {
        width: 100%;
        background: #333;
        font-size: .875rem;
        font-weight: 700
    }

    .c-slidebar-menu__list a, .c-slidebar-menu__list span:not(.is-en, .is-ja, .is-text-group) {
        display: flex;
        align-items: center;
        justify-content: space-between;
        color: inherit;
        font-weight: inherit;
        text-decoration: none;
        position: relative
    }

    .c-slidebar-menu__list a::after, .c-slidebar-menu__list span:not(.is-en, .is-ja, .is-text-group)::after {
        content: "";
        display: block;
        font-family: "FontAwesome";
        line-height: 1;
        letter-spacing: 0
    }

    .c-slidebar-menu__list [data-accordion-title]::after {
        content: "add"
    }

    .c-slidebar-menu__parent {
        color: #fff;
        border-bottom: solid 1px hsla(0, 0%, 100%, .4)
    }

    .c-slidebar-menu__parent.is-open>[data-accordion-title]::after {
        content: "remove"
    }

    .c-slidebar-menu__parent-link {
        cursor: pointer;
        padding: 1.125rem 1.25rem 1.125rem 1.25rem
    }

    .c-slidebar-menu__parent-link .is-text-group, .c-slidebar-menu__parent-link .is-en, .c-slidebar-menu__parent-link .is-ja {
        width: 100%;
        display: block
    }

    .c-slidebar-menu__parent-link .is-en {
        font-size: .75rem;
        line-height: 1;
        font-family: "Sansita One", sans-serif
    }

    .c-slidebar-menu__children {
        font-size: .8125rem;
        width: 100%;
        padding-left: 1.25rem;
        padding-bottom: 1.25rem;
        display: none
    }

    .c-slidebar-menu__child {
        background: rgba(0, 0, 0, .2);
        margin-bottom: .25rem
    }

    .c-slidebar-menu__child.is-open>[data-accordion-title]::after {
        content: "remove"
    }

    .c-slidebar-menu__child-link {
        padding: .8125rem 1.25rem .8125rem 1.25rem
    }

    .c-slidebar-menu__grandchildren {
        font-size: .75rem;
        font-weight: 400;
        width: 100%;
        display: none;
        border-top: solid 1px #ccc;
        padding-left: 1.625rem
    }

    .c-slidebar-menu__grandchild {
        border-top: solid 1px #ccc
    }

    .c-slidebar-menu__grandchild:first-child {
        border-top: 0
    }

    .c-slidebar-menu__grandchild-link {
        padding: .75rem 2.5rem .75rem 0
    }

    .c-slidebar-menu__buttons {
        margin-top: 1.25rem;
        padding: 0 1.25rem
    }

    .c-slidebar-menu__button+.c-slidebar-menu__button {
        margin-top: .5rem
    }

    .c-slidebar-menu__button {
        max-width: 100%;
        font-weight: bold;
        font-size: 1.125rem;
        color: #333;
        border-color: #fff;
        background-color: #fff;
        padding: 1.5rem;
        text-align: center
    }

    .c-slidebar-menu__button::after {
        content: none
    }

    .c-slidebar-menu__button__icon {
        display: inline;
        vertical-align: -0.375rem;
        line-height: 1;
        font-size: 1.5rem;
        margin-right: .5rem
    }

    .c-slidebar-menu__sns-btns {
        max-width: 100%;
        margin-top: 1.5rem;
        display: flex;
        justify-content: center;
        line-height: 1
    }

    .c-slidebar-menu__sns-btn {
        background: #fff;
        color: #333;
        text-decoration: none;
        margin: 0 .5rem;
        width: 2.75rem;
        height: 2.75rem;
        border-radius: 2.75rem;
        display: flex;
        align-items: center;
        justify-content: center
    }

    .c-slidebar-container {
        height: 100%;
        transition: all ease-in-out .2s
    }

    .c-slidebar-container::after {
        content: "";
        position: fixed;
        width: 100%;
        height: 100%;
        background: rgba(0, 0, 0, .8);
        top: 0;
        left: 0;
        opacity: 0;
        transition: all ease-in-out .2s;
        display: none;
        z-index: 999
    }

    .is-slidebar-active .c-slidebar-button__line>span:nth-child(1) {
        top: 0;
        transform: rotate(45deg)
    }

    .is-slidebar-active .c-slidebar-button__line>span:nth-child(2) {
        display: none
    }

    .is-slidebar-active .c-slidebar-button__line>span:nth-child(3) {
        bottom: 0;
        transform: rotate(-45deg)
    }

    .is-slidebar-active .c-slidebar-container {
        transform: translate3d(-100%, 0px, 0px)
    }

    .is-slidebar-active .c-slidebar-container::after {
        content: "";
        opacity: 1;
        position: fixed;
        width: 100%;
        height: 100%;
        background: rgba(0, 0, 0, .8);
        display: block;
        top: 0;
        left: 0
    }

    .is-slidebar-active .c-slidebar-container.is-top-to-bottom {
        transform: translate3d(0px, 0px, 0px)
    }

    .is-slidebar-active .c-slidebar-container.is-top-to-bottom::after {
        top: 55px
    }

    .is-slidebar-active .c-slidebar-menu {
        transform: translate3d(0, 0, 0)
    }

    .is-slidebar-active .c-slidebar-menu.is-top-to-bottom {
        transform: translate3d(0, 55px, 0);
        opacity: 1
    }

    .c-slidebar-menu__search {
        position: relative;
        display: block;
        margin-bottom: 1.375rem;
        max-width: 100%;
        width: 100%;
        border: 1px solid #cc2919;
        color: #b5b5b5;
        background: #fff;
        border-radius: 1.4375rem;
        font-size: 1rem;
        letter-spacing: .1em;
        line-height: 1.5;
        font-weight: 400;
        height: 2.875rem;
        transition: all .2s ease-out
    }

    .c-slidebar-menu__search:before {
        position: absolute;
        left: 1.125rem;
        top: 50%;
        transform: translateY(-50%);
        line-height: 1;
        background-repeat: no-repeat;
        background-position: center center;
        background-size: cover;
        font-family: "Material Icons Outlined";
        content: "search";
        font-feature-settings: "liga";
        font-size: 1.125rem;
        color: #cc2919
    }

    .c-slidebar-menu__search-icon {
        display: none
    }
}

.c-table-price {
    width: 100%
}

.c-table-price th, .c-table-price td {
    border: solid 4px #fff;
    text-align: center
}

.c-table-price thead {
    background-color: #c43535;
    color: #fff;
    font-size: 1.5rem
}

@media screen and (max-width: 46.8125em) {
    .c-table-price thead {
        font-size: 1.125rem
    }
}

.c-table-price tbody th {
    background-color: #cc2919;
    color: #fff;
    font-size: 1.25rem
}

@media screen and (max-width: 46.8125em) {
    .c-table-price tbody th {
        font-size: 1rem
    }
}

.c-table-price tbody th small {
    --letter-spacing: 0;
    font-size: .75rem
}

.c-table-price__col-01 {
    width: 2.6em;
    padding-left: .1em;
    --letter-spacing: 0.1em
}

.c-table-price__col-02, .c-table-price__col-03 {
    width: 45%
}

.c-table-price__col-03-sub {
    width: 2em
}

.c-table-price .is-lg {
    font-size: 2.5rem
}

@media screen and (max-width: 46.8125em) {
    .c-table-price .is-lg {
        font-size: 1.5rem
    }
}

.c-table-price .is-price {
    font-family: "Sansita One", sans-serif;
    font-weight: bold
}

.c-table-price .is-yen {
    font-size: .5em
}

@media screen and (max-width: 46.8125em) {
    .c-table-price .is-yen {
        font-size: .8em
    }
}

:where(.c-table-price) th {
    --letter-spacing: 0.5em;
    padding: .1em 0 .1em .5em;
    line-height: 1.5
}

@media screen and (max-width: 46.8125em) {
    :where(.c-table-price) th {
        --letter-spacing: 0.1em;
        padding: .1em 0 .1em .1em
    }
}

:where(.c-table-price) td {
    font-size: 1.5rem;
    font-weight: bold
}

.c-table {
    width: 100%
}

.c-table tr {
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc
}

.c-table tbody th, .c-table tbody td {
    text-align: left;
    padding: 1.5rem
}

@media screen and (min-width: 0em)and (max-width: 46.8125em) {
    .c-table tbody th, .c-table tbody td {
        padding: .75rem .5rem
    }
}

.c-table tbody th {
    width: 10rem;
    font-size: 1rem;
    background: #000;
    color: #fff;
    font-weight: bold
}

@media screen and (min-width: 0em)and (max-width: 46.8125em) {
    .c-table tbody th {
        width: 4rem;
        font-size: .875rem;
        text-align: center
    }
}

.c-table tbody td {
    background: #fff;
    border-left: none !important
}

.c-table.is-th-bgsilber th {
    background: #b1ada3
}

@media screen and (min-width: 0em)and (max-width: 46.8125em) {
    .c-table .is-pc-block {
        display: none
    }
}

.c-table .is-sp-block {
    display: none
}

@media screen and (min-width: 0em)and (max-width: 46.8125em) {
    .c-table .is-sp-block {
        display: table-row
    }
}

.c-tabs__navs {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    margin-bottom: 3.5rem
}

.c-tabs__navs li {
    width: 50%;
    max-width: 17.25rem;
    margin-bottom: .5rem;
    border: 2px solid #cc2919
}

@media screen and (min-width: 0em)and (max-width: 46.8125em) {
    .c-tabs__navs li {
        border-width: 1px
    }
}

.c-tabs__navs li a {
    background-color: #fff;
    color: #cc2919;
    text-align: center;
    text-decoration: none;
    display: block;
    padding: .625rem 1.5rem;
    position: relative;
    transition: all .3s
}

@media screen and (min-width: 0em)and (max-width: 46.8125em) {
    .c-tabs__navs li a {
        padding: .375rem 1.5rem
    }
}

.c-tabs__navs li a:after {
    content: "";
    font-family: "FontAwesome";
    position: absolute;
    font-size: 1.5rem;
    font-weight: 400;
    right: 1rem;
    top: calc(50% + 1px);
    transform: translateY(-50%);
    transition: all .3s
}

@media screen and (min-width: 0em)and (max-width: 46.8125em) {
    .c-tabs__navs li a:after {
        font-size: 1.2rem
    }
}

.c-tabs__navs li a:hover {
    background-color: hsl(5.3631284916, 78.1659388646%, 89.9019607843%);
    opacity: 1
}

.c-tabs__navs li a.is-active {
    background-color: #cc2919;
    color: #fff
}

.c-tabs__navs li a.is-active:hover {
    opacity: 1
}

.c-tabs__content {
    display: none
}

.c-tabs__content.is-active {
    display: block
}

.c-tabs.is-index .c-tabs__navs li {
    width: inherit;
    min-width: 10rem;
    border-width: 1px;
    border-bottom: none;
    margin: 0 .5rem 0 0
}

@media screen and (min-width: 0em)and (max-width: 46.8125em) {
    .c-tabs.is-index .c-tabs__navs li {
        width: inherit;
        min-width: inherit;
        border: 1px solid #cc2919;
        margin-bottom: .5rem
    }
}

.c-tabs.is-index .c-tabs__navs li a {
    font-size: .875rem;
    letter-spacing: .1em
}

.c-tabs.is-index .c-tabs__navs li a:after {
    display: none
}

.c-video {
    position: relative;
    width: 100%;
    padding-top: 53.1128404669%;
    border: 1px solid #d5d5d5
}

.c-video iframe {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%
}

.owl-carousel {
    display: none;
    width: 100%;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    position: relative;
    z-index: 1
}

.owl-carousel .owl-stage {
    position: relative;
    -ms-touch-action: pan-Y;
    -moz-backface-visibility: hidden
}

.owl-carousel .owl-stage::after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0
}

.owl-carousel .owl-stage-outer {
    position: relative;
    overflow: hidden;
    -webkit-transform: translate3d(0px, 0px, 0px)
}

.owl-carousel .owl-wrapper {
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0)
}

.owl-carousel .owl-item {
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    position: relative;
    min-height: 1px;
    float: left;
    -webkit-backface-visibility: hidden;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    -webkit-touch-callout: none
}

.owl-carousel .owl-item img {
    display: block;
    width: 100%
}

.owl-carousel .owl-nav.disabled, .owl-carousel .owl-dots.disabled {
    display: none
}

.owl-carousel .owl-nav .owl-prev, .owl-carousel .owl-nav .owl-next {
    cursor: pointer;
    cursor: hand;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none
}

.owl-carousel .owl-dot {
    cursor: pointer;
    cursor: hand;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none
}

.owl-carousel.owl-loaded {
    display: block
}

.owl-carousel.owl-loading {
    opacity: 0;
    display: block
}

.owl-carousel.owl-hidden {
    opacity: 0
}

.owl-carousel.owl-refresh .owl-item {
    visibility: hidden
}

.owl-carousel.owl-drag .owl-item {
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none
}

.owl-carousel.owl-grab {
    cursor: move;
    cursor: grab
}

.owl-carousel.owl-rtl {
    direction: rtl
}

.owl-carousel.owl-rtl .owl-item {
    float: right
}

.owl-carousel .animated {
    animation-duration: 1000ms;
    animation-fill-mode: both
}

.owl-carousel .owl-animated-in {
    z-index: 0
}

.owl-carousel .owl-animated-out {
    z-index: 1
}

.owl-carousel .fadeOut {
    animation-name: fadeOut
}

@keyframes fadeOut {
    from {
        opacity: 1
    }

    to {
        opacity: 0
    }
}

.fadeOut {
    animation-name: fadeOut
}

.owl-height {
    transition: height 500ms ease-in-out
}

.owl-carousel .owl-item .owl-lazy {
    opacity: 0;
    transition: opacity 400ms ease
}

.owl-carousel .owl-item img.owl-lazy {
    transform-style: preserve-3d
}

.owl-carousel .owl-video-wrapper {
    position: relative;
    height: 100%;
    background: #000
}

.owl-carousel .owl-video-play-icon {
    position: absolute;
    height: 80px;
    width: 80px;
    left: 50%;
    top: 50%;
    margin-left: -40px;
    margin-top: -40px;
    background: url("owl.video.play.png") no-repeat;
    cursor: pointer;
    z-index: 1;
    -webkit-backface-visibility: hidden;
    transition: transform 100ms ease
}

.owl-carousel .owl-video-play-icon:hover {
    transform: scale(1.3, 1.3)
}

.owl-carousel .owl-video-playing .owl-video-tn, .owl-carousel .owl-video-playing .owl-video-play-icon {
    display: none
}

.owl-carousel .owl-video-tn {
    opacity: 0;
    height: 100%;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
    transition: opacity 400ms ease
}

.owl-carousel .owl-video-frame {
    position: relative;
    z-index: 1;
    height: 100%;
    width: 100%
}

.owl-theme .owl-nav {
    margin-top: 10px;
    text-align: center;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0)
}

.owl-theme .owl-nav [class*=owl-] {
    color: #fff;
    font-size: 14px;
    margin: 5px;
    padding: 4px 7px;
    background: #d6d6d6;
    display: inline-block;
    cursor: pointer;
    border-radius: 3px
}

.owl-theme .owl-nav [class*=owl-]:hover {
    background: #869791;
    color: #fff;
    text-decoration: none
}

.owl-theme .owl-nav .disabled {
    opacity: .5;
    cursor: default
}

.owl-theme .owl-nav.disabled+.owl-dots {
    margin-top: 10px
}

.owl-theme .owl-dots {
    text-align: center;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0)
}

.owl-theme .owl-dots .owl-dot {
    display: inline-block;
    zoom: 1;
    *display: inline
}

.owl-theme .owl-dots .owl-dot span {
    width: 10px;
    height: 10px;
    margin: 5px 7px;
    background: #d6d6d6;
    display: block;
    -webkit-backface-visibility: visible;
    transition: opacity 200ms ease;
    border-radius: 30px
}

.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
    background: #869791
}

.u-text-center {
    text-align: center !important
}

.u-text-left {
    text-align: left !important
}

.u-text-right {
    text-align: right !important
}

.u-animated {
    animation-duration: 1s;
    animation-fill-mode: both
}

.u-animated.is-infinite {
    animation-iteration-count: infinite
}

@keyframes bounce {
    from, 20%, 53%, 80%, to {
        animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
        transform: translate3d(0, 0, 0)
    }

    40%, 43% {
        animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
        transform: translate3d(0, -30px, 0)
    }

    70% {
        animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
        transform: translate3d(0, -15px, 0)
    }

    90% {
        transform: translate3d(0, -4px, 0)
    }
}

.bounce {
    animation-name: bounce;
    transform-origin: center bottom
}

@keyframes fadeIn {
    from {
        opacity: 0
    }

    to {
        opacity: 1
    }
}

.fadeIn {
    animation-name: fadeIn
}

@keyframes fadeInDown {
    from {
        opacity: 0;
        transform: translate3d(0, -100%, 0)
    }

    to {
        opacity: 1;
        transform: none
    }
}

.fadeInDown {
    animation-name: fadeInDown
}

@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translate3d(0, 100%, 0)
    }

    to {
        opacity: 1;
        transform: none
    }
}

.fadeInUp {
    animation-name: fadeInUp
}

@keyframes fadeOut {
    from {
        opacity: 1
    }

    to {
        opacity: 0
    }
}

.fadeOut {
    animation-name: fadeOut
}

@keyframes zoomOut {
    0% {
        transform: scale(1.1)
    }

    100% {
        transform: scale(1)
    }
}

.u-display-block {
    display: block !important
}

.u-display-none {
    display: none !important
}

.u-display-inlineblock {
    display: inline-block !important
}

.u-display-inline {
    display: inline !important
}

.u-mbs {
    margin-top: 3.5rem;
    margin-bottom: 3.5rem
}

@media screen and (min-width: 0em)and (max-width: 46.8125em) {
    .u-mbs {
        margin-top: 1.75rem;
        margin-bottom: 1.75rem
    }
}

.u-mbs.is-xlg {
    margin-top: 7.5rem;
    margin-bottom: 7.5rem
}

@media screen and (min-width: 0em)and (max-width: 46.8125em) {
    .u-mbs.is-xlg {
        margin-top: 3.75rem;
        margin-bottom: 3.75rem
    }
}

.u-mbs.is-lg {
    margin-top: 6.25rem;
    margin-bottom: 6.25rem
}

@media screen and (min-width: 0em)and (max-width: 46.8125em) {
    .u-mbs.is-lg {
        margin-top: 3.125rem;
        margin-bottom: 3.125rem
    }
}

.u-mbs.is-md {
    margin-top: 4rem;
    margin-bottom: 4rem
}

@media screen and (min-width: 0em)and (max-width: 46.8125em) {
    .u-mbs.is-md {
        margin-top: 2rem;
        margin-bottom: 2rem
    }
}

.u-mbs.is-sm {
    margin-top: 2.625rem;
    margin-bottom: 2.625rem
}

@media screen and (min-width: 0em)and (max-width: 46.8125em) {
    .u-mbs.is-sm {
        margin-top: 1.3125rem;
        margin-bottom: 1.3125rem
    }
}

.u-mbs.is-xs {
    margin-top: 1.5rem;
    margin-bottom: 1.5rem
}

@media screen and (min-width: 0em)and (max-width: 46.8125em) {
    .u-mbs.is-xs {
        margin-top: .75rem;
        margin-bottom: .75rem
    }
}

.u-mbs.is-top {
    margin-bottom: 0 !important
}

.u-mbs.is-bottom {
    margin-top: 0 !important
}

.u-maxwidth944 {
    max-width: 59rem;
    margin: 0 auto
}

.u-f-left {
    float: left !important
}

.u-f-right {
    float: right !important
}

.u-f-none {
    float: none !important
}

@media screen and (min-width: 0em)and (max-width: 46.8125em) {
    .u-hidden-sm {
        display: none !important
    }
}

@media screen and (max-width: 59.3125em) {
    .u-hidden-md {
        display: none !important
    }
}

@media screen and (min-width: 46.875em) {
    .u-hidden-lg {
        display: none !important
    }
}

.u-visible-sm, .u-visible-md, .u-visible-lg {
    display: none !important
}

@media screen and (min-width: 0em)and (max-width: 46.8125em) {
    .u-visible-sm {
        display: block !important
    }

    .u-visible-sm.is-inlineblock {
        display: inline-block !important
    }
}

@media screen and (max-width: 59.3125em) {
    .u-visible-md {
        display: block !important
    }

    .u-visible-md.is-inlineblock {
        display: inline-block !important
    }
}

@media screen and (min-width: 46.875em) {
    .u-visible-lg {
        display: block !important
    }

    .u-visible-lg.is-inlineblock {
        display: inline-block !important
    }
}

p, .u-text-normal {
    margin: 0
}

small, .u-text-small {
    font-size: .85em
}

strong, .u-text-strong {
    font-weight: 700
}

del, .u-text-del {
    text-decoration: line-through
}

a, .u-text-link {
    color: #437ded;
    font-weight: 400;
    text-decoration: underline;
    cursor: pointer
}

a:hover, .u-text-link:hover, .u-text-link.is-hover {
    opacity: .8
}

.u-text-danger {
    color: #cc2919
}

.u-text-info {
    color: #378da3
}

.u-text-success {
    color: #378da3
}

.c-main-visual__content {
    position: absolute;
    top: 50%;
    left: 10%;
    transform: translateY(-50%);
    color: #fff;
    max-width: 650px;
}

@media screen and (max-width: 75em) {
    .c-main-visual__content {
        left: 5%;
   }
}

@media screen and (max-width: 59.3125em) {
    .c-main-visual__content {
        position: relative;
        top: auto;
        top: -140px;
        left: auto;
        transform: none;
        padding: 2rem 1rem;
        background: rgba(0,0,0,0.5);
        margin-top: -10rem;
        text-align: center;
        color: #fff;
   }
   .c-main-visual {
    margin-bottom: -100px;
   }
}

.c-main-visual__tags {
    display: flex;
    gap: 0.5rem;
    margin-bottom: 2rem;
    font-family: 'Noto serif JP', serif;
}

@media screen and (max-width: 59.3125em) {
    .c-main-visual__tags {
        justify-content: center;
        margin-bottom: 1rem;
   }
}

.c-main-visual__tag {
    background-color: #fff;
    color: #000;
    padding: 0.5rem 1rem;
    border-radius: 4px;
    font-size: 1.125rem;
    font-weight: 700;
}

@media screen and (max-width: 59.3125em) {
    .c-main-visual__tag {
        font-size: 0.8rem;
        padding: 0.25rem 0.5rem;
   }
}

.c-main-visual__title {
    font-size: 3.875rem;
    font-family: 'Noto Serif JP', serif;
    line-height: 1.5;
    letter-spacing: 0.05em;
    margin: 0;
    font-weight: 400;
}

@media screen and (max-width: 59.3125em) {
    .c-main-visual__title {
        font-size: 2rem;
   }
}

.c-main-visual__text {
    font-size: 1.375rem;
    font-family: 'Noto Serif JP', serif;
    line-height: 1.5;
    letter-spacing: 0.05em;
    margin-top: 2rem;
}

@media screen and (max-width: 59.3125em) {
    .c-main-visual__text {
        font-size: 1rem;
        margin-top: 1rem;
   }
}

.c-main-visual__image img {
    max-width: initial;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover
}

/* Figmaデザイン反映用の追加スタイル */
/* ... existing styles ... */

/* Features Section */
.l-section.is-features {
    background-image: url(../images/bg-accent.jpg);
    background-position: center top;
    background-repeat: no-repeat;
    background-color: #E4F5EC;
    color: #fff;
    padding: 6rem 0;
}

.c-heading.is-features {
    text-align: center;
    margin-bottom: 4rem;
}

.c-heading__en {
    display: block;
    font-family: 'Crimson Text', serif;
    font-size: 4.5rem;
    color: #007662;
    line-height: 1;
    font-weight: 500;
}

.c-heading__ja {
    display: block;
    font-family: 'Noto Sans JP', serif;
    font-size: 1.125rem;
    font-weight: 300;
    letter-spacing: 0.05em;
    margin-top: 1rem;
    color: #000; /* This should be white, will be fixed later */
}

.c-feature-list {
    display: flex;
    flex-direction: column;
    gap: 4rem;
}

.c-feature-item {
    display: flex;
    align-items: center;
    gap: 4rem;
}

.c-feature-item:nth-child(even) {
    flex-direction: row-reverse;
}

.c-feature-item__img {
    width: 50%;
    flex-shrink: 0;
}

.c-feature-item__img img {
    width: 100%;
    border-radius: 10px;
}

.c-feature-item__content {
    width: 50%;
}

.c-feature-item__point {
    display: flex;
    align-items: baseline;
    gap: 0.5rem;
    color: #000; /* This should be white, will be fixed later */
}

.c-feature-item__point-en {
    font-family: 'Crimson Text', serif;
    font-size: 1.5rem;
    letter-spacing: 0.1em;
}

.c-feature-item__point-num {
    font-family: 'Crimson Text', serif;
    font-size: 5rem;
    line-height: 1;
}

.c-feature-item__tag {
    background-color: #007662;
    color: #fff;
    padding: 0.5rem 1rem;
    border-radius: 4px;
    font-size: 0.875rem;
    font-weight: 700;
    font-family: 'Rounded Mplus 1c', sans-serif;
    display: inline-block;
    margin-top: 2rem;
}

.c-feature-item__title {
    font-family: 'Noto Serif JP', serif;
    font-size: 1.5rem;
    font-weight: 700;
    line-height: 1.25;
    letter-spacing: 0.1em;
    margin-top: 1rem;
    color: #000; /* This should be white, will be fixed later */
}

.c-feature-item__text {
    font-family: 'Rounded Mplus 1c', sans-serif;
    font-size: 0.875rem;
    line-height: 2.14;
    letter-spacing: 0.1em;
    margin-top: 1rem;
    color: #000; /* This should be white, will be fixed later */
}

/* ... existing responsive styles ... */
@media screen and (max-width: 59.3125em) {
    .l-section.is-features {
        padding: 4rem 1rem;
    }
    .c-feature-item {
        flex-direction: column !important; /* Force column layout on mobile */
        gap: 2rem;
    }
    .c-feature-item__img,
    .c-feature-item__content {
        width: 100%;
    }
    .c-heading__en {
        font-size: 3rem;
    }
    .c-heading__ja {
        font-size: 1rem;
    }
}
.c-heading__ja,
.c-feature-item__point,
.c-feature-item__title,
.c-feature-item__text {
}

/* Property List Section */
.l-section.is-property-list {
    background-color: #E4F5EC;
    background-image: url(../images/bg-accent.jpg);
    background-position: center top;
    background-size: contain;
    background-repeat: no-repeat;
    color: #fff;
    padding: 6rem 0;
}
.c-heading.is-property-list {
    text-align: center;
    margin-bottom: 4rem;
}
.c-heading.is-property-list .c-heading__en {
    font-family: 'Bellefair', serif;
}
.c-property-list {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 2rem;
}
.c-property-item {
    background-color: #fff;
    color: #333;
    border-radius: 0px;
    overflow: hidden;
    box-shadow: 0px 4px 15px 0px rgba(0, 0, 0, 0.05);
}
.c-property-item img {
    width: 100%;
    height: auto;
    aspect-ratio: 347 / 220;
    object-fit: cover;
}
.c-property-item__content {
    padding: 1.5rem;
}
.c-property-item__tags {
    display: flex;
    flex-wrap: wrap;
    gap: 0.5rem;
    margin-bottom: 1rem;
}
.c-property-item__tag {
    font-size: 0.8rem;
    padding: 0.25rem 0.5rem;
    border-radius: 4px;
    font-weight: 700;
}
.c-property-item__tag.is-green {
    background-color: #007662;
    color: #fff;
}
.c-property-item__tag.is-yellow {
    background-color: #D4983F;
    color: #fff;
}
.c-property-item__title {
    font-family: 'Noto Serif JP', serif;
    font-size: 1.375rem;
    font-weight: 700;
    line-height: 1.73;
    margin: 0;
}
.c-property-item__text {
    font-family: 'Helvetica Neue', sans-serif;
    font-size: 1rem;
    line-height: 1.7;
    color: #555;
    margin-top: 0.5rem;
}
.c-property-item__price {
    margin-top: 1rem;
    padding-top: 1rem;
    border-top: 1px solid #EEEEEE;
}
.c-property-item__price p {
    font-family: 'Helvetica Neue', sans-serif;
    font-size: 1rem;
    line-height: 1.7;
    color: #333;
}

@media screen and (max-width: 75em) {
    .c-property-list {
        grid-template-columns: repeat(2, 1fr);
    }
}
@media screen and (max-width: 59.3125em) {
    .l-section.is-property-list {
        padding: 4rem 1rem;
    }
    .c-property-list {
        grid-template-columns: 1fr;
    }
}

/* Access Section */
.l-section.is-access {
    background-color: #E4F5EC;
    padding: 6rem 0;
}
.c-heading.is-access {
    text-align: center;
    margin-bottom: 4rem;
}
.c-heading.is-access .c-heading__en {
    font-family: 'Bellefair', serif;
}
.c-access {
    max-width: 944px;
    margin: 0 auto;
}
.c-access__map {
    margin-bottom: 2rem;
}
.c-access__map img {
    width: 100%;
    border-radius: 24px;
}
.c-access__info-title {
    font-family: 'Noto Serif JP', serif;
    font-size: 1.5rem;
    font-weight: 700;
    margin-bottom: 1.5rem;
    color: #000000;
}
.c-access__univ-list {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 1rem;
    list-style: none;
    padding: 0;
}
.c-access__univ-list li a {
    background-color: #fff;
    color: #000;
    padding: 1rem 1.5rem 1rem 1rem;
    display: flex;
    align-items: center;
    gap: 0.75rem;
    text-decoration: none;
    transition: background-color 0.3s;
    justify-content: space-between;
    min-height: 5rem;
    height: 100%;
    border-radius: 4px;
}
.c-access__univ-list li a:hover {
    background-color: #f0f0f0;
}
.c-access__univ-list li a::before {
    content: '';
    display: block;
    width: 12px;
    height: 12px;
    background-color: #007662;
    flex-shrink: 0;
    border-radius: 50%;
}
.c-access__univ-list li a > span:first-child {
    font-family: 'Noto Serif JP', sans-serif;
    font-size: 1rem;
    font-weight: 700;
}
.c-access__univ-link {
    display: flex;
    align-items: center;
    gap: 0.25rem;
    font-size: 0.875rem;
    color: #000;
}
.c-access__univ-link i {
    font-size: 1rem;
}

@media screen and (max-width: 75em) {
    .c-access__univ-list {
        grid-template-columns: repeat(2, 1fr);
    }
}
@media screen and (max-width: 59.3125em) {
    .l-section.is-access {
        padding: 4rem 1rem;
    }
    .c-access__univ-list {
        grid-template-columns: 1fr;
    }
}

/* Flow Section */
.l-section.is-flow {
    padding: 6rem 0;
}
.c-heading.is-flow {
    text-align: center;
    margin-bottom: 4rem;
}
.c-heading.is-flow .c-heading__en {
    font-family: 'Bellefair', serif;
    color: #007662;
}
.c-heading.is-flow .c-heading__ja {
    color: #000;
}

.c-flow-list {
    display: flex;
    justify-content: center;
    gap: 2rem;
    max-width: 1140px;
    margin: 0 auto;
}
.c-flow-item {
    background-color: #fff;
    padding: 2rem;
    padding-top: 4rem;
    border-radius: 8px;
    box-shadow: 0px 4px 12px 0px rgba(0, 0, 0, 0.05);
    width: 33.333%;
    position: relative;
    text-align: center;
    border-radius: 0px;
}
.c-flow-item:not(:last-child) {
    margin-right: 2rem;
}
.c-flow-item:not(:last-child)::after {
    content: '';
    position: absolute;
    right: -3rem;
    top: 50%;
    transform: translateY(-50%);
    width: 16px;
    height: 40px;
    background: url(../images/icon-flow-arrow.svg) no-repeat center center;
}

.c-flow-item__number {
    position: absolute;
    top: -32px;
    left: 50%;
    transform: translateX(-50%);
    width: 64px;
    height: 64px;
    background-color: #007662;
    color: #fff;
    font-size: 2rem;
    font-weight: 700;
    font-family: 'Roboto', sans-serif;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 4px;
}
.c-flow-item__title {
    font-family: 'Noto Sans JP', sans-serif;
    font-size: 1.0625rem;
    font-weight: 700;
    line-height: 1.88;
    padding-bottom: 1rem;
    border-bottom: 1px solid #ccc;
    margin-bottom: 1rem;
}
.c-flow-item__text {
    font-family: 'Noto Sans JP', sans-serif;
    font-size: 0.875rem;
    line-height: 1.71;
    text-align: left;
}
.c-flow-item__text a {
    color: #437DED;
    text-decoration: underline;
}

@media screen and (max-width: 75em) {
    .c-flow-list {
        flex-direction: column;
        gap: 4rem;
    }
    .c-flow-item {
        width: 100%;
        max-width: 500px;
        margin: 0 auto;
    }
    .c-flow-item:not(:last-child)::after {
        transform: translateX(-50%) rotate(90deg);
        top: auto;
        bottom: -3rem;
        left: 50%;
        right: auto;
    }
}
/* FAQ Section */
.l-section.is-faq {
    padding: 6rem 0;
}
.c-heading.is-faq {
    text-align: center;
    margin-bottom: 4rem;
}
.c-heading.is-faq .c-heading__en {
    font-family: 'Bellefair', serif;
    color: #007662;
}

.c-faq-list {
    max-width: 1140px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
}
.c-faq-item {
    background-color: #fff;
    padding: 1.5rem 2rem;
    border-radius: 8px;
    box-shadow: 0px 4px 21px 0px rgba(0, 0, 0, 0.05);
}
.c-faq-item dt {
    font-family: 'Noto Sans JP', sans-serif;
    font-size: 1rem;
    font-weight: 700;
    cursor: pointer;
    position: relative;
    display: flex;
    align-items: center;
    gap: 1rem;
}
.c-faq-item dt::before {
    content: 'Q';
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    background-color: #007662;
    color: #fff;
    font-size: 1.375rem;
    font-weight: 600;
    font-family: 'Roboto', sans-serif;
    flex-shrink: 0;
}
.c-faq-item dt::after {
    content: 'expand_more';
    font-family: 'Material Icons';
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    font-size: 1.5rem;
    transition: transform 0.3s;
}
.c-faq-item.is-open dt::after {
    transform: translateY(-50%) rotate(180deg);
}
.c-faq-item dd {
    padding: 1.5rem 0 0;
    margin-top: 1.5rem;
    border-top: 1px solid #ccc;
    display: flex;
    gap: 1rem;
}
.c-faq-item dd::before {
    content: 'A';
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    background-color: #006DB2;
    border: 3px solid #006DB2;
    color: #fff;
    font-size: 1.375rem;
    font-weight: 600;
    font-family: 'Roboto', sans-serif;
    flex-shrink: 0;
}
.c-faq-item dd p {
    font-family: 'Noto Sans JP', sans-serif;
    font-size: 1rem;
    font-weight: 300;
    line-height: 1.75;
}
.c-faq-item:not(.is-open) dd {
    display: none;
}
@media screen and (max-width: 59.3125em) {
    .l-section.is-faq {
        padding: 4rem 1rem;
    }
}
/* Footer */
.l-footer__offer {
    padding: 5rem 0;
    background: url(../images/bg-offer.jpg) no-repeat center center/cover;
    position: relative;
    color: #fff;
}
.l-footer__offer::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.4);
}
.c-offer {
    position: relative;
    z-index: 1;
}
.c-heading.is-offer {
    text-align: center;
    margin-bottom: 2rem;
}
.c-heading.is-offer .c-heading__en {
    font-family: 'Bellefair', serif;
    font-size: 4.5rem;
    color: #fff;
}
.c-heading.is-offer .c-heading__ja {
    font-family: 'Noto Sans JP', sans-serif;
    color: #fff;
}
.c-offer__content {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 2rem;
}
.c-offer__tel {
    text-align: center;
    padding-right: 2rem;
    border-right: 1px solid #fff;
}
.c-offer__tel a {
    display: flex;
    align-items: center;
    gap: 1rem;
    color: #fff;
    text-decoration: none;
    font-family: 'Roboto', sans-serif;
    font-weight: 700;
    font-size: 2.625rem;
}
.c-offer__tel small {
    display: block;
    margin-top: 0.5rem;
}
.c-offer__buttons {
    display: flex;
    gap: 1rem;
}
.c-button.is-offer {
    border: 1px solid #fff;
    color: #fff;
    background-color: transparent;
    border-radius: 8px;
    width: 230px;
    height: 76px;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 0.5rem;
    font-size: 1.0625rem;
}
.c-button.is-offer:hover {
    background-color: #fff;
    color: #333;
}
.c-button.is-offer img {
    opacity: 0.5;
    transition: opacity 0.3s;
}
.c-button.is-offer:hover img {
    opacity: 1;
    filter: invert(1);
}
.l-footer__bottom {
    background-color: #000;
    padding: 1rem 0;
    color: #fff;
}
.l-footer__bottom-inner {
    display: flex;
    justify-content: space-between;
    align-items: center;
    max-width: 1140px;
    margin: 0 auto;
    padding: 0 1rem;
}
.l-footer__copyright {
    font-size: 0.75rem;
}
.l-footer__bottom-nav a {
    color: #fff;
    text-decoration: none;
    font-size: 0.875rem;
}
.l-footer__bottom-nav a::before {
    content: '>';
    margin-right: 0.5rem;
}

@media screen and (max-width: 75em) {
    .c-offer__content {
        flex-direction: column;
    }
    .c-offer__tel {
        border-right: none;
        padding-right: 0;
        margin-bottom: 2rem;
    }
}
@media screen and (max-width: 59.3125em) {
    .c-offer__buttons {
        flex-direction: column;
    }
}

#map {
    width: 100%;
    height: 400px;
}

.is-slidebar-active .l-header-minimal {
    transform: translateY(0%);
}