@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=Prompt:wght@100;200;300;400;500;600;700;800;900&display=swap");
/*! destyle.css v1.0.14 | MIT License | https://github.com/nicolas-cusan/destyle.css */
* {
  box-sizing: border-box;
}



::before,
::after {
  box-sizing: inherit;
}

html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: transparent;
}

body {
  margin: 0;
}

main {
  display: block;
}

p,
table,
blockquote,
address,
pre,
iframe,
form,
figure,
dl {
  margin: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  line-height: inherit;
  font-weight: inherit;
  margin: 0;
}

ul,
ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

dt {
  font-weight: 700;
}

dd {
  margin-left: 0;
}

hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
  border: 0;
  border-top: 1px solid;
  margin: 0;
  clear: both;
  color: inherit;
}

pre {
  font-family: monospace, monospace;
  font-size: inherit;
}

address {
  font-style: inherit;
}

a {
  background-color: transparent;
  text-decoration: none;
  color: inherit;
}

abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  text-decoration: underline dotted;
}

b,
strong {
  font-weight: bolder;
}

code,
kbd,
samp {
  font-family: monospace, monospace;
  font-size: inherit;
}

small {
  font-size: 80%;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

img {
  border-style: none;
  vertical-align: bottom;
}

embed,
object,
iframe {
  border: 0;
  vertical-align: bottom;
}

button,
input,
optgroup,
select,
textarea {
  -webkit-appearance: none;
  appearance: none;
  vertical-align: middle;
  color: inherit;
  font: inherit;
  border: 0;
  background: transparent;
  padding: 0;
  margin: 0;
  outline: 0;
  border-radius: 0;
  text-align: inherit;
}

[type=checkbox] {
  -webkit-appearance: checkbox;
  appearance: checkbox;
}

[type=radio] {
  -webkit-appearance: radio;
  appearance: radio;
}

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

button,
[type=button],
[type=reset],
[type=submit] {
  cursor: pointer;
  -webkit-appearance: none;
  appearance: none;
}

button[disabled],
[type=button][disabled],
[type=reset][disabled],
[type=submit][disabled] {
  cursor: default;
}

button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

select::-ms-expand {
  display: none;
}

option {
  padding: 0;
}

fieldset {
  margin: 0;
  padding: 0;
  border: 0;
  min-width: 0;
}

legend {
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}

progress {
  vertical-align: baseline;
}

textarea {
  overflow: auto;
}

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

[type=search] {
  outline-offset: -2px;
}

[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

label[for] {
  cursor: pointer;
}

details {
  display: block;
}

summary {
  display: list-item;
}

[contenteditable] {
  outline: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

caption {
  text-align: left;
}

td,
th {
  vertical-align: top;
  padding: 0;
}

th {
  text-align: left;
  font-weight: 700;
}

template {
  display: none;
}

[hidden] {
  display: none;
}

:root {
  --base-font: "Noto Sans JP", sans-serif;
  --sub-font: "Noto Sans JP", sans-serif;
  --en-font: "Prompt", sans-serif;
  --base-color: #303030;
  --main: #2A3488;
  --main-light: #EDA900;
  --main-dark: #1C1E51;
  --sub: #F1F0E7;
  --sub-light: #EBF7FD;
  --sub-dark: #61BEAD;
  --gray: #D6D6D6;
  --gray-light: #F8F7F6;
  --gray-dark: #717171;
  --gray-black: #262626;
  --white: #FFFFFF;
  --black: #000000;
  --link: #2DABF1;
  --error: #F25F5F;
  --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-family: var(--base-font);
  font-feature-settings: "palt";
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: var(--base-color);
  font-size: 1.5rem;
  font-style: normal;
  font-weight: 400;
  line-height: 2.13;
  letter-spacing: 0.08em;
  overflow-x: hidden;
}
@media screen and (max-width: 768px) {
  body {
    font-size: 1.4rem;
    -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;
  }
}

.hamburger {
  position: relative;
  width: 2.4rem;
  height: 2.4rem;
  cursor: pointer;
  z-index: 400;
  transition: all 0.5s;
}
@media screen and (max-width: 768px) {
  .hamburger {
    position: fixed;
    right: 2rem;
    top: 2rem;
  }
}

.hamburger__line {
  position: absolute;
  width: 1.8rem;
  height: 0.2rem;
  left: 50%;
  transform: translate(-50%, 0);
  background-color: var(--main-dark);
  transition: all 0.5s;
}

.hamburger__line--1 {
  top: 1.4rem;
}
.hamburger__line--2 {
  top: 1.9rem;
}
.hamburger__line--3 {
  top: 2.4rem;
}
/*ハンバーガーがクリックされたら*/
.open .hamburger__line--1 {
  top: 1.9rem;
  left: 50%;
  transform: translateX(-50%) rotate(-45deg);
}
.open .hamburger__line--2 {
  opacity: 0;
}

.open .hamburger__line--3 {
  top: 1.9rem;
  left: 50%;
  transform: translateX(-50%) rotate(45deg);
}
.sp-nav {
  position: fixed;
  right: 0;
  top: 8rem;
  width: 100%;
  height: 100%;
  background-color: var(--main);
  transition: all 0.5s;
  overflow: auto !important;
  -webkit-overflow-scrolling: touch;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.5s, visibility 0s linear 0.5s;
  z-index: 399;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .sp-nav {
    height: 100%;
    overflow-y: scroll;
    align-items: flex-start;
  }
}
.sp-nav .logo {
  position: absolute;
  top: 5rem;
  left: 4.4rem;
}
@media screen and (max-width: 768px) {
  .sp-nav .logo {
    top: 1.5rem;
    left: 2rem;
  }
}
@media screen and (max-width: 768px) {
  .sp-nav .logo img {
    width: auto;
    height: 5rem;
  }
}

/*ハンバーガーがクリックされたら右からスライド*/
.open .sp-nav {
  opacity: 1;
  opacity: 1;
  visibility: visible;
  transition-delay: 0s;
}

.lightbox {
  top: 50% !important;
  transform: translateY(-50%) !important;
  position: fixed !important;
}

.lightboxOverlay {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=50) !important;
  opacity: 0.5 !important;
}

.lb-data .lb-number {
  color: var(--white) !important;
}

@media screen and (min-width: 769px) {
  .lightbox__link {
    pointer-events: none;
  }
}
.caseSwiper .swiper {
  padding: 1rem 1rem;
  max-width: 86rem;
  width: 100%;
  margin: 0 auto;
}
.caseSwiper .swiper-buttons {
  width: 100rem;
  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(--gray-dark);
  background: var(--main-light);
  width: 3.2rem;
  height: 3.2rem;
  border-radius: 50%;
  transition: all 0.5s;
}
.caseSwiper .swiper-button-next:hover,
.caseSwiper .swiper-button-prev:hover {
  color: var(--main-light);
  background: var(--gray-dark);
}
.caseSwiper .swiper-button-next:after,
.caseSwiper .swiper-button-prev:after {
  font-size: 1.4rem;
  font-weight: 600;
}

.blogSwiper .swiper {
  padding: 1rem 1rem;
  max-width: 86rem;
  width: 100%;
  margin: 0 auto;
}
.blogSwiper .swiper-buttons {
  width: 100rem;
  margin: 0 auto;
  position: relative;
}
@media screen and (max-width: 768px) {
  .blogSwiper .swiper-buttons {
    width: 100%;
  }
}
.blogSwiper .swiper-button-next,
.blogSwiper .swiper-button-prev {
  color: var(--gray-dark);
  background: var(--main-light);
  width: 3.2rem;
  height: 3.2rem;
  border-radius: 50%;
  transition: all 0.5s;
}
.blogSwiper .swiper-button-next:hover,
.blogSwiper .swiper-button-prev:hover {
  color: var(--main-light);
  background: var(--gray-dark);
}
.blogSwiper .swiper-button-next:after,
.blogSwiper .swiper-button-prev:after {
  font-size: 1.4rem;
  font-weight: 600;
}

.noSwiper--blog {
  display: flex;
  justify-content: center;
  gap: 0 2.4rem;
  flex-wrap: wrap;
  max-width: 84rem;
  width: 100%;
  margin: 0 auto;
}
.noSwiper--blog .c-card {
  width: calc((100% - 1.8rem) / 3);
}
@media screen and (max-width: 768px) {
  .noSwiper--blog .c-card {
    width: 90%;
    margin: 0 auto;
  }
}
@media screen and (max-width: 768px) {
  .noSwiper--blog .c-card + .c-card {
    margin-top: 2.4rem;
  }
}

.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;
  }
}
.l-main {
  width: 100%;
  overflow: hidden;
  display: block;
}

@media screen and (max-width: 768px) {
  .l-floating {
    width: 100%;
    height: 6.4rem;
    position: fixed;
    bottom: 0;
    left: 0;
    display: flex;
    z-index: 100;
  }
  .l-floating__item01 {
    width: 33.3333333333%;
  }
  .l-floating__item01 a {
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    color: var(--main-dark);
    text-align: center;
    background: var(--sub);
    font-size: 1.1rem;
    font-weight: 600;
    line-height: 1.6;
  }
  .l-floating__item02 {
    width: 33.3333333333%;
  }
  .l-floating__item02 a {
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    color: var(--white);
    text-align: center;
    background: var(--main);
    font-size: 1.1rem;
    font-weight: 600;
    line-height: 1.6;
  }
  .l-floating__item03 {
    width: 33.3333333333%;
  }
  .l-floating__item03 a {
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    color: var(--white);
    text-align: center;
    background: var(--main-dark);
    font-size: 1.1rem;
    font-weight: 600;
    line-height: 1.6;
  }
  .l-floating__icon {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 0 0.6rem;
  }
  .l-floating__small {
    font-size: 1rem;
  }
}
@media screen and (min-width: 769px) {
  .l-floating {
    display: none;
  }
}
/* ----- l-information01 ----- */
.l-information01 {
  background: linear-gradient(to bottom, #2A3488 0%, #2A3488 20%, #F1F0E7 100%);
  padding-top: 17.5rem;
}
@media screen and (max-width: 768px) {
  .l-information01 {
    padding: 10.4rem 1.5rem 0 1.5rem;
    width: 100%;
  }
}
.l-information01__inner {
  width: 130rem;
  margin: 0 auto;
  background: var(--white);
  border-radius: 5rem;
  padding-top: 7rem;
  position: relative;
  padding-bottom: 7rem;
}
@media screen and (max-width: 768px) {
  .l-information01__inner {
    width: 100%;
    border-radius: 2rem;
    padding-top: 5rem;
  }
}
.l-information01__inner .en {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, -100%);
}
.l-information01__parking {
  border-top: 0.1rem solid var(--main-dark);
  padding: 5rem 0 7rem 0;
  text-align: center;
  margin-top: 7rem;
}
@media screen and (max-width: 768px) {
  .l-information01__parking {
    padding: 3rem 1.5rem;
    text-align: left;
    margin-top: 3rem;
  }
}
.l-information01__parking h3 {
  color: var(--main-dark);
  font-size: 3rem;
  font-weight: 400;
  line-height: 1.6;
  letter-spacing: 0.1em;
  margin-bottom: 1.6rem;
}
@media screen and (max-width: 768px) {
  .l-information01__parking h3 {
    text-align: center;
    font-size: 2.4rem;
  }
}

/* ----- l-information02 ----- */
.l-information02 {
  padding: 19rem 0 0 0;
  width: 130rem;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .l-information02 {
    padding: 7.8rem 1.5rem 0 1.5rem;
    width: 100%;
  }
}
.l-information02__parking {
  border-top: 0.1rem solid var(--main-dark);
  border-bottom: 0.1rem solid var(--main-dark);
  padding: 5rem 0 7rem 0;
  text-align: center;
  margin-top: 7rem;
}
@media screen and (max-width: 768px) {
  .l-information02__parking {
    padding: 3rem 0;
    text-align: left;
    margin-top: 3rem;
  }
}
.l-information02__parking h3 {
  color: var(--main-dark);
  font-size: 3rem;
  font-weight: 400;
  line-height: 1.6;
  letter-spacing: 0.1em;
  margin-bottom: 1.6rem;
}
@media screen and (max-width: 768px) {
  .l-information02__parking h3 {
    text-align: center;
    font-size: 2.4rem;
  }
}

.l-feature {
  padding: 12.5rem 0 15.4rem 0;
}
@media screen and (max-width: 768px) {
  .l-feature {
    padding: 3.2rem 2.7rem 5.3rem 2.7rem;
  }
}
.l-feature__inner {
  width: 90rem;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .l-feature__inner {
    width: 100%;
  }
}
.l-feature__titlebox {
  margin-bottom: 5.2rem;
}
@media screen and (max-width: 768px) {
  .l-feature__titlebox {
    margin-bottom: 3.2rem;
  }
}
.l-feature__list {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 5rem 10rem;
}
@media screen and (max-width: 768px) {
  .l-feature__list {
    gap: 3rem 0;
  }
}
.l-feature__item {
  width: calc((100% - 10rem) / 2);
}
@media screen and (max-width: 768px) {
  .l-feature__item {
    width: 100%;
  }
}
.l-feature__num {
  color: var(--main);
  font-family: var(--en-font);
  font-size: 7rem;
  font-weight: 300;
  line-height: 1.07;
  letter-spacing: -0.05em;
  margin-bottom: 1rem;
}
@media screen and (max-width: 768px) {
  .l-feature__num {
    font-size: 5rem;
  }
}
.l-feature__num small {
  color: var(--main-light);
  font-family: var(--en-font);
  font-size: 1.3rem;
  font-weight: 500;
  line-height: 1.15;
  letter-spacing: 0.1em;
  display: block;
}
.l-feature__subtitle {
  color: var(--main-dark);
  font-size: 2.4rem;
  font-weight: 400;
  line-height: 1.6;
  letter-spacing: 0.05em;
  margin-bottom: 2rem;
}
@media screen and (max-width: 768px) {
  .l-feature__subtitle {
    font-size: 2rem;
  }
}
.l-feature__photo {
  margin-bottom: 2rem;
}
.l-feature__photo img {
  width: 100%;
  height: auto;
  border-radius: 2rem;
}
.l-feature__btn {
  text-align: center;
  margin-top: 5rem;
}

.l-introduction {
  padding: 19.4rem 0 0 0;
  background: var(--main);
}
@media screen and (max-width: 768px) {
  .l-introduction {
    padding: 7.5rem 0 0 0;
  }
}
.l-introduction::after {
  content: "";
  display: block;
  background-repeat: no-repeat;
  background-image: url(../img/l-introduction-bg02.png);
  background-size: cover;
  width: 100%;
  height: 0;
  padding-bottom: 12.8968253968%;
}
.l-introduction__inner {
  width: 95rem;
  margin: 0 auto;
  padding-bottom: 11.3rem;
}
@media screen and (max-width: 768px) {
  .l-introduction__inner {
    width: 100%;
    padding: 0 2.7rem 5rem 2.7rem;
  }
}
.l-introduction__titlebox {
  margin-bottom: 7rem;
}
@media screen and (max-width: 768px) {
  .l-introduction__titlebox {
    margin-bottom: 2.8rem;
  }
}
.l-introduction__list {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 0 4rem;
}
@media screen and (max-width: 768px) {
  .l-introduction__list {
    gap: 2rem 2rem;
  }
}
.l-introduction__item {
  width: calc((100% - 12rem) / 4);
}
@media screen and (max-width: 768px) {
  .l-introduction__item {
    width: calc((100% - 2rem) / 2);
  }
}
.l-introduction__photo {
  margin-bottom: 1rem;
}
.l-introduction__photo img {
  width: 100%;
  height: 34.6rem;
  border-radius: 20rem;
  object-fit: cover;
  object-position: center;
  aspect-ratio: 208/346;
}
@media screen and (max-width: 768px) {
  .l-introduction__photo img {
    height: 23rem;
  }
}
.l-introduction__subtitle {
  color: var(--white);
  font-weight: 600;
  line-height: 1.46;
  margin-bottom: 1rem;
}
@media screen and (max-width: 768px) {
  .l-introduction__subtitle {
    font-size: 1.5rem;
  }
}
.l-introduction__p {
  color: var(--white);
  font-size: 1.2rem;
  line-height: 1.87;
  letter-spacing: 0.05em;
}
.l-introduction__btn {
  text-align: center;
  margin-top: 7rem;
}
@media screen and (max-width: 768px) {
  .l-introduction__btn {
    margin-top: 3rem;
  }
}

.l-director {
  padding: 19.4rem 0 0 0;
  background: var(--main);
}
@media screen and (max-width: 768px) {
  .l-director {
    padding: 8.2rem 0 0 0;
  }
}
.l-director__titlebox {
  margin-bottom: 15.1rem;
}
@media screen and (max-width: 768px) {
  .l-director__titlebox {
    margin-bottom: 5rem;
  }
}
.l-director .l-directorGrid {
  display: grid;
  grid-template-columns: 1fr 40rem 10rem 50rem 1fr;
  grid-template-rows: auto;
  gap: 0 0;
  grid-auto-flow: row;
  grid-template-areas: ". l-directorGrid__txtbox . l-directorGrid__imgbox l-directorGrid__imgbox";
  position: relative;
  padding-top: 16.8rem;
}
@media screen and (max-width: 768px) {
  .l-director .l-directorGrid {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column-reverse;
    padding-top: 13.6rem;
  }
}
.l-director .l-directorGrid::before {
  content: "";
  display: inline-block;
  width: 63.2275132275%;
  height: 54.1rem;
  background-image: url(../img/l-director-bg01.png);
  background-size: cover;
  background-position: center center;
  vertical-align: middle;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
  border-radius: 0 5rem 5rem 0;
}
@media screen and (max-width: 768px) {
  .l-director .l-directorGrid::before {
    width: 92.8205128205%;
    height: 37.7rem;
  }
}
.l-director .l-directorGrid__en {
  color: var(--sub);
  font-family: var(--en-font);
  font-size: 9rem;
  font-weight: 500;
  line-height: 0.78;
  letter-spacing: 0.1em;
  text-align: center;
  white-space: nowrap;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, -50%);
}
@media screen and (max-width: 768px) {
  .l-director .l-directorGrid__en {
    line-height: 0.9;
    font-size: 5rem;
    transform: translate(-50%, 2.4rem);
    text-align: left;
  }
}
.l-director .l-directorGrid__txtbox {
  grid-area: l-directorGrid__txtbox;
  color: var(--white);
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 768px) {
  .l-director .l-directorGrid__txtbox {
    padding: 0 2.7rem;
    margin-top: 4rem;
  }
}
.l-director .l-directorGrid__imgbox {
  grid-area: l-directorGrid__imgbox;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 768px) {
  .l-director .l-directorGrid__imgbox {
    margin-left: 2.7rem;
  }
}
.l-director .l-directorGrid__imgbox img {
  width: 100%;
  height: 52.5rem;
  object-fit: cover;
  object-position: center;
  border-radius: 5rem 0 0 5rem;
  box-shadow: 1px 3px 12px 1px rgba(0, 0, 0, 0.25);
}
@media screen and (max-width: 768px) {
  .l-director .l-directorGrid__imgbox img {
    height: 38.8rem;
  }
}
.l-director__clinic {
  color: var(--main-light, #EDA900);
  font-weight: 600;
  line-height: 2.13;
  margin-bottom: 3rem;
}
@media screen and (max-width: 768px) {
  .l-director__clinic {
    font-size: 1.2rem;
    margin-bottom: 1rem;
  }
}
.l-director__name {
  font-size: 5rem;
  line-height: 1.1;
  letter-spacing: 0.15em;
  margin-bottom: 3rem;
}
@media screen and (max-width: 768px) {
  .l-director__name {
    font-size: 4rem;
  }
}
.l-director__msg {
  font-size: 3rem;
  line-height: 1.6;
  letter-spacing: 0.1em;
  margin-bottom: 3rem;
}
@media screen and (max-width: 768px) {
  .l-director__msg {
    font-size: 2.4rem;
    margin-bottom: 1rem;
  }
}
.l-director__btn {
  margin-top: 5rem;
}
@media screen and (max-width: 768px) {
  .l-director__btn {
    margin-top: 3rem;
  }
}

.l-first {
  width: 100%;
  background: linear-gradient(to bottom, #F1F0E7 0%, #F1F0E7 40%, #2A3488 100%);
  padding: 7.7rem 0 0 0;
}
@media screen and (max-width: 768px) {
  .l-first {
    padding: 0 1.5rem;
  }
}
.l-first__inner {
  width: 130rem;
  margin: 0 auto;
  background: var(--white);
  border-radius: 5rem;
  padding: 11.2rem 17.5rem 11.8rem 17.5rem;
}
@media screen and (max-width: 768px) {
  .l-first__inner {
    width: 100%;
    border-radius: 2rem;
    padding: 3.2rem 1.5rem 6rem 1.5rem;
  }
}
.l-first__titlebox {
  margin-bottom: 8rem;
}
@media screen and (max-width: 768px) {
  .l-first__titlebox {
    margin-bottom: 5rem;
  }
}
.l-first__box01 {
  border-bottom: 0.1rem solid var(--main-dark);
  padding-bottom: 8rem;
  margin-bottom: 8rem;
}
@media screen and (max-width: 768px) {
  .l-first__box01 {
    padding-bottom: 5rem;
    margin-bottom: 5rem;
  }
}
.l-first__box02 {
  margin-bottom: 8rem;
}
@media screen and (max-width: 768px) {
  .l-first__box02 {
    margin-bottom: 5rem;
  }
}
.l-first__box03 {
  margin-bottom: 4rem;
}
.l-first__box04 a:hover {
  opacity: 0.7;
}
.l-first__box04 a img {
  box-shadow: 0px 1px 4px 0px rgba(0, 0, 0, 0.25);
  width: 100%;
  height: auto;
  border-radius: 20rem;
}
.l-first__subtitle {
  text-align: center;
  font-size: 3rem;
  line-height: 1.6;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 768px) {
  .l-first__subtitle {
    font-size: 2.4rem;
  }
}
.l-first__intro {
  text-align: center;
  font-size: 1.5rem;
  margin-top: 2rem;
}
@media screen and (max-width: 768px) {
  .l-first__intro {
    font-size: 1.4rem;
  }
}

.l-solare {
  background: var(--sub);
  padding: 12.4rem 0 0 0;
}
@media screen and (max-width: 768px) {
  .l-solare {
    padding: 3.6rem 1.5rem 0 1.5rem;
  }
}
.l-solare__titlebox {
  margin-bottom: 4.6rem;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .l-solare__titlebox {
    margin-bottom: 2rem;
  }
}
.l-solare__titlebox h2 {
  color: var(--main-dark);
  font-size: 3rem;
  line-height: 1.6;
  letter-spacing: 0.05em;
  margin-top: -7.2rem;
  margin-bottom: 7.2rem;
}
@media screen and (max-width: 768px) {
  .l-solare__titlebox h2 {
    font-size: 2.4rem;
    margin-top: -4.8rem;
    margin-bottom: 0;
  }
}
.l-solare__titlebox h2 span {
  color: var(--main-light);
}
@media screen and (max-width: 768px) {
  .l-solare__titlebox img {
    width: 90%;
    height: auto;
    margin: 0 5%;
  }
}
.l-solare__figure {
  width: 118.7rem;
  margin: 0 auto 3.2rem auto;
}
@media screen and (max-width: 768px) {
  .l-solare__figure {
    width: 100%;
    margin: 0 auto 2rem auto;
  }
}
.l-solare__figure img {
  width: 100%;
  height: auto;
}
.l-solare__p {
  width: 60rem;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .l-solare__p {
    width: 100%;
  }
}
.l-solare__btn {
  text-align: center;
  margin-top: 2.4rem;
}
@media screen and (max-width: 768px) {
  .l-solare__btn {
    margin-top: 1.5rem;
  }
}
.l-photo .l-banner__inner{
			display:flex;
            width:120rem;
            margin:0 auto 16rem;
        }
        .l-photo .l-banner__inner img{
            width:95%;
        }
        @media screen and (max-width: 768px) {
    .l-photo .l-banner__inner {
		flex-wrap:wrap;
        padding: 0 1.5rem 0 1.5rem;
        margin-bottom:6rem;
        width: 100%;
    }
	.l-photo .l-banner__inner img{
            width:100%;
        }
		.l-photo .l-banner__inner a:nth-child(2){
           margin-top:20px;
        }
}
.l-photo {
  background: linear-gradient(to bottom, #F1F0E7 0%, #fff 100%);
}
@media screen and (max-width: 768px) {
  .l-photo {
    padding: 0 1.5rem 0 1.5rem;
  }
}
.l-photo__inner {
  width: 130rem;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .l-photo__inner {
    width: 100%;
  }
}
.l-photo__inner img {
  width: 100%;
  height: 30rem;
  border-radius: 30rem;
}
@media screen and (max-width: 768px) {
  .l-photo__inner img {
    height: auto;
  }
}

.l-pain {
  background: var(--sub);
  position: relative;
  padding: 0 0 18rem 0;
}
@media screen and (max-width: 768px) {
  .l-pain {
    padding: 0 0 16.3rem 0;
  }
}
.l-pain::before {
  content: "";
  display: block;
  background-repeat: no-repeat;
  background-image: url(../img/l-pain-before.png);
  background-size: cover;
  width: 100%;
  height: 0;
  padding-bottom: 12.8968253968%;
  position: relative;
  z-index: 10;
}
.l-pain::after {
  content: "";
  width: 0.2rem;
  height: 13.2rem;
  background: var(--main-light);
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}
@media screen and (max-width: 768px) {
  .l-pain::after {
    height: 11.8rem;
  }
}
.l-pain__inner {
  position: relative;
  text-align: center;
  z-index: 1;
}
.l-pain__figure01 {
  position: absolute;
  top: -10rem;
  left: 5.6rem;
  z-index: 1;
}
@media screen and (max-width: 768px) {
  .l-pain__figure01 {
    top: -10rem;
    left: -2rem;
  }
  .l-pain__figure01 img {
    width: 13.4rem;
    height: auto;
  }
}
.l-pain__figure02 {
  position: absolute;
  top: 7rem;
  right: -6rem;
  z-index: 1;
}
@media screen and (max-width: 768px) {
  .l-pain__figure02 {
    top: -4rem;
    right: -2rem;
  }
  .l-pain__figure02 img {
    width: 16.7rem;
    height: auto;
  }
}
.l-pain__title {
  color: #132A5A;
  font-size: 4rem;
  line-height: 1.5;
  letter-spacing: 0.1em;
  margin-bottom: 5rem;
  position: relative;
  z-index: 5;
}
@media screen and (max-width: 768px) {
  .l-pain__title {
    font-size: 3rem;
    margin-top: 8rem;
  }
}
.l-pain__title span {
  color: var(--main-light);
}
.l-pain__list {
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  position: relative;
  z-index: 5;
}
.l-pain__list li {
  display: inline-block;
  font-size: 1.8rem;
  font-weight: 600;
  line-height: 2.33;
  letter-spacing: 0.05em;
  background: url(../img/l-pain-checkmark.svg) no-repeat center left/2.5rem 2.5rem;
  padding-left: 3.3rem;
}
@media screen and (max-width: 768px) {
  .l-pain__list li {
    font-size: 1.6rem;
  }
}
.l-pain__list li + li {
  margin-top: 0.5rem;
}
.l-pain__btn {
  margin-top: 5rem;
  position: relative;
  z-index: 5;
}

.l-treatment {
  background: var(--sub);
  padding: 6rem 0 4rem 0;
}
@media screen and (max-width: 768px) {
  .l-treatment {
    padding: 4rem 2.7rem 0 2.7rem;
  }
}
.l-treatment__inner {
  width: 90rem;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .l-treatment__inner {
    width: 100%;
  }
}
.l-treatment__titlebox {
  margin-bottom: 8rem;
}
@media screen and (max-width: 768px) {
  .l-treatment__titlebox {
    margin-bottom: 2.8rem;
  }
}
.l-treatment__titlebox p {
  text-align: center;
  font-size: 1.5rem;
  font-weight: 600;
  margin-top: 2rem;
}
@media screen and (max-width: 768px) {
  .l-treatment__titlebox p {
    margin-top: 1.5rem;
    font-size: 1.2rem;
  }
}
.l-treatment__btn {
  margin-top: 8rem;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .l-treatment__btn {
    margin-top: 4rem;
  }
}

.l-recommend {
  background: var(--sub);
  padding: 16rem 0 11.6rem 0;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .l-recommend {
    padding: 3rem 0;
  }
}
.l-recommend__titlebox {
  margin-bottom: 1.6rem;
}

.l-recommendSwiper {
  width: 100%;
  height: 100%;
  overflow: visible;
  /* 前へ次への矢印カスタマイズ */
  /* 前への矢印カスタマイズ */
  /* 次への矢印カスタマイズ */
  /* ----- スライドコンテンツ ----- */
}
.l-recommendSwiper .swiper-button-next,
.l-recommendSwiper .swiper-button-prev {
  position: absolute;
  top: -10rem;
  width: 5rem;
  height: 5rem;
  background: var(--white);
  border-radius: 50%;
  margin-top: 0;
  z-index: 10;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--swiper-navigation-color, var(--swiper-theme-color));
  transition: all 0.5s;
}
.l-recommendSwiper .swiper-button-next,
.l-recommendSwiper .swiper-rtl .swiper-button-prev {
  right: calc(50% - 6rem);
  left: auto;
}
.l-recommendSwiper .swiper-button-prev,
.l-recommendSwiper .swiper-rtl .swiper-button-next {
  left: calc(50% - 6rem);
  right: auto;
}
.l-recommendSwiper .swiper-button-prev::after,
.l-recommendSwiper .swiper-button-next::after {
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  height: 50px;
  margin: auto;
  width: 50px;
}
.l-recommendSwiper .swiper-button-prev::after {
  background: url(../img/swiper-prev.svg) no-repeat center center/2rem 2rem;
}
.l-recommendSwiper .swiper-button-next::after {
  background: url(../img/swiper-next.svg) no-repeat center center/2rem 2rem;
}
.l-recommendSwiper .swiper-button-prev:hover,
.l-recommendSwiper .swiper-button-next:hover {
  background: var(--main-light);
}
.l-recommendSwiper .swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: flex;
  transition-property: transform;
  box-sizing: content-box;
  margin-top: 12rem;
}
.l-recommendSwiper .swiper-slide {
  background: var(--white);
  border-radius: 2rem;
  overflow: hidden;
  height: 33.4rem;
  position: relative;
  z-index: 0;
}
@media screen and (max-width: 768px) {
  .l-recommendSwiper .swiper-slide {
    height: 28.9rem;
  }
}
.l-recommendSwiper .swiper-slide .rayer01 {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.l-recommendSwiper .swiper-slide .rayer01 img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.l-recommendSwiper .swiper-slide .rayer02 {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  background: linear-gradient(to bottom, rgba(241, 240, 231, 0.4) 0%, rgba(28, 30, 81, 0.4) 100%);
}
.l-recommendSwiper .swiper-slide .rayer03 {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 3;
  padding: 3rem 2rem;
}
@media screen and (max-width: 768px) {
  .l-recommendSwiper .swiper-slide .rayer03 {
    padding: 2rem;
  }
}
.l-recommendSwiper .swiper-slide a:hover {
  opacity: 0.7;
}
.l-recommendSwiper .swiper-slide__subtitle {
  color: var(--white);
  font-size: 1.8rem;
  font-weight: 600;
  line-height: 1.38;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 768px) {
  .l-recommendSwiper .swiper-slide__subtitle {
    font-size: 1.4rem;
  }
}
.l-recommendSwiper .swiper-slide__subtitle span {
  display: block;
  font-size: 4rem;
  font-weight: 400;
  line-height: 1;
  margin-top: 0.5rem;
}
@media screen and (max-width: 768px) {
  .l-recommendSwiper .swiper-slide__subtitle span {
    font-size: 2.5rem;
  }
}
.l-recommendSwiper .swiper-slide__figure {
  margin-bottom: 1.2rem;
}
.l-recommendSwiper .swiper-slide__label {
  display: flex;
  gap: 0 1.5rem;
  margin-bottom: 1.2rem;
}
.l-recommendSwiper .swiper-slide__label li {
  background: var(--main);
  color: var(--white);
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1.38;
  letter-spacing: 0.05em;
  padding: 0.6rem 1.1rem;
}
@media screen and (max-width: 768px) {
  .l-recommendSwiper .swiper-slide__label li {
    font-size: 1.4rem;
  }
}
.l-recommendSwiper .swiper-slide__more {
  margin-top: 1.2rem;
  color: var(--main-dark);
  display: inline-block;
  background: url(../img/arrow-right.svg) no-repeat center right/2rem 2rem;
  padding-right: 3rem;
}
@media screen and (max-width: 768px) {
  .l-recommendSwiper .swiper-slide__more {
    font-size: 1.4rem;
  }
}

.l-footer {
  width: 100%;
  padding: 15rem 0 16.5rem 0;
  background: url(../img/logo-footer.svg) no-repeat center right -6.8rem/60rem 54.7rem;
}
@media screen and (max-width: 768px) {
  .l-footer {
    padding: 7.4rem 2.7rem 4rem 2.7rem;
    background: url(../img/logo-footer.svg) no-repeat bottom 12rem right -4.8rem/32.5rem 29.6rem;
  }
}
.l-footer__inner {
  width: 130rem;
  margin: 0 auto;
  position: relative;
}
@media screen and (max-width: 768px) {
  .l-footer__inner {
    width: 100%;
  }
}
.l-footer__flex {
  display: flex;
  flex-wrap: wrap;
  gap: 7.6rem 5rem;
  line-height: 1.8;
}
@media screen and (max-width: 768px) {
  .l-footer__flex {
    gap: 0 5rem;
  }
}
@media screen and (max-width: 768px) {
  .l-footer__flexitem01 {
    width: calc((100% - 5rem) / 2);
  }
}
@media screen and (max-width: 768px) {
  .l-footer__flexitem02 {
    width: calc((100% - 5rem) / 2);
  }
}
@media screen and (max-width: 768px) {
  .l-footer__flexitem03 {
    width: 100%;
    border-top: 0.1rem solid var(--gray);
    margin-top: 2rem;
    padding-top: 2rem;
  }
}
@media screen and (max-width: 768px) {
  .l-footer__flexitem04 {
    width: 100%;
    margin-top: 2rem;
  }
}
@media screen and (max-width: 768px) {
  .l-footer .l-footer__flexitem03 .l-footer__navwrap .l-footer__nav02 {
    width: 50%;
  }
}
.l-footer__insta a {
  display: flex;
  justify-content: center;
  align-items: center;
  background: var(--main);
  border-radius: 50%;
  width: 4rem;
  height: 4rem;
}
.l-footer__insta a:hover {
  background: var(--main-light);
}
.l-footer__nav01 li + li {
  margin-top: 1.6rem;
}
.l-footer__nav01 a {
  color: var(--main-dark);
}
.l-footer__nav01 a:hover {
  color: var(--main-light);
}
.l-footer__navwrap {
  display: flex;
  gap: 0 2.4rem;
  margin: 1.6rem 0 0 0;
}
.l-footer__nav02 li {
  width: 100%;
}
.l-footer__nav02 li::before {
  content: "-";
  color: var(--base-color);
  margin-right: 0.4rem;
}
.l-footer__nav02 li + li {
  margin-top: 0.4rem;
}
.l-footer__nav02 a {
  color: var(--base-color);
}
.l-footer__nav02 a:hover {
  color: var(--main-light);
}
.l-footer__sns {
  margin-top: 8rem;
  display: flex;
  gap: 0 1.8rem;
}
@media screen and (max-width: 768px) {
  .l-footer__sns {
    margin-top: 4.8rem;
  }
}
.l-footer__sns a:hover {
  opacity: 0.7;
}
.l-footer__info {
  margin-top: 3.6rem;
  color: var(--base-color);
  font-family: var(--sub-font);
  font-size: 1.3rem;
  font-weight: 400;
  line-height: 1.73;
}
@media screen and (max-width: 768px) {
  .l-footer__info {
    letter-spacing: 0;
  }
}
.l-footer__copy {
  color: var(--main-dark);
  margin-top: 6rem;
}
@media screen and (max-width: 768px) {
  .l-footer__copy {
    margin-top: 30rem;
  }
}
.l-footer__copy small {
  font-size: 1.5rem;
}
@media screen and (max-width: 768px) {
  .l-footer__copy small {
    font-size: 1rem;
  }
}
.l-footer__copy a:hover {
  color: var(--main-light);
}

.l-hero {
  width: 100%;
  height: calc(100vh - 9rem);
  margin-top: 9rem;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 768px) {
  .l-hero {
    margin-top: 8rem;
    height: calc(100dvh - 14rem);
  }
}
.l-hero::before {
  content: "";
  display: block;
  background-repeat: no-repeat;
  background-image: url(../img/l-hero-wave.png);
  background-size: cover;
  width: 100%;
  height: 0;
  padding-bottom: 12.8968253968%;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 5;
}
.l-heroRayer01 {
  z-index: 2;
}
.l-heroRayer02 {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 3;
  width: 100%;
  height: 100%;
  background: rgba(48, 48, 48, 0.2);
}
.l-heroRayer03 {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 4;
  width: 100%;
  color: var(--white);
  text-align: center;
}
@media screen and (max-width: 768px) {
  .l-heroRayer03 {
   position: absolute;
        transform: translate(0, 100%);
        z-index: 100;
        top: 0;
        left: 0;
  }
}
.l-heroRayer03 p {
  font-size: 4rem;
  line-height: 1.37;
  letter-spacing: 0.15em;
  margin-top: 2.6rem;
}
@media screen and (max-width: 768px) {
  .l-heroRayer03 p {
    font-size: 2.5rem;
    margin-top: 1rem;
  }
}
.l-heroRayer03 h1 {
  font-size: 1.5rem;
  font-weight: 600;
  margin-top: 2.6rem;
}
@media screen and (max-width: 768px) {
  .l-heroRayer03 h1 {
    font-size: 1.2rem;
    margin-top: 1rem;
  }
}
@media screen and (max-width: 768px) {
  .l-heroRayer03 img {
    width: 15rem;
    height: auto;
  }
}
.l-heroRayer04 {
  position: absolute;
  bottom: 4.8rem;
  left: 50%;
  transform: translate(-50%, 0);
  z-index: 6;
  width: 100%;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .l-heroRayer04 {
    bottom: auto;
    top: 1.2rem;
  }
}
.l-hero__news a {
  border-radius: 10rem;
  background: var(--white);
  box-shadow: 1px 3px 12px 1px rgba(0, 0, 0, 0.25);
  display: inline-flex;
  justify-content: space-between;
  align-items: center;
  gap: 0 2.4rem;
  padding: 1.6rem 6.6rem;
  background-image: url(../img/l-hero-icon01.svg), url(../img/l-hero-icon02.svg);
  background-position: left 4rem center, right 4rem center;
  background-size: 1.9rem 2.1rem, 0.9rem 1.3rem;
  background-repeat: no-repeat, no-repeat;
  max-width: 80rem;
}
@media screen and (max-width: 768px) {
  .l-hero__news a {
    display: block;
    width: 100%;
    padding: 1rem 4.8rem;
    background-position: left 2rem center, right 2rem center;
  }
}
.l-hero__news a:hover {
  box-shadow: none;
}
.l-hero__news .date {
  color: var(--main-light);
  white-space: nowrap;
}
@media screen and (max-width: 768px) {
  /*.l-hero__news .date {
    display: none;
  }*/
}
.l-hero__news .title {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
@media screen and (max-width: 768px) {
  .l-hero__news .title {
    font-size: 1.2rem;
  }
}
.l-hero__tagline {
  color: var(--white);
  text-align: center;
  font-size: 1rem;
  line-height: 1.5;
}

@media screen and (min-width: 769px) {
  .sp-hero {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  .sp-hero {
    background: var(--main);
    width: 100%;
  }
}

@media screen and (min-width: 769px) {
  .sp-news {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  .sp-news {
    background: var(--main);
    width: 100%;
    padding: 2.2rem 2rem 0 2rem;
  }
}

.l-header {
  width: 100%;
  height: 9rem;
  background: var(--white);
  z-index: 1000;
  padding: 0 2rem 0 0;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  position: fixed;
  top: 0;
  left: 0;
  transition: all 0.5s;
}
@media screen and (max-width: 768px) {
  .l-header {
    height: 8rem;
    padding: 0 2rem;
  }
}
.l-header::before {
  content: "";
  display: inline-block;
  width: 38.5rem;
  height: 8.9rem;
  background-image: url(../img/l-header-after.png);
  background-size: contain;
  vertical-align: middle;
  position: absolute;
  bottom: -8.9rem;
  left: -3.6rem;
}
@media screen and (max-width: 768px) {
  .l-header::before {
    display: none;
  }
}
.l-header__logo {
  position: absolute;
  top: 2.5rem;
  left: 3rem;
  display: flex;
  gap: 0 4.4rem;
}
.l-header__logo a:hover {
  opacity: 0.7;
}
.l-header__logo p {
  color: var(--gray-dark);
  font-size: 1.1rem;
  line-height: 1.81;
}
@media screen and (max-width: 768px) {
  .l-header__logo p {
    display: none;
  }
}
@media screen and (max-width: 1143px) and (min-width: 769px) {
  .l-header__logo p {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  .l-header__elements {
    display: flex;
    align-items: center;
  }
}
@media screen and (max-width: 768px) {
  .l-header__globalnav {
    display: none;
  }
}
.l-header__globalnav ul {
  display: flex;
  justify-content: flex-end;
  gap: 0 2rem;
}
.l-header__globalnav a {
  color: var(--main-dark);
  font-size: 1.2rem;
  font-weight: 600;
  position: relative;
  white-space: nowrap;
}
.l-header__globalnav a:hover {
  color: var(--main-light);
}
.l-header__btns {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  gap: 0 2rem;
}
@media screen and (max-width: 768px) {
  .l-header__phone {
    display: none;
  }
}
.l-header__phone a {
  display: block;
  color: var(--main);
  font-family: var(--en-font);
  font-size: 1.9rem;
  font-weight: 500;
  background: url(../img/p-information-phone.svg) no-repeat center left/3.2rem 3.2rem;
  padding-left: 4rem;
  line-height: 1.57;
  letter-spacing: 0.1em;
}
.l-header__time {
  color: var(--base-color);
  font-size: 1.2rem;
  line-height: 1.87;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 768px) {
  .l-header__time {
    display: none;
  }
}
.l-header__time span {
  color: var(--main-light);
  font-weight: 600;
}
@media screen and (max-width: 768px) {
  .l-header__reserve {
    display: none;
  }
}
.l-header__reserve a {
  color: var(--white);
  font-size: 1.2rem;
  font-weight: 600;
  line-height: 1.87;
  letter-spacing: 0.05em;
  background: var(--main);
  border-radius: 10rem;
  box-shadow: 0px 1px 4px 0px rgba(0, 0, 0, 0.25);
  height: 3.3rem;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0 0.5rem;
  padding: 0 1.5rem;
}
.l-header__reserve a:hover {
  background: var(--main-light);
}

.l-sitemap {
  width: 100%;
  padding: 4.8rem 2.7rem 12.8rem 2.7rem;
}
.l-sitemap__inner {
  width: 100%;
  margin: 0 auto;
  position: relative;
}
.l-sitemap__flex {
  display: flex;
  flex-wrap: wrap;
  gap: 7.6rem 5rem;
  line-height: 1.8;
}
@media screen and (max-width: 768px) {
  .l-sitemap__flex {
    gap: 0 5rem;
  }
}
@media screen and (max-width: 768px) {
  .l-sitemap__flexitem01 {
    width: calc((100% - 5rem) / 2);
  }
}
@media screen and (max-width: 768px) {
  .l-sitemap__flexitem02 {
    width: calc((100% - 5rem) / 2);
  }
}
@media screen and (max-width: 768px) {
  .l-sitemap__flexitem03 {
    width: 100%;
    border-top: 0.1rem solid var(--gray);
    margin-top: 2rem;
    padding-top: 2rem;
  }
}
@media screen and (max-width: 768px) {
  .l-sitemap__flexitem04 {
    width: 100%;
    margin-top: 2rem;
  }
}
@media screen and (max-width: 768px) {
  .l-sitemap .l-sitemap__flexitem03 .l-sitemap__navwrap .l-sitemap__nav02 {
    width: 50%;
  }
}
.l-sitemap__insta a {
  display: flex;
  justify-content: center;
  align-items: center;
  background: var(--main-light);
  border-radius: 50%;
  width: 4rem;
  height: 4rem;
}
.l-sitemap__nav01 li + li {
  margin-top: 1.6rem;
}
.l-sitemap__nav01 a {
  color: var(--main-light);
}
.l-sitemap__navwrap {
  display: flex;
  gap: 0 2.4rem;
  margin: 1.6rem 0 0 0;
}
.l-sitemap__nav02 li {
  width: 100%;
}
.l-sitemap__nav02 li::before {
  content: "-";
  color: var(--base-color);
  margin-right: 0.4rem;
}
.l-sitemap__nav02 li + li {
  margin-top: 0.4rem;
}
.l-sitemap__nav02 a {
  color: var(--white);
}
.l-sitemap__sns {
  margin-top: 8rem;
  display: flex;
  gap: 0 1.8rem;
}
@media screen and (max-width: 768px) {
  .l-sitemap__sns {
    margin-top: 4.8rem;
  }
}
.l-sitemap__sns a:hover {
  opacity: 0.7;
}
.l-sitemap__info {
  margin-top: 3.6rem;
  color: var(--base-color);
  font-family: var(--sub-font);
  font-size: 1.3rem;
  font-weight: 400;
  line-height: 1.73;
}
@media screen and (max-width: 768px) {
  .l-sitemap__info {
    letter-spacing: 0;
  }
}

.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-pageheader {
  width: 100%;
  margin-top: 17rem;
}
@media screen and (max-width: 768px) {
  .l-pageheader {
    margin-top: 8rem;
  }
}
.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;
  line-height:1.5;
}
.l-pagetitle h1::after {
  content: "";
  position: absolute;
  bottom: 0;
  display: inline-block;
  width: 7rem;
  height: 0.1rem;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  background-color: var(--main-dark);
}
.l-pagetitle img {
  width: 100%;
  max-width: 124rem;
  aspect-ratio: 2/1;
  object-fit: cover;
  margin-top: 8rem;
}
@media screen and (max-width: 768px) {
  .l-pagetitle img {
    margin-top: 4rem;
  }
}

.l-pagetitle.default {
  color: var(--main);
}

.l-pagetitle.gray-light {
  color: var(--main);
}

.l-pagetitle.main-light {
  color: var(--main);
}

.l-pagetitle.main {
  color: var(--white);
}

.l-page {
  letter-spacing: 0.06em;
  line-height: 1.8;
}
.l-page section .inner > * + * {
  margin-top: 4rem;
}
.l-page strong {
  font-weight: 600;
  color: var(--main-light);
}
.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;
  width: 100%;
}
@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);
  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 h3 .loan_price {
    color: #EDA900;
    font-size: 3rem;
    margin-right: 0.5rem;
}
@media screen and (max-width: 768px) {
  .l-page section.default h3 .loan_price {
    font-size: 2.5rem;
}
}
.l-page section.default h4 {
  color: var(--main);
    font-size: 1.8rem;
    font-weight: 600;
    padding: 0.2rem 1.4rem;
    border-left: 3px solid;
}
@media screen and (max-width: 768px) {
  .l-page section.default h4 {
    font-size: 1.6rem;
  }
}
.l-page section.default h4 .loan_price {
    color: #EDA900;
    font-size: 2.5rem;
    margin-right: 0.5rem;
}
@media screen and (max-width: 768px) {
  .l-page section.default h4 .loan_price {
    font-size: 2rem;
}
}
.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: #fff;
  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-light);
  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: 9rem;
  font-weight: 600;
          font-size: 14px;
}
.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 dl dt {
  width: 9rem;
  font-weight: 600;
}
.l-page section.default dl dd {
    width: calc(94% - 8.6rem);
}
  
}
.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;
  }
}

.l-pagetitle h1:before {
    color: var(--main-light);
    content: attr(data-en);
    display: block;
    font-size: 1.8rem;
    font-weight: 600;
    letter-spacing: .1em;
    margin-bottom: 0.5rem;
}

@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: var(--main);
  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-light, #EDA900);
  font-size: 15px;
  font-weight: 600;
}
.l-page section.default .profile .profileTxt p:nth-child(2) {
  font-size: 5rem;
  font-weight: 400;
  color: var(--white);
  letter-spacing: 0.15em;
}
.l-page section.default .profile .profileTxt p:nth-child(3) {
   color: var(--white);
  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 .profile .profileTxt p.profile_name {
  font-size: 4.4rem;
  
}
 .l-page section.default .col-2 .profile_history dt {
 font-size: 15px;
  
}
}
.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-container {
  width: 100%;
  max-width: 94rem;
  margin: 0 auto;
  padding: 10rem 2rem;
}
@media screen and (max-width: 768px) {
  .l-container {
    padding: 5rem 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;
}

.c-heading01 {
  text-align: center;
}
.c-heading01 p {
  color: var(--main-dark);
  font-family: var(--en-font);
  font-size: 8rem;
  font-weight: 300;
  line-height: 0.875;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 768px) {
  .c-heading01 p {
    font-size: 4.4rem;
    letter-spacing: 0;
  }
}
.c-heading01 span {
  color: var(--main-light);
}
.c-heading01 h2 {
  color: var(--main-dark);
  font-size: 1.8rem;
  font-weight: 400;
  line-height: 2.33;
  letter-spacing: 0.05em;
  margin-top: 1.6rem;
}
@media screen and (max-width: 768px) {
  .c-heading01 h2 {
    font-size: 1.6rem;
  }
}

.c-heading02 {
  text-align: center;
}
.c-heading02 p {
  color: var(--white);
  font-family: var(--en-font);
  font-size: 8rem;
  font-weight: 300;
  line-height: 0.875;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 768px) {
  .c-heading02 p {
    font-size: 4.4rem;
    letter-spacing: 0;
  }
}
.c-heading02 span {
  color: var(--main-light);
}
.c-heading02 h2 {
  color: var(--white);
  font-size: 1.8rem;
  font-weight: 400;
  line-height: 2.33;
  letter-spacing: 0.05em;
  margin-top: 1.6rem;
}
@media screen and (max-width: 768px) {
  .c-heading02 h2 {
    font-size: 1.6rem;
  }
}

.c-btn01 a {
  border-radius: 1.2rem;
  border: 0.1rem solid #3E3A39;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  position: relative;
  color: #262626;
  background: var(--white) url(../img/c-btn.svg) no-repeat center right 2.4rem;
  overflow: hidden;
  padding: 1.4rem 6rem 1.4rem 2.4rem;
  transition: all 0.5s;
}
@media screen and (max-width: 768px) {
  .c-btn01 a {
    background: var(--white) url(../img/c-btn.svg) no-repeat center right 1.4rem;
    padding: 1.4rem 4.6rem 1.4rem 1.4rem;
  }
}
.c-btn01 a:hover {
  background: var(--white) url(../img/c-btn-hover.svg) no-repeat center right 2.4rem;
}

.c-btn02 a {
  border-radius: 10rem;
  min-width: 22rem;
  height: 4.6rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  position: relative;
  color: var(--white);
  background: var(--gray-dark);
  overflow: hidden;
  padding: 0 2.5rem;
  font-size: 1.5rem;
  transition: all 0.5s;
}
@media screen and (max-width: 768px) {
  .c-btn02 a {
    min-width: auto;
    padding: 0 1.2rem;
    font-size: 1.2rem;
  }
}
.c-btn02 a:hover {
  background: var(--main);
}

.c-btn03 a {
  border-radius: 10rem;
  min-width: 22rem;
  height: 4.6rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  position: relative;
  color: var(--white);
  background: var(--main);
  overflow: hidden;
  padding: 0 2.5rem;
  font-size: 1.5rem;
  transition: all 0.5s;
}
@media screen and (max-width: 768px) {
  .c-btn03 a {
    font-size: 1.4rem;
  }
}
.c-btn03 a:hover {
  background: var(--gray-dark);
}

.c-btn04 a {
  border-radius: 10rem;
  min-width: 22rem;
  height: 4.6rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  position: relative;
  color: var(--black);
  border: 0.1rem solid var(--gray);
  background: var(--white);
  overflow: hidden;
  padding: 0 2.5rem;
  font-size: 1.5rem;
  transition: all 0.5s;
}
@media screen and (max-width: 768px) {
  .c-btn04 a {
    font-size: 1.4rem;
  }
}
.c-btn04 a:hover {
  background: var(--main-light);
}

.c-btn05 a {
  height: 4.6rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  position: relative;
  color: var(--black);
  font-size: 1.2rem;
  line-height: 1.87;
  letter-spacing: 0.05em;
  background: url(../img/c-btn05.svg) no-repeat center right/2.2rem 2.2rem;
  padding-right: 2.6rem;
  transition: all 0.5s;
}
.c-btn05 a:hover {
  background: url(../img/c-btn05-hover.svg) no-repeat center right/2.2rem 2.2rem;
}

.c-card {
  box-shadow: 0px 1px 4px 0px rgba(0, 0, 0, 0.25);
}
.c-card__link {
  position: relative;
}
.c-card__label {
  position: absolute;
  top: 0;
  left: 0;
  background: var(--main);
  color: var(--white);
  font-size: 1.1rem;
  padding: 0.2rem 1rem;
}
.c-card__thumb01 {
  display: flex;
  height: 15rem;
  align-items: center;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .c-card__thumb01 {
    height: 13rem;
  }
}
.c-card__thumb01 img {
  width: 100%;
  height: auto;
  object-fit: cover;
}
.c-card__thumb02 {
  display: flex;
}
.c-card__thumb02 img {
  width: 100%;
  height: 15rem;
  object-fit: cover;
}
.c-card__thumb02 img.large {
  width: 100%;
  height: 24rem;
  object-fit: cover;
}
.c-card__body {
  padding: 1.6rem;
}
.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 {
  width: 30%;
}
.c-card__dl dd {
  width: 70%;
}
.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-calendar {
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
  margin: 0 0 1rem 0;
  border-top: 0.1rem solid var(--main-dark);
}
@media screen and (max-width: 768px) {
  .c-calendar {
    font-size: 1.2rem;
    margin: 0 0 1rem 0;
  }
}
.c-calendar th {
  text-align: center;
  width: 8.8%;
  padding: 0.5rem;
  border-bottom: 0.1rem solid var(--main-dark);
  color: var(--main-dark);
  font-weight: 600;
}
.c-calendar th.head {
  width: 29.6%;
  text-align: left;
  padding: 0.5rem 1rem;
  font-weight: 400;
}
.c-calendar th.top {
  padding: 1rem 0.5rem 0.5rem 0.5rem;
}
.c-calendar td {
  text-align: center;
  width: 9%;
  padding: 0.5rem;
  border-bottom: 0.1rem solid var(--main-dark);
  color: var(--main);
  font-weight: 600;
}
.c-calendar td.head {
  width: 27%;
  text-align: left;
  padding: 0.5rem 1rem;
  font-weight: 400;
}
.c-calendar td.btm {
  padding: 0.5rem 0.5rem 1rem 0.5rem;
}

.c-catlist {
  border-top: 0.1rem solid var(--gray);
}
.c-catlist__item {
  border-bottom: 0.1rem solid var(--gray);
}
.c-catlist__link {
  display: flex;
  gap: 0 2rem;
  padding: 2rem 0;
  transition: 0.7s;
}
@media screen and (max-width: 768px) {
  .c-catlist__link {
    flex-wrap: wrap;
    gap: 1rem 2rem;
  }
}
.c-catlist__link:hover {
  opacity: 0.5;
}
@media screen and (max-width: 768px) {
  .c-catlist__date {
    display: block;
  }
}
.c-catlist__tax {
  background: var(--main);
  color: var(--white);
  text-align: center;
  width: 10rem;
  display: inline-block;
}
@media screen and (max-width: 768px) {
  .c-catlist__title {
    display: block;
    width: 100%;
  }
}

.c-pagenavi {
  text-align: center;
  margin-top: 10rem;
}
@media screen and (max-width: 768px) {
  .c-pagenavi {
    margin-top: 5rem;
  }
}
.c-pagenavi .nav-links a {
  border: 0.1rem solid var(--gray);
  color: var(--main);
  display: inline-block;
  padding: 0 0.6rem;
  transition: all 0.5s;
}
.c-pagenavi .nav-links a:hover {
  border: 0.1rem solid var(--main);
  background: var(--main);
  color: var(--white);
}
.c-pagenavi .nav-links span {
  border: 0.1rem solid var(--main-light);
  display: inline-block;
  padding: 0 0.6rem;
  background: var(--main-light);
}

.wp-pagenavi {
  font-size: 1.6rem !important;
  font-weight: 500 !important;
}
.wp-pagenavi .pages {
  border: 0.1rem solid var(--gray) !important;
  background: var(--white) !important;
  color: var(--main) !important;
  padding: 0 1rem !important;
  line-height: 4rem !important;
  margin: 0 0.5rem !important;
  display: inline-block;
}
.wp-pagenavi a {
  border: 0.1rem solid var(--gray) !important;
  line-height: 4rem !important;
  padding: 0 1rem !important;
  display: inline-block !important;
  color: var(--main) !important;
  background: var(--white) !important;
  text-decoration: none !important;
  position: relative !important;
  margin: 0 0.5rem !important;
  transition: 0.3s !important;
  min-width: 4rem !important;
}
.wp-pagenavi a:hover {
  border: 0.1rem solid var(--main) !important;
  text-decoration: none !important;
  position: relative !important;
  background: var(--main) !important;
  color: var(--white) !important;
}
.wp-pagenavi a.nextpostslink {
  border: 0.1rem solid var(--gray) !important;
  line-height: 4rem !important;
  padding: 0 1rem !important;
  display: inline-block !important;
  color: var(--main) !important;
  text-decoration: none !important;
  position: relative !important;
  margin: 0 0.5rem !important;
  transition: 0.3s !important;
}
.wp-pagenavi a.nextpostslink:hover {
  background: var(--main) !important;
  color: var(--white) !important;
}
.wp-pagenavi a.previouspostslink {
  border: 0.1rem solid var(--gray) !important;
  line-height: 4rem !important;
  padding: 0 1rem !important;
  display: inline-block !important;
  color: var(--main) !important;
  text-decoration: none !important;
  position: relative !important;
  margin: 0 0.5rem !important;
  transition: 0.3s !important;
  background: var(--white);
}
.wp-pagenavi a.previouspostslink:hover {
  background: var(--main) !important;
  color: var(--white) !important;
}
.wp-pagenavi .current {
  border: 0.1rem solid var(--main) !important;
  line-height: 4rem !important;
  padding: 0 1rem !important;
  display: inline-block !important;
  color: var(--white) !important;
  text-decoration: none !important;
  position: relative !important;
  margin: 0 0.5rem !important;
  background: var(--main) !important;
  min-width: 4rem !important;
}

@media screen and (max-width: 768px) {
  .c-pagenavi {
    text-align: center;
  }
  .c-pagenavi__inner {
    display: block;
    padding: 1rem 0.5rem;
  }
  .c-pagenavi__scroll {
    overflow-x: auto;
    white-space: nowrap;
    overflow-scrolling: touch;
    -webkit-overflow-scrolling: touch;
  }
}
.c-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-badge01 a {
  width: 22rem;
  height: 22rem;
  border-radius: 50%;
  background: var(--sub);
  color: var(--white);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  flex-direction: column;
  position: relative;
  transition: all 0.5s;
}
.c-badge01 a:hover {
  background: var(--main);
}
.c-badge01__img {
  position: absolute;
  top: 2rem;
  right: -3rem;
}
.c-badge01__img img {
  width: 9.2rem !important;
  height: 14.3rem !important;
}
.c-badge01__p {
  text-align: center;
  font-size: 1.7rem;
  line-height: 1.3;
}
.c-badge01__title {
  text-align: center;
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 1.4;
  border-top: 0.1rem solid var(--white);
  border-bottom: 0.1rem solid var(--white);
  padding: 0.6rem 0;
  margin: 0.6rem auto;
  width: 15rem;
}

.c-badge02 a {
  width: 22rem;
  height: 22rem;
  border-radius: 50%;
  background: var(--main);
  color: var(--white);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  flex-direction: column;
  position: relative;
  transition: all 0.5s;
}
.c-badge02 a:hover {
  background: var(--sub);
}
.c-badge02__p {
  text-align: center;
  font-size: 1.7rem;
  line-height: 1.3;
}
.c-badge02__title {
  text-align: center;
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 1.4;
  border-top: 0.1rem solid var(--white);
  border-bottom: 0.1rem solid var(--white);
  padding: 0.6rem 0;
  margin: 0.6rem auto;
  width: 15rem;
}

.p-first01 {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 0 5rem;
}
@media screen and (max-width: 768px) {
  .p-first01 {
    gap: 3rem 0;
  }
}
.p-first01 li {
  width: calc((100% - 15rem) / 4);
}
@media screen and (max-width: 768px) {
  .p-first01 li {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    gap: 0 2rem;
  }
}
@media screen and (max-width: 768px) {
  .p-first01__imgbox {
    width: 8rem;
  }
  .p-first01__txtbox {
    width: calc(100% - 10rem);
  }
}
.p-first01 img {
  width: 100%;
  height: auto;
  border-radius: 50%;
  aspect-ratio: 1/1;
  margin-bottom: 2rem;
}
.p-first01 h3 {
  font-size: 2.4rem;
  letter-spacing: 0.05em;
  margin-bottom: 2rem;
  line-height: 1.6;
}
@media screen and (max-width: 768px) {
  .p-first01 h3 {
    font-size: 2rem;
    margin-bottom: 1rem;
  }
}
.p-first01 h3::before {
  content: attr(data-num);
  display: block;
  color: var(--main-light);
  font-family: var(--en-font);
  font-size: 3.6rem;
  font-weight: 400;
  line-height: 1.6;
  letter-spacing: 0.1em;
  margin-bottom: 2rem;
}
@media screen and (max-width: 768px) {
  .p-first01 h3::before {
    font-size: 2rem;
    margin-bottom: 1rem;
  }
}

.p-information {
  width: 85rem;
  display: flex;
  flex-wrap: wrap;
  gap: 0 5rem;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .p-information {
    width: 100%;
    padding: 0 2rem;
    gap: 0;
  }
}
.p-information__titlebox {
  text-align: center;
}
.p-information__titlebox h2 {
  color: var(--main-dark);
  font-size: 3rem;
  line-height: 1.6;
  letter-spacing: 0.1em;
  margin-bottom: 1.6rem;
}
@media screen and (max-width: 768px) {
  .p-information__titlebox h2 {
    font-size: 2.4rem;
    margin-bottom: 1rem;
  }
}
.p-information__titlebox h2 span {
  color: var(--main-light);
}
.p-information__titlebox p {
  color: var(--main-dark);
  font-weight: 600;
}
@media screen and (max-width: 768px) {
  .p-information__titlebox p {
    font-size: 1.2rem;
  }
}
.p-information__logo {
  text-align: center;
  margin-bottom: 5rem;
}
@media screen and (max-width: 768px) {
  .p-information__logo {
    margin-bottom: 2.4rem;
  }
}
.p-information__logo a:hover {
  opacity: 0.7;
}
@media screen and (max-width: 768px) {
  .p-information__logo img {
    width: 27.8rem;
    height: auto;
  }
}
.p-informationBlock01 {
  width: 100%;
  margin-bottom: 5rem;
}
@media screen and (max-width: 768px) {
  .p-informationBlock01 {
    margin-bottom: 3rem;
  }
}
.p-informationBlock01__logo {
  display: flex;
  justify-content: center;
}
@media screen and (max-width: 768px) {
  .p-informationBlock01__logo {
    text-align: center;
  }
}
.p-informationBlock01__logo img {
  transition: all 0.5s;
}
@media screen and (max-width: 768px) {
  .p-informationBlock01__logo img {
    width: 16rem;
    height: auto;
    margin: 0 auto;
  }
}
.p-informationBlock01__logo a {
  transition: all 0.5s;
}
.p-informationBlock01__logo a:hover img {
  opacity: 0.7;
}
.p-informationBlock02 {
  width: calc((100% - 5rem) / 2);
}
@media screen and (max-width: 768px) {
  .p-informationBlock02 {
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  .p-informationBlock02 + .p-informationBlock02 {
    margin-top: 5rem;
  }
}
.p-information__subtitle {
  color: var(--main-dark);
  font-size: 2.4rem;
  font-weight: 400;
  line-height: 1.6;
  letter-spacing: 0.05em;
  margin-bottom: 2.4rem;
}
@media screen and (max-width: 768px) {
  .p-information__subtitle {
    font-size: 2rem;
    margin-bottom: 1.5rem;
  }
}
.p-information__label {
  display: flex;
  gap: 0 1.5rem;
  margin-bottom: 1.2rem;
}
@media screen and (max-width: 768px) {
  .p-information__label {
    gap: 0 1rem;
  }
}
.p-information__label li {
  background: var(--main-light);
  color: var(--white);
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1.38;
  letter-spacing: 0.05em;
  padding: 0.6rem 0.6rem;
}
@media screen and (max-width: 768px) {
  .p-information__label li {
    font-size: 1.4rem;
  }
}
.p-information__p {
  font-size: 1.3rem;
  font-weight: 600;
  line-height: 1.87;
  letter-spacing: 0.06em;
  margin-bottom: 1.2rem;
}
.p-information__phone {
  text-align: center;
  margin-bottom: 2.4rem;
}
@media screen and (max-width: 768px) {
  .p-information__phone {
    margin-bottom: 2rem;
  }
}
.p-information__phone a {
  color: var(--main);
  font-family: var(--en-font);
  font-size: 3.6rem;
  font-weight: 400;
  line-height: 1.6;
  letter-spacing: 0.1em;
  background: url(../img/p-information-phone.svg) no-repeat center left/3.2rem 3.2rem;
  padding-left: 4rem;
}
@media screen and (max-width: 768px) {
  .p-information__phone a {
    font-size: 2rem;
  }
}
.p-information__reserve {
  text-align: center;
}
.p-information__reserve a {
  color: var(--white);
  display: inline-flex;
  padding: 2rem 3.2rem;
  justify-content: center;
  align-items: center;
  gap: 0 1rem;
  color: var(--white);
  font-size: 1.5rem;
  font-weight: 600;
  background: var(--main);
  border-radius: 10rem;
  box-shadow: 0px 1px 4px 0px rgba(0, 0, 0, 0.25);
}
@media screen and (max-width: 768px) {
  .p-information__reserve a {
    font-size: 1.2rem;
  }
}
.p-information__reserve a:hover {
  background: var(--main-dark);
  box-shadow: none;
}
.p-information__map {
  width: 100%;
  margin-bottom: 2.4rem;
}
.p-information__map img {
  width: 100%;
  height: auto;
  object-fit: cover;
  object-position: center;
  image-rendering: -webkit-optimize-contrast;
}
.p-information__address {
  margin-bottom: 2.4rem;
}
@media screen and (max-width: 768px) {
  .p-information__address {
    font-size: 1.4rem;
  }
}
.p-information__btns {
  display: flex;
  flex-wrap: wrap;
  gap: 0 1.6rem;
}
@media screen and (max-width: 768px) {
  .p-information__btns {
    gap: 0 1.2rem;
  }
}

.p-first02 {
  margin-top: 3rem;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 0 10rem;
}
@media screen and (max-width: 768px) {
  .p-first02 {
    gap: 3rem 0;
  }
}
.p-first02__item {
  width: calc((100% - 10rem) / 2);
}
@media screen and (max-width: 768px) {
  .p-first02__item {
    width: 100%;
  }
}
.p-first02__h4 {
  font-size: 2.4rem;
  line-height: 1.6;
  letter-spacing: 0.05em;
  border-radius: 0.8rem;
  background: var(--sub);
  text-align: center;
  padding: 1rem;
  margin-bottom: 4rem;
}
@media screen and (max-width: 768px) {
  .p-first02__h4 {
    font-size: 2rem;
    line-height: 1.2;
    padding: 1rem;
    margin-bottom: 1.5rem;
  }
}
.p-first02__h5 {
  font-size: 1.8rem;
  font-weight: 600;
  line-height: 4.6rem;
  letter-spacing: 0.05em;
  margin-bottom: 2rem;
}
@media screen and (max-width: 768px) {
  .p-first02__h5 {
    font-size: 1.6rem;
    line-height: 2;
    margin-bottom: 1rem;
  }
}
.p-first02__small {
  font-size: 1.2rem;
  line-height: 1.87;
  letter-spacing: 0.05em;
  margin-top: 2rem;
  display: block;
}
@media screen and (max-width: 768px) {
  .p-first02__small {
    margin-top: 1rem;
  }
}
.p-first02__btn {
  text-align: center;
  margin-bottom: 2rem;
}
@media screen and (max-width: 768px) {
  .p-first02__btn {
    margin-bottom: 1rem;
  }
}

.p-first03 {
  margin-top: 4rem;
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: auto auto auto auto;
  gap: 0 6rem;
  grid-auto-flow: row;
  grid-template-areas: "p-first03__title01 p-first03__title02" "p-first03__banner01 p-first03__banner02" "p-first03__banner01 p-first03__title03" "p-first03__banner01 p-first03__banner03";
}
@media screen and (max-width: 768px) {
  .p-first03 {
    display: flex;
    flex-wrap: wrap;
    gap: 0 0;
  }
}
.p-first03__title01 {
  grid-area: p-first03__title01;
}
.p-first03__banner01 {
  grid-area: p-first03__banner01;
  border-radius: 0.8rem;
  border: 0.2rem solid var(--gray);
  padding: 3.2rem 4.5rem;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  gap: 2rem 2rem;
}
@media screen and (max-width: 768px) {
  .p-first03__banner01 {
    padding: 2rem 1.5rem;
    gap: 2rem 1.5rem;
  }
}
.p-first03__title02 {
  grid-area: p-first03__title02;
}
@media screen and (max-width: 768px) {
  .p-first03__title02 {
    margin-top: 1rem;
  }
}
.p-first03__banner02 {
  grid-area: p-first03__banner02;
  border-radius: 0.8rem;
  border: 0.2rem solid var(--gray);
  padding: 3.2rem 4.5rem 3.2rem 5.1rem;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: wrap;
  gap: 2rem 2rem;
}
@media screen and (max-width: 768px) {
  .p-first03__banner02 {
    justify-content: center;
    padding: 2rem 1.5rem;
    gap: 2rem 1.5rem;
  }
}
.p-first03__title03 {
  grid-area: p-first03__title03;
}
@media screen and (max-width: 768px) {
  .p-first03__title03 {
    margin-top: 1rem;
  }
}
.p-first03__banner03 {
  grid-area: p-first03__banner03;
  border-radius: 0.8rem;
  border: 0.2rem solid var(--gray);
  padding: 3.2rem 4.5rem;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  gap: 2rem 2rem;
}
@media screen and (max-width: 768px) {
  .p-first03__banner03 {
    padding: 2rem 1.5rem;
    gap: 2rem 1.5rem;
    width: 100%;
  }
}
.p-first03__subtitle {
  font-size: 1.8rem;
  font-weight: 600;
  letter-spacing: 0.05em;
  position: relative;
  padding-left: 1.5em;
}
@media screen and (max-width: 768px) {
  .p-first03__subtitle {
    font-size: 1.6rem;
  }
}
.p-first03__subtitle::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  transform: translate(0, -40%);
  width: 1.6rem;
  height: 1.6rem;
  border-radius: 50%;
  background: var(--main);
}
@media screen and (max-width: 768px) {
  .p-first03 img {
    max-width: 8rem;
    height: auto;
  }
}

.p-cardS {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  gap: 4rem 0;
}
@media screen and (max-width: 768px) {
  .p-cardS {
    gap: 1.5rem 0;
  }
}
.p-cardS__item {
  width: 16.6666666667%;
}
@media screen and (max-width: 768px) {
  .p-cardS__item {
    width: 33.3333333333%;
  }
}
.p-cardS__link {
  text-align: center;
  display: block;
  width: 100%;
}
.p-cardS__link h3 {
  font-weight: 600;
}
@media screen and (max-width: 768px) {
  .p-cardS__link h3 {
    font-size: 1.2rem;
  }
}
.p-cardS__icon {
  width: 10rem;
  height: 10rem;
  border-radius: 50%;
  background: var(--white);
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto 1rem auto;
  transition: all 0.5s;
}
@media screen and (max-width: 768px) {
  .p-cardS__icon {
    width: 8rem;
    height: 8rem;
  }
}

/* ----- hover ----- */
.p-cardS__link:hover .p-cardS__icon {
  background: var(--main-light);
}

.p-heroSwiper img {
  width: 100%;
  height: calc(100vh - 9rem);
  object-fit: cover;
  object-position: center;
}
@media screen and (max-width: 768px) {
  .p-heroSwiper img {
    height: calc(100dvh - 14rem);
  }
}

.p-doctor {
  width: 100rem;
  margin-right: auto;
  padding: 12rem 0 10rem 10rem;
}
@media screen and (max-width: 768px) {
  .p-doctor {
    width: 100%;
    padding: 4.8rem 2rem;
  }
}
.p-doctor__titlebox {
  margin-bottom: 4rem;
}
@media screen and (max-width: 768px) {
  .p-doctor__titlebox {
    margin-bottom: 2rem;
  }
}
.p-doctor__titlebox p {
  margin-top: 2rem;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .p-doctor__titlebox p {
    margin-top: 1.4rem;
  }
}
.p-doctor__flexbox {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.p-doctor__txtbox {
  width: 35rem;
}
@media screen and (max-width: 768px) {
  .p-doctor__txtbox {
    width: 100%;
  }
}
.p-doctor__imgbox {
  width: 45rem;
}
@media screen and (max-width: 768px) {
  .p-doctor__imgbox {
    width: 100%;
    margin-top: 2rem;
  }
}
.p-doctor__name {
  color: #363862;
  font-size: 3.4rem;
  line-height: 1.6;
  margin-bottom: 4rem;
}
@media screen and (max-width: 768px) {
  .p-doctor__name {
    font-size: 2.7rem;
    margin-bottom: 2rem;
  }
}
.p-doctor__name span {
  display: block;
  font-size: 1.5rem;
  line-height: 2;
}
.p-doctor__subtitle01 {
  font-size: 2.2rem;
  line-height: 1.6;
  padding-bottom: 2.4rem;
  margin-bottom: 2.4rem;
  border-bottom: 0.1rem solid var(--black);
}
@media screen and (max-width: 768px) {
  .p-doctor__subtitle01 {
    font-size: 1.9rem;
    padding-bottom: 2rem;
    margin-bottom: 2rem;
  }
}
.p-doctor__subtitle02 {
  font-size: 2.2rem;
  line-height: 1.6;
  padding-bottom: 1.2rem;
  margin-bottom: 1.2rem;
  border-bottom: 0.1rem solid var(--black);
}
@media screen and (max-width: 768px) {
  .p-doctor__subtitle02 {
    font-size: 1.9rem;
    padding-bottom: 2rem;
    margin-bottom: 2rem;
  }
}
.p-doctor__gallery {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 1rem 1rem;
  margin-bottom: 2rem;
}
.p-doctor__gallery li:nth-child(1) {
  width: 100%;
}
.p-doctor__gallery li:nth-child(2),
.p-doctor__gallery li:nth-child(3) {
  width: calc((100% - 1rem) / 2);
}
.p-doctor__gallery img {
  width: 100%;
  height: auto;
}
.p-doctor__list li {
  list-style-type: disc;
  margin-left: 1.5em;
}
.p-doctor__btn {
  margin-top: 6rem;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .p-doctor__btn {
    margin-top: 12rem;
  }
}

.p-banners {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .p-banners {
    gap: 2rem 0;
  }
}
.p-banners__item {
  width: calc((100% - 2.6rem) / 3);
}
@media screen and (max-width: 768px) {
  .p-banners__item {
    width: 100%;
  }
}
.p-banners__thumb {
  width: 100%;
  height: 25.4rem;
  position: relative;
}
@media screen and (max-width: 768px) {
  .p-banners__thumb {
    height: 17.2rem;
  }
}
.p-banners__thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.p-banners__thumb .rayer01 {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.p-banners__thumb .rayer02 {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  background: rgba(0, 0, 0, 0.7);
}
.p-banners__thumb .rayer03 {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 3;
  display: flex;
  justify-content: center;
  padding: 4.8rem 0 0 0;
}
@media screen and (max-width: 768px) {
  .p-banners__thumb .rayer03 {
    align-items: center;
    padding: 0;
  }
}
.p-banners__thumb .rayer03 p {
  width: 100%;
}
.p-banners__thumb .rayer03 span.num {
  color: var(--white);
  display: block;
  font-size: 3.2rem;
  line-height: 1;
  margin: 0 0 2.4rem 2.4rem;
}
@media screen and (max-width: 768px) {
  .p-banners__thumb .rayer03 span.num {
    margin: 0 0 1.2rem 2.4rem;
  }
}
.p-banners__thumb .rayer03 span.txt {
  text-align: center;
  color: var(--white);
  font-size: 3rem;
  line-height: 1.56;
  display: block;
}
@media screen and (max-width: 768px) {
  .p-banners__thumb .rayer03 span.txt {
    font-size: 2.4rem;
  }
}
.p-banners__thumb .rayer03 span.txt.row3 {
  line-height: 1.2;
  margin-top: -1.2rem;
}
@media screen and (max-width: 768px) {
  .p-banners__thumb .rayer03 span.txt.row3 {
    margin-top: -0.6rem;
  }
}
.p-banners__link {
  background: #2B4275;
  color: var(--white);
  width: 100%;
  height: 7rem;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0 2rem;
  font-size: 2rem;
  line-height: 1.4;
}
@media screen and (max-width: 768px) {
  .p-banners__link {
    height: 5rem;
    font-size: 1.6rem;
  }
}
.p-banners__link:hover {
  background: #588FC4;
}

.p-bread {
  font-size: 1.4rem;
  font-weight: 500;
}
.p-bread ul {
  display: flex;
  align-items: center;
}
.p-bread ul li::after {
  content: ">";
  display: inline-block;
  width: 3rem;
  text-align: center;
}
.p-bread ul li:last-child::after {
  content: none;
}

.p-blogSin {
  padding-bottom: 4rem;
}
.p-blogSin__meta {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: center;
}
.p-blogSin__metaLeft {
  display: flex;
  flex-wrap: wrap;
  gap: 0.8rem 0.8rem;
}
@media screen and (max-width: 768px) {
  .p-blogSin__metaLeft {
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  .p-blogSin__metaRight {
    width: 100%;
    margin-top: 0.8rem;
  }
}
.p-blogSin__date {
  font-size: 1.3rem;
  color: var(--gray-dark);
}
.p-blogSin__date i {
  margin-right: 0.5em;
}
.p-blogSin__tax {
  border-right: 0.1rem solid var(--gray);
  padding-right: 1.6rem;
  margin-right: 0.8rem;
  display: flex;
  flex-wrap: wrap;
}
@media screen and (max-width: 768px) {
  .p-blogSin__tax {
    border-right: none;
    padding-right: 0;
    margin-right: 0;
  }
}
.p-blogSin__tax a {
  color: var(--main);
  font-weight: 600;
  margin-right: 1em;
  transition: all 0.5s;
}
.p-blogSin__tax a:hover {
  text-decoration: underline;
}
.p-blogSin__tax i {
  margin-right: 0.5em;
}

.u-cente {
  text-align: center;
}

@media screen and (min-width: 769px) {
  .u-mt0 {
    margin-top: 0 !important;
  }
  .u-mt10 {
    margin-top: 1rem !important;
  }
  .u-mt20 {
    margin-top: 2rem !important;
  }
  .u-mt30 {
    margin-top: 3rem !important;
  }
  .u-mt40 {
    margin-top: 4rem !important;
  }
  .u-mt50 {
    margin-top: 5rem !important;
  }
  .u-mt60 {
    margin-top: 6rem !important;
  }
  .u-mt70 {
    margin-top: 7rem !important;
  }
  .u-mt80 {
    margin-top: 8rem !important;
  }
  .u-mt90 {
    margin-top: 9rem !important;
  }
  .u-mt100 {
    margin-top: 10rem !important;
  }
  .u-mr0 {
    margin-right: 0 !important;
  }
  .u-mr10 {
    margin-right: 1rem !important;
  }
  .u-mr20 {
    margin-right: 2rem !important;
  }
  .u-mr30 {
    margin-right: 3rem !important;
  }
  .u-mr40 {
    margin-right: 4rem !important;
  }
  .u-mr50 {
    margin-right: 5rem !important;
  }
  .u-mr60 {
    margin-right: 6rem !important;
  }
  .u-mr70 {
    margin-right: 7rem !important;
  }
  .u-mr80 {
    margin-right: 8rem !important;
  }
  .u-mr90 {
    margin-right: 9rem !important;
  }
  .u-mr100 {
    margin-right: 10rem !important;
  }
  .u-mb0 {
    margin-bottom: 0 !important;
  }
  .u-mb10 {
    margin-bottom: 1rem !important;
  }
  .u-mb20 {
    margin-bottom: 2rem !important;
  }
  .u-mb30 {
    margin-bottom: 3rem !important;
  }
  .u-mb40 {
    margin-bottom: 4rem !important;
  }
  .u-mb50 {
    margin-bottom: 5rem !important;
  }
  .u-mb60 {
    margin-bottom: 6rem !important;
  }
  .u-mb70 {
    margin-bottom: 7rem !important;
  }
  .u-mb80 {
    margin-bottom: 8rem !important;
  }
  .u-mb90 {
    margin-bottom: 9rem !important;
  }
  .u-mb100 {
    margin-bottom: 10rem !important;
  }
  .u-ml0 {
    margin-left: 0 !important;
  }
  .u-ml10 {
    margin-left: 1rem !important;
  }
  .u-ml20 {
    margin-left: 2rem !important;
  }
  .u-ml30 {
    margin-left: 3rem !important;
  }
  .u-ml40 {
    margin-left: 4rem !important;
  }
  .u-ml50 {
    margin-left: 5rem !important;
  }
  .u-ml60 {
    margin-left: 6rem !important;
  }
  .u-ml70 {
    margin-left: 7rem !important;
  }
  .u-ml80 {
    margin-left: 8rem !important;
  }
  .u-ml90 {
    margin-left: 9rem !important;
  }
  .u-ml100 {
    margin-left: 10rem !important;
  }
}

.holiday{
font-size:12px;
margin-bottom:30px;
}


@media screen and (max-width: 768px) {
  .u-mt0--sp {
    margin-top: 0 !important;
  }
  .u-mt10--sp {
    margin-top: 1rem !important;
  }
  .u-mt20--sp {
    margin-top: 2rem !important;
  }
  .u-mt30--sp {
    margin-top: 3rem !important;
  }
  .u-mt40--sp {
    margin-top: 4rem !important;
  }
  .u-mt50--sp {
    margin-top: 5rem !important;
  }
  .u-mt60--sp {
    margin-top: 6rem !important;
  }
  .u-mt70--sp {
    margin-top: 7rem !important;
  }
  .u-mt80--sp {
    margin-top: 8rem !important;
  }
  .u-mt90--sp {
    margin-top: 9rem !important;
  }
  .u-mt100--sp {
    margin-top: 10rem !important;
  }
  .u-mr0--sp {
    margin-right: 0 !important;
  }
  .u-mr10--sp {
    margin-right: 1rem !important;
  }
  .u-mr20--sp {
    margin-right: 2rem !important;
  }
  .u-mr30--sp {
    margin-right: 3rem !important;
  }
  .u-mr40--sp {
    margin-right: 4rem !important;
  }
  .u-mr50--sp {
    margin-right: 5rem !important;
  }
  .u-mr60--sp {
    margin-right: 6rem !important;
  }
  .u-mr70--sp {
    margin-right: 7rem !important;
  }
  .u-mr80--sp {
    margin-right: 8rem !important;
  }
  .u-mr90--sp {
    margin-right: 9rem !important;
  }
  .u-mr100--sp {
    margin-right: 10rem !important;
  }
  .u-mb0--sp {
    margin-bottom: 0 !important;
  }
  .u-mb10--sp {
    margin-bottom: 1rem !important;
  }
  .u-mb20--sp {
    margin-bottom: 2rem !important;
  }
  .u-mb30--sp {
    margin-bottom: 3rem !important;
  }
  .u-mb40--sp {
    margin-bottom: 4rem !important;
  }
  .u-mb50--sp {
    margin-bottom: 5rem !important;
  }
  .u-mb60--sp {
    margin-bottom: 6rem !important;
  }
  .u-mb70--sp {
    margin-bottom: 7rem !important;
  }
  .u-mb80--sp {
    margin-bottom: 8rem !important;
  }
  .u-mb90--sp {
    margin-bottom: 9rem !important;
  }
  .u-mb100--sp {
    margin-bottom: 10rem !important;
  }
  .u-ml0--sp {
    margin-left: 0 !important;
  }
  .u-ml10--sp {
    margin-left: 1rem !important;
  }
  .u-ml20--sp {
    margin-left: 2rem !important;
  }
  .u-ml30--sp {
    margin-left: 3rem !important;
  }
  .u-ml40--sp {
    margin-left: 4rem !important;
  }
  .u-ml50--sp {
    margin-left: 5rem !important;
  }
  .u-ml60--sp {
    margin-left: 6rem !important;
  }
  .u-ml70--sp {
    margin-left: 7rem !important;
  }
  .u-ml80--sp {
    margin-left: 8rem !important;
  }
  .u-ml90--sp {
    margin-left: 9rem !important;
  }
  .u-ml100--sp {
    margin-left: 10rem !important;
  }
}
    .l-hero .l-heroRayer05 a{
        display: flex;
    justify-content: center;
    align-content: center;
    flex-wrap: wrap;
    position: absolute;
    right: 80px;
    bottom: 40px;
    width: 220px;
    height: 220px;
    background-color: #fff;
    border-radius: 100%;
    border: 1px solid #2A3488;
    text-align: center;
    z-index: 10;
    }
    .l-hero .l-heroRayer05 img {
    margin: -27px 0 5px 0px;
    width: 85px;
}
    .l-hero .l-heroRayer05 span {
    width: 100%;
    font-size: 1.8rem;
    letter-spacing: 0.115em;
    line-height: 1.33;
}
    .l-hero .l-heroRayer05 span.highlight {
    color: #EDA900;
    font-size: 27px;
    font-weight: bold;
}
    .l-hero .l-heroRayer05 a::after {
    position: absolute;
    width: 188px;
    height: 188px;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    content: '';
    background-color: #EFEFEF;
    border-radius: 100%;
    z-index: -1;
    transition: .3s;
}
    .l-hero .l-heroRayer05 a:hover {
    background-color: #EFEFEF;
}
    @media (min-width: 897px) {
    .l-hero .l-heroRayer05 a:hover {
        opacity: 1;
    }
}
    @media (max-width: 896px) {
    .l-hero .l-heroRayer05 a {
        right: 10px;
        bottom: auto;
        width: 115px;
        height: 114px;
        bottom: 2%;
    }
    .l-hero .l-heroRayer05 img {
        margin: -10px 0px 0px 0px;
        width: 35px;
    }
    .l-hero .l-heroRayer05 span {
        font-size: 1.2rem;
    }
    .l-hero .l-heroRayer05 span.highlight {
        color: #EDA900;
        font-size: 15px;
        font-weight: bold;
    }
    .l-hero .l-heroRayer05 a::after {
        width: 100px;
        height: 100px;
    }
}
/*# sourceMappingURL=style.css.map */


.p-heroSwiper .swiper-slide img {
    transition: transform 5s ease;
    transform: scale(1); 
}

.p-heroSwiper .swiper-slide img.zoom-effect {
    transform: scale(1.2);
}

.p-heroSwiper .swiper-slide {
    transition: transform 1.8s ease, opacity 1.5s ease;
    opacity: 0; /* 非表示 */
    transform: translateX(50px); /* 右に少し移動 */
}

.p-heroSwiper .swiper-slide-active {
    opacity: 1; /* 表示 */
    transform: translateX(0); /* 元の位置 */
}

.margin-top {
	margin-top: 4rem;
}



.ai-chat {
    position: fixed;
    bottom: 16rem;
    right: -260px;
    z-index: 500;
    width: 314px;
}

.ai-chat img {
width: 50%;
}
						
						
@media screen and (max-width: 768px) {
.ai-chat {
    position: fixed;
    bottom: 17rem;
    right: -270px;
    z-index: 500;
    width: 314px;
}
.ai-chat img {
width: 42%;
}


.acss-fxqhid{padding: 0 !important;
    min-width: auto !important;}
							
}
						