@charset "UTF-8";
/*! destyle.css v4.0.0 | MIT License | https://github.com/nicolas-cusan/destyle.min.css */
*,
::before,
::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-style: solid;
  border-width: 0;
}

html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: transparent;
}

body {
  margin: 0;
}

main {
  display: block;
}

p,
table,
blockquote,
address,
pre,
iframe,
form,
figure,
dl {
  margin: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;
  margin: 0;
}

ul,
ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

dt {
  font-weight: 700;
}

dd {
  margin-left: 0;
}

hr {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  height: 0;
  overflow: visible;
  border-top-width: 1px;
  margin: 0;
  clear: both;
  color: inherit;
}

pre {
  font-family: monospace, monospace;
  font-size: inherit;
}

address {
  font-style: inherit;
}

a {
  background-color: transparent;
  text-decoration: none;
  color: inherit;
}

abbr[title] {
  -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;
}

svg,
img,
embed,
object,
iframe {
  vertical-align: bottom;
}

button,
input,
optgroup,
select,
textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
  vertical-align: middle;
  color: inherit;
  font: inherit;
  background: transparent;
  padding: 0;
  margin: 0;
  border-radius: 0;
  text-align: inherit;
  text-transform: inherit;
}

button,
[type=button],
[type=reset],
[type=submit] {
  cursor: pointer;
}

button:disabled,
[type=button]:disabled,
[type=reset]:disabled,
[type=submit]:disabled {
  cursor: default;
}

:-moz-focusring {
  outline: auto;
}

select:disabled {
  opacity: inherit;
}

option {
  padding: 0;
}

fieldset {
  margin: 0;
  padding: 0;
  min-width: 0;
}

legend {
  padding: 0;
}

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;
}

[type=number] {
  -moz-appearance: textfield;
}

label[for] {
  cursor: pointer;
}

details {
  display: block;
}

summary {
  display: list-item;
}

[contenteditable]:focus {
  outline: auto;
}

table {
  border-color: inherit;
  border-collapse: collapse;
}

caption {
  text-align: left;
}

td,
th {
  vertical-align: top;
  padding: 0;
}

th {
  text-align: left;
  font-weight: 700;
}

/*テキスト用mixin*/
html {
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
  font-size: 16px;
}
@media (max-width: 1460px) {
  html {
    font-size: 1.095890411vw;
  }
}
@media screen and (max-width: 768px) {
  html {
    font-size: 100%;
  }
}
@media (max-width: 375px) {
  html {
    font-size: 4.2666666667vw;
  }
}

html {
  font-family: "Noto Sans JP", sans-serif;
  color: #444;
  letter-spacing: 0;
  scroll-behavior: smooth;
}

a {
  text-decoration: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  cursor: pointer;
}

a,
button {
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
a:hover,
button:hover {
  cursor: pointer;
}

body {
  overflow-x: hidden;
}

img {
  width: 100%;
  height: auto;
  display: block;
}

main {
  padding-top: 8.125rem;
}
@media screen and (max-width: 768px) {
  main {
    padding-top: 3.9375rem;
  }
}

.inner {
  max-width: 78.75rem;
  width: 100%;
  margin: 0 auto;
  padding: 0 1.875rem;
}
@media screen and (max-width: 768px) {
  .inner {
    padding: 0 1.25rem;
  }
}

.inner--big {
  max-width: 91.25rem;
}

.inner--exbig {
  max-width: 102.5rem;
}

.reverse {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}

@media screen and (max-width: 768px) {
  .pc-only {
    display: none;
  }
}

.sp-only {
  display: none;
}
@media screen and (max-width: 768px) {
  .sp-only {
    display: block;
  }
}

.icon-nav__wrap {
  width: 11.875rem;
  height: 6.5rem;
  background-color: #fff;
  padding: 0.25rem;
  border: 0.0625rem solid #2D6A93;
  display: block;
}
@media screen and (max-width: 768px) {
  .icon-nav__wrap {
    width: calc((100% - 1rem) / 2);
    padding: 0.1875rem;
  }
}

.icon-nav__wrap:hover {
  background-color: #037BCD;
}

.icon-nav__contents {
  border: 0.0625rem solid #93BFD3;
  width: 100%;
  height: 100%;
  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-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.icon-nav__txt {
  font-weight: 700;
  color: #2D6A93;
  padding-top: 0.5625rem;
  text-align: center;
  line-height: 1.2;
}
@media screen and (max-width: 768px) {
  .icon-nav__txt {
    font-size: 0.75rem;
  }
}

.icon-nav__wrap:hover .icon-nav__txt {
  color: #fff;
}

.icon-nav__icon {
  width: 2.125rem;
  height: auto;
}

.icon-nav__wrap:hover .icon-nav__hover {
  fill: #fff;
}

.icon-nav__wrap:hover .icon-nav__hover--stroke {
  stroke: #fff;
}

.section-ttl {
  font-size: 3rem;
  font-weight: 700;
  font-family: "Shippori Mincho", serif;
  line-height: 1.4;
  color: #2D6A93;
}
@media screen and (max-width: 768px) {
  .section-ttl {
    font-size: 1.625rem;
  }
}

.section-en-ttl {
  font-size: 2rem;
  font-weight: 600;
  font-family: "Shippori Mincho", serif;
  line-height: 1.8;
  color: #46A8EA;
}
@media screen and (max-width: 768px) {
  .section-en-ttl {
    font-size: 1.25rem;
  }
}

.txt {
  font-size: 1.125rem;
  line-height: 1.7;
}
@media screen and (max-width: 768px) {
  .txt {
    font-size: 0.875rem;
    padding-top: 1.5rem;
  }
}

.txt .txt--small {
  font-size: 1rem;
}
@media screen and (max-width: 768px) {
  .txt .txt--small {
    font-size: 0.75rem;
  }
}

.section-txt {
  padding-top: 3rem;
}
@media screen and (max-width: 768px) {
  .section-txt {
    padding-top: 1.5rem;
    text-align: left;
  }
}

.section__icon-wrap {
  width: 6.25rem;
  height: 6.25rem;
  background-color: #fff;
  border-radius: 50%;
  position: absolute;
  -webkit-transform: translate(50%, -50%);
          transform: translate(50%, -50%);
  right: 50%;
  z-index: 10;
}

.section__icon-wrap--gray {
  background-color: #F9F9F9;
}

.section__icon {
  width: 2.875rem;
  height: auto;
  position: absolute;
  right: 50%;
  top: 50%;
  -webkit-transform: translate(50%, -50%);
          transform: translate(50%, -50%);
}

.page__section-ttl {
  margin: 0 auto;
  text-align: center;
  max-width: 75rem;
  margin: 0 auto;
  padding-top: 8.375rem;
}
@media screen and (max-width: 768px) {
  .page__section-ttl {
    padding-top: 3.75rem;
  }
}

.page__introduction-ttl {
  font-size: 3rem;
  font-weight: 700;
  color: #2C6A93;
  line-height: 1.3;
  font-family: "Shippori Mincho", serif;
}

.page__introduction-txt {
  font-size: 1.25rem;
  line-height: 1.6;
  padding-top: 3rem;
}

.bg-blue {
  position: relative;
}

.bg-blue::after {
  content: "";
  height: 26.3125rem;
  background: -webkit-gradient(linear, right top, left bottom, from(#144B71), to(#008FF4));
  background: linear-gradient(to left bottom, #144B71 0%, #008FF4 100%);
  width: 100vw;
  margin: 0 calc(50% - 50vw);
  position: absolute;
  z-index: -1;
  top: 14rem;
}

.left-bar-ttl {
  font-size: 2rem;
  font-weight: 700;
  color: #2C6A93;
  line-height: 1.5;
  font-family: "Shippori Mincho", serif;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 2rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 768px) {
  .left-bar-ttl {
    font-size: 1.25rem;
    gap: 1rem;
  }
}

.left-bar-ttl::before {
  content: "";
  width: 0.5rem;
  height: 4rem;
  background: -webkit-gradient(linear, left top, left bottom, from(#2788CB), to(#8BCFFF));
  background: linear-gradient(to bottom, #2788CB 0%, #8BCFFF 100%);
  display: block;
}
@media screen and (max-width: 768px) {
  .left-bar-ttl::before {
    height: 2rem;
    width: 0.3125rem;
  }
}

.left-bar-ttl.left-bar-ttl--long::before {
  height: 7.0625rem;
}
@media screen and (max-width: 768px) {
  .left-bar-ttl.left-bar-ttl--long::before {
    height: 4.6875rem;
  }
}

.left-bar-ttl__txt {
  padding-top: 1.5rem;
  font-size: 1.125rem;
  line-height: 1.7;
}
@media screen and (max-width: 768px) {
  .left-bar-ttl__txt {
    font-size: 0.875rem;
  }
}

.flow-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border: 0.0625rem solid #46A8EA;
  padding: 3.5rem;
  gap: 5%;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .flow-item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 1.25rem;
  }
}

.flow-item + .flow-item {
  margin-top: 2.5rem; /* 上に20pxの隙間 */
}

.flow-item__num {
  font-size: 2.625rem;
  font-weight: 700;
  color: #fff;
  line-height: 1.1;
  font-family: "Shippori Mincho", serif;
  background: -webkit-gradient(linear, left top, left bottom, from(#144B71), to(#008FF4));
  background: linear-gradient(to bottom, #144B71 0%, #008FF4 100%);
  width: 5.9375rem;
  height: 5.9375rem;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  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;
}
@media screen and (max-width: 768px) {
  .flow-item__num {
    width: 3.75rem;
    height: 3.75rem;
    font-size: 2.5rem;
    margin: 0 auto;
  }
}

.flow-item__num::after {
  content: "";
  width: 5.4375rem;
  height: 5.4375rem;
  border: 0.0625rem solid #fff;
  display: block;
  position: absolute;
}
@media screen and (max-width: 768px) {
  .flow-item__num::after {
    width: 3.25rem;
    height: 3.25rem;
  }
}

.flow-item__content {
  padding-top: 1.8125rem;
}
@media screen and (max-width: 768px) {
  .flow-item__content {
    padding-top: 1.125rem;
  }
}

.flow-item__ttl {
  font-size: 2.25rem;
  font-weight: 500;
}
@media screen and (max-width: 768px) {
  .flow-item__ttl {
    font-size: 1.25rem;
    text-align: center;
  }
}

.flow-item__txt {
  padding-top: 2rem;
}
@media screen and (max-width: 768px) {
  .flow-item__txt {
    padding-top: 1rem;
  }
}

.flow-item__img-wrap {
  padding-top: 1.5625rem;
}

.flow-item__img {
  width: 20.0625rem;
  height: auto;
}
@media screen and (max-width: 768px) {
  .flow-item__img {
    width: 100%;
  }
}

/* 追従ボタンのスタイル */
.follow-btn {
  position: fixed;
  bottom: 1.25rem;
  right: 1.25rem;
  background-color: #46A8EA;
  color: #fff;
  padding: 0.5625rem 1.1875rem;
  border-radius: 0.4375rem;
  font-size: 1.6875rem;
  font-weight: 700;
  text-align: center;
  border: 0.1875rem solid #fff;
  -webkit-box-shadow: 0 0.125rem 0.375rem rgba(0, 0, 0, 0.16);
          box-shadow: 0 0.125rem 0.375rem rgba(0, 0, 0, 0.16);
  z-index: 1000;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-family: "Noto Sans JP", sans-serif;
}
@media screen and (max-width: 768px) {
  .follow-btn {
    display: none;
  }
}

/* ボタン内テキストのスタイル */
.follow-btn__txt {
  margin: 0;
  font-family: "Shippori Mincho", serif;
}

.follow-btn__txt--small {
  font-size: 1.25rem;
}

/* 閉じるボタンのスタイル */
.close-btn {
  width: 1.5rem;
  height: 1.5rem;
  background: #333;
  border: 0.125rem solid #fff;
  color: #fff;
  border-radius: 50%;
  font-size: 1rem;
  font-weight: bold;
  cursor: pointer;
  position: absolute;
  right: -0.5625rem;
  top: -0.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;
}

.page-our-clinic__wrap {
  padding: 2.5rem 0 3.0625rem;
  background-color: #A79B6B;
}
@media screen and (max-width: 768px) {
  .page-our-clinic__wrap {
    padding: 1.875rem 0 2.25rem;
  }
}

.page-our-clinic {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 91.25rem;
  padding: 0 1.25rem;
  margin: 0 auto;
  gap: 3.125rem;
}

.page-our-clinic__ttl {
  font-size: 2rem;
  font-weight: 700;
  color: #fff;
  font-family: "Shippori Mincho", serif;
}
@media screen and (max-width: 768px) {
  .page-our-clinic__ttl {
    font-size: 1.5rem;
  }
}

.page-our-clinic__txt {
  padding-top: 1.6875rem;
  color: #fff;
  max-width: 70rem;
}
@media screen and (max-width: 768px) {
  .page-our-clinic__txt {
    padding-top: 1rem;
  }
}

.page-our-clinic-img {
  width: 14.3125rem;
  height: auto;
  position: absolute;
  right: 0;
  top: -60%;
}
@media screen and (max-width: 768px) {
  .page-our-clinic-img {
    width: 6.25rem;
    top: -4rem;
    right: 1.25rem;
  }
}

.page-our-clinic-img--left {
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media screen and (max-width: 768px) {
  .page-our-clinic-img--left {
    left: inherit;
    top: -4rem;
    right: 1.25rem;
    -webkit-transform: inherit;
            transform: inherit;
  }
}

.page__bottom-link {
  padding-top: 5rem;
  padding-bottom: 7.5rem;
}
@media screen and (max-width: 768px) {
  .page__bottom-link {
    padding-top: 2.5rem;
    padding-bottom: 5rem;
  }
}

.faq-link {
  width: 100%;
  height: 18.1875rem;
  background-image: url(../img/page-img/link-faq.webp);
  background-position: center;
  background-size: cover;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-left: 5rem;
  max-width: 75rem;
  margin: 0 auto;
  position: relative;
}
.faq-link:hover {
  opacity: 0.8;
}
@media screen and (max-width: 768px) {
  .faq-link {
    padding-left: 1.875rem;
    height: auto;
    max-width: 31.25rem;
    min-height: 8.75rem;
    margin: 0 auto;
  }
}

.faq-link::before,
.faq-link::after {
  position: absolute;
  top: 50%;
  right: 5rem;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  content: "";
  vertical-align: middle;
}
@media screen and (max-width: 768px) {
  .faq-link::before,
.faq-link::after {
    right: 2rem;
  }
}

.faq-link::before {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 1.5rem;
  height: 1.5rem;
  border: 0.125rem solid #fff;
  border-radius: 50%;
}
@media screen and (max-width: 768px) {
  .faq-link::before {
    width: 1.25rem;
    height: 1.25rem;
  }
}

.faq-link::after {
  width: 0.4375rem;
  height: 0.4375rem;
  border-top: 0.125rem solid #fff;
  border-right: 0.125rem solid #fff;
  -webkit-transform: rotate(45deg) translateY(-50%);
          transform: rotate(45deg) translateY(-50%);
  right: 5.75rem;
}
@media screen and (max-width: 768px) {
  .faq-link::after {
    right: 2.625rem;
  }
}

.faq-link__content {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

.faq-link__ttl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-family: "Shippori Mincho", serif;
  gap: 2rem;
  border-bottom: 0.0625rem solid #fff;
  padding-bottom: 0.8125rem;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  color: #fff;
}
@media screen and (max-width: 768px) {
  .faq-link__ttl {
    gap: 0.625rem;
    padding-bottom: 0.5rem;
  }
}

.faq-link__ttl--big {
  font-size: 5rem;
}
@media screen and (max-width: 768px) {
  .faq-link__ttl--big {
    font-size: 2.5rem;
  }
}

.faq-link__ttl--small {
  font-size: 1.75rem;
  font-weight: 700;
}
@media screen and (max-width: 768px) {
  .faq-link__ttl--small {
    font-size: 1rem;
  }
}

.faq-link__txt {
  font-size: 1.3125rem;
  font-weight: 500;
  color: #fff;
  padding-top: 1.8125rem;
  font-weight: 500;
}
@media screen and (max-width: 768px) {
  .faq-link__txt {
    font-size: 0.75rem;
    padding-top: 0.5rem;
  }
}

.cure-link {
  padding-top: 8.375rem;
}
@media screen and (max-width: 768px) {
  .cure-link {
    padding-top: 3.5rem;
  }
}

.cure-link__ttl {
  text-align: center;
}

.top-implant__contents.cure-link__content .big-card__contents {
  min-height: inherit;
}

.top-implant__contents.cure-link__content .big-card__contents::after {
  height: 20%;
  top: 0.6875rem;
}

.page-implant__about {
  padding-top: 8.375rem;
  padding-bottom: 7.5rem;
}
@media screen and (max-width: 768px) {
  .page-implant__about {
    padding-top: 5rem;
    padding-bottom: 3.75rem;
  }
}

.page-implant__about-ttl {
  text-align: center;
}

.page-implant__about-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 6.25rem;
  padding-top: 3rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 768px) {
  .page-implant__about-content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 1.125rem;
    padding-top: 0;
  }
}

.page-implant__about-sub-ttl {
  font-size: 1.6875rem;
  font-weight: 700;
  padding-bottom: 2.3125rem;
}
@media screen and (max-width: 768px) {
  .page-implant__about-sub-ttl {
    padding-top: 2.5rem;
    padding-bottom: 0;
    font-size: 1rem;
    line-height: 1.4;
  }
}

.page-implant__about-img {
  width: 29.75rem;
  height: auto;
}
@media screen and (max-width: 768px) {
  .page-implant__about-img {
    width: 100%;
  }
}

.page__trouble {
  padding-top: 4.25rem;
  padding-bottom: 3.5rem;
  background-color: #F2F2F2;
}
@media screen and (max-width: 768px) {
  .page__trouble {
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }
}

.page__trouble-ttl {
  text-align: center;
}

.page__trouble-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 4.875rem;
  margin-top: 2.9375rem;
}
@media screen and (max-width: 768px) {
  .page__trouble-content {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 1.5rem;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-top: 1.5rem;
  }
}

.page__trouble-item-wrap {
  padding-bottom: 5rem;
  padding-right: 0.6875rem;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  position: relative;
}
@media screen and (max-width: 768px) {
  .page__trouble-item-wrap {
    padding-bottom: 3.3125rem;
    padding-right: 0.875rem;
  }
}

.page__trouble-item {
  width: 10rem;
  height: 10rem;
  background-color: #2D6A93;
  border-radius: 50%;
  color: #fff;
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.35;
  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;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .page__trouble-item {
    width: 6.875rem;
    height: 6.875rem;
    font-size: 0.875rem;
  }
}

.page__trouble-img {
  width: 5rem;
  height: auto;
  position: absolute;
  bottom: 0;
  right: 0;
}
@media screen and (max-width: 768px) {
  .page__trouble-img {
    width: 3.125rem;
  }
}

.page__trouble-img.page__trouble-img--big {
  width: 9.8125rem;
  height: auto;
}
@media screen and (max-width: 768px) {
  .page__trouble-img.page__trouble-img--big {
    width: 6.5625rem;
  }
}

.page__feature {
  padding-top: 8.375rem;
}
@media screen and (max-width: 768px) {
  .page__feature {
    padding-top: 5rem;
  }
}

.page__feature-ttl {
  text-align: center;
}

.page__feature-content {
  padding-top: 2.9375rem;
  padding-bottom: 8.9375rem;
}
@media screen and (max-width: 768px) {
  .page__feature-content {
    padding-top: 1.875rem;
    padding-bottom: 3.75rem;
  }
}

.page__feature-item + .page__feature-item {
  padding-top: 4.5rem;
}
@media screen and (max-width: 768px) {
  .page__feature-item + .page__feature-item {
    padding-top: 2rem;
  }
}

.page__feature-item-ttl {
  font-weight: 700;
  color: #A79B6B;
  font-family: "Shippori Mincho", serif;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  border-bottom: 0.0625rem solid;
}

.page__feature-item-ttl--num {
  font-size: 5rem;
  opacity: 0.32;
}
@media screen and (max-width: 768px) {
  .page__feature-item-ttl--num {
    font-size: 3rem;
  }
}

.page__feature-item-ttl--txt {
  font-size: 2rem;
  padding-bottom: 0.8125rem;
}
@media screen and (max-width: 768px) {
  .page__feature-item-ttl--txt {
    font-size: 1.25rem;
  }
}

.page__feature-item-txt {
  padding-top: 0.8125rem;
}
@media screen and (max-width: 768px) {
  .page__feature-item-txt {
    font-size: 0.875rem;
    padding-top: 0.5rem;
  }
}

.page__form-content {
  padding-top: 8.9375rem;
}
@media screen and (max-width: 768px) {
  .page__form-content {
    padding-top: 5rem;
  }
}

.page__form-ttl {
  text-align: center;
}

.page__form {
  margin-top: 4rem;
}
@media screen and (max-width: 768px) {
  .page__form {
    margin-top: 2.5rem;
  }
}

.header {
  width: 100%;
  height: 8.125rem;
  z-index: 1000;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1001;
  background-color: #fff;
  -webkit-transition: height 0.3s ease;
  transition: height 0.3s ease;
}
@media screen and (max-width: 768px) {
  .header {
    height: 3.9375rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

.header__inner::after {
  content: "";
  width: 100%;
  height: 0.625rem;
  background: -webkit-gradient(linear, left top, right top, from(#144B71), to(#008FF4));
  background: linear-gradient(to right, #144B71 0%, #008FF4 100%);
  bottom: -0.3125rem;
  position: absolute;
  left: 0;
}

.header__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0 2.5rem 0 2.1875rem;
  height: 100%;
  width: 100%;
  margin: 0 auto;
  position: relative;
}
@media screen and (max-width: 768px) {
  .header__inner {
    max-width: 100%;
    padding: 0 0 0 1.25rem;
  }
}

.header.header--sticky .header__inner::after {
  display: none;
}

.header.header--sticky .megaMenu {
  top: 5.875rem;
}

.header__logo {
  opacity: 1;
  height: auto;
  position: relative;
}
.header__logo a {
  display: block;
  width: 15.1875rem;
  height: auto;
}
@media screen and (max-width: 768px) {
  .header__logo a {
    width: 8.125rem;
  }
}
.header__logo img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.header__logo-clinic-name {
  font-size: 0.8125rem;
  letter-spacing: 0.04em;
  white-space: nowrap;
  padding-top: 0.6875rem;
}
@media screen and (max-width: 768px) {
  .header__logo-clinic-name {
    font-size: 0.4375rem;
    padding-top: 0.375rem;
  }
}

/* スクロール後追従ヘッダーに変更*/
.header--sticky {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1000;
  opacity: 1;
  visibility: visible;
  background-color: #fff;
  padding-top: 0;
  height: 5.9375rem;
}
@media screen and (max-width: 768px) {
  .header--sticky {
    height: 3.75rem;
  }
}

.header--sticky.slideDown {
  -webkit-animation: slideDown 0.3s linear forwards;
          animation: slideDown 0.3s linear forwards;
}

.header--sticky.slideUp {
  -webkit-animation: slideUp 0.3s linear forwards;
          animation: slideUp 0.3s linear forwards;
}

@-webkit-keyframes slideDown {
  0% {
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%);
  }
  100% {
    -webkit-transform: translateY(0%);
            transform: translateY(0%);
  }
}

@keyframes slideDown {
  0% {
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%);
  }
  100% {
    -webkit-transform: translateY(0%);
            transform: translateY(0%);
  }
}
@-webkit-keyframes slideUp {
  0% {
    -webkit-transform: translateY(0%);
            transform: translateY(0%);
  }
  100% {
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%);
  }
}
@keyframes slideUp {
  0% {
    -webkit-transform: translateY(0%);
            transform: translateY(0%);
  }
  100% {
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%);
  }
}
.header.header--sticky .header__left {
  opacity: 0;
  display: none;
  visibility: hidden;
  -webkit-transform: none;
          transform: none;
}
@media screen and (max-width: 768px) {
  .header.header--sticky .header__left {
    width: 6.25rem;
    opacity: 1;
    display: block;
    visibility: visible;
  }
}

.header.header--sticky .header__nav-top {
  display: none;
}

.header.header--sticky .header__contact-wrap {
  display: none;
}
@media screen and (max-width: 768px) {
  .header.header--sticky .header__contact-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

.header__sticky-wrap {
  display: none;
}

.header.header--sticky .header__sticky-wrap {
  display: block;
}
@media screen and (max-width: 768px) {
  .header.header--sticky .header__sticky-wrap {
    display: none;
  }
}

.header__sticky-nav-items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 1.625rem;
}

.header__sticky-nav-item {
  text-align: center;
}

.header-sticky__img {
  width: 2.625rem;
  height: 2.25rem;
  margin: 0 auto;
}

.header__sticky-txt {
  font-size: 0.9375rem;
  padding-top: 0.5rem;
}

.header__sticky-txt--padding {
  padding-top: 1.125rem;
}

.header__hamburger {
  display: none;
}
@media screen and (max-width: 768px) {
  .header__hamburger {
    height: 3.9375rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    position: relative;
    z-index: 1000;
    width: 3.9375rem;
    background: -webkit-gradient(linear, left bottom, left top, from(#428ABA), to(#2D6A93));
    background: linear-gradient(to top, #428ABA 0%, #2D6A93 100%);
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

@media (max-width: 1706px) {
  .open-hours__wrapper {
    display: none;
  }
}

.open-hours__ttl {
  border: 0.0625rem solid #2C6A93;
  text-align: center;
  color: #2C6A93;
  padding: 0.3125rem 0;
}

.open-hours__txt {
  font-size: 0.75rem;
  padding-top: 0.5rem;
  line-height: 1.5;
}
@media screen and (max-width: 768px) {
  .open-hours__txt {
    display: block;
  }
}

.header__nav-top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0;
  font-size: 0.9375rem;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
@media screen and (max-width: 768px) {
  .header__nav-top {
    display: none;
  }
}

.header__nav-top-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.header__nav-top-link {
  padding: 1.125rem 1.25rem 0.4375rem;
}

.header__nav-top-link::after {
  content: ""; /* 擬似要素に内容を持たせるために空の文字列を指定 */
  display: inline-block; /* インラインブロックにすることで幅や高さを指定可能にする */
  width: 0.75rem; /* 画像の幅を指定 */
  height: 0.75rem; /* 画像の高さを指定 */
  background-image: url(../img/icon/link-icon.svg); /* 画像のパスを指定 */
  background-size: contain; /* 画像を要素にフィットさせる */
  background-repeat: no-repeat; /* 画像の繰り返しを防ぐ */
  margin-left: 0.5rem;
}

.header__left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 2.125rem;
}

.header__right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 2.1875rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 768px) {
  .header__right {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
    height: 100%;
    gap: 0;
  }
}

.header.header--sticky .header__right {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .header.header--sticky .header__right {
    -webkit-box-pack: stretch;
        -ms-flex-pack: stretch;
            justify-content: stretch;
  }
}

.header__contact-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0.9375rem;
}
@media screen and (max-width: 768px) {
  .header__contact-wrap {
    height: 100%;
    gap: 0;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
}

@media screen and (max-width: 768px) {
  .header__nav {
    z-index: 10;
    position: absolute;
    top: -100%;
    left: 0;
    visibility: hidden;
    width: 100%;
    height: 100%;
    opacity: 0;
    -webkit-transition: 0.3s ease-in-out all;
    transition: 0.3s ease-in-out all;
    -ms-flex-negative: 1;
        flex-shrink: 1;
    overflow-y: auto;
    padding-bottom: 3.125rem;
  }
}

@media screen and (max-width: 768px) {
  .header__nav[aria-expanded=true] {
    position: fixed;
    opacity: 1;
    visibility: visible;
    background: -webkit-gradient(linear, left bottom, left top, from(#428ABA), to(#2D6A93));
    background: linear-gradient(to top, #428ABA 0%, #2D6A93 100%);
    top: 3.9375rem;
    height: 100vh;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    z-index: 100;
    width: 100%;
  }
}
@media screen and (max-width: 768px) and (max-width: 768px) {
  .header__nav[aria-expanded=true] {
    background: #DEEAF2;
  }
}

.drawer-nav {
  display: none;
}

.header__nav[aria-expanded=true] .drawer-nav {
  display: block;
}

.header__contact-wrap-drawer-nav {
  padding-top: 2.5rem;
}

.contact-btn-drawer-nav {
  background: -webkit-gradient(linear, left top, right bottom, from(#144B71), to(#008FF4));
  background: linear-gradient(to bottom right, #144B71 0%, #008FF4 100%);
  border: 0.125rem solid #367AA8;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-radius: 2.1875rem;
  -webkit-box-shadow: 0 0.125rem 0.0625rem rgba(0, 0, 0, 0.15);
          box-shadow: 0 0.125rem 0.0625rem rgba(0, 0, 0, 0.15);
  padding: 0.8125rem 2.4375rem;
  width: 16.25rem;
  height: 4.125rem;
  margin: 0 auto;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.contact-btn-drawer-nav + .contact-btn-drawer-nav {
  margin-top: 1rem;
}

.contact-btn-drawer-nav.contact-btn--gray {
  background: #fff;
  border: none;
  color: #2C6A93;
}

.contact-btn-drawer-nav.contact-btn--blue {
  margin-top: 1rem;
  color: #fff;
  white-space: nowrap;
}

.footer-middle__wrap-drawer-nav {
  margin-top: 2.5rem;
}

.footer-middle__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 3rem;
  margin-top: 2.5rem;
}
@media screen and (max-width: 768px) {
  .footer-middle__wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 2.5rem;
  }
}

@media screen and (max-width: 768px) {
  .drawer-nav .footer__hours {
    width: 100%;
    max-width: 350px;
    margin: 0 auto;
  }
}

.contact-btn__contents-drawer-nav {
  text-align: center;
  margin-left: 0.5rem;
}

.header__nav-top-drawer-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0;
  font-size: 0.9375rem;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.drawer__other-link-wrap {
  padding-top: 1.25rem;
}

.drawer__other-link.drawer__other-link--left::before {
  content: "";
  display: inline-block;
  width: 0.5rem;
  height: 0.0625rem;
  background-color: #333;
  margin-right: 0.5rem;
}

.drawer__other-link.drawer__other-link--left,
.drawer__other-link.drawer__other-link--right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0.625rem 1.25rem;
}

.drawer__other-link.drawer__other-link--right {
  padding-top: 1.625rem;
}

.drawer__other-link.drawer__other-link--right::before {
  content: ""; /* 擬似要素に内容を持たせるために空の文字列を指定 */
  display: inline-block; /* インラインブロックにすることで幅や高さを指定可能にする */
  width: 1.625rem; /* 画像の幅を指定 */
  height: 1.625rem; /* 画像の高さを指定 */
  background-image: url(../img/icon/icon-insta.webp); /* 画像のパスを指定 */
  background-size: contain; /* 画像を要素にフィットさせる */
  background-repeat: no-repeat; /* 画像の繰り返しを防ぐ */
  margin-right: 0.5rem;
}

.drawer__other-link.drawer__other-link--right::after {
  content: ""; /* 擬似要素に内容を持たせるために空の文字列を指定 */
  display: inline-block; /* インラインブロックにすることで幅や高さを指定可能にする */
  width: 0.75rem; /* 画像の幅を指定 */
  height: 0.75rem; /* 画像の高さを指定 */
  background-image: url(../img/icon/link-icon.svg); /* 画像のパスを指定 */
  background-size: contain; /* 画像を要素にフィットさせる */
  background-repeat: no-repeat; /* 画像の繰り返しを防ぐ */
  margin-left: 0.5rem;
}

.nav__items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 768px) {
  .nav__items {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    width: 100%;
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
    -webkit-box-pack: initial;
        -ms-flex-pack: initial;
            justify-content: initial;
  }
}

@media screen and (max-width: 768px) {
  .nav__item {
    width: 100%;
    color: #333;
    border-bottom: 0.0625rem solid #93C0D3;
  }
}

.nav__item:hover::after {
  content: "";
  background-color: #46A8EA;
  width: 100%;
  height: 0.25rem;
  display: block;
  position: relative;
  bottom: -0.625rem;
}

.nav__link.nav__link--parent {
  color: #333;
  display: block;
  padding: 0.375rem 0.9375rem;
  font-size: 1rem;
}
@media screen and (max-width: 768px) {
  .nav__link.nav__link--parent {
    padding: 0;
  }
}

.megaMenu {
  background-color: #DEEAF2;
  left: 0;
  opacity: 0;
  position: absolute;
  text-align: center;
  width: 100%;
  opacity: 0; /* 初期状態: 透明 */
  visibility: hidden; /* 初期状態: 見えない */
  -webkit-transition: opacity 0.3s ease, visibility 0.3s ease;
  transition: opacity 0.3s ease, visibility 0.3s ease; /* アニメーションを適用 */
  top: 8.125rem;
}
@media screen and (max-width: 768px) {
  .megaMenu {
    background-color: #fff;
  }
}

.megaMenu.show {
  opacity: 1; /* 表示: 不透明 */
  visibility: visible; /* 表示: 見える */
}

.megaMenu__list {
  padding-bottom: 1.5rem;
  padding-top: 1.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 1.1875rem;
}
@media screen and (max-width: 768px) {
  .megaMenu__list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding-bottom: 0;
    padding-top: 0;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    text-align: left;
  }
}

.megaMenu-item {
  display: inline-block;
  width: 13.8125rem;
}
@media screen and (max-width: 768px) {
  .megaMenu-item {
    width: 100%;
    padding: 1.0625rem 0 0.8125rem 2rem;
    border-bottom: 0.0625rem solid #E0E0E0;
  }
}

.megaMenu-item-txt {
  padding-top: 0.5rem;
}

/* メニューをhoverした時のスタイル */
.nav__item:hover .megaMenu {
  opacity: 1;
  visibility: visible;
}

.nav__link {
  padding: 0.375rem 0.9375rem;
  position: relative;
}
@media screen and (max-width: 768px) {
  .nav__link {
    position: relative;
    text-align: center;
    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;
    padding: 1.25rem;
  }
}

.nav__link::after {
  content: "";
  display: block;
  width: 0.0625rem; /* 線の幅 */
  height: 1.875rem; /* 線の高さ */
  background-color: #93BFD3; /* 線の色 */
  position: absolute;
  top: 50%;
  right: 0; /* 線を中央に配置 */
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.nav__link.nav__link--no-line::after {
  display: none;
}

@media screen and (max-width: 768px) {
  .nav__link.add-plusBtn::after {
    content: "";
    display: inline-block;
    width: 1.25rem;
    height: 0.0625rem;
    position: absolute;
    right: 0;
    background-color: #333333;
    margin-right: 0.3125rem;
  }
}

@media screen and (max-width: 768px) {
  .nav__link.add-plusBtn::before {
    content: "";
    display: inline-block;
    width: 1.25rem;
    height: 0.0625rem;
    rotate: 90deg;
    position: absolute;
    right: 0;
    background-color: #333333;
    margin-right: 0.3125rem;
  }
}

@media screen and (max-width: 768px) {
  .nav__link.add-plusBtn.is-open::before {
    opacity: 0;
  }
}

.footer-cta {
  background-image: url(../img/common/cta.webp);
  text-align: center;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  padding-top: 8rem;
  padding-bottom: 5.25rem;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
@media screen and (max-width: 768px) {
  .footer-cta {
    padding-top: 3.9375rem;
    padding-bottom: 3.5rem;
  }
}

.inner.footer-cta__inner {
  max-width: 71.25rem;
  margin: 0 auto;
}

.footer-cta__wrap {
  text-align: center;
  position: relative;
}

.footer-cta__ttl {
  font-size: 2.625rem;
  font-weight: 700;
  line-height: 1.4;
  color: #fff;
}
@media screen and (max-width: 768px) {
  .footer-cta__ttl {
    font-size: 1.625rem;
  }
}

.footer-cta__message-top {
  padding: 0.75rem 3.125rem;
  background-color: #043658;
  color: white;
  font-size: 1.375rem;
  font-weight: 700;
  line-height: 1.1;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  border-radius: 1.875rem;
  margin: 1.875rem auto 0;
}
@media screen and (max-width: 768px) {
  .footer-cta__message-top {
    font-size: 1rem;
    padding: 1.25rem 1.4375rem;
    line-height: 1.5;
    border-radius: 2.5rem;
  }
}

.footer-cta__message-bottom {
  color: #fff;
  font-size: 1.125rem;
  font-weight: 500;
  line-height: 1.7;
  padding-top: 1.125rem;
}
@media screen and (max-width: 768px) {
  .footer-cta__message-bottom {
    font-size: 0.875rem;
    text-align: left;
  }
}

.cta-btn__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 3rem;
  margin-top: 3.75rem;
}
@media screen and (max-width: 768px) {
  .cta-btn__wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-top: 2.875rem;
    gap: 1.5rem;
  }
}

.cta-btn__contents {
  min-width: 28.125rem;
  width: 100%;
  height: 7.5rem;
  color: #fff;
  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;
  border-radius: 0.625rem;
  -webkit-box-shadow: 0 0.375rem 0 #134669;
          box-shadow: 0 0.375rem 0 #134669;
  padding: 0.8125rem 2.4375rem;
  background: #333333;
  position: relative;
  z-index: 0;
  border: 0.125rem solid #367AA8;
  max-width: 67.5rem;
}
@media screen and (max-width: 768px) {
  .cta-btn__contents {
    min-width: inherit;
    height: 5.8125rem;
  }
}
.cta-btn__contents:hover {
  border: 0.0625rem solid #707070;
  -webkit-box-shadow: 0 0.375rem 0 #333333;
          box-shadow: 0 0.375rem 0 #333333;
}
.cta-btn__contents::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: -webkit-gradient(linear, left top, right top, from(#144B71), to(#008FF4));
  background: linear-gradient(to right, #144B71 0%, #008FF4 100%);
  z-index: -1;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
  opacity: 1;
  border-radius: 0.625rem;
}
.cta-btn__contents:hover::before {
  opacity: 0;
}

.cta-btn__contents.cta-btn__contents--gold::before {
  border: 0.125rem solid #AFA682;
  -webkit-box-shadow: 0 0.375rem 0 #6a6243;
          box-shadow: 0 0.375rem 0 #6a6243;
  background: -webkit-gradient(linear, left top, left bottom, from(#BEB17C), to(#847C5B));
  background: linear-gradient(to bottom, #BEB17C 0%, #847C5B 100%);
}

.cta-btn__txt {
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.2;
}
@media screen and (max-width: 768px) {
  .cta-btn__txt {
    font-size: 0.875rem;
  }
}

.cta-btn__txt--big {
  font-size: 2rem;
  font-weight: 700;
  display: block;
  font-family: "Shippori Mincho", serif;
  line-height: 1.2;
}
@media screen and (max-width: 768px) {
  .cta-btn__txt--big {
    font-size: 1.4375rem;
  }
}

.footer-cta__tel-wrap {
  background-color: #fff;
  padding: 0.9375rem 2.125rem;
  margin-top: 1.875rem;
  border-radius: 0.625rem;
  display: block;
}
@media screen and (max-width: 768px) {
  .footer-cta__tel-wrap {
    padding: 0.875rem;
  }
}

.footer-cta__tel-ttl {
  font-size: 1.375rem;
  font-weight: 700;
  color: #fff;
  background-color: #037BCD;
  padding: 0.625rem 0;
}
@media screen and (max-width: 768px) {
  .footer-cta__tel-ttl {
    font-size: 0.875rem;
  }
}

.footer-cta__tel-contents {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-top: 1.125rem;
  gap: 5rem;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (max-width: 768px) {
  .footer-cta__tel-contents {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 0.8125rem;
  }
}

.footer-cta__tel-txt {
  font-size: 1.4375rem;
  line-height: 1.3;
  font-weight: 700;
  color: #2D6A93;
}
@media screen and (max-width: 768px) {
  .footer-cta__tel-txt {
    font-size: 0.875rem;
  }
}

.footer-cta__tel-num {
  font-size: 3.25rem;
  line-height: 1.3;
  font-weight: 700;
  color: #2D6A93;
}
@media screen and (max-width: 768px) {
  .footer-cta__tel-num {
    font-size: 2.75rem;
    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;
  }
}

.footer-cta__tel-num::before {
  content: ""; /* 必ず指定 */
  display: inline-block; /* 必要に応じて block でも可 */
  width: 2.8125rem; /* 画像の幅を指定 */
  height: 2.3125rem; /* 画像の高さを指定 */
  background-image: url(../img/icon/icon-tel.svg); /* 画像のパスを指定 */
  background-size: contain; /* 画像を要素に収める */
  background-repeat: no-repeat;
  background-position: center;
}
@media screen and (max-width: 768px) {
  .footer-cta__tel-num::before {
    width: 1.875rem; /* 画像の幅を指定 */
    height: 2rem; /* 画像の高さを指定 */
  }
}

.footer-nav {
  padding: 5rem 0;
  background: -webkit-gradient(linear, left bottom, left top, from(#DEEAF2), to(#F4F4F4));
  background: linear-gradient(to top, #DEEAF2 0%, #F4F4F4 100%);
}
@media screen and (max-width: 768px) {
  .footer-nav {
    padding: 3.5rem 0;
  }
}

.footer-nav__inner {
  max-width: 78.75rem;
  width: 100%;
  margin: 0 auto;
  padding: 0 1.875rem;
}

.footer-nav__top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 3.25rem;
}
@media screen and (max-width: 768px) {
  .footer-nav__top {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 1.4375rem;
  }
}

@media screen and (max-width: 768px) {
  .footer__logo-wrap {
    width: 14.5625rem;
    margin: 0 auto;
  }
}

.footer__logo {
  width: 15.625rem;
  height: auto;
  display: block;
}
@media screen and (max-width: 768px) {
  .footer__logo {
    width: 100%;
  }
}

.footer__logo-txt {
  padding: 0.375rem 0;
  text-align: center;
  background-color: #2D6A93;
  color: #fff;
  width: 100%;
  margin-top: 1.125rem;
}
@media screen and (max-width: 768px) {
  .footer__logo-txt {
    font-size: 0.8125rem;
  }
}

.footer-nav__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 2.6875rem;
}
@media screen and (max-width: 768px) {
  .footer-nav__wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 0;
  }
}

.footer-nav__item {
  border-top: 0.0625rem solid #367AA8;
  padding-top: 1.25rem;
  padding-bottom: 2.0625rem;
  width: 100%;
  gap: 0;
  display: block;
}
@media screen and (max-width: 768px) {
  .footer-nav__item {
    border-top: none;
    padding-bottom: 0;
    padding-top: 0;
  }
}

.footer-nav__item-inner {
  display: block;
}

.footer-nav__item-inner:not(:first-child) {
  border-top: 0.0625rem solid #367AA8;
  padding-top: 1.25rem;
  padding-bottom: 2.0625rem;
  width: 100%;
  margin-top: 2.0625rem;
}
@media screen and (max-width: 768px) {
  .footer-nav__item-inner:not(:first-child) {
    border-top: none;
    padding-top: 0;
    margin-top: 0;
    padding-bottom: 0;
  }
}

.footer-nav__main {
  font-size: 1.125rem;
  font-weight: 600;
  line-height: 1.2;
}

.footer-nav__sub {
  font-size: 1rem;
  padding-top: 0.625rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.5rem;
}
@media screen and (max-width: 768px) {
  .footer-nav__sub {
    border-bottom: 0.0625rem solid #E0E0E0;
    padding-top: 1.0625rem;
    padding-bottom: 0.9375rem;
    padding-left: 2.25rem;
  }
}

.footer-nav__sub::before {
  content: "";
  display: inline-block;
  width: 0.5rem;
  height: 0.0625rem;
  background-color: #333;
}

.footer-middle__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 3rem;
}
@media screen and (max-width: 768px) {
  .footer-middle__wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 2.5rem;
  }
}

.footer__hours-img {
  width: 28.3125rem;
  height: auto;
  margin-top: 0.625rem;
}
@media screen and (max-width: 768px) {
  .footer__hours-img {
    width: 100%;
  }
}

.footer__hours-address {
  line-height: 1.5;
}
@media screen and (max-width: 768px) {
  .footer__hours-address {
    font-size: 0.8125rem;
  }
}

.footer__map {
  width: 43.75rem;
  height: auto;
}
@media screen and (max-width: 768px) {
  .footer__map {
    width: 100%;
  }
}

.footer__map iframe {
  width: 100%;
  height: 100%;
}

.footer-bottom__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 5rem;
  margin-top: 2.5rem;
}
@media screen and (max-width: 768px) {
  .footer-bottom__wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 1rem;
  }
}

.link-banner {
  width: 35rem;
  height: auto;
}
@media screen and (max-width: 768px) {
  .link-banner {
    width: 100%;
  }
}

.footer__other-link-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 3.1875rem;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 3.125rem;
}
@media screen and (max-width: 768px) {
  .footer__other-link-wrap {
    margin-top: 2.5rem;
    gap: 0.875rem;
    -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;
  }
}

.footer__other-link {
  font-size: 0.875rem;
}

.footer__other-link.footer__other-link--left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.footer__other-link.footer__other-link--left::before {
  content: "";
  display: inline-block;
  width: 0.5rem;
  height: 0.0625rem;
  background-color: #333;
  margin-right: 0.5rem;
}

.footer__other-link.footer__other-link--right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.footer__other-link.footer__other-link--right::before {
  content: ""; /* 擬似要素に内容を持たせるために空の文字列を指定 */
  display: inline-block; /* インラインブロックにすることで幅や高さを指定可能にする */
  width: 1.625rem; /* 画像の幅を指定 */
  height: 1.625rem; /* 画像の高さを指定 */
  background-image: url(../img/icon/icon-insta.webp); /* 画像のパスを指定 */
  background-size: contain; /* 画像を要素にフィットさせる */
  background-repeat: no-repeat; /* 画像の繰り返しを防ぐ */
  margin-right: 0.5rem;
}

.footer__other-link.footer__other-link--right::after {
  content: ""; /* 擬似要素に内容を持たせるために空の文字列を指定 */
  display: inline-block; /* インラインブロックにすることで幅や高さを指定可能にする */
  width: 0.75rem; /* 画像の幅を指定 */
  height: 0.75rem; /* 画像の高さを指定 */
  background-image: url(../img/icon/link-icon.svg); /* 画像のパスを指定 */
  background-size: contain; /* 画像を要素にフィットさせる */
  background-repeat: no-repeat; /* 画像の繰り返しを防ぐ */
  margin-left: 0.5rem;
}

.footer__copyright {
  background: -webkit-gradient(linear, left bottom, left top, from(#428ABA), to(#2D6A93));
  background: linear-gradient(to top, #428ABA 0%, #2D6A93 100%);
  color: #fff;
  text-align: center;
  padding: 1.0625rem 0;
}
@media screen and (max-width: 768px) {
  .footer__copyright {
    font-size: 0.6875rem;
  }
}

.footer-cta__comment--wrap {
  height: 8.375rem;
  width: 8.375rem;
  background-color: #C99F4F;
  border-radius: 50%;
  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;
  position: absolute;
  left: 10%;
  top: -5%;
}
@media screen and (max-width: 768px) {
  .footer-cta__comment--wrap {
    display: none;
  }
}

.footer-cta__comment {
  color: #fff;
  font-size: 1.125rem;
  font-weight: 700;
  line-height: 1.2222222222;
  position: relative;
}

.footer-cta__comment::after {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-right: 0.625rem solid transparent;
  border-left: 0.625rem solid transparent;
  border-bottom: 1.375rem solid #C99F4F;
  border-top: 0;
  -webkit-transform: rotate(137deg);
          transform: rotate(137deg);
  position: absolute;
  bottom: -34%;
  right: -11%;
}

.parts-page {
  background-color: gray;
}

.card__wrap {
  max-width: 21.875rem;
  width: 100%;
  height: auto;
  position: relative;
  overflow: hidden;
  border-radius: 0.625rem;
  background-color: #fff;
  -webkit-box-shadow: 0 0.1875rem 1.25rem rgba(0, 18, 93, 0.16);
          box-shadow: 0 0.1875rem 1.25rem rgba(0, 18, 93, 0.16);
  -webkit-transition: background-color 0.3s ease, -webkit-transform 0.3s ease;
  transition: background-color 0.3s ease, -webkit-transform 0.3s ease;
  transition: background-color 0.3s ease, transform 0.3s ease;
  transition: background-color 0.3s ease, transform 0.3s ease, -webkit-transform 0.3s ease;
}
@media screen and (max-width: 768px) {
  .card__wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 100%;
    min-height: 6.25rem;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    max-width: inherit;
  }
}
.card__wrap:hover {
  background-color: #037BCD;
}
.card__wrap:hover .card__img {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}
.card__wrap:hover .card__icon-wrap {
  background-color: #037BCD;
}
.card__wrap:hover .card__txt {
  color: #fff;
}
.card__wrap:hover .card__link {
  color: #fff;
  border-bottom: 0.0625rem solid #fff;
}

.card__img {
  width: 100%;
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
  aspect-ratio: 350/280;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 768px) {
  .card__img {
    width: 36%;
  }
}

.card__contents {
  padding-top: 2.625rem;
  padding-bottom: 2.375rem;
  text-align: center;
  -webkit-transition: background-color 0.3s ease, color 0.3s ease;
  transition: background-color 0.3s ease, color 0.3s ease;
  position: relative;
  height: 100%;
  min-height: 11.875rem;
}
@media screen and (max-width: 768px) {
  .card__contents {
    width: 66%;
    min-height: auto;
    text-align: right;
    padding: 0 0.8125rem 0 1.75rem;
  }
}

.card__txt {
  line-height: 1.5;
  font-size: 1.25rem;
  font-weight: 700;
  color: #2D6A93;
  -webkit-transition: color 0.3s ease;
  transition: color 0.3s ease;
  position: relative;
  z-index: 10;
}
@media screen and (max-width: 768px) {
  .card__txt {
    font-size: 0.875rem;
    text-align: left;
  }
}

.card__icon-wrap {
  width: 6.25rem;
  height: 6.25rem;
  border-radius: 50%;
  position: absolute;
  -webkit-transform: translate(50%, -50%);
          transform: translate(50%, -50%);
  -webkit-transition: background-color 0.3s ease;
  transition: background-color 0.3s ease;
  right: 50%;
  z-index: 10;
  background-color: #fff;
  top: 0;
}
@media screen and (max-width: 768px) {
  .card__icon-wrap {
    width: 2.125rem;
    height: 2.125rem;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    top: 50%;
    left: 0;
    right: inherit;
  }
}

.card__icon {
  width: 2.875rem;
  height: auto;
  position: absolute;
  right: 50%;
  top: 50%;
  -webkit-transform: translate(50%, -50%);
          transform: translate(50%, -50%);
}
@media screen and (max-width: 768px) {
  .card__icon {
    width: 0.9375rem;
  }
}

.card__link {
  color: #367AA8;
  border-bottom: 0.0625rem solid #367AA8;
  margin: 0 auto;
  font-size: 1.125rem;
  -webkit-transition: color 0.3s ease;
  transition: color 0.3s ease;
  padding-top: 2.0625rem;
  display: inline-block;
  -webkit-transition: color 0.3s ease, border-bottom-color 0.3s ease;
  transition: color 0.3s ease, border-bottom-color 0.3s ease;
  position: absolute;
  bottom: 1.875rem;
  right: 50%;
  -webkit-transform: translateX(50%);
          transform: translateX(50%);
}
@media screen and (max-width: 768px) {
  .card__link {
    font-size: 0.6875rem;
    bottom: 0.75rem;
    right: 0.75rem;
    -webkit-transform: inherit;
            transform: inherit;
  }
}

.big-card__wrap {
  max-width: 29.75rem;
  width: 100%;
  display: block;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .big-card__wrap {
    -webkit-box-shadow: 0 0.1875rem 1.25rem rgba(0, 18, 93, 0.13);
            box-shadow: 0 0.1875rem 1.25rem rgba(0, 18, 93, 0.13);
  }
}
.big-card__wrap:hover .big-card__img {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}
.big-card__wrap:hover .big-card__contents {
  background-color: #037BCD;
}
.big-card__wrap:hover .big-card__ttl {
  color: #fff;
}
.big-card__wrap:hover .big-card__ttl::before {
  border-top: 0.1875rem solid #fff;
  border-right: 0.1875rem solid #fff;
}
.big-card__wrap:hover .big-card__txt {
  color: #fff;
}
.big-card__wrap:hover .big-card__link {
  color: #fff;
  border-bottom: 0.0625rem solid #fff;
}

.big-card__img {
  max-width: 29.75rem;
  height: auto;
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}

.big-card__contents {
  background-color: #fff;
  padding: 1.875rem;
  -webkit-transition: background-color 0.3s ease;
  transition: background-color 0.3s ease;
  position: relative;
  height: 100%;
  min-height: 24.625rem;
}
@media screen and (max-width: 768px) {
  .big-card__contents {
    min-height: inherit;
  }
}

.big-card__contents::after {
  content: "";
  height: 21.25rem;
  width: 0.0625rem;
  background-color: #93C0D3;
  display: block;
  position: absolute;
  right: 0;
  top: 5%;
}
@media screen and (max-width: 768px) {
  .big-card__contents::after {
    display: none;
  }
}

.big-card__ttl {
  font-size: 1.25rem;
  font-weight: 700;
  color: #367AA8;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transition: color 0.3s ease;
  transition: color 0.3s ease;
}

.big-card__ttl::before {
  content: "";
  display: inline-block;
  margin-right: 0.9375rem;
  width: 0.5rem;
  height: 0.5rem;
  border-top: 0.1875rem solid #367AA8;
  border-right: 0.1875rem solid #367AA8;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  -webkit-transition: color 0.3s ease;
  transition: color 0.3s ease;
}

@media screen and (max-width: 768px) {
  .big-card__ttl--small {
    font-size: 1rem;
  }
}

.big-card__txt {
  line-height: 2;
  padding-top: 1.5rem;
  -webkit-transition: color 0.3s ease;
  transition: color 0.3s ease;
}
@media screen and (max-width: 768px) {
  .big-card__txt {
    font-size: 0.875rem;
    line-height: 1.8;
  }
}

.trouble-card__wrap {
  width: 17.8125rem;
  height: 17.8125rem;
  border-radius: 0.625rem;
  background-color: #fff;
  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;
  -webkit-transition: background-color 0.3s ease;
  transition: background-color 0.3s ease;
  -webkit-box-shadow: 0 0.1875rem 1.25rem rgba(0, 18, 93, 0.16);
          box-shadow: 0 0.1875rem 1.25rem rgba(0, 18, 93, 0.16);
}
@media screen and (max-width: 768px) {
  .trouble-card__wrap {
    width: 100%;
    height: 100%;
    min-width: 10.3125rem;
    padding: 0.5rem;
  }
}
.trouble-card__wrap .treatment-card__wrap.treatment-card__wrap--01 {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}
.trouble-card__wrap:hover {
  background-color: #037BCE;
}
.trouble-card__wrap:hover .trouble-card__txt {
  color: #fff;
}
.trouble-card__wrap:hover .trouble-card__arrow {
  color: #fff;
  border: 0.09375rem solid #fff;
}
.trouble-card__wrap:hover .trouble-card__arrow::after {
  border-top: 0.09375rem solid #fff;
  border-right: 0.09375rem solid #fff;
}

.trouble-card__img {
  width: 9.375rem;
  height: auto;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .trouble-card__img {
    width: 5.5rem;
  }
}

.trouble-card__contents {
  text-align: center;
}

.trouble-card__txt {
  font-size: 1.125rem;
  color: #2D6A93;
  padding-top: 0.9375rem;
  font-weight: 700;
  -webkit-transition: color 0.3s ease;
  transition: color 0.3s ease;
}
@media screen and (max-width: 768px) {
  .trouble-card__txt {
    font-size: 0.75rem;
    padding-top: 0.4375rem;
  }
}

.trouble-card__arrow {
  width: 1.125rem;
  height: 1.125rem;
  border: 0.09375rem solid #2D6A93;
  border-radius: 50%;
  position: relative;
  color: #2D6A93;
  display: block;
  margin: 0 auto;
  margin-top: 0.8125rem;
  -webkit-transition: color 0.3s ease;
  transition: color 0.3s ease;
}
@media screen and (max-width: 768px) {
  .trouble-card__arrow {
    width: 0.875rem;
    height: 0.875rem;
    border: 0.0625rem solid #2D6A93;
  }
}

.trouble-card__arrow::after {
  position: absolute;
  left: 45%;
  top: 50%;
  content: "";
  width: 0.375rem;
  height: 0.375rem;
  border-top: 0.09375rem solid #2D6A93;
  border-right: 0.09375rem solid #2D6A93;
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
          transform: translate(-50%, -50%) rotate(45deg);
  -webkit-transition: color 0.3s ease;
  transition: color 0.3s ease;
}

.treatment-card__wrap {
  width: 100%;
  height: auto;
  padding: 6.875rem 0;
  position: relative;
  overflow: hidden;
  max-height: 31.25rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 768px) {
  .treatment-card__wrap {
    padding: 3.5rem 0;
  }
}

.treatment-card__wrap::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
  z-index: -1;
  /* 背景画像をコンテンツの後ろに配置 */
}

.treatment-card__wrap--01::after {
  background-image: url(../img/top/treatment01.webp);
}

.treatment-card__wrap--02::after {
  background-image: url(../img/top/treatment02.webp);
}

.treatment-card__wrap--03::after {
  background-image: url(../img/top/treatment03.webp);
}

/* .hovered クラスが付与されたときのアニメーション */
.treatment-card__wrap.hovered::after {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}

.treatment-card__wrap.hovered::before {
  background: -webkit-gradient(linear, left bottom, left top, from(#428ABA), to(#2D6A93));
  background: linear-gradient(to top, #428ABA 0%, #2D6A93 100%);
}

.treatment-card__wrap.hovered .treatment-card__sub-ttl {
  color: #fff;
}

.treatment-card__wrap.hovered .treatment-card__ttl {
  color: #fff;
}

.treatment-card__wrap.hovered .treatment-card__ttl::after {
  background-color: #fff;
}

.treatment-card__wrap.hovered .treatment-card__txt {
  color: #fff;
}

.treatment-card__wrap::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: -webkit-gradient(linear, left bottom, left top, from(#DEEAF2), to(#F4F4F4));
  background: linear-gradient(to top, #DEEAF2 0%, #F4F4F4 100%);
  opacity: 0.8;
  z-index: 1;
}

.treatment-card__contents {
  margin: 0 auto;
  text-align: center;
  position: relative;
  z-index: 2;
  padding: 0 1.875rem;
}
@media screen and (max-width: 768px) {
  .treatment-card__contents {
    padding: 0 1.25rem;
  }
}

.treatment-card__sub-ttl {
  font-weight: 500;
  color: #367AA8;
}

.treatment-card__ttl {
  font-size: 2.5rem;
  font-weight: 700;
  line-height: 1.2;
  padding-top: 1.25rem;
  color: #367AA8;
  position: relative;
  font-family: "Shippori Mincho", serif;
}
@media screen and (max-width: 768px) {
  .treatment-card__ttl {
    font-size: 1.625rem;
  }
}

.treatment-card__ttl::after {
  content: "";
  width: 5.375rem;
  height: 0.0625rem;
  background-color: #367AA8;
  display: block;
  margin: 0.625rem auto 0;
}

.treatment-card__txt {
  padding-top: 1.25rem;
  line-height: 2;
  font-size: 0.9375rem;
}
@media screen and (max-width: 768px) {
  .treatment-card__txt {
    text-align: left;
    font-size: 0.875rem;
  }
}

@media screen and (max-width: 768px) {
  .treatment-card__contents .btn__wrap {
    padding-top: 1.875rem;
  }
}

.treatment-card__contents .btn {
  max-width: 17.5rem;
}

.treatment-card__contents .btn.btn--long {
  max-width: 24.375rem;
}

/* tab */
.top-case__tab-container {
  max-width: 75rem;
  width: 100%;
  min-height: 75rem;
  height: 100%;
  margin: 0 auto;
  padding: 4.625rem 1.25rem 0;
}
@media screen and (max-width: 768px) {
  .top-case__tab-container {
    padding: 2.5rem 0 0;
  }
}

li {
  list-style: none;
}

/* タブリスト */
.tab__nav ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .tab__nav ul {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.tab__list {
  width: 20%;
  height: 5.25rem;
  font-size: 1.25rem;
  font-weight: 700;
  color: #333;
  background-color: #fff;
  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;
}
@media screen and (max-width: 768px) {
  .tab__list {
    height: 3.9375rem;
    font-size: 0.75rem;
    font-weight: 500;
    text-align: center;
  }
}
.tab__list:first-child {
  border-radius: 0.625rem 0 0 0.625rem;
}
.tab__list:last-child {
  border-radius: 0 0.625rem 0.625rem 0;
}
.tab__list + .tab__list {
  position: relative;
}
.tab__list + .tab__list::before {
  content: "";
  height: 3.125rem;
  width: 0.0625rem;
  background-color: #2D6A93;
  position: absolute;
  left: 0;
}
@media screen and (max-width: 768px) {
  .tab__list + .tab__list::before {
    height: 2rem;
  }
}
.tab__list:not(.is-active) {
  cursor: pointer;
}
.tab__list.is-active {
  background-color: #2D6A93;
  color: #fff;
  position: relative;
}
.tab__list.is-active::after {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-right: 0.6875rem solid transparent;
  border-left: 0.6875rem solid transparent;
  border-top: 0.8125rem solid #2D6A93;
  border-bottom: 0;
  position: absolute;
  bottom: -0.3125rem;
  -webkit-transform: translateY(50%);
          transform: translateY(50%);
}
.tab__container {
  width: 100%;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
}

.tab__container {
  margin-top: 5rem;
}
@media screen and (max-width: 768px) {
  .tab__container {
    margin-top: 1.25rem;
  }
}

.tabContent {
  display: none;
  width: 100%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 3.125rem 5rem 3.75rem;
  background-color: white;
  min-height: 69.375rem;
}
@media screen and (max-width: 768px) {
  .tabContent {
    padding: 1.5625rem 1.5625rem 2rem;
  }
}
@media screen and (max-width: 768px) {
  .tabContent img {
    margin-right: 0;
  }
}

.tabContent.is-active {
  display: block;
  -webkit-animation: fadeIn 0.2s linear;
          animation: fadeIn 0.2s linear;
}

@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
    visibility: hidden;
  }
  100% {
    opacity: 1;
    visibility: visible;
  }
}

@keyframes fadeIn {
  0% {
    opacity: 0;
    visibility: hidden;
  }
  100% {
    opacity: 1;
    visibility: visible;
  }
}
.tabContent__img-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  max-width: 54.25rem;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .tabContent__img-wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.tabContent__img {
  width: 24rem;
  height: auto;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .tabContent__img {
    width: 100%;
  }
}

.tabContent__triangle {
  width: 0;
  height: 0;
  border-style: solid;
  border-top: 1.25rem solid transparent;
  border-bottom: 1.25rem solid transparent;
  border-left: 1.875rem solid #2D6A93;
  border-right: 0;
}
@media screen and (max-width: 768px) {
  .tabContent__triangle {
    border-right: 0.9375rem solid transparent;
    border-left: 0.9375rem solid transparent;
    border-top: 1.4375rem solid #555555;
    border-bottom: 0;
  }
}

.tabContent__item-wrap {
  display: grid;
  grid-template-columns: 1fr 1fr;
  -webkit-column-gap: 2.5rem;
     -moz-column-gap: 2.5rem;
          column-gap: 2.5rem;
  margin: 2.875rem auto 0;
  row-gap: 2.875rem;
}
@media screen and (max-width: 768px) {
  .tabContent__item-wrap {
    grid-template-columns: 1fr;
    -webkit-column-gap: 0;
       -moz-column-gap: 0;
            column-gap: 0;
    row-gap: 2.1875rem;
    margin: 1.5rem auto 0;
  }
}

.tabContent__item {
  width: 100%;
}

.tabContent__ttl {
  border-bottom: 0.0625rem solid #2D6A93;
  color: #2D6A93;
  font-size: 1.25rem;
  padding-bottom: 0.8125rem;
}
@media screen and (max-width: 768px) {
  .tabContent__ttl {
    font-size: 1rem;
  }
}

.tabContent__txt {
  padding-top: 1.25rem;
  line-height: 1.7;
}
@media screen and (max-width: 768px) {
  .tabContent__txt {
    font-size: 0.875rem;
    padding-top: 0.75rem;
  }
}

@media screen and (max-width: 768px) {
  .tabContent .btn {
    max-width: 17.5rem;
  }
}

.hamburger {
  position: relative;
  cursor: pointer;
  display: none;
}
@media screen and (max-width: 768px) {
  .hamburger {
    width: 2.5rem;
    display: block;
    height: 1.1875rem;
    position: relative;
    z-index: 11;
  }
}

button.hamburger[aria-expanded=true] span {
  background-color: #fff;
}

button.hamburger span {
  display: block;
  position: relative;
  background-color: #fff;
  left: 50%;
  width: 1.75rem;
  height: 0.125rem;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.hamburger span:nth-of-type(1) {
  top: -0.375rem;
}

.hamburger span:nth-of-type(2) {
  top: 0;
}

.hamburger span:nth-of-type(3) {
  top: 0.375rem;
}

@media screen and (max-width: 768px) {
  .hamburger[aria-expanded=true] span:nth-of-type(1) {
    top: 0.125rem;
    -webkit-transform: translateX(-50%) rotate(135deg);
            transform: translateX(-50%) rotate(135deg);
  }
}

.hamburger[aria-expanded=true] span:nth-of-type(2) {
  opacity: 0;
}

@media screen and (max-width: 768px) {
  .hamburger[aria-expanded=true] span:nth-of-type(3) {
    top: -0.125rem;
    -webkit-transform: translateX(-50%) rotate(-135deg);
            transform: translateX(-50%) rotate(-135deg);
  }
}

@media screen and (max-width: 768px) {
  .hamburger__txt {
    color: #fff;
    white-space: nowrap;
    font-size: 0.625rem;
    font-weight: 500;
    padding-top: 0.625rem;
  }
}

.btn__wrap {
  padding-top: 4.125rem;
}

.btn {
  position: relative;
  padding: 1.25rem 3.75rem;
  display: block;
  background: #333333;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  min-width: 17.5rem;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  text-align: center;
  border: 0.0625rem solid #2D6A93;
  border-radius: 0.625rem;
  -webkit-box-shadow: 0 0.1875rem 0.125rem rgba(0, 0, 0, 0.16);
          box-shadow: 0 0.1875rem 0.125rem rgba(0, 0, 0, 0.16);
  margin: 0 auto;
  overflow: hidden;
  z-index: 1;
  /* グラデーション用の擬似要素 */
  /* ホバー時のグラデーション変更 */
}
.btn:hover {
  border: 0.0625rem solid #707070;
}
.btn::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: -webkit-gradient(linear, left top, right top, from(#144B71), to(#008FF4));
  background: linear-gradient(to right, #144B71 0%, #008FF4 100%);
  z-index: -1;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
  opacity: 1;
}
.btn:hover::before {
  opacity: 0;
}
@media screen and (max-width: 768px) {
  .btn {
    padding: 1.125rem 1.5625rem;
    width: 100%;
    max-width: 20.375rem;
  }
}

.btn.btn--gold {
  background: #333333;
  border: 0.0625rem solid #A79B6B;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.625rem;
  margin: inherit;
  /* グラデーション用の擬似要素 */
}
.btn.btn--gold:hover {
  border: 0.0625rem solid #707070;
}
.btn.btn--gold::before {
  background: -webkit-gradient(linear, left top, right top, from(#BEB17C), to(#847C5B));
  background: linear-gradient(to right, #BEB17C 0%, #847C5B 100%);
}

.btn__txt {
  position: relative;
  color: #fff;
  font-size: 1.125rem;
  font-weight: 700;
  z-index: 1;
}
.btn__txt::after {
  content: "";
  display: inline-block;
  position: absolute;
  width: 0.5rem;
  height: 0.5rem;
  border-top: 0.125rem solid #fff;
  border-right: 0.125rem solid #fff;
  -webkit-transition: color 0.3s ease;
  transition: color 0.3s ease;
  top: 50%;
  right: -35px;
  -webkit-transform: translateY(-50%) rotate(45deg);
          transform: translateY(-50%) rotate(45deg);
}

.catch-copy__btn-wrap .btn__txt::after {
  display: none;
}

.btn-icon {
  width: 1.75rem;
}

.contact-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 2.1875rem;
  -webkit-box-shadow: 0 0.125rem 0.0625rem rgba(0, 0, 0, 0.15);
          box-shadow: 0 0.125rem 0.0625rem rgba(0, 0, 0, 0.15);
  padding: 0.8125rem 2.4375rem;
}
@media screen and (max-width: 768px) {
  .contact-btn {
    -webkit-box-shadow: none;
            box-shadow: none;
    border-radius: 0;
    width: 3.875rem;
    height: 100%;
    padding: 0.75rem;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

.contact-btn__img {
  width: 1.25rem;
  height: 1.3125rem;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

.contact-btn__contents {
  text-align: center;
  margin-left: 0.5rem;
}

.contact-btn__txt {
  font-size: 0.75rem;
  font-weight: 700;
}
@media screen and (max-width: 768px) {
  .contact-btn__txt {
    white-space: nowrap;
    font-size: 0.625rem;
  }
}

.contact-btn__num {
  font-size: 1.25rem;
  font-family: "Shippori Mincho", serif;
  font-weight: 700;
  display: block;
}

.contact-btn.contact-btn--gray {
  border: 0.125rem solid #ddd;
}
@media screen and (max-width: 768px) {
  .contact-btn.contact-btn--gray {
    border: none;
    border-left: 0.0625rem solid #93C0D3;
  }
}

.contact-btn.contact-btn--blue {
  background: -webkit-gradient(linear, left top, right bottom, from(#144B71), to(#008FF4));
  background: linear-gradient(to bottom right, #144B71 0%, #008FF4 100%);
  border: 0.125rem solid #367AA8;
}
@media screen and (max-width: 768px) {
  .contact-btn.contact-btn--blue {
    border: none;
    background: #fff;
    color: #333;
    border-left: 0.0625rem solid #93C0D3;
  }
}

.contact-btn__img--calender {
  width: 1.5625rem;
  height: auto;
}

.contact-btn.contact-btn--blue .contact-btn__num,
.contact-btn.contact-btn--blue .contact-btn__txt {
  color: #fff;
}
@media screen and (max-width: 768px) {
  .contact-btn.contact-btn--blue .contact-btn__num,
.contact-btn.contact-btn--blue .contact-btn__txt {
    color: #333;
    white-space: nowrap;
  }
}

.contact-btn.contact-btn--drawer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 2.1875rem;
  -webkit-box-shadow: 0 0.125rem 0.0625rem rgba(0, 0, 0, 0.15);
          box-shadow: 0 0.125rem 0.0625rem rgba(0, 0, 0, 0.15);
  padding: 0.8125rem 2.4375rem;
  width: 100%;
  max-width: 16.5625rem;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.contact-btn__img {
  width: 1.25rem;
  height: 1.3125rem;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

.contact-btn__contents {
  text-align: center;
  margin-left: 0.5rem;
}

.contact-btn.contact-btn--drawer .contact-btn__txt {
  font-size: 0.75rem;
  font-weight: 700;
}

.contact-btn__num {
  font-size: 1.25rem;
  font-family: "Shippori Mincho", serif;
  font-weight: 700;
  display: block;
}

.contact-btn.contact-btn--drawer.contact-btn--gray {
  border: 0.125rem solid #ddd;
}

.contact-btn.contact-btn--drawer.contact-btn--blue {
  background: -webkit-gradient(linear, left top, right bottom, from(#144B71), to(#008FF4));
  background: linear-gradient(to bottom right, #144B71 0%, #008FF4 100%);
  border: 0.125rem solid #367AA8;
}

.contact-btn__img--calender {
  width: 1.5625rem;
  height: auto;
}

.contact-btn.contact-btn--drawer.contact-btn--blue .contact-btn__num,
.contact-btn.contact-btn--drawer.contact-btn--blue .contact-btn__txt {
  color: #fff;
}

.btn__instagram-wrap {
  padding-top: 1.5rem;
}

.btn__instagram-img {
  width: 2.125rem;
  height: auto;
}

.btn.btn__instagram {
  border: 0.0625rem solid #EB001D;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.875rem;
  font-size: 1.25rem;
  background: #EB001D;
  padding: 0.8125rem 4.375rem 0.8125rem 4.125rem;
}
.btn.btn__instagram:hover .btn__instagram-txt {
  color: #fff;
}

.btn.btn__instagram::before {
  background: #fff;
}

.btn__txt.btn__instagram-txt {
  color: #EB001D;
}

.fv {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 768px) {
  .fv {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.fv__main {
  width: 68%;
  height: 35rem;
  background-image: url(../img/top/fv.webp);
  background-repeat: no-repeat;
  background-size: cover;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-left: 5%;
}
@media screen and (max-width: 768px) {
  .fv__main {
    width: 100%;
    height: 100%;
    background-image: url(../img/top/fv-sp.webp);
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: baseline;
        -ms-flex-align: baseline;
            align-items: baseline;
    padding-left: 1.25rem;
    padding-right: 1.25rem;
    padding-bottom: 2.625rem;
  }
}

.catch-copy__wrap {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  position: relative;
  padding: 3.75rem;
}
@media screen and (max-width: 768px) {
  .catch-copy__wrap {
    padding: 1.5rem 0.75rem 1.75rem;
    width: 100%;
    margin-top: 1.25rem;
    max-width: 21.875rem;
  }
}

.catch-copy__wrap::before {
  content: ""; /* 擬似要素に内容を持たせるために空の文字列を指定 */
  display: inline-block; /* インラインブロックにすることで幅や高さを指定可能にする */
  width: 6.25rem; /* 画像の幅を指定 */
  height: 4.875rem; /* 画像の高さを指定 */
  background-image: url(../img/top/catch-decor.webp); /* 画像のパスを指定 */
  background-size: contain; /* 画像を要素にフィットさせる */
  background-repeat: no-repeat; /* 画像の繰り返しを防ぐ */
  position: absolute; /* 位置を絶対にする */
  right: 0;
  top: 0;
  z-index: 1;
}
@media screen and (max-width: 768px) {
  .catch-copy__wrap::before {
    width: 2.9375rem;
    height: 2.3125rem;
  }
}

.catch-copy__wrap::after {
  content: ""; /* 擬似要素に内容を持たせるために空の文字列を指定 */
  display: inline-block; /* インラインブロックにすることで幅や高さを指定可能にする */
  width: 6.25rem; /* 画像の幅を指定 */
  height: 4.875rem; /* 画像の高さを指定 */
  background-image: url(../img/top/catch-decor-left.webp); /* 画像のパスを指定 */
  background-size: contain; /* 画像を要素にフィットさせる */
  background-repeat: no-repeat; /* 画像の繰り返しを防ぐ */
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 1;
}
@media screen and (max-width: 768px) {
  .catch-copy__wrap::after {
    width: 2.9375rem;
    height: 2.3125rem;
  }
}

.multiply__box {
  width: 100%;
  height: 100%;
  background: -webkit-gradient(linear, left top, right bottom, from(rgb(20, 75, 113)), to(rgb(0, 142, 241)));
  background: linear-gradient(to bottom right, rgb(20, 75, 113) 0%, rgb(0, 142, 241) 100%);
  mix-blend-mode: multiply;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
}

.catch-copy {
  font-size: 2.25rem;
  font-family: "Shippori Mincho", serif;
  font-weight: 700;
  color: #fff;
  line-height: 1.5;
  position: relative;
}
@media screen and (max-width: 768px) {
  .catch-copy {
    font-size: 1.25rem;
    padding-top: 5.625rem;
  }
}

.catch-copy--big {
  font-size: 2.8125rem;
  line-height: 1.2;
}
@media screen and (max-width: 768px) {
  .catch-copy--big {
    font-size: 2.125rem;
  }
}

.catch-copy__sub {
  font-size: 1.125rem;
  font-weight: 500;
  color: #fff;
  line-height: 2;
  padding-top: 1rem;
  position: relative;
}
@media screen and (max-width: 768px) {
  .catch-copy__sub {
    font-size: 0.875rem;
    padding-top: 0;
  }
}

.catch-copy__btn-wrap {
  padding-top: 2.25rem;
}
@media screen and (max-width: 768px) {
  .catch-copy__btn-wrap {
    margin: 0 auto;
  }
}

.catch-copy__btn-wrap .btn {
  padding: 1.125rem 1.5rem;
}

.btn__txt.fv-btn__txt {
  font-size: 1.25rem;
  font-family: "Shippori Mincho", serif;
  font-weight: 700;
}

.fv__nav {
  width: 32%;
}
@media screen and (max-width: 768px) {
  .fv__nav {
    width: 100%;
  }
}

.fv__nav-items {
  height: 100%;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
}

.fv__nav-items .icon-nav__wrap {
  width: 100%;
  height: 100%;
  min-height: 7.8125rem;
}

.fv__nav-items .icon-nav__icon {
  width: 4rem;
}
@media screen and (max-width: 768px) {
  .fv__nav-items .icon-nav__icon {
    width: 2.6875rem;
  }
}

.top-beginner {
  padding-top: 5rem;
  padding-right: 3.125rem;
  margin-left: auto;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
@media screen and (max-width: 768px) {
  .top-beginner {
    padding-right: 0;
    margin-right: auto;
    padding-top: 3.75rem;
  }
}

.top-beginner__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 3.125rem;
  max-width: 102.5rem;
}
@media screen and (max-width: 768px) {
  .top-beginner__inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 2.375rem;
  }
}

.top-beginner__contents {
  max-width: 28.125rem;
}
@media screen and (max-width: 768px) {
  .top-beginner__contents {
    max-width: inherit;
    width: 100%;
  }
}

.top-beginner__contents .txt {
  padding-top: 2.5rem;
}
@media screen and (max-width: 768px) {
  .top-beginner__contents .txt {
    padding-top: 1.5rem;
  }
}

.top-beginner__links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1.5rem;
  max-height: 29.375rem;
}
@media screen and (max-width: 768px) {
  .top-beginner__links {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 0.75rem;
  }
}

.top-greeting {
  margin: 5rem auto 0;
}
@media screen and (max-width: 768px) {
  .top-greeting {
    margin: 3.5rem auto 0;
  }
}

.inner.top-greeting__inner {
  max-width: 91.25rem;
  margin: 0 auto;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

.top-greeting__box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background-color: #fff;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 3.1875rem;
  padding: 2.1875rem 6.25rem 0;
  -webkit-box-shadow: 0 0.1875rem 1.25rem rgba(0, 18, 93, 0.13);
          box-shadow: 0 0.1875rem 1.25rem rgba(0, 18, 93, 0.13);
  width: 87.5rem;
}
@media screen and (max-width: 768px) {
  .top-greeting__box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    width: 100%;
    padding: 3.75rem 0.75rem 0;
    gap: 0;
  }
}

@media screen and (max-width: 768px) {
  .top-greeting__box .section-en-ttl,
.top-greeting__box .section-ttl {
    margin: 0 auto;
  }
}

.top-greeting__doctor-wrap {
  text-align: center;
}

.top-greeting__img {
  width: 18.75rem;
  height: auto;
}
@media screen and (max-width: 768px) {
  .top-greeting__img {
    width: 100%;
    margin: 1.25rem auto 0;
  }
}

.top-greeting__doctor-info {
  font-size: 0.875rem;
  font-weight: 500;
  padding-top: 1.5rem;
}
.top-greeting__doctor-name {
  font-size: 1.875rem;
  font-weight: 600;
  line-height: 1.3;
  font-family: "Shippori Mincho", serif;
  padding-top: 0.75rem;
}

.top-greeting__contents {
  padding-bottom: 3.25rem;
}
@media screen and (max-width: 768px) {
  .top-greeting__contents {
    padding-bottom: 1.875rem;
  }
}

@media screen and (max-width: 768px) {
  .top-greeting__contents .section-en-ttl,
.top-greeting__contents .section-ttl {
    text-align: center;
  }
}

.top-greeting__contents .txt {
  font-family: "Shippori Mincho", serif;
  padding-top: 1.5rem;
}
@media screen and (max-width: 768px) {
  .top-greeting__contents .txt {
    font-size: 1rem;
    padding-top: 1.5rem;
    font-weight: 500;
  }
}

.top-greeting__btn-wrap {
  padding-top: 3.75rem;
}
@media screen and (max-width: 768px) {
  .top-greeting__btn-wrap {
    padding-top: 3rem;
    margin: 0 auto;
  }
}

.top-greeting__btn-wrap .btn {
  margin: inherit;
  max-width: 18.5rem;
}

.first-second-section__bg {
  background: -webkit-gradient(linear, left bottom, left top, from(#DEEAF2), to(#F4F4F4));
  background: linear-gradient(to top, #DEEAF2 0%, #F4F4F4 100%);
  padding-bottom: 5.75rem;
}

.third-fourth-section__bg {
  padding-bottom: 8.75rem;
  height: 100%;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(33%, #FFFFFF), color-stop(33%, #F4F4F4), to(#DEEAF2));
  background: linear-gradient(to bottom, #FFFFFF 33%, #F4F4F4 33%, #DEEAF2 100%);
}
@media screen and (max-width: 768px) {
  .third-fourth-section__bg {
    background: -webkit-gradient(linear, left top, left bottom, color-stop(15%, #FFFFFF), color-stop(15%, #F4F4F4), to(#DEEAF2));
    background: linear-gradient(to bottom, #FFFFFF 15%, #F4F4F4 15%, #DEEAF2 100%);
    padding-bottom: 0;
  }
}

@media screen and (max-width: 768px) {
  .top-implant {
    padding-bottom: 3.5rem;
  }
}

.top-implant__ttl-wrap {
  text-align: center;
  padding-top: 5rem;
}

@media screen and (max-width: 768px) {
  .top-implant__ttl-wrap .section-ttl {
    padding-top: 1.5rem;
  }
}

.top-implant__contents {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 5rem auto 0;
  -webkit-box-shadow: 0 0.1875rem 1.25rem rgba(0, 18, 93, 0.13);
          box-shadow: 0 0.1875rem 1.25rem rgba(0, 18, 93, 0.13);
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
@media screen and (max-width: 768px) {
  .top-implant__contents {
    margin: 1.75rem auto 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 1.5rem;
    -webkit-box-shadow: none;
            box-shadow: none;
  }
}

.top-quality {
  padding-top: 5rem;
  padding-left: 3.125rem;
  position: relative;
  padding-bottom: 5rem;
  z-index: 1;
}
@media screen and (max-width: 768px) {
  .top-quality {
    padding-top: 0;
    padding-left: 0;
    padding-bottom: 3.5rem;
  }
}

.inner.top-quality__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 5.875rem;
  margin: 0 auto 0 0;
  max-width: 91.25rem;
}
@media screen and (max-width: 768px) {
  .inner.top-quality__inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin: 0 auto;
    gap: 1.5rem;
  }
}

.top-quality::after {
  content: "";
  display: block;
  background: -webkit-gradient(linear, left top, left bottom, from(#DEEAF2), to(#CAEFED));
  background: linear-gradient(to bottom, #DEEAF2 0%, #CAEFED 100%);
  width: 86%;
  height: 31.25rem;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: -1;
}
@media screen and (max-width: 768px) {
  .top-quality::after {
    width: 100%;
    height: 100%;
  }
}

.top-quality__img {
  width: 15rem;
}
@media screen and (max-width: 768px) {
  .top-quality__img {
    margin: 1.875rem auto 0;
  }
}

.top-quality__contents .section-en-ttl {
  padding-top: 1.5rem;
}
@media screen and (max-width: 768px) {
  .top-quality__contents .section-en-ttl {
    text-align: center;
    padding-top: 3.75rem;
  }
}

.top-quality__contents .section-ttl {
  padding-top: 1.25rem;
}
@media screen and (max-width: 768px) {
  .top-quality__contents .section-ttl {
    text-align: center;
  }
}

.top-quality__contents .txt {
  padding-top: 1.5rem;
}
@media screen and (max-width: 768px) {
  .top-quality__contents .txt {
    padding-top: 1.75rem;
  }
}

.top-quality__links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1.5rem;
}
@media screen and (max-width: 768px) {
  .top-quality__links {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 0.75rem;
  }
}

.top-maker {
  width: 100%;
  background-image: url(../img/top/maker-bg.webp);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 100%;
  padding: 6.875rem 0 10rem;
  position: relative;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .top-maker {
    padding: 5rem 1.25rem 7.5rem;
  }
}

.top-maker__contents {
  padding: 3.875rem 0;
  width: 68%;
  margin: 0 auto;
  text-align: center;
  border-radius: 0.625rem;
  position: relative;
}
@media screen and (max-width: 768px) {
  .top-maker__contents {
    width: 100%;
    padding: 3.75rem 0.75rem 5rem 0.75rem;
  }
}

.top-maker__contents .section-en-ttl {
  color: #fff;
  position: relative;
}

.top-maker__contents .section-ttl {
  color: #fff;
  position: relative;
}
@media screen and (max-width: 768px) {
  .top-maker__contents .section-ttl {
    padding-top: 0.75rem;
  }
}

.top-maker__contents .txt {
  color: #fff;
  padding-top: 2.5rem;
  position: relative;
}
@media screen and (max-width: 768px) {
  .top-maker__contents .txt {
    text-align: left;
    padding-top: 1.25rem;
  }
}

.top-maker__contents .btn {
  margin-top: 4.25rem;
}
@media screen and (max-width: 768px) {
  .top-maker__contents .btn {
    margin-top: 2.875rem;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

.top-maker__img {
  position: absolute;
  z-index: 1;
}

.top-maker__img.top-maker__img--left {
  width: 27rem;
  height: auto;
  bottom: 8%;
  left: 6%;
}
@media screen and (max-width: 768px) {
  .top-maker__img.top-maker__img--left {
    width: 6.25rem;
    bottom: 4.9375rem;
    left: 0%;
  }
}

.top-maker__img.top-maker__img--right-top {
  width: 20.3125rem;
  height: auto;
  right: 7%;
  top: 0;
}
@media screen and (max-width: 768px) {
  .top-maker__img.top-maker__img--right-top {
    width: 8.125rem;
    right: 3%;
  }
}

.top-maker__img.top-maker__img--right-bottom {
  width: 43rem;
  height: auto;
  bottom: 0;
  right: 0;
}
@media screen and (max-width: 768px) {
  .top-maker__img.top-maker__img--right-bottom {
    width: 12.3125rem;
    right: -8%;
    bottom: 5%;
  }
}

.top-trouble {
  padding-bottom: 7.5rem;
  background: -webkit-gradient(linear, left bottom, left top, from(#DEEAF2), to(#F4F4F4));
  background: linear-gradient(to top, #DEEAF2 0%, #F4F4F4 100%);
}
@media screen and (max-width: 768px) {
  .top-trouble {
    padding-bottom: 3.5rem;
  }
}

.top-trouble__ttl-wrap {
  text-align: center;
  padding-top: 5rem;
}

.top-trouble__contents {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 1.25rem;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 5rem auto 0;
}
@media screen and (max-width: 768px) {
  .top-trouble__contents {
    grid-template-columns: 1fr 1fr;
    margin: 1.75rem auto 0;
  }
}

.top-treatment {
  display: grid;
  grid-template-columns: 1fr 1fr;
}
@media screen and (max-width: 768px) {
  .top-treatment {
    grid-template-columns: 1fr;
  }
}

.treatment-card__wrap.treatment-ttl {
  background: -webkit-gradient(linear, left bottom, right top, from(#008FF4), to(#144B71));
  background: linear-gradient(to right top, #008FF4 0%, #144B71 100%);
}

.treatment-card__wrap.treatment-ttl::before {
  display: none;
}

@media screen and (max-width: 768px) {
  .treatment-card__wrap.treatment-card__wrap--01 {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
}

@media screen and (max-width: 768px) {
  .treatment-card__wrap.treatment-card__wrap--02 {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }
}

@media screen and (max-width: 768px) {
  .treatment-card__wrap.treatment-card__wrap--03 {
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4;
    padding: 3.5rem 0 5rem;
  }
}

.treatment-ttl__contents {
  position: relative;
  z-index: 2;
  padding-left: 6.9375rem;
  max-width: 40.9375rem;
}
@media screen and (max-width: 768px) {
  .treatment-ttl__contents {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }
}

.treatment-ttl__contents .section-ttl {
  padding-top: 1.25rem;
  color: #fff;
}
@media screen and (max-width: 768px) {
  .treatment-ttl__contents .section-ttl {
    text-align: center;
  }
}

@media screen and (max-width: 768px) {
  .treatment-ttl__contents .section-en-ttl {
    text-align: center;
  }
}

.treatment-ttl__contents .txt {
  padding-top: 3.125rem;
  color: #fff;
}
@media screen and (max-width: 768px) {
  .treatment-ttl__contents .txt {
    padding-top: 1.75rem;
  }
}

.top-case {
  padding-bottom: 7.5rem;
  background: -webkit-gradient(linear, left bottom, left top, from(#DEEAF2), to(#F4F4F4));
  background: linear-gradient(to top, #DEEAF2 0%, #F4F4F4 100%);
}
@media screen and (max-width: 768px) {
  .top-case {
    padding-bottom: 3.5rem;
  }
}

@media screen and (max-width: 768px) {
  .top-case .btn__wrap {
    padding-top: 1.375rem;
  }
}

.top-case__ttl-wrap {
  text-align: center;
  padding-top: 5rem;
}

.top-case__ttl-wrap .section-ttl {
  letter-spacing: -0.04em;
}

.top-column {
  background-color: #fff;
  padding-bottom: 7.5rem;
}
@media screen and (max-width: 768px) {
  .top-column {
    padding-bottom: 3.5rem;
  }
}

.top-column__ttl-wrap {
  text-align: center;
  padding-top: 5rem;
}
@media screen and (max-width: 768px) {
  .top-column__ttl-wrap {
    padding-top: 3.5rem;
  }
}

.top-column__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1.875rem;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding-top: 4rem;
}
@media screen and (max-width: 768px) {
  .top-column__content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 3.0625rem;
    padding-top: 1.125rem;
  }
}

/* 共通設定 */
.top-column__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 1.875rem;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding-top: 4rem;
}

.top-column__content li {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 30%;
          flex: 1 1 30%; /* PCで3つ横並び */
}

/* スマートフォン用レイアウト */
@media (max-width: 768px) {
  .top-column__content {
    display: grid;
    grid-template-columns: 1fr 1fr; /* 2列に設定 */
    gap: 16px;
  }
  .top-column__content li:nth-child(1) {
    grid-column: 1/-1; /* 1段目に1つ */
  }
  .top-column__content li:nth-child(2),
.top-column__content li:nth-child(3) {
    grid-column: span 1; /* 2段目に2つ並ぶ */
  }
}
.column-card {
  width: 23.75rem;
  display: block;
  height: 100%;
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
  -webkit-box-shadow: 0 0.1875rem 0.75rem rgba(0, 18, 93, 0.1);
          box-shadow: 0 0.1875rem 0.75rem rgba(0, 18, 93, 0.1);
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .column-card {
    width: 100%;
  }
}
.column-card:hover {
  background-color: #037BCD;
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}
.column-card:hover .column-card__img {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}
.column-card:hover .column-card__ttl {
  color: #fff;
}
.column-card:hover .column-card__time {
  color: #fff;
}

.column-card__img {
  width: 100%;
  height: auto;
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
  aspect-ratio: 380/210;
  -o-object-fit: cover;
     object-fit: cover;
}

.column-card__img img {
  height: 100%;
}

.column-card__content {
  padding: 1.0625rem 1.25rem 1.875rem;
}

.column-card__time {
  font-size: 0.75rem;
  padding-top: 0.4375rem;
  font-weight: 700;
}
@media screen and (max-width: 768px) {
  .column-card__time {
    font-size: 0.75rem;
  }
}

.column-card__ttl {
  font-size: 0.875rem;
  line-height: 1.7;
}
@media screen and (max-width: 768px) {
  .column-card__ttl {
    font-size: 0.875rem;
  }
}

.top-column .btn__wrap {
  padding-top: 2rem;
}

.top-column .btn {
  max-width: 17.5rem;
}

.icon-nav {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background: -webkit-gradient(linear, left bottom, left top, from(#DEEAF2), to(#F4F4F4));
  background: linear-gradient(to top, #DEEAF2 0%, #F4F4F4 100%);
}
@media screen and (max-width: 768px) {
  .icon-nav {
    padding-bottom: 3.5rem;
    padding-top: 3.5rem;
  }
}

.icon-nav__ttl {
  font-size: 2rem;
  font-weight: 700;
  font-family: "Shippori Mincho", serif;
  color: #2C6A93;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 768px) {
  .icon-nav__ttl {
    font-size: 1rem;
  }
}

.icon-nav__ttl::before {
  content: "";
  display: block;
  background-color: #2D6A93;
  height: 3.125rem;
  width: 0.1875rem;
  -webkit-transform: rotate(-25deg);
          transform: rotate(-25deg);
  margin-right: 1.875rem;
}
@media screen and (max-width: 768px) {
  .icon-nav__ttl::before {
    height: 2.25rem;
    width: 0.125rem;
    margin-right: 0.75rem;
  }
}

.icon-nav__ttl::after {
  content: "";
  display: block;
  background-color: #2D6A93;
  height: 3.125rem;
  width: 0.1875rem;
  -webkit-transform: rotate(25deg);
          transform: rotate(25deg);
  margin-left: 1.875rem;
}
@media screen and (max-width: 768px) {
  .icon-nav__ttl::after {
    height: 2.25rem;
    width: 0.125rem;
    margin-left: 0.75rem;
  }
}

.icon-nav__contents-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 1.25rem;
  padding-top: 2.375rem;
}
@media screen and (max-width: 768px) {
  .icon-nav__contents-wrap {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 1rem;
    padding-top: 1.5rem;
  }
}

@media screen and (max-width: 768px) {
  .accordion {
    width: 100vw;
    margin: 0 calc(50% - 50vw);
    border-top: 0.0625rem solid #93C0D3;
  }
}

@media screen and (max-width: 768px) {
  .accordion__title {
    padding: 1.25rem;
    border-bottom: 0.0625rem solid #93C0D3;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    font-weight: 500;
    width: 100%;
  }
}

@media screen and (max-width: 768px) {
  .accordion__content {
    background-color: #fff;
    border-bottom: 0.0625rem solid #93C0D3;
    width: 100%;
  }
}

@media screen and (max-width: 768px) {
  .accordion-plus-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-left: 0.625rem;
  }
}

.accordion-plus {
  display: inline-block;
  width: 0.625rem;
  height: 0.0625rem;
  background-color: #333;
  position: relative;
}

.accordion-plus:first-child {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
  margin-right: -0.3125rem;
}

.accordion-plus:last-child {
  margin-left: -0.3125rem;
}

/* アコーディオンが開いた時の「−」マーク */
.accordion__title.is-active .accordion-plus:first-child {
  display: none; /* 縦線を非表示 */
}

.accordion__title.is-active .accordion-plus:last-child {
  margin-left: 0;
}

.page-404 {
  text-align: center;
  padding: 11.25rem 0 7.5rem;
}
@media screen and (max-width: 768px) {
  .page-404 {
    padding: 6.25rem 0 5rem;
  }
}

.page-404__ttl {
  font-size: 5rem;
  font-weight: 600;
  color: #2C6A93;
  font-family: "Shippori Mincho", serif;
}
@media screen and (max-width: 768px) {
  .page-404__ttl {
    font-size: 3rem;
  }
}

.page-404__sub-ttl {
  font-size: 2.25rem;
  font-weight: 600;
  color: #2C6A93;
  font-family: "Shippori Mincho", serif;
  padding-top: 1.0625rem;
}
@media screen and (max-width: 768px) {
  .page-404__sub-ttl {
    font-size: 1.5rem;
  }
}

.page-404__txt {
  font-size: 1.25rem;
  padding-top: 4.4375rem;
  max-width: 37.5rem;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .page-404__txt {
    font-size: 0.75rem;
    padding-top: 1.875rem;
  }
}

.page-404__img {
  width: 6.25rem;
  height: auto;
  margin: 5.75rem auto 0;
}
@media screen and (max-width: 768px) {
  .page-404__img {
    margin: 3.75rem auto 0;
  }
}

.page-header.page-header__privacy {
  background-image: url(../img/page-header/page-header-privacy.webp);
}

.page-privacy__wrap {
  padding-top: 7.5rem;
  padding-bottom: 7.8125rem;
}
@media screen and (max-width: 768px) {
  .page-privacy__wrap {
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }
}

.page-privacy__item-ttl {
  font-family: "Shippori Mincho", serif;
  font-size: 1.5rem;
  color: #2C6A93;
  font-weight: 600;
  line-height: 1.2;
  padding-top: 3.3125rem;
}

.page-privacy__txt {
  font-size: 0.875rem;
  line-height: 1.8;
  padding-top: 1.5rem;
}

.page-privacy__list {
  padding-top: 1.5rem;
  margin-left: 1.5rem;
}

.page-privacy__list li {
  list-style-type: disc;
  line-height: 1.8;
}

.page-header {
  width: 100%;
  height: 35rem;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}
@media screen and (max-width: 768px) {
  .page-header {
    height: 23.75rem;
  }
}

.page-header__ttl-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1.3125rem;
  padding: 1.625rem 2.5rem 1.625rem 1.75rem;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  position: absolute;
  bottom: 0;
  right: 0;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 768px) {
  .page-header__ttl-wrap {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

.page-header__txt-wrap {
  position: relative;
}

.page-header__icon-wrap {
  width: 6.0625rem;
  height: 6.0625rem;
  background-color: #fff;
  border-radius: 50%;
  position: relative;
}
@media screen and (max-width: 768px) {
  .page-header__icon-wrap {
    width: 4.125rem;
    height: 4.125rem;
    -ms-flex-negative: 0;
        flex-shrink: 0;
  }
}

.page-header__icon {
  width: 2.8125rem;
  height: auto;
  position: absolute;
  right: 50%;
  top: 50%;
  -webkit-transform: translate(50%, -50%);
          transform: translate(50%, -50%);
}
@media screen and (max-width: 768px) {
  .page-header__icon {
    width: 2.25rem;
  }
}

.page-header__en-ttl {
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.5;
  font-family: "Shippori Mincho", serif;
  color: #A79B6B;
}

.page-header__ttl {
  font-size: 3.5rem;
  font-weight: 700;
  line-height: 1.4;
  font-family: "Shippori Mincho", serif;
  color: #fff;
}
@media screen and (max-width: 768px) {
  .page-header__ttl {
    font-size: 1.25rem;
  }
}

.breadcrumb {
  padding-top: 1rem;
  padding-left: 5rem;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 768px) {
  .breadcrumb {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    padding-left: 1.25rem;
  }
}

.breadcrumb__list.active {
  white-space: nowrap;
  color: #367AA8;
  text-decoration: underline;
}

.breadcrumb__lists {
  line-height: 1.5;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  overflow-x: auto;
  overflow-y: hidden;
}

.breadcrumb__list {
  color: #333;
  font-size: 0.8125rem;
  font-weight: 500;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0.75rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  vertical-align: top;
}
.breadcrumb__list + li::before {
  display: inline-block;
  width: 0.5rem;
  height: 0.5rem;
  margin-left: 0.3125rem;
  -webkit-transform: rotate(-45deg) translate3d(0, 0, 0);
          transform: rotate(-45deg) translate3d(0, 0, 0);
  border: solid #333;
  border-width: 0 0.0625rem 0.0625rem 0;
  content: "";
}

.breadcrumb__list:last-child {
  padding-right: 0;
}

.page-header--archive {
  background-image: url(../img/page-header/page-header-column.webp);
}

.page-archive {
  padding-top: 10rem;
  padding-bottom: 7.5rem;
}
@media screen and (max-width: 768px) {
  .page-archive {
    padding-top: 5rem;
    padding-bottom: 3.75rem;
  }
}

.page-archive__content {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  row-gap: 4.375rem;
  -webkit-column-gap: 5rem;
     -moz-column-gap: 5rem;
          column-gap: 5rem;
}
@media screen and (max-width: 768px) {
  .page-archive__content {
    grid-template-columns: 1fr;
    row-gap: 1.25rem;
    -webkit-column-gap: 0rem;
       -moz-column-gap: 0rem;
            column-gap: 0rem;
  }
}

.page-archive-card__wrap {
  position: relative;
  height: 100%;
}
@media screen and (max-width: 768px) {
  .page-archive-card__wrap {
    text-align: right;
  }
}

.page-archiveーcard {
  display: block;
  max-width: 26.25rem;
  width: 100%;
  height: auto;
  position: relative;
  overflow: hidden;
  border-radius: 0.625rem;
  background-color: white;
  -webkit-box-shadow: 0 0.1875rem 1.25rem rgba(0, 18, 93, 0.16);
          box-shadow: 0 0.1875rem 1.25rem rgba(0, 18, 93, 0.16);
}
@media screen and (max-width: 768px) {
  .page-archiveーcard {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 100%;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    max-width: inherit;
  }
}
.page-archiveーcard:hover {
  background-color: #037BCD;
}
.page-archiveーcard:hover .page-archive-card__img {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}
.page-archiveーcard:hover .page-archive-card__ttl {
  color: #fff;
}
.page-archiveーcard:hover .page-archive-card__time {
  color: #fff;
}
.page-archiveーcard:hover .page-archive-card__link {
  color: #fff;
  border-bottom: 0.0625rem solid #fff;
}

.page-archive-card__img {
  width: 100%;
  height: auto;
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
  aspect-ratio: 280/210;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 768px) {
  .page-archive-card__img {
    width: 36%;
  }
}

.page-archive-card__img img {
  width: 100%;
  min-height: 8.125rem;
  height: 100%;
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
}

.page-archive-card__contents {
  padding: 1.125rem 1.375rem 1.5rem;
  position: relative;
  height: 100%;
  min-height: 11.875rem;
}
@media screen and (max-width: 768px) {
  .page-archive-card__contents {
    width: 66%;
    text-align: left;
    padding: 0 0.8125rem 0 1.75rem;
    min-height: 8.125rem;
  }
}

.page-archive-card__ttl {
  font-size: 1rem;
  line-height: 1.75;
  padding-top: 1.0625rem;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2; /* 表示する行数 */
}
@media screen and (max-width: 768px) {
  .page-archive-card__ttl {
    font-size: 0.875rem;
  }
}

.page-archive-card__time {
  font-size: 0.875rem;
  padding-top: 0.4375rem;
  font-weight: 700;
  color: #367AA8;
}
@media screen and (max-width: 768px) {
  .page-archive-card__time {
    font-size: 0.75rem;
  }
}

.page-archive-card__link {
  color: #367AA8;
  border-bottom: 0.0625rem solid #367AA8;
  margin: 0 auto;
  font-size: 1.125rem;
  -webkit-transition: color 0.3s ease;
  transition: color 0.3s ease;
  padding-top: 2.0625rem;
  padding-bottom: 0.1875rem;
  display: inline-block;
  position: absolute;
  bottom: 1.875rem;
  right: 50%;
  -webkit-transform: translateX(50%);
          transform: translateX(50%);
}
@media screen and (max-width: 768px) {
  .page-archive-card__link {
    font-size: 0.6875rem;
    bottom: 0.75rem;
    right: 0.75rem;
    -webkit-transform: inherit;
            transform: inherit;
  }
}

.nav-links {
  margin: 7.5rem auto 0;
  max-width: 19.375rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 0.625rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.page-numbers.current {
  color: #fff;
  background-color: #2C6A93;
  border-radius: 50%;
}

.page-numbers {
  width: 3.125rem;
  height: 3.125rem;
  color: #2C6A93;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.next.page-numbers {
  border-radius: 50%;
  border: 0.0625rem solid #2C6A93;
}

.prev.page-numbers {
  border-radius: 50%;
  border: 0.0625rem solid #2C6A93;
}

.post-thumbnail {
  width: 100%;
  height: 51rem;
  background: -webkit-gradient(linear, left bottom, left top, from(#DEEAF2), to(#F4F4F4));
  background: linear-gradient(to top, #DEEAF2 0%, #F4F4F4 100%);
  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;
  position: relative;
}

.post-thumbnail .breadcrumb {
  position: absolute;
  top: 1.25rem;
  left: 5rem;
}

.post-thumbnail img {
  width: 90%;
  max-width: 87.5rem;
}

.article__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10%;
  padding-top: 8.5625rem;
  padding-bottom: 7.5rem;
}
@media screen and (max-width: 768px) {
  .article__inner {
    padding-top: 5rem;
    padding-bottom: 5rem;
  }
}

.article {
  width: 70%;
}

.article__date {
  font-size: 1rem;
  font-weight: 500;
}

.article__ttl {
  font-size: 3rem;
  font-weight: 600;
  line-height: 1.2;
  padding-top: 2.125rem;
  color: #2D6A93;
  font-family: "Shippori Mincho", serif;
}

.article__container {
  padding-top: 3.75rem;
  line-height: 1.75;
}

article h2 {
  background-color: #2D6A93;
  color: #fff;
  font-size: 1.625rem;
  font-weight: 700;
  padding: 1.5625rem 0 1.4375rem 2rem;
  margin-top: 8.75rem;
  position: relative;
}

article h2::after {
  content: "";
  display: block;
  width: 100%;
  height: 0.1875rem;
  background: -webkit-gradient(linear, left bottom, left top, from(#DEEAF2), to(#F4F4F4));
  background: linear-gradient(to top, #DEEAF2 0%, #F4F4F4 100%);
  position: absolute;
  left: 0;
  bottom: 0.75rem;
}

article h3 {
  background-color: #DEEAF2;
  color: #2D6A93;
  font-size: 1.3125rem;
  font-weight: 700;
  padding: 0.875rem 0 0.875rem 2rem;
  margin-top: 5.0625rem;
}

article p {
  padding-top: 2.5rem;
}

article a {
  color: #367AA8;
  text-decoration: underline;
}

article ul {
  padding: 1.25rem 0;
}

article li {
  list-style: disc;
}

article .wp-block-image img {
  max-width: 32.6875rem;
  width: 100%;
  height: auto;
  margin: 2.1875rem auto 0;
}

.sidebar {
  width: 20%;
}

.sidebar__ttl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1rem;
  border-bottom: 0.125rem solid #2C6A93;
  padding-bottom: 0.5625rem;
}

.sidebar__icon {
  width: 1.5625rem;
  height: auto;
}

.sidebar__ttl-txt {
  font-size: 1.25rem;
  font-weight: 600;
  color: #2C6A93;
  white-space: nowrap;
  font-family: "Shippori Mincho", serif;
}

.page-header.page-header__maintenance {
  background-image: url(../img/page-header/page-header-maintenance.webp);
}

@media screen and (max-width: 768px) {
  .bg-half-gradation__wrap.page-maintenance__bg-half-gradation {
    background: -webkit-gradient(linear, left top, left bottom, color-stop(20%, #FFFFFF), color-stop(20%, #144B71), color-stop(100%, #008FF4), to(#fff));
    background: linear-gradient(to bottom, #FFFFFF 20%, #144B71 20%, #008FF4 100%, #fff 100%);
  }
}

.page-maintenance__after-follow {
  padding-top: 7.5rem;
  padding-bottom: 8.4375rem;
}
@media screen and (max-width: 768px) {
  .page-maintenance__after-follow {
    padding-bottom: 0;
    padding-top: 3.75rem;
  }
}

.page-maintenance__after-follow-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 5rem;
}
@media screen and (max-width: 768px) {
  .page-maintenance__after-follow-item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    gap: 1.25rem;
  }
}

.page-maintenance__after-follow-item:not(:first-of-type) {
  padding-top: 5.5625rem;
}
@media screen and (max-width: 768px) {
  .page-maintenance__after-follow-item:not(:first-of-type) {
    padding-top: 1.5rem;
  }
}

.maintenance__after-follow-img {
  width: 29.8125rem;
  height: auto;
}
@media screen and (max-width: 768px) {
  .maintenance__after-follow-img {
    width: 100%;
  }
}

.maintenance__flow-wrap {
  padding-top: 4rem;
}
@media screen and (max-width: 768px) {
  .maintenance__flow-wrap {
    padding-top: 1.5rem;
  }
}

.maintenance__flow {
  padding-top: 8.125rem;
  padding-bottom: 7.5rem;
}
@media screen and (max-width: 768px) {
  .maintenance__flow {
    padding-top: 5rem;
  }
}

.maintenance__ttl-wrap {
  text-align: center;
}

.bg-half-gradation__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 7rem;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-right: auto;
  padding-top: 5.5625rem;
  padding-bottom: 9.375rem;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(33%, #FFFFFF), color-stop(33%, #144B71), to(#008FF4));
  background: linear-gradient(to bottom, #FFFFFF 33%, #144B71 33%, #008FF4 100%);
  width: 100%;
}
@media screen and (max-width: 768px) {
  .bg-half-gradation__wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(20%, #FFFFFF), color-stop(20%, #144B71), color-stop(80%, #008FF4), color-stop(80%, #fff));
    background: linear-gradient(to bottom, #FFFFFF 20%, #144B71 20%, #008FF4 80%, #fff 80%);
    padding: 3.5rem 1.25rem;
    gap: 0;
  }
}

.page-maintenance__warranty {
  margin-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
}

@media screen and (max-width: 768px) {
  .page-maintenance__warranty.bg-blue::after {
    height: 100%;
    top: 7rem;
  }
}

.page-maintenance__warranty-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 6.25rem;
}
@media screen and (max-width: 768px) {
  .page-maintenance__warranty-wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 1.5rem;
  }
}

.page-maintenance__warranty__img {
  max-width: 55rem;
  width: 100%;
  height: auto;
}

.page-maintenance__warranty__content-wrap {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding-top: 1.25rem;
}
@media screen and (max-width: 768px) {
  .page-maintenance__warranty__content-wrap {
    margin: 0 auto;
  }
}

.page-maintenance__warranty__content-txt {
  line-height: 1.6;
  font-size: 1.5rem;
}
@media screen and (max-width: 768px) {
  .page-maintenance__warranty__content-txt {
    font-size: 1.125rem;
    color: #fff;
    text-align: center;
  }
}

.page-maintenance__circles {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0.375rem;
  padding-top: 2.875rem;
}
@media screen and (max-width: 768px) {
  .page-maintenance__circles {
    padding-top: 1.25rem;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

.page-maintenance__circle {
  width: 15.875rem;
  height: auto;
}
@media screen and (max-width: 768px) {
  .page-maintenance__circle {
    width: 50%;
    max-width: 9.375rem;
  }
}

.page-maintenance__warranty__btn-wrap {
  margin: 0 auto;
  padding-top: 5rem;
}
@media screen and (max-width: 768px) {
  .page-maintenance__warranty__btn-wrap {
    padding-top: 2rem;
  }
}

.page-header.page-header__faq {
  background-image: url(../img/page-header/page-header-faq.webp);
}

.page-faq__wrap:last-of-type {
  padding-bottom: 7.5rem;
}
@media screen and (max-width: 768px) {
  .page-faq__wrap:last-of-type {
    padding-bottom: 3.75rem;
  }
}

.page-faq__introduction {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 5rem;
}
@media screen and (max-width: 768px) {
  .page-faq__introduction {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    gap: 2.5rem;
  }
}

.page-faq__introduction {
  padding-top: 4rem;
}
@media screen and (max-width: 768px) {
  .page-faq__introduction {
    padding-top: 3rem;
  }
}

.page-faq__introduction-content {
  text-align: left;
}

.faq-section-ttl {
  text-align: center;
  padding-top: 8.375rem;
}
@media screen and (max-width: 768px) {
  .faq-section-ttl {
    padding-top: 3.75rem;
  }
}

.page-faq__introduction-ttl {
  font-size: 2rem;
  font-weight: 700;
  color: #2C6A93;
  line-height: 1.75;
  font-family: "Shippori Mincho", serif;
}
@media screen and (max-width: 768px) {
  .page-faq__introduction-ttl {
    font-size: 1.25rem;
  }
}

.page-faq__introduction-txt {
  padding-top: 1.8125rem;
  font-size: 1.125rem;
  line-height: 1.7;
}
@media screen and (max-width: 768px) {
  .page-faq__introduction-txt {
    padding-top: 1.25rem;
    font-size: 0.875rem;
  }
}

.page-faq__introduction-img {
  width: 29.8125rem;
  height: auto;
}
@media screen and (max-width: 768px) {
  .page-faq__introduction-img {
    max-width: 21.875rem;
    width: 100%;
    margin: 0 auto;
  }
}

.page-faq__content-wrap {
  padding-top: 4rem;
}
@media screen and (max-width: 768px) {
  .page-faq__content-wrap {
    padding-top: 1.5rem;
  }
}

.faq-accordion__item {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 0;
  gap: 0;
  border: 0.0625rem solid #2C6A93;
}
.faq-accordion__item + .faq-accordion__item {
  margin-top: 1rem;
}

.page-faq__question {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1.625rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
}
@media screen and (max-width: 768px) {
  .page-faq__question {
    gap: 0.625rem;
  }
}

.page-faq__q {
  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;
  color: #fff;
  font-family: "Shippori Mincho", serif;
  font-size: 1.875rem;
  font-weight: 700;
}
@media screen and (max-width: 768px) {
  .page-faq__q {
    font-size: 1.25rem;
  }
}

.page-faq__A {
  color: #AFA682;
  font-family: "Shippori Mincho", serif;
  font-size: 1.875rem;
  font-weight: 700;
}
@media screen and (max-width: 768px) {
  .page-faq__A {
    font-size: 1.25rem;
  }
}

.page-faq__q-txt {
  color: #fff;
  font-size: 1.3125rem;
  font-weight: 700;
  padding-right: 1.875rem;
  padding-top: 0;
}
@media screen and (max-width: 768px) {
  .page-faq__q-txt {
    font-size: 1rem;
  }
}

.faq-accordion__content {
  background-color: #fff;
}

.page-faq__accordion-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0.625rem;
  padding: 1.875rem;
}
@media screen and (max-width: 768px) {
  .page-faq__accordion-content {
    padding: 1rem;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.page-accordion__answer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 6.25rem;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .page-accordion__answer {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    gap: 1.25rem;
  }
}

.page-faq__content-img {
  width: 12.9375rem;
  height: auto;
}
@media screen and (max-width: 768px) {
  .page-faq__content-img {
    width: 100%;
  }
}

.faq-accordion__title {
  width: 100%;
  padding: 1rem 1.875rem;
  background-color: #2C6A93;
  color: #fff;
}
@media screen and (max-width: 768px) {
  .faq-accordion__title {
    padding: 1rem 1.25rem;
  }
}

.page-faq__a-txt {
  font-size: 1.125rem;
  line-height: 1.3;
}
@media screen and (max-width: 768px) {
  .page-faq__a-txt {
    font-size: 0.875rem;
  }
}

.faq-accordion-plus-wrap {
  width: 1.5625rem;
  height: 1.5625rem;
  display: inline-block;
  position: absolute;
  top: 1.25rem;
  right: 1.25rem;
}
@media screen and (max-width: 768px) {
  .faq-accordion-plus-wrap {
    top: 0.8125rem;
    right: -0.4375rem;
    width: 0.9375rem;
    height: 0.9375rem;
  }
}

.faq-accordion-plus {
  width: 0.9375rem;
  height: 0.125rem;
  background-color: #fff;
  display: block;
}

.faq-accordion-plus:first-child {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}

.faq-accordion-plus:last-child {
  margin-top: -0.125rem;
}

/* アコーディオンが開いた時の「−」マーク */
.faq-accordion__title.is-active .faq-accordion-plus:first-child {
  display: none; /* 縦線を非表示 */
}

.faq-accordion__title.is-active .faq-accordion-plus:last-child {
  margin-left: 0;
}

.page-header.page-header__case {
  background-image: url(../img/page-header/page-header-case.webp);
}

.page-case__wrap {
  background: -webkit-gradient(linear, left bottom, left top, from(#DEEAF2), to(#F4F4F4));
  background: linear-gradient(to top, #DEEAF2 0%, #F4F4F4 100%);
  padding-bottom: 7.5rem;
}
@media screen and (max-width: 768px) {
  .page-case__wrap {
    padding-bottom: 5rem;
  }
}

.page-case__ttl-wrap {
  text-align: center;
  padding-top: 8.375rem;
}
@media screen and (max-width: 768px) {
  .page-case__ttl-wrap {
    padding-top: 3.75rem;
  }
}

.page-case__contents {
  padding-top: 4rem;
}

.page-case__tab-ttl {
  font-size: 3rem;
  font-weight: 700;
  color: #2C6A93;
  line-height: 1.3;
  font-family: "Shippori Mincho", serif;
  border-bottom: 0.0625rem solid #2C6A93;
  text-align: center;
  padding-bottom: 0.5rem;
}
@media screen and (max-width: 768px) {
  .page-case__tab-ttl {
    font-size: 1.5rem;
  }
}

.page-case__container {
  max-width: 75rem;
  width: 100%;
  height: 100%;
  margin: 0 auto;
  padding: 4.625rem 1.25rem 0;
}
@media screen and (max-width: 768px) {
  .page-case__container {
    padding: 2.5rem 0 0;
  }
}

li {
  list-style: none;
}

/* タブリスト */
.page-case__item {
  width: 100%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 3.125rem 5rem 3.75rem;
  min-height: 69.375rem;
  background-color: #fff;
}
@media screen and (max-width: 768px) {
  .page-case__item {
    padding: 1.5625rem 1.5625rem 2.5rem;
  }
}

.page-case__item + .page-case__item {
  margin-top: 2.5rem;
}

.page-case__item__nav ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  width: 100%;
  border-radius: 0.625rem;
}

.page-case__item__list {
  width: 33.3333333333%;
  height: 5.25rem;
  font-size: 1.25rem;
  font-weight: 700;
  color: #fff;
  background-color: #2C6A93;
  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;
  position: relative;
}
@media screen and (max-width: 768px) {
  .page-case__item__list {
    font-size: 1.125rem;
    line-height: 1.5;
    font-weight: 500;
    height: 7.125rem;
    text-align: center;
  }
}

.page-case__item__list:first-of-type {
  border-radius: 0.625rem 0 0 0.625rem;
}

.page-case__item__list:last-of-type {
  border-radius: 0 0.625rem 0.625rem 0;
}

.page-case__item__list a {
  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: 100%; /* 親要素の幅に広げる */
  height: 100%; /* 親要素の高さに広げる */
  text-decoration: none; /* リンクの下線を消す */
  color: inherit; /* 親の色を継承 */
}

.page-case__item__list::after {
  content: "";
  display: inline-block;
  vertical-align: middle;
  color: #fff;
  line-height: 1;
  width: 0.5625rem;
  height: 0.5625rem;
  border: 0.125rem solid #fff;
  border-left: 0;
  border-bottom: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-transform: translateY(-50%) rotate(135deg);
          transform: translateY(-50%) rotate(135deg);
  position: absolute;
  top: 50%;
  right: 1.875rem;
}
@media screen and (max-width: 768px) {
  .page-case__item__list::after {
    display: none;
  }
}

.page-case__item__list + .page-case__item__list {
  position: relative;
}

@media screen and (max-width: 768px) {
  .page-case__item__list:not(:first-of-type)::before {
    content: "";
    background-color: #7BABCB;
    width: 0.0625rem;
    height: 3.125rem;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    position: absolute;
  }
}

.page-case__item__container {
  width: 100%;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
}

.page-case__item-container {
  margin-top: 2.5rem;
}
@media screen and (max-width: 768px) {
  .page-case__item-container {
    margin-top: 1.25rem;
  }
}

.page-case__item-img-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  max-width: 54.25rem;
  margin: 1rem auto 0;
}
@media screen and (max-width: 768px) {
  .page-case__item-img-wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    max-width: 21.875rem;
  }
}

.page-case__item-img {
  width: 24rem;
  height: auto;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .page-case__item-img {
    width: 100%;
  }
}

.page-case__item-triangle {
  width: 0;
  height: 0;
  border-style: solid;
  border-top: 1.25rem solid transparent;
  border-bottom: 1.25rem solid transparent;
  border-left: 1.875rem solid #2D6A93;
  border-right: 0;
}
@media screen and (max-width: 768px) {
  .page-case__item-triangle {
    border-right: 0.9375rem solid transparent;
    border-left: 0.9375rem solid transparent;
    border-top: 1.4375rem solid #555555;
    border-bottom: 0;
  }
}

.page-case__item-content {
  display: grid;
  grid-template-columns: 1fr 1fr;
  -webkit-column-gap: 2.5rem;
     -moz-column-gap: 2.5rem;
          column-gap: 2.5rem;
  margin: 0 auto;
  row-gap: 2.875rem;
  padding-top: 5.3125rem;
}
@media screen and (max-width: 768px) {
  .page-case__item-content {
    grid-template-columns: 1fr;
    -webkit-column-gap: 0;
       -moz-column-gap: 0;
            column-gap: 0;
    row-gap: 2.1875rem;
    margin: 2.1875rem auto 0;
    padding-top: 0;
  }
}

.page-case__content {
  width: 100%;
}

.page-case__content-ttl {
  border-bottom: 0.0625rem solid #2D6A93;
  color: #2D6A93;
  font-size: 1.25rem;
  padding-bottom: 0.8125rem;
}
@media screen and (max-width: 768px) {
  .page-case__content-ttl {
    font-size: 1rem;
  }
}

.page-case__content-txt {
  padding-top: 1.25rem;
  line-height: 1.7;
}
@media screen and (max-width: 768px) {
  .page-case__content-txt {
    font-size: 0.875rem;
    padding-top: 0.75rem;
  }
}

@media screen and (max-width: 768px) {
  .tabContent .btn {
    max-width: 17.5rem;
  }
}

.page-case__bottom--img-wrap {
  padding-top: 3.75rem;
}
@media screen and (max-width: 768px) {
  .page-case__bottom--img-wrap {
    padding-top: 0;
  }
}

.page-case__bottom-img {
  width: 38.25rem;
  height: auto;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .page-case__bottom-img {
    width: 100%;
    max-width: 21.875rem;
  }
}

.page-header.page-header__flow {
  background-image: url(../img/page-header/page-header-flow.webp);
}

.page-flow__ttl-wrap {
  text-align: center;
  padding-top: 8.375rem;
  padding-bottom: 4rem;
}
@media screen and (max-width: 768px) {
  .page-flow__ttl-wrap {
    padding-top: 3.75rem;
    padding-bottom: 1.5rem;
  }
}

.flow__list-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 2.5rem;
  padding-top: 1.875rem;
}
@media screen and (max-width: 768px) {
  .flow__list-wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.flow__lists {
  font-size: 1rem;
  line-height: 1.75;
  padding-left: 1.25rem;
}
@media screen and (max-width: 768px) {
  .flow__lists {
    font-size: 0.875rem;
  }
}

.flow__list {
  list-style-type: disc;
}

.flow-item__content-top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 5rem;
}
@media screen and (max-width: 768px) {
  .flow-item__content-top {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 0;
  }
}

.page-flow-item__img-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1.4375rem;
  padding-top: 3.0625rem;
}
@media screen and (max-width: 768px) {
  .page-flow-item__img-wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 0.5rem;
    padding-top: 1.25rem;
  }
}

.page-flow-item__img {
  width: calc(33.3333333333% - 2.875rem);
  height: auto;
}
@media screen and (max-width: 768px) {
  .page-flow-item__img {
    width: 100%;
  }
}

.left-bar-ttl--gold {
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 1.6;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1.125rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 768px) {
  .left-bar-ttl--gold {
    font-size: 1rem;
  }
}

.left-bar-ttl--gold::before {
  content: "";
  width: 0.5rem;
  height: 2.75rem;
  background: #A79B6B;
  display: block;
}
@media screen and (max-width: 768px) {
  .left-bar-ttl--gold::before {
    height: 2rem;
    width: 0.3125rem;
  }
}

.flow-item__content-bottom {
  padding-top: 3.5rem;
}
@media screen and (max-width: 768px) {
  .flow-item__content-bottom {
    padding-top: 1.5rem;
  }
}

.page-flow__ttl-wrap {
  text-align: center;
}

.page-flow__precaution-txt {
  text-align: center;
}
@media screen and (max-width: 768px) {
  .page-flow__precaution-txt {
    padding-top: 1.25rem;
    text-align: left;
    font-size: 0.875rem;
  }
}

.page-flow__precaution-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 5.4375rem;
  padding-top: 5.5625rem;
}
@media screen and (max-width: 768px) {
  .page-flow__precaution-content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    gap: 1.5rem;
    padding-top: 1.5rem;
  }
}

.page-flow__precaution-content-txt {
  padding-top: 2.5rem;
}
@media screen and (max-width: 768px) {
  .page-flow__precaution-content-txt {
    padding-top: 0;
  }
}

.page-flow__precaution-img-wrap {
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

.page-flow__precaution-img {
  width: 100%;
  max-width: 35.1875rem;
}

.page-flow__cure {
  padding-top: 8.375rem;
  padding-bottom: 5.5625rem;
}
@media screen and (max-width: 768px) {
  .page-flow__cure {
    padding-top: 3.75rem;
    padding-bottom: 2.5rem;
  }
}

.page-flow__cure-ttl-wrap {
  text-align: center;
}

.page-flow__cure-txt {
  padding-top: 3rem;
}
@media screen and (max-width: 768px) {
  .page-flow__cure-txt {
    padding-top: 1.5rem;
  }
}

.page__gold-line-wrap {
  padding: 2.5rem 2.375rem 3.125rem;
  border: 0.125rem solid #A79B6B;
  position: relative;
  margin-top: 5rem;
}
@media screen and (max-width: 768px) {
  .page__gold-line-wrap {
    margin-top: 2.5rem;
    padding: 1.75rem 1.25rem 2rem;
  }
}

.page__gold-line-wrap::after {
  content: "";
  width: 98.7%;
  height: 95%;
  border: 0.0625rem solid #A79B6B;
  display: block;
  position: absolute;
  top: 0.5rem;
  left: 0.5rem;
}
@media screen and (max-width: 768px) {
  .page__gold-line-wrap::after {
    width: 98%;
    height: 98%;
    top: 0.25rem;
    left: 0.25rem;
  }
}

.page-flow__precaution-for-ttl {
  padding: 0.75rem 0;
  text-align: center;
  font-size: 2rem;
  font-weight: 500;
  background-color: #A79B6B;
  color: #fff;
  width: 100%;
  height: 100%;
}
@media screen and (max-width: 768px) {
  .page-flow__precaution-for-ttl {
    padding: 0.5rem 0;
    font-size: 1.25rem;
  }
}

.page-flow__precaution-for {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-top: 2rem;
}
@media screen and (max-width: 768px) {
  .page-flow__precaution-for {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.page-flow__precaution-for-lists {
  width: 50%;
}
@media screen and (max-width: 768px) {
  .page-flow__precaution-for-lists {
    width: 100%;
  }
}

.page-flow__precaution-for-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 768px) {
  .page-flow__precaution-for-list {
    font-size: 0.875rem;
  }
}

.page-flow__precaution-for-list::before {
  content: "";
  display: block;
  width: 1.5625rem;
  height: 1.3125rem;
  margin-right: 1rem;
  background-image: url(../img/icon/icon-check.svg);
  background-size: contain;
  background-repeat: no-repeat;
}
@media screen and (max-width: 768px) {
  .page-flow__precaution-for-list::before {
    width: 1.125rem;
    height: 0.875rem;
    margin-right: 0.625rem;
  }
}

.page-flow__precaution-for-list:not(:first-of-type) {
  padding-top: 1.125rem;
}
@media screen and (max-width: 768px) {
  .page-flow__precaution-for-list:not(:first-of-type) {
    padding-top: 0.625rem;
  }
}

.page-header.page-header__commitment {
  background-image: url(../img/page-header/page-header-commitment.webp);
}

.page-commitment__gold-line-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 5rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 768px) {
  .page-commitment__gold-line-wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 1rem;
    margin: 1.5rem 1.25rem 0;
  }
}

.page-commitment__inner.inner {
  max-width: 91.25rem;
}
@media screen and (max-width: 768px) {
  .page-commitment__inner.inner {
    padding: 0;
  }
}

.page-commitment__gold-line-img {
  width: 100%;
  max-width: 26.25rem;
}
@media screen and (max-width: 768px) {
  .page-commitment__gold-line-img {
    max-width: 21.875rem;
  }
}

.page-commitment__gold-wrap-content {
  text-align: left;
}

.page-commitment__btn-wrap {
  padding-top: 3.0625rem;
}

.page-commitment__btn-wrap .btn {
  margin: 0 auto 0 0;
}

.warranty {
  position: relative;
}

.warranty::after {
  content: "";
  height: 26.3125rem;
  background: -webkit-gradient(linear, right top, left bottom, from(#144B71), to(#008FF4));
  background: linear-gradient(to left bottom, #144B71 0%, #008FF4 100%);
  width: 100vw;
  margin: 0 calc(50% - 50vw);
  position: absolute;
  z-index: -1;
  top: 14rem;
}
@media screen and (max-width: 768px) {
  .warranty::after {
    height: 17rem;
  }
}

.warranty__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.page-commitment__message {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .page-commitment__message {
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }
}

.page-commitment__message-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 8%;
}
@media screen and (max-width: 768px) {
  .page-commitment__message-content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.page-commitment__message-img {
  width: 100%;
  max-width: 43.8125rem;
}
@media screen and (max-width: 768px) {
  .page-commitment__message-img {
    max-width: 21.875rem;
    width: 80%;
  }
}

@media screen and (max-width: 768px) {
  .page-commitment__message-right-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}

.page-commitment__message-img02 {
  width: 100%;
  max-width: 23.125rem;
}
@media screen and (max-width: 768px) {
  .page-commitment__message-img02 {
    padding-top: 1.5rem;
    max-width: 21.875rem;
    margin-left: auto;
    width: 80%;
  }
}

.page-commitment__message-txt {
  color: #fff;
  font-size: 2.625rem;
  font-weight: 700;
  line-height: 1.6;
  font-family: "Shippori Mincho", serif;
  padding-top: 2.9375rem;
}
@media screen and (max-width: 768px) {
  .page-commitment__message-txt {
    font-size: 1.375rem;
    padding-top: 1.5rem;
    text-align: center;
  }
}

.page-commitment__planning {
  padding-top: 7.5rem;
  padding-bottom: 7.5rem;
}
@media screen and (max-width: 768px) {
  .page-commitment__planning {
    padding-top: 1.25rem;
    padding-bottom: 3.75rem;
  }
}

.page-commitment__planning-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 5rem;
}
@media screen and (max-width: 768px) {
  .page-commitment__planning-item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 1.25rem;
  }
}

.page-commitment__planning-item:not(:first-of-type) {
  padding-top: 5rem;
}
@media screen and (max-width: 768px) {
  .page-commitment__planning-item:not(:first-of-type) {
    padding-top: 2.5rem;
  }
}

.page-commitment__planning-item--reverse {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
@media screen and (max-width: 768px) {
  .page-commitment__planning-item--reverse {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.page-commitment__planning-img {
  width: 23.9375rem;
  height: auto;
}
@media screen and (max-width: 768px) {
  .page-commitment__planning-img {
    margin: 0 auto;
    width: 100%;
    max-width: 21.875rem;
  }
}

.page-commitment__planning-gallery {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1.0625rem;
  margin-top: 5rem;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (max-width: 768px) {
  .page-commitment__planning-gallery {
    gap: 0.5rem;
    margin-top: 3.75rem;
  }
}

.page-commitment__planning-gallery-img {
  width: 16.8125rem;
  height: auto;
}
@media screen and (max-width: 768px) {
  .page-commitment__planning-gallery-img {
    width: 100%;
  }
}

@media screen and (max-width: 768px) {
  .page-commitment__planning-gallery-txt.txt {
    font-size: 0.75rem;
    padding-top: 0.5rem;
    text-align: center;
  }
}

.page-commitment__point {
  padding-bottom: 5rem;
}

.page-commitment__point-item {
  width: 100%;
  height: 100%;
  position: relative;
  padding-top: 12.5rem;
}
@media screen and (max-width: 768px) {
  .page-commitment__point-item {
    padding-top: 6.25rem;
  }
}

.page-commitment__point-item::after {
  content: "";
  position: absolute;
  top: 0;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  width: 100%;
  height: 31.25rem;
  z-index: -1;
}
@media screen and (max-width: 768px) {
  .page-commitment__point-item::after {
    height: 18.75rem;
  }
}

.page-commitment__point-item--01::after {
  background-image: url(../img/page-img/commitment-07-bg.webp);
}

.page-commitment__point-item--02::after {
  background-image: url(../img/page-img/commitment-08-bg.webp);
}

.page-commitment__point-item--03::after {
  background-image: url(../img/page-img/commitment-09-bg.webp);
}

.page-commitment__point-item + .page-commitment__point-item {
  margin-top: 5rem;
}

.page-commitment__point-box {
  padding: 6.0625rem 6.25rem 4.8125rem;
  background-color: #fff;
  width: 85%;
  max-width: 87.5rem;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  opacity: 0.95;
  margin: 0 auto;
  -webkit-box-shadow: 0 0rem 0.9375rem rgba(0, 0, 0, 0.08);
          box-shadow: 0 0rem 0.9375rem rgba(0, 0, 0, 0.08);
  position: relative;
}
@media screen and (max-width: 768px) {
  .page-commitment__point-box {
    padding: 3.5rem 1.875rem 1.25rem;
  }
}

.page-commitment__point-ttl-wrap {
  text-align: center;
}

.page-commitment__point-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 5rem;
  padding-top: 4.125rem;
}
@media screen and (max-width: 768px) {
  .page-commitment__point-content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    gap: 1.25rem;
    padding-top: 1.25rem;
  }
}

.page-commitment__point-img {
  width: 35.9375rem;
  height: auto;
  position: absolute;
  right: -4.375rem;
  bottom: -2.5rem;
}
@media screen and (max-width: 768px) {
  .page-commitment__point-img {
    width: 15.3125rem;
    right: -1.25rem;
  }
}

.page-commitment__point-sub-ttl {
  font-size: 1.875rem;
  line-height: 1.2;
  font-weight: 700;
}
@media screen and (max-width: 768px) {
  .page-commitment__point-sub-ttl {
    font-size: 1.125rem;
  }
}

.page-commitment__point-txt {
  padding-top: 1.875rem;
}
@media screen and (max-width: 768px) {
  .page-commitment__point-txt {
    padding-top: 1rem;
  }
}

.page-commitment__point-item--02 .page-commitment__point-box {
  padding: 6.0625rem 6.25rem 9.6875rem;
}
@media screen and (max-width: 768px) {
  .page-commitment__point-item--02 .page-commitment__point-box {
    padding: 3.5rem 1.875rem 33%;
  }
}

@media screen and (max-width: 768px) {
  .page-commitment__point-item--02 .section-ttl {
    font-size: 1.375rem;
  }
}

@media screen and (max-width: 768px) {
  .page-commitment__point-item--02 .section-sub-ttl {
    font-size: 1rem;
  }
}

.page-commitment__point-item--02 .page-commitment__gold-line-img {
  position: absolute;
  right: -5%;
  bottom: -5%;
}
@media screen and (max-width: 768px) {
  .page-commitment__point-item--02 .page-commitment__gold-line-img {
    width: 80%;
    right: -10%;
    bottom: -17%;
  }
}

.page-commitment__point-item--02 .page-commitment__point-txt-wrap {
  width: 60%;
}
@media screen and (max-width: 768px) {
  .page-commitment__point-item--02 .page-commitment__point-txt-wrap {
    width: 100%;
  }
}

.page-header.page-header__rejected {
  background-image: url(../img/page-header/page-header-rejected.webp);
}

.page-patient__content-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 5rem;
  padding-top: 5.5625rem;
}
@media screen and (max-width: 768px) {
  .page-patient__content-wrap {
    padding-top: 1.5rem;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 1.5rem;
  }
}

.page-patient__content-img {
  width: 35.3125rem;
  height: auto;
}
@media screen and (max-width: 768px) {
  .page-patient__content-img {
    width: 100%;
    height: auto;
  }
}

.page-patient__ttl-wrap {
  padding-top: 13.375rem;
}
@media screen and (max-width: 768px) {
  .page-patient__ttl-wrap {
    padding-top: 5rem;
  }
}

@media screen and (max-width: 768px) {
  .page-patient__section-ttl {
    font-size: 1.25rem;
  }
}

.page-patient__cure-wrap {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding-top: 0;
  position: relative;
}

.page-patient__cure-wrap::after {
  content: "";
  height: 19.1875rem;
  background: -webkit-gradient(linear, right top, left bottom, from(#144B71), to(#008FF4));
  background: linear-gradient(to left bottom, #144B71 0%, #008FF4 100%);
  width: 100vw;
  margin: 0 calc(50% - 50vw);
  position: absolute;
  z-index: -1;
  top: 26rem;
}
@media screen and (max-width: 768px) {
  .page-patient__cure-wrap::after {
    top: 17rem;
    height: 75%;
  }
}

.page-patient__cure-contents {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 5rem auto 0;
  -webkit-box-shadow: 0 0.1875rem 1.25rem rgba(0, 18, 93, 0.13);
          box-shadow: 0 0.1875rem 1.25rem rgba(0, 18, 93, 0.13);
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
@media screen and (max-width: 768px) {
  .page-patient__cure-contents {
    margin: 2.0625rem auto 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.page-patient__cure-card {
  max-width: 29.75rem;
  width: 100%;
  display: block;
  background-color: #fff;
  padding: 1.875rem;
  position: relative;
  height: 100%;
  min-height: 21.875rem;
}
@media screen and (max-width: 768px) {
  .page-patient__cure-card {
    min-height: inherit;
  }
}

.page-patient__cure-card:nth-last-of-type(2):after {
  content: "";
  height: 21.25rem;
  width: 0.0625rem;
  background-color: #93C0D3;
  display: block;
  position: absolute;
  left: 0;
  top: 5%;
}
@media screen and (max-width: 768px) {
  .page-patient__cure-card:nth-last-of-type(2):after {
    width: 85%;
    height: 0.0625rem;
    bottom: 0;
    top: inherit;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}

.page-patient__cure-card:nth-last-of-type(2)::before {
  content: "";
  height: 21.25rem;
  width: 0.0625rem;
  background-color: #93C0D3;
  display: block;
  position: absolute;
  right: 0;
  top: 5%;
}
@media screen and (max-width: 768px) {
  .page-patient__cure-card:nth-last-of-type(2)::before {
    width: 85%;
    height: 0.0625rem;
    top: 0;
    right: 50%;
    -webkit-transform: translateX(50%);
            transform: translateX(50%);
  }
}

.page-patient__card-ttl {
  font-size: 1.25rem;
  font-weight: 700;
  color: #367AA8;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.page-patient__card-ttl::before {
  content: "";
  display: inline-block;
  margin-right: 0.9375rem;
  width: 0.6875rem;
  height: 0.6875rem;
  border-radius: 50%;
  background-color: #2C6A93;
}

.page-patient__card-txt {
  line-height: 2;
  padding-top: 1.5rem;
}
@media screen and (max-width: 768px) {
  .page-patient__card-txt {
    font-size: 0.875rem;
    line-height: 1.8;
  }
}

.page-patient__condition {
  padding: 5rem 0;
  background: -webkit-gradient(linear, left bottom, left top, from(#DEEAF2), to(#F4F4F4));
  background: linear-gradient(to top, #DEEAF2 0%, #F4F4F4 100%);
  margin-top: 8.0625rem;
}
@media screen and (max-width: 768px) {
  .page-patient__condition {
    margin-top: 3.75rem;
    padding: 3.75rem 0;
  }
}

.page-patient__condition-box {
  padding: 5.75rem 8rem 4.5rem;
  background-color: #fff;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  max-width: 87.5rem;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .page-patient__condition-box {
    padding: 2rem 1.25rem;
  }
}

.page-patient__condition-ttl-wrap {
  text-align: center;
  padding-bottom: 1.875rem;
  border-bottom: 0.125rem solid #2C6A93;
}
@media screen and (max-width: 768px) {
  .page-patient__condition-ttl-wrap {
    padding-bottom: 0.625rem;
    border-bottom: 0.0625rem solid #2C6A93;
  }
}

.section-ttl.page-patient__condition-ttl {
  font-size: 2.625rem;
}
@media screen and (max-width: 768px) and (max-width: 768px) {
  .section-ttl.page-patient__condition-ttl {
    font-size: 1.625rem;
  }
}

.page-patient__condition-content {
  display: grid;
  grid-template-columns: 1fr 1fr;
  row-gap: 3.4375rem;
  -webkit-column-gap: 2.25rem;
     -moz-column-gap: 2.25rem;
          column-gap: 2.25rem;
  padding-top: 2.875rem;
}
@media screen and (max-width: 768px) {
  .page-patient__condition-content {
    grid-template-columns: 1fr;
    row-gap: 1rem;
    -webkit-column-gap: 0;
       -moz-column-gap: 0;
            column-gap: 0;
    padding-top: 1.875rem;
  }
}

.page-patient__condition-item {
  padding: 2.0625rem 1.625rem 3.0625rem;
  border-radius: 0.625rem;
  -webkit-box-shadow: 0 0.1875rem 1.25rem rgba(0, 18, 93, 0.16);
          box-shadow: 0 0.1875rem 1.25rem rgba(0, 18, 93, 0.16);
}
@media screen and (max-width: 768px) {
  .page-patient__condition-item {
    padding: 1.5rem 1.25rem 1.875rem;
  }
}

.page-patient__condition-item-ttl {
  font-size: 2rem;
  font-weight: 700;
  color: #2C6A93;
  font-family: "Shippori Mincho", serif;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .page-patient__condition-item-ttl {
    font-size: 1.5rem;
  }
}

.page-patient__condition-item-txt.txt {
  padding-top: 1.8125rem;
}
@media screen and (max-width: 768px) {
  .page-patient__condition-item-txt.txt {
    padding-top: 1rem;
  }
}

.page-patient__caution {
  text-align: center;
  padding: 5rem 0 5.75rem;
  font-size: 1.5rem;
  color: #2C6A93;
  line-height: 1.6;
}
@media screen and (max-width: 768px) {
  .page-patient__caution {
    padding: 2.5rem 1.25rem;
    font-size: 0.875rem;
    text-align: left;
  }
}

.page-clinic__feature {
  padding-bottom: 7.5rem;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(23%, #FFFFFF), color-stop(23%, #F4F4F4), to(#DEEAF2));
  background: linear-gradient(to bottom, #FFFFFF 23%, #F4F4F4 23%, #DEEAF2 100%);
}
@media screen and (max-width: 768px) {
  .page-clinic__feature {
    padding-bottom: 3.75rem;
  }
}

.page-clinic__feature-content {
  margin-left: -2.0625rem;
}
@media screen and (max-width: 768px) {
  .page-clinic__feature-content {
    margin-left: 0;
    margin-top: 1.25rem;
  }
}

.page-header.page-header__clinic {
  background-image: url(../img/page-header/page-header-clinic.webp);
}

.page-clinic__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 8%;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
@media screen and (max-width: 768px) {
  .page-clinic__content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.page-clinic__img {
  width: 100%;
  max-width: 43.75rem;
}

.page-clinic__right-wrap {
  width: 33%;
}
@media screen and (max-width: 768px) {
  .page-clinic__right-wrap {
    width: 100%;
  }
}

.page-clinic__ttl {
  color: #fff;
  font-size: 2.625rem;
  font-weight: 700;
  line-height: 1.6;
  font-family: "Shippori Mincho", serif;
  padding-top: 2.9375rem;
}
@media screen and (max-width: 768px) {
  .page-clinic__ttl {
    font-size: 1.375rem;
    padding-top: 1.5rem;
    text-align: center;
  }
}

.page-clinic__txt {
  color: #fff;
  font-size: 1rem;
  line-height: 2;
  padding-top: 2.75rem;
}
@media screen and (max-width: 768px) {
  .page-clinic__txt {
    font-size: 0.875rem;
    padding-top: 1.5rem;
    text-align: center;
  }
}

.page-clinic__wrap {
  position: relative;
  padding-bottom: 10rem;
  overflow: hidden;
  margin-top: 5.625rem;
}
@media screen and (max-width: 768px) {
  .page-clinic__wrap {
    padding-bottom: 5rem;
  }
}

.page-clinic__wrap.bg-blue::after {
  height: 100%;
  top: 9rem;
}

.page-clinic__card-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-top: 5rem;
  gap: 3.4375rem;
}
@media screen and (max-width: 768px) {
  .page-clinic__card-wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding-top: 1.875rem;
    gap: 1.5rem;
  }
}

.page-clinic__card {
  width: 30rem;
  height: 31.75rem;
}
@media screen and (max-width: 768px) {
  .page-clinic__card {
    width: 100%;
    height: auto;
  }
}

.page-clinic__card-content {
  padding: 3rem 1.75rem 1.3125rem;
  background: -webkit-gradient(linear, left bottom, left top, from(#DEEAF2), to(#F4F4F4));
  background: linear-gradient(to top, #DEEAF2 0%, #F4F4F4 100%);
  min-height: 17.9375rem;
}
@media screen and (max-width: 768px) {
  .page-clinic__card-content {
    padding: 1.5rem 0.75rem 1.3125rem;
    min-height: inherit;
  }
}

.page-clinic__card-icon {
  width: 2.8125rem;
  height: auto;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .page-clinic__card-icon {
    width: 1.75rem;
  }
}

.page-clinic__card-icon--gear {
  width: 4.625rem;
}
@media screen and (max-width: 768px) {
  .page-clinic__card-icon--gear {
    width: 2.5rem;
  }
}

.page-clinic__card-icon--drop {
  width: 3.4375rem;
}
@media screen and (max-width: 768px) {
  .page-clinic__card-icon--drop {
    width: 1.75rem;
  }
}

.page-clinic__card-ttl {
  font-size: 2rem;
  font-weight: 700;
  text-align: center;
  color: #367AA8;
  padding-top: 1.75rem;
}
@media screen and (max-width: 768px) {
  .page-clinic__card-ttl {
    font-size: 1.25rem;
    padding-top: 1.125rem;
  }
}

.page-clinic__card-txt {
  font-size: 1.125rem;
  line-height: 1.4;
  padding-top: 0.9375rem;
}
@media screen and (max-width: 768px) {
  .page-clinic__card-txt {
    font-size: 0.875rem;
  }
}

.page-clinic__card-img {
  width: 100%;
  height: auto;
}

.page-clinic__equipment {
  padding-top: 7.5rem;
  padding-bottom: 7.75rem;
}
@media screen and (max-width: 768px) {
  .page-clinic__equipment {
    padding-top: 3.75rem;
    padding-bottom: 6.5rem;
  }
}

.page-clinic__equipment-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 5rem;
}
@media screen and (max-width: 768px) {
  .page-clinic__equipment-item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    gap: 1.25rem;
  }
}

.page-clinic__equipment-item.page-clinic__equipment-item--reverse {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
@media screen and (max-width: 768px) {
  .page-clinic__equipment-item.page-clinic__equipment-item--reverse {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}

.page-clinic__equipment-img--big {
  width: 43.75rem;
  height: auto;
}
@media screen and (max-width: 768px) {
  .page-clinic__equipment-img--big {
    width: 100%;
    max-width: 21.875rem;
    margin: 0 auto;
  }
}

@media screen and (max-width: 768px) {
  .page-clinic__equipment-item.page-clinic__equipment-item--no-padding {
    padding-top: 0;
  }
}

.page-clinic__equipment-item:not(:first-of-type) {
  padding-top: 5.5rem;
}

.page-clinic__equipment-img {
  width: 34.75rem;
  height: auto;
}
@media screen and (max-width: 768px) {
  .page-clinic__equipment-img {
    width: 100%;
    max-width: 21.875rem;
    margin: 0 auto;
  }
}

.page-clinic__equipment-bottom {
  padding-top: 5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 5.5rem;
}
@media screen and (max-width: 768px) {
  .page-clinic__equipment-bottom {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.page-clinic__equipment-bottom-img {
  width: 34.75rem;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 768px) {
  .page-clinic__equipment-bottom-img {
    width: 100%;
    max-width: 100%;
  }
}

.page-clinic__equipment-bottom-contents {
  padding-top: 1.5rem;
}

.page-clinic__equipment-ttl-wrap {
  padding-top: 10.9375rem;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .page-clinic__equipment-ttl-wrap {
    padding-top: 3.75rem;
  }
}

.page-clinic__equipment-txt {
  padding-top: 3rem;
}
@media screen and (max-width: 768px) {
  .page-clinic__equipment-txt {
    padding-top: 1.5rem;
  }
}

.page-clinic__equipment-gallery {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1.0625rem;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding-top: 5rem;
}
@media screen and (max-width: 768px) {
  .page-clinic__equipment-gallery {
    gap: 0.375rem;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding-top: 2.5rem;
  }
}

.page-clinic__equipment-gallery-item {
  text-align: center;
}

.page-clinic__equipment-gallery-img {
  width: 16.8125rem;
  height: auto;
}
@media screen and (max-width: 768px) {
  .page-clinic__equipment-gallery-img {
    width: 100%;
  }
}

.page-clinic__equipment-gallery-txt {
  padding-top: 0.8125rem;
}
@media screen and (max-width: 768px) {
  .page-clinic__equipment-gallery-txt {
    font-size: 0.75rem;
    padding-top: 0.5rem;
  }
}

.page-clinic__feature-ttl-wrap {
  text-align: center;
}

.page-clinic__feature-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-top: 3rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 768px) {
  .page-clinic__feature-wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding-top: 1.5rem;
  }
}

.page-clinic__feature-img {
  width: 48.75rem;
  height: auto;
}
@media screen and (max-width: 768px) {
  .page-clinic__feature-img {
    width: 100%;
    max-width: 100%;
  }
}

.page-clinic__feature-sub-ttl {
  font-size: 2rem;
  font-weight: 700;
  color: #367AA8;
  line-height: 1.5;
  font-family: "Shippori Mincho", serif;
}
@media screen and (max-width: 768px) {
  .page-clinic__feature-sub-ttl {
    font-size: 1.25rem;
    padding-top: 0.75rem;
  }
}

.page-clinic__feature-txt {
  font-size: 1.25rem;
  font-weight: 500;
  line-height: 2;
  padding-top: 3.75rem;
}
@media screen and (max-width: 768px) {
  .page-clinic__feature-txt {
    font-size: 0.875rem;
    line-height: 1.5;
    padding-top: 1.5rem;
  }
}

.page-clinic__btn-wrap {
  margin-top: 3.0625rem;
}
@media screen and (max-width: 768px) {
  .page-clinic__btn-wrap {
    margin-top: 1.5rem;
  }
}

.page-clinic__btn.btn {
  margin: 0 auto 0 0;
}
@media screen and (max-width: 768px) {
  .page-clinic__btn.btn {
    margin: 0 auto;
  }
}

/* スライダー全体の設定 */
.slider {
  overflow: hidden; /* 外にはみ出た部分を非表示 */
  width: 100%; /* 必要に応じて幅を設定 */
  position: relative;
}

/* スライダーの横に並んだ画像のラッパー */
.slider__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; /* 横並びに配置 */
  width: 3600px; /* 画像の合計分の幅に設定 */
  -webkit-animation: slide 60s linear infinite;
          animation: slide 60s linear infinite; /* 無限ループのアニメーション */
}
@media screen and (max-width: 768px) {
  .slider__wrapper {
    width: 2000px; /* 画像の合計分の幅に設定 */
    -webkit-animation: slide 30s linear infinite;
            animation: slide 30s linear infinite; /* 無限ループのアニメーション */
  }
}

/* 画像の設定 */
.slider__img {
  width: 22.5rem;
  height: auto; /* 各画像の幅を画面いっぱいに設定 */
  -ms-flex-negative: 0;
      flex-shrink: 0;
  /* 横方向に縮まないようにする */
}
@media screen and (max-width: 768px) {
  .slider__img {
    width: 12.5rem;
  }
}

/* アニメーション設定 */
@-webkit-keyframes slide {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-1800px);
            transform: translateX(-1800px);
  }
}
@keyframes slide {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-1800px);
            transform: translateX(-1800px);
  }
}
@media screen and (max-width: 768px) {
  @-webkit-keyframes slide {
    0% {
      -webkit-transform: translateX(0);
              transform: translateX(0);
    }
    100% {
      -webkit-transform: translateX(-1000px);
              transform: translateX(-1000px);
    }
  }
  @keyframes slide {
    0% {
      -webkit-transform: translateX(0);
              transform: translateX(0);
    }
    100% {
      -webkit-transform: translateX(-1000px);
              transform: translateX(-1000px);
    }
  }
}
.page-header.page-header__first-visit {
  background-image: url(../img/page-header/page-header-firstvisit.webp);
}

.page-firstvisit__record {
  margin-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
}

.page-firstvisit__record.bg-blue::after {
  top: 10rem;
  height: 100%;
}

.page-firstvisit__record-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 6.25rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 768px) {
  .page-firstvisit__record-wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 1.5rem;
  }
}

.page-firstvisit__record-img {
  max-width: 43.75rem;
  width: 100%;
  height: auto;
}

.page-firstvisit__record-circles {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 2.25rem;
}
@media screen and (max-width: 768px) {
  .page-firstvisit__record-circles {
    gap: 0;
  }
}

.page-firstvisit__record-circle {
  width: 15.875rem;
  height: auto;
}
@media screen and (max-width: 768px) {
  .page-firstvisit__record-circle {
    width: 40%;
    margin: 0 auto;
  }
}

.page-firstvisit__record-content-txt {
  font-size: 2.625rem;
  font-weight: 700;
  color: #fff;
  line-height: 1.6;
  font-family: "Shippori Mincho", serif;
  padding-top: 3.125rem;
}
@media screen and (max-width: 768px) {
  .page-firstvisit__record-content-txt {
    font-size: 1.25rem;
    text-align: center;
    padding-top: 1.5rem;
  }
}

.page-firstvisit__record-btn-wrap {
  margin-right: auto;
  padding-top: 2.75rem;
}
@media screen and (max-width: 768px) {
  .page-firstvisit__record-btn-wrap {
    padding-top: 1.5rem;
  }
}

@media screen and (max-width: 768px) {
  .page-firstvisit__record-btn-wrap .btn {
    margin: 0 auto;
  }
}

.page-firstvisit__message {
  padding-top: 7.5rem;
  padding-bottom: 8.4375rem;
}
@media screen and (max-width: 768px) {
  .page-firstvisit__message {
    padding-bottom: 3.75rem;
    padding-top: 3.75rem;
  }
}

.page-firstvisit__message-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 5rem;
}
@media screen and (max-width: 768px) {
  .page-firstvisit__message-item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    gap: 1.25rem;
  }
}

.page-firstvisit__message-img {
  width: 29.9375rem;
  height: auto;
}
@media screen and (max-width: 768px) {
  .page-firstvisit__message-img {
    width: 100%;
  }
}

.page-firstvisit__trouble {
  background-color: #F2F2F2;
  padding-top: 3.75rem;
  padding-bottom: 3.4375rem;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .page-firstvisit__trouble {
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }
}

@media screen and (max-width: 768px) {
  .inner.page-firstvisit__trouble-inner {
    max-width: 25rem;
  }
}

.page-firstvisit__trouble-ttl {
  text-align: center;
  font-size: 2rem;
  line-height: 1.75;
  font-weight: 500;
}
@media screen and (max-width: 768px) {
  .page-firstvisit__trouble-ttl {
    font-size: 1.25rem;
  }
}

.page-firstvisit__trouble-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  padding-top: 1.875rem;
}
@media screen and (max-width: 768px) {
  .page-firstvisit__trouble-content {
    position: relative;
    width: 100%;
    padding-top: 14.6875rem;
  }
}

.page-firstvisit__trouble-illust {
  width: 14.375rem;
}
@media screen and (max-width: 768px) {
  .page-firstvisit__trouble-illust {
    width: 7.5rem;
    position: relative;
    z-index: 1;
    margin-right: auto;
    margin-top: -28%;
  }
}

.page-firstvisit__trouble-lists {
  background-image: url(../img/page-img/firstvisit-fukidashi.webp);
  background-repeat: no-repeat;
  background-size: contain;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  padding: 2.5rem 1.75rem 3.75rem 3.25rem;
}
@media screen and (max-width: 768px) {
  .page-firstvisit__trouble-lists {
    position: absolute;
    padding: 1.5rem 0.75rem 2.75rem 1.625rem;
  }
}

.page-firstvisit__trouble-lists:first-of-type {
  margin-bottom: 3.75rem;
}
@media screen and (max-width: 768px) {
  .page-firstvisit__trouble-lists:first-of-type {
    top: 8%;
    left: 20%;
    -webkit-transform: translateX(-33%);
            transform: translateX(-33%);
  }
}

.page-firstvisit__trouble-lists:nth-of-type(2) {
  background-image: url(../img/page-img/firstvisit-fukidashi02.webp);
  margin-bottom: 1.875rem;
}
@media screen and (max-width: 768px) {
  .page-firstvisit__trouble-lists:nth-of-type(2) {
    -webkit-transform: translateX(34%);
            transform: translateX(34%);
    top: 55%;
    right: 17%;
  }
}

.page-firstvisit__trouble-list {
  font-size: 1.25rem;
  list-style-type: disc;
}
@media screen and (max-width: 768px) {
  .page-firstvisit__trouble-list {
    font-size: 0.75rem;
  }
}

.page-firstvisit__trouble-list + .page-firstvisit__trouble-list {
  padding-top: 1.0625rem;
}
@media screen and (max-width: 768px) {
  .page-firstvisit__trouble-list + .page-firstvisit__trouble-list {
    padding-top: 0.375rem;
  }
}

.page-firstvisit__suggestion {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url(../img/page-img/firstvisit-bg.webp);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
@media screen and (max-width: 768px) {
  .page-firstvisit__suggestion {
    padding-top: 3.75rem;
    padding-bottom: 3.75rem;
  }
}

.page-firstvisit__suggestion-box {
  width: 87.5rem;
  margin: 0 auto;
  padding: 5.75rem 7rem 5rem;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 768px) {
  .page-firstvisit__suggestion-box {
    width: 100%;
    padding: 3.5rem 1.25rem;
  }
}

.page-firstvisit__suggestion-box::after {
  content: "";
  background-color: #FFF;
  opacity: 0.8;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}

.page-firstvisit__suggestion-ttl-wrap {
  text-align: center;
  max-width: 49.375rem;
  margin: 0 auto;
}

@media screen and (max-width: 768px) {
  .page-firstvisit__suggestion-ttl.section-ttl {
    font-size: 1.5rem;
  }
}

.page-firstvisit__card-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 5rem;
  padding-top: 3.0625rem;
}
@media screen and (max-width: 768px) {
  .page-firstvisit__card-wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 1.5rem;
    padding-top: 1.875rem;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

.page-firstvisit__card {
  max-width: 21.125rem;
  width: 100%;
  display: block;
  -webkit-box-shadow: 0 0.1875rem 1.25rem rgba(0, 18, 93, 0.13);
          box-shadow: 0 0.1875rem 1.25rem rgba(0, 18, 93, 0.13);
}
.page-firstvisit__card:hover .page-firstvisit__card-contents {
  background-color: #037BCD;
}
.page-firstvisit__card:hover .page-firstvisit__card-ttl {
  color: #fff;
}
.page-firstvisit__card:hover .page-firstvisit__card-txt {
  color: #fff;
}
.page-firstvisit__card:hover .card__link.page-firstvisit__card__link {
  color: #fff;
  border-bottom: 0.0625rem solid #fff;
}

.card__link.page-firstvisit__card__link {
  bottom: 3.125rem;
  padding-bottom: 0.5625rem;
}
@media screen and (max-width: 768px) {
  .card__link.page-firstvisit__card__link {
    bottom: 1.25rem;
    right: 50%;
    -webkit-transform: translateX(50%);
            transform: translateX(50%);
  }
}

.page-firstvisit__card-contents {
  background-color: #fff;
  padding: 2.0625rem 1.625rem 5.8125rem;
  -webkit-transition: background-color 0.3s ease;
  transition: background-color 0.3s ease;
  position: relative;
  height: 100%;
  min-height: 29.5rem;
}
@media screen and (max-width: 768px) {
  .page-firstvisit__card-contents {
    min-height: inherit;
    padding: 1.625rem 1.25rem 3.375rem;
  }
}

.page-firstvisit__card-ttl {
  font-size: 2rem;
  font-weight: 700;
  color: #367AA8;
  font-family: "Shippori Mincho", serif;
  text-align: center;
  line-height: 1.3;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transition: color 0.3s ease;
  transition: color 0.3s ease;
}
@media screen and (max-width: 768px) {
  .page-firstvisit__card-ttl {
    font-size: 1.25rem;
  }
}

.page-firstvisit__card-txt {
  padding-top: 1.5rem;
  -webkit-transition: color 0.3s ease;
  transition: color 0.3s ease;
}
@media screen and (max-width: 768px) {
  .page-firstvisit__card-txt {
    padding-top: 1.125rem;
    font-size: 0.875rem;
  }
}

.page-firstvisit__compare {
  max-width: 91.25rem;
  margin: 0 auto;
  padding: 8.375rem 1.25rem 7.5rem;
}
@media screen and (max-width: 768px) {
  .page-firstvisit__compare {
    padding: 5rem 0 5rem 1.25rem;
  }
}

.page-firstvisit__compare-ttl {
  text-align: center;
}

.firstvisit-table {
  width: 100%;
  border-collapse: collapse;
  margin-top: 2.5rem;
  position: relative;
}
@media screen and (max-width: 768px) {
  .firstvisit-table {
    font-size: 0.75rem;
  }
}

.firstvisit-table::before {
  content: "";
  position: absolute;
  top: 0;
  left: 17.5%;
  width: 28%;
  height: 100%;
  display: block;
  border: 0.4375rem solid #2C6A93;
  border-radius: 0.625rem;
}
@media screen and (max-width: 768px) {
  .firstvisit-table::before {
    left: 16%;
    width: 29%;
  }
}

.firstvisit-table th,
.firstvisit-table td {
  text-align: left;
  padding: 2.375rem 1.25rem;
  vertical-align: middle;
}
@media screen and (max-width: 768px) {
  .firstvisit-table th,
.firstvisit-table td {
    padding: 0.625rem 1.25rem;
  }
}

th.firstvisit-table__category {
  text-align: center;
  font-size: 1.5rem;
  font-weight: 700;
}
@media screen and (max-width: 768px) {
  th.firstvisit-table__category {
    font-size: 1.125rem;
  }
}

/* 縦列の背景色 */
.firstvisit-table td:nth-child(1) {
  background-color: #E6E6E6;
  white-space: nowrap;
  width: 20%;
} /* 列1 */
.firstvisit-table th:nth-child(2), .firstvisit-table td:nth-child(2) {
  background-color: #D3EAEF;
} /* 列2 */
.firstvisit-table th:nth-child(3), .firstvisit-table td:nth-child(3) {
  background-color: #EAEEF7;
} /* 列3 */
.firstvisit-table th:nth-child(4), .firstvisit-table td:nth-child(4) {
  background-color: #f8ecc8;
} /* 列4 */
/* 1行飛ばしで背景色を設定 */
.firstvisit-table tr:nth-child(even) td:nth-child(1) {
  background-color: rgb(255, 255, 255);
} /* 列1 */
.firstvisit-table tr:nth-child(odd) td:nth-child(2) {
  background-color: rgba(211, 234, 239, 0.1);
} /* 列2 */
.firstvisit-table tr:nth-child(odd) td:nth-child(3) {
  background-color: rgba(234, 238, 247, 0.5);
} /* 列3 */
.firstvisit-table tr:nth-child(odd) td:nth-child(4) {
  background-color: rgba(248, 230, 180, 0.5);
} /* 列4 */
.firstvisit-table__img {
  width: 21.5rem;
  height: auto;
}
@media screen and (max-width: 768px) {
  .firstvisit-table__img {
    width: 9.375rem;
  }
}

.page-firstvisit__worry {
  padding-top: 4.25rem;
  padding-bottom: 3.5rem;
  margin-bottom: 7.5rem;
  position: relative;
}
@media screen and (max-width: 768px) {
  .page-firstvisit__worry {
    padding-top: 3.5rem;
    padding-bottom: 2.5rem;
    margin-bottom: 0;
  }
}

.page-firstvisit__worry::after {
  content: "";
  display: block;
  background: -webkit-gradient(linear, left top, left bottom, from(#DEEAF2), to(#CAEFED));
  background: linear-gradient(to bottom, #DEEAF2 0%, #CAEFED 100%);
  width: 88vw;
  margin-left: calc(50% - 50vw);
  height: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: -1;
}
@media screen and (max-width: 768px) {
  .page-firstvisit__worry::after {
    width: 100%;
  }
}

@media screen and (max-width: 768px) {
  .page-firstvisit__worry-ttl {
    font-size: 1.5rem;
    text-align: center;
  }
}

.page-firstvisit__worry-btn-wrap .btn {
  margin: 3.0625rem 0 0;
}
@media screen and (max-width: 768px) {
  .page-firstvisit__worry-btn-wrap .btn {
    margin: 1.5rem auto 0;
  }
}

.page-firstvisit__worry-txt {
  padding-top: 2.4375rem;
}

.page-header.page-header__staff {
  background-image: url(../img/page-header/page-header-staff.webp);
}

.inner.page-staff__doctor-inner {
  max-width: 91.25rem;
}

.page-staff__doctor-ttl {
  font-size: 1.6875rem;
  font-weight: 700;
  color: #333;
  line-height: 1.8;
  font-family: "Shippori Mincho", serif;
}
@media screen and (max-width: 768px) {
  .page-staff__doctor-ttl {
    font-size: 0.875rem;
    line-height: 2;
  }
}

.page-staff {
  padding-bottom: 7.5rem;
}

.page-staff__img {
  width: 18.4375rem;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
}
@media screen and (max-width: 768px) {
  .page-staff__img {
    width: 40%;
    padding-top: 1.25rem;
  }
}

.page-staff__doctor-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 2.5rem;
  padding: 3.125rem;
  background: -webkit-gradient(linear, left bottom, left top, from(#DEEAF2), to(#F4F4F4));
  background: linear-gradient(to top, #DEEAF2 0%, #F4F4F4 100%);
  margin-top: 4rem;
}
@media screen and (max-width: 768px) {
  .page-staff__doctor-box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 1.875rem;
    gap: 0;
    margin-top: 2.5rem;
  }
}

.page-staff__doctor-sp-flex {
  display: content;
}
@media screen and (max-width: 768px) {
  .page-staff__doctor-sp-flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 0.9375rem;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

.page-staff__doctor-info {
  padding-top: 2.1875rem;
  padding-bottom: 1.25rem;
  border-bottom: 0.0625rem solid #46A8EA;
}
@media screen and (max-width: 768px) {
  .page-staff__doctor-info {
    padding-top: 1.25rem;
    padding-bottom: 0.625rem;
  }
}

.page-staff__doctor-position {
  font-family: "Shippori Mincho", serif;
}
@media screen and (max-width: 768px) {
  .page-staff__doctor-position {
    font-size: 0.75rem;
  }
}

.page-staff__name {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0.5625rem;
  font-family: "Shippori Mincho", serif;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  line-height: 1;
}
@media screen and (max-width: 768px) {
  .page-staff__name {
    gap: 0.25rem;
  }
}

.page-staff__name--jp {
  padding-top: 0.9375rem;
  font-size: 1.75rem;
  font-weight: 600;
}
@media screen and (max-width: 768px) {
  .page-staff__name--jp {
    font-size: 1.25rem;
  }
}

.page-staff__name--en {
  font-size: 0.875rem;
  color: #46A8EA;
}
@media screen and (max-width: 768px) {
  .page-staff__name--en {
    font-size: 0.75rem;
  }
}

.page-staff__doctor-message {
  padding-top: 2.1875rem;
}
@media screen and (max-width: 768px) {
  .page-staff__doctor-message {
    padding-top: 1.25rem;
  }
}

.page-staff__doctor-history-wrap {
  padding-top: 2.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10rem;
}
@media screen and (max-width: 768px) {
  .page-staff__doctor-history-wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 1.25rem;
  }
}

ul.left-bar-ttl__txt {
  padding-left: 1.25rem;
}

.left-bar-ttl__txt li {
  list-style-type: disc;
}

.page-staff__doctor-imgs {
  max-width: 78.75rem;
  margin: 5.875rem auto 0;
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  display: space-between;
  gap: 3.125rem;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (max-width: 768px) {
  .page-staff__doctor-imgs {
    grid-template-columns: repeat(2, 1fr);
    gap: 1.25rem;
  }
}

.page-staff__doctor-img-txt {
  font-size: 0.9375rem;
  line-height: 1.8;
  text-align: center;
  white-space: nowrap;
}
@media screen and (max-width: 768px) {
  .page-staff__doctor-img-txt {
    font-size: 0.75rem;
  }
}

.staff-doctor-img {
  width: 9.1875rem;
  height: auto;
  padding-top: 0.6875rem;
  margin: 0 auto;
}
.staff-doctor-img.staff-doctor-img03 {
  width: 17.5rem;
}
@media screen and (max-width: 768px) {
  .staff-doctor-img.staff-doctor-img03 {
    width: 100%;
  }
}
.staff-doctor-img.staff-doctor-img04 {
  width: 17.625rem;
}
@media screen and (max-width: 768px) {
  .staff-doctor-img.staff-doctor-img04 {
    width: 100%;
  }
}
.staff-doctor-img.staff-doctor-img05 {
  width: 18.5rem;
}
@media screen and (max-width: 768px) {
  .staff-doctor-img.staff-doctor-img05 {
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  .staff-doctor-img {
    width: 100%;
  }
}

.page-staff__item-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 6.25rem;
}
@media screen and (max-width: 768px) {
  .page-staff__item-wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    gap: 0.625rem;
  }
}

.page-staff__wrap {
  padding-top: 4.125rem;
}
@media screen and (max-width: 768px) {
  .page-staff__wrap {
    padding-top: 2.5rem;
  }
}

.page-staff__item-wrap:not(:first-of-type) {
  padding-top: 5.25rem;
}
@media screen and (max-width: 768px) {
  .page-staff__item-wrap:not(:first-of-type) {
    padding-top: 4rem;
  }
}

.page-staff__item-img {
  width: 37.5rem;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
}
@media screen and (max-width: 768px) {
  .page-staff__item-img {
    width: 100%;
    max-width: 31.25rem;
    margin: 0 auto;
  }
}

.page-staff__name--small.page-staff__name--jp {
  font-size: 1.625rem;
}

.page-staff__item-txt {
  padding-top: 1.75rem;
}
@media screen and (max-width: 768px) {
  .page-staff__item-txt {
    padding-top: 1.125rem;
  }
}

.page-staff__license-list {
  padding-top: 3rem;
  line-height: 1.5;
  font-size: 1.75rem;
  font-family: "Shippori Mincho", serif;
}
@media screen and (max-width: 768px) {
  .page-staff__license-list {
    font-size: 1.25rem;
    padding-top: 1.5rem;
  }
}

.page-staff__license {
  font-size: 1.125rem;
  line-height: 2;
  list-style-type: disc;
  margin-left: 1.25rem;
  font-family: "Noto Sans JP", sans-serif;
}
@media screen and (max-width: 768px) {
  .page-staff__license {
    font-size: 0.875rem;
  }
}

.page-header.page-header__access {
  background-image: url(../img/page-header/page-header-access.webp);
}

.page-access__hours {
  padding-top: 8.375rem;
}
@media screen and (max-width: 768px) {
  .page-access__hours {
    padding-top: 5rem;
  }
}

@media screen and (max-width: 768px) {
  .page-access__hours-box .txt {
    padding-top: 0.5rem;
  }
}

.page-access__hours-ttl {
  text-align: center;
}

.page-access__hours-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 4.9375rem;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  padding-top: 4rem;
}
@media screen and (max-width: 768px) {
  .page-access__hours-wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    gap: 1.5rem;
    padding-top: 2.5rem;
  }
}

.page-access__hours-logo {
  width: 20.6875rem;
  height: auto;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .page-access__hours-logo {
    width: 100%;
    max-width: 12.5rem;
  }
}

.page-access__hours-box {
  padding: 2rem 2rem 2.6875rem;
  border: 0.0625rem solid #ACACAC;
  margin-top: 2.5rem;
}
@media screen and (max-width: 768px) {
  .page-access__hours-box {
    padding: 0 1.25rem 1.25rem;
    margin-top: 1.25rem;
  }
}

@media screen and (max-width: 768px) {
  .page-access__hours-txt {
    padding-top: 0;
  }
}

.page-access__hours-img {
  width: 37.5rem;
  height: auto;
}
@media screen and (max-width: 768px) {
  .page-access__hours-img {
    width: 100%;
  }
}

.page-access__hours-open-img {
  width: 100%;
  height: auto;
  padding-top: 2rem;
}
@media screen and (max-width: 768px) {
  .page-access__hours-open-img {
    padding-top: 1.5rem;
  }
}

.page-access__hours-open-caution {
  text-align: right;
  font-size: 1rem;
  padding-top: 1.0625rem;
}
@media screen and (max-width: 768px) {
  .page-access__hours-open-caution {
    font-size: 0.75rem;
    padding-top: 0.5rem;
  }
}

.page-access__map {
  padding-top: 10.625rem;
  padding-bottom: 7.5rem;
}
@media screen and (max-width: 768px) {
  .page-access__map {
    padding-top: 5rem;
    padding-bottom: 3.75rem;
  }
}

.page-access__map-ttl {
  text-align: center;
}

.page-access__map-top {
  padding-top: 4rem;
}
@media screen and (max-width: 768px) {
  .page-access__map-top {
    padding-top: 2.5rem;
  }
}

.page-access__map-info-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.5rem;
}

.page-access__map-icon-wrap {
  width: 2.5rem;
  height: 2.5rem;
  border-radius: 50%;
  background-color: #DEEAF2;
  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;
}
@media screen and (max-width: 768px) {
  .page-access__map-icon-wrap {
    width: 1.875rem;
    height: 1.875rem;
  }
}

.page-access__map-icon {
  width: 0.875rem;
  height: auto;
}

.page-access__map-icon-tel {
  width: 1.375rem;
  height: auto;
}
@media screen and (max-width: 768px) {
  .page-access__map-icon-tel {
    width: 1rem;
  }
}

.page-access__map-tel {
  font-size: 2.25rem;
  font-weight: 700;
  color: #2C6A93;
}
@media screen and (max-width: 768px) {
  .page-access__map-tel {
    font-size: 1.5rem;
  }
}

@media screen and (max-width: 768px) {
  .page-access__map-txt {
    font-size: 0.875rem;
  }
}

.page-access__map-img-wrap {
  padding-top: 1.75rem;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .page-access__map-img-wrap {
    padding-top: 1rem;
  }
}

.page-access__map-img-wrap iframe {
  width: 100%;
  height: 25rem;
}
@media screen and (max-width: 768px) {
  .page-access__map-img-wrap iframe {
    height: 9rem;
  }
}

.page-access__map-info-wrap + .page-access__map-info-wrap {
  padding-top: 1.375rem;
}
@media screen and (max-width: 768px) {
  .page-access__map-info-wrap + .page-access__map-info-wrap {
    padding-top: 0.5rem;
  }
}

.page-access__map-bottom {
  padding-top: 5rem;
}
@media screen and (max-width: 768px) {
  .page-access__map-bottom {
    padding-top: 3.5rem;
  }
}

.page-access__map-icon-train {
  width: 1.25rem;
  height: auto;
}
@media screen and (max-width: 768px) {
  .page-access__map-icon-train {
    width: 1rem;
  }
}

.page-access__map-icon-p {
  width: 1rem;
  height: auto;
}
@media screen and (max-width: 768px) {
  .page-access__map-icon-p {
    width: 0.875rem;
  }
}

.page-access__map-img-wrap img {
  width: 100%;
  height: auto;
}

.page-header__price {
  background-image: url(../img/page-header/page-header-price.webp);
}

.page-price__cost {
  padding-top: 8.375rem;
}
@media screen and (max-width: 768px) {
  .page-price__cost {
    padding-top: 5rem;
  }
}

.page-price__cost-txt {
  font-size: 1.25rem;
  line-height: 1.6;
  padding-top: 4rem;
}
@media screen and (max-width: 768px) {
  .page-price__cost-txt {
    padding-top: 2rem;
    font-size: 1rem;
  }
}

.page-price__cost-box {
  margin-top: 3.0625rem;
  padding-top: 5.375rem;
  padding-bottom: 4.8125rem;
  text-align: center;
  width: 100%;
  height: 100%;
  border: 0.125rem solid #2C6A93;
  position: relative;
}
@media screen and (max-width: 768px) {
  .page-price__cost-box {
    margin-top: 2rem;
    padding: 2.5rem 1.25rem 2.5rem;
    text-align: left;
  }
}

.page-price__cost-box::after {
  content: "";
  width: 99%;
  height: 97%;
  border: 0.0625rem solid #2C6A93;
  position: absolute;
  top: 0.375rem;
  left: 0.375rem;
}
@media screen and (max-width: 768px) {
  .page-price__cost-box::after {
    width: 97%;
    top: 0.3125rem;
    left: 0.3125rem;
  }
}

.page-price__cost-box-ttl {
  font-size: 2rem;
  font-weight: 500;
}
@media screen and (max-width: 768px) {
  .page-price__cost-box-ttl {
    font-size: 1.5rem;
  }
}

.page-price__cost-box-txt {
  font-size: 1.125rem;
  line-height: 2.2;
  padding-top: 2.875rem;
}
@media screen and (max-width: 768px) {
  .page-price__cost-box-txt {
    font-size: 0.875rem;
    padding-top: 1.5rem;
  }
}

.page-price__detail {
  padding-top: 8.375rem;
  padding-bottom: 7.5rem;
}
@media screen and (max-width: 768px) {
  .page-price__detail {
    padding-top: 5rem;
    padding-bottom: 3.5rem;
  }
}

.page-price__detail-ttl {
  text-align: center;
}

.page-price__detail-wrap {
  padding-top: 3rem;
}
@media screen and (max-width: 768px) {
  .page-price__detail-wrap {
    padding-top: 2.5rem;
  }
}

.page-price__detail-item-ttl {
  color: #fff;
  padding: 0.75rem 2rem;
  width: 100%;
  background-color: #2C6A93;
  font-weight: 700;
  font-size: 1.5rem;
}
@media screen and (max-width: 768px) {
  .page-price__detail-item-ttl {
    font-size: 1.125rem;
    padding: 0.5rem 0.75rem;
  }
}

.page-price__detail-table-wrap {
  padding-top: 1rem;
  font-size: 1.125rem;
}
@media screen and (max-width: 768px) {
  .page-price__detail-table-wrap {
    overflow: inherit;
  }
}

.page-price__detail-table {
  border-collapse: collapse; /* 枠線の隙間をなくす */
  width: 100%; /* テーブル全体の幅を指定（必要に応じて調整） */
  border: none; /* テーブルの外枠を非表示 */
}

.page-price__detail-table td {
  padding: 1.3125rem 2.5rem;
  border: none; /* 各セルの枠線を非表示 */
}
@media screen and (max-width: 768px) {
  .page-price__detail-table td {
    padding: 0.75rem 0.5rem;
    font-size: 0.75rem;
  }
}

.page-price__detail-table tr:nth-child(odd) {
  background-color: #EFF6FA;
}

.page-price__detail-table-category {
  display: none;
}

.page-price__detail-wrap + .page-price__detail-wrap {
  padding-top: 7.5rem;
}
@media screen and (max-width: 768px) {
  .page-price__detail-wrap + .page-price__detail-wrap {
    padding-top: 5rem;
  }
}

.page-price__detail-table td:nth-child(1) {
  width: 30%;
}

.page-price__detail-table td:nth-child(3) {
  text-align: end;
}

.page-price__guarantee {
  padding-bottom: 7.5rem;
}
@media screen and (max-width: 768px) {
  .page-price__guarantee {
    padding-bottom: 5rem;
  }
}

.page-price__guarantee-ttl {
  text-align: center;
}
.page-price__guarantee-txt {
  padding-top: 3rem;
}
@media screen and (max-width: 768px) {
  .page-price__guarantee-txt {
    padding-top: 1.5rem;
    text-align: left;
  }
}

.page-price__guarantee-box {
  padding: 2.5rem 2.375rem 3.125rem;
  border: 0.125rem solid #A79B6B;
  position: relative;
  margin-top: 3.5625rem;
}
@media screen and (max-width: 768px) {
  .page-price__guarantee-box {
    margin-top: 2.5rem;
    padding: 1.75rem 1.25rem 2rem;
  }
}

.page-price__guarantee-box::after {
  content: "";
  width: 98.7%;
  height: 95%;
  border: 0.0625rem solid #A79B6B;
  display: block;
  position: absolute;
  top: 0.5rem;
  left: 0.5rem;
}
@media screen and (max-width: 768px) {
  .page-price__guarantee-box::after {
    width: 98%;
    height: 98%;
    top: 0.25rem;
    left: 0.25rem;
  }
}

.page-price__guarantee-list-ttl {
  padding: 0.75rem 0;
  background-color: #A79B6B;
  color: #fff;
  font-size: 2rem;
  font-weight: 500;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .page-price__guarantee-list-ttl {
    font-size: 1.5rem;
  }
}

.page-price__guarantee-lists {
  padding-top: 1.5rem;
  font-size: 1.5rem;
}
@media screen and (max-width: 768px) {
  .page-price__guarantee-lists {
    padding-top: 1rem;
    font-size: 1rem;
  }
}

.page-price__guarantee-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
@media screen and (max-width: 768px) {
  .page-price__guarantee-list {
    font-size: 0.875rem;
  }
}

.page-price__guarantee-list + .page-price__guarantee-list {
  padding-top: 1.125rem;
}

.page-price__guarantee-list-check {
  width: 1.5625rem;
  height: auto;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media screen and (max-width: 768px) {
  .page-price__guarantee-list-check {
    width: 1.125rem;
  }
}

.page-price__guarantee-list::before {
  content: "";
  display: block;
  width: 1.5625rem;
  height: 1.3125rem;
  margin-right: 1rem;
  background-image: url(../img/icon/icon-check.svg);
  background-size: contain;
  background-repeat: no-repeat;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media screen and (max-width: 768px) {
  .page-price__guarantee-list::before {
    width: 1.125rem;
    height: 0.875rem;
    margin-right: 0.625rem;
  }
}

.page-price__guarantee-caution {
  padding-top: 1.125rem;
  line-height: 1.5;
}
@media screen and (max-width: 768px) {
  .page-price__guarantee-caution {
    font-size: 0.75rem;
  }
}

.page-price__payment {
  padding-top: 8.375rem;
  padding-bottom: 7.5rem;
  background-color: #DEEAF2;
}
@media screen and (max-width: 768px) {
  .page-price__payment {
    padding-top: 5rem;
    padding-bottom: 3.75rem;
  }
}

.page-price__payment-ttl {
  text-align: center;
}

.page-price__payment-way {
  width: 100%;
  height: 12.9375rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-radius: 1.25rem;
  border: 0.125rem solid #46A8EA;
  background-color: #fff;
  margin-top: 3rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 768px) {
  .page-price__payment-way {
    height: 10rem;
    margin-top: 1.5rem;
  }
}

.page-price__payment-way-item {
  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: 2.375rem;
  width: 50%;
}
@media screen and (max-width: 768px) {
  .page-price__payment-way-item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 0.5rem;
  }
}

.page-price__payment-way-item + .page-price__payment-way-item {
  border-left: 0.0625rem solid #46A8EA;
  height: 10.9375rem;
}
@media screen and (max-width: 768px) {
  .page-price__payment-way-item + .page-price__payment-way-item {
    height: 8.75rem;
  }
}

.page-price__payment-icon {
  width: 5.625rem;
  height: auto;
}
@media screen and (max-width: 768px) {
  .page-price__payment-icon {
    width: 3.125rem;
  }
}

.page-price__payment-way-txt {
  font-size: 2.25rem;
  font-weight: 500;
}
@media screen and (max-width: 768px) {
  .page-price__payment-way-txt {
    font-size: 1rem;
  }
}

.page-price__payment-way-txt--small {
  font-size: 1.5rem;
  display: block;
  padding-top: 0.625rem;
}
@media screen and (max-width: 768px) {
  .page-price__payment-way-txt--small {
    font-size: 0.75rem;
  }
}

.page-price__payment-credit {
  padding-top: 3.9375rem;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .page-price__payment-credit {
    padding-top: 2.5rem;
  }
}

.page-price__payment-credit-ttl {
  font-size: 1.75rem;
  font-weight: 700;
  color: #2C6A93;
}
@media screen and (max-width: 768px) {
  .page-price__payment-credit-ttl {
    font-size: 1.25rem;
  }
}

.page-price__payment-credit-img {
  width: 37.5rem;
  height: auto;
  margin: 1.3125rem auto 0;
}
@media screen and (max-width: 768px) {
  .page-price__payment-credit-img {
    width: 100%;
    margin: 1rem auto 0;
    max-width: 15.625rem;
  }
}

.page-price__payment-credit-txt {
  font-size: 2.625rem;
  font-weight: 700;
  line-height: 1.24;
  padding-top: 2.625rem;
}
@media screen and (max-width: 768px) {
  .page-price__payment-credit-txt {
    font-size: 1.25rem;
    padding-top: 1.5rem;
  }
}

.page-price__payment-credit-txt--big {
  font-size: 3rem;
}
@media screen and (max-width: 768px) {
  .page-price__payment-credit-txt--big {
    font-size: 1.75rem;
  }
}

.page-price__payment-comment-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 2.5rem;
  padding-top: 2.5rem;
}
@media screen and (max-width: 768px) {
  .page-price__payment-comment-wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 0.75rem;
  }
}

.page-price__payment-comment {
  padding: 1.0625rem 2rem;
  background-color: #5091BE;
  color: #fff;
  border-radius: 1.875rem;
  font-weight: 700;
}
@media screen and (max-width: 768px) {
  .page-price__payment-comment {
    padding: 0.75rem 1.25rem;
    font-size: 0.875rem;
  }
}

.page-header.page-header__fullmouse {
  background-image: url(../img/page-header/page-header-fullmouse.webp);
}

.page-fullmouse__balance {
  padding-top: 8.0625rem;
  padding-bottom: 7.5rem;
}
@media screen and (max-width: 768px) {
  .page-fullmouse__balance {
    padding-top: 3.75rem;
    padding-bottom: 5rem;
  }
}

.page-fullmouse__balance-ttl {
  font-size: 2rem;
  font-weight: 700;
  color: #2C6A93;
  line-height: 1.75;
  font-family: "Shippori Mincho", serif;
}
@media screen and (max-width: 768px) {
  .page-fullmouse__balance-ttl {
    font-size: 1.25rem;
  }
}

.page-fullmouse__balance-txt {
  padding-top: 1.8125rem;
}

.page-fullmouse__balance-content {
  margin-top: 5.5625rem;
  padding: 5rem 6.25rem 6.25rem;
  background: -webkit-gradient(linear, left bottom, left top, from(#DEEAF2), to(#F4F4F4));
  background: linear-gradient(to top, #DEEAF2 0%, #F4F4F4 100%);
}
@media screen and (max-width: 768px) {
  .page-fullmouse__balance-content {
    margin-top: 3.75rem;
    padding: 3.5rem 1.25rem 3.5rem;
  }
}

.page-fullmouse__balance-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 5rem;
}
@media screen and (max-width: 768px) {
  .page-fullmouse__balance-item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 1.5rem;
  }
}

.page-fullmouse__balance-item + .page-fullmouse__balance-item {
  border-top: 0.0625rem solid #fff;
  padding-top: 2.5rem;
}
@media screen and (max-width: 768px) {
  .page-fullmouse__balance-item + .page-fullmouse__balance-item {
    padding-top: 2.5rem;
  }
}

.page-fullmouse__balance-item:not(:last-of-type) {
  padding-bottom: 2.5rem;
}
@media screen and (max-width: 768px) {
  .page-fullmouse__balance-item:not(:last-of-type) {
    padding-bottom: 1.875rem;
  }
}

.page-fullmouse__balance-item-ttl {
  font-size: 2rem;
  font-weight: 700;
  color: #2C6A93;
  font-family: "Shippori Mincho", serif;
}
@media screen and (max-width: 768px) {
  .page-fullmouse__balance-item-ttl {
    font-size: 1.25rem;
  }
}

.page-fullmouse__balance-item-txt {
  padding-top: 1.8125rem;
}
@media screen and (max-width: 768px) {
  .page-fullmouse__balance-item-txt {
    padding-top: 1rem;
  }
}

.page-fullmouse__balance-img {
  width: 24.375rem;
  height: auto;
}
@media screen and (max-width: 768px) {
  .page-fullmouse__balance-img {
    width: 100%;
  }
}

.page-header.page-header__immediate {
  background-image: url(../img/page-header/page-header-immediate.webp);
}

.page-immediate__about-img {
  width: 22.6875rem;
  height: auto;
  -webkit-transform: rotate(-3deg);
          transform: rotate(-3deg);
}
@media screen and (max-width: 768px) {
  .page-immediate__about-img {
    width: 60%;
  }
}

.page-our-clinic-img.page-our-clinic-img--left.page-our-clinic-img--immediate {
  top: 3rem;
  left: 1.6875rem;
}
@media screen and (max-width: 768px) {
  .page-our-clinic-img.page-our-clinic-img--left.page-our-clinic-img--immediate {
    top: -4rem;
    left: inherit;
  }
}

.page-immediate__terms-wrap {
  padding: 2.5rem 2.375rem 3.125rem;
  border: 0.125rem solid #2D6A93;
  position: relative;
}
@media screen and (max-width: 768px) {
  .page-immediate__terms-wrap {
    padding: 1.75rem 1.25rem 2rem;
  }
}

.page-immediate__terms-wrap::after {
  content: "";
  width: 98.7%;
  height: 95%;
  border: 0.0625rem solid #2D6A93;
  display: block;
  position: absolute;
  top: 0.5rem;
  left: 0.5rem;
}
@media screen and (max-width: 768px) {
  .page-immediate__terms-wrap::after {
    width: 98%;
    height: 98%;
    top: 0.25rem;
    left: 0.25rem;
  }
}

.page-immediate__terms-ttl {
  padding: 0.75rem 0;
  text-align: center;
  font-size: 1.4375rem;
  font-weight: 500;
  background-color: #2D6A93;
  color: #fff;
  width: 100%;
  height: 100%;
}
@media screen and (max-width: 768px) {
  .page-immediate__terms-ttl {
    padding: 0.5rem 0;
    font-size: 1.25rem;
  }
}

.page-immediate__terms-txt {
  padding-top: 1.8125rem;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .page-immediate__terms-txt {
    font-size: 0.875rem;
    text-align: left;
  }
}

.page-immediate__terms-item {
  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;
  padding-top: 2.0625rem;
}

.page-immediate__terms-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 768px) {
  .page-immediate__terms-list {
    font-size: 0.875rem;
  }
}

.page-immediate__terms-list::before {
  content: "";
  display: block;
  width: 1.5625rem;
  height: 1.3125rem;
  margin-right: 1rem;
  background-image: url(../img/icon/icon-check-red.svg);
  background-size: contain;
  background-repeat: no-repeat;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media screen and (max-width: 768px) {
  .page-immediate__terms-list::before {
    width: 1.125rem;
    height: 0.875rem;
    margin-right: 0.625rem;
  }
}

.page-immediate__terms-list:not(:first-of-type) {
  padding-top: 1rem;
}
@media screen and (max-width: 768px) {
  .page-immediate__terms-list:not(:first-of-type) {
    padding-top: 0.625rem;
  }
}

.page-header.page-header__all-on-4 {
  background-image: url(../img/page-header/page-header-all-on-4.webp);
}

.page-all-in-4__about-img {
  width: 28.125rem;
}
@media screen and (max-width: 768px) {
  .page-all-in-4__about-img {
    width: 80%;
  }
}

.page-implant__about-txt-wrap.page-all-on-4__about-txt-wrap {
  gap: 4.9375rem;
}

.page__feature-content.page-all-on-4__feature {
  padding-bottom: 0;
}

.page-implant__about.page-all-on-4__about {
  padding-bottom: 6.25rem;
}

.page-header.page-header__reservation {
  background-image: url(../img/page-header/page-header-reservation.webp);
}

.page-reservation {
  padding-top: 8.375rem;
  padding-bottom: 7.5rem;
}
@media screen and (max-width: 768px) {
  .page-reservation {
    padding-top: 5rem;
    padding-bottom: 3.75rem;
  }
}

.page-reservation__ttl {
  text-align: center;
}

.page-reservation__txt {
  padding-top: 3rem;
}
@media screen and (max-width: 768px) {
  .page-reservation__txt {
    padding-top: 1.5rem;
    text-align: left;
  }
}

/* フォーム全体のスタイル */
/* フォーム全体のスタイル */
/* フォーム全体のスタイル */
.form {
  max-width: 62.5rem;
  margin: 0 auto;
  padding: 6.875rem 6.25rem;
  border-radius: 2.1875rem;
  border: 0.0625rem solid #DEEAF2;
  -webkit-box-shadow: 0 0 0.75rem rgba(64, 64, 64, 0.06);
          box-shadow: 0 0 0.75rem rgba(64, 64, 64, 0.06);
}
@media screen and (max-width: 768px) {
  .form {
    padding: 2.5rem 1.25rem;
  }
}

/* 各フォームグループに上下のボーダーを設定 */
.form-group:not(:first-of-type) {
  border-top: 0.0625rem solid #ACACAC;
}

/* dlのスタイル */
dl.form-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 0;
  padding: 1.875rem 0;
  gap: 4.25rem;
}
@media screen and (max-width: 768px) {
  dl.form-item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 0.625rem;
    padding: 0.9375rem 0;
  }
}

/* dtとddの横並び設定 */
dt.form-ttl {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 30%;
          flex: 0 0 30%;
  font-weight: bold;
  text-align: left;
  padding-right: 0.625rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

dt.form-ttl p {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
  padding-top: 0.8125rem;
}
@media screen and (max-width: 768px) {
  dt.form-ttl p {
    gap: 0.75rem;
  }
}

dd.form-detail {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  margin: 0;
}

.input-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1.875rem;
  padding-top: 0.625rem;
}
@media screen and (max-width: 768px) {
  .input-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 0.625rem;
  }
}

.input-wrapper:not(:last-of-type) {
  padding-bottom: 2.0625rem;
}

.input-date-wrapper p,
.input-hour-wrapper p {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0.6875rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  white-space: nowrap;
}
@media screen and (max-width: 768px) {
  .input-date-wrapper p,
.input-hour-wrapper p {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

.input-wrapper input,
.input-wrapper select {
  width: 10.9375rem;
}

/* 入力フィールドのスタイル */
input,
textarea,
select {
  width: 100%;
  padding: 10px;
  font-size: 1rem;
  border: 1px solid #ccc;
  border-radius: 0.5rem;
  background-color: #fff;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

textarea {
  resize: vertical;
}

/* 必須マークのスタイル */
.required {
  color: #fff;
  padding: 0.1875rem 0.25rem;
  background-color: #A85D82;
  font-size: 0.75rem;
}

/* ボタンのスタイル */
.submit-wrapper {
  text-align: center;
  margin-top: 2.6875rem;
}

input[type=submit] {
  font-size: 1rem;
  color: #fff;
  border: none;
  border-radius: 1.875rem;
  cursor: pointer;
  -webkit-transition: background-color 0.3s;
  transition: background-color 0.3s;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  height: 3.125rem;
  padding: 0 1.75rem;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

input[type=submit].disabled {
  background-color: #4B4B4B;
}

input[type=submit] {
  background-color: #037BCD;
}

input[type=checkbox] {
  width: inherit;
  -webkit-appearance: auto;
     -moz-appearance: auto;
          appearance: auto;
}

.privacyPolicy {
  text-align: center;
}
@media screen and (max-width: 768px) {
  .privacyPolicy {
    text-align: left;
  }
}

.page-header.page-header__counseling {
  background-image: url(../img/page-header/page-header-counseling.webp);
}

.page-counseling__about {
  padding-top: 8.375rem;
}
@media screen and (max-width: 768px) {
  .page-counseling__about {
    padding-top: 5rem;
  }
}

.page-counseling__about-ttl {
  text-align: center;
}

.page-counseling__about-img-wrap {
  margin-top: 3rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 2.8125rem;
}
@media screen and (max-width: 768px) {
  .page-counseling__about-img-wrap {
    margin-top: 1.5rem;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 0;
  }
}

.page-counseling__about-img {
  width: 37.5rem;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .page-counseling__about-img {
    width: 100%;
  }
}

@media screen and (max-width: 768px) {
  .page-counseling__about-txt {
    padding-top: 1.5rem;
  }
}

.page__trouble-content.page-counseling__trouble-content {
  gap: 1.125rem;
}

.page-counseling__trouble {
  margin-top: 8.125rem;
}
@media screen and (max-width: 768px) {
  .page-counseling__trouble {
    margin-top: 1.875rem;
  }
}

.page__trouble-item.page-counseling__trouble-item {
  font-size: 1rem;
}
@media screen and (max-width: 768px) {
  .page__trouble-item.page-counseling__trouble-item {
    font-size: 0.75rem;
  }
}

.page-counseling__trouble-img01 {
  width: 8.3125rem;
}
@media screen and (max-width: 768px) {
  .page-counseling__trouble-img01 {
    width: 5.3125rem;
  }
}

.page-counseling__trouble-img02 {
  width: 4.5625rem;
}
@media screen and (max-width: 768px) {
  .page-counseling__trouble-img02 {
    width: 3.125rem;
  }
}

.page-counseling__trouble-img03 {
  width: 9.125rem;
}
@media screen and (max-width: 768px) {
  .page-counseling__trouble-img03 {
    width: 5.625rem;
  }
}

.page-counseling__trouble-img04 {
  width: 9.375rem;
}
@media screen and (max-width: 768px) {
  .page-counseling__trouble-img04 {
    width: 5.9375rem;
  }
}

.page-counseling__trouble-img05 {
  width: 9.0625rem;
}
@media screen and (max-width: 768px) {
  .page-counseling__trouble-img05 {
    width: 5.9375rem;
  }
}

.page-counseling__trouble-img06 {
  width: 5rem;
}
@media screen and (max-width: 768px) {
  .page-counseling__trouble-img06 {
    width: 3.125rem;
  }
}

.page-counseling__form {
  padding-top: 7.5rem;
  padding-bottom: 7.5rem;
}
@media screen and (max-width: 768px) {
  .page-counseling__form {
    padding-top: 1rem;
    padding-bottom: 3.75rem;
  }
}

.page-counseling__form-txt.txt {
  text-align: center;
}
@media screen and (max-width: 768px) {
  .page-counseling__form-txt.txt {
    text-align: left;
  }
}

.page-counseling__box {
  padding: 2.9375rem 8.5625rem 3.25rem;
  background: -webkit-gradient(linear, left bottom, left top, from(#DEEAF2), to(#F4F4F4));
  background: linear-gradient(to top, #DEEAF2 0%, #F4F4F4 100%);
  margin: 3.0625rem auto 0;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
@media screen and (max-width: 768px) {
  .page-counseling__box {
    margin-top: 1.875rem;
    padding: 2rem 1.25rem;
  }
}

.page-counseling__box-txt {
  font-size: 1.625rem;
  font-weight: 700;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .page-counseling__box-txt {
    font-size: 1rem;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin: 0 auto;
  }
}

.page-counseling__box-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 4.25rem;
  padding-top: 2.625rem;
}
@media screen and (max-width: 768px) {
  .page-counseling__box-content {
    gap: 1rem;
    padding-top: 1.5rem;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.page-counseling__box-tel-wrap {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1.1875rem;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (max-width: 768px) {
  .page-counseling__box-tel-wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 0.5rem;
  }
}

.page-counseling__box-tel-txt {
  font-size: 1rem;
  font-weight: 700;
  color: #2C6A93;
  line-height: 1.2;
  padding: 0.5rem 0.6875rem 0.375rem;
  border: 0.0625rem solid #2C6A93;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  gap: 0.625rem;
  border-radius: 0.625rem;
}
@media screen and (max-width: 768px) {
  .page-counseling__box-tel-txt {
    font-size: 1rem;
    white-space: nowrap;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin: 0 auto;
  }
}

.page-counseling__box-tel {
  font-size: 3.25rem;
  line-height: 1.3;
  font-weight: 700;
  color: #2D6A93;
}
@media screen and (max-width: 768px) {
  .page-counseling__box-tel {
    font-size: 2.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;
  }
}

.page-counseling__box-tel::before {
  content: ""; /* 必ず指定 */
  display: inline-block; /* 必要に応じて block でも可 */
  width: 2.8125rem; /* 画像の幅を指定 */
  height: 2.3125rem; /* 画像の高さを指定 */
  background-image: url(../img/icon/icon-tel.svg); /* 画像のパスを指定 */
  background-size: contain; /* 画像を要素に収める */
  background-repeat: no-repeat;
  background-position: center;
}
@media screen and (max-width: 768px) {
  .page-counseling__box-tel::before {
    width: 1.875rem; /* 画像の幅を指定 */
    height: 2rem; /* 画像の高さを指定 */
  }
}

.page-thanks {
  padding: 12.5rem 0;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .page-thanks {
    padding: 6.25rem 0;
  }
}

.page-thanks-ttl {
  font-size: 1.5rem;
  font-weight: 600;
  color: #2C6A93;
  line-height: 1.4;
  font-family: "Shippori Mincho", serif;
}
@media screen and (max-width: 768px) {
  .page-thanks-ttl {
    font-size: 1.125rem;
  }
}

.page-thanks-txt {
  padding-top: 2.75rem;
}
@media screen and (max-width: 768px) {
  .page-thanks-txt {
    padding-top: 1.5rem;
    font-size: 0.8125rem;
  }
}

.page-thanks__btn {
  padding-top: 4.0625rem;
}
@media screen and (max-width: 768px) {
  .page-thanks__btn {
    padding-top: 2rem;
  }
}