<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Zen+Kaku+Gothic+New:wght@300;400;500;700;900&amp;display=swap");
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100;200;300;400;500;600;700;800;900&amp;display=swap");
@import url("https://fonts.googleapis.com/css2?family=Noto+Serif+JP:wght@200;300;400;500;600;700;900&amp;display=swap");
@import url("https://fonts.googleapis.com/css2?family=Roboto:wght@100;300;400;500;700;900&amp;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: "fot-tsukuardgothic-std",sans-serif;
  --sub-font: "Noto Serif JP", serif;
  --en-font: "Roboto", sans-serif;
  --base-color: #363862;
  --main: #679CCD;
  --main-light: #EDF0F5;
  --main-dark: #363862;
  --sub: #98ECC9;
  --sub-light: #F3FFF6;
  --sub-dark: #61BEAD;
  --gray: #D6D6D6;
  --gray-light: #F8F7F6;
  --gray-dark: #717171;
  --gray-black: #262626;
  --white: #FFFFFF;
  --black: #000000;
  --link: #2DABF1;
  --error: #F25F5F;
  --variation1: #EF8BB6;
  --variation2: #F1CB91;
  --variation3: #D6F19B;
  --treatment-blue: #EAF9FB;
  --middle: #ADD8FF;
}

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

body {
  min-width: 128rem;
  font-family: var(--base-font);
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: var(--base-color);
  font-size: 1.5rem;
  font-style: normal;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.03em;
}
body.is-fixed {
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
}
@media screen and (max-width: 768px) {
  body {
    min-width: inherit;
    -webkit-text-size-adjust: 100%;
  }
}

img {
  max-width: 100%;
  height: auto;
}

a {
  color: var(--base-color);
  transition: 0.3s;
}

@media screen and (min-width: 769px) {
  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;
  }
}

.lightbox {
  top: 50% !important;
  transform: translateY(-50%) !important;
  position: fixed !important;
}

.lightboxOverlay {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=50) !important;
  opacity: 0.5 !important;
}
.author {
    width: 100%;
    max-width: 98rem;
    font-size: 1.6rem;
    margin: 0px auto;
    padding: 0 4rem;
}
.author p {
    text-align: right;
    font-size: 1.3rem;
}

.lb-data .lb-number {
  color: var(--white) !important;
}

@media screen and (min-width: 769px) {
  .lightbox__link {
    pointer-events: none;
  }
}
.cardSwiper .swiper {
  padding: 1rem 1rem;
  max-width: 86rem;
  width: 100%;
  margin: 0 auto;
}
.cardSwiper .swiper-buttons {
  width: 100rem;
  margin: 0 auto;
  position: relative;
}
@media screen and (max-width: 768px) {
  .cardSwiper .swiper-buttons {
    width: 100%;
  }
}
.cardSwiper .swiper-button-next,
.cardSwiper .swiper-button-prev {
  color: var(--gray-dark);
  background: var(--main-light);
  width: 3.2rem;
  height: 3.2rem;
  border-radius: 50%;
  transition: all 0.5s;
}
.cardSwiper .swiper-button-next:hover,
.cardSwiper .swiper-button-prev:hover {
  color: var(--main-light);
  background: var(--gray-dark);
}
.cardSwiper .swiper-button-next:after,
.cardSwiper .swiper-button-prev:after {
  font-size: 1.4rem;
  font-weight: 600;
}

.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: 14.6rem;
}
@media screen and (max-width: 768px) {
  .l-pageheader {
    margin-top: 0;
  }
}
.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;
}
@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: 600;
  position: relative;
  padding-bottom: 2rem;
}
.l-pagetitle h1::after {
  content: "";
  position: absolute;
  bottom: 0;
  display: inline-block;
  width: 7rem;
  height: 0.1rem;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  background-color: var(--main-dark);
}
.l-pagetitle img {
  width: 100%;
  max-width: 124rem;
  aspect-ratio: 2/1;
  object-fit: cover;
  margin-top: 8rem;
}
@media screen and (max-width: 768px) {
  .l-pagetitle img {
    margin-top: 4rem;
  }
}

.l-pagetitle.default {
  background: var(--white);
  color: var(--main);
}

.l-pagetitle.gray-light {
  background: var(--gray-light);
  color: var(--main);
}

.l-pagetitle.main-light {
  background: var(--main-light);
  color: var(--main);
}

.l-pagetitle.main {
  background: var(--main);
  color: var(--white);
}

.l-page {
  letter-spacing: 0.06em;
  line-height: 1.8;
}
.l-page section .inner &gt; * + * {
  margin-top: 4rem;
}
.l-page strong {
  font-weight: 600;
}
.l-page .left {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  gap: 0 1.6rem;
  text-align: left;
}
.l-page .center {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 0 1.6rem;
  text-align: center;
}
.l-page .right {
  display: flex;
  justify-content: flex-end;
  flex-wrap: wrap;
  gap: 0 1.6rem;
  text-align: right;
}
.l-page small {
  font-size: 1.3rem;
  line-height: 1.7;
  display: inline-block;
}
.l-page img {
  max-width: 90rem;
  width: 100%;
  height: auto;
  aspect-ratio: 2/1;
  object-fit: cover;
}
/*.l-page img.no-trim {
  aspect-ratio: auto !important;
}*/
.l-page .flex {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  gap: 4rem 5rem;
}
@media screen and (max-width: 768px) {
  .l-page .flex {
    gap: 1.6rem;
  }
}
.l-page .flex .col-1 {
  width: 100%;
}
.l-page .flex .col-1 &gt; * + * {
  margin-top: 2rem;
}
@media screen and (max-width: 768px) {
  .l-page .flex .col-1 &gt; * + * {
    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 &gt; * + * {
  margin-top: 2rem;
}
@media screen and (max-width: 768px) {
  .l-page .flex .col-2 &gt; * + * {
    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 &gt; * + * {
  margin-top: 2rem;
}
@media screen and (max-width: 768px) {
  .l-page .flex .col-3 &gt; * + * {
    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: 600;
  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: 600;
  line-height: 1.6;
  padding: 1rem 2rem;
}
@media screen and (max-width: 768px) {
  .l-page section.default h2 {
    font-size: 2.4rem;
  }
}
.l-page section.default h2 + p,
.l-page section.default h2 + h3,
.l-page section.default h2 + h4,
.l-page section.default h2 + h5,
.l-page section.default h2 + h6,
.l-page section.default h2 + ol,
.l-page section.default h2 + ul,
.l-page section.default h2 + table,
.l-page section.default h2 + .profile {
  margin-top: 4rem !important;
}
.l-page section.default h3 {
  color: var(--main-dark);
  font-size: 2.4rem;
  font-weight: 600;
  border-bottom: 0.1rem solid var(--main);
  line-height: 1.6;
  padding: 0 0 1rem 0;
  margin-top: 4rem !important;
}
@media screen and (max-width: 768px) {
  .l-page section.default h3 {
    font-size: 2rem;
  }
}
.l-page section.default h4 {
  background: var(--main-light);
  color: var(--main);
  font-size: 1.8rem;
  font-weight: 600;
  padding: 0.8rem 1.6rem;
}
@media screen and (max-width: 768px) {
  .l-page section.default h4 {
    font-size: 1.6rem;
  }
}
.l-page section.default h5 {
  color: var(--main);
  font-size: 1.6rem;
  font-weight: 600;
  margin-bottom: -0.8rem;
}
@media screen and (max-width: 768px) {
  .l-page section.default h5 {
    font-size: 1.4rem;
  }
}
.l-page section.default h5::before {
  content: "●";
  padding: 0 0.5em 0 0;
}
.l-page section.default h6 {
  color: var(--main);
  font-size: 1.3rem;
  font-weight: 600;
  margin-bottom: -1.6rem;
}
@media screen and (max-width: 768px) {
  .l-page section.default h6 {
    font-size: 1.2rem;
  }
}
.l-page section.default .flowTtl {
  font-size: 2rem;
  font-weight: 600;
  position: relative;
  padding-left: 4rem;
}
.l-page section.default .flowTtl span {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  width: 3rem;
  height: 3rem;
  line-height: 3rem;
  border-radius: 50%;
  background: var(--main);
  color: var(--white);
  display: inline-block;
  text-align: center;
  font-size: 1.3rem;
}
.l-page section.default ol.number {
  counter-reset: list;
  list-style-type: none;
  margin-bottom: 2.4rem;
}
.l-page section.default ol.number li {
  position: relative;
  margin: 0;
  padding: 0.9rem 0 0.9rem 6.6rem;
}
.l-page section.default ol.number li::before {
  counter-increment: list;
  content: counter(list);
  color: var(--main-dark);
  background: var(--main-light);
  font-size: 2rem;
  font-weight: 600;
  position: absolute;
  top: 0;
  left: 0;
  width: 5rem;
  height: 5rem;
  line-height: 5rem;
  text-align: center;
}
.l-page section.default ol.number li span {
  display: block;
  font-weight: 600;
}
.l-page section.default ol.number li + li {
  margin-top: 2.4rem;
}
.l-page section.default ol.flow {
  counter-reset: list;
}
.l-page section.default ol.flow li {
  display: flex;
  flex-wrap: wrap;
  gap: 4rem;
}
@media screen and (max-width: 768px) {
  .l-page section.default ol.flow li {
    flex-direction: column-reverse;
    gap: 2rem;
  }
}
.l-page section.default ol.flow li div {
  width: calc((100% - 4rem) / 2);
}
@media screen and (max-width: 768px) {
  .l-page section.default ol.flow li div {
    width: 100%;
  }
}
.l-page section.default ol.flow li div span {
  font-size: 2rem;
  font-weight: 600;
  position: relative;
  padding-left: 4rem;
  display: block;
  margin-bottom: 2rem;
}
.l-page section.default ol.flow li div span::before {
  counter-increment: list;
  content: counter(list);
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  width: 3rem;
  height: 3rem;
  line-height: 3rem;
  border-radius: 50%;
  background: var(--main);
  color: var(--white);
  display: inline-block;
  text-align: center;
  font-size: 1.3rem;
}
.l-page section.default ol.flow li div p + p {
  margin-top: 2rem;
}
.l-page section.default ol.flow li:not(:nth-child(1)),
.l-page section.default ol.flow li:not(:nth-child(2)) {
  margin-top: 4rem;
}
.l-page section.default ul.flow li {
  display: flex;
  flex-wrap: wrap;
  gap: 4rem;
}
@media screen and (max-width: 768px) {
  .l-page section.default ul.flow li {
    flex-direction: column-reverse;
    gap: 2rem;
  }
}
.l-page section.default ul.flow li div {
  width: calc((100% - 4rem) / 2);
}
@media screen and (max-width: 768px) {
  .l-page section.default ul.flow li div {
    width: 100%;
  }
}
.l-page section.default ul.flow li div span {
  font-size: 2rem;
  font-weight: 600;
  position: relative;
  display: block;
  margin-bottom: 2rem;
}
.l-page section.default ul.flow li div p + p {
  margin-top: 2rem;
}
.l-page section.default ul.flow li:not(:nth-child(1)),
.l-page section.default ul.flow li:not(:nth-child(2)) {
  margin-top: 4rem;
}
.l-page section.default ul.circle {
  list-style-type: none;
  margin-bottom: 2.4rem;
}
.l-page section.default ul.circle li {
  position: relative;
  margin: 0;
  padding: 0 0 0 5rem;
}
.l-page section.default ul.circle li::before {
  content: "●";
  font-weight: 600;
  position: absolute;
  top: 0;
  left: 0;
  width: 5rem;
  text-align: center;
  color: var(--main-dark);
}
.l-page section.default ul.circle li span {
  display: block;
  font-weight: 600;
}
.l-page section.default ul.circle li + li {
  margin-top: 2.4rem;
}
.l-page section.default ul.check {
  list-style-type: none;
}
.l-page section.default ul.check li {
  position: relative;
  padding: 0 0 0 5rem;
}
.l-page section.default ul.check li::after {
  content: "";
  display: block;
  position: absolute;
  top: 0.5em;
  left: 1.5rem;
  width: 2rem;
  text-align: center;
  height: 1rem;
  border-left: 0.3rem solid var(--main-dark);
  border-bottom: 0.3rem solid var(--main-dark);
  transform: rotate(-45deg);
}
.l-page section.default ul.check li + li {
  margin-top: 2.4rem;
}
.l-page section.default dl {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  padding: 0;
  width: 100%;
  gap: 1.6rem;
}
.l-page section.default dl dt {
  width: 10rem;
  font-weight: 600;
}
.l-page section.default dl dd {
  width: calc(100% - 11.6rem);
}
.l-page section.default table {
  border-collapse: collapse;
  border-spacing: 0;
  width: 100%;
  border-top: 0.1rem solid var(--gray);
}
.l-page section.default table th,
.l-page section.default table 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 th,
  .l-page section.default table td {
    padding: 2rem;
  }
}
.l-page section.default table th {
  text-align: left;
  color: var(--main-dark);
  font-weight: 600;
}
@media screen and (max-width: 768px) {
  .l-page section.default table th {
    width: 100% !important;
    display: block;
    border-bottom: 0.1rem dashed var(--gray);
  }
}
@media screen and (max-width: 768px) {
  .l-page section.default table td {
    width: 100% !important;
    display: block;
  }
}
.l-page section.default table th.w10,
.l-page section.default table td.w10 {
  width: 10%;
}
.l-page section.default table th.w20,
.l-page section.default table td.w20 {
  width: 20%;
}
.l-page section.default table th.w30,
.l-page section.default table td.w30 {
  width: 30%;
}
.l-page section.default table th.w40,
.l-page section.default table td.w40 {
  width: 40%;
}
.l-page section.default table th.w50,
.l-page section.default table td.w50 {
  width: 50%;
}
.l-page section.default table th.w60,
.l-page section.default table td.w60 {
  width: 60%;
}
.l-page section.default table th.w70,
.l-page section.default table td.w70 {
  width: 70%;
}
.l-page section.default table th.w80,
.l-page section.default table td.w80 {
  width: 80%;
}
.l-page section.default table th.w90,
.l-page section.default table td.w90 {
  width: 90%;
}
.l-page section.default table th.main,
.l-page section.default table td.main {
  background: var(--main);
  color: var(--white);
}
.l-page section.default table th.main-light,
.l-page section.default table td.main-light {
  background: var(--main-light);
}
.l-page section.default table th.gray-light,
.l-page section.default table 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);
}
@media screen and (max-width: 768px) {
  .l-page section.default table.scroll {
    min-width: 90rem;
  }
}
@media screen and (max-width: 768px) {
  .l-page section.default table.scroll th {
    width: auto !important;
    display: table-cell !important;
  }
}
@media screen and (max-width: 768px) {
  .l-page section.default table.scroll td {
    width: auto !important;
    display: table-cell !important;
  }
}
.l-page section.default .profile {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  flex-direction: row-reverse;
}
.l-page section.default .profile .profileTxt {
  width: calc((100% - 0.2rem) / 2);
  height: auto;
  background: var(--main-light);
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  flex-direction: column;
  padding: 3.2rem;
  line-height: 1.6;
}
@media screen and (max-width: 768px) {
  .l-page section.default .profile .profileTxt {
    width: 100%;
    margin-top: 0.2rem;
  }
}
.l-page section.default .profile .profileTxt p:nth-child(1) {
  color: var(--main-dark);
  font-size: 2rem;
  font-weight: 600;
}
.l-page section.default .profile .profileTxt p:nth-child(2) {
  font-size: 3.4rem;
  font-weight: 600;
}
.l-page section.default .profile .profileTxt p:nth-child(3) {
  color: var(--main-dark);
  margin-top: 2.4rem;
}
.l-page section.default .profile .profileImg {
  width: calc((100% - 0.2rem) / 2);
}
@media screen and (max-width: 768px) {
  .l-page section.default .profile .profileImg {
    width: 100%;
  }
}
.l-page section.default .price {
  display: flex;
  flex-wrap: wrap;
  gap: 0 3rem;
  border-top: 0.1rem solid var(--gray);
  border-bottom: 0.1rem solid var(--gray);
}
.l-page section.default .price__left {
  width: 24%;
  padding: 3rem 0;
}
@media screen and (max-width: 768px) {
  .l-page section.default .price__left {
    width: 100%;
    padding: 2rem 0;
    text-align: center;
  }
}
.l-page section.default .price__left img {
  aspect-ratio: 3/2;
  object-fit: cover;
}
@media screen and (max-width: 768px) {
  .l-page section.default .price__left img {
    width: 60%;
  }
}
.l-page section.default .price__center {
  width: calc(52% - 6rem);
  padding: 3rem 0;
}
@media screen and (max-width: 768px) {
  .l-page section.default .price__center {
    width: 100%;
    padding: 0 0 2rem 0;
  }
}
.l-page section.default .price__right {
  width: 24%;
  background: var(--gray-light);
  display: flex;
  align-items: center;
  flex-direction: column;
}
@media screen and (max-width: 768px) {
  .l-page section.default .price__right {
    width: 100%;
  }
}
.l-page section.default .price__product {
  color: var(--main-dark);
  font-size: 2rem;
  font-weight: 600;
  margin-bottom: 1rem;
}
.l-page section.default .price__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: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-collapse: collapse;
  border-spacing: 0;
  width: 100%;
  border-top: 0.1rem solid var(--gray);
}
.l-page section.gray-light table th,
.l-page section.gray-light table 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 th,
  .l-page section.gray-light table td {
    padding: 2rem;
  }
}
.l-page section.gray-light table th {
  text-align: left;
  color: var(--main-dark);
  font-weight: 600;
}
@media screen and (max-width: 768px) {
  .l-page section.gray-light table 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 td {
    width: 100% !important;
    display: block;
  }
}
.l-page section.gray-light table th.w10,
.l-page section.gray-light table td.w10 {
  width: 10%;
}
.l-page section.gray-light table th.w20,
.l-page section.gray-light table td.w20 {
  width: 20%;
}
.l-page section.gray-light table th.w30,
.l-page section.gray-light table td.w30 {
  width: 30%;
}
.l-page section.gray-light table th.w40,
.l-page section.gray-light table td.w40 {
  width: 40%;
}
.l-page section.gray-light table th.w50,
.l-page section.gray-light table td.w50 {
  width: 50%;
}
.l-page section.gray-light table th.w60,
.l-page section.gray-light table td.w60 {
  width: 60%;
}
.l-page section.gray-light table th.w70,
.l-page section.gray-light table td.w70 {
  width: 70%;
}
.l-page section.gray-light table th.w80,
.l-page section.gray-light table td.w80 {
  width: 80%;
}
.l-page section.gray-light table th.w90,
.l-page section.gray-light table td.w90 {
  width: 90%;
}
.l-page section.gray-light table th.main,
.l-page section.gray-light table td.main {
  background: var(--main);
  color: var(--white);
}
.l-page section.gray-light table th.main-light,
.l-page section.gray-light table td.main-light {
  background: var(--main-light);
}
.l-page section.gray-light table th.gray-light,
.l-page section.gray-light table 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);
}
@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: var(--main-light);
  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__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: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-collapse: collapse;
  border-spacing: 0;
  width: 100%;
  border-top: 0.1rem solid var(--gray);
}
.l-page section.main-light table th,
.l-page section.main-light table 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 th,
  .l-page section.main-light table td {
    padding: 2rem;
  }
}
.l-page section.main-light table th {
  text-align: left;
  color: var(--main-dark);
  font-weight: 600;
}
@media screen and (max-width: 768px) {
  .l-page section.main-light table 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 td {
    width: 100% !important;
    display: block;
  }
}
.l-page section.main-light table th.w10,
.l-page section.main-light table td.w10 {
  width: 10%;
}
.l-page section.main-light table th.w20,
.l-page section.main-light table td.w20 {
  width: 20%;
}
.l-page section.main-light table th.w30,
.l-page section.main-light table td.w30 {
  width: 30%;
}
.l-page section.main-light table th.w40,
.l-page section.main-light table td.w40 {
  width: 40%;
}
.l-page section.main-light table th.w50,
.l-page section.main-light table td.w50 {
  width: 50%;
}
.l-page section.main-light table th.w60,
.l-page section.main-light table td.w60 {
  width: 60%;
}
.l-page section.main-light table th.w70,
.l-page section.main-light table td.w70 {
  width: 70%;
}
.l-page section.main-light table th.w80,
.l-page section.main-light table td.w80 {
  width: 80%;
}
.l-page section.main-light table th.w90,
.l-page section.main-light table td.w90 {
  width: 90%;
}
.l-page section.main-light table th.main,
.l-page section.main-light table td.main {
  background: var(--main);
  color: var(--white);
}
.l-page section.main-light table th.main-light,
.l-page section.main-light table td.main-light {
  background: var(--main-light);
}
.l-page section.main-light table th.gray-light,
.l-page section.main-light table 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);
}
@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: var(--white);
  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__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: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-collapse: collapse;
  border-spacing: 0;
  width: 100%;
  border-top: 0.1rem solid var(--white);
}
.l-page section.main table th,
.l-page section.main table 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 th,
  .l-page section.main table td {
    padding: 2rem;
  }
}
.l-page section.main table th {
  text-align: left;
  color: var(--white);
  font-weight: 600;
}
@media screen and (max-width: 768px) {
  .l-page section.main table th {
    width: 100% !important;
    display: block;
    border-bottom: 0.1rem dashed var(--white);
  }
}
@media screen and (max-width: 768px) {
  .l-page section.main table td {
    width: 100% !important;
    display: block;
  }
}
.l-page section.main table th.w10,
.l-page section.main table td.w10 {
  width: 10%;
}
.l-page section.main table th.w20,
.l-page section.main table td.w20 {
  width: 20%;
}
.l-page section.main table th.w30,
.l-page section.main table td.w30 {
  width: 30%;
}
.l-page section.main table th.w40,
.l-page section.main table td.w40 {
  width: 40%;
}
.l-page section.main table th.w50,
.l-page section.main table td.w50 {
  width: 50%;
}
.l-page section.main table th.w60,
.l-page section.main table td.w60 {
  width: 60%;
}
.l-page section.main table th.w70,
.l-page section.main table td.w70 {
  width: 70%;
}
.l-page section.main table th.w80,
.l-page section.main table td.w80 {
  width: 80%;
}
.l-page section.main table th.w90,
.l-page section.main table td.w90 {
  width: 90%;
}
.l-page section.main table th.main,
.l-page section.main table td.main {
  background: var(--main);
  color: var(--white);
}
.l-page section.main table th.main-light,
.l-page section.main table td.main-light {
  background: var(--main-light);
  color: var(--main-dark);
}
.l-page section.main table th.gray-light,
.l-page section.main table 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);
}
@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: var(--main-light);
  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__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-caseSin__intro {
  margin: 0 0 6rem 0;
}
.l-caseSin__full {
  margin: 4rem 0 6rem 0;
}
.l-caseSin__grid {
  display: grid;
  grid-template-columns: 33.3333333333% 33.3333333333% 33.3333333333%;
  grid-template-rows: auto auto auto;
  gap: 0px 0px;
  grid-auto-flow: row;
  grid-template-areas: "grid01 grid02 grid03" "grid04 grid05 grid06" "grid07 grid08 grid09";
  margin: 4rem 0 6rem 0;
}
.l-caseSin__grid .grid01 {
  grid-area: grid01;
}
.l-caseSin__grid .grid02 {
  grid-area: grid02;
}
.l-caseSin__grid .grid03 {
  grid-area: grid03;
}
.l-caseSin__grid .grid04 {
  grid-area: grid04;
}
.l-caseSin__grid .grid05 {
  grid-area: grid05;
}
.l-caseSin__grid .grid06 {
  grid-area: grid06;
}
.l-caseSin__grid .grid07 {
  grid-area: grid07;
}
.l-caseSin__grid .grid08 {
  grid-area: grid08;
}
.l-caseSin__grid .grid09 {
  grid-area: grid09;
}
.l-caseSin__grid img {
  width: 100%;
  height: auto;
}
.l-caseSin__table {
  border-collapse: collapse;
  border-spacing: 0;
  width: 100%;
  border-top: 0.1rem solid var(--gray);
  border-left: 0.1rem solid var(--gray);
  margin-top: 6rem;
}
.l-caseSin__table th {
  border-bottom: 0.1rem solid var(--gray);
  border-right: 0.1rem solid var(--gray);
  width: 30%;
  padding: 1rem 2rem;
  background: var(--main-light);
}
@media screen and (max-width: 768px) {
  .l-caseSin__table th {
    width: 100%;
    display: block;
    border-bottom: none;
  }
}
.l-caseSin__table td {
  border-bottom: 0.1rem solid var(--gray);
  border-right: 0.1rem solid var(--gray);
  width: 70%;
  padding: 1rem 2rem;
}
@media screen and (max-width: 768px) {
  .l-caseSin__table td {
    width: 100%;
    display: block;
  }
}
.l-caseSin__none {
  text-align: center;
}

.l-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;
  margin-bottom: 0.8rem;
}
.l-archiveList__taxonomy a {
  color: var(--main);
  font-weight: 600;
  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);
}
.l-archiveList__date i {
  margin-right: 0.5em;
}
.l-archiveList__thumb01 {
  display: flex;
}
.l-archiveList__thumb01 li {
  width: 100%;
}
.l-archiveList__thumb01 img {
  width: 100%;
  height: 24rem;
  object-fit: cover;
}
@media screen and (max-width: 768px) {
  .l-archiveList__thumb01 img {
    height: 16rem;
  }
}
.l-archiveList__thumb02 {
  display: flex;
}
.l-archiveList__thumb02 li {
  width: 50%;
}
.l-archiveList__thumb02 img {
  width: 100%;
  height: 20rem;
  object-fit: cover;
}
@media screen and (max-width: 768px) {
  .l-archiveList__thumb02 img {
    height: 14rem;
  }
}
.l-archiveList__head {
  font-size: 2rem;
  font-weight: 600;
  margin: 2.4rem 0 1.6rem 0;
  color: var(--black);
}
.l-archiveList__body {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.l-archiveList__bodyLeft {
  width: calc(100% - 23rem);
}
@media screen and (max-width: 768px) {
  .l-archiveList__bodyLeft {
    width: 100%;
  }
}
.l-archiveList__bodyRight {
  width: 18rem;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 2.4rem 0;
}
@media screen and (max-width: 768px) {
  .l-archiveList__bodyRight {
    width: 100%;
    margin-top: 2.4rem;
  }
}
.l-archiveList__btn a {
  display: flex;
  justify-content: center;
  align-items: center;
  border: 0.1rem solid var(--main);
  border-radius: 0.7rem;
  color: var(--main);
  text-align: center;
  height: 4.7rem;
  transition: all 0.5s;
}
.l-archiveList__btn a:hover {
  background: var(--main);
  color: var(--white);
}
.l-archiveList__dl {
  display: flex;
  flex-wrap: wrap;
  font-size: 1.3rem;
}
.l-archiveList__dl dt {
  width: 5rem;
}
.l-archiveList__dl dd {
  width: calc(100% - 6rem);
}
.l-archiveList__dl.wide dt {
  width: 100%;
}
.l-archiveList__dl.wide dd {
  width: 100%;
}
.l-archiveList__dl + .l-archiveList__dl {
  margin-top: 1.6rem;
}

.l-header {
  padding: 1.8rem 5.5rem 1.4rem 5.6rem;
  display: flex;
  flex-wrap: wrap;
  height: 14.6rem;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  background-color: var(--white);
  z-index: 81;
  align-items: flex-start;
  justify-content: space-between;
  box-sizing: border-box;
}
@media all and (max-width: 1100px) and (min-width: 769px) {
  .l-header {
    padding: 1.8rem 2.8vw 1.4rem;
  }
}
@media screen and (max-width: 768px) {
  .l-header {
    position: static;
    left: auto;
    top: auto;
    display: block;
    padding: 2.8rem 1.4rem 1rem;
    height: 9rem;
  }
}
.l-header__logo {
  margin: 2.1rem 2rem 0 0;
}
@media all and (max-width: 1430px) and (min-width: 769px) {
  .l-header__logo {
    margin: 1.1rem 1rem 1rem 0;
  }
}
@media all and (max-width: 1100px) and (min-width: 769px) {
  .l-header__logo {
    width: 43vw;
  }
}
@media screen and (max-width: 768px) {
  .l-header__logo {
    margin: 0;
  }
  .l-header__logo img {
    width: 29.3rem;
    height: auto;
  }
}
.l-header__right {
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
@media screen and (max-width: 768px) {
  .l-header__right {
    display: none;
  }
}
.l-header__ins {
  margin-top: 0.6rem;
}
.l-header__ins__link {
  display: block;
  width: 2.2rem;
  height: 2.2rem;
  background: url(../img/icon_ins01_on.svg) no-repeat left center/2.2rem 2.2rem;
}
.l-header__ins__link img {
  vertical-align: top;
  width: 100%;
  transition: 0.3s;
}
@media screen and (min-width: 769px) {
  .l-header__ins__link:hover img {
    opacity: 0;
  }
}
.l-header__line {
  margin-top: 0.6rem;
  padding-right: 10px;
}
.l-header__line__link {
  display: block;
  width: 2.2rem;
  height: 2.2rem;
  background: url(../img/icon_line01_on.svg) no-repeat left center/2.2rem 2.2rem;
}
.l-header__line__link img {
  vertical-align: top;
  width: 100%;
  transition: 0.3s;
}
@media screen and (min-width: 769px) {
  .l-header__line__link:hover img {
    opacity: 0;
  }
}
.l-header__tel {
  margin: 0 3rem 0 3.3rem;
}
@media all and (max-width: 1100px) and (min-width: 769px) {
  .l-header__tel {
    margin: 0 1.5vw;
  }
}
.l-header__tel__num {
  padding-left: 4.2rem;
  display: inline-block;
  font-size: 2.4rem;
  letter-spacing: 0.06em;
  background: url(../img/icon_tel.svg) no-repeat left 0.6rem/2.6rem auto;
}
@media all and (max-width: 1100px) and (min-width: 769px) {
  .l-header__tel__num {
    padding-left: 3.4rem;
  }
}
@media all and (max-width: 1000px) and (min-width: 769px) {
  .l-header__tel__num {
    font-size: 2rem;
    padding-left: 3.2rem;
    background-position: left 0.4rem;
    background-size: 2.2rem auto;
    letter-spacing: 0;
  }
}
@media all and (max-width: 920px) and (min-width: 769px) {
  .l-header__tel__num {
    font-size: 1.8rem;
    padding-left: 2.7rem;
    background-position: left 0.3rem;
    background-size: 2rem auto;
  }
}
@media all and (max-width: 920px) and (min-width: 769px) {
  .l-header__btn__link {
    padding: 1.6rem 1.5rem !important;
    font-size: 1.4rem;
    letter-spacing: 0 !important;
  }
  .l-header__btn__link__txt {
    padding-right: 2.5rem !important;
    background-size: 2rem auto !important;
  }
}
.l-header__navi {
  margin-top: -1.2rem;
  width: 100%;
}
.l-header__navi__list {
  display: flex;
  justify-content: flex-end;
}
.l-header__navi__list__item {
  width: 12.5rem;
  text-align: center;
  font-size: 1.4rem;
  letter-spacing: 0.084em;
  border-right: 0.1rem solid var(--main-dark);
}
@media all and (max-width: 880px) and (min-width: 769px) {
  .l-header__navi__list__item {
    font-size: 1.3rem;
    letter-spacing: 0.05em;
  }
}
.l-header__navi__list__item--home {
  width: 9.4rem;
}
.l-header__navi__list__item--equipment {
  width: 9.8rem;
}
.l-header__navi__list__item--access {
  width: 8rem;
  border-right: none;
  text-align: right;
}
@media screen and (min-width: 769px) {
  .l-header__navi__link:hover {
    color: var(--sub-dark);
  }
}
@media screen and (min-width: 769px) {
  .l-header__menu {
    display: none !important;
  }
}
@media screen and (max-width: 768px) {
  .l-header__menu-btn {
    position: fixed;
    right: 1.3rem;
    top: 2rem;
    cursor: pointer;
    transition: 0.3s ease;
    z-index: 101;
  }
  .l-header__menu-btn img {
    width: 4.8rem;
    height: auto;
  }
  .l-header__menu-btn__close {
    display: none;
  }
  .l-header__menu-btn.is-active .l-header__menu-btn__open {
    display: none;
  }
  .l-header__menu-btn.is-active .l-header__menu-btn__close {
    display: block;
  }
  .l-header__menu {
    display: none;
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    overflow: auto;
    background: var(--middle);
    z-index: 100;
  }
  .l-header__menu__logo {
    margin: 2.8rem 0 8.7rem 1.4rem;
    width: 29.3rem;
  }
  .l-header__menu__logo img {
    width: 29.3rem;
    height: auto;
  }
  .l-header__menu__inner {
    padding: 0 4.3rem 31.5rem;
    background: url(../img/webp/f_bg01.webp) no-repeat center bottom 13.7rem/32.1rem auto;
  }
  .no-webp .l-header__menu__inner {
    background-image: url(../img/f_bg01.png);
  }
  .l-header__menu-list {
    margin-bottom: 5rem;
    display: flex;
    justify-content: space-between;
  }
  .l-header__menu-list ul {
    width: 46%;
  }
  .l-header__menu-list__item {
    margin-bottom: 2.6rem;
    font-size: 1.6rem;
    letter-spacing: 0.05em;
  }
  .l-header__menu-navi {
    margin: 2.5rem 0 4.3rem;
    width: auto;
  }
  .l-header__menu-navi__ttl {
    margin: 0 0 2.2rem;
    font-size: 1.6rem;
  }
  .l-header__menu-navi-ul {
    margin-left: 2.5rem;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .l-header__menu-navi-ul__item {
    width: 47%;
    font-size: 1.4rem;
  }
  .l-header__menu-navi-list__item:not(:last-child) {
    margin-bottom: 1.4rem;
  }
  .l-header__menu-navi-list__link {
    letter-spacing: 0.084rem;
    position: relative;
  }
  .l-header__menu-navi-list__link:before {
    position: absolute;
    left: -0.8rem;
    top: 50%;
    line-height: 0;
    content: "-";
  }
  .l-header__menu-sub {
    font-size: 1.4rem;
    line-height: 2.143;
    letter-spacing: 0;
  }
  .l-header__menu__sns {
    margin-bottom: 3.7rem;
  }
  .l-header__menu__sns__item {
    width: 4rem;
  }
  .l-header__menu__sns__item a img {
    width: 100%;
  }
  .l-header__menu__text {
    margin-bottom: 1.5rem;
  }
  .l-header__menu__copyright {
    line-height: 1.769;
    font-style: normal;
    font-size: 1.3rem;
    font-weight: 400;
    letter-spacing: 0;
  }
}

.l-footer {
  padding: 14.5rem 4rem 4.3rem;
  background-color: var(--main);
}
.l-footer-content {
  width: auto !important;
  max-width: 131rem;
  position: relative;
}
.l-footer-box {
  margin: 0 auto 7.2rem;
  max-width: 112rem;
  position: relative;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.l-footer-l-box {
  margin-left: 6rem;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
.l-footer-l-box a {
  display: inline-block;
  position: relative;
}
.l-footer-l-box a:after {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 0.1rem;
  content: "";
  background-color: var(--main-dark);
  transform-origin: right;
  transform: scaleX(0);
  transition: transform 0.8s cubic-bezier(0.45, 0.12, 0.04, 0.96);
}
@media screen and (min-width: 769px) {
  .l-footer-l-box a:hover:after {
    transform-origin: left;
    transform: scaleX(1);
    transition: transform 0.8s cubic-bezier(0.45, 0.12, 0.04, 0.96);
  }
}
.l-footer-list {
  width: 18rem;
}
.l-footer-list__item {
  margin-bottom: 2.55rem;
}
.l-footer-list__link {
  display: inline-block;
  font-size: 1.6rem;
  font-weight: 700;
  letter-spacing: 0.096rem;
}
.l-footer-list__ico {
  margin: -0.4rem 0.8rem 0 -0.1rem;
  width: 2.4rem;
  display: inline-block;
  vertical-align: middle;
}
.l-footer-navi {
  margin-left: 5.3rem;
  width: 28.6rem;
}
.l-footer-navi__ttl {
  margin-bottom: 2.1rem;
}
.l-footer-navi__ttl--link {
  display: inline-block;
  font-size: 1.6rem;
  font-weight: 700;
  letter-spacing: 0.096rem;
}
.l-footer-navi-ul {
  margin-left: 2.5rem;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.l-footer-navi-list__item:not(:last-child) {
  margin-bottom: 1.25rem;
}
.l-footer-navi-list__link {
  letter-spacing: 0.096rem;
  display: inline-block;
  font-size: 1.4rem;
  display: inline-block;
  position: relative;
}
.l-footer-navi-list__link::before {
  position: absolute;
  left: -0.8rem;
  top: 50%;
  line-height: 0;
  content: "-";
}
.l-footer-sub {
  margin-top: -0.4rem;
  width: 39.5rem;
  font-size: 1.3rem;
  line-height: 1.923;
  letter-spacing: 0;
  background: url(../img/webp/f_bg01.webp) no-repeat left 0.6rem bottom/35.2rem auto;
}
.no-webp .l-footer-sub {
  background-image: url(../img/f_bg01.png);
}
.l-footer__sns {
  margin-bottom: 2.7rem;
	display: flex;
}
.l-footer__sns li {
  width: 4rem;
	padding-right: 5rem;
}
.l-footer__sns li a.ins {
  display: block;
  width: 4rem;
  height: 4rem;
  background: url(../img/icon_ins02_on.svg) no-repeat center center/4rem 4rem;
}
.l-footer__sns li a.line {
  display: block;
  width: 4rem;
  height: 4rem;
  background: url(../img/icon_line02_on.svg) no-repeat center center/4rem 4rem;
}
.l-footer__sns li a img {
  width: 100%;
  transition: 0.3s;
}
@media screen and (min-width: 769px) {
  .l-footer__sns li a:hover img {
    opacity: 0;
  }
}
.l-footer__copyright {
  display: block;
  font-style: normal;
  font-size: 1.3rem;
  font-weight: 400;
  letter-spacing: 0;
  text-align: center;
}
@media screen and (min-width: 769px) {
  .l-footer__copyright-link:hover {
    text-decoration: underline;
  }
}
@media screen and (max-width: 768px) {
  .l-footer {
    padding: 7.5rem 4.3rem 31.5rem;
    position: relative;
    background: var(--main) url(../img/webp/f_bg01.webp) no-repeat center bottom 13.7rem/32.1rem auto;
  }
  .no-webp .l-footer {
    background-image: url(../img/f_bg01.png);
  }
  .l-footer-content {
    padding: 0 !important;
    max-width: inherit;
  }
  .l-footer-box {
    margin-bottom: 1.6rem;
    display: block !important;
  }
  .l-footer-l-box {
    margin: 0 0 4.2rem;
    display: block;
  }
  .l-footer-list {
    margin-bottom: 5rem;
    width: auto;
    display: flex;
    justify-content: space-between;
  }
  .l-footer-list ul {
    width: 46%;
  }
  .l-footer-navi {
    margin: 2.5rem 0 0;
    width: auto;
  }
  .l-footer-navi__ttl {
    margin: 0 0 2.2rem;
  }
  .l-footer-navi-ul__item {
    width: 47%;
  }
  .l-footer-navi-list__item:not(:last-child) {
    margin-bottom: 1.25rem;
  }
  .l-footer-navi-list__link {
    letter-spacing: 0.084rem;
  }
  .l-footer-sub {
    margin-top: 0;
    width: auto;
    display: block !important;
    font-size: 1.4rem;
    line-height: 2.143;
    background: none;
  }
  .no-webp .l-footer-sub {
    background: none;
  }
  .l-footer__sns {
    margin-bottom: 3.7rem;
  }
  .l-footer__sns li a {
    background: none;
  }
  .l-footer__sns li a img {
    width: 100%;
  }
  .l-footer__copyright {
    text-align: left;
    line-height: 1.769;
  }
}

.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;
}
.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-spacing: 0;
  letter-spacing: 0.04em;
  border-collapse: collapse;
}
.c-calendar th {
  background: var(--main);
  color: var(--gray-light);
  font-size: 1.3rem;
  text-align: center;
  width: 8.7%;
  padding: 0.9rem 0.3rem;
  letter-spacing: 0;
  border-right: 0.1rem solid var(--white);
}
@media screen and (max-width: 768px) {
  .c-calendar th {
    padding: 1rem 0.3rem;
    width: 10.8%;
  }
}
.c-calendar th:last-child {
  border-right: none;
}
.c-calendar th.head {
  width: 39.1%;
  font-size: 1.5rem;
}
@media screen and (max-width: 768px) {
  .c-calendar th.head {
    width: auto;
    font-size: 1.4rem;
  }
}
.c-calendar td {
  text-align: center;
  padding: 0.9rem 0.3rem;
  border-right: 0.1rem solid var(--main-dark);
  vertical-align: middle;
}
.c-calendar td:last-child {
  border-right: none;
}
@media screen and (max-width: 768px) {
  .c-calendar td.head {
    padding-top: 1.1rem;
    font-size: 1.2rem;
  }
}

.c-btnM--primary {
  background: var(--main);
  color: #fff;
  text-decoration: none;
  text-align: center;
  padding: 0.8rem 1.4rem;
  border-radius: 0.9rem;
  transition: 0.5s;
  outline: 0.1rem solid #fff;
  display: inline-flex;
}
.c-btnM--primary:hover {
  opacity: 0.7;
}

.c-btnL--primary {
  background: var(--main);
  color: #fff;
  text-decoration: none;
  text-align: center;
  padding: 1.1rem 1.7rem;
  border-radius: 1.2rem;
  transition: 0.5s;
  outline: 0.1rem solid #fff;
  display: inline-flex;
}
.c-btnL--primary:hover {
  opacity: 0.7;
}

.c-btnM--secondary {
  background: var(--sub);
  color: #fff;
  text-decoration: none;
  text-align: center;
  padding: 0.8rem 1.4rem;
  border-radius: 0.9rem;
  transition: 0.5s;
}
.c-btnM--secondary:hover {
  opacity: 0.7;
}

.c-btnL--secondary {
  background: var(--sub);
  color: #fff;
  text-decoration: none;
  text-align: center;
  padding: 1.1rem 1.7rem;
  border-radius: 1.2rem;
  transition: 0.5s;
}
.c-btnL--secondary:hover {
  opacity: 0.7;
}

.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;
  }
}

.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-btn02__txt {
  display: inline-block;
  padding: 0.1rem 4.3rem 0.1rem 0;
  letter-spacing: 0;
  height: 2.5rem;
  box-sizing: border-box;
  background: url(../img/icon_arrow01.svg) no-repeat right 0.1rem top/2.6rem auto;
}
@media screen and (min-width: 769px) {
  .c-btn02__txt:hover {
    background-image: url(../img/icon_arrow01_on.svg);
  }
}
@media screen and (max-width: 768px) {
  .c-btn02__txt {
    padding: 0 3.7rem 0 0;
  }
}

.c-btn01__link {
  display: inline-block;
  padding: 1.6rem 2.4rem;
  letter-spacing: 0.03em;
  color: var(--gray-black);
  border-radius: 10rem;
  letter-spacing: 0.06em;
  border: 0.1rem solid var(--gray-black);
  background: var(--white);
}
.c-btn01__link__txt {
  display: inline-block;
  padding: 0.2rem 3.3rem 0.1rem 0;
  transition: 0.3s;
  background: url(../img/icon_arrow01.svg) no-repeat right center/2.6rem 2.5rem;
}
@media screen and (max-width: 768px) {
  .c-btn01__link__txt {
    background-position: right 0.1rem center;
  }
}
@media screen and (min-width: 769px) {
  .c-btn01__link:hover {
    background-color: var(--treatment-blue);
  }
  .c-btn01__link:hover .c-btn01__link__txt {
    background-image: url(../img/icon_arrow01_on.svg);
  }
}

.c-headline01 {
  margin-bottom: 6.7rem;
  overflow: hidden;
}
.c-headline01__sub {
  padding-right: 1.8rem;
  position: relative;
  display: inline-block;
  font-size: 3rem;
  letter-spacing: 0.05em;
}
.c-headline01__sub:after {
  position: absolute;
  left: 100%;
  top: 8.1rem;
  width: 999.9rem;
  height: 0.2rem;
  background-color: var(--main);
  content: "";
}
.c-headline01__en {
  display: block;
  color: var(--main);
  font-size: 6.4rem;
  line-height: 1.3;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 768px) {
  .c-headline01 {
    margin: 0 -2rem 2.1rem -0.5rem;
  }
  .c-headline01__sub {
    padding-right: 1rem;
    font-size: 2.6rem;
    line-height: 1.3;
  }
  .c-headline01__sub:after {
    top: 5.5rem;
  }
  .c-headline01__en {
    margin-bottom: 0.5rem;
    font-size: 4rem;
  }
}

.c-headline02 {
  margin-bottom: 1.2rem;
  color: var(--main);
  font-size: 2.4rem;
  letter-spacing: 0.06em;
}
@media screen and (max-width: 768px) {
  .c-headline02 {
    margin-bottom: 1.1rem;
    text-align: center;
  }
}

.c-information {
  padding-top: 12.2rem;
  background-color: var(--treatment-blue);
}
.c-information__content {
  margin: 0 auto -7.7rem;
  position: relative;
  z-index: 1;
  max-width: 120rem;
  padding: 9.1rem 10.1rem 12.3rem;
  background-color: var(--white);
  border-radius: 2rem;
  box-sizing: border-box;
}
.c-information__logo {
  margin-bottom: 6.7rem;
  text-align: center;
}
.c-information__inner {
  display: flex;
  justify-content: space-between;
}
.c-information__col {
  padding-left: 0.2rem;
  width: calc(50% - 4.9rem);
}
.c-information__col--right {
  width: calc(50% - 4.6rem);
}
.c-information__calendar {
  margin: 0 0 1.7rem -0.2rem;
}
.c-information__note {
  margin-bottom: 2.2rem;
  line-height: 2;
  font-size: 1.6rem;
  overflow: hidden;
  letter-spacing: 0.04em;
}
.c-information__note__left {
  float: left;
}
.c-information__note__right {
  letter-spacing: 0.06em;
  padding: 0 0 0.4rem 6em;
}
.c-information__tel {
  margin-bottom: 0.2rem;
}
.c-information__tel__num {
  padding-left: 4.2rem;
  display: inline-block;
  font-size: 2.2rem;
  letter-spacing: 0.06em;
  background: url(../img/icon_tel.svg) no-repeat left 0.5rem/2.6rem auto;
}
.c-information__reserve {
  margin-bottom: 3.7rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.c-information__parking {
  padding: 1.8rem 3.1rem 2.3rem;
  border-radius: 2rem;
  position: relative;
  border: 0.3rem solid var(--main);
  background: var(--treatment-blue);
}
.c-information__parking__ttl {
  margin-bottom: 1rem;
  font-size: 2.4rem;
  text-align: center;
  letter-spacing: 0.06em;
}
.c-information__parking__txt {
  margin-bottom: 3.5rem;
  line-height: 1.87;
  letter-spacing: 0.05em;
}
.c-information__parking__txt__line {
  display: inline-block;
  position: relative;
  padding-bottom: 0.4rem;
}
.c-information__parking__txt__line:after {
  position: absolute;
  left: 0;
  bottom: 0;
  height: 0.5rem;
  width: calc(100% - 0.4rem);
  background-color: var(--sub);
  content: "";
}
.c-information__parking__img {
  position: absolute;
  right: 3rem;
  bottom: 2.5rem;
}
.c-information__parking__img img {
  width: 15.2rem;
}
.c-information__map {
  margin-bottom: 2.6rem;
}
.c-information__map-img {
  width: 100%;
}
.c-information__sub-ttl--right {
  margin-bottom: 2rem;
}
.c-information__adr {
  margin-bottom: 3.9rem;
  line-height: 1.67;
  letter-spacing: 0.06em;
}
.c-information__txt-list {
  margin-bottom: 4.2rem;
}
.c-information__txt-list__item {
  margin-bottom: 1.4rem;
  padding-left: 3.1rem;
  font-size: 1.3rem;
  line-height: 1.85;
  letter-spacing: 0;
  background: url(../img/icon_bus.svg) no-repeat 0.1rem 0.5rem/1.9rem auto;
}
.c-information__txt-list__item--car {
  background-image: url(../img/icon_car.svg);
  background-size: 2.4rem auto;
  background-position: left 0.4rem !important;
}
.c-information__txt-list__item__txt {
  padding-left: 1em;
  text-indent: -1em;
}
.c-information__btn-list {
  margin-right: 2.8rem;
  display: flex;
  justify-content: space-between;
}
.c-information__btn-list__item__link {
  letter-spacing: 0.05em;
}
@media screen and (max-width: 768px) {
  .c-information {
    margin-bottom: 6.2rem;
    background: none;
    padding-top: 0;
  }
  .c-information__content {
    margin: 0 1.5rem;
    padding: 0;
    width: auto;
  }
  .c-information__logo {
    margin: 0 auto 4rem;
    width: 29rem;
  }
  .c-information__logo img {
    width: 29rem;
    height: auto;
  }
  .c-information__title {
    margin: 0 0 2.1rem;
  }
  .c-information__title__sub {
    display: block;
    font-size: 2rem;
    line-height: 1.7;
  }
  .c-information__title__sub:after {
    display: none;
  }
  .c-information__title__en {
    margin-bottom: 0.8rem;
  }
  .c-information__inner {
    display: block;
  }
  .c-information__col {
    padding-left: 0;
    width: auto;
  }
  .c-information__col--right {
    margin-top: 5.4rem;
    width: auto;
  }
  .c-information__calendar {
    margin: 0 0 2.2rem;
  }
  .c-information__note {
    margin: 0 0.5rem 2.7rem;
    font-size: 1.5rem;
    letter-spacing: 0.06em;
  }
  .c-information__note__right {
    padding-left: 8.4rem;
  }
  .c-information__tel {
    margin-bottom: 3.2rem;
    text-align: center;
  }
  .c-information__tel__num {
    padding-left: 4.3rem;
    background-position: left 0.4rem;
  }
  .c-information__reserve {
    margin-bottom: 4rem;
    display: block;
  }
  .c-information__btn {
    text-align: center;
  }
  .c-information__parking {
    margin: 0 0.5rem;
    padding: 2.7rem 2.4rem 1.8rem;
  }
  .c-information__parking__ttl {
    margin-bottom: 1.8rem;
  }
  .c-information__parking__txt {
    margin-bottom: 3rem;
    line-height: 2.05;
  }
  .c-information__parking__txt__line {
    padding-bottom: 0.6rem;
  }
  .c-information__parking__txt__line:after {
    width: calc(100% - 1.7rem);
  }
  .c-information__parking__btn {
    margin-bottom: 3.7rem;
    text-align: center;
  }
  .c-information__parking__img {
    margin: 0 auto;
    padding-left: 2.5rem;
    position: static;
    right: auto;
    bottom: auto;
    width: 17.8rem;
  }
  .c-information__parking__img img {
    width: 100%;
  }
  .c-information__map {
    margin: 0 -1.5rem 3.2rem;
  }
  .c-information__sub-ttl--right {
    margin-bottom: 2.2rem;
  }
  .c-information__adr {
    margin-bottom: 2.6rem;
    line-height: 1.8;
  }
  .c-information__adr__num {
    display: block;
    margin-bottom: 0.3rem;
  }
  .c-information__txt-list {
    margin-bottom: 3.8rem;
  }
  .c-information__txt-list__item {
    background-position: 0.3rem 0.5rem;
  }
  .c-information__btn-list {
    margin-right: 0;
    display: block;
    text-align: center;
  }
  .c-information__btn-list__item {
    margin-bottom: 3.7rem;
  }
}

.c-fix-btn {
  position: fixed;
  left: 0;
  bottom: 0;
  width: 100%;
  border-top: 0.1rem solid var(--white);
  z-index: 110;
}
.c-fix-btn__list {
  display: flex;
}
.c-fix-btn__list__item {
  width: 50%;
}
.c-fix-btn__list__link {
  height: 6.5rem;
  box-sizing: border-box;
  display: flex;
  justify-content: center;
  align-items: center;
  color: var(--white);
  font-size: 1.7rem;
  text-align: center;
  letter-spacing: 0.1em;
  padding: 1rem 0.5rem 1.5rem 3rem;
  background: var(--sub-dark) url(../img/icon_tel_white.svg) no-repeat 2.4rem 1.3rem/3.2rem auto;
}
.c-fix-btn__list__link--reservation {
  background: var(--main) url(../img/icon_calendar.svg) no-repeat 1.3rem 1.5rem/2.8rem auto;
}

.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;
}
.p-blogSin__tax a {
  color: var(--main);
  font-weight: 600;
  transition: all 0.5s;
}
.p-blogSin__tax a:hover {
  text-decoration: underline;
}
.p-blogSin__tax i {
  margin-right: 0.5em;
}

.p-content {
  margin: 0 auto;
  width: 100rem;
}
@media screen and (max-width: 768px) {
  .p-content {
    width: auto !important;
    margin: 0;
    padding: 0 2rem;
  }
}

.p-en-ttl {
  position: absolute;
  top: 68rem;
  left: -24rem;
  color: var(--white);
  font-family: var(--sub-font);
  transform: rotate(-90deg);
  font-size: 9.6rem;
  letter-spacing: 0.048em;
}

.p-mainvisual {
  padding: 15.7rem 0 4rem;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 768px) {
  .p-mainvisual {
    margin-top: 0;
    padding: 0 0 0.6rem;
  }
}
.p-mainvisual__img {
  margin: 0 5.8rem;
  height: calc(100vh - 22rem);
  min-height: 40rem;
}
.p-mainvisual__img__list {
  height: 100%;
}
.p-mainvisual__img__item {
  overflow: hidden;
  border-radius: 2rem;
}
.p-mainvisual__img picture {
  height: 100%;
}
.p-mainvisual__img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position:top;
}
@media screen and (max-width: 768px) {
  .p-mainvisual__img {
    margin: 0 2rem;
    width: auto;
    height: calc(100vh - 19.5rem);
    min-height: 32rem;
  }
}
.p-mainvisual__text {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 83rem;
  padding: 2.1rem 4.5rem 0.7rem 4rem;
  display: flex;
  justify-content: flex-end;
  border-radius: 0 2rem 2rem 0;
  background: var(--white);
  box-sizing: border-box;
  z-index: 10;
}
@media screen and (max-width: 768px) {
  .p-mainvisual__text {
    padding: 1.4rem 2.5rem 1.5rem 3.8rem;
    justify-content: flex-start;
    left: -1.9rem;
    width: 34.9rem;
    border-radius: 0 2rem 0 0;
  }
}
.p-mainvisual__txt {
  margin-bottom: 1rem;
  font-size: 2rem;
  letter-spacing: 0.07em;
}
@media screen and (max-width: 768px) {
  .p-mainvisual__txt {
    margin-bottom: 0.7rem;
    font-size: 1.4rem;
  }
}
.p-mainvisual__ttl {
  margin-bottom: 1.6rem;
  font-size: 3.4rem;
  letter-spacing: 0.15rem;
}
@media screen and (max-width: 768px) {
  .p-mainvisual__ttl {
    margin-bottom: 1.2rem;
    font-size: 2.4rem;
    line-height: 1.35;
  }
}
.p-mainvisual__txt-small {
  font-size: 1.3rem;
  font-weight: 400;
  letter-spacing: 0.06em;
}

.p-information {
  padding: 7.8rem 0 14.2rem;
}
.p-information__content {
  width: 80rem;
}
.p-information__point {
  margin-bottom: 4.2rem;
  padding: 0 7.5rem 1.8rem 9rem;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  border-radius: 2rem;
  border: 0.3rem solid var(--sub-dark);
  background: var(--treatment-blue);
}
.p-information__point__list {
  margin-top: 3.6rem;
  flex: 1;
}
.p-information__point__list__item {
  padding: 0 0 4rem 7.1rem;
  font-size: 2.6rem;
  letter-spacing: 0;
  min-height: 4rem;
  box-sizing: border-box;
  background: url(../img/icon_check.svg) no-repeat left top/4.4rem auto;
}
.p-information__point__list__item:last-child {
  padding-bottom: 0;
}
.p-information__point__list__dot {
  display: inline-block;
  position: relative;
}
.p-information__point__list__dot:before {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: -0.5rem;
  width: 0.8rem;
  height: 0.8rem;
  background-color: var(--main);
  border-radius: 50%;
  content: "";
}
.p-information__point__img {
  margin-top: -1.9rem;
}
.p-information__news {
  position: relative;
}
.p-information__news__sub-ttl {
  margin-bottom: 0.4rem;
  color: var(--main);
  font-size: 3rem;
  letter-spacing: 0.09em;
}
.p-information__news__link {
  position: absolute;
  right: 2.4rem;
  bottom: 1.4rem;
  z-index: 1;
}
.p-information__news__list {
  border-top: 0.1rem solid var(--base-color);
}
.p-information__news__list__link {
  border-bottom: 0.1rem solid var(--base-color);
  padding: 1.4rem 11rem 1.4rem 2.8rem;
  display: flex;
  align-items: center;
  background: rgba(173, 216, 255, 0.2);
}
@media screen and (min-width: 769px) {
  .p-information__news__list__link:hover .p-information__news__list__title:after {
    transform-origin: left;
    transform: scaleX(1);
    transition: transform 0.8s cubic-bezier(0.45, 0.12, 0.04, 0.96);
  }
}
.p-information__news__list__date {
  margin-right: 1.5rem;
  width: 12rem;
  color: var(--main-dark);
  font-size: 1.4rem;
  letter-spacing: 0.07em;
}
.p-information__news__list__title {
  letter-spacing: 0.07em;
  position: relative;
}
.p-information__news__list__title:after {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 0.1rem;
  content: "";
  background-color: var(--main-dark);
  transform-origin: right;
  transform: scaleX(0);
  transition: transform 0.8s cubic-bezier(0.45, 0.12, 0.04, 0.96);
}
@media screen and (max-width: 768px) {
  .p-information {
    padding: 5.5rem 0 8.8rem;
  }
  .p-information__point {
    margin-bottom: 5.2rem;
    padding: 4.4rem 3rem 1.6rem;
    display: block;
  }
  .p-information__point__list {
    margin-top: 0;
    flex: auto;
  }
  .p-information__point__list__item {
    padding: 0 0 2.7rem 5.7rem;
    font-size: 2.2rem;
    min-height: 3.6rem;
    background-size: 3.8rem auto;
  }
  .p-information__point__list__dot:before {
    top: -0.4rem;
    width: 0.7rem;
    height: 0.7rem;
  }
  .p-information__point__img {
    margin: 2.2rem auto 0;
    padding-left: 1rem;
    width: 10rem;
  }
  .p-information__point__img img {
    width: 100%;
  }
  .p-information__news {
    margin: 0 -0.5rem;
  }
  .p-information__news__link {
    right: 0.5rem;
    bottom: auto;
    top: 1.3rem;
  }
  .p-information__news__list__link {
    padding: 1.5rem 1.2rem 1.6rem;
  }
  .p-information__news__list__date {
    margin-right: 0;
    width: 10rem;
    letter-spacing: 0.06em;
  }
  .p-information__news__list__title {
    font-size: 1.4rem;
    letter-spacing: 0.06em;
  }
  .p-information__news__list__title__link:after {
    display: none;
  }
}

.c-information--mid {
  margin-bottom: 18.3rem;
  padding-top: 0;
  background: none;
}
.c-information--mid__content {
  margin-bottom: 0;
  width: 100rem;
  padding: 0;
  background: none;
}
@media screen and (max-width: 768px) {
  .c-information--mid {
    margin-bottom: 6.2rem;
  }
  .c-information--mid__content {
    width: auto;
  }
}

.p-about__content {
  width: auto;
  max-width: 120rem;
  padding: 3.8rem 8.3rem 4.1rem 9.3rem;
  position: relative;
  display: flex;
  justify-content: space-between;
  border-radius: 2rem;
  background: var(--middle) url(../img/bg_dot.svg) repeat-y left 3.2rem top 3.7rem/2rem auto;
  box-sizing: border-box;
}
@media all and (max-width: 1340px) and (min-width: 769px) {
  .p-about__content {
    max-width: 115rem;
    padding: 3.8rem 7.5rem 4.1rem 8.5rem;
  }
}
.p-about__content:after {
  position: absolute;
  right: -5.4rem;
  top: -4.8rem;
  width: 5.4rem;
  height: 5.4rem;
  background: url(../img/icon_wifi.svg) no-repeat left top/5.4rem auto;
  content: "";
}
.p-about__txt-box {
  margin-top: 2.3rem;
  width: 43rem;
  text-align: center;
}
.p-about__title {
  margin-bottom: 2.3rem;
  font-size: 2.8rem;
  line-height: 1.7;
  letter-spacing: 0.05em;
}
.p-about__txt {
  font-size: 1.4rem;
  letter-spacing: 0.03em;
}
.p-about__list {
  flex: 1;
  display: flex;
  justify-content: flex-end;
}
.p-about__list__item {
  position: relative;
  margin-left: 4rem;
  width: 14.9rem;
  text-align: center;
}
.p-about__list__item:after {
  position: absolute;
  bottom: 0.5rem;
  right: -2.3rem;
  width: 0.1rem;
  height: 4.5rem;
  background-color: var(--main-dark);
  content: "";
}
.p-about__list__item:last-child:after {
  display: none;
}
.p-about__list__photo {
  margin-bottom: 0.9rem;
  height: 14.9rem;
  background-color: var(--white);
  border-radius: 50%;
  overflow: hidden;
}
.p-about__list__photo img {
  width: 100%;
}
.p-about__list__ttl {
  font-size: 2rem;
}
@media screen and (max-width: 768px) {
  .p-about__content {
    margin: 0 2rem;
    padding: 5.6rem 3rem 1.9rem 6rem;
    display: block;
    background-image: url(../img/bg_dot_sp.svg);
    background-size: 1.6rem auto;
    background-position: 1.7rem 4.8rem;
  }
  .p-about__content:after {
    display: none;
  }
  .p-about__txt-box {
    margin: 0 0 3.6rem;
    width: auto;
    text-align: left;
  }
  .p-about__title {
    margin-bottom: 1.6rem;
    font-size: 2.4rem;
    line-height: 1.75;
  }
  .p-about__txt {
    font-size: 1.5rem;
    line-height: 2;
    letter-spacing: 0.05em;
  }
  .p-about__list {
    margin-right: 1rem;
    display: block;
  }
  .p-about__list__item {
    margin: 0 0 4.7rem;
    width: auto;
    letter-spacing: 0.06em;
  }
  .p-about__list__item--02 {
    margin-bottom: 3.6rem;
  }
  .p-about__list__item:after {
    display: none;
  }
  .p-about__list__photo {
    margin: 0 auto 0.9rem;
    width: 14.9rem;
    height: 14.9rem;
  }
}

.p-fixed-img {
  margin: -11rem 0 0;
  height: 45.5rem;
  background: url(../img/webp/fixed_img01.webp) no-repeat center/cover;
  background-attachment: fixed;
}
@media screen and (max-width: 768px) {
  .p-fixed-img {
    margin-top: -9.4rem;
    height: auto;
    aspect-ratio: 390/450;
    background-attachment: inherit;
    background-image: url(../img/webp/fixed_img01_sp.webp);
  }
}

.p-fixed-img3 {
  margin: -11rem 0 0;
  height: 45.5rem;
  background: url(../img/webp/fixed_img03.webp) no-repeat center/cover;
  background-attachment: fixed;
}

@media screen and (max-width: 768px) {
  .p-fixed-img3 {
    margin-top: -9.4rem;
    height: auto;
    aspect-ratio: 390/450;
    background-attachment: inherit;
    background-image: url(../img/webp/fixed_img03_sp.webp);
  }
}


.no-webp .p-fixed-img {
  background-image: url(../img/fixed_img01.jpg);
}
@media screen and (max-width: 768px) {
  .no-webp .p-fixed-img {
    background-image: url(../img/fixed_img01_sp.jpg);
  }
}

.p-feature {
  padding-top: 16.4rem;
}
.p-feature__content {
  width: 110rem;
}
.p-feature__title {
  margin: 0 5rem 5.1em;
}
.p-feature__title__sub {
  padding-right: 2.5rem;
}
.p-feature__list {
  margin: -11rem 0 0;
  overflow: hidden;
}
.p-feature__list__item {
  margin-top: 11rem;
  float: left;
  width: 45.5%;
  display: flex;
  flex-wrap: wrap;
}
.p-feature__list__item:nth-child(2n) {
  margin: 26rem 0 -14.8rem;
  float: right;
}
.p-feature__list__item:last-child {
  margin-bottom: 0;
}
.p-feature__list__photo {
  border-radius: 2rem;
  width: 100%;
  overflow: hidden;
}
.p-feature__list__photo img {
  width: 100%;
}
.p-feature__list__num {
  margin: 2rem 0.5rem 0 -1.1rem;
  width: 5.3rem;
  text-align: center;
  color: var(--main);
  font-size: 5rem;
  font-weight: 400;
}
.p-feature__list__txt-box {
  flex: 1;
  padding: 2.4rem 0 0 4.1rem;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-end;
  position: relative;
  min-height: 33.2rem;
  box-sizing: border-box;
}
.p-feature__list__txt-box:before, .p-feature__list__txt-box:after {
  position: absolute;
  left: 0;
  top: 0;
  width: 0.3rem;
  height: 50%;
  background: var(--sub);
  background-blend-mode: multiply;
  content: "";
}
.p-feature__list__txt-box:after {
  top: 50%;
  background: var(--main);
}
.p-feature__list__sub-ttl {
  margin-bottom: 1.5rem;
  width: 100%;
  font-size: 2.2rem;
  line-height: 1.54;
}
.p-feature__list__txt {
  margin-bottom: 0.2rem;
  width: 100%;
  line-height: 1.87;
  text-align: justify;
}
.p-feature__list__txt--01 {
  letter-spacing: 0.06em;
}
.p-feature__list__btn {
  margin-top: 5.5rem;
}
.p-feature__img {
  margin-left: 8rem;
}
.p-feature__img img {
  width: 28.4rem;
}
.p-feature__fixed-img {
  margin-top: -13.8rem;
  position: relative;
  z-index: 1;
  background-image: url(../img/webp/fixed_img02.webp);
}
@media screen and (max-width: 768px) {
  .p-feature__fixed-img {
    margin-top: -11.9rem;
    aspect-ratio: 390/300;
    background-image: url(../img/webp/fixed_img02_sp.webp);
  }
}
.no-webp .p-feature__fixed-img {
  background-image: url(../img/fixed_img02.jpg);
}
@media screen and (max-width: 768px) {
  .no-webp .p-feature__fixed-img {
    background-image: url(../img/fixed_img02_sp.jpg);
  }
}
@media screen and (max-width: 768px) {
  .p-feature {
    padding-top: 11.3rem;
  }
  .p-feature__title {
    margin: 0 -2rem 2.7em -0.5rem;
  }
  .p-feature__title__sub {
    padding-right: 1rem;
  }
  .p-feature__list {
    margin: -5rem 0 0;
  }
  .p-feature__list__item {
    margin: 5rem 0 0 !important;
    float: none;
    width: auto;
  }
  .p-feature__list__item:nth-child(2n) {
    float: none;
  }
  .p-feature__list__num {
    margin: 2rem 0.6rem 0 0;
    width: 3.5rem;
    font-size: 4rem;
  }
  .p-feature__list__txt-box {
    padding: 1.5rem 0 8rem 1.9rem;
    display: block;
    min-height: 35.6rem;
    position: relative;
  }
  .p-feature__list__sub-ttl {
    margin-bottom: 1.3rem;
    font-size: 2rem;
    line-height: 1.7;
    text-align: left;
  }
  .p-feature__list__btn {
    position: absolute;
    left: 1.9rem;
    bottom: 0.1rem;
  }
  .p-feature__img {
    margin: 7.7rem auto 0;
    width: 24rem;
  }
  .p-feature__img img {
    width: 100%;
  }
}

.p-greeting {
  padding: 15.1rem 0 6.3rem;
  position: relative;
}
.p-greeting:after {
  position: absolute;
  left: 0;
  bottom: 0;
  top: 51.5rem;
  width: 100%;
  height: calc(100% - 51.5rem);
  background: var(--treatment-blue);
  content: "";
}
.p-greeting__content {
  width: auto;
  position: relative;
  z-index: 1;
}
.p-greeting__title {
  margin: 0 auto 5.2rem;
  width: 100rem;
}
.p-greeting__title__sub {
  padding-right: 0.8rem;
}
.p-greeting__img-box {
  display: flex;
  align-items: flex-start;
  justify-content: flex-end;
}
.p-greeting__txt-box {
  width: 44.9rem;
}
.p-greeting__photo-box {
  width: calc(50% - 5rem);
  margin: 7rem 0 0 10rem;
}
.p-greeting__photo-box__img {
  margin-bottom: 5.8rem;
  border-radius: 2rem 0 0 2rem;
  overflow: hidden;
}
.p-greeting__photo-box__list {
  display: flex;
}
.p-greeting__photo-box__list__item {
  margin-right: 3.6rem;
  width: 13.5rem;
  height: 13.5rem;
  border-radius: 50%;
  overflow: hidden;
  cursor: pointer;
  transition: 0.3s;
  box-shadow: 0 0.5rem 0.5rem rgba(0, 0, 0, 0.38);
}
.p-greeting__photo-box__list__item:last-child {
  margin-right: 0;
}
@media screen and (min-width: 769px) {
  .p-greeting__photo-box__list__item:hover {
    opacity: 0.6;
  }
}
.p-greeting__photo-box img {
  width: 100%;
}
.p-greeting__name {
  margin-bottom: 3.2rem;
  font-size: 2rem;
}
.p-greeting__name__large {
  margin-left: 2.5rem;
  font-size: 3rem;
  vertical-align: -0.2rem;
  letter-spacing: 0.03em;
}
.p-greeting__sub-ttl {
  margin-bottom: 7.3rem;
  color: var(--sub-dark);
  font-size: 2.2rem;
  line-height: 1.6;
  letter-spacing: 0.04em;
}
.p-greeting__txt {
  margin-bottom: 3.3rem;
  line-height: 1.87;
  text-align: justify;
  letter-spacing: 0.05em;
}
.p-greeting__txt:last-child {
  margin-bottom: 0 !important;
}
.p-greeting__txt__sub {
  display: block;
  margin-bottom: 0.3rem;
}
.p-greeting__btn {
  margin-top: 6rem;
}
@media screen and (max-width: 768px) {
  .p-greeting {
    padding: 10rem 0 0;
  }
  .p-greeting:after {
    display: none;
  }
  .p-greeting__content {
    padding: 0;
  }
  .p-greeting__title {
    margin: 0 0 3.6rem 1.5rem;
    width: auto;
    overflow: auto;
  }
  .p-greeting__title__sub {
    padding-right: 0.2rem;
  }
  .p-greeting__img-box {
    flex-wrap: wrap;
  }
  .p-greeting__txt-box {
    width: 100%;
    order: 2;
    padding: 30.5rem 2rem 6rem;
    background-color: var(--treatment-blue);
    box-sizing: border-box;
  }
  .p-greeting__photo-box {
    width: 100%;
    padding-left: 2rem;
    position: relative;
    z-index: 1;
    order: 0;
    margin: 0 0 -27rem;
    box-sizing: border-box;
  }
  .p-greeting__photo-box__img {
    margin-bottom: 2.7rem;
  }
  .p-greeting__photo-box__list__item {
    margin-right: 2.7rem;
    width: 9.9rem;
    height: 9.9rem;
  }
  .p-greeting__name {
    margin-bottom: 1.7rem;
  }
  .p-greeting__name__large {
    margin-top: 0.5rem;
    display: block;
    margin-left: 0;
    font-size: 2.7rem;
    letter-spacing: 0.05em;
  }
  .p-greeting__sub-ttl {
    margin-bottom: 1.9rem;
    text-align: left;
    line-height: 1.67;
  }
  .p-greeting__txt {
    margin-bottom: 3.4rem;
  }
  .p-greeting__btn {
    margin-top: 4rem;
    text-align: center;
  }
}

.p-treatment {
  margin-bottom: 12rem;
  padding: 18.5rem 0 11rem;
}
@media screen and (max-width: 768px) {
  .p-treatment {
    margin-bottom: 0;
    padding: 10rem 0 6.5rem;
  }
}
.p-treatment__ttl-box {
  margin-bottom: 8.5rem;
}
@media screen and (max-width: 768px) {
  .p-treatment__ttl-box {
    margin-bottom: 2.4rem;
  }
}
.p-treatment__title {
  margin-bottom: 3.1rem;
}
@media screen and (max-width: 768px) {
  .p-treatment__title {
    margin-bottom: 2.9rem;
  }
  .p-treatment__title__sub {
    padding-right: 0;
  }
}
.p-treatment__txt {
  line-height: 2;
  letter-spacing: 0.07rem;
}
@media screen and (max-width: 768px) {
  .p-treatment__txt {
    font-size: 1.5rem;
    line-height: 2;
  }
}
.p-treatment__pickup-list {
  margin-bottom: 6.9rem;
  display: flex;
  flex-wrap: wrap;
  gap: 5.1rem 4.8rem;
}
@media screen and (max-width: 768px) {
  .p-treatment__pickup-list {
    margin-bottom: 3.2rem;
    flex-direction: column;
    gap: 3.1rem 0;
  }
}
.p-treatment__pickup-list__item {
  width: 47.5rem;
}
@media screen and (max-width: 768px) {
  .p-treatment__pickup-list__item {
    width: auto;
  }
}
.p-treatment__pickup-list__item__link {
  padding-bottom: 2.8rem;
  display: block;
  background-color: var(--treatment-blue);
  border-radius: 1rem;
  box-shadow: 0.3rem 0.3rem 0.5rem 0 rgba(0, 0, 0, 0.25);
  overflow: hidden;
}
@media screen and (min-width: 769px) {
  .p-treatment__pickup-list__item__link:hover {
    background-color: var(--white);
  }
}
@media screen and (max-width: 768px) {
  .p-treatment__pickup-list__item__link {
    padding-bottom: 2.4rem;
  }
}
.p-treatment__pickup-list__item__link__photo img {
  width: 100%;
}
@media screen and (max-width: 768px) {
  .p-treatment__pickup-list__item__link__photo {
    aspect-ratio: 363/211;
    overflow: hidden;
  }
  .p-treatment__pickup-list__item__link__photo__img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
}
.p-treatment__pickup-list__item__link__text {
  padding: 1.7rem 3.3rem;
  height: 22rem;
  color: var(--main-dark);
}
@media screen and (max-width: 768px) {
  .p-treatment__pickup-list__item__link__text {
    padding: 1.7rem 2.8rem 2.5rem;
	height: 25rem;
  }
}
.p-treatment__pickup-list__item__link__text__title {
  margin-bottom: 1.4rem;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .p-treatment__pickup-list__item__link__text__title {
    margin-bottom: 1rem;
  }
}
.p-treatment__pickup-list__item__link__text__title__sm {
  margin-bottom: 1.1rem;
  display: block;
  font-size: 1.5rem;
  font-weight: 600;
  letter-spacing: 0.07em;
}
@media screen and (max-width: 768px) {
  .p-treatment__pickup-list__item__link__text__title__sm {
    margin-bottom: 0.9rem;
  }
}
.p-treatment__pickup-list__item__link__text__title__jp {
  font-size: 2.5rem;
  line-height: 1.181;
  letter-spacing: 0.15rem;
}
.p-treatment__pickup-list__item__link__text__txt {
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 2.07;
  letter-spacing: 0;
  text-align: justify;
}
@media screen and (max-width: 768px) {
  .p-treatment__pickup-list__item__link__text__txt {
    letter-spacing: 0.01em;
  }
}
.p-treatment__pickup-list__item__link__btn {
  text-align: center;
}
.p-treatment__pickup-list__item__link__btn__txt {
  padding: 0.2rem 3.4rem 0 0.7rem;
  font-size: 1.4rem;
  letter-spacing: 0.084rem;
}
@media screen and (min-width: 769px) {
  .p-treatment__pickup-list__item__link__btn__txt:hover {
    background-image: url(../img/icon_arrow01.svg);
  }
}
.p-treatment__link-list {
  margin-bottom: 16.5rem;
  display: flex;
  flex-wrap: wrap;
  gap: 4.5rem 5.06rem;
}
@media screen and (max-width: 768px) {
  .p-treatment__link-list {
    margin-bottom: 39rem;
    position: relative;
    justify-content: space-between;
    gap: 2.95rem 0;
  }
  .p-treatment__link-list::after {
    position: absolute;
    width: 17.8rem;
    height: 20.5rem;
    right: auto;
    left: 50%;
    transform: translateX(-50%);
    bottom: -29.5rem;
    content: "";
    background: url(../img/webp/treatment_bg01.webp) no-repeat center center/100% auto;
  }
  .no-webp .p-treatment__link-list::after {
    background-image: url(../img/treatment_bg01.png);
  }
}
.p-treatment__link-list__item {
  width: 21.2rem;
  position: relative;
  border-radius: 1rem;
}
.p-treatment__link-list__item__grey {
  overflow: visible;
  box-shadow: none;
  background: var(--gray-light);
}
.link-listlast::before {
  width: 21.5rem;
  height: 25.1rem;
  position: absolute;
  right: -15.5rem;
  bottom: -11.5rem;
  background: url(../img/webp/treatment_bg01.webp) no-repeat center center/100% auto;
  content: "";
 z-index: 99;	
}
.no-webp .link-listlast::before {
  background-image: url(../img/treatment_bg01.png);
}
@media screen and (max-width: 768px) {
  .p-treatment__link-list__item {
    width: calc((100% - 3.4rem) / 2);
  }
  .p-treatment__link-list__item__grey {
    overflow: visible;
    box-shadow: none;
    background: var(--gray-light);
  }
.link-listlast::before {
    display: none;
  }
}
.p-treatment__link-list__item__link {
  padding: 1.2rem 0.1rem 1rem;
  min-height: 22.5rem;
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  text-align: center;
  position: relative;
  border-radius: 1rem;
  overflow: hidden;
  letter-spacing: 0;
  box-shadow: 0.3rem 0.3rem 0.5rem 0 rgba(0, 0, 0, 0.25);
  box-sizing: border-box;
  background: var(--treatment-blue) url(../img/treatment_icon01.svg) no-repeat right 1.2rem bottom 1.4rem/1.2rem auto;
}
@media screen and (min-width: 769px) {
  .p-treatment__link-list__item__link:hover {
    background-color: var(--white);
  }
}
@media screen and (max-width: 768px) {
  .p-treatment__link-list__item__link {
    padding: 0.7rem 0 0;
    min-height: 16.8rem;
    background-size: 0.9rem auto;
    background-position: right 0.8rem bottom 1rem;
  }
}
.p-treatment__link-list__item__link__photo {
  margin-bottom: 1rem;
  min-height: 8.4rem;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .p-treatment__link-list__item__link__photo {
    margin: 0 auto;
    width: auto;
    min-height: 5.6496rem;
  }
  .p-treatment__link-list__item__link__photo img {
    width: 7rem;
  }
}
.p-treatment__link-list__item__link__text__title {
  color: var(--main-dark);
  font-size: 2rem;
  line-height: 1.9;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 768px) {
  .p-treatment__link-list__item__link__text__title {
    margin-bottom: -0.5rem;
    font-size: 1.8rem;
    line-height: 2;
    letter-spacing: 0.09rem;
  }
  .p-treatment__link-list__item__link__text__title--no-ltr-spc {
    letter-spacing: 0;
  }
}
.p-treatment__link-list__item__link__text__txt {
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 2.4;
}
@media screen and (max-width: 768px) {
  .p-treatment__link-list__item__link__text__txt {
    font-size: 1.4rem;
    line-height: 2.57;
    letter-spacing: 0;
  }
}
.p-treatment__img-box {
  z-index: 1;
  position: relative;
  display: flex;
  position: relative;
  background-color: var(--white);
  border-radius: 1rem;
  border: 0.1rem solid var(--gray);
  box-shadow: 0.3rem 0.3rem 0.5rem 0 rgba(0, 0, 0, 0.25);
}
.p-treatment__img-box__ttl {
  margin-bottom: 2.5rem;
  color: var(--gray-black);
  font-size: 2.8rem;
  letter-spacing: 0.14rem;
  font-weight: 700;
}
.p-treatment__img-box__text {
  margin-bottom: 1.5rem;
  color: var(--black);
  font-size: 2rem;
  letter-spacing: 0.1rem;
  line-height: 1.9;
  font-weight: 400;
}
.p-treatment__img-box__text--col {
  margin-left: 0.8rem;
  color: var(--sub-dark);
  font-size: 2.8rem;
  letter-spacing: 0.14rem;
  line-height: 1.3;
  font-weight: 700;
}
.p-treatment__img-box__txt {
  color: var(--black);
  font-size: 1.3rem;
  font-weight: 400;
  letter-spacing: 0.065rem;
}
@media screen and (min-width: 769px) {
  .p-treatment__img-box__photo-box {
    margin: -0.1rem 0 -0.1rem -0.1rem;
    width: 40rem;
    border-radius: 1rem 0 0 1rem;
    overflow: hidden;
  }
  .p-treatment__img-box__photo-box img {
    width: 100%;
  }
  .p-treatment__img-box__text-box {
    width: calc(100% - 40rem);
    padding: 5.5rem 2rem 2rem 5.5rem;
    box-sizing: border-box;
  }
}
@media screen and (max-width: 768px) {
  .p-treatment__img-box {
    margin: 0;
    width: auto;
    display: block;
  }
  .p-treatment__img-box__photo-box {
    margin: -0.1rem -0.1rem 0;
    border-radius: 1rem 1rem 0 0;
    overflow: hidden;
  }
  .p-treatment__img-box__photo-box img {
    width: 100%;
  }
  .p-treatment__img-box__text-box {
    padding: 2rem 2.6rem 2.3rem;
  }
  .p-treatment__img-box__ttl {
    margin-bottom: 0.3rem;
    font-size: 2.1rem;
  }
  .p-treatment__img-box__text {
    margin-bottom: 0.5rem;
    font-size: 1.6rem;
    line-height: 2;
  }
  .p-treatment__img-box__text--col {
    margin-left: 0;
    font-size: 2.6rem;
    line-height: 1.3;
  }
  .p-treatment__img-box__txt {
    line-height: 1.8;
  }
}

.p-step {
  background: url(../img/webp/step_bg.webp) no-repeat right 9rem/28.8rem auto;
}
.no-webp .p-step {
  background-image: url(../img/step_bg.jpg);
}
.p-step__title {
  margin-bottom: 8.3rem;
}
.p-step__title__en {
  color: var(--sub-dark);
}
.p-step__list {
  margin: -2rem -3rem 0 0;
  display: flex;
  flex-wrap: wrap;
  position: relative;
}
.p-step__list:after {
  position: absolute;
  left: -8.2rem;
  bottom: 0;
  width: calc(100% + 16.4rem);
  height: 10.2rem;
  background: url(../img/step_list_bg.svg) no-repeat left top/116.5rem auto;
  content: "";
}
.p-step__list__item {
  position: relative;
  z-index: 1;
  margin: 2rem 2.8rem 0 0;
  position: relative;
  padding: 10.7rem 2rem 3.9rem;
  width: 31.5rem;
  text-align: center;
  border-radius: 30rem 30rem 0 0;
  background: var(--middle);
  box-sizing: border-box;
}
.p-step__list__num {
  position: absolute;
  padding-top: 0.2rem;
  width: 5.6rem;
  height: 5.6rem;
  display: flex;
  align-items: center;
  justify-content: center;
  top: 1.5rem;
  left: 0;
  color: var(--white);
  font-size: 1.8rem;
  line-height: 1;
  padding-bottom: 0.4rem;
  border-radius: 50%;
  background-color: var(--main-dark);
  box-sizing: border-box;
}
.p-step__list__ttl {
  margin-bottom: 3rem;
  font-size: 2.4rem;
  line-height: 1.67;
  letter-spacing: 0.04em;
}
.p-step__list__img {
  margin: 0 0 5.3rem 0.8rem;
}
.p-step__list__img--03 {
  margin-bottom: 3.4rem;
}
.p-step__list__info {
  margin: 0 1.8rem;
  font-size: 1.6rem;
  color: var(--gray-black);
  letter-spacing: 0.07em;
  line-height: 2;
}
.p-step__list__info__ttl {
  margin-bottom: 0.7rem;
  padding: 1.2rem;
  border-top: 0.1rem solid var(--gray-black);
  border-bottom: 0.1rem solid var(--gray-black);
}
.p-step__bg {
  margin-top: -10.2rem;
  padding: 15.5rem 0 10rem;
  background: var(--treatment-blue);
}
.p-step__bg__content {
  width: 80rem;
}
.p-step__bg__txt {
  margin-bottom: 5rem;
  color: var(--gray-black);
  line-height: 2;
  letter-spacing: 0.07em;
  text-align: justify;
}
.p-step__bg__btn {
  text-align: center;
}
.p-step__fixed-img {
  margin-top: 0;
}
@media screen and (max-width: 768px) {
  .p-step {
    padding-top: 8.8rem;
    background-position: right top;
    background-size: 21rem auto;
  }
  .p-step__title {
    margin-bottom: 3.8rem;
    margin-left: 0;
  }
  .p-step__title__sub {
    padding-right: 0;
  }
  .p-step__title__sub:after {
    top: 9.6rem;
  }
  .p-step__title__en {
    line-height: 1.15;
  }
  .p-step__list {
    margin: 0 0 0 1.7rem;
    display: block;
  }
  .p-step__list:after {
    display: none;
  }
  .p-step__list__item {
    margin: 1.7rem 0 0;
    min-height: 55.6rem;
  }
  .p-step__list__img img {
    width: 17.2rem;
  }
  .p-step__bg {
    padding: 14.3rem 0 7.6rem;
  }
  .p-step__bg__content {
    padding: 0 3.2rem;
  }
  .p-step__bg__txt {
    margin-bottom: 4.5rem;
    letter-spacing: 0.06em;
  }
  .p-step__fixed-img {
    aspect-ratio: 390/300;
    background-image: url(../img/webp/fixed_img03_sp.webp);
  }
  .no-webp .p-step__fixed-img {
    background-image: url(../img/fixed_img03_sp.jpg);
  }
}

.p-facility {
  padding: 15rem 0 15rem;
}
.p-facility__title__sub {
  padding-right: 0;
}
.p-facility__list {
  margin-bottom: 3rem;
  min-height: 59rem;
  position: relative;
}
.p-facility__list-item {
  width: 50rem;
  margin: 0 12.8rem;
}
.p-facility__list-inner {
  transform: translateY(7.8rem);
  transition: all 0.5s;
}
.swiper-slide-active .p-facility__list-inner, .swiper-slide-duplicate-active .p-facility__list-inner {
  transform: translateY(0);
}
.p-facility__list__next {
  width: 2.6rem;
  height: 2.6rem;
  position: absolute;
  top: 22rem;
  right: calc(50% - 38.7rem);
  border-radius: 50%;
  font-size: 0;
  transform: translateY(-50%);
  background: url(../img/icon_arrow01.svg) no-repeat center center/100% 100%;
  cursor: pointer;
  transition: 0.3s;
}
.p-facility__list__next::before, .p-facility__list__next::after {
  display: none;
}
@media screen and (min-width: 769px) {
  .p-facility__list__next:hover {
    background-image: url(../img/icon_arrow01_on.svg);
  }
}
.p-facility__list__prev {
  width: 2.6rem;
  height: 2.6rem;
  position: absolute;
  top: 22.1rem;
  left: calc(50% - 40rem);
  border-radius: 50%;
  font-size: 0;
  transform: translateY(-50%) rotate(180deg);
  background: url(../img/icon_arrow01.svg) no-repeat center center/100% auto;
  cursor: pointer;
  transition: 0.3s;
}
.p-facility__list__prev::before, .p-facility__list__prev::after {
  display: none;
}
@media screen and (min-width: 769px) {
  .p-facility__list__prev:hover {
    background-image: url(../img/icon_arrow01_on.svg);
  }
}
.p-facility__photo {
  border-radius: 1rem 1rem 0 0;
  overflow: hidden;
}
.swiper-slide-active .p-facility__photo, .swiper-slide-duplicate-active .p-facility__photo {
  border-radius: 2rem 2rem 0 0;
}
.p-facility__photo-img {
  width: 100%;
}
.p-facility__textbox {
  box-sizing: border-box;
  padding: 2.2rem 2.5rem;
  background: var(--treatment-blue);
  border-radius: 0;
  transition: 0.3s;
}
.swiper-slide-active .p-facility__textbox, .swiper-slide-duplicate-active .p-facility__textbox {
  border-radius: 0 0 2rem 2rem;
  padding: 2.2rem 2.5rem 3.2rem;
}
.p-facility__ttl {
  margin-bottom: 2.5rem;
  text-align: center;
  color: var(--main);
  font-weight: 700;
  font-size: 2.4rem;
  line-height: 1.5;
  letter-spacing: 0.05em;
}
.p-facility__text {
  margin-bottom: 0.3rem;
  text-align: justify;
  font-size: 1.4rem;
  line-height: 2;
  letter-spacing: 0.06em;
}
.p-facility__inner {
  display: none;
  padding: 0.4rem 0 1.5rem;
}
.p-facility__btn {
  margin-bottom: 15.5rem;
  text-align: center;
}
.p-facility__sub {
  width: 80rem;
}
.p-facility__sub__ttl {
  margin-bottom: 2.5rem;
  text-align: center;
  color: var(--main-dark);
  font-size: 3rem;
  letter-spacing: 0.05em;
}
.p-facility__sub__txt {
  margin-bottom: 3rem;
  line-height: 2;
  letter-spacing: 0.06em;
}
.p-facility__sub__link a {
  display: block;
}
@media screen and (min-width: 769px) {
  .p-facility__sub__link a:hover {
    opacity: 0.6;
  }
}
.p-facility__sub__link a img {
  width: 100%;
}
@media screen and (max-width: 768px) {
  .p-facility {
    padding: 10.5rem 0 10.5rem;
  }
  .p-facility__title {
    margin-bottom: 4rem;
  }
  .p-facility__title__sub:after {
    left: calc(100% - 0.7rem);
  }
  .p-facility__list {
    margin: 0 0 4.2rem;
    min-height: inherit;
  }
  .p-facility__list-item {
    margin: 0;
    padding: 0 4rem;
    width: 100%;
    box-sizing: border-box;
  }
  .p-facility__list-inner {
    transform: scale(0.75);
  }
  .swiper-slide-active .p-facility__list-inner, .swiper-slide-duplicate-active .p-facility__list-inner {
    transform: scale(1);
  }
  .p-facility__list__next {
    width: 2.6rem;
    height: 2.6rem;
    top: 21.8rem;
    right: 0.6rem;
  }
  .p-facility__list__prev {
    width: 2.6rem;
    height: 2.6rem;
    top: 21.8rem;
    left: 0.6rem;
  }
  .p-facility__photo {
    overflow: hidden;
  }
  .p-facility__textbox {
    padding: 2rem 2.2rem !important;
  }
  .p-facility__ttl {
    margin-bottom: 1.5rem;
  }
  .p-facility__inner {
    padding: 0;
    display: block;
  }
  .p-facility__btn {
    margin-bottom: 10.7rem;
  }
  .p-facility__sub__ttl {
    margin-bottom: 1.2rem;
    font-size: 2.8rem;
  }
  .p-facility__sub__txt {
    margin-bottom: 1.3rem;
    text-align: justify;
  }
}

.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;
}/*# sourceMappingURL=style.css.map */


.l-page .flex .col-1 img{
    aspect-ratio: 2/1;
}
@media screen and (min-width: 769px) {
    .l-page .flex .col-1 img{
        aspect-ratio: 2/1;
    }
}
.l-page .flex .col-2 img{
    aspect-ratio: 7/4;
}
.l-page li img{
    aspect-ratio: 7/4;
}
@media screen and (min-width: 769px) {
    .l-page .flex .col-2 img{
        aspect-ratio: 7/4;
    }
    .l-page li img{
        aspect-ratio: 7/4;
    }
}

.top-banner img {
    margin: auto;
}

.top-banner {
    margin-bottom: 4rem;
}

.g2{
	text-align: center;
    font-size: 40px;
	padding-top: 30px;
	padding-bottom: 20px;
	color: crimson;
}

.g3{
	text-align: center;
	font-size: 25px;
}

.g4{
	text-align: center;
	font-size: 25px;
	padding-bottom: -10px;
}

@media screen and (max-width: 769px) {
   .g2{
	text-align: center;
    font-size: 6.9w;
	padding-top: 30px;
	padding-bottom: 20px;
	color: crimson;
}

.g3{
	text-align: center;
	font-size: 5.2vw;
}

.g4{
	text-align: center;
	font-size:5.2vw;
	padding-bottom: -10px;
}

}

.surgery_banner img{
     margin-top: 20px;
    border-radius: 30px;
}</pre></body></html>