@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans:wght@100;200;300;400;500;600;700;800;900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Noto+Serif+JP:wght@200;300;400;500;600;700;900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;500;700&display=swap");

/*! destyle.css v1.0.14 | MIT License | https://github.com/nicolas-cusan/destyle.css */
* {
  box-sizing: border-box;
}

::before,
::after {
  box-sizing: inherit;
}

html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: transparent;
}

body {
  margin: 0;
}

main {
  margin-bottom: 15rem;
  display: block;
}

@media screen and (max-width: 768px) {
  main {
    margin-bottom: 8.3rem;
  }
}

p,
table,
blockquote,
address,
pre,
iframe,
form,
figure,
dl {
  margin: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  line-height: inherit;
  font-weight: inherit;
  margin: 0;
}

ul,
ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

dt {
  font-weight: 700;
}

dd {
  margin-left: 0;
}

hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
  border: 0;
  border-top: 1px solid;
  margin: 0;
  clear: both;
  color: inherit;
}

pre {
  font-family: monospace, monospace;
  font-size: inherit;
}

address {
  font-style: inherit;
}

a {
  background-color: transparent;
  text-decoration: none;
  color: inherit;
}

abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  text-decoration: underline dotted;
}

b,
strong {
  font-weight: bolder;
}

code,
kbd,
samp {
  font-family: monospace, monospace;
  font-size: inherit;
}

small {
  font-size: 80%;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

img {
  border-style: none;
  vertical-align: bottom;
}

embed,
object,
iframe {
  border: 0;
  vertical-align: bottom;
}

button,
input,
optgroup,
select,
textarea {
  -webkit-appearance: none;
  appearance: none;
  vertical-align: middle;
  color: inherit;
  font: inherit;
  border: 0;
  background: transparent;
  padding: 0;
  margin: 0;
  outline: 0;
  border-radius: 0;
  text-align: inherit;
}

[type=checkbox] {
  -webkit-appearance: checkbox;
  appearance: checkbox;
}

[type=radio] {
  -webkit-appearance: radio;
  appearance: radio;
}

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

button,
[type=button],
[type=reset],
[type=submit] {
  cursor: pointer;
  -webkit-appearance: none;
  appearance: none;
}

button[disabled],
[type=button][disabled],
[type=reset][disabled],
[type=submit][disabled] {
  cursor: default;
}

button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

select::-ms-expand {
  display: none;
}

option {
  padding: 0;
}

fieldset {
  margin: 0;
  padding: 0;
  border: 0;
  min-width: 0;
}

legend {
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}

progress {
  vertical-align: baseline;
}

textarea {
  overflow: auto;
}

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

[type=search] {
  outline-offset: -2px;
}

[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

label[for] {
  cursor: pointer;
}

details {
  display: block;
}

summary {
  display: list-item;
}

[contenteditable] {
  outline: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

caption {
  text-align: left;
}

td,
th {
  vertical-align: top;
  padding: 0;
}

th {
  text-align: left;
  font-weight: 700;
}

template {
  display: none;
}

[hidden] {
  display: none;
}

:root {
  --base-font: "Noto Sans JP", sans-serif;
  --sub-font: "Hiragino Kaku Gothic Pro", Meiryo, "メイリオ", "ヒラギノ角ゴ Pro W3", sans-serif;
  --en-font: "Noto Sans", sans-serif;
  --base-color: #5A4A37;
  --main: #F6CA1C;
  --main-light: #F9F8F3;
  --sub: #F3EDDE;
  --sub-light: #F3FFF6;
  --sub-dark: #61BEAD;
  --gray: #D7D7D7;
  --gray-light: #F8F7F6;
  --gray-dark: #717171;
  --gray-black: #262626;
  --white: #FFFFFF;
  --black: #000000;
  --link: #2DABF1;
  --error: #F25F5F;
  --variation1: #6765D9;
  --variation2: #F1CB91;
  --variation3: #D6F19B;
}

html {
  font-size: 62.5%;
}

@media screen and (max-width: 768px) {
  html {
    font-size: 2.66vw;
  }
}

body {
  min-width: 123rem;
  font-family: var(--base-font);
  font-feature-settings: "palt";
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: var(--base-color);
  font-size: 1.6rem;
  font-style: normal;
  font-weight: 400;
  line-height: 2;
  letter-spacing: 0.06em;
  background-color: var(--white);
}

@media screen and (max-width: 768px) {
  body {
    min-width: inherit;
    font-size: 1.5rem;
    -webkit-text-size-adjust: 100%;
  }
}

@media screen and (min-width: 769px) {
  a[href*="tel:"] {
    pointer-events: none;
    cursor: default;
    text-decoration: none;
  }
}

.pc {
  display: block;
}

@media screen and (max-width: 768px) {
  .pc {
    display: none;
  }
}

.sp {
  display: none;
}

@media screen and (max-width: 768px) {
  .sp {
    display: block;
  }
}

a {
  transition: 0.3s;
}

.l-bread {
  width: 100%;
  max-width: 124rem;
  margin: 0 auto;
  padding: 2rem;
}

.l-bread a {
  color: var(--main);
  transition: 0.7s;
}

.l-bread a:hover {
  opacity: 0.5;
}

.l-pageheader {
  width: 100%;
}

.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;
}

.l-page section .inner>*+* {
  margin-top: 4rem;
}

.l-page strong {
  font-weight: 600;
}

.l-page .left {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  gap: 0 1.6rem;
  text-align: left;
}

.l-page .center {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 0 1.6rem;
  text-align: center;
}

.l-page .right {
  display: flex;
  justify-content: flex-end;
  flex-wrap: wrap;
  gap: 0 1.6rem;
  text-align: right;
}

.l-page small {
  font-size: 1.3rem;
  line-height: 1.7;
  display: inline-block;
}

.l-page img {
  max-width: 90rem;
  width: 100%;
  height: auto;
  aspect-ratio: 3/2;
  object-fit: cover;
}

.l-page img.no-trim {
  aspect-ratio: auto !important;
}

.l-page .flex {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  gap: 4rem 5rem;
}

@media screen and (max-width: 768px) {
  .l-page .flex {
    gap: 1.6rem;
  }
}

.l-page .flex .col-1 {
  width: 100%;
}

.l-page .flex .col-1>*+* {
  margin-top: 2rem;
}

@media screen and (max-width: 768px) {
  .l-page .flex .col-1>*+* {
    margin-top: 1.6rem;
  }
}

.l-page .flex .col-1 img {
  aspect-ratio: 2/1;
}

@media screen and (max-width: 768px) {
  .l-page .flex .col-1 img {
    aspect-ratio: 3/2;
  }
}

.l-page .flex .col-2 {
  width: calc((100% - 5rem) / 2);
}

.l-page .flex .col-2>*+* {
  margin-top: 2rem;
}

@media screen and (max-width: 768px) {
  .l-page .flex .col-2>*+* {
    margin-top: 1.6rem;
  }
}

@media screen and (max-width: 768px) {
  .l-page .flex .col-2 {
    width: 100%;
  }
}

.l-page .flex .col-3 {
  width: calc((100% - 10rem) / 3);
}

.l-page .flex .col-3>*+* {
  margin-top: 2rem;
}

@media screen and (max-width: 768px) {
  .l-page .flex .col-3>*+* {
    margin-top: 1.6rem;
  }
}

@media screen and (max-width: 768px) {
  .l-page .flex .col-3 {
    width: 100%;
  }
}

.l-page .flex.rev {
  flex-direction: row-reverse;
}

.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;
}
*/

.l-page section.default h2 {
  background: #F6CA1C;
  color: var(--base-color);
  text-align: center;
  font-size: 3rem;
  font-weight: 400;
  line-height: 1.6;
  padding: 1rem 2rem;
}

@media screen and (max-width: 768px) {
  .l-page section.default h2 {
    font-size: 2.4rem;
  }
}

.l-page section.default h2+p,
.l-page section.default h2+h3,
.l-page section.default h2+h4,
.l-page section.default h2+h5,
.l-page section.default h2+h6,
.l-page section.default h2+ol,
.l-page section.default h2+ul,
.l-page section.default h2+table,
.l-page section.default h2+.profile {
  margin-top: 4rem !important;
}

.l-page section.default h3 {
  color: var(--main-dark);
  font-size: 2.4rem;
  font-weight: 600;
  border-bottom: 0.1rem solid var(--main);
  line-height: 1.6;
  padding: 0 0 1rem 0;
  margin-top: 4rem !important;
}

@media screen and (max-width: 768px) {
  .l-page section.default h3 {
    font-size: 2rem;
  }
}

.l-page section.default h4 {
  background: var(--main-light);
  color: var(--main);
  font-size: 1.8rem;
  font-weight: 600;
  padding: 0.8rem 1.6rem;
}

@media screen and (max-width: 768px) {
  .l-page section.default h4 {
    font-size: 1.6rem;
  }
}

.l-page section.default h5 {
  color: var(--main);
  font-size: 1.6rem;
  font-weight: 600;
  margin-bottom: -0.8rem;
}

@media screen and (max-width: 768px) {
  .l-page section.default h5 {
    font-size: 1.4rem;
  }
}

.l-page section.default h5::before {
  content: "●";
  padding: 0 0.5em 0 0;
}

.l-page section.default h6 {
  color: var(--main);
  font-size: 1.3rem;
  font-weight: 600;
  margin-bottom: -1.6rem;
}

@media screen and (max-width: 768px) {
  .l-page section.default h6 {
    font-size: 1.2rem;
  }
}

.l-page section.default .flowTtl {
  font-size: 2rem;
  font-weight: 600;
  position: relative;
  padding-left: 4rem;
}

.l-page section.default .flowTtl span {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  width: 3rem;
  height: 3rem;
  line-height: 3rem;
  border-radius: 50%;
  background: var(--main);
  color: var(--white);
  display: inline-block;
  text-align: center;
  font-size: 1.3rem;
}

.l-page section.default ol.number {
  counter-reset: list;
  list-style-type: none;
  margin-bottom: 2.4rem;
}

.l-page section.default ol.number li {
  position: relative;
  margin: 0;
  padding: 0.9rem 0 0.9rem 6.6rem;
}

.l-page section.default ol.number li::before {
  counter-increment: list;
  content: counter(list);
  color: var(--main-dark);
  background: var(--main-light);
  font-size: 2rem;
  font-weight: 600;
  position: absolute;
  top: 0;
  left: 0;
  width: 5rem;
  height: 5rem;
  line-height: 5rem;
  text-align: center;
}

.l-page section.default ol.number li span {
  display: block;
  font-weight: 600;
}

.l-page section.default ol.number li+li {
  margin-top: 2.4rem;
}

.l-page section.default ol.flow {
  counter-reset: list;
}

.l-page section.default ol.flow li {
  display: flex;
  flex-wrap: wrap;
  gap: 4rem;
}

@media screen and (max-width: 768px) {
  .l-page section.default ol.flow li {
    flex-direction: column-reverse;
    gap: 2rem;
  }
}

.l-page section.default ol.flow li div {
  width: calc((100% - 4rem) / 2);
}

@media screen and (max-width: 768px) {
  .l-page section.default ol.flow li div {
    width: 100%;
  }
}

.l-page section.default ol.flow li div span {
  font-size: 2rem;
  font-weight: 600;
  position: relative;
  padding-left: 4rem;
  display: block;
  margin-bottom: 2rem;
}

.l-page section.default ol.flow li div span::before {
  counter-increment: list;
  content: counter(list);
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  width: 3rem;
  height: 3rem;
  line-height: 3rem;
  border-radius: 50%;
  background: var(--main);
  color: var(--white);
  display: inline-block;
  text-align: center;
  font-size: 1.3rem;
}

.l-page section.default ol.flow li div p+p {
  margin-top: 2rem;
}

.l-page section.default ol.flow li:not(:nth-child(1)),
.l-page section.default ol.flow li:not(:nth-child(2)) {
  margin-top: 4rem;
}

.l-page section.default ul.flow li {
  display: flex;
  flex-wrap: wrap;
  gap: 4rem;
}

@media screen and (max-width: 768px) {
  .l-page section.default ul.flow li {
    flex-direction: column-reverse;
    gap: 2rem;
  }
}

.l-page section.default ul.flow li div {
  width: calc((100% - 4rem) / 2);
}

@media screen and (max-width: 768px) {
  .l-page section.default ul.flow li div {
    width: 100%;
  }
}

.l-page section.default ul.flow li div span {
  font-size: 2rem;
  font-weight: 600;
  position: relative;
  display: block;
  margin-bottom: 2rem;
}

.l-page section.default ul.flow li div p+p {
  margin-top: 2rem;
}

.l-page section.default ul.flow li:not(:nth-child(1)),
.l-page section.default ul.flow li:not(:nth-child(2)) {
  margin-top: 4rem;
}

.l-page section.default ul.circle {
  list-style-type: none;
  margin-bottom: 2.4rem;
}

.l-page section.default ul.circle li {
  position: relative;
  margin: 0;
  padding: 0 0 0 5rem;
}

.l-page section.default ul.circle li::before {
  content: "●";
  font-weight: 600;
  position: absolute;
  top: 0;
  left: 0;
  width: 5rem;
  text-align: center;
  color: var(--main-dark);
}

.l-page section.default ul.circle li span {
  display: block;
  font-weight: 600;
}

.l-page section.default ul.circle li+li {
  margin-top: 2.4rem;
}

.l-page section.default ul.check {
  list-style-type: none;
}

.l-page section.default ul.check li {
  position: relative;
  padding: 0 0 0 5rem;
}

.l-page section.default ul.check li::after {
  content: "";
  display: block;
  position: absolute;
  top: 0.5em;
  left: 1.5rem;
  width: 2rem;
  text-align: center;
  height: 1rem;
  border-left: 0.3rem solid var(--main-dark);
  border-bottom: 0.3rem solid var(--main-dark);
  transform: rotate(-45deg);
}

.l-page section.default ul.check li+li {
  margin-top: 2.4rem;
}

.l-page section.default dl {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  padding: 0;
  width: 100%;
  gap: 1.6rem;
}

.l-page section.default dl dt {
  width: 10rem;
  font-weight: 600;
}

.l-page section.default dl dd {
  width: calc(100% - 11.6rem);
}

.l-page section.default table {
  border-collapse: collapse;
  border-spacing: 0;
  width: 100%;
  border-top: 0.1rem solid var(--gray);
}

.l-page section.default table th,
.l-page section.default table td {
  vertical-align: middle;
  border-bottom: 0.1rem solid var(--gray);
  padding: 2.4rem;
}

@media screen and (max-width: 768px) {

  .l-page section.default table th,
  .l-page section.default table td {
    padding: 2rem;
  }
}

.l-page section.default table th {
  text-align: left;
  color: var(--main-dark);
  font-weight: 600;
}

@media screen and (max-width: 768px) {
  .l-page section.default table th {
    width: 100% !important;
    display: block;
    border-bottom: 0.1rem dashed var(--gray);
  }
}

@media screen and (max-width: 768px) {
  .l-page section.default table td {
    width: 100% !important;
    display: block;
  }
}

.l-page section.default table th.w10,
.l-page section.default table td.w10 {
  width: 10%;
}

.l-page section.default table th.w20,
.l-page section.default table td.w20 {
  width: 20%;
}

.l-page section.default table th.w30,
.l-page section.default table td.w30 {
  width: 30%;
}

.l-page section.default table th.w40,
.l-page section.default table td.w40 {
  width: 40%;
}

.l-page section.default table th.w50,
.l-page section.default table td.w50 {
  width: 50%;
}

.l-page section.default table th.w60,
.l-page section.default table td.w60 {
  width: 60%;
}

.l-page section.default table th.w70,
.l-page section.default table td.w70 {
  width: 70%;
}

.l-page section.default table th.w80,
.l-page section.default table td.w80 {
  width: 80%;
}

.l-page section.default table th.w90,
.l-page section.default table td.w90 {
  width: 90%;
}

.l-page section.default table th.main,
.l-page section.default table td.main {
  background: var(--main);
  color: var(--white);
}

.l-page section.default table th.main-light,
.l-page section.default table td.main-light {
  background: var(--main-light);
}

.l-page section.default table th.gray-light,
.l-page section.default table td.gray-light {
  background: var(--gray-light);
}

.l-page section.default table.border {
  border-collapse: collapse;
  border-spacing: 0;
  width: 100%;
  border: 0.1rem solid var(--gray);
}

.l-page section.default table.border th,
.l-page section.default table.border td {
  vertical-align: middle;
  border-bottom: 0.1rem solid var(--gray);
  padding: 2.4rem;
}

@media screen and (max-width: 768px) {

  .l-page section.default table.border th,
  .l-page section.default table.border td {
    padding: 2rem;
  }
}

.l-page section.default table.border th {
  text-align: left;
  color: var(--main-dark);
  font-weight: 600;
  border-right: 0.1rem solid var(--gray);
}

@media screen and (max-width: 768px) {
  .l-page section.default table.border th {
    width: 100% !important;
    display: block;
    border-right: none;
    border-bottom: 0.1rem dashed var(--gray);
  }
}

@media screen and (max-width: 768px) {
  .l-page section.default table.border td {
    width: 100% !important;
    display: block;
  }
}

.l-page section.default table.border th.w10,
.l-page section.default table.border td.w10 {
  width: 10%;
}

.l-page section.default table.border th.w20,
.l-page section.default table.border td.w20 {
  width: 20%;
}

.l-page section.default table.border th.w30,
.l-page section.default table.border td.w30 {
  width: 30%;
}

.l-page section.default table.border th.w40,
.l-page section.default table.border td.w40 {
  width: 40%;
}

.l-page section.default table.border th.w50,
.l-page section.default table.border td.w50 {
  width: 50%;
}

.l-page section.default table.border th.w60,
.l-page section.default table.border td.w60 {
  width: 60%;
}

.l-page section.default table.border th.w70,
.l-page section.default table.border td.w70 {
  width: 70%;
}

.l-page section.default table.border th.w80,
.l-page section.default table.border td.w80 {
  width: 80%;
}

.l-page section.default table.border th.w90,
.l-page section.default table.border td.w90 {
  width: 90%;
}

.l-page section.default table.border th.main,
.l-page section.default table.border td.main {
  background: var(--main);
  color: var(--white);
}

.l-page section.default table.border th.main-light,
.l-page section.default table.border td.main-light {
  background: var(--main-light);
}

.l-page section.default table.border th.gray-light,
.l-page section.default table.border td.gray-light {
  background: var(--gray-light);
}
.l-page section.default table.orcho_table .main{
		font-size: 16px;
		    width: 23%;
}
.l-page section.default table.orcho_table .t_price{
		width: 20%;
}

.l-page section.default table.orcho_table .pc{
		height: 78px;
}

.l-page section.default .profile {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  flex-direction: row-reverse;
}

.l-page section.default .profile .profileTxt {
  width: calc((100% - 0.2rem) / 2);
  height: auto;
  background: var(--main-light);
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  flex-direction: column;
  padding: 3.2rem;
  line-height: 1.6;
}

@media screen and (max-width: 768px) {
  .l-page section.default .profile .profileTxt {
    width: 100%;
    margin-top: 0.2rem;
  }
}

.l-page section.default .profile .profileTxt p:nth-child(1) {
  color: var(--main-dark);
  font-size: 2rem;
  font-weight: 600;
}

.l-page section.default .profile .profileTxt p:nth-child(2) {
  font-size: 3.4rem;
  font-weight: 600;
}

.l-page section.default .profile .profileTxt p:nth-child(3) {
  color: var(--main-dark);
  margin-top: 2.4rem;
}

.l-page section.default .profile .profileImg {
  width: calc((100% - 0.2rem) / 2);
}

@media screen and (max-width: 768px) {
  .l-page section.default .profile .profileImg {
    width: 100%;
  }
}

.l-page section.default .price {
  display: flex;
  flex-wrap: wrap;
  gap: 0 3rem;
  border-top: 0.1rem solid var(--gray);
  border-bottom: 0.1rem solid var(--gray);
}

.l-page section.default .price__left {
  width: 24%;
  padding: 3rem 0;
}

@media screen and (max-width: 768px) {
  .l-page section.default .price__left {
    width: 100%;
    padding: 2rem 0;
    text-align: center;
  }
}

.l-page section.default .price__left img {
  aspect-ratio: 3/2;
  object-fit: cover;
}

@media screen and (max-width: 768px) {
  .l-page section.default .price__left img {
    width: 60%;
  }
}

.l-page section.default .price__center {
  width: calc(52% - 6rem);
  padding: 3rem 0;
}

@media screen and (max-width: 768px) {
  .l-page section.default .price__center {
    width: 100%;
    padding: 0 0 2rem 0;
  }
}

.l-page section.default .price__right {
  width: 24%;
  background: var(--gray-light);
  display: flex;
  align-items: center;
  flex-direction: column;
}

@media screen and (max-width: 768px) {
  .l-page section.default .price__right {
    width: 100%;
  }
}

.l-page section.default .price__product {
  color: var(--main-dark);
  font-size: 2rem;
  font-weight: 600;
  margin-bottom: 1rem;
}

.l-page section.default .price__row2 {
  width: 100%;
  height: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  padding: 2rem;
}

.l-page section.default .price__row2:nth-child(2) {
  border-top: 0.2rem solid var(--white);
}

.l-page section.default .price__row3 {
  width: 100%;
  height: 33.3333333333%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  padding: 2rem;
}

.l-page section.default .price__row3:nth-child(2),
.l-page section.default .price__row3:nth-child(3) {
  border-top: 0.2rem solid var(--white);
}

.l-page section.default .price__num {
  color: var(--main-dark);
  font-size: 2rem;
  font-weight: 600;
}

.l-page section.default .price+.price {
  margin-top: -0.1rem;
}

.l-page section.gray-light+section.gray-light {
  margin-top: -8rem;
}

.l-page section.gray-light {
  background: var(--gray-light);
}

.l-page section.gray-light .inner {
  width: 100%;
  max-width: 98rem;
  margin: 0 auto;
  font-size: 1.6rem;
  padding: 8rem 4rem;
}

@media screen and (max-width: 768px) {
  .l-page section.gray-light .inner {
    padding: 6rem 2rem;
  }
}

.l-page section.gray-light h1 {
  color: var(--main);
  text-align: center;
  font-size: 3.6rem;
  font-weight: 400;
  margin-bottom: 8rem;
}

.l-page section.gray-light h1 span {
  color: var(--main-dark);
  display: block;
  font-size: 2rem;
  font-weight: 600;
  line-height: 6rem;
  position: relative;
}

.l-page section.gray-light h1 span::after {
  content: "";
  position: absolute;
  bottom: 0;
  display: inline-block;
  width: 7rem;
  height: 0.1rem;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  background-color: var(--main-dark);
}

.l-page section.gray-light h2 {
  background: var(--main-dark);
  color: var(--white);
  text-align: center;
  font-size: 3rem;
  font-weight: 400;
  line-height: 1.6;
  padding: 1rem 2rem;
}

@media screen and (max-width: 768px) {
  .l-page section.gray-light h2 {
    font-size: 2.4rem;
  }
}

.l-page section.gray-light h2+p,
.l-page section.gray-light h2+h3,
.l-page section.gray-light h2+h4,
.l-page section.gray-light h2+h5,
.l-page section.gray-light h2+h6,
.l-page section.gray-light h2+ol,
.l-page section.gray-light h2+ul,
.l-page section.gray-light h2+table,
.l-page section.gray-light h2+.profile {
  margin-top: 4rem !important;
}

.l-page section.gray-light h3 {
  color: var(--main-dark);
  font-size: 2.4rem;
  font-weight: 600;
  border-bottom: 0.1rem solid var(--main);
  line-height: 1.6;
  padding: 0 0 1rem 0;
  margin-top: 4rem !important;
}

@media screen and (max-width: 768px) {
  .l-page section.gray-light h3 {
    font-size: 2rem;
  }
}

.l-page section.gray-light h4 {
  background: var(--main-light);
  color: var(--main);
  font-size: 1.8rem;
  font-weight: 600;
  padding: 0.8rem 1.6rem;
}

@media screen and (max-width: 768px) {
  .l-page section.gray-light h4 {
    font-size: 1.6rem;
  }
}

.l-page section.gray-light h5 {
  color: var(--main);
  font-size: 1.6rem;
  font-weight: 600;
  margin-bottom: -0.8rem;
}

@media screen and (max-width: 768px) {
  .l-page section.gray-light h5 {
    font-size: 1.4rem;
  }
}

.l-page section.gray-light h5::before {
  content: "●";
  padding: 0 0.5em 0 0;
}

.l-page section.gray-light h6 {
  color: var(--main);
  font-size: 1.3rem;
  font-weight: 600;
  margin-bottom: -1.6rem;
}

@media screen and (max-width: 768px) {
  .l-page section.gray-light h6 {
    font-size: 1.2rem;
  }
}

.l-page section.gray-light .flowTtl {
  font-size: 2rem;
  font-weight: 600;
  position: relative;
  padding-left: 4rem;
}

.l-page section.gray-light .flowTtl span {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  width: 3rem;
  height: 3rem;
  line-height: 3rem;
  border-radius: 50%;
  background: var(--main);
  color: var(--white);
  display: inline-block;
  text-align: center;
  font-size: 1.3rem;
}

.l-page section.gray-light ol.number {
  counter-reset: list;
  list-style-type: none;
  margin-bottom: 2.4rem;
}

.l-page section.gray-light ol.number li {
  position: relative;
  margin: 0;
  padding: 0.9rem 0 0.9rem 6.6rem;
}

.l-page section.gray-light ol.number li::before {
  counter-increment: list;
  content: counter(list);
  color: var(--white);
  background: var(--main);
  font-size: 2rem;
  font-weight: 600;
  position: absolute;
  top: 0;
  left: 0;
  width: 5rem;
  height: 5rem;
  line-height: 5rem;
  text-align: center;
}

.l-page section.gray-light ol.number li span {
  display: block;
  font-weight: 600;
}

.l-page section.gray-light ol.number li+li {
  margin-top: 2.4rem;
}

.l-page section.gray-light ol.flow {
  counter-reset: list;
}

.l-page section.gray-light ol.flow li {
  display: flex;
  flex-wrap: wrap;
  gap: 4rem;
}

@media screen and (max-width: 768px) {
  .l-page section.gray-light ol.flow li {
    flex-direction: column-reverse;
    gap: 2rem;
  }
}

.l-page section.gray-light ol.flow li div {
  width: calc((100% - 4rem) / 2);
}

@media screen and (max-width: 768px) {
  .l-page section.gray-light ol.flow li div {
    width: 100%;
  }
}

.l-page section.gray-light ol.flow li div span {
  font-size: 2rem;
  font-weight: 600;
  position: relative;
  padding-left: 4rem;
  display: block;
  margin-bottom: 2rem;
}

.l-page section.gray-light ol.flow li div span::before {
  counter-increment: list;
  content: counter(list);
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  width: 3rem;
  height: 3rem;
  line-height: 3rem;
  border-radius: 50%;
  background: var(--main);
  color: var(--white);
  display: inline-block;
  text-align: center;
  font-size: 1.3rem;
}

.l-page section.gray-light ol.flow li div p+p {
  margin-top: 2rem;
}

.l-page section.gray-light ol.flow li:not(:nth-child(1)),
.l-page section.gray-light ol.flow li:not(:nth-child(2)) {
  margin-top: 4rem;
}

.l-page section.gray-light ul.flow li {
  display: flex;
  flex-wrap: wrap;
  gap: 4rem;
}

@media screen and (max-width: 768px) {
  .l-page section.gray-light ul.flow li {
    flex-direction: column-reverse;
    gap: 2rem;
  }
}

.l-page section.gray-light ul.flow li div {
  width: calc((100% - 4rem) / 2);
}

@media screen and (max-width: 768px) {
  .l-page section.gray-light ul.flow li div {
    width: 100%;
  }
}

.l-page section.gray-light ul.flow li div span {
  font-size: 2rem;
  font-weight: 600;
  position: relative;
  display: block;
  margin-bottom: 2rem;
}

.l-page section.gray-light ul.flow li div p+p {
  margin-top: 2rem;
}

.l-page section.gray-light ul.flow li:not(:nth-child(1)),
.l-page section.gray-light ul.flow li:not(:nth-child(2)) {
  margin-top: 4rem;
}

.l-page section.gray-light ul.circle {
  list-style-type: none;
  margin-bottom: 2.4rem;
}

.l-page section.gray-light ul.circle li {
  position: relative;
  margin: 0;
  padding: 0 0 0 5rem;
}

.l-page section.gray-light ul.circle li::before {
  content: "●";
  font-weight: 600;
  position: absolute;
  top: 0;
  left: 0;
  width: 5rem;
  text-align: center;
  color: var(--main-dark);
}

.l-page section.gray-light ul.circle li span {
  display: block;
  font-weight: 600;
}

.l-page section.gray-light ul.circle li+li {
  margin-top: 2.4rem;
}

.l-page section.gray-light ul.check {
  list-style-type: none;
}

.l-page section.gray-light ul.check li {
  position: relative;
  padding: 0 0 0 5rem;
}

.l-page section.gray-light ul.check li::after {
  content: "";
  display: block;
  position: absolute;
  top: 0.5em;
  left: 1.5rem;
  width: 2rem;
  text-align: center;
  height: 1rem;
  border-left: 0.3rem solid var(--main-dark);
  border-bottom: 0.3rem solid var(--main-dark);
  transform: rotate(-45deg);
}

.l-page section.gray-light ul.check li+li {
  margin-top: 2.4rem;
}

.l-page section.gray-light dl {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  padding: 0;
  width: 100%;
  gap: 1.6rem;
}

.l-page section.gray-light dl dt {
  width: 10rem;
  font-weight: 600;
}

.l-page section.gray-light dl dd {
  width: calc(100% - 11.6rem);
}

.l-page section.gray-light table {
  border-collapse: collapse;
  border-spacing: 0;
  width: 100%;
  border-top: 0.1rem solid var(--gray);
}

.l-page section.gray-light table th,
.l-page section.gray-light table td {
  vertical-align: middle;
  border-bottom: 0.1rem solid var(--gray);
  padding: 2.4rem;
}

@media screen and (max-width: 768px) {

  .l-page section.gray-light table th,
  .l-page section.gray-light table td {
    padding: 2rem;
  }
}

.l-page section.gray-light table th {
  text-align: left;
  color: var(--main-dark);
  font-weight: 600;
}

@media screen and (max-width: 768px) {
  .l-page section.gray-light table th {
    width: 100% !important;
    display: block;
    border-bottom: 0.1rem dashed var(--gray);
  }
}

@media screen and (max-width: 768px) {
  .l-page section.gray-light table td {
    width: 100% !important;
    display: block;
  }
}

.l-page section.gray-light table th.w10,
.l-page section.gray-light table td.w10 {
  width: 10%;
}

.l-page section.gray-light table th.w20,
.l-page section.gray-light table td.w20 {
  width: 20%;
}

.l-page section.gray-light table th.w30,
.l-page section.gray-light table td.w30 {
  width: 30%;
}

.l-page section.gray-light table th.w40,
.l-page section.gray-light table td.w40 {
  width: 40%;
}

.l-page section.gray-light table th.w50,
.l-page section.gray-light table td.w50 {
  width: 50%;
}

.l-page section.gray-light table th.w60,
.l-page section.gray-light table td.w60 {
  width: 60%;
}

.l-page section.gray-light table th.w70,
.l-page section.gray-light table td.w70 {
  width: 70%;
}

.l-page section.gray-light table th.w80,
.l-page section.gray-light table td.w80 {
  width: 80%;
}

.l-page section.gray-light table th.w90,
.l-page section.gray-light table td.w90 {
  width: 90%;
}

.l-page section.gray-light table th.main,
.l-page section.gray-light table td.main {
  background: var(--main);
  color: var(--white);
}

.l-page section.gray-light table th.main-light,
.l-page section.gray-light table td.main-light {
  background: var(--main-light);
}

.l-page section.gray-light table th.gray-light,
.l-page section.gray-light table td.gray-light {
  background: var(--gray-light);
}

.l-page section.gray-light table.border {
  border-collapse: collapse;
  border-spacing: 0;
  width: 100%;
  border: 0.1rem solid var(--gray);
}

.l-page section.gray-light table.border th,
.l-page section.gray-light table.border td {
  vertical-align: middle;
  border-bottom: 0.1rem solid var(--gray);
  padding: 2.4rem;
}

@media screen and (max-width: 768px) {

  .l-page section.gray-light table.border th,
  .l-page section.gray-light table.border td {
    padding: 2rem;
  }
}

.l-page section.gray-light table.border th {
  text-align: left;
  color: var(--main-dark);
  font-weight: 600;
  border-right: 0.1rem solid var(--gray);
}

@media screen and (max-width: 768px) {
  .l-page section.gray-light table.border th {
    width: 100% !important;
    display: block;
    border-right: none;
    border-bottom: 0.1rem dashed var(--gray);
  }
}

@media screen and (max-width: 768px) {
  .l-page section.gray-light table.border td {
    width: 100% !important;
    display: block;
  }
}

.l-page section.gray-light table.border th.w10,
.l-page section.gray-light table.border td.w10 {
  width: 10%;
}

.l-page section.gray-light table.border th.w20,
.l-page section.gray-light table.border td.w20 {
  width: 20%;
}

.l-page section.gray-light table.border th.w30,
.l-page section.gray-light table.border td.w30 {
  width: 30%;
}

.l-page section.gray-light table.border th.w40,
.l-page section.gray-light table.border td.w40 {
  width: 40%;
}

.l-page section.gray-light table.border th.w50,
.l-page section.gray-light table.border td.w50 {
  width: 50%;
}

.l-page section.gray-light table.border th.w60,
.l-page section.gray-light table.border td.w60 {
  width: 60%;
}

.l-page section.gray-light table.border th.w70,
.l-page section.gray-light table.border td.w70 {
  width: 70%;
}

.l-page section.gray-light table.border th.w80,
.l-page section.gray-light table.border td.w80 {
  width: 80%;
}

.l-page section.gray-light table.border th.w90,
.l-page section.gray-light table.border td.w90 {
  width: 90%;
}

.l-page section.gray-light table.border th.main,
.l-page section.gray-light table.border td.main {
  background: var(--main);
  color: var(--white);
}

.l-page section.gray-light table.border th.main-light,
.l-page section.gray-light table.border td.main-light {
  background: var(--main-light);
}

.l-page section.gray-light table.border th.gray-light,
.l-page section.gray-light table.border td.gray-light {
  background: var(--gray-light);
}

.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;
  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: hidden;
}

@media screen and (max-width: 768px) {
  #container {
    padding-top: 8.2rem;
  }
}

.js-fixed {
  width: 100%;
  position: fixed;
  left: 0;
  overflow-y: scroll;
}

.l-header {
  padding: 2.7rem 57rem 3rem 5.2rem;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  box-sizing: border-box;
  z-index: 50;
}

.l-header__logo__img {
  transition: 0.3s;
}

.l-header__logo-img{
	max-width: 350px;
}

@media screen and (max-width: 768px) {
  .l-header {
    padding: 0.6rem 5rem 2rem 1.7rem;
  }

  .l-header__logo {
    width: 19.2rem;
  }

  .l-header__logo-img {
    width: 100%;
    height: auto;
  }
}

.menu {
  top: 0;
  right: 0;
  width: 6.3rem;
  height: 6.3rem;
  position: fixed;
  cursor: pointer;
  z-index: 999;
}

@media screen and (min-width: 769px) {
  .menu:hover {
    opacity: 0.7;
  }
}

@media screen and (max-width: 768px) {
  .menu {
    background-color: var(--main);
  }
}

.menu__line {
  width: 3rem;
  height: 0.2rem;
  position: absolute;
  left: 1.6rem;
  top: 2.8rem;
  background: var(--base-color);
  transition: 0.3s;
}

.menu__line:nth-of-type(2) {
  top: 3.7rem;
}

@media screen and (max-width: 768px) {
  .menu__line {
    top: 2.1rem;
  }

  .menu__line:nth-of-type(2) {
    top: 3rem;
  }
}

.menu__txt {
  position: absolute;
  top: 6.4rem;
  left: 1.6rem;
}

.menu__txt::after {
  position: absolute;
  content: "menu";
  margin-left: -0.3rem;
  letter-spacing: 0;
  left: 50%;
  transform: translateX(-50%);
  bottom: 0;
  width: 100%;
  font-size: 1.3rem;
}

@media screen and (max-width: 768px) {
  .menu__txt {
    top: 5.7rem;
  }
}

.menu.js-active {
  top: 0;
  right: 0;
  width: 6.3rem;
  height: 6.3rem;
  background-color: var(--main);
}

.menu.js-active .menu__line {
  width: 2.4rem;
  height: 0.25rem;
  left: 2rem;
  transform: translateY(0.2rem) rotate(45deg);
  background-color: var(--white);
}

.menu.js-active .menu__line:nth-of-type(2) {
  transform: translateY(-0.75rem) rotate(-45deg);
}

.menu.js-active .menu__txt {
  opacity: 0;
}

@media screen and (max-width: 768px) {
  .menu.js-active {
    height: 5.9rem;
  }

  .menu.js-active .menu__line {
    width: 2.6rem;
    left: 1.9rem;
    height: 0.28rem;
    transform: translateY(0.34em) rotate(45deg);
    background-color: var(--base-color);
  }

  .menu.js-active .menu__line:nth-of-type(2) {
    transform: translateY(-0.4rem) rotate(-45deg);
  }
}

.l-menu-box {
  display: none;
  padding: 24.3rem 2rem 4rem;
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 99;
  overflow-y: auto;
  overflow-x: hidden;
  background-color: var(--sub);
}

@media screen and (max-width: 768px) {
  .l-menu-box {
    padding: 12.5rem 2.3rem 4rem;
  }

  .l-menu-box__logo-img {
    width: 100%;
    height: auto;
  }

  .l-menu-box__list {
    margin-top: -2rem;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }

  .l-menu-box__nav-item {
    margin-bottom: 2rem;
  }

  .l-menu-box__nav-item:last-child {
    margin-bottom: 0;
  }
}

.l-menu-box__inner-sub {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

@media screen and (max-width: 768px) {
  .l-menu-box__inner-sub {
    margin-right: -2rem;
  }
}

.l-menu-box__logo {
  position: absolute;
  left: 4.4rem;
  top: 2.7rem;
}

@media screen and (max-width: 768px) {
  .l-menu-box__logo {
    width: 19.2rem;
    left: 2.7rem;
    top: 0.2rem;
  }
}

.l-menu-box__inner {
  margin: 0 auto;
  width: 86.2rem;
  display: flex;
  justify-content: center;
  align-items: center;
}

@media screen and (max-width: 768px) {
  .l-menu-box__inner {
    width: auto;
    display: block;
  }
}

.l-menu-box__inner-box {
  width: 100%;
}

.l-menu-box__news {
  margin-bottom: 4.7rem;
}

@media screen and (max-width: 768px) {
  .l-menu-box__news {
    display: none;
  }
}

.l-menu-box__news-link {
  display: block;
  text-align: center;
}

.l-menu-box__news-link:hover {
  opacity: 0.7;
}

.l-menu-box__news-txt {
  display: inline-block;
  padding-left: 3.2rem;
  border-bottom: 1px solid var(--main);
  background: url(../img/icon21.svg) no-repeat left center/1.7rem;
}

.l-menu-box__ico-img {
  vertical-align: middle;
}

.l-menu-box__sub {
  display: flex;
}

@media screen and (max-width: 768px) {
  .l-menu-box__sub {
    margin-bottom: 3.7rem;
    display: block;
  }
}

.l-menu-box__nav {
  margin-right: 3rem;
  padding-right: 1.3rem;
  width: 73.2%;
  box-sizing: border-box;
  display: flex;
  justify-content: space-between;
  border-right: 0.1rem solid var(--base-color);
}

@media screen and (max-width: 768px) {
  .l-menu-box__nav {
    margin-right: 0;
    padding-right: 0;
    width: auto;
    display: block;
    border-right: none;
  }
}

.l-menu-box__nav-item {
  width: 28%;
}

@media screen and (max-width: 768px) {
  .l-menu-box__nav-item {
    width: auto !important;
  }
}

.l-menu-box__nav-item.wid01 {
  width: 70.5%;
}

.l-menu-box__ico-img {
  margin: -0.3rem 0.8rem 0 0;
  display: inline-block;
  vertical-align: middle;
}

@media screen and (max-width: 768px) {
  .l-menu-box__ico-img {
    width: 2.4rem;
    height: auto;
  }
}

.l-menu-box__list-item {
  margin-bottom: 1.6rem;
}

.l-menu-box__list-item:last-child {
  margin-bottom: 0;
}

@media screen and (max-width: 768px) {
  .l-menu-box__list-item {
    margin: 2rem 0 0;
    width: 48%;
  }

  .l-menu-box__list-item--wi01 {
    width: 100%;
  }
}

.l-menu-box__list-link {
  display: flex;
  align-items: flex-start;
  font-weight: 600;
}

@media screen and (max-width: 768px) {
  .l-menu-box__list-link {
    font-size: 1.5rem;
  }
}

@media screen and (min-width: 769px) {
  .l-menu-box__list-link:hover {
    opacity: 0.8;
  }
}

.l-menu-box__ul {
  margin: 1.6rem 0 0 3.2rem;
  width: 42%;
}

.l-menu-box__ul:last-child {
  margin-left: 0;
}

.l-menu-box__ul-item {
  margin-bottom: 0.3rem;
}

.l-menu-box__ul-link {
  display: inline-block;
  line-height: 1.88;
  vertical-align: top;
}

@media screen and (min-width: 769px) {
  .l-menu-box__ul-link:hover {
    opacity: 0.8;
  }
}

@media screen and (max-width: 768px) {
  .l-menu-box__ul {
    margin: 0.2rem 0 0 2.8rem;
  }

  .l-menu-box__ul:nth-child(3) {
    margin-left: 0;
    margin-right: 1.6rem;
  }

  .l-menu-box__ul-item {
    margin: 1.5rem 0 0;
  }
}

.l-menu-box__r-box {
  margin-top: 0.2rem;
  width: 26%;
}

@media screen and (max-width: 768px) {
  .l-menu-box__r-box {
    display: none;
  }
}

.l-menu-box__tel {
  margin-bottom: 2.3rem;
}

.l-menu-box__tel-link {
  padding-left: 3.8rem;
  display: inline-block;
  font-size: 2rem;
  font-weight: 600;
  line-height: 1.4;
  letter-spacing: 0.07em;
  font-family: var(--sub-color);
  background: url(../img/icon01_col01.svg) no-repeat left center/3.25rem;
}

.l-menu-box__web {
  text-align: left;
}

.l-menu-box__web-link {
  display: inline-block;
/*  padding: 2rem 3.1rem;*/
	padding: 2rem;
  font-weight: 600;
  text-align: center;
  border-radius: 4rem;
  font-family: var(--sub-color);
  box-shadow: 0 0.1rem 0.4rem 0 rgba(0, 0, 0, 0.25);
  background-color: var(--main);
}

.l-menu-box__web-link:hover {
  box-shadow: 0.1rem 0.3rem 1.2rem 0.1rem rgba(0, 0, 0, 0.25);
}

.l-menu-box__web-txt {
  padding-left: 3.6rem;
  background: url(../img/icon02_col01.svg) no-repeat left center/2.5rem;
}

.l-footer {
  padding: 7.1rem 0 10.4rem;
  background: var(--sub);
}

@media screen and (max-width: 768px) {
  .l-footer {
    padding: 4.7rem 0 7.2rem;
  }

  .l-footer__list-img {
    width: 2.4rem;
    height: auto;
  }
}

.l-footer__content {
  width: auto !important;
  max-width: 133rem;
  padding: 0 2rem;
}

@media screen and (max-width: 768px) {
  .l-footer__content {
    max-width: inherit;
    padding: 0;
  }
}

.l-footer__sub {
  display: flex;
  align-items: flex-end;
}

@media screen and (max-width: 768px) {
  .l-footer__sub {
    margin-bottom: 3.7rem;
    display: block;
  }
}

.l-footer__navi {
  margin-right: 25%;
  width: 54.2%;
  display: flex;
  justify-content: space-around;
}

@media screen and (max-width: 768px) {
  .l-footer__navi {
    margin: 0 0 4.6rem;
    width: auto;
    flex-wrap: wrap;
  }

  .l-footer__navi-item {
    width: auto;
  }

  .l-footer__navi-item:nth-of-type(2) {
    margin: 2.1rem 0 0;
    width: 100%;
  }

  .l-footer__navi__item01 {
    width: 100%;
  }
}

@media screen and (max-width: 768px) {
  .l-footer__list {
    margin-top: -2rem;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
}

.l-footer__list__link {
  display: flex;
  align-items: flex-start;
  font-weight: 600;
  font-feature-settings: initial;
}

@media screen and (max-width: 768px) {
  .l-footer__list__link {
    font-size: 1.5rem;
  }
}

@media screen and (min-width: 769px) {
  .l-footer__list__link:hover {
    opacity: 0.8;
  }
}

.l-footer__list-item {
  margin-bottom: 1.6rem;
}

.l-footer__list-item:last-of-type {
  margin-bottom: 0;
}

@media screen and (max-width: 768px) {
  .l-footer__list-item {
    margin: 2rem 0 0;
    width: 50%;
  }
}

.l-footer__list-ico {
  margin: -0.3rem 0.8rem 0 0;
}

.l-footer__inner {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

@media screen and (max-width: 768px) {
  .l-footer__inner {
    margin-right: -5.8rem;
  }
}

.l-footer__ul {
  margin: 1.6rem 3.1rem 0 3.2rem;
}

.l-footer__ul:last-child {
  margin-right: 0;
}

@media screen and (max-width: 768px) {
  .l-footer__ul {
    margin: 0.1rem 0 0 2.8rem;
    width: 41%;
  }

  .l-footer__ul:nth-child(2) {
    margin-left: 0;
    width: 49.5%;
  }
}

.l-footer__ul-item {
  margin-bottom: 0.3rem;
}

@media screen and (max-width: 768px) {
  .l-footer__ul-item {
    margin: 1.5rem 0 0;
  }
}

.l-footer__ul-item:last-of-type {
  margin-bottom: 0;
}

.l-footer__ul-link {
  display: inline-block;
  line-height: 1.88;
  vertical-align: top;
}

@media screen and (max-width: 768px) {
  .l-footer__ul-link {
    display: block;
    font-size: 1.5rem;
    line-height: 2;
    letter-spacing: 0.1em;
  }
}

@media screen and (min-width: 769px) {
  .l-footer__ul-link:hover {
    opacity: 0.8;
  }
}

.l-footer__r-box {
  margin-bottom: 0.8rem;
  width: 30.4%;
}

@media screen and (max-width: 768px) {
  .l-footer__r-box {
    margin: 0;
    width: auto;
  }
}

.l-footer__text {
  margin-bottom: 1.2rem;
  font-size: 1.3rem;
  line-height: 1.73;
  letter-spacing: 0;
  font-feature-settings: initial;
}

@media screen and (max-width: 768px) {
  .l-footer__text {
    margin-bottom: 2.6rem;
    font-size: 1.2rem;
    line-height: 1.7;
    letter-spacing: 0.02em;
  }
}

.l-footer__copyright {
  display: block;
}

.l-footer__copyright__link {
  font-size: 1.3rem;
  letter-spacing: 0;
  font-feature-settings: initial;
}

@media screen and (min-width: 769px) {
  .l-footer__copyright__link:hover {
    opacity: 0.8;
  }
}

@media screen and (max-width: 768px) {
  .l-footer__copyright__link {
    font-size: 1.2rem;
  }
}

@media screen and (max-width: 768px) {
  .l-footer__list-wid01 {
    width: 100%;
  }
}

.c-calendar {
  margin-bottom: 2rem;
  width: 100%;
  border-spacing: 0.06rem;
  border-collapse: collapse;
  font-weight: 600;
  text-align: center;
}

@media screen and (max-width: 768px) {
  .c-calendar {
    margin-bottom: 3rem;
  }
}

.c-calendar__wid {
  width: 37.8%;
}

@media screen and (max-width: 768px) {
  .c-calendar__wid {
    width: 27.8%;
  }
}

.c-calendar__head,
.c-calendar__body {
  padding: 0.3rem 1rem 0.5rem;
  text-align: center;
  vertical-align: middle;
  font-weight: 600;
  box-sizing: border-box;
}

@media screen and (max-width: 768px) {

  .c-calendar__head,
  .c-calendar__body {
    padding: 0.6rem 0.5rem 0.7rem;
  }
}

.c-calendar__head {
  color: var(--base-color);
  background-color: var(--main);
}

@media screen and (max-width: 768px) {
  .c-calendar__head {
    color: var(--white);
  }
}

.c-calendar__body {
  width: 8%;
  padding: 1.6rem 1rem 1.7rem;
  border-bottom: 0.1rem solid var(--black);
}

@media screen and (max-width: 768px) {
  .c-calendar__body {
    width: 8.3%;
    padding: 0.7rem 0.5rem 0.5rem;
  }
}

.c-calendar__first {
  padding-top: 1.6rem;
}

@media screen and (max-width: 768px) {
  .c-calendar__first {
    padding-top: 0.7rem;
  }
}

.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-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;
  }
}

.content {
  margin: 0 auto;
  padding: 0 1.5rem;
  width: 103rem;
  box-sizing: border-box;
}

@media screen and (max-width: 768px) {
  .content {
    padding: 0 1.8rem;
    width: auto;
  }
}

.fix-list {
  padding: 2rem 5rem 1.2rem 4.4rem;
  width: 56.5rem;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 80;
  display: flex;
  border-radius: 0 0 0 0.8rem;
  background-color: var(--main);
}

@media screen and (max-width: 768px) {
  .fix-list {
    padding: 0;
    width: 100%;
    top: auto;
    bottom: 0;
    border-radius: 0;
    background: none;
    height: 6.5rem;
  }
}

.fix-list__item {
  width: 50%;
  display: flex;
  align-items: center;
}

@media screen and (max-width: 768px) {
  .fix-list__item {
    padding: 0;
    height: 100%;
  }
}

.fix-list__link {
  font-size: 2.4rem;
  font-weight: 600;
  letter-spacing: 0.05em;
}

@media screen and (min-width: 769px) {
  .fix-list__link:hover {
    opacity: 0.8;
  }
}

@media screen and (max-width: 768px) {
  .fix-list__link {
    padding: 1.3rem 1rem;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    text-align: center;
    box-sizing: border-box;
    font-size: 1.6rem;
    background-color: var(--main);
  }
}

.fix-list__link01 {
  font-size: 2rem;
}

@media screen and (max-width: 768px) {
  .fix-list__link01 {
    font-size: 1.5rem;
    background-color: var(--sub);
  }
}

.fix-list__ico {
  margin: -0.5rem 0.5rem 0 0;
}

.fix-list__ico__img {
  margin-top: -1rem;
  vertical-align: middle;
}

@media screen and (max-width: 768px) {
  .fix-list__ico {
    margin: 0.8rem 0.8rem 0 0;
  }

  .fix-list__ico__img {
    width: 2.1rem;
    height: auto;
  }
}

.c-head-line01 {
  margin-bottom: 1.3rem;
  font-size: 3.4rem;
  font-weight: 600;
  text-align: center;
  letter-spacing: 0.05em;
  font-feature-settings: initial;
}

@media screen and (max-width: 768px) {
  .c-head-line01 {
    margin-bottom: 3rem;
    position: relative;
    font-size: 2.4rem;
    line-height: 1.4;
    z-index: 1;
  }
}

.c-head-line02 {
  margin-bottom: 3.3rem;
  font-size: 3.4rem;
  font-weight: 600;
  letter-spacing: 0.05em;
  line-height: 1.36;
  font-feature-settings: initial;
}

.c-head-line02__en {
  margin-bottom: 6.2rem;
  display: block;
  color: var(--main);
  font-size: 6.4rem;
  font-family: var(--en-font);
  letter-spacing: 0.07em;
}

.c-head-line02__en01 {
  margin-bottom: 0;
  order: 1;
  font-size: 6.4rem;
}

.c-head-line02__inner {
  margin-bottom: 3rem;
  display: flex;
  align-items: center;
}

.c-head-line02__ico {
  margin-right: 2rem;
  width: 10.9rem;
}

@media screen and (max-width: 768px) {
  .c-head-line02 {
    margin-bottom: 3.5rem;
    font-size: 2.4rem;
    text-align: center;
  }

  .c-head-line02__en {
    margin-bottom: 2.7rem;
    font-size: 4rem;
  }

  .c-head-line02__inner {
    display: block;
  }

  .c-head-line02__ico {
    width: 11rem;
    display: block;
    margin: -1rem auto 4rem;
  }

  .c-head-line02__ico-img {
    width: 100%;
    height: auto;
  }
}

.c-btn__link {
  padding: 0.4rem 3.5rem 0.6rem 1.2rem;
  display: inline-block;
  border-radius: 0.7rem;
  font-size: 1.6rem;
  font-feature-settings: initial;
  border: 0.1rem solid var(--base-color);
  background: url(../img/icon12.svg) no-repeat right 1.1rem center/1.7rem;
}

.c-btn__link02{
	@media screen and (max-width: 768px) {
		background-image:none !important;
		
	}
}

.c-btn__link--yellow {
  padding: 0.9rem 4rem 1.1rem 1.5rem;
  border-radius: 1.2rem;
  border-color: var(--main);
  background-color: var(--main);
  background-image: url(../img/icon12_col01.svg);
  background-position: right 1.5rem center;
}

}

.c-btn__link--grey {
  padding: 0.9rem 4rem 1.1rem 1.6rem;
  border-radius: 1.2rem;
  border-color: var(--sub);
  background-color: var(--sub);
}

@media screen and (min-width: 769px) {
  .c-btn__link:hover {
    opacity: 0.8;
  }

  .c-btn__link-bg:hover {
    opacity: 1;
    background-color: var(--sub);
  }
}

.c-btn__center {
  text-align: center;
}

@media screen and (max-width: 768px) {
  .c-btn__link--yellow {
    font-size: 1.5rem;
    padding-left: 1.8rem;
  }

  .c-btn__link--grey {
    padding: 0.9rem 4rem 1.1rem 1.6rem;
    font-size: 1.5rem;
    background-position: right 1.6rem center;
  }
}

.c-clinic {
  margin-bottom: 22.5rem;
}

.c-clinic__content {
  position: relative;
  z-index: 1;
}

@media screen and (max-width: 768px) {
  .c-clinic {
    margin-bottom: 8.2rem;
  }
}

.c-clinic__top-pho {
  margin-bottom: 1.2rem;
  text-align: center;
}

@media screen and (max-width: 768px) {
  .c-clinic__top-pho {
    margin-bottom: 3.9rem;
  }
}

.c-clinic__top-pho02 {
  margin-bottom: 9.5rem;
}

@media screen and (max-width: 768px) {
  .c-clinic__top-pho02 {
    margin: 0 auto 4rem;
    width: 26.2rem;
  }

  .c-clinic__top-pho02__img {
    width: 100%;
    height: auto;
  }
}

.c-clinic__text {
  margin: 0 auto 7.2rem;
  width: 80rem;
  text-align: justify;
  font-feature-settings: initial;
}

@media screen and (max-width: 768px) {
  .c-clinic__text {
    margin-bottom: 5rem;
    width: auto;
    font-size: 1.5rem;
    text-align: left;
  }
}

.c-clinic__box {
  display: flex;
  justify-content: space-between;
}

@media screen and (max-width: 768px) {
  .c-clinic__box {
    display: block;
  }
}

.c-clinic__left {
  width: 45%;
}

@media screen and (max-width: 768px) {
  .c-clinic__left {
    margin-bottom: 4.9rem;
    width: auto;
  }
}

.c-clinic__right {
  width: 45%;
}

@media screen and (max-width: 768px) {
  .c-clinic__right {
    width: auto;
  }
}

.c-clinic__map {
  margin-bottom: 2.8rem;
}

@media screen and (max-width: 768px) {
  .c-clinic__map {
    margin-bottom: -0.15rem;
  }
}

.c-clinic__map-img {
  width: 100%;
  height: auto;
}

.c-clinic__map-text {
  margin-bottom: 2.9rem;
  color: var(--gray-black);
  font-size: 1.3rem;
  letter-spacing: 0;
  line-height: 1.73;
  font-feature-settings: initial;
}

@media screen and (max-width: 768px) {
  .c-clinic__map-text {
    margin-bottom: 3.2rem;
    font-size: 1.2rem;
    line-height: 1.66;
  }
}

.c-clinic__map-list {
  display: flex;
  flex-wrap: wrap;
}

.c-clinic__map-list__item {
  margin-right: 1.4rem;
  width: 46.6%;
}

.c-clinic__map-list__item:last-child {
  margin-right: 0;
}

.c-clinic__map-list__item--big {
  width: 50%;
}

@media screen and (max-width: 768px) {
  .c-clinic__map-list {
    display: block;
  }

  .c-clinic__map-list__item {
    margin: 0 auto 2rem;
    width: auto;
    text-align: center;
  }
}

.c-clinic__map-list__item02{
	width:75%;
}

@media screen and (max-width: 768px) {
	.c-clinic__map-list__item02{
		width: 100%;
    	text-align: center;
	}
}

.c-clinic__dl {
  margin-bottom: 0.7rem;
  color: var(--gray-black);
}

.c-clinic__dl::after {
  clear: both;
}

@media screen and (max-width: 768px) {
  .c-clinic__dl {
    margin-bottom: 1.6rem;
    font-size: 1.3rem;
    letter-spacing: 0;
  }
}

.c-clinic__dl-left {
  float: left;
}

.c-clinic__dl-right {
  padding: 0 0 0.5rem 6.3em;
  line-height: 2.15;
  font-feature-settings: initial;
}

@media screen and (max-width: 768px) {
  .c-clinic__dl-right {
    padding: 0 0 1.55rem 6.2em;
    line-height: 1.8;
  }
}

.c-clinic__ttl {
  margin-bottom: 1rem;
  color: var(--main);
  font-size: 2.4rem;
  font-weight: 600;
  text-align: center;
  font-feature-settings: initial;
}

@media screen and (max-width: 768px) {
  .c-clinic__ttl {
    margin-bottom: 2.4rem;
    font-size: 2rem;
  }
}

.c-clinic__item {
  margin-bottom: 1.5rem;
}

.c-clinic__item:last-child {
  margin-bottom: 0;
}

@media screen and (max-width: 768px) {
  .c-clinic__item {
    margin-bottom: 2rem;
  }
}

.c-clinic__list-link {
  display: block;
  text-align: center;
  font-size: 2.4rem;
  font-weight: 600;
  font-family: var(--en-font);
}

@media screen and (max-width: 768px) {
  .c-clinic__list-link {
    padding: 1.9rem 1.5rem 1.85rem;
    font-size: 2rem;
    border-radius: 4rem;
    box-shadow: 0 0.1rem 0.4rem 0 rgba(0, 0, 0, 0.25);
    background-color: var(--main);
  }
}

.c-clinic__list-link__web {
  padding: 2.2rem;
  font-size: 1.6rem;
  border-radius: 4rem;
  box-shadow: 0 0.1rem 0.4rem 0 rgba(0, 0, 0, 0.25);
  background-color: var(--main);
}

@media screen and (min-width: 769px) {
  .c-clinic__list-link__web:hover {
    opacity: 0.8;
    box-shadow: 0.1rem 0.3rem 1.2rem 0.1rem rgba(0, 0, 0, 0.25);
  }
}

@media screen and (max-width: 768px) {
  .c-clinic__list-link__web {
    padding: 2.5rem 1.5rem 2.3rem;
    font-size: 1.5rem;
  }
}

.c-clinic__item-ico {
  margin: -0.8rem 0.5rem 0 -0.3rem;
  vertical-align: middle;
}

.c-clinic__item-ico--special {
  margin: -0.5rem 1rem 0 -0.3rem;
}

@media screen and (max-width: 768px) {
  .c-clinic__item-ico {
    margin: -0.25rem 1rem 0 -0.3rem;
    width: 2.5rem;
    height: auto;
  }
}

.c-clinic__link {
  padding: 0.9rem 3.5rem 1rem 1.6rem;
  display: block;
  color: var(--black);
  border-radius: 1.2rem;
  font-family: var(--en-font);
  font-feature-settings: initial;
  border-color: var(--gray);
  background-position: right 1.6rem center;
}

@media screen and (min-width: 769px) {
  .c-clinic__link:hover {
    opacity: 0.8;
    background-color: var(--white);
  }
}

.c-clinic__link--special {
  font-family: var(--base-font);
  border-color: var(--main);
  color: var(--base-color);
}

.c-clinic__link--special:hover {
  background-color: var(--main);
}

@media screen and (max-width: 768px) {
  .c-clinic__link {
    padding: 1.1rem 1.6rem 1rem 1.6rem;
    display: inline-block;
    font-size: 1.5rem;
  }
}

.c-clinic02 {
  margin-bottom: 0;
  position: relative;
}

.c-clinic02::before {
  position: absolute;
  content: "";
  right: 0;
  top: -37.8rem;
  width: 57.8rem;
  height: 59.7rem;
  background: url(../img/img11.svg) no-repeat right top/100%;
  z-index: -1;
}

.c-clinic02__content {
  position: relative;
  z-index: 1;
}

@media screen and (max-width: 768px) {
  .c-clinic02::before {
    display: none;
  }
}

.c-list {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}

@media screen and (max-width: 768px) {
  .c-list {
    display: block;
  }
}

.c-list__item {
  margin-right: 3rem;
  width: 43.5%;
}

.c-list__item:last-child {
  margin-right: 0;
}

@media screen and (max-width: 768px) {
  .c-list__item {
    margin: 0 0 1.6rem;
    width: auto;
  }
}

.c-list__link {
  padding: 2rem 1rem;
  display: block;
  text-align: center;
  border-radius: 4rem;
  font-weight: 600;
  box-shadow: 0 0.1rem 0.4rem 0 rgba(0, 0, 0, 0.25);
  background-color: var(--main);
}

@media screen and (min-width: 769px) {
  .c-list__link:hover {
    opacity: 0.8;
    box-shadow: 0.1rem 0.3rem 1.2rem 0.1rem rgba(0, 0, 0, 0.25);
  }
}

@media screen and (max-width: 768px) {
  .c-list__link {
    font-size: 1.6rem;
  }
}

.c-list__ico {
  vertical-align: middle;
  margin: -0.5rem 1rem 0 0;
  width: 2.5rem;
  height: auto;
}

@media screen and (max-width: 768px) {
  .pc {
    display: none !important;
  }
}

.p-main-visual {
  margin-bottom: 7.2rem;
  position: relative;
  overflow: hidden;
}

@media screen and (max-width: 768px) {
  .p-main-visual {
    margin-bottom: 5.5rem;
  }
}

.p-main-visual__inner {
  position: relative;
/*  height: calc(120vh - 11.2rem);*/
	height: calc(96vh - 11.2rem);
}

@media (max-height: 600px) {
  .p-main-visual__inner {
    height: calc(100% - 7.8rem);
  }
}

@media screen and (max-width: 768px) {
  .p-main-visual__inner {
    height: auto;
  }
}

.p-main-visual__ttl-box {
  max-width: 139.8rem;
  position: absolute;
  z-index: 2;
  left: 5.6rem;
  bottom: calc(50% + 3.4rem);
}

@media all and (max-height: 600px) {
  .p-main-visual__ttl-box {
    bottom: 50%;
  }
}

@media screen and (max-width: 768px) {
  .p-main-visual__ttl-box {
    position: static;
  }
}

.p-main-visual__title {
  margin: 0 0 0.6rem;
  font-size: 2.8vw;
  line-height: 1.5;
  letter-spacing: 0.15em;
  font-weight: 700;
}

@media (max-height: 660px) {
  .p-main-visual__title {
    font-size: 3rem;
  }
}

@media screen and (max-width: 768px) {
  .p-main-visual__title {
    margin-bottom: 1.7rem;
    max-width: inherit;
    padding-left: 2.4rem;
    font-size: 2.4rem;
    line-height: 1.48;
  }
}

.p-main-visual__ttl {
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.15em;
  font-size: 1.5rem;
}

@media screen and (max-width: 768px) {
  .p-main-visual__ttl {
    margin: 0 0 2.1rem 2.4rem;
    font-size: 1.2rem;
    letter-spacing: 0;
  }
}

.p-main-visual__swiper {
  position: relative;
}

@media screen and (max-width: 768px) {
  .p-main-visual__swiper::after {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 0.6rem;
    background: url(../img/bg01.svg) repeat-x left top/100% auto;
    content: "";
  }
}

@media screen and (min-width: 769px) {
  .p-main-visual__item {
    vertical-align: top;
    height: calc(100vh - 11.2rem);
  }
}

@media all and (min-width: 769px) and (min-width: 660px) {
  .p-main-visual__item {
    height: calc(100vh - 7.8rem);
  }
}

.p-main-visual__img {
  width: 100%;
/*  height: 100%;*/
	height: 90%;
  object-fit: cover;
}

.p-main-visual__img.sp {
  display: none;
}

@media screen and (max-width: 768px) {
  .p-main-visual__img.sp {
    display: block;
  }
}

.p-main-visual__text-box {
  position: absolute;
  left: 0;
  top: calc(50% + 7.5rem);
  width: 50%;
  max-width: 48.4rem;
  padding: 3.4rem 5.7rem 3.5rem 3rem;
  border-radius: 0 1.5rem 1.5rem 0;
  box-sizing: border-box;
  z-index: 1;
  background-color: var(--white);
}

@media all and (min-width: 769px) and (min-width: 600px) {
  .p-main-visual__text-box {
    top: calc(50% + 2.5rem);
  }
}

@media all and (min-width: 769px) and (min-width: 600px) {
  .p-main-visual__text-box {
    padding: 2rem 5.7rem 2rem 3rem;
    top: calc(50% + 1rem);
  }
}

@media screen and (max-width: 768px) {
  .p-main-visual__text-box {
    margin-top: -0.6rem;
    position: relative;
    z-index: 2;
    width: auto;
    padding: 3.6rem 0 0;
    background: url(../img/bg01_sp.svg) repeat-x left top/100% auto;
  }
}

.p-main-visual-list {
  margin: 0 -0.7rem 1.9rem auto;
  width: 36rem;
  display: flex;
}

@media screen and (max-width: 768px) {
  .p-main-visual-list {
    margin: 0 1.5rem;
    width: auto;
    justify-content: center;
  }

  .p-main-visual-list__pho-img {
    margin: 0 auto;
  }
}

.p-main-visual-list__item {
  padding: 0 0.5rem;
  width: 33.3333333333%;
  text-align: center;
  box-sizing: border-box;
}

.p-main-visual-list__pho {
  margin-bottom: 0.6rem;
}

.p-main-visual-list__pho img {
  margin: 0 auto;
}

.p-main-visual-list__txt {
  font-size: 1.3rem;
  font-weight: 600;
  text-align: center;
  letter-spacing: 0;
  font-feature-settings: initial;
}

.p-main-visual__text {
  font-family: var(--sub-font);
  font-size: 1.1rem;
  width: 36rem;
  margin-right: -2rem;
  margin-left: auto;
}

.p-main-visual__text-img {
  position: absolute;
  right: 3.8rem;
  bottom: 6.9rem;
  z-index: 2;
}

@media screen and (max-width: 768px) {
  .p-main-visual__text-img {
    right: 1.1rem;
    top: 34.5rem;
    width: 15.1rem;
    bottom: auto;
  }

  .p-main-visual__text-img img {
    width: 100%;
    height: auto;
  }
}

.p-main-visual .p-navi-list {
  margin-top: -1.4rem;
  padding: 4.7rem 2rem;
  position: relative;
  z-index: 3;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  background: url(../img/bg01.svg) repeat-x left top/100% auto;
}

.p-main-visual .p-navi-list__item {
  margin: 0 0.9rem 0 1rem;
}

.p-main-visual .p-navi-list__link {
  display: inline-block;
  font-weight: 600;
}

.p-main-visual .p-navi-list__link:hover {
  opacity: 0.8;
}

.p-main-visual .p-navi-list__img {
  margin: -0.3rem 0.8rem 0 0;
  display: inline-block;
  vertical-align: middle;
}

@media (max-height: 600px) {
  .p-main-visual .p-navi-list {
    padding: 3rem 2rem;
  }
}

@media screen and (max-width: 768px) {
  .p-main-visual .p-navi-list {
    display: none;
  }
}

.p-top-news {
  margin-bottom: 11.1rem;
  position: relative;
  z-index: 1;
}

@media screen and (max-width: 768px) {
  .p-top-news {
    margin-bottom: 6.9rem;
  }
}

.p-top-news__list {
  display: flex;
  justify-content: center;
  margin: 0 auto;
  width: 50rem;
}

@media screen and (max-width: 768px) {
  .p-top-news__list {
    width: auto;
  }
}

.p-top-news__link {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 1.3rem;
  letter-spacing: 0;
  font-feature-settings: initial;
  border-bottom: 1px solid;
  /*padding-bottom: 16px;*/
  padding: 16px 0;

}

@media screen and (min-width: 769px) {
  .p-top-news__link:hover {
    opacity: 0.8;
  }
}

@media screen and (max-width: 768px) {
  .p-top-news__link {
    font-size: 1.2rem;
    flex-direction: column;
    align-items: flex-start;
  }
}

@media screen and (max-width: 768px) {
  .p-top-news__item {
    width: 91%;
  }
}

.p-top-news__left {
  padding-left: 3rem;
  margin-right: 2rem;
  width: 16rem;
  background: url(../img/icon10.svg) no-repeat left center/2.3rem;
}

@media screen and (max-width: 768px) {
  .p-top-news__left {
    padding-left: 2.4rem;
    width: 12rem;
    margin-right: 0.2rem;
    background-size: 1.5rem;
  }
}

.p-top-news__right {
  padding-right: 10.8rem;
  width: calc(100% - 10rem);
  background: url(../img/icon11.svg) no-repeat right 0.5rem center/1.1rem;
}

@media screen and (max-width: 768px) {
  .p-top-news__right {
    padding-right: 1.5rem;
    width: calc(100% - 10rem);
  }
}

.c-clinic01 {
  position: relative;
}

.c-clinic01::before {
  position: absolute;
  content: "";
  left: 0;
  top: -19.4rem;
  width: 38.8rem;
  height: 43.5rem;
  background: url(../img/img05.svg) no-repeat left top/100%;
}

.c-clinic01::after {
  position: absolute;
  content: "";
  right: 0.2rem;
  top: 12.5rem;
  top: 9.5rem;
  width: 32.4rem;
  height: 34.8rem;
  background: url(../img/img13.svg) no-repeat left top/100%;
}

.c-clinic01__content {
  position: relative;
  z-index: 2;
}

@media screen and (max-width: 768px) {
  .c-clinic01::before {
    width: 11rem;
    height: 11.1rem;
    top: 6rem;
    left: 0.8rem;
    background-image: url(../img/img05_sp.svg);
  }

  .c-clinic01::after {
    right: 0.4rem;
    top: 12.5rem;
    width: 8.8rem;
    height: 9.5rem;
    background: url(../img/icon22.svg) no-repeat left top/100%;
  }
}

.p-policy {
  margin-bottom: 12.9rem;
  position: relative;
  z-index: 1;
}

@media screen and (max-width: 768px) {
  .p-policy {
    margin-bottom: 1rem;
  }
}

.p-policy__box {
  padding-right: 10rem;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: center;
}

@media screen and (max-width: 768px) {
  .p-policy__box {
    padding-right: 0;
    display: block;
  }
}

.p-policy__text-box {
  order: 1;
  position: relative;
  max-width: 55rem;
  margin-right: auto;
  width: 100%;
  padding-left: 10rem;
  font-feature-settings: initial;
}

.p-policy__text-box::before {
  position: absolute;
  content: "";
  right: calc(50% - 42.6rem);
  top: -7rem;
  width: 58.3rem;
  height: 59.7rem;
  background: url(../img/img06.svg) no-repeat right top/100%;
}

@media screen and (max-width: 768px) {
  .p-policy__text-box {
    margin-bottom: 7.9rem;
    padding: 0 1.8rem;
    width: auto;
  }

  .p-policy__text-box::before {
    right: -7.3rem;
    top: -3.2rem;
    width: 40.7rem;
    height: 41.7rem;
  }
}

.p-policy__inner {
  position: relative;
}

.p-policy__list {
  margin-bottom: 3rem;
}

@media screen and (max-width: 768px) {
  .p-policy__list {
    margin-bottom: 3.2rem;
  }
}

.p-policy__item {
  margin-bottom: 2.4rem;
}

.p-policy__item:last-child {
  margin-bottom: 0;
}

@media screen and (max-width: 768px) {
  .p-policy__item {
    margin-bottom: 1.4rem;
  }
}

.p-policy__ttl {
  margin-bottom: 1rem;
  font-size: 2rem;
  font-weight: 600;
  letter-spacing: 0.05em;
}

@media screen and (max-width: 768px) {
  .p-policy__ttl {
    margin-bottom: 1.5rem;
    font-size: 1.7rem;
  }
}

.p-policy__text {
  font-size: 1.3rem;
  letter-spacing: 0;
  text-align: justify;
  line-height: 1.73;
}

@media screen and (max-width: 768px) {
  .p-policy__text {
    line-height: 1.66;
    font-size: 1.2rem;
  }
}

.p-policy__photo {
  margin-top: -3.7rem;
  width: 50%;
}

@media screen and (max-width: 768px) {
  .p-policy__photo {
    margin-top: 0;
    width: auto;
  }
}

.p-policy__img {
  width: 100%;
  height: auto;
}

.p-message {
  margin-bottom: 5rem;
  padding: 13.8rem 0 8.2rem;
  position: relative;
}

.p-message::before {
  position: absolute;
  content: "";
  right: 0;
  top: 0;
  width: calc(50% + 60rem);
  height: 100%;
  background: url(../img/bg02.jpg) no-repeat center top/cover;
}

@media screen and (max-width: 768px) {
  .p-message {
    margin-bottom: 2.6rem;
    padding: 0;
  }

  .p-message::before {
    left: -15.5rem;
    top: -10.5rem;
    width: 40.7rem;
    width: 40.7rem;
    height: 41.7rem;
    background-image: url(../img/img06.svg);
    background-size: 100%;
    background-position: right top;
  }
}

.p-message__content {
  padding: 7.5rem 0.8rem;
  max-width: 120.8rem;
  width: auto;
  position: relative;
}

.p-message__content::before {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  width: calc(50% + 24.4rem);
  height: 100%;
  background-color: var(--white);
}

@media screen and (max-width: 768px) {
  .p-message__content {
    padding: 7.4rem 0 0;
    max-width: inherit;
  }

  .p-message__content::before {
    display: none;
  }
}

.p-message__box {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

@media screen and (max-width: 768px) {
  .p-message__box {
    display: block;
  }
}

.p-message__text-box {
  width: calc(100% - 54rem);
  position: relative;
  z-index: 1;
}

@media screen and (max-width: 768px) {
  .p-message__text-box {
    margin-bottom: 3.9rem;
    width: auto;
  }
}

.p-message__head {
  margin-bottom: 2.5rem;
}

@media screen and (max-width: 768px) {
  .p-message__head {
    margin-bottom: 4rem;
  }
}

.p-message__ttl {
  margin-bottom: 2.4rem;
  font-size: 2.4rem;
  font-weight: 600;
  letter-spacing: 0.05em;
  font-feature-settings: initial;
}

@media screen and (max-width: 768px) {
  .p-message__ttl {
    margin-bottom: 3.1rem;
    font-size: 1.7rem;
    text-align: center;
    line-height: 1.4;
  }
}

.p-message__text {
  font-feature-settings: initial;
}

@media screen and (max-width: 768px) {
  .p-message__text {
    margin: 0 1.855rem;
    text-align: justify;
  }
}

.p-message__photo {
  margin: -2rem -1.6rem 0 auto;
  order: 1;
  width: 50rem;
  position: relative;
}

@media screen and (max-width: 768px) {
  .p-message__photo {
    margin: 0 0;
    width: auto;
  }
}

.p-message__img {
  width: 100%;
  height: auto;
}

.p-features {
  margin-bottom: 9.2rem;
  padding: 10.4rem 0 4.7rem;
  position: relative;
  overflow: hidden;
}

.p-features::before,
.p-features::after {
  position: absolute;
  content: "";
  width: 80.3rem;
  height: 82.2rem;
  background-image: url(../img/img07.svg);
  background-repeat: no-repeat;
  background-size: 100%;
}

.p-features::before {
  left: -18.3rem;
  top: 10.8rem;
  background-position: left top;
}

.p-features::after {
  margin-top: -3.3rem;
  right: -16.3rem;
  top: 50%;
  transform: translateY(-50%);
  background-position: right top;
}

.p-features__pho-img {
  width: 100%;
  height: auto;
}

@media screen and (max-width: 768px) {
  .p-features {
    margin-bottom: 8rem;
    padding: 1rem 0 0;
  }

  .p-features::before {
    left: auto;
    right: 0.3rem;
    top: 23.4rem;
    width: 26.7rem;
    height: 27.2rem;
    background-image: url(../img/img12.svg);
  }

  .p-features::after {
    display: none;
  }
}

.p-features__content {
  position: relative;
}

.p-features__head {
  margin-bottom: 2.4rem;
  text-align: center;
}

@media screen and (max-width: 768px) {
  .p-features__head {
    margin-bottom: 4.1rem;
  }
}

.p-features__en {
  margin-bottom: 2.3rem;
  line-height: 1.5;
}

@media screen and (max-width: 768px) {
  .p-features__en {
    margin-bottom: 1.4rem;
  }
}

.p-features__top-text {
  margin: 0 auto 5.1rem;
  width: 80rem;
  text-align: justify;
  font-feature-settings: initial;
}

@media screen and (max-width: 768px) {
  .p-features__top-text {
    margin-bottom: 4rem;
    width: auto;
  }
}

.p-features__btn {
  margin-bottom: 5.4rem;
}

@media screen and (max-width: 768px) {
  .p-features__btn {
    margin-bottom: 4.4rem;
  }
}

.p-features__list {
  margin-top: -5.5rem;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  position: relative;
  z-index: 1;
}

@media screen and (max-width: 768px) {
  .p-features__list {
    margin-top: 0;
    display: block;
  }
}

.p-features__item {
  margin-top: 5.5rem;
  width: 45%;
}

@media screen and (max-width: 768px) {
  .p-features__item {
    margin: 0 0 4.5rem;
    width: auto;
  }

  .p-features__item:last-child {
    margin-bottom: 0;
  }
}

.p-features__num {
  margin-bottom: -1.1rem;
  color: var(--main);
  font-size: 7rem;
  font-weight: 600;
  letter-spacing: 0;
  line-height: 1;
  font-family: var(--en-font);
}

@media screen and (max-width: 768px) {
  .p-features__num {
    margin-bottom: -0.9rem;
    padding-left: 1rem;
    font-size: 5.6rem;
  }
}

.p-features__num-en {
  margin-bottom: 1.6rem;
  display: block;
  font-size: 1.3rem;
  line-height: 1.2;
}

@media screen and (max-width: 768px) {
  .p-features__num-en {
    margin: 0 0 0.5rem -1rem;
    font-size: 1.2rem;
  }
}

.p-features__photo {
  margin-bottom: 3.4rem;
  border-top: 0.6rem solid var(--main);
}

@media screen and (max-width: 768px) {
  .p-features__photo {
    margin-bottom: 2.4rem;
    border-top-width: 0.7rem;
  }
}

.p-features__img {
  width: 100%;
  max-height: 100%;
  height: 100%;
}

.p-features__ttl {
  margin-bottom: 1rem;
  font-size: 2.4rem;
  font-weight: 600;
  letter-spacing: 0.05em;
  line-height: 1.35;
  font-feature-settings: initial;
  min-height: 8rem;
  display: flex;
  align-items: center;
}

@media screen and (max-width: 768px) {
  .p-features__ttl {
    margin-bottom: 0.5rem;
    font-size: 2rem;
  }
}

.p-features__text {
  text-align: justify;
  font-feature-settings: initial;
}

.p-features__ico {
  margin: -7.9rem 0 0 2.3rem;
  width: 73.64%;
}

.p-features__ico-img {
  width: 100%;
  height: auto;
}

@media screen and (max-width: 768px) {
  .p-features__ico {
    margin: 3.9rem 0 -3.2rem;
    width: auto;
  }
}

.p-features__pho {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 41%;
}

@media screen and (max-width: 768px) {
  .p-features__pho {
    position: static;
    width: auto;
  }
}

.p-greeting {
  padding: 15.8rem 1rem 15.7rem;
  background-color: var(--main);
  position: relative;
}

.p-greeting::before {
  position: absolute;
  content: "";
  left: calc(50% - 17.4rem);
  transform: translateX(-50%);
  bottom: -13.3rem;
  width: 84.8rem;
  height: 116.5rem;
  background: url(../img/img09.svg) no-repeat center bottom/100%;
}

.p-greeting__photo-img {
  width: 100%;
  height: auto;
}

@media screen and (max-width: 768px) {
  .p-greeting {
    padding: 3.8rem 1.8rem 8.1rem;
  }

  .p-greeting::before {
    width: 52.8rem;
    left: calc(50% - 5.4rem);
    bottom: 5.7rem;
  }

  .p-greeting__btn {
    text-align: center;
  }
}

.p-greeting__box {
  margin: 0 auto;
  max-width: 119.9rem;
  position: relative;
  display: flex;
  justify-content: space-between;
}

@media screen and (max-width: 768px) {
  .p-greeting__box {
    display: block;
    max-width: inherit;
  }
}

.p-greeting__text-box {
  margin-top: 4.8rem;
  width: calc(100% - 59.9rem);
  order: 1;
  box-sizing: border-box;
}

@media screen and (max-width: 768px) {
  .p-greeting__text-box {
    margin-top: 0;
    padding-right: 0;
    width: auto;
  }
}

.p-greeting__photo {
  width: 50rem;
}

@media screen and (max-width: 768px) {
  .p-greeting__photo {
    margin-bottom: 3rem;
    width: auto;
  }
}

.p-greeting__en {
  margin-bottom: 2.8rem;
  color: var(--white);
  font-family: var(--en-font);
}

@media screen and (max-width: 768px) {
  .p-greeting__en {
    margin-bottom: 1.5rem;
    font-size: 4rem;
    text-align: center;
  }
}

.p-greeting__head {
  margin-bottom: 2.5rem;
  text-align: left;
  line-height: 1.35;
}

@media screen and (max-width: 768px) {
  .p-greeting__head {
    margin-bottom: 4rem;
    padding: 0 0.8rem;
    line-height: 1.4;
  }
}

.p-greeting__pro {
  font-size: 1.5rem;
  letter-spacing: 0.15em;
  font-weight: 600;
}

@media screen and (max-width: 768px) {
  .p-greeting__pro {
    margin-bottom: 0.4rem;
  }
}

.p-greeting__name {
  margin-bottom: 1.6rem;
  font-size: 3.4rem;
  font-weight: 600;
  line-height: 1.86;
  letter-spacing: 0.05em;
}

@media screen and (max-width: 768px) {
  .p-greeting__name {
    margin-bottom: 2.4rem;
    font-size: 2.4rem;
  }
}

.p-greeting__text {
  margin-bottom: 3.8rem;
  text-align: justify;
  font-feature-settings: initial;
}

.p-greeting__text:last-of-type {
  margin-bottom: 5.2rem;
}

@media screen and (max-width: 768px) {
  .p-greeting__text {
    margin-bottom: 3.6rem;
  }

  .p-greeting__text:last-of-type {
    margin-bottom: 4rem;
  }
}

.p-fix-photo {
  position: relative;
  height: 40rem;
  margin-bottom: 2rem;
  background: url(../img/bg03.jpg) no-repeat center center/cover;
  background-attachment: fixed;
}

@media screen and (max-width: 768px) {
  .p-fix-photo {
    height: 25rem;
    background-attachment: initial;
    background-image: url(../img/bg03_sp.jpg);
  }
}

.p-treatment {
  padding: 12.7rem 2rem 14.8rem;
  max-width: 104rem;
}

@media screen and (max-width: 768px) {
  .p-treatment {
    padding: 4.9rem 2rem 8rem;
  }

  .p-treatment__btn-link {
    font-size: 1.5rem;
  }
}

.p-treatment .c-head-line02 {
  margin-bottom: 2.5rem;
  position: relative;
  line-height: 1.4;
  text-align: center;
}

@media screen and (min-width: 769px) {
  .p-treatment .c-head-line02__en {
    position: absolute;
    left: -7.1rem;
    top: 2px;
    transform: rotate(90deg);
    transform-origin: left top;
  }
}

@media all and (min-width: 769px) and (max-width: 1366px) {
  .p-treatment .c-head-line02__en {
    left: -1rem;
  }
}

@media screen and (max-width: 768px) {
  .p-treatment .c-head-line02 {
    margin-bottom: 4rem;
  }

  .p-treatment .c-head-line02__en {
    margin-bottom: 1.4rem;
  }
}

.p-treatment__top-text {
  margin: 0 auto 9.9rem;
  max-width: 80rem;
  text-align: justify;
  font-feature-settings: initial;
}

@media screen and (max-width: 768px) {
  .p-treatment__top-text {
    margin-bottom: 5rem;
    max-width: inherit;
    font-size: 1.5rem;
    line-height: 2;
  }
}

.p-treatment__list {
  margin-bottom: 8rem;
}

@media screen and (min-width: 769px) {
  .p-treatment__list {
    margin-bottom: 2rem;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
}

.p-treatment__item {
  margin-bottom: 4em;
}

@media screen and (min-width: 769px) {
  .p-treatment__item {
    margin-bottom: 8rem;
    width: calc(50% - 30px);
  }
}

@media screen and (max-width: 768px) {
  .p-treatment__item:last-child {
    margin-bottom: 0;
  }
}

@media screen and (min-width: 769px) {
  .p-treatment__photo {
    border-radius: 1.5rem;
    overflow: hidden;
  }
}

.p-treatment__photo img {
  width: 100%;
}

.p-treatment__img {
  margin: -6.5rem auto 1.3rem;
  width: 12.2rem;
  height: 12.2rem;
  border-radius: 12.2rem;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
  background: var(--main);
  position: relative;
}

.p-treatment__img img {
  width: 6.6rem;
}

.p-treatment__title {
  margin-bottom: 2.2rem;
  color: var(--main-dark);
  text-align: center;
  font-size: 2.4rem;
  font-weight: 600;
  letter-spacing: 0.06em;
  line-height: 1.7;
}

.p-treatment__title--sml {
  display: block;
  color: var(--main);
  font-size: 1.3rem;
  letter-spacing: 0.02em;
}

@media screen and (max-width: 768px) {
  .p-treatment__title {
    margin-bottom: 1.6rem;
    font-size: 2rem;
  }

  .p-treatment__title--sml {
    margin-top: 0.5rem;
    font-size: 1.2rem;
  }
}

.p-treatment__txt {
  margin: 0 2rem 3.1rem;
  font-size: 1.5rem;
  line-height: 1.74;
  letter-spacing: 0;
  font-feature-settings: initial;
  text-align: justify;
}

@media screen and (max-width: 768px) {
  .p-treatment__txt {
    margin: 0 0 3rem;
    line-height: 1.66;
    font-size: 1.4rem;
  }
}

.p-treatment .c-btn {
  text-align: center;
}

.p-treatment__type-list {
  margin-top: -4rem;
  display: flex;
  flex-wrap: wrap;
}

@media screen and (max-width: 768px) {
  .p-treatment__type-list {
    margin-top: -2rem;
    justify-content: space-between;
  }
}

.p-treatment__type-item {
  margin: 4rem 4rem 0 0;
  width: 22rem;
  min-height: 25.7rem;
}

.p-treatment__type-item:nth-child(4n) {
  margin-right: 0;
}

@media screen and (max-width: 768px) {
  .p-treatment__type-item {
    margin: 2rem 0 0;
    width: 47.5%;
    min-height: 20rem;
  }
}

.p-treatment__type-link {
  padding-top: 2.8rem;
  height: 100%;
  box-sizing: border-box;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  align-items: center;
  border-radius: 0.5rem;
  box-shadow: 0 0.1rem 0.4rem 0 rgba(0, 0, 0, 0.25);
  background-color: var(--main);
}

@media screen and (min-width: 769px) {
  .p-treatment__type-link:hover {
    background: rgba(246, 202, 28, 0.8);
  }
}

@media screen and (max-width: 768px) {
  .p-treatment__type-link {
    padding-top: 0;
  }
}

.p-treatment__type-ttl {
  margin-bottom: 0.8rem;
  width: 100%;
  color: var(--gray-black);
  text-align: center;
  font-weight: 600;
  line-height: 1.5;
}

@media screen and (max-width: 768px) {
  .p-treatment__type-ttl {
    margin-bottom: 0;
    min-height: 4.9rem;
    display: flex;
    align-items: center;
    justify-content: center;
    font-feature-settings: initial;
  }
}

.p-treatment__type-txt {
  width: 100%;
  color: var(--white);
  letter-spacing: 0;
  line-height: 1.73;
  font-size: 1.3rem;
  font-weight: 600;
  text-align: center;
}

@media screen and (max-width: 768px) {
  .p-treatment__type-txt {
    font-size: 1.2rem;
  }
}

.p-treatment__type-ico {
  margin-bottom: 1.7rem;
  text-align: center;
}

@media screen and (max-width: 768px) {
  .p-treatment__type-ico {
    margin-bottom: 0;
  }
}

.p-treat {
  margin-bottom: 15rem;
  padding: 9.9rem 0 13.1rem;
  background: url(../img/bg04.jpg) no-repeat center center/cover;
}

@media screen and (max-width: 768px) {
  .p-treat {
    margin-bottom: 3.7rem;
    padding: 6.6rem 2rem 2.3em;
    background-image: url(../img/bg04_sp.jpg);
  }
}

.p-treat__ttl {
  margin-bottom: 2rem;
  text-align: center;
  font-size: 2.4rem;
  font-weight: 600;
  letter-spacing: 0.05em;
}

@media screen and (max-width: 768px) {
  .p-treat__ttl {
    font-size: 2rem;
  }
}

.p-treat__ico {
  display: block;
  margin: 0 auto 0.1rem;
  width: 2.4rem;
}

@media screen and (max-width: 768px) {
  .p-treat__ico {
    margin-bottom: 0.5rem;
  }
}

.p-treat__title {
  margin-bottom: 0.6rem;
  text-align: center;
  font-size: 2rem;
  font-weight: 300;
  text-align: center;
  font-family: var(--sub-font);
  letter-spacing: 0.05em;
}

@media screen and (max-width: 768px) {
  .p-treat__title {
    margin-bottom: 1.9rem;
    font-size: 1.7rem;
  }
}

.p-treat__text {
  margin-bottom: 5.9rem;
  letter-spacing: 0;
  font-size: 1.3rem;
  font-weight: 300;
  letter-spacing: 0.05em;
  text-align: center;
}

@media screen and (max-width: 768px) {
  .p-treat__text {
    margin-bottom: 4.3rem;
    line-height: 1.8;
  }
}

@media screen and (max-width: 768px) {
	.p-treat__text02{
		display:none;
	}
	.p-treat__title02{
		margin-bottom:1.5em;
	}
}

.p-treat__text03{
	text-align:start;
	margin-bottom:0;
}

.p-treat__title03{
	margin-bottom:0;
	margin-top:1.5rem;
}
.p-clinic {
  margin-bottom: 16.4rem;
  padding: 3.2rem 0;
  z-index: 1;
  position: relative;
  background: url(../img/img10.svg) no-repeat left 8.2rem top/48.4rem;
}

@media screen and (max-width: 768px) {
  .p-clinic {
    margin-bottom: 4.8rem;
    background-size: 17.5rem;
    background-position: left -0.8rem top 1.2rem;
  }

  .p-clinic__photo {
    margin: 0 -1.8rem;
  }

  .p-clinic__photo-img {
    width: 100%;
    height: auto;
  }

  .p-clinic::after {
    position: absolute;
    content: "";
    right: -2rem;
    bottom: 61rem;
    width: 21.6rem;
    height: 22.1rem;
    background: url(../img/img11.svg) no-repeat right top/100%;
  }
}

.p-clinic__content {
  width: auto;
  max-width: 123rem;
  position: relative;
  z-index: 1;
}

.p-clinic__head {
  margin-bottom: 2.4rem;
  text-align: center;
}

@media screen and (max-width: 768px) {
  .p-clinic__head {
    margin-bottom: 4.1rem;
  }
}

.p-clinic__en {
  margin-bottom: 2.8rem;
}

@media screen and (max-width: 768px) {
  .p-clinic__en {
    margin-bottom: 1.6rem;
  }
}

.p-clinic__top-text {
  margin: 0 auto 5.2rem;
  width: 80rem;
  letter-spacing: 0.096em;
  text-align: justify;
}

@media screen and (max-width: 768px) {
  .p-clinic__top-text {
    margin-bottom: 4.1rem;
    width: auto;
  }
}

.p-clinic__btn {
  margin-bottom: 5rem;
}

@media screen and (max-width: 768px) {
  .p-clinic__btn {
    margin-bottom: 6rem;
  }
}

.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;
}

/*20240329求人サイト ボタン調整*/
.btn-flex {
	
}
.btn-flex .content {
	margin-bottom: 15px;
}
.c-btn__recruit {
	font-family: var(--base-font);
    border-color: var(--main);
    color: var(--base-color);
    width: 30%;
}

@media screen and (max-width: 768px) {
  .btn-flex .content {
    text-align: center;
  }
  .c-btn__recruit {
	font-family: var(--base-font);
    border-color: var(--main);
    color: var(--base-color);
    width: 100%;
  }
}

.content02{
	margin: 3.3em auto 0 ;
}

@media screen and (max-width: 768px) {
	
}

/*# sourceMappingURL=style.css.map */