@charset "UTF-8";
/* ==================================================
  breakpoint & medea query
================================================== */
/* ==================================================
  cache busting
================================================== */
/* ==================================================
  共通
================================================== */
html {
  font-size: 62.5%;
}
@media (width < 1100px) {
  html {
    font-size: 56.25%;
  }
}

body {
  color: #333;
  font-size: 1.6rem;
  font-family: "Zen Maru Gothic", sans-serif;
  letter-spacing: 0.08em;
  line-height: 1.5;
}

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: 1100px;
  margin: 0 auto;
}
@media (width < 1100px) {
  .inner {
    width: 90%;
  }
}

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

.btn {
  margin-top: clamp(30px, 5vw, 50px);
}
.btn a {
  background: #f5fafa;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 0 auto;
  max-width: 240px;
  padding: 15px 25px 18px;
  color: #005456;
  -webkit-transition: 0.3s ease_in_out;
  transition: 0.3s ease_in_out;
}
.btn a::before {
  content: "";
  position: absolute;
  top: -5px;
  left: -5px;
  width: 100%;
  height: 100%;
  border: 1px solid #005456;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
.btn a:hover {
  text-decoration: none;
  background-color: #005456;
  color: #fff;
}
.btn a:hover::before {
  top: 0;
  left: 0;
}

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

.section-bg {
  background-color: #fdfaf6;
}

.section-title {
  margin-bottom: 50px;
}
@media (width < 1100px) {
  .section-title {
    margin-bottom: 25px;
  }
}

.section-title__text {
  font-size: 3rem;
  font-weight: 600;
  letter-spacing: 0.1em;
  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;
  color: #005456;
}
.section-title__text::after {
  content: attr(data-en);
  letter-spacing: 2px;
  font-size: 1.6rem;
  font-weight: 500;
  color: #86c4c5;
  text-transform: capitalize;
}

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

.items10 li {
  padding: 10px 0;
}

.page-title {
  position: relative;
  height: 250px;
  width: 100%;
  z-index: -1;
  background: url(../img/common/page-title.webp?ver=u3b2twk) no-repeat center 30% / cover;
}
@media (width < 1100px) {
  .page-title {
    height: 200px;
  }
}
.page-title__wrapper {
  height: 100%;
  width: 100%;
  backdrop-filter: blur(3px);
}
.page-title__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 100%;
  width: 100%;
  backdrop-filter: blur(3px);
}
.page-title__text {
  position: absolute;
  content: "";
  color: #005456;
  z-index: 10;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  letter-spacing: normal;
  font-size: 3.6rem;
  line-height: 1.3;
  font-weight: 700;
  text-shadow: 0 0 1px #fff, 0 0 2px #fff, 0 0 3px #fff, 0 0 4px #fff, 0 0 5px #fff, 0 0 6px #fff, 0 0 7px #fff, 0 0 8px #fff, 0 0 9px #fff, 0 0 10px #fff, 0 0 11px #fff, 0 0 12px #fff, 0 0 13px #fff, 0 0 14px #fff, 0 0 15px #fff;
}
@media (width < 1100px) {
  .page-title__text {
    font-size: 2rem;
    line-height: 1.6;
  }
}

.bcn-display {
  margin-top: 20px;
  font-size: 1.4rem;
}

figcaption {
  text-align: center;
}

.table-wrapper table {
  border: 1px solid #86c4c5;
  width: 100%;
}
.table-wrapper tr:not(:first-child) {
  border-top: 1px solid #86c4c5;
}
.table-wrapper th,
.table-wrapper td {
  text-align: center;
  vertical-align: middle;
  border-right: 1px solid #86c4c5;
}
.table-wrapper th {
  background-color: #f5fafa;
  padding: 5px 0;
  font-weight: 500;
  text-align: center !important;
}
.table-wrapper td {
  padding: 5px 50px;
  font-size: 1.4rem;
}
@media (width < 1100px) {
  .table-wrapper td {
    padding: 5px 0;
  }
}

.table-month {
  width: 70px;
}

/* ===============================================
  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;
  }
}

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

.fw700 {
  font-weight: 700;
}

.fw800 {
  font-weight: 800;
}

.fw900 {
  font-weight: 900;
}

.is-red {
  color: #ac1a1a;
}

.is-open {
  display: block;
}

.is-close {
  display: none;
}

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

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

.lh3 {
  line-height: 3;
}

.underline {
  text-decoration: underline;
}

.center {
  text-align: center;
}

.left {
  text-align: left;
}

.right {
  text-align: right;
}

.fw500 {
  font-weight: 500;
}

.fw600 {
  font-weight: 600;
}

.fz12 {
  font-size: 1.2rem;
}

.fz14 {
  font-size: 1.4rem;
}

.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;
}

.pd5 {
  padding: 5px;
}

.pl10 {
  padding-left: 10px;
}

.pl20 {
  padding-left: 20px;
}
@media (width < 1100px) {
  .pl20 {
    padding-left: 10px;
  }
}

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

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

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

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

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

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

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

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

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

.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: #005456;
  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 #005456;
  display: inline-block;
  font-size: 14px;
  color: #005456;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.page-numbers.current {
  background-color: #005456;
  color: #fff;
}
.page-numbers:hover {
  background-color: #005456;
  color: #fff;
}

.list-wrapper {
  list-style: none;
}
.list-wrapper li {
  position: relative;
  padding-left: 20px;
}
.list-wrapper li:nth-of-type(n + 2) {
  margin-top: 5px;
}
.list-wrapper li::before {
  content: "";
  display: inline-block;
  position: absolute;
  top: 0.5em;
  left: 5px;
  width: 0.6em;
  aspect-ratio: 1;
  background-color: #005456;
  border-radius: 50%;
}

.list-wrapper2 li {
  font-weight: 600;
  padding-left: 20px;
}
@media (width < 1100px) {
  .list-wrapper2 li {
    padding-left: 10px;
  }
}

.title-1 {
  position: relative;
  color: white;
  padding: 0.6em 1em 0.6em 3em;
  background-color: #005456;
  font-size: clamp(1.8rem, 2vw, 2rem);
}
@media (width < 1100px) {
  .title-1 {
    padding-left: 2em;
  }
}
.title-1::after {
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  content: "";
  width: clamp(20px, 2.5vw, 30px);
  height: 4px;
  background-color: white;
}

.title-2 {
  padding: 0.5em;
  color: #010101;
  background: #d9ece3;
  border-bottom: solid 1px #005456;
  margin-bottom: 10px;
  font-size: 1.8rem;
}

.title-3 {
  font-size: clamp(1.6rem, 1.5vw, 1.8rem);
  font-weight: 700;
  position: relative;
  padding: 5px 0 5px 25px;
  border-bottom: 1px solid #005456;
}
.title-3::before {
  content: "";
  background: -webkit-gradient(linear, left top, right top, color-stop(0, #159b89), color-stop(50%, #005456));
  background: linear-gradient(90deg, #159b89 0 50%, #005456 50% 100%);
  width: 16px;
  height: 16px;
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.title-4 {
  color: #005456;
  font-size: 1.8rem;
  font-weight: 600;
  padding-left: 2rem;
  position: relative;
}
.title-4::before {
  position: absolute;
  width: 1rem;
  height: 1rem;
  border-radius: 0.5rem;
  background-color: #ebb82c;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  content: "";
}

/* ==================================================
  header
================================================== */
.header {
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 900;
  background-color: #fff;
  -webkit-box-shadow: 0 5px 20px rgba(0, 0, 0, 0.05);
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.05);
  height: 90px;
}
@media (width < 1100px) {
  .header {
    height: 70px;
  }
}
.header__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-inline: auto;
  height: 100%;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.header__logo {
  width: 15%;
  max-width: 210px;
  margin-left: 5%;
}
@media (width < 1100px) {
  .header__logo {
    width: 140px;
  }
}
.header__nav {
  margin-left: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 30px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
@media (width < 1100px) {
  .header__nav {
    display: none;
  }
}
.header__nav-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 30px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.header__nav-list > li {
  position: relative;
}
.header__nav-list > li a {
  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;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-size: 1.8rem;
  padding-bottom: 6px;
}
.header__nav-list > li a::after {
  content: attr(data-en);
  font-size: 1.2rem;
  color: #005456;
}
.header__nav-list > li.current::before {
  position: absolute;
  content: "";
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 40px;
  height: 2px;
  background-color: #005456;
}
.header__contact {
  display: block;
  background-color: #005456;
  color: #fff;
  padding: 0 15px;
  height: 90px;
  line-height: 90px;
}
.header__tel {
  font-size: 2.4rem;
  position: relative;
  padding-left: 25px;
  font-weight: 700;
  color: #fff;
}
.header__tel::before {
  position: absolute;
  content: "";
  width: 20px;
  height: 20px;
  left: 0;
  top: 52%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-mask: url(../img/icon/phone.svg?ver=u3b2twk) no-repeat center/contain;
  mask: url(../img/icon/phone.svg?ver=u3b2twk) no-repeat center/contain;
  background-color: #fff;
}
.header__button-sp {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
@media (width > 1100px) {
  .header__button-sp {
    display: none;
  }
}
.header__button-sp li {
  padding: 0 10px;
}
.header__contact-sp {
  background-color: #005456;
  height: 70px;
}
.header__tel-sp {
  font-size: 1rem;
  position: relative;
  padding-top: 40px;
  color: #fff;
  width: 40px;
  text-align: center;
}
.header__tel-sp::before {
  position: absolute;
  content: "";
  width: 20px;
  height: 20px;
  left: 50%;
  top: 18px;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  -webkit-mask: url(../img/icon/phone.svg?ver=u3b2twk) no-repeat center/contain;
  mask: url(../img/icon/phone.svg?ver=u3b2twk) no-repeat center/contain;
  background-color: #fff;
}

/* ==================================================
  drawer
================================================== */
.hamburger-button {
  width: 40px;
  height: 35px;
  margin-left: auto;
  position: relative;
  display: none;
}
@media (width < 1100px) {
  .hamburger-button {
    display: block;
    z-index: 9999;
  }
}
.hamburger-button::after {
  position: absolute;
  content: "メニュー";
  color: #005456;
  width: 100%;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  font-size: 1rem;
  text-align: center;
}
.hamburger-button span {
  position: absolute;
  -webkit-transition: 0.5s ease;
  transition: 0.5s ease;
  height: 1px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  background-color: #005456;
  border-radius: 1px;
}
.hamburger-button span:nth-child(1) {
  top: 0;
  width: 20px;
}
.hamburger-button span:nth-child(2) {
  top: 8px;
  width: 28px;
}
.hamburger-button span:nth-child(3) {
  top: 16px;
  width: 20px;
}
.hamburger-button.is-active::after {
  content: "閉じる";
}
.hamburger-button.is-active span {
  left: 50%;
}
.hamburger-button.is-active span:nth-child(1) {
  -webkit-transform: translateX(-50%) rotate(-45deg);
  transform: translateX(-50%) rotate(-45deg);
  top: 8px;
  width: 28px;
}
.hamburger-button.is-active span:nth-child(2) {
  display: none;
}
.hamburger-button.is-active span:nth-child(3) {
  -webkit-transform: translateX(-50%) rotate(45deg);
  transform: translateX(-50%) rotate(45deg);
  top: 8px;
  width: 28px;
}

.is-fixed body {
  overflow: hidden;
}

.hamburger-menu {
  height: 100dvh;
  width: 100%;
  position: fixed;
  left: 0;
  right: 0;
  top: 70px;
  z-index: 999;
  -webkit-transform: translateX(100%);
  transform: translateX(100%);
  background-color: #fff;
  -webkit-transition: 0.8s;
  transition: 0.8s;
}
.hamburger-menu.is-active {
  -webkit-transform: translateX(0);
  transform: translateX(0);
}
.hamburger-menu__scroll {
  height: 100%;
  overflow-y: auto;
  padding-bottom: 150px;
  margin-top: 10px;
  width: 90%;
  margin-inline: auto;
}
.hamburger-menu__list {
  margin-bottom: 20px;
}
.hamburger-menu__list li {
  background-color: #005456;
  font-size: 2rem;
  font-weight: 500;
}
.hamburger-menu__list li:nth-of-type(n + 2) {
  margin-top: 10px;
}
.hamburger-menu__list li a {
  color: #fff;
  display: block;
  padding: 20px 40px 20px 20px;
  position: relative;
}
.hamburger-menu__list li a::after {
  position: absolute;
  content: "";
  width: 20px;
  height: 1px;
  right: 20px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  background-color: #fff;
}
.hamburger-menu__tel {
  text-align: center;
}
.hamburger-menu__tel a {
  font-size: 2.4rem;
  position: relative;
  padding-left: 25px;
  font-weight: 700;
  color: #005456;
}
.hamburger-menu__tel a::before {
  position: absolute;
  content: "";
  width: 20px;
  height: 20px;
  left: 0;
  top: 52%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-mask: url(../img/icon/phone.svg?ver=u3b2twk) no-repeat center/contain;
  mask: url(../img/icon/phone.svg?ver=u3b2twk) no-repeat center/contain;
  background-color: #005456;
}

/* ==================================================
  top
================================================== */
.mv .swiper {
  width: 100%;
  position: relative;
}
.mv .swiper-slide {
  width: 100%;
  position: relative;
  height: 80vh;
}
@media (width < 1100px) {
  .mv .swiper-slide {
    height: 60vh;
  }
}
.mv .swiper-slide img {
  width: 100%;
  height: 100%;
  position: absolute;
  -o-object-position: 50% 50%;
  object-position: 50% 50%;
  -o-object-fit: cover;
  object-fit: cover;
}
.mv .swiper-slide1 img {
  width: 100%;
  height: auto;
  position: absolute;
  top: 0;
  left: 0;
  -o-object-fit: cover;
  object-fit: cover;
}
.mv__catch {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  position: absolute;
  z-index: 10;
  top: 30%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  bottom: 300px;
  left: 2%;
}
@media (width < 1250px) {
  .mv__catch {
    top: 50%;
    bottom: inherit;
  }
}
.mv__catch-text {
  font-size: clamp(2rem, 2.5vw, 4rem);
  font-weight: 700;
  display: inline-block;
  text-align: left;
}

.marker {
  background-image: -webkit-gradient(linear, left top, right top, from(#005456), to(#36a4a8));
  background-image: linear-gradient(90deg, #005456, #36a4a8);
  background-repeat: no-repeat;
  background-position: bottom;
  background-size: 100% 100%;
  padding: 5px 10px;
  line-height: 2.2;
  color: #fff;
}
@media (width < 1100px) {
  .marker {
    line-height: 2.5;
  }
}

/* ===============================================
  top-schedule
=============================================== */
.top-schedule {
  position: relative;
  margin: 0 20px 100px;
}
.top-schedule__wrapper {
  width: 100%;
  max-width: 600px;
  background-color: #fff;
  color: #005456;
  -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
  padding: 20px 30px 30px;
  position: absolute;
  z-index: 10;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}
@media (width < 1100px) {
  .top-schedule__wrapper {
    width: 95%;
  }
}
@media (width < 600px) {
  .top-schedule__wrapper {
    padding: 15px;
    font-size: 1.4rem;
  }
}

.schedule-table {
  width: 100%;
}
.schedule-table tr:not(:first-child) {
  border-top: 1px solid #005456;
}
.schedule-table tr th:first-of-type {
  text-align: left;
}
.schedule-table th,
.schedule-table td {
  text-align: center;
  vertical-align: middle;
}
.schedule-table th {
  padding: 10px 5px;
  font-weight: 500;
}

/* ===============================================
  top-news
=============================================== */
.top-info__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 3vw;
}
@media (width < 1100px) {
  .top-info__wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 60px;
  }
}
.top-info__item {
  width: calc((100% - 3vw) / 2);
}
@media (width < 1100px) {
  .top-info__item {
    width: 100%;
  }
}

.top-news__list li {
  padding: 5px 0;
  border-bottom: 1px solid #ddd;
}
.top-news__list li:first-child {
  padding: 0 0 5px;
}
.top-news__list li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 20px;
  padding: 10px 45px 10px 5px;
  position: relative;
}
.top-news__list li a::before,
.top-news__list li a::after {
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.top-news__list li a::before {
  position: absolute;
  top: 50%;
  right: 5px;
  width: 7px;
  height: 1px;
  content: "";
  background: #333;
  -webkit-transform: translateY(calc(-50% - 2px)) rotate(45deg);
  transform: translateY(calc(-50% - 2px)) rotate(45deg);
}
.top-news__list li a::after {
  position: absolute;
  top: 50%;
  right: 5px;
  width: 25px;
  height: 1px;
  content: "";
  background: #333;
}
.top-news__list li a:hover::after {
  right: 0;
}
.top-news__list li a:hover::before {
  right: 0;
}
@media (width < 1100px) {
  .top-news__list li a {
    -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;
    gap: 5px;
  }
}

.date-category {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 10px;
  margin-top: 2px;
}

.date {
  color: #999999;
  font-size: 1.4rem;
}

.category {
  white-space: nowrap;
  background-color: #005456;
  font-size: 1.4rem;
  color: #fff;
  line-height: 1;
  padding: 5px 10px;
}

.news-title {
  font-size: 1.4rem;
  position: relative;
  width: 100%;
}

/* ===============================================
  top-greeting
=============================================== */
.top-greeting__content {
  margin: 0 2em;
}
@media (width < 1100px) {
  .top-greeting__content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    gap: 20px;
    margin: 0;
  }
}

/* ===============================================
  top-medical
=============================================== */
.top-medical__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 20px;
}
.top-medical__list li:nth-of-type(1) h3::before {
  -webkit-mask: url(../img/icon/medical1.svg?ver=u3b2twk) no-repeat center center/contain;
  mask: url(../img/icon/medical1.svg?ver=u3b2twk) no-repeat center center/contain;
}
.top-medical__list li:nth-of-type(2) h3::before {
  -webkit-mask: url(../img/icon/medical2.svg?ver=u3b2twk) no-repeat center center/contain;
  mask: url(../img/icon/medical2.svg?ver=u3b2twk) no-repeat center center/contain;
}
.top-medical__list li:nth-of-type(3) h3::before {
  -webkit-mask: url(../img/icon/medical3.svg?ver=u3b2twk) no-repeat center center/contain;
  mask: url(../img/icon/medical3.svg?ver=u3b2twk) no-repeat center center/contain;
}
.top-medical__list li:nth-of-type(4) h3::before {
  -webkit-mask: url(../img/icon/medical4.svg?ver=u3b2twk) no-repeat center center/contain;
  mask: url(../img/icon/medical4.svg?ver=u3b2twk) no-repeat center center/contain;
}
.top-medical__list li:nth-of-type(5) h3::before {
  -webkit-mask: url(../img/icon/medical5.svg?ver=u3b2twk) no-repeat center center/contain;
  mask: url(../img/icon/medical5.svg?ver=u3b2twk) no-repeat center center/contain;
}
.top-medical__list li:nth-of-type(6) h3::before {
  -webkit-mask: url(../img/icon/medical6.svg?ver=u3b2twk) no-repeat center center/contain;
  mask: url(../img/icon/medical6.svg?ver=u3b2twk) no-repeat center center/contain;
}
.top-medical__list li:nth-of-type(7) h3::before {
  -webkit-mask: url(../img/icon/medical7.svg?ver=u3b2twk) no-repeat center center/contain;
  mask: url(../img/icon/medical7.svg?ver=u3b2twk) no-repeat center center/contain;
}
.top-medical__list li:nth-of-type(8) h3::before {
  -webkit-mask: url(../img/icon/medical8.svg?ver=u3b2twk) no-repeat center center/contain;
  mask: url(../img/icon/medical8.svg?ver=u3b2twk) no-repeat center center/contain;
}
.top-medical__list li:nth-of-type(9) h3::before {
  -webkit-mask: url(../img/icon/medical9.svg?ver=u3b2twk) no-repeat center center/contain;
  mask: url(../img/icon/medical9.svg?ver=u3b2twk) no-repeat center center/contain;
}
.top-medical__item {
  width: calc((100% - 60px) / 4);
  aspect-ratio: 1;
}
@media (width < 901px) {
  .top-medical__item {
    width: calc((100% - 20px) / 2);
  }
}
.top-medical__item a {
  width: 100%;
  height: 100%;
  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;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-color: #fff;
  line-height: 1.2;
  -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.05);
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.05);
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.top-medical__item a:hover {
  background-color: #005456;
}
.top-medical__item a:hover h3 {
  color: #fff;
}
.top-medical__item a:hover h3::before {
  background-color: #fff;
}
.top-medical__title {
  color: #005456;
  text-align: center;
  font-weight: 500;
  padding-top: 120px;
  position: relative;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.top-medical__title::before {
  position: absolute;
  content: "";
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 100px;
  height: 100px;
  background-color: #005456;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media (width < 600px) {
  .top-medical__title {
    padding-top: 80px;
  }
  .top-medical__title::before {
    width: 70px;
    height: 70px;
  }
}

/* ===============================================
  top-feature
=============================================== */
.top-feature__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;
  margin-top: 50px;
}
.top-feature__item {
  width: calc((100% - 80px) / 3);
  aspect-ratio: 20/15;
  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;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: start;
}
@media (width < 1100px) {
  .top-feature__item {
    width: calc((100% - 40px) / 2);
  }
}
@media (width < 767px) {
  .top-feature__item {
    width: 100%;
  }
}
.top-feature__item img {
  display: block;
  max-height: 240px;
  width: 100%;
  aspect-ratio: 20/15;
  -o-object-fit: cover;
  object-fit: cover;
}
@media (width < 1100px) {
  .top-feature__item img {
    max-height: none;
  }
}
.top-feature__title {
  margin-top: 20px;
  margin-bottom: 5px;
  font-weight: 700;
  color: #005456;
}

/* ===============================================
  top-access
=============================================== */
.top-access__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
@media (width < 1100px) {
  .top-access__content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
.top-access--left {
  width: 50%;
  padding-left: 5%;
}
@media (width < 1100px) {
  .top-access--left {
    width: 100%;
    margin: 100px 0 50px;
  }
}
.top-access--right {
  width: 50%;
}
@media (width < 1100px) {
  .top-access--right {
    width: 100%;
  }
}

.map {
  width: 100%;
  padding-top: 66.6666666667%;
  position: relative;
}
.map iframe {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

.tel {
  padding-left: 30px;
  position: relative;
  font-size: 3rem;
  font-weight: 500;
}
.tel::after {
  position: absolute;
  content: "";
  width: 25px;
  height: 25px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 0;
  -webkit-mask: url(../img//icon/phone.svg?ver=u3b2twk) no-repeat center center/contain;
  mask: url(../img//icon/phone.svg?ver=u3b2twk) no-repeat center center/contain;
  background-color: #333;
}

/* ==================================================
  footer
================================================== */
.footer {
  background: url(../img/common/footer-bg.webp?ver=u3b2twk) no-repeat left 45% / cover;
  color: #fff;
  position: relative;
}
.footer__layer {
  background-color: rgba(11, 75, 75, 0.4941176471);
}
.footer__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding-top: clamp(70px, 10.5vw, 150px);
}
.footer__logo {
  width: 50%;
  min-width: 250px;
  margin-inline: auto;
}
@media (width < 1100px) {
  .footer__logo {
    min-width: 180px;
  }
}
.footer__info {
  margin-bottom: clamp(20px, 3vw, 40px);
  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;
}
.footer__address {
  margin-top: 30px;
  text-align: left;
}
@media (width < 1100px) {
  .footer__address {
    margin-top: 20px;
  }
}
@media (width < 801px) {
  .footer__nav {
    display: none;
  }
}
.footer__nav-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.footer__nav-item {
  line-height: 1;
  border-left: 1px solid #fff;
}
.footer__nav-item:last-child {
  border-right: 1px solid #fff;
}
.footer__nav-item a {
  padding: 0 20px;
}
.footer--bottom {
  text-align: center;
  margin-top: clamp(15px, 2vw, 30px);
}

.copyright {
  font-size: 1.2rem;
  padding-bottom: clamp(50px, 8.5vw, 100px);
}

/* ===============================================
  page-top
=============================================== */
#page-top {
  position: fixed;
  bottom: 60px;
  right: 20px;
  z-index: 100;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity 0.3s ease-in-out, visibility 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out, visibility 0.3s ease-in-out;
}
@media (width < 1100px) {
  #page-top {
    bottom: 40px;
    right: 10px;
  }
}
#page-top a {
  background: #005456;
  border: 1px solid #f1f8f5;
  color: #fff;
  width: 40px;
  aspect-ratio: 1;
  z-index: 100;
  display: block;
  position: relative;
}
#page-top a::after {
  position: absolute;
  content: "";
  top: 40%;
  left: 30%;
  width: 15px;
  height: 15px;
  border-top: 3px solid #f1f8f5;
  border-right: 3px solid #f1f8f5;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

/* ===============================================
  page-clinic
=============================================== */
.doctor:nth-child(even) {
  background-color: #f7f8f8;
}
.doctor__list {
  margin-top: 30px;
  margin-bottom: 15px;
}
.doctor__list li:nth-child(odd) {
  background-color: #f1f8f5;
}
.doctor__item {
  padding: 10px 20px;
}
.doctor__item dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
@media (width < 1100px) {
  .doctor__item dl {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
.doctor__item dt {
  width: 15%;
}
.doctor__item dd {
  width: 85%;
}
@media (width < 1100px) {
  .doctor__item dt,
  .doctor__item dd {
    width: 100%;
  }
}

.visitors__item p {
  padding-left: 20px;
}
@media (width < 1100px) {
  .visitors__item p {
    padding-left: 10px;
  }
}

.facility-standards__table {
  margin-top: 50px;
}
.facility-standards__table table {
  background: #fff;
}
.facility-standards__table th,
.facility-standards__table td {
  border: 1px solid #005456;
  border-collapse: collapse;
  padding: 10px;
}
@media (width < 1100px) {
  .facility-standards__table th,
  .facility-standards__table td {
    display: block;
  }
}
.facility-standards__table th {
  white-space: nowrap;
  font-weight: normal;
  background-color: #f1f8f5;
}
@media (width < 1100px) {
  .facility-standards__table th {
    border-bottom: none;
    white-space: normal;
  }
}
.facility-standards__table tr:nth-of-type(n + 2) th {
  border-top: none;
}
.facility-standards__table .list-wrapper {
  list-style: none;
}
.facility-standards__table .list-wrapper > li {
  position: relative;
  padding-left: 12px;
}
.facility-standards__table .list-wrapper > li::before {
  content: "";
  display: inline-block;
  position: absolute;
  top: 10px;
  left: 0;
  width: 8px;
  height: 8px;
  background-color: #005456;
  border-radius: 50%;
}

/* ===============================================
  page-about
=============================================== */
.gallery__list {
  margin-top: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 3vw;
}
.gallery__item {
  width: calc((100% - 6vw) / 3);
}
.gallery__item img {
  -o-object-fit: cover;
  object-fit: cover;
  aspect-ratio: 3/2;
}
@media (width < 1100px) {
  .gallery__item {
    width: calc((100% - 3vw) / 2);
  }
}
.gallery__item figcaption {
  text-align: center;
  margin-top: 5px;
  font-size: 1.4rem;
}

.consultation-schedule {
  width: 100%;
  background-color: #f1f8f5;
  color: #333;
  padding: 30px;
}
@media (width < 600px) {
  .consultation-schedule {
    padding: 15px;
    font-size: 1.4rem;
  }
}
.consultation-schedule__table {
  width: 100%;
}
.consultation-schedule__table tr:not(:first-child) {
  border-top: 1px solid #fff;
}

/* ===============================================
  page-medical
=============================================== */
.anchor-link {
  margin-top: 60px;
}
.anchor-link__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 10px;
}
.anchor-link__item {
  width: calc((100% - 30px) / 4);
  background-color: #005456;
  border: 1px solid #005456;
  color: #fff;
  text-align: center;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  font-size: 1.4rem;
  line-height: 1.2;
}
@media (width < 1100px) {
  .anchor-link__item {
    width: 100%;
  }
}
.anchor-link__item a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  height: 100%;
  padding: 1em;
}
.anchor-link__item:hover {
  background-color: #fff;
  color: #005456;
}

.medical__condition {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 0 3vw;
  list-style: none;
  padding: 30px 10px;
}
@media (width < 1100px) {
  .medical__condition {
    padding: 30px 5px;
  }
}
.medical__list {
  padding-right: 15px;
}
.medical__list li {
  position: relative;
  float: left;
  margin-bottom: 15px;
  padding-left: 10px;
  padding-right: 35px;
}
@media (width < 1100px) {
  .medical__list li {
    padding-left: 5px;
    padding-right: 20px;
  }
}
.medical__list li:not(:last-child)::before {
  content: "";
  display: inline-block;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%) rotate(-50deg);
  transform: translateY(-50%) rotate(-50deg);
  right: 0;
  width: 22px;
  height: 1px;
  background-color: #159b89;
}
@media (width < 1100px) {
  .medical__list li:not(:last-child)::before {
    width: 16px;
  }
}

/* ===============================================
  page-partnership
=============================================== */
.partnership-schedule {
  width: 50%;
}
@media (width < 1100px) {
  .partnership-schedule {
    width: 100%;
  }
}
.partnership-schedule th,
.partnership-schedule td {
  border-right: 1px solid #86c4c5;
  text-align: center !important;
  padding: 3px 50px;
}
@media (width < 1100px) {
  .partnership-schedule th,
  .partnership-schedule td {
    padding: 2px 30px;
  }
}

/* ===============================================
  page-news
=============================================== */
.news__list {
  width: 90%;
  margin-inline: auto;
}
@media (width < 1100px) {
  .news__list {
    width: 100%;
  }
}

/* ===============================================
  single
=============================================== */
.single {
  margin: 50px 0 150px;
}
.single__title {
  margin-top: 10px;
  font-size: 2rem;
  font-weight: 500;
}
.single__content {
  margin: 30px 10px 0;
  line-height: 1.5;
}
.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__prev a,
.single__next a {
  font-size: 1.4rem;
  background-color: #005456;
  color: #fff;
  position: relative;
  display: inline-block;
  border: 1px solid #005456;
}
.single__prev a::after,
.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__prev a {
  padding: 10px 15px 10px 30px;
}
.single__prev a::after {
  left: 15px;
  -webkit-transform: rotate(225deg);
  transform: rotate(225deg);
}
.single__prev a:hover::after {
  left: 10px;
}
.single__next a {
  padding: 10px 30px 10px 15px;
}
.single__next a::after {
  right: 15px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.single__next a:hover::after {
  right: 10px;
}

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

.page-numbers.current {
  background-color: #005456;
  color: #fff;
  border: 1px solid #005456;
}

/* ==================================================
  404.php
================================================== */
.not-found {
  padding-block: clamp(80px, 10vw, 120px);
}
@media (width < 1100px) {
  .not-found {
    margin: 100px 0;
  }
}
.not-found__content {
  text-align: center;
}
.not-found__title {
  font-size: clamp(4rem, 5vw, 6rem);
  color: #005456;
  font-weight: 700;
  line-height: 1;
  margin-bottom: 40px;
}
.not-found__lead {
  font-size: 2rem;
  color: #999999;
  margin-bottom: 40px;
}
.not-found__text {
  line-height: 1.5;
  color: #a8a8a8;
  margin-bottom: 40px;
}
.not-found__button {
  padding: 20px 40px;
  color: #999999;
  background: #eeeeee;
  border-radius: 5px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.not-found__button:hover {
  background: #ddd;
}
