@charset "UTF-8";
@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: "Yu Gothic Medium", "YuGothic", "Yu Gothic", sans-serif;
  color: #222222;
  font-size: 18px;
  font-weight: 400;
}

.main {
  margin-right: 90px;
  position: relative;
}
.main::after {
  content: "";
  position: absolute;
  width: 1px;
  height: 100%;
  background-color: #898989;
  right: 0;
  top: 100px;
  z-index: 400;
}
@media screen and (max-width: 766px) {
  .main::after {
    display: none;
  }
}
@media (min-width: 767px) and (max-width:1024px) {
  .main::after {
    display: none;
  }
}
@media screen and (max-width: 766px) {
  .main {
    font-size: 16px;
  }
}
@media (min-width: 767px) and (max-width:1024px) {
  .main {
    margin-right: 0;
  }
}
@media screen and (max-width: 766px) {
  .main {
    margin-right: 0;
  }
}

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 {
  display: block !important;
}
.btn a {
  font-family: "fot-tsukuardgothic-std", sans-serif;
  font-weight: 400;
}

.inner {
  padding-left: 90px;
  padding-right: 90px;
  max-width: 1500px;
  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: 0px;
  padding-right: 90px;
  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: #222222;
}
.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: #00594f;
}
.time-btn a {
  color: #fff;
  padding-top: 15px;
}
.time-btn a img {
  vertical-align: middle;
  margin-bottom: 5px;
}

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

.fixed-btns {
  position: fixed; /* 最初からfixedにする */
  right: 0;
  background-color: #fff;
  height: 100%;
  top: 100px;
  z-index: 400;
  width: 90px;
  letter-spacing: 0.15rem;
  will-change: transform;
  backface-visibility: hidden;
}
.fixed-btns .fixed-access {
  height: 0;
  overflow: hidden;
  opacity: 0;
  width: 90px;
  padding: 20px 0;
}
.fixed-btns .fixed-access img {
  width: 25px;
  display: block;
  margin: 0 auto 10px auto;
}
.fixed-btns .fixed-access a {
  color: #000;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  transition: all 0.4s ease;
}
.fixed-btns .fixed-access a:hover {
  opacity: 0.7;
}
.fixed-btns .fixed-access.is-active {
  height: 90px;
  opacity: 1;
  margin-bottom: 5px;
}
.fixed-btns .fixed-parking {
  height: 0;
  overflow: hidden;
  opacity: 0;
  width: 90px;
  padding: 15px 0;
  transition: all 0.4s ease;
  background: linear-gradient(90deg, #8cc11f 0%, #007c3f 100%);
}
.fixed-btns .fixed-parking a {
  color: #fff;
  display: inline-block;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  transition: all 0.5s;
}
.fixed-btns .fixed-parking a:hover {
  opacity: 0.7;
}
.fixed-btns .fixed-parking img {
  width: 35px;
  display: block;
  margin: 0 auto 10px auto;
}
.fixed-btns .fixed-parking.is-active {
  height: 90px;
  opacity: 1;
  margin-bottom: 5px;
}

.fixed-web {
  background-color: #00594f;
  width: 90px;
  padding: 20px 0;
}
.fixed-web a {
  color: #fff;
  display: inline-block;
  text-align: center;
  font-family: "Yu Gothic Medium", "YuGothic", "Yu Gothic", 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,
.fixed-line {
  background-color: #fff;
  width: 90px;
  padding: 10px 0;
  color: #000000;
  display: flex;
  flex-direction: column;
  align-items: center;
  font-family: "Yu Gothic Medium", "YuGothic", "Yu Gothic", sans-serif;
  font-weight: 400;
  width: 100%;
  border-bottom: 1px solid #000;
  line-height: 1.6;
  transition: all 0.5s;
}
.fixed-tel img,
.fixed-line img {
  display: block;
  width: 40px;
}
.fixed-tel:hover,
.fixed-line:hover {
  opacity: 0.7;
}
.fixed-tel p,
.fixed-line p {
  font-size: 16px;
  letter-spacing: 0.1rem;
  padding-top: 5px;
}

.more-btn {
  width: 250px;
  margin: 30px 0 0 auto;
  transition: all 0.5s;
}
.more-btn:hover {
  opacity: 0.5;
}
@media (min-width: 767px) and (max-width:1024px) {
  .more-btn {
    margin-right: auto;
  }
}
@media screen and (max-width: 766px) {
  .more-btn {
    margin-right: auto;
  }
}
.more-btn a {
  display: inline-block;
  letter-spacing: 0.2rem;
  padding-top: 8px;
  color: #000;
  font-size: 20px;
  font-family: "fot-tsukuardgothic-std", sans-serif;
}
.more-btn a img {
  width: 30px;
  margin-left: 20px;
  vertical-align: middle;
  margin-bottom: 5px;
}

.page-top-btn {
  position: fixed;
  z-index: 20;
  right: 100px;
  bottom: 100px;
  cursor: pointer;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease;
  transform: translateY(20px);
  font-family: "fot-tsukuardgothic-std", sans-serif;
  width: 60px;
  height: 60px;
  padding: 0;
  border: 0;
  border-radius: 6px;
  background: #00594f;
  box-shadow: 0 6px 16px rgba(0, 0, 0, 0.18);
  display: grid;
  place-items: center;
}
@media screen and (max-width: 766px) {
  .page-top-btn {
    bottom: 140px;
    right: 10px;
    width: 44px;
    height: 44px;
  }
}
.page-top-btn.is-show {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}
.page-top-btn::before {
  content: "";
  width: 12px;
  height: 12px;
  border-top: 3px solid #fff;
  border-left: 3px solid #fff;
  transform: rotate(45deg);
  margin-top: 2px;
}
.page-top-btn:hover {
  opacity: 0.7;
}

.section-title {
  position: relative;
  width: 100%;
  font-size: 36px;
  font-weight: 700;
  font-family: "fot-tsukuardgothic-std", sans-serif;
  display: flex;
  align-items: center;
  color: #00594f;
  gap: 30px;
}
@media (min-width: 767px) and (max-width:1024px) {
  .section-title {
    margin-left: 40px;
  }
}
@media screen and (max-width: 766px) {
  .section-title {
    font-size: 26px;
    display: block;
    padding-bottom: 15px;
    margin-left: 30px;
  }
}
.section-title::before {
  content: "";
  position: absolute;
  width: 30%;
  height: 10px;
  background-color: #00594f;
  left: -32%;
  overflow: hidden;
  top: 50%;
  transform: translateY(-50%);
}
@media (min-width: 767px) and (max-width:1024px) {
  .section-title::before {
    width: 60px;
    left: -80px;
  }
}
@media screen and (max-width: 766px) {
  .section-title::before {
    width: 40px;
    left: -50px;
    top: 10px;
    transform: none;
  }
}
.section-title .section-title-en {
  height: 30px;
  width: auto;
  color: #ffffff; /* 中の色（白） */
  font-weight: bold;
  font-size: 2rem;
  /* 上下左右に1pxの緑の影をつける */
  text-shadow: 1px 1px 0 #007c3f, -1px 1px 0 #007c3f, 1px -1px 0 #007c3f, -1px -1px 0 #007c3f;
  letter-spacing: 0.2rem;
  font-size: 40px;
}
@media screen and (max-width: 766px) {
  .section-title .section-title-en {
    font-size: 24px;
    height: 20px;
  }
}
.section-title .section-title-icon {
  width: 30px;
}
@media screen and (max-width: 766px) {
  .section-title .section-title-icon {
    width: 20px;
  }
}

.sp-bottom-nav {
  display: none;
  position: fixed;
  bottom: 0;
  left: 0;
  z-index: 200;
  width: 100%;
}
@media screen and (max-width: 766px) {
  .sp-bottom-nav {
    display: block;
    background: #fff;
    padding: 8px 0;
    border-top: 1px solid #eee;
  }
  .sp-bottom-nav ul {
    display: flex;
    justify-content: space-around;
    align-items: end;
    list-style: none;
    padding: 0;
    margin: 0;
  }
  .sp-bottom-nav ul li {
    flex: 1;
    text-align: center;
    position: relative;
  }
  .sp-bottom-nav ul li:nth-child(4) img {
    width: 20px;
  }
  .sp-bottom-nav ul li:not(:last-child)::after {
    content: "";
    position: absolute;
    right: 0;
    top: 20%;
    width: 1px;
    height: 60%;
    background-color: #ccc;
  }
  .sp-bottom-nav ul li a {
    text-decoration: none;
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .sp-bottom-nav ul li a img {
    height: 24px;
    width: auto;
  }
  .sp-bottom-nav ul li a span {
    font-size: 10px;
    color: #007c3f;
    line-height: 1.2;
    min-height: 2em;
    display: flex;
    align-items: flex-end;
    justify-content: center;
    width: 100%;
  }
}

.fixed-btns-ai {
  position: fixed;
  bottom: 0;
  right: 90px;
  width: 20%;
  display: flex;
  z-index: 999;
}
@media screen and (max-width: 766px) {
  .fixed-btns-ai {
    width: 50%;
    bottom: 60px;
    right: 0;
  }
}
.fixed-btns-ai button {
  width: 100%;
  transition: all 0.5s;
}
.fixed-btns-ai button:hover {
  opacity: 0.7;
}

.modal-overlay {
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.6);
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 10000;
  opacity: 0;
  visibility: hidden;
  transition: 0.3s;
}
.modal-overlay.is-open {
  opacity: 1;
  visibility: visible;
}

.modal-content {
  background: #fff;
  width: 90%;
  max-width: 400px;
  height: auto;
  padding: 40px 20px;
  position: relative;
  border-radius: 8px;
  text-align: center;
  overflow: visible;
  line-height: 1.8;
  letter-spacing: 0.1rem;
}
@media screen and (max-width: 766px) {
  .modal-content {
    height: auto;
    padding: 30px 15px;
  }
}
.modal-content .modal-close {
  position: absolute;
  width: 50px;
  top: -15px;
  right: -15px;
  border: none;
  background: none;
  cursor: pointer;
  z-index: 300;
}
.modal-content .modal-title {
  font-size: 24px;
  font-weight: bold;
  display: inline-block;
  width: 100%;
  border-bottom: 2px solid #7daf5b;
  margin-bottom: 10px;
  color: #7daf5b;
}
.modal-content .modal-subtitle {
  font-size: 16px;
  margin-bottom: 30px;
  color: #666;
}

.modal-button-list {
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.modal-button-list .modal-btn-row {
  display: flex;
  align-items: center;
  padding: 15px;
  background-color: #7daf5b;
  border: 1px solid #ddd;
  border-radius: 5px;
  text-decoration: none;
  color: #333;
  transition: 0.2s;
  position: relative;
}
.modal-button-list .modal-btn-row a {
  color: #fff;
  display: flex;
  align-items: center;
}
.modal-button-list .modal-btn-row:hover {
  opacity: 0.7;
}
.modal-button-list .modal-btn-row .btn-icon {
  width: 30px;
  margin-right: 15px;
}
.modal-button-list .modal-btn-row .btn-text {
  flex: 1;
  text-align: left;
  font-weight: bold;
}
.modal-button-list .modal-btn-row .btn-arrow {
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
  width: 20px;
}
.modal-button-list .modal-btn-row img {
  width: 100%;
  height: auto;
  display: block;
}

.tel-row a img {
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
  width: 20px;
}

header {
  height: 100px;
}
@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;
    height: 52px;
  }
}
@media screen and (max-width: 766px) {
  header {
    position: fixed;
    top: 0;
    width: 100%;
    height: 52px;
    left: 0;
    right: 0;
    z-index: 100;
    background-color: #fff;
  }
}

.header-inner {
  padding: 0px;
  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;
  width: 100%;
  position: relative;
}
@media (min-width: 767px) and (max-width:1024px) {
  .header-left {
    width: 150px;
    padding-top: 5px;
  }
}
@media screen and (max-width: 766px) {
  .header-left {
    width: 150px;
    padding-top: 5px;
  }
}
.header-left .header-logo {
  width: 300px;
  min-width: 65px;
  background-color: #fff;
  padding: 15px 30px;
  position: absolute;
  border-radius: 0 0 20px 0;
  z-index: 5;
}
.header-left .header-company {
  margin-left: 18%;
  margin-top: 35px;
  font-size: clamp(16px, 1vw + 10px, 20px);
  color: #7daf5b;
  width: auto;
  font-family: "fot-tsukuardgothic-std", sans-serif;
  font-weight: 700;
}

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

.green-btn {
  background-color: #00594f;
  transition: all 0.6s;
  height: 100%;
  padding: 30px 0;
  display: flex;
  align-items: center;
  width: 210px;
}
.green-btn:hover {
  opacity: 0.7;
}
.green-btn a {
  width: 100%;
  height: 100%;
  color: #fff;
  display: inline-block;
}
.green-btn a img {
  width: 35px;
  vertical-align: middle;
  margin-right: 10px;
}

.header-recruit-btn {
  transition: all 0.6s;
  background: linear-gradient(90deg, #8cc11f 0%, #007c3f 100%);
  padding: 30px 0;
  width: 210px;
  text-align: center;
}
.header-recruit-btn:hover {
  opacity: 0.7;
}
.header-recruit-btn a {
  width: 100%;
  height: 100%;
  color: #fff;
  display: inline-block;
  display: flex;
  justify-content: center;
  align-items: center;
}
.header-recruit-btn a img {
  width: 35px;
  vertical-align: middle;
  margin-right: 10px;
}

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

.header-parking a {
  display: flex;
  align-items: center;
  transition: all 0.6s;
}
.header-parking a:hover {
  opacity: 0.7;
}
.header-parking a p {
  color: #00594f;
  letter-spacing: 0.2rem;
  font-weight: 700;
  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: linear-gradient(180deg, #8cc11f 0%, #2d4b4a 100%);
  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: #2d4b4a;
  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;
}
@media screen and (max-width: 766px) {
  .drawer-content {
    padding-bottom: 100px;
  }
}
.drawer-content {
  /* ★クリックされた時（表示） */
}
.drawer-content.is-active {
  opacity: 1;
  visibility: visible;
}
.drawer-content .drawer-nav li {
  border-bottom: 1px solid #00594f;
}
.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: #00594f;
  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 #7daf5b;
  border-right: 1px solid #7daf5b;
  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 {
  overflow: hidden;
}

.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: 33.3333333333%;
  padding: 80px 0;
  text-align: center;
  background: #00594f;
  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: #222222;
  display: inline-block;
  border-radius: 20px;
  font-family: "fot-tsukuardgothic-std", sans-serif;
  font-weight: 400;
  padding: 5px 20px;
  letter-spacing: 0.1rem;
}

.contact-line {
  width: 33.3333333333%;
  padding: 80px 0;
  text-align: center;
  background: linear-gradient(90deg, #8cc11f 0%, #007c3f 100%);
  transition: all 0.7s;
}
.contact-line:hover {
  opacity: 0.7;
}
.contact-line:hover .contact-icon {
  scale: 1.2;
}
.contact-line:hover .footer-contact-btn img {
  scale: 1.5;
}
@media (min-width: 767px) and (max-width:1024px) {
  .contact-line {
    padding: 60px 0;
  }
}
@media screen and (max-width: 766px) {
  .contact-line {
    width: 100%;
    display: block;
    padding: 40px 0;
  }
}
.contact-line .contact-icon {
  width: 40px;
  margin: 0 auto;
  transition: all 0.7s;
}
.contact-line .footer-contact-label {
  background-color: #fff;
  color: #222222;
  display: inline-block;
  font-family: "fot-tsukuardgothic-std", sans-serif;
  font-weight: 400;
  border-radius: 20px;
  padding: 5px 20px;
  letter-spacing: 0.1rem;
}

.contact-tel {
  width: 33.3333333333%;
  padding: 80px 0;
  background-color: #7daf5b;
  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: #222222;
  display: inline-block;
  font-family: "fot-tsukuardgothic-std", sans-serif;
  font-weight: 400;
  padding: 5px 30px;
  border-radius: 20px;
  letter-spacing: 0.1rem;
}

.banner-area {
  padding: 80px 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;
}

.clinic-access-row {
  padding-top: 30px;
  position: relative;
  z-index: 1;
  font-weight: 400;
}
.clinic-access-row.is-border::after {
  width: 100%;
  height: 1px;
  top: 11px;
  right: 0;
  z-index: 0;
  background-color: #444444;
  content: "";
  position: absolute;
}

.clinic-access-label {
  color: #444444;
  letter-spacing: 0.2rem;
  position: relative;
  font-size: 22px;
  display: inline-block;
  z-index: 3;
  padding-bottom: 10px;
  background-color: #f6f7f7;
  padding-right: 40px;
}
.clinic-access-label span {
  color: #00594f;
}

.clinic-tel-display a {
  color: #7daf5b;
  font-size: 24px;
  letter-spacing: 0.1rem;
}

.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: "fot-tsukuardgothic-std", sans-serif;
  padding-bottom: 30px;
}

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

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

.map-btn {
  margin-top: 10px;
  width: 300px;
  height: 45px;
  margin-left: auto;
  border: 1px solid #222222;
  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: #222222;
  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;
  padding: 20px 0 0 0;
  font-family: "fot-tsukuardgothic-std", sans-serif;
  font-weight: 400;
}
@media (min-width: 767px) and (max-width:1024px) {
  .footer-footer {
    padding: 20px 0;
  }
}
@media screen and (max-width: 766px) {
  .footer-footer {
    padding: 20px 0;
  }
}

.banner-footer-bottom .banner-area {
  padding: 20px 0;
}
@media screen and (max-width: 766px) {
  .banner-footer-bottom .banner-area {
    padding: 10px 0 140px 0;
  }
}
@media (min-width: 767px) and (max-width:1024px) {
  .banner-footer-bottom .banner-area {
    padding: 10px 0 80px 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: 40%;
  }
}

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

.FV-logo {
  width: 35%;
  position: absolute;
  left: 3%;
  bottom: 3%;
  z-index: 20;
}
@media (min-width: 767px) and (max-width:1024px) {
  .FV-logo {
    width: 50%;
  }
}
@media screen and (max-width: 766px) {
  .FV-logo {
    width: 70%;
  }
}

.fv-wrap {
  display: flex;
  height: 100%;
}
.fv-swiper {
  width: 100%;
  height: 100%;
  position: relative;
}
.fv-swiper.swiper-fade .swiper-slide {
  transition-property: opacity;
  transition-timing-function: cubic-bezier(0.45, 0.05, 0.55, 0.95);
}
.fv-swiper .FV-main {
  width: 100%;
  height: 100%;
}
.fv-swiper .fv-pair {
  position: relative;
  display: flex;
  height: 100%;
  width: 100%;
}
@media screen and (max-width: 766px) {
  .fv-swiper .fv-pair {
    flex-direction: column;
  }
}
.fv-swiper .fv-item {
  position: relative;
  flex: 1 1 50%;
  height: 100%;
  overflow: hidden;
}
.fv-swiper .fv-item img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
  backface-visibility: hidden;
  transform: translateZ(0);
}
@media screen and (max-width: 766px) {
  .fv-swiper .fv-item {
    flex-basis: auto;
    width: 100%;
    height: 50%;
  }
}
.fv-swiper .swiper-slide {
  overflow: hidden;
}
.fv-swiper .swiper-slide-active img, .fv-swiper .swiper-slide-duplicate-active img {
  animation: fvZoom 14s cubic-bezier(0.33, 1, 0.68, 1) forwards;
}
.fv-swiper .fv-copy-overlay {
  position: absolute;
  left: 5%; /* 左側35%エリアに寄せたい場合 */
  bottom: 10%;
  z-index: 10;
}
@media screen and (max-width: 766px) {
  .fv-swiper .fv-copy-overlay {
    bottom: 15%;
  }
}
.fv-swiper .fv-copy-text {
  /* 丸ゴシックでやわらかい印象に */
  font-family: "Hiragino Maru Gothic ProN", "Hiragino Maru Gothic Pro", "Yu Gothic", "YuGothic", "Meiryo", "Noto Sans JP", system-ui, -apple-system, "Segoe UI", sans-serif;
  font-size: 2.5rem;
  line-height: 1.8;
  color: #00594f;
  /* 背景に例のrgba(緑)を薄く敷くと「あたたかい」感じに */
  text-shadow: 1px 0 0 rgba(255, 255, 255, 0.95), -1px 0 0 rgba(255, 255, 255, 0.95), 0 1px 0 rgba(255, 255, 255, 0.95), 0 -1px 0 rgba(255, 255, 255, 0.95), 1px 1px 0 rgba(255, 255, 255, 0.9), -1px 1px 0 rgba(255, 255, 255, 0.9), 1px -1px 0 rgba(255, 255, 255, 0.9), -1px -1px 0 rgba(255, 255, 255, 0.9), 0 0 32px rgba(255, 255, 255, 0.9), 0 0 44px rgba(255, 255, 255, 0.8), 0 2px 10px rgba(0, 0, 0, 0.35), 0 8px 24px rgba(0, 0, 0, 0.22);
  /* 文字の一部にロゴの緑を入れたい場合は、ACFで<span>タグを許可して色付けするのもアリ */
}
@media screen and (max-width: 766px) {
  .fv-swiper .fv-copy-text {
    font-size: 28px;
  }
}

@keyframes fvZoom {
  0% {
    transform: scale(1) translateZ(0);
  }
  100% {
    transform: scale(1.04) translateZ(0);
  }
}
.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;
  top: 0;
  z-index: 100;
  background-color: #fff;
}
.front-nav.is-fixed {
  position: fixed;
  top: 0;
  left: 0;
  width: calc(100% - 90px);
  z-index: 309;
  padding: 10px 60px;
  background-color: rgba(255, 255, 255, 0.95);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}
@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:not(:last-child)::after {
  width: 1px;
  height: 100%;
  background-color: #898989;
  opacity: 0.5;
  content: "";
  position: absolute;
  right: 0;
  top: 0;
}
.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 30px; /* 上下左右をたっぷり広く */
  background-color: #00594f;
  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: #00594f;
}
.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: #222222;
  font-weight: 400;
  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 .nav-icon--empty {
  display: block;
  margin: 0 auto;
}
.front-nav ul li a .nav-title {
  display: block;
}
.front-nav ul li a span {
  display: block;
  color: #7daf5b;
  font-size: 14px;
  padding-top: 10px;
}
.front-nav ul li a .bottom-arrow {
  width: 15px;
  display: block;
  margin: 5px auto;
}

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

.info-inner {
  display: flex;
  align-items: flex-start;
  gap: 6%;
}
@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;
  position: relative;
}
@media (min-width: 767px) and (max-width:1024px) {
  .news {
    width: 100%;
    max-width: 1000px;
    margin-bottom: 80px;
  }
}
@media screen and (max-width: 766px) {
  .news {
    width: 100%;
    padding-bottom: 80px;
  }
}

.small-title {
  font-size: 34px;
  position: absolute;
  color: #00594f;
  font-weight: 700;
  letter-spacing: 0.1rem;
  font-family: "fot-tsukuardgothic-std", sans-serif;
  display: flex;
  align-items: center;
  gap: 10px;
  left: 50px;
  top: -25px;
}
@media screen and (max-width: 766px) {
  .small-title {
    font-size: 22px;
    top: -10px;
  }
}
.small-title img {
  width: 60px;
  margin-right: 20px;
  vertical-align: middle;
}
@media screen and (max-width: 766px) {
  .small-title img {
    width: 30px;
  }
}
.small-title span {
  font-size: 18px;
  padding: 5px 20px;
  background-color: #00594f;
  color: #fff;
  position: relative;
}
@media screen and (max-width: 766px) {
  .small-title span {
    font-size: 14px;
  }
}

.column-title span {
  background: linear-gradient(90deg, #8cc11f 0%, #007c3f 100%);
}
.column-title {
  top: -47px;
}
@media (min-width: 767px) and (max-width:1024px) {
  .column-title {
    top: -20px;
  }
}
@media screen and (max-width: 766px) {
  .column-title {
    top: -15px;
  }
}

.news-box {
  background-color: #f6f7f7;
  padding: 30px 50px 30px 50px;
  border-radius: 20px;
  margin-top: -20px;
}
@media screen and (max-width: 766px) {
  .news-box {
    padding: 10px 20px 20px 20px;
    border-radius: 10px;
  }
}

.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: #222222;
  padding: 15px 0;
  border-bottom: 1px solid #222222;
  font-family: "Yu Gothic Medium", "Yu Gothic", "YuGothic", sans-serif;
}
@media (min-width: 767px) and (max-width:1024px) {
  .news-item {
    display: block;
  }
}
@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: 100%;
  padding-top: 80px;
  padding-bottom: 80px;
  background-color: #f6f7f7;
  font-family: "fot-tsukuardgothic-std", sans-serif;
  font-weight: 700;
}
@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-wrap {
  display: flex;
  padding-top: 60px;
}
@media (min-width: 767px) and (max-width:1024px) {
  .clinic-wrap {
    display: block;
  }
}
@media screen and (max-width: 766px) {
  .clinic-wrap {
    display: block;
    padding-top: 30px;
  }
}

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

.clinic-left {
  width: 552px;
}
@media (min-width: 767px) and (max-width:1024px) {
  .clinic-left {
    width: 100%;
  }
}
@media screen and (max-width: 766px) {
  .clinic-left {
    width: 100%;
  }
}

.clinic-logo {
  width: 60%;
  margin: 30px auto;
}
@media (min-width: 767px) and (max-width:1024px) {
  .clinic-logo {
    width: 40%;
  }
}

.clinic-box {
  padding: 0 0 30px 0;
  position: relative;
}
.clinic-box p {
  text-align: right;
  font-size: 14px;
  font-weight: 400;
  font-family: "fot-tsukuardgothic-std", sans-serif;
}
.clinic-box p .is-caption {
  margin-left: 40px;
}
.clinic-box p .is-green {
  color: #7daf5b;
}

.time-table-wrap {
  width: 100%;
  max-width: 750px;
}
@media (min-width: 767px) and (max-width:1024px) {
  .time-table-wrap {
    max-width: 100%;
  }
}

.office-hour__table {
  width: 100%;
  border-collapse: separate;
  border-spacing: 0;
  font-size: 16px;
  overflow: hidden;
  margin: 20px 0;
  table-layout: fixed;
  font-family: "fot-tsukuardgothic-std", sans-serif;
}
@media screen and (max-width: 766px) {
  .office-hour__table {
    font-size: 14px;
  }
}
.office-hour__table .is-caution {
  color: #7daf5b;
}
.office-hour__table th, .office-hour__table td {
  padding: 15px 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 {
  color: #fff;
}
.office-hour__table tr:first-child th, .office-hour__table tr:first-child td {
  color: #fff !important;
  font-weight: 400;
  color: #222222;
  background-color: #00594f;
}
.office-hour__table th {
  font-weight: 700;
  width: 115px;
  text-align: left;
}
@media screen and (max-width: 766px) {
  .office-hour__table th {
    width: 105px;
  }
}
.office-hour__table td {
  font-size: 18px;
  color: #00594f;
}
@media screen and (max-width: 766px) {
  .office-hour__table td {
    font-size: 14px;
  }
}
.office-hour__table td.is-none {
  color: #222222;
}

.office-hour__table td.is-triangle {
  color: #7daf5b; /* お好みの色（例：赤）に変えてください */
  font-weight: bold; /* 少し目立たせる場合 */
}

.clinic-text {
  padding: 20px;
  background-color: #fff;
  line-height: 2;
  letter-spacing: 0.1rem;
  border-radius: 15px;
  font-weight: 400;
}
.clinic-text span {
  color: #7DAF5B;
}

.clinic-right {
  width: calc(100% - 600px);
  margin-left: auto;
}
@media (min-width: 767px) and (max-width:1024px) {
  .clinic-right {
    width: 100%;
    padding-top: 50px;
  }
}
@media screen and (max-width: 766px) {
  .clinic-right {
    width: 100%;
    padding-top: 30px;
  }
}

.clinic-map {
  position: relative;
  width: 100%;
  aspect-ratio: 10/7;
  border-radius: 30px 0 0 30px;
  overflow: hidden;
}
.clinic-map iframe {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}

.clinic-btns {
  display: flex;
  gap: 30px;
  padding-top: 40px;
}
@media screen and (max-width: 766px) {
  .clinic-btns {
    display: block;
    margin: 0 auto;
  }
}

.clinic-map-btn {
  width: 300px;
  height: 60px;
  background-color: #fff;
  border: solid 1px #000;
  margin-left: auto;
  margin-top: 40px;
  transition: all 0.5s;
}
.clinic-map-btn:hover {
  opacity: 0.7;
}
@media screen and (max-width: 766px) {
  .clinic-map-btn {
    margin-right: auto;
  }
}
.clinic-map-btn a {
  display: inline-block;
  text-align: center;
  width: 100%;
  height: 100%;
  position: relative;
  color: #000;
  font-size: 18px;
  padding-top: 20px;
  letter-spacing: 0.2rem;
}
.clinic-map-btn a img {
  width: 20px;
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
}

.r-clinic-btn,
.d-clinic-btn {
  width: calc((100% - 30px) / 2);
  height: 60px;
  transition: all 0.5s;
}
.r-clinic-btn:hover,
.d-clinic-btn:hover {
  opacity: 0.7;
}
.r-clinic-btn a,
.d-clinic-btn a {
  display: inline-block;
  color: #fff;
  letter-spacing: 0.2rem;
  position: relative;
  width: 100%;
  height: 100%;
  padding-top: 20px;
  padding-left: 20px;
}
.r-clinic-btn a img,
.d-clinic-btn a img {
  width: 20px;
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
}
@media screen and (max-width: 766px) {
  .r-clinic-btn,
  .d-clinic-btn {
    width: 260px;
    margin: 0 auto;
  }
}

.r-clinic-btn {
  background: linear-gradient(90deg, #8cc11f 0%, #007c3f 100%);
}
@media screen and (max-width: 766px) {
  .r-clinic-btn {
    margin-bottom: 10px;
  }
}

.d-clinic-btn {
  background-color: #00594f;
}

.about {
  padding-top: 120px;
  padding-bottom: 100px;
  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: 0px;
    padding-bottom: 0px;
    padding-left: 20px;
    padding-right: 20px;
  }
}

@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%;
  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;
  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-intro-text {
  line-height: 1.8;
  letter-spacing: 0.1rem;
  padding-top: 40px;
  padding-bottom: 40px;
}

.diabetic-card-container {
  background: url(../img/scan-bbg.png) no-repeat center center/cover;
  padding: 90px 0;
  align-items: stretch;
}
@media (min-width: 767px) and (max-width:1024px) {
  .diabetic-card-container {
    display: block;
  }
}
@media screen and (max-width: 766px) {
  .diabetic-card-container {
    display: block;
    padding: 40px 20px;
  }
}

.diabetic-inner {
  display: flex;
  max-width: 1500px;
  margin: 0 auto;
  gap: 40px;
}
@media screen and (max-width: 766px) {
  .diabetic-inner {
    display: block;
  }
}

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

.diabetic-card {
  width: calc((100% - 80px) / 3);
  background-color: #fff;
  border-radius: 30px 0 0 0;
  padding-bottom: 60px;
  position: relative;
}
@media (min-width: 767px) and (max-width:1024px) {
  .diabetic-card {
    width: 100%;
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 766px) {
  .diabetic-card {
    width: 100%;
    margin-bottom: 20px;
  }
}

.card-head {
  display: flex;
  color: #fff;
  justify-content: space-between;
  align-items: center;
  padding: 10px 20px 10px 30px;
  border-radius: 30px 0 0 0;
  background: linear-gradient(90deg, #8cc11f 0%, #007c3f 100%);
}

.card-num {
  font-family: "fot-tsukuardgothic-std", sans-serif;
  font-size: 24px;
}

.card-main-img {
  width: 100%;
}
.card-main-img img {
  aspect-ratio: 10/4;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.card-info-row {
  display: flex;
  font-weight: 700;
  gap: 20px;
  background-color: #fff;
  padding: 20px;
}
.card-info-row .info-icon {
  width: 30px;
  height: auto;
  padding-bottom: 20px;
}
@media screen and (max-width: 766px) {
  .card-info-row .info-icon {
    width: 20px;
  }
}
.card-info-row .info-icon img {
  -o-object-fit: contain;
     object-fit: contain;
}
.card-info-row .info-txt {
  width: calc(100% - 50px);
  letter-spacing: 0.1rem;
  font-size: 20px;
  display: flex;
  align-items: center;
  padding-bottom: 20px;
  border-bottom: 2px solid #7daf5b;
}
@media screen and (max-width: 766px) {
  .card-info-row .info-txt {
    width: calc(100% - 30px);
    font-size: 18px;
    display: block;
    padding-bottom: 10px;
  }
}
.card-info-row .note {
  font-size: 14px;
  display: block;
}
@media screen and (max-width: 766px) {
  .card-info-row .note {
    padding-top: 10px;
  }
}

.card-check-list {
  background-color: #fff;
  line-height: 2;
  letter-spacing: 0.1rem;
  padding: 0 40px 20px 70px;
}
@media screen and (max-width: 766px) {
  .card-check-list {
    padding: 0 20px 20px 40px;
  }
}

.card-link-btn {
  text-align: right;
  position: absolute;
  right: 0;
  bottom: 30px;
}
.card-link-btn a {
  display: inline-block;
  padding-right: 10px;
  color: #7daf5b;
  padding-bottom: 10px;
  position: relative;
  transition: all 0.5s;
}
.card-link-btn a::after {
  width: 100%;
  height: 1px;
  background: #7daf5b;
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  transition: transform 0.3s ease;
}
.card-link-btn a img {
  width: 20px;
  margin-left: 20px;
  transition: transform 0.3s ease;
}
.card-link-btn a:hover {
  opacity: 0.7;
}
.card-link-btn a:hover::after {
  transform: scaleX(0.8);
  transform-origin: left top;
}
.card-link-btn a:hover img {
  transform: translateX(5px);
}

.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: "fot-tsukuardgothic-std", sans-serif;
  letter-spacing: 0.1rem;
  line-height: 1.8;
}

.diabetic-title {
  font-size: 34px;
  color: #00594f;
  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: #00594f;
}

.diabetic-nav {
  margin-top: 40px;
  position: relative;
}
.diabetic-nav::before {
  content: "";
  position: absolute;
  width: calc(100% - 40px);
  height: 1px;
  background-color: #00594f;
  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 #00594f;
}
.diabetic-nav li a {
  color: #222222;
  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;
  }
}

.medical {
  padding-top: 140px;
  padding-bottom: 100px;
  position: relative;
  overflow: hidden;
}
@media (min-width: 767px) and (max-width:1024px) {
  .medical {
    padding-top: 100px;
    padding-bottom: 80px;
  }
}
@media screen and (max-width: 766px) {
  .medical {
    padding-top: 60px;
    padding-bottom: 40px;
  }
}

.medical-text {
  text-align: left;
  padding-top: 60px;
  padding-bottom: 60px;
  font-weight: 400;
  font-family: "fot-tsukuardgothic-std", sans-serif;
  letter-spacing: 0.1rem;
  line-height: 1.8;
}
@media screen and (max-width: 766px) {
  .medical-text {
    padding-top: 30px;
    padding-bottom: 30px;
  }
}

.medical-nav-wrap {
  display: flex;
  flex-wrap: wrap;
}
.medical-nav-wrap li {
  width: 33.3333333333%;
  font-weight: 500;
  line-height: 1.2;
  background-color: #fff;
  transition: all 0.5s;
  padding: 40px;
  height: 270px;
}
.medical-nav-wrap li:first-child .icon {
  width: 40px;
}
.medical-nav-wrap li .item-inner {
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
}
.medical-nav-wrap li h3 {
  font-size: 32px;
  color: #fff;
  font-family: "fot-tsukuardgothic-std", sans-serif;
  padding: 20px 0 0 0;
}
@media (min-width: 767px) and (max-width:1024px) {
  .medical-nav-wrap li h3 {
    font-size: 28px;
  }
}
@media screen and (max-width: 766px) {
  .medical-nav-wrap li h3 {
    font-size: 22px;
    letter-spacing: 0.05rem;
  }
}
.medical-nav-wrap li .note {
  background-color: #fff;
  font-size: 16px;
  letter-spacing: 0.1rem;
  border-radius: 30px;
  padding: 3px 10px;
  display: inline-block;
}
@media screen and (max-width: 766px) {
  .medical-nav-wrap li .note {
    font-size: 14px;
  }
}
.medical-nav-wrap li .icon {
  width: 50px;
  margin: 0 auto;
}
.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: 33.3333333333%;
    padding: 40px 10px;
  }
}
@media screen and (max-width: 766px) {
  .medical-nav-wrap li {
    width: 50%;
    height: 184px;
    padding: 30px 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: "fot-tsukuardgothic-std", 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: flex;
  flex: 1;
  align-items: center;
  justify-content: center;
  height: 100%;
  text-align: center;
  font-size: 22px;
  color: #222222;
  letter-spacing: 0.4rem;
}
.medical-nav-wrap li a .item-inner {
  width: 100%;
}

.medical-en-text {
  color: #00594f;
  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;
  position: relative;
  overflow: hidden;
}
@media screen and (max-width: 766px) {
  .feature {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}

.feature-bg--1,
.feature-bg--2 {
  position: absolute;
  width: 50%;
  z-index: -1;
}

.feature-bg--1 {
  left: -60px;
  bottom: 30%;
}

.feature-bg--2 {
  right: -60px;
  top: 15%;
}

.feature-text {
  padding-top: 40px;
  padding-bottom: 100px;
  line-height: 1.8;
  letter-spacing: 0.1rem;
}
@media (min-width: 767px) and (max-width:1024px) {
  .feature-text {
    padding-bottom: 60px;
  }
}
@media screen and (max-width: 766px) {
  .feature-text {
    padding-bottom: 40px;
    padding-top: 20px;
  }
}

.feature-wrap {
  padding-top: 60px;
}
@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: 20px;
  }
}

.feature-content {
  width: calc(50% + 60px);
  margin-right: -90px;
  padding: 50px 90px 120px 50px;
  background-color: #f6f7f7;
  position: relative;
  border-radius: 10px;
}
@media (min-width: 767px) and (max-width:1024px) {
  .feature-content {
    padding: 50px 30px 120px 30px;
  }
}
@media screen and (max-width: 766px) {
  .feature-content {
    width: 100%;
    padding: 40px 20px 100px 20px;
    position: static;
  }
}
.feature-content p {
  font-weight: 400;
  padding-top: 30px;
  line-height: 1.8;
  font-family: "fot-tsukuardgothic-std", sans-serif;
  letter-spacing: 0.1rem;
}
@media screen and (max-width: 766px) {
  .feature-content p {
    padding-top: 20px;
  }
}

.feature-row {
  gap: 60px;
  margin-bottom: 140px;
  position: relative;
  z-index: 10;
}
@media (min-width: 767px) and (max-width:1024px) {
  .feature-row {
    gap: 30px;
  }
}
@media screen and (max-width: 766px) {
  .feature-row {
    margin-bottom: 60px;
  }
}
.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 img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 20px;
}
@media screen and (max-width: 766px) {
  .feature-row .feature-img img {
    padding-left: 0;
  }
}
.feature-row:nth-child(4)::after {
  position: absolute;
  width: 400px;
  height: 400px;
  right: -90px;
  top: -140px;
  z-index: -1;
  content: "";
  background: linear-gradient(90deg, #8cc11f 0%, #007c3f 100%);
  height: 100%;
  z-index: -1;
}
@media screen and (max-width: 766px) {
  .feature-row:nth-child(4)::after {
    display: none;
  }
}
.feature-row:nth-child(6)::after {
  position: absolute;
  width: 250px;
  height: 250px;
  right: -60px;
  top: -250px;
  z-index: -1;
  content: "";
  background: #cce0bf;
  height: 100%;
  z-index: -1;
}
@media screen and (max-width: 766px) {
  .feature-row:nth-child(6)::after {
    display: none;
  }
}
.feature-row:nth-child(7)::after {
  position: absolute;
  width: 400px;
  height: 400px;
  left: -90px;
  top: -140px;
  z-index: -1;
  content: "";
  background: linear-gradient(90deg, #8cc11f 0%, #007c3f 100%);
  height: 100%;
  z-index: -1;
}
@media screen and (max-width: 766px) {
  .feature-row:nth-child(7)::after {
    display: none;
  }
}
.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;
}
.feature-row:nth-child(even) .feature-content {
  margin-right: 0;
  margin-left: -90px;
  padding-left: 90px;
}
@media (min-width: 767px) and (max-width:1024px) {
  .feature-row:nth-child(even) .feature-content {
    margin-left: -40px;
    padding-left: 40px;
  }
}
@media screen and (max-width: 766px) {
  .feature-row:nth-child(even) .feature-content {
    margin-left: 0;
    padding-left: 20px;
  }
}
.feature-row:nth-child(even) .feature-content .feature-number-wrap {
  left: 80px;
}
@media screen and (max-width: 766px) {
  .feature-row:nth-child(even) .feature-content .feature-number-wrap {
    left: 0px;
  }
}
.feature-row:nth-child(even) .feature-content .feature-more-btn img {
  margin-right: 20px;
}
@media screen and (max-width: 766px) {
  .feature-row:nth-child(even) {
    display: block;
  }
}
.feature-row:nth-child(2)::after {
  position: absolute;
  width: 300px;
  left: -90px;
  top: -300px;
  content: "";
  background: linear-gradient(180deg, #8cc11f 0%, #007c3f 100%);
  height: 300px;
  z-index: -1;
}
@media screen and (max-width: 766px) {
  .feature-row:nth-child(2)::after {
    display: none;
  }
}

.feature-number-wrap {
  position: absolute;
  left: -20px;
  top: -70px;
}
@media screen and (max-width: 766px) {
  .feature-number-wrap {
    left: 0;
    top: -40px;
  }
}

.feature-number {
  font-size: 90px;
  font-weight: 700;
  font-family: "fot-tsukuardgothic-std", sans-serif;
  color: #00594f;
}
@media (min-width: 767px) and (max-width:1024px) {
  .feature-number {
    font-size: 80px;
  }
}
@media screen and (max-width: 766px) {
  .feature-number {
    font-size: 50px;
    top: -40px;
  }
}

.feature-feature {
  text-align: center;
  font-weight: 700;
  font-family: "fot-tsukuardgothic-std", sans-serif;
  color: #00594f;
  font-size: 18px;
}

.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 {
  font-family: "fot-tsukuardgothic-std", sans-serif;
  width: calc(100% - 30px);
  font-size: 26px;
  line-height: 1.6;
  color: #00594f;
  font-weight: 700;
}
@media screen and (max-width: 766px) {
  .feature-content-title h3 {
    font-size: 18px;
  }
}

.feature-more-btn {
  margin-top: 30px;
  text-align: right;
  position: absolute;
  bottom: 40px;
  right: 0px;
}
@media screen and (max-width: 766px) {
  .feature-more-btn {
    width: 100%;
    text-align: left;
  }
}
.feature-more-btn a {
  color: #7daf5b;
  font-weight: 700;
  transition: all 0.5s ease;
  position: relative;
  font-family: "fot-tsukuardgothic-std", sans-serif;
  font-size: 20px;
  letter-spacing: 0.1rem;
  padding-bottom: 20px;
  text-decoration: none;
  display: inline-block;
}
@media screen and (max-width: 766px) {
  .feature-more-btn a {
    font-size: 16px;
    width: 100%;
    padding-left: 20px;
    padding-bottom: 10px;
  }
}
.feature-more-btn a::after {
  content: "";
  position: absolute;
  height: 1px;
  width: calc(100% + 90px);
  bottom: 0;
  right: 0;
  background-color: #7daf5b;
  transition: all 0.5s ease;
  transform-origin: right center;
}
@media screen and (max-width: 766px) {
  .feature-more-btn a::after {
    width: 100%;
  }
}
.feature-more-btn a img {
  width: 30px;
  vertical-align: middle;
  margin-left: 15px;
  margin-right: 90px;
  display: inline-block;
  transition: all 0.5s ease;
  content: url(../img/r-green-arrow.png);
}
@media screen and (max-width: 766px) {
  .feature-more-btn a img {
    margin-right: 20px;
  }
}
.feature-more-btn a:hover {
  opacity: 0.8;
}
.feature-more-btn a:hover::after {
  width: calc(100% + 70px);
  background-color: #7daf5b;
}
.feature-more-btn a:hover img {
  transform: translateX(15px);
}
@media screen and (max-width: 766px) {
  .feature-more-btn a:hover img {
    transform: translateX(10px);
  }
}

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

.greeting-en {
  font-size: 80px;
  font-weight: 700;
  position: absolute;
  z-index: 10;
  top: -30px;
  left: 50%;
  transform: translateX(-50%);
  font-family: "fot-tsukuardgothic-std", sans-serif;
  letter-spacing: 0.1rem;
  color: #00594f;
}
.greeting-en img {
  width: 80px;
  margin-left: 30px;
}
@media screen and (max-width: 766px) {
  .greeting-en img {
    width: 30px;
    margin-left: 10px;
  }
}
@media (min-width: 767px) and (max-width:1024px) {
  .greeting-en {
    font-size: 65px;
    display: flex;
  }
}
@media screen and (max-width: 766px) {
  .greeting-en {
    font-size: 35px;
    display: flex;
    top: -10px;
  }
}

.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: #00594f;
  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: "fot-tsukuardgothic-std", sans-serif;
}
@media screen and (max-width: 766px) {
  .greeting-text {
    width: calc(100% - 42px);
  }
}

.greeting-name {
  font-weight: 400;
  font-family: "fot-tsukuardgothic-std", sans-serif;
  line-height: 1.8;
  letter-spacing: 0.1rem;
  padding-top: 30px;
  font-size: 20px;
  position: absolute;
  z-index: 30;
  bottom: -80px;
  left: 24%;
  color: #fff;
}
@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;
    padding-top: 30px;
    bottom: -70px;
    left: 28%;
  }
}

.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: 100px;
  background: linear-gradient(90deg, #8cc11f 0%, #007c3f 100%);
  z-index: -1;
}
@media screen and (max-width: 766px) {
  .greeting-img::after {
    top: 80px;
  }
}
.greeting-img img {
  border: 1px solid #898989;
  border-radius: 20px;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.greeting-img-bg {
  position: absolute;
  width: 30%;
  left: 5%;
  bottom: 60px;
  z-index: 0;
}
@media screen and (max-width: 766px) {
  .greeting-img-bg {
    width: 50%;
    bottom: 40%;
  }
}

.greeting-btn {
  margin-top: 100px;
  width: 300px;
  height: 50px;
  border-radius: 30px;
  border: 1px solid #000;
  background-color: #fff;
  position: relative;
  z-index: 3;
}
@media (min-width: 767px) and (max-width:1024px) {
  .greeting-btn {
    margin-top: 60px;
  }
}
@media screen and (max-width: 766px) {
  .greeting-btn {
    margin-top: 60px;
    width: 250px;
    margin: 40px auto;
  }
}
.greeting-btn a {
  padding-left: 20px;
  padding-top: 10px;
  display: inline-block;
  width: 100%;
  height: 100%;
  color: #000;
  font-family: "fot-tsukuardgothic-std", sans-serif;
  font-weight: 700;
  letter-spacing: 0.2rem;
}
.greeting-btn img {
  width: 20px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 20px;
}

.follow {
  padding-bottom: 140px;
  padding-top: 80px;
  background-color: #f6f7f7;
}
@media screen and (max-width: 766px) {
  .follow {
    padding-bottom: 80px;
    padding-top: 60px;
  }
}

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

.follow-list {
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
}
@media (min-width: 767px) and (max-width:1024px) {
  .follow-list {
    gap: 20px;
  }
}
@media screen and (max-width: 766px) {
  .follow-list {
    display: block;
  }
}
.follow-list li {
  width: calc((100% - 60px) / 3);
  height: 80px;
  border: 1px solid #b4b4b5;
  background-color: #eeeeee;
  position: relative;
  transition: all 0.5s;
}
.follow-list li:hover {
  opacity: 0.7;
}
@media screen and (max-width: 766px) {
  .follow-list li {
    width: 100%;
    margin-bottom: 10px;
  }
}
.follow-list li::after {
  content: url(../img/collabo-arrow.png);
  position: absolute;
  width: 30px;
  right: 16px;
  bottom: 3px;
}
.follow-list li a {
  display: inline-block;
  width: 100%;
  color: #000;
  height: 100%;
  font-size: 18px;
  padding-top: 30px;
  text-align: center;
}

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

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

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

/* id指定アンカー（#parking等）の着地点を固定ヘッダー分だけ下げる */
*[id] {
  scroll-margin-top: 160px;
}

/* id指定アンカーの着地点を固定ヘッダー分だけ下げる */
:target {
  scroll-margin-top: 160px;
}

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

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

.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: #222222;
  text-decoration: none;
  position: relative;
  display: inline-block;
  padding-left: 25px;
}
.anchor-nav-blog ul li a:hover {
  color: #00594f;
}
.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 #00594f;
  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: #00594f;
}
.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: #222222;
  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;
  font-family: "Hiragino Maru Gothic ProN", "Hiragino Maru Gothic Pro", "Yu Gothic", "YuGothic", "Meiryo", "Noto Sans JP", system-ui, -apple-system, "Segoe UI", sans-serif;
  letter-spacing: 0.2rem;
  color: #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  transform: translate(-50%, -50%);
  text-align: center;
  z-index: 4;
  line-height: 1.4;
  font-weight: 400;
}
@media screen and (max-width: 766px) {
  .page-top h1 {
    font-size: 30px;
  }
}
@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;
}
.page-news a {
  color: #222222;
  font-weight: 400;
}
.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 ul {
  list-style: disc;
  margin: 1em 0 1.5em 1.5em;
}
.page-news ul li {
  list-style-type: disc;
  margin-bottom: 0.5em;
}
.page-news ol {
  list-style: decimal;
  margin: 1em 0 1.5em 1.5em;
}
.page-news ol li {
  list-style-type: decimal;
  margin-bottom: 0.5em;
}

.page-news-item {
  display: block;
  color: #222222;
  padding: 40px 0;
  border-bottom: 2px solid #EDEDED;
}
.page-news-item h2 {
  padding: 20px 0;
  font-size: 24px;
  font-weight: 400;
  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: #7daf5b;
  /* 左を起点にして、最初は横幅を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: #00594f;
  /* クリニックのテーマカラーに合わせて変更してください */
  color: #fff;
  border-color: #00594f;
}

.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;
  color: #222222;
}
@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;
  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;
}

.blog-category {
  background-color: #00594f;
  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 #00594f;
  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: #222222;
}
.sidebar .post-list li a:hover .post-text {
  color: #00594f;
}
.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: #222222;
  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: #00594f;
  padding-left: 10px;
}

.entry-content,
.single-news,
.disease-simple-wrap {
  width: 100%;
  letter-spacing: 1px;
  line-height: 1.8;
  font-weight: 300;
  font-family: "Hiragino Maru Gothic ProN", "Hiragino Maru Gothic Pro", "Yu Gothic", "YuGothic", "Meiryo", "Noto Sans JP", system-ui, -apple-system, "Segoe UI", sans-serif;
}
.entry-content h2,
.single-news h2,
.disease-simple-wrap h2 {
  color: #000;
  font-size: 30px;
  padding: 1.2em 0;
  font-weight: 500;
  width: 100%;
  text-align: center;
  margin: 2em 0 1em;
  position: relative;
  z-index: 0;
}
.entry-content h2::before,
.single-news h2::before,
.disease-simple-wrap h2::before {
  content: "";
  /* 空のコンテンツを作る */
  position: absolute;
  display: block;
  /* 背景画像として読み込む */
  background-image: url(../img/h2-logo.png);
  background-size: contain;
  /* 枠内に画像を収める */
  background-repeat: no-repeat;
  background-position: center;
  /* ここで大きさを自由に指定 */
  width: 50px;
  /* 好きな横幅 */
  height: 50px;
  /* 好きな縦幅（画像比率に合わせて調整） */
  /* 位置調整 */
  top: -15px;
  left: 50%;
  transform: translateX(-50%);
}
@media screen and (max-width: 766px) {
  .entry-content h2::before,
  .single-news h2::before,
  .disease-simple-wrap h2::before {
    top: -20px;
  }
}
.entry-content h2::after,
.single-news h2::after,
.disease-simple-wrap h2::after {
  width: 60px;
  height: 4px;
  background-color: #7daf5b;
  content: "";
  position: absolute;
  bottom: 20px;
  left: 50%;
  transform: translateX(-50%);
}
@media screen and (max-width: 766px) {
  .entry-content h2,
  .single-news h2,
  .disease-simple-wrap h2 {
    font-size: 1.5rem;
  }
}
.entry-content h3,
.single-news h3,
.disease-simple-wrap h3 {
  font-size: 24px;
  margin: 1.5em 0 1em;
  font-weight: 500;
  padding: 8px 0 8px 40px;
  border-bottom: 1px solid #00594f;
  position: relative;
  width: 100%;
}
.entry-content h3::before,
.single-news h3::before,
.disease-simple-wrap h3::before {
  content: "";
  position: absolute;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  background: linear-gradient(90deg, #8cc11f 0%, #007c3f 100%);
}
@media screen and (max-width: 766px) {
  .entry-content h3,
  .single-news h3,
  .disease-simple-wrap h3 {
    font-size: 1.2rem;
  }
}
.entry-content h4,
.single-news h4,
.disease-simple-wrap h4 {
  font-size: 20px;
  margin: 1em 0 1em;
  font-weight: 500;
  background-color: transparent;
  padding: 10px 0;
  border-bottom: 1px solid #7daf5b;
}
@media screen and (max-width: 766px) {
  .entry-content h4,
  .single-news h4,
  .disease-simple-wrap h4 {
    font-size: 18px;
  }
}
.entry-content h5,
.single-news h5,
.disease-simple-wrap h5 {
  font-size: 18px;
  margin: 1em 0 0.8em;
  font-weight: 500;
  padding: 0 0 0 1.2em;
  position: relative;
  display: flex;
  align-items: center;
}
.entry-content h5::before,
.single-news h5::before,
.disease-simple-wrap h5::before {
  content: "";
  position: absolute;
  left: 0;
  width: 0.6em;
  height: 0.6em;
  background-color: #7daf5b;
  transform: rotate(45deg);
}
@media screen and (max-width: 766px) {
  .entry-content h5,
  .single-news h5,
  .disease-simple-wrap h5 {
    font-size: 16px;
  }
}
.entry-content p,
.single-news p,
.disease-simple-wrap p {
  line-height: 1.8;
  margin-bottom: 1.5em;
  font-family: "fot-tsukuardgothic-std", sans-serif;
  font-family: "Hiragino Maru Gothic ProN", "Hiragino Maru Gothic Pro", "Yu Gothic", "YuGothic", "Meiryo", "Noto Sans JP", system-ui, -apple-system, "Segoe UI", sans-serif;
}
.entry-content,
.single-news,
.disease-simple-wrap {
  /* リスト（箇条書き）のポッチを復活 */
}
.entry-content ul,
.single-news ul,
.disease-simple-wrap ul {
  list-style: disc;
  margin: 1em 0 1.5em 1.5em;
}
.entry-content ul li,
.single-news ul li,
.disease-simple-wrap ul li {
  list-style-type: disc;
  margin-bottom: 0.5em;
  font-family: "Hiragino Maru Gothic ProN", "Hiragino Maru Gothic Pro", "Yu Gothic", "YuGothic", "Meiryo", "Noto Sans JP", system-ui, -apple-system, "Segoe UI", sans-serif;
}
.entry-content ol,
.single-news ol,
.disease-simple-wrap ol {
  list-style: decimal;
  margin: 1em 0 1.5em 1.5em;
}
.entry-content ol li,
.single-news ol li,
.disease-simple-wrap ol li {
  font-family: "Hiragino Maru Gothic ProN", "Hiragino Maru Gothic Pro", "Yu Gothic", "YuGothic", "Meiryo", "Noto Sans JP", system-ui, -apple-system, "Segoe UI", sans-serif;
  list-style-type: decimal;
  margin-bottom: 0.5em;
}
.entry-content,
.single-news,
.disease-simple-wrap {
  /* 太字 */
}
.entry-content strong,
.entry-content b,
.single-news strong,
.single-news b,
.disease-simple-wrap strong,
.disease-simple-wrap b {
  font-weight: bold;
}
.entry-content iframe,
.single-news iframe,
.disease-simple-wrap iframe {
  width: 100% !important;
  height: auto !important;
  aspect-ratio: 10/6;
}
.entry-content,
.single-news,
.disease-simple-wrap {
  /* リンク */
}
.entry-content a,
.single-news a,
.disease-simple-wrap a {
  color: #007bff;
  text-decoration: underline;
  font-family: "Hiragino Maru Gothic ProN", "Hiragino Maru Gothic Pro", "Yu Gothic", "YuGothic", "Meiryo", "Noto Sans JP", system-ui, -apple-system, "Segoe UI", sans-serif;
}
.entry-content a:hover,
.single-news a:hover,
.disease-simple-wrap a:hover {
  text-decoration: none;
}
.entry-content,
.single-news,
.disease-simple-wrap {
  /* 画像のレスポンシブ対応 */
}
.entry-content img,
.single-news img,
.disease-simple-wrap img {
  max-width: 100%;
  height: auto;
}
.entry-content .wp-block-button__link,
.single-news .wp-block-button__link,
.disease-simple-wrap .wp-block-button__link {
  display: inline-block;
  position: relative;
  line-height: 1.5;
  width: -moz-max-content;
  width: max-content;
  font-size: 17px;
  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,
  .single-news .wp-block-button__link,
  .disease-simple-wrap .wp-block-button__link {
    font-size: 16px;
  }
}
.entry-content .wp-block-button__link::before,
.single-news .wp-block-button__link::before,
.disease-simple-wrap .wp-block-button__link::before {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  width: 32px;
  height: 32px;
  background: #7daf5b;
  border-radius: 50%;
  opacity: 0.8;
  transition: 0.4s;
  z-index: 1;
}
.entry-content .wp-block-button__link::after,
.single-news .wp-block-button__link::after,
.disease-simple-wrap .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,
.single-news .wp-block-button__link,
.disease-simple-wrap .wp-block-button__link {
  border-bottom: none;
}
.entry-content .wp-block-button__link:hover,
.single-news .wp-block-button__link:hover,
.disease-simple-wrap .wp-block-button__link:hover {
  color: #7daf5b !important;
  padding-right: 80px;
}
.entry-content .wp-block-button__link:hover::before,
.single-news .wp-block-button__link:hover::before,
.disease-simple-wrap .wp-block-button__link:hover::before {
  background: #333;
  opacity: 1;
  right: -5px;
}
.entry-content .wp-block-button__link:hover::after,
.single-news .wp-block-button__link:hover::after,
.disease-simple-wrap .wp-block-button__link:hover::after {
  right: 10px;
  width: 55px;
  border-color: #fff;
}

.wp-block-table {
  font-family: "Hiragino Maru Gothic ProN", "Hiragino Maru Gothic Pro", "Yu Gothic", "YuGothic", "Meiryo", "Noto Sans JP", system-ui, -apple-system, "Segoe UI", sans-serif;
  letter-spacing: 0.1rem;
}
.wp-block-table table thead {
  padding: 20px 0 !important;
}
.wp-block-table table thead tr {
  color: #fff;
  background-color: #7daf5b;
}
.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: #7daf5b;
}
.wp-block-table table td {
  text-align: center;
  padding: 20px 0;
}

.disease-simple-wrap {
  padding-top: 60px;
  padding-bottom: 80px;
  font-family: "Hiragino Maru Gothic ProN", "Hiragino Maru Gothic Pro", "Yu Gothic", "YuGothic", "Meiryo", "Noto Sans JP", system-ui, -apple-system, "Segoe UI", sans-serif;
}

.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: #7daf5b;
  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: "Hiragino Maru Gothic ProN", "Hiragino Maru Gothic Pro", "Yu Gothic", "YuGothic", "Meiryo", "Noto Sans JP", system-ui, -apple-system, "Segoe UI", 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;
  font-family: "Hiragino Maru Gothic ProN", "Hiragino Maru Gothic Pro", "Yu Gothic", "YuGothic", "Meiryo", "Noto Sans JP", system-ui, -apple-system, "Segoe UI", sans-serif;
}
.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;
  /* スマホ用の余白 */
}

/* 「小さめ」を選択した時 */
.wp-block-image.is-style-caption-small figcaption {
  font-size: 16px;
}

/* 「大きめ」を選択した時 */
.wp-block-image.is-style-caption-large figcaption {
  font-size: 20px;
}

/* 全幅ブロック自体の設定 */
.alignfull {
  width: 100vw !important;
  max-width: 100vw !important;
  margin-left: calc(50% - 50vw) !important;
  margin-right: calc(50% - 50vw) !important;
  /* ↓ これが重要：中身を中央に寄せるための設定 */
  display: flex;
  flex-direction: column;
  align-items: center;
}

/* 全幅ブロックの直下にある要素（中身）を制限する */
.alignfull > * {
  width: 100%;
  max-width: 1100px; /* ここをtheme.jsonのcontentSizeと合わせる */
  margin-left: auto;
  margin-right: auto;
  /* スマホで端に張り付かないように余白を作る */
  padding-left: 20px;
  padding-right: 20px;
  box-sizing: border-box;
}

/* 例外：画像ブロック自体が全幅の場合は、中身の制限を解除する */
.wp-block-image.alignfull > img {
  max-width: 100vw;
  padding: 0;
}/*# sourceMappingURL=main.css.map */