@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=Cormorant+Garamond:wght@300..700&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: "Cormorant Garamond", serif;
  --base-color: #303030;
  --main: #928874;
  --main-light: #E9E7E3;
  --main-dark: #796956;
  --sub: #A8B9BB;
  --sub-light: #EBF3F3;
  --sub-dark: #546C6C;
  --gray: #E9EBEB;
  --gray-light: #F7F7F7;
  --gray-dark: #939393;
  --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: 500;
  line-height: 2.13;
  letter-spacing: 0.07em;
}
@media screen and (max-width: 768px) {
  body {
    -webkit-text-size-adjust: 100%;
    margin-bottom: 6.4rem;
    overflow-x: hidden;
  }
}

a {
  transition: all 0.5s;
}

/*
@include pc {
    a[href*="tel:"] {
        pointer-events: none;
        cursor: default;
        text-decoration: none;
    }
}
*/
.pc {
  display: block;
}
@media screen and (max-width: 768px) {
  .pc {
    display: none;
  }
}

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

img {
  vertical-align: middle;
}

.hamburger {
  position: fixed;
  top: 0;
  right: 0;
  width: 10rem;
  height: 10rem;
  cursor: pointer;
  z-index: 400;
  background: var(--base-color);
  transition: all 0.5s;
}
@media screen and (max-width: 768px) {
  .hamburger {
    width: 7rem;
    height: 7rem;
  }
}
.hamburger:hover {
  opacity: 0.7;
}

.hamburger__menu {
  position: absolute;
  bottom: 2.6rem;
  left: 0;
  width: 100%;
  text-align: center;
  transition: all 0.5s;
  color: var(--white);
  font-family: var(--en-font);
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 1.4;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 768px) {
  .hamburger__menu {
    bottom: 1.4rem;
    font-size: 1rem;
  }
}

.hamburger__line {
  position: absolute;
  width: 30px;
  height: 1px;
  left: 50%;
  transform: translate(-50%, 0);
  background-color: var(--white);
  transition: all 0.5s;
}
.hamburger__line--1 {
  top: 2.5rem;
}
@media screen and (max-width: 768px) {
  .hamburger__line--1 {
    top: 1.9rem;
  }
}

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

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

/*ハンバーガーがクリックされたら*/
.open .hamburger__line--1 {
  top: 3.5rem;
  left: 50%;
  transform: translateX(-50%) rotate(-30deg);
}
@media screen and (max-width: 768px) {
  .open .hamburger__line--1 {
    top: 2.5rem;
  }
}

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

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

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

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

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

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

.open .black-bg {
  background: rgba(68, 68, 68, 0.5);
  width: 100%;
  height: 100vh;
  position: fixed;
  top: 0;
  right: 0;
  z-index: 300;
  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(--sub-dark);
  transition: all 0.5s;
}
@media screen and (max-width: 768px) {
  .swiper-button-next,
  .swiper-button-prev {
    width: 24px;
    height: 24px;
    transform: translateY(0) scale(0.6);
    top: 36.2rem;
  }
}
.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-copy {
  width: 100%;
  background: var(--sub-dark);
  padding: 6.4rem 0;
}
@media screen and (max-width: 768px) {
  .l-copy {
    padding: 6rem 2rem;
  }
}
.l-copy__inner {
  width: 100rem;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .l-copy__inner {
    width: 100%;
  }
}
.l-copy__p {
  text-align: center;
}
.l-copy small {
  color: var(--white);
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 2.28;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 768px) {
  .l-copy small {
    font-size: 1.1rem;
    letter-spacing: 0.04em;
  }
}
.l-copy a {
  color: var(--white);
}
.l-copy a:hover {
  opacity: 0.7;
}

.l-feature {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  /* ----- l-feature01 ----- */
  /* ----- l-feature02 ----- */
  /* ----- l-feature03 ----- */
  /* ----- l-feature04 ----- */
}
.l-feature__title {
  padding: 14rem 0 7rem 0;
  display: flex;
  justify-content: center;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .l-feature__title {
    padding: 5rem 0;
  }
}
.l-feature01 {
  width: 100%;
  margin-bottom: 6rem;
}
@media screen and (max-width: 768px) {
  .l-feature01 {
    margin-bottom: 5rem;
  }
}
.l-feature01__number {
  margin-bottom: 1.6rem;
  display: flex;
  align-items: flex-end;
  gap: 0 1rem;
  line-height: 1;
  color: var(--sub-dark);
}
@media screen and (max-width: 768px) {
  .l-feature01__number {
    justify-content: center;
  }
}
.l-feature01__number .en {
  font-size: 2rem;
  letter-spacing: 0.08em;
  line-height: 2.35;
}
@media screen and (max-width: 768px) {
  .l-feature01__number .en {
    font-size: 1.6rem;
  }
}
.l-feature01__number .num {
  font-family: var(--sub-font);
  font-size: 9rem;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 768px) {
  .l-feature01__number .num {
    font-size: 6rem;
    line-height: 0.75;
  }
}
.l-feature01__subtitle {
  margin-bottom: 3rem;
  display: inline-flex;
  align-items: center;
  width: 100%;
  border-bottom: 0.1rem solid var(--base-color);
}
@media screen and (max-width: 768px) {
  .l-feature01__subtitle {
    margin-bottom: 1.6rem;
    text-align: center;
    display: flex;
    justify-content: center;
  }
}
.l-feature01__subtitle h3 {
  padding: 0 0 3rem 0;
  font-family: var(--sub-font);
  font-size: 3.2rem;
  line-height: 1.4;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 768px) {
  .l-feature01__subtitle h3 {
    padding: 0 0 1.6rem 0;
    font-size: 2.3rem;
    font-weight: 600;
    line-height: 1.6;
    letter-spacing: 0.05em;
  }
}
.l-feature01Grid {
  display: grid;
  grid-template-columns: 1fr 600px 100px 500px 1fr;
  grid-template-rows: auto;
  gap: 0 0;
  grid-auto-flow: row;
  grid-template-areas: "l-feature03Grid__imgbox l-feature03Grid__imgbox . l-feature03Grid__txtbox .";
  position: relative;
  padding-bottom: 7rem;
}
@media screen and (max-width: 768px) {
  .l-feature01Grid {
    display: flex;
    flex-wrap: wrap;
    padding-bottom: 0;
  }
}
.l-feature01Grid::before {
  content: "";
  width: 100%;
  height: calc(100% - 14.7rem);
  background: var(--sub-light);
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: -1;
}
@media screen and (max-width: 768px) {
  .l-feature01Grid::before {
    content: none;
  }
}
.l-feature01Grid__imgbox {
  grid-area: l-feature03Grid__imgbox;
}
@media screen and (max-width: 768px) {
  .l-feature01Grid__imgbox {
    width: 100%;
  }
}
.l-feature01Grid__imgbox img {
  width: 100%;
  height: 40rem;
  object-fit: cover;
  object-position: top center;
}
@media screen and (max-width: 768px) {
  .l-feature01Grid__imgbox img {
    height: auto;
  }
}
.l-feature01Grid__txtbox {
  grid-area: l-feature03Grid__txtbox;
  display: flex;
  justify-content: flex-end;
  flex-wrap: wrap;
  flex-direction: column;
}
@media screen and (max-width: 768px) {
  .l-feature01Grid__txtbox {
    background: var(--sub-light);
    padding: 2.4rem 2rem 5rem 2rem;
    width: 100%;
  }
}
.l-feature01Grid__txtbox > * {
  width: 100%;
}
.l-feature02 {
  width: 100%;
  margin-bottom: 6rem;
}
@media screen and (max-width: 768px) {
  .l-feature02 {
    margin-bottom: 5rem;
  }
}
.l-feature02__number {
  margin-bottom: 1.6rem;
  display: flex;
  align-items: flex-end;
  gap: 0 1rem;
  line-height: 1;
  color: var(--main-dark);
}
@media screen and (max-width: 768px) {
  .l-feature02__number {
    justify-content: center;
  }
}
.l-feature02__number .en {
  font-size: 2rem;
  letter-spacing: 0.08em;
  line-height: 2.35;
}
@media screen and (max-width: 768px) {
  .l-feature02__number .en {
    font-size: 1.6rem;
  }
}
.l-feature02__number .num {
  font-family: var(--sub-font);
  font-size: 9rem;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 768px) {
  .l-feature02__number .num {
    font-size: 6rem;
    line-height: 0.75;
  }
}
.l-feature02__subtitle {
  margin-bottom: 3rem;
  display: inline-flex;
  align-items: center;
  width: 100%;
  border-bottom: 0.1rem solid var(--base-color);
}
@media screen and (max-width: 768px) {
  .l-feature02__subtitle {
    margin-bottom: 1.6rem;
    text-align: center;
    display: flex;
    justify-content: center;
  }
}
.l-feature02__subtitle h3 {
  padding: 0 0 3rem 0;
  font-family: var(--sub-font);
  font-size: 3.2rem;
  line-height: 1.4;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 768px) {
  .l-feature02__subtitle h3 {
    padding: 0 0 1.6rem 0;
    font-size: 2.3rem;
    font-weight: 600;
    line-height: 1.6;
    letter-spacing: 0.05em;
  }
}
.l-feature02Grid {
  display: grid;
  grid-template-columns: 1fr 500px 100px 600px 1fr;
  grid-template-rows: auto;
  gap: 0 0;
  grid-auto-flow: row;
  grid-template-areas: ". l-feature02Grid__txtbox . l-feature02Grid__imgbox l-feature02Grid__imgbox";
  position: relative;
  padding-bottom: 7rem;
}
@media screen and (max-width: 768px) {
  .l-feature02Grid {
    display: flex;
    flex-wrap: wrap;
    padding-bottom: 0;
  }
}
.l-feature02Grid::before {
  content: "";
  width: 100%;
  height: calc(100% - 19.2rem);
  background: var(--gray-light);
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: -1;
}
@media screen and (max-width: 768px) {
  .l-feature02Grid::before {
    content: none;
  }
}
.l-feature02Grid__imgbox {
  grid-area: l-feature02Grid__imgbox;
}
@media screen and (max-width: 768px) {
  .l-feature02Grid__imgbox {
    width: 100%;
  }
}
.l-feature02Grid__imgbox img {
  width: 100%;
  height: 40rem;
  object-fit: cover;
  object-position: top center;
}
@media screen and (max-width: 768px) {
  .l-feature02Grid__imgbox img {
    height: auto;
  }
}
.l-feature02Grid__txtbox {
  grid-area: l-feature02Grid__txtbox;
  display: flex;
  justify-content: flex-end;
  flex-wrap: wrap;
  flex-direction: column;
}
@media screen and (max-width: 768px) {
  .l-feature02Grid__txtbox {
    background: var(--gray-light);
    padding: 2.4rem 2rem 5rem 2rem;
    width: 100%;
  }
}
.l-feature02Grid__txtbox > * {
  width: 100%;
}
.l-feature03 {
  width: 100%;
  margin-bottom: 6rem;
}
@media screen and (max-width: 768px) {
  .l-feature03 {
    margin-bottom: 5rem;
  }
}
.l-feature03__number {
  margin-bottom: 1.6rem;
  display: flex;
  align-items: flex-end;
  gap: 0 1rem;
  line-height: 1;
  color: var(--sub-dark);
}
@media screen and (max-width: 768px) {
  .l-feature03__number {
    justify-content: center;
  }
}
.l-feature03__number .en {
  font-size: 2rem;
  letter-spacing: 0.08em;
  line-height: 2.35;
}
@media screen and (max-width: 768px) {
  .l-feature03__number .en {
    font-size: 1.6rem;
  }
}
.l-feature03__number .num {
  font-family: var(--sub-font);
  font-size: 9rem;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 768px) {
  .l-feature03__number .num {
    font-size: 6rem;
    line-height: 0.75;
  }
}
.l-feature03__subtitle {
  margin-bottom: 3rem;
  display: inline-flex;
  align-items: center;
  width: 100%;
  border-bottom: 0.1rem solid var(--base-color);
}
@media screen and (max-width: 768px) {
  .l-feature03__subtitle {
    margin-bottom: 1.6rem;
    text-align: center;
    display: flex;
  }
}
.l-feature03__subtitle h3 {
  padding: 0 0 3rem 0;
  font-family: var(--sub-font);
  font-size: 3.2rem;
  line-height: 1.4;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 768px) {
  .l-feature03__subtitle h3 {
    padding: 0 0 1.6rem 0;
    font-size: 2.3rem;
    font-weight: 600;
    line-height: 1.6;
    letter-spacing: 0.05em;
  }
}
.l-feature03Grid {
  display: grid;
  grid-template-columns: 1fr 600px 100px 500px 1fr;
  grid-template-rows: auto;
  gap: 0 0;
  grid-auto-flow: row;
  grid-template-areas: "l-feature03Grid__imgbox l-feature03Grid__imgbox . l-feature03Grid__txtbox .";
  position: relative;
  padding-bottom: 7rem;
}
@media screen and (max-width: 768px) {
  .l-feature03Grid {
    display: flex;
    flex-wrap: wrap;
    padding-bottom: 0;
  }
}
.l-feature03Grid::before {
  content: "";
  width: 100%;
  height: calc(100% - 10rem);
  background: var(--sub-light);
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: -1;
}
@media screen and (max-width: 768px) {
  .l-feature03Grid::before {
    content: none;
  }
}
.l-feature03Grid__imgbox {
  grid-area: l-feature03Grid__imgbox;
  display: flex;
  justify-content: flex-end;
  flex-wrap: wrap;
  flex-direction: column;
}
@media screen and (max-width: 768px) {
  .l-feature03Grid__imgbox {
    width: 100%;
  }
}
.l-feature03Grid__imgbox img {
  width: 100%;
  height: 40rem;
  object-fit: cover;
  object-position: top center;
}
@media screen and (max-width: 768px) {
  .l-feature03Grid__imgbox img {
    height: auto;
  }
}
.l-feature03Grid__txtbox {
  grid-area: l-feature03Grid__txtbox;
  display: flex;
  justify-content: flex-end;
  flex-wrap: wrap;
  flex-direction: column;
}
@media screen and (max-width: 768px) {
  .l-feature03Grid__txtbox {
    background: var(--sub-light);
    padding: 2.4rem 2rem 5rem 2rem;
    width: 100%;
  }
}
.l-feature03Grid__txtbox > * {
  width: 100%;
}
.l-feature03__btn {
  margin-top: 3rem;
}
@media screen and (max-width: 768px) {
  .l-feature03__btn {
    text-align: center;
  }
}
.l-feature04 {
  width: 100%;
  background: url(../img/l-feature04-bg.jpg) no-repeat center top/cover;
  padding: 11rem 0;
  color: var(--white);
}
@media screen and (max-width: 768px) {
  .l-feature04 {
    padding: 8rem 2rem;
  }
}
.l-feature04__inner {
  width: 118.4rem;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .l-feature04__inner {
    width: 100%;
  }
}
.l-feature04__number {
  margin-bottom: 3rem;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  gap: 0 1rem;
  line-height: 1;
}
@media screen and (max-width: 768px) {
  .l-feature04__number {
    margin-bottom: 1.6rem;
  }
}
.l-feature04__number .en {
  font-size: 2rem;
  line-height: 2.35;
  letter-spacing: 0.08em;
}
@media screen and (max-width: 768px) {
  .l-feature04__number .en {
    font-size: 1.6rem;
  }
}
.l-feature04__number .num {
  font-family: var(--sub-font);
  font-size: 9rem;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 768px) {
  .l-feature04__number .num {
    font-size: 6rem;
    line-height: 0.75;
  }
}
.l-feature04__subtitle {
  margin-bottom: 3rem;
  text-align: center;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .l-feature04__subtitle {
    margin-bottom: 1.6rem;
    border-bottom: 0.1rem solid var(--white);
  }
}
.l-feature04__subtitle h3 {
  padding: 0 3.2rem 1.6rem 3.2rem;
  border-bottom: 0.1rem solid var(--white);
  font-family: var(--sub-font);
  font-size: 3.2rem;
  line-height: 1.4;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 768px) {
  .l-feature04__subtitle h3 {
    padding: 0 0 1.6rem 0;
    border-bottom: none;
    font-size: 2.3rem;
    font-weight: 600;
    line-height: 1.6;
    letter-spacing: 0.05em;
  }
}
.l-feature04__intro {
  margin-bottom: 5rem;
  text-align: center;
  font-size: 1.5rem;
}
@media screen and (max-width: 768px) {
  .l-feature04__intro {
    margin-bottom: 4rem;
    text-align: left;
  }
}
.l-feature04__list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .l-feature04__list {
    width: calc(100% - 4rem);
    margin: 0 auto;
    gap: 2.8rem 0;
  }
}
.l-feature04__list li {
  width: calc((100% - 5.6rem) / 3);
}
@media screen and (max-width: 768px) {
  .l-feature04__list li {
    width: 100%;
  }
}
.l-feature04__list li:nth-child(1) {
  background: var(--sub-dark);
}
.l-feature04__list li:nth-child(2) {
  background: var(--main-dark);
}
.l-feature04__list li:nth-child(3) {
  background: var(--base-color);
}
.l-feature04__list img {
  width: 100%;
  height: auto;
}
@media screen and (max-width: 768px) {
  .l-feature04__list img {
    object-fit: cover;
    object-position: top center;
    aspect-ratio: 2/1;
    height: 15rem;
  }
}
.l-feature04__list p {
  text-align: center;
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 2.33;
  letter-spacing: 0.05em;
  padding: 1rem;
}
@media screen and (max-width: 768px) {
  .l-feature04__list p {
    font-size: 1.6rem;
    line-height: 2;
    letter-spacing: 0.08em;
    padding: 0.8rem;
  }
}

.l-comparison {
  padding: 15rem 0;
}
@media screen and (max-width: 768px) {
  .l-comparison {
    padding: 7rem 2rem;
  }
}
.l-comparison__inner {
  width: 120rem;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .l-comparison__inner {
    width: 100%;
  }
}
.l-comparison__title {
  margin-bottom: 5rem;
}
.l-comparison__subtitle {
  text-align: center;
  margin-bottom: 7rem;
}
@media screen and (max-width: 768px) {
  .l-comparison__subtitle {
    width: 100%;
    margin:0 auto 2rem;
  }
}
.l-comparison__subtitle h3 {
  color: var(--white);
  font-family: var(--sub-font);
  font-size: 3.2rem;
  font-weight: 500;
  line-height: 1.4;
  letter-spacing: 0.1em;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  background: var(--sub-dark);
  padding: 1rem 9.6rem;
  white-space: nowrap;
}
@media screen and (max-width: 768px) {
  .l-comparison__subtitle h3 {
    font-size: 2.4rem;
    letter-spacing: 0.08em;
    padding: 1rem;
    display: flex;
    white-space: normal;
  }
}
.l-comparison__tbl {
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
  border-top: 0.1rem solid var(--sub-dark);
  border-left: 0.1rem solid var(--sub-dark);
}
@media screen and (max-width: 768px) {
  .l-comparison__tbl {
    width: 70rem;
  }
}
.l-comparison__tbl th {
  width: 16%;
  padding: 2rem;
  text-align: center;
  vertical-align: middle;
  background: var(--gray-light);
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 2.33;
  border-bottom: 0.1rem solid var(--sub-dark);
  letter-spacing: 0.05em;
}
@media screen and (max-width: 768px) {
  .l-comparison__tbl th {
    font-size: 1.3rem;
    line-height: 1.73;
    padding: 1rem;
  }
}
.l-comparison__tbl td {
  width: 28%;
  padding: 2rem;
  vertical-align: middle;
  background: var(--white);
  color: var(--base-color);
  border-bottom: 0.1rem solid var(--sub-dark);
  border-right: 0.1rem solid var(--sub-dark);
  text-align: center;
}
@media screen and (max-width: 768px) {
  .l-comparison__tbl td {
    padding: 1rem;
    font-size: 1.2rem;
    font-weight: 400;
    line-height: 1.8;
    letter-spacing: 0.04em;
  }
}
.l-comparison__tbl td.titlebox {
  border-bottom: none;
  text-align: center;
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 2.33;
  letter-spacing: 0.05em;
  padding: 1rem;
}
@media screen and (max-width: 768px) {
  .l-comparison__tbl td.titlebox {
    font-size: 1.3rem;
    line-height: 1.7;
  }
}
.l-comparison__tbl td.titlebox.color01 {
  background: #D8E9E9;
}
.l-comparison__tbl td.titlebox.color02 {
  background: var(--gray-light);
}
.l-comparison__tbl td.imgbox {
  text-align: center;
  font-weight: 600;
  padding: 3rem 0;
}
@media screen and (max-width: 768px) {
  .l-comparison__tbl td.imgbox {
    padding: 1rem;
  }
}
.l-comparison__tbl td.imgbox img {
  width: 100%;
  max-width: 26rem;
  height: auto;
}
@media screen and (max-width: 768px) {
  .l-comparison__tbl td.imgbox img {
    max-width: 15rem;
  }
}
.l-comparison__tbl td.bg {
  background: var(--sub-light);
}
.l-comparison__tbl tr:last-child th {
  border-bottom: 0.1rem solid var(--sub-dark);
}
.l-comparison__tbl .mark {
  text-align: center;
  font-size: 3rem;
  font-weight: 100;
  line-height: 1;
  letter-spacing: 0;
  margin-bottom: 0.6rem;
}
.l-comparison__tbl .mark.red {
  color: #E72741;
}

.l-case {
  background: var(--main-light);
  padding: 12rem 0;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 768px) {
  .l-case {
    padding: 7rem 0;
  }
}
.l-case__title {
  margin-bottom: 7rem;
}
@media screen and (max-width: 768px) {
  .l-case__title {
    margin-bottom: 5rem;
  }
}
.l-case__subtitle {
  font-family: var(--sub-font);
  font-size: 3.4rem;
  font-weight: 500;
  line-height: 1.4;
  letter-spacing: 0.1em;
  margin-bottom: 4rem;
  width: 100%;
  text-align: center;
}
.l-case__card {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  background: var(--white);
  width: 100%;
  padding: 8rem 10rem;
}
@media screen and (max-width: 768px) {
  .l-case__card {
    flex-direction: column;
    padding: 7rem 2rem;
  }
}
.l-case__card img {
  width: 100%;
  height: auto;
}
.l-case__before {
  width: 47rem;
}
@media screen and (max-width: 768px) {
  .l-case__before {
    width: 100%;
  }
  .l-case__before img {
    width: 100%;
    height: 15rem;
    object-fit: cover;
    object-position: center center;
  }
}
.l-case__before h4 {
  color: var(--white);
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 2.33;
  letter-spacing: 0.05em;
  background: var(--gray-dark);
  padding: 0.4rem;
  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;
    height: 3rem;
  }
}
.l-case__triangle {
  background: var(--sub);
  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%;
  }
  .l-case__after img {
    width: 100%;
    height: 15rem;
    object-fit: cover;
    object-position: center center;
  }
}
.l-case__after h4 {
  color: var(--white);
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 2.33;
  letter-spacing: 0.05em;
  background: var(--main);
  padding: 0.4rem;
  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;
    height: 3rem;
  }
}
.l-case__table {
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
  margin-top: 5rem;
  border: 0.1rem solid var(--main);
}
@media screen and (max-width: 768px) {
  .l-case__table {
    margin-top: 3rem;
  }
}
.l-case__table th {
  width: 30%;
  vertical-align: top;
  padding: 2rem 3rem;
  color: var(--white);
  font-size: 1.8rem;
  font-weight: 700;
  letter-spacing: 0.05em;
  background: var(--main);
  border-bottom: 0.1rem solid var(--white);
}
@media screen and (max-width: 768px) {
  .l-case__table th {
    padding: 0.4rem 1.6rem;
    display: block;
    width: 100%;
  }
}
.l-case__table td {
  width: 70%;
  vertical-align: middle;
  padding: 2rem 3rem;
  font-size: 1.5rem;
  letter-spacing: 0.05em;
  background: var(--gray-light);
  border-bottom: 0.1rem solid var(--main);
}
@media screen and (max-width: 768px) {
  .l-case__table td {
    padding: 1rem 1.6rem;
    display: block;
    width: 100%;
    font-size: 1.6rem;
  }
}
.l-case__table tr:last-child th,
.l-case__table tr:last-child td {
  border-bottom: none;
}

.l-merit {
  background: var(--white);
  box-shadow: 0px 1px 13px 0px rgba(0, 0, 0, 0.25);
  width: 140rem;
  margin: 12rem auto 0 auto;
  padding: 10rem;
}
@media screen and (max-width: 768px) {
  .l-merit {
    width: 100%;
    margin: 7rem auto 0 auto;
    padding: 5rem 2rem;
  }
}
.l-merit__title {
  margin-bottom: 7rem;
}
@media screen and (max-width: 768px) {
  .l-merit__title {
    margin-bottom: 5rem;
  }
}
.l-merit__list {
  display: flex;
  flex-wrap: wrap;
  gap: 2.4rem 2.4rem;
}
@media screen and (max-width: 768px) {
  .l-merit__list {
    gap: 3rem 0;
  }
}
.l-merit__list li {
  width: calc((100% - 4.8rem) / 3);
  background: var(--gray-light);
}
@media screen and (max-width: 768px) {
  .l-merit__list li {
    width: 100%;
  }
}
.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: 15rem;
    object-fit: cover;
    object-position: top center;
  }
}
.l-merit__list .txtbox {
  padding: 3.2rem;
}
@media screen and (max-width: 768px) {
  .l-merit__list .txtbox {
    padding: 2rem;
  }
}
.l-merit__list h3 {
  border-bottom: 0.1rem solid var(--base-color);
  padding-bottom: 2rem;
  margin-bottom: 2rem;
  text-align: center;
  font-family: var(--sub-font);
  font-size: 2.4rem;
  font-weight: 600;
  line-height: 1.4;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 768px) {
  .l-merit__list h3 {
    font-weight: 500;
    letter-spacing: 0.08em;
  }
}
.l-merit__list h3 span {
  display: block;
  color: var(--main-dark);
  font-family: var(--sub-font);
  font-size: 5rem;
  font-weight: 400;
  line-height: 1.2;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.l-mousepiece {
  background: url(../img/bg-tile.png) repeat top left;
  padding: 14rem 0;
}
@media screen and (max-width: 768px) {
  .l-mousepiece {
    padding: 7rem 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: 5rem;
  }
}
.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 3rem -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: 3.2rem;
  line-height: 1.4;
  letter-spacing: 0.1em;
  display: inline-block;
  background: var(--sub-dark);
  padding: 1rem 2.4rem;
}
@media screen and (max-width: 768px) {
  .l-mousepiece__subtitle h3 {
    font-size: 2.4rem;
    letter-spacing: 0.08em;
    padding: 1rem 0.6rem;
    width: 100%;
  }
}
.l-mousepiece__subtitle h3 span {
  font-size: 3.8rem;
  font-weight: 700;
  letter-spacing: 0.16em;
}
@media screen and (max-width: 768px) {
  .l-mousepiece__subtitle h3 span {
    font-size: 2.6rem;
    font-weight: 600;
    letter-spacing: 0.08em;
  }
}
.l-mousepiece__flexbox {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
@media screen and (max-width: 768px) {
  .l-mousepiece__flexbox {
    gap: 1.6rem 0;
  }
}
.l-mousepiece__imgbox {
  width: 45rem;
}
@media screen and (max-width: 768px) {
  .l-mousepiece__imgbox {
    width: 100%;
    padding: 0 3.6rem;
  }
}
.l-mousepiece__imgbox img {
  width: 100%;
  height: auto;
}
.l-mousepiece__txtbox {
  background: var(--sub-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: 4.6rem;
  }
}
.l-mousepiece__txtbox::before {
  content: "";
  position: absolute;
  top: 1.2rem;
  left: 1.2rem;
  right: 1.2rem;
  bottom: 1.2rem;
  border: 0.1rem solid var(--sub-dark);
  pointer-events: none;
}
@media screen and (max-width: 768px) {
  .l-mousepiece__txtbox::before {
    top: 1rem;
    left: 1rem;
    right: 1rem;
    bottom: 1rem;
  }
}

.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: 8.7rem 0 0 0;
}
@media screen and (max-width: 768px) {
  .l-apply {
    background: url(../img/l-apply-bg.jpg) no-repeat center top/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.8rem;
  font-weight: 700;
  line-height: 1.4;
  letter-spacing: 0.16em;
  background: var(--sub-dark);
  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: 2.33;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 768px) {
  .l-apply__intro {
    font-size: 1.6rem;
    font-weight: 500;
    line-height: 2;
    letter-spacing: 0.08em;
    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(--sub-light);
  border-radius: 50%;
  width: 100%;
  height: auto;
  aspect-ratio: 1/1;
  filter: drop-shadow(0px 0px 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.6rem;
    line-height: 2;
    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: 2;
  }
}

.l-flow {
  padding: 15rem 0;
}
@media screen and (max-width: 768px) {
  .l-flow {
    padding: 7rem 2rem;
  }
}
.l-flow__inner {
  width: 120rem;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .l-flow__inner {
    width: 100%;
  }
}
.l-flow__title {
  margin-bottom: 7rem;
}
@media screen and (max-width: 768px) {
  .l-flow__title {
    margin-bottom: 5rem;
  }
}
.l-flow__list {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  gap: 5rem 0;
  position: relative;
}
@media screen and (max-width: 768px) {
  .l-flow__list {
    gap: 3rem 0;
  }
}
.l-flow__list::before {
  content: "";
  width: 0.6rem;
  height: 100%;
  background: var(--sub-light);
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, 0);
  z-index: -1;
}
@media screen and (max-width: 768px) {
  .l-flow__list::before {
    width: 0.4rem;
  }
}
.l-flow__item {
  padding: 4rem 5.5rem;
}
@media screen and (max-width: 768px) {
  .l-flow__item {
    padding: 3rem 2rem;
    border-radius: 1rem;
  }
}
.l-flow__item.item01 {
  background: var(--sub-light);
}
@media screen and (max-width: 768px) {
  .l-flow__item.item01 {
    width: 100%;
  }
}
.l-flow__item.item01 .subtitle {
  display: flex;
  align-items: center;
  gap: 0 2.4rem;
  margin-bottom: 2.4rem;
}
@media screen and (max-width: 768px) {
  .l-flow__item.item01 .subtitle {
    gap: 0 1.2rem;
    margin-bottom: 1.6rem;
  }
}
.l-flow__item.item01 .subtitle p {
  color: var(--white);
  text-align: center;
  font-family: var(--sub-font);
  font-size: 2.4rem;
  font-weight: 600;
  line-height: 1;
  letter-spacing: 0;
  border-radius: 50%;
  background: var(--main);
  display: flex;
  justify-content: center;
  align-items: center;
  width: 5rem;
  height: 5rem;
}
@media screen and (max-width: 768px) {
  .l-flow__item.item01 .subtitle p {
    width: 4rem;
    height: 4rem;
  }
}
.l-flow__item.item01 .subtitle h3 {
  font-family: var(--sub-font);
  font-size: 2.4rem;
  font-weight: 600;
  line-height: 1.4;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 768px) {
  .l-flow__item.item01 .subtitle h3 {
    font-size: 2.3rem;
    letter-spacing: 0.04em;
  }
}
.l-flow__item.item02 {
  background: var(--main-light);
}
@media screen and (max-width: 768px) {
  .l-flow__item.item02 {
    width: 100%;
  }
}
.l-flow__item.item02 .subtitle {
  display: flex;
  align-items: center;
  gap: 0 2.4rem;
  margin-bottom: 2.4rem;
}
@media screen and (max-width: 768px) {
  .l-flow__item.item02 .subtitle {
    gap: 0 1.2rem;
    margin-bottom: 1.6rem;
  }
}
.l-flow__item.item02 .subtitle p {
  color: var(--white);
  text-align: center;
  font-family: var(--sub-font);
  font-size: 2.4rem;
  font-weight: 600;
  line-height: 1;
  letter-spacing: 0;
  border-radius: 50%;
  background: var(--sub-dark);
  display: flex;
  justify-content: center;
  align-items: center;
  width: 5rem;
  height: 5rem;
}
@media screen and (max-width: 768px) {
  .l-flow__item.item02 .subtitle p {
    width: 4rem;
    height: 4rem;
  }
}
.l-flow__item.item02 .subtitle h3 {
  font-family: var(--sub-font);
  font-size: 2.4rem;
  font-weight: 600;
  line-height: 1.4;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 768px) {
  .l-flow__item.item02 .subtitle h3 {
    font-size: 2.3rem;
    letter-spacing: 0.04em;
  }
}
.l-flow__flexbox {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-direction: row-reverse;
}
@media screen and (max-width: 768px) {
  .l-flow__flexbox {
    flex-wrap: wrap;
    width: 100%;
  }
}
.l-flow__flexbox .imgbox {
  width: 34.5rem;
}
@media screen and (max-width: 768px) {
  .l-flow__flexbox .imgbox {
    width: 100%;
  }
}
.l-flow__flexbox .imgbox img {
  width: 100%;
  height: auto;
}
.l-flow__flexbox .txtbox {
  width: 70rem;
}
@media screen and (max-width: 768px) {
  .l-flow__flexbox .txtbox {
    width: 100%;
    padding-top: 2.4rem;
  }
}
.l-flow-ctabox {
  width: 100%;
  margin: 5rem auto 0 auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .l-flow-ctabox {
    width: 100%;
    margin: 2.4rem auto 0 auto;
    gap: 2rem 0;
  }
}
.l-flow-ctabox__phone {
  width: calc((100% - 3.2rem) / 2);
}
@media screen and (max-width: 768px) {
  .l-flow-ctabox__phone {
    width: 100%;
  }
}
.l-flow-ctabox__phone a {
  width: 100%;
  height: 12.6rem;
  border: 1px solid var(--main);
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background: var(--white);
  color: var(--main-dark);
}
@media screen and (max-width: 768px) {
  .l-flow-ctabox__phone a {
    height: 10rem;
    font-size: 1.4rem;
  }
}
.l-flow-ctabox__phone a:hover {
  opacity: 0.7;
}
.l-flow-ctabox__phone h3 {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 1rem;
  font-family: var(--sub-font);
  font-size: 3rem;
  font-weight: 600;
  line-height: 1.4;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 768px) {
  .l-flow-ctabox__phone h3 {
    font-size: 2rem;
  }
}
.l-flow-ctabox__reserve {
  width: calc((100% - 3.2rem) / 2);
}
@media screen and (max-width: 768px) {
  .l-flow-ctabox__reserve {
    width: 100%;
  }
}
.l-flow-ctabox__reserve a {
  width: 100%;
  height: 12.6rem;
  border: 1px solid var(--main);
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background: var(--main);
  color: var(--white);
}
@media screen and (max-width: 768px) {
  .l-flow-ctabox__reserve a {
    height: 10rem;
    font-size: 1.4rem;
  }
}
.l-flow-ctabox__reserve a:hover {
  opacity: 0.7;
}
.l-flow-ctabox__reserve h3 {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 1rem;
  font-family: var(--sub-font);
  font-size: 3rem;
  font-weight: 600;
  line-height: 1.4;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 768px) {
  .l-flow-ctabox__reserve h3 {
    font-size: 2rem;
  }
}
.l-flow__labels {
  margin-top: 2.4rem;
  display: flex;
  gap: 0 2.4rem;
}
@media screen and (max-width: 768px) {
  .l-flow__labels {
    margin-top: 1.6rem;
    gap: 1.6rem 0;
    flex-wrap: wrap;
  }
}
.l-flow__labels li {
  color: var(--sub-dark);
  text-align: center;
  font-weight: 700;
  line-height: 1.8;
  border: 0.1rem solid var(--sub-dark);
  background: var(--white);
  display: flex;
  justify-content: center;
  align-items: center;
  min-width: 20rem;
  padding: 0.6rem 1rem;
}
@media screen and (max-width: 768px) {
  .l-flow__labels li {
    width: 100%;
  }
}

.l-price {
  background: var(--gray-light);
  padding: 12rem 0;
}
@media screen and (max-width: 768px) {
  .l-price {
    padding: 7rem 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: 5rem;
  }
}
.l-price__tbl {
  width: 100rem;
  border-collapse: collapse;
  border-spacing: 0;
  border-top: 0.1rem solid var(--main);
  border-right: 0.1rem solid var(--main);
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .l-price__tbl {
    width: calc(100% - 4rem);
  }
}
.l-price__tbl th {
  width: 65%;
  vertical-align: middle;
  color: var(--white);
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 2.33;
  letter-spacing: 0.05em;
  padding: 1rem 3rem;
  border-bottom: 0.1rem solid var(--white);
  background: var(--main);
}
@media screen and (max-width: 768px) {
  .l-price__tbl th {
    width: 56%;
    padding: 1rem 1.5rem;
    font-size: 1.5rem;
    line-height: 1.8;
  }
}
.l-price__tbl td {
  width: 35%;
  vertical-align: middle;
  font-size: 1.8rem;
  line-height: 2.33;
  letter-spacing: 0.05em;
  padding: 1rem 3rem;
  border-bottom: 0.1rem solid var(--main);
  background: var(--white);
  text-align: right;
}
@media screen and (max-width: 768px) {
  .l-price__tbl td {
    width: 44%;
    padding: 1rem 1.5rem;
    font-size: 1.5rem;
    line-height: 1.8;
  }
}
.l-price__tbl tr:last-child th {
  border-bottom: 0.1rem solid var(--main);
}
.l-price__sup {
  font-size: 1.2rem;
  font-weight: 400;
  line-height: 1.87;
  letter-spacing: 0.05em;
  width: 100rem;
  margin: 2.4rem auto 0 auto;
}
@media screen and (max-width: 768px) {
  .l-price__sup {
    width: calc(100% - 4rem);
    margin: 1.6rem auto 0 auto;
  }
}
.l-pricePay {
  margin-top: 6rem;
  background: var(--white);
  padding: 10rem 10.8rem;
}
@media screen and (max-width: 768px) {
  .l-pricePay {
    margin-top: 5rem;
    padding: 5rem 2rem;
  }
}
.l-pricePay__subtitle {
  background: var(--sub-dark);
  padding: 1rem 2.4rem;
  color: var(--white);
  text-align: center;
  font-family: var(--sub-font);
  font-size: 3.2rem;
  line-height: 1.4;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 768px) {
  .l-pricePay__subtitle {
    padding: 1rem;
    font-size: 2.4rem;
    letter-spacing: 0.08em;
  }
}
.l-pricePay__intro {
  font-size: 1.8rem;
  line-height: 2.33;
  letter-spacing: 0.05em;
  margin-top: 4rem;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .l-pricePay__intro {
    text-align: center;
    font-size: 1.6rem;
    font-weight: 500;
    line-height: 2;
    letter-spacing: 0.08em;
    margin-top: 3.2rem;
  }
}
.l-pricePay__badges {
  width: 100%;
  margin: 5rem auto 0 auto;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
@media screen and (max-width: 768px) {
  .l-pricePay__badges {
    margin: 2.4rem auto 0 auto;
    justify-content: center;
    gap: 0 1rem;
  }
}
.l-pricePay__badges li {
  border: 3px solid var(--sub-dark);
  border-radius: 50%;
  width: 30rem;
  height: auto;
  aspect-ratio: 1/1;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  flex-direction: column;
  gap: 1rem 0;
  text-align: center;
  font-size: 1.6rem;
  line-height: 1.5;
  letter-spacing: 0.08em;
}
@media screen and (max-width: 768px) {
  .l-pricePay__badges li {
    width: calc((100% - 1rem) / 2);
    gap: 0.4rem 0;
    font-size: 1.1rem;
    font-weight: 400;
    line-height: 1.8;
    letter-spacing: 0.03em;
  }
  .l-pricePay__badges li img {
    height: 3.2rem;
    width: auto;
  }
}
.l-pricePay__badges h4 {
  color: var(--sub-dark);
  font-family: var(--sub-font);
  font-size: 2.4rem;
  font-weight: 600;
  line-height: 1.4;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 768px) {
  .l-pricePay__badges h4 {
    font-size: 1.9rem;
    letter-spacing: 0.03em;
  }
}
.l-pricePay__medical {
  background: var(--white);
  box-shadow: 0px 0px 8px 0px rgba(43, 43, 43, 0.25);
  padding: 5rem 9.2rem;
  margin: 7rem auto 0 auto;
}
@media screen and (max-width: 768px) {
  .l-pricePay__medical {
    width: 100%;
    margin: 3.2rem 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.4;
  letter-spacing: 0.1em;
  margin-bottom: 2.4rem;
}
.l-qa {
  padding: 15rem 0;
  /* アコーディオン */
}
@media screen and (max-width: 768px) {
  .l-qa {
    padding: 7rem 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;
}
.l-qa .toggle_title {
  background: var(--main);
  color: var(--white);
  font-family: var(--sub-font);
  font-size: 2rem;
  line-height: 2.1;
  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 5rem 1rem 7.4rem;
    font-size: 1.5rem;
  }
}
.l-qa .toggle_title::before {
  content: "Q";
  width: 4.2rem;
  height: 4.2rem;
  background: var(--white);
  border-radius: 50%;
  color: var(--sub-dark);
  font-family: var(--sub-font);
  text-align: center;
  font-size: 2rem;
  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 {
    left: 1.6rem;
  }
}
.l-qa .toggle_title:hover {
  opacity: 0.7;
}
.l-qa .toggle_btn {
  position: absolute;
  top: 50%;
  right: 3.2rem;
  transform: translateY(-50%);
  display: block;
  width: 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.6rem;
  }
}
.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 3.4rem 0 7.4rem;
  }
}
.l-qa .toggle_contents dd::before {
  content: "A";
  width: 4.2rem;
  height: 4.2rem;
  background: var(--sub-dark);
  border-radius: 50%;
  color: var(--white);
  font-family: var(--en-font);
  text-align: center;
  font-size: 2rem;
  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 {
    left: 1.6rem;
  }
}

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

.l-doctor {
  padding: 19.2rem 0 0 0;
}
@media screen and (max-width: 768px) {
  .l-doctor {
    padding: 7rem 0 0 0;
  }
}
.l-doctor__title {
  margin-bottom: 11.8rem;
}
.l-doctor01 {
  position: relative;
  padding: 0 0 7.5rem 0;
  /* ----- 上段 ----- */
  /* ----- 下段 ----- */
}
@media screen and (max-width: 768px) {
  .l-doctor01 {
    padding: 0 2rem 7rem 2rem;
    background: var(--main-light);
  }
}
.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 {
    content: none;
  }
}
.l-doctor01__flexbox {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  flex-wrap: wrap;
  flex-direction: row-reverse;
  width: 115rem;
  margin: 0 auto -6.4rem auto;
  position: relative;
  top: -6.4rem;
}
@media screen and (max-width: 768px) {
  .l-doctor01__flexbox {
    width: 100%;
  }
}
.l-doctor01__flexbox .imgbox {
  width: 53.4rem;
}
@media screen and (max-width: 768px) {
  .l-doctor01__flexbox .imgbox {
    width: 100%;
  }
}
.l-doctor01__flexbox .imgbox img {
  width: 100%;
  height: auto;
}
.l-doctor01__flexbox .txtbox {
  width: 55rem;
}
@media screen and (max-width: 768px) {
  .l-doctor01__flexbox .txtbox {
    width: 100%;
    padding-top: 2rem;
  }
}
.l-doctor01__flexbox .catch {
  color: var(--main-dark);
  font-family: var(--sub-font);
  font-size: 3.8rem;
  font-weight: 700;
  line-height: 1.4;
  letter-spacing: 0.16em;
  padding-bottom: 1.6rem;
  border-bottom: 1px solid var(--sub-dark);
  margin-bottom: 4rem;
}
@media screen and (max-width: 768px) {
  .l-doctor01__flexbox .catch {
    text-align: center;
    font-size: 2.6rem;
    font-weight: 600;
    letter-spacing: 0.06em;
  }
}
.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;
  }
}
.l-doctor01__flexbox .name {
  display: flex;
  align-items: center;
  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: 1rem 0;
    text-align: center;
  }
}
.l-doctor01__flexbox .name .ja {
  font-family: var(--sub-font);
  font-size: 3rem;
  font-weight: 600;
  line-height: 1.4;
  letter-spacing: 0.1em;
}
.l-doctor01__flexbox .name .en {
  font-size: 1.6rem;
  font-weight: 500;
  letter-spacing: 0.08em;
}
.l-doctor01Prf {
  display: flex;
  justify-content: space-between;
  width: 115rem;
  margin: 5rem auto 0 auto;
}
@media screen and (max-width: 768px) {
  .l-doctor01Prf {
    width: 100%;
    margin: 3rem auto 0 auto;
    flex-wrap: wrap;
    gap: 2.4rem 0;
  }
}
.l-doctor01Prf__box {
  width: calc((100% - 5rem) / 2);
  box-shadow: 0px 0px 11px 0px rgba(0, 0, 0, 0.25);
  background: var(--white);
}
@media screen and (max-width: 768px) {
  .l-doctor01Prf__box {
    width: 100%;
  }
}
.l-doctor01Prf h3 {
  background: var(--main-dark);
  padding: 0.5rem 1rem;
  text-align: center;
  color: var(--white);
  font-family: var(--sub-font);
  font-size: 2.4rem;
  font-weight: 600;
  line-height: 1.4;
  letter-spacing: 0.1em;
}
.l-doctor01Prf__inner {
  padding: 3rem 5rem;
}
@media screen and (max-width: 768px) {
  .l-doctor01Prf__inner {
    padding: 3rem 2rem;
  }
}
.l-doctor01Prf ul li {
  list-style-type: disc;
  margin-left: 1.5em;
}

.l-doctor01 + .l-doctor01 {
  margin-top: 11rem;
}

.l-cta.cta01 {
  padding: 12rem 0 0 0;
}
@media screen and (max-width: 768px) {
  .l-cta.cta01 {
    padding: 7.8rem 1rem 0 1rem;
  }
}
.l-cta.cta02 {
  padding: 13.6rem 0 0 0;
}
@media screen and (max-width: 768px) {
  .l-cta.cta02 {
    padding: 13.6rem 1rem 0 1rem;
  }
}
.l-cta.cta03 {
  padding: 0;
}
@media screen and (max-width: 768px) {
  .l-cta.cta03 {
    padding: 0 1rem;
  }
}
.l-cta__inner {
  width: 120rem;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .l-cta__inner {
    width: 100%;
  }
}
.l-cta__box {
  background: var(--white);
  border: 1px solid var(--sub-dark);
  padding: 5rem 10rem;
}
@media screen and (max-width: 768px) {
  .l-cta__box {
    padding: 3.8rem 2.8rem;
  }
}
.l-cta__title {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  border-bottom: 1px solid var(--base-color);
}
@media screen and (max-width: 768px) {
  .l-cta__title {
    justify-content: center;
    position: relative;
    z-index: 1;
    border-bottom: none;
  }
}
.l-cta__title > div {
  margin: 0 0 0 1.2rem;
}
@media screen and (max-width: 768px) {
  .l-cta__title > div {
    margin: 0;
  }
}
.l-cta__title h2 {
  text-align: center;
  font-family: var(--sub-font);
  font-size: 3rem;
  font-weight: 600;
  line-height: 1.4;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 768px) {
  .l-cta__title h2 {
    order: 1;
    font-size: 2.4rem;
    letter-spacing: 0.08em;
    white-space: nowrap;
  }
}
.l-cta__title h2 span {
  color: var(--sub-dark);
  font-size: 3.8rem;
  font-weight: 700;
  letter-spacing: 0.16em;
}
@media screen and (max-width: 768px) {
  .l-cta__title h2 span {
    font-size: 2.6rem;
    font-weight: 600;
    line-height: 1.4;
    letter-spacing: 0.06em;
  }
}
.l-cta__title ul {
  display: flex;
  justify-content: center;
  gap: 0 1rem;
  margin-top: 2rem;
}
@media screen and (max-width: 768px) {
  .l-cta__title ul {
    gap: 0 0.6rem;
    margin: 2rem auto 1.2rem auto;
  }
}
.l-cta__title ul li {
  color: var(--sub-dark);
  text-align: center;
  font-weight: 700;
  line-height: 1.8;
  border: 1px solid var(--sub-dark);
  width: 100%;
  max-width: 18rem;
  padding: 0.3rem 1rem;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .l-cta__title ul li {
    font-size: 1.2rem;
    font-weight: 700;
    line-height: 1.66;
    padding: 0 0.6rem;
    letter-spacing: 0;
  }
}
.l-cta__title .img01 {
  position: relative;
}
@media screen and (max-width: 768px) {
  .l-cta__title .img01 {
    order: 2;
    width: 48%;
    height: auto;
  }
}
.l-cta__title .img02 {
  position: relative;
}
@media screen and (max-width: 768px) {
  .l-cta__title .img02 {
    order: 3;
    width: 52%;
    height: auto;
  }
}
.l-cta__btns {
  display: flex;
  flex-wrap: wrap;
  gap: 0 2rem;
  background: var(--gray-light);
  width: 100%;
  margin: 3.2rem auto 0 auto;
  padding: 5.6rem 9rem;
}
@media screen and (max-width: 768px) {
  .l-cta__btns {
    margin: 0 auto;
    flex-direction: column;
    gap: 2rem 0;
    padding: 3rem 2rem;
    width: 100%;
    position: relative;
    z-index: 2;
  }
}
.l-cta__subtitle {
  width: 100%;
  text-align: center;
  font-family: var(--sub-font);
  font-size: 2.4rem;
  font-weight: 600;
  line-height: 1.4;
  letter-spacing: 0.1em;
  margin-bottom: 4.2rem;
}
.l-cta__subtitle2 {
    width: 100%;
    text-align: center;
    font-family: var(--sub-font);
    font-size: 2rem;
    font-weight: 600;
    line-height: 1.4;
    letter-spacing: 0.1em;
    margin-bottom: 2.4rem;
    
}
.l-cta__subtitle2 img{
    width: 40%;
}
.torii{margin-top: 5rem;}
@media screen and (max-width: 768px) {
    .l-cta__subtitle2 {
    margin-bottom:0rem;
}
    
  .l-cta__subtitle {
    font-size: 1.6rem;
    margin-bottom: 1.2rem;
  }
     .l-cta__subtitle2 img{
    width: 100%;
}
.torii{margin-top: 2rem;}
}
.l-cta__phone {
  width: calc((100% - 2rem) / 2);
}
@media screen and (max-width: 768px) {
  .l-cta__phone {
    width: 100%;
  }
}
.l-cta__phone a {
  width: 100%;
  height: 14rem;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  flex-direction: column;
  background: var(--white);
  box-shadow: 0px 2px 15px 0px rgba(75, 75, 75, 0.25);
  color: var(--main-dark);
}
@media screen and (max-width: 768px) {
  .l-cta__phone a {
    height: 10rem;
  }
  .l-cta__phone a img {
    width: 2.4rem;
    height: auto;
    aspect-ratio: 1/1;
  }
}
.l-cta__phone a:hover {
  opacity: 0.7;
}
.l-cta__phone p {
  text-align: center;
}
@media screen and (max-width: 768px) {
  .l-cta__phone p {
    font-size: 1.2rem;
  }
}
.l-cta__phone h3 {
  font-family: var(--sub-font);
  font-size: 3rem;
  font-weight: 600;
  line-height: 1.5;
  letter-spacing: 0.1em;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0.8rem;
}
@media screen and (max-width: 768px) {
  .l-cta__phone h3 {
    font-size: 2rem;
  }
}
.l-cta__reserve {
  width: calc((100% - 2rem) / 2);
}
@media screen and (max-width: 768px) {
  .l-cta__reserve {
    width: 100%;
  }
}
.l-cta__reserve a {
  width: 100%;
  height: 14rem;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  flex-direction: column;
  background: var(--main);
  box-shadow: 0px 2px 15px 0px rgba(75, 75, 75, 0.25);
  color: var(--white);
}
@media screen and (max-width: 768px) {
  .l-cta__reserve a {
    height: 10rem;
  }
  .l-cta__reserve a img {
    width: 2.4rem;
    height: auto;
    aspect-ratio: 1/1;
  }
}
.l-cta__reserve a:hover {
  opacity: 0.7;
}
.l-cta__reserve p {
  text-align: center;
}
@media screen and (max-width: 768px) {
  .l-cta__reserve p {
    font-size: 1.2rem;
  }
}
.l-cta__reserve h3 {
  font-family: var(--sub-font);
  font-size: 3rem;
  font-weight: 600;
  line-height: 1.5;
  letter-spacing: 0.1em;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0.8rem;
}
@media screen and (max-width: 768px) {
  .l-cta__reserve h3 {
    font-size: 2rem;
  }
}
.l-cta__sup {
  text-align: center;
  font-size: 1.8rem;
  line-height: 2.33;
  letter-spacing: 0.05em;
  margin-top: 2.4rem;
}
@media screen and (max-width: 768px) {
  .l-cta__sup {
    margin-top: 1rem;
    text-align: left;
    font-size: 1.1rem;
    line-height: 1.8;
  }
}

.l-footer {
  background: var(--sub-light);
  padding: 15rem 0;
}
@media screen and (max-width: 768px) {
  .l-footer {
    padding: 7rem 1rem;
  }
}
.l-footer__inner {
  width: 120rem;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .l-footer__inner {
    width: 100%;
  }
}
.l-footer__title {
  margin-bottom: 7rem;
}
@media screen and (max-width: 768px) {
  .l-footer__title {
    margin-bottom: 5rem;
  }
}

.l-worry {
  padding: 4.8rem 0 0 0;
}
.l-worry__title {
  color: var(--sub-dark);
  text-align: center;
  font-family: var(--sub-font);
  font-size: 4.5rem;
  font-weight: 600;
  line-height: 1.33;
  letter-spacing: 0.07em;
  margin-bottom: 3.2rem;
}
@media screen and (max-width: 768px) {
  .l-worry__title {
    font-size: 2.4rem;
    line-height: 1.28;
    letter-spacing: 0.03em;
  }
}
.l-worry__title span {
  font-size: 5.6rem;
}
@media screen and (max-width: 768px) {
  .l-worry__title span {
    font-size: 3rem;
  }
}
.l-worry__body {
  background: url(../img/l-worry-body-bg.jpg) no-repeat center top/cover;
  padding: 7.7rem 0;
  position: relative;
}
@media screen and (max-width: 768px) {
  .l-worry__body {
    background: url(../img/l-worry-body-bg-sp.jpg) no-repeat center top/cover;
    padding: 6.6rem 1.6rem;
  }
}
.l-worry__body::before {
  content: "";
  display: inline-block;
  width: 44.6rem;
  height: 12.2rem;
  background-image: url(../img/l-worry-arrow.png);
  background-size: contain;
  vertical-align: middle;
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translate(-50%, 8.6rem);
}
@media screen and (max-width: 768px) {
  .l-worry__body::before {
    width: 28rem;
    height: 7.6rem;
    transform: translate(-50%, 5.8rem);
  }
}
.l-worry__inner {
  width: 120rem;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .l-worry__inner {
    width: 100%;
  }
}
.l-worry__box {
  width: 76rem;
  margin: 0 auto 0 0;
  background: rgba(255, 255, 255, 0.96);
  padding: 6rem 9rem;
}
@media screen and (max-width: 768px) {
  .l-worry__box {
    width: 100%;
    margin: 0 auto;
    padding: 3rem 1.8rem;
  }
}
.l-worry__list li {
  background: url(../img/l-worry-list-icon.svg) no-repeat center left/3.2rem 2.8rem;
  padding-left: 5rem;
  min-height: 2.8rem;
  font-size: 1.8rem;
  line-height: 2.33;
  letter-spacing: 0.05em;
  white-space: nowrap;
}
@media screen and (max-width: 768px) {
  .l-worry__list li {
    background: url(../img/l-worry-list-icon.svg) no-repeat center left/2rem auto;
    padding-left: 3.6rem;
    font-size: 1.5rem;
    line-height: 1.6;
    letter-spacing: 0.07em;
    white-space: normal;
  }
}
@media screen and (max-width: 768px) {
  .l-worry__list li + li {
    margin-top: 1.2rem;
  }
}

@media screen and (max-width: 768px) {
  .l-floating {
    width: 100%;
    height: 6.4rem;
    position: fixed;
    bottom: 0;
    left: 0;
    display: flex;
    z-index: 9999;
    border-top: 1px solid var(--main);
  }
  .l-floating__phone {
    width: 50%;
  }
  .l-floating__phone a {
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    flex-direction: column;
    color: var(--main-dark);
    text-align: center;
    background: var(--white);
  }
  .l-floating__phone p {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0 0.6rem;
    font-family: var(--sub-font);
    font-size: 1.7rem;
    font-weight: 500;
    line-height: 1.6;
    letter-spacing: 0.03em;
  }
  .l-floating__phone small {
    text-align: center;
    font-size: 0.9rem;
    font-weight: 400;
    line-height: 1.6;
    letter-spacing: 0.04em;
    display: block;
  }
  .l-floating__reserve {
    width: 50%;
  }
  .l-floating__reserve a {
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    flex-direction: column;
    color: var(--white);
    text-align: center;
    background: var(--main);
  }
  .l-floating__reserve p {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0 0.6rem;
    font-family: var(--sub-font);
    font-size: 1.7rem;
    font-weight: 500;
    line-height: 1.6;
    letter-spacing: 0.03em;
  }
  .l-floating__reserve small {
    text-align: center;
    font-size: 0.9rem;
    font-weight: 400;
    line-height: 1.6;
    letter-spacing: 0.04em;
    display: block;
  }
}
@media screen and (min-width: 769px) {
  .l-floating {
    display: none;
  }
}
.l-hero {
  width: 100%;
  height: 100vh;
  position: relative;
  z-index: 1;
  background: url("../../assets/img/l-hero-bg.jpg") no-repeat center bottom/cover;
  /* ----- left ----- */
  /* ----- right ----- */
}
@media screen and (max-width: 768px) {
  .l-hero {
    height: calc(100dvh - 13.4rem);
    background: url(../img/l-hero-bg-sp.jpg) no-repeat center bottom/cover;
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    justify-content: flex-end;
    padding-bottom: 1.4rem;
  }
}
.l-hero__left {
  position: absolute;
  left: 0;
  bottom: 15.243902439%;
}
@media screen and (max-width: 768px) {
  .l-hero__left {
    position: static;
    order: 2;
  }
}
.l-hero__h1 {
  margin-bottom: 4rem;
}
@media screen and (max-width: 768px) {
  .l-hero__h1 {
    margin-bottom: 1rem;
  }
}
.l-hero__h1 span {
  color: var(--main-dark);
  font-family: var(--sub-font);
  font-size: clamp(3rem, 3.9682539683vw, 6rem);
  line-height: 1.4;
  letter-spacing: 0.1em;
  display: inline-block;
  border-bottom: 1px solid var(--main-dark);
  padding-left: 11rem;
}
@media screen and (max-width: 768px) {
  .l-hero__h1 span {
    font-size: 2.8rem;
    padding-left: 3.2rem;
  }
}
.l-hero__labels {
  margin-left: 14rem;
  width: 38.0291005291vw;
  height: auto;
}
@media screen and (max-width: 768px) {
  .l-hero__labels {
    margin: 0 1.4rem;
    width: calc(100% - 2.8rem);
  }
}
.l-hero__right {
  position: absolute;
  right: 0;
  bottom: 0;
}
@media screen and (max-width: 768px) {
  .l-hero__right {
    position: static;
    order: 1;
  }
}
.l-hero__badges {
  width: 29.6296296296vw;
  height: auto;
}
@media screen and (max-width: 768px) {
  .l-hero__badges {
    width: 25rem;
  }
}

@media screen and (max-width: 768px) {
  .l-header {
    width: 100%;
    height: 7rem;
    display: flex;
    align-items: center;
    padding: 0 0 0 2rem;
  }
}
.l-header__logo {
  position: absolute;
  top: 4.8rem;
  left: 6.4rem;
  z-index: 10;
}
@media screen and (max-width: 768px) {
  .l-header__logo {
    position: static;
  }
}
.l-header__logo img {
  max-width: 19.1798941799vw;
  height: auto;
}
@media screen and (max-width: 768px) {
  .l-header__logo img {
    max-width: 30rem;
    width: auto;
    height: 3.6rem;
  }
}
.l-header__logo a:hover {
  opacity: 0.7;
}
.l-header__fix {
  position: fixed;
  top: 0;
  right: 10rem;
  z-index: 9999;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .l-header__fix {
    right: 0;
  }
}
@media screen and (max-width: 1260px) and (min-width: 769px) {
  .l-header__phone {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  .l-header__phone {
    display: none;
  }
}
.l-header__phone a {
  width: 30rem;
  height: 10rem;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 0.6rem 0;
  background: var(--white);
  color: var(--main-dark);
}
.l-header__phone a:hover {
  opacity: 0.7;
}
.l-header__phone .small {
  text-align: center;
  font-size: 1.2rem;
  line-height: 1.87;
  letter-spacing: 0.05em;
}
.l-header__phone .large {
  text-align: center;
  font-family: var(--sub-font);
  font-size: 2.4rem;
  line-height: 1.4;
  letter-spacing: 0.03em;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 1rem;
}
@media screen and (max-width: 1260px) and (min-width: 769px) {
  .l-header__reserve {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  .l-header__reserve {
    display: none;
  }
}
.l-header__reserve a {
  width: 30rem;
  height: 10rem;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 0.6rem 0;
  background: var(--main);
  color: var(--white);
}
.l-header__reserve a:hover {
  opacity: 0.7;
}
.l-header__reserve .small {
  text-align: center;
  font-size: 1.2rem;
  line-height: 1.87;
  letter-spacing: 0.05em;
}
.l-header__reserve .large {
  text-align: center;
  font-family: var(--sub-font);
  font-size: 2.4rem;
  line-height: 1.4;
  letter-spacing: 0.03em;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 1rem;
}

.l-sitemap {
  padding: 12.8rem 6.4rem 0 6.4rem;
}
@media screen and (max-width: 768px) {
  .l-sitemap {
    padding: 10rem 0 0 0;
  }
}
.l-sitemap__nav {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  gap: 1.6rem 0;
}
@media screen and (max-width: 768px) {
  .l-sitemap__nav {
    padding: 0 2.8rem;
  }
}
.l-sitemap__nav a {
  color: var(--white);
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 2;
  letter-spacing: 0.06em;
}
@media screen and (max-width: 768px) {
  .l-sitemap__nav a {
    font-size: 1.5rem;
  }
}
.l-sitemap__nav a:hover {
  opacity: 0.7;
}
.l-sitemap__copy {
  padding: 12.8rem 0 2.4rem 0;
  color: var(--white);
  white-space: nowrap;
  width: calc(100% + 12.8rem);
  margin: 0 -6.4rem;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .l-sitemap__copy {
    width: 100%;
    margin: 0 auto;
    padding: 6rem 0 11.8rem 0;
    white-space: normal;
    text-align: center;
  }
}
.l-sitemap__copy small {
  color: var(--white);
  text-align: center;
  font-size: 1.2rem;
  line-height: 1.87;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 768px) {
  .l-sitemap__copy small {
    font-size: 1.1rem;
    font-weight: 400;
    line-height: 1.8;
    letter-spacing: 0.05em;
  }
}
.l-sitemap__copy a:hover {
  opacity: 0.7;
}

.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(--sub-dark);
  font-family: var(--en-font);
  font-size: 11.2rem;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0.05em;
  display: block;
}
@media screen and (max-width: 768px) {
  .c-heading01 .en {
    font-size: 7.2rem;
  }
  .c-heading01 .en.small {
    font-size: 5.2rem;
  }
}
.c-heading01 .ja {
  font-family: var(--sub-font);
  font-size: 3rem;
  font-weight: 600;
  line-height: 1.4;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 768px) {
  .c-heading01 .ja {
    font-size: 2rem;
    line-height: 1.6;
    letter-spacing: 0.05em;
    margin-top: 0;
  }
}

.c-btn01 a {
  border: 1px solid var(--gray);
  background: var(--white);
  padding: 1.1rem 3.2rem;
  display: inline-flex;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .c-btn01 a {
    font-size: 1.3rem;
    letter-spacing: 0.08em;
  }
}
.c-btn01 a:hover {
  opacity: 0.7;
}

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

.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;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 0 10rem;
  padding: 10rem;
}
@media screen and (max-width: 768px) {
  .p-information {
    gap: 4.8rem 0;
    padding: 4.8rem 1rem;
  }
}
.p-informationBlock02 {
  width: 45rem;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  gap: 1.6rem 0;
}
@media screen and (max-width: 768px) {
  .p-informationBlock02 {
    width: 100%;
  }
}
.p-informationBlock02 > * {
  width: 100%;
}
.p-informationBlock03 {
  width: 45rem;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  gap: 1.6rem 0;
}
@media screen and (max-width: 768px) {
  .p-informationBlock03 {
    width: 100%;
  }
}
.p-informationBlock03 > * {
  width: 100%;
}
.p-information__logo {
  width: 100%;
}
.p-information__logo img {
  width: 100%;
  height: auto;
}
.p-information__logo a:hover {
  opacity: 0.7;
}
.p-information__cal {
  width: 100%;
}
.p-information__cal p {
  margin-top: 2rem;
  font-size: 1.4rem;
  font-weight: 400;
  letter-spacing: 0.1em;
}
.p-information__cta {
  text-align: center;
}
.p-information__cta h3 {
  color: var(--main-dark);
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 2.28;
  letter-spacing: 0.1em;
}
.p-information__phone a {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  gap: 0 1rem;
  color: var(--main-dark);
  font-family: var(--sub-font);
  font-size: 3.6rem;
  font-weight: 600;
  line-height: 1.4;
  letter-spacing: 0.04em;
}
.p-information__phone a:hover {
  opacity: 0.7;
}
.p-information__reserve {
  margin-top: 1.2rem;
}
.p-information__reserve a {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  flex-direction: column;
  gap: 0.4rem 0;
  background: var(--main);
  width: 100%;
  height: 13rem;
}
@media screen and (max-width: 768px) {
  .p-information__reserve a {
    height: 12rem;
  }
}
.p-information__reserve a:hover {
  opacity: 0.7;
}
.p-information__reserve a .small {
  color: var(--white);
  text-align: center;
  font-family: var(--sub-font);
  font-size: 1.6rem;
  font-weight: 600;
  line-height: 1.25;
  letter-spacing: 0.08em;
}
@media screen and (max-width: 768px) {
  .p-information__reserve a .small {
    font-size: 1.5rem;
  }
}
.p-information__reserve a .large {
  color: var(--white);
  font-family: var(--sub-font);
  font-size: 3rem;
  font-weight: 600;
  line-height: 1.4;
  letter-spacing: 0.1em;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0 1rem;
}
@media screen and (max-width: 768px) {
  .p-information__reserve a .large {
    font-size: 2rem;
  }
}
.p-information__map {
  width: 100%;
}
.p-information__map iframe {
  width: 100%;
  height: 40rem;
}
@media screen and (max-width: 768px) {
  .p-information__map iframe {
    height: 30rem;
  }
}
.p-information__tagline {
  font-weight: 700;
  line-height: 1.8;
  letter-spacing: 0.06em;
}
.p-information__address {
  font-size: 1.4rem;
  font-weight: 400;
  letter-spacing: 0.1em;
  margin-top: -0.8rem;
}
@media screen and (max-width: 768px) {
  .p-information__btn {
    text-align: center;
  }
}

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

.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: 63.7rem;
  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: 4rem 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: 600;
  line-height: 1.4;
  color: var(--main-dark);
  letter-spacing: 0.1em;
}
@media screen and (max-width: 768px) {
  .p-facility__ttl {
    font-size: 1.7rem;
    font-weight: 600;
  }
}
.p-facility__text {
  text-align: justify;
}
.p-facility__inner {
  display: none;
  padding: 0.4rem 0 1.5rem;
}
.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 0 3rem 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: 2.4rem;
    height: 2.4rem;
    top: 11rem;
    right: 0.6rem;
    transform: none;
  }
  .p-facility__list__prev {
    width: 2.4rem;
    height: 2.4rem;
    top: 11rem;
    left: 0.6rem;
    transform: rotate(180deg);
  }
  .p-facility__textbox {
    padding: 2.4rem 3.6rem 0 3.6rem;
  }
  .p-facility__ttl {
    margin-bottom: 1rem;
    font-size: 2.4rem;
    line-height: 1.8;
  }
  .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 - 12.4rem);
  }
}

.p-attention {
  background: var(--white);
  padding: 5rem 10rem;
  margin-bottom: 5rem;
}
@media screen and (max-width: 768px) {
  .p-attention {
    margin-bottom: 4rem;
    padding: 5rem 2rem;
  }
}
.p-attention__title {
  text-align: center;
  font-size: 2rem;
  font-weight: 600;
  line-height: 2.1;
  letter-spacing: 0.05em;
  margin-bottom: 2.4rem;
}
@media screen and (max-width: 768px) {
  .p-attention__title {
    font-size: 1.6rem;
    line-height: 2;
    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: 40rem;
    padding-right: 2rem;
  }
}
.p-attention__scroll div + div {
  margin-top: 3.2rem;
}
.p-attention__scroll h3 {
  color: var(--main);
  font-size: 1.6rem;
  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 */
