@charset "UTF-8";
/* ===============================================
# サイトの基本設定
=============================================== */
body {
  font-size: 14px;
  font-weight: 400;
  line-height: normal;
  color: #333333;
  font-family: "M PLUS Rounded 1c", sans-serif;
}

.button {
  display: inline-block;
  padding: 9px 39px 8px 39px;
  border-radius: 24px;
  color: #1391E6;
  border: 1px solid #1391E6;
  background: #fff;
  white-space: nowrap;
  max-width: 100%;
  -webkit-transition: background-color 0.3s ease;
  transition: background-color 0.3s ease;
  -webkit-transition: color 0.3s ease;
  transition: color 0.3s ease;
}
@media screen and (min-width: 768px) {
  .button {
    padding: 12px 45px 9px;
  }
}
.button:hover {
  background: #1391E6;
  color: #fff;
}

.button--blue {
  background-color: #1391E6;
  color: #fff;
}
.button--blue:hover {
  background: #0060A0;
}

@media screen and (max-width: 767px) {
  .hidden-sp {
    display: none;
  }
}

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

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

@media screen and (min-width: 1200px) {
  .hidden-lg {
    display: none;
  }
}

.font-red {
  color: #EE5A6D;
}

.section {
  padding-inline: 20px;
}
@media screen and (min-width: 768px) {
  .section {
    max-width: 1280px;
    margin-inline: auto;
  }
}

.section__title {
  text-align: center;
  font-size: 20px;
  font-weight: 700;
  line-height: 28px;
  letter-spacing: 1.6px;
  margin-bottom: 41px;
  position: relative;
  display: inline-block;
}
@media screen and (min-width: 768px) {
  .section__title {
    font-size: 28px;
    letter-spacing: 2.24px;
    margin-bottom: 68px;
  }
}
.section__title::before, .section__title::after {
  position: absolute;
  content: "";
  top: 7px;
  width: 59px;
  height: 14px;
  background: url(../img/title-deco.png) no-repeat center center/contain;
}
@media screen and (min-width: 768px) {
  .section__title::before, .section__title::after {
    top: 4px;
    width: 73px;
    height: 19px;
  }
}
.section__title::before {
  left: -68px;
}
@media screen and (min-width: 768px) {
  .section__title::before {
    left: -97px;
  }
}
.section__title::after {
  right: -68px;
}
@media screen and (min-width: 768px) {
  .section__title::after {
    right: -97px;
  }
}

.inner {
  text-align: center;
  max-width: 500px;
  margin-inline: auto;
}
@media screen and (min-width: 768px) {
  .inner {
    max-width: 1000px;
    width: 100%;
    margin-inline: auto;
  }
}

.to-contact {
  position: absolute;
  background: #1391E6;
  color: #fff;
  font-size: 14px;
  font-weight: 700;
  line-height: 130%;
  width: 92px;
  height: 120px;
  top: 176px;
  right: 0;
  border-radius: 20px 0px 0px 20px;
  padding: 20px 17px;
  z-index: 5;
  text-align: center;
  display: none;
  cursor: pointer;
}
.to-contact img {
  width: 52px;
  height: 32px;
  margin-bottom: 11px;
}
@media screen and (min-width: 768px) {
  .to-contact {
    display: block;
  }
}
.to-contact:hover {
  background-color: #0060A0;
}

/*ページの先頭に戻るためのCSS*/
.pagetop {
  height: 53px;
  width: 53px;
  position: fixed;
  right: 20px;
  bottom: 98px;
  display: none;
  z-index: 2;
  cursor: pointer;
}

.font-red {
  color: #EE5A6D;
}

header {
  width: 100%;
  padding-left: 20px;
  padding-right: 19px;
  margin-inline: auto;
  -webkit-box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.16);
          box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.16);
  background: #fff;
  position: fixed;
  z-index: 51;
}
@media screen and (min-width: 1200px) {
  header {
    padding-left: 40px;
    padding-right: 36px;
  }
}
header.is-checked {
  background: #0060A0;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.header__inner {
  position: relative;
  height: 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (min-width: 900px) {
  .header__inner {
    height: 80px;
    margin-inline: auto;
  }
}

.header__logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 11px;
}

.logo-image {
  width: 12.3636363636%;
  max-width: 34px;
  height: 32px;
}

.logo-text {
  width: 81.8181818182%;
  max-width: 225px;
  height: 32px;
}
@media screen and (min-width: 768px) {
  .logo-text {
    width: 225px;
  }
}

.header__nav {
  display: none;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (min-width: 900px) {
  .header__nav {
    display: inline-block;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 50px;
    padding-bottom: 2px;
  }
}
@media screen and (min-width: 1200px) {
  .header__nav {
    gap: 66px;
  }
}

.header__nav-links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 8px;
}
@media screen and (min-width: 1200px) {
  .header__nav-links {
    gap: 24px;
  }
}

.header__nav-links li {
  gap: 12px;
  position: relative;
}
.header__nav-links li.is-selected {
  position: relative;
}
.header__nav-links li.is-selected .nav-link-icon path {
  fill: #1391E6;
}
.header__nav-links li.is-selected .nav-link-text {
  color: #1391E6;
}
.header__nav-links li.is-selected::after {
  content: "";
  position: absolute;
  bottom: -7px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 20px;
  height: 2px;
  background: #1391E6;
}
.header__nav-links li.header-home::before, .header__nav-links li.header-about::before, .header__nav-links li.header-medical::before, .header__nav-links li.header-staff::before, .header__nav-links li.header-blog::before, .header__nav-links li.header-contact::before {
  position: absolute;
  content: "";
  top: 3px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 24px;
  height: 24px;
  pointer-events: none;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  background-color: #393939;
}
.header__nav-links li.header-home.current-menu-item::before, .header__nav-links li.header-about.current-menu-item::before, .header__nav-links li.header-medical.current-menu-item::before, .header__nav-links li.header-staff.current-menu-item::before, .header__nav-links li.header-blog.current-menu-item::before, .header__nav-links li.header-contact.current-menu-item::before {
  background-color: #1391E6;
}
.header__nav-links li.header-home::before {
  -webkit-mask-image: url(../img/icon-home.svg);
  mask-image: url(../img/icon-home.svg);
  top: 5px;
  width: 18px;
  height: 19px;
}
.header__nav-links li.header-about::before {
  -webkit-mask-image: url(../img/icon-about.svg);
  mask-image: url(../img/icon-about.svg);
}
.header__nav-links li.header-medical::before {
  -webkit-mask-image: url(../img/icon-medical.svg);
  mask-image: url(../img/icon-medical.svg);
}
.header__nav-links li.header-staff::before {
  -webkit-mask-image: url(../img/icon-staff.svg);
  mask-image: url(../img/icon-staff.svg);
}
.header__nav-links li.header-blog::before {
  -webkit-mask-image: url(../img/icon-blog.svg);
  mask-image: url(../img/icon-blog.svg);
}
.header__nav-links li.header-contact::before {
  -webkit-mask-image: url(../img/icon-contact.svg);
  mask-image: url(../img/icon-contact.svg);
}
.header__nav-links li::after {
  position: absolute;
  content: "";
  bottom: -6px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 20px;
  height: 2px;
  background-color: #1391E6;
  opacity: 0;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.header__nav-links li:hover::after {
  opacity: 1;
}

.nav-link-icon {
  width: 18px;
  height: 19px;
}
.nav-link-icon img {
  width: 100%;
}

.header__nav-links li a {
  font-size: 8px;
  font-weight: 700;
  display: inline-block;
  padding-top: 33px;
}
@media screen and (min-width: 900px) {
  .header__nav-links li a {
    font-size: 11px;
  }
}
.header__nav-links li.current-menu-item a {
  color: #1391E6;
}

.header__nav-text {
  font-size: 12px;
  font-weight: 500;
}
@media screen and (min-width: 900px) {
  .header__nav-text {
    position: relative;
    height: 80px;
    padding-top: 20px;
  }
  .header__nav-text::after {
    position: absolute;
    content: "";
    width: 28px;
    height: 28px;
    bottom: 5px;
    left: -36px;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    background: url(../img/icon_tel.svg) no-repeat center center/contain;
  }
}
@media screen and (min-width: 1200px) {
  .header__nav-text {
    padding-top: 10px;
  }
}

.header__nav-address {
  padding-right: 4px;
  font-size: 10px;
}
@media screen and (min-width: 1200px) {
  .header__nav-address {
    font-size: 12px;
  }
}

.header__nav-tel {
  font-size: 24px;
  font-weight: 700;
  letter-spacing: -0.64px;
  color: #1391E6;
  margin-top: 6px;
}
@media screen and (min-width: 768px) {
  .header__nav-tel {
    margin-top: 0;
  }
}
@media screen and (min-width: 1200px) {
  .header__nav-tel {
    font-size: 32px;
  }
}

.drawer-icon {
  position: relative;
  width: 27px;
  height: 24px;
}
.drawer-icon.is-checked .drawer-icon__bar {
  background: #fff;
}
.drawer-icon.is-checked .drawer-icon__bar:nth-of-type(1) {
  top: 11.5px;
  right: -1px;
  width: 25px;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.drawer-icon.is-checked .drawer-icon__bar:nth-of-type(2) {
  display: none;
}
.drawer-icon.is-checked .drawer-icon__bar:nth-of-type(3) {
  width: 26px;
  top: 12px;
  right: -2px;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
@media screen and (min-width: 900px) {
  .drawer-icon {
    display: none;
  }
}

.drawer-icon__bar {
  position: absolute;
  top: 4px;
  right: 0;
  width: 27px;
  height: 2px;
  background: #1391E6;
  border-radius: 2px;
}
.drawer-icon__bar:nth-of-type(2) {
  top: 11px;
}
.drawer-icon__bar:nth-of-type(3) {
  top: 18px;
}

/* ===============================================
# ドロワーメニュー
=============================================== */
.drawer-content {
  width: 100%;
  height: 110%;
  position: fixed;
  top: 0;
  right: 0;
  background: #0060A0;
  z-index: 50;
  padding: 98px 61px;
  -webkit-transform: translateX(100%);
          transform: translateX(100%);
  -webkit-transition: -webkit-transform 0.3s linear;
  transition: -webkit-transform 0.3s linear;
  transition: transform 0.3s linear;
  transition: transform 0.3s linear, -webkit-transform 0.3s linear;
}
.drawer-content.is-checked {
  -webkit-transform: translateX(0);
          transform: translateX(0);
}

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

.drawer__nav-links li {
  border-top: 2px dotted #fff;
  height: 56px;
  position: relative;
  text-align: left;
  display: inline-block;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.drawer__nav-links li:last-child {
  border-bottom: 2px dotted #fff;
}
.drawer__nav-links li::after {
  position: absolute;
  content: "";
  width: 16px;
  height: 16px;
  top: 53%;
  right: -2px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background: url(../img/icon-arrow-white-btn.svg) no-repeat center center/contain;
}
.drawer__nav-links li.header-home::before, .drawer__nav-links li.header-about::before, .drawer__nav-links li.header-medical::before, .drawer__nav-links li.header-staff::before, .drawer__nav-links li.header-blog::before, .drawer__nav-links li.header-contact::before {
  position: absolute;
  content: "";
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 24px;
  height: 24px;
  -webkit-filter: brightness(0) invert(1);
          filter: brightness(0) invert(1);
}
.drawer__nav-links li.header-home::before {
  background: url(../img/icon-home.svg) no-repeat center center/contain;
  top: 52%;
  left: 2px;
  width: 18px;
  height: 19px;
}
.drawer__nav-links li.header-about::before {
  background: url(../img/icon-about.svg) no-repeat center center/contain;
}
.drawer__nav-links li.header-medical::before {
  background: url(../img/icon-medical.svg) no-repeat center center/contain;
}
.drawer__nav-links li.header-staff::before {
  background: url(../img/icon-staff.svg) no-repeat center center/contain;
}
.drawer__nav-links li.header-blog::before {
  background: url(../img/icon-blog.svg) no-repeat center center/contain;
}
.drawer__nav-links li.header-contact::before {
  background: url(../img/icon-contact.svg) no-repeat center center/contain;
}

.drawer__nav-links li a {
  font-weight: 500;
  color: #fff;
  padding-left: 38px;
  width: 100%;
  height: 100%;
  -ms-flex-line-pack: center;
      align-content: center;
}

.mv {
  width: 100%;
  margin-inline: auto;
  padding-inline: 20px;
  position: relative;
  margin-bottom: 132px;
  padding-top: 60px;
}
@media screen and (min-width: 768px) {
  .mv {
    padding-inline: 60px;
    padding-top: 80px;
  }
}
@media screen and (min-width: 1200px) {
  .mv {
    margin-bottom: 19px;
  }
}

.mv__inner {
  width: 100%;
  padding-top: 15px;
  margin-inline: auto;
  position: relative;
}
@media screen and (min-width: 768px) {
  .mv__inner {
    padding-top: 40px;
    height: auto;
  }
}

.mv__img {
  width: 100%;
  position: relative;
  max-height: 447px;
  height: auto;
}
@media screen and (min-width: 768px) {
  .mv__img {
    max-height: 100%;
  }
}
.mv__img::after {
  position: absolute;
  content: "";
  display: inline-block;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  border-radius: 8px;
  background: rgba(0, 0, 0, 0.1);
  z-index: 3;
}
@media screen and (min-width: 768px) {
  .mv__img::after {
    border-radius: 20px;
  }
}

.mv__arrow {
  position: absolute;
  top: 52%;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 100%;
  z-index: 5;
}
@media screen and (min-width: 768px) {
  .mv__arrow {
    top: 54%;
    left: 30px;
  }
}

.mv-swiper-arrow {
  position: relative;
  width: 100%;
  margin-inline: auto;
}

.mv-swiper-arrow-prev,
.mv-swiper-arrow-next {
  position: absolute;
  width: 42px;
  height: 42px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  cursor: pointer;
}
@media screen and (min-width: 768px) {
  .mv-swiper-arrow-prev,
  .mv-swiper-arrow-next {
    width: 65px;
    height: 65px;
  }
}

.mv-swiper-arrow-prev {
  background: url(../img/arrow-left.png) no-repeat center center/contain;
  left: -20px;
}
@media screen and (min-width: 768px) {
  .mv-swiper-arrow-prev {
    left: -60px;
  }
}

.mv-swiper-arrow-next {
  background: url(../img/arrow-right.png) no-repeat center center/contain;
  right: -20px;
}
@media screen and (min-width: 768px) {
  .mv-swiper-arrow-next {
    right: 0;
  }
}

.mv__lead {
  position: absolute;
  bottom: 38px;
  left: 20px;
  z-index: 5;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 8px;
}
@media screen and (min-width: 1200px) {
  .mv__lead {
    bottom: 55px;
    left: 62px;
    gap: 10px;
  }
}

.mv__lead-text {
  color: #fff;
  text-shadow: 4px 6px 6px rgba(0, 0, 0, 0.2);
  font-size: 20px;
  font-weight: 700;
  letter-spacing: 1.6px;
  border-bottom: 3px dotted #fff;
  padding-bottom: 1px;
}
@media screen and (min-width: 1200px) {
  .mv__lead-text {
    font-size: 32px;
    letter-spacing: 2.56px;
    padding-bottom: 4px;
  }
}

.swiper-pagination {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 8px;
  bottom: 17px !important;
  left: -17px !important;
}
@media screen and (min-width: 1200px) {
  .swiper-pagination {
    bottom: 5px !important;
    left: -28px !important;
    gap: 10px;
  }
}

.swiper-pagination-bullet {
  width: 6px;
  height: 6px;
}
@media screen and (min-width: 1200px) {
  .swiper-pagination-bullet {
    width: 8px;
    height: 8px;
  }
}

.mv__medicaltime {
  position: absolute;
  right: 20px;
  bottom: -93px;
  max-width: 335px;
  width: calc(100% - 40px);
  z-index: 1;
  -webkit-box-shadow: 0px 3px 3px 0px rgba(0, 0, 0, 0.16);
          box-shadow: 0px 3px 3px 0px rgba(0, 0, 0, 0.16);
  border-radius: 8px;
}
@media screen and (min-width: 768px) {
  .mv__medicaltime {
    max-width: 477px;
    bottom: -130px;
    right: 100px;
  }
}

.news {
  margin-inline: auto;
  padding-inline: 20px;
  margin-bottom: 55px;
}
@media screen and (min-width: 768px) {
  .news {
    padding-inline: 60px;
  }
}
@media screen and (min-width: 1200px) {
  .news {
    max-width: 1280px;
    padding-inline: 0;
    margin-bottom: 94px;
  }
}

@media screen and (min-width: 1200px) {
  .news__inner {
    max-width: 542px;
    width: 42.34375%;
    margin-left: 102px;
  }
}

.news__top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  text-align: center;
  padding-bottom: 6px;
  padding-left: 15px;
}
@media screen and (min-width: 1200px) {
  .news__top {
    padding-left: 12px;
    padding-bottom: 7px;
  }
}

.news__top-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 16px;
}
@media screen and (min-width: 1200px) {
  .news__top-title {
    gap: 14px;
  }
}

.news__top-title-jp {
  font-size: 20px;
  font-weight: 700;
  letter-spacing: 1.6px;
}
@media screen and (min-width: 768px) {
  .news__top-title-jp {
    letter-spacing: 2px;
  }
}

.news__top-title-en {
  color: #1391E6;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 1.1px;
  height: 15px;
  margin-top: 11px;
}
@media screen and (min-width: 768px) {
  .news__top-title-en {
    font-size: 12px;
    letter-spacing: 1.2px;
  }
}
@media screen and (min-width: 1200px) {
  .news__top-title-en {
    margin-top: 10px;
  }
}

.news__top-prev {
  color: #888;
  font-size: 11px;
  font-weight: 500;
  border-bottom: 1px solid #888;
  display: inline-block;
  height: 15px;
  margin-top: 7px;
  padding-bottom: 16px;
  cursor: pointer;
  -webkit-transition: all 0.3 ease;
  transition: all 0.3 ease;
}
@media screen and (min-width: 768px) {
  .news__top-prev {
    font-size: 12px;
  }
}
@media screen and (min-width: 1200px) {
  .news__top-prev {
    margin-top: 7px;
  }
}
.news__top-prev:hover {
  color: #1391E6;
  border-bottom: 1px solid #1391E6;
}

.news__contents {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 8%;
  border-top: 1px solid #333333;
  border-bottom: 1px solid #333333;
  padding: 14px 6px 9px;
  position: relative;
  cursor: pointer;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media screen and (min-width: 1200px) {
  .news__contents {
    padding: 11px 7px 7px 12px;
    gap: 25px;
  }
}
.news__contents::after {
  position: absolute;
  content: "";
  background: url(../img/icon-right.png) no-repeat center center/contain;
  width: 16px;
  height: 16px;
  top: 48%;
  right: 5px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-transition: all 0.3 ease;
  transition: all 0.3 ease;
}
@media screen and (min-width: 1200px) {
  .news__contents::after {
    right: 7px;
    top: 50%;
  }
}
.news__contents:hover {
  color: #1391E6;
}
.news__contents:hover::after {
  background: url(../img/icon-arrow-blue-btn.svg) no-repeat center center/contain;
  -webkit-transform: translate(5px, -8px);
          transform: translate(5px, -8px);
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}

.news__contents-meta {
  font-size: 12px;
  font-weight: 500;
}

.news__contents-title {
  font-size: 14px;
  font-weight: 500;
  max-width: 60.9907120743%;
}

.concept {
  width: 100%;
  margin-right: auto;
  margin-bottom: 98px;
  padding-right: 20px;
  padding-top: 116px;
  position: relative;
  overflow: hidden;
}
@media screen and (min-width: 768px) {
  .concept {
    width: 100%;
    padding-top: 180px;
    padding-bottom: 231px;
    padding-right: 0;
    margin-inline: auto;
    margin-bottom: 0;
  }
}

.concept__decoration-orval {
  position: absolute;
  top: 10px;
  left: calc(50% - 175px);
  width: 554px;
  height: 304px;
}
@media screen and (min-width: 768px) {
  .concept__decoration-orval {
    width: 1306px;
    height: 715px;
    top: 10px;
    left: calc(50% - 220px);
  }
}

.concept__decoration-star {
  position: absolute;
  top: 15px;
  left: calc(50% - 177px);
  width: 54px;
  height: 60px;
}
@media screen and (min-width: 768px) {
  .concept__decoration-star {
    width: 126px;
    height: 138px;
    top: 25px;
    left: calc(50% - 225px);
  }
}

.concept__decoration-nose {
  position: absolute;
  top: 5px;
  right: calc(50% - 135px);
  width: 44px;
  height: 44px;
}
@media screen and (min-width: 768px) {
  .concept__decoration-nose {
    width: 100px;
    height: 100px;
    top: 0;
    right: calc(50% - 510px);
  }
}

.concept__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 41px;
  position: relative;
}
@media screen and (min-width: 768px) {
  .concept__inner {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
    gap: 0;
  }
}

.concept__content {
  padding-left: 20px;
}
@media screen and (min-width: 768px) {
  .concept__content {
    width: 50%;
    padding-left: 7.421875%;
    padding-right: 10.78125%;
    padding-top: 33px;
  }
}

.concept__title-en {
  color: #1391E6;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 1.1px;
  margin-bottom: 14px;
}
@media screen and (min-width: 1200px) {
  .concept__title-en {
    font-size: 14px;
    letter-spacing: 1.4px;
    margin-bottom: 26px;
  }
}

.concept_title__jp {
  font-size: 20px;
  font-weight: 700;
  line-height: 32px;
  letter-spacing: 1.6px;
  margin-bottom: 27px;
}
@media screen and (min-width: 1200px) {
  .concept_title__jp {
    font-size: 28px;
    line-height: 44px;
    letter-spacing: 2.24px;
    margin-bottom: 35px;
  }
}

.concept__content-lead {
  font-size: 14px;
  font-weight: 500;
  line-height: 24px;
  margin-bottom: 36px;
}
@media screen and (min-width: 768px) {
  .concept__content-lead {
    margin-bottom: 37px;
  }
}

.concept__button {
  text-align: center;
  position: relative;
}
.concept__button a::after {
  position: absolute;
  content: "";
  background: url(../img/icon-arrow-blue-btn.svg) no-repeat center center/contain;
  width: 14px;
  height: 14px;
  top: 50%;
  right: calc(50% - 71px);
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media screen and (min-width: 768px) {
  .concept__button a::after {
    left: 151px;
  }
}
@media screen and (min-width: 768px) {
  .concept__button {
    text-align: left;
  }
}
.concept__button:hover a::after {
  background: url(../img/icon-arrow-white-btn.svg) no-repeat center center/contain;
  -webkit-transform: translate(3px, -7px);
          transform: translate(3px, -7px);
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}

.concept_img {
  width: 94.0845070423%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (min-width: 768px) {
  .concept_img {
    width: 50%;
    max-height: 438px;
    overflow: hidden;
  }
}

.recommend {
  padding-bottom: 90px;
}
@media screen and (min-width: 768px) {
  .recommend {
    padding-bottom: 93px;
  }
}

.recommend__title {
  margin-bottom: 38px;
}
@media screen and (min-width: 768px) {
  .recommend__title {
    margin-bottom: 65px;
  }
}

.recommend__cards {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  gap: 57px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (min-width: 768px) {
  .recommend__cards {
    gap: 60px;
    margin-inline: auto;
    max-width: 963px;
  }
}

.recommend__card {
  width: 281px;
  margin-inline: auto;
  position: relative;
}
@media screen and (min-width: 768px) {
  .recommend__card {
    margin-inline: 0;
  }
}

.recommend__card-number {
  width: 177px;
  margin-bottom: 12px;
  margin-inline: auto;
}
@media screen and (min-width: 768px) {
  .recommend__card-number {
    margin-bottom: 15px;
  }
}

.recommend__card-img {
  position: absolute;
  width: 220px;
  height: 220px;
  margin-inline: auto;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
.recommend__card-img img {
  width: 100%;
}

.recommend__card-title {
  color: #fff;
  text-align: center;
  font-size: 20px;
  font-weight: 700;
  letter-spacing: 1.6px;
  border-radius: 22px;
  background: #1391E6;
  padding: 7px 6px 7px 13px;
  width: 276px;
  margin-top: 211px;
  margin-bottom: 35px;
  position: relative;
}
@media screen and (min-width: 768px) {
  .recommend__card-title {
    line-height: 32px;
    padding-top: 6px;
    padding-bottom: 6px;
    margin-top: 214px;
  }
}
.recommend__card-title::after {
  position: absolute;
  content: "";
  bottom: -15px;
  left: 51%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 20px;
  height: 26px;
  background: url(../img/recommend-deco.png) no-repeat center center/contain;
}
.recommend__card-text {
  font-size: 14px;
  font-weight: 500;
  line-height: 24px;
  -moz-text-align-last: left;
       text-align-last: left;
}

.medical {
  margin-inline: auto;
  margin-top: 92px;
  margin-bottom: 127px;
  background-color: #DFF1FD;
  position: relative;
}
@media screen and (min-width: 768px) {
  .medical {
    margin-top: 243px;
    margin-bottom: 264px;
  }
}

.medical-decoration-top {
  position: absolute;
  top: -9vw;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 100%;
}
@media screen and (min-width: 768px) {
  .medical-decoration-top {
    top: -8vw;
    height: 107px;
  }
}

.medical-decoration-star01 {
  position: absolute;
  top: -76px;
  left: 6px;
  width: 50px;
  height: 55px;
}
@media screen and (min-width: 768px) {
  .medical-decoration-star01 {
    width: 126px;
    height: 138px;
    top: -189px;
    left: 22px;
  }
}

.medical-decoration-star02 {
  position: absolute;
  top: -51px;
  right: 11px;
  width: 25px;
  height: 25px;
}
@media screen and (min-width: 768px) {
  .medical-decoration-star02 {
    width: 62px;
    height: 62px;
    top: -141px;
    right: 34px;
  }
  .medical-decoration-star02 img {
    width: 100%;
  }
}

.medical-decoration-nose {
  position: absolute;
  top: -87px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 60px;
  height: 60px;
}
@media screen and (min-width: 768px) {
  .medical-decoration-nose {
    width: 100px;
    height: 90px;
    top: -202px;
  }
}

.medical-decoration-bot {
  position: absolute;
  bottom: -28px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 100%;
  height: 107px;
  background: url(../img/sp/medical-deco-bot.png) no-repeat center center/cover;
  height: 9vw;
}
@media screen and (min-width: 768px) {
  .medical-decoration-bot {
    background: url(../img/medical-deco-bot.png) no-repeat center center/cover;
    bottom: -70px;
  }
}
@media screen and (min-width: 1200px) {
  .medical-decoration-bot {
    bottom: -107px;
  }
}

.medical-decoration-star03 {
  position: absolute;
  bottom: 11px;
  left: 11px;
  width: 25px;
  height: 25px;
}
@media screen and (min-width: 768px) {
  .medical-decoration-star03 {
    width: 62px;
    height: 62px;
    bottom: -10px;
    left: 44px;
  }
}

.medical-decoration-star04 {
  position: absolute;
  bottom: -7px;
  right: 7px;
  width: 56px;
  height: 60px;
}
@media screen and (min-width: 768px) {
  .medical-decoration-star04 {
    width: 126px;
    height: 138px;
    bottom: -29px;
    right: 12px;
  }
}

.medical__inner {
  padding-top: 31px;
  padding-bottom: 62px;
}
@media screen and (min-width: 768px) {
  .medical__inner {
    padding-top: 5px;
    padding-bottom: 81px;
  }
}

.medical__title {
  margin-bottom: 39px;
}
@media screen and (min-width: 768px) {
  .medical__title {
    margin-bottom: 67px;
  }
}

.medical__cards {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 20px;
  margin-bottom: 21px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (min-width: 900px) {
  .medical__cards {
    max-width: 1000px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    margin-inline: auto;
    gap: 30px;
    margin-bottom: 80px;
  }
}
@media screen and (min-width: 1200px) {
  .medical__cards {
    gap: 80px;
    margin-bottom: 142px;
  }
}

.medical__card {
  max-width: 335px;
  max-height: 210px;
  height: auto;
  text-align: center;
  position: relative;
  margin-inline: auto;
}
@media screen and (min-width: 900px) {
  .medical__card {
    max-width: 400px;
    margin-inline: 0;
    height: 290px;
  }
}
@media screen and (min-width: 1200px) {
  .medical__card {
    max-width: 460px;
  }
}

.medical__card-img {
  width: 100%;
  height: inherit;
  overflow: hidden;
  border-radius: 11px;
}
@media screen and (min-width: 1200px) {
  .medical__card-img {
    border-radius: 20px;
  }
}
.medical__card-img img {
  -webkit-transition: translate 0.3s ease;
  transition: translate 0.3s ease;
}
.medical__card-img::after {
  position: absolute;
  content: "";
  display: inline-block;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  border-radius: 11px;
  background: rgba(0, 0, 0, 0.1);
}
@media screen and (min-width: 900px) {
  .medical__card-img::after {
    height: 250px;
  }
}
@media screen and (min-width: 1200px) {
  .medical__card-img::after {
    height: 290px;
    border-radius: 20px;
  }
}
.medical__card-img::before {
  position: absolute;
  content: "";
  display: inline-block;
  width: calc(100% - 14px);
  height: calc(100% - 14px);
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  border-radius: 11px;
  border-radius: 20px;
  border: 2px solid #FFF;
  background: transparent;
  display: none;
  z-index: 3;
}
@media screen and (min-width: 900px) {
  .medical__card-img::before {
    height: 236px;
  }
}
@media screen and (min-width: 1200px) {
  .medical__card-img::before {
    height: 276px;
    border-radius: 20px;
    top: 70%;
  }
}
.medical__card-img:hover img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}
.medical__card-img:hover::after {
  background: rgba(0, 0, 0, 0.4);
}
.medical__card-img:hover::before {
  display: block;
}

.medical__card-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 20px;
  position: absolute;
  width: 100%;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  pointer-events: none;
}
@media screen and (min-width: 900px) {
  .medical__card-content {
    top: 71%;
    gap: 18px;
  }
}

.medical__card-title {
  font-size: 20px;
  font-weight: 700;
  letter-spacing: 1.6px;
  color: #fff;
}
@media screen and (min-width: 900px) {
  .medical__card-title {
    font-size: 28px;
    letter-spacing: 2.24px;
  }
}

.medical__card-bar {
  width: 30px;
  height: 2px;
  border-radius: 30px;
  background: #FFF;
  margin-inline: auto;
}
@media screen and (min-width: 900px) {
  .medical__card-bar {
    width: 40px;
  }
}

.medical__card-text {
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.96px;
  color: #fff;
}
@media screen and (min-width: 900px) {
  .medical__card-text {
    font-size: 16px;
    letter-spacing: 1.28px;
    padding-block: 4px;
  }
}

.medical__text {
  font-size: 14px;
  font-weight: 500;
  line-height: 24px;
  background-color: #fff;
  padding: 18px 20px 17px;
  text-align: left;
  width: calc(100% - 40px);
  margin-inline: auto;
}
@media screen and (min-width: 900px) {
  .medical__text {
    line-height: 28px;
    padding: 36px 40px 35px;
  }
}

.blog {
  padding-inline: 20px;
  margin-bottom: 132px;
}
@media screen and (min-width: 768px) {
  .blog {
    margin-bottom: 191px;
  }
}

.blog__title {
  margin-bottom: 49px;
}
@media screen and (min-width: 768px) {
  .blog__title {
    margin-bottom: 87px;
  }
}

.blog__cards {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 32px;
  margin-bottom: 55px;
}
.blog__cards.blog__cards--top {
  gap: 21px;
  margin-bottom: 40px;
}
@media screen and (min-width: 768px) {
  .blog__cards.blog__cards--top {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: 60px 50px;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-bottom: 60px;
  }
}

.blog__card,
.rpwe-li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
  position: relative;
  cursor: pointer;
}
@media screen and (min-width: 768px) {
  .blog__card.blog__card--top,
  .rpwe-li.blog__card--top {
    width: 300px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    border-radius: 20px;
    -webkit-box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.16);
            box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.16);
  }
}
.blog__card:hover .blog__card-img img,
.rpwe-li:hover .blog__card-img img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}
.blog__card:hover .blog__card-content,
.rpwe-li:hover .blog__card-content {
  color: #1391E6;
}
.blog__card.is-new::after,
.rpwe-li.is-new::after {
  position: absolute;
  content: "NEW";
  width: 40px;
  height: 40px;
  background-color: #EE5A6D;
  border-radius: 50%;
  top: 10px;
  left: -10px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  color: #fff;
  font-size: 10px;
  font-weight: 700;
  text-align: center;
  line-height: 40px;
}
@media screen and (min-width: 768px) {
  .blog__card.is-new.blog__card--top::after,
  .rpwe-li.is-new.blog__card--top::after {
    font-size: 16px;
    width: 60px;
    height: 60px;
    line-height: 60px;
  }
}

.blog__card-img,
.rpwe-img {
  width: 138px;
  overflow: hidden;
}
.blog__card-img img,
.rpwe-img img {
  width: 100%;
  -webkit-transition: translate 0.3s ease;
  transition: translate 0.3s ease;
}
@media screen and (min-width: 768px) {
  .blog__card-img.blog__card-img--top,
  .rpwe-img.blog__card-img--top {
    width: 100%;
    margin-bottom: 127px;
  }
}

.blog__card-content {
  width: calc(100% - 133px);
  text-align: left;
}
@media screen and (min-width: 768px) {
  .blog__card-content.blog__card-content--top {
    width: 100%;
    position: absolute;
    bottom: 11px;
    left: 0;
    padding-inline: 24px;
  }
}

.blog__card-title {
  font-weight: 500;
  line-height: 20px;
  margin-top: 3px;
}
@media screen and (min-width: 768px) {
  .blog__card-title {
    font-size: 16px;
    line-height: 24px;
    margin-top: 9px;
  }
}

.blog__card-meta {
  color: #888;
  font-size: 11px;
  font-weight: 500;
  margin-top: 6px;
}
@media screen and (min-width: 768px) {
  .blog__card-meta {
    font-size: 12px;
    margin-top: 4px;
  }
}

.blog__card-tag {
  display: inline-block;
  color: #FFF;
  font-size: 10px;
  font-weight: 500;
  border-radius: 10px;
  background: #1391E6;
  padding: 2px 8px 1px 8px;
  margin-top: 6px;
}
@media screen and (min-width: 768px) {
  .blog__card-tag {
    font-size: 11px;
    margin-top: 0;
    padding: 6px 12px 6px 12px;
    border-radius: 14px;
  }
}

.blog__button {
  position: relative;
  display: inline-block;
}
.blog__button a::after {
  position: absolute;
  content: "";
  background: url(../img/icon-arrow-blue-btn.svg) no-repeat center center/contain;
  width: 14px;
  height: 14px;
  top: 50%;
  right: 11px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.blog__button:hover a::after {
  background: url(../img/icon-arrow-white-btn.svg) no-repeat center center/contain;
  -webkit-transform: translate(2px, -7px);
          transform: translate(2px, -7px);
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}

.footer {
  padding-top: 13px;
  background-color: #DFF1FD;
  position: relative;
}
@media screen and (min-width: 768px) {
  .footer {
    padding-top: 55px;
  }
}

.footer__decoration {
  background: url(../img/footer-decoration.png) repeat left center/contain;
  position: absolute;
  top: -32px;
  left: -63px;
  width: calc(100% + 63px);
  height: 32px;
}
@media screen and (min-width: 768px) {
  .footer__decoration {
    left: 0;
    width: 100%;
  }
}

.footer__inner {
  margin-inline: 10px;
}

.footer__info {
  background: #fff;
  text-align: center;
  padding-top: 30px;
  padding-bottom: 20px;
  border-radius: 8px;
}
@media screen and (min-width: 768px) {
  .footer__info {
    max-width: 1000px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 40px;
    padding-top: 39px;
    padding-inline: 50px;
    margin-inline: auto;
    border-radius: 20px;
  }
}

@media screen and (min-width: 768px) {
  .footer__info-content {
    width: 53%;
  }
}

.footer__logo {
  width: calc(100% - 46px);
  margin-inline: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 12px;
  margin-bottom: 9px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (min-width: 768px) {
  .footer__logo {
    gap: 16px;
    margin-bottom: 4px;
  }
}

.footer__logo-image {
  width: 12.6213592233%;
  max-width: 42px;
}
@media screen and (min-width: 768px) {
  .footer__logo-image {
    max-width: 50px;
  }
}

.footer__logo-text {
  width: 83.4951456311%;
  max-width: 280px;
  padding-top: 3px;
}
@media screen and (min-width: 768px) {
  .footer__logo-text {
    max-width: 337px;
  }
}

.footer__info-text {
  margin-bottom: 19px;
}

.footer__info-address-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 14px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 21px;
}
@media screen and (min-width: 768px) {
  .footer__info-address-wrapper {
    margin-bottom: 22px;
  }
}

.footer__info-address {
  font-size: 14px;
  font-weight: 500;
}

.footer__info-tel {
  display: inline-block;
  margin-bottom: 3px;
  color: #1391E6;
  font-size: 32px;
  font-weight: 700;
  line-height: 36px; /* 112.5% */
  padding-left: 34px;
  position: relative;
}
@media screen and (min-width: 768px) {
  .footer__info-tel {
    margin-bottom: 2px;
  }
}
.footer__info-tel::after {
  position: absolute;
  content: "";
  width: 28px;
  height: 28px;
  bottom: -9px;
  left: 0px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background: url(../img/icon_tel.svg) no-repeat center center/contain;
}

.footer__info-hour {
  font-size: 12px;
  font-weight: 500;
}

.footer__info-button-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 15px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 20px;
}
@media screen and (min-width: 768px) {
  .footer__info-button-wrapper {
    gap: 21px;
  }
}

.footer__button-web,
.footer__button-contact {
  width: 150px;
  padding: 8px 0 8px 0;
  position: relative;
}
@media screen and (min-width: 900px) {
  .footer__button-web,
  .footer__button-contact {
    width: 220px;
    padding-block: 15px;
    font-size: 16px;
  }
}
.footer__button-web::after,
.footer__button-contact::after {
  position: absolute;
  content: "";
  top: 48%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.footer__button-web {
  padding-left: 33px;
}
.footer__button-web::after {
  background: url(../img/icon-device.svg) no-repeat center center/contain;
  width: 35px;
  height: 20px;
  left: 24px;
}
@media screen and (min-width: 900px) {
  .footer__button-web::after {
    left: 53px;
    top: 51%;
  }
}

.footer__button-contact {
  padding-left: 26px;
}
@media screen and (min-width: 900px) {
  .footer__button-contact {
    padding-left: 37px;
  }
}
.footer__button-contact::after {
  background: url(../img/icon-mail.svg) no-repeat center center/contain;
  width: 17px;
  height: 17px;
  left: 19px;
}
@media screen and (min-width: 900px) {
  .footer__button-contact::after {
    width: 24px;
    height: 24px;
    top: 51%;
    left: 47px;
  }
}
.footer__button-contact:hover::after {
  -webkit-filter: brightness(0) invert(1);
          filter: brightness(0) invert(1);
}

.footer__info-medicaltime {
  width: calc(100% - 20px);
  margin-inline: auto;
  margin-bottom: 20px;
  -webkit-box-shadow: 0px 3px 3px 0px rgba(0, 0, 0, 0.16);
          box-shadow: 0px 3px 3px 0px rgba(0, 0, 0, 0.16);
  border-radius: 8px;
}
.footer__info-medicaltime img {
  width: 100%;
}
@media screen and (min-width: 768px) {
  .footer__info-medicaltime {
    width: 100%;
  }
}

.footer__access {
  width: calc(100% - 40px);
  height: 315px;
  position: relative;
  margin-inline: auto;
}
@media screen and (min-width: 768px) {
  .footer__access {
    max-width: 385px;
    width: 42.7777777778%;
    margin-top: 15px;
  }
}
@media screen and (min-width: 900px) {
  .footer__access {
    height: 385px;
  }
}
.footer__access iframe {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

.footer__nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 37px;
  padding: 62px 10px 59px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (min-width: 900px) {
  .footer__nav {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    max-width: 1000px;
    margin-inline: auto;
    padding-top: 46px;
    padding-bottom: 60px;
    gap: 30px;
  }
}
@media screen and (min-width: 1200px) {
  .footer__nav {
    gap: 40px;
  }
}

.footer__nav-link-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 19px;
}

.footer__nav-link {
  font-size: 16px;
  font-weight: 700;
}

.footer__nav-link-sub {
  font-size: 16px;
  padding-left: 12px;
  position: relative;
}
.footer__nav-link-sub::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 6px 0 6px 6px;
  border-color: transparent transparent transparent #1391E6;
}

.link-sub-wrapper {
  display: grid;
  grid-template-columns: 90px 1fr;
  grid-auto-rows: minmax(auto, auto);
  grid-gap: 19px 6px;
}

.footer__bottom {
  width: 100%;
  height: 112px;
  background-color: #1391E6;
  padding-top: 18px;
}

.footer__bottom-copy {
  font-size: 14px;
  color: #fff;
  text-align: center;
  font-weight: 500;
}

/* ===============================================
# 固定フッター
=============================================== */
.footer__fixed {
  width: 100%;
  height: 60px;
  padding: 6px 20px 6px 12px;
  background: rgba(255, 255, 255, 0.85);
  -webkit-box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.16);
          box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.16);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 12px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: fixed;
  bottom: 0;
  left: 0;
  z-index: 51;
}
@media screen and (min-width: 768px) {
  .footer__fixed {
    display: none;
  }
}

.footer__fixed-info-tel {
  color: #1391E6;
  font-size: 20px;
  font-weight: 700;
  position: relative;
  padding-left: 26px;
  letter-spacing: 0.4px;
}
.footer__fixed-info-tel::after {
  position: absolute;
  content: "";
  width: 18px;
  height: 18px;
  top: 50%;
  left: 3px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background: url(../img/icon_tel.svg) no-repeat center center/contain;
}

.footer__fixed-info-hour {
  font-size: 10px;
  font-weight: 500;
  padding-left: 18px;
}

.footer-button {
  border-radius: 8px;
  width: 157px;
  height: 47px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0;
  -webkit-box-pack: left;
      -ms-flex-pack: left;
          justify-content: left;
  gap: 2px;
  padding-top: 5px;
}

.footer-button-icon {
  padding-left: 6px;
}

.footer-button-text {
  text-align: center;
  font-size: 16px;
  line-height: 16px;
}

.footer-button-text--small {
  font-size: 12px;
}

.fv {
  padding: 20px 20px 0;
  position: relative;
  margin-bottom: 60px;
  padding-top: 81px;
}
@media screen and (min-width: 768px) {
  .fv {
    padding: 40px 60px;
    margin-bottom: 47px;
    max-width: 1280px;
    margin-inline: auto;
    padding-top: 120px;
  }
}

.fv__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 9px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .fv__inner {
    gap: 13px;
  }
}

.fv__img {
  position: relative;
}
.fv__img::after {
  position: absolute;
  content: "";
  display: inline-block;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  border-radius: 8px;
  background: rgba(0, 0, 0, 0.1);
  z-index: 3;
}
@media screen and (min-width: 768px) {
  .fv__img::after {
    border-radius: 20px;
  }
}

.fv__title {
  position: absolute;
  top: 59%;
  left: 51%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 100%;
  z-index: 5;
}
@media screen and (min-width: 768px) {
  .fv__title {
    top: 54%;
    left: 50%;
  }
}

.fv__title-jp {
  color: #FFF;
  font-size: 24px;
  font-weight: 700;
  letter-spacing: 4.8px;
  margin-bottom: 13px;
}
@media screen and (min-width: 768px) {
  .fv__title-jp {
    font-size: 32px;
    letter-spacing: 3.2px;
    margin-bottom: 16px;
  }
}

.fv__title-en {
  color: #FFF;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 1.2px;
}
@media screen and (min-width: 768px) {
  .fv__title-en {
    font-size: 14px;
    letter-spacing: 1.4px;
  }
}

.breadcrumb {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
  white-space: nowrap;
}
@media screen and (min-width: 768px) {
  .breadcrumb {
    margin-left: 30px;
  }
}
.breadcrumb span {
  font-size: 12px;
  font-weight: 500;
}
.breadcrumb span:not(:last-of-type) {
  color: #C2C2C2;
}

/* ===============================================
# 当院について
=============================================== */
/* ===============================================
# ポリシーと特徴
=============================================== */
.policy {
  margin-bottom: 99px;
  position: relative;
  overflow: hidden;
}
@media screen and (min-width: 768px) {
  .policy {
    margin-bottom: 208px;
    max-width: 1280px;
    margin-inline: auto;
  }
}

.policy__decoration-orval {
  position: absolute;
  top: 72px;
  left: calc(50% - 175px);
  width: 554px;
  height: 304px;
}
@media screen and (min-width: 768px) {
  .policy__decoration-orval {
    width: 1306px;
    height: 715px;
    top: 112px;
    left: calc(50% - 220px);
  }
}

.policy__decoration-star {
  position: absolute;
  top: 77px;
  left: calc(50% - 177px);
  width: 54px;
  height: 60px;
}
@media screen and (min-width: 768px) {
  .policy__decoration-star {
    width: 126px;
    height: 138px;
    top: 127px;
    left: calc(50% - 225px);
  }
}

.policy__decoration-nose {
  position: absolute;
  top: 67px;
  right: calc(50% - 135px);
  width: 44px;
  height: 44px;
}
@media screen and (min-width: 768px) {
  .policy__decoration-nose {
    width: 100px;
    height: 100px;
    top: 102px;
    right: calc(50% - 510px);
  }
}

.policy__inner {
  text-align: center;
}

.policy__title {
  margin-bottom: 148px;
}
@media screen and (min-width: 768px) {
  .policy__title {
    margin-bottom: 283px;
  }
}

.policy__items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 100px;
}
@media screen and (min-width: 768px) {
  .policy__items {
    gap: 192px;
  }
}

.policy__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 37px;
  position: relative;
}
.policy__item:nth-of-type(1) .policy__img {
  border-radius: 0px 20px 20px 0px;
}
.policy__item:nth-of-type(2) .policy__img {
  border-radius: 20px 0px 0px 20px;
  margin-left: auto;
}
@media screen and (min-width: 768px) {
  .policy__item {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
    gap: 0;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .policy__item:nth-of-type(2) {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}
@media screen and (min-width: 1200px) {
  .policy__item {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}

.policy__content {
  padding-inline: 20px;
  text-align: left;
}
@media screen and (min-width: 768px) {
  .policy__content {
    width: 50%;
    padding-left: 7.421875%;
    padding-right: 10.78125%;
    padding-top: 0px;
  }
}

@media screen and (min-width: 768px) {
  .policy__content--place-left {
    padding-top: 39px;
    padding-left: 10.9375%;
    padding-right: 7.265625%;
  }
}

.policy__title-en {
  color: #1391E6;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 1.4px;
  margin-bottom: 15px;
}
@media screen and (min-width: 768px) {
  .policy__title-en {
    font-size: 14px;
    margin-bottom: 21px;
  }
}

.policy_title__jp {
  font-size: 20px;
  font-weight: 700;
  line-height: 32px;
  letter-spacing: 1.6px;
  margin-bottom: 26px;
}
@media screen and (min-width: 768px) {
  .policy_title__jp {
    font-size: 28px;
    line-height: 44px; /* 157.143% */
    letter-spacing: 2.24px;
    margin-bottom: 37px;
  }
}

.policy__content-lead-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 24px;
}

.policy__content-lead {
  font-weight: 500;
  line-height: 24px; /* 171.429% */
}

.policy__img {
  width: 89.0666666667%;
  max-width: 450px;
}
@media screen and (min-width: 768px) {
  .policy__img {
    max-width: 50%;
  }
}

/* ===============================================
# 院内の様子
=============================================== */
.state {
  text-align: center;
  margin-bottom: 132px;
}
@media screen and (min-width: 768px) {
  .state {
    margin-bottom: 191px;
  }
}

.state__title {
  margin-bottom: 39px;
}
@media screen and (min-width: 768px) {
  .state__title {
    margin-bottom: 66px;
  }
}

.state__img-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 11px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (min-width: 768px) {
  .state__img-wrapper {
    gap: 24px;
  }
}

.state__img {
  width: 162px;
  height: 162px;
  border-radius: 20px;
}
@media screen and (min-width: 768px) {
  .state__img {
    width: 317px;
    height: 317px;
  }
}

.fv-medical {
  margin-bottom: 58px;
}
@media screen and (min-width: 768px) {
  .fv-medical {
    margin-bottom: 39px;
  }
}

.medical-nav {
  padding-top: 3px;
  margin-bottom: 190px;
}
@media screen and (min-width: 768px) {
  .medical-nav {
    padding-inline: 62px;
    padding-top: 0;
    margin-bottom: 361px;
  }
}

.medical-nav__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 84px;
}
@media screen and (min-width: 768px) {
  .medical-nav__inner {
    gap: 79px;
  }
}

.medical-nav_title {
  display: inline-block;
  font-size: 20px;
  font-weight: 700;
  letter-spacing: 1.6px;
  text-align: left;
  margin-bottom: 33px;
  position: relative;
}
@media screen and (min-width: 768px) {
  .medical-nav_title {
    font-size: 28px;
    letter-spacing: 2.24px;
    margin-bottom: 31px;
  }
}
.medical-nav_title.is-insurance::after {
  position: absolute;
  content: "保険対象";
  top: 50%;
  right: -107px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 84px;
  height: 35px;
  color: #FFF;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 1.12px;
  padding-block: 8px;
  text-align: center;
  border-radius: 24px;
  background: #1391E6;
}
@media screen and (min-width: 768px) {
  .medical-nav_title.is-insurance::after {
    top: 47%;
  }
}
.medical-nav_title.is-not-insurance::after {
  position: absolute;
  content: "実費";
  top: 50%;
  right: -77px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 54px;
  height: 35px;
  color: #FFF;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 1.12px;
  padding-block: 8px;
  text-align: center;
  border-radius: 24px;
  background: #EE5A6D;
}
@media screen and (min-width: 768px) {
  .medical-nav_title.is-not-insurance::after {
    top: 47%;
  }
}

.medical-nav__items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 16px;
}
@media screen and (min-width: 768px) {
  .medical-nav__items {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: 8px;
  }
}
@media screen and (min-width: 900px) {
  .medical-nav__items {
    gap: 16px;
  }
}

.medical-nav__item {
  color: #1391E6;
  font-size: 20px;
  font-weight: 700;
  letter-spacing: 1.6px;
  padding-block: 14px;
  border-radius: 12px;
  border: 1px solid #1391E6;
  background: #FFF;
  text-align: center;
  cursor: pointer;
  -webkit-transition: background-color 0.3s ease;
  transition: background-color 0.3s ease;
  -webkit-transition: color 0.3s ease;
  transition: color 0.3s ease;
}
@media screen and (min-width: 768px) {
  .medical-nav__item {
    padding: 17px 15px;
    font-size: 16px;
  }
}
@media screen and (min-width: 900px) {
  .medical-nav__item {
    font-size: 20px;
  }
}
@media screen and (min-width: 1200px) {
  .medical-nav__item {
    padding: 17px 30px;
    font-size: 24px;
    letter-spacing: 1.92px;
  }
}
.medical-nav__item:hover {
  background: #1391E6;
  border-color: #fff;
  color: #fff;
}

.medical-content {
  text-align: center;
  padding-bottom: 62px;
  margin-bottom: 102px;
}
@media screen and (min-width: 768px) {
  .medical-content {
    padding-bottom: 85px;
    margin-bottom: 191px;
  }
}

.medical-content__wrapper {
  background-color: #DFF1FD;
  padding-bottom: 65px;
  padding-inline: 20px;
  position: relative;
  padding-top: 27px;
}
@media screen and (min-width: 768px) {
  .medical-content__wrapper {
    padding-top: 5px;
    padding-bottom: 83px;
    max-width: 1280px;
    margin-inline: auto;
  }
}
.medical-content__wrapper:nth-of-type(1) {
  margin-bottom: 216px;
}
@media screen and (min-width: 768px) {
  .medical-content__wrapper:nth-of-type(1) {
    margin-bottom: 461px;
  }
}

@media screen and (min-width: 768px) {
  .medical-content__title {
    margin-bottom: 65px;
  }
}

.medical-content__cards {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 41px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (min-width: 768px) {
  .medical-content__cards {
    gap: 40px;
  }
}

.medical-card {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  border-radius: 20px;
  background: #FFF;
  text-align: left;
  padding: 20px;
}
@media screen and (min-width: 768px) {
  .medical-card {
    max-width: 1000px;
    margin-inline: auto;
    padding-inline: 4.7580645161%;
    padding-top: 5.4032258065%;
    padding-bottom: 4.8387096774%;
  }
}

.medical-card__head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding-bottom: 18px;
  margin-bottom: 16px;
  border-bottom: 1px solid #c2c2c2;
}
@media screen and (min-width: 768px) {
  .medical-card__head {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    padding-bottom: 42px;
    margin-bottom: 36px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 39px;
  }
}

.medical-card__head-title {
  font-size: 20px;
  font-weight: 700;
  line-height: 28px;
  letter-spacing: 1.6px;
  margin-bottom: 21px;
  display: inline-block;
}
@media screen and (min-width: 768px) {
  .medical-card__head-title {
    font-size: 28px;
    letter-spacing: 2.24px;
    margin-bottom: 0;
  }
}

.medical-card__head-sub {
  color: #1391E6;
  font-weight: 700;
  letter-spacing: 1.12px;
  display: inline-block;
}

.medical-card__body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 16px;
}
@media screen and (min-width: 768px) {
  .medical-card__body {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: 4.5454545455%;
  }
}

.medical-card__body-text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 24px;
  font-weight: 500;
  line-height: 24px;
}
@media screen and (min-width: 768px) {
  .medical-card__body-text {
    max-width: 47.6136363636%;
  }
}

.medical-card__body-img {
  border-radius: 20px;
}
@media screen and (min-width: 768px) {
  .medical-card__body-img {
    max-width: 47.7272727273%;
  }
}

.medical-card__tag {
  position: absolute;
  top: 0;
  right: 20px;
  width: 80px;
  height: 60px;
}
@media screen and (min-width: 768px) {
  .medical-card__tag {
    width: 100px;
    height: 80px;
    right: 60px;
  }
}
.medical-card__tag .is-special {
  right: 10px;
}

.medical-decoration-star03--page-medical {
  bottom: 0;
}
@media screen and (min-width: 768px) {
  .medical-decoration-star03--page-medical {
    bottom: -11px;
    left: 37px;
  }
}

.medical-decoration-star04--page-medical {
  bottom: -19px;
}
@media screen and (min-width: 768px) {
  .medical-decoration-star04--page-medical {
    bottom: -34px;
    right: 22px;
  }
}

/* ===============================================
# 院長のあいさつ
=============================================== */
.staff-greet {
  margin-bottom: 100px;
}
@media screen and (min-width: 768px) {
  .staff-greet {
    margin-bottom: 160px;
  }
}

.staff-greet__inner {
  padding-inline: 20px;
}
@media screen and (min-width: 768px) {
  .staff-greet__inner {
    padding-inline: 60px;
  }
}
@media screen and (min-width: 1200px) {
  .staff-greet__inner {
    padding-inline: 0;
  }
}

.staff-greet__title {
  margin-top: 2px;
  margin-bottom: 35px;
}
@media screen and (min-width: 768px) {
  .staff-greet__title {
    margin-top: 0;
    margin-bottom: 68px;
  }
}

.staff-greet__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 40px;
}
@media screen and (min-width: 768px) {
  .staff-greet__item {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: 40px;
  }
}
@media screen and (min-width: 1200px) {
  .staff-greet__item {
    gap: 8%;
  }
}

@media screen and (min-width: 768px) {
  .staff-greet__item {
    position: relative;
  }
}

@media screen and (min-width: 768px) {
  .staff-greet__item-body {
    width: 50%;
  }
}
@media screen and (min-width: 1200px) {
  .staff-greet__item-body {
    width: 46%;
  }
}

.staff-greet__body-title {
  font-size: 20px;
  font-weight: 700;
  line-height: 32px;
  letter-spacing: 1.6px;
  margin-bottom: 28px;
  text-align: left;
}
@media screen and (min-width: 900px) {
  .staff-greet__body-title {
    font-size: 24px;
    line-height: 44px;
    letter-spacing: 2.24px;
    margin-bottom: 35px;
  }
}
@media screen and (min-width: 1200px) {
  .staff-greet__body-title {
    font-size: 28px;
  }
}

.staff-greet__body-detail {
  font-weight: 500;
  line-height: 24px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 24px;
  margin-bottom: 34px;
  text-align: left;
}
@media screen and (min-width: 768px) {
  .staff-greet__body-detail {
    margin-bottom: 16px;
  }
}

.staff-greet__body-name {
  font-weight: 500;
  line-height: 24px;
  text-align: right;
  margin-bottom: 0;
}
@media screen and (min-width: 768px) {
  .staff-greet__body-name {
    margin-bottom: 386px;
  }
}

.staff-greet__body-background {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 25px;
}
@media screen and (min-width: 768px) {
  .staff-greet__body-background {
    position: absolute;
    bottom: 0;
    gap: 17px;
    width: 50%;
  }
}
@media screen and (min-width: 1200px) {
  .staff-greet__body-background {
    width: 46%;
  }
}

.staff-greet__background-title {
  font-size: 16px;
  font-weight: 500;
  border-bottom: 1px solid #393939;
  text-align: left;
  padding-bottom: 6px;
  margin-bottom: 15px;
}
@media screen and (min-width: 768px) {
  .staff-greet__background-title {
    margin-bottom: 16px;
  }
}

.staff-greet__background-detail {
  font-weight: 500;
  line-height: 161%; /* 22.54px */
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 16px;
  margin-bottom: 13px;
}

.staff-greet__background-year {
  font-weight: 500;
  display: inline-block;
}

.staff-greet__background-content {
  font-weight: 500;
  text-align: left;
}

.staff-greet__background-qualification {
  font-weight: 500;
  text-align: left;
}
.staff-greet__background-qualification:not(:last-child) {
  margin-bottom: 15px;
}
@media screen and (min-width: 768px) {
  .staff-greet__background-qualification:not(:last-child) {
    margin-bottom: 14px;
  }
}

.staff-greet__item-img img {
  border-radius: 20px;
  background: #ECECEC;
}
@media screen and (min-width: 768px) {
  .staff-greet__item-img {
    width: 46%;
    max-height: 613px;
  }
}

.staff__swiper {
  overflow: hidden;
  margin-bottom: 103px;
}
@media screen and (min-width: 768px) {
  .staff__swiper {
    margin-bottom: 166px;
  }
}

.staff__swiper-wrapper {
  -webkit-transition-timing-function: linear;
          transition-timing-function: linear;
  width: 500px;
}

.staff__swiper-slide {
  width: 200px;
  height: auto;
}
@media screen and (min-width: 768px) {
  .staff__swiper-slide {
    width: 305px;
  }
}

/* 画像のサイズ調整 */
.staff__swiper-slide img {
  width: 200px;
  height: 150px;
  overflow: hidden;
}
@media screen and (min-width: 768px) {
  .staff__swiper-slide img {
    width: 305px;
    height: 229px;
  }
}

/* ===============================================
# スタッフ紹介
=============================================== */
.staff-intro {
  margin-bottom: 132px;
}
@media screen and (min-width: 768px) {
  .staff-intro {
    margin-bottom: 187px;
  }
}

.staff-intro__inner {
  padding-inline: 20px;
}
@media screen and (min-width: 768px) {
  .staff-intro__inner {
    padding-left: 60px;
  }
}
@media screen and (min-width: 1200px) {
  .staff-intro__inner {
    padding-inline: 0;
  }
}

.staff-intro__title {
  margin-bottom: 36px;
}
@media screen and (min-width: 768px) {
  .staff-intro__title {
    margin-bottom: 65px;
  }
}

.staff-intro__items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 40px;
}
@media screen and (min-width: 768px) {
  .staff-intro__items {
    gap: 62px;
  }
}

.staff-intro__item-title {
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 1.28px;
  text-align: left;
  padding-bottom: 7px;
  border-bottom: 1px solid #707070;
  margin-bottom: 36px;
}
@media screen and (min-width: 768px) {
  .staff-intro__item-title {
    margin-bottom: 39px;
  }
}

.staff-intro__cards {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 56px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (min-width: 768px) {
  .staff-intro__cards {
    -webkit-box-pack: left;
        -ms-flex-pack: left;
            justify-content: left;
    gap: 62px 80px;
  }
}

.staff-intro__card {
  max-width: 335px;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 18px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (min-width: 768px) {
  .staff-intro__card {
    max-width: 280px;
    gap: 16px;
  }
}

.staff-intro__card-head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 12px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
}

.staff-intro__card-job {
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 0.96px;
  padding-top: 5px;
}

.staff-intro__card-name {
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 1.44px;
}

.staff-intro__card-table {
  font-weight: 500;
  border-collapse: collapse;
  text-align: left;
}
.staff-intro__card-table th {
  background: #DFF1FD;
  width: 140px;
}
.staff-intro__card-table th, .staff-intro__card-table td {
  border: solid 1px #fff;
  padding: 16.5px 19px;
}

@media screen and (min-width: 768px) {
  .archive {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 30px;
    padding-inline: 5%;
    margin-bottom: 122px;
  }
}
@media screen and (min-width: 1200px) {
  .archive {
    padding-inline: 10.9375%;
  }
}

@media screen and (min-width: 768px) {
  .fv-archive {
    margin-bottom: 41px;
  }
}

/* ===============================================
# ブログ一覧
=============================================== */
.primary {
  margin-bottom: 101px;
}
@media screen and (min-width: 768px) {
  .primary {
    padding-inline: 0;
    width: 67.2%;
    margin-bottom: 70px;
  }
}

.blog__cards--archive {
  margin-bottom: 59px;
  padding-top: 8px;
}
@media screen and (min-width: 768px) {
  .blog__cards--archive {
    margin-bottom: 97px;
  }
}

@media screen and (min-width: 768px) {
  .blog__card--archive {
    gap: 20px;
  }
}

@media screen and (min-width: 768px) {
  .blog__card-img--archive {
    width: 50%;
  }
}
@media screen and (min-width: 900px) {
  .blog__card-img--archive {
    width: 36.3095238095%;
  }
}
@media screen and (min-width: 1200px) {
  .blog__card-img--archive {
    max-width: 244px;
  }
}

@media screen and (min-width: 768px) {
  .blog__card-content--archive {
    width: calc(100% - 264px);
    padding-top: 10px;
  }
}
@media screen and (min-width: 1200px) {
  .blog__card-content--archive {
    padding-top: 22px;
  }
}

.blog-pagination {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 7px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (min-width: 768px) {
  .blog-pagination {
    gap: 10px;
  }
}

.page-numbers {
  color: #1391E6;
  font-size: 12px;
  font-weight: 500;
  padding-block: 5px;
  background: #fff;
  border-radius: 4px;
  border: 1px solid #1391E6;
  width: 30px;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .page-numbers {
    font-size: 14px;
    padding-block: 6px;
    width: 34px;
  }
}
.page-numbers.current {
  background: #1391E6;
  color: #fff;
}

.prev,
.next {
  position: relative;
  background: #1391E6;
  color: #fff;
  width: 71px;
}
@media screen and (min-width: 768px) {
  .prev,
  .next {
    width: 82px;
  }
}
.prev::after,
.next::after {
  position: absolute;
  content: "";
  width: 14px;
  height: 14px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.prev {
  padding-left: 19px;
}
@media screen and (min-width: 768px) {
  .prev {
    padding-left: 23px;
  }
}
.prev::after {
  left: 15px;
  background: url(../img/pagination-left.png) no-repeat center center/contain;
}
@media screen and (min-width: 768px) {
  .prev::after {
    left: 17px;
  }
}

.next {
  padding-right: 17px;
}
@media screen and (min-width: 768px) {
  .next {
    padding-right: 22px;
  }
}
.next::after {
  right: 15px;
  background: url(../img/pagination-right.png) no-repeat center center/contain;
}
@media screen and (min-width: 768px) {
  .next::after {
    right: 17px;
  }
}

/* ===============================================
# サイドバー
=============================================== */
.secondary {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 61px;
  margin-bottom: 133px;
}
@media screen and (min-width: 768px) {
  .secondary {
    margin-bottom: 0;
    width: 30%;
    padding-inline: 0;
  }
}

.secondary__item {
  max-width: 500px;
}

.widget-head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
  border-bottom: 1px solid #888;
  padding-bottom: 1px;
}

.widget-title {
  font-size: 16px;
  font-weight: 700;
  line-height: 20px;
  position: relative;
}

.secondary__item-title--category {
  margin-bottom: 17px;
}
@media screen and (min-width: 768px) {
  .secondary__item-title--category {
    margin-bottom: 20px;
  }
}

.secondary__item-img {
  margin-top: 20px;
  margin-bottom: 21px;
}

.secondary__item-body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 10px;
}

.secondary__item-body-title {
  font-size: 16px;
  font-weight: 700;
}

.secondary__item-lead {
  font-weight: 500;
  line-height: 24px;
}

.secondary__item-link {
  color: #1391E6;
  font-weight: 500;
  padding-left: 3px;
  position: relative;
}
.secondary__item-link::after {
  position: absolute;
  content: "";
  background: url(../img/icon-right-kunoji.png) no-repeat center center/contain;
  width: 18px;
  height: 18px;
  top: 50%;
  left: 87px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.secondary__item-link:hover::after {
  -webkit-transform: translate(5px, -8px);
          transform: translate(5px, -8px);
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}

.blog-cards--secondary,
.rpwe-ul {
  margin-bottom: 0;
  gap: 24px;
  margin-top: 20px;
}
@media screen and (min-width: 768px) {
  .blog-cards--secondary,
  .rpwe-ul {
    gap: 19px;
  }
}

.blog__card-img--secondary {
  width: 133px;
}
@media screen and (min-width: 768px) {
  .blog__card-img--secondary {
    width: 80px;
  }
}
@media screen and (min-width: 900px) {
  .blog__card-img--secondary {
    width: 120px;
  }
}

.blog__card-content--secondary {
  width: calc(100% - 133px - 10px);
}
@media screen and (min-width: 768px) {
  .blog__card-content--secondary {
    width: calc(100% - 80px - 10px);
  }
}
@media screen and (min-width: 900px) {
  .blog__card-content--secondary {
    width: calc(100% - 120px - 10px);
  }
}

.blog__card-title--secondary {
  font-size: 14px;
  line-height: 20px;
  margin-top: 6px;
}
@media screen and (min-width: 768px) {
  .blog__card-title--secondary {
    font-size: 12px;
  }
}
@media screen and (min-width: 900px) {
  .blog__card-title--secondary {
    font-size: 14px;
  }
}

.blog__card-tag--secondary {
  font-size: 10px;
  padding: 1px 8px;
}

.secondary__item-category-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 12px;
  padding-left: 20px;
  margin-top: 17px;
}

.secondary__item-category {
  font-size: 16px;
  font-weight: 500;
  padding-left: 12px;
  position: relative;
}
.secondary__item-category::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 6px 0 6px 6px;
  border-color: transparent transparent transparent #1391E6;
}

.fv-single {
  margin-bottom: 54px;
}
@media screen and (min-width: 768px) {
  .fv-single {
    margin-bottom: 41px;
  }
}

@media screen and (min-width: 768px) {
  .single {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 30px;
    padding-inline: 10.9375%;
    margin-bottom: 90px;
  }
}

.entry-header {
  margin-bottom: 44px;
}
@media screen and (min-width: 768px) {
  .entry-header {
    margin-bottom: 35px;
  }
}

.entry-title {
  font-size: 20px;
  font-weight: 700;
  line-height: 32px;
  letter-spacing: 1.6px;
  margin-bottom: 15px;
}
@media screen and (min-width: 768px) {
  .entry-title {
    font-size: 28px;
    line-height: 40px;
    letter-spacing: 2.24px;
    margin-bottom: 20px;
  }
}

.entry-header-sub {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 34px;
}

.entry-meta {
  color: #1391E6;
  font-size: 16px;
  font-weight: 500;
  padding-left: 20px;
  position: relative;
  padding-top: 2px;
}
.entry-meta::before {
  content: "";
  background: url(../img/icon-pen.svg) no-repeat center center/contain;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 14px;
  height: 14px;
  position: absolute;
}

.entry-label {
  color: #fff;
  font-size: 11px;
  font-weight: 500;
  background: #1391E6;
  padding: 6px 12px;
  border-radius: 12px;
}

.entry-body h1 {
  font-size: 20px;
  font-weight: 700;
  line-height: 32px;
  letter-spacing: 1.6px;
}
@media screen and (min-width: 768px) {
  .entry-body h1 {
    font-size: 28px;
    line-height: 40px;
    letter-spacing: 2.24px;
  }
}
.entry-body h2 {
  color: #1391E6;
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 1.44px;
  padding: 6.5px 0 6.5px 22px;
  margin-top: 44px;
  margin-bottom: 20px;
  position: relative;
}
@media screen and (min-width: 768px) {
  .entry-body h2 {
    font-size: 24px;
    letter-spacing: 1.92px;
    padding: 8px 0 8px 28px;
    margin-top: 47px;
    margin-bottom: 20px;
  }
}
.entry-body h2::before {
  content: "";
  width: 6px;
  height: 40px;
  top: 0;
  left: 0;
  position: absolute;
  background: #1391E6;
}
@media screen and (min-width: 768px) {
  .entry-body h2::before {
    width: 8px;
    height: 52px;
  }
}
.entry-body h3 {
  color: #1391E6;
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 1.28px;
  padding-bottom: 4px;
  border-bottom: 1px solid #1391E6;
  margin-top: 20px;
  margin-bottom: 4px;
}
@media screen and (min-width: 768px) {
  .entry-body h3 {
    font-size: 20px;
    letter-spacing: 1.6px;
    padding-bottom: 5px;
    margin-bottom: 9px;
  }
}
.entry-body h4 {
  color: #1391E6;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 1.12px;
  margin-top: 44px;
  margin-bottom: 4px;
}
@media screen and (min-width: 768px) {
  .entry-body h4 {
    font-size: 16px;
    letter-spacing: 1.28px;
    margin-top: 48px;
    margin-bottom: 9px;
  }
}
.entry-body h5, .entry-body h6 {
  color: #1391E6;
  font-size: 12px;
  font-weight: 700;
  margin-bottom: 16px;
}
@media screen and (min-width: 768px) {
  .entry-body h5, .entry-body h6 {
    font-size: 14px;
    letter-spacing: 1.12px;
    margin-bottom: 20px;
  }
}
.entry-body p {
  font-size: 14px;
  font-weight: 500;
  line-height: 24px; /* 171.429% */
  padding-block: 12px;
}
.entry-body p a {
  color: #1391E6;
  text-decoration-line: underline;
}
.entry-body ul {
  padding-left: 30px;
  margin-bottom: 10px;
}
@media screen and (min-width: 768px) {
  .entry-body ul {
    margin-top: 8px;
  }
}
.entry-body ul li {
  font-size: 16px;
  font-weight: 500;
  line-height: 30px;
  list-style-type: disc;
  margin-bottom: 4px;
}
.entry-body img {
  margin-bottom: 20px;
}

.single-pagination {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 12px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 32px;
  margin-bottom: 32px;
}
@media screen and (min-width: 768px) {
  .single-pagination {
    gap: 20px;
    margin-top: 73px;
  }
}

.single-numbers {
  color: #1391E6;
  font-size: 14px;
  font-weight: 500;
  padding-block: 9px;
  background: #fff;
  border-radius: 4px;
  border: 1px solid #1391E6;
  width: 95px;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .single-numbers {
    font-size: 14px;
    padding-block: 8px;
    width: 90px;
  }
}

.prev.single-numbers,
.next.single-numbers {
  position: relative;
  background: #1391E6;
  color: #fff;
  width: 108px;
}
@media screen and (min-width: 768px) {
  .prev.single-numbers,
  .next.single-numbers {
    width: 124px;
  }
}
.prev.single-numbers::after,
.next.single-numbers::after {
  position: absolute;
  content: "";
  width: 16px;
  height: 16px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.prev {
  padding-left: 22px;
}
@media screen and (min-width: 768px) {
  .prev {
    padding-left: 23px;
  }
}
.prev::after {
  left: 15px;
  background: url(../img/pagination-left.png) no-repeat center center/contain;
}
@media screen and (min-width: 768px) {
  .prev::after {
    left: 17px;
  }
}

.next {
  padding-right: 22px;
}
@media screen and (min-width: 768px) {
  .next {
    padding-right: 22px;
  }
}
.next::after {
  right: 15px;
  background: url(../img/pagination-right.png) no-repeat center center/contain;
}
@media screen and (min-width: 768px) {
  .next::after {
    right: 17px;
  }
}

.contact {
  margin-bottom: 132px;
}
@media screen and (min-width: 768px) {
  .contact {
    margin-bottom: 192px;
  }
}

.fv-contact {
  margin-bottom: 56px;
}
@media screen and (min-width: 768px) {
  .fv-contact {
    margin-bottom: 38px;
  }
}

.contact__inner {
  max-width: 728px;
}

.contact__note {
  text-align: left;
  font-weight: 500;
  line-height: 24px;
  margin-bottom: 100px;
}
@media screen and (min-width: 768px) {
  .contact__note {
    margin-bottom: 156px;
  }
}

.contact__title {
  margin-bottom: 69px;
}
@media screen and (min-width: 768px) {
  .contact__title {
    margin-bottom: 77px;
  }
}
.contact__title::before, .contact__title::after {
  top: 20px;
}
@media screen and (min-width: 768px) {
  .contact__title::before, .contact__title::after {
    top: 7px;
  }
}

.contact__fields {
  text-align: left;
}

.form-field {
  padding-top: 24.5px;
  padding-bottom: 23.5px;
  border-top: 1px solid #ddd;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 12px;
}
.form-field:last-child {
  border-bottom: 1px solid #ddd;
}
@media screen and (min-width: 768px) {
  .form-field {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: 15.3846153846%;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding-top: 28.5px;
    padding-bottom: 27px;
  }
  .form-field:has(.form-field__radios) {
    padding-top: 41px;
    padding-bottom: 39px;
  }
  .form-field:has(.form-field__checkboxes) {
    padding-top: 26px;
    padding-bottom: 22px;
  }
}
@media screen and (min-width: 768px) and (min-width: 768px) {
  .form-field:has(.form-field__checkboxes) {
    padding-top: 28px;
  }
}

.form-field__head {
  font-size: 16px;
  font-weight: 500;
}
@media screen and (min-width: 768px) {
  .form-field__head {
    width: 128px;
  }
}

.form-field__label {
  position: relative;
  display: inline-block;
}
.form-field__label.is-required::after {
  position: absolute;
  content: "必須";
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: -48px;
  width: 36px;
  height: 23px;
  background: #EE5A6D;
  color: #fff;
  font-size: 12px;
  font-weight: 700;
  padding: 3px 6px 2px;
  border-radius: 4px;
}
@media screen and (min-width: 768px) {
  .form-field__label.is-required::after {
    right: -52px;
  }
}
@media screen and (min-width: 768px) {
  .form-field__label.is-required--medical::after {
    right: -62px;
  }
}

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

.form-field__item {
  width: 100%;
}
@media screen and (min-width: 768px) {
  .form-field__item {
    width: 67.032967033%;
  }
}

.form-text,
.form-textarea {
  font-size: 16px;
  font-weight: 500;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  vertical-align: top;
  width: 100%;
  padding: 12px 16px;
  border-radius: 4px;
  background: #F6F6F6;
  border: none;
}
.form-text::-webkit-input-placeholder, .form-textarea::-webkit-input-placeholder {
  color: #c2c2c2;
}
.form-text::-moz-placeholder, .form-textarea::-moz-placeholder {
  color: #c2c2c2;
}
.form-text:-ms-input-placeholder, .form-textarea:-ms-input-placeholder {
  color: #c2c2c2;
}
.form-text::-ms-input-placeholder, .form-textarea::-ms-input-placeholder {
  color: #c2c2c2;
}
.form-text::placeholder,
.form-textarea::placeholder {
  color: #c2c2c2;
}

.form-textarea {
  height: 160px;
}
@media screen and (min-width: 768px) {
  .form-textarea {
    height: 200px;
  }
}

.contact__button {
  margin-top: 70px;
}
@media screen and (min-width: 768px) {
  .contact__button {
    margin-top: 73px;
  }
}
.contact__button input[type=submit] {
  width: calc(100% - 62px);
  padding-bottom: 7px;
  letter-spacing: 1.12px;
}
@media screen and (min-width: 768px) {
  .contact__button input[type=submit] {
    width: 360px;
    padding-top: 16px;
    padding-bottom: 14px;
    font-size: 16px;
    letter-spacing: 1.28px;
    border-radius: 28px;
  }
}

/* ===============================================
# 初診/再診（ラジオボタン）
=============================================== */
.form-field__radios {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 40px;
  margin-bottom: 2px;
  padding-top: 10px;
}
@media screen and (min-width: 768px) {
  .form-field__radios {
    padding-top: 0;
    gap: 31px;
  }
}

.form-radio {
  position: relative;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.form-radio input {
  width: 1px;
  height: 1px;
  position: absolute;
  clip: rect(0, 0, 0, 0);
  overflow: hidden;
}

.form-radio input:checked + .wpcf7-list-item-label::after {
  opacity: 1;
}

.form-radio .wpcf7-list-item-label {
  font-weight: 700;
  padding-left: 32px;
  position: relative;
}
@media screen and (min-width: 900px) {
  .form-radio .wpcf7-list-item-label {
    padding-left: 33px;
  }
}

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

.form-radio .wpcf7-list-item-label::before {
  width: 24px;
  height: 24px;
  left: 0;
  background-color: #fff;
  border: 1px solid #1391E6;
}

.form-radio .wpcf7-list-item-label::after {
  width: 12px;
  height: 12px;
  background: #1391E6;
  left: 6px;
  opacity: 0;
  top: 55%;
}

.form-radio .first {
  margin-left: 0;
}

.form-radio .last {
  margin-left: 40px;
}
@media screen and (min-width: 768px) {
  .form-radio .last {
    margin-left: 31px;
  }
}

/* ===============================================
# 診断内容（チェックボックス）
=============================================== */
.form-field__checkboxes,
.wpcf7-checkbox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 19px 24px;
  margin-top: 10px;
  margin-bottom: 2px;
}
@media screen and (min-width: 768px) {
  .form-field__checkboxes,
  .wpcf7-checkbox {
    margin-block: 0;
    gap: 19px 32px;
  }
}

.form-checkbox {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.form-field__checkboxes label input {
  width: 1px;
  height: 1px;
  position: absolute;
  clip: rect(0, 0, 0, 0);
  overflow: hidden;
}

.form-field__checkboxes input:checked + .wpcf7-list-item-label::after {
  opacity: 1;
}

.wpcf7-list-item-label {
  position: relative;
  padding-left: 32px;
  font-size: 14px;
  font-weight: 500;
}

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

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

.wpcf7-list-item-label::after {
  width: 23px;
  height: 17.53px;
  left: -1px;
  margin-top: -1.2px;
  background: url(../img/icon-checkmark.svg) no-repeat center center/contain;
  opacity: 0;
}

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

/* ===============================================
# ご連絡方法
=============================================== */
.form-select {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-size: 16px;
  font-weight: 500;
  vertical-align: top;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  width: 100%;
  background: #f6f6f6;
  border-radius: 4px;
  border: none;
  padding: 12px 10px;
  margin-bottom: 1px;
}
@media screen and (min-width: 768px) {
  .form-select {
    padding-top: 14px;
    padding-bottom: 16px;
  }
}

.form-select__decoration {
  position: relative;
}
.form-select__decoration::after {
  position: absolute;
  content: "";
  background: url(../img/icon-arrow-bottom.svg) no-repeat center center/contain;
  width: 12px;
  height: 8px;
  top: 50%;
  right: 14px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  pointer-events: none;
}

/* ===============================================
# 希望日
=============================================== */
.form-dates {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 20px;
}

.form-date {
  font-size: 16px;
  font-weight: 500;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  vertical-align: top;
  width: 100%;
  padding: 12px 11px 10px;
  border-radius: 4px;
  background: #F6F6F6;
  border: none;
  position: relative;
}
.form-date::-webkit-input-placeholder {
  color: #c2c2c2;
}
.form-date::-moz-placeholder {
  color: #c2c2c2;
}
.form-date:-ms-input-placeholder {
  color: #c2c2c2;
}
.form-date::-ms-input-placeholder {
  color: #c2c2c2;
}
.form-date::placeholder {
  color: #c2c2c2;
}
.form-date::after {
  position: absolute;
  content: "";
  top: 49%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 13px;
  width: 12.854px;
  height: 14.977px;
  background: url(../img/icon-calendar.svg) no-repeat center center/contain;
}

input[type=date]::-webkit-calendar-picker-indicator {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: auto;
  height: auto;
  background: transparent;
  z-index: 1;
}

.wpcf7-spinner {
  display: none;
}

.reserve {
  margin-bottom: 133px;
}
@media screen and (min-width: 768px) {
  .reserve {
    margin-bottom: 192px;
  }
}

.reserve-thanks {
  margin-bottom: 156px;
}
@media screen and (min-width: 768px) {
  .reserve-thanks {
    margin-bottom: 191px;
  }
}

.fv-reserve {
  margin-bottom: 57px;
}
@media screen and (min-width: 768px) {
  .fv-reserve {
    margin-bottom: 38px;
  }
}

.reserve__inner {
  max-width: 728px;
}

.reserve__head {
  text-align: left;
  margin-bottom: 94px;
}
@media screen and (min-width: 768px) {
  .reserve__head {
    margin-bottom: 157px;
  }
}

.reserve__head-title {
  font-size: 20px;
  font-weight: 700;
  letter-spacing: 1.6px;
  margin-bottom: 22px;
}
@media screen and (min-width: 768px) {
  .reserve__head-title {
    font-size: 28px;
    letter-spacing: 2.24px;
    margin-bottom: 26px;
  }
}

.reserve__head-info {
  color: #1391E6;
  margin-bottom: 20px;
  padding-top: 7px;
}
@media screen and (min-width: 768px) {
  .reserve__head-info {
    margin-bottom: 22px;
  }
}

.reserve__head-tel {
  font-size: 32px;
  font-weight: 700;
  letter-spacing: 0px;
  padding-left: 31px;
  line-height: 28px;
  margin-bottom: 5px;
  position: relative;
}
.reserve__head-tel::after {
  position: absolute;
  content: "";
  width: 28px;
  height: 28px;
  bottom: -13px;
  left: 0px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background: url(../img/icon_tel.svg) no-repeat center center/contain;
}

.reserve__head-hour {
  font-size: 12px;
  font-weight: 500;
  padding-left: 45px;
}

.reserve__head-text {
  font-weight: 500px;
  line-height: 24px;
  margin-bottom: 40px;
  text-align: left;
}
@media screen and (min-width: 768px) {
  .reserve__head-text {
    margin-bottom: 42px;
  }
}

.reserve__title {
  margin-bottom: 69px;
}
@media screen and (min-width: 768px) {
  .reserve__title {
    margin-bottom: 76px;
  }
}