@charset "UTF-8";
/*! 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;
  font-display: swap
}

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;
  transition: 0.3s;
}

abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
          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;
  max-width: 100%;
  height: auto;
}
@media screen and (max-width: 768px) {
  img {
    width: 100%;
	margin-bottom:3rem;
  }
}

embed,
object,
iframe {
  border: 0;
  vertical-align: bottom;
}

button,
input,
optgroup,
select,
textarea {
  -webkit-appearance: none;
  -moz-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;
  -moz-appearance: checkbox;
       appearance: checkbox;
}

[type=radio] {
  -webkit-appearance: radio;
  -moz-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;
  -moz-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","Noto Sans JP", sans-serif;
  --sub-font: "fot-tsukuardgothic-std",sans-serif;
  --en-font: "fot-tsukuardgothic-std",sans-serif;
  --en-font2: "futura-pt", sans-serif;
  --base-color: #303030;
  --main: #63BF88;
  --main-light: #EEF7EE;
  --main-light2: #DAEFDB;
  --main-dark: #2E9959;
  --sub: #98ECC9;
  --sub2: #EB6100;
  --sub-light: #F3FFF6;
  --sub-dark: #61BEAD;
  --gray: #E3E3E3;
  --gray-light: #FCFBF9;
  --gray-dark: #595757;
  --gray-black: #303030;
  --gray-dark2: #717171;
  --white: #FFFFFF;
  --black: #000000;
  --link: #2DABF1;
  --error: #F25F5F;
  --variation1: #006C5F;
  --variation2: #F5F5F9;
  --variation3: #D6F19B;
}

html {
  font-size: 62.5%;
}
@media screen and (max-width: 768px) {
  html {
    font-size: 2.564vw;
  }
}

body {
  min-width: 130rem;
  font-family: var(--base-font);
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: var(--base-color);
  font-size: 1.5rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  background-color: var(--white);
}
body.is-fixed {
  width: 100%;
  position: fixed;
  height: 100%;
}
@media screen and (max-width: 768px) {
  body {
    min-width: inherit;
    -webkit-text-size-adjust: 100%;
  }
}

@media screen and (min-width: 769px) {
  a[href*="tel:"] {
    pointer-events: none;
    cursor: default;
    text-decoration: none;
  }
}
.pc {
  display: block;
}
@media screen and (max-width: 768px) {
  .pc {
    display: none;
  }
}

.sp {
  display: none;
}
@media screen and (max-width: 768px) {
  .sp {
    display: block;
  }
}

.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;
  -o-object-fit: cover;
     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: 600;
  position: relative;
  padding-bottom: 2rem;
      font-family: var(--sub-font);
}
.l-pagetitle h1::after {
  content: "";
  position: absolute;
  bottom: 0;
  display: inline-block;
  width: 7rem;
  height: 0.1rem;
  left: 50%;
  transform: translateX(-50%);
  background-color: var(--main-dark);
}
.l-pagetitle img {
  width: 100%;
  max-width: 124rem;
  aspect-ratio: 2/1;
  -o-object-fit: cover;
     object-fit: cover;
  margin-top: 8rem;
}
.anchor-offset{display: block;
  position: relative;
  top: -40px; /* 上に80pxずらす */
  visibility: hidden;}
@media screen and (max-width: 768px) {
  .l-pagetitle img {
    margin-top: 4rem;
  }
}

.l-pagetitle.default {
  color: var(--main);
}

.l-pagetitle.gray-light {
  color: var(--main);
}

.l-pagetitle.main-light {
  color: var(--main);
}

.l-pagetitle.main {
  color: var(--white);
}

.l-page {
  letter-spacing: 0.06em;
  line-height: 1.8;
}
.l-page section .inner > * + * {
  margin-top: 4rem;
}
.l-page strong {
  font-weight: 600;
  color: #eb6100;
}
.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;
  -o-object-fit: cover;
     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%;
  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: 600;
  line-height: 1.6;
  padding: 1rem 2rem;
  font-family: var(--sub-font);
}
@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;
  font-family: var(--sub-font);
}
@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;
      font-family: var(--sub-font);
}
.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);
      font-family: var(--sub-font);
}
.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);
      font-family: var(--sub-font);
}
@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: 5rem;
  line-height: 1.6;
}
@media screen and (max-width: 768px) {
  .l-page section.default .profile .profileTxt {
    width: 100%;
    margin-top: 0.2rem;
	padding: 3rem;
  }
}
.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;
}

/*追記*/

.p-doctors__list{
    display: flex;
    gap: 0.5rem;
}

@media screen and (max-width: 768px){
.p-doctors__list {
    gap: 0.8rem;
}
}

.l-page section h3.p-doctors__title{
    border-bottom: 0rem solid var(--main);
    padding: 0;
}

.p-doctors__title__en {
    margin: 0 0 0 4.8rem;
    display: inline-block;
    color: var(--sub2);
    font-family: var(--en-font2);
    font-weight: 500;
    font-size: 1.5rem;
    letter-spacing: 0.12rem;
    vertical-align: 0.5rem;
}

.p-doctors__title__ja {
    display: inline-block;
    font-size: 3rem;
    letter-spacing: 0.17rem;
    font-family: var(--sub-font);
	color: var(--gray-dark);
}


.p-doctors__title__small {
    margin-top: 2.8rem;
	margin-bottom: 0.5rem;
    display: block;
    font-size: 1.6rem;
    font-family: var(--base-font);
    font-size: 1.5rem;
    letter-spacing: 0.14rem;
    font-weight: 600;
    color: var(--gray-dark);
}

.l-page .flex .col-1 img.p-doctors__list__img{
    width: auto;
    height: 8.5rem;
    aspect-ratio: unset;
}

@media screen and (max-width: 768px){
.l-page .flex .col-1 img.p-doctors__list__img {
    height: 6.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;
  -o-object-fit: cover;
     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%;
  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;
  -o-object-fit: cover;
     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%;
  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;
  -o-object-fit: cover;
     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%;
  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;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 768px) {
  .l-page section.main .price__left img {
    width: 60%;
  }
}
.l-page section.main .price__center {
  width: calc(52% - 6rem);
  padding: 3rem 0;
}
@media screen and (max-width: 768px) {
  .l-page section.main .price__center {
    width: 100%;
    padding: 0 0 2rem 0;
  }
}
.l-page section.main .price__right {
  width: 24%;
  background: var(--main-light);
  display: flex;
  align-items: center;
  flex-direction: column;
  color: var(--main-dark);
}
@media screen and (max-width: 768px) {
  .l-page section.main .price__right {
    width: 100%;
  }
}
.l-page section.main .price__product {
  color: var(--white);
  font-size: 2rem;
  font-weight: 600;
  margin-bottom: 1rem;
}
.l-page section.main .price__row1 {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  padding: 2rem;
}
.l-page section.main .price__row2 {
  width: 100%;
  height: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  padding: 2rem;
}
.l-page section.main .price__row2:nth-child(2) {
  border-top: 0.2rem solid var(--main);
}
.l-page section.main .price__row3 {
  width: 100%;
  height: 33.3333333333%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  padding: 2rem;
}
.l-page section.main .price__row3:nth-child(2), .l-page section.main .price__row3:nth-child(3) {
  border-top: 0.2rem solid var(--main);
}
.l-page section.main .price__num {
  color: var(--main-dark);
  font-size: 2rem;
  font-weight: 600;
}
.l-page section.main .price + .price {
  margin-top: -0.1rem;
}

.l-page.round h2 {
  border-radius: 1rem;
}
.l-page.round h4 {
  border-radius: 1rem;
}
.l-page.round img {
  border-radius: 1rem;
}
.l-page.round ol li::before {
  border-radius: 1rem;
}
.l-page.round .profile .profileTxt {
  border-radius: 1rem 0 0 1rem;
}
@media screen and (max-width: 768px) {
  .l-page.round .profile .profileTxt {
    border-radius: 0 0 1rem 1rem;
  }
}
.l-page.round .profile .profileImg img {
  border-radius: 0 1rem 1rem 0;
}
@media screen and (max-width: 768px) {
  .l-page.round .profile .profileImg img {
    border-radius: 1rem 1rem 0 0;
  }
}

.l-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;
  -o-object-fit: cover;
     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;
  -o-object-fit: cover;
     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;
}

#container {
  position: relative;
  overflow: hidden;
}

.l-header {
  position: fixed;
  right: 8.9rem;
  top: 5.6rem;
  justify-content: flex-end;
  box-sizing: border-box;
  z-index: 99;
}
.l-header__sns {
  width: 3.5rem;
}
.l-header__sns a {
  display: block;
  position: relative;
}
.l-header__sns a .on {
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
  transition: 0.3s;
}
@media screen and (min-width: 769px) {
  .l-header__sns a:hover .on {
    opacity: 1;
  }
}
.l-header__btn {
  margin: 0.6rem 2rem 0 1.9rem;
}
.l-header__btn-link {
  padding: 0.1rem 0 0.3rem 2.8rem;
  display: block;
  color: var(--gray-black);
  font-weight: 700;
  font-family: var(--sub-font);
  letter-spacing: 0.12rem;
  border-bottom: 0.2rem solid var(--gray-black);
  background: url(../img/icon02.svg) no-repeat left top;
  background-size: 2.5rem auto;
}
@media screen and (min-width: 769px) {
  .l-header__btn-link:hover {
    background-image: url(../img/icon02_on.svg);
    color: var(--sub2);
    border-color: var(--sub2);
  }
}
.l-header__tel {
  padding-left: 2.9rem;
  margin-top: 0.4rem;
  color: var(--gray-black);
  font-weight: 700;
  font-size: 1.7rem;
  font-family: var(--sub-font);
  letter-spacing: 0.17rem;
  background: url(../img/icon01.svg) no-repeat left top 0.1rem;
  background-size: 2.5rem auto;
}
@media screen and (max-width: 768px) {
  .l-header {
    display: none !important;
  }
}

.l-menu-btn {
  position: fixed;
  width: 3.2rem;
  height: 3.2rem;
  top: 5.6rem;
  right: 4.5rem;
  text-align: center;
  cursor: pointer;
  z-index: 101;
  transition: 0.3s;
}
@media screen and (min-width: 769px) {
  .l-menu-btn:hover {
    opacity: 0.7;
  }
}
.l-menu-btn__line {
  width: 2.4rem;
  height: 0.3rem;
  position: absolute;
  top: 0.9rem;
  left: 0.4rem;
  background: var(--sub2);
  transition: 0.3s;
}
.l-menu-btn__line--middle {
  top: 1.6rem;
}
.l-menu-btn__line--bottom {
  top: 2.3rem;
}
.is-active .l-menu-btn__line--top {
  transform: translateX(0) translateY(0.6rem) rotate(45deg);
}
.is-active .l-menu-btn__line--middle {
  opacity: 0;
}
.is-active .l-menu-btn__line--bottom {
  transform: translateX(0) translateY(-0.8rem) rotate(-45deg);
}
@media screen and (max-width: 768px) {
  .l-menu-btn {
    top: 2.8rem;
    right: 3.4rem;
  }
}

.l-footer {
  padding: 10.5rem 2rem 3.9rem;
  background-color: var(--main);
}
.l-footer-box {
  max-width: 131.2rem;
  margin: 0 auto;
  align-items: flex-end;
}
.l-footer-left {
  width: 75rem;
}
.l-footer-list {
  width: 19rem;
}
.l-footer-list__item:not(:last-child) {
  margin-bottom: 1.75rem;
}
.l-footer-list__link {
  position: relative;
  padding-left: 1.4rem;
  display: inline-block;
  color: var(--white);
  letter-spacing: 0.2rem;
}
.l-footer-list__link::before {
  position: absolute;
  left: 0;
  top: 0.9rem;
  width: 0.5rem;
  height: 0.5rem;
  background-color: var(--main-dark);
  content: "";
}
@media screen and (min-width: 769px) {
  .l-footer-list__link:hover {
    opacity: 0.5;
  }
}
.l-footer-navi {
  width: 45rem;
}
.l-footer-navi__ttl {
  margin-bottom: 1.7rem;
}
.l-footer-navi__ttl--link {
  position: relative;
  padding-left: 1.4rem;
  display: inline-block;
  color: var(--white);
  letter-spacing: 0.2rem;
}
.l-footer-navi__ttl--link::before {
  position: absolute;
  left: 0;
  top: 0.9rem;
  width: 0.5rem;
  height: 0.5rem;
  background-color: var(--main-dark);
  content: "";
}
@media screen and (min-width: 769px) {
  .l-footer-navi__ttl--link:hover {
    opacity: 0.5;
  }
}
.l-footer-navi-ul {
  margin-left: 1.6rem;
}
.l-footer-navi-ul__item {
  width: 21rem;
}
.l-footer-navi-list {
  font-size: 1.5rem;
}
.l-footer-navi-list__item:not(:last-child) {
  margin-bottom: 1.75rem;
}
.l-footer-navi-list__link {
  color: var(--white);
  letter-spacing: 0.12rem;
  display: inline-block;
}
@media screen and (min-width: 769px) {
  .l-footer-navi-list__link:hover {
    opacity: 0.5;
  }
}
.l-footer-ins {
  margin-top: 2.1rem;
  width: 3.3rem;
}
.l-footer-ins a {
  display: block;
  position: relative;
}
.l-footer-ins a .on {
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
  transition: 0.3s;
}
@media screen and (min-width: 769px) {
  .l-footer-ins a:hover .on {
    opacity: 1;
  }
}
.l-footer-right {
  padding-bottom: 0.1rem;
  font-size: 1.3rem;
  line-height: 1.73;
  color: var(--white);
  letter-spacing: 0.065rem;
}
.l-footer__copyright {
  margin-top: 2.5rem;
  display: block;
  font-style: normal;
  font-size: 1.2rem;
  letter-spacing: 0.06rem;
}
@media screen and (min-width: 769px) {
  .l-footer__copyright-link:hover {
    opacity: 0.5;
  }
}
@media screen and (max-width: 768px) {
  .l-footer {
    padding: 4.3rem 2.7rem 8rem;
  }
  .l-footer-box {
    max-width: inherit;
    display: block;
  }
  .l-footer-left {
    width: auto;
  }
  .l-footer-info {
    display: block !important;
  }
  .l-footer-list {
    margin-bottom: 3.9rem;
    width: auto;
    -moz-column-count: 2;
         column-count: 2;
    -moz-column-gap: 3rem;
         column-gap: 3rem;
  }
  .l-footer-list__item {
    -moz-column-break-inside: avoid;
         break-inside: avoid;
  }
  .l-footer-list__item:not(:last-child) {
    margin-bottom: 1.6rem;
  }
  .l-footer-list__link {
    padding-left: 1.3rem;
    letter-spacing: 0.1rem;
  }
  .l-footer-navi {
    width: auto;
  }
  .l-footer-navi__ttl {
    margin-bottom: 1.5rem;
  }
  .l-footer-navi__ttl--link {
    padding-left: 1.3rem;
    letter-spacing: 0.1rem;
  }
  .l-footer-navi-ul {
    margin-left: 0;
    justify-content: space-between;
  }
  .l-footer-navi-ul__item {
    width: 42%;
  }
  .l-footer-navi-ul__item:first-child {
    width: 52%;
  }
  .l-footer-right {
    margin-top: 3rem;
  }
  .l-footer__copyright {
    margin-top: 1.7rem;
  }
}

.l-menubox {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow-y: scroll;
  box-sizing: border-box;
  background: var(--white) url(../img/menubox_bg.webp) no-repeat bottom 0.8rem right;
  background-size: 54.9rem auto;
  z-index: 99;
  display: none;
}
.l-menubox-box {
  padding: 10.4rem 2rem 8rem;
}
.l-menubox__logo {
  width: 18rem;
  margin: 0 auto 14.3rem;
}
.l-menubox-info {
  max-width: 96rem;
  margin: 0 auto 20.5rem;
}
.l-menubox-left {
  width: 65rem;
}
.l-menubox-left a {
  color: var(--gray-black);
}
.l-menubox-left .l-footer-list__link::before,
.l-menubox-left .l-footer-navi__ttl--link::before {
  background-color: var(--sub2);
}
.l-menubox-right {
  margin: -0.5rem 0 0 -5rem;
  width: 33.8rem;
}
.l-menubox__tel {
  margin-bottom: 2.9rem;
}
.l-menubox__tel-link {
  display: block;
  padding-left: 3.7rem;
  color: var(--gray-dark);
  font-weight: 700;
  font-size: 2rem;
  font-family: var(--sub-font);
  letter-spacing: 0.014rem;
  background: url(../img/icon12.svg) no-repeat left top 0.1rem;
  background-size: 3.2rem auto;
}
.l-menubox__btn {
  width: 22.3rem;
  margin-bottom: 2.6rem;
}
.l-menubox__btn-link {
  padding: 2.3rem 0 2.4rem 3.5rem;
  display: block;
  text-align: center;
  color: var(--sub2);
  font-weight: 700;
  letter-spacing: 0.2rem;
  border-radius: 4rem;
  border: 0.1rem solid var(--sub2);
  background: var(--white) url(../img/icon08.svg) no-repeat left 3rem center;
  background-size: 2.4rem auto;
  box-shadow: 0 0.1rem 0.4rem 0 rgba(0, 0, 0, 0.25);
}
@media screen and (min-width: 769px) {
  .l-menubox__btn-link:hover {
    color: var(--white);
    background-color: var(--sub2);
    background-image: url(../img/icon08_on.svg);
  }
}
.l-menubox__text {
  margin: 2.6rem -3rem 0 0;
  color: var(--gray-black);
  font-size: 1.3rem;
  letter-spacing: 0.065rem;
  line-height: 1.73;
}
.l-menubox__copyright {
  text-align: center;
}
@media all and (min-width: 769px) and (max-width: 1000px) {
  .l-menubox .l-footer-list {
    width: 15rem;
  }
  .l-menubox .l-footer-navi-ul__item {
    width: 18rem;
  }
  .l-menubox .l-menubox-right {
    margin-left: -23rem;
    width: 27.8rem;
  }
  .l-menubox .l-menubox__text {
    margin-right: 0;
    font-size: 1.2rem;
  }
}
@media screen and (max-width: 768px) {
  .l-menubox {
    background-image: url(../img/menubox_bg_sp.webp);
    background-size: 15.7rem auto;
  }
  .l-menubox-box {
    padding: 9.6rem 3.5rem 8rem;
  }
  .l-menubox__logo {
    display: none;
  }
  .l-menubox-info {
    max-width: inherit;
    margin: 0 auto 2rem;
    display: block !important;
  }
  .l-menubox-left {
    margin-bottom: 1.9rem;
    width: auto;
    display: block !important;
  }
  .l-menubox-right {
    margin: 0;
    width: auto;
  }
  .l-menubox__tel {
    display: none;
  }
  .l-menubox__btn {
    display: none;
  }
  .l-menubox__text {
    margin: 7.6rem 0 0 -0.8rem;
  }
  .l-menubox__copyright {
    margin-left: -0.8rem;
    text-align: left;
  }
}

.c-card {
  box-shadow: 0px 1px 4px 0px rgba(0, 0, 0, 0.25);
}
.c-card__link {
  position: relative;
}
.c-card__label {
  position: absolute;
  top: 0;
  left: 0;
  background: var(--main);
  color: var(--white);
  font-size: 1.1rem;
  padding: 0.2rem 1rem;
}
.c-card__thumb01 {
  display: flex;
  height: 15rem;
  align-items: center;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .c-card__thumb01 {
    height: 13rem;
  }
}
.c-card__thumb01 img {
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
}
.c-card__thumb02 {
  display: flex;
}
.c-card__thumb02 img {
  width: 100%;
  height: 15rem;
  -o-object-fit: cover;
     object-fit: cover;
}
.c-card__thumb02 img.large {
  width: 100%;
  height: 24rem;
  -o-object-fit: cover;
     object-fit: cover;
}
.c-card__body {
  padding: 1.6rem;
}
.c-card__title {
  font-weight: 600;
  margin-bottom: 1.6rem;
  color: var(--black);
}
.c-card__dl {
  display: flex;
  flex-wrap: wrap;
  font-size: 1.1rem;
}
.c-card__dl dt {
  width: 30%;
}
.c-card__dl dd {
  width: 70%;
}
.c-card__info {
  border-top: 0.1rem solid var(--gray-light);
  margin-top: 1.6rem;
  padding-top: 1.6rem;
  font-size: 1.1rem;
  display: flex;
  flex-wrap: wrap;
  gap: 0.8rem 0.8rem;
  color: var(--gray-dark);
}

.c-calendar {
  width: 100%;
  border-collapse: collapse;
  color: var(--gray-dark);
  margin-bottom: 1.4rem;
}
.c-calendar th {
  background: var(--gray-dark);
  text-align: center;
  vertical-align: middle;
  width: 8%;
  font-weight: 700;
  font-size: 1.2rem;
  padding: 1.2rem 0.5rem 0.9rem;
  color: var(--white);
  box-sizing: border-box;
  border-bottom: 1px solid var(--gray-dark);
}
.c-calendar th.head {
  width: 28%;
}
.c-calendar td {
  font-weight: 600;
  font-size: 1.2rem;
  text-align: center;
  vertical-align: middle;
  padding: 1rem 0.1rem 1.1rem;
  box-sizing: border-box;
  border-bottom: 1px solid var(--gray-dark);
}
.c-calendar td img {
  margin-top: -0.2rem;
  display: inline-block;
  vertical-align: middle;
  width: 1.5rem;
  margin-bottom: 0;
}
.c-calendar td.head {
  font-size: 1.1rem;
  letter-spacing: 0.044rem;
}
@media screen and (max-width: 768px) {
  .c-calendar {
    margin-bottom: 1.4rem;
  }
  .c-calendar th {
    font-size: 1.1rem;
    padding: 0.8rem 0.5rem;
  }
  .c-calendar td {
    font-size: 1.1rem;
    padding: 0.8rem 0.1rem 0.9rem;
  }
  .c-calendar td img {
    margin-top: -0.2rem;
    width: 1.1rem;
  }
  .c-calendar td.head {
    font-size: 1.1rem;
    letter-spacing: 0;
  }
}

.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-btnL--primary02 {
  background: var(--sub2);
}

.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);
}

.c-flex {
  display: flex;
  flex-wrap: wrap;
}

.c-flex-b {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.c-content {
  margin: 0 auto;
  max-width: 100rem;
}
@media screen and (max-width: 768px) {
  .c-content {
    max-width: inherit !important;
    margin: 0 2.75rem;
  }
}

.c-headline01 {
  margin-bottom: 2.4rem;
  text-align: center;
  font-size: 3rem;
  letter-spacing: 0.15rem;
  font-weight: 700;
  color: var(--gray-dark);
  line-height: 1.5;
  font-family: var(--sub-font);
}
@media screen and (max-width: 768px) {
  .c-headline01 {
    margin-bottom: 1.9rem;
    font-size: 2.1rem;
    line-height: 1.5;
    letter-spacing: 0.105rem;
  }
}
.c-headline01__sml {
  margin-bottom: 1.3rem;
  display: block;
  font-size: 1.5rem;
  font-weight: 600;
  letter-spacing: 0.105rem;
  color: var(--main);
  line-height: 2;
  font-family: var(--base-font);
}
@media screen and (max-width: 768px) {
  .c-headline01__sml {
    margin-bottom: 1.9rem;
    font-size: 1.2rem;
    letter-spacing: 0.085rem;
  }
}
.c-headline01__green {
  color: var(--main);
}

.c-en-text {
  margin-bottom: 1.8rem;
  text-align: center;
  font-size: 8rem;
  transform-origin: center;
  font-weight: 700;
  letter-spacing: 0.8rem;
  color: var(--gray);
  font-family: var(--en-font);
}
.c-en-text--green {
  color: var(--main);
}
@media screen and (max-width: 768px) {
  .c-en-text {
    margin-bottom: 1.2rem;
    font-size: 5.5rem;
    letter-spacing: 0;
    line-height: 1;
  }
}

.c-btn-border {
  margin: 0 auto;
  width: 24rem;
}
.c-btn-border__link {
  color: var(--main);
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 5.6rem;
  font-size: 1.6rem;
  font-weight: 700;
  letter-spacing: 0.1rem;
  font-family: var(--sub-font);
  border: 0.1rem solid currentColor;
  background-color: var(--white);
  border-radius: 3rem;
  position: relative;
}
.c-btn-border__link::after {
  display: inline-block;
  margin-left: 1rem;
  width: 2.2rem;
  height: 2.2rem;
  content: "";
  background: url(../img/icon03.svg) no-repeat right center/100%;
  transition: 0.3s;
}
@media screen and (min-width: 769px) {
  .c-btn-border__link:hover {
    color: var(--sub2);
  }
  .c-btn-border__link:hover::after {
    background-image: url(../img/icon13.svg);
  }
}
@media screen and (max-width: 768px) {
  .c-btn-border {
    width: -moz-fit-content;
    width: fit-content;
    max-width: inherit;
    margin: 0 auto;
  }
  .c-btn-border__link {
    padding: 0 4.5rem;
    min-height: 5.8rem;
  }
  .c-btn-border__link::after {
    margin-left: 2rem;
  }
}

.c-more {
  text-align: center;
}
.c-more__link {
  margin-right: -0.2rem;
  padding: 0.5rem 3rem 0.5rem 0;
  display: inline-block;
  color: var(--gray-dark);
  font-size: 1.3rem;
  font-weight: 400;
  letter-spacing: 0;
  background: url(../img/icon13.svg) no-repeat right 0.2rem center;
  background-size: 2.2rem auto;
}
@media screen and (min-width: 769px) {
  .c-more__link:hover {
    opacity: 0.7;
  }
}

.c-information-headline01 {
  margin-bottom: 5.3rem;
}
.c-information__info {
  width: 45rem;
}
.c-information__info-time {
  margin-bottom: -0.2rem;
  color: var(--black);
  letter-spacing: 0.12rem;
  line-height: 2.1;
}
.c-information__info-text {
  margin-bottom: 2.8rem;
  color: var(--black);
  letter-spacing: 0.12rem;
  line-height: 2.3;
}
.c-information__bg {
  padding: 2.9rem 0 3rem;
  margin-bottom: 2.8rem;
  text-align: center;
  background-color: var(--main-light);
  border-radius: 2rem;
  font-family: var(--sub-font);
}
.c-information__bg-text {
  margin-bottom: 2.8rem;
  font-size: 2.4rem;
  font-weight: 700;
  letter-spacing: 0.12rem;
}
.c-information__bg-text--sml {
  margin-top: 2.5rem;
  display: block;
}
.c-information__bg-tel {
  padding-left: 2.9rem;
  display: inline-block;
  color: var(--gray-dark);
  font-size: 2.5rem;
  font-family: var(--en-font);
  font-weight: 700;
  letter-spacing: 0.25rem;
  background: url(../img/icon07.svg) no-repeat left top 0.7rem;
  background-size: 2.6rem auto;
}
.c-information__bg-btn {
  width: 31.6rem;
  margin: 0 auto;
}
.c-information__bg-btn__link {
  padding: 1.5rem 0 1.9rem 3.5rem;
  display: block;
  font-size: 2.4rem;
  text-align: center;
  color: var(--sub2);
  font-weight: 700;
  letter-spacing: 0.192rem;
  border-radius: 4rem;
  border: 0.1rem solid var(--sub2);
  background: var(--white) url(../img/icon08.svg) no-repeat left 4.3rem center;
  background-size: 2.4rem auto;
  box-shadow: 0 0.1rem 0.4rem 0 rgba(0, 0, 0, 0.25);
}
@media screen and (min-width: 769px) {
  .c-information__bg-btn__link:hover {
    color: var(--white);
    background-image: url(../img/icon08_on.svg);
    background-color: var(--sub2);
  }
}
.c-information__btn-link {
  padding: 1.8rem 2.2rem;
  display: block;
  position: relative;
  border: 0.2rem solid var(--main);
  border-radius: 2rem;
  overflow: hidden;
  box-shadow: 0.3rem 0.2rem 0.5rem rgba(0, 0, 0, 0.25);
}
.c-information__btn-link::before {
  position: absolute;
  right: -3rem;
  top: -2.6rem;
  width: calc(56% + 3rem);
  bottom: -2rem;
  content: "";
  background-color: var(--main);
  border-radius: 10rem;
  transition: 0.3s;
}
.c-information__btn-link img {
  width: 16.2rem;
}
.c-information__btn-link__text {
  position: absolute;
  width: 51%;
  right: 0;
  top: 2.8rem;
  color: var(--white);
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.76;
  letter-spacing: 0.16rem;
  text-align: center;
  font-family: var(--sub-font);
}
@media screen and (min-width: 769px) {
  .c-information__btn-link:hover {
    border-color: var(--sub2);
  }
  .c-information__btn-link:hover::before {
    background-color: var(--sub2);
  }
}
.c-information__inner {
  width: 45rem;
}
.c-information__inner-text {
  margin: 1.6rem 0 2rem;
  line-height: 2.3;
  letter-spacing: 0.12rem;
  color: var(--black);
}
.c-information__inner-txt {
  margin-bottom: 1.7rem;
  line-height: 2.3;
  letter-spacing: 0.12rem;
  color: var(--black);
}
.c-information__inner-txt--ico {
  margin-top: 1.1rem;
  padding-left: 2.6rem;
  display: block;
  background: url(../img/icon09.svg) no-repeat left top 0.3rem;
  background-size: 1.7rem auto;
}
.c-information__link {
  margin: 0 0.9rem 0 0;
}
.c-information__link-item {
  width: 22.1rem;
}
.c-information__link-item--map {
  width: 20.1rem;
}
.c-information__link-link {
  padding: 1.6rem 3rem 1.5rem 1.6rem;
  display: block;
  color: var(--black);
  letter-spacing: 0.12rem;
  border-radius: 1.2rem;
  border: 0.1rem solid var(--main);
  background: url(../img/icon10.svg) no-repeat center right 1.7rem;
  background-size: 1.7rem auto;
}
@media screen and (min-width: 769px) {
  .c-information__link-link:hover {
    background-image: url(../img/icon10_on.svg);
    border-color: var(--sub2);
  }
}
@media screen and (max-width: 768px) {
  .c-information-headline01 {
    margin-bottom: 3.2rem;
  }
  .c-information__box {
    display: block;
  }
  .c-information__info {
    width: auto;
  }
  .c-information__info-time {
    margin-bottom: 0.1rem;
    letter-spacing: 0.09rem;
    line-height: 2.2;
  }
  .c-information__info-text {
    margin-bottom: 3.3rem;
    letter-spacing: 0.09rem;
    line-height: 2;
  }
  .c-information__bg {
    padding: 2.9rem 0 3rem;
    margin-bottom: 1.5rem;
  }
  .c-information__bg-text {
    margin-bottom: 2.5rem;
    font-size: 2.1rem;
    letter-spacing: 0.189rem;
  }
  .c-information__bg-text--sml {
    margin-top: 2.5rem;
  }
  .c-information__bg-tel {
    font-size: 2rem;
    letter-spacing: 0.2rem;
    background-position: left top 0.2rem;
  }
  .c-information__bg-btn {
    width: 29.5rem;
  }
  .c-information__bg-btn__link {
    padding: 1.9rem 0 2.1rem 3.5rem;
    font-size: 2rem;
    letter-spacing: 0.16rem;
    background-position: left 4.8rem center;
    box-shadow: 0.1rem 0.1rem 0.5rem 0 rgba(0, 0, 0, 0.25);
  }
  .c-information__btn-link {
    padding: 2.3rem 1rem 0.3rem;
    text-align: center;
    box-shadow: 0.3rem 0.2rem 0.5rem rgba(0, 0, 0, 0.25);
  }
  .c-information__btn-link::before {
    right: -5rem;
    top: -3rem;
    height: 11.3rem;
    width: inherit;
    left: -5rem;
    bottom: inherit;
    border-radius: 100%;
  }
  .c-information__btn-link img {
    width: 21rem;
  }
  .c-information__btn-link__text {
    margin-bottom: 1.6rem;
    position: relative;
    right: inherit;
    top: inherit;
    width: auto;
    display: block;
  }
  .c-information__inner {
    margin-top: 5rem;
    width: auto;
  }
  .c-information__inner-map {
    margin-bottom: 1.4rem;
  }
  .c-information__inner-map img {
    width: 100%;
  }
  .c-information__inner-text {
    margin: 0 0 0.5rem;
    line-height: 2.2;
    letter-spacing: 0.09rem;
  }
  .c-information__inner-txt {
    margin-bottom: 1.7rem;
    line-height: 2.2;
    letter-spacing: 0.09rem;
  }
  .c-information__inner-txt--ico {
    margin-top: 1.3rem;
  }
  .c-information__link {
    margin: 0 auto;
    display: block;
    max-width: 28.5rem;
  }
  .c-information__link-item {
    width: auto !important;
  }
  .c-information__link-item--map {
    margin-top: 1.9rem;
  }
  .c-information__link-item--map .c-information__link-link {
    background-position: center right 5.6rem;
  }
  .c-information__link-link {
    padding: 1.6rem 4.6rem 1.4rem 1.6rem;
    letter-spacing: 0.09rem;
    text-align: center;
    background: url(../img/icon03.svg) no-repeat center right 4.7rem;
    background-size: 2.2rem auto;
  }
}

.c-information__box{
margin-top: 3rem;
}
.c-information__box div.bnr{
width:48%;
}


.c-fix-photo {
  height: 40.5rem;
  background: url(../img/fix_photo.webp) no-repeat center center;
  background-size: cover;
}
@media screen and (min-width: 769px) {
  .c-fix-photo {
    background-attachment: fixed;
  }
}
@media screen and (max-width: 768px) {
  .c-fix-photo {
    height: 25rem;
    background-image: url(../img/fix_photo_sp.webp);
  }
}

.c-fix-btn {
  display: flex;
  position: fixed;
  left: 0;
  width: 100%;
  bottom: 0;
  z-index: 109;
  border-top: 0.1rem solid var(--white);
  border-bottom: 0.1rem solid var(--white);
}
.c-fix-btn__item {
  width: 13rem;
}
.c-fix-btn__link {
  height: 6.5rem;
  padding: 1.9rem 0 0 1.8rem;
  display: block;
  font-size: 1.2rem;
  color: var(--white);
  font-weight: 600;
  line-height: 1;
  text-align: center;
  background: #ea6102 url(../img/fix_btn_icon01.svg) no-repeat left 3rem top 1.6rem;
  background-size: 1.7rem auto;
  box-sizing: border-box;
}
.c-fix-btn__link--sml {
  margin: 0.6rem 0 0 -1.8rem;
  display: block;
  font-weight: 400;
  font-size: 1rem;
  letter-spacing: 0.04rem;
}
.c-fix-btn__link--color01 {
  color: var(--gray-black);
  background-color: var(--main-light2);
  background-image: url(../img/fix_btn_icon02.svg);
}
.c-fix-btn__link--color02 {
  padding-left: 2.1rem;
  font-size: 1.2rem;
  color: var(--gray-black);
  background-color: var(--main-light);
  background-image: url(../img/fix_btn_icon03.svg);
}
.c-fix-btn__link--color02-sml {
  margin-top: 0.6rem;
  display: block;
  font-size: 1.2rem;
  letter-spacing: 0;
  font-weight: 600;
}
@media screen and (min-width: 769px) {
  .c-fix-btn {
    display: none !important;
  }
}

.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;
}
.p-bread ul li::after {
  content: ">";
  display: inline-block;
  width: 3rem;
  text-align: center;
}
.p-bread ul li:last-child::after {
  content: none;
}

.p-mainvisual {
  padding: 10.4rem 4rem 13.6rem;
  background: url(../img/main_visual_bg.webp) no-repeat left top;
  background-size: 112.3rem auto;
}
.p-mainvisual__logo {
  width: 18rem;
  margin: 0 auto 4.1rem;
}
.p-mainvisual-box {
  max-width: 129.8rem;
  margin: 0 auto;
  position: relative;
}
.p-mainvisual__info {
  margin: -2.1rem 0 0 0.7rem;
  width: 35rem;
}
.p-mainvisual__ttl {
  margin-bottom: 4.7rem;
  color: var(--gray-dark);
  /*font-size: 4rem;*/
  font-size: 3.5rem;
  font-weight: 700;
  letter-spacing: 0.4rem;
  font-family: var(--sub-font);
}
.p-mainvisual__ttl--bg {
  margin-top: -1rem;
  display: inline-block;
  background: linear-gradient(transparent 60%, rgba(218, 239, 219, 0.5) 0%);
}
.p-mainvisual__ttl--color {
  color: var(--main);
  font-size: 4.5rem;
  letter-spacing: 0.45rem;
}
.p-mainvisual__list {
  margin: 0 1.3rem 3.4rem;
  width: 27.5rem;
}
.p-mainvisual__list-text {
  margin-top: 0.1rem;
  display: block;
  text-align: center;
  color: var(--gray-dark);
  font-size: 1.2rem;
  font-weight: 700;
  letter-spacing: 0.06rem;
}
.p-mainvisual__navi {
  margin-bottom: 2rem;
}
.p-mainvisual__navi-item {
  margin-bottom: 1.7rem;
  width: 46.2%;
}
.p-mainvisual__navi-link {
  padding-left: 1.4rem;
  position: relative;
  display: inline-block;
  color: var(--gray-black);
  letter-spacing: 0.12rem;
}
@media screen and (min-width: 769px) {
  .p-mainvisual__navi-link:hover {
    opacity: 0.5;
  }
}
.p-mainvisual__navi-link::before {
  position: absolute;
  left: 0.1rem;
  top: 0.9rem;
  width: 0.5rem;
  height: 0.5rem;
  content: "";
  background-color: var(--sub2);
}
.p-mainvisual__text {
  font-size: 1.2rem;
  line-height: 1.66;
  letter-spacing: 0.06rem;
}
.p-mainvisual__slide {
  width: 73.4rem;
  margin: 0;
}
.p-mainvisual__slide-pho {
  vertical-align: top;
}
.p-mainvisual__slide-pho img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center top;
     object-position: center top;
  border-radius: 2.2rem;
}
.p-mainvisual__scroll {
  position: absolute;
  top: 1.8rem;
  right: -3.4rem;
}
.p-mainvisual__scroll-link {
  display: inline-block;
  vertical-align: top;
  position: relative;
}
@media screen and (min-width: 769px) {
  .p-mainvisual__scroll-link:hover {
    opacity: 0.7;
  }
}
.p-mainvisual__scroll-line {
  width: 0.1rem;
  height: 6.7rem;
  background-color: var(--gray);
  display: block;
  margin: 0.4rem auto 0;
  position: relative;
}
.p-mainvisual__scroll-line::after {
  width: 0.8rem;
  height: 0.8rem;
  position: absolute;
  top: 0;
  left: -0.4rem;
  border-radius: 50%;
  overflow: hidden;
  background-color: var(--main);
  content: "";
  animation: scroll 2s ease infinite;
}
@keyframes scroll {
  0% {
    top: 0;
    opacity: 1;
  }
  50% {
    opacity: 1;
  }
  100% {
    top: 100%;
    opacity: 0;
  }
}
@media all and (min-width: 769px) and (max-height: 830px) {
  .p-mainvisual {
    padding-top: 7.4rem;
  }
  .p-mainvisual .p-mainvisual__ttl {
    margin-bottom: 2.5rem;
  }
  .p-mainvisual .p-mainvisual__list {
    margin-bottom: 2.4rem;
  }
  .p-mainvisual .p-mainvisual__navi {
    margin-bottom: 1rem;
  }
}
@media all and (min-width: 769px) and (max-height: 760px) {
  .p-mainvisual {
    padding-top: 4rem;
  }
  .p-mainvisual .p-mainvisual__info {
    margin-top: -5rem;
  }
  .p-mainvisual .p-mainvisual__ttl {
    margin-bottom: 1.5rem;
  }
  .p-mainvisual .p-mainvisual__list {
    margin-bottom: 1rem;
  }
  .p-mainvisual .p-mainvisual__navi {
    margin-bottom: 0.2rem;
  }
  .p-mainvisual .p-mainvisual__slide-pho img {
    height: calc(100vh - 25rem);
    min-height: 43.5rem;
  }
}
@media screen and (max-width: 768px) {
  .p-mainvisual {
    padding: 9rem 2.7rem 5.7rem;
    background-image: url(../img/main_visual_bg_sp.webp);
    background-size: 35.6rem auto;
  }
  .p-mainvisual__logo {
    width: 13.5rem;
    margin: 0 auto 1.4rem;
  }
  .p-mainvisual-box {
    max-width: inherit;
  }
  .p-mainvisual__info {
    margin: 2.4rem 0 0 0.7rem;
    width: 100%;
  }
  .p-mainvisual__ttl {
    margin-bottom: 3.5rem;
    font-size: 2.5rem;
    letter-spacing: 0.2rem;
    text-align: center;
    line-height: 1.6;
  }
  .p-mainvisual__ttl--color {
    font-size: 3rem;
    letter-spacing: 0.24rem;
  }
  .p-mainvisual__list {
    margin: 0 2.5rem 3rem 1.3rem;
    width: auto;
  }
  .p-mainvisual__list-item img {
    width: 6.5rem;
  }
  .p-mainvisual__list-item:nth-child(2) img {
    width: 3.6rem;
  }
  .p-mainvisual__list-item:nth-child(3) img {
    width: 4.9rem;
  }
  .p-mainvisual__navi {
    display: none;
  }
  .p-mainvisual__text {
    margin: 0 -0.7rem;
    font-size: 1.1rem;
    line-height: 1.81;
    letter-spacing: 0;
  }
  .p-mainvisual__slide {
    width: 100%;
    order: -1;
  }
  .p-mainvisual__slide-pho img {
    border-radius: 2rem;
    height: 100%;
  }
}

.p-news {
  width: 80rem;
  margin: 0 auto 14.3rem;
  padding: 0 12rem 1.4rem 0;
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-bottom: 0.1rem solid var(--main);
  box-sizing: border-box;
}
.p-news__ttl {
  color: var(--main);
  font-size: 3.4rem;
  font-weight: 700;
  letter-spacing: 0.34rem;
  font-family: var(--en-font);
}
.p-news__list {
  margin-top: 1.3rem;
  width: calc(100% - 17.2rem);
}
.p-news__list-link {
  display: flex;
  color: var(--gray-black);
  font-size: 1.6rem;
  letter-spacing: 0.128rem;
}
@media screen and (min-width: 769px) {
  .p-news__list-link:hover .p-news__list-text::after {
    transform-origin: left;
    transform: scaleX(1);
    transition: transform 0.8s cubic-bezier(0.45, 0.12, 0.04, 0.96);
  }
}
.p-news__list-time {
  width: 10rem;
  flex-grow: 0;
  margin-right: 3rem;
}
.p-news__list-text {
  position: relative;
}
.p-news__list-text::after {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 0.1rem;
  content: "";
  background-color: var(--main);
  transform-origin: right;
  transform: scaleX(0);
  transition: transform 0.8s cubic-bezier(0.45, 0.12, 0.04, 0.96);
}
.p-news__btn {
  position: absolute;
  right: 0.6rem;
  bottom: 1.5rem;
  font-size: 1.6rem;
  font-weight: 700;
  letter-spacing: 0.096rem;
  font-family: var(--sub-font);
}
.p-news__btn-link {
  min-height: 2.5rem;
  padding-right: 3.9rem;
  display: block;
  color: var(--gray-black);
  background: url(../img/icon03.svg) no-repeat right center;
  background-size: 2.5rem auto;
}
@media screen and (min-width: 769px) {
  .p-news__btn-link:hover {
    opacity: 0.7;
  }
}
@media screen and (max-width: 768px) {
  .p-news {
    width: auto;
    margin: 0 2.5rem 5.2rem;
    padding: 0;
    display: block;
  }
  .p-news__ttl {
    font-size: 2.8rem;
    letter-spacing: 0.224rem;
  }
  .p-news__list {
    margin-top: 0.6rem;
    width: 100%;
    border-top: 0.1rem solid var(--main);
  }
  .p-news__list-link {
    padding: 1.5rem 1.3rem 1.8rem;
    font-size: 1.3rem;
    letter-spacing: 0.104rem;
  }
  .p-news__list-time {
    width: 10rem;
    margin-right: 0;
  }
  .p-news__btn {
    right: 0.3rem;
    bottom: inherit;
    top: 1.9rem;
    font-size: 1.3rem;
    letter-spacing: 0.104rem;
  }
  .p-news__btn-link {
    padding: 0.3rem 4.1rem 0 0;
  }
}

/*.p-open {
  margin-bottom: 14.6rem;
}*/
.p-open__ttl {
  width: 49.6rem;
  margin: 0 auto 4.6rem;
  text-align: center;
  color: var(--main);
  font-size: 4rem;
  font-weight: 700;
  letter-spacing: 0.4rem;
  font-family: var(--sub-font);
  background: url(../img/line01.svg) no-repeat left top 0.5rem, url(../img/line02.svg) no-repeat right top 0.5rem;
  background-size: 5.3rem auto;
}
.p-open__list-item {
  width: 47.5rem;
}
.p-open__list-link {
  display: block;
  overflow: hidden;
  border-radius: 2rem;
}
@media screen and (min-width: 769px) {
  .p-open__list-link:hover {
    opacity: 0.7;
  }
}
.p-open__list-link img {
  width: 100%;
}
@media screen and (max-width: 768px) {
  /*.p-open {
    margin-bottom: 9.4rem;
  }*/
  .p-open__ttl {
    width: 25rem;
    margin: 0 auto 1.5rem;
    font-size: 2.8rem;
    letter-spacing: 0.28rem;
    background-position: left top 0.3rem, right top 0.3rem;
    background-size: 3.2rem auto;
  }
  .p-open__list {
    display: block;
  }
  .p-open__list-item {
    margin-bottom: 3rem;
    width: auto;
  }
  .p-open__list-item:last-child {
    margin-bottom: 0;
  }
  .p-open__list-link {
    border-radius: 0;
  }
}

.p-concept {
  padding: 14.9rem 2rem 9rem;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .p-concept {
    padding: 10rem 0 0;
  }
}
.p-concept-content {
  padding: 7rem 2rem 13.7em;
  max-width: 100rem;
  border-radius: 2.4rem;
  background-color: var(--main-light2);
  position: relative;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .p-concept-content {
    padding: 5.5rem 3rem 14.5em;
    margin: 0 1.5rem;
  }
}
.p-concept .c-en-text {
  margin-bottom: 1.5rem;
  color: var(--white);
  font-size: 4rem;
  letter-spacing: 0.08em;
}
@media screen and (max-width: 768px) {
  .p-concept .c-en-text {
    margin-bottom: 1.3rem;
  }
}
.p-concept .c-headline01 {
  margin-bottom: 3.1rem;
  color: var(--main);
  font-size: 4rem;
  letter-spacing: 0.16em;
}
.p-concept .c-headline01__sml {
  margin-bottom: 0.5rem;
}
@media screen and (max-width: 768px) {
  .p-concept .c-headline01 {
    margin-bottom: 2rem;
    font-size: 3rem;
  }
  .p-concept .c-headline01__sml {
    margin-bottom: 1.9rem;
  }
}
.p-concept .c-head03 {
  margin-bottom: 1.8rem;
  color: var(--gray-dark);
  font-family: var(--sub-font);
  font-size: 2.4rem;
  font-weight: 700;
  letter-spacing: 0.19rem;
}
@media screen and (max-width: 768px) {
  .p-concept .c-head03 {
    margin-bottom: 2.3rem;
    font-size: 2.1rem;
    letter-spacing: 0.11rem;
  }
}
.p-concept-inner {
  max-width: 70rem;
  margin: 0 auto;
}
.p-concept__txt {
  color: var(--gray-dark);
  line-height: 2.13;
  letter-spacing: 0.12rem;
}
@media screen and (max-width: 768px) {
  .p-concept__txt {
    text-align: justify;
  }
}
.p-concept-list {
  position: absolute;
  bottom: -7rem;
  left: 0;
  width: 100%;
  display: flex;
  justify-content: center;
}
@media screen and (max-width: 768px) {
  .p-concept-list {
    bottom: 4.7rem;
  }
}
.p-concept-list__item {
  width: 22rem;
  margin: 0 0.75rem;
  border-radius: 100%;
  height: 22rem;
}
@media screen and (max-width: 768px) {
  .p-concept-list__item {
    width: 14rem;
    height: 14rem;
  }
}
.p-concept-list__item__img {
  width: 100%;
  height: auto;
}

.p-features {
  padding: 12.5rem 0 0;
}
@media screen and (max-width: 768px) {
  .p-features {
    padding-top: 9.2rem;
  }
  .p-features .c-headline01 {
    margin-bottom: 5rem;
    letter-spacing: 0.1em;
  }
}
.p-features__content {
  margin: 0 auto;
  max-width: 80rem;
}
.p-features__text {
  margin-bottom: 7.8rem;
  text-align: center;
  line-height: 2.13;
  letter-spacing: 0.08em;
  color: var(--gray-dark);
}
@media screen and (max-width: 768px) {
  .p-features__text {
    margin: 0 2.75rem 3rem;
    text-align: left;
  }
}
.p-features-inner {
  margin-bottom: 15.2rem;
  display: flex;
  flex-wrap: wrap;
}
@media screen and (max-width: 768px) {
  .p-features-inner {
    margin-bottom: 9.4rem;
    display: block;
  }
}
.p-features-inner__left {
  margin-right: 10rem;
  width: calc(50% - 3rem);
}
.p-features-inner__left img {
  width: 100%;
  border-radius: 0 0 20rem 0;
}
@media screen and (max-width: 768px) {
  .p-features-inner__left img {
    border-radius: 0 0 12rem 0;
  }
}
@media screen and (max-width: 768px) {
  .p-features-inner__left {
    width: auto;
    margin: 0 4.2rem 4.9rem 0;
  }
}
.p-features-inner__right {
  flex: 1;
  max-width: 45rem;
}
@media screen and (max-width: 768px) {
  .p-features-inner__right {
    padding: 0 2.8rem;
  }
}
@media screen and (min-width: 769px) {
  .p-features-inner__right .c-btn-border {
    margin-left: 0;
  }
}
.p-features__ttl01 {
  margin: 0 3rem 2rem 0;
  font-size: 3.4rem;
  font-family: var(--sub-font);
  color: var(--main);
  letter-spacing: 0.17rem;
  font-weight: 700;
  line-height: 1.5;
  background-size: 6.8rem auto;
}
@media screen and (max-width: 768px) {
  .p-features__ttl01 {
    font-size: 2.5rem;
    letter-spacing: 0.12rem;
    text-align: center;
    background: none;
    margin: 0 0 2rem;
  }
}
.p-features__ttl02 {
  margin-bottom: 2.1rem;
  font-size: 2rem;
  font-weight: 600;
  letter-spacing: 0.1rem;
  line-height: 1.75;
  color: var(--gray-dark2);
  font-family: var(--sub-font);
}
@media screen and (max-width: 768px) {
  .p-features__ttl02 {
    text-align: center;
    line-height: 1.6;
    letter-spacing: 0.14rem;
  }
}
.p-features__txt {
  margin-bottom: 4.6rem;
  text-align: justify;
  color: var(--gray-dark);
  line-height: 2.13;
  letter-spacing: 0.1rem;
}
@media screen and (max-width: 768px) {
  .p-features__txt {
    text-align: left;
    margin-bottom: 3rem;
    letter-spacing: 0.09rem;
  }
}
.p-features-list-box {
  padding-bottom: 10rem;
  position: relative;
  z-index: 1;
  background: url(../img/feature_bg01.webp) no-repeat center top/100% 25.5rem;
  background-color: var(--main-light);
}
@media screen and (max-width: 768px) {
  .p-features-list-box {
    padding-bottom: 11rem;
  }
}
.p-features-list-box::before {
  width: 100%;
  height: calc(50% - 18.7rem);
  background: url(../img/feature_bg02.webp) no-repeat center top/100% 4.5rem;
  background-color: var(--main-light2);
  position: absolute;
  bottom: 0;
  left: 0;
  content: "";
  z-index: -1;
}
@media screen and (max-width: 768px) {
  .p-features-list-box::before {
    height: calc(50% - 12rem);
    background-size: 100% 1.3rem;
  }
}
.p-features-list-box::after {
  width: 100%;
  height: 4.5rem;
  background: url(../img/feature_bg03.webp) no-repeat center bottom/100% 4.5rem;
  position: absolute;
  top: 100%;
  left: 0;
  content: "";
}
@media screen and (max-width: 768px) {
  .p-features-list-box::after {
    height: 1.3rem;
    background-size: 100% 100%;
  }
}
.p-features-list {
  max-width: 112rem;
  margin: 0 auto 0.8rem;
  padding-right: 1rem;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
@media screen and (max-width: 768px) {
  .p-features-list {
    margin: 0 0.7rem 4.9rem;
    padding-right: 0;
    display: block;
    max-width: inherit;
  }
}
.p-features-list__item {
  margin: 0 1.8rem 6rem;
  width: 32.3rem;
}
@media screen and (max-width: 768px) {
  .p-features-list__item {
    width: auto;
    margin: 0 2.6rem 3.3rem;
  }
}
@media screen and (min-width: 769px) {
  .p-features-list__item--2 {
    margin-top: 7.3rem;
  }
  .p-features-list__item--3 {
    margin-top: -2.3rem;
  }
}
.p-features-list__num {
  margin-bottom: 0.3rem;
  color: var(--main);
  text-align: center;
  font-size: 6.4rem;
  font-weight: 400;
  font-family: var(--sub-font);
  line-height: 1;
}
@media screen and (max-width: 768px) {
  .p-features-list__num {
    margin-bottom: 2rem;
  }
}
.p-features-list-photo {
  border-radius: 2.5rem 2.5rem 0 0;
  overflow: hidden;
}
.p-features-list-photo img {
  width: 100%;
  height: auto;
}
.p-features-list__sub {
  padding: 3.9rem 2.2rem 3.1rem;
  background-color: var(--white);
}
@media screen and (max-width: 768px) {
  .p-features-list__sub {
    padding: 3.9rem 3.6rem 3.5rem;
  }
}
.p-features-list__ttl {
  margin: 0 -0.1rem 2.2rem 0;
  color: var(--gray-dark);
  font-size: 2.4rem;
  font-weight: 600;
  font-family: var(--sub-font);
  letter-spacing: 0.12rem;
  line-height: 1.46;
}
@media screen and (max-width: 768px) {
  .p-features-list__ttl {
    margin-bottom: 1.6rem;
    font-size: 2.1rem;
    letter-spacing: 0.095rem;
    line-height: 1.52;
    min-height: inherit;
  }
}
.p-features-list__txt {
  margin: 0 0 5.5rem;
  color: var(--gray-dark);
  text-align: justify;
  font-weight: 400;
  line-height: 2.13;
  letter-spacing: 0.08rem;
}
@media screen and (max-width: 768px) {
  .p-features-list__txt {
    margin: 0 0 2rem;
    line-height: 2;
  }
}

.p-greeting {
  /*padding: 17rem 0 15rem;*/
  position: relative;
  padding: 17rem 0 38rem;
}
.p-greeting::after {
  position: absolute;
  right: 0;
  top: -33rem;
  height: 100%;
  width: 76.4rem;
  background: url(../img/greeting_bg.webp) no-repeat right top/100%;
  content: "";
  opacity: 0.5;
}
@media screen and (max-width: 768px) {
  .p-greeting::after {
    right: 0;
    top: -12rem;
    width: 23rem;
    opacity: 1;
  }
}
@media screen and (max-width: 768px) {
  .p-greeting {
    /*padding: 8.5rem 0 8rem;*/
	padding: 8.5rem 0 22rem;
    background-position: right -10rem top;
    background-size: 37rem;
  }
}
.p-greeting .c-content {
  position: relative;
  z-index: 2;
}
.p-greeting__box {
  margin-top: 10.6rem;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .p-greeting__box {
    margin-top: 5.5rem;
  }
}
.p-greeting__inner {
  margin-bottom: 6.9rem;
  width: 45rem;
}
.p-greeting__inner--wid {
  margin-bottom: 10.3rem;
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}
@media screen and (max-width: 768px) {
  .p-greeting__inner {
    margin-bottom: 5.2rem;
    display: block;
  }
}
.p-greeting__photo {
  margin-bottom: 3.5rem;
  width: 45rem;
  order: 2;
  overflow: hidden;
}
.p-greeting__photo img {
  width: 100%;
  border-radius: 2.5rem;
}
@media screen and (max-width: 768px) {
  .p-greeting__photo {
    margin: 0 auto 3.3rem;
    width: 100%;
  }
}
.p-greeting__photo--wid {
  margin-bottom: 0;
}
@media screen and (max-width: 768px) {
  .p-greeting__photo--wid {
    margin-bottom: 3.3rem;
    aspect-ratio: 335/225;
    border-radius: 2.2rem;
    background-color: var(--variation2);
    text-align: center;
  }
  .p-greeting__photo--wid img {
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: center top;
       object-position: center top;
  }
}
.p-greeting__text {
  max-width: 48rem;
  flex: 1;
}
@media screen and (max-width: 768px) {
  .p-greeting__text {
    text-align: justify;
  }
}
.p-greeting__text__item {
  display: block;
  margin-top: 0.3rem;
}
.p-greeting__list {
  margin-bottom: 1.6rem;
  display: flex;
  flex-wrap: wrap;
}
.p-greeting__list--wid {
  margin-bottom: 2.6rem;
}
.p-greeting__list--wid li {
  margin-right: 2.1rem;
}
@media screen and (max-width: 768px) {
  .p-greeting__list--wid {
    margin-bottom: 2.6rem;
  }
  .p-greeting__list--wid li {
    margin-right: 1.3rem;
  }
}
.p-greeting__list-item {
  margin-right: 1.5rem;
}
@media screen and (max-width: 768px) {
  .p-greeting__list-item {
    margin-right: 1.3rem;
  }
}
@media screen and (max-width: 768px) {
  .p-greeting__list {
    margin-bottom: 2.8rem;
  }
  .p-greeting__list img {
    width: auto;
    height: 6rem;
  }
}
.p-greeting-name {
  margin-bottom: 2.3rem;
  font-size: 1.5rem;
  letter-spacing: 0.14rem;
  font-weight: 600;
  color: var(--gray-dark);
}
.p-greeting-name--wid {
  margin-bottom: 1.4rem;
}
@media screen and (max-width: 768px) {
  .p-greeting-name {
    margin-bottom: 1.4rem;
  }
}
.p-greeting-name__title {
  margin-bottom: 0.7rem;
  display: block;
}
.p-greeting-name__item {
  display: inline-block;
  font-size: 3rem;
  letter-spacing: 0.17rem;
  font-family: var(--sub-font);
}
.p-greeting-name__item--en {
  margin: 0 0 0 4.8rem;
  display: inline-block;
  color: var(--sub2);
  font-family: var(--en-font2);
  font-weight: 500;
  font-size: 1.5rem;
  letter-spacing: 0.12rem;
  vertical-align: 0.5rem;
}
.p-greeting__txt {
  color: var(--gray-dark);
  font-size: 1.5rem;
  letter-spacing: 0.12rem;
  line-height: 2.13;
}
.p-greeting__txt + .p-greeting__txt {
  margin-top: 0.4rem;
}
@media screen and (min-width: 769px) {
  .p-greeting__txt--wid {
    margin-right: 3rem;
  }
}
@media screen and (max-width: 768px) {
  .p-greeting__txt {
    line-height: 2;
    letter-spacing: 0.08rem;
  }
}

.p-treatment {
  padding: 14.5rem 0 0;
  margin-bottom: -14.4rem;
  position: relative;
  z-index: 1;
}
.p-treatment__text {
  width: 80rem;
  margin: 0 auto 9.9rem;
  color: var(--gray-dark);
  line-height: 2.13;
  letter-spacing: 0.12rem;
}
.p-treatment__list {
  margin: -5.4rem 0 10rem;
}
.p-treatment__list-item {
  margin-top: 5.4rem;
  width: 47.4rem;
  overflow: hidden;
  color: var(--gray-dark);
  border-radius: 2.4rem;
  background-color: var(--main-light2);
}
.p-treatment__list-pho img {
  width: 100%;
}
.p-treatment__list-info {
  padding: 5.1rem 3.3rem 5.3rem;
}
.p-treatment__list-ttl {
  padding: 0 0 2.9rem 9.5rem;
  position: relative;
  font-size: 2.4rem;
  font-weight: 700;
  letter-spacing: 0.12rem;
  font-family: var(--sub-font);
}
.p-treatment__list-ttl--sml {
  margin-bottom: 0.5rem;
  display: block;
  font-size: 1.2rem;
  letter-spacing: 0.06rem;
  font-family: var(--base-font);
}
.p-treatment__list-ttl--en {
  position: absolute;
  left: 0;
  top: -0.6rem;
  width: 7.5rem;
  height: 7.5rem;
  padding-top: 1.9rem;
  display: block;
  text-align: center;
  color: var(--white);
  font-size: 1.5rem;
  letter-spacing: 0.105rem;
  line-height: 1.2;
  background-color: var(--main);
  box-sizing: border-box;
  border-radius: 100%;
}
.p-treatment__list-text {
  margin-bottom: 2rem;
  font-size: 1.3rem;
  line-height: 1.73;
  letter-spacing: 0.065rem;
}
.p-treatment__list-title {
  margin-top: -0.4rem;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  font-size: 1.2rem;
  letter-spacing: 0.06rem;
}
.p-treatment__list-title--sort {
  margin: 0.4rem 0.4rem 0;
  padding: 1.3rem 1.5rem 1.2rem;
  border-radius: 1.2rem;
  border: 0.1rem solid var(--gray);
  background: var(--white);
}
@media screen and (min-width: 769px) {
  .p-treatment__list-title--sort:hover {
    color: var(--gray-dark);
    border-color: var(--gray-dark);
  }
}
.p-treatment__link {
  margin: -5rem 0 11rem;
}
.p-treatment__link-item {
  margin: 5rem 6.3rem 0 0;
  width: 20rem;
}
.p-treatment__link-item:nth-child(4n) {
  margin-right: 0;
}
.p-treatment__link-link {
  height: 20rem;
  padding-top: 3.1rem;
  display: block;
  text-align: center;
  color: var(--gray-dark);
  border-radius: 100%;
  background-color: var(--main-light2);
  box-sizing: border-box;
  font-family: var(--sub-font);
}
@media screen and (min-width: 769px) {
  .p-treatment__link-link:hover {
    opacity: 0.7;
  }
}
.p-treatment__link-ico {
  width: 7rem;
  margin: 0 auto 0.6rem;
}
.p-treatment__link-text {
  font-weight: 700;
  letter-spacing: 0.12rem;
}
.p-treatment__link-text--sml {
  margin-top: 1.3rem;
  display: block;
  font-size: 0.9rem;
  font-weight: 500;
  letter-spacing: 0.324rem;
  font-family: var(--en-font2);
}
.p-treatment__info {
  border-radius: 2.4rem;
  background: var(--white);
  box-shadow: 0.3rem 0.3rem 0.5rem 0 rgba(0, 0, 0, 0.25);
  border: 0.1rem solid var(--gray);
  overflow: hidden;
}
.p-treatment__info-pho {
  margin: -0.1rem 0 -0.1rem -0.1rem;
  overflow: hidden;
  width: 40rem;
  border-radius: 0 0rem 0 2.4rem;
}
.p-treatment__info-pho img {
  width: 100%;
}
.p-treatment__info-textbox {
  width: 54.6rem;
  margin-top: 5.5rem;
}
.p-treatment__info-textbox__ttl {
  margin-bottom: 3rem;
  font-size: 2.8rem;
  color: var(--gray-dark);
  font-weight: 700;
  letter-spacing: 0.14rem;
  font-family: var(--sub-font);
}
.p-treatment__info-textbox__text {
  margin-bottom: 1.8rem;
  font-size: 2rem;
  color: var(--gray-black);
  font-weight: 400;
  letter-spacing: 0.1rem;
  font-family: var(--sub-font);
}
.p-treatment__info-textbox__text--num {
  margin-left: 0.5rem;
  color: var(--sub2);
  font-size: 2.8rem;
  font-weight: 700;
  letter-spacing: 0.14rem;
}
.p-treatment__info-textbox__sml {
  color: var(--balck);
  font-size: 1.3rem;
  letter-spacing: 0.065rem;
}
@media screen and (max-width: 768px) {
  .p-treatment {
    padding: 9.4rem 0 0;
    margin-bottom: -25.8rem;
  }
  .p-treatment-headline01 {
    margin-bottom: 2.6rem;
  }
  .p-treatment__text {
    width: auto;
    margin: 0 auto 4.9rem;
  }
  .p-treatment__list {
    margin: 0 0 5.1rem;
    display: block;
  }
  .p-treatment__list-item {
    margin: 0 0 5rem;
    width: auto;
  }
  .p-treatment__list-item:last-child {
    margin-bottom: 0;
  }
  .p-treatment__list-pho {
    position: relative;
    padding-bottom: 59.2%;
  }
  .p-treatment__list-pho img {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .p-treatment__list-info {
    padding: 3.2rem 1.8rem 3.3rem;
  }
  .p-treatment__list-ttl {
    min-height: 5.8rem;
    padding: 0 0 0 7.5rem;
    margin-bottom: 2.1rem;
  }
  .p-treatment__list-ttl--sml {
    margin-bottom: 0.3rem;
  }
  .p-treatment__list-ttl--en {
    top: 50%;
    transform: translateY(-50%);
    width: 6rem;
    height: 6rem;
    padding-top: 1.3rem;
    font-size: 1.1rem;
    letter-spacing: 0.077rem;
    line-height: 1.6;
  }
  .p-treatment__list-text {
    margin-bottom: 2.1rem;
  }
  .p-treatment__list-title {
    margin: -0.8rem -3rem 0 0;
    justify-content: flex-start;
  }
  .p-treatment__list-title--sort {
    margin: 0.8rem 0.8rem 0 0;
    padding: 1.3rem 1.6rem 1.2rem;
  }
  .p-treatment__link {
    margin: -3rem 0.3rem 8rem;
    justify-content: space-between;
  }
  .p-treatment__link-item {
    margin: 3rem 0 0;
    width: 15rem;
  }
  .p-treatment__link-link {
    height: 15rem;
    padding-top: 1.5rem;
  }
  .p-treatment__link-ico {
    margin: 0 auto -0.5rem;
  }
  .p-treatment__link-text--sml {
    margin-top: 0.4rem;
  }
  .p-treatment__info {
    padding-bottom: 3rem;
    border-radius: 1rem;
    display: block;
    border: none;
  }
  .p-treatment__info-pho {
    margin: 0;
    width: auto;
    border-radius: 0;
    position: relative;
    padding-bottom: 63.2%;
  }
  .p-treatment__info-pho img {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: center top;
       object-position: center top;
  }
  .p-treatment__info-textbox {
    width: auto;
    margin: 2.3rem 2.7rem 0;
  }
  .p-treatment__info-textbox__ttl {
    margin-bottom: 0.8rem;
    font-size: 2rem;
    letter-spacing: 0.1rem;
  }
  .p-treatment__info-textbox__text {
    margin-bottom: 0.9rem;
    font-size: 1.5rem;
    letter-spacing: 0.09rem;
  }
  .p-treatment__info-textbox__text--num {
    margin: 0.5rem 0 0;
    display: block;
    font-size: 2rem;
    letter-spacing: 0.12rem;
  }
  .p-treatment__info-textbox__sml {
    line-height: 1.84;
  }
}

.p-payment {
  padding: 27.5rem 0 13rem;
  position: relative;
  background-color: var(--main-light2);
}
.p-payment::before, .p-payment::after {
  position: absolute;
  left: 0;
  width: 100%;
  background: url(../img/payment_bg01.webp) no-repeat;
  background-size: 100% 100%;
  height: 4rem;
  content: "";
}
.p-payment::before {
  top: -4rem;
}
.p-payment::after {
  bottom: -4rem;
  background-image: url(../img/payment_bg02.webp);
}
.p-payment-content {
  max-width: 120rem;
}
.p-payment__bg {
  padding: 6.2rem 14.2rem 10.8rem;
  background-color: var(--white);
  border-radius: 2.4rem;
}
.p-payment__text {
  margin: -0.1rem 0 7.1rem;
  text-align: center;
  color: var(--gray-dark);
  line-height: 2.3;
  letter-spacing: 0.12rem;
}
.p-payment__box {
  font-family: var(--sub-font);
}
.p-payment__list {
  width: 15rem;
}
.p-payment__list-item {
  /*height: 11.1rem;*/
  height: 19.0rem;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  color: var(--white);
  font-weight: 700;
  font-size: 2.4rem;
  letter-spacing: 0.12rem;
  background-color: var(--main);
  border-radius: 0.8rem;
  box-sizing: border-box;
}
.p-payment__list-item--last {
  margin-top: 2.4rem;
  height: 19.4rem;
}
.p-payment__ul {
  width: calc(100% - 16.7rem);
  overflow: hidden;
}
.p-payment__ul-item {
  width: 30.2rem;
  height: 13.4rem;
  padding: 2rem;
  float: right;
  border-radius: 0.8rem;
  border: 0.2rem solid var(--gray);
  background-color: var(--white);
  box-sizing: border-box;
  margin-top: 0.5rem;
}
.p-payment__ul-item--first {
  float: left;
  width: 43rem;
  /*height: 26.7rem;*/
  height: 40.5rem;
  padding: 3.1rem 3.3rem;
}
.p-payment__ul-item--first .p-payment__ul-img {
  /*width: 34rem;*/
  width: 28rem;
  margin: 2rem auto 0;
}
.p-payment__ul-item--last {
  /*height: 12.8rem;
  margin-top: 0.5rem;*/
  height: 26.7rem;
  padding-top: 2.3rem;
}
.p-payment__ul-item--last .p-payment__ul-img {
/*
  width: 10rem;
  margin: 1.4rem 4.4rem 0;
*/
	width: 23rem;
  margin: 1.4rem 0 0 2rem;
}
.p-payment__ul-ttl {
  padding-left: 3.6rem;
  position: relative;
  color: var(--gray-dark);
  font-size: 2rem;
  font-weight: 700;
  letter-spacing: 0.16rem;
}
.p-payment__ul-ttl::before {
  position: absolute;
  left: 1rem;
  top: 0.7rem;
  width: 1.6rem;
  height: 1.6rem;
  background-color: var(--gray);
  content: "";
  border-radius: 100%;
}
.p-payment__ul-img {
  width: 21.2rem;
  margin-left: 1rem;
}
@media screen and (max-width: 768px) {
  .p-payment {
    padding: 33.8rem 0 7rem;
  }
  .p-payment::before, .p-payment::after {
    height: 2rem;
  }
  .p-payment::before {
    top: -2rem;
  }
  .p-payment::after {
    bottom: -2rem;
  }
  .p-payment__bg {
    padding: 3.6rem 1.8rem 4.1rem;
  }
  .p-payment__text {
    margin: -0.1rem 0 3.1rem;
    text-align: left;
  }
  .p-payment__box {
    display: block;
  }
  .p-payment__list {
    margin-bottom: 2rem;
    width: auto;
    display: flex;
    justify-content: space-between;
  }
  .p-payment__list-item {
    width: 13.8rem;
    height: 6.9rem !important;
    font-size: 1.5rem;
    letter-spacing: 0.075rem;
    line-height: 1.7;
  }
  .p-payment__list-item--last {
    margin-top: 0;
  }
  .p-payment__ul {
    width: auto;
  }
  .p-payment__ul-item {
    width: auto !important;
    height: 12.6rem;
    padding: 1.2rem 1.3rem !important;
    float: none !important;
	margin-top: 2.1rem;
  }
  .p-payment__ul-item--first {
    margin-bottom: 2rem;
    height: 16.9rem;
  }
  .p-payment__ul-item--first .p-payment__ul-img {
    width: 22rem;
    margin: 1rem auto 0;
  }
  .p-payment__ul-item--last {
    /*height: 10.2rem;*/
	height: 20.7rem;
    margin-top: 2.1rem;
  }
  .p-payment__ul-item--last .p-payment__ul-img {
    /*width: 10.2rem;*/
	width: 70%;
    margin: 0.3rem auto 0;
  }
  .p-payment__ul-img {
    width: 16.5rem;
    margin: 0 auto;
  }
}

.p-furniture {
  padding: 18.6rem 0 14.6rem;
  background: url(../img/furniture_bg01.webp) no-repeat left top -23.9rem;
  background-size: 74.3rem auto;
}
.p-furniture__text {
  width: 80rem;
  margin: 0 auto 9.9rem;
  color: var(--gray-dark);
  line-height: 2.13;
  letter-spacing: 0.12rem;
}
.p-furniture__box {
  margin-bottom: 5.8rem;
  align-items: flex-start;
}
.p-furniture__box--last {
  margin-bottom: 0 !important;
}
.p-furniture__box--last .p-furniture__info {
  width: 29rem;
  margin-right: -2.1rem;
}
.p-furniture__info {
  width: 28rem;
  color: var(--gray-dark);
  font-family: var(--sub-font);
}
.p-furniture__info-ttl {
  margin-bottom: 2.2rem;
  font-weight: 700;
  line-height: 1.4;
  font-size: 3rem;
  letter-spacing: 0.15rem;
}
.p-furniture__info-list__item {
  padding-bottom: 1rem;
}
.p-furniture__info-list__ttl {
  margin-bottom: 1.4rem;
  font-size: 2rem;
  font-weight: 700;
  letter-spacing: 0.1rem;
}
.p-furniture__info-list__ttl--num {
  margin-bottom: 1.2rem;
  display: block;
  color: var(--main);
  font-size: 1.6rem;
  font-weight: 400;
  font-family: var(--base-font);
  letter-spacing: 0;
}
.p-furniture__info-list__text {
  letter-spacing: 0.075rem;
  line-height: 2;
}
.p-furniture__list {
  width: 69.1rem;
  margin-top: -2.2rem;
}
.p-furniture__list-item {
  margin-top: 2.4rem;
  width: 33.2rem;
  position: relative;
  overflow: hidden;
  border-radius: 0 0 5rem 0;
}
.p-furniture__list-item--wid {
  width: 100%;
}
.p-furniture__list-item--wid .p-furniture__list-item--num {
  width: 7.8rem;
}
.p-furniture__list-item img {
  width: 100%;
}
.p-furniture__list-item--num {
  width: 7rem;
  height: 7rem;
  position: absolute;
  left: 0;
  top: 0;
  padding-top: 1.7rem;
  display: block;
  text-align: center;
  color: var(--main);
  font-size: 3rem;
  box-sizing: border-box;
  background-color: var(--white);
}
@media screen and (max-width: 768px) {
  .p-furniture {
    padding: 7.6rem 0 5.6rem;
    background: none;
  }
  .p-furniture__text {
    width: auto;
    margin: 0 auto 4rem;
  }
  .p-furniture__box {
    margin-bottom: 3.2rem;
  }
  .p-furniture__info {
    margin: 3rem 0 0 !important;
    width: 100% !important;
    order: 1;
  }
  .p-furniture__info-ttl {
    margin-bottom: 2rem;
    line-height: 1.5;
    font-size: 2.1rem;
    letter-spacing: 0.105rem;
  }
  .p-furniture__info-list__item {
    padding-bottom: 1.7rem;
  }
  .p-furniture__info-list__ttl {
    margin-bottom: 1rem;
    font-size: 1.8rem;
    letter-spacing: 0.09rem;
  }
  .p-furniture__info-list__ttl--num {
    margin-bottom: 0.6rem;
  }
  .p-furniture__info-list__text {
    letter-spacing: 0.09rem;
    font-family: var(--base-font);
  }
  .p-furniture__list {
    width: 100%;
    margin-top: -1.5rem;
  }
  .p-furniture__list-item {
    margin-top: 1.5rem;
    width: 16rem;
    border-radius: 0 0 4.5rem 0;
  }
  .p-furniture__list-item--wid {
    width: 100%;
  }
  .p-furniture__list-item img {
    width: 100%;
  }
  .p-furniture__list-item--num {
    width: 3.7rem !important;
    height: 3.7rem;
    padding-top: 1.1rem;
    font-size: 1.4rem;
  }
}

.p-survey {
  padding: 22.7rem 0 0;
  background: url(../img/survey_bg01.webp) no-repeat center top 8.9rem;
  background-size: 100% 8.1rem;
}
.p-survey__ttl {
  margin-bottom: 2.4rem;
  text-align: center;
  color: var(--gray-dark);
  font-weight: 700;
  font-size: 3rem;
  letter-spacing: 0.15rem;
  font-family: var(--sub-font);
}
.p-survey__text {
  margin-bottom: 3.8rem;
  color: var(--gray-black);
  letter-spacing: 0.12rem;
  line-height: 2.13;
}
.p-survey__link {
  width: 57.3rem;
  margin: 0 auto 15rem;
  overflow: hidden;
  border-radius: 1.2rem;
}
.p-survey__link a {
  display: block;
}
@media screen and (min-width: 769px) {
  .p-survey__link a:hover {
    opacity: 0.7;
  }
}
.p-survey__bg {
  padding: 15.3rem 0 15.4rem;
  background: url(../img/survey_bg02.webp) no-repeat center top, url(../img/survey_bg03.webp) no-repeat center top;
  background-size: 100% 4rem, cover;
}
.p-survey__bg-link__link {
  display: block;
}
.p-survey__bg-link__link img {
  width: 100%;
}
@media screen and (min-width: 769px) {
  .p-survey__bg-link__link:hover {
    opacity: 0.9;
  }
}
@media screen and (max-width: 768px) {
    .p-treatment__link-ico img{
        margin-bottom: 0.5rem;
    }
  .p-survey {
    padding: 15.9rem 0 0;
    background-position: center top 5.9rem;
    background-size: 100% 4rem;
  }
  .p-survey__ttl {
    margin-bottom: 4.4rem;
    color: var(--gray-dark2);
    font-size: 2.7rem;
    letter-spacing: 0;
  }
  .p-survey__text {
    margin-bottom: 4.2rem;
    letter-spacing: 0.09rem;
    line-height: 2;
  }
  .p-survey__link {
    width: 30rem;
    margin: 0 auto 8rem;
   
  }
  .p-survey__link img {
    width: 100%;
	border-radius: 1.2rem;
  }
  .p-survey__bg {
    padding: 11.4rem 0 8.2rem;
    background-size: 100% 2rem, cover;
  }
  
}

.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 */

.bold { font-weight: bold; color: #eb6100; font-size: 1.8rem; margin-left: 0.5rem; }
.p-payment__ul-item--first { width: 41rem; }
.l-page section.default h3.p-payment__ul-ttl {padding-left: 3.6rem;
    position: relative;
    color: var(--gray-dark);
    font-size: 2rem;
    font-weight: 700;
    letter-spacing: 0.16rem;
	margin: 0!important;
	padding-bottom: 0;
	border-bottom: none;}
	
@media screen and (max-width: 768px) {
   .l-page section.default .p-payment__list-item{ width: 16.8rem; }
}

.p-greeting__text h4 {background: var(--main-light);
    color: var(--main);
    font-size: 1.8rem;
    font-weight: 600;
    padding: 0.8rem 1.6rem;}
	
.p-greeting__text ul.circle {list-style-type: none;
    margin-bottom: 2.4rem;
	margin-top: 2rem;}

.p-greeting__text ul.circle li {position: relative;
    margin: 0;
    padding: 0 0 0 5rem;}

.p-greeting__text ul.circle li::before {content: "●";
    font-weight: 600;
    position: absolute;
    top: 0;
    left: 0;
    width: 5rem;
    text-align: center;
    color: var(--main-dark);}
	
.p-greeting__text ul.circle li + li {margin-top: 2.4rem;}

.txt-decorate {
text-decoration-line: line-through;
text-decoration-color: red;
}
.campaign-arrow {color: red; padding: 0 0.5rem;}
.campaign-price {color: red; font-weight: bold;}

.p-survey2 .p-survey__link { margin: 0 auto; }


/*20250306*/
@media (max-width: 768px) {
.bnr_1{
width:100%;
}
}

/*詰め物・被せ物が外れたのアイコン*/
   .detachment{
    padding: 13px;
	}
@media screen and (max-width: 768px) {
   .detachment{
    padding: 13px 13px 1px;
	}
}
/*詰め物・被せ物が外れたのアイコン*/

.standout { font-weight: bold; color: var(--sub2); }
.standout a.l-footer-list__link { color: #febd8f; }
.standout a.l-footer-navi-list__link { color: #febd8f; }
.l-menubox-left .standout a { color: var(--sub2); }

@media screen and (max-width: 768px) {
	.first-btn {
		display: block;
	}
     .p-survey__link img {
    
	border-radius: 1.2rem;
  }
}

.center-tel{
	text-align: center;
}

.mouth_worning {
    padding: 2.9rem 2rem 3rem;
    margin-bottom: 2.8rem;
    text-align: left;
    background-color: var(--main-light);
    border-radius: 2rem;
}

.c-cta {
  width: 80rem;
  margin: 0 auto;
  background: var(--main-light);
  padding: 2.4rem;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  border-radius: 2.4rem;
  margin-top: 4.8rem;
  /* ----- icon ----- */
}
@media screen and (max-width: 768px) {
  .c-cta {
    width: calc(100% - 4rem);
    margin: 4.8rem auto 0 auto;
	gap: 1rem;
  }
}
.c-cta__col {
  width: calc((100% - 2.4rem) / 2);
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  gap: 1.6rem 0;
}
@media screen and (max-width: 768px) {
  .c-cta__col {
    width: 100%;
  }
}
.c-cta__col > * {
  width: 100%;
}
.c-cta__thumb img {
  width: 100%;
  height: auto;
  max-height: 22rem;
  object-fit: cover;
  object-position: center;
}
.c-cta__intro {
  text-align: center;
  font-weight: 600;
  line-height: 1.7;
}
.c-cta__time {
  display: flex;
  justify-content: center;
  position: relative;
  bottom: -2.8rem;
  margin-top: -2.8rem;
  z-index: 2;
}
.c-cta__time p {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  border-radius: 10rem;
  background: var(--main);
  border: 1px solid var(--white);
  color: var(--white);
  font-size: 1.3rem;
  padding: 0 2.4rem;
  height: 2.4rem;
}
.c-cta__phone {
  position: relative;
  z-index: 1;
}
.c-cta__phone a {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0.8rem;
  background: var(--main-dark);
  color: var(--white);
  border: 1px solid var(--main-dark);
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
  font-size: 2.4rem;
  font-weight: 400;
  line-height: 1.2;
  width: 100%;
  height: 6rem;
  font-family: var(--en-font);
  padding-top: 7px;
}
.c-cta__phone a:hover {
  opacity: 0.7;
}
.c-cta__reserve a {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0.8rem;
  background: var(--white);
  color: var(--main-dark);
  border: 1px solid var(--main-dark);
  border-radius: 10rem;
  font-size: 2rem;
  font-weight: 600;
  line-height: 1.2;
  width: 100%;
  height: 6rem;
}
.c-cta__reserve a:hover {
  opacity: 0.7;
}
.c-cta-icon__phone {
  fill: var(--white);
  width: 2.4rem;
  height: auto;
  aspect-ratio: 1/1;
}
.c-cta-icon__reserve {
  fill: var(--main-dark);
  width: 2.4rem;
  height: auto;
  aspect-ratio: 1/1;
}

.l-cta {
  background: url(../img/l-cta-bg.jpg) no-repeat center center/cover;
  border-radius: 5rem;
  width: 92%;
  height: 45rem;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .l-cta {
    background: url(../img/l-cta-bg-sp.jpg) no-repeat center center/cover;
    border-radius: 0;
    width: 100%;
    height: auto;
    position: static;
    padding: 5rem 2rem;
  }
}
.l-cta.cta01 {
  top: -23rem;
  margin: 0 auto -23rem auto;
}
@media screen and (max-width: 768px) {
  .l-cta.cta01 {
    margin: 0;
  }
}
.l-cta.cta02 {
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .l-cta.cta02 {
    margin: 0;
  }
}
.l-cta__inner {
  width: 90rem;
}
@media screen and (max-width: 768px) {
  .l-cta__inner {
    width: 100%;
  }
}
.l-cta__title {
  color: var(--white);
  text-align: center;
  font-size: 3.2rem;
  font-weight: 700;
  line-height: 1.23;
  letter-spacing: 0.16em;
  margin-bottom: 3.6rem;
}
@media screen and (max-width: 768px) {
  .l-cta__title {
    font-size: 2rem;
    line-height: 2;
    margin-bottom: 1.2rem;
  }
}
.l-cta-btns {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .l-cta-btns {
    flex-wrap: wrap;
    flex-direction: column;
    align-items: center;
    gap: 2.4rem 0;
  }
}
.l-cta-btns__item {
  width: calc((100% - 2.4rem) / 2);
}
@media screen and (max-width: 768px) {
  .l-cta-btns__item {
    width: 100%;
  }
}
.l-cta-btns__subtitle {
  color: var(--white);
  text-align: center;
  font-size: 1.8rem;
  line-height: 2.33;
  letter-spacing: 0.05em;
  margin-bottom: 0.2rem;
}
@media screen and (max-width: 768px) {
  .l-cta-btns__subtitle {
    font-size: 1.5rem;
    line-height: 2.13;
    letter-spacing: 0.12em;
  }
}
.l-cta-btns__phone {
  width: 100%;
}
.l-cta-btns__phone a {
  width: 100%;
  height: 10.4rem;
  border-radius: 10rem;
  border: 2px solid var(--white);
  background: var(--white);
  box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.25);
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 0.4rem 0;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .l-cta-btns__phone a {
    height: 9rem;
  }
}
.l-cta-btns__phone a:hover {
  opacity: 0.7;
}
.l-cta-btns__phone a p {
  color: var(--main);
  font-size: 1.2rem;
  font-weight: 700;
  line-height: 1.87;
}
.l-cta-btns__phone a h4 {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0 0.5rem;
  color: var(--main-dark);
  font-family: var(--en-font);
  line-height: 1;
  letter-spacing: 0.08em;
}
.l-cta-btns__phone a h4 span:first-child {
  font-size: 2rem;
}
.l-cta-btns__phone a h4 span:last-child {
  font-size: 2.8rem;
}
.l-cta-btns__reserve {
  width: 100%;
}
.l-cta-btns__reserve a {
  width: 100%;
  height: 10.4rem;
  border-radius: 10rem;
  border: 2px solid var(--white);
  background: var(--sub);
  box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.25);
  display: flex;
  justify-content: center;
  align-items: center;
  color: var(--white);
  font-size: 2.4rem;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0.16em;
}
@media screen and (max-width: 768px) {
  .l-cta-btns__reserve a {
    height: 9rem;
  }
}
.l-cta-btns__reserve a:hover {
  opacity: 0.7;
}
.orange_bold{
  color: var(--sub2);
}


/* 2026212 */
/* コンテナ */
.reserve-container {
  max-width: 900px;
  margin: 0 auto 50px;
  padding: 20px;
}
.reserve-container .box {
  background: white;
  padding: 30px;
  border-radius: 10px;
  box-shadow: 0 4px 10px rgba(0,0,0,0.05);
}

/* 見出し */
.reserve-container .rc {
  display: flex;
  align-items: center;
  gap: 15px;
  margin-bottom: 30px;
}
.reserve-container .rc::before {
  content: '';
  width: 30px;
  height: 40px;
  background: #63BF88;
  border-radius: 3px;
  position: relative;
  display: block;
}
.p-information__reserve-ttl {
  font-size: 20px;
  color: #19954A;
  font-weight: 600;
  margin: 0;
}

/* タブラジオボタンを非表示 */
.tab-wrap input[type="radio"] {
  display: none;
}

/* タブボタン */
.tab-wrap-tabs {
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  width: 100%;
  margin-bottom: 0;
  gap: 0;
}
.tab-wrap-tabs label {
  flex: 1;
  text-align: center;
  padding: 16px 8px;
  background: #f3f3f3;
  color: #666;
  font-size: clamp(12px, 2vw, 17px);
  font-weight: 500;
  cursor: pointer;
  border-radius: 8px 8px 0 0;
  transition: all 0.3s ease;
  border: 1px solid #ddd;
  border-bottom: none;
  border-right: none;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.tab-wrap-tabs label:last-child {
  border-right: 1px solid #ddd;
}
.tab-wrap-tabs label:hover {
  background: #e0e0e0;
}

/* アクティブタブ */
#tab1:checked ~ .tab-wrap-tabs label[for="tab1"],
#tab2:checked ~ .tab-wrap-tabs label[for="tab2"],
#tab3:checked ~ .tab-wrap-tabs label[for="tab3"] {
  background: #63BF88;
  color: #fff;
  font-weight: bold;
}

/* タブコンテンツ */
.tab-content {
  display: none;
}
#tab1:checked ~ #content1,
#tab2:checked ~ #content2,
#tab3:checked ~ #content3 {
  display: block;
}

/* iframe - 高さ最適化 */
.tab-content iframe {
  width: 100%;
  height: 200px;
  border: none;
  border-radius: 8px;
  display: block;
}

/* 急患お知らせ */
.emergency-notice {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-top: 20px;
  padding: 15px 20px;
  background: #daefdb;
  border-left: 4px solid #63BF88;
  border-radius: 4px;
}
.emergency-notice .phone-icon {
  width: 24px;
  height: 24px;
  flex-shrink: 0;
}
.emergency-notice p {
  margin: 0;
  color: #333;
  font-size: 15px;
  line-height: 1.6;
}

/* スマホ対応 */
@media (max-width: 768px) {
  .reserve-container {
    padding: 15px;
  }
  .reserve-container .box {
    padding: 20px;
  }
  .tab-wrap-tabs {
    flex-wrap: nowrap;
  }
  .tab-wrap-tabs label {
    flex: 1;
    font-size: clamp(11px, 3vw, 14px);
    padding: 12px 4px;
  }
  .p-information__reserve-ttl {
    font-size: 20px;
  }
  .tab-content iframe {
    height: 200px;
  }
  .emergency-notice {
    flex-direction: row;
    padding: 12px 15px;
    margin-top: 15px;
  }
  .emergency-notice p {
    font-size: 14px;
  }
}


.c-partner {
  padding: 10rem 8rem 14.6rem;
  background: url(../img/furniture_bg01.webp) no-repeat left top -23.9rem;
  background-size: 74.3rem auto;
      background-color: var(--main-light2);
    margin-bottom: 6rem;
}

.c-partner__info-list__ttl {
  margin-bottom: 1.4rem;
    font-size: 2rem;
    font-weight: 700;
    letter-spacing: .1rem;
	color: var(--gray-dark);
    font-family: var(--sub-font);
}

@media (max-width: 768px) {
  .c-partner__info-list__ttl {
            margin-bottom: 1rem;
        font-size: 1.7rem;
        letter-spacing: .09rem;
  }
  .c-partner__box div.bnr {
    width: 100%;
  }
  .c-partner {
        padding: 0 0 5.6rem;
        background: none;
		background-color: var(--main-light2);
		padding: 7.6rem 0 5.6rem;
    }

}

.p-greeting-list {
  position: absolute;
    bottom: -30rem;
}

@media (max-width: 768px) {
  .p-greeting-list {
    bottom: -20rem;
  }
  .l-page .certificate-list {
    display: flex;
	justify-content: space-between;
  }
  .l-page .certificate-list .col-3 {
    width: calc((100% - 3.2rem) / 3);
  }
}

