@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Noto+Serif+JP:wght@200..900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Cormorant+Garamond:ital,wght@0,300;0,400;0,500;0,600;0,700;1,300;1,400;1,500;1,600;1,700&display=swap");
/*! destyle.css v1.0.14 | MIT License | https://github.com/nicolas-cusan/destyle.css */
* {
  box-sizing: border-box;
}
::before, ::after {
  box-sizing: inherit;
}
html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: transparent;
}
body {
  margin: 0;
}
main {
  display: block;
}
p, table, blockquote, address, pre, iframe, form, figure, dl {
  margin: 0;
}
h1, h2, h3, h4, h5, h6 {
  font-size: inherit;
  line-height: inherit;
  font-weight: inherit;
  margin: 0;
}
ul, ol {
  margin: 0;
  padding: 0;
  list-style: none;
}
dt {
  font-weight: 700;
}
dd {
  margin-left: 0;
}
hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
  border: 0;
  border-top: 1px solid;
  margin: 0;
  clear: both;
  color: inherit;
}
pre {
  font-family: monospace, monospace;
  font-size: inherit;
}
address {
  font-style: inherit;
}
a {
  background-color: transparent;
  text-decoration: none;
  color: inherit;
}
abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  text-decoration: underline dotted;
}
b, strong {
  font-weight: bolder;
}
code, kbd, samp {
  font-family: monospace, monospace;
  font-size: inherit;
}
small {
  font-size: 80%;
}
sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sub {
  bottom: -0.25em;
}
sup {
  top: -0.5em;
}
img {
  border-style: none;
  vertical-align: bottom;
}
embed, object, iframe {
  border: 0;
  vertical-align: bottom;
}
button, input, optgroup, select, textarea {
  -webkit-appearance: none;
  appearance: none;
  vertical-align: middle;
  color: inherit;
  font: inherit;
  border: 0;
  background: transparent;
  padding: 0;
  margin: 0;
  outline: 0;
  border-radius: 0;
  text-align: inherit;
}
[type=checkbox] {
  -webkit-appearance: checkbox;
  appearance: checkbox;
}
[type=radio] {
  -webkit-appearance: radio;
  appearance: radio;
}
button, input {
  overflow: visible;
}
button, select {
  text-transform: none;
}
button, [type=button], [type=reset], [type=submit] {
  cursor: pointer;
  -webkit-appearance: none;
  appearance: none;
}
button[disabled], [type=button][disabled], [type=reset][disabled], [type=submit][disabled] {
  cursor: default;
}
button::-moz-focus-inner, [type=button]::-moz-focus-inner, [type=reset]::-moz-focus-inner, [type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}
button:-moz-focusring, [type=button]:-moz-focusring, [type=reset]:-moz-focusring, [type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}
select::-ms-expand {
  display: none;
}
option {
  padding: 0;
}
fieldset {
  margin: 0;
  padding: 0;
  border: 0;
  min-width: 0;
}
legend {
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}
progress {
  vertical-align: baseline;
}
textarea {
  overflow: auto;
}
[type=number]::-webkit-inner-spin-button, [type=number]::-webkit-outer-spin-button {
  height: auto;
}
[type=search] {
  outline-offset: -2px;
}
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}
::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}
label[for] {
  cursor: pointer;
}
details {
  display: block;
}
summary {
  display: list-item;
}
[contenteditable] {
  outline: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
caption {
  text-align: left;
}
td, th {
  vertical-align: top;
  padding: 0;
}
th {
  text-align: left;
  font-weight: 700;
}
template {
  display: none;
}
[hidden] {
  display: none;
}
:root {
  --base-font: "Noto Sans JP", sans-serif;
  --sub-font: "Noto Serif JP", serif;
  --en-font: "Cormorant Garamond", serif;
  --base-color: #333;
  --main: #B9A882;
  --main-light: #F0EBD8;
  --main-dark: #9C894A;
  --sub: #68A9BA;
  --sub-light: #EAF5F7;
  --sub-dark: #368EA5;
  --gray: #D6D6D6;
  --gray-light: #F0F0F0;
  --gray-dark: #717171;
  --gray-black: #444444;
  --white: #FFFFFF;
  --black: #000000;
  --link: #2DABF1;
  --error: #ED6E4E;
  --variation1: #ffd9dc;
  --variation2: #ffe0cc;
  --variation3: #fdefe6;
}
html {
  font-size: 62.5%;
  scroll-behavior: smooth;
}
@media screen and (max-width: 768px) {
  html {
    font-size: 2.66vw;
  }
}
body {
  font-feature-settings: "palt";
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: var(--base-color);
  font-family: var(--base-font);
  font-size: 1.6rem;
  font-style: normal;
  font-weight: 400;
  line-height: 2;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 768px) {
  body {
    -webkit-text-size-adjust: 100%;
    margin-bottom: 6.4rem;
    overflow-x: hidden;
  }
}
a {
  transition: all 0.5s;
}
/*
@include pc {
    a[href*="tel:"] {
        pointer-events: none;
        cursor: default;
        text-decoration: none;
    }
}
*/
.pc {
  display: block;
}
@media screen and (max-width: 768px) {
  .pc {
    display: none;
  }
}
.sp {
  display: none;
}
@media screen and (max-width: 768px) {
  .sp {
    display: block;
  }
}
img {
  vertical-align: middle;
}
.hamburger {
  position: fixed;
  top: 0;
  right: 0;
  width: 6rem;
  height: 6rem;
  cursor: pointer;
  z-index: 400;
  background: #666;
  transition: all 0.5s;
}
@media screen and (max-width: 768px) {
  .hamburger {
    top: 2rem;
    right: 2rem;
    width: 5.2rem;
    height: 5.2rem;
  }
}
.hamburger:hover {
  opacity: 0.7;
}
.hamburger__line {
  position: absolute;
  width: 30px;
  height: 1px;
  left: 50%;
  transform: translate(-50%, 0);
  background-color: var(--white);
  transition: all 0.5s;
}
@media screen and (max-width: 768px) {
  .hamburger__line {
    width: 22px;
    height: 2px;
  }
}
.hamburger__line--1 {
  top: 2.4rem;
}
@media screen and (max-width: 768px) {
  .hamburger__line--1 {
    top: 1.9rem;
  }
}
.hamburger__line--2 {
  top: 3rem;
}
@media screen and (max-width: 768px) {
  .hamburger__line--2 {
    top: 2.5rem;
  }
}
.hamburger__line--3 {
  top: 3.6rem;
}
@media screen and (max-width: 768px) {
  .hamburger__line--3 {
    top: 3.1rem;
  }
}
/*
.hamburger__menu {
    position: absolute;
    width: 5rem;
    bottom: 2.6rem;
    left: 50%;
    transform: translate(-50%, 0);
    color: var(--white);
    text-align: center;
    font-family: var(--en-font);
    font-size: 1.4rem;
    font-weight: 600;
    line-height: 1;
    letter-spacing: 0.2em;

    @include sp {
        display: none;
    }
}
*/
/*ハンバーガーがクリックされたら*/
.open .hamburger__line--1 {
  top: 3rem;
  left: 50%;
  transform: translateX(-50%) rotate(-30deg);
}
@media screen and (max-width: 768px) {
  .open .hamburger__line--1 {
    top: 2.5rem;
  }
}
.open .hamburger__line--2 {
  opacity: 0;
}
.open .hamburger__line--3 {
  top: 3rem;
  left: 50%;
  transform: translateX(-50%) rotate(30deg);
}
@media screen and (max-width: 768px) {
  .open .hamburger__line--3 {
    top: 2.5rem;
  }
}
.sp-nav {
  position: fixed;
  right: -40rem;
  top: 0;
  width: 40rem;
  height: 100%;
  background: rgba(255, 255, 255, 0.95);
  transition: all 0.5s;
  overflow: auto !important;
  -webkit-overflow-scrolling: touch;
  z-index: 399;
  /*
  display: flex;
  align-items: center;
  */
}
@media screen and (max-width: 768px) {
  .sp-nav {
    width: 100%;
    overflow-y: scroll;
  }
}
.sp-nav .logo {
  position: absolute;
  top: 3rem;
  left: 4rem;
}
@media screen and (max-width: 768px) {
  .sp-nav .logo {
    top: 0.8rem;
    left: 2rem;
  }
}
.black-bg {
  transition: all 0.5s;
}
/*ハンバーガーがクリックされたら右からスライド*/
.open .sp-nav {
  opacity: 1;
  right: 0;
  visibility: visible;
  transition-delay: 0s;
}
js-header.open .hamburger__line {
  background: var(--white);
}
.open .black-bg {
  background: rgba(0, 0, 0, 0.5);
  backdrop-filter: blur(6px);
  width: 100%;
  height: 100vh;
  position: fixed;
  top: 0;
  right: 0;
  z-index: 300;
}
.caseSwiper .swiper {
  padding: 0;
  max-width: 70rem;
  width: 100%;
  margin: 0 auto;
}
.caseSwiper .swiper-buttons {
  width: 60rem;
  margin: 0 auto;
  position: relative;
}
@media screen and (max-width: 768px) {
  .caseSwiper .swiper-buttons {
    width: 100%;
  }
}
.caseSwiper .swiper-button-next, .caseSwiper .swiper-button-prev {
  color: var(--white);
  background: var(--main-dark);
  width: 2.4rem;
  height: 2.4rem;
  border-radius: 50%;
  transition: all 0.5s;
}
.caseSwiper .swiper-button-next:hover, .caseSwiper .swiper-button-prev:hover {
  opacity: 0.7;
}
.caseSwiper .swiper-button-next {
  position: absolute;
  right: -5rem;
}
@media screen and (max-width: 768px) {
  .caseSwiper .swiper-button-next {
    right: 0.6rem;
  }
}
.caseSwiper .swiper-button-prev {
  position: absolute;
  left: -5rem;
}
@media screen and (max-width: 768px) {
  .caseSwiper .swiper-button-prev {
    left: 0.6rem;
  }
}
.caseSwiper .swiper-button-next:after, .caseSwiper .swiper-button-prev:after {
  font-size: 1.1rem;
  font-weight: 600;
}
@media screen and (max-width: 768px) {
  .caseSwiper .swiper-slide {
    opacity: 0.5;
  }
  .caseSwiper .swiper-slide.swiper-slide-active {
    opacity: 1;
  }
}
.caseSwiper .swiper-button-next, .caseSwiper .swiper-button-prev {
  top: 10.4rem !important;
}
@media screen and (max-width: 768px) {
  .caseSwiper .swiper-button-next, .caseSwiper .swiper-button-prev {
    top: 37% !important;
  }
}
.noSwiper--case {
  display: flex;
  justify-content: center;
  gap: 0 2.4rem;
  flex-wrap: wrap;
  max-width: 84rem;
  width: 100%;
  margin: 0 auto;
}
.noSwiper--case .c-card {
  width: calc((100% - 1.8rem) / 2);
}
@media screen and (max-width: 768px) {
  .noSwiper--case .c-card {
    width: 90%;
    margin: 0 auto;
  }
}
@media screen and (max-width: 768px) {
  .noSwiper--case .c-card + .c-card {
    margin-top: 2.4rem;
  }
}
.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;
  }
}
.modal {
  display: none;
  width: 100%;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999;
}
.modal__bg {
  background: rgba(0, 0, 0, 0.5);
  width: 100%;
  height: 100vh;
  position: absolute;
}
.modal__content {
  background: var(--white);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: auto !important;
  -webkit-overflow-scrolling: touch;
}
@media screen and (max-width: 768px) {
  .modal__content {
    height: 100%;
    padding: 8rem 2rem !important;
    display: block;
  }
}
.modal__inner {
  width: 97rem;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 5rem 0;
  padding: 5rem 0 !important;
}
@media screen and (max-width: 768px) {
  .modal__inner {
    width: 100%;
    gap: 5rem 0;
    padding: 0 !important;
  }
}
.modal__title {
  color: var(--main-dark);
  text-align: center;
  font-family: var(--sub-font);
  font-size: 5rem;
  font-weight: 600;
  line-height: 1.5;
  letter-spacing: 0.2em;
  border-bottom: 0.1rem solid var(--main-dark);
  padding-bottom: 3rem;
  width: 100%;
  max-width: 97rem;
}
@media screen and (max-width: 768px) {
  .modal__title {
    font-size: 3rem;
    padding-bottom: 1rem;
  }
}
.modal__close {
  background: var(--sub);
  border: none;
  color: var(--white);
  cursor: pointer;
  position: absolute;
  top: 6rem;
  right: 6rem;
  width: 6rem;
  height: 6rem;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.5s;
}
@media screen and (max-width: 768px) {
  .modal__close {
    top: 0;
    right: 0;
    width: 6rem;
    height: 6rem;
  }
}
.modal__close .inner {
  position: relative;
  width: 100%;
  height: 100%;
}
.modal__close:hover {
  opacity: 0.7;
}
.modal__close .line--1 {
  position: absolute;
  width: 30px;
  height: 1px;
  left: 50%;
  transform: translate(-50%, 0);
  background-color: var(--white);
  top: 3rem;
  left: 50%;
  transform: translateX(-50%) rotate(-30deg);
}
.modal__close .line--2 {
  opacity: 0;
}
.modal__close .line--3 {
  position: absolute;
  width: 30px;
  height: 1px;
  left: 50%;
  transform: translate(-50%, 0);
  background-color: var(--white);
  top: 3rem;
  left: 50%;
  transform: translateX(-50%) rotate(30deg);
}
.modal__box {
  width: 45rem;
}
@media screen and (max-width: 768px) {
  .modal__box {
    width: 100%;
  }
}
.modal__box .photo {
  width: 100%;
}
.modal__box .photo img {
  width: 100%;
  height: auto;
}
.modal__box .cname {
  font-size: 2rem;
  font-weight: 600;
  line-height: 1.6;
  letter-spacing: 0.03em;
  padding: 1.5rem 0;
  border-bottom: 0.1rem solid var(--gray);
}
.modal__box .btns {
  padding: 2.4rem 2.4rem 0 2.4rem;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  gap: 1.4rem;
}
@media screen and (max-width: 768px) {
  .modal__box .btns {
    padding: 1.6rem 0 0 0;
  }
}
.modal__box .phoneBtn {
  width: 100%;
}
.modal__box .phoneBtn a {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  flex-direction: column;
  width: 100%;
  height: 10rem;
  text-align: center;
  border: 0.1rem solid var(--main-dark);
  background: var(--white);
}
.modal__box .phoneBtn a:hover {
  opacity: 0.7;
}
.modal__box .phoneBtn a .small {
  color: var(--main-dark);
  font-weight: 600;
  line-height: 1.5;
}
.modal__box .phoneBtn a .large {
  color: var(--main-dark);
  font-family: var(--sub-font);
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 1.4;
  letter-spacing: 0.05em;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0 1rem;
}
.modal__box .reserveBtn {
  width: 100%;
}
.modal__box .reserveBtn a {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  flex-direction: column;
  width: 100%;
  height: 10rem;
  text-align: center;
  border: 0.1rem solid var(--main-dark);
  background: var(--main-dark);
}
.modal__box .reserveBtn a:hover {
  opacity: 0.7;
}
.modal__box .reserveBtn a .large {
  color: var(--white);
  font-weight: 600;
  line-height: 1.5;
  display: flex;
  align-items: center;
  gap: 0 1rem;
}
.l-main {
  width: 100%;
  overflow: hidden;
  display: block;
}
/* ----- l-parallax01 ----- */
.l-parallax01 {
  width: 100%;
  margin: 0 auto;
  overflow-x: hidden;
}
@media screen and (max-width: 768px) {
  .l-parallax01 {
    width: 100%;
  }
}
.l-parallax01__inner {
  width: 100%;
  height: 40rem;
  background: url(../img/l-parallax01.jpg) no-repeat center center/cover;
  background-attachment: fixed;
}
@media screen and (max-width: 768px) {
  .l-parallax01__inner {
    background: url(../img/l-parallax01-sp.jpg) no-repeat center center/cover;
    background-attachment: inherit;
    height: 20rem;
  }
}
/* ----- l-parallax02 ----- */
.l-parallax02 {
  width: 100%;
  margin: 0 auto;
  overflow-x: hidden;
}
@media screen and (max-width: 768px) {
  .l-parallax02 {
    width: 100%;
  }
}
.l-parallax02__inner {
  width: 100%;
  height: 40rem;
  background: url(../img/aesthetic-dentistry-parallax01-pc.jpg) no-repeat center center/cover;
  background-attachment: fixed;
}
@media screen and (max-width: 768px) {
  .l-parallax02__inner {
    background: url(../img/aesthetic-dentistry-parallax01.jpg) no-repeat center center/cover;
    background-attachment: inherit;
    height: 20rem;
  }
}
.l-globalnav {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 11.6rem;
}
@media screen and (max-width: 768px) {
  .l-globalnav {
    display: none;
  }
}
.l-globalnav li {
  border-right: 0.1rem solid var(--base-color);
  line-height: 1.5;
}
.l-globalnav li:last-child {
  border-right: none;
}
.l-globalnav a {
  padding: 0 3rem;
  font-weight: 600;
  white-space: nowrap;
}
.l-globalnav a:hover {
  opacity: 0.7;
}
.l-feature {
  background: var(--main-light) url(../img/l-feature-bg.png) no-repeat center top/100% auto;
  padding: 17.6rem 0 0 0;
}
@media screen and (max-width: 768px) {
  .l-feature {
    padding: 10rem 2rem 0 2rem;
  }
}
.l-feature__inner {
  width: 120rem;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .l-feature__inner {
    width: 100%;
  }
}
.l-feature__title {
  margin-bottom: 7rem;
}
@media screen and (max-width: 768px) {
  .l-feature__title {
    margin-bottom: 5rem;
  }
}
.l-feature__list {
  display: flex;
  flex-wrap: wrap;
  gap: 2.4rem 2.4rem;
  margin-bottom: 10rem;
}
@media screen and (max-width: 768px) {
  .l-feature__list {
    gap: 2.4rem 0;
  }
}
.l-feature__list li {
  width: calc((100% - 4.8rem) / 3);
  background: var(--main-dark);
  color: var(--white);
}
@media screen and (max-width: 768px) {
  .l-feature__list li {
    width: 100%;
  }
}
.l-feature__list .imgbox {
  width: 100%;
}
.l-feature__list .imgbox img {
  width: 100%;
  height: 20rem;
  object-fit: cover;
  object-position: top center;
}
.l-feature__list .txtbox {
  padding: 2.4rem 3.2rem;
}
.l-feature__list .subtitle {
  padding-bottom: 2rem;
  margin-bottom: 2rem;
  border-bottom: 0.1rem solid var(--white);
  text-align: center;
}
.l-feature__list .subtitle .num {
  display: block;
  color: var(--main-light);
  font-family: var(--sub-font);
  font-size: 3.2rem;
  line-height: 1.4;
}
.l-feature__list .subtitle .ja {
  display: block;
  color: var(--white);
  font-size: 2rem;
  font-weight: 600;
  line-height: 1.6;
  letter-spacing: 0.04em;
  margin-top: 0.04rem;
}
.l-featureJidv {
  border: 0.3rem solid var(--main-dark);
  background: var(--white);
  padding: 8.8rem 10rem 6.4rem 10rem;
  position: relative;
  bottom: -46.5rem;
  margin-top: -46.5rem;
}
@media screen and (max-width: 768px) {
  .l-featureJidv {
    padding: 6rem 2rem;
    width: calc(100% + 2rem);
    margin: -85.2rem -1rem 0 -1rem;
    bottom: -85.2rem;
  }
}
.l-featureJidv__title {
  border-bottom: 0.1rem solid var(--base-color);
  padding-bottom: 2.4rem;
  margin-bottom: 3.2rem;
  color: var(--main-dark);
  text-align: center;
  font-family: var(--sub-font);
  font-size: 3rem;
  font-weight: 600;
  line-height: 1.4;
  letter-spacing: 0.2em;
}
@media screen and (max-width: 768px) {
  .l-featureJidv__title {
    margin-bottom: 2.4rem;
    font-size: 2.4rem;
    line-height: 1.6;
    letter-spacing: 0.1em;
  }
}
.l-featureJidv__intro {
  text-align: center;
  width: 100%;
  max-width: 80rem;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .l-featureJidv__intro {
    text-align: left;
  }
}
.l-featureJidv__bnr {
  width: 100%;
  margin-top: 3rem;
}
@media screen and (max-width: 768px) {
  .l-featureJidv__bnr {
    margin-top: 2.4rem;
  }
}
.l-featureJidv__bnr img {
  width: 100%;
  height: auto;
}
.l-featureJidv__about {
  border-radius: 2.5rem;
  background: var(--main-light) url(../img/l-featureJidv-about-bg.png) no-repeat left center/auto 100%;
  position: relative;
  margin-top: 6rem;
  padding: 4.6rem 4.2rem;
}
@media screen and (max-width: 768px) {
  .l-featureJidv__about {
    background: var(--main-light) url(../img/l-featureJidv-about-bg.png) no-repeat left top/22.7rem auto;
    padding: 6rem 1.6rem 3.2rem 1.6rem;
  }
}
.l-featureJidv__about::before {
  content: "";
  background: var(--main-light);
  width: 9rem;
  height: 3rem;
  clip-path: polygon(50% 0, 100% 100%, 0 100%);
  position: absolute;
  left: 50%;
  top: -3rem;
  transform: translate(-50%, 0);
}
.l-featureJidv__about h3 {
  color: var(--main-dark);
  text-align: center;
  font-size: 2rem;
  font-weight: 600;
  line-height: 1.6rem;
  letter-spacing: 0.04em;
  width: 100%;
  max-width: 80rem;
  margin: 0 auto 2.4rem auto;
}
.l-featureJidv__about p {
  text-align: center;
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 1.78;
  width: 100%;
  max-width: 80rem;
  margin: 0 auto 2.4rem auto;
}
.l-featureJidv__about ul {
  display: flex;
  justify-content: center;
  gap: 0 2.4rem;
}
@media screen and (max-width: 768px) {
  .l-featureJidv__about ul {
    gap: 1.6rem 0;
    flex-wrap: wrap;
  }
  .l-featureJidv__about ul li {
    width: 100%;
  }
}
.l-featureJidv__about ul a {
  display: inline-flex;
  align-items: center;
  padding: 1.6rem 7.8rem 1.6rem 3rem;
  border: 0.1rem solid var(--main-dark);
  background: var(--white) url(../img/l-featureJidv-about-ul-a.svg) no-repeat center right 3rem/2.4rem auto;
  color: var(--main-dark);
  font-weight: 600;
  line-height: 1.5;
}
@media screen and (max-width: 768px) {
  .l-featureJidv__about ul a {
    display: flex;
  }
}
.l-featureJidv__about ul a:hover {
  opacity: 0.7;
}
.l-flow {
  padding: 0rem 0 15rem 0;
  /* ----- tab ----- */
  /* アクティブなタブ */
  /* ラジオボタン非表示 */
  /* ----- tabのなか ----- */
}
@media screen and (max-width: 768px) {
  .l-flow {
    padding: 0rem 1rem 8rem 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: 5rem;
  }
}
.l-flow .tab-wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.l-flow .tab-label {
  border-radius: 1rem 1rem 0 0;
  border: 0.1rem solid var(--main-dark);
  border-bottom: none;
  background: var(--white);
  width: 32.5rem;
  min-height: 7rem;
  height: auto;
  padding: 1rem 0.5rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  font-weight: 600;
  line-height: 1.5;
  transition: all 0.5s;
  order: -1;
  position: relative;
  z-index: 50;
}
@media screen and (max-width: 768px) {
  .l-flow .tab-label {
    width: calc((100% - 1rem) / 3);
    font-size: 1.05rem;
    line-height: 1.4;
    letter-spacing: 0;
    padding: 1rem 0.3rem;
  }
  .l-flow .tab-label span {
    width: 100%;
  }
  .l-flow .tab-label .sp_left {
    display: block;
    text-align: left;
  }
  .l-flow .tab-label .sp_bold {
    font-weight: 800;
    font-size: 1.3rem;
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 3.5rem;
  }
}
.l-flow .tab-label:hover {
  background: var(--main-dark);
  color: var(--white);
  opacity: 0.7;
}
.l-flow-add {
  margin-bottom: 10rem;
}
.l-flow-tit {
  font-family: var(--sub-font);
  font-size: 3rem;
  font-weight: 600;
  line-height: 1.33;
  letter-spacing: 0.05em;
  margin-bottom: 5rem;
}
@media screen and (max-width: 768px) {
  .l-flow-add {
    margin-bottom: 5rem;
  }
  .l-flow-tit {
    margin-bottom: 3rem;
  }
}
.l-flow .tab-content {
  width: 100%;
  display: none;
}
.l-flow .tab-switch:checked + .tab-label {
  border-radius: 1rem 1rem 0 0;
  background: var(--main-dark);
  color: var(--white);
  position: relative;
}
.l-flow .tab-switch:checked + .tab-label::after {
  content: "";
  background: var(--main-dark);
  width: 1.6rem;
  height: 1.6rem;
  clip-path: polygon(0 0, 100% 0, 50% 100%);
  position: absolute;
  left: 50%;
  bottom: -1.4rem;
  transform: translate(-50%, 0);
  z-index: 20;
}
.l-flow .tab-switch:checked + .tab-label + .tab-content {
  display: block;
}
.l-flow .tab-switch {
  display: none;
}
.l-flow__list {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  gap: 1.6rem 0;
}
.l-flow__list li {
  background: var(--main-light);
  width: 100%;
  padding: 4rem 5.2rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  flex-direction: row-reverse;
  position: relative;
}
@media screen and (max-width: 768px) {
  .l-flow__list li {
    padding: 3rem 2.4rem;
  }
}
.l-flow__list li::after {
  content: "";
  background: #B9A882;
  width: 11.2rem;
  height: 5.6rem;
  clip-path: polygon(0 0, 100% 0, 50% 100%);
  position: absolute;
  left: 50%;
  bottom: -4.5rem;
  transform: translate(-50%, 0);
  z-index: 1;
}
@media screen and (max-width: 768px) {
  .l-flow__list li::after {
    width: 7.2rem;
    height: 3.6rem;
    bottom: -2.6rem;
  }
}
.l-flow__list li:last-child::after {
  content: none;
}
.l-flow__list .imgbox {
  width: 34.6rem;
}
@media screen and (max-width: 768px) {
  .l-flow__list .imgbox {
    width: 100%;
  }
}
.l-flow__list .imgbox img {
  width: 100%;
  height: auto;
}
.l-flow__list .txtbox {
  width: 50rem;
}
@media screen and (max-width: 768px) {
  .l-flow__list .txtbox {
    width: 100%;
    margin-top: 2rem;
  }
}
.l-flow__list .subtitle {
  display: flex;
  align-items: center;
  gap: 0 2.4rem;
  margin-bottom: 2.4rem;
}
@media screen and (max-width: 768px) {
  .l-flow__list .subtitle {
    gap: 0 1.6rem;
    margin-bottom: 0.8rem;
  }
}
.l-flow__list .subtitle .num {
  border-radius: 50%;
  background: var(--main-dark);
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  flex-shrink: 0;
  width: 5rem;
  height: auto;
  aspect-ratio: 1/1;
  color: var(--white);
  font-family: var(--sub-font);
  font-size: 2.4rem;
  font-weight: 600;
  line-height: 1;
  letter-spacing: 1;
}
@media screen and (max-width: 768px) {
  .l-flow__list .subtitle .num {
    width: 4rem;
    font-size: 2rem;
  }
}
.l-flow__list .subtitle .ja {
  font-family: var(--sub-font);
  font-size: 2.4rem;
  font-weight: 600;
  line-height: 1.33;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 768px) {
  .l-flow__list .subtitle .ja {
    font-size: 2rem;
    font-weight: 700;
    line-height: 1.6;
    letter-spacing: 0.04em;
  }
}
.l-bgTile {
  background: url(../img/bg-tile.png) repeat top left;
  padding: 15rem 0;
}
@media screen and (max-width: 768px) {
  .l-bgTile {
    padding: 8rem 1rem;
  }
}
.l-price {
  background: var(--white);
  box-shadow: 0px 1px 4px 0px rgba(0, 0, 0, 0.25);
  width: 120rem;
  margin: 0 auto;
  padding: 9.5rem 10rem;
}
@media screen and (max-width: 768px) {
  .l-price {
    width: 100%;
    padding: 6rem 2rem;
  }
}
.l-price__title {
  margin-bottom: 7rem;
}
@media screen and (max-width: 768px) {
  .l-price__title {
    margin-bottom: 5rem;
  }
}
.l-price__box01 {
  overflow: hidden;
}
.l-price__box02 {
  margin-top: 6rem;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .l-price__box02 {
    margin-top: 5rem;
  }
}
.l-price__subtitle {
  margin-bottom: 3rem;
  font-family: var(--sub-font);
  font-size: 2.4rem;
  font-weight: 600;
  line-height: 1.33;
  letter-spacing: 0.05em;
  position: relative;
  display: inline-block;
}
@media screen and (max-width: 768px) {
  .l-price__subtitle {
    display: block;
    text-align: center;
    line-height: 1.6;
    letter-spacing: 0.1em;
    margin-bottom: 1.6rem;
  }
}
.l-price__subtitle::after {
  content: "";
  position: absolute;
  top: 50%;
  right: -101rem;
  width: 100rem;
  height: 1px;
  background: var(--base-color);
}
@media screen and (max-width: 768px) {
  .l-price__subtitle::after {
    content: none;
  }
}
.l-price__subtitle2 {
  color: var(--main-dark);
  font-size: 2rem;
  font-weight: 600;
  line-height: 1.6;
  letter-spacing: 0.04em;
  margin-bottom: 1rem;
}
@media screen and (max-width: 768px) {
  .l-price__subtitle2 {
    font-size: 1.6rem;
    line-height: 1.5;
    letter-spacing: 0.1em;
  }
}
.l-price__subtitle2::before {
  content: "●";
}
.l-priceExplain {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 2.4rem;
}
@media screen and (max-width: 768px) {
  .l-priceExplain {
    margin-bottom: 3rem;
  }
}
.l-priceExplain__imgbox {
  width: 30rem;
}
@media screen and (max-width: 768px) {
  .l-priceExplain__imgbox {
    width: 100%;
  }
}
.l-priceExplain__imgbox img {
  width: 100%;
  height: auto;
}
@media screen and (max-width: 768px) {
  .l-priceExplain__imgbox img {
    height: 17rem;
    object-fit: cover;
    object-position: top center;
  }
}
.l-priceExplain__txtbox {
  display: flex;
  align-items: center;
  width: 70rem;
  border: 0.1rem solid var(--gray);
  border-left: none;
  padding: 2rem 5rem;
}
@media screen and (max-width: 768px) {
  .l-priceExplain__txtbox {
    width: 100%;
    border: 0.1rem solid var(--gray);
    border-top: none;
    padding: 3rem 2rem;
    letter-spacing: 0.04em;
  }
}
.l-priceCredit {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0 2rem;
  border: 0.1rem solid var(--gray);
  width: 100%;
  height: 18rem;
}
@media screen and (max-width: 768px) {
  .l-priceCredit {
    flex-wrap: wrap;
    gap: 2rem 0.4rem;
    height: auto;
    padding: 4rem 0;
  }
  .l-priceCredit img {
    width: 9rem;
    height: auto;
  }
}
.l-priceTables {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 2.8rem 6rem;
}
@media screen and (max-width: 768px) {
  .l-priceTables {
    gap: 2rem 0;
  }
}
.l-priceTables__item {
  width: calc((100% - 6rem) / 2);
}
@media screen and (max-width: 768px) {
  .l-priceTables__item {
    width: 100%;
  }
}
.l-priceTables table {
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
  border: 0.1rem solid var(--gray);
  border-bottom: none;
}
.l-priceTables table th {
  width: 50%;
  border-bottom: 0.1rem solid var(--gray);
  vertical-align: middle;
  background: var(--main-dark);
  text-align: center;
  color: var(--white);
  font-weight: 600;
  padding: 1rem 2rem;
}
@media screen and (max-width: 768px) {
  .l-priceTables table th {
    letter-spacing: 0.06em;
    line-height: 1.3;
    font-size: 1.3rem;
  }
}
.l-priceTables table td {
  width: 50%;
  border-bottom: 0.1rem solid var(--gray);
  vertical-align: middle;
  padding: 1rem 2rem;
}
@media screen and (max-width: 768px) {
  .l-priceTables table td {
    letter-spacing: 0.06em;
    font-size: 1.3rem;
  }
}
.l-priceTables table + p {
  margin-top: 1rem;
}
@media screen and (max-width: 768px) {
  .l-priceTables table + p {
    font-size: 1.3rem;
  }
}
.l-qa {
  /* ----- アコーディオン ----- */
  /* ----- アコーディオンのなか ----- */
}
.l-qa__inner {
  width: 100rem;
  margin: 10rem auto 0 auto;
}
@media screen and (max-width: 768px) {
  .l-qa__inner {
    width: 100%;
    margin: 7rem auto 0 auto;
  }
}
.l-qa__title {
  margin-bottom: 7rem;
}
@media screen and (max-width: 768px) {
  .l-qa__title {
    margin-bottom: 5rem;
  }
}
.l-qa .toggle_contents + .toggle_contents {
  margin-top: 3rem;
}
@media screen and (max-width: 768px) {
  .l-qa .toggle_contents + .toggle_contents {
    margin-top: 2rem;
  }
}
.l-qa .toggle_title {
  background: var(--sub);
  color: var(--white);
  font-size: 2rem;
  font-weight: 600;
  line-height: 1.6;
  letter-spacing: 0.04em;
  position: relative;
  cursor: pointer;
  transition: all 0.5s;
  padding: 2rem 8.2rem 2rem 9.8rem;
}
@media screen and (max-width: 768px) {
  .l-qa .toggle_title {
    padding: 1.6rem 5rem 1.6rem 6rem;
    font-size: 1.6rem;
    line-height: 1.2;
  }
}
.l-qa .toggle_title::before {
  content: "Q";
  width: 4.2rem;
  height: 4.2rem;
  background: var(--white);
  border-radius: 50%;
  color: var(--sub);
  font-family: var(--en-font);
  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: 1.6rem;
  }
}
.l-qa .toggle_title:hover {
  opacity: 0.7;
}
.l-qa .toggle_btn {
  position: absolute;
  top: 50%;
  right: 3.2rem;
  transform: translateY(-50%);
  display: block;
  width: 1.8rem;
  height: 1.8rem;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .l-qa .toggle_btn {
    right: 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%);
}
.l-qa .toggle_btn:before {
  width: 0.2rem;
  height: 1.8rem;
}
.l-qa .toggle_title.selected .toggle_btn:before {
  content: normal;
}
.l-qa .toggle_contents dd {
  display: none;
}
.l-qa .toggle_contents dd .inner {
  background: var(--white);
  padding: 2.4rem;
  display: flex;
  align-items: center;
  gap: 0 2rem;
}
@media screen and (max-width: 768px) {
  .l-qa .toggle_contents dd .inner {
    padding: 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%;
}
@media screen and (max-width: 768px) {
  .l-qa__prof img {
    width: 7rem;
  }
}
.l-qa__prof p {
  color: var(--main-dark);
  text-align: center;
  font-size: 0.9rem;
  font-weight: 500;
  line-height: 2.2;
  letter-spacing: 0.04em;
  white-space: nowrap;
}
@media screen and (max-width: 768px) {
  .l-qa__prof p {
    font-size: 1.1rem;
    line-height: 1.8;
  }
}
.l-doctor {
  padding: 15rem 0 32.5rem 0;
  background: url(../img/l-doctor-bg-sub.png), url(../img/l-doctor-bg-main.jpg);
  background-repeat: no-repeat, no-repeat;
  background-position: top 0.8rem left, top center;
  background-size: 30% auto, cover;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 768px) {
  .l-doctor {
    padding: 8rem 2rem 14.2rem 2rem;
  }
}
.l-doctor__inner {
  width: 120rem;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .l-doctor__inner {
    width: 100%;
  }
}
.l-doctor__title {
  margin-bottom: 7rem;
}
@media screen and (max-width: 768px) {
  .l-doctor__title {
    margin-bottom: 5rem;
  }
}
.l-doctor__box + .l-doctor__box {
  margin-top: 5rem;
}
@media screen and (max-width: 768px) {
  .l-doctor__box + .l-doctor__box {
    margin-top: 8.4rem;
  }
}
.l-doctor__box {
  background: var(--white);
  padding: 5rem 15rem;
}
@media screen and (max-width: 768px) {
  .l-doctor__box {
    background: none;
    padding: 0;
  }
}
.l-doctor__main {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .l-doctor__main {
    align-items: flex-end;
  }
}
.l-doctor__main.doctor01 {
  flex-direction: row-reverse;
}
@media screen and (max-width: 768px) {
  .l-doctor__main.doctor01 {
    border-bottom: 0.1rem solid var(--sub);
  }
}
.l-doctor__main.doctor01 .imgbox {
  width: 43rem;
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 768px) {
  .l-doctor__main.doctor01 .imgbox {
    width: 50%;
    z-index: 1;
  }
}
.l-doctor__main.doctor01 .imgbox img {
  width: 100%;
  height: auto;
}
.l-doctor__main.doctor01 .txtbox {
  width: 52rem;
  margin-right: -5rem;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 768px) {
  .l-doctor__main.doctor01 .txtbox {
    width: 50%;
    margin-right: 0;
    z-index: 2;
  }
}
.l-doctor__main.doctor01 .prf {
  padding-bottom: 2rem;
  margin-bottom: 3.2rem;
  border-bottom: 0.1rem solid var(--sub);
}
@media screen and (max-width: 768px) {
  .l-doctor__main.doctor01 .prf {
    margin-bottom: 0;
    border-bottom: none;
  }
}
.l-doctor__main.doctor01 .prf .en {
  color: var(--sub);
  font-family: var(--en-font);
  font-size: 10rem;
  font-weight: 300;
  line-height: 0.9;
  white-space: nowrap;
  margin-bottom: 1rem;
  letter-spacing: 0;
}
@media screen and (max-width: 768px) {
  .l-doctor__main.doctor01 .prf .en {
    font-size: 6.2rem;
    white-space: normal;
  }
}
.l-doctor__main.doctor01 .prf .job {
  color: var(--sub);
  font-family: var(--sub-font);
  font-size: 1.4rem;
  font-weight: 600;
  line-height: 2.14;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 768px) {
  .l-doctor__main.doctor01 .prf .job {
    font-size: 1rem;
    line-height: 1.4;
    white-space: nowrap;
  }
}
.l-doctor__main.doctor01 .prf .name {
  font-family: var(--sub-font);
  font-size: 4.2rem;
  font-weight: 600;
  line-height: 1.4;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 768px) {
  .l-doctor__main.doctor01 .prf .name {
    font-size: 3rem;
    line-height: 1.26;
  }
}
.l-doctor__main.doctor01 .msg {
  width: 100%;
  max-width: 47rem;
  margin-right: auto;
}
@media screen and (max-width: 768px) {
  .l-doctor__main.doctor01 .msg {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  .l-doctor__main.doctor02 {
    flex-direction: row-reverse;
    border-bottom: 0.1rem solid var(--base-color);
  }
}
.l-doctor__main.doctor02 .imgbox {
  width: 43rem;
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 768px) {
  .l-doctor__main.doctor02 .imgbox {
    width: 50%;
    z-index: 1;
  }
}
.l-doctor__main.doctor02 .imgbox img {
  width: 100%;
  height: auto;
}
.l-doctor__main.doctor02 .txtbox {
  width: 52rem;
  margin-left: -5rem;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 768px) {
  .l-doctor__main.doctor02 .txtbox {
    width: 50%;
    margin-left: 0;
    z-index: 2;
  }
}
.l-doctor__main.doctor02 .prf {
  padding-bottom: 2rem;
  margin-bottom: 3.2rem;
  border-bottom: 0.1rem solid var(--base-color);
  text-align: right;
}
@media screen and (max-width: 768px) {
  .l-doctor__main.doctor02 .prf {
    margin-bottom: 0;
    border-bottom: none;
    text-align: left;
  }
}
.l-doctor__main.doctor02 .prf .en {
  color: var(--base-color);
  font-family: var(--en-font);
  font-size: 10rem;
  font-weight: 300;
  line-height: 0.9;
  white-space: nowrap;
  margin-bottom: 1rem;
  letter-spacing: 0;
}
@media screen and (max-width: 768px) {
  .l-doctor__main.doctor02 .prf .en {
    font-size: 6.2rem;
    white-space: normal;
  }
}
.l-doctor__main.doctor02 .prf .job {
  color: var(--base-color);
  font-family: var(--sub-font);
  font-size: 1.4rem;
  font-weight: 600;
  line-height: 2.14;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 768px) {
  .l-doctor__main.doctor02 .prf .job {
    font-size: 1rem;
    line-height: 1.4;
    white-space: nowrap;
  }
}
.l-doctor__main.doctor02 .prf .name {
  font-family: var(--sub-font);
  font-size: 4.2rem;
  font-weight: 600;
  line-height: 1.4;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 768px) {
  .l-doctor__main.doctor02 .prf .name {
    font-size: 3rem;
    line-height: 1.26;
  }
}
.l-doctor__main.doctor02 .msg {
  width: 100%;
  max-width: 47rem;
  margin-left: auto;
}
@media screen and (max-width: 768px) {
  .l-doctor__main.doctor02 .msg {
    display: none;
  }
}
.l-doctor__main.doctor03 {
  flex-direction: row-reverse;
}
@media screen and (max-width: 768px) {
  .l-doctor__main.doctor03 {
    border-bottom: 0.1rem solid var(--sub);
  }
}
.l-doctor__main.doctor03 .imgbox {
  width: 43rem;
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 768px) {
  .l-doctor__main.doctor03 .imgbox {
    width: 50%;
    z-index: 1;
  }
}
.l-doctor__main.doctor03 .imgbox img {
  width: 100%;
  height: auto;
}
.l-doctor__main.doctor03 .txtbox {
  width: 52rem;
  margin-right: -5rem;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 768px) {
  .l-doctor__main.doctor03 .txtbox {
    width: 50%;
    margin-right: 0;
    z-index: 2;
  }
}
.l-doctor__main.doctor03 .prf {
  padding-bottom: 2rem;
  margin-bottom: 3.2rem;
  border-bottom: 0.1rem solid var(--sub);
}
@media screen and (max-width: 768px) {
  .l-doctor__main.doctor03 .prf {
    margin-bottom: 0;
    border-bottom: none;
  }
}
.l-doctor__main.doctor03 .prf .en {
  color: var(--sub);
  font-family: var(--en-font);
  font-size: 10rem;
  font-weight: 300;
  line-height: 0.9;
  white-space: nowrap;
  margin-bottom: 1rem;
  letter-spacing: 0;
}
@media screen and (max-width: 768px) {
  .l-doctor__main.doctor03 .prf .en {
    font-size: 6.2rem;
    white-space: normal;
  }
}
.l-doctor__main.doctor03 .prf .job {
  color: var(--sub);
  font-family: var(--sub-font);
  font-size: 1.4rem;
  font-weight: 600;
  line-height: 2.14;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 768px) {
  .l-doctor__main.doctor03 .prf .job {
    font-size: 1rem;
    line-height: 1.4;
    white-space: nowrap;
  }
}
.l-doctor__main.doctor03 .prf .name {
  font-family: var(--sub-font);
  font-size: 4.2rem;
  font-weight: 600;
  line-height: 1.4;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 768px) {
  .l-doctor__main.doctor03 .prf .name {
    font-size: 3rem;
    line-height: 1.26;
  }
}
.l-doctor__main.doctor03 .msg {
  width: 100%;
  max-width: 47rem;
  margin-right: auto;
}
@media screen and (max-width: 768px) {
  .l-doctor__main.doctor03 .msg {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  .l-doctor__main.doctor04 {
    flex-direction: row-reverse;
    border-bottom: 0.1rem solid var(--main-dark);
  }
}
.l-doctor__main.doctor04 .imgbox {
  width: 36rem;
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 768px) {
  .l-doctor__main.doctor04 .imgbox {
    width: 50%;
    z-index: 1;
  }
}
.l-doctor__main.doctor04 .imgbox img {
  width: 100%;
  height: auto;
}
.l-doctor__main.doctor04 .txtbox {
  width: 63rem;
  margin-left: -9rem;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 768px) {
  .l-doctor__main.doctor04 .txtbox {
    width: 50%;
    margin-left: 0;
    z-index: 2;
  }
}
.l-doctor__main.doctor04 .prf {
  padding-bottom: 2rem;
  margin-bottom: 3.2rem;
  border-bottom: 0.1rem solid var(--main-dark);
  text-align: right;
}
@media screen and (max-width: 768px) {
  .l-doctor__main.doctor04 .prf {
    margin-bottom: 0;
    border-bottom: none;
    text-align: left;
  }
}
.l-doctor__main.doctor04 .prf .en {
  color: var(--main-dark);
  font-family: var(--en-font);
  font-size: 10rem;
  font-weight: 300;
  line-height: 0.9;
  white-space: nowrap;
  margin-bottom: 1rem;
  letter-spacing: 0;
}
@media screen and (max-width: 768px) {
  .l-doctor__main.doctor04 .prf .en {
    font-size: 6.2rem;
    white-space: normal;
  }
}
.l-doctor__main.doctor04 .prf .job {
  color: var(--main-dark);
  font-family: var(--sub-font);
  font-size: 1.4rem;
  font-weight: 600;
  line-height: 2.14;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 768px) {
  .l-doctor__main.doctor04 .prf .job {
    font-size: 1rem;
    line-height: 1.4;
    white-space: nowrap;
  }
}
.l-doctor__main.doctor04 .prf .name {
  font-family: var(--sub-font);
  font-size: 4.2rem;
  font-weight: 600;
  line-height: 1.4;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 768px) {
  .l-doctor__main.doctor04 .prf .name {
    font-size: 3rem;
    line-height: 1.26;
  }
}
.l-doctor__main.doctor04 .msg {
  width: 100%;
  max-width: 47rem;
  margin-left: auto;
}
@media screen and (max-width: 768px) {
  .l-doctor__main.doctor04 .msg {
    display: none;
  }
}
.l-doctor__sub {
  padding: 3rem 5rem;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-top: 3rem;
}
@media screen and (max-width: 768px) {
  .l-doctor__sub {
    padding: 3rem 2.4rem;
    font-size: 1.4rem;
  }
}
.l-doctor__sub.doctor01 {
  background: var(--sub-light);
}
.l-doctor__sub.doctor02 {
  background: var(--gray-light);
}
.l-doctor__sub.doctor03 {
  background: var(--sub-light);
}
.l-doctor__sub.doctor04 {
  background: var(--main-light);
}
.l-doctor__sub .career {
  width: 45rem;
}
@media screen and (max-width: 768px) {
  .l-doctor__sub .career {
    width: 100%;
  }
}
.l-doctor__sub .qual {
  width: 30rem;
}
@media screen and (max-width: 768px) {
  .l-doctor__sub .qual {
    width: 100%;
    margin-top: 2.4rem;
  }
}
.l-doctor__sub h4 {
  font-size: 2rem;
  font-weight: 600;
  line-height: 1.6;
  letter-spacing: 0.04em;
  padding-bottom: 1rem;
  margin-bottom: 1rem;
  border-bottom: 0.1rem solid var(--main-dark);
}
@media screen and (max-width: 768px) {
  .l-doctor__sub h4 {
    font-size: 1.6rem;
    line-height: 1.5;
    letter-spacing: 0.1em;
  }
}
.l-doctor__sub dl {
  display: flex;
  flex-wrap: wrap;
}
.l-doctor__sub dl dt {
  width: 11rem;
  font-weight: 400;
}
@media screen and (max-width: 768px) {
  .l-doctor__sub dl dt {
    width: 10rem;
  }
}
.l-doctor__sub dl dd {
  width: calc(100% - 11rem);
}
@media screen and (max-width: 768px) {
  .l-doctor__sub dl dd {
    width: calc(100% - 10rem);
  }
}
.l-doctor__sub ul li {
  position: relative;
  padding-left: 1em;
}
.l-doctor__sub ul li::before {
  content: "・";
  position: absolute;
  top: 0;
  left: 0;
}
@media screen and (min-width: 769px) {
  .l-doctor .msg-sp {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  .l-doctor .msg-sp {
    margin: 2rem 0 0 0;
  }
}
.l-gallery {
  position: relative;
  top: -15rem;
  margin-bottom: -15rem;
  z-index: 2;
}
@media screen and (max-width: 768px) {
  .l-gallery {
    top: -7.5rem;
    margin-bottom: -7.5rem;
  }
}
.l-group {
  padding: 17.5rem 0 11.4rem 0;
}
@media screen and (max-width: 768px) {
  .l-group {
    padding: 8rem 0 0 0;
  }
}
.l-group__inner {
  width: 115rem;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .l-group__inner {
    width: 100%;
  }
}
.l-group__title {
  margin-bottom: 7rem;
}
@media screen and (max-width: 768px) {
  .l-group__title {
    margin-bottom: 5rem;
  }
}
.l-group01 {
  background: var(--main-light);
  padding: 10rem;
}
@media screen and (max-width: 768px) {
  .l-group01 {
    padding: 6rem 2rem;
  }
}
.l-group02 {
  background: var(--sub-light);
  padding: 10rem;
  margin-top: 10rem;
}
@media screen and (max-width: 768px) {
  .l-group02 {
    padding: 6rem 2rem;
    margin-top: 0;
  }
}
.l-footer {
  background: var(--base-color);
  width: 100%;
  padding: 7rem 0 13rem 0;
  color: var(--white);
}
@media screen and (max-width: 768px) {
  .l-footer {
    padding: 6rem 2rem;
  }
}
.l-footer__inner {
  width: 112rem;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .l-footer__inner {
    width: 100%;
  }
}
.l-footer__flex {
  display: flex;
  flex-wrap: wrap;
  gap: 0 4.8rem;
}
@media screen and (max-width: 768px) {
  .l-footer__flex {
    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: 1.6rem;
  }
}
@media screen and (max-width: 768px) {
  .l-footer__flexitem03 {
    width: 100%;
    margin-top: 1.6rem;
  }
}
.l-footer__flexitem06 {
  margin-top: 8rem;
  width: 100%;
  color: var(--white);
  text-align: center;
}
@media screen and (max-width: 768px) {
  .l-footer__flexitem06 {
    margin-top: 6.4rem;
    white-space: nowrap;
  }
}
.l-footer__flexitem06 small {
  font-size: 1.2rem;
  line-height: 1.87;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 768px) {
  .l-footer__flexitem06 small {
    line-height: 1.6;
  }
}
.l-footer__flexitem06 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 {
    width: 50%;
  }
  .l-footer__nav01 li.full {
    width: 100%;
  }
}
.l-footer__nav01 a {
  display: flex;
  align-items: center;
  gap: 0 0.8rem;
  font-weight: 600;
}
.l-footer__nav01 a:hover {
  opacity: 0.7;
}
.l-footer__nav02wrap {
  display: flex;
  gap: 0 4.8rem;
  margin: 1rem 0 0 3.2rem;
}
@media screen and (max-width: 768px) {
  .l-footer__nav02wrap {
    gap: 0 0;
  }
}
@media screen and (max-width: 768px) {
  .l-footer__nav02 {
    width: 50%;
  }
}
.l-footer__nav02 li {
  width: 100%;
}
.l-footer__nav02 li + li {
  margin-top: 0.4rem;
}
.l-footer__nav02 a {
  color: var(--white);
  font-weight: 400;
}
.l-footer__nav02 a:hover {
  opacity: 0.7;
}
@media screen and (max-width: 768px) {
  .l-floating {
    width: 100%;
    height: 6.4rem;
    position: fixed;
    bottom: 0;
    left: 0;
    display: flex;
    z-index: 9000;
    border-top: 0.1rem solid var(--white);
  }
  .l-floating__phone {
    width: 50%;
  }
  .l-floating__phone a {
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    flex-direction: column;
    color: var(--white);
    text-align: center;
    background: var(--sub);
  }
  .l-floating__phone p {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0 0.6rem;
    font-family: var(--sub-font);
    font-size: 1.5rem;
    font-weight: 600;
    line-height: 1.5;
    letter-spacing: 0.05em;
  }
  .l-floating__reserve {
    width: 50%;
  }
  .l-floating__reserve a {
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    flex-direction: column;
    color: var(--white);
    text-align: center;
    background: var(--main-dark);
  }
  .l-floating__reserve p {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0 0.6rem;
    font-family: var(--sub-font);
    font-size: 1.5rem;
    font-weight: 600;
    line-height: 1.5;
    letter-spacing: 0.05em;
  }
}
@media screen and (min-width: 769px) {
  .l-floating {
    display: none;
  }
}
.l-trouble {
  background: url(../img/l-trouble-bg.jpg) no-repeat center top/cover;
  height: 86.6rem;
  position: relative;
  z-index: 2;
  clip-path: polygon(0 0, 100% 0, 100% 88.22%, 50% 100%, 0 88.22%);
  margin-bottom: -11.86246rem;
  padding: 6.4rem 0 0 0;
}
@media screen and (max-width: 768px) {
  .l-trouble {
    background: url(../img/l-trouble-bg-sp.jpg) no-repeat center top/cover;
    height: 96rem;
    clip-path: polygon(0 0, 100% 0, 100% 91.84%, 50% 100%, 0 91.84%);
    margin-bottom: -7.8336rem;
    padding: 6rem 1.5rem 0 1.5rem;
  }
}
.l-trouble__inner {
  width: 109rem;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .l-trouble__inner {
    width: 100%;
  }
}
.l-trouble__title {
  text-align: center;
  position: relative;
  margin-bottom: 4rem;
}
@media screen and (max-width: 768px) {
  .l-trouble__title {
    margin-bottom: 3.2rem;
  }
}
.l-trouble__title .en {
  font-family: var(--en-font);
  font-size: 20rem;
  font-weight: 300;
  line-height: 0.8;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  opacity: 0.2;
}
@media screen and (max-width: 768px) {
  .l-trouble__title .en {
    font-size: 7.8rem;
    letter-spacing: 0.02em;
  }
}
.l-trouble__title .ja {
  color: var(--white);
  text-shadow: 0px 2px 4px rgba(0, 0, 0, 0.25);
  font-family: var(--sub-font);
  font-size: 3rem;
  font-weight: 600;
  line-height: 1.4;
  letter-spacing: 0.2em;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
}
@media screen and (max-width: 768px) {
  .l-trouble__title .ja {
    font-size: 2.4rem;
    letter-spacing: 0.1em;
    transform: translate(0, 0);
    position: static;
    text-align: center;
    margin-top: -4.8rem;
  }
}
.l-trouble__title .ja span {
  font-size: 4.2rem;
}
.l-trouble__list {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 0 3rem;
  margin-bottom: 5rem;
}
@media screen and (max-width: 768px) {
  .l-trouble__list {
    gap: 1rem;
    margin-bottom: 0;
  }
}
.l-trouble__list li {
  width: 25rem;
  height: auto;
  aspect-ratio: 1/1;
  border-radius: 50%;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: flex-end;
}
@media screen and (max-width: 768px) {
  .l-trouble__list li {
    width: calc((100% - 1rem) / 2);
  }
}
.l-trouble__list li:nth-child(1) {
  background: url(../img/l-trouble-photo01.jpg) no-repeat center top/100% auto;
}
.l-trouble__list li:nth-child(2) {
  background: url(../img/l-trouble-photo02.jpg) no-repeat center top/100% auto;
}
.l-trouble__list li:nth-child(3) {
  background: url(../img/l-trouble-photo03.jpg) no-repeat center top/100% auto;
}
.l-trouble__list li:nth-child(4) {
  background: url(../img/l-trouble-photo04.jpg) no-repeat center top/100% auto;
}
.l-trouble__list li:nth-child(5) {
  background: url(../img/l-trouble-photo05.jpg) no-repeat center top/100% auto;
}
.l-trouble__list li:nth-child(6) {
  background: url(../img/l-trouble-photo06.jpg) no-repeat center top/100% auto;
}
.l-trouble__list li:nth-child(7) {
  background: url(../img/l-trouble-photo07.jpg) no-repeat center top/100% auto;
}
.l-trouble__list li p {
  width: 100%;
  height: 9rem;
  background: #666;
  color: var(--white);
  text-align: center;
  font-size: 1.6rem;
  font-weight: 600;
  line-height: 1.4;
  letter-spacing: 0.1em;
  display: flex;
  justify-content: center;
  align-items: center;
  padding-bottom: 0.8rem;
}
@media screen and (max-width: 768px) {
  .l-trouble__list li p {
    height: 6.4rem;
    font-size: 1.3rem;
    line-height: 1.4;
    display: flex;
    justify-content: center;
    align-items: center;
    padding-bottom: 0.4rem;
  }
}
.l-worry {
  background: url(../img/l-worry-bg.jpg) no-repeat center top/cover;
  padding: 14rem 0 0 0;
}
@media screen and (max-width: 768px) {
  .l-worry {
    background: url(../img/l-worry-bg-sp.jpg) no-repeat center top/cover;
    padding: 10rem 0 0 0;
  }
}
.l-worry__inner {
  width: 120rem;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .l-worry__inner {
    width: 100%;
  }
}
.l-worry__title {
  position: relative;
  text-align: center;
  color: var(--main-dark);
  font-family: var(--sub-font);
  font-size: 5rem;
  font-weight: 700;
  line-height: 1.5;
  text-shadow: white 1px 0 1px, white -1px 0 1px, white 0 1px 1px, white 0 -1px 1px, white 1px 1px 1px, white -1px -1px 1px, white -1px 1px 1px, white 1px -1px 1px, white 2px 0 2px, white -2px 0 2px, white 0 2px 2px, white 0 -2px 2px, white 2px 2px 2px, white -2px -2px 2px, white -2px 2px 2px, white 2px -2px 2px, white 3px 0 3px, white -3px 0 3px, white 0 3px 3px, white 0 -3px 3px, white 3px 3px 3px, white -3px -3px 3px, white -3px 3px 3px, white 3px -3px 3px, white 4px 0 4px, white -4px 0 4px, white 0 4px 4px, white 0 -4px 4px, white 4px 4px 4px, white -4px -4px 4px, white -4px 4px 4px, white 4px -4px 4px;
}
@media screen and (max-width: 768px) {
  .l-worry__title {
    font-size: 4rem;
    line-height: 1.26;
  }
}
.l-worry__img {
  width: 110.2rem;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .l-worry__img {
    width: calc(100% - 2rem);
    margin: 1.8rem auto 5.2rem auto;
  }
}
.l-worry__img img {
  width: 100%;
  height: auto;
}
.l-worry__labels {
  background: var(--main-dark);
  padding: 3.6rem;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 1rem 0;
  position: relative;
  bottom: -13.6rem;
  margin-top: -13.6rem;
}
@media screen and (max-width: 768px) {
  .l-worry__labels {
    padding: 2rem;
    gap: 1rem 0;
    position: static;
    margin-top: 0;
  }
}
.l-worry__labels ul {
  display: flex;
  justify-content: center;
  gap: 0 1.5rem;
}
@media screen and (max-width: 768px) {
  .l-worry__labels ul {
    flex-wrap: wrap;
    gap: 1rem;
  }
}
.l-worry__labels ul li {
  background: var(--white);
  color: var(--main-dark);
  font-family: var(--sub-font);
  font-size: 2rem;
  font-weight: 600;
  line-height: 1.4;
  letter-spacing: 0.2em;
  padding: 0.5rem 2rem;
}
@media screen and (max-width: 768px) {
  .l-worry__labels ul li {
    font-size: 1.8rem;
    font-weight: 700;
    line-height: 1.6;
    letter-spacing: 0.04em;
    padding: 0.4rem 1.6rem;
  }
}
.l-worry__labels h3 {
  width: 100%;
  color: var(--white);
  text-align: center;
  font-family: var(--sub-font);
  font-size: 4.2rem;
  font-weight: 600;
  line-height: 1.4;
}
@media screen and (max-width: 768px) {
  .l-worry__labels h3 {
    font-size: 3rem;
    line-height: 1.26;
  }
}
.l-case {
  padding-top: 28.6rem;
  /* ----- l-case01 ----- */
  /* ----- l-case02 ----- */
  /* ----- l-case03 ----- */
  /* ----- l-case04 ----- */
}
@media screen and (max-width: 768px) {
  .l-case {
    padding-top: 0;
  }
}
.l-case01 {
  margin-top: 0;
  position: relative;
  width: 100%;
}
.l-case01::before {
  content: "";
  background: #C3DDE3;
  width: 100%;
  height: 46.8rem;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: -1;
}
@media screen and (max-width: 768px) {
  .l-case01::before {
    height: 100rem;
  }
}
.l-case01__en {
  color: var(--sub-light);
  font-family: var(--en-font);
  font-size: 18rem;
  font-weight: 300;
  line-height: 0.66;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  position: absolute;
  top: 7rem;
  left: 0;
  position: relative;
  z-index: 0;
}
@media screen and (max-width: 768px) {
  .l-case01__en {
    top: 5rem;
    left: 50%;
    transform: translate(-50%, 0);
    width: 100%;
    text-align: center;
    font-size: 8rem;
  }
}
.l-case01__flexbox {
  width: 135.6rem;
  margin-left: auto;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  flex-direction: row-reverse;
  flex-wrap: wrap;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 768px) {
  .l-case01__flexbox {
    width: 100%;
    margin: 0 auto;
  }
}
.l-case01__imgbox {
  width: 77.6rem;
  margin-left: -12rem;
  position: relative;
  z-index: 0;
}
@media screen and (max-width: 768px) {
  .l-case01__imgbox {
    width: calc(100% - 3rem);
    margin-left: auto;
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    height: 46rem;
  }
}
@media screen and (max-width: 768px) {
  .l-case01__imgbox .title {
    position: absolute;
    top: -2rem;
    left: -2rem;
    writing-mode: vertical-rl;
    text-orientation: upright;
    color: var(--sub-dark);
    text-shadow: 0px 0px 4px #FFF, 2px 2px 2px #FFF;
    font-family: var(--sub-font);
    font-size: 2rem;
    font-weight: 600;
    line-height: 1.1;
    letter-spacing: 0.1em;
    height: 100%;
    max-height: 100%;
    white-space: nowrap;
  }
  .l-case01__imgbox .title span {
    font-size: 4.6rem;
  }
}
@media screen and (min-width: 769px) {
  .l-case01__imgbox .title {
    display: none;
  }
}
.l-case01__imgbox img {
  width: 100%;
  height: auto;
}
.l-case01__imgbox .label {
  position: absolute;
  bottom: 7rem;
  right: 0;
  background: var(--white);
  padding: 1rem 7rem 1rem 2rem;
  display: inline-flex;
  flex-wrap: wrap;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
}
@media screen and (max-width: 768px) {
  .l-case01__imgbox .label {
    padding: 1rem;
    bottom: 0;
  }
}
.l-case01__imgbox .label p:first-child {
  color: var(--sub);
  font-size: 2rem;
  font-weight: 600;
  line-height: 1.6;
  letter-spacing: 0.03em;
}
@media screen and (max-width: 768px) {
  .l-case01__imgbox .label p:first-child {
    font-size: 1.3rem;
    font-weight: 700;
    line-height: 1.38;
    letter-spacing: 0.05em;
  }
}
.l-case01__imgbox .label p:last-child {
  display: flex;
  align-items: flex-end;
  gap: 0 1.6rem;
  color: var(--sub);
  font-family: var(--sub-font);
  line-height: 1.4;
  letter-spacing: 0.2em;
}
.l-case01__imgbox .label p:last-child .ja {
  font-size: 3rem;
  font-weight: 600;
}
@media screen and (max-width: 768px) {
  .l-case01__imgbox .label p:last-child .ja {
    font-size: 2rem;
    font-weight: 700;
    letter-spacing: 0.05em;
  }
}
.l-case01__imgbox .label p:last-child .en {
  font-size: 1.8rem;
  font-weight: 400;
}
@media screen and (max-width: 768px) {
  .l-case01__imgbox .label p:last-child .en {
    font-size: 1.4rem;
    font-weight: 600;
  }
}
.l-case01__txtbox {
  width: 70rem;
  position: relative;
  z-index: 1;
  padding-bottom: 7rem;
}
@media screen and (max-width: 768px) {
  .l-case01__txtbox {
    width: 100%;
    margin: 0 auto;
    padding: 3rem 0 8rem 0;
  }
}
.l-case01__title {
  color: var(--sub-dark);
  font-family: var(--sub-font);
  font-size: 4.2rem;
  font-weight: 600;
  line-height: 1.4;
  margin-bottom: 3rem;
}
@media screen and (max-width: 768px) {
  .l-case01__title {
    display: none;
  }
}
.l-case01__title span {
  font-size: 6rem;
}
.l-case01__p {
  margin-bottom: 5rem;
}
@media screen and (max-width: 768px) {
  .l-case01__p {
    display: none;
  }
}
.l-case01__btns {
  margin-top: 3rem;
  display: flex;
  gap: 0 2rem;
}
@media screen and (max-width: 768px) {
  .l-case01__btns {
    margin-top: 2.4rem;
    flex-wrap: wrap;
    gap: 2rem 0;
    padding: 0 2rem;
  }
  .l-case01__btns li {
    width: 100%;
  }
}
.l-case01__btns a {
  border: 0.1rem solid var(--sub);
  background: var(--white) url(../img/l-case01-btn.svg) no-repeat center right 3rem/2.4rem auto;
  padding: 1.6rem 6.4rem 1.6rem 3rem;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  color: var(--sub);
  font-weight: 600;
  line-height: 1.5;
}
@media screen and (max-width: 768px) {
  .l-case01__btns a {
    display: flex;
  }
}
.l-case01__btns a:hover {
  opacity: 0.7;
}
.l-case02 {
  margin-top: 7rem;
  position: relative;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .l-case02 {
    margin-top: 0;
  }
}
.l-case02::before {
  content: "";
  background: var(--main-light);
  width: 100%;
  height: 48.8rem;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: -1;
}
@media screen and (max-width: 768px) {
  .l-case02::before {
    height: 100rem;
  }
}
.l-case02__en {
  color: #F7F4EB;
  font-family: var(--en-font);
  font-size: 18rem;
  font-weight: 300;
  line-height: 0.66;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  position: absolute;
  top: 7rem;
  right: 0;
  position: relative;
  z-index: 0;
  text-align: right;
}
@media screen and (max-width: 768px) {
  .l-case02__en {
    top: 5rem;
    left: 50%;
    transform: translate(-50%, 0);
    width: 100%;
    text-align: center;
    font-size: 7rem;
  }
}
.l-case02__flexbox {
  width: 145.6rem;
  margin-right: auto;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  flex-wrap: wrap;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 768px) {
  .l-case02__flexbox {
    width: 100%;
    margin: 0 auto;
  }
}
.l-case02__imgbox {
  width: 65.6rem;
  position: relative;
  z-index: 0;
  display: flex;
  padding-bottom: 5rem;
}
@media screen and (max-width: 768px) {
  .l-case02__imgbox {
    width: calc(100% - 11rem);
    margin-right: auto;
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    height: 40rem;
    padding-bottom: 1.6rem;
  }
}
@media screen and (max-width: 768px) {
  .l-case02__imgbox .title {
    position: absolute;
    top: 3rem;
    right: -10rem;
    writing-mode: vertical-rl;
    text-orientation: upright;
    color: var(--main-dark);
    text-shadow: 0px 0px 4px #FFF, 2px 2px 2px #FFF;
    font-family: var(--sub-font);
    font-size: 4rem;
    font-weight: 600;
    line-height: 1.1;
    letter-spacing: 0.1em;
    height: 100%;
    max-height: 100%;
    white-space: nowrap;
  }
  .l-case02__imgbox .title span {
    font-size: 5.2rem;
  }
  .l-case02__imgbox .title small {
    font-size: 3.2rem;
  }
}
@media screen and (min-width: 769px) {
  .l-case02__imgbox .title {
    display: none;
  }
}
.l-case02__imgbox img {
  width: 60rem;
  height: auto;
}
@media screen and (max-width: 768px) {
  .l-case02__imgbox img {
    width: 100%;
  }
}
.l-case02__imgbox .label {
  position: absolute;
  bottom: 10.5rem;
  left: 0;
  background: var(--white);
  padding: 1rem 7rem 1rem 2rem;
  display: inline-flex;
  flex-wrap: wrap;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
}
@media screen and (max-width: 768px) {
  .l-case02__imgbox .label {
    padding: 1rem;
    bottom: 1.5rem;
  }
}
.l-case02__imgbox .label p:first-child {
  color: var(--main-dark);
  font-size: 2rem;
  font-weight: 600;
  line-height: 1.6;
  letter-spacing: 0.03em;
}
@media screen and (max-width: 768px) {
  .l-case02__imgbox .label p:first-child {
    font-size: 1.3rem;
    font-weight: 700;
    line-height: 1.38;
    letter-spacing: 0.05em;
  }
}
.l-case02__imgbox .label p:last-child {
  display: flex;
  align-items: flex-end;
  gap: 0 1.6rem;
  color: var(--main-dark);
  font-family: var(--sub-font);
  line-height: 1.4;
  letter-spacing: 0.2em;
}
.l-case02__imgbox .label p:last-child .ja {
  font-size: 3rem;
  font-weight: 600;
}
@media screen and (max-width: 768px) {
  .l-case02__imgbox .label p:last-child .ja {
    font-size: 2rem;
    font-weight: 700;
    letter-spacing: 0.05em;
  }
}
.l-case02__imgbox .label p:last-child .en {
  font-size: 1.8rem;
  font-weight: 400;
}
@media screen and (max-width: 768px) {
  .l-case02__imgbox .label p:last-child .en {
    font-size: 1.4rem;
    font-weight: 600;
  }
}
.l-case02__txtbox {
  width: 70rem;
  position: relative;
  z-index: 1;
  padding-bottom: 0;
}
@media screen and (max-width: 768px) {
  .l-case02__txtbox {
    width: 100%;
    margin: 0 auto;
    padding: 3rem 0 8rem 0;
  }
}
.l-case02__title {
  color: var(--main-dark);
  font-family: var(--sub-font);
  font-size: 4.2rem;
  font-weight: 600;
  line-height: 1.4;
  margin-bottom: 3rem;
}
@media screen and (max-width: 768px) {
  .l-case02__title {
    display: none;
  }
}
.l-case02__title span {
  font-size: 7.2rem;
}
.l-case02__p {
  margin-bottom: 5rem;
}
@media screen and (max-width: 768px) {
  .l-case02__p {
    display: none;
  }
}
.l-case02__btns {
  margin: 3rem 0;
  display: flex;
  justify-content: center;
  gap: 0 2rem;
}
@media screen and (max-width: 768px) {
  .l-case02__btns {
    margin-top: 2.4rem;
    flex-wrap: wrap;
    gap: 2rem 0;
    padding: 0 2rem;
  }
  .l-case02__btns li {
    width: 100%;
  }
}
.l-case02__btns a {
  border: 0.1rem solid var(--main);
  background: var(--white) url(../img/l-case02-btn.svg) no-repeat center right 3rem/2.4rem auto;
  padding: 1.6rem 6.4rem 1.6rem 3rem;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  color: var(--main);
  font-weight: 600;
  line-height: 1.5;
}
@media screen and (max-width: 768px) {
  .l-case02__btns a {
    display: flex;
  }
}
.l-case02__btns a:hover {
  opacity: 0.7;
}
.l-case03 {
  margin-top: 7rem;
  position: relative;
}
@media screen and (max-width: 768px) {
  .l-case03 {
    margin-top: 0;
  }
}
.l-case03::before {
  content: "";
  background: var(--gray-light);
  width: 100%;
  height: 46.8rem;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: -1;
}
@media screen and (max-width: 768px) {
  .l-case03::before {
    height: 100rem;
  }
}
.l-case03__en {
  color: #F6F6F6;
  font-family: var(--en-font);
  font-size: 18rem;
  font-weight: 300;
  line-height: 0.66;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  position: absolute;
  top: 7rem;
  left: 0;
  position: relative;
  z-index: 0;
}
@media screen and (max-width: 768px) {
  .l-case03__en {
    top: 5rem;
    left: 50%;
    transform: translate(-50%, 0);
    width: 100%;
    text-align: center;
    font-size: 9rem;
  }
}
.l-case03__flexbox {
  width: 135.6rem;
  margin-left: auto;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  flex-direction: row-reverse;
  flex-wrap: wrap;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 768px) {
  .l-case03__flexbox {
    width: 100%;
    margin: 0 auto;
  }
}
.l-case03__imgbox {
  width: 77.6rem;
  margin-left: -12rem;
  position: relative;
  z-index: 0;
}
@media screen and (max-width: 768px) {
  .l-case03__imgbox {
    width: calc(100% - 3rem);
    margin-left: auto;
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    height: 40rem;
  }
}
@media screen and (max-width: 768px) {
  .l-case03__imgbox .title {
    position: absolute;
    top: 3rem;
    left: -1rem;
    writing-mode: vertical-rl;
    text-orientation: upright;
    color: var(--base-color);
    text-shadow: 0px 0px 4px #FFF, 2px 2px 2px #FFF;
    font-family: var(--sub-font);
    font-size: 3.8rem;
    font-weight: 600;
    line-height: 1.1;
    letter-spacing: 0.1em;
    height: 100%;
    max-height: 100%;
    white-space: nowrap;
  }
  .l-case03__imgbox .title span {
    font-size: 4.2rem;
  }
  .l-case03__imgbox .title small {
    font-size: 2.4rem;
  }
}
@media screen and (min-width: 769px) {
  .l-case03__imgbox .title {
    display: none;
  }
}
.l-case03__imgbox img {
  width: 100%;
  height: auto;
}
.l-case03__imgbox .label {
  position: absolute;
  bottom: 7rem;
  right: 0;
  background: var(--white);
  padding: 1rem 7rem 1rem 2rem;
  display: inline-flex;
  flex-wrap: wrap;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
}
@media screen and (max-width: 768px) {
  .l-case03__imgbox .label {
    padding: 1rem;
    bottom: 0;
  }
}
.l-case03__imgbox .label p:first-child {
  color: var(--base-color);
  font-size: 2rem;
  font-weight: 600;
  line-height: 1.6;
  letter-spacing: 0.03em;
}
@media screen and (max-width: 768px) {
  .l-case03__imgbox .label p:first-child {
    font-size: 1.3rem;
    font-weight: 700;
    line-height: 1.38;
    letter-spacing: 0.05em;
  }
}
.l-case03__imgbox .label p:last-child {
  display: flex;
  align-items: flex-end;
  gap: 0 1.6rem;
  color: var(--base-color);
  font-family: var(--sub-font);
  line-height: 1.4;
  letter-spacing: 0.2em;
}
.l-case03__imgbox .label p:last-child .ja {
  font-size: 3rem;
  font-weight: 600;
}
@media screen and (max-width: 768px) {
  .l-case03__imgbox .label p:last-child .ja {
    font-size: 2rem;
    font-weight: 700;
    letter-spacing: 0.05em;
  }
}
.l-case03__imgbox .label p:last-child .en {
  font-size: 1.8rem;
  font-weight: 400;
}
@media screen and (max-width: 768px) {
  .l-case03__imgbox .label p:last-child .en {
    font-size: 1.4rem;
    font-weight: 600;
  }
}
.l-case03__txtbox {
  width: 70rem;
  position: relative;
  z-index: 1;
  padding-bottom: 7rem;
}
@media screen and (max-width: 768px) {
  .l-case03__txtbox {
    width: 100%;
    margin: 0 auto;
    padding: 3rem 0 8rem 0;
  }
}
.l-case03__title {
  color: var(--base-color);
  font-family: var(--sub-font);
  font-size: 4.2rem;
  font-weight: 600;
  line-height: 1.4;
  margin-bottom: 3rem;
}
@media screen and (max-width: 768px) {
  .l-case03__title {
    display: none;
  }
}
.l-case03__title span {
  font-size: 6rem;
}
.l-case03__p {
  margin-bottom: 5rem;
}
@media screen and (max-width: 768px) {
  .l-case03__p {
    display: none;
  }
}
.l-case03__btns {
  margin-top: 3rem;
  display: flex;
  gap: 0 2rem;
}
@media screen and (max-width: 768px) {
  .l-case03__btns {
    margin-top: 2.4rem;
    flex-wrap: wrap;
    gap: 2rem 0;
    padding: 0 2rem;
  }
  .l-case03__btns li {
    width: 100%;
  }
}
.l-case03__btns a {
  border: 0.1rem solid var(--base-color);
  background: var(--white) url(../img/l-case03-btn.svg) no-repeat center right 3rem/2.4rem auto;
  padding: 1.6rem 6.4rem 1.6rem 3rem;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  color: var(--base-color);
  font-weight: 600;
  line-height: 1.5;
}
@media screen and (max-width: 768px) {
  .l-case03__btns a {
    display: flex;
  }
}
.l-case03__btns a:hover {
  opacity: 0.7;
}
.l-case04 {
  margin-top: 7rem;
  position: relative;
}
@media screen and (max-width: 768px) {
  .l-case04 {
    margin-top: 0;
  }
}
.l-case04::before {
  content: "";
  background: #C3DDE3;
  width: 100%;
  height: 46.8rem;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: -1;
}
@media screen and (max-width: 768px) {
  .l-case04::before {
    height: 100rem;
  }
}
.l-case04__en {
  color: #F4F9FB;
  font-family: var(--en-font);
  font-size: 18rem;
  font-weight: 300;
  line-height: 0.66;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  position: absolute;
  top: 7rem;
  right: 0;
  position: relative;
  z-index: 0;
  text-align: right;
}
@media screen and (max-width: 768px) {
  .l-case04__en {
    top: 5rem;
    left: 50%;
    transform: translate(-50%, 0);
    width: 100%;
    text-align: center;
    font-size: 12rem;
  }
}
.l-case04__flexbox {
  width: 145.6rem;
  margin-right: auto;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  flex-wrap: wrap;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 768px) {
  .l-case04__flexbox {
    width: 100%;
    margin: 0 auto;
  }
}
.l-case04__imgbox {
  width: 65.6rem;
  position: relative;
  z-index: 0;
  display: flex;
  justify-content: flex-end;
  padding-bottom: 7rem;
}
@media screen and (max-width: 768px) {
  .l-case04__imgbox {
    width: calc(100% - 11rem);
    margin-left: auto;
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    height: 48rem;
    padding-bottom: 1.2rem;
  }
}
@media screen and (max-width: 768px) {
  .l-case04__imgbox .title {
    position: absolute;
    top: 3rem;
    left: -10rem;
    writing-mode: vertical-rl;
    text-orientation: upright;
    color: var(--sub-dark);
    text-shadow: 0px 0px 4px #FFF, 2px 2px 2px #FFF;
    font-family: var(--sub-font);
    font-size: 3.4rem;
    font-weight: 600;
    line-height: 1.1;
    letter-spacing: 0.1em;
    height: 100%;
    max-height: 100%;
    white-space: nowrap;
  }
  .l-case04__imgbox .title span {
    font-size: 4.2rem;
  }
}
@media screen and (min-width: 769px) {
  .l-case04__imgbox .title {
    display: none;
  }
}
.l-case04__imgbox img {
  width: 50rem;
  height: auto;
}
@media screen and (max-width: 768px) {
  .l-case04__imgbox img {
    width: 100%;
  }
}
.l-case04__imgbox .label {
  position: absolute;
  bottom: 7rem;
  left: 0;
  background: var(--white);
  padding: 1rem 7rem 1rem 2rem;
  display: inline-flex;
  flex-wrap: wrap;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
}
@media screen and (max-width: 768px) {
  .l-case04__imgbox .label {
    padding: 1rem;
    bottom: 0;
  }
}
.l-case04__imgbox .label p:first-child {
  color: var(--sub);
  font-size: 2rem;
  font-weight: 600;
  line-height: 1.6;
  letter-spacing: 0.03em;
}
@media screen and (max-width: 768px) {
  .l-case04__imgbox .label p:first-child {
    font-size: 1.3rem;
    font-weight: 700;
    line-height: 1.38;
    letter-spacing: 0.05em;
  }
}
.l-case04__imgbox .label p:last-child {
  display: flex;
  align-items: flex-end;
  gap: 0 1.6rem;
  color: var(--sub);
  font-family: var(--sub-font);
  line-height: 1.4;
  letter-spacing: 0.2em;
}
.l-case04__imgbox .label p:last-child .ja {
  font-size: 3rem;
  font-weight: 600;
}
@media screen and (max-width: 768px) {
  .l-case04__imgbox .label p:last-child .ja {
    font-size: 2rem;
    font-weight: 700;
    letter-spacing: 0.05em;
  }
}
.l-case04__imgbox .label p:last-child .en {
  font-size: 1.8rem;
  font-weight: 400;
}
@media screen and (max-width: 768px) {
  .l-case04__imgbox .label p:last-child .en {
    font-size: 1.4rem;
    font-weight: 600;
  }
}
.l-case04__txtbox {
  width: 70rem;
  position: relative;
  z-index: 1;
  padding-bottom: 7rem;
}
@media screen and (max-width: 768px) {
  .l-case04__txtbox {
    width: 100%;
    margin: 0 auto;
    padding: 3rem 0 8rem 0;
  }
}
.l-case04__title {
  color: var(--sub);
  font-family: var(--sub-font);
  font-size: 4.2rem;
  font-weight: 600;
  line-height: 1.4;
  margin-bottom: 3rem;
}
@media screen and (max-width: 768px) {
  .l-case04__title {
    display: none;
  }
}
.l-case04__title span {
  font-size: 6rem;
}
.l-case04__p {
  margin-bottom: 5rem;
}
@media screen and (max-width: 768px) {
  .l-case04__p {
    display: none;
  }
}
.l-case04__btns {
  margin-top: 3rem;
  display: flex;
  gap: 0 2rem;
}
@media screen and (max-width: 768px) {
  .l-case04__btns {
    margin-top: 2.4rem;
    flex-wrap: wrap;
    gap: 2rem 0;
    padding: 0 2rem;
  }
  .l-case04__btns li {
    width: 100%;
  }
}
.l-case04__btns a {
  border: 0.1rem solid var(--sub);
  background: var(--white) url(../img/l-case04-btn.svg) no-repeat center right 3rem/2.4rem auto;
  padding: 1.6rem 6.4rem 1.6rem 3rem;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  color: var(--sub);
  font-weight: 600;
  line-height: 1.5;
}
@media screen and (max-width: 768px) {
  .l-case04__btns a {
    display: flex;
  }
}
.l-case04__btns a:hover {
  opacity: 0.7;
}
.l-header__logo {
  position: absolute;
  top: 2.4rem;
  left: 5.8rem;
  z-index: 10;
}
@media screen and (max-width: 768px) {
  .l-header__logo {
    top: 2rem;
    left: 2rem;
  }
}
.l-header__logo a:hover {
  opacity: 0.7;
}
.l-header__logo h1, .l-header__logo p {
  line-height: 1.5;
  font-weight: 600;
}
.l-header__logo h1 span, .l-header__logo p span {
  display: block;
  font-family: var(--sub-font);
  font-size: 2.4rem;
  line-height: 1.33;
  letter-spacing: 0.05em;
  margin-bottom: 0.6rem;
}
@media screen and (max-width: 768px) {
  .l-header__logo h1 span, .l-header__logo p span {
    font-size: 2rem;
  }
}
.l-header__fix {
  position: fixed;
  top: 0;
  right: 6rem;
  z-index: 9999;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .l-header__fix {
    right: 0;
  }
}
@media screen and (max-width: 1320px) and (min-width: 769px) {
  .l-header__phone {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  .l-header__phone {
    display: none;
  }
}
.l-header__phone a {
  border: 0.1rem solid var(--main-dark);
  background: var(--white);
  display: inline-flex;
  justify-content: center;
  align-items: center;
  gap: 0 1rem;
  text-align: center;
  height: 6rem;
  padding: 1.4rem 3rem;
  color: var(--main-dark);
  font-family: var(--sub-font);
  font-size: 2.4rem;
  font-weight: 600;
  line-height: 1.33;
  letter-spacing: 0.05em;
}
.l-header__phone a:hover {
  opacity: 0.7;
}
@media screen and (max-width: 1320px) and (min-width: 769px) {
  .l-header__reserve {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  .l-header__reserve {
    display: none;
  }
}
.l-header__reserve a {
  border: 0.1rem solid var(--main-dark);
  background: var(--main-dark);
  display: inline-flex;
  justify-content: center;
  align-items: center;
  gap: 0 1rem;
  text-align: center;
  height: 6rem;
  padding: 1.4rem 3rem;
  color: var(--white);
  font-family: var(--sub-font);
  font-size: 2rem;
  font-weight: 600;
  line-height: 1.33;
  letter-spacing: 0.05em;
}
.l-header__reserve a:hover {
  opacity: 0.7;
}
.l-sitemap {
  padding: 14.2rem 5rem 0 5rem;
}
@media screen and (max-width: 768px) {
  .l-sitemap {
    padding: 10rem 2.8rem 0 2.8rem;
  }
}
.l-sitemap__nav {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  gap: 3rem 0;
}
.l-sitemap__nav a {
  font-size: 2rem;
  font-weight: 600;
  line-height: 1.6;
  letter-spacing: 0.03em;
}
.l-sitemap__nav a:hover {
  opacity: 0.7;
}
.l-sitemap__nav img {
  width: 100%;
  height: auto;
}
.l-hero {
  /* ----- 共通 ----- */
  /* ----- l-hero01 ----- */
  /* ----- l-hero02 ----- */
  /* ----- l-hero03 ----- */
  /* ----- l-hero04 ----- */
  /* ----- l-hero05 ----- */
  /* ----- l-hero06 ----- */
}
.l-hero__btnSmall a {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  flex-direction: column;
  gap: 0.6rem 0;
  width: 44.7rem;
  background: var(--main-dark);
  color: var(--white);
  padding: 1.9rem 0;
}
@media screen and (max-width: 768px) {
  .l-hero__btnSmall a {
    width: 100%;
  }
}
.l-hero__btnSmall a:hover {
  opacity: 0.7;
}
.l-hero__btnSmall .small {
  text-align: center;
  font-weight: 600;
  line-height: 1.5;
}
.l-hero__btnSmall .large {
  font-family: var(--sub-font);
  font-size: 3rem;
  font-weight: 700;
  line-height: 1.46;
  letter-spacing: 0.09em;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0 2rem;
  white-space: nowrap;
}
@media screen and (max-width: 768px) {
  .l-hero__btnSmall .large {
    gap: 0 1.2rem;
  }
  .l-hero__btnSmall .large .icon01 {
    width: 3.2rem;
    height: auto;
  }
  .l-hero__btnSmall .large .icon02 {
    width: 2.4rem;
    height: auto;
  }
}
.l-hero__btnLarge a {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  flex-direction: column;
  gap: 0.6rem 0;
  width: 37.3015873016vw;
  background: var(--main-dark);
  color: var(--white);
  padding: 1.9rem 0;
}
@media screen and (max-width: 768px) {
  .l-hero__btnLarge a {
    width: 100%;
  }
}
.l-hero__btnLarge a:hover {
  opacity: 0.7;
}
.l-hero__btnLarge .small {
  text-align: center;
  font-weight: 600;
  line-height: 1.5;
}
.l-hero__btnLarge .large {
  font-family: var(--sub-font);
  font-size: 2.7777777778vw;
  font-weight: 700;
  line-height: 1.46;
  letter-spacing: 0.09em;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0 2rem;
  white-space: nowrap;
}
@media screen and (max-width: 768px) {
  .l-hero__btnLarge .large {
    font-size: 3rem;
    gap: 0 1.2rem;
  }
  .l-hero__btnLarge .large .icon01 {
    width: 3.2rem;
    height: auto;
  }
  .l-hero__btnLarge .large .icon02 {
    width: 2.4rem;
    height: auto;
  }
}
.l-hero01 {
  width: 100%;
  position: relative;
}
@media screen and (max-width: 768px) {
  .l-hero01 {
    padding: 9.2rem 0 4.8rem 0;
  }
}
.l-hero01 img.mainimg {
  width: 100%;
  height: auto;
  image-rendering: auto;
}
.l-hero01__btn {
  position: absolute;
  bottom: 2.0408163265%;
  left: 50%;
  transform: translate(-50%, 0);
}
@media screen and (max-width: 768px) {
  .l-hero01__btn {
    position: static;
    padding: 0 2rem;
    transform: translate(0, 0);
  }
}
.l-hero02 {
  width: 100%;
  position: relative;
}
@media screen and (max-width: 768px) {
  .l-hero02 {
    padding: 9.2rem 0 4.8rem 0;
  }
}
.l-hero02 img.mainimg {
  width: 100%;
  height: auto;
  image-rendering: auto;
}
.l-hero02__btn {
  position: absolute;
  bottom: 2.0408163265%;
  left: 50%;
  transform: translate(-50%, 0);
}
@media screen and (max-width: 768px) {
  .l-hero02__btn {
    position: static;
    padding: 0 2rem;
    transform: translate(0, 0);
  }
}
.l-hero03 {
  width: 100%;
  position: relative;
}
@media screen and (max-width: 768px) {
  .l-hero03 {
    background: url(../img/l-hero-spbg.jpg) no-repeat center top/cover;
    padding: 9.2rem 0 4.8rem 0;
  }
}
.l-hero03 img.mainimg {
  width: 100%;
  height: auto;
  image-rendering: auto;
}
.l-hero03__btn {
  position: absolute;
  bottom: 2.0408163265%;
  right: 11.044973545%;
}
@media screen and (max-width: 768px) {
  .l-hero03__btn {
    position: static;
    padding: 0 2rem;
  }
}
.l-hero04 {
  width: 100%;
  position: relative;
}
@media screen and (max-width: 768px) {
  .l-hero04 {
    background: url(../img/l-hero-spbg.jpg) no-repeat center top/cover;
    padding: 9.2rem 0 4.8rem 0;
  }
}
.l-hero04 img.mainimg {
  width: 100%;
  height: auto;
  image-rendering: auto;
}
.l-hero04__btn {
  position: absolute;
  bottom: 2.0408163265%;
  right: 11.044973545%;
}
@media screen and (max-width: 768px) {
  .l-hero04__btn {
    position: static;
    padding: 0 2rem;
  }
}
.l-hero05 {
  width: 100%;
  position: relative;
}
@media screen and (max-width: 768px) {
  .l-hero05 {
    background: url(../img/l-hero-spbg.jpg) no-repeat center top/cover;
    padding: 9.2rem 0 4.8rem 0;
  }
}
.l-hero05 img.mainimg {
  width: 100%;
  height: auto;
  image-rendering: auto;
}
.l-hero05__btn {
  position: absolute;
  /*bottom: 2.040816326530612%;*/
  bottom: 9.040816%;
  left: 10.3174603175%;
}
@media screen and (max-width: 768px) {
  .l-hero05__btn {
    position: static;
    padding: 0 2rem;
  }
}
.l-hero06 {
  width: 100%;
  position: relative;
}
@media screen and (max-width: 768px) {
  .l-hero06 {
    background: url(../img/l-hero-spbg.jpg) no-repeat center top/cover;
    padding: 9.2rem 0 4.8rem 0;
  }
}
.l-hero06 img.mainimg {
  width: 100%;
  height: auto;
  image-rendering: auto;
}
.l-hero06__btn {
  position: absolute;
  bottom: 2.0408163265%;
  left: 10.3174603175%;
}
@media screen and (max-width: 768px) {
  .l-hero06__btn {
    position: static;
    padding: 0 2rem;
  }
}
.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;
}
.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-asideArchive {
  width: calc(25% - 2rem);
}
@media screen and (max-width: 768px) {
  .l-asideArchive {
    width: 100%;
  }
}
.l-asideArchive__heading {
  background: var(--main);
  color: var(--white);
  padding: 1rem 2rem;
}
.l-asideArchive__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-asideArchive__list {
  margin-top: 1rem;
}
.l-asideArchive__list li {
  border-bottom: 0.1rem solid var(--gray);
  padding: 1rem 0;
}
.l-asideArchive__list a {
  transition: all 0.7s;
}
.l-asideArchive__list a:hover {
  color: var(--main);
}
.l-asideArchive__tagcloud {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem 0.5rem;
  margin-top: 2rem;
}
.l-asideArchive__tagcloud li {
  display: flex;
}
.l-asideArchive__block + .l-asideArchive__block {
  margin-top: 6rem;
}
.l-blog {
  width: 100%;
  max-width: 98rem;
  margin: 0 auto;
  padding: 0 4rem 8rem 4rem;
  display: flex;
  flex-wrap: wrap;
  gap: 6rem 4rem;
}
.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-container {
  width: 100%;
  max-width: 94rem;
  margin: 0 auto;
  padding: 10rem 2rem;
}
@media screen and (max-width: 768px) {
  .l-container {
    padding: 5rem 2rem;
  }
}
.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: 4rem 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);
  display: inline-flex;
  justify-content: center;
  align-items: center;
  font-size: 1.4rem;
  line-height: 1;
  padding: 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);
  display: inline-flex;
  justify-content: center;
  align-items: center;
  font-size: 1.6rem;
  line-height: 1;
  padding: 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);
  display: inline-flex;
  justify-content: center;
  align-items: center;
  font-size: 1.8rem;
  line-height: 1;
  padding: 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 .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;
  }
}
.editor-styles-wrapper .nogap, .l-gutenberg .nogap {
  gap: 0;
}
.editor-styles-wrapper h1, .l-gutenberg h1 {
  text-align: center;
  font-size: 3.6rem;
  font-weight: 400;
  position: relative;
  padding-bottom: 2rem;
  color: var(--main);
  margin-bottom: 9.6rem;
}
.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-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-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-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-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-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 .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: 2rem;
  font-weight: 600;
  padding-left: 4rem;
  display: block;
  margin-bottom: 2.4rem;
}
.editor-styles-wrapper .num01::before, .l-gutenberg .num01::before {
  content: "1";
  width: 3rem;
  height: 3rem;
  color: var(--white);
  background: var(--main);
  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(--main);
  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(--main);
  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(--main);
  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(--main);
  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(--main);
  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(--main);
  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(--main);
  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(--main);
  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(--main);
  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: 2rem;
  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);
}
.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);
}
.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-light);
  color: var(--main-dark);
}
@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-mainArchive {
  width: calc(75% - 2rem);
}
@media screen and (max-width: 768px) {
  .l-mainArchive {
    width: 100%;
  }
}
.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: 3.6rem;
  font-weight: 400;
  margin-bottom: 8rem;
}
.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-size: 3rem;
  font-weight: 400;
  line-height: 1.6;
  padding: 1rem 2rem;
}
@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 {
  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: 3.6rem;
  font-weight: 400;
  margin-bottom: 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: 3.6rem;
  font-weight: 400;
  margin-bottom: 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: 3.6rem;
  font-weight: 400;
  margin-bottom: 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-pageheader {
  width: 100%;
}
.l-pageheader img {
  width: 100%;
  height: 20rem;
  object-fit: cover;
}
@media screen and (max-width: 768px) {
  .l-pageheader img {
    height: 100%;
  }
}
.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);
}
.c-cta {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 0 5rem;
}
@media screen and (max-width: 768px) {
  .c-cta {
    gap: 4rem 0;
  }
}
.c-cta__reserve {
  width: 40rem;
}
@media screen and (max-width: 768px) {
  .c-cta__reserve {
    width: 100%;
  }
}
.c-cta__reserve a {
  width: 100%;
  height: 15rem;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  flex-direction: column;
  border-radius: 15rem;
  background: var(--white);
  color: var(--main-dark2);
  text-align: center;
  box-shadow: 0px 2px 15px 0px rgba(75, 75, 75, 0.25);
}
@media screen and (max-width: 768px) {
  .c-cta__reserve a {
    height: 13rem;
  }
}
.c-cta__reserve a:hover {
  opacity: 0.7;
}
.c-cta__reserve h3 {
  font-size: 3.2rem;
  font-weight: 600;
  line-height: 1.4;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 768px) {
  .c-cta__reserve h3 {
    font-size: 2.6rem;
  }
}
.c-cta__phone {
  width: 40rem;
}
@media screen and (max-width: 768px) {
  .c-cta__phone {
    width: 100%;
  }
}
.c-cta__phone a {
  width: 100%;
  height: 15rem;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  flex-direction: column;
  border-radius: 15rem;
  background: var(--white);
  color: var(--sub);
  text-align: center;
  box-shadow: 0px 2px 15px 0px rgba(75, 75, 75, 0.25);
}
@media screen and (max-width: 768px) {
  .c-cta__phone a {
    height: 13rem;
  }
}
.c-cta__phone a:hover {
  opacity: 0.7;
}
.c-cta__phone h3 {
  font-size: 3.2rem;
  font-weight: 600;
  line-height: 1.4;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 768px) {
  .c-cta__phone h3 {
    font-size: 2.6rem;
  }
}
.c-heading01 {
  text-align: center;
  position: relative;
  padding-bottom: 2.8rem;
}
.c-heading01::after {
  content: "";
  width: 4rem;
  height: 0.1rem;
  background: var(--base-color);
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translate(-50%, 0);
}
.c-heading01 .en {
  font-family: var(--en-font);
  font-size: 3.2rem;
  font-weight: 600;
  line-height: 1.4;
}
.c-heading01 .ja {
  color: var(--main-dark);
  font-family: var(--sub-font);
  font-size: 4.2rem;
  font-weight: 600;
  line-height: 1.4;
  margin-top: 1rem;
}
@media screen and (max-width: 768px) {
  .c-heading01 .ja {
    font-size: 3rem;
    line-height: 1.26;
    letter-spacing: 0;
  }
}
.c-btn01 a {
  border-radius: 0.4rem;
  border: 0.1rem solid var(--base-color);
  background: url(../img/c-btn01.svg) no-repeat center right 2.4rem/0.8rem 1.3rem;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  padding: 1rem 5.6rem 1rem 2.4rem;
  font-size: 1.5rem;
  letter-spacing: 0.14em;
}
@media screen and (max-width: 768px) {
  .c-btn01 a {
    font-size: 1.3rem;
    letter-spacing: 0.08em;
  }
}
.c-btn01 a:hover {
  opacity: 0.7;
}
.c-btn02 a {
  border-radius: 10rem;
  background: var(--sub1);
  width: 100%;
  max-width: 36rem;
  height: 6rem;
  color: var(--white);
  text-align: center;
  font-size: 2rem;
  letter-spacing: 0.05em;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  flex-direction: row-reverse;
  gap: 0 4rem;
}
@media screen and (max-width: 768px) {
  .c-btn02 a {
    font-size: 1.8rem;
    position: relative;
  }
  .c-btn02 a img {
    position: absolute;
    top: 50%;
    right: 2.4rem;
    transform: translate(0, -50%);
  }
}
.c-btn02 a:hover {
  opacity: 0.7;
}
.c-calendar01 {
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
}
@media screen and (max-width: 768px) {
  .c-calendar01 {
    font-size: 1.4rem;
    letter-spacing: 0.02em;
  }
}
.c-calendar01 th {
  text-align: center;
  vertical-align: middle;
  width: 10%;
  padding: 0.7rem;
  color: var(--white);
  font-size: 1.4rem;
  font-weight: 600;
  background: var(--main-dark);
  line-height: 1.6;
  letter-spacing: 0.08em;
}
@media screen and (max-width: 768px) {
  .c-calendar01 th {
    padding: 0.4rem;
  }
}
.c-calendar01 th.head {
  width: 30%;
  text-align: center;
}
.c-calendar01 td {
  text-align: center;
  vertical-align: middle;
  width: 10%;
  padding: 0.7rem;
  border-bottom: 0.1rem solid var(--base-color);
  background: var(--white);
  color: #666;
}
@media screen and (max-width: 768px) {
  .c-calendar01 td {
    padding: 0.4rem;
  }
}
.c-calendar01 td.head {
  width: 30%;
  text-align: center;
  color: var(--base-color);
}
.c-calendar02 {
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
}
@media screen and (max-width: 768px) {
  .c-calendar02 {
    font-size: 1.4rem;
    letter-spacing: 0.02em;
  }
}
.c-calendar02 th {
  text-align: center;
  vertical-align: middle;
  width: 10%;
  padding: 0.7rem;
  color: var(--white);
  font-size: 1.4rem;
  font-weight: 600;
  background: var(--sub);
  line-height: 1.6;
  letter-spacing: 0.08em;
}
@media screen and (max-width: 768px) {
  .c-calendar02 th {
    padding: 0.4rem;
  }
}
.c-calendar02 th.head {
  width: 30%;
  text-align: center;
}
.c-calendar02 td {
  text-align: center;
  vertical-align: middle;
  width: 10%;
  padding: 0.7rem;
  border-bottom: 0.1rem solid var(--base-color);
  background: var(--white);
  color: #666;
}
@media screen and (max-width: 768px) {
  .c-calendar02 td {
    padding: 0.4rem;
  }
}
.c-calendar02 td.head {
  width: 30%;
  text-align: center;
  color: var(--base-color);
}
/* ----- c-pho-list01 ----- */
.c-pho-list01 li {
  margin: 0 1.2rem;
  width: 25rem;
}
@media screen and (max-width: 768px) {
  .c-pho-list01 li {
    margin: 0 0.8rem;
    width: 15rem;
  }
}
.c-pho-list01 li img {
  width: 100%;
  height: auto;
  aspect-ratio: 1/1;
}
.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__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;
}
@media screen and (max-width: 768px) {
  .c-card__thumb02 {
    flex-wrap: wrap;
    gap: 1.6rem 0;
  }
}
.c-card__thumb02 img {
  width: 100%;
  height: auto;
  object-fit: cover;
}
@media screen and (max-width: 768px) {
  .c-card__thumb02 img {
    height: auto;
  }
}
.c-card__thumb02 li {
  width: 100%;
  padding-top: 30px;
}
.c-card__thumb02 li:first-child {
  border-right: 0.1rem solid var(--white);
  position: relative;
  margin-right: 2rem;
}
.c-card__thumb02 li:first-child::before {
  position: absolute;
  top: 0;
  left: 0;
  content: "BEFORE";
  color: var(--white);
  font-size: 1rem;
  font-weight: 700;
  line-height: 2;
  letter-spacing: 0.04em;
  padding: 0 1rem;
  background: var(--base-color);
}
@media screen and (max-width: 768px) {
  .c-card__thumb02 li:first-child::before {
    display: block;
    width: 100%;
    text-align: center;
    font-size: 1.3rem;
    font-weight: 700;
  }
  .c-card__thumb02 li:first-child {
    margin-right: 0;
  }
}
.c-card__thumb02 li:last-child {
  position: relative;
}
.c-card__thumb02 li:last-child::before {
  position: absolute;
  top: 0;
  left: 0;
  content: "AFTER";
  color: var(--white);
  font-size: 1rem;
  font-weight: 700;
  line-height: 2;
  letter-spacing: 0.04em;
  padding: 0 1rem;
  background: #68A9BA;
}
@media screen and (max-width: 768px) {
  .c-card__thumb02 li:last-child::before {
    display: block;
    width: 100%;
    text-align: center;
    font-size: 1.3rem;
    font-weight: 700;
  }
}
@media screen and (max-width: 768px) {
  .c-card__thumb02 li {
    width: 100%;
  }
}
.c-card__body {
  padding: 1.6rem;
}
.c-card__title {
  font-weight: 600;
  margin-bottom: 1.6rem;
  color: var(--black);
}
.c-card__dl {
  display: flex;
  flex-wrap: wrap;
  font-size: 1.1rem;
}
.c-card__dl dt {
  font-size: 12px;
  font-weight: 600;
  line-height: 1.66;
}
@media screen and (max-width: 768px) {
  .c-card__dl dt {
    width: 36%;
  }
}
@media screen and (max-width: 768px) {
  .c-card__dl dd {
    width: 64%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }
}
.c-card__dl dd + dt {
  margin-left: 2em;
}
@media screen and (max-width: 768px) {
  .c-card__dl dd + dt {
    margin-left: 0;
  }
}
.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-label--tag {
  border: 0.1rem solid var(--gray);
  border-radius: 0.8rem;
  padding: 0 1rem;
  font-size: 1.3rem;
  transition: all 0.5s;
}
.c-label--tag:hover {
  background: var(--gray);
}
.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);
}
.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-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;
  }
}
.p-information {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 0 5rem;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .p-information {
    width: 100%;
    gap: 0;
  }
}
.p-informationBlock02 {
  width: 40rem;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  gap: 2.4rem 0;
}
@media screen and (max-width: 768px) {
  .p-informationBlock02 {
    width: 100%;
    gap: 2rem 0;
  }
}
.p-informationBlock03 {
  width: 45rem;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  gap: 2rem 0;
}
@media screen and (max-width: 768px) {
  .p-informationBlock03 {
    width: 100%;
    margin-top: 4rem;
  }
}
.p-informationBlock04 {
  width: 100%;
  margin-top: 5rem;
  background: #f4f4f4;
  padding: 2.4rem;
}
@media screen and (max-width: 768px) {
  .p-informationBlock04 {
    margin-top: 4rem;
    padding: 2rem;
  }
}
.p-informationBlock05 {
  width: 100%;
  margin-top: 5rem;
  background: var(--white);
  padding: 5rem;
}
@media screen and (max-width: 768px) {
  .p-informationBlock05 {
    margin-top: 4rem;
    background: none;
    padding: 0;
  }
}
.p-information__logo {
  text-align: center;
}
.p-information__logo a {
  transition: all 0.5s;
}
.p-information__logo a:hover {
  opacity: 0.7;
}
@media screen and (max-width: 768px) {
  .p-information__logo .logo01 {
    width: 100%;
    height: auto;
  }
  .p-information__logo .logo02 {
    width: 12rem;
    height: auto;
  }
}
.p-information__tagline h3 {
  font-weight: 600;
  line-height: 1.5;
}
.p-information__tagline h4 {
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 1.78;
  margin-top: 1.6rem;
}
@media screen and (max-width: 768px) {
  .p-information__tagline h4 {
    margin-top: 1rem;
  }
}
.p-information__phone01 a {
  display: inline-flex;
  align-items: center;
  gap: 0 1rem;
  color: var(--main-dark);
  font-family: var(--sub-font);
  font-size: 4.2rem;
  font-weight: 600;
  line-height: 1.4;
}
@media screen and (max-width: 768px) {
  .p-information__phone01 a {
    font-size: 3.6rem;
    letter-spacing: 0.05em;
  }
}
.p-information__phone01 a:hover {
  opacity: 0.7;
}
.p-information__phone02 a {
  display: inline-flex;
  align-items: center;
  gap: 0 1rem;
  color: var(--sub);
  font-family: var(--sub-font);
  font-size: 4.2rem;
  font-weight: 600;
  line-height: 1.4;
}
@media screen and (max-width: 768px) {
  .p-information__phone02 a {
    font-size: 3.6rem;
    letter-spacing: 0.05em;
  }
}
.p-information__phone02 a:hover {
  opacity: 0.7;
}
.p-information__cal p {
  margin-top: 2rem;
}
.p-information__photo {
  width: 100%;
}
.p-information__photo img {
  width: 100%;
  height: auto;
}
.p-information__map {
  width: 100%;
}
.p-information__map iframe {
  width: 100%;
  height: 25rem;
}
@media screen and (max-width: 768px) {
  .p-information__map iframe {
    height: 18rem;
  }
}
.p-information__address {
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 1.78;
}
.p-information__address a:hover {
  opacity: 0.7;
}
.p-information__btn a {
  border-radius: 1.2rem;
  border: 0.1rem solid var(--gray);
  background: var(--white);
  padding: 1.1rem 1.7rem;
  display: inline-flex;
  justify-content: center;
  align-items: center;
}
.p-information__btn a:hover {
  opacity: 0.7;
}
.p-information__voice .title {
  display: flex;
  align-items: center;
  gap: 0 2.4rem;
  margin-bottom: 2.4rem;
}
.p-information__voice .title .ja {
  font-size: 2.4rem;
  font-weight: 700;
}
.p-information__voice .title .en {
  font-size: 1.4rem;
  font-weight: 700;
  color: #aaa;
}
.p-information__cta h3 {
  width: 100%;
  text-align: center;
  font-family: var(--sub-font);
  font-size: 2.4rem;
  font-weight: 600;
  line-height: 1.33;
  letter-spacing: 0.05em;
  margin-bottom: 3.6rem;
}
@media screen and (max-width: 768px) {
  .p-information__cta h3 {
    margin-bottom: 3rem;
  }
}
.p-information__cta ul {
  display: flex;
  flex-wrap: wrap;
  gap: 2.4rem 5rem;
}
@media screen and (max-width: 768px) {
  .p-information__cta ul {
    gap: 2.4rem 0;
  }
}
.p-information__cta ul li {
  width: calc((100% - 5rem) / 2);
}
@media screen and (max-width: 768px) {
  .p-information__cta ul li {
    width: 100%;
  }
}
.p-information__cta ul .phoneBtn {
  width: 100%;
}
.p-information__cta ul .phoneBtn a {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  flex-direction: column;
  width: 100%;
  height: 10rem;
  text-align: center;
  border: 0.1rem solid var(--main-dark);
  background: var(--white);
}
.p-information__cta ul .phoneBtn a:hover {
  opacity: 0.7;
}
.p-information__cta ul .phoneBtn a .small {
  color: var(--main-dark);
  font-weight: 600;
  line-height: 1.5;
}
.p-information__cta ul .phoneBtn a .large {
  color: var(--main-dark);
  font-family: var(--sub-font);
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 1.4;
  letter-spacing: 0.05em;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0 1rem;
}
.p-information__cta ul .reserveBtn {
  width: 100%;
}
.p-information__cta ul .reserveBtn a {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  flex-direction: column;
  width: 100%;
  height: 10rem;
  text-align: center;
  border: 0.1rem solid var(--main-dark);
  background: var(--main-dark);
}
.p-information__cta ul .reserveBtn a:hover {
  opacity: 0.7;
}
.p-information__cta ul .reserveBtn a .small {
  color: var(--white);
  font-weight: 600;
  line-height: 1.5;
}
.p-information__cta ul .reserveBtn a .large {
  color: var(--white);
  font-family: var(--sub-font);
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 1.4;
  letter-spacing: 0.05em;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0 1rem;
}
.p-information__cta ul .doctorBtn {
  width: 100%;
}
.p-information__cta ul .doctorBtn a {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0 1rem;
  width: 100%;
  height: 10rem;
  background: var(--base-color);
  color: var(--white);
  font-family: var(--sub-font);
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 1.4;
  letter-spacing: 0.05em;
}
.p-information__cta ul .doctorBtn a:hover {
  opacity: 0.7;
}
.p-facility__heading01 {
  margin-bottom: 3.1rem;
}
.p-facility__heading01-en {
  margin-bottom: 0;
}
.p-facility__heading01-en-sub {
  padding: 0 2.7rem;
}
.p-facility__heading01-en-sub::before, .p-facility__heading01-en-sub::after {
  margin-top: -0.5rem;
}
.p-facility__center-txt {
  margin-bottom: 4.3rem;
  text-align: center;
  line-height: 2.2;
  font-size: 1.5rem;
  letter-spacing: 0.09rem;
}
.p-facility__list {
  margin-bottom: 3.7rem;
  min-height: 55.8rem;
  position: relative;
}
.p-facility__list-item {
  width: 58rem;
  margin: 0 8.8rem;
}
.p-facility__list-inner {
  transform: translateY(0);
  transition: all 0.5s;
}
.swiper-slide-active .p-facility__list-inner, .swiper-slide-duplicate-active .p-facility__list-inner {
  transform: translateY(0);
}
.p-facility__list__next {
  width: 2.6rem;
  height: 2.6rem;
  position: absolute;
  top: 19rem;
  right: calc(50% - 38.7rem);
  border-radius: 50%;
  font-size: 0;
  transform: translateY(-50%);
  background: url(../img/icon_arrow04.svg) no-repeat center center/100% 100%;
  cursor: pointer;
  transition: 0.3s;
}
.p-facility__list__next::before, .p-facility__list__next::after {
  display: none;
}
.p-facility__list__next:hover {
  opacity: 0.7;
}
.p-facility__list__prev {
  width: 2.6rem;
  height: 2.6rem;
  position: absolute;
  top: 19rem;
  left: calc(50% - 40rem);
  border-radius: 50%;
  font-size: 0;
  transform: translateY(-50%) rotate(180deg);
  background: url(../img/icon_arrow04.svg) no-repeat center center/100% 100%;
  cursor: pointer;
  transition: 0.3s;
}
.p-facility__list__prev::before, .p-facility__list__prev::after {
  display: none;
}
.p-facility__list__prev:hover {
  opacity: 0.7;
}
@media screen and (max-width: 768px) {
  .p-facility__photo {
    margin: 0 3.6rem;
  }
}
.p-facility__photo-img {
  width: 100%;
  height: 33.5rem;
  object-fit: cover;
  object-position: center;
  aspect-ratio: 580/335;
  border-radius: 1rem;
}
@media screen and (max-width: 768px) {
  .p-facility__photo-img {
    height: 20rem;
    object-fit: cover;
    object-position: center;
    aspect-ratio: 300/200;
  }
}
.p-facility__textbox {
  padding: 4.2rem 0 0 0;
  transition: 0.3s;
}
@media screen and (max-width: 768px) {
  .p-facility__textbox {
    padding: 3rem 2rem;
  }
}
.p-facility__ttl {
  text-align: center;
  font-family: var(--sub-font);
  font-size: 3.2rem;
  font-weight: 700;
  line-height: 1.4;
  letter-spacing: 0.15em;
  margin-bottom: 1.2rem;
}
@media screen and (max-width: 768px) {
  .p-facility__ttl {
    font-size: 1.8rem;
  }
}
.p-facility__text {
  text-align: justify;
}
.p-facility__inner {
  display: none;
  padding: 0.4rem 0 1.5rem;
}
.p-facility__sub {
  margin: 11rem auto 0;
  padding: 6rem 10rem 7rem;
  background: var(--gray-light);
  width: 100rem;
  box-sizing: border-box;
}
.p-facility__sub__ttl {
  margin-bottom: 3rem;
  text-align: center;
  font-size: 2.6rem;
  overflow: hidden;
}
.p-facility__sub__ttl span {
  padding: 0 2.5rem;
  display: inline-block;
  position: relative;
}
.p-facility__sub__ttl span::before, .p-facility__sub__ttl span::after {
  content: "";
  margin-top: 0.1rem;
  position: absolute;
  top: 50%;
  width: 99.9rem;
  height: 0.1rem;
  background: var(--base-color);
}
.p-facility__sub__ttl span::before {
  left: 100%;
}
.p-facility__sub__ttl span::after {
  right: 100%;
}
.p-facility__sub__txt {
  margin-bottom: 4.7rem;
  font-size: 1.5rem;
  line-height: 2;
}
.p-facility__sub__link a {
  display: block;
}
@media screen and (min-width: 769px) {
  .p-facility__sub__link a:hover {
    opacity: 0.7;
  }
}
.p-facility__link-image {
  width: 100%;
}
@media screen and (max-width: 768px) {
  .p-facility__heading01 {
    margin-bottom: 1.5rem;
  }
  .p-facility__heading01-en {
    margin-bottom: 1.6rem;
  }
  .p-facility__heading01-en-sub {
    padding: 0 1.1rem;
  }
  .p-facility__heading01-en-sub::before, .p-facility__heading01-en-sub::after {
    margin-top: -0.4rem;
  }
  .p-facility__center-txt {
    margin: 0 4rem 2.3rem;
    line-height: 2.2;
  }
  .p-facility__list {
    margin: 0 0 3rem 0;
    min-height: inherit;
  }
  .p-facility__list-item {
    margin: 0;
    padding: 0;
    width: 100%;
    box-sizing: border-box;
  }
  .p-facility__list-inner {
    transform: scale(1);
  }
  .swiper-slide-active .p-facility__list-inner, .swiper-slide-duplicate-active .p-facility__list-inner {
    transform: scale(1);
  }
  .p-facility__list__next {
    width: 2.4rem;
    height: 2.4rem;
    top: 11rem;
    right: 0.6rem;
    transform: none;
  }
  .p-facility__list__prev {
    width: 2.4rem;
    height: 2.4rem;
    top: 11rem;
    left: 0.6rem;
    transform: rotate(180deg);
  }
  .p-facility__inner {
    padding: 0;
    display: block;
  }
  .p-facility__sub {
    margin-top: 7.4rem;
    padding: 4.2rem 2rem 3.9rem;
    width: auto;
  }
  .p-facility__sub__ttl {
    margin-bottom: 2rem;
    font-size: 2.2rem;
    letter-spacing: 0.11rem;
    line-height: 1.66;
  }
  .p-facility__sub__ttl span {
    padding: 0 1.5rem;
  }
  .p-facility__sub__txt {
    margin-bottom: 2.1rem;
    text-align: justify;
  }
}
.p-heroSwiper {
  /*
  img {
      width: 100%;
      //height: calc(100vh - 14.8rem);
      height: 83.4rem;
      object-fit: cover;
      object-position: top center;

      @include sp {
          height: calc(100dvh - 12.4rem);
      }
  }
  */
}
@media screen and (max-width: 768px) {
  .p-heroSwiper .swiper-slide {
    height: auto !important;
  }
}
.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;
}
.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;
}
.u-cente {
  text-align: center;
}
@media screen and (min-width: 769px) {
  .l-doctor__main.doctor04 .prf {
    width: 100%;
    max-width: 52rem;
    margin-left: auto;
  }
  .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) {
  .l-case02 .table-list td {
    font-size: 12px;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    -o-text-overflow: ellipsis;
    display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis;
    margin-left: 2%;
    padding-right: 10%;
  }
  .l-case02 .table-list tr th {
    font-size: 12px;
    width: 50%;
    padding-left: 5%;
  }
  .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 */
.table-list {
  margin-top: 20px;
}
.table-list tr th {
  width: 30%;
}
#caseSwiper02 .c-card__thumb02 li:first-child::before, #caseSwiper02 .c-card__thumb02 li:last-child::before {
  width: 100%;
  text-align: center;
  height: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 1.5rem;
}
@media screen and (min-width: 769px) and (max-width: 1440px) {
  body .l-case02__imgbox {
    width: 56.6rem;
  }
  body .l-case02__imgbox img {
    width: 53rem;
  }
  body .l-case02__flexbox {
    width: 143.6rem;
  }
  body .l-case02__txtbox {
    margin-right: 20rem;
    width: 65rem;
  }
  body .caseSwiper .swiper-button-next {
    right: -3rem;
  }
  body .caseSwiper .swiper-button-prev {
    left: -3rem;
  }
}