@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Noto+Serif+JP:wght@200..900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Aboreto&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Cormorant+Garamond:ital,wght@0,300..700;1,300..700&display=swap");
/*! destyle.css v1.0.14 | MIT License | https://github.com/nicolas-cusan/destyle.css */
* {
  box-sizing: border-box;
}

::before,
::after {
  box-sizing: inherit;
}

html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: transparent;
}

body {
  margin: 0;
}

main {
  display: block;
}

p,
table,
blockquote,
address,
pre,
iframe,
form,
figure,
dl {
  margin: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  line-height: inherit;
  font-weight: inherit;
  margin: 0;
}

ul,
ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

dt {
  font-weight: 700;
}

dd {
  margin-left: 0;
}

hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
  border: 0;
  border-top: 1px solid;
  margin: 0;
  clear: both;
  color: inherit;
}

pre {
  font-family: monospace, monospace;
  font-size: inherit;
}

address {
  font-style: inherit;
}

a {
  background-color: transparent;
  text-decoration: none;
  color: inherit;
}

abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  text-decoration: underline dotted;
}

b,
strong {
  font-weight: bolder;
}

code,
kbd,
samp {
  font-family: monospace, monospace;
  font-size: inherit;
}

small {
  font-size: 80%;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

img {
  border-style: none;
  vertical-align: bottom;
}

embed,
object,
iframe {
  border: 0;
  vertical-align: bottom;
}

button,
input,
optgroup,
select,
textarea {
  -webkit-appearance: none;
  appearance: none;
  vertical-align: middle;
  color: inherit;
  font: inherit;
  border: 0;
  background: transparent;
  padding: 0;
  margin: 0;
  outline: 0;
  border-radius: 0;
  text-align: inherit;
}

[type=checkbox] {
  -webkit-appearance: checkbox;
  appearance: checkbox;
}

[type=radio] {
  -webkit-appearance: radio;
  appearance: radio;
}

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

button,
[type=button],
[type=reset],
[type=submit] {
  cursor: pointer;
  -webkit-appearance: none;
  appearance: none;
}

button[disabled],
[type=button][disabled],
[type=reset][disabled],
[type=submit][disabled] {
  cursor: default;
}

button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

select::-ms-expand {
  display: none;
}

option {
  padding: 0;
}

fieldset {
  margin: 0;
  padding: 0;
  border: 0;
  min-width: 0;
}

legend {
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}

progress {
  vertical-align: baseline;
}

textarea {
  overflow: auto;
}

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

[type=search] {
  outline-offset: -2px;
}

[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

label[for] {
  cursor: pointer;
}

details {
  display: block;
}

summary {
  display: list-item;
}

[contenteditable] {
  outline: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

caption {
  text-align: left;
}

td,
th {
  vertical-align: top;
  padding: 0;
}

th {
  text-align: left;
  font-weight: 700;
}

template {
  display: none;
}

[hidden] {
  display: none;
}

:root {
  --base-font: "Noto Sans JP", sans-serif;
  --sub-font: "Noto Serif JP", serif;
  --en-font: "Aboreto", system-ui;
  --en-font2: "Cormorant Garamond", serif;
  --base-color: #333333;
  --main: #4E9CD9;
  --main-light: #E9F8FF;
  --main-dark: #3B64AC;
  --sub: #67CDC1;
  --sub-light: #EEF9F5;
  --sub-dark: #61BEAD;
  --gray: #D6D6D6;
  --gray-light: #F8F7F6;
  --gray-dark: #717171;
  --gray-black: #0A2039;
  --white: #FFFFFF;
  --black: #000000;
  --link: #2DABF1;
  --error: #ED6E4E;
  --variation1: #ffd9dc;
  --variation2: #ffe0cc;
  --variation3: #fdefe6;
  --num: #3B64AC;
}

.editor-styles-wrapper,
html {
  font-size: 62.5% !important;
  scroll-behavior: smooth !important;
}
@media screen and (max-width: 768px) {
  .editor-styles-wrapper,
  html {
    font-size: 2.66vw !important;
  }
}

div#ez-toc-container{
padding: 20px 52px;
}

.ez-toc-title-container{
text-align: center;
    font-family: var(--sub-font);
    padding-left: 5rem;
	    margin-bottom: 1rem;
}

.ez-toc-counter nav ul li a::before {
    margin-right: 0.5em !important;
    color: var(--main);
}
@media screen and (max-width: 768px) {
  .editor-styles-wrapper,
  html {
    font-size: 2.66vw !important;
  }
  div#ez-toc-container{
padding: 5vw;
}
  
}

.editor-styles-wrapper,
html :where(.wp-block) {
  max-width: 980px !important;
}

.editor-styles-wrapper,
body {
  font-feature-settings: "palt" !important;
  -webkit-font-smoothing: antialiased !important;
  -moz-osx-font-smoothing: grayscale !important;
  color: var(--base-color) !important;
  font-family: var(--base-font) !important;
  font-size: 1.5rem !important;
  font-style: normal !important;
  font-weight: 400 !important;
  line-height: 2.13 !important;
  letter-spacing: 0.08em !important;
}
@media screen and (max-width: 768px) {
  .editor-styles-wrapper,
  body {
    -webkit-text-size-adjust: 100% !important;
    margin-bottom: 6.6rem !important;
    overflow-x: hidden !important;
  }
}

a {
  transition: all 0.5s;
}

/*
@include pc {
    a[href*="tel:"] {
        pointer-events: none;
        cursor: default;
        text-decoration: none;
    }
}
*/
.pc {
  display: block;
}
@media screen and (max-width: 768px) {
  .pc {
    display: none;
  }
}

.sp {
  display: none;
}
@media screen and (max-width: 768px) {
  .sp {
    display: block;
  }
}

img {
  vertical-align: middle;
}

.hamburger {
  position: fixed;
  top: 0;
  right: 0;
  width: 8rem;
  height: 8rem;
  cursor: pointer;
  z-index: 400;
  background: var(--main);
  transition: all 0.5s;
}
@media screen and (max-width: 768px) {
  .hamburger {
    width: 6rem;
    height: 6rem;
  }
}
.hamburger:hover {
  opacity: 0.7;
}

.hamburger__line {
  position: absolute;
  width: 40px;
  height: 1px;
  left: 50%;
  transform: translate(-50%, 0);
  background-color: var(--white);
  transition: all 0.5s;
}
@media screen and (max-width: 768px) {
  .hamburger__line {
    width: 30px;
  }
}

.hamburger__line--1 {
  top: 3.1rem;
}
@media screen and (max-width: 768px) {
  .hamburger__line--1 {
    top: 2.1rem;
  }
}

.hamburger__line--2 {
  top: 3.9rem;
}
@media screen and (max-width: 768px) {
  .hamburger__line--2 {
    top: 2.9rem;
  }
}

.hamburger__line--3 {
  top: 4.7rem;
}
@media screen and (max-width: 768px) {
  .hamburger__line--3 {
    top: 3.7rem;
  }
}

/*ハンバーガーがクリックされたら*/
.open .hamburger {
  background: var(--main-dark);
}

.open .hamburger__line--1 {
  top: 3.9rem;
  left: 50%;
  transform: translateX(-50%) rotate(-30deg);
}
@media screen and (max-width: 768px) {
  .open .hamburger__line--1 {
    top: 2.9rem;
  }
}

.open .hamburger__line--2 {
  opacity: 0;
}

.open .hamburger__line--3 {
  top: 3.9rem;
  left: 50%;
  transform: translateX(-50%) rotate(30deg);
}
@media screen and (max-width: 768px) {
  .open .hamburger__line--3 {
    top: 2.9rem;
  }
}

.sp-nav {
  position: fixed;
  right: -43rem;
  top: 0;
  width: 43rem;
  height: 100%;
  background: rgba(78, 156, 217, 0.9);
  transition: all 0.5s;
  overflow: auto !important;
  -webkit-overflow-scrolling: touch;
  z-index: 399;
}
@media screen and (max-width: 768px) {
  .sp-nav {
    right: -100%;
    width: 100%;
    overflow-y: scroll;
  }
}

.black-bg {
  transition: all 0.5s;
}

/*ハンバーガーがクリックされたら右からスライド*/
.open .sp-nav {
  opacity: 1;
  right: 0;
  visibility: visible;
  transition-delay: 0s;
}

js-header.open .hamburger__line {
  background: var(--white);
}

.open .black-bg {
  background: rgba(128, 128, 128, 0.4);
  width: 100%;
  height: 100vh;
  position: fixed;
  top: 0;
  right: 0;
  z-index: 300;
  backdrop-filter: blur(6px);
}

.caseSwiper .swiper {
  padding: 1rem 0;
  max-width: 124rem;
  width: calc(100% + 4rem);
  margin: 0 -2rem;
}
@media screen and (max-width: 768px) {
  .caseSwiper .swiper {
    padding: 1rem 2rem;
    width: 100%;
    margin: 0;
  }
}
.caseSwiper .swiper-buttons {
  width: 100%;
  margin: 0 auto;
  position: relative;
}
@media screen and (max-width: 768px) {
  .caseSwiper .swiper-buttons {
    width: 100%;
  }
}
.caseSwiper .swiper-slide {
  scale: 0.9;
  transition: all 0.5s;
}
@media screen and (max-width: 768px) {
  .caseSwiper .swiper-slide {
    opacity: 0.5;
  }
}
.caseSwiper .swiper-slide-active {
  scale: 1;
  transition: all 0.5s;
}
@media screen and (max-width: 768px) {
  .caseSwiper .swiper-slide-active {
    opacity: 1;
  }
}
.caseSwiper .swiper-button-next,
.caseSwiper .swiper-button-prev {
  color: var(--main-dark);
  width: 3.6rem;
  height: 3.6rem;
  border-radius: 50%;
  transition: all 0.5s;
}
@media screen and (max-width: 768px) {
  .caseSwiper .swiper-button-next,
  .caseSwiper .swiper-button-prev {
    color: var(--white);
    background: var(--main-dark);
    width: 2.4rem;
    height: 2.4rem;
  }
}
.caseSwiper .swiper-button-next:hover,
.caseSwiper .swiper-button-prev:hover {
  opacity: 0.7;
}
.caseSwiper .swiper-button-next {
  position: absolute;
  right: -6.4rem;
}
@media screen and (max-width: 768px) {
  .caseSwiper .swiper-button-next {
    right: 0.8rem;
  }
}
.caseSwiper .swiper-button-prev {
  position: absolute;
  left: -6.4rem;
}
@media screen and (max-width: 768px) {
  .caseSwiper .swiper-button-prev {
    left: 0.8rem;
  }
}
.caseSwiper .swiper-button-next:after,
.caseSwiper .swiper-button-prev:after {
  font-size: 4.8rem;
  font-weight: 300;
}
@media screen and (max-width: 768px) {
  .caseSwiper .swiper-button-next:after,
  .caseSwiper .swiper-button-prev:after {
    font-size: 1.2rem;
  }
}
.caseSwiper .swiper-button-next,
.caseSwiper .swiper-button-prev {
  top: 50% !important;
}
.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-globalnav {
  padding: 2.6rem 0 0 0;
  display: flex;
  justify-content: center;
}
@media screen and (max-width: 768px) {
  .l-globalnav {
    display: none;
  }
}
.l-globalnav__list {
  display: flex;
  justify-content: center;
  align-items: stretch;
  gap: 0 3rem;
}
.l-globalnav__link {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 0.2rem 0;
  text-align: center;
}
.l-globalnav__link:hover {
  opacity: 0.7;
}
.l-globalnav__ja {
  white-space: nowrap;
}
.l-globalnav__en {
  white-space: nowrap;
  color: var(--main);
  font-size: 1.3rem;
  line-height: 1.07;
  letter-spacing: 0.23em;
  text-transform: uppercase;
}

.l-jidv {
  padding: 8.4rem;
  background: #E9F8FF url(../img/l-jidv-bg.png) no-repeat center right/auto 100%;
}
@media screen and (max-width: 768px) {
  .l-jidv {
    padding: 6rem 2rem;
    background: #E9F8FF url(../img/l-jidv-bg-sp.png) no-repeat top right/100% auto;
  }
}
.l-jidv__inner {
  width: 80rem;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  justify-content: center;
  gap: 3rem 0;
}
@media screen and (max-width: 768px) {
  .l-jidv__inner {
    width: 100%;
    gap: 1.6rem 0;
  }
}
.l-jidv__title {
  text-align: center;
  font-family: var(--sub-font);
  font-size: 2.4rem;
  line-height: 1.5;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 768px) {
  .l-jidv__title {
    font-weight: 500;
    letter-spacing: 0.06em;
  }
}
.l-jidv__bnr {
  width: 100%;
}
@media screen and (max-width: 768px) {
  .l-jidv__bnr {
    padding: 0 2.4rem;
  }
}
.l-jidv__bnr img {
  width: 100%;
  height: auto;
}
.l-jidv__bnr a:hover {
  opacity: 0.7;
}

.l-staff {
  background: #E9F8FF url(../img/l-staff-bg.png) no-repeat center center/auto 45rem;
  padding: 8.6rem 0 0 0;
}
@media screen and (max-width: 768px) {
  .l-staff {
    background: #E9F8FF url(../img/l-staff-bg-sp.png) no-repeat top 4.4rem center/100% auto;
    padding: 5rem 2rem;
  }
}
.l-staff__inner {
  width: 73.4rem;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .l-staff__inner {
    width: 100%;
  }
}
.l-staff__title {
  margin-bottom: 1.8rem;
  display: flex;
  justify-content: center;
  align-items: flex-end;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .l-staff__title {
    margin-bottom: 1.4rem;
  }
}
.l-staff__title h2 {
  color: var(--main-dark);
  font-family: var(--sub-font);
  font-size: 3.4rem;
  font-weight: 600;
  line-height: 1.42;
  letter-spacing: 0.16em;
  display: inline-block;
  position: relative;
}
@media screen and (max-width: 768px) {
  .l-staff__title h2 {
    font-size: 2.5rem;
    font-weight: 600;
    line-height: 1.48;
    letter-spacing: 0.08em;
    display: block;
    width: 100%;
  }
}
.l-staff__title h2::before {
  content: "";
  display: inline-block;
  width: 3.3rem;
  height: 4.8rem;
  background-image: url(../img/l-staff-title-before.svg);
  background-size: contain;
  vertical-align: middle;
  position: absolute;
  bottom: 0;
  left: -7.7rem;
}
@media screen and (max-width: 768px) {
  .l-staff__title h2::before {
    left: 0;
  }
}
.l-staff__title h2::after {
  content: "";
  display: inline-block;
  width: 3.3rem;
  height: 4.8rem;
  background-image: url(../img/l-staff-title-after.svg);
  background-size: contain;
  vertical-align: middle;
  position: absolute;
  bottom: 0;
  right: -7.7rem;
}
@media screen and (max-width: 768px) {
  .l-staff__title h2::after {
    right: 0;
  }
}
.l-staff__flexbox {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row-reverse;
  justify-content: space-between;
  align-items: stretch;
}
@media screen and (max-width: 768px) {
  .l-staff__flexbox {
    flex-direction: column;
    gap: 2.4rem 0;
  }
}
.l-staff__imgbox {
  width: 38.4rem;
}
@media screen and (max-width: 768px) {
  .l-staff__imgbox {
    width: 100%;
    padding: 0 3.6rem;
  }
}
.l-staff__imgbox img {
  width: 100%;
  height: auto;
}
.l-staff__txtbox {
  width: 35rem;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  justify-content: center;
  gap: 4rem 0;
}
@media screen and (max-width: 768px) {
  .l-staff__txtbox {
    width: 100%;
    gap: 1.6rem 0;
    align-items: center;
  }
}
.l-doctor {
  padding: 15rem 0 7.4rem 0;
  background: url(../img/l-doctor-bg.jpg) no-repeat center top/cover;
  /* ----- 上段 ----- */
  /* ----- 下段 ----- */
}
@media screen and (max-width: 768px) {
  .l-doctor {
    padding: 5rem 0;
    background: url(../img/l-doctor-bg-sp.jpg) no-repeat center top/cover;
  }
}
.l-doctor__title {
  margin-bottom: 10rem;
}
@media screen and (max-width: 768px) {
  .l-doctor__title {
    margin-bottom: 0.6rem;
  }
}
.l-doctor-flexbox {
  width: 100rem;
  margin: 0 auto;
  position: relative;
}
@media screen and (max-width: 768px) {
  .l-doctor-flexbox {
    width: calc(100% - 2rem);
    position: static;
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
  }
}
.l-doctor-flexbox-imgbox {
  position: absolute;
  bottom: 0;
  right: -10rem;
  width: 53.7rem;
}
@media screen and (max-width: 768px) {
  .l-doctor-flexbox-imgbox {
    position: static;
    width: 100%;
    padding: 0 3rem;
  }
}
.l-doctor-flexbox-imgbox img {
  width: 100%;
  height: auto;
}
.l-doctor-flexbox-txtbox {
  width: 60rem;
  padding: 5rem;
  background: var(--white);
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.25);
}
@media screen and (max-width: 768px) {
  .l-doctor-flexbox-txtbox {
    width: 100%;
    padding: 3rem;
  }
}
.l-doctor-flexbox-txtbox__subtitle {
  color: var(--main-dark);
  font-family: var(--sub-font);
  font-size: 3rem;
  line-height: 1.6;
  letter-spacing: 0.1em;
  border-bottom: 1px solid var(--main-dark);
  padding-bottom: 2rem;
  margin-bottom: 2.4rem;
  white-space: nowrap;
}
@media screen and (max-width: 768px) {
  .l-doctor-flexbox-txtbox__subtitle {
    text-align: center;
    font-size: 2.4rem;
    font-weight: 500;
    line-height: 1.4;
    letter-spacing: 0.04em;
  }
}
.l-doctorPrf {
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  width: 100rem;
  margin: 5.2rem auto 0 auto;
}
@media screen and (max-width: 768px) {
  .l-doctorPrf {
    flex-wrap: wrap;
    flex-direction: column;
    gap: 2.4rem 0;
    width: calc(100% - 2rem);
    margin: 2.4rem auto 0 auto;
  }
}
.l-doctorPrf__box {
  width: calc((100% - 2.4rem) / 2);
  background: var(--white);
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.25);
  padding: 3rem 3.2rem;
}
@media screen and (max-width: 768px) {
  .l-doctorPrf__box {
    width: 100%;
    padding: 2.4rem 3rem;
  }
}
.l-doctorPrf h3 {
  color: var(--white);
  text-align: center;
  font-size: 1.8rem;
  font-weight: 600;
  line-height: 1.66;
  letter-spacing: 0.05em;
  background: linear-gradient(270deg, #4BC0E1 0%, #7AA5E3 81.19%);
  padding: 0.6rem;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 1.6rem;
}
@media screen and (max-width: 768px) {
  .l-doctorPrf h3 {
    font-size: 1.7rem;
    line-height: 1.88;
    padding: 0.4rem;
  }
}
.l-doctorPrf__list {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
}
@media screen and (max-width: 768px) {
  .l-doctorPrf__list {
    gap: 0.6rem 0;
  }
}
.l-doctorPrf__list li {
  width: 100%;
}
@media screen and (max-width: 768px) {
  .l-doctorPrf__list li {
    font-size: 1.2rem;
    line-height: 1.8;
    letter-spacing: 0.05em;
  }
}
.l-doctorPrf__btn {
  display: flex;
  justify-content: center;
  margin-top: 3rem;
}
@media screen and (max-width: 768px) {
  .l-doctorPrf__btn {
    width: 100%;
    margin-top: 1.6rem;
  }
}
.l-doctorPrf__btn a {
  position: relative;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  color: var(--white);
  background: var(--main-dark);
  height: 5.2rem;
  font-weight: 600;
  padding: 0 6rem 0 3rem;
  white-space: nowrap;
}
@media screen and (max-width: 768px) {
  .l-doctorPrf__btn a {
    font-size: 1.4rem;
    letter-spacing: 0.06em;
    height: 4.2rem;
    padding: 0 4.6rem 0 2rem;
  }
}
.l-doctorPrf__btn a:hover {
  opacity: 0.7;
}
.l-doctorPrf__btn a::before {
  content: "＋";
  position: absolute;
  right: 3rem;
  top: 50%;
  transform: translateY(-50%);
  font-size: 1.4rem;
  color: var(--white);
  transition: transform 0.3s;
  line-height: 1;
  letter-spacing: 0;
}
@media screen and (max-width: 768px) {
  .l-doctorPrf__btn a::before {
    right: 2rem;
  }
}
.l-doctorPrf__btn a.active::before {
  content: "−";
}

.l-case {
  padding: 12rem 0;
  background: #E9F8FF;
}
@media screen and (max-width: 768px) {
  .l-case {
    padding: 5rem 0;
  }
}
.l-case__inner {
  width: 120rem;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .l-case__inner {
    width: 100%;
  }
}
.l-case__title {
  margin-bottom: 6rem;
}
@media screen and (max-width: 768px) {
  .l-case__title {
    margin-bottom: 3rem;
  }
}
.l-case__btn {
  display: flex;
  justify-content: center;
  margin-top: 6rem;
}
@media screen and (max-width: 768px) {
  .l-case__btn {
    margin-top: 3rem;
  }
}
.l-case-box {
  background: var(--white);
  box-shadow: 0 0 18px 0 rgba(0, 0, 0, 0.1);
  width: 100rem;
  margin: 7.5rem auto 0 auto;
  padding: 8rem 11.5rem;
}
@media screen and (max-width: 768px) {
  .l-case-box {
    width: calc(100% - 4rem);
    margin: 4rem auto 0 auto;
    padding: 4.8rem 3rem;
  }
}
.l-case-box__subtitle {
  display: flex;
  justify-content: center;
  width: 100%;
}
.l-case-box__subtitle h3 {
  text-align: center;
  font-family: var(--sub-font);
  font-size: 3rem;
  line-height: 1.6;
  letter-spacing: 0.1em;
  border-bottom: 1px solid var(--main-dark);
  padding: 0 3.6rem 2rem 3.6rem;
  display: inline-block;
  margin-bottom: 3rem;
}
@media screen and (max-width: 768px) {
  .l-case-box__subtitle h3 {
    font-size: 2.4rem;
    font-weight: 500;
    line-height: 1.5;
    letter-spacing: 0.04em;
    padding: 0 0 2rem 0;
  }
}
.l-case-box__list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: stretch;
  gap: 4rem 3rem;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .l-case-box__list {
    gap: 2rem 1rem;
    justify-content: flex-start;
  }
}
.l-case-box__list li {
  width: calc((100% - 9rem) / 4);
  font-weight: 600;
  line-height: 1.33;
  letter-spacing: 0.08em;
}
@media screen and (max-width: 768px) {
  .l-case-box__list li {
    width: calc((100% - 2rem) / 3);
    font-size: 1.2rem;
  }
}
.l-case-box__list li .row1 {
  line-height: 2.66;
}
.l-case-box__list li:nth-child(1) {
  color: #349C90;
}
.l-case-box__list li:nth-child(2) {
  color: var(--main-dark);
}
.l-case-box__list li:nth-child(3) {
  color: #349C90;
}
.l-case-box__list li:nth-child(4) {
  color: var(--main-dark);
}
@media screen and (max-width: 768px) {
  .l-case-box__list li:nth-child(4) {
    color: #349C90;
  }
}
.l-case-box__list li:nth-child(5) {
  color: var(--main-dark);
}
.l-case-box__list li:nth-child(6) {
  color: #349C90;
}
.l-case-box__list li:nth-child(7) {
  color: var(--main-dark);
}
.l-case-box__list a {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  gap: 0.8rem 0;
}
.l-case-box__list img {
  width: 100%;
  height: auto;
  transition: all 0.5s;
}

/* hover */
@media screen and (min-width: 769px) {
  .l-case-box__list a:hover img {
    filter: drop-shadow(1px 3px 12px rgba(0, 0, 0, 0.25));
  }
}
.l-cta {
  background: url(../img/l-cta-bg.jpg) no-repeat center center/cover;
  filter: drop-shadow(0 12px 21px rgba(0, 0, 0, 0.3));
  padding: 8rem 0;
}
@media screen and (max-width: 768px) {
  .l-cta {
    padding: 5rem 2rem;
  }
}
.l-cta__inner {
  width: 100rem;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .l-cta__inner {
    width: 100%;
  }
}
.l-cta__title {
  margin-bottom: 4rem;
  display: flex;
  justify-content: center;
  align-items: flex-end;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .l-cta__title {
    margin-bottom: 2.4rem;
  }
}
.l-cta__title h2 {
  color: var(--white);
  font-family: var(--sub-font);
  font-size: 3.4rem;
  font-weight: 600;
  line-height: 1.42;
  letter-spacing: 0.16em;
  text-shadow: 0 0 0 rgba(59, 100, 172, 0.25), 0 1px 16px rgb(59, 100, 172);
  display: inline-block;
  position: relative;
}
@media screen and (max-width: 768px) {
  .l-cta__title h2 {
    font-size: 2.5rem;
    letter-spacing: 0.08em;
    width: 100%;
  }
}
.l-cta__title h2::before {
  content: "";
  display: inline-block;
  width: 3.3rem;
  height: 4.8rem;
  background-image: url(../img/l-cta-title-before.svg);
  background-size: contain;
  vertical-align: middle;
  position: absolute;
  bottom: 0;
  left: -7.7rem;
}
@media screen and (max-width: 768px) {
  .l-cta__title h2::before {
    display: block;
    left: 0;
  }
}
.l-cta__title h2::after {
  content: "";
  display: inline-block;
  width: 3.3rem;
  height: 4.8rem;
  background-image: url(../img/l-cta-title-after.svg);
  background-size: contain;
  vertical-align: middle;
  position: absolute;
  bottom: 0;
  right: -7.7rem;
}
@media screen and (max-width: 768px) {
  .l-cta__title h2::after {
    display: block;
    right: 0;
  }
}
.l-cta-btns {
  display: flex;
  align-items: stretch;
}
@media screen and (max-width: 768px) {
  .l-cta-btns {
    flex-wrap: wrap;
    flex-direction: column;
    gap: 1.6rem 0;
  }
}
.l-cta-btns__phone {
  width: 50%;
}
@media screen and (max-width: 768px) {
  .l-cta-btns__phone {
    width: 100%;
  }
}
.l-cta-btns__phone a {
  width: 100%;
  height: 15.6rem;
  background: var(--white);
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  align-items: center;
  padding: 2.4rem 0 0 0;
  position: relative;
}
@media screen and (max-width: 768px) {
  .l-cta-btns__phone a {
    height: auto;
    padding: 1.8rem 2.8rem 3.8rem 2.8rem;
  }
}
.l-cta-btns__phone a:hover {
  opacity: 0.7;
}
.l-cta-btns__phone p {
  margin: 0 auto;
  width: calc(100% - 11.6rem);
  color: var(--white);
  text-align: center;
  font-weight: 600;
  border-radius: 10rem;
  background: var(--main-dark);
  padding: 0.2rem;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .l-cta-btns__phone p {
    width: 100%;
    font-size: 1.2rem;
    line-height: 1.66;
    padding: 0.5rem;
  }
}
.l-cta-btns__phone h3 {
  margin: 0.6rem 0 0 0;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  gap: 0 0.4rem;
  color: var(--main-dark);
  font-family: var(--sub-font);
  font-size: 3.2rem;
  font-weight: 600;
  line-height: 1.5;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 768px) {
  .l-cta-btns__phone h3 {
    margin: 1rem 0 0 0;
    font-size: 2.6rem;
  }
}
.l-cta-btns__phone small {
  position: absolute;
  bottom: 0;
  left: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 2.8rem;
  text-align: center;
  font-size: 1.2rem;
  line-height: 1.87;
  letter-spacing: 0.05em;
  background: #E9F8FF;
}
.l-cta-btns__reserve {
  width: 50%;
}
@media screen and (max-width: 768px) {
  .l-cta-btns__reserve {
    width: 100%;
  }
}
.l-cta-btns__reserve a {
  width: 100%;
  height: 15.6rem;
  background: var(--main-dark);
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  align-items: center;
  padding: 2.4rem 0 0 0;
}
@media screen and (max-width: 768px) {
  .l-cta-btns__reserve a {
    height: auto;
    padding: 1.8rem 2.8rem;
    gap: 1rem 0;
  }
}
.l-cta-btns__reserve a:hover {
  opacity: 0.7;
}
.l-cta-btns__reserve p {
  margin: 0 auto;
  width: calc(100% - 11.6rem);
  color: var(--main-dark);
  text-align: center;
  font-weight: 600;
  border-radius: 10rem;
  background: var(--white);
  padding: 0.2rem;
}
@media screen and (max-width: 768px) {
  .l-cta-btns__reserve p {
    width: 100%;
    font-size: 1.2rem;
    line-height: 1.66;
    padding: 0.5rem;
  }
}
.l-cta-btns__reserve h3 {
  margin: 1.6rem 0 0 0;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  gap: 0 3rem;
  color: var(--white);
  font-family: var(--sub-font);
  font-size: 2.8rem;
  font-weight: 600;
  line-height: 1.5;
  letter-spacing: 0.06em;
}
@media screen and (max-width: 768px) {
  .l-cta-btns__reserve h3 {
    margin: 0;
    gap: 0 1.6rem;
    font-size: 2.4rem;
    font-weight: 500;
    letter-spacing: 0.04em;
  }
  .l-cta-btns__reserve h3 .icon01 {
    width: 2.4rem;
    height: auto;
  }
  .l-cta-btns__reserve h3 .icon02 {
    width: 2rem;
    height: auto;
  }
}

/* ----- l-information ----- */
.l-information {
  padding: 12rem 0;
}
@media screen and (max-width: 768px) {
  .l-information {
    padding: 6rem 2rem;
  }
}
.l-information__inner {
  width: 90rem;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .l-information__inner {
    width: 100%;
  }
}

.l-footer {
  background: var(--main-dark);
  padding: 6rem 0;
}
@media screen and (max-width: 768px) {
  .l-footer {
    padding: 2.4rem 1.4rem;
  }
}
.l-footer__inner {
  width: 100rem;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  gap: 4rem 6rem;
}
@media screen and (max-width: 768px) {
  .l-footer__inner {
    width: 100%;
    gap: 0;
  }
}
@media screen and (max-width: 768px) {
  .l-footer__flexitem01 {
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  .l-footer__flexitem02 {
    width: 100%;
    margin-top: 3.2rem;
  }
}
.l-footer__flexitem03 {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  color: var(--white);
  font-size: 1.2rem;
  line-height: 1.87;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 768px) {
  .l-footer__flexitem03 {
    margin-top: 4rem;
    flex-wrap: wrap;
    flex-direction: column;
    align-items: flex-start;
    gap: 4rem 0;
  }
  .l-footer__flexitem03 p:nth-child(2) {
    width: 100%;
    text-align: center;
  }
}
.l-footer__flexitem03 small {
  font-size: 1.2rem;
  line-height: 1.87;
  letter-spacing: 0.05em;
}
.l-footer__flexitem03 a:hover {
  opacity: 0.7;
}
.l-footer__nav01 {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  gap: 1.6rem 0;
}
@media screen and (max-width: 768px) {
  .l-footer__nav01 {
    flex-direction: row;
  }
  .l-footer__nav01 li:nth-child(2n+1) {
    width: 45%;
  }
  .l-footer__nav01 li:nth-child(2n) {
    width: 55%;
  }
}
.l-footer__nav01 a {
  color: var(--white);
  font-weight: 600;
  display: flex;
  align-items: center;
  gap: 0 0.8rem;
}
@media screen and (max-width: 768px) {
  .l-footer__nav01 a {
    white-space: nowrap;
  }
}
.l-footer__nav01 a:hover {
  opacity: 0.7;
}
.l-footer__nav02 {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  margin: 1.6rem 0 0 3.2rem;
}
@media screen and (max-width: 768px) {
  .l-footer__nav02 {
    width: 50%;
    margin: 1.6rem 0 0 0;
  }
}
.l-footer__nav02 .parent a {
  color: var(--white);
  font-weight: 600;
}
.l-footer__nav02 .parent a:hover {
  opacity: 0.7;
}
.l-footer__nav02 .child a {
  color: var(--white);
  font-weight: 400;
  padding: 0 0 0 1.6rem;
}
.l-footer__nav02 .child a:hover {
  opacity: 0.7;
}
@media screen and (max-width: 768px) {
  .l-footer__navWrap {
    display: flex;
    padding: 0 0 0 2.2rem;
  }
}

.l-qa {
  padding: 12rem 0 10rem 0;
  /* ----- アコーディオン ----- */
  /* ----- アコーディオンのなか ----- */
}
@media screen and (max-width: 768px) {
  .l-qa {
    padding: 6rem 2rem;
  }
}
.l-qa__inner {
  width: 100rem;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .l-qa__inner {
    width: 100%;
  }
}
.l-qa__title {
  margin-bottom: 7rem;
}
@media screen and (max-width: 768px) {
  .l-qa__title {
    margin-bottom: 3rem;
  }
}
.l-qa__btn {
  display: flex;
  justify-content: center;
  margin-top: 7rem;
}
@media screen and (max-width: 768px) {
  .l-qa__btn {
    margin-top: 5rem;
  }
}
.l-qa .toggle_contents + .toggle_contents {
  margin-top: 3rem;
}
@media screen and (max-width: 768px) {
  .l-qa .toggle_contents + .toggle_contents {
    margin-top: 2rem;
  }
}
.l-qa .toggle_title {
  background: linear-gradient(270deg, #4BC0E1 0%, #7AA5E3 81.19%);
  color: var(--white);
  font-size: 1.8rem;
  font-weight: 600;
  line-height: 1.66;
  letter-spacing: 0.05em;
  position: relative;
  cursor: pointer;
  transition: all 0.5s;
  padding: 1.5rem 8.2rem 1.5rem 9.8rem;
}
@media screen and (max-width: 768px) {
  .l-qa .toggle_title {
    padding: 1.6rem 6rem;
    font-size: 1.6rem;
    line-height: 1.5;
  }
}
.l-qa .toggle_title::before {
  content: "Q";
  width: 4.2rem;
  height: 4.2rem;
  background: var(--white);
  border-radius: 50%;
  color: var(--main-dark);
  font-family: var(--en-font2);
  font-weight: 700;
  text-align: center;
  font-size: 2.1rem;
  line-height: 1;
  letter-spacing: 0;
  position: absolute;
  top: 50%;
  left: 3.6rem;
  transform: translate(0, -50%);
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .l-qa .toggle_title::before {
    width: 3rem;
    height: 3rem;
    font-size: 1.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: 1.8rem;
  height: 1.8rem;
  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: 1.8rem;
  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;
  }
}
.l-qa .toggle_btn:before {
  width: 0.2rem;
  height: 1.8rem;
}
@media screen and (max-width: 768px) {
  .l-qa .toggle_btn:before {
    height: 2rem;
  }
}
.l-qa .toggle_title.selected .toggle_btn:before {
  content: normal;
}
.l-qa .toggle_contents dd {
  display: none;
}
.l-qa .toggle_contents dd .inner {
  background: #E9F8FF;
  padding: 2.4rem 5rem 2.4rem 2.4rem;
  display: flex;
  gap: 0 2rem;
}
@media screen and (max-width: 768px) {
  .l-qa .toggle_contents dd .inner {
    padding: 2.4rem 2rem;
    flex-wrap: wrap;
    flex-direction: column;
    gap: 2rem 0;
  }
}
.l-qa__prof {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 0.6rem 0;
  text-align: center;
}
.l-qa__prof img {
  width: 8rem;
  height: auto;
  aspect-ratio: 1/1;
  border-radius: 50%;
}
.l-qa__prof p {
  text-align: center;
  color: var(--main-dark);
  font-size: 1.1rem;
  line-height: 1.8;
  letter-spacing: 0.04em;
}
.l-qa__prof p span {
  font-size: 1.2rem;
  font-weight: 600;
  line-height: 1.8;
  letter-spacing: 0.05em;
  display: block;
}
.l-treatment {
  background: url(../img/bg-tile.jpg) repeat top left;
  padding: 15rem 0;
  /* ----- 01 ----- */
  /* ----- 02 ----- */
}
@media screen and (max-width: 768px) {
  .l-treatment {
    padding: 5rem 0;
  }
}
.l-treatment__title {
  margin-bottom: 7rem;
}
@media screen and (max-width: 768px) {
  .l-treatment__title {
    margin-bottom: 4rem;
  }
}
.l-treatment01 {
  padding: 10rem 0;
  position: relative;
}
@media screen and (max-width: 768px) {
  .l-treatment01 {
    padding: 5rem 0;
  }
}
.l-treatment01::before {
  content: "";
  width: 78%;
  height: 100%;
  background: rgba(233, 248, 255, 0.7);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
}
@media screen and (max-width: 768px) {
  .l-treatment01::before {
    width: 100%;
  }
}
.l-treatment01-grid {
  display: grid;
  grid-template-columns: 1fr 500px 100px 600px 1fr;
  grid-template-rows: auto;
  gap: 0px 0px;
  grid-auto-flow: row;
  grid-template-areas: ". l-treatment01-grid__txtbox . l-treatment01-grid__imgbox l-treatment01-grid__imgbox";
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 768px) {
  .l-treatment01-grid {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    gap: 2.4rem 0;
  }
}
.l-treatment01-grid__imgbox {
  grid-area: l-treatment01-grid__imgbox;
}
@media screen and (max-width: 768px) {
  .l-treatment01-grid__imgbox {
    width: calc(100% - 2rem);
    margin: 0 0 0 auto;
  }
}
.l-treatment01-grid__imgbox img {
  width: 100%;
  height: auto;
}
.l-treatment01-grid__txtbox {
  grid-area: l-treatment01-grid__txtbox;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  justify-content: center;
  gap: 1.6rem 0;
}
@media screen and (max-width: 768px) {
  .l-treatment01-grid__txtbox {
    width: 100%;
    padding: 0 2rem;
    gap: 0;
  }
}
.l-treatment01-grid__subtitle {
  color: var(--main-dark);
  font-family: var(--sub-font);
  font-size: 3.4rem;
  font-weight: 600;
  line-height: 1.42;
  letter-spacing: 0.16em;
}
@media screen and (max-width: 768px) {
  .l-treatment01-grid__subtitle {
    margin-bottom: 1.6rem;
    text-align: center;
    font-size: 2.4rem;
    font-weight: 500;
    line-height: 1.4;
    letter-spacing: 0.04em;
  }
}
@media screen and (max-width: 768px) {
  .l-treatment01-grid__btn {
    margin-top: 2.4rem;
    display: flex;
    justify-content: center;
  }
}
.l-treatment01-links {
  width: 120rem;
  margin: 6rem auto 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 768px) {
  .l-treatment01-links {
    width: calc(100% - 4rem);
    margin: 4rem auto 0 auto;
    flex-wrap: wrap;
    flex-direction: column;
    gap: 2rem 0;
  }
}
.l-treatment01-links__item {
  width: 38.2rem;
}
@media screen and (max-width: 768px) {
  .l-treatment01-links__item {
    width: 100%;
  }
}
.l-treatment01-links__link {
  border-radius: 0.8rem;
  overflow: hidden;
  background: var(--white);
  box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.25);
  display: flex;
  justify-content: space-between;
  align-items: stretch;
}
.l-treatment01-links__link:hover {
  box-shadow: 1px 3px 12px 1px rgba(0, 0, 0, 0.25);
}
.l-treatment01-links__imgbox {
  width: 12.6rem;
}
@media screen and (max-width: 768px) {
  .l-treatment01-links__imgbox {
    width: 10rem;
  }
}
.l-treatment01-links__imgbox img {
  width: 100%;
  height: 18.4rem;
  object-fit: cover;
  object-position: center;
}
@media screen and (max-width: 768px) {
  .l-treatment01-links__imgbox img {
    height: 15rem;
  }
}
.l-treatment01-links__txtbox {
  width: calc(100% - 12.6rem);
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  justify-content: center;
  gap: 1rem 0;
  padding: 0 6rem 0 2.4rem;
  position: relative;
}
@media screen and (max-width: 768px) {
  .l-treatment01-links__txtbox {
    width: calc(100% - 10rem);
    gap: 1.6rem 0;
    padding: 0 5.8rem 0 2rem;
    position: relative;
  }
}
.l-treatment01-links__txtbox::after {
  content: "";
  display: block;
  width: 2.4rem;
  height: 2.4rem;
  background-image: url(../img/l-treatment01-links-arrow.svg);
  background-size: contain;
  vertical-align: middle;
  position: absolute;
  top: 50%;
  right: 2.4rem;
  transform: translate(0, -50%);
}
@media screen and (max-width: 768px) {
  .l-treatment01-links__txtbox::after {
    width: 2.2rem;
    height: 2.2rem;
    right: 2rem;
  }
}
.l-treatment01-links__h4 {
  color: var(--main-dark);
  font-size: 1.8rem;
  font-weight: 600;
  line-height: 1.66;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 768px) {
  .l-treatment01-links__h4 {
    font-size: 1.7rem;
  }
}
@media screen and (max-width: 768px) {
  .l-treatment01-links__p {
    font-size: 1.2rem;
    line-height: 1.8;
    letter-spacing: 0.05em;
  }
}
.l-treatment02 {
  padding: 10rem 0;
  position: relative;
  margin-top: 8rem;
}
@media screen and (max-width: 768px) {
  .l-treatment02 {
    margin-top: 5rem;
    padding: 5rem 0;
  }
}
.l-treatment02::before {
  content: "";
  width: 78%;
  height: 100%;
  background: rgba(217, 247, 244, 0.7);
  position: absolute;
  top: 0;
  right: 0;
  z-index: 0;
}
@media screen and (max-width: 768px) {
  .l-treatment02::before {
    width: 100%;
  }
}
.l-treatment02-grid {
  display: grid;
  grid-template-columns: 1fr 600px 100px 500px 1fr;
  grid-template-rows: auto;
  gap: 0px 0px;
  grid-auto-flow: row;
  grid-template-areas: "l-treatment02-grid__imgbox l-treatment02-grid__imgbox . l-treatment02-grid__txtbox .";
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 768px) {
  .l-treatment02-grid {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    gap: 2.4rem 0;
  }
}
.l-treatment02-grid__imgbox {
  grid-area: l-treatment02-grid__imgbox;
}
@media screen and (max-width: 768px) {
  .l-treatment02-grid__imgbox {
    width: calc(100% - 2rem);
    margin: 0 auto 0 0;
  }
}
.l-treatment02-grid__imgbox img {
  width: 100%;
  height: auto;
}
.l-treatment02-grid__txtbox {
  grid-area: l-treatment02-grid__txtbox;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  justify-content: center;
  gap: 1.6rem 0;
}
@media screen and (max-width: 768px) {
  .l-treatment02-grid__txtbox {
    width: 100%;
    padding: 0 2rem;
    gap: 0;
  }
}
.l-treatment02-grid__subtitle {
  color: #42B0A3;
  font-family: var(--sub-font);
  font-size: 3.4rem;
  font-weight: 600;
  line-height: 1.42;
  letter-spacing: 0.16em;
}
@media screen and (max-width: 768px) {
  .l-treatment02-grid__subtitle {
    margin-bottom: 1.6rem;
    text-align: center;
    font-size: 2.4rem;
    font-weight: 500;
    line-height: 1.4;
    letter-spacing: 0.04em;
  }
}
@media screen and (max-width: 768px) {
  .l-treatment02-grid__btn {
    margin-top: 2.4rem;
    display: flex;
    justify-content: center;
  }
}
.l-treatment02-links {
  width: 120rem;
  margin: 6rem auto 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 768px) {
  .l-treatment02-links {
    width: calc(100% - 4rem);
    margin: 4rem auto 0 auto;
    flex-wrap: wrap;
    flex-direction: column;
    gap: 2rem 0;
  }
}
.l-treatment02-links__item {
  width: 38.2rem;
}
@media screen and (max-width: 768px) {
  .l-treatment02-links__item {
    width: 100%;
  }
}
.l-treatment02-links__link {
  border-radius: 0.8rem;
  overflow: hidden;
  background: var(--white);
  box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.25);
  display: flex;
  justify-content: space-between;
  align-items: stretch;
}
.l-treatment02-links__link:hover {
  box-shadow: 1px 3px 12px 1px rgba(0, 0, 0, 0.25);
}
.l-treatment02-links__imgbox {
  width: 12.6rem;
}
@media screen and (max-width: 768px) {
  .l-treatment02-links__imgbox {
    width: 10rem;
  }
}
.l-treatment02-links__imgbox img {
  width: 100%;
  height: 18.4rem;
  object-fit: cover;
  object-position: center;
}
@media screen and (max-width: 768px) {
  .l-treatment02-links__imgbox img {
    height: 15rem;
  }
}
.l-treatment02-links__txtbox {
  width: calc(100% - 12.6rem);
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  justify-content: center;
  gap: 1rem 0;
  padding: 0 6rem 0 2.4rem;
  position: relative;
}
@media screen and (max-width: 768px) {
  .l-treatment02-links__txtbox {
    width: calc(100% - 10rem);
    gap: 1.6rem 0;
    padding: 0 5.8rem 0 2rem;
    position: relative;
  }
}
.l-treatment02-links__txtbox::after {
  content: "";
  display: block;
  width: 2.4rem;
  height: 2.4rem;
  background-image: url(../img/l-treatment02-links-arrow.svg);
  background-size: contain;
  vertical-align: middle;
  position: absolute;
  top: 50%;
  right: 2.4rem;
  transform: translate(0, -50%);
}
@media screen and (max-width: 768px) {
  .l-treatment02-links__txtbox::after {
    width: 2.2rem;
    height: 2.2rem;
    right: 2rem;
  }
}
.l-treatment02-links__h4 {
  color: #42B0A3;
  font-size: 1.8rem;
  font-weight: 600;
  line-height: 1.66;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 768px) {
  .l-treatment02-links__h4 {
    font-size: 1.7rem;
  }
}
.l-treatment02-links__h4 span {
  font-size: 1.2rem;
  font-weight: 400;
  line-height: 1.87;
}
@media screen and (max-width: 768px) {
  .l-treatment02-links__p {
    font-size: 1.2rem;
    line-height: 1.8;
    letter-spacing: 0.05em;
  }
}

.l-flow {
  padding: 14rem 0;
  /* アクティブなタブ */
}
@media screen and (max-width: 768px) {
  .l-flow {
    padding: 5rem 1rem;
  }
}
.l-flow__inner {
  width: 100rem;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .l-flow__inner {
    width: 100%;
  }
}
.l-flow__title {
  margin-bottom: 7rem;
}
@media screen and (max-width: 768px) {
  .l-flow__title {
    margin-bottom: 2.4rem;
  }
}
.l-flow-list {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  gap: 4.1rem 0;
}
@media screen and (max-width: 768px) {
  .l-flow-list {
    gap: 3.3rem;
  }
}
.l-flow-list__item {
  width: 100%;
  background: #E9F8FF;
  padding: 3rem 5rem;
  position: relative;
}
@media screen and (max-width: 768px) {
  .l-flow-list__item {
    padding: 2rem;
  }
}
.l-flow-list__item::after {
  content: "";
  display: block;
  width: 30px;
  height: 17px;
  background-image: url(../img/l-flow-list-item-after.png);
  background-size: contain;
  vertical-align: middle;
  position: absolute;
  bottom: -2.9rem;
  left: 50%;
  transform: translate(-50%, 0);
}
@media screen and (max-width: 768px) {
  .l-flow-list__item::after {
    bottom: -2.5rem;
  }
}
.l-flow-list__item:last-child::after {
  content: none;
}
.l-flow-list__flexbox {
  display: flex;
  justify-content: space-between;
  gap: 0 2rem;
}
@media screen and (max-width: 768px) {
  .l-flow-list__flexbox {
    gap: 0 1.5rem;
  }
}
.l-flow-list__txtbox {
  width: 33rem;
}
@media screen and (max-width: 768px) {
  .l-flow-list__txtbox {
    width: calc((100% - 1.5rem) / 2);
  }
}
.l-flow-list__imgbox {
  width: 35rem;
}
@media screen and (max-width: 768px) {
  .l-flow-list__imgbox {
    width: calc((100% - 1.5rem) / 2);
  }
}
.l-flow-list__imgbox img {
  width: 100%;
  height: auto;
}
.l-flow-list__subtitle {
  margin-bottom: 1.6rem;
  display: flex;
  align-items: center;
  gap: 0 1rem;
}
@media screen and (max-width: 768px) {
  .l-flow-list__subtitle {
    display: none;
  }
}
.l-flow-list__subtitle .num {
  color: var(--main);
  font-family: var(--en-font);
  font-size: 3.3rem;
  line-height: 1;
  letter-spacing: 0.1em;
}
.l-flow-list__subtitle .ja {
  font-family: var(--sub-font);
  font-size: 2rem;
  font-weight: 600;
  line-height: 1.5;
  letter-spacing: 0.05em;
}
@media screen and (min-width: 769px) {
  .l-flow-list__sptitle {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  .l-flow-list__sptitle {
    margin-bottom: 1.6rem;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 0 1rem;
  }
  .l-flow-list__sptitle .num {
    color: var(--main);
    font-family: var(--en-font);
    font-size: 3.3rem;
    line-height: 1;
    letter-spacing: 0.1em;
  }
  .l-flow-list__sptitle .ja {
    font-family: var(--sub-font);
    font-size: 1.8rem;
    font-weight: 600;
    line-height: 1.5;
    letter-spacing: 0.05em;
  }
}
.l-flow-list__p {
  font-size: 1.2rem;
  line-height: 1.87;
  letter-spacing: 0.05em;
}
.l-flow-cta {
  margin-top: 2rem;
  display: flex;
  justify-content: space-between;
  align-items: stretch;
}
@media screen and (max-width: 768px) {
  .l-flow-cta {
    margin-top: 2.4rem;
    flex-wrap: wrap;
    flex-direction: column;
    gap: 1.2rem 0;
  }
}
.l-flow-cta__phone {
  width: calc((100% - 2rem) / 2);
}
@media screen and (max-width: 768px) {
  .l-flow-cta__phone {
    width: 100%;
  }
}
.l-flow-cta__phone a {
  width: 100%;
  height: 10rem;
  border: 1px solid var(--main-dark);
  background: var(--white);
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  color: var(--main-dark);
}
.l-flow-cta__phone a:hover {
  opacity: 0.7;
}
.l-flow-cta__phone a small {
  font-size: 1.4rem;
  font-weight: 600;
  line-height: 1.6;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 768px) {
  .l-flow-cta__phone a small {
    font-size: 1.2rem;
  }
}
.l-flow-cta__phone a p {
  display: flex;
  align-items: center;
  gap: 0 0.8rem;
  font-family: var(--sub-font);
  font-size: 3.2rem;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 768px) {
  .l-flow-cta__phone a p {
    font-size: 2.4rem;
    letter-spacing: 0.04em;
  }
}
.l-flow-cta__reserve {
  width: calc((100% - 2rem) / 2);
}
@media screen and (max-width: 768px) {
  .l-flow-cta__reserve {
    width: 100%;
  }
}
.l-flow-cta__reserve a {
  width: 100%;
  height: 10rem;
  border: 1px solid var(--main-dark);
  background: var(--main-dark);
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  color: var(--white);
}
.l-flow-cta__reserve a:hover {
  opacity: 0.7;
}
.l-flow-cta__reserve a small {
  font-size: 1.4rem;
  font-weight: 600;
  line-height: 1.6;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 768px) {
  .l-flow-cta__reserve a small {
    font-size: 1.2rem;
  }
}
.l-flow-cta__reserve a p {
  display: flex;
  align-items: center;
  gap: 0 0.8rem;
  font-family: var(--sub-font);
  font-size: 2.4rem;
  font-weight: 500;
  line-height: 2;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 768px) {
  .l-flow-cta__reserve a p {
    font-size: 2.4rem;
    letter-spacing: 0.04em;
  }
}
.l-flow .tab-wrap {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
}
.l-flow .tab-label {
  border: 2px solid var(--main);
  border-bottom: none;
  background: var(--white);
  width: 50%;
  height: 5.6rem;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  color: var(--main);
  text-align: center;
  font-family: var(--sub-font);
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1.78;
  letter-spacing: 0.08em;
  order: -1;
  position: relative;
  z-index: 50;
  transform: translate(0, 2px);
}
@media screen and (max-width: 768px) {
  .l-flow .tab-label {
    font-size: 1.4rem;
  }
}
@media screen and (min-width: 769px) {
  .l-flow .tab-label:hover {
    opacity: 0.7;
  }
}
.l-flow .tab-content {
  width: 100%;
  display: none;
}
.l-flow .tab-content__inner {
  background: var(--white);
  padding: 8rem 10rem 10rem 10rem;
  border: 2px solid var(--main);
}
@media screen and (max-width: 768px) {
  .l-flow .tab-content__inner {
    padding: 1.8rem 1.5rem 4.8rem 1.5rem;
  }
}
.l-flow .tab-switch:checked + .tab-label {
  background: var(--main);
  color: var(--white);
  position: relative;
  border-bottom: none;
}
.l-flow .tab-switch:checked + .tab-label + .tab-content {
  display: block;
}
.l-flow .tab-switch {
  display: none;
}

.l-price {
  background: #E9F8FF;
  padding: 12rem 0;
  /* ----- block01 ----- */
  /* ----- block03 ----- */
  /* ----- block04 ----- */
  /* ----- btn ----- */
}
@media screen and (max-width: 768px) {
  .l-price {
    padding: 5rem 2rem;
  }
}
.l-price__inner {
  width: 100rem;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .l-price__inner {
    width: 100%;
  }
}
.l-price-blocks {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  gap: 7rem 0;
}
@media screen and (max-width: 768px) {
  .l-price-blocks {
    gap: 2.4rem 0;
  }
}
@media screen and (min-width: 769px) {
  .l-price__title {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  .l-price__title {
    display: block;
    margin-bottom: 2.4rem;
  }
}
.l-price-block01 {
  width: 100%;
  background: var(--white);
  padding: 10rem;
}
@media screen and (max-width: 768px) {
  .l-price-block01 {
    padding: 2.4rem;
  }
}
.l-price-block01__title {
  margin-bottom: 5rem;
}
@media screen and (max-width: 768px) {
  .l-price-block01__title {
    display: none;
  }
}
.l-price-block01__subtitle {
  margin-bottom: 2.4rem;
  background: var(--sub);
  padding: 1rem;
  text-align: center;
  color: var(--white);
  font-size: 1.8rem;
  font-weight: 600;
  line-height: 1.66;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 768px) {
  .l-price-block01__subtitle {
    font-size: 1.7rem;
    line-height: 1.7;
    padding: 0.6rem;
  }
}
.l-price-block01__intro {
  margin-bottom: 2.4rem;
  text-align: center;
  line-height: 1.87;
  letter-spacing: 0.11em;
}
@media screen and (max-width: 768px) {
  .l-price-block01__intro {
    text-align: left;
  }
}
.l-price-block01__intro strong {
  display: block;
  font-weight: 700;
  line-height: 2.13;
  letter-spacing: 0.1em;
}
.l-price-block01__cards {
  border: 1px solid var(--gray);
  background: var(--white);
  padding: 3rem;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 2.4rem 0;
  margin-bottom: 7rem;
}
@media screen and (max-width: 768px) {
  .l-price-block01__cards {
    margin-bottom: 2.4rem;
    gap: 1rem 0;
    padding: 3rem 2rem;
  }
}
.l-price-block01__cards ul {
  display: flex;
  justify-content: center;
  gap: 0 2.4rem;
}
@media screen and (max-width: 768px) {
  .l-price-block01__cards ul {
    flex-wrap: wrap;
    gap: 1rem 0;
  }
  .l-price-block01__cards ul img {
    width: 7rem;
    height: auto;
  }
}
.l-price-block01-tables {
  display: flex;
  justify-content: space-between;
  gap: 0 2rem;
}
@media screen and (max-width: 768px) {
  .l-price-block01-tables {
    flex-wrap: wrap;
    gap: 0;
  }
}
.l-price-block01-tables__item {
  width: calc((100% - 2rem) / 2);
}
@media screen and (max-width: 768px) {
  .l-price-block01-tables__item {
    width: 100%;
  }
}
.l-price-block01-tables__tbl {
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
}
.l-price-block01-tables__tbl th {
  width: 45%;
  background: var(--main);
  color: var(--white);
  text-align: center;
  vertical-align: middle;
  font-weight: 700;
  letter-spacing: 0.1em;
  border-bottom: 1px solid var(--gray);
  padding: 1rem 2rem;
}
@media screen and (max-width: 768px) {
  .l-price-block01-tables__tbl th {
    font-size: 1.2rem;
    font-weight: 600;
    line-height: 1.66;
    padding: 1rem;
    width: 50%;
  }
}
.l-price-block01-tables__tbl th.row2 {
  line-height: 1.47;
}
@media screen and (max-width: 768px) {
  .l-price-block01-tables__tbl th.row2 {
    line-height: 1.66;
  }
}
.l-price-block01-tables__tbl th.adjust {
  padding: 1.6rem 2rem;
}
@media screen and (max-width: 768px) {
  .l-price-block01-tables__tbl th.adjust {
    padding: 1rem;
  }
}
.l-price-block01-tables__tbl td {
  width: 55%;
  background: var(--white);
  vertical-align: middle;
  border-bottom: 1px solid var(--gray);
  border-right: 1px solid var(--gray);
  padding: 1rem 2rem;
}
@media screen and (max-width: 768px) {
  .l-price-block01-tables__tbl td {
    font-size: 1.2rem;
    line-height: 1.8;
    letter-spacing: 0.05em;
    padding: 1rem;
    width: 50%;
  }
}
.l-price-block01-tables__tbl td.row2 {
  line-height: 1.47;
}
@media screen and (max-width: 768px) {
  .l-price-block01-tables__tbl td.row2 {
    line-height: 1.8;
  }
}
.l-price-block01-tables__tbl tr:first-child td {
  border-top: 1px solid var(--gray);
}
.l-price-block01-tables__tbl tr:last-child th {
  border-bottom: none;
}
@media screen and (max-width: 768px) {
  .l-price-block01-tables__tbl tr:last-child th.tbl01 {
    border-bottom: 1px solid var(--gray);
  }
}
@media screen and (max-width: 768px) {
  .l-price-block01-tables__tbl tr:last-child td.tbl01 {
    border-bottom: none;
  }
}
.l-price-block03 {
  width: 100%;
  background: var(--white);
  padding: 8rem 10rem;
}
@media screen and (max-width: 768px) {
  .l-price-block03 {
    padding: 2.4rem;
  }
}
.l-price-block03__subtitle {
  display: flex;
  justify-content: center;
  margin-bottom: 7rem;
}
@media screen and (max-width: 768px) {
  .l-price-block03__subtitle {
    margin-bottom: 4rem;
  }
}
.l-price-block03__subtitle h3 {
  display: inline-block;
  border-bottom: 1px solid var(--main-dark);
  padding: 1rem;
  text-align: center;
  font-family: var(--sub-font);
  font-size: 2.4rem;
  line-height: 1.4;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 768px) {
  .l-price-block03__subtitle h3 {
    font-size: 2rem;
    font-weight: 500;
    line-height: 1.6;
    display: block;
    width: 100%;
    padding: 0 0 2rem 0;
  }
}
.l-price-block03__flexbox {
  display: flex;
  justify-content: space-between;
  align-items: stretch;
}
@media screen and (max-width: 768px) {
  .l-price-block03__flexbox {
    flex-wrap: wrap;
    gap: 6rem 0;
  }
}
.l-price-block03__box {
  width: calc((100% - 3.4rem) / 2);
}
@media screen and (max-width: 768px) {
  .l-price-block03__box {
    width: 100%;
  }
}
.l-price-block03__boxhead {
  background: var(--main-dark);
  width: 100%;
  height: 12.8rem;
  position: relative;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 0.4rem 0;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .l-price-block03__boxhead {
    height: 10rem;
  }
}
.l-price-block03__boxhead h4 {
  color: var(--white);
  font-size: 2.6rem;
  font-weight: 500;
  line-height: 1.4;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 768px) {
  .l-price-block03__boxhead h4 {
    font-size: 2rem;
    font-weight: 200;
  }
}
.l-price-block03__boxhead h4 span {
  font-size: 6rem;
  font-weight: 400;
  line-height: 1.16;
}
@media screen and (max-width: 768px) {
  .l-price-block03__boxhead h4 span {
    font-size: 5.6rem;
    line-height: 1;
  }
}
.l-price-block03__boxhead p {
  color: var(--white);
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 1.4;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 768px) {
  .l-price-block03__boxhead p {
    font-size: 1.1rem;
    font-weight: 400;
    line-height: 1.36;
    letter-spacing: 0.04em;
  }
}
.l-price-block03__boxhead .label {
  position: absolute;
  top: -4rem;
  right: 0;
  width: 8rem;
  height: auto;
  aspect-ratio: 1/1;
  background: url(../img/l-price-block03-boxhead-label.png) no-repeat center center/8rem auto;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .l-price-block03__boxhead .label {
    top: -2.8rem;
    width: 6.2rem;
    background: url(../img/l-price-block03-boxhead-label.png) no-repeat center center/6.2rem auto;
  }
}
.l-price-block03__boxhead .label p {
  color: var(--main-dark);
  font-family: var(--sub-font);
  font-size: 1.6rem;
  line-height: 2;
  letter-spacing: 0;
}
@media screen and (max-width: 768px) {
  .l-price-block03__boxhead .label p {
    font-size: 1rem;
  }
}
.l-price-block03__boxhead .label p span {
  font-size: 2.5rem;
  line-height: 1.25;
}
@media screen and (max-width: 768px) {
  .l-price-block03__boxhead .label p span {
    font-size: 2rem;
  }
}
.l-price-block03__boxbody {
  border: 1px solid var(--base-color);
  border-top: none;
  background: #E9F8FF;
  padding: 2rem 3rem;
}
@media screen and (max-width: 768px) {
  .l-price-block03__boxbody {
    padding: 1.6rem 2rem;
  }
}
.l-price-block03__boxbody h5 {
  text-align: center;
  font-family: var(--sub-font);
  font-size: 2.2rem;
  line-height: 1.45;
  letter-spacing: 0.1em;
  margin-bottom: 1.6rem;
}
@media screen and (max-width: 768px) {
  .l-price-block03__boxbody h5 {
    font-size: 1.8rem;
    line-height: 1.4;
    margin-bottom: 1.2rem;
  }
}
.l-price-block03__boxbody h5 span {
  font-size: 2.8rem;
  font-weight: 600;
  line-height: 1.2;
}
@media screen and (max-width: 768px) {
  .l-price-block03__boxbody h5 span {
    font-size: 2.2rem;
  }
}
.l-price-block03__boxbody dl {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.5rem 0;
}
@media screen and (max-width: 768px) {
  .l-price-block03__boxbody dl {
    gap: 0.4rem 0;
  }
}
.l-price-block03__boxbody dl dt {
  width: 12.8rem;
  background: var(--main);
  color: var(--white);
  text-align: center;
  font-size: 1.4rem;
  font-weight: 600;
  line-height: 2.4;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 768px) {
  .l-price-block03__boxbody dl dt {
    width: 10rem;
    font-size: 1rem;
    line-height: 2.6;
  }
}
.l-price-block03__boxbody dl dd {
  width: calc(100% - 12.8rem);
  font-family: var(--sub-font);
  font-size: 2.7rem;
  font-weight: 600;
  line-height: 1.4;
  letter-spacing: 0.05em;
  padding-left: 1.4rem;
  white-space: nowrap;
}
@media screen and (max-width: 768px) {
  .l-price-block03__boxbody dl dd {
    width: calc(100% - 10rem);
    padding-left: 1rem;
    font-size: 2rem;
  }
}
.l-price-block03__boxbody dl dd small {
  font-size: 2rem;
  font-weight: 400;
}
@media screen and (max-width: 768px) {
  .l-price-block03__boxbody dl dd small {
    font-size: 1.5rem;
  }
}
.l-price-block03__boxbody .triangle {
  background: var(--main-dark);
  width: 4.4rem;
  height: 2.2rem;
  clip-path: polygon(0 0, 100% 0, 50% 100%);
  margin: 1.6rem auto;
}
@media screen and (max-width: 768px) {
  .l-price-block03__boxbody .triangle {
    width: 3.2rem;
    height: 1.6rem;
    margin: 1.6rem auto;
  }
}
.l-price-block03__boxbody h6 {
  text-align: center;
  font-family: var(--sub-font);
  font-size: 2.2rem;
  line-height: 1.45;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 768px) {
  .l-price-block03__boxbody h6 {
    font-size: 1.6rem;
    line-height: 1.55;
  }
}
.l-price-block03__boxbody h6 span {
  font-size: 3.4rem;
  line-height: 1;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 768px) {
  .l-price-block03__boxbody h6 span {
    font-size: 2.6rem;
  }
}
.l-price-block03__boxbody h6 small {
  font-family: var(--base-font);
  font-size: 1.2rem;
  line-height: 2.2;
  letter-spacing: 0.15em;
  display: block;
}
@media screen and (max-width: 768px) {
  .l-price-block03__boxbody h6 small {
    font-size: 1.2rem;
    margin-top: 0.8rem;
    line-height: 1.8;
    letter-spacing: 0.05em;
  }
}
.l-price-block04 {
  width: 100%;
  border: 1px solid var(--main-dark);
  background: var(--white);
  padding: 5rem;
}
@media screen and (max-width: 768px) {
  .l-price-block04 {
    width: 100%;
    padding: 3.6rem 3rem;
  }
}
.l-price-block04__subtitle {
  text-align: center;
  font-family: var(--sub-font);
  font-size: 3rem;
  line-height: 1.6;
  letter-spacing: 0.1em;
  margin-bottom: 2.4rem;
}
@media screen and (max-width: 768px) {
  .l-price-block04__subtitle {
    font-size: 2.4rem;
    font-weight: 500;
    letter-spacing: 0.04em;
    margin-bottom: 1.6rem;
  }
}
.l-price-block04__intro {
  margin-bottom: 2.4rem;
}
.l-price__btn {
  width: 30rem;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .l-price__btn {
    width: 100%;
    display: flex;
    justify-content: center;
  }
}
.l-price__btn a {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  color: var(--white);
  background: var(--main-dark);
  width: 100%;
  height: 6rem;
  font-weight: 600;
}
@media screen and (max-width: 768px) {
  .l-price__btn a {
    display: inline-flex;
    width: auto;
    height: auto;
    font-size: 1.4rem;
    font-weight: 600;
    line-height: 2.13;
    letter-spacing: 0.06em;
    padding: 0.6rem 4.6rem 0.6rem 2rem;
  }
}
.l-price__btn a:hover {
  opacity: 0.7;
}
.l-price__btn a::before {
  content: "＋";
  position: absolute;
  right: 2rem;
  top: 50%;
  transform: translateY(-50%);
  font-size: 1.6rem;
  color: var(--white);
  transition: transform 0.3s;
}
@media screen and (max-width: 768px) {
  .l-price__btn a::before {
    font-size: 1.4rem;
  }
}
.l-price__btn a.active::before {
  content: "−";
}

.l-trouble {
  padding: 11.5rem 0 0 0;
}
@media screen and (max-width: 768px) {
  .l-trouble {
    padding: 2.4rem 0 0 0;
  }
}
.l-trouble__title {
  color: var(--main-dark);
  text-align: center;
  font-family: var(--sub-font);
  font-size: 4.5rem;
  font-weight: 600;
  line-height: 1.33;
  letter-spacing: 0.15em;
  margin-bottom: 2.4rem;
}
@media screen and (max-width: 768px) {
  .l-trouble__title {
    font-size: 2rem;
    line-height: 1.5;
    letter-spacing: 0.05em;
    margin-bottom: 1.8rem;
  }
}
.l-trouble__title span {
  font-size: 5.5rem;
}
@media screen and (max-width: 768px) {
  .l-trouble__title span {
    font-size: 2.6rem;
    font-weight: 700;
    line-height: 1;
    letter-spacing: 0.08em;
  }
}
.l-trouble-head {
  background: url(../img/l-trouble-head-bg.jpg) no-repeat center top/cover;
  padding: 9rem 0;
}
@media screen and (max-width: 768px) {
  .l-trouble-head {
    background: url(../img/l-trouble-head-bg-sp.jpg) no-repeat center top/cover;
    padding: 3.6rem 0;
  }
}
.l-trouble-head__inner {
  width: 100rem;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .l-trouble-head__inner {
    width: calc(100% - 4.8rem);
  }
}
.l-trouble-head__boxwrapper {
  position: relative;
}
.l-trouble-head__boxwrapper::after {
  content: "";
  position: absolute;
  top: 16px;
  left: 16px;
  height: 100%;
  background: rgba(59, 100, 172, 0.9);
  z-index: 1;
  width: 66rem;
}
@media screen and (max-width: 768px) {
  .l-trouble-head__boxwrapper::after {
    top: 10px;
    left: 10px;
    height: 100%;
    width: 100%;
  }
}
.l-trouble-head__box {
  position: relative;
  background: var(--white);
  padding: 6.2rem 5rem 7.6rem 9.8rem;
  width: 66rem;
  z-index: 2;
  margin: 0 auto 0 0;
}
@media screen and (max-width: 768px) {
  .l-trouble-head__box {
    padding: 2.8rem 2.8rem 4.5rem 2.8rem;
    width: 100%;
    margin: 0 auto;
  }
}
.l-trouble-head__list {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  gap: 1rem 0;
}
.l-trouble-head__list li {
  width: 100%;
  font-family: var(--sub-font);
  font-size: 2rem;
  font-weight: 600;
  line-height: 1.5;
  letter-spacing: 0.04em;
  border-bottom: 1px solid var(--main);
  padding: 0 0 1.2rem 0;
  display: flex;
  align-items: center;
  gap: 0 1rem;
}
@media screen and (max-width: 768px) {
  .l-trouble-head__list li {
    font-size: 1.4rem;
    letter-spacing: 0.05em;
  }
}
.l-trouble-body {
  background: url(../img/l-trouble-body.jpg) no-repeat center bottom/cover;
  filter: drop-shadow(0 6px 15px rgba(0, 0, 0, 0.2));
  width: 100%;
  height: 27rem;
  position: relative;
  z-index: 5;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .l-trouble-body {
    background: url(../img/l-trouble-body-sp.jpg) no-repeat center center/cover;
    height: 12rem;
  }
}
.l-trouble-body h3 {
  color: var(--white);
  text-shadow: 0 0 8px rgba(0, 0, 0, 0.41), 0 0 3px rgba(0, 0, 0, 0.41), 0 0 11px rgba(0, 0, 0, 0.5);
  font-family: var(--sub-font);
  font-size: 2.8rem;
  font-weight: 500;
  line-height: 1.42;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 768px) {
  .l-trouble-body h3 {
    font-size: 2rem;
    font-weight: 400;
    line-height: 1.3;
    letter-spacing: 0.05em;
  }
}
.l-trouble-body h3 .f34 {
  font-size: 3.4rem;
  font-weight: 600;
  letter-spacing: 0.16em;
}
@media screen and (max-width: 768px) {
  .l-trouble-body h3 .f34 {
    font-size: 2rem;
    font-weight: 400;
    line-height: 1.3;
    letter-spacing: 0.05em;
  }
}
.l-trouble-body h3 .f42 {
  color: #FFEE7C;
  font-size: 4.2rem;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 768px) {
  .l-trouble-body h3 .f42 {
    font-size: 2.4rem;
    font-weight: 500;
    letter-spacing: 0.04em;
    line-height: 1.2;
  }
}

.l-reason {
  position: relative;
  z-index: 0;
  /* ----- title ----- */
  /* ----- 01 ----- */
  /* ----- 02 ----- */
  /* ----- 00 ----- */
  /* ----- 03 ----- */
  /* ----- 04 ----- */
  /* ----- 050607 ----- */
}
.l-reason__title {
  padding: 10rem 0;
  background: var(--white);
  position: relative;
  z-index: 10;
}
@media screen and (max-width: 768px) {
  .l-reason__title {
    padding: 6rem 0 4rem 0;
  }
}
.l-reason__blocks {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
}
.l-reason01 {
  padding: 12rem 0;
  width: 100%;
  background: var(--gray-light);
  box-shadow: 0 14px 40px 0 rgba(0, 0, 0, 0.1);
  position: relative;
  z-index: 9;
}
@media screen and (max-width: 768px) {
  .l-reason01 {
    padding: 0 0 4rem 0;
    background: none;
  }
  .l-reason01::before {
    content: "";
    background: var(--gray-light);
    width: 100%;
    height: calc(100% - 9.2rem);
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: -1;
  }
}
.l-reason01-grid {
  display: grid;
  grid-template-columns: 1fr 600px 50px 550px 1fr;
  grid-template-rows: auto;
  gap: 0px 0px;
  grid-auto-flow: row;
  grid-template-areas: "l-reason01-grid__imgbox l-reason01-grid__imgbox . l-reason01-grid__txtbox .";
}
@media screen and (max-width: 768px) {
  .l-reason01-grid {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    gap: 2.4rem 0;
  }
}
.l-reason01-grid__imgbox {
  grid-area: l-reason01-grid__imgbox;
  position: relative;
}
@media screen and (max-width: 768px) {
  .l-reason01-grid__imgbox {
    width: calc(100% - 2rem);
    margin: 0 auto 0 0;
  }
}
.l-reason01-grid__imgbox img.photo {
  width: 100%;
  height: auto;
}
.l-reason01-grid__txtbox {
  grid-area: l-reason01-grid__txtbox;
}
@media screen and (max-width: 768px) {
  .l-reason01-grid__txtbox {
    width: 100%;
    padding: 0 2rem;
  }
}
.l-reason01__title {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  padding-bottom: 2.4rem;
  margin: 0 auto 2.4rem auto;
  border-bottom: 1px solid var(--base-color);
}
@media screen and (max-width: 768px) {
  .l-reason01__title {
    flex-direction: row;
    justify-content: flex-start;
    padding-bottom: 1.6rem;
    margin: 0 auto 1.6rem auto;
    gap: 0 1.6rem;
    text-align: left;
  }
}
.l-reason01__title .num {
  font-family: var(--en-font);
  font-size: 8rem;
  line-height: 1;
  letter-spacing: 0.04em;
  background: linear-gradient(270deg, #4BC0E1 0%, #7AA5E3 81.19%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  margin-bottom: 1rem;
  display: inline-block;
}
@media screen and (max-width: 768px) {
  .l-reason01__title .num {
    font-size: 6rem;
    margin-bottom: 0;
  }
}
.l-reason01__title .ja {
  font-family: var(--sub-font);
  font-size: 3rem;
  line-height: 1.6;
  letter-spacing: 0.1em;
  display: block;
}
@media screen and (max-width: 768px) {
  .l-reason01__title .ja {
    font-size: 2rem;
    line-height: 1.4;
    letter-spacing: 0.05em;
  }
}
.l-reason01__btn {
  margin-top: 2.4rem;
}
@media screen and (max-width: 768px) {
  .l-reason01__btn {
    margin-top: 1.6rem;
    display: flex;
    justify-content: center;
    width: 100%;
  }
}
.l-reason01-box {
  width: 80rem;
  margin: 5rem auto 0 auto;
  position: relative;
  border: 1px solid var(--main-dark);
  background: rgba(255, 255, 255, 0.8);
  padding: 4.8rem 5rem;
  display: flex;
  flex-wrap: wrap;
  flex-direction: row-reverse;
  justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .l-reason01-box {
    width: calc(100% - 4rem);
    margin: 5rem auto 0 auto;
    padding: 2rem 2.8rem;
    flex-direction: column;
    gap: 2.4rem 0;
  }
}
.l-reason01-box::before {
  content: "";
  position: absolute;
  top: 1rem;
  left: 1rem;
  right: 1rem;
  bottom: 1rem;
  z-index: 1;
  border: 1px solid var(--main-dark);
}
@media screen and (max-width: 768px) {
  .l-reason01-box::before {
    top: 0.7rem;
    left: 0.7rem;
    right: 0.7rem;
    bottom: 0.7rem;
  }
}
.l-reason01-box__imgbox {
  width: 30rem;
}
@media screen and (max-width: 768px) {
  .l-reason01-box__imgbox {
    width: 100%;
  }
}
.l-reason01-box__imgbox img {
  width: 100%;
  height: auto;
}
.l-reason01-box__txtbox {
  width: 35rem;
}
@media screen and (max-width: 768px) {
  .l-reason01-box__txtbox {
    width: 100%;
  }
}
.l-reason01-box__h4 {
  margin-bottom: 1.2rem;
  color: var(--white);
  text-align: center;
  font-family: var(--sub-font);
  font-size: 2rem;
  font-weight: 600;
  line-height: 1.5;
  letter-spacing: 0.05em;
  border-radius: 10rem;
  background: var(--main);
  padding: 0.7rem 0;
}
@media screen and (max-width: 768px) {
  .l-reason01-box__h4 {
    font-size: 1.8rem;
    padding: 1rem;
  }
}
.l-reason02 {
  padding: 12rem 0;
  width: 100%;
  background: #E9F8FF;
  box-shadow: 0 14px 40px 0 rgba(0, 0, 0, 0.1);
  position: relative;
  z-index: 8;
}
@media screen and (max-width: 768px) {
  .l-reason02 {
    padding: 4rem 0;
    background: none;
  }
  .l-reason02::before {
    content: "";
    background: #E9F8FF;
    width: 100%;
    height: calc(100% - 14.2rem);
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: -1;
  }
}
.l-reason02-grid {
  display: grid;
  grid-template-columns: 1fr 550px 50px 600px 1fr;
  grid-template-rows: auto;
  gap: 0px 0px;
  grid-auto-flow: row;
  grid-template-areas: ". l-reason02-grid__txtbox . l-reason02-grid__imgbox l-reason02-grid__imgbox";
}
@media screen and (max-width: 768px) {
  .l-reason02-grid {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    gap: 2.4rem 0;
  }
}
.l-reason02-grid__imgbox {
  grid-area: l-reason02-grid__imgbox;
}
@media screen and (max-width: 768px) {
  .l-reason02-grid__imgbox {
    width: calc(100% - 2rem);
    margin: 0 0 0 auto;
  }
}
.l-reason02-grid__imgbox img.photo {
  width: 100%;
  height: auto;
}
.l-reason02-grid__txtbox {
  grid-area: l-reason02-grid__txtbox;
}
@media screen and (max-width: 768px) {
  .l-reason02-grid__txtbox {
    width: 100%;
    padding: 0 2rem;
  }
}
.l-reason02__title {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  padding-bottom: 2.4rem;
  margin: 0 auto 2.4rem auto;
  border-bottom: 1px solid var(--base-color);
}
@media screen and (max-width: 768px) {
  .l-reason02__title {
    flex-direction: row;
    justify-content: flex-start;
    padding-bottom: 1.6rem;
    margin: 0 auto 1.6rem auto;
    gap: 0 1.6rem;
    text-align: left;
  }
}
.l-reason02__title .num {
  font-family: var(--en-font);
  font-size: 8rem;
  line-height: 1;
  letter-spacing: 0.04em;
  background: linear-gradient(270deg, #4BC0E1 0%, #7AA5E3 81.19%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  margin-bottom: 1rem;
  display: inline-block;
}
@media screen and (max-width: 768px) {
  .l-reason02__title .num {
    font-size: 6rem;
    margin-bottom: 0;
  }
}
.l-reason02__title .ja {
  font-family: var(--sub-font);
  font-size: 3rem;
  line-height: 1.6;
  letter-spacing: 0.1em;
  display: block;
}
@media screen and (max-width: 768px) {
  .l-reason02__title .ja {
    font-size: 2rem;
    line-height: 1.4;
    letter-spacing: 0.05em;
  }
}
.l-reason02__btn {
  margin-top: 2.4rem;
}
@media screen and (max-width: 768px) {
  .l-reason02__btn {
    margin-top: 1.6rem;
    display: flex;
    justify-content: center;
    width: 100%;
  }
}
.l-reason00 {
  width: 100%;
  position: relative;
  background: url(../img/l-reason00-bg.jpg) no-repeat center top/cover;
  color: var(--white);
  padding: 10rem 0;
}
@media screen and (max-width: 768px) {
  .l-reason00 {
    background: url(../img/l-reason00-bg-sp.jpg) no-repeat center top/cover;
    padding: 6rem 4.5rem;
  }
}
.l-reason00::before {
  content: "";
  position: absolute;
  top: 3rem;
  left: 3rem;
  right: 3rem;
  bottom: 3rem;
  z-index: 1;
  border: 1px solid var(--white);
}
@media screen and (max-width: 768px) {
  .l-reason00::before {
    top: 1.6rem;
    left: 1.6rem;
    right: 1.6rem;
    bottom: 1.6rem;
  }
}
.l-reason00__inner {
  width: 74rem;
  margin: 0 auto;
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 768px) {
  .l-reason00__inner {
    width: 100%;
  }
}
.l-reason00__title {
  margin-bottom: 2.4rem;
  display: flex;
  justify-content: center;
  align-items: flex-end;
  text-align: center;
}
.l-reason00__title h2 {
  color: var(--white);
  font-family: var(--sub-font);
  font-size: 3.4rem;
  font-weight: 600;
  line-height: 1.42;
  letter-spacing: 0.16em;
  display: inline-block;
  position: relative;
}
@media screen and (max-width: 768px) {
  .l-reason00__title h2 {
    font-size: 2.4rem;
    font-weight: 500;
    line-height: 1.4;
    letter-spacing: 0.04em;
    display: block;
    width: 100%;
  }
}
.l-reason00__title h2 span {
  font-size: 5.2rem;
}
@media screen and (max-width: 768px) {
  .l-reason00__title h2 span {
    font-size: 3.8rem;
  }
}
.l-reason00__title h2::before {
  content: "";
  display: inline-block;
  width: 3.3rem;
  height: 4.8rem;
  background-image: url(../img/l-reason00-title-before.svg);
  background-size: contain;
  vertical-align: middle;
  position: absolute;
  bottom: 0;
  left: -7.7rem;
}
@media screen and (max-width: 768px) {
  .l-reason00__title h2::before {
    left: -1.6rem;
  }
}
.l-reason00__title h2::after {
  content: "";
  display: inline-block;
  width: 3.3rem;
  height: 4.8rem;
  background-image: url(../img/l-reason00-title-after.svg);
  background-size: contain;
  vertical-align: middle;
  position: absolute;
  bottom: 0;
  right: -7.7rem;
}
@media screen and (max-width: 768px) {
  .l-reason00__title h2::after {
    right: -1.6rem;
  }
}
.l-reason00__p strong {
  font-weight: 600;
}
.l-reason03 {
  padding: 12rem 0;
  width: 100%;
  background: var(--gray-light);
  box-shadow: 0 14px 40px 0 rgba(0, 0, 0, 0.1);
  position: relative;
  z-index: 9;
}
@media screen and (max-width: 768px) {
  .l-reason03 {
    padding: 4rem 0;
    background: none;
  }
  .l-reason03::before {
    content: "";
    background: var(--gray-light);
    width: 100%;
    height: calc(100% - 14.2rem);
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: -1;
  }
}
.l-reason03-grid {
  display: grid;
  grid-template-columns: 1fr 600px 50px 550px 1fr;
  grid-template-rows: auto;
  gap: 0px 0px;
  grid-auto-flow: row;
  grid-template-areas: "l-reason03-grid__imgbox l-reason03-grid__imgbox . l-reason03-grid__txtbox .";
}
@media screen and (max-width: 768px) {
  .l-reason03-grid {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    gap: 2.4rem 0;
  }
}
.l-reason03-grid__imgbox {
  grid-area: l-reason03-grid__imgbox;
  position: relative;
}
@media screen and (max-width: 768px) {
  .l-reason03-grid__imgbox {
    width: calc(100% - 2rem);
    margin: 0 auto 0 0;
  }
}
.l-reason03-grid__imgbox img.photo {
  width: 100%;
  height: auto;
}
.l-reason03-grid__txtbox {
  grid-area: l-reason03-grid__txtbox;
}
@media screen and (max-width: 768px) {
  .l-reason03-grid__txtbox {
    width: 100%;
    padding: 0 2rem;
  }
}
.l-reason03__title {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  padding-bottom: 2.4rem;
  margin: 0 auto 2.4rem auto;
  border-bottom: 1px solid var(--base-color);
}
@media screen and (max-width: 768px) {
  .l-reason03__title {
    flex-direction: row;
    justify-content: flex-start;
    padding-bottom: 1.6rem;
    margin: 0 auto 1.6rem auto;
    gap: 0 1.6rem;
    text-align: left;
  }
}
.l-reason03__title .num {
  font-family: var(--en-font);
  font-size: 8rem;
  line-height: 1;
  letter-spacing: 0.04em;
  background: linear-gradient(270deg, #4BC0E1 0%, #7AA5E3 81.19%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  margin-bottom: 1rem;
  display: inline-block;
}
@media screen and (max-width: 768px) {
  .l-reason03__title .num {
    font-size: 6rem;
    margin-bottom: 0;
  }
}
.l-reason03__title .ja {
  font-family: var(--sub-font);
  font-size: 3rem;
  line-height: 1.6;
  letter-spacing: 0.1em;
  display: block;
}
@media screen and (max-width: 768px) {
  .l-reason03__title .ja {
    font-size: 2rem;
    line-height: 1.4;
    letter-spacing: 0.05em;
  }
}
.l-reason03__btn {
  margin-top: 2.4rem;
}
@media screen and (max-width: 768px) {
  .l-reason03__btn {
    margin-top: 1.6rem;
    display: flex;
    justify-content: center;
    width: 100%;
  }
}
.l-reason04 {
  width: 100%;
  background: url(../img/l-reason04-bg.jpg) no-repeat center top/cover;
  padding: 10rem 0;
}
@media screen and (max-width: 768px) {
  .l-reason04 {
    background: url(../img/l-reason04-bg-sp.jpg) no-repeat center top/cover;
    padding: 4rem 2rem;
  }
}
.l-reason04__inner {
  width: 100rem;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .l-reason04__inner {
    width: 100%;
  }
}
.l-reason04__title {
  width: 50.8rem;
  margin: 0 auto 2.4rem auto;
  padding-bottom: 1.6rem;
  border-bottom: 1px solid var(--white);
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 1.2rem 0;
  text-align: center;
  color: var(--white);
}
@media screen and (max-width: 768px) {
  .l-reason04__title {
    flex-direction: row;
    justify-content: flex-start;
    padding-bottom: 1.6rem;
    margin: 0 auto 1.6rem auto;
    gap: 0 1.6rem;
    text-align: left;
  }
}
.l-reason04__title .num {
  font-family: var(--en-font);
  font-size: 8rem;
  line-height: 1;
  letter-spacing: 0.04em;
}
@media screen and (max-width: 768px) {
  .l-reason04__title .num {
    font-size: 6rem;
    margin-bottom: 0;
  }
}
.l-reason04__title .ja {
  font-family: var(--sub-font);
  font-size: 3rem;
  line-height: 1.6;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 768px) {
  .l-reason04__title .ja {
    font-size: 2rem;
    line-height: 1.4;
    letter-spacing: 0.05em;
  }
}
.l-reason04__intro {
  color: var(--white);
  text-align: center;
  width: 80rem;
  margin: 0 auto 7rem auto;
}
@media screen and (max-width: 768px) {
  .l-reason04__intro {
    text-align: left;
    width: 100%;
    margin: 0 auto 2.4rem auto;
  }
}
.l-reason050607 {
  padding: 12rem 0;
  background: var(--white);
  width: 100%;
}
@media screen and (max-width: 768px) {
  .l-reason050607 {
    padding: 5rem 2rem;
  }
}
.l-reason050607__inner {
  width: 120rem;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .l-reason050607__inner {
    width: 100%;
  }
}
.l-reason050607__list {
  display: flex;
  align-items: stretch;
  gap: 0 1.8rem;
}
@media screen and (max-width: 768px) {
  .l-reason050607__list {
    flex-wrap: wrap;
    flex-direction: column;
    gap: 3.2rem 0;
  }
}
.l-reason050607__item {
  width: calc((100% - 3.6rem) / 3);
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 2.4rem 0;
}
@media screen and (max-width: 768px) {
  .l-reason050607__item {
    width: 100%;
  }
}
.l-reason050607__title {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .l-reason050607__title {
    flex-direction: row;
    justify-content: flex-start;
    gap: 0 1.6rem;
    text-align: left;
  }
}
.l-reason050607__title .num {
  font-family: var(--en-font);
  font-size: 8rem;
  line-height: 1;
  letter-spacing: 0.04em;
  background: linear-gradient(270deg, #4BC0E1 0%, #7AA5E3 81.19%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  display: inline-block;
}
@media screen and (max-width: 768px) {
  .l-reason050607__title .num {
    font-size: 6rem;
    margin-bottom: 0;
  }
}
.l-reason050607__title .ja {
  font-family: var(--sub-font);
  font-size: 2.4rem;
  line-height: 1.5;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 768px) {
  .l-reason050607__title .ja {
    font-size: 2rem;
  }
}
.l-reason050607__thumb {
  width: 100%;
}
.l-reason050607__thumb img {
  width: 100%;
  height: auto;
}
.l-reason050607__btn {
  display: flex;
  justify-content: center;
  margin:3rem 0 5rem;
}

@media screen and (max-width: 768px) {
  .l-floating {
    width: 100%;
    height: 6.6rem;
    position: fixed;
    bottom: 0;
    left: 0;
    display: flex;
    z-index: 9999;
    border-top: 1px solid var(--white);
  }
  .l-floating__phone {
    width: 50%;
    height: 6.6rem;
  }
  .l-floating__phone a {
    width: 100%;
    height: 100%;
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    color: var(--base-color);
    background: var(--white);
  }
  .l-floating__phone small {
    font-size: 1.1rem;
    line-height: 1.36;
    letter-spacing: 0.04em;
  }
  .l-floating__phone p {
    font-family: var(--sub-font);
    font-size: 1.7rem;
    font-weight: 600;
    line-height: 1.5;
    letter-spacing: 0.05em;
    display: flex;
    align-items: center;
    gap: 0 0.6rem;
  }
  .l-floating__reserve {
    width: 50%;
    height: 6.6rem;
  }
  .l-floating__reserve a {
    width: 100%;
    height: 100%;
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    color: var(--white);
    background: var(--main-dark);
  }
  .l-floating__reserve small {
    font-size: 1.1rem;
    line-height: 1.36;
    letter-spacing: 0.04em;
  }
  .l-floating__reserve p {
    font-family: var(--sub-font);
    font-size: 1.6rem;
    font-weight: 600;
    line-height: 1.5;
    letter-spacing: 0.05em;
    display: flex;
    align-items: center;
    gap: 0 0.6rem;
  }
}
@media screen and (min-width: 769px) {
  .l-floating {
    display: none;
  }
}
.l-sitemap {
  padding: 16rem 2.2rem 3.6rem 2.2rem;
}
.l-sitemap .l-footer__inner{
	gap: 4rem 0;
}
@media screen and (max-width: 768px) {
  .l-sitemap {
    padding: 8.6rem 2rem 15.2rem;
  }
  .l-sitemap .l-footer__inner{
	gap: 0;
}
}
.l-sitemap__nav {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  gap: 2.4rem 0;
}
.l-sitemap__nav a {
  color: var(--white);
  font-family: var(--sub-font);
  font-size: 1.6rem;
  font-weight: 600;
  line-height: 1.6;
  letter-spacing: 0.05em;
}
.l-sitemap__nav a:hover {
  opacity: 0.7;
}
.l-sitemap__copy {
  width: calc(100% + 14.4rem);
  text-align: center;
  margin: 28rem -7.2rem 0 -7.2rem;
}
@media screen and (max-width: 768px) {
  .l-sitemap__copy {
    margin: 3.6rem -6rem 0 -6rem;
    width: calc(100% + 12rem);
  }
}
.l-sitemap__copy small {
  color: var(--white);
  font-size: 1.2rem;
  line-height: 1.87;
  letter-spacing: 0.05em;
}
.l-sitemap__copy a:hover {
  opacity: 0.7;
}

.l-header__logo {
  position: absolute;
  top: 3rem;
  left: 5rem;
  z-index: 10;
  width: 20.5026455026vw;
  max-width: 31rem;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  align-items: center;
  gap: 2.25rem 0;
}
@media screen and (max-width: 768px) {
  .l-header__logo {
    top: 1.5rem;
    left: 2rem;
    width: 16rem;
    gap: 0;
    align-items: flex-start;
  }
}
.l-header__logo img {
  width: 100%;
  height: auto;
}
.l-header__logo a:hover {
  opacity: 0.7;
}
.l-header__logo .tagline {
  width: 100%;
  background: var(--white);
  padding: 0.3968253968vw;
  text-align: center;
  font-family: var(--sub-font);
  font-size: 0.7936507937vw;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0.07em;
}
@media screen and (max-width: 768px) {
  .l-header__logo .tagline {
    font-size: 1rem;
    background: rgba(255, 255, 255, 0.7);
    width: 100%;
    height: 2.5rem;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0;
    margin-top: 0.6rem;
  }
}
.l-header__logo h1 {
  font-size: 0.7275132275vw;
  line-height: 1.8;
  letter-spacing: 0.04em;
  text-align: justify;
  white-space: nowrap;
}
@media screen and (max-width: 768px) {
  .l-header__logo h1 {
    font-size: 1rem;
    line-height: 1.2;
    margin-top: 1rem;
  }
}
.l-header__fix {
  position: fixed;
  top: 0;
  right: 8rem;
  z-index: 300;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .l-header__fix {
    display: none;
  }
}
.l-header__phone a {
  height: 8rem;
  padding: 0 2.4rem;
  background: var(--white);
  border: 1px solid #6695B2;
  display: inline-flex;
  flex-wrap: wrap;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
}
.l-header__phone a:hover {
  opacity: 0.7;
}
.l-header__phone a small {
  font-size: 1.1rem;
  line-height: 1.8;
  letter-spacing: 0.04em;
}
.l-header__phone a p {
  display: flex;
  align-items: center;
  gap: 0 0.6rem;
  font-family: var(--sub-font);
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.4;
  letter-spacing: 0.05em;
}
.l-header__reserve a {
  height: 8rem;
  padding: 0 2.4rem;
  background: var(--main-dark);
  border: 1px solid var(--main-dark);
  display: inline-flex;
  flex-wrap: wrap;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  color: var(--white);
}
.l-header__reserve a:hover {
  opacity: 0.7;
}
.l-header__reserve a small {
  font-size: 1.1rem;
  line-height: 1.8;
  letter-spacing: 0.04em;
}
.l-header__reserve a p {
  display: flex;
  align-items: center;
  gap: 0 0.6rem;
  font-family: var(--sub-font);
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.4;
  letter-spacing: 0.05em;
}

.l-hero {
  width: 100%;
  height: 100vh;
  position: relative;
  z-index: 1;
  background: url(../img/l-hero-bg.jpg) no-repeat center bottom/cover;
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  /* ----- rayout ----- */
  /* ----- elements(left) ----- */
  /* ----- elements(right) ----- */
  /* ----- elements(sp) ----- */
}
@media screen and (max-width: 768px) {
  .l-hero {
    background: url(../img/l-hero-bg-sp.jpg) no-repeat center bottom/cover;
    height: calc(var(--vh, 1vh)* 100 - 66px);
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    justify-content: flex-end;
    padding: 0 2rem 1.6rem 2rem;
  }
}
.l-hero__elements {
  padding: 0 0 5.291005291vw 9.9206349206vw;
}
@media screen and (max-width: 768px) {
  .l-hero__elements {
    padding: 0;
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    flex-direction: column-reverse;
  }
}
.l-hero__catch {
  text-shadow: 0 0 11.476px #FFF, 0 0 4.59px #FFF, 0 0 4.59px #FFF, 0 0 4.59px #FFF, 0 0 4.59px #FFF, 0 0 11.476px #FFF, 0 0 11.476px rgba(255, 255, 255, 0.5), 0 0 11.476px rgba(255, 255, 255, 0.89);
  font-family: var(--sub-font);
  font-size: clamp(2.2rem, 2.9100529101vw, 4.4rem);
  font-weight: 500;
  line-height: 1.56;
  letter-spacing: 0.08em;
}
@media screen and (max-width: 768px) {
  .l-hero__catch {
    width: 100%;
    text-align: center;
    font-size: 2.4rem;
  }
}
.l-hero__catch span.green {
  color: var(--sub);
  font-size: clamp(3.8rem, 5.0264550265vw, 7.6rem);
  font-weight: 600;
  line-height: 1;
}
@media screen and (max-width: 768px) {
  .l-hero__catch span.green {
    font-size: 5.4rem;
    letter-spacing: 0.04em;
  }
}
.l-hero__catch span.blue {
  color: var(--main);
  font-size: clamp(3.8rem, 5.0264550265vw, 7.6rem);
  font-weight: 600;
  line-height: 1;
}
@media screen and (max-width: 768px) {
  .l-hero__catch span.blue {
    font-size: 5.4rem;
    letter-spacing: 0.04em;
  }
}
@media screen and (max-width: 768px) {
  .l-hero__catch span.black {
    font-size: 3.3rem;
  }
}
.l-hero__catch span.row2 {
  display: inline-block;
  margin-left: 1.8518518519vw;
}
@media screen and (max-width: 768px) {
  .l-hero__catch span.row2 {
    margin-left: 0;
  }
}
.l-hero__catch span.row3 {
  display: inline-block;
  margin-left: 11.6402116402vw;
}
@media screen and (max-width: 768px) {
  .l-hero__catch span.row3 {
    margin-left: 0;
  }
}
.l-hero-badges {
  display: flex;
  align-items: stretch;
  margin-top: 3.1746031746vw;
}
@media screen and (max-width: 768px) {
  .l-hero-badges {
    display: none;
  }
}
.l-hero-badges__item {
  width: 11.5079365079vw;
  max-width: 17.4rem;
  height: auto;
  aspect-ratio: 1/1;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  color: var(--white);
  font-size: clamp(0.9rem, 1.1904761905vw, 1.8rem);
  font-weight: 600;
  line-height: 1.4;
  letter-spacing: 0.06em;
}
.l-hero-badges__item span {
  font-size: clamp(1.5rem, 1.9841269841vw, 3rem);
}
.l-hero-badges__item.item01 {
  background: #6FD3E7;
  box-shadow: 0 0 0 0.8597883598vw rgba(111, 211, 231, 0.4);
  position: relative;
  z-index: 1;
  right: -0.7936507937vw;
}
.l-hero-badges__item.item02 {
  background: #67CDC1;
  box-shadow: 0 0 0 0.8597883598vw rgba(112, 185, 195, 0.4);
  position: relative;
  z-index: 2;
  right: -0.3968253968vw;
}
.l-hero-badges__item.item03 {
  background: #4E9CD9;
  box-shadow: 0 0 0 0.8597883598vw rgba(92, 156, 197, 0.4);
  position: relative;
  z-index: 3;
}
@media screen and (min-width: 769px) {
  .l-hero__figure {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  .l-hero__figure {
    display: block;
    width: 19.6rem;
  }
  .l-hero__figure img {
    width: 100%;
    height: auto;
  }
}

.l-404 {
  width: 100%;
  max-width: 124rem;
  margin: 0 auto;
  padding: 10rem 2rem;
  text-align: center;
}
.l-404__title {
  font-size: 3.6rem;
  font-weight: 600;
}

.l-archive {
  width: 100%;
  max-width: 98rem;
  margin: 0 auto;
  padding: 0 4rem 8rem 4rem;
  display: flex;
  flex-wrap: wrap;
  gap: 6rem 4rem;
}
@media screen and (max-width: 768px) {
  .l-archive {
    padding: 6rem 2rem;
  }
}
.l-archiveTitle {
  width: 100%;
  text-align: center;
  color: var(--main);
  font-size: 3.6rem;
  font-weight: 400;
  font-family: var(--sub-font);
}
.l-archiveAside {
  width: calc(25% - 2rem);
}
@media screen and (max-width: 768px) {
  .l-archiveAside {
    width: 100%;
  }
}
.l-archiveAside__heading {
  background: var(--main);
  color: var(--white);
  padding: 1rem 2rem;
}
.l-archiveAside__cta {
  background: var(--main-light);
  position: sticky;
  top: 6rem;
  padding: 2rem;
  height: 40rem;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}
.l-archiveAside__list {
  margin-top: 1rem;
}
.l-archiveAside__list li {
  border-bottom: 0.1rem solid var(--gray);
  padding: 1rem 0;
}
.l-archiveAside__list a {
  transition: all 0.7s;
}
.l-archiveAside__list a:hover {
  color: var(--main);
}
.l-archiveAside__tagcloud {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem 0.5rem;
  margin-top: 2rem;
}
.l-archiveAside__tagcloud li {
  display: flex;
}
.l-archiveAside__block + .l-archiveAside__block {
  margin-top: 6rem;
}
.l-archiveMain {
  width: calc(75% - 2rem);
}
@media screen and (max-width: 768px) {
  .l-archiveMain {
    width: 100%;
  }
}
.l-archiveList:first-child {
  border-top: 0.1rem solid var(--gray);
}
.l-archiveList {
  border-bottom: 0.1rem solid var(--gray);
  padding: 3.2rem 0;
}
.l-archiveList__meta {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  flex-wrap: wrap;
  gap: 0 1.6rem;
  margin-bottom: 0.8rem;
}
@media screen and (max-width: 768px) {
  .l-archiveList__taxonomy {
    width: 100%;
  }
}
.l-archiveList__taxonomy a {
  color: var(--main);
  font-weight: 600;
  margin-right: 1em;
  transition: all 0.5s;
}
.l-archiveList__taxonomy a:hover {
  text-decoration: underline;
}
.l-archiveList__taxonomy i {
  margin-right: 0.5em;
}
.l-archiveList__date {
  font-size: 1.1rem;
  color: var(--gray-dark);
}
@media screen and (max-width: 768px) {
  .l-archiveList__date {
    width: 100%;
  }
}
.l-archiveList__date i {
  margin-right: 0.5em;
}
.l-archiveList__thumb01 {
  display: flex;
}
.l-archiveList__thumb01 li {
  width: 100%;
}
.l-archiveList__thumb01 img {
  width: 100%;
  height: 24rem;
  object-fit: cover;
}
@media screen and (max-width: 768px) {
  .l-archiveList__thumb01 img {
    height: 16rem;
  }
}
.l-archiveList__thumb02 {
  display: flex;
}
.l-archiveList__thumb02 li {
  width: 50%;
}
.l-archiveList__thumb02 img {
  width: 100%;
  height: 20rem;
  object-fit: cover;
}
@media screen and (max-width: 768px) {
  .l-archiveList__thumb02 img {
    height: 14rem;
  }
}
.l-archiveList__head {
  font-size: 2rem;
  font-weight: 600;
  margin: 2.4rem 0 1.6rem 0;
  color: var(--black);
}
.l-archiveList__body {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.l-archiveList__bodyLeft {
  width: calc(100% - 23rem);
}
@media screen and (max-width: 768px) {
  .l-archiveList__bodyLeft {
    width: 100%;
  }
}
.l-archiveList__bodyRight {
  width: 18rem;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 2.4rem 0;
}
@media screen and (max-width: 768px) {
  .l-archiveList__bodyRight {
    width: 100%;
    margin-top: 2.4rem;
  }
}
.l-archiveList__btn a {
  display: flex;
  justify-content: center;
  align-items: center;
  border: 0.1rem solid var(--main);
  border-radius: 0.7rem;
  color: var(--main);
  text-align: center;
  height: 4.7rem;
  transition: all 0.5s;
}
.l-archiveList__btn a:hover {
  background: var(--main);
  color: var(--white);
}
.l-archiveList__dl {
  display: flex;
  flex-wrap: wrap;
  font-size: 1.3rem;
}
.l-archiveList__dl dt {
  width: 5rem;
}
.l-archiveList__dl dd {
  width: calc(100% - 6rem);
}
.l-archiveList__dl.wide dt {
  width: 100%;
}
.l-archiveList__dl.wide dd {
  width: 100%;
}
.l-archiveList__dl + .l-archiveList__dl {
  margin-top: 1.6rem;
}

.l-bread {
  width: 100%;
  max-width: 124rem;
  margin: 0 auto;
  padding: 2rem;
}
.l-bread a {
  color: var(--main);
  transition: 0.7s;
}
.l-bread a:hover {
  opacity: 0.5;
}

.l-caseSin {
  /* ----- before / after ----- */
}
.l-caseSin__intro {
  margin: 0 0 6rem 0;
}
.l-caseSin__full {
  margin: 4rem 0 6rem 0;
}
.l-caseSin__grid {
  display: grid;
  grid-template-columns: 33.3333333333% 33.3333333333% 33.3333333333%;
  grid-template-rows: auto auto auto;
  gap: 0px 0px;
  grid-auto-flow: row;
  grid-template-areas: "grid01 grid02 grid03" "grid04 grid05 grid06" "grid07 grid08 grid09";
  margin: 4rem 0 6rem 0;
}
.l-caseSin__grid .grid01 {
  grid-area: grid01;
}
.l-caseSin__grid .grid02 {
  grid-area: grid02;
}
.l-caseSin__grid .grid03 {
  grid-area: grid03;
}
.l-caseSin__grid .grid04 {
  grid-area: grid04;
}
.l-caseSin__grid .grid05 {
  grid-area: grid05;
}
.l-caseSin__grid .grid06 {
  grid-area: grid06;
}
.l-caseSin__grid .grid07 {
  grid-area: grid07;
}
.l-caseSin__grid .grid08 {
  grid-area: grid08;
}
.l-caseSin__grid .grid09 {
  grid-area: grid09;
}
.l-caseSin__grid img {
  width: 100%;
  height: auto;
}
.l-caseSin__table {
  border-collapse: collapse;
  border-spacing: 0;
  width: 100%;
  border-top: 0.1rem solid var(--gray);
  border-left: 0.1rem solid var(--gray);
  margin-top: 6rem;
}
.l-caseSin__table th {
  border-bottom: 0.1rem solid var(--gray);
  border-right: 0.1rem solid var(--gray);
  width: 30%;
  padding: 1rem 2rem;
  background: var(--main-light);
}
@media screen and (max-width: 768px) {
  .l-caseSin__table th {
    width: 100%;
    display: block;
    border-bottom: none;
  }
}
.l-caseSin__table td {
  border-bottom: 0.1rem solid var(--gray);
  border-right: 0.1rem solid var(--gray);
  width: 70%;
  padding: 1rem 2rem;
}
@media screen and (max-width: 768px) {
  .l-caseSin__table td {
    width: 100%;
    display: block;
  }
}
.l-caseSin__none {
  text-align: center;
}
.l-caseSin-flexbox {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 0 4.8rem;
  position: relative;
}
@media screen and (max-width: 768px) {
  .l-caseSin-flexbox {
    gap: 2.4rem 0;
  }
}
.l-caseSin-flexbox.progress {
  gap: 0;
}
  .l-caseSin-flexbox.progress .l-caseSin-flexbox__item{
  	width:calc((100% - 4.8rem) / 3);
	position:relative;
}
@media screen and (max-width: 768px) {
.l-caseSin-flexbox.progress {
  gap: 2.4rem 0;
}
 .l-caseSin-flexbox.progress .l-caseSin-flexbox__item{
  	width:100%;
}
}
.l-caseSin-flexbox::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: var(--main-dark);
  height: 2.4rem;
  width: 1.2rem;
  clip-path: polygon(0 0, 100% 50%, 0 100%);
}
.l-caseSin-flexbox.progress::after {
  display:none;
}
.l-caseSin-flexbox.progress .l-caseSin-flexbox__item::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 105%;
  transform: translate(-50%, -50%);
  background: var(--main-dark);
  height: 2.4rem;
  width: 1.2rem;
  clip-path: polygon(0 0, 100% 50%, 0 100%);
}
.l-caseSin-flexbox.progress .l-caseSin-flexbox__item:last-child::before {
  content: none;
}
@media screen and (max-width: 768px) {
  .l-caseSin-flexbox.progress .l-caseSin-flexbox__item::before {
  clip-path: polygon(0 0, 100% 0, 50% 100%);
    height: 1.2rem;
    width: 2.4rem;
	top:105%;
	left:50%;
  }
 }
@media screen and (max-width: 768px) {
  .l-caseSin-flexbox::after {
    clip-path: polygon(0 0, 100% 0, 50% 100%);
    height: 1.2rem;
    width: 2.4rem;
  }
}
.l-caseSin-flexbox__item {
  width: calc((100% - 4.8rem) / 2);
}
@media screen and (max-width: 768px) {
  .l-caseSin-flexbox__item {
    width: 100%;
  }
}
.l-caseSin-flexbox h2 {
  margin-bottom: 0 !important;
}
.l-caseSin-comment {
  margin-top: 2.4rem;
}

.l-container {
  width: 100%;
  max-width: 94rem;
  margin: 0 auto;
  padding: 10rem 2rem;
}
@media screen and (max-width: 768px) {
  .l-container {
    padding: 5rem 2rem;
  }
}

.l-faq {
  /* ---------- l-faqArc（アーカイブページ用） ---------- */
  /* ---------- l-faqTax（タクソノミーページ用） ---------- */
  /* ---------- l-faqSin（詳細ページ用） ---------- */
}
.l-faqArc {
  width: 100%;
  max-width: 98rem;
  margin: 0 auto;
  padding: 8rem 4rem;
  /* ----- カテゴリ別に質問を探す ----- */
}
@media screen and (max-width: 768px) {
  .l-faqArc {
    padding: 4.8rem 2rem;
  }
}
.l-faqArc > section + section {
  margin-top: 8rem;
}
@media screen and (max-width: 768px) {
  .l-faqArc > section + section {
    margin-top: 4.8rem;
  }
}
.l-faqArc-title {
  text-align: center;
  font-family: var(--sub-font);
  font-size: 3.6rem;
  font-weight: 400;
  position: relative;
  padding-bottom: 2rem;
  color: var(--main);
  margin-bottom: 4.8rem;
}
@media screen and (max-width: 768px) {
  .l-faqArc-title {
    font-size: 2.4rem;
  }
}
.l-faqArc-title::after {
  content: "";
  position: absolute;
  bottom: 0;
  display: inline-block;
  width: 7rem;
  height: 0.1rem;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  background-color: var(--main-dark);
}
.l-faqArc-title span {
  font-size: 2.4rem;
  display: block;
}
.l-faqArc-subtitle {
  background: var(--main-dark);
  color: var(--white);
  font-family: var(--sub-font);
  font-size: 1.6rem;
  font-weight: 600;
  line-height: 1.6;
  letter-spacing: 0.04em;
  padding: 0.8rem 1.6rem;
}
.l-faqArc-list {
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  justify-content: space-between;
  gap: 2.4rem;
}
.l-faqArc-list__item {
  width: calc(100% - 2.4rem);
  box-shadow: rgba(14, 63, 126, 0.04) 0px 0px 0px 1px, rgba(42, 51, 69, 0.04) 0px 1px 1px -0.5px, rgba(42, 51, 70, 0.04) 0px 3px 3px -1.5px, rgba(42, 51, 70, 0.04) 0px 6px 6px -3px, rgba(14, 63, 126, 0.04) 0px 12px 12px -6px, rgba(14, 63, 126, 0.04) 0px 24px 24px -12px;
  border-radius: 0.8rem;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .l-faqArc-list__item {
    width: 100%;
  }
}
.l-faqArc-list__item > * {
  width: 100%;
}
.l-faqArc-list__item.full {
  width: 100%;
  box-shadow: none;
}
.l-faqArc-list__item.noborder {
  box-shadow: none;
  border-radius: 0;
}
.l-faqArc-list__thumb img {
  width: 100%;
  height: auto;
  aspect-ratio: 2/1;
  object-fit: cover;
  object-position: center;
}
.l-faqArc-list__txtbox {
  padding: 1.6rem;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  gap: 1.6rem 0;
}
.l-faqArc-list__txtbox > * {
  width: 100%;
}
.l-faqArc-question {
  position: relative;
  padding: 0.3rem 0 0 4.8rem;
  min-height: 3.6rem;
  font-size: 1.8rem;
  font-weight: 600;
  line-height: 1.6666666667;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
}
.l-faqArc-question::before {
  content: "Q";
  width: 3.6rem;
  height: auto;
  aspect-ratio: 1/1;
  background: var(--main-dark);
  border-radius: 50%;
  color: var(--white);
  font-size: 1.8rem;
  font-weight: 600;
  line-height: 1;
  letter-spacing: 0;
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  justify-content: center;
  align-items: center;
}
.l-faqArc-answer {
  position: relative;
  padding: 0.6rem 0 0 4.8rem;
  min-height: 3.6rem;
  font-size: 1.6rem;
  line-height: 1.5;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
}
.l-faqArc-answer::before {
  content: "A";
  width: 3.6rem;
  height: auto;
  aspect-ratio: 1/1;
  background: var(--main);
  border-radius: 50%;
  color: var(--white);
  font-size: 2.4rem;
  font-weight: 600;
  line-height: 1;
  letter-spacing: 0;
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  justify-content: center;
  align-items: center;
}
.l-faqArc-btn {
  width: 100%;
  display: flex;
  justify-content: flex-end;
}
.l-faqArc-catlabel {
  width: 100%;
  margin-bottom: 2.4rem;
}
.l-faqArc-catlabel h4 {
  border: 1px solid var(--main-dark);
  color: var(--main-dark);
  display: inline-flex;
  justify-content: center;
  align-items: center;
  font-family: var(--sub-font);
  font-size: 1.6rem;
  font-weight: 600;
  line-height: 1.5;
  padding: 0.8rem 2.4rem;
  border-radius: 10rem;
}
.l-faqArc-accordion {
  border: 1px solid var(--gray);
  border-radius: 0.8rem;
  transition: all 0.5s;
}
.l-faqArc-accordion:hover {
  border: 1px solid var(--main-dark);
}
.l-faqArc-accordion + .l-faqArc-accordion {
  margin-top: 0.8rem;
}
.l-faqArc-question02 {
  position: relative;
  padding: 2rem 3.2rem 2rem 6.4rem;
  min-height: 3.2rem;
  font-size: 1.4rem;
  font-weight: 600;
  line-height: 1.7142857143;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
  transition: all 0.5s;
}
@media screen and (max-width: 768px) {
  .l-faqArc-question02 {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
}
.l-faqArc-question02::before {
  content: "Q";
  width: 3.2rem;
  height: auto;
  aspect-ratio: 1/1;
  background: var(--main-dark);
  border-radius: 50%;
  color: var(--white);
  font-size: 1.4rem;
  font-weight: 600;
  line-height: 1;
  letter-spacing: 0;
  position: absolute;
  top: 1.6rem;
  left: 1.6rem;
  display: flex;
  justify-content: center;
  align-items: center;
}
.l-faqArc-question02:hover {
  opacity: 0.7;
}
.l-faqArc-answer02 {
  position: relative;
  padding: 0.4rem 1.6rem 1.6rem 6.4rem;
  min-height: 3.2rem;
  font-size: 1.4rem;
  line-height: 1.7142857143;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
}
.l-faqArc-answer02::before {
  content: "A";
  width: 3.2rem;
  height: auto;
  aspect-ratio: 1/1;
  background: var(--main);
  border-radius: 50%;
  color: var(--white);
  font-size: 1.4rem;
  font-weight: 600;
  line-height: 1;
  letter-spacing: 0;
  position: absolute;
  top: 0;
  left: 1.6rem;
  display: flex;
  justify-content: center;
  align-items: center;
}
.l-faqArc-btn02 {
  width: 100%;
  margin-top: 1.6rem;
  display: flex;
  justify-content: flex-end;
}
.l-faqTax {
  width: 100%;
  max-width: 98rem;
  margin: 0 auto;
  padding: 8rem 4rem;
}
@media screen and (max-width: 768px) {
  .l-faqTax {
    padding: 4.8rem 2rem;
  }
}
.l-faqTax-title {
  text-align: center;
  font-family: var(--sub-font);
  font-size: 3.6rem;
  font-weight: 400;
  position: relative;
  padding-bottom: 2rem;
  color: var(--main);
  margin-bottom: 4.8rem;
}
@media screen and (max-width: 768px) {
  .l-faqTax-title {
    font-size: 2.4rem;
  }
}
.l-faqTax-title::after {
  content: "";
  position: absolute;
  bottom: 0;
  display: inline-block;
  width: 7rem;
  height: 0.1rem;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  background-color: var(--main-dark);
}
.l-faqTax-title span {
  font-size: 2.4rem;
  display: block;
}
.l-faqTax-list {
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  justify-content: space-between;
  gap: 2.4rem;
}
.l-faqTax-list__item {
  width: calc((100% - 2.4rem) / 2);
  box-shadow: rgba(14, 63, 126, 0.04) 0px 0px 0px 1px, rgba(42, 51, 69, 0.04) 0px 1px 1px -0.5px, rgba(42, 51, 70, 0.04) 0px 3px 3px -1.5px, rgba(42, 51, 70, 0.04) 0px 6px 6px -3px, rgba(14, 63, 126, 0.04) 0px 12px 12px -6px, rgba(14, 63, 126, 0.04) 0px 24px 24px -12px;
  border-radius: 0.8rem;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .l-faqTax-list__item {
    width: 100%;
  }
}
.l-faqTax-list__thumb img {
  width: 100%;
  height: auto;
  aspect-ratio: 2/1;
  object-fit: cover;
  object-position: center;
}
.l-faqTax-list__txtbox {
  padding: 1.6rem;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  gap: 1.6rem 0;
}
.l-faqTax-list__txtbox > * {
  width: 100%;
}
.l-faqTax-question {
  position: relative;
  padding: 0.3rem 0 0 4.8rem;
  min-height: 3.6rem;
  font-size: 1.8rem;
  font-weight: 600;
  line-height: 1.6666666667;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
}
.l-faqTax-question::before {
  content: "Q";
  width: 3.6rem;
  height: auto;
  aspect-ratio: 1/1;
  background: var(--main-dark);
  border-radius: 50%;
  color: var(--white);
  font-size: 1.8rem;
  font-weight: 600;
  line-height: 1;
  letter-spacing: 0;
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  justify-content: center;
  align-items: center;
}
.l-faqTax-answer {
  position: relative;
  padding: 0.6rem 0 0 4.8rem;
  min-height: 3.6rem;
  font-size: 1.6rem;
  line-height: 1.5;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
}
.l-faqTax-answer::before {
  content: "A";
  width: 3.6rem;
  height: auto;
  aspect-ratio: 1/1;
  background: var(--main);
  border-radius: 50%;
  color: var(--white);
  font-size: 2.4rem;
  font-weight: 600;
  line-height: 1;
  letter-spacing: 0;
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  justify-content: center;
  align-items: center;
}
.l-faqTax-btn {
  width: 100%;
  display: flex;
  justify-content: flex-end;
}
.l-faqSin {
  width: 100%;
  max-width: 98rem;
  margin: 0 auto;
}
.l-faqSin.section01 {
  padding: 8rem 4rem 0 4rem;
}
@media screen and (max-width: 768px) {
  .l-faqSin.section01 {
    padding: 4.8rem 2rem 0 2rem;
  }
}
.l-faqSin.section02 {
  padding: 0 4rem 8rem 4rem;
}
@media screen and (max-width: 768px) {
  .l-faqSin.section02 {
    padding: 4.8rem 2rem;
  }
}
.l-faqSin-title {
  text-align: center;
  font-family: var(--sub-font);
  font-size: 3.6rem;
  font-weight: 400;
  position: relative;
  padding-bottom: 2rem;
  color: var(--main);
  margin-bottom: 4.8rem;
}
@media screen and (max-width: 768px) {
  .l-faqSin-title {
    font-size: 3rem;
  }
}
.l-faqSin-title::after {
  content: "";
  position: absolute;
  bottom: 0;
  display: inline-block;
  width: 7rem;
  height: 0.1rem;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  background-color: var(--main-dark);
}
.l-faqSin-titlewrap {
  padding: 2.4rem 0;
  border-top: 1px solid var(--gray);
  border-bottom: 1px solid var(--gray);
  margin-bottom: 4rem;
}
.l-faqSin-question {
  position: relative;
  padding: 0.6rem 0 0 6.4rem;
  min-height: 4.8rem;
  margin-bottom: 2.4rem;
  font-size: 2.4rem;
  font-weight: 600;
  line-height: 1.5;
}
.l-faqSin-question::before {
  content: "Q";
  width: 4.8rem;
  height: auto;
  aspect-ratio: 1/1;
  background: var(--main-dark);
  border-radius: 50%;
  color: var(--white);
  font-size: 2.4rem;
  font-weight: 600;
  line-height: 1;
  letter-spacing: 0;
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  justify-content: center;
  align-items: center;
}
.l-faqSin-answer {
  position: relative;
  padding: 1.2rem 0 0 6.4rem;
  min-height: 4.8rem;
  font-size: 1.6rem;
  line-height: 1.5;
}
.l-faqSin-answer::before {
  content: "A";
  width: 4.8rem;
  height: auto;
  aspect-ratio: 1/1;
  background: var(--main);
  border-radius: 50%;
  color: var(--white);
  font-size: 2.4rem;
  font-weight: 600;
  line-height: 1;
  letter-spacing: 0;
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  justify-content: center;
  align-items: center;
}
.l-faqSin-point {
  background: var(--main-light);
  padding: 2.4rem;
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
}
.l-faqSin-point__head {
  width: 30%;
  color: var(--main-dark);
  font-size: 2rem;
  font-weight: 600;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 2.4rem 0 0;
}
.l-faqSin-point__body {
  width: 70%;
  background: var(--white);
  padding: 2.4rem;
}
.l-faqSin-point__list {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  gap: 0.8rem;
}
.l-faqSin-point__list li {
  width: 100%;
  list-style-type: disc;
  margin-left: 1.5em;
}
@media screen and (max-width: 768px) {
  .l-faqSin-point__list li {
    font-size: 1.3rem;
  }
}
.l-faqSin-subtitle {
  background: var(--main-dark);
  color: var(--white);
  font-family: var(--sub-font);
  font-size: 1.6rem;
  font-weight: 600;
  line-height: 1.6;
  letter-spacing: 0.04em;
  padding: 0.8rem 1.6rem;
  margin-bottom: 2.4rem;
}
.l-faqSin-list {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  border-top: 1px solid var(--gray);
}
.l-faqSin-list li {
  width: 100%;
  border-bottom: 1px solid var(--gray);
}
.l-faqSin-list a {
  padding: 1.2rem 4rem 1.2rem 1.6rem;
  display: block;
  position: relative;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.l-faqSin-list a:hover {
  opacity: 0.7;
}
.l-faqSin-list a:hover::after {
  background: var(--main-dark);
}
.l-faqSin-list a::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 1.6rem;
  transform: translate(0, -50%);
  background: var(--gray);
  width: 0.8rem;
  height: 0.8rem;
  clip-path: polygon(0 0, 100% 50%, 0 100%);
  transition: all 0.5s;
}
.l-faqSin-blocks {
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .l-faqSin-blocks {
    gap: 4.8rem;
  }
}
.l-faqSin-blocks__block {
  width: calc((100% - 4.8rem) / 2);
}
@media screen and (max-width: 768px) {
  .l-faqSin-blocks__block {
    width: 100%;
  }
}

/* ---------- アコーディオン ---------- */
.js-faq-toggle {
  cursor: pointer;
  position: relative;
}

.js-faq-toggle::after {
  content: "＋";
  position: absolute;
  top: 50%;
  right: 1.6rem;
  transform: translate(0, -50%);
}

.js-faq-toggle.is-open::after {
  content: "−";
}

/* ---------- round ---------- */
.l-faq {
  /* ---------- l-faqSin（詳細ページ用） ---------- */
}
.l-faqSin.round .l-faqSin-point {
  border-radius: 1.6rem !important;
}
.l-faqSin.round .l-faqSin-point__body {
  border-radius: 1.6rem !important;
}
.l-faqSin.round .l-faqSin-subtitle {
  border-radius: 0.8rem !important;
}

.editor-styles-wrapper :where(.is-layout-flex) {
  gap: 2rem !important;
}

#tabs-1-media {
  display: none !important;
}

.editor-styles-wrapper,
.l-gutenberg {
  width: 100%;
  max-width: 98rem;
  margin: 0 auto;
  padding: 8rem 4rem;
}
@media screen and (max-width: 768px) {
  .editor-styles-wrapper,
  .l-gutenberg {
    padding: 2rem;
  }
}
.editor-styles-wrapper .point,
.l-gutenberg .point {
  border: 0.4rem solid var(--main-dark);
  border-radius: 2.4rem;
  padding: 4.8rem;
}
.editor-styles-wrapper .point2,
.l-gutenberg .point2 {
  border: 0.4rem solid var(--main-dark);
  border-radius: 2.4rem;
  padding: 2.4rem;
}
.editor-styles-wrapper .btnS a,
.l-gutenberg .btnS a {
  color: var(--white);
  background: var(--main-dark) url(../img/c-btn-arrow.svg) no-repeat center right 2rem/0.6rem auto;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  font-size: 1.4rem;
  line-height: 1;
  padding: 1rem 4.6rem 1rem 2rem;
  border-radius: 0.6rem;
  transition: all 0.5s;
}
.editor-styles-wrapper .btnS a:hover,
.l-gutenberg .btnS a:hover {
  opacity: 0.7;
  cursor: pointer;
}
.editor-styles-wrapper .btnM a,
.l-gutenberg .btnM a {
  color: var(--white);
  background: var(--main-dark) url(../img/c-btn-arrow.svg) no-repeat center right 2rem/0.6rem auto;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  font-size: 1.6rem;
  line-height: 1;
  padding: 1.4rem 4.8rem 1.4rem 2.8rem;
  border-radius: 0.6rem;
  transition: all 0.5s;
}
.editor-styles-wrapper .btnM a:hover,
.l-gutenberg .btnM a:hover {
  opacity: 0.7;
  cursor: pointer;
}
.editor-styles-wrapper .btnL a,
.l-gutenberg .btnL a {
  color: var(--white);
  background: var(--main-dark) url(../img/c-btn-arrow.svg) no-repeat center right 2rem/0.6rem auto;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  font-size: 1.8rem;
  line-height: 1.25;
  padding: 1.8rem 6.2rem 1.8rem 3.6rem;
  border-radius: 0.6rem;
  transition: all 0.5s;
}
.editor-styles-wrapper .btnL a:hover,
.l-gutenberg .btnL a:hover {
  opacity: 0.7;
  cursor: pointer;
}
.editor-styles-wrapper .btnCTA__phone,
.l-gutenberg .btnCTA__phone {
  display: flex;
  justify-content: flex-end;
}
@media screen and (max-width: 768px) {
  .editor-styles-wrapper .btnCTA__phone,
  .l-gutenberg .btnCTA__phone {
    justify-content: center;
  }
}
.editor-styles-wrapper .btnCTA__phone a,
.l-gutenberg .btnCTA__phone a {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  padding: 1.6rem 3.2rem 1.6rem 6.8rem;
  background: var(--sub-dark) url(../img/btnCTA-phone.svg) no-repeat center left 3.2rem/2.4rem auto;
  color: var(--white);
  border-radius: 10rem;
  font-size: 2rem;
}
.editor-styles-wrapper .btnCTA__phone a:hover,
.l-gutenberg .btnCTA__phone a:hover {
  opacity: 0.7;
}
.editor-styles-wrapper .btnCTA__reserve,
.l-gutenberg .btnCTA__reserve {
  display: flex;
  justify-content: flex-start;
}
@media screen and (max-width: 768px) {
  .editor-styles-wrapper .btnCTA__reserve,
  .l-gutenberg .btnCTA__reserve {
    justify-content: center;
  }
}
.editor-styles-wrapper .btnCTA__reserve a,
.l-gutenberg .btnCTA__reserve a {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  padding: 1.6rem 3.2rem 1.6rem 6.8rem;
  background: var(--main-dark) url(../img/btnCTA-reserve.svg) no-repeat center left 3.2rem/2.4rem auto;
  color: var(--white);
  border-radius: 10rem;
  font-size: 2rem;
}
.editor-styles-wrapper .btnCTA__reserve a:hover,
.l-gutenberg .btnCTA__reserve a:hover {
  opacity: 0.7;
}
.editor-styles-wrapper .wp-block-group + .wp-block-group,
.l-gutenberg .wp-block-group + .wp-block-group {
  margin-top: 8rem;
}
.editor-styles-wrapper .wp-block-group__inner-container > * + *,
.l-gutenberg .wp-block-group__inner-container > * + * {
  margin-top: 2.4rem;
}
@media screen and (max-width: 768px) {
  .editor-styles-wrapper .wp-block-columns.rev,
  .l-gutenberg .wp-block-columns.rev {
    flex-direction: column-reverse;
  }
}
@media screen and (max-width: 768px) {
  .editor-styles-wrapper .wp-block-columns.is-layout-flex,
  .l-gutenberg .wp-block-columns.is-layout-flex {
    gap: 1.2rem;
  }
}
.editor-styles-wrapper .nogap,
.l-gutenberg .nogap {
  gap: 0;
}
.editor-styles-wrapper h1,
.l-gutenberg h1 {
  text-align: center;
  font-family: var(--sub-font);
  font-size: 3.6rem;
  font-weight: 400;
  position: relative;
  padding-bottom: 2rem;
  color: var(--main);
  margin-bottom: 4.8rem;
}
@media screen and (max-width: 768px) {
  .editor-styles-wrapper h1,
  .l-gutenberg h1 {
    font-size: 3rem;
  }
}
.editor-styles-wrapper h1::after,
.l-gutenberg h1::after {
  content: "";
  position: absolute;
  bottom: 0;
  display: inline-block;
  width: 7rem;
  height: 0.1rem;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  background-color: var(--main-dark);
}
.editor-styles-wrapper h2,
.l-gutenberg h2 {
  background: var(--main-dark);
  color: var(--white);
  text-align: center;
  font-family: var(--sub-font);
  font-size: 3rem;
  font-weight: 400;
  line-height: 1.6;
  padding: 1rem 2rem;
  margin-bottom: 4.8rem;
}
@media screen and (max-width: 768px) {
  .editor-styles-wrapper h2,
  .l-gutenberg h2 {
    font-size: 2.4rem;
  }
}
.editor-styles-wrapper h3,
.l-gutenberg h3 {
  color: var(--main-dark);
  font-family: var(--sub-font);
  font-size: 2.4rem;
  font-weight: 600;
  border-bottom: 0.1rem solid var(--main);
  line-height: 1.6;
  padding: 0 0 1rem 0;
  margin-bottom: 2.4rem;
}
@media screen and (max-width: 768px) {
  .editor-styles-wrapper h3,
  .l-gutenberg h3 {
    font-size: 2rem;
  }
}
.editor-styles-wrapper h4,
.l-gutenberg h4 {
  background: var(--main-light);
  color: var(--main);
  font-family: var(--sub-font);
  font-size: 1.8rem;
  font-weight: 600;
  padding: 0.8rem 1.6rem;
  margin-bottom: 2.4rem;
}
@media screen and (max-width: 768px) {
  .editor-styles-wrapper h4,
  .l-gutenberg h4 {
    font-size: 1.6rem;
  }
}
.editor-styles-wrapper h5,
.l-gutenberg h5 {
  color: var(--main);
  font-family: var(--sub-font);
  font-size: 1.6rem;
  font-weight: 600;
  margin-bottom: 2.4rem;
}
@media screen and (max-width: 768px) {
  .editor-styles-wrapper h5,
  .l-gutenberg h5 {
    font-size: 1.4rem;
  }
}
.editor-styles-wrapper h5::before,
.l-gutenberg h5::before {
  content: "●";
  padding: 0 0.5em 0 0;
}
.editor-styles-wrapper h6,
.l-gutenberg h6 {
  color: var(--main);
  font-family: var(--sub-font);
  font-size: 1.3rem;
  font-weight: 600;
  margin-bottom: 2.4rem;
}
@media screen and (max-width: 768px) {
  .editor-styles-wrapper h6,
  .l-gutenberg h6 {
    font-size: 1.2rem;
  }
}
.editor-styles-wrapper strong,
.l-gutenberg strong {
  font-weight: 700;
  background: linear-gradient(transparent 60%, var(--variation3) 40%);
}
.editor-styles-wrapper .faq-head,
.l-gutenberg .faq-head {
  position: relative;
  padding: 0 0 0 6.4rem;
  min-height: 4.8rem;
  display: flex;
  align-items: center;
}
.editor-styles-wrapper .faq-head::before,
.l-gutenberg .faq-head::before {
  content: "Q";
  background: var(--main-dark);
  width: 4.8rem;
  height: auto;
  aspect-ratio: 1/1;
  border-radius: 50%;
  text-align: center;
  line-height: 4.8rem;
  color: var(--white);
  font-size: 2.4rem;
  position: absolute;
  top: 0;
  left: 0;
}
.editor-styles-wrapper .faq-body,
.l-gutenberg .faq-body {
  background: var(--main-light);
  border-radius: 1.6rem;
  padding: 2.4rem;
}
.editor-styles-wrapper .cards,
.l-gutenberg .cards {
  display: flex !important;
  justify-content: space-between !important;
  flex-wrap: wrap !important;
}
.editor-styles-wrapper .cards .card,
.l-gutenberg .cards .card {
  background: var(--main-light);
  border-radius: 1.6rem;
  border: none !important;
  padding: 2.4rem;
}
.editor-styles-wrapper .list-circle,
.l-gutenberg .list-circle {
  list-style-type: none;
  margin-bottom: 2.4rem;
}
.editor-styles-wrapper .list-circle li,
.l-gutenberg .list-circle li {
  position: relative;
  margin: 0;
  padding: 0 0 0 5rem;
}
.editor-styles-wrapper .list-circle li::before,
.l-gutenberg .list-circle li::before {
  content: "●";
  font-weight: 600;
  position: absolute;
  top: 0;
  left: 0;
  width: 5rem;
  text-align: center;
  color: var(--main-dark);
}
.editor-styles-wrapper .list-circle li + li,
.l-gutenberg .list-circle li + li {
  margin-top: 2.4rem;
}
.editor-styles-wrapper .list-check,
.l-gutenberg .list-check {
  list-style-type: none;
}
.editor-styles-wrapper .list-check li,
.l-gutenberg .list-check li {
  position: relative;
  padding: 0 0 0 5rem;
}
.editor-styles-wrapper .list-check li::after,
.l-gutenberg .list-check li::after {
  content: "";
  display: block;
  position: absolute;
  top: 0.5em;
  left: 1.5rem;
  width: 2rem;
  text-align: center;
  height: 1rem;
  border-left: 0.3rem solid var(--main-dark);
  border-bottom: 0.3rem solid var(--main-dark);
  transform: rotate(-45deg);
}
.editor-styles-wrapper .list-check li + li,
.l-gutenberg .list-check li + li {
  margin-top: 2.4rem;
}
.editor-styles-wrapper .num01,
.editor-styles-wrapper .num02,
.editor-styles-wrapper .num03,
.editor-styles-wrapper .num04,
.editor-styles-wrapper .num05,
.editor-styles-wrapper .num06,
.editor-styles-wrapper .num07,
.editor-styles-wrapper .num08,
.editor-styles-wrapper .num09,
.editor-styles-wrapper .num10,
.l-gutenberg .num01,
.l-gutenberg .num02,
.l-gutenberg .num03,
.l-gutenberg .num04,
.l-gutenberg .num05,
.l-gutenberg .num06,
.l-gutenberg .num07,
.l-gutenberg .num08,
.l-gutenberg .num09,
.l-gutenberg .num10 {
  position: relative;
  font-size: 1.6rem;
  font-weight: 600;
  padding-left: 4rem;
  display: block;
  margin-bottom: 2.4rem;
}
@media screen and (max-width: 768px) {
  .editor-styles-wrapper .num01,
  .editor-styles-wrapper .num02,
  .editor-styles-wrapper .num03,
  .editor-styles-wrapper .num04,
  .editor-styles-wrapper .num05,
  .editor-styles-wrapper .num06,
  .editor-styles-wrapper .num07,
  .editor-styles-wrapper .num08,
  .editor-styles-wrapper .num09,
  .editor-styles-wrapper .num10,
  .l-gutenberg .num01,
  .l-gutenberg .num02,
  .l-gutenberg .num03,
  .l-gutenberg .num04,
  .l-gutenberg .num05,
  .l-gutenberg .num06,
  .l-gutenberg .num07,
  .l-gutenberg .num08,
  .l-gutenberg .num09,
  .l-gutenberg .num10 {
    margin-bottom: 1.2rem;
  }
}
.editor-styles-wrapper .num01::before,
.l-gutenberg .num01::before {
  content: "1";
  width: 3rem;
  height: 3rem;
  color: var(--white);
  background: var(--num);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translate(0, -50%);
  font-size: 1.3rem;
}
.editor-styles-wrapper .num02::before,
.l-gutenberg .num02::before {
  content: "2";
  width: 3rem;
  height: 3rem;
  color: var(--white);
  background: var(--num);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translate(0, -50%);
  font-size: 1.3rem;
}
.editor-styles-wrapper .num03::before,
.l-gutenberg .num03::before {
  content: "3";
  width: 3rem;
  height: 3rem;
  color: var(--white);
  background: var(--num);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translate(0, -50%);
  font-size: 1.3rem;
}
.editor-styles-wrapper .num04::before,
.l-gutenberg .num04::before {
  content: "4";
  width: 3rem;
  height: 3rem;
  color: var(--white);
  background: var(--num);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translate(0, -50%);
  font-size: 1.3rem;
}
.editor-styles-wrapper .num05::before,
.l-gutenberg .num05::before {
  content: "5";
  width: 3rem;
  height: 3rem;
  color: var(--white);
  background: var(--num);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translate(0, -50%);
  font-size: 1.3rem;
}
.editor-styles-wrapper .num06::before,
.l-gutenberg .num06::before {
  content: "6";
  width: 3rem;
  height: 3rem;
  color: var(--white);
  background: var(--num);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translate(0, -50%);
  font-size: 1.3rem;
}
.editor-styles-wrapper .num07::before,
.l-gutenberg .num07::before {
  content: "7";
  width: 3rem;
  height: 3rem;
  color: var(--white);
  background: var(--num);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translate(0, -50%);
  font-size: 1.3rem;
}
.editor-styles-wrapper .num08::before,
.l-gutenberg .num08::before {
  content: "8";
  width: 3rem;
  height: 3rem;
  color: var(--white);
  background: var(--num);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translate(0, -50%);
  font-size: 1.3rem;
}
.editor-styles-wrapper .num09::before,
.l-gutenberg .num09::before {
  content: "9";
  width: 3rem;
  height: 3rem;
  color: var(--white);
  background: var(--num);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translate(0, -50%);
  font-size: 1.3rem;
}
.editor-styles-wrapper .num10::before,
.l-gutenberg .num10::before {
  content: "10";
  width: 3rem;
  height: 3rem;
  color: var(--white);
  background: var(--num);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translate(0, -50%);
  font-size: 1.3rem;
}
.editor-styles-wrapper .num01-square,
.editor-styles-wrapper .num02-square,
.editor-styles-wrapper .num03-square,
.editor-styles-wrapper .num04-square,
.editor-styles-wrapper .num05-square,
.editor-styles-wrapper .num06-square,
.editor-styles-wrapper .num07-square,
.editor-styles-wrapper .num08-square,
.editor-styles-wrapper .num09-square,
.editor-styles-wrapper .num10-square,
.l-gutenberg .num01-square,
.l-gutenberg .num02-square,
.l-gutenberg .num03-square,
.l-gutenberg .num04-square,
.l-gutenberg .num05-square,
.l-gutenberg .num06-square,
.l-gutenberg .num07-square,
.l-gutenberg .num08-square,
.l-gutenberg .num09-square,
.l-gutenberg .num10-square {
  position: relative;
  font-size: 1.6rem;
  font-weight: 600;
  padding: 1.5rem 0 1.5rem 7rem;
  display: block;
  margin-bottom: 2.4rem;
  min-height: 6rem;
  line-height: 1.5;
}
.editor-styles-wrapper .num01-square::before,
.l-gutenberg .num01-square::before {
  content: "1";
  width: 6rem;
  height: 6rem;
  color: var(--main);
  background: var(--main-light);
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translate(0, -50%);
  font-size: 2rem;
}
.editor-styles-wrapper .num02-square::before,
.l-gutenberg .num02-square::before {
  content: "2";
  width: 6rem;
  height: 6rem;
  color: var(--main);
  background: var(--main-light);
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translate(0, -50%);
  font-size: 2rem;
}
.editor-styles-wrapper .num03-square::before,
.l-gutenberg .num03-square::before {
  content: "3";
  width: 6rem;
  height: 6rem;
  color: var(--main);
  background: var(--main-light);
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translate(0, -50%);
  font-size: 2rem;
}
.editor-styles-wrapper .num04-square::before,
.l-gutenberg .num04-square::before {
  content: "4";
  width: 6rem;
  height: 6rem;
  color: var(--main);
  background: var(--main-light);
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translate(0, -50%);
  font-size: 2rem;
}
.editor-styles-wrapper .num05-square::before,
.l-gutenberg .num05-square::before {
  content: "5";
  width: 6rem;
  height: 6rem;
  color: var(--main);
  background: var(--main-light);
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translate(0, -50%);
  font-size: 2rem;
}
.editor-styles-wrapper .num06-square::before,
.l-gutenberg .num06-square::before {
  content: "6";
  width: 6rem;
  height: 6rem;
  color: var(--main);
  background: var(--main-light);
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translate(0, -50%);
  font-size: 2rem;
}
.editor-styles-wrapper .num07-square::before,
.l-gutenberg .num07-square::before {
  content: "7";
  width: 6rem;
  height: 6rem;
  color: var(--main);
  background: var(--main-light);
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translate(0, -50%);
  font-size: 2rem;
}
.editor-styles-wrapper .num08-square::before,
.l-gutenberg .num08-square::before {
  content: "8";
  width: 6rem;
  height: 6rem;
  color: var(--main);
  background: var(--main-light);
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translate(0, -50%);
  font-size: 2rem;
}
.editor-styles-wrapper .num09-square::before,
.l-gutenberg .num09-square::before {
  content: "9";
  width: 6rem;
  height: 6rem;
  color: var(--main);
  background: var(--main-light);
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translate(0, -50%);
  font-size: 2rem;
}
.editor-styles-wrapper .num10-square::before,
.l-gutenberg .num10-square::before {
  content: "10";
  width: 6rem;
  height: 6rem;
  color: var(--main);
  background: var(--main-light);
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translate(0, -50%);
  font-size: 2rem;
}
.editor-styles-wrapper table,
.l-gutenberg table {
  border-collapse: collapse;
  border-spacing: 0;
  width: 100%;
}
.editor-styles-wrapper table td,
.l-gutenberg table td {
  padding: 1.5rem;
}
.editor-styles-wrapper .table-border td,
.l-gutenberg .table-border td {
  border: 0.1rem solid var(--gray);
}
@media screen and (max-width: 768px) {
.editor-styles-wrapper .table-border td,
.l-gutenberg .table-border td {
  display: block;
}
}
.editor-styles-wrapper .table-border2 td,
.l-gutenberg .table-border2 td {
  border-top: 0.1rem solid var(--gray);
  border-bottom: 0.1rem solid var(--gray);
  border-right: none;
  border-left: none;
}
.editor-styles-wrapper .table-noborder td,
.l-gutenberg .table-noborder td {
  border: none;
}
@media screen and (max-width: 768px) {
  .editor-styles-wrapper .table-noborder td,
  .l-gutenberg .table-noborder td {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
}
@media screen and (max-width: 768px) {
  .editor-styles-wrapper .table-scroll table,
  .l-gutenberg .table-scroll table {
    min-width: 90rem;
  }
}
.editor-styles-wrapper .th-top tr:first-child td,
.l-gutenberg .th-top tr:first-child td {
  background: var(--gray-light);
}
.editor-styles-wrapper .th-left td:first-child,
.l-gutenberg .th-left td:first-child {
  background: var(--gray-light);
}
@media screen and (max-width: 768px) {
  .editor-styles-wrapper .sp-col1,
  .l-gutenberg .sp-col1 {
    border-bottom: 0.1rem solid var(--gray);
  }
  .editor-styles-wrapper .sp-col1 td,
  .l-gutenberg .sp-col1 td {
    display: block;
    width: 100%;
    border-bottom: none;
  }
}
.editor-styles-wrapper .col01-w10 td:nth-child(1),
.l-gutenberg .col01-w10 td:nth-child(1) {
  width: 10%;
}
.editor-styles-wrapper .col01-w20 td:nth-child(1),
.l-gutenberg .col01-w20 td:nth-child(1) {
  width: 20%;
}
.editor-styles-wrapper .col01-w30 td:nth-child(1),
.l-gutenberg .col01-w30 td:nth-child(1) {
  width: 30%;
}
.editor-styles-wrapper .col01-w40 td:nth-child(1),
.l-gutenberg .col01-w40 td:nth-child(1) {
  width: 40%;
}
.editor-styles-wrapper .col01-w50 td:nth-child(1),
.l-gutenberg .col01-w50 td:nth-child(1) {
  width: 50%;
}
.editor-styles-wrapper .col01-w60 td:nth-child(1),
.l-gutenberg .col01-w60 td:nth-child(1) {
  width: 60%;
}
.editor-styles-wrapper .col01-w70 td:nth-child(1),
.l-gutenberg .col01-w70 td:nth-child(1) {
  width: 70%;
}
.editor-styles-wrapper .col01-w80 td:nth-child(1),
.l-gutenberg .col01-w80 td:nth-child(1) {
  width: 80%;
}
.editor-styles-wrapper .col01-w90 td:nth-child(1),
.l-gutenberg .col01-w90 td:nth-child(1) {
  width: 90%;
}
.editor-styles-wrapper .col02-w10 td:nth-child(2),
.l-gutenberg .col02-w10 td:nth-child(2) {
  width: 10%;
}
.editor-styles-wrapper .col02-w20 td:nth-child(2),
.l-gutenberg .col02-w20 td:nth-child(2) {
  width: 20%;
}
.editor-styles-wrapper .col02-w30 td:nth-child(2),
.l-gutenberg .col02-w30 td:nth-child(2) {
  width: 30%;
}
.editor-styles-wrapper .col02-w40 td:nth-child(2),
.l-gutenberg .col02-w40 td:nth-child(2) {
  width: 40%;
}
.editor-styles-wrapper .col02-w50 td:nth-child(2),
.l-gutenberg .col02-w50 td:nth-child(2) {
  width: 50%;
}
.editor-styles-wrapper .col02-w60 td:nth-child(2),
.l-gutenberg .col02-w60 td:nth-child(2) {
  width: 60%;
}
.editor-styles-wrapper .col02-w70 td:nth-child(2),
.l-gutenberg .col02-w70 td:nth-child(2) {
  width: 70%;
}
.editor-styles-wrapper .col02-w80 td:nth-child(2),
.l-gutenberg .col02-w80 td:nth-child(2) {
  width: 80%;
}
.editor-styles-wrapper .col02-w90 td:nth-child(2),
.l-gutenberg .col02-w90 td:nth-child(2) {
  width: 90%;
}
.editor-styles-wrapper .col03-w10 td:nth-child(3),
.l-gutenberg .col03-w10 td:nth-child(3) {
  width: 10%;
}
.editor-styles-wrapper .col03-w20 td:nth-child(3),
.l-gutenberg .col03-w20 td:nth-child(3) {
  width: 20%;
}
.editor-styles-wrapper .col03-w30 td:nth-child(3),
.l-gutenberg .col03-w30 td:nth-child(3) {
  width: 30%;
}
.editor-styles-wrapper .col03-w40 td:nth-child(3),
.l-gutenberg .col03-w40 td:nth-child(3) {
  width: 40%;
}
.editor-styles-wrapper .col03-w50 td:nth-child(3),
.l-gutenberg .col03-w50 td:nth-child(3) {
  width: 50%;
}
.editor-styles-wrapper .col03-w60 td:nth-child(3),
.l-gutenberg .col03-w60 td:nth-child(3) {
  width: 60%;
}
.editor-styles-wrapper .col03-w70 td:nth-child(3),
.l-gutenberg .col03-w70 td:nth-child(3) {
  width: 70%;
}
.editor-styles-wrapper .col03-w80 td:nth-child(3),
.l-gutenberg .col03-w80 td:nth-child(3) {
  width: 80%;
}
.editor-styles-wrapper .col03-w90 td:nth-child(3),
.l-gutenberg .col03-w90 td:nth-child(3) {
  width: 90%;
}
.editor-styles-wrapper .col04-w10 td:nth-child(4),
.l-gutenberg .col04-w10 td:nth-child(4) {
  width: 10%;
}
.editor-styles-wrapper .col04-w20 td:nth-child(4),
.l-gutenberg .col04-w20 td:nth-child(4) {
  width: 20%;
}
.editor-styles-wrapper .col04-w30 td:nth-child(4),
.l-gutenberg .col04-w30 td:nth-child(4) {
  width: 30%;
}
.editor-styles-wrapper .col04-w40 td:nth-child(4),
.l-gutenberg .col04-w40 td:nth-child(4) {
  width: 40%;
}
.editor-styles-wrapper .col04-w50 td:nth-child(4),
.l-gutenberg .col04-w50 td:nth-child(4) {
  width: 50%;
}
.editor-styles-wrapper .col04-w60 td:nth-child(4),
.l-gutenberg .col04-w60 td:nth-child(4) {
  width: 60%;
}
.editor-styles-wrapper .col04-w70 td:nth-child(4),
.l-gutenberg .col04-w70 td:nth-child(4) {
  width: 70%;
}
.editor-styles-wrapper .col04-w80 td:nth-child(4),
.l-gutenberg .col04-w80 td:nth-child(4) {
  width: 80%;
}
.editor-styles-wrapper .col04-w90 td:nth-child(4),
.l-gutenberg .col04-w90 td:nth-child(4) {
  width: 90%;
}
.editor-styles-wrapper .col05-w10 td:nth-child(5),
.l-gutenberg .col05-w10 td:nth-child(5) {
  width: 10%;
}
.editor-styles-wrapper .col05-w20 td:nth-child(5),
.l-gutenberg .col05-w20 td:nth-child(5) {
  width: 20%;
}
.editor-styles-wrapper .col05-w30 td:nth-child(5),
.l-gutenberg .col05-w30 td:nth-child(5) {
  width: 30%;
}
.editor-styles-wrapper .col05-w40 td:nth-child(5),
.l-gutenberg .col05-w40 td:nth-child(5) {
  width: 40%;
}
.editor-styles-wrapper .col05-w50 td:nth-child(5),
.l-gutenberg .col05-w50 td:nth-child(5) {
  width: 50%;
}
.editor-styles-wrapper .col05-w60 td:nth-child(5),
.l-gutenberg .col05-w60 td:nth-child(5) {
  width: 60%;
}
.editor-styles-wrapper .col05-w70 td:nth-child(5),
.l-gutenberg .col05-w70 td:nth-child(5) {
  width: 70%;
}
.editor-styles-wrapper .col05-w80 td:nth-child(5),
.l-gutenberg .col05-w80 td:nth-child(5) {
  width: 80%;
}
.editor-styles-wrapper .col05-w90 td:nth-child(5),
.l-gutenberg .col05-w90 td:nth-child(5) {
  width: 90%;
}
.editor-styles-wrapper .profile,
.l-gutenberg .profile {
  gap: 0;
  background: var(--main);
  color: var(--white);
}
@media screen and (max-width: 768px) {
  .editor-styles-wrapper .profile,
  .l-gutenberg .profile {
    flex-direction: column-reverse;
  }
}
.editor-styles-wrapper .profile .job-title,
.l-gutenberg .profile .job-title {
  font-size: 2rem;
  font-weight: 600;
  padding: 0 2.4rem;
}
@media screen and (max-width: 768px) {
  .editor-styles-wrapper .profile .job-title,
  .l-gutenberg .profile .job-title {
    padding-top: 2.4rem;
  }
}
.editor-styles-wrapper .profile .name-ja,
.l-gutenberg .profile .name-ja {
  font-size: 3.4rem;
  font-weight: 600;
  padding: 0 2.4rem;
}
.editor-styles-wrapper .profile .name-en,
.l-gutenberg .profile .name-en {
  margin-top: 2.4rem;
  padding: 0 2.4rem;
}
@media screen and (max-width: 768px) {
  .editor-styles-wrapper .profile .name-en,
  .l-gutenberg .profile .name-en {
    padding: 0 2.4rem 2.4rem 2.4rem;
  }
}

.editor-styles-wrapper h2,
.l-gutenberg.round h2 {
  border-radius: 1.2rem;
}
.editor-styles-wrapper h4,
.l-gutenberg.round h4 {
  border-radius: 1.2rem;
}
.editor-styles-wrapper .num01-square::before,
.l-gutenberg.round .num01-square::before {
  border-radius: 1.2rem;
}
.editor-styles-wrapper .num02-square::before,
.l-gutenberg.round .num02-square::before {
  border-radius: 1.2rem;
}
.editor-styles-wrapper .num03-square::before,
.l-gutenberg.round .num03-square::before {
  border-radius: 1.2rem;
}
.editor-styles-wrapper .num04-square::before,
.l-gutenberg.round .num04-square::before {
  border-radius: 1.2rem;
}
.editor-styles-wrapper .num05-square::before,
.l-gutenberg.round .num05-square::before {
  border-radius: 1.2rem;
}
.editor-styles-wrapper .num06-square::before,
.l-gutenberg.round .num06-square::before {
  border-radius: 1.2rem;
}
.editor-styles-wrapper .num07-square::before,
.l-gutenberg.round .num07-square::before {
  border-radius: 1.2rem;
}
.editor-styles-wrapper .num08-square::before,
.l-gutenberg.round .num08-square::before {
  border-radius: 1.2rem;
}
.editor-styles-wrapper .num09-square::before,
.l-gutenberg.round .num09-square::before {
  border-radius: 1.2rem;
}
.editor-styles-wrapper .num10-square::before,
.l-gutenberg.round .num10-square::before {
  border-radius: 1.2rem;
}
.editor-styles-wrapper img,
.l-gutenberg.round img {
  border-radius: 1.2rem;
}
.editor-styles-wrapper .profile,
.l-gutenberg.round .profile {
  border-radius: 1.2rem;
  overflow: hidden;
}
.editor-styles-wrapper .profile img,
.l-gutenberg.round .profile img {
  border-radius: 0 !important;
}

.l-page {
  letter-spacing: 0.06em;
  line-height: 1.8;
}
.l-page section .inner > * + * {
  margin-top: 4rem;
}
.l-page strong {
  font-weight: 600;
}
.l-page .left {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  gap: 0 1.6rem;
  text-align: left;
}
.l-page .center {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 0 1.6rem;
  text-align: center;
}
.l-page .right {
  display: flex;
  justify-content: flex-end;
  flex-wrap: wrap;
  gap: 0 1.6rem;
  text-align: right;
}
.l-page small {
  font-size: 1.3rem;
  line-height: 1.7;
  display: inline-block;
}
.l-page img {
  max-width: 90rem;
  width: 100%;
  height: auto;
  aspect-ratio: 3/2;
  object-fit: cover;
}
.l-page img.no-trim {
  aspect-ratio: auto !important;
}
.l-page .flex {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  gap: 4rem 5rem;
}
@media screen and (max-width: 768px) {
  .l-page .flex {
    gap: 1.6rem;
  }
}
.l-page .flex .col-1 {
  width: 100%;
}
.l-page .flex .col-1 > * + * {
  margin-top: 2rem;
}
@media screen and (max-width: 768px) {
  .l-page .flex .col-1 > * + * {
    margin-top: 1.6rem;
  }
}
.l-page .flex .col-1 img {
  aspect-ratio: 2/1;
}
@media screen and (max-width: 768px) {
  .l-page .flex .col-1 img {
    aspect-ratio: 3/2;
  }
}
.l-page .flex .col-2 {
  width: calc((100% - 5rem) / 2);
}
.l-page .flex .col-2 > * + * {
  margin-top: 2rem;
}
@media screen and (max-width: 768px) {
  .l-page .flex .col-2 > * + * {
    margin-top: 1.6rem;
  }
}
@media screen and (max-width: 768px) {
  .l-page .flex .col-2 {
    width: 100%;
  }
}
.l-page .flex .col-3 {
  width: calc((100% - 10rem) / 3);
}
.l-page .flex .col-3 > * + * {
  margin-top: 2rem;
}
@media screen and (max-width: 768px) {
  .l-page .flex .col-3 > * + * {
    margin-top: 1.6rem;
  }
}
@media screen and (max-width: 768px) {
  .l-page .flex .col-3 {
    width: 100%;
  }
}
.l-page .flex.rev {
  flex-direction: row-reverse;
}
@media screen and (max-width: 768px) {
  .l-page .table-wrap {
    overflow-x: scroll;
  }
}
.l-page section.default + section.default {
  margin-top: -8rem;
}
.l-page section.default .inner {
  width: 100%;
  max-width: 98rem;
  margin: 0 auto;
  font-size: 1.6rem;
  padding: 8rem 4rem;
}
@media screen and (max-width: 768px) {
  .l-page section.default .inner {
    padding: 6rem 2rem;
  }
}
.l-page section.default h1 {
  color: var(--main);
  text-align: center;
  font-size: 3rem;
  font-weight: 400;
  margin-bottom: 4.8rem;
  font-family: var(--sub-font);
}
.l-page section.default h1 span {
  color: var(--main-dark);
  display: block;
  font-size: 2rem;
  font-weight: 600;
  line-height: 6rem;
  position: relative;
}
.l-page section.default h1 span::after {
  content: "";
  position: absolute;
  bottom: 0;
  display: inline-block;
  width: 7rem;
  height: 0.1rem;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  background-color: var(--main-dark);
}
.l-page section.default h2 {
  background: var(--main-dark);
  color: var(--white);
  text-align: center;
  font-family: var(--sub-font);
  font-size: 2.4rem;
  font-weight: 400;
  line-height: 1.6;
  padding: 1rem 2rem;
  margin-bottom: 4.8rem;
}
@media screen and (max-width: 768px) {
  .l-page section.default h2 {
    font-size: 2.4rem;
  }
}
.l-page section.default h2 + p,
.l-page section.default h2 + h3,
.l-page section.default h2 + h4,
.l-page section.default h2 + h5,
.l-page section.default h2 + h6,
.l-page section.default h2 + ol,
.l-page section.default h2 + ul,
.l-page section.default h2 + table,
.l-page section.default h2 + .profile {
  margin-top: 4rem !important;
}
.l-page section.default h3 {
  font-family: var(--sub-font);
  color: var(--main-dark);
  font-size: 2.4rem;
  font-weight: 600;
  border-bottom: 0.1rem solid var(--main);
  line-height: 1.6;
  padding: 0 0 1rem 0;
  margin-top: 4rem !important;
}
@media screen and (max-width: 768px) {
  .l-page section.default h3 {
    font-size: 2rem;
  }
}
.l-page section.default h4 {
  background: var(--main-light);
  color: var(--main);
  font-size: 1.8rem;
  font-weight: 600;
  padding: 0.8rem 1.6rem;
}
@media screen and (max-width: 768px) {
  .l-page section.default h4 {
    font-size: 1.6rem;
  }
}
.l-page section.default h5 {
  color: var(--main);
  font-size: 1.6rem;
  font-weight: 600;
  margin-bottom: -0.8rem;
}
@media screen and (max-width: 768px) {
  .l-page section.default h5 {
    font-size: 1.4rem;
  }
}
.l-page section.default h5::before {
  content: "●";
  padding: 0 0.5em 0 0;
}
.l-page section.default h6 {
  color: var(--main);
  font-size: 1.3rem;
  font-weight: 600;
  margin-bottom: -1.6rem;
}
@media screen and (max-width: 768px) {
  .l-page section.default h6 {
    font-size: 1.2rem;
  }
}
.l-page section.default .flowTtl {
  font-size: 2rem;
  font-weight: 600;
  position: relative;
  padding-left: 4rem;
}
.l-page section.default .flowTtl span {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  width: 3rem;
  height: 3rem;
  line-height: 3rem;
  border-radius: 50%;
  background: var(--main);
  color: var(--white);
  display: inline-block;
  text-align: center;
  font-size: 1.3rem;
}
.l-page section.default ol.number {
  counter-reset: list;
  list-style-type: none;
  margin-bottom: 2.4rem;
}
.l-page section.default ol.number li {
  position: relative;
  margin: 0;
  padding: 0.9rem 0 0.9rem 6.6rem;
}
.l-page section.default ol.number li::before {
  counter-increment: list;
  content: counter(list);
  color: var(--main-dark);
  background: var(--main-light);
  font-size: 2rem;
  font-weight: 600;
  position: absolute;
  top: 0;
  left: 0;
  width: 5rem;
  height: 5rem;
  line-height: 5rem;
  text-align: center;
}
.l-page section.default ol.number li span {
  display: block;
  font-weight: 600;
}
.l-page section.default ol.number li + li {
  margin-top: 2.4rem;
}
.l-page section.default ol.flow {
  counter-reset: list;
}
.l-page section.default ol.flow li {
  display: flex;
  flex-wrap: wrap;
  gap: 4rem;
}
@media screen and (max-width: 768px) {
  .l-page section.default ol.flow li {
    flex-direction: column-reverse;
    gap: 2rem;
  }
}
.l-page section.default ol.flow li div {
  width: calc((100% - 4rem) / 2);
}
@media screen and (max-width: 768px) {
  .l-page section.default ol.flow li div {
    width: 100%;
  }
}
.l-page section.default ol.flow li div span {
  font-size: 2rem;
  font-weight: 600;
  position: relative;
  padding-left: 4rem;
  display: block;
  margin-bottom: 2rem;
}
.l-page section.default ol.flow li div span::before {
  counter-increment: list;
  content: counter(list);
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  width: 3rem;
  height: 3rem;
  line-height: 3rem;
  border-radius: 50%;
  background: var(--main);
  color: var(--white);
  display: inline-block;
  text-align: center;
  font-size: 1.3rem;
}
.l-page section.default ol.flow li div p + p {
  margin-top: 2rem;
}
.l-page section.default ol.flow li div.full {
  width: 100%;
}
.l-page section.default ol.flow li div.full > * + * {
  margin-top: 2rem;
}
.l-page section.default ol.flow li:not(:nth-child(1)),
.l-page section.default ol.flow li:not(:nth-child(2)) {
  margin-top: 4rem;
}
.l-page section.default ul.flow li {
  display: flex;
  flex-wrap: wrap;
  gap: 4rem;
}
@media screen and (max-width: 768px) {
  .l-page section.default ul.flow li {
    flex-direction: column-reverse;
    gap: 2rem;
  }
}
.l-page section.default ul.flow li div {
  width: calc((100% - 4rem) / 2);
}
@media screen and (max-width: 768px) {
  .l-page section.default ul.flow li div {
    width: 100%;
  }
}
.l-page section.default ul.flow li div span {
  font-size: 2rem;
  font-weight: 600;
  position: relative;
  display: block;
  margin-bottom: 2rem;
}
.l-page section.default ul.flow li div p + p {
  margin-top: 2rem;
}
.l-page section.default ul.flow li:not(:nth-child(1)),
.l-page section.default ul.flow li:not(:nth-child(2)) {
  margin-top: 4rem;
}
.l-page section.default ul.circle {
  list-style-type: none;
  margin-bottom: 2.4rem;
}
.l-page section.default ul.circle li {
  position: relative;
  margin: 0;
  padding: 0 0 0 5rem;
}
.l-page section.default ul.circle li::before {
  content: "●";
  font-weight: 600;
  position: absolute;
  top: 0;
  left: 0;
  width: 5rem;
  text-align: center;
  color: var(--main-dark);
}
.l-page section.default ul.circle li span {
  display: block;
  font-weight: 600;
}
.l-page section.default ul.circle li + li {
  margin-top: 2.4rem;
}
.l-page section.default ul.check {
  list-style-type: none;
}
.l-page section.default ul.check li {
  position: relative;
  padding: 0 0 0 5rem;
}
.l-page section.default ul.check li::after {
  content: "";
  display: block;
  position: absolute;
  top: 0.5em;
  left: 1.5rem;
  width: 2rem;
  text-align: center;
  height: 1rem;
  border-left: 0.3rem solid var(--main-dark);
  border-bottom: 0.3rem solid var(--main-dark);
  transform: rotate(-45deg);
}
.l-page section.default ul.check li + li {
  margin-top: 2.4rem;
}
.l-page section.default dl {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  padding: 0;
  width: 100%;
  gap: 1.6rem;
}
.l-page section.default dl dt {
  width: 10rem;
  font-weight: 600;
}
.l-page section.default dl dd {
  width: calc(100% - 11.6rem);
}
.l-page section.default table.border--none {
  border-collapse: collapse;
  border-spacing: 0;
  width: 100%;
  border-top: 0.1rem solid var(--gray);
}
.l-page section.default table.border--none th,
.l-page section.default table.border--none td {
  vertical-align: middle;
  border-bottom: 0.1rem solid var(--gray);
  padding: 2.4rem;
}
@media screen and (max-width: 768px) {
  .l-page section.default table.border--none th,
  .l-page section.default table.border--none td {
    padding: 2rem;
  }
}
.l-page section.default table.border--none th {
  text-align: left;
  color: var(--main-dark);
  font-weight: 600;
}
@media screen and (max-width: 768px) {
  .l-page section.default table.border--none th {
    width: 100% !important;
    display: block;
    border-bottom: 0.1rem dashed var(--gray);
  }
}
@media screen and (max-width: 768px) {
  .l-page section.default table.border--none td {
    width: 100% !important;
    display: block;
  }
}
.l-page section.default table.border--none th.w10,
.l-page section.default table.border--none td.w10 {
  width: 10%;
}
.l-page section.default table.border--none th.w20,
.l-page section.default table.border--none td.w20 {
  width: 20%;
}
.l-page section.default table.border--none th.w30,
.l-page section.default table.border--none td.w30 {
  width: 30%;
}
.l-page section.default table.border--none th.w40,
.l-page section.default table.border--none td.w40 {
  width: 40%;
}
.l-page section.default table.border--none th.w50,
.l-page section.default table.border--none td.w50 {
  width: 50%;
}
.l-page section.default table.border--none th.w60,
.l-page section.default table.border--none td.w60 {
  width: 60%;
}
.l-page section.default table.border--none th.w70,
.l-page section.default table.border--none td.w70 {
  width: 70%;
}
.l-page section.default table.border--none th.w80,
.l-page section.default table.border--none td.w80 {
  width: 80%;
}
.l-page section.default table.border--none th.w90,
.l-page section.default table.border--none td.w90 {
  width: 90%;
}
.l-page section.default table.border--none th.main,
.l-page section.default table.border--none td.main {
  background: var(--main);
  color: var(--white);
}
.l-page section.default table.border--none th.main-light,
.l-page section.default table.border--none td.main-light {
  background: var(--main-light);
}
.l-page section.default table.border--none th.gray-light,
.l-page section.default table.border--none td.gray-light {
  background: var(--gray-light);
}
.l-page section.default table.border {
  border-collapse: collapse;
  border-spacing: 0;
  width: 100%;
  border: 0.1rem solid var(--gray);
}
.l-page section.default table.border th,
.l-page section.default table.border td {
  vertical-align: middle;
  border-bottom: 0.1rem solid var(--gray);
  padding: 2.4rem;
}
@media screen and (max-width: 768px) {
  .l-page section.default table.border th,
  .l-page section.default table.border td {
    padding: 2rem;
  }
}
.l-page section.default table.border th {
  text-align: left;
  color: var(--main-dark);
  font-weight: 600;
  border-right: 0.1rem solid var(--gray);
}
@media screen and (max-width: 768px) {
  .l-page section.default table.border th {
    width: 100% !important;
    display: block;
    border-right: none;
    border-bottom: 0.1rem dashed var(--gray);
  }
}
@media screen and (max-width: 768px) {
  .l-page section.default table.border td {
    width: 100% !important;
    display: block;
  }
}
.l-page section.default table.border th.w10,
.l-page section.default table.border td.w10 {
  width: 10%;
}
.l-page section.default table.border th.w20,
.l-page section.default table.border td.w20 {
  width: 20%;
}
.l-page section.default table.border th.w30,
.l-page section.default table.border td.w30 {
  width: 30%;
}
.l-page section.default table.border th.w40,
.l-page section.default table.border td.w40 {
  width: 40%;
}
.l-page section.default table.border th.w50,
.l-page section.default table.border td.w50 {
  width: 50%;
}
.l-page section.default table.border th.w60,
.l-page section.default table.border td.w60 {
  width: 60%;
}
.l-page section.default table.border th.w70,
.l-page section.default table.border td.w70 {
  width: 70%;
}
.l-page section.default table.border th.w80,
.l-page section.default table.border td.w80 {
  width: 80%;
}
.l-page section.default table.border th.w90,
.l-page section.default table.border td.w90 {
  width: 90%;
}
.l-page section.default table.border th.main,
.l-page section.default table.border td.main {
  background: var(--main);
  color: var(--white);
}
.l-page section.default table.border th.main-light,
.l-page section.default table.border td.main-light {
  background: var(--main-light);
}
.l-page section.default table.border th.gray-light,
.l-page section.default table.border td.gray-light {
  background: var(--gray-light);
}
.l-page section.default table.border--plane {
  border-collapse: collapse;
  border-spacing: 0;
  width: 100%;
  border-top: 0.1rem solid var(--gray);
  border-left: 0.1rem solid var(--gray);
}
.l-page section.default table.border--plane th,
.l-page section.default table.border--plane td {
  vertical-align: middle;
  border-right: 0.1rem solid var(--gray);
  border-bottom: 0.1rem solid var(--gray);
  padding: 2.4rem;
}
.l-page section.default table.border--plane th {
  text-align: left;
  color: var(--main-dark);
  font-weight: 600;
  border-right: 0.1rem solid var(--gray);
}
@media screen and (max-width: 768px) {
  .l-page section.default table.border--plane th {
    padding: 0.6rem;
    font-size: 1.3rem;
  }
}
@media screen and (max-width: 768px) {
  .l-page section.default table.border--plane td {
    padding: 0.6rem;
    font-size: 1.3rem;
  }
}
.l-page section.default table.border--plane th.w10,
.l-page section.default table.border--plane td.w10 {
  width: 10%;
}
.l-page section.default table.border--plane th.w20,
.l-page section.default table.border--plane td.w20 {
  width: 20%;
}
.l-page section.default table.border--plane th.w30,
.l-page section.default table.border--plane td.w30 {
  width: 30%;
}
.l-page section.default table.border--plane th.w40,
.l-page section.default table.border--plane td.w40 {
  width: 40%;
}
.l-page section.default table.border--plane th.w50,
.l-page section.default table.border--plane td.w50 {
  width: 50%;
}
.l-page section.default table.border--plane th.w60,
.l-page section.default table.border--plane td.w60 {
  width: 60%;
}
.l-page section.default table.border--plane th.w70,
.l-page section.default table.border--plane td.w70 {
  width: 70%;
}
.l-page section.default table.border--plane th.w80,
.l-page section.default table.border--plane td.w80 {
  width: 80%;
}
.l-page section.default table.border--plane th.w90,
.l-page section.default table.border--plane td.w90 {
  width: 90%;
}
.l-page section.default table.border--plane th.main,
.l-page section.default table.border--plane td.main {
  background: var(--main);
  color: var(--white);
}
.l-page section.default table.border--plane th.main-light,
.l-page section.default table.border--plane td.main-light {
  background: var(--main-light);
}
.l-page section.default table.border--plane th.gray-light,
.l-page section.default table.border--plane td.gray-light {
  background: var(--gray-light);
}
@media screen and (max-width: 768px) {
  .l-page section.default table.scroll {
    min-width: 90rem;
  }
}
@media screen and (max-width: 768px) {
  .l-page section.default table.scroll th {
    width: auto !important;
    display: table-cell !important;
  }
}
@media screen and (max-width: 768px) {
  .l-page section.default table.scroll td {
    width: auto !important;
    display: table-cell !important;
  }
}
.l-page section.default .profile {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  flex-direction: row-reverse;
}
.l-page section.default .profile .profileTxt {
  width: calc((100% - 0.2rem) / 2);
  height: auto;
  background: url(../img/profile.png) no-repeat center center/cover;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  flex-direction: column;
  padding: 3.2rem;
  line-height: 1.6;
}
@media screen and (max-width: 768px) {
  .l-page section.default .profile .profileTxt {
    width: 100%;
    margin-top: 0.2rem;
  }
}
.l-page section.default .profile .profileTxt p:nth-child(1) {
  color: var(--main-dark);
  font-size: 2rem;
  font-weight: 600;
}
.l-page section.default .profile .profileTxt p:nth-child(2) {
  font-size: 3.4rem;
  font-weight: 600;
}
.l-page section.default .profile .profileTxt p:nth-child(3) {
  color: var(--main-dark);
  margin-top: 2.4rem;
}
.l-page section.default .profile .profileImg {
  width: calc((100% - 0.2rem) / 2);
}
@media screen and (max-width: 768px) {
  .l-page section.default .profile .profileImg {
    width: 100%;
  }
}
.l-page section.default .price {
  display: flex;
  flex-wrap: wrap;
  gap: 0 3rem;
  border-top: 0.1rem solid var(--gray);
  border-bottom: 0.1rem solid var(--gray);
}
.l-page section.default .price__left {
  width: 24%;
  padding: 3rem 0;
}
@media screen and (max-width: 768px) {
  .l-page section.default .price__left {
    width: 100%;
    padding: 2rem 0;
    text-align: center;
  }
}
.l-page section.default .price__left img {
  aspect-ratio: 3/2;
  object-fit: cover;
}
@media screen and (max-width: 768px) {
  .l-page section.default .price__left img {
    width: 60%;
  }
}
.l-page section.default .price__center {
  width: calc(52% - 6rem);
  padding: 3rem 0;
}
@media screen and (max-width: 768px) {
  .l-page section.default .price__center {
    width: 100%;
    padding: 0 0 2rem 0;
  }
}
.l-page section.default .price__right {
  width: 24%;
  background: var(--gray-light);
  display: flex;
  align-items: center;
  flex-direction: column;
}
@media screen and (max-width: 768px) {
  .l-page section.default .price__right {
    width: 100%;
  }
}
.l-page section.default .price__product {
  color: var(--main-dark);
  font-size: 2rem;
  font-weight: 600;
  margin-bottom: 1rem;
}
.l-page section.default .price__row1 {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  padding: 2rem;
}
.l-page section.default .price__row2 {
  width: 100%;
  height: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  padding: 2rem;
}
.l-page section.default .price__row2:nth-child(2) {
  border-top: 0.2rem solid var(--white);
}
.l-page section.default .price__row3 {
  width: 100%;
  height: 33.3333333333%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  padding: 2rem;
}
.l-page section.default .price__row3:nth-child(2), .l-page section.default .price__row3:nth-child(3) {
  border-top: 0.2rem solid var(--white);
}
.l-page section.default .price__num {
  color: var(--main-dark);
  font-size: 2rem;
  font-weight: 600;
}
.l-page section.default .price + .price {
  margin-top: -0.1rem;
}
.l-page section.gray-light + section.gray-light {
  margin-top: -8rem;
}
.l-page section.gray-light {
  background: var(--gray-light);
}
.l-page section.gray-light .inner {
  width: 100%;
  max-width: 98rem;
  margin: 0 auto;
  font-size: 1.6rem;
  padding: 8rem 4rem;
}
@media screen and (max-width: 768px) {
  .l-page section.gray-light .inner {
    padding: 6rem 2rem;
  }
}
.l-page section.gray-light h1 {
  color: var(--main);
  text-align: center;
  font-size: 3rem;
  font-weight: 400;
  margin-bottom: 4.8rem;
}
.l-page section.gray-light h1 span {
  color: var(--main-dark);
  display: block;
  font-size: 2rem;
  font-weight: 600;
  line-height: 6rem;
  position: relative;
}
.l-page section.gray-light h1 span::after {
  content: "";
  position: absolute;
  bottom: 0;
  display: inline-block;
  width: 7rem;
  height: 0.1rem;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  background-color: var(--main-dark);
}
.l-page section.gray-light h2 {
  background: var(--main-dark);
  color: var(--white);
  text-align: center;
  font-size: 3rem;
  font-weight: 400;
  line-height: 1.6;
  padding: 1rem 2rem;
}
@media screen and (max-width: 768px) {
  .l-page section.gray-light h2 {
    font-size: 2.4rem;
  }
}
.l-page section.gray-light h2 + p,
.l-page section.gray-light h2 + h3,
.l-page section.gray-light h2 + h4,
.l-page section.gray-light h2 + h5,
.l-page section.gray-light h2 + h6,
.l-page section.gray-light h2 + ol,
.l-page section.gray-light h2 + ul,
.l-page section.gray-light h2 + table,
.l-page section.gray-light h2 + .profile {
  margin-top: 4rem !important;
}
.l-page section.gray-light h3 {
  color: var(--main-dark);
  font-size: 2.4rem;
  font-weight: 600;
  border-bottom: 0.1rem solid var(--main);
  line-height: 1.6;
  padding: 0 0 1rem 0;
  margin-top: 4rem !important;
}
@media screen and (max-width: 768px) {
  .l-page section.gray-light h3 {
    font-size: 2rem;
  }
}
.l-page section.gray-light h4 {
  background: var(--main-light);
  color: var(--main);
  font-size: 1.8rem;
  font-weight: 600;
  padding: 0.8rem 1.6rem;
}
@media screen and (max-width: 768px) {
  .l-page section.gray-light h4 {
    font-size: 1.6rem;
  }
}
.l-page section.gray-light h5 {
  color: var(--main);
  font-size: 1.6rem;
  font-weight: 600;
  margin-bottom: -0.8rem;
}
@media screen and (max-width: 768px) {
  .l-page section.gray-light h5 {
    font-size: 1.4rem;
  }
}
.l-page section.gray-light h5::before {
  content: "●";
  padding: 0 0.5em 0 0;
}
.l-page section.gray-light h6 {
  color: var(--main);
  font-size: 1.3rem;
  font-weight: 600;
  margin-bottom: -1.6rem;
}
@media screen and (max-width: 768px) {
  .l-page section.gray-light h6 {
    font-size: 1.2rem;
  }
}
.l-page section.gray-light .flowTtl {
  font-size: 2rem;
  font-weight: 600;
  position: relative;
  padding-left: 4rem;
}
.l-page section.gray-light .flowTtl span {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  width: 3rem;
  height: 3rem;
  line-height: 3rem;
  border-radius: 50%;
  background: var(--main);
  color: var(--white);
  display: inline-block;
  text-align: center;
  font-size: 1.3rem;
}
.l-page section.gray-light ol.number {
  counter-reset: list;
  list-style-type: none;
  margin-bottom: 2.4rem;
}
.l-page section.gray-light ol.number li {
  position: relative;
  margin: 0;
  padding: 0.9rem 0 0.9rem 6.6rem;
}
.l-page section.gray-light ol.number li::before {
  counter-increment: list;
  content: counter(list);
  color: var(--white);
  background: var(--main);
  font-size: 2rem;
  font-weight: 600;
  position: absolute;
  top: 0;
  left: 0;
  width: 5rem;
  height: 5rem;
  line-height: 5rem;
  text-align: center;
}
.l-page section.gray-light ol.number li span {
  display: block;
  font-weight: 600;
}
.l-page section.gray-light ol.number li + li {
  margin-top: 2.4rem;
}
.l-page section.gray-light ol.flow {
  counter-reset: list;
}
.l-page section.gray-light ol.flow li {
  display: flex;
  flex-wrap: wrap;
  gap: 4rem;
}
@media screen and (max-width: 768px) {
  .l-page section.gray-light ol.flow li {
    flex-direction: column-reverse;
    gap: 2rem;
  }
}
.l-page section.gray-light ol.flow li div {
  width: calc((100% - 4rem) / 2);
}
@media screen and (max-width: 768px) {
  .l-page section.gray-light ol.flow li div {
    width: 100%;
  }
}
.l-page section.gray-light ol.flow li div span {
  font-size: 2rem;
  font-weight: 600;
  position: relative;
  padding-left: 4rem;
  display: block;
  margin-bottom: 2rem;
}
.l-page section.gray-light ol.flow li div span::before {
  counter-increment: list;
  content: counter(list);
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  width: 3rem;
  height: 3rem;
  line-height: 3rem;
  border-radius: 50%;
  background: var(--main);
  color: var(--white);
  display: inline-block;
  text-align: center;
  font-size: 1.3rem;
}
.l-page section.gray-light ol.flow li div p + p {
  margin-top: 2rem;
}
.l-page section.gray-light ol.flow li div.full {
  width: 100%;
}
.l-page section.gray-light ol.flow li div.full > * + * {
  margin-top: 2rem;
}
.l-page section.gray-light ol.flow li:not(:nth-child(1)),
.l-page section.gray-light ol.flow li:not(:nth-child(2)) {
  margin-top: 4rem;
}
.l-page section.gray-light ul.flow li {
  display: flex;
  flex-wrap: wrap;
  gap: 4rem;
}
@media screen and (max-width: 768px) {
  .l-page section.gray-light ul.flow li {
    flex-direction: column-reverse;
    gap: 2rem;
  }
}
.l-page section.gray-light ul.flow li div {
  width: calc((100% - 4rem) / 2);
}
@media screen and (max-width: 768px) {
  .l-page section.gray-light ul.flow li div {
    width: 100%;
  }
}
.l-page section.gray-light ul.flow li div span {
  font-size: 2rem;
  font-weight: 600;
  position: relative;
  display: block;
  margin-bottom: 2rem;
}
.l-page section.gray-light ul.flow li div p + p {
  margin-top: 2rem;
}
.l-page section.gray-light ul.flow li:not(:nth-child(1)),
.l-page section.gray-light ul.flow li:not(:nth-child(2)) {
  margin-top: 4rem;
}
.l-page section.gray-light ul.circle {
  list-style-type: none;
  margin-bottom: 2.4rem;
}
.l-page section.gray-light ul.circle li {
  position: relative;
  margin: 0;
  padding: 0 0 0 5rem;
}
.l-page section.gray-light ul.circle li::before {
  content: "●";
  font-weight: 600;
  position: absolute;
  top: 0;
  left: 0;
  width: 5rem;
  text-align: center;
  color: var(--main-dark);
}
.l-page section.gray-light ul.circle li span {
  display: block;
  font-weight: 600;
}
.l-page section.gray-light ul.circle li + li {
  margin-top: 2.4rem;
}
.l-page section.gray-light ul.check {
  list-style-type: none;
}
.l-page section.gray-light ul.check li {
  position: relative;
  padding: 0 0 0 5rem;
}
.l-page section.gray-light ul.check li::after {
  content: "";
  display: block;
  position: absolute;
  top: 0.5em;
  left: 1.5rem;
  width: 2rem;
  text-align: center;
  height: 1rem;
  border-left: 0.3rem solid var(--main-dark);
  border-bottom: 0.3rem solid var(--main-dark);
  transform: rotate(-45deg);
}
.l-page section.gray-light ul.check li + li {
  margin-top: 2.4rem;
}
.l-page section.gray-light dl {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  padding: 0;
  width: 100%;
  gap: 1.6rem;
}
.l-page section.gray-light dl dt {
  width: 10rem;
  font-weight: 600;
}
.l-page section.gray-light dl dd {
  width: calc(100% - 11.6rem);
}
.l-page section.gray-light table.border--none {
  border-collapse: collapse;
  border-spacing: 0;
  width: 100%;
  border-top: 0.1rem solid var(--gray);
}
.l-page section.gray-light table.border--none th,
.l-page section.gray-light table.border--none td {
  vertical-align: middle;
  border-bottom: 0.1rem solid var(--gray);
  padding: 2.4rem;
}
@media screen and (max-width: 768px) {
  .l-page section.gray-light table.border--none th,
  .l-page section.gray-light table.border--none td {
    padding: 2rem;
  }
}
.l-page section.gray-light table.border--none th {
  text-align: left;
  color: var(--main-dark);
  font-weight: 600;
}
@media screen and (max-width: 768px) {
  .l-page section.gray-light table.border--none th {
    width: 100% !important;
    display: block;
    border-bottom: 0.1rem dashed var(--gray);
  }
}
@media screen and (max-width: 768px) {
  .l-page section.gray-light table.border--none td {
    width: 100% !important;
    display: block;
  }
}
.l-page section.gray-light table.border--none th.w10,
.l-page section.gray-light table.border--none td.w10 {
  width: 10%;
}
.l-page section.gray-light table.border--none th.w20,
.l-page section.gray-light table.border--none td.w20 {
  width: 20%;
}
.l-page section.gray-light table.border--none th.w30,
.l-page section.gray-light table.border--none td.w30 {
  width: 30%;
}
.l-page section.gray-light table.border--none th.w40,
.l-page section.gray-light table.border--none td.w40 {
  width: 40%;
}
.l-page section.gray-light table.border--none th.w50,
.l-page section.gray-light table.border--none td.w50 {
  width: 50%;
}
.l-page section.gray-light table.border--none th.w60,
.l-page section.gray-light table.border--none td.w60 {
  width: 60%;
}
.l-page section.gray-light table.border--none th.w70,
.l-page section.gray-light table.border--none td.w70 {
  width: 70%;
}
.l-page section.gray-light table.border--none th.w80,
.l-page section.gray-light table.border--none td.w80 {
  width: 80%;
}
.l-page section.gray-light table.border--none th.w90,
.l-page section.gray-light table.border--none td.w90 {
  width: 90%;
}
.l-page section.gray-light table.border--none th.main,
.l-page section.gray-light table.border--none td.main {
  background: var(--main);
  color: var(--white);
}
.l-page section.gray-light table.border--none th.main-light,
.l-page section.gray-light table.border--none td.main-light {
  background: var(--main-light);
}
.l-page section.gray-light table.border--none th.gray-light,
.l-page section.gray-light table.border--none td.gray-light {
  background: var(--gray-light);
}
.l-page section.gray-light table.border {
  border-collapse: collapse;
  border-spacing: 0;
  width: 100%;
  border: 0.1rem solid var(--gray);
}
.l-page section.gray-light table.border th,
.l-page section.gray-light table.border td {
  vertical-align: middle;
  border-bottom: 0.1rem solid var(--gray);
  padding: 2.4rem;
}
@media screen and (max-width: 768px) {
  .l-page section.gray-light table.border th,
  .l-page section.gray-light table.border td {
    padding: 2rem;
  }
}
.l-page section.gray-light table.border th {
  text-align: left;
  color: var(--main-dark);
  font-weight: 600;
  border-right: 0.1rem solid var(--gray);
}
@media screen and (max-width: 768px) {
  .l-page section.gray-light table.border th {
    width: 100% !important;
    display: block;
    border-right: none;
    border-bottom: 0.1rem dashed var(--gray);
  }
}
@media screen and (max-width: 768px) {
  .l-page section.gray-light table.border td {
    width: 100% !important;
    display: block;
  }
}
.l-page section.gray-light table.border th.w10,
.l-page section.gray-light table.border td.w10 {
  width: 10%;
}
.l-page section.gray-light table.border th.w20,
.l-page section.gray-light table.border td.w20 {
  width: 20%;
}
.l-page section.gray-light table.border th.w30,
.l-page section.gray-light table.border td.w30 {
  width: 30%;
}
.l-page section.gray-light table.border th.w40,
.l-page section.gray-light table.border td.w40 {
  width: 40%;
}
.l-page section.gray-light table.border th.w50,
.l-page section.gray-light table.border td.w50 {
  width: 50%;
}
.l-page section.gray-light table.border th.w60,
.l-page section.gray-light table.border td.w60 {
  width: 60%;
}
.l-page section.gray-light table.border th.w70,
.l-page section.gray-light table.border td.w70 {
  width: 70%;
}
.l-page section.gray-light table.border th.w80,
.l-page section.gray-light table.border td.w80 {
  width: 80%;
}
.l-page section.gray-light table.border th.w90,
.l-page section.gray-light table.border td.w90 {
  width: 90%;
}
.l-page section.gray-light table.border th.main,
.l-page section.gray-light table.border td.main {
  background: var(--main);
  color: var(--white);
}
.l-page section.gray-light table.border th.main-light,
.l-page section.gray-light table.border td.main-light {
  background: var(--main-light);
}
.l-page section.gray-light table.border th.gray-light,
.l-page section.gray-light table.border td.gray-light {
  background: var(--gray-light);
}
.l-page section.gray-light table.border--plane {
  border-collapse: collapse;
  border-spacing: 0;
  width: 100%;
  border: 0.1rem solid var(--gray);
}
.l-page section.gray-light table.border--plane th,
.l-page section.gray-light table.border--plane td {
  vertical-align: middle;
  border-bottom: 0.1rem solid var(--gray);
  padding: 2.4rem;
}
.l-page section.gray-light table.border--plane th {
  text-align: left;
  color: var(--main-dark);
  font-weight: 600;
  border-right: 0.1rem solid var(--gray);
}
@media screen and (max-width: 768px) {
  .l-page section.gray-light table.border--plane th {
    padding: 0.6rem;
    font-size: 1.3rem;
  }
}
@media screen and (max-width: 768px) {
  .l-page section.gray-light table.border--plane td {
    padding: 0.6rem;
    font-size: 1.3rem;
  }
}
.l-page section.gray-light table.border--plane th.w10,
.l-page section.gray-light table.border--plane td.w10 {
  width: 10%;
}
.l-page section.gray-light table.border--plane th.w20,
.l-page section.gray-light table.border--plane td.w20 {
  width: 20%;
}
.l-page section.gray-light table.border--plane th.w30,
.l-page section.gray-light table.border--plane td.w30 {
  width: 30%;
}
.l-page section.gray-light table.border--plane th.w40,
.l-page section.gray-light table.border--plane td.w40 {
  width: 40%;
}
.l-page section.gray-light table.border--plane th.w50,
.l-page section.gray-light table.border--plane td.w50 {
  width: 50%;
}
.l-page section.gray-light table.border--plane th.w60,
.l-page section.gray-light table.border--plane td.w60 {
  width: 60%;
}
.l-page section.gray-light table.border--plane th.w70,
.l-page section.gray-light table.border--plane td.w70 {
  width: 70%;
}
.l-page section.gray-light table.border--plane th.w80,
.l-page section.gray-light table.border--plane td.w80 {
  width: 80%;
}
.l-page section.gray-light table.border--plane th.w90,
.l-page section.gray-light table.border--plane td.w90 {
  width: 90%;
}
.l-page section.gray-light table.border--plane th.main,
.l-page section.gray-light table.border--plane td.main {
  background: var(--main);
  color: var(--white);
}
.l-page section.gray-light table.border--plane th.main-light,
.l-page section.gray-light table.border--plane td.main-light {
  background: var(--main-light);
}
.l-page section.gray-light table.border--plane th.gray-light,
.l-page section.gray-light table.border--plane td.gray-light {
  background: var(--gray-light);
}
@media screen and (max-width: 768px) {
  .l-page section.gray-light table.scroll {
    min-width: 90rem;
  }
}
@media screen and (max-width: 768px) {
  .l-page section.gray-light table.scroll th {
    width: auto !important;
    display: table-cell !important;
  }
}
@media screen and (max-width: 768px) {
  .l-page section.gray-light table.scroll td {
    width: auto !important;
    display: table-cell !important;
  }
}
.l-page section.gray-light .profile {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  flex-direction: row-reverse;
}
.l-page section.gray-light .profile .profileTxt {
  width: calc((100% - 0.2rem) / 2);
  height: auto;
  background: url(../img/profile.png) no-repeat center center/cover;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  flex-direction: column;
  padding: 3.2rem;
  line-height: 1.6;
}
@media screen and (max-width: 768px) {
  .l-page section.gray-light .profile .profileTxt {
    width: 100%;
    margin-top: 0.2rem;
  }
}
.l-page section.gray-light .profile .profileTxt p:nth-child(1) {
  color: var(--main-dark);
  font-size: 2rem;
  font-weight: 600;
}
.l-page section.gray-light .profile .profileTxt p:nth-child(2) {
  font-size: 3.4rem;
  font-weight: 600;
}
.l-page section.gray-light .profile .profileTxt p:nth-child(3) {
  color: var(--main-dark);
  margin-top: 2.4rem;
}
.l-page section.gray-light .profile .profileImg {
  width: calc((100% - 0.2rem) / 2);
}
@media screen and (max-width: 768px) {
  .l-page section.gray-light .profile .profileImg {
    width: 100%;
  }
}
.l-page section.gray-light .price {
  display: flex;
  flex-wrap: wrap;
  gap: 0 3rem;
  border-top: 0.1rem solid var(--gray);
  border-bottom: 0.1rem solid var(--gray);
}
.l-page section.gray-light .price__left {
  width: 24%;
  padding: 3rem 0;
}
@media screen and (max-width: 768px) {
  .l-page section.gray-light .price__left {
    width: 100%;
    padding: 2rem 0;
    text-align: center;
  }
}
.l-page section.gray-light .price__left img {
  aspect-ratio: 3/2;
  object-fit: cover;
}
@media screen and (max-width: 768px) {
  .l-page section.gray-light .price__left img {
    width: 60%;
  }
}
.l-page section.gray-light .price__center {
  width: calc(52% - 6rem);
  padding: 3rem 0;
}
@media screen and (max-width: 768px) {
  .l-page section.gray-light .price__center {
    width: 100%;
    padding: 0 0 2rem 0;
  }
}
.l-page section.gray-light .price__right {
  width: 24%;
  background: var(--white);
  display: flex;
  align-items: center;
  flex-direction: column;
}
@media screen and (max-width: 768px) {
  .l-page section.gray-light .price__right {
    width: 100%;
  }
}
.l-page section.gray-light .price__product {
  color: var(--main-dark);
  font-size: 2rem;
  font-weight: 600;
  margin-bottom: 1rem;
}
.l-page section.gray-light .price__row1 {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  padding: 2rem;
}
.l-page section.gray-light .price__row2 {
  width: 100%;
  height: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  padding: 2rem;
}
.l-page section.gray-light .price__row2:nth-child(2) {
  border-top: 0.2rem solid var(--gray-light);
}
.l-page section.gray-light .price__row3 {
  width: 100%;
  height: 33.3333333333%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  padding: 2rem;
}
.l-page section.gray-light .price__row3:nth-child(2), .l-page section.gray-light .price__row3:nth-child(3) {
  border-top: 0.2rem solid var(--gray-light);
}
.l-page section.gray-light .price__num {
  color: var(--main-dark);
  font-size: 2rem;
  font-weight: 600;
}
.l-page section.gray-light .price + .price {
  margin-top: -0.1rem;
}
.l-page section.main-light + section.main-light {
  margin-top: -8rem;
}
.l-page section.main-light {
  background: var(--main-light);
}
.l-page section.main-light .inner {
  width: 100%;
  max-width: 98rem;
  margin: 0 auto;
  font-size: 1.6rem;
  padding: 8rem 4rem;
}
@media screen and (max-width: 768px) {
  .l-page section.main-light .inner {
    padding: 6rem 2rem;
  }
}
.l-page section.main-light h1 {
  color: var(--main);
  text-align: center;
  font-size: 3rem;
  font-weight: 400;
  margin-bottom: 4.8rem;
}
.l-page section.main-light h1 span {
  color: var(--main-dark);
  display: block;
  font-size: 2rem;
  font-weight: 600;
  line-height: 6rem;
  position: relative;
}
.l-page section.main-light h1 span::after {
  content: "";
  position: absolute;
  bottom: 0;
  display: inline-block;
  width: 7rem;
  height: 0.1rem;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  background-color: var(--main-dark);
}
.l-page section.main-light h2 {
  background: var(--main-dark);
  color: var(--white);
  text-align: center;
  font-size: 3rem;
  font-weight: 400;
  line-height: 1.6;
  padding: 1rem 2rem;
}
@media screen and (max-width: 768px) {
  .l-page section.main-light h2 {
    font-size: 2.4rem;
  }
}
.l-page section.main-light h2 + p,
.l-page section.main-light h2 + h3,
.l-page section.main-light h2 + h4,
.l-page section.main-light h2 + h5,
.l-page section.main-light h2 + h6,
.l-page section.main-light h2 + ol,
.l-page section.main-light h2 + ul,
.l-page section.main-light h2 + table,
.l-page section.main-light h2 + .profile {
  margin-top: 4rem !important;
}
.l-page section.main-light h3 {
  color: var(--main-dark);
  font-size: 2.4rem;
  font-weight: 600;
  border-bottom: 0.1rem solid var(--main);
  line-height: 1.6;
  padding: 0 0 1rem 0;
  margin-top: 4rem !important;
}
@media screen and (max-width: 768px) {
  .l-page section.main-light h3 {
    font-size: 2rem;
  }
}
.l-page section.main-light h4 {
  background: var(--white);
  color: var(--main);
  font-size: 1.8rem;
  font-weight: 600;
  padding: 0.8rem 1.6rem;
}
@media screen and (max-width: 768px) {
  .l-page section.main-light h4 {
    font-size: 1.6rem;
  }
}
.l-page section.main-light h5 {
  color: var(--main);
  font-size: 1.6rem;
  font-weight: 600;
  margin-bottom: -0.8rem;
}
@media screen and (max-width: 768px) {
  .l-page section.main-light h5 {
    font-size: 1.4rem;
  }
}
.l-page section.main-light h5::before {
  content: "●";
  padding: 0 0.5em 0 0;
}
.l-page section.main-light h6 {
  color: var(--main);
  font-size: 1.3rem;
  font-weight: 600;
  margin-bottom: -1.6rem;
}
@media screen and (max-width: 768px) {
  .l-page section.main-light h6 {
    font-size: 1.2rem;
  }
}
.l-page section.main-light .flowTtl {
  font-size: 2rem;
  font-weight: 600;
  position: relative;
  padding-left: 4rem;
}
.l-page section.main-light .flowTtl span {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  width: 3rem;
  height: 3rem;
  line-height: 3rem;
  border-radius: 50%;
  background: var(--main);
  color: var(--white);
  display: inline-block;
  text-align: center;
  font-size: 1.3rem;
}
.l-page section.main-light ol.number {
  counter-reset: list;
  list-style-type: none;
  margin-bottom: 2.4rem;
}
.l-page section.main-light ol.number li {
  position: relative;
  margin: 0;
  padding: 0.9rem 0 0.9rem 6.6rem;
}
.l-page section.main-light ol.number li::before {
  counter-increment: list;
  content: counter(list);
  color: var(--white);
  background: var(--main);
  font-size: 2rem;
  font-weight: 600;
  position: absolute;
  top: 0;
  left: 0;
  width: 5rem;
  height: 5rem;
  line-height: 5rem;
  text-align: center;
}
.l-page section.main-light ol.number li span {
  display: block;
  font-weight: 600;
}
.l-page section.main-light ol.number li + li {
  margin-top: 2.4rem;
}
.l-page section.main-light ol.flow {
  counter-reset: list;
}
.l-page section.main-light ol.flow li {
  display: flex;
  flex-wrap: wrap;
  gap: 4rem;
}
@media screen and (max-width: 768px) {
  .l-page section.main-light ol.flow li {
    flex-direction: column-reverse;
    gap: 2rem;
  }
}
.l-page section.main-light ol.flow li div {
  width: calc((100% - 4rem) / 2);
}
@media screen and (max-width: 768px) {
  .l-page section.main-light ol.flow li div {
    width: 100%;
  }
}
.l-page section.main-light ol.flow li div span {
  font-size: 2rem;
  font-weight: 600;
  position: relative;
  padding-left: 4rem;
  display: block;
  margin-bottom: 2rem;
}
.l-page section.main-light ol.flow li div span::before {
  counter-increment: list;
  content: counter(list);
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  width: 3rem;
  height: 3rem;
  line-height: 3rem;
  border-radius: 50%;
  background: var(--main);
  color: var(--white);
  display: inline-block;
  text-align: center;
  font-size: 1.3rem;
}
.l-page section.main-light ol.flow li div p + p {
  margin-top: 2rem;
}
.l-page section.main-light ol.flow li div.full {
  width: 100%;
}
.l-page section.main-light ol.flow li div.full > * + * {
  margin-top: 2rem;
}
.l-page section.main-light ol.flow li:not(:nth-child(1)),
.l-page section.main-light ol.flow li:not(:nth-child(2)) {
  margin-top: 4rem;
}
.l-page section.main-light ul.flow li {
  display: flex;
  flex-wrap: wrap;
  gap: 4rem;
}
@media screen and (max-width: 768px) {
  .l-page section.main-light ul.flow li {
    flex-direction: column-reverse;
    gap: 2rem;
  }
}
.l-page section.main-light ul.flow li div {
  width: calc((100% - 4rem) / 2);
}
@media screen and (max-width: 768px) {
  .l-page section.main-light ul.flow li div {
    width: 100%;
  }
}
.l-page section.main-light ul.flow li div span {
  font-size: 2rem;
  font-weight: 600;
  position: relative;
  display: block;
  margin-bottom: 2rem;
}
.l-page section.main-light ul.flow li div p + p {
  margin-top: 2rem;
}
.l-page section.main-light ul.flow li:not(:nth-child(1)),
.l-page section.main-light ul.flow li:not(:nth-child(2)) {
  margin-top: 4rem;
}
.l-page section.main-light ul.circle {
  list-style-type: none;
  margin-bottom: 2.4rem;
}
.l-page section.main-light ul.circle li {
  position: relative;
  margin: 0;
  padding: 0 0 0 5rem;
}
.l-page section.main-light ul.circle li::before {
  content: "●";
  font-weight: 600;
  position: absolute;
  top: 0;
  left: 0;
  width: 5rem;
  text-align: center;
  color: var(--main-dark);
}
.l-page section.main-light ul.circle li span {
  display: block;
  font-weight: 600;
}
.l-page section.main-light ul.circle li + li {
  margin-top: 2.4rem;
}
.l-page section.main-light ul.check {
  list-style-type: none;
}
.l-page section.main-light ul.check li {
  position: relative;
  padding: 0 0 0 5rem;
}
.l-page section.main-light ul.check li::after {
  content: "";
  display: block;
  position: absolute;
  top: 0.5em;
  left: 1.5rem;
  width: 2rem;
  text-align: center;
  height: 1rem;
  border-left: 0.3rem solid var(--main-dark);
  border-bottom: 0.3rem solid var(--main-dark);
  transform: rotate(-45deg);
}
.l-page section.main-light ul.check li + li {
  margin-top: 2.4rem;
}
.l-page section.main-light dl {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  padding: 0;
  width: 100%;
  gap: 1.6rem;
}
.l-page section.main-light dl dt {
  width: 10rem;
  font-weight: 600;
}
.l-page section.main-light dl dd {
  width: calc(100% - 11.6rem);
}
.l-page section.main-light table.border--none {
  border-collapse: collapse;
  border-spacing: 0;
  width: 100%;
  border-top: 0.1rem solid var(--gray);
}
.l-page section.main-light table.border--none th,
.l-page section.main-light table.border--none td {
  vertical-align: middle;
  border-bottom: 0.1rem solid var(--gray);
  padding: 2.4rem;
}
@media screen and (max-width: 768px) {
  .l-page section.main-light table.border--none th,
  .l-page section.main-light table.border--none td {
    padding: 2rem;
  }
}
.l-page section.main-light table.border--none th {
  text-align: left;
  color: var(--main-dark);
  font-weight: 600;
}
@media screen and (max-width: 768px) {
  .l-page section.main-light table.border--none th {
    width: 100% !important;
    display: block;
    border-bottom: 0.1rem dashed var(--gray);
  }
}
@media screen and (max-width: 768px) {
  .l-page section.main-light table.border--none td {
    width: 100% !important;
    display: block;
  }
}
.l-page section.main-light table.border--none th.w10,
.l-page section.main-light table.border--none td.w10 {
  width: 10%;
}
.l-page section.main-light table.border--none th.w20,
.l-page section.main-light table.border--none td.w20 {
  width: 20%;
}
.l-page section.main-light table.border--none th.w30,
.l-page section.main-light table.border--none td.w30 {
  width: 30%;
}
.l-page section.main-light table.border--none th.w40,
.l-page section.main-light table.border--none td.w40 {
  width: 40%;
}
.l-page section.main-light table.border--none th.w50,
.l-page section.main-light table.border--none td.w50 {
  width: 50%;
}
.l-page section.main-light table.border--none th.w60,
.l-page section.main-light table.border--none td.w60 {
  width: 60%;
}
.l-page section.main-light table.border--none th.w70,
.l-page section.main-light table.border--none td.w70 {
  width: 70%;
}
.l-page section.main-light table.border--none th.w80,
.l-page section.main-light table.border--none td.w80 {
  width: 80%;
}
.l-page section.main-light table.border--none th.w90,
.l-page section.main-light table.border--none td.w90 {
  width: 90%;
}
.l-page section.main-light table.border--none th.main,
.l-page section.main-light table.border--none td.main {
  background: var(--main);
  color: var(--white);
}
.l-page section.main-light table.border--none th.main-light,
.l-page section.main-light table.border--none td.main-light {
  background: var(--main-light);
}
.l-page section.main-light table.border--none th.gray-light,
.l-page section.main-light table.border--none td.gray-light {
  background: var(--gray-light);
}
.l-page section.main-light table.border {
  border-collapse: collapse;
  border-spacing: 0;
  width: 100%;
  border: 0.1rem solid var(--gray);
}
.l-page section.main-light table.border th,
.l-page section.main-light table.border td {
  vertical-align: middle;
  border-bottom: 0.1rem solid var(--gray);
  padding: 2.4rem;
}
@media screen and (max-width: 768px) {
  .l-page section.main-light table.border th,
  .l-page section.main-light table.border td {
    padding: 2rem;
  }
}
.l-page section.main-light table.border th {
  text-align: left;
  color: var(--main-dark);
  font-weight: 600;
  border-right: 0.1rem solid var(--gray);
}
@media screen and (max-width: 768px) {
  .l-page section.main-light table.border th {
    width: 100% !important;
    display: block;
    border-right: none;
    border-bottom: 0.1rem dashed var(--gray);
  }
}
@media screen and (max-width: 768px) {
  .l-page section.main-light table.border td {
    width: 100% !important;
    display: block;
  }
}
.l-page section.main-light table.border th.w10,
.l-page section.main-light table.border td.w10 {
  width: 10%;
}
.l-page section.main-light table.border th.w20,
.l-page section.main-light table.border td.w20 {
  width: 20%;
}
.l-page section.main-light table.border th.w30,
.l-page section.main-light table.border td.w30 {
  width: 30%;
}
.l-page section.main-light table.border th.w40,
.l-page section.main-light table.border td.w40 {
  width: 40%;
}
.l-page section.main-light table.border th.w50,
.l-page section.main-light table.border td.w50 {
  width: 50%;
}
.l-page section.main-light table.border th.w60,
.l-page section.main-light table.border td.w60 {
  width: 60%;
}
.l-page section.main-light table.border th.w70,
.l-page section.main-light table.border td.w70 {
  width: 70%;
}
.l-page section.main-light table.border th.w80,
.l-page section.main-light table.border td.w80 {
  width: 80%;
}
.l-page section.main-light table.border th.w90,
.l-page section.main-light table.border td.w90 {
  width: 90%;
}
.l-page section.main-light table.border th.main,
.l-page section.main-light table.border td.main {
  background: var(--main);
  color: var(--white);
}
.l-page section.main-light table.border th.main-light,
.l-page section.main-light table.border td.main-light {
  background: var(--main-light);
}
.l-page section.main-light table.border th.gray-light,
.l-page section.main-light table.border td.gray-light {
  background: var(--gray-light);
}
.l-page section.main-light table.border--plane {
  border-collapse: collapse;
  border-spacing: 0;
  width: 100%;
  border: 0.1rem solid var(--gray);
}
.l-page section.main-light table.border--plane th,
.l-page section.main-light table.border--plane td {
  vertical-align: middle;
  border-bottom: 0.1rem solid var(--gray);
  padding: 2.4rem;
}
.l-page section.main-light table.border--plane th {
  text-align: left;
  color: var(--main-dark);
  font-weight: 600;
  border-right: 0.1rem solid var(--gray);
}
@media screen and (max-width: 768px) {
  .l-page section.main-light table.border--plane th {
    padding: 0.6rem;
    font-size: 1.3rem;
  }
}
@media screen and (max-width: 768px) {
  .l-page section.main-light table.border--plane td {
    padding: 0.6rem;
    font-size: 1.3rem;
  }
}
.l-page section.main-light table.border--plane th.w10,
.l-page section.main-light table.border--plane td.w10 {
  width: 10%;
}
.l-page section.main-light table.border--plane th.w20,
.l-page section.main-light table.border--plane td.w20 {
  width: 20%;
}
.l-page section.main-light table.border--plane th.w30,
.l-page section.main-light table.border--plane td.w30 {
  width: 30%;
}
.l-page section.main-light table.border--plane th.w40,
.l-page section.main-light table.border--plane td.w40 {
  width: 40%;
}
.l-page section.main-light table.border--plane th.w50,
.l-page section.main-light table.border--plane td.w50 {
  width: 50%;
}
.l-page section.main-light table.border--plane th.w60,
.l-page section.main-light table.border--plane td.w60 {
  width: 60%;
}
.l-page section.main-light table.border--plane th.w70,
.l-page section.main-light table.border--plane td.w70 {
  width: 70%;
}
.l-page section.main-light table.border--plane th.w80,
.l-page section.main-light table.border--plane td.w80 {
  width: 80%;
}
.l-page section.main-light table.border--plane th.w90,
.l-page section.main-light table.border--plane td.w90 {
  width: 90%;
}
.l-page section.main-light table.border--plane th.main,
.l-page section.main-light table.border--plane td.main {
  background: var(--main);
  color: var(--white);
}
.l-page section.main-light table.border--plane th.main-light,
.l-page section.main-light table.border--plane td.main-light {
  background: var(--main-light);
}
.l-page section.main-light table.border--plane th.gray-light,
.l-page section.main-light table.border--plane td.gray-light {
  background: var(--gray-light);
}
@media screen and (max-width: 768px) {
  .l-page section.main-light table.scroll {
    min-width: 90rem;
  }
}
@media screen and (max-width: 768px) {
  .l-page section.main-light table.scroll th {
    width: auto !important;
    display: table-cell !important;
  }
}
@media screen and (max-width: 768px) {
  .l-page section.main-light table.scroll td {
    width: auto !important;
    display: table-cell !important;
  }
}
.l-page section.main-light .profile {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  flex-direction: row-reverse;
}
.l-page section.main-light .profile .profileTxt {
  width: calc((100% - 0.2rem) / 2);
  height: auto;
  background: url(../img/profile.png) no-repeat center center/cover;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  flex-direction: column;
  padding: 3.2rem;
  line-height: 1.6;
}
@media screen and (max-width: 768px) {
  .l-page section.main-light .profile .profileTxt {
    width: 100%;
    margin-top: 0.2rem;
  }
}
.l-page section.main-light .profile .profileTxt p:nth-child(1) {
  color: var(--main-dark);
  font-size: 2rem;
  font-weight: 600;
}
.l-page section.main-light .profile .profileTxt p:nth-child(2) {
  font-size: 3.4rem;
  font-weight: 600;
}
.l-page section.main-light .profile .profileTxt p:nth-child(3) {
  color: var(--main-dark);
  margin-top: 2.4rem;
}
.l-page section.main-light .profile .profileImg {
  width: calc((100% - 0.2rem) / 2);
}
@media screen and (max-width: 768px) {
  .l-page section.main-light .profile .profileImg {
    width: 100%;
  }
}
.l-page section.main-light .price {
  display: flex;
  flex-wrap: wrap;
  gap: 0 3rem;
  border-top: 0.1rem solid var(--gray);
  border-bottom: 0.1rem solid var(--gray);
}
.l-page section.main-light .price__left {
  width: 24%;
  padding: 3rem 0;
}
@media screen and (max-width: 768px) {
  .l-page section.main-light .price__left {
    width: 100%;
    padding: 2rem 0;
    text-align: center;
  }
}
.l-page section.main-light .price__left img {
  aspect-ratio: 3/2;
  object-fit: cover;
}
@media screen and (max-width: 768px) {
  .l-page section.main-light .price__left img {
    width: 60%;
  }
}
.l-page section.main-light .price__center {
  width: calc(52% - 6rem);
  padding: 3rem 0;
}
@media screen and (max-width: 768px) {
  .l-page section.main-light .price__center {
    width: 100%;
    padding: 0 0 2rem 0;
  }
}
.l-page section.main-light .price__right {
  width: 24%;
  background: var(--white);
  display: flex;
  align-items: center;
  flex-direction: column;
}
@media screen and (max-width: 768px) {
  .l-page section.main-light .price__right {
    width: 100%;
  }
}
.l-page section.main-light .price__product {
  color: var(--main-dark);
  font-size: 2rem;
  font-weight: 600;
  margin-bottom: 1rem;
}
.l-page section.main-light .price__row1 {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  padding: 2rem;
}
.l-page section.main-light .price__row2 {
  width: 100%;
  height: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  padding: 2rem;
}
.l-page section.main-light .price__row2:nth-child(2) {
  border-top: 0.2rem solid var(--main-light);
}
.l-page section.main-light .price__row3 {
  width: 100%;
  height: 33.3333333333%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  padding: 2rem;
}
.l-page section.main-light .price__row3:nth-child(2), .l-page section.main-light .price__row3:nth-child(3) {
  border-top: 0.2rem solid var(--main-light);
}
.l-page section.main-light .price__num {
  color: var(--main-dark);
  font-size: 2rem;
  font-weight: 600;
}
.l-page section.main-light .price + .price {
  margin-top: -0.1rem;
}
.l-page section.main + section.main {
  margin-top: -8rem;
}
.l-page section.main {
  background: var(--main);
}
.l-page section.main .inner {
  width: 100%;
  max-width: 98rem;
  margin: 0 auto;
  font-size: 1.6rem;
  padding: 8rem 4rem;
  color: var(--white);
}
@media screen and (max-width: 768px) {
  .l-page section.main .inner {
    padding: 6rem 2rem;
  }
}
.l-page section.main h1 {
  color: var(--white);
  text-align: center;
  font-size: 3rem;
  font-weight: 400;
  margin-bottom: 4.8rem;
}
.l-page section.main h1 span {
  color: var(--white);
  display: block;
  font-size: 2rem;
  font-weight: 600;
  line-height: 6rem;
  position: relative;
}
.l-page section.main h1 span::after {
  content: "";
  position: absolute;
  bottom: 0;
  display: inline-block;
  width: 7rem;
  height: 0.1rem;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  background-color: var(--white);
}
.l-page section.main h2 {
  background: var(--main-dark);
  color: var(--white);
  text-align: center;
  font-size: 3rem;
  font-weight: 400;
  line-height: 1.6;
  padding: 1rem 2rem;
}
@media screen and (max-width: 768px) {
  .l-page section.main h2 {
    font-size: 2.4rem;
  }
}
.l-page section.main h2 + p,
.l-page section.main h2 + h3,
.l-page section.main h2 + h4,
.l-page section.main h2 + h5,
.l-page section.main h2 + h6,
.l-page section.main h2 + ol,
.l-page section.main h2 + ul,
.l-page section.main h2 + table,
.l-page section.main h2 + .profile {
  margin-top: 4rem !important;
}
.l-page section.main h3 {
  color: var(--white);
  font-size: 2.4rem;
  font-weight: 600;
  border-bottom: 0.1rem solid var(--white);
  line-height: 1.6;
  padding: 0 0 1rem 0;
  margin-top: 4rem !important;
}
@media screen and (max-width: 768px) {
  .l-page section.main h3 {
    font-size: 2rem;
  }
}
.l-page section.main h4 {
  background: var(--main-light);
  color: var(--main);
  font-size: 1.8rem;
  font-weight: 600;
  padding: 0.8rem 1.6rem;
}
@media screen and (max-width: 768px) {
  .l-page section.main h4 {
    font-size: 1.6rem;
  }
}
.l-page section.main h5 {
  color: var(--white);
  font-size: 1.6rem;
  font-weight: 600;
  margin-bottom: -0.8rem;
}
@media screen and (max-width: 768px) {
  .l-page section.main h5 {
    font-size: 1.4rem;
  }
}
.l-page section.main h5::before {
  content: "●";
  padding: 0 0.5em 0 0;
}
.l-page section.main h6 {
  color: var(--white);
  font-size: 1.3rem;
  font-weight: 600;
  margin-bottom: -1.6rem;
}
@media screen and (max-width: 768px) {
  .l-page section.main h6 {
    font-size: 1.2rem;
  }
}
.l-page section.main .flowTtl {
  font-size: 2rem;
  font-weight: 600;
  position: relative;
  padding-left: 4rem;
}
.l-page section.main .flowTtl span {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  width: 3rem;
  height: 3rem;
  line-height: 3rem;
  border-radius: 50%;
  background: var(--white);
  color: var(--main);
  display: inline-block;
  text-align: center;
  font-size: 1.3rem;
}
.l-page section.main ol.number {
  counter-reset: list;
  list-style-type: none;
  margin-bottom: 2.4rem;
}
.l-page section.main ol.number li {
  position: relative;
  margin: 0;
  padding: 0.9rem 0 0.9rem 6.6rem;
}
.l-page section.main ol.number li::before {
  counter-increment: list;
  content: counter(list);
  color: var(--main-dark);
  background: var(--main-light);
  font-size: 2rem;
  font-weight: 600;
  position: absolute;
  top: 0;
  left: 0;
  width: 5rem;
  height: 5rem;
  line-height: 5rem;
  text-align: center;
}
.l-page section.main ol.number li span {
  display: block;
  font-weight: 600;
}
.l-page section.main ol.number li + li {
  margin-top: 2.4rem;
}
.l-page section.main ol.flow {
  counter-reset: list;
}
.l-page section.main ol.flow li {
  display: flex;
  flex-wrap: wrap;
  gap: 4rem;
}
@media screen and (max-width: 768px) {
  .l-page section.main ol.flow li {
    flex-direction: column-reverse;
    gap: 2rem;
  }
}
.l-page section.main ol.flow li div {
  width: calc((100% - 4rem) / 2);
}
@media screen and (max-width: 768px) {
  .l-page section.main ol.flow li div {
    width: 100%;
  }
}
.l-page section.main ol.flow li div span {
  font-size: 2rem;
  font-weight: 600;
  position: relative;
  padding-left: 4rem;
  display: block;
  margin-bottom: 2rem;
}
.l-page section.main ol.flow li div span::before {
  counter-increment: list;
  content: counter(list);
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  width: 3rem;
  height: 3rem;
  line-height: 3rem;
  border-radius: 50%;
  background: var(--white);
  color: var(--main-dark);
  display: inline-block;
  text-align: center;
  font-size: 1.3rem;
}
.l-page section.main ol.flow li div p + p {
  margin-top: 2rem;
}
.l-page section.main ol.flow li div.full {
  width: 100%;
}
.l-page section.main ol.flow li div.full > * + * {
  margin-top: 2rem;
}
.l-page section.main ol.flow li:not(:nth-child(1)),
.l-page section.main ol.flow li:not(:nth-child(2)) {
  margin-top: 4rem;
}
.l-page section.main ul.flow li {
  display: flex;
  flex-wrap: wrap;
  gap: 4rem;
}
@media screen and (max-width: 768px) {
  .l-page section.main ul.flow li {
    flex-direction: column-reverse;
    gap: 2rem;
  }
}
.l-page section.main ul.flow li div {
  width: calc((100% - 4rem) / 2);
}
@media screen and (max-width: 768px) {
  .l-page section.main ul.flow li div {
    width: 100%;
  }
}
.l-page section.main ul.flow li div span {
  font-size: 2rem;
  font-weight: 600;
  position: relative;
  display: block;
  margin-bottom: 2rem;
}
.l-page section.main ul.flow li div p + p {
  margin-top: 2rem;
}
.l-page section.main ul.flow li:not(:nth-child(1)),
.l-page section.main ul.flow li:not(:nth-child(2)) {
  margin-top: 4rem;
}
.l-page section.main ul.circle {
  list-style-type: none;
  margin-bottom: 2.4rem;
}
.l-page section.main ul.circle li {
  position: relative;
  margin: 0;
  padding: 0 0 0 5rem;
}
.l-page section.main ul.circle li::before {
  content: "●";
  font-weight: 600;
  position: absolute;
  top: 0;
  left: 0;
  width: 5rem;
  text-align: center;
  color: var(--white);
}
.l-page section.main ul.circle li span {
  display: block;
  font-weight: 600;
}
.l-page section.main ul.circle li + li {
  margin-top: 2.4rem;
}
.l-page section.main ul.check {
  list-style-type: none;
}
.l-page section.main ul.check li {
  position: relative;
  padding: 0 0 0 5rem;
}
.l-page section.main ul.check li::after {
  content: "";
  display: block;
  position: absolute;
  top: 0.5em;
  left: 1.5rem;
  width: 2rem;
  text-align: center;
  height: 1rem;
  border-left: 0.3rem solid var(--white);
  border-bottom: 0.3rem solid var(--white);
  transform: rotate(-45deg);
}
.l-page section.main ul.check li + li {
  margin-top: 2.4rem;
}
.l-page section.main dl {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  padding: 0;
  width: 100%;
  gap: 1.6rem;
}
.l-page section.main dl dt {
  width: 10rem;
  font-weight: 600;
}
.l-page section.main dl dd {
  width: calc(100% - 11.6rem);
}
.l-page section.main table.border--none {
  border-collapse: collapse;
  border-spacing: 0;
  width: 100%;
  border-top: 0.1rem solid var(--white);
}
.l-page section.main table.border--none th,
.l-page section.main table.border--none td {
  vertical-align: middle;
  border-bottom: 0.1rem solid var(--white);
  padding: 2.4rem;
}
@media screen and (max-width: 768px) {
  .l-page section.main table.border--none th,
  .l-page section.main table.border--none td {
    padding: 2rem;
  }
}
.l-page section.main table.border--none th {
  text-align: left;
  color: var(--white);
  font-weight: 600;
}
@media screen and (max-width: 768px) {
  .l-page section.main table.border--none th {
    width: 100% !important;
    display: block;
    border-bottom: 0.1rem dashed var(--white);
  }
}
@media screen and (max-width: 768px) {
  .l-page section.main table.border--none td {
    width: 100% !important;
    display: block;
  }
}
.l-page section.main table.border--none th.w10,
.l-page section.main table.border--none td.w10 {
  width: 10%;
}
.l-page section.main table.border--none th.w20,
.l-page section.main table.border--none td.w20 {
  width: 20%;
}
.l-page section.main table.border--none th.w30,
.l-page section.main table.border--none td.w30 {
  width: 30%;
}
.l-page section.main table.border--none th.w40,
.l-page section.main table.border--none td.w40 {
  width: 40%;
}
.l-page section.main table.border--none th.w50,
.l-page section.main table.border--none td.w50 {
  width: 50%;
}
.l-page section.main table.border--none th.w60,
.l-page section.main table.border--none td.w60 {
  width: 60%;
}
.l-page section.main table.border--none th.w70,
.l-page section.main table.border--none td.w70 {
  width: 70%;
}
.l-page section.main table.border--none th.w80,
.l-page section.main table.border--none td.w80 {
  width: 80%;
}
.l-page section.main table.border--none th.w90,
.l-page section.main table.border--none td.w90 {
  width: 90%;
}
.l-page section.main table.border--none th.main,
.l-page section.main table.border--none td.main {
  background: var(--main);
  color: var(--white);
}
.l-page section.main table.border--none th.main-light,
.l-page section.main table.border--none td.main-light {
  background: var(--main-light);
  color: var(--main-dark);
}
.l-page section.main table.border--none th.gray-light,
.l-page section.main table.border--none td.gray-light {
  background: var(--gray-light);
  color: var(--main-dark);
}
.l-page section.main table.border {
  border-collapse: collapse;
  border-spacing: 0;
  width: 100%;
  border: 0.1rem solid var(--white);
}
.l-page section.main table.border th,
.l-page section.main table.border td {
  vertical-align: middle;
  border-bottom: 0.1rem solid var(--white);
  padding: 2.4rem;
}
@media screen and (max-width: 768px) {
  .l-page section.main table.border th,
  .l-page section.main table.border td {
    padding: 2rem;
  }
}
.l-page section.main table.border th {
  text-align: left;
  color: var(--white);
  font-weight: 600;
  border-right: 0.1rem solid var(--white);
}
@media screen and (max-width: 768px) {
  .l-page section.main table.border th {
    width: 100% !important;
    display: block;
    border-right: none;
    border-bottom: 0.1rem dashed var(--white);
  }
}
@media screen and (max-width: 768px) {
  .l-page section.main table.border td {
    width: 100% !important;
    display: block;
  }
}
.l-page section.main table.border th.w10,
.l-page section.main table.border td.w10 {
  width: 10%;
}
.l-page section.main table.border th.w20,
.l-page section.main table.border td.w20 {
  width: 20%;
}
.l-page section.main table.border th.w30,
.l-page section.main table.border td.w30 {
  width: 30%;
}
.l-page section.main table.border th.w40,
.l-page section.main table.border td.w40 {
  width: 40%;
}
.l-page section.main table.border th.w50,
.l-page section.main table.border td.w50 {
  width: 50%;
}
.l-page section.main table.border th.w60,
.l-page section.main table.border td.w60 {
  width: 60%;
}
.l-page section.main table.border th.w70,
.l-page section.main table.border td.w70 {
  width: 70%;
}
.l-page section.main table.border th.w80,
.l-page section.main table.border td.w80 {
  width: 80%;
}
.l-page section.main table.border th.w90,
.l-page section.main table.border td.w90 {
  width: 90%;
}
.l-page section.main table.border th.main,
.l-page section.main table.border td.main {
  background: var(--main);
  color: var(--white);
}
.l-page section.main table.border th.main-light,
.l-page section.main table.border td.main-light {
  background: var(--main-light);
}
.l-page section.main table.border th.gray-light,
.l-page section.main table.border td.gray-light {
  background: var(--gray-light);
}
.l-page section.main table.border--plane {
  border-collapse: collapse;
  border-spacing: 0;
  width: 100%;
  border: 0.1rem solid var(--white);
}
.l-page section.main table.border--plane th,
.l-page section.main table.border--plane td {
  vertical-align: middle;
  border-bottom: 0.1rem solid var(--white);
  padding: 2.4rem;
}
.l-page section.main table.border--plane th {
  text-align: left;
  color: var(--white);
  font-weight: 600;
  border-right: 0.1rem solid var(--white);
}
@media screen and (max-width: 768px) {
  .l-page section.main table.border--plane th {
    padding: 0.6rem;
    font-size: 1.3rem;
  }
}
@media screen and (max-width: 768px) {
  .l-page section.main table.border--plane td {
    padding: 0.6rem;
    font-size: 1.3rem;
  }
}
.l-page section.main table.border--plane th.w10,
.l-page section.main table.border--plane td.w10 {
  width: 10%;
}
.l-page section.main table.border--plane th.w20,
.l-page section.main table.border--plane td.w20 {
  width: 20%;
}
.l-page section.main table.border--plane th.w30,
.l-page section.main table.border--plane td.w30 {
  width: 30%;
}
.l-page section.main table.border--plane th.w40,
.l-page section.main table.border--plane td.w40 {
  width: 40%;
}
.l-page section.main table.border--plane th.w50,
.l-page section.main table.border--plane td.w50 {
  width: 50%;
}
.l-page section.main table.border--plane th.w60,
.l-page section.main table.border--plane td.w60 {
  width: 60%;
}
.l-page section.main table.border--plane th.w70,
.l-page section.main table.border--plane td.w70 {
  width: 70%;
}
.l-page section.main table.border--plane th.w80,
.l-page section.main table.border--plane td.w80 {
  width: 80%;
}
.l-page section.main table.border--plane th.w90,
.l-page section.main table.border--plane td.w90 {
  width: 90%;
}
.l-page section.main table.border--plane th.main,
.l-page section.main table.border--plane td.main {
  background: var(--main);
  color: var(--white);
}
.l-page section.main table.border--plane th.main-light,
.l-page section.main table.border--plane td.main-light {
  background: var(--main-light);
}
.l-page section.main table.border--plane th.gray-light,
.l-page section.main table.border--plane td.gray-light {
  background: var(--gray-light);
}
@media screen and (max-width: 768px) {
  .l-page section.main table.scroll {
    min-width: 90rem;
  }
}
@media screen and (max-width: 768px) {
  .l-page section.main table.scroll th {
    width: auto !important;
    display: table-cell !important;
  }
}
@media screen and (max-width: 768px) {
  .l-page section.main table.scroll td {
    width: auto !important;
    display: table-cell !important;
  }
}
.l-page section.main .profile {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  flex-direction: row-reverse;
}
.l-page section.main .profile .profileTxt {
  width: calc((100% - 0.2rem) / 2);
  height: auto;
  background: url(../img/profile.png) no-repeat center center/cover;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  flex-direction: column;
  padding: 3.2rem;
  line-height: 1.6;
}
@media screen and (max-width: 768px) {
  .l-page section.main .profile .profileTxt {
    width: 100%;
    margin-top: 0.2rem;
  }
}
.l-page section.main .profile .profileTxt p:nth-child(1) {
  color: var(--main-dark);
  font-size: 2rem;
  font-weight: 600;
}
.l-page section.main .profile .profileTxt p:nth-child(2) {
  font-size: 3.4rem;
  font-weight: 600;
  color: var(--main-dark);
}
.l-page section.main .profile .profileTxt p:nth-child(3) {
  color: var(--main-dark);
  margin-top: 2.4rem;
}
.l-page section.main .profile .profileImg {
  width: calc((100% - 0.2rem) / 2);
}
@media screen and (max-width: 768px) {
  .l-page section.main .profile .profileImg {
    width: 100%;
  }
}
.l-page section.main .price {
  display: flex;
  flex-wrap: wrap;
  gap: 0 3rem;
  border-top: 0.1rem solid var(--white);
  border-bottom: 0.1rem solid var(--white);
}
.l-page section.main .price__left {
  width: 24%;
  padding: 3rem 0;
}
@media screen and (max-width: 768px) {
  .l-page section.main .price__left {
    width: 100%;
    padding: 2rem 0;
    text-align: center;
  }
}
.l-page section.main .price__left img {
  aspect-ratio: 3/2;
  object-fit: cover;
}
@media screen and (max-width: 768px) {
  .l-page section.main .price__left img {
    width: 60%;
  }
}
.l-page section.main .price__center {
  width: calc(52% - 6rem);
  padding: 3rem 0;
}
@media screen and (max-width: 768px) {
  .l-page section.main .price__center {
    width: 100%;
    padding: 0 0 2rem 0;
  }
}
.l-page section.main .price__right {
  width: 24%;
  background: var(--main-light);
  display: flex;
  align-items: center;
  flex-direction: column;
  color: var(--main-dark);
}
@media screen and (max-width: 768px) {
  .l-page section.main .price__right {
    width: 100%;
  }
}
.l-page section.main .price__product {
  color: var(--white);
  font-size: 2rem;
  font-weight: 600;
  margin-bottom: 1rem;
}
.l-page section.main .price__row1 {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  padding: 2rem;
}
.l-page section.main .price__row2 {
  width: 100%;
  height: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  padding: 2rem;
}
.l-page section.main .price__row2:nth-child(2) {
  border-top: 0.2rem solid var(--main);
}
.l-page section.main .price__row3 {
  width: 100%;
  height: 33.3333333333%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  padding: 2rem;
}
.l-page section.main .price__row3:nth-child(2), .l-page section.main .price__row3:nth-child(3) {
  border-top: 0.2rem solid var(--main);
}
.l-page section.main .price__num {
  color: var(--main-dark);
  font-size: 2rem;
  font-weight: 600;
}
.l-page section.main .price + .price {
  margin-top: -0.1rem;
}

.l-page.round h2 {
  border-radius: 1rem;
}
.l-page.round h4 {
  border-radius: 1rem;
}
.l-page.round img {
  border-radius: 1rem;
}
.l-page.round ol li::before {
  border-radius: 1rem;
}
.l-page.round .profile .profileTxt {
  border-radius: 1rem 0 0 1rem;
}
@media screen and (max-width: 768px) {
  .l-page.round .profile .profileTxt {
    border-radius: 0 0 1rem 1rem;
  }
}
.l-page.round .profile .profileImg img {
  border-radius: 0 1rem 1rem 0;
}
@media screen and (max-width: 768px) {
  .l-page.round .profile .profileImg img {
    border-radius: 1rem 1rem 0 0;
  }
}

.l-pagetitle {
  width: 100%;
  margin: 0 auto;
  padding: 8rem 2rem 0 2rem;
  text-align: center;
  background: inherit;
}
@media screen and (max-width: 768px) {
  .l-pagetitle {
    margin: 4rem auto 0 auto;
    padding: 0;
  }
}
.l-pagetitle h1 {
  text-align: center;
  font-size: 3.6rem;
  font-weight: 400;
  position: relative;
  padding-bottom: 2rem;
}
.l-pagetitle h1::after {
  content: "";
  position: absolute;
  bottom: 0;
  display: inline-block;
  width: 7rem;
  height: 0.1rem;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  background-color: var(--main-dark);
}
.l-pagetitle img {
  width: 100%;
  max-width: 124rem;
  aspect-ratio: 2/1;
  object-fit: cover;
  margin-top: 8rem;
}
@media screen and (max-width: 768px) {
  .l-pagetitle img {
    margin-top: 4rem;
  }
}

.l-pagetitle.default {
  color: var(--main);
}

.l-pagetitle.gray-light {
  color: var(--main);
}

.l-pagetitle.main-light {
  color: var(--main);
}

.l-pagetitle.main {
  color: var(--white);
}

.l-pageheader {
  width: 100%;
}
.l-pageheader img {
  width: 100%;
  height: 20rem;
  object-fit: cover;
}
@media screen and (max-width: 768px) {
  .l-pageheader img {
    height: 9.5rem;
  }
}

.c-cta {
  width: 80rem;
  margin: 0 auto;
  background: var(--main-light);
  padding: 2.4rem;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  border-radius: 2.4rem;
  margin-top: 4.8rem;
  /* ----- icon ----- */
}
@media screen and (max-width: 768px) {
  .c-cta {
    width: calc(100% - 4rem);
    margin: 4.8rem auto 0 auto;
  }
}
.c-cta__col {
  width: calc((100% - 2.4rem) / 2);
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  gap: 1.6rem 0;
}
@media screen and (max-width: 768px) {
  .c-cta__col {
    width: 100%;
  }
}
.c-cta__col > * {
  width: 100%;
}
.c-cta__thumb img {
  width: 100%;
  height: auto;
  max-height: 22rem;
  object-fit: cover;
  object-position: center;
}
.c-cta__intro {
  text-align: center;
  font-weight: 600;
}
.c-cta__time {
  display: flex;
  justify-content: center;
  position: relative;
  bottom: -2.8rem;
  margin-top: -2.8rem;
  z-index: 2;
}
.c-cta__time p {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  border-radius: 10rem;
  background: var(--main);
  border: 1px solid var(--white);
  color: var(--white);
  font-size: 1.3rem;
  padding: 0 2.4rem;
  height: 2.4rem;
}
.c-cta__phone {
  position: relative;
  z-index: 1;
}
.c-cta__phone a {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0.8rem;
  background: var(--main-dark);
  color: var(--white);
  border: 1px solid var(--main-dark);
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
  font-size: 2.4rem;
  font-weight: 600;
  line-height: 1.2;
  width: 100%;
  height: 6rem;
}
.c-cta__phone a:hover {
  opacity: 0.7;
}
.c-cta__reserve a {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0.8rem;
  background: var(--white);
  color: var(--main-dark);
  border: 1px solid var(--main-dark);
  border-radius: 10rem;
  font-size: 2.4rem;
  font-weight: 600;
  line-height: 1.2;
  width: 100%;
  height: 6rem;
}
.c-cta__reserve a:hover {
  opacity: 0.7;
}
.c-cta-icon__phone {
  fill: var(--white);
  width: 2.4rem;
  height: auto;
  aspect-ratio: 1/1;
}
.c-cta-icon__reserve {
  fill: var(--main-dark);
  width: 2.4rem;
  height: auto;
  aspect-ratio: 1/1;
}

.c-heading01 {
  text-align: center;
}
.c-heading01 .en {
  color: var(--main);
  font-family: var(--en-font);
  font-size: 12rem;
  font-weight: 400;
  line-height: 0.84;
  letter-spacing: 0.05em;
}
.c-heading01 .en::first-letter {
  color: var(--sub);
}
@media screen and (max-width: 768px) {
  .c-heading01 .en {
    font-size: 6rem;
    line-height: 1;
    letter-spacing: 0.02em;
  }
}
.c-heading01 .ja {
  font-family: var(--sub-font);
  font-size: 2.4rem;
  font-weight: 600;
  line-height: 1.4;
  letter-spacing: 0.05em;
  margin-top: 2.4rem;
}
@media screen and (max-width: 768px) {
  .c-heading01 .ja {
    font-size: 1.8rem;
    line-height: 1.6;
    margin-top: 0;
  }
}

.c-heading02 {
  text-align: center;
}
.c-heading02 .en {
  color: var(--white);
  font-family: var(--en-font);
  font-size: 12rem;
  font-weight: 400;
  line-height: 0.84;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 768px) {
  .c-heading02 .en {
    font-size: 6rem;
    line-height: 1;
    letter-spacing: 0.02em;
  }
}
.c-heading02 .ja {
  color: var(--white);
  font-family: var(--sub-font);
  font-size: 2.4rem;
  font-weight: 600;
  line-height: 1.4;
  letter-spacing: 0.05em;
  margin-top: 2.4rem;
}
@media screen and (max-width: 768px) {
  .c-heading02 .ja {
    font-size: 1.8rem;
    line-height: 1.6;
    margin-top: 0;
  }
}

.c-btnS--primary {
  background: var(--main) url(../img/c-btn-arrow.svg) no-repeat center right 1.6rem/0.8rem auto;
  color: #fff;
  text-decoration: none;
  text-align: center;
  padding: 0.8rem 4.4rem 0.8rem 1.4rem;
  border-radius: 0.4rem;
  transition: 0.5s;
  outline: 0.1rem solid #fff;
  display: inline-flex;
  font-size: 1.4rem;
}
.c-btnS--primary:hover {
  opacity: 0.7;
}

.c-btnM--primary {
  background: var(--main) url(../img/c-btn-arrow.svg) no-repeat center right 1.6rem/0.8rem auto;
  color: #fff;
  text-decoration: none;
  text-align: center;
  padding: 0.8rem 4.4rem 0.8rem 1.4rem;
  border-radius: 0.9rem;
  transition: 0.5s;
  outline: 0.1rem solid #fff;
  display: inline-flex;
}
.c-btnM--primary:hover {
  opacity: 0.7;
}

.c-btnL--primary {
  background: var(--main) url(../img/c-btn-arrow.svg) no-repeat center right 1.6rem/0.8rem auto;
  color: #fff;
  text-decoration: none;
  text-align: center;
  padding: 1.2rem 2.8rem 1.2rem 2.8rem;
  border-radius: 1.2rem;
  transition: 0.5s;
  outline: 0.1rem solid #fff;
  display: flex;
}
.c-btnL--primary:hover {
  opacity: 0.7;
}

.c-btnM--secondary {
  background: var(--sub) url(../img/c-btn-arrow.svg) no-repeat center right 1.6rem/0.8rem auto;
  color: #fff;
  text-decoration: none;
  text-align: center;
  padding: 0.8rem 4.4rem 0.8rem 1.4rem;
  border-radius: 0.9rem;
  transition: 0.5s;
  display: inline-flex;
}
.c-btnM--secondary:hover {
  opacity: 0.7;
}

.c-btnL--secondary {
  background: var(--sub) url(../img/c-btn-arrow.svg) no-repeat center right 1.6rem/0.8rem auto;
  color: #fff;
  text-decoration: none;
  text-align: center;
  padding: 1.2rem 2.8rem 1.2rem 2.8rem;
  border-radius: 1.2rem;
  transition: 0.5s;
  display: inline-flex;
}
.c-btnL--secondary:hover {
  opacity: 0.7;
}

.c-btn01 a {
  border-radius: 1.2rem;
  border: 1px solid var(--gray);
  background: var(--white);
  padding: 1.1rem 1.7rem;
  display: inline-flex;
  justify-content: center;
  align-items: center;
}
.c-btn01 a:hover {
  border: 1px solid var(--main-dark);
  background: var(--main-dark);
  color: var(--white);
}

.c-btn02 a {
  color: var(--main-dark);
  text-align: center;
  font-weight: 600;
  border-radius: 1.2rem;
  border: 1px solid var(--main-dark);
  background: var(--white);
  box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.25);
  padding: 1.7rem 2.1rem;
  display: inline-flex;
  justify-content: center;
  align-items: center;
}
.c-btn02 a:hover {
  color: var(--white);
  background: var(--main-dark);
}

.c-calendar {
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
  margin-bottom: 1.4rem;
  border-top: 1px solid var(--base-color);
  border-bottom: 1px solid var(--base-color);
}
@media screen and (max-width: 768px) {
  .c-calendar {
    margin-bottom: 1.8rem;
  }
}
.c-calendar th {
  border-bottom: 1px solid var(--base-color);
  text-align: center;
  vertical-align: middle;
  font-weight: 400;
  padding: 0.6rem 0;
  width: 9%;
}
.c-calendar th.head {
  width: 36%;
}
.c-calendar th.cell2 {
  width: 10%;
}
.c-calendar td {
  text-align: center;
  vertical-align: middle;
  font-weight: 400;
  padding: 0.6rem 0;
  width: 9%;
  color: var(--main-dark);
}
.c-calendar td.head {
  width: 36%;
  color: var(--base-color);
}
.c-calendar td.cell2 {
  width: 10%;
}

.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;
  }
}

@keyframes slideLoop {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-50%);
  }
}
@keyframes slideLoopSP {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-50%);
  }
}
.c-pho-list {
  display: flex;
  align-items: center;
  gap: 0 1.6rem;
  width: max-content;
  animation: slideLoop 60s linear infinite;
  position: relative;
  z-index: 1;
  margin-top: 8.6rem;
}
@media screen and (max-width: 768px) {
  .c-pho-list {
    margin-top: 5rem;
    gap: 0 1rem;
    animation: slideLoopSP 30s linear infinite;
  }
}
.c-pho-list li {
  flex-shrink: 0;
}

.c-card {
  background: var(--white);
}
.c-card__link {
  position: relative;
  display: block;
}
.c-card__label {
  position: absolute;
  top: 0;
  left: 0;
  background: var(--main);
  color: var(--white);
  font-size: 1.1rem;
  padding: 0.2rem 1rem;
  display: inline-flex;
  justify-content: center;
  align-items: center;
}
.c-card__label:nth-of-type(2) {
    left: 10rem;
}
.c-card__thumb01 {
  display: flex;
  height: 15rem;
  align-items: center;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .c-card__thumb01 {
    height: 13rem;
  }
}
.c-card__thumb01 img {
  width: 100%;
  height: auto;
  object-fit: cover;
}
.c-card__thumb02 {
  display: flex;
}
.c-card__thumb02 img {
  width: 100%;
  height: 15rem;
  object-fit: cover;
}
.c-card__thumb02 img.large {
  width: 100%;
  height: 24rem;
  object-fit: cover;
}
.c-card__body {
  padding: 1.6rem;
  border: 1px solid var(--gray-dark);
  border-top: none;
}
.c-card__title {
  font-family: var(--sub-font);
  font-size: 2rem;
  font-weight: 600;
  line-height: 1.5;
  letter-spacing: 0.05em;
  margin-bottom: 1rem;
}
.c-card__dl {
  display: flex;
  flex-wrap: wrap;
  font-size: 1.1rem;
}
.c-card__dl dt {
  width: 30%;
}
.c-card__dl dd {
  width: 70%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.c-card__info {
  border-top: 0.1rem solid var(--gray-light);
  margin-top: 1.6rem;
  padding-top: 1.6rem;
  font-size: 1.1rem;
  display: flex;
  flex-wrap: wrap;
  gap: 0.8rem 0.8rem;
  color: var(--gray-dark);
}

.c-catlist {
  border-top: 0.1rem solid var(--gray);
}
.c-catlist__item {
  border-bottom: 0.1rem solid var(--gray);
}
.c-catlist__link {
  display: flex;
  gap: 0 2rem;
  padding: 2rem 0;
  transition: 0.7s;
}
@media screen and (max-width: 768px) {
  .c-catlist__link {
    flex-wrap: wrap;
    gap: 1rem 2rem;
  }
}
.c-catlist__link:hover {
  opacity: 0.5;
}
@media screen and (max-width: 768px) {
  .c-catlist__date {
    display: block;
  }
}
.c-catlist__tax {
  background: var(--main);
  color: var(--white);
  text-align: center;
  width: 10rem;
  display: inline-block;
}
@media screen and (max-width: 768px) {
  .c-catlist__title {
    display: block;
    width: 100%;
  }
}

.c-pagenavi {
  text-align: center;
  margin-top: 10rem;
}
@media screen and (max-width: 768px) {
  .c-pagenavi {
    margin-top: 5rem;
  }
}
.c-pagenavi .nav-links a {
  border: 0.1rem solid var(--gray);
  color: var(--main);
  display: inline-block;
  padding: 0 0.6rem;
  transition: all 0.5s;
}
.c-pagenavi .nav-links a:hover {
  border: 0.1rem solid var(--main);
  background: var(--main);
  color: var(--white);
}
.c-pagenavi .nav-links span {
  border: 0.1rem solid var(--main-light);
  display: inline-block;
  padding: 0 0.6rem;
  background: var(--main-light);
}

.wp-pagenavi {
  font-size: 1.6rem !important;
  font-weight: 500 !important;
}
.wp-pagenavi .pages {
  border: 0.1rem solid var(--gray) !important;
  background: var(--white) !important;
  color: var(--main) !important;
  padding: 0 1rem !important;
  line-height: 4rem !important;
  margin: 0 0.5rem !important;
  display: inline-block;
}
.wp-pagenavi a {
  border: 0.1rem solid var(--gray) !important;
  line-height: 4rem !important;
  padding: 0 1rem !important;
  display: inline-block !important;
  color: var(--main) !important;
  background: var(--white) !important;
  text-decoration: none !important;
  position: relative !important;
  margin: 0 0.5rem !important;
  transition: 0.3s !important;
  min-width: 4rem !important;
}
.wp-pagenavi a:hover {
  border: 0.1rem solid var(--main) !important;
  text-decoration: none !important;
  position: relative !important;
  background: var(--main) !important;
  color: var(--white) !important;
}
.wp-pagenavi a.nextpostslink {
  border: 0.1rem solid var(--gray) !important;
  line-height: 4rem !important;
  padding: 0 1rem !important;
  display: inline-block !important;
  color: var(--main) !important;
  text-decoration: none !important;
  position: relative !important;
  margin: 0 0.5rem !important;
  transition: 0.3s !important;
}
.wp-pagenavi a.nextpostslink:hover {
  background: var(--main) !important;
  color: var(--white) !important;
}
.wp-pagenavi a.previouspostslink {
  border: 0.1rem solid var(--gray) !important;
  line-height: 4rem !important;
  padding: 0 1rem !important;
  display: inline-block !important;
  color: var(--main) !important;
  text-decoration: none !important;
  position: relative !important;
  margin: 0 0.5rem !important;
  transition: 0.3s !important;
  background: var(--white);
}
.wp-pagenavi a.previouspostslink:hover {
  background: var(--main) !important;
  color: var(--white) !important;
}
.wp-pagenavi .current {
  border: 0.1rem solid var(--main) !important;
  line-height: 4rem !important;
  padding: 0 1rem !important;
  display: inline-block !important;
  color: var(--white) !important;
  text-decoration: none !important;
  position: relative !important;
  margin: 0 0.5rem !important;
  background: var(--main) !important;
  min-width: 4rem !important;
}

@media screen and (max-width: 768px) {
  .c-pagenavi {
    text-align: center;
  }
  .c-pagenavi__inner {
    display: block;
    padding: 1rem 0.5rem;
  }
  .c-pagenavi__scroll {
    overflow-x: auto;
    white-space: nowrap;
    overflow-scrolling: touch;
    -webkit-overflow-scrolling: touch;
  }
}
.c-recommend {
  display: flex;
  flex-wrap: wrap;
  gap: 2.4rem 4.8rem;
}
@media screen and (max-width: 768px) {
  .c-recommend {
    gap: 1.6rem 0;
  }
}
.c-recommend li {
  width: calc((100% - 9.6rem) / 3);
}
@media screen and (max-width: 768px) {
  .c-recommend li {
    width: 100%;
  }
}
.c-recommend a {
  border: 0.1rem solid var(--gray);
  border-radius: 0.6rem;
  padding: 0.8rem;
  text-align: center;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 4.9rem;
  font-size: 1.3rem;
  transition: all 0.5s;
}
.c-recommend a:hover {
  border: 0.1rem solid var(--black);
}

.c-tagcloud {
  display: flex;
  flex-wrap: wrap;
  gap: 0.4rem 0.4rem;
}
.c-tagcloud a {
  border: 0.1rem solid var(--gray);
  border-radius: 0.8rem;
  display: inline-block;
  padding: 0 1rem;
  font-size: 1.3rem;
  transition: all 0.5s;
}
.c-tagcloud a:hover {
  background: var(--gray);
}

.p-information {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 4.4rem 10rem;
}
@media screen and (max-width: 768px) {
  .p-information {
    gap: 0;
    padding: 0;
  }
}
.p-informationBlock01 {
  width: 100%;
  display: flex;
  justify-content: center;
}
.p-informationBlock02 {
  width: 40rem;
}
@media screen and (max-width: 768px) {
  .p-informationBlock02 {
    width: 100%;
    margin-top: 5rem;
  }
}
.p-informationBlock03 {
  width: 40rem;
}
@media screen and (max-width: 768px) {
  .p-informationBlock03 {
    width: 100%;
    margin-top: 5rem;
  }
}
@media screen and (max-width: 768px) {
  .p-information__logo img {
    width: 15rem;
    height: auto;
  }
}
.p-information__logo a:hover {
  opacity: 0.7;
}
.p-information__time {
  margin-bottom: 2.8rem;
}
@media screen and (max-width: 768px) {
  .p-information__time {
    margin-bottom: 1.8rem;
    font-size: 1.4rem;
    font-weight: 500;
    letter-spacing: 0.06em;
  }
}
.p-information__time span {
  color: var(--main);
}
.p-information__labels {
  display: flex;
  align-items: stretch;
  gap: 0 1.2rem;
  margin-bottom: 3.2rem;
}
@media screen and (max-width: 768px) {
  .p-information__labels {
    gap: 0 0.8rem;
    margin-bottom: 2.4rem;
  }
}
.p-information__labels li {
  border: 2px solid var(--main-dark);
  background: var(--white);
  padding: 1rem;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  font-weight: 600;
}
@media screen and (max-width: 768px) {
  .p-information__labels li {
    padding: 0.4rem 0.6rem;
    font-size: 1.4rem;
    letter-spacing: 0.04em;
  }
}
.p-information__cta {
  margin-bottom: 6rem;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 2rem 0;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .p-information__cta {
    margin-bottom: 2.4rem;
    gap: 1.2rem 0;
  }
}
.p-information__cta h3 {
  font-family: var(--sub-font);
  font-size: 2.4rem;
  line-height: 1.5;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 768px) {
  .p-information__cta h3 {
    font-size: 2rem;
  }
}
.p-information__phone {
  display: flex;
  justify-content: center;
}
.p-information__phone a {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  gap: 0 0.4rem;
  color: var(--main-dark);
  font-family: var(--sub-font);
  font-size: 3.2rem;
  font-weight: 600;
  line-height: 1.5;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 768px) {
  .p-information__phone a {
    gap: 0 0.8rem;
  }
}
.p-information__phone a:hover {
  opacity: 0.7;
}
.p-information__reserve {
  display: flex;
  justify-content: center;
}
@media screen and (max-width: 768px) {
  .p-information__reserve {
    width: 100%;
  }
}
.p-information__reserve a {
  width: 30rem;
  height: 8rem;
  display: inline-flex;
  flex-wrap: wrap;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  color: var(--white);
  background: var(--main-dark);
}
@media screen and (max-width: 768px) {
  .p-information__reserve a {
    width: 100%;
  }
}
.p-information__reserve a:hover {
  opacity: 0.7;
}
.p-information__reserve small {
  font-size: 1.1rem;
  line-height: 1.8;
  letter-spacing: 0.04em;
}
.p-information__reserve p {
  display: flex;
  align-items: center;
  gap: 0 0.6rem;
  font-family: var(--sub-font);
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 768px) {
  .p-information__reserve p {
    font-weight: 600;
  }
}
.p-information__bnr {
  width: 100%;
}
.p-information__bnr img {
  width: 100%;
  height: auto;
}
.p-information__bnr a:hover {
  opacity: 0.7;
}
.p-information__map {
  width: 100%;
}
.p-information__map img {
  width: 100%;
  height: auto;
}
.p-information__meta {
  margin-bottom: 2.4rem;
}
@media screen and (max-width: 768px) {
  .p-information__meta {
    margin-bottom: 1rem;
    font-size: 1.4rem;
    font-weight: 500;
    letter-spacing: 0.06em;
  }
}
.p-information-access + .p-information-access {
  margin-top: 2.4rem;
}
.p-information-access {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
}
.p-information-access__subtitle {
  color: var(--main-dark);
  font-weight: 600;
  display: flex;
  align-items: center;
  gap: 0 1rem;
  margin-bottom: 0.2rem;
  display: flex;
  align-items: center;
  gap: 0 1rem;
}
.p-information-access__p {
  font-size: 1.2rem;
  line-height: 1.87;
  letter-spacing: 0.05em;
  margin-bottom: 1.6rem;
}
.p-information-access__btn {
  display: flex;
  justify-content: space-between;
  align-items: stretch;
}
.p-information-access__btn .accessBtn a {
  border: 1px solid transparent;
  border-radius: 1.2rem;
  background: var(--main);
  padding: 1.1rem 1.7rem;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  color: var(--white);
}
.p-information-access__btn .accessBtn a:hover {
  opacity: 0.7;
}
.p-information-access__btn .gmapBtn a {
  border: 1px solid var(--gray);
  border-radius: 1.2rem;
  background: var(--white);
  padding: 1.1rem 1.7rem;
  display: inline-flex;
  justify-content: center;
  align-items: center;
}
.p-information-access__btn .gmapBtn a:hover {
  border: 1px solid transparent;
  background: var(--main);
  color: var(--white);
}

.p-clinic-slide {
  position: relative;
}
@media screen and (max-width: 768px) {
  .p-clinic-slide {
    margin-bottom: 0;
  }
}
.p-clinic-arrow {
  width: 45rem;
  position: absolute;
  right: 0;
  bottom: 5rem;
  z-index: 2;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 5rem 0 8rem;
}
@media screen and (max-width: 768px) {
  .p-clinic-arrow {
    width: 100%;
    right: auto;
    left: 0;
    bottom: 2.4rem;
    padding: 0 2rem;
  }
}
.p-clinic-arrow__item {
  cursor: pointer;
  font-size: 1.3rem;
  font-weight: 600;
  line-height: 1.73;
  text-align: center;
  background: url(../img/p-clinic-arrow01.svg) no-repeat center left/3.2rem 3.2rem;
  transition: 0.5s;
  padding-left: 4rem;
  letter-spacing: 0.05em;
}
@media screen and (min-width: 769px) {
  .p-clinic-arrow__item:hover {
    opacity: 0.7;
  }
}
.p-clinic-arrow__item--next {
  background: url(../img/p-clinic-arrow02.svg) no-repeat center right/3.2rem 3.2rem;
  padding-right: 4rem;
}
.p-clinic-list__item {
  display: flex;
}
@media screen and (max-width: 768px) {
  .p-clinic-list__item {
    display: block;
  }
}
.p-clinic-list__pho {
  width: 60rem;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 768px) {
  .p-clinic-list__pho {
    width: 100%;
    overflow: hidden;
  }
}
.p-clinic-list__pho img {
  aspect-ratio: 600/424;
}
@media screen and (max-width: 768px) {
  .p-clinic-list__pho img {
    aspect-ratio: 336/180;
    width: 100%;
    height: 18rem;
    object-fit: cover;
    object-position: center;
  }
}
.p-clinic-list__sub {
  width: 45rem;
  min-height: 47rem;
  padding: 5rem 5rem 13.6rem 5rem;
  margin: 5.2rem 0 0 -2rem;
  background: var(--white);
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 768px) {
  .p-clinic-list__sub {
    width: 100%;
    padding: 2.4rem 2.4rem 5rem 2.4rem;
    margin: 0;
    height: auto;
    min-height: 38rem;
  }
}
.p-clinic-list__ttl {
  color: var(--main-dark);
  font-family: var(--sub-font);
  font-size: 2.4rem;
  line-height: 1.5;
  letter-spacing: 0.05em;
  border-bottom: 1px solid var(--base-color);
  padding-bottom: 0.8rem;
  margin-bottom: 2.4rem;
}
@media screen and (max-width: 768px) {
  .p-clinic-list__ttl {
    font-size: 2rem;
    margin-bottom: 1.4rem;
  }
}
.p-clinic-list__text {
  text-align: justify;
}
.p-heroSwiper img {
  width: 100%;
  height: 83.4rem;
  object-fit: cover;
  object-position: top center;
}
@media screen and (max-width: 768px) {
  .p-heroSwiper img {
    height: calc(100dvh - 6.6rem);
  }
}

.p-detail {
  width: 100%;
  padding: 0 0 2.4rem 0;
}
.p-detail__block {
  width: 100%;
}
.p-detail__block + .p-detail__block {
  margin-top: 5rem;
}
.p-detail__h4 {
  font-family: var(--sub-font);
  font-size: 2.4rem;
  line-height: 1.5;
  letter-spacing: 0.05em;
  border-left: 5px solid var(--main-dark);
  padding-left: 1.5rem;
  margin-bottom: 2.4rem;
}
@media screen and (max-width: 768px) {
  .p-detail__h4 {
    font-size: 1.8rem;
    font-weight: 600;
    line-height: 1.5;
    letter-spacing: 0.9px;
  }
}
.p-detail__box {
  background: var(--gray-light);
  padding: 3rem;
  margin-bottom: 2.4rem;
}
@media screen and (max-width: 768px) {
  .p-detail__box {
    padding: 3rem 1rem;
  }
}
.p-detail__box ul {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
}
.p-detail__box ul li {
  width: 100%;
  font-weight: 600;
  position: relative;
}
@media screen and (max-width: 768px) {
  .p-detail__box ul li {
    padding-left: 2.2rem;
    line-height: 2;
  }
}
.p-detail__box ul li::before {
  content: "●";
  color: var(--main);
  margin-right: 1rem;
}
@media screen and (max-width: 768px) {
  .p-detail__box ul li::before {
    content: "";
    position: absolute;
    top: 0.9rem;
    left: 0;
    margin-right: 0;
    background: var(--main);
    border-radius: 50%;
    width: 1.2rem;
    height: auto;
    aspect-ratio: 1/1;
  }
}
.p-detail__p + .p-detail__p {
  margin-top: 1rem;
}
.p-detail__p.p2 {
  margin-top: 2.4rem;
}
.p-detail__p strong {
  font-weight: 600;
}
.p-detail__calc {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: stretch;
}
.p-detail__calc li:nth-child(2n+1) {
  width: calc((100% - 19.2rem) / 4);
  height: 15rem;
  border: 1px solid var(--base-color);
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  line-height: 1.33;
  letter-spacing: 0.08em;
}
@media screen and (max-width: 768px) {
  .p-detail__calc li:nth-child(2n+1) {
    width: 100%;
    height: 10rem;
    font-size: 1.5rem;
  }
}
.p-detail__calc li:nth-child(2n) {
  width: 6.4rem;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  font-size: 3.2rem;
  font-weight: 500;
  line-height: 1;
}
@media screen and (max-width: 768px) {
  .p-detail__calc li:nth-child(2n) {
    width: 100%;
    font-size: 3.2rem;
    font-weight: 500;
    transform: rotate(90deg);
    padding: 0.4rem 0;
  }
}
.p-detail__list {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
}
@media screen and (max-width: 768px) {
  .p-detail__list {
    gap: 0.4rem 0;
  }
}
.p-detail__list li {
  width: 100%;
  list-style-type: disc;
  margin-left: 1.5em;
}

.p-bread {
  font-size: 1.4rem;
  font-weight: 500;
}
.p-bread ul {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.p-bread ul li::after {
  content: ">";
  display: inline-block;
  width: 3rem;
  text-align: center;
}
.p-bread ul li:last-child::after {
  content: none;
}

.p-blogSin {
  padding-bottom: 4rem;
}
.p-blogSin__meta {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: center;
}
.p-blogSin__metaLeft {
  display: flex;
  flex-wrap: wrap;
  gap: 0.8rem 0.8rem;
}
@media screen and (max-width: 768px) {
  .p-blogSin__metaLeft {
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  .p-blogSin__metaRight {
    width: 100%;
    margin-top: 0.8rem;
  }
}
.p-blogSin__date {
  font-size: 1.3rem;
  color: var(--gray-dark);
}
.p-blogSin__date i {
  margin-right: 0.5em;
}
.p-blogSin__tax {
  border-right: 0.1rem solid var(--gray);
  padding-right: 1.6rem;
  margin-right: 0.8rem;
  display: flex;
  flex-wrap: wrap;
}
@media screen and (max-width: 768px) {
  .p-blogSin__tax {
    border-right: none;
    padding-right: 0;
    margin-right: 0;
  }
}
.p-blogSin__tax a {
  color: var(--main);
  font-weight: 600;
  margin-right: 1em;
  transition: all 0.5s;
}
.p-blogSin__tax a:hover {
  text-decoration: underline;
}
.p-blogSin__tax i {
  margin-right: 0.5em;
}

.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 */

@media (max-width: 767px) {
  .wp-block-table.scroll {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }

  .wp-block-table.scroll table {
    width: 700px;
    min-width: 600px;
    white-space: nowrap;
  }
}
.ertification-wrap {
    display: flex;
    flex-wrap: wrap;
}
.ertification {
      flex: auto;
    width: 300px;
    margin-bottom: 8rem;
    margin-top: 0;
    }
@media screen and (max-width: 768px) {
    .ertification {
        width: 50%;
    }
}
.p-information__insta img {
    width: 100%;
    margin-top: 2rem;
}
@media screen and (max-width: 768px) {
    .staff-banner {
        width: 100%;
        height: auto;
    }
}