@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Zen+Kaku+Gothic+New:wght@300;400;500;700;900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP: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=Roboto:wght@100;300;400;500;700;900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=BIZ+UDPGothic:wght@400;700&family=BIZ+UDPMincho:wght@400;700&family=Halant:wght@300;400;500;600;700&display=swap");
/*! destyle.css v1.0.14 | MIT License | https://github.com/nicolas-cusan/destyle.css */
* {
  box-sizing: border-box;
}

::before,
::after {
  box-sizing: inherit;
}

html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: transparent;
}

body {
  margin: 0;
}




main {
  display: block;
}

p,
table,
blockquote,
address,
pre,
iframe,
form,
figure,
dl {
  margin: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  line-height: inherit;
  font-weight: inherit;
  margin: 0;
}

ul,
ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

dt {
  font-weight: 700;
}

dd {
  margin-left: 0;
}

hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
  border: 0;
  border-top: 1px solid;
  margin: 0;
  clear: both;
  color: inherit;
}

pre {
  font-family: monospace, monospace;
  font-size: inherit;
}

address {
  font-style: inherit;
}

a {
  background-color: transparent;
  text-decoration: none;
  color: inherit;
}

abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  text-decoration: underline dotted;
}

b,
strong {
  font-weight: bolder;
}

code,
kbd,
samp {
  font-family: monospace, monospace;
  font-size: inherit;
}

small {
  font-size: 80%;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

img {
  border-style: none;
  vertical-align: bottom;
}

embed,
object,
iframe {
  border: 0;
  vertical-align: bottom;
}

button,
input,
optgroup,
select,
textarea {
  -webkit-appearance: none;
  appearance: none;
  vertical-align: middle;
  color: inherit;
  font: inherit;
  border: 0;
  background: transparent;
  padding: 0;
  margin: 0;
  outline: 0;
  border-radius: 0;
  text-align: inherit;
}

[type=checkbox] {
  -webkit-appearance: checkbox;
  appearance: checkbox;
}

[type=radio] {
  -webkit-appearance: radio;
  appearance: radio;
}

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

button,
[type=button],
[type=reset],
[type=submit] {
  cursor: pointer;
  -webkit-appearance: none;
  appearance: none;
}

button[disabled],
[type=button][disabled],
[type=reset][disabled],
[type=submit][disabled] {
  cursor: default;
}

button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

select::-ms-expand {
  display: none;
}

option {
  padding: 0;
}

fieldset {
  margin: 0;
  padding: 0;
  border: 0;
  min-width: 0;
}

legend {
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}

progress {
  vertical-align: baseline;
}

textarea {
  overflow: auto;
}

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

[type=search] {
  outline-offset: -2px;
}

[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

label[for] {
  cursor: pointer;
}

details {
  display: block;
}

summary {
  display: list-item;
}

[contenteditable] {
  outline: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

caption {
  text-align: left;
}

td,
th {
  vertical-align: top;
  padding: 0;
}

th {
  text-align: left;
  font-weight: 700;
}

template {
  display: none;
}

[hidden] {
  display: none;
}

:root {
  --base-font: "Noto Sans JP", sans-serif;
  --sub-font: "Noto Serif JP", serif;
  --en-font: "Roboto", sans-serif;
  --base-color: #222;
  --main: #A48D6C;
  --main-light: #FCF8F6;
  --main-dark: #694912;
  --sub: #98ECC9;
  --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: #EF8BB6;
  --variation2: #F1CB91;
  --variation3: #D6F19B;
}

.editor-styles-wrapper,
html {
  font-size: 62.5% !important;
  scroll-behavior: smooth !important;
}
@media screen and (max-width: 768px) {
  .editor-styles-wrapper,
  html {
    font-size: 2.66vw !important;
  }
}

.editor-styles-wrapper,
html :where(.wp-block) {
  max-width: 980px !important;
}

.editor-styles-wrapper,
body {
  font-family: var(--base-font) !important;
  font-feature-settings: "palt" !important;
  -webkit-font-smoothing: antialiased !important;
  -moz-osx-font-smoothing: grayscale !important;
  color: var(--base-color) !important;
  font-size: 1.5rem !important;
  font-style: normal !important;
  font-weight: 400 !important;
  line-height: 1.8 !important;
  letter-spacing: 0.1em !important;
}
@media screen and (max-width: 768px) {
  .editor-styles-wrapper,
  body {
    font-size: 1.4rem !important;
    -webkit-text-size-adjust: 100% !important;
  }
}

@media screen and (min-width: 769px) {
  a[href*="tel:"] {
    pointer-events: none;
    cursor: default;
    text-decoration: none;
  }
}
.pc {
  display: block;
}
@media screen and (max-width: 768px) {
  .pc {
    display: none;
  }
}

.sp {
  display: none;
}
@media screen and (max-width: 768px) {
  .sp {
    display: block;
  }
}

.lightbox {
  top: 50% !important;
  transform: translateY(-50%) !important;
  position: fixed !important;
}

.lightboxOverlay {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=50) !important;
  opacity: 0.5 !important;
}

.lb-data .lb-number {
  color: var(--white) !important;
}

@media screen and (min-width: 769px) {
  .lightbox__link {
    pointer-events: none;
  }
}
.caseSwiper .swiper {
  padding: 1rem 1rem;
  max-width: 86rem;
  width: 100%;
  margin: 0 auto;
}
.caseSwiper .swiper-buttons {
  width: 100rem;
  margin: 0 auto;
  position: relative;
}
@media screen and (max-width: 768px) {
  .caseSwiper .swiper-buttons {
    width: 100%;
  }
}
.caseSwiper .swiper-button-next,
.caseSwiper .swiper-button-prev {
  color: var(--gray-dark);
  background: var(--main-light);
  width: 3.2rem;
  height: 3.2rem;
  border-radius: 50%;
  transition: all 0.5s;
}
.caseSwiper .swiper-button-next:hover,
.caseSwiper .swiper-button-prev:hover {
  color: var(--main-light);
  background: var(--gray-dark);
}
.caseSwiper .swiper-button-next:after,
.caseSwiper .swiper-button-prev:after {
  font-size: 1.4rem;
  font-weight: 600;
}

.blogSwiper .swiper {
  padding: 1rem 1rem;
  max-width: 86rem;
  width: 100%;
  margin: 0 auto;
}
.blogSwiper .swiper-buttons {
  width: 100rem;
  margin: 0 auto;
  position: relative;
}
@media screen and (max-width: 768px) {
  .blogSwiper .swiper-buttons {
    width: 100%;
  }
}
.blogSwiper .swiper-button-next,
.blogSwiper .swiper-button-prev {
  color: var(--gray-dark);
  background: var(--main-light);
  width: 3.2rem;
  height: 3.2rem;
  border-radius: 50%;
  transition: all 0.5s;
}
.blogSwiper .swiper-button-next:hover,
.blogSwiper .swiper-button-prev:hover {
  color: var(--main-light);
  background: var(--gray-dark);
}
.blogSwiper .swiper-button-next:after,
.blogSwiper .swiper-button-prev:after {
  font-size: 1.4rem;
  font-weight: 600;
}

.noSwiper--blog {
  display: flex;
  justify-content: center;
  gap: 0 2.4rem;
  flex-wrap: wrap;
  max-width: 84rem;
  width: 100%;
  margin: 0 auto;
}
.noSwiper--blog .c-card {
  width: calc((100% - 1.8rem) / 3);
}
@media screen and (max-width: 768px) {
  .noSwiper--blog .c-card {
    width: 90%;
    margin: 0 auto;
  }
}
@media screen and (max-width: 768px) {
  .noSwiper--blog .c-card + .c-card {
    margin-top: 2.4rem;
  }
}

.noSwiper--case {
  display: flex;
  justify-content: center;
  gap: 0 2.4rem;
  flex-wrap: wrap;
  max-width: 84rem;
  width: 100%;
  margin: 0 auto;
}
.noSwiper--case .c-card {
  width: calc((100% - 1.8rem) / 2);
}
@media screen and (max-width: 768px) {
  .noSwiper--case .c-card {
    width: 90%;
    margin: 0 auto;
  }
}
@media screen and (max-width: 768px) {
  .noSwiper--case .c-card + .c-card {
    margin-top: 2.4rem;
  }
}

.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;
  background: inherit;
}
@media screen and (max-width: 768px) {
  .l-pagetitle {
    margin: 4rem auto 0 auto;
    padding: 0;
  }
}
.l-pagetitle h1 {
  text-align: center;
  font-size: 3.6rem;
  font-weight: 400;
  position: relative;
  padding-bottom: 2rem;
}
.l-pagetitle h1::after {
  content: "";
  position: absolute;
  bottom: 0;
  display: inline-block;
  width: 7rem;
  height: 0.1rem;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  background-color: var(--main-dark);
}
.l-pagetitle img {
  width: 100%;
  max-width: 124rem;
  aspect-ratio: 2/1;
  object-fit: cover;
  margin-top: 8rem;
}
@media screen and (max-width: 768px) {
  .l-pagetitle img {
    margin-top: 4rem;
  }
}

.l-pagetitle.default {
  color: var(--main);
}

.l-pagetitle.gray-light {
  color: var(--main);
}

.l-pagetitle.main-light {
  color: var(--main);
}

.l-pagetitle.main {
  color: var(--white);
}

.l-page {
  letter-spacing: 0.06em;
  line-height: 1.8;
}
.l-page section .inner > * + * {
  margin-top: 4rem;
}
.l-page strong {
  font-weight: 600;
}
.l-page .left {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  gap: 0 1.6rem;
  text-align: left;
}
.l-page .center {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 0 1.6rem;
  text-align: center;
}
.l-page .right {
  display: flex;
  justify-content: flex-end;
  flex-wrap: wrap;
  gap: 0 1.6rem;
  text-align: right;
}
.l-page small {
  font-size: 1.3rem;
  line-height: 1.7;
  display: inline-block;
}
.l-page img {
  max-width: 90rem;
  width: 100%;
  height: auto;
  aspect-ratio: 3/2;
  object-fit: cover;
}
.l-page img.no-trim {
  aspect-ratio: auto !important;
}
.l-page .flex {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  gap: 4rem 5rem;
}
@media screen and (max-width: 768px) {
  .l-page .flex {
    gap: 1.6rem;
  }
}
.l-page .flex .col-1 {
  width: 100%;
}
.l-page .flex .col-1 > * + * {
  margin-top: 2rem;
}
@media screen and (max-width: 768px) {
  .l-page .flex .col-1 > * + * {
    margin-top: 1.6rem;
  }
}
.l-page .flex .col-1 img {
  aspect-ratio: 2/1;
}
@media screen and (max-width: 768px) {
  .l-page .flex .col-1 img {
    aspect-ratio: 3/2;
  }
}
.l-page .flex .col-2 {
  width: calc((100% - 5rem) / 2);
}
.l-page .flex .col-2 > * + * {
  margin-top: 2rem;
}
@media screen and (max-width: 768px) {
  .l-page .flex .col-2 > * + * {
    margin-top: 1.6rem;
  }
}
@media screen and (max-width: 768px) {
  .l-page .flex .col-2 {
    width: 100%;
  }
}
.l-page .flex .col-3 {
  width: calc((100% - 10rem) / 3);
}
.l-page .flex .col-3 > * + * {
  margin-top: 2rem;
}
@media screen and (max-width: 768px) {
  .l-page .flex .col-3 > * + * {
    margin-top: 1.6rem;
  }
}
@media screen and (max-width: 768px) {
  .l-page .flex .col-3 {
    width: 100%;
  }
}
.l-page .flex.rev {
  flex-direction: row-reverse;
}
@media screen and (max-width: 768px) {
  .l-page .table-wrap {
    overflow-x: scroll;
  }
}
.l-page section.default + section.default {
  margin-top: -8rem;
}
.l-page section.default .inner {
  width: 100%;
  max-width: 98rem;
  margin: 0 auto;
  font-size: 1.6rem;
  padding: 8rem 4rem;
}
@media screen and (max-width: 768px) {
  .l-page section.default .inner {
    padding: 6rem 2rem;
  }
}
.l-page section.default h1 {
  color: var(--main);
  text-align: center;
  font-size: 3.6rem;
  font-weight: 400;
  margin-bottom: 8rem;
}
.l-page section.default h1 span {
  color: var(--main-dark);
  display: block;
  font-size: 2rem;
  font-weight: 600;
  line-height: 6rem;
  position: relative;
}
.l-page section.default h1 span::after {
  content: "";
  position: absolute;
  bottom: 0;
  display: inline-block;
  width: 7rem;
  height: 0.1rem;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  background-color: var(--main-dark);
}
.l-page section.default h2 {
  background: var(--main-dark);
  color: var(--white);
  text-align: center;
  font-size: 3rem;
  font-weight: 400;
  line-height: 1.6;
  padding: 1rem 2rem;
}
@media screen and (max-width: 768px) {
  .l-page section.default h2 {
    font-size: 2.4rem;
  }
}
.l-page section.default h2 + p,
.l-page section.default h2 + h3,
.l-page section.default h2 + h4,
.l-page section.default h2 + h5,
.l-page section.default h2 + h6,
.l-page section.default h2 + ol,
.l-page section.default h2 + ul,
.l-page section.default h2 + table,
.l-page section.default h2 + .profile {
  margin-top: 4rem !important;
}
.l-page section.default h3 {
  color: var(--main-dark);
  font-size: 2.4rem;
  font-weight: 600;
  border-bottom: 0.1rem solid var(--main);
  line-height: 1.6;
  padding: 0 0 1rem 0;
  margin-top: 4rem !important;
}
@media screen and (max-width: 768px) {
  .l-page section.default h3 {
    font-size: 2rem;
  }
}
.l-page section.default h4 {
  background: var(--main-light);
  color: var(--main);
  font-size: 1.8rem;
  font-weight: 600;
  padding: 0.8rem 1.6rem;
}
@media screen and (max-width: 768px) {
  .l-page section.default h4 {
    font-size: 1.6rem;
  }
}
.l-page section.default h5 {
  color: var(--main);
  font-size: 1.6rem;
  font-weight: 600;
  margin-bottom: -0.8rem;
}
@media screen and (max-width: 768px) {
  .l-page section.default h5 {
    font-size: 1.4rem;
  }
}
.l-page section.default h5::before {
  content: "●";
  padding: 0 0.5em 0 0;
}
.l-page section.default h6 {
  color: var(--main);
  font-size: 1.3rem;
  font-weight: 600;
  margin-bottom: -1.6rem;
}
@media screen and (max-width: 768px) {
  .l-page section.default h6 {
    font-size: 1.2rem;
  }
}
.l-page section.default .flowTtl {
  font-size: 2rem;
  font-weight: 600;
  position: relative;
  padding-left: 4rem;
}
.l-page section.default .flowTtl span {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  width: 3rem;
  height: 3rem;
  line-height: 3rem;
  border-radius: 50%;
  background: var(--main);
  color: var(--white);
  display: inline-block;
  text-align: center;
  font-size: 1.3rem;
}
.l-page section.default ol.number {
  counter-reset: list;
  list-style-type: none;
  margin-bottom: 2.4rem;
}
.l-page section.default ol.number li {
  position: relative;
  margin: 0;
  padding: 0.9rem 0 0.9rem 6.6rem;
}
.l-page section.default ol.number li::before {
  counter-increment: list;
  content: counter(list);
  color: var(--main-dark);
  background: var(--main-light);
  font-size: 2rem;
  font-weight: 600;
  position: absolute;
  top: 0;
  left: 0;
  width: 5rem;
  height: 5rem;
  line-height: 5rem;
  text-align: center;
}
.l-page section.default ol.number li span {
  display: block;
  font-weight: 600;
}
.l-page section.default ol.number li + li {
  margin-top: 2.4rem;
}
.l-page section.default ol.flow {
  counter-reset: list;
}
.l-page section.default ol.flow li {
  display: flex;
  flex-wrap: wrap;
  gap: 4rem;
}
@media screen and (max-width: 768px) {
  .l-page section.default ol.flow li {
    flex-direction: column-reverse;
    gap: 2rem;
  }
}
.l-page section.default ol.flow li div {
  width: calc((100% - 4rem) / 2);
}
@media screen and (max-width: 768px) {
  .l-page section.default ol.flow li div {
    width: 100%;
  }
}
.l-page section.default ol.flow li div span {
  font-size: 2rem;
  font-weight: 600;
  position: relative;
  padding-left: 4rem;
  display: block;
  margin-bottom: 2rem;
}
.l-page section.default ol.flow li div span::before {
  counter-increment: list;
  content: counter(list);
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  width: 3rem;
  height: 3rem;
  line-height: 3rem;
  border-radius: 50%;
  background: var(--main);
  color: var(--white);
  display: inline-block;
  text-align: center;
  font-size: 1.3rem;
}
.l-page section.default ol.flow li div p + p {
  margin-top: 2rem;
}
.l-page section.default ol.flow li div.full {
  width: 100%;
}
.l-page section.default ol.flow li div.full > * + * {
  margin-top: 2rem;
}
.l-page section.default ol.flow li:not(:nth-child(1)),
.l-page section.default ol.flow li:not(:nth-child(2)) {
  margin-top: 4rem;
}
.l-page section.default ul.flow li {
  display: flex;
  flex-wrap: wrap;
  gap: 4rem;
}
@media screen and (max-width: 768px) {
  .l-page section.default ul.flow li {
    flex-direction: column-reverse;
    gap: 2rem;
  }
}
.l-page section.default ul.flow li div {
  width: calc((100% - 4rem) / 2);
}
@media screen and (max-width: 768px) {
  .l-page section.default ul.flow li div {
    width: 100%;
  }
}
.l-page section.default ul.flow li div span {
  font-size: 2rem;
  font-weight: 600;
  position: relative;
  display: block;
  margin-bottom: 2rem;
}
.l-page section.default ul.flow li div p + p {
  margin-top: 2rem;
}
.l-page section.default ul.flow li:not(:nth-child(1)),
.l-page section.default ul.flow li:not(:nth-child(2)) {
  margin-top: 4rem;
}
.l-page section.default ul.circle {
  list-style-type: none;
  margin-bottom: 2.4rem;
}
.l-page section.default ul.circle li {
  position: relative;
  margin: 0;
  padding: 0 0 0 5rem;
}
.l-page section.default ul.circle li::before {
  content: "●";
  font-weight: 600;
  position: absolute;
  top: 0;
  left: 0;
  width: 5rem;
  text-align: center;
  color: var(--main-dark);
}
.l-page section.default ul.circle li span {
  display: block;
  font-weight: 600;
}
.l-page section.default ul.circle li + li {
  margin-top: 2.4rem;
}
.l-page section.default ul.check {
  list-style-type: none;
}
.l-page section.default ul.check li {
  position: relative;
  padding: 0 0 0 5rem;
}
.l-page section.default ul.check li::after {
  content: "";
  display: block;
  position: absolute;
  top: 0.5em;
  left: 1.5rem;
  width: 2rem;
  text-align: center;
  height: 1rem;
  border-left: 0.3rem solid var(--main-dark);
  border-bottom: 0.3rem solid var(--main-dark);
  transform: rotate(-45deg);
}
.l-page section.default ul.check li + li {
  margin-top: 2.4rem;
}
.l-page section.default dl {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  padding: 0;
  width: 100%;
  gap: 1.6rem;
}
.l-page section.default dl dt {
  width: 10rem;
  font-weight: 600;
}
.l-page section.default dl dd {
  width: calc(100% - 11.6rem);
}
.l-page section.default table.border--none {
  border-collapse: collapse;
  border-spacing: 0;
  width: 100%;
  border-top: 0.1rem solid var(--gray);
}
.l-page section.default table.border--none th,
.l-page section.default table.border--none td {
  vertical-align: middle;
  border-bottom: 0.1rem solid var(--gray);
  padding: 2.4rem;
}
@media screen and (max-width: 768px) {
  .l-page section.default table.border--none th,
  .l-page section.default table.border--none td {
    padding: 2rem;
  }
}
.l-page section.default table.border--none th {
  text-align: left;
  color: var(--main-dark);
  font-weight: 600;
}
@media screen and (max-width: 768px) {
  .l-page section.default table.border--none th {
    width: 100% !important;
    display: block;
    border-bottom: 0.1rem dashed var(--gray);
  }
}
@media screen and (max-width: 768px) {
  .l-page section.default table.border--none td {
    width: 100% !important;
    display: block;
  }
}
.l-page section.default table.border--none th.w10,
.l-page section.default table.border--none td.w10 {
  width: 10%;
}
.l-page section.default table.border--none th.w20,
.l-page section.default table.border--none td.w20 {
  width: 20%;
}
.l-page section.default table.border--none th.w30,
.l-page section.default table.border--none td.w30 {
  width: 30%;
}
.l-page section.default table.border--none th.w40,
.l-page section.default table.border--none td.w40 {
  width: 40%;
}
.l-page section.default table.border--none th.w50,
.l-page section.default table.border--none td.w50 {
  width: 50%;
}
.l-page section.default table.border--none th.w60,
.l-page section.default table.border--none td.w60 {
  width: 60%;
}
.l-page section.default table.border--none th.w70,
.l-page section.default table.border--none td.w70 {
  width: 70%;
}
.l-page section.default table.border--none th.w80,
.l-page section.default table.border--none td.w80 {
  width: 80%;
}
.l-page section.default table.border--none th.w90,
.l-page section.default table.border--none td.w90 {
  width: 90%;
}
.l-page section.default table.border--none th.main,
.l-page section.default table.border--none td.main {
  background: var(--main);
  color: var(--white);
}
.l-page section.default table.border--none th.main-light,
.l-page section.default table.border--none td.main-light {
  background: var(--main-light);
}
.l-page section.default table.border--none th.gray-light,
.l-page section.default table.border--none td.gray-light {
  background: var(--gray-light);
}
.l-page section.default table.border {
  border-collapse: collapse;
  border-spacing: 0;
  width: 100%;
  border: 0.1rem solid var(--gray);
}
.l-page section.default table.border th,
.l-page section.default table.border td {
  vertical-align: middle;
  border-bottom: 0.1rem solid var(--gray);
  padding: 2.4rem;
}
@media screen and (max-width: 768px) {
  .l-page section.default table.border th,
  .l-page section.default table.border td {
    padding: 2rem;
  }
}
.l-page section.default table.border th {
  text-align: left;
  color: var(--main-dark);
  font-weight: 600;
  border-right: 0.1rem solid var(--gray);
}
@media screen and (max-width: 768px) {
  .l-page section.default table.border th {
    width: 100% !important;
    display: block;
    border-right: none;
    border-bottom: 0.1rem dashed var(--gray);
  }
}
@media screen and (max-width: 768px) {
  .l-page section.default table.border td {
    width: 100% !important;
    display: block;
  }
}
.l-page section.default table.border th.w10,
.l-page section.default table.border td.w10 {
  width: 10%;
}
.l-page section.default table.border th.w20,
.l-page section.default table.border td.w20 {
  width: 20%;
}
.l-page section.default table.border th.w30,
.l-page section.default table.border td.w30 {
  width: 30%;
}
.l-page section.default table.border th.w40,
.l-page section.default table.border td.w40 {
  width: 40%;
}
.l-page section.default table.border th.w50,
.l-page section.default table.border td.w50 {
  width: 50%;
}
.l-page section.default table.border th.w60,
.l-page section.default table.border td.w60 {
  width: 60%;
}
.l-page section.default table.border th.w70,
.l-page section.default table.border td.w70 {
  width: 70%;
}
.l-page section.default table.border th.w80,
.l-page section.default table.border td.w80 {
  width: 80%;
}
.l-page section.default table.border th.w90,
.l-page section.default table.border td.w90 {
  width: 90%;
}
.l-page section.default table.border th.main,
.l-page section.default table.border td.main {
  background: var(--main);
  color: var(--white);
}
.l-page section.default table.border th.main-light,
.l-page section.default table.border td.main-light {
  background: var(--main-light);
}
.l-page section.default table.border th.gray-light,
.l-page section.default table.border td.gray-light {
  background: var(--gray-light);
}
.l-page section.default table.border--plane {
  border-collapse: collapse;
  border-spacing: 0;
  width: 100%;
  border-top: 0.1rem solid var(--gray);
  border-left: 0.1rem solid var(--gray);
}
.l-page section.default table.border--plane th,
.l-page section.default table.border--plane td {
  vertical-align: middle;
  border-right: 0.1rem solid var(--gray);
  border-bottom: 0.1rem solid var(--gray);
  padding: 2.4rem;
}
.l-page section.default table.border--plane th {
  text-align: left;
  color: var(--main-dark);
  font-weight: 600;
  border-right: 0.1rem solid var(--gray);
}
@media screen and (max-width: 768px) {
  .l-page section.default table.border--plane th {
    padding: 0.6rem;
    font-size: 1.3rem;
  }
}
@media screen and (max-width: 768px) {
  .l-page section.default table.border--plane td {
    padding: 0.6rem;
    font-size: 1.3rem;
  }
}
.l-page section.default table.border--plane th.w10,
.l-page section.default table.border--plane td.w10 {
  width: 10%;
}
.l-page section.default table.border--plane th.w20,
.l-page section.default table.border--plane td.w20 {
  width: 20%;
}
.l-page section.default table.border--plane th.w30,
.l-page section.default table.border--plane td.w30 {
  width: 30%;
}
.l-page section.default table.border--plane th.w40,
.l-page section.default table.border--plane td.w40 {
  width: 40%;
}
.l-page section.default table.border--plane th.w50,
.l-page section.default table.border--plane td.w50 {
  width: 50%;
}
.l-page section.default table.border--plane th.w60,
.l-page section.default table.border--plane td.w60 {
  width: 60%;
}
.l-page section.default table.border--plane th.w70,
.l-page section.default table.border--plane td.w70 {
  width: 70%;
}
.l-page section.default table.border--plane th.w80,
.l-page section.default table.border--plane td.w80 {
  width: 80%;
}
.l-page section.default table.border--plane th.w90,
.l-page section.default table.border--plane td.w90 {
  width: 90%;
}
.l-page section.default table.border--plane th.main,
.l-page section.default table.border--plane td.main {
  background: var(--main);
  color: var(--white);
}
.l-page section.default table.border--plane th.main-light,
.l-page section.default table.border--plane td.main-light {
  background: var(--main-light);
}
.l-page section.default table.border--plane th.gray-light,
.l-page section.default table.border--plane td.gray-light {
  background: var(--gray-light);
}
@media screen and (max-width: 768px) {
  .l-page section.default table.scroll {
    min-width: 90rem;
  }
}
@media screen and (max-width: 768px) {
  .l-page section.default table.scroll th {
    width: auto !important;
    display: table-cell !important;
  }
}
@media screen and (max-width: 768px) {
  .l-page section.default table.scroll td {
    width: auto !important;
    display: table-cell !important;
  }
}
.l-page section.default .profile {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  flex-direction: row-reverse;
}
.l-page section.default .profile .profileTxt {
  width: calc((100% - 0.2rem) / 2);
  height: auto;
  background: url(../img/profile.png) no-repeat center center/cover;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  flex-direction: column;
  padding: 3.2rem;
  line-height: 1.6;
}
@media screen and (max-width: 768px) {
  .l-page section.default .profile .profileTxt {
    width: 100%;
    margin-top: 0.2rem;
  }
}
.l-page section.default .profile .profileTxt p:nth-child(1) {
  color: var(--main-dark);
  font-size: 2rem;
  font-weight: 600;
}
.l-page section.default .profile .profileTxt p:nth-child(2) {
  font-size: 3.4rem;
  font-weight: 600;
}
.l-page section.default .profile .profileTxt p:nth-child(3) {
  color: var(--main-dark);
  margin-top: 2.4rem;
}
.l-page section.default .profile .profileImg {
  width: calc((100% - 0.2rem) / 2);
}
@media screen and (max-width: 768px) {
  .l-page section.default .profile .profileImg {
    width: 100%;
  }
}
.l-page section.default .price {
  display: flex;
  flex-wrap: wrap;
  gap: 0 3rem;
  border-top: 0.1rem solid var(--gray);
  border-bottom: 0.1rem solid var(--gray);
}
.l-page section.default .price__left {
  width: 24%;
  padding: 3rem 0;
}
@media screen and (max-width: 768px) {
  .l-page section.default .price__left {
    width: 100%;
    padding: 2rem 0;
    text-align: center;
  }
}
.l-page section.default .price__left img {
  aspect-ratio: 3/2;
  object-fit: cover;
}
@media screen and (max-width: 768px) {
  .l-page section.default .price__left img {
    width: 60%;
  }
}
.l-page section.default .price__center {
  width: calc(52% - 6rem);
  padding: 3rem 0;
}
@media screen and (max-width: 768px) {
  .l-page section.default .price__center {
    width: 100%;
    padding: 0 0 2rem 0;
  }
}
.l-page section.default .price__right {
  width: 24%;
  background: var(--gray-light);
  display: flex;
  align-items: center;
  flex-direction: column;
}
@media screen and (max-width: 768px) {
  .l-page section.default .price__right {
    width: 100%;
  }
}
.l-page section.default .price__product {
  color: var(--main-dark);
  font-size: 2rem;
  font-weight: 600;
  margin-bottom: 1rem;
}
.l-page section.default .price__row1 {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  padding: 2rem;
}
.l-page section.default .price__row2 {
  width: 100%;
  height: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  padding: 2rem;
}
.l-page section.default .price__row2:nth-child(2) {
  border-top: 0.2rem solid var(--white);
}
.l-page section.default .price__row3 {
  width: 100%;
  height: 33.3333333333%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  padding: 2rem;
}
.l-page section.default .price__row3:nth-child(2), .l-page section.default .price__row3:nth-child(3) {
  border-top: 0.2rem solid var(--white);
}
.l-page section.default .price__num {
  color: var(--main-dark);
  font-size: 2rem;
  font-weight: 600;
}
.l-page section.default .price + .price {
  margin-top: -0.1rem;
}
.l-page section.gray-light + section.gray-light {
  margin-top: -8rem;
}
.l-page section.gray-light {
  background: var(--gray-light);
}
.l-page section.gray-light .inner {
  width: 100%;
  max-width: 98rem;
  margin: 0 auto;
  font-size: 1.6rem;
  padding: 8rem 4rem;
}
@media screen and (max-width: 768px) {
  .l-page section.gray-light .inner {
    padding: 6rem 2rem;
  }
}
.l-page section.gray-light h1 {
  color: var(--main);
  text-align: center;
  font-size: 3.6rem;
  font-weight: 400;
  margin-bottom: 8rem;
}
.l-page section.gray-light h1 span {
  color: var(--main-dark);
  display: block;
  font-size: 2rem;
  font-weight: 600;
  line-height: 6rem;
  position: relative;
}
.l-page section.gray-light h1 span::after {
  content: "";
  position: absolute;
  bottom: 0;
  display: inline-block;
  width: 7rem;
  height: 0.1rem;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  background-color: var(--main-dark);
}
.l-page section.gray-light h2 {
  background: var(--main-dark);
  color: var(--white);
  text-align: center;
  font-size: 3rem;
  font-weight: 400;
  line-height: 1.6;
  padding: 1rem 2rem;
}
@media screen and (max-width: 768px) {
  .l-page section.gray-light h2 {
    font-size: 2.4rem;
  }
}
.l-page section.gray-light h2 + p,
.l-page section.gray-light h2 + h3,
.l-page section.gray-light h2 + h4,
.l-page section.gray-light h2 + h5,
.l-page section.gray-light h2 + h6,
.l-page section.gray-light h2 + ol,
.l-page section.gray-light h2 + ul,
.l-page section.gray-light h2 + table,
.l-page section.gray-light h2 + .profile {
  margin-top: 4rem !important;
}
.l-page section.gray-light h3 {
  color: var(--main-dark);
  font-size: 2.4rem;
  font-weight: 600;
  border-bottom: 0.1rem solid var(--main);
  line-height: 1.6;
  padding: 0 0 1rem 0;
  margin-top: 4rem !important;
}
@media screen and (max-width: 768px) {
  .l-page section.gray-light h3 {
    font-size: 2rem;
  }
}
.l-page section.gray-light h4 {
  background: var(--main-light);
  color: var(--main);
  font-size: 1.8rem;
  font-weight: 600;
  padding: 0.8rem 1.6rem;
}
@media screen and (max-width: 768px) {
  .l-page section.gray-light h4 {
    font-size: 1.6rem;
  }
}
.l-page section.gray-light h5 {
  color: var(--main);
  font-size: 1.6rem;
  font-weight: 600;
  margin-bottom: -0.8rem;
}
@media screen and (max-width: 768px) {
  .l-page section.gray-light h5 {
    font-size: 1.4rem;
  }
}
.l-page section.gray-light h5::before {
  content: "●";
  padding: 0 0.5em 0 0;
}
.l-page section.gray-light h6 {
  color: var(--main);
  font-size: 1.3rem;
  font-weight: 600;
  margin-bottom: -1.6rem;
}
@media screen and (max-width: 768px) {
  .l-page section.gray-light h6 {
    font-size: 1.2rem;
  }
}
.l-page section.gray-light .flowTtl {
  font-size: 2rem;
  font-weight: 600;
  position: relative;
  padding-left: 4rem;
}
.l-page section.gray-light .flowTtl span {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  width: 3rem;
  height: 3rem;
  line-height: 3rem;
  border-radius: 50%;
  background: var(--main);
  color: var(--white);
  display: inline-block;
  text-align: center;
  font-size: 1.3rem;
}
.l-page section.gray-light ol.number {
  counter-reset: list;
  list-style-type: none;
  margin-bottom: 2.4rem;
}
.l-page section.gray-light ol.number li {
  position: relative;
  margin: 0;
  padding: 0.9rem 0 0.9rem 6.6rem;
}
.l-page section.gray-light ol.number li::before {
  counter-increment: list;
  content: counter(list);
  color: var(--white);
  background: var(--main);
  font-size: 2rem;
  font-weight: 600;
  position: absolute;
  top: 0;
  left: 0;
  width: 5rem;
  height: 5rem;
  line-height: 5rem;
  text-align: center;
}
.l-page section.gray-light ol.number li span {
  display: block;
  font-weight: 600;
}
.l-page section.gray-light ol.number li + li {
  margin-top: 2.4rem;
}
.l-page section.gray-light ol.flow {
  counter-reset: list;
}
.l-page section.gray-light ol.flow li {
  display: flex;
  flex-wrap: wrap;
  gap: 4rem;
}
@media screen and (max-width: 768px) {
  .l-page section.gray-light ol.flow li {
    flex-direction: column-reverse;
    gap: 2rem;
  }
}
.l-page section.gray-light ol.flow li div {
  width: calc((100% - 4rem) / 2);
}
@media screen and (max-width: 768px) {
  .l-page section.gray-light ol.flow li div {
    width: 100%;
  }
}
.l-page section.gray-light ol.flow li div span {
  font-size: 2rem;
  font-weight: 600;
  position: relative;
  padding-left: 4rem;
  display: block;
  margin-bottom: 2rem;
}
.l-page section.gray-light ol.flow li div span::before {
  counter-increment: list;
  content: counter(list);
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  width: 3rem;
  height: 3rem;
  line-height: 3rem;
  border-radius: 50%;
  background: var(--main);
  color: var(--white);
  display: inline-block;
  text-align: center;
  font-size: 1.3rem;
}
.l-page section.gray-light ol.flow li div p + p {
  margin-top: 2rem;
}
.l-page section.gray-light ol.flow li div.full {
  width: 100%;
}
.l-page section.gray-light ol.flow li div.full > * + * {
  margin-top: 2rem;
}
.l-page section.gray-light ol.flow li:not(:nth-child(1)),
.l-page section.gray-light ol.flow li:not(:nth-child(2)) {
  margin-top: 4rem;
}
.l-page section.gray-light ul.flow li {
  display: flex;
  flex-wrap: wrap;
  gap: 4rem;
}
@media screen and (max-width: 768px) {
  .l-page section.gray-light ul.flow li {
    flex-direction: column-reverse;
    gap: 2rem;
  }
}
.l-page section.gray-light ul.flow li div {
  width: calc((100% - 4rem) / 2);
}
@media screen and (max-width: 768px) {
  .l-page section.gray-light ul.flow li div {
    width: 100%;
  }
}
.l-page section.gray-light ul.flow li div span {
  font-size: 2rem;
  font-weight: 600;
  position: relative;
  display: block;
  margin-bottom: 2rem;
}
.l-page section.gray-light ul.flow li div p + p {
  margin-top: 2rem;
}
.l-page section.gray-light ul.flow li:not(:nth-child(1)),
.l-page section.gray-light ul.flow li:not(:nth-child(2)) {
  margin-top: 4rem;
}
.l-page section.gray-light ul.circle {
  list-style-type: none;
  margin-bottom: 2.4rem;
}
.l-page section.gray-light ul.circle li {
  position: relative;
  margin: 0;
  padding: 0 0 0 5rem;
}
.l-page section.gray-light ul.circle li::before {
  content: "●";
  font-weight: 600;
  position: absolute;
  top: 0;
  left: 0;
  width: 5rem;
  text-align: center;
  color: var(--main-dark);
}
.l-page section.gray-light ul.circle li span {
  display: block;
  font-weight: 600;
}
.l-page section.gray-light ul.circle li + li {
  margin-top: 2.4rem;
}
.l-page section.gray-light ul.check {
  list-style-type: none;
}
.l-page section.gray-light ul.check li {
  position: relative;
  padding: 0 0 0 5rem;
}
.l-page section.gray-light ul.check li::after {
  content: "";
  display: block;
  position: absolute;
  top: 0.5em;
  left: 1.5rem;
  width: 2rem;
  text-align: center;
  height: 1rem;
  border-left: 0.3rem solid var(--main-dark);
  border-bottom: 0.3rem solid var(--main-dark);
  transform: rotate(-45deg);
}
.l-page section.gray-light ul.check li + li {
  margin-top: 2.4rem;
}
.l-page section.gray-light dl {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  padding: 0;
  width: 100%;
  gap: 1.6rem;
}
.l-page section.gray-light dl dt {
  width: 10rem;
  font-weight: 600;
}
.l-page section.gray-light dl dd {
  width: calc(100% - 11.6rem);
}
.l-page section.gray-light table.border--none {
  border-collapse: collapse;
  border-spacing: 0;
  width: 100%;
  border-top: 0.1rem solid var(--gray);
}
.l-page section.gray-light table.border--none th,
.l-page section.gray-light table.border--none td {
  vertical-align: middle;
  border-bottom: 0.1rem solid var(--gray);
  padding: 2.4rem;
}
@media screen and (max-width: 768px) {
  .l-page section.gray-light table.border--none th,
  .l-page section.gray-light table.border--none td {
    padding: 2rem;
  }
}
.l-page section.gray-light table.border--none th {
  text-align: left;
  color: var(--main-dark);
  font-weight: 600;
}
@media screen and (max-width: 768px) {
  .l-page section.gray-light table.border--none th {
    width: 100% !important;
    display: block;
    border-bottom: 0.1rem dashed var(--gray);
  }
}
@media screen and (max-width: 768px) {
  .l-page section.gray-light table.border--none td {
    width: 100% !important;
    display: block;
  }
}
.l-page section.gray-light table.border--none th.w10,
.l-page section.gray-light table.border--none td.w10 {
  width: 10%;
}
.l-page section.gray-light table.border--none th.w20,
.l-page section.gray-light table.border--none td.w20 {
  width: 20%;
}
.l-page section.gray-light table.border--none th.w30,
.l-page section.gray-light table.border--none td.w30 {
  width: 30%;
}
.l-page section.gray-light table.border--none th.w40,
.l-page section.gray-light table.border--none td.w40 {
  width: 40%;
}
.l-page section.gray-light table.border--none th.w50,
.l-page section.gray-light table.border--none td.w50 {
  width: 50%;
}
.l-page section.gray-light table.border--none th.w60,
.l-page section.gray-light table.border--none td.w60 {
  width: 60%;
}
.l-page section.gray-light table.border--none th.w70,
.l-page section.gray-light table.border--none td.w70 {
  width: 70%;
}
.l-page section.gray-light table.border--none th.w80,
.l-page section.gray-light table.border--none td.w80 {
  width: 80%;
}
.l-page section.gray-light table.border--none th.w90,
.l-page section.gray-light table.border--none td.w90 {
  width: 90%;
}
.l-page section.gray-light table.border--none th.main,
.l-page section.gray-light table.border--none td.main {
  background: var(--main);
  color: var(--white);
}
.l-page section.gray-light table.border--none th.main-light,
.l-page section.gray-light table.border--none td.main-light {
  background: var(--main-light);
}
.l-page section.gray-light table.border--none th.gray-light,
.l-page section.gray-light table.border--none td.gray-light {
  background: var(--gray-light);
}
.l-page section.gray-light table.border {
  border-collapse: collapse;
  border-spacing: 0;
  width: 100%;
  border: 0.1rem solid var(--gray);
}
.l-page section.gray-light table.border th,
.l-page section.gray-light table.border td {
  vertical-align: middle;
  border-bottom: 0.1rem solid var(--gray);
  padding: 2.4rem;
}
@media screen and (max-width: 768px) {
  .l-page section.gray-light table.border th,
  .l-page section.gray-light table.border td {
    padding: 2rem;
  }
}
.l-page section.gray-light table.border th {
  text-align: left;
  color: var(--main-dark);
  font-weight: 600;
  border-right: 0.1rem solid var(--gray);
}
@media screen and (max-width: 768px) {
  .l-page section.gray-light table.border th {
    width: 100% !important;
    display: block;
    border-right: none;
    border-bottom: 0.1rem dashed var(--gray);
  }
}
@media screen and (max-width: 768px) {
  .l-page section.gray-light table.border td {
    width: 100% !important;
    display: block;
  }
}
.l-page section.gray-light table.border th.w10,
.l-page section.gray-light table.border td.w10 {
  width: 10%;
}
.l-page section.gray-light table.border th.w20,
.l-page section.gray-light table.border td.w20 {
  width: 20%;
}
.l-page section.gray-light table.border th.w30,
.l-page section.gray-light table.border td.w30 {
  width: 30%;
}
.l-page section.gray-light table.border th.w40,
.l-page section.gray-light table.border td.w40 {
  width: 40%;
}
.l-page section.gray-light table.border th.w50,
.l-page section.gray-light table.border td.w50 {
  width: 50%;
}
.l-page section.gray-light table.border th.w60,
.l-page section.gray-light table.border td.w60 {
  width: 60%;
}
.l-page section.gray-light table.border th.w70,
.l-page section.gray-light table.border td.w70 {
  width: 70%;
}
.l-page section.gray-light table.border th.w80,
.l-page section.gray-light table.border td.w80 {
  width: 80%;
}
.l-page section.gray-light table.border th.w90,
.l-page section.gray-light table.border td.w90 {
  width: 90%;
}
.l-page section.gray-light table.border th.main,
.l-page section.gray-light table.border td.main {
  background: var(--main);
  color: var(--white);
}
.l-page section.gray-light table.border th.main-light,
.l-page section.gray-light table.border td.main-light {
  background: var(--main-light);
}
.l-page section.gray-light table.border th.gray-light,
.l-page section.gray-light table.border td.gray-light {
  background: var(--gray-light);
}
.l-page section.gray-light table.border--plane {
  border-collapse: collapse;
  border-spacing: 0;
  width: 100%;
  border: 0.1rem solid var(--gray);
}
.l-page section.gray-light table.border--plane th,
.l-page section.gray-light table.border--plane td {
  vertical-align: middle;
  border-bottom: 0.1rem solid var(--gray);
  padding: 2.4rem;
}
.l-page section.gray-light table.border--plane th {
  text-align: left;
  color: var(--main-dark);
  font-weight: 600;
  border-right: 0.1rem solid var(--gray);
}
@media screen and (max-width: 768px) {
  .l-page section.gray-light table.border--plane th {
    padding: 0.6rem;
    font-size: 1.3rem;
  }
}
@media screen and (max-width: 768px) {
  .l-page section.gray-light table.border--plane td {
    padding: 0.6rem;
    font-size: 1.3rem;
  }
}
.l-page section.gray-light table.border--plane th.w10,
.l-page section.gray-light table.border--plane td.w10 {
  width: 10%;
}
.l-page section.gray-light table.border--plane th.w20,
.l-page section.gray-light table.border--plane td.w20 {
  width: 20%;
}
.l-page section.gray-light table.border--plane th.w30,
.l-page section.gray-light table.border--plane td.w30 {
  width: 30%;
}
.l-page section.gray-light table.border--plane th.w40,
.l-page section.gray-light table.border--plane td.w40 {
  width: 40%;
}
.l-page section.gray-light table.border--plane th.w50,
.l-page section.gray-light table.border--plane td.w50 {
  width: 50%;
}
.l-page section.gray-light table.border--plane th.w60,
.l-page section.gray-light table.border--plane td.w60 {
  width: 60%;
}
.l-page section.gray-light table.border--plane th.w70,
.l-page section.gray-light table.border--plane td.w70 {
  width: 70%;
}
.l-page section.gray-light table.border--plane th.w80,
.l-page section.gray-light table.border--plane td.w80 {
  width: 80%;
}
.l-page section.gray-light table.border--plane th.w90,
.l-page section.gray-light table.border--plane td.w90 {
  width: 90%;
}
.l-page section.gray-light table.border--plane th.main,
.l-page section.gray-light table.border--plane td.main {
  background: var(--main);
  color: var(--white);
}
.l-page section.gray-light table.border--plane th.main-light,
.l-page section.gray-light table.border--plane td.main-light {
  background: var(--main-light);
}
.l-page section.gray-light table.border--plane th.gray-light,
.l-page section.gray-light table.border--plane td.gray-light {
  background: var(--gray-light);
}
@media screen and (max-width: 768px) {
  .l-page section.gray-light table.scroll {
    min-width: 90rem;
  }
}
@media screen and (max-width: 768px) {
  .l-page section.gray-light table.scroll th {
    width: auto !important;
    display: table-cell !important;
  }
}
@media screen and (max-width: 768px) {
  .l-page section.gray-light table.scroll td {
    width: auto !important;
    display: table-cell !important;
  }
}
.l-page section.gray-light .profile {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  flex-direction: row-reverse;
}
.l-page section.gray-light .profile .profileTxt {
  width: calc((100% - 0.2rem) / 2);
  height: auto;
  background: url(../img/profile.png) no-repeat center center/cover;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  flex-direction: column;
  padding: 3.2rem;
  line-height: 1.6;
}
@media screen and (max-width: 768px) {
  .l-page section.gray-light .profile .profileTxt {
    width: 100%;
    margin-top: 0.2rem;
  }
}
.l-page section.gray-light .profile .profileTxt p:nth-child(1) {
  color: var(--main-dark);
  font-size: 2rem;
  font-weight: 600;
}
.l-page section.gray-light .profile .profileTxt p:nth-child(2) {
  font-size: 3.4rem;
  font-weight: 600;
}
.l-page section.gray-light .profile .profileTxt p:nth-child(3) {
  color: var(--main-dark);
  margin-top: 2.4rem;
}
.l-page section.gray-light .profile .profileImg {
  width: calc((100% - 0.2rem) / 2);
}
@media screen and (max-width: 768px) {
  .l-page section.gray-light .profile .profileImg {
    width: 100%;
  }
}
.l-page section.gray-light .price {
  display: flex;
  flex-wrap: wrap;
  gap: 0 3rem;
  border-top: 0.1rem solid var(--gray);
  border-bottom: 0.1rem solid var(--gray);
}
.l-page section.gray-light .price__left {
  width: 24%;
  padding: 3rem 0;
}
@media screen and (max-width: 768px) {
  .l-page section.gray-light .price__left {
    width: 100%;
    padding: 2rem 0;
    text-align: center;
  }
}
.l-page section.gray-light .price__left img {
  aspect-ratio: 3/2;
  object-fit: cover;
}
@media screen and (max-width: 768px) {
  .l-page section.gray-light .price__left img {
    width: 60%;
  }
}
.l-page section.gray-light .price__center {
  width: calc(52% - 6rem);
  padding: 3rem 0;
}
@media screen and (max-width: 768px) {
  .l-page section.gray-light .price__center {
    width: 100%;
    padding: 0 0 2rem 0;
  }
}
.l-page section.gray-light .price__right {
  width: 24%;
  background: var(--white);
  display: flex;
  align-items: center;
  flex-direction: column;
}
@media screen and (max-width: 768px) {
  .l-page section.gray-light .price__right {
    width: 100%;
  }
}
.l-page section.gray-light .price__product {
  color: var(--main-dark);
  font-size: 2rem;
  font-weight: 600;
  margin-bottom: 1rem;
}
.l-page section.gray-light .price__row1 {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  padding: 2rem;
}
.l-page section.gray-light .price__row2 {
  width: 100%;
  height: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  padding: 2rem;
}
.l-page section.gray-light .price__row2:nth-child(2) {
  border-top: 0.2rem solid var(--gray-light);
}
.l-page section.gray-light .price__row3 {
  width: 100%;
  height: 33.3333333333%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  padding: 2rem;
}
.l-page section.gray-light .price__row3:nth-child(2), .l-page section.gray-light .price__row3:nth-child(3) {
  border-top: 0.2rem solid var(--gray-light);
}
.l-page section.gray-light .price__num {
  color: var(--main-dark);
  font-size: 2rem;
  font-weight: 600;
}
.l-page section.gray-light .price + .price {
  margin-top: -0.1rem;
}
.l-page section.main-light + section.main-light {
  margin-top: -8rem;
}
.l-page section.main-light {
  background: var(--main-light);
}
.l-page section.main-light .inner {
  width: 100%;
  max-width: 98rem;
  margin: 0 auto;
  font-size: 1.6rem;
  padding: 8rem 4rem;
}
@media screen and (max-width: 768px) {
  .l-page section.main-light .inner {
    padding: 6rem 2rem;
  }
}
.l-page section.main-light h1 {
  color: var(--main);
  text-align: center;
  font-size: 3.6rem;
  font-weight: 400;
  margin-bottom: 8rem;
}
.l-page section.main-light h1 span {
  color: var(--main-dark);
  display: block;
  font-size: 2rem;
  font-weight: 600;
  line-height: 6rem;
  position: relative;
}
.l-page section.main-light h1 span::after {
  content: "";
  position: absolute;
  bottom: 0;
  display: inline-block;
  width: 7rem;
  height: 0.1rem;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  background-color: var(--main-dark);
}
.l-page section.main-light h2 {
  background: var(--main-dark);
  color: var(--white);
  text-align: center;
  font-size: 3rem;
  font-weight: 400;
  line-height: 1.6;
  padding: 1rem 2rem;
}
@media screen and (max-width: 768px) {
  .l-page section.main-light h2 {
    font-size: 2.4rem;
  }
}
.l-page section.main-light h2 + p,
.l-page section.main-light h2 + h3,
.l-page section.main-light h2 + h4,
.l-page section.main-light h2 + h5,
.l-page section.main-light h2 + h6,
.l-page section.main-light h2 + ol,
.l-page section.main-light h2 + ul,
.l-page section.main-light h2 + table,
.l-page section.main-light h2 + .profile {
  margin-top: 4rem !important;
}
.l-page section.main-light h3 {
  color: var(--main-dark);
  font-size: 2.4rem;
  font-weight: 600;
  border-bottom: 0.1rem solid var(--main);
  line-height: 1.6;
  padding: 0 0 1rem 0;
  margin-top: 4rem !important;
}
@media screen and (max-width: 768px) {
  .l-page section.main-light h3 {
    font-size: 2rem;
  }
}
.l-page section.main-light h4 {
  background: var(--white);
  color: var(--main);
  font-size: 1.8rem;
  font-weight: 600;
  padding: 0.8rem 1.6rem;
}
@media screen and (max-width: 768px) {
  .l-page section.main-light h4 {
    font-size: 1.6rem;
  }
}
.l-page section.main-light h5 {
  color: var(--main);
  font-size: 1.6rem;
  font-weight: 600;
  margin-bottom: -0.8rem;
}
@media screen and (max-width: 768px) {
  .l-page section.main-light h5 {
    font-size: 1.4rem;
  }
}
.l-page section.main-light h5::before {
  content: "●";
  padding: 0 0.5em 0 0;
}
.l-page section.main-light h6 {
  color: var(--main);
  font-size: 1.3rem;
  font-weight: 600;
  margin-bottom: -1.6rem;
}
@media screen and (max-width: 768px) {
  .l-page section.main-light h6 {
    font-size: 1.2rem;
  }
}
.l-page section.main-light .flowTtl {
  font-size: 2rem;
  font-weight: 600;
  position: relative;
  padding-left: 4rem;
}
.l-page section.main-light .flowTtl span {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  width: 3rem;
  height: 3rem;
  line-height: 3rem;
  border-radius: 50%;
  background: var(--main);
  color: var(--white);
  display: inline-block;
  text-align: center;
  font-size: 1.3rem;
}
.l-page section.main-light ol.number {
  counter-reset: list;
  list-style-type: none;
  margin-bottom: 2.4rem;
}
.l-page section.main-light ol.number li {
  position: relative;
  margin: 0;
  padding: 0.9rem 0 0.9rem 6.6rem;
}
.l-page section.main-light ol.number li::before {
  counter-increment: list;
  content: counter(list);
  color: var(--white);
  background: var(--main);
  font-size: 2rem;
  font-weight: 600;
  position: absolute;
  top: 0;
  left: 0;
  width: 5rem;
  height: 5rem;
  line-height: 5rem;
  text-align: center;
}
.l-page section.main-light ol.number li span {
  display: block;
  font-weight: 600;
}
.l-page section.main-light ol.number li + li {
  margin-top: 2.4rem;
}
.l-page section.main-light ol.flow {
  counter-reset: list;
}
.l-page section.main-light ol.flow li {
  display: flex;
  flex-wrap: wrap;
  gap: 4rem;
}
@media screen and (max-width: 768px) {
  .l-page section.main-light ol.flow li {
    flex-direction: column-reverse;
    gap: 2rem;
  }
}
.l-page section.main-light ol.flow li div {
  width: calc((100% - 4rem) / 2);
}
@media screen and (max-width: 768px) {
  .l-page section.main-light ol.flow li div {
    width: 100%;
  }
}
.l-page section.main-light ol.flow li div span {
  font-size: 2rem;
  font-weight: 600;
  position: relative;
  padding-left: 4rem;
  display: block;
  margin-bottom: 2rem;
}
.l-page section.main-light ol.flow li div span::before {
  counter-increment: list;
  content: counter(list);
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  width: 3rem;
  height: 3rem;
  line-height: 3rem;
  border-radius: 50%;
  background: var(--main);
  color: var(--white);
  display: inline-block;
  text-align: center;
  font-size: 1.3rem;
}
.l-page section.main-light ol.flow li div p + p {
  margin-top: 2rem;
}
.l-page section.main-light ol.flow li div.full {
  width: 100%;
}
.l-page section.main-light ol.flow li div.full > * + * {
  margin-top: 2rem;
}
.l-page section.main-light ol.flow li:not(:nth-child(1)),
.l-page section.main-light ol.flow li:not(:nth-child(2)) {
  margin-top: 4rem;
}
.l-page section.main-light ul.flow li {
  display: flex;
  flex-wrap: wrap;
  gap: 4rem;
}
@media screen and (max-width: 768px) {
  .l-page section.main-light ul.flow li {
    flex-direction: column-reverse;
    gap: 2rem;
  }
}
.l-page section.main-light ul.flow li div {
  width: calc((100% - 4rem) / 2);
}
@media screen and (max-width: 768px) {
  .l-page section.main-light ul.flow li div {
    width: 100%;
  }
}
.l-page section.main-light ul.flow li div span {
  font-size: 2rem;
  font-weight: 600;
  position: relative;
  display: block;
  margin-bottom: 2rem;
}
.l-page section.main-light ul.flow li div p + p {
  margin-top: 2rem;
}
.l-page section.main-light ul.flow li:not(:nth-child(1)),
.l-page section.main-light ul.flow li:not(:nth-child(2)) {
  margin-top: 4rem;
}
.l-page section.main-light ul.circle {
  list-style-type: none;
  margin-bottom: 2.4rem;
}
.l-page section.main-light ul.circle li {
  position: relative;
  margin: 0;
  padding: 0 0 0 5rem;
}
.l-page section.main-light ul.circle li::before {
  content: "●";
  font-weight: 600;
  position: absolute;
  top: 0;
  left: 0;
  width: 5rem;
  text-align: center;
  color: var(--main-dark);
}
.l-page section.main-light ul.circle li span {
  display: block;
  font-weight: 600;
}
.l-page section.main-light ul.circle li + li {
  margin-top: 2.4rem;
}
.l-page section.main-light ul.check {
  list-style-type: none;
}
.l-page section.main-light ul.check li {
  position: relative;
  padding: 0 0 0 5rem;
}
.l-page section.main-light ul.check li::after {
  content: "";
  display: block;
  position: absolute;
  top: 0.5em;
  left: 1.5rem;
  width: 2rem;
  text-align: center;
  height: 1rem;
  border-left: 0.3rem solid var(--main-dark);
  border-bottom: 0.3rem solid var(--main-dark);
  transform: rotate(-45deg);
}
.l-page section.main-light ul.check li + li {
  margin-top: 2.4rem;
}
.l-page section.main-light dl {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  padding: 0;
  width: 100%;
  gap: 1.6rem;
}
.l-page section.main-light dl dt {
  width: 10rem;
  font-weight: 600;
}
.l-page section.main-light dl dd {
  width: calc(100% - 11.6rem);
}
.l-page section.main-light table.border--none {
  border-collapse: collapse;
  border-spacing: 0;
  width: 100%;
  border-top: 0.1rem solid var(--gray);
}
.l-page section.main-light table.border--none th,
.l-page section.main-light table.border--none td {
  vertical-align: middle;
  border-bottom: 0.1rem solid var(--gray);
  padding: 2.4rem;
}
@media screen and (max-width: 768px) {
  .l-page section.main-light table.border--none th,
  .l-page section.main-light table.border--none td {
    padding: 2rem;
  }
}
.l-page section.main-light table.border--none th {
  text-align: left;
  color: var(--main-dark);
  font-weight: 600;
}
@media screen and (max-width: 768px) {
  .l-page section.main-light table.border--none th {
    width: 100% !important;
    display: block;
    border-bottom: 0.1rem dashed var(--gray);
  }
}
@media screen and (max-width: 768px) {
  .l-page section.main-light table.border--none td {
    width: 100% !important;
    display: block;
  }
}
.l-page section.main-light table.border--none th.w10,
.l-page section.main-light table.border--none td.w10 {
  width: 10%;
}
.l-page section.main-light table.border--none th.w20,
.l-page section.main-light table.border--none td.w20 {
  width: 20%;
}
.l-page section.main-light table.border--none th.w30,
.l-page section.main-light table.border--none td.w30 {
  width: 30%;
}
.l-page section.main-light table.border--none th.w40,
.l-page section.main-light table.border--none td.w40 {
  width: 40%;
}
.l-page section.main-light table.border--none th.w50,
.l-page section.main-light table.border--none td.w50 {
  width: 50%;
}
.l-page section.main-light table.border--none th.w60,
.l-page section.main-light table.border--none td.w60 {
  width: 60%;
}
.l-page section.main-light table.border--none th.w70,
.l-page section.main-light table.border--none td.w70 {
  width: 70%;
}
.l-page section.main-light table.border--none th.w80,
.l-page section.main-light table.border--none td.w80 {
  width: 80%;
}
.l-page section.main-light table.border--none th.w90,
.l-page section.main-light table.border--none td.w90 {
  width: 90%;
}
.l-page section.main-light table.border--none th.main,
.l-page section.main-light table.border--none td.main {
  background: var(--main);
  color: var(--white);
}
.l-page section.main-light table.border--none th.main-light,
.l-page section.main-light table.border--none td.main-light {
  background: var(--main-light);
}
.l-page section.main-light table.border--none th.gray-light,
.l-page section.main-light table.border--none td.gray-light {
  background: var(--gray-light);
}
.l-page section.main-light table.border {
  border-collapse: collapse;
  border-spacing: 0;
  width: 100%;
  border: 0.1rem solid var(--gray);
}
.l-page section.main-light table.border th,
.l-page section.main-light table.border td {
  vertical-align: middle;
  border-bottom: 0.1rem solid var(--gray);
  padding: 2.4rem;
}
@media screen and (max-width: 768px) {
  .l-page section.main-light table.border th,
  .l-page section.main-light table.border td {
    padding: 2rem;
  }
}
.l-page section.main-light table.border th {
  text-align: left;
  color: var(--main-dark);
  font-weight: 600;
  border-right: 0.1rem solid var(--gray);
}
@media screen and (max-width: 768px) {
  .l-page section.main-light table.border th {
    width: 100% !important;
    display: block;
    border-right: none;
    border-bottom: 0.1rem dashed var(--gray);
  }
}
@media screen and (max-width: 768px) {
  .l-page section.main-light table.border td {
    width: 100% !important;
    display: block;
  }
}
.l-page section.main-light table.border th.w10,
.l-page section.main-light table.border td.w10 {
  width: 10%;
}
.l-page section.main-light table.border th.w20,
.l-page section.main-light table.border td.w20 {
  width: 20%;
}
.l-page section.main-light table.border th.w30,
.l-page section.main-light table.border td.w30 {
  width: 30%;
}
.l-page section.main-light table.border th.w40,
.l-page section.main-light table.border td.w40 {
  width: 40%;
}
.l-page section.main-light table.border th.w50,
.l-page section.main-light table.border td.w50 {
  width: 50%;
}
.l-page section.main-light table.border th.w60,
.l-page section.main-light table.border td.w60 {
  width: 60%;
}
.l-page section.main-light table.border th.w70,
.l-page section.main-light table.border td.w70 {
  width: 70%;
}
.l-page section.main-light table.border th.w80,
.l-page section.main-light table.border td.w80 {
  width: 80%;
}
.l-page section.main-light table.border th.w90,
.l-page section.main-light table.border td.w90 {
  width: 90%;
}
.l-page section.main-light table.border th.main,
.l-page section.main-light table.border td.main {
  background: var(--main);
  color: var(--white);
}
.l-page section.main-light table.border th.main-light,
.l-page section.main-light table.border td.main-light {
  background: var(--main-light);
}
.l-page section.main-light table.border th.gray-light,
.l-page section.main-light table.border td.gray-light {
  background: var(--gray-light);
}
.l-page section.main-light table.border--plane {
  border-collapse: collapse;
  border-spacing: 0;
  width: 100%;
  border: 0.1rem solid var(--gray);
}
.l-page section.main-light table.border--plane th,
.l-page section.main-light table.border--plane td {
  vertical-align: middle;
  border-bottom: 0.1rem solid var(--gray);
  padding: 2.4rem;
}
.l-page section.main-light table.border--plane th {
  text-align: left;
  color: var(--main-dark);
  font-weight: 600;
  border-right: 0.1rem solid var(--gray);
}
@media screen and (max-width: 768px) {
  .l-page section.main-light table.border--plane th {
    padding: 0.6rem;
    font-size: 1.3rem;
  }
}
@media screen and (max-width: 768px) {
  .l-page section.main-light table.border--plane td {
    padding: 0.6rem;
    font-size: 1.3rem;
  }
}
.l-page section.main-light table.border--plane th.w10,
.l-page section.main-light table.border--plane td.w10 {
  width: 10%;
}
.l-page section.main-light table.border--plane th.w20,
.l-page section.main-light table.border--plane td.w20 {
  width: 20%;
}
.l-page section.main-light table.border--plane th.w30,
.l-page section.main-light table.border--plane td.w30 {
  width: 30%;
}
.l-page section.main-light table.border--plane th.w40,
.l-page section.main-light table.border--plane td.w40 {
  width: 40%;
}
.l-page section.main-light table.border--plane th.w50,
.l-page section.main-light table.border--plane td.w50 {
  width: 50%;
}
.l-page section.main-light table.border--plane th.w60,
.l-page section.main-light table.border--plane td.w60 {
  width: 60%;
}
.l-page section.main-light table.border--plane th.w70,
.l-page section.main-light table.border--plane td.w70 {
  width: 70%;
}
.l-page section.main-light table.border--plane th.w80,
.l-page section.main-light table.border--plane td.w80 {
  width: 80%;
}
.l-page section.main-light table.border--plane th.w90,
.l-page section.main-light table.border--plane td.w90 {
  width: 90%;
}
.l-page section.main-light table.border--plane th.main,
.l-page section.main-light table.border--plane td.main {
  background: var(--main);
  color: var(--white);
}
.l-page section.main-light table.border--plane th.main-light,
.l-page section.main-light table.border--plane td.main-light {
  background: var(--main-light);
}
.l-page section.main-light table.border--plane th.gray-light,
.l-page section.main-light table.border--plane td.gray-light {
  background: var(--gray-light);
}
@media screen and (max-width: 768px) {
  .l-page section.main-light table.scroll {
    min-width: 90rem;
  }
}
@media screen and (max-width: 768px) {
  .l-page section.main-light table.scroll th {
    width: auto !important;
    display: table-cell !important;
  }
}
@media screen and (max-width: 768px) {
  .l-page section.main-light table.scroll td {
    width: auto !important;
    display: table-cell !important;
  }
}
.l-page section.main-light .profile {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  flex-direction: row-reverse;
}
.l-page section.main-light .profile .profileTxt {
  width: calc((100% - 0.2rem) / 2);
  height: auto;
  background: url(../img/profile.png) no-repeat center center/cover;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  flex-direction: column;
  padding: 3.2rem;
  line-height: 1.6;
}
@media screen and (max-width: 768px) {
  .l-page section.main-light .profile .profileTxt {
    width: 100%;
    margin-top: 0.2rem;
  }
}
.l-page section.main-light .profile .profileTxt p:nth-child(1) {
  color: var(--main-dark);
  font-size: 2rem;
  font-weight: 600;
}
.l-page section.main-light .profile .profileTxt p:nth-child(2) {
  font-size: 3.4rem;
  font-weight: 600;
}
.l-page section.main-light .profile .profileTxt p:nth-child(3) {
  color: var(--main-dark);
  margin-top: 2.4rem;
}
.l-page section.main-light .profile .profileImg {
  width: calc((100% - 0.2rem) / 2);
}
@media screen and (max-width: 768px) {
  .l-page section.main-light .profile .profileImg {
    width: 100%;
  }
}
.l-page section.main-light .price {
  display: flex;
  flex-wrap: wrap;
  gap: 0 3rem;
  border-top: 0.1rem solid var(--gray);
  border-bottom: 0.1rem solid var(--gray);
}
.l-page section.main-light .price__left {
  width: 24%;
  padding: 3rem 0;
}
@media screen and (max-width: 768px) {
  .l-page section.main-light .price__left {
    width: 100%;
    padding: 2rem 0;
    text-align: center;
  }
}
.l-page section.main-light .price__left img {
  aspect-ratio: 3/2;
  object-fit: cover;
}
@media screen and (max-width: 768px) {
  .l-page section.main-light .price__left img {
    width: 60%;
  }
}
.l-page section.main-light .price__center {
  width: calc(52% - 6rem);
  padding: 3rem 0;
}
@media screen and (max-width: 768px) {
  .l-page section.main-light .price__center {
    width: 100%;
    padding: 0 0 2rem 0;
  }
}
.l-page section.main-light .price__right {
  width: 24%;
  background: var(--white);
  display: flex;
  align-items: center;
  flex-direction: column;
}
@media screen and (max-width: 768px) {
  .l-page section.main-light .price__right {
    width: 100%;
  }
}
.l-page section.main-light .price__product {
  color: var(--main-dark);
  font-size: 2rem;
  font-weight: 600;
  margin-bottom: 1rem;
}
.l-page section.main-light .price__row1 {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  padding: 2rem;
}
.l-page section.main-light .price__row2 {
  width: 100%;
  height: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  padding: 2rem;
}
.l-page section.main-light .price__row2:nth-child(2) {
  border-top: 0.2rem solid var(--main-light);
}
.l-page section.main-light .price__row3 {
  width: 100%;
  height: 33.3333333333%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  padding: 2rem;
}
.l-page section.main-light .price__row3:nth-child(2), .l-page section.main-light .price__row3:nth-child(3) {
  border-top: 0.2rem solid var(--main-light);
}
.l-page section.main-light .price__num {
  color: var(--main-dark);
  font-size: 2rem;
  font-weight: 600;
}
.l-page section.main-light .price + .price {
  margin-top: -0.1rem;
}
.l-page section.main + section.main {
  margin-top: -8rem;
}
.l-page section.main {
  background: var(--main);
}
.l-page section.main .inner {
  width: 100%;
  max-width: 98rem;
  margin: 0 auto;
  font-size: 1.6rem;
  padding: 8rem 4rem;
  color: var(--white);
}
@media screen and (max-width: 768px) {
  .l-page section.main .inner {
    padding: 6rem 2rem;
  }
}
.l-page section.main h1 {
  color: var(--white);
  text-align: center;
  font-size: 3.6rem;
  font-weight: 400;
  margin-bottom: 8rem;
}
.l-page section.main h1 span {
  color: var(--white);
  display: block;
  font-size: 2rem;
  font-weight: 600;
  line-height: 6rem;
  position: relative;
}
.l-page section.main h1 span::after {
  content: "";
  position: absolute;
  bottom: 0;
  display: inline-block;
  width: 7rem;
  height: 0.1rem;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  background-color: var(--white);
}
.l-page section.main h2 {
  background: var(--main-dark);
  color: var(--white);
  text-align: center;
  font-size: 3rem;
  font-weight: 400;
  line-height: 1.6;
  padding: 1rem 2rem;
}
@media screen and (max-width: 768px) {
  .l-page section.main h2 {
    font-size: 2.4rem;
  }
}
.l-page section.main h2 + p,
.l-page section.main h2 + h3,
.l-page section.main h2 + h4,
.l-page section.main h2 + h5,
.l-page section.main h2 + h6,
.l-page section.main h2 + ol,
.l-page section.main h2 + ul,
.l-page section.main h2 + table,
.l-page section.main h2 + .profile {
  margin-top: 4rem !important;
}
.l-page section.main h3 {
  color: var(--white);
  font-size: 2.4rem;
  font-weight: 600;
  border-bottom: 0.1rem solid var(--white);
  line-height: 1.6;
  padding: 0 0 1rem 0;
  margin-top: 4rem !important;
}
@media screen and (max-width: 768px) {
  .l-page section.main h3 {
    font-size: 2rem;
  }
}
.l-page section.main h4 {
  background: var(--main-light);
  color: var(--main);
  font-size: 1.8rem;
  font-weight: 600;
  padding: 0.8rem 1.6rem;
}
@media screen and (max-width: 768px) {
  .l-page section.main h4 {
    font-size: 1.6rem;
  }
}
.l-page section.main h5 {
  color: var(--white);
  font-size: 1.6rem;
  font-weight: 600;
  margin-bottom: -0.8rem;
}
@media screen and (max-width: 768px) {
  .l-page section.main h5 {
    font-size: 1.4rem;
  }
}
.l-page section.main h5::before {
  content: "●";
  padding: 0 0.5em 0 0;
}
.l-page section.main h6 {
  color: var(--white);
  font-size: 1.3rem;
  font-weight: 600;
  margin-bottom: -1.6rem;
}
@media screen and (max-width: 768px) {
  .l-page section.main h6 {
    font-size: 1.2rem;
  }
}
.l-page section.main .flowTtl {
  font-size: 2rem;
  font-weight: 600;
  position: relative;
  padding-left: 4rem;
}
.l-page section.main .flowTtl span {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  width: 3rem;
  height: 3rem;
  line-height: 3rem;
  border-radius: 50%;
  background: var(--white);
  color: var(--main);
  display: inline-block;
  text-align: center;
  font-size: 1.3rem;
}
.l-page section.main ol.number {
  counter-reset: list;
  list-style-type: none;
  margin-bottom: 2.4rem;
}
.l-page section.main ol.number li {
  position: relative;
  margin: 0;
  padding: 0.9rem 0 0.9rem 6.6rem;
}
.l-page section.main ol.number li::before {
  counter-increment: list;
  content: counter(list);
  color: var(--main-dark);
  background: var(--main-light);
  font-size: 2rem;
  font-weight: 600;
  position: absolute;
  top: 0;
  left: 0;
  width: 5rem;
  height: 5rem;
  line-height: 5rem;
  text-align: center;
}
.l-page section.main ol.number li span {
  display: block;
  font-weight: 600;
}
.l-page section.main ol.number li + li {
  margin-top: 2.4rem;
}
.l-page section.main ol.flow {
  counter-reset: list;
}
.l-page section.main ol.flow li {
  display: flex;
  flex-wrap: wrap;
  gap: 4rem;
}
@media screen and (max-width: 768px) {
  .l-page section.main ol.flow li {
    flex-direction: column-reverse;
    gap: 2rem;
  }
}
.l-page section.main ol.flow li div {
  width: calc((100% - 4rem) / 2);
}
@media screen and (max-width: 768px) {
  .l-page section.main ol.flow li div {
    width: 100%;
  }
}
.l-page section.main ol.flow li div span {
  font-size: 2rem;
  font-weight: 600;
  position: relative;
  padding-left: 4rem;
  display: block;
  margin-bottom: 2rem;
}
.l-page section.main ol.flow li div span::before {
  counter-increment: list;
  content: counter(list);
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  width: 3rem;
  height: 3rem;
  line-height: 3rem;
  border-radius: 50%;
  background: var(--white);
  color: var(--main-dark);
  display: inline-block;
  text-align: center;
  font-size: 1.3rem;
}
.l-page section.main ol.flow li div p + p {
  margin-top: 2rem;
}
.l-page section.main ol.flow li div.full {
  width: 100%;
}
.l-page section.main ol.flow li div.full > * + * {
  margin-top: 2rem;
}
.l-page section.main ol.flow li:not(:nth-child(1)),
.l-page section.main ol.flow li:not(:nth-child(2)) {
  margin-top: 4rem;
}
.l-page section.main ul.flow li {
  display: flex;
  flex-wrap: wrap;
  gap: 4rem;
}
@media screen and (max-width: 768px) {
  .l-page section.main ul.flow li {
    flex-direction: column-reverse;
    gap: 2rem;
  }
}
.l-page section.main ul.flow li div {
  width: calc((100% - 4rem) / 2);
}
@media screen and (max-width: 768px) {
  .l-page section.main ul.flow li div {
    width: 100%;
  }
}
.l-page section.main ul.flow li div span {
  font-size: 2rem;
  font-weight: 600;
  position: relative;
  display: block;
  margin-bottom: 2rem;
}
.l-page section.main ul.flow li div p + p {
  margin-top: 2rem;
}
.l-page section.main ul.flow li:not(:nth-child(1)),
.l-page section.main ul.flow li:not(:nth-child(2)) {
  margin-top: 4rem;
}
.l-page section.main ul.circle {
  list-style-type: none;
  margin-bottom: 2.4rem;
}
.l-page section.main ul.circle li {
  position: relative;
  margin: 0;
  padding: 0 0 0 5rem;
}
.l-page section.main ul.circle li::before {
  content: "●";
  font-weight: 600;
  position: absolute;
  top: 0;
  left: 0;
  width: 5rem;
  text-align: center;
  color: var(--white);
}
.l-page section.main ul.circle li span {
  display: block;
  font-weight: 600;
}
.l-page section.main ul.circle li + li {
  margin-top: 2.4rem;
}
.l-page section.main ul.check {
  list-style-type: none;
}
.l-page section.main ul.check li {
  position: relative;
  padding: 0 0 0 5rem;
}
.l-page section.main ul.check li::after {
  content: "";
  display: block;
  position: absolute;
  top: 0.5em;
  left: 1.5rem;
  width: 2rem;
  text-align: center;
  height: 1rem;
  border-left: 0.3rem solid var(--white);
  border-bottom: 0.3rem solid var(--white);
  transform: rotate(-45deg);
}
.l-page section.main ul.check li + li {
  margin-top: 2.4rem;
}
.l-page section.main dl {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  padding: 0;
  width: 100%;
  gap: 1.6rem;
}
.l-page section.main dl dt {
  width: 10rem;
  font-weight: 600;
}
.l-page section.main dl dd {
  width: calc(100% - 11.6rem);
}
.l-page section.main table.border--none {
  border-collapse: collapse;
  border-spacing: 0;
  width: 100%;
  border-top: 0.1rem solid var(--white);
}
.l-page section.main table.border--none th,
.l-page section.main table.border--none td {
  vertical-align: middle;
  border-bottom: 0.1rem solid var(--white);
  padding: 2.4rem;
}
@media screen and (max-width: 768px) {
  .l-page section.main table.border--none th,
  .l-page section.main table.border--none td {
    padding: 2rem;
  }
}
.l-page section.main table.border--none th {
  text-align: left;
  color: var(--white);
  font-weight: 600;
}
@media screen and (max-width: 768px) {
  .l-page section.main table.border--none th {
    width: 100% !important;
    display: block;
    border-bottom: 0.1rem dashed var(--white);
  }
}
@media screen and (max-width: 768px) {
  .l-page section.main table.border--none td {
    width: 100% !important;
    display: block;
  }
}
.l-page section.main table.border--none th.w10,
.l-page section.main table.border--none td.w10 {
  width: 10%;
}
.l-page section.main table.border--none th.w20,
.l-page section.main table.border--none td.w20 {
  width: 20%;
}
.l-page section.main table.border--none th.w30,
.l-page section.main table.border--none td.w30 {
  width: 30%;
}
.l-page section.main table.border--none th.w40,
.l-page section.main table.border--none td.w40 {
  width: 40%;
}
.l-page section.main table.border--none th.w50,
.l-page section.main table.border--none td.w50 {
  width: 50%;
}
.l-page section.main table.border--none th.w60,
.l-page section.main table.border--none td.w60 {
  width: 60%;
}
.l-page section.main table.border--none th.w70,
.l-page section.main table.border--none td.w70 {
  width: 70%;
}
.l-page section.main table.border--none th.w80,
.l-page section.main table.border--none td.w80 {
  width: 80%;
}
.l-page section.main table.border--none th.w90,
.l-page section.main table.border--none td.w90 {
  width: 90%;
}
.l-page section.main table.border--none th.main,
.l-page section.main table.border--none td.main {
  background: var(--main);
  color: var(--white);
}
.l-page section.main table.border--none th.main-light,
.l-page section.main table.border--none td.main-light {
  background: var(--main-light);
  color: var(--main-dark);
}
.l-page section.main table.border--none th.gray-light,
.l-page section.main table.border--none td.gray-light {
  background: var(--gray-light);
  color: var(--main-dark);
}
.l-page section.main table.border {
  border-collapse: collapse;
  border-spacing: 0;
  width: 100%;
  border: 0.1rem solid var(--white);
}
.l-page section.main table.border th,
.l-page section.main table.border td {
  vertical-align: middle;
  border-bottom: 0.1rem solid var(--white);
  padding: 2.4rem;
}
@media screen and (max-width: 768px) {
  .l-page section.main table.border th,
  .l-page section.main table.border td {
    padding: 2rem;
  }
}
.l-page section.main table.border th {
  text-align: left;
  color: var(--white);
  font-weight: 600;
  border-right: 0.1rem solid var(--white);
}
@media screen and (max-width: 768px) {
  .l-page section.main table.border th {
    width: 100% !important;
    display: block;
    border-right: none;
    border-bottom: 0.1rem dashed var(--white);
  }
}
@media screen and (max-width: 768px) {
  .l-page section.main table.border td {
    width: 100% !important;
    display: block;
  }
}
.l-page section.main table.border th.w10,
.l-page section.main table.border td.w10 {
  width: 10%;
}
.l-page section.main table.border th.w20,
.l-page section.main table.border td.w20 {
  width: 20%;
}
.l-page section.main table.border th.w30,
.l-page section.main table.border td.w30 {
  width: 30%;
}
.l-page section.main table.border th.w40,
.l-page section.main table.border td.w40 {
  width: 40%;
}
.l-page section.main table.border th.w50,
.l-page section.main table.border td.w50 {
  width: 50%;
}
.l-page section.main table.border th.w60,
.l-page section.main table.border td.w60 {
  width: 60%;
}
.l-page section.main table.border th.w70,
.l-page section.main table.border td.w70 {
  width: 70%;
}
.l-page section.main table.border th.w80,
.l-page section.main table.border td.w80 {
  width: 80%;
}
.l-page section.main table.border th.w90,
.l-page section.main table.border td.w90 {
  width: 90%;
}
.l-page section.main table.border th.main,
.l-page section.main table.border td.main {
  background: var(--main);
  color: var(--white);
}
.l-page section.main table.border th.main-light,
.l-page section.main table.border td.main-light {
  background: var(--main-light);
}
.l-page section.main table.border th.gray-light,
.l-page section.main table.border td.gray-light {
  background: var(--gray-light);
}
.l-page section.main table.border--plane {
  border-collapse: collapse;
  border-spacing: 0;
  width: 100%;
  border: 0.1rem solid var(--white);
}
.l-page section.main table.border--plane th,
.l-page section.main table.border--plane td {
  vertical-align: middle;
  border-bottom: 0.1rem solid var(--white);
  padding: 2.4rem;
}
.l-page section.main table.border--plane th {
  text-align: left;
  color: var(--white);
  font-weight: 600;
  border-right: 0.1rem solid var(--white);
}
@media screen and (max-width: 768px) {
  .l-page section.main table.border--plane th {
    padding: 0.6rem;
    font-size: 1.3rem;
  }
}
@media screen and (max-width: 768px) {
  .l-page section.main table.border--plane td {
    padding: 0.6rem;
    font-size: 1.3rem;
  }
}
.l-page section.main table.border--plane th.w10,
.l-page section.main table.border--plane td.w10 {
  width: 10%;
}
.l-page section.main table.border--plane th.w20,
.l-page section.main table.border--plane td.w20 {
  width: 20%;
}
.l-page section.main table.border--plane th.w30,
.l-page section.main table.border--plane td.w30 {
  width: 30%;
}
.l-page section.main table.border--plane th.w40,
.l-page section.main table.border--plane td.w40 {
  width: 40%;
}
.l-page section.main table.border--plane th.w50,
.l-page section.main table.border--plane td.w50 {
  width: 50%;
}
.l-page section.main table.border--plane th.w60,
.l-page section.main table.border--plane td.w60 {
  width: 60%;
}
.l-page section.main table.border--plane th.w70,
.l-page section.main table.border--plane td.w70 {
  width: 70%;
}
.l-page section.main table.border--plane th.w80,
.l-page section.main table.border--plane td.w80 {
  width: 80%;
}
.l-page section.main table.border--plane th.w90,
.l-page section.main table.border--plane td.w90 {
  width: 90%;
}
.l-page section.main table.border--plane th.main,
.l-page section.main table.border--plane td.main {
  background: var(--main);
  color: var(--white);
}
.l-page section.main table.border--plane th.main-light,
.l-page section.main table.border--plane td.main-light {
  background: var(--main-light);
}
.l-page section.main table.border--plane th.gray-light,
.l-page section.main table.border--plane td.gray-light {
  background: var(--gray-light);
}
@media screen and (max-width: 768px) {
  .l-page section.main table.scroll {
    min-width: 90rem;
  }
}
@media screen and (max-width: 768px) {
  .l-page section.main table.scroll th {
    width: auto !important;
    display: table-cell !important;
  }
}
@media screen and (max-width: 768px) {
  .l-page section.main table.scroll td {
    width: auto !important;
    display: table-cell !important;
  }
}
.l-page section.main .profile {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  flex-direction: row-reverse;
}
.l-page section.main .profile .profileTxt {
  width: calc((100% - 0.2rem) / 2);
  height: auto;
  background: url(../img/profile.png) no-repeat center center/cover;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  flex-direction: column;
  padding: 3.2rem;
  line-height: 1.6;
}
@media screen and (max-width: 768px) {
  .l-page section.main .profile .profileTxt {
    width: 100%;
    margin-top: 0.2rem;
  }
}
.l-page section.main .profile .profileTxt p:nth-child(1) {
  color: var(--main-dark);
  font-size: 2rem;
  font-weight: 600;
}
.l-page section.main .profile .profileTxt p:nth-child(2) {
  font-size: 3.4rem;
  font-weight: 600;
  color: var(--main-dark);
}
.l-page section.main .profile .profileTxt p:nth-child(3) {
  color: var(--main-dark);
  margin-top: 2.4rem;
}
.l-page section.main .profile .profileImg {
  width: calc((100% - 0.2rem) / 2);
}
@media screen and (max-width: 768px) {
  .l-page section.main .profile .profileImg {
    width: 100%;
  }
}
.l-page section.main .price {
  display: flex;
  flex-wrap: wrap;
  gap: 0 3rem;
  border-top: 0.1rem solid var(--white);
  border-bottom: 0.1rem solid var(--white);
}
.l-page section.main .price__left {
  width: 24%;
  padding: 3rem 0;
}
@media screen and (max-width: 768px) {
  .l-page section.main .price__left {
    width: 100%;
    padding: 2rem 0;
    text-align: center;
  }
}
.l-page section.main .price__left img {
  aspect-ratio: 3/2;
  object-fit: cover;
}
@media screen and (max-width: 768px) {
  .l-page section.main .price__left img {
    width: 60%;
  }
}
.l-page section.main .price__center {
  width: calc(52% - 6rem);
  padding: 3rem 0;
}
@media screen and (max-width: 768px) {
  .l-page section.main .price__center {
    width: 100%;
    padding: 0 0 2rem 0;
  }
}
.l-page section.main .price__right {
  width: 24%;
  background: var(--main-light);
  display: flex;
  align-items: center;
  flex-direction: column;
  color: var(--main-dark);
}
@media screen and (max-width: 768px) {
  .l-page section.main .price__right {
    width: 100%;
  }
}
.l-page section.main .price__product {
  color: var(--white);
  font-size: 2rem;
  font-weight: 600;
  margin-bottom: 1rem;
}
.l-page section.main .price__row1 {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  padding: 2rem;
}
.l-page section.main .price__row2 {
  width: 100%;
  height: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  padding: 2rem;
}
.l-page section.main .price__row2:nth-child(2) {
  border-top: 0.2rem solid var(--main);
}
.l-page section.main .price__row3 {
  width: 100%;
  height: 33.3333333333%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  padding: 2rem;
}
.l-page section.main .price__row3:nth-child(2), .l-page section.main .price__row3:nth-child(3) {
  border-top: 0.2rem solid var(--main);
}
.l-page section.main .price__num {
  color: var(--main-dark);
  font-size: 2rem;
  font-weight: 600;
}
.l-page section.main .price + .price {
  margin-top: -0.1rem;
}

.l-page.round h2 {
  border-radius: 1rem;
}
.l-page.round h4 {
  border-radius: 1rem;
}
.l-page.round img {
  border-radius: 1rem;
}
.l-page.round ol li::before {
  border-radius: 1rem;
}
.l-page.round .profile .profileTxt {
  border-radius: 1rem 0 0 1rem;
}
@media screen and (max-width: 768px) {
  .l-page.round .profile .profileTxt {
    border-radius: 0 0 1rem 1rem;
  }
}
.l-page.round .profile .profileImg img {
  border-radius: 0 1rem 1rem 0;
}
@media screen and (max-width: 768px) {
  .l-page.round .profile .profileImg img {
    border-radius: 1rem 1rem 0 0;
  }
}

.editor-styles-wrapper :where(.is-layout-flex) {
  gap: 2rem !important;
}

#tabs-1-media {
  display: none !important;
}

.editor-styles-wrapper,
.l-gutenberg {
  width: 100%;
  max-width: 98rem;
  margin: 0 auto;
  padding: 8rem 4rem;
}
@media screen and (max-width: 768px) {
  .editor-styles-wrapper,
  .l-gutenberg {
    padding: 4rem 2rem;
  }
}
.editor-styles-wrapper .point,
.l-gutenberg .point {
  border: 0.4rem solid var(--main-dark);
  border-radius: 2.4rem;
  padding: 4.8rem;
}
.editor-styles-wrapper .point2,
.l-gutenberg .point2 {
  border: 0.4rem solid var(--main-dark);
  border-radius: 2.4rem;
  padding: 2.4rem;
}
.editor-styles-wrapper .btnS a,
.l-gutenberg .btnS a {
  color: var(--white);
  background: var(--main-dark);
  display: inline-flex;
  justify-content: center;
  align-items: center;
  font-size: 1.4rem;
  line-height: 1;
  padding: 1rem 2rem;
  border-radius: 0.6rem;
  transition: all 0.5s;
}
.editor-styles-wrapper .btnS a:hover,
.l-gutenberg .btnS a:hover {
  opacity: 0.7;
  cursor: pointer;
}
.editor-styles-wrapper .btnM a,
.l-gutenberg .btnM a {
  color: var(--white);
  background: var(--main-dark);
  display: inline-flex;
  justify-content: center;
  align-items: center;
  font-size: 1.6rem;
  line-height: 1;
  padding: 1.4rem 2.8rem;
  border-radius: 0.6rem;
  transition: all 0.5s;
}
.editor-styles-wrapper .btnM a:hover,
.l-gutenberg .btnM a:hover {
  opacity: 0.7;
  cursor: pointer;
}
.editor-styles-wrapper .btnL a,
.l-gutenberg .btnL a {
  color: var(--white);
  background: var(--main-dark);
  display: inline-flex;
  justify-content: center;
  align-items: center;
  font-size: 1.8rem;
  line-height: 1;
  padding: 1.8rem 3.6rem;
  border-radius: 0.6rem;
  transition: all 0.5s;
}
.editor-styles-wrapper .btnL a:hover,
.l-gutenberg .btnL a:hover {
  opacity: 0.7;
  cursor: pointer;
}
.editor-styles-wrapper .wp-block-group + .wp-block-group,
.l-gutenberg .wp-block-group + .wp-block-group {
  margin-top: 8rem;
}
.editor-styles-wrapper .wp-block-group__inner-container > * + *,
.l-gutenberg .wp-block-group__inner-container > * + * {
  margin-top: 2.4rem;
}
@media screen and (max-width: 768px) {
  .editor-styles-wrapper .wp-block-columns.rev,
  .l-gutenberg .wp-block-columns.rev {
    flex-direction: column-reverse;
  }
}
.editor-styles-wrapper .nogap,
.l-gutenberg .nogap {
  gap: 0;
}
.editor-styles-wrapper h1,
.l-gutenberg h1 {
  text-align: center;
  font-size: 3.6rem;
  font-weight: 400;
  position: relative;
  padding-bottom: 2rem;
  color: var(--main);
  margin-bottom: 9.6rem;
}
.editor-styles-wrapper h1::after,
.l-gutenberg h1::after {
  content: "";
  position: absolute;
  bottom: 0;
  display: inline-block;
  width: 7rem;
  height: 0.1rem;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  background-color: var(--main-dark);
}
.editor-styles-wrapper h2,
.l-gutenberg h2 {
  background: var(--main-dark);
  color: var(--white);
  text-align: center;
  font-size: 3rem;
  font-weight: 400;
  line-height: 1.6;
  padding: 1rem 2rem;
  margin-bottom: 4.8rem;
}
@media screen and (max-width: 768px) {
  .editor-styles-wrapper h2,
  .l-gutenberg h2 {
    font-size: 2.4rem;
  }
}
.editor-styles-wrapper h3,
.l-gutenberg h3 {
  color: var(--main-dark);
  font-size: 2.4rem;
  font-weight: 600;
  border-bottom: 0.1rem solid var(--main);
  line-height: 1.6;
  padding: 0 0 1rem 0;
  margin-bottom: 2.4rem;
}
@media screen and (max-width: 768px) {
  .editor-styles-wrapper h3,
  .l-gutenberg h3 {
    font-size: 2rem;
  }
}
.editor-styles-wrapper h4,
.l-gutenberg h4 {
  background: var(--main-light);
  color: var(--main);
  font-size: 1.8rem;
  font-weight: 600;
  padding: 0.8rem 1.6rem;
  margin-bottom: 2.4rem;
}
@media screen and (max-width: 768px) {
  .editor-styles-wrapper h4,
  .l-gutenberg h4 {
    font-size: 1.6rem;
  }
}
.editor-styles-wrapper h5,
.l-gutenberg h5 {
  color: var(--main);
  font-size: 1.6rem;
  font-weight: 600;
  margin-bottom: 2.4rem;
}
@media screen and (max-width: 768px) {
  .editor-styles-wrapper h5,
  .l-gutenberg h5 {
    font-size: 1.4rem;
  }
}
.editor-styles-wrapper h5::before,
.l-gutenberg h5::before {
  content: "●";
  padding: 0 0.5em 0 0;
}
.editor-styles-wrapper h6,
.l-gutenberg h6 {
  color: var(--main);
  font-size: 1.3rem;
  font-weight: 600;
  margin-bottom: 2.4rem;
}
@media screen and (max-width: 768px) {
  .editor-styles-wrapper h6,
  .l-gutenberg h6 {
    font-size: 1.2rem;
  }
}
.editor-styles-wrapper .list-circle,
.l-gutenberg .list-circle {
  list-style-type: none;
  margin-bottom: 2.4rem;
}
.editor-styles-wrapper .list-circle li,
.l-gutenberg .list-circle li {
  position: relative;
  margin: 0;
  padding: 0 0 0 5rem;
}
.editor-styles-wrapper .list-circle li::before,
.l-gutenberg .list-circle li::before {
  content: "●";
  font-weight: 600;
  position: absolute;
  top: 0;
  left: 0;
  width: 5rem;
  text-align: center;
  color: var(--main-dark);
}
.editor-styles-wrapper .list-circle li + li,
.l-gutenberg .list-circle li + li {
  margin-top: 2.4rem;
}
.editor-styles-wrapper .list-check,
.l-gutenberg .list-check {
  list-style-type: none;
}
.editor-styles-wrapper .list-check li,
.l-gutenberg .list-check li {
  position: relative;
  padding: 0 0 0 5rem;
}
.editor-styles-wrapper .list-check li::after,
.l-gutenberg .list-check li::after {
  content: "";
  display: block;
  position: absolute;
  top: 0.5em;
  left: 1.5rem;
  width: 2rem;
  text-align: center;
  height: 1rem;
  border-left: 0.3rem solid var(--main-dark);
  border-bottom: 0.3rem solid var(--main-dark);
  transform: rotate(-45deg);
}
.editor-styles-wrapper .list-check li + li,
.l-gutenberg .list-check li + li {
  margin-top: 2.4rem;
}
.editor-styles-wrapper .num01,
.editor-styles-wrapper .num02,
.editor-styles-wrapper .num03,
.editor-styles-wrapper .num04,
.editor-styles-wrapper .num05,
.editor-styles-wrapper .num06,
.editor-styles-wrapper .num07,
.editor-styles-wrapper .num08,
.editor-styles-wrapper .num09,
.editor-styles-wrapper .num10,
.l-gutenberg .num01,
.l-gutenberg .num02,
.l-gutenberg .num03,
.l-gutenberg .num04,
.l-gutenberg .num05,
.l-gutenberg .num06,
.l-gutenberg .num07,
.l-gutenberg .num08,
.l-gutenberg .num09,
.l-gutenberg .num10 {
  position: relative;
  font-size: 2rem;
  font-weight: 600;
  padding-left: 4rem;
  display: block;
  margin-bottom: 2.4rem;
}
.editor-styles-wrapper .num01::before,
.l-gutenberg .num01::before {
  content: "1";
  width: 3rem;
  height: 3rem;
  color: var(--white);
  background: var(--main);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translate(0, -50%);
  font-size: 1.3rem;
}
.editor-styles-wrapper .num02::before,
.l-gutenberg .num02::before {
  content: "2";
  width: 3rem;
  height: 3rem;
  color: var(--white);
  background: var(--main);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translate(0, -50%);
  font-size: 1.3rem;
}
.editor-styles-wrapper .num03::before,
.l-gutenberg .num03::before {
  content: "3";
  width: 3rem;
  height: 3rem;
  color: var(--white);
  background: var(--main);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translate(0, -50%);
  font-size: 1.3rem;
}
.editor-styles-wrapper .num04::before,
.l-gutenberg .num04::before {
  content: "4";
  width: 3rem;
  height: 3rem;
  color: var(--white);
  background: var(--main);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translate(0, -50%);
  font-size: 1.3rem;
}
.editor-styles-wrapper .num05::before,
.l-gutenberg .num05::before {
  content: "5";
  width: 3rem;
  height: 3rem;
  color: var(--white);
  background: var(--main);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translate(0, -50%);
  font-size: 1.3rem;
}
.editor-styles-wrapper .num06::before,
.l-gutenberg .num06::before {
  content: "6";
  width: 3rem;
  height: 3rem;
  color: var(--white);
  background: var(--main);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translate(0, -50%);
  font-size: 1.3rem;
}
.editor-styles-wrapper .num07::before,
.l-gutenberg .num07::before {
  content: "7";
  width: 3rem;
  height: 3rem;
  color: var(--white);
  background: var(--main);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translate(0, -50%);
  font-size: 1.3rem;
}
.editor-styles-wrapper .num08::before,
.l-gutenberg .num08::before {
  content: "8";
  width: 3rem;
  height: 3rem;
  color: var(--white);
  background: var(--main);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translate(0, -50%);
  font-size: 1.3rem;
}
.editor-styles-wrapper .num09::before,
.l-gutenberg .num09::before {
  content: "9";
  width: 3rem;
  height: 3rem;
  color: var(--white);
  background: var(--main);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translate(0, -50%);
  font-size: 1.3rem;
}
.editor-styles-wrapper .num10::before,
.l-gutenberg .num10::before {
  content: "10";
  width: 3rem;
  height: 3rem;
  color: var(--white);
  background: var(--main);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translate(0, -50%);
  font-size: 1.3rem;
}
.editor-styles-wrapper .num01-square,
.editor-styles-wrapper .num02-square,
.editor-styles-wrapper .num03-square,
.editor-styles-wrapper .num04-square,
.editor-styles-wrapper .num05-square,
.editor-styles-wrapper .num06-square,
.editor-styles-wrapper .num07-square,
.editor-styles-wrapper .num08-square,
.editor-styles-wrapper .num09-square,
.editor-styles-wrapper .num10-square,
.l-gutenberg .num01-square,
.l-gutenberg .num02-square,
.l-gutenberg .num03-square,
.l-gutenberg .num04-square,
.l-gutenberg .num05-square,
.l-gutenberg .num06-square,
.l-gutenberg .num07-square,
.l-gutenberg .num08-square,
.l-gutenberg .num09-square,
.l-gutenberg .num10-square {
  position: relative;
  font-size: 2rem;
  font-weight: 600;
  padding: 1.5rem 0 1.5rem 7rem;
  display: block;
  margin-bottom: 2.4rem;
  min-height: 6rem;
  line-height: 1.5;
}
.editor-styles-wrapper .num01-square::before,
.l-gutenberg .num01-square::before {
  content: "1";
  width: 6rem;
  height: 6rem;
  color: var(--main);
  background: var(--main-light);
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translate(0, -50%);
  font-size: 2rem;
}
.editor-styles-wrapper .num02-square::before,
.l-gutenberg .num02-square::before {
  content: "2";
  width: 6rem;
  height: 6rem;
  color: var(--main);
  background: var(--main-light);
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translate(0, -50%);
  font-size: 2rem;
}
.editor-styles-wrapper .num03-square::before,
.l-gutenberg .num03-square::before {
  content: "3";
  width: 6rem;
  height: 6rem;
  color: var(--main);
  background: var(--main-light);
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translate(0, -50%);
  font-size: 2rem;
}
.editor-styles-wrapper .num04-square::before,
.l-gutenberg .num04-square::before {
  content: "4";
  width: 6rem;
  height: 6rem;
  color: var(--main);
  background: var(--main-light);
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translate(0, -50%);
  font-size: 2rem;
}
.editor-styles-wrapper .num05-square::before,
.l-gutenberg .num05-square::before {
  content: "5";
  width: 6rem;
  height: 6rem;
  color: var(--main);
  background: var(--main-light);
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translate(0, -50%);
  font-size: 2rem;
}
.editor-styles-wrapper .num06-square::before,
.l-gutenberg .num06-square::before {
  content: "6";
  width: 6rem;
  height: 6rem;
  color: var(--main);
  background: var(--main-light);
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translate(0, -50%);
  font-size: 2rem;
}
.editor-styles-wrapper .num07-square::before,
.l-gutenberg .num07-square::before {
  content: "7";
  width: 6rem;
  height: 6rem;
  color: var(--main);
  background: var(--main-light);
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translate(0, -50%);
  font-size: 2rem;
}
.editor-styles-wrapper .num08-square::before,
.l-gutenberg .num08-square::before {
  content: "8";
  width: 6rem;
  height: 6rem;
  color: var(--main);
  background: var(--main-light);
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translate(0, -50%);
  font-size: 2rem;
}
.editor-styles-wrapper .num09-square::before,
.l-gutenberg .num09-square::before {
  content: "9";
  width: 6rem;
  height: 6rem;
  color: var(--main);
  background: var(--main-light);
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translate(0, -50%);
  font-size: 2rem;
}
.editor-styles-wrapper .num10-square::before,
.l-gutenberg .num10-square::before {
  content: "10";
  width: 6rem;
  height: 6rem;
  color: var(--main);
  background: var(--main-light);
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translate(0, -50%);
  font-size: 2rem;
}
.editor-styles-wrapper table,
.l-gutenberg table {
  border-collapse: collapse;
  border-spacing: 0;
  width: 100%;
}
.editor-styles-wrapper table td,
.l-gutenberg table td {
  padding: 1.5rem;
}
.editor-styles-wrapper .table-border td,
.l-gutenberg .table-border td {
  border: 0.1rem solid var(--gray);
}
.editor-styles-wrapper .table-border2 td,
.l-gutenberg .table-border2 td {
  border-top: 0.1rem solid var(--gray);
  border-bottom: 0.1rem solid var(--gray);
  border-right: none;
  border-left: none;
}
.editor-styles-wrapper .table-noborder td,
.l-gutenberg .table-noborder td {
  border: none;
}
@media screen and (max-width: 768px) {
  .editor-styles-wrapper .table-noborder td,
  .l-gutenberg .table-noborder td {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
}
@media screen and (max-width: 768px) {
  .editor-styles-wrapper .table-scroll table,
  .l-gutenberg .table-scroll table {
    min-width: 90rem;
  }
}
.editor-styles-wrapper .th-top tr:first-child td,
.l-gutenberg .th-top tr:first-child td {
  background: var(--gray-light);
}
.editor-styles-wrapper .th-left td:first-child,
.l-gutenberg .th-left td:first-child {
  background: var(--gray-light);
}
.editor-styles-wrapper .col01-w10 td:nth-child(1),
.l-gutenberg .col01-w10 td:nth-child(1) {
  width: 10%;
}
.editor-styles-wrapper .col01-w20 td:nth-child(1),
.l-gutenberg .col01-w20 td:nth-child(1) {
  width: 20%;
}
.editor-styles-wrapper .col01-w30 td:nth-child(1),
.l-gutenberg .col01-w30 td:nth-child(1) {
  width: 30%;
}
.editor-styles-wrapper .col01-w40 td:nth-child(1),
.l-gutenberg .col01-w40 td:nth-child(1) {
  width: 40%;
}
.editor-styles-wrapper .col01-w50 td:nth-child(1),
.l-gutenberg .col01-w50 td:nth-child(1) {
  width: 50%;
}
.editor-styles-wrapper .col01-w60 td:nth-child(1),
.l-gutenberg .col01-w60 td:nth-child(1) {
  width: 60%;
}
.editor-styles-wrapper .col01-w70 td:nth-child(1),
.l-gutenberg .col01-w70 td:nth-child(1) {
  width: 70%;
}
.editor-styles-wrapper .col01-w80 td:nth-child(1),
.l-gutenberg .col01-w80 td:nth-child(1) {
  width: 80%;
}
.editor-styles-wrapper .col01-w90 td:nth-child(1),
.l-gutenberg .col01-w90 td:nth-child(1) {
  width: 90%;
}
.editor-styles-wrapper .col02-w10 td:nth-child(2),
.l-gutenberg .col02-w10 td:nth-child(2) {
  width: 10%;
}
.editor-styles-wrapper .col02-w20 td:nth-child(2),
.l-gutenberg .col02-w20 td:nth-child(2) {
  width: 20%;
}
.editor-styles-wrapper .col02-w30 td:nth-child(2),
.l-gutenberg .col02-w30 td:nth-child(2) {
  width: 30%;
}
.editor-styles-wrapper .col02-w40 td:nth-child(2),
.l-gutenberg .col02-w40 td:nth-child(2) {
  width: 40%;
}
.editor-styles-wrapper .col02-w50 td:nth-child(2),
.l-gutenberg .col02-w50 td:nth-child(2) {
  width: 50%;
}
.editor-styles-wrapper .col02-w60 td:nth-child(2),
.l-gutenberg .col02-w60 td:nth-child(2) {
  width: 60%;
}
.editor-styles-wrapper .col02-w70 td:nth-child(2),
.l-gutenberg .col02-w70 td:nth-child(2) {
  width: 70%;
}
.editor-styles-wrapper .col02-w80 td:nth-child(2),
.l-gutenberg .col02-w80 td:nth-child(2) {
  width: 80%;
}
.editor-styles-wrapper .col02-w90 td:nth-child(2),
.l-gutenberg .col02-w90 td:nth-child(2) {
  width: 90%;
}
.editor-styles-wrapper .col03-w10 td:nth-child(3),
.l-gutenberg .col03-w10 td:nth-child(3) {
  width: 10%;
}
.editor-styles-wrapper .col03-w20 td:nth-child(3),
.l-gutenberg .col03-w20 td:nth-child(3) {
  width: 20%;
}
.editor-styles-wrapper .col03-w30 td:nth-child(3),
.l-gutenberg .col03-w30 td:nth-child(3) {
  width: 30%;
}
.editor-styles-wrapper .col03-w40 td:nth-child(3),
.l-gutenberg .col03-w40 td:nth-child(3) {
  width: 40%;
}
.editor-styles-wrapper .col03-w50 td:nth-child(3),
.l-gutenberg .col03-w50 td:nth-child(3) {
  width: 50%;
}
.editor-styles-wrapper .col03-w60 td:nth-child(3),
.l-gutenberg .col03-w60 td:nth-child(3) {
  width: 60%;
}
.editor-styles-wrapper .col03-w70 td:nth-child(3),
.l-gutenberg .col03-w70 td:nth-child(3) {
  width: 70%;
}
.editor-styles-wrapper .col03-w80 td:nth-child(3),
.l-gutenberg .col03-w80 td:nth-child(3) {
  width: 80%;
}
.editor-styles-wrapper .col03-w90 td:nth-child(3),
.l-gutenberg .col03-w90 td:nth-child(3) {
  width: 90%;
}
.editor-styles-wrapper .col04-w10 td:nth-child(4),
.l-gutenberg .col04-w10 td:nth-child(4) {
  width: 10%;
}
.editor-styles-wrapper .col04-w20 td:nth-child(4),
.l-gutenberg .col04-w20 td:nth-child(4) {
  width: 20%;
}
.editor-styles-wrapper .col04-w30 td:nth-child(4),
.l-gutenberg .col04-w30 td:nth-child(4) {
  width: 30%;
}
.editor-styles-wrapper .col04-w40 td:nth-child(4),
.l-gutenberg .col04-w40 td:nth-child(4) {
  width: 40%;
}
.editor-styles-wrapper .col04-w50 td:nth-child(4),
.l-gutenberg .col04-w50 td:nth-child(4) {
  width: 50%;
}
.editor-styles-wrapper .col04-w60 td:nth-child(4),
.l-gutenberg .col04-w60 td:nth-child(4) {
  width: 60%;
}
.editor-styles-wrapper .col04-w70 td:nth-child(4),
.l-gutenberg .col04-w70 td:nth-child(4) {
  width: 70%;
}
.editor-styles-wrapper .col04-w80 td:nth-child(4),
.l-gutenberg .col04-w80 td:nth-child(4) {
  width: 80%;
}
.editor-styles-wrapper .col04-w90 td:nth-child(4),
.l-gutenberg .col04-w90 td:nth-child(4) {
  width: 90%;
}
.editor-styles-wrapper .col05-w10 td:nth-child(5),
.l-gutenberg .col05-w10 td:nth-child(5) {
  width: 10%;
}
.editor-styles-wrapper .col05-w20 td:nth-child(5),
.l-gutenberg .col05-w20 td:nth-child(5) {
  width: 20%;
}
.editor-styles-wrapper .col05-w30 td:nth-child(5),
.l-gutenberg .col05-w30 td:nth-child(5) {
  width: 30%;
}
.editor-styles-wrapper .col05-w40 td:nth-child(5),
.l-gutenberg .col05-w40 td:nth-child(5) {
  width: 40%;
}
.editor-styles-wrapper .col05-w50 td:nth-child(5),
.l-gutenberg .col05-w50 td:nth-child(5) {
  width: 50%;
}
.editor-styles-wrapper .col05-w60 td:nth-child(5),
.l-gutenberg .col05-w60 td:nth-child(5) {
  width: 60%;
}
.editor-styles-wrapper .col05-w70 td:nth-child(5),
.l-gutenberg .col05-w70 td:nth-child(5) {
  width: 70%;
}
.editor-styles-wrapper .col05-w80 td:nth-child(5),
.l-gutenberg .col05-w80 td:nth-child(5) {
  width: 80%;
}
.editor-styles-wrapper .col05-w90 td:nth-child(5),
.l-gutenberg .col05-w90 td:nth-child(5) {
  width: 90%;
}
.editor-styles-wrapper .profile,
.l-gutenberg .profile {
  gap: 0;
  background: url(../img/profile.png) no-repeat center center/cover;
  color: var(--main-dark);
}
@media screen and (max-width: 768px) {
  .editor-styles-wrapper .profile,
  .l-gutenberg .profile {
    flex-direction: column-reverse;
  }
}
.editor-styles-wrapper .profile .job-title,
.l-gutenberg .profile .job-title {
  font-size: 2rem;
  font-weight: 600;
  padding: 0 2.4rem;
}
@media screen and (max-width: 768px) {
  .editor-styles-wrapper .profile .job-title,
  .l-gutenberg .profile .job-title {
    padding-top: 2.4rem;
  }
}
.editor-styles-wrapper .profile .name-ja,
.l-gutenberg .profile .name-ja {
  font-size: 3.4rem;
  font-weight: 600;
  padding: 0 2.4rem;
}
.editor-styles-wrapper .profile .name-en,
.l-gutenberg .profile .name-en {
  margin-top: 2.4rem;
  padding: 0 2.4rem;
}
@media screen and (max-width: 768px) {
  .editor-styles-wrapper .profile .name-en,
  .l-gutenberg .profile .name-en {
    padding: 0 2.4rem 2.4rem 2.4rem;
  }
}

.editor-styles-wrapper h2,
.l-gutenberg.round h2 {
  border-radius: 1.2rem;
}
.editor-styles-wrapper h4,
.l-gutenberg.round h4 {
  border-radius: 1.2rem;
}
.editor-styles-wrapper .num01-square::before,
.l-gutenberg.round .num01-square::before {
  border-radius: 1.2rem;
}
.editor-styles-wrapper .num02-square::before,
.l-gutenberg.round .num02-square::before {
  border-radius: 1.2rem;
}
.editor-styles-wrapper .num03-square::before,
.l-gutenberg.round .num03-square::before {
  border-radius: 1.2rem;
}
.editor-styles-wrapper .num04-square::before,
.l-gutenberg.round .num04-square::before {
  border-radius: 1.2rem;
}
.editor-styles-wrapper .num05-square::before,
.l-gutenberg.round .num05-square::before {
  border-radius: 1.2rem;
}
.editor-styles-wrapper .num06-square::before,
.l-gutenberg.round .num06-square::before {
  border-radius: 1.2rem;
}
.editor-styles-wrapper .num07-square::before,
.l-gutenberg.round .num07-square::before {
  border-radius: 1.2rem;
}
.editor-styles-wrapper .num08-square::before,
.l-gutenberg.round .num08-square::before {
  border-radius: 1.2rem;
}
.editor-styles-wrapper .num09-square::before,
.l-gutenberg.round .num09-square::before {
  border-radius: 1.2rem;
}
.editor-styles-wrapper .num10-square::before,
.l-gutenberg.round .num10-square::before {
  border-radius: 1.2rem;
}
.editor-styles-wrapper img,
.l-gutenberg.round img {
  border-radius: 1.2rem;
}
.editor-styles-wrapper .profile,
.l-gutenberg.round .profile {
  border-radius: 1.2rem;
  overflow: hidden;
}
.editor-styles-wrapper .profile img,
.l-gutenberg.round .profile img {
  border-radius: 0 !important;
}

.l-caseSin__intro {
  margin: 0 0 6rem 0;
}
.l-caseSin__full {
  margin: 4rem 0 6rem 0;
}
.l-caseSin__grid {
  display: grid;
  grid-template-columns: 33.3333333333% 33.3333333333% 33.3333333333%;
  grid-template-rows: auto auto auto;
  gap: 0px 0px;
  grid-auto-flow: row;
  grid-template-areas: "grid01 grid02 grid03" "grid04 grid05 grid06" "grid07 grid08 grid09";
  margin: 4rem 0 6rem 0;
}
.l-caseSin__grid .grid01 {
  grid-area: grid01;
}
.l-caseSin__grid .grid02 {
  grid-area: grid02;
}
.l-caseSin__grid .grid03 {
  grid-area: grid03;
}
.l-caseSin__grid .grid04 {
  grid-area: grid04;
}
.l-caseSin__grid .grid05 {
  grid-area: grid05;
}
.l-caseSin__grid .grid06 {
  grid-area: grid06;
}
.l-caseSin__grid .grid07 {
  grid-area: grid07;
}
.l-caseSin__grid .grid08 {
  grid-area: grid08;
}
.l-caseSin__grid .grid09 {
  grid-area: grid09;
}
.l-caseSin__grid img {
  width: 100%;
  height: auto;
}
.l-caseSin__table {
  border-collapse: collapse;
  border-spacing: 0;
  width: 100%;
  border-top: 0.1rem solid var(--gray);
  border-left: 0.1rem solid var(--gray);
  margin-top: 6rem;
}
.l-caseSin__table th {
  border-bottom: 0.1rem solid var(--gray);
  border-right: 0.1rem solid var(--gray);
  width: 30%;
  padding: 1rem 2rem;
  background: var(--main-light);
}
@media screen and (max-width: 768px) {
  .l-caseSin__table th {
    width: 100%;
    display: block;
    border-bottom: none;
  }
}
.l-caseSin__table td {
  border-bottom: 0.1rem solid var(--gray);
  border-right: 0.1rem solid var(--gray);
  width: 70%;
  padding: 1rem 2rem;
}
@media screen and (max-width: 768px) {
  .l-caseSin__table td {
    width: 100%;
    display: block;
  }
}
.l-caseSin__none {
  text-align: center;
}

.l-container {
  width: 100%;
  max-width: 94rem;
  margin: 0 auto;
  padding: 10rem 2rem;
}
@media screen and (max-width: 768px) {
  .l-container {
    padding: 5rem 2rem;
  }
}

.l-404 {
  width: 100%;
  max-width: 124rem;
  margin: 0 auto;
  padding: 10rem 2rem;
  text-align: center;
}
.l-404__title {
  font-size: 3.6rem;
  font-weight: 600;
}

.l-archive {
  width: 100%;
  max-width: 98rem;
  margin: 0 auto;
  padding: 0 4rem 8rem 4rem;
  display: flex;
  flex-wrap: wrap;
  gap: 6rem 4rem;
}
@media screen and (max-width: 768px) {
  .l-archive {
    padding: 6rem 2rem;
  }
}
.l-archiveTitle {
  width: 100%;
  text-align: center;
  color: var(--main);
  font-size: 3.6rem;
  font-weight: 400;
}
.l-archiveAside {
  width: calc(25% - 2rem);
}
@media screen and (max-width: 768px) {
  .l-archiveAside {
    width: 100%;
  }
}
.l-archiveAside__heading {
  background: var(--main);
  color: var(--white);
  padding: 1rem 2rem;
}
.l-archiveAside__cta {
  background: var(--main-light);
  position: sticky;
  top: 6rem;
  padding: 2rem;
  height: 40rem;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}
.l-archiveAside__list {
  margin-top: 1rem;
}
.l-archiveAside__list li {
  border-bottom: 0.1rem solid var(--gray);
  padding: 1rem 0;
}
.l-archiveAside__list a {
  transition: all 0.7s;
}
.l-archiveAside__list a:hover {
  color: var(--main);
}
.l-archiveAside__tagcloud {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem 0.5rem;
  margin-top: 2rem;
}
.l-archiveAside__tagcloud li {
  display: flex;
}
.l-archiveAside__block + .l-archiveAside__block {
  margin-top: 6rem;
}
.l-archiveMain {
  width: calc(75% - 2rem);
}
@media screen and (max-width: 768px) {
  .l-archiveMain {
    width: 100%;
  }
}
.l-archiveList:first-child {
  border-top: 0.1rem solid var(--gray);
}
.l-archiveList {
  border-bottom: 0.1rem solid var(--gray);
  padding: 3.2rem 0;
}
.l-archiveList__meta {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  flex-wrap: wrap;
  gap: 0 1.6rem;
  margin-bottom: 0.8rem;
}
@media screen and (max-width: 768px) {
  .l-archiveList__taxonomy {
    width: 100%;
  }
}
.l-archiveList__taxonomy a {
  color: var(--main);
  font-weight: 600;
  margin-right: 1em;
  transition: all 0.5s;
}
.l-archiveList__taxonomy a:hover {
  text-decoration: underline;
}
.l-archiveList__taxonomy i {
  margin-right: 0.5em;
}
.l-archiveList__date {
  font-size: 1.1rem;
  color: var(--gray-dark);
}
@media screen and (max-width: 768px) {
  .l-archiveList__date {
    width: 100%;
  }
}
.l-archiveList__date i {
  margin-right: 0.5em;
}
.l-archiveList__thumb01 {
  display: flex;
}
.l-archiveList__thumb01 li {
  width: 100%;
}
.l-archiveList__thumb01 img {
  width: 100%;
  height: 24rem;
  object-fit: cover;
}
@media screen and (max-width: 768px) {
  .l-archiveList__thumb01 img {
    height: 16rem;
  }
}
.l-archiveList__thumb02 {
  display: flex;
}
.l-archiveList__thumb02 li {
  width: 50%;
}
.l-archiveList__thumb02 img {
  width: 100%;
  height: 20rem;
  object-fit: cover;
}
@media screen and (max-width: 768px) {
  .l-archiveList__thumb02 img {
    height: 14rem;
  }
}
.l-archiveList__head {
  font-size: 2rem;
  font-weight: 600;
  margin: 2.4rem 0 1.6rem 0;
  color: var(--black);
}
.l-archiveList__body {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.l-archiveList__bodyLeft {
  width: calc(100% - 23rem);
}
@media screen and (max-width: 768px) {
  .l-archiveList__bodyLeft {
    width: 100%;
  }
}
.l-archiveList__bodyRight {
  width: 18rem;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 2.4rem 0;
}
@media screen and (max-width: 768px) {
  .l-archiveList__bodyRight {
    width: 100%;
    margin-top: 2.4rem;
  }
}
.l-archiveList__btn a {
  display: flex;
  justify-content: center;
  align-items: center;
  border: 0.1rem solid var(--main);
  border-radius: 0.7rem;
  color: var(--main);
  text-align: center;
  height: 4.7rem;
  transition: all 0.5s;
}
.l-archiveList__btn a:hover {
  background: var(--main);
  color: var(--white);
}
.l-archiveList__dl {
  display: flex;
  flex-wrap: wrap;
  font-size: 1.3rem;
}
.l-archiveList__dl dt {
  width: 5rem;
}
.l-archiveList__dl dd {
  width: calc(100% - 6rem);
}
.l-archiveList__dl.wide dt {
  width: 100%;
}
.l-archiveList__dl.wide dd {
  width: 100%;
}
.l-archiveList__dl + .l-archiveList__dl {
  margin-top: 1.6rem;
}

html {
  height: 100%;
}

a {
  transition-duration: 0.5s;
}

body {
  height: 100%;
  margin: 0;
}

.alphabet_uppercase {
  text-transform: uppercase;
}

.jump_to_detail_button {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 294px;
  height: 52px;
  margin: 32px auto 0;
  padding-left: 32px;
  border: 1px solid #3a3a3a;
  border-radius: 4px;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.4rem;
  font-weight: 400;
  color: #595757;
}
.jump_to_detail_button img {
  margin-left: 24px;
  transition-duration: 0.5s;
}

.jump_to_detail_button:hover {
  background-color: #3a3a3a;
  color: #fff;
}
.jump_to_detail_button:hover img {
  filter: invert(100%);
}

.header_logo {
  display: none;
}

.burger_menu {
  display: none;
  opacity: 0;
  display: none;
}
.burger_menu .header_burger_button {
  display: none;
}

.fix_link_sp {
  display: none;
}

.burger_menu {
  display: none;
  padding-top: 118px;
  gap: 10px;
  justify-content: center;
  align-items: flex-start;
  z-index: 900;
  height: 100%;
  width: 100%;
  position: fixed;
  transition: all 0.5s ease;
  background-color: #F6F2EF;
}
.burger_menu ul li a img {
  width: 24px;
  height: 24px;
  margin-right: 8px;
}
.burger_menu .burger_contents_left ul li {
  margin-bottom: 16px;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.6rem;
  font-weight: 600;
  line-height: 1.5;
}
.burger_menu .burger_contents_right_top {
  margin-bottom: 16px;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.6rem;
  font-weight: 600;
  line-height: 1.6;
}
.burger_menu .burger_contents_right_top img {
  width: 24px;
  height: 24px;
  margin-right: 4px;
}
.burger_menu .burger_contents_right {
  margin-left: 100px;
  width: 288px;
}
.burger_menu .burger_contents_right ul li {
  margin-bottom: 5px;
  padding-left: 32px;
  line-height: 3rem;
}
.burger_menu .burger_contents_right .burger_contents_right_bottom {
  width: 288px;
  justify-content: space-between;
  display: flex;
  flex-wrap: wrap;
}

header .header__header_container {
  display: flex;
  justify-content: space-between;
  height: 132px;
  padding: 25px 40px;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 10;
  transition: all 0.5s ease;
}
header .header__header_container a.header__header_logo:hover {
  opacity: 0.7;
}
header .header__header_container .header__header_h1_pc {
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: normal;
  font-style: normal;
  font-size: 1.3rem;
  width: 300px;
  flex-wrap: wrap;
  align-content: center;
}
header .header__header_container .header__right {
  display: flex;
  justify-content: center;
  white-space: nowrap;
}
header .header__header_container nav.global {
  display: flex;
  flex-wrap: wrap;
  align-content: center;
}
header .header__header_container nav.global ul {
  display: flex;
  font-family: "Noto Serif JP", serif;
  font-optical-sizing: auto;
  font-weight: normal;
  font-style: normal;
  font-size: 1.5rem;
}
header .header__header_container nav.global ul li {
  padding: 0;
  margin: 0;
  border-right: 1px solid #A48D6C;
  line-height: 1.5rem;
}
header .header__header_container nav.global ul li a {
  padding: 0 9px;
}
header .header__header_container nav.global ul li a:hover {
  color: #694912;
  opacity: 0.7;
}
header .header__header_container nav.global ul li:last-child {
  border-right: none;
}

.fix_link {
  position: fixed;
  right: 0px;
  bottom: 60px;
  width: 48px;
  height: 485px;
  z-index: 10;
}
.fix_link .reservation {
  display: flex;
  flex-wrap: wrap;
  align-content: center;
  justify-content: center;
  background-color: #A48D6C;
  line-height: 1.4;
  width: 100%;
  height: 244px;
  margin-bottom: 10px;
  color: #fff;
  border-radius: 8px 0 0 8px;
}
.fix_link .reservation:hover {
  opacity: 0.7;
}
.fix_link .tel {
  display: flex;
  flex-wrap: wrap;
  align-content: center;
  justify-content: center;
  margin-top: 10px;
  line-height: 0.9;
  background-color: #C3B196;
  width: 100%;
  height: 251px;
  color: #503300;
  border-radius: 8px 0 0 8px;
}
.fix_link .tel:hover {
  opacity: 0.7;
}
.fix_link .fix_link__img {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-bottom: 10px;
}
.fix_link .fix_link__text {
  width: 100%;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.6rem;
  text-align: center;
}
.fix_link .fix_link__text--rotate {
  display: inline-block;
  margin-left: 0.26rem;
  transform: rotate(90deg);
}

.main_visual {
  display: flex;
  align-content: flex-start;
  flex-wrap: nowrap;
  background-color: #F6F2EF;
  width: 100%;
  height: 100%;
  min-height: 900px;
}
.main_visual .main_visual__left {
  display: flex;
  justify-content: center;
  height: 100%;
  min-width: 450px;
  max-width: 642px;
  width: 42.5vw;
}
.main_visual .main_visual__left .main_visual_left__contents {
  width: 450px;
  height: calc(100% - 196px);
  margin-top: 196px;
}
.main_visual .main_visual__left .main_visual_left__contents .main_visual__messages_pc {
  margin: 0 auto max(100vh - 900px, 32px);
  display: flex;
  flex-direction: column;
  display: flex;
  justify-content: center;
  align-items: flex-end;
  writing-mode: vertical-rl;
}
.main_visual .main_visual__left .main_visual_left__contents .main_visual__messages_pc .main_visual___messages_caption_pc {
  font-family: "Noto Serif JP", serif;
  font-size: 3.3rem;
  font-weight: 500;
  letter-spacing: 0.7rem;
}
.main_visual .main_visual__left .main_visual_left__contents .main_visual__messages_pc .main_visual__messages_cotnent_pc {
  letter-spacing: 0.5rem;
  margin-right: 56px;
  margin-bottom: 25px;
  font-family: "Noto Serif JP", serif;
  font-size: 1.8rem;
  font-weight: 500;
}
.main_visual .main_visual__left .main_visual_left__contents .main_visual__messages_pc .main_visual__messages_cotnent_pc img {
  margin-top: -57px;
}
.main_visual .main_visual__left .main_visual_left__contents .main_visual__messages_sp {
  display: none;
}
.main_visual .main_visual__left .main_visual_left__contents .main_visual___buttons {
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 150px;
  background-color: #A48D6C;
}
.main_visual .main_visual__left .main_visual_left__contents .main_visual___buttons .main_visual___button {
  display: flex;
  justify-content: center;
  align-items: center;
  border-right: 1px solid #fff;
  min-height: 150px;
  width: 40vw;
}
.main_visual .main_visual__left .main_visual_left__contents .main_visual___buttons .main_visual___button .main_visual___button_content .button_up {
  display: flex;
  width: 100%;
  align-content: flex-end;
}
.main_visual .main_visual__left .main_visual_left__contents .main_visual___buttons .main_visual___button .main_visual___button_content .button_up .top_button_icon {
  width: 50px;
  height: 50px;
  margin: 0 auto 10px;
  background-size: cover;
  background-repeat: no-repeat;
}
.main_visual .main_visual__left .main_visual_left__contents .main_visual___buttons .main_visual___button .main_visual___button_content .button_up .top_button_calendar_icon {
  background-image: url(../img/top_button_calendar_icon.png);
}
.main_visual .main_visual__left .main_visual_left__contents .main_visual___buttons .main_visual___button .main_visual___button_content .button_up .top_button_tooth_icon {
  background-image: url(../img/top_button_tooth_icon.png);
}
.main_visual .main_visual__left .main_visual_left__contents .main_visual___buttons .main_visual___button .main_visual___button_content .button_up .top_button_human_icon {
  background-image: url(../img/top_button_human_icon.png);
}
.main_visual .main_visual__left .main_visual_left__contents .main_visual___buttons .main_visual___button .main_visual___button_content .button_bottom {
  width: 100%;
  text-align: center;
  width: 150px;
}
.main_visual .main_visual__left .main_visual_left__contents .main_visual___buttons .main_visual___button .main_visual___button_content .button_bottom p {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 600;
  font-size: 1.4rem;
  line-height: 1.5;
  color: #fff;
}
.main_visual .main_visual__left .main_visual_left__contents .main_visual___buttons a:last-of-type {
  border-right: 0;
}
.main_visual .main_visual__right {
  width: calc(100vw - 642px);
}
.main_visual .main_visual__right img.top_image {
  display: block;
  width: calc(100vw - 642px);
  height: 100vh;
  min-height: 900px;
  object-fit: cover;
}
.main_visual .main_visual__right .top_image_sp {
  display: none;
}
.main_visual .main_visual__right .top_image01 {
  object-position: 30% top;
}
.main_visual .main_visual__right .top_image02 {
  object-position: right top;
}
.main_visual .main_visual__right .top_image03 {
  object-position: center top;
}

main {
  display: flex;
  width: 100%;
  justify-content: center;
  align-content: center;
  flex-wrap: wrap;
}

section.main {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  width: 100%;
}
section.main .section_content__900 {
  width: 900px;
  margin: 100px 0;
}
section.main .section_content__1200 {
  width: 1200px;
  margin: 100px 0;
}
section.main .section_title {
  margin-bottom: 72px;
  width: 100%;
}
section.main .section_title .top {
  width: 100%;
  display: flex;
  justify-content: center;
  align-content: center;
  flex-wrap: wrap;
}
section.main .section_title .bottom {
  display: flex;
  justify-content: center;
  align-content: center;
  flex-wrap: wrap;
  width: 100%;
}
section.main .section--sub_title {
  font-family: "Halant", serif;
  font-size: 1.8rem;
  color: #C3B196;
}
section.main h2 {
  font-size: 3rem;
  font-family: "Noto Serif JP", serif;
  color: #3A3A3A;
}
section.main h2::before {
  content: "― ";
}
section.main h2::after {
  content: " ―";
}

section.odd {
  background-color: #FCF8F6;
}
section.odd h2 {
  color: #694912;
}

section.even {
  background-color: #F6F2EF;
}

.clinic_information {
  display: flex;
  justify-content: center;
  align-content: center;
  flex-wrap: wrap;
}
.clinic_information .section_title a:hover {
  opacity: 0.7;
}
.clinic_information h2 img {
  max-width: 100vw;
  height: auto;
}
.clinic_information h2.clininc_information__logo::before, .clinic_information h2.clininc_information__logo::after {
  content: "";
}
.clinic_information .clinic_information--content h3 {
  font-family: "Noto Sans JP";
  font-weight: 500;
  font-size: 2rem;
  color: #3A3A3A;
  margin-bottom: 27px;
}
.clinic_information .clinic_information--content-up {
  display: flex;
  justify-content: flex-start;
  width: 100%;
  text-align: center;
}
.clinic_information .clinic_information--content-up .clinic_information--content-up_left table {
  width: 100%;
}
.clinic_information .clinic_information--content-up .clinic_information--content-up_left table tr {
  height: 43px;
}
.clinic_information .clinic_information--content-up .clinic_information--content-up_left table tr th {
  width: 9.6%;
  text-align: center;
  vertical-align: middle;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-size: 1.3rem;
  color: #fff;
}
.clinic_information .clinic_information--content-up .clinic_information--content-up_left table tr th:first-of-type {
  width: 32%;
}
.clinic_information .clinic_information--content-up .clinic_information--content-up_left table tr td {
  vertical-align: middle;
  line-height: 0;
}
.clinic_information .clinic_information--content-up .clinic_information--content-up_left table tr td img {
  width: 10px;
  height: 10px;
}
.clinic_information .clinic_information--content-up .clinic_information--content-up_left table tr:first-of-type {
  background-color: #C3B196;
}
.clinic_information .clinic_information--content-up .weekly_open_day {
  text-align: start;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-size: 1.5rem;
  color: #3a3a3a;
  margin-bottom: 35px;
}
.clinic_information .clinic_information--content-up .reservation_message {
  text-align: middle;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-size: 2rem;
  color: #3a3a3a;
}
.clinic_information .clinic_information--content-up .reservation_tel {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: middle;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-size: 2.8rem;
  color: #3a3a3a;
  margin-bottom: 20px;
}
.clinic_information .clinic_information--content-up .reservation_tel img.tel_icon {
  margin-right: 10px;
}
.clinic_information .clinic_information--content-up .reservation_tel:hover {
  opacity: 0.7;
}
.clinic_information .clinic_information--content-up .reserveation_button {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 35px;
  max-width: 400px;
  width: 44.4vw;
  height: 70px;
  background-color: #a48d6c;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-size: 2rem;
  color: #fff;
  border-radius: 8px;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.25);
}
.clinic_information .clinic_information--content-up .reserveation_button .calendar_icon {
  margin-right: 10px;
}
.clinic_information .clinic_information--content-up .reserveation_button:hover {
  background-color: #694912;
}
.clinic_information .clinic_information--content-up .clinic_information--content-up_left__clinic_facade img {
  width: 44.4vw;
  max-width: 400px;
  object-fit: cover;
}
.clinic_information .clinic_information--content-up .clinic_information--content-right {
  max-width: 500px;
  width: 55.6vw;
}
.clinic_information .clinic_information--content-up .clinic_information--content-right img.map {
  max-width: 400px;
  width: 44.4vw;
  max-height: 251px;
  height: 27.9vw;
}
.clinic_information .clinic_information--content-up .clinic_information--content-right .address, .clinic_information .clinic_information--content-up .clinic_information--content-right .access_detail {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-size: 1.5rem;
  color: #3a3a3a;
}
.clinic_information .clinic_information--content-up .clinic_information--content-right .address {
  margin-top: 15px;
  margin-bottom: 15px;
}
.clinic_information .clinic_information--content-up .clinic_information--content-right .clinic_information_buttons {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}
.clinic_information .clinic_information--content-up .clinic_information--content-right .clinic_information_buttons .button_container {
  width: 100%;
}
.clinic_information .clinic_information--content_bottom {
  margin-top: 72px;
  height: 136px;
}
.clinic_information .clinic_information--content_bottom .contents {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  height: 136px;
}
.clinic_information .clinic_information--content_bottom .contents .h3_container {
  max-width: 200px;
  width: 22.2vw;
  height: 136px;
}
.clinic_information .clinic_information--content_bottom .contents .h3_container h3 {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-size: 2rem;
  color: #3a3a3a;
}
.clinic_information .clinic_information--content_bottom .contents .information_list {
  height: 136px;
  max-width: 676px;
  width: 75.2vw;
}
.clinic_information .clinic_information--content_bottom .contents .information_list dl {
  height: 68px;
  width: 100%;
  border-top: 1px solid #bbbbbb;
}
.clinic_information .clinic_information--content_bottom .contents .information_list dl a {
  display: flex;
  flex-wrap: wrap;
}
.clinic_information .clinic_information--content_bottom .contents .information_list dl a dt {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 68px;
  max-width: 100px;
  width: 11.1vw;
}
.clinic_information .clinic_information--content_bottom .contents .information_list dl a dd {
  display: flex;
  justify-content: center;
  align-items: center;
}
.clinic_information .clinic_information--content_bottom .contents .information_list dl a dd.content {
  height: 68px;
  max-width: 520px;
  width: 57.8vw;
  padding-left: 16px;
  justify-content: left;
}
.clinic_information .clinic_information--content_bottom .contents .information_list dl a dd.detail_button {
  height: 68px;
  max-width: 56px;
  width: 6.22vw;
}
.clinic_information .clinic_information--content_bottom .contents .information_list dl a:hover {
  opacity: 0.7;
}
.clinic_information .clinic_information--content_bottom .contents .information_list dl:last-of-type {
  border-bottom: 1px solid #bbbbbb;
}

.clinic_message {
  height: 554px;
  background-image: url(../img/clinic_message_background.jpg);
  background-size: cover;
  background-position: center;
}
.clinic_message .clinic_message__content {
  text-align: center;
}
.clinic_message .clinic_message__content h3 {
  font-family: "Noto Serif JP", serif;
  font-size: 3.4rem;
  font-weight: 400;
  width: 100%;
  color: #fff;
  border-bottom: 1px solid #fff;
  margin-bottom: 32px;
}
.clinic_message .clinic_message__content span.message {
  font-family: "Noto Sans JP" sans-serif;
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 2;
  color: #fff;
}
.clinic_message .jump_to_detail_button {
  border: 1px solid #fff;
  color: #fff;
  width: 288px;
  transition-duration: 0.5s;
}
.clinic_message .jump_to_detail_button:hover {
  background-color: #694912;
  border: 1px solid #694912;
}
.clinic_message .jump_to_detail_button:hover img {
  filter: none;
}

.divider_animation {
  width: 100%;
  height: 250px;
  margin: 64px 0 64px;
}
.divider_animation .div_anim_swiper .swiper-wrapper {
  transition-timing-function: linear;
}

.feature_list {
  display: flex;
  justify-content: center;
  align-content: center;
  flex-wrap: wrap;
}
.feature_list .feature_box {
  display: flex;
  justify-content: center;
  margin-bottom: 50px;
}
.feature_list .feature_box .feature__image img {
  width: 52.08vw;
  max-width: 625px;
  height: 392px;
  object-fit: cover;
}
.feature_list .feature_box .feature__text {
  box-sizing: border-box;
  max-width: 615px;
  width: 51.25vw;
  padding: 0 51px 35px 51px;
  border: 1px solid #656968;
  margin-top: 64px;
  min-height: 366px;
  z-index: 1;
}
.feature_list .feature_box .feature__text p {
  font-size: 1.5rem;
  font-family: "Noto Sans JP", sans-serif;
  line-height: 2.3;
  letter-spacing: 0.32rem;
  font-weight: 400;
}
.feature_list .feature_box .feature__content_title_box {
  display: flex;
  align-content: flex-end;
  justify-content: flex-start;
  min-height: 56px;
  margin: 44px 0;
}
.feature_list .feature_box .feature__content_title_box .feature__content_title_serial {
  display: flex;
  flex-wrap: wrap;
  align-content: flex-end;
  justify-content: flex-start;
  font-family: "Halant", serif;
  font-weight: 400;
  font-style: normal;
  font-size: 8.2rem;
  color: #C3B196;
  line-height: 0.5;
  margin-right: 15px;
}
.feature_list .feature_box .feature__content_title_box .feature__content_title {
  display: flex;
  flex-wrap: wrap;
  align-content: flex-end;
  justify-content: flex-start;
  font-family: "Noto Serif JP", serif;
  font-weight: 600;
  font-size: 2.4rem;
  line-height: 1.3;
  color: #A48D6C;
}
.feature_list .jump_to_detail_button {
  margin-top: 24px;
}
.feature_list .feature_box .feature__image {
  z-index: 2;
}
.feature_list .feature_box__odd {
  flex-direction: row-reverse;
}
.feature_list .feature_box__odd .feature__image {
  margin-left: -40px;
}
.feature_list .feature_box__odd .feature__text {
  padding-right: 86px;
}
.feature_list .feature_box__even .feature__text {
  padding-left: 86px;
  margin-left: -40px;
}

.doctors_introduction .doctors {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  width: 100%;
}
.doctors_introduction .doctors .doctor:first-of-type {
  margin-bottom: 53px;
}
.doctors_introduction .doctors .doctor_odd {
  flex-direction: row-reverse;
}
.doctors_introduction .doctors .doctor {
  display: flex;
  justify-content: center;
}
.doctors_introduction .doctors .doctor_left {
  margin-right: 70px;
  width: 100%;
}
.doctors_introduction .doctors .doctor_text {
  width: calc((100vw - 70px) * 0.518);
  max-width: 430px;
}
.doctors_introduction .doctors .doctor_text .doctor_name {
  border-left: 1px solid #A48D6C;
  padding-left: 24px;
  margin-bottom: 32px;
}
.doctors_introduction .doctors .doctor_text .doctor_name .doctor_title {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 2rem;
  font-weight: 500;
  line-height: 1.5;
  color: #978D58;
}
.doctors_introduction .doctors .doctor_text .doctor_name .doctor_name_jp {
  font-family: "Noto Serif", serif;
  font-size: 3.8rem;
  font-weight: 400;
  color: #341410;
}
.doctors_introduction .doctors .doctor_text .doctor_name .doctor_name_en {
  font-family: "Halant", serif;
  font-size: 2.1rem;
  font-weight: 400;
  color: #341410;
}
.doctors_introduction .doctors .doctor_text .doctor_message {
  padding-left: 24px;
  font-family: "Noto Sans", sans-serif;
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 2.4;
  color: #3A3A3A;
  margin-bottom: 32px;
}
.doctors_introduction .doctors .doctor_text .doctor_history .caption {
  border-left: 1px solid #A48D6C;
  padding-left: 24px;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-size: 2rem;
  color: #978D58;
  margin-bottom: 32px;
}
.doctors_introduction .doctors .doctor_text .doctor_history .history {
  margin-bottom: 32px;
}
.doctors_introduction .doctors .doctor_text .doctor_history .history ul {
  list-style: disc;
  padding-left: 48px;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.5rem;
  font-weight: 400;
}
.doctors_introduction .doctors .doctor_text .jump_to_detail_button {
  width: 259px;
  margin: 32px 0 0 0;
}
.doctors_introduction .doctors .doctor_photos {
  max-width: 400px;
  width: calc((100vw - 70px) * 0.482);
}
.doctors_introduction .doctors .doctor_photos .doctor_photos_up img {
  max-width: 400px;
  width: 44.4vw;
  object-fit: cover;
}
.doctors_introduction .doctors .doctor_photos .doctor_photos_bottom {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 20px;
}
.doctors_introduction .doctors .doctor_photos .doctor_photos_bottom img {
  max-width: 190px;
  width: 21vw;
  object-fit: cover;
}

.divider_parallax {
  width: 100%;
  height: 318px;
  background-image: url(../img/divider_image2.jpg);
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.treatment_menu div.section_title {
  margin-bottom: 60px;
}
.treatment_menu .treatment_message {
  text-align: center;
  font-family: "Noto Serif JP", serif;
  font-size: 2.4rem;
  line-height: 2;
  color: #3a3a3a;
  margin-bottom: 70px;
}
.treatment_menu .excerpt_treatments .treatment_even {
  flex-direction: row-reverse;
}
.treatment_menu .excerpt_treatments .treatment {
  display: flex;
  justify-content: space-between;
  margin-bottom: 70px;
}
.treatment_menu .excerpt_treatments .treatment .treatment_image {
  max-width: 300px;
  width: 33.3vw;
}
.treatment_menu .excerpt_treatments .treatment .treatment_image img {
  max-width: 300px;
  width: 33.3vw;
  max-height: 300px;
  height: 33.3vw;
}
.treatment_menu .excerpt_treatments .treatment .treatment_image_sp {
  display: none;
}
.treatment_menu .excerpt_treatments .treatment .treatment_text {
  max-width: 550px;
  width: 61.1vw;
  vertical-align: top;
}
.treatment_menu .excerpt_treatments .treatment .treatment_text h3.treatment_title {
  font-family: "Noto Serif JP", serif;
  font-size: 2.4rem;
  font-weight: 600;
  color: #694912;
}
.treatment_menu .excerpt_treatments .treatment .treatment_text .treatment_title_en {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 2rem;
  font-weight: 500;
  color: #C3B196;
  margin-bottom: 30px;
}
.treatment_menu .excerpt_treatments .treatment .treatment_text .treatment_summary {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-size: 2rem;
  color: #3a3a3a;
  margin-bottom: 20px;
}
.treatment_menu .excerpt_treatments .treatment .treatment_text .treatment_text {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-size: 1.5rem;
  color: #3a3a3a;
  line-height: 2.5;
  margin-bottom: 30px;
}
.treatment_menu .excerpt_treatments .treatment .treatment_detail_arrow_button {
  display: flex;
  align-items: center;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.5rem;
  font-weight: 400;
  color: #000;
}
.treatment_menu .excerpt_treatments .treatment .treatment_detail_arrow_button img {
  line-height: 0;
  margin-left: 3px;
}
.treatment_menu .excerpt_treatments .treatment .treatment_detail_arrow_button:hover {
  opacity: 0.7;
}
.treatment_menu .treatment_list {
  width: 100%;
  height: auto;
  height: calc(66.6vw + 66px);
  max-height: 666px;
  display: flex;
  flex-wrap: wrap;
  align-content: space-between;
  justify-content: space-between;
}
.treatment_menu .treatment_list .treatment_circle {
  display: flex;
  align-items: center;
  max-width: 200px;
  width: 22.2vw;
  max-height: 200px;
  height: 22.2vw;
  border-radius: 100px;
  background-color: #fff;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.25);
}
.treatment_menu .treatment_list .treatment_circle div {
  text-align: center;
  margin: 0 auto;
}
.treatment_menu .treatment_list .treatment_circle div .JP {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.5rem;
  font-weight: 400;
  color: #3a3a3a;
}
.treatment_menu .treatment_list .treatment_circle div .EN {
  font-family: "BIZ UDPGothic", sans-serif;
  font-weight: 400;
  font-size: 1.3rem;
  color: #a48d6c;
}
.treatment_menu .treatment_list .treatment_circle:hover {
  opacity: 0.7;
}
.treatment_menu .jump_to_detail_button {
  margin: 70px auto 0;
}

.first_time_customer {
  border: 1px solid #341410;
}
.first_time_customer .contents {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  margin-top: 96px;
  width: 100%;
  height: 366px;
}
.first_time_customer .contents .first_time_customer_left {
  max-width: 576px;
  width: 48vw;
}
.first_time_customer .contents .first_time_customer_left .section_title {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  line-height: 1.2;
  max-width: 576px;
  width: 48vw;
  margin-bottom: 27px;
}
.first_time_customer .contents .first_time_customer_left .section_title img {
  margin-right: 26px;
}
.first_time_customer .contents .first_time_customer_left .section_title h2 {
  font-family: "Noto Serif JP", serif;
  font-weight: 400;
  font-size: 3.4rem;
  color: #3a3a3a;
}
.first_time_customer .contents .first_time_customer_left .section_title h2::before, .first_time_customer .contents .first_time_customer_left .section_title h2::after {
  content: "";
}
.first_time_customer .contents .first_time_customer_left .first_time_customer_spacer_image_sp {
  display: none;
}
.first_time_customer .contents .first_time_customer_left .first_time_customer_message {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.5rem;
  font-weight: 400;
  color: #3a3a3a;
  margin-bottom: 27px;
  line-height: 2;
  letter-spacing: 0.3rem;
}
.first_time_customer .contents .first_time_customer_left .first_time_customer_insurance {
  text-align: center;
  padding-top: 24px;
  padding-bottom: 32px;
  padding-left: 24px;
  padding-right: 24px;
  color: #694912;
  font-weight: 400;
  background-color: #fff;
}
.first_time_customer .contents .first_time_customer_left .first_time_customer_insurance .insurance_caption {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.8rem;
}
.first_time_customer .contents .first_time_customer_left .first_time_customer_insurance .insurance_content {
  font-family: "BIZ UDPMincho", sans-serif;
  font-size: 2rem;
}
.first_time_customer .contents .first_time_customer_right {
  max-width: 500px;
  width: 41.7vw;
}
.first_time_customer .contents .first_time_customer_right img {
  max-width: 500px;
  width: 41.7vw;
  max-height: 366px;
  height: 30.5vw;
}
.first_time_customer .jump_to_detail_button {
  margin: 72px auto 96px;
}

.facility .facility_block:last-of-type {
  margin-bottom: 0px;
}
.facility .facility_block {
  display: flex;
  justify-content: space-between;
  align-content: flex-start;
  align-items: center;
  flex-wrap: wrap;
  max-width: 900px;
  margin-bottom: 88px;
  height: 800px;
}
.facility .facility_block .facility_block_text {
  max-width: 260px;
  width: 28.9vw;
  height: auto;
}
.facility .facility_block .facility_block_text h3 {
  font-family: "Noto Serif JP", serif;
  font-size: 2.4rem;
  font-weight: 600;
  color: #694912;
  margin-bottom: 20px;
}
.facility .facility_block .facility_block_text .facility_image_sp {
  display: none;
}
.facility .facility_block .facility_block_text .image_number {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 2rem;
  font-weight: 600;
  color: #A48D6C;
}
.facility .facility_block .facility_block_text .sub_caption {
  font-family: "Noto Sasns JP", sans-serif;
  font-size: 2rem;
  font-weight: 500;
  color: #3a3a3a;
}
.facility .facility_block .facility_block_text .content {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-size: 1.5rem;
  line-height: 2;
  color: #262626;
  margin-bottom: 20px;
}
.facility .facility_block .facility_block_images {
  display: flex;
  justify-content: flex-start;
  align-content: flex-start;
  flex-wrap: wrap;
  max-width: 600px;
  width: 66.6vw;
}
.facility .facility_block .facility_block_images .image01 {
  background-image: url(../img/facility_01.jpg);
  background-size: cover;
  max-width: 300px;
  width: 33.3vw;
  height: 350px;
}
.facility .facility_block .facility_block_images .image02 {
  background-image: url(../img/facility_02.jpg);
  background-size: cover;
  max-width: 300px;
  width: 33.3vw;
  height: 350px;
}
.facility .facility_block .facility_block_images .image03 {
  background-image: url(../img/facility_03.jpg);
  background-size: cover;
  max-width: 600px;
  width: 66.6vw;
  height: 360px;
}
.facility .facility_block .facility_block_images .image04 {
  background-image: url(../img/facility_04.jpg);
  background-size: cover;
  max-width: 600px;
  width: 66.6vw;
  height: 360px;
}
.facility .facility_block .facility_block_images .image05 {
  background-image: url(../img/facility_05.jpg);
  background-size: cover;
  max-width: 300px;
  width: 33.3vw;
  height: 350px;
}
.facility .facility_block .facility_block_images .image06 {
  background-image: url(../img/facility_06.jpg);
  background-size: cover;
  max-width: 300px;
  width: 33.3vw;
  height: 350px;
}
.facility .facility_block .facility_block_images .image_number_white {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 3.4rem;
  font-weight: 400;
  color: #fff;
  width: 50px;
  position: relative;
  top: 295px;
  left: 20px;
}
.facility .facility_block .facility_block_images .image_number_gold {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 3.4rem;
  line-height: 0;
  font-weight: 400;
  color: #A48D6C;
  width: 50px;
  position: relative;
  top: 30px;
  left: 20px;
}
.facility .jump_to_detail_button {
  margin: 70px auto 0;
  height: auto;
  padding-top: 12px;
  padding-bottom: 12px;
}

footer .footer_navigator {
  position: relative;
  width: 100%;
  height: 500px;
  background-color: #b6a489;
  background-size: cover;
}
footer .footer_navigator img.background_point_image {
  position: absolute;
  right: 0px;
  bottom: 32px;
}
footer .footer_navigator .footer_container {
  position: absolute;
  width: 100%;
  left: 0px;
  top: 0px;
}
footer .footer_navigator .footer_container .footer_content {
  display: flex;
  justify-content: space-between;
  margin-top: 84px;
  margin-left: 155px;
  margin-right: 155px;
}
footer .footer_navigator .footer_container .footer_navi {
  display: flex;
  justify-content: space-between;
  width: auto;
  width: 531px;
  min-width: 513px;
  height: 310px;
}
footer .footer_navigator .footer_container .footer_navi .footer_contents_left {
  min-width: 150px;
}
footer .footer_navigator .footer_container .footer_navi .footer_contents_left ul li {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.6rem;
  font-weight: 500;
  color: #fff;
  line-height: 1.4;
  margin-bottom: 16px;
}
footer .footer_navigator .footer_container .footer_navi .footer_contents_left ul li img {
  margin-right: 8px;
}
footer .footer_navigator .footer_container .footer_navi .footer_contents_left ul li a:hover {
  opacity: 0.5;
}
footer .footer_navigator .footer_container .footer_navi .footer_contents_left .sns_links_sp {
  display: none;
}
footer .footer_navigator .footer_container .footer_navi .footer_contents_middle .footer_contents_middle_top {
  display: block;
  margin-bottom: 16px;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.6rem;
  font-weight: 500;
  color: #fff;
  line-height: 1.4;
}
footer .footer_navigator .footer_container .footer_navi .footer_contents_middle .footer_contents_middle_top p {
  transition-duration: 0.5s;
}
footer .footer_navigator .footer_container .footer_navi .footer_contents_middle .footer_contents_middle_top p:hover {
  opacity: 0.5;
}
footer .footer_navigator .footer_container .footer_navi .footer_contents_middle .footer_contents_middle_top img {
  margin-right: 8px;
}
footer .footer_navigator .footer_container .footer_navi .footer_contents_middle .footer_contents_middle_bottom {
  width: 288px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding-left: 32px;
}
footer .footer_navigator .footer_container .footer_navi .footer_contents_middle .footer_contents_middle_bottom .list_box ul li {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.5rem;
  font-weight: 400;
  color: #fff;
  margin-bottom: 2px;
  transition-duration: 0.5s;
}
footer .footer_navigator .footer_container .footer_navi .footer_contents_middle .footer_contents_middle_bottom .list_box ul li:hover {
  opacity: 0.5;
}
footer .footer_navigator .footer_container .sns_box {
  display: flex;
  justify-content: flex-end;
  margin-left: 10px;
}
footer .footer_navigator .footer_container .sns_box .sns_links {
  width: 86px;
}
footer .footer_navigator .footer_container .sns_box .sns_links img {
  width: 38px;
  height: 38px;
}
footer .footer_navigator .footer_container .sns_box .sns_links a:hover {
  opacity: 0.7;
}
footer .footer_copyright {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 103px;
  margin: 0 165px;
  background-color: #fff;
}
footer .footer_copyright a:hover {
  opacity: 0.7;
}
footer .footer_copyright .content {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}
footer .footer_copyright .content .left {
  display: flex;
  flex-wrap: nowrap;
}
footer .footer_copyright .content p {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.3rem;
  font-weight: 400;
  color: #595757;
}

@media screen and (max-width: 1512px) {
  .main_visual .main_visual__right {
    width: 57.5vw;
  }
  .main_visual .main_visual__right img.top_image {
    width: 57.5vw;
  }
}
@media screen and (max-width: 1395px) {
  header .header__header_container {
    justify-content: flex-start;
    gap: 30px;
  }
  header .header__header_container nav.global {
    display: none;
  }
  .header_burger_button {
    display: block;
    position: fixed;
    cursor: pointer;
    top: 48px;
    right: 20px;
    margin-top: 0;
    width: 42px;
    height: 33px;
    z-index: 901;
    background-image: url(../img/burger_menu_to_open.svg);
    transition: all 0.5s ease;
  }
  .header_logo {
    display: block;
    position: fixed;
    width: 125px;
    height: 63px;
    top: 25px;
    left: 12px;
    z-index: 902;
    background-image: url(../img/logo_header.svg);
  }
}
@media screen and (max-width: 1059px) {
  .main_visual .main_visual__right {
    width: calc(100vw - 450px);
  }
  .main_visual .main_visual__right img.top_image {
    width: calc(100vw - 450px);
  }
}
@media screen and (max-width: 768px) {
  .burger_menu ul li a img {
    width: 6.4vw;
    height: 6.4vw;
    margin-right: 8px;
  }
  .burger_menu .burger_contents_right {
    margin-left: 0;
    width: auto;
  }
  .burger_menu .burger_contents_right ul li {
    margin-bottom: 5px;
    padding-left: 32px;
    line-height: 2.1rem;
  }
  .burger_menu .burger_contents_right .burger_contents_right_bottom {
    width: auto;
    display: block;
  }
  .fix_link_sp {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    height: auto;
    position: fixed;
    z-index: 902;
    bottom: 0;
  }
  .fix_link_sp .fix_link_sp__button {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 17vw;
    width: 50vw;
  }
  .fix_link_sp .fix_link_sp__button img {
    margin-right: 6px;
    height: 5.3vw;
    width: 5.3vw;
  }
  .fix_link_sp .fix_link_sp__button p {
    font-family: "Noto Serif JP", serif;
    font-size: 1.4rem;
    color: #fff;
    font-weight: 600;
  }
  .fix_link_sp .fix_link_sp__left {
    background-color: #A48D6C;
  }
  .fix_link_sp .fix_link_sp__right {
    background-color: #C3B196;
  }
  .fix_link_sp .fix_link_sp__left:hover, .fix_link_sp .fix_link_sp__right:hover {
    opacity: 0.7;
  }
  header .header__header_container {
    position: initial;
    top: initial;
    left: initial;
    height: 105px;
    background-color: #fff;
    width: 100%;
    padding: 25px 20px 17px 12px;
  }
  header .header__header_container img {
    width: 125px;
    height: 63px;
  }
  header .header__header_container .header__header_h1_pc, header .header__header_container .header__right {
    display: none;
  }
  .fix_link {
    display: none;
  }
  .main_visual {
    flex-direction: column-reverse;
    justify-content: center;
    flex-wrap: nowrap;
    height: auto;
    width: auto;
    padding-bottom: 24px;
  }
  .main_visual .main_visual__left {
    width: auto;
    max-width: none;
    min-width: auto;
  }
  .main_visual .main_visual__left .main_visual_left__contents {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    width: auto;
    margin-top: 20px;
  }
  .main_visual .main_visual__left .main_visual_left__contents .main_visual__messages_pc {
    display: none;
  }
  .main_visual .main_visual__left .main_visual_left__contents .main_visual__messages_sp {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
  }
  .main_visual .main_visual__left .main_visual_left__contents .main_visual__messages_sp .main_visual___messages_caption_sp {
    text-align: center;
    font-family: "Noto Serif.jp", serif;
    font-size: 2.2rem;
    color: #3A3A3A;
  }
  .main_visual .main_visual__left .main_visual_left__contents .main_visual__messages_sp .header__header_h1_sp {
    margin-top: 16px;
    width: 100%;
    display: flex;
    justify-content: center;
  }
  .main_visual .main_visual__left .main_visual_left__contents .main_visual__messages_sp .header__header_h1_sp h1.sp {
    font-family: "Noto Sans JP", sans-serif;
    font-size: 1.3rem;
    color: #3A3A3A;
  }
  .main_visual .main_visual__left .main_visual_left__contents .main_visual__messages_sp .main_visual_messages_content_sp {
    display: flex;
    flex-wrap: wrap;
    direction: column;
    writing-mode: vertical-rl;
    font-family: "Noto Serif Jp", serif;
    font-size: 1.4rem;
    font-weight: 500;
    margin-top: 48px;
    letter-spacing: 0.3rem;
    line-height: 3.5rem;
  }
  .main_visual .main_visual__left .main_visual_left__contents .main_visual___buttons {
    width: 71vw;
    margin-top: 60px;
    flex-wrap: wrap;
    background-color: transparent;
    height: auto;
  }
  .main_visual .main_visual__left .main_visual_left__contents .main_visual___buttons .main_visual___button {
    width: 71vw;
    border-right: none;
    border-bottom: 1px solid #694912;
  }
  .main_visual .main_visual__left .main_visual_left__contents .main_visual___buttons .main_visual___button .main_visual___button_content {
    width: 40vw;
    padding: 16px 0;
    min-height: 159px;
  }
  .main_visual .main_visual__left .main_visual_left__contents .main_visual___buttons .main_visual___button .main_visual___button_content .button_up .top_button_icon {
    width: 13.3vw;
    height: 13.3vw;
  }
  .main_visual .main_visual__left .main_visual_left__contents .main_visual___buttons .main_visual___button .main_visual___button_content .button_up .top_button_calendar_icon {
    background-image: url(../img/top_button_calendar_icon_sp.svg);
  }
  .main_visual .main_visual__left .main_visual_left__contents .main_visual___buttons .main_visual___button .main_visual___button_content .button_up .top_button_tooth_icon {
    background-image: url(../img/top_button_tooth_icon_sp.svg);
  }
  .main_visual .main_visual__left .main_visual_left__contents .main_visual___buttons .main_visual___button .main_visual___button_content .button_up .top_button_human_icon {
    background-image: url(../img/top_button_human_icon_sp.svg);
  }
  .main_visual .main_visual__left .main_visual_left__contents .main_visual___buttons .main_visual___button .main_visual___button_content .button_bottom {
    width: 40vw;
  }
  .main_visual .main_visual__left .main_visual_left__contents .main_visual___buttons .main_visual___button .main_visual___button_content .button_bottom p {
    font-weight: 400;
    font-size: 1.5rem;
    line-height: 3rem;
    color: #3a3a3a;
  }
  .main_visual .main_visual__left .main_visual_left__contents .main_visual___buttons .main_visual___button:last-of-type {
    border-bottom: none;
  }
  .main_visual .main_visual__right {
    width: 100%;
    height: 48.7vh;
  }
  .main_visual .main_visual__right img.top_image {
    display: none;
  }
  .main_visual .main_visual__right .top_image_sp {
    display: block;
    width: 100%;
    height: 48.7vh;
    object-fit: cover;
  }
  .main_visual .main_visual__right .top_image01_sp {
    object-position: left top;
  }
  .main_visual .main_visual__right .top_image02_sp {
    object-position: right top;
  }
  .main_visual .main_visual__right .top_image03_sp {
    object-position: center top;
  }
  section.main .section_content__900, section.main .section_content__1200 {
    width: 100%;
    margin: 48px 0;
    padding-left: 24px;
    padding-right: 24px;
  }
  .clinic_information .clinic_information--content {
    width: 100%;
  }
  .clinic_information .clinic_information--content h3 {
    font-size: 1.7rem;
  }
  .clinic_information .clinic_information--content .clinic_information--content-up {
    width: 100%;
    flex-wrap: wrap;
    justify-content: flex-start;
  }
  .clinic_information .clinic_information--content .clinic_information--content-up table tr td img {
    width: 2.66vw;
    height: 2.66vw;
  }
  .clinic_information .clinic_information--content .clinic_information--content-up .weekly_open_day {
    margin-bottom: 9.33vw;
  }
  .clinic_information .clinic_information--content .clinic_information--content-up .clinic_information--content-up_left {
    width: 100%;
  }
  .clinic_information .clinic_information--content .clinic_information--content-up .reservation_message {
    font-size: 1.7rem;
  }
  .clinic_information .clinic_information--content .clinic_information--content-up .reservation_tel img.tel_icon {
    margin-right: 10px;
    width: 6.93vw;
    height: 6.93vw;
  }
  .clinic_information .clinic_information--content .clinic_information--content-up .reserveation_button {
    width: 100%;
    height: auto;
    max-width: none;
    padding: 4.5vw 0 4.5vw;
  }
  .clinic_information .clinic_information--content .clinic_information--content-up .reserveation_button img {
    width: 6.93vw;
    height: 6.93vw;
  }
  .clinic_information .clinic_information--content .clinic_information--content-up .clinic_information--content-up_left__clinic_facade {
    display: none;
  }
  .clinic_information .clinic_information--content .clinic_information--content-up .clinic_information--content-right {
    max-width: none;
    width: 100%;
  }
  .clinic_information .clinic_information--content .clinic_information--content-up .clinic_information--content-right img.map {
    max-width: none;
    max-height: none;
    width: calc(100vw - 48px);
    height: calc((100vw - 48px) / 400 * 251);
  }
  .clinic_information .clinic_information--content .clinic_information--content-up .clinic_information--content-right .jump_to_detail_button {
    height: 13.3vw;
    margin-left: 16px;
    margin-right: 16px;
    width: auto;
  }
  .clinic_information .clinic_information--content .clinic_information--content_bottom {
    display: none;
  }
  .doctors_introduction .doctors {
    width: 100%;
  }
  .doctors_introduction .doctors .doctor_left {
    margin-right: 0;
  }
  .doctors_introduction .doctors .doctor_odd {
    flex-direction: row;
    width: 100%;
  }
  .doctors_introduction .doctors .doctor {
    flex-wrap: wrap;
    width: 100%;
  }
  .doctors_introduction .doctors .doctor_text {
    width: 100%;
    max-width: none;
    margin-top: 32px;
  }
  .doctors_introduction .doctors .doctor_text .doctor_name .doctor_title {
    font-size: 1.7rem;
  }
  .doctors_introduction .doctors .doctor_text .doctor_name .doctor_name_jp {
    font-size: 2.4rem;
  }
  .doctors_introduction .doctors .doctor_text .doctor_name .doctor_name_en {
    font-size: 1.9rem;
  }
  .doctors_introduction .doctors .doctor_text .doctor_message {
    margin-bottom: 32px;
  }
  .doctors_introduction .doctors .doctor_text .doctor_history .caption {
    font-size: 2.4rem;
  }
  .doctors_introduction .doctors .doctor_text .jump_to_detail_button {
    height: 13.3vw;
    width: 100%;
  }
  .doctors_introduction .doctors .doctor_photos {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    max-width: none;
    width: 100%;
  }
  .doctors_introduction .doctors .doctor_photos .doctor_photos_up img {
    max-width: none;
    width: calc(100vw - 48px);
    height: calc((100vw - 48px) / 400 * 457);
  }
  .doctors_introduction .doctors .doctor_photos .doctor_photos_bottom {
    gap: 16px;
  }
  .doctors_introduction .doctors .doctor_photos .doctor_photos_bottom img {
    max-width: none;
    width: calc((100vw - 64px) / 2);
    height: calc((100vw - 64px) / 2);
  }
  .divider_parallax {
    background-attachment: scroll;
    background-position: center;
    background-repeat: no-repeat;
    height: 100px;
  }
  .treatment_menu .treatment_message {
    width: 100%;
    margin-bottom: 36px;
  }
  .treatment_menu .excerpt_treatments {
    width: 100%;
  }
  .treatment_menu .excerpt_treatments .treatment {
    margin-bottom: 36px;
  }
  .treatment_menu .excerpt_treatments .treatment .treatment_text {
    max-width: none;
  }
  .treatment_menu .excerpt_treatments .treatment .treatment_text h3.treatment_title {
    font-size: 2.2rem;
    margin-top: 20px;
    font-weight: 700;
  }
  .treatment_menu .excerpt_treatments .treatment .treatment_text .treatment_title_en {
    font-size: 1.5rem;
  }
  .treatment_menu .excerpt_treatments .treatment .treatment_text .treatment_summary {
    margin-bottom: 30px;
  }
  .treatment_menu .excerpt_treatments .treatment .treatment_text .treatment_text {
    line-height: 1.6;
  }
  .treatment_menu .excerpt_treatments .treatment .treatment_text .treatment_detail_arrow_button img {
    width: 5.86vw;
    height: 6.13vw;
  }
  .treatment_menu .excerpt_treatments .treatment .treatment_image {
    display: none;
  }
  .treatment_menu .excerpt_treatments .treatment .treatment_image_sp {
    display: block;
  }
  .treatment_menu .excerpt_treatments .treatment .treatment_image_sp img {
    width: calc(100vw - 48px);
    height: calc((100vw - 48px) / 327 * 207);
  }
  .clinic_message {
    height: auto;
    padding-top: 60px;
    padding-bottom: 60px;
    background-image: url(../img/clinic_message_background_sp.jpg);
  }
  .clinic_message .clinic_message__content {
    width: 100%;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
  }
  .clinic_message .clinic_message__content div {
    width: 100%;
  }
  .clinic_message .clinic_message__content h3 {
    font-size: 2.4rem;
    text-decoration: underline;
    border-bottom: none;
  }
  .clinic_message .clinic_message__content span.message {
    padding-left: 24px;
    padding-right: 24px;
  }
  .divider_animation {
    height: 185px;
    margin-top: 24px;
    margin-bottom: 0;
  }
  .divider_animation .swiper-slide img {
    width: 185px;
    height: 185px;
  }
  .treatment_menu {
    width: 100%;
  }
  .treatment_menu .treatment_message {
    font-family: "Noto Sans JP", sans-serif;
    font-size: 1.5rem;
    color: #262626;
    text-align: center;
  }
  .treatment_menu .excerpt_treatments {
    width: 100%;
  }
  .treatment_menu .excerpt_treatments .treatment {
    flex-wrap: wrap;
  }
  .treatment_menu .excerpt_treatments .treatment .treatment_text {
    width: 100%;
  }
  .treatment_menu .treatment_list {
    width: 100%;
    height: auto;
    max-height: none;
  }
  .treatment_menu .treatment_list .treatment_circle {
    max-width: none;
    max-height: none;
    width: calc((100vw - 48px) * 0.47);
    height: calc((100vw - 48px) * 0.47);
    border-radius: calc((100vw - 48px) * 0.47 / 2);
    margin-bottom: calc((100vw - 48px) * 0.043);
  }
  .treatment_menu .treatment_list .treatment_circle div {
    margin-top: -10px;
  }
  .treatment_menu .treatment_list .treatment_circle div img {
    width: 11.2vw;
    height: 21.3vw;
  }
  .treatment_menu .treatment_list .treatment_circle div .JP {
    margin-top: -10px;
  }
  .treatment_menu .jump_to_detail_button {
    height: 13.8vw;
    width: calc(100vw - 48px);
  }
  section.main .first_time_customer_section_content__1200 {
    width: 100%;
    margin-top: 48px;
    margin-left: 18px;
    margin-right: 18px;
    padding-left: 20px;
    padding-right: 20px;
  }
  .first_time_customer {
    margin-left: 24px;
    margin-right: 24px;
  }
  .first_time_customer .contents {
    margin-top: 40px;
    height: auto;
  }
  .first_time_customer .contents .first_time_customer_left {
    width: 100%;
  }
  .first_time_customer .contents .first_time_customer_left .section_title {
    flex-wrap: wrap;
    justify-content: center;
    width: auto;
    text-align: center;
  }
  .first_time_customer .contents .first_time_customer_left .section_title img {
    margin-bottom: 4px;
    margin-right: 0;
  }
  .first_time_customer .contents .first_time_customer_left .section_title .bookmark_icon {
    display: flex;
    justify-content: center;
    width: 100%;
  }
  .first_time_customer .contents .first_time_customer_left .section_title .bookmark_icon img {
    width: 9.33vw;
    height: 9.33vw;
  }
  .first_time_customer .contents .first_time_customer_left .section_title h2 {
    height: 8rem;
    line-height: 1.5;
    font-size: 2.4rem;
    width: 50vw;
  }
  .first_time_customer .contents .first_time_customer_left .first_time_customer_spacer_image_sp {
    display: flex;
  }
  .first_time_customer .contents .first_time_customer_left .first_time_customer_spacer_image_sp img {
    width: 100%;
    height: auto;
  }
  .first_time_customer .contents .first_time_customer_left .insurance_caption {
    margin-bottom: 15px;
  }
  .first_time_customer .contents .first_time_customer_left .first_time_customer_message {
    margin-top: 27px;
    width: 100%;
  }
  .first_time_customer .contents .first_time_customer_left .insurance_content {
    margin-bottom: 15px;
  }
  .first_time_customer .contents .first_time_customer_left .first_time_customer_insurance {
    width: 100%;
  }
  .first_time_customer .contents .first_time_customer_left .first_time_customer_insurance .insurance_remark {
    font-size: 1.5rem;
  }
  .first_time_customer .contents .first_time_customer_right {
    display: none;
  }
  .first_time_customer .jump_to_detail_button {
    width: 100%;
    height: 13.8vw;
    margin-top: 27px;
    margin-bottom: 40px;
  }
  section.main .section_title {
    margin-bottom: 32px;
  }
  section.main h2 {
    font-size: 2.4rem;
  }
  section.main .feature_list_section_content__1200 {
    width: 100%;
    margin: 48px 0;
    padding-left: 0;
    padding-right: 0;
  }
  .feature_list .feature_box {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
  }
  .feature_list .feature_box .feature__image {
    margin: auto;
  }
  .feature_list .feature_box .feature__image img {
    max-width: none;
    width: calc(100vw - 48px);
    height: calc((100vw - 48px) * 0.6272);
  }
  .feature_list .feature_box .feature__text {
    width: auto;
    max-width: none;
    margin-top: -20px;
    padding-top: 0;
    padding-left: 24px;
    padding-right: 24px;
    margin-left: 48px;
    min-height: auto;
  }
  .feature_list .feature_box .feature__text .feature__content_title_box {
    flex-wrap: nowrap;
    margin-top: 45px;
    margin-bottom: 20px;
  }
  .feature_list .feature_box .feature__text .feature__content_title_box .feature__content_title_serial {
    font-size: 5.6rem;
    padding-bottom: 5px;
  }
  .feature_list .feature_box .feature__text .feature__content_title_box .feature__content_title {
    font-size: 2rem;
  }
  .feature_list .feature_box__odd .feature__text {
    margin-right: 0;
    margin-left: 48px;
  }
  .feature_list .feature_box__even .feature__text {
    margin-right: 48px;
    margin-left: 0;
  }
  .feature_list .jump_to_detail_button {
    width: calc(100vw - 48px);
    height: 13.3vw;
  }
  .facility .facility_block {
    height: auto;
    width: auto;
    margin-bottom: 40px;
  }
  .facility .facility_block .facility_block_text {
    max-width: none;
    width: auto;
    height: auto;
  }
  .facility .facility_block .facility_block_text h3 {
    font-size: 2.2rem;
    color: #A48D6C;
    line-height: 1.5;
    font-weight: 700;
  }
  .facility .facility_block .facility_block_text .facility_image_sp {
    display: block;
  }
  .facility .facility_block .facility_block_text .facility_image_sp img {
    width: calc(100vw - 48px);
    height: calc((100vw - 48px) / 327 * 247);
  }
  .facility .facility_block .facility_block_text .facility_sub_title {
    display: flex;
    justify-content: flex-start;
    gap: 8px;
  }
  .facility .facility_block .facility_block_text .image_number {
    font-family: "Noto Serif JP", serif;
    font-size: 2.2rem;
  }
  .facility .facility_block .facility_block_text .sub_caption {
    line-height: 2.6;
    font-size: 1.7rem;
  }
  .facility .facility_block .facility_block_text .content {
    line-height: 1.8;
    margin-bottom: 24px;
  }
  .facility .facility_block .facility_block_text .content:last-of-type {
    margin-bottom: 0;
  }
  .facility .facility_block .facility_block_images {
    display: none;
  }
  .facility .jump_to_detail_button {
    width: calc(100vw - 48px);
    height: 13.8vw;
  }
  footer {
    height: auto;
  }
  footer .footer_navigator {
    height: 144vw;
    background-color: #A48D6C;
  }
  footer .footer_navigator div img.background_point_image {
    width: 55vw;
    height: 26.6vw;
    bottom: 0px;
  }
  footer .footer_navigator .footer_container {
    width: 100%;
  }
  footer .footer_navigator .footer_container .footer_content {
    margin: 0 auto;
  }
  footer .footer_navigator .footer_container .footer_content .footer_navi {
    min-width: auto;
    height: auto;
    margin: 48px 36px 48px;
  }
  footer .footer_navigator .footer_container .footer_content .footer_navi .footer_contents_left {
    display: flex;
    flex-wrap: wrap;
    align-content: space-between;
    letter-spacing: 0.1rem;
    width: calc((100vw - 72px) * 0.7);
  }
  footer .footer_navigator .footer_container .footer_content .footer_navi .footer_contents_left ul li img {
    width: 6.4vw;
    height: 6.4vw;
  }
  footer .footer_navigator .footer_container .footer_content .footer_navi .footer_contents_left .sns_links_sp {
    display: block;
    width: 100%;
  }
  footer .footer_navigator .footer_container .footer_content .footer_navi .footer_contents_left .sns_links_sp a:hover {
    opacity: 0.7;
  }
  footer .footer_navigator .footer_container .footer_content .footer_navi .footer_contents_left .sns_links_sp img {
    width: 10.13vw;
    height: 10.13vw;
  }
  footer .footer_navigator .footer_container .footer_content .footer_navi .footer_contents_middle {
    margin-left: 10px;
    width: auto;
  }
  footer .footer_navigator .footer_container .footer_content .footer_navi .footer_contents_middle .footer_contents_middle_top img {
    width: 6.4vw;
    height: 6.4vw;
  }
  footer .footer_navigator .footer_container .footer_content .footer_navi .footer_contents_middle .footer_contents_middle_bottom {
    flex-wrap: wrap;
    width: 100%;
    padding-left: 32px;
  }
  footer .footer_navigator .footer_container .footer_content .footer_navi .footer_contents_middle .footer_contents_middle_bottom .list_box {
    width: 100%;
  }
  footer .footer_navigator .footer_container .footer_content .footer_navi .footer_contents_middle .footer_contents_middle_bottom .list_box ul {
    width: 100%;
  }
  footer .footer_navigator .footer_container .footer_content .footer_navi .footer_contents_middle .footer_contents_middle_bottom .list_box ul li {
    width: 100%;
  }
  footer .footer_navigator .footer_container .footer_content .sns_box {
    display: none;
  }
  footer .footer_copyright {
    height: auto;
    margin: 0;
    padding: 24px 18px;
  }
  footer .footer_copyright .content {
    align-items: flex-end;
  }
  footer .footer_copyright .content .left {
    width: 20.8rem;
    flex-wrap: wrap;
  }
  footer .footer_copyright .content .right {
    display: flex;
    justify-content: flex-end;
    align-content: flex-end;
    align-items: stretch;
  }
  footer .footer_copyright .content p {
    letter-spacing: 0rem;
  }
  footer .spacer {
    height: 17vw;
    width: 100%;
  }
}
@media screen and (max-width: 700px) {
  .burger_menu .burger_contents_right ul li {
    line-height: auto;
  }
}
.c-card {
  box-shadow: 0px 1px 4px 0px rgba(0, 0, 0, 0.25);
  background: var(--white);
}
.c-card__link {
  position: relative;
  display: block;
}
.c-card__label {
  position: absolute;
  top: 0;
  left: 0;
  background: var(--main);
  color: var(--white);
  font-size: 1.1rem;
  padding: 0.2rem 1rem;
  display: inline-flex;
  justify-content: center;
  align-items: center;
}
.c-card__thumb01 {
  display: flex;
  height: 15rem;
  align-items: center;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .c-card__thumb01 {
    height: 13rem;
  }
}
.c-card__thumb01 img {
  width: 100%;
  height: auto;
  object-fit: cover;
}
.c-card__thumb02 {
  display: flex;
}
.c-card__thumb02 img {
  width: 100%;
  height: 15rem;
  object-fit: cover;
}
.c-card__thumb02 img.large {
  width: 100%;
  height: 24rem;
  object-fit: cover;
}
.c-card__body {
  padding: 1.6rem;
}
.c-card__title {
  font-weight: 600;
  margin-bottom: 1.6rem;
  color: var(--black);
}
.c-card__dl {
  display: flex;
  flex-wrap: wrap;
  font-size: 1.1rem;
}
.c-card__dl dt {
  width: 30%;
}
.c-card__dl dd {
  width: 70%;
}
.c-card__info {
  border-top: 0.1rem solid var(--gray-light);
  margin-top: 1.6rem;
  padding-top: 1.6rem;
  font-size: 1.1rem;
  display: flex;
  flex-wrap: wrap;
  gap: 0.8rem 0.8rem;
  color: var(--gray-dark);
}

.c-calendar {
  width: 100%;
  border-spacing: 0.2rem;
  border-collapse: separate;
  font-weight: 600;
  color: var(--main-dark);
}
@media screen and (max-width: 768px) {
  .c-calendar {
    font-size: 1.2rem;
  }
}
.c-calendar th {
  background: var(--main);
  color: var(--white);
  text-align: center;
  width: 9%;
  padding: 0.5rem;
}
.c-calendar th.head {
  width: 36%;
  text-align: left;
  padding: 0.5rem 1rem;
}
.c-calendar td {
  background: var(--gray-light);
  text-align: center;
  width: 9%;
  padding: 0.5rem;
}
.c-calendar td.head {
  background: var(--gray-dark);
  color: var(--white);
  width: 37%;
  text-align: left;
  padding: 0.5rem 1rem;
}

.c-btnM--primary {
  background: var(--main);
  color: #fff;
  text-decoration: none;
  text-align: center;
  padding: 0.8rem 1.4rem;
  border-radius: 0.9rem;
  transition: 0.5s;
  outline: 0.1rem solid #fff;
  display: inline-flex;
}
.c-btnM--primary:hover {
  opacity: 0.7;
}

.c-btnL--primary {
  background: var(--main);
  color: #fff;
  text-decoration: none;
  text-align: center;
  padding: 1.2rem 2.8rem;
  border-radius: 1.2rem;
  transition: 0.5s;
  outline: 0.1rem solid #fff;
  display: inline-flex;
}
.c-btnL--primary:hover {
  opacity: 0.7;
}

.c-btnM--secondary {
  background: var(--sub);
  color: #fff;
  text-decoration: none;
  text-align: center;
  padding: 0.8rem 1.4rem;
  border-radius: 0.9rem;
  transition: 0.5s;
  display: inline-flex;
}
.c-btnM--secondary:hover {
  opacity: 0.7;
}

.c-btnL--secondary {
  background: var(--sub);
  color: #fff;
  text-decoration: none;
  text-align: center;
  padding: 1.2rem 2.8rem;
  border-radius: 1.2rem;
  transition: 0.5s;
  display: inline-flex;
}
.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;
  }
}
.c-pagenavi .nav-links a {
  border: 0.1rem solid var(--gray);
  color: var(--main);
  display: inline-block;
  padding: 0 0.6rem;
  transition: all 0.5s;
}
.c-pagenavi .nav-links a:hover {
  border: 0.1rem solid var(--main);
  background: var(--main);
  color: var(--white);
}
.c-pagenavi .nav-links span {
  border: 0.1rem solid var(--main-light);
  display: inline-block;
  padding: 0 0.6rem;
  background: var(--main-light);
}

.wp-pagenavi {
  font-size: 1.6rem !important;
  font-weight: 500 !important;
}
.wp-pagenavi .pages {
  border: 0.1rem solid var(--gray) !important;
  background: var(--white) !important;
  color: var(--main) !important;
  padding: 0 1rem !important;
  line-height: 4rem !important;
  margin: 0 0.5rem !important;
  display: inline-block;
}
.wp-pagenavi a {
  border: 0.1rem solid var(--gray) !important;
  line-height: 4rem !important;
  padding: 0 1rem !important;
  display: inline-block !important;
  color: var(--main) !important;
  background: var(--white) !important;
  text-decoration: none !important;
  position: relative !important;
  margin: 0 0.5rem !important;
  transition: 0.3s !important;
  min-width: 4rem !important;
}
.wp-pagenavi a:hover {
  border: 0.1rem solid var(--main) !important;
  text-decoration: none !important;
  position: relative !important;
  background: var(--main) !important;
  color: var(--white) !important;
}
.wp-pagenavi a.nextpostslink {
  border: 0.1rem solid var(--gray) !important;
  line-height: 4rem !important;
  padding: 0 1rem !important;
  display: inline-block !important;
  color: var(--main) !important;
  text-decoration: none !important;
  position: relative !important;
  margin: 0 0.5rem !important;
  transition: 0.3s !important;
}
.wp-pagenavi a.nextpostslink:hover {
  background: var(--main) !important;
  color: var(--white) !important;
}
.wp-pagenavi a.previouspostslink {
  border: 0.1rem solid var(--gray) !important;
  line-height: 4rem !important;
  padding: 0 1rem !important;
  display: inline-block !important;
  color: var(--main) !important;
  text-decoration: none !important;
  position: relative !important;
  margin: 0 0.5rem !important;
  transition: 0.3s !important;
  background: var(--white);
}
.wp-pagenavi a.previouspostslink:hover {
  background: var(--main) !important;
  color: var(--white) !important;
}
.wp-pagenavi .current {
  border: 0.1rem solid var(--main) !important;
  line-height: 4rem !important;
  padding: 0 1rem !important;
  display: inline-block !important;
  color: var(--white) !important;
  text-decoration: none !important;
  position: relative !important;
  margin: 0 0.5rem !important;
  background: var(--main) !important;
  min-width: 4rem !important;
}

@media screen and (max-width: 768px) {
  .c-pagenavi {
    text-align: center;
  }
  .c-pagenavi__inner {
    display: block;
    padding: 1rem 0.5rem;
  }
  .c-pagenavi__scroll {
    overflow-x: auto;
    white-space: nowrap;
    overflow-scrolling: touch;
    -webkit-overflow-scrolling: touch;
  }
}
.c-tagcloud {
  display: flex;
  flex-wrap: wrap;
  gap: 0.4rem 0.4rem;
}
.c-tagcloud a {
  border: 0.1rem solid var(--gray);
  border-radius: 0.8rem;
  display: inline-block;
  padding: 0 1rem;
  font-size: 1.3rem;
  transition: all 0.5s;
}
.c-tagcloud a:hover {
  background: var(--gray);
}

.c-recommend {
  display: flex;
  flex-wrap: wrap;
  gap: 2.4rem 4.8rem;
}
@media screen and (max-width: 768px) {
  .c-recommend {
    gap: 1.6rem 0;
  }
}
.c-recommend li {
  width: calc((100% - 9.6rem) / 3);
}
@media screen and (max-width: 768px) {
  .c-recommend li {
    width: 100%;
  }
}
.c-recommend a {
  border: 0.1rem solid var(--gray);
  border-radius: 0.6rem;
  padding: 0.8rem;
  text-align: center;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 4.9rem;
  font-size: 1.3rem;
  transition: all 0.5s;
}
.c-recommend a:hover {
  border: 0.1rem solid var(--black);
}

.p-blogSin {
  padding-bottom: 4rem;
}
.p-blogSin__meta {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: center;
}
.p-blogSin__metaLeft {
  display: flex;
  flex-wrap: wrap;
  gap: 0.8rem 0.8rem;
}
@media screen and (max-width: 768px) {
  .p-blogSin__metaLeft {
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  .p-blogSin__metaRight {
    width: 100%;
    margin-top: 0.8rem;
  }
}
.p-blogSin__date {
  font-size: 1.3rem;
  color: var(--gray-dark);
}
.p-blogSin__date i {
  margin-right: 0.5em;
}
.p-blogSin__tax {
  border-right: 0.1rem solid var(--gray);
  padding-right: 1.6rem;
  margin-right: 0.8rem;
  display: flex;
  flex-wrap: wrap;
}
@media screen and (max-width: 768px) {
  .p-blogSin__tax {
    border-right: none;
    padding-right: 0;
    margin-right: 0;
  }
}
.p-blogSin__tax a {
  color: var(--main);
  font-weight: 600;
  margin-right: 1em;
  transition: all 0.5s;
}
.p-blogSin__tax a:hover {
  text-decoration: underline;
}
.p-blogSin__tax i {
  margin-right: 0.5em;
}

.p-bread {
  font-size: 1.4rem;
  font-weight: 500;
}
.p-bread ul {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.p-bread ul li::after {
  content: ">";
  display: inline-block;
  width: 3rem;
  text-align: center;
}
.p-bread ul li:last-child::after {
  content: none;
}

.u-mt0 {
  margin-top: 0 !important;
}

.u-mt10 {
  margin-top: 1rem !important;
}

.u-mt20 {
  margin-top: 2rem !important;
}

.u-mt30 {
  margin-top: 3rem !important;
}

.u-mt40 {
  margin-top: 4rem !important;
}

.u-mt50 {
  margin-top: 5rem !important;
}

.u-mt60 {
  margin-top: 6rem !important;
}

.u-mt70 {
  margin-top: 7rem !important;
}

.u-mt80 {
  margin-top: 8rem !important;
}

.u-mt90 {
  margin-top: 9rem !important;
}

.u-mt100 {
  margin-top: 10rem !important;
}

.u-mr0 {
  margin-right: 0 !important;
}

.u-mr10 {
  margin-right: 1rem !important;
}

.u-mr20 {
  margin-right: 2rem !important;
}

.u-mr30 {
  margin-right: 3rem !important;
}

.u-mr40 {
  margin-right: 4rem !important;
}

.u-mr50 {
  margin-right: 5rem !important;
}

.u-mr60 {
  margin-right: 6rem !important;
}

.u-mr70 {
  margin-right: 7rem !important;
}

.u-mr80 {
  margin-right: 8rem !important;
}

.u-mr90 {
  margin-right: 9rem !important;
}

.u-mr100 {
  margin-right: 10rem !important;
}

.u-mb0 {
  margin-bottom: 0 !important;
}

.u-mb10 {
  margin-bottom: 1rem !important;
}

.u-mb20 {
  margin-bottom: 2rem !important;
}

.u-mb30 {
  margin-bottom: 3rem !important;
}

.u-mb40 {
  margin-bottom: 4rem !important;
}

.u-mb50 {
  margin-bottom: 5rem !important;
}

.u-mb60 {
  margin-bottom: 6rem !important;
}

.u-mb70 {
  margin-bottom: 7rem !important;
}

.u-mb80 {
  margin-bottom: 8rem !important;
}

.u-mb90 {
  margin-bottom: 9rem !important;
}

.u-mb100 {
  margin-bottom: 10rem !important;
}

.u-ml0 {
  margin-left: 0 !important;
}

.u-ml10 {
  margin-left: 1rem !important;
}

.u-ml20 {
  margin-left: 2rem !important;
}

.u-ml30 {
  margin-left: 3rem !important;
}

.u-ml40 {
  margin-left: 4rem !important;
}

.u-ml50 {
  margin-left: 5rem !important;
}

.u-ml60 {
  margin-left: 6rem !important;
}

.u-ml70 {
  margin-left: 7rem !important;
}

.u-ml80 {
  margin-left: 8rem !important;
}

.u-ml90 {
  margin-left: 9rem !important;
}

.u-ml100 {
  margin-left: 10rem !important;
}/*# sourceMappingURL=style.css.map */

main.l-main {
    width: 100%;
    overflow: hidden;
    display: block;
}


@media screen and (max-width: 768px) {
.wp-block-table .has-fixed-layout td, .wp-block-table .has-fixed-layout th {
    word-break: break-word;
    display: block;
}
}

@media screen and (max-width: 768px) {
    .clinic_message .clinic_message__content span.message {
        padding-left: 24px;
        padding-right: 24px;
        text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.4);
    }
}