@charset "UTF-8";
/*-- globalフォルダの直下の_index.scss --*/
/*-- settingフォルダの中の_index.scss --*/
/* ===============================================
  webFont
=============================================== */
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@300;400;500;600;700,800&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Oswald:wght@400;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap");
/* ==================================================
  cache busting設定（scssの最上部に記載）
================================================== */
/*-- mixinフォルダの中の_index.scss --*/
/* ==================================================
  breakpoint & medea query
================================================== */
/*-- commonフォルダの中の_index.scss --*/
/* ===============================================
  htmlでのデザイン制御
=============================================== */
.flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 3vw;
}
@media (width < 1100px) {
  .flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.flex_row_rev {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}

.aic {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.fw400 {
  font-weight: 400;
}

.fw700 {
  font-weight: 700;
}

.fw900 {
  font-weight: 900;
}

.is-open {
  display: block;
}

.is-close {
  display: none;
}

@media screen and (min-width: 600px) {
  .is-sp {
    display: none;
  }
}

@media (width < 600px) {
  .is-mobile {
    display: none;
  }
}
@media (width >= 1100px) {
  .is-mobile {
    display: none;
  }
}

@media (width < 1100px) {
  .is-pc {
    display: none;
  }
}

.underline {
  text-decoration: underline;
}

.center {
  text-align: center;
}

.left {
  -moz-text-align-last: left;
       text-align-last: left;
}

.right {
  text-align: right;
}

.fz10 {
  font-size: 1rem;
}

.fz12 {
  font-size: 1.2rem;
}

.fz14 {
  font-size: 1.4rem;
}

.fz16 {
  font-size: 1.6rem;
}

.fz18 {
  font-size: 1.8rem;
}

.fz20 {
  font-size: 2rem;
}

.fz30 {
  font-size: 3rem;
}

.miauto {
  margin-inline: auto;
}

.ml10 {
  margin-left: 10px;
}

.ml20 {
  margin-left: 20px;
}

.mr10 {
  margin-right: 10px;
}

.mr20 {
  margin-right: 20px;
}

.mt10 {
  margin-top: 10px;
}

.mt20 {
  margin-top: 20px;
}

.mt30 {
  margin-top: 30px;
}

.mt40 {
  margin-top: 40px;
}

.mt50 {
  margin-top: 50px;
}

.mt60 {
  margin-top: 60px;
}

.mt80 {
  margin-top: 80px;
}

.mt100 {
  margin-top: 100px;
}

.mb10 {
  margin-bottom: 10px;
}

.mb20 {
  margin-bottom: 20px;
}

.mb30 {
  margin-bottom: 30px;
}

.mb40 {
  margin-bottom: 40px;
}

.mb50 {
  margin-bottom: 50px;
}

.mb60 {
  margin-bottom: 60px;
}

.mb80 {
  margin-bottom: 80px;
}

.mb100 {
  margin-bottom: 100px;
}

.w10 {
  width: calc(10% - 1.5vw);
  margin-inline: auto;
}
@media (width < 600px) {
  .w10 {
    width: 100%;
  }
  .w10 figure {
    width: 100%;
    max-width: 450px;
    margin-inline: auto;
  }
}

.w20 {
  width: calc(20% - 1.5vw);
  margin-inline: auto;
}
@media (width < 600px) {
  .w20 {
    width: 100%;
  }
  .w20 figure {
    width: 100%;
    max-width: 450px;
    margin-inline: auto;
  }
}

.w30 {
  width: calc(30% - 1.5vw);
  margin-inline: auto;
}
@media (width < 600px) {
  .w30 {
    width: 100%;
  }
  .w30 figure {
    width: 100%;
    max-width: 450px;
    margin-inline: auto;
  }
}

.w40 {
  width: calc(40% - 1.5vw);
  margin-inline: auto;
}
@media (width < 600px) {
  .w40 {
    width: 100%;
  }
  .w40 figure {
    width: 100%;
    max-width: 450px;
    margin-inline: auto;
  }
}

.w50 {
  width: calc(50% - 1.5vw);
  margin-inline: auto;
}
@media (width < 600px) {
  .w50 {
    width: 100%;
  }
  .w50 figure {
    width: 100%;
    max-width: 450px;
    margin-inline: auto;
  }
}

.w60 {
  width: calc(60% - 1.5vw);
  margin-inline: auto;
}
@media (width < 600px) {
  .w60 {
    width: 100%;
  }
  .w60 figure {
    width: 100%;
    max-width: 450px;
    margin-inline: auto;
  }
}

.w70 {
  width: calc(70% - 1.5vw);
  margin-inline: auto;
}
@media (width < 600px) {
  .w70 {
    width: 100%;
  }
  .w70 figure {
    width: 100%;
    max-width: 450px;
    margin-inline: auto;
  }
}

.w80 {
  width: calc(80% - 1.5vw);
  margin-inline: auto;
}
@media (width < 600px) {
  .w80 {
    width: 100%;
  }
  .w80 figure {
    width: 100%;
    max-width: 450px;
    margin-inline: auto;
  }
}

.w90 {
  width: calc(90% - 1.5vw);
  margin-inline: auto;
}
@media (width < 600px) {
  .w90 {
    width: 100%;
  }
  .w90 figure {
    width: 100%;
    max-width: 450px;
    margin-inline: auto;
  }
}

.list_wrapper {
  list-style: none;
}
.list_wrapper > li {
  position: relative;
  padding-left: 15px;
}
.list_wrapper > li:nth-of-type(n + 2) {
  margin-top: 5px;
}
.list_wrapper > li::before {
  content: "";
  display: inline-block;
  position: absolute;
  top: 8px;
  left: 0;
  width: 10px;
  height: 10px;
  background-color: #032d30;
  border-radius: 5px;
}

.items120 .item:nth-of-type(n + 2) {
  margin-top: 120px;
}
@media (width < 600px) {
  .items120 .item:nth-of-type(n + 2) {
    margin-top: 60px;
  }
}

.items80 .item:nth-of-type(n + 2) {
  margin-top: 80px;
}
@media (width < 600px) {
  .items80 .item:nth-of-type(n + 2) {
    margin-top: 40px;
  }
}

.items60 .item:nth-of-type(n + 2) {
  margin-top: 60px;
}
@media (width < 600px) {
  .items60 .item:nth-of-type(n + 2) {
    margin-top: 30px;
  }
}

.items40 .item:nth-of-type(n + 2) {
  margin-top: 40px;
}
@media (width < 600px) {
  .items40 .item:nth-of-type(n + 2) {
    margin-top: 20px;
  }
}

/* ==================================================
  共通の全体設定
================================================== */
html {
  font-size: 62.5%;
}
@media (width < 600px) {
  html {
    font-size: 56.25%;
  }
}

body {
  color: #111;
  font-size: 1.6rem;
  background-color: #f6f6f6;
  font-family: "Noto Sans JP", sans-serif;
  letter-spacing: 0.08em;
  line-height: 1.6;
  font-weight: 400;
}

.en {
  font-family: "Montserrat", sans-serif;
}

img:not([class*=wp-image-]) {
  width: 100%;
  height: auto;
}
img[class*=wp-image-].alignright {
  display: block;
  margin: 0 0 0 auto;
}
img[class*=wp-image-].alignleft {
  display: block;
  margin: 0 auto 0 0;
}
img[class*=wp-image-].aligncenter {
  display: block;
  margin: 0 auto;
}

a {
  display: inline-block;
}

.inner {
  width: 95%;
  max-width: 1400px;
  margin-inline: auto;
}
@media (width < 600px) {
  .inner {
    width: 90%;
  }
}

main {
  margin-top: 90px;
}
@media (width < 1100px) {
  main {
    margin-top: 75px;
  }
}
@media (width < 600px) {
  main {
    margin-top: 60px;
  }
}

.bcn-display {
  padding-block: 0.8em;
  background-color: #eee;
  font-size: 1.4rem;
}

#add_dashboard_widget.postbox {
  background-color: yellow !important;
}

.section {
  padding-block: clamp(60px, 10vw, 100px);
}

.button__link {
  display: inline-block;
  font-weight: 600;
  padding: 1em 4em;
  font-size: 1.4rem;
  color: #032d30;
  border: 1px solid;
  text-align: center;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  position: relative;
}
.button__link::after {
  position: absolute;
  content: "";
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 1em;
  width: 1em;
  height: 1em;
  -webkit-mask: url(../img/icon/link-arrow.svg?ver=u8wwk18) no-repeat 50% 50%/contain;
          mask: url(../img/icon/link-arrow.svg?ver=u8wwk18) no-repeat 50% 50%/contain;
  background: #032d30;
}

.heading--ja {
  font-size: clamp(1.8rem, 2vw, 2rem);
}
.heading--ja::before {
  content: "";
  display: inline-block;
  width: 1em;
  height: 2px;
  margin-bottom: 0.3em;
  margin-right: 0.2em;
  background-color: #111;
}
.heading--en {
  font-size: clamp(4rem, 6vw, 6rem);
  line-height: 1.2;
  font-weight: 700;
  text-transform: uppercase;
  color: #032d30;
}

.link-button {
  display: inline-block;
  width: 1em;
  height: 1em;
  vertical-align: middle;
  margin-left: 0.5em;
  -webkit-mask: url(../img/icon/link-arrow.svg?ver=u8wwk18) no-repeat 50% 50%/contain;
          mask: url(../img/icon/link-arrow.svg?ver=u8wwk18) no-repeat 50% 50%/contain;
  background: #032d30;
}

.page-title {
  padding-block: clamp(40px, 6vw, 60px);
  background: #032d30;
  background: url(../img/common/title-bg.webp?ver=u8wwk18) no-repeat 50% 80%/cover;
}
.page-title__text {
  text-align: center;
  font-size: clamp(2.2rem, 2.4vw, 2.6rem);
  color: #fff;
}

.title {
  border-bottom: 3px solid #e3e3e3;
  padding-block: 0.3em;
  font-size: clamp(2rem, 2.5vw, 2.8rem);
  margin-bottom: 25px;
  position: relative;
}
.title::after {
  content: "";
  background-color: #032d30;
  width: 4em;
  height: 3px;
  position: absolute;
  bottom: -3px;
  left: 0;
  z-index: 1;
}

.new-window {
  display: inline-block;
  -webkit-mask: url(../img/icon/new-window.svg?ver=u8wwk18) no-repeat 50% 50%/contain;
          mask: url(../img/icon/new-window.svg?ver=u8wwk18) no-repeat 50% 50%/contain;
  background-color: #555;
  width: 1em;
  aspect-ratio: 1;
  margin-left: 0.3em;
  margin-bottom: 0.2em;
  vertical-align: middle;
}

.header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 999;
  -webkit-transition: background-color 0.3s;
  transition: background-color 0.3s;
  background-color: #fff;
  height: 90px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (600px <= width < 1100px) {
  .header {
    height: 75px;
  }
}
@media (width < 600px) {
  .header {
    height: 60px;
  }
}
.header__inner {
  width: 95%;
  margin-inline: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.header__logo {
  width: 400px;
}
@media (600px <= width < 1100px) {
  .header__logo {
    width: 300px;
  }
}
@media (width < 600px) {
  .header__logo {
    width: 200px;
  }
}
.header__nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 20px;
}
@media (width < 1100px) {
  .header__nav {
    display: none;
  }
}
.header.is-show {
  background-color: #fff;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.05);
          box-shadow: 0 5px 10px rgba(0, 0, 0, 0.05);
}
.header.is-show .header__nav {
  color: #111;
}

.front-page-header {
  background-color: transparent;
}
.front-page-header .header__nav {
  color: #fff;
}
.front-page-header .hamburger::after {
  color: #fff;
}
.front-page-header .hamburger span {
  background-color: #fff;
}

.hamburger {
  margin-top: 2px;
  width: 45px;
  height: 32px;
  position: relative;
  display: none;
}
@media (width < 1100px) {
  .hamburger {
    display: block;
    z-index: 300;
  }
}
.hamburger::after {
  position: absolute;
  content: "menu";
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #111;
  width: 100%;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  font-size: 1.2rem;
  text-align: center;
  line-height: 1;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.hamburger.is-show::after {
  color: #111;
}
.hamburger.is-show span {
  background-color: #111;
}
.hamburger span {
  width: 35px;
  position: absolute;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
  height: 1px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  background-color: #111;
  border-radius: 1px;
}
.hamburger span:nth-child(1) {
  top: 0;
}
.hamburger span:nth-child(2) {
  top: 7px;
}
.hamburger span:nth-child(3) {
  top: 14px;
}
.hamburger.is-active::after {
  content: "close";
  color: #fff;
}
.hamburger.is-active span {
  background-color: #fff;
  left: 50%;
}
.hamburger.is-active span:nth-child(1) {
  -webkit-transform: translateX(-50%) rotate(-30deg);
          transform: translateX(-50%) rotate(-30deg);
  top: 8px;
}
.hamburger.is-active span:nth-child(2) {
  display: none;
}
.hamburger.is-active span:nth-child(3) {
  -webkit-transform: translateX(-50%) rotate(30deg);
          transform: translateX(-50%) rotate(30deg);
  top: 8px;
}

.is-fixed body {
  overflow: hidden;
}

.hamburger_menu {
  background-color: rgba(3, 45, 48, 0.95);
  height: 100svh;
  width: 100%;
  position: fixed;
  left: 0;
  right: 0;
  top: 90px;
  z-index: 200;
  display: none;
  opacity: 0;
  -webkit-transition: opacity 0.1s ease;
  transition: opacity 0.1s ease;
}
@media (600px <= width < 1100px) {
  .hamburger_menu {
    top: 0;
  }
}
@media (width < 600px) {
  .hamburger_menu {
    top: 0;
  }
}

.hamburger_menu_body {
  height: 100%;
  overflow-y: auto;
  padding-bottom: 200px;
  margin-top: 80px;
}

.hamburger_menu_list {
  display: block;
  margin: 0 auto;
  width: 90%;
}
.hamburger_menu_list > li {
  position: relative;
}
.hamburger_menu_list > li a,
.hamburger_menu_list > li .hamburger_menu_dropdown {
  color: #fff;
  font-size: 2rem;
  text-transform: uppercase;
  display: block;
  padding: 20px;
  width: 100%;
}
.hamburger_menu_list > li a span,
.hamburger_menu_list > li .hamburger_menu_dropdown span {
  font-size: 1.4rem;
  display: block;
}

.footer {
  padding-block: clamp(30px, 6vw, 60px);
  background: #032d30;
}
.footer__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  color: #d8e0db;
  gap: 20px;
}
@media (width < 1100px) {
  .footer__wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.footer__logo {
  width: 80%;
  max-width: 300px;
}
.footer__list {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
}
@media (width < 768px) {
  .footer__list {
    grid-template-columns: repeat(2, 1fr);
  }
}
.footer__item {
  text-align: center;
}
.footer hr {
  color: #b6c5bb;
  margin-block: 20px;
}
.footer__external-link {
  font-size: 1.4rem;
  color: #b6c5bb;
}
.footer__external-link .new-window {
  background-color: #b6c5bb;
}
.footer__copyright {
  font-size: 1rem;
  color: #81998b;
  font-weight: 500;
  letter-spacing: normal;
}
.footer .tel {
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
  padding-left: 1em;
  position: relative;
}
.footer .tel::before {
  position: absolute;
  content: "";
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 0;
  width: 1em;
  height: 1em;
  -webkit-mask: url(../img/icon/phone.svg?ver=u8wwk18) no-repeat 50% 50%/contain;
          mask: url(../img/icon/phone.svg?ver=u8wwk18) no-repeat 50% 50%/contain;
  background: #d8e0db;
}

/*-- pageフォルダの中の_index.scss --*/
/* ===============================================
  fv
=============================================== */
.fv {
  position: relative;
}
.fv__catch {
  position: absolute;
  bottom: 10%;
  left: 5%;
  color: #fff;
  z-index: 2;
  font-size: clamp(2.4rem, 2.8vw, 3rem);
  font-weight: 300;
}

/* ===============================================
  swiper
=============================================== */
.swiper {
  width: 100%;
  height: 100svh;
}
.swiper .swiper-slide {
  position: relative;
}
.swiper .swiper-slide::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(2, 41, 48, 0.3);
}
.swiper .swiper-slide img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
}

/* ===============================================
  top news
=============================================== */
.top-news .inner {
  max-width: 1200px;
}
.top-news__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: clamp(40px, 8vw, 80px);
}
@media (width < 1100px) {
  .top-news__wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
@media (width < 1100px) {
  .top-news .heading {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
  }
}
@media (width < 1100px) {
  .top-news .button {
    margin-top: 0;
    margin-bottom: 5px;
  }
}
.top-news__list {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
.top-news__item {
  border-bottom: 1px solid #ddd;
  padding-block: 1.6em;
}
.top-news__item:first-of-type {
  padding-top: 0;
}
.top-news__item:first-of-type .top-news__item-link {
  padding-top: 0;
}
.top-news__item-link {
  font-family: "Montserrat", sans-serif;
  padding-block: 0.2em;
  width: 100%;
}
.top-news__item-date {
  color: #032d30;
  letter-spacing: normal;
  font-weight: 600;
}
.top-news__item-category {
  font-size: 1.2rem;
  padding: 0.2em 1em;
  border-radius: 100vh;
  border: 1px solid;
  color: #032d30;
  font-weight: 500;
}
.top-news__item-title-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.top-news__item-title {
  font-size: 1.5rem;
  font-weight: 500;
}
.top-news__item-more {
  white-space: nowrap;
  letter-spacing: normal;
  text-transform: capitalize;
  font-weight: 600;
}

/* ===============================================
  top greeting
=============================================== */
.top-greeting {
  position: relative;
  margin-bottom: 100px;
}
.top-greeting__image {
  margin-right: 7%;
}
.top-greeting__image img {
  aspect-ratio: 2.5/1;
  -o-object-position: 50% 60%;
     object-position: 50% 60%;
  -o-object-fit: cover;
     object-fit: cover;
  height: 100%;
}
.top-greeting__catch {
  width: 90%;
  margin: 20px auto;
}
@media (width >= 1100px) {
  .top-greeting__catch {
    position: absolute;
    bottom: 0;
    white-space: nowrap;
    right: 10%;
    -webkit-writing-mode: vertical-rl;
        -ms-writing-mode: tb-rl;
            writing-mode: vertical-rl;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}
.top-greeting__catch-text {
  font-size: clamp(2.4rem, 3.6vw, 4rem);
  font-weight: 700;
}
@media (width >= 1100px) {
  .top-greeting__catch-text {
    background-color: #f6f6f6;
    display: inline-block;
    padding-inline: 10px;
  }
  .top-greeting__catch-text:nth-of-type(2) {
    margin-right: 10px;
    margin-top: 1em;
  }
}
.top-greeting__text {
  width: 90%;
  margin-inline: auto;
}
@media (width >= 1100px) {
  .top-greeting__text {
    padding-block: 50px;
    padding-right: 250px;
    max-width: 1400px;
    line-height: 2;
  }
}

/* ===============================================
  top patients
=============================================== */
.top-patients {
  position: relative;
}
.top-patients__bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: -1;
  background: url(../img/top/top-patients.webp?ver=u8wwk18) no-repeat 50% 0%/cover;
  height: 400px;
}
.top-patients .heading {
  color: #fff;
}
.top-patients .heading--ja::before {
  background-color: #fff;
}
.top-patients .heading--en {
  color: #fff;
}
.top-patients__wrapper {
  background-color: #fff;
  padding-block: clamp(20px, 4vw, 80px);
  padding-inline: clamp(10px, 4vw, 80px);
  margin-top: clamp(20px, 4vw, 40px);
}
.top-patients__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 40px clamp(10px, 4vw, 40px);
}
.top-patients__item {
  width: calc((100% - clamp(10px, 4vw, 40px) * 3) / 4);
  min-width: 170px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (width < 650px) {
  .top-patients__item {
    min-width: 140px;
  }
}
.top-patients__item-image {
  width: 10vw;
  max-width: 120px;
  min-width: 90px;
  aspect-ratio: 1;
  margin-inline: auto;
  margin-bottom: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: middle;
      -ms-flex-align: middle;
          align-items: middle;
}
.top-patients__item-image img {
  -o-object-fit: contain;
     object-fit: contain;
}
.top-patients__item-title {
  margin-bottom: 10px;
  text-align: center;
  font-size: clamp(1.4rem, 1.8vw, 1.6rem);
  font-weight: 500;
}
.top-patients__item-link {
  display: block;
  font-size: clamp(1.2rem, 1.8vw, 1.6rem);
  padding-bottom: 3px;
  border-bottom: 1px solid #d7dbd8;
}
.top-patients__item-link .link-button {
  margin-bottom: 0.1em;
}
.top-patients__item-link:nth-of-type(n + 2) {
  margin-top: 10px;
}

.staff__item:nth-of-type(n + 2) {
  margin-top: clamp(30px, 6vw, 60px);
}
.staff__table {
  width: 100%;
}
.staff__table th,
.staff__table td {
  padding: 10px;
  border: 1px solid #ddd;
  border-collapse: collapse;
}
.staff__table th {
  background-color: #ebebeb;
  font-weight: 500;
  text-align: center;
  width: 60%;
}
.staff__table td {
  width: 40%;
}

/* ===============================================
  フォーム
=============================================== */
.form {
  max-width: 1200px;
  margin: 50px auto;
}

.form-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 1.8em 0;
  border-bottom: 1px solid #ddd;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (width < 1100px) {
  .form-item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}
.form-item__title {
  width: 100%;
  max-width: 300px;
  font-size: clamp(1.4rem, 2vw, 1.6rem);
}
.form-item__title label.required {
  display: inline-block;
  position: relative;
}
.form-item__title label.required::after {
  content: "必 須";
  color: #fff;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: calc(100% + 10px);
  background-color: #032d30;
  padding: 0.3em 0.6em;
  font-size: 1.2rem;
  line-height: 1.2;
  white-space: nowrap;
  font-weight: 700;
  letter-spacing: 0;
}
.form-item__input {
  width: calc(100% - 300px);
}
@media (width < 1100px) {
  .form-item__input {
    margin-top: 0.8em;
    width: 100%;
  }
}
.form-item__input input::-webkit-input-placeholder {
  color: #c2c2c2;
}
.form-item__input input::-moz-placeholder {
  color: #c2c2c2;
}
.form-item__input input:-ms-input-placeholder {
  color: #c2c2c2;
}
.form-item__input input::-ms-input-placeholder {
  color: #c2c2c2;
}
.form-item__input input::placeholder {
  color: #c2c2c2;
}
.form-item__input [type=text],
.form-item__input [type=email],
.form-item__input [type=tel] {
  border: 2px solid #ddd;
  border-radius: 0.4em;
  background: #fff;
  padding: 0.8em 1em;
  width: 100%;
}
.form-item__input [type=text]:focus,
.form-item__input [type=email]:focus,
.form-item__input [type=tel]:focus {
  outline: none;
}
.form-item__input textarea {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  width: 100%;
  padding: 0.8em 1em;
  background-color: #fff;
  border-radius: 0.4em;
  resize: vertical;
  border: 2px solid #ddd;
}
.form-item__input textarea::-webkit-input-placeholder {
  color: #c2c2c2;
}
.form-item__input textarea::-moz-placeholder {
  color: #c2c2c2;
}
.form-item__input textarea:-ms-input-placeholder {
  color: #c2c2c2;
}
.form-item__input textarea::-ms-input-placeholder {
  color: #c2c2c2;
}
.form-item__input textarea::placeholder {
  color: #c2c2c2;
}
.form-item__input textarea:focus {
  outline: none;
}
.form-item__input [type=checkbox] {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  width: 1.5em;
  height: 1.5em;
  border: 1px solid #111;
  background-color: #fff;
  position: relative;
}
.form-item__input [type=checkbox]::after {
  border-bottom: 0.25em solid #032d30;
  border-left: 0.25em solid #032d30;
  content: "";
  position: absolute;
  height: 1em;
  width: 1.5em;
  margin-top: -0.2em;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%) rotate(-45deg);
          transform: translateY(-50%) rotate(-45deg);
  display: none;
}
.form-item__input [type=checkbox]:checked::after {
  display: block;
}
.form-item__input [type=radio] {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  width: 1.5em;
  height: 1.5em;
  border: 1px solid #111;
  background-color: #fff;
  border-radius: 50%;
  position: relative;
}
.form-item__input [type=radio]::after {
  content: "";
  width: 0.75em;
  height: 0.75em;
  background-color: #333;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  border-radius: 50%;
  display: none;
}
.form-item__input [type=radio]:checked::after {
  display: block;
}
.form-item__input [type=date] {
  border: 2px solid #ddd;
  border-radius: 0.4em;
  background: #fff;
  padding: 0.8em 1em;
}
.form-item__input .wpcf7-list-item {
  margin-left: 0;
}
.form-item__input .wpcf7-list-item label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 5px;
}
.form-item__input .wpcf7-checkbox,
.form-item__input .wpcf7-radio {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 10px;
}

.select-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0.8em;
}
.select-item .select-item__input {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  gap: 0.5em;
}
@media (width < 1100px) {
  .select-item .select-item__input {
    margin-top: 0.8em;
  }
}
.select-item .select-item__input [type=text],
.select-item .select-item__input select {
  border: none;
  border-radius: 0.4em;
  background: #fff;
  padding: 0.8em 1em;
  border: 2px solid #ddd;
}

.postalcode {
  display: inline-block;
}
.postalcode .wpcf7-form-control-wrap {
  width: auto;
  position: relative;
  display: inline-block;
}
.postalcode .wpcf7-form-control-wrap::before {
  position: absolute;
  content: "〒";
  color: #333;
  font-size: 1.6rem;
  height: 50px;
  top: 12px;
  left: 15px;
}
.postalcode input[type=text] {
  padding-left: 40px;
}

.address {
  margin-top: 10px;
}

.submit-button {
  margin-top: clamp(30px, 5vw, 60px);
  text-align: center;
}
.submit-button [type=submit] {
  display: inline-block;
  cursor: pointer;
  color: #fff;
  border-radius: 0.2em;
  border: 1px solid #032d30;
  padding: 1em 6em;
  letter-spacing: 0.08em;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  background-color: #032d30;
  font-size: 2rem;
  font-weight: 700;
}
.submit-button [type=submit]:hover {
  background-color: #fff;
  color: #032d30;
}
.submit-button [type=submit]:focus {
  outline: none;
}

.wpcf7-spinner {
  display: none !important;
}

.wpcf7-form.sent .wpcf7-response-output {
  display: none;
}

.wpcf7-not-valid-tip {
  margin-top: 5px;
}

.wpcf7 form.invalid .wpcf7-response-output,
.wpcf7 form.unaccepted .wpcf7-response-output {
  text-align: center;
  color: #ee5a6d;
  border: 2px solid #ee5a6d;
  margin-top: clamp(20px, 4vw, 40px);
  margin-inline: auto;
  width: 80%;
}

@-webkit-keyframes onAutoFillStart {}

@keyframes onAutoFillStart {}
input:-webkit-autofill {
  -webkit-animation-name: onAutoFillStart;
          animation-name: onAutoFillStart;
  -webkit-transition: background-color 50000s ease-in-out 0s;
  transition: background-color 50000s ease-in-out 0s;
}

.grecaptcha-badge {
  bottom: 120px !important;
}

/* ===============================================
  thanksページ
=============================================== */
.thanks__head {
  font-size: 2rem;
  font-weight: 700;
  margin-bottom: 30px;
  text-align: center;
}
.thanks__button {
  margin-top: 40px;
  text-align: center;
}
.thanks__link {
  display: inline-block;
  padding: 1em 4em;
  color: #999999;
  background: #eee;
  border-radius: 5px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.thanks__link:hover {
  background: #ddd;
}

.pagination {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: clamp(30px, 5vw, 60px);
}
.pagination .prev,
.pagination .next {
  background-color: #032d30;
  color: #fff;
  position: relative;
}
.pagination .prev::after,
.pagination .next::after {
  position: absolute;
  content: "";
  top: 42%;
  width: 8px;
  height: 8px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.pagination .prev {
  padding: 10px 15px 10px 30px;
}
.pagination .prev::after {
  left: 15px;
  -webkit-transform: rotate(225deg);
          transform: rotate(225deg);
}
.pagination .prev:hover::after {
  left: 10px;
}
.pagination .next {
  padding: 10px 30px 10px 15px;
}
.pagination .next::after {
  right: 15px;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.pagination .next:hover::after {
  right: 10px;
}

.page-numbers {
  padding: 10px 15px;
  text-align: center;
  background-color: #fff;
  border: 1px solid #032d30;
  display: inline-block;
  font-size: 14px;
  color: #032d30;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.page-numbers.current {
  background-color: #032d30;
  color: #fff;
  border: 1px solid #032d30;
}
.page-numbers:hover {
  background-color: #032d30;
  color: #fff;
}

.single_pagination {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: clamp(30px, 5vw, 60px);
  gap: 10px;
}
.single_pagination .single_prev a,
.single_pagination .single_next a {
  font-size: 1.4rem;
  background-color: #032d30;
  color: #fff;
  position: relative;
  display: inline-block;
  border: 1px solid #032d30;
}
.single_pagination .single_prev a::after,
.single_pagination .single_next a::after {
  position: absolute;
  content: "";
  top: 42%;
  width: 8px;
  height: 8px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.single_pagination .single_prev a {
  padding: 10px 15px 10px 30px;
}
.single_pagination .single_prev a::after {
  left: 15px;
  -webkit-transform: rotate(225deg);
          transform: rotate(225deg);
}
.single_pagination .single_prev a:hover::after {
  left: 10px;
}
.single_pagination .single_next a {
  padding: 10px 30px 10px 15px;
}
.single_pagination .single_next a::after {
  right: 15px;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.single_pagination .single_next a:hover::after {
  right: 10px;
}

.lists a {
  font-size: 1.4rem;
  padding: 10px 15px;
  color: #032d30;
  border: 1px solid #032d30;
  display: inline-block;
  text-align: center;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.lists a:hover {
  color: #fff;
  background: #032d30;
}

.single_title {
  margin-top: 10px;
}
.single_body {
  margin-top: clamp(20px, 4vw, 40px);
}

/* ===============================================
  404
=============================================== */
.not-found {
  padding-top: clamp(80px, 25vw, 240px);
  padding-bottom: clamp(80px, 15vw, 160px);
}
@media (width < 600px) {
  .not-found {
    margin: 100px 0;
  }
}
.not-found__wrapper {
  text-align: center;
}
.not-found__head {
  margin-bottom: 40px;
  font-size: clamp(4rem, 7.5vw, 8rem);
  font-weight: 700;
  line-height: 1;
  color: #032d30;
}
.not-found__lead {
  margin-bottom: 40px;
  font-size: clamp(2rem, 3vw, 3rem);
  color: #999;
}
.not-found__text {
  margin-bottom: 40px;
  font-size: clamp(1.6rem, 2.5vw, 2rem);
  line-height: 1.5;
  color: #a8a8a8;
}
.not-found__btn a {
  display: inline-block;
  padding: 20px 40px;
  color: #999;
  background: #eee;
  border-radius: 5px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.not-found__btn a:hover {
  background: #ddd;
}