@charset "UTF-8";
/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

main,
section,
article,
aside,
nav,
figure,
figcaption {
  display: block;
}

html,
body {
  width: 100%;
  overflow-x: clip;
}

html {
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  scroll-behavior: smooth;
  font-size: 4.2666666667vw;
}

body {
  width: 100%;
  min-height: 100%;
  color: #000;
  line-height: 1.7;
  background-color: #fff;
  font-size: 0.875rem;
  line-height: 1.7857142857;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-weight: 300;
}

a {
  color: inherit;
  text-decoration: none;
  -webkit-transition: opacity 0.4s ease;
  transition: opacity 0.4s ease;
}
a:hover, a:focus-visible {
  opacity: 0.75;
}

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

input[type=submit],
input[type=button] {
  border-radius: 0;
  -webkit-box-sizing: content-box;
  -webkit-appearance: button;
  -moz-appearance: button;
       appearance: button;
  border: none;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  cursor: pointer;
}

input[type=submit]::-webkit-search-decoration,
input[type=button]::-webkit-search-decoration {
  display: none;
}

input[type=submit]::focus,
input[type=button]::focus {
  outline-offset: -2px;
}

select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: none;
  outline: none;
  padding-right: 1em !important;
  background: url("../images/selectArrow.svg") right 0.5em center no-repeat;
  background-size: 0.5em auto;
}

button,
input[type=submit] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  padding: 0;
  border: none;
  outline: none;
  background: transparent;
  color: #000;
}

pre,
code {
  white-space: pre-wrap;
  word-break: break-word;
}

@media (min-width: 768px) {
  html {
    font-size: 0.8333333333vw;
  }
  body {
    font-size: 1.25rem;
  }
}
.l-header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 3.75rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background-color: rgba(255, 255, 255, 0.8);
  padding: 0.875rem 1.25rem;
  z-index: 99;
}
.l-header__logo {
  line-height: 0;
}
.l-header__logo img {
  height: 2rem;
}

@media (min-width: 768px) {
  .l-header {
    position: absolute;
    height: 11.25rem;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    background-color: transparent;
    padding: 5rem 0 0 6.25rem;
    z-index: 99;
  }
  .l-header__logo {
    -webkit-filter: drop-shadow(0 0 0.625rem #fff) drop-shadow(0 0 0.625rem #fff);
            filter: drop-shadow(0 0 0.625rem #fff) drop-shadow(0 0 0.625rem #fff);
  }
  .l-header__logo img {
    height: 6.25rem;
  }
}
.l-footer {
  background-color: #234a63;
  color: #fff;
  padding: 1.875rem 0 5rem;
}
.l-footer__inner {
  width: 20rem;
  margin: auto;
}
.l-footer__logo {
  width: 16rem;
  margin: 0 auto 1.875rem;
  line-height: 0;
}
.l-footer__logo img {
  width: 100%;
}
.l-footer__address {
  margin: 1.25rem auto;
}
.l-footer__address-table {
  width: 100%;
}
.l-footer__address-table th,
.l-footer__address-table td {
  padding: 0.25em 0;
}
.l-footer__address-table th {
  width: 4.25em;
  padding-right: 1.5em;
  text-align: justify;
  -moz-text-align-last: justify;
       text-align-last: justify;
}
.l-footer__address-table a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 12.5rem;
  height: 3.125rem;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 1.5625rem;
  background-color: #fff;
  color: #234a63;
  line-height: 1.25;
}
.l-footer__address-table a span {
  font-size: 1.2em;
  font-weight: 700;
}
.l-footer__timetable {
  width: 100%;
  border-top: 1px solid #fff;
  border-bottom: 1px solid #fff;
  font-size: 0.75rem;
  margin: 0.625rem auto;
}
.l-footer__timetable th,
.l-footer__timetable td {
  text-align: center;
}
.l-footer__timetable th {
  letter-spacing: 0.1em;
}
.l-footer__timetable td {
  width: 2.5em;
}
.l-footer__timetable thead th,
.l-footer__timetable thead td {
  padding-top: 0.5em;
}
.l-footer__timetable tbody tr:last-child th,
.l-footer__timetable tbody tr:last-child td {
  padding-bottom: 0.5em;
}
.l-footer__info-text {
  font-size: 0.75rem;
}
.l-footer__info-link {
  font-size: 0.75rem;
  display: inline-block;
  margin: 1em 0;
}
.l-footer__info-link::before {
  content: "";
  display: inline-block;
  border-left: 0.5em solid #fff;
  border-top: 0.25em solid transparent;
  border-bottom: 0.25em solid transparent;
  margin-right: 0.25em;
  vertical-align: middle;
}
.l-footer__copy {
  font-size: 0.75rem;
  margin: 0.9375rem auto;
  text-align: center;
}
.l-footer__map {
  width: 100vw;
  margin: 0 -1.71875rem;
  line-height: 0;
}
.l-footer__map iframe {
  width: 100%;
  height: auto;
  aspect-ratio: 4/3;
}

.l-footer-cta {
  position: fixed;
  bottom: env(safe-area-inset-bottom);
  left: 0;
  width: 100%;
  height: 5rem;
  background-color: #fff;
  z-index: 99;
}
.l-footer-cta__title {
  display: none;
}
.l-footer-cta__button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 21.5625rem;
  height: 3.75rem;
  margin: 0.625rem auto;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  line-height: 0;
}
.l-footer-cta__button img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.l-footer-cta__button a {
  -ms-flex-preferred-size: 10.3125rem;
      flex-basis: 10.3125rem;
  height: 3.75rem;
  border-radius: 1.875rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #fff;
  font-size: 0.75rem;
  line-height: 1.5;
}
.l-footer-cta__button a strong {
  font-size: 1.125rem;
  font-weight: 600;
}
.l-footer-cta__button-tel {
  background-color: #234a63;
}
.l-footer-cta__button-reserve {
  background-color: #f26a2e;
}

@media (min-width: 768px) {
  .l-footer {
    padding: 0 0 13.75rem;
  }
  .l-footer__inner {
    width: 100%;
    margin: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    -webkit-box-pack: stretch;
        -ms-flex-pack: stretch;
            justify-content: stretch;
  }
  .l-footer__info {
    -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 5.625rem 0;
  }
  .l-footer__logo {
    width: 30rem;
    margin: 0 auto 3.75rem;
  }
  .l-footer__address {
    width: 35rem;
    margin: 0 auto;
    font-size: 1.125rem;
  }
  .l-footer__address-table th,
  .l-footer__address-table td {
    padding: 0.25em 0;
  }
  .l-footer__address-table th {
    width: 4.25em;
    padding-right: 1.5em;
    text-align: justify;
    -moz-text-align-last: justify;
         text-align-last: justify;
  }
  .l-footer__address-table a {
    display: inline;
    padding: 0;
    background: none;
    color: #fff;
    pointer-events: none;
  }
  .l-footer__timetable {
    width: 35rem;
    border-top: 1px solid #fff;
    border-bottom: 1px solid #fff;
    font-size: 1.125rem;
    margin: 0.625rem auto;
  }
  .l-footer__timetable th,
  .l-footer__timetable td {
    text-align: center;
  }
  .l-footer__timetable th {
    letter-spacing: 0.1em;
  }
  .l-footer__timetable td {
    width: 2.5em;
  }
  .l-footer__timetable thead th,
  .l-footer__timetable thead td {
    padding-top: 0.5em;
  }
  .l-footer__timetable tbody tr:last-child th,
  .l-footer__timetable tbody tr:last-child td {
    padding-bottom: 0.5em;
  }
  .l-footer__info-text {
    font-size: 1.125rem;
    width: 35rem;
  }
  .l-footer__info-link {
    font-size: 1.125rem;
    display: inline-block;
    margin: 2em auto 1.5em calc(50% - 17.5rem);
  }
  .l-footer .c-list-notice {
    font-size: 1.125rem;
  }
  .l-footer__copy {
    font-size: 0.875rem;
    width: 35rem;
    margin: 0 auto;
    text-align: left;
  }
  .l-footer__map {
    -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
    margin: 0;
  }
  .l-footer__map iframe {
    width: 100%;
    height: 100%;
    aspect-ratio: auto;
  }
  .l-footer-cta {
    height: 6.5rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  .l-footer-cta__title {
    display: none;/*display: block; PCではテキスト非表示に変更*/
    text-align: center;
    margin: 0.625rem auto;
    font-size: 1rem;
  }
  .l-footer-cta__title strong {
    display: inline-block;
    font-size: 2em;
    color: #234a63;
    font-family: "Noto Serif JP", serif;
    font-optical-sizing: auto;
    font-style: normal;
    font-weight: 500;
    margin-right: 0.5em;
  }
  .l-footer-cta__button {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    /*width: 35.3125rem;*/
    width: 50.3125rem;
    min-width: 44rem;
    gap: 2rem;
    height: 3.5156rem;
    margin: 0 auto;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    line-height: 0;
  }
  .l-footer-cta__button img {
    display: block;
    height: 6.5625rem;
    width: auto;
  }
  .l-footer-cta__button a {
    -ms-flex-preferred-size: 31.875rem;
        flex-basis: 31.875rem;
    min-width: 21rem;
    height: 4rem;
    border-radius: 3.25rem;
    font-size: 1rem;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    flex-wrap: nowrap;
    gap: 0.5rem;
    white-space: nowrap;
  }
  .l-footer-cta__button a strong,
  .l-footer-cta__button a span {
    white-space: nowrap;
  }
  .l-footer-cta__button a strong {
    font-size: 1.5625rem;
  }
}
.c-button-shadow {
  line-height: 0;
  -webkit-filter: drop-shadow(0 0 0.09375rem rgba(153, 153, 153, 0.75));
          filter: drop-shadow(0 0 0.09375rem rgba(153, 153, 153, 0.75));
  -webkit-transition: -webkit-filter 0.4s ease, -webkit-transform 0.4s ease;
  transition: -webkit-filter 0.4s ease, -webkit-transform 0.4s ease;
  transition: filter 0.4s ease, transform 0.4s ease;
  transition: filter 0.4s ease, transform 0.4s ease, -webkit-filter 0.4s ease, -webkit-transform 0.4s ease;
  will-change: filter, transform;
}
.c-button-shadow:hover {
  opacity: 1;
  -webkit-filter: drop-shadow(0 0 0.0625rem #666666);
          filter: drop-shadow(0 0 0.0625rem #666666);
  -webkit-transform: translateY(0.0625rem);
          transform: translateY(0.0625rem);
}

.c-title-main {
  position: relative;
  text-align: center;
  font-size: 1.5rem;
  line-height: 1;
  padding-top: 1.25em;
  font-family: "Noto Serif JP", serif;
  font-optical-sizing: auto;
  font-style: normal;
  color: #234a63;
  z-index: 1;
  overflow-x: visible;
  font-weight: 600;
}
.c-title-main span {
  font-size: 2em;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: auto;
  color: #e7f3f8;
  z-index: -1;
  font-weight: 500;
}

@media (min-width: 768px) {
  .c-title-main {
    font-size: 3.125rem;
    padding-top: 1em;
  }
  .c-title-main span {
    font-size: 1.6em;
  }
}
.c-list-notice {
  margin-left: 1em;
  font-size: 0.75rem;
  line-height: 1.5;
}
.c-list-notice li {
  text-indent: -1em;
}
.c-list-notice li::before {
  content: "※";
}

@media (min-width: 768px) {
  .c-list-notice {
    font-size: 1.25rem;
  }
}
.p-mv {
  position: relative;
  width: 100%;
  height: 33.75rem;
  z-index: 1;
}
.p-mv__title {
  position: absolute;
  text-align: center;
  top: 8.125rem;
  right: 1.25rem;
  color: #234a63;
  -webkit-filter: drop-shadow(0 0 0.625rem #fff) drop-shadow(0 0 10px #fff) drop-shadow(0 0 10px #fff);
          filter: drop-shadow(0 0 0.625rem #fff) drop-shadow(0 0 10px #fff) drop-shadow(0 0 10px #fff);
  font-size: 1.4375rem;
  line-height: 1.25;
  font-family: "Noto Serif JP", serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-weight: 600;
}
.p-mv__bg {
  width: 100%;
  height: 100%;
  line-height: 0;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}
.p-mv__bg img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.p-mv__bar {
  position: absolute;
  width: 22.5rem;
  height: 4.375rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding-left: 1.5625rem;
  background: -webkit-gradient(linear, left top, right top, color-stop(1%, rgb(35, 74, 99)), color-stop(75%, rgb(35, 74, 99)), to(rgba(35, 74, 99, 0)));
  background: linear-gradient(to right, rgb(35, 74, 99) 1%, rgb(35, 74, 99) 75%, rgba(35, 74, 99, 0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  color: #fff;
  font-size: 1.1875rem;
  line-height: 1.4210526316;
  letter-spacing: 0.03em;
  font-family: "Noto Serif JP", serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-weight: 700;
  top: 17.8125rem;
  left: 0;
}
.p-mv__bar img {
  width: 9.6875rem;
  height: 6.25rem;
  -o-object-fit: contain;
     object-fit: contain;
  position: absolute;
  top: -2.1875rem;
  right: -0.9375rem;
}
.p-mv__list {
  position: absolute;
  top: 22.5rem;
  left: 0;
  right: 0;
  z-index: 2;
  margin: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 0.3125rem;
}
.p-mv__list li {
  -ms-flex-preferred-size: 6.875rem;
      flex-basis: 6.875rem;
  height: 6.875rem;
  border-radius: 3.4375rem;
  background: url(../images/mv-baloon.webp) center center no-repeat;
  background-size: cover;
  color: #234a63;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 0.875rem;
  line-height: 1.5;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-family: "Noto Serif JP", serif;
  font-optical-sizing: auto;
  font-style: normal;
}
.p-mv__list li strong {
  font-size: 1.3em;
  font-weight: 600;
}
.p-mv__price {
  background-color: #58b7d6;
  width: 100%;
  height: 5.625rem;
  position: absolute;
  bottom: 0;
  left: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 1.875rem 0 1.25rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 0.625rem;
}
.p-mv__price-text {
  font-size: 1.5rem;
  color: #234a63;
  font-family: "Noto Serif JP", serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-weight: 600;
  font-size: 1.25rem;
  text-shadow: 0 0 1px #fff, 0 0 2px #fff, 0 0 3px #fff, 0 0 4px #fff, 0 0 5px #fff, 0 0 6px #fff, 0 0 7px #fff, 0 0 8px #fff;
}
.p-mv__price-text strong {
  font-size: 1.4em;
  letter-spacing: 0;
}
.p-mv__price-notice {
  color: #fff;
  margin-top: 1em;
  font-size: 0.75rem;
}

@media (min-width: 768px) {
  .p-mv {
    height: 87.5rem;
  }
  .p-mv__title {
    top: 18.75rem;
    right: 7.5rem;
    font-size: 6.25rem;
  }
  .p-mv__bar {
    width: 73.75rem;
    height: 13.125rem;
    padding-left: 14.375rem;
    font-size: 3.625rem;
    line-height: 1.4310344828;
    letter-spacing: 0.07em;
    top: 51.875rem;
  }
  .p-mv__bar img {
    width: 45rem;
    height: 28.75rem;
    top: -9.6875rem;
    right: -28.4375rem;
  }
  .p-mv__list {
    position: absolute;
    top: 66.875rem;
    left: 14.375rem;
    right: auto;
    margin: 0;
    width: 56.875rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 1.25rem;
  }
  .p-mv__list li {
    -ms-flex-preferred-size: 18.125rem;
        flex-basis: 18.125rem;
    height: 18.125rem;
    border-radius: 9.0625rem;
    font-size: 1.875rem;
  }
  .p-mv__price {
    background-color: #58b7d6;
    width: 100%;
    height: 15.625rem;
    padding: 0 16.25rem 0 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    line-height: 1;
  }
  .p-mv__price-text {
    font-size: 4.5625rem;
  }
  .p-mv__price-notice {
    color: #fff;
    margin-top: 0.25em;
  }
}
.p-cta {
  background: url(../images/cta-bg-sp.webp) center top no-repeat;
  background-size: 100% auto;
  padding: 1.5625rem 0 2.5rem;
}
.p-cta__inner {
  width: 21.25rem;
  margin: auto;
}
.p-cta__header {
  position: relative;
  padding-left: 5.3125rem;
  margin-bottom: 1.25rem;
}
.p-cta__header img {
  position: absolute;
  width: 4.6875rem;
  height: 4.6875rem;
  -webkit-filter: drop-shadow(0.125rem 0.125rem 0.25rem rgba(204, 204, 204, 0.75));
          filter: drop-shadow(0.125rem 0.125rem 0.25rem rgba(204, 204, 204, 0.75));
  top: 0;
  left: 0;
}
.p-cta__title {
  font-size: 1.3125rem;
  line-height: 1.5;
  color: #234a63;
  font-weight: 500;
  text-shadow: 0 0 1px #fff;
  -webkit-filter: drop-shadow(0 0 1px #fff);
          filter: drop-shadow(0 0 1px #fff);
  font-family: "Noto Serif JP", serif;
  font-optical-sizing: auto;
  font-style: normal;
}
.p-cta__button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 0.625rem;
     -moz-column-gap: 0.625rem;
          column-gap: 0.625rem;
  margin-bottom: 1.25rem;
}
.p-cta__button-tel, .p-cta__button-reserve {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #fff;
  height: 4.875rem;
  border-radius: 2.4375rem;
  font-size: 0.75rem;
  line-height: 1.5;
}
.p-cta__button-tel strong, .p-cta__button-reserve strong {
  font-size: 1.125rem;
  font-weight: 600;
}
.p-cta__button-tel {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(54%, rgb(34, 72, 96)), to(rgb(0, 45, 44)));
  background: linear-gradient(to bottom, rgb(34, 72, 96) 54%, rgb(0, 45, 44) 100%);
}
.p-cta__button-reserve {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(54%, rgb(242, 106, 46)), to(rgb(239, 30, 0)));
  background: linear-gradient(to bottom, rgb(242, 106, 46) 54%, rgb(239, 30, 0) 100%);
}
.p-cta__calendar {
  background-color: #fff;
  border: 1px solid rgba(238, 238, 238, 0.5);
  -webkit-box-shadow: 0 0 3px rgba(0, 0, 0, 0.075);
          box-shadow: 0 0 3px rgba(0, 0, 0, 0.075);
  border-radius: 0.25rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0.625rem;
}
.p-cta__calendar-title {
  font-size: 1.25rem;
  line-height: 1.5;
  color: #234a63;
  font-weight: 500;
  font-family: "Noto Serif JP", serif;
  font-optical-sizing: auto;
  font-style: normal;
  margin-bottom: 0.625rem;
  text-align: center;
}
.p-cta__calendar-wrapper {
  width: 100%;
}
.p-cta__calendar-wrapper iframe {
  width: 100%;
  height: 215px;
  border: 0;
}

@media (min-width: 768px) {
  .p-cta {
    background: url(../images/cta-bg-pc.webp) center top no-repeat;
    background-size: 100% auto;
    padding: 5rem 0;
  }
  .p-cta__inner {
    width: 82.5rem;
  }
  .p-cta__header {
    padding-left: 37.5rem;
    margin-bottom: 4.375rem;
  }
  .p-cta__header img {
    width: 11.25rem;
    height: 11.25rem;
    -webkit-filter: drop-shadow(0.1875rem 0.1875rem 0.5rem rgba(204, 204, 204, 0.75));
            filter: drop-shadow(0.1875rem 0.1875rem 0.5rem rgba(204, 204, 204, 0.75));
    top: 0;
    bottom: 0;
    left: 23.125rem;
    margin: auto;
  }
  .p-cta__title {
    font-size: 3.75rem;
  }
  .p-cta__text {
    font-size: 1.5rem;
    line-height: 1.5;
    margin-top: 1px;
  }
  .p-cta__button {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-column-gap: 2.8125rem;
       -moz-column-gap: 2.8125rem;
            column-gap: 2.8125rem;
    margin-bottom: 3.75rem;
    width: 60rem;
    margin-left: auto;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .p-cta__button-tel, .p-cta__button-reserve {
    -webkit-box-flex: 1;
        -ms-flex: auto;
            flex: auto;
    height: 9rem;
    border-radius: 4.5rem;
    font-size: 1.5rem;
    line-height: 1.25;
    gap: 0.625rem;
  }
  .p-cta__button-tel strong, .p-cta__button-reserve strong {
    font-size: 2.5rem;
  }
  .p-cta__button-tel {
    -ms-flex-preferred-size: 29.375rem;
        flex-basis: 29.375rem;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    background: none;
    color: #234a63;
    gap: 0.625rem;
    line-height: 1;
    pointer-events: none;
  }
  .p-cta__button-tel strong {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    padding-left: 3.125rem;
    background: url(../images/icon-tel.svg) left center no-repeat;
    background-size: auto 0.85em;
    font-size: 3.75rem;
    letter-spacing: 0;
    font-weight: 700;
  }
  .p-cta__button-tel span {
    font-size: 1.25rem;
  }
  .p-cta__button-tel span:first-of-type::before {
    content: "診療時間：";
  }
  .p-cta__button-reserve {
    -ms-flex-preferred-size: 27.5rem;
        flex-basis: 27.5rem;
  }
  .p-cta__calendar {
    border: none;
    border-radius: 0.5rem;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    padding: 1.875rem 1.875rem 0;
    width: 67.5rem;
    margin: auto;
    -webkit-box-shadow: 0 0 0.3125rem rgba(0, 0, 0, 0.075);
            box-shadow: 0 0 0.3125rem rgba(0, 0, 0, 0.075);
  }
  .p-cta__calendar-title {
    font-size: 2rem;
    margin-bottom: 1.25rem;
  }
  .p-cta__calendar-wrapper {
    width: 100%;
  }
  .p-cta__calendar-wrapper iframe {
    width: 100%;
    height: 200px;
    border: 0;
  }
}
.p-worries__image {
  position: relative;
  line-height: 0;
}
.p-worries__image img {
  width: 100%;
}
.p-worries__title-jp {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 1.875rem;
  margin: 1.25rem auto;
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
  font-size: 1.25rem;
  line-height: 1.8;
  font-weight: 500;
  font-family: "Noto Serif JP", serif;
  font-optical-sizing: auto;
  font-style: normal;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  text-shadow: 0 0 1px #fff, 0 0 2px #fff, 0 0 3px #fff, 0 0 4px #fff, 0 0 5px #fff, 0 0 6px #fff, 0 0 7px #fff, 0 0 8px #fff;
}
.p-worries__title-jp span {
  border-right: 1px solid #000;
}
.p-worries__title-jp span:last-child {
  -ms-flex-item-align: end;
      align-self: flex-end;
}
.p-worries__title-jp span em {
  color: #58b7d6;
}
.p-worries__title-en {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0.3125rem;
  margin: auto;
  text-align: center;
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
  font-size: 2.8125rem;
  line-height: 1;
  letter-spacing: 0.08em;
  font-family: "Noto Serif JP", serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-weight: 600;
  color: #eee;
  mix-blend-mode: multiply;
}
.p-worries__content {
  background-color: #e7f3f8;
  padding: 1.875rem 1.25rem;
}
.p-worries__list {
  font-size: 0.84375rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-left: 2em;
  line-height: 1.5;
  row-gap: 0.75em;
  font-family: "Noto Serif JP", serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-weight: 400;
}
.p-worries__list li {
  text-indent: -2em;
}
.p-worries__list li::before {
  content: "";
  width: 1.25em;
  height: 1.25em;
  background: url(../images/icon-check.svg) center center no-repeat;
  background-size: contain;
  display: inline-block;
  margin-right: 0.75em;
  vertical-align: text-bottom;
}

@media (min-width: 768px) {
  .p-worries__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
  }
  .p-worries__image {
    -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
  }
  .p-worries__image img {
    width: 100%;
    height: auto;
  }
  .p-worries__title-jp {
    right: 4.6875rem;
    margin: 4.0625rem auto 11.875rem;
    font-size: 3.75rem;
  }
  .p-worries__title-jp span {
    border-right: 3px solid #000;
  }
  .p-worries__title-en {
    top: 0.625rem;
    bottom: auto;
    left: 0.625rem;
    margin: 0;
    font-size: 8.75rem;
  }
  .p-worries__content {
    -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    padding: 3.75rem;
  }
  .p-worries__list {
    font-size: 1.75rem;
  }
}
.p-menu {
  background: url(../images/common-bg.webp) center top no-repeat;
  background-size: cover;
  position: relative;
  z-index: 1;
  padding-top: 1.875rem;
}
.p-menu::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 10%;
  bottom: 0;
  left: 0;
  z-index: -1;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0)), to(rgb(255, 255, 255)));
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgb(255, 255, 255) 100%);
}
.p-menu__intro {
  width: 100%;
  height: 5rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding-top: 2.1875rem;
  background: url(../images/menu-image-01.webp) center bottom no-repeat;
  background-size: contain;
  text-align: center;
  font-size: 1.25rem;
  line-height: 1;
  color: #234a63;
  font-family: "Noto Serif JP", serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-weight: 500;
}
.p-menu__intro span {
  text-shadow: 0 0 1px #fff, 0 0 2px #fff, 0 0 3px #fff, 0 0 4px #fff, 0 0 5px #fff, 0 0 6px #fff, 0 0 7px #fff, 0 0 8px #fff;
}
.p-menu__image {
  position: relative;
  line-height: 0;
  text-align: center;
  margin: 1.875rem auto 1.25rem;
}
.p-menu__image img {
  width: 14.375rem;
}
.p-menu__title {
  position: absolute;
  font-family: "Noto Serif JP", serif;
  font-optical-sizing: auto;
  font-style: normal;
  color: #58b7d6;
  text-shadow: 0 0 1px #fff, 0 0 2px #fff, 0 0 3px #fff, 0 0 4px #fff, 0 0 5px #fff, 0 0 6px #fff, 0 0 7px #fff, 0 0 8px #fff;
  font-size: 1.5rem;
  line-height: 1.3333333333;
  font-weight: 600;
  top: 0;
  left: 0;
  right: 0;
  margin: auto;
  vertical-align: middle;
}
.p-menu__title::before, .p-menu__title::after {
  content: "";
  display: inline-block;
  width: 1px;
  height: 1em;
  background-color: rgba(0, 0, 0, 0.5);
}
.p-menu__title::before {
  margin-right: 0.25em;
  -webkit-transform: rotate(-15deg);
          transform: rotate(-15deg);
}
.p-menu__title::after {
  margin-left: 0.25em;
  -webkit-transform: rotate(15deg);
          transform: rotate(15deg);
}
.p-menu__price {
  position: absolute;
  bottom: 1.25rem;
  left: 0;
  right: 0;
  margin: auto;
  text-align: center;
  font-size: 1.125rem;
  font-weight: 600;
}
.p-menu__price em {
  color: #234a63;
}
.p-menu__price strong {
  font-weight: 700;
  font-size: 1.8em;
}
.p-menu__inner {
  width: 20.9375rem;
  margin: auto;
}
.p-menu__box {
  background-color: #fff;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 0.25rem;
  border: 1px solid rgba(238, 238, 238, 0.5);
  -webkit-box-shadow: 0 0 3px rgba(0, 0, 0, 0.075);
          box-shadow: 0 0 3px rgba(0, 0, 0, 0.075);
  padding: 1.25rem 0;
}
.p-menu__box-title {
  margin-bottom: 3.125rem;
}
.p-menu__box-content {
  background-color: #e7f3f8;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 0.25rem;
  width: 18.75rem;
  padding: 0.9375rem;
  margin: 1.25rem auto 0;
}
.p-menu__box-content:first-of-type figure {
  margin: -2.1875rem auto -0.3125rem;
}
.p-menu__box-image {
  line-height: 0;
  text-align: center;
  margin-bottom: 0.625rem;
}
.p-menu__box-image img {
  width: 8.75rem;
}
.p-menu__box-detail dt {
  color: #58b7d6;
  font-size: 1.25rem;
  font-weight: 600;
  line-height: 1.5;
  margin-bottom: 0.5em;
  text-align: center;
}

@media (min-width: 768px) {
  .p-menu {
    background: url(../images/common-bg.webp) center top no-repeat;
    padding: 0 0 6.25rem;
  }
  .p-menu::before {
    display: none;
  }
  .p-menu__inner {
    width: 68.75rem;
    margin: auto;
  }
  .p-menu__intro {
    width: 100%;
    height: 15rem;
    padding-top: 8.125rem;
    font-size: 3.125rem;
  }
  .p-menu__image {
    text-align: center;
    margin: 3.75rem auto;
    line-height: 0;
  }
  .p-menu__image img {
    width: 40rem;
  }
  .p-menu__title {
    font-size: 4.4375rem;
    line-height: 1.338028169;
  }
  .p-menu__price {
    bottom: 3.75rem;
    font-size: 2.875rem;
  }
  .p-menu__box {
    background-color: #fff;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    border-radius: 0.5rem;
    border: none;
    -webkit-box-shadow: 0 0 0.3125rem rgba(0, 0, 0, 0.075);
            box-shadow: 0 0 0.3125rem rgba(0, 0, 0, 0.075);
    padding: 3.75rem 0;
  }
  .p-menu__box-title {
    margin-bottom: 4.375rem;
  }
  .p-menu__box-content {
    border-radius: 0.75rem;
    width: 58.75rem;
    padding: 2.5rem;
    margin: 3.75rem auto 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .p-menu__box-content:first-of-type figure {
    margin: -3.75rem 0;
  }
  .p-menu__box-image {
    margin-bottom: 0;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .p-menu__box-image img {
    width: 22.5rem;
  }
  .p-menu__box-detail {
    -ms-flex-preferred-size: 26.875rem;
        flex-basis: 26.875rem;
  }
  .p-menu__box-detail dt {
    font-size: 2rem;
    text-align: left;
  }
  .p-menu__box-detail dd {
    letter-spacing: -0.025em;
  }
}
.p-case {
  padding: 1.25rem 0 1.875rem;
}
.p-case__inner {
  width: 20.9375rem;
  margin: auto;
}
.p-case__title {
  margin-bottom: 1.875rem;
}
.p-case__box {
  margin-top: 1.25rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 1.25rem;
  border-radius: 0.25rem;
  border: 1px solid rgba(238, 238, 238, 0.5);
  -webkit-box-shadow: 0 0 3px rgba(0, 0, 0, 0.075);
          box-shadow: 0 0 3px rgba(0, 0, 0, 0.075);
  background-color: #fff;
}
.p-case__box-title {
  text-align: center;
  font-size: 1.25rem;
  line-height: 1.5;
  font-weight: 600;
  margin-bottom: 0.5em;
}
.p-case__box-image {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 1.25rem;
  width: 15rem;
  margin: auto;
  text-align: center;
  line-height: 0;
  margin-bottom: 1.25rem;
}
.p-case__box-image figure {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 0.625rem;
}
.p-case__box-image figure figcaption {
  font-family: "Noto Serif JP", serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-size: 1rem;
  line-height: 1;
}
.p-case__box-image .arrow i {
  display: none;
  width: 0;
  height: 0;
  border-top: 0.9375rem solid #234a63;
  border-left: 0.9375rem solid transparent;
  border-right: 0.9375rem solid transparent;
}
.p-case__box-image .arrow i:first-of-type {
  display: inline-block;
}
.p-case__box-table {
  font-size: 0.875rem;
  line-height: 1.5;
}
.p-case__box-table th,
.p-case__box-table td {
  padding: 0.5em 0;
  border-bottom: 1px solid #000;
}
.p-case__box-table th {
  width: 8em;
  text-align: left;
  vertical-align: middle;
}
.p-case__box-table + .c-list-notice {
  margin-top: 1em;
}

@media (min-width: 768px) {
  .p-case {
    padding: 6.25rem 0;
  }
  .p-case__inner {
    width: 68.75rem;
  }
  .p-case__title {
    margin-bottom: 3.75rem;
  }
  .p-case__box {
    margin-top: 3.75rem;
    padding: 3.75rem 5rem;
    border-radius: 0.5rem;
    border: none;
    -webkit-box-shadow: 0 0 0.3125rem rgba(0, 0, 0, 0.075);
            box-shadow: 0 0 0.3125rem rgba(0, 0, 0, 0.075);
  }
  .p-case__box-title {
    font-size: 2rem;
  }
  .p-case__box-image {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-column-gap: 3.125rem;
       -moz-column-gap: 3.125rem;
            column-gap: 3.125rem;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    width: 58.75rem;
    margin-bottom: 1.25rem;
  }
  .p-case__box-image figure {
    row-gap: 1.25rem;
  }
  .p-case__box-image figure figcaption {
    font-size: 1.25rem;
  }
  .p-case__box-image .arrow {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    row-gap: 13.75rem;
    padding-top: 2.5rem;
  }
  .p-case__box-image .arrow i {
    display: inline-block;
    border: 1.6875rem solid #234a63;
    border-top-color: transparent;
    border-bottom-color: transparent;
    border-right: none;
  }
  .p-case__box-table {
    width: 100%;
    font-size: 1.25rem;
    line-height: 1.5;
  }
  .p-case__box-table th,
  .p-case__box-table td {
    padding: 0.75em 0.5em;
  }
  .p-case__box-table th {
    width: 10em;
    text-align: left;
    vertical-align: middle;
  }
  .p-case__box-table + .c-list-notice {
    margin-top: 1em;
    text-align: right;
  }
}
.p-features__title {
  margin-bottom: 1.25rem;
}
.p-features__box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.p-features__box-image {
  width: 100%;
  line-height: 0;
}
.p-features__box-image img {
  width: 100%;
}
.p-features__box-content {
  background-color: #e7f3f8;
  padding: 2.1875rem 1.875rem;
}
.p-features__box-header {
  margin-bottom: 1.25rem;
  color: #58b7d6;
  text-align: center;
}
.p-features__box-num {
  display: block;
  font-family: "Noto Serif JP", serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-size: 3.125rem;
  line-height: 1;
  font-weight: 500;
  margin-bottom: 0.25em;
}
.p-features__box-title {
  font-size: 1.25rem;
  line-height: 1.4;
  font-weight: 600;
}
.p-features__box-text {
  text-align: justify;
  letter-spacing: -0.02em;
}

@media (min-width: 768px) {
  .p-features__title {
    margin-bottom: 5rem;
  }
  .p-features__box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .p-features__box-image {
    -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
    height: 50rem;
  }
  .p-features__box-image img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .p-features__box:nth-of-type(even) .p-features__box-image {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .p-features__box-content {
    -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
    height: 50rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding: 0;
  }
  .p-features__box-header {
    margin-bottom: 4.375rem;
  }
  .p-features__box-num {
    font-size: 8.75rem;
    margin-bottom: 0.25em;
  }
  .p-features__box-title {
    font-size: 2rem;
  }
  .p-features__box-text {
    text-align: justify;
    letter-spacing: -0.05em;
    width: 41.25rem;
    margin: 0 auto;
  }
}
.p-counseling {
  background: url(../images/counseling-bg-sp.webp) center top no-repeat;
  background-size: cover;
  padding: 8.125rem 0 2.5rem;
}
.p-counseling__inner {
  width: 20.9375rem;
  margin: auto;
}
.p-counseling__title {
  position: relative;
  text-align: right;
  margin-bottom: 1.875rem;
}
.p-counseling__title img {
  width: 4.0625rem;
  height: 4.0625rem;
  -webkit-filter: drop-shadow(0.09375rem 0.09375rem 0.25rem rgba(204, 204, 204, 0.75));
          filter: drop-shadow(0.09375rem 0.09375rem 0.25rem rgba(204, 204, 204, 0.75));
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  z-index: 1;
}
.p-counseling__title span {
  display: inline-block;
  background-color: #234a63;
  color: #fff;
  font-family: "Noto Serif JP", serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-size: 1.375rem;
  line-height: 1.8;
  font-weight: 500;
  padding: 0 0.25em 0 1em;
}
.p-counseling__text {
  text-align: center;
  font-size: 0.875rem;
  margin-bottom: 1.875rem;
}
.p-counseling__question {
  position: relative;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin-left: auto;
  margin-bottom: 1.25rem;
  width: 18.75rem;
  padding: 0.9375rem 0.9375rem 0.9375rem 3.75rem;
  background-color: #fff;
  border-radius: 0.25rem;
}
.p-counseling__question-image {
  position: absolute;
  z-index: 1;
  bottom: 0;
  left: -2.5rem;
  width: 5.625rem;
}
.p-counseling__question-list {
  list-style: disc;
  margin-left: 1.25rem;
  font-weight: 400;
  line-height: 1.5;
}
.p-counseling__question-list strong {
  font-size: 1.3em;
  letter-spacing: 0.1em;
  font-weight: 600;
}
.p-counseling__question-list small {
  font-size: 0.8em;
}
.p-counseling__answer {
  position: relative;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0.9375rem;
  overflow: hidden;
  border-radius: 0.25rem;
  background-color: #fff;
}
.p-counseling__answer-image {
  position: absolute;
  top: 0;
  right: 0;
  line-height: 0;
  width: 7.5rem;
}
.p-counseling__answer-title {
  margin-right: 6.875rem;
  margin-bottom: 0.625rem;
}
.p-counseling__answer-title strong {
  display: block;
  font-size: 1.3em;
  font-weight: 600;
}
.p-counseling__answer-catch {
  font-size: 1.3em;
  font-weight: 600;
  margin-right: 6.875rem;
  margin-bottom: 1.25rem;
}

@media (min-width: 768px) {
  .p-counseling {
    background: url(../images/counseling-bg-pc.webp) center top no-repeat;
    background-size: 100% auto;
    padding: 5rem 0;
  }
  .p-counseling__inner {
    width: 68.75rem;
  }
  .p-counseling__title {
    position: relative;
    text-align: right;
    width: 58.75rem;
    margin: 0 auto 3.75rem;
  }
  .p-counseling__title img {
    width: 11.25rem;
    height: 11.25rem;
    -webkit-filter: drop-shadow(0.1875rem 0.1875rem 0.5rem rgba(204, 204, 204, 0.75));
            filter: drop-shadow(0.1875rem 0.1875rem 0.5rem rgba(204, 204, 204, 0.75));
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    z-index: 1;
  }
  .p-counseling__title span {
    display: inline-block;
    background-color: #234a63;
    color: #fff;
    font-family: "Noto Serif JP", serif;
    font-optical-sizing: auto;
    font-style: normal;
    font-size: 3.75rem;
    line-height: 1.8;
    font-weight: 500;
    padding: 0 0.375em 0 1.5em;
  }
  .p-counseling__text {
    font-size: 1.25rem;
    letter-spacing: -0.05em;
    margin-bottom: 3.75rem;
    -webkit-transform: translateX(-3.125rem);
            transform: translateX(-3.125rem);
  }
  .p-counseling__question {
    position: relative;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    margin-left: auto;
    margin-bottom: 1.875rem;
    width: 60rem;
    padding: 1.875rem 0rem 1.875rem 11.25rem;
    border-radius: 0.5rem;
  }
  .p-counseling__question-image {
    position: absolute;
    z-index: 1;
    bottom: -1.875rem;
    left: -7.5rem;
    width: 15.625rem;
  }
  .p-counseling__question-list {
    list-style: disc;
    margin-left: 1.25rem;
    font-weight: 600;
    line-height: 1.5;
    font-size: 1.625rem;
  }
  .p-counseling__question-list strong {
    font-size: 1.3em;
    letter-spacing: 0.1em;
    font-weight: 600;
  }
  .p-counseling__question-list small {
    font-size: 0.8em;
  }
  .p-counseling__answer {
    padding: 2.5rem;
    border-radius: 0.5rem;
  }
  .p-counseling__answer-image {
    position: absolute;
    top: 0;
    right: 3.75rem;
    line-height: 0;
    width: 16.25rem;
  }
  .p-counseling__answer-title {
    margin-right: 0;
    margin-bottom: 0.9375rem;
  }
  .p-counseling__answer-title strong {
    display: block;
    font-size: 1.3em;
    font-weight: 600;
  }
  .p-counseling__answer-catch {
    font-size: 1.3em;
    font-weight: 600;
    margin-right: 0;
    margin-bottom: 0.9375rem;
  }
  .p-counseling__answer-text {
    width: 41.25rem;
    letter-spacing: -0.05em;
  }
}
.p-treatable {
  padding: 1.875rem 0;
}
.p-treatable__title span {
  font-size: 1.75em;
  letter-spacing: -0.05em;
}
.p-treatable__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  row-gap: 0.9375rem;
  margin: 1.875rem auto;
}
.p-treatable__list li {
  -ms-flex-preferred-size: 50%;
      flex-basis: 50%;
  text-align: center;
}
.p-treatable__list li img {
  height: 3.75rem;
  width: auto;
}
.p-treatable__list li p {
  font-size: 1.25rem;
  color: #58b7d6;
  font-weight: 600;
  line-height: 1.5;
}
.p-treatable__list li p span {
  font-size: 0.9em;
}
.p-treatable .c-list-notice {
  width: 20.9375rem;
  margin: 0 auto 0 2em;
}

@media (min-width: 768px) {
  .p-treatable {
    padding: 7.5rem 0;
  }
  .p-treatable__inner {
    width: 84.0625rem;
    margin: auto;
  }
  .p-treatable__title span {
    font-size: 1.6em;
    letter-spacing: 0;
  }
  .p-treatable__list {
    row-gap: 7.5rem;
    margin: 3.75rem auto;
  }
  .p-treatable__list li {
    -ms-flex-preferred-size: 25%;
        flex-basis: 25%;
    text-align: center;
  }
  .p-treatable__list li:first-of-type {
    margin-left: 12.5%;
  }
  .p-treatable__list li:nth-of-type(3) {
    margin-right: 12.5%;
  }
  .p-treatable__list li img {
    height: 8.4375rem;
    width: auto;
  }
  .p-treatable__list li p {
    font-size: 1.75rem;
  }
  .p-treatable__list li p span {
    font-size: 0.9em;
  }
  .p-treatable .c-list-notice {
    width: 68.75rem;
    margin: 0 auto;
  }
}
.p-innovation {
  background: url(../images/common-bg.webp) center top no-repeat;
  background-size: cover;
  position: relative;
  z-index: 1;
  padding: 1.25rem 0;
}
.p-innovation::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 10%;
  top: 0;
  left: 0;
  z-index: -1;
  background: -webkit-gradient(linear, left bottom, left top, from(rgba(255, 255, 255, 0)), to(rgb(255, 255, 255)));
  background: linear-gradient(to top, rgba(255, 255, 255, 0) 0%, rgb(255, 255, 255) 100%);
}
.p-innovation::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 10%;
  bottom: 0;
  left: 0;
  z-index: -1;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0)), to(rgb(255, 255, 255)));
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgb(255, 255, 255) 100%);
}
.p-innovation__title {
  margin-bottom: 1.875rem;
}
.p-innovation__text {
  text-align: center;
  margin: 1.25rem auto;
}
.p-innovation__compare {
  width: 20.9375rem;
  margin: 0 auto;
}
.p-innovation__compare-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 0.625rem;
     -moz-column-gap: 0.625rem;
          column-gap: 0.625rem;
  line-height: 0;
}
.p-innovation__compare-title > div {
  -ms-flex-preferred-size: 10rem;
      flex-basis: 10rem;
}
.p-innovation__compare-title > div img {
  width: 100%;
  height: auto;
  aspect-ratio: 16/10;
  -o-object-fit: cover;
     object-fit: cover;
}
.p-innovation__compare-title > div span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 1.875rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #fff;
  background-color: #777;
  text-align: center;
  position: relative;
  font-size: 1rem;
  font-weight: 600;
}
.p-innovation__compare-title > div span::after {
  content: "";
  width: 0;
  height: 0;
  border-top: 0.625rem solid #777;
  border-left: 0.9375rem solid transparent;
  border-right: 0.9375rem solid transparent;
  position: absolute;
  bottom: -0.5625rem;
  left: 0;
  right: 0;
  margin: auto;
}
.p-innovation__compare-title > div.mouthpiece span {
  background-color: #58b7d6;
}
.p-innovation__compare-title > div.mouthpiece span::after {
  border-top-color: #58b7d6;
}
.p-innovation__box {
  margin-top: 1.5625rem;
}
.p-innovation__box-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 7.5rem;
  height: 1.875rem;
  margin: -0.9375rem auto;
  background-color: #58b7d6;
  color: #fff;
  font-size: 0.9375rem;
  line-height: 0;
  font-weight: 600;
  border-radius: 0.5rem;
  position: relative;
  z-index: 1;
}
.p-innovation__box-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-radius: 0.25rem;
  overflow: hidden;
}
.p-innovation__box-inner > div {
  -ms-flex-preferred-size: 50%;
      flex-basis: 50%;
  height: 6.25rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.p-innovation__box-inner > div.wire {
  background: url(../images/icon-triangle.svg) center center no-repeat #f5f5f5;
  background-size: 3.75rem auto;
}
.p-innovation__box-inner > div.mouthpiece {
  background: url(../images/icon-circle.svg) center center no-repeat #fff;
  background-size: 3.75rem auto;
  color: #234a63;
}
.p-innovation__box-inner > div p {
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.5625;
  text-align: center;
}
.p-innovation__box-inner > div:has(.c-list-notice) {
  height: auto;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  padding: 1.25rem 0.9375rem;
  background-image: none;
}
.p-innovation__box-inner > div:has(.c-list-notice) p {
  margin-bottom: 0.625rem;
}
.p-innovation__box + .c-list-notice {
  text-align: right;
  margin-top: 0.625rem;
}

@media (min-width: 768px) {
  .p-innovation {
    background: url(../images/common-bg.webp) center top no-repeat;
    background-size: cover;
    position: relative;
    z-index: 1;
    padding: 3.75rem 0 6.25rem;
  }
  .p-innovation::before {
    display: none;
  }
  .p-innovation::after {
    display: none;
  }
  .p-innovation__title {
    margin-bottom: 3.75rem;
  }
  .p-innovation__text {
    text-align: center;
    margin: 2.5rem auto;
  }
  .p-innovation__compare {
    width: 68.75rem;
    margin: 0 auto;
    padding: 3.75rem;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    background-color: #fff;
    border-radius: 0.5rem;
    -webkit-box-shadow: 0 0 0.3125rem rgba(0, 0, 0, 0.075);
            box-shadow: 0 0 0.3125rem rgba(0, 0, 0, 0.075);
  }
  .p-innovation__compare-title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-column-gap: 2.8125rem;
       -moz-column-gap: 2.8125rem;
            column-gap: 2.8125rem;
    line-height: 0;
  }
  .p-innovation__compare-title > div {
    -ms-flex-preferred-size: 29.375rem;
        flex-basis: 29.375rem;
  }
  .p-innovation__compare-title > div img {
    aspect-ratio: 2/1;
  }
  .p-innovation__compare-title > div span {
    height: 4.375rem;
    font-size: 1.875rem;
  }
  .p-innovation__compare-title > div span::after {
    border-top: 1.5625rem solid #777;
    border-left: 2.1875rem solid transparent;
    border-right: 2.1875rem solid transparent;
    bottom: -1.5rem;
  }
  .p-innovation__box {
    margin-top: 3.75rem;
  }
  .p-innovation__box-title {
    width: 15rem;
    height: 3.125rem;
    margin: -1.5625rem auto;
    font-size: 1.875rem;
  }
  .p-innovation__box-inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    border-radius: 0.3125rem;
    overflow: hidden;
    -webkit-box-shadow: 0 0 0.3125rem rgba(0, 0, 0, 0.075);
            box-shadow: 0 0 0.3125rem rgba(0, 0, 0, 0.075);
  }
  .p-innovation__box-inner > div {
    height: auto;
    padding: 3.75rem 0;
  }
  .p-innovation__box-inner > div.wire {
    background-size: 7.1875rem auto;
  }
  .p-innovation__box-inner > div.mouthpiece {
    background-size: 7.1875rem auto;
  }
  .p-innovation__box-inner > div p {
    font-size: 1.875rem;
    line-height: 1.6;
  }
  .p-innovation__box-inner > div:has(.c-list-notice) {
    padding: 3.75rem 2.5rem;
  }
  .p-innovation__box-inner > div:has(.c-list-notice) p {
    margin-bottom: 1.25rem;
  }
  .p-innovation__box + .c-list-notice {
    text-align: right;
    margin-top: 0.625rem;
  }
}
.p-flow {
  padding: 1.25rem 0;
}
.p-flow__inner {
  width: 21.25rem;
  margin: auto;
}
.p-flow__title {
  margin-bottom: 1.875rem;
}
.p-flow__box {
  margin-top: 1.25rem;
  border-radius: 0.25rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 1.25rem;
  border: 1px solid rgba(238, 238, 238, 0.5);
  -webkit-box-shadow: 0 0 3px rgba(0, 0, 0, 0.075);
          box-shadow: 0 0 3px rgba(0, 0, 0, 0.075);
}
.p-flow__box-num {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 6.25rem;
  height: 1.875rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 0 auto 1.25rem;
  background-color: #58b7d6;
  color: #fff;
  font-family: "Noto Serif JP", serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-size: 1rem;
  line-height: 0;
  font-weight: 400;
}
.p-flow__box-image {
  width: 11.25rem;
  line-height: 0;
  margin: 1.25rem auto;
}
.p-flow__box-image img {
  width: 100%;
}
.p-flow__box-title {
  font-size: 1.25rem;
  line-height: 1.5;
  font-weight: 600;
  color: #58b7d6;
  text-align: center;
  margin: 1em 0;
}

@media (min-width: 768px) {
  .p-flow {
    padding: 7.5rem 0;
  }
  .p-flow__inner {
    width: 68.75rem;
  }
  .p-flow__title {
    margin-bottom: 3.75rem;
  }
  .p-flow__box {
    margin-top: 3.75rem;
    border-radius: 0.5rem;
    padding: 1.875rem 3.75rem;
    border: none;
    -webkit-box-shadow: 0 0 0.3125rem rgba(0, 0, 0, 0.075);
            box-shadow: 0 0 0.3125rem rgba(0, 0, 0, 0.075);
    display: grid;
    grid-template: "num num" "title title" "text image"/1fr 17.5rem;
    -webkit-column-gap: 3.75rem;
       -moz-column-gap: 3.75rem;
            column-gap: 3.75rem;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .p-flow__box-num {
    grid-area: num;
    width: 12.5rem;
    height: 3.4375rem;
    margin: 0 auto 1.875rem;
    background-color: #58b7d6;
    font-size: 1.5rem;
  }
  .p-flow__box-image {
    grid-area: image;
    width: 17.5rem;
    line-height: 0;
    margin: 0;
    align-self: flex-start;
  }
  .p-flow__box-image img {
    width: 100%;
  }
  .p-flow__box-title {
    grid-area: title;
    font-size: 2rem;
    margin: 0 auto 1.875rem;
  }
  .p-flow__box-text {
    grid-area: text;
  }
}
.p-dentist {
  padding: 12.5rem 0 1.25rem;
  background: url(../images/dentist-image-sp.webp) center top no-repeat;
  background-size: contain;
}
.p-dentist__inner {
  width: 18.75rem;
  margin: 0 auto;
}
.p-dentist__title {
  margin-bottom: 1.875rem;
}
.p-dentist__header {
  margin-bottom: 1.875rem;
  font-size: 1rem;
  font-weight: 400;
  font-family: "Noto Serif JP", serif;
  font-optical-sizing: auto;
  font-style: normal;
  text-align: center;
}
.p-dentist__section {
  margin-bottom: 0.25em;
}
.p-dentist__name {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-column-gap: 0.625rem;
     -moz-column-gap: 0.625rem;
          column-gap: 0.625rem;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
}
.p-dentist__name strong {
  font-size: 1.5em;
}
.p-dentist__box {
  background-color: #e7f3f8;
  padding: 1.25rem;
  margin: 1.25rem auto;
}
.p-dentist__box-title {
  font-weight: 600;
  color: #58b7d6;
  margin-bottom: 0.5em;
}
.p-dentist__box-text {
  font-size: 0.8125rem;
  text-align: justify;
}
.p-dentist__text-small {
  font-size: 0.75rem;
  line-height: 1.5;
  letter-spacing: -0.05em;
  margin-top: 1em;
}

@media (min-width: 768px) {
  .p-dentist {
    padding: 7.5rem 0 6.875rem;
    background: url(../images/dentist-image-pc.webp) right top no-repeat;
    background-size: 51.25rem auto;
  }
  .p-dentist__inner {
    width: 68.75rem;
  }
  .p-dentist__title {
    margin-bottom: 6.25rem;
    text-align: left;
  }
  .p-dentist__header {
    margin-bottom: 5rem;
    font-size: 2.375rem;
    text-align: left;
  }
  .p-dentist__section {
    margin-bottom: 0.25em;
  }
  .p-dentist__name {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-column-gap: 1.25rem;
       -moz-column-gap: 1.25rem;
            column-gap: 1.25rem;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .p-dentist__name strong {
    font-size: 1.5em;
  }
  .p-dentist__text {
    width: 42.5rem;
    margin-bottom: 5rem;
  }
  .p-dentist__box {
    background-color: #e7f3f8;
    padding: 2.5rem 3.75rem;
    margin: 3.75rem auto;
  }
  .p-dentist__box-title {
    font-weight: 600;
    color: #58b7d6;
    margin-bottom: 1em;
    font-size: 1.875rem;
  }
  .p-dentist__box-text {
    font-size: 1.25rem;
    text-align: justify;
  }
  .p-dentist__text-small {
    font-size: 1.25rem;
    line-height: 1.5;
    letter-spacing: -0.05em;
    margin-top: 1em;
  }
}
.p-faq {
  background: url(../images/common-bg.webp) center top no-repeat;
  background-size: auto 62.5rem;
  position: relative;
  z-index: 1;
  padding: 1.25rem 0;
}
.p-faq::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 10%;
  top: 0;
  left: 0;
  z-index: -1;
  background: -webkit-gradient(linear, left bottom, left top, from(rgba(255, 255, 255, 0)), to(rgb(255, 255, 255)));
  background: linear-gradient(to top, rgba(255, 255, 255, 0) 0%, rgb(255, 255, 255) 100%);
}
.p-faq::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 13.125rem;
  top: 50rem;
  left: 0;
  z-index: -1;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0)), to(rgb(255, 255, 255)));
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgb(255, 255, 255) 100%);
}
.p-faq__inner {
  width: 20.9375rem;
  margin: auto;
}
.p-faq__title {
  margin-bottom: 1.875rem;
}
.p-faq__details {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background-color: #fff;
  border-radius: 0.625rem;
  border: 1px solid rgba(238, 238, 238, 0.5);
  -webkit-box-shadow: 0 0 3px rgba(0, 0, 0, 0.075);
          box-shadow: 0 0 3px rgba(0, 0, 0, 0.075);
  margin-top: 1.25rem;
  padding: 1.25rem;
}
.p-faq__details summary {
  display: list-item;
  list-style: none;
}
.p-faq__details[open] summary {
  display: list-item;
}
.p-faq__details[open] summary::after {
  -webkit-transform: scale(-1);
          transform: scale(-1);
}
.p-faq__details > summary::-webkit-details-marker {
  display: none !important;
}
.p-faq__question {
  position: relative;
  min-height: 1.5625rem;
  padding: 0 2.5rem;
  background: url(../images/icon-q.svg) left top no-repeat;
  background-size: 1.5625rem;
}
.p-faq__question::after {
  content: "";
  width: 1.25rem;
  height: 0.625rem;
  background: url(../images/arrow.svg) center center no-repeat;
  background-size: contain;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  margin: auto;
}
.p-faq__question h4 {
  font-size: 1rem;
  line-height: 1.5;
  font-weight: 600;
  color: #58b7d6;
}
.p-faq__answer {
  position: relative;
  min-height: 1.5625rem;
  padding: 0 0 0 2.5rem;
  background: url(../images/icon-a.svg) left top no-repeat;
  background-size: 1.5625rem;
  margin-top: 0.625rem;
}

@media (min-width: 768px) {
  .p-faq {
    background-size: 100% auto;
    padding: 6.25rem 0;
  }
  .p-faq::after {
    height: 15.625rem;
    top: 143.75rem;
  }
  .p-faq__inner {
    width: 68.75rem;
  }
  .p-faq__title {
    margin-bottom: 3.75rem;
  }
  .p-faq__details {
    border-radius: 0.5rem;
    border: none;
    -webkit-box-shadow: 0 0 0.3125rem rgba(0, 0, 0, 0.075);
            box-shadow: 0 0 0.3125rem rgba(0, 0, 0, 0.075);
    margin-top: 3.125rem;
    padding: 3.75rem;
  }
  .p-faq__details summary {
    pointer-events: none;
    list-style: none;
  }
  .p-faq__question {
    position: relative;
    min-height: 3.75rem;
    padding: 0 0 0 5.625rem;
    background: url(../images/icon-q.svg) left top no-repeat;
    background-size: 3.75rem;
  }
  .p-faq__question::after {
    display: none;
  }
  .p-faq__question h4 {
    font-size: 1.75rem;
    padding-top: 0.25em;
  }
  .p-faq__answer {
    display: block !important;
    position: relative;
    min-height: 3.75rem;
    padding: 0 0 0 5.625rem;
    background: url(../images/icon-a.svg) left top no-repeat;
    background-size: 3.75rem;
    margin-top: 1.875rem;
  }
}
.p-fee {
  background: url(../images/common-bg.webp) center top no-repeat;
  background-size: auto 62.5rem;
  position: relative;
  z-index: 1;
  padding: 1.25rem 0;
}
.p-fee::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 10%;
  top: 0;
  left: 0;
  z-index: -1;
  background: -webkit-gradient(linear, left bottom, left top, from(rgba(255, 255, 255, 0)), to(rgb(255, 255, 255)));
  background: linear-gradient(to top, rgba(255, 255, 255, 0) 0%, rgb(255, 255, 255) 100%);
}
.p-fee::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 13.125rem;
  top: 50rem;
  left: 0;
  z-index: -1;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0)), to(rgb(255, 255, 255)));
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgb(255, 255, 255) 100%);
}
.p-fee__inner {
  width: 20.9375rem;
  margin: auto;
}
.p-fee__title {
  margin-bottom: 1.875rem;
}
.p-fee__title span {
  font-size: 1.75em;
  letter-spacing: -0.05em;
}
.p-fee__table {
  width: 100%;
  margin: 0.625rem auto;
  border-top: 1px solid #eee;
  border-left: 1px solid #eee;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  line-height: 1.5;
}
.p-fee__table tr {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.p-fee__table tr th,
.p-fee__table tr td {
  -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-right: 1px solid #eee;
  border-bottom: 1px solid #eee;
  padding: 0.75em;
}
.p-fee__table tr th {
  background-color: #555;
  color: #fff;
  text-align: left;
}
.p-fee__table tr td {
  background-color: #fff;
}
.p-fee__table tr td:last-of-type {
  text-align: right;
}
.p-fee__table tr td:not([colspan]):not([rowspan]) {
  -ms-flex-preferred-size: 40%;
      flex-basis: 40%;
}
.p-fee__table tr td:not([colspan]):not([rowspan]):not(:last-of-type) {
  -ms-flex-preferred-size: 60%;
      flex-basis: 60%;
}
.p-fee__box {
  background-color: #fff;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 0.5rem;
  padding: 1.25rem;
  margin-top: 1.25rem;
  text-align: center;
  border: 1px solid rgba(238, 238, 238, 0.5);
  -webkit-box-shadow: 0 0 3px rgba(0, 0, 0, 0.075);
          box-shadow: 0 0 3px rgba(0, 0, 0, 0.075);
}
.p-fee__box-title {
  font-family: "Noto Serif JP", serif;
  font-optical-sizing: auto;
  font-style: normal;
  color: #234a63;
  font-size: 1.5rem;
  line-height: 1.25;
  margin-bottom: 0.5em;
}
.p-fee__box-text {
  margin: 1em auto;
}
.p-fee__box-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 0.625rem;
}
.p-fee__box-list li {
  -ms-flex-preferred-size: calc(50% - 0.3125rem);
      flex-basis: calc(50% - 0.3125rem);
  font-weight: 700;
  letter-spacing: -0.025em;
  background-color: #58b7d6;
  color: #fff;
  border-radius: 0.375rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 5rem;
}
.p-fee__box-example {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  width: 13.125rem;
  height: 2.5rem;
  line-height: 0;
  font-weight: 600;
  background-color: #fde6d9;
  margin: 1.25rem auto;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.p-fee__box-price {
  font-size: 1rem;
  line-height: 1;
  margin-bottom: 1em;
  font-weight: 600;
}
.p-fee__box-price em {
  color: #234a63;
  font-size: 1.15em;
}
.p-fee__box-price em strong {
  font-size: 1.8em;
}
.p-fee__box .c-list-notice {
  text-align: left;
}

@media (min-width: 768px) {
  .p-fee {
    background-size: 100% auto;
    padding: 6.25rem 0;
  }
  .p-fee::after {
    display: none;
  }
  .p-fee__inner {
    width: 68.75rem;
    margin: auto;
  }
  .p-fee__title {
    margin-bottom: 3.75rem;
  }
  .p-fee__title span {
    font-size: 1.6em;
    letter-spacing: 0;
  }
  .p-fee__table {
    width: 100%;
    margin: 1.25rem auto;
    border: none;
    font-size: 1.125rem;
  }
  .p-fee__table tr {
    display: table-row;
  }
  .p-fee__table tr th,
  .p-fee__table tr td {
    display: table-cell;
    border: 1px solid #eee;
    padding: 1em;
  }
  .p-fee__table tr th {
    background-color: #555;
    color: #fff;
    text-align: left;
    width: 30rem;
  }
  .p-fee__table tr td {
    background-color: #fff;
    width: 21.875rem;
  }
  .p-fee__table tr td:last-of-type {
    text-align: right;
  }
  .p-fee__table tr td:not([colspan="2"]) {
    -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
  }
  .p-fee__table tr td:not([colspan="2"]):first-of-type {
    letter-spacing: -0.05em;
  }
  .p-fee__box {
    background-color: #fff;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    border-radius: 0.5rem;
    padding: 3.75rem 6.875rem;
    margin-top: 5rem;
    text-align: center;
    border: none;
    -webkit-box-shadow: 0 0 0.3125rem rgba(0, 0, 0, 0.075);
            box-shadow: 0 0 0.3125rem rgba(0, 0, 0, 0.075);
  }
  .p-fee__box-title {
    color: #58b7d6;
    font-size: 3.125rem;
    margin-bottom: 0.5em;
  }
  .p-fee__box-text {
    font-size: 1.5rem;
    margin: 2em auto;
  }
  .p-fee__box-list {
    gap: 1.5625rem;
    font-size: 1.5rem;
    line-height: 1.5;
  }
  .p-fee__box-list li {
    -ms-flex-preferred-size: calc(50% - 0.78125rem);
        flex-basis: calc(50% - 0.78125rem);
    letter-spacing: 0;
    border-radius: 0.75rem;
    height: 8.125rem;
  }
  .p-fee__box-example {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    font-size: 1.625rem;
    width: 25rem;
    height: 3.125rem;
    margin: 3.75rem auto 2.5rem;
  }
  .p-fee__box-price {
    font-size: 2.5rem;
    line-height: 1;
    margin-bottom: 1em;
    font-weight: 600;
  }
  .p-fee__box-price em {
    color: #234a63;
    font-size: 1.15em;
  }
  .p-fee__box-price em strong {
    font-size: 1.8em;
  }
  .p-fee__box .c-list-notice {
    text-align: left;
    width: 34.375rem;
    margin: auto;
  }
}
.p-yakuki {
  padding: 2.5rem 0;
  background-color: #eee;
}
.p-yakuki__inner {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 21.25rem;
  margin: 0 auto;
  border-radius: 0.5rem;
  background-color: #fff;
  padding: 1.25rem;
}
.p-yakuki__title {
  color: #234a63;
  font-family: "Noto Serif JP", serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-size: 1.25rem;
  margin-bottom: 0.25em;
  text-align: center;
  font-weight: 600;
}
.p-yakuki__list {
  margin-top: 1.875rem;
}
.p-yakuki__list-title {
  color: #234a63;
  font-weight: 700;
}
.p-yakuki__list-title::before {
  content: "〇";
}

@media (min-width: 768px) {
  .p-yakuki {
    padding: 5rem 0;
  }
  .p-yakuki__inner {
    width: 68.75rem;
    margin: 0 auto;
    padding: 3.75rem;
  }
  .p-yakuki__title {
    font-size: 2.5rem;
    margin-bottom: 0.5em;
  }
  .p-yakuki__list {
    margin-top: 2.5rem;
  }
}
@media (max-width: 767.98px) {
  .u-none--sm {
    display: none;
  }
}
@media (min-width: 768px) {
  .u-none--md {
    display: none;
  }
}/*# sourceMappingURL=style.css.map */