*,
*::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;
}

a {
  cursor: pointer;
  text-decoration: none;
}

html {
  scroll-padding-top: 80px;
  scroll-behavior: smooth;
}
@media screen and (max-width: 991px) {
  html {
    scroll-padding-top: 60px;
  }
}

body {
  margin: 0;
  margin-top: 80px;
  color: #393939;
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.7;
  background-color: #fff;
}
@media screen and (max-width: 991px) {
  body {
    margin-top: 60px;
  }
}
body.is-fixed {
  overflow: hidden;
}

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

picture {
  display: inline-block;
  max-width: 100%;
}

a {
  color: inherit;
}

span {
  display: inline-block;
}

input,
select,
textarea {
  color: #393939;
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.5;
  outline: none;
}
input::-webkit-input-placeholder, select::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
  color: #C2C2C2;
}
input::-moz-placeholder, select::-moz-placeholder, textarea::-moz-placeholder {
  color: #C2C2C2;
}
input:-ms-input-placeholder, select:-ms-input-placeholder, textarea:-ms-input-placeholder {
  color: #C2C2C2;
}
input::-ms-input-placeholder, select::-ms-input-placeholder, textarea::-ms-input-placeholder {
  color: #C2C2C2;
}
input::placeholder,
select::placeholder,
textarea::placeholder {
  color: #C2C2C2;
}

button {
  cursor: pointer;
}

.l-wrapper {
  padding-block: 120px;
}
@media screen and (max-width: 991px) {
  .l-wrapper {
    padding-block: 100px;
  }
}

.l-inner {
  margin-inline: auto;
  width: min(100% - 80px, 1000px);
}
@media screen and (max-width: 991px) {
  .l-inner {
    width: min(100% - 40px, 640px);
  }
}

.c-drawer-icon {
  position: fixed;
  z-index: 41;
  top: 14px;
  right: 20px;
  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;
  width: 32px;
  height: 32px;
  background-color: transparent;
}
.c-drawer-icon.is-checked .c-drawer-icon__bar {
  background-color: #fff;
}
.c-drawer-icon.is-checked .c-drawer-icon__bar:nth-of-type(1) {
  top: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%) rotate(45deg);
          transform: translateX(-50%) translateY(-50%) rotate(45deg);
}
.c-drawer-icon.is-checked .c-drawer-icon__bar:nth-of-type(2) {
  display: none;
}
.c-drawer-icon.is-checked .c-drawer-icon__bar:nth-of-type(3) {
  bottom: 50%;
  -webkit-transform: translateX(-50%) rotate(-45deg);
          transform: translateX(-50%) rotate(-45deg);
}

.c-drawer-icon__bars {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translateY(-50%) translateX(-50%);
          transform: translateY(-50%) translateX(-50%);
  width: 27px;
  height: 16px;
}

.c-drawer-icon__bar {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 100%;
  height: 2px;
  border-radius: 2px;
  background-color: #1391E6;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.c-drawer-icon__bar:nth-of-type(1) {
  top: 0;
}
.c-drawer-icon__bar:nth-of-type(2) {
  top: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
          transform: translateX(-50%) translateY(-50%);
}
.c-drawer-icon__bar:nth-of-type(3) {
  bottom: 0;
}

.c-side-reservation {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 11px;
  padding-block: 20px;
  padding-inline: 17px;
  color: #fff;
  text-align: center;
  font-weight: 700;
  line-height: 1.3;
  border-radius: 20px 0 0 20px;
  background-color: #1391E6;
  -webkit-transition: background-color 0.3s;
  transition: background-color 0.3s;
}
.c-side-reservation:hover {
  background-color: #0060A0;
}
.c-side-reservation::before {
  content: "";
  width: 52px;
  height: 32px;
  background-image: url(../img/icon_devices_wide.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
}

.c-section-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 28px;
  margin-inline: auto;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  text-align: center;
  font-size: 28px;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.08em;
}
@media screen and (max-width: 991px) {
  .c-section-title {
    gap: 14px;
    font-size: 20px;
  }
}
.c-section-title::before, .c-section-title::after {
  content: "";
  width: 67px;
  height: 20px;
  background-image: url(../img/deco_title-stripe.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
}
@media screen and (max-width: 991px) {
  .c-section-title::before, .c-section-title::after {
    width: 49px;
    height: 15px;
  }
}
.c-section-title::before {
  left: 0;
}
.c-section-title::after {
  right: 0;
}

.c-section-heading {
  display: grid;
  gap: 24px;
  font-weight: 700;
}
@media screen and (max-width: 991px) {
  .c-section-heading {
    gap: 15px;
  }
}

.c-section-heading__en {
  display: block;
  color: #1391E6;
  line-height: 1.5;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}
@media screen and (max-width: 991px) {
  .c-section-heading__en {
    font-size: 11px;
  }
}

.c-section-heading__ja {
  display: block;
  font-size: 28px;
  line-height: 1.5;
  letter-spacing: 0.08em;
}
@media screen and (max-width: 991px) {
  .c-section-heading__ja {
    font-size: 20px;
  }
}

.c-button {
  position: relative;
  display: inline-block;
  color: #1391E6;
  line-height: 1.5;
  text-align: center;
  padding-block: 10px;
  padding-inline: 45px;
  border-radius: 24px;
  border: 1px solid #1391E6;
  background-color: #fff;
  -webkit-transition: background-color 0.3s, color 0.3s;
  transition: background-color 0.3s, color 0.3s;
}
.c-button:hover, .c-button:focus {
  color: #fff;
  background-color: #1391E6;
}
.c-button:hover::after, .c-button:focus::after {
  right: 7px;
  background-image: url(../img/icon_button-arrow_white.png);
}
.c-button::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 12px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 12px;
  height: 12px;
  background-image: url(../img/icon_button-arrow_blue.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  -webkit-transition: background-image 0.3s, right 0.3s;
  transition: background-image 0.3s, right 0.3s;
}

.c-button--form {
  width: min(100%, 360px);
  padding-block: 16px;
  font-size: 16px;
  line-height: 1.5;
  letter-spacing: 0.08em;
  border-radius: 28px;
}
@media screen and (max-width: 991px) {
  .c-button--form {
    padding-block: 7px;
    width: min(100%, 273px);
    font-size: 14px;
  }
}
.c-button--form::after {
  display: none;
}

.c-cta-button {
  display: inline-block;
  min-width: 220px;
  padding-block: 15px;
  padding-inline: 9px;
  text-align: center;
  border-radius: 30px;
  border: 1px solid #1391E6;
}
@media screen and (max-width: 991px) {
  .c-cta-button {
    padding-block: 7px;
    padding-inline: 5px;
    min-width: 150px;
  }
}

.c-cta-button__text {
  position: relative;
  padding-left: 30px;
  font-size: 16px;
  line-height: 1.5;
}
@media screen and (max-width: 991px) {
  .c-cta-button__text {
    padding-left: 23px;
    font-size: 14px;
  }
}
.c-cta-button__text::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 24px;
  height: 24px;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
}
@media screen and (max-width: 991px) {
  .c-cta-button__text::before {
    width: 17px;
    height: 17px;
  }
}

.c-cta-button--reserve {
  color: #fff;
  background-color: #1391E6;
}
.c-cta-button--reserve .c-cta-button__text::before {
  background-image: url(../img/icon_devices.png);
}

.c-cta-button--contact {
  color: #1391E6;
}
.c-cta-button--contact .c-cta-button__text::before {
  background-image: url(../img/icon_mail_blue.png);
}

.c-button-two-line {
  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: 10px;
  padding-block: 5px;
  padding-inline: 15px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  min-width: 157px;
  min-height: 47px;
  color: #fff;
  border-radius: 8px;
  background-color: #1391E6;
  -webkit-transition: background-color 0.3s;
  transition: background-color 0.3s;
}
.c-button-two-line:hover {
  background-color: #0060A0;
}
.c-button-two-line::before {
  content: "";
  width: 46px;
  height: 28px;
  background-image: url(../img/icon_devices_wide.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
}

.c-button-two-line__text {
  display: grid;
  gap: 3px;
  text-align: center;
  font-weight: 700;
  line-height: 1;
}

.c-button-two-line__large {
  font-size: 16px;
}

.c-button-two-line__small {
  font-size: 12px;
}

.c-tel {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 4px;
  padding-left: 0;
  color: #1391E6;
  font-size: 32px;
  font-weight: 700;
  line-height: 1.3;
  letter-spacing: -0.02em;
  white-space: nowrap;
}
.c-tel::before {
  content: "";
  width: 28px;
  height: 28px;
  background-image: url(../img/icon_tel.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
}

.p-header-nav .c-tel {
  font-size: clamp(28px, 2.5vw, 32px);
}
.p-header-nav .c-tel::after {
  width: clamp(24px, 2.2vw, 28px);
  height: clamp(24px, 2.2vw, 28px);
}

@media screen and (max-width: 991px) {
  .p-drawer-footer .c-tel {
    padding-left: 22px;
    font-size: 20px;
    letter-spacing: normal;
  }
}
.p-drawer-footer .c-tel::after {
  width: 18px;
  height: 18px;
}

.c-sp-fixed-cta {
  display: none;
  width: 100vw;
  height: 60px;
  border-top: 1px solid #1391E6;
  -webkit-box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16);
          box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16);
  background-color: #fff;
}
@media screen and (max-width: 991px) {
  .c-sp-fixed-cta {
    display: block;
  }
}

.c-sp-fixed-cta--drawer {
  background-color: #DFF1FD;
}

.c-sp-fixed-cta__inner {
  margin-inline: auto;
  width: min(100% - 32px, 343px);
  height: 100%;
}

.c-sp-fixed-cta__content {
  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;
  height: 100%;
}

.c-sp-fixed-cta__tel {
  display: grid;
  text-align: center;
}

.c-sp-fixed-cta__number {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 4px;
  color: #1391E6;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.3;
}
.c-sp-fixed-cta__number::before {
  content: "";
  width: 18px;
  height: 18px;
  background-image: url(../img/icon_tel.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
}

.c-sp-fixed-cta__hour {
  color: #393939;
  font-size: 10px;
  line-height: 1.5;
}

.c-sidebar-title {
  position: relative;
  padding-left: 34px;
  padding-bottom: 7px;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.5;
  border-bottom: 1px solid #393939;
}
.c-sidebar-title::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 24px;
  height: 24px;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
}

.c-sidebar-title--clinic::before {
  background-image: url(../img/icon_sidebar-clinic.png);
}

.c-sidebar-title--recent::before {
  background-image: url(../img/icon_sidebar-document.png);
}

.c-sidebar-title--category::before {
  background-image: url(../img/icon_sidebar-folder.png);
}

.c-pagination {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 10px;
}

.page-numbers {
  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;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  height: 36px;
  min-width: 36px;
  color: #1391E6;
  line-height: 1.5;
  border-radius: 4px;
  border: 1px solid #1391E6;
}
@media screen and (max-width: 991px) {
  .page-numbers {
    height: 30px;
    min-width: 30px;
    font-size: 12px;
  }
}

.current {
  color: #fff;
  background-color: #1391E6;
}

.prev,
.next {
  position: relative;
  width: 82px;
  color: #fff;
  line-height: 1.5;
  background-color: #1391E6;
}
@media screen and (max-width: 991px) {
  .prev,
  .next {
    width: 71px;
  }
}
.prev::after,
.next::after {
  content: "";
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 16px;
  height: 16px;
  background-image: url(../img/icon_circle-arrow.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
}
@media screen and (max-width: 991px) {
  .prev::after,
  .next::after {
    width: 14px;
    height: 14px;
  }
}

.prev {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: start;
  padding-left: 40px;
}
@media screen and (max-width: 991px) {
  .prev {
    padding-left: 34px;
  }
}
.prev::after {
  left: 14px;
}
@media screen and (max-width: 991px) {
  .prev::after {
    left: 16px;
  }
}

.next {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: end;
  padding-right: 40px;
}
@media screen and (max-width: 991px) {
  .next {
    padding-right: 34px;
  }
}
.next::after {
  right: 14px;
  -webkit-transform: translateY(-50%) rotateY(180deg);
          transform: translateY(-50%) rotateY(180deg);
}
@media screen and (max-width: 991px) {
  .next::after {
    right: 16px;
  }
}

.c-pagetop {
  position: fixed;
  z-index: 30;
  right: 20px;
  bottom: 40px;
  display: inline-block;
  width: 52px;
  height: 52px;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity 0.3s, visibility 0.3s;
  transition: opacity 0.3s, visibility 0.3s;
}
@media screen and (max-width: 991px) {
  .c-pagetop {
    right: 10px;
    bottom: 80px;
  }
}
.c-pagetop.is-show {
  opacity: 1;
  visibility: visible;
}
.p-header {
  position: fixed;
  z-index: 20;
  top: 0;
  left: 0;
  width: 100%;
  height: 80px;
  -webkit-box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16);
          box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16);
  background-color: #fff;
}
@media screen and (max-width: 991px) {
  .p-header {
    height: 60px;
  }
}

.p-header__inner {
  margin-inline: auto;
  width: min(93.75vw, 1200px);
  height: inherit;
}
@media screen and (max-width: 991px) {
  .p-header__inner {
    width: min(100% - 40px, 640px);
  }
}

.p-header__content {
  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;
  height: inherit;
}

.p-header__logo {
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.p-header__logo img {
  display: block;
  width: 270px;
}
.p-header__logo-link {
  display: block;
  color: #fff;
}

.p-header__open {
  display: none;
}
@media screen and (max-width: 991px) {
  .p-header__open {
    display: block;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

.p-header-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: clamp(12px, 12px + 20 * (100vw - 992px) / 288, 32px);
  height: 100%;
}
@media screen and (max-width: 991px) {
  .p-header-nav {
    display: none;
  }
}

.p-header-nav__list {
  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;
  gap: clamp(10px, 10px + 14 * (100vw - 992px) / 288, 24px);
  height: 100%;
  color: #393939;
}

.p-header-nav__link {
  position: relative;
  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;
  gap: 7px;
  min-height: 62px;
  color: #393939;
  font-size: 11px;
  font-weight: 700;
  line-height: 1.5;
  white-space: nowrap;
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
}
.p-header-nav__link.is-current {
  color: #1391E6;
}
.p-header-nav__link.is-current::after {
  opacity: 1;
}
.p-header-nav__link:hover {
  color: #1391E6;
}
.p-header-nav__link:hover::after {
  opacity: 1;
}
.p-header-nav__link::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 20px;
  height: 2px;
  background-color: #1391E6;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  opacity: 0;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}

.p-header-nav__icon {
  width: 24px;
}

.p-header-nav__info {
  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;
  text-align: right;
}

.p-header-nav__address {
  font-size: 12px;
  line-height: 1.5;
  white-space: nowrap;
}

.p-drawer {
  display: none;
  z-index: -1;
}
@media screen and (max-width: 991px) {
  .p-drawer {
    position: fixed;
    inset: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    color: #fff;
    background: #0060A0;
    -webkit-transition: -webkit-transform 0.5s ease;
    transition: -webkit-transform 0.5s ease;
    transition: transform 0.5s ease;
    transition: transform 0.5s ease, -webkit-transform 0.5s ease;
    opacity: 0;
    -webkit-transition: opacity 0.5s;
    transition: opacity 0.5s;
  }
}
.p-drawer.is-checked {
  z-index: 40;
  opacity: 1;
}

.p-drawer__header {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-inline: auto;
  width: min(100% - 40px, 640px);
  height: 60px;
  background: #0060A0;
}

.p-drawer__logo-link {
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.p-drawer__logo-link img {
  display: block;
  width: 270px;
}

.p-drawer__nav-wrapper {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  display: grid;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-block: 20px;
  overflow-y: auto;
}

.p-drawer__nav {
  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;
}

.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;
  width: min(100% - 120px, 640px);
}

.p-drawer__item {
  border-top: 1px dashed #fff;
}
.p-drawer__item:last-of-type {
  border-bottom: 1px dashed #fff;
}

.p-drawer__link {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 14px;
  line-height: 23px;
  padding-block: 15px 14px;
}
.p-drawer__link::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 17px;
  height: 17px;
  background: url(../img/icon_button-arrow_white.png) center center/cover no-repeat;
}

.p-drawer__icon {
  width: 24px;
}

.p-drawer__footer {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
}

.p-drawer-footer {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 100%;
  height: 60px;
  border-top: 1px solid #1391E6;
  -webkit-box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16);
          box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16);
  background-color: #DFF1FD;
}

.p-drawer-footer__inner {
  margin-inline: auto;
  width: min(100% - 32px, 343px);
  height: 100%;
}

.p-drawer-footer__content {
  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;
  height: 100%;
}

.p-drawer-footer__tel {
  display: grid;
  text-align: center;
}

.p-drawer-footer__hour {
  color: #393939;
  font-size: 10px;
  line-height: 1.5;
}

.p-footer {
  position: relative;
  margin-top: 32px;
}
@media screen and (max-width: 991px) {
  .p-footer {
    margin-bottom: 60px;
  }
}
.p-footer::before {
  content: "";
  position: absolute;
  top: -32px;
  left: 0;
  width: 100%;
  height: 32px;
  background-image: url(../img/deco_wave.png);
  background-repeat: repeat;
  background-position: center left 52px;
  background-size: contain;
}
@media screen and (max-width: 991px) {
  .p-footer::before {
    background-position: center left 61px;
  }
}

.p-footer__top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 43px;
  margin-inline: auto;
  padding-block: 56px;
  background-color: #DFF1FD;
}
@media screen and (max-width: 991px) {
  .p-footer__top {
    gap: 42px;
    padding-block: 13px 60px;
  }
}

.p-footer__bottom {
  padding-block: 16px;
  text-align: center;
  background-color: #1391E6;
}
@media screen and (max-width: 991px) {
  .p-footer__bottom {
    padding-block: 13px;
  }
}
.p-footer__bottom small {
  color: #fff;
  line-height: 1.5;
}

.p-footer-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-inline: auto;
  padding-block: 40px;
  padding-inline: 49px;
  width: min(100% - 80px, 1000px);
  border-radius: 20px;
  background-color: #fff;
  overflow: hidden;
}
@media screen and (max-width: 991px) {
  .p-footer-block {
    -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: 20px;
    padding-block: 32px 20px;
    padding-inline: 10px;
    width: min(100% - 20px, 640px);
    border-radius: 8px;
  }
}

.p-footer-block__map {
  width: 42.6829268293%;
  aspect-ratio: 1/1;
}
@media screen and (max-width: 991px) {
  .p-footer-block__map {
    width: min(100% - 20px, 640px);
  }
}
.p-footer-block__map iframe {
  width: 100%;
  height: 100%;
}

.p-footer-info {
  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: 19px;
  width: 52.8824833703%;
}
@media screen and (max-width: 991px) {
  .p-footer-info {
    gap: 20px;
    width: 100%;
  }
}

.p-footer-info__logo-group {
  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: 7px;
}

.p-footer-info__logo {
  width: min(405px, 100%);
}
@media screen and (max-width: 991px) {
  .p-footer-info__logo {
    width: min(309px, 100%);
  }
}

.p-footer-info__address {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 14px;
  line-height: 1.5;
}

.p-footer-info__tel {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  text-align: center;
}

.p-footer-info__hour {
  color: #1391E6;
  font-size: 12px;
  line-height: 1.5;
}

.p-footer-info__button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 20px;
}
@media screen and (max-width: 991px) {
  .p-footer-info__button {
    gap: 15px;
  }
}

.p-footer-info__timetable img {
  border-radius: 12px;
  -webkit-box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16);
          box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16);
}

.p-footer-nav {
  max-width: 100%;
}

.p-footer-nav__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 40px;
}
@media screen and (max-width: 991px) {
  .p-footer-nav__list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-inline: auto;
    width: min(100% - 40px, 640px);
  }
}

.p-footer-nav__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 18px;
}

.p-footer-nav__link {
  font-size: 16px;
  font-weight: 700;
  line-height: 1.5;
}

.p-footer-nav__sublist-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
}

.p-footer-nav__sublist {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 18px;
}

.p-footer-nav__sublink {
  display: block;
  position: relative;
  padding-left: 12px;
  font-size: 16px;
  line-height: 1.5;
}
.p-footer-nav__sublink::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 6px;
  height: 12px;
  background-image: url(../img/icon_list-triangle.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
}

.p-pc-fixed-cta {
  position: fixed;
  z-index: 2;
  top: 170px;
  right: 0;
}
@media screen and (max-width: 991px) {
  .p-pc-fixed-cta {
    display: none;
  }
}

@media screen and (max-width: 991px) {
  .p-sp-fixed-cta {
    position: fixed;
    z-index: 10;
    bottom: 0;
    left: 0;
  }
}

.p-top-mv {
  padding-block: 40px 60px;
}
@media screen and (max-width: 991px) {
  .p-top-mv {
    padding-block: 15px 60px;
  }
}

.p-top-mv__inner {
  position: relative;
  margin-inline: auto;
  width: min(100%, 1280px);
}

.p-top-mv__info {
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 60px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: -25px;
  margin-inline: auto;
  width: min(100% - 80px, 1079px);
}
@media screen and (max-width: 991px) {
  .p-top-mv__info {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    gap: 39px;
    width: min(100% - 40px, 640px);
  }
}

.p-top-mv__timetable {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 477px;
  aspect-ratio: 477/166;
}
@media screen and (max-width: 991px) {
  .p-top-mv__timetable {
    width: 100%;
  }
}
.p-top-mv__timetable img {
  border-radius: 10px;
  -webkit-box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16);
          box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16);
}

.p-top-mv-slider {
  position: relative;
  z-index: 1;
  margin-inline: auto;
  width: min(100% - 66px, 1214px);
  max-width: 1214px;
}
@media screen and (max-width: 991px) {
  .p-top-mv-slider {
    width: min(100% - 8px, 700px);
  }
}

.p-top-mv-slider__catch {
  position: absolute;
  bottom: 54px;
  left: 90px;
  z-index: 2;
}
@media screen and (max-width: 991px) {
  .p-top-mv-slider__catch {
    bottom: 35px;
    left: 35px;
  }
}
.p-top-mv-slider__catch img {
  width: 414px;
}
@media screen and (max-width: 991px) {
  .p-top-mv-slider__catch img {
    width: 268px;
  }
}

.p-top-mv-slider__swiper {
  padding-inline: 28px;
}
@media screen and (max-width: 991px) {
  .p-top-mv-slider__swiper {
    padding-inline: 16px;
  }
}

.p-top-mv-slider__image img {
  border-radius: 20px;
  background: rgba(0, 0, 0, 0.1);
}
@media screen and (max-width: 991px) {
  .p-top-mv-slider__image img {
    border-radius: 8px;
  }
}

.p-top-mv-slider__pagination {
  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;
  gap: 10px;
  bottom: 2px !important;
}
@media screen and (max-width: 991px) {
  .p-top-mv-slider__pagination {
    gap: 8px;
    bottom: 17px !important;
  }
}
.p-top-mv-slider__pagination .swiper-pagination-bullet {
  width: 8px;
  height: 8px;
}
@media screen and (max-width: 991px) {
  .p-top-mv-slider__pagination .swiper-pagination-bullet {
    width: 6px;
    height: 6px;
  }
}
.p-top-mv-slider__pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #1391E6;
}

.p-top-mv-slider__prev,
.p-top-mv-slider__next {
  width: 48px;
  height: 48px;
  margin-top: -24px;
  border-radius: 50%;
  background-color: #fff;
  -webkit-box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16);
          box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
}
@media screen and (max-width: 991px) {
  .p-top-mv-slider__prev,
  .p-top-mv-slider__next {
    margin-top: -16px;
    width: 32px;
    height: 32px;
  }
}
.p-top-mv-slider__prev::after,
.p-top-mv-slider__next::after {
  display: none;
}

.p-top-mv-slider__prev {
  left: 5px;
  background-image: url(../img/icon_swiper-prev.png);
}
@media screen and (max-width: 991px) {
  .p-top-mv-slider__prev {
    left: 1px;
  }
}

.p-top-mv-slider__next {
  right: 0;
  background-image: url(../img/icon_swiper-next.png);
}
@media screen and (max-width: 991px) {
  .p-top-mv-slider__next {
    right: -1px;
  }
}

.p-top-mv-news {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 6px;
  width: 50.2316960148%;
}
@media screen and (max-width: 991px) {
  .p-top-mv-news {
    width: 100%;
  }
}

.p-top-mv-news__header {
  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-left: 12px;
}

.p-top-mv-news__title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 14px;
  font-weight: 700;
  line-height: 1.5;
}

.p-top-mv-news__title-ja {
  font-size: 20px;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 991px) {
  .p-top-mv-news__title-ja {
    letter-spacing: 0.08em;
  }
}

.p-top-mv-news__title-en {
  color: #1391E6;
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 991px) {
  .p-top-mv-news__title-en {
    font-size: 11px;
  }
}

.p-top-mv-news__past {
  color: #888;
  font-size: 12px;
  line-height: 1.5;
  text-decoration-line: underline;
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
}
@media screen and (max-width: 991px) {
  .p-top-mv-news__past {
    font-size: 11px;
  }
}
.p-top-mv-news__past:hover {
  color: #1391E6;
}

.p-news-card {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 23px;
  padding-block: 9px;
  padding-inline: 9px 32px;
  border-top: 1px solid #333;
  border-bottom: 1px solid #333;
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
}
@media screen and (max-width: 991px) {
  .p-news-card {
    padding-inline: 6px 30px;
  }
}
.p-news-card::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 8px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 14px;
  height: 14px;
  background-image: url(../img/icon_button-arrow_black.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  -webkit-transition: right 0.3s, background-image 0.3s;
  transition: right 0.3s, background-image 0.3s;
}
@media screen and (max-width: 991px) {
  .p-news-card::after {
    right: 5px;
  }
}
.p-news-card:hover {
  color: #1391E6;
}
.p-news-card:hover::after {
  right: 0;
  background-image: url(../img/icon_button-arrow_blue.png);
}

.p-news-card__date {
  font-size: 12px;
  line-height: 1.5;
}

.p-news-card__title {
  line-height: 1.5;
}

.p-top-concept {
  position: relative;
  padding-block: 180px 108px;
  overflow: hidden;
}
@media screen and (max-width: 991px) {
  .p-top-concept {
    padding-block: 110px 0;
  }
}

.p-top-concept__decoration {
  position: absolute;
  z-index: -1;
  top: 0;
  left: calc(50% - 190px);
  width: min(102.34375vw, 1310px);
}
@media screen and (max-width: 991px) {
  .p-top-concept__decoration {
    right: auto;
    left: 10px;
    width: min(148.2666666667vw, 1310px);
  }
}
.p-top-concept__inner {
  margin-inline: auto;
  max-width: 1280px;
}

.p-top-concept__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 93px;
}
@media screen and (max-width: 991px) {
  .p-top-concept__content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    gap: 40px;
  }
}

.p-top-concept__image {
  width: 50%;
  max-width: 640px;
  aspect-ratio: 640/438;
  overflow: hidden;
}
@media screen and (max-width: 991px) {
  .p-top-concept__image {
    width: min(100%, 640px);
    aspect-ratio: auto;
  }
}
.p-top-concept__image img {
  width: 100%;
  height: 100%;
  border-radius: 0 20px 20px 0;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 991px) {
  .p-top-concept__image img {
    width: 89%;
    aspect-ratio: 334/230;
  }
}

.p-top-concept__body {
  width: min(31.796875%, 407px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 39px;
}
@media screen and (max-width: 991px) {
  .p-top-concept__body {
    width: min(100% - 40px, 640px);
    gap: 30px;
  }
}

@media screen and (max-width: 991px) {
  .p-top-concept__button {
    text-align: center;
  }
}

.p-top-recommend__content {
  display: grid;
  gap: 60px;
}
@media screen and (max-width: 991px) {
  .p-top-recommend__content {
    gap: 40px;
  }
}

.p-top-recommend__cards {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 991px) {
  .p-top-recommend__cards {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: start;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 61px;
  }
}

.p-top-recommend-card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 22px;
  width: 290px;
}

.p-top-medical {
  display: grid;
}
.p-top-medical::before, .p-top-medical::after {
  content: "";
  width: 100%;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
}
.p-top-medical::before {
  aspect-ratio: 1280/203;
  background-image: url(../img/deco_bg-top_pc.png);
}
@media screen and (max-width: 991px) {
  .p-top-medical::before {
    aspect-ratio: 375/88;
    background-image: url(../img/deco_bg-top_sp.png);
  }
}
.p-top-medical::after {
  margin-bottom: -117px;
  -webkit-transform: translateY(-54.6728971963%);
          transform: translateY(-54.6728971963%);
  aspect-ratio: 1280/214;
  background-image: url(../img/deco_bg-bottom_pc.png);
}
@media screen and (max-width: 991px) {
  .p-top-medical::after {
    margin-bottom: -54px;
    -webkit-transform: translateY(-65.8536585366%);
            transform: translateY(-65.8536585366%);
    aspect-ratio: 375/82;
    background-image: url(../img/deco_bg-bottom_sp.png);
  }
}

.p-top-medical__inner {
  padding-bottom: 85px;
  background-color: #DFF1FD;
}
@media screen and (max-width: 991px) {
  .p-top-medical__inner {
    padding-block: 30px 62px;
  }
}

.p-top-medical__content {
  display: grid;
  gap: 60px;
}
@media screen and (max-width: 991px) {
  .p-top-medical__content {
    gap: 40px;
  }
}

.p-top-medical__cards {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 20px;
}
@media screen and (max-width: 991px) {
  .p-top-medical__cards {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.p-top-medical__text {
  padding-block: 35px;
  padding-inline: 40px;
  background-color: #fff;
}
@media screen and (max-width: 991px) {
  .p-top-medical__text {
    padding-block: 17px;
    padding-inline: 20px;
  }
}

.p-top-medical-card {
  position: relative;
  z-index: 0;
  padding: 10px;
  width: min(100% - 20px, 460px);
  aspect-ratio: 460/290;
  text-align: center;
  border-radius: 20px;
  overflow: hidden;
}
@media screen and (max-width: 991px) {
  .p-top-medical-card {
    width: 100%;
    aspect-ratio: 335/210;
  }
}
.p-top-medical-card:hover::after, .p-top-medical-card:focus::after {
  background-color: rgba(0, 0, 0, 0.4);
}
.p-top-medical-card:hover .p-top-medical-card__body, .p-top-medical-card:focus .p-top-medical-card__body {
  border-color: #fff;
}
.p-top-medical-card::after {
  content: "";
  position: absolute;
  z-index: -1;
  inset: 0;
  background-color: rgba(0, 0, 0, 0.2);
  -webkit-transition: background-color 0.3s ease;
  transition: background-color 0.3s ease;
}

.p-top-medical-card__image {
  position: absolute;
  inset: 0;
  z-index: -2;
}
.p-top-medical-card__body {
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 20px;
  height: 100%;
  border-radius: 20px;
  border: 2px solid transparent;
}

.p-top-medical-card__title {
  position: relative;
  padding-bottom: 22px;
  color: #fff;
  text-align: center;
  font-size: 28px;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.08em;
}
@media screen and (max-width: 991px) {
  .p-top-medical-card__title {
    font-size: 20px;
  }
}
.p-top-medical-card__title::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 40px;
  height: 2px;
  background-color: #fff;
}
@media screen and (max-width: 991px) {
  .p-top-medical-card__title::after {
    width: 30px;
  }
}

.p-top-medical-card__text {
  color: #fff;
  text-align: center;
  font-size: 16px;
  letter-spacing: 0.08em;
}
@media screen and (max-width: 991px) {
  .p-top-medical-card__text {
    font-size: 12px;
  }
}

.p-top-blog__content {
  display: grid;
  gap: 60px;
}
@media screen and (max-width: 991px) {
  .p-top-blog__content {
    gap: 40px;
  }
}

.p-top-blog__cards {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-column-gap: 5%;
     -moz-column-gap: 5%;
          column-gap: 5%;
  row-gap: 60px;
}
@media screen and (max-width: 991px) {
  .p-top-blog__cards {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    row-gap: 0;
    gap: 20px;
  }
}

.p-top-blog__button {
  text-align: center;
}

.p-top-blog-card {
  width: 30%;
  border-radius: 20px;
  background: #fff;
  -webkit-box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16);
          box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16);
  overflow: hidden;
}
@media screen and (max-width: 991px) {
  .p-top-blog-card {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 10px;
    width: 100%;
    max-width: none;
    border-radius: 0;
    -webkit-box-shadow: none;
            box-shadow: none;
  }
}
.p-top-blog-card:hover .p-top-blog-card__image img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}
.p-top-blog-card:hover .p-top-blog-card__title {
  color: #1391E6;
}

.p-top-blog-card__image {
  aspect-ratio: 300/188;
  overflow: hidden;
}
@media screen and (max-width: 991px) {
  .p-top-blog-card__image {
    -ms-flex-negative: 0;
        flex-shrink: 0;
    width: 133px;
    aspect-ratio: 133/101;
  }
}
.p-top-blog-card__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
}

.p-top-blog-card__body {
  position: relative;
  z-index: 1;
  display: grid;
  gap: 7px;
  margin-top: -14px;
  padding-block: 0 12px;
  padding-inline: 24px;
}
@media screen and (max-width: 991px) {
  .p-top-blog-card__body {
    margin-top: 0;
    gap: 6px;
    padding: 0;
  }
}

.p-top-blog-card__tag {
  display: inline-block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding-block: 6px;
  padding-inline: 12px;
  color: #fff;
  font-size: 11px;
  line-height: 1.5;
  border-radius: 999px;
  background: #1391E6;
}
@media screen and (max-width: 991px) {
  .p-top-blog-card__tag {
    padding-block: 2px;
    padding-inline: 8px;
    font-size: 10px;
  }
}

.p-top-blog-card__title {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  height: 72px;
  overflow: hidden;
  text-overflow: ellipsis;
  font-size: 16px;
  line-height: 1.5;
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
}
@media screen and (max-width: 991px) {
  .p-top-blog-card__title {
    -webkit-line-clamp: 2;
    height: 42px;
    font-size: 14px;
  }
}

.p-top-blog-card__date {
  color: #888;
  font-size: 11px;
  line-height: 1.5;
}

.p-subpage-fv {
  padding-top: 40px;
}
@media screen and (max-width: 991px) {
  .p-subpage-fv {
    padding-top: 20px;
  }
}

.p-subpage-fv__inner {
  margin-inline: auto;
  width: min(100% - 120px, 1160px);
  height: 340px;
}
@media screen and (max-width: 991px) {
  .p-subpage-fv__inner {
    width: min(100% - 40px, 872px);
    height: 188px;
  }
}

.p-subpage-fv__content {
  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;
  width: 100%;
  height: 100%;
  border-radius: 12px;
  background-color: #fff;
  background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.2)), to(rgba(0, 0, 0, 0.2))), url(../img/img_about-fv_pc.jpg);
  background-image: linear-gradient(0deg, rgba(0, 0, 0, 0.2) 0%, rgba(0, 0, 0, 0.2) 100%), url(../img/img_about-fv_pc.jpg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}
.page-about .p-subpage-fv__content {
  background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.2)), to(rgba(0, 0, 0, 0.2))), url(../img/img_fv-about_pc.jpg);
  background-image: linear-gradient(0deg, rgba(0, 0, 0, 0.2) 0%, rgba(0, 0, 0, 0.2) 100%), url(../img/img_fv-about_pc.jpg);
}
@media screen and (max-width: 991px) {
  .page-about .p-subpage-fv__content {
    background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.2)), to(rgba(0, 0, 0, 0.2))), url(../img/img_fv-about_sp.jpg);
    background-image: linear-gradient(0deg, rgba(0, 0, 0, 0.2) 0%, rgba(0, 0, 0, 0.2) 100%), url(../img/img_fv-about_sp.jpg);
  }
}
.page-medical .p-subpage-fv__content {
  background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.2)), to(rgba(0, 0, 0, 0.2))), url(../img/img_fv-medical_pc.jpg);
  background-image: linear-gradient(0deg, rgba(0, 0, 0, 0.2) 0%, rgba(0, 0, 0, 0.2) 100%), url(../img/img_fv-medical_pc.jpg);
}
@media screen and (max-width: 991px) {
  .page-medical .p-subpage-fv__content {
    background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.2)), to(rgba(0, 0, 0, 0.2))), url(../img/img_fv-medical_sp.jpg);
    background-image: linear-gradient(0deg, rgba(0, 0, 0, 0.2) 0%, rgba(0, 0, 0, 0.2) 100%), url(../img/img_fv-medical_sp.jpg);
  }
}
.page-staff .p-subpage-fv__content {
  background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.2)), to(rgba(0, 0, 0, 0.2))), url(../img/img_fv-staff_pc.jpg);
  background-image: linear-gradient(0deg, rgba(0, 0, 0, 0.2) 0%, rgba(0, 0, 0, 0.2) 100%), url(../img/img_fv-staff_pc.jpg);
}
@media screen and (max-width: 991px) {
  .page-staff .p-subpage-fv__content {
    background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.2)), to(rgba(0, 0, 0, 0.2))), url(../img/img_fv-staff_sp.jpg);
    background-image: linear-gradient(0deg, rgba(0, 0, 0, 0.2) 0%, rgba(0, 0, 0, 0.2) 100%), url(../img/img_fv-staff_sp.jpg);
  }
}
.page-archive .p-subpage-fv__content {
  background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.2)), to(rgba(0, 0, 0, 0.2))), url(../img/img_fv-archive_pc.jpg);
  background-image: linear-gradient(0deg, rgba(0, 0, 0, 0.2) 0%, rgba(0, 0, 0, 0.2) 100%), url(../img/img_fv-archive_pc.jpg);
}
@media screen and (max-width: 991px) {
  .page-archive .p-subpage-fv__content {
    background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.2)), to(rgba(0, 0, 0, 0.2))), url(../img/img_fv-archive_sp.jpg);
    background-image: linear-gradient(0deg, rgba(0, 0, 0, 0.2) 0%, rgba(0, 0, 0, 0.2) 100%), url(../img/img_fv-archive_sp.jpg);
  }
}
.page-contact .p-subpage-fv__content, .page-reservation .p-subpage-fv__content, .page-thanks .p-subpage-fv__content {
  background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.2)), to(rgba(0, 0, 0, 0.2))), url(../img/img_fv-contact_pc.jpg);
  background-image: linear-gradient(0deg, rgba(0, 0, 0, 0.2) 0%, rgba(0, 0, 0, 0.2) 100%), url(../img/img_fv-contact_pc.jpg);
}
@media screen and (max-width: 991px) {
  .page-contact .p-subpage-fv__content, .page-reservation .p-subpage-fv__content, .page-thanks .p-subpage-fv__content {
    background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.2)), to(rgba(0, 0, 0, 0.2))), url(../img/img_fv-contact_sp.jpg);
    background-image: linear-gradient(0deg, rgba(0, 0, 0, 0.2) 0%, rgba(0, 0, 0, 0.2) 100%), url(../img/img_fv-contact_sp.jpg);
  }
}

.p-subpage-fv__page-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 17px;
  color: #fff;
  text-align: center;
  font-weight: 700;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 991px) {
  .p-subpage-fv__page-title {
    gap: 14px;
  }
}

.p-subpage-fv__page-title-ja {
  font-size: 32px;
  line-height: 1.5;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 991px) {
  .p-subpage-fv__page-title-ja {
    font-size: 24px;
    letter-spacing: 0.2em;
  }
}

.p-subpage-fv__page-title-en {
  font-weight: 700;
  text-transform: uppercase;
}
@media screen and (max-width: 991px) {
  .p-subpage-fv__page-title-en {
    font-size: 12px;
  }
}

.p-breadcrumb {
  margin-inline: auto;
  padding-top: 12px;
  padding-inline: 90px;
  width: min(100%, 1280px);
  font-size: 12px;
  line-height: 1.5;
  white-space: nowrap;
  overflow: hidden;
}
@media screen and (max-width: 991px) {
  .p-breadcrumb {
    padding-inline: 20px;
  }
}

.p-breadcrumb .home {
  color: #888;
}

.p-breadcrumb_separator {
  margin-inline: 10px;
}

.p-about__container {
  padding-block: 80px 160px;
}
@media screen and (max-width: 991px) {
  .p-about__container {
    padding-block: 60px 100px;
  }
}

.p-about-policy {
  position: relative;
  margin-top: 60px;
  padding-block: 180px 108px;
  overflow: hidden;
}
@media screen and (max-width: 991px) {
  .p-about-policy {
    margin-top: 40px;
    padding-block: 110px 0;
  }
}

.p-about-policy__decoration {
  position: absolute;
  z-index: -1;
  top: 0;
  left: calc(50% - 190px);
  width: min(102.34375vw, 1310px);
}
@media screen and (max-width: 991px) {
  .p-about-policy__decoration {
    right: auto;
    left: 10px;
    width: min(148.2666666667vw, 1310px);
  }
}
.p-about-policy__inner {
  margin-inline: auto;
  max-width: 1280px;
}

.p-about-policy__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 93px;
}
@media screen and (max-width: 991px) {
  .p-about-policy__content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    gap: 40px;
  }
}

.p-about-policy__image {
  width: 50%;
  max-width: 640px;
  aspect-ratio: 640/438;
  overflow: hidden;
}
@media screen and (max-width: 991px) {
  .p-about-policy__image {
    width: min(100%, 640px);
    aspect-ratio: auto;
  }
}
.p-about-policy__image img {
  width: 100%;
  height: 100%;
  border-radius: 0 20px 20px 0;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 991px) {
  .p-about-policy__image img {
    width: 89%;
    aspect-ratio: 334/230;
  }
}

.p-about-policy__body {
  width: min(31.796875%, 407px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 39px;
}
@media screen and (max-width: 991px) {
  .p-about-policy__body {
    width: min(100% - 40px, 640px);
    gap: 30px;
  }
}

.p-about-policy__text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 25px;
}
.p-about-feature {
  margin-top: 120px;
}
@media screen and (max-width: 991px) {
  .p-about-feature {
    margin-top: 100px;
  }
}

.p-about-feature__inner {
  margin-inline: auto;
  max-width: 1280px;
}

.p-about-feature__content {
  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-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 93px;
}
@media screen and (max-width: 991px) {
  .p-about-feature__content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    gap: 40px;
  }
}

.p-about-feature__image {
  width: 50%;
  max-width: 640px;
  aspect-ratio: 640/438;
  overflow: hidden;
}
@media screen and (max-width: 991px) {
  .p-about-feature__image {
    width: min(100%, 640px);
    aspect-ratio: auto;
    text-align: right;
  }
}
.p-about-feature__image img {
  width: 100%;
  height: 100%;
  border-radius: 20px 0 0 20px;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 991px) {
  .p-about-feature__image img {
    width: 89%;
    aspect-ratio: 334/230;
  }
}

.p-about-feature__body {
  width: min(31.796875%, 407px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 39px;
}
@media screen and (max-width: 991px) {
  .p-about-feature__body {
    width: min(100% - 40px, 640px);
    gap: 30px;
  }
}

.p-about-feature__text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 25px;
}
.p-about-inside {
  margin-top: 120px;
}
@media screen and (max-width: 991px) {
  .p-about-inside {
    margin-top: 100px;
  }
}

.p-about-inside__content {
  display: grid;
  gap: 60px;
}
@media screen and (max-width: 991px) {
  .p-about-inside__content {
    gap: 40px;
  }
}

.p-about-inside__gallery {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}
@media screen and (max-width: 991px) {
  .p-about-inside__gallery {
    grid-template-columns: repeat(2, 1fr);
    gap: 11px;
  }
}

.p-about-inside__image img {
  border-radius: 20px;
}

.p-medical__container {
  display: grid;
  gap: 160px;
  padding-block: 80px 160px;
}
@media screen and (max-width: 991px) {
  .p-medical__container {
    gap: 100px;
    padding-block: 60px 100px;
  }
}

.p-medical-nav {
  display: grid;
  gap: 80px;
}

.p-medical-nav__block {
  display: grid;
  gap: 30px;
}

.p-medical-nav__header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 24px;
}

.p-medical-nav__heading {
  font-size: 28px;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.08em;
}
@media screen and (max-width: 991px) {
  .p-medical-nav__heading {
    font-size: 20px;
  }
}

.p-medical-nav__tag {
  display: block;
  padding-block: 7px;
  padding-inline: 12px;
  color: #fff;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.08em;
  border-radius: 24px;
  background-color: #1391E6;
}

.p-medical-nav__tag--insurance {
  background-color: #1391E6;
}

.p-medical-nav__tag--selfpay {
  background-color: #EE5A6D;
}

.p-medical-nav__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 16px;
  width: 100%;
}

@media screen and (max-width: 991px) {
  .p-medical-nav__item {
    width: 100%;
  }
}

.p-medical-nav__link {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-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;
  gap: 2px;
  padding-inline: 29px;
  min-height: 72px;
  color: #1391E6;
  text-align: center;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.08em;
  border-radius: 12px;
  border: 2px solid #1391E6;
  -webkit-transition: background-color 0.3s;
  transition: background-color 0.3s;
}
@media screen and (max-width: 991px) {
  .p-medical-nav__link {
    width: 100%;
    min-height: 60px;
    padding-inline: 19px;
    font-size: 20px;
    border: 1px solid #1391E6;
  }
}
.p-medical-nav__link:hover, .p-medical-nav__link:focus {
  background-color: #DFF1FD;
}
.p-medical-nav__link:hover::after, .p-medical-nav__link:focus::after {
  display: block;
  margin-top: 0;
  opacity: 1;
}
.p-medical-nav__link::after {
  content: "";
  width: 20px;
  height: 20px;
  margin-top: -22px;
  background-image: url(../img/icon_medical-arrow.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  opacity: 0;
  -webkit-transition: margin-top 0.3s, opacity 0.3s;
  transition: margin-top 0.3s, opacity 0.3s;
}
@media screen and (max-width: 991px) {
  .p-medical-nav__link::after {
    width: 16px;
    height: 16px;
    margin-top: -18px;
  }
}

.p-medical-treatment {
  display: grid;
}
.p-medical-treatment::before, .p-medical-treatment::after {
  content: "";
  width: 100%;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
}
.p-medical-treatment::before {
  aspect-ratio: 1280/203;
  background-image: url(../img/deco_bg-top_pc.png);
}
@media screen and (max-width: 991px) {
  .p-medical-treatment::before {
    aspect-ratio: 375/88;
    background-image: url(../img/deco_bg-top_sp.png);
  }
}
.p-medical-treatment::after {
  margin-bottom: -117px;
  -webkit-transform: translateY(-54.6728971963%);
          transform: translateY(-54.6728971963%);
  aspect-ratio: 1280/214;
  background-image: url(../img/deco_bg-bottom_pc.png);
}
@media screen and (max-width: 991px) {
  .p-medical-treatment::after {
    margin-bottom: -54px;
    -webkit-transform: translateY(-65.8536585366%);
            transform: translateY(-65.8536585366%);
    aspect-ratio: 375/82;
    background-image: url(../img/deco_bg-bottom_sp.png);
  }
}

.p-medical-treatment__inner {
  padding-bottom: 85px;
  background-color: #DFF1FD;
}
@media screen and (max-width: 991px) {
  .p-medical-treatment__inner {
    padding-block: 30px 62px;
  }
}

.p-medical-treatment__content {
  display: grid;
  gap: 60px;
}
@media screen and (max-width: 991px) {
  .p-medical-treatment__content {
    gap: 40px;
  }
}

.p-medical-treatment__cards {
  display: grid;
  gap: 40px;
}

.p-medical-card {
  position: relative;
  padding: 60px;
  display: grid;
  gap: 36px;
  border-radius: 20px;
  background-color: #fff;
}
@media screen and (max-width: 991px) {
  .p-medical-card {
    gap: 16px;
    padding: 20px;
  }
}

.p-medical-card__header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 40px;
  padding-bottom: 35px;
  border-bottom: 1px solid #888;
}
@media screen and (max-width: 991px) {
  .p-medical-card__header {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: start;
    gap: 20px;
    padding-bottom: 19px;
  }
}

.p-medical-card__tag {
  position: absolute;
  top: 0;
  right: 60px;
  padding-block: 24px 32px;
  padding-inline: 16px;
  min-width: 100px;
  background-color: #1391E6;
  clip-path: polygon(0 0, 100% 0, 100% 100%, 50% calc(100% - 17px), 0 100%);
}
@media screen and (max-width: 991px) {
  .p-medical-card__tag {
    right: 20px;
    padding-block: 14px 25px;
    padding-inline: 10px;
    min-width: 80px;
    clip-path: polygon(0 0, 100% 0, 100% 100%, 50% calc(100% - 13px), 0 100%);
  }
}
.p-medical-card__tag p {
  color: #fff;
  text-align: center;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.08em;
}
@media screen and (max-width: 991px) {
  .p-medical-card__tag p {
    font-size: 14px;
  }
}

.p-medical-card__tag--insurance {
  background-color: #1391E6;
}

.p-medical-card__tag--selfpay {
  background-color: #EE5A6D;
}
.p-medical-card__tag--selfpay p {
  letter-spacing: 0.5em;
  text-indent: 0.5em;
}

.p-medical-card__title {
  font-size: 28px;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.08em;
}
@media screen and (max-width: 991px) {
  .p-medical-card__title {
    font-size: 20px;
  }
}

.p-medical-card__description {
  color: #1391E6;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.08em;
}

.p-medical-card__body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 991px) {
  .p-medical-card__body {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 16px;
  }
}

.p-medical-card__text-box {
  width: 47.7272727273%;
}
@media screen and (max-width: 991px) {
  .p-medical-card__text-box {
    width: 100%;
  }
}

.p-medical-card__text + .p-medical-card__text {
  margin-top: 24px;
}

.p-medical-card__image {
  width: 47.7272727273%;
}
@media screen and (max-width: 991px) {
  .p-medical-card__image {
    aspect-ratio: 295/221;
    width: 100%;
  }
}
.p-medical-card__image img {
  width: 100%;
  height: 100%;
  border-radius: 20px;
  -o-object-fit: cover;
     object-fit: cover;
}

.p-staff__container {
  display: grid;
  gap: 160px;
  padding-block: 80px 160px;
}
@media screen and (max-width: 991px) {
  .p-staff__container {
    gap: 100px;
    padding-block: 60px 100px;
  }
}

.p-staff-director__content {
  display: grid;
  gap: 60px;
}
@media screen and (max-width: 991px) {
  .p-staff-director__content {
    gap: 40px;
  }
}

.p-staff-director__body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 991px) {
  .p-staff-director__body {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 40px;
  }
}

.p-staff-director__container {
  width: 46%;
  display: grid;
  gap: 60px;
}
@media screen and (max-width: 991px) {
  .p-staff-director__container {
    display: contents;
  }
}

.p-staff-director__image {
  width: 46%;
}
@media screen and (max-width: 991px) {
  .p-staff-director__image {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    width: 100%;
  }
}
.p-staff-director__image img {
  border-radius: 20px;
}

.p-staff-director-greeting {
  display: grid;
  gap: 40px;
}
@media screen and (max-width: 991px) {
  .p-staff-director-greeting {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    gap: 20px;
  }
}

.p-staff-director-greeting__heading {
  font-size: 28px;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.08em;
}
@media screen and (max-width: 991px) {
  .p-staff-director-greeting__heading {
    font-size: 20px;
  }
}

.p-staff-director-greeting__text-box {
  display: grid;
  gap: 14px;
}

.p-staff-director-greeting__name {
  text-align: right;
}

.p-staff-director-profile {
  display: grid;
  gap: 30px;
}
@media screen and (max-width: 991px) {
  .p-staff-director-profile {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }
}

.p-staff-director-profile__content {
  display: grid;
  gap: 14px;
}

.p-staff-director-profile__heading {
  font-size: 16px;
  line-height: 1.5;
  padding-bottom: 6px;
  border-bottom: 1px solid currentColor;
}

.p-staff-director-profile__list {
  display: grid;
  gap: 14px;
}

.p-staff-director-profile__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 14px;
}

.p-staff-slider {
  overflow: hidden;
}

.p-staff-slider__swiper-wrapper {
  -webkit-transition-timing-function: linear;
          transition-timing-function: linear;
}

.p-staff-slider__slide {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

.p-staff-slider__image {
  width: 305px;
}
@media screen and (max-width: 991px) {
  .p-staff-slider__image {
    width: 200px;
  }
}
.p-staff-slider__image img {
  border-radius: 20px;
}

.p-staff-member {
  display: grid;
  gap: 60px;
}

.p-staff-member__content {
  display: grid;
  gap: 60px;
}
@media screen and (max-width: 991px) {
  .p-staff-member__content {
    gap: 40px;
  }
}

.p-staff-member__block {
  display: grid;
  gap: 40px;
}

.p-staff-member__heading {
  font-size: 16px;
  line-height: 1.5;
  padding-bottom: 5px;
  border-bottom: 1px solid currentColor;
}

.p-staff-member__cards {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-column-gap: 8%;
     -moz-column-gap: 8%;
          column-gap: 8%;
  row-gap: 60px;
}
@media screen and (max-width: 991px) {
  .p-staff-member__cards {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 40px;
  }
}

.p-staff-member-card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 15px;
  width: 28%;
}
@media screen and (max-width: 991px) {
  .p-staff-member-card {
    width: 100%;
  }
}

.p-staff-member-card__image {
  width: 100%;
  aspect-ratio: 1/1;
}
.p-staff-member-card__image img {
  width: 100%;
  height: 100%;
  border-radius: 20px;
  -o-object-fit: cover;
     object-fit: cover;
}

.p-staff-member-card__info {
  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: 12px;
  line-height: 1.5;
  letter-spacing: 0.08em;
}

.p-staff-member-card__role {
  font-size: 12px;
}

.p-staff-member-card__name {
  font-size: 18px;
  font-weight: 700;
}

.p-staff-member-card__list {
  display: grid;
  gap: 1px;
}

.p-staff-member-card__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.p-staff-member-card__term {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-block: 17px;
  padding-inline: 20px;
  line-height: 1.5;
  background-color: #DFF1FD;
}
@media screen and (max-width: 991px) {
  .p-staff-member-card__term {
    -webkit-box-flex: 1;
        -ms-flex: auto;
            flex: auto;
    width: 41.7910447761%;
  }
}

.p-staff-member-card__description {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding-block: 17px;
  padding-inline: 20px;
  line-height: 1.5;
}
@media screen and (max-width: 991px) {
  .p-staff-member-card__description {
    -webkit-box-flex: 1;
        -ms-flex: auto;
            flex: auto;
    width: 58.2089552239%;
  }
}

.p-archive__container {
  display: grid;
  grid-template-columns: 670fr 300fr;
  gap: 30px;
  padding-block: 80px 160px;
}
@media screen and (max-width: 991px) {
  .p-archive__container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 100px;
    padding-block: 60px 100px;
  }
}

.p-archive__main {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 100px;
}
@media screen and (max-width: 991px) {
  .p-archive__main {
    gap: 60px;
  }
}
.page-single .p-archive__main {
  gap: 72px;
}
@media screen and (max-width: 991px) {
  .page-single .p-archive__main {
    gap: 40px;
  }
}

.p-archive__blog-cards {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 20px;
}

.p-sidebar__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 60px;
}

.p-sidebar-clinic {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 20px;
}

.p-sidebar-clinic__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: 10px;
}

.p-sidebar-clinic__title {
  font-size: 16px;
  font-weight: 700;
  line-height: 1.5;
}

.p-sidebar-clinic__link {
  position: relative;
  display: inline-block;
  padding-right: 18px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  color: #1391E6;
  line-height: 1.5;
}
.p-sidebar-clinic__link::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 18px;
  height: 18px;
  background-image: url(../img/icon_arrow.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
}

.p-sidebar-recent {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 20px;
}

.p-sidebar-recent__blog-cards {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 20px;
}

.p-sidebar-blog-card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
  gap: 10px;
}
@media screen and (max-width: 991px) {
  .p-sidebar-blog-card {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.p-sidebar-blog-card:hover .p-sidebar-blog-card__image img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}
.p-sidebar-blog-card:hover .p-sidebar-blog-card__title {
  color: #1391E6;
}

.p-sidebar-blog-card__image {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 120px;
  aspect-ratio: 120/90;
  overflow: hidden;
}
@media screen and (max-width: 991px) {
  .p-sidebar-blog-card__image {
    width: 133px;
    aspect-ratio: 133/101;
  }
}
.p-sidebar-blog-card__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
}

.p-sidebar-blog-card__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: 6px;
}
.p-sidebar-blog-card__tag {
  display: inline-block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding-block: 2px;
  padding-inline: 8px;
  color: #fff;
  font-size: 10px;
  line-height: 1.5;
  border-radius: 999px;
  background: #1391E6;
}
.p-sidebar-blog-card__title {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  height: 42px;
  overflow: hidden;
  text-overflow: ellipsis;
  line-height: 1.5;
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
}
.p-sidebar-blog-card__date {
  color: #888;
  font-size: 11px;
  line-height: 1.5;
}

.p-sidebar-category {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 20px;
}

.p-sidebar-category__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: 12px;
  padding-left: 20px;
}

.p-sidebar-category__link {
  display: block;
  position: relative;
  padding-left: 12px;
  font-size: 16px;
  line-height: 1.5;
}
.p-sidebar-category__link::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 6px;
  height: 12px;
  background-image: url(../img/icon_list-triangle.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
}

.p-entry__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 40px;
}

.p-entry__header {
  display: grid;
  gap: 10px;
}

.p-entry__title {
  font-size: 28px;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.08em;
}
@media screen and (max-width: 991px) {
  .p-entry__title {
    font-size: 20px;
  }
}

.p-entry__meta {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 32px;
}

.p-entry__published {
  position: relative;
  padding-left: 20px;
  color: #1391E6;
  font-size: 16px;
  line-height: 1.5;
}
.p-entry__published::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 14px;
  height: 14px;
  background-image: url(../img/icon_pen.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
}

.p-entry__tag-link {
  display: inline-block;
  padding-block: 6px;
  padding-inline: 12px;
  color: #fff;
  font-size: 11px;
  line-height: 1.5;
  border-radius: 999px;
  background: #1391E6;
}

.p-entry__body > :first-child {
  margin-top: 0;
}

h2.wp-block-heading,
h3.wp-block-heading,
h4.wp-block-heading {
  margin-top: 29px;
  color: #1391E6;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.08em;
}

.p-entry p,
.wp-block-list {
  margin-top: 14px;
}

h2.wp-block-heading {
  padding-left: 16px;
  font-size: 24px;
  border-left: 6px solid #1391E6;
}
@media screen and (max-width: 991px) {
  h2.wp-block-heading {
    font-size: 18px;
  }
}

h3.wp-block-heading {
  font-size: 20px;
  padding-bottom: 5px;
  border-bottom: 1px solid #1391E6;
}
@media screen and (max-width: 991px) {
  h3.wp-block-heading {
    font-size: 16px;
  }
}

h4.wp-block-heading {
  font-size: 16px;
}
@media screen and (max-width: 991px) {
  h4.wp-block-heading {
    font-size: 14px;
  }
}

.wp-block-list {
  padding-left: 21px;
  list-style-position: outside;
}
.wp-block-list li {
  list-style: inherit;
}
.wp-block-list li::marker {
  content: normal;
}

ul.wp-block-list {
  list-style-type: disc;
}

ol.wp-block-list {
  list-style-type: decimal;
}

.p-entry__link {
  display: inline-block;
  color: #1391E6;
  text-decoration-line: underline;
}

.p-entry > .p-entry__link {
  margin-top: 14px;
}

.p-entry-pagination {
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 10px;
}

.p-entry-pagination__archive {
  grid-column: 2;
  justify-self: center;
  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;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  height: 36px;
  padding-inline: 14px;
  color: #1391E6;
  line-height: 1.5;
  border-radius: 4px;
  border: 1px solid #1391E6;
}
@media screen and (max-width: 991px) {
  .p-entry-pagination__archive {
    font-size: 12px;
  }
}

.p-entry-pagination__prev,
.p-entry-pagination__next {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  height: 36px;
  color: #fff;
  line-height: 1.5;
  border-radius: 4px;
  background: #1391E6;
}
@media screen and (max-width: 991px) {
  .p-entry-pagination__prev,
  .p-entry-pagination__next {
    font-size: 12px;
  }
}
.p-entry-pagination__prev::after,
.p-entry-pagination__next::after {
  content: "";
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 16px;
  height: 16px;
  background-image: url(../img/icon_circle-arrow.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
}

.p-entry-pagination__prev {
  grid-column: 1;
  justify-self: end;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: start;
  padding-inline: 40px 14px;
}
.p-entry-pagination__prev::after {
  left: 14px;
}

.p-entry-pagination__next {
  grid-column: 3;
  justify-self: start;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: end;
  padding-inline: 14px 40px;
}
.p-entry-pagination__next::after {
  right: 14px;
  -webkit-transform: translateY(-50%) rotateY(180deg);
          transform: translateY(-50%) rotateY(180deg);
}

.p-blog-card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 20px;
}
@media screen and (max-width: 991px) {
  .p-blog-card {
    gap: 10px;
  }
}
.p-blog-card:hover .p-blog-card__image img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}
.p-blog-card:hover .p-blog-card__title {
  color: #1391E6;
}

.p-blog-card__image {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 264px;
  aspect-ratio: 264/153;
  overflow: hidden;
}
@media screen and (max-width: 991px) {
  .p-blog-card__image {
    width: 133px;
    aspect-ratio: 133/101;
  }
}
.p-blog-card__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
}

.p-blog-card__body {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 14px;
}
@media screen and (max-width: 991px) {
  .p-blog-card__body {
    gap: 6px;
  }
}

.p-blog-card__tag {
  display: inline-block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  color: #fff;
  font-size: 11px;
  line-height: 1.5;
  padding-block: 6px;
  padding-inline: 12px;
  border-radius: 999px;
  background-color: #1391E6;
}
@media screen and (max-width: 991px) {
  .p-blog-card__tag {
    padding-block: 2px;
    padding-inline: 8px;
    font-size: 10px;
  }
}

.p-blog-card__title {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  height: 48px;
  overflow: hidden;
  text-overflow: ellipsis;
  font-size: 16px;
  line-height: 1.5;
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
}
@media screen and (max-width: 991px) {
  .p-blog-card__title {
    height: 42px;
    font-size: 14px;
  }
}

.p-blog-card__date {
  color: #888;
  font-size: 11px;
  line-height: 1.5;
}

.p-page-contact__container {
  display: grid;
  gap: 150px;
  margin-inline: auto;
  padding-block: 80px 160px;
  width: min(100% - 80px, 728px);
}
@media screen and (max-width: 991px) {
  .p-page-contact__container {
    gap: 100px;
    padding-block: 60px 100px;
    width: min(100% - 40px, 640px);
  }
}

.p-contact__content {
  display: grid;
  gap: 70px;
}
@media screen and (max-width: 991px) {
  .p-contact__content {
    gap: 40px;
  }
}

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

.p-contact__fields {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.p-contact__field {
  border-top: 1px solid #C2C2C2;
}
.p-contact__field:last-of-type {
  border-bottom: 1px solid #C2C2C2;
}

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

.p-contact__button {
  position: relative;
  margin-top: 70px;
  text-align: center;
}
@media screen and (max-width: 991px) {
  .p-contact__button {
    margin-top: 40px;
  }
}
.p-contact__button .wpcf7-spinner {
  position: absolute;
  left: 60%;
  top: 50%;
  -webkit-transform: translateY(-50%) translateX(-50%);
          transform: translateY(-50%) translateX(-50%);
}

.p-form-field {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-block: 29px 28px;
}
@media screen and (max-width: 991px) {
  .p-form-field {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 12px;
    padding-block: 24px 23px;
  }
}

.p-form-field__head-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: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 4px;
}
.p-form-field__head-wrapper > span {
  color: #888;
  font-size: 11px;
  line-height: 1.5;
}

.p-form-field__head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 16px;
  width: 240px;
}
@media screen and (max-width: 991px) {
  .p-form-field__head {
    -ms-flex-negative: 0;
        flex-shrink: 0;
    width: 300px;
  }
}

.p-form-field__label {
  font-size: 16px;
  font-weight: 700;
  line-height: 1.5;
}

.p-form-field__tag {
  display: inline-block;
  padding-block: 3px;
  padding-inline: 6px;
  color: #fff;
  font-size: 12px;
  font-weight: 700;
  line-height: 1.5;
  border-radius: 4px;
  background-color: #EE5A6D;
}
.p-form-field__tag.is-option {
  background-color: #1391E6;
}

.p-form-field__item {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
.wpcf7-form-control-wrap {
  display: block;
  width: 100%;
}

.p-form-field__dates {
  display: grid;
  gap: 20px;
}

.p-form-text {
  padding-block: 11px;
  padding-inline: 15px;
  width: 100%;
  font-size: 16px;
  line-height: 1.5;
  border-radius: 4px;
  border: 1px solid transparent;
  background-color: #F6F6F6;
  -webkit-transition: border-color 0.3s;
  transition: border-color 0.3s;
}
.p-form-text:hover, .p-form-text:focus {
  border-color: #1391E6;
}

.form-radio {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 32px;
}
@media screen and (max-width: 991px) {
  .form-radio {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}

.form-radio label {
  cursor: pointer;
}

.form-radio input {
  position: absolute;
  opacity: 0;
}
.form-radio input:checked + .wpcf7-list-item-label::after {
  opacity: 1;
}
.form-radio input:hover + .wpcf7-list-item-label::before, .form-radio input:focus + .wpcf7-list-item-label::before {
  border-color: #EE5A6D;
}

.form-radio .wpcf7-list-item {
  margin: 0;
}

.form-radio .wpcf7-list-item-label {
  font-weight: 700;
  padding-left: 32px;
  position: relative;
  min-height: 24px;
}
.form-radio .wpcf7-list-item-label::before, .form-radio .wpcf7-list-item-label::after {
  content: "";
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  border-radius: 50%;
}
.form-radio .wpcf7-list-item-label::before {
  width: 24px;
  height: 24px;
  border: 1px solid #1391E6;
  left: 0;
  -webkit-transition: border-color 0.3s;
  transition: border-color 0.3s;
}
.form-radio .wpcf7-list-item-label::after {
  width: 12px;
  height: 12px;
  background: #1391E6;
  left: 6px;
  opacity: 0;
}

.p-form-checkbox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-column-gap: 32px;
     -moz-column-gap: 32px;
          column-gap: 32px;
  row-gap: 16px;
}
@media screen and (max-width: 991px) {
  .p-form-checkbox {
    -webkit-column-gap: 24px;
       -moz-column-gap: 24px;
            column-gap: 24px;
  }
}

.p-form-checkbox .wpcf7-list-item {
  margin: 0;
}

.p-form-checkbox label {
  cursor: pointer;
}

.p-form-checkbox input {
  position: absolute;
  opacity: 0;
}
.p-form-checkbox input:checked + .wpcf7-list-item-label::after {
  opacity: 1;
}
.p-form-checkbox input:hover + .wpcf7-list-item-label::before, .p-form-checkbox input:focus + .wpcf7-list-item-label::before {
  border-color: #EE5A6D;
}

.p-form-checkbox .wpcf7-list-item-label {
  position: relative;
  padding-left: 32px;
  min-height: 24px;
}
.p-form-checkbox .wpcf7-list-item-label::before, .p-form-checkbox .wpcf7-list-item-label::after {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.p-form-checkbox .wpcf7-list-item-label::before {
  width: 24px;
  height: 24px;
  border: 1px solid #1391E6;
  -webkit-transition: background-color 0.3s;
  transition: background-color 0.3s;
}
.p-form-checkbox .wpcf7-list-item-label::after {
  width: 18px;
  height: 18px;
  left: 3px;
  background: url(../img/icon_check.png) no-repeat center center/contain;
  opacity: 0;
  -webkit-transition: opacity 0.1s;
  transition: opacity 0.1s;
}

.p-form-select {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  display: block;
  padding-block: 11px;
  padding-inline: 15px;
  width: 100%;
  font-size: 16px;
  border-radius: 4px;
  border: 1px solid transparent;
  background-color: #F6F6F6;
  background-image: url(../img/icon_select-arrow.png);
  background-repeat: no-repeat;
  background-position: center right 16px;
  background-size: 20px 20px;
  cursor: pointer;
  -webkit-transition: border-color 0.3s;
  transition: border-color 0.3s;
}
.p-form-select:hover, .p-form-select:focus {
  border-color: #1391E6;
}

.p-form-date {
  position: relative;
  display: block;
  padding-block: 10px;
  padding-inline: 15px;
  width: 100%;
  font-size: 16px;
  border-radius: 4px;
  border: 1px solid transparent;
  background-color: #F6F6F6;
  -webkit-transition: border-color 0.3s;
  transition: border-color 0.3s;
}
.p-form-textarea {
  display: block;
  padding-block: 12px;
  padding-inline: 16px;
  width: 100%;
  font-size: 16px;
  border-radius: 4px;
  border: 1px solid transparent;
  background-color: #F6F6F6;
  -webkit-transition: border-color 0.3s;
  transition: border-color 0.3s;
  resize: vertical;
}
@media screen and (max-width: 991px) {
  .p-form-textarea {
    max-height: 160px;
  }
}
.p-form-textarea:hover, .p-form-textarea:focus {
  border-color: #1391E6;
}

.p-reservation__container {
  display: grid;
  gap: 150px;
  margin-inline: auto;
  padding-block: 80px 160px;
  width: min(100% - 80px, 728px);
}
@media screen and (max-width: 991px) {
  .p-reservation__container {
    gap: 100px;
    padding-block: 60px 100px;
    width: min(100% - 40px, 640px);
  }
}

.p-reservation__top {
  display: grid;
  gap: 42px;
}

.p-reservation-about__content {
  display: grid;
  gap: 24px;
}

.p-reservation-about__heading {
  font-size: 28px;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.08em;
}
@media screen and (max-width: 991px) {
  .p-reservation-about__heading {
    font-size: 20px;
  }
}

.p-reservation-about__tel {
  display: grid;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  text-align: center;
}

.p-reservation-about__hour {
  color: #1391E6;
  font-size: 12px;
  line-height: 1.5;
}

.p-thanks__container {
  margin-inline: auto;
  padding-block: 80px 160px;
  width: min(100% - 80px, 728px);
}
@media screen and (max-width: 991px) {
  .p-thanks__container {
    padding-block: 60px 100px;
    width: min(100% - 40px, 640px);
  }
}

.u-text-color--accent {
  color: #EE5A6D;
}

.u-show--br-sp {
  display: none;
}
@media screen and (max-width: 991px) {
  .u-show--br-sp {
    display: inline-block;
  }
}