@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 {
  border: 0;
  font-size: 100%;
  font-weight: normal;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}

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

ol,
ul {
  list-style: none;
}

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

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

button {
  background: transparent;
  border: none;
  box-shadow: none;
  cursor: pointer;
  font: inherit;
  margin: 0;
  padding: 0;
}

input,
select,
textarea {
  color: inherit;
  font: inherit;
  vertical-align: top;
}

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

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

a {
  color: inherit;
}

.l-header {
  background-color: #ffffff;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
  height: 60px;
  left: 0;
  position: static;
  top: 0;
  width: 100%;
  z-index: 20;
}
@media screen and (min-width: 1201px) {
  .l-header {
    height: 80px;
  }
}

.l-header.is-fixed {
  position: sticky;
  top: 0;
}

.l-header__inner {
  align-items: center;
  display: flex;
  height: inherit;
  padding-inline: 20px;
  top: 0;
}
@media screen and (min-width: 768px) {
  .l-header__inner {
    flex-direction: row;
    justify-content: space-between;
    margin-inline: auto;
    padding-block: 0;
    padding-inline: 40px;
  }
}

@media screen and (min-width: 1201px) {
  .l-header__right {
    align-items: center;
    display: flex;
    height: 80px;
    margin-left: auto;
  }
}

@media screen and (min-width: 1201px) {
  .l-header__info {
    align-items: center;
    display: flex;
    margin-left: 32px;
  }
}

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

.l-top__concept {
  margin-top: 60px;
}
@media screen and (min-width: 1000px) {
  .l-top__concept {
    margin-top: 0;
  }
}
@media screen and (min-width: 1201px) {
  .l-top__concept {
    margin-top: 20px;
  }
}

.l-top__recommend {
  margin-top: 98px;
}
@media screen and (min-width: 1000px) {
  .l-top__recommend {
    margin-top: 117px;
  }
}

.l-top__medical {
  margin-top: 97px;
}
@media screen and (min-width: 1000px) {
  .l-top__medical {
    margin-top: 135px;
  }
}

.l-inner {
  padding-inline: 20px;
}
@media screen and (min-width: 768px) {
  .l-inner {
    padding-inline: 24px;
  }
}
@media screen and (min-width: 1000px) {
  .l-inner {
    padding-inline: 20px;
  }
}
@media screen and (min-width: 1201px) {
  .l-inner {
    margin-inline: auto;
    max-width: 100%;
    padding-inline: 20px;
    width: 1040px;
  }
}

.l-deco-vector {
  padding-bottom: 7.47vw;
  padding-top: 23.47vw;
  position: relative;
}
@media screen and (min-width: 768px) {
  .l-deco-vector {
    padding-bottom: 7.5vw;
    padding-top: 15.43vw;
  }
}

.l-deco-vector__top {
  background-image: url(../img/common/deco-top-sp.png);
  background-position: top;
  background-repeat: no-repeat;
  background-size: contain;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .l-deco-vector__top {
    background-image: url(../img/common/deco-top-pc.png);
  }
}

.l-deco-vector__main {
  background-color: #dff1fd;
}

.l-deco-vector__bottom--bg {
  background-image: url(../img/common/deco-bottom-bg-sp.png);
  background-position: bottom;
  background-repeat: no-repeat;
  background-size: contain;
  bottom: 0;
  height: 100%;
  left: 0;
  position: absolute;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .l-deco-vector__bottom--bg {
    background-image: url(../img/common/deco-bottom-bg-pc.png);
  }
}

.l-deco-vector__bottom--shine {
  position: relative;
}
.l-deco-vector__bottom--shine::before,
.l-deco-vector__bottom--shine::after {
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  position: absolute;
}
.l-deco-vector__bottom--shine::before {
  background-image: url(../img/common/deco-bottom-shine01.png);
  bottom: -1px;
  height: 25px;
  left: 12px;
  width: 24px;
}
@media screen and (min-width: 768px) {
  .l-deco-vector__bottom--shine::before {
    height: 34px;
    width: 35px;
  }
}
@media screen and (min-width: 1000px) {
  .l-deco-vector__bottom--shine::before {
    bottom: 0;
    height: 56px;
    left: 40px;
    width: 57px;
  }
}
.l-deco-vector__bottom--shine::after {
  background-image: url(../img/common/deco-bottom-shine02.png);
  bottom: -19px;
  height: 60px;
  right: 7px;
  width: 56px;
}
@media screen and (min-width: 768px) {
  .l-deco-vector__bottom--shine::after {
    height: 87px;
    width: 75px;
  }
}
@media screen and (min-width: 1000px) {
  .l-deco-vector__bottom--shine::after {
    bottom: -20px;
    height: 138px;
    right: 20px;
    width: 125.31px;
  }
}

.l-footer {
  background-color: #dff1fd;
  padding-top: 13px;
}
@media screen and (min-width: 768px) {
  .l-footer {
    padding-top: 56px;
  }
}

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

.l-footer__info {
  background-color: #ffffff;
  border-radius: 8px;
  padding: 30px 10px 20px 10px;
}
@media screen and (min-width: 1000px) {
  .l-footer__info {
    border-radius: 20px;
    margin-inline: auto;
    max-width: 1000px;
    padding: 40px 49px;
  }
}

.l-footer__nav {
  margin-top: 59px;
  padding-bottom: 56px;
}
@media screen and (min-width: 1000px) {
  .l-footer__nav {
    margin-top: 43px;
    padding-bottom: 59px;
  }
}

.l-footer__copyrights {
  padding-bottom: 73px;
  padding-top: 18px;
}
@media screen and (min-width: 1201px) {
  .l-footer__copyrights {
    padding-bottom: 18px;
    padding-top: 14px;
  }
}

.l-lower-about {
  margin-top: 56px;
}
@media screen and (min-width: 768px) {
  .l-lower-about {
    margin-top: 76px;
  }
}

.l-lower-about--gallery {
  margin-top: 100px;
}
@media screen and (min-width: 768px) {
  .l-lower-about--gallery {
    margin-top: 200px;
  }
}

.l-lower-medical {
  padding-top: 58px;
}
@media screen and (min-width: 768px) {
  .l-lower-medical {
    padding-top: 75px;
  }
}

.l-lower-medical__items1 {
  margin-top: 100px;
}
@media screen and (min-width: 768px) {
  .l-lower-medical__items1 {
    margin-top: 160px;
  }
}

.l-lower-medical__items2 {
  margin-top: 100px;
}
@media screen and (min-width: 768px) {
  .l-lower-medical__items2 {
    margin-bottom: 162px;
    margin-top: 165px;
  }
}

.l-lower-staff {
  margin-top: 57px;
}
@media screen and (min-width: 1000px) {
  .l-lower-staff {
    margin-top: 75px;
  }
}

.l-lower-staff__gallery {
  padding-top: 97px;
}
@media screen and (min-width: 1000px) {
  .l-lower-staff__gallery {
    padding-top: 156px;
  }
}

.l-lower-staff__introduction {
  padding-top: 98px;
}
@media screen and (min-width: 1000px) {
  .l-lower-staff__introduction {
    padding-top: 156px;
  }
}

.l-lower-blog {
  margin-top: 66px;
}
@media screen and (min-width: 768px) {
  .l-lower-blog {
    margin-top: 86px;
  }
}

@media screen and (min-width: 375px) {
  .l-blog-content {
    max-width: 460px;
  }
}
@media screen and (min-width: 768px) {
  .l-blog-content {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    margin: 0 auto;
    max-width: 1000px;
  }
}

@media screen and (min-width: 768px) {
  .l-blog-content__articles {
    width: calc(100% - 300px - 30px);
  }
}

.l-archive__pageNavi {
  margin-top: 58px;
}
@media screen and (min-width: 768px) {
  .l-archive__pageNavi {
    margin-top: 100px;
  }
}

.l-lower-entry {
  margin-top: 11px;
}

@media screen and (min-width: 768px) {
  .l-lower-entry {
    margin-top: 78px;
  }
}

.l-lower {
  margin-top: 57px;
}
@media screen and (min-width: 768px) {
  .l-lower {
    margin-top: 76px;
  }
}

.l-lower-reservation {
  margin-inline: auto;
  max-width: 728px;
  margin-bottom: 0px;
}
@media screen and (min-width: 768px) {
  .l-lower-reservation {
    max-width: 767px;
  }
}

.c-button-drawer {
  cursor: pointer;
  display: block;
  height: 18px;
  margin-left: auto;
  position: fixed;
  position: relative;
  top: 0px;
  width: 28px;
  /* z-index: 40; */
}
.c-button-drawer.is-active .c-button-drawer__bar:nth-child(1) {
  background-color: #ffffff;
  transform: translateY(7px) rotate(45deg);
}
.c-button-drawer.is-active .c-button-drawer__bar:nth-child(2) {
  display: none;
}
.c-button-drawer.is-active .c-button-drawer__bar:nth-child(3) {
  background-color: #ffffff;
  transform: translateY(-7px) rotate(-45deg);
}
@media screen and (min-width: 1201px) {
  .c-button-drawer {
    display: none;
  }
}

#js-drawer-icon {
  position: fixed;
  right: 17px;
  top: 22px;
  z-index: 300;
}

.c-button-drawer__bar {
  background-color: #1391e6;
  display: block;
  height: 2px;
  position: absolute;
  transition: transform 0.3s ease;
  width: 100%;
}
.c-button-drawer__bar:nth-child(1) {
  left: 0;
  top: 0;
}
.c-button-drawer__bar:nth-child(2) {
  left: 0;
  top: 7px;
}
.c-button-drawer__bar:nth-child(3) {
  bottom: 2px;
  left: 0;
}

@media screen and (max-width: 374px) {
  .c-logo {
    max-width: 240px;
  }
}

@media screen and (min-width: 1201px) {
  .c-logo__link {
    align-items: center;
    display: flex;
  }
}

.c-logo__drawer {
  margin-top: 15px;
}
@media screen and (max-width: 374px) {
  .c-logo__drawer {
    margin-left: 0;
    margin-right: 28px;
    max-width: 240px;
  }
}

.c-button {
  background: #fff;
  border: 1px solid #1391e6;
  border-radius: 24px;
  color: #1391e6;
  overflow: hidden;
  padding: 6px 40px 7px;
  position: relative;
  transition: background-color 0.4s, color 0.4s;
}
@media screen and (min-width: 1000px) {
  .c-button {
    padding: 12px 46px;
  }
}
@media screen and (min-width: 1201px) {
  .c-button {
    padding: 9px 45px;
  }
}
.c-button:hover {
  background-color: #1391e6;
  color: #ffffff;
}
.c-button:hover::after {
  background: url(../img/svg/right-white.svg);
  background-size: contain;
  top: 50%;
  transform: translate(5px, -50%);
}
.c-button::after {
  background: url(../img/svg/right-blue.svg) no-repeat center center/contain;
  content: "";
  height: 12px;
  right: 24px;
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
  transition: transform 0.3s ease, background 0.3s ease; 
  width: 12px;
}

.c-button-footer {
  align-items: center;
  border-radius: 30px;
  display: flex;
  font-size: 14px;
  height: 38px;
  justify-content: center;
  min-width: 150px;
  transition: background-color 0.4s, color 0.4s;
  width: 100%;
}
@media screen and (max-width: 374px) {
  .c-button-footer {
    min-width: 132px;
  }
}
@media screen and (min-width: 768px) {
  .c-button-footer {
    align-items: center;
    font-size: 16px;
    height: 56px;
    min-width: 220px;
    text-align: center;
  }
}
.c-button-footer:hover {
  background-color: #1391e6;
  color: #ffffff;
}

.c-button-footer--blue {
  background-color: #1391e6;
  color: #ffffff;
  font-weight: 400;
}
.c-button-footer--blue span {
  margin-left: 6px;
}
.c-button-footer--blue svg {
  height: 20px;
  width: 35px;
}
@media screen and (min-width: 768px) {
  .c-button-footer--blue svg {
    height: 20px;
    width: 30px;
  }
}
.c-button-footer--blue:hover {
  background-color: #0060a0;
}

.c-button-footer--white {
  border: 1px solid #1391e6;
  color: #1391e6;
  font-weight: 500;
}
.c-button-footer--white span {
  margin-left: 8px;
}
.c-button-footer--white svg {
  height: 17px;
  width: 17px;
}
@media screen and (min-width: 768px) {
  .c-button-footer--white svg {
    height: 24px;
    width: 24px;
  }
}
.c-button-footer--white:hover svg {
  fill: #ffffff;
}

.c-button-arrowBlue {
  transition: 0.3s ease;
}
.c-button-arrowBlue::before {
  background-image: url(../img/svg/icon-arrowBlue.svg);
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  height: 12px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 6px;
  left: 0;
}
.c-button-arrowBlue:hover {
  opacity: 0.7;
}

.c-section-title {
  align-items: center;
  display: flex;
  font-size: 20px;
  font-weight: 700;
  justify-content: center;
  letter-spacing: 1.6px;
  position: relative;
  text-align: center;
  scroll-margin-top: 60px;
}
@media screen and (max-width: 374px) {
  .c-section-title {
    font-size: 18px;
  }
}
@media screen and (min-width: 768px) {
  .c-section-title {
    font-size: 28px;
    letter-spacing: 2.24px;
  }
}
@media screen and (min-width: 1201px) {
  .c-section-title {
    scroll-margin-top: 80px;
  }
}
.c-section-title::before,
.c-section-title::after {
  background-image: url(../img/svg/section-title-sp.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  display: block;
  flex-shrink: 0;
  height: 13px;
  margin: 0 15px;
  width: 49px;
}
@media screen and (max-width: 374px) {
  .c-section-title::before,
  .c-section-title::after {
    height: 12px;
    margin: 0 8px;
    width: 44px;
  }
}
@media screen and (min-width: 768px) {
  .c-section-title::before,
  .c-section-title::after {
    background-image: url(../img/svg/section-title-pc.svg);
    height: 20px;
    margin: 0 28px;
    width: 67px;
  }
}
.c-section-title::before {
  order: -1;
}
.c-section-title::after {
  order: 1;
}

.c-newTag {
  position: relative;
}

.c-newTag__top::after,
.c-newTag::after {
  background-image: url(../img/common/new-sp.png);
  background-position: top left;
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  height: 40px;
  left: -8px;
  position: absolute;
  top: -8px;
  width: 40px;
  z-index: 10;
}

@media screen and (min-width: 768px) {
  .c-newTag__top::after {
    background-image: url(../img/common/new-sp.png);
    background-position: top left;
    background-repeat: no-repeat;
    background-size: contain;
    content: "";
    height: 60px;
    left: -8px;
    position: absolute;
    top: -8px;
    width: 60px;
    z-index: 10;
  }
}

.c-sidebar-title {
  border-bottom: solid 1px #888;
  color: #393939;
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 24px;
  padding-bottom: 8px;
  padding-left: 34px;
  position: relative;
}
@media screen and (min-width: 768px) {
  .c-sidebar-title {
  margin-top: -8px;
  }
}
.c-sidebar-title::after {
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  height: 24px;
  left: 0;
  position: absolute;
  top: 0;
  width: 24px;
}

.c-arrowBlue {
  color: #393939;
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-size: 16px;
  font-weight: 500;
  padding-left: 32px;
  position: relative;
  transition: opacity 0.4s ease;
}
.c-arrowBlue:hover {
  opacity: 0.7;
}
.c-arrowBlue::after {
  background-color: #1391e6;
  background-repeat: no-repeat;
  background-size: contain;
  clip-path: polygon(0 0, 0% 100%, 100% 50%);
  content: "";
  height: 12px;
  left: 23px;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 6px;
}

.c-submit-button {
  border: 1px solid #1391e6;
  border-radius: 24px;
  color: #1391e6;
  background-color: #ffffff;
  display: block;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 1.12px;
  margin-inline: auto;
  max-width: 273px;
  padding-bottom: 6px;
  padding-top: 7px;
  text-align: center;
  transition: color 0.4s ease;
  transition: all 0.4s ease;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .c-submit-button {
    border-radius: 28px;
    font-size: 16px;
    letter-spacing: 1.28px;
    min-width: 360px;
    padding-bottom: 14px;
    padding-top: 14px;
  }
}
.c-submit-button:hover {
  background-color: #1391e6;
  color: #ffffff;
}

.form-error-box {
  border: 2px solid rgb(255, 185, 0);
  color: #393939;
  font-size: 16px;
  font-weight: 500;
  line-height: 25.6px;
  margin-inline: 8px;
  margin-top: 32px;
  padding: 3.2px 16px;
  text-align: start;
}

.error-required {
  display: none;
}

.error-format {
  display: none;
}

.reservation-form-error-box {
  display: none;
}

.p-header__nav {
  display: none;
}
@media screen and (min-width: 1201px) {
  .p-header__nav {
    display: flex;
    position: relative;
  }
}

.p-header__nav-item {
  align-content: center;
  display: flex;
  gap: 40px;
}
@media screen and (min-width: 1201px) {
  .p-header__nav-item {
    align-items: center;
    gap: 24px;
  }
}

.p-header__link {
  align-items: center;
  color: #393939;
  display: flex;
  flex-direction: column;
  gap: 6px;
  position: relative;
  transition: color 0.3s;
}
.p-header__link:hover .p-menu-icon path {
  fill: #1391e6;
}

.p-header__link:hover {
  color: #1391e6;
}
.p-header__link::after {
  background: #1391e6;
  bottom: -6px;
  content: "";
  height: 2px;
  left: 50%;
  position: absolute;
  transform: translateX(-50%) scaleX(0);
  transition: transform 0.3s ease-in-out;
  width: 20px;
}
.p-header__link:hover::after {
  transform: translateX(-50%) scaleX(1);
}

.p-header__text {
  display: block;
  font-size: 11px;
  font-weight: 700;
  line-height: 1.63;
  margin-top: 5px;
}
@media screen and (min-width: 1201px) {
  .p-header__text {
    margin-top: 0;
  }
}

.p-drawer__content {
  background-color: #0060a0;
  display: flex;
  flex-direction: column;
  height: 100%;
  justify-content: start;
  left: 0;
  opacity: 0;
  padding-inline: 20px;
  position: fixed;
  top: 0;
  transition: opacity 0.3s ease;
  visibility: hidden;
  width: 100%;
  z-index: 40;
}
.p-drawer__content.is-active {
  opacity: 1;
  transition: opacity 0.3s ease, visibility 0s;
  visibility: visible;
}
@media screen and (min-width: 768px) {
  .p-drawer__content {
    padding-inline: 40px;
  }
}
@media screen and (min-width: 1201px) {
  .p-drawer__content {
    display: none;
  }
}

.p-drawer-content__scroll {
  padding-bottom: 39.5px;
  padding-top: 39px;
}
@media screen and (min-width: 375px) {
  .p-drawer-content__scroll {
    left: 50%;
    position: absolute;
    top: 60px;
    transform: translateX(-50%);
  }
}
@media screen and (min-width: 768px) {
  .p-drawer-content__scroll {
    top: 50%;
    transform: translate(-50%, -50%);
  }
}

.p-drawer-content__menu {
  align-items: center;
  display: flex;
  display: block;
  flex-direction: column;
  justify-content: center;
  margin: auto;
  width: 255px;
}
@media screen and (max-width: 374px) {
  .p-drawer-content__menu {
    width: 70vw;
  }
}
@media screen and (min-width: 375px) {
  .p-drawer-content__menu {
    width: 255px;
  }
}

.p-drawer-content__link {
  color: #ffffff;
  display: flex;
  position: relative;
  gap: 14px;
  margin: 0;
  padding-bottom: 16px;
  padding-top: 15px;
  background-image: url(../img/svg/border-dotto.svg);
  background-repeat: repeat-x;
  background-position: bottom left;
  background-size: auto 2px;
}
.p-drawer-content__link:first-of-type {
  background-image: url(../img/svg/border-dotto.svg),
    url(../img/svg/border-dotto.svg);
  background-repeat: repeat-x, repeat-x;
  background-position: bottom left, top left;
  background-size: auto 2px, auto 2px;
}
.p-drawer-content__link img {
  fill: #ffffff;
}
.p-drawer-content__link::after {
  background-image: url(../img/svg/right-white.svg);
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  display: block;
  height: 14px;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 14px;
}
.p-drawer-content__link:hover {
  cursor: pointer;
}
.p-drawer-content__link:hover::after {
  transform: translate(10px, -50%);
  transition: all 0.3s ease;
}

.p-drawer-content__text {
  display: block;
}

.p-clinic-info {
  display: none;
}
@media screen and (min-width: 1201px) {
  .p-clinic-info {
    align-items: center;
    display: flex;
    display: inline-block;
    flex-direction: column;
    text-align: right;
  }
}

@media screen and (min-width: 1201px) {
  .p-clinic-info__address {
    font-size: 12px;
    line-height: 1;
  }
}

@media screen and (min-width: 1201px) {
  .p-clinic-info__phone {
    color: #1391e6;
    display: block;
    font-size: 32px;
    font-weight: 700;
    letter-spacing: -0.64px;
    line-height: 1;
    margin-top: 6px;
    text-align: center;
    white-space: nowrap;
  }
}
.p-clinic-info__phone img {
  margin-right: 4px;
  vertical-align: baseline;
}

.p-mv-swiper {
  padding-top: 15px;
}
@media screen and (min-width: 768px) {
  .p-mv-swiper {
    height: 100%;
    margin: 0 auto;
    max-width: 975px;
  }
}
@media screen and (min-width: 1000px) {
  .p-mv-swiper {
    max-width: 1160px;
    padding-top: 40px;
    width: 100%;
  }
}
@media screen and (min-width: 1201px) {
  .p-mv-swiper {
    max-width: 1920px;
    width: 96.06vw;
  }
}

.p-mv-swiper__container {
  padding-inline: 20px;
}
@media screen and (min-width: 768px) {
  .p-mv-swiper__container {
    padding-inline: 35px;
  }
}

.p-mv-swiper__slide {
  position: relative;
}

.p-mv-swiper__slide-image {
  border-radius: 8px;
  display: block;
  overflow: hidden;
  position: relative;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: left center;
  height: 447px;
  object-position: left center;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .p-mv-swiper__slide-image {
    border-radius: 20px;
    -o-object-position: left top;
    object-position: left top;
  }
}
@media screen and (min-width: 1201px) {
  .p-mv-swiper__slide-image {
    height: 40.65vw;
    max-height: 860px;
  }
}
.p-mv-swiper__slide-image img {
  border: none;
  height: 100vh;
  vertical-align: top;
  width: 100%;
}
.p-mv-swiper__slide-image::after {
  background-color: rgba(0, 0, 0, 0.1);
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}

.p-swiper__textImg {
  bottom: 35px;
  height: 78px;
  left: 20px;
  position: absolute;
  width: 264px;
}
@media screen and (min-width: 768px) {
  .p-swiper__textImg {
    bottom: 55px;
    height: 119px;
    left: 62px;
    width: 414px;
  }
}

.p-mv-swiper__pagination {
  bottom: 0 !important;
  display: flex;
  flex-direction: column;
  gap: 8px;
  left: 7px !important;
  transform: translateY(-50%);
}
@media screen and (min-width: 768px) {
  .p-mv-swiper__pagination {
    bottom: -17px !important;
    gap: 10px;
    left: 12px !important;
  }
}
.p-mv-swiper__pagination .swiper-pagination-bullet {
  background-color: #c2c2c2;
  height: 6px;
  margin-left: 0 !important;
  margin-right: 0 !important;
  opacity: 1;
  width: 6px;
}
@media screen and (min-width: 768px) {
  .p-mv-swiper__pagination .swiper-pagination-bullet {
    height: 8px;
    width: 8px;
  }
}
.p-mv-swiper__pagination
  .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: #1391e6;
  opacity: 1;
}

.p-mv-swiper__prev,
.p-mv-swiper__next {
  cursor: pointer;
  height: 45px;
  margin-top: -20px;
  position: absolute;
  width: 45px;
  z-index: 10;
  transition: all 0.4s ease;
}
@media screen and (min-width: 768px) {
  .p-mv-swiper__prev,
  .p-mv-swiper__next {
    height: 65px;
    margin-top: -29px;
    width: 65px;
  }
  .p-mv-swiper__prev:hover,
  .p-mv-swiper__next:hover {
    transform: scale(1.1);
  }
}
.p-mv-swiper__prev:after,
.p-mv-swiper__next:after {
  display: none;
}

.p-mv-swiper__prev {
  background: url(../img/svg/prev-sp.svg) no-repeat center center/contain;
  left: -2px;
}
@media screen and (min-width: 768px) {
  .p-mv-swiper__prev {
    left: 5px;
  }
}
.p-mv-swiper__next {
  background: url(../img/svg/next-sp.svg) no-repeat center center/contain;
  right: -2px;
}
@media screen and (min-width: 768px) {
  .p-mv-swiper__next {
    right: 3px;
  }
}

.p-top-info {
  display: flex;
  flex-direction: column-reverse;
  position: relative;
}
@media screen and (min-width: 768px) {
  .p-top-info {
    padding-inline: 66px;
  }
}
@media screen and (min-width: 1000px) {
  .p-top-info {
    flex-direction: row;
    gap: 40px;
    justify-content: space-between;
    margin-inline: auto;
  }
}
@media screen and (min-width: 1201px) {
  .p-top-info {
    gap: 57px;
    max-width: 1124px;
    padding-inline: 22px;
  }
}

.p-top-info__news {
  margin-top: 16px;
}
@media screen and (min-width: 768px) {
  .p-top-info__news {
    max-width: 540px;
    width: 100%;
  }
}
@media screen and (min-width: 1000px) {
  .p-top-info__news {
    line-height: normal;
    margin-top: 20px;
    max-width: 542px;
  }
}

.p-top-news__titleWrap {
  align-items: center;
  display: flex;
  justify-content: space-between;
  line-height: inherit;
  padding-bottom: 6px;
}
@media screen and (min-width: 1000px) {
  .p-top-news__titleWrap {
    padding-bottom: 5px;
  }
}

.p-top-news__head {
  align-items: baseline;
  display: flex;
  gap: 15px;
}

.p-top-news__title {
  font-size: 20px;
  font-weight: 700;
  letter-spacing: 1.6px;
  line-height: normal;
  padding-left: 14px;
}
@media screen and (min-width: 1000px) {
  .p-top-news__title {
    letter-spacing: 2px;
  }
}

.p-top-news__subtitle {
  color: #1391e6;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 1.1px;
  line-height: normal;
  vertical-align: middle;
}
@media screen and (min-width: 1000px) {
  .p-top-news__subtitle {
    font-size: 12px;
    letter-spacing: 1.2px;
  }
}

.p-top-news__list {
  position: relative;
}

.p-top-news__detail {
  color: #888;
  font-size: 11px;
  line-height: normal;
}
.p-top-news__detail::after {
  background-color: #888;
  bottom: 2px;
  content: "";
  height: 1px;
  left: 0;
  position: absolute;
  width: 121px;
}
@media screen and (min-width: 1000px) {
  .p-top-news__detail {
    font-size: 12px;
  }
  .p-top-news__detail::after {
    width: 132px;
  }
}

.p-top-news__archive {
  align-items: center;
  border-bottom: 1px solid #393939;
  border-top: 1px solid #393939;
  color: #393939;
  display: flex;
  gap: 23px;
  padding-block: 12px;
  position: relative;
}
@media screen and (min-width: 1000px) {
  .p-top-news__archive {
    gap: 26px;
    padding-block: 10px;
  }
}
.p-top-news__archive:hover {
  color: #1391e6;
}
.p-top-news__archive:hover::after {
  background-image: url(../img/svg/right-blue.svg);
  transform: translate(10px, -50%);
}
.p-top-news__archive::after {
  background: url(../img/svg/right.svg) no-repeat center center/contain;
  content: "";
  height: 14px;
  position: absolute;
  right: 4px;
  top: 50%;
  transform: translateY(-50%);
  width: 14px;
  transition: all 0.4s ease;
}

.p-top-news__published {
  font-size: 12px;
  padding-left: 7px;
}

.p-top-news__text {
  line-height: normal;
  padding-right: 20px;
}
@media screen and (min-width: 375px) {
  .p-top-news__text {
    padding-right: 0;
  }
}

.p-top__info__table {
  max-width: 540px;
  position: relative;
  top: -23px;
  width: 100%;
  z-index: 1;
}
@media screen and (min-width: 1000px) {
  .p-top__info__table {
    max-width: 440px;
  }
}
@media screen and (min-width: 1201px) {
  .p-top__info__table {
    margin-inline: auto;
    max-width: 610px;
    top: -35px;
  }
}
@media screen and (min-width: 1201px) {
  .p-top__info__table {
    max-width: 480px;
  }
}

.p-time-table {
  border-radius: 8px;
  box-shadow: 0px 1px 6px 1px rgba(0, 0, 0, 0.2);
}
@media screen and (min-width: 768px) {
  .p-time-table {
    box-shadow: none;
  }
}
@media screen and (min-width: 1000px) {
  .p-time-table {
    border-radius: 15px;
  }
}

.p-concept {
  overflow: hidden;
  padding-top: 110px;
  position: relative;
}
@media screen and (min-width: 768px) {
  .p-concept {
    margin-top: 20px;
    padding-bottom: 84px;
    padding-top: 180px;
  }
}
@media screen and (min-width: 1000px) {
  .p-concept {
    padding-bottom: 108px;
  }
}

.is-deco::before {
  background-image: url(../img/common/top-concept-bg-sp.png);
  background-position: left top;
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  height: 81vw;
  left: 3%;
  position: absolute;
  top: 0;
  width: 148%;
  z-index: -1;
}
@media screen and (min-width: 768px) {
  .is-deco::before {
    height: 86%;
    left: 25%;
    width: 118%;
  }
}
@media screen and (min-width: 1000px) {
  .is-deco::before {
    background-image: url(../img/common/top-concept-bg-pc.png);
    height: 100%;
    left: 29%;
    width: 110%;
  }
}
@media screen and (min-width: 1201px) {
  .is-deco::before {
    left: 32.5%;
    width: 102%;
  }
}

.p-concept__wrap {
  display: flex;
  flex-direction: column-reverse;
}
@media screen and (min-width: 768px) {
  .p-concept__wrap {
    flex-direction: row;
  }
}
@media screen and (min-width: 1000px) {
  .p-concept__wrap {
    align-items: flex-start;
    justify-content: start;
  }
}

.p-concept__image {
  margin-right: 40px;
  margin-top: 40px;
}
@media screen and (min-width: 768px) {
  .p-concept__image {
    margin: 0;
  }
}
@media screen and (min-width: 1000px) {
  .p-concept__image {
    display: flex;
    justify-content: right;
    width: 50%;
  }
}
.p-concept__image img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
  border-radius: 0 20px 20px 0;
  object-fit: cover;
  -o-object-position: bottom;
  object-position: bottom;
}
@media screen and (min-width: 768px) {
  .p-concept__image img {
    height: min(116.8vw, 438px);
    max-width: 100%;
    width: min(346.6666666667vw, 1300px);
  }
}
@media screen and (min-width: 1201px) {
  .p-concept__image img {
    height: 442px;
    width: 100%;
    -o-object-position: bottom;
    object-position: bottom;
  }
}

.p-concept__description {
  padding-inline: 20px;
}
@media screen and (min-width: 768px) {
  .p-concept__description {
    margin-left: 36px;
    margin-right: 35px;
    margin-top: 36px;
    padding: 0;
  }
}
@media screen and (min-width: 1000px) {
  .p-concept__description {
    margin-left: 95px;
    width: 33%;
  }
}

.p-concept__subTitle {
  color: #1391e6;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 1.1px;
}
@media screen and (min-width: 768px) {
  .p-concept__subTitle {
    font-size: 14px;
    letter-spacing: 1.4px;
  }
}

.p-concept__title {
  font-size: 20px;
  font-weight: 700;
  letter-spacing: 1.6px;
  line-height: 1.6;
  margin-top: 11px;
}
@media screen and (max-width: 374px) {
  .p-concept__title {
    letter-spacing: 1.5px;
  }
}
@media screen and (min-width: 768px) {
  .p-concept__title {
    font-size: 28px;
    letter-spacing: 2.24px;
    line-height: 1.57;
    margin-top: 24px;
  }
}

.p-concept__textBlock {
  margin-top: 26px;
}
@media screen and (min-width: 1000px) {
  .p-concept__textBlock {
    margin-top: 35px;
  }
}

@media screen and (min-width: 1000px) {
  .p-concept__text {
    width: 98.8%;
  }
}

.p-concept__button {
  display: flex;
  justify-content: center;
  margin-top: 39px;
}
@media screen and (min-width: 768px) {
  .p-concept__button {
    justify-content: start;
  }
}
@media screen and (min-width: 1000px) {
  .p-concept__button {
    margin-top: 35px;
  }
}

.p-recommend__items {
  margin-inline: auto;
  margin-top: 37px;
  max-width: 600px;
  padding-inline: 20px;
}
@media screen and (min-width: 768px) {
  .p-recommend__items {
    align-items: start;
    display: flex;
    flex-direction: row;
    gap: 20px;
    justify-content: space-between;
    max-width: 768px;
  }
}
@media screen and (min-width: 1000px) {
  .p-recommend__items {
    gap: 60px;
    justify-content: space-between;
    margin-top: 53px;
    max-width: 966px;
    padding: 0;
  }
}

@media screen and (max-width: 374px) {
  .p-recommend__item {
    padding-inline: 26px;
  }
}
@media screen and (min-width: 768px) {
  .p-recommend__item {
    flex-basis: calc(33.333% - 20px);
    padding-inline: 0;
  }
}
@media screen and (min-width: 1000px) {
  .p-recommend__item {
    flex-basis: calc(33.333% - 60px);
  }
}
@media screen and (min-width: 1201px) {
  .p-recommend__item {
    flex-basis: calc(33.333% - 42px);
  }
}
.p-recommend__item:nth-child(2),
.p-recommend__item:nth-child(3) {
  margin-top: 55px;
}
@media screen and (min-width: 768px) {
  .p-recommend__item:nth-child(2),
  .p-recommend__item:nth-child(3) {
    margin-top: 0;
  }
}

.p-recommend-item {
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin-inline: auto;
  max-width: 280px;
}

.p-recommend-item__title {
  height: auto;
  text-align: center;
  width: 100%;
}
.p-recommend-item__title img {
  display: inline-block;
  width: 177px;
}

.p-recommend-item__image {
  display: block;
  height: auto;
  margin-top: 8px;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
@media screen and (max-width: 374px) {
  .p-recommend-item__image {
    max-width: 240px;
  }
}
@media screen and (min-width: 768px) {
  .p-recommend-item__image {
    margin-inline: 0;
    margin-top: 12px;
    max-width: 230px;
  }
}
@media screen and (min-width: 1000px) {
  .p-recommend-item__image {
    margin-top: 15px;
    min-width: 276px;
  }
}

.p-recommend-item__text {
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 1.71429;
  margin-top: 20px;
}

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

.p-medical {
  padding-bottom: 62px;
  padding-top: 27px;
}
@media screen and (min-width: 768px) {
  .p-medical {
    padding-bottom: 83px;
    padding-top: 0;
  }
}

.p-medical__items {
  align-items: center;
  display: flex;
  flex-direction: column;
  gap: 20px;
  overflow: hidden;
  padding-top: 37px;
}
@media screen and (min-width: 768px) {
  .p-medical__items {
    flex-direction: row;
    gap: 40px;
    justify-content: center;
    padding-top: 50px;
  }
}
@media screen and (min-width: 1000px) {
  .p-medical__items {
    gap: 80px;
    margin: 0 auto;
    max-width: 1000px;
  }
}
@media screen and (min-width: 1201px) {
  .p-medical__items {
    padding-top: 55px;
    width: 100%;
  }
}

.p-medical-item {
  border-radius: 20px;
  height: 210px;
  max-width: 450px;
  overflow: hidden;
  position: relative;
  width: 100%;
}
.p-medical-item:nth-child(1)::after {
  background-image: url(../img/top-medical-image01-sp.png);
}
@media screen and (min-width: 768px) {
  .p-medical-item:nth-child(1)::after {
    background-image: url(../img/top-medical-image01-pc.png);
  }
}
.p-medical-item:nth-child(2)::after {
  background-image: url(../img/top-medical-image02-sp.png);
}
@media screen and (min-width: 768px) {
  .p-medical-item:nth-child(2)::after {
    background-image: url(../img/top-medical-image02-pc.png);
  }
}
.p-medical-item::after {
  background-position: top;
  background-repeat: no-repeat;
  background-size: cover;
  content: "";
  display: block;
  filter: brightness(0.8);
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  transition: all 0.3s ease-out;
  width: 100%;
}
.p-medical-item:hover:after {
  filter: brightness(0.6);
  transform: scale(1.1);
}
@media screen and (min-width: 768px) {
  .p-medical-item {
    height: 28.66vw;
    width: 44.4vw;
  }
}
@media screen and (min-width: 1000px) {
  .p-medical-item {
    height: 22.66vw;
    width: 35.94vw;
  }
}
@media screen and (min-width: 1201px) {
  .p-medical-item {
    height: min(77.3333333333vw, 290px);
    max-width: 460px;
    width: min(122.6666666667vw, 460px);
  }
}

.p-medical-link {
  align-items: center;
  border-radius: 20px;
  color: #fff;
  display: flex;
  height: 100%;
  justify-content: center;
  position: relative;
  text-decoration: none;
  width: 100%;
  z-index: 1;
}

.p-medical-link-line {
  border: 2px solid transparent;
  border-radius: 20px;
  height: calc(100% - 20px);
  margin: 10px;
  position: relative;
  transition: border 0.3s ease-in-out;
  width: calc(100% - 20px);
  z-index: 2;
}

.p-medical-item:hover .p-medical-link-line {
  border-color: rgba(255, 255, 255, 0.8);
}

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

.p-medical-link__title,
.p-medical-link__text {
  color: #ffffff;
  font-weight: 700;
}

.p-medical-link__title {
  font-size: 20px;
  letter-spacing: 1.6px;
  padding-bottom: 39px;
  position: relative;
}
@media screen and (min-width: 768px) {
  .p-medical-link__title {
    font-size: 28px;
    letter-spacing: 2.24px;
  }
}
.p-medical-link__title::before {
  background-color: #ffffff;
  border-radius: 30px;
  bottom: 20px;
  content: "";
  height: 2px;
  left: 50%;
  position: absolute;
  transform: translateX(-50%);
  width: 30px;
}
@media screen and (min-width: 1000px) {
  .p-medical-link__title::before {
    width: 40px;
  }
}

.p-medical-link__text {
  font-size: 12px;
  letter-spacing: 0.96px;
  line-height: 1.58;
}
@media screen and (min-width: 768px) {
  .p-medical-link__text {
    font-size: 16px;
  }
}

.p-medical__textWrap {
  background-color: #ffffff;
  margin-top: 21px;
  padding: 18px 20px;
}
@media screen and (min-width: 768px) {
  .p-medical__textWrap {
    margin-top: 60px;
    padding: 40px 40px 32px;
  }
}
@media screen and (min-width: 1000px) {
  .p-medical__textWrap {
    margin-top: 60px;
    padding: 36px 40px;
  }
}
@media screen and (min-width: 1201px) {
  .p-medical__textWrap {
    margin-inline: auto;
    max-width: 78.13vw;
  }
}

@media screen and (min-width: 1000px) {
  .p-medical__text {
    line-height: 2;
  }
}

.p-medical__text--red {
  color: #ee5a6d;
}
@media screen and (min-width: 1000px) {
  .p-medical__text--red {
    line-height: 2;
  }
}

* {
  box-sizing: border-box;
}

.p-blog {
  margin-top: 96px;
}
@media screen and (min-width: 1000px) {
  .p-blog {
    margin-top: 158px;
  }
}

.p-blog__lists {
  display: grid;
  gap: 21px;
  grid-template-columns: 1fr;
  margin-top: 43px;
}
@media screen and (min-width: 768px) {
  .p-blog__lists {
    gap: 50px 40px;
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: repeat(3, 1fr);
    margin-top: 80px;
  }
}
@media screen and (min-width: 1000px) {
  .p-blog__lists {
    gap: 60px 50px;
    grid-template-columns: repeat(3, 1fr);
    grid-template-rows: repeat(2, 1fr);
    margin-top: 76px;
  }
}

.p-blog__list {
  position: relative;
}

.p-blog-card {
  border-radius: 20px;
  display: flex;
  position: relative;
  overflow: visible;
}
@media (max-width: 767px) {
  .p-blog-card {
    flex-direction: row;
    max-height: 100px;
  }
}
@media screen and (min-width: 375px) {
  .p-blog-card {
    margin-inline: auto;
    max-width: 600px;
  }
}
@media screen and (min-width: 768px) {
  .p-blog-card {
    background: #fff;
    box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.16);
    flex-direction: column;
    margin: 0;
  }
}

.p-blog-card__imgWrapper {
  display: block;
  overflow: hidden;
}

@media screen and (min-width: 768px) {
  .p-blog-card__imgWrapper {
    border-radius: 20px 20px 0 0;
  }
}

.p-blog-card:hover .p-blog-card__imgWrapper img {
  transform: scale(1.1);
}
.p-blog-card:hover .p-blog-card__title {
  color: #1391e6;
}

.p-blog-card__image {
  display: block;
  flex: 1 1 20%;
  overflow: visible;
}
@media screen and (min-width: 768px) {
  .p-blog-card__image {
    aspect-ratio: auto;
    border-radius: 20px 20px 0 0;
    flex: none;
  }
}
.p-blog-card__image img {
  display: block;
  height: 101px;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  transition: transform 0.3s ease;
}
@media screen and (min-width: 768px) {
  .p-blog-card__image img {
    height: 100%;
  }
}

.p-blog-card__body {
  flex: 1 1 40%;
  padding-inline: 9px 8px;
}
@media screen and (min-width: 768px) {
  .p-blog-card__body {
    flex: none;
    padding-bottom: 16px;
    padding-inline: 24px;
    padding-top: 24px;
    position: relative;
  }
}
@media screen and (min-width: 1000px) {
  .p-blog-card__body {
    padding-bottom: 8px;
    padding-top: 21px;
  }
}

.p-blog-card__category {
  background-color: #1391e6;
  border-radius: 10px;
  color: #ffffff;
  flex-shrink: 0;
  font-size: 10px;
  margin-top: 5px;
  line-height: 18px;
  padding-inline: 6px;
  width: -moz-fit-content;
  width: fit-content;
}
@media screen and (min-width: 768px) {
  .p-blog-card__category {
    border-radius: 14px;
    font-size: 11px;
    margin-top: 0;
    padding: 0px 13px;
    line-height: 28px;
    position: absolute;
    top: 0;
    transform: translateY(-50%);
  }
}

.p-blog-card__title {
  line-height: 1.42;
  padding-top: 6px;
  transition: color 0.3s ease;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

@media screen and (max-width: 767px) {
  .p-blog-card__title {
    -webkit-line-clamp: 2;
  }
}
@media screen and (min-width: 768px) {
  .p-blog-card__title {
    font-size: 16px;
    line-height: 1.5;
    padding-top: 0px;
    -webkit-line-clamp: 3 !important;
  }
}

.p-blog-card__published {
  color: #888;
  font-size: 11px;
  padding-top: 7px;
}
@media screen and (min-width: 768px) {
  .p-blog-card__published {
    padding-top: 4px;
  }
}

.p-blog__button {
  display: flex;
  justify-content: center;
  margin-top: 40px;
}
@media screen and (min-width: 768px) {
  .p-blog__button {
    margin-top: 66px;
  }
}
@media screen and (min-width: 1201px) {
  .p-blog__button {
    margin-top: 61px;
  }
}

.p-footer-deco {
  height: 32px;
  margin-top: 100px;
  padding-top: 32px;
  position: relative;
}
@media screen and (min-width: 768px) {
  .p-footer-deco {
    margin-top: 159px;
  }
}
@media screen and (min-width: 1000px) {
  .p-footer-deco {
    height: 32px;
    margin-top: 161px;
  }
}
.p-footer-deco::before {
  background-image: url(../img/footer-wave-sp.webp);
  background-position: left top;
  background-repeat: no-repeat;
  background-size: cover;
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}
@media screen and (min-width: 1000px) {
  .p-footer-deco::before {
    background-image: url(../img/svg/footer-wave-pc.svg);
    background-size: cover;
    height: inherit;
  }
}

@media screen and (min-width: 1000px) {
  .p-footer-info {
    display: flex;
    flex-direction: row;
    gap: 40px;
  }
}

.p-footer-info__body {
  align-items: center;
  display: flex;
  flex-direction: column;
}

.p-footer-info__logo {
  margin: 0 auto;
  max-width: 310px;
  width: 100%;
  height: auto;
}
@media screen and (min-width: 768px) {
  .p-footer-info__logo {
    max-width: 403px;
  }
}

.p-footer-info__access {
  margin: 0 auto;
  max-width: 277px;
  padding-top: 11px;
}
.p-footer-info__access span {
  margin-left: 14px;
}
@media screen and (min-width: 768px) {
  .p-footer-info__access {
    padding-top: 7px;
  }
}

.p-footer-info__tel {
  align-items: center;
  color: #1391e6;
  display: flex;
  font-size: 32px;
  font-weight: 700;
  gap: 4px;
  letter-spacing: -0.69px;
  line-height: 1.12;
  margin-top: 20px;
  padding-left: 4px;
}
@media screen and (min-width: 768px) {
  .p-footer-info__tel {
    margin-top: 21px;
    padding-left: 0;
  }
}

.p-footer-info__time {
  color: #1391e6;
  font-size: 12px;
  margin-top: 2px;
}
@media screen and (min-width: 768px) {
  .p-footer-info__time {
    margin-top: 0;
  }
}

.p-footer-info__btnWrap {
  align-items: center;
  display: flex;
  flex: 1;
  justify-content: center;
  margin-top: 17px;
  max-width: 100%;
  width: auto;
}
@media screen and (min-width: 768px) {
  .p-footer-info__btnWrap {
    margin-top: 17px;
  }
}

.p-footer-info__btn:nth-child(2) {
  margin-left: 15px;
}
@media screen and (min-width: 768px) {
  .p-footer-info__btn:nth-child(2) {
    margin-left: 20px;
  }
}

.p-footer-info__timeTable {
  border-radius: 8px;
  box-shadow: 0 3px 5px 1px rgba(0, 0, 0, 0.2);
  margin-top: 20px;
  max-width: 478px;
  width: 89.3vw;
}
@media screen and (min-width: 768px) {
  .p-footer-info__timeTable {
    height: 166px;
    width: 478px;
  }
  .p-footer-info__timeTable img {
    width: 100%;
  }
}

.p-footer-info__map {
  aspect-ratio: 1/1;
  margin-inline: auto;
  margin-top: 20px;
  max-width: 100%;
  overflow: hidden;
  position: relative;
  text-align: center;
  width: 100%;
}
@media screen and (min-width: 375px) {
  .p-footer-info__map {
    max-width: 478px;
    width: calc(100% - 20px);
  }
}
@media screen and (min-width: 768px) {
  .p-footer-info__map {
    margin-top: 40px;
    width: 478px;
  }
}
@media screen and (min-width: 1000px) {
  .p-footer-info__map {
    margin-top: 0;
  }
}

.p-footer-map__iframe iframe {
  border: 0;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}

.p-footer-nav {
  padding-left: 10px;
}
@media screen and (min-width: 1000px) {
  .p-footer-nav {
    display: flex;
    gap: 40px;
    justify-content: center;
    margin-inline: auto;
    max-width: 1000px;
    padding-left: 0;
  }
}

.p-footer-nav__item {
  display: flex;
  flex-direction: column;
  font-size: 16px;
  font-weight: 700;
  margin-top: 34px;
}
@media screen and (min-width: 1000px) {
  .p-footer-nav__item {
    margin-top: 0;
  }
}

.p-footer-nav__subitem {
  font-size: 16px;
  font-weight: 500;
}

.p-footer-subNav:nth-child(2) {
  padding-left: 20px;
}

.p-footer-subNav__item {
  display: block;
  margin-top: 15px;
  padding-left: 12px;
  position: relative;
}
@media screen and (min-width: 1000px) {
  .p-footer-subNav__item {
    margin-top: 14px;
  }
}

.p-footer-subNav__Box {
  display: flex;
}

.p-copyrights {
  background-color: #1391e6;
  display: flex;
  justify-content: center;
}

.p-copyrights__text {
  color: #ffffff;
}

.p-page-top {
  bottom: 99px;
  opacity: 0;
  position: fixed;
  right: 10px;
  transition: opacity 0.3s, visibility 0.3s;
  visibility: hidden;
  width: min(13.8666666667%, 52px);
  z-index: 10;
}
@media screen and (min-width: 768px) {
  .p-page-top {
    bottom: 60px;
    right: 20px;
  }
}
.p-page-top.is-show {
  opacity: 1;
  visibility: visible;
}
.p-page-top img {
  cursor: pointer;
  width: 52px;
}

.p-footer__cta {
  background: rgba(255, 255, 255, 0.85);
  bottom: 0;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  height: 60px;
  left: 0;
  position: fixed;
  width: 100%;
  z-index: 40;
}

.p-cta {
  align-items: center;
  display: flex;
  justify-content: center;
}
@media screen and (min-width: 1201px) {
  .p-cta {
    display: none;
  }
}

.p-cta-tel {
  height: 44px;
  margin-left: -6px;
  width: 170px;
}
@media screen and (max-width: 374px) {
  .p-cta-tel {
    margin-left: 0;
    text-align: center;
    width: 160px;
  }
}
.p-cta-tel span {
  color: #1391e6;
  font-size: 20px;
  font-weight: 700;
}

.p-cta-tel__link {
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 374px) {
  .p-cta-tel__link {
    font-size: 20px;
    line-height: 1;
  }
}
.p-cta-tel__link:hover svg,
.p-cta-tel__link:hover span {
  color: #0060a0;
}
.p-cta-tel__link svg {
  color: #1391e6;
  height: 18px;
  transition: color 0.3s ease;
  vertical-align: text-top;
  width: 18px;
}
@media screen and (max-width: 374px) {
  .p-cta-tel__link svg {
    vertical-align: top;
  }
}
.p-cta-tel__link span {
  transition: color 0.3s ease;
}

.p-cta-tel__time {
  color: #393939;
  font-size: 10px;
  font-weight: 500;
  margin-top: -6px;
  text-align: center;
}
@media screen and (max-width: 374px) {
  .p-cta-tel__time {
    line-height: 1;
  }
}

.p-cta-reserve {
  background: #1391e6;
  border-radius: 8px;
  margin-left: 10px;
}

.p-cta-reserve__link {
  align-items: center;
  border-radius: 8px;
  display: flex;
  height: 47px;
  padding-left: 16px;
  transition: background-color 0.3s ease;
  width: 157px;
}
@media screen and (max-width: 374px) {
  .p-cta-reserve__link {
    width: 151px;
  }
}
.p-cta-reserve__link img {
  height: 28px;
  width: 46px;
}
.p-cta-reserve__link:hover {
  background-color: #0060a0;
}

.p-cta-reserve__text {
  color: #ffffff;
  font-size: 12px;
  font-weight: 700;
  line-height: 1.3;
  margin-left: 11px;
  text-align: center;
}

.p-cta-reserve__text--large {
  font-size: 16px;
}

.p-reserve {
  background-color: #1391e6;
  border-radius: 20px 0px 0px 20px;
  display: block;
  display: none;
  height: 120px;
  max-width: 92px;
  padding: 20px 17px;
  position: fixed;
  right: 0;
  text-align: center;
  top: 176px;
  transition: background-color 0.3s ease;
  z-index: 30;
}
@media screen and (min-width: 1201px) {
  .p-reserve {
    display: block;
  }
}
.p-reserve img {
  width: 52px;
}
.p-reserve:hover {
  background-color: #0060a0;
}

.p-reserve__text {
  color: #ffffff;
  font-weight: 700;
  line-height: 1.5;
  padding-top: 7px;
}

.p-lower-top {
  margin: 0 auto;
  margin-top: 20px;
  position: relative;
}
@media screen and (max-width: 374px) {
  .p-lower-top {
    margin-inline: 10px;
  }
}
@media screen and (min-width: 375px) {
  .p-lower-top {
    margin-inline: 20px;
  }
}
@media screen and (min-width: 768px) {
  .p-lower-top {
    margin-inline: 40px;
  }
}
@media screen and (min-width: 1000px) {
  .p-lower-top {
    margin-top: 40px;
  }
}
@media screen and (min-width: 1201px) {
  .p-lower-top {
    margin-inline: auto;
    max-width: 1920px;
    width: 90%;
  }
}
.p-lower-top:before {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 12px;
  content: "";
  filter: brightness(0.8);
  height: 100%;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: -1;
}

.p-lower-top--about::before {
  background-image: url(../img/about/page-about-top-sp.webp);
}
@media screen and (min-width: 768px) {
  .p-lower-top--about::before {
    background-image: url(../img/about/page-about-top-pc.webp);
  }
}

.p-lower-top--group {
  display: flex;
  flex-direction: column;
  height: 188px;
  justify-content: center;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .p-lower-top--group {
    height: 340px;
  }
}

.p-lower-top__title,
.p-lower-top__subTitle {
  color: #ffffff;
  font-weight: 700;
  text-align: center;
}

.p-lower-top__title {
  font-size: 24px;
  letter-spacing: 4.8px;
  padding-left: 6px;
  padding-top: 4px;
}
@media screen and (min-width: 768px) {
  .p-lower-top__title {
    font-size: 32px;
    letter-spacing: 3.2px;
    padding: 0;
  }
}

.p-lower-top__subTitle {
  font-size: 12px;
  letter-spacing: 1.2px;
  padding-top: 10px;
}
@media screen and (min-width: 768px) {
  .p-lower-top__subTitle {
    font-size: 14px;
    letter-spacing: 1.4px;
    padding-top: 12px;
  }
}

.p-lower-top--medical::before {
  background-image: url(../img/medical/page-medical-top-sp.webp);
}
@media screen and (min-width: 768px) {
  .p-lower-top--medical::before {
    background-image: url(../img/medical/page-medical-top-pc.webp);
  }
}

.p-lower-top--staff::before {
  background-image: url(../img/staff/page_staff_top_sp.webp);
}
@media screen and (min-width: 768px) {
  .p-lower-top--staff::before {
    background-image: url(../img/staff/page_staff_top_pc.webp);
  }
}

.p-lower-top--archive::before {
  background-image: url(../img/archive/archive_top_sp.webp);
}
@media screen and (min-width: 768px) {
  .p-lower-top--archive::before {
    background-image: url(../img/archive/archive_top_pc.webp);
  }
}

.p-breadcrumb {
  margin-inline: 10px;
  margin-top: 9px;
}

@media screen and (min-width: 375px) {
  .p-breadcrumb {
    margin-inline: 20px;
    margin-top: 6px;
  }
}
@media screen and (min-width: 768px) {
  .p-breadcrumb {
    margin-inline: 60px;
  }
}
@media screen and (min-width: 1000px) {
  .p-breadcrumb {
    margin-inline: 90px;
    margin-top: 10px;
  }
}

.p-breadcrumb [property="itemListElement"] {
  display: inline;
  font-size: 12px;
}

.p-breadcrumb [property="itemListElement"] a {
  color: #c2c2c2;
  text-decoration: none;
}

.p-breadcrumb [property="itemListElement"]:not(:last-of-type)::after {
  content: " > ";
  color: #393939;
  margin: 0 7px;
}

.p-about-feature__items {
  margin-top: 38px;
}

.p-about-feature__item {
  padding-top: 100px;
}
@media screen and (min-width: 768px) {
  .p-about-feature__item {
    margin-top: 57px;
    padding-top: 210px;
  }
}
.p-about-feature__item:nth-child(1) {
  padding-bottom: 72px;
}
.p-about-feature__item:nth-of-type(2) {
  padding-top: 22px;
}
@media screen and (min-width: 768px) {
  .p-about-feature__item:nth-of-type(2) {
    padding-top: 66px;
  }
}

.p-about-feature__item:nth-child(2) .p-feature__image {
  margin-left: auto;
  margin-right: 0;
}
@media screen and (min-width: 768px) {
  .p-about-feature__item:nth-child(2) .p-feature__image {
    margin: 0;
  }
}
.p-about-feature__item:nth-child(2) .p-feature__image img {
  border-radius: 20px 0 0 20px;
}

@media screen and (min-width: 768px) {
  .p-about-feature__item:nth-of-type(2) .p-feature__wrap {
    flex-direction: row-reverse;
    justify-content: end;
  }
}

.p-about-feature__item:nth-of-type(2) .p-feature__description {
  margin-left: 0;
}
@media screen and (min-width: 768px) {
  .p-about-feature__item:nth-of-type(2) .p-feature__description {
    margin-inline: 40px;
    margin-top: 37px;
  }
}
@media screen and (min-width: 1000px) {
  .p-about-feature__item:nth-of-type(2) .p-feature__description {
    margin-right: 85px;
  }
}

.p-feature {
  overflow: hidden;
  position: relative;
}

.p-feature__wrap {
  display: flex;
  flex-direction: column-reverse;
  position: relative;
}
@media screen and (min-width: 768px) {
  .p-feature__wrap {
    flex-direction: row;
  }
}
@media screen and (min-width: 1000px) {
  .p-feature__wrap {
    align-items: flex-start;
    justify-content: start;
  }
}

.p-feature__image {
  margin-bottom: 0;
  margin-left: 0;
  margin-right: auto;
  margin-top: 37px;
  width: 89.07vw;
}
@media screen and (min-width: 768px) {
  .p-feature__image {
    margin: 0;
    width: 50vw;
  }
}
@media screen and (min-width: 1000px) {
  .p-feature__image {
    display: flex;
    justify-content: right;
    width: 50%;
  }
}
.p-feature__image img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
  border-radius: 0 20px 20px 0;
  object-fit: cover;
  -o-object-position: bottom;
  object-position: bottom;
}
@media screen and (min-width: 768px) {
  .p-feature__image img {
    max-width: 100%;
  }
}
@media screen and (min-width: 1201px) {
  .p-feature__image img {
    height: 438px;
    width: 100%;
    -o-object-position: bottom;
    object-position: bottom;
  }
}

.p-feature__description {
  padding: 0 20px;
}
@media screen and (min-width: 768px) {
  .p-feature__description {
    margin-inline: 40px;
    margin-top: 0;
    padding: 0;
    width: 40%;
  }
}
@media screen and (min-width: 1000px) {
  .p-feature__description {
    margin-left: 95px;
    width: 32.5%;
  }
}

.p-feature__subTitle {
  color: #1391e6;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 1.1px;
}
@media screen and (min-width: 768px) {
  .p-feature__subTitle {
    font-size: 14px;
    letter-spacing: 1.4px;
  }
}

.p-feature__title {
  font-size: 20px;
  font-weight: 700;
  letter-spacing: 1.6px;
  line-height: 1.6;
  margin-top: 15px;
}
@media screen and (max-width: 374px) {
  .p-feature__title {
    letter-spacing: 1.5px;
  }
}
@media screen and (min-width: 768px) {
  .p-feature__title {
    font-size: 28px;
    letter-spacing: 2.24px;
    line-height: 1.57;
    margin-top: 24px;
  }
}

.p-feature__textBlock {
  margin-top: 26px;
}
@media screen and (min-width: 1000px) {
  .p-feature__textBlock {
    margin-top: 35px;
  }
}

.p-feature__text:nth-child(2) {
  margin-top: 22px;
}
@media screen and (min-width: 768px) {
  .p-feature__text:nth-child(2) {
    margin-top: 22px;
  }
}
@media screen and (min-width: 1000px) {
  .p-feature__text {
    width: 97.8%;
  }
}

.p-about-gallery__items {
  display: grid;
  gap: 11px;
  grid-template-columns: repeat(2, 1fr);
  margin: 36px auto 0;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .p-about-gallery__items {
    gap: 24px;
    grid-template-columns: repeat(3, 1fr);
    margin-inline: auto;
    margin-top: 55px;
    max-width: 720px;
  }
}
@media screen and (min-width: 1000px) {
  .p-about-gallery__items {
    max-width: 1040px;
  }
}
.p-about-gallery__image {
  height: 100%;
  margin: 0;
  width: 100%;
}
.p-about-gallery__image img {
  border-radius: 20px;
}

.p-medical-main__inner {
  margin-inline: auto;
  max-width: 600px;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .p-medical-main__inner {
    max-width: 720px;
  }
}
@media screen and (min-width: 1000px) {
  .p-medical-main__inner {
    max-width: 1040px;
  }
}
@media screen and (min-width: 1201px) {
  .p-medical-main__inner {
    max-width: 1196px;
  }
}

.p-medical-main__wrap:nth-child(2) {
  padding-top: 80px;
}
@media screen and (min-width: 768px) {
  .p-medical-main__wrap:nth-child(2) {
    padding-top: 72px;
  }
}

.p-medical-main__titleWrap {
  display: flex;
  flex-direction: row;
}
@media screen and (min-width: 768px) {
  .p-medical-main__titleWrap {
    align-items: center;
  }
}

.p-medical-main__title {
  font-size: 20px;
  font-weight: 700;
  letter-spacing: 1.6px;
}
@media screen and (min-width: 768px) {
  .p-medical-main__title {
    font-size: 28px;
    letter-spacing: 2.24px;
  }
}

.p-medical-main__subTitle {
  background-color: #1391e6;
  border-radius: 24px;
  color: #fff;
  display: inline-block;
  font-size: 14px;
  font-weight: 700;
  height: 35px;
  letter-spacing: 1.12px;
  line-height: 1.5;
  margin-left: 24px;
  padding: 7px 12px;
  vertical-align: middle;
}

.p-medical-main__items {
  padding-top: 32px;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .p-medical-main__items {
    display: flex;
    flex-wrap: wrap;
    gap: 16px;
    padding-top: 29px;
  }
}

.p-medical-main__item:not(:first-child) {
  padding-top: 16px;
}
@media screen and (min-width: 768px) {
  .p-medical-main__item:not(:first-child) {
    padding-top: 0;
  }
}

.p-medical-main__link {
  background: #ffffff;
  border: 1px solid #1391e6;
  border-radius: 12px;
  color: #1391e6;
  display: block;
  font-size: 20px;
  font-weight: 700;
  letter-spacing: 1.6px;
  line-height: 1;
  padding-block: 19px;
  position: relative;
  text-align: center;
  transition: 0.3s ease-out;
}
@media screen and (min-width: 768px) {
  .p-medical-main__link {
    border: 2px solid #1391e6;
    font-size: 24px;
    letter-spacing: 1.92px;
    padding: 22px 29px;
  }
}
.p-medical-main__link:after {
  background-image: url(../img/svg/arrow-bottom.svg);
  background-position: center bottom;
  background-repeat: no-repeat;
  bottom: 5px;
  content: "";
  height: 21px;
  left: 50%;
  opacity: 0;
  position: absolute;
  transform: translateX(-50%);
  width: 20px;
}
.p-medical-main__link:hover {
  background-color: #dff1fd;
  padding: 11px 29px 31px;
}
.p-medical-main__link:hover:after {
  opacity: 1;
}

.p-medical-main__subTitle--red {
  background-color: #ee5a6d;
}

.p-lower-medical__titleWrap {
  padding-top: 27px;
}
@media screen and (min-width: 768px) {
  .p-lower-medical__titleWrap {
    padding-top: 0;
  }
}

.p-lower-medical__items {
  padding-bottom: 62px;
  padding-top: 35px;
}
@media screen and (min-width: 768px) {
  .p-lower-medical__items {
    padding-bottom: 82px;
    padding-top: 55px;
  }
}
.p-lower-medical__items .p-lower-medical__item:nth-child(n + 2) {
  margin-top: 41px;
}

@media screen and (min-width: 768px) {
  .p-lower-medical__items .p-lower-medical__item:nth-child(n + 2) {
    margin-top: 43px;
  }
}

.p-lower-medical__item {
  background: #ffffff;
  border-radius: 20px;
  margin-inline: auto;
  max-width: 600px;
  padding-block: 20px;
  padding-inline: 20px;
  position: relative;
}
@media screen and (min-width: 768px) {
  .p-lower-medical__item {
    max-width: 100%;
    padding: 60px;
  }
}
@media screen and (min-width: 1000px) {
  .p-lower-medical__item {
    max-width: 1000px;
  }
}

.p-medical-detail__titleWrap {
  border-bottom: solid 1px #c2c2c2;
  padding-bottom: 18px;
}
@media screen and (min-width: 768px) {
  .p-medical-detail__titleWrap {
    align-items: center;
    display: flex;
    flex-direction: row;
    padding-bottom: 36px;
  }
}

.p-medical-detail__title {
  font-size: 20px;
  font-weight: 700;
  letter-spacing: 1.6px;
  line-height: 1.4;
}
@media screen and (min-width: 768px) {
  .p-medical-detail__title {
    font-size: 28px;
    letter-spacing: 2.24px;
  }
}

.p-medical-detail-subTitle {
  color: #1391e6;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 1.12px;
  padding-top: 20px;
}
@media screen and (min-width: 768px) {
  .p-medical-detail-subTitle {
    margin-left: 38px;
    padding-top: 0;
  }
}

.p-medical-detail__content {
  padding-top: 16px;
}
@media screen and (min-width: 768px) {
  .p-medical-detail__content {
    display: flex;
    flex-direction: row;
    padding-top: 37px;
  }
}

.p-medical-detail__textWrap,
.p-medical-detail__imageWrap {
  flex: 1;
}

.p-medical-detail__text {
  font-weight: 500;
  line-height: 1.71429;
}

.p-medical-detail__imageWrap {
  border-radius: 20px;
  margin-top: 16px;
}
@media screen and (min-width: 768px) {
  .p-medical-detail__imageWrap {
    margin-left: 41px;
    margin-top: 0;
  }
}

.p-medical-detail__icon-pc,
.p-medical-detail__icon-sp {
  position: absolute;
  right: 20px;
  top: 0;
  width: 80px;
}
@media screen and (min-width: 768px) {
  .p-medical-detail__icon-pc,
  .p-medical-detail__icon-sp {
    right: 60px;
    width: 100px;
  }
}

.p-medical-detail__icon-pc {
  display: none;
}
@media screen and (min-width: 768px) {
  .p-medical-detail__icon-pc {
    display: block;
  }
}

.p-medical-detail__icon-sp {
  display: block;
}
@media screen and (min-width: 768px) {
  .p-medical-detail__icon-sp {
    display: none;
  }
}

.p-lower-greeting__content {
  margin: 0 auto;
  max-width: 460px;
}
@media screen and (min-width: 768px) {
  .p-lower-greeting__content {
    display: flex;
    flex-direction: row;
    gap: 80px;
    margin: 0 auto;
    max-width: 1000px;
    padding-top: 57px;
  }
}

@media screen and (min-width: 768px) {
  .p-lower-greeting__description {
    flex: 1;
  }
}

.p-lower-greeting__subtitle {
  font-size: 20px;
  font-weight: 700;
  letter-spacing: 1.6px;
  line-height: 1.6;
  padding-top: 36px;
}
@media screen and (min-width: 768px) {
  .p-lower-greeting__subtitle {
    font-size: 28px;
    font-weight: 700;
    letter-spacing: 2.24px;
    line-height: 1.57;
    padding-top: 0;
  }
}

.p-lower-greeting__textWrap1 {
  padding-top: 27px;
}
@media screen and (min-width: 768px) {
  .p-lower-greeting__textWrap1 {
    padding-top: 36px;
  }
}

.p-lower-greeting__textWrap2 {
  padding-top: 20px;
}
@media screen and (min-width: 768px) {
  .p-lower-greeting__textWrap2 {
    padding-top: 23px;
  }
}

.p-lower-greeting__textWrap3 {
  padding-top: 34px;
  text-align: right;
}
@media screen and (min-width: 768px) {
  .p-lower-greeting__textWrap3 {
    padding-top: 15px;
  }
}

.p-lower-greeting__image {
  padding-top: 40px;
}

.p-lower-greeting__about {
  padding-top: 41px;
}
@media screen and (min-width: 768px) {
  .p-lower-greeting__about {
    padding-top: 56px;
  }
}

.p-lower-staff__subTitle {
  border-bottom: 1px solid #393939;
  font-size: 16px;
  padding-bottom: 3px;
}

.p-lower-greeting__careerBlock {
  color: #393939;
  display: flex;
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-size: 14px;
  font-weight: 500;
  padding-top: 12px;
}

.p-lower-greeting__year {
  padding-right: 15px;
}

.p-lower-greeting__license {
  padding-top: 35px;
}
@media screen and (min-width: 768px) {
  .p-lower-greeting__license {
    padding-top: 28px;
  }
}

.p-lower-greeting__licenseBlock {
  padding-top: 13px;
}

.p-lower-greeting__imageWrap {
  border-radius: 20px;
}
@media screen and (min-width: 768px) {
  .p-lower-greeting__imageWrap {
    flex: 1;
  }
}

.swiper-wrapper {
  transition-timing-function: linear !important;
}

.p-staff-swiper__slide {
  border-radius: 20px;
  flex: 0 0 200px;
}
@media screen and (min-width: 768px) {
  .p-staff-swiper__slide {
    flex: 0 0 23.8%;
  }
}

.p-lower-introduction__wrapper {
  padding-top: 34px;
}
@media screen and (min-width: 768px) {
  .p-lower-introduction__wrapper {
    padding-top: 56px;
  }
}

.p-lower-introduction__content {
  margin: 0 auto;
  max-width: 460px;
}
@media screen and (min-width: 768px) {
  .p-lower-introduction__content {
    margin: 0 auto;
    max-width: 1000px;
  }
}
.p-lower-introduction__content:nth-child(2) {
  padding-top: 40px;
}
@media screen and (min-width: 768px) {
  .p-lower-introduction__content:nth-child(2) {
    padding-top: 60px;
  }
}

.p-lower-staff-introduction__title {
  border-bottom: 1px solid #393939;
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 1.28px;
  padding-bottom: 3px;
}
@media screen and (min-width: 768px) {
  .p-lower-staff-introduction__title {
    padding-bottom: 5px;
  }
}

.p-lower-introduction__cards {
  display: grid;
  width: 100%;
  padding-top: 37px;
  gap: 57px 10px;
  grid-template-columns: 1fr;
}

@media screen and (min-width: 768px) {
  .p-lower-introduction__cards {
    grid-template-columns: repeat(3, 1fr);
  }
}

@media screen and (min-width: 1000px) {
  .p-lower-introduction__cards {
    gap: 62px 80px;
    padding-top: 39px;
  }
}

.p-staffCard-image {
  border-radius: 20px;
}

.p-staffCard-nameWrap {
  align-items: center;
  color: #393939;
  display: flex;
  justify-content: center;
  padding-top: 15px;
}
@media screen and (min-width: 768px) {
  .p-staffCard-nameWrap {
    padding-top: 14px;
  }
}

.p-staffCard-name1 {
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 0.96px;
}

.p-staffCard-name2 {
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 1.44px;
  padding-left: 12px;
}

.p-staffCard-list {
  align-items: center;
  color: #393939;
  display: flex;
  flex-wrap: wrap;
  padding-top: 14px;
}
@media screen and (min-width: 768px) {
  .p-staffCard-list {
    padding-top: 13px;
  }
}

.p-staffCard-title {
  align-items: center;
  background-color: #dff1fd;
  box-sizing: border-box;
  display: flex;
  font-weight: 500;
  height: 55px;
  margin: 0;
  padding-left: 20px;
  position: relative;
  width: 41.79%;
}
@media screen and (min-width: 768px) {
  .p-staffCard-title {
    width: 50%;
  }
}

.p-staffCard-title:not(:last-of-type)::after {
  background-color: #ffffff;
  bottom: 0;
  content: "";
  height: 1px;
  left: 0;
  position: absolute;
  right: 0;
}

.p-staffCard-data {
  box-sizing: border-box;
  font-weight: 500;
  margin: 0;
  padding-left: 20px;
  width: 58.21%;
}
@media screen and (min-width: 768px) {
  .p-staffCard-data {
    width: 50%;
  }
}

.p-archive__list {
  width: 100%;
}

.p-archive-card {
  display: flex;
  flex-wrap: wrap;
}
.p-archive-card:not(:first-child) {
  margin-top: 19px;
}
@media screen and (min-width: 768px) {
  .p-archive-card:not(:first-child) {
    margin-top: 20px;
  }
}
.p-archive-card:hover .p-archive-card__title {
  color: #1391e6;
}
.p-archive-card:hover .p-archive-card__image img {
  transform: scale(1.05);
}

.p-archive-card__image {
  flex: 1 1 33%;
  overflow: hidden;
  position: relative;
}
@media screen and (min-width: 375px) {
  .p-archive-card__image {
    flex: 1 1 19%;
    height: 102px;
  }
}
@media screen and (min-width: 768px) {
  .p-archive-card__image {
    flex: 1 1 37%;
    height: 153px;
  }
}
@media screen and (min-width: 1000px) {
  .p-archive-card__image {
    max-width: 245px;
  }
}
.p-archive-card__image img {
  -o-object-fit: cover;
  height: 100%;
  object-fit: cover;
  transition: transform 0.4s ease;
  width: 100%;
}

.p-archive-card__image.post-thumb-bg {
  width: 100%;
  aspect-ratio: 16 / 9;
  background-image: var(--sp-bg);
  background-size: cover;
  background-position: center;
}

@media (min-width: 768px) {
  .p-archive-card__image.post-thumb-bg {
    background-image: var(--pc-bg);
  }
}

.p-archive-card__body {
  flex: 1 1 40%;
  padding-left: 10px;
  padding-top: 0px;
}
@media screen and (min-width: 1000px) {
  .p-archive-card__body {
    padding-left: 20px;
    padding-top: 15px;
  }
}

.p-archive-card__category {
  background-color: #1391e6;
  border-radius: 10px;
  color: #ffffff;
  flex-shrink: 0;
  font-size: 10px;
  font-weight: 500;
  padding: 1px 8px 1px;
  width: -moz-fit-content;
  width: fit-content;
  margin-top: 5px;
}
@media screen and (min-width: 768px) {
  .p-archive-card__category {
    border-radius: 14px;
    font-size: 11px;
    margin-top: 0;
    padding: 6px 12px;
  }
}
@media screen and (min-width: 1000px) {
  .p-archive-card__category {
    padding: 5px 12px;
  }
}

.p-blog-card__title,
.p-archive-card__title {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  line-height: 1.42857;
  padding-top: 4px;
}

@media screen and (min-width: 768px) {
  .p-archive-card__title {
    font-size: 16px;
    margin-top: 12px;
    line-height: 1.5;
  }
}

.p-archive-card__published {
  color: #888;
  font-size: 11px;
  padding-top: 8px;
  display: block;
}
@media screen and (min-width: 768px) {
  .p-archive-card__published {
    font-size: 12px;
    padding-top: 15px;
  }
}

.wp-pageNav {
  align-items: center;
  display: flex;
  flex-wrap: nowrap;
  gap: 3px;
  justify-content: center;
}
@media screen and (min-width: 768px) {
  .wp-pageNav {
    gap: 7px;
  }
}
@media screen and (min-width: 1000px) {
  .wp-pageNav {
    gap: 10px;
  }
}

.p-page,
.current {
  align-items: center;
  border: 1px solid #1391e6;
  border-radius: 4px;
  color: #1391e6;
  display: inline-flex;
  font-size: 12px;
  font-weight: 500;
  height: 30px;
  justify-content: center;
  line-height: 30px;
  text-align: center;
  transition: background-color 0.4s ease;
  min-width: 28px;
  flex-shrink: 0;
}
@media screen and (min-width: 768px) {
  .p-page,
  .current {
    font-size: 14px;
    height: 36px;
    line-height: 36px;
    min-width: 30px;
  }
}
@media screen and (min-width: 1000px) {
  .p-page,
  .current {
    min-width: 34px;
  }
}

.current {
  background-color: #1391e6;
  color: #ffffff;
}

.p-page:hover,
.current:hover {
  background-color: #1391e6;
  border-color: #1391e6;
  color: #ffffff;
}

.p-prevPostsLink,
.p-nextPostsLink {
  background-color: #1391e6;
  color: #ffffff;
  font-size: 11px;
  font-weight: 500;
  min-width: 50px;
  padding-block: 7px;
  position: relative;
  justify-content: center;
}
@media screen and (min-width: 768px) {
  .p-prevPostsLink,
  .p-nextPostsLink {
    font-size: 14px;
    width: 82px;
    border-radius: 3px;
    padding-block: 8px;
  }
}

.p-prevPostsLink {
  padding-left: 33px;
  padding-right: 14px;
}
@media screen and (min-width: 768px) {
  .p-prevPostsLink {
    padding-left: 35px;
  }
}

.p-nextPostsLink {
  padding-left: 14px;
  padding-right: 33px;
}
@media screen and (min-width: 768px) {
  .p-nextPostsLink {
    padding-right: 35px;
  }
}

.p-prevPostsLink::before,
.p-nextPostsLink::after {
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  height: 14px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 14px;
}
@media screen and (min-width: 768px) {
  .p-prevPostsLink::before,
  .p-nextPostsLink::after {
    height: 16px;
    width: 16px;
  }
}

.p-nextPostsLink::after {
  background-image: url(../img/svg/blog-next-sp.svg);
  right: 15px;
  transition: right 0.4s ease;
}
@media screen and (min-width: 768px) {
  .p-nextPostsLink::after {
    background-image: url(../img/svg/blog-next-pc.svg);
    right: 17px;
  }
}

.p-prevPostsLink::before {
  background-image: url(../img/svg/blog-prev-sp.svg);
  left: 15px;
  transition: left 0.4s ease;
}
@media screen and (min-width: 768px) {
  .p-prevPostsLink::before {
    background-image: url(../img/svg/blog-prev-pc.svg);
    left: 17px;
  }
}

.p-page:hover {
  background-color: #1391e6;
  border-color: #1391e6;
  color: #ffffff;
}

.p-prevPostsLink:hover::before {
  left: 12px;
}

.p-nextPostsLink:hover::after {
  right: 12px;
}

@media screen and (min-width: 768px) {
  .p-sidebar__block {
    width: 300px;
  }
}

.p-sidebar__about {
  margin-top: 100px;
}
@media screen and (min-width: 768px) {
  .p-sidebar__about {
    margin-top: -8px;
  }
}
.p-sidebar-about__title{
margin-top: 0;
}
@media screen and (min-width: 768px) {
  .p-sidebar-about__title {
    margin-top: 6px;
  }
}

.p-sidebar-about__title:after {
  background-image: url(../img/svg/sidebar-about-icon.svg);
}

.p-sidebar-about__img {
  display: block;
  padding-top: 20px;
}

.p-sidebar-about__clinicSubtitle {
  font-size: 16px;
  font-weight: 700;
  padding-top: 20px;
}

.p-sidebar-about__text {
  font-weight: 500;
  padding-top: 7px;
}

.p-sidebar-about__link {
  color: #1391e6;
  display: block;
  font-weight: 500;
  margin-left: 3px;
  margin-top: 9px;
  position: relative;
  transition: opacity 0.4s ease;
}

.p-sidebar-about__link:hover::after {
  left: 96px;
}

.p-sidebar-about__link::after {
  background-image: url(../img/svg/sidebar-about-right.svg);
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  height: 18px;
  left: 93px;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  transition: left 0.4s ease;
  width: 18px;
}
.p-sidebar-about__link:hover {
  opacity: 0.7;
}

.p-sidebar-news {
  padding-top: 58px;
}
.p-sidebar-news__title {
  margin-top: 0;
}

.p-sidebar-news__title:after {
  background-image: url(../img/svg/sidebar-news-icon.svg);

}

.p-sidebar-news__articles {
  padding-top: 20px;
}

.p-sidebar-card {
  display: flex;
  height: 101px;
  position: relative;
  transition: color 0.4s ease;
}
@media screen and (min-width: 768px) {
  .p-sidebar-card {
    height: 90px;
  }
}
.p-sidebar-card:not(:first-child) {
  margin-top: 20px;
}
.p-sidebar-card:hover .p-sidebar-card__title {
  color: #1391e6;
}
.p-sidebar-card:hover .p-sidebar-card__image img {
  transform: translate(-50%, -50%) scale(1.05);
}

.p-sidebar-card__image {
  max-width: 133px;
  overflow: hidden;
  position: relative;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .p-sidebar-card__image {
    max-width: 120px;
  }
}
.p-sidebar-card__image img {
  height: 100%;
  left: 50%;
  -o-object-fit: cover;
  object-fit: cover;
  object-fit: cover;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%) scale(1, 1);
  transition: 0.4s ease-out;
  width: 100%;
}

.p-sidebar-card__body {
  padding-left: 10px;
  padding-top: 5px;
  flex: 1 1 60%;
}
@media screen and (min-width: 768px) {
  .p-sidebar-card__body {
    padding-top: 1px;
  }
}

.p-sidebar-card__category {
  background-color: #1391e6;
  border-radius: 10px;
  color: #ffffff;
  flex-shrink: 0;
  font-size: 10px;
  font-weight: 500;
  padding: 1px 8px;
  width: -moz-fit-content;
  width: fit-content;
  margin-top: 1px;
}

.p-sidebar-card__title {
  display: block;
  font-weight: 500;
  line-height: 1.42;
  padding-top: 5px;
  transition: color 0.4s ease;
  height: 3em;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  line-height: 1.42857;
}

.p-sidebar-card__published {
  color: #888;
  display: inline-block;
  font-size: 11px;
  font-weight: 500;
  padding-top: 9px;
}

.p-sidebar-category {
  padding-top: 60px;
}
.p-sidebar-category__title {
  margin-top: 0;
}
.p-sidebar-category__title::after {
  background-image: url(../img/svg/sidebar-category-icon.svg);
}

.p-sidebar-category__lists {
  padding-top: 17px;
  padding-left: 20px;
}
@media screen and (min-width: 768px) {
  .p-sidebar-category__lists {
    padding-top: 20px;
  }
}

.p-sidebar-category__list {
  display: block;
  position: relative;
  padding-left: 12px;
  font-size: 16px;
  font-weight: 500;
}
.p-sidebar-category__list br{
 display: none;
}

.p-sidebar-category__list + .p-sidebar-category__list {
  margin-top: 7px;
}

@media screen and (min-width: 768px) {
  .p-sidebar-category__list + .p-sidebar-category__list {
    margin-top: 8px;
  }
}

.p-entry__title {
  font-size: 20px;
  font-weight: 700;
  letter-spacing: 1.6px;
  line-height: 1.6;
}
@media screen and (min-width: 768px) {
  .p-entry__title {
    font-size: 28px;
    letter-spacing: 2.24px;
    line-height: 1.4286;
  }
}

.p-entry__meta {
  display: flex;
  padding-top: 14px;
}
@media screen and (min-width: 768px) {
  .p-entry__meta {
    padding-top: 19px;
  }
}

.p-entry-published {
  color: #1391e6;
  font-size: 16px;
  font-weight: 500;
  padding-left: 20px;
  position: relative;
}
.p-entry-published::after {
  background-image: url(../img/svg/entry-published.svg);
  content: "";
  height: 14px;
  left: 0;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 14px;
}

.p-entry-category {
  background-color: #1391e6;
  border-radius: 12px;
  color: #ffffff;
  font-size: 11px;
  font-weight: 500;
  margin-left: 32px;
  padding: 4px 12px;
  width: fit-content;
}

.p-entry__body {
  padding-top: 56px;
}
@media screen and (min-width: 768px) {
  .p-entry__body {
    padding-top: 48px;
  }
}

.p-entry-content__text {
  font-weight: 500;
}

.p-entry-content a {
  color: #1391e6;
  font-weight: 500;
  text-decoration: underline;
  text-underline-offset: 2px;
  transition: opacity 0.4s ease;
}
.p-entry-content__link:hover {
  opacity: 0.7;
}

.p-entry-content h2,
.p-entry-content h3,
.p-entry-content h4 {
  color: #1391e6;
  font-weight: 700;
}

.p-entry-content h3 + p,
.p-entry-content h4 + p {
  padding-top: 15px;
}
@media screen and (min-width: 768px) {
  .p-entry-content h3 + p,
  .p-entry-content h4 + p {
    padding-top: 20px;
  }
}

.p-entry-content h2 {
  font-size: 18px;
  letter-spacing: 1.44px;
  margin-top: 55px;
  padding: 6px 0 5px 22px;
  position: relative;
}
@media screen and (min-width: 768px) {
  .p-entry-content h2 {
    font-size: 24px;
    letter-spacing: 1.92px;
    margin-top: 60px;
    padding: 6px 0 6px 28px;
  }
}
.p-entry-content h2::after {
  background-color: #1391e6;
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 6px;
}
@media screen and (min-width: 768px) {
  .p-entry-content h2::after {
    width: 8px;
  }
}

.wp-block-image {
  display: block;
  padding-top: 21px;
}

.p-entry-content h3 {
  font-size: 16px;
  letter-spacing: 1.28px;
  padding-bottom: 4px;
  padding-top: 24px;
  position: relative;
}
@media screen and (min-width: 768px) {
  .p-entry-content h3 {
    font-size: 20px;
    letter-spacing: 1.6px;
    padding-bottom: 3px;
    padding-top: 25px;
  }
}
.p-entry-content h3::after {
  background-color: #1391e6;
  bottom: 0;
  content: "";
  height: 1px;
  left: 0;
  position: absolute;
  width: 100%;
}

.p-entry-content h4 {
  letter-spacing: 1.12px;
  padding-top: 56px;
}
@media screen and (min-width: 768px) {
  .p-entry-content h4 {
    font-size: 16px;
    letter-spacing: 1.28px;
    padding-top: 58px;
  }
}

.p-entry-content ul {
  list-style-type: disc;
  padding-left: 14px;
  padding-top: 11px;
}
@media screen and (min-width: 1000px) {
  .p-entry-content ul {
    padding-left: 11px;
    padding-top: 20px;
  }
}

.p-entry-content li {
  font-size: 16px;
  font-weight: 500;
  line-height: 1.875;
  list-style: none;
  padding-left: 16px;
  position: relative;
}
.p-entry-content li:nth-child(2),
.p-entry-content li:nth-child(3) {
  margin-top: 4px;
}

.p-entry-content li::before {
  color: #393939;
  content: "•";
  left: 3px;
  position: absolute;
}
@media screen and (min-width: 768px) {
  .p-entry-content li::before {
    left: 0;
  }
}

.p-entry__linear-navigation {
  display: flex;
  padding-top: 34px;
  position: relative;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .p-entry__linear-navigation {
    margin: 0 auto;
    max-width: 378px;
    padding-top: 72px;
  }
}

.p-entry-linearNav {
  align-items: center;
  display: flex;
  justify-content: center;
  margin: 0 auto;
  position: relative;
}
@media screen and (max-width: 374px) {
  .p-entry-linearNav {
    align-items: center;
    flex-wrap: nowrap;
    justify-content: space-between;
    max-width: 290px;
  }
}
@media screen and (min-width: 375px) {
  .p-entry-linearNav {
    max-width: 335px;
  }
}
@media screen and (min-width: 768px) {
  .p-entry-linearNav {
    max-width: 1000px;
  }
}

.p-entry-linearNav__prev,
.p-entry-linearNav__archive,
.p-entry-linearNav__next {
  align-items: center;
  border: 1px solid #1391e6;
  border-radius: 4px;
  display: flex;
  font-weight: 500;
}

.p-entry-linearNav__prev,
.p-entry-linearNav__next {
  background-color: #1391e6;
  color: #ffffff;
  position: relative;
}
@media screen and (max-width: 374px) {
  .p-entry-linearNav__prev,
  .p-entry-linearNav__next {
    font-size: 12px;
    font-weight: 400;
    padding: 6px 10px;
  }
}
@media screen and (min-width: 375px) {
  .p-entry-linearNav__prev,
  .p-entry-linearNav__next {
    font-size: 14px;
    font-weight: 500;
    padding: 7px 14px;
  }
}
@media screen and (min-width: 768px) {
  .p-entry-linearNav__prev,
  .p-entry-linearNav__next {
    padding: 5px 15px;
  }
}
.p-entry-linearNav__prev::after,
.p-entry-linearNav__next::after {
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  height: 16px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 16px;
}

.p-entry-linearNav__prev {
  margin-right: 12px;
  padding-left: 36px;
}
@media screen and (min-width: 768px) {
  .p-entry-linearNav__prev {
    margin-right: 20px;
  }
}
.p-entry-linearNav__prev:hover::after {
  left: 9px;
}
.p-entry-linearNav__prev::after {
  background-image: url(../img/svg/blog-prev-pc.svg);
  left: 15px;
  transition: left 0.4s ease;
}

.p-entry-linearNav__archive {
  color: #1391e6;
  margin-right: 12px;
  transition: color 0.4s ease, background-color 0.4s ease;
}
@media screen and (max-width: 374px) {
  .p-entry-linearNav__archive {
    font-size: 12px;
    font-weight: 400;
    padding: 7px 6px;
  }
}
@media screen and (min-width: 375px) {
  .p-entry-linearNav__archive {
    font-weight: 500;
    padding: 8px 18px;
  }
}
@media screen and (min-width: 768px) {
  .p-entry-linearNav__archive {
    margin-right: 20px;
    padding: 7px 17px;
  }
}
.p-entry-linearNav__archive:hover {
  background-color: #1391e6;
  color: #ffffff;
}

.p-entry-linearNav__next {
  padding-right: 36px;
}
.p-entry-linearNav__next:hover::after {
  right: 8px;
}
.p-entry-linearNav__next::after {
  background-image: url(../img/svg/blog-next-pc.svg);
  right: 12px;
  transition: right 0.4s ease;
}
@media screen and (min-width: 768px) {
  .p-entry-linearNav__next::after {
    right: 14px;
  }
}

.p-entry-linearNav__prev .u-hidden-sp,
.p-entry-linearNav__next .u-hidden-sp {
  font-weight: 500;
}

.p-sidebar__entry {
  margin-top: 100px;
}
@media screen and (min-width: 768px) {
  .p-sidebar__entry {
    margin-top: 0;
  }
}

.p-lower-top--contact::before {
  background-image: url(../img/contact/page_contact_top_sp.webp);
}
@media screen and (min-width: 768px) {
  .p-lower-top--contact::before {
    background-image: url(../img/contact/page_contact_top.webp);
  }
}

.p-lower-contact {
  padding-top: 57px;
}
@media screen and (min-width: 768px) {
  .p-lower-contact {
    margin: 0 auto;
    max-width: 770px;
    padding-top: 77px;
  }
}

.p-lower-contact__text {
  font-weight: 500;
}
.is-red {
  color: #ee5a6d;
}

.p-lower-contact__wrapper {
  padding-top: 101px;
}
@media screen and (min-width: 768px) {
  .p-lower-contact__wrapper {
    padding-top: 151px;
  }
}

.p-lower-contact__title {
  letter-spacing: 1.6px;
  line-height: 1.4;
}
@media screen and (min-width: 1000px) {
  .p-lower-contact__title {
    letter-spacing: 2.24px;
    line-height: normal;
  }
}

.p-lower-contact-form {
  padding-top: 69px;
}
@media screen and (min-width: 768px) {
  .p-lower-contact-form {
    max-width: 730px;
  }
}

.p-contact-items {
  display: flex;
  flex-direction: column;
  margin-top: 35px;
}

.p-contact-item {
  border-top: 1px solid #ddd;
  display: flex;
  flex-direction: column;
  padding-bottom: 22px;
  padding-top: 24px;
}
.p-contact-item:last-child {
  border-bottom: 1px solid #ddd;
}
@media screen and (min-width: 768px) {
  .p-contact-item {
    align-items: center;
    flex-direction: row;
    padding: 0;
  }
}

.p-contact__head {
  align-items: start;
  display: flex !important;
  flex-wrap: nowrap;
  gap: 1px;
  flex-direction: column !important;
}
@media screen and (min-width: 768px) {
  .p-contact__head {
    flex: 0 0 240px;
    padding-block: 38px 38px;
    align-items: start !important;
    flex-direction: column;
    gap: 0px;
  }
}

.p-contact__head br {
  display: none;
}

.p-contact__head .p-form-label {
  display: inline-block;
  margin: 0;
}

.p-form-label {
  font-size: 16px;
  font-weight: 500;
}

.p-form-label__left {
  display: flex;
  flex-direction: column;
}

.p-form-label__attention {
  color: #888;
  font-size: 11px;
  font-weight: 500;
}

.p-form-label__required {
  background-color: #ee5a6d;
  border-radius: 4px;
  color: #ffffff;
  font-size: 12px;
  font-weight: 700;
  margin-left: 12px;
  padding: 1px 6px;
  display: inline-block;
  margin-left: 12px;
}
@media screen and (min-width: 768px) {
  .p-form-label__required {
    margin-left: 15px;
    padding: 3px 6px 0px 6px;
  }
}
.p-form-label__required.p-required1 {
  margin-left: 12px;
}
.p-form-label__required.p-required2 {
  margin-left: 22px;
}
.p-contact-item__input {
  width: 100%;
}
@media screen and (min-width: 768px) {
  .p-contact-item__input {
    padding: 28px 0;
  }
}

.p-form-text,
.p-message-text {
  background-color: #f6f6f6;
  border: none;
  border: 2px solid transparent;
  border-radius: 4px;
  box-sizing: border-box;
  font-size: 16px;
  font-weight: 500;
  margin-top: 11px;
  padding-block: 8px;
  padding-left: 14px;
  width: 100%;
}
.p-form-text:focus,
.p-message-text:focus {
  outline: none;
}
@media screen and (min-width: 768px) {
  .p-form-text,
  .p-message-text {
    margin: 0;
  }
}
.p-form-text::-moz-placeholder,
.p-message-text::-moz-placeholder {
  color: #c2c2c2;
}
.p-form-text::placeholder,
.p-message-text::placeholder {
  color: #c2c2c2;
}

.p-form-text.blur-effect,
.p-message-text.blur-effect {
  border: 2px solid #1391e6 !important;
}

.p-message-text {
  height: 159px;
  resize: vertical;
}
@media screen and (min-width: 768px) {
  .p-message-text {
    height: 200px;
  }
}

.p-contact-buttonWrap {
  margin-top: 70px;
}
@media screen and (min-width: 768px) {
  .p-contact-buttonWrap {
    margin-top: 74px;
  }
}
.wpcf7-spinner {
  display: none !important;
}

.p-contact-thanks {
  margin: 0 auto;
  max-width: 728px;
}

.p-reservation-info:nth-child(2) {
  margin-top: 38px;
}

.p-reservation-info__title {
  font-size: 20px;
  font-weight: 700;
  letter-spacing: 1.6px;
}
@media screen and (min-width: 768px) {
  .p-reservation-info__title {
    font-size: 28px;
    letter-spacing: 2.24px;
  }
}

.p-reservation-info__telWrap {
  display: flex;
  flex-direction: column;
  width: 264px;
}

.p-reservation-info__tel {
  align-items: center;
  color: #1391e6;
  display: flex;
  font-size: 32px;
  font-weight: 700;
  gap: 4px;
  letter-spacing: -0.69px;
  line-height: 1.12;
  margin-top: 23px;
}
@media screen and (min-width: 768px) {
  .p-reservation-info__tel {
    margin-top: 26px;
    padding-left: 0;
  }
}

.p-reservation-info__time {
  color: #1391e6;
  font-size: 12px;
  margin: 0 auto;
  width: 175px;
}
@media screen and (min-width: 768px) {
  .p-reservation-info__time {
    margin-top: 0;
  }
}

.p-reservation-textWrap {
  margin-top: 18px;
}
@media screen and (min-width: 768px) {
  .p-reservation-textWrap {
    margin-top: 22px;
  }
}

.p-lower-reservation__titleWrap {
  margin-top: 94px;
}
@media screen and (min-width: 768px) {
  .p-lower-reservation__titleWrap {
    margin-top: 150px;
  }
}

.p-lower-reservation-area {
  margin-top: 70px;
}

/* ラジオボタン全体を横並び */
.p-form-radios .wpcf7-radio {
  display: flex;
  gap: 40px; /* 間隔 */
  padding-top: 17px;
}
@media screen and (min-width: 768px) {
  .p-form-radios .wpcf7-radio {
    padding-top: 2px;
    gap: 31px;
  }
}

/* 各項目の余白調整 */
.p-form-radios .wpcf7-list-item {
  margin: 0;
}

/* ラベル全体を横並び */
.p-form-radios .wpcf7-list-item label {
  display: flex;
  align-items: center;
  gap: 8px;
}

@media screen and (min-width: 768px) {
  .p-form-radios {
    gap: 32px;
    margin-top: 0;
  }
}

.wpcf7-list-item {
  display: flex;
  align-items: center;
  margin: 0;
}

.wpcf7-list-item-label {
  display: flex;
  align-items: center;
  cursor: pointer;
  position: relative;
  font-weight: 500;
  padding-left: 32px;
}

.wpcf7-list-item input[type="radio"] {
  clip-path: inset(50%);
  height: 1px;
  width: 1px;
  overflow: hidden;
  position: absolute;
  opacity: 0;
}

.wpcf7-list-item-label::before,
.wpcf7-list-item-label::after {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  border-radius: 50%;
}

.wpcf7-list-item-label::before {
  border: 1px solid #1391e6;
  width: 24px;
  height: 24px;
  left: 0;
}

.wpcf7-list-item-label::after {
  background: #1391e6;
  width: 12px;
  height: 12px;
  left: 6px;
  opacity: 0;
  transition: opacity 0.3s ease;
  border-radius: 50%;
}

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

.p-form-checkboxes {
  display: flex;
  flex-wrap: wrap;
  gap: 16px 24px;
  padding-top: 17px;
}

.wpcf7-checkbox {
  display: flex;
  flex-wrap: wrap;
  gap: 16px 24px;
  padding-top: 17px;
}
@media screen and (min-width: 768px) {
  .wpcf7-checkbox {
    padding-top: 27px;
    padding-bottom: 20px;
    gap: 16px 32px;
  }
}

.wpcf7-list-item-label {
  display: flex;
  align-items: center;
  cursor: pointer;
  position: relative;
  font-weight: 500;
  padding-left: 32px;
}

.wpcf7-list-item input[type="checkbox"] {
  clip-path: inset(50%);
  height: 1px;
  opacity: 0;
  overflow: hidden;
  position: absolute;
  width: 1px;
}

.wpcf7-list-item input[type="checkbox"] + .wpcf7-list-item-label::before {
  border-radius: 0;
}

.wpcf7-list-item {
  display: flex;
  align-items: center;
}

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

.wpcf7-list-item-label::before,
.wpcf7-list-item-label::after {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}

.wpcf7-list-item-label::before {
  border: 1px solid #1391e6;
  height: 24px;
  width: 24px;
  left: 0;
}

input[type="checkbox"]:checked + .wpcf7-list-item-label::after {
  content: "";
  width: 13px;
  height: 12px;
  background-color: #1391e6;
  background: url(../img/svg/Check.svg) no-repeat center center/contain;
}

.p-form-select {
  margin-top: 7px;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .p-form-select {
    margin-top: 0;
  }
}

.p-form-select__input {
  background-color: #f6f6f6;
  border: 1px solid transparent;
  border-radius: 4px;
  color: #393939;
  font-size: 16px;
  padding-block: 12px;
  padding-left: 16px;
  width: 100%;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-image: url(../img/svg/select-box‐Icon.svg);
  background-position: right 10px center;
  background-repeat: no-repeat;
  background-size: 20px;
}

.p-form-select__input:focus {
  border-color: #1391e6;
  outline: none;
}

.p-form-dates {
  display: flex;
  flex-direction: column;
  padding-top: 10px;
  width: 100%;
  gap: 20px;
}
@media screen and (min-width: 768px) {
  .p-form-dates {
    padding-bottom: 28px;
    padding-top: 28px;
  }
}

.p-form-date {
  display: inline-block;
  position: relative;
  width: 100%;
}

.p-form-date__label {
  cursor: pointer;
  display: block;
  position: relative;
  width: 100%;
  height: 48px;
}

.p-form-date__input {
  appearance: none !important;
  -moz-appearance: none !important;
  -webkit-appearance: none !important;
  background-color: #f6f6f6;
  border: 1px solid #f6f6f6;
  border-radius: 4px;
  color: #c2c2c2;
  cursor: pointer;
  font-size: 16px;
  letter-spacing: 1px;
  padding-block: 7px;
  padding-left: 10px;
  pointer-events: none;
  position: relative;
  width: 100%;
}

.p-form-date__label br {
  display: none;
}

input[type="date" i]::-webkit-calendar-picker-indicator {
  display: none;
}

input[type="date" i]::-moz-calendar-picker-indicator {
  display: none;
}

.p-form-date__input[type="date"]::-webkit-calendar-picker-indicator,
.p-form-date__input[type="date"]::-moz-calendar-picker-indicator {
  display: none;
}

.p-form-date__input[type="date"] {
  appearance: none !important;
  -webkit-appearance: none !important;
  -moz-appearance: none !important;
}

.p-form-date__input[type="date"]::-webkit-calendar-picker-indicator,
.p-form-date__input[type="date"]::-moz-calendar-picker-indicator {
  display: none !important;
}

.p-form-date__input:focus {
  border-color: #1391e6;
  outline: none;
}

.p-form-date__input.has-value {
  color: #393939;
}

.p-form-date {
  position: relative;
}

.p-form-date__icon {
  background-image: url(../img/svg/calendar-icon.svg);
  background-repeat: no-repeat;
  background-size: cover;
  cursor: pointer;
  height: 20px;
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
  width: 20px;
}

.p-reservation-buttonWrap {
  margin-top: 72px;
}

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

.u-hidden-sp {
  display: none;
}
@media screen and (min-width: 768px) {
  .u-hidden-sp {
    display: block;
  }
}

.u-separate {
  color: #FFFFFF;
  margin-bottom: 24px;
  margin-top: 24px;
}

.page-404 {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  height: 100%;
  padding: 20px;
}

/* ── エラーコード強調 ── */
.error-code {
  font-size: 8rem;
  color: #1391e6;
  margin-bottom: 1rem;
}

/* ── メッセージ ── */
.error-message {
  font-size: 1.5rem;
  margin-bottom: 0.5rem;
}
.error-info {
  font-size: 1rem;
  margin-bottom: 1.5rem;
  opacity: 0.8;
}

/* ── トップに戻るボタン ── */
.btn-home {
  display: inline-block;
  padding: 0.75rem 1.5rem; 
  background-color: #1391e6;
  color: #FFFFFF;
  text-decoration: none;
  border-radius: 4px;
  transition: background-color 0.3s ease;
}

.btn-home:hover {
  background-color: #1391e6;
}

/* ── レスポンシブ対応 ── */
@media screen and (max-width: 480px) {
  .error-code {
    font-size: 4rem;
  }
  .error-message {
    font-size: 1.25rem;
  }
}
