@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: #383838;
  --main: #22ABC9;
  --main-light: #EEF7F9;
  --main-dark: #264A6A;
  --sub: #2FB8A4;
  --sub-light: #EEF9F5;
  --sub-dark: #61BEAD;
  --sub1: #F47B6D;
  --sub1-light: #FDF2F1;
  --sub2: #AED532;
  --sub2-light: #F6FDE1;
  --sub3: #47C0E9;
  --sub3-light: #DAF2FB;
  --sub4: #F471A4;
  --sub5: #46C6C4;
  --sub5-light: #E9F9F9;
  --sub6: #9976B2;
  --sub6-light: #F0EAF3;
  --sub7: #FFE300;
  --gray: #CFCFCF;
  --gray-light: #ECECEC;
  --gray-dark: #8F8F8F;
  --gray-black: #444444;
  --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: 2.13;
  letter-spacing: 0.06em;
}
@media screen and (max-width: 768px) {
  body {
    -webkit-text-size-adjust: 100%;
    margin-bottom: 6rem;
    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;
}

@media screen and (max-width: 768px) {
  #case {
    scroll-margin-top: 10.4rem;
  }
  #worry,
  #doctor,
  #reason,
  #item,
  #flow,
  #price,
  #pay,
  #qa,
  #equipment,
  #information,
  #group,
  #price-table {
    scroll-margin-top: 7.2rem;
  }
}
.hamburger {
  position: fixed;
  top: 0;
  right: 0;
  width: 8rem;
  height: 8rem;
  border-radius: 0 0 2.4rem 0;
  background: var(--main);
  cursor: pointer;
  z-index: 400;
  transition: all 0.5s;
}
@media screen and (max-width: 768px) {
  .hamburger {
    top: 1.1rem;
    right: 0.8rem;
    width: 5rem;
    height: 5rem;
    border-radius: 0;
  }
}
.hamburger:hover {
  opacity: 0.7;
}

.hamburger__line {
  position: absolute;
  width: 34px;
  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: 22px;
    height: 2px;
  }
}

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

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

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

/*ハンバーガーがクリックされたら*/
.open .hamburger {
  border-radius: 0 0 2.4rem 2.4rem;
}
@media screen and (max-width: 768px) {
  .open .hamburger {
    border-radius: 0;
  }
}

.open .hamburger__line--1 {
  top: 4rem;
  left: 50%;
  transform: translateX(-50%) rotate(-30deg);
}
@media screen and (max-width: 768px) {
  .open .hamburger__line--1 {
    top: 2.4rem;
  }
}

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

.open .hamburger__line--3 {
  top: 4rem;
  left: 50%;
  transform: translateX(-50%) rotate(30deg);
}
@media screen and (max-width: 768px) {
  .open .hamburger__line--3 {
    top: 2.4rem;
  }
}

.sp-nav {
  position: fixed;
  right: -45rem;
  top: 0;
  width: 45rem;
  height: 100%;
  background: var(--white);
  transition: all 0.5s;
  overflow: auto !important;
  -webkit-overflow-scrolling: touch;
  z-index: 399;
  /*
  display: flex;
  align-items: center;
  */
}
@media screen and (max-width: 768px) {
  .sp-nav {
    width: 100%;
    overflow-y: scroll;
  }
}
.sp-nav .logo {
  position: absolute;
  top: 3rem;
  left: 4rem;
}
@media screen and (max-width: 768px) {
  .sp-nav .logo {
    top: 0.8rem;
    left: 2rem;
  }
}

.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(68, 68, 68, 0.5);
  width: 100%;
  height: 100vh;
  position: fixed;
  top: 0;
  right: 0;
  z-index: 300;
}

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

.caseSwiper01 .swiper {
    width: 100%;
}

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

    @include sp {
        width: 100%;
        opacity: .5;
    }
}

@include sp {
    .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;
    //background-color: rgba(0, 0, 0, 0.7);
    //border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    font-size: 18px;
    font-weight: bold;
    color: var(--sub3);
    transition: all .5s;

    @include sp {
        width: 24px;
        height: 24px;
        transform: scale(0.6);
        top: 52%;
    }

    &:hover {
        opacity: .7;
    }

    .swiper-button-prev {
        left: calc(50% - 655px);

        @include sp {
            left: 0.4rem;
        }
    }

    .swiper-button-next {
        right: calc(50% - 655px);

        @include sp {
            right: 0.4rem;
        }
    }
}
*/
/* ----- caseSwiper02 ----- */
.caseSwiper02 {
  margin-top: 4rem;
}
.caseSwiper02 .swiper {
  width: 100%;
  margin: 0 auto;
  overflow: visible;
}
.caseSwiper02 .swiper-buttons {
  width: 100%;
  margin: 0 auto;
  position: relative;
}
@media screen and (max-width: 768px) {
  .caseSwiper02 .swiper-buttons {
    width: 100%;
  }
}
.caseSwiper02 .swiper-slide {
  position: relative;
  transform: scale(0.9);
  transition: transform 0.5s;
  /*
  &::after {
      content: "";
      position: absolute;
      inset: 0;
      background: rgba(124, 124, 124, .4);
      opacity: 1;
      transition: opacity .5s;
      pointer-events: none;
      z-index: 10;

      @include sp {
          display: none;
      }
  }
  */
}
@media screen and (max-width: 768px) {
  .caseSwiper02 .swiper-slide {
    opacity: 1;
  }
}
.caseSwiper02 .swiper-slide-active {
  transform: scale(1);
  opacity: 1;
  z-index: 20;
}
.caseSwiper02 .swiper-slide-active::after {
  opacity: 0;
}
.caseSwiper02 .swiper-button-next,
.caseSwiper02 .swiper-button-prev {
  color: var(--white);
  background: var(--main);
  width: 5rem;
  height: 9rem;
  transition: opacity 0.5s, background 0.5s;
  z-index: 30;
}
@media screen and (max-width: 768px) {
  .caseSwiper02 .swiper-button-next,
  .caseSwiper02 .swiper-button-prev {
    display: none;
  }
}
.caseSwiper02 .swiper-button-next:hover,
.caseSwiper02 .swiper-button-prev:hover {
  opacity: 0.7;
}
.caseSwiper02 .swiper-button-next:after,
.caseSwiper02 .swiper-button-prev:after {
  font-size: 4.8rem;
  font-weight: 200;
}
@media screen and (max-width: 768px) {
  .caseSwiper02 .swiper-button-next:after,
  .caseSwiper02 .swiper-button-prev:after {
    font-size: 1.4rem;
  }
}
.caseSwiper02 .swiper-button-next {
  right: 0;
}
.caseSwiper02 .swiper-button-prev {
  left: 0;
}

.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-cta {
  /* ---------- l-ctaS ---------- */
  /* ---------- l-ctaL ---------- */
}
.l-ctaS {
  background: url(../img/l-ctaS-bg.jpg) no-repeat center top/cover;
  padding: 8rem 0;
}
@media screen and (max-width: 768px) {
  .l-ctaS {
    padding: 4.8rem 1rem 5.8rem 1rem;
  }
}
.l-ctaS__inner {
  width: 120rem;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .l-ctaS__inner {
    width: 100%;
  }
}
.l-ctaS__en {
  color: var(--white);
  text-align: center;
  font-family: var(--en-font);
  font-size: 12rem;
  font-weight: 300;
  line-height: 0.5;
  text-transform: capitalize;
}
@media screen and (max-width: 768px) {
  .l-ctaS__en {
    font-size: 7rem;
  }
}
.l-ctaS-box {
  border-radius: 3rem;
  background: var(--white);
  padding: 5.4rem 24.2rem;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 2rem 0;
}
@media screen and (max-width: 768px) {
  .l-ctaS-box {
    padding: 2.8rem 3.5rem 4.8rem 3.5rem;
    gap: 0;
  }
}
.l-ctaS-box__title {
  text-align: center;
  font-family: var(--sub-font);
  font-size: 3.2rem;
  line-height: 1.68;
  letter-spacing: 0.15em;
}
@media screen and (max-width: 768px) {
  .l-ctaS-box__title {
    margin-bottom: 2.8rem;
    font-size: 2.8rem;
    font-weight: 500;
    line-height: 1.36;
  }
}
.l-ctaS-box__title span {
  color: var(--main);
}
.l-ctaS-box-btns {
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  gap: 1.6rem;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .l-ctaS-box-btns {
    margin-bottom: 2.2rem;
    flex-wrap: wrap;
    flex-direction: column;
  }
}
.l-ctaS-box-btns__phone {
  width: calc((100% - 1.6rem) / 2);
}
@media screen and (max-width: 768px) {
  .l-ctaS-box-btns__phone {
    width: 100%;
  }
}
.l-ctaS-box-btns__phone a {
  width: 100%;
  height: 8.8rem;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  border-radius: 10rem;
  background: var(--main);
  border: 1px solid var(--main);
}
.l-ctaS-box-btns__phone a:hover {
  background: var(--white);
}
.l-ctaS-box-btns__phone a:hover h3,
.l-ctaS-box-btns__phone a:hover p {
  color: var(--main);
}
.l-ctaS-box-btns__phone a:hover .icon {
  fill: var(--main);
}
.l-ctaS-box-btns__phone h3 {
  color: var(--white);
  text-align: center;
}
.l-ctaS-box-btns__phone p {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 1.2rem;
  color: var(--white);
  text-align: center;
  font-family: var(--en-font);
  font-size: 2.6rem;
  font-weight: 500;
  line-height: 1.3;
  letter-spacing: 0.05em;
}
.l-ctaS-box-btns__phone .icon {
  fill: var(--white);
}
.l-ctaS-box-btns__reserve {
  width: calc((100% - 1.6rem) / 2);
}
@media screen and (max-width: 768px) {
  .l-ctaS-box-btns__reserve {
    width: 100%;
  }
}
.l-ctaS-box-btns__reserve a {
  width: 100%;
  height: 8.8rem;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  border-radius: 10rem;
  background: var(--main-dark);
  border: 1px solid var(--main-dark);
}
.l-ctaS-box-btns__reserve a:hover {
  background: var(--white);
}
.l-ctaS-box-btns__reserve a:hover h3,
.l-ctaS-box-btns__reserve a:hover p {
  color: var(--main-dark);
}
.l-ctaS-box-btns__reserve a:hover .icon {
  fill: var(--main-dark);
}
.l-ctaS-box-btns__reserve h3 {
  color: var(--white);
  text-align: center;
}
.l-ctaS-box-btns__reserve p {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 1.2rem;
  color: var(--white);
  text-align: center;
  font-size: 1.9rem;
  font-weight: 500;
  line-height: 1.79;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 768px) {
  .l-ctaS-box-btns__reserve p {
    font-size: 1.6rem;
  }
}
.l-ctaS-box-btns__reserve .icon {
  fill: var(--white);
}
@media screen and (max-width: 768px) {
  .l-ctaS-box__p {
    font-weight: 300;
    line-height: 1.73;
  }
}
.l-ctaL {
  background: url(../img/l-ctaL-bg.jpg) no-repeat center top/cover;
  padding: 8rem 0;
}
@media screen and (max-width: 768px) {
  .l-ctaL {
    padding: 4.8rem 1rem 5.8rem 1rem;
  }
}
.l-ctaL.cta01 {
  padding: 14rem 0 8rem 0;
}
@media screen and (max-width: 768px) {
  .l-ctaL.cta01 {
    padding: 7.4rem 1rem 5.8rem 1rem;
  }
}
.l-ctaL__inner {
  width: 120rem;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .l-ctaL__inner {
    width: 100%;
  }
}
.l-ctaL__en {
  color: var(--white);
  text-align: center;
  font-family: var(--en-font);
  font-size: 12rem;
  font-weight: 300;
  line-height: 0.5;
  text-transform: capitalize;
}
@media screen and (max-width: 768px) {
  .l-ctaL__en {
    font-size: 7rem;
  }
}
.l-ctaL-box {
  border-radius: 3rem;
  background: var(--white);
  box-shadow: 0 24px 30px -20px rgba(0, 0, 0, 0.25);
  overflow: hidden;
}
.l-ctaL-box-box01 {
  padding: 4.8rem 11.6rem 0 11.6rem;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0;
}
@media screen and (max-width: 768px) {
  .l-ctaL-box-box01 {
    padding: 2.8rem 2rem;
  }
}
.l-ctaL-box-box01__title {
  width: 100%;
  text-align: center;
  font-family: var(--sub-font);
  font-size: 3.2rem;
  line-height: 1.68;
  letter-spacing: 0.15em;
}
@media screen and (max-width: 768px) {
  .l-ctaL-box-box01__title {
    margin-bottom: 0.4rem;
    font-size: 2.8rem;
    font-weight: 500;
    line-height: 1.36;
    order: 1;
  }
}
.l-ctaL-box-box01__title span {
  color: var(--main);
}
.l-ctaL-box-box01-txtbox {
  width: calc(100% - 46.4rem);
  padding-left: 8.4rem;
}
@media screen and (max-width: 768px) {
  .l-ctaL-box-box01-txtbox {
    width: 100%;
    order: 3;
    padding: 0;
  }
}
.l-ctaL-box-box01-txtbox__list {
  border-radius: 1.2rem;
  background: var(--main-light);
  padding: 1.6rem 5rem;
}
@media screen and (max-width: 768px) {
  .l-ctaL-box-box01-txtbox__list {
    padding: 1.6rem;
  }
}
.l-ctaL-box-box01-txtbox__list li {
  font-size: 1.7rem;
  letter-spacing: 0.05em;
  background: url(../img/l-ctaL-checkmark.svg) no-repeat center left/2.2rem auto;
  padding-left: 3.4rem;
}
@media screen and (max-width: 768px) {
  .l-ctaL-box-box01-txtbox__list li {
    font-size: 1.5rem;
    padding-left: 3.2rem;
  }
}
.l-ctaL-box-box01-imgbox {
  width: 46.4rem;
}
@media screen and (max-width: 768px) {
  .l-ctaL-box-box01-imgbox {
    width: 100%;
    padding: 0 1.6rem;
    order: 2;
  }
}
.l-ctaL-box-box01-imgbox img {
  width: 100%;
  height: auto;
}
.l-ctaL-box-box02 {
  background: var(--main-light);
  padding: 2.8rem 24.2rem;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 2rem 0;
}
@media screen and (max-width: 768px) {
  .l-ctaL-box-box02 {
    padding: 2.4rem 3.5rem;
    gap: 2.2rem 0;
  }
}
.l-ctaL-box-box02__title {
  text-align: center;
  font-family: var(--sub-font);
  font-size: 2rem;
  line-height: 1.75;
  letter-spacing: 0.15em;
}
@media screen and (max-width: 768px) {
  .l-ctaL-box-box02__title {
    font-size: 2.2rem;
    line-height: 1.44;
    letter-spacing: 0.1em;
  }
}
.l-ctaL-box-box02-btns {
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  gap: 1.6rem;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .l-ctaL-box-box02-btns {
    flex-wrap: wrap;
    flex-direction: column;
  }
}
.l-ctaL-box-box02-btns__phone {
  width: calc((100% - 1.6rem) / 2);
}
@media screen and (max-width: 768px) {
  .l-ctaL-box-box02-btns__phone {
    width: 100%;
  }
}
.l-ctaL-box-box02-btns__phone a {
  width: 100%;
  height: 8.8rem;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  border-radius: 10rem;
  background: var(--main);
  border: 1px solid var(--main);
}
.l-ctaL-box-box02-btns__phone a:hover {
  background: var(--white);
}
.l-ctaL-box-box02-btns__phone a:hover h3,
.l-ctaL-box-box02-btns__phone a:hover p {
  color: var(--main);
}
.l-ctaL-box-box02-btns__phone a:hover .icon {
  fill: var(--main);
}
.l-ctaL-box-box02-btns__phone h3 {
  color: var(--white);
  text-align: center;
}
.l-ctaL-box-box02-btns__phone p {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 1.2rem;
  color: var(--white);
  text-align: center;
  font-family: var(--en-font);
  font-size: 2.6rem;
  font-weight: 500;
  line-height: 1.3;
  letter-spacing: 0.05em;
}
.l-ctaL-box-box02-btns__phone .icon {
  fill: var(--white);
}
.l-ctaL-box-box02-btns__reserve {
  width: calc((100% - 1.6rem) / 2);
}
@media screen and (max-width: 768px) {
  .l-ctaL-box-box02-btns__reserve {
    width: 100%;
  }
}
.l-ctaL-box-box02-btns__reserve a {
  width: 100%;
  height: 8.8rem;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  border-radius: 10rem;
  background: var(--main-dark);
  border: 1px solid var(--main-dark);
}
.l-ctaL-box-box02-btns__reserve a:hover {
  background: var(--white);
}
.l-ctaL-box-box02-btns__reserve a:hover h3,
.l-ctaL-box-box02-btns__reserve a:hover p {
  color: var(--main-dark);
}
.l-ctaL-box-box02-btns__reserve a:hover .icon {
  fill: var(--main-dark);
}
.l-ctaL-box-box02-btns__reserve h3 {
  color: var(--white);
  text-align: center;
}
.l-ctaL-box-box02-btns__reserve p {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 1.2rem;
  color: var(--white);
  text-align: center;
  font-size: 1.9rem;
  font-weight: 500;
  line-height: 1.79;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 768px) {
  .l-ctaL-box-box02-btns__reserve p {
    font-size: 1.6rem;
  }
}
.l-ctaL-box-box02-btns__reserve .icon {
  fill: var(--white);
}
@media screen and (max-width: 768px) {
  .l-ctaL-box-box02__p {
    font-weight: 300;
    line-height: 1.73;
  }
}

.l-worry {
  padding: 8.8rem 0 4.8rem 0;
  position: relative;
}
@media screen and (max-width: 768px) {
  .l-worry {
    padding: 4.6rem 1rem 3.2rem 1rem;
  }
}
.l-worry::after {
  content: "";
  width: 100%;
  height: 9.8rem;
  background: var(--white);
  clip-path: polygon(0 0, 100% 0, 50% 100%);
  position: absolute;
  bottom: -9.8rem;
  left: 0;
}
@media screen and (max-width: 768px) {
  .l-worry::after {
    height: 26px;
    bottom: -25.8px;
  }
}
.l-worry__inner {
  width: 76.8rem;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .l-worry__inner {
    width: 100%;
  }
}
.l-worry__title {
  margin-bottom: 5rem;
  text-align: center;
  font-family: var(--sub-font);
  font-size: 3.2rem;
  line-height: 1.68;
  letter-spacing: 0.15em;
}
@media screen and (max-width: 768px) {
  .l-worry__title {
    margin-bottom: 2.4rem;
    font-size: 2.4rem;
    font-weight: 500;
    line-height: 1.58;
    letter-spacing: 0.1em;
  }
}
.l-worry-list {
  display: flex;
  flex-wrap: wrap;
  gap: 5rem 4rem;
}
@media screen and (max-width: 768px) {
  .l-worry-list {
    gap: 3rem 1.6rem;
    align-items: flex-start;
  }
}
.l-worry-list__item {
  width: calc((100% - 12rem) / 4);
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 2rem;
}
@media screen and (max-width: 768px) {
  .l-worry-list__item {
    width: calc((100% - 4.8rem) / 4);
    gap: 1.4rem;
  }
}
.l-worry-list__p {
  text-align: center;
  font-weight: 700;
  line-height: 1.47;
}
@media screen and (max-width: 768px) {
  .l-worry-list__p {
    font-size: 1.3rem;
    font-weight: 600;
    line-height: 1.73;
    letter-spacing: 0;
    white-space: nowrap;
  }
}
.l-worry-list img {
  width: 100%;
  height: auto;
  filter: drop-shadow(0 0 10px rgba(0, 0, 0, 0.23));
}
.l-doctor {
  /* ---------- l-doctor01 ---------- */
  /* ---------- l-doctor02 ---------- */
}
.l-doctor01 {
  background: var(--main-light) url(../img/l-doctor01-bg.png) no-repeat center top/100% auto;
  padding: 17.8rem 0 8rem 0;
}
@media screen and (max-width: 768px) {
  .l-doctor01 {
    background: var(--main-light) url(../img/l-doctor01-bg-sp.png) no-repeat center top/100% auto;
    padding: 15.6rem 2rem 5.8rem 2rem;
  }
}
.l-doctor01__inner {
  width: 100rem;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .l-doctor01__inner {
    width: 100%;
  }
}
.l-doctor01__title {
  margin-bottom: 8rem;
  font-family: var(--sub-font);
  font-size: 4.4rem;
  font-weight: 500;
  line-height: 1.56;
  letter-spacing: 0.15em;
}
@media screen and (max-width: 768px) {
  .l-doctor01__title {
    margin-bottom: 2rem;
    font-size: 3rem;
  }
}
.l-doctor01__title span {
  color: var(--main);
}
.l-doctor01-block01 {
  margin-bottom: 5rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .l-doctor01-block01 {
    margin-bottom: 4rem;
    flex-wrap: wrap;
    flex-direction: column;
    gap: 3.2rem;
  }
}
.l-doctor01-block01-imgbox {
  width: 42rem;
}
@media screen and (max-width: 768px) {
  .l-doctor01-block01-imgbox {
    width: 100%;
  }
}
.l-doctor01-block01-imgbox__photo {
  margin-bottom: 3rem;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .l-doctor01-block01-imgbox__photo {
    margin-bottom: 1.6rem;
  }
}
.l-doctor01-block01-imgbox__photo img {
  width: 100%;
  height: auto;
}
.l-doctor01-block01-imgbox__job {
  margin-bottom: 0.2rem;
  text-align: center;
  font-family: var(--sub-font);
  font-size: 1.4rem;
  font-weight: 500;
  letter-spacing: 0.1em;
}
.l-doctor01-block01-imgbox__name {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 2.4rem;
}
.l-doctor01-block01-imgbox__name .ja {
  font-family: var(--sub-font);
  font-size: 3.2rem;
  font-weight: 500;
  line-height: 1.54;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 768px) {
  .l-doctor01-block01-imgbox__name .ja {
    font-size: 2.4rem;
    line-height: 1.58;
    letter-spacing: 0.1em;
  }
}
.l-doctor01-block01-imgbox__name .en {
  color: #1D88A8;
  font-weight: 700;
  line-height: 2;
  letter-spacing: 0.08em;
}
.l-doctor01-block01-txtbox {
  width: 54rem;
}
@media screen and (max-width: 768px) {
  .l-doctor01-block01-txtbox {
    width: 100%;
  }
}
.l-doctor01-block01-txtbox__subtitle {
  margin-bottom: 1.6rem;
  font-family: var(--sub-font);
  font-size: 2.8rem;
  font-weight: 500;
  line-height: 1.48;
  letter-spacing: 0.15em;
  white-space: nowrap;
}
@media screen and (max-width: 768px) {
  .l-doctor01-block01-txtbox__subtitle {
    font-size: 2.4rem;
    font-weight: 400;
    line-height: 1.58;
    letter-spacing: 0.05em;
  }
}
.l-doctor01-block02 {
  border-radius: 3rem;
  background: var(--white);
  width: 110rem;
  margin: 0 -5rem 5rem -5rem;
  padding: 5rem 15rem;
}
@media screen and (max-width: 768px) {
  .l-doctor01-block02 {
    border-radius: 1.2rem;
    width: 100%;
    margin: 0 auto 3rem auto;
    padding: 2.4rem 1.6rem;
  }
}
.l-doctor01-block02__subtitle {
  width: calc(100% - 10rem);
  margin: 0 auto 5.2rem auto;
  position: relative;
  border-radius: 10rem;
  background: var(--main);
  color: var(--white);
  text-align: center;
  font-family: var(--sub-font);
  font-size: 2.4rem;
  line-height: 1.67;
  letter-spacing: 0.04em;
  padding: 1rem 0;
}
@media screen and (max-width: 768px) {
  .l-doctor01-block02__subtitle {
    width: calc(100% - 1.8rem);
    margin: 0 auto 2.8rem auto;
    font-size: 2.2rem;
    line-height: 1.12;
    letter-spacing: 0.1em;
  }
}
.l-doctor01-block02__subtitle::after {
  content: "";
  width: 28px;
  height: 12px;
  background: var(--main);
  clip-path: polygon(0 0, 100% 0, 50% 100%);
  position: absolute;
  bottom: -11px;
  left: 50%;
  transform: translate(-50%, 0);
}
.l-doctor01-block02__figure {
  margin-bottom: 4rem;
  width: 100%;
  padding: 0 1.1rem;
}
@media screen and (max-width: 768px) {
  .l-doctor01-block02__figure {
    margin-bottom: 1.6rem;
    width: 100%;
    padding: 0 0.9rem;
  }
}
.l-doctor01-block02__figure img {
  width: 100%;
  height: auto;
}
.l-doctor01-block03 {
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  gap: 3rem;
}
@media screen and (max-width: 768px) {
  .l-doctor01-block03 {
    flex-wrap: wrap;
    flex-direction: column;
    gap: 2rem;
  }
}
.l-doctor01-block03__item {
  width: calc((100% - 3rem) / 2);
  background: var(--white);
  border-radius: 1.2rem;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .l-doctor01-block03__item {
    width: 100%;
  }
}
.l-doctor01-block03__minititle {
  color: var(--white);
  text-align: center;
  font-weight: 700;
  line-height: 1.47;
  background: var(--main);
  padding: 1.2rem;
}
@media screen and (max-width: 768px) {
  .l-doctor01-block03__minititle {
    padding: 1rem;
  }
}
.l-doctor01-block03__list {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  padding: 2.4rem;
}
@media screen and (max-width: 768px) {
  .l-doctor01-block03__list {
    padding: 1.6rem;
  }
}
.l-doctor01-block03__list li {
  width: calc(100% - 1.5em);
  margin-left: 1.5em;
  list-style-type: disc;
}
@media screen and (max-width: 768px) {
  .l-doctor01-block03__list li {
    font-size: 1.3rem;
    font-weight: 300;
    line-height: 1.8;
    letter-spacing: 0.1em;
  }
}
.l-doctor02 {
  background: var(--white);
  padding: 8rem 0 12rem 0;
}
@media screen and (max-width: 768px) {
  .l-doctor02 {
    padding: 4.6rem 2rem 7rem 2rem;
  }
}
.l-doctor02__inner {
  width: 100rem;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .l-doctor02__inner {
    width: 100%;
  }
}
.l-doctor02-block01 {
  margin-bottom: 5rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 4rem;
}
@media screen and (max-width: 768px) {
  .l-doctor02-block01 {
    margin-bottom: 4rem;
    flex-wrap: wrap;
    flex-direction: column;
    gap: 3.2rem;
  }
}
.l-doctor02-block01-imgbox {
  width: 42rem;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .l-doctor02-block01-imgbox {
    width: 100%;
  }
}
.l-doctor02-block01-imgbox__photo {
  margin-bottom: 3rem;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .l-doctor02-block01-imgbox__photo {
    margin-bottom: 1.6rem;
  }
}
.l-doctor02-block01-imgbox__photo img {
  width: 100%;
  height: auto;
}
.l-doctor02-block01-imgbox__job {
  margin-bottom: 0.2rem;
  text-align: center;
  font-family: var(--sub-font);
  font-size: 1.4rem;
  font-weight: 500;
  letter-spacing: 0.1em;
}
.l-doctor02-block01-imgbox__name {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 2.4rem;
}
.l-doctor02-block01-imgbox__name .ja {
  font-family: var(--sub-font);
  font-size: 3.2rem;
  font-weight: 500;
  line-height: 1.54;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 768px) {
  .l-doctor02-block01-imgbox__name .ja {
    font-size: 2.4rem;
    line-height: 1.58;
    letter-spacing: 0.1em;
  }
}
.l-doctor02-block01-imgbox__name .en {
  color: #1D88A8;
  font-weight: 700;
  line-height: 2;
  letter-spacing: 0.08em;
}
.l-doctor02-block01-txtbox {
  width: 54rem;
}
@media screen and (max-width: 768px) {
  .l-doctor02-block01-txtbox {
    width: 100%;
  }
}
.l-doctor02-block01-txtbox__subtitle {
  margin-bottom: 1.6rem;
  font-family: var(--sub-font);
  font-size: 2.8rem;
  font-weight: 500;
  line-height: 1.48;
  letter-spacing: 0.15em;
  white-space: nowrap;
}
@media screen and (max-width: 768px) {
  .l-doctor02-block01-txtbox__subtitle {
    font-size: 2.4rem;
    font-weight: 400;
    line-height: 1.58;
    letter-spacing: 0.05em;
  }
}
.l-doctor02-block03 {
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  gap: 3rem;
}
@media screen and (max-width: 768px) {
  .l-doctor02-block03 {
    flex-wrap: wrap;
    flex-direction: column;
    gap: 2rem;
  }
}
.l-doctor02-block03__item {
  width: calc((100% - 3rem) / 2);
  background: var(--main-light);
  border-radius: 1.2rem;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .l-doctor02-block03__item {
    width: 100%;
  }
}
.l-doctor02-block03__minititle {
  color: var(--white);
  text-align: center;
  font-weight: 700;
  line-height: 1.47;
  background: var(--main);
  padding: 1.2rem;
}
@media screen and (max-width: 768px) {
  .l-doctor02-block03__minititle {
    padding: 1rem;
  }
}
.l-doctor02-block03__list {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  padding: 2.4rem;
}
@media screen and (max-width: 768px) {
  .l-doctor02-block03__list {
    padding: 1.6rem;
  }
}
.l-doctor02-block03__list li {
  width: calc(100% - 1.5em);
  margin-left: 1.5em;
  list-style-type: disc;
}
@media screen and (max-width: 768px) {
  .l-doctor02-block03__list li {
    font-size: 1.3rem;
    font-weight: 300;
    line-height: 1.8;
    letter-spacing: 0.1em;
  }
}

.l-item {
  /* ---------- item00(head) ---------- */
  /* ---------- item01(Mouth Piece) ---------- */
  /* ---------- item02(Labial braces) ---------- */
  /* ---------- item03(Lingual Braces) ---------- */
  /* ---------- item04(Partial braces) ---------- */
}
.l-item00 {
  width: 100%;
  height: 20rem;
  border-radius: 0 0 3rem 3rem;
  background: var(--white);
  box-shadow: 0 24px 30px -20px rgba(0, 0, 0, 0.25);
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 768px) {
  .l-item00 {
    height: 14.4rem;
  }
  .l-item00::before {
    content: "";
    display: block;
    width: 68px;
    height: 67px;
    background-image: url(../img/l-item00-before.png);
    background-size: contain;
    background-repeat: no-repeat;
    vertical-align: middle;
    position: absolute;
    top: 1rem;
    left: 1rem;
  }
  .l-item00::after {
    content: "";
    display: block;
    width: 94px;
    height: 69px;
    background-image: url(../img/l-item00-after.png);
    background-size: contain;
    background-repeat: no-repeat;
    vertical-align: middle;
    position: absolute;
    bottom: 1rem;
    right: 1rem;
  }
}
.l-item00 h2 {
  text-align: center;
  font-family: var(--sub-font);
  font-size: 3.2rem;
  line-height: 1.68;
  letter-spacing: 0.15em;
  position: relative;
}
@media screen and (max-width: 768px) {
  .l-item00 h2 {
    font-size: 2rem;
    line-height: 1.45;
    letter-spacing: 0.06em;
  }
}
.l-item00 h2::before {
  content: "";
  display: block;
  width: 132px;
  height: 128px;
  background-image: url(../img/l-item00-before.png);
  background-size: contain;
  background-repeat: no-repeat;
  vertical-align: middle;
  position: absolute;
  top: 50%;
  left: -26rem;
  transform: translate(0, -50%);
}
@media screen and (max-width: 768px) {
  .l-item00 h2::before {
    content: none;
  }
}
.l-item00 h2::after {
  content: "";
  display: block;
  width: 171px;
  height: 125px;
  background-image: url(../img/l-item00-after.png);
  background-size: contain;
  background-repeat: no-repeat;
  vertical-align: middle;
  position: absolute;
  top: 50%;
  right: -28.6rem;
  transform: translate(0, -50%);
}
@media screen and (max-width: 768px) {
  .l-item00 h2::after {
    content: none;
  }
}
.l-item01 {
  padding: 10rem 0 8rem 0;
  position: relative;
  background: var(--main-light);
  z-index: 1;
}
@media screen and (max-width: 768px) {
  .l-item01 {
    padding: 5rem 2rem 5.8rem 2rem;
  }
}
.l-item01::before {
  content: "";
  width: 100%;
  height: 45.2rem;
  background: var(--white);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}
@media screen and (max-width: 768px) {
  .l-item01::before {
    height: 22.8rem;
  }
}
.l-item01__inner {
  width: 100rem;
  margin: 0 auto;
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 768px) {
  .l-item01__inner {
    width: 100%;
  }
}
.l-item01__en {
  margin-bottom: 5rem;
  text-align: center;
  font-family: var(--en-font);
  font-size: 10rem;
  font-weight: 300;
  line-height: 1;
  background: linear-gradient(0deg, #90DBCA 24.62%, #80C5F2 85.77%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media screen and (max-width: 768px) {
  .l-item01__en {
    margin-bottom: 0.6rem;
    font-size: 5.6rem;
    white-space: nowrap;
  }
}
.l-item01-block01 {
  width: 100%;
  margin: 0 auto 3rem auto;
  display: flex;
  flex-direction: row-reverse;
  justify-content: space-between;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .l-item01-block01 {
    margin: 0 auto 1.6rem auto;
    flex-wrap: wrap;
    flex-direction: column;
    gap: 2.4rem 0;
  }
}
.l-item01-block01__imgbox {
  width: 43rem;
}
@media screen and (max-width: 768px) {
  .l-item01-block01__imgbox {
    width: 100%;
  }
}
.l-item01-block01__imgbox img {
  width: 100%;
  height: auto;
  border-radius: 1.2rem;
}
.l-item01-block01__txtbox {
  width: 50rem;
}
@media screen and (max-width: 768px) {
  .l-item01-block01__txtbox {
    width: 100%;
  }
}
.l-item01-block01__subtitle {
  margin-bottom: 2.4rem;
}
@media screen and (max-width: 768px) {
  .l-item01-block01__subtitle {
    margin-bottom: 0;
  }
}
.l-item01-block01__subtitle p {
  margin-bottom: 1.2rem;
  color: var(--main);
  font-size: 1.7rem;
  font-weight: 700;
  letter-spacing: 0.08em;
}
@media screen and (max-width: 768px) {
  .l-item01-block01__subtitle p {
    text-align: center;
    font-size: 1.5rem;
    line-height: 1.47;
    letter-spacing: 0.06em;
  }
}
.l-item01-block01__subtitle h3 {
  font-family: var(--sub-font);
  font-size: 3.2rem;
  line-height: 1.68;
  letter-spacing: 0.15em;
}
@media screen and (max-width: 768px) {
  .l-item01-block01__subtitle h3 {
    text-align: center;
    font-size: 2.4rem;
    font-weight: 500;
    line-height: 1.58;
    letter-spacing: 0.1em;
  }
}
@media screen and (max-width: 768px) {
  .l-item01-block01__p {
    display: none;
  }
}
.l-item01-block02 {
  width: 77rem;
  margin: 0 auto 3rem auto;
}
@media screen and (max-width: 768px) {
  .l-item01-block02 {
    width: 100%;
    margin: 0 auto 1.6rem auto;
  }
}
.l-item01-block02__tbl {
  width: 100%;
  border-collapse: separate;
  border-spacing: 0;
  overflow: hidden;
  border-radius: 1.5rem;
  /* 1段目 */
  /* 2段目 */
}
.l-item01-block02__tbl th,
.l-item01-block02__tbl td {
  text-align: center;
  vertical-align: middle;
}
.l-item01-block02__tbl th {
  width: 24%;
  background: var(--main);
  color: var(--white);
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.87;
  padding: 2.6rem 0;
  border-left: 1px solid var(--main);
  border-bottom: 1px solid var(--white);
}
.l-item01-block02__tbl td {
  width: 76%;
  background: var(--white);
  font-weight: 300;
  line-height: 1.73;
  padding: 1.2rem 0;
  border-right: 1px solid var(--main);
  border-bottom: 1px solid var(--main);
}
.l-item01-block02__tbl tr:first-child th {
  border-top: 1px solid var(--main);
  border-top-left-radius: 1.5rem;
}
.l-item01-block02__tbl tr:first-child td {
  border-top: 1px solid var(--main);
  border-top-right-radius: 1.5rem;
}
.l-item01-block02__tbl tr:last-child th {
  border-bottom-left-radius: 1.5rem;
  border-bottom: 1px solid var(--main);
}
.l-item01-block02__tbl tr:last-child td {
  border-bottom-right-radius: 1.5rem;
}
@media screen and (min-width: 769px) {
  .l-item01-sptext {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  .l-item01-sptext {
    width: 100%;
    margin-bottom: 4rem;
  }
}
.l-item01-block03 {
  width: 100%;
  margin: 0 auto;
  border-radius: 3rem;
  background: var(--white);
  padding: 5rem 11.5rem;
}
@media screen and (max-width: 768px) {
  .l-item01-block03 {
    padding: 2.4rem;
  }
}
.l-item01-block03__subtitle {
  width: calc(100% - 7rem);
  margin: 0 auto 5.2rem auto;
  position: relative;
  border-radius: 10rem;
  background: var(--main);
  color: var(--white);
  text-align: center;
  font-family: var(--sub-font);
  font-size: 2.4rem;
  line-height: 1.67;
  letter-spacing: 0.04em;
  padding: 1rem 0;
}
@media screen and (max-width: 768px) {
  .l-item01-block03__subtitle {
    width: 100%;
    margin: 0 auto 3.2rem auto;
    font-size: 2rem;
    line-height: 1.45;
    letter-spacing: 0.06em;
  }
}
.l-item01-block03__subtitle::after {
  content: "";
  width: 28px;
  height: 12px;
  background: var(--main);
  clip-path: polygon(0 0, 100% 0, 50% 100%);
  position: absolute;
  bottom: -11px;
  left: 50%;
  transform: translate(-50%, 0);
}
@media screen and (max-width: 768px) {
  .l-item01-block03__subtitle::after {
    width: 18px;
    height: 8px;
    bottom: -7px;
  }
}
.l-item01-block03-list {
  display: flex;
  flex-wrap: wrap;
  gap: 4rem 1rem;
}
@media screen and (max-width: 768px) {
  .l-item01-block03-list {
    gap: 1.6rem 2rem;
    justify-content: center;
    align-items: flex-start;
  }
}
.l-item01-block03-list__item {
  width: calc((100% - 2rem) / 3);
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 2rem 0;
}
@media screen and (max-width: 768px) {
  .l-item01-block03-list__item {
    width: calc((100% - 2rem) / 2);
    gap: 1rem 0;
  }
}
.l-item01-block03-list__thumb {
  width: 16.6rem;
  height: 16.6rem;
  padding: 0.5rem;
  background: linear-gradient(to top, #90DBCA 24.62%, #80C5F2 85.77%);
  border-radius: 50%;
}
@media screen and (max-width: 768px) {
  .l-item01-block03-list__thumb {
    width: 100%;
    height: auto;
    aspect-ratio: 1/1;
  }
}
.l-item01-block03-list__thumb img {
  width: 100%;
  height: auto;
}
.l-item01-block03-list__p {
  text-align: center;
  font-weight: 700;
  line-height: 1.47;
}
@media screen and (max-width: 768px) {
  .l-item01-block03-list__p {
    font-size: 1.3rem;
    font-weight: 600;
    line-height: 1.73;
  }
}
.l-item02 {
  padding: 8rem 0;
  position: relative;
  background: #FFF4F3;
}
@media screen and (max-width: 768px) {
  .l-item02 {
    padding: 5rem 2rem 5.8rem 2rem;
  }
}
.l-item02::before {
  content: "";
  width: 100%;
  height: 38.4rem;
  background: var(--white);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}
@media screen and (max-width: 768px) {
  .l-item02::before {
    height: 22.8rem;
  }
}
.l-item02__inner {
  width: 100rem;
  margin: 0 auto;
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 768px) {
  .l-item02__inner {
    width: 100%;
  }
}
.l-item02__en {
  margin-bottom: 5rem;
  text-align: center;
  font-family: var(--en-font);
  font-size: 10rem;
  font-weight: 300;
  line-height: 1;
  background: linear-gradient(0deg, #FDDAA2 0%, #F5A3C9 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media screen and (max-width: 768px) {
  .l-item02__en {
    margin-bottom: 0.6rem;
    font-size: 5.6rem;
    white-space: nowrap;
  }
}
.l-item02-block01 {
  width: 100%;
  margin: 0 auto 3rem auto;
  display: flex;
  flex-direction: row-reverse;
  justify-content: space-between;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .l-item02-block01 {
    margin: 0 auto 1.6rem auto;
    flex-wrap: wrap;
    flex-direction: column;
    gap: 2.4rem 0;
  }
}
.l-item02-block01__imgbox {
  width: 43rem;
}
@media screen and (max-width: 768px) {
  .l-item02-block01__imgbox {
    width: 100%;
  }
}
.l-item02-block01__imgbox img {
  width: 100%;
  height: auto;
  border-radius: 1.2rem;
}
.l-item02-block01__txtbox {
  width: 50rem;
}
@media screen and (max-width: 768px) {
  .l-item02-block01__txtbox {
    width: 100%;
  }
}
.l-item02-block01__subtitle {
  margin-bottom: 2.4rem;
}
@media screen and (max-width: 768px) {
  .l-item02-block01__subtitle {
    margin-bottom: 0;
  }
}
.l-item02-block01__subtitle p {
  margin-bottom: 1.2rem;
  color: #F68193;
  font-size: 1.7rem;
  font-weight: 700;
  letter-spacing: 0.08em;
}
@media screen and (max-width: 768px) {
  .l-item02-block01__subtitle p {
    text-align: center;
    font-size: 1.5rem;
    line-height: 1.47;
    letter-spacing: 0.06em;
  }
}
.l-item02-block01__subtitle h3 {
  font-family: var(--sub-font);
  font-size: 3.2rem;
  line-height: 1.68;
  letter-spacing: 0.15em;
}
@media screen and (max-width: 768px) {
  .l-item02-block01__subtitle h3 {
    text-align: center;
    font-size: 2.4rem;
    font-weight: 500;
    line-height: 1.58;
    letter-spacing: 0.1em;
  }
}
@media screen and (max-width: 768px) {
  .l-item02-block01__p {
    display: none;
  }
}
.l-item02-block02 {
  width: 77rem;
  margin: 0 auto 3rem auto;
}
@media screen and (max-width: 768px) {
  .l-item02-block02 {
    width: 100%;
    margin: 0 auto 1.6rem auto;
  }
}
.l-item02-block02__tbl {
  width: 100%;
  border-collapse: separate;
  border-spacing: 0;
  overflow: hidden;
  border-radius: 1.5rem;
  /* 1段目 */
  /* 2段目 */
}
.l-item02-block02__tbl th,
.l-item02-block02__tbl td {
  text-align: center;
  vertical-align: middle;
}
.l-item02-block02__tbl th {
  width: 24%;
  background: #F68193;
  color: var(--white);
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.87;
  padding: 2.6rem 0;
  border-left: 1px solid #F68193;
  border-bottom: 1px solid var(--white);
}
.l-item02-block02__tbl td {
  width: 76%;
  background: var(--white);
  font-weight: 300;
  line-height: 1.73;
  padding: 1.2rem 0;
  border-right: 1px solid #F68193;
  border-bottom: 1px solid #F68193;
}
.l-item02-block02__tbl tr:first-child th {
  border-top: 1px solid #F68193;
  border-top-left-radius: 1.5rem;
}
.l-item02-block02__tbl tr:first-child td {
  border-top: 1px solid #F68193;
  border-top-right-radius: 1.5rem;
}
.l-item02-block02__tbl tr:last-child th {
  border-bottom-left-radius: 1.5rem;
  border-bottom: 1px solid #F68193;
}
.l-item02-block02__tbl tr:last-child td {
  border-bottom-right-radius: 1.5rem;
}
@media screen and (min-width: 769px) {
  .l-item02-sptext {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  .l-item02-sptext {
    width: 100%;
    margin-bottom: 4rem;
  }
}
.l-item02-block03 {
  width: 100%;
  margin: 0 auto;
  border-radius: 3rem;
  background: var(--white);
  padding: 5rem 11.5rem;
}
@media screen and (max-width: 768px) {
  .l-item02-block03 {
    padding: 2.4rem;
  }
}
.l-item02-block03__subtitle {
  width: calc(100% - 7rem);
  margin: 0 auto 5.2rem auto;
  position: relative;
  border-radius: 10rem;
  background: #F68193;
  color: var(--white);
  text-align: center;
  font-family: var(--sub-font);
  font-size: 2.4rem;
  line-height: 1.67;
  letter-spacing: 0.04em;
  padding: 1rem 0;
}
@media screen and (max-width: 768px) {
  .l-item02-block03__subtitle {
    width: 100%;
    margin: 0 auto 3.2rem auto;
    font-size: 2rem;
    line-height: 1.45;
    letter-spacing: 0.06em;
  }
}
.l-item02-block03__subtitle::after {
  content: "";
  width: 28px;
  height: 12px;
  background: #F68193;
  clip-path: polygon(0 0, 100% 0, 50% 100%);
  position: absolute;
  bottom: -11px;
  left: 50%;
  transform: translate(-50%, 0);
}
@media screen and (max-width: 768px) {
  .l-item02-block03__subtitle::after {
    width: 18px;
    height: 8px;
    bottom: -7px;
  }
}
.l-item02-block03-list {
  display: flex;
  flex-wrap: wrap;
  gap: 4rem 1rem;
}
@media screen and (max-width: 768px) {
  .l-item02-block03-list {
    gap: 1.6rem 2rem;
    justify-content: center;
    align-items: flex-start;
  }
}
.l-item02-block03-list__item {
  width: calc((100% - 2rem) / 3);
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 2rem 0;
}
@media screen and (max-width: 768px) {
  .l-item02-block03-list__item {
    width: calc((100% - 2rem) / 2);
    gap: 1rem 0;
  }
}
.l-item02-block03-list__thumb {
  width: 16.6rem;
  height: 16.6rem;
  padding: 0.5rem;
  background: linear-gradient(to top, #FDDAA2 0%, #F5A3C9 100%);
  border-radius: 50%;
}
@media screen and (max-width: 768px) {
  .l-item02-block03-list__thumb {
    width: 100%;
    height: auto;
    aspect-ratio: 1/1;
  }
}
.l-item02-block03-list__thumb img {
  width: 100%;
  height: auto;
}
.l-item02-block03-list__p {
  text-align: center;
  font-weight: 700;
  line-height: 1.47;
}
@media screen and (max-width: 768px) {
  .l-item02-block03-list__p {
    font-size: 1.3rem;
    font-weight: 600;
    line-height: 1.73;
  }
}
.l-item03 {
  padding: 8rem 0;
  position: relative;
  background: #FCF6DB;
}
@media screen and (max-width: 768px) {
  .l-item03 {
    padding: 5rem 2rem 5.8rem 2rem;
  }
}
.l-item03::before {
  content: "";
  width: 100%;
  height: 38.4rem;
  background: var(--white);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}
@media screen and (max-width: 768px) {
  .l-item03::before {
    height: 22.8rem;
  }
}
.l-item03__inner {
  width: 100rem;
  margin: 0 auto;
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 768px) {
  .l-item03__inner {
    width: 100%;
  }
}
.l-item03__en {
  margin-bottom: 5rem;
  text-align: center;
  font-family: var(--en-font);
  font-size: 10rem;
  font-weight: 300;
  line-height: 1;
  background: linear-gradient(180deg, #F8C171 0%, #FBF85A 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media screen and (max-width: 768px) {
  .l-item03__en {
    margin-bottom: 0.6rem;
    font-size: 5.6rem;
    white-space: nowrap;
  }
}
.l-item03-block01 {
  width: 100%;
  margin: 0 auto 3rem auto;
  display: flex;
  flex-direction: row-reverse;
  justify-content: space-between;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .l-item03-block01 {
    margin: 0 auto 1.6rem auto;
    flex-wrap: wrap;
    flex-direction: column;
    gap: 2.4rem 0;
  }
}
.l-item03-block01__imgbox {
  width: 43rem;
}
@media screen and (max-width: 768px) {
  .l-item03-block01__imgbox {
    width: 100%;
  }
}
.l-item03-block01__imgbox img {
  width: 100%;
  height: auto;
  border-radius: 1.2rem;
}
.l-item03-block01__txtbox {
  width: 50rem;
}
@media screen and (max-width: 768px) {
  .l-item03-block01__txtbox {
    width: 100%;
  }
}
.l-item03-block01__subtitle {
  margin-bottom: 2.4rem;
}
@media screen and (max-width: 768px) {
  .l-item03-block01__subtitle {
    margin-bottom: 0;
  }
}
.l-item03-block01__subtitle p {
  margin-bottom: 1.2rem;
  color: #FFBE4E;
  font-size: 1.7rem;
  font-weight: 700;
  letter-spacing: 0.08em;
}
@media screen and (max-width: 768px) {
  .l-item03-block01__subtitle p {
    text-align: center;
    font-size: 1.5rem;
    line-height: 1.47;
    letter-spacing: 0.06em;
  }
}
.l-item03-block01__subtitle h3 {
  font-family: var(--sub-font);
  font-size: 3.2rem;
  line-height: 1.68;
  letter-spacing: 0.15em;
}
@media screen and (max-width: 768px) {
  .l-item03-block01__subtitle h3 {
    text-align: center;
    font-size: 2.4rem;
    font-weight: 500;
    line-height: 1.58;
    letter-spacing: 0.1em;
  }
}
@media screen and (max-width: 768px) {
  .l-item03-block01__p {
    display: none;
  }
}
.l-item03-block02 {
  width: 77rem;
  margin: 0 auto 3rem auto;
}
@media screen and (max-width: 768px) {
  .l-item03-block02 {
    width: 100%;
    margin: 0 auto 1.6rem auto;
  }
}
.l-item03-block02__tbl {
  width: 100%;
  border-collapse: separate;
  border-spacing: 0;
  overflow: hidden;
  border-radius: 1.5rem;
  /* 1段目 */
  /* 2段目 */
}
.l-item03-block02__tbl th,
.l-item03-block02__tbl td {
  text-align: center;
  vertical-align: middle;
}
.l-item03-block02__tbl th {
  width: 24%;
  background: #FFBE4E;
  color: var(--white);
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.87;
  padding: 2.6rem 0;
  border-left: 1px solid #FFBE4E;
  border-bottom: 1px solid var(--white);
}
.l-item03-block02__tbl td {
  width: 76%;
  background: var(--white);
  font-weight: 300;
  line-height: 1.73;
  padding: 1.2rem 0;
  border-right: 1px solid #FFBE4E;
  border-bottom: 1px solid #FFBE4E;
}
.l-item03-block02__tbl tr:first-child th {
  border-top: 1px solid #FFBE4E;
  border-top-left-radius: 1.5rem;
}
.l-item03-block02__tbl tr:first-child td {
  border-top: 1px solid #FFBE4E;
  border-top-right-radius: 1.5rem;
}
.l-item03-block02__tbl tr:last-child th {
  border-bottom-left-radius: 1.5rem;
  border-bottom: 1px solid #FFBE4E;
}
.l-item03-block02__tbl tr:last-child td {
  border-bottom-right-radius: 1.5rem;
}
@media screen and (min-width: 769px) {
  .l-item03-sptext {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  .l-item03-sptext {
    width: 100%;
    margin-bottom: 4rem;
  }
}
.l-item03-block03 {
  width: 100%;
  margin: 0 auto;
  border-radius: 3rem;
  background: var(--white);
  padding: 5rem 11.5rem;
}
@media screen and (max-width: 768px) {
  .l-item03-block03 {
    padding: 2.4rem;
  }
}
.l-item03-block03__subtitle {
  width: calc(100% - 7rem);
  margin: 0 auto 5.2rem auto;
  position: relative;
  border-radius: 10rem;
  background: #FFBE4E;
  color: var(--white);
  text-align: center;
  font-family: var(--sub-font);
  font-size: 2.4rem;
  line-height: 1.67;
  letter-spacing: 0.04em;
  padding: 1rem 0;
}
@media screen and (max-width: 768px) {
  .l-item03-block03__subtitle {
    width: 100%;
    margin: 0 auto 3.2rem auto;
    font-size: 2rem;
    line-height: 1.45;
    letter-spacing: 0.06em;
  }
}
.l-item03-block03__subtitle::after {
  content: "";
  width: 28px;
  height: 12px;
  background: #FFBE4E;
  clip-path: polygon(0 0, 100% 0, 50% 100%);
  position: absolute;
  bottom: -11px;
  left: 50%;
  transform: translate(-50%, 0);
}
@media screen and (max-width: 768px) {
  .l-item03-block03__subtitle::after {
    width: 18px;
    height: 8px;
    bottom: -7px;
  }
}
.l-item03-block03-list {
  display: flex;
  flex-wrap: wrap;
  gap: 4rem 1rem;
}
@media screen and (max-width: 768px) {
  .l-item03-block03-list {
    gap: 1.6rem 2rem;
    justify-content: center;
    align-items: flex-start;
  }
}
.l-item03-block03-list__item {
  width: calc((100% - 2rem) / 3);
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 2rem 0;
}
@media screen and (max-width: 768px) {
  .l-item03-block03-list__item {
    width: calc((100% - 2rem) / 2);
    gap: 1rem 0;
  }
}
.l-item03-block03-list__thumb {
  width: 16.6rem;
  height: 16.6rem;
  padding: 0.5rem;
  background: linear-gradient(to bottom, #F8C171 0%, #FBF85A 100%);
  border-radius: 50%;
}
@media screen and (max-width: 768px) {
  .l-item03-block03-list__thumb {
    width: 100%;
    height: auto;
    aspect-ratio: 1/1;
  }
}
.l-item03-block03-list__thumb img {
  width: 100%;
  height: auto;
}
.l-item03-block03-list__p {
  text-align: center;
  font-weight: 700;
  line-height: 1.47;
}
@media screen and (max-width: 768px) {
  .l-item03-block03-list__p {
    font-size: 1.3rem;
    font-weight: 600;
    line-height: 1.73;
  }
}
.l-item04 {
  padding: 8rem 0;
  position: relative;
  background: #E9F7EF;
}
@media screen and (max-width: 768px) {
  .l-item04 {
    padding: 5rem 2rem 5.8rem 2rem;
  }
}
.l-item04::before {
  content: "";
  width: 100%;
  height: 38rem;
  background: var(--white);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}
@media screen and (max-width: 768px) {
  .l-item04::before {
    height: 22.8rem;
  }
}
.l-item04__inner {
  width: 100rem;
  margin: 0 auto;
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 768px) {
  .l-item04__inner {
    width: 100%;
  }
}
.l-item04__en {
  margin-bottom: 5rem;
  text-align: center;
  font-family: var(--en-font);
  font-size: 10rem;
  font-weight: 300;
  line-height: 1;
  background: linear-gradient(0deg, #ABF067 0%, #4FD0C3 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media screen and (max-width: 768px) {
  .l-item04__en {
    margin-bottom: 0.6rem;
    font-size: 5.6rem;
    white-space: nowrap;
  }
}
.l-item04-block01 {
  width: 100%;
  margin: 0 auto 3rem auto;
  display: flex;
  flex-direction: row-reverse;
  justify-content: space-between;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .l-item04-block01 {
    margin: 0 auto 1.6rem auto;
    flex-wrap: wrap;
    flex-direction: column;
    gap: 2.4rem 0;
  }
}
.l-item04-block01__imgbox {
  width: 43rem;
}
@media screen and (max-width: 768px) {
  .l-item04-block01__imgbox {
    width: 100%;
  }
}
.l-item04-block01__imgbox img {
  width: 100%;
  height: auto;
  border-radius: 1.2rem;
}
.l-item04-block01__txtbox {
  width: 50rem;
}
@media screen and (max-width: 768px) {
  .l-item04-block01__txtbox {
    width: 100%;
  }
}
.l-item04-block01__subtitle {
  margin-bottom: 2.4rem;
}
@media screen and (max-width: 768px) {
  .l-item04-block01__subtitle {
    margin-bottom: 0;
  }
}
.l-item04-block01__subtitle p {
  margin-bottom: 1.2rem;
  color: #56C787;
  font-size: 1.7rem;
  font-weight: 700;
  letter-spacing: 0.08em;
}
@media screen and (max-width: 768px) {
  .l-item04-block01__subtitle p {
    text-align: center;
    font-size: 1.5rem;
    line-height: 1.47;
    letter-spacing: 0.06em;
  }
}
.l-item04-block01__subtitle h3 {
  font-family: var(--sub-font);
  font-size: 3.2rem;
  line-height: 1.68;
  letter-spacing: 0.15em;
}
@media screen and (max-width: 768px) {
  .l-item04-block01__subtitle h3 {
    text-align: center;
    font-size: 2.4rem;
    font-weight: 500;
    line-height: 1.58;
    letter-spacing: 0.1em;
  }
}
@media screen and (max-width: 768px) {
  .l-item04-block01__p {
    display: none;
  }
}
.l-item04-block02 {
  width: 77rem;
  margin: 0 auto 3rem auto;
}
@media screen and (max-width: 768px) {
  .l-item04-block02 {
    width: 100%;
    margin: 0 auto 1.6rem auto;
  }
}
.l-item04-block02__tbl {
  width: 100%;
  border-collapse: separate;
  border-spacing: 0;
  overflow: hidden;
  border-radius: 1.5rem;
  /* 1段目 */
  /* 2段目 */
}
.l-item04-block02__tbl th,
.l-item04-block02__tbl td {
  text-align: center;
  vertical-align: middle;
}
.l-item04-block02__tbl th {
  width: 24%;
  background: #56C787;
  color: var(--white);
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.87;
  padding: 2.6rem 0;
  border-left: 1px solid #56C787;
  border-bottom: 1px solid var(--white);
}
.l-item04-block02__tbl td {
  width: 76%;
  background: var(--white);
  font-weight: 300;
  line-height: 1.73;
  padding: 1.2rem 0;
  border-right: 1px solid #56C787;
  border-bottom: 1px solid #56C787;
}
.l-item04-block02__tbl tr:first-child th {
  border-top: 1px solid #56C787;
  border-top-left-radius: 1.5rem;
}
.l-item04-block02__tbl tr:first-child td {
  border-top: 1px solid #56C787;
  border-top-right-radius: 1.5rem;
}
.l-item04-block02__tbl tr:last-child th {
  border-bottom-left-radius: 1.5rem;
  border-bottom: 1px solid #56C787;
}
.l-item04-block02__tbl tr:last-child td {
  border-bottom-right-radius: 1.5rem;
}
@media screen and (min-width: 769px) {
  .l-item04-sptext {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  .l-item04-sptext {
    width: 100%;
    margin-bottom: 4rem;
  }
}
.l-item04-block03 {
  width: 100%;
  margin: 0 auto;
  border-radius: 3rem;
  background: var(--white);
  padding: 5rem 11.5rem;
}
@media screen and (max-width: 768px) {
  .l-item04-block03 {
    padding: 2.4rem;
  }
}
.l-item04-block03__subtitle {
  width: calc(100% - 7rem);
  margin: 0 auto 5.2rem auto;
  position: relative;
  border-radius: 10rem;
  background: #56C787;
  color: var(--white);
  text-align: center;
  font-family: var(--sub-font);
  font-size: 2.4rem;
  line-height: 1.67;
  letter-spacing: 0.04em;
  padding: 1rem 0;
}
@media screen and (max-width: 768px) {
  .l-item04-block03__subtitle {
    width: 100%;
    margin: 0 auto 3.2rem auto;
    font-size: 2rem;
    line-height: 1.45;
    letter-spacing: 0.06em;
  }
}
.l-item04-block03__subtitle::after {
  content: "";
  width: 28px;
  height: 12px;
  background: #56C787;
  clip-path: polygon(0 0, 100% 0, 50% 100%);
  position: absolute;
  bottom: -11px;
  left: 50%;
  transform: translate(-50%, 0);
}
@media screen and (max-width: 768px) {
  .l-item04-block03__subtitle::after {
    width: 18px;
    height: 8px;
    bottom: -7px;
  }
}
.l-item04-block03-list {
  display: flex;
  flex-wrap: wrap;
  gap: 4rem 1rem;
}
@media screen and (max-width: 768px) {
  .l-item04-block03-list {
    gap: 1.6rem 2rem;
    justify-content: center;
    align-items: flex-start;
  }
}
.l-item04-block03-list__item {
  width: calc((100% - 2rem) / 3);
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 2rem 0;
}
@media screen and (max-width: 768px) {
  .l-item04-block03-list__item {
    width: calc((100% - 2rem) / 2);
    gap: 1rem 0;
  }
}
.l-item04-block03-list__thumb {
  width: 16.6rem;
  height: 16.6rem;
  padding: 0.5rem;
  background: linear-gradient(to top, #ABF067 0%, #4FD0C3 100%);
  border-radius: 50%;
}
@media screen and (max-width: 768px) {
  .l-item04-block03-list__thumb {
    width: 100%;
    height: auto;
    aspect-ratio: 1/1;
  }
}
.l-item04-block03-list__thumb img {
  width: 100%;
  height: auto;
}
.l-item04-block03-list__p {
  text-align: center;
  font-weight: 700;
  line-height: 1.47;
}
@media screen and (max-width: 768px) {
  .l-item04-block03-list__p {
    font-size: 1.3rem;
    font-weight: 600;
    line-height: 1.73;
  }
}

.l-flow {
  padding: 8.8rem 0 10rem 0;
}
@media screen and (max-width: 768px) {
  .l-flow {
    padding: 6rem 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: 3rem 0;
}
@media screen and (max-width: 768px) {
  .l-flow__list {
    gap: 2.4rem 0;
  }
}
.l-flow__item {
  width: 100%;
  border-radius: 3rem;
  background: var(--main-light);
  display: flex;
  flex-direction: row-reverse;
  justify-content: space-between;
  align-items: center;
  padding: 3rem 5.5rem;
  position: relative;
}
@media screen and (max-width: 768px) {
  .l-flow__item {
    flex-wrap: wrap;
    flex-direction: column;
    align-items: flex-start;
    gap: 3.2rem 0;
    padding: 2.4rem;
  }
}
.l-flow__item::after {
  content: "";
  width: 1px;
  height: 30px;
  background: var(--main);
  position: absolute;
  bottom: -3rem;
  left: 50%;
}
@media screen and (max-width: 768px) {
  .l-flow__item::after {
    content: none;
  }
}
.l-flow__item:last-child::after {
  content: none;
}
.l-flow-imgbox {
  width: 34.5rem;
}
@media screen and (max-width: 768px) {
  .l-flow-imgbox {
    width: 100%;
  }
}
.l-flow-imgbox img {
  width: 100%;
  height: auto;
}
.l-flow-txtbox {
  width: 49.5rem;
}
@media screen and (max-width: 768px) {
  .l-flow-txtbox {
    width: 100%;
  }
}
.l-flow-txtbox-subtitle {
  margin-bottom: 1.6rem;
  display: flex;
  align-items: center;
  gap: 2.4rem;
}
@media screen and (max-width: 768px) {
  .l-flow-txtbox-subtitle {
    margin-bottom: 1rem;
    gap: 1.6rem;
  }
}
.l-flow-txtbox-subtitle__num {
  width: 4rem;
  height: 4rem;
  border-radius: 10rem;
  background: var(--main);
  color: var(--white);
  text-align: center;
  font-family: var(--sub-font);
  font-size: 2.4rem;
  line-height: 1;
  letter-spacing: 0;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .l-flow-txtbox-subtitle__num {
    font-size: 2rem;
  }
}
.l-flow-txtbox-subtitle__ja {
  color: var(--main);
  font-family: var(--sub-font);
  font-size: 2.4rem;
  line-height: 1.67;
  letter-spacing: 0.04em;
}
@media screen and (max-width: 768px) {
  .l-flow-txtbox-subtitle__ja {
    font-size: 2rem;
  }
}
.l-flow-txtbox-subtitle__tags {
  display: flex;
  align-items: center;
  gap: 1.2rem;
}
.l-flow-txtbox-subtitle__tags li {
  color: var(--white);
  font-weight: 700;
  line-height: 1.47;
  background: #91D5E4;
  padding: 0.5rem 1rem;
  display: inline-flex;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .l-flow-txtbox-subtitle__tags li {
    padding: 0.5rem 0.8rem;
  }
}
.l-flow-txtbox__btn {
  margin-top: 1.6rem;
}
@media screen and (max-width: 768px) {
  .l-flow-txtbox__btn {
    margin-top: 2.4rem;
    width: 100%;
  }
}
.l-flow-txtbox__btn a {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  padding: 1.4rem 5.6rem;
  color: var(--white);
  font-weight: 700;
  line-height: 1.87;
  letter-spacing: 0.1em;
  border-radius: 10rem;
  background: var(--main);
  border: 1px solid var(--main);
}
@media screen and (max-width: 768px) {
  .l-flow-txtbox__btn a {
    display: flex;
    width: 100%;
    padding: 1.4rem 0;
  }
}
.l-flow-txtbox__btn a:hover {
  color: var(--main);
  background: none;
}

.l-footer {
  background: var(--main-dark);
  color: var(--white);
  padding: 1rem 0;
  text-align: center;
}
.l-footer small {
  color: var(--white);
  font-size: 1.3rem;
  font-weight: 300;
  line-height: 1.8;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 768px) {
  .l-footer small {
    font-size: 1.2rem;
    line-height: 1.67;
    letter-spacing: 0.04em;
  }
}
.l-footer a:hover {
  opacity: 0.7;
}

.l-group {
  padding: 10rem 0 13.8rem 0;
  /* アクティブなタブ */
}
@media screen and (max-width: 768px) {
  .l-group {
    padding: 6rem 2rem;
  }
}
.l-group__inner {
  width: 100rem;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .l-group__inner {
    width: 100%;
  }
}
.l-group__title {
  margin-bottom: 7rem;
}
@media screen and (max-width: 768px) {
  .l-group__title {
    margin-bottom: 3.2rem;
  }
}
.l-group__list {
  display: flex;
  flex-wrap: wrap;
  gap: 3rem 2.4rem;
}
@media screen and (max-width: 768px) {
  .l-group__list {
    gap: 2rem 0;
  }
}
.l-group__list li {
  width: calc((100% - 4.8rem) / 3);
}
@media screen and (max-width: 768px) {
  .l-group__list li {
    width: 100%;
  }
}
.l-group__list a {
  border-radius: 0.8rem;
  background: var(--white);
  box-shadow: 0px 1px 4px 0px rgba(0, 0, 0, 0.25);
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  overflow: hidden;
}
.l-group__list a:hover {
  opacity: 0.7;
}
.l-group__list .imgbox {
  width: 100%;
}
.l-group__list .imgbox img {
  width: 100%;
  height: auto;
}
.l-group__list .txtbox {
  padding: 3rem 1.6rem;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  gap: 0.8rem 0;
}
.l-group__list .flexbox {
  display: flex;
  justify-content: space-between;
  width: 100%;
}
.l-group__list .label {
  color: var(--white);
  font-size: 1.3rem;
  font-weight: 600;
  line-height: 1;
  letter-spacing: 0.08em;
  border-radius: 0.3rem;
  background: #9B8855;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 0 0.4rem;
  height: 2.1rem;
}
.l-group__list .cname {
  color: var(--black);
  font-size: 1.3rem;
  font-weight: 600;
  line-height: 1.73;
  width: 100%;
}
.l-group__list .adress {
  color: var(--black);
  font-size: 1.2rem;
  letter-spacing: 0.05em;
  width: 100%;
}
.l-group__list .adress span {
  display: block;
  text-decoration: underline;
}
.l-group .tab-wrap {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-end;
  gap: 0;
}
.l-group .tab-label-01 {
  width: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  color: var(--main);
  font-size: 1.7rem;
  font-weight: 700;
  line-height: 2.13;
  letter-spacing: 0.08em;
  order: -1;
  position: relative;
  z-index: 50;
  border-bottom: 2px solid var(--main);
  background: var(--white);
  padding: 0.8rem 0;
}
.l-group .tab-label-02 {
  width: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  color: var(--main);
  font-size: 1.7rem;
  font-weight: 700;
  line-height: 2.13;
  letter-spacing: 0.08em;
  order: -1;
  position: relative;
  z-index: 50;
  border-bottom: 2px solid var(--main);
  background: var(--white);
  padding: 0.8rem 0;
}
.l-group .tab-content {
  width: 100%;
  display: none;
}
.l-group .tab-content__inner {
  padding: 7rem 0 0 0;
}
@media screen and (max-width: 768px) {
  .l-group .tab-content__inner {
    padding: 2rem 0 0 0;
  }
}
.l-group .tab-switch:checked + .tab-label-01 {
  background: var(--main);
  color: var(--white);
  position: relative;
  box-shadow: none;
  border-radius: 1rem 1rem 0 0;
}
.l-group .tab-switch:checked + .tab-label-02 {
  background: var(--main);
  color: var(--white);
  position: relative;
  box-shadow: none;
  border-radius: 1rem 1rem 0 0;
}
.l-group .tab-switch:checked + .tab-label + .tab-content {
  display: block;
}
.l-group .tab-switch {
  display: none;
}

/* ----- l-information ----- */
.l-information {
  padding: 10rem 0 0 0;
}
@media screen and (max-width: 768px) {
  .l-information {
    padding: 6rem 2rem 0 2rem;
  }
}
.l-information__inner {
  width: 100rem;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .l-information__inner {
    width: 100%;
  }
}

.l-equipment {
  padding: 8.8rem 0 10rem 0;
}
@media screen and (max-width: 768px) {
  .l-equipment {
    padding: 6rem 0;
  }
}
.l-equipment__title {
  margin-bottom: 5rem;
}
@media screen and (max-width: 768px) {
  .l-equipment__title {
    margin-bottom: 3.2rem;
  }
}
.l-equipment__btn {
  margin-top: 5rem;
  display: flex;
  justify-content: center;
}
@media screen and (max-width: 768px) {
  .l-equipment__btn {
    margin-top: 3.2rem;
  }
}

.l-qa {
  background: url(../img/bg-tile.jpg) repeat top left;
  padding: 8.8rem 0 10rem 0;
  border-bottom: 5px solid var(--main);
  /* アコーディオン */
}
@media screen and (max-width: 768px) {
  .l-qa {
    padding: 6rem 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: 5rem;
}
@media screen and (max-width: 768px) {
  .l-qa__title {
    margin-bottom: 3rem;
  }
}
.l-qa .toggle_contents + .toggle_contents {
  margin-top: 4rem;
}
@media screen and (max-width: 768px) {
  .l-qa .toggle_contents + .toggle_contents {
    margin-top: 1.6rem;
  }
}
.l-qa .toggle_title {
  position: relative;
  padding: 1.8rem 8.8rem 1.8rem 9rem;
  cursor: pointer;
  transition: all 0.5s;
  border-radius: 1rem;
  background: var(--main);
  color: var(--white);
  font-size: 1.7rem;
  font-weight: 700;
  letter-spacing: 0.08em;
}
@media screen and (max-width: 768px) {
  .l-qa .toggle_title {
    padding: 2rem 4.8rem 2rem 6.6rem;
    font-size: 1.5rem;
    line-height: 1.47;
    letter-spacing: 0.06em;
  }
}
.l-qa .toggle_title.selected {
  border-radius: 1rem 1rem 0 0;
}
.l-qa .toggle_title::before {
  content: "Q.";
  color: var(--white);
  font-family: var(--en-font2);
  font-size: 3.2rem;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0.07em;
  position: absolute;
  top: 50%;
  left: 3.2rem;
  transform: translate(0, -50%);
}
@media screen and (max-width: 768px) {
  .l-qa .toggle_title::before {
    left: 1.6rem;
  }
}
.l-qa .toggle_title:hover {
  opacity: 0.7;
}
.l-qa .toggle_btn {
  position: absolute;
  top: 50%;
  right: 3.2rem;
  transform: translateY(-50%);
  display: block;
  width: 2.4rem;
  height: 2.4rem;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .l-qa .toggle_btn {
    right: 1.6rem;
    width: 1.6rem;
    height: 1.6rem;
  }
}
.l-qa .toggle_btn:before,
.l-qa .toggle_btn:after {
  display: block;
  content: "";
  background-color: var(--white);
  position: absolute;
  width: 24px;
  height: 4px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border-radius: 10rem;
}
@media screen and (max-width: 768px) {
  .l-qa .toggle_btn:before,
  .l-qa .toggle_btn:after {
    width: 16px;
    height: 3px;
  }
}
.l-qa .toggle_btn:before {
  width: 4px;
  height: 24px;
}
@media screen and (max-width: 768px) {
  .l-qa .toggle_btn:before {
    width: 3px;
    height: 16px;
  }
}
.l-qa .toggle_title.selected .toggle_btn:before {
  content: normal;
}
.l-qa .toggle_contents dd {
  display: none;
  border-radius: 0 0 1rem 1rem;
  background: #E9F9F9;
  padding: 3rem 3.2rem 3rem 9rem;
  position: relative;
}
@media screen and (max-width: 768px) {
  .l-qa .toggle_contents dd {
    padding: 2rem 1.6rem 2rem 6.6rem;
  }
}
.l-qa .toggle_contents dd::before {
  content: "A.";
  color: var(--main);
  font-family: var(--en-font2);
  font-size: 3.2rem;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0.07em;
  position: absolute;
  top: 3rem;
  left: 3.2rem;
}
@media screen and (max-width: 768px) {
  .l-qa .toggle_contents dd::before {
    top: 2rem;
    left: 1.6rem;
  }
}

.l-price {
  background: var(--main-light);
  padding: 8.8rem 0 10rem 0;
  /* ---------- 01 ---------- */
  /* ---------- 02 ---------- */
  /* ---------- 03 ---------- */
}
@media screen and (max-width: 768px) {
  .l-price {
    padding: 6rem 0;
  }
}
.l-price__inner {
  width: 110rem;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .l-price__inner {
    width: 100%;
  }
}
.l-price__title {
  margin-bottom: 5rem;
}
@media screen and (max-width: 768px) {
  .l-price__title {
    margin-bottom: 3rem;
  }
}
.l-price01 {
  width: 100rem;
  margin: 0 auto 8rem auto;
}
@media screen and (max-width: 768px) {
  .l-price01 {
    width: 100%;
    margin: 0 auto 5.2rem auto;
    padding: 0 2rem;
  }
}
.l-price01-list {
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  gap: 2rem;
}
@media screen and (max-width: 768px) {
  .l-price01-list {
    flex-wrap: wrap;
    flex-direction: column;
  }
}
.l-price01-list__item {
  width: calc((100% - 4rem) / 3);
  border-radius: 1.2rem;
  border: 1px solid var(--gray-dark);
  background: var(--white);
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .l-price01-list__item {
    width: 100%;
  }
}
.l-price01-list__head {
  background: var(--gray-dark);
  padding: 1rem;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  color: var(--white);
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.35;
  letter-spacing: 0.08em;
}
@media screen and (max-width: 768px) {
  .l-price01-list__head {
    padding: 0.6rem;
    font-size: 1.6rem;
    line-height: 1.69;
  }
}
.l-price01-list__head span {
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1.69;
}
@media screen and (max-width: 768px) {
  .l-price01-list__head span {
    font-size: 1.4rem;
  }
}
.l-price01-list__body {
  width: 100%;
  height: 10rem;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 1rem;
  font-size: 1.6rem;
  line-height: 1.6;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 768px) {
  .l-price01-list__body {
    height: auto;
    min-height: 8.2rem;
    gap: 2.4rem;
    padding: 1.6rem 0;
  }
}
.l-price01-list__body .f18 {
  font-size: 1.8rem;
  font-weight: 400;
  letter-spacing: 0.08em;
}
.l-price01-list__body .f18-bold {
  font-size: 1.8rem;
  font-weight: 700;
  letter-spacing: 0.08em;
}
.l-price01-list__body .f20 {
  font-size: 2rem;
  font-weight: 700;
}
.l-price01-list__body .f24 {
  font-size: 2.4rem;
  font-weight: 700;
}
.l-price01-list__body .f28 {
  font-size: 2.8rem;
  font-weight: 700;
  letter-spacing: 0.08em;
}
.l-price01-list__body .f35 {
  font-size: 3.5rem;
  font-weight: 700;
}
.l-price02 {
  width: 100rem;
  margin: 0 auto 8rem auto;
}
@media screen and (max-width: 768px) {
  .l-price02 {
    width: 100%;
    margin: 0 auto 5.4rem auto;
  }
  .l-price02 .l-price02-scroll {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
    position: relative;
    z-index: 1;
    padding: 0 2rem;
  }
  .l-price02 .l-price02-scroll::-webkit-scrollbar {
    display: none;
  }
}
.l-price02-grid {
  display: grid;
  grid-template-columns: 1fr 212px 212px 212px 212px;
  grid-template-rows: auto auto auto auto auto auto;
  gap: 0px 0px;
  grid-auto-flow: row;
  grid-template-areas: ". l-price02-grid-01-02 l-price02-grid-01-03 l-price02-grid-01-04 l-price02-grid-01-05" "l-price02-grid-02-01 l-price02-grid-02-02 l-price02-grid-02-03 l-price02-grid-02-04 l-price02-grid-02-05" "l-price02-grid-03-01 l-price02-grid-03-02 l-price02-grid-03-03 l-price02-grid-03-04 l-price02-grid-03-05" "l-price02-grid-04-01 l-price02-grid-04-02 l-price02-grid-04-03 l-price02-grid-04-04 l-price02-grid-04-05" "l-price02-grid-05-01 l-price02-grid-05-02 l-price02-grid-05-03 l-price02-grid-05-04 l-price02-grid-05-05" "l-price02-grid-06-01 l-price02-grid-06-02 l-price02-grid-06-03 l-price02-grid-06-04 l-price02-grid-06-05";
}
@media screen and (max-width: 768px) {
  .l-price02-grid {
    width: max-content;
    grid-template-columns: 124px 176px 176px 176px 176px;
  }
}
.l-price02-grid .f17 {
  font-size: 1.7rem;
  font-weight: 700;
  line-height: 1.58;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 768px) {
  .l-price02-grid .f17 {
    font-size: 1.4rem;
  }
}
.l-price02-grid .f20 {
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.35;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 768px) {
  .l-price02-grid .f20 {
    font-size: 1.6rem;
  }
}
.l-price02-grid .f24 {
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 1.25;
  letter-spacing: 0.08em;
}
@media screen and (max-width: 768px) {
  .l-price02-grid .f24 {
    font-size: 2rem;
  }
}
.l-price02-grid .f30 {
  font-size: 3rem;
  font-weight: 700;
  line-height: 0.9;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 768px) {
  .l-price02-grid .f30 {
    font-size: 2.4rem;
  }
}
.l-price02-grid .f32 {
  font-size: 3.2rem;
  font-weight: 700;
  line-height: 1.13;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 768px) {
  .l-price02-grid .f32 {
    font-size: 2.6rem;
  }
}
.l-price02-grid-01-02 {
  grid-area: l-price02-grid-01-02;
  border-radius: 1.2rem 1.2rem 0 0;
  background: #CFF6FF;
  padding: 1.6rem;
  text-align: center;
  font-size: 1.7rem;
  font-weight: 700;
  line-height: 1.3;
}
@media screen and (max-width: 768px) {
  .l-price02-grid-01-02 {
    font-size: 1.4rem;
  }
}
.l-price02-grid-01-03 {
  grid-area: l-price02-grid-01-03;
  border-radius: 1.2rem 1.2rem 0 0;
  background: var(--main);
  padding: 1.6rem;
  text-align: center;
  font-size: 1.7rem;
  font-weight: 700;
  line-height: 1.3;
  color: var(--white);
}
@media screen and (max-width: 768px) {
  .l-price02-grid-01-03 {
    font-size: 1.4rem;
  }
}
.l-price02-grid-01-04 {
  grid-area: l-price02-grid-01-04;
  border-radius: 1.2rem 1.2rem 0 0;
  background: #25668F;
  padding: 1.6rem;
  text-align: center;
  font-size: 1.7rem;
  font-weight: 700;
  line-height: 1.3;
  color: var(--white);
}
@media screen and (max-width: 768px) {
  .l-price02-grid-01-04 {
    font-size: 1.4rem;
  }
}
.l-price02-grid-01-05 {
  grid-area: l-price02-grid-01-05;
  border-radius: 1.2rem 1.2rem 0 0;
  background: var(--main-dark);
  padding: 1.6rem;
  text-align: center;
  font-size: 1.7rem;
  font-weight: 700;
  line-height: 1.3;
  color: var(--white);
}
@media screen and (max-width: 768px) {
  .l-price02-grid-01-05 {
    font-size: 1.4rem;
  }
}
.l-price02-grid-02-01 {
  grid-area: l-price02-grid-02-01;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 1.2rem 0 0 0;
  border: 1px solid var(--gray);
  background: var(--gray-light);
  text-align: center;
  font-weight: 700;
  line-height: 1.47;
}
@media screen and (max-width: 768px) {
  .l-price02-grid-02-01 {
    font-size: 1.2rem;
  }
}
.l-price02-grid-02-02 {
  grid-area: l-price02-grid-02-02;
  display: flex;
  justify-content: center;
  align-items: center;
  border-right: 1px solid var(--gray);
  border-bottom: 1px solid var(--gray);
  background: var(--white);
  padding: 2.4rem 0;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .l-price02-grid-02-02 {
    padding: 2rem 0;
  }
}
.l-price02-grid-02-03 {
  grid-area: l-price02-grid-02-03;
  display: flex;
  justify-content: center;
  align-items: center;
  border-right: 1px solid var(--gray);
  border-bottom: 1px solid var(--gray);
  background: var(--white);
  padding: 2.4rem 0;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .l-price02-grid-02-03 {
    padding: 2rem 0;
  }
}
.l-price02-grid-02-04 {
  grid-area: l-price02-grid-02-04;
  display: flex;
  justify-content: center;
  align-items: center;
  border-right: 1px solid var(--gray);
  border-bottom: 1px solid var(--gray);
  background: var(--white);
  padding: 2.4rem 0;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .l-price02-grid-02-04 {
    padding: 2rem 0;
  }
}
.l-price02-grid-02-05 {
  grid-area: l-price02-grid-02-05;
  display: flex;
  justify-content: center;
  align-items: center;
  border-right: 1px solid var(--gray);
  border-bottom: 1px solid var(--gray);
  background: var(--white);
  padding: 2.4rem 0;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .l-price02-grid-02-05 {
    padding: 2rem 0;
  }
}
.l-price02-grid-03-01 {
  grid-area: l-price02-grid-03-01;
  display: flex;
  justify-content: center;
  align-items: center;
  border-right: 1px solid var(--gray);
  border-bottom: 1px solid var(--gray);
  border-left: 1px solid var(--gray);
  background: var(--gray-light);
  text-align: center;
  font-weight: 700;
  line-height: 1.47;
}
@media screen and (max-width: 768px) {
  .l-price02-grid-03-01 {
    font-size: 1.2rem;
  }
}
.l-price02-grid-03-02 {
  grid-area: l-price02-grid-03-02;
  display: flex;
  justify-content: center;
  align-items: center;
  border-right: 1px solid var(--gray);
  border-bottom: 1px solid var(--gray);
  background: var(--white);
  padding: 2.4rem 0;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .l-price02-grid-03-02 {
    padding: 2rem 0;
  }
}
.l-price02-grid-03-03 {
  grid-area: l-price02-grid-03-03;
  display: flex;
  justify-content: center;
  align-items: center;
  border-right: 1px solid var(--gray);
  border-bottom: 1px solid var(--gray);
  background: var(--white);
  padding: 2.4rem 0;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .l-price02-grid-03-03 {
    padding: 2rem 0;
  }
}
.l-price02-grid-03-04 {
  grid-area: l-price02-grid-03-04;
  display: flex;
  justify-content: center;
  align-items: center;
  border-right: 1px solid var(--gray);
  border-bottom: 1px solid var(--gray);
  background: var(--white);
  padding: 2.4rem 0;
}
@media screen and (max-width: 768px) {
  .l-price02-grid-03-04 {
    padding: 2rem 0;
  }
}
.l-price02-grid-03-05 {
  grid-area: l-price02-grid-03-05;
  display: flex;
  justify-content: center;
  align-items: center;
  border-right: 1px solid var(--gray);
  border-bottom: 1px solid var(--gray);
  background: var(--white);
  padding: 2.4rem 0;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .l-price02-grid-03-05 {
    padding: 2rem 0;
  }
}
.l-price02-grid-04-01 {
  grid-area: l-price02-grid-04-01;
  display: flex;
  justify-content: center;
  align-items: center;
  border-right: 1px solid var(--gray);
  border-bottom: 1px solid var(--gray);
  border-left: 1px solid var(--gray);
  background: var(--gray-light);
  text-align: center;
  font-weight: 700;
  line-height: 1.47;
}
@media screen and (max-width: 768px) {
  .l-price02-grid-04-01 {
    font-size: 1.2rem;
  }
}
.l-price02-grid-04-02 {
  grid-area: l-price02-grid-04-02;
  display: flex;
  justify-content: center;
  align-items: center;
  border-right: 1px solid var(--gray);
  border-bottom: 1px solid var(--gray);
  background: var(--white);
  padding: 2.4rem 0;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .l-price02-grid-04-02 {
    padding: 2rem 0;
  }
}
.l-price02-grid-04-03 {
  grid-area: l-price02-grid-04-03;
  display: flex;
  justify-content: center;
  align-items: center;
  border-right: 1px solid var(--gray);
  border-bottom: 1px solid var(--gray);
  background: var(--white);
  padding: 2.4rem 0;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .l-price02-grid-04-03 {
    padding: 2rem 0;
  }
}
.l-price02-grid-04-04 {
  grid-area: l-price02-grid-04-04;
  display: flex;
  justify-content: center;
  align-items: center;
  border-right: 1px solid var(--gray);
  border-bottom: 1px solid var(--gray);
  background: var(--white);
  padding: 2.4rem 0;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .l-price02-grid-04-04 {
    padding: 2rem 0;
  }
}
.l-price02-grid-04-05 {
  grid-area: l-price02-grid-04-05;
  display: flex;
  justify-content: center;
  align-items: center;
  border-right: 1px solid var(--gray);
  border-bottom: 1px solid var(--gray);
  background: var(--white);
  padding: 2.4rem 0;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .l-price02-grid-04-05 {
    padding: 2rem 0;
  }
}
.l-price02-grid-05-01 {
  grid-area: l-price02-grid-05-01;
  display: flex;
  justify-content: center;
  align-items: center;
  border-right: 1px solid var(--gray);
  border-bottom: 1px solid var(--gray);
  border-left: 1px solid var(--gray);
  background: var(--gray-light);
  text-align: center;
  font-weight: 700;
  line-height: 1.47;
}
@media screen and (max-width: 768px) {
  .l-price02-grid-05-01 {
    font-size: 1.2rem;
  }
}
.l-price02-grid-05-02 {
  grid-area: l-price02-grid-05-02;
  display: flex;
  justify-content: center;
  align-items: center;
  border-right: 1px solid var(--gray);
  border-bottom: 1px solid var(--gray);
  background: var(--white);
  padding: 2.4rem 0;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .l-price02-grid-05-02 {
    padding: 2rem 0;
  }
}
.l-price02-grid-05-03 {
  grid-area: l-price02-grid-05-03;
  display: flex;
  justify-content: center;
  align-items: center;
  border-right: 1px solid var(--gray);
  border-bottom: 1px solid var(--gray);
  background: var(--white);
  padding: 2.4rem 0;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .l-price02-grid-05-03 {
    padding: 2rem 0;
  }
}
.l-price02-grid-05-04 {
  grid-area: l-price02-grid-05-04;
  display: flex;
  justify-content: center;
  align-items: center;
  border-right: 1px solid var(--gray);
  border-bottom: 1px solid var(--gray);
  background: var(--white);
  padding: 2.4rem 0;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .l-price02-grid-05-04 {
    padding: 2rem 0;
  }
}
.l-price02-grid-05-05 {
  grid-area: l-price02-grid-05-05;
  display: flex;
  justify-content: center;
  align-items: center;
  border-right: 1px solid var(--gray);
  border-bottom: 1px solid var(--gray);
  background: var(--white);
  padding: 2.4rem 0;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .l-price02-grid-05-05 {
    padding: 2rem 0;
  }
}
.l-price02-grid-06-01 {
  grid-area: l-price02-grid-06-01;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 0 0 0 1.2rem;
  border-right: 1px solid var(--gray);
  border-bottom: 1px solid var(--gray);
  border-left: 1px solid var(--gray);
  background: var(--gray-light);
  text-align: center;
  font-weight: 700;
  line-height: 1.47;
}
@media screen and (max-width: 768px) {
  .l-price02-grid-06-01 {
    font-size: 1.2rem;
  }
}
.l-price02-grid-06-02 {
  grid-area: l-price02-grid-06-02;
  display: flex;
  justify-content: center;
  align-items: center;
  border-right: 1px solid var(--gray);
  border-bottom: 1px solid var(--gray);
  background: var(--white);
  padding: 2.4rem 0;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .l-price02-grid-06-02 {
    padding: 2rem 0;
  }
}
.l-price02-grid-06-03 {
  grid-area: l-price02-grid-06-03;
  display: flex;
  justify-content: center;
  align-items: center;
  border-right: 1px solid var(--gray);
  border-bottom: 1px solid var(--gray);
  background: var(--white);
  padding: 2.4rem 0;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .l-price02-grid-06-03 {
    padding: 2rem 0;
  }
}
.l-price02-grid-06-04 {
  grid-area: l-price02-grid-06-04;
  display: flex;
  justify-content: center;
  align-items: center;
  border-right: 1px solid var(--gray);
  border-bottom: 1px solid var(--gray);
  background: var(--white);
  padding: 2.4rem 0;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .l-price02-grid-06-04 {
    padding: 2rem 0;
  }
}
.l-price02-grid-06-05 {
  grid-area: l-price02-grid-06-05;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 0 0 1.2rem 0;
  border-right: 1px solid var(--gray);
  border-bottom: 1px solid var(--gray);
  background: var(--white);
  padding: 2.4rem 0;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .l-price02-grid-06-05 {
    padding: 2rem 0;
  }
}
.l-price02__below {
  margin-top: 1.6rem;
}
@media screen and (min-width: 769px) {
  .l-price02 .scroll-hint {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  .l-price02 .scroll-hint {
    display: none;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.3s ease;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    display: flex;
    align-items: center;
    gap: 0.4rem;
    pointer-events: none;
    z-index: 2;
    transition: all 0.5s;
  }
  .l-price02 .scroll-hint.show {
    opacity: 1;
    visibility: visible;
    transition: all 0.5s;
  }
}
.l-price03 {
  width: 100%;
  margin: 0 auto;
  border-radius: 3rem;
  background: var(--white);
  padding: 5rem 10rem;
}
@media screen and (max-width: 768px) {
  .l-price03 {
    width: calc(100% - 4rem);
    border-radius: 1.2rem;
    padding: 2.4rem;
  }
}
.l-price03__subtitle {
  width: calc(100% - 20rem);
  margin: 0 auto 5.2rem auto;
  position: relative;
  border-radius: 10rem;
  background: var(--main);
  color: var(--white);
  text-align: center;
  font-family: var(--sub-font);
  font-size: 2.4rem;
  line-height: 1.67;
  letter-spacing: 0.04em;
  padding: 1rem 0;
}
@media screen and (max-width: 768px) {
  .l-price03__subtitle {
    width: 100%;
    margin: 0 auto 3.6rem auto;
    font-size: 2.2rem;
    line-height: 1.44;
    letter-spacing: 0.1em;
  }
}
.l-price03__subtitle::after {
  content: "";
  width: 28px;
  height: 12px;
  background: var(--main);
  clip-path: polygon(0 0, 100% 0, 50% 100%);
  position: absolute;
  bottom: -11px;
  left: 50%;
  transform: translate(-50%, 0);
}
.l-price03-grid {
  width: calc(100% - 17.2rem);
  margin: 0 auto 4rem auto;
  display: grid;
  grid-template-columns: 228px 1fr;
  grid-template-rows: auto auto;
  gap: 12px 15px;
  grid-auto-flow: row;
  grid-template-areas: "l-price03-grid-box01 l-price03-grid-box03" "l-price03-grid-box02 l-price03-grid-box03";
}
@media screen and (max-width: 768px) {
  .l-price03-grid {
    width: 100%;
    margin: 0 auto 1.6rem auto;
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    gap: 1.2rem 0;
  }
}
.l-price03-grid-box01 {
  grid-area: l-price03-grid-box01;
  border-radius: 2rem;
  border: 1px solid var(--main);
  background: var(--white);
  height: 10.5rem;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  color: #22ABC9;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.8;
  letter-spacing: 0.08em;
}
@media screen and (max-width: 768px) {
  .l-price03-grid-box01 {
    height: 9.5rem;
  }
}
.l-price03-grid-box02 {
  grid-area: l-price03-grid-box02;
  border-radius: 2rem;
  border: 1px solid var(--main);
  background: var(--white);
  height: 10.5rem;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  color: #22ABC9;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.8;
  letter-spacing: 0.08em;
}
@media screen and (max-width: 768px) {
  .l-price03-grid-box02 {
    height: 9.5rem;
  }
}
.l-price03-grid-box03 {
  grid-area: l-price03-grid-box03;
  border-radius: 2rem;
  border: 1px solid var(--main);
  background: var(--white);
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 1rem;
}
@media screen and (max-width: 768px) {
  .l-price03-grid-box03 {
    gap: 0;
    padding: 2rem 2rem 4.8rem 2rem;
  }
}
.l-price03-grid-box03 h3 {
  color: #22ABC9;
  text-align: center;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.8;
  letter-spacing: 0.08em;
}
@media screen and (max-width: 768px) {
  .l-price03-grid-box03 h3 {
    margin-bottom: 2rem;
  }
}
.l-price03-grid-box03 ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 0.4rem 0;
}
.l-price03-grid-box03 ul li {
  width: 10rem;
}
@media screen and (max-width: 768px) {
  .l-price03-grid-box03 ul li {
    width: 8rem;
  }
}
.l-price03-grid-box03 ul li img {
  width: 100%;
  height: auto;
}
.l-price03__intro {
  width: 80rem;
  margin: 0 auto 4rem auto;
}
@media screen and (max-width: 768px) {
  .l-price03__intro {
    width: 100%;
    margin: 0 auto 2.4rem auto;
  }
}
.l-price03-deduction {
  border-top: 1px solid var(--main);
  border-bottom: 1px solid var(--main);
  padding: 3rem 5rem;
}
@media screen and (max-width: 768px) {
  .l-price03-deduction {
    padding: 3rem 0;
  }
}
.l-price03-deduction__minititle {
  margin-bottom: 1.2rem;
  text-align: center;
  font-family: var(--sub-font);
  font-size: 2rem;
  line-height: 1.75;
  letter-spacing: 0.15em;
}
.l-price03-deduction__p {
  margin-bottom: 2.4rem;
}
@media screen and (max-width: 768px) {
  .l-price03-deduction__p {
    padding: 0 1.6rem;
  }
}
.l-price03-deduction__btn {
  display: flex;
  justify-content: center;
}
@media screen and (max-width: 768px) {
  .l-price03-deduction__btn {
    width: 100%;
  }
}

.l-case {
  padding: 0 0 8rem 0;
  background: var(--main-light);
}
@media screen and (max-width: 768px) {
  .l-case {
    padding: 0 0 6rem 0;
  }
}
.l-case__title {
  position: relative;
  top: -6rem;
  margin-bottom: -6rem;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .l-case__title {
    top: -3.2rem;
    margin-bottom: -3.2rem;
    gap: 0.8rem 0;
  }
}
.l-case__title .en {
  text-align: center;
  font-family: var(--en-font);
  font-size: 12rem;
  font-weight: 300;
  line-height: 1;
  text-transform: capitalize;
  background: linear-gradient(0deg, #90DBCA 24.62%, #80C5F2 85.77%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media screen and (max-width: 768px) {
  .l-case__title .en {
    font-size: 7rem;
  }
}
.l-case__title .ja {
  text-align: center;
  font-family: var(--sub-font);
  font-size: 3rem;
  line-height: 1.65;
  letter-spacing: 0.15em;
}
@media screen and (max-width: 768px) {
  .l-case__title .ja {
    font-size: 2.2rem;
    line-height: 1.44;
    letter-spacing: 0.1em;
  }
}
.l-case__btn {
  margin-top: 6rem;
  display: flex;
  justify-content: center;
}
@media screen and (max-width: 768px) {
  .l-case__btn {
    margin: 3.2rem auto 0 auto;
    max-width: 30rem;
  }
}

.l-banner {
  padding: 3rem 0 11rem 0;
  display: flex;
  justify-content: center;
}
@media screen and (max-width: 768px) {
  .l-banner {
    padding: 0 2rem 6.8rem 2rem;
  }
}
.l-banner a:hover {
  opacity: 0.7;
}
.l-banner img {
  width: 60.4rem;
  height: auto;
}
@media screen and (max-width: 768px) {
  .l-banner img {
    width: 100%;
  }
}

.l-reason {
  /* ---------- l-reason00 ---------- */
  /* ---------- l-reason01 ---------- */
  /* ---------- l-reason02 ---------- */
  /* ---------- l-reason03 ---------- */
  /* ---------- l-reason04 ---------- */
  /* ---------- l-reason050607 ---------- */
}
.l-reason00 {
  padding: 8.8rem 0 5.8rem 0;
  display: flex;
  justify-content: center;
  align-items: flex-end;
  gap: 2.4rem;
}
@media screen and (max-width: 768px) {
  .l-reason00 {
    padding: 3.8rem 2rem 1.6rem 2rem;
    gap: 0;
  }
}
.l-reason00-txtbox {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
}
.l-reason00-txtbox__en {
  font-family: var(--en-font);
  font-size: 12rem;
  font-weight: 300;
  line-height: 1;
  text-transform: capitalize;
  background: linear-gradient(0deg, rgba(144, 219, 202, 0.3) 24.62%, rgba(128, 197, 242, 0.3) 85.77%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  position: relative;
}
@media screen and (max-width: 768px) {
  .l-reason00-txtbox__en {
    font-size: 7rem;
  }
}
.l-reason00-txtbox__tagline {
  font-family: var(--sub-font);
  font-size: 2.8rem;
  line-height: 1.42;
  letter-spacing: 0.1em;
  position: relative;
  top: -4rem;
  margin-bottom: -4rem;
}
@media screen and (max-width: 768px) {
  .l-reason00-txtbox__tagline {
    font-size: 1.6rem;
    top: -2.4rem;
    margin-bottom: -2.4rem;
    padding-left: 3rem;
  }
}
.l-reason00-txtbox__ja {
  font-family: var(--sub-font);
  font-size: 5.5rem;
  line-height: 1.7;
  position: relative;
  top: -5.4rem;
  margin-bottom: -5.4rem;
}
@media screen and (max-width: 768px) {
  .l-reason00-txtbox__ja {
    font-size: 3.2rem;
    top: -2.4rem;
    margin-bottom: -2.4rem;
    padding-left: 3rem;
  }
}
.l-reason00-txtbox__ja .f41 {
  font-size: 4.1rem;
}
@media screen and (max-width: 768px) {
  .l-reason00-txtbox__ja .f41 {
    font-size: 2.4rem;
  }
}
.l-reason00-txtbox__ja .f146 {
  display: inline-block;
  font-family: var(--en-font2);
  font-size: 14.6rem;
  line-height: 1;
  letter-spacing: 0.1em;
  background: linear-gradient(0deg, #3FC8A9 24.62%, #32AEFF 85.77%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media screen and (max-width: 768px) {
  .l-reason00-txtbox__ja .f146 {
    font-size: 8.5rem;
  }
}
.l-reason00-imgbox {
  padding-bottom: 0.8rem;
}
@media screen and (max-width: 768px) {
  .l-reason00-imgbox {
    display: none;
  }
}
.l-reason01 {
  background: var(--main-light);
  padding: 3.2rem 0;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 768px) {
  .l-reason01 {
    padding: 0 0 5.8rem 0;
  }
}
.l-reason01::before {
  content: "";
  width: 28rem;
  height: 20rem;
  background: rgba(145, 213, 228, 0.4);
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 2;
  clip-path: polygon(0 0, 0% 100%, 100% 100%);
}
@media screen and (max-width: 768px) {
  .l-reason01::before {
    width: 13.6rem;
    height: 9.6rem;
  }
}
.l-reason01::after {
  content: "";
  width: 5rem;
  height: 100%;
  background: var(--white);
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
}
@media screen and (max-width: 768px) {
  .l-reason01::after {
    width: 100%;
    height: 8rem;
    top: 0;
    right: 0;
    z-index: 2;
  }
}
.l-reason01-grid {
  position: relative;
  z-index: 3;
  display: grid;
  grid-template-columns: 1fr 550px 50px 600px 1fr;
  grid-template-rows: auto;
  gap: 0px 0px;
  grid-auto-flow: row;
  grid-template-areas: ". l-reason01-grid-txtbox . l-reason01-grid-imgbox l-reason01-grid-imgbox";
}
@media screen and (max-width: 768px) {
  .l-reason01-grid {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    gap: 2rem 0;
  }
}
.l-reason01-grid-imgbox {
  grid-area: l-reason01-grid-imgbox;
  position: relative;
}
@media screen and (max-width: 768px) {
  .l-reason01-grid-imgbox {
    width: calc(100% - 2rem);
    margin: 0 0 0 auto;
  }
}
.l-reason01-grid-imgbox img.photo {
  width: 100%;
  height: 45rem;
  object-fit: cover;
  object-position: top center;
  border-radius: 1.2rem 0 0 1.2rem;
}
@media screen and (max-width: 768px) {
  .l-reason01-grid-imgbox img.photo {
    height: auto;
  }
}
.l-reason01-grid-imgbox img.figure {
  position: absolute;
  bottom: 3.2rem;
  right: 3.6rem;
  width: 24.8rem;
  height: auto;
}
@media screen and (max-width: 768px) {
  .l-reason01-grid-imgbox img.figure {
    display: none;
  }
}
.l-reason01-grid-txtbox {
  grid-area: l-reason01-grid-txtbox;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  justify-content: center;
  gap: 1.6rem 0;
}
@media screen and (max-width: 768px) {
  .l-reason01-grid-txtbox {
    width: 100%;
    padding: 0 2rem;
  }
}
.l-reason01-grid-txtbox__subtitle {
  width: 100%;
  border-bottom: 1px solid var(--main);
  padding-bottom: 1.2rem;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 0;
}
@media screen and (max-width: 768px) {
  .l-reason01-grid-txtbox__subtitle {
    padding-bottom: 1.6rem;
    flex-direction: row;
    justify-content: flex-start;
    gap: 1.4rem;
  }
}
.l-reason01-grid-txtbox__subtitle .num {
  color: var(--main);
  text-align: center;
  font-family: var(--en-font2);
  font-size: 8rem;
  font-weight: 300;
  line-height: 1.45;
}
@media screen and (max-width: 768px) {
  .l-reason01-grid-txtbox__subtitle .num {
    font-size: 4.5rem;
    text-align: left;
  }
}
.l-reason01-grid-txtbox__subtitle .ja {
  text-align: center;
  font-family: var(--sub-font);
  font-size: 3rem;
  line-height: 1.65;
  letter-spacing: 0.15em;
}
@media screen and (max-width: 768px) {
  .l-reason01-grid-txtbox__subtitle .ja {
    font-size: 2.2rem;
    line-height: 1.44;
    letter-spacing: 0;
    text-align: left;
  }
}
.l-reason01-grid-txtbox__p {
  width: 100%;
}
.l-reason01-grid-txtbox__btn {
  width: 100%;
  display: flex;
  justify-content: center;
  padding: 0 10rem;
}
@media screen and (max-width: 768px) {
  .l-reason01-grid-txtbox__btn {
    width: 30rem;
    margin: 0 auto;
    padding: 0;
  }
}
.l-reason01-grid-txtbox__btn a {
  width: 100%;
  height: 8.8rem;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  border-radius: 10rem;
  background: var(--main-dark);
  border: 1px solid var(--main-dark);
}
.l-reason01-grid-txtbox__btn a:hover {
  background: var(--white);
}
.l-reason01-grid-txtbox__btn a:hover h3,
.l-reason01-grid-txtbox__btn a:hover p {
  color: var(--main-dark);
}
.l-reason01-grid-txtbox__btn a:hover .icon {
  fill: var(--main-dark);
}
.l-reason01-grid-txtbox__btn h3 {
  color: var(--white);
  text-align: center;
}
.l-reason01-grid-txtbox__btn p {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 1.2rem;
  color: var(--white);
  text-align: center;
  font-size: 1.9rem;
  font-weight: 500;
  line-height: 1.79;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 768px) {
  .l-reason01-grid-txtbox__btn p {
    font-size: 1.6rem;
  }
}
.l-reason01-grid-txtbox__btn .icon {
  fill: var(--white);
}
.l-reason02 {
  padding: 6.4rem 0 7.8rem 0;
}
@media screen and (max-width: 768px) {
  .l-reason02 {
    padding: 3rem 0 0 0;
  }
}
.l-reason02-grid {
  margin-bottom: 6.4rem;
  display: grid;
  grid-template-columns: 1fr 600px 50px 550px 1fr;
  grid-template-rows: auto;
  gap: 0px 0px;
  grid-auto-flow: row;
  grid-template-areas: "l-reason02-grid-imgbox l-reason02-grid-imgbox . l-reason02-grid-txtbox .";
}
@media screen and (max-width: 768px) {
  .l-reason02-grid {
    margin-bottom: 5.8rem;
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    gap: 2rem 0;
  }
}
.l-reason02-grid-imgbox {
  grid-area: l-reason02-grid-imgbox;
}
@media screen and (max-width: 768px) {
  .l-reason02-grid-imgbox {
    width: calc(100% - 2rem);
    margin: 0 auto 0 0;
  }
}
.l-reason02-grid-imgbox img.photo {
  width: 100%;
  height: 45rem;
  object-fit: cover;
  object-position: top center;
  border-radius: 0 1.2rem 1.2rem 0;
}
@media screen and (max-width: 768px) {
  .l-reason02-grid-imgbox img.photo {
    height: auto;
    border-radius: 0 1.2rem 1.2rem 0;
  }
}
.l-reason02-grid-txtbox {
  grid-area: l-reason02-grid-txtbox;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  justify-content: center;
  gap: 1.6rem 0;
}
@media screen and (max-width: 768px) {
  .l-reason02-grid-txtbox {
    width: 100%;
    padding: 0 2rem;
  }
}
.l-reason02-grid-txtbox__subtitle {
  width: 100%;
  border-bottom: 1px solid var(--main);
  padding-bottom: 1.2rem;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 0;
}
@media screen and (max-width: 768px) {
  .l-reason02-grid-txtbox__subtitle {
    padding-bottom: 1.6rem;
    flex-direction: row;
    justify-content: flex-start;
    gap: 1.4rem;
  }
}
.l-reason02-grid-txtbox__subtitle .num {
  color: var(--main);
  text-align: center;
  font-family: var(--en-font2);
  font-size: 8rem;
  font-weight: 300;
  line-height: 1.45;
}
@media screen and (max-width: 768px) {
  .l-reason02-grid-txtbox__subtitle .num {
    font-size: 4.5rem;
    text-align: left;
  }
}
.l-reason02-grid-txtbox__subtitle .ja {
  text-align: center;
  font-family: var(--sub-font);
  font-size: 3rem;
  line-height: 1.65;
  letter-spacing: 0.15em;
}
@media screen and (max-width: 768px) {
  .l-reason02-grid-txtbox__subtitle .ja {
    font-size: 2.2rem;
    line-height: 1.44;
    letter-spacing: 0.1em;
    text-align: left;
  }
}
.l-reason02-grid-txtbox__p {
  width: 100%;
}
.l-reason02-grid-txtbox__btn {
  width: 100%;
  display: flex;
  justify-content: center;
}
@media screen and (max-width: 768px) {
  .l-reason02-grid-txtbox__btn {
    width: 30rem;
    margin: 0 auto;
  }
}
.l-reason02-cases {
  width: 120rem;
  margin: 0 auto;
  border: 1px solid #CFA841;
  background: url(../img/l-reason02-cases-bg.jpg) no-repeat center top/cover;
  padding: 6.4rem 10rem 5rem 10rem;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .l-reason02-cases {
    width: 100%;
    padding: 4.6rem 2rem 5.8rem 2rem;
  }
}
.l-reason02-cases__logo {
  margin-bottom: 2rem;
  width: 100%;
  display: flex;
  justify-content: center;
}
@media screen and (max-width: 768px) {
  .l-reason02-cases__logo {
    margin-bottom: 1rem;
  }
  .l-reason02-cases__logo img {
    width: 8rem;
    height: auto;
  }
}
.l-reason02-cases__num {
  margin-bottom: 3rem;
  width: 100%;
  display: flex;
  justify-content: center;
}
@media screen and (max-width: 768px) {
  .l-reason02-cases__num {
    margin-bottom: 1rem;
  }
  .l-reason02-cases__num img {
    width: 100%;
    height: auto;
  }
}
.l-reason02-cases-box {
  width: 100%;
  border-radius: 1.2rem;
  background: var(--white);
  padding: 3rem 9.6rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .l-reason02-cases-box {
    border-radius: 0;
    background: none;
    padding: 0;
    flex-wrap: wrap;
    flex-direction: column;
    align-items: flex-start;
    gap: 1rem 0;
  }
}
.l-reason02-cases-box__imgbox {
  width: 25.5rem;
}
@media screen and (max-width: 768px) {
  .l-reason02-cases-box__imgbox {
    width: 100%;
    padding: 0 4rem;
  }
}
.l-reason02-cases-box__imgbox img {
  width: 100%;
  height: auto;
}
.l-reason02-cases-box__txtbox {
  width: calc(100% - 29.7rem);
}
@media screen and (max-width: 768px) {
  .l-reason02-cases-box__txtbox {
    width: 100%;
    color: var(--white);
  }
}
.l-reason03 {
  background: var(--main-light);
  padding: 0 0 4.4rem 0;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 768px) {
  .l-reason03 {
    padding: 3rem 0 5.8rem 0;
  }
}
.l-reason03::before {
  content: "";
  width: 28rem;
  height: 20rem;
  background: rgba(145, 213, 228, 0.4);
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 2;
  clip-path: polygon(0 0, 0% 100%, 100% 100%);
}
@media screen and (max-width: 768px) {
  .l-reason03::before {
    width: 13.6rem;
    height: 9.6rem;
  }
}
.l-reason03::after {
  content: "";
  width: 5rem;
  height: 100%;
  background: var(--white);
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
}
@media screen and (max-width: 768px) {
  .l-reason03::after {
    width: 100%;
    height: 13.2rem;
    top: 0;
    right: 0;
    z-index: 2;
  }
}
.l-reason03-grid {
  position: relative;
  z-index: 3;
  display: grid;
  grid-template-columns: 1fr 550px 50px 600px 1fr;
  grid-template-rows: auto;
  gap: 0px 0px;
  grid-auto-flow: row;
  grid-template-areas: ". l-reason01-grid-txtbox . l-reason01-grid-imgbox l-reason01-grid-imgbox";
}
@media screen and (max-width: 768px) {
  .l-reason03-grid {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    gap: 2rem 0;
  }
}
.l-reason03-grid-imgbox {
  grid-area: l-reason01-grid-imgbox;
  position: relative;
  top: -3.2rem;
  margin-bottom: -3.2rem;
}
@media screen and (max-width: 768px) {
  .l-reason03-grid-imgbox {
    width: calc(100% - 2rem);
    margin: 0 auto 0 0;
    top: 0;
    margin-bottom: 0;
  }
}
.l-reason03-grid-imgbox img.photo {
  width: 100%;
  height: 45rem;
  object-fit: cover;
  object-position: top center;
  border-radius: 1.2rem 0 0 1.2rem;
}
@media screen and (max-width: 768px) {
  .l-reason03-grid-imgbox img.photo {
    height: auto;
    border-radius: 0 1.2rem 1.2rem 0;
  }
}
.l-reason03-grid-imgbox img.figure {
  position: absolute;
  bottom: 3.6rem;
  left: 3.2rem;
  width: 49.5rem;
  height: auto;
}
@media screen and (max-width: 768px) {
  .l-reason03-grid-imgbox img.figure {
    display: none;
  }
}
.l-reason03-grid-txtbox {
  grid-area: l-reason01-grid-txtbox;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  justify-content: center;
  gap: 1.6rem 0;
}
@media screen and (max-width: 768px) {
  .l-reason03-grid-txtbox {
    width: 100%;
    padding: 0 2rem;
  }
}
.l-reason03-grid-txtbox__subtitle {
  width: 100%;
  border-bottom: 1px solid var(--main);
  padding-bottom: 1.2rem;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 0;
}
@media screen and (max-width: 768px) {
  .l-reason03-grid-txtbox__subtitle {
    padding-bottom: 1.6rem;
    flex-direction: row;
    justify-content: flex-start;
    gap: 1.4rem;
  }
}
.l-reason03-grid-txtbox__subtitle .num {
  color: var(--main);
  text-align: center;
  font-family: var(--en-font2);
  font-size: 8rem;
  font-weight: 300;
  line-height: 1.45;
}
@media screen and (max-width: 768px) {
  .l-reason03-grid-txtbox__subtitle .num {
    font-size: 4.5rem;
    text-align: left;
  }
}
.l-reason03-grid-txtbox__subtitle .ja {
  text-align: center;
  font-family: var(--sub-font);
  font-size: 3rem;
  line-height: 1.65;
  letter-spacing: 0.15em;
}
@media screen and (max-width: 768px) {
  .l-reason03-grid-txtbox__subtitle .ja {
    font-size: 2.2rem;
    line-height: 1.44;
    letter-spacing: 0.1em;
    text-align: left;
  }
}
.l-reason03-grid-txtbox__p {
  width: 100%;
}
@media screen and (min-width: 769px) {
  .l-reason03-grid-txtbox__spimg {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  .l-reason03-grid-txtbox__spimg {
    width: 100%;
  }
  .l-reason03-grid-txtbox__spimg img {
    width: 100%;
    height: auto;
  }
}
.l-reason04 {
  background: #91D5E4;
  padding: 8rem 0;
}
@media screen and (max-width: 768px) {
  .l-reason04 {
    padding: 4.6rem 1rem 5.8rem 1rem;
  }
}
.l-reason04__inner {
  width: 120rem;
  margin: 0 auto;
  border-radius: 3rem;
  background: var(--white);
  padding: 5rem 10rem 10rem 10rem;
}
@media screen and (max-width: 768px) {
  .l-reason04__inner {
    width: 100%;
    padding: 1.6rem 2.4rem 3.2rem 2.4rem;
  }
}
.l-reason04__subtitle {
  margin-bottom: 1rem;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .l-reason04__subtitle {
    border-bottom: 1px solid var(--main);
    padding-bottom: 2rem;
    margin-bottom: 1.6rem;
  }
}
.l-reason04__subtitle .num {
  color: var(--main);
  text-align: center;
  font-family: var(--en-font2);
  font-size: 8rem;
  font-weight: 300;
  line-height: 1.45;
}
@media screen and (max-width: 768px) {
  .l-reason04__subtitle .num {
    font-size: 4.5rem;
  }
}
.l-reason04__subtitle .ja {
  text-align: center;
  font-family: var(--sub-font);
  font-size: 3rem;
  line-height: 1.65;
  letter-spacing: 0.15em;
}
@media screen and (max-width: 768px) {
  .l-reason04__subtitle .ja {
    font-size: 2.2rem;
    line-height: 1.44;
    letter-spacing: 0.1em;
  }
}
.l-reason04__p {
  width: 80rem;
  margin: 0 auto 4rem auto;
}
@media screen and (max-width: 768px) {
  .l-reason04__p {
    width: 100%;
    margin: 0 auto 2.6rem auto;
  }
}
.l-reason04-list {
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  gap: 2rem;
}
@media screen and (max-width: 768px) {
  .l-reason04-list {
    flex-wrap: wrap;
    gap: 1.2rem;
  }
}
.l-reason04-list__item {
  width: calc((100% - 6rem) / 4);
  border-radius: 1.2rem;
}
@media screen and (max-width: 768px) {
  .l-reason04-list__item {
    width: calc((100% - 1.2rem) / 2);
    border-radius: 0.8rem;
  }
}
.l-reason04-list__item:nth-child(1) {
  background: #DBF5F9;
}
.l-reason04-list__item:nth-child(2) {
  background: #FAEDDF;
}
.l-reason04-list__item:nth-child(3) {
  background: #FEECEF;
}
.l-reason04-list__item:nth-child(4) {
  background: #D5EDDB;
}
.l-reason04-list__link {
  width: 100%;
  box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.25);
  border-radius: 1.2rem;
  overflow: hidden;
  display: block;
}
@media screen and (max-width: 768px) {
  .l-reason04-list__link {
    border-radius: 0.8rem;
  }
}
.l-reason04-list__link:hover {
  opacity: 0.7;
}
.l-reason04-list__photo {
  width: 100%;
}
.l-reason04-list__photo img {
  width: 100%;
  height: auto;
}
.l-reason04-list__txt01 {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  padding: 1rem;
  position: relative;
  color: var(--main);
  font-size: 1.6rem;
  font-weight: 600;
  line-height: 1.75;
  letter-spacing: 0.08em;
}
@media screen and (max-width: 768px) {
  .l-reason04-list__txt01 {
    font-size: 1.2rem;
    line-height: 1.5;
    padding: 0.6rem;
  }
}
.l-reason04-list__txt01::after {
  content: "";
  display: block;
  width: 2rem;
  height: 2rem;
  background-image: url(../img/l-reason04-list-txt01-arrow.svg);
  background-repeat: no-repeat;
  background-size: contain;
  vertical-align: middle;
  position: absolute;
  top: 50%;
  right: 0.6rem;
  transform: translate(0, -50%);
}
@media screen and (max-width: 768px) {
  .l-reason04-list__txt01::after {
    width: 1.2rem;
    height: 1.2rem;
    right: 0.2rem;
  }
}
.l-reason04-list__txt02 {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  padding: 1rem;
  position: relative;
  color: #FFB22C;
  font-size: 1.6rem;
  font-weight: 600;
  line-height: 1.75;
  letter-spacing: 0.08em;
}
@media screen and (max-width: 768px) {
  .l-reason04-list__txt02 {
    font-size: 1.2rem;
    line-height: 1.5;
    padding: 0.6rem;
  }
}
.l-reason04-list__txt02::after {
  content: "";
  display: block;
  width: 2rem;
  height: 2rem;
  background-image: url(../img/l-reason04-list-txt02-arrow.svg);
  background-repeat: no-repeat;
  background-size: contain;
  vertical-align: middle;
  position: absolute;
  top: 50%;
  right: 0.6rem;
  transform: translate(0, -50%);
}
@media screen and (max-width: 768px) {
  .l-reason04-list__txt02::after {
    width: 1.2rem;
    height: 1.2rem;
    right: 0.2rem;
  }
}
.l-reason04-list__txt03 {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  padding: 1rem;
  position: relative;
  color: #F68193;
  font-size: 1.6rem;
  font-weight: 600;
  line-height: 1.75;
  letter-spacing: 0.08em;
}
@media screen and (max-width: 768px) {
  .l-reason04-list__txt03 {
    font-size: 1.2rem;
    line-height: 1.5;
    padding: 0.6rem;
  }
}
.l-reason04-list__txt03::after {
  content: "";
  display: block;
  width: 2rem;
  height: 2rem;
  background-image: url(../img/l-reason04-list-txt03-arrow.svg);
  background-repeat: no-repeat;
  background-size: contain;
  vertical-align: middle;
  position: absolute;
  top: 50%;
  right: 0.6rem;
  transform: translate(0, -50%);
}
@media screen and (max-width: 768px) {
  .l-reason04-list__txt03::after {
    width: 1.2rem;
    height: 1.2rem;
    right: 0.2rem;
  }
}
.l-reason04-list__txt04 {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  padding: 1rem;
  position: relative;
  color: #19964E;
  font-size: 1.6rem;
  font-weight: 600;
  line-height: 1.75;
  letter-spacing: 0.08em;
}
@media screen and (max-width: 768px) {
  .l-reason04-list__txt04 {
    font-size: 1.2rem;
    line-height: 1.5;
    padding: 0.6rem;
  }
}
.l-reason04-list__txt04::after {
  content: "";
  display: block;
  width: 2rem;
  height: 2rem;
  background-image: url(../img/l-reason04-list-txt04-arrow.svg);
  background-repeat: no-repeat;
  background-size: contain;
  vertical-align: middle;
  position: absolute;
  top: 50%;
  right: 0.6rem;
  transform: translate(0, -50%);
}
@media screen and (max-width: 768px) {
  .l-reason04-list__txt04::after {
    width: 1.2rem;
    height: 1.2rem;
    right: 0.2rem;
  }
}
.l-reason050607 {
  padding: 8rem 0;
}
@media screen and (max-width: 768px) {
  .l-reason050607 {
    padding: 4.6rem 2rem 5.8rem 2rem;
  }
}
.l-reason050607__inner {
  width: 120rem;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .l-reason050607__inner {
    width: 100%;
  }
}
.l-reason050607-list {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 0 3rem;
}
@media screen and (max-width: 768px) {
  .l-reason050607-list {
    flex-wrap: wrap;
    flex-direction: column;
    gap: 5.8rem 0;
  }
}
.l-reason050607-list__item {
  width: calc((100% - 6rem) / 3);
}
@media screen and (max-width: 768px) {
  .l-reason050607-list__item {
    width: 100%;
  }
}
.l-reason050607-list__photo {
  margin-bottom: 2.4rem;
  width: 100%;
}
.l-reason050607-list__photo img {
  width: 100%;
  height: auto;
  border-radius: 1.2rem;
}
.l-reason050607-list__subtitle {
  display: flex;
  align-items: center;
  gap: 2.4rem;
}
@media screen and (max-width: 768px) {
  .l-reason050607-list__subtitle {
    margin-bottom: 1.6rem;
    padding-bottom: 1.6rem;
    border-bottom: 1px solid var(--main);
    gap: 1.4rem;
  }
}
.l-reason050607-list__subtitle .num {
  color: var(--main);
  font-family: var(--en-font2);
  font-size: 8rem;
  font-weight: 300;
  line-height: 1.45;
}
@media screen and (max-width: 768px) {
  .l-reason050607-list__subtitle .num {
    font-size: 4.5rem;
  }
}
.l-reason050607-list__subtitle .ja {
  font-family: var(--sub-font);
  font-size: 2rem;
  line-height: 1.75;
  letter-spacing: 0.15em;
}
@media screen and (max-width: 768px) {
  .l-reason050607-list__subtitle .ja {
    font-size: 2.2rem;
    line-height: 1.44;
    letter-spacing: 0.1em;
  }
}
.l-reason050607-list__btn {
  margin-top: 2.4rem;
  display: flex;
  justify-content: center;
  padding: 0 4rem;
}
@media screen and (max-width: 768px) {
  .l-reason050607-list__btn {
    margin: 1.6rem auto 0 auto;
    width: 30rem;
    padding: 0;
  }
}
.l-reason050607-list__btn a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 7rem;
  color: var(--white);
  font-weight: 700;
  line-height: 1.87;
  letter-spacing: 0.1em;
  background: var(--main);
  border: 1px solid var(--main);
  border-radius: 10rem;
}
.l-reason050607-list__btn a:hover {
  background: var(--white);
  color: var(--main);
}

.l-header {
  background: var(--white);
  width: 100%;
  height: 8rem;
  border-radius: 0 0 2.4rem 2.4rem;
  box-shadow: 0 1px 10px 0 rgba(0, 0, 0, 0.2);
  position: fixed;
  top: 0;
  left: 0;
  z-index: 11;
  padding: 0 8rem 0 5rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .l-header {
    height: 7.2rem;
    border-radius: 0;
    box-shadow: none;
    padding: 0 7rem 0 2rem;
    border-bottom: 1px solid var(--gray);
  }
}
.l-header-left {
  display: flex;
  align-items: center;
  gap: 2rem;
}
@media screen and (max-width: 768px) {
  .l-header-left {
    flex-wrap: wrap;
    flex-direction: column;
    gap: 0.6rem;
    width: 18rem;
  }
}
@media screen and (max-width: 836px) and (min-width: 769px) {
  .l-header-left__logo {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  .l-header-left__logo {
    width: 100%;
  }
  .l-header-left__logo img {
    width: 100%;
    height: auto;
  }
}
.l-header-left__logo a:hover {
  opacity: 0.7;
}
.l-header-left__tagline {
  color: var(--main-dark);
  font-family: var(--sub-font);
  font-size: 1rem;
  line-height: 2.2;
  letter-spacing: 0.15em;
  border: 1px solid var(--main-dark);
  padding: 0 2rem;
  white-space: nowrap;
}
@media screen and (max-width: 836px) and (min-width: 769px) {
  .l-header-left__tagline {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  .l-header-left__tagline {
    width: 100%;
    line-height: 1.5rem;
  }
}
.l-header-right {
  display: flex;
  align-items: center;
  gap: 2.4rem;
}
@media screen and (max-width: 768px) {
  .l-header-right {
    gap: 0;
  }
}
.l-header-right__insta {
  width: 5rem;
}
@media screen and (max-width: 1090px) and (min-width: 769px) {
  .l-header-right__insta {
    display: none;
  }
}
@media screen and (max-width: 836px) and (min-width: 769px) {
  .l-header-right__insta {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  .l-header-right__insta {
    width: 3.2rem;
  }
}
.l-header-right__insta a:hover {
  opacity: 0.7;
}
.l-header-right__insta img {
  width: 100%;
  height: auto;
}
@media screen and (max-width: 1090px) and (min-width: 769px) {
  .l-header-right__phone {
    display: none;
  }
}
@media screen and (max-width: 836px) and (min-width: 769px) {
  .l-header-right__phone {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  .l-header-right__phone {
    display: none;
  }
}
.l-header-right__phone a {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  white-space: nowrap;
}
.l-header-right__phone a:hover {
  opacity: 0.7;
}
.l-header-right__phone a small {
  color: var(--main);
  text-align: center;
  font-size: 1.1rem;
  line-height: 1.8;
  letter-spacing: 0.04em;
  width: 100%;
  display: block;
}
.l-header-right__phone a p {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0.6rem;
  color: var(--main);
  font-family: var(--en-font);
  font-size: 2rem;
  font-weight: 500;
  line-height: 1.4;
  letter-spacing: 0.05em;
}
.l-header-right__reserve {
  height: 100%;
}
@media screen and (max-width: 768px) {
  .l-header-right__reserve {
    display: none;
  }
}
.l-header-right__reserve a {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  border-radius: 10rem 0 0 10rem;
  background: var(--main-dark);
  border: 1px solid var(--main-dark);
  height: 8rem;
  padding: 0 4rem;
  color: var(--white);
  white-space: nowrap;
}
.l-header-right__reserve a:hover {
  background: var(--white);
  color: var(--main-dark);
}
.l-header-right__reserve a:hover .icon {
  fill: var(--main-dark);
}
.l-header-right__reserve a small {
  text-align: center;
  font-size: 1.1rem;
  line-height: 1.8;
  letter-spacing: 0.04em;
  width: 100%;
  display: block;
}
.l-header-right__reserve a p {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0.6rem;
  font-size: 2rem;
  font-weight: 500;
  line-height: 1.4;
  letter-spacing: 0.05em;
}
.l-header-right__reserve a .icon {
  fill: var(--white);
  transition: all 0.5s;
}

.l-hero {
  width: 100%;
  height: auto;
  aspect-ratio: 1440/826;
  position: relative;
  z-index: 10;
}
@media screen and (max-width: 768px) {
  .l-hero {
    margin-top: 7.2rem;
    height: calc(100vh - 7.2rem);
    aspect-ratio: initial;
  }
}
.l-hero-imgbox {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
}
.l-hero-imgbox img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top center;
}
@media screen and (max-width: 768px) {
  .l-hero-imgbox img {
    object-position: top right;
  }
}
.l-hero-txtbox {
  position: relative;
  top: 0;
  left: 0;
  z-index: 2;
  width: 100%;
  height: 100%;
}
.l-hero-txtbox-txts {
  position: absolute;
  bottom: 20.8333333333vw;
  left: 0;
}
@media screen and (max-width: 768px) {
  .l-hero-txtbox-txts {
    bottom: auto;
    top: 3.2rem;
  }
}
.l-hero-txtbox-txts__tagline {
  margin-bottom: 0.4166666667vw;
  color: var(--white);
  text-shadow: 3px 3px 4px rgba(0, 0, 0, 0.3);
  font-family: var(--sub-font);
  font-size: 2.0833333333vw;
  line-height: 1.65;
  letter-spacing: 0.15em;
  padding-left: 8.8888888889vw;
}
@media screen and (max-width: 768px) {
  .l-hero-txtbox-txts__tagline {
    margin-bottom: 0.4rem;
    text-shadow: 4px 4px 20px rgba(0, 0, 0, 0.1);
    font-size: 1.8rem;
    letter-spacing: 0.1em;
  }
}
.l-hero-txtbox-txts__catch {
  margin-bottom: 0.9722222222vw;
  background: linear-gradient(90deg, #041A4E 12.98%, rgba(89, 136, 166, 0) 89.09%);
  width: 63.8888888889vw;
  padding: 1.6666666667vw 0 1.6666666667vw 8.8888888889vw;
  color: var(--white);
  font-family: var(--sub-font);
  font-weight: 500;
  text-shadow: 4px 4px 6px rgba(0, 0, 0, 0.5);
  letter-spacing: 0.05em;
  font-size: 2.2916666667vw;
  line-height: 1.63;
}
@media screen and (max-width: 768px) {
  .l-hero-txtbox-txts__catch {
    margin-bottom: 0;
    width: 100%;
    padding: 1.6rem 2rem;
    font-size: 1.9rem;
  }
}
.l-hero-txtbox-txts__catch .f37 {
  font-size: 2.5694444444vw;
  line-height: 1.6;
}
@media screen and (max-width: 768px) {
  .l-hero-txtbox-txts__catch .f37 {
    font-size: 2.5rem;
  }
}
.l-hero-txtbox-txts__catch .f46 {
  font-size: 3.1944444444vw;
  line-height: 1.16;
}
@media screen and (max-width: 768px) {
  .l-hero-txtbox-txts__catch .f46 {
    font-size: 2.7rem;
  }
}
.l-hero-txtbox-txts__catch .f50 {
  font-size: 3.4722222222vw;
  line-height: 1.18;
}
@media screen and (max-width: 768px) {
  .l-hero-txtbox-txts__catch .f50 {
    font-size: 3.4rem;
  }
}
.l-hero-txtbox-txts__catch .f55 {
  font-size: 3.8194444444vw;
  line-height: 0.98;
}
@media screen and (max-width: 768px) {
  .l-hero-txtbox-txts__catch .f55 {
    font-size: 3.4rem;
  }
}
.l-hero-txtbox-txts__meta {
  color: var(--white);
  font-size: 0.8333333333vw;
  font-weight: 300;
  line-height: 1.67;
  letter-spacing: 0.04em;
  padding-left: 8.8888888889vw;
}
@media screen and (max-width: 768px) {
  .l-hero-txtbox-txts__meta {
    display: none;
  }
}
.l-hero-txtbox__medals {
  position: absolute;
  bottom: 6.9444444444vw;
  left: 8.8888888889vw;
}
@media screen and (max-width: 768px) {
  .l-hero-txtbox__medals {
    bottom: 2rem;
    left: 0;
    width: 100%;
    padding: 0 2rem;
  }
}
.l-hero-txtbox__medals img {
  width: 34.8611111111vw;
  height: auto;
}
@media screen and (max-width: 768px) {
  .l-hero-txtbox__medals img {
    width: 100%;
  }
}
@media screen and (min-width: 769px) {
  .l-hero-txtbox__medals img.sp-img {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  .l-hero-txtbox__medals img.sp-img {
    width: 21.4rem !important;
    height: auto;
    margin-bottom: 0.8rem;
  }
}
.l-hero-txtbox__price {
  position: absolute;
  bottom: 6.25vw;
  right: 1.3888888889vw;
}
@media screen and (max-width: 768px) {
  .l-hero-txtbox__price {
    display: none;
  }
}
.l-hero-txtbox__price img {
  width: 34.375vw;
  height: auto;
}

@media screen and (min-width: 769px) {
  .sp-hero {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  .sp-hero {
    width: 100%;
    padding: 0 2rem 2.4rem 2rem;
  }
  .sp-hero img {
    width: 100%;
    height: auto;
  }
  .sp-hero__meta {
    margin-top: 1.6rem;
    color: var(--main-dark);
    font-size: 1.2rem;
    font-weight: 300;
    line-height: 1.67;
    letter-spacing: 0.04em;
  }
}

.l-sitemap {
  padding: 10rem 7.5rem 4.2rem 7.5rem;
}
@media screen and (max-width: 768px) {
  .l-sitemap {
    padding: 8rem 4.2rem 10rem 4.2rem;
    position: relative;
    overflow-x: hidden;
  }
}
.l-sitemap__nav {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
}
.l-sitemap__nav li {
  border-bottom: 1px solid var(--gray-dark);
}
.l-sitemap__nav a {
  display: block;
  color: var(--main-dark);
  font-family: var(--sub-font);
  font-size: 1.4rem;
  line-height: 2;
  letter-spacing: 0.15em;
  padding: 1rem 1.2rem;
  position: relative;
}
.l-sitemap__nav a::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 1.2rem;
  transform: translate(0, -50%);
  width: 14px;
  height: 7px;
  background: var(--main);
  clip-path: polygon(0 0, 100% 0, 50% 100%);
}
.l-sitemap__nav a:hover {
  opacity: 0.7;
}
.l-sitemap__bnr01 {
  margin-bottom: 1.5rem;
  width: 100%;
}
.l-sitemap__bnr01 img {
  width: 100%;
  height: auto;
}
.l-sitemap__bnr01 a:hover {
  opacity: 0.7;
}
.l-sitemap__bnr02 {
  margin-top: 2.5rem;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .l-sitemap__bnr02 {
    margin-top: 3.4rem;
  }
}
.l-sitemap__bnr02 img {
  width: 100%;
  height: auto;
}
.l-sitemap__bnr02 a:hover {
  opacity: 0.7;
}
.l-sitemap__copy {
  margin: 2.5rem -7.5rem 0 -7.5rem;
  width: calc(100% + 15rem);
  color: var(--main-dark);
  text-align: center;
  font-size: 1.3rem;
  font-weight: 300;
  line-height: 1.8;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 768px) {
  .l-sitemap__copy {
    width: calc(100% + 9rem);
    margin: 3.4rem -4.5rem 0 -4.5rem;
  }
}

@media screen and (max-width: 768px) {
  .l-floating {
    width: 100%;
    height: 6rem;
    position: fixed;
    bottom: 0;
    left: 0;
    display: flex;
    z-index: 7777;
  }
  .l-floating__price {
    width: 33.3333333333%;
  }
  .l-floating__price a {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 1rem;
    border-right: 1px solid var(--white);
    background: var(--main);
    color: var(--white);
    font-size: 1.6rem;
    font-weight: 700;
    line-height: 1.75;
    letter-spacing: 0.05em;
  }
  .l-floating__phone {
    width: 33.3333333333%;
  }
  .l-floating__phone a {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 1rem;
    border-right: 1px solid var(--white);
    background: #25668F;
    color: var(--white);
    font-size: 1.2rem;
    font-weight: 600;
    line-height: 1.66;
    letter-spacing: 0.05em;
  }
  .l-floating__reserve {
    width: 33.3333333333%;
  }
  .l-floating__reserve a {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 1rem;
    background: var(--main-dark);
    color: var(--white);
    font-size: 1.2rem;
    font-weight: 600;
    line-height: 1.66;
    letter-spacing: 0.05em;
  }
  .js-floating {
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.5s ease, transform 0.5s ease;
  }
  .js-floating.is-show {
    opacity: 1;
    visibility: visible;
  }
}
@media screen and (min-width: 769px) {
  .l-floating {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  .l-floating-sp {
    width: 100%;
    height: 6rem;
    position: fixed;
    bottom: 0;
    left: 0;
    display: flex;
    z-index: 7777;
  }
  .l-floating-sp__price {
    width: 33.3333333333%;
  }
  .l-floating-sp__price a {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 1rem;
    border-right: 1px solid var(--white);
    background: var(--main);
    color: var(--white);
    font-size: 1.6rem;
    font-weight: 700;
    line-height: 1.75;
    letter-spacing: 0.05em;
  }
  .l-floating-sp__phone {
    width: 33.3333333333%;
  }
  .l-floating-sp__phone a {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 1rem;
    border-right: 1px solid var(--white);
    background: #25668F;
    color: var(--white);
    font-size: 1.2rem;
    font-weight: 600;
    line-height: 1.66;
    letter-spacing: 0.05em;
  }
  .l-floating-sp__reserve {
    width: 33.3333333333%;
  }
  .l-floating-sp__reserve a {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 1rem;
    background: var(--main-dark);
    color: var(--white);
    font-size: 1.2rem;
    font-weight: 600;
    line-height: 1.66;
    letter-spacing: 0.05em;
  }
}
@media screen and (min-width: 769px) {
  .l-floating-sp {
    display: none;
  }
}
.c-pho-list {
  display: flex;
  gap: 0;
  width: max-content;
  animation: slideLoop 48s linear infinite;
}
@media screen and (max-width: 768px) {
  .c-pho-list {
    animation: slideLoopSP 24s linear infinite;
  }
}
.c-pho-list li {
  flex-shrink: 0;
}
.c-pho-list li img {
  width: 28rem;
  height: auto;
}
@media screen and (max-width: 768px) {
  .c-pho-list li img {
    width: 18rem;
  }
}

@keyframes slideLoop {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-50%);
  }
}
@keyframes slideLoopSP {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-50%);
  }
}
.c-heading01 {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  position: relative;
  padding-bottom: 3.2rem;
}
@media screen and (max-width: 768px) {
  .c-heading01 {
    gap: 0.6rem;
    padding-bottom: 2.8rem;
  }
}
.c-heading01::after {
  content: "";
  width: 1.2rem;
  height: 1.2rem;
  background: var(--main);
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translate(-50%, 0);
  clip-path: polygon(50% 0%, 100% 50%, 50% 100%, 0% 50%);
}
.c-heading01 .en {
  text-align: center;
  color: var(--main);
  font-family: var(--en-font);
  font-size: 3rem;
  font-weight: 300;
  line-height: 1;
  letter-spacing: 0.05em;
  text-transform: capitalize;
}
.c-heading01 .ja {
  text-align: center;
  font-family: var(--sub-font);
  font-size: 3rem;
  line-height: 1.65;
  letter-spacing: 0.15em;
}
@media screen and (max-width: 768px) {
  .c-heading01 .ja {
    font-size: 2.4rem;
    font-weight: 500;
    line-height: 1.58;
    letter-spacing: 0.1em;
  }
}

.c-card {
  background: var(--white);
  border-radius: 1.2rem;
  border: 2px solid #91D5E4;
  padding: 2.4rem 3rem;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .c-card {
    padding: 1.4rem 1.4rem 2rem 1.4rem;
  }
}
.c-card__link {
  position: relative;
  display: block;
}
.c-card-head {
  margin-bottom: 1.2rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 0 2.4rem;
}
@media screen and (max-width: 768px) {
  .c-card-head {
    margin-bottom: 0.8rem;
    gap: 0 0.8rem;
  }
}
.c-card-head__tax {
  background: url(../img/c-card-head-tax-icon.svg) no-repeat center left/2.4rem auto;
  padding-left: 3.6rem;
  display: flex;
  flex-wrap: wrap;
  gap: 0 1.2rem;
}
@media screen and (max-width: 768px) {
  .c-card-head__tax {
    gap: 0 0.6rem;
  }
}
.c-card-head__tax a {
  color: var(--main);
  font-weight: 700;
  line-height: 1.87;
  letter-spacing: 0.1em;
}
.c-card-head__tax a:hover {
  text-decoration: underline;
}
.c-card-head__date {
  background: url(../img/c-card-head-date-icon.svg) no-repeat center left/1.6rem auto;
  padding-left: 2.2rem;
  color: var(--gray-dark);
  font-size: 1.1rem;
  line-height: 1.8;
  letter-spacing: 0.08em;
}
.c-card__thumb02 {
  display: flex;
  width: 100%;
}
.c-card__thumb02 li {
  width: 50%;
  position: relative;
}
.c-card__thumb02 li:nth-child(1)::before {
  content: "BEFORE";
  color: var(--white);
  font-weight: 700;
  line-height: 1.47;
  background: var(--main-dark);
  padding: 0.2rem 1rem;
  position: absolute;
  top: 0;
  left: 0;
  white-space: nowrap;
}
@media screen and (max-width: 768px) {
  .c-card__thumb02 li:nth-child(1)::before {
    font-size: 1.3rem;
  }
}
.c-card__thumb02 li:nth-child(2)::before {
  content: "AFTER";
  color: var(--white);
  font-weight: 700;
  line-height: 1.47;
  background: var(--main-dark);
  padding: 0.2rem 1rem;
  position: absolute;
  top: 0;
  right: 0;
  white-space: nowrap;
}
@media screen and (max-width: 768px) {
  .c-card__thumb02 li:nth-child(2)::before {
    font-size: 1.3rem;
  }
}
.c-card__thumb02 li img {
  width: 100%;
  height: auto;
  object-fit: cover;
}
.c-card__title {
  font-size: 1.7rem;
  font-weight: 700;
  line-height: 2.24;
  letter-spacing: 0.05em;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  margin: 2rem 0 1rem 0;
}
@media screen and (max-width: 768px) {
  .c-card__title {
    line-height: 1.76;
    margin: 1.5rem 0 1rem 0;
  }
}
.c-card__dl {
  display: flex;
  flex-wrap: wrap;
  gap: 0.8rem 0;
}
@media screen and (max-width: 768px) {
  .c-card__dl {
    gap: 0.4rem 0;
  }
}
.c-card__dl dt {
  width: 10.2rem;
  font-size: 1.3rem;
  font-weight: 700;
  line-height: 1.73;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 768px) {
  .c-card__dl dt {
    width: 5.8rem;
  }
  .c-card__dl dt.full {
    width: 100%;
  }
}
.c-card__dl dd {
  width: calc(100% - 10.2rem);
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  font-size: 1.3rem;
  line-height: 1.85;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 768px) {
  .c-card__dl dd {
    width: calc(100% - 5.8rem);
  }
  .c-card__dl dd.full {
    width: 100%;
  }
}
.c-card__below {
  border-top: 1px solid var(--gray);
  margin-top: 1.6rem;
  padding-top: 2rem;
}
@media screen and (max-width: 768px) {
  .c-card__below {
    padding-top: 1.6rem;
  }
}

.c-tagcloud {
  display: flex;
  flex-wrap: wrap;
  gap: 0.8rem;
}
.c-tagcloud a {
  border: 1px solid var(--gray);
  background: var(--white);
  border-radius: 1rem;
  display: inline-block;
  padding: 0.5rem 1rem;
  font-size: 1.1rem;
  line-height: 1.82;
  letter-spacing: 0.08em;
  transition: all 0.5s;
}
.c-tagcloud a:hover {
  border: 1px solid var(--base-color);
}

.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;
  }
}

@media screen and (max-width: 768px) {
  .c-btn01 {
    width: 100%;
  }
}
.c-btn01 a {
  border-radius: 10rem;
  background: var(--main-dark);
  border: 1px solid var(--main-dark);
  width: 30rem;
  height: 6rem;
  display: flex;
  justify-content: center;
  align-items: center;
  color: var(--white);
  font-weight: 700;
  line-height: 1.87;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 768px) {
  .c-btn01 a {
    width: 100%;
  }
}
.c-btn01 a:hover {
  background: var(--white);
  color: var(--main-dark);
}

.c-calendar {
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
}
@media screen and (max-width: 768px) {
  .c-calendar {
    font-size: 1.5rem;
    letter-spacing: 0.02em;
  }
}
.c-calendar th {
  text-align: center;
  vertical-align: middle;
  width: 10%;
  padding: 0.7rem;
  color: var(--white);
  font-weight: 600;
  background: var(--main);
}
@media screen and (max-width: 768px) {
  .c-calendar th {
    padding: 0.4rem;
  }
}
.c-calendar th.head {
  width: 30%;
  text-align: center;
}
.c-calendar td {
  text-align: center;
  vertical-align: middle;
  width: 10%;
  padding: 0.7rem;
  border-bottom: 0.1rem solid var(--base-color);
}
@media screen and (max-width: 768px) {
  .c-calendar td {
    padding: 0.4rem;
  }
}
.c-calendar td.head {
  width: 30%;
  text-align: center;
  font-weight: 600;
}

.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-clinic-slide {
  position: relative;
}

.p-clinic-list__item {
  width: 60rem;
  margin: 0 1.2rem;
}

.p-clinic-list__pho {
  margin-bottom: 10.6rem;
  overflow: hidden;
}

.p-clinic-list__pho img {
  width: 100%;
  border-radius: 2.4rem;
}

.p-clinic-list__sub {
  opacity: 0;
  visibility: hidden;
  transition: all ease 1s;
}

.p-clinic-list__ttl {
  margin-bottom: 2.4rem;
  color: var(--main-dark);
  font-family: var(--sub-font);
  font-size: 2.4rem;
  line-height: 1.67;
  letter-spacing: 0.04em;
}

.p-clinic-list__text--bold {
  font-weight: 700;
}

.swiper-slide-duplicate-active .p-clinic-list__sub,
.swiper-slide-active .p-clinic-list__sub {
  opacity: 1;
  visibility: visible;
}

.p-clinic-arrow {
  width: 60rem;
  top: 45rem;
  position: absolute;
  left: 50%;
  margin-left: -30rem;
  z-index: 2;
}

.p-clinic-arrow__item {
  padding-left: 3.2rem;
  display: inline-block;
  cursor: pointer;
  background: url(../img/icon_left.svg) no-repeat left center;
  background-size: 3.2rem auto;
  transition: 0.3s;
  color: #679CCD;
  font-weight: 700;
  line-height: 1.87;
  letter-spacing: 0.08em;
}

@media screen and (min-width: 769px) {
  .p-clinic-arrow__item:hover {
    opacity: 0.7;
  }
}
.p-clinic-arrow__item--next {
  padding: 0 3.2rem 0 0;
  background: url(../img/icon_right.svg) no-repeat center right/3.2rem auto;
}

@media screen and (min-width: 769px) {
  .p-clinic-arrow__item--next:hover {
    opacity: 0.7;
  }
}
@media screen and (max-width: 768px) {
  .p-clinic-slide {
    width: calc(100% + 4rem);
    margin: 0 -2rem;
  }
  .p-clinic-list__item {
    width: 33.6rem;
    margin: 0 0.8rem;
  }
  .p-clinic-list__pho {
    margin-bottom: 8rem;
    border-radius: 0;
  }
  .p-clinic-list__pho img {
    width: 100%;
    height: auto;
    border-radius: 5rem;
  }
  .p-clinic-list__ttl {
    margin-bottom: 1.6rem;
    font-size: 2.2rem;
    font-weight: 400;
    line-height: 1.44;
    letter-spacing: 0.1em;
  }
  .p-clinic-list__text {
    font-size: 1.5rem;
  }
  .p-clinic-arrow {
    width: 33.6rem;
    top: 24.8rem;
    margin-left: -16.8rem;
  }
  .p-clinic-arrow__item {
    letter-spacing: 0.09rem;
  }
}
.c-flex-b {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.p-information {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  gap: 0 10rem;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .p-information {
    gap: 0;
  }
}
.p-informationBlock01 {
  width: 100%;
}
.p-informationBlock02 {
  width: calc((100% - 10rem) / 2);
}
@media screen and (max-width: 768px) {
  .p-informationBlock02 {
    width: 100%;
  }
}
.p-informationBlock03 {
  width: calc((100% - 10rem) / 2);
}
@media screen and (max-width: 768px) {
  .p-informationBlock03 {
    width: 100%;
    margin-top: 3rem;
  }
}
.p-information__logo {
  margin-bottom: 6rem;
  display: flex;
  justify-content: center;
}
@media screen and (max-width: 768px) {
  .p-information__logo {
    margin-bottom: 4rem;
    padding: 0 7.5rem;
  }
}
.p-information__logo a {
  transition: all 0.5s;
}
.p-information__logo a:hover {
  opacity: 0.7;
}
@media screen and (max-width: 768px) {
  .p-information__logo img {
    width: 100%;
    height: auto;
    margin: 0 auto;
  }
}
.p-information__cal {
  margin-bottom: 2.4rem;
  width: 100%;
}
.p-information__bnr {
  width: 100%;
}
.p-information__bnr a:hover {
  opacity: 0.7;
}
.p-information__bnr img {
  width: 100%;
  height: auto;
}
.p-information__map {
  margin-bottom: 0.8rem;
  width: 100%;
}
.p-information__map img {
  width: 100%;
  height: auto;
}
.p-information__address {
  margin-bottom: 4rem;
  font-size: 1.3rem;
  font-weight: 300;
  line-height: 1.8;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 768px) {
  .p-information__address {
    margin-bottom: 2.4rem;
    letter-spacing: 0.04em;
  }
}
.p-information-btns {
  display: flex;
  align-items: center;
  gap: 2.4rem;
}
@media screen and (max-width: 768px) {
  .p-information-btns {
    justify-content: space-between;
    gap: 0;
  }
}
.p-information-btns__access a {
  color: var(--white);
  font-weight: 700;
  line-height: 1.47;
  border-radius: 10rem;
  background: var(--main-dark);
  border: 1px solid var(--main-dark);
  display: inline-flex;
  justify-content: center;
  align-items: center;
  padding: 1.6rem 4rem;
}
@media screen and (max-width: 768px) {
  .p-information-btns__access a {
    padding: 1.6rem 2rem;
  }
}
.p-information-btns__access a:hover {
  background: var(--white);
  color: var(--main-dark);
}
.p-information-btns__gmap a {
  letter-spacing: 0.08em;
  background: url(../img/p-information-btns-gmap-icon.svg) no-repeat center right/2.2rem auto;
  padding-right: 2.6rem;
  line-height: 2.2rem;
  display: block;
}
.p-information-btns__gmap a:hover {
  color: var(--main);
}

.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 - 12.4rem);
  }
}

.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 */
