@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Montserrat:wght@100;200;300;400;500;600;700;800;900&display=swap");

/*! destyle.css v1.0.14 | MIT License | https://github.com/nicolas-cusan/destyle.css */
* {
  box-sizing: border-box;
}

::before,
::after {
  box-sizing: inherit;
}

html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: transparent;
}

body {
  margin: 0;
}

main {
  display: block;
}

p,
table,
blockquote,
address,
pre,
iframe,
form,
figure,
dl {
  margin: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  line-height: inherit;
  font-weight: inherit;
  margin: 0;
}

ul,
ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

dt {
  font-weight: 700;
}

dd {
  margin-left: 0;
}

hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
  border: 0;
  border-top: 1px solid;
  margin: 0;
  clear: both;
  color: inherit;
}

pre {
  font-family: monospace, monospace;
  font-size: inherit;
}

address {
  font-style: inherit;
}

a {
  background-color: transparent;
  text-decoration: none;
  color: inherit;
}

abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  text-decoration: underline dotted;
}

b,
strong {
  font-weight: bolder;
}

code,
kbd,
samp {
  font-family: monospace, monospace;
  font-size: inherit;
}

small {
  font-size: 80%;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

img {
  border-style: none;
  vertical-align: bottom;
}

embed,
object,
iframe {
  border: 0;
  vertical-align: bottom;
}

button,
input,
optgroup,
select,
textarea {
  -webkit-appearance: none;
  appearance: none;
  vertical-align: middle;
  color: inherit;
  font: inherit;
  border: 0;
  background: transparent;
  padding: 0;
  margin: 0;
  outline: 0;
  border-radius: 0;
  text-align: inherit;
}

[type=checkbox] {
  -webkit-appearance: checkbox;
  appearance: checkbox;
}

[type=radio] {
  -webkit-appearance: radio;
  appearance: radio;
}

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

button,
[type=button],
[type=reset],
[type=submit] {
  cursor: pointer;
  -webkit-appearance: none;
  appearance: none;
}

button[disabled],
[type=button][disabled],
[type=reset][disabled],
[type=submit][disabled] {
  cursor: default;
}

button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

select::-ms-expand {
  display: none;
}

option {
  padding: 0;
}

fieldset {
  margin: 0;
  padding: 0;
  border: 0;
  min-width: 0;
}

legend {
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}

progress {
  vertical-align: baseline;
}

textarea {
  overflow: auto;
}

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

[type=search] {
  outline-offset: -2px;
}

[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

label[for] {
  cursor: pointer;
}

details {
  display: block;
}

summary {
  display: list-item;
}

[contenteditable] {
  outline: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

caption {
  text-align: left;
}

td,
th {
  vertical-align: top;
  padding: 0;
}

th {
  text-align: left;
  font-weight: 700;
}

template {
  display: none;
}

[hidden] {
  display: none;
}

:root {
  --base-font: "hiragino-kaku-gothic-pron", sans-serif;
  --en-font: "Montserrat", sans-serif;
  --base-color: #262626;
  --main: #61BEB0;
  --main-light: #EDF0F5;
  --main-dark: #61BEAD;
  --sub: #CFEFEC;
  --sub-light: #E7F7F6;
  --sub-dark: #61BEAD;
  --gray: #D7D7D7;
  --gray-light: #F8F7F6;
  --gray-dark: #717171;
  --gray-black: #262626;
  --brown1: #4D3D31;
  --brown2: #7A6A56;
  --brown3: #7A6A56;
  --white: #FFFFFF;
  --black: #000000;
  --link: #2DABF1;
  --error: #F25F5F;
  --variation1: #EF8BB6;
  --variation2: #F1CB91;
  --variation3: #D6F19B;
}

html {
  font-size: 62.5%;
}
/*

20250317
*/
.red{
	color: red;
}

@media screen and (max-width: 768px) {
  html {
    font-size: 2.56vw;
  }
}

body {
  min-width: 1280px;
  font-family: var(--base-font);
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: var(--base-color);
  font-size: 1.6rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.8;
  letter-spacing: 0.1em;
}

@media screen and (max-width: 768px) {
  body {
    min-width: inherit;
    font-size: 1.5rem;
    -webkit-text-size-adjust: 100%;
  }
}

body.is-fixed {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
}

img {
  max-width: 100%;
  height: auto;
}

@media screen and (min-width: 769px) {
  a[href*="tel:"] {
    pointer-events: none;
    cursor: default;
    text-decoration: none;
  }
}

@media screen and (max-width: 768px) {
  .pc {
    display: none !important;
  }
}

@media screen and (min-width: 769px) {
  .sp {
    display: none !important;
  }
}

.l-bread {
  width: 100%;
  max-width: 124rem;
  margin: 0 auto;
  padding: 2rem;
}

.l-bread a {
  color: var(--brown2);
  transition: 0.7s;
}

.l-bread a:hover {
  opacity: 0.5;
}

.l-pageheader {
  width: 100%;
  margin-top: 11rem;
}

@media screen and (max-width: 768px) {
  .l-pageheader {
    margin-top: 8.5rem;
  }
}

.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: 400;
  position: relative;
  padding-bottom: 2rem;
}

.l-pagetitle h1::after {
  content: "";
  position: absolute;
  bottom: 0;
  display: inline-block;
  width: 7rem;
  height: 0.1rem;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  background-color: var(--main-dark);
}

.l-pagetitle img {
  width: 100%;
  max-width: 124rem;
  aspect-ratio: 2/1;
  object-fit: cover;
  margin-top: 8rem;
}

@media screen and (max-width: 768px) {
  .l-pagetitle img {
    margin-top: 4rem;
  }
}

.l-pagetitle.default {
  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;
  padding-bottom: 12rem;
}

.l-page section .inner>*+* {
  margin-top: 4rem;
}

.l-page strong {
  font-weight: 600;
}

.l-page .left {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  gap: 0 1.6rem;
  text-align: left;
}

.l-page .center {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 0 1.6rem;
  text-align: center;
}

.l-page .right {
  display: flex;
  justify-content: flex-end;
  flex-wrap: wrap;
  gap: 0 1.6rem;
  text-align: right;
}

.l-page small {
  font-size: 1.3rem;
  line-height: 1.7;
  display: inline-block;
}

.l-page img {
  max-width: 90rem;
  width: 100%;
  height: auto;
  aspect-ratio: 3/2;
  object-fit: cover;
}

.l-page section.p-treatments-menu img {
  object-fit: contain;
  width: auto;
  max-width: 30rem;
}

.l-page img.no-trim {
  aspect-ratio: auto !important;
}

.l-page .flex {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  gap: 4rem 5rem;
}

@media screen and (max-width: 768px) {
  .l-page .flex {
    gap: 1.6rem;
  }
}

.l-page .flex .col-1 {
  width: 100%;
}

.l-page .flex .col-1>*+* {
  margin-top: 2rem;
}

@media screen and (max-width: 768px) {
  .l-page .flex .col-1>*+* {
    margin-top: 1.6rem;
  }
}

.l-page .flex .col-1 img {
  aspect-ratio: 2/1;
}

@media screen and (max-width: 768px) {
  .l-page .flex .col-1 img {
    aspect-ratio: 3/2;
  }
}

.l-page .flex .col-2 {
  width: calc((100% - 5rem) / 2);
}

.l-page .flex .col-2>*+* {
  margin-top: 2rem;
}

@media screen and (max-width: 768px) {
  .l-page .flex .col-2>*+* {
    margin-top: 1.6rem;
  }
}

@media screen and (max-width: 768px) {
  .l-page .flex .col-2 {
    width: 100%;
  }
}

.l-page .flex .col-3 {
  width: calc((100% - 10rem) / 3);
}

.l-page .flex .col-3>*+* {
  margin-top: 2rem;
}

@media screen and (max-width: 768px) {
  .l-page .flex .col-3>*+* {
    margin-top: 1.6rem;
  }
}

@media screen and (max-width: 768px) {
  .l-page .flex .col-3 {
    width: 100%;
  }
}

.l-page .flex.rev {
  flex-direction: row-reverse;
}

.l-page section.default+section.default {
  margin-top: -8rem;
}

.l-page section.default .inner {
  width: 100%;
  max-width: 98rem;
  margin: 0 auto;
  font-size: 1.6rem;
  padding: 8rem 4rem;
}

@media screen and (max-width: 768px) {
  .l-page section.default .inner {
    padding: 6rem 2rem;
  }
}

.l-page section.default h1 {
  color: var(--main);
  text-align: center;
  font-size: 3.6rem;
  font-weight: 400;
  margin-bottom: 8rem;
}

.l-page section.default h1 span {
  color: var(--main-dark);
  display: block;
  font-size: 2rem;
  font-weight: 600;
  line-height: 6rem;
  position: relative;
}

.l-page section.default h1 span::after {
  content: "";
  position: absolute;
  bottom: 0;
  display: inline-block;
  width: 7rem;
  height: 0.1rem;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  background-color: var(--main-dark);
}

.l-page section.default h2 {
  background: var(--main-dark);
  color: var(--white);
  text-align: center;
  font-size: 3rem;
  font-weight: 400;
  line-height: 1.6;
  padding: 1rem 2rem;
}

@media screen and (max-width: 768px) {
  .l-page section.default h2 {
    font-size: 2.4rem;
  }
}

.l-page section.default h2+p,
.l-page section.default h2+h3,
.l-page section.default h2+h4,
.l-page section.default h2+h5,
.l-page section.default h2+h6,
.l-page section.default h2+ol,
.l-page section.default h2+ul,
.l-page section.default h2+table,
.l-page section.default h2+.profile {
  margin-top: 4rem !important;
}

.l-page section.default h3 {
  color: var(--main);
  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(--sub-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(--brown2);
  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(--brown2);
  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;
}

.l-page section.default table th.gray-s{
  background: #f8f7f64a;
}

@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(--brown2);
  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);
}

.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(--sub-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);
}

.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);
}

.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);
}

.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-container {
  width: 100%;
  max-width: 94rem;
  margin: 0 auto 15rem;
  padding: 0 2rem;
}

.l-404 {
  width: 100%;
  max-width: 124rem;
  margin: 0 auto;
  padding: 10rem 2rem;
  text-align: center;
}

.l-404__title {
  font-size: 3.6rem;
  font-weight: 600;
}

.l-blog {
  width: 100%;
  max-width: 124rem;
  margin: 0 auto;
  padding: 10rem 2rem;
  display: flex;
  flex-wrap: wrap;
  gap: 0 4rem;
}

.l-blogMain {
  width: calc(75% - 2rem);
}

.l-blogAside {
  width: calc(25% - 2rem);
}

.l-blogCards {
  display: flex;
  flex-wrap: wrap;
  gap: 6rem 4rem;
}

.l-blogCard {
  width: calc((100% - 4rem) / 2);
}

.l-blogCard__link {
  transition: all 0.7s;
  display: block;
}

.l-blogCard__link:hover {
  transform: translateY(-0.4rem);
}

.l-blogCard__thumb {
  margin-bottom: 1rem;
  position: relative;
}

.l-blogCard__thumb img {
  width: 100%;
  object-fit: cover;
  aspect-ratio: 3/2;
}

.l-blogCard__thumb span {
  position: absolute;
  top: 0;
  left: 0;
  background: var(--main);
  color: var(--white);
  padding: 0 1rem;
  font-size: 1.3rem;
}

.l-blogCard__date {
  font-size: 1.3rem;
  font-weight: 600;
  margin-bottom: 1rem;
  color: var(--gray-dark);
}

.l-blogCard__date i {
  margin-right: 0.5em;
}

.l-blogCard__title {
  font-size: 1.8rem;
  font-weight: 600;
  margin-bottom: 1rem;
  line-height: 1.4;
}

.l-blogCard__tag {
  margin-top: 1rem;
  display: flex;
  flex-wrap: wrap;
  font-size: 1.3rem;
  font-weight: 600;
  color: var(--gray-dark);
  border-top: 0.1rem solid var(--gray);
  border-bottom: 0.1rem solid var(--gray);
  padding: 1rem 0;
}

.l-blogCard__tag li {
  margin-right: 1rem;
}

#container {
  position: relative;
  overflow-x: hidden;
}

.l-content {
  margin: 0 auto;
  width: 100rem;
}

@media screen and (max-width: 768px) {
  .l-content {
    width: auto;
  }
}

.no-webp .l-header__menu__inner {
  background: url(../img/menu_bg.png) no-repeat right 5.5rem bottom 12.5rem/50.3rem;
}

.l-header {
  min-width: inherit;
  width: 100vw;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999;
  background-color: #fff;
}

@media screen and (max-width: 768px) {
  .l-header {
    width: 100%;
    height: 8.5rem;
  }
}

.l-header.is-active {
  position: fixed;
}

.l-header.is-active .l-header__inner {
  background-color: #F8F7F6;
}

.l-header__inner {
  padding: 2.5rem 5.6rem 2.8rem 5.4rem;
  min-width: inherit;
  display: flex;
  justify-content: space-between;
  position: relative;
  z-index: 99;
  background-color: #fff;
  transition: 0.3s ease;
}

@media screen and (max-width: 768px) {
  .l-header__inner {
    padding: 1.6rem 1.3rem 1.1rem 1.7rem;
  }
}

@media screen and (max-width: 768px) {
  .l-header__logo {
    width: 23.8rem;
    height: 5.7rem;
    flex-shrink: 0;
  }
}

.l-header__navi {
  margin-top: 0.5rem;
  margin: 0.5rem 7rem 0 0;
  display: flex;
  align-items: center;
}

@media screen and (max-width: 768px) {
  .l-header__navi {
    margin-top: 0;
  }
}

.l-header__navi__tel {
  margin-right: 3.2rem;
}

@media screen and (max-width: 768px) {
  .l-header__navi__tel {
    display: none;
  }
}

.l-header__navi__tel__link {
  padding-left: 5rem;
  display: block;
  position: relative;
  color: var(--brown-2, #7A6A56);
  font-family: var(--en-font);
  font-size: 2.6rem;
  font-weight: 700;
  line-height: 1.8461538462;
  letter-spacing: 0.08em;
}

.l-header__navi__tel__link::before {
  width: 3.6rem;
  height: 3.6rem;
  position: absolute;
  top: 0.5rem;
  left: 0;
  background: url(../img/tel.svg) no-repeat center/100%;
  content: "";
}

.l-header__navi__contact {
  margin-right: 2.8rem;
}

@media screen and (max-width: 768px) {
  .l-header__navi__contact {
    display: none;
  }
}

.l-header__navi__ins {
  margin-right: 2.5rem;
}

.l-header__navi__ins__link {
  display: block;
  transition: 0.3s ease;
}

@media screen and (min-width: 769px) {
  .l-header__navi__ins__link:hover {
    opacity: 0.6;
  }
}

@media screen and (max-width: 768px) {
  .l-header__navi__ins {
    display: none;
  }
}

.l-header__navi__menu {
  width: 7rem;
  height: 7rem;
  display: flex;
  top: 3rem;
  right: 5.6rem;
  align-items: center;
  justify-content: center;
  position: fixed;
  gap: 1rem;
  flex-shrink: 0;
  border-radius: 50%;
  background-color: var(--sub-dark);
  cursor: pointer;
  transition: 0.3s ease;
}

@media screen and (min-width: 769px) {
  .l-header__navi__menu:hover {
    opacity: 0.6;
  }
}

@media screen and (max-width: 768px) {
  .l-header__navi__menu {
    width: 5.3rem;
    height: 5.3rem;
    top: 1.8rem;
    right: 1.3rem;
  }
}

.l-header__navi__menu__line-box {
  width: 2.4rem;
  height: 1.4rem;
  position: relative;
}

@media screen and (max-width: 768px) {
  .l-header__navi__menu__line-box {
    width: 1.8rem;
    height: 1.3rem;
  }
}

.l-header__navi__menu__line {
  width: 100%;
  height: 0.2rem;
  position: absolute;
  top: 0;
  left: 0;
  background-color: var(--white);
  transition: 0.3s ease;
}

.l-header__navi__menu__line_second {
  margin-top: 0.7rem;
}

@media screen and (max-width: 768px) {
  .l-header__navi__menu__line_second {
    margin-top: 0.5rem;
  }
}

.l-header__navi__menu__line_third {
  margin-top: 1.4rem;
}

@media screen and (max-width: 768px) {
  .l-header__navi__menu__line_third {
    margin-top: 1rem;
  }
}

.l-header__navi__menu.is-active .l-header__navi__menu__line_first {
  margin-top: 0.7rem;
  transform: rotate(45deg);
}

@media screen and (max-width: 768px) {
  .l-header__navi__menu.is-active .l-header__navi__menu__line_first {
    margin-top: 0.5rem;
  }
}

.l-header__navi__menu.is-active .l-header__navi__menu__line_second {
  opacity: 0;
}

.l-header__navi__menu.is-active .l-header__navi__menu__line_third {
  margin-top: 0.7rem;
  transform: rotate(-45deg);
}

@media screen and (max-width: 768px) {
  .l-header__navi__menu.is-active .l-header__navi__menu__line_third {
    margin-top: 0.5rem;
  }
}

@media all and (max-width: 1280px) and (min-width: 769px) {
  .l-header__inner {
    padding: 1.953125vw 4.375vw 2.1875vw 4.21875vw;
  }

  .l-header__logo {
    width: 23.828125vw;
  }

  .l-header__navi {
    margin: 0.390625vw 5.46875vw 0 0;
  }

  .l-header__navi__tel {
    margin-right: 2.5vw;
  }

  .l-header__navi__tel__link {
    padding-left: 3.90625vw;
    font-size: 2.03125vw;
  }

  .l-header__navi__tel__link::before {
    width: 2.8125vw;
    height: 2.8125vw;
    top: 0.390625vw;
  }

  .l-header__navi__contact {
    margin-right: 2.1875vw;
  }

  .l-header__navi__contact__link {
    width: 19.84375vw !important;
  }

  .l-header__navi__contact__link__txt {
    font-size: 1.25vw;
    padding-right: 2.578125;
  }

  .l-header__navi__contact__link__txt::after {
    width: 2.03125vw;
    height: 2.03125vw;
  }

  .l-header__navi__ins {
    width: 3.125vw;
    margin-right: 1.953125vw;
  }

  .l-header__navi__menu {
    width: 5.46875vw;
    height: 5.46875vw;
    right: 3vw;
  }
}

@media all and (max-width: 1000px) and (min-width: 769px) {
  .l-header__logo {
    display: flex;
    align-items: center;
  }

  .l-header__navi__contact__link {
    font-size: 1.3rem;
  }

  .l-header__navi__ins {
    width: 3.2rem;
    height: 3.2rem;
  }

  .l-header__navi__tel__link {
    padding-left: 4rem;
    font-size: 2rem;
  }

  .l-header__navi__tel__link::before {
    width: 2.8rem;
    height: 2.8rem;
  }

  .l-header__navi__menu {
    top: 2.7rem;
  }
}

.l-header__menu {
  display: none;
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  overflow: auto;
  background-color: #fff;
}

@media screen and (max-width: 768px) {
  .l-header__menu {
    top: 8.5rem;
    height: calc(100% - 8.5rem);
  }
}

.l-header__menu__inner {
  padding: 25.8rem 2rem 6rem;
  position: relative;
  background: url(../img/webp/menu_bg.webp) no-repeat right 5.5rem bottom 12.5rem/50.3rem;
}

@media screen and (min-width: 769px) {
  .l-header__menu__inner {
    height: 100%;
    min-height: 610px;
  }
}

@media screen and (max-width: 768px) {
  .l-header__menu__inner {
    padding: 0.1rem 2rem 10.2rem;
    background-size: 29rem;
    background-position: right -2.6rem bottom 38rem;
  }
}

.l-header__menu__wrap {
  margin: 0 auto;
  max-width: 100rem;
  display: flex;
  gap: 0 9.3rem;
}

@media screen and (max-width: 768px) {
  .l-header__menu__wrap {
    margin-bottom: 24.5rem;
    flex-direction: column;
  }
}

.l-header__menu__nav {
  display: flex;
  flex-direction: column;
  gap: 2.5rem 0;
}

@media screen and (max-width: 768px) {
  .l-header__menu__nav {
    margin: 0 -2rem 6.8rem;
    gap: 0;
  }
}

@media screen and (max-width: 768px) {
  .l-header__menu__nav-item {
    height: 8rem;
    border-bottom: 1px solid #d6d6d6;
  }
}

.l-header__menu__nav-link {
  display: flex;
  align-items: center;
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1.7777777778;
  letter-spacing: 0.06em;
}

@media screen and (min-width: 769px) {
  .l-header__menu__nav-link {
    transition: 0.3s ease;
  }

  .l-header__menu__nav-link:hover {
    text-decoration: underline;
  }
}

@media screen and (max-width: 768px) {
  .l-header__menu__nav-link {
    padding: 0.6rem 2.7rem 0;
    height: 100%;
    font-size: 2rem;
    line-height: 1.6;
  }
}

.l-header__menu__nav-link__icon {
  margin-right: 0.7rem;
  width: 2.4rem;
  height: 2.4rem;
  display: flex;
}

@media screen and (max-width: 768px) {
  .l-header__menu__nav-link__icon {
    margin-top: 0;
  }
}

.l-header__menu__nav-inner-wrap {
  margin: 1.5rem 0 0 3.4rem;
  display: flex;
  gap: 0 3.9rem;
}

@media screen and (max-width: 768px) {
  .l-header__menu__nav-inner-wrap {
    margin: 2.6rem 0 0 6.1rem;
    gap: 0 3.4rem;
  }
}

.l-header__menu__nav-inner-list {
  display: flex;
  flex-direction: column;
  gap: 0.3rem 0;
}

.l-header__menu__nav-inner-list__item__link {
  display: block;
  font-size: 1.7rem;
  line-height: 2.5882352941;
  letter-spacing: 0.06em;
}

@media screen and (min-width: 769px) {
  .l-header__menu__nav-inner-list__item__link {
    transition: 0.3s ease;
  }

  .l-header__menu__nav-inner-list__item__link:hover {
    text-decoration: underline;
  }
}

@media screen and (max-width: 768px) {
  .l-header__menu__nav02-item {
    height: auto;
    border: none;
  }
}

.l-header__menu__sns-list {
  margin: 0 1.5rem 2.4rem;
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
}

@media screen and (min-width: 769px) {
  .l-header__menu__sns-list {
    display: none;
  }
}

.l-header__menu__sns-list__item__link {
  display: block;
  width: 5rem;
  height: 5rem;
}

.l-header__menu__sns-list__item__link__img {
  width: 100%;
}

.l-header__menu__address {
  margin: 0 1.5rem 4.5rem;
  font-size: 1.3rem;
  line-height: 2;
  letter-spacing: 0.06em;
}

@media screen and (min-width: 769px) {
  .l-header__menu__address {
    display: none;
  }
}

.l-header__menu__copyright {
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 5.1rem;
  font-size: 1.3rem;
  text-align: center;
  line-height: 1.7692307692;
  letter-spacing: 0;
}

@media screen and (min-width: 769px) {
  .l-header__menu__copyright__link:hover {
    opacity: 0.6;
  }
}

@media screen and (max-width: 768px) {
  .l-header__menu__copyright {
    position: static;
  }
}

.l-footer {
  padding: 6.5rem 3.7rem 4.6rem;
  position: relative;
  background: var(--sub-dark, #61BEAD) url(../img/f_img.svg) no-repeat right 5.3rem bottom 5.8rem/46.3rem;
  z-index: 1;
}

@media screen and (max-width: 768px) {
  .l-footer {
    margin-bottom: 6.4rem;
    padding: 6.5rem 3.7rem 3.9rem;
    background-image: none;
  }
}

.l-footer__wrap {
  margin-bottom: 16rem;
  display: flex;
  justify-content: space-between;
}

@media screen and (max-width: 768px) {
  .l-footer__wrap {
    margin-bottom: 3.7rem;
    display: block;
  }
}

.l-footer__navi {
  display: flex;
  gap: 0 8.3rem;
}

@media screen and (max-width: 768px) {
  .l-footer__navi {
    margin-bottom: 5.1rem;
    flex-direction: column;
    gap: 7.8rem;
  }
}

.l-footer__navi__link-list {
  display: flex;
  flex-direction: column;
  gap: 1.8rem;
}

.l-footer__navi__link-list__item {
  font-weight: 700;
  line-height: 2;
  letter-spacing: 0.06em;
}

.l-footer__navi__link-list__item__link {
  display: flex;
  align-items: center;
  font-size: 1.6rem;
  transition: 0.3s ease;
}

@media screen and (min-width: 769px) {
  .l-footer__navi__link-list__item__link:hover {
    text-decoration: underline;
  }
}

.l-footer__navi__link-list__item__icon {
  margin-right: 0.8rem;
  width: 2.4rem;
  height: 2.4rem;
  display: flex;
  filter: brightness(1000);
}

.l-footer__navi__link-inner-wrap {
  margin: 1.6rem 0 0 0.5rem;
  display: flex;
  gap: 0 4.7rem;
}

@media screen and (max-width: 768px) {
  .l-footer__navi__link-inner-wrap {
    margin: 2.6rem 0 0 0.5rem;
    gap: 0 4.6rem;
  }
}

.l-footer__navi__link-inner-list {
  display: flex;
  flex-direction: column;
  gap: 0.3rem 0;
}

@media screen and (max-width: 768px) {
  .l-footer__navi__link-inner-list {
    margin-bottom: -0.3rem;
    gap: 0;
  }
}

@media screen and (max-width: 768px) {
  .l-footer__navi__link-inner-list__item {
    margin-bottom: 1.1rem;
  }
}

.l-footer__navi__link-inner-list__item__link {
  display: block;
  font-weight: 400;
  line-height: 2;
  letter-spacing: 0.06em;
  font-size: 1.6rem;
  transition: 0.3s ease;
}

@media screen and (min-width: 769px) {
  .l-footer__navi__link-inner-list__item__link:hover {
    text-decoration: underline;
  }
}

.l-footer__company-info {
  margin: 0.8rem 6.5rem 0 0;
}

@media screen and (max-width: 768px) {
  .l-footer__company-info {
    margin: 0;
  }
}

.l-footer__company-info__sns-list {
  margin-bottom: 3rem;
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
}

@media screen and (max-width: 768px) {
  .l-footer__company-info__sns-list {
    margin-bottom: 3.2rem;
  }
}

.l-footer__company-info__sns-list__item__link {
  display: block;
}

@media screen and (min-width: 769px) {
  .l-footer__company-info__sns-list__item__link {
    transition: 0.3s ease;
  }

  .l-footer__company-info__sns-list__item__link:hover {
    opacity: 0.6;
  }
}

@media screen and (max-width: 768px) {
  .l-footer__company-info__sns-list__item__link {
    width: 5rem;
    height: 5rem;
  }

  .l-footer__company-info__sns-list__item__link__img {
    width: 100%;
  }
}

.l-footer__company-info__address {
  font-size: 1.3rem;
  line-height: 2;
  letter-spacing: 0.06em;
}

.l-footer__copyright {
  text-align: center;
  font-size: 1.3rem;
  font-weight: 400;
  letter-spacing: 0;
}

@media screen and (min-width: 769px) {
  .l-footer__copyright {
    color: var(--white, #FFF);
  }

  .l-footer__copyright__link:hover {
    opacity: 0.6;
  }
}

.c-calendar {
  width: 100%;
  border-collapse: collapse;
  font-weight: 600;
  color: var(--main-dark);
}

@media screen and (max-width: 768px) {
  .c-calendar {
    margin: 0 -1.1rem;
    width: calc(100% + 2.2rem);
  }
}

@media screen and (max-width: 768px) {
  .c-calendar {
    font-size: 1.2rem;
  }
}

.c-calendar th {
  background: #C9BC9C;
  color: var(--white);
  text-align: center;
  vertical-align: middle;
  width: 8.8%;
  padding: 0.5rem;
  font-size: 1.3rem;
  font-weight: 600;
  border-right: 1px solid var(--white);
}

@media screen and (max-width: 768px) {
  .c-calendar th {
    width: auto;
  }
}

.c-calendar th.head {
  width: 39.2%;
  padding: 0.8rem 1rem 0.9rem;
}

@media screen and (max-width: 768px) {
  .c-calendar th.head {
    width: 30.2%;
  }
}

.c-calendar th.foot {
  border-right: none;
}

.c-calendar td {
  background: var(--white);
  color: var(--brown2);
  font-size: 1.5rem;
  text-align: center;
  vertical-align: middle;
  letter-spacing: 0.04em;
  width: 8.8%;
  padding: 0.5rem;
  border-right: 1px solid var(--brown1);
}

@media screen and (max-width: 768px) {
  .c-calendar td {
    width: auto;
    font-size: 1.4rem;
  }
}

.c-calendar td.head {
  background: var(--white);
  width: 39.2%;
  padding: 0.7rem 1rem 0.6rem;
}

@media screen and (max-width: 768px) {
  .c-calendar td.head {
    width: auto;
    padding-left: 0;
    padding-right: 0;
    padding-bottom: 0.7rem;
  }
}

.c-calendar td.foot {
  border-right: none;
}

.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;
}

.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;
}

.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-btn01__link {
  width: 25.4rem;
  height: 6.1rem;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  font-size: 1.6rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  border: 1px solid var(--gray-black);
  box-sizing: border-box;
  border-radius: 1.2rem;
  background-color: var(--white);
  transition: 0.6s ease;
}

@media screen and (min-width: 769px) {
  .c-btn01__link:hover {
    background-color: #DFD7C4;
  }
}

.c-btn01__link_short {
  width: 18.3rem;
}

.c-btn01__link__txt {
  padding-right: 3.3rem;
  position: relative;
}

.c-btn01__link__txt::after {
  width: 2.6rem;
  height: 2.6rem;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  background: url(../img/icon_arrow01.svg) no-repeat center/100%;
  content: "";
}

.c-btn01_brown__link {
  width: 18.2rem;
  color: var(--white);
  border-color: var(--brown2);
  background-color: var(--brown2);
}

@media screen and (min-width: 769px) {
  .c-btn01_brown__link:hover {
    border-color: #C9BC9C;
    background-color: #C9BC9C;
  }
}

.c-btn01_brown__link__txt::after {
  background-image: url(../img/icon_arrow02.svg);
}

.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-headline01 {
  width: 0;
  height: 0;
  position: absolute;
  top: -6.6rem;
  right: -5rem;
  font-weight: 700;
  color: var(--sub);
  font-size: 10rem;
  letter-spacing: 0.1em;
  font-feature-settings: normal;
  transform: rotate(90deg);
  transform-origin: left top;
  font-family: var(--en-font);
}

@media screen and (max-width: 768px) {
  .c-headline01 {
    display: none;
  }
}

.c-headline01_left {
  left: 13rem;
  top: 16.4rem;
  right: auto;
  color: var(--sub-dark);
  opacity: 0.3;
}

.c-headline02 {
  margin: 0 0 2rem;
  display: flex;
  flex-direction: column;
  text-align: center;
}

@media screen and (max-width: 768px) {
  .c-headline02 {
    margin-bottom: 1.3rem;
  }
}

.c-headline02__icon {
  margin-bottom: 1.6rem;
}

@media screen and (max-width: 768px) {
  .c-headline02__icon {
    margin: 0 auto 2.3rem;
    width: 7rem;
    height: 7.4rem;
  }
}

.c-headline02__icon__img {
  transform: translateX(1rem);
}

@media screen and (max-width: 768px) {
  .c-headline02__icon__img {
    width: 100%;
  }
}

.c-headline02__txt {
  font-size: 3.4rem;
  font-weight: 700;
  line-height: 1.4117647059;
  letter-spacing: 0.08em;
}

@media screen and (max-width: 768px) {
  .c-headline02__txt {
    font-size: 3rem;
    line-height: 1.6;
  }
}

.c-headline02__txt_small {
  margin-bottom: 1.6rem;
  color: var(--brown2);
  font-size: 1.4rem;
  line-height: 2.1428571429;
  letter-spacing: 0.08em;
}

@media screen and (max-width: 768px) {
  .c-headline02__txt_small {
    margin-bottom: 0.9rem;
  }
}

.c-information {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

@media screen and (max-width: 768px) {
  .c-information {
    display: block;
  }
}

.c-information__title {
  margin-bottom: 5rem;
  width: 100%;
  color: var(--brown2);
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 1.375;
  letter-spacing: 0.05em;
  text-align: center;
}

@media screen and (max-width: 768px) {
  .c-information__title {
    margin-bottom: 2.8rem;
    font-size: 2rem;
  }
}

.c-information__calendar-wrap {
  width: 45rem;
}

@media screen and (max-width: 768px) {
  .c-information__calendar-wrap {
    margin-bottom: 4.9rem;
    width: auto;
  }
}

.c-information__calendar-wrap__top {
  margin-bottom: 3.1rem;
}

@media screen and (max-width: 768px) {
  .c-information__calendar-wrap__top {
    margin-bottom: 4.1rem;
  }
}

.c-information__calendar-wrap__top__txt {
  margin: 1.7rem 0 0.6rem;
  line-height: 1.875;
  letter-spacing: 0.06em;
}

@media screen and (max-width: 768px) {
  .c-information__calendar-wrap__top__txt {
    margin: 2.7rem 0 3rem;
    font-size: 1.5rem;
    font-weight: 400;
    line-height: 2;
  }
}

.c-information__calendar-wrap__top__contact {
  margin: 0 -1rem 2.1rem 0;
  color: var(--brown2);
  font-size: 1.8rem;
  font-weight: 700;
  letter-spacing: 0.05em;
}

@media screen and (max-width: 768px) {
  .c-information__calendar-wrap__top__contact {
    margin: 0 0 2.7rem 0;
    text-align: center;
  }
}

.c-information__calendar-wrap__top__contact__link {
  margin: 0 0 0 2.2rem;
  display: inline-block;
  font-size: 1.7rem;
  letter-spacing: 0.08em;
  font-family: var(--en-font);
}

@media screen and (max-width: 768px) {
  .c-information__calendar-wrap__top__contact__link {
    margin: 0.4rem 0 0 -1.4rem;
    display: block;
    font-size: 2.4rem;
    line-height: 2;
  }
}

.c-information__calendar-wrap__top__contact__link__icon {
  margin-right: 1.4rem;
  width: 2.5rem;
  height: 2.5rem;
  display: inline-block;
  vertical-align: 0.6rem;
}

@media screen and (max-width: 768px) {
  .c-information__calendar-wrap__top__contact__link__icon {
    margin-right: 1.9rem;
    width: 3.6458rem;
    height: 3.6458rem;
    flex-shrink: 0;
  }

  .c-information__calendar-wrap__top__contact__link__icon__img {
    width: 100%;
  }
}

@media screen and (max-width: 768px) {
  .c-information__calendar-wrap__top__btn {
    display: flex;
    justify-content: center;
  }
}

.c-information__map-wrap {
  width: 45.2rem;
}

@media screen and (max-width: 768px) {
  .c-information__map-wrap {
    width: auto;
  }
}

.c-information__map-wrap__photo {
  margin-bottom: 3.6rem;
}

@media screen and (max-width: 768px) {
  .c-information__map-wrap__photo {
    margin: 0 -2rem 3.4rem;
  }
}

.c-information__map-wrap__txt01 {
  margin-bottom: 1rem;
  font-size: 1.8rem;
  line-height: 1.7777777778;
  letter-spacing: 0.06em;
  font-weight: 700;
}

@media screen and (max-width: 768px) {
  .c-information__map-wrap__txt01 {
    margin-bottom: 1.3rem;
  }
}

.c-information__map-wrap__txt02 {
  margin-bottom: 6.6rem;
  line-height: 2;
  letter-spacing: 0.06em;
}

@media screen and (max-width: 768px) {
  .c-information__map-wrap__txt02 {
    margin-bottom: 3.2rem;
  }
}

.c-information__map-wrap__btn-wrap {
  display: flex;
  justify-content: space-between;
}

@media screen and (max-width: 768px) {
  .c-information__map-wrap__btn-wrap {
    display: block;
  }
}

@media screen and (max-width: 768px) {
  .c-information__map-wrap__btn-wrap__btn01 {
    margin-bottom: 4rem;
    display: flex;
    justify-content: center;
  }
}

.c-information__map-wrap__btn-wrap__btn01__link {
  width: 23.7rem;
}

@media screen and (max-width: 768px) {
  .c-information__map-wrap__btn-wrap__btn02 {
    display: flex;
    justify-content: center;
  }
}

.c-footer-information {
  margin: -8rem 0 0;
  padding: 11.2rem 0 12.8rem;
  position: relative;
  z-index: 1;
  background: url(../img/footer-bg.png) no-repeat center top / 100% auto;
}

@media screen and (min-width: 769px) {
  .c-footer-information {
    /*background-color: transparent;*/
  }
}

@media screen and (max-width: 768px) {
  .c-footer-information {
    padding: 4rem 0 9.4rem;
    margin-top: -3rem;
    background: url(../img/footer-bg-sp.png) center top / 100% auto;
  }
}

/*
.c-footer-information::before {
  width: 604.8398rem;
  height: 604.8398rem;
  position: absolute;
  top: -0.2rem;
  left: 50%;
  background-color: var(--sub-light);
  transform: translateX(-50%);
  border-radius: 50%;
  z-index: -1;
  content: "";
}

@media screen and (max-width: 768px) {
  .c-footer-information::before {
    top: -8.4rem;
    width: 156.0104rem;
    height: 156.0104rem;
  }
}
*/

.c-footer-information__logo {
  margin-bottom: 3.2rem;
  text-align: center;
}

@media screen and (max-width: 768px) {
  .c-footer-information__logo {
    margin: 0 auto 3.4rem;
    width: 18.6527rem;
    height: 20.7rem;
  }
}

.c-fixed-button {
  width: 100%;
  position: fixed;
  left: 0;
  bottom: 0;
  z-index: 999;
}

@media screen and (min-width: 769px) {
  .c-fixed-button {
    display: none;
  }
}

.c-fixed-button-list {
  display: flex;
}

.c-fixed-button-list__item {
  width: 50%;
  height: 6.6rem;
}

.c-fixed-button-list__item__link {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--white);
  font-size: 1.7rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  background-color: var(--sub-dark);
  border-top: 0.1rem solid #fff;
}

.c-fixed-button-list__item__link__txt {
  padding-left: 5.4rem;
  position: relative;
}

.c-fixed-button-list__item__link__txt::before {
  width: 3.2rem;
  height: 3.2rem;
  position: absolute;
  top: -0.5rem;
  left: 0;
  filter: brightness(1000);
  background: url(../img/tel.svg) no-repeat center/100%;
  content: "";
}

.c-fixed-button-list__item_tel__link__txt {
  padding-right: 1.8rem;
}

.c-fixed-button-list__item_web__link {
  font-size: 1.6rem;
  background-color: #679CCD;
}

.c-fixed-button-list__item_web__link__txt {
  padding-left: 3.5rem;
}

.c-fixed-button-list__item_web__link__txt::before {
  width: 2.8rem;
  height: 2.8rem;
  top: -0.2rem;
  background-image: url(../img/icon_calendar.svg);
}

.no-webp .p-policy__wrap__text__title::before {
  background: url(../img/policy_img.png) no-repeat center/100%;
}

.no-webp .fixed-img::before {
  background: url(../img/fixed_photo.png) no-repeat center/cover;
}

@media screen and (max-width: 768px) {
  .no-webp .fixed-img::before {
    background-image: url(../img/fixed_photo_sp.png);
  }
}

.p-content,
.p-content_large {
  margin: 0 auto;
  width: 80rem;
}

.p-content-menu {
  margin: 2rem auto 0;
  width: 80rem;
}

@media screen and (max-width: 768px) {
  .p-content-menu {
    padding: 3rem 2rem 0;
    width: auto;
  }

  .p-content,
  .p-content_large {
    padding: 0 2rem;
    width: auto;
  }
}

.p-content_large {
  width: 100rem;
}

@media screen and (max-width: 768px) {
  .p-content_large {
    width: auto;
  }
}

.p-mainvisual {
  padding: 12.8rem 0 6.5rem;
  position: relative;
  z-index: 3;
  background-color: var(--white);
}

@media screen and (max-width: 768px) {
  .p-mainvisual {
    padding: 8.5rem 0 4.9rem;
  }
}

.p-mainvisual__img {
  margin-right: 5.6rem;
}

@media screen and (min-width: 769px) {
  .p-mainvisual__img {
    border-radius: 0 2rem 2rem 0;
    overflow: hidden;
  }
}

@media screen and (max-width: 768px) {
  .p-mainvisual__img {
    margin-right: 0;
  }
}

.p-mainvisual__img-item {
  overflow: hidden;
}

@media screen and (min-width: 769px) {
  .p-mainvisual__img-item {
    height: calc(100vh - 27rem);
  }
}

@media screen and (max-width: 768px) {
  .p-mainvisual__img-item {
    aspect-ratio: 390/574;
  }
}

.p-mainvisual__img-item__photo {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center top;
}

.p-mainvisual__text-wrap {
  padding: 1.6rem 9.5rem 1.3rem 5.6rem;
  position: absolute;
  left: 0;
  bottom: 10.7rem;
  border: 0.4rem solid #F1CB91;
  border-left: none;
  border-radius: 0 20rem 20rem 0;
  background-color: #fff;
  z-index: 1;
}

/* @media screen and (max-width: 1200px) {
  p.p-mainvisual__text-title{
    font-size: 2rem;
    margin: 0 0 0.9rem;
    font-weight: 700;
    line-height: 1.3636363636;
    letter-spacing: 0.05em;
    text-align: left;
    font-feature-settings: normal;
  }
}

@media screen and (max-width: 1200px) {
  .p-mainvisual__text-title__small{
    font-size: 1.5rem;
  }
} */



@media screen and (max-width: 768px) {
  .p-mainvisual__text-wrap {
    width: calc(100% - 1.3rem);
    padding: 1.2rem 1.2rem 1rem 1.7rem;
    top: 44.4rem;
    bottom: auto;
  }
}

.p-mainvisual__text-title {
  margin: 0 0 0.9rem;
  font-size: 4rem;
  font-weight: 700;
  line-height: 1.3636363636;
  letter-spacing: 0.05em;
  text-align: left;
  font-feature-settings: normal;
}

@media screen and (max-width: 768px) {
  .p-mainvisual__text-title {
    margin: 0 0 0.5rem;
    font-size: 2.5rem;
  }
}

.p-mainvisual__text-title__small {
  margin: 0 0 0.2rem;
  display: block;
  font-size: 2.5rem;
  line-height: 1.3703703704;
  letter-spacing: 0.05em;
}

@media screen and (max-width: 768px) {
  .p-mainvisual__text-title__small {
    margin: 0 0 0.5rem;
    font-size: 1.5rem;
    line-height: 1.35;
  }
}

.p-mainvisual__text-txt {
  font-size: 1.3rem;
  line-height: 1.7692307692;
  letter-spacing: 0;
}

.p-mainvisual__text-list {
  display: flex;
  gap: 1.7rem;
  position: absolute;
  right: 17.6rem;
  bottom: 4.2rem;
  z-index: 1;
}

@media screen and (max-width: 768px) {
  .p-mainvisual__text-list {
    margin: 3.8rem 0 0;
    flex-wrap: wrap;
    justify-content: center;
    gap: 0.3rem 1.7rem;
    position: static;
  }
}

.p-mainvisual__text-item {
  width: 12.9rem;
  height: 12.9rem;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  text-align: center;
  border-radius: 50%;
  border: 0.3rem solid var(--brown2);
  background-color: var(--sub);
}

@media screen and (max-width: 768px) {
  .p-mainvisual__text-item01 {
    margin: 0 calc(100% - 29.8rem);
  }
}

.p-mainvisual__text-item__icon {
  margin-bottom: 0.7rem;
}

.p-mainvisual__text-item__txt {
  color: var(--brown1);
  font-weight: 700;
  font-size: 1.5rem;
  line-height: 1.4444444444;
  letter-spacing: 0.05em;
  font-feature-settings: normal;
}

.p-main-navi {
  padding-bottom: 8rem;
  background-color: var(--white);
  position: relative;
  z-index: 2;
}

@media screen and (max-width: 768px) {
  .p-main-navi {
    display: none;
  }
}

.p-main-navi-list {
  margin: 0 auto;
  display: flex;
  justify-content: center;
  gap: 1.6rem;
}

.p-main-navi-list__img {
  margin-right: 0.4rem;
  display: flex;
  width: 2.4rem;
  height: 2.4rem;
}

.p-main-navi-list__link {
  display: flex;
  align-items: center;
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 2;
  letter-spacing: 0.06em;
  font-feature-settings: normal;
}

@media screen and (min-width: 769px) {
  .p-main-navi-list__link {
    position: relative;
  }

  .p-main-navi-list__link::after {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 1px;
    transform-origin: right;
    transform: scaleX(0);
    transition: transform 0.8s cubic-bezier(0.45, 0.12, 0.04, 0.96);
    content: "";
    background-color: #262626;
  }

  .p-main-navi-list__link:hover::after {
    transform: scaleX(1);
    transform-origin: left;
  }
}

.p-news {
  padding-bottom: 29.4rem;
  position: relative;
  z-index: 2;
  background-color: var(--white);
}

@media screen and (max-width: 768px) {
  .p-news {
    padding-bottom: 27rem;
    z-index: 1;
  }
}

.p-news__wrap {
  display: flex;
  gap: 0.6rem;
  position: relative;
}

@media screen and (max-width: 768px) {
  .p-news__wrap {
    display: block;
  }
}

.p-news__date-list {
  width: 22.2rem;
  padding: 3.6rem 0.2rem 3.5rem 1rem;
  display: flex;
  align-items: center;
  flex-direction: column;
  box-sizing: border-box;
  border-radius: 1rem 0 0 1rem;
  background-color: rgba(241, 203, 145, 0.5);
}

.p-news__date-list__item {
  margin-bottom: 1.5rem;
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 2;
  letter-spacing: 0.1em;
  font-family: var(--en-font);
}

.p-news__date-list__item_last {
  margin-bottom: 0;
}

.p-news__title-list {
  padding: 3.6rem 12.2rem 3.5rem 4.8rem;
  flex: 1;
  box-sizing: border-box;
  border-radius: 0 1rem 1rem 0;
  background-color: rgba(214, 214, 214, 0.5);
}

.p-news__title-list__item {
  margin-bottom: 1.5rem;
  font-size: 1.6rem;
  line-height: 2;
  letter-spacing: 0.06em;
  font-feature-settings: normal;
}

.p-news__title-list__item_last {
  margin-bottom: 0;
}

@media screen and (min-width: 769px) {
  .p-news__title-list__item__link:hover {
    text-decoration: underline;
  }
}

@media screen and (max-width: 768px) {
  .p-news__list {
    border-radius: 1rem 1rem 0 0;
    overflow: hidden;
  }

  .p-news__list__item__link {
    display: block;
  }

  .p-news__list__item__date {
    padding: 1.7rem 0 0.9rem;
    text-align: center;
    font-family: var(--en-font);
    font-size: 1.6rem;
    font-weight: 700;
    line-height: 2;
    letter-spacing: 0.1em;
    display: block;
    background: rgba(241, 203, 145, 0.5);
  }

  .p-news__list__item__title {
    padding: 1.2rem 2.5rem 1rem;
    font-size: 1.6rem;
    font-weight: 400;
    line-height: 2;
    letter-spacing: 0.06em;
    display: block;
    background: rgba(214, 214, 214, 0.5);
  }

  .p-news__list__item__title_last {
    padding-bottom: 5.5rem;
  }
}

.p-news__link {
  position: absolute;
  right: 3.9rem;
  bottom: 3.8rem;
  display: flex;
  align-items: center;
  font-size: 1.6rem;
  letter-spacing: 0.06em;
  font-feature-settings: normal;
}

@media screen and (min-width: 769px) {
  .p-news__link:hover {
    text-decoration: underline;
  }
}

@media screen and (max-width: 768px) {
  .p-news__link {
    right: 0.8rem;
    bottom: -4.5rem;
  }
}

.p-news__link__txt {
  margin-right: 1.6rem;
}

@media screen and (max-width: 768px) {
  .p-news__link__txt {
    margin-right: 1rem;
  }
}

.p-information {
  margin: -9.5rem 0 20.2rem;
  position: relative;
  z-index: 2;
}

@media screen and (min-width: 769px) {
  .p-information {
    background-color: var(--white);
  }
}

@media screen and (max-width: 768px) {
  .p-information {
    margin: -12.7rem 0 0;
    padding-bottom: 8.8rem;
    background-color: var(--sub-light);
  }
}

.p-information::before {
  width: 604.8rem;
  height: 604.8rem;
  position: absolute;
  top: -8rem;
  left: 50%;
  transform: translateX(-50%);
  border-radius: 50%;
  background-color: var(--sub-light);
  z-index: -1;
  content: "";
}

@media screen and (max-width: 768px) {
  .p-information::before {
    width: 156.0104rem;
    height: 156.0104rem;
    top: -4.9rem;
  }
}

.p-information__txt {
  margin-bottom: 5.9rem;
  font-size: 1.6rem;
  line-height: 2;
  text-align: center;
  letter-spacing: 0.06em;
}

@media screen and (max-width: 768px) {
  .p-information__txt {
    margin-bottom: 5rem;
    font-size: 1.5rem;
    line-height: 2.2;
  }
}

.p-policy {
  margin-bottom: 18.2rem;
  position: relative;
  z-index: 2;
}

@media screen and (max-width: 768px) {
  .p-policy {
    margin-bottom: 0;
    padding: 2.8rem 0 12rem;
    background-color: var(--white);
  }
}

.p-policy__headline01 {
  top: 22.4rem;
}

.p-policy__headline02 {
  margin-bottom: 5rem;
}

@media screen and (max-width: 768px) {
  .p-policy__headline02 {
    margin-bottom: 1.2rem;
  }
}

.p-policy::before {
  width: 604.8rem;
  height: 604.8rem;
  position: absolute;
  top: -7.4rem;
  left: 50%;
  transform: translateX(-50%);
  border-radius: 50%;
  background-color: var(--white);
  z-index: -1;
  content: "";
}

@media screen and (max-width: 768px) {
  .p-policy::before {
    display: none;
  }
}

.p-policy__wrap {
  display: flex;
}

@media screen and (max-width: 768px) {
  .p-policy__wrap {
    display: block;
  }
}

.p-policy__wrap__photo {
  width: 50%;
}

@media screen and (min-width: 769px) {
  .p-policy__wrap__photo {
    border-radius: 0 10px 10px 0;
    overflow: hidden;
  }
}

.p-policy__wrap__photo__img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

@media screen and (max-width: 768px) {
  .p-policy__wrap__photo {
    width: 100%;
  }
}

.p-policy__wrap__text {
  margin: 2.8rem 0 0 5rem;
  max-width: 46rem;
  flex: 1;
  box-sizing: border-box;
}

@media screen and (max-width: 768px) {
  .p-policy__wrap__text {
    margin: 0;
    padding: 6.7rem 2rem 0;
    max-width: inherit;
  }
}

.p-policy__wrap__text__title {
  margin-bottom: 3.5rem;
  position: relative;
  font-size: 3.2rem;
  font-weight: 700;
  line-height: 1.75;
  color: var(--sub-dark);
}

@media screen and (max-width: 768px) {
  .p-policy__wrap__text__title {
    margin: 0 -2rem 2.4rem 0;
    font-size: 2.6rem;
    line-height: 1.6923076923;
    letter-spacing: 0.05em;
    z-index: 1;
  }
}

.p-policy__wrap__text__title::before {
  width: 23.4rem;
  height: 25.5rem;
  position: absolute;
  top: -11.5rem;
  right: -10.4rem;
  background: url(../img/webp/policy_img.webp) no-repeat center/100%;
  content: "";
}

@media screen and (max-width: 768px) {
  .p-policy__wrap__text__title::before {
    width: 17.5rem;
    top: -8.4rem;
    right: 1.8rem;
    z-index: -1;
  }
}

.p-policy__wrap__text__txt {
  margin-bottom: 5.6rem;
  line-height: 2;
  letter-spacing: 0.05em;
}

@media screen and (max-width: 768px) {
  .p-policy__wrap__text__txt {
    margin-bottom: 3rem;
    text-align: justify;
    font-size: 1.5rem;
    font-weight: 400;
    line-height: 2;
  }
}

@media screen and (max-width: 768px) {
  .p-policy__wrap__text__btn {
    display: flex;
    justify-content: center;
  }
}

.p-greeting {
  margin-bottom: 8.1rem;
  position: relative;
  z-index: 2;
}

@media screen and (max-width: 768px) {
  .p-greeting {
    margin-bottom: -0.5rem;
  }
}

.p-greeting::before {
  width: 604.8rem;
  height: 604.8rem;
  position: absolute;
  top: -7.4rem;
  left: 50%;
  transform: translateX(-50%);
  border-radius: 50%;
  background-color: var(--sub-light);
  z-index: -1;
  content: "";
}

@media screen and (max-width: 768px) {
  .p-greeting::before {
    width: 156.0104rem;
    height: 156.0104rem;
    top: -4.8rem;
  }
}

.p-greeting__headline01 {
  top: 21.7rem;
}

.p-greeting__headline02 {
  margin-bottom: -1.6rem;
}

@media screen and (max-width: 768px) {
  .p-greeting__headline02 {
    margin-bottom: 1rem;
  }
}

.p-greeting__wrap {
  display: flex;
}

@media screen and (max-width: 768px) {
  .p-greeting__wrap {
    flex-direction: column-reverse;
  }
}

.p-greeting__wrap__photo {
  width: calc(50% + 2.2rem);
}

@media screen and (max-width: 768px) {
  .p-greeting__wrap__photo {
    margin: 0 -2.8rem 1.3rem 0.8rem;
    width: auto;
  }

  .p-greeting__wrap__photo__img {
    width: 100%;
  }
}

.p-greeting__wrap__text {
  margin: 9rem 2.7rem 0 auto;
  max-width: 45rem;
  flex: 1;
}

@media screen and (max-width: 768px) {
  .p-greeting__wrap__text {
    margin: 0;
    padding: 0 2rem;
  }
}

.p-greeting__wrap__text__name {
  margin-bottom: 2.6rem;
  color: var(--brown2);
  font-size: 3.4rem;
  font-weight: 700;
  line-height: 1.3529411765;
  letter-spacing: 0.05em;
}

@media screen and (max-width: 768px) {
  .p-greeting__wrap__text__name {
    margin-bottom: 3.2rem;
    font-size: 2.8rem;
  }
}

.p-greeting__wrap__text__name__small {
  display: block;
  font-size: 1.5rem;
  line-height: 2;
  letter-spacing: 0.07em;
}

@media screen and (max-width: 768px) {
  .p-greeting__wrap__text__name__small {
    margin-bottom: 1rem;
    font-size: 1.8rem;
    line-height: 1.6666666667;
  }
}

.p-greeting__wrap__text__title {
  margin-bottom: 2.3rem;
  color: var(--sub-dark);
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 1.375;
  letter-spacing: 0.05em;
}

@media screen and (max-width: 768px) {
  .p-greeting__wrap__text__title {
    margin-bottom: 1.5rem;
  }
}

.p-greeting__wrap__text__txt {
  margin-bottom: 5.4rem;
  line-height: 2;
  letter-spacing: 0.05em;
}

@media screen and (max-width: 768px) {
  .p-greeting__wrap__text__txt {
    margin-bottom: 6.3rem;
  }
}

.p-features {
  padding: 9.5rem 0 1.1rem;
  position: relative;
  z-index: 2;
  overflow: hidden;
}

@media screen and (max-width: 768px) {
  .p-features {
    margin-bottom: -1.7rem;
  }
}

.p-features::before {
  width: 604.8rem;
  height: 604.8rem;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  border-radius: 50%;
  background-color: var(--white);
  z-index: -1;
  content: "";
}

@media screen and (max-width: 768px) {
  .p-features::before {
    top: 6rem;
    width: 156.0104rem;
    height: 156.0104rem;
  }
}

.p-features__headline01 {
  top: 36.2rem;
}

.p-features__headline02 {
  margin-bottom: 9.3rem;
}

@media screen and (max-width: 768px) {
  .p-features__headline02 {
    margin-bottom: 1.9rem;
  }
}

.p-features__list__item {
  margin-bottom: 5.6rem;
  padding: 6.4rem 0 4.7rem;
  min-height: 47.9rem;
  display: flex;
  align-items: center;
  position: relative;
}

@media screen and (max-width: 768px) {
  .p-features__list__item {
    margin: 0 -2rem;
    padding: 5.5rem 2rem;
    min-height: inherit;
    display: block;
    background-color: var(--white);
  }
}

.p-features__list__item::before {
  width: 999rem;
  height: 100%;
  position: absolute;
  top: 0;
  right: -15rem;
  border-radius: 0 30rem 30rem 0;
  background-color: var(--gray-light);
  z-index: -1;
  content: "";
}

@media screen and (max-width: 768px) {
  .p-features__list__item::before {
    display: none;
  }
}

.p-features__list__item__wrap {
  width: 100%;
  display: flex;
  justify-content: space-between;
}

@media screen and (max-width: 768px) {
  .p-features__list__item__photo {
    margin-bottom: 2.3rem;
    border-radius: 1rem;
    overflow: hidden;
  }

  .p-features__list__item__photo__img {
    width: 100%;
  }
}

.p-features__list__item__text {
  max-width: 45rem;
}

.p-features__list__item__text__title {
  margin-bottom: 1.7rem;
  display: flex;
  align-items: center;
  position: relative;
  color: var(--brown2);
  font-size: 2.2rem;
  font-weight: 600;
  line-height: 1.6363636364;
  letter-spacing: 0.05em;
}

@media screen and (max-width: 768px) {
  .p-features__list__item__text__title {
    margin-bottom: 2.7rem;
    font-size: 2rem;
    line-height: 1.8;
  }
}

.p-features__list__item__text__title::before {
  position: absolute;
  left: 4.4rem;
  right: 0;
  bottom: 0;
  border-bottom: 2px solid var(--brown2);
  content: "";
}

@media screen and (max-width: 768px) {
  .p-features__list__item__text__title::before {
    right: 0.7rem;
  }
}

.p-features__list__item__text__title__num {
  margin: 0 2.4rem 0 0;
  padding: 0.8rem 0 0;
  width: 9rem;
  height: 9rem;
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  flex-shrink: 0;
  color: var(--brown1);
  font-size: 3.6rem;
  font-weight: 700;
  font-family: var(--en-font);
  border: 0.3rem solid var(--brown2);
  box-sizing: border-box;
  border-radius: 50%;
  background-color: var(--sub);
}

@media screen and (max-width: 768px) {
  .p-features__list__item__text__title__num {
    margin-right: 1.3rem;
  }
}

.p-features__list__item__text__title__num__small {
  margin-bottom: -1.5rem;
  font-size: 1.3rem;
  line-height: 2;
  letter-spacing: 0.05em;
  text-align: center;
}

@media screen and (max-width: 768px) {
  .p-features__list__item__text__title__num__small {
    margin-bottom: -2rem;
  }
}

@media screen and (max-width: 768px) {
  .p-features__list__item__text__title__txt {
    margin-right: -2rem;
  }
}

.p-features__list__item__text__title__small {
  margin: 0.4rem 0 0;
  display: block;
  font-size: 1.8rem;
  line-height: 1.6363636364;
  letter-spacing: 0.05em;
}

@media screen and (max-width: 768px) {
  .p-features__list__item__text__title__small {
    font-size: 1.5rem;
    line-height: 2;
  }
}

.p-features__list__item__text__txt {
  margin-bottom: 4rem;
  line-height: 2;
  letter-spacing: 0.05em;
}

@media screen and (max-width: 768px) {
  .p-features__list__item__text__txt {
    margin-bottom: 3.5rem;
    line-height: 2.09;
  }
}

@media screen and (max-width: 768px) {
  .p-features__list__item__text__btn {
    display: flex;
    justify-content: center;
  }
}

.p-features__list__item__text__btn__link {
  width: 16.6rem;
}

@media screen and (min-width: 769px) {
  .p-features__list__item_right::before {
    left: -15rem;
    right: auto;
    border-radius: 30rem 0 0 30rem;
    background-color: #EDF0F5;
  }

  .p-features__list__item_right__wrap {
    flex-direction: row-reverse;
  }

  .p-features__list__item_right__text__title {
    margin-bottom: 1.6rem;
    flex-direction: row-reverse;
    justify-content: space-between;
  }

  .p-features__list__item_right__text__title::before {
    left: 0;
    right: 4.4rem;
  }

  .p-features__list__item_right__text__title__num {
    margin: 0 0 0 2.4rem;
  }

  .p-features__list__item_right__text__txt {
    margin-bottom: 3.5rem;
  }
}

@media screen and (max-width: 768px) {
  .p-features__list__item_right {
    margin: 0 -2rem;
    padding: 5.2rem 2rem 5.9rem;
    background-color: #EDF0F5;
  }
}

.p-treatments {
  padding: 8.4rem 0 0;
  position: relative;
  z-index: 2;
  background-color: var(--sub-light);
}

.p-treatments-menu {
  padding: 0 0 8.4rem;
  position: relative;
  z-index: 2;
  background-color: var(--white);
}

.p-treatments__headline01 {
  top: 45.2rem;
}

.p-treatments__headline-menu {
  top: 30.5rem;
}

.p-treatments__headline02 {
  margin-bottom: 2.9rem;
}

@media screen and (max-width: 768px) {
  .p-treatments__headline02 {
    margin-bottom: 2.6rem;
  }
}

.p-treatments__headline02__icon {
  margin-bottom: 2.4rem;
}

.p-treatments__txt {
  margin-bottom: 7.3rem;
  line-height: 2;
  letter-spacing: 0.05em;
}

@media screen and (max-width: 768px) {
  .p-treatments__txt {
    margin-bottom: 4.4rem;
  }
}

.p-treatments__link-list,
.p-treatments__link-list02 {
  display: flex;
  flex-wrap: wrap;
  gap: 0 5rem;
}

@media screen and (max-width: 768px) {

  .p-treatments__link-list,
  .p-treatments__link-list02 {
    margin-bottom: 3.2rem;
    flex-direction: column;
    align-items: center;
    gap: 2.3rem 0;
  }
}

.p-treatments__link-list__link {
  display: block;
}

.p-treatments__link-list__item,
.p-treatments__link-list02__item {
  margin-bottom: 5.1rem;
  width: 30rem;
  position: relative;
  border-radius: 1rem;
  background: var(--white);
  box-shadow: 0.3rem 0.3rem 0.5rem 0 rgba(0, 0, 0, 0.25);
  overflow: hidden;
}

@media screen and (max-width: 768px) {

  .p-treatments__link-list__item,
  .p-treatments__link-list02__item {
    margin: 0 auto;
  }
}

@media screen and (min-width: 769px) {
  .p-treatments__link-list__item__text {
    transition: 0.3s ease;
  }

  .p-treatments__link-list__item__text:hover {
    background-color: #F3FFF6;
  }
}

.p-treatments__link-list__item::before,
.p-treatments__link-list02__item::before {
  width: 1.2rem;
  height: 1.2rem;
  position: absolute;
  right: 1.2rem;
  bottom: 1.2rem;
  background: url(../img/icon_arrow03.svg) no-repeat center/100%;
  content: "";
}

@media screen and (max-width: 768px) {

  .p-treatments__link-list__item::before,
  .p-treatments__link-list02__item::before {
    right: 1rem;
    bottom: 0.9rem;
  }
}

@media screen and (max-width: 768px) {
  .p-treatments__link-list__item__photo__img {
    width: 100%;
  }
}

.p-treatments__link-list__item__text {
  padding: 1.2rem 2.1rem 2.5rem;
  background-color: var(--white);
}

@media screen and (max-width: 768px) {
  .p-treatments__link-list__item__text {
    padding-bottom: 1.8rem;
  }
}

.p-treatments__link-list__item__text__title {
  margin-bottom: 1rem;
  display: flex;
  align-items: center;
}

@media screen and (max-width: 768px) {
  .p-treatments__link-list__item__text__title {
    margin-bottom: 0.9rem;
  }
}

.p-treatments__link-list__item__text__title__icon {
  margin-right: 2.4rem;
}

.p-treatments__link-list__item__text__title__en {
  margin-bottom: -0.5rem;
  display: block;
  color: var(--mint, #55B3C2);
  font-family: var(--en-font);
  font-size: 1.8rem;
  font-style: normal;
  font-weight: 700;
  line-height: 1.7777777778;
  letter-spacing: 0.1em;
}

.p-treatments__link-list__item__text__title__jp {
  font-size: 2.3rem;
  font-weight: 700;
  letter-spacing: 0.05em;
}

.p-treatments__link-list__item__text__txt {
  margin: 0 0 0 0.9rem;
  text-align: justify;
  font-size: 1.6rem;
  line-height: 2;
  letter-spacing: 0.05em;
}

@media screen and (max-width: 768px) {
  .p-treatments__link-list__item__text__txt {
    margin: 0 0 0 0.4rem;
    line-height: 1.9;
  }
}

.p-treatments__link-list02 {
  margin-bottom: -1.5rem;
  gap: 3.8rem 5.2rem;
}

@media screen and (max-width: 768px) {
  .p-treatments__link-list02 {
    margin: 0 -0.5rem 0.1rem;
    flex-direction: row;
    align-items: stretch;
    justify-content: space-between;
    gap: 1.5rem 0;
  }
}

.p-treatments__link-list02__item {
  margin-bottom: 0;
  width: 21.1rem;
}

@media screen and (max-width: 768px) {
  .p-treatments__link-list02__item {
    margin: 0;
    width: 17.1rem;
  }
}

.p-treatments__link-list02__item__link {
  padding: 1.6rem 2.3rem 1.4rem;
  display: block;
  background-color: #fff;
}

@media screen and (min-width: 769px) {
  .p-treatments__link-list02__item__link {
    transition: 0.3s ease;
  }

  .p-treatments__link-list02__item__link:hover {
    background-color: #F3FFF6;
  }
}

@media screen and (max-width: 768px) {
  .p-treatments__link-list02__item__link {
    padding-bottom: 1.7rem;
  }
}

.p-treatments__link-list02__item__text__title {
  margin-bottom: 1.5rem;
  display: flex;
  flex-direction: column;
}

@media screen and (max-width: 768px) {
  .p-treatments__link-list02__item__text__title {
    margin: 0 -2rem 0.4rem;
  }
}

.p-treatments__link-list02__item__text__title__icon {
  margin-bottom: 1.3rem;
  text-align: center;
}

@media screen and (max-width: 768px) {
  .p-treatments__link-list02__item__text__title__icon {
    margin-bottom: 0.1rem;
  }
}

.p-treatments__link-list02__item__text__title__txt {
  text-align: center;
  font-size: 1.9rem;
  font-weight: 700;
  letter-spacing: 0.05em;
}

.p-treatments__link-list02__item__text__list {
  margin-right: -2rem;
}

@media screen and (max-width: 768px) {
  .p-treatments__link-list02__item__text__list {
    margin: 0 -2rem 0 -1.2rem;
  }
}

.p-treatments__link-list02__item__text__list__item {
  padding: 0 0 0 3rem;
  position: relative;
  font-size: 1.5rem;
  line-height: 2.4;
  letter-spacing: 0;
}

@media screen and (max-width: 768px) {
  .p-treatments__link-list02__item__text__list__item {
    font-size: 1.4rem;
    line-height: 1.9285714286;
  }
}

.p-treatments__link-list02__item__text__list__item::before {
  width: 2.4rem;
  height: 2rem;
  position: absolute;
  top: 0.7rem;
  left: 0;
  background: url(../img/icon_checkbox.svg) no-repeat center/100%;
  content: "";
}

@media screen and (max-width: 768px) {
  .p-treatments__link-list02__item__text__list__item::before {
    top: 0.3rem;
  }
}

.p-treatments__img {
  display: flex;
  border-radius: 1rem;
  box-shadow: 0.3rem 0.3rem 0.5rem 0 rgba(0, 0, 0, 0.25);
  transform: translateY(19.3rem);
  overflow: hidden;
}

.p-treatments__img:hover {
  box-shadow: 0.1rem 0.1rem 0.3rem 0 rgba(0, 0, 0, 0.25);
  transition: 0.1s ease;
}


@media screen and (max-width: 768px) {
  .p-treatments__img {
    display: block;
    transform: translateY(13.2rem);
  }
}

.p-treatments__img__photo {
  width: 40rem;
}

@media screen and (max-width: 768px) {
  .p-treatments__img__photo {
    width: auto;
    aspect-ratio: 350/214;
  }

  .p-treatments__img__photo__img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
}

.p-treatments__img__text {
  padding: 0 2rem 0 5.4rem;
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
  background-color: var(--white);
}

@media screen and (max-width: 768px) {
  .p-treatments__img__text {
    padding: 2rem 1rem 2.9rem;
  }
}

.p-treatments__img__text__title {
  padding: 0 0 2.2rem 3.4rem;
  position: relative;
  font-size: 2.4rem;
  font-weight: 700;
  letter-spacing: 0.05em;
}

@media screen and (max-width: 768px) {
  .p-treatments__img__text__title {
    padding: 0 0 1.3rem 4.4rem;
    line-height: 1.5;
  }
}

.p-treatments__img__text__title::before {
  width: 2.9rem;
  height: 2.9rem;
  position: absolute;
  top: 0.6rem;
  left: 0;
  background: url(../img/icon_bookmark.svg) no-repeat center/100%;
  content: "";
}

@media screen and (max-width: 768px) {
  .p-treatments__img__text__title::before {
    top: 0.2rem;
  }
}

.p-treatments__img__text__txt {
  margin-bottom: 2rem;
  color: var(--black, #000);
  font-size: 2rem;
  line-height: 2;
  letter-spacing: 0.05em;
}

@media screen and (max-width: 768px) {
  .p-treatments__img__text__txt {
    margin: 0 -1rem 0.9rem 0;
    font-size: 1.8rem;
    font-weight: 400;
    line-height: 1.8421052632;
  }
}

.p-treatments__img__text__txt_blue {
  color: var(--main, #679CCD);
  font-weight: 700;
  letter-spacing: 0;
}

.p-treatments__img__text__txt_small {
  color: var(--black, #000);
  font-size: 1.3rem;
  line-height: 1.7692307692;
  letter-spacing: 0.05em;
}

@media screen and (max-width: 768px) {
  .p-treatments__img__text__txt_small {
    font-size: 1.4rem;
    line-height: 1.8571428571;
  }
}

.fixed-img {
  position: relative;
  background: transparent;
}

.fixed-img::before {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  background: url(../img/webp/fixed_photo.webp) no-repeat center/cover;
  content: "";
}

@media screen and (max-width: 768px) {
  .fixed-img::before {
    background-image: url(../img/webp/fixed_photo_sp.webp);
  }
}

.p-equipment {
  margin-top: 35.7rem;
  margin-bottom: -25rem;
  padding: 7.9rem 0 35rem;
  position: relative;
  z-index: 1;
  overflow: hidden;
}

@media screen and (max-width: 768px) {
  .p-equipment {
    margin-top: 32.7rem;
    padding: 3.6rem 0 16rem;
  }
}

.p-equipment::before {
  width: 604.8rem;
  height: 604.8rem;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  border-radius: 50%;
  background-color: var(--gray-light);
  z-index: -1;
  content: "";
}

@media screen and (max-width: 768px) {
  .p-equipment::before {
    width: 156.0104rem;
    height: 156.0104rem;
  }
}

.p-equipment__headline02 {
  margin-bottom: 3.1rem;
}

@media screen and (max-width: 768px) {
  .p-equipment__headline02 {
    margin-bottom: 2rem;
  }
}

.p-equipment__headline02__icon {
  margin-bottom: 2.1rem;
}

.p-equipment__txt {
  margin-bottom: 4.4rem;
  line-height: 2;
  letter-spacing: 0.05em;
}

@media screen and (max-width: 768px) {
  .p-equipment__txt {
    margin-bottom: 5.2rem;
  }
}

.p-equipment__swiper {
  margin-bottom: 6.2rem;
}

@media screen and (min-width: 769px) {
  .p-equipment__swiper {
    height: 56rem;
  }
}

@media screen and (max-width: 768px) {
  .p-equipment__swiper {
    margin-bottom: 6.7rem;
  }
}

.p-equipment__swiper-slide {
  margin: 0 12.8rem;
  width: 50rem;
  overflow: hidden;
  border-radius: 1rem;
}

@media screen and (max-width: 768px) {
  .p-equipment__swiper-slide {
    margin: 0 4.5rem;
    width: calc(100% - 9rem);
  }

  .p-equipment__swiper-slide__photo__img {
    width: 100%;
  }
}

@media screen and (min-width: 769px) {
  .p-equipment__swiper-slide {
    transition: 0.5s;
  }

  .p-equipment__swiper-slide:not(.swiper-slide-active, .swiper-slide-duplicate-active) {
    margin: 7.7rem 12.8rem 0;
    transition: 1s;
  }

  .p-equipment__swiper-slide.swiper-slide-active .p-equipment__swiper-slide__text__inner,
  .p-equipment__swiper-slide.swiper-slide-duplicate-active .p-equipment__swiper-slide__text__inner {
    padding-bottom: 2.1rem;
    max-height: 19.8rem;
    transition: 1s;
  }
}

.p-equipment__swiper-slide__text {
  padding: 2.8rem 2.9rem 1.7rem;
  background-color: var(--white);
}

@media screen and (max-width: 768px) {
  .p-equipment__swiper-slide__text {
    padding: 2.5rem 2.2rem 4.1rem;
  }
}

@media screen and (min-width: 769px) {
  .p-equipment__swiper-slide__text__inner {
    padding: 0;
    max-height: 0;
    overflow: hidden;
    transition: 0.5s;
  }
}

.p-equipment__swiper-slide__text__title {
  margin-bottom: 2.1rem;
  color: var(--brown-2, #7A6A56);
  text-align: center;
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.05em;
}

@media screen and (max-width: 768px) {
  .p-equipment__swiper-slide__text__title {
    margin-bottom: 2.4rem;
    font-size: 2rem;
    line-height: 1.8;
  }
}

.p-equipment__swiper-slide__text__txt {
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 2;
  letter-spacing: 0.05em;
}

.p-equipment__swiper-control {
  position: relative;
  z-index: 99;
}

.p-equipment__swiper-button-prev,
.p-equipment__swiper-button-next {
  margin-top: 0;
  width: 2.5rem;
  height: 2.5rem;
  transition: 0.3s ease;
  top: 23.6rem;
  z-index: 99;
}

@media screen and (min-width: 769px) {

  .p-equipment__swiper-button-prev,
  .p-equipment__swiper-button-next {
    left: calc(50% - 40rem);
  }

  .p-equipment__swiper-button-prev:hover,
  .p-equipment__swiper-button-next:hover {
    opacity: 0.6;
  }
}

@media screen and (max-width: 768px) {

  .p-equipment__swiper-button-prev,
  .p-equipment__swiper-button-next {
    top: 17.7rem;
  }
}

.p-equipment__swiper-button-prev::after,
.p-equipment__swiper-button-next::after {
  display: none;
}

@media screen and (min-width: 769px) {
  .p-equipment__swiper-button-next {
    left: auto;
    right: calc(50% - 40rem);
  }
}

.p-equipment__btn {
  display: flex;
  justify-content: center;
}

.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;
}

.l-page section a:not([class]) {
  color: var(--main);
  transition: color 0.3s;
}

.l-page section a:not([class]):hover {
  color: #ff7043;
}

.l-page section a:not([class]):active {
  color: #26a69a;
}

/*# sourceMappingURL=style.css.map */

h4.c-information__title.tel_time01 {
	margin-bottom: 0;
    margin-top: 2rem;
}

p.tel_time02 {
	text-align: center;
}