@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=Zen+Maru+Gothic:wght@300;400;500;700;900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Jost:ital,wght@0,100..900;1,100..900&display=swap");
/*! destyle.css v1.0.14 | MIT License | https://github.com/nicolas-cusan/destyle.css */
* {
  box-sizing: border-box;
}

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

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

body {
  margin: 0;
}

main {
  display: block;
}

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

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

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

dt {
  font-weight: 700;
}

dd {
  margin-left: 0;
}

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

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

address {
  font-style: inherit;
}

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

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

b,
strong {
  font-weight: bolder;
}

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

small {
  font-size: 80%;
}

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

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

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

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

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

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

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

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

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

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

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

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

option {
  padding: 0;
}

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

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

progress {
  vertical-align: baseline;
}

textarea {
  overflow: auto;
}

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

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

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

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

label[for] {
  cursor: pointer;
}

details {
  display: block;
}

summary {
  display: list-item;
}

[contenteditable] {
  outline: none;
}

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

caption {
  text-align: left;
}

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

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

template {
  display: none;
}

[hidden] {
  display: none;
}

:root {
  --base-font: "Noto Sans JP", sans-serif;
  --sub-font: "Zen Maru Gothic", serif;
  --en-font: "Jost", sans-serif;
  --base-color: #454545;
  --main: #FFB301;
  --main-light: #FFF4D9;
  --main-dark: #37689F;
  --main-dark2: #215795;
  --sub: #2FB8A4;
  --sub-light: #EEF9F5;
  --sub-dark: #61BEAD;
  --sub1: #F47B6D;
  --sub1-light: #FDF2F1;
  --sub2: #AED532;
  --sub2-light: #F6FDE1;
  --sub3: #47C0E9;
  --sub3-light: #DAF2FB;
  --sub4: #F471A4;
  --sub5: #46C6C4;
  --sub5-light: #E9F9F9;
  --sub6: #9976B2;
  --sub6-light: #F0EAF3;
  --sub7: #FFE300;
  --gray: #BFBFBF;
  --gray-light: #F0F0F0;
  --gray-dark: #717171;
  --gray-black: #444444;
  --white: #FFFFFF;
  --black: #000000;
  --link: #2DABF1;
  --error: #ED6E4E;
  --variation1: #ffd9dc;
  --variation2: #ffe0cc;
  --variation3: #fdefe6;
}

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

body {
  font-feature-settings: "palt";
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: var(--base-color);
  font-family: var(--base-font);
  font-size: 1.7rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.88;
  letter-spacing: 0.06em;
}
@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: 4.9rem;
  right: 4.7rem;
  width: 10rem;
  height: 10rem;
  border-radius: 50%;
  cursor: pointer;
  z-index: 400;
  background: var(--sub3);
  transition: all 0.5s;
}
@media screen and (max-width: 768px) {
  .hamburger {
    top: 2rem;
    right: 2rem;
    width: 5.2rem;
    height: 5.2rem;
  }
}
.hamburger:hover {
  opacity: 0.7;
}

.hamburger__line {
  position: absolute;
  width: 40px;
  height: 4px;
  left: 50%;
  transform: translate(-50%, 0);
  background-color: var(--white);
  transition: all 0.5s;
}
@media screen and (max-width: 768px) {
  .hamburger__line {
    width: 22px;
    height: 2px;
  }
}

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

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

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

.hamburger__menu {
  position: absolute;
  width: 5rem;
  bottom: 2.6rem;
  left: 50%;
  transform: translate(-50%, 0);
  color: var(--white);
  text-align: center;
  font-family: var(--en-font);
  font-size: 1.4rem;
  font-weight: 600;
  line-height: 1;
  letter-spacing: 0.2em;
}
@media screen and (max-width: 768px) {
  .hamburger__menu {
    display: none;
  }
}

/*ハンバーガーがクリックされたら*/
.open .hamburger {
  background: var(--white);
}

.open .hamburger__line {
  background-color: var(--sub3);
}

.open .hamburger__menu {
  color: var(--sub3);
}

.open .hamburger__line--1 {
  top: 3.6rem;
  left: 50%;
  transform: translateX(-50%) rotate(-45deg);
}
@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.6rem;
  left: 50%;
  transform: translateX(-50%) rotate(45deg);
}
@media screen and (max-width: 768px) {
  .open .hamburger__line--3 {
    top: 2.5rem;
  }
}

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

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

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

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

.open .black-bg {
  background: rgba(68, 68, 68, 0.5);
  width: 100%;
  height: 100vh;
  position: fixed;
  top: 0;
  right: 0;
  z-index: 300;
}

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

.caseSwiper01 .swiper {
  width: 100%;
}

.caseSwiper01 .swiper-slide {
  width: 120rem;
  flex-shrink: 0;
  transition: transform 0.3s ease;
}
@media screen and (max-width: 768px) {
  .caseSwiper01 .swiper-slide {
    width: 100%;
    opacity: 0.5;
  }
}

@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(--sub3);
  transition: all 0.5s;
}
@media screen and (max-width: 768px) {
  .swiper-button-next,
  .swiper-button-prev {
    width: 24px;
    height: 24px;
    transform: scale(0.6);
    top: 52%;
  }
}
.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-footer {
  background: var(--main);
  color: var(--white);
  padding: 2.4rem 0;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .l-footer {
    padding: 1.5rem 1rem;
  }
}
.l-footer small {
  color: var(--white);
  font-size: 1.6rem;
  font-weight: 300;
  line-height: 2;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 768px) {
  .l-footer small {
    font-size: 1.1rem;
    font-weight: 400;
    line-height: 1.5;
  }
}
.l-footer a:hover {
  opacity: 0.7;
}

.l-group {
  padding: 5rem 0 12rem 0;
}
@media screen and (max-width: 768px) {
  .l-group {
    padding: 5rem 3rem 7rem 3rem;
  }
}
.l-group__inner {
  width: 100rem;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .l-group__inner {
    width: 100%;
  }
}
.l-group__title {
  margin-bottom: 7rem;
}
@media screen and (max-width: 768px) {
  .l-group__title {
    margin-bottom: 5rem;
  }
}
.l-group__list {
  display: flex;
  flex-wrap: wrap;
  gap: 3rem 2.4rem;
}
@media screen and (max-width: 768px) {
  .l-group__list {
    gap: 2.4rem 0;
  }
}
.l-group__list li {
  width: calc((100% - 4.8rem) / 3);
}
@media screen and (max-width: 768px) {
  .l-group__list li {
    width: 100%;
  }
}
.l-group__list a {
  border-radius: 0.8rem;
  background: var(--white);
  box-shadow: 0px 1px 4px 0px rgba(0, 0, 0, 0.25);
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  overflow: hidden;
}
.l-group__list a:hover {
  box-shadow: 0px 1px 4px 2px rgba(0, 0, 0, 0.25);
}
.l-group__list .imgbox {
  width: 100%;
}
.l-group__list .imgbox img {
  width: 100%;
  height: auto;
}
.l-group__list .txtbox {
  padding: 3rem 1.6rem;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  gap: 0.8rem 0;
}
.l-group__list .flexbox {
  display: flex;
  justify-content: space-between;
  width: 100%;
}
.l-group__list .label {
  color: var(--white);
  font-size: 1.3rem;
  font-weight: 600;
  line-height: 1;
  letter-spacing: 0.08em;
  border-radius: 0.3rem;
  background: #9B8855;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 0 0.4rem;
  height: 2.1rem;
}
.l-group__list .cname {
  color: var(--black);
  font-size: 1.3rem;
  font-weight: 600;
  line-height: 1.73;
  width: 100%;
}
.l-group__list .adress {
  color: var(--black);
  font-size: 1.2rem;
  letter-spacing: 0.05em;
  width: 100%;
}
.l-group__list .adress span {
  display: block;
  text-decoration: underline;
}

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

.l-equipment {
  padding: 14rem 0;
}
@media screen and (max-width: 768px) {
  .l-equipment {
    padding: 12rem 0;
  }
}
.l-equipment__title {
  margin: 0 auto 8rem auto;
}
@media screen and (max-width: 768px) {
  .l-equipment__title {
    margin: 0 auto 5rem auto;
  }
}
.l-equipment .btn {
  text-align: center;
}
@media screen and (max-width: 768px) {
  .l-equipment .btn {
    width: calc(100% - 4rem);
    margin-right: auto;
    margin-left: auto;
  }
}

.l-qa {
  background: url(../img/bg-tile.png) repeat top left;
  border-bottom: 1rem solid var(--sub7);
  padding: 12rem 0;
  /* アコーディオン */
}
@media screen and (max-width: 768px) {
  .l-qa {
    padding: 8rem 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: 4rem;
}
.l-qa .toggle_title {
  position: relative;
  padding: 2rem 6.8rem 2rem 9.6rem;
  cursor: pointer;
  background: var(--sub5);
  transition: all 0.5s;
  border-radius: 1rem;
  color: var(--white);
  font-family: var(--sub-font);
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 1.66;
  letter-spacing: 0.15em;
}
@media screen and (max-width: 768px) {
  .l-qa .toggle_title {
    padding: 2rem 6rem 2rem 6.6rem;
    font-size: 1.5rem;
  }
}
.l-qa .toggle_title.selected {
  border-radius: 1rem 1rem 0 0;
}
.l-qa .toggle_title::before {
  content: "Q.";
  width: 6rem;
  height: 100%;
  color: var(--white);
  font-family: var(--base-font);
  font-size: 4rem;
  font-weight: 400;
  position: absolute;
  top: 0;
  left: 3.2rem;
  display: flex;
  justify-content: center;
  align-items: center;
  letter-spacing: 0.07em;
}
@media screen and (max-width: 768px) {
  .l-qa .toggle_title::before {
    font-size: 3.2rem;
    letter-spacing: 0.05em;
    width: 4.6rem;
    left: 2rem;
  }
}
.l-qa .toggle_title:hover {
  opacity: 0.7;
}
.l-qa .toggle_btn {
  position: absolute;
  top: 50%;
  right: 3.2rem;
  transform: translateY(-50%);
  display: block;
  width: 2.4rem;
  height: 2.4rem;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .l-qa .toggle_btn {
    right: 2rem;
    width: 2rem;
    height: 2rem;
  }
}
.l-qa .toggle_btn:before,
.l-qa .toggle_btn:after {
  display: block;
  content: "";
  background-color: var(--white);
  position: absolute;
  width: 2.4rem;
  height: 0.2rem;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
@media screen and (max-width: 768px) {
  .l-qa .toggle_btn:before,
  .l-qa .toggle_btn:after {
    width: 2rem;
    height: 0.2rem;
  }
}
.l-qa .toggle_btn:before {
  width: 0.2rem;
  height: 2.4rem;
}
@media screen and (max-width: 768px) {
  .l-qa .toggle_btn:before {
    width: 0.2rem;
    height: 2rem;
  }
}
.l-qa .toggle_title.selected .toggle_btn:before {
  content: normal;
}
.l-qa .toggle_contents dd {
  display: none;
  background: var(--sub5-light);
  border-radius: 0 0 1rem 1rem;
  padding: 3rem 3.2rem 3rem 9.6rem;
  position: relative;
}
@media screen and (max-width: 768px) {
  .l-qa .toggle_contents dd {
    padding: 2rem 2rem 2rem 6.6rem;
  }
}
.l-qa .toggle_contents dd::before {
  content: "A.";
  width: 6rem;
  color: var(--sub1);
  font-family: var(--base-font);
  font-size: 4.8rem;
  font-weight: 400;
  position: absolute;
  top: 3rem;
  left: 3.2rem;
  display: flex;
  justify-content: center;
  align-items: center;
  letter-spacing: 0.07em;
  line-height: 1;
}
@media screen and (max-width: 768px) {
  .l-qa .toggle_contents dd::before {
    font-size: 3.2rem;
    letter-spacing: 0.05em;
    width: 4.6rem;
    top: 2rem;
    left: 2rem;
  }
}

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

.l-doctor01 {
  position: relative;
  padding: 5rem 0 7.8rem 0;
}
@media screen and (max-width: 768px) {
  .l-doctor01 {
    padding: 8rem 2rem;
  }
}
.l-doctor01::before {
  content: "";
  width: 100%;
  height: 71.5%;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: -1;
  background: url(../img/l-doctor01-bg.jpg) no-repeat left top/cover;
}
@media screen and (max-width: 768px) {
  .l-doctor01::before {
    height: 80.5%;
  }
}
.l-doctor01__flexbox {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  flex-direction: row-reverse;
  width: 120rem;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .l-doctor01__flexbox {
    width: 100%;
  }
}
.l-doctor01__flexbox .imgbox {
  width: 54.5rem;
}
@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: 60rem;
}
@media screen and (max-width: 768px) {
  .l-doctor01__flexbox .txtbox {
    width: 100%;
    padding-top: 2rem;
  }
}
.l-doctor01__flexbox h3 {
  font-family: var(--sub-font);
  font-size: 3.2rem;
  font-weight: 700;
  line-height: 1.4;
  letter-spacing: 0.15em;
  margin-bottom: 3.2rem;
}
@media screen and (max-width: 768px) {
  .l-doctor01__flexbox h3 {
    font-size: 2.4rem;
    margin-bottom: 1.6rem;
    letter-spacing: 0.1em;
  }
}
.l-doctor01__flexbox h3 span.blue {
  color: var(--sub3);
}
.l-doctor01__biography {
  border-radius: 3rem;
  background: var(--white);
  overflow: hidden;
  width: 120rem;
  margin: 3rem auto 0 auto;
}
@media screen and (max-width: 768px) {
  .l-doctor01__biography {
    width: 100%;
  }
}
.l-doctor01__biography .head {
  background: var(--sub3);
  color: var(--white);
  text-align: center;
  font-family: var(--sub-font);
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 1.66;
  letter-spacing: 0.15em;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 5rem;
}
@media screen and (max-width: 768px) {
  .l-doctor01__biography .head {
    font-size: 1.8rem;
    letter-spacing: 0.05em;
    height: 4.2rem;
  }
}
.l-doctor01__biography .body {
  padding: 4rem;
  display: flex;
  justify-content: center;
  gap: 0 12rem;
}
@media screen and (max-width: 768px) {
  .l-doctor01__biography .body {
    padding: 2.4rem 2rem;
    flex-wrap: wrap;
    flex-direction: column;
    gap: 1rem 0;
  }
}
.l-doctor01__biography ul li + li {
  margin-top: 1.6rem;
}
@media screen and (max-width: 768px) {
  .l-doctor01__biography ul li + li {
    margin-top: 1rem;
  }
}
.l-doctor01__biography ul li {
  position: relative;
  padding-left: 2rem;
}
@media screen and (max-width: 768px) {
  .l-doctor01__biography ul li {
    font-size: 1.5rem;
    letter-spacing: 0;
  }
}
.l-doctor01__biography ul li::before {
  content: "";
  background: #FF571C;
  width: 0.6rem;
  height: 0.6rem;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translate(0, -50%);
}

.l-doctor02 {
  position: relative;
  padding: 5rem 0 7.8rem 0;
}
@media screen and (max-width: 768px) {
  .l-doctor02 {
    padding: 8rem 2rem;
  }
}
.l-doctor02::before {
  content: "";
  width: 100%;
  height: 73%;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: -1;
  background: url(../img/l-doctor02-bg.jpg) no-repeat left top/cover;
}
@media screen and (max-width: 768px) {
  .l-doctor02::before {
    height: 82.2%;
  }
}
.l-doctor02__flexbox {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  width: 120rem;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .l-doctor02__flexbox {
    width: 100%;
  }
}
.l-doctor02__flexbox .imgbox {
  width: 54.5rem;
}
@media screen and (max-width: 768px) {
  .l-doctor02__flexbox .imgbox {
    width: 100%;
  }
}
.l-doctor02__flexbox .imgbox img {
  width: 100%;
  height: auto;
}
.l-doctor02__flexbox .txtbox {
  width: 60rem;
}
@media screen and (max-width: 768px) {
  .l-doctor02__flexbox .txtbox {
    width: 100%;
    padding-top: 2rem;
  }
}
.l-doctor02__flexbox h3 {
  font-family: var(--sub-font);
  font-size: 3.2rem;
  font-weight: 700;
  line-height: 1.4;
  letter-spacing: 0.15em;
  margin-bottom: 3.2rem;
}
@media screen and (max-width: 768px) {
  .l-doctor02__flexbox h3 {
    font-size: 2.4rem;
    margin-bottom: 1.6rem;
    letter-spacing: 0.1em;
  }
}
.l-doctor02__flexbox h3 span.blue {
  color: var(--sub3);
}
.l-doctor02__flexbox h3 span.green {
  color: var(--sub5);
}
.l-doctor02__biography {
  border-radius: 3rem;
  background: var(--white);
  overflow: hidden;
  width: 120rem;
  margin: 3rem auto 0 auto;
}
@media screen and (max-width: 768px) {
  .l-doctor02__biography {
    width: 100%;
  }
}
.l-doctor02__biography .head {
  background: var(--sub6);
  color: var(--white);
  text-align: center;
  font-family: var(--sub-font);
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 1.66;
  letter-spacing: 0.15em;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 5rem;
}
@media screen and (max-width: 768px) {
  .l-doctor02__biography .head {
    font-size: 1.8rem;
    letter-spacing: 0.05em;
    height: 4.2rem;
  }
}
.l-doctor02__biography .body {
  padding: 4rem;
  display: flex;
  justify-content: center;
  gap: 0 12rem;
}
@media screen and (max-width: 768px) {
  .l-doctor02__biography .body {
    padding: 2.4rem 2rem;
    flex-wrap: wrap;
    flex-direction: column;
    gap: 1rem 0;
  }
}
.l-doctor02__biography ul li + li {
  margin-top: 1.6rem;
}
@media screen and (max-width: 768px) {
  .l-doctor02__biography ul li + li {
    margin-top: 1rem;
  }
}
.l-doctor02__biography ul li {
  position: relative;
  padding-left: 2rem;
}
@media screen and (max-width: 768px) {
  .l-doctor02__biography ul li {
    font-size: 1.5rem;
    letter-spacing: 0;
  }
}
.l-doctor02__biography ul li::before {
  content: "";
  background: #FF571C;
  width: 0.6rem;
  height: 0.6rem;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translate(0, -50%);
}

.l-flow {
  padding: 12rem 0;
}
@media screen and (max-width: 768px) {
  .l-flow {
    padding: 8rem 1rem;
  }
}
.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;
  background: url(../img/l-flow-list-bg.png) repeat-y center center/0.8rem auto;
}
.l-flow__item {
  padding: 4rem 5.5rem;
  border-radius: 3rem;
}
@media screen and (max-width: 768px) {
  .l-flow__item {
    padding: 2rem;
    border-radius: 1rem;
  }
}
.l-flow__item.item01 {
  background: var(--sub1-light);
}
.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: 3.8rem;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0;
  border-radius: 50%;
  background: var(--error);
  display: flex;
  justify-content: center;
  align-items: center;
  width: 5rem;
  height: 5rem;
}
@media screen and (max-width: 768px) {
  .l-flow__item.item01 .subtitle p {
    font-size: 2.4rem;
    width: 4rem;
    height: 4rem;
  }
}
.l-flow__item.item01 .subtitle h3 {
  color: var(--error);
  font-family: var(--sub-font);
  font-size: 3.2rem;
  font-weight: 700;
  line-height: 1.4;
  letter-spacing: 0.15em;
}
@media screen and (max-width: 768px) {
  .l-flow__item.item01 .subtitle h3 {
    font-size: 2.4rem;
  }
}
.l-flow__item.item02 {
  background: var(--sub3-light);
}
.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: 3.8rem;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0;
  border-radius: 50%;
  background: var(--sub3);
  display: flex;
  justify-content: center;
  align-items: center;
  width: 5rem;
  height: 5rem;
}
@media screen and (max-width: 768px) {
  .l-flow__item.item02 .subtitle p {
    font-size: 2.4rem;
    width: 4rem;
    height: 4rem;
  }
}
.l-flow__item.item02 .subtitle h3 {
  color: var(--sub3);
  font-family: var(--sub-font);
  font-size: 3.2rem;
  font-weight: 700;
  line-height: 1.4;
  letter-spacing: 0.15em;
}
@media screen and (max-width: 768px) {
  .l-flow__item.item02 .subtitle h3 {
    font-size: 2.4rem;
  }
}
.l-flow__item.item03 {
  background: var(--sub2-light);
}
.l-flow__item.item03 .subtitle {
  display: flex;
  align-items: center;
  gap: 0 2.4rem;
  margin-bottom: 2.4rem;
}
@media screen and (max-width: 768px) {
  .l-flow__item.item03 .subtitle {
    gap: 0 1.2rem;
    margin-bottom: 1.6rem;
  }
}
.l-flow__item.item03 .subtitle p {
  color: var(--white);
  text-align: center;
  font-family: var(--sub-font);
  font-size: 3.8rem;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0;
  border-radius: 50%;
  background: var(--sub2);
  display: flex;
  justify-content: center;
  align-items: center;
  width: 5rem;
  height: 5rem;
}
@media screen and (max-width: 768px) {
  .l-flow__item.item03 .subtitle p {
    font-size: 2.4rem;
    width: 4rem;
    height: 4rem;
  }
}
.l-flow__item.item03 .subtitle h3 {
  color: var(--sub2);
  font-family: var(--sub-font);
  font-size: 3.2rem;
  font-weight: 700;
  line-height: 1.4;
  letter-spacing: 0.15em;
}
@media screen and (max-width: 768px) {
  .l-flow__item.item03 .subtitle h3 {
    font-size: 2.4rem;
  }
}
.l-flow__item.item04 {
  background: var(--main-light);
}
.l-flow__item.item04 .subtitle {
  display: flex;
  align-items: center;
  gap: 0 2.4rem;
  margin-bottom: 2.4rem;
}
@media screen and (max-width: 768px) {
  .l-flow__item.item04 .subtitle {
    gap: 0 1.2rem;
    margin-bottom: 1.6rem;
  }
}
.l-flow__item.item04 .subtitle p {
  color: var(--white);
  text-align: center;
  font-family: var(--sub-font);
  font-size: 3.8rem;
  font-weight: 700;
  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.item04 .subtitle p {
    font-size: 2.4rem;
    width: 4rem;
    height: 4rem;
  }
}
.l-flow__item.item04 .subtitle h3 {
  color: var(--main);
  font-family: var(--sub-font);
  font-size: 3.2rem;
  font-weight: 700;
  line-height: 1.4;
  letter-spacing: 0.15em;
}
@media screen and (max-width: 768px) {
  .l-flow__item.item04 .subtitle h3 {
    font-size: 2.4rem;
  }
}
.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;
  }
}
.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: 2rem;
  }
}
.l-flow__ctabox {
  width: 102rem;
  margin: 5rem auto 0 auto;
}
@media screen and (max-width: 768px) {
  .l-flow__ctabox {
    width: 100%;
    margin: 3.2rem auto 0 auto;
  }
}

.l-price {
  background: var(--sub3-light);
  padding: 12rem 0;
}
@media screen and (max-width: 768px) {
  .l-price {
    padding: 8rem 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: 5rem;
}
.l-price__tbl {
  width: 100rem;
  border-collapse: collapse;
  border-spacing: 0;
  border-top: 0.1rem solid var(--sub3);
  border-right: 0.1rem solid var(--sub3);
  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: 2rem;
  font-weight: 400;
  line-height: 2.1;
  letter-spacing: 0.05em;
  padding: 1rem 3rem;
  border-bottom: 0.1rem solid var(--white);
  background: var(--sub3);
}
@media screen and (max-width: 768px) {
  .l-price__tbl th {
    width: 56%;
    padding: 1rem 1.5rem;
    font-size: 1.7rem;
    line-height: 1.8;
  }
}
.l-price__tbl td {
  width: 35%;
  vertical-align: middle;
  font-size: 2rem;
  font-weight: 400;
  line-height: 2.1;
  letter-spacing: 0.05em;
  padding: 1rem 3rem;
  border-bottom: 0.1rem solid var(--sub3);
  background: var(--white);
}
@media screen and (max-width: 768px) {
  .l-price__tbl td {
    width: 44%;
    padding: 1rem 1.5rem;
    font-size: 1.7rem;
    line-height: 1.8;
  }
}
.l-price__tbl tr:last-child th {
  border-bottom: 0.1rem solid var(--sub3);
}
.l-price__sup {
  font-size: 2rem;
  line-height: 2.1;
  letter-spacing: 0.05em;
  width: 100rem;
  margin: 1.6rem auto 0 auto;
}
@media screen and (max-width: 768px) {
  .l-price__sup {
    font-size: 1.6rem;
    width: calc(100% - 4rem);
  }
}
.l-pricePay {
  margin-top: 13.2rem;
  border-radius: 3rem;
  background: var(--white);
  padding: 0 10rem 8.6rem 10rem;
}
@media screen and (max-width: 768px) {
  .l-pricePay {
    margin-top: 8rem;
    border-radius: 0;
    padding: 0 2rem 8rem 2rem;
  }
}
.l-pricePay__subtitle {
  border-radius: 10rem;
  background: var(--sub3);
  color: var(--white);
  text-align: center;
  font-family: var(--sub-font);
  font-size: 3.2rem;
  font-weight: 700;
  line-height: 1.4;
  letter-spacing: 0.15em;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 6.8rem;
  position: relative;
  top: -2.7rem;
  margin-bottom: -2.7rem;
}
@media screen and (max-width: 768px) {
  .l-pricePay__subtitle {
    font-size: 2.4rem;
    top: -5rem;
    margin-bottom: -5rem;
  }
}
.l-pricePay__subtitle::after {
  content: "";
  background: var(--sub3);
  width: 7rem;
  height: 1.2rem;
  clip-path: polygon(0 0, 100% 0, 50% 100%);
  position: absolute;
  left: 50%;
  bottom: -1.1rem;
  transform: translate(-50%, 0);
}
.l-pricePay__intro {
  font-size: 2rem;
  line-height: 2.1;
  letter-spacing: 0.05em;
  white-space: nowrap;
  text-align: center;
  margin-top: 6.4rem;
}
@media screen and (max-width: 768px) {
  .l-pricePay__intro {
    font-size: 1.6rem;
    line-height: 1.8;
    white-space: normal;
    text-align: left;
  }
}
.l-pricePay__badges {
  width: 72rem;
  margin: 5.6rem auto 0 auto;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
@media screen and (max-width: 768px) {
  .l-pricePay__badges {
    width: 100%;
    margin: 3rem auto 0 auto;
    justify-content: center;
    gap: 0 2rem;
  }
}
.l-pricePay__badges li {
  width: 22rem;
  height: auto;
  aspect-ratio: 1/1;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  flex-direction: column;
  text-align: center;
  font-family: var(--sub-font);
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 1.6;
  letter-spacing: 0.15em;
}
@media screen and (max-width: 768px) {
  .l-pricePay__badges li {
    width: calc((100% - 2rem) / 2);
    font-size: 1.8rem;
    letter-spacing: 0.05em;
  }
}
.l-pricePay__badges li:nth-child(1) {
  background: url(../img/l-pricePay-badges-bg01.png) no-repeat center center/22rem auto;
}
@media screen and (max-width: 768px) {
  .l-pricePay__badges li:nth-child(1) {
    background: url(../img/l-pricePay-badges-bg01.png) no-repeat center center/100% auto;
  }
}
.l-pricePay__badges li:nth-child(2) {
  background: url(../img/l-pricePay-badges-bg02.png) no-repeat center center/22rem auto;
}
@media screen and (max-width: 768px) {
  .l-pricePay__badges li:nth-child(2) {
    background: url(../img/l-pricePay-badges-bg02.png) no-repeat center center/100% auto;
  }
}
.l-pricePay__badges li:nth-child(3) {
  background: url(../img/l-pricePay-badges-bg03.png) no-repeat center center/22rem auto;
}
@media screen and (max-width: 768px) {
  .l-pricePay__badges li:nth-child(3) {
    background: url(../img/l-pricePay-badges-bg03.png) no-repeat center center/100% auto;
  }
}
.l-pricePay__badges li .row1 {
  line-height: 3.2;
}
.l-pricePay__medical {
  border-radius: 3rem;
  border: 0.2rem solid #406195;
  background: var(--white);
  width: 90rem;
  margin: 8rem auto 0 auto;
  padding: 3rem 5rem;
}
@media screen and (max-width: 768px) {
  .l-pricePay__medical {
    width: 100%;
    margin: 3rem auto 0 auto;
    padding: 4rem;
  }
}
.l-pricePay__medical h4 {
  text-align: center;
  font-family: var(--sub-font);
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 1.66;
  letter-spacing: 0.15em;
  background: url(../img/l-pricePay-medical-h4.png) no-repeat center bottom/100% auto;
  margin-bottom: 2.4rem;
  padding-bottom: 2.4rem;
}
@media screen and (max-width: 768px) {
  .l-pricePay__medical h4 {
    background: url(../img/l-pricePay-medical-h4.png) no-repeat center bottom/auto 0.4rem;
  }
}
.l-pricePay__medical .btn {
  margin-top: 2.4rem;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .l-pricePay__medical .btn {
    width: calc(100% + 4rem);
    margin: 2.4rem -2rem 0 -2rem;
  }
}

.l-device {
  padding: 12rem 0 0 0;
  /* ----- 01 ----- */
  /* ----- 02 ----- */
  /* ----- 03 ----- */
  /* ----- 04 ----- */
  /* ----- 共通 ----- */
}
@media screen and (max-width: 768px) {
  .l-device {
    padding: 8rem 0 0 0;
  }
}
.l-device01 {
  position: relative;
  padding: 7rem 0 13.5rem 0;
}
@media screen and (max-width: 768px) {
  .l-device01 {
    padding: 6rem 0 8rem 0;
  }
}
.l-device01::before {
  content: "";
  width: 100%;
  height: 70%;
  background: #FFD980;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: -1;
}
@media screen and (max-width: 768px) {
  .l-device01::before {
    height: 65%;
  }
}
.l-device02 {
  position: relative;
  padding: 7rem 0 13.5rem 0;
}
@media screen and (max-width: 768px) {
  .l-device02 {
    padding: 6rem 0 8rem 0;
  }
}
.l-device02::before {
  content: "";
  width: 100%;
  height: 70%;
  background: #7ED3F0;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: -1;
}
@media screen and (max-width: 768px) {
  .l-device02::before {
    height: 62%;
  }
}
.l-device03 {
  position: relative;
  padding: 7rem 0 13.5rem 0;
}
@media screen and (max-width: 768px) {
  .l-device03 {
    padding: 6rem 0 8rem 0;
  }
}
.l-device03::before {
  content: "";
  width: 100%;
  height: 69%;
  background: #AED532;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: -1;
}
@media screen and (max-width: 768px) {
  .l-device03::before {
    height: 62.5%;
  }
}
.l-device04 {
  position: relative;
  padding: 7rem 0 13.5rem 0;
}
@media screen and (max-width: 768px) {
  .l-device04 {
    padding: 6rem 0 8rem 0;
  }
}
.l-device04::before {
  content: "";
  width: 100%;
  height: 74.5%;
  background: #F79CBF;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: -1;
}
@media screen and (max-width: 768px) {
  .l-device04::before {
    height: 65%;
  }
}
.l-device__inner {
  width: 120rem;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .l-device__inner {
    width: calc(100% - 4rem);
  }
}
.l-device__flexboxRev {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  flex-direction: row-reverse;
}
.l-device__flexboxRev .imgbox {
  width: 67.6rem;
  margin-right: -11.3rem;
}
@media screen and (max-width: 768px) {
  .l-device__flexboxRev .imgbox {
    width: 100%;
    margin-right: 0;
  }
}
.l-device__flexboxRev .imgbox img {
  width: 100%;
  height: auto;
}
.l-device__flexboxRev .txtbox {
  width: 59.3rem;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  gap: 3.6rem 0;
}
@media screen and (max-width: 768px) {
  .l-device__flexboxRev .txtbox {
    width: 100%;
    padding-top: 2.4rem;
  }
  .l-device__flexboxRev .txtbox figure {
    width: 100%;
    display: flex;
    justify-content: center;
  }
}
.l-device__flexbox {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
.l-device__flexbox .imgbox {
  width: 67.6rem;
  margin-left: -11.3rem;
}
@media screen and (max-width: 768px) {
  .l-device__flexbox .imgbox {
    width: 100%;
    margin-left: 0;
  }
}
.l-device__flexbox .imgbox img {
  width: 100%;
  height: auto;
}
.l-device__flexbox .txtbox {
  width: 59.3rem;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  gap: 3.6rem 0;
}
@media screen and (max-width: 768px) {
  .l-device__flexbox .txtbox {
    width: 100%;
    padding-top: 2.4rem;
  }
  .l-device__flexbox .txtbox figure {
    width: 100%;
    display: flex;
    justify-content: center;
  }
}
@media screen and (max-width: 768px) {
  .l-device__product {
    text-align: center;
  }
}
.l-device__product .small {
  color: var(--sub1);
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.8;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 768px) {
  .l-device__product .small {
    font-size: 1.7rem;
  }
}
.l-device__product .large {
  font-family: var(--sub-font);
  font-size: 4.2rem;
  font-weight: 700;
  line-height: 1.66;
  letter-spacing: 0.15em;
}
@media screen and (max-width: 768px) {
  .l-device__product .large {
    font-size: 3.2rem;
  }
}
.l-device__box {
  border-radius: 3rem;
  background: var(--white);
  margin-top: 5rem;
  padding: 8rem 20rem;
}
@media screen and (max-width: 768px) {
  .l-device__box {
    padding: 6rem 1rem;
  }
}
.l-device__subtitle {
  color: var(--white);
  text-align: center;
  text-shadow: 0px 1px 8px rgba(0, 0, 0, 0.6);
  font-family: var(--sub-font);
  font-size: 3.8rem;
  font-weight: 700;
  line-height: 1.4;
  letter-spacing: 0.15em;
  width: 100%;
  height: 8rem;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 10rem;
  position: relative;
}
@media screen and (max-width: 768px) {
  .l-device__subtitle {
    font-size: 1.8rem;
    height: auto;
    padding: 2rem;
    display: block;
  }
}
.l-device__subtitle span {
  color: #FCE30E;
}
@media screen and (max-width: 768px) {
  .l-device__subtitle span {
    font-size: 2.4rem;
  }
}
.l-device__subtitle.d01 {
  background: var(--sub1);
}
.l-device__subtitle.d01::after {
  content: "";
  background: var(--sub1);
  width: 9.2rem;
  height: 2rem;
  clip-path: polygon(0 0, 100% 0, 50% 100%);
  position: absolute;
  left: 50%;
  bottom: -1.8rem;
  transform: translate(-50%, 0);
}
@media screen and (max-width: 768px) {
  .l-device__subtitle.d01::after {
    width: 5.6rem;
    height: 1.4rem;
    bottom: -1.3rem;
  }
}
.l-device__subtitle.d02 {
  background: var(--sub6);
}
.l-device__subtitle.d02::after {
  content: "";
  background: var(--sub6);
  width: 9.2rem;
  height: 2rem;
  clip-path: polygon(0 0, 100% 0, 50% 100%);
  position: absolute;
  left: 50%;
  bottom: -1.8rem;
  transform: translate(-50%, 0);
}
@media screen and (max-width: 768px) {
  .l-device__subtitle.d02::after {
    width: 5.6rem;
    height: 1.4rem;
    bottom: -1.3rem;
  }
}
.l-device__subtitle.d03 {
  background: var(--main);
}
.l-device__subtitle.d03::after {
  content: "";
  background: var(--main);
  width: 9.2rem;
  height: 2rem;
  clip-path: polygon(0 0, 100% 0, 50% 100%);
  position: absolute;
  left: 50%;
  bottom: -1.8rem;
  transform: translate(-50%, 0);
}
@media screen and (max-width: 768px) {
  .l-device__subtitle.d03::after {
    width: 5.6rem;
    height: 1.4rem;
    bottom: -1.3rem;
  }
}
.l-device__subtitle.d04 {
  background: var(--sub3);
}
.l-device__subtitle.d04::after {
  content: "";
  background: var(--sub3);
  width: 9.2rem;
  height: 2rem;
  clip-path: polygon(0 0, 100% 0, 50% 100%);
  position: absolute;
  left: 50%;
  bottom: -1.8rem;
  transform: translate(-50%, 0);
}
@media screen and (max-width: 768px) {
  .l-device__subtitle.d04::after {
    width: 5.6rem;
    height: 1.4rem;
    bottom: -1.3rem;
  }
}
.l-device__list {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 0 2rem;
  margin: 7rem 0 0 0;
}
@media screen and (max-width: 768px) {
  .l-device__list {
    margin: 5rem 0 0 0;
    justify-content: center;
    gap: 2.4rem 2.4rem;
  }
}
.l-device__list li {
  width: calc((100% - 4rem) / 3);
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  flex-direction: column;
  gap: 2rem 0;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.8;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 768px) {
  .l-device__list li {
    width: calc((100% - 2.4rem) / 2);
    gap: 0.8rem 0;
    font-size: 1.8rem;
  }
}
.l-device__list li:nth-child(1) img {
  border: 0.8rem solid var(--main);
  border-radius: 50%;
}
@media screen and (max-width: 768px) {
  .l-device__list li:nth-child(1) img {
    width: 100%;
    height: auto;
  }
}
.l-device__list li:nth-child(2) img {
  border: 0.8rem solid var(--sub3);
  border-radius: 50%;
}
@media screen and (max-width: 768px) {
  .l-device__list li:nth-child(2) img {
    width: 100%;
    height: auto;
  }
}
.l-device__list li:nth-child(3) img {
  border: 0.8rem solid var(--sub4);
  border-radius: 50%;
}
@media screen and (max-width: 768px) {
  .l-device__list li:nth-child(3) img {
    width: 100%;
    height: auto;
  }
}

.l-merit {
  background: url(../img/bg-tile.png) repeat top left;
  border-bottom: 1rem solid var(--sub7);
  padding: 12rem 0;
}
@media screen and (max-width: 768px) {
  .l-merit {
    padding: 8rem 2rem;
  }
}
.l-merit__inner {
  width: 120rem;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .l-merit__inner {
    width: 100%;
  }
}
.l-merit__title {
  margin-bottom: 12rem;
}
@media screen and (max-width: 768px) {
  .l-merit__title {
    margin-bottom: 10rem;
  }
}
.l-merit__list {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 10rem 3.6rem;
}
@media screen and (max-width: 768px) {
  .l-merit__list {
    gap: 8rem 0;
  }
}
.l-merit__item {
  width: calc((100% - 7.2rem) / 3);
  border-radius: 3rem;
  padding: 3.2rem;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  gap: 1.6rem 0;
  position: relative;
}
@media screen and (max-width: 768px) {
  .l-merit__item {
    width: 100%;
    padding: 3.2rem 2rem;
  }
}
.l-merit__item.item01 {
  background: var(--sub1-light);
}
.l-merit__item.item01 h3 {
  color: var(--sub1);
  text-align: center;
  font-family: var(--sub-font);
  font-size: 3.2rem;
  font-weight: 700;
  line-height: 1.4;
  letter-spacing: 0.15em;
}
@media screen and (max-width: 768px) {
  .l-merit__item.item01 h3 {
    font-size: 2.4rem;
  }
}
.l-merit__item.item02 {
  background: var(--main-light);
}
.l-merit__item.item02 h3 {
  color: var(--main);
  text-align: center;
  font-family: var(--sub-font);
  font-size: 3.2rem;
  font-weight: 700;
  line-height: 1.4;
  letter-spacing: 0.15em;
}
@media screen and (max-width: 768px) {
  .l-merit__item.item02 h3 {
    font-size: 2.4rem;
  }
}
.l-merit__item.item03 {
  background: var(--sub3-light);
}
.l-merit__item.item03 h3 {
  color: var(--sub3);
  text-align: center;
  font-family: var(--sub-font);
  font-size: 3.2rem;
  font-weight: 700;
  line-height: 1.4;
  letter-spacing: 0.15em;
}
@media screen and (max-width: 768px) {
  .l-merit__item.item03 h3 {
    font-size: 2.4rem;
  }
}
.l-merit__item.item04 {
  background: var(--sub5-light);
}
.l-merit__item.item04 h3 {
  color: var(--sub5);
  text-align: center;
  font-family: var(--sub-font);
  font-size: 3.2rem;
  font-weight: 700;
  line-height: 1.4;
  letter-spacing: 0.15em;
}
@media screen and (max-width: 768px) {
  .l-merit__item.item04 h3 {
    font-size: 2.4rem;
  }
}
.l-merit__item.item05 {
  background: var(--sub6-light);
}
.l-merit__item.item05 h3 {
  color: var(--sub6);
  text-align: center;
  font-family: var(--sub-font);
  font-size: 3.2rem;
  font-weight: 700;
  line-height: 1.4;
  letter-spacing: 0.15em;
}
@media screen and (max-width: 768px) {
  .l-merit__item.item05 h3 {
    font-size: 2.4rem;
  }
}
.l-merit__item .num {
  position: absolute;
  top: -5rem;
  left: 50%;
  transform: translate(-50%, 0);
}
.l-merit__item .num img {
  width: 10rem;
  height: auto;
}
.l-merit__item .photo {
  width: 100%;
}
.l-merit__item .photo img {
  width: 100%;
  height: auto;
  border-radius: 1rem;
}

.l-applySec01 {
  padding: 14rem 0 18rem 0;
  position: relative;
  background: url(../img/l-apply-sec01-bg.jpg) no-repeat center top/cover;
}
@media screen and (max-width: 768px) {
  .l-applySec01 {
    padding: 6rem 0 10rem 0;
  }
}
.l-applySec01__below {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
}
.l-applySec01__below img {
  width: 100%;
  height: auto;
}
.l-applySec01__inner {
  width: 104.5rem;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .l-applySec01__inner {
    width: calc(100% - 4rem);
  }
}
.l-applySec01__title {
  margin-bottom: 5rem;
}
.l-applySec01__list {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 1.5rem 1.5rem;
}
@media screen and (max-width: 768px) {
  .l-applySec01__list {
    gap: 1.2rem 1.6rem;
  }
}
.l-applySec01__list li {
  width: 25rem;
  height: auto;
  aspect-ratio: 1/1;
  border-radius: 50%;
  background: var(--white);
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.8;
  letter-spacing: 0.05em;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  flex-direction: column;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .l-applySec01__list li {
    width: calc((100% - 1.6rem) / 2);
    font-size: 1.6rem;
  }
  .l-applySec01__list li img {
    width: 7rem;
    height: auto;
  }
}
.l-applySec01__list li.blue {
  border: 1rem solid #7ED3F0;
}
@media screen and (max-width: 768px) {
  .l-applySec01__list li.blue {
    border-width: 0.5rem;
  }
}
.l-applySec01__list li.green {
  border: 1rem solid #80D6D5;
}
@media screen and (max-width: 768px) {
  .l-applySec01__list li.green {
    border-width: 0.5rem;
  }
}
.l-applySec01__list li.pink {
  border: 1rem solid #FFBCB4;
}
@media screen and (max-width: 768px) {
  .l-applySec01__list li.pink {
    border-width: 0.5rem;
  }
}
.l-applySec01__list li.yellow {
  border: 1rem solid #FFD980;
}
@media screen and (max-width: 768px) {
  .l-applySec01__list li.yellow {
    border-width: 0.5rem;
  }
}
.l-applySec02 {
  background: #FFB301;
  padding: 3.6rem 0 6.4rem 0;
}
@media screen and (max-width: 768px) {
  .l-applySec02 {
    padding: 4rem 4rem 6rem 4rem;
  }
}
.l-applySec02 p {
  color: var(--white);
  text-align: center;
  text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  font-family: var(--sub-font);
  font-size: 3.8rem;
  font-weight: 700;
  line-height: 1.4;
  letter-spacing: 0.15em;
}
@media screen and (max-width: 768px) {
  .l-applySec02 p {
    font-size: 1.8rem;
  }
}
.l-applySec02 p span {
  background: url(../img/l-applySec02-underline.png) no-repeat center bottom/auto 0.4rem;
  padding: 1rem 0;
  display: inline-block;
}
@media screen and (max-width: 768px) {
  .l-applySec02 p strong {
    font-size: 2.4rem;
  }
}

.l-reason {
  padding: 12rem 0 0 0;
  position: relative;
  /* ==============================
  右寄り
  ============================== */
  /* ----- l-reason01 ----- */
  /* ----- l-reason03 ----- */
  /* ==============================
  左寄り
  ============================== */
  /* ----- l-reason02 ----- */
  /* ----- l-reason05 ----- */
  /* ==============================
  真ん中寄り
  ============================== */
  /* ==============================
  3列
  ============================== */
}
@media screen and (max-width: 768px) {
  .l-reason {
    padding: 8rem 0 0 0;
  }
}
.l-reason::before {
  content: "";
  background: url(../img/l-reason-bg.png) repeat-y top center/100% auto;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}
.l-reason01 {
  margin: 16.8rem 0 0 0;
  padding-bottom: 6.8rem;
  position: relative;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .l-reason01 {
    margin: 15rem 0 0 0;
  }
}
.l-reason01::before {
  content: "";
  border-radius: 5rem 0 0 5rem;
  background: #FFF4D9;
  width: 96%;
  margin-left: auto;
  height: 100%;
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: -1;
}
@media screen and (max-width: 768px) {
  .l-reason01::before {
    border-radius: 0;
    width: 100%;
  }
}
.l-reason01::after {
  content: "";
  display: inline-block;
  width: 35rem;
  height: 25rem;
  background-image: url(../img/l-reason01-after.png);
  background-size: contain;
  vertical-align: middle;
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: -1;
}
@media screen and (max-width: 768px) {
  .l-reason01::after {
    width: 20rem;
    height: 14.5rem;
    bottom: -0.3rem;
  }
}
.l-reason01Grid {
  display: grid;
  grid-template-columns: 1fr 615px 554px 1fr;
  grid-template-rows: auto;
  gap: 0px 46px;
  grid-auto-flow: row;
  grid-template-areas: "l-reason01Grid__imgbox l-reason01Grid__imgbox l-reason01Grid__txtbox .";
  position: relative;
  top: -8rem;
  margin-bottom: -8rem;
}
@media screen and (max-width: 768px) {
  .l-reason01Grid {
    display: flex;
    flex-wrap: wrap;
    gap: 0;
    top: -10rem;
    margin-bottom: -10rem;
  }
}
.l-reason01Grid__imgbox {
  grid-area: l-reason01Grid__imgbox;
}
@media screen and (max-width: 768px) {
  .l-reason01Grid__imgbox {
    width: 100%;
    padding-right: 2rem;
  }
}
.l-reason01Grid__imgbox img {
  width: 100%;
  height: auto;
}
.l-reason01Grid__txtbox {
  grid-area: l-reason01Grid__txtbox;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  padding-top: 8rem;
}
@media screen and (max-width: 768px) {
  .l-reason01Grid__txtbox {
    width: 100%;
    padding: 3rem 2rem 0 2rem;
  }
}
.l-reason01Grid__subtitle {
  background: url(../img/l-reason01-subtitle.png) no-repeat center bottom/auto 0.4rem;
  padding-bottom: 3rem;
  margin-bottom: 3rem;
  width: 100%;
  text-align: center;
}
.l-reason01Grid__subtitle .num {
  color: var(--main);
  font-family: var(--en-font);
  font-size: 10rem;
  font-weight: 400;
  line-height: 1.4;
  letter-spacing: 0.04em;
}
@media screen and (max-width: 768px) {
  .l-reason01Grid__subtitle .num {
    font-size: 4.5rem;
    line-height: 1.5;
  }
}
.l-reason01Grid__subtitle .intro {
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.8;
  letter-spacing: 0.05em;
  margin-bottom: 1rem;
}
@media screen and (max-width: 768px) {
  .l-reason01Grid__subtitle .intro {
    font-size: 1.7rem;
  }
}
.l-reason01Grid__subtitle h3 {
  text-shadow: 0px 0px 5px #FFF, 0px 0px 5px #FFF, 0px 0px 10px #FFF, 0px 0px 10px #FFF, 0px 0px 15px #FFF, 0px 0px 15px #FFF;
  font-family: var(--sub-font);
  font-size: 3.8rem;
  font-weight: 700;
  line-height: 1.4;
  letter-spacing: 0.15em;
}
@media screen and (max-width: 768px) {
  .l-reason01Grid__subtitle h3 {
    font-size: 2.4rem;
  }
}
.l-reason01Grid__subtitle h3 span {
  color: var(--sub1);
}
.l-reason01Below {
  margin: 7.6rem auto 0 auto;
  width: 100rem;
}
@media screen and (max-width: 768px) {
  .l-reason01Below {
    margin: 3rem auto 0 auto;
    width: 100%;
    padding: 0 2rem;
  }
}
.l-reason01Below__head {
  color: var(--sub1);
  text-align: center;
  font-family: var(--sub-font);
  font-size: 3.2rem;
  font-weight: 700;
  line-height: 1.4;
  letter-spacing: 0.15em;
  margin-bottom: 1.2rem;
}
@media screen and (max-width: 768px) {
  .l-reason01Below__head {
    font-size: 1.8rem;
    letter-spacing: 0.05em;
  }
}
.l-reason01Below__body {
  border-radius: 3rem;
  background: var(--white);
  box-shadow: 0px 2px 12px 0px rgba(0, 0, 0, 0.25);
  padding: 2rem 3rem 3rem 3rem;
}
@media screen and (max-width: 768px) {
  .l-reason01Below__body {
    padding: 4rem 3rem;
  }
}
.l-reason01Below__body ul {
  display: flex;
  justify-content: center;
  gap: 0 3rem;
}
@media screen and (max-width: 768px) {
  .l-reason01Below__body ul {
    flex-wrap: wrap;
    gap: 1.8rem 2.4rem;
  }
}
.l-reason01Below__body ul li {
  width: 18rem;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  flex-direction: column;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .l-reason01Below__body ul li {
    width: calc((100% - 2.4rem) / 2);
  }
}
.l-reason01Below__body ul li p {
  border-radius: 10rem;
  padding: 0.8rem;
  color: var(--white);
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.8;
  letter-spacing: 0.05em;
  position: relative;
  top: -2rem;
  margin-bottom: -2rem;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .l-reason01Below__body ul li p {
    font-size: 1.2rem;
  }
}
.l-reason01Below__body ul li:nth-child(1) p {
  background: var(--main);
}
.l-reason01Below__body ul li:nth-child(2) p {
  background: var(--sub3);
}
.l-reason01Below__body ul li:nth-child(3) p {
  background: var(--sub2);
}
.l-reason01Below__body ul li:nth-child(4) p {
  background: var(--sub4);
}
.l-reason01Below__body ul img {
  width: 100%;
  height: auto;
}
.l-reason03 {
  margin: 16.8rem 0 0 0;
  padding-bottom: 6.8rem;
  position: relative;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .l-reason03 {
    margin: 15rem 0 0 0;
  }
}
.l-reason03::before {
  content: "";
  border-radius: 5rem 0 0 5rem;
  background: #DAF2FB;
  width: 96%;
  margin-left: auto;
  height: 100%;
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: -1;
}
@media screen and (max-width: 768px) {
  .l-reason03::before {
    border-radius: 0;
    width: 100%;
  }
}
.l-reason03::after {
  content: "";
  display: inline-block;
  width: 35rem;
  height: 25rem;
  background-image: url(../img/l-reason03-after.png);
  background-size: contain;
  vertical-align: middle;
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: -1;
}
@media screen and (max-width: 768px) {
  .l-reason03::after {
    width: 20rem;
    height: 14.5rem;
    bottom: -0.2rem;
  }
}
.l-reason03Grid {
  display: grid;
  grid-template-columns: 1fr 615px 554px 1fr;
  grid-template-rows: auto;
  gap: 0px 46px;
  grid-auto-flow: row;
  grid-template-areas: "l-reason03Grid__imgbox l-reason03Grid__imgbox l-reason03Grid__txtbox .";
  position: relative;
  top: -8rem;
  margin-bottom: -8rem;
}
@media screen and (max-width: 768px) {
  .l-reason03Grid {
    display: flex;
    flex-wrap: wrap;
    gap: 0;
    top: -10rem;
    margin-bottom: -10rem;
  }
}
.l-reason03Grid__imgbox {
  grid-area: l-reason03Grid__imgbox;
}
@media screen and (max-width: 768px) {
  .l-reason03Grid__imgbox {
    width: 100%;
    padding-right: 2rem;
  }
}
.l-reason03Grid__imgbox img {
  width: 100%;
  height: auto;
}
.l-reason03Grid__txtbox {
  grid-area: l-reason03Grid__txtbox;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  padding-top: 8rem;
}
@media screen and (max-width: 768px) {
  .l-reason03Grid__txtbox {
    width: 100%;
    padding: 3rem 2rem 0 2rem;
  }
}
.l-reason03Grid__subtitle {
  background: url(../img/l-reason03-subtitle.png) no-repeat center bottom/auto 0.4rem;
  padding-bottom: 3rem;
  margin-bottom: 3rem;
  width: 100%;
  text-align: center;
}
.l-reason03Grid__subtitle .num {
  color: var(--sub3);
  font-family: var(--en-font);
  font-size: 10rem;
  font-weight: 400;
  line-height: 1.4;
  letter-spacing: 0.04em;
}
@media screen and (max-width: 768px) {
  .l-reason03Grid__subtitle .num {
    font-size: 4.5rem;
    line-height: 1.5;
  }
}
.l-reason03Grid__subtitle .intro {
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.8;
  letter-spacing: 0.05em;
  margin-bottom: 1rem;
}
@media screen and (max-width: 768px) {
  .l-reason03Grid__subtitle .intro {
    font-size: 1.7rem;
  }
}
.l-reason03Grid__subtitle h3 {
  text-shadow: 0px 0px 5px #FFF, 0px 0px 5px #FFF, 0px 0px 10px #FFF, 0px 0px 10px #FFF, 0px 0px 15px #FFF, 0px 0px 15px #FFF;
  font-family: var(--sub-font);
  font-size: 3.8rem;
  font-weight: 700;
  line-height: 1.4;
  letter-spacing: 0.15em;
}
@media screen and (max-width: 768px) {
  .l-reason03Grid__subtitle h3 {
    font-size: 2.4rem;
  }
}
.l-reason03Grid__subtitle h3 span {
  color: var(--sub3);
}
.l-reason03Below {
  margin: 7.6rem auto 0 auto;
  width: 95.2rem;
}
@media screen and (max-width: 768px) {
  .l-reason03Below {
    margin: 3rem auto 0 auto;
    width: 100%;
    padding: 0 0.6rem;
  }
}
.l-reason03Below img {
  width: 100%;
  height: auto;
}
.l-reason02 {
  margin: 16.8rem 0 0 0;
  padding-bottom: 6.8rem;
  position: relative;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .l-reason02 {
    margin: 15rem 0 0 0;
  }
}
.l-reason02::before {
  content: "";
  border-radius: 0 5rem 5rem 0;
  background: #F6FDE1;
  width: 96%;
  margin-left: auto;
  height: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: -1;
}
@media screen and (max-width: 768px) {
  .l-reason02::before {
    border-radius: 0;
    width: 100%;
  }
}
.l-reason02::after {
  content: "";
  display: inline-block;
  width: 35rem;
  height: 25rem;
  background-image: url(../img/l-reason02-after.png);
  background-size: contain;
  vertical-align: middle;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: -1;
}
@media screen and (max-width: 768px) {
  .l-reason02::after {
    width: 20rem;
    height: 14.5rem;
    bottom: -0.1rem;
  }
}
.l-reason02Grid {
  display: grid;
  grid-template-columns: 1fr 554px 615px 1fr;
  grid-template-rows: auto;
  gap: 0px 50px;
  grid-auto-flow: row;
  grid-template-areas: ". l-reason02Grid__txtbox l-reason02Grid__imgbox l-reason02Grid__imgbox";
  position: relative;
  top: -8rem;
  margin-bottom: -8rem;
}
@media screen and (max-width: 768px) {
  .l-reason02Grid {
    display: flex;
    flex-wrap: wrap;
    gap: 0;
    top: -10rem;
    margin-bottom: -10rem;
  }
}
.l-reason02Grid__imgbox {
  grid-area: l-reason02Grid__imgbox;
}
@media screen and (max-width: 768px) {
  .l-reason02Grid__imgbox {
    width: 100%;
    padding-left: 2rem;
  }
}
.l-reason02Grid__imgbox img {
  width: 100%;
  height: auto;
}
.l-reason02Grid__txtbox {
  grid-area: l-reason02Grid__txtbox;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  padding-top: 8rem;
}
@media screen and (max-width: 768px) {
  .l-reason02Grid__txtbox {
    width: 100%;
    padding: 3rem 2rem 0 2rem;
  }
}
.l-reason02Grid__subtitle {
  background: url(../img/l-reason02-subtitle.png) no-repeat center bottom/auto 0.4rem;
  padding-bottom: 3rem;
  margin-bottom: 3rem;
  width: 100%;
  text-align: center;
}
.l-reason02Grid__subtitle .num {
  color: var(--sub2);
  font-family: var(--en-font);
  font-size: 10rem;
  font-weight: 400;
  line-height: 1.4;
  letter-spacing: 0.04em;
}
@media screen and (max-width: 768px) {
  .l-reason02Grid__subtitle .num {
    font-size: 4.5rem;
    line-height: 1.5;
  }
}
.l-reason02Grid__subtitle .intro {
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.8;
  letter-spacing: 0.05em;
  margin-bottom: 1rem;
}
@media screen and (max-width: 768px) {
  .l-reason02Grid__subtitle .intro {
    font-size: 1.7rem;
  }
}
.l-reason02Grid__subtitle h3 {
  text-shadow: 0px 0px 5px #FFF, 0px 0px 5px #FFF, 0px 0px 10px #FFF, 0px 0px 10px #FFF, 0px 0px 15px #FFF, 0px 0px 15px #FFF;
  font-family: var(--sub-font);
  font-size: 3.8rem;
  font-weight: 700;
  line-height: 1.4;
  letter-spacing: 0.15em;
}
@media screen and (max-width: 768px) {
  .l-reason02Grid__subtitle h3 {
    font-size: 2.4rem;
  }
}
.l-reason02Grid__subtitle h3 span {
  color: var(--sub2);
}
.l-reason02Below {
  margin: 7.6rem auto 0 auto;
  width: 120rem;
  box-shadow: 0px 2px 12px rgba(0, 0, 0, 0.25);
  border-radius: 3rem;
  background: var(--white);
  padding: 6.6rem 10rem;
}
@media screen and (max-width: 768px) {
  .l-reason02Below {
    margin: 3rem auto 0 auto;
    width: calc(100% - 2rem);
    padding: 6rem 2rem;
  }
}
.l-reason02Below__head {
  margin-bottom: 15rem;
  border-radius: 10rem;
  background: var(--sub1);
  color: var(--white);
  text-align: center;
  text-shadow: 0px 1px 8px rgba(0, 0, 0, 0.6);
  font-family: var(--sub-font);
  font-size: 3.2rem;
  font-weight: 700;
  line-height: 1.4;
  letter-spacing: 0.15em;
  padding: 0.6rem;
  position: relative;
}
@media screen and (max-width: 768px) {
  .l-reason02Below__head {
    margin-bottom: 12.8rem;
    font-size: 1.8rem;
    height: auto;
    padding: 2rem;
    display: block;
  }
}
.l-reason02Below__head span {
  color: #FCE30E;
  font-size: 4.2rem;
  line-height: 1.6;
}
@media screen and (max-width: 768px) {
  .l-reason02Below__head span {
    font-size: 2.4rem;
  }
}
.l-reason02Below__head::after {
  content: "";
  background: var(--sub1);
  width: 9.2rem;
  height: 2rem;
  clip-path: polygon(0 0, 100% 0, 50% 100%);
  position: absolute;
  left: 50%;
  bottom: -1.8rem;
  transform: translate(-50%, 0);
}
@media screen and (max-width: 768px) {
  .l-reason02Below__head::after {
    width: 5.6rem;
    height: 1.4rem;
    bottom: -1.3rem;
  }
}
.l-reason02Below__list {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 0 2rem;
}
@media screen and (max-width: 768px) {
  .l-reason02Below__list {
    gap: 8.5rem 0;
  }
}
.l-reason02Below__list li {
  width: calc((100% - 4rem) / 3);
  border-radius: 3rem;
  padding: 0 3rem 3rem 3rem;
}
@media screen and (max-width: 768px) {
  .l-reason02Below__list li {
    width: 100%;
  }
}
.l-reason02Below__list li:nth-child(1) {
  background: #FFF4D9;
}
.l-reason02Below__list li:nth-child(1) h5 {
  background: url(../img/l-reason02-h5-01.png) no-repeat center bottom/100% auto;
  padding-bottom: 1.6rem;
  margin: 1.6rem 0;
  text-align: center;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.8;
  letter-spacing: 0.05em;
}
.l-reason02Below__list li:nth-child(1) .icon {
  width: 18.2rem;
  margin: 0 auto -7.4rem auto;
  position: relative;
  top: -7.4rem;
}
.l-reason02Below__list li:nth-child(1) .icon img {
  border: 0.8rem solid var(--main);
  border-radius: 50%;
  width: 100%;
  height: auto;
}
.l-reason02Below__list li:nth-child(2) {
  background: #DAF2FB;
}
.l-reason02Below__list li:nth-child(2) h5 {
  background: url(../img/l-reason02-h5-02.png) no-repeat center bottom/100% auto;
  padding-bottom: 1.6rem;
  margin: 1.6rem 0;
  text-align: center;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.8;
  letter-spacing: 0.05em;
}
.l-reason02Below__list li:nth-child(2) .icon {
  width: 18.2rem;
  margin: 0 auto -7.4rem auto;
  position: relative;
  top: -7.4rem;
}
.l-reason02Below__list li:nth-child(2) .icon img {
  border: 0.8rem solid var(--sub3);
  border-radius: 50%;
  width: 100%;
  height: auto;
}
.l-reason02Below__list li:nth-child(3) {
  background: #FEF1F6;
}
.l-reason02Below__list li:nth-child(3) h5 {
  background: url(../img/l-reason02-h5-03.png) no-repeat center bottom/100% auto;
  padding-bottom: 1.6rem;
  margin: 1.6rem 0;
  text-align: center;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.8;
  letter-spacing: 0.05em;
}
.l-reason02Below__list li:nth-child(3) .icon {
  width: 18.2rem;
  margin: 0 auto -7.4rem auto;
  position: relative;
  top: -7.4rem;
}
.l-reason02Below__list li:nth-child(3) .icon img {
  border: 0.8rem solid var(--sub4);
  border-radius: 50%;
  width: 100%;
  height: auto;
}
.l-reason05 {
  margin: 16.8rem 0 0 0;
  padding-bottom: 6.8rem;
  position: relative;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .l-reason05 {
    margin: 23.2rem 0 0 0;
  }
}
.l-reason05::before {
  content: "";
  border-radius: 0 5rem 5rem 0;
  background: #FDF2F1;
  width: 96%;
  margin-left: auto;
  height: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: -1;
}
@media screen and (max-width: 768px) {
  .l-reason05::before {
    border-radius: 0;
    width: 100%;
  }
}
.l-reason05::after {
  content: "";
  display: inline-block;
  width: 35rem;
  height: 25rem;
  background-image: url(../img/l-reason05-after.png);
  background-size: contain;
  vertical-align: middle;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: -1;
}
@media screen and (max-width: 768px) {
  .l-reason05::after {
    width: 20rem;
    height: 14.5rem;
    bottom: -0.2rem;
  }
}
.l-reason05Grid {
  display: grid;
  grid-template-columns: 1fr 554px 538px 1fr;
  grid-template-rows: auto;
  gap: 0px 100px;
  grid-auto-flow: row;
  grid-template-areas: ". l-reason05Grid__txtbox l-reason05Grid__imgbox l-reason05Grid__imgbox";
  position: relative;
  top: -8rem;
  margin-bottom: -8rem;
}
@media screen and (max-width: 768px) {
  .l-reason05Grid {
    display: flex;
    flex-wrap: wrap;
    gap: 0;
    top: -18.2rem;
    margin-bottom: -18.2rem;
  }
}
.l-reason05Grid__imgbox {
  grid-area: l-reason05Grid__imgbox;
}
@media screen and (max-width: 768px) {
  .l-reason05Grid__imgbox {
    width: 100%;
    padding-left: 2rem;
  }
}
.l-reason05Grid__imgbox img {
  width: 100%;
  height: auto;
}
.l-reason05Grid__txtbox {
  grid-area: l-reason05Grid__txtbox;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  padding-top: 8rem;
}
@media screen and (max-width: 768px) {
  .l-reason05Grid__txtbox {
    width: 100%;
    padding: 3rem 2rem 0 2rem;
  }
}
.l-reason05Grid__subtitle {
  background: url(../img/l-reason05-subtitle.png) no-repeat center bottom/auto 0.4rem;
  padding-bottom: 3rem;
  margin-bottom: 3rem;
  width: 100%;
  text-align: center;
}
.l-reason05Grid__subtitle .num {
  color: var(--sub1);
  font-family: var(--en-font);
  font-size: 10rem;
  font-weight: 400;
  line-height: 1.4;
  letter-spacing: 0.04em;
}
@media screen and (max-width: 768px) {
  .l-reason05Grid__subtitle .num {
    font-size: 4.5rem;
    line-height: 1.5;
  }
}
.l-reason05Grid__subtitle .intro {
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.8;
  letter-spacing: 0.05em;
  margin-bottom: 1rem;
}
@media screen and (max-width: 768px) {
  .l-reason05Grid__subtitle .intro {
    font-size: 1.7rem;
  }
}
.l-reason05Grid__subtitle h3 {
  text-shadow: 0px 0px 5px #FFF, 0px 0px 5px #FFF, 0px 0px 10px #FFF, 0px 0px 10px #FFF, 0px 0px 15px #FFF, 0px 0px 15px #FFF;
  font-family: var(--sub-font);
  font-size: 3.8rem;
  font-weight: 700;
  line-height: 1.4;
  letter-spacing: 0.15em;
}
@media screen and (max-width: 768px) {
  .l-reason05Grid__subtitle h3 {
    font-size: 2.4rem;
  }
}
.l-reason05Grid__subtitle h3 span {
  color: var(--sub1);
}
.l-reason04 {
  border-radius: 3rem;
  background: #E9F9F9 url(../img/l-reason04-bg.png) no-repeat center top/100% auto;
  width: 92%;
  margin: 11.5rem auto 0 auto;
  padding: 7.4rem 0 13.4rem 0;
}
@media screen and (max-width: 768px) {
  .l-reason04 {
    border-radius: 0;
    width: 100%;
    margin: 5rem auto 0 auto;
    padding: 4.8rem 2rem;
  }
}
.l-reason04__inner {
  max-width: 120rem;
  width: 100%;
  margin: 0 auto;
}
.l-reason04__subtitle {
  background: url(../img/l-reason04-subtitle.png) no-repeat center bottom/auto 0.4rem;
  padding-bottom: 3rem;
  margin-bottom: 3rem;
  width: 100%;
  text-align: center;
}
.l-reason04__subtitle .num {
  color: var(--sub5);
  font-family: var(--en-font);
  font-size: 10rem;
  font-weight: 400;
  line-height: 1.4;
  letter-spacing: 0.04em;
}
@media screen and (max-width: 768px) {
  .l-reason04__subtitle .num {
    font-size: 4.5rem;
    line-height: 1.5;
  }
}
.l-reason04__subtitle h3 {
  text-shadow: 0px 0px 5px #FFF, 0px 0px 5px #FFF, 0px 0px 10px #FFF, 0px 0px 10px #FFF, 0px 0px 15px #FFF, 0px 0px 15px #FFF;
  font-family: var(--sub-font);
  font-size: 3.8rem;
  font-weight: 700;
  line-height: 1.4;
  letter-spacing: 0.15em;
}
@media screen and (max-width: 768px) {
  .l-reason04__subtitle h3 {
    font-size: 2.4rem;
  }
}
.l-reason04__subtitle h3 span {
  color: var(--sub5);
}
.l-reason04__intro {
  max-width: 84rem;
  width: 100%;
  margin: 0 auto 10rem auto;
  padding: 0 2rem;
}
@media screen and (max-width: 768px) {
  .l-reason04__intro {
    margin: 0 auto 5rem auto;
    padding: 0;
  }
}
.l-reason04__list {
  display: flex;
  justify-content: space-between;
  gap: 0 3.6rem;
}
@media screen and (max-width: 768px) {
  .l-reason04__list {
    gap: 3rem 0;
    flex-wrap: wrap;
    padding: 0 2rem;
  }
}
.l-reason04__list li {
  width: calc((100% - 7.2rem) / 3);
  border-radius: 3rem;
  color: var(--white);
  text-align: center;
  font-family: var(--sub-font);
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 1.6;
  letter-spacing: 0.15em;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  flex-direction: column;
  position: relative;
}
@media screen and (max-width: 768px) {
  .l-reason04__list li {
    width: 100%;
    font-size: 1.8rem;
    letter-spacing: 0.05em;
  }
}
.l-reason04__list li.shift {
  position: relative;
  bottom: -6rem;
}
@media screen and (max-width: 768px) {
  .l-reason04__list li.shift {
    position: static;
  }
}
.l-reason04__list li:nth-child(1) p {
  background: var(--sub6);
  width: 100%;
  border-radius: 0 0 3rem 3rem;
}
.l-reason04__list li:nth-child(2) p {
  background: var(--sub3);
  width: 100%;
  border-radius: 0 0 3rem 3rem;
}
.l-reason04__list li:nth-child(3) p {
  background: var(--sub5);
  width: 100%;
  border-radius: 0 0 3rem 3rem;
}
.l-reason04__list li .photo {
  width: 100%;
  height: auto;
  border-radius: 3rem 3rem 0 0;
}
.l-reason04__list li .row1 {
  line-height: 3.2;
}
.l-reason04__list li .badge {
  position: absolute;
  top: -7.2rem;
  right: -5.4rem;
  width: 17rem;
}
@media screen and (max-width: 768px) {
  .l-reason04__list li .badge {
    top: -4.6rem;
    right: -2.8rem;
    width: 11.6rem;
  }
}
.l-reason04__list li .badge img {
  width: 100%;
  height: auto;
}
.l-reason09 {
  padding: 12rem 0;
}
@media screen and (max-width: 768px) {
  .l-reason09 {
    padding: 6rem 0 0 0;
  }
}
.l-reason09__inner {
  width: 120rem;
  margin: 0 auto;
  background: #FFF4D9;
  border-top: 2rem solid #FFE300;
  border-bottom: 2rem solid #FFE300;
  padding: 6.4rem 10rem;
}
@media screen and (max-width: 768px) {
  .l-reason09__inner {
    width: 100%;
    border-top: 1rem solid #FFE300;
    border-bottom: 1rem solid #FFE300;
    padding: 4rem 2rem;
  }
}
.l-reason09__subtitle {
  background: url(../img/l-reason09-subtitle.png) no-repeat center bottom/69.4rem auto;
  padding-bottom: 3rem;
  margin-bottom: 3rem;
  width: 100%;
  text-align: center;
}
.l-reason09__subtitle h3 {
  font-family: var(--sub-font);
  font-size: 3.8rem;
  font-weight: 700;
  line-height: 1.4;
  letter-spacing: 0.15em;
}
@media screen and (max-width: 768px) {
  .l-reason09__subtitle h3 {
    font-size: 2.4rem;
  }
}
.l-reason09__subtitle h3 span {
  color: var(--error);
}
.l-reason09__list {
  display: flex;
  justify-content: center;
  gap: 0 2rem;
  margin-top: 4rem;
}
@media screen and (max-width: 768px) {
  .l-reason09__list {
    flex-wrap: wrap;
    gap: 1rem 1rem;
    margin-top: 3.2rem;
  }
}
.l-reason09__list li {
  width: 22rem;
  height: auto;
  aspect-ratio: 1/1;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  color: var(--white);
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.8;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 768px) {
  .l-reason09__list li {
    width: calc((100% - 1rem) / 2);
    font-size: 1.8rem;
    line-height: 1.5;
  }
}
.l-reason09__list li:nth-child(1) {
  background: url(../img/l-reason09-list01.png) no-repeat center center/22rem auto;
}
@media screen and (max-width: 768px) {
  .l-reason09__list li:nth-child(1) {
    background-size: 100% auto;
  }
}
.l-reason09__list li:nth-child(2) {
  background: url(../img/l-reason09-list02.png) no-repeat center center/22rem auto;
}
@media screen and (max-width: 768px) {
  .l-reason09__list li:nth-child(2) {
    background-size: 100% auto;
  }
}
.l-reason09__list li:nth-child(3) {
  background: url(../img/l-reason09-list03.png) no-repeat center center/22rem auto;
}
@media screen and (max-width: 768px) {
  .l-reason09__list li:nth-child(3) {
    background-size: 100% auto;
  }
}
.l-reason09__list li:nth-child(4) {
  background: url(../img/l-reason09-list04.png) no-repeat center center/22rem auto;
}
@media screen and (max-width: 768px) {
  .l-reason09__list li:nth-child(4) {
    background-size: 100% auto;
  }
}
.l-reason060708 {
  padding: 26.4rem 0 0 0;
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .l-reason060708 {
    padding: 0;
    flex-wrap: wrap;
  }
}
.l-reason060708 li {
  width: 33.3333333333%;
  padding: 0 1.2rem;
}
@media screen and (max-width: 768px) {
  .l-reason060708 li {
    width: 100%;
    padding: 0 2rem;
    margin-top: 20.5rem;
  }
}
.l-reason060708 li:nth-child(1) {
  background: #F0EAF3 url(../img/l-reason06-bg.png) no-repeat bottom left/18.2rem auto;
}
.l-reason060708 li:nth-child(1) .subtitle {
  background: url(../img/l-reason09-subtitle01.png) no-repeat center bottom/100% auto;
  padding-bottom: 3rem;
  margin-bottom: 3rem;
  width: 100%;
  text-align: center;
}
.l-reason060708 li:nth-child(1) .subtitle .num {
  color: var(--sub6);
  font-family: var(--en-font);
  font-size: 10rem;
  font-weight: 400;
  line-height: 1.4;
  letter-spacing: 0.04em;
}
@media screen and (max-width: 768px) {
  .l-reason060708 li:nth-child(1) .subtitle .num {
    font-size: 4.5rem;
    line-height: 1.5;
  }
}
.l-reason060708 li:nth-child(1) .subtitle .intro {
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.8;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 768px) {
  .l-reason060708 li:nth-child(1) .subtitle .intro {
    font-size: 1.7rem;
  }
}
.l-reason060708 li:nth-child(1) .subtitle h3 {
  text-shadow: 0px 0px 5px #FFF, 0px 0px 5px #FFF, 0px 0px 10px #FFF, 0px 0px 10px #FFF, 0px 0px 15px #FFF, 0px 0px 15px #FFF;
  font-family: var(--sub-font);
  font-size: 3.8rem;
  font-weight: 700;
  line-height: 1.4;
  letter-spacing: 0.15em;
  color: var(--sub6);
}
@media screen and (max-width: 768px) {
  .l-reason060708 li:nth-child(1) .subtitle h3 {
    font-size: 2.4rem;
  }
}
.l-reason060708 li:nth-child(2) {
  background: #FFF4D9;
}
@media screen and (max-width: 768px) {
  .l-reason060708 li:nth-child(2) {
    background: #FFF4D9 url(../img/l-reason07-bg.png) no-repeat bottom right/18.2rem auto;
  }
}
.l-reason060708 li:nth-child(2) .subtitle {
  background: url(../img/l-reason09-subtitle02.png) no-repeat center bottom/100% auto;
  padding-bottom: 3rem;
  margin-bottom: 3rem;
  width: 100%;
  text-align: center;
}
.l-reason060708 li:nth-child(2) .subtitle .num {
  color: var(--main);
  font-family: var(--en-font);
  font-size: 10rem;
  font-weight: 400;
  line-height: 1.4;
  letter-spacing: 0.04em;
}
@media screen and (max-width: 768px) {
  .l-reason060708 li:nth-child(2) .subtitle .num {
    font-size: 4.5rem;
    line-height: 1.5;
  }
}
.l-reason060708 li:nth-child(2) .subtitle .intro {
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.8;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 768px) {
  .l-reason060708 li:nth-child(2) .subtitle .intro {
    font-size: 1.7rem;
  }
}
.l-reason060708 li:nth-child(2) .subtitle h3 {
  text-shadow: 0px 0px 5px #FFF, 0px 0px 5px #FFF, 0px 0px 10px #FFF, 0px 0px 10px #FFF, 0px 0px 15px #FFF, 0px 0px 15px #FFF;
  font-family: var(--sub-font);
  font-size: 3.8rem;
  font-weight: 700;
  line-height: 1.4;
  letter-spacing: 0.15em;
  color: var(--main);
}
@media screen and (max-width: 768px) {
  .l-reason060708 li:nth-child(2) .subtitle h3 {
    font-size: 2.4rem;
  }
}
.l-reason060708 li:nth-child(3) {
  background: #F6FDE1 url(../img/l-reason08-bg.png) no-repeat bottom right/18.2rem auto;
}
@media screen and (max-width: 768px) {
  .l-reason060708 li:nth-child(3) {
    background: #F6FDE1 url(../img/l-reason08-bg-sp.png) no-repeat bottom left/18.2rem auto;
  }
}
.l-reason060708 li:nth-child(3) .subtitle {
  background: url(../img/l-reason09-subtitle03.png) no-repeat center bottom/100% auto;
  padding-bottom: 3rem;
  margin-bottom: 3rem;
  width: 100%;
  text-align: center;
}
.l-reason060708 li:nth-child(3) .subtitle .num {
  color: var(--sub2);
  font-family: var(--en-font);
  font-size: 10rem;
  font-weight: 400;
  line-height: 1.4;
  letter-spacing: 0.04em;
}
@media screen and (max-width: 768px) {
  .l-reason060708 li:nth-child(3) .subtitle .num {
    font-size: 4.5rem;
    line-height: 1.5;
  }
}
.l-reason060708 li:nth-child(3) .subtitle .intro {
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.8;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 768px) {
  .l-reason060708 li:nth-child(3) .subtitle .intro {
    font-size: 1.7rem;
  }
}
.l-reason060708 li:nth-child(3) .subtitle h3 {
  text-shadow: 0px 0px 5px #FFF, 0px 0px 5px #FFF, 0px 0px 10px #FFF, 0px 0px 10px #FFF, 0px 0px 15px #FFF, 0px 0px 15px #FFF;
  font-family: var(--sub-font);
  font-size: 3.8rem;
  font-weight: 700;
  line-height: 1.4;
  letter-spacing: 0.15em;
  color: var(--sub2);
}
@media screen and (max-width: 768px) {
  .l-reason060708 li:nth-child(3) .subtitle h3 {
    font-size: 2.4rem;
  }
}
.l-reason060708 li .imgbox {
  position: relative;
  top: -20.4rem;
  margin-bottom: -20.4rem;
}
@media screen and (max-width: 768px) {
  .l-reason060708 li .imgbox {
    top: -15.5rem;
    margin-bottom: -15.5rem;
  }
}
.l-reason060708 li .imgbox img {
  width: 100%;
  height: auto;
}
.l-reason060708 li .txtbox {
  max-width: 42rem;
  width: 100%;
  margin: 0 auto;
  padding: 4rem 0 7rem 0;
}
@media screen and (max-width: 768px) {
  .l-reason060708 li .txtbox {
    padding: 3rem 0;
  }
}

.l-cta {
  background: #7ED3F0 url(../img/l-cta-bg.png) no-repeat center center/cover;
  border-bottom: 1rem solid var(--sub7);
}
.l-cta.sizeL {
  padding: 17.2rem 0 3.5rem 0;
}
@media screen and (max-width: 768px) {
  .l-cta.sizeL {
    padding: 8rem 1rem 6rem 1rem;
  }
}
.l-cta.sizeS {
  padding: 6.5rem 0 3.5rem 0;
}
@media screen and (max-width: 768px) {
  .l-cta.sizeS {
    padding: 6rem 1rem;
  }
}
.l-cta__inner {
  width: 120rem;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .l-cta__inner {
    width: 100%;
  }
}
.l-cta__en {
  color: var(--sub3-light);
  text-align: center;
  font-family: var(--en-font);
  font-size: 8rem;
  font-weight: 500;
  line-height: 0.7;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 768px) {
  .l-cta__en {
    font-size: 6rem;
  }
}
.l-cta__box {
  border-radius: 3rem;
  background: var(--white);
  padding: 5rem 9rem;
  position: relative;
}
@media screen and (max-width: 768px) {
  .l-cta__box {
    padding: 5rem 2rem;
  }
}
.l-cta__box::before {
  content: "";
  position: absolute;
  top: 1.2rem;
  left: 1.2rem;
  right: 1.2rem;
  bottom: 1.2rem;
  border: 0.1rem dashed var(--sub3);
  border-radius: 3rem;
  pointer-events: none;
}
@media screen and (max-width: 768px) {
  .l-cta__box::before {
    top: 1rem;
    left: 1rem;
    right: 1rem;
    bottom: 1rem;
  }
}
.l-cta__title {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  position: relative;
  top: -5rem;
  margin-bottom: -5rem;
}
@media screen and (max-width: 768px) {
  .l-cta__title {
    justify-content: center;
    position: static;
    margin-bottom: 0;
  }
}
.l-cta__title h2 {
  text-align: center;
  font-family: var(--sub-font);
  font-size: 3.8rem;
  font-weight: 700;
  line-height: 1.4;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 768px) {
  .l-cta__title h2 {
    order: 1;
    font-size: 1.8rem;
    letter-spacing: 0.05em;
  }
}
.l-cta__title h2 span {
  color: var(--error);
  font-size: 4.2rem;
}
@media screen and (max-width: 768px) {
  .l-cta__title h2 span {
    font-size: 2.8rem;
    letter-spacing: 0.15em;
  }
}
@media screen and (max-width: 768px) {
  .l-cta__title .img01 {
    order: 2;
    width: 50%;
    height: auto;
  }
}
.l-cta__title .img02 {
  position: relative;
  right: 4rem;
}
@media screen and (max-width: 768px) {
  .l-cta__title .img02 {
    order: 3;
    width: 50%;
    height: auto;
    right: 2rem;
  }
}
.l-cta__btns {
  display: flex;
  flex-wrap: wrap;
  gap: 0 1.6rem;
}
@media screen and (max-width: 768px) {
  .l-cta__btns {
    flex-direction: column;
    gap: 1.6rem 0;
  }
}
.l-cta__phone {
  width: calc((100% - 1.6rem) / 2);
}
@media screen and (max-width: 768px) {
  .l-cta__phone {
    width: 100%;
  }
}
.l-cta__phone a {
  width: 100%;
  height: 15.6rem;
  color: var(--white);
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  flex-direction: column;
  gap: 1.2rem 0;
  border-radius: 8rem;
  background: #406195;
}
@media screen and (max-width: 768px) {
  .l-cta__phone a {
    height: 11.5rem;
    gap: 0.8rem 0;
  }
}
.l-cta__phone a:hover {
  opacity: 0.7;
}
.l-cta__reserve {
  width: calc((100% - 1.6rem) / 2);
}
@media screen and (max-width: 768px) {
  .l-cta__reserve {
    width: 100%;
  }
}
.l-cta__reserve a {
  width: 100%;
  height: 15.6rem;
  color: var(--white);
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  flex-direction: column;
  gap: 1.2rem 0;
  border-radius: 8rem;
  background: var(--sub1);
}
@media screen and (max-width: 768px) {
  .l-cta__reserve a {
    height: 11.5rem;
    gap: 0.8rem 0;
  }
}
.l-cta__reserve a:hover {
  opacity: 0.7;
}
.l-cta__label {
  text-align: center;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.8;
  letter-spacing: 0.05em;
  border-radius: 10rem;
  border: 0.1rem solid var(--white);
  padding: 0 2rem;
  display: inline-block;
}
@media screen and (max-width: 768px) {
  .l-cta__label {
    font-size: 1.6rem;
    font-weight: 400;
  }
}
.l-cta__main {
  font-size: 4.2rem;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.05em;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  gap: 0 1.2rem;
}
@media screen and (max-width: 768px) {
  .l-cta__main {
    font-size: 2.6rem;
  }
  .l-cta__main img {
    width: 3.2rem;
    height: auto;
  }
}

.l-worry {
  background: url(../img/l-worry-bg.jpg) no-repeat center bottom/cover;
  width: 100%;
  height: 100.7rem;
  position: relative;
  z-index: 2;
  clip-path: polygon(0 0, 100% 0, 100% 88.22%, 50% 100%, 0 88.22%);
  margin-bottom: -11.86246rem;
  padding: 8.7rem 0 0 0;
}
@media screen and (max-width: 768px) {
  .l-worry {
    background: url(../img/l-worry-bg.jpg) no-repeat center bottom/cover;
    height: 66rem;
    clip-path: polygon(0 0, 100% 0, 100% 91.84%, 50% 100%, 0 91.84%);
    margin-bottom: -5.3856rem;
    padding: 6rem 0.4rem 0 0.4rem;
  }
}
.l-worry__inner {
  width: 120rem;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .l-worry__inner {
    width: 100%;
  }
}
.l-worry__title {
  color: var(--white);
  text-align: center;
  text-shadow: 0px 1px 8px rgba(0, 0, 0, 0.6);
  font-family: var(--sub-font);
  font-size: 3.2rem;
  font-weight: 700;
  line-height: 1.4;
  letter-spacing: 0.15em;
  width: 100%;
  height: 13rem;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 10rem;
  position: relative;
  background: var(--sub1);
}
@media screen and (max-width: 768px) {
  .l-worry__title {
    height: 9.7rem;
    font-size: 1.8rem;
    width: calc(100% - 2rem);
    margin: 0 auto;
  }
}
.l-worry__title::after {
  content: "";
  background: var(--sub1);
  width: 9.2rem;
  height: 2rem;
  clip-path: polygon(0 0, 100% 0, 50% 100%);
  position: absolute;
  left: 50%;
  bottom: -1.8rem;
  transform: translate(-50%, 0);
}
.l-worry__title span {
  color: #FFE300;
  font-size: 3.8rem;
}
@media screen and (max-width: 768px) {
  .l-worry__title span {
    font-size: 2.4rem;
  }
}
.l-worry__list {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 4rem 4rem;
  margin-top: 7.4rem;
}
@media screen and (max-width: 768px) {
  .l-worry__list {
    gap: 0.5rem 0;
    margin-top: 4.8rem;
  }
}
.l-worry__list li {
  width: 27rem;
  height: auto;
  aspect-ratio: 1/1;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  flex-direction: column;
  gap: 1rem 0;
  text-align: center;
  font-size: 2.2rem;
  font-weight: 700;
  line-height: 1.54;
  letter-spacing: 0.15em;
  padding-top: 6rem;
}
@media screen and (max-width: 768px) {
  .l-worry__list li {
    width: 33.3333333333%;
    font-size: 1.2rem;
    font-weight: 600;
    letter-spacing: 0.08em;
    padding-top: 2.4rem;
    gap: 0.4rem 0;
  }
  .l-worry__list li img {
    width: 2.4rem;
    height: auto;
  }
}
.l-worry__list li.blue {
  background: url(../img/l-worry-baloon-blue.png) no-repeat center center/100% auto;
  color: var(--sub3);
}
.l-worry__list li.green {
  background: url(../img/l-worry-baloon-green.png) no-repeat center center/100% auto;
  color: var(--sub5);
}
.l-worry__list li.purple {
  background: url(../img/l-worry-baloon-purple.png) no-repeat center center/100% auto;
  color: var(--sub6);
}
.l-worry__list li.red {
  background: url(../img/l-worry-baloon-red.png) no-repeat center center/100% auto;
  color: var(--sub1);
}

@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: 0.1rem solid var(--white);
  }
  .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(--white);
    text-align: center;
    background: #406195;
  }
  .l-floating__phone p {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0 0.6rem;
    font-size: 1.5rem;
    font-weight: 600;
    line-height: 1.5;
    letter-spacing: 0.05em;
  }
  .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(--sub1);
  }
  .l-floating__reserve p {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0 0.6rem;
    font-size: 1.5rem;
    font-weight: 600;
    line-height: 1.5;
    letter-spacing: 0.05em;
  }
  .l-floating__reserve small {
    text-align: center;
    font-size: 1rem;
    line-height: 1;
    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(../img/l-hero-bg.jpg) no-repeat center top/cover;
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .l-hero {
    height: calc(100dvh - 6.4rem);
    background: url(../img/l-hero-bg-sp.jpg) no-repeat center top/cover;
    flex-wrap: wrap;
    flex-direction: column;
    align-items: center;
    justify-content: flex-end;
    padding: 0 1rem 1rem 1rem;
  }
}
.l-hero__img01 {
  padding: 0 0 6rem 2rem;
}
@media screen and (max-width: 768px) {
  .l-hero__img01 {
    padding: 0;
  }
}
.l-hero__img01 img {
  width: 55.9523809524vw;
  height: auto;
}
@media screen and (max-width: 768px) {
  .l-hero__img01 img {
    width: 100%;
  }
}
.l-hero__img02 {
  padding: 0 4.8rem 4.8rem 0;
}
@media screen and (max-width: 768px) {
  .l-hero__img02 {
    padding: 0;
    position: relative;
    top: -2.6rem;
    margin-bottom: -2.6rem;
  }
}
.l-hero__img02 img {
  width: 34.7883597884vw;
  height: auto;
}
@media screen and (max-width: 768px) {
  .l-hero__img02 img {
    width: 100%;
  }
}

.l-header__logo {
  position: absolute;
  top: 5.8rem;
  left: 5.5rem;
  z-index: 10;
}
.l-header__logo h1{
    margin-top:20px;
    font-size: 1.1rem;
}
@media screen and (max-width: 768px) {
.l-header__logo h1{
    margin-top:10px;
    font-size: 1rem;
}
  .l-header__logo {
    top: 2rem;
    left: 2rem;
  }
  .l-header__logo img {
    width: 18.8rem;
    height: auto;
  }
}
.l-header__logo a:hover {
  opacity: 0.7;
}
.l-header__logo p {
  font-size: 1.3rem;
  line-height: 1.73;
  margin-top: 0.8rem;
}
@media screen and (max-width: 768px) {
  .l-header__logo p {
    font-size: 1.1rem;
    margin-top: 0.4rem;
  }
}
.l-header__fix {
  position: fixed;
  top: 4.9rem;
  right: 16.3rem;
  z-index: 9999;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .l-header__fix {
    right: 0;
  }
}
.l-header__phone {
  margin-right: 1.6rem;
}
@media screen and (max-width: 1320px) and (min-width: 769px) {
  .l-header__phone {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  .l-header__phone {
    display: none;
  }
}
.l-header__phone a {
  border-radius: 10rem;
  border: 0.2rem solid #406195;
  background: var(--white);
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  flex-direction: column;
  text-align: center;
  width: 40rem;
  height: 10rem;
}
.l-header__phone a:hover {
  opacity: 0.7;
}
.l-header__phone a .large {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0 0.4rem;
  color: #406195;
  font-size: 3.2rem;
  font-weight: 700;
  line-height: 1.15;
  letter-spacing: 0.05em;
}
.l-header__phone a .small {
  color: #406195;
}
.l-header__reserve {
  margin-right: 1.6rem;
}
@media screen and (max-width: 1320px) and (min-width: 769px) {
  .l-header__reserve {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  .l-header__reserve {
    display: none;
  }
}
.l-header__reserve a {
  border-radius: 10rem;
  border: 0.2rem solid var(--sub1);
  background: var(--sub1);
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  flex-direction: column;
  text-align: center;
  width: 29rem;
  height: 10rem;
}
.l-header__reserve a:hover {
  opacity: 0.7;
}
.l-header__reserve a .large {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0 0.4rem;
  color: var(--white);
  font-size: 3.2rem;
  font-weight: 700;
  line-height: 1.15;
  letter-spacing: 0.05em;
}
.l-header__reserve a .small {
  color: var(--white);
}

.l-sitemap {
  padding: 15rem 7.5rem 0 7.5rem;
}
@media screen and (max-width: 768px) {
  .l-sitemap {
    padding: 10rem 2.8rem 0 2.8rem;
  }
}
.l-sitemap__nav {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  gap: 1.5rem 0;
}
.l-sitemap__nav a {
  color: var(--white);
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 2;
  letter-spacing: 0.06em;
}
.l-sitemap__nav a:hover {
  opacity: 0.7;
}
.l-sitemap__nav img {
  width: 100%;
  height: auto;
}
@media screen and (max-width: 768px) {
  .l-sitemap__nav li:last-child {
    margin-top: 2.4rem;
  }
}
.l-sitemap__copy {
  padding: 3.6rem 0;
  color: var(--white);
  white-space: nowrap;
}
@media screen and (max-width: 768px) {
  .l-sitemap__copy {
    padding: 2.8rem 0 11.8rem 0;
    white-space: normal;
    text-align: center;
  }
}
.l-sitemap__copy small {
  font-size: 1.1rem;
  line-height: 1.5;
  letter-spacing: 0.1em;
}
.l-sitemap__copy a:hover {
  opacity: 0.7;
}

.l-case {
  background: #DAF2FB;
  padding: 12rem 0;
  border-bottom: 1rem solid #FFE300;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 768px) {
  .l-case {
    padding: 8rem 0;
  }
}
.l-case__title {
  margin-bottom: 8rem;
}
@media screen and (max-width: 768px) {
  .l-case__title {
    margin-bottom: 5rem;
  }
}
.l-case__subtitle {
  font-family: var(--sub-font);
  font-size: 3.2rem;
  font-weight: 700;
  line-height: 1.4;
  letter-spacing: 0.15em;
  text-align: center;
  width: 100%;
  margin-bottom: 5rem;
  padding-bottom: 1.6rem;
  background: url(../img/l-case-subtitle.png) no-repeat center bottom/80.6rem auto;
}
@media screen and (max-width: 768px) {
  .l-case__subtitle {
    font-size: 1.8rem;
    letter-spacing: 0.05em;
    background: url(../img/l-case-subtitle.png) no-repeat center bottom/auto 0.4rem;
    margin-bottom: 3rem;
  }
}
.l-case__card {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  border-radius: 3rem;
  background: var(--white);
  width: 100%;
  padding: 8rem 10rem;
}
@media screen and (max-width: 768px) {
  .l-case__card {
    flex-direction: column;
    gap: 1.6rem 0;
    padding: 5rem 0.8rem;
    border-radius: 0;
  }
}
.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 h4 {
  color: var(--white);
  font-family: var(--sub-font);
  font-size: 3rem;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.15em;
  background: var(--sub3);
  padding: 1rem;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .l-case__before h4 {
    font-size: 1.6rem;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 2.5rem;
  }
}
.l-case__triangle {
  background: var(--main);
  height: 2.6rem;
  width: 1.3rem;
  clip-path: polygon(0 0, 100% 50%, 0 100%);
}
@media screen and (max-width: 768px) {
  .l-case__triangle {
    display: none;
  }
}
.l-case__after {
  width: 47rem;
}
@media screen and (max-width: 768px) {
  .l-case__after {
    width: 100%;
  }
}
.l-case__after h4 {
  color: var(--white);
  font-family: var(--sub-font);
  font-size: 3rem;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.15em;
  background: var(--sub4);
  padding: 1rem;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .l-case__after h4 {
    font-size: 1.6rem;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 2.5rem;
  }
}
.l-case__btn {
  width: 36rem;
  margin: 5rem auto 0 auto;
}
@media screen and (max-width: 768px) {
  .l-case__btn {
    margin-top: 3rem;
    width: 100%;
  }
}
.l-case__btn a {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  color: var(--white);
  background: var(--sub1);
  border-radius: 10rem;
  width: 100%;
  height: 6rem;
  font-size: 2rem;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 768px) {
  .l-case__btn a {
    display: flex;
    width: 100%;
    height: 5.6rem;
    font-size: 1.6rem;
  }
}
.l-case__btn a:hover {
  opacity: 0.7;
}
.l-case__btn a::before {
  content: "＋";
  position: absolute;
  right: 5.6rem;
  top: 50%;
  transform: translateY(-50%);
  font-size: 2.4rem;
  color: var(--white);
  transition: transform 0.3s;
}
.l-case__btn a.active::before {
  content: "−";
}
.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: 2rem;
  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.5rem;
    font-size: 1.2rem;
  }
}
.l-case__table td {
  width: 70%;
  vertical-align: middle;
  padding: 2rem 3rem;
  font-size: 2rem;
  letter-spacing: 0.05em;
  background: var(--white);
  border-bottom: 0.1rem solid var(--main);
}
@media screen and (max-width: 768px) {
  .l-case__table td {
    padding: 0.5rem;
    font-size: 1.2rem;
  }
}
.l-case__table tr:last-child th,
.l-case__table tr:last-child td {
  border-bottom: none;
}

.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;
  padding-bottom: 3.5rem;
}
.c-heading01.sizeS {
  background: url(../img/c-heading-sizeS.png) no-repeat center bottom/23.4rem auto;
}
.c-heading01.sizeL {
  background: url(../img/c-heading-sizeL.png) no-repeat center bottom/30.4rem auto;
}
.c-heading01.sizeLL {
  background: url(../img/c-heading-sizeLL.png) no-repeat center bottom/56.7rem auto;
}
.c-heading01.sizeGL {
  background: url(../img/c-heading-sizeGL.png) no-repeat center bottom/34.8rem auto;
}
.c-heading01 .en {
  color: var(--sub3);
  font-family: var(--en-font);
  font-size: 3.2rem;
  line-height: 1.4;
  letter-spacing: 0.05em;
}
.c-heading01 .ja {
  font-family: var(--sub-font);
  font-size: 3.8rem;
  font-weight: 700;
  line-height: 1.4;
  letter-spacing: 0.15em;
}
@media screen and (max-width: 768px) {
  .c-heading01 .ja {
    font-size: 2.4rem;
  }
}

.c-btn01 a {
  border-radius: 0.4rem;
  border: 0.1rem solid var(--base-color);
  background: url(../img/c-btn01.svg) no-repeat center right 2.4rem/0.8rem 1.3rem;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  padding: 1rem 5.6rem 1rem 2.4rem;
  font-size: 1.5rem;
  letter-spacing: 0.14em;
}
@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-btn02 a {
  border-radius: 10rem;
  background: var(--sub1);
  width: 100%;
  max-width: 36rem;
  height: 6rem;
  color: var(--white);
  text-align: center;
  font-size: 2rem;
  letter-spacing: 0.05em;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  flex-direction: row-reverse;
  gap: 0 4rem;
}
@media screen and (max-width: 768px) {
  .c-btn02 a {
    font-size: 1.8rem;
    position: relative;
  }
  .c-btn02 a img {
    position: absolute;
    top: 50%;
    right: 2.4rem;
    transform: translate(0, -50%);
  }
}
.c-btn02 a:hover {
  opacity: 0.7;
}

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

.c-payment {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .c-payment {
    gap: 2rem 2rem;
    width: 100%;
  }
}
.c-payment__item {
  width: 23rem;
  aspect-ratio: 1/1;
  border-radius: 50%;
  background: linear-gradient(110deg, #079AD4 0%, #4EBD7C 50%, #6ACB5A 100%);
  padding: 0.2rem;
}
@media screen and (max-width: 768px) {
  .c-payment__item {
    width: calc((100% - 2rem) / 2);
  }
}
.c-payment__iteminner {
  background: var(--white);
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  flex-direction: column;
  gap: 0.8rem 0;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  color: var(--main-dark);
  text-align: center;
  font-weight: 600;
  line-height: 1.41;
  letter-spacing: 0.06em;
}
@media screen and (max-width: 768px) {
  .c-payment__iteminner {
    font-size: 1.6rem;
  }
  .c-payment__iteminner img {
    height: 4.6rem;
    width: auto;
  }
}

.p-information {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  gap: 0 10rem;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .p-information {
    width: 100%;
  }
}
.p-informationBlock01 {
  width: 100%;
}
.p-informationBlock02 {
  width: calc((100% - 10rem) / 2);
  margin-top: 6.6rem;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  justify-content: space-between;
  gap: 2.4rem 0;
}
@media screen and (max-width: 768px) {
  .p-informationBlock02 {
    width: 100%;
    margin-top: 5rem;
  }
}
.p-informationBlock03 {
  width: calc((100% - 10rem) / 2);
  margin-top: 6.6rem;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  justify-content: space-between;
  gap: 1.2rem 0;
}
@media screen and (max-width: 768px) {
  .p-informationBlock03 {
    width: 100%;
    margin-top: 5rem;
  }
}
.p-informationBlock04 {
  width: 100%;
  margin-top: 5rem;
}
.p-information__logo {
  text-align: center;
}
.p-information__logo a {
  transition: all 0.5s;
}
.p-information__logo a:hover {
  opacity: 0.7;
}
@media screen and (max-width: 768px) {
  .p-information__logo img {
    width: 100%;
    height: auto;
    margin: 0 auto;
  }
}
.p-information__time strong {
  display: block;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.8;
  letter-spacing: 0.05em;
  margin-bottom: 0.5rem;
}
.p-information__access h3 {
  display: flex;
  align-items: center;
  gap: 0 2.2rem;
  margin-bottom: 1.6rem;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.8;
  letter-spacing: 0.05em;
  color: var(--sub1);
}
.p-information__access ul {
  margin-left: 8.2rem;
}
@media screen and (max-width: 768px) {
  .p-information__access ul {
    margin-left: 0;
  }
}
.p-information__access ul li + li {
  margin-top: 1.6rem;
}
.p-information__access ul li {
  position: relative;
  padding-left: 2rem;
}
.p-information__access ul li::before {
  content: "";
  background: #FF571C;
  width: 0.6rem;
  height: 0.6rem;
  border-radius: 50%;
  position: absolute;
  top: 1.3rem;
  left: 0;
}
.p-information__map {
  width: 100%;
}
.p-information__map img {
  width: 100%;
  height: auto;
  object-fit: cover;
  object-position: center;
  image-rendering: -webkit-optimize-contrast;
}
@media screen and (max-width: 768px) {
  .p-information__btn {
    text-align: center;
  }
}
.p-information__bnr img {
  width: 100%;
  height: auto;
  image-rendering: -webkit-optimize-contrast;
}
.p-information__bnr a {
  transition: all 0.5s;
}
.p-information__bnr a:hover {
  opacity: 0.7;
}

.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 {
  margin-bottom: 3.7rem;
  min-height: 55.8rem;
  position: relative;
}
.p-facility__list-item {
  width: 58rem;
  margin: 0 8.8rem;
}
.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: 2.6rem;
  height: 2.6rem;
  position: absolute;
  top: 19rem;
  right: calc(50% - 38.7rem);
  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: 2.6rem;
  height: 2.6rem;
  position: absolute;
  top: 19rem;
  left: calc(50% - 40rem);
  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: 33.5rem;
  object-fit: cover;
  object-position: center;
  aspect-ratio: 580/335;
  border-radius: 1rem;
}
@media screen and (max-width: 768px) {
  .p-facility__photo-img {
    height: 20rem;
    object-fit: cover;
    object-position: center;
    aspect-ratio: 300/200;
  }
}
.p-facility__textbox {
  padding: 4.2rem 0 0 0;
  transition: 0.3s;
}
@media screen and (max-width: 768px) {
  .p-facility__textbox {
    padding: 3rem 2rem;
  }
}
.p-facility__ttl {
  text-align: center;
  font-family: var(--sub-font);
  font-size: 3.2rem;
  font-weight: 700;
  line-height: 1.4;
  letter-spacing: 0.15em;
  margin-bottom: 1.2rem;
}
@media screen and (max-width: 768px) {
  .p-facility__ttl {
    font-size: 1.8rem;
  }
}
.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__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__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);
  }
}

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

.l-flow__item.item05 {
    background: #fffad0;
}

.l-flow__item.item05 .subtitle p {
    color: var(--white);
    text-align: center;
    font-family: var(--sub-font);
    font-size: 3.8rem;
    font-weight: 700;
    line-height: 1;
    letter-spacing: 0;
    border-radius: 50%;
    background: #f5e34a;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 5rem;
    height: 5rem;
}
.l-flow__item.item05 .subtitle {
    display: flex;
    align-items: center;
    gap: 0 2.4rem;
    margin-bottom: 2.4rem;
}

.l-flow__item.item05 .subtitle h3 {
    color: #f5e34a;
    font-family: var(--sub-font);
    font-size: 3.2rem;
    font-weight: 700;
    line-height: 1.4;
    letter-spacing: 0.15em;
}
@media screen and (min-width: 768px) {
.l-merit__item {
    width: calc((100% - 7.2rem) / 2);
    border-radius: 3rem;
    padding: 3.2rem;
    display: flex
;
    flex-wrap: wrap;
    flex-direction: column;
    gap: 1.6rem 0;
    position: relative;
}
	}

@media screen and (max-width: 768px) {
    .l-price__tbl th {
        width: 33%;
        padding: 1rem 1.5rem;
        font-size: 1.7rem;
        line-height: 1.8;
    }
}
.flex{
       display: flex;
       flex-wrap: wrap;
        justify-content: space-between;
        align-items: center;
        margin-top:10px;
                                        }
@media screen and (max-width: 768px) {
    .flex {
        flex-direction: column;
        gap: 1.6rem 0;
        padding: 0;
        border-radius: 0;
    }
}