@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Noto+Serif+JP:wght@200..900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Josefin+Sans:ital,wght@0,100..700;1,100..700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Jost:ital,wght@0,100..900;1,100..900&display=swap");

/*! destyle.css v1.0.14 | MIT License | https://github.com/nicolas-cusan/destyle.css */
* {
  box-sizing: border-box;
}

::before,
::after {
  box-sizing: inherit;
}

html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: transparent;
}

body {
  margin: 0;
}

main {
  display: block;
}

p,
table,
blockquote,
address,
pre,
iframe,
form,
figure,
dl {
  margin: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  line-height: inherit;
  font-weight: inherit;
  margin: 0;
}

ul,
ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

dt {
  font-weight: 700;
}

dd {
  margin-left: 0;
}

hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
  border: 0;
  border-top: 1px solid;
  margin: 0;
  clear: both;
  color: inherit;
}

pre {
  font-family: monospace, monospace;
  font-size: inherit;
}

address {
  font-style: inherit;
}

a {
  background-color: transparent;
  text-decoration: none;
  color: inherit;
}

abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  text-decoration: underline dotted;
}

b,
strong {
  font-weight: bolder;
}

code,
kbd,
samp {
  font-family: monospace, monospace;
  font-size: inherit;
}

small {
  font-size: 80%;
}

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

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

embed,
object,
iframe {
  border: 0;
  vertical-align: bottom;
}

button,
input,
optgroup,
select,
textarea {
  -webkit-appearance: none;
  appearance: none;
  vertical-align: middle;
  color: inherit;
  font: inherit;
  border: 0;
  background: transparent;
  padding: 0;
  margin: 0;
  outline: 0;
  border-radius: 0;
  text-align: inherit;
}

[type=checkbox] {
  -webkit-appearance: checkbox;
  appearance: checkbox;
}

[type=radio] {
  -webkit-appearance: radio;
  appearance: radio;
}

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

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

button[disabled],
[type=button][disabled],
[type=reset][disabled],
[type=submit][disabled] {
  cursor: default;
}

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

button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

select::-ms-expand {
  display: none;
}

option {
  padding: 0;
}

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

legend {
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}

progress {
  vertical-align: baseline;
}

textarea {
  overflow: auto;
}

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

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

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

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

label[for] {
  cursor: pointer;
}

details {
  display: block;
}

summary {
  display: list-item;
}

[contenteditable] {
  outline: none;
}

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

caption {
  text-align: left;
}

td,
th {
  vertical-align: top;
  padding: 0;
}

th {
  text-align: left;
  font-weight: 700;
}

template {
  display: none;
}

[hidden] {
  display: none;
}

:root {
  --base-font: "Noto Sans JP", sans-serif;
  --sub-font: "Noto Serif JP", serif;
  --en-font: "Josefin Sans", sans-serif;
  --en-font2: "Jost", sans-serif;
  --base-color: #3C3C3C;
  --main: #81D8D0;
  --main-light: #DFF3F1;
  --main-dark: #26B7BC;
  --sub: #BBA27A;
  --sub-light: #F6F4ED;
  --sub-dark: #594834;
  --gray: #BCBCBC;
  --gray-light: #F5F5F5;
  --gray-dark: #5D5D5D;
  --gray-black: #0A2039;
  --white: #FFFFFF;
  --black: #000000;
  --link: #2DABF1;
  --error: #ED6E4E;
  --variation1: #ffd9dc;
  --variation2: #ffe0cc;
  --variation3: #fdefe6;
}

html {
  font-size: 62.5%;
  scroll-behavior: smooth;
}

@media screen and (max-width: 768px) {
  html {
    font-size: 2.66vw;
  }
}

body {
  font-feature-settings: "palt";
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: var(--base-color);
  font-family: var(--base-font);
  font-size: 1.5rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.87;
  letter-spacing: 0.11em;
}

@media screen and (max-width: 768px) {
  body {
    -webkit-text-size-adjust: 100%;
    margin-bottom: 6.4rem;
    overflow-x: hidden;
  }
}

a {
  transition: all 0.5s;
}

/*
@include pc {
    a[href*="tel:"] {
        pointer-events: none;
        cursor: default;
        text-decoration: none;
    }
}
*/
.pc {
  display: block;
}

@media screen and (max-width: 768px) {
  .pc {
    display: none;
  }
}

.sp {
  display: none;
}

@media screen and (max-width: 768px) {
  .sp {
    display: block;
  }
}

img {
  vertical-align: middle;
}

.hamburger {
  position: fixed;
  top: 0;
  right: 0;
  width: 8.3rem;
  height: 8.3rem;
  cursor: pointer;
  z-index: 400;
  background: var(--main);
  transition: all 0.5s;
}

@media screen and (max-width: 768px) {
  .hamburger {
    width: 6rem;
    height: 6rem;
  }
}

.hamburger:hover {
  opacity: 0.7;
}

.hamburger__line {
  position: absolute;
  width: 41px;
  height: 1px;
  left: 50%;
  transform: translate(-50%, 0);
  background-color: var(--white);
  transition: all 0.5s;
}

@media screen and (max-width: 768px) {
  .hamburger__line {
    width: 30px;
  }
}

.hamburger__line--1 {
  top: 3.3rem;
}

@media screen and (max-width: 768px) {
  .hamburger__line--1 {
    top: 2.1rem;
  }
}

.hamburger__line--2 {
  top: 4.1rem;
}

@media screen and (max-width: 768px) {
  .hamburger__line--2 {
    top: 2.9rem;
  }
}

.hamburger__line--3 {
  top: 4.9rem;
}

@media screen and (max-width: 768px) {
  .hamburger__line--3 {
    top: 3.7rem;
  }
}

/*ハンバーガーがクリックされたら*/
.open .hamburger__line--1 {
  top: 4.1rem;
  left: 50%;
  transform: translateX(-50%) rotate(-30deg);
}

@media screen and (max-width: 768px) {
  .open .hamburger__line--1 {
    top: 2.9rem;
  }
}

.open .hamburger__line--2 {
  opacity: 0;
}

.open .hamburger__line--3 {
  top: 4.1rem;
  left: 50%;
  transform: translateX(-50%) rotate(30deg);
}

@media screen and (max-width: 768px) {
  .open .hamburger__line--3 {
    top: 2.9rem;
  }
}

.sp-nav {
  position: fixed;
  right: -43rem;
  top: 0;
  width: 43rem;
  height: 100%;
  background: rgba(255, 255, 255, 0.95);
  transition: all 0.5s;
  overflow: auto !important;
  -webkit-overflow-scrolling: touch;
  z-index: 399;
}

@media screen and (max-width: 768px) {
  .sp-nav {
    right: -100%;
    width: 100%;
    overflow-y: scroll;
  }
}

.black-bg {
  transition: all 0.5s;
}

/*ハンバーガーがクリックされたら右からスライド*/
.open .sp-nav {
  opacity: 1;
  right: 0;
  visibility: visible;
  transition-delay: 0s;
}

js-header.open .hamburger__line {
  background: var(--white);
}

.open .black-bg {
  background: rgba(128, 128, 128, 0.4);
  width: 100%;
  height: 100vh;
  position: fixed;
  top: 0;
  right: 0;
  z-index: 300;
  backdrop-filter: blur(6px);
}

.caseSwiper01 {
  width: 100%;
  overflow: hidden;
}

@media screen and (max-width: 768px) {
  .caseSwiper01 {
    overflow: visible;
  }
}

.caseSwiper01 .swiper {
  width: 100%;
}

.caseSwiper01 .swiper-slide {
  width: 120rem;
  flex-shrink: 0;
  transition: transform 0.3s ease;
}

@media screen and (max-width: 768px) {
  .caseSwiper01 .swiper-slide {
    width: 100%;
    opacity: 0.1;
  }
}

@media screen and (max-width: 768px) {
  .caseSwiper01 .swiper-slide-active {
    opacity: 1;
  }
}

.swiper-buttons {
  position: relative;
}

/* 矢印ボタンのスタイル */
.swiper-button-next,
.swiper-button-prev {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 10;
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  font-size: 18px;
  font-weight: bold;
  color: var(--main-dark);
  transition: all 0.5s;
}

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

  .swiper-button-next,
  .swiper-button-prev {
    width: 24px;
    height: 24px;
    transform: translateY(0) scale(0.6);
    top: 37.8rem;
  }
}

.swiper-button-next:hover,
.swiper-button-prev:hover {
  opacity: 0.7;
}

/* 左矢印（各スライド間に配置） */
.swiper-button-prev {
  left: calc(50% - 655px);
}

@media screen and (max-width: 768px) {
  .swiper-button-prev {
    left: -1.4rem;
  }
}

/* 右矢印（各スライド間に配置） */
.swiper-button-next {
  right: calc(50% - 655px);
}

@media screen and (max-width: 768px) {
  .swiper-button-next {
    right: -1.4rem;
  }
}

/*
.caseSwiper {

    .swiper {
        padding: 0;
        width: 100%;
        margin: 0 auto;
    }

    .swiper-buttons {
        //width: 118rem;
        width: 100%;
        margin: 0 auto;
        position: relative;

        @include sp {
            width: 100%;
        }
    }

    .swiper-button-next,
    .swiper-button-prev {
        color: var(--main-dark);
        //background: var(--main-light);
        width: 6rem;
        height: 6rem;
        //border-radius: 50%;
        transition: all .5s;
        top: 17.2rem;

        @include sp {
            width: 2rem;
            height: 2rem;
            top: calc(50% - 1rem);
            //transform: translateY(-50%);
        }

        &:hover {
            opacity: .7;
        }
    }

    .swiper-button-next:after,
    .swiper-button-prev:after {
        font-size: 4.8rem;
        font-weight: bold;

        @include sp {
            font-size: 2rem;
        }
    }

    .swiper-pagination01,
    .swiper-pagination02 {
        text-align: center;
        margin: 6rem 0;

        @include sp {
            margin: 2rem 0;
        }
    }

    .swiper-pagination-bullet {
        background: var(--sub);
        opacity: 1;
        width: 1rem;
        height: 1rem;
    }

    .swiper-pagination-bullet-active {
        opacity: 1;
        background: var(--main-dark)
    }

    @include sp {
        .swiper-backface-hidden .swiper-slide {
            transition: all .5s;
            opacity: .2;
        }

        .swiper-slide.swiper-slide-active {
            opacity: 1;
        }
    }
}
*/
.fade-in-bottom {
  -webkit-animation: fade-in-bottom 0.6s cubic-bezier(0.39, 0.575, 0.565, 1) both;
  animation: fade-in-bottom 0.6s cubic-bezier(0.39, 0.575, 0.565, 1) both;
}

@-webkit-keyframes fade-in-bottom {
  0% {
    -webkit-transform: translateY(50px);
    transform: translateY(50px);
    opacity: 0;
  }

  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }
}

@keyframes fade-in-bottom {
  0% {
    -webkit-transform: translateY(50px);
    transform: translateY(50px);
    opacity: 0;
  }

  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }
}

.l-main {
  width: 100%;
  overflow: hidden;
  display: block;
}

.l-footer {
  background: var(--sub-light);
}

@media screen and (max-width: 768px) {
  .l-footer {
    padding: 5rem 0 0 0;
  }
}

.l-footer__inner {
  width: 120rem;
  padding: 12rem 0 10rem 0;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  gap: 7rem 0;
}

@media screen and (max-width: 768px) {
  .l-footer__inner {
    width: calc(100% - 2rem);
    padding: 4rem 1rem;
    margin: 0 auto 5rem auto;
    background: var(--white);
    gap: 0;
  }
}

.l-footer__inner>* {
  width: 100%;
}

.l-footer__copy {
  width: 100%;
  background: var(--base-color);
  padding: 2rem 0;
  text-align: center;
}

.l-footer__copy small {
  color: var(--white);
  font-size: 1.5rem;
}

@media screen and (max-width: 768px) {
  .l-footer__copy small {
    font-size: 0.9rem;
    line-height: 1.3;
    letter-spacing: 0.04em;
  }
}

.l-footer__copy a {
  color: var(--white);
}

.l-footer__copy a:hover {
  opacity: 0.7;
}

.l-equipment {
  padding: 15rem 0;
}

@media screen and (max-width: 768px) {
  .l-equipment {
    padding: 6rem 0;
  }
}

.l-equipment__title {
  margin-bottom: 7rem;
}

@media screen and (max-width: 768px) {
  .l-equipment__title {
    margin-bottom: 3rem;
  }
}

.l-doctor {
  padding: 12rem 0 0 0;
}

@media screen and (max-width: 768px) {
  .l-doctor {
    padding: 5rem 0 0 0;
  }
}

.l-doctor__title {
  margin-bottom: 7rem;
}

@media screen and (max-width: 768px) {
  .l-doctor__title {
    margin-bottom: 3rem;
  }
}

.l-doctor01 {
  position: relative;
  padding: 10rem 0;
  /* ----- 上段 ----- */
  /* ----- 下段 ----- */
}

@media screen and (max-width: 768px) {
  .l-doctor01 {
    background: var(--sub-light);
    padding: 4rem 2rem;
  }
}

.l-doctor01::before {
  content: "";
  width: 96%;
  height: 100%;
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: -1;
  background: var(--sub-light);
}

@media screen and (max-width: 768px) {
  .l-doctor01::before {
    content: none;
  }
}

.l-doctor01-flexbox {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
  flex-direction: row-reverse;
  width: 100rem;
  margin: 0 auto;
}

@media screen and (max-width: 768px) {
  .l-doctor01-flexbox {
    width: 100%;
    flex-direction: column;
    gap: 2.4rem 0;
    align-items: flex-start;
  }
}

.l-doctor01-flexbox__imgbox {
  width: 47.5rem;
  position: relative;
}

@media screen and (max-width: 768px) {
  .l-doctor01-flexbox__imgbox {
    width: 100%;
  }
}

.l-doctor01-flexbox__imgbox img.photo {
  width: 100%;
  height: auto;
}

.l-doctor01-flexbox__txtbox {
  width: 47.5rem;
}

@media screen and (max-width: 768px) {
  .l-doctor01-flexbox__txtbox {
    width: 100%;
  }
}

.l-doctor01-flexbox__badge {
  margin-bottom: 3.2rem;
}

@media screen and (max-width: 768px) {
  .l-doctor01-flexbox__badge {
    margin-bottom: 2rem;
  }
}

.l-doctor01-flexbox__catch {
  margin-bottom: 3.2rem;
  width: 100%;
}

@media screen and (max-width: 768px) {
  .l-doctor01-flexbox__catch {
    margin-bottom: 2rem;
  }
}

.l-doctor01-flexbox__catch span {
  display: inline-block;
  color: var(--sub-dark);
  font-family: var(--sub-font);
  font-size: 2.8rem;
  font-weight: 500;
  line-height: 1.55;
  letter-spacing: 0.1em;
  padding-bottom: 1.2rem;
  border-bottom: 1px solid var(--sub-dark);
}

@media screen and (max-width: 768px) {
  .l-doctor01-flexbox__catch span {
    font-size: 2.2rem;
    letter-spacing: 0.14em;
  }
}

.l-doctor01-flexbox__job {
  margin-top: 3.2rem;
  color: var(--sub-dark);
  font-family: var(--sub-font);
  font-size: 1.6rem;
  font-weight: 600;
  line-height: 1.5;
  letter-spacing: 0.05em;
}

@media screen and (max-width: 768px) {
  .l-doctor01-flexbox__job {
    margin-top: 2.4rem;
  }
}

.l-doctor01-flexbox__name {
  margin-bottom: 0.8rem;
  display: flex;
  align-items: center;
  gap: 0 2.4rem;
  color: var(--main-dark);
}

@media screen and (max-width: 768px) {
  .l-doctor01-flexbox__name {
    margin-bottom: 0;
    justify-content: space-between;
    gap: 0;
  }
}

.l-doctor01-flexbox__name .ja {
  color: var(--sub-dark);
  font-family: var(--sub-font);
  font-size: 2.4rem;
  font-weight: 600;
  line-height: 1.5;
  letter-spacing: 0.16em;
}

@media screen and (max-width: 768px) {
  .l-doctor01-flexbox__name .ja {
    font-size: 3.2rem;
    font-weight: 500;
    letter-spacing: 0.1em;
  }
}

.l-doctor01-flexbox__name .en {
  color: var(--sub-dark);
}

.l-doctor01Prf {
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  width: 100rem;
  margin: 7rem auto 0 auto;
}

@media screen and (max-width: 768px) {
  .l-doctor01Prf {
    width: 100%;
    margin: 4rem auto 0 auto;
    flex-wrap: wrap;
    gap: 2.4rem 0;
  }
}

.l-doctor01Prf__box {
  width: calc((100% - 5rem) / 2);
  background: var(--white);
}

@media screen and (max-width: 768px) {
  .l-doctor01Prf__box {
    width: 100%;
  }
}

.l-doctor01Prf h3 {
  color: var(--white);
  font-family: var(--sub-font);
  font-size: 1.6rem;
  font-weight: 600;
  line-height: 1.5;
  letter-spacing: 0.05em;
  background: var(--sub);
  padding: 1rem;
  text-align: center;
}

@media screen and (max-width: 768px) {
  .l-doctor01Prf h3 {
    font-size: 1.5rem;
    padding: 0.6rem;
  }
}

.l-doctor01Prf__inner {
  padding: 2.4rem 3rem;
}

@media screen and (max-width: 768px) {
  .l-doctor01Prf__inner {
    padding: 2.4rem 2rem;
    font-size: 1.2rem;
    font-weight: 500;
    line-height: 1.87;
    letter-spacing: 0.05em;
  }
}

.l-doctor01Prf ul.disc li {
  list-style-type: disc;
  margin-left: 1.5em;
}

.l-doctor01-bnr {
  width: 100rem;
  margin: 7rem auto 0 auto;
}

@media screen and (max-width: 768px) {
  .l-doctor01-bnr {
    width: 100%;
    margin: 5rem auto 0 auto;
  }
}

.l-doctor01-bnr a:hover {
  opacity: .7;
}

.l-doctor01-bnr img {
  width: 100%;
  height: auto;
}

.l-cta {
  background: url(../img/l-cta-bg.jpg) no-repeat center center/cover;
  /* ----- box01 ----- */
  /* ----- box02 ----- */
}

.l-cta.sizeL {
  padding: 16.2rem 0 10rem 0;
}

@media screen and (max-width: 768px) {
  .l-cta.sizeL {
    padding: 9rem 1rem 4rem 1rem;
  }
}

.l-cta.sizeS {
  padding: 10rem 0;
}

@media screen and (max-width: 768px) {
  .l-cta.sizeS {
    padding: 4rem 1rem;
  }
}

.l-cta__inner {
  width: 120rem;
  margin: 0 auto;
}

@media screen and (max-width: 768px) {
  .l-cta__inner {
    width: 100%;
  }
}

.l-cta-box01 {
  background: var(--white);
  border-radius: 2.4rem 2.4rem 0 0;
  padding: 3.6rem 0 4.8rem 0;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  position: relative;
}

@media screen and (max-width: 768px) {
  .l-cta-box01 {
    padding: 3.2rem 0 0 0;
    flex-wrap: wrap;
    justify-content: flex-start;
  }
}

.l-cta-box01__title {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 2rem 0;
}

@media screen and (max-width: 768px) {
  .l-cta-box01__title {
    width: 100%;
    gap: 1.6rem 0;
    margin-bottom: 0.8rem;
  }
}

.l-cta-box01__title .en {
  color: var(--sub);
  font-family: var(--en-font);
  font-size: 2.3rem;
  font-weight: 600;
  line-height: 1;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  background: url(../img/l-cta-box01-title-en.svg) no-repeat center top/12.3rem 4.5rem;
  padding-top: 5.5rem;
}

@media screen and (max-width: 768px) {
  .l-cta-box01__title .en {
    font-size: 2rem;
    background: url(../img/l-cta-box01-title-en.svg) no-repeat center top/10rem 3.7rem;
    padding-top: 4.7rem;
  }
}

.l-cta-box01__title .ja {
  font-family: var(--sub-font);
  font-size: 3.2rem;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0.1em;
}

@media screen and (max-width: 768px) {
  .l-cta-box01__title .ja {
    font-size: 2.2rem;
    letter-spacing: 0.14em;
  }
}

.l-cta-box01__photo {
  position: absolute;
  bottom: 0;
  right: 10.6rem;
  width: 27rem;
}

@media screen and (max-width: 768px) {
  .l-cta-box01__photo {
    position: static;
    width: 13.4rem;
    margin-left: 5.6rem;
  }
}

.l-cta-box01__photo img {
  width: 100%;
  height: auto;
}

.l-cta-box01__label {
  position: absolute;
  top: 2.6rem;
  left: 16.8rem;
  width: 20.2rem;
  height: auto;
  aspect-ratio: 1/1;
  border-radius: 50%;
  background: linear-gradient(239deg, #81D8D0 9.34%, #32B0C2 71.54%);
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 0.4rem 0;
  text-align: center;
  color: var(--white);
  font-family: var(--sub-font);
}

@media screen and (max-width: 768px) {
  .l-cta-box01__label {
    width: 13rem;
    top: auto;
    bottom: 3rem;
    left: auto;
    right: 5.6rem;
  }
}

.l-cta-box01__label::before {
  content: "";
  position: absolute;
  inset: 8px;
  border-radius: 50%;
  border: 1px solid var(--white);
  pointer-events: none;
}

@media screen and (max-width: 768px) {
  .l-cta-box01__label::before {
    inset: 4px;
  }
}

.l-cta-box01__label p:first-child {
  font-size: 4.6rem;
  font-weight: 700;
  line-height: 1.45;
  letter-spacing: 0.1em;
}

@media screen and (max-width: 768px) {
  .l-cta-box01__label p:first-child {
    font-size: 3rem;
    line-height: 1.4;
    letter-spacing: 0.16em;
  }
}

.l-cta-box01__label p:last-child {
  font-size: 1.6rem;
  font-weight: 600;
  letter-spacing: 0.05em;
}

@media screen and (max-width: 768px) {
  .l-cta-box01__label p:last-child {
    font-size: 1rem;
  }
}

.l-cta-box02 {
  border-radius: 0 0 2.4rem 2.4rem;
  background: var(--main-light);
  padding: 3rem 18.8rem;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 2.4rem 0;
  text-align: center;
}

@media screen and (max-width: 768px) {
  .l-cta-box02 {
    padding: 3rem;
    gap: 0;
  }
}

.l-cta-box02__subtitle {
  font-size: 2rem;
  font-weight: 600;
  line-height: 1.5;
  letter-spacing: 0.1em;
}

@media screen and (max-width: 768px) {
  .l-cta-box02__subtitle {
    font-size: 1.7rem;
    letter-spacing: 0.08em;
    margin-bottom: 1.6rem;
  }
}

.l-cta-box02__btns {
  width: 100%;
}

@media screen and (max-width: 768px) {
  .l-cta-box02__sup {
    line-height: 1.6;
    letter-spacing: 0.08em;
    margin-top: 2.4rem;
  }
}

.l-qa {
  padding: 12rem 0;
  /* アコーディオン */
}

@media screen and (max-width: 768px) {
  .l-qa {
    padding: 5rem 2rem;
  }
}

.l-qa__inner {
  width: 100rem;
  margin: 0 auto;
}

@media screen and (max-width: 768px) {
  .l-qa__inner {
    width: 100%;
  }
}

.l-qa__title {
  margin-bottom: 3rem;
}

@media screen and (max-width: 768px) {
  .l-qa__title {
    margin-bottom: 0;
  }
}

.l-qa .toggle_contents+.toggle_contents {
  margin-top: 3rem;
}

.l-qa .toggle_title {
  background: var(--white);
  border-bottom: 1px solid #DADADA;
  font-size: 1.7rem;
  font-weight: 600;
  line-height: 1.52;
  letter-spacing: 0.08em;
  position: relative;
  cursor: pointer;
  transition: all 0.5s;
  padding: 2.4rem 6.6rem 2.4rem 9.1rem;
}

@media screen and (max-width: 768px) {
  .l-qa .toggle_title {
    padding: 1.6rem 4.6rem 1.6rem 6rem;
    font-size: 1.5rem;
    line-height: 1.6;
  }
}

.l-qa .toggle_title::before {
  content: "Q";
  width: 4.2rem;
  height: 4.2rem;
  background: var(--sub);
  border-radius: 50%;
  color: var(--white);
  font-family: var(--en-font2);
  text-align: center;
  font-size: 2.2rem;
  font-weight: 600;
  line-height: 1;
  letter-spacing: 0;
  position: absolute;
  top: 50%;
  left: 2.4rem;
  transform: translate(0, -50%);
  display: flex;
  justify-content: center;
  align-items: center;
}

@media screen and (max-width: 768px) {
  .l-qa .toggle_title::before {
    width: 3rem;
    height: 3rem;
    font-size: 1.6rem;
    left: 1.4rem;
  }
}

.l-qa .toggle_title:hover {
  color: var(--sub);
}

.l-qa .toggle_btn {
  position: absolute;
  top: 50%;
  right: 2.4rem;
  transform: translateY(-50%);
  display: block;
  width: 1.8rem;
  height: 1.8rem;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
}

@media screen and (max-width: 768px) {
  .l-qa .toggle_btn {
    right: 1.4rem;
  }
}

.l-qa .toggle_btn:before,
.l-qa .toggle_btn:after {
  display: block;
  content: "";
  background-color: var(--base-color);
  position: absolute;
  width: 1.8rem;
  height: 0.2rem;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.l-qa .toggle_btn:before {
  width: 0.2rem;
  height: 1.8rem;
}

.l-qa .toggle_title.selected .toggle_btn:before {
  content: normal;
}

.l-qa .toggle_contents dd {
  display: none;
  padding: 3rem 2.4rem 3rem 9.1rem;
  background: var(--sub-light);
  position: relative;
}

@media screen and (max-width: 768px) {
  .l-qa .toggle_contents dd {
    padding: 1.6rem 3.2rem 1.6rem 6rem;
  }
}

.l-qa .toggle_contents dd::before {
  content: "A";
  width: 4.2rem;
  height: 4.2rem;
  border: 2px solid var(--sub);
  background: var(--white);
  border-radius: 50%;
  color: var(--sub);
  font-family: var(--en-font2);
  text-align: center;
  font-size: 2.2rem;
  font-weight: 600;
  line-height: 1;
  letter-spacing: 0;
  position: absolute;
  top: 3rem;
  left: 2.4rem;
  display: flex;
  justify-content: center;
  align-items: center;
}

@media screen and (max-width: 768px) {
  .l-qa .toggle_contents dd::before {
    width: 3rem;
    height: 3rem;
    font-size: 1.6rem;
    top: 1.6rem;
    left: 1.4rem;
  }
}

.l-price {
  background: #F1F9F9;
  padding: 12rem 0;
  /*----- l-priceSys ----- */
  /*----- l-pricePay ----- */
}

@media screen and (max-width: 768px) {
  .l-price {
    padding: 5rem 1.5rem;
  }
}

.l-price__inner {
  width: 125rem;
  margin: 0 auto;
}

@media screen and (max-width: 768px) {
  .l-price__inner {
    width: 100%;
  }
}

.l-price__title {
  margin-bottom: 6rem;
}

@media screen and (max-width: 768px) {
  .l-price__title {
    margin-bottom: 2.4rem;
  }
}

.l-priceSys {
  border-radius: 3rem;
  background: var(--white);
  padding: 7rem 17.5rem;
  /* rayout */
  /* elements */
}

@media screen and (max-width: 768px) {
  .l-priceSys {
    width: 100%;
/*    padding: 2rem;*/
	  padding: 3rem;
    border-radius: 1.6rem;
  }
}

.l-priceSys-box01 {
  margin-bottom: 5rem;
}

@media screen and (max-width: 768px) {
  .l-priceSys-box01 {
    margin-bottom: 2.4rem;
  }
}

.l-priceSys-box01-flexbox {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 0 1.6rem;
}

@media screen and (max-width: 768px) {
  .l-priceSys-box01-flexbox {
    flex-direction: column;
    gap: 0;
  }
}

.l-priceSys-box01-flexbox__imgbox {
  width: 45rem;
}

@media screen and (max-width: 768px) {
  .l-priceSys-box01-flexbox__imgbox {
    width: 100%;
  }
}

.l-priceSys-box01-flexbox__imgbox img {
  width: 100%;
  height: auto;
}

.l-priceSys-box01-flexbox__tblbox {
  width: 43.4rem;
}

@media screen and (max-width: 768px) {
  .l-priceSys-box01-flexbox__tblbox {
    width: 100%;
  }
}

.l-priceSys-box02 {
/*  margin-bottom: 5rem;*/
  display: flex;
  justify-content: space-between;
  align-items: center;
}

@media screen and (max-width: 768px) {
  .l-priceSys-box02 {
/*    margin-bottom: 3rem;*/
    flex-direction: column;
    gap: 2.4rem 0;
  }
}

.l-priceSys-box02__left {
  width: 50.4rem;
}

@media screen and (max-width: 768px) {
  .l-priceSys-box02__left {
    width: 100%;
  }
}

.l-priceSys-box02__right {
  width: 35rem;
}

@media screen and (max-width: 768px) {
  .l-priceSys-box02__right {
    width: 100%;
  }
}

.l-priceSys-box03 {
  margin-bottom: 7rem;
}

@media screen and (max-width: 768px) {
  .l-priceSys-box03 {
    margin-bottom: 2.4rem;
  }
}

.l-priceSys-box03-flexbox {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 0 1.6rem;
}

@media screen and (max-width: 768px) {
  .l-priceSys-box03-flexbox {
    gap: 0;
  }
}

.l-priceSys-box03-flexbox__imgbox {
  width: 45rem;
}

@media screen and (max-width: 768px) {
  .l-priceSys-box03-flexbox__imgbox {
    width: 100%;
  }
}

.l-priceSys-box03-flexbox__imgbox img {
  width: 100%;
  height: auto;
}

.l-priceSys-box03-flexbox__tblbox {
  width: 43.4rem;
}

@media screen and (max-width: 768px) {
  .l-priceSys-box03-flexbox__tblbox {
    width: 100%;
  }
}

.l-priceSys-box04 {
  margin-bottom: 0;
}

.l-priceSys__subtitle {
  color: var(--main-dark);
  font-size: 2rem;
  font-weight: 600;
  line-height: 1.5;
  letter-spacing: 0.1em;
  margin-bottom: 1.6rem;
}

@media screen and (max-width: 768px) {
  .l-priceSys__subtitle {
    font-size: 1.5rem;
    line-height: 1.6;
    letter-spacing: 0.08em;
    margin-bottom: 1.2rem;
  }
}

@media screen and (max-width: 768px) {
  .l-priceSys__sup {
    font-size: 1.2rem;
    font-weight: 500;
    line-height: 1.87;
    letter-spacing: 0.05em;
  }
}

.l-priceSys__sup span {
  color: #C94242;
}

.l-priceSys__sup {
	margin-bottom: 3.2rem;
}

.l-priceSys__tbl01 {
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
  border-top: 1px solid var(--main-dark);
  border-bottom: 1px solid var(--main-dark);
}

.l-priceSys__tbl01 th {
  width: 50%;
  vertical-align: middle;
  text-align: left;
  border-bottom: 1px solid var(--white);
  background: var(--main-dark);
  padding: 1.6rem 2rem 1.6rem 3rem;
  color: var(--white);
  font-weight: 400;
}

@media screen and (max-width: 768px) {
  .l-priceSys__tbl01 th {
    font-size: 1.2rem;
    font-weight: 500;
    line-height: 1.87;
    letter-spacing: 0.05em;
    padding: 1.6rem 1rem;
  }
}

.l-priceSys__tbl01 td {
  width: 50%;
  vertical-align: middle;
  text-align: right;
  border-bottom: 1px solid var(--main-dark);
  background: var(--white);
  padding: 2rem;
  font-size: 1.7rem;
  font-weight: 600;
  line-height: 1.52;
  letter-spacing: 0.08em;
  white-space: nowrap;
}

@media screen and (max-width: 768px) {
  .l-priceSys__tbl01 td {
    font-size: 1.3rem;
    line-height: 1.73;
    letter-spacing: 0.05em;
    padding: 1.6rem 1rem;
  }
}

.l-priceSys__tbl01 tr:last-child th,
.l-priceSys__tbl01 tr:last-child td {
  border-bottom: none;
}

.l-priceSys__tbl02 {
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
  margin-bottom: 3.2rem;
  border-top: 1px solid var(--main-dark);
  border-bottom: 1px solid var(--main-dark);
}

@media screen and (max-width: 768px) {
  .l-priceSys__tbl02 {
    margin-bottom: 2rem;
  }
}

.l-priceSys__tbl02 th {
  width: 50%;
  vertical-align: middle;
  text-align: left;
  border-bottom: 1px solid var(--white);
  background: var(--main-dark);
  padding: 2rem 1rem 2rem 3rem;
  color: var(--white);
  font-weight: 400;
}

@media screen and (max-width: 768px) {
  .l-priceSys__tbl02 th {
    font-size: 1.2rem;
    font-weight: 500;
    line-height: 1.87;
    letter-spacing: 0.05em;
    padding: 1.6rem 1rem;
  }
}

.l-priceSys__tbl02 td {
  width: 50%;
  vertical-align: middle;
  text-align: right;
  border-bottom: 1px solid var(--main-dark);
  background: var(--white);
  padding: 1.6rem 1rem 1.6rem 3rem;
  font-size: 1.7rem;
  font-weight: 600;
  line-height: 1.52;
  letter-spacing: 0.09em;
}

@media screen and (max-width: 768px) {
  .l-priceSys__tbl02 td {
    font-size: 1.3rem;
    line-height: 1.73;
    letter-spacing: 0.05em;
    padding: 1.6rem 1rem;
  }
}

.l-priceSys__tbl02 tr:last-child th,
.l-priceSys__tbl02 tr:last-child td {
  border-bottom: none;
}

.l-pricePay {
  margin-top: 5rem;
  border-radius: 3rem;
  background: var(--white);
  padding: 7rem 22.5rem;
}

@media screen and (max-width: 768px) {
  .l-pricePay {
    margin-top: 3rem;
    width: 100%;
    padding: 3rem;
    border-radius: 1.6rem;
  }
}

.l-pricePay__subtitle {
  color: var(--white);
  text-align: center;
  font-family: var(--sub-font);
  font-size: 2.8rem;
  font-weight: 500;
  line-height: 1.55;
  letter-spacing: 0.1em;
  background: var(--main-dark);
  padding: 1rem;
  margin-bottom: 4rem;
}

@media screen and (max-width: 768px) {
  .l-pricePay__subtitle {
    margin-bottom: 2.4rem;
    font-size: 1.8rem;
    font-weight: 600;
    line-height: 1.6;
    letter-spacing: 0.05em;
  }
}

.l-pricePay__intro {
  text-align: center;
  margin-bottom: 5rem;
}

@media screen and (max-width: 768px) {
  .l-pricePay__intro {
    text-align: left;
    margin-bottom: 2.4rem;
  }
}

.l-pricePay__badges {
  width: 100%;
  margin: 0 auto 7rem auto;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 0 2.4rem;
}

@media screen and (max-width: 768px) {
  .l-pricePay__badges {
    margin: 0 auto 2.4rem auto;
    gap: 0.8rem;
  }
}

.l-pricePay__badges li {
  background: var(--white);
  border: 2px solid var(--main-dark);
  width: 20rem;
  height: auto;
  aspect-ratio: 1/1;
  border-radius: 50%;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 1rem 0;
  text-align: center;
}

@media screen and (max-width: 768px) {
  .l-pricePay__badges li {
    width: calc((100% - 0.8rem) / 2);
    gap: 0.6rem 0;
  }

  .l-pricePay__badges li img {
    width: 6rem;
    height: auto;
  }
}

.l-pricePay__badges p {
  color: var(--main-dark);
  font-size: 1.7rem;
  font-weight: 600;
  line-height: 1.5;
  letter-spacing: 0.08em;
}

@media screen and (max-width: 768px) {
  .l-pricePay__badges p {
    font-size: 1.5rem;
    line-height: 1.1;
  }
}

.l-pricePay__badges p.row1 {
  line-height: 3;
}

@media screen and (max-width: 768px) {
  .l-pricePay__badges p.row1 {
    line-height: 2.2;
  }
}

.l-pricePay-credit {
  border: 1px solid var(--gray);
  background: var(--white);
  padding: 4rem 2.4rem;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  align-items: center;
  margin-bottom: 7rem;
}

@media screen and (max-width: 768px) {
  .l-pricePay-credit {
    padding: 3rem 0.4rem;
    margin-bottom: 2.4rem;
  }

  .l-pricePay-credit img {
    height: 3.8rem;
    width: auto;
  }
}

.l-pricePay-credit ul {
  display: flex;
  justify-content: center;
  align-items: center;
}

@media screen and (max-width: 768px) {
  .l-pricePay-credit ul {
    flex-wrap: wrap;
  }
}

.l-pricePay__medical {
  background: var(--main-light);
  padding: 3.4rem 5rem;
  width: 100%;
}

@media screen and (max-width: 768px) {
  .l-pricePay__medical {
    padding: 3rem;
  }
}

.l-pricePay__medical h4 {
  margin-bottom: 1.6rem;
  text-align: center;
  font-size: 2rem;
  font-weight: 600;
  line-height: 1.5;
  letter-spacing: 0.1em;
}

@media screen and (max-width: 768px) {
  .l-pricePay__medical h4 {
    font-size: 1.8rem;
    letter-spacing: 0.05em;
  }
}

.l-flow {
  padding: 12rem 0;
}

@media screen and (max-width: 768px) {
  .l-flow {
    padding: 5rem 2rem;
  }
}

.l-flow__inner {
  width: 100rem;
  margin: 0 auto;
}

@media screen and (max-width: 768px) {
  .l-flow__inner {
    width: 100%;
  }
}

.l-flow__title {
  margin-bottom: 7rem;
}

@media screen and (max-width: 768px) {
  .l-flow__title {
    margin-bottom: 3rem;
  }
}

.l-flow-list {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  gap: 5.4rem 0;
}

@media screen and (max-width: 768px) {
  .l-flow-list {
    gap: 4.4rem 0;
  }
}

.l-flow-list__item {
  width: 100%;
  border-radius: 2.4rem;
  border: 2px solid var(--main-dark);
  background: var(--white);
  padding: 4rem 5rem;
  display: flex;
  flex-wrap: wrap;
  flex-direction: row-reverse;
  justify-content: space-between;
  align-items: stretch;
  position: relative;
}

@media screen and (max-width: 768px) {
  .l-flow-list__item {
    border: 1px solid var(--main-dark);
    padding: 3rem 2rem;
    gap: 2.4rem 0;
  }
}

.l-flow-list__item::after {
  content: "";
  background: var(--main-dark);
  width: 3.6rem;
  height: 1.8rem;
  clip-path: polygon(0 0, 100% 0, 50% 100%);
  position: absolute;
  bottom: -3.6rem;
  left: 50%;
  transform: translate(-50%, 0);
}

@media screen and (max-width: 768px) {
  .l-flow-list__item::after {
    bottom: -3.4rem;
  }
}

.l-flow-list__item:last-child::after {
  content: none;
}

.l-flow-list__imgbox {
  width: 35rem;
}

@media screen and (max-width: 768px) {
  .l-flow-list__imgbox {
    width: 100%;
  }
}

.l-flow-list__imgbox img {
  width: 100%;
  height: auto;
}

@media screen and (max-width: 768px) {
  .l-flow-list__imgbox img {
    height: 15rem;
    object-fit: cover;
    object-position: center;
  }
}

.l-flow-list__txtbox {
  width: 50rem;
}

@media screen and (max-width: 768px) {
  .l-flow-list__txtbox {
    width: 100%;
  }
}

.l-flow-list__subtitle {
  margin-bottom: 2.4rem;
  display: flex;
  align-items: center;
  gap: 0 1rem;
}

@media screen and (max-width: 768px) {
  .l-flow-list__subtitle {
    margin-bottom: 1.2rem;
  }
}

.l-flow-list__subtitle .num {
  color: var(--main-dark);
  font-family: var(--en-font2);
  font-size: 3.4rem;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0.05em;
}

.l-flow-list__subtitle .ja {
  font-family: var(--sub-font);
  font-size: 2.8rem;
  font-weight: 500;
  line-height: 1.55;
  letter-spacing: 0.1em;
}

@media screen and (max-width: 768px) {
  .l-flow-list__subtitle .ja {
    font-size: 2.2rem;
    letter-spacing: 0.12em;
  }
}

.l-flow-list__btns {
  width: 82.4rem;
  margin: 5rem auto 0 auto;
}

@media screen and (max-width: 768px) {
  .l-flow-list__btns {
    width: 100%;
    margin: 0 auto;
    padding: 0 1rem;
  }
}

.l-flow-list__labels {
  margin-top: 2.4rem;
  display: flex;
  gap: 0 1.6rem;
}

@media screen and (max-width: 768px) {
  .l-flow-list__labels {
    gap: 0;
    justify-content: space-between;
  }
}

.l-flow-list__labels li {
  color: var(--main-dark);
  text-align: center;
  font-weight: 600;
  line-height: 1.6;
  letter-spacing: 0.08em;
  border: 1px solid var(--main-dark);
  background: var(--white);
  padding: 1rem 0;
  width: 15rem;
  display: inline-flex;
  justify-content: center;
  align-items: center;
}

@media screen and (max-width: 768px) {
  .l-flow-list__labels li {
    font-size: 1.2rem;
    font-weight: 700;
    letter-spacing: 0.04em;
    padding: 1rem 0.8rem;
    width: auto;
  }
}

.l-apply {
  background: url(../img/l-apply-bg.jpg) no-repeat center bottom/cover;
  width: 100%;
  height: 62rem;
  position: relative;
  z-index: 2;
  clip-path: polygon(0 0, 100% 0, 100% 88.22%, 50% 100%, 0 88.22%);
  margin-bottom: -7.3036rem;
  padding: 8rem 0 0 0;
}

@media screen and (max-width: 768px) {
  .l-apply {
    background: url(../img/l-apply-bg-sp.jpg) no-repeat center center/cover;
    height: 118.2rem;
    clip-path: polygon(0 0, 100% 0, 100% 96%, 50% 100%, 0 96%);
    margin-bottom: -5.91rem;
    padding: 5rem 2rem 0 2rem;
  }
}

.l-apply__inner {
  width: 117rem;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 4.2rem 0;
}

@media screen and (max-width: 768px) {
  .l-apply__inner {
    width: 100%;
    gap: 2.4rem 0;
  }
}

.l-apply__title {
  color: var(--white);
  text-align: center;
  font-family: var(--sub-font);
  font-size: 3.6rem;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: 0.1em;
  background: var(--main-dark);
  padding: 1rem 4rem;
  display: inline-flex;
  justify-content: center;
  align-items: center;
}

@media screen and (max-width: 768px) {
  .l-apply__title {
    font-size: 2.2rem;
    font-weight: 500;
    letter-spacing: 0.12em;
    padding: 1rem;
    display: flex;
    width: calc(100% + 4rem);
    margin: 0 -2rem;
  }
}

.l-apply__intro {
  color: var(--white);
  text-align: center;
  font-size: 1.7rem;
  font-weight: 400;
  line-height: 1.88;
  letter-spacing: 0.05em;
}

@media screen and (max-width: 768px) {
  .l-apply__intro {
    font-size: 1.5rem;
    letter-spacing: 0.11em;
    text-align: left;
  }
}

.l-apply__list {
  display: flex;
  justify-content: space-between;
  width: 100%;
}

@media screen and (max-width: 768px) {
  .l-apply__list {
    flex-wrap: wrap;
    justify-content: center;
    gap: 1.6rem 2.4rem;
    padding: 0 1.8rem;
  }
}

.l-apply__list li {
  width: 15rem;
}

@media screen and (max-width: 768px) {
  .l-apply__list li {
    width: calc((100% - 2.4rem) / 2);
  }
}

.l-apply__list .icon {
  background: var(--main-light);
  border-radius: 50%;
  width: 100%;
  height: auto;
  aspect-ratio: 1/1;
  filter: drop-shadow(0 0 7px rgba(0, 0, 0, 0.25));
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 1.6rem;
}

.l-apply__list p {
  color: var(--white);
  text-align: center;
  font-size: 1.7rem;
  font-weight: 600;
  line-height: 1.5;
  letter-spacing: 0.08em;
}

@media screen and (max-width: 768px) {
  .l-apply__list p {
    font-size: 1.5rem;
    line-height: 1.6;
  }
}

.l-mousepiece {
  background: url(../img/bg-tile.png) repeat top left;
  padding: 13rem 0 10rem 0;
}

@media screen and (max-width: 768px) {
  .l-mousepiece {
    padding: 5rem 2rem;
  }
}

.l-mousepiece__inner {
  width: 100rem;
  margin: 0 auto;
}

@media screen and (max-width: 768px) {
  .l-mousepiece__inner {
    width: 100%;
  }
}

.l-mousepiece__title {
  margin-bottom: 7rem;
}

@media screen and (max-width: 768px) {
  .l-mousepiece__title {
    margin-bottom: 1.2rem;
  }
}

.l-mousepiece__subtitle {
  margin-bottom: 5rem;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  flex-direction: column;
  gap: 2.4rem 0;
  text-align: center;
  width: 100%;
}

@media screen and (max-width: 768px) {
  .l-mousepiece__subtitle {
    margin: 0 auto 2.4rem auto;
    display: flex;
    gap: 1.6rem 0;
    width: 100%;
  }
}

.l-mousepiece__subtitle h3 {
  color: var(--white);
  text-align: center;
  font-family: var(--sub-font);
  font-size: 3.2rem;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0.1em;
  display: inline-block;
  background: var(--main-dark);
  padding: 1rem 2.4rem;
}

@media screen and (max-width: 768px) {
  .l-mousepiece__subtitle h3 {
    font-size: 1.8rem;
    font-weight: 600;
    line-height: 1.6;
    letter-spacing: 0.05em;
  }

  .l-mousepiece__subtitle h3:last-child {
    padding: 1rem 1.2rem;
  }
}

.l-mousepiece__subtitle h3 span {
  font-size: 3.6rem;
  font-weight: 400;
  line-height: 1.5;
}

@media screen and (max-width: 768px) {
  .l-mousepiece__subtitle h3 span {
    font-size: 2.2rem;
    font-weight: 500;
    letter-spacing: 0.08em;
  }
}

.l-mousepiece__flexbox {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

@media screen and (max-width: 768px) {
  .l-mousepiece__flexbox {
    gap: 1.6rem 0;
  }
}

.l-mousepiece__imgbox {
  width: 45rem;
}

@media screen and (max-width: 768px) {
  .l-mousepiece__imgbox {
    width: 100%;
    padding: 0 3.6rem;
  }
}

.l-mousepiece__imgbox img {
  width: 100%;
  height: auto;
}

.l-mousepiece__txtbox {
  border-radius: 2.4rem;
  background: #DFF3F1;
  width: 52rem;
  margin: 2rem 0;
  position: relative;
  padding: 0 6rem;
  display: flex;
  justify-content: center;
  align-items: center;
}

@media screen and (max-width: 768px) {
  .l-mousepiece__txtbox {
    width: 100%;
    padding: 3.6rem 4.8rem;
  }
}

.l-mousepiece__txtbox::before {
  content: "";
  position: absolute;
  top: 1.4rem;
  left: 1.4rem;
  right: 1.4rem;
  bottom: 1.4rem;
  border: 1px solid var(--main-dark);
  pointer-events: none;
  border-radius: 2rem;
}

.l-merit {
  width: 120rem;
  margin: 13rem auto 0 auto;
}

@media screen and (max-width: 768px) {
  .l-merit {
    width: 100%;
    margin: 3rem auto 0 auto;
  }
}

.l-merit__title {
  margin-bottom: 10.6rem;
}

@media screen and (max-width: 768px) {
  .l-merit__title {
    margin-bottom: 7.8rem;
  }
}

.l-merit__list {
  display: flex;
  flex-wrap: wrap;
  gap: 7.4rem 2.4rem;
}

@media screen and (max-width: 768px) {
  .l-merit__list {
    gap: 7rem 0;
  }
}

.l-merit__list li {
  width: calc((100% - 4.8rem) / 3);
  padding: 3rem;
  position: relative;
  border-radius: 1.6rem;
}

@media screen and (max-width: 768px) {
  .l-merit__list li {
    width: 100%;
  }
}

.l-merit__list li:nth-child(2n+1) {
  background: var(--main-light);
}

.l-merit__list li:nth-child(2n) {
  background: var(--sub-light);
}

.l-merit__list .numbox {
  width: 10rem;
  height: auto;
  aspect-ratio: 1/1;
  margin: 0 auto 0 auto;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  color: var(--white);
  font-family: var(--en-font2);
  text-transform: uppercase;
  border-radius: 50%;
  position: absolute;
  top: -5rem;
  left: 50%;
  transform: translate(-50%, 0);
}

@media screen and (max-width: 768px) {
  .l-merit__list .numbox {
    width: 9rem;
    top: -4.5rem;
  }
}

.l-merit__list .numbox.green {
  background: rgba(38, 183, 188, 0.8);
}

.l-merit__list .numbox.brown {
  background: rgba(187, 162, 122, 0.8);
}

.l-merit__list .numbox .en {
  font-size: 1.4rem;
  font-weight: 600;
  line-height: 1;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.l-merit__list .numbox .num {
  font-size: 4rem;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}

.l-merit__list .imgbox {
  width: 100%;
}

.l-merit__list .imgbox img {
  width: 100%;
  height: auto;
  border-radius: 0.8rem;
}

@media screen and (max-width: 768px) {
  .l-merit__list .imgbox img {
    height: 18rem;
    object-fit: cover;
    object-position: top center;
  }
}

.l-merit__list .txtbox {
  padding: 2.4rem 0 0 0;
}

.l-merit__list h3 {
  margin-bottom: 1.6rem;
  text-align: center;
  font-size: 2rem;
  font-weight: 600;
  line-height: 1.5;
  letter-spacing: 0.1em;
}

@media screen and (max-width: 768px) {
  .l-merit__list h3 {
    letter-spacing: 0.08em;
    white-space: nowrap;
  }
}

.l-merit__list h3.green {
  color: var(--main-dark);
}

.l-merit__list h3.brown {
  color: var(--sub);
}

.l-case {
  background: var(--gray-light);
  padding: 12rem 0;
  position: relative;
  z-index: 1;
}

@media screen and (max-width: 768px) {
  .l-case {
    padding: 5rem 1.5rem;
  }
}

.l-case__title {
  margin-bottom: 5rem;
}

@media screen and (max-width: 768px) {
  .l-case__title {
    margin-bottom: 3rem;
  }
}

.l-case__card {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  background: var(--white);
  width: 100%;
  padding: 7rem 10rem;
  border-radius: 2.4rem;
}

@media screen and (max-width: 768px) {
  .l-case__card {
    flex-direction: column;
    padding: 5rem 1.5rem;
  }
}

.l-case__card img {
  width: 100%;
  height: auto;
}

.l-case__subtitle {
  font-family: var(--en-font);
  font-size: 3.4rem;
  font-weight: 400;
  line-height: 1.4;
  letter-spacing: 0.1em;
  margin-bottom: 4rem;
  width: 100%;
  text-align: center;
}

.l-case__before {
  width: 47rem;
  border-radius: 1.6rem;
  overflow: hidden;
}

@media screen and (max-width: 768px) {
  .l-case__before {
    width: 100%;
  }

  .l-case__before img {
    width: 100%;
    height: 18rem;
    object-fit: cover;
    object-position: center center;
  }
}

.l-case__before h4 {
  color: var(--white);
  font-family: var(--en-font);
  font-size: 2rem;
  font-weight: 600;
  line-height: 1.5;
  letter-spacing: 0.15em;
  background: var(--gray-dark);
  padding: 1rem;
  text-align: center;
  text-transform: uppercase;
}

@media screen and (max-width: 768px) {
  .l-case__before h4 {
    font-size: 1.5rem;
    letter-spacing: 0.15em;
    padding: 0.6rem;
  }
}

.l-case__triangle {
  background: var(--main);
  height: 2.6rem;
  width: 1.3rem;
  clip-path: polygon(0 0, 100% 50%, 0 100%);
}

@media screen and (max-width: 768px) {
  .l-case__triangle {
    clip-path: polygon(0 0, 100% 0, 50% 100%);
    width: 2.4rem;
    height: 1.2rem;
    margin: 1rem 0;
  }
}

.l-case__after {
  width: 47rem;
  border-radius: 1.6rem;
  overflow: hidden;
}

@media screen and (max-width: 768px) {
  .l-case__after {
    width: 100%;
  }

  .l-case__after img {
    width: 100%;
    height: 18rem;
    object-fit: cover;
    object-position: center center;
  }
}

.l-case__after h4 {
  color: var(--white);
  font-family: var(--en-font);
  font-size: 2rem;
  font-weight: 600;
  line-height: 1.5;
  letter-spacing: 0.15em;
  background: var(--main-dark);
  padding: 1rem;
  text-align: center;
  text-transform: uppercase;
}

@media screen and (max-width: 768px) {
  .l-case__after h4 {
    font-size: 1.5rem;
    letter-spacing: 0.15em;
    padding: 0.6rem;
  }
}

.l-case__tablewrap {
  border-radius: 1.6rem;
  overflow: hidden;
  border: 1px solid var(--main-dark);
  margin-top: 4rem;
  width: 100%;
}

@media screen and (max-width: 768px) {
  .l-case__tablewrap {
    margin-top: 3rem;
  }
}

.l-case__table {
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
}

.l-case__table th {
  width: 29%;
  vertical-align: middle;
  padding: 2rem 3rem;
  background: var(--main-dark);
  color: var(--white);
  font-weight: 600;
  line-height: 1.6;
  letter-spacing: 0.08em;
  border-bottom: 1px solid var(--white);
}

@media screen and (max-width: 768px) {
  .l-case__table th {
    padding: 1rem 1.6rem;
    display: block;
    width: 100%;
    font-size: 1.3rem;
    font-weight: 600;
    line-height: 1.73;
  }
}

.l-case__table td {
  width: 71%;
  vertical-align: middle;
  padding: 2rem 3rem;
  background: var(--white);
  border-bottom: 1px solid var(--main-dark);
}

@media screen and (max-width: 768px) {
  .l-case__table td {
    padding: 1rem 1.6rem;
    display: block;
    width: 100%;
    font-size: 1.2rem;
    font-weight: 500;
    line-height: 1.87;
    letter-spacing: 0.05em;
  }
}

.l-case__table tr:last-child th {
  border-bottom: none;
}

.l-case__table tr:last-child td {
  border-bottom: none;
}

.l-comparison {
  padding: 15rem 0;
  background: url(../img/l-comparison-bg.jpg) no-repeat center top/cover;
}

@media screen and (max-width: 768px) {
  .l-comparison {
    padding: 5rem 0;
    background: url(../img/l-comparison-bg-sp.jpg) no-repeat center top/cover;
  }
}

.l-comparison__inner {
  width: 100rem;
  margin: 0 auto;
}

@media screen and (max-width: 768px) {
  .l-comparison__inner {
    width: 100%;
  }
}

.l-comparison__title {
  margin-bottom: 6rem;
}

@media screen and (max-width: 768px) {
  .l-comparison__title {
    margin-bottom: 3.2rem;
    padding: 0 2rem;
  }
}

.l-comparison__subtitle {
  display: flex;
  justify-content: center;
  margin-bottom: 3.2rem;
}

@media screen and (max-width: 768px) {
  .l-comparison__subtitle {
    width: calc(100% - 4rem);
    margin: 0 auto 2.4rem auto;
  }
}

.l-comparison__subtitle h3 {
  color: var(--white);
  text-align: center;
  font-family: var(--sub-font);
  font-size: 2.8rem;
  font-weight: 500;
  line-height: 1.55;
  letter-spacing: 0.1em;
  background: var(--main-dark);
  width: 70rem;
  height: auto;
  padding: 1rem;
  display: inline-flex;
  justify-content: center;
  align-items: center;
}

@media screen and (max-width: 768px) {
  .l-comparison__subtitle h3 {
    font-size: 1.8rem;
    font-weight: 600;
    line-height: 1.6;
    letter-spacing: 0.05em;
    width: 100%;
  }
}

.l-comparison__intro {
  text-align: center;
  margin-bottom: 6rem;
}

@media screen and (max-width: 768px) {
  .l-comparison__intro {
    text-align: left;
    padding: 0 2rem;
    margin-bottom: 5rem;
  }
}

.l-comparison__figure {
  width: 100%;
}

@media screen and (max-width: 768px) {
  .l-comparison__figure {
    width: auto;
  }
}

.l-comparison__figure img {
  width: 100%;
  height: auto;
}

@media screen and (max-width: 768px) {
  .l-comparison__figure img {
    min-width: 55rem;
    padding: 0 2rem;
  }
}

.l-comparison .scroll-container {
  position: relative;
  overflow-x: auto;
  overflow-y: visible;
  -webkit-overflow-scrolling: touch;
}

.l-comparison .scroll-hint {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  opacity: 0;
  transition: opacity 0.5s ease-in-out;
  z-index: 100;
}

.l-comparison .scroll-hint.show {
  opacity: 1;
}

@keyframes hintAnimation {

  0%,
  100% {
    transform: translateY(-50%) translateX(0);
  }

  50% {
    transform: translateY(-50%) translateX(-10px);
  }
}

.l-result {
  width: 100%;
  margin: 6rem auto 0 auto;
  padding: 8.2rem 0;
  background: #F8F6F1;
  box-shadow: 0 10px 12px 0 rgba(0, 0, 0, 0.2);
  position: relative;
}

@media screen and (max-width: 768px) {
  .l-result {
    margin: 8.2rem auto 0 auto;
    padding: 1rem 0 3.2rem 0;
    box-shadow: 0 none;
  }
}

.l-result::before {
  content: "";
  width: 1px;
  height: 7.4rem;
  background: var(--base-color);
  position: absolute;
  left: 50%;
  top: -2.4rem;
  z-index: 5;
}

@media screen and (max-width: 768px) {
  .l-result::before {
    height: 5rem;
    top: -5rem;
  }
}

.l-result::after {
  content: "";
  clip-path: polygon(0 0, 50% 100%, 100% 0);
  background: var(--white);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}

.l-result__inner {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 0.6rem 0;
  text-align: center;
  position: relative;
  z-index: 4;
}

.l-result__p {
  font-family: var(--sub-font);
  font-size: 2.8rem;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0.1em;
}

@media screen and (max-width: 768px) {
  .l-result__p {
    font-size: 2.2rem;
    letter-spacing: 0.12em;
  }
}

.l-result__title {
  font-family: var(--sub-font);
  font-size: 3.6rem;
  line-height: 1.5;
  letter-spacing: 0.1em;
}

@media screen and (max-width: 768px) {
  .l-result__title {
    font-size: 2.4rem;
    font-weight: 500;
    line-height: 1.6;
    letter-spacing: 0.08em;
  }
}

.l-result__title span {
  color: var(--main-dark);
}

.l-result__figure {
  position: absolute;
  right: 4rem;
  top: 50%;
  transform: translate(0, -50%);
  width: 26.455026455vw;
  z-index: 3;
}

@media screen and (max-width: 768px) {
  .l-result__figure {
    right: 0.2rem;
    top: auto;
    bottom: 2.2rem;
    transform: translate(0, 0);
    width: 11.8rem;
  }
}

.l-result__figure img {
  width: 100%;
  height: auto;
}

.l-trouble {
  width: 96%;
  margin: 6rem auto 0 auto;
  overflow-x: hidden;
}

@media screen and (max-width: 768px) {
  .l-trouble {
    width: calc(100% - 2rem);
    margin: 0 auto;
  }
}

.l-trouble__inner {
  width: 100%;
  height: 70rem;
  background: url(../img/l-trouble-bg.jpg) no-repeat center center/cover;
  background-attachment: fixed;
  position: relative;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

@media screen and (max-width: 768px) {
  .l-trouble__inner {
    height: auto;
    background: url(../img/l-trouble-bg-sp.jpg) no-repeat center bottom/cover;
    background-attachment: inherit;
    padding: 6rem 3rem 7.2rem 3rem;
  }
}

.l-trouble__inner::before {
  content: "";
  position: absolute;
  inset: 20px;
  border: 1px solid var(--white);
  pointer-events: none;
}

@media screen and (max-width: 768px) {
  .l-trouble__inner::before {
    inset: 14px;
  }
}

.l-trouble__title {
  margin-bottom: 4.6rem;
  display: flex;
  justify-content: center;
}

@media screen and (max-width: 768px) {
  .l-trouble__title {
    margin-bottom: 2.4rem;
  }
}

.l-trouble__title h2 {
  display: inline-block;
  color: var(--white);
  text-align: center;
  font-family: var(--sub-font);
  font-size: 3.2rem;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0.1em;
  background: rgba(38, 183, 188, 0.8);
  padding: 1rem 4rem;
}

@media screen and (max-width: 768px) {
  .l-trouble__title h2 {
    display: block;
    width: 100%;
    font-size: 1.8rem;
    font-weight: 600;
    line-height: 1.6;
    letter-spacing: 0.05em;
    padding: 1rem;
  }
}

.l-trouble-list {
  width: 61.8rem;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 2.4rem;
}

@media screen and (max-width: 768px) {
  .l-trouble-list {
    width: 100%;
    gap: 1.2rem;
    justify-content: flex-start;
  }
}

.l-trouble-list__item {
  width: calc((100% - 4.8rem) / 3);
  height: auto;
  aspect-ratio: 1/1;
  border-radius: 50%;
  background: var(--white);
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  font-size: 1.7rem;
  font-weight: 600;
  line-height: 1.52;
  letter-spacing: 0.08em;
  position: relative;
}

@media screen and (max-width: 768px) {
  .l-trouble-list__item {
    width: calc((100% - 1.2rem) / 2);
    font-size: 1.5rem;
    line-height: 1.46;
    letter-spacing: 0.06em;
  }
}

.l-trouble-list__item::before {
  content: "";
  position: absolute;
  inset: 6px;
  border: 1px solid #BCBCBC;
  border-radius: 50%;
  pointer-events: none;
}

@media screen and (max-width: 768px) {
  .l-trouble-list__item::before {
    inset: 4px;
  }
}

@media screen and (max-width: 768px) {
  .l-floating {
    width: 100%;
    height: 6.4rem;
    position: fixed;
    bottom: 0;
    left: 0;
    display: flex;
    z-index: 9999;
  }

  .l-floating__phone {
    width: 50%;
  }

  .l-floating__phone a {
    width: 100%;
    height: 100%;
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    border-top: 1px solid var(--sub);
    background: var(--white);
  }

  .l-floating__phone small {
    color: var(--white);
    font-size: 1rem;
    font-weight: 600;
    line-height: 1.2;
    letter-spacing: 0.04em;
    border-radius: 10rem;
    background: var(--sub);
    display: flex;
    justify-content: center;
    align-items: center;
    width: 14rem;
    padding: 0.2rem 0;
  }

  .l-floating__phone p {
    display: flex;
    align-items: center;
    gap: 0 0.6rem;
    font-family: var(--en-font2);
    font-size: 2rem;
    line-height: 1.2;
    letter-spacing: 0.05em;
  }

  .l-floating__reserve {
    width: 50%;
  }

  .l-floating__reserve a {
    width: 100%;
    height: 100%;
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    border-top: 1px solid var(--main-dark);
    background: var(--main-dark);
  }

  .l-floating__reserve small {
    color: var(--main-dark);
    font-size: 1rem;
    font-weight: 600;
    line-height: 1.2;
    letter-spacing: 0.04em;
    border-radius: 10rem;
    background: var(--white);
    display: flex;
    justify-content: center;
    align-items: center;
    width: 14rem;
    padding: 0.2rem 0;
  }

  .l-floating__reserve p {
    display: flex;
    align-items: center;
    gap: 0 0.6rem;
    color: var(--white);
    font-size: 1.5rem;
    font-weight: 600;
    line-height: 1.46;
    letter-spacing: 0.06em;
  }
}

@media screen and (min-width: 769px) {
  .l-floating {
    display: none;
  }
}

.l-sitemap {
  padding: 12rem 6rem 7rem 6rem;
}

@media screen and (max-width: 768px) {
  .l-sitemap {
    padding: 8.6rem 4rem 15rem 4rem;
  }
}

.l-sitemap__nav {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  gap: 2rem 0;
}

.l-sitemap__nav a {
  font-family: var(--sub-font);
  font-size: 1.6rem;
  font-weight: 600;
  line-height: 1.2;
  letter-spacing: 0.05em;
  white-space: nowrap;
}

.l-sitemap__nav a:hover {
  opacity: 0.7;
}

.l-sitemap__bnrs {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  gap: 2rem 0;
  margin-top: 3.2rem;
}

.l-sitemap__bnrs img {
  width: 100%;
  height: auto;
}

.l-sitemap__bnrs a:hover {
  opacity: 0.7;
}

.l-sitemap__copy {
  width: calc(100% + 12rem);
  text-align: center;
  margin: 3.2rem -6rem 0 -6rem;
}

@media screen and (max-width: 768px) {
  .l-sitemap__copy {
    width: calc(100% + 8rem);
    margin: 3.2rem -4rem 0 -4rem;
  }
}

.l-sitemap__copy small {
  font-size: 1.1rem;
  font-weight: 500;
  line-height: 1.8;
  letter-spacing: 0.04em;
}

.l-sitemap__copy a:hover {
  opacity: 0.7;
}

.l-header__logo {
  position: absolute;
  top: 2.380952381vw;
  left: 3.3068783069vw;
  z-index: 10;
  width: 19.8412698413vw;
  max-width: 30rem;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
}

@media screen and (max-width: 768px) {
  .l-header__logo {
    top: 1rem;
    left: 2rem;
    width: 22rem;
  }
}

.l-header__logo img {
  width: 100%;
  height: auto;
}

.l-header__logo a:hover {
  opacity: 0.7;
}

.l-header__logo .tagline {
  font-family: var(--sub-font);
  font-size: 12px;
  font-size: clamp(0.8rem, 0.7936507937vw, 1.2rem);
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0.07em;
  margin-bottom: 0.7936507937vw;
  white-space: nowrap;
}

@media screen and (max-width: 768px) {
  .l-header__logo .tagline {
    display: none;
  }
}

.l-header__logo h1 {
  background: var(--white);
  width: 100%;
  text-align: center;
/*  font-size: clamp(0.8rem, 0.7275132275vw, 1.1rem);*/
	font-size: clamp(1.1rem, 1.2vw, 1.6rem);
  font-weight: 500;
  line-height: 1.8;
  letter-spacing: 0.04em;
  padding: 0.6613756614vw 0;
  margin-top: 1.0582010582vw;
}

@media screen and (max-width: 768px) {
  .l-header__logo h1 {
/*    font-size: 0.9rem;*/
	  font-size: 1.3rem;
    font-weight: 400;
    line-height: 1.66;
    margin-top: 1rem;
    padding: 0.2rem;
  }
}

.l-header__fix {
  position: fixed;
  top: 0;
  right: 8.3rem;
  z-index: 300;
  display: flex;
  align-items: center;
}

@media screen and (max-width: 768px) {
  .l-header__fix {
    display: none;
  }
}

.l-header__phone a {
  height: 8.3rem;
  display: inline-flex;
  flex-wrap: wrap;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 0.4rem 0;
  text-align: center;
  padding: 0 2.4rem;
  background: var(--white);
  border-radius: 0 0 0 2rem;
}

.l-header__phone a:hover {
  opacity: 0.7;
}

.l-header__phone a small {
  display: block;
  color: var(--white);
  font-size: 1.1rem;
  font-weight: 500;
  line-height: 1.8;
  letter-spacing: 0.04em;
  padding: 0 2.4rem;
  border-radius: 10rem;
  background: var(--sub);
}

.l-header__phone a p {
  display: flex;
  align-items: center;
  gap: 0 0.6rem;
  font-family: var(--en-font2);
  font-size: 2.4rem;
  line-height: 1.5;
  letter-spacing: 0.05em;
}

.l-header__reserve a {
  height: 8.3rem;
  display: inline-flex;
  flex-wrap: wrap;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 0.4rem 0;
  text-align: center;
  padding: 0 2.4rem;
  background: var(--main-dark);
}

.l-header__reserve a:hover {
  opacity: 0.7;
}

.l-header__reserve a small {
  display: block;
  color: var(--main-dark);
  font-size: 1.1rem;
  font-weight: 500;
  line-height: 1.8;
  letter-spacing: 0.04em;
  padding: 0 2.4rem;
  border-radius: 10rem;
  background: var(--white);
}

.l-header__reserve a p {
  display: flex;
  align-items: center;
  gap: 0 0.6rem;
  color: var(--white);
  font-size: 1.7rem;
  font-weight: 600;
  line-height: 1.5;
  letter-spacing: 0.08em;
}

.l-feature {
  background: linear-gradient(180deg, #F6F4ED 5.37%, #FFF 100%);
  padding: 13rem 0 0 0;
  /* ----- l-feature01 ----- */
  /* ----- l-feature02 ----- */
  /* ----- l-feature03 ----- */
  /* ----- l-feature0405 ----- */
  /* ----- l-feature04 ----- */
  /* ----- l-feature05 ----- */
  /* ----- l-feature06 ----- */
}

@media screen and (max-width: 768px) {
  .l-feature {
    padding: 5rem 0 0 0;
  }
}

.l-feature__title {
  margin-bottom: 7rem;
}

@media screen and (max-width: 768px) {
  .l-feature__title {
    margin-bottom: 3.6rem;
  }
}

.l-feature__wrap {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  gap: 10rem 0;
}

@media screen and (max-width: 768px) {
  .l-feature__wrap {
    gap: 5rem 0;
  }
}

.l-feature01 {
  width: 100%;
}

@media screen and (max-width: 768px) {
  .l-feature01 {
    padding: 0 2rem;
  }
}

.l-feature01-grid {
  display: grid;
  grid-template-columns: 1fr 584px 66px 550px 1fr;
  grid-template-rows: auto;
  gap: 0px 0px;
  grid-auto-flow: row;
  grid-template-areas: "l-feature01-grid__imgbox l-feature01-grid__imgbox . l-feature01-grid__txtbox .";
}

@media screen and (max-width: 768px) {
  .l-feature01-grid {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    gap: 2.4rem 0;
  }
}

.l-feature01-grid__imgbox {
  grid-area: l-feature01-grid__imgbox;
  padding: 0 4rem 4rem 0;
  background: url(../img/l-feature01-photo-bg.png) no-repeat top 4rem left 4rem/calc(100% - 4rem) auto;
}

@media screen and (max-width: 768px) {
  .l-feature01-grid__imgbox {
    width: 100%;
    padding: 0 1.8rem 1.8rem 0;
    background: url(../img/l-feature01-photo-bg-sp.png) no-repeat top 1.8rem left 1.8rem/calc(100% - 1.8rem) auto;
  }
}

.l-feature01-grid__imgbox img {
  width: 100%;
  height: auto;
  border-radius: 1.6rem;
}

.l-feature01-grid__txtbox {
  grid-area: l-feature01-grid__txtbox;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  justify-content: center;
}

@media screen and (max-width: 768px) {
  .l-feature01-grid__txtbox {
    width: 100%;
  }
}

.l-feature01-grid__subtitle {
  border-bottom: 1px solid var(--main-dark);
  padding-bottom: 2.4rem;
  margin-bottom: 2.4rem;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  gap: 1rem 0;
}

@media screen and (max-width: 768px) {
  .l-feature01-grid__subtitle {
    padding-bottom: 1.6rem;
    margin-bottom: 1.6rem;
    justify-content: center;
    align-items: center;
    text-align: center;
  }
}

.l-feature01-grid__subtitle .en {
  color: var(--main-dark);
  font-family: var(--en-font);
  font-size: 3rem;
  font-weight: 600;
  line-height: 1.2;
  letter-spacing: 0.1em;
}

@media screen and (max-width: 768px) {
  .l-feature01-grid__subtitle .en {
    font-size: 2rem;
  }
}

.l-feature01-grid__subtitle .en span {
  font-size: 5rem;
  line-height: 1;
  letter-spacing: 0.04em;
}

@media screen and (max-width: 768px) {
  .l-feature01-grid__subtitle .en span {
    font-size: 4rem;
  }
}

.l-feature01-grid__subtitle .ja {
  font-family: var(--sub-font);
  font-size: 3.2rem;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0.1em;
}

@media screen and (max-width: 768px) {
  .l-feature01-grid__subtitle .ja {
    font-size: 2.2rem;
    letter-spacing: 0.14em;
  }
}

.l-feature01-supbox {
  border-radius: 1.6rem;
  border: 3px solid var(--main-dark);
  background: var(--white);
  width: 120rem;
  margin: 8rem auto 0 auto;
  padding: 2.4rem 15rem 6.4rem 15rem;
}

@media screen and (max-width: 768px) {
  .l-feature01-supbox {
    width: 100%;
    margin: 4rem auto 0 auto;
    padding: 4rem 1.6rem;
  }
}

.l-feature01-supbox__figure {
  width: 86.6rem;
  margin: 0 auto;
  position: relative;
}

@media screen and (max-width: 768px) {
  .l-feature01-supbox__figure {
    width: 100%;
  }
}

.l-feature01-supbox__figure h3 {
  color: var(--main-dark);
  text-align: center;
  font-size: 2.6rem;
  font-weight: 600;
  line-height: 1.5;
  letter-spacing: 0.13em;
  padding: 1rem;
  display: inline-block;
  border-bottom: 1px solid var(--main-dark);
  position: absolute;
  top: 8.4rem;
  left: 50%;
  transform: translate(-50%, 0);
}

@media screen and (max-width: 768px) {
  .l-feature01-supbox__figure h3 {
    position: static;
    transform: translate(0, 0);
    font-size: 2rem;
    line-height: 1.6;
    margin-bottom: 2rem;
    display: flex;
    justify-content: center;
    padding: 0;
    border-bottom: none;
  }

  .l-feature01-supbox__figure h3 span {
    padding: 1rem;
    display: inline-block;
    border-bottom: 1px solid var(--main-dark);
  }
}

.l-feature01-supbox__figure img {
  width: 100%;
  height: auto;
}

.l-feature01-supbox__p {
  margin-top: 3.4rem;
}

.l-feature02 {
  width: 100%;
}

@media screen and (max-width: 768px) {
  .l-feature02 {
    padding: 0 2rem;
  }
}

.l-feature02-grid {
  display: grid;
  grid-template-columns: 1fr 550px 66px 584px 1fr;
  grid-template-rows: auto;
  gap: 0px 0px;
  grid-auto-flow: row;
  grid-template-areas: ". l-feature02-grid__txtbox . l-feature02-grid__imgbox l-feature02-grid__imgbox";
}

@media screen and (max-width: 768px) {
  .l-feature02-grid {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    gap: 2.4rem 0;
  }
}

.l-feature02-grid__imgbox {
  grid-area: l-feature02-grid__imgbox;
  padding: 0 0 4rem 4rem;
  background: url(../img/l-feature02-photo-bg.png) no-repeat top 4rem right 4rem/calc(100% - 4rem) auto;
}

@media screen and (max-width: 768px) {
  .l-feature02-grid__imgbox {
    width: 100%;
    padding: 0 1.8rem 1.8rem 0;
    background: url(../img/l-feature02-photo-bg-sp.png) no-repeat top 1.8rem left 1.8rem/calc(100% - 1.8rem) auto;
  }
}

.l-feature02-grid__imgbox img {
  width: 100%;
  height: auto;
  border-radius: 1.6rem;
}

.l-feature02-grid__txtbox {
  grid-area: l-feature02-grid__txtbox;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  justify-content: center;
}

@media screen and (max-width: 768px) {
  .l-feature02-grid__txtbox {
    width: 100%;
  }
}

.l-feature02-grid__subtitle {
  border-bottom: 1px solid var(--sub);
  padding-bottom: 2.4rem;
  margin-bottom: 2.4rem;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  gap: 1rem 0;
}

@media screen and (max-width: 768px) {
  .l-feature02-grid__subtitle {
    padding-bottom: 1.6rem;
    margin-bottom: 1.6rem;
    justify-content: center;
    align-items: center;
    text-align: center;
  }
}

.l-feature02-grid__subtitle .en {
  color: var(--sub);
  font-family: var(--en-font);
  font-size: 3rem;
  font-weight: 600;
  line-height: 1.2;
  letter-spacing: 0.1em;
}

@media screen and (max-width: 768px) {
  .l-feature02-grid__subtitle .en {
    font-size: 2rem;
  }
}

.l-feature02-grid__subtitle .en span {
  font-size: 5rem;
  line-height: 1;
  letter-spacing: 0.04em;
}

@media screen and (max-width: 768px) {
  .l-feature02-grid__subtitle .en span {
    font-size: 4rem;
  }
}

.l-feature02-grid__subtitle .ja {
  font-family: var(--sub-font);
  font-size: 3.2rem;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0.1em;
}

@media screen and (max-width: 768px) {
  .l-feature02-grid__subtitle .ja {
    font-size: 2.2rem;
    letter-spacing: 0.14em;
  }
}

.l-feature03 {
  width: 100%;
}

@media screen and (max-width: 768px) {
  .l-feature03 {
    padding: 0 2rem;
  }
}

.l-feature03-grid {
  display: grid;
  grid-template-columns: 1fr 584px 66px 550px 1fr;
  grid-template-rows: auto;
  gap: 0px 0px;
  grid-auto-flow: row;
  grid-template-areas: "l-feature03-grid__imgbox l-feature03-grid__imgbox . l-feature03-grid__txtbox .";
}

@media screen and (max-width: 768px) {
  .l-feature03-grid {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    gap: 2.4rem 0;
  }
}

.l-feature03-grid__imgbox {
  grid-area: l-feature03-grid__imgbox;
  padding: 0 4rem 4rem 0;
  background: url(../img/l-feature03-photo-bg.png) no-repeat top 4rem left 4rem/calc(100% - 4rem) auto;
}

@media screen and (max-width: 768px) {
  .l-feature03-grid__imgbox {
    width: 100%;
    padding: 0 1.8rem 1.8rem 0;
    background: url(../img/l-feature03-photo-bg-sp.png) no-repeat top 1.8rem left 1.8rem/calc(100% - 1.8rem) auto;
  }
}

.l-feature03-grid__imgbox img {
  width: 100%;
  height: auto;
  border-radius: 1.6rem;
}

.l-feature03-grid__txtbox {
  grid-area: l-feature03-grid__txtbox;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  justify-content: center;
}

@media screen and (max-width: 768px) {
  .l-feature03-grid__txtbox {
    width: 100%;
  }
}

.l-feature03-grid__subtitle {
  border-bottom: 1px solid var(--main-dark);
  padding-bottom: 2.4rem;
  margin-bottom: 2.4rem;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  gap: 1rem 0;
}

@media screen and (max-width: 768px) {
  .l-feature03-grid__subtitle {
    padding-bottom: 1.6rem;
    margin-bottom: 1.6rem;
    justify-content: center;
    align-items: center;
    text-align: center;
  }
}

.l-feature03-grid__subtitle .en {
  color: var(--main-dark);
  font-family: var(--en-font);
  font-size: 3rem;
  font-weight: 600;
  line-height: 1.2;
  letter-spacing: 0.1em;
}

@media screen and (max-width: 768px) {
  .l-feature03-grid__subtitle .en {
    font-size: 2rem;
  }
}

.l-feature03-grid__subtitle .en span {
  font-size: 5rem;
  line-height: 1;
  letter-spacing: 0.04em;
}

@media screen and (max-width: 768px) {
  .l-feature03-grid__subtitle .en span {
    font-size: 4rem;
  }
}

.l-feature03-grid__subtitle .ja {
  font-family: var(--sub-font);
  font-size: 3.2rem;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0.1em;
}

@media screen and (max-width: 768px) {
  .l-feature03-grid__subtitle .ja {
    font-size: 2.2rem;
    letter-spacing: 0.14em;
  }
}

.l-feature0405 {
  width: 100%;
}

.l-feature0405__inner {
  width: 118.6rem;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

@media screen and (max-width: 768px) {
  .l-feature0405__inner {
    width: 100%;
    flex-direction: column;
    gap: 5rem 0;
  }
}

.l-feature04 {
  width: 55.6rem;
}

@media screen and (max-width: 768px) {
  .l-feature04 {
    width: 100%;
    padding: 0 2rem;
  }
}

.l-feature04__imgbox {
  padding: 0 3rem 3rem 0;
  background: url(../img/l-feature04-photo-bg.png) no-repeat top 3rem left 3rem/calc(100% - 3rem) auto;
  margin-bottom: 4rem;
}

@media screen and (max-width: 768px) {
  .l-feature04__imgbox {
    width: 100%;
    padding: 0 1.8rem 1.8rem 0;
    background: url(../img/l-feature04-photo-bg-sp.png) no-repeat top 1.8rem left 1.8rem/calc(100% - 1.8rem) auto;
    margin-bottom: 2.4rem;
  }
}

.l-feature04__imgbox img {
  width: 100%;
  height: auto;
  border-radius: 1.6rem;
}

.l-feature04__txtbox {
  margin-bottom: 4rem;
}

@media screen and (max-width: 768px) {
  .l-feature04__txtbox {
    width: 100%;
    margin-bottom: 2.4rem;
  }
}

.l-feature04__subtitle {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 2.4rem 0;
  text-align: center;
  border-bottom: 1px solid var(--sub);
  padding-bottom: 2rem;
  margin-bottom: 2rem;
}

@media screen and (max-width: 768px) {
  .l-feature04__subtitle {
    padding-bottom: 1.6rem;
    margin-bottom: 1.6rem;
    justify-content: center;
    align-items: center;
    text-align: center;
    gap: 1rem 0;
  }
}

.l-feature04__subtitle .en {
  color: var(--sub);
  font-family: var(--en-font);
  font-size: 3rem;
  font-weight: 600;
  line-height: 1.2;
  letter-spacing: 0.1em;
}

@media screen and (max-width: 768px) {
  .l-feature04__subtitle .en {
    font-size: 2rem;
  }
}

.l-feature04__subtitle .en span {
  font-size: 5rem;
  line-height: 1;
  letter-spacing: 0.04em;
}

@media screen and (max-width: 768px) {
  .l-feature04__subtitle .en span {
    font-size: 4rem;
  }
}

.l-feature04__subtitle .ja {
  font-family: var(--sub-font);
  font-size: 2.8rem;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0.1em;
}

@media screen and (max-width: 768px) {
  .l-feature04__subtitle .ja {
    font-size: 2.2rem;
    letter-spacing: 0.14em;
  }
}

.l-feature04__ctabox {
  border-radius: 1.6rem;
  background: var(--sub-light);
  padding: 4rem 7.8rem;
}

@media screen and (max-width: 768px) {
  .l-feature04__ctabox {
    padding: 3rem;
  }
}

.l-feature05 {
  width: 55.6rem;
}

@media screen and (max-width: 768px) {
  .l-feature05 {
    width: 100%;
    padding: 0 2rem;
  }
}

.l-feature05__imgbox {
  padding: 0 3rem 3rem 0;
  background: url(../img/l-feature05-photo-bg.png) no-repeat top 3rem left 3rem/calc(100% - 3rem) auto;
  margin-bottom: 4rem;
}

@media screen and (max-width: 768px) {
  .l-feature05__imgbox {
    width: 100%;
    padding: 0 1.8rem 1.8rem 0;
    background: url(../img/l-feature05-photo-bg-sp.png) no-repeat top 1.8rem left 1.8rem/calc(100% - 1.8rem) auto;
    margin-bottom: 2.4rem;
  }
}

.l-feature05__imgbox img {
  width: 100%;
  height: auto;
  border-radius: 1.6rem;
}

.l-feature05__txtbox {
  margin-bottom: 4rem;
}

@media screen and (max-width: 768px) {
  .l-feature05__txtbox {
    width: 100%;
    margin-bottom: 2.4rem;
  }
}

.l-feature05__subtitle {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 2.4rem 0;
  text-align: center;
  border-bottom: 1px solid var(--main-dark);
  padding-bottom: 2rem;
  margin-bottom: 2rem;
}

@media screen and (max-width: 768px) {
  .l-feature05__subtitle {
    padding-bottom: 1.6rem;
    margin-bottom: 1.6rem;
    justify-content: center;
    align-items: center;
    text-align: center;
    gap: 1rem 0;
  }
}

.l-feature05__subtitle .en {
  color: var(--main-dark);
  font-family: var(--en-font);
  font-size: 3rem;
  font-weight: 600;
  line-height: 1.2;
  letter-spacing: 0.1em;
}

@media screen and (max-width: 768px) {
  .l-feature05__subtitle .en {
    font-size: 2rem;
  }
}

.l-feature05__subtitle .en span {
  font-size: 5rem;
  line-height: 1;
  letter-spacing: 0.04em;
}

@media screen and (max-width: 768px) {
  .l-feature05__subtitle .en span {
    font-size: 4rem;
  }
}

.l-feature05__subtitle .ja {
  font-family: var(--sub-font);
  font-size: 2.8rem;
  font-weight: 500;
  line-height: 3;
  letter-spacing: 0.1em;
}

@media screen and (max-width: 768px) {
  .l-feature05__subtitle .ja {
    font-size: 2.2rem;
    letter-spacing: 0.14em;
    line-height: 1.5;
  }
}

.l-feature05__btn {
  display: flex;
  justify-content: center;
  margin-top: 2rem;
}

@media screen and (max-width: 768px) {
  .l-feature05__btn {
    margin-top: 4rem;
  }
}

.l-feature05__btn a {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  color: var(--white);
  font-size: 1.7rem;
  font-weight: 600;
  line-height: 1.52;
  letter-spacing: 0.08em;
  border-radius: 0.6rem;
  background: var(--main-dark);
  width: 30rem;
  height: 5.2rem;
}

@media screen and (max-width: 768px) {
  .l-feature05__btn a {
    width: calc(100% - 4.8rem);
  }
}

.l-feature05__btn a:hover {
  opacity: 0.7;
}

.l-feature06 {
  width: 100%;
  background: url(../img/l-feature06-bg.jpg) no-repeat center top/cover;
  padding: 10rem 0;
}

@media screen and (max-width: 768px) {
  .l-feature06 {
    background: url(../img/l-feature06-bg-sp.jpg) no-repeat center top/cover;
    padding: 5rem 2rem;
    border-radius: 5rem 5rem 0 0;
  }
}

.l-feature06__inner {
  width: 117.6rem;
  margin: 0 auto;
}

@media screen and (max-width: 768px) {
  .l-feature06__inner {
    width: 100%;
  }
}

.l-feature06-subtitle {
  margin-bottom: 2.4rem;
  display: flex;
  justify-content: center;
}

.l-feature06-subtitle__inner {
  width: 50.8rem;
  border-bottom: 1px solid var(--white);
  padding-bottom: 1.6rem;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 1.2rem 0;
  text-align: center;
}

@media screen and (max-width: 768px) {
  .l-feature06-subtitle__inner {
    width: 100%;
  }
}

.l-feature06-subtitle__en {
  color: var(--white);
  font-family: var(--en-font);
  font-size: 3rem;
  font-weight: 600;
  line-height: 1.2;
  letter-spacing: 0.1em;
}

@media screen and (max-width: 768px) {
  .l-feature06-subtitle__en {
    font-size: 2rem;
  }
}

.l-feature06-subtitle__en span {
  font-size: 5rem;
  line-height: 1;
  letter-spacing: 0.04em;
}

@media screen and (max-width: 768px) {
  .l-feature06-subtitle__en span {
    font-size: 4rem;
  }
}

.l-feature06-subtitle__ja {
  color: var(--white);
  font-family: var(--sub-font);
  font-size: 3.2rem;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0.1em;
}

@media screen and (max-width: 768px) {
  .l-feature06-subtitle__ja {
    font-size: 2.2rem;
    letter-spacing: 0.14em;
  }
}

.l-feature06__intro {
  color: var(--white);
  width: 80rem;
  text-align: center;
  margin: 0 auto 7rem auto;
}

@media screen and (max-width: 768px) {
  .l-feature06__intro {
    width: 100%;
    margin: 0 auto 4rem auto;
  }
}

.l-feature06__list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

@media screen and (max-width: 768px) {
  .l-feature06__list {
    flex-direction: column;
    gap: 2.4rem 0;
  }
}

.l-feature06__list li {
  width: calc((100% - 4.8rem) / 3);
  border-radius: 1.6rem;
  overflow: hidden;
  background: var(--sub);
}

@media screen and (max-width: 768px) {
  .l-feature06__list li {
    width: 100%;
    position: relative;
  }
}

.l-feature06__list img {
  width: 100%;
  height: 18.4rem;
  object-fit: cover;
  object-position: top center;
}

@media screen and (max-width: 768px) {
  .l-feature06__list img {
    height: 22rem;
  }
}

.l-feature06__list p {
  color: var(--white);
  text-align: center;
  font-size: 1.7rem;
  font-weight: 600;
  line-height: 1.5;
  letter-spacing: 0.08em;
  padding: 1rem;
}

@media screen and (max-width: 768px) {
  .l-feature06__list p {
    position: absolute;
    bottom: 0;
    left: 0;
    background: rgba(196, 163, 129, 0.8);
    width: 100%;
  }
}

.l-hero {
  width: 100%;
  height: 100dvh;
  position: relative;
  z-index: 1;
  background: url(../img/l-hero-bg.jpg) no-repeat center bottom/cover;
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  /* ----- rayout ----- */
  /* ----- elements(left) ----- */
  /* ----- elements(right) ----- */
}

@media screen and (max-width: 768px) {
  .l-hero {
    height: calc(100dvh - 6.4rem);
    background: url(../img/l-hero-bg-sp.jpg) no-repeat center bottom/cover;
    flex-wrap: wrap;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }
}

.l-hero__left {
  padding: 0 0 7.9365079365vw 9.2592592593vw;
  width: 46.5608465608vw;
  max-width: 70.4rem;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

@media screen and (max-width: 768px) {
  .l-hero__left {
    padding: 8rem 0 0 0;
    width: 100%;
  }
}

.l-hero__right {
  padding: 0 4.2328042328vw 2.6455026455vw 0;
}

@media screen and (max-width: 768px) {
  .l-hero__right {
    padding: 0;
    width: 100%;
  }
}

.l-hero__catch {
  margin-bottom: 0.7936507937vw;
}

@media screen and (max-width: 768px) {
  .l-hero__catch {
    width: 100%;
    margin: 0 auto;
    padding: 0 4rem;
  }
}

.l-hero__catch img {
  width: 100%;
  height: auto;
}

.l-hero__tagline {
  text-align: center;
  font-family: var(--sub-font);
  font-size: clamp(1.6rem, 1.7195767196vw, 2.6rem);
  line-height: 2.5;
  letter-spacing: 0.16em;
  margin-bottom: 5.8201058201vw;
}

@media screen and (max-width: 768px) {
  .l-hero__tagline {
    font-size: 1.5rem;
    letter-spacing: 0.1em;
    margin-bottom: 0;
  }
}

@media screen and (max-width: 768px) {
  .l-hero__btn {
    display: none;
  }
}

.l-hero__btn a {
  border-radius: 0.6613756614vw;
  border: 2px solid var(--main-dark);
  background: var(--white) url(../img/l-hero-btn-arrow.svg) no-repeat center right 7.9365079365vw/1.455026455vw auto;
  box-shadow: 0.3968253968vw 0.3968253968vw 0 0 rgba(55, 168, 171, 0.6);
  width: 28.4391534392vw;
  max-width: 43rem;
  display: flex;
  align-items: center;
  position: relative;
  padding: 1.9841269841vw 0 1.9841269841vw 3.1746031746vw;
  color: var(--main-dark);
  font-size: clamp(1rem, 1.3227513228vw, 2rem);
  font-weight: 600;
  line-height: 1.5;
  letter-spacing: 0.1em;
}

.l-hero__btn a:hover {
  opacity: 0.7;
}

.l-hero__btn img.photo {
  position: absolute;
  bottom: 0;
  right: -6.2169312169vw;
  width: 14.5502645503vw;
  max-width: 22rem;
  height: auto;
}

.l-hero__badges {
  width: 25.7936507937vw;
  max-width: 39rem;
}

@media screen and (max-width: 768px) {
  .l-hero__badges {
    width: 20.6rem;
  }
}

.l-hero__badges img {
  width: 100%;
  height: auto;
}

@media screen and (min-width: 769px) {
  .l-hero-spbtn {
    display: none;
  }
}

@media screen and (max-width: 768px) {
  .l-hero-spbtn {
    display: block;
    padding: 4rem;
  }

  .l-hero-spbtn img {
    width: 100%;
    height: auto;
  }
}

.c-heading01 {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 1rem 0;
  text-align: center;
}

@media screen and (max-width: 768px) {
  .c-heading01 {
    gap: 0;
  }
}

.c-heading01 .en {
  color: var(--main);
  font-family: var(--en-font);
  font-size: 9.6rem;
  line-height: 1;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.c-heading01 .en::first-letter {
  color: var(--main-dark);
}

@media screen and (max-width: 768px) {
  .c-heading01 .en {
    font-size: 6rem;
    letter-spacing: 0.04em;
  }
}

.c-heading01 .ja {
  font-family: var(--sub-font);
  font-size: 2.8rem;
  font-weight: 500;
  line-height: 1.55;
  letter-spacing: 0.1em;
}

@media screen and (max-width: 768px) {
  .c-heading01 .ja {
    font-size: 2.2rem;
    letter-spacing: 0.14em;
  }
}

.c-heading02 {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 1rem 0;
  text-align: center;
}

@media screen and (max-width: 768px) {
  .c-heading02 {
    gap: 0;
  }
}

.c-heading02 .en {
  color: #DFD0C1;
  font-family: var(--en-font);
  font-size: 9.6rem;
  line-height: 1;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.c-heading02 .en::first-letter {
  color: var(--sub);
}

@media screen and (max-width: 768px) {
  .c-heading02 .en {
    font-size: 6rem;
    letter-spacing: 0.04em;
  }
}

.c-heading02 .ja {
  font-family: var(--sub-font);
  font-size: 2.8rem;
  font-weight: 500;
  line-height: 1.55;
  letter-spacing: 0.1em;
}

@media screen and (max-width: 768px) {
  .c-heading02 .ja {
    font-size: 2.2rem;
    letter-spacing: 0.14em;
  }
}

.c-heading03 {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  position: relative;
}

.c-heading03 .en {
  color: #DFF3F1;
  font-family: var(--en-font);
  font-size: 15rem;
  line-height: 1;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

@media screen and (max-width: 768px) {
  .c-heading03 .en {
    font-size: 8rem;
    letter-spacing: 0.03em;
  }
}

.c-heading03 .ja {
  font-family: var(--sub-font);
  font-size: 3.6rem;
  line-height: 1.5;
  letter-spacing: 0.1em;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -80%);
  width: 100%;
}

@media screen and (max-width: 768px) {
  .c-heading03 .ja {
    font-size: 2.4rem;
    font-weight: 500;
    line-height: 1.6;
    letter-spacing: 0.04em;
    transform: translate(-50%, -70%);
  }
}

.c-heading04 {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  position: relative;
}

.c-heading04 .en {
  color: var(--sub-light);
  font-family: var(--en-font);
  font-size: 15rem;
  line-height: 1;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

@media screen and (max-width: 768px) {
  .c-heading04 .en {
    font-size: 8rem;
    letter-spacing: 0.03em;
  }
}

.c-heading04 .ja {
  font-family: var(--sub-font);
  font-size: 3.6rem;
  line-height: 1.5;
  letter-spacing: 0.1em;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -80%);
  width: 100%;
}

@media screen and (max-width: 768px) {
  .c-heading04 .ja {
    font-size: 2.4rem;
    font-weight: 500;
    line-height: 1.6;
    letter-spacing: 0.04em;
    transform: translate(-50%, -70%);
  }
}

.c-heading05 {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  position: relative;
}

.c-heading05 .en {
  color: var(--white);
  font-family: var(--en-font);
  font-size: 15rem;
  line-height: 1;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

@media screen and (max-width: 768px) {
  .c-heading05 .en {
    font-size: 8rem;
    letter-spacing: 0.03em;
  }
}

.c-heading05 .ja {
  font-family: var(--sub-font);
  font-size: 3.6rem;
  line-height: 1.5;
  letter-spacing: 0.1em;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -80%);
  width: 100%;
}

@media screen and (max-width: 768px) {
  .c-heading05 .ja {
    font-size: 2.4rem;
    font-weight: 500;
    line-height: 1.6;
    letter-spacing: 0.04em;
    transform: translate(-50%, -70%);
  }
}

/* ----- c-btns ----- */
.c-btns {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 0 2.4rem;
}

@media screen and (max-width: 768px) {
  .c-btns {
    flex-direction: column;
    gap: 2rem 0;
  }
}

.c-btns__phone {
  width: calc((100% - 2.4rem) / 2);
}

@media screen and (max-width: 768px) {
  .c-btns__phone {
    width: 100%;
  }
}

.c-btns__phone a {
  width: 100%;
  height: 11rem;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 1rem 0;
  text-align: center;
  border-radius: 1rem;
  border: 1px solid var(--sub);
  background: var(--white);
  box-shadow: 0 8px 0 0 rgba(157, 127, 96, 0.6);
  transition: all 0.3s;
}

@media screen and (max-width: 768px) {
  .c-btns__phone a {
    height: 9.8rem;
    gap: 0.2rem 0;
    box-shadow: 0 6px 0 0 rgba(157, 127, 96, 0.6);
  }

  .c-btns__phone a img {
    width: 2.6rem;
    height: auto;
  }
}

.c-btns__phone a:hover {
  position: relative;
  transform: translateY(0.8rem);
  box-shadow: 0 0 0 0 rgba(157, 127, 96, 0.6);
}

@media screen and (max-width: 768px) {
  .c-btns__phone a:hover {
    transform: translateY(0.6rem);
  }
}

.c-btns__phone a small {
  color: var(--white);
  font-size: 1.5rem;
  font-weight: 600;
  line-height: 1.6;
  letter-spacing: 0.08em;
  border-radius: 10rem;
  background: var(--sub);
  padding: 0 5rem;
}

@media screen and (max-width: 768px) {
  .c-btns__phone a small {
    font-size: 1.2rem;
    font-weight: 700;
  }
}

.c-btns__phone a p {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0 0.8rem;
  font-family: var(--en-font2);
  font-size: 3rem;
  line-height: 1.57;
  letter-spacing: 0.07em;
}

.c-btns__reserve {
  width: calc((100% - 2.4rem) / 2);
}

@media screen and (max-width: 768px) {
  .c-btns__reserve {
    width: 100%;
  }
}

.c-btns__reserve a {
  width: 100%;
  height: 11rem;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 1rem 0;
  text-align: center;
  border-radius: 1rem;
  border: 1px solid var(--main-dark);
  background: var(--main-dark);
  box-shadow: 0 8px 0 0 #057D82;
  transition: all 0.3s;
}

@media screen and (max-width: 768px) {
  .c-btns__reserve a {
    height: 9.8rem;
    gap: 0.2rem 0;
    box-shadow: 0 6px 0 0 #057D82;
  }

  .c-btns__reserve a img {
    width: 2.6rem;
    height: auto;
  }
}

.c-btns__reserve a:hover {
  position: relative;
  transform: translateY(0.8rem);
  box-shadow: 0 0 0 0 #057D82;
}

@media screen and (max-width: 768px) {
  .c-btns__reserve a:hover {
    transform: translateY(0.6rem);
  }
}

.c-btns__reserve a small {
  color: var(--main-dark);
  font-size: 1.5rem;
  font-weight: 600;
  line-height: 1.6;
  letter-spacing: 0.08em;
  border-radius: 10rem;
  background: var(--white);
  padding: 0 5rem;
}

@media screen and (max-width: 768px) {
  .c-btns__reserve a small {
    font-size: 1.2rem;
    font-weight: 700;
  }
}

.c-btns__reserve a p {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0 0.8rem;
  color: var(--white);
  font-size: 2.8rem;
  font-weight: 600;
  line-height: 1.68;
  letter-spacing: 0.05em;
}

@media screen and (max-width: 768px) {
  .c-btns__reserve a p {
    font-size: 2.4rem;
  }
}

/* ----- c-btns02 ----- */
.c-btns02 {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  gap: 2.4rem 0;
}

@media screen and (max-width: 768px) {
  .c-btns02 {
    gap: 2rem 0;
  }
}

.c-btns02__phone {
  width: 100%;
}

.c-btns02__phone a {
  width: 100%;
  height: 10.4rem;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 0.4rem 0;
  text-align: center;
  border-radius: 1rem;
  border: 1px solid var(--sub);
  background: var(--white);
  box-shadow: 0 8px 0 0 rgba(157, 127, 96, 0.6);
  transition: all 0.3s;
}

@media screen and (max-width: 768px) {
  .c-btns02__phone a {
    height: 9.8rem;
    gap: 0.2rem 0;
    box-shadow: 0 6px 0 0 rgba(157, 127, 96, 0.6);
  }

  .c-btns02__phone a img {
    width: 2.6rem;
    height: auto;
  }
}

.c-btns02__phone a:hover {
  position: relative;
  transform: translateY(0.8rem);
  box-shadow: 0 0 0 0 rgba(157, 127, 96, 0.6);
}

@media screen and (max-width: 768px) {
  .c-btns02__phone a:hover {
    transform: translateY(0.6rem);
  }
}

.c-btns02__phone a small {
  color: var(--white);
  font-size: 1.5rem;
  font-weight: 600;
  line-height: 1.6;
  letter-spacing: 0.08em;
  border-radius: 10rem;
  background: var(--sub);
  padding: 0 5rem;
}

@media screen and (max-width: 768px) {
  .c-btns02__phone a small {
    font-size: 1.2rem;
    font-weight: 700;
  }
}

.c-btns02__phone a p {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0 0.8rem;
  font-family: var(--en-font2);
  font-size: 3rem;
  line-height: 1.57;
  letter-spacing: 0.07em;
}

.c-btns02__reserve {
  width: 100%;
}

.c-btns02__reserve a {
  width: 100%;
  height: 10.4rem;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 0.4rem 0;
  text-align: center;
  border-radius: 1rem;
  border: 1px solid var(--main-dark);
  background: var(--main-dark);
  box-shadow: 0 8px 0 0 #057D82;
  transition: all 0.3s;
}

@media screen and (max-width: 768px) {
  .c-btns02__reserve a {
    height: 9.8rem;
    gap: 0.2rem 0;
    box-shadow: 0 6px 0 0 #057D82;
  }

  .c-btns02__reserve a img {
    width: 2.6rem;
    height: auto;
  }
}

.c-btns02__reserve a:hover {
  position: relative;
  transform: translateY(0.8rem);
  box-shadow: 0 0 0 0 #057D82;
}

@media screen and (max-width: 768px) {
  .c-btns02__reserve a:hover {
    transform: translateY(0.6rem);
  }
}

.c-btns02__reserve a small {
  color: var(--main-dark);
  font-size: 1.5rem;
  font-weight: 600;
  line-height: 1.6;
  letter-spacing: 0.08em;
  border-radius: 10rem;
  background: var(--white);
  padding: 0 5rem;
}

@media screen and (max-width: 768px) {
  .c-btns02__reserve a small {
    font-size: 1.2rem;
    font-weight: 700;
  }
}

.c-btns02__reserve a p {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0 0.8rem;
  color: var(--white);
  font-size: 2.8rem;
  font-weight: 600;
  line-height: 1.68;
  letter-spacing: 0.05em;
}

@media screen and (max-width: 768px) {
  .c-btns02__reserve a p {
    font-size: 2.4rem;
    line-height: 2;
  }
}

.c-cta {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 0 5rem;
}

@media screen and (max-width: 768px) {
  .c-cta {
    gap: 4rem 0;
  }
}

.c-cta__reserve {
  width: 40rem;
}

@media screen and (max-width: 768px) {
  .c-cta__reserve {
    width: 100%;
  }
}

.c-cta__reserve a {
  width: 100%;
  height: 15rem;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  flex-direction: column;
  border-radius: 15rem;
  background: var(--white);
  color: var(--main-dark2);
  text-align: center;
  box-shadow: 0px 2px 15px 0px rgba(75, 75, 75, 0.25);
}

@media screen and (max-width: 768px) {
  .c-cta__reserve a {
    height: 13rem;
  }
}

.c-cta__reserve a:hover {
  opacity: 0.7;
}

.c-cta__reserve h3 {
  font-size: 3.2rem;
  font-weight: 600;
  line-height: 1.4;
  letter-spacing: 0.05em;
}

@media screen and (max-width: 768px) {
  .c-cta__reserve h3 {
    font-size: 2.6rem;
  }
}

.c-cta__phone {
  width: 40rem;
}

@media screen and (max-width: 768px) {
  .c-cta__phone {
    width: 100%;
  }
}

.c-cta__phone a {
  width: 100%;
  height: 15rem;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  flex-direction: column;
  border-radius: 15rem;
  background: var(--white);
  color: var(--sub);
  text-align: center;
  box-shadow: 0px 2px 15px 0px rgba(75, 75, 75, 0.25);
}

@media screen and (max-width: 768px) {
  .c-cta__phone a {
    height: 13rem;
  }
}

.c-cta__phone a:hover {
  opacity: 0.7;
}

.c-cta__phone h3 {
  font-size: 3.2rem;
  font-weight: 600;
  line-height: 1.4;
  letter-spacing: 0.05em;
}

@media screen and (max-width: 768px) {
  .c-cta__phone h3 {
    font-size: 2.6rem;
  }
}

.c-btn01 a {
  background: var(--main-dark);
  width: 30rem;
  height: 5.2rem;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 2rem;
  color: var(--white);
  font-family: var(--sub-font);
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0.07em;
}

.c-btn01 a:hover {
  opacity: 0.7;
}

.c-btn02 a {
  border-radius: 10rem;
  background: var(--sub1);
  width: 100%;
  max-width: 36rem;
  height: 6rem;
  color: var(--white);
  text-align: center;
  font-size: 2rem;
  letter-spacing: 0.05em;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  flex-direction: row-reverse;
  gap: 0 4rem;
}

@media screen and (max-width: 768px) {
  .c-btn02 a {
    font-size: 1.8rem;
    position: relative;
  }

  .c-btn02 a img {
    position: absolute;
    top: 50%;
    right: 2.4rem;
    transform: translate(0, -50%);
  }
}

.c-btn02 a:hover {
  opacity: 0.7;
}

.c-calendar {
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
  margin-bottom: 2rem;
}

.c-calendar th {
  text-align: center;
  vertical-align: middle;
  width: 9%;
  padding: 0.8rem 0;
  color: var(--white);
  font-size: 1.3rem;
  font-weight: 600;
  line-height: 1.73;
  letter-spacing: 0.05em;
  background: var(--main-dark);
}

.c-calendar th.head {
  width: 28%;
  text-align: center;
  padding: 0.8rem 0;
}

.c-calendar td {
  text-align: center;
  vertical-align: middle;
  width: 9%;
  padding: 0.8rem 0;
  border-bottom: 1px solid var(--base-color);
  color: var(--main-dark);
}

.c-calendar td.head {
  width: 28%;
  color: var(--base-color);
  font-size: 1.3rem;
  font-weight: 600;
  line-height: 1.73;
  letter-spacing: 0.05em;
}

.c-payment {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

@media screen and (max-width: 768px) {
  .c-payment {
    gap: 2rem 2rem;
    width: 100%;
  }
}

.c-payment__item {
  width: 23rem;
  aspect-ratio: 1/1;
  border-radius: 50%;
  background: linear-gradient(110deg, #079AD4 0%, #4EBD7C 50%, #6ACB5A 100%);
  padding: 0.2rem;
}

@media screen and (max-width: 768px) {
  .c-payment__item {
    width: calc((100% - 2rem) / 2);
  }
}

.c-payment__iteminner {
  background: var(--white);
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  flex-direction: column;
  gap: 0.8rem 0;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  color: var(--main-dark);
  text-align: center;
  font-weight: 600;
  line-height: 1.41;
  letter-spacing: 0.06em;
}

@media screen and (max-width: 768px) {
  .c-payment__iteminner {
    font-size: 1.6rem;
  }

  .c-payment__iteminner img {
    height: 4.6rem;
    width: auto;
  }
}

.p-information {
  background: var(--white);
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 5rem 10rem;
  padding: 7rem 15rem;
}

@media screen and (max-width: 768px) {
  .p-information {
    gap: 0;
    padding: 0;
  }
}

.p-informationBlock02 {
  width: 40rem;
}

@media screen and (max-width: 768px) {
  .p-informationBlock02 {
    width: 100%;
  }
}

.p-informationBlock03 {
  width: 40rem;
}

@media screen and (max-width: 768px) {
  .p-informationBlock03 {
    width: 100%;
    margin-top: 5rem;
  }
}

.p-informationBlock04 {
  width: 85rem;
  margin: 0 auto;
}

@media screen and (max-width: 768px) {
  .p-informationBlock04 {
    width: 100%;
    margin-top: 5rem;
  }
}

.p-information__bnrs {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: stretch;
  gap: 5rem;
}

@media screen and (max-width: 768px) {
  .p-information__bnrs {
    flex-wrap: wrap;
    flex-direction: column;
    gap: 2.4rem 0;
  }
}

.p-information__bnrs li {
  width: 40rem;
}

@media screen and (max-width: 768px) {
  .p-information__bnrs li {
    width: 100%;
  }

  .p-information__bnrs li:nth-child(1) {
    order: 1;
  }

  .p-information__bnrs li:nth-child(2) {
    order: 3;
  }

  .p-information__bnrs li:nth-child(3) {
    order: 2;
  }

  .p-information__bnrs li:nth-child(4) {
    order: 4;
  }
}

.p-information__bnrs img {
  width: 100%;
  height: auto;
}

.p-information__bnrs a:hover {
  opacity: 0.7;
}

.p-information__bnrs h4 {
  display: flex;
  justify-content: center;
  text-align: center;
  margin-bottom: 1.2rem;
}

.p-information__bnrs h4 span {
  font-size: 1.7rem;
  font-weight: 600;
  line-height: 1.65;
  letter-spacing: 0.1em;
  position: relative;
  display: inline-block;
}

.p-information__bnrs h4 span::before {
  content: "";
  width: 1px;
  height: 32px;
  background: var(--base-color);
  position: absolute;
  top: 50%;
  left: -2.6rem;
  transform: translate(0, -50%) rotate(-30deg);
}

.p-information__bnrs h4 span::after {
  content: "";
  width: 1px;
  height: 32px;
  background: var(--base-color);
  position: absolute;
  top: 50%;
  right: -2.6rem;
  transform: translate(0, -50%) rotate(30deg);
}

.p-information__logo {
  width: 30rem;
  margin: 0 auto 2.6rem auto;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 1.6rem 0;
  text-align: center;
}

@media screen and (max-width: 768px) {
  .p-information__logo {
    width: 100%;
    padding: 0 2.4rem;
    margin: 0 auto 1.6rem auto;
  }
}

.p-information__logo img {
  width: 100%;
  height: auto;
}

.p-information__logo a:hover {
  opacity: 0.7;
}

.p-information__logo .tagline {
  font-family: var(--sub-font);
  font-size: 1.2rem;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0.07em;
  background: var(--sub-light);
  padding: 1rem 0;
  white-space: nowrap;
  width: 100%;
}

.p-information__time {
  margin-bottom: 2.4rem;
}

@media screen and (max-width: 768px) {
  .p-information__time {
    margin-bottom: 1.6rem;
  }
}

.p-information-cta {
  width: 30rem;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
}

@media screen and (max-width: 768px) {
  .p-information-cta {
    width: 100%;
    padding: 0 2.4rem;
  }
}

.p-information-cta__subtitle {
  margin-bottom: 2.4rem;
  font-size: 1.7rem;
  font-weight: 600;
  line-height: 1.52;
  letter-spacing: 0.08em;
}

.p-information-cta__phone {
  margin-bottom: 1.2rem;
}

.p-information-cta__phone a {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  gap: 0 0.8rem;
  font-family: var(--en-font2);
  font-size: 3rem;
  font-weight: 500;
  line-height: 1.57;
  letter-spacing: 0.07em;
}

.p-information-cta__phone a:hover {
  opacity: 0.7;
}

.p-information-cta__reserve {
  width: 100%;
}

.p-information-cta__reserve a {
  width: 100%;
  height: 9.6rem;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 1rem 0;
  text-align: center;
  border-radius: 1rem;
  border: 1px solid var(--main-dark);
  background: var(--main-dark);
  box-shadow: 0 8px 0 0 #057D82;
  transition: all 0.3s;
}

@media screen and (max-width: 768px) {
  .p-information-cta__reserve a {
    gap: 0.2rem 0;
    box-shadow: 0 6px 0 0 #057D82;
  }
}

.p-information-cta__reserve a:hover {
  position: relative;
  transform: translateY(0.8rem);
  box-shadow: 0 0 0 0 #057D82;
}

@media screen and (max-width: 768px) {
  .p-information-cta__reserve a:hover {
    transform: translateY(0.6rem);
  }
}

.p-information-cta__reserve a small {
  color: var(--main-dark);
  font-size: 1.5rem;
  font-weight: 600;
  line-height: 1.6;
  letter-spacing: 0.08em;
  border-radius: 10rem;
  background: var(--white);
  padding: 0 2.4rem;
}

@media screen and (max-width: 768px) {
  .p-information-cta__reserve a small {
    font-size: 1.2rem;
    font-weight: 700;
    padding: 0 5rem;
  }
}

.p-information-cta__reserve a p {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0 0.8rem;
  color: var(--white);
  font-size: 2.4rem;
  font-weight: 600;
  line-height: 1.4;
  letter-spacing: 0.05em;
}

@media screen and (max-width: 768px) {
  .p-information-cta__reserve a p {
    line-height: 1.96;
  }
}

.p-information__map {
  width: 100%;
  margin-bottom: 2.4rem;
}

@media screen and (max-width: 768px) {
  .p-information__map {
    margin-bottom: 1.6rem;
  }
}

.p-information__map iframe {
  width: 100%;
  height: 40rem;
}

@media screen and (max-width: 768px) {
  .p-information__map iframe {
    height: auto;
    aspect-ratio: 1/1;
  }
}

.p-information__meta h3 {
  display: block;
  color: var(--main-dark);
  font-weight: 600;
  line-height: 1.6;
  letter-spacing: 0.08em;
}

.p-facility__center-txt {
  margin-bottom: 4.3rem;
  text-align: center;
  line-height: 2.2;
  font-size: 1.5rem;
  letter-spacing: 0.09rem;
}

.p-facility__list {
  min-height: 57.8rem;
  position: relative;
}

.p-facility__list-item {
  width: 70rem;
  margin: 0 7.5rem;
}

.p-facility__list-inner {
  transform: translateY(0);
  transition: all 0.5s;
}

.swiper-slide-active .p-facility__list-inner,
.swiper-slide-duplicate-active .p-facility__list-inner {
  transform: translateY(0);
}

.p-facility__list__next {
  width: 3.6rem;
  height: 3.6rem;
  position: absolute;
  top: 22.2rem;
  right: calc(50% - 44.3rem);
  border-radius: 50%;
  font-size: 0;
  transform: translateY(-50%);
  background: url(../img/icon_arrow04.svg) no-repeat center center/100% 100%;
  cursor: pointer;
  transition: 0.3s;
}

.p-facility__list__next::before,
.p-facility__list__next::after {
  display: none;
}

.p-facility__list__next:hover {
  opacity: 0.7;
}

.p-facility__list__prev {
  width: 3.6rem;
  height: 3.6rem;
  position: absolute;
  top: 22.2rem;
  left: calc(50% - 44.3rem);
  border-radius: 50%;
  font-size: 0;
  transform: translateY(-50%) rotate(180deg);
  background: url(../img/icon_arrow04.svg) no-repeat center center/100% 100%;
  cursor: pointer;
  transition: 0.3s;
}

.p-facility__list__prev::before,
.p-facility__list__prev::after {
  display: none;
}

.p-facility__list__prev:hover {
  opacity: 0.7;
}

@media screen and (max-width: 768px) {
  .p-facility__photo {
    margin: 0 3.4rem;
  }
}

.p-facility__photo-img {
  width: 100%;
  height: 40rem;
  object-fit: cover;
  object-position: center;
  aspect-ratio: 700/400;
  border-radius: 2.4rem;
}

@media screen and (max-width: 768px) {
  .p-facility__photo-img {
    height: 15rem;
    object-fit: cover;
    object-position: center;
    aspect-ratio: 300/150;
    border-radius: 1.2rem;
  }
}

.p-facility__textbox {
  box-sizing: border-box;
  padding: 5rem 0 0 0;
  border-radius: 0;
  transition: 0.3s;
}

.p-facility__ttl {
  margin-bottom: 2.4rem;
  text-align: center;
  font-family: var(--sub-font);
  font-size: 2.8rem;
  font-weight: 500;
  line-height: 1.55;
  color: var(--main-dark);
  letter-spacing: 0.1em;
}

@media screen and (max-width: 768px) {
  .p-facility__ttl {
    margin-bottom: 1rem;
    font-size: 2.4rem;
    line-height: 1.2;
    letter-spacing: 0.08em;
  }
}

.p-facility__text {
  text-align: justify;
}

.p-facility__inner {
  display: none;
}

.p-facility__sub {
  margin: 11rem auto 0;
  padding: 6rem 10rem 7rem;
  background: var(--gray-light);
  width: 100rem;
  box-sizing: border-box;
}

.p-facility__sub__ttl {
  margin-bottom: 3rem;
  text-align: center;
  font-size: 2.6rem;
  overflow: hidden;
}

.p-facility__sub__ttl span {
  padding: 0 2.5rem;
  display: inline-block;
  position: relative;
}

.p-facility__sub__ttl span::before,
.p-facility__sub__ttl span::after {
  content: "";
  margin-top: 0.1rem;
  position: absolute;
  top: 50%;
  width: 99.9rem;
  height: 0.1rem;
  background: var(--base-color);
}

.p-facility__sub__ttl span::before {
  left: 100%;
}

.p-facility__sub__ttl span::after {
  right: 100%;
}

.p-facility__sub__txt {
  margin-bottom: 4.7rem;
  font-size: 1.5rem;
  line-height: 2;
}

.p-facility__sub__link a {
  display: block;
}

@media screen and (min-width: 769px) {
  .p-facility__sub__link a:hover {
    opacity: 0.7;
  }
}

.p-facility__link-image {
  width: 100%;
}

@media screen and (max-width: 768px) {
  .p-facility__center-txt {
    margin: 0 4rem 2.3rem;
    line-height: 2.2;
  }

  .p-facility__list {
    margin: 0;
    min-height: 32.5rem;
  }

  .p-facility__list-item {
    margin: 0;
    padding: 0;
    width: 100%;
    box-sizing: border-box;
  }

  .p-facility__list-inner {
    transform: scale(1);
  }

  .swiper-slide-active .p-facility__list-inner,
  .swiper-slide-duplicate-active .p-facility__list-inner {
    transform: scale(1);
  }

  .p-facility__list__next {
    width: 3.6rem;
    height: 3.6rem;
    top: 8rem;
    right: 1rem;
    transform: none;
  }

  .p-facility__list__prev {
    width: 3.6rem;
    height: 3.6rem;
    top: 8rem;
    left: 1rem;
    transform: rotate(180deg);
  }

  .p-facility__textbox {
    padding: 2.4rem 2rem 0 2rem;
  }

  .p-facility__inner {
    padding: 0;
    display: block;
  }

  .p-facility__sub {
    margin-top: 7.4rem;
    padding: 4.2rem 2rem 3.9rem;
    width: auto;
  }

  .p-facility__sub__ttl {
    margin-bottom: 1rem;
    font-size: 2.4rem;
    font-weight: 500;
    line-height: 1.6;
    letter-spacing: 0.09em;
  }

  .p-facility__sub__ttl span {
    padding: 0 1.5rem;
  }

  .p-facility__sub__txt {
    margin-bottom: 2.1rem;
    text-align: justify;
  }
}

.p-heroSwiper img {
  width: 100%;
  height: 83.4rem;
  object-fit: cover;
  object-position: top center;
}

@media screen and (max-width: 768px) {
  .p-heroSwiper img {
    height: calc(100dvh - 6.6rem);
  }
}

.p-attention {
  border: 1px solid var(--sub);
  background: var(--white);
  padding: 5rem 10rem;
}

@media screen and (max-width: 768px) {
  .p-attention {
    padding: 5rem 3rem;
    margin-top: 4rem;
  }
}

.p-attention__title {
  margin-bottom: 2.4rem;
  text-align: center;
  font-size: 1.7rem;
  font-weight: 600;
  line-height: 1.52;
  letter-spacing: 0.08em;
}

@media screen and (max-width: 768px) {
  .p-attention__title {
    font-size: 1.5rem;
    line-height: 1.87;
  }
}

.p-attention__scroll {
  width: 100%;
  height: 10rem;
  overflow: auto;
  padding-right: 4.8rem;
  /* スクロールバーのスタイリング */
}

@media screen and (max-width: 768px) {
  .p-attention__scroll {
    height: 23rem;
    padding-right: 1rem;
  }
}

.p-attention__scroll div+div {
  margin-top: 3.2rem;
}

@media screen and (max-width: 768px) {
  .p-attention__scroll div+div {
    margin-top: 2.4rem;
  }
}

.p-attention__scroll h3 {
  color: var(--sub);
  font-weight: 600;
  line-height: 1.6;
  letter-spacing: 0.08em;
  margin-bottom: 1rem;
}

.p-attention__scroll::-webkit-scrollbar {
  width: 6px;
}

.p-attention__scroll::-webkit-scrollbar-track {
  background: #f1f1f1;
}

.p-attention__scroll::-webkit-scrollbar-thumb {
  background: var(--base-color);
  border-radius: 6px;
}

.p-attention__scroll::-webkit-scrollbar-thumb:hover {
  background: #4b4b4b;
}

.p-loan {
  /* ----- p-loan-large ----- */
  /* ----- p-loan-small ----- */
}

.p-loan-large {
  background: url(../img/p-loan-large-bg.png) no-repeat center center/55.6rem 20.6rem;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 1rem 0;
  width: 100%;
  height: 20.6rem;
}

@media screen and (max-width: 768px) {
  .p-loan-large {
    background: url(../img/p-loan-large-bg-sp.png) no-repeat right bottom/cover;
    border-radius: 1.6rem;
    overflow: hidden;
    gap: 0.8rem 0;
    height: auto;
    padding: 2.8rem 0;
  }
}

.p-loan-large__label {
  display: flex;
  justify-content: center;
  text-align: center;
}

.p-loan-large__label span {
  color: var(--white);
  font-size: 1.7rem;
  font-weight: 600;
  line-height: 1.5;
  letter-spacing: 0.08em;
  border-radius: 10rem;
  background: var(--main-dark);
  padding: 0.5rem 5rem;
  display: inline-block;
}

@media screen and (max-width: 768px) {
  .p-loan-large__label span {
    font-size: 1.5rem;
    line-height: 1.6;
  }
}

.p-loan-large__price {
  display: flex;
  align-items: center;
  gap: 0 0.6rem;
}

@media screen and (max-width: 768px) {
  .p-loan-large__price {
    align-items: flex-start;
  }
}

.p-loan-large__price .badge {
  border-radius: 50%;
  background: var(--sub);
  width: 5.2rem;
  height: 5.2rem;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  color: var(--white);
  font-weight: 600;
  line-height: 1.6;
  letter-spacing: 0.08em;
}

@media screen and (max-width: 768px) {
  .p-loan-large__price .badge {
    width: 4.7rem;
    height: 4.7rem;
    font-size: 1.3rem;
    letter-spacing: 0.05em;
  }
}

.p-loan-large__price .txt {
  font-size: 2.2rem;
  font-weight: 600;
  line-height: 1.5;
  letter-spacing: 0.1em;
}

@media screen and (max-width: 768px) {
  .p-loan-large__price .txt {
    font-size: 2rem;
  }
}

.p-loan-large__price .txt span {
  color: var(--main-dark);
  font-family: var(--en-font2);
  font-size: 4.6rem;
  font-weight: 600;
  line-height: 1.2;
  letter-spacing: 0.06em;
}

@media screen and (max-width: 768px) {
  .p-loan-large__price .txt span {
    font-size: 4.5rem;
  }
}

.p-loan-large__sup {
  width: 100%;
  text-align: center;
  font-size: 1.2rem;
  font-weight: 500;
  line-height: 1.87;
  letter-spacing: 0.05em;
}

.p-loan-small {
  background: url(../img/p-loan-small-bg.png) no-repeat center center/35rem 24rem;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 0.8rem 0;
  width: 100%;
  height: 24rem;
}

@media screen and (max-width: 768px) {
  .p-loan-small {
    background: url(../img/p-loan-small-bg-sp.png) no-repeat right bottom/cover;
    border-radius: 1.6rem;
    overflow: hidden;
    gap: 0.8rem 0;
    height: auto;
    padding: 2.4rem 0;
  }
}

.p-loan-small__label {
  display: flex;
  justify-content: center;
  text-align: center;
}

.p-loan-small__label span {
  color: var(--white);
  font-size: 1.5rem;
  font-weight: 600;
  line-height: 1.6;
  letter-spacing: 0.08em;
  border-radius: 10rem;
  background: var(--main-dark);
  padding: 0.5rem 5rem;
  display: inline-block;
}

@media screen and (max-width: 768px) {
  .p-loan-small__label span {
    font-size: 1.3rem;
    padding: 0.4rem 4.8rem;
  }
}

.p-loan-small__price {
  display: flex;
  gap: 0 0.6rem;
}

.p-loan-small__price .badge {
  border-radius: 50%;
  background: var(--sub);
  width: 4.7rem;
  height: 4.7rem;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  color: var(--white);
  font-size: 1.3rem;
  font-weight: 600;
  line-height: 1.6;
  letter-spacing: 0.05em;
}

@media screen and (max-width: 768px) {
  .p-loan-small__price .badge {
    width: 4.2rem;
    height: 4.2rem;
    font-size: 1.2rem;
  }
}

.p-loan-small__price .txt {
  font-size: 2rem;
  font-weight: 600;
  line-height: 1.5;
  letter-spacing: 0.1em;
}

@media screen and (max-width: 768px) {
  .p-loan-small__price .txt {
    font-size: 1.8rem;
  }
}

.p-loan-small__price .txt span {
  color: var(--main-dark);
  font-family: var(--en-font2);
  font-size: 4.5rem;
  font-weight: 600;
  line-height: 1.2;
  letter-spacing: 0.06em;
}

@media screen and (max-width: 768px) {
  .p-loan-small__price .txt span {
    font-size: 4rem;
  }
}

.p-loan-small__sup {
  width: 100%;
  text-align: center;
  font-size: 1.2rem;
  font-weight: 500;
  line-height: 1.87;
  letter-spacing: 0.05em;
}

@media screen and (max-width: 768px) {
  .p-loan-small__sup {
    font-size: 1.1rem;
  }
}

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

@media screen and (min-width: 769px) {
  .u-mt0 {
    margin-top: 0 !important;
  }

  .u-mt10 {
    margin-top: 1rem !important;
  }

  .u-mt20 {
    margin-top: 2rem !important;
  }

  .u-mt30 {
    margin-top: 3rem !important;
  }

  .u-mt40 {
    margin-top: 4rem !important;
  }

  .u-mt50 {
    margin-top: 5rem !important;
  }

  .u-mt60 {
    margin-top: 6rem !important;
  }

  .u-mt70 {
    margin-top: 7rem !important;
  }

  .u-mt80 {
    margin-top: 8rem !important;
  }

  .u-mt90 {
    margin-top: 9rem !important;
  }

  .u-mt100 {
    margin-top: 10rem !important;
  }

  .u-mr0 {
    margin-right: 0 !important;
  }

  .u-mr10 {
    margin-right: 1rem !important;
  }

  .u-mr20 {
    margin-right: 2rem !important;
  }

  .u-mr30 {
    margin-right: 3rem !important;
  }

  .u-mr40 {
    margin-right: 4rem !important;
  }

  .u-mr50 {
    margin-right: 5rem !important;
  }

  .u-mr60 {
    margin-right: 6rem !important;
  }

  .u-mr70 {
    margin-right: 7rem !important;
  }

  .u-mr80 {
    margin-right: 8rem !important;
  }

  .u-mr90 {
    margin-right: 9rem !important;
  }

  .u-mr100 {
    margin-right: 10rem !important;
  }

  .u-mb0 {
    margin-bottom: 0 !important;
  }

  .u-mb10 {
    margin-bottom: 1rem !important;
  }

  .u-mb20 {
    margin-bottom: 2rem !important;
  }

  .u-mb30 {
    margin-bottom: 3rem !important;
  }

  .u-mb40 {
    margin-bottom: 4rem !important;
  }

  .u-mb50 {
    margin-bottom: 5rem !important;
  }

  .u-mb60 {
    margin-bottom: 6rem !important;
  }

  .u-mb70 {
    margin-bottom: 7rem !important;
  }

  .u-mb80 {
    margin-bottom: 8rem !important;
  }

  .u-mb90 {
    margin-bottom: 9rem !important;
  }

  .u-mb100 {
    margin-bottom: 10rem !important;
  }

  .u-ml0 {
    margin-left: 0 !important;
  }

  .u-ml10 {
    margin-left: 1rem !important;
  }

  .u-ml20 {
    margin-left: 2rem !important;
  }

  .u-ml30 {
    margin-left: 3rem !important;
  }

  .u-ml40 {
    margin-left: 4rem !important;
  }

  .u-ml50 {
    margin-left: 5rem !important;
  }

  .u-ml60 {
    margin-left: 6rem !important;
  }

  .u-ml70 {
    margin-left: 7rem !important;
  }

  .u-ml80 {
    margin-left: 8rem !important;
  }

  .u-ml90 {
    margin-left: 9rem !important;
  }

  .u-ml100 {
    margin-left: 10rem !important;
  }
}

@media screen and (max-width: 768px) {
  .u-mt0--sp {
    margin-top: 0 !important;
  }

  .u-mt10--sp {
    margin-top: 1rem !important;
  }

  .u-mt20--sp {
    margin-top: 2rem !important;
  }

  .u-mt30--sp {
    margin-top: 3rem !important;
  }

  .u-mt40--sp {
    margin-top: 4rem !important;
  }

  .u-mt50--sp {
    margin-top: 5rem !important;
  }

  .u-mt60--sp {
    margin-top: 6rem !important;
  }

  .u-mt70--sp {
    margin-top: 7rem !important;
  }

  .u-mt80--sp {
    margin-top: 8rem !important;
  }

  .u-mt90--sp {
    margin-top: 9rem !important;
  }

  .u-mt100--sp {
    margin-top: 10rem !important;
  }

  .u-mr0--sp {
    margin-right: 0 !important;
  }

  .u-mr10--sp {
    margin-right: 1rem !important;
  }

  .u-mr20--sp {
    margin-right: 2rem !important;
  }

  .u-mr30--sp {
    margin-right: 3rem !important;
  }

  .u-mr40--sp {
    margin-right: 4rem !important;
  }

  .u-mr50--sp {
    margin-right: 5rem !important;
  }

  .u-mr60--sp {
    margin-right: 6rem !important;
  }

  .u-mr70--sp {
    margin-right: 7rem !important;
  }

  .u-mr80--sp {
    margin-right: 8rem !important;
  }

  .u-mr90--sp {
    margin-right: 9rem !important;
  }

  .u-mr100--sp {
    margin-right: 10rem !important;
  }

  .u-mb0--sp {
    margin-bottom: 0 !important;
  }

  .u-mb10--sp {
    margin-bottom: 1rem !important;
  }

  .u-mb20--sp {
    margin-bottom: 2rem !important;
  }

  .u-mb30--sp {
    margin-bottom: 3rem !important;
  }

  .u-mb40--sp {
    margin-bottom: 4rem !important;
  }

  .u-mb50--sp {
    margin-bottom: 5rem !important;
  }

  .u-mb60--sp {
    margin-bottom: 6rem !important;
  }

  .u-mb70--sp {
    margin-bottom: 7rem !important;
  }

  .u-mb80--sp {
    margin-bottom: 8rem !important;
  }

  .u-mb90--sp {
    margin-bottom: 9rem !important;
  }

  .u-mb100--sp {
    margin-bottom: 10rem !important;
  }

  .u-ml0--sp {
    margin-left: 0 !important;
  }

  .u-ml10--sp {
    margin-left: 1rem !important;
  }

  .u-ml20--sp {
    margin-left: 2rem !important;
  }

  .u-ml30--sp {
    margin-left: 3rem !important;
  }

  .u-ml40--sp {
    margin-left: 4rem !important;
  }

  .u-ml50--sp {
    margin-left: 5rem !important;
  }

  .u-ml60--sp {
    margin-left: 6rem !important;
  }

  .u-ml70--sp {
    margin-left: 7rem !important;
  }

  .u-ml80--sp {
    margin-left: 8rem !important;
  }

  .u-ml90--sp {
    margin-left: 9rem !important;
  }

  .u-ml100--sp {
    margin-left: 10rem !important;
  }
}

/*# sourceMappingURL=style.css.map */