@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=Aboreto&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: "Aboreto", system-ui;
  --base-color: #3C3C3C;
  --main: #4191C4;
  --main-light: #E9F8FF;
  --main-dark: #125392;
  --sub: #32B0C2;
  --sub-light: #EEF9F5;
  --sub-dark: #61BEAD;
  --gray: #D6D6D6;
  --gray-light: #F7F7F7;
  --gray-dark: #5D5D5D;
  --gray-black: #0A2039;
  --white: #FFFFFF;
  --black: #000000;
  --link: #2DABF1;
  --error: #ED6E4E;
  --variation1: #ffd9dc;
  --variation2: #ffe0cc;
  --variation3: #fdefe6;
}

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

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

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

@media screen and (max-width: 768px) {
  body {
    -webkit-text-size-adjust: 100%;
    margin-bottom: 6.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;
}

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

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

.hamburger:hover {
  opacity: 0.7;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.caseSwiper01 .swiper {
  width: 100%;
}

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

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

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

.swiper-buttons {
  position: relative;
}

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

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

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

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

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

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

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

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

/*
.caseSwiper {

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

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

        @include sp {
            width: 100%;
        }
    }

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

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

        &:hover {
            opacity: .7;
        }
    }

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

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

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

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

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

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

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

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

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

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

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

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

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

.l-comparison {
  padding: 15rem 0;
  background-image: url(../img/bg-flower01.png), url(../img/bg-flower02.png);
  background-repeat: no-repeat, no-repeat;
  background-position: top right, bottom left;
  background-size: 39rem auto, 50.6rem auto;
}

@media screen and (max-width: 768px) {
  .l-comparison {
    padding: 9rem 2rem 4rem 2rem;
    background-image: none;
  }
}

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

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

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

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

.l-comparison__table {
  width: 100%;
}

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

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

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

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

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

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

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

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

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

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

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

.l-footer__copy small {
  font-size: 1.5rem;
}

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

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

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

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

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

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

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

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

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

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

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

.l-mousepiece__subtitle h3 {
  color: var(--white);
  text-align: center;
  font-family: var(--sub-font);
  font-size: 3rem;
  font-weight: 500;
  line-height: 1.6;
  letter-spacing: 0.1em;
  display: inline-block;
  background: linear-gradient(270deg, #4BC0E1 0%, #7AA5E3 81.19%);
  padding: 1rem 2.4rem;
}

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

  .l-mousepiece__subtitle h3:first-child {
    width: 100%;
  }
}

.l-mousepiece__subtitle h3 span {
  font-size: 3.6rem;
  font-weight: 700;
  letter-spacing: 0.16em;
  line-height: 1.5;
}

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

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

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

.l-mousepiece__imgbox {
  width: 45rem;
}

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

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

.l-mousepiece__txtbox {
  background: var(--main-light);
  width: 52rem;
  position: relative;
  padding: 0 6rem;
  display: flex;
  justify-content: center;
  align-items: center;
}

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

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

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

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

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

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

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

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

.l-merit__list li {
  width: calc((100% - 4.8rem) / 3);
  background: var(--white);
  box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.25);
  padding: 3rem;
  position: relative;
}

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

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

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

.l-merit__list .numbox.sub {
  background: rgba(50, 176, 194, 0.8);
}

.l-merit__list .numbox.main {
  background: rgba(65, 145, 196, 0.8);
}

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

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

.l-merit__list .numbox .num {
  font-size: 4.5rem;
  line-height: 1;
  letter-spacing: 0.05em;
}

@media screen and (max-width: 768px) {
  .l-merit__list .numbox .num {
    font-size: 3.7rem;
  }
}

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

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

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

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

.l-merit__list h3 {
  margin-bottom: 1.6rem;
  color: var(--main-dark);
  text-align: center;
  font-family: var(--sub-font);
  font-size: 2.4rem;
  font-weight: 600;
  line-height: 1.5;
  letter-spacing: 0.05em;
}

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

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

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

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

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

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

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

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

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

.l-case__before {
  width: 47rem;
}

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

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

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

@media screen and (max-width: 768px) {
  .l-case__before h4 {
    font-size: 1.6rem;
    display: flex;
    justify-content: center;
    align-items: center;
    line-height: 1.87;
    height: 3rem;
  }
}

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

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

.l-case__after {
  width: 47rem;
}

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

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

.l-case__after h4 {
  color: var(--white);
  font-family: var(--en-font);
  font-size: 2rem;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: 0.15em;
  background: linear-gradient(270deg, #4BC0E1 0%, #7AA5E3 81.19%);
  padding: 1rem;
  text-align: center;
}

@media screen and (max-width: 768px) {
  .l-case__after h4 {
    font-size: 1.6rem;
    display: flex;
    justify-content: center;
    align-items: center;
    line-height: 1.87;
    height: 3rem;
  }
}

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

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

.l-case__table th {
  width: 30%;
  vertical-align: middle;
  padding: 2rem 3rem;
  color: var(--white);
  font-size: 1.8rem;
  font-weight: 400;
  letter-spacing: 0.05em;
  background: var(--main);
  border-bottom: 1px solid var(--white);
}

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

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

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

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

.l-flow {
  padding: 13rem 0;
  background-image: url(../img/bg-flower01.png), url(../img/bg-flower02.png);
  background-repeat: no-repeat, no-repeat;
  background-position: top right, bottom left;
  background-size: 39rem auto, 50.6rem auto;
}

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

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

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

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

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

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

.l-flow-list__item {
  width: 100%;
  border-top: 1px solid var(--base-color);
  border-bottom: 1px solid var(--base-color);
  background: var(--white);
  padding: 4rem 5rem;
  display: flex;
  flex-wrap: wrap;
  flex-direction: row-reverse;
  justify-content: space-between;
  align-items: stretch;
  position: relative;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

@media screen and (max-width: 768px) {
  .l-flow-list__subtitle .num {
    font-size: 5rem;
  }
}

.l-flow-list__subtitle .num.main {
  color: var(--main);
}

.l-flow-list__subtitle .num.sub {
  color: var(--sub);
}

.l-flow-list__subtitle .ja {
  font-family: var(--sub-font);
  font-size: 2.4rem;
  font-weight: 600;
  line-height: 1.4;
  letter-spacing: 0.05em;
}

@media screen and (max-width: 768px) {
  .l-flow-list__subtitle .ja {
    font-size: 2rem;
    letter-spacing: 0.08em;
    white-space: nowrap;
  }
}

.l-flow__btn {
  margin-top: 8rem;
  display: flex;
  justify-content: center;
}

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

.l-flow__phone {
  width: 100%;
  margin-top: 2.4rem;
}

.l-flow__phone a {
  width: 100%;
  height: 8rem;
  background: var(--main-dark);
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  color: var(--white);
}

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

.l-flow__phone a small {
  text-align: center;
  font-size: 1.2rem;
  font-weight: 500;
  line-height: 1.87;
  letter-spacing: 0.05em;
}

.l-flow__phone a p {
  display: flex;
  align-items: center;
  gap: 0 1rem;
  font-family: var(--sub-font);
  font-size: 2.4rem;
  font-weight: 600;
  line-height: 1.4;
  letter-spacing: 0.05em;
}

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

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

@media screen and (max-width: 768px) {
  .l-qa {
    padding: 5rem 2rem 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: 7rem;
}

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

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

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

.l-qa .toggle_title {
  background: linear-gradient(270deg, #4BC0E1 0%, #7AA5E3 81.19%);
  color: var(--white);
  font-size: 1.8rem;
  font-weight: 600;
  line-height: 2.33;
  letter-spacing: 0.05em;
  position: relative;
  cursor: pointer;
  transition: all 0.5s;
  padding: 1.5rem 8.2rem 1.5rem 9.8rem;
}

@media screen and (max-width: 768px) {
  .l-qa .toggle_title {
    padding: 1rem 4.2rem 1rem 6.6rem;
    font-size: 1.5rem;
    line-height: 1.87;
    letter-spacing: 0.08em;
  }
}

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

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

.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: 1.8rem;
  height: 1.8rem;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
}

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

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

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

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

.l-qa .toggle_contents dd {
  display: none;
  padding: 3rem 6.2rem 0 9.8rem;
  position: relative;
}

@media screen and (max-width: 768px) {
  .l-qa .toggle_contents dd {
    padding: 2rem 3rem 0 6.6rem;
  }
}

.l-qa .toggle_contents dd::before {
  content: "A";
  width: 4.2rem;
  height: 4.2rem;
  background: var(--main-dark);
  border-radius: 50%;
  color: var(--white);
  font-family: var(--en-font);
  text-align: center;
  font-size: 2.1rem;
  line-height: 1;
  letter-spacing: 0;
  position: absolute;
  top: 3rem;
  left: 3.6rem;
  display: flex;
  justify-content: center;
  align-items: center;
}

@media screen and (max-width: 768px) {
  .l-qa .toggle_contents dd::before {
    font-size: 2.1rem;
    left: 1.2rem;
  }
}

.l-reason {
  /* ----- title ----- */
  /* ----- 01 ----- */
  /* ----- 02 ----- */
  /* ----- 03 ----- */
  /* ----- 04 ----- */
  /* ----- 05 ----- */
  /* ----- 06 ----- */
}

.l-reason__title {
  padding: 10rem 0 8rem 0;
  background: var(--white);
  position: relative;
  z-index: 10;
}

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

.l-reason__blocks {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
}

.l-reason01 {
  padding: 12rem 0;
  width: 100%;
  background: var(--gray-light);
  box-shadow: 0 14px 40px 0 rgba(0, 0, 0, 0.1);
  position: relative;
  z-index: 9;
}

@media screen and (max-width: 768px) {
  .l-reason01 {
    padding: 0;
    box-shadow: none;
  }
}

.l-reason01-grid {
  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-reason01-grid__imgbox l-reason01-grid__imgbox . l-reason01-grid__txtbox .";
}

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

.l-reason01-grid__imgbox {
  grid-area: l-reason01-grid__imgbox;
  position: relative;
}

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

.l-reason01-grid__imgbox img.photo {
  width: 100%;
  height: 40rem;
  object-fit: cover;
  object-position: top center;
}

@media screen and (max-width: 768px) {
  .l-reason01-grid__imgbox img.photo {
    height: auto;
  }
}

.l-reason01-grid__imgbox img.figure {
  position: absolute;
  bottom: -7.6rem;
  right: -2.4rem;
}

@media screen and (max-width: 768px) {
  .l-reason01-grid__imgbox img.figure {
    display: none;
  }
}

.l-reason01-grid__txtbox {
  grid-area: l-reason01-grid__txtbox;
}

@media screen and (max-width: 768px) {
  .l-reason01-grid__txtbox {
    width: 100%;
    padding: 2.4rem 2rem 4.8rem 2rem;
  }
}

.l-reason01__title {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  padding-bottom: 2.4rem;
  margin: 0 auto 2.4rem auto;
  border-bottom: 1px solid var(--base-color);
}

@media screen and (max-width: 768px) {
  .l-reason01__title {
    flex-direction: row;
    justify-content: flex-start;
    padding-bottom: 1.6rem;
    margin: 0 auto 1.6rem auto;
    gap: 0 1.6rem;
    text-align: left;
  }
}

.l-reason01__title .num {
  font-family: var(--en-font);
  font-size: 10rem;
  line-height: 1;
  letter-spacing: 0.04em;
  background: linear-gradient(270deg, #4BC0E1 0%, #7AA5E3 81.19%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  margin-bottom: 1rem;
  display: inline-block;
}

@media screen and (max-width: 768px) {
  .l-reason01__title .num {
    font-size: 6rem;
    margin-bottom: 0;
  }
}

.l-reason01__title .ja {
  color: var(--main-dark);
  font-family: var(--sub-font);
  font-size: 3rem;
  font-weight: 500;
  line-height: 1.57;
  letter-spacing: 0.1em;
  display: block;
}

@media screen and (max-width: 768px) {
  .l-reason01__title .ja {
    font-size: 2rem;
    font-weight: 600;
    line-height: 1.5;
  }
}

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

@media screen and (max-width: 768px) {
  .l-reason01__spfigure {
    display: block;
    width: 28.6rem;
    margin: 1.6rem auto 0 auto;
  }

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

.l-reason02 {
  padding: 12rem 0;
  width: 100%;
  background: var(--main-light);
  box-shadow: 0 14px 40px 0 rgba(0, 0, 0, 0.1);
  position: relative;
  z-index: 8;
}

@media screen and (max-width: 768px) {
  .l-reason02 {
    padding: 0 0 6.4rem 0;
    box-shadow: none;
  }
}

.l-reason02-grid {
  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-reason02-grid__txtbox . l-reason02-grid__imgbox l-reason02-grid__imgbox";
}

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

.l-reason02-grid__imgbox {
  grid-area: l-reason02-grid__imgbox;
}

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

.l-reason02-grid__imgbox img.photo {
  width: 100%;
  height: 40rem;
  object-fit: cover;
  object-position: top center;
}

@media screen and (max-width: 768px) {
  .l-reason02-grid__imgbox img.photo {
    height: auto;
  }
}

.l-reason02-grid__txtbox {
  grid-area: l-reason02-grid__txtbox;
}

@media screen and (max-width: 768px) {
  .l-reason02-grid__txtbox {
    width: 100%;
    padding: 2.4rem 2rem 4rem 2rem;
  }
}

.l-reason02__title {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  padding-bottom: 2.4rem;
  margin: 0 auto 2.4rem auto;
  border-bottom: 1px solid var(--base-color);
}

@media screen and (max-width: 768px) {
  .l-reason02__title {
    flex-direction: row;
    justify-content: flex-start;
    padding-bottom: 1.6rem;
    margin: 0 auto 1.6rem auto;
    gap: 0 1.6rem;
    text-align: left;
  }
}

.l-reason02__title .num {
  font-family: var(--en-font);
  font-size: 10rem;
  line-height: 1;
  letter-spacing: 0.04em;
  background: linear-gradient(270deg, #4BC0E1 0%, #7AA5E3 81.19%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  margin-bottom: 1rem;
  display: inline-block;
}

@media screen and (max-width: 768px) {
  .l-reason02__title .num {
    font-size: 6rem;
    margin-bottom: 0;
  }
}

.l-reason02__title .ja {
  color: var(--main-dark);
  font-family: var(--sub-font);
  font-size: 3rem;
  font-weight: 500;
  line-height: 1.57;
  letter-spacing: 0.1em;
  display: block;
}

@media screen and (max-width: 768px) {
  .l-reason02__title .ja {
    font-size: 2rem;
    font-weight: 600;
    line-height: 1.5;
  }
}

.l-reason02-box {
  width: 90rem;
  margin: 5rem auto 0 auto;
  position: relative;
  border: 1px solid var(--main-dark);
  background: rgba(255, 255, 255, 0.8);
  padding: 4.5rem 4.8rem;
  display: flex;
  flex-wrap: wrap;
  flex-direction: row-reverse;
  justify-content: space-between;
}

@media screen and (max-width: 768px) {
  .l-reason02-box {
    width: calc(100% - 4rem);
    margin: 0 auto;
    padding: 3.5rem 2.8rem;
    flex-direction: column;
    gap: 2.4rem 0;
  }
}

.l-reason02-box::before {
  content: "";
  position: absolute;
  top: 1rem;
  left: 1rem;
  right: 1rem;
  bottom: 1rem;
  z-index: 1;
  border: 1px solid var(--main-dark);
}

@media screen and (max-width: 768px) {
  .l-reason02-box::before {
    top: 0.7rem;
    left: 0.7rem;
    right: 0.7rem;
    bottom: 0.7rem;
  }
}

.l-reason02-box__labels {
  position: absolute;
  bottom: -4rem;
  right: -2.5rem;
  z-index: 5;
  display: flex;
  align-items: stretch;
}

@media screen and (max-width: 768px) {
  .l-reason02-box__labels {
    bottom: auto;
    top: -3rem;
    right: -1rem;
  }
}

.l-reason02-box__labels li {
  width: 13rem;
  height: auto;
  aspect-ratio: 1/1;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  color: var(--white);
  font-size: 1.8rem;
  font-weight: 600;
  line-height: 1.5;
  letter-spacing: 0.05em;
  position: relative;
}

@media screen and (max-width: 768px) {
  .l-reason02-box__labels li {
    width: 8.6rem;
    font-size: 1.2rem;
    font-weight: 700;
  }
}

.l-reason02-box__labels li::before {
  content: "";
  position: absolute;
  top: 4px;
  left: 4px;
  right: 4px;
  bottom: 4px;
  border: 1px solid var(--white);
  border-radius: 50%;
  pointer-events: none;
}

.l-reason02-box__labels li.label01 {
  background: var(--main);
  position: relative;
  right: -1rem;
  z-index: 1;
}

@media screen and (max-width: 768px) {
  .l-reason02-box__labels li.label01 {
    right: -0.6rem;
  }
}

.l-reason02-box__labels li.label02 {
  background: var(--sub);
  position: relative;
  z-index: 2;
}

.l-reason02-box__imgbox {
  width: 35.4rem;
}

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

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

.l-reason02-box__txtbox {
  width: 40rem;
}

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

.l-reason02-box__h4 {
  margin-bottom: 1.2rem;
  color: var(--white);
  text-align: center;
  font-family: var(--sub-font);
  font-size: 2rem;
  font-weight: 600;
  line-height: 1.5;
  letter-spacing: 0.05em;
  border-radius: 10rem;
  background: var(--main);
  padding: 0.7rem 0;
}

@media screen and (max-width: 768px) {
  .l-reason02-box__h4 {
    font-size: 1.5rem;
    padding: 1rem 0;
  }
}

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

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

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

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

.l-reason03__title {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  padding-bottom: 2.4rem;
  margin: 0 auto 2.4rem auto;
  border-bottom: 1px solid var(--white);
  width: 50.8rem;
}

@media screen and (max-width: 768px) {
  .l-reason03__title {
    flex-direction: row;
    justify-content: flex-start;
    padding-bottom: 1.6rem;
    margin: 0 auto 1.6rem auto;
    gap: 0 1.6rem;
    text-align: left;
    width: 100%;
  }
}

.l-reason03__title .num {
  font-family: var(--en-font);
  font-size: 10rem;
  line-height: 1;
  letter-spacing: 0.04em;
  color: var(--white);
  margin-bottom: 1rem;
  display: inline-block;
}

@media screen and (max-width: 768px) {
  .l-reason03__title .num {
    font-size: 6rem;
    margin-bottom: 0;
  }
}

.l-reason03__title .ja {
  color: var(--white);
  font-family: var(--sub-font);
  font-size: 3rem;
  font-weight: 500;
  line-height: 1.57;
  letter-spacing: 0.1em;
  display: block;
}

@media screen and (max-width: 768px) {
  .l-reason03__title .ja {
    font-size: 2rem;
    font-weight: 600;
    line-height: 1.5;
  }
}

.l-reason03__intro {
  color: var(--white);
  text-align: center;
  margin-bottom: 5rem;
}

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

.l-reason03__list {
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  gap: 0 2.4rem;
}

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

.l-reason03__list li {
  width: calc((100% - 4.8rem) / 3);
  position: relative;
}

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

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

.l-reason03__list p {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  color: var(--white);
  text-align: center;
  font-size: 1.8rem;
  font-weight: 600;
  line-height: 2.33;
  letter-spacing: 0.05em;
  padding: 1rem;
}

.l-reason03__list p.p01 {
  background: rgba(18, 83, 146, 0.8);
}

.l-reason03__list p.p02 {
  background: rgba(65, 145, 196, 0.8);
}

.l-reason03__list p.p03 {
  background: rgba(50, 176, 194, 0.8);
}

.l-reason04 {
  padding: 4rem;
  width: 50%;
  background: var(--main-light);
}

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

.l-reason04__imgbox {
  width: 100%;
}

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

.l-reason04__inner {
  max-width: 55rem;
  margin: 2.4rem auto 0 auto;
}

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

.l-reason04__title {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  padding-bottom: 2.4rem;
  margin: 0 auto 2.4rem auto;
  border-bottom: 1px solid var(--base-color);
}

@media screen and (max-width: 768px) {
  .l-reason04__title {
    flex-direction: row;
    justify-content: flex-start;
    padding-bottom: 1.6rem;
    margin: 0 auto 1.6rem auto;
    gap: 0 1.6rem;
    text-align: left;
  }
}

.l-reason04__title .num {
  font-family: var(--en-font);
  font-size: 10rem;
  line-height: 1;
  letter-spacing: 0.04em;
  background: linear-gradient(270deg, #4BC0E1 0%, #7AA5E3 81.19%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  margin-bottom: 1rem;
  display: inline-block;
}

@media screen and (max-width: 768px) {
  .l-reason04__title .num {
    font-size: 6rem;
    margin-bottom: 0;
  }
}

.l-reason04__title .ja {
  color: var(--main-dark);
  font-family: var(--sub-font);
  font-size: 3rem;
  font-weight: 500;
  line-height: 1.57;
  letter-spacing: 0.1em;
  display: block;
}

@media screen and (max-width: 768px) {
  .l-reason04__title .ja {
    font-size: 2rem;
    font-weight: 600;
    line-height: 1.5;
  }
}

.l-reason04__intro {
  margin-bottom: 2.4rem;
}

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

.l-reason04__figure {
  padding: 0 2.4rem;
}

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

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

.l-reason05 {
  padding: 4rem;
  width: 50%;
  background: var(--white);
}

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

.l-reason05__imgbox {
  width: 100%;
}

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

.l-reason05__inner {
  max-width: 55rem;
  margin: 2.4rem auto 0 auto;
}

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

.l-reason05__title {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  padding-bottom: 2.4rem;
  margin: 0 auto 2.4rem auto;
  border-bottom: 1px solid var(--base-color);
}

@media screen and (max-width: 768px) {
  .l-reason05__title {
    flex-direction: row;
    justify-content: flex-start;
    padding-bottom: 1.6rem;
    margin: 0 auto 1.6rem auto;
    gap: 0 1.6rem;
    text-align: left;
  }
}

.l-reason05__title .num {
  font-family: var(--en-font);
  font-size: 10rem;
  line-height: 1;
  letter-spacing: 0.04em;
  background: linear-gradient(270deg, #4BC0E1 0%, #7AA5E3 81.19%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  margin-bottom: 1rem;
  display: inline-block;
}

@media screen and (max-width: 768px) {
  .l-reason05__title .num {
    font-size: 6rem;
    margin-bottom: 0;
  }
}

.l-reason05__title .ja {
  color: var(--main-dark);
  font-family: var(--sub-font);
  font-size: 3rem;
  font-weight: 500;
  line-height: 1.57;
  letter-spacing: 0.1em;
  display: block;
}

@media screen and (max-width: 768px) {
  .l-reason05__title .ja {
    font-size: 2rem;
    font-weight: 600;
    line-height: 1.5;
  }
}

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

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

.l-reason05__box {
  background: var(--main-light);
  padding: 2.8rem 5.2rem 4rem 5.2rem;
}

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

.l-reason05__box h4 {
  margin-bottom: 1.4rem;
  text-align: center;
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1.56;
}

@media screen and (max-width: 768px) {
  .l-reason05__box h4 {
    margin-bottom: 1rem;
    font-size: 1.6rem;
    line-height: 1.75;
  }
}

.l-reason05__box ul {
  display: flex;
  flex-wrap: wrap;
  gap: 0.6rem;
}

.l-reason05__box ul li {
  width: calc((100% - 0.6rem) / 2);
  border: 1px solid var(--main);
  background: var(--white);
  padding: 1rem;
  color: var(--main-dark);
  font-size: 1.7rem;
  font-weight: 700;
  line-height: 1.64;
  letter-spacing: 0.08em;
  display: flex;
  align-items: center;
  gap: 1rem;
}

@media screen and (max-width: 768px) {
  .l-reason05__box ul li {
    padding: 0.8rem 0 0.8rem 1rem;
    font-size: 1.2rem;
    gap: 0.6rem;
  }

  .l-reason05__box ul li img {
    width: 1.8rem;
    height: auto;
  }
}

.l-reason05__box ul li span {
  font-size: 1.2rem;
  font-weight: 500;
  letter-spacing: 0.11em;
}

@media screen and (max-width: 768px) {
  .l-reason05__box ul li span {
    font-size: 0.9rem;
    font-weight: 400;
    letter-spacing: 0.04em;
  }
}

.l-reason06 {
  padding: 12rem 0;
  width: 100%;
  background: url(../img/l-reason06-bg.jpg) no-repeat center top/cover;
  box-shadow: 0 14px 40px 0 rgba(0, 0, 0, 0.1);
}

@media screen and (max-width: 768px) {
  .l-reason06 {
    padding: 0;
    background-image: none;
    box-shadow: none;
  }
}

.l-reason06-grid {
  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-reason06-grid__imgbox l-reason06-grid__imgbox . l-reason06-grid__txtbox .";
}

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

.l-reason06-grid__imgbox {
  grid-area: l-reason06-grid__imgbox;
  position: relative;
}

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

.l-reason06-grid__imgbox img.photo {
  width: 100%;
  height: 40rem;
  object-fit: cover;
  object-position: top center;
}

@media screen and (max-width: 768px) {
  .l-reason06-grid__imgbox img.photo {
    height: auto;
  }
}

.l-reason06-grid__txtbox {
  grid-area: l-reason06-grid__txtbox;
}

@media screen and (max-width: 768px) {
  .l-reason06-grid__txtbox {
    width: 100%;
    padding: 2.4rem 2rem 4.8rem 2rem;
    background: url(../img/l-reason06-bg.jpg) no-repeat right top/cover;
  }
}

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

@media screen and (max-width: 768px) {
  .l-reason06__title {
    flex-direction: row;
    justify-content: flex-start;
    padding-bottom: 1.6rem;
    margin: 0 auto 1.6rem auto;
    gap: 0 1.6rem;
    text-align: left;
  }
}

.l-reason06__title .num {
  font-family: var(--en-font);
  font-size: 10rem;
  line-height: 1;
  letter-spacing: 0.04em;
  color: var(--white);
  margin-bottom: 1rem;
  display: inline-block;
}

@media screen and (max-width: 768px) {
  .l-reason06__title .num {
    font-size: 6rem;
    margin-bottom: 0;
  }
}

.l-reason06__title .ja {
  color: var(--white);
  font-family: var(--sub-font);
  font-size: 3rem;
  font-weight: 500;
  line-height: 1.57;
  letter-spacing: 0.1em;
  display: block;
}

@media screen and (max-width: 768px) {
  .l-reason06__title .ja {
    font-size: 2rem;
    font-weight: 600;
    line-height: 1.5;
  }
}

.l-reason06__p {
  color: var(--white, #FFF);
  text-align: center;
  margin-bottom: 1.2rem;
}

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

.l-reason06__figure {
  width: 100%;
}

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

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

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

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

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

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

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

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

.l-cta__title {
  color: var(--white);
  text-align: center;
  font-family: var(--sub-font);
  font-size: 3.4rem;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0.1em;
  text-shadow: 0 0 6px rgba(0, 0, 0, 0.9), 0 0 7px rgba(0, 0, 0, 0.25);
  margin-bottom: 3.2rem;
}

@media screen and (max-width: 768px) {
  .l-cta__title {
    font-size: 2rem;
    font-weight: 600;
    letter-spacing: 0.14em;
  }
}

.l-cta__title span {
  color: #FFEE7C;
  font-size: 5.2rem;
  font-weight: 600;
  line-height: 1.04;
  letter-spacing: 0.16em;
}

@media screen and (max-width: 768px) {
  .l-cta__title span {
    font-size: 4rem;
    line-height: 1.2;
    display: block;
  }
}

.l-cta-box01 {
  background: var(--white);
  padding: 0 15rem;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  gap: 0 3.2rem;
}

@media screen and (max-width: 768px) {
  .l-cta-box01 {
    padding: 2rem 1.6rem;
    flex-wrap: wrap;
    align-items: center;
    gap: 0;
  }
}

.l-cta-box01__left {
  width: calc((100% - 3.2rem) / 2);
  height: 23.4rem;
  margin: 2.4rem 0 1.2rem 0;
  background: url(../img/l-cta-box01-figure.png) no-repeat center center/43.4rem 23.4rem;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 1rem 0;
  text-align: center;
  font-family: var(--sub-font);
}

@media screen and (max-width: 768px) {
  .l-cta-box01__left {
    width: 100%;
    height: 12rem;
    margin: 0 auto 0.6rem auto;
    background: url(../img/l-cta-box01-figure.png) no-repeat center center/auto 100%;
    gap: 0.8rem 0;
  }
}

.l-cta-box01__left p:first-child {
  color: var(--main-dark);
  font-size: 4.2rem;
  font-weight: 600;
  line-height: 1.5;
  letter-spacing: 0.1em;
}

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

.l-cta-box01__left p:last-child {
  font-size: 2rem;
  font-weight: 600;
  line-height: 1.5;
  letter-spacing: 0.05em;
}

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

.l-cta-box01__right {
  width: calc((100% - 3.2rem) / 2);
  padding: 0 0 3.2rem 0;
  position: relative;
}

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

.l-cta-box01__right ul {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  gap: 0.6rem 0;
}

.l-cta-box01__right ul li {
  background: var(--main-light);
  width: 34rem;
  padding: 1rem 3rem;
  display: flex;
  align-items: center;
  gap: 1rem;
  color: var(--main-dark);
  font-family: var(--sub-font);
  font-size: 2rem;
  font-weight: 600;
  line-height: 1.5;
  letter-spacing: 0.05em;
}

@media screen and (max-width: 768px) {
  .l-cta-box01__right ul li {
    width: 100%;
    font-size: 1.7rem;
    line-height: 1.6;
  }
}

.l-cta-box01__right .photo {
  position: absolute;
  bottom: 0;
  right: 0;
}

.l-cta-box01__right .photo img {
  width: 21rem;
  height: auto;
}

@media screen and (max-width: 768px) {
  .l-cta-box01__right .photo img {
    width: 14rem;
  }
}

.l-cta-box02 {
  background: var(--main-light);
  padding: 3.6rem 15rem;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 2.4rem 3.2rem;
}

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

.l-cta-box02__phone {
  width: calc((100% - 3.2rem) / 2);
}

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

.l-cta-box02__phone a {
  width: 100%;
  height: 10rem;
  background: var(--main-dark);
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  color: var(--white);
}

@media screen and (max-width: 768px) {
  .l-cta-box02__phone a {
    height: 9rem;
  }
}

.l-cta-box02__phone a:hover {
  opacity: 0.7;
}

.l-cta-box02__phone a small {
  font-size: 1.5rem;
}

.l-cta-box02__phone a p {
  display: flex;
  align-items: center;
  gap: 0 1rem;
  font-family: var(--sub-font);
  font-size: 3rem;
  font-weight: 500;
  line-height: 1.4;
  letter-spacing: 0.1em;
}

@media screen and (max-width: 768px) {
  .l-cta-box02__phone a p {
    font-size: 2.4rem;
    letter-spacing: 0.09em;
  }
}

.l-cta-box02__time {
  width: calc((100% - 3.2rem) / 2);
  height: 10rem;
  background: var(--white);
  padding: 0 4.5rem;
  display: flex;
  align-items: center;
}

@media screen and (max-width: 768px) {
  .l-cta-box02__time {
    width: 100%;
    height: 7.4rem;
    padding: 0;
    text-align: center;
    justify-content: center;
    margin-top: 1.2rem;
  }
}

.l-cta-box02__time p {
  font-size: 1.2rem;
  font-weight: 500;
  line-height: 1.87;
  letter-spacing: 0.05em;
}

@media screen and (max-width: 768px) {
  .l-cta-box02__time p {
    font-size: 1.1rem;
    font-weight: 400;
    line-height: 1.64;
  }
}

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

@media screen and (max-width: 768px) {
  .l-cta-box02__sup {
    margin-top: 2.4rem;
    font-size: 1.2rem;
    line-height: 1.66;
  }
}

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

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

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

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

.l-apply__title {
  color: var(--white);
  text-align: center;
  font-family: var(--sub-font);
  font-size: 3.6rem;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.16em;
  background: linear-gradient(270deg, #4BC0E1 0%, #7AA5E3 81.19%);
  padding: 1rem 2.4rem;
  display: inline-flex;
  justify-content: center;
  align-items: center;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media screen and (max-width: 768px) {
  .l-doctor01::before {
    width: 100%;
    height: calc(100% - 9.5rem);
  }
}

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

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

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

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

.l-doctor01-flexbox__imgbox img.photo {
  width: 42rem;
  height: auto;
}

@media screen and (max-width: 768px) {
  .l-doctor01-flexbox__imgbox img.photo {
    width: 24rem;
  }
}

.l-doctor01-flexbox__imgbox img.badges {
  position: absolute;
  bottom: 0;
  right: -9.6rem;
  width: 28.6rem;
  height: auto;
}

@media screen and (max-width: 768px) {
  .l-doctor01-flexbox__imgbox img.badges {
    right: 0;
    width: 17rem;
  }
}

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

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

.l-doctor01-flexbox__catch {
  color: var(--main-dark);
  font-family: var(--sub-font);
  font-size: 3.6rem;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.16em;
  padding-bottom: 1.6rem;
  border-bottom: 1px solid #4BC0E1;
  margin-bottom: 4rem;
}

@media screen and (max-width: 768px) {
  .l-doctor01-flexbox__catch {
    text-align: center;
    font-size: 2.4rem;
    font-weight: 500;
    letter-spacing: 0.09em;
    margin-bottom: 2.4rem;
  }
}

.l-doctor01-flexbox__job {
  color: var(--main-dark);
  font-family: var(--sub-font);
  font-size: 2rem;
  font-weight: 600;
  line-height: 1.4;
  letter-spacing: 0.05em;
  margin-bottom: 0.8rem;
}

@media screen and (max-width: 768px) {
  .l-doctor01-flexbox__job {
    text-align: center;
    font-size: 1.8rem;
    line-height: 1.6;
    margin-bottom: 0.4rem;
  }
}

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

@media screen and (max-width: 768px) {
  .l-doctor01-flexbox__name {
    margin-bottom: 2.4rem;
    flex-wrap: wrap;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 0;
    text-align: center;
  }
}

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

.l-doctor01-flexbox__name .en {
  font-size: 1.6rem;
  font-weight: 500;
  letter-spacing: 0.08em;
}

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

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

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

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

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

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

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

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

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

.l-trouble {
  padding: 6.4rem 0 0 0;
}

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

.l-trouble-title {
  margin-bottom: 3.2rem;
  text-align: center;
  position: relative;
}

.l-trouble-title__en {
  color: #EDEDED;
  font-family: var(--en-font);
  font-size: 17rem;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0.25em;
  text-transform: uppercase;
}

@media screen and (max-width: 768px) {
  .l-trouble-title__en {
    font-size: 7.2rem;
    letter-spacing: 0.1em;
  }
}

.l-trouble-title__ja {
  font-family: var(--sub-font);
  font-size: 3.5rem;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0.2em;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

@media screen and (max-width: 768px) {
  .l-trouble-title__ja {
    font-size: 2rem;
    letter-spacing: 0.15em;
    width: 100%;
  }
}

.l-trouble-head {
  background: url(../img/l-trouble-head-bg.jpg) no-repeat center top/cover;
  position: relative;
  padding: 8.2rem 0;
}

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

.l-trouble-head::before {
  content: "";
  width: 1px;
  height: 9rem;
  background: var(--base-color);
  position: absolute;
  top: -5.5rem;
  left: 50%;
}

@media screen and (max-width: 768px) {
  .l-trouble-head::before {
    height: 6.6rem;
    top: -3.6rem;
  }
}

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

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

.l-trouble-head__list {
  width: 62rem;
  margin: 0 auto 0 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 3.4rem;
}

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

.l-trouble-head__item {
  width: calc((100% - 6.8rem) / 3);
  height: auto;
  aspect-ratio: 1/1;
  border-radius: 50%;
  border: 1px solid var(--gray);
  background: var(--white);
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  font-family: var(--sub-font);
  font-size: 1.8rem;
  font-weight: 600;
  line-height: 1.77;
  letter-spacing: 0.08em;
  box-shadow: 0 0 10px 5px #ffffff;
}

@media screen and (max-width: 768px) {
  .l-trouble-head__item {
    width: calc((100% - 1.2rem) / 3);
    font-size: 1.3rem;
    font-weight: 600;
    line-height: 1.6;
    letter-spacing: 0.04em;
  }
}

.l-trouble-body {
  background: url(../img/l-trouble-body.jpg) no-repeat center center/cover;
  box-shadow: 0 10px 20px 0 rgba(0, 0, 0, 0.15);
  width: 100%;
  height: 27rem;
  position: relative;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

@media screen and (max-width: 768px) {
  .l-trouble-body {
    background: url(../img/l-trouble-body-sp.jpg) no-repeat center center/cover;
    height: 16rem;
  }
}

.l-trouble-body h3 {
  position: relative;
  z-index: 1;
  text-align: center;
  color: var(--white);
  font-family: var(--sub-font);
  font-size: 4.1rem;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0.1em;
  text-shadow: 0 0 7px rgba(0, 0, 0, 0.8);
}

@media screen and (max-width: 768px) {
  .l-trouble-body h3 {
    font-size: 2rem;
    font-weight: 600;
    letter-spacing: 0.14em;
  }
}

.l-trouble-body h3 small {
  font-size: 2.8rem;
  line-height: 1.42;
}

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

.l-trouble-body h3 .pen {
  background: linear-gradient(transparent 60%, rgba(255, 255, 255, 0.3) 60%);
}

@media screen and (max-width: 768px) {
  .l-trouble-body h3 .pen {
    font-size: 2.4rem;
  }
}

.l-trouble-body h3 .pen span {
  color: #FFEE7C;
}

@media screen and (max-width: 768px) {
  .l-trouble-body h3 .pen span {
    font-size: 2.6rem;
  }
}

.l-price {
  background: var(--main-light);
  padding: 12rem 0;
  /*----- l-priceSys ----- */
  /*----- l-pricePay ----- */
}

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

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

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

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

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

.l-priceSys {
  background: var(--white);
  padding: 6rem 10rem;
}

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

.l-priceSys__subtitle {
  color: var(--main-dark);
  text-align: center;
  font-family: var(--sub-font);
  font-size: 3rem;
  font-weight: 500;
  line-height: 1.57;
  letter-spacing: 0.1em;
  margin-bottom: 2rem;
}

@media screen and (max-width: 768px) {
  .l-priceSys__subtitle {
    font-size: 2rem;
    font-weight: 600;
    line-height: 1.5;
    letter-spacing: 0.14em;
  }
}

.l-priceSys__intro {
  text-align: center;
  margin-bottom: 4.2rem;
}

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

.l-priceSys-list {
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  gap: 0 2rem;
}

@media screen and (max-width: 768px) {
  .l-priceSys-list {
    flex-wrap: wrap;
    gap: 2rem 0;
  }
}

.l-priceSys-list__item {
  box-shadow: 0 3px 8px 0 rgba(0, 0, 0, 0.24);
  background: var(--white);
  width: calc((100% - 4rem) / 3);
}

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

.l-priceSys-list__head {
  width: 100%;
  height: 11.4rem;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  color: var(--white);
  text-align: center;
  font-family: var(--sub-font);
  font-size: 2.4rem;
  font-weight: 600;
  line-height: 1.33;
  letter-spacing: 0.05em;
}

@media screen and (max-width: 768px) {
  .l-priceSys-list__head {
    height: auto;
    padding: 1.2rem 0;
  }
}

.l-priceSys-list__head span {
  font-family: var(--base-font);
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 1.87;
  letter-spacing: 0.11em;
}

.l-priceSys-list__head.head01 {
  background: var(--main);
}

.l-priceSys-list__head.head02 {
  background: var(--main-dark);
}

.l-priceSys-list__head.head03 {
  background: var(--sub);
}

.l-priceSys-list__body {
  padding: 2.4rem;
  text-align: center;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

@media screen and (max-width: 768px) {
  .l-priceSys-list__body {
    padding: 2.4rem 1.2rem;
  }
}

.l-priceSys-list__logo {
  display: flex;
  justify-content: center;
  margin-bottom: 0.8rem;
}

.l-priceSys-list__logo img {
  width: 20rem;
  height: auto;
}

.l-priceSys-list__number {
  display: flex;
  justify-content: center;
}

.l-priceSys-list__number p {
  width: 22.8rem;
  border-bottom: 1px solid var(--base-color);
  padding-bottom: 1.6rem;
  text-align: center;
  font-family: var(--sub-font);
  font-size: 2rem;
  font-weight: 600;
  line-height: 1.5;
  letter-spacing: 0.05em;
}

.l-priceSys-list__price {
  font-family: var(--sub-font);
  font-size: 2rem;
  font-weight: 600;
  line-height: 1.5;
  letter-spacing: 0.05em;
  margin-bottom: 1.6rem;
  text-align: center;
}

.l-priceSys-list__price span {
  color: #F7626E;
  font-size: 5.2rem;
  font-weight: 700;
  letter-spacing: 0.01em;
}

.l-priceSys-list__p {
  text-align: center;
  font-family: var(--sub-font);
  font-size: 1.7rem;
  font-weight: 600;
  line-height: 1.4;
  letter-spacing: 0.05em;
}

.l-priceSys-list__p span {
  display: block;
  font-family: var(--base-font);
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 1.87;
  letter-spacing: 0.11em;
}

.l-priceSys-list__p+.l-priceSys-list__p {
  margin-top: 0.8rem;
}

.l-priceSys-list__small {
  margin-top: 1.6rem;
  text-align: center;
  font-size: 1.1rem;
  font-weight: 500;
  line-height: 1.82;
  letter-spacing: 0.04em;
}

.l-priceSys__sup {
  font-size: 1.2rem;
  font-weight: 500;
  line-height: 1.87;
  letter-spacing: 0.05em;
  margin-top: 2.4rem;
}

.l-pricePay {
  margin-top: 7rem;
  background: var(--white);
  padding: 6rem 10rem;
}

@media screen and (max-width: 768px) {
  .l-pricePay {
    margin-top: 6.6rem;
    padding: 5rem 2rem 0 2rem;
  }
}

.l-pricePay__subtitle {
  background: linear-gradient(270deg, #4BC0E1 0%, #7AA5E3 81.19%);
  padding: 1rem 2.4rem;
  color: var(--white);
  text-align: center;
  font-family: var(--sub-font);
  font-size: 3rem;
  font-weight: 500;
  line-height: 1.57;
  letter-spacing: 0.1em;
  margin-bottom: 4rem;
}

@media screen and (max-width: 768px) {
  .l-pricePay__subtitle {
    padding: 1rem;
    font-size: 2rem;
    font-weight: 600;
    line-height: 1.5;
    letter-spacing: 0.14em;
    margin-bottom: 2.4rem;
  }
}

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

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

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

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

.l-pricePay__badges li {
  background: url(../img/l-pricePay-badges.png) no-repeat center center/100% auto;
  width: 30rem;
  height: auto;
  aspect-ratio: 1/1;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  align-items: center;
  gap: 1rem 0;
  text-align: center;
  padding: 6rem 0 0 0;
}

@media screen and (max-width: 768px) {
  .l-pricePay__badges li {
    width: calc((100% - 0.8rem) / 2);
    gap: 0.4rem 0;
    font-size: 1.1rem;
    font-weight: 400;
    line-height: 1.8;
    letter-spacing: 0.03em;
    padding: 0;
    justify-content: center;
  }

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

.l-pricePay__badges h4 {
  color: var(--main-dark);
  font-family: var(--sub-font);
  font-size: 2.4rem;
  font-weight: 600;
  line-height: 1.5;
  letter-spacing: 0.05em;
}

@media screen and (max-width: 768px) {
  .l-pricePay__badges h4 {
    font-size: 1.8rem;
  }
}

.l-pricePay__badges p {
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0.08em;
}

@media screen and (max-width: 768px) {
  .l-pricePay__badges p {
    font-size: 0.9rem;
    font-weight: 400;
    letter-spacing: 0.04em;
  }
}

.l-pricePay-loan {
  background: var(--main-light);
  width: 100%;
  margin: 0 auto 7rem auto;
  padding: 5rem 10rem 7rem 10rem;
}

@media screen and (max-width: 768px) {
  .l-pricePay-loan {
    margin: 0 auto;
    padding: 3rem 2rem 5rem 2rem;
  }
}

.l-pricePay-loan__h4 {
  text-align: center;
  font-family: var(--sub-font);
  font-size: 2.4rem;
  font-weight: 600;
  line-height: 1.5;
  letter-spacing: 0.05em;
  margin-bottom: 1.4rem;
}

@media screen and (max-width: 768px) {
  .l-pricePay-loan__h4 {
    font-size: 1.8rem;
    line-height: 1.6;
  }
}

.l-pricePay-loan__intro {
  text-align: center;
  line-height: 2.13;
  letter-spacing: 0.1em;
  margin-bottom: 4rem;
}

@media screen and (max-width: 768px) {
  .l-pricePay-loan__intro {
    line-height: 1.87;
    letter-spacing: 0.03em;
    margin-bottom: 3rem;
  }
}

.l-pricePay-loan__box {
  background: var(--white);
  margin-bottom: 4rem;
  padding: 2.4rem;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 0 2.4rem;
}

@media screen and (max-width: 768px) {
  .l-pricePay-loan__box {
    margin-bottom: 3rem;
    padding: 2.4rem 1.2rem;
    gap: 0;
    text-align: center;
    flex-direction: column;
  }
}

.l-pricePay-loan__box h5 {
  width: 100%;
  text-align: center;
  font-size: 1.8rem;
  font-weight: 600;
  line-height: 2.33;
  letter-spacing: 0.05em;
}

@media screen and (max-width: 768px) {
  .l-pricePay-loan__box h5 {
    font-size: 1.6rem;
    line-height: 2;
    letter-spacing: 0.08em;
  }
}

.l-pricePay-loan__box p {
  color: var(--main-dark);
  font-size: 1.8rem;
  font-weight: 600;
  line-height: 2.33;
  letter-spacing: 0.05em;
}

@media screen and (max-width: 768px) {
  .l-pricePay-loan__box p {
    line-height: 1.78;
  }
}

.l-pricePay-loan__box small {
  font-size: 1.5rem;
  font-weight: 600;
  line-height: 1.87;
  letter-spacing: 0.08em;
}

@media screen and (max-width: 768px) {
  .l-pricePay-loan__box small {
    font-size: 1.6rem;
    line-height: 2;
  }
}

.l-pricePay-loan__box03 {
  display: flex;
  justify-content: space-between;
  gap: 2rem;
}

@media screen and (max-width: 768px) {
  .l-pricePay-loan__box03 {
    flex-wrap: wrap;
    flex-direction: column;
    gap: 2rem 0;
  }
}

.l-pricePay-loan__box03 li {
  width: calc((100% - 4rem) / 2);
  border-radius: 1rem;
  border: 1px solid var(--main-dark);
  background: var(--white);
  overflow: hidden;
}

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

.l-pricePay-loan__box03 li>div {
  padding: 1rem;
  text-align: center;
}

.l-pricePay-loan__box03 h6 {
  color: var(--white);
  text-align: center;
  font-size: 1.5rem;
  font-weight: 600;
  line-height: 1.87;
  letter-spacing: 0.08em;
  background: var(--main-dark);
  padding: 0.8rem 1rem;
}

.l-pricePay-loan__box03 .price {
  margin-bottom: 0.8rem;
  text-align: center;
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.1em;
}

.l-pricePay-loan__box03 .price span {
  display: block;
  color: var(--main-dark);
  font-size: 2.8rem;
  line-height: 1.2;
  letter-spacing: 0.05em;
}

.l-pricePay-loan__box03 .price small {
  font-size: 1.8rem;
  letter-spacing: 0.16em;
}

.l-pricePay-loan__box03 .sup {
  font-size: 1.2rem;
  font-weight: 500;
  line-height: 1.87;
  letter-spacing: 0.05em;
}

.l-pricePay__medical {
  background: var(--white);
  box-shadow: 0px 0px 8px 0px rgba(43, 43, 43, 0.25);
  padding: 5rem 10rem;
  margin: 0 auto;
}

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

.l-pricePay__medical h4 {
  text-align: center;
  font-family: var(--sub-font);
  font-size: 2.4rem;
  font-weight: 600;
  line-height: 1.5;
  letter-spacing: 0.05em;
  margin-bottom: 2.4rem;
}

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

  .l-floating__phone {
    width: calc(100% - 13.2rem);
    height: 6.6rem;
  }

  .l-floating__phone a {
    width: 100%;
    height: 100%;
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    color: var(--white);
    background: var(--main-dark);
  }

  .l-floating__phone small {
    font-size: 0.9rem;
    line-height: 1.66;
    letter-spacing: 0.04em;
  }

  .l-floating__phone p {
    font-family: var(--sub-font);
    font-size: 1.8rem;
    font-weight: 500;
    line-height: 1.5;
    letter-spacing: 0.03em;
    display: flex;
    align-items: center;
    gap: 0 0.6rem;
  }

  .l-floating__review {
    width: 6.6rem;
    height: 6.6rem;
  }

  .l-floating__review a {
    width: 100%;
    height: 100%;
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 0.5rem 0;
    text-align: center;
    color: var(--white);
    font-size: 1rem;
    font-weight: 500;
    line-height: 1.08;
    letter-spacing: -0.06em;
    background: #2FBE9E;
  }

  .l-floating__pagetop {
    width: 6.6rem;
    height: 6.6rem;
  }

  .l-floating__pagetop a {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #4191C4;
  }
}

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

.l-sitemap {
  padding: 16rem 7.2rem 3.6rem 7.2rem;
}

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

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

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

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

.l-sitemap__copy {
  width: 100%;
  text-align: center;
  margin-top: 18rem;
}

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

.l-sitemap__copy small {
  color: var(--white);
  font-size: 1.2rem;
  font-weight: 500;
  line-height: 1.87;
  letter-spacing: 0.05em;
}

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

.l-header__logo {
  position: absolute;
  top: 3.9682539683vw;
  left: 3.7037037037vw;
  z-index: 10;
  width: 19.8412698413vw;
  max-width: 30rem;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  gap: 1.6rem 0;
}

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

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

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

.l-header__logo h1 {
  width: 100%;
  background: var(--white);
  padding: 0.6613756614vw;
  text-align: center;
  font-family: var(--sub-font);
  font-size: 0.7936507937vw;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0.07em;
}

@media screen and (max-width: 768px) {
  .l-header__logo h1 {
    font-size: 1.2rem;
    padding: 0.6rem;
  }
}

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

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

.l-header__review {
  width: 8rem;
}

.l-header__review a {
  width: 100%;
  height: auto;
  aspect-ratio: 1/1;
  background: #2FBE9E;
  color: var(--white);
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  font-size: 1.5rem;
  font-weight: 600;
  letter-spacing: 0.08em;
}

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

.l-header__phone {
  width: 23rem;
}

.l-header__phone a {
  width: 100%;
  height: 8rem;
  background: var(--main-dark);
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  color: var(--white);
}

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

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

.l-header__phone a p {
  display: flex;
  align-items: center;
  gap: 0 1rem;
  font-family: var(--sub-font);
  font-size: 2rem;
  font-weight: 600;
  line-height: 1.4;
  letter-spacing: 0.05em;
}

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

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

.l-hero__left {
  padding: 0 0 9.9206349206vw 7.671957672vw;
}

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

.l-hero__leftbox01 {
  width: 41.1375661376vw;
}

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

.l-hero__leftbox02 {
  width: 38.8888888889vw;
  margin-top: 3.3068783069vw;
  position: relative;
  border: 1px solid var(--main-dark);
  background: var(--white);
  padding: 2.6455026455vw;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  filter: drop-shadow(0 4px 20px rgba(0, 0, 0, 0.1));
}

@media screen and (max-width: 768px) {
  .l-hero__leftbox02 {
    width: calc(100% - 4rem);
    margin: 5.6rem auto 4rem auto;
    padding: 3.6rem;
    filter: none;
  }
}

.l-hero__leftbox02::before {
  content: "";
  position: absolute;
  top: 0.6613756614vw;
  left: 0.6613756614vw;
  right: 0.6613756614vw;
  bottom: 0.6613756614vw;
  z-index: 1;
  border: 1px solid var(--main-dark);
}

@media screen and (max-width: 768px) {
  .l-hero__leftbox02::before {
    top: 0.5rem;
    left: 0.5rem;
    right: 0.5rem;
    bottom: 0.5rem;
  }
}

.l-hero__leftbox02 .figure {
  position: absolute;
  top: -1.9841269841vw;
  right: -11.5079365079vw;
  z-index: 3;
}

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

.l-hero__leftbox02 .figure img {
  width: 21.8253968254vw;
  height: auto;
}

.l-hero__leftbox02 .label {
  position: absolute;
  top: 0;
  left: 50%;
  z-index: 2;
  transform: translate(-50%, -50%);
  border-radius: 10rem;
  background: linear-gradient(270deg, #4BC0E1 0%, #7AA5E3 81.19%);
  padding: 0.462962963vw 2.6455026455vw;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  color: var(--white);
  font-family: var(--sub-font);
  font-size: clamp(1rem, 1.3227513228vw, 2rem);
  font-weight: 600;
  line-height: 1.5;
  letter-spacing: 0.05em;
}

@media screen and (max-width: 768px) {
  .l-hero__leftbox02 .label {
    font-size: 2rem;
    padding: 0.7rem 4rem;
    white-space: nowrap;
  }
}

.l-hero__leftbox02 .subtitle {
  color: var(--main-dark);
  text-align: center;
  font-family: var(--sub-font);
  font-size: clamp(1.2rem, 1.5873015873vw, 2.4rem);
  font-weight: 600;
  line-height: 1.5;
  letter-spacing: 0.05em;
  margin-bottom: 0.7936507937vw;
}

@media screen and (max-width: 768px) {
  .l-hero__leftbox02 .subtitle {
    font-size: 2rem;
    letter-spacing: 0.14em;
    margin-bottom: 1.6rem;
  }
}

.l-hero__leftbox02 .list {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  gap: 0.2645502646vw 0;
}

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

.l-hero__leftbox02 .list li {
  display: flex;
  align-items: center;
  gap: 0 0.5291005291vw;
  font-size: clamp(0.9rem, 1.1904761905vw, 1.8rem);
  line-height: 1.78;
  letter-spacing: 0.05em;
}

@media screen and (max-width: 768px) {
  .l-hero__leftbox02 .list li {
    font-size: 1.5rem;
    line-height: 2;
    letter-spacing: 0.08em;
    gap: 0 0.8rem;
  }
}

.l-hero__leftbox02 .list li img {
  width: 1.9841269841vw;
  height: auto;
}

@media screen and (max-width: 768px) {
  .l-hero__leftbox02 .list li img {
    width: 3rem;
  }
}

.l-hero__right {
  padding: 0 1.1904761905vw 2.1164021164vw 0;
}

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

.l-hero__tagline {
  border-top: 1px solid var(--main-dark);
  border-bottom: 1px solid var(--main-dark);
  color: var(--main-dark);
  text-align: center;
  text-shadow: 0 0 4px #FFF, 0 0 4px #FFF, 0 0 4px #FFF, 0 0 10px #FFF;
  font-family: var(--sub-font);
  font-size: clamp(1.2rem, 1.5873015873vw, 2.4rem);
  font-weight: 600;
  line-height: 1.5;
  letter-spacing: 0.05em;
  padding: 0.6613756614vw 0;
  width: 96%;
  margin: 0 auto;
}

@media screen and (max-width: 768px) {
  .l-hero__tagline {
    font-size: 1.5rem;
    line-height: 1.13;
    padding: 0.8rem 0;
    width: 100%;
  }
}

.l-hero__catch {
  text-align: center;
  text-shadow: 0 0 11.476px #FFF, 0 0 4.59px #FFF, 0 0 4.59px #FFF, 0 0 4.59px #FFF, 0 0 4.59px #FFF, 0 0 11.476px #FFF, 0 0 11.476px rgba(255, 255, 255, 0.5), 0 0 11.476px rgba(255, 255, 255, 0.89);
  font-family: var(--sub-font);
  font-size: clamp(2.2rem, 2.9100529101vw, 4.4rem);
  font-weight: 500;
  line-height: 1.56;
  letter-spacing: 0.08em;
  margin-top: 2.380952381vw;
}

@media screen and (max-width: 768px) {
  .l-hero__catch {
    font-size: 2.4rem;
    margin-top: 0.8rem;
  }
}

.l-hero__catch span.green {
  color: var(--sub);
  font-size: clamp(3.4rem, 4.5634920635vw, 6.8rem);
  line-height: 1;
  letter-spacing: 0.04em;
}

@media screen and (max-width: 768px) {
  .l-hero__catch span.green {
    font-size: 3.7rem;
    font-weight: 600;
  }
}

.l-hero__catch span.blue {
  color: var(--main);
  font-size: clamp(3.4rem, 4.5634920635vw, 6.8rem);
  line-height: 1;
  letter-spacing: 0.04em;
}

@media screen and (max-width: 768px) {
  .l-hero__catch span.blue {
    font-size: 3.7rem;
    font-weight: 600;
  }
}

.l-hero-badges {
  display: flex;
  align-items: stretch;
}

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

.l-hero-badges__item {
  width: 11.6402116402vw;
  height: auto;
  aspect-ratio: 1/1;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  color: var(--white);
  font-size: clamp(0.9rem, 1.1904761905vw, 1.8rem);
  font-weight: 700;
  line-height: 1.4;
  letter-spacing: 0.07em;
}

.l-hero-badges__item.item01 {
  background: #6FD3E7;
  box-shadow: 0 0 0 0.7936507937vw rgba(111, 211, 231, 0.4);
  position: relative;
  z-index: 1;
  right: -0.7936507937vw;
}

.l-hero-badges__item.item02 {
  background: #5ECFBD;
  box-shadow: 0 0 0 0.7936507937vw rgba(94, 207, 189, 0.4);
  position: relative;
  z-index: 2;
  right: -0.3968253968vw;
}

.l-hero-badges__item.item03 {
  background: #4191C4;
  box-shadow: 0 0 0 0.7936507937vw rgba(65, 145, 196, 0.4);
  position: relative;
  z-index: 3;
}

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

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

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

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

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

.c-cta__reserve {
  width: 40rem;
}

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

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

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

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

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

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

.c-cta__phone {
  width: 40rem;
}

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

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

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

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

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

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

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

.c-heading01 .en {
  color: var(--main);
  font-family: var(--en-font);
  font-size: 12rem;
  font-weight: 400;
  line-height: 0.84;
  letter-spacing: 0.05em;
}

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

@media screen and (max-width: 768px) {
  .c-heading01 .en {
    font-size: 4.2rem;
    line-height: 1;
    letter-spacing: 0.1em;
  }
}

.c-heading01 .ja {
  font-family: var(--sub-font);
  font-size: 2.4rem;
  font-weight: 600;
  line-height: 1.4;
  letter-spacing: 0.05em;
  margin-top: 2.4rem;
}

@media screen and (max-width: 768px) {
  .c-heading01 .ja {
    font-size: 1.8rem;
    line-height: 1.6;
    margin-top: 0;
  }
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.p-informationBlock01 {
  width: 100%;
  display: flex;
  justify-content: center;
}

.p-informationBlock02 {
  width: 40rem;
}

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

.p-informationBlock03 {
  width: 40rem;
}

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

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

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

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

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

.p-information__logo .tagline {
  background: var(--main-light);
  padding: 1rem 0;
  display: flex;
  justify-content: center;
  align-items: center;
  font-family: var(--sub-font);
  font-size: 1.2rem;
  font-weight: 500;
  letter-spacing: 0.07em;
  width: 100%;
}

@media screen and (max-width: 768px) {
  .p-information__logo .tagline {
    letter-spacing: 0.06em;
  }
}

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

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

.p-information__cta {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 2.4rem;
  text-align: center;
}

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

.p-information__cta h3 {
  color: var(--main-dark);
  font-family: var(--sub-font);
  font-size: 2rem;
  font-weight: 600;
  line-height: 1.8;
  letter-spacing: 0.05em;
  margin-bottom: 2.4rem;
}

@media screen and (max-width: 768px) {
  .p-information__cta h3 {
    font-size: 1.8rem;
    margin-bottom: 1.2rem;
  }
}

.p-information__phone {
  width: 100%;
}

@media screen and (max-width: 768px) {
  .p-information__phone {
    width: calc(100% - 6rem);
    margin: 0 auto;
  }
}

.p-information__phone a {
  width: 100%;
  height: 10rem;
  background: var(--main-dark);
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  color: var(--white);
}

@media screen and (max-width: 768px) {
  .p-information__phone a {
    height: 8rem;
  }
}

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

.p-information__phone a small {
  font-size: 1.5rem;
}

@media screen and (max-width: 768px) {
  .p-information__phone a small {
    font-size: 1.2rem;
    line-height: 1.87;
    letter-spacing: 0.05em;
  }
}

.p-information__phone a p {
  display: flex;
  align-items: center;
  gap: 0 1rem;
  font-family: var(--sub-font);
  font-size: 2.8rem;
  font-weight: 500;
  line-height: 1.4;
  letter-spacing: 0.1em;
}

@media screen and (max-width: 768px) {
  .p-information__phone a p {
    font-size: 2rem;
    letter-spacing: 0.08em;
  }
}

.p-information__bnr {
  width: 100%;
}

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

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

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

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

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

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

@media screen and (max-width: 768px) {
  .p-information__map iframe {
    height: 33rem;
  }
}

.p-information__meta {
  margin-bottom: 1rem;
}

.p-information__meta h3 {
  display: block;
  color: var(--main-dark);
  font-size: 1.8rem;
  font-weight: 600;
  line-height: 2.33;
  letter-spacing: 0.05em;
}

@media screen and (max-width: 768px) {
  .p-information__meta h3 {
    font-size: 1.5rem;
    line-height: 2;
    letter-spacing: 0.06em;
  }
}

.p-information__accessTtl {
  display: flex;
  align-items: center;
  gap: 0 1.2rem;
  margin-bottom: 0.6rem;
}

.p-information__accessTtl dt {
  width: 4.4rem;
}

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

.p-information__accessTtl dd {
  width: calc(100% - 5.6rem);
  font-weight: 600;
  letter-spacing: 0.08em;
}

.p-information__accessSmall {
  font-size: 1.2rem;
  line-height: 1.87;
  letter-spacing: 0.05em;
}

.p-facility {
  padding: 15.5rem 0 11rem;
}

.p-facility__heading01 {
  margin-bottom: 3.1rem;
}

.p-facility__heading01-en {
  margin-bottom: 0;
}

.p-facility__heading01-en-sub {
  padding: 0 2.7rem;
}

.p-facility__heading01-en-sub::before,
.p-facility__heading01-en-sub::after {
  margin-top: -0.5rem;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

@media screen and (max-width: 768px) {
  .p-facility__photo-img {
    height: 20rem;
    object-fit: cover;
    object-position: center;
  }
}

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

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

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

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

.p-facility__inner {
  display: none;
}

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

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

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

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

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

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

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

.p-facility__sub__link a {
  display: block;
}

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

.p-facility__link-image {
  width: 100%;
}

@media screen and (max-width: 768px) {
  .p-facility {
    padding: 8.6rem 0 4.4rem;
  }

  .p-facility__heading01 {
    margin-bottom: 1.5rem;
  }

  .p-facility__heading01-en {
    margin-bottom: 1.6rem;
  }

  .p-facility__heading01-en-sub {
    padding: 0 1.1rem;
  }

  .p-facility__heading01-en-sub::before,
  .p-facility__heading01-en-sub::after {
    margin-top: -0.4rem;
  }

  .p-facility__center-txt {
    margin: 0 4rem 2.3rem;
    line-height: 2.2;
  }

  .p-facility__list {
    margin: 0;
    min-height: inherit;
  }

  .p-facility__list-item {
    margin: 0;
    padding: 0;
    width: 100%;
    box-sizing: border-box;
  }

  .p-facility__list-inner {
    transform: scale(1);
  }

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

  .p-facility__list__next {
    width: 3.6rem;
    height: 3.6rem;
    top: 10.4rem;
    right: 0.6rem;
    transform: none;
  }

  .p-facility__list__prev {
    width: 3.6rem;
    height: 3.6rem;
    top: 10.4rem;
    left: 0.6rem;
    transform: rotate(180deg);
  }

  .p-facility__textbox {
    padding: 2.4rem 2rem 0 2rem;
  }

  .p-facility__inner {
    padding: 0;
    display: block;
  }

  .p-facility__sub {
    margin-top: 7.4rem;
    padding: 4.2rem 2rem 3.9rem;
    width: auto;
  }

  .p-facility__sub__ttl {
    margin-bottom: 2rem;
    font-size: 2.2rem;
    letter-spacing: 0.11rem;
    line-height: 1.66;
  }

  .p-facility__sub__ttl span {
    padding: 0 1.5rem;
  }

  .p-facility__sub__txt {
    margin-bottom: 2.1rem;
    text-align: justify;
  }
}

.p-heroSwiper img {
  width: 100%;
  height: 83.4rem;
  object-fit: cover;
  object-position: top center;
}

@media screen and (max-width: 768px) {
  .p-heroSwiper img {
    height: calc(100dvh - 6.6rem);
  }
}

.p-attention {
  border: 1px solid var(--base-color);
  background: var(--white);
  padding: 5rem 10rem;
}

@media screen and (max-width: 768px) {
  .p-attention {
    padding: 5rem 2rem;
    margin-top: 4rem;
  }
}

.p-attention__title {
  text-align: center;
  font-size: 1.8rem;
  font-weight: 600;
  line-height: 2.33;
  letter-spacing: 0.05em;
  margin-bottom: 2.4rem;
}

@media screen and (max-width: 768px) {
  .p-attention__title {
    font-size: 1.5rem;
    line-height: 1.87;
    letter-spacing: 0.08em;
  }
}

.p-attention__scroll {
  width: 100%;
  height: 10rem;
  overflow: auto;
  padding-right: 4.8rem;
  /* スクロールバーのスタイリング */
}

@media screen and (max-width: 768px) {
  .p-attention__scroll {
    height: 26rem;
    padding-right: 2rem;
  }
}

.p-attention__scroll div+div {
  margin-top: 3.2rem;
}

@media screen and (max-width: 768px) {
  .p-attention__scroll div+div {
    margin-top: 2.4rem;
  }
}

.p-attention__scroll h3 {
  color: var(--main-dark);
  font-weight: 600;
  margin-bottom: 1rem;
}

.p-attention__scroll::-webkit-scrollbar {
  width: 6px;
}

.p-attention__scroll::-webkit-scrollbar-track {
  background: #f1f1f1;
}

.p-attention__scroll::-webkit-scrollbar-thumb {
  background: #5d5d5d;
  border-radius: 6px;
}

.p-attention__scroll::-webkit-scrollbar-thumb:hover {
  background: #4b4b4b;
}

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