@charset "UTF-8";
*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

html,
body,
h1,
h2,
h3,
h4,
h5,
h6,
ul,
ol,
dl,
li,
dt,
dd,
p,
div,
span,
img,
a,
table,
tr,
th,
td,
small,
button,
time,
figure {
  border: 0;
  font: inherit;
  font-size: 100%;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}

html {
  line-height: 1;
}

ol,
ul {
  list-style: none;
}

li,
dd {
  list-style-type: none;
}

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

img {
  border: none;
  vertical-align: bottom;
}

@media screen and (max-width: 1179px) and (min-width: 768px) {
  html {
    font-size: calc(16 / 1180 * 100vw);
  }
}
@media screen and (max-width: 374px) {
  html {
    font-size: calc(16 / 375 * 100vw);
  }
}

body {
  color: #000000;
  font-family: "Zen Kaku Gothic New", sans-serif;
  line-height: normal;
}

a {
  text-decoration: none;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  color: inherit;
}
@media (hover: hover) {
  a:hover {
    cursor: pointer;
  }
}

picture,
img,
a,
span {
  display: inline-block;
}

video,
img,
svg {
  width: 100%;
  height: 100%;
}

button {
  font: inherit;
  color: inherit;
  background: transparent;
  background: none;
  border: none;
}

input,
textarea,
select {
  font: inherit;
}

@media (min-width: 768px) {
  a[href*="tel:"] {
    pointer-events: none;
    cursor: default;
    text-decoration: none;
  }
}
.l-main {
  min-height: 100vh;
}
@media screen and (max-width: 767px) {
  .l-main {
    -webkit-padding-before: 14.9333333333vw;
            padding-block-start: 14.9333333333vw;
  }
}

.l-inner {
  position: relative;
  width: 100%;
  max-width: 1180px;
  height: inherit;
  padding: 0 2.5rem;
  margin-inline: auto;
}
@media screen and (max-width: 767px) {
  .l-inner {
    width: 100%;
    max-width: 640px;
    padding: 0 1.25rem;
  }
}

.l-inner__narrow {
  max-width: 50rem;
}
@media screen and (max-width: 767px) {
  .l-inner__narrow {
    padding: 0 1.25rem;
    max-width: 600px;
  }
}

.l-footer {
  background-image: url(../img/footer-cta-img.png);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
  padding-block: 10rem;
  padding-inline: 1.25rem;
}

.c-animated__fadeIn {
  translate: 0 20px;
  opacity: 0;
}
.c-animated__fadeIn.js-show {
  translate: 0;
  opacity: 1;
}

.c-heading-ja {
  font-family: "Zen Kaku Gothic New", sans-serif;
  color: #000000;
  font-size: 3.75rem;
  font-weight: 400;
}
@media screen and (max-width: 767px) {
  .c-heading-ja {
    font-size: 1.875rem;
  }
}
.c-heading-ja.--blue-left {
  position: relative;
}
@media screen and (max-width: 767px) {
  .c-heading-ja.--blue-left {
    padding-left: 1.5em;
  }
}
.c-heading-ja.--blue-left::before {
  content: "";
  position: absolute;
  width: 8px;
  height: 100%;
  top: 50%;
  translate: 0 -50%;
  left: -2.5rem;
  background: #0069c2;
}
@media screen and (max-width: 767px) {
  .c-heading-ja.--blue-left::before {
    left: 0;
  }
}
.c-heading-ja.--blue-bottom {
  position: relative;
}
.c-heading-ja.--blue-bottom::before {
  content: "";
  position: absolute;
  height: 8px;
  width: 9.375rem;
  bottom: -3.125rem;
  left: 50%;
  translate: -50%;
  background: #0069c2;
}

.c-to-top {
  position: fixed;
  bottom: 2.5vw;
  right: 2.7777777778vw;
  width: 4.8611111111vw;
  height: auto;
  aspect-ratio: 1;
  border-radius: 50%;
  background: #0069c2;
  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;
}
@media screen and (max-width: 767px) {
  .c-to-top {
    right: 0;
    bottom: 0;
    background: #f3f3f3;
    border-radius: 0;
    height: 13.3333333333vw;
    width: 14.6666666667vw;
  }
}
.c-to-top {
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
.c-to-top.js-show {
  opacity: 1;
  visibility: visible;
}
.c-to-top {
  cursor: pointer;
}

.c-to-top-arrow {
  display: inline-block;
  width: 1.4583333333vw;
  height: 1.4583333333vw;
  margin: 0 0.6944444444vw;
  border-top: 3px solid #fff;
  border-left: 3px solid #fff;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
@media screen and (max-width: 767px) {
  .c-to-top-arrow {
    border-top: 1px solid #000;
    border-left: 1px solid #000;
    width: 4vw;
    height: 4vw;
  }
}

.c-to-top__text {
  color: #fff;
  font-size: 0.8333333333vw;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.1em;
}
.c-to-top__text .uppertext {
  display: block;
}
@media screen and (max-width: 767px) {
  .c-to-top__text {
    color: #000;
    letter-spacing: 0.05em;
    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;
    font-size: 3.2vw;
  }
}

.c-schedule-table {
  width: 100%;
  border-collapse: collapse;
  -webkit-margin-after: 2.0625rem;
          margin-block-end: 2.0625rem;
}
.c-schedule-table th,
.c-schedule-table td {
  font-size: 1.1875rem;
  text-align: center;
  padding: 0.375rem 0.125rem;
  border-bottom: 1px solid #d4d4d4;
}
.c-schedule-table th {
  font-weight: 600;
}
.c-schedule-table th:first-child,
.c-schedule-table td:first-child {
  text-align: center;
  padding-inline: 0.5rem;
  white-space: nowrap;
  font-size: 1.3125rem;
  letter-spacing: 0.1em;
  width: 27%;
}
.c-schedule-table td:not(:first-child) {
  font-size: 0.9375rem;
}
.c-schedule-table th:last-child {
  border-right: 1px solid #d4d4d4;
}

.c-schedule-holiday {
  font-size: 1.375rem;
  -webkit-margin-after: 1.8125rem;
          margin-block-end: 1.8125rem;
  line-height: 1.6;
  font-weight: 600;
}
.c-schedule-holiday span {
  letter-spacing: 0.08em;
  padding-left: 1rem;
}

/* すべての要素に1pxの枠線を引く */
.p-header {
  width: 100%;
  height: auto;
  -webkit-padding-start: 3.4722222222vw;
          padding-inline-start: 3.4722222222vw;
  -webkit-padding-end: 5.7638888889vw;
          padding-inline-end: 5.7638888889vw;
  background: #fff;
}
@media screen and (max-width: 767px) {
  .p-header {
    -webkit-padding-start: 4.8vw;
            padding-inline-start: 4.8vw;
    -webkit-padding-end: 4.8vw;
            padding-inline-end: 4.8vw;
    z-index: 102;
    position: fixed;
    background: #fff;
  }
}
.p-header {
  position: relative;
}

.p-header__logo-link {
  position: absolute;
  top: 3.9583333333vw;
  left: 3.4722222222vw;
}
@media screen and (max-width: 767px) {
  .p-header__logo-link {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    background: #fff;
    -webkit-padding-before: 0.2666666667vw;
            padding-block-start: 0.2666666667vw;
    -webkit-padding-start: 5.3333333333vw;
            padding-inline-start: 5.3333333333vw;
  }
}

.p-header__logo {
  width: 34.7222222222vw;
  height: auto;
}
.p-header__logo img {
  width: 100%;
  height: auto;
  aspect-ratio: 450/72;
  -o-object-fit: contain;
     object-fit: contain;
}
@media screen and (max-width: 767px) {
  .p-header__logo {
    width: 71.2vw;
    height: auto;
  }
  .p-header__logo img {
    aspect-ratio: 267/55;
  }
}

@media screen and (max-width: 767px) {
  .p-header:has(.p-drawer__icon.js-show) {
    background: transparent;
  }
  .p-header:has(.p-drawer__icon.js-show) .p-header__logo-link {
    background: transparent;
  }
  .p-header:has(.p-drawer__icon.js-show) .p-header__logo {
    visibility: hidden;
    opacity: 0;
  }
}
.p-header__btns {
  position: fixed;
  z-index: 10;
  top: 0;
  right: 10.6944444444vw;
  color: #ffffff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 767px) {
  .p-header__btns {
    top: auto;
    bottom: 0;
    left: 0;
  }
}

.p-header__btn {
  padding-inline: 1.1111111111vw;
  height: 4.8611111111vw;
  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;
}
@media screen and (max-width: 767px) {
  .p-header__btn {
    padding-inline: 0;
    width: 42.6666666667vw;
    height: 13.3333333333vw;
  }
}
.p-header__btn.--patient {
  background: #0069c2;
}
@media screen and (max-width: 767px) {
  .p-header__btn.--patient {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-column-gap: 2.1333333333vw;
       -moz-column-gap: 2.1333333333vw;
            column-gap: 2.1333333333vw;
  }
}
.p-header__btn.--patient p {
  font-size: 1.1111111111vw;
  letter-spacing: 0.05em;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  .p-header__btn.--patient p {
    font-size: 3.2vw;
    letter-spacing: -0.11em;
  }
}
.p-header__btn.--patient span {
  font-size: 1.5277777778vw;
  letter-spacing: 0.15em;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  .p-header__btn.--patient span {
    font-size: 3.2vw;
    letter-spacing: -0.11em;
  }
}
.p-header__btn.--patient .header-tel {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.6944444444vw;
}
.p-header__btn.--patient svg {
  width: 1.0416666667vw;
  height: 1.25vw;
  -webkit-transform: rotate(8deg);
          transform: rotate(8deg);
}
@media screen and (max-width: 767px) {
  .p-header__btn.--patient svg {
    width: 4.5333333333vw;
    height: 5.0666666667vw;
  }
}
.p-header__btn.--medical {
  background-color: #479bd3;
  font-size: 1.25vw;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  .p-header__btn.--medical {
    font-size: 3.2vw;
    letter-spacing: -0.11em;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: 2.1333333333vw;
  }
}
.p-header__btn.--medical span {
  font-size: 0.9722222222vw;
}
@media screen and (max-width: 767px) {
  .p-header__btn.--medical svg {
    width: 5.0666666667vw;
    height: 5.8666666667vw;
  }
}

/* 「js-showが付いたicon」を内部に持っているp-headerを探し、
   その中にあるp-header__btnsを隠す */
.p-header:has(.p-drawer__icon.js-show) .p-header__btns {
  visibility: hidden;
  opacity: 0; /* ふわっと消したい場合はこれも追加 */
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease; /* アニメーションさせる場合 */
}

.p-drawer__icon {
  position: fixed;
  z-index: 102;
  background: #0069c2;
  padding-inline: 1.5972222222vw;
  top: 0;
  right: 5.5555555556vw;
  width: 5.1388888889vw;
  height: 4.8611111111vw;
  border-radius: 0 0 1.3888888889vw 0;
  -webkit-transition: right 0.5s ease-out;
  transition: right 0.5s ease-out; /* 0.5秒かけて、最後をゆっくり動かす */
}
@media screen and (max-width: 767px) {
  .p-drawer__icon {
    background: #f3f3f3;
    border-radius: 0 0 0 0;
    width: 16vw;
    height: 14.9333333333vw;
    top: 0;
    right: 0;
    padding-inline: 4vw;
  }
}

.p-drawer__icon--bar-wrapper {
  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: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  row-gap: 0.5555555556vw;
}
@media screen and (max-width: 767px) {
  .p-drawer__icon--bar-wrapper {
    row-gap: 2.2666666667vw;
    padding-top: 2.6666666667vw;
  }
}

.p-drawer__icon--bar {
  width: 100%;
  height: 0.0694444444vw;
  background: #ffffff;
}
@media screen and (max-width: 767px) {
  .p-drawer__icon--bar {
    height: 0.5333333333vw;
    background: #000;
  }
}

.p-drawer__icon--bar-text {
  color: #ffffff;
  font-size: 0.8333333333vw;
  letter-spacing: normal;
  line-height: 0.8;
}
@media screen and (max-width: 767px) {
  .p-drawer__icon--bar-text {
    color: #000;
    font-size: 2.6666666667vw;
    letter-spacing: 0.07em;
    font-weight: 700;
    -webkit-padding-after: 1.3333333333vw;
            padding-block-end: 1.3333333333vw;
  }
}

.p-drawer__icon.js-show {
  right: 0;
}
.p-drawer__icon.js-show .p-drawer__icon--bar:nth-of-type(1) {
  rotate: 45deg;
  translate: 0 0.3125vw;
}
@media screen and (max-width: 767px) {
  .p-drawer__icon.js-show .p-drawer__icon--bar:nth-of-type(1) {
    translate: 0 0;
  }
}
.p-drawer__icon.js-show .p-drawer__icon--bar:nth-of-type(2) {
  display: none;
}
.p-drawer__icon.js-show .p-drawer__icon--bar:nth-of-type(3) {
  rotate: -45deg;
  translate: 0 -0.3125vw;
}
@media screen and (max-width: 767px) {
  .p-drawer__icon.js-show .p-drawer__icon--bar:nth-of-type(3) {
    translate: 0 -2.6666666667vw;
  }
}

.p-drawer {
  position: fixed;
  z-index: 101;
  overflow-y: scroll;
  top: 0;
  right: 0;
  width: 30%;
  height: 100vh;
  height: 100svh;
  background: #4898cd;
}
@media screen and (max-width: 767px) {
  .p-drawer {
    width: 100%;
  }
}

.p-drawer__icon--bar {
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.p-drawer {
  translate: 101%;
  -webkit-transition: translate 0.5s ease;
  transition: translate 0.5s ease;
}
.p-drawer.js-show {
  translate: 0;
}

.p-drawer__body {
  width: 100%;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  padding-block: 3.4722222222vw 2.7777777778vw;
  padding-inline: 3.0555555556vw;
}
@media screen and (max-width: 767px) {
  .p-drawer__body {
    padding-block: 13.3333333333vw 10.6666666667vw;
    padding-inline: 11.7333333333vw;
  }
}

.p-drawer__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding-bottom: 2.5694444444vw;
  row-gap: 2.7777777778vw;
}
@media screen and (max-width: 767px) {
  .p-drawer__list {
    padding-bottom: 9.8666666667vw;
    row-gap: 10.6666666667vw;
  }
}
.p-drawer__list li {
  position: relative;
}
.p-drawer__list li::before {
  content: "";
  position: absolute;
  left: 0;
  width: 100%;
  height: 1px;
  background: #ffffff;
  bottom: -1.3888888889vw;
}
@media screen and (max-width: 767px) {
  .p-drawer__list li::before {
    bottom: -5.3333333333vw;
  }
}
.p-drawer__list li a {
  font-size: 1.3888888889vw;
  font-weight: 400;
  color: #ffffff;
}
@media screen and (max-width: 767px) {
  .p-drawer__list li a {
    font-size: 4.2666666667vw;
    letter-spacing: 0.03em;
  }
}

.p-drawer__btn {
  display: inline-block;
  width: 100%;
  height: 5vw;
  font-weight: 400;
}
@media screen and (max-width: 767px) {
  .p-drawer__btn {
    height: 19.2vw;
  }
}
.p-drawer__btn.--patient {
  font-size: 1.3888888889vw;
  background: #0069c2;
  color: #ffffff;
  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;
  font-weight: bold;
  letter-spacing: 0.16em;
  -webkit-margin-after: 1em;
          margin-block-end: 1em;
  line-height: 1.2em;
}
@media screen and (max-width: 767px) {
  .p-drawer__btn.--patient {
    font-size: 4.2666666667vw;
  }
}
.p-drawer__btn.--patient span {
  line-height: 1.2em;
  font-size: 1.7361111111vw;
}
@media screen and (max-width: 767px) {
  .p-drawer__btn.--patient span {
    font-size: 5.8666666667vw;
  }
}
.p-drawer__btn.--patient svg {
  width: 1.4583333333vw;
  height: 1.6666666667vw;
  -webkit-transform: rotate(8deg);
          transform: rotate(8deg);
}
@media screen and (max-width: 767px) {
  .p-drawer__btn.--patient svg {
    width: 3.4666666667vw;
    height: 4.8vw;
  }
}
.p-drawer__btn.--medical {
  font-size: 1.3888888889vw;
  background: #ffffff;
  color: #000000;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-weight: bold;
  gap: 0.5rem;
}
.p-drawer__btn.--medical svg {
  color: #0069c2;
  width: 2.4305555556vw;
  height: 2.7083333333vw;
}
@media screen and (max-width: 767px) {
  .p-drawer__btn.--medical svg {
    width: 6.4vw;
    height: 7.4666666667vw;
  }
}
@media screen and (max-width: 767px) {
  .p-drawer__btn.--medical {
    font-size: 4.2666666667vw;
  }
}
.p-drawer__btn.--medical span {
  font-weight: 400;
  font-size: 1.1805555556vw;
}
@media screen and (max-width: 767px) {
  .p-drawer__btn.--medical span {
    font-size: 3.4666666667vw;
  }
}

.p-drawer__btn-text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.p-footer__overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.5);
  z-index: 0;
}

.p-footer-hero__inner {
  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;
  gap: 2.5rem;
  position: relative;
  z-index: 1;
}

.p-footer-hero__logo {
  max-width: 31.25rem;
  width: 100%;
}
.p-footer-hero__logo img {
  width: 100%;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
  aspect-ratio: 500/67;
}

/* ボタン本体 */
.btn-official {
  padding: 22px 25px 22px 76px;
  border-radius: 50px; /* 角を丸くしてカプセル型に */
  border: 1px solid #3e7196; /* 外枠の線（画像に合わせて調整） */
  width: 100%;
  max-width: 19.4375rem;
  /* ①背景を白(#FFF)で透過 */
  background-color: rgba(255, 255, 255, 0.7);
  /* テキスト装飾 */
  color: #3e7196; /* テキストの色 */
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: bold;
  text-decoration: none;
  font-size: 1.3125rem;
  letter-spacing: 0.1em;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  position: relative;
}
.btn-official::before {
  content: "";
  position: absolute;
  width: 2rem;
  height: 2rem;
  background-color: #4a769b; /* アイコンの背景色 */
  border-radius: 50%;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  top: 50%;
  translate: 0 -50%;
  right: 2.0625rem;
}
.btn-official::after {
  content: "";
  position: absolute;
  top: 47%;
  translate: 0 -50%;
  right: 2.6875rem;
  width: 1.125rem;
  height: 0.3125rem;
  border-right: 0.0625rem solid #fff;
  border-bottom: 0.0625rem solid #fff;
  -webkit-transform: skew(45deg);
          transform: skew(45deg);
}

/* ホバー時の演出（お好みで） */
.btn-official:hover {
  background-color: rgba(255, 255, 255, 0.9);
  -webkit-transform: translateY(-1px);
          transform: translateY(-1px);
}

.p-footer-copy {
  padding-block: 5rem 5rem;
  background-color: #ffffff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  row-gap: 1rem;
}
@media screen and (max-width: 767px) {
  .p-footer-copy {
    padding-block: 5rem 10rem;
  }
}
.p-footer-copy small {
  font-size: 1.375rem;
  letter-spacing: 0.1em;
  font-weight: 600;
}

.p-footer-copy-img {
  width: 8.75rem;
}
.p-footer-copy-img img {
  width: 100%;
  height: auto;
  aspect-ratio: 61/16;
}

@media screen and (max-width: 767px) {
  .p-fv {
    -webkit-padding-before: 11.4666666667vw;
            padding-block-start: 11.4666666667vw;
    -webkit-padding-after: 53.3333333333vw;
            padding-block-end: 53.3333333333vw;
  }
}

.p-fv-inner {
  position: relative;
}

.p-fv__bg {
  position: absolute;
  z-index: 2;
  width: 20.2777777778vw;
  left: 2.9861111111vw;
  bottom: 0;
}
@media screen and (max-width: 767px) {
  .p-fv__bg {
    width: 40vw;
    left: auto;
    bottom: auto;
    top: 35.4666666667vw;
    right: 9.6vw;
  }
}
.p-fv__bg img {
  width: 100%;
  height: auto;
  aspect-ratio: 292/199;
  -o-object-fit: contain;
     object-fit: contain;
}

.p-fv-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  gap: 19.9305555556vw;
  -webkit-padding-start: 2.9861111111vw;
          padding-inline-start: 2.9861111111vw;
  -webkit-padding-end: 6.9444444444vw;
          padding-inline-end: 6.9444444444vw;
}
@media screen and (max-width: 767px) {
  .p-fv-content {
    gap: 0;
    -webkit-padding-start: 1.7361111111vw;
            padding-inline-start: 1.7361111111vw;
    -webkit-padding-end: 0;
            padding-inline-end: 0;
  }
}

.p-fv-main-title {
  position: relative;
  z-index: 3;
  font-weight: normal;
  font-size: 2.5vw;
  color: #000000;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  /* 縦書きに設定（右から左へ） */
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
  /* 縦書きの際の文字の向きを正立させる */
  text-combine-upright: none;
  /* 任意：英数字も縦にする場合はこちら（必要に応じて） */
  /* text-orientation: upright; */
  padding-top: 13.9583333333vw;
  line-height: 2em;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 767px) {
  .p-fv-main-title {
    padding-top: 0;
    font-size: 6.4vw;
    font-weight: 500;
    margin-right: -35.2vw;
    line-height: 2.1em;
    letter-spacing: 0.15em;
  }
}
.p-fv-main-title .highlight-main {
  color: #0069c2;
}
.p-fv-main-title .highlight-sub {
  color: #479bd3;
}

.fv-image {
  position: relative;
  z-index: 0;
  width: 42.4305555556vw;
  height: 50.8333333333vw;
}
.fv-image img {
  width: 100%;
  height: auto;
  aspect-ratio: 611/732;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 767px) {
  .fv-image {
    width: 88vw;
    height: 58.6666666667vw;
    padding-top: 72vw;
  }
  .fv-image img {
    aspect-ratio: 330/220;
  }
}

.p-fv__nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: end;
  padding-block: 5.5555555556vw;
  -webkit-padding-end: 6.8055555556vw;
          padding-inline-end: 6.8055555556vw;
}
@media screen and (max-width: 767px) {
  .p-fv__nav {
    display: none;
  }
}

.p-fv__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 2.3611111111vw;
     -moz-column-gap: 2.3611111111vw;
          column-gap: 2.3611111111vw;
}
.p-fv__list li a {
  font-size: 1.3888888889vw;
  position: relative;
}
.p-fv__list li a::before {
  content: "";
  position: absolute;
  width: 1px;
  height: 70%;
  background: #000000;
  top: 50%;
  translate: 0 -50%;
  left: calc(100% + 1.25vw);
}
.p-fv__list li:last-child a::before {
  content: none;
}

.p-fv__btns {
  position: fixed;
  z-index: 999;
  bottom: 0;
  color: #ffffff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.p-fv__btn {
  padding-inline: 1.1111111111vw;
  height: 4.8611111111vw;
  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;
}
@media screen and (max-width: 767px) {
  .p-fv__btn {
    padding-inline: 0;
    width: 42.6666666667vw;
    height: 13.3333333333vw;
  }
}
.p-fv__btn span {
  display: block;
  font-size: 1.0416666667vw;
}
.p-fv__btn.--patient {
  letter-spacing: 0.1rem;
  font-size: 1.6666666667vw;
  background: #0069c2;
}
@media screen and (max-width: 767px) {
  .p-fv__btn.--patient {
    font-size: 2.9333333333vw;
  }
}
.p-fv__btn.--medical {
  font-size: 1.1111111111vw;
  background-color: #479bd3;
}
@media screen and (max-width: 767px) {
  .p-fv__btn.--medical {
    font-size: 2.9333333333vw;
  }
}

.fv__swiper-container,
.fv__swiper,
.fv__swiper-wrapper,
.fv__swiper-slide {
  position: relative;
}

.fv__swiper-container {
  width: 42.4305555556vw;
  height: 50.8333333333vw;
}
@media screen and (max-width: 767px) {
  .fv__swiper-container {
    width: 88vw;
    height: 58.6666666667vw;
  }
}

.fv__swiper-slide {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

.swiper-button-prev,
.swiper-button-next,
.swiper-pagination-bullets.swiper-pagination-horizontal {
  top: unset;
  bottom: unset;
  left: unset;
  right: unset;
  margin: 0;
  padding: 0;
}

/* 1. スライドの親要素ではみ出しをカット */
.fv__swiper-slide {
  overflow: hidden;
}

/* 2. 画像の初期状態（非アクティブ時：拡大しておく） */
.fv-image img {
  width: 100%;
  height: auto;
  /* ここで初期の拡大率を設定 */
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
  /* スケールが戻る時の速度 */
  -webkit-transition: -webkit-transform 2s ease-out;
  transition: -webkit-transform 2s ease-out;
  transition: transform 2s ease-out;
  transition: transform 2s ease-out, -webkit-transform 2s ease-out;
}

/* 3. スライドがアクティブになった時（スケールを1に戻す） */
.fv__swiper-slide.swiper-slide-active .fv-image img {
  -webkit-transform: scale(1);
          transform: scale(1);
}

.p-message {
  padding-block: 5rem;
  background-color: #ffffff;
}

.p-message__title {
  -webkit-margin-after: 6.25rem;
          margin-block-end: 6.25rem;
}

.p-message__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-column-gap: 6.25rem;
     -moz-column-gap: 6.25rem;
          column-gap: 6.25rem;
}
@media screen and (max-width: 767px) {
  .p-message__content {
    display: grid;
    grid-template-areas: "img" "text" "icon";
    grid-template-columns: 1fr;
    gap: 2rem;
    justify-items: center;
  }
}

.p-message__left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 70px;
}
@media screen and (max-width: 767px) {
  .p-message__left {
    display: contents;
  }
}

.p-message__image {
  width: 29.25rem;
}
.p-message__image img {
  width: 100%;
  height: auto;
  aspect-ratio: 468/357;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 767px) {
  .p-message__image {
    width: 100%;
    grid-area: img;
  }
}

.p-message__decoration {
  width: 19.0625rem;
}
.p-message__decoration img {
  width: 100%;
  height: auto;
  aspect-ratio: 305/274;
  -o-object-fit: contain;
     object-fit: contain;
}
@media screen and (max-width: 767px) {
  .p-message__decoration {
    grid-area: icon;
  }
}

.p-message__right {
  grid-area: right;
}
@media screen and (max-width: 767px) {
  .p-message__right {
    grid-area: text;
  }
}

.p-message__body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 1.25rem;
}
.p-message__body p {
  font-size: 1.25rem;
  line-height: 2;
  letter-spacing: -0.11em;
  color: #000000;
  text-align: justify;
}

.p-symptoms {
  padding: 5rem 0;
  background-color: #f3f3f3;
}

.p-symptoms__title {
  -webkit-margin-after: 6.25rem;
          margin-block-end: 6.25rem;
}

.p-symptoms__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}
@media screen and (max-width: 767px) {
  .p-symptoms__content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 5rem;
  }
}

.p-symptoms__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 3.125rem;
  list-style: none;
  padding: 0;
  margin: 0;
  -ms-flex-item-align: center;
      align-self: center;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
@media screen and (max-width: 767px) {
  .p-symptoms__list {
    gap: 1.5625rem;
  }
}

.p-symptoms__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.75rem;
  white-space: nowrap;
}
@media screen and (max-width: 767px) {
  .p-symptoms__item {
    white-space: wrap;
  }
}
.p-symptoms__item img {
  width: 1.25rem;
  height: 1.25rem;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.p-symptoms__item span {
  font-size: 1.4375rem;
  color: #000000;
  line-height: 1.8;
  letter-spacing: 0.13em;
  -webkit-padding-start: 3rem;
          padding-inline-start: 3rem;
  position: relative;
}
@media screen and (max-width: 767px) {
  .p-symptoms__item span {
    line-height: 1.3;
  }
}
.p-symptoms__item span::after {
  content: "";
  position: absolute;
  background: url(/../../assets/img/icon-check.webp) no-repeat center center/contain;
  width: 1.875rem;
  height: 1.875rem;
  left: 0;
  top: 0.3em;
}

.p-symptoms__images {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 5.5625rem;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}

.p-symptoms__image:nth-child(1) {
  width: 26.875rem;
  height: auto;
}
@media screen and (max-width: 767px) {
  .p-symptoms__image:nth-child(1) {
    width: 100%;
  }
}
.p-symptoms__image:nth-child(1) img {
  aspect-ratio: 430/280;
  -o-object-fit: cover;
     object-fit: cover;
}
.p-symptoms__image:nth-child(2) {
  width: 15.9375rem;
  height: auto;
}
@media screen and (max-width: 767px) {
  .p-symptoms__image:nth-child(2) {
    width: 100%;
  }
}
.p-symptoms__image:nth-child(2) img {
  aspect-ratio: 255/170;
  -o-object-fit: cover;
     object-fit: cover;
}
.p-symptoms__image img {
  width: 100%;
  height: auto;
}

.p-cta {
  position: relative;
  padding: 7.5rem 1.25rem;
  background-image: url("../img/cta-bg-img.webp");
  background-size: cover;
  background-position: center;
}
@media screen and (max-width: 767px) {
  .p-cta {
    padding: 7.5rem 0;
  }
}

.p-cta__inner {
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 4rem;
}
@media screen and (max-width: 767px) {
  .p-cta__inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.p-cta__contact {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  border: 1px solid #ffffff;
  padding: 2.8125rem 3.125rem 2.1875rem 3.125rem;
  color: #ffffff;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-cta__contact {
    width: 100%;
    padding: 1.5625rem 1.5625rem 1.5625rem 1.5625rem;
  }
}

.p-cta__contact-title {
  font-size: 1.625rem;
  letter-spacing: 0.07em;
  margin-bottom: 0.375rem;
}

.p-cta__contact-desc {
  font-size: 1.4375rem;
  letter-spacing: normal;
  margin-bottom: 1rem;
}

.p-cta__contact-tel {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 0.9375rem;
  font-size: 2.875rem;
  letter-spacing: 0.15em;
  font-weight: bold;
  color: #ffffff;
  text-decoration: none;
}
@media screen and (max-width: 767px) {
  .p-cta__contact-tel {
    font-size: 2.1875rem;
  }
}
@media (max-width: 500px) {
  .p-cta__contact-tel {
    font-size: 1.5rem;
  }
}
.p-cta__contact-tel svg {
  width: 2.3125rem;
  height: 2.625rem;
  -webkit-transform: rotate(8deg);
          transform: rotate(8deg);
}
@media screen and (max-width: 767px) {
  .p-cta__contact-tel svg {
    width: 1.5rem;
    height: 1.6875rem;
  }
}

.p-cta__schedule {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  color: #ffffff;
}
@media screen and (max-width: 767px) {
  .p-cta__schedule {
    width: 100%;
  }
}

.p-cta__schedule-table-wrapper {
  width: 100%;
  margin-inline: auto;
  padding-bottom: 30px;
  overflow-x: auto;
}
.p-cta__schedule-table-wrapper::-webkit-scrollbar {
  height: 0.3125rem;
}
.p-cta__schedule-table-wrapper::-webkit-scrollbar-track {
  background-color: #555555;
}
.p-cta__schedule-table-wrapper::-webkit-scrollbar-thumb {
  background-color: #ffffff;
}

.p-cta__schedule-table {
  width: 100%;
  border-collapse: collapse;
}
@media screen and (max-width: 767px) {
  .p-cta__schedule-table {
    width: 500px;
  }
}
.p-cta__schedule-table th,
.p-cta__schedule-table td {
  padding: 0.5625rem 0.8125rem;
  text-align: center;
  border-bottom: 1px solid rgba(255, 255, 255, 0.4);
}
.p-cta__schedule-table th:first-child,
.p-cta__schedule-table td:first-child {
  text-align: center;
  white-space: nowrap;
  padding-left: 0;
  font-size: 1.4375rem;
  letter-spacing: 0.11em;
}
.p-cta__schedule-table th {
  font-size: 1.25rem;
  font-weight: 500;
  letter-spacing: 0.13em;
}
.p-cta__schedule-table td {
  font-size: 1.1875rem;
}

.p-cta__schedule-table {
  width: 100%;
  border-collapse: collapse;
}
@media screen and (max-width: 767px) {
  .p-cta__schedule-table th,
  .p-cta__schedule-table td {
    padding: 0.4375rem 0.25rem;
    font-size: 1.125rem !important;
  }
}
@media (max-width: 650px) {
  .p-cta__schedule-table th,
  .p-cta__schedule-table td {
    padding: 0.3125rem 0.125rem;
    font-size: 0.875rem !important;
  }
}
@media screen and (max-width: 767px) {
  .p-cta__schedule-table th:first-child,
  .p-cta__schedule-table td:first-child {
    font-size: 1.125rem;
    letter-spacing: 0;
  }
}
@media (max-width: 650px) {
  .p-cta__schedule-table th:first-child,
  .p-cta__schedule-table td:first-child {
    font-size: 0.875rem;
    letter-spacing: 0;
  }
}
@media screen and (max-width: 767px) {
  .p-cta__schedule-table th {
    font-size: 1.125rem;
  }
}
@media (max-width: 650px) {
  .p-cta__schedule-table {
    font-size: 0.875rem;
  }
}

.p-flow {
  padding: 5rem 0;
  background-color: #ffffff;
}

.p-flow__title {
  text-align: center;
}

.p-flow__list {
  list-style: none;
  padding: 0;
  margin: 6.25rem 0 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.p-flow__item {
  position: relative;
  border: 1px solid #666666;
  border-radius: 0.625rem;
  padding: 2rem 2.5rem;
  background-color: #ffffff;
}
@media screen and (max-width: 767px) {
  .p-flow__item {
    padding: 2rem 1.25rem;
  }
}
.p-flow__item + .p-flow__item {
  margin-top: 5.75rem;
}
.p-flow__item + .p-flow__item::before {
  content: "";
  position: absolute;
  top: -5.75rem;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 1px;
  height: 5.75rem;
  background-color: #666666;
}

.p-flow__item-head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1rem;
  margin-bottom: 1.6875rem;
}

.p-flow__item-num {
  display: grid;
  place-items: center;
  width: 3.75rem;
  height: 3.75rem;
  aspect-ratio: 1;
  background-color: #939393;
  font-size: 2.5rem;
  font-weight: 700;
  color: #ffffff;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

.p-flow__item-title {
  font-size: 1.9375rem;
  font-weight: 700;
  letter-spacing: 0.11%;
  color: #000000;
}

.p-flow__item-body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 2.5rem;
}
@media screen and (max-width: 767px) {
  .p-flow__item-body {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.p-flow__item-content {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  list-style: none;
  padding: 0;
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 1.5625rem;
}

.p-flow__item-text {
  font-size: 1.4375rem;
  line-height: 1.8;
  color: #000000;
}

.p-flow__tel {
  font-weight: bold;
  letter-spacing: 0.1em;
}
.p-flow__tel a {
  color: #0069c2;
  text-decoration: none;
  letter-spacing: 0.15em;
}

.p-flow__item-label {
  font-weight: 500;
  font-size: 1.4375rem;
}

.p-flow__item-desc {
  font-size: 1.25rem;
  padding-left: 0.75rem;
  margin-top: 1rem;
}

.p-flow__item-images {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 1rem;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.p-flow__item-images img {
  width: 12.5rem;
  height: auto;
}
@media screen and (max-width: 767px) {
  .p-flow__item-images img {
    width: 100%;
  }
}

@media screen and (max-width: 767px) {
  .p-flow__item:nth-child(2) .p-flow__item-images {
    display: grid;
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 500px) {
  .p-flow__item:nth-child(2) .p-flow__item-images {
    grid-template-columns: 1fr;
  }
}
.p-flow__item:nth-child(3) .p-flow__item-content {
  display: grid;
  grid-template-columns: 1fr;
  grid-template-areas: "text1 img" "text2 img" "text3 text3";
}
.p-flow__item:nth-child(3) .p-flow__item-content li:nth-child(1) {
  grid-area: text1;
}
.p-flow__item:nth-child(3) .p-flow__item-content li:nth-child(2) {
  grid-area: text2;
}
.p-flow__item:nth-child(3) .p-flow__item-content li:nth-child(3) {
  grid-area: text3;
}
.p-flow__item:nth-child(3) .p-flow__item-content .p-flow__item-images {
  grid-area: img;
}
@media screen and (max-width: 767px) {
  .p-flow__item:nth-child(3) .p-flow__item-content {
    grid-template-areas: "text1" "text2" "text3" "img";
  }
}

.p-care {
  padding: 5rem 0;
  background-color: #f3f3f3;
}

.p-care__title {
  text-align: center;
}

.p-care__description {
  font-size: 1.5rem;
  letter-spacing: 0.07em;
  -webkit-margin-before: 6.25rem;
          margin-block-start: 6.25rem;
  -webkit-margin-after: 6.25rem;
          margin-block-end: 6.25rem;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-care__description {
    text-align: left;
  }
}

.p-care__body {
  position: relative;
  padding: 4.6875rem 8.125rem 4.6875rem 20.625rem;
}
@media screen and (max-width: 767px) {
  .p-care__body {
    padding-inline: 1.25rem;
  }
}

.p-care-01__item {
  position: relative;
  min-height: 13.75rem;
}
@media screen and (max-width: 767px) {
  .p-care-01__item {
    padding-left: 0;
    min-height: unset;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.p-care-01__title {
  font-size: 1.9375rem;
  font-weight: 700;
  color: #000000;
  letter-spacing: 0.04em;
  margin-bottom: 1.5rem;
}
@media screen and (max-width: 767px) {
  .p-care-01__title {
    font-size: 1.375rem;
  }
}

.p-care-01__list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 1rem;
}
.p-care-01__list li {
  position: relative;
  padding-left: 2.25rem;
  font-size: 1.4375rem;
  line-height: 1.4;
  color: #000000;
  letter-spacing: 0.04em;
}
@media screen and (max-width: 767px) {
  .p-care-01__list li {
    font-size: 1rem;
  }
}
.p-care-01__list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.45em;
  width: 1.5rem;
  height: 1.5rem;
  background: url(/../../assets/img/icon-check.webp) no-repeat center center/contain;
}

.p-care-01__arrow {
  margin-top: 3rem;
}
.p-care-01__arrow::before {
  content: "";
  display: block;
  height: 1px;
  background-color: #939393;
}
.p-care-01__arrow::after {
  content: "";
  display: block;
  margin: 0.1875rem 0 0 10rem;
  width: 0;
  height: 0;
  border-left: 2.375rem solid transparent;
  border-right: 2.375rem solid transparent;
  border-top: 2.5625rem solid #939393;
}
@media screen and (max-width: 767px) {
  .p-care-01__arrow::after {
    margin: auto;
    border-left: 1.25rem solid transparent;
    border-right: 1.25rem solid transparent;
    border-top: 1.375rem solid #939393;
  }
}

.p-care__top-block {
  -webkit-padding-start: 5.4375rem;
          padding-inline-start: 5.4375rem;
  -webkit-padding-before: 4.6875rem;
          padding-block-start: 4.6875rem;
}
@media screen and (max-width: 767px) {
  .p-care__top-block {
    padding: 3.75rem 1.25rem 0.3125rem 1.25rem;
  }
}

.p-care__body.--second {
  padding: 0 8.125rem 4.6875rem 20.625rem;
}
@media screen and (max-width: 767px) {
  .p-care__body.--second {
    padding-inline: 1.25rem;
  }
}

.p-care-02 {
  padding: 3.75rem 0;
}
@media screen and (max-width: 767px) {
  .p-care-02 {
    padding: 0;
  }
}

.p-care-02__heading {
  font-size: 1.875rem;
  font-weight: 700;
  color: #000000;
  letter-spacing: 0.03em;
  margin-bottom: 1rem;
}
@media screen and (max-width: 767px) {
  .p-care-02__heading {
    font-size: 1.25rem;
    margin-bottom: 2rem;
  }
}

.p-care-02__item {
  position: relative;
}
.p-care-02__item + .p-care-02__item {
  margin-top: 1.625rem;
}
@media screen and (max-width: 767px) {
  .p-care-02__item {
    padding-left: 0;
    min-height: unset;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .p-care-02__item + .p-care-02__item {
    margin-top: 2.5rem;
  }
}

.p-care-02__subtitle {
  font-size: 1.375rem;
  font-weight: 500;
  color: #000000;
  letter-spacing: 0.05em;
  margin-bottom: 1rem;
}
@media screen and (max-width: 767px) {
  .p-care-02__subtitle {
    font-size: 1.0625rem;
  }
}

.p-care-02__title {
  font-size: 1.625rem;
  font-weight: 700;
  color: #000000;
  letter-spacing: 0.05em;
  margin-bottom: 1rem;
}
@media screen and (max-width: 767px) {
  .p-care-02__title {
    font-size: 1.25rem;
  }
}

.p-care-02__text {
  font-size: 1.25rem;
  line-height: 1.5;
  color: #000000;
  letter-spacing: 0.04em;
}
@media screen and (max-width: 767px) {
  .p-care-02__text {
    font-size: 0.9375rem;
  }
}

.p-care-03 {
  padding-top: 1.875rem;
}

.p-care-03__item {
  position: relative;
  min-height: 12.5rem;
}
@media screen and (max-width: 767px) {
  .p-care-03__item {
    padding-left: 0;
    min-height: unset;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.p-care-03__heading {
  font-size: 1.875rem;
  font-weight: 700;
  color: #0069c2;
  letter-spacing: 0.03em;
  margin-bottom: 2rem;
  position: relative;
}
.p-care-03__heading::before {
  content: "";
  width: 100%;
  height: 1px;
  background-color: #939393;
  position: absolute;
  left: 0;
  bottom: -1rem;
}
@media screen and (max-width: 767px) {
  .p-care-03__heading {
    font-size: 1.25rem;
    margin-bottom: 1.5rem;
  }
}

.p-care-03__detail + .p-care-03__detail {
  margin-top: 2rem;
}

.p-care-03__subtitle {
  font-size: 1.3125rem;
  font-weight: 500;
  color: #000000;
  letter-spacing: 0.12em;
  margin-bottom: 0.75rem;
}
@media screen and (max-width: 767px) {
  .p-care-03__subtitle {
    font-size: 1.0625rem;
  }
}

.p-care-03__text {
  font-size: 1.25rem;
  line-height: 1.5;
  color: #000000;
  letter-spacing: 0.04em;
}
@media screen and (max-width: 767px) {
  .p-care-03__text {
    font-size: 0.9375rem;
  }
}

@media screen and (max-width: 767px) {
  .p-care-img {
    margin-block: 2rem;
  }
}
.p-care-img.--01 {
  position: absolute;
  left: 0;
  top: 5.25rem;
  width: 14.6875rem;
  height: auto;
  aspect-ratio: 235/322;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 767px) {
  .p-care-img.--01 {
    position: static;
    width: 100%;
    aspect-ratio: 235/322;
  }
}
.p-care-img.--02 {
  position: absolute;
  left: 2.0625rem;
  top: 34.25rem;
  width: 15rem;
  height: auto;
  aspect-ratio: 240/165;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 767px) {
  .p-care-img.--02 {
    position: static;
    width: 100%;
    aspect-ratio: 240/165;
  }
}
.p-care-img.--03 {
  position: absolute;
  left: 0;
  top: 47.5rem;
  width: 15rem;
  height: auto;
  aspect-ratio: 240/165;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 767px) {
  .p-care-img.--03 {
    position: static;
    width: 100%;
    aspect-ratio: 240/165;
  }
}
.p-care-img.--04 {
  position: absolute;
  left: 0;
  bottom: 13.75rem;
  width: 18.125rem;
  height: auto;
  aspect-ratio: 290/195;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 767px) {
  .p-care-img.--04 {
    position: static;
    width: 100%;
    aspect-ratio: 290/195;
  }
}
.p-care-img.--05 {
  position: absolute;
  right: 5.3125rem;
  top: 5.625rem;
  width: 22.5rem;
  height: auto;
  aspect-ratio: 360/225;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 767px) {
  .p-care-img.--05 {
    position: static;
    width: 100%;
    aspect-ratio: 360/225;
  }
}
.p-care-img.--06 {
  position: absolute;
  left: 0;
  top: 7.3125rem;
  width: 18.125rem;
  height: auto;
  aspect-ratio: 290/195;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 767px) {
  .p-care-img.--06 {
    position: static;
    width: 100%;
    aspect-ratio: 290/195;
  }
}
.p-care-img.--07 {
  position: absolute;
  left: 2.6875rem;
  bottom: 6.875rem;
  width: 16.25rem;
  height: auto;
  aspect-ratio: 260/173;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 767px) {
  .p-care-img.--07 {
    position: static;
    width: 100%;
    aspect-ratio: 260/173;
  }
}
.p-care-img.--08 {
  position: absolute;
  right: 4.875rem;
  top: 5.4375rem;
  width: 15.875rem;
  height: auto;
  aspect-ratio: 254/172;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 767px) {
  .p-care-img.--08 {
    position: static;
    width: 100%;
    aspect-ratio: 254/172;
  }
}
.p-care-img.--09 {
  position: absolute;
  left: 0;
  top: 14.625rem;
  width: 17rem;
  height: auto;
  aspect-ratio: 272/383;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 767px) {
  .p-care-img.--09 {
    position: static;
    width: 100%;
    aspect-ratio: 272/383;
  }
}
.p-care-img.--10 {
  position: absolute;
  left: 2.75rem;
  bottom: 12.1875rem;
  width: 15.4375rem;
  height: auto;
  aspect-ratio: 247/165;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 767px) {
  .p-care-img.--10 {
    position: static;
    width: 100%;
    aspect-ratio: 247/165;
  }
}

/*----------------------------------
  タブ切替
-----------------------------------*/
.p-care__tabs-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0.3125rem;
}

.p-care__tabs-item {
  font-size: 2rem;
  letter-spacing: 0.12em;
  color: #ffffff;
  background: #479bd3;
  border-radius: 1.875rem 1.875rem 0 0;
  padding-block: 1.0625rem;
  width: 16.5625rem;
}
@media screen and (max-width: 767px) {
  .p-care__tabs-item {
    font-size: 0.875rem;
    letter-spacing: 0.01em;
    border-radius: 1.25rem 1.25rem 0 0;
  }
}
.p-care__tabs-item.--narrow-ls {
  letter-spacing: 0.01em;
}
.p-care__tabs-item[aria-selected=true] {
  background: #0069c2;
  pointer-events: none;
}
.p-care__tabs-item[aria-selected=false] {
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
@media (any-hover: hover) {
  .p-care__tabs-item[aria-selected=false]:hover {
    cursor: pointer;
    opacity: 0.6;
  }
}

.p-care__tabs-content-wrap {
  opacity: 0;
  visibility: hidden;
  height: 0;
  translate: 0 20px;
  -webkit-transition: opacity 0.3s ease, translate 0.3s ease;
  transition: opacity 0.3s ease, translate 0.3s ease;
}
.p-care__tabs-content-wrap.js-show {
  opacity: 1;
  visibility: visible;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  translate: 0;
}

.p-care__tabs-content {
  background: #ffffff;
  border-radius: 0 2.8125rem 2.8125rem 2.8125rem;
}
@media screen and (max-width: 767px) {
  .p-care__tabs-content {
    border-radius: 0 0 2.8125rem 2.8125rem;
  }
}
.p-care__tabs-content.--content2 {
  background: #fff;
  border-radius: 0 2.8125rem 2.8125rem 2.8125rem;
}
@media screen and (max-width: 767px) {
  .p-care__tabs-content.--content2 {
    border-radius: 0 0 2.8125rem 2.8125rem;
  }
}

.p-faq {
  padding: 5rem 0;
  background-color: #ffffff;
}

.p-faq__inner {
  max-width: 1260px;
}

.p-faq__title {
  text-align: center;
  -webkit-margin-after: 5rem;
          margin-block-end: 5rem;
}

.p-faq__tabs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1rem;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-margin-after: 3rem;
          margin-block-end: 3rem;
  -webkit-padding-after: 3rem;
          padding-block-end: 3rem;
  -webkit-border-after: 1px solid #d0d0d0;
          border-block-end: 1px solid #d0d0d0;
}

.p-faq__tab {
  border: 1px solid #000000;
  border-radius: 6.25rem;
  padding: 0.5rem 2rem;
  font-size: 1.125rem;
  font-weight: 500;
  color: #000000;
  background: #ffffff;
  cursor: pointer;
  -webkit-transition: background-color 0.3s, color 0.3s;
  transition: background-color 0.3s, color 0.3s;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 767px) {
  .p-faq__tab {
    font-size: 0.9375rem;
    padding: 0.375rem 1.25rem;
  }
}
.p-faq__tab[aria-selected=true] {
  background-color: #000000;
  color: #ffffff;
}
@media (hover: hover) {
  .p-faq__tab:hover {
    background-color: #000000;
    color: #ffffff;
  }
}

.p-faq__panel {
  display: none;
}
.p-faq__panel.js-show {
  display: block;
}

.p-faq__panel-inner {
  display: grid;
  grid-template-columns: 8.125rem 1fr;
  -webkit-column-gap: 3.75rem;
     -moz-column-gap: 3.75rem;
          column-gap: 3.75rem;
}
@media screen and (max-width: 767px) {
  .p-faq__panel-inner {
    grid-template-columns: 1fr;
    gap: 1.5rem;
  }
}

.p-faq__group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  gap: 1rem;
}
@media screen and (max-width: 767px) {
  .p-faq__group {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.p-faq__group + .p-faq__group {
  margin-top: 2.5rem;
}

.p-faq__category {
  padding-top: 0.75rem;
  white-space: nowrap;
  width: 20%;
}
@media screen and (max-width: 767px) {
  .p-faq__category {
    width: 100%;
  }
}

.p-faq__category-ja {
  font-size: 3.375rem;
  font-weight: 400;
  color: #000000;
  letter-spacing: 0.4em;
  line-height: 1.2;
}
@media screen and (max-width: 767px) {
  .p-faq__category-ja {
    font-size: 2.5rem;
    letter-spacing: 0.1em;
  }
}

.p-faq__category-en {
  font-size: 1.3125rem;
  color: #999999;
  letter-spacing: 0.12em;
  margin-top: 0.5rem;
}
@media screen and (max-width: 767px) {
  .p-faq__category-en {
    font-size: 0.75rem;
    margin-top: 0;
  }
}

.faq-items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 80%;
}
@media screen and (max-width: 767px) {
  .faq-items {
    width: 100%;
  }
}

.faq-item {
  padding-block: 0.5rem;
}

.faq-item-question {
  background: #f3f3f3;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 1.5rem;
     -moz-column-gap: 1.5rem;
          column-gap: 1.5rem;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  cursor: pointer;
  list-style: none;
  padding: 0 1.375rem 0 1.875rem;
}
.faq-item-question::-webkit-details-marker {
  display: none;
}
@media screen and (max-width: 767px) {
  .faq-item-question {
    padding-block: 1.25rem;
    -webkit-column-gap: 1rem;
       -moz-column-gap: 1rem;
            column-gap: 1rem;
  }
}

.faq-item-question-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 2.625rem;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
@media screen and (max-width: 767px) {
  .faq-item-question-inner {
    gap: 1rem;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}

.faq-item-question-text {
  font-size: 1.5625rem;
  font-weight: 700;
  line-height: 1.6;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 767px) {
  .faq-item-question-text {
    font-size: 1.25rem;
  }
}

.faq-item-question-icon {
  width: 1.5rem;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media screen and (max-width: 767px) {
  .faq-item-question-icon {
    width: 1.125rem;
  }
}
.faq-item-question-icon line {
  -webkit-transition: rotate 0.3s ease;
  transition: rotate 0.3s ease;
  -webkit-transform-origin: center;
          transform-origin: center;
}

.faq-item.is-opened .faq-item-question-icon line:nth-of-type(2) {
  rotate: 90deg;
}

.faq-item-answer {
  -webkit-padding-start: 1.875rem;
          padding-inline-start: 1.875rem;
  display: block;
  height: 0;
  opacity: 0;
  overflow: hidden;
  -webkit-transition: height 0.4s ease, opacity 0.4s ease;
  transition: height 0.4s ease, opacity 0.4s ease;
}

.is-opened .faq-item-answer {
  opacity: 1;
}

.faq-item-answer-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 2.625rem;
  -webkit-padding-after: 1.5rem;
          padding-block-end: 1.5rem;
  -webkit-padding-before: 1.875rem;
          padding-block-start: 1.875rem;
  -webkit-padding-end: 2.625rem;
          padding-inline-end: 2.625rem;
}
@media screen and (max-width: 767px) {
  .faq-item-answer-inner {
    -webkit-padding-after: 1.25rem;
            padding-block-end: 1.25rem;
    -webkit-padding-end: 0;
            padding-inline-end: 0;
    gap: 1rem;
  }
}

.faq-item-answer-text {
  font-size: 1.3125rem;
  line-height: 1.8;
  letter-spacing: 0.05em;
  color: #000000;
}
@media screen and (max-width: 767px) {
  .faq-item-answer-text {
    font-size: 1rem;
  }
}

.faq-item-qa-label.--question {
  font-size: 3.0625rem;
}
@media screen and (max-width: 767px) {
  .faq-item-qa-label.--question {
    font-size: 1.875rem;
  }
}
.faq-item-qa-label.--answer {
  font-size: 3.0625rem;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  .faq-item-qa-label.--answer {
    font-size: 1.875rem;
  }
}

.p-faq-tabs__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-column-gap: 0.375rem;
     -moz-column-gap: 0.375rem;
          column-gap: 0.375rem;
  border-bottom: 1px solid #c9c9c9;
  -webkit-padding-before: 5rem;
          padding-block-start: 5rem;
  -webkit-padding-after: 3.125rem;
          padding-block-end: 3.125rem;
}
@media screen and (max-width: 767px) {
  .p-faq-tabs__list {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    justify-items: center;
    row-gap: 1em;
    -webkit-column-gap: 1em;
       -moz-column-gap: 1em;
            column-gap: 1em;
    -webkit-padding-before: 1.875rem;
            padding-block-start: 1.875rem;
    -webkit-padding-after: 1.875rem;
            padding-block-end: 1.875rem;
  }
}

.p-faq-tabs__item {
  padding: 1rem 1.875rem;
  border-radius: 100vmax;
  background: #fff;
  color: #000;
  font-size: 1.9375rem;
  font-weight: 500;
  line-height: normal;
  border: 1px solid #c9c9c9;
  width: 100%;
  max-width: 16.875rem;
}
@media screen and (max-width: 767px) {
  .p-faq-tabs__item {
    max-width: 100%;
    font-size: 1.25rem;
  }
}
.p-faq-tabs__item[aria-selected=true] {
  background: #f3f3f3;
  color: #000;
  pointer-events: none;
}
.p-faq-tabs__item[aria-selected=false] {
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
@media (any-hover: hover) {
  .p-faq-tabs__item[aria-selected=false]:hover {
    cursor: pointer;
    opacity: 0.7;
  }
}

.p-faq-tabs__contents {
  margin-inline: auto;
}

.p-faq-tabs__content {
  padding-block: 3.75rem;
}
.p-faq-tabs__content-wrap {
  opacity: 0;
  visibility: hidden;
  height: 0;
  translate: 0 20px;
  -webkit-transition: opacity 0.3s ease, translate 0.3s ease;
  transition: opacity 0.3s ease, translate 0.3s ease;
}
.p-faq-tabs__content-wrap.js-show {
  opacity: 1;
  visibility: visible;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  translate: 0;
}

.p-access {
  padding: 5rem 0;
  background-color: #f3f3f3;
}

.p-access__inner {
  max-width: 1520px;
}

.p-access-logo {
  width: 100%;
  max-width: 34.1875rem;
  margin-inline: auto;
}
.p-access-logo img {
  width: 100%;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
  aspect-ratio: 547/75;
}

.p-access__body {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 2.25rem;
  -webkit-margin-before: 6.75rem;
          margin-block-start: 6.75rem;
}
@media (max-width: 850px) {
  .p-access__body {
    grid-template-columns: 1fr;
  }
}

.p-access__info {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 100%;
  padding-inline: 4.5rem 4.5rem;
  color: #4d4d4d;
}
@media screen and (max-width: 767px) {
  .p-access__info {
    width: 100%;
  }
}
@media (max-width: 1300px) {
  .p-access__info {
    padding-inline: 0;
  }
}

.p-access__contact {
  border: 1px solid #4d4d4d;
  padding: 2.5rem 0.75rem 2.5rem;
  text-align: center;
  -webkit-margin-after: 1.5rem;
          margin-block-end: 1.5rem;
}

.p-access__contact-title {
  font-weight: 700;
  font-size: 1.625rem;
  letter-spacing: -0.05em;
  -webkit-margin-after: 0.5rem;
          margin-block-end: 0.5rem;
}

.p-access__contact-desc {
  font-size: 1.375rem;
  -webkit-margin-after: 0.3125rem;
          margin-block-end: 0.3125rem;
}
.p-access__contact-desc span {
  font-size: 1.25rem;
  letter-spacing: 0.09em;
}

.p-access__contact-tel {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 0.9375rem;
  font-size: 2.75rem;
  font-weight: 700;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 767px) {
  .p-access__contact-tel {
    font-size: 1.875rem;
  }
}

.p-access__contact-tel-icon svg {
  width: 1.8125rem;
  margin-bottom: -0.25rem;
  color: #4d4d4d;
  -webkit-transform: rotate(8deg);
          transform: rotate(8deg);
}
@media screen and (max-width: 767px) {
  .p-access__contact-tel-icon svg {
    width: 1.25rem;
  }
}

.p-access__address {
  font-style: normal;
  font-size: 1.375rem;
  line-height: 1.5;
  -webkit-margin-after: 1.4375rem;
          margin-block-end: 1.4375rem;
  font-weight: 600;
  letter-spacing: 0.05em;
}

.p-access__station {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.9375rem;
  font-size: 1.375rem;
  font-weight: 600;
}

.p-access__station-icon svg {
  width: 3.375rem;
  margin-top: 0.25rem;
}

.p-access__map {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  min-height: 26.25rem;
}
.p-access__map iframe {
  width: 100%;
  height: 100%;
  min-height: 26.25rem;
  display: block;
}
@media screen and (max-width: 767px) {
  .p-access__map {
    min-height: 17.5rem;
  }
  .p-access__map iframe {
    min-height: 17.5rem;
  }
}

@media (min-width: 768px) {
  .u-sp {
    display: none !important;
  }
}
@media screen and (max-width: 767px) {
  .u-pc {
    display: none !important;
  }
}
.u-highlight-blue {
  color: #0069c2;
  font-weight: 600;
}

.u-text__center {
  text-align: center !important;
}
@media screen and (max-width: 767px) {
  .u-text__center--sp {
    text-align: center !important;
  }
}
@media (min-width: 768px) {
  .u-text__center--pc {
    text-align: center !important;
  }
}

.u-text__left {
  text-align: left !important;
}
@media screen and (max-width: 767px) {
  .u-text__left--sp {
    text-align: left !important;
  }
}
@media (min-width: 768px) {
  .u-text__left--pc {
    text-align: left !important;
  }
}

.u-text__right {
  text-align: right !important;
}
@media screen and (max-width: 767px) {
  .u-text__right--sp {
    text-align: right !important;
  }
}
@media (min-width: 768px) {
  .u-text__right--pc {
    text-align: right !important;
  }
}

.u-text__nowrap {
  white-space: nowrap;
}
@media screen and (max-width: 767px) {
  .u-text__nowrap--sp {
    white-space: nowrap;
  }
}
@media (min-width: 768px) {
  .u-text__nowrap--pc {
    white-space: nowrap;
  }
}

.u-pointer__none {
  pointer-events: none !important;
}
@media screen and (max-width: 767px) {
  .u-pointer__none--sp {
    pointer-events: none !important;
  }
}
@media (min-width: 768px) {
  .u-pointer__none--pc {
    pointer-events: none !important;
  }
}/*# sourceMappingURL=style.css.map */