@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Shippori+Mincho:wght@400;500;600;700;800&family=Zen+Kaku+Gothic+New:wght@300;400;500;700;900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;500;700&display=swap");
/*==========================================================================
# reset - ブラウザの差異や不要なスタイルを無くすためのスタイル
========================================================================== */
* {
  box-sizing: border-box;
}

html, body, h1, h2, h3, h4, h5, h6, ul, ol, dl, li, dt, dd, p, div, span, img, a, table, tr, th, td, small, button, time, figure {
  border: 0;
  font: inherit;
  font-size: 100%;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}

html {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

li, dd {
  list-style-type: none;
}

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

img {
  border: none;
  vertical-align: bottom;
}

a {
  cursor: pointer;
  text-decoration: none;
}

.btn {
  padding: 0;
}

body {
  font-family: "Shippori Mincho", serif;
  color: #464342;
  font-size: 17px;
  overflow-x: hidden;
  font-weight: 400;
}
@media screen and (max-width: 766px) {
  body {
    font-size: 16px;
  }
}

img {
  width: 100%;
}

.pc-none {
  display: none !important;
}
@media (min-width: 767px) and (max-width:1024px) {
  .pc-none {
    display: block !important;
  }
}
@media screen and (max-width: 766px) {
  .pc-none {
    display: block !important;
  }
}

@media (min-width: 767px) and (max-width:1024px) {
  .sp-none {
    display: none !important;
  }
}
@media screen and (max-width: 766px) {
  .sp-none {
    display: none !important;
  }
}

.btn {
  height: 45px;
  border-radius: 25px;
  width: 230px;
}
.btn a {
  display: inline-block;
  padding: 8px 18px 0 18px;
  width: 100%;
  height: 100%;
  text-align: center;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 400;
}

.inner {
  padding-left: 100px;
  padding-right: 100px;
  max-width: 1400px;
  margin: 0 auto;
}
@media (min-width: 767px) and (max-width:1024px) {
  .inner {
    padding-left: 40px;
    padding-right: 40px;
  }
}
@media screen and (max-width: 766px) {
  .inner {
    padding-left: 20px;
    padding-right: 20px;
  }
}

.wide-inner {
  padding-left: 60px;
  padding-right: 60px;
  max-width: 1600px;
  margin: 0 auto;
}
@media (min-width: 767px) and (max-width:1024px) {
  .wide-inner {
    padding-left: 40px;
    padding-right: 40px;
  }
}
@media screen and (max-width: 766px) {
  .wide-inner {
    padding-left: 20px;
    padding-right: 20px;
  }
}

.fixed-sp-btns {
  position: fixed;
  z-index: 100;
  bottom: 0;
  left: 0;
  display: flex;
  width: 100%;
  height: 50px;
  text-align: center;
}
.fixed-sp-btns a {
  display: inline-block;
}
.fixed-sp-btns a img {
  width: 18px;
  margin-right: 5px;
}

.top-btn {
  background-color: #fff;
  width: 50px;
}
.top-btn a {
  padding-top: 5px;
  color: #464342;
}
.top-btn a img {
  display: block;
  margin: 3px auto;
}

.web-btn {
  width: calc((100% - 50px) / 3);
  background: linear-gradient(to right, #3fb7df, #86F4FD);
}
.web-btn a {
  color: #fff;
  padding-top: 18px;
}

.time-btn {
  width: calc((100% - 50px) / 3);
  background-color: #3fb7df;
}
.time-btn a {
  color: #fff;
  padding-top: 15px;
}
.time-btn a img {
  vertical-align: middle;
  margin-bottom: 5px;
}

.access-btn {
  background-color: #62b78a;
  width: calc((100% - 50px) / 3);
}
.access-btn a {
  color: #fff;
  padding-top: 14px;
}
.access-btn a img {
  vertical-align: middle;
}

.fixed-btns {
  position: fixed;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  z-index: 300;
  width: 90px;
  letter-spacing: 0.15rem;
}

.fixed-web {
  background-color: #3fb7df;
  width: 90px;
  padding: 20px 0;
}
.fixed-web a {
  color: #fff;
  display: inline-block;
  text-align: center;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 400;
  width: 100%;
  line-height: 1.4;
  transition: all 0.5s;
}
.fixed-web a:hover {
  opacity: 0.7;
}
.fixed-web a img {
  width: 35px;
  display: block;
  margin: 0 auto 10px auto;
}

.fixed-tel {
  background-color: #62b78a;
  width: 90px;
  padding: 20px;
  color: #fff;
  display: inline-block;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 400;
  width: 100%;
  writing-mode: vertical-rl;
  text-orientation: upright;
  line-height: 1.6;
  transition: all 0.5s;
}
.fixed-tel:hover {
  opacity: 0.7;
}
.fixed-tel p {
  font-size: 18px;
  letter-spacing: 0.3rem;
}
.fixed-tel span {
  display: block;
}

.more-btn {
  background-color: #62b78a;
  width: 230px;
  margin: 30px 40px 0 auto;
  transition: all 0.5s;
}
.more-btn:hover {
  background-color: #3fb7df;
}
@media (min-width: 767px) and (max-width:1024px) {
  .more-btn {
    margin-right: auto;
  }
}
@media screen and (max-width: 766px) {
  .more-btn {
    margin-right: auto;
    margin-left: auto;
    display: block;
  }
}
.more-btn a {
  display: inline-block;
  letter-spacing: 0.2rem;
  padding-top: 8px;
  color: #fff;
  font-family: "Shippori Mincho", serif;
}
.more-btn a img {
  width: 30px;
  margin-left: 40px;
  vertical-align: middle;
  margin-bottom: 5px;
}

.page-top-btn {
  position: fixed;
  z-index: 20;
  right: 10px;
  bottom: 40px;
  font-size: 18px;
  cursor: pointer;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease;
  transform: translateY(20px);
  writing-mode: vertical-rl;
  font-family: "Zen Kaku Gothic New", sans-serif;
}
@media screen and (max-width: 766px) {
  .page-top-btn {
    bottom: 80px;
  }
}
.page-top-btn.is-show {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}
.page-top-btn img {
  transform: rotate(-90deg);
  width: 20px;
  margin-bottom: 10px;
  margin-right: 8px;
  vertical-align: middle;
}
.page-top-btn:hover {
  opacity: 0.7;
}

/* PCでは何もしない */
.sp-br {
  display: none;
}

/* スマホ（768px以下）の時だけ有効にする */
@media screen and (max-width: 768px) {
  .sp-br {
    display: block; /* 👈 ここをblockにすることで、強制的に改行が入ります */
    height: 0; /* 余計な隙間を作らない */
  }
}
@media (min-width: 767px) and (max-width:1024px) {
  header {
    position: fixed;
    top: 0;
    width: 100%;
    left: 0;
    right: 0;
    z-index: 100;
    background-color: #fff;
  }
}
@media screen and (max-width: 766px) {
  header {
    position: fixed;
    top: 0;
    width: 100%;
    left: 0;
    right: 0;
    z-index: 100;
    background-color: #fff;
  }
}

.header-inner {
  padding: 25px 30px 25px 0;
  display: flex;
  align-items: flex-start;
}
@media (min-width: 767px) and (max-width:1024px) {
  .header-inner {
    padding: 0 0 5px 10px;
  }
}
@media screen and (max-width: 766px) {
  .header-inner {
    padding: 0 0 5px 10px;
  }
}

.header-left {
  display: flex;
  position: relative;
}
@media (min-width: 767px) and (max-width:1024px) {
  .header-left {
    width: 250px;
    padding-top: 15px;
  }
}
@media screen and (max-width: 766px) {
  .header-left {
    width: 60%;
    padding-top: 15px;
  }
}
.header-left .header-logo {
  width: 18%;
  min-width: 65px;
  background-color: #fff;
  padding: 0 20px 25px 25px;
  position: absolute;
  border-radius: 0 0 20px 0;
  z-index: 5;
}
.header-left .header-company {
  width: 43%;
  margin-left: 20%;
  margin-top: 12px;
  min-width: 200px;
}

.header-btns {
  margin-left: auto;
  display: flex;
  align-items: center;
  gap: 20px;
}
@media (min-width: 767px) and (max-width:1024px) {
  .header-btns {
    display: none;
  }
}
@media screen and (max-width: 766px) {
  .header-btns {
    display: none;
  }
}

.header-sns-btns {
  margin-left: auto;
  display: flex;
  align-items: center;
  gap: 20px;
  justify-content: center;
}

.header-sns-icon {
  width: 40px;
  transition: all 0.5s;
}
.header-sns-icon:hover {
  opacity: 0.7;
}

.green-btn {
  background-color: #62b78a;
  transition: all 0.6s;
}
.green-btn:hover {
  opacity: 0.7;
}
.green-btn a {
  color: #fff;
}
.green-btn a img {
  width: 25px;
  vertical-align: middle;
  margin-right: 10px;
}

.white-btn {
  border: 1px solid #3fb7df;
  transition: all 0.6s;
}
.white-btn:hover {
  opacity: 0.7;
}
.white-btn a {
  color: #3fb7df;
}

.header-parking a {
  display: flex;
  align-items: center;
  transition: all 0.6s;
}
.header-parking a:hover {
  opacity: 0.7;
}
.header-parking a p {
  color: #3fb7df;
  letter-spacing: 0.2rem;
  font-weight: 700;
  font-family: "Zen Kaku Gothic New", sans-serif;
  text-wrap: nowrap;
}
.header-parking a img {
  width: 50px;
  margin-right: 10px;
}

.sp-header-btn {
  display: none;
}
@media (min-width: 767px) and (max-width:1024px) {
  .sp-header-btn {
    display: block;
    margin-left: auto;
    display: flex;
  }
}
@media screen and (max-width: 766px) {
  .sp-header-btn {
    display: block;
    margin-left: auto;
    display: flex;
  }
}

.sp-header-tel {
  width: 52px;
  height: 52px;
  display: inline-block;
  background-color: #62b78a;
  color: #fff;
  text-align: center;
}
.sp-header-tel img {
  width: 18px;
  display: block;
  margin: 5px auto;
}

/* ハンバーガーアイコンの土台 */
.drawer-icon {
  width: 52px;
  height: 52px;
  position: relative;
  background: linear-gradient(to right, #3fb7df, #86F4FD);
  cursor: pointer;
  z-index: 100;
}
.drawer-icon .drawer-icon-bars {
  position: relative;
  margin: 0 auto;
  width: 32px;
  height: 100%;
}
.drawer-icon [class^=drawer-icon-bar--] {
  width: 32px;
  height: 1px;
  background-color: #fff;
  position: absolute;
  left: 0;
  transition: transform 0.3s, top 0.3s, opacity 0.3s;
}
.drawer-icon .drawer-icon-bar--1 {
  top: 15px;
}
.drawer-icon .drawer-icon-bar--2 {
  top: 26px;
}
.drawer-icon .drawer-icon-bar--3 {
  top: 37px;
}
.drawer-icon {
  /* ★クリックされた時（バツ印に変身） */
}
.drawer-icon.is-active .drawer-icon-bar--1 {
  top: 26px;
  transform: rotate(45deg);
}
.drawer-icon.is-active .drawer-icon-bar--2 {
  opacity: 0;
}
.drawer-icon.is-active .drawer-icon-bar--3 {
  top: 26px;
  transform: rotate(-45deg);
}

/* ドロワーメニューの中身（ふわっと出現） */
.drawer-content {
  position: fixed;
  top: 55px;
  left: 0;
  width: 100%;
  height: calc(100vh - 55px);
  background: rgb(255, 255, 255);
  z-index: 90;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch; /* スマホでスルスル動くように追加 */
  /* 初期状態：隠す */
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.4s, visibility 0.4s;
  /* ★クリックされた時（表示） */
}
.drawer-content.is-active {
  opacity: 1;
  visibility: visible;
}
.drawer-content .drawer-nav li {
  border-bottom: 1px solid #3fb7df;
}
.drawer-content .drawer-nav li a {
  position: relative;
  padding: 20px 50px 20px 20px;
  display: flex;
  align-items: center;
  text-decoration: none;
  color: #333;
}
.drawer-content .drawer-nav li a .drawer-sub-icon {
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
  width: 16px;
  height: 16px;
}
.drawer-content .drawer-nav li a .drawer-sub-icon::before, .drawer-content .drawer-nav li a .drawer-sub-icon::after {
  content: "";
  position: absolute;
  background-color: #3fb7df;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  transition: all 0.3s ease;
}
.drawer-content .drawer-nav li a .drawer-sub-icon::before {
  width: 100%;
  height: 2px;
}
.drawer-content .drawer-nav li a .drawer-sub-icon::after {
  width: 2px;
  height: 100%;
}
.drawer-content .drawer-nav li a.is-open .drawer-sub-icon::after {
  transform: translate(-50%, -50%) rotate(90deg);
  opacity: 0;
}
.drawer-content .drawer-sub-menu {
  display: none;
  background-color: #f9fbfc;
  list-style: none;
  padding: 20px;
}
.drawer-content .drawer-sub-menu li {
  border-bottom: none;
  padding: 0 !important;
}
.drawer-content .drawer-sub-menu li a {
  padding: 10px !important;
  font-size: 15px;
  font-weight: normal;
}
.drawer-content .drawer-sub-menu li a::before {
  content: "";
  width: 6px;
  height: 6px;
  border-top: 1px solid #3fb7df;
  border-right: 1px solid #3fb7df;
  transform: rotate(45deg);
  margin-right: 10px;
  display: inline-block;
}

.drawer-office-hour {
  padding: 0 15px;
}
.drawer-office-hour table th {
  text-align: left;
}

.drawer-banners {
  padding: 30px 15px 50px 15px;
  display: flex;
  flex-direction: column;
  gap: 15px;
}
.drawer-banners .drawer-banner-item a {
  display: block;
}
.drawer-banners .drawer-banner-item a img {
  width: 100%;
  height: auto;
  border-radius: 8px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
}

.contact {
  padding-top: 120px;
  overflow: hidden;
}
@media screen and (max-width: 766px) {
  .contact {
    padding-top: 60px;
  }
}

.contact-box {
  display: flex;
  width: 100%;
}
@media screen and (max-width: 766px) {
  .contact-box {
    display: block;
  }
}
.contact-box .footer-contact-title {
  letter-spacing: 0.2rem;
  font-size: 22px;
  color: #fff;
  text-align: center;
  margin-top: 15px;
  margin-bottom: 20px;
}
@media screen and (max-width: 766px) {
  .contact-box .footer-contact-title {
    font-size: 18px;
    margin-bottom: 15px;
  }
}
.contact-box .footer-contact-btn {
  text-align: center;
  padding-top: 20px;
  color: #fff;
  letter-spacing: 0.1rem;
}
@media screen and (max-width: 766px) {
  .contact-box .footer-contact-btn {
    padding-top: 10px;
  }
}
.contact-box .footer-contact-btn img {
  transition: all 0.7s;
  width: 15px;
  margin-left: 10px;
}

.contact-web {
  width: 50%;
  padding: 80px 0;
  text-align: center;
  background: linear-gradient(to right, #3fb7df, #86F4FD);
  transition: all 0.7s;
}
.contact-web:hover {
  opacity: 0.7;
}
.contact-web:hover .contact-icon {
  scale: 1.2;
}
.contact-web:hover .footer-contact-btn img {
  scale: 1.5;
}
@media (min-width: 767px) and (max-width:1024px) {
  .contact-web {
    padding: 60px 0;
  }
}
@media screen and (max-width: 766px) {
  .contact-web {
    width: 100%;
    display: block;
    padding: 40px 0;
  }
}
.contact-web .contact-icon {
  width: 40px;
  margin: 0 auto;
  transition: all 0.7s;
}
.contact-web .footer-contact-label {
  background-color: #fff;
  color: #464342;
  display: inline-block;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 400;
  padding: 5px 20px;
  letter-spacing: 0.1rem;
}

.contact-tel {
  width: 50%;
  padding: 80px 0;
  background-color: #3fb7df;
  text-align: center;
  transition: all 0.7s;
}
.contact-tel:hover {
  opacity: 0.7;
}
.contact-tel:hover .contact-icon {
  scale: 1.2;
}
.contact-tel:hover .footer-contact-btn {
  letter-spacing: 0.1rem;
}
.contact-tel:hover .footer-contact-btn img {
  scale: 1.5;
}
@media (min-width: 767px) and (max-width:1024px) {
  .contact-tel {
    padding: 60px 0;
  }
}
@media screen and (max-width: 766px) {
  .contact-tel {
    width: 100%;
    display: block;
    padding: 40px 0;
  }
}
.contact-tel .contact-icon {
  width: 25px;
  margin: 0 auto;
  transition: all 0.7s;
}
.contact-tel .footer-contact-label {
  background-color: #fff;
  color: #464342;
  display: inline-block;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 400;
  padding: 5px 30px;
  border-radius: 20px;
  letter-spacing: 0.1rem;
}

.banner-area {
  padding: 80px 0 0 0;
}

.banner-item-wrap {
  display: flex;
  gap: 15px;
  flex-wrap: wrap;
}

.banner-item {
  width: calc((100% - 30px) / 3);
  overflow: hidden;
}
@media screen and (max-width: 766px) {
  .banner-item {
    width: 100%;
  }
}
.banner-item img {
  transition: all 0.5s;
}
.banner-item img:hover {
  scale: 1.1;
}

footer {
  overflow: hidden;
  padding-top: 80px;
}

.footer-top {
  display: flex;
  align-items: end;
}
@media screen and (max-width: 766px) {
  .footer-top {
    display: block;
  }
}

.footer-logo {
  width: 50%;
}
@media screen and (max-width: 766px) {
  .footer-logo {
    width: 100%;
  }
}

.footer-logo-text {
  margin-left: 40px;
  font-size: 12px;
  margin-bottom: 10px;
  color: #3fb7df;
}
@media screen and (max-width: 766px) {
  .footer-logo-text {
    margin-left: 0;
    font-size: 8px;
    padding-top: 5px;
    text-align: right;
  }
}

.footer-info-wrap {
  padding-top: 60px;
  display: flex;
  margin-left: 80px;
}
@media (min-width: 767px) and (max-width:1024px) {
  .footer-info-wrap {
    margin-left: 0;
    display: block;
    padding-left: 40px;
    padding-right: 40px;
  }
}
@media screen and (max-width: 766px) {
  .footer-info-wrap {
    display: block;
    margin-left: 0;
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 40px;
  }
}

.footer-info-item {
  font-family: "Zen Kaku Gothic New", sans-serif;
  padding-bottom: 30px;
}

.footer-info-label {
  color: #3fb7df;
  letter-spacing: 0.1rem;
  font-size: 18px;
  padding-bottom: 10px;
  border-bottom: 1px solid #464342;
}
@media screen and (max-width: 766px) {
  .footer-info-label {
    font-size: 16px;
  }
}

.footer-info-text {
  padding-top: 10px;
}
.footer-info-text a {
  color: #464342;
}

.map-btn {
  margin-top: 10px;
  width: 300px;
  height: 45px;
  margin-left: auto;
  border: 1px solid #464342;
  border-radius: 22px;
  text-align: center;
}
@media screen and (max-width: 766px) {
  .map-btn {
    width: 250px;
    margin-top: 15px;
  }
}
.map-btn a {
  width: 100%;
  height: 100%;
  display: inline-block;
  color: #464342;
  font-weight: 500;
  padding-top: 10px;
  font-size: 18px;
}
@media screen and (max-width: 766px) {
  .map-btn a {
    font-size: 16px;
  }
}
.map-btn a span {
  margin: 0 10px;
}
.map-btn a img {
  width: 20px;
  vertical-align: middle;
  margin-bottom: 3px;
}

.footer-img {
  aspect-ratio: 10/2;
  margin-top: 80px;
}
@media (min-width: 767px) and (max-width:1024px) {
  .footer-img {
    aspect-ratio: 10/3;
    margin-top: 40px;
  }
}
@media screen and (max-width: 766px) {
  .footer-img {
    aspect-ratio: 10/4;
    margin-top: 40px;
  }
}
.footer-img img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.footer-footer {
  text-align: center;
  color: #fff;
  background-color: #3fb7df;
  padding: 100px 0;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 500;
}
@media (min-width: 767px) and (max-width:1024px) {
  .footer-footer {
    padding: 60px 0;
  }
}
@media screen and (max-width: 766px) {
  .footer-footer {
    padding: 60px 0;
  }
}

.banner-footer-bottom .banner-area {
  padding: 20px 0;
}
@media screen and (max-width: 766px) {
  .banner-footer-bottom .banner-area {
    padding: 10px 0 60px 0;
  }
}
@media (min-width: 767px) and (max-width:1024px) {
  .banner-footer-bottom .banner-area {
    padding: 10px 0 60px 0;
  }
}
.banner-footer-bottom .banner-area .banner-item-wrap {
  justify-content: center;
}
.banner-footer-bottom .banner-area .banner-item-wrap a {
  width: 15%;
}
@media screen and (max-width: 766px) {
  .banner-footer-bottom .banner-area .banner-item-wrap a {
    width: 25%;
  }
}

.FV {
  height: 100%;
  width: 100%;
  aspect-ratio: 10/5;
  overflow: hidden;
}
@media (min-width: 767px) and (max-width:1024px) {
  .FV {
    height: calc(100vh - 60px);
    aspect-ratio: auto;
    padding-top: 90px;
  }
}
@media screen and (max-width: 766px) {
  .FV {
    height: calc(100vh - 120px);
    padding-top: 120px;
    aspect-ratio: auto;
    padding-top: 60px;
  }
}

.fv-wrap {
  display: flex;
  height: 100%;
}
.FV-en {
  width: 5%;
  writing-mode: vertical-rl;
  padding-top: 200px;
  color: #3fb7df;
  padding-right: 40px;
}
@media (min-width: 767px) and (max-width:1024px) {
  .FV-en {
    width: 50px;
    padding-top: 70px;
    padding-right: 10px;
    font-size: 10px;
  }
}
@media screen and (max-width: 766px) {
  .FV-en {
    width: 30px;
    padding-top: 100px;
    padding-right: 10px;
    font-size: 10px;
  }
}

.fv-swiper {
  width: 95%;
  height: 100%;
  position: relative;
}
@media (min-width: 767px) and (max-width:1024px) {
  .fv-swiper {
    width: calc(100% - 50px);
  }
}
@media screen and (max-width: 766px) {
  .fv-swiper {
    width: calc(100% - 30px);
  }
}
.fv-swiper .FV-main {
  display: flex;
  width: 100%;
  height: 100%;
}
@media screen and (max-width: 766px) {
  .fv-swiper .FV-main {
    display: block;
  }
}
.fv-swiper .swiper-slide {
  overflow: hidden;
}
.fv-swiper .swiper-slide-active img, .fv-swiper .swiper-slide-duplicate-active img {
  animation: fvZoom 7.5s linear forwards;
}
.fv-swiper .FV-left {
  width: 50%;
  height: 100%;
  border-radius: 50px 0 0 50px;
  overflow: hidden;
}
@media screen and (max-width: 766px) {
  .fv-swiper .FV-left {
    width: 100%;
    height: 50%;
    border-radius: 30px 0 0 0;
    overflow: hidden;
  }
}
.fv-swiper .FV-left img {
  border-radius: 50px 0 0 50px;
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 766px) {
  .fv-swiper .FV-left img {
    border-radius: 30px 0 0 0;
  }
}
.fv-swiper .FV-right {
  width: 50%;
  height: 100%;
}
@media screen and (max-width: 766px) {
  .fv-swiper .FV-right {
    width: 100%;
    height: 50%;
    border-radius: 0 0 0 30px;
    overflow: hidden;
  }
}
.fv-swiper .FV-right img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 766px) {
  .fv-swiper .FV-right img {
    border-radius: 0 0 0 30px;
  }
}
.fv-swiper .FV-catch {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 60px;
  font-size: 35px;
  color: #3fb7df;
  font-weight: 700;
  line-height: 1.4;
  letter-spacing: 0.4rem;
  z-index: 10;
}
@media (min-width: 767px) and (max-width:1024px) {
  .fv-swiper .FV-catch {
    font-size: 28px;
    top: 140px;
    left: 80px;
    line-height: 1.8;
  }
}
@media screen and (max-width: 766px) {
  .fv-swiper .FV-catch {
    font-size: 24px;
    top: 120px;
    left: 40px;
    line-height: 1.8;
  }
}
.fv-swiper .FV-en-catch {
  position: absolute;
  left: 60px;
  bottom: 60px;
  font-size: 60px;
  letter-spacing: 0.4rem;
  color: #fff;
  z-index: 10;
}
@media (min-width: 767px) and (max-width:1024px) {
  .fv-swiper .FV-en-catch {
    font-size: 40px;
    left: 80px;
    line-height: 1.4;
    bottom: 40px;
    letter-spacing: 0.2rem;
  }
}
@media screen and (max-width: 766px) {
  .fv-swiper .FV-en-catch {
    font-size: 32px;
    left: 40px;
    line-height: 1.4;
    bottom: 40px;
    letter-spacing: 0.2rem;
  }
}

@keyframes fvZoom {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(1.05);
  }
}
.nav-item:nth-child(2) .sub-menu {
  left: -100px;
  transform: none; /* センター解除 */
}

.nav-item:nth-child(3) .sub-menu {
  left: -200px;
  transform: none; /* センター解除 */
}

.nav-item:nth-child(6) .sub-menu,
.nav-item:nth-child(7) .sub-menu {
  left: auto;
  right: -100px;
  transform: none; /* センター解除 */
}

.front-nav {
  padding: 20px 60px 10px 60px;
  position: sticky;
  top: 0;
  z-index: 100;
  background-color: #fff;
}
@media (min-width: 767px) and (max-width:1024px) {
  .front-nav {
    display: none;
  }
}
@media screen and (max-width: 766px) {
  .front-nav {
    display: none;
  }
}
.front-nav ul {
  display: flex;
  justify-content: center;
}
.front-nav ul li {
  padding: 1px;
  width: 240px;
  text-align: center;
  position: relative;
}
.front-nav ul li .sub-menu {
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
  background-color: #fff;
  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.15);
  z-index: 50;
  opacity: 0;
  visibility: hidden;
  margin-top: 10px;
  transition: all 0.3s ease;
  /* 1列（3個以下）の時も、思い切って広く */
  width: 400px;
  display: flex;
  flex-direction: column;
  gap: 1px;
  /* 2. 個別の位置調整（親のliの順番で指定） */
  /* ★ 4個以上の時：圧倒的に広くする */
}
.front-nav ul li .sub-menu:has(li:nth-child(4)) {
  display: grid;
  /* 各列を均等に、かつ最低でも400px（計800px以上）確保 */
  grid-template-columns: repeat(2, minmax(400px, 1fr));
  gap: 1px;
  /* 幅を「中身が収まる最大値」かつ「超ワイド」に強制 */
  width: -moz-max-content;
  width: max-content;
  min-width: 850px;
  max-width: calc(100vw - 40px); /* 画面端まで使い切る */
}
.nav-item:last-child .front-nav ul li .sub-menu {
  left: auto;
  right: 0;
}
.front-nav ul li .sub-menu li {
  width: 100%;
  border: none !important;
  border-left: none !important;
  list-style: none !important;
  padding: 0 !important;
  margin: 0 !important;
}
.front-nav ul li .sub-menu li a {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 18px 20px; /* 上下左右をたっぷり広く */
  background-color: #3fb7df;
  color: #fff;
  font-size: 17px; /* 17pxに統一 */
  font-family: "Yu Gothic Medium", sans-serif;
  text-decoration: none;
  white-space: nowrap;
  transition: 0.3s;
}
.front-nav ul li .sub-menu li a:hover {
  background-color: #f0f0f0;
  color: #3fb7df;
}
.front-nav ul li {
  /* ホバーで表示 */
}
.front-nav ul li li:hover > .sub-menu {
  opacity: 1;
  visibility: visible;
}
.front-nav ul li:not(:first-child):hover .sub-menu {
  opacity: 1;
  visibility: visible;
  margin-top: 0;
}
.front-nav ul li:not(:first-child):hover .bottom-arrow {
  transition: transform 0.3s;
}
.front-nav ul li a {
  display: inline-block;
  text-align: center;
  font-size: 18px;
  color: #464342;
  font-weight: 500;
  line-height: 1.4;
}
.front-nav ul li a .nav-icon {
  width: 20px;
  height: 40px;
  -o-object-fit: contain;
     object-fit: contain;
  display: block;
  margin: 0 auto;
}
.front-nav ul li a span {
  display: block;
  color: #3fb7df;
  font-size: 14px;
  padding-top: 10px;
}
.front-nav ul li a .bottom-arrow {
  width: 15px;
  display: block;
  margin: 0px auto;
}

.info {
  overflow: hidden;
  margin-top: 100px;
}
@media (min-width: 767px) and (max-width:1024px) {
  .info {
    margin-top: 60px;
  }
}
@media screen and (max-width: 766px) {
  .info {
    margin-top: 60px;
  }
}

.info-inner {
  display: flex;
  margin-left: 80px;
}
@media (min-width: 767px) and (max-width:1024px) {
  .info-inner {
    display: block;
    margin-left: 0;
    padding: 0 40px;
  }
}
@media screen and (max-width: 766px) {
  .info-inner {
    display: block;
    margin-left: 0;
    padding: 0 20px;
  }
}

.news {
  width: 47%;
  max-width: 750px;
  margin-left: auto;
}
@media (min-width: 767px) and (max-width:1024px) {
  .news {
    width: 100%;
  }
}
@media screen and (max-width: 766px) {
  .news {
    width: 100%;
  }
}

.small-title {
  font-size: 28px;
  color: #3fb7df;
  font-weight: 500;
  letter-spacing: 0.1rem;
}
@media screen and (max-width: 766px) {
  .small-title {
    font-size: 22px;
  }
}
.small-title img {
  width: 20px;
  margin-right: 20px;
}
@media screen and (max-width: 766px) {
  .small-title img {
    width: 15px;
  }
}
.small-title span {
  font-size: 16px;
  margin-left: 40px;
  position: relative;
}
@media screen and (max-width: 766px) {
  .small-title span {
    font-size: 14px;
  }
}
.small-title span::before {
  position: absolute;
  content: "";
  left: -20px;
  top: 50%;
  transform: translateY(-50%);
  width: 1px;
  height: 20px;
  background-color: #3fb7df;
}

.news-wrap {
  padding-top: 30px;
  padding-right: 40px;
  max-width: 100%;
}
.news-wrap a {
  transition: all 0.5s;
}
.news-wrap a:hover {
  opacity: 0.5;
}
@media (min-width: 767px) and (max-width:1024px) {
  .news-wrap {
    padding-right: 0;
    max-width: 100%;
  }
}
@media screen and (max-width: 766px) {
  .news-wrap {
    padding-right: 0;
  }
}

.news-item {
  display: flex;
  align-items: center;
  color: #464342;
  padding: 15px 0;
  border-bottom: 1px solid #464342;
  font-family: "Yu Gothic Medium", "Yu Gothic", "YuGothic", sans-serif;
}
@media screen and (max-width: 766px) {
  .news-item {
    display: block;
  }
}
.news-item h3 {
  font-size: 18px;
  margin-left: 40px;
  line-height: 1.4;
}
@media screen and (max-width: 766px) {
  .news-item h3 {
    font-size: 14px;
    margin-left: 0;
    margin-top: 10px;
  }
}

.clinic {
  width: 53%;
}
@media (min-width: 767px) and (max-width:1024px) {
  .clinic {
    width: 100%;
    padding-top: 60px;
  }
}
@media screen and (max-width: 766px) {
  .clinic {
    width: 100%;
    padding-top: 60px;
  }
}

.clinic-title {
  margin-left: 40px;
}
@media screen and (max-width: 766px) {
  .clinic-title {
    margin-left: 0;
  }
}

.clinic-box {
  background-color: rgba(63, 183, 223, 0.1);
  border-radius: 30px 0 0 30px;
  padding: 60px 100px 80px 60px;
  margin-top: -10px;
  position: relative;
}
@media (min-width: 767px) and (max-width:1024px) {
  .clinic-box {
    padding: 10px 30px 30px 30px;
    border-radius: 30px;
  }
}
@media screen and (max-width: 766px) {
  .clinic-box {
    padding: 10px 10px 30px 10px;
    border-radius: 20px;
  }
}
.clinic-box p {
  text-align: right;
  font-size: 14px;
  font-weight: 400;
  font-family: "Zen Kaku Gothic New", sans-serif;
}

.time-table-wrap {
  width: 100%;
  max-width: 750px;
}

.office-hour__table {
  width: 100%;
  border-collapse: separate;
  border-spacing: 0;
  font-size: 16px;
  border-radius: 10px;
  overflow: hidden;
  margin: 20px 0;
  table-layout: fixed;
  font-family: "Zen Kaku Gothic New", sans-serif;
}
@media screen and (max-width: 766px) {
  .office-hour__table {
    font-size: 14px;
  }
}
.office-hour__table th, .office-hour__table td {
  padding: 25px 5px;
  text-align: center;
  vertical-align: middle;
  border-bottom: 1px solid rgba(68, 68, 68, 0.4);
}
.office-hour__table th:last-child, .office-hour__table td:last-child {
  border-right: none;
}
.office-hour__table tr:first-child th, .office-hour__table tr:first-child td {
  font-weight: 400;
  color: #464342;
}
.office-hour__table th {
  font-weight: 400;
  width: 100px;
  text-align: right;
}
@media screen and (max-width: 766px) {
  .office-hour__table th {
    width: 90px;
  }
}
.office-hour__table td {
  font-size: 18px;
  color: #3fb7df;
}
@media screen and (max-width: 766px) {
  .office-hour__table td {
    font-size: 14px;
  }
}
.office-hour__table td.is-none {
  color: #464342;
}

.clinic-text {
  padding: 20px;
  background-color: #fff;
  line-height: 2;
  letter-spacing: 0.1rem;
  border-radius: 10px;
  text-align: left !important;
  margin-top: 10px;
}

.about {
  padding-top: 120px;
  padding-bottom: 100px;
  padding-left: 60px;
  padding-right: 60px;
  max-width: 1440px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
}
@media (min-width: 767px) and (max-width:1024px) {
  .about {
    padding-top: 60px;
    padding-bottom: 60px;
    padding-left: 40px;
    padding-right: 40px;
  }
}
@media screen and (max-width: 766px) {
  .about {
    padding-top: 60px;
    padding-bottom: 60px;
    padding-left: 20px;
    padding-right: 20px;
  }
}

.about-imgs {
  padding-right: 100px;
}
@media (min-width: 767px) and (max-width:1024px) {
  .about-imgs {
    padding-right: 0;
  }
}
@media screen and (max-width: 766px) {
  .about-imgs {
    padding-right: 0;
  }
}

.about-big-img {
  width: 100%;
  height: auto;
  overflow: hidden;
  margin-bottom: 30px;
}
@media screen and (max-width: 766px) {
  .about-big-img {
    margin-bottom: 10px;
  }
}
.about-big-img img {
  border-radius: 30px 0 0 0;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  transition: transform 0.3s ease, opacity 0.3s ease;
}
.about-big-img img:hover {
  transform: scale(1.05);
  opacity: 0.8;
}
@media screen and (max-width: 766px) {
  .about-big-img img {
    border-radius: 15px 0 0 0;
  }
}

.about-bottom-imgs {
  display: flex;
  gap: 15px;
}
@media screen and (max-width: 766px) {
  .about-bottom-imgs {
    display: block;
  }
}
.about-bottom-imgs .about-small-img {
  width: calc((100% - 30px) / 3);
  overflow: hidden;
}
@media screen and (max-width: 766px) {
  .about-bottom-imgs .about-small-img {
    width: 100%;
    margin-bottom: 10px;
  }
}
.about-bottom-imgs .about-small-img img {
  border-radius: 30px 0 0 0;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  transition: transform 0.3s ease, opacity 0.3s ease;
}
.about-bottom-imgs .about-small-img img:hover {
  transform: scale(1.05);
  opacity: 0.8;
}
@media screen and (max-width: 766px) {
  .about-bottom-imgs .about-small-img img {
    border-radius: 15px 0 0 0;
  }
}

.about-en-wrapper {
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
  overflow: hidden;
  z-index: -1;
}

.about-en-content {
  font-size: 120px;
  writing-mode: vertical-rl;
  white-space: nowrap;
  color: rgba(63, 183, 223, 0.2);
  line-height: 1;
}
@media (min-width: 767px) and (max-width:1024px) {
  .about-en-content {
    font-size: 80px;
  }
}
@media screen and (max-width: 766px) {
  .about-en-content {
    font-size: 60px;
  }
}

.diabetic {
  padding-top: 120px;
  padding-bottom: 60px;
  background-color: #f3f9ff;
  position: relative;
}
@media (min-width: 767px) and (max-width:1024px) {
  .diabetic {
    padding-top: 60px;
    padding-bottom: 40px;
  }
}
@media screen and (max-width: 766px) {
  .diabetic {
    padding-top: 60px;
    padding-bottom: 40px;
  }
}

.diabetic-wrap {
  display: flex;
  justify-content: space-between;
}
@media (min-width: 767px) and (max-width:1024px) {
  .diabetic-wrap {
    display: block;
  }
}
@media screen and (max-width: 766px) {
  .diabetic-wrap {
    display: block;
  }
}

.diabetic-imgs {
  width: 55%;
  height: 100%;
  aspect-ratio: 5/4.6;
  position: relative;
}
@media (min-width: 767px) and (max-width:1024px) {
  .diabetic-imgs {
    width: 70%;
    margin-left: auto;
    margin-right: auto;
    margin-top: 30px;
  }
}
@media screen and (max-width: 766px) {
  .diabetic-imgs {
    width: 100%;
    margin-top: 30px;
  }
}

.diabetic-img--1,
.diabetic-img--2 {
  position: absolute;
  width: 65%;
  aspect-ratio: 5/6;
}
.diabetic-img--1 img,
.diabetic-img--2 img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.diabetic-img--1 {
  top: 0;
  left: 0;
}

.diabetic-img--2 {
  bottom: 0;
  right: 0;
}

.diabetic-content {
  width: 40%;
}
@media screen and (max-width: 766px) {
  .diabetic-content {
    width: 100%;
  }
}
@media (min-width: 767px) and (max-width:1024px) {
  .diabetic-content {
    width: 100%;
  }
}
.diabetic-content p {
  padding-top: 40px;
  font-weight: 400;
  line-height: 1.4;
  font-family: "Zen Kaku Gothic New", sans-serif;
  letter-spacing: 0.1rem;
  line-height: 1.8;
}

.diabetic-title {
  font-size: 34px;
  color: #3fb7df;
  font-weight: 500;
  letter-spacing: 0.3rem;
}
@media screen and (max-width: 766px) {
  .diabetic-title {
    font-size: 26px;
  }
}
.diabetic-title img {
  width: 20px;
  margin-bottom: 5px;
  margin-right: 20px;
}
@media screen and (max-width: 766px) {
  .diabetic-title img {
    width: 15px;
  }
}
.diabetic-title span {
  font-size: 16px;
  margin-left: 40px;
  position: relative;
}
.diabetic-title span::before {
  position: absolute;
  content: "";
  left: -20px;
  top: 50%;
  transform: translateY(-50%);
  width: 1px;
  height: 20px;
  background-color: #3fb7df;
}

.diabetic-nav {
  margin-top: 40px;
  position: relative;
}
.diabetic-nav::before {
  content: "";
  position: absolute;
  width: calc(100% - 40px);
  height: 1px;
  background-color: #3fb7df;
  top: 0;
  right: 0;
}
@media (min-width: 767px) and (max-width:1024px) {
  .diabetic-nav::before {
    width: calc(100% - 50px);
  }
}
.diabetic-nav li {
  align-items: center;
  padding: 25px 10px 25px 50px;
  font-weight: 500;
  position: relative;
  font-size: 18px;
  padding-right: 40px;
  transition: all 0.5s;
  border-bottom: 1px solid #3fb7df;
}
.diabetic-nav li a {
  color: #464342;
  display: flex;
}
.diabetic-nav li a:hover {
  color: #3fb7df;
}
@media (min-width: 767px) and (max-width:1024px) {
  .diabetic-nav li {
    padding-left: 70px;
  }
}
@media screen and (max-width: 766px) {
  .diabetic-nav li {
    font-size: 16px;
    padding-right: 35px;
    padding-left: 40px;
    line-height: 1.2;
  }
}
.diabetic-nav li .diabetic-nav-about {
  width: 20%;
  -o-object-fit: contain;
     object-fit: contain;
  position: absolute;
  left: -55px;
  top: -40px;
}
@media (min-width: 767px) and (max-width:1024px) {
  .diabetic-nav li .diabetic-nav-about {
    width: 100px;
    left: -40px;
  }
}
@media screen and (max-width: 766px) {
  .diabetic-nav li .diabetic-nav-about {
    width: 18%;
    left: -20px;
    top: -20px;
  }
}
.diabetic-nav li .diabetic-nav-icon {
  position: absolute;
  -o-object-fit: contain;
     object-fit: contain;
  width: 5%;
  left: 10px;
}
.diabetic-nav li .diabetic-arrow {
  width: 30px;
  -o-object-fit: contain;
     object-fit: contain;
  position: absolute;
  right: 10px;
}
@media screen and (max-width: 766px) {
  .diabetic-nav li .diabetic-arrow {
    width: 20px;
  }
}
.diabetic-nav {
  /* サブメニュー本体 */
}
.diabetic-nav .diabetic-sub-menu {
  display: none;
  list-style: none;
  margin-top: 20px;
  background-color: #f9fbfc;
  width: 100%;
}
.diabetic-nav .diabetic-sub-menu li {
  border-bottom: none;
  padding: 0;
}
.diabetic-nav .diabetic-sub-menu li a {
  padding: 10px 20px 10px 20px !important;
  font-size: 14px;
  font-weight: normal;
}
.diabetic-nav .diabetic-sub-menu li a:hover {
  background-color: #fff;
  color: #3fb7df;
}
.diabetic-nav .diabetic-sub-menu li a::before {
  content: "・";
  margin-right: 5px;
  color: #3fb7df;
}

.diabetic-en {
  font-size: 100px;
  position: absolute;
  z-index: 10;
  bottom: -30px;
  left: 20px;
  color: rgba(63, 183, 223, 0.2);
}
@media (min-width: 767px) and (max-width:1024px) {
  .diabetic-en {
    font-size: 80px;
  }
}
@media screen and (max-width: 766px) {
  .diabetic-en {
    font-size: 70px;
  }
}

.slide {
  padding: 60px 0;
  position: relative;
  z-index: 3;
}
.slide p {
  color: #3fb7df;
  padding-top: 40px;
  padding-right: 80px;
  text-align: right;
}
@media (min-width: 767px) and (max-width:1024px) {
  .slide p {
    font-size: 14px;
    padding-right: 40px;
  }
}
@media screen and (max-width: 766px) {
  .slide p {
    font-size: 12px;
    padding-right: 20px;
  }
}

.swiper {
  width: 100%;
  padding: 20px 0;
}
.swiper .swiper-slide {
  height: auto;
}
.swiper .swiper-slide .slide-item {
  width: 100%;
  border-radius: 8px;
  overflow: hidden;
  aspect-ratio: 8/9;
}
.swiper .swiper-slide .slide-item img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.medical {
  padding-top: 140px;
  padding-bottom: 100px;
  border-radius: 100px 100px 0 0;
  position: relative;
  overflow: hidden;
  background: linear-gradient(to right, rgb(221, 250, 253), rgba(63, 183, 223, 0.27));
}
@media (min-width: 767px) and (max-width:1024px) {
  .medical {
    padding-top: 100px;
    padding-bottom: 80px;
    border-radius: 80px 80px 0 0;
  }
}
@media screen and (max-width: 766px) {
  .medical {
    padding-top: 80px;
    padding-bottom: 60px;
    border-radius: 60px 60px 0 0;
  }
}

.medical-title {
  text-align: center;
  font-weight: 500;
}
.medical-title h2 {
  font-size: 30px;
  letter-spacing: 0.4rem;
}
@media screen and (max-width: 766px) {
  .medical-title h2 {
    font-size: 24px;
  }
}
.medical-title p {
  letter-spacing: 0.1rem;
  padding-top: 30px;
}
@media screen and (max-width: 766px) {
  .medical-title p {
    padding-top: 20px;
  }
}
.medical-title p img {
  width: 15px;
  margin-right: 20px;
}

.medical-text {
  text-align: center;
  padding-top: 60px;
  line-height: 2;
  padding-bottom: 60px;
  font-weight: 400;
  font-family: "Zen Kaku Gothic New", sans-serif;
  letter-spacing: 0.1rem;
  line-height: 1.8;
}
@media screen and (max-width: 766px) {
  .medical-text {
    padding-top: 30px;
  }
}

.medical-nav-wrap {
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
}
@media (min-width: 767px) and (max-width:1024px) {
  .medical-nav-wrap {
    gap: 15px;
  }
}
@media screen and (max-width: 766px) {
  .medical-nav-wrap {
    display: block;
  }
}
.medical-nav-wrap li {
  width: calc((100% - 60px) / 3);
  font-weight: 500;
  line-height: 1.2;
  background-color: #fff;
  border-radius: 10px;
  transition: all 0.5s;
}
.medical-nav-wrap li:hover {
  opacity: 0.8;
}
.medical-nav-wrap li:hover .blue-arrow {
  transform: translateX(5px);
}
@media (min-width: 767px) and (max-width:1024px) {
  .medical-nav-wrap li {
    width: calc((100% - 30px) / 3);
  }
}
@media screen and (max-width: 766px) {
  .medical-nav-wrap li {
    width: 100%;
    margin-bottom: 10px;
  }
}
.medical-nav-wrap li.is-big {
  padding: 80px 20px 20px 20px;
}
@media screen and (max-width: 766px) {
  .medical-nav-wrap li.is-big {
    padding-top: 40px;
  }
}
.medical-nav-wrap li.is-big .icon {
  width: 50px;
  display: block;
  margin: 0 auto 20px auto;
}
.medical-nav-wrap li.is-big span {
  display: block;
  font-size: 16px;
  margin-top: 40px;
  margin-bottom: 10px;
  letter-spacing: 0.1rem;
  line-height: 1.8;
  font-weight: 400;
  font-family: "Zen Kaku Gothic New", sans-serif;
}
.medical-nav-wrap li.is-big .blue-arrow {
  width: 20px;
  display: block;
  margin-left: auto;
  transition: all 0.5s;
}
.medical-nav-wrap li.is-small {
  position: relative;
  padding: 40px 20px;
}
.medical-nav-wrap li.is-small:hover .blue-arrow {
  transform: translateY(-50%) translateX(5px);
}
.medical-nav-wrap li.is-small h3 {
  padding-left: 50px;
  padding-right: 20px;
}
.medical-nav-wrap li.is-small .icon {
  width: 50px;
  position: absolute;
  left: 20px;
  vertical-align: middle;
  top: 50%;
  transform: translateY(-50%);
}
@media (min-width: 767px) and (max-width:1024px) {
  .medical-nav-wrap li.is-small .icon {
    width: 40px;
  }
}
.medical-nav-wrap li.is-small .blue-arrow {
  width: 20px;
  display: block;
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
  transition: all 0.5s;
}
@media (min-width: 767px) and (max-width:1024px) {
  .medical-nav-wrap li.is-small .blue-arrow {
    width: 15px;
  }
}
.medical-nav-wrap li a {
  width: 100%;
  display: inline-block;
  text-align: center;
  font-size: 22px;
  color: #464342;
  letter-spacing: 0.4rem;
}

.medical-en-text {
  color: #3fb7df;
  font-size: 14px;
  width: 260px;
  margin-left: auto;
  margin-top: -40px;
}

.medical-en-title {
  position: absolute;
  font-size: 80px;
  letter-spacing: 0.4rem;
  writing-mode: vertical-rl;
  color: #fff;
  left: 0;
  bottom: 100px;
}

.feature {
  padding-top: 120px;
  padding-bottom: 200px;
  overflow: hidden;
}
@media screen and (max-width: 766px) {
  .feature {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}

.feature-title {
  text-align: center;
  position: relative;
  padding-bottom: 40px;
}
.feature-title::after {
  content: "";
  position: absolute;
  width: 60px;
  height: 1px;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  background-color: #3fb7df;
}
.feature-title h2 {
  font-size: 30px;
  letter-spacing: 0.4rem;
}
@media screen and (max-width: 766px) {
  .feature-title h2 {
    font-size: 24px;
  }
}
.feature-title span {
  display: block;
  letter-spacing: 0.1rem;
  padding-top: 30px;
}
@media screen and (max-width: 766px) {
  .feature-title span {
    padding-top: 20px;
  }
}

.feature-wrap {
  padding-top: 60px;
  padding-left: 100px;
  padding-right: 100px;
}
@media (min-width: 767px) and (max-width:1024px) {
  .feature-wrap {
    padding-left: 0;
    padding-right: 0;
  }
}
@media screen and (max-width: 766px) {
  .feature-wrap {
    padding-left: 0;
    padding-right: 0;
    padding-top: 40px;
  }
}

.feature-row {
  gap: 60px;
  margin-bottom: 80px;
}
@media screen and (max-width: 766px) {
  .feature-row {
    margin-bottom: 40px;
  }
}
.feature-row .feature-img {
  width: calc(50% - 30px);
  position: relative;
  aspect-ratio: 10/6;
}
@media screen and (max-width: 766px) {
  .feature-row .feature-img {
    width: 100%;
  }
}
.feature-row .feature-img .feature-number {
  font-size: 100px;
  position: absolute;
  left: 0;
  top: -60px;
  color: rgba(63, 183, 223, 0.5);
}
@media (min-width: 767px) and (max-width:1024px) {
  .feature-row .feature-img .feature-number {
    font-size: 80px;
  }
}
@media screen and (max-width: 766px) {
  .feature-row .feature-img .feature-number {
    font-size: 50px;
    top: -40px;
  }
}
.feature-row .feature-img p {
  position: absolute;
  writing-mode: vertical-rl;
  bottom: 0;
  left: 0;
  color: #3fb7df;
  letter-spacing: 0.1rem;
  line-height: 1.8;
  font-weight: 400;
}
@media screen and (max-width: 766px) {
  .feature-row .feature-img p {
    display: none;
  }
}
.feature-row .feature-img img {
  padding-left: 30px;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 0 10px 0 0;
}
@media screen and (max-width: 766px) {
  .feature-row .feature-img img {
    padding-left: 0;
  }
}
.feature-row:nth-child(odd) {
  display: flex;
}
@media screen and (max-width: 766px) {
  .feature-row:nth-child(odd) {
    display: block;
  }
}
.feature-row:nth-child(even) {
  display: flex;
  flex-direction: row-reverse;
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 766px) {
  .feature-row:nth-child(even) {
    display: block;
  }
}
.feature-row:nth-child(2) .feature-content {
  padding-top: 40px;
}
.feature-row:nth-child(2)::after {
  position: absolute;
  width: 90%;
  left: -200px;
  top: 20px;
  content: "";
  background-color: #f3f9ff;
  height: 100%;
  z-index: -1;
}
@media screen and (max-width: 766px) {
  .feature-row:nth-child(2)::after {
    display: none;
  }
}
.feature-row:nth-child(4) .feature-content {
  padding-top: 40px;
}
@media screen and (max-width: 766px) {
  .feature-row:nth-child(4) .feature-content {
    padding-top: 20px;
  }
}
.feature-row:nth-child(4)::after {
  position: absolute;
  width: 90%;
  right: -200px;
  top: 20px;
  content: "";
  background-color: #f3f9ff;
  height: 100%;
  z-index: -1;
}
@media screen and (max-width: 766px) {
  .feature-row:nth-child(4)::after {
    display: none;
  }
}

.feature-content {
  width: calc(50% - 30px);
  padding-top: 10px;
}
@media screen and (max-width: 766px) {
  .feature-content {
    width: 100%;
  }
}
.feature-content p {
  font-weight: 400;
  padding-top: 30px;
  line-height: 1.8;
  font-family: "Zen Kaku Gothic New", sans-serif;
  letter-spacing: 0.1rem;
}
@media screen and (max-width: 766px) {
  .feature-content p {
    padding-top: 20px;
  }
}

.feature-content-title {
  display: flex;
  align-items: start;
}
.feature-content-title img {
  width: 15px;
  -o-object-fit: contain;
     object-fit: contain;
  margin-top: 10px;
}
.feature-content-title h3 {
  width: calc(100% - 30px);
  margin-left: auto;
  font-size: 22px;
  line-height: 1.6;
  color: #3fb7df;
  font-weight: 500;
}
@media screen and (max-width: 766px) {
  .feature-content-title h3 {
    font-size: 18px;
  }
}

.feature-more-btn {
  margin-top: 30px;
  text-align: right;
}
.feature-more-btn a {
  color: #464342;
  font-weight: 700;
  transition: all 0.5s;
}
.feature-more-btn a:hover img {
  content: url(../img/white-arrow@2x.png);
}
.feature-more-btn a img {
  width: 30px;
  vertical-align: middle;
  margin-left: 15px;
  display: inline-block;
  transition: all 0.5s;
  content: url(../img/green-arrow.svg);
}

.feature-bottom-wrap {
  display: flex;
  margin-top: 140px;
  gap: 30px;
}
@media screen and (max-width: 766px) {
  .feature-bottom-wrap {
    display: block;
    margin-top: 0;
  }
}
.feature-bottom-wrap .feature-bottom-row {
  display: block;
  width: 100%;
}
@media screen and (max-width: 766px) {
  .feature-bottom-wrap .feature-bottom-row {
    margin-bottom: 60px;
  }
}
.feature-bottom-wrap .feature-bottom-row .feature-img {
  width: 100%;
  position: relative;
  aspect-ratio: 10/6;
}
.feature-bottom-wrap .feature-bottom-row .feature-img img {
  padding-left: 0;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 0 10px 0 0;
}
.feature-bottom-wrap .feature-bottom-row .feature-img .feature-number {
  top: -40px;
  font-size: 70px;
  position: absolute;
  left: 0;
  color: rgba(63, 183, 223, 0.5);
}
@media (min-width: 767px) and (max-width:1024px) {
  .feature-bottom-wrap .feature-bottom-row .feature-img .feature-number {
    font-size: 60px;
  }
}
@media screen and (max-width: 766px) {
  .feature-bottom-wrap .feature-bottom-row .feature-img .feature-number {
    font-size: 60px;
  }
}
.feature-bottom-wrap .feature-bottom-row .feature-content {
  width: 100%;
}
.feature-bottom-wrap .feature-bottom-row .feature-content-title {
  margin-top: 10px;
}
.feature-bottom-wrap .feature-bottom-row .feature-content-title h3 {
  font-size: 20px;
}
@media screen and (max-width: 766px) {
  .feature-bottom-wrap .feature-bottom-row .feature-content-title h3 {
    font-size: 16px;
  }
}
.feature-bottom-wrap .feature-bottom-row .feature-content-title img {
  margin-top: 8px;
}
.feature-bottom-wrap .feature-bottom-row p {
  padding-top: 10px;
  font-family: "Zen Kaku Gothic New", sans-serif;
}

.greeting {
  padding-top: 120px;
  padding-bottom: 140px;
  position: relative;
  background-color: #f7f8f8;
  border-radius: 65px 65px 0 0;
}
@media screen and (max-width: 766px) {
  .greeting {
    padding-top: 60px;
    padding-bottom: 80px;
    border-radius: 40px 40px 0 0;
  }
}

.greeting-en {
  font-size: 100px;
  position: absolute;
  z-index: 10;
  top: -60px;
  left: 60px;
  color: rgba(63, 183, 223, 0.2);
}
@media (min-width: 767px) and (max-width:1024px) {
  .greeting-en {
    font-size: 80px;
  }
}
@media screen and (max-width: 766px) {
  .greeting-en {
    font-size: 60px;
    left: 20px;
    top: -40px;
  }
}

.greeting-wrap {
  display: flex;
  gap: 5%;
}
@media (min-width: 767px) and (max-width:1024px) {
  .greeting-wrap {
    display: block;
  }
}
@media screen and (max-width: 766px) {
  .greeting-wrap {
    display: block;
  }
}

.greeting-left {
  display: flex;
  width: 53%;
  gap: 40px;
}
@media (min-width: 767px) and (max-width:1024px) {
  .greeting-left {
    width: 100%;
  }
}
@media screen and (max-width: 766px) {
  .greeting-left {
    width: 100%;
    gap: 20px;
  }
}

.greeting-title img {
  width: 15px;
}
.greeting-title h2 {
  writing-mode: vertical-rl;
  font-size: 22px;
  color: #3fb7df;
  margin-top: 20px;
  font-weight: 500;
  letter-spacing: 0.2rem;
}

.greeting-text {
  padding-bottom: 20px;
  font-weight: 400;
  line-height: 1.8;
  letter-spacing: 0.1rem;
  font-family: "Zen Kaku Gothic New", sans-serif;
}

.greeting-name {
  font-weight: 400;
  font-family: "Zen Kaku Gothic New", sans-serif;
  line-height: 1.8;
  letter-spacing: 0.1rem;
  padding-top: 30px;
  font-size: 20px;
}
@media (min-width: 767px) and (max-width:1024px) {
  .greeting-name {
    font-size: 18px;
    padding-top: 80px;
    text-align: right;
    margin-left: auto;
  }
}
@media screen and (max-width: 766px) {
  .greeting-name {
    font-size: 16px;
    padding-top: 60px;
  }
}

.greeting-right {
  width: 42%;
}
@media (min-width: 767px) and (max-width:1024px) {
  .greeting-right {
    width: 60%;
    margin: 0 auto;
  }
}
@media screen and (max-width: 766px) {
  .greeting-right {
    width: 80%;
    margin: 0 auto;
  }
}

.greeting-img {
  width: 80%;
  aspect-ratio: 8/10;
  position: relative;
  z-index: 0;
}
.greeting-img::after {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  border-radius: 20px;
  right: -20%;
  top: 60px;
  background-color: rgba(195, 236, 242, 0.27);
  z-index: -1;
}
@media screen and (max-width: 766px) {
  .greeting-img::after {
    top: 30px;
  }
}
.greeting-img img {
  border: 1px solid #898989;
  border-radius: 20px;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.breadcrumb {
  margin-top: 20px;
}
.breadcrumb a {
  color: #62b78a;
}
.breadcrumb a:hover {
  opacity: 0.7;
}

/* スムーズにスクロールさせる */
html {
  scroll-behavior: smooth;
}

/* アンカーリンクの着地点がヘッダー（例: 100px分）の下に隠れないように調整 */
.content-section {
  scroll-margin-top: 100px;
  margin-bottom: 60px; /* セクション同士の余白 */
}

/* 目次の簡易デザイン */
.anchor-nav {
  margin-bottom: 40px;
  margin-top: 40px;
}

/* 全ての要素のアンカージャンプ位置をヘッダー分だけ上にずらす */
:target {
  scroll-margin-top: 150px; /* ヘッダーの高さ + 余裕分(25pxくらい) */
}
@media screen and (max-width: 766px) {
  :target {
    scroll-margin-top: 80px;
  }
}

/* または、セクションごとに指定する場合（こちらの方が確実な場合があります） */
section[id] {
  scroll-margin-top: 150px;
}
@media screen and (max-width: 766px) {
  section[id] {
    scroll-margin-top: 80px;
  }
}

.anchor-nav-blog {
  background: #f9f9f9;
  padding: 20px;
  width: 100%;
  margin-bottom: 40px;
  border-radius: 8px;
  margin-top: 40px;
}
.anchor-nav-blog p {
  padding-bottom: 30px;
  font-size: 20px;
}
.anchor-nav-blog ul {
  display: block;
}
.anchor-nav-blog ul li {
  list-style: none !important;
  margin-left: 0 !important;
  padding: 15px 0;
  border-bottom: 1px solid rgba(135, 132, 135, 0.5);
}
.anchor-nav-blog ul li a {
  color: #464342;
  text-decoration: none;
  position: relative;
  display: inline-block;
  padding-left: 25px;
}
.anchor-nav-blog ul li a:hover {
  color: #3fb7df;
}
.anchor-nav-blog ul li a::before {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  width: 15px;
  height: 15px;
  background-image: url(../img/bottom-arrow@2x.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}

.anchor-nav ul {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  margin-left: 0 !important;
}
@media (min-width: 767px) and (max-width:1024px) {
  .anchor-nav ul {
    gap: 10px;
  }
}
@media screen and (max-width: 766px) {
  .anchor-nav ul {
    gap: 10px;
  }
}
.anchor-nav ul li {
  list-style: none !important;
  margin-left: 0 !important;
  width: calc(50% - 10px);
  border: 1px solid #3fb7df;
  transition: all 0.6s;
}
@media (min-width: 767px) and (max-width:1024px) {
  .anchor-nav ul li {
    width: calc(50% - 5px);
  }
}
@media screen and (max-width: 766px) {
  .anchor-nav ul li {
    width: 100%;
    margin-bottom: 0 !important;
  }
}
.anchor-nav ul li:hover {
  background-color: #3fb7df;
}
.anchor-nav ul li:hover a {
  color: #fff;
}
.anchor-nav ul li:hover a::before {
  background-image: url(../img/bottom-arrow-w.svg);
}
.anchor-nav ul li a {
  color: #464342;
  text-decoration: none;
  position: relative;
  display: flex;
  align-items: center;
  padding: 15px 15px 15px 35px;
  width: 100%;
  height: 100%;
}
.anchor-nav ul li a::before {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 15px;
  width: 15px;
  height: 15px;
  background-image: url(../img/bottom-arrow@2x.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}

.page-top {
  position: relative;
  aspect-ratio: 10/2;
}
@media (min-width: 767px) and (max-width:1024px) {
  .page-top {
    margin-top: 75px;
    aspect-ratio: 10/3;
  }
}
@media screen and (max-width: 766px) {
  .page-top {
    margin-top: 60px;
    aspect-ratio: 10/4;
  }
}
.page-top::after {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: #000;
  opacity: 0.2;
  z-index: 0;
}
.page-top h1 {
  font-size: 50px;
  letter-spacing: 0.2rem;
  color: #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  transform: translate(-50%, -50%);
  text-align: center;
  z-index: 4;
}
@media screen and (max-width: 766px) {
  .page-top h1 {
    font-size: 26px;
  }
}
@media (min-width: 767px) and (max-width:1024px) {
  .page-top h1 {
    font-size: 40px;
  }
}

.page-top-bg {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
}
.page-top-bg img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.page-news {
  padding-top: 140px;
  line-height: 1.8;
  letter-spacing: 0.1rem;
  font-family: "Yu Gothic Medium", "Yu Gothic", "YuGothic", sans-serif;
}
.page-news a:hover {
  opacity: 0.5;
}
@media screen and (max-width: 766px) {
  .page-news {
    padding-top: 40px;
  }
}
@media (min-width: 767px) and (max-width:1024px) {
  .page-news {
    padding-top: 100px;
  }
}

.page-news-item {
  display: block;
  color: #464342;
  padding: 40px 0;
  border-bottom: 2px solid #EDEDED;
}
.page-news-item h2 {
  padding: 20px 0;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.4;
}
@media screen and (max-width: 766px) {
  .page-news-item h2 {
    font-size: 18px;
  }
}
.page-news-item p {
  line-height: 1.6;
}

.page-news-title {
  font-size: 24px;
  padding-bottom: 30px;
  font-weight: 700;
}
@media screen and (max-width: 766px) {
  .page-news-title {
    font-size: 18px;
  }
}

.news-back-btn {
  text-align: center;
  margin-top: 60px;
  margin-bottom: 40px;
}
.news-back-btn .btn {
  display: inline-block;
  font-size: 18px;
  text-decoration: none;
  color: #333;
  position: relative;
  padding-bottom: 5px;
  transition: all 0.3s ease;
  /* 1. 通常時の線の状態（幅0） */
}
.news-back-btn .btn::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: #62b78a;
  /* 左を起点にして、最初は横幅を0に（見えない状態） */
  transform: scaleX(0);
  transform-origin: left top;
  transition: transform 0.3s ease;
}
.news-back-btn .btn {
  /* 2. ホバー時に横幅を1（100%）に伸ばす */
}
.news-back-btn .btn:hover {
  opacity: 0.8;
}
.news-back-btn .btn:hover::after {
  transform: scaleX(1);
}

/* ページネーションの基本スタイル */
.pagination {
  margin-top: 40px;
  text-align: center;
  margin: 0 auto;
}

.pagination ul {
  display: inline-flex;
  list-style: none;
  padding: 0;
}

.pagination li {
  margin: 0 5px;
}

.pagination a, .pagination span {
  display: block;
  padding: 8px 16px;
  border: 1px solid #ddd;
  text-decoration: none;
  color: #333;
}

.nav-links {
  display: flex;
  margin-top: 60px;
}

.pagination .current {
  background: #3fb7df; /* クリニックのテーマカラーに合わせて変更してください */
  color: #fff;
  border-color: #3fb7df;
}

.blog-wrap {
  display: flex;
  gap: 30px;
  align-items: flex-start;
  padding-top: 40px;
}
@media screen and (max-width: 766px) {
  .blog-wrap {
    display: block;
  }
}

.blog-main {
  width: 75%;
  display: flex;
  flex-wrap: wrap;
  gap: 15px;
}
@media screen and (max-width: 766px) {
  .blog-main {
    width: 100%;
  }
}

.blog-item {
  width: calc((100% - 30px) / 3);
  padding: 15px;
  border: 1px solid #ececec;
  border-radius: 15px;
  display: block;
  letter-spacing: 0.1rem;
  line-height: 1.8;
  font-family: "Yu Gothic Medium", "Yu Gothic", "YuGothic", sans-serif;
  color: #464342;
}
@media (min-width: 767px) and (max-width:1024px) {
  .blog-item {
    width: calc((100% - 15px) / 2);
  }
}
@media screen and (max-width: 766px) {
  .blog-item {
    width: 100%;
  }
}
.blog-item h2 {
  font-size: 18px;
  font-weight: 500;
  padding: 10px 0;
}
@media screen and (max-width: 766px) {
  .blog-item h2 {
    font-size: 16px;
  }
}
.blog-item .blog-more-btn {
  font-weight: 700;
  font-family: "Yu Gothic Medium", "Yu Gothic", "YuGothic", sans-serif;
  margin-top: 30px;
  display: block;
  text-align: center;
  transition: all 0.5s;
}
.blog-item .blog-more-btn:hover {
  opacity: 0.7;
}
.blog-item .blog-more-btn img {
  width: 20px;
  vertical-align: middle;
  margin-bottom: 5px;
  margin-left: 10px;
}

.blog-date {
  padding-right: 10px;
  font-family: "Yu Gothic Medium", "Yu Gothic", "YuGothic", sans-serif;
}

.blog-category {
  background-color: #3fb7df;
  font-family: "Yu Gothic Medium", "Yu Gothic", "YuGothic", sans-serif;
  color: #fff;
  display: inline-block;
  padding: 3px 15px;
  border-radius: 20px;
  margin-top: 10px;
}
.blog-category a {
  color: #fff;
}

.sidebar {
  width: calc(25% - 30px);
  display: flex;
  flex-direction: column;
  gap: 40px;
}
@media screen and (max-width: 766px) {
  .sidebar {
    width: 100%;
    padding-top: 40px;
  }
}
.sidebar .side-widget .widget-title {
  font-size: 1.2rem;
  font-weight: bold;
  margin-bottom: 20px;
  padding-left: 12px;
  border-left: 4px solid #3fb7df;
  position: relative;
}
.sidebar .side-banners {
  display: flex;
  flex-direction: column;
  gap: 15px;
}
.sidebar .side-banners .banner-item {
  transition: opacity 0.3s;
  width: 100%;
}
.sidebar .side-banners .banner-item img {
  width: 100%;
  height: auto;
  border-radius: 4px;
}
.sidebar .side-banners .banner-item:hover {
  opacity: 0.8;
}
.sidebar .post-list {
  list-style: none;
  padding: 0;
}
.sidebar .post-list li {
  margin-bottom: 15px;
  border-bottom: 1px solid #ececec;
  padding-bottom: 15px;
}
.sidebar .post-list li:last-child {
  margin-bottom: 0;
  border-bottom: none;
}
.sidebar .post-list li a {
  display: flex;
  gap: 12px;
  text-decoration: none;
  color: #464342;
}
.sidebar .post-list li a:hover .post-text {
  color: #3fb7df;
}
.sidebar .post-list li .post-img {
  flex-shrink: 0;
  width: 80px;
  height: 60px;
}
.sidebar .post-list li .post-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 2px;
}
.sidebar .post-list li .post-text {
  font-size: 0.9rem;
  font-weight: 500;
  line-height: 1.4;
  transition: color 0.3s;
}
.sidebar .post-list li .post-date {
  font-size: 0.75rem;
  color: #888;
  margin-top: 4px;
}
.sidebar .side-categories ul {
  list-style: none;
  padding: 0;
}
.sidebar .side-categories ul li {
  border-bottom: 1px solid #ececec;
}
.sidebar .side-categories ul li a {
  display: flex;
  justify-content: space-between;
  padding: 12px 5px;
  text-decoration: none;
  color: #464342;
  font-size: 0.95rem;
  transition: all 0.3s;
}
.sidebar .side-categories ul li a span {
  color: #888;
  font-size: 0.85rem;
}
.sidebar .side-categories ul li a:hover {
  color: #3fb7df;
  padding-left: 10px;
}

.entry-content {
  width: 100%;
  letter-spacing: 1px;
  line-height: 1.8;
  font-weight: 400;
  font-family: "Yu Gothic", "YuGothic", sans-serif;
}
.entry-content h2 {
  color: #fff;
  background: linear-gradient(to right, #3fb7df, #86F4FD);
  font-size: 30px;
  padding: 0.7em 0;
  font-weight: 500;
  width: 100%;
  text-align: center;
  margin: 2em 0 1em;
  position: relative;
  z-index: 0;
  font-family: "YuMincho", "Yu Mincho", "Hiragino Mincho ProN", "MS PMincho", serif;
}
.entry-content h2::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 20px;
  z-index: -1;
  width: 156px;
  height: 150px;
  background: #ffffff;
  -webkit-mask: url(../img/logo.svg) no-repeat center/cover;
  mask: url(../img/logo.svg) no-repeat center/cover;
  opacity: 15%;
  transform: translateY(-50%);
}
@media screen and (max-width: 766px) {
  .entry-content h2 {
    font-size: 1.5rem;
  }
}
.entry-content h3 {
  font-size: 24px;
  margin: 1.5em 0 1em;
  font-weight: 500;
  padding: 8px 0 8px 20px;
  font-family: "YuMincho", "Yu Mincho", "Hiragino Mincho ProN", "MS PMincho", serif;
  border-left: 7px solid #62b78a;
}
@media screen and (max-width: 766px) {
  .entry-content h3 {
    font-size: 1.2rem;
  }
}
.entry-content h4 {
  font-size: 20px;
  margin: 1em 0 1em;
  font-weight: 500;
  background-color: transparent;
  padding: 10px 0;
  font-family: "YuMincho", "Yu Mincho", "Hiragino Mincho ProN", "MS PMincho", serif;
  border-bottom: 1px solid #62b78a;
}
@media screen and (max-width: 766px) {
  .entry-content h4 {
    font-size: 18px;
  }
}
.entry-content h5 {
  font-size: 18px;
  margin: 1em 0 0.8em;
  font-weight: 600;
  padding: 0 0 0 1.2em;
  font-family: "YuMincho", "Yu Mincho", "Hiragino Mincho ProN", "MS PMincho", serif;
  position: relative;
  display: flex;
  align-items: center;
}
.entry-content h5::before {
  content: "";
  position: absolute;
  left: 0;
  width: 0.6em;
  height: 0.6em;
  background-color: #62b78a;
  transform: rotate(45deg);
}
@media screen and (max-width: 766px) {
  .entry-content h5 {
    font-size: 16px;
  }
}
.entry-content p {
  line-height: 1.8;
  margin-bottom: 1.5em;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-family: "Yu Gothic Medium", "Yu Gothic", "YuGothic", sans-serif;
}
.entry-content {
  /* リスト（箇条書き）のポッチを復活 */
}
.entry-content ul {
  list-style: disc;
  margin: 1em 0 1.5em 1.5em;
}
.entry-content ul li {
  list-style-type: disc;
  margin-bottom: 0.5em;
  font-family: "Yu Gothic Medium", "Yu Gothic", "YuGothic", sans-serif;
}
.entry-content ol {
  list-style: decimal;
  margin: 1em 0 1.5em 1.5em;
}
.entry-content ol li {
  font-family: "Yu Gothic Medium", "Yu Gothic", "YuGothic", sans-serif;
  list-style-type: decimal;
  margin-bottom: 0.5em;
}
.entry-content {
  /* 太字 */
}
.entry-content strong, .entry-content b {
  font-weight: bold;
}
.entry-content iframe {
  width: 100% !important;
  height: auto !important;
  aspect-ratio: 10/6;
}
.entry-content {
  /* リンク */
}
.entry-content a {
  color: #007bff;
  text-decoration: underline;
  font-family: "Yu Gothic Medium", "Yu Gothic", "YuGothic", sans-serif;
}
.entry-content a:hover {
  text-decoration: none;
}
.entry-content {
  /* 画像のレスポンシブ対応 */
}
.entry-content img {
  max-width: 100%;
  height: auto;
  margin-bottom: 1.5em;
}
.entry-content .wp-block-button__link {
  display: inline-block;
  position: relative;
  line-height: 1.5;
  width: -moz-max-content;
  width: max-content;
  font-size: 17px;
  font-family: "YuMincho", "Yu Mincho", "Hiragino Mincho ProN", "MS PMincho", serif;
  font-weight: 500;
  color: #333 !important;
  background: none !important;
  border: none !important;
  padding: 0 70px 0 0;
  letter-spacing: 0.1em;
  transition: 0.4s cubic-bezier(0.22, 1, 0.36, 1);
  text-decoration: none !important;
}
@media screen and (max-width: 766px) {
  .entry-content .wp-block-button__link {
    font-size: 16px;
  }
}
.entry-content .wp-block-button__link::before {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  width: 32px;
  height: 32px;
  background: #62b78a;
  border-radius: 50%;
  opacity: 0.8;
  transition: 0.4s;
  z-index: 1;
}
.entry-content .wp-block-button__link::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 15px;
  width: 45px;
  height: 8px;
  border-right: 1px solid #333;
  border-bottom: 1px solid #333;
  transform: translateY(-50%) skewX(45deg);
  transition: 0.4s;
  z-index: 2;
}
.entry-content .wp-block-button__link {
  border-bottom: none;
}
.entry-content .wp-block-button__link:hover {
  color: #62b78a !important;
  padding-right: 80px;
}
.entry-content .wp-block-button__link:hover::before {
  background: #333;
  opacity: 1;
  right: -5px;
}
.entry-content .wp-block-button__link:hover::after {
  right: 10px;
  width: 55px;
  border-color: #fff;
}

.wp-block-table {
  letter-spacing: 0.1rem;
}
.wp-block-table table thead {
  padding: 20px 0 !important;
}
.wp-block-table table thead tr {
  color: #fff;
  background-color: #62b78a;
}
.wp-block-table table thead tr th {
  padding: 20px 0;
}
.wp-block-table table td {
  border-bottom: 1px solid #EDEDED !important;
}
.wp-block-table table td:not(:first-child) {
  color: #62b78a;
}
.wp-block-table table td {
  text-align: center;
  padding: 20px 0;
}

.disease-simple-wrap {
  padding-top: 60px;
}

.disease-simple-list {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}
@media screen and (max-width: 766px) {
  .disease-simple-list {
    gap: 10px;
  }
}
.disease-simple-list li {
  width: calc((100% - 40px) / 3);
  background-color: rgba(63, 183, 223, 0.8);
  border-radius: 5px;
  position: relative;
}
@media screen and (max-width: 766px) {
  .disease-simple-list li {
    padding: 30px 40px 30px 20px;
    width: calc((100% - 10px) / 2);
  }
}
.disease-simple-list li:hover {
  opacity: 0.6;
}
.disease-simple-list li a {
  color: #fff;
  font-size: 22px;
  font-weight: 500;
  padding: 50px 60px 50px 30px;
  width: 100%;
  height: 100%;
  display: inline-block;
  font-family: "Zen Kaku Gothic New", sans-serif;
  letter-spacing: 0.1rem;
}
@media (min-width: 767px) and (max-width:1024px) {
  .disease-simple-list li a {
    font-size: 18px;
  }
}
@media screen and (max-width: 766px) {
  .disease-simple-list li a {
    font-size: 16px;
    padding: 0;
  }
}
.disease-simple-list li img {
  width: 25px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 30px;
}
@media screen and (max-width: 766px) {
  .disease-simple-list li img {
    right: 10px;
    width: 20px;
  }
}

.content-404 {
  padding-top: 60px;
}
.content-404 h2 {
  font-size: 1.4rem;
  padding-bottom: 40px;
}
.content-404 p {
  line-height: 2;
}

/* グループブロックの全幅設定を物理的に端まで広げる */
.wp-block-group.alignwide {
  margin-top: 0;
  margin-bottom: 0;
  width: 100vw !important;
  position: relative;
  left: 50%;
  right: 50%;
  margin-left: -50vw;
  margin-right: -50vw;
  max-width: none;
  /* 背景色を塗るための余白（必要に応じて調整） */
  padding: 60px 0;
}

/* 中身のコンテンツだけは元の幅（例：1100px）に収める */
.wp-block-group.alignwide > div {
  max-width: 1100px; /* サイトの基本コンテンツ幅に合わせる */
  margin: 0 auto;
  padding: 0 20px; /* スマホ用の余白 */
}

/* テーブルの外枠（スクロールコンテナ） */
.is-scroll-on-mobile {
  overflow-x: auto;
  display: block;
  width: 100%;
  -webkit-overflow-scrolling: touch;
  position: relative;
  /* スマホ時のみテキストを表示 */
}
@media screen and (max-width: 766px) {
  .is-scroll-on-mobile::before {
    content: "※横にスクロールできます";
    display: block;
    font-size: 11px;
    color: #888;
    text-align: right;
    margin-bottom: 5px;
    font-weight: normal;
  }
}/*# sourceMappingURL=main.css.map */