/**  Mixins */
/*------------------------------------*\
    breakpoint vars
\*------------------------------------*/
/*------------------------------------*\
    breakpoint mixin
\*------------------------------------*/
/** Break desktop first**/
/**  Mixins */
/*------------------------------------*\
    breakpoint vars
\*------------------------------------*/
/*------------------------------------*\
    breakpoint mixin
\*------------------------------------*/
/** Break desktop first**/
/* Slider */
@import url("https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&family=Noto+Sans+JP:wght@100..900&display=swap");
body{
    -webkit-font-smoothing: antialiased;
}
.slick-slider {
    position: relative;
    display: block;
    box-sizing: border-box;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list {
    position: relative;
    display: block;
    overflow: hidden;
    margin: 0;
    padding: 0;
}

.slick-list:focus {
    outline: none;
}

.slick-list.dragging {
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.slick-track {
    position: relative;
    top: 0;
    left: 0;
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.slick-track:before,
.slick-track:after {
    display: table;
    content: "";
}

.slick-track:after {
    clear: both;
}

.slick-loading .slick-track {
    visibility: hidden;
}

.slick-slide {
    display: none;
    float: left;
    height: 100%;
    min-height: 1px;
}

[dir=rtl] .slick-slide {
    float: right;
}

.slick-slide img {
    display: block;
}

.slick-slide.slick-loading img {
    display: none;
}

.slick-slide.dragging img {
    pointer-events: none;
}

.slick-initialized .slick-slide {
    display: block;
}

.slick-loading .slick-slide {
    visibility: hidden;
}

.slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
    display: none;
}

.slick-arrow {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 9;
    color: transparent;
    width: 32px;
    height: 92px;
    min-width: initial;
    border-radius: 0;
    padding: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 0;
    transition: all 0.3s;
}

.slick-arrow:hover {
    opacity: 0.6;
}

.slick-arrow::before, .slick-arrow::after {
    content: "";
    width: 7px;
    height: 2px;
    background: #fff;
    position: absolute;
    top: 50%;
    left: 40%;
    transform: translate(-50%, -50%);
}

.slick-arrow:hover {
    color: transparent;
}

.slick-arrow.slick-prev {
    left: 0;
}

.slick-arrow.slick-prev::before {
    transform: rotate(-45deg);
    top: calc(50% - 2px);
}

.slick-arrow.slick-prev::after {
    transform: rotate(45deg);
    top: calc(50% + 2px);
}

.slick-arrow.slick-next {
    right: 0;
}

.slick-arrow.slick-next::before {
    transform: rotate(45deg);
    top: calc(50% - 2px);
}

.slick-arrow.slick-next::after {
    transform: rotate(-45deg);
    top: calc(50% + 2px);
}

.slick-dots {
    position: absolute;
    bottom: 20px;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    justify-content: center;
    align-items: center;
    list-style: none;
    padding: 0;
    margin: 0;
    z-index: 9;
}

.slick-dots li {
    margin: 0 5px;
    padding: 0;
    display: inline-block;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: rgba(0, 0, 0, 0.3);
    cursor: pointer;
    transition: all 0.3s;
}

.slick-dots li.slick-active {
    background: #000;
}

.slick-dots li button {
    padding: initial;
    max-width: initial;
    min-width: initial;
    color: transparent;
    font-size: 0;
}

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

html {
    font-family: sans-serif;
    line-height: 1.15;
    -webkit-text-size-adjust: 100%;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

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

body {
    margin: 0;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    text-align: left;
}

[tabindex="-1"]:focus {
    outline: 0 !important;
}

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

h1,
h2,
h3,
h4,
h5,
h6 {
    margin-top: 0;
    margin-bottom: 0.5rem;
}

p {
    margin-top: 0;
    margin-bottom: 1rem;
}

abbr[title],
abbr[data-original-title] {
    text-decoration: underline;
    -webkit-text-decoration: underline dotted;
    text-decoration: underline dotted;
    cursor: help;
    border-bottom: 0;
    -webkit-text-decoration-skip-ink: none;
    text-decoration-skip-ink: none;
}

address {
    margin-bottom: 1rem;
    font-style: normal;
    line-height: inherit;
}

ol,
ul,
dl {
    margin-top: 0;
    margin-bottom: 1rem;
}

ol ol,
ul ul,
ol ul,
ul ol {
    margin-bottom: 0;
}

dt {
    font-weight: 700;
}

dd {
    margin-bottom: 0.5rem;
    margin-left: 0;
}

blockquote {
    margin: 0 0 1rem;
}

b,
strong {
    font-weight: bolder;
}

small {
    font-size: 80%;
}

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

sub {
    bottom: -0.25em;
}

sup {
    top: -0.5em;
}

a {
    color: #6096c4;
    text-decoration: none;
}

a:hover {
    opacity: 0.8;
}

a:not([href]):not([tabindex]) {
    color: inherit;
    text-decoration: none;
}

a:not([href]):not([tabindex]):hover,
a:not([href]):not([tabindex]):focus {
    color: inherit;
    text-decoration: none;
}

a:not([href]):not([tabindex]):focus {
    outline: 0;
}

pre,
code,
kbd,
samp {
    font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
    font-size: 1em;
}

pre {
    margin-top: 0;
    margin-bottom: 1rem;
    overflow: auto;
}

figure {
    margin: 0;
    padding: 0;
}

img {
    vertical-align: middle;
    border-style: none;
}

svg {
    overflow: hidden;
    vertical-align: middle;
}

table {
    border-collapse: collapse;
}

caption {
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
    color: #6c757d;
    text-align: left;
    caption-side: bottom;
}

th {
    text-align: inherit;
}

label {
    display: inline-block;
    margin-bottom: 0.5rem;
}

button {
    border-radius: 0;
}

button:focus {
    outline: 1px dotted;
    outline: 5px auto -webkit-focus-ring-color;
}

input,
button,
select,
optgroup,
textarea {
    margin: 0;
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
}

button,
input {
    overflow: visible;
}

button,
select {
    text-transform: none;
}

select {
    word-wrap: normal;
}

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

button:not(:disabled),
[type=button]:not(:disabled),
[type=reset]:not(:disabled),
[type=submit]:not(:disabled) {
    cursor: pointer;
}

button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
    padding: 0;
    border-style: none;
}

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

input[type=date],
input[type=time],
input[type=datetime-local],
input[type=month] {
    -webkit-appearance: listbox;
}

textarea {
    overflow: auto;
    resize: vertical;
}

fieldset {
    min-width: 0;
    padding: 0;
    margin: 0;
    border: 0;
}

legend {
    display: block;
    width: 100%;
    max-width: 100%;
    padding: 0;
    margin-bottom: 0.5rem;
    font-size: 1.5rem;
    line-height: inherit;
    color: inherit;
    white-space: normal;
}

progress {
    vertical-align: baseline;
}

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

[type=search] {
    outline-offset: -2px;
    -webkit-appearance: none;
}

[type=search]::-webkit-search-decoration {
    -webkit-appearance: none;
}

::-webkit-file-upload-button {
    font: inherit;
    -webkit-appearance: button;
}

output {
    display: inline-block;
}

summary {
    display: list-item;
    cursor: pointer;
}

template {
    display: none;
}

[hidden] {
    display: none !important;
}

:root {
    --white: #ffffff;
    --black: #000000;
    --smoke: #f4f5ef;
    --gray: #ccc;
    --primary: #FF5200;
    --second: #d75e5b;
    --text-body: #4C4C4C;
    --radius: 5px;
}

/* Base Setting
---------------------------------------- */
html {
    scroll-behavior: smooth;
}

body {
    margin: 0;
    padding: 0;
    font-size: 16px;
    font-family: "Noto Sans JP", sans-serif;
    overflow-wrap: break-word;
    font-weight: 400;
    color: var(--text-body);
    overflow-x: hidden;
    line-height: 1.5;
    position: relative;
    width: 100%;
    background: var(--white);
}

a {
    transition: all 0.3s;
    outline: none !important;
}

a:hover {
    opacity: 1;
    color: var(--primary);
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: "Noto Sans JP", sans-serif;
    font-weight: 600;
    letter-spacing: 1px;
}

h1 {
    font-size: 36px;
    line-height: 1.3;
}

@media (min-width: 48em) {
    h1 {
        font-size: 46px;
    }
}
h2 {
    font-size: 40px;
    line-height: 1.15;
}

@media (min-width: 48em) {
    h2 {
        font-size: 56px;
    }
}
h3 {
    font-size: 34px;
    line-height: 1.16;
}

@media (min-width: 48em) {
    h3 {
        font-size: 40px;
    }
}
h4 {
    font-size: 28px;
    line-height: 1.16;
}

@media (min-width: 48em) {
    h4 {
        font-size: 36px;
    }
}
h5 {
    font-size: 20px;
    line-height: 1.2;
}

@media (min-width: 48em) {
    h5 {
        font-size: 24px;
    }
}
h6 {
    font-size: 18px;
    line-height: 1.3;
}

@media (min-width: 48em) {
    h6 {
        font-size: 20px;
    }
}
img {
    max-width: 100%;
    vertical-align: bottom;
}

.container-fluid, .container-sm, .container {
    width: 100%;
    max-width: 1250px;
    margin: 0 auto;
    padding: 20px 20px;
    position: relative;
}

.banner-page+.section-breakcurmbs ul.breakcurmbs{
    margin-block: -45px 0;
    font-size: 12px;
}
.section-breakcurmbs+.section-lg{
    padding-top: 15px;
}
.section-breakcurmbs+.section-lg .section-heading{
    margin-top: 25px;
}
@media only screen and (min-width: 768px){
    .banner-page+.section-breakcurmbs ul.breakcurmbs{
        font-size: 13px;
    }
}
@media only screen and (min-width: 992px){
    .section-breakcurmbs+.section-lg .section-heading{
        margin-top: 65px;
    }
}

ul.breakcurmbs{display:flex;gap:10px;padding:0;list-style:none;margin-block:45px 30px;}
ul.breakcurmbs li {color:var(--text-body);position:relative;display:flex;}
ul.breakcurmbs li a{color:var(--primary);position:relative;display:flex;gap: 10px;}
ul.breakcurmbs li a:after{content:'>';}
.site-footer__nav ul, .dropdown-menu__fixed ul, .dropdown-menu__col ul, .site-header__nav > ul, .slick-slider .slick-dots, .option-wrap ul {
    margin: 0;
    padding: 0;
    list-style: none;
}
.banner-page__inner, .image-content-bg__body, .image-content-box__body, .slider-box__item, .content-image__body {
    font-size: 14px;
    line-height: 1.857;
}

@media only screen and (min-width: 992px) {
    .banner-page__inner, .image-content-bg__body, .image-content-box__body, .slider-box__item, .content-image__body {
        font-size: 15px;
        line-height: 2;
    }
}
.quick-links__item, .banner-section__inner {
    font-size: 14px;
    line-height: 1.857;
}

@media only screen and (min-width: 992px) {
    .quick-links__item, .banner-section__inner {
        font-size: 16px;
        line-height: 2;
    }
}
.slider-box__item h2 {
    font-size: 32px;
    line-height: 1.15625;
    color: var(--primary);
    font-weight: 600;
    font-family: "Montserrat", sans-serif;
}

@media only screen and (min-width: 768px) {
    .slider-box__item h2 {
        font-size: 45px;
        line-height: 1.22;
    }
}
.quick-links__item h3 {
    color: var(--primary);
    font-weight: 600;
    font-size: 40px;
    line-height: 1.225;
    font-family: "Montserrat", sans-serif;
}

@media only screen and (min-width: 992px) {
    .quick-links__item h3 {
        font-size: 52px;
        line-height: 1.2;
    }
}
.slider-box__item h4, .banner-page__inner h3, .quick-links__item h4 {
    font-size: 15px;
    line-height: 1.333;
}

@media only screen and (min-width: 992px) {
    .slider-box__item h4, .banner-page__inner h3, .quick-links__item h4 {
        font-size: 19px;
        line-height: 1.368;
    }
}
.banner-page__inner h3, .quick-links__item h4 {
    margin: 0 0 20px;
    padding-bottom: 20px;
    position: relative;
}

@media only screen and (min-width: 992px) {
    .banner-page__inner h3, .quick-links__item h4 {
        margin: 0 0 30px;
        padding-bottom: 30px;
    }
}
.banner-page__inner h3::after, .quick-links__item h4::after {
    content: "";
    left: 50%;
    bottom: 0;
    transform: translateX(-50%);
    border-bottom: 1px solid var(--gray);
    width: 50px;
    position: absolute;
}

input[type=text],
input[type=email],
input[type=password],
input[type=phone],
input[type=search],
textarea,
select {
    border: 1px solid var(--gray);
    border-radius: var(--radius);
    padding: 15px 24px;
    outline: none !important;
}

.btn, .btn-extend-gray, .btn-arrow-gray, .btn-arrow-white, .btn-arrow {
    transition: all 0.3s;
    color: var(--white);
    padding: 5px 25px;
    text-align: center;
    display: inline-flex;
    outline: none !important;
    border-radius: 300px;
    background: var(--primary);
    border: 0;
    font-size: 17px;
    font-weight: 600;
    min-height: 70px;
    align-items: center;
    justify-content: center;
    position: relative;
    width: 100%;
    max-width: 325px;
}

@media only screen and (min-width: 992px) {
    .btn, .btn-extend-gray, .btn-arrow-gray, .btn-arrow-white, .btn-arrow {
        max-width: 365px;
    }
}
.btn:hover, .btn-extend-gray:hover, .btn-arrow-gray:hover, .btn-arrow-white:hover, .btn-arrow:hover {
    opacity: 1;
    color: var(--text-body);
    background: #F2F0EE;
}

@media only screen and (min-width: 1200px) {
    .btn-xl {
        max-width: 560px;
    }
}
.btn-arrow {
    padding-inline: 45px;
}

.btn-arrow::after {
    content: "";
    position: absolute;
    right: 24px;
    top: 50%;
    transform: translateY(-50%);
    border-left: 10px solid var(--white);
    border-top: 7px solid transparent;
    border-bottom: 7px solid transparent;
}

.btn-arrow:hover::after {
    border-left-color: var(--primary);
}

.btn-arrow-white {
    padding-inline: 45px;
    background: var(--white);
    color: var(--text-body);
}

.btn-arrow-white::after {
    content: "";
    position: absolute;
    right: 24px;
    top: 50%;
    transform: translateY(-50%);
    border-left: 10px solid var(--primary);
    border-top: 7px solid transparent;
    border-bottom: 7px solid transparent;
}

.btn-arrow-white:hover {
    background: var(--primary);
    color: var(--white);
}

.btn-arrow-white:hover::after {
    border-left-color: var(--white);
}

.btn-arrow-gray {
    padding-inline: 45px;
    background: #F2F0EE;
    color: var(--text-body);
}


.btn-arrow-gray::after {
    content: "";
    position: absolute;
    right: 24px;
    top: 50%;
    transform: translateY(-50%);
    border-left: 10px solid var(--primary);
    border-top: 7px solid transparent;
    border-bottom: 7px solid transparent;
}

.btn-arrow-gray:hover {
    background: var(--primary);
    color: var(--white);
}

.btn-arrow-gray:hover::after {
    border-left-color: var(--white);
}

.btn-extend-gray {
    padding-inline: 45px;
    background: #F2F0EE;
    color: var(--text-body);
}
.btn-white-bg{background:#fff !important;}
.btn-white-bg:hover{background:var(--primary)!important;}
.btn-extend-gray::after {
    content: "";
    position: absolute;
    right: 24px;
    top: 50%;
    width: 12px;
    height: 12px;
    background: url("../images/global/extend.svg") no-repeat 0 0/100%;
    transform: translateY(-50%);
}
.btn-arrow.btn-white-arrow::after {
    content: "";
    position: absolute;
    right: 24px;
    top: 50%;
    width: 12px;
    height: 12px;
    background: url("../images/global/extend-white.svg") no-repeat 0 0/100%;
    transform: translateY(-50%);
    border:0;
}
.btn-gray-icon::after {
    content: "";
    position: absolute;
    right: 24px;
    top: 50%;
    width: 12px;
    height: 12px;
    background: url("../images/global/extend.svg") no-repeat 0 0/100%;
    transform: translateY(-50%);
    border:0;
} 
.btn-gray-icon:hover::after {
    background-image: url("../images/global/extend-white.svg");
}
.btn-arrow.btn-white-arrow:hover::after {
    background-image: url("../images/global/extend.svg");
}
.btn-extend-gray:hover {
    background: var(--primary);
    color: var(--white);
}

.btn-extend-gray:hover::after {
    background-image: url("../images/global/extend-white.svg");
}

.btn-extend-gray.btn-extend-gray--oranges {
    padding-inline: 45px;
    color: var(--white);
    background: var(--primary);
}

.btn-extend-gray.btn-extend-gray--oranges::after {
    content: "";
    position: absolute;
    right: 24px;
    top: 50%;
    width: 12px;
    height: 12px;
    background: url("../images/global/extend-white.svg")  no-repeat 0 0/100%;
    transform: translateY(-50%);
}

.btn-extend-gray.btn-extend-gray--oranges:hover {
    background: #F2F0EE;
    color: var(--text-body);
}

.btn-extend-gray.btn-extend-gray--oranges:hover::after {
    background-image: url("../images/global/extend.svg");
}

.section-button {
    text-align: center;
    margin-top: 60px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 24px;
    flex-wrap: wrap;
    padding-inline: 20px 20px;
}

@media only screen and (min-width: 768px) {
    .section-button {
        flex-direction: row;
    }
}
@media only screen and (min-width: 992px) {
    .section-button {
        margin-top: 90px;
    }
}
@media only screen and (min-width: 992px) {
    .section-button--spacing {
        gap: 24px 60px;
    }
}
/* .section-button--bottom {
  margin-block: 0 20px;
}
@media only screen and (min-width: 992px) {
  .section-button--bottom {
    margin-block: 0 60px;
  }
} */
.container-sm {
    max-width: 1090px;
}

.container-fluid {
    max-width: 1920px;
}

@media (min-width: 48em) {
    .container-fluid {
        padding: 0 64px;
    }
}
.section {
    padding-block: 70px;
}

@media only screen and (min-width: 992px) {
    .section {
        padding-block: 100px;
    }
}
.section-lg {
    padding-block: 60px;
}

@media only screen and (min-width: 992px) {
    .section-lg {
        padding-block: 100px;
    }
}
@media only screen and (max-width: 767px) {
    .section-lg {
        padding-block: 60px;
    }
}
.section-bottom {
    padding-bottom: 70px;
}

@media only screen and (min-width: 992px) {
    .section-bottom {
        padding-bottom: 100px;
    }
}
.section-top-xl {
    padding-top: 70px;
}

@media only screen and (min-width: 992px) {
    .section-top-xl {
        padding-top: 140px;
    }
}
.section-bottom-lg {
    padding-top: 70px;
}

@media only screen and (min-width: 992px) {
    .section-bottom-lg {
        padding-top: 120px;
    }
}
.section-wave {
    padding-block: 70px;
    position: relative;
    z-index: 1;
    background: url("../images/global/wave-top-sp.png") no-repeat 0 0/100%, url("../images/global/wave-bottom-sp.png") no-repeat 0 100%/100%;
    margin: 30px 0;
}

@media only screen and (min-width: 768px) {
    .section-wave {
        padding-block: 140px;
        background-image: url("../images/global/wave-top.png"), url("../images/global/wave-bottom.png");
    }
}
.section-wave::before {
    content: "";
    position: absolute;
    top: 8vw;
    left: 0;
    width: 100%;
    height: calc(100% - 16vw);
    background: #F8F6F4;
    z-index: -1;
}

@media only screen and (min-width: 768px) {
    .section-wave::before {
        height: calc(100% - 18vw);
        top: 9vw;
    }
}
.section-sm {
    padding-block: 60px;
}

@media only screen and (min-width: 992px) {
    .section-sm {
        padding-block: 80px;
    }
}
.section-gray {
    background: #F8F6F4;
}

.section-heading {
    text-align: center;
    margin-bottom: 40px;
    font-size: 14px;
    font-weight: 500;
    line-height: 1.857;
}

@media only screen and (min-width: 768px) {
    .section-heading {
        margin-bottom: 60px;
    }
}
@media only screen and (min-width: 992px) {
    .section-heading {
        margin-bottom: 80px;
        font-size: 16px;
        line-height: 2.25;
    }
}
.section-heading h2 {
    font-size: 32px;
    line-height: 1.2;
    font-weight: 600;
    margin: 0;
    display: flex;
    justify-content: center;
    gap: 5px;
    flex-direction: column;
    font-family: "Montserrat", sans-serif;
    color: var(--primary);
}

@media only screen and (min-width: 768px) {
    .section-heading h2 {
        font-size: 40px;
        flex-direction: row;
        gap: 20px;
        align-items: flex-end;
    }
}
@media only screen and (min-width: 992px) {
    .section-heading h2 {
        font-size: 52px;
        gap: 30px;
    }
}
.section-heading h2 span {
    font-size: 15px;
    font-weight: 600;
    font-family: "Montserrat", sans-serif;
    color: var(--text-body);
}

@media only screen and (min-width: 768px) {
    .section-heading h2 span {
        font-size: 17px;
        padding-bottom: 7px;
    }
}
@media only screen and (min-width: 992px) {
    .section-heading h2 span {
        font-size: 19px;
        padding-bottom: 10px;
    }
}
.section-heading h2 small {
    font-size: 24px;
}

@media only screen and (min-width: 768px) {
    .section-heading h2 small {
        font-size: 30px;
    }
}
@media only screen and (min-width: 992px) {
    .section-heading h2 small {
        font-size: 37px;
    }
}
.section-heading h3 {
    font-size: 15px;
    font-weight: 600;
    font-family: "Montserrat", sans-serif;
    color: var(--text-body);
    margin: 5px 0 0;
}

@media only screen and (min-width: 768px) {
    .section-heading h3 {
        font-size: 17px;
        padding-bottom: 7px;
        margin: 10px 0 0;
    }
}
@media only screen and (min-width: 992px) {
    .section-heading h3 {
        font-size: 19px;
        padding-bottom: 10px;
        margin: 16px 0 0;
    }
}
.section-heading p {
    margin: 30px 0 0;
}

@media only screen and (min-width: 992px) {
    .section-heading p {
        margin: 40px 0 0;
    }
}
.section-heading--left {
    text-align: left;
}

.section-heading--left h2 {
    justify-content: flex-start;
}

.hamburger {
    position: relative;
    line-height: 1;
    cursor: pointer;
    right: 0;
    z-index: 99;
    opacity: 1;
    display: flex;
    flex-direction: column;
    gap: 8px;
    align-items: center;
    min-width: 42px;
    color: var(--text-body);
}

.hamburger > span {
    width: 40px;
    height: 20px;
    position: relative;
    display: block;
}

.hamburger > span span {
    width: 40px;
    height: 1.5px;
    background: var(--text-body);
    backface-visibility: hidden;
    position: absolute;
    display: block;
    margin: auto;
    transition: 0.3s all ease;
    transform: rotate(0deg);
    border-radius: 5px;
    top: calc(50% - 1px);
    left: calc(50% - 20px);
}

.hamburger > span span::before, .hamburger > span span::after {
    content: "";
    transform-origin: center center;
    width: 100%;
    height: 1.5px;
    background: var(--text-body);
    backface-visibility: hidden;
    position: absolute;
    left: 0;
    top: 9px;
    transition: 0.3s all ease;
    border-radius: 5px;
    opacity: 1;
}

.hamburger > span span::after {
    top: -9px;
}

.hamburger:hover > span span,
.hamburger:hover > span span::before,
.hamburger:hover > span span::after{
    background: var(--primary);
}

.hamburger strong {
    font-size: 13px;
    font-weight: 600;
    line-height: 1.23;
    text-transform: uppercase;
    display: none;
}

.hamburger strong.hamburger--menu {
    display: block;
}

.hamburger.active > span span {
    transform: rotate(205deg);
}

.hamburger.active > span span::before {
    transform: rotate(-50deg);
    top: 0;
}

.hamburger.active > span span::after {
    opacity: 0;
}

.hamburger.active .hamburger--menu {
    display: none;
}

.hamburger.active .hamburger--close {
    display: block;
}

.option-wrap {
    position: relative;
}

.option-wrap > a {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 5px;
    color: var(--text-body);
}

.option-wrap > a:hover {
    color: var(--primary);
}

/*.option-wrap > a::after {
    content: "";
    background: url("../images/global/arrow-down.svg") no-repeat 50% 50%/100%;
    width: 11px;
    height: 11px;
    transition: all 0.3s;
}*/

.option-wrap ul {
    position: absolute;
    right: 0;
    top: 100%;
    background: var(--white);
    min-width: 138px;
    text-align: center;
    padding-block: 12px;
    visibility: hidden;
    opacity: 0;
    transition: all 0.3s;
}

.option-wrap ul li a {
    display: block;
    padding: 7px 15px;
    color: #000;
}

.option-wrap ul li.active a {
    color: #A0A0A0;
}

.option-wrap.show > a::after {
    transform: rotate(180deg);
}

.option-wrap.show ul {
    opacity: 1;
    visibility: visible;
}

@media screen and (min-width: 1024px) {
    .pcbr {
        display: block;
    }

    .spbr {
        display: none;
    }
}
@media screen and (max-width: 1024px) {
    .pcbr {
        display: none;
    }

    .spbr {
        display: block;
    }
}
@media only screen and (min-width: 768px) {
    .hide-pc {
        display: none;
    }
}
@media only screen and (max-width: 767px) {
    .hide-sp {
        display: none;
    }
}
.slick-slider .slick-arrow {
    border: 0;
    outline: none;
    width: auto;
    height: auto;
    background: none;
}

.slick-slider .slick-arrow::before {
    display: none;
}

.slick-slider .slick-arrow::after {
    position: static;
    border: 0;
    transform: none;
    background: none;
}

.slick-slider .slick-arrow.slick-prev::after {
    border-right: 18px solid var(--primary);
    border-top: 18px solid transparent;
    border-bottom: 18px solid transparent;
}

@media only screen and (min-width: 768px) {
    .slick-slider .slick-arrow.slick-prev::after {
        border-right-width: 23px;
        border-top-width: 22px;
        border-bottom-width: 22px;
    }
}
.slick-slider .slick-arrow.slick-next::after {
    border-left: 18px solid var(--primary);
    border-top: 18px solid transparent;
    border-bottom: 18px solid transparent;
}

@media only screen and (min-width: 768px) {
    .slick-slider .slick-arrow.slick-next::after {
        border-left-width: 23px;
        border-top-width: 22px;
        border-bottom-width: 22px;
    }
}
.slick-slider .slick-dots {
    display: flex;
    gap: 10px 20px;
    flex-wrap: wrap;
}

.slick-slider .slick-dots li {
    width: auto;
    height: auto;
    background: none;
    margin: 0;
}

.slick-slider .slick-dots li button {
    width: 13px;
    height: 13px;
    border-radius: 100%;
    background: var(--gray);
    border: 0;
    display: block;
}

.slick-slider .slick-dots li.slick-active button {
    background: var(--primary);
}

hr {
    border: 0;
    border-bottom: 1px solid var(--gray);
    width: calc(100% - 40px);
    max-width: 1200px;
    margin: 0 auto;
}

.table-responsive {
    width: 100%;
    font-family: "Montserrat", sans-serif;
}

@media only screen and (max-width: 767px) {
    .table-responsive tr {
        display: flex;
        flex-direction: column;
    }
}
.table-responsive tr td,
.table-responsive tr th {
    font-weight: 500;
    text-align: center;
    background: #F2F0EE;
    padding: 14px 10px;
    line-height: 1.4;
    font-size: 16px;
}

@media only screen and (min-width: 768px) {
    .table-responsive tr td,
    .table-responsive tr th {
        font-size: 18px;
        padding: 18px 20px;
    }
}
@media only screen and (min-width: 1200px) {
    .table-responsive tr td,
    .table-responsive tr th {
        font-size: 22px;
        padding: 20px;
    }
}
.table-responsive tr th {
    background: #707070;
    color: var(--white);
}

@media only screen and (min-width: 768px) {
    .table-responsive tr th + th {
        border-left: 1px solid #fff;
    }
}
.table-responsive tr td {
    position: relative;
}

@media only screen and (min-width: 768px) {
    .table-responsive tr td + td {
        border-left: 1px solid #707070;
    }
}
@media only screen and (max-width: 767px) {
    .table-responsive tr td + td {
        border-top: 1px solid #707070;
    }

    .table-responsive tr td + td::before {
        border-top: 1px solid var(--white);
    }
}
.site-header {
    position: sticky;
    top: 0;
    left: 0;
    z-index: 999;
    transition: all 0.3s;
    background: var(--white);
    font-family: "Montserrat", sans-serif;
}

.site-header .container {
    max-width: 1340px;
    padding-inline: 20px;
}

.site-header__inner {
    display: flex;
    justify-content: space-between;
    gap: 30px;
    padding: 10px 0;
    min-height: 80px;
    align-items: center;
}

@media only screen and (min-width: 992px) {
    .site-header__inner {
        min-height: 100px;
    }
}
@media only screen and (min-width: 992px) {
    .site-header__logo {
        width: 25%;
    }
}
@media only screen and (min-width: 1200px) {
    .site-header__logo {
        width: 30%;
    }
}
.site-header__logo picture {
    display: block;
}

.site-header__logo img {
    max-height: 44px;
}

@media only screen and (min-width: 992px) {
    .site-header__logo img {
        max-height: 52px;
    }
}
.site-header__nav {
    display: flex;
    align-items: center;
}

.site-header__nav .option-wrap {
    font-size: 13px;
    font-weight: 600;
    display: none;
}

@media only screen and (min-width: 992px) {
    .site-header__nav .option-wrap {
        display: block;
    }
}
.site-header__nav > ul {
    gap: 10px 20px;
    border-left: 1px solid var(--gray);
    padding-inline: 20px;
    margin-left: 20px;
    font-size: 14px;
    font-weight: 600;
    display: none;
}

@media only screen and (min-width: 992px) {
    .site-header__nav > ul {
        display: flex;
    }
}
@media only screen and (min-width: 1200px) {
    .site-header__nav > ul {
        padding-inline: 30px;
        margin-left: 30px;
        gap: 10px 25px;
    }
}
.site-header__nav > ul span {
    font-weight: 500;
}

.site-header__nav > ul li a {
    display: inline-flex;
    gap: 8px;
    color: var(--text-body);
}

.site-header__nav > ul li a:hover {
    color: var(--primary);
}

.site-header__nav .open-time {
    flex-direction: column;
    font-size: 14px;
    font-weight: 600;
    gap: 2px;
    line-height: 1.28;
    border-left: 1px solid var(--gray);
    padding-inline: 20px 30px;
    display: none;
}

@media only screen and (min-width: 992px) {
    .site-header__nav .open-time {
        display: flex;
    }
}
@media only screen and (min-width: 1200px) {
    .site-header__nav .open-time {
        padding-inline: 30px 40px;
    }
}
.site-header__nav .open-time span {
    font-size: 12px;
    font-weight: 500;
}

.site-header.header-sticky {
    /*box-shadow: 0 2px 5px 0 #f3f3f3;*/
}

.dropdown-menu {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 998;
    background: var(--white);
    padding-block: 110px 200px;
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s;
}

@media only screen and (min-width: 992px) {
    .dropdown-menu {
        padding-block: 180px 50px;
    }
}
.dropdown-menu__inner {
    max-width: 1260px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: 1fr;
    gap: 35px 30px;
    max-height: 100%;
    overflow-y: auto;
    padding-inline: 30px;
}

@media only screen and (min-width: 768px) {
    .dropdown-menu__inner {
        grid-template-columns: repeat(2, 1fr);
    }
}
@media only screen and (min-width: 992px) {
    .dropdown-menu__inner {
        grid-template-columns: repeat(4, 1fr);
    }
}
.dropdown-menu__col h3 {
    line-height: 1.2;
    font-weight: 600;
    color: var(--primary);
    margin: 0 0 16px;
    font-size: 22px;
    font-family: "Montserrat", sans-serif;
}

@media only screen and (min-width: 1200px) {
    .dropdown-menu__col h3 {
        font-size: 24px;
        margin: 0 0 20px;
    }
}
.dropdown-menu__col ul {
    font-size: 14px;
    line-height: 2;
    font-weight: 500;
}

.dropdown-menu__col ul li + li {
    margin-top: 10px;
}

.dropdown-menu__col ul li ul li {
    margin: 0;
}

.dropdown-menu__col ul li a {
    display: inline-flex;
    gap: 10px 20px;
    color: var(--text-body);
}

.dropdown-menu__col ul li a:hover {
    color: var(--primary);
}
/* 
.dropdown-menu__col ul li a::after {
    content: "";
    width: 12px;
    height: 12px;
    background: url("../images/global/link-icon.svg") no-repeat 50% 50%/100%;
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s;
    position: relative;
    top: 6px;
}

.dropdown-menu__col ul li a:hover::after {
    opacity: 1;
    visibility: visible;
} */

.dropdown-menu__col ul li.show-icon > a::after {
    content: "";
    width: 12px;
    height: 12px;
    background: url("../images/global/link-icon.svg") no-repeat 50% 50%/100%;
    opacity: 1;
    visibility: visible;
    position: relative;
    top: 6px;
}

.dropdown-menu__col ul + h3 {
    margin-top: 30px;
}

@media only screen and (min-width: 1200px) {
    .dropdown-menu__col ul + h3 {
        margin-top: 50px;
    }
}
.dropdown-menu__fixed {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: 1;
    background: #4C4C4C;
    color: var(--white);
    padding: 25px 30px 30px;
    font-size: 14px;
    font-weight: 600;
    display: flex;
    flex-direction: column;
    gap: 15px;
    font-family: "Montserrat", sans-serif;
}

@media only screen and (min-width: 992px) {
    .dropdown-menu__fixed {
        display: none;
    }
}
.dropdown-menu__fixed a {
    color: var(--white);
}

.dropdown-menu__fixed h3 {
    font-size: 14px;
    font-weight: 600;
    margin: 0;
    display: flex;
    flex-direction: column;
    gap: 3px;
}

.dropdown-menu__fixed h3 span {
    font-size: 12px;
    font-weight: 500;
}

.dropdown-menu__fixed--contact {
    display: flex;
    gap: 10px 25px;
}

.dropdown-menu__fixed--contact a {
    display: inline-flex;
    gap: 8px;
}

.dropdown-menu__fixed--contact a span {
    font-weight: 500;
}

.dropdown-menu__fixed--language {
    display: flex;
    flex-wrap: wrap;
    gap: 10px 15px;
    font-size: 12px;
    font-weight: 500;
}

.dropdown-menu__fixed--language li.active a {
    color: #A0A0A0;
}

body.show-nav {
    overflow: hidden;
}

body.show-nav .site-header {
    box-shadow: none;
}

body.show-nav .dropdown-menu {
    opacity: 1;
    visibility: visible;
}

.site-footer {
    padding-bottom: 45px;
}

@media only screen and (min-width: 768px) {
    .site-footer {
        padding-bottom: 70px;
    }
}
.site-footer a {
    color: var(--text-body);
}

.site-footer a:hover {
    color: var(--primary);
}

.site-footer__top {
    padding-top: 45px;
    border-top: 1px solid var(--gray);
}

@media only screen and (min-width: 768px) {
    .site-footer__top {
        padding-top: 70px;
    }
}
@media only screen and (min-width: 992px) {
    .site-footer__top {
        display: flex;
        gap: 30px;
    }
}
.site-footer__info {
    font-size: 13px;
    font-weight: 500;
    line-height: 1.69;
}

@media only screen and (min-width: 992px) {
    .site-footer__info {
        width: 33%;
    }
}
.site-footer__info h2 {
    font-size: 20px;
    font-weight: 600;
    margin: 30px 0 0;
    color: var(--text-body);
    font-family: "Montserrat", sans-serif;
}

@media only screen and (min-width: 992px) {
    .site-footer__info h2 {
        margin: 60px 0 0;
    }
}
.site-footer__info--inner {
    display: flex;
    margin-top: 25px;
}

@media only screen and (min-width: 768px) {
    .site-footer__info--inner {
        margin-top: 30px;
    }
}
.site-footer__info--inner h3 {
    margin: 0;
    font-size: 13px;
    font-weight: 600;
    color: var(--text-body);
    min-width: 70px;
    padding-right: 10px;
    font-family: "Montserrat", sans-serif;
    padding-top: 4px;
}

.site-footer__info--inner div {
    flex-basis: 0;
    flex-grow: 1;
}

.site-footer__info--inner p {
    margin: 0 0 21px;
}

.site-footer__info--inner p:last-of-type {
    margin: 0;
}

.site-footer__logo img {
    max-width: 122px;
}

@media only screen and (min-width: 992px) {
    .site-footer__logo img {
        max-width: 180px;
    }
}
.site-footer__nav {
    display: none;
}
main .site-footer__nav {
    display: grid;
}

@media only screen and (min-width: 992px) {
    .site-footer__nav {
        flex-basis: 0;
        flex-grow: 1;
        display: grid;
        grid-template-columns: 1.2fr 1fr 1.1fr auto;
        gap: 20px 30px;
    }
}
.site-footer__nav h3 {
    font-weight: 600;
    line-height: 1.2;
    color: var(--primary);
    margin: 0 0 20px;
    font-family: "Montserrat", sans-serif;
    font-size: 18px;
}

@media only screen and (min-width: 1200px) {
    .site-footer__nav h3 {
        font-size: 20px;
        margin: 0 0 24px;
    }
}
.site-footer__nav ul {
    font-size: 13px;
    line-height: 2;
    font-weight: 500;
}

.site-footer__nav ul li a {
    display: inline-flex;
    gap: 10px;
    color: var(--text-body);
}

.site-footer__nav ul li a:hover {
    color: var(--primary);
}

.site-footer__nav ul li a::after {
    content: "";
    width: 12px;
    height: 12px;
    background: url("../images/global/link-icon.svg") no-repeat 50% 50%/100%;
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s;
    position: relative;
    top: 6px;
    display: none;
}

.site-footer__nav ul li a:hover::after {
    opacity: 1;
    visibility: visible;
}

.site-footer__nav ul li + li {
    margin-top: 10px;
}

.site-footer__nav ul li.show-icon > a::after {
    content: "";
    width: 12px;
    height: 12px;
    background: url("../images/global/link-icon.svg") no-repeat 50% 50%/100%;
    opacity: 1;
    visibility: visible;
    position: relative;
    top: 6px;
}

.site-footer__nav ul li ul li {
    margin: 0;
}

.site-footer__nav ul + h3 {
    margin-top: 30px;
}

@media only screen and (min-width: 768px) {
    .site-footer__nav ul + h3 {
        margin-top: 46px;
    }
}
.site-footer__socials {
    display: flex;
    flex-wrap: wrap;
    gap: 10px 20px;
}

.site-footer__language {
    margin-top: 25px;
}

@media only screen and (min-width: 992px) {
    .site-footer__language {
        margin-top: 30px;
    }
}
.site-footer__bottom {
    font-family: "Montserrat", sans-serif;
    font-size: 13px;
    font-weight: 500;
    margin-top: 40px;
}

@media only screen and (min-width: 768px) {
    .site-footer__bottom {
        display: flex;
        justify-content: space-between;
        align-items: flex-end;
        margin-top: 45px;
    }
}
.site-footer__bottom p {
    margin: 0;
}

@media only screen and (max-width: 767px) {
    .site-footer__bottom--right {
        margin-top: 40px;
    }
}
.btn-fixed {
    position: sticky;
    bottom: 0;
    width: 100%;
    z-index: 99;
    background: var(--primary);
    color: var(--white);
    text-align: center;
    font-size: 16px;
    font-weight: 600;
    display: flex;
    min-height: 60px;
    justify-content: center;
    align-items: center;
    padding: 5px;
}
.btn-fixed.hide{
    display: none;
}

@media only screen and (min-width: 768px) {
    .btn-fixed {
        position: fixed;
        right: 30px;
        bottom: 40px;
        width: auto;
        min-width: 196px;
        border-radius: 100px;
        min-height: 64px;
    }
}
.btn-fixed:hover {
    background: var(--white);
    color: var(--primary);
    border: 1px solid var(--primary);
}

/** pages */
.banner-section {
    position: relative;
}

.banner-section picture img {
    width: 100%;
}

.banner-section__inner {
    font-weight: 500;
    letter-spacing: 0.5px;
    padding-top: 40px;
}

@media only screen and (min-width: 768px) {
    .banner-section__inner {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        padding-top: 0;
        color: var(--white);
    }
}
@media only screen and (min-width: 768px) {
    .banner-section .container {
        display: flex;
        flex-direction: column;
        justify-content: center;
        height: 100%;
    }
}
.banner-section h1 {
    font-size: 21px;
    font-weight: 600;
    line-height: 1.75;
    margin: 0 0 26px;
    letter-spacing: 2px;
}

@media only screen and (min-width: 768px) {
    .banner-section h1 {
        color: var(--white);
    }
}
@media only screen and (min-width: 992px) {
    .banner-section h1 {
        font-size: 32px;
        margin: 0 0 30px;
    }
}
@media only screen and (min-width: 1200px) {
    .banner-section h1 {
        font-size: 40px;
        margin: 0 0 44px;
    }
}
.banner-section__scroll {
    writing-mode: vertical-rl;
    text-orientation: mixed;
    font-size: 12px;
    font-weight: 600;
    color: var(--white);
    position: absolute;
    z-index: 1;
    bottom: 0;
    left: 35px;
    padding-bottom: 65px;
    display: none;
}

@media only screen and (min-width: 768px) {
    .banner-section__scroll {
        display: block;
    }
}
.banner-section__scroll::before {
    content: "";
    height: 50px;
    position: absolute;
    right: 50%;
    border-right: 1px solid var(--white);
    bottom: 0;
    animation: shrinkHeight 2s infinite ease-in-out;
}

@keyframes shrinkHeight {
    0% {
        height: 0;
        bottom: 50px;
    }
    40% {
        height: 50px;
        bottom: 0;
    }
    100% {
        height: 0;
        bottom: 0;
    }
}
.images-grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 20px;
}

@media only screen and (min-width: 768px) {
    .images-grid {
        grid-template-columns: 1fr 1fr;
        gap: 30px;
    }
}
@media only screen and (min-width: 992px) {
    .images-grid {
        gap: 60px;
    }
}
.images-grid picture img {
    width: 100%;
}

@media only screen and (min-width: 992px) {
    .news-section {
        display: flex;
    }
}
.news-section .section-heading {
    margin-bottom: 30px;
}

@media only screen and (min-width: 992px) {
    .news-section .section-heading {
        margin: 0;
        width: 230px;
        padding-right: 30px;
    }
}
.news-section__list {
    display: flex;
    flex-direction: column;
}

@media only screen and (min-width: 992px) {
    .news-section__list {
        width: calc(100% - 230px);
    }
}
.news-section__item {
    font-size: 14px;
    font-weight: 500;
    line-height: 1.33;
}

@media only screen and (min-width: 768px) {
    .news-section__item {
        font-size: 15px;
    }
}
.news-section__item + .news-section__item {
    margin-top: 20px;
}

@media only screen and (min-width: 992px) {
    .news-section__item + .news-section__item {
        margin-top: 25px;
    }
}
.news-section__item a {
    display: flex;
    flex-direction: column;
    color: var(--text-body);
    gap: 8px;
}

@media only screen and (min-width: 768px) {
    .news-section__item a {
        flex-direction: row;
        gap: 0;
    }
}
.news-section__item a time {
    min-width: 100px;
    padding-right: 10px;
    font-size: 12px;
    font-weight: 600;
    color: #A0A0A0;
    font-family: "Montserrat", sans-serif;
    line-height: 1.538;
}

@media only screen and (min-width: 768px) {
    .news-section__item a time {
        font-size: 13px;
    }
}
.news-section__item a:hover {
    color: var(--primary);
}

@media only screen and (min-width: 768px) {
    .point-section .section-heading {
        margin-bottom: 50px;
    }
}
.items-grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 42px;
}

@media only screen and (min-width: 768px) {
    .items-grid {
        grid-template-columns: repeat(3, 1fr);
        gap: 30px;
    }

    .items-grid-2 {
        grid-template-columns: repeat(2, 1fr);
        gap: 30px;
    }

    .items-grid--4 {
        grid-template-columns: repeat(4, 1fr);
        gap: 25px;
    }
}
@media only screen and (min-width: 992px) {
    .items-grid {
        gap: 46px;
    }

    .items-grid--4 {
        gap: 25px;
    }
}
.items-grid__item {
    font-size: 14px;
    line-height: 1.857;
}

@media only screen and (min-width: 992px) {
    .items-grid__item {
        line-height: 2;
        font-size: 15px;
    }
}
.items-grid__item figure {
    margin: 0 0 22px;
}

@media only screen and (min-width: 992px) {
    .items-grid__item figure {
        margin: 0 0 32px;
    }
}
.items-grid__item figure img {
    width: 100%;
    aspect-ratio: 4/3;
    object-fit: cover;
}

.items-grid__item h3 {
    font-size: 18px;
    font-weight: 600;
    line-height: 1.66;
    margin: 0 0 15px;
}

@media only screen and (min-width: 992px) {
    .items-grid__item h3 {
        margin: 0 0 26px;
        font-size: 24px;
    }
}
.items-grid__item p {
    margin: 0;
}

@media only screen and (min-width: 768px) {
    .items-grid--2 {
        grid-template-columns: repeat(2, 1fr);
        gap: 50px;
    }
}
@media only screen and (min-width: 992px) {
    .items-grid--2 {
        gap: 100px;
    }
}
.items-grid--min {
    max-width: 830px;
    margin-inline: auto;
}

.overlay-content {
    position: relative;
    text-align: center;
    color: var(--white);
    z-index: 1;
    background: var(--gray);
    font-size: 14px;
    line-height: 1.857;
}

.overlay-content + .overlay-content {
    margin-top: 5px;
}

@media only screen and (min-width: 768px) {
    .overlay-content + .overlay-content {
        margin-top: 30px;
        font-size: 16px;
        line-height: 1.875;
    }
}
@media only screen and (min-width: 992px) {
    .overlay-content + .overlay-content {
        margin-top: 50px;
    }
}
.overlay-content picture {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
}

.overlay-content picture img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.overlay-content__inner {
    padding: 60px 20px;
}

@media only screen and (min-width: 768px) {
    .overlay-content__inner {
        padding: 100px 40px;
    }
}
.overlay-content__inner h3 {
    color: var(--white);
    font-weight: 600;
    font-family: "Montserrat", sans-serif;
    margin: 0 0 7px;
    font-size: 30px;
    line-height: 1.15625;
    text-shadow: 0 0 20px rgba(0, 0, 0, 0.5);
}

@media only screen and (min-width: 768px) {
    .overlay-content__inner h3 {
        font-size: 36px;
    }
}
@media only screen and (min-width: 992px) {
    .overlay-content__inner h3 {
        font-size: 45px;
        line-height: 1.22;
        margin: 0 0 12px;
    }
}
.overlay-content__inner h4 {
    margin: 0 0 20px;
    padding-bottom: 20px;
    position: relative;
    font-size: 16px;
    line-height: 1.368;
    font-weight: 600;
    color: var(--white);
}

@media only screen and (min-width: 768px) {
    .overlay-content__inner h4 {
        font-size: 19px;
        margin: 0 0 30px;
        padding-bottom: 30px;
    }
}
.overlay-content__inner h4::after {
    content: "";
    left: 50%;
    bottom: 0;
    transform: translateX(-50%);
    border-bottom: 1px solid var(--white);
    width: 50px;
    position: absolute;
}

.overlay-content__inner .btn-arrow-white {
    margin-top: 30px;
}

@media only screen and (min-width: 768px) {
    .overlay-content__inner .btn-arrow-white {
        margin-top: 40px;
    }
}
@media only screen and (min-width: 768px) {
    .overlay-content--spacing .overlay-content__inner {
        padding: 60px 50px;
    }
}
.overlay-content--spacing .overlay-content__inner h3 {
    margin-bottom: 30px;
}

@media only screen and (min-width: 768px) {
    .overlay-content--spacing .overlay-content__inner h3 {
        margin-bottom: 45px;
    }
}
@media only screen and (min-width: 768px) {
    .overlay-content--spacing .overlay-content__inner .btn-arrow-white {
        margin-top: 85px;
    }
}
.content-image + .content-image {
    margin-top: 40px;
}

@media only screen and (min-width: 768px) {
    .content-image + .content-image {
        margin-top: 60px;
    }
}
.content-image{
    position: relative;
}
.content-image time{
    padding: 6px 12px;
    font-size: 12px;
    background: var(--primary);
    color: #fff;
    position: absolute;
    top: 15px;
    left: -15px;
    letter-spacing: 1px;
}
.content-image picture {
    display: block;
    margin-bottom: 20px;
}

.content-image picture img {
    width: 100%;
}

.content-image__heading {
    font-weight: 600;
    font-size: 15px;
    line-height: 1.333;
    margin-bottom: 40px;
}

@media only screen and (min-width: 768px) {
    .content-image__heading {
        margin-bottom: 0;
    }
}
@media only screen and (min-width: 992px) {
    .content-image__heading {
        font-size: 19px;
        line-height: 1.368;
    }
}
.content-image__heading h2 {
    color: var(--primary);
    margin: 0 0 5px;
    font-weight: 600;
    font-size: 40px;
    line-height: 1.225;
}
.content-image__heading h2 span{
    display: block;
    font-size: 16px;
        margin-top: 10px;
}

@media only screen and (min-width: 992px) {
    .content-image__heading h2 {
        font-size: 52px;
        line-height: 1.2;
        margin: 0 0 12px;
    }
    .content-image__heading h2 span{
        font-size: 20px;
        line-height: 120%;
    }
}
.content-image__heading p {
    margin: 0;
}

.content-image__body h3 {
    font-size: 22px;
    font-weight: 600;
    margin: 0 0 14px;
    line-height: 1.5;
}

@media only screen and (min-width: 992px) {
    .content-image__body h3 {
        margin: 0 0 26px;
        font-size: 28px;
    }
}
.content-image__body h4 {
    font-size: 18px;
    font-weight: 600;
    line-height: 1.66;
    margin: 0 0 15px;
}

@media only screen and (min-width: 768px) {
    .content-image__body h4 {
        font-size: 24px;
        margin: 0 0 25px;
    }
}
.content-image__body h5 {
    color: var(--primary);
    font-size: 15px;
    font-weight: 600;
    margin: 0 0 17px;
    font-family: "Montserrat", sans-serif;
}

@media only screen and (min-width: 992px) {
    .content-image__body h5 {
        font-size: 17px;
        margin: 0 0 25px;
    }
}
.content-image__body .btn-arrow-gray,
.content-image__body .btn-arrow-white {
    margin-top: 70px;
}

.content-image__button {
    margin-top: 55px;
    display: flex;
    flex-direction: column;
    gap: 15px;
    max-width: 325px;
}

@media only screen and (min-width: 768px) {
    .content-image__button {
        max-width: 365px;
    }
}
@media only screen and (min-width: 992px) {
    .content-image__button {
        margin-top: 40px;
        gap: 20px;
    }
}
.content-image__button h6 {
    text-align: center;
    margin: 0;
    font-size: 15px;
    font-weight: 600;
    color: var(--primary);
}

@media only screen and (min-width: 768px) {
    .content-image__button h6 {
        font-size: 16px;
    }
}
.content-image__button .btn-arrow-gray,
.content-image__button .btn-arrow-white {
    margin-top: 0;
}

@media only screen and (min-width: 768px) {
    .content-image:not(.content-image--grid) {
        display: flex;
        gap: 10px 30px;
        align-items: center;
    }
}
@media only screen and (min-width: 992px) {
    .content-image:not(.content-image--grid) {
        gap: 20px 50px;
    }
}
@media only screen and (min-width: 1200px) {
    .content-image:not(.content-image--grid) {
        gap: 45px 60px;
    }
}
@media only screen and (min-width: 768px) {
    .content-image:not(.content-image--grid) picture {
        width: calc(50% - 15px);
        align-self: flex-start;
    }
}
@media only screen and (min-width: 992px) {
    .content-image:not(.content-image--grid) picture {
        width: calc(50% - 25px);
    }
}
@media only screen and (min-width: 1200px) {
    .content-image:not(.content-image--grid) picture {
        width: calc(50% - 30px);
    }
}
@media only screen and (min-width: 768px) and (min-width: 768px) {
    .content-image:not(.content-image--grid) .content-image__body {
        width: calc(50% - 15px);
    }
}
@media only screen and (min-width: 768px) and (min-width: 992px) {
    .content-image:not(.content-image--grid) .content-image__body {
        width: calc(50% - 25px);
    }
}
@media only screen and (min-width: 768px) and (min-width: 1200px) {
    .content-image:not(.content-image--grid) .content-image__body {
        width: calc(50% - 30px);
    }
}
.content-image--reverse {
    display: flex;
    flex-direction: column;
}

@media only screen and (min-width: 768px) {
    .content-image--reverse {
        flex-direction: row;
    }
}
.content-image--reverse picture {
    margin: 20px 0 0;
    order: 2;
}

@media only screen and (min-width: 768px) {
    .content-image--reverse picture {
        margin: 0;
    }
}
@media only screen and (min-width: 768px) {
    .content-image--reverse-pc picture {
        order: 2;
    }
}
.content-image--grid {
    display: grid;
    grid-template-columns: 1fr;
}

@media only screen and (min-width: 768px) {
    .content-image--grid {
        grid-template-columns: 1fr 1fr;
        gap: 10px 30px;
    }
}
@media only screen and (min-width: 992px) {
    .content-image--grid {
        gap: 20px 60px;
    }
}
@media only screen and (min-width: 1200px) {
    .content-image--grid {
        gap: 45px 80px;
    }
}
@media only screen and (min-width: 768px) {
    .content-image--grid picture {
        grid-column: 1/2;
        grid-row: 1/5;
        margin-bottom: 0;
    }
}
@media only screen and (min-width: 768px) {
    .content-image--grid .content-image__heading {
        grid-column: 2/3;
        grid-row: 2/3;
    }
}
@media only screen and (min-width: 768px) {
    .content-image--grid .content-image__body {
        grid-column: 2/3;
        grid-row: 3/4;
    }
}
.quick-links {
    display: grid;
    gap: 40px;
    grid-template-columns: 1fr;
    text-align: center;
}

@media only screen and (min-width: 768px) {
    .quick-links {
        grid-template-columns: repeat(3, 1fr);
        gap: 30px;
    }
}
@media only screen and (min-width: 992px) {
    .quick-links {
        gap: 40px 70px;
    }
}
.quick-links__item h3 {
    margin: 0 0 5px;
}

@media only screen and (min-width: 992px) {
    .quick-links__item h3 {
        margin: 0 0 12px;
    }
}
.quick-links__item p {
    margin: 0;
    min-height: 64px;
}

.quick-links__item .btn-arrow-gray {
    margin-top: 30px;
}

@media only screen and (min-width: 992px) {
    .quick-links__item .btn-arrow-gray {
        margin-top: 40px;
    }
}
.section-bg {
    padding-block: 80px;
    position: relative;
    z-index: 1;
}

.section-bg picture {
    position: absolute;
    z-index: -1;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
}

.section-bg picture img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}


.slider-box {
    background: rgba(255, 255, 255, 0.9);
    padding: 30px 20px 120px;
}

@media only screen and (min-width: 768px) {
    .slider-box {
        padding: 50px 80px 80px;
    }
}
@media only screen and (min-width: 1200px) {
    .slider-box {
        padding: 55px 130px 100px;
    }
}
.testimonials {
    background: rgba(255, 255, 255, 0.9);
    padding: 30px 0px 20px;
}
@media only screen and (min-width: 768px) {
    .testimonials {
        padding: 50px 0px 20px;
    }
}
@media only screen and (min-width: 1200px) {
    .testimonials {
        padding: 55px 0px 20px;
    }
}
.testimonials .slider-box {
    background: none;
    padding: 0 20px 120px;
}
@media only screen and (min-width: 768px) {
    .testimonials .slider-box {
        padding: 0 80px 80px;
    }
}
@media only screen and (min-width: 1200px) {
    .testimonials .slider-box {
        padding: 0 130px 100px;
    }
}
.testimonials .slider-box__item h2{display:none;}
.testimonials .section-heading{margin:0 0 15px;}

.testimonials .section-heading h2 {
    font-size: 32px;
    line-height: 1.15625;
    color: var(--primary);
    font-weight: 600;
    font-family: "Montserrat", sans-serif;
    margin:0 0 0;
}
.testimonials .section-heading h4{
    font-size: 18px;
    line-height: 1.15625;
}
@media only screen and (min-width: 768px) {
    .testimonials .section-heading{margin:0 0 30px;}
    .testimonials .section-heading h2 {
        font-size: 45px;
        line-height: 1.22;
    }
    .testimonials .section-heading h4{
        font-size: 24px;
    }
}
@media only screen and (max-width: 767px) {
    .slider-box .slick-arrow {
        bottom: 30px;
        transform: none;
        top: auto;
    }
}
.slider-box .slick-arrow.slick-prev {
    left: 20px;
}

@media only screen and (min-width: 768px) {
    .slider-box .slick-arrow.slick-prev {
        left: 30px;
    }
}
.slider-box .slick-arrow.slick-next {
    right: 20px;
}

@media only screen and (min-width: 768px) {
    .slider-box .slick-arrow.slick-next {
        right: 30px;
    }
}
.slider-box .slick-dots {
    bottom: 40px;
    max-width: calc(100% - 120px);
}

.slider-box__item h2 {
    text-align: center;
    margin: 0 0 7px;
}

@media only screen and (min-width: 768px) {
    .slider-box__item h2 {
        margin: 0 0 12px;
    }
}
.slider-box__item h4 {
    text-align: center;
    margin: 0 0 30px;
}

@media only screen and (min-width: 768px) {
    .slider-box__item h4 {
        margin: 0 0 50px;
    }
}
.slider-box__item h3 {
    font-size: 16px;
    margin: 0 0 18px;
    font-weight: 600;
    line-height: 1.8125;
}

@media only screen and (min-width: 768px) {
    .slider-box__item h3 {
        font-size: 22px;
        margin: 0 0 25px;
        line-height: 1.45;
    }
}
.slider-box--min .slider-box__item--inner {
    max-width: 530px;
    margin-inline: auto;
}

.overlay-section {
    position: relative;
    z-index: 1;
}

.overlay-section picture {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
}

.overlay-section picture img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.overlay-section__inner {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 50px 20px;
    min-height: 264px;
}

@media only screen and (min-width: 768px) {
    .overlay-section__inner {
        min-height: 320px;
        padding: 100px 20px;
    }
}
@media only screen and (min-width: 992px) {
    .overlay-section__inner {
        min-height: 520px;
    }
}
.overlay-section__inner h2 {
    margin: 0 0 25px;
    font-size: 20px;
    font-weight: 600;
    color: var(--white);
    line-height: 1.34;
    letter-spacing: 1px;
}

@media only screen and (min-width: 768px) {
    .overlay-section__inner h2 {
        margin: 0 0 35px;
        font-size: 35px;
    }
}
.overlay-section__inner p {
    margin: 0 0 25px;
    font-size: 16px;
    font-weight: 600;
    color: var(--white);
    line-height: 1.7;
    letter-spacing: 1px;
}

@media only screen and (min-width: 768px) {
    .overlay-section__inner p {
        margin: 0 0 35px;
        font-size: 18px;
    }
}
.section-waves {
    padding-block: 70px;
    background: url("../images/global/wave-top-sp-2.png") no-repeat 0 0/100%, url("../images/global/wave-middle-sp-2.png") no-repeat 0 7%/100%, url("../images/global/wave-middle-sp-2.png") no-repeat 0 23%/100%, url("../images/global/wave-middle-sp-2.png") no-repeat 0 41%/100%, url("../images/global/wave-middle-sp-2.png") no-repeat 0 61%/100%, url("../images/global/wave-middle-sp-2.png") no-repeat 0 78%/100%, url("../images/global/wave-bottom-sp-2.png") no-repeat 0 100%/100% #F8F6F4;
}

@media only screen and (min-width: 500px) {
    .section-waves {
        background: url("../images/global/wave-top-sp-2.png") no-repeat 0 0/100%, url("../images/global/wave-middle-sp-2.png") no-repeat 0 20%/100%, url("../images/global/wave-bottom-sp-2.png") no-repeat 0 100%/100% #F8F6F4;
    }
}
@media only screen and (min-width: 768px) {
    .section-waves {
        background: url("../images/global/wave-top-2.png") no-repeat 0 0/100%, url("../images/global/wave-middle-2.png") no-repeat 0 13%/100%, url("../images/global/wave-middle-2.png") no-repeat 0 68%/100%, url("../images/global/wave-bottom-2.png") no-repeat 0 100%/100% #F8F6F4;
    }
}
@media only screen and (min-width: 1500px) {
    .section-waves {
        background: url("../images/global/wave-top-2.png") no-repeat 0 0/100%, url("../images/global/wave-middle-2.png") no-repeat 0 30%/100%, url("../images/global/wave-bottom-2.png") no-repeat 0 100%/100% #F8F6F4;
    }
}
.image-content-box {
    padding: 20px;
    background: var(--white);
}

@media only screen and (min-width: 992px) {
    .image-content-box {
        padding: 60px;
    }
}
.image-content-box + .image-content-box {
    margin-top: 20px;
}

.image-content-box__heading {
    font-size: 16px;
    line-height: 1.3125;
    font-weight: 600;
    border-bottom: 1px solid var(--gray);
    margin-bottom: 30px;
    padding-bottom: 30px;
}

@media only screen and (min-width: 1200px) {
    .image-content-box__heading {
        font-size: 19px;
        margin-bottom: 40px;
        padding-bottom: 40px;
    }
}
.image-content-box__heading h5 {
    font-size: 14px;
    font-weight: 600;
    line-height: 1.857;
    padding-left: 26px;
    position: relative;
    margin: 0 0 16px;
}

@media only screen and (min-width: 1200px) {
    .image-content-box__heading h5 {
        font-size: 16px;
        padding-left: 28px;
        margin: 0 0 28px;
    }
}
.image-content-box__heading h5::before {
    content: "";
    width: 16px;
    height: 16px;
    position: absolute;
    top: 5px;
    left: 0;
    background: var(--primary);
}

@media only screen and (min-width: 1200px) {
    .image-content-box__heading h5::before {
        width: 18px;
        height: 18px;
        top: 6px;
    }
}
.image-content-box__heading h2 {
    font-size: 32px;
    font-weight: 600;
    font-family: "Montserrat", sans-serif;
    margin: 0 0 7px;
    line-height: 1.2;
}

@media only screen and (min-width: 1200px) {
    .image-content-box__heading h2 {
        font-size: 38px;
        margin: 0 0 10px;
    }
}
.image-content-box__heading p {
    margin: 0;
}

.image-content-box__body {
    margin-bottom: 45px;
}

@media only screen and (min-width: 768px) {
    .image-content-box__body {
        grid-column: 1/2;
        margin-bottom: 40px;
    }
}
.image-content-box__body h3 {
    margin: 0 0 17px;
    font-size: 20px;
    font-weight: 600;
    line-height: 1.35;
}

@media only screen and (min-width: 1200px) {
    .image-content-box__body h3 {
        margin: 0 0 26px;
        font-size: 24px;
    }
}
.image-content-box__body p {
    margin: 0;
}

.image-content-box__body img {
    margin-top: 45px;
}

@media only screen and (min-width: 768px) {
    .image-content-box__body img {
        margin-top: 40px;
    }
}
.image-content-box figure {
    margin: 0 0 30px;
}

@media only screen and (min-width: 768px) {
    .image-content-box figure {
        margin: 0;
        grid-column: 2/3;
        grid-row: 1/3;
    }
}
.image-content-box figure img {
    width: 100%;
}

.image-content-box__button {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 15px;
}

@media only screen and (min-width: 768px) {
    .image-content-box__button {
        grid-column: 1/2;
    }
}
.image-content-box__inner {
    display: grid;
    grid-template-columns: 1fr;
}

@media only screen and (min-width: 768px) {
    .image-content-box__inner {
        grid-template-columns: 1fr 1fr;
        gap: 0 30px;
    }
}
@media only screen and (min-width: 992px) {
    .image-content-box__inner {
        gap: 0 60px;
    }
}
.image-content-box__inner + .image-content-box__inner {
    margin-top: 30px;
}

@media only screen and (min-width: 768px) {
    .image-content-box__inner + .image-content-box__inner {
        margin-top: 40px;
    }
}
@media only screen and (min-width: 768px) {
    .image-content-bg {
        display: grid;
        grid-template-columns: 1fr 1fr;
    }
}
.image-content-bg figure img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.image-content-bg__body {
    padding: 25px 0 0;
}

@media only screen and (min-width: 768px) {
    .image-content-bg__body {
        padding: 30px;
        background: #F8F6F4;
    }
}
@media only screen and (min-width: 992px) {
    .image-content-bg__body {
        padding: 50px 60px 60px;
    }
}
.image-content-bg__body h5 {
    font-size: 13px;
    font-weight: 600;
    margin: 0 0 17px;
    display: inline-flex;
    color: var(--white);
    border-radius: 100px;
    background: var(--primary);
    min-width: 84px;
    min-height: 32px;
    align-items: center;
    justify-content: center;
    padding: 3px 10px;
}

@media only screen and (min-width: 1200px) {
    .image-content-bg__body h5 {
        font-size: 15px;
        min-width: 92px;
        min-height: 34px;
        margin: 0 0 27px;
    }
}
.image-content-bg__body h3 {
    font-size: 18px;
    font-weight: 600;
    line-height: 1.666;
    margin: 0 0 15px;
    letter-spacing: 1px;
}

@media only screen and (min-width: 1200px) {
    .image-content-bg__body h3 {
        font-size: 24px;
        line-height: 1.75;
        margin: 0 0 26px;
    }
}
.image-content-bg__body p {
    margin: 0;
}

.banner-page {
    position: relative;
    z-index: 1;
    margin-bottom: 60px;
}

.banner-page picture {
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    width: 100%;
    height: 100%;
}

.banner-page picture img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.banner-page__inner {
    min-height: 340px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    color: var(--white);
}

@media only screen and (min-width: 768px) {
    .banner-page__inner {
        min-height: 400px;
    }
}
@media only screen and (min-width: 992px) {
    .banner-page__inner {
        min-height: 460px;
    }
}
.banner-page__inner h1 {
    font-size: 32px;
    font-family: "Montserrat", sans-serif;
    font-weight: 600;
    line-height: 1.156;
    margin: 0 0 7px;
    color: var(--white);
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.4);
}

@media only screen and (min-width: 768px) {
    .banner-page__inner h1 {
        font-size: 40px;
        margin: 0 0 11px;
    }
}
@media only screen and (min-width: 992px) {
    .banner-page__inner h1 {
        font-size: 52px;
        line-height: 1.2;
    }
}
.banner-page__inner h1 small {
    font-size: 24px;
}

@media only screen and (min-width: 768px) {
    .banner-page__inner h1 small {
        font-size: 28px;
    }
}
@media only screen and (min-width: 992px) {
    .banner-page__inner h1 small {
        font-size: 33px;
    }
}
.banner-page__inner h3 {
    font-size: 16px;
    color: var(--white);
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.4);
}

@media only screen and (min-width: 992px) {
    .banner-page__inner h3 {
        font-size: 19px;
    }
}
.banner-page__inner p {
    margin: 0;
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.4);
}

.map-section {
    gap: 20px;
    font-size: 13px;
    font-weight: 500;
    line-height: 1.69;
    font-family: "Montserrat", sans-serif;
    display: flex;
    flex-direction: column;
}

@media only screen and (min-width: 768px) {
    .map-section {
        gap: 10px 30px;
        align-items: center;
        flex-direction: row;
    }
}
@media only screen and (min-width: 992px) {
    .map-section {
        gap: 20px 60px;
    }
}
@media only screen and (min-width: 1200px) {
    .map-section {
        gap: 45px 80px;
    }
}
@media only screen and (min-width: 768px) {
    .map-section__map {
        width: calc(50% - 15px);
        align-self: flex-start;
    }
}
@media only screen and (min-width: 992px) {
    .map-section__map {
        width: calc(50% - 30px);
    }
}
@media only screen and (min-width: 1200px) {
    .map-section__map {
        width: calc(50% - 40px);
    }
}
.map-section iframe {
    width: 100%;
    height: 213px;
}

@media only screen and (min-width: 992px) {
    .map-section iframe {
        height: 360px;
    }
}
@media only screen and (min-width: 768px) {
    .map-section__info {
        width: calc(50% - 15px);
    }
}
@media only screen and (min-width: 992px) {
    .map-section__info {
        width: calc(50% - 30px);
    }
}
@media only screen and (min-width: 1200px) {
    .map-section__info {
        width: calc(50% - 40px);
    }
}
.map-section__info h3 {
    font-size: 18px;
    font-weight: 600;
    font-family: "Montserrat", sans-serif;
    margin: 0 0 20px;
}

@media only screen and (min-width: 992px) {
    .map-section__info h3 {
        font-size: 20px;
        margin: 0 0 25px;
    }
}
.map-section__info p {
    margin: 0 0 18px;
}

@media only screen and (min-width: 992px) {
    .map-section__info p {
        margin: 0 0 25px;
    }
}
.map-section__info p:last-of-type {
    margin: 0;
}

.map-section__info figure {
    margin: 20px 0 0;
}

@media only screen and (min-width: 992px) {
    .map-section__info figure {
        margin: 30px 0 0;
    }
}
.faq__item {
    max-width: 840px;
    margin-inline: auto;
}

.faq__item + .faq__item {
    margin-top: 30px;
    border-top: 1px solid var(--gray);
    padding-top: 30px;
}

@media only screen and (min-width: 768px) {
    .faq__item + .faq__item {
        margin-top: 50px;
        padding-top: 50px;
    }
}
.faq__item h3 {
    font-size: 15px;
    line-height: 1.8;
    font-weight: 600;
    letter-spacing: 1px;
    padding-left: 30px;
    position: relative;
    margin: 0 0 16px;
}

@media only screen and (min-width: 768px) {
    .faq__item h3 {
        padding-left: 40px;
        font-size: 17px;
    }
}
.faq__item h3::before {
    content: "Q.";
    font-weight: 600;
    font-size: 18px;
    font-family: "Montserrat", sans-serif;
    position: absolute;
    left: 0;
    top: 0;
    line-height: 1.6;
}

@media only screen and (min-width: 768px) {
    .faq__item h3::before {
        font-size: 22px;
        line-height: 1.4;
    }
}
.faq__item--body {
    font-size: 14px;
    line-height: 1.857;
    padding-left: 30px;
    position: relative;
}

@media only screen and (min-width: 768px) {
    .faq__item--body {
        padding-left: 40px;
        font-size: 15px;
        line-height: 2;
    }
}
.faq__item--body::before {
    content: "A.";
    font-weight: 600;
    font-size: 18px;
    font-family: "Montserrat", sans-serif;
    position: absolute;
    left: 0;
    top: 0;
    line-height: 1.6;
}

@media only screen and (min-width: 768px) {
    .faq__item--body::before {
        font-size: 22px;
        line-height: 1.4;
    }
}
main.grey {
    background: #eee;
}

.container.small {
    max-width: 830px;
}

.bg_white {
    background: #fff;
}

main.grey .more_btns {
    background: #fff;
}

.mgt10 {
    margin-top: 10px !important;
}

.mgt20 {
    margin-top: 20px !important;
}
.mgt30 {
    margin-top: 30px !important;
}
.mgt40 {
    margin-top: 40px !important;
}

.mgb80 {
    margin-bottom: 80px !important;
}

.mgb60 {
    margin-bottom: 60px !important;
}

.mgb40 {
    margin-bottom: 40px !important;
}

.mgb30 {
    margin-bottom: 30px !important;
}

.center {
    text-align: center;
}

.row_reverse {
    flex-direction: row-reverse;
}

.section .section-button, .section-lg .section-button {
    margin-top: 0;
}

.items-grid__item.has_btn {
    position: relative;
    padding-bottom: 90px;
}

.items-grid__item.has_btn a.btn-arrow {
    position: absolute;
    left: 50%;
    bottom: 0;
    transform: translateX(-50%);
}

.orange {
    color: var(--primary);
}

ul.faqs {
    list-style: none;
    padding: 0;
}

ul.faqs li {
    margin-bottom: 20px;
    background: #fff;
    padding: 20px;
    box-shadow: 0px 0px 25.92px 1.08px rgba(173, 173, 173, 0.1);
}

@media only screen and (min-width: 768px) {
    ul.faqs li h2.question {
        font-size: 24px;
        margin: 0 0 25px;
    }
}
ul.faqs li h2.question {
    font-size: 20px;
    font-weight: 600;
    line-height: 1.66;
    margin: 0 0 25px;
    position: relative;
    padding-left: 50px;
}

ul.faqs li h2.question:before {
    content: "Q";
    font-size: 20px;
    font-weight: 600;
    position: absolute;
    top: 0;
    left: 0;
    background: var(--primary);
    color: #fff;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 100%;
    line-height: 1;
}

ul.faqs li .anwser {
    position: relative;
    padding-left: 50px;
    min-height: 40px;
}

ul.faqs li .anwser:before {
    content: "A";
    font-size: 20px;
    font-weight: 600;
    line-height: 1.66;
    position: absolute;
    top: 0;
    left: 0;
    background: #eee;
    color: var(--text-body);
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 100%;
    line-height: 1;
}

.section-heading h2.small {
    font-size: 33px;
}

.grey {
    background: #f8f6f4;
}

.black {
    color: var(--text-body) !important;
}

.mgt80 {
    margin-top: 80px;
}

p.big {
    line-height: 1.8;
    font-size: 25px;
}

.banner-page.has_bg {
    padding: 5% 0;
}

.banner-page.has_bg .banner-page__inner {
    color: var(--text-body);
    background: rgba(255, 255, 255, 0.6);
    max-width: 1100px;
    width: 90%;
    margin: 0px auto;
    min-height: 700px;
}

.banner-page.has_bg .banner-page__inner h1 {
    font-size: 45px;
    margin: 0 0 30px;
    color: var(--primary);
}

.banner-page.has_bg .banner-page__inner h1 small {
    font-size: 45px;
}

.banner-page.has_bg .banner-page__inner h3 {
    font-size: 35px;
    color: var(--text-body);
    padding: 0;
}

.banner-page.has_bg .banner-page__inner {
    color: var(--text-body);
    font-size: 24px;
}

.banner-page .btn-arrow {
    margin-top: 80px;
}

ul.gallery {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 20px;
    padding: 0;
    margin: 80px 0;
    list-style: none;
}

ul.gallery li {
    width: calc(25% - 15px);
    position: relative;
}

ul.gallery li h4 {
    color: #fff;
    font-size: 20px;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    margin: 0;
    width: 100%;
    text-align: center;
    font-weight: 600;
}

#effects_of_lomi_lomi_massage .container {
    border-bottom: 1px solid var(--text-body);
    padding-bottom: 70px;
}

#flow_of_treatment .container {
    border-bottom: 1px solid var(--text-body);
    padding-bottom: 70px;
}

#flow_of_treatment .items-grid {
    margin: 80px 0;
}

#flow_of_treatment .items-grid__item figure {
    margin: 0 0 32px;
    position: relative;
}

#flow_of_treatment .items-grid__item figure h3 {
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    width: 100%;
    text-align: center;
    font-size: 21px;
    color: #fff;
    margin: 0;
    font-weight: 600;
}

@media only screen and (min-width: 768px) {
    #why-affordable-page .items-grid__item h3 {
        min-height: 60px;
    }
}
@media only screen and (min-width: 992px) {
    #why-affordable-page .items-grid__item h3 {
        min-height: 80px;
    }
}

.banner-page.small .banner-page__inner {
    min-height: 300px;
}
.banner-page.big .banner-page__inner {
    min-height: 700px;
}

@media only screen and (max-width: 991px) {
    .section-heading h2.small {
        font-size: 28px;
    }

    .banner-page.big .banner-page__inner {
        min-height: 560px;
    }

    .banner-page.has_bg .banner-page__inner {
        min-height: 560px;
    }
    .banner-page.small .banner-page__inner {
        min-height: 360px;
    }

    .banner-page.has_bg .banner-page__inner h1 small {
        font-size: 35px;
    }

    .banner-page.has_bg .banner-page__inner h3 {
        font-size: 30px;
    }

    .banner-page.has_bg .banner-page__inner {
        font-size: 18px;
    }

    ul.gallery li h4 {
        font-size: 18px;
    }
}
@media only screen and (max-width: 767px) {
    .section-heading h2.small {
        font-size: 24px;
    }

    .banner-page.has_bg .banner-page__inner h1 small {
        font-size: 28px;
    }

    .banner-page.has_bg .banner-page__inner h3 {
        font-size: 24px;
    }

    .banner-page.has_bg .banner-page__inner {
        font-size: 16px;
    }

    ul.gallery li {
        width: calc(50% - 15px);
    }
}
@media only screen and (max-width: 500px) {
    ul.gallery li {
        width: 100%;
    }
}
#reviews-page .banner-page__inner p {
    font-size: 28px;
}

#reviews .section-heading {
    margin-bottom: 0;
}

#reviews .slider-box {
    padding: 50px 80px 80px;
    max-width: 800px;
    margin: 0px auto 0;
    width: 100%;
}

#reviews .slider-box__item h4 {
    margin: 0 0 20px;
}

#reviews .slick-slide .star {
    margin-bottom: 20px;
}

#reviews .slick-slide .star img {
    display: block;
    margin: 0 auto;
}

.price_table {
    max-width: 700px;
    margin: 30px auto 0;
}

.price_table table {
    border-collapse: collapse;
    width: 100%;
}

.price_table table td {
    padding: 15px;
    border: 1px solid var(--text-body);
    text-align: center;
}

.overlay-section-dark:after {
    background: rgba(0, 0, 0, 0.7);
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    content: "";
    z-index: -1;
}

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

.items-grid__item .text-center {
    margin-top: 15px;
}

.spacer-btn {
    padding-block: 80px;
}

@media only screen and (max-width: 767px) {
    #reviews-page .banner-page__inner p {
        font-size: 20px;
    }

    #reviews .slider-box {
        padding: 20px 0px 60px;
        max-width: 800px;
        margin: 0px auto 0;
        width: 100%;
    }
}
@media only screen and (min-width: 992px) {
    #hawaii-massage-license-page .section-heading h2 small {
        font-size: 45px;
    }
}
#hawaii-massage-license-page .section-heading h3 {
    font-size: 33px;
}

.section_content .item {
    margin-bottom: 80px;
}

.section_content .item h3 {
    font-size: 32px;
    margin-bottom: 20px;
}

.section_content .item p {
    font-size: 15px;
}

@media only screen and (min-width: 992px) {
    #hawaii-massage-license-page .content-image__body {
        font-size: 14px;
    }
}
@media only screen and (max-width: 767px) {
    #hawaii-massage-license-page .section-heading h3 {
        font-size: 24px;
    }

    .section_content .item h3 {
        font-size: 20px;
    }
}
#license_course_overview table {
    width: 100%;
    margin-bottom: 20px;
}

#license_course_overview table td {
    padding: 15px;
    border: 1px solid var(--text-body);
}

@media only screen and (min-width: 768px){

    #tuition_fees .content-image:not(.content-image--grid) {
        display: flex;
        gap: 10px 30px;
        align-items: baseline;
    }
}

#tuition_fees table {
    width: 100%;
    margin-bottom: 20px;
}

#tuition_fees table tr th {
    background: #595959;
    color: var(--white);
    font-size: 20px;
    padding: 5px 20px;
    font-weight: 600;
    border: 1px solid #595959;
}

#tuition_fees table td {
    text-align: left;
    border: 1px solid var(--text-body);
    background: #fff;
    font-size: 20px;
    padding: 10px 20px;
    font-weight: 600;
}

#tuition_fees table tr td:last-child {
    text-align: right;
}

#tuition_fees table tr td:first-child {
    text-align: left !important;
}

p.note {
    font-size: 80%;
}

.grey_box {
    background: #f8f6f4;
    padding: 30px 20px 20px;
    position: relative;
    margin-top: 40px;
}

.grey_box h3 {
    background: #B7B7B7;
    padding: 5px 15px;
    position: absolute;
    top: -20px;
    left: 40px;
    margin: 0;
    font-size: 20px;
}

.grey_box ul {
    margin: 0;
}

.arrow {
    border: solid black;
    border-width: 0 3px 3px 0;
    display: inline-block;
    padding: 3px;
}

.right {
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
}

.left {
    transform: rotate(135deg);
    -webkit-transform: rotate(135deg);
}

.up {
    transform: rotate(-135deg);
    -webkit-transform: rotate(-135deg);
}

.down {
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
}

.content-image:not(.content-image--grid) picture p {
    margin: 0;
}

#enrollment_process .items-grid h2.step {
    color: #fff;
    font-size: 20px;
    background: #CDCDCD;
    position: relative;
    text-align: center;
    padding: 15px;
}

#enrollment_process .items-grid .items-grid__item:nth-child(2) h2.step {
    background: #9C9C9C;
}

#enrollment_process .items-grid .items-grid__item:nth-child(3) h2.step {
    background: #5A5A5A;
}

#enrollment_process .items-grid__item h3 {
    margin: 0 40px 26px 0;
}

#enrollment_process .items-grid__item p {
    margin: 0 40px 0 0;
}

@media (min-width: 767px) {
    #enrollment_process .items-grid {
        gap: 0;
    }

    #enrollment_process .items-grid .items-grid__item:nth-child(2) h2.step:before {
        content: "";
        clip-path: polygon(75% 0%, 100% 50%, 75% 100%, 0% 100%, 0 50%, 0% 0%);
        background: #CDCDCD;
        position: absolute;
        top: 0;
        left: -70px;
        width: 70px;
        height: 100%;
        z-index: 11111;
    }

    #enrollment_process .items-grid .items-grid__item:nth-child(2) h2.step:after {
        content: "";
        clip-path: polygon(75% 0%, 100% 50%, 75% 100%, 0% 100%, 0 50%, 0% 0%);
        background: #9C9C9C;
        position: absolute;
        top: 0;
        left: -20px;
        width: 70px;
        height: 100%;
    }

    #enrollment_process .items-grid .items-grid__item:nth-child(3) h2.step:before {
        content: "";
        clip-path: polygon(75% 0%, 100% 50%, 75% 100%, 0% 100%, 0 50%, 0% 0%);
        background: #9C9C9C;
        position: absolute;
        top: 0;
        left: -70px;
        width: 70px;
        height: 100%;
        z-index: 11111;
    }

    #enrollment_process .items-grid .items-grid__item:nth-child(3) h2.step:after {
        content: "";
        clip-path: polygon(75% 0%, 100% 50%, 75% 100%, 0% 100%, 0 50%, 0% 0%);
        background: #5A5A5A;
        position: absolute;
        top: 0;
        left: -20px;
        width: 70px;
        height: 100%;
    }
}
@media only screen and (max-width: 767px) {
    #enrollment_process .items-grid h2.step {
        clip-path: polygon(90% 0%, 100% 50%, 90% 100%, 0% 100%, 0 50%, 0% 0%);
    }
}
.map-section__map100 {
    width: 100%;
    padding-bottom: 67.25%;
    position: relative;
    margin-bottom: 30px;
}

.map-section__map100 iframe {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
}

.btn-banner {
    transform: translateY(50%);
    text-align: center;
}

.banner-page .btn-banner .btn-arrow {
    margin: 0;
}

.css-wbjl6i {
    background-color: #F8F6F4;
    border-radius: 48px;
    padding: 50px;
    margin: 0 8% 0px 8%;
}

@media (max-width: 767px) {
    .css-wbjl6i {
        padding: 48px 20px 80px;
        margin: 0;
        margin-bottom: 40px;
        min-height: auto;
        border-radius: 24px;
        padding-top: 5px;
    }
}
._about-module--about_page--c81ca {
    overflow: hidden;
    position: relative;
    z-index: 30;
}

._about-module--about_page--c81ca ._about-module--margin--9f582 {
    margin-top: 50px;
}

@media (max-width: 1020px) {
    ._about-module--about_page--c81ca ._about-module--title__wrapper--ad05a h1 {
        padding-top: 55px;
    }
}
._about-module--about_page__subtitle--cbdb2 {
    color: #2850be;
    font-size: 2.8rem;
    margin-bottom: 58px;
    text-align: center;
}

@media (max-width: 1020px) {
    ._about-module--about_page__subtitle--cbdb2 {
        font-size: 2.4rem;
    }
}
._about-module--about_page--c81ca ._about-module--google_map_iframe_wrapper--c9cb5 {
    border-radius: 16px;
    overflow: hidden;
    padding-bottom: 40%;
    position: relative;
}

@media (max-width: 1200px) {
    ._about-module--about_page--c81ca ._about-module--google_map_iframe_wrapper--c9cb5 {
        padding-bottom: 50%;
    }
}
@media (max-width: 1020px) {
    ._about-module--about_page--c81ca ._about-module--google_map_iframe_wrapper--c9cb5 {
        padding-bottom: 0;
    }
}
._about-module--about_page--c81ca ._about-module--google_map_iframe_wrapper--c9cb5 iframe {
    border: none;
    border-radius: 16px;
    display: block;
    height: 285px;
    left: 50px;
    position: absolute;
    top: 0;
    width: 588px;
}

@media (max-width: 1200px) {
    ._about-module--about_page--c81ca ._about-module--google_map_iframe_wrapper--c9cb5 iframe {
        height: 285px;
        width: 500px;
    }
}
@media (max-width: 1020px) {
    ._about-module--about_page--c81ca ._about-module--google_map_iframe_wrapper--c9cb5 iframe {
        left: 0;
        max-width: 100%;
        position: relative;
        top: -40px;
    }
}
@media (max-width: 1200px) {
    ._about-module--about_page__aboutus--74108 {
        display: block;
        margin-top: 34px;
    }
}
._about-module--about_page__aboutus--74108 table td,
._about-module--about_page__aboutus--74108 table th {
    color: #40444a;
    font-family: Noto Sans JP;
    font-size: 15px;
    letter-spacing: 0.1em;
    line-height: 3.1;
    padding-bottom: 20px;
}

._about-module--about_page__aboutus--74108 table th {
    border-right: 1px solid #bbc3d6;
    font-weight: 700;
    margin-right: 50px;
    padding: 10px 50px 10px 0;
    white-space: nowrap;
}

._about-module--about_page__aboutus--74108 table td {
    font-weight: 500;
    padding-left: 50px;
    text-align: left;
    width: 700px;
}

._about-module--about_page__aboutus--74108 table tr {
    vertical-align: baseline;
}

@media (max-width: 1200px) {
    ._about-module--about_page__aboutus--74108 table {
        margin: auto;
    }
}
@media (max-width: 1020px) {
    /*    ._about-module--about_page__aboutus--74108 table :last-child td {
            padding-bottom: 0
        }*/
    ._about-module--about_page__aboutus--74108 table tr {
        padding-bottom: 20px;
    }

    ._about-module--about_page__aboutus--74108 table td,
    ._about-module--about_page__aboutus--74108 table th {
        display: block;
        font-size: 14px;
        letter-spacing: 0.02em;
        line-height: 2;
        padding: 0;
    }

    ._about-module--about_page__aboutus--74108 table th {
        border: none;
    }

    ._about-module--about_page__aboutus--74108 table td {
        padding: 0 0 40px;
        width: 100%;
    }
}
._about-module--about_page__message--b018c {
    display: flex;
    width: 100%;
}

@media (max-width: 1020px) {
    ._about-module--about_page__message--b018c {
        display: block;
        margin-top: 26px;
    }
}
._about-module--about_page__message--b018c:last-of-type {
    margin-bottom: 70px;
}

@media (max-width: 1020px) {
    ._about-module--about_page__message--b018c:last-of-type {
        margin-top: 0;
    }
}
._about-module--about_page__message--b018c:nth-child(2n) {
    margin-top: 80px;
}

@media (max-width: 1020px) {
    ._about-module--about_page__message--b018c:nth-child(2n) {
        margin-top: 0;
    }
}
._about-module--about_page__picture--8d5c9 img {
    border: none;
    border-radius: 16px;
    height: 354px;
    -o-object-fit: cover;
    object-fit: cover;
    width: 238px;
}

@media (max-width: 1020px) {
    ._about-module--about_page__picture--8d5c9 img {
        height: 354px;
        width: 267px;
    }

    ._about-module--about_page__picture--8d5c9 {
        margin-bottom: 20px;
        text-align: center;
    }
}
._about-module--about_page__text--c9f67 {
    flex: 1 1;
    margin-left: 30px;
}

@media (max-width: 1020px) {
    ._about-module--about_page__text--c9f67 {
        margin-left: 0;
    }
}
._about-module--about_page__text__jobtitle--ab73e {
    color: #252a40;
    font-family: Noto Sans JP;
    font-size: 14px;
    font-weight: 300;
    letter-spacing: 0.05em;
    line-height: 1.5;
    margin-bottom: 0;
}

._about-module--about_page__text__name--00119 {
    color: #252a40;
    font-family: Noto Sans JP;
    font-size: 24px;
    font-weight: 700;
    letter-spacing: 0.1em;
    line-height: 1.4;
}

._about-module--about_page__ex--3c396 {
    font-family: Noto Sans JP;
    font-size: 14px;
    font-weight: 300;
    letter-spacing: 0.05em;
    line-height: 1.4;
    margin-top: 10px;
    white-space: pre-wrap;
}

._about-module--about_page--c81ca ._about-module--button__wrapper--ffd51 {
    text-align: center;
    width: 100%;
}

._about-module--about_page__btn--63315 {
    display: inline-block;
}

._about-module--about_page--c81ca ._about-module--about_member_container--f2070 {
    column-gap: 30px;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    margin-top: 80px;
    padding-left: 8%;
    padding-right: 8%;
}

@media (max-width: 1020px) {
    ._about-module--about_page--c81ca ._about-module--about_member_container--f2070 {
        grid-template-columns: 1fr;
        margin-top: 30px;
        row-gap: 50px;
    }
}
.p-privacy__section {
    padding-bottom: 60px;
}

.p-privacy__heading-section {
    font-size: 24px;
}

.p-privacy__block {
    margin-top: 30px;
    line-height: 2;
}

@media only screen and (min-width: 768px) {
    .p-privacy__section {
        padding-bottom: 100px;
    }

    .p-privacy__block {
        margin-top: 50px;
    }
}
.table-responsive + .table-responsive {
    margin-top: 20px;
}

.overlay-section__box {
    background: rgba(255, 255, 255, 0.9);
    padding: 30px 20px 30px;
}

@media only screen and (min-width: 768px) {
    .overlay-section__box {
        padding: 50px 80px 15px;
    }
}
@media only screen and (min-width: 1200px) {
    .overlay-section__box {
        padding: 55px 130px 35px;
    }
}
.overlay-section__inner .overlay-section__box h2 {
    color: var(--primary);
    text-align: center;
}

.overlay-section__inner .overlay-section__box h4 {
    color: #4c4c4c;
    text-align: center;
}

.overlay-section__inner .overlay-section__box h4 + a {
    margin-top: 35px;
}

.overlay-section__inner .overlay-section__box h4 span {
    color: var(--primary);
}

.overlay-section__inner .overlay-section__box p {
    color: #4c4c4c;
    margin: 0;
    text-align: center;
}

.pricing-box {
    font-size: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    column-gap: 30px;
    margin-block: 30px;
}

.pricing-box .icon-arrow-right {
    border-top: 18px solid transparent;
    border-bottom: 18px solid transparent;
    border-left: 25px solid var(--primary);
}

.pricing-box span {
    color: var(--primary);
}

@media only screen and (min-width: 768px) {
    .pricing-box {
        font-size: 35px;
    }
}
.section-lg--flow {
    padding-block: 50px;
}

.section-lg--flow .items-grid {
    align-items: stretch;
}

.section-lg--flow .section-button {
    margin-top: 35px;
}

.step__item {
    background: #f8f6f4;
    height: 100%;
}

.header-step__item {
    background: #707070;
    font-size: 22px;
    line-height: 26px;
    color: #fff;
    text-align: center;
    position: relative;
    padding: 35px 15px;
}

.header-step__item:after {
    content: "";
    border-top: 16px solid transparent;
    border-bottom: 16px solid transparent;
    border-left: 20px solid #fff;
    position: absolute;
    top: 50%;
    right: 15px;
    transform: translateY(-50%);
}

.body-step__item {
    padding: 35px;
}

.body-step__item h4 {
    height: 62px;
    display: flex;
    align-items: center;
    text-align: center;
    justify-content: center;
    margin: 0 0 35px;
    font-size: 24px;
    line-height: 36px;
}

.body-step__item p {
    line-height: 34px;
}

/*=================*/
.section-trainees01 {
    padding-block: 60px 0;
}

.section-trainees01 .items-grid {
    margin-bottom: 35px;
}

.section-trainees--our-clients .items-grid__item h3 {
    font-size: 18px;
}

.section-trainees--service .content-image picture {
    margin-bottom: 0;
}

.section-trainees--limited-time-over {
    padding-bottom: 80px;
}

.section--bg-gray {
    background: #f8f6f4;
}

.section-trainees--faq,
.section-trainees--company {
    padding-block: 80px;
}

.btn-gray {
    transition: all 0.3s;
    color: #909090;
    padding: 5px 25px;
    text-align: center;
    display: inline-flex;
    outline: none !important;
    border-radius: 300px;
    background: #c4c3c2;
    border: 0;
    font-size: 17px;
    font-weight: 600;
    min-height: 70px;
    align-items: center;
    justify-content: center;
    position: relative;
    width: 100%;
    max-width: 325px;
}
@media only screen and (min-width: 992px) {
    .btn-gray {
        max-width: 365px;
    }
}
.btn-gray:hover {
    opacity: 1;
    color: var(--text-body);
    background: #F2F0EE;
}
@media only screen and (min-width: 1200px) {
    .btn-gray-xl {
        max-width: 560px;
    }
}

.section-wave--bottom-2 {
    padding-block: 60px 80px;
    position: relative;
    z-index: 1;
    background: url("../images/global/wave-bottom-3.png") no-repeat 0 100%/100%;
}
@media only screen and (min-width: 768px) {
    .section-wave--bottom-2 {
        padding-block: 60px 140px;
    }
}
.section-wave--bottom-2::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: calc(100% - 8vw);
    background: #F8F6F4;
    z-index: -1;
}
@media only screen and (min-width: 768px) {
    .section-wave--bottom-2::before {
        height: calc(100% - 9vw);
    }
}

.section-2lg {
    padding-block: 60px;
}
@media only screen and (min-width: 992px) {
    .section-2lg {
        padding-block: 80px;
    }
}

.section-top-xs {
    padding-top: 20px;
}

.section-yellow {
    background: #fff0d2;
}

.section-margin-top {
    padding-top: calc(60px + 8vw);
    margin-top: -8vw;
}
@media only screen and (min-width: 768px) {
    .section-margin-top {
        padding-top: calc(80px + 9vw);
        margin-top: -9vw;
    }
}

.section-heading {
    position: relative;
}
.section-heading > label {
    font-size: 15px;
    font-weight: 600;
    color: var(--white);
    background: #707070;
    border-radius: 100px;
    line-height: 1.3;
    padding: 5px 25px;
    margin: 0 0 10px;
}
@media only screen and (min-width: 768px) {
    .section-heading > label {
        position: absolute;
        top: 10px;
        right: 0;
        font-size: 14px;
        padding: 5px 20px;
        margin: 0;
    }
}
@media only screen and (min-width: 992px) {
    .section-heading > label {
        font-size: 20px;
        padding: 5px 30px;
        top: 14px;
    }
}
@media only screen and (min-width: 1200px) {
    .section-heading > label {
        font-size: 27px;
        padding: 5px 40px;
        top: 10px;
    }
}
.section-heading--border {
    font-size: 15px;
}
.section-heading--border h2 {
    position: relative;
    padding-bottom: 15px;
    margin-bottom: 24px;
    flex-direction: column;
    align-items: center;
    gap: 0;
}
.section-heading--border h2::before {
    content: "";
    width: 50px;
    border-bottom: 1px solid var(--primary);
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
}
.section-heading--border p {
    margin: 0;
}
.section-heading--white h2 {
    color: var(--white);
}
.section-heading--white h2::before {
    border-bottom-color: var(--white);
}

.banner-page--2 {
    /*margin: 0;*/
}
.banner-page--2 h1 {
    margin-bottom: 30px;
}
@media only screen and (min-width: 768px) {
    .banner-page--2 h1 {
        font-size: 37px;
        margin-bottom: 60px;
    }
}
.banner-page--2 .banner-page__inner {
    padding-block: 40px 60px;
    justify-content: flex-start;
}
@media only screen and (min-width: 992px) {
    .banner-page--2 .banner-page__inner {
        padding-block: 60px 110px;
    }
}
.banner-page .section-heading {
    margin-top: 90px;
}
@media only screen and (min-width: 992px) {
    .banner-page .section-heading {
        margin-top: 190px;
    }
}
.banner-page__buttons {
    gap: 20px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
@media only screen and (min-width: 768px) {
    .banner-page__buttons {
        gap: 24px 46px;
    }
}
@media only screen and (max-width: 603px){
    .banner-page__buttons{
        max-width: 325px;
        margin-inline: auto;
    }
}

.content-image__buttons {
    display: flex;
    flex-direction: column;
    gap: 20px;
    margin-top: 30px;
    align-items: center;
}
@media only screen and (min-width: 768px) {
    .content-image__buttons {
        gap: 20px 30px;
        margin-top: 40px;
    }
}
@media only screen and (min-width: 1200px) {
    .content-image__buttons {
        gap: 20px 40px;
        margin-top: 64px;
        flex-direction: row;
    }
}
.content-image__buttons a {
    margin: 0 !important;
}
@media only screen and (min-width: 1200px) {
    .content-image__buttons a {
        max-width: none;
    }
}

.section-content-overlay__inner {
    position: relative;
    z-index: 1;
    padding-block: 50px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    min-height: 230px;
}
@media only screen and (min-width: 768px) {
    .section-content-overlay__inner {
        min-height: 320px;
    }
}
@media only screen and (min-width: 992px) {
    .section-content-overlay__inner {
        min-height: 460px;
    }
}
.section-content-overlay__inner picture {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
}
.section-content-overlay__inner picture img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.section-content-overlay__body {
    background: rgba(255, 255, 255, 0.75);
    text-align: center;
    padding: 30px 15px;
}
@media only screen and (min-width: 992px) {
    .section-content-overlay__body {
        padding: 50px 15px;
    }
}
.section-content-overlay__body h3 {
    font-size: 16px;
    font-weight: 600;
    color: var(--primary);
    line-height: 1.58;
    margin: 0;
}
@media only screen and (min-width: 768px) {
    .section-content-overlay__body h3 {
        font-size: 20px;
    }
}
@media only screen and (min-width: 992px) {
    .section-content-overlay__body h3 {
        font-size: 28px;
    }
}
@media only screen and (min-width: 1200px) {
    .section-content-overlay__body h3 {
        font-size: 38px;
    }
}
.red{color:red;}
.fee table {
    width: 100%;
    margin-bottom: 20px;
}
.fee table tr th {
    background: #595959;
    color: var(--white);
    font-size: 20px;
    padding: 10px;
    font-weight: 600;
    border: 1px solid var(--text-body);
    text-align: center;
}

.fee table td {
    text-align: center;
    border: 1px solid var(--text-body);
    background: #fff;
    font-size: 20px;
    padding: 10px;
    font-weight: 600;
}

.fee table .dicsount {
    color: red;
    display: flex;
    flex-direction: column;
    align-items: center;
}
#ja-home #campaign .section-button{
    margin-top: 40px;
    flex-wrap: nowrap;
} 
#ja-home .overlay-content .overlay-content__inner {
    padding:30px;
    background: rgba(0,0,0,.2);
}
.content-image .overlay-content picture{width:100%;}
.xslider_wrap {
    display: flex;
    overflow: hidden;
    width: 100%;
    margin-top:60px;
}

.xslider1 , .xslider2 {
    display: inline-flex;
    flex: none;
    animation: xslider 30s 2s linear infinite;
}
.xslider_wrap:hover .xslider{
    animation-play-state: paused;
}
.xslider1 div , .xslider2 div {
    flex: none;
    padding: 0px;
    height:200px;
}
.xslider1 div img, .xslider2 div img{
    height:100%;
    width:auto;
}
@media only screen and (max-width: 767px){
    .full-width-sp{
        margin-inline: -20px;
    }
    .slick-slider .slick-dots{
        gap: 10px 15px;
    }
    .slick-slider .slick-dots li button{
        width: 9px;
        height: 9px;
    }
    .slick-slider .slick-arrow.slick-next::after{
        border-left: 14px solid var(--primary);
        border-top: 14px solid transparent;
        border-bottom: 14px solid transparent;
    }
    .slick-slider .slick-arrow.slick-prev::after{
        border-right: 14px solid var(--primary);
        border-top: 14px solid transparent;
        border-bottom: 14px solid transparent;
    }
}
@media only screen and (max-width: 603px){
    .btn, .btn-extend-gray, .btn-arrow-gray, .btn-arrow-white, .btn-arrow{
        max-width: 100%;
    }    
}
@media only screen and (max-width: 480px) {
    .content-image__button{
        max-width: 100%;
    }
    .btn-arrow-white{
        width: 100%;
    }
}
.mt10{
    margin-top: 10px;
}
.mt20{
    margin-top: 20px;
}
.mt30{
    margin-top: 30px;
}
.mt40{
    margin-top: 60px;
}
.mt50{
    margin-top: 50px;
}
.mt60{
    margin-top: 60px;
}

@keyframes xslider {
    0% {
        transform: translateX(0);
    }
    100% {
        transform: translateX(-100%);
    }
}

#lomilomi-massage-page .banner-page {
    position: relative;
}
#lomilomi-massage-page .banner-page:before{
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.5);
    content: "";
    z-index: 1;
}
#lomilomi-massage-page .banner-page .banner-page__inner{
    position: relative;
    z-index: 2;
}


#flow_of_treatment .items-grid__item figure{
    width: 100%;
    padding-bottom: 28.25%;
    border: 1px solid var(--primary);
}
#flow_of_treatment .items-grid__item figure img{
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
#flow_of_treatment .items-grid__item figure h3{
    color: var(--primary);
}
#lomilomi_massage,
#focus_massage,#stone_massage,
#shiatsu_massage,#shiatsu02_massage,
#chair_massage,#event_massage{
    scroll-margin-top: 80px;
}
@media only screen and (min-width: 992px){
    #lomilomi_massage,
    #focus_massage,#stone_massage,
    #shiatsu_massage,#shiatsu02_massage,
    #chair_massage,#event_massage{
        scroll-margin-top: 100px;
    }
}

.section-wave--fix .items-grid__item figure img{
    aspect-ratio: unset;
}
.mt-30{
    margin-top: 30px;
}

.txt-white{
    color: #fff !important;
}


@media only screen and (max-width: 767px){
    .table-responsive.table-responsive--price thead {
        display: none; /* Ẩn header */
    }
    .table-responsive.table-responsive--price tr td {
        position: relative;
        padding: 0 0 20px;
    }
    .table-responsive.table-responsive--price tr td+td{
        border-top: none;
    }
    .table-responsive.table-responsive--price td::before {
        content: attr(data-title);
        display: block;         /* thành block để full width */
        width: 100%;            /* full ngang */
        font-weight: bold;
        margin-bottom: 20px;     /* tách label với giá trị */
        color: #fff;
        background: #707070;
        padding: 20px;
    }
}

.section-parking .items-grid__item figure img{
    aspect-ratio: unset;
}
.section-parking .items-grid__item h3 span{
    font-size: 15px;
}

#section-price{
    scroll-margin-top: 80px;
}

.section-heading h2 + p{
    margin-top: 0;
}

.btn-sm-width{
    max-width: 265px;
}
.section-button .btn-arrow-white{
    margin-top: 0;
}
#neck-shoulder-tension-release-page #section-price .price_table {
    max-width: 900px;
}
.btn-small-padding {
    padding-inline: 20px !important;
}

.section-button.no-margin{
    margin-block: 0 !important;
}