@charset "UTF-8";

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

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

body {
  color: #393939;
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.7;
}

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

a {
  color: inherit;
}

.l-inner {
  height: inherit;
  margin-inline: auto;
  max-width: 100%;
  padding-inline-end: 30px;
  padding-inline-start: 30px;
  width: 1060px;
}

.l-header {
  background: #FFFFFF;
  box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16);
  height: 80px;
}

.l-header__inner {
  align-items: center;
  display: flex;
  height: 100%;
  margin-inline: auto;
  padding-inline: 40px;
  width: 100%;
}

.l-header__right {
  align-items: center;
  display: flex;
  margin-left: auto;
}

.l-header__tel {
  margin-inline-start: 32px;
}

.l-footer {
  background: #DFF1FD;
  padding-block-start: 63px;
  position: relative;
}

.l-footer__info {
  background: #FFFFFF;
  border-radius: 8px;
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.l-footer__nav {
  margin-block-start: 43px;
}

.l-footer__copyright {
  align-items: center;
  background: #1391E6;
  display: flex;
  height: 55px;
  justify-content: center;
  margin-block-start: 56px;
}

.l-section {
  margin-block: 120px;
}

.l-deco-vector {
  overflow: hidden;
}

.l-deco-vector__top {
  height: 15.859375vw;
  position: relative;
  width: 100%;
}

.l-deco-vector__top::before {
  background: url("../img/bg-top-pc.svg") no-repeat top center/cover;
  content: "";
  height: inherit;
  left: 50%;
  position: absolute;
  top: 0;
  transform: translateX(-50%);
  width: inherit;
}

.l-deco-vector__bg {
  background: #DFF1FD;
  padding-block-end: 85px;
}

.l-deco-vector__bottom {
  height: 7.578125vw;
  position: relative;
  width: 100%;
}

.l-deco-vector__bottom::after {
  background: url("../img/bg-bottom-pc.svg") no-repeat center bottom/cover;
  bottom: 2px;
  content: "";
  height: inherit;
  left: 50%;
  position: absolute;
  transform: translateX(-50%);
  width: inherit;
}

.l-deco-vector__bottom2 {
  position: relative;
}

.l-deco-vector__bottom2::before {
  background: url("../img/deco-star-l.webp") no-repeat center bottom/contain;
  bottom: 7.578125vw;
  content: "";
  height: 58px;
  left: 42px;
  position: absolute;
  width: 58px;
}

.l-deco-vector__bottom2::after {
  background: url("../img/deco-star-r.webp") no-repeat center bottom/contain;
  bottom: 7.578125vw;
  content: "";
  height: 138px;
  position: absolute;
  right: 20px;
  width: 125px;
}

.l-top__info {
  margin-block-start: -25px;
  padding: 0 40px;
  position: relative;
  z-index: 2;
}

.l-top__concept {
  margin-block-start: 60px;
}

.l-lower {
  margin-block: 80px 150px;
}

.p-breadcrumb {
    overflow-x: auto;
    font-size: 12px;
    line-height: 1.5;
    white-space: nowrap;
}

.l-breadcrumb {
    display: flex;
    align-items: center;
    gap: 7px;
    width: 90.625%;
    max-width: 1920px;
    padding-inline: 30px;
    margin: 12px auto 0;
}


.l-breadcrumb::-webkit-scrollbar {
  display: none;
}

.l-lower-medical__items1 {
  margin-block-start: 143px;
}

.l-lower-medical__items2 {
  margin-block-start: 160px;
}

.l-blog__content {
  display: grid;
  gap: 3%;
  grid-template-columns: 1fr 300px;
}

.c-btn-tel {
  align-items: center;
  color: #1391E6;
  display: flex;
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-size: 32px;
  font-weight: 700;
  gap: 4px;
  letter-spacing: -0.64px;
  line-height: 130%;
  /* 41.6px */
  text-align: center;
  width: -moz-fit-content;
  width: fit-content;
}

.c-btn-drawer {
  height: 18px;
  margin-left: auto;
  position: relative;
  width: 28px;
  z-index: 11;
}

.c-btn-drawer.is-open .c-btn-drawer__bar:nth-child(1) {
  background: #FFFFFF;
  rotate: 45deg;
  top: 50%;
  translate: 0 -50%;
}

.c-btn-drawer.is-open .c-btn-drawer__bar:nth-child(2) {
  opacity: 0;
}

.c-btn-drawer.is-open .c-btn-drawer__bar:nth-child(3) {
  background: #FFFFFF;
  bottom: 50%;
  rotate: -45deg;
  translate: 0 50%;
}

.c-btn-drawer__bar {
  background: #1391E6;
  border-radius: 1px;
  height: 3px;
  position: absolute;
  transition: all 0.3s ease;
  width: 27px;
}

.c-btn-drawer__bar:nth-child(1) {
  left: 0;
  top: 0;
}

.c-btn-drawer__bar:nth-child(2) {
  left: 0;
  top: 50%;
  translate: 0 -50%;
}

.c-btn-drawer__bar:nth-child(3) {
  bottom: 0;
  left: 0;
}

.c-btn-footer {
  align-items: center;
  background: #FFFFFF;
  border: 1px solid #1391E6;
  border-radius: 30px;
  color: #1391E6;
  display: block;
  display: flex;
  font-size: 16px;
  gap: 6px;
  height: 56px;
  justify-content: center;
  padding: 8px 6px;
  transition: all 0.3s ease;
  width: 220px;
}

.c-btn-footer svg {
  height: 24px;
  transition: fill 0.3s ease;
  width: 24px;
}

.c-btn-footer:hover {
  background: #1391E6;
  color: #FFFFFF;
}

.c-btn-footer:hover svg {
  fill: #FFFFFF;
}

.c-btn-footer--blue {
  background: #1391E6;
  color: #FFFFFF;
}

.c-btn-footer--blue:hover {
  background: #0060A0;
  color: #FFFFFF;
}

.c-btn-arrowBlue {
  display: block;
  padding-inline-start: 12px;
  position: relative;
}

.c-btn-arrowBlue::before {
  background: url("../img/c-btn-arrow.svg") no-repeat center center/cover;
  content: "";
  height: 12px;
  left: 0;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 6px;
}

.c-btn-cta-web {
  align-items: center;
  background: #1391E6;
  border-radius: 8px;
  color: #FFFFFF;
  display: block;
  display: flex;
  gap: 10px;
  height: 47px;
  justify-content: center;
  padding: 5px 15px;
  width: 157px;
}

.c-btn-cta-web svg {
  height: 28px;
  width: 46px;
}

.c-btn-cta-web__text {
  display: flex;
  flex-direction: column;
  font-size: 12px;
  font-weight: 700;
  gap: 3px;
  justify-content: center;
  line-height: 100%;
  /* 12px */
  text-align: center;
}

.c-btn-cta-web__text--bold {
  font-size: 16px;
}

.c-section-title {
  align-items: center;
  display: inline-flex;
  font-size: 28px;
  font-weight: 700;
  gap: 28px;
  letter-spacing: 2.24px;
  line-height: 150%;
  /* 42px */
}

.c-section-title::before {
  background: url("../img/title-deco.svg") no-repeat center center/cover;
  content: "";
  height: 20px;
  width: 67px;
}

.c-section-title::after {
  background: url("../img/title-deco.svg") no-repeat center center/cover;
  content: "";
  height: 20px;
  width: 67px;
}

.c-btn {
  background: #FFFFFF;
  border: 1px solid #1391E6;
  border-radius: 24px;
  color: #1391E6;
  line-height: 1.5;
  padding: 10px 45px;
  position: relative;
  transition: all 0.3s ease;
}

.c-btn::after {
  background: url("../img/btn-arrow.svg") no-repeat center center/cover;
  content: "";
  height: 12px;
  position: absolute;
  right: 12px;
  top: 50%;
  transform: translateY(-50%);
  transition: all 0.3s ease;
  width: 12px;
}

.c-btn:hover {
  background: #1391E6;
  color: #FFFFFF;
}

.c-btn:hover::after {
  background: url("../img/btn-arrow-white.svg") no-repeat center center/cover;
  right: 5px;
}

.c-btn-contact {
  align-items: center;
  background: #FFFFFF;
  border: 1px solid #1391E6;
  border-radius: 28px;
  color: #1391E6;
  display: flex;
  font-size: 16px;
  height: 56px;
  justify-content: center;
  letter-spacing: 1.28px;
  margin-inline: auto;
  transition: all 0.3s ease;
  width: 360px;
}

.c-btn-contact:hover {
  background: #1391E6;
  color: #FFFFFF;
  cursor: pointer;
}

.c-sidebar-heading {
  align-items: center;
  border-bottom: 1px solid var(--color-contrast, #393939);
  display: flex;
  font-size: 16px;
  font-weight: 700;
  gap: 10px;
  line-height: 1.5;
  padding-bottom: 7px;
}

.c-heading-underline {
  border-bottom: 1px solid var(--color-contrast, #393939);
  font-size: 16px;
  line-height: 1.5;
  padding-bottom: 6px;
}

.p-header-nav {
  display: flex;
  -moz-column-gap: 24px;
  align-items: center;
  column-gap: 24px;
  height: inherit;
}

.p-header-nav__item {
  color: #393939;
  font-family: "Rounded Mplus 1c Bold";
  text-align: center;
}

.p-header-nav__link {
  align-items: center;
  display: flex;
  flex-direction: column;
  font-size: 11px;
  font-weight: 700;
  justify-content: center;
  line-height: 150%;
  /* 16.5px */
  position: relative;
  transition: all 0.3s ease;
}

.p-header-nav__link span {
  font-size: 11px;
  font-weight: 700;
  margin-top: 7px;
}

.p-header-nav__link svg {
  height: 24px;
  width: 24px;
}

.p-header-nav__link::after {
  background-color: #1391E6;
  bottom: -6px;
  content: "";
  height: 2px;
  left: 50%;
  position: absolute;
  transform: translateX(-50%);
  transition: all 0.3s ease;
  width: 0;
}

.p-header-nav__link:hover {
  color: #1391E6;
}

.p-header-nav__link:hover::after {
  width: 20px;
}

.p-header-tel {
  text-align: right;
}

.p-header-tel__text {
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-size: 12px;
  line-height: 150%;
  /* 18px */
}

.p-header-tel__number {
  margin-block-start: 1px;
}

.p-drawerMenu {
  background: #0060a0;
  height: 100dvh;
  left: 0;
  /* 初期状態は非表示（高さは確保したまま） */
  opacity: 0;
  position: fixed;
  right: 0;
  top: 0;
  transition: opacity 0.3s ease;
  visibility: hidden;
  width: 100vw;
  z-index: 10;
}

.p-drawerMenu.is-open {
  opacity: 1;
  transition: opacity 0.3s ease;
  visibility: visible;
}

.p-drawerMenu__header {
  align-items: center;
  display: flex;
  height: 80px;
  padding-inline: 40px;
}

.p-drawerMenu__scroll {
  align-items: center;
  display: flex;
  flex-direction: column;
  height: calc(100dvh - 80px);
  justify-content: center;
}

.p-drawerMenu__content {
  margin: auto;
  max-width: 255px;
  padding-block: 40px;
  width: 100%;
}

.p-drawerMenu__link {
  border-top: 1px dashed var(--color-base, #FFF);
  color: #FFFFFF;
  display: block;
  display: flex;
  gap: 14px;
  padding-block: 15px;
  position: relative;
}

.p-drawerMenu__link::after {
  background: url("../img/drawer-icon-right.svg") no-repeat center center/cover;
  content: "";
  height: 14px;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 14px;
}

.p-drawerMenu__link:nth-child(6) {
  border-bottom: 1px dashed var(--color-base, #FFF);
}

.p-copyright__text {
  color: #FFFFFF;
}

.p-footer-info {
  align-items: center;
  max-width: 1000px;
  padding: 32px 10px 20px;
  width: 100%;
}

.p-footer-info__left {
  align-items: center;
  display: flex;
  flex-direction: column;
  max-width: 478px;
  row-gap: 18px;
  text-align: center;
  width: 100%;
}

.p-footer-info__logo {
  align-items: center;
  display: flex;
  flex-direction: column;
  gap: 7px;
}

.p-footer-info__img {
  width: 405px;
}

.p-footer-info__img img {
  height: auto;
  width: 100%;
}

.p-footer-info__address {
  display: flex;
  gap: 14px;
}

.p-footer-info__tel {
  align-items: center;
  color: #1391E6;
  display: flex;
  font-size: 32px;
  font-weight: 700;
  gap: 4px;
  letter-spacing: -0.64px;
  line-height: 130%;
  /* 41.6px */
}

.p-footer-info__time {
  color: #1391E6;
  font-size: 12px;
  text-align: center;
}

.p-footer-info__btn-wrap {
  display: flex;
  -moz-column-gap: 19px;
  column-gap: 19px;
  max-width: 478px;
  padding-inline-start: 10px;
  width: 100%;
}

.p-footer-info__map {
  max-width: 385px;
  width: 100%;
}

.p-footer-info__map-frame iframe {
  aspect-ratio: 1/1;
  height: auto;
  width: 100%;
}

.p-footer__wave {
  height: 32px;
  position: relative;
}

.p-footer__wave::before {
  background: url(../img/footer-wave.svg);
  background-position: 19% center;
  background-repeat: repeat-x;
  background-size: 84px 32px;
  content: "";
  height: inherit;
  left: 0;
  position: absolute;
  top: 8px;
  width: 100%;
}

.p-footer-nav {
  display: flex;
  gap: 40px;
  justify-content: center;
}

.p-footer-nav__item {
  font-size: 16px;
  font-weight: 700;
  line-height: 150%;
  /* 24px */
}

.p-footer-nav__subitem {
  margin-block-start: 16px;
}

.p-footer-subNav {
  display: flex;
  flex-direction: column;
  gap: 19px;
}

.p-footer-subNav__box {
  display: flex;
  gap: 20px;
}

.p-footer-subNav__item {
  font-size: 16px;
  font-weight: 500;
  line-height: 150%;
  /* 24px */
}

.p-footer-subNav__item a:hover {
  opacity: 0.7;
}

.p-footer-cta {
  display: none;
}

.p-footer-tel {
  align-items: center;
  color: #1391E6;
  display: flex;
  font-size: 20px;
  font-weight: 700;
  gap: 4px;
  line-height: 130%;
  /* 26px */
}

.p-footer-tel img {
  height: 18px;
  width: 18px;
}

.p-footer-cta__time {
  font-size: 10px;
  font-weight: 500;
  line-height: 150%;
  /* 15px */
  text-align: center;
}

.p-reserve {
  align-items: center;
  background: #1391E6;
  border-radius: 20px 0 0 20px;
  display: flex;
  flex-direction: column;
  gap: 11px;
  height: 120px;
  justify-content: center;
  position: fixed;
  right: 0;
  top: 170px;
  transition: all 0.3s ease;
  width: 92px;
  z-index: 40;
}

.p-reserve svg {
  height: 32px;
  width: 52px;
}

.p-reserve:hover {
  background: #0060A0;
}

.p-reserve__text {
  color: #FFFFFF;
  display: flex;
  flex-direction: column;
  font-size: 14px;
  font-weight: 700;
  line-height: 130%;
  /* 18.2px */
  text-align: center;
  text-align: center;
}

.p-blog__contents {
  display: flex;
  flex-direction: column;
  gap: 60px;
}

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

.p-blog__lists {
  display: grid;
  gap: 60px 50px;
  grid-template-columns: repeat(3, 1fr);
}

.p-blog-card {
  background: #FFFFFF;
  border-radius: 20px;
  box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16);
  overflow: hidden;
  transition: all 0.5s ease;
}

.p-blog-card:hover {
  color: #1391E6;
}

.p-blog-card:hover .p-blog-card__img img {
  transform: scale(1.1);
}

.p-blog-card__img {
  aspect-ratio: 300/188;
  overflow: hidden;
  position: relative;
  width: 100%;
}

.p-blog-card__img img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  display: block;
  object-position: center;
  transition: transform 0.5s ease;
}

.p-blog-card__body {
  display: flex;
  flex-direction: column;
  gap: 7px;
  margin-block-start: -14px;
  padding: 0 24px 12px;
  position: relative;
}

.p-blog-card__category {
  background: #1391E6;
  border-radius: 999px;
  color: #FFFFFF;
  font-size: 11px;
  line-height: 150%;
  padding: 6px 12px;
  width: -moz-fit-content;
  width: fit-content;
}

.p-blog-card__title {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  /* ← 2行でカット */
  -webkit-box-orient: vertical;
  font-size: 16px;
  line-height: 150%;
  min-height: 72px;
  overflow: hidden;
}

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

.p-blog__btn {
  margin-block-start: 10px;
  text-align: center;
}

.p-medical__contents {
  display: flex;
  flex-direction: column;
  gap: 60px;
}

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

.p-medical__items {
  display: flex;
  gap: 80px;
  justify-content: center;
}

.p-medical__textWrap {
  background: #FFFFFF;
  padding: 35px 40px;
}

.p-medical__text--red {
  color: #EE5A6D;
}

.p-medical-link {
  border-radius: 20px;
  display: block;
  height: 290px;
  overflow: hidden;
  position: relative;
  width: 100%;
}

.p-medical-link::before {
  background: url("../img/medical-bg1.webp") no-repeat center center/cover;
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  transition: transform 0.4s ease;
  width: 100%;
}

.p-medical-link:nth-child(2)::before {
  background: url("../img/medical-bg2.webp") no-repeat center center/cover;
}

.p-medical-link::after {
  background: rgba(0, 0, 0, 0.2);
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}

.p-medical-link:hover::before {
  transform: scale(1.1);
}

.p-medical-link:hover .p-medical-link__line {
  opacity: 1;
  transform: scale(1);
}

.p-medical-link:hover::after {
  background: rgba(0, 0, 0, 0.4);
}

.p-medical-link__line {
  border: 2px solid #FFFFFF;
  border-radius: 20px;
  height: calc(100% - 20px);
  margin: 10px;
  /* 最初は非表示状態 */
  opacity: 0;
  position: absolute;
  transform: scale(0.95);
  transition: opacity 0.4s ease, transform 0.4s ease;
  width: calc(100% - 20px);
  z-index: 1;
}

.p-medical-link__wrap {
  position: absolute;
  text-align: center;
  top: 50%;
  transform: translateY(-50%);
  width: 100%;
  z-index: 2;
}

.p-medical-link__title {
  color: #FFFFFF;
  font-size: 28px;
  font-weight: 700;
  letter-spacing: 2.24px;
  padding-block-end: 20px;
  position: relative;
  z-index: 1;
}

.p-medical-link__title::after {
  background: #FFFFFF;
  border-radius: 30px;
  bottom: 0px;
  content: "";
  height: 2px;
  left: 50%;
  position: absolute;
  transform: translateX(-50%);
  width: 40px;
}

.p-medical-link__text {
  color: #FFFFFF;
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 1.28px;
  margin-block-start: 20px;
  position: relative;
  z-index: 1;
}

.p-top-recommend__contents {
  display: flex;
  flex-direction: column;
  gap: 60px;
}

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

.p-top-recommend__items {
  display: flex;
  gap: 65px;
  justify-content: center;
}

.p-top-recommend__item {
  flex: 1;
}

.p-recommend-item {
  text-align: center;
}

.p-recommend-item__title {
  margin-inline: auto;
  width: 182px;
}

.p-recommend-item__img {
  margin-block-start: 15px;
  width: 290px;
}

.p-recommend-item__text {
  margin-block-start: 22px;
  text-align: left;
}

.p-recommend-item__text--red {
  color: #EE5A6D;
}

.p-feature {
  position: relative;
}

.p-feature.is-deco {
  overflow: hidden;
  padding-block-end: 108px;
  padding-block-start: 180px;
}

.p-feature.is-deco::before {
  background: url("../img/concept-bg.svg") no-repeat center/contain;
  content: "";
  height: 726px;
  left: 35.5%;
  overflow: hidden;
  position: absolute;
  top: 0;
  width: 102.34%;
  z-index: 1;
}

.is-reverse .p-feature__wrap {
  flex-direction: row-reverse;
}

.p-feature__wrap {
  align-items: center;
  display: flex;
  gap: 7.265625%;
  position: relative;
  z-index: 2;
}

.p-feature__img {
  border-radius: 0 20px 20px 0;
  max-height: 438px;
  overflow: hidden;
  width: 50%;
}

.p-feature.is-reverse .p-feature__img {
  border-radius: 20px 0 0 20px;
}

.p-feature__img img {
  width: 100%;
  height: 100%;
}

.p-feature__description {
  display: flex;
  flex-direction: column;
  gap: 39px;
  margin-block-start: -12px;
  width: 31.8%;
}

.p-feature__hgroup {
  display: flex;
  flex-direction: column;
  gap: 24px;
}

.p-feature__text:nth-child(2) {
  margin-block-start: 24px;
}

.p-feature__subTitle {
  color: #1391E6;
  font-weight: 700;
  letter-spacing: 1.4px;
  text-transform: uppercase;
}

.p-feature__title {
  font-size: 28px;
  font-weight: 700;
  letter-spacing: 2.24px;
  line-height: 150%;
}

.p-feature__btn {
  margin-block-start: 6px;
}

.p-time-table {
  background: #FFFFFF;
  border-radius: 12px;
  box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16);
  max-width: 477px;
}

.p-top-info {
  align-items: center;
  display: flex;
  gap: 60px;
  justify-content: center;
}

.p-top-info__news {
  display: flex;
  flex-direction: column;
  max-width: 542px;
}

.p-top-news {
  width: 100%;
}

.p-top-news__titleWrap {
  align-items: center;
  display: flex;
  justify-content: space-between;
}

.p-top-news__head {
  align-items: center;
  display: flex;
  gap: 16px;
  padding-inline-start: 12px;
}

.p-top-news__title {
  font-size: 20px;
  font-weight: 700;
  letter-spacing: 2px;
}

.p-top-news__subTitle {
  color: #1391E6;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 1.2px;
  text-transform: uppercase;
}

.p-top-news__detail {
  color: #888;
  font-size: 12px;
  text-decoration-line: underline;
}

.p-top-news__archive {
  align-items: center;
  border-bottom: 1px solid #393939;
  border-top: 1px solid #393939;
  display: flex;
  gap: 23px;
  margin-block-start: 1px;
  padding-block: 9px;
  position: relative;
  transition: all 0.3s ease;
}

.p-top-news__archive:hover {
  color: #1391E6;
}

.p-top-news__archive:hover .p-top-news__text::after {
  background: url("../img/news-arrow-blue.svg") no-repeat center center/cover;
  right: 0;
}

.p-top-news__time {
  font-size: 12px;
  padding-inline-start: 7px;
}

.p-top-news__text {
  padding-inline-end: 32px;
  position: relative;
  width: calc(100% - 83px);
}

.p-top-news__text::after {
  background: url("../img/news-arrow.svg") no-repeat center center/cover;
  content: "";
  height: 14px;
  position: absolute;
  right: 7px;
  top: 50%;
  transform: translateY(-50%);
  transition: all 0.3s ease;
  width: 14px;
}

.p-top-news__text:hover::after {
  background: url("../img/news-arrow-blue.svg") no-repeat center center/cover;
  right: 0;
}

.p-swiper {
  margin-block-start: 40px;
  margin-inline: auto;
  max-width: 1920px;
  position: relative;
  width: 90.625%;
}

.p-swiper-slide,
.swiper-slide {
  width: 100%;
}

.p-swiper-container {
  width: 100%;
}

.p-swiper_img {
  border-radius: 20px;
  display: block;
  overflow: hidden;
  width: 100%;
}

.p-swiper_img::after {
  background: rgba(0, 0, 0, 0.1);
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}

.p-swiper__imageText {
  bottom: 55px;
  left: 62px;
  position: absolute;
  width: 414px;
  z-index: 11;
}

.p-swiper-pagination {
  bottom: 15px !important;
  display: flex;
  flex-direction: column;
  gap: 10px;
  left: 4px !important;
  position: absolute;
}

.p-swiper-button-prev {
  background: url("../img/arrow-left.webp") no-repeat center center/cover;
  cursor: pointer;
  height: 60px;
  left: -31px;
  position: absolute;
  top: 45%;
  width: 60px;
  z-index: 5;
}

.p-swiper-button-next {
  background: url("../img/arrow-right.webp") no-repeat center center/cover;
  cursor: pointer;
  height: 60px;
  position: absolute;
  right: -31px;
  top: 45%;
  width: 60px;
  z-index: 5;
}

.p-about-feature__titleWrap {
  text-align: center;
}

.p-about-feature__items {
  display: flex;
  flex-direction: column;
  gap: 120px;
  margin-block-start: 60px;
}

.p-about-gallery {
  margin-block-start: 120px;
}

.p-about-gallery__titleWrap {
  margin-block-start: 60px;
  text-align: center;
}

.p-about-gallery__photos {
  display: grid;
  gap: 24px;
  grid-template-columns: repeat(3, 1fr);
  margin-block-start: 60px;
}

.p-about-gallery__photo {
  width: 100%;
}

.p-about-gallery__image {
  display: block;
  height: auto;
  width: 100%;
}

.p-lower-top {
  border-radius: 12px;
  height: 340px;
  margin-block-start: 40px;
  margin-inline: auto;
  max-width: 1920px;
  overflow: hidden;
  position: relative;
  width: 90.625%;
}

.p-lower-top::before {
  background: rgba(0, 0, 0, 0.2);
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}

.p-lower-top--about {
  background: url("../img/page-about_top.webp") no-repeat center center/cover;
}

.p-lower-top--medical {
  background: url("../img/page-medical_top.webp") no-repeat center center/cover;
}

.p-lower-top--blog {
  background: url("../img/page-archive_top.webp") no-repeat center center/cover;
}

.p-lower-top--news {
  background: url("../img/page-archive_top.webp") no-repeat center center/cover;
}

.p-lower-top--staff {
  background: url("../img/page-staff_top.webp") no-repeat center center/cover;
}

.p-lower-top--contact {
  background: url("../img/page-contact_top.webp") no-repeat center center/cover;
}

.p-lower-top__titleWrap {
  position: absolute;
  text-align: center;
  top: 50%;
  transform: translateY(-50%);
  width: 100%;
  z-index: 2;
}

.p-lower-top__title {
  color: #FFFFFF;
  font-size: 32px;
  font-weight: 700;
  letter-spacing: 3.2px;
}

.p-lower-top__Subtitle {
  color: #FFFFFF;
  font-weight: 700;
  letter-spacing: 1.4px;
  margin-block-start: 17px;
}

.p-breadcrumb__item {
  font-size: 12px;
}

.p-breadcrumb__link {
  color: #888;
}

.p-medical-main__wrap:nth-child(2) {
  margin-block-start: 60px;
}

.p-medical-main__items {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  margin-block-start: 21px;
}

.p-medical-main__item {
  margin-block-end: 20px;
  margin-inline-end: 16px;
}

.p-medical-main__item:last-child {
  margin-inline-end: 0;
}

.p-medical-anchor {
  align-items: center;
  display: flex;
  gap: 24px;
}

.p-medical-anchor__title {
  font-size: 28px;
  font-weight: 700;
  letter-spacing: 2.24px;
}

.p-medical-anchor__subTitle {
  border-radius: 24px;
  color: #FFFFFF;
  font-weight: 700;
  letter-spacing: 1.12px;
  padding: 5px 12px;
}

.p-medical-anchor__subTitle--blue {
  background: #1391E6;
}

.p-medical-anchor__subTitle--red {
  background: #EE5A6D;
}

.p-medical-item {
  background: #FFFFFF;
  border: 2px solid #1391E6;
  border-radius: 12px;
  display: inline-block;
  position: relative;
  transition: all 0.3s ease;
}

.p-medical-item::after {
  background: url(../img/arrow-bottom.svg) no-repeat center center/cover;
  bottom: -14px;
  content: "";
  height: 20px;
  left: 50%;
  opacity: 0;
  pointer-events: none;
  position: absolute;
  transform: translateX(-50%) translateY(0);
  transition: all 0.4s ease;
  width: 20px;
}

.p-medical-item:hover {
  background: var(--color-main-light, #DFF1FD);
}

.p-medical-item:hover::after {
  opacity: 1;
  transform: translateX(-50%) translateY(-22px);
}

.p-medical-item__btn {
  color: #1391E6;
  display: block;
  font-size: 24px;
  font-weight: 700;
  letter-spacing: 1.92px;
  padding: 15px 29px;
  transition: all 0.4s ease;
}

.p-medical-item:hover .p-medical-item__btn {
  transform: translateY(-13px);
}

.p-lower-medical__titleWrap {
  text-align: center;
}

.p-lower-medical__items {
  display: flex;
  flex-direction: column;
  gap: 40px;
  margin-block-start: 60px;
}

.p-lower-medical-item {
  background: #FFFFFF;
  border-radius: 20px;
  padding: 60px;
  position: relative;
}

.p-lower-medical-item__titleWrap {
  align-items: center;
  border-bottom: 1px solid #888;
  display: flex;
  gap: 40px;
  padding-block-end: 28px;
}

.p-lower-medical-item__title {
  font-size: 28px;
  font-weight: 700;
  letter-spacing: 2.24px;
}

.p-lower-medical-item__subTitle {
  color: #1391E6;
  font-weight: 700;
  letter-spacing: 1.12px;
}

.p-lower-medical-item__content {
  display: flex;
  justify-content: space-between;
  margin-block-start: 37px;
}

.p-lower-medical-item__textWrap {
  width: 47.727272%;
}

.p-lower-medical-item__text:nth-child(2) {
  margin-block-start: 24px;
}

.p-lower-medical-item__imgWrap {
  width: 47.727272%;
}

.p-lower-medical-item__tag--pc {
  position: absolute;
  right: 60px;
  top: 0;
}

.p-lower-medical-item__tag--sp {
  display: none;
}

.p-archive {
  display: flex;
  flex-direction: column;
  gap: 100px;
}

.p-archive__lists {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.p-archive-card {
  align-items: center;
  display: flex;
  justify-content: space-between;
  transition: all 0.5s ease;
}

.p-archive-card:hover {
  color: #1391E6;
}

.p-archive-card:hover .p-archive-card__img img {
  transform: scale(1.1);
}

.p-archive-card__img {
  aspect-ratio: 264/153;
  height: 100%;
  overflow: hidden;
  width: 39.402985075%;
}

.p-archive-card__img img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  display: block;
  object-position: center;
  transition: transform 0.5s ease;
}

.p-archive-card__body {
  display: flex;
  flex-direction: column;
  gap: 14px;
  width: 57.611940299%;
}

.p-archive-card__category {
  background: #1391E6;
  border-radius: 999px;
  color: #FFFFFF;
  font-size: 11px;
  line-height: 150%;
  padding: 6px 12px;
  width: -moz-fit-content;
  width: fit-content;
}

.p-archive-card__title {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  font-size: 16px;
  line-height: 150%;
  min-height: 48px;
  overflow: hidden;
}

.p-archive-card__date {
  color: #888;
  font-size: 11px;
  line-height: 150%;
}

.p-archive__pagination {
  display: flex;
  justify-content: center;
}

.p-sidebar {
  display: flex;
  flex-direction: column;
  gap: 60px;
}

.p-sidebar-clinic {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.p-sidebar-clinic__body {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

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

.p-sidebar-clinic__btn {
  color: #1391E6;
  line-height: 1.5;
  position: relative;
}

.p-sidebar-clinic__btn::after {
  background: url(../img/sidebar-arrow.svg) no-repeat center center/cover;
  content: "";
  height: 18px;
  position: absolute;
  top: 50%;
  translate: 0 -50%;
  width: 18px;
}

.p-sidebar-article {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.p-sidebar-article__lists {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.p-sidebar-card {
  align-items: center;
  display: flex;
  justify-content: space-between;
  transition: all 0.5s ease;
}

.p-sidebar-card:hover {
  color: #1391E6;
}

.p-sidebar-card:hover .p-sidebar-card__img img {
  transform: scale(1.1);
}

.p-sidebar-card__img {
  aspect-ratio: 120/90;
  height: 100%;
  overflow: hidden;
  width: 40%;
}

.p-sidebar-card__img img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  display: block;
  object-position: center;
  transition: transform 0.5s ease;
}

.p-sidebar-card__body {
  display: flex;
  flex-direction: column;
  gap: 6px;
  width: 56.66666666%;
}

.p-sidebar-card__category {
  background: #1391E6;
  border-radius: 999px;
  color: #FFFFFF;
  font-size: 10px;
  line-height: 150%;
  padding: 2px 8px;
  width: -moz-fit-content;
  width: fit-content;
}

.p-sidebar-card__title {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  /* ← 2行でカット */
  -webkit-box-orient: vertical;
  font-size: 14px;
  line-height: 150%;
  min-height: 42px;
  overflow: hidden;
}

.p-sidebar-card__date {
  color: #888;
  font-size: 11px;
  line-height: 150%;
}

.p-sidebar-category {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.p-sidebar-category__lists {
  display: flex;
  flex-direction: column;
  gap: 8px;
  padding-inline-start: 20px;
  position: relative;
}

.p-sidebar-category_list {
  display: block;
  font-size: 16px;
  padding-inline-start: 12px;
  position: relative;
}

.p-sidebar-category_list::before {
  background: url(../img/icon-arrow-blue.svg) no-repeat center center/cover;
  content: "";
  height: 12px;
  left: 0;
  position: absolute;
  top: 50%;
  translate: 0 -50%;
  width: 6px;
}

.p-pagination__inner {
  display: flex;
  gap: 10px;
}

.p-pagination__num {
  align-items: center;
  border: 1px solid #1391E6;
  border-radius: 4px;
  color: #1391E6;
  display: flex;
  flex-direction: column;
  font-size: 14px;
  height: 36px;
  justify-content: center;
  width: 36px;
}

.p-pagination__num.current {
  background: #1391E6;
  color: #FFFFFF;
}

.p-pagination__next {
  align-items: center;
  background-color: #1391E6;
  background-image: url(../img/next-icon.svg);
  background-position: right 15px center;
  background-repeat: no-repeat;
  border-radius: 4px;
  color: #FFFFFF;
  display: flex;
  font-size: 14px;
  height: 36px;
  padding-block: 7px;
  padding-inline-start: 15px;
  width: 82px;
}

.p-pagination__prev {
  align-items: center;
  background-color: #1391E6;
  background-image: url(../img/prev-icon.svg);
  background-position: left 15px center;
  background-repeat: no-repeat;
  border-radius: 4px;
  color: #FFFFFF;
  display: flex;
  height: 36px;
  justify-content: flex-end;
  padding-block: 7px;
  padding-inline-end: 15px;
  width: 82px;
}

.p-entry__title {
  font-size: 28px;
  font-weight: 700;
  letter-spacing: 2.24px;
}

.p-entry__meta {
  align-items: center;
  display: flex;
  gap: 30px;
}

.p-entry__date {
  color: #1391E6;
  font-size: 16px;
  padding-inline-start: 20px;
  position: relative;
}

.p-entry__date::before {
  background: url(../img/entry-icon.svg) no-repeat center center/cover;
  content: "";
  height: 14px;
  left: 0;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 14px;
}

.p-entry__category {
  background: #1391E6;
  border-radius: 999px;
  color: #FFFFFF;
  font-size: 11px;
  padding: 6px 12px;
}

.p-entry__body {
  margin-block-start: 40px;
}

.p-entry__heading {
  color: #1391E6;
  font-weight: 700;
}

.p-entry__heading:not(:first-child) {
  margin-block-start: 28px;
}

.p-entry__text {
  margin-block-start: 14px;
}

.p-entry__link {
  margin-block-start: 72px;
}

.p-related-link {
  align-items: center;
  display: flex;
  gap: 10px;
  justify-content: center;
  /* ★子要素が2つの時だけ左に寄せる */
}

.p-related-link:has(> *:nth-child(2)):not(:has(> *:nth-child(3))) {
  transform: translateX(-67px);
}

.p-related-link__prev {
  align-items: center;
  background-color: #1391E6;
  background-image: url(../img/prev-icon.svg);
  background-position: left 14px center;
  background-repeat: no-repeat;
  border-radius: 4px;
  color: #FFFFFF;
  display: flex;
  height: 36px;
  padding-block: 7px;
  padding-inline-end: 14px;
  padding-inline-start: 40px;
  width: 124px;
}

.p-related-link__archive {
  align-items: center;
  border: 1px solid #1391E6;
  border-radius: 4px;
  color: #1391E6;
  display: flex;
  height: 36px;
  line-height: 1.5;
  padding: 0 14px;
}

.p-related-link__next {
  align-items: center;
  background-color: #1391E6;
  background-image: url(../img/next-icon.svg);
  background-position: right 14px center;
  background-repeat: no-repeat;
  border-radius: 4px;
  color: #FFFFFF;
  display: flex;
  height: 36px;
  padding-block: 7px;
  padding-inline-start: 14px;
  width: 124px;
}

.p-entry-content h2 {
  border-left: 6px solid #1391E6;
  color: #1391E6;
  font-size: 24px;
  letter-spacing: 1.92px;
  padding-inline-start: 16px;
}

.p-entry-content h2:not(:nth-of-type(1)) {
  margin-block-start: 24px;
}

.p-entry-content h3 {
  border-bottom: 1px solid var(--color-main, #1391E6);
  color: #1391E6;
  font-size: 20px;
  letter-spacing: 1.6px;
  margin-block-start: 22px;
  padding-block-end: 5px;
}

.p-entry-content h4 {
  color: #1391E6;
  font-size: 16px;
  letter-spacing: 1.28px;
  margin-block-start: 28px;
}

.p-entry-content ul {
  list-style-type: disc;
  margin-block-start: 14px;
  padding-left: 1.5em;
}

.p-entry-content ol {
  list-style-type: decimal;
  margin-block-start: 14px;
  padding-left: 1.5em;
}

.p-entry-content ul li {
  list-style: disc outside !important;
}

.p-entry-content ol li {
  list-style: decimal outside !important;
}

.p-entry-content a {
  color: #1391E6;
  text-decoration: underline;
}

.p-entry-content p {
  margin-block-start: 14px;
}

.p-lower-staff__titleWrap {
  text-align: center;
}

.p-lower-staff__contents {
  margin-block-start: 60px;
}

.p-contents-staff {
  display: grid;
  gap: 60px 8%;
  grid-template-columns: repeat(2, 1fr);
  grid-template-rows: auto;
}

.p-contents-staff__block1 {
  grid-column: 1/2;
  grid-row: 1/2;
}

.p-contents-staff__subTitle {
  font-size: 28px;
  font-weight: 700;
  letter-spacing: 2.24px;
  line-height: 1.5;
}

.p-contents-staff__textWrap {
  display: flex;
  flex-direction: column;
  gap: 14px;
  margin-block-start: 40px;
}

.text-right {
  text-align: right;
}

.p-contents-staff__img {
  border-radius: 20px;
  grid-column: 2/3;
  grid-row: 1/3;
  overflow: hidden;
}

.p-contents-staff__block2 {
  grid-column: 1/2;
  grid-row: 2/3;
}

.p-contents-staff__block2-group:nth-of-type(2) {
  margin-block-start: 30px;
}

.p-contents-staff__career {
  display: grid;
  gap: 14px;
  grid-template-columns: auto 1fr;
  margin-block-start: 14px;
}

.p-contents-staff__license {
  display: flex;
  flex-direction: column;
  gap: 14px;
  margin-block-start: 14px;
}

.p-staff-gallery {
  margin-block: 160px;
}

.p-staff-swiper-wrapper {
  transition-timing-function: linear !important;
  will-change: transform;
}

.p-staff-swiper-slide {
  width: clamp(200px, 23.8vw, 610px);
}

.p-staff-swiper-slide img {
  height: auto;
  max-width: 100%;
}

.p-staff-member__contents {
  display: flex;
  flex-direction: column;
  gap: 60px;
}

.p-staff-member__section {
  display: flex;
  flex-direction: column;
  gap: 40px;
  margin-inline: auto;
}

.p-staff-member__items {
  display: grid;
  gap: 60px 8%;
  grid-template-columns: repeat(3, 1fr);
}

.p-staffCard {
  display: flex;
  flex-direction: column;
  gap: 15px;
}

.p-staffCard__nameWrap {
  align-items: center;
  display: flex;
  gap: 12px;
  justify-content: center;
}

.p-staffCard__role {
  font-size: 12px;
  letter-spacing: 0.96px;
  line-height: 1.5;
}

.p-staffCard__name {
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 1.44px;
  line-height: 1.5;
}

.p-staffCard__info {
  display: grid;
  gap: 1px 0;
  grid-template-columns: repeat(2, 1fr);
  grid-template-rows: auto;
}

.p-staffCard__info dt {
  align-items: center;
  background: #DFF1FD;
  display: flex;
  line-height: 1.5;
  padding: 17px 20px;
}

.p-staffCard__info dd {
  align-items: center;
  display: flex;
  line-height: 1.5;
  padding: 17px 20px;
}

.p-lower-contact__text {
  margin-inline: auto;
  max-width: 728px;
}

.p-lower-contact__text--red {
  color: #EE5A6D;
}

.p-lower-contact__titleWrap {
  margin-block-start: 150px;
  text-align: center;
}

.p-contact {
  margin-block-start: 70px;
}

.p-contact__form {
  line-height: 1.5;
  margin-inline: auto;
  max-width: 728px;
}

.p-contact__row {
  align-items: center;
  border-top: 1px solid #C2C2C2;
  display: grid;
  font-size: 16px;
  gap: 140px;
  grid-template-columns: 100px 1fr;
  padding-bottom: 29px;
  padding-top: 28px;
}

.p-contact__row--last {
  border-bottom: 1px solid #C2C2C2;
}

.p-contact__head {
  white-space: nowrap;
}

.p-contact__head span.--must {
  display: inline-block;
  position: relative;
}

.p-contact__head span.--must::after {
  background: #EE5A6D;
  border-radius: 4px;
  color: #FFFFFF;
  content: "必須";
  display: inline-block;
  font-size: 12px;
  font-weight: 700;
  left: calc(100% + 16px);
  line-height: 1.5;
  padding: 3px 6px;
  position: absolute;
  top: calc(50% + 1px);
  translate: 0 -50%;
  white-space: nowrap;
}

/* -----------------------------
  ラジオボタン
----------------------------- */

.p-contact-radio .wpcf7-list-item-label {
  cursor: pointer;
  display: inline-block;
  padding-left: 32px;
  position: relative;
}

.p-contact-radio .wpcf7-list-item-label::before {
  background: #FFFFFF;
  border: 1px solid #1391E6;
  border-radius: 50%;
  content: "";
  height: 24px;
  left: 0;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 24px;
}

.p-contact-radio .wpcf7-list-item-label::after {
  background: #1391E6;
  border-radius: 50%;
  content: "";
  height: 12px;
  left: 6px;
  opacity: 0;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  transition: opacity 0.2s ease;
  width: 12px;
}

/* チェック時に中の丸を表示 */

.p-contact-radio input[type=radio]:checked + .wpcf7-list-item-label::after {
  opacity: 1;
}

/* ラジオ自体は非表示 */

.p-contact-radio input[type=radio] {
  display: none;
}

.p-contact-checkbox .wpcf7-list-item-label {
  cursor: pointer;
  display: inline-block;
  padding-left: 32px;
  position: relative;
}

.p-contact-checkbox .wpcf7-list-item-label::before {
  background: #FFFFFF;
  border: 1px solid #1391E6;
  content: "";
  height: 24px;
  left: 0;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 24px;
}

.p-contact-checkbox .wpcf7-list-item-label::after {
  background: url(../img/check.svg) no-repeat center center/17px 17px;
  content: "";
  height: 24px;
  left: 0;
  opacity: 0;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  transition: opacity 0.2s ease;
  width: 24px;
}

/* チェック時にチェックマーク表示 */

.p-contact-checkbox input[type=checkbox]:checked + .wpcf7-list-item-label::after {
  opacity: 1;
}

/* チェックボックス自体は非表示 */

.p-contact-checkbox input[type=checkbox] {
  display: none;
}

.p-contact__data {
  font-size: 14px;
  position: relative;
}

.p-contact__data input[type=date] {
  padding-block-end: 11px;
  padding-inline-start: 8px;
}

.p-contact__data input[type=date]::-webkit-calendar-picker-indicator {
  cursor: pointer;
  left: auto;
  position: absolute;
  right: 17px;
  top: 50%;
  transform: translateY(-50%);
}

.p-contact__dates {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.p-contact__dates .wpcf7-form-control-wrap {
  display: block;
}

.p-contact-radio__input {
  height: 1px;
  overflow: hidden;
  position: absolute;
  width: 1px;
  clip: rect(0, 0, 0, 0);
  vertical-align: middle;
}

.p-contact-radio__input:checked + .p-contact__data-text::after {
  opacity: 1;
}

.p-contact-radio__input:checked + .p-contact-checkbox__text::after {
  opacity: 1;
}

.p-contact__submit {
  margin-block-start: 70px;
}

input[type=text],
input[type=email],
input[type=tel],
input[type=date],
select,
textarea {
  background: #F6F6F6;
  border: none;
  border-radius: 0;
  font-size: 16px;
  line-height: 1.5;
  padding: 12px 16px;
  width: 100%;
}

input[type=text]::-moz-placeholder,
input[type=email]::-moz-placeholder,
input[type=tel]::-moz-placeholder,
input[type=date]::-moz-placeholder,
select::-moz-placeholder,
textarea::-moz-placeholder {
  color: #c2c2c2;
}

input[type=text]::placeholder,
input[type=email]::placeholder,
input[type=tel]::placeholder,
input[type=date]::placeholder,
select::placeholder,
textarea::placeholder {
  color: #c2c2c2;
}

input:focus,
textarea:focus {
  box-shadow: none;
  outline: none;
}

textarea {
  height: 200px;
  resize: vertical;
}

.p-contact-info {
  margin-inline: auto;
  max-width: 728px;
  width: 100%;
}

.p-contact-info:nth-of-type(2) {
  margin-block-start: 40px;
}

.p-contact-info__title {
  font-size: 28px;
  font-weight: 700;
  letter-spacing: 2.24px;
  line-height: 150%;
  /* 42px */
}

.p-contact-info__telBox {
  display: inline-block;
  margin-block-start: 24px;
  text-align: center;
}

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

.p-contact-info__text {
  margin-block-start: 23px;
}

.p-contact__head-subText {
  color: #666;
  display: block;
  font-size: 11px;
  margin-top: 4px;
}

.p-top-btn {
  bottom: 40px;
  opacity: 0;
  position: fixed;
  right: 20px;
  transition: opacity 0.3s, visibility 0.3s;
  visibility: hidden;
  z-index: 50;
}

.p-top-btn.is-show {
  opacity: 1;
  visibility: visible;
}

.wpcf7-spinner {
  display: none;
}

.wpcf7-radio {
  display: flex;
  gap: 32px !important;
}

.wpcf7-form-control {
  display: flex;
  flex-wrap: wrap;
  gap: 19px 32px;
}

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

.wpcf7 select {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  background-image: url("../img/select-arrow.svg");
  background-position: right 16px center;
  background-repeat: no-repeat;
  background-size: 20px auto;
  padding-right: 32px;
}

@media (min-width: 768px) {
  .hidden-pc {
    display: none;
  }
}

@media (min-width: 999px) {
  .l-footer__info {
    border-radius: 20px;
    flex-direction: row;
    gap: 40px;
  }

  .p-footer-info {
    padding: 40px 49px;
  }
}

@media (min-width: 1200px) {
  .c-btn-drawer {
    display: none;
  }

  .c-btn-cta-web {
    display: none;
  }

  .p-feature__img img {
    width: 100%;
    height: 438px;
    object-fit: cover;
    object-position: bottom;
  }
}

@media (max-width: 1200px) {
  .l-header__right {
    display: none;
  }

  .l-footer__copyright {
    height: auto;
    padding-block-end: 73px;
    padding-block-start: 17px;
  }

  .p-drawerMenu__scroll {
    height: calc(100dvh - 80px - 60px);
  }

  .p-footer-cta {
    align-items: center;
    background: rgba(255, 255, 255, 0.85);
    border-top: 1px solid var(--color-main, #1391E6);
    bottom: 0;
    display: flex;
    gap: 16px;
    height: 65px;
    justify-content: center;
    left: 0;
    position: fixed;
    right: 0;
    z-index: 40;
  }

  .p-reserve {
    display: none;
  }

  .p-top-btn {
    bottom: 100px;
  }
}

@media (max-width: 1000px) {
  .p-blog__lists {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 999px) {
  .l-footer__nav {
    margin-block-start: 42px;
  }

  .p-footer-info__map {
    margin-inline: auto;
    max-width: 478px;
  }

  .p-footer-nav {
    flex-direction: column;
    padding-inline-start: 14px;
  }

  .p-feature__img {
    width: 45%;
  }

  .p-feature__description {
    margin-block-start: 0;
    width: 45%;
  }

  .p-feature__title {
    font-size: 22px;
  }

  .p-feature__btn {
    margin-block-start: 0;
  }

  .p-top-info {
    flex-direction: column-reverse;
    gap: 39px;
  }

  .p-staff-member__items {
    grid-template-columns: repeat(2, 1fr);
    row-gap: 40px;
  }
}

@media (max-width: 768px) {
  .l-header__inner {
    padding-inline: 20px;
  }

  .p-drawerMenu__scroll {
    height: calc(100dvh - 60px - 60px);
  }

  .hidden-sp {
    display: none;
  }
}

@media screen and (max-width: 767px) {
  .l-inner {
    padding-inline-end: 20px;
    padding-inline-start: 20px;
  }
}

@media (max-width: 767px) {
  .l-header {
    height: 60px;
  }

  .l-footer {
    padding-block-start: 19px;
  }

  .l-footer__inner {
    padding-inline: 10px;
  }

  .l-footer__nav {
    margin-block-start: 11px;
  }

  .l-footer__copyright {
    margin-block-start: 58px;
    padding-block-start: 12px;
  }

  .l-section {
    margin-block: 102px;
  }

  .l-deco-vector__top {
    height: 23.4666666667vw;
  }

  .l-deco-vector__top::before {
    background: url("../img/bg-top-sp.svg") no-repeat top center/cover;
  }

  .l-deco-vector__bg {
    padding-block-end: 62px;
    padding-block-start: 30px;
  }

  .l-deco-vector__bottom {
    height: 7.4666666667vw;
  }

  .l-deco-vector__bottom::after {
    background: url("../img/bg-bottom-sp.svg") no-repeat center bottom/cover;
  }

  .l-deco-vector__bottom2::before {
    bottom: 44px;
    height: 25px;
    left: 12px;
    width: 25px;
  }

  .l-deco-vector__bottom2::after {
    bottom: 28px;
    height: 58px;
    right: 8px;
    width: 53px;
  }

  .l-top__info {
    padding: 0 20px;
  }

  .l-lower {
    margin-block: 60px 100px;
  }

  .l-breadcrumb {
    padding-inline: 20px;
    width: 100%;
  }

  .l-lower-medical__items1 {
    margin-block-start: 94px;
  }

  .l-lower-medical__items2 {
    margin-block-start: 100px;
  }

  .l-blog__content {
    gap: 100px;
    grid-template-columns: 100%;
  }

  .c-btn-footer {
    font-size: 14px;
    height: 38px;
    width: 150px;
  }

  .c-btn-footer svg {
    height: 17px;
    width: 17px;
  }

  .c-section-title::before {
    height: 14.627px;
    width: 49px;
  }

  .c-section-title::after {
    height: 14.627px;
    width: 49px;
  }

  .c-section-title {
    font-size: 20px;
    gap: 14px;
    letter-spacing: 1.6px;
  }

  .c-btn-contact {
    border-radius: 24px;
    font-size: 14px;
    height: 38px;
    letter-spacing: 1.12px;
    width: 273px;
  }

  .p-drawerMenu__header {
    height: 60px;
    padding-inline: 20px;
  }

  .p-footer-info {
    padding: 25px 11px 30px;
  }

  .p-footer-info__img {
    width: 309px;
  }

  .p-footer-info__btn-wrap {
    -moz-column-gap: 14px;
    column-gap: 14px;
  }

  .p-footer-nav {
    padding-inline-start: 10px;
  }

  .p-blog__contents {
    gap: 40px;
  }

  .p-blog__lists {
    display: flex;
    flex-direction: column;
    gap: 20px;
  }

  .p-blog-card {
    align-items: center;
    border-radius: 0;
    box-shadow: none;
    display: flex;
    gap: 10px;
  }

  .p-blog-card__img {
    aspect-ratio: 133/101;
    height: 100%;
    width: 39.7014925373%;
  }

  .p-blog-card__body {
    flex: 1;
    gap: 6px;
    margin-block-start: 0;
    padding: 0;
    width: 57.3134328358%;
  }

  .p-blog-card__category {
    font-size: 10px;
    padding: 2px 8px;
  }

  .p-blog-card__title {
    font-size: 14px;
    min-height: initial;
  }

  .p-blog__btn {
    margin-block-start: 12px;
  }

  .p-medical__contents {
    gap: 40px;
  }

  .p-medical__items {
    flex-direction: column;
    gap: 20px;
  }

  .p-medical__textWrap {
    padding: 17px 20px;
  }

  .p-medical-link {
    height: 210px;
  }

  .p-medical-link__title {
    font-size: 20px;
    letter-spacing: 1.6px;
  }

  .p-medical-link__title::after {
    width: 30px;
  }

  .p-medical-link__text {
    font-size: 12px;
    letter-spacing: 0.96px;
  }

  .p-top-recommend__contents {
    gap: 40px;
  }

  .p-top-recommend__items {
    flex-direction: column;
    gap: 60px;
    padding-inline: 22.5px;
  }

  .p-feature.is-deco {
    padding-block-end: 0;
    padding-block-start: 110px;
  }

  .p-feature.is-deco::before {
    background: url("../img/concept-bg-sp.svg");
    background-repeat: no-repeat;
    background-size: cover;
    height: 81.0666666667vw;
    left: 3%;
  }

  .is-reverse .p-feature__wrap {
    flex-direction: column-reverse;
  }

  .p-feature__wrap {
    flex-direction: column-reverse;
    gap: 43px;
  }

  .p-feature__img {
    height: 61.3333333333vw;
    margin-right: auto;
    width: 89.0666666667%;
  }

  .is-reverse .p-feature__img {
    margin-left: auto;
    margin-right: 0;
  }

  .p-feature__description {
    gap: 28px;
    padding: 0 20px;
    width: 100%;
  }

  .p-feature__hgroup {
    gap: 14px;
  }

  .p-feature__subTitle {
    font-size: 11px;
    letter-spacing: 1.1px;
  }

  .p-feature__title {
    font-size: 20px;
    letter-spacing: 1.6px;
  }

  .p-feature__btn {
    margin-block-start: 15px;
    text-align: center;
  }

  .p-top-news__title {
    letter-spacing: 1.6px;
  }

  .p-top-news__subTitle {
    font-size: 11px;
    letter-spacing: 1.1px;
  }

  .p-top-news__detail {
    font-size: 11px;
  }

  .p-top-news__text {
    padding-inline-end: 30px;
  }

  .p-swiper {
    margin-block-start: 15px;
    overflow: hidden;
    padding: 0 20px;
    width: 100%;
  }

  .p-swiper_img {
    border-radius: 8px;
  }

  .p-swiper__imageText {
    bottom: 35px;
    left: 20px;
    width: 264px;
  }

  .p-swiper-button-prev {
    height: 48px;
    left: -3px;
    width: 48px;
  }

  .p-swiper-button-next {
    height: 48px;
    right: -3px;
    width: 48px;
  }

  .p-about-feature__items {
    gap: 100px;
    margin-block-start: 40px;
  }

  .p-about-gallery {
    margin-block-start: 100px;
  }

  .p-about-gallery__titleWrap {
    margin-block-start: 40px;
  }

  .p-about-gallery__photos {
    gap: 11px;
    grid-template-columns: repeat(2, 1fr);
    margin-block-start: 40px;
  }

  .p-lower-top {
    height: 188px;
    margin-block-start: 20px;
    overflow: hidden;
    width: 89.3333%;
  }

  .p-lower-top--about {
    background: url("../img/page-about_top-sp.webp") no-repeat center center/cover;
  }

  .p-lower-top--medical {
    background: url("../img/page-medical_top-sp.webp") no-repeat center center/cover;
  }

  .p-lower-top--blog {
    background: url("../img/page-archive_top-sp.webp") no-repeat center center/cover;
  }

  .p-lower-top--news {
    background: url("../img/page-archive_top-sp.webp") no-repeat center center/cover;
  }

  .p-lower-top--staff {
    background: url("../img/page-staff_top-sp.webp") no-repeat center center/cover;
  }

  .p-lower-top--contact {
    background: url("../img/page-contact_top-sp.webp") no-repeat center center/cover;
  }

  .p-lower-top__title {
    font-size: 24px;
    letter-spacing: 4.8px;
  }

  .p-lower-top__Subtitle {
    font-size: 12px;
    letter-spacing: 1.2px;
    margin-block-start: 14px;
  }

  .p-medical-main__wrap:nth-child(2) {
    margin-block-start: 75px;
  }

  .p-medical-main__items {
    display: block;
    margin-block-start: 27px;
  }

  .p-medical-main__item {
    margin-block-end: 12px;
    margin-inline-end: 0;
  }

  .p-medical-anchor__title {
    font-size: 20px;
    letter-spacing: 1.6px;
    line-height: 150%;
    /* 30px */
  }

  .p-medical-item {
    border: 1px solid #1391E6;
    display: block;
    text-align: center;
  }

  .p-medical-item__btn {
    font-size: 20px;
    letter-spacing: 1.6px;
    padding: 15px 20px;
  }

  .p-lower-medical__items {
    margin-block-start: 40px;
  }

  .p-lower-medical-item {
    padding: 20px;
  }

  .p-lower-medical-item__titleWrap {
    align-items: start;
    flex-direction: column;
    gap: 18px;
    padding-block-end: 20px;
  }

  .p-lower-medical-item__title {
    font-size: 20px;
    letter-spacing: 1.6px;
    line-height: 140%;
    /* 30px */
  }

  .p-lower-medical-item__content {
    flex-direction: column;
    gap: 16px;
    margin-block-start: 16px;
  }

  .p-lower-medical-item__textWrap {
    width: 100%;
  }

  .p-lower-medical-item__imgWrap {
    aspect-ratio: 295/221;
    width: 100%;
  }

  .p-lower-medical-item__tag--pc {
    display: none;
  }

  .p-lower-medical-item__tag--sp {
    display: block;
    position: absolute;
    right: 20px;
    top: 0;
  }

  .p-archive {
    gap: 60px;
  }

  .p-archive-card {
    align-items: center;
    gap: 10px;
  }

  .p-archive-card__img {
    aspect-ratio: 133/101;
    width: 39.7014925373%;
  }

  .p-archive-card__body {
    flex: 1;
    gap: 6px;
    width: 57.3134328358%;
  }

  .p-archive-card__category {
    font-size: 10px;
    padding: 2px 8px;
  }

  .p-archive-card__title {
    font-size: 14px;
    min-height: 42px;
  }

  .p-sidebar {
    width: 100%;
  }

  .p-sidebar-card {
    align-items: center;
    gap: 10px;
  }

  .p-sidebar-card__img {
    aspect-ratio: 133/101;
    width: 39.7014925373%;
  }

  .p-sidebar-card__body {
    flex: 1;
    width: 57.3134328358%;
  }

  .p-pagination__num {
    font-size: 12px;
    height: 30px;
    width: 30px;
  }

  .p-pagination__next {
    font-size: 11px;
    height: 30px;
    width: 71px;
  }

  .p-pagination__prev {
    font-size: 11px;
    height: 30px;
    width: 71px;
  }

  .p-entry__title {
    font-size: 20px;
    letter-spacing: 1.6px;
  }

  .p-entry__meta {
    margin-block-start: 7px;
  }

  .p-entry__body {
    margin-block-start: 37px;
  }

  .p-entry__link {
    margin-block-start: 39px;
  }

  .p-related-link:has(> *:nth-child(2)):not(:has(> *:nth-child(3))) {
    transform: translateX(-62px);
  }

  .p-related-link__prev {
    font-size: 12px;
    width: 115px;
  }

  .p-related-link__archive {
    font-size: 12px;
  }

  .p-related-link__next {
    font-size: 12px;
    width: 115px;
  }

  .p-entry-content h2 {
    font-size: 18px;
    letter-spacing: 1.44px;
  }

  .p-entry-content h2:not(:nth-of-type(1)) {
    margin-block-start: 27px;
  }

  .p-entry-content h3 {
    font-size: 16px;
    letter-spacing: 1.28px;
  }

  .p-entry-content h4 {
    font-size: 14px;
    letter-spacing: 1.12px;
  }

  .p-lower-staff__contents {
    margin-block-start: 40px;
  }

  .p-contents-staff {
    gap: 40px;
    grid-template-columns: 1fr;
  }

  .p-contents-staff__block1 {
    grid-column: auto;
    grid-row: auto;
  }

  .p-contents-staff__subTitle {
    font-size: 20px;
    letter-spacing: 1.6px;
  }

  .p-contents-staff__textWrap {
    margin-block-start: 20px;
  }

  .p-contents-staff__img {
    grid-column: auto;
    grid-row: auto;
  }

  .p-contents-staff__block2 {
    grid-column: auto;
    grid-row: auto;
  }

  .p-staff-gallery {
    margin-block: 100px;
  }

  .p-staff-member__contents {
    gap: 41px;
  }

  .p-staff-member__items {
    gap: 40px;
    grid-template-columns: repeat(1, 1fr);
  }

  .p-staffCard__info {
    grid-template-columns: 41.791044776% 58.208955224%;
  }

  .p-lower-contact__titleWrap {
    margin-block-start: 102px;
  }

  .p-contact {
    margin-block-start: 40px;
  }

  .p-contact__row {
    gap: 14px;
    grid-template-columns: auto;
    padding-bottom: 23px;
    padding-top: 23px;
  }

  .p-contact__submit {
    margin-block-start: 44px;
  }

  textarea {
    height: 150px;
  }

  .p-contact-info__title {
    font-size: 20px;
    letter-spacing: 1.6px;
  }

  .p-top-btn {
    bottom: 140px;
    right: 10px;
  }

  .wpcf7-form-control {
    gap: 19px 24px;
  }

  .p-footer__wave::before  {
    top: 1px;
  }
}

@media (max-width: 374px) {
  .p-related-link:has(> *:nth-child(2)):not(:has(> *:nth-child(3))) {
    transform: translateX(-15px);
  }
}