@charset "UTF-8";
body {
  font-family: "Shippori Mincho", serif;
  font-size: 16px;
  line-height: 1.6;
  font-weight: 500;
  font-style: normal;
  letter-spacing: 0;
  background: #ffffff;
  color: #333333;
}

.inner {
  width: 1194px;
  max-width: 100%;
  margin: 0 auto;
}

.pc-hidden {
  display: block;
}
@media (min-width: 1024px) {
  .pc-hidden {
    display: none;
  }
}

.sp-hidden {
  display: block;
}
@media (max-width: 767px) {
  .sp-hidden {
    display: none;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .sp-hidden {
    display: none;
  }
}

@media (min-width: 768px) and (max-width: 1023px) {
  .tb-hidden {
    display: none;
  }
}

.parts-bg-text {
  font-size: 180px;
  line-height: 1.6;
  color: #ffffff;
  opacity: 0.41;
  text-transform: uppercase;
}
@media (max-width: 767px) {
  .parts-bg-text {
    font-size: 87px;
    line-height: 1.6091954023;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .parts-bg-text {
    font-size: 87px;
    line-height: 1.6091954023;
  }
}

.parts-h2-header {
  font-size: 42px;
  line-height: 1.4285714286;
  color: #a79551;
}

.parts-h3-header {
  font-size: 28px;
  line-height: 1.8285714286;
  color: #a79551;
}

.parts-h4-header {
  font-size: 18px;
  line-height: 1.8;
}

.parts__tel {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 15px;
}

.parts__tel-icon {
  width: 48.6px;
  height: 48.6px;
}
.parts__tel-icon img {
  display: block;
}

.parts__tel-number {
  font-size: 50px;
  line-height: 2.18;
  color: #2d503f;
  text-decoration: none;
}

.parts-button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 129px;
  height: 31px;
  background: #2d503f;
  color: #ffffff;
  font-size: 16px;
  font-weight: 400;
  line-height: 2.0571428571;
  border-radius: 24px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.header {
  position: fixed;
  z-index: 100;
  top: 0;
  left: 0;
  background: #ffffff;
  width: 100%;
  height: 90px;
  z-index: 101;
}
@media (max-width: 767px) {
  .header {
    height: 60px;
  }
}

.header__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: inherit;
  max-width: 100%;
  margin-inline: auto;
  padding-inline: 20px;
  position: relative;
  width: 100%;
}
@media (min-width: 1280px) {
  .header__inner {
    width: 1280px;
    padding-inline: 0;
  }
}
@media (max-width: 767px) {
  .header__inner {
    padding-right: 20px;
    padding-left: 18px;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .header__inner {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
}

.header__logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: -3px;
}
@media (max-width: 767px) {
  .header__logo {
    gap: 15px;
    margin-left: 2px;
  }
}
.header__logo-icon {
  width: 163.15px;
}
@media (max-width: 767px) {
  .header__logo-icon {
    width: 115.13px;
    margin-left: -2px;
  }
}
.header__logo-text {
  font-size: 12px;
  text-align: center;
  font-weight: 500;
  line-height: 1.3166666667;
  font-family: "Yu Gothic", "游ゴシック体", "YuGothic", sans-serif;
  margin-top: 9px;
  color: #2d503f;
}
@media (max-width: 767px) {
  .header__logo-text {
    font-size: 11px;
    line-height: 1.2857142857;
    margin-top: 1px;
  }
}

.header__nav {
  width: 396px;
  max-width: 100%;
  margin-left: auto;
  margin-right: 9.609375%;
  line-height: 1.8;
}
@media (max-width: 767px) {
  .header__nav {
    display: none;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .header__nav {
    display: none;
  }
}
@media (min-width: 1280px) {
  .header__nav {
    width: auto;
    margin-right: 90px;
  }
}

.header__nav-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 4.21875%;
}
@media (min-width: 768px) and (max-width: 1023px) {
  .header__nav-list {
    gap: 30px;
  }
}
@media (min-width: 1024px) {
  .header__nav-list {
    gap: 40px;
  }
}

.header__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 9px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  color: #2d503f;
}
@media (max-width: 767px) {
  .header__content {
    display: none;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .header__content {
    display: none;
  }
}
@media (min-width: 1024px) {
  .header__content {
    margin-right: -12px;
  }
}
.header__content .parts__tel {
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  gap: 10px;
}
.header__content .parts__tel-icon {
  width: 37.77px;
  height: 37.77px;
}
.header__content .parts__tel-number {
  font-size: 33px;
  line-height: 1.2121212121;
  font-weight: 400;
  margin-top: -2px;
}

.header__tel-content {
  margin-top: -6px;
}

.header__content-text {
  font-size: 10px;
  margin-top: 2px;
}
@media screen and (max-width: 413px) {
  .header__content-text {
    font-size: 9px;
  }
}

.header__content-time {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  font-size: 12px;
  padding: 8px 9px 8px 9px;
  margin-top: 5px;
  border: 1px solid #cad4d6;
  line-height: 1.3;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -ms-flex-negative: 1;
  flex-shrink: 1;
}

.header__hamburger {
  width: 35px;
  height: 35px;
  background: #6f8d1a;
  border-radius: 50%;
  position: relative;
  display: none;
  z-index: 1000;
  cursor: pointer;
}
.header__hamburger.is-active {
  background: #a79551;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media (max-width: 767px) {
  .header__hamburger {
    display: block;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .header__hamburger {
    display: block;
  }
}

.header__hamburger-dot {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  background: #ffffff;
  border-radius: 50%;
  z-index: 10;
  width: 4px;
  height: 4px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.header__hamburger-dot:nth-child(1) {
  -webkit-transform: translate(-50%, -50%) translateX(-8px);
  transform: translate(-50%, -50%) translateX(-8px);
}

.header__hamburger-dot:nth-child(2) {
  /* 中央なので変更なし */
}

.header__hamburger-dot:nth-child(3) {
  -webkit-transform: translate(-50%, -50%) translateX(8px);
  transform: translate(-50%, -50%) translateX(8px);
}

/* ← 縦に並べるときの状態（active） */
.header__hamburger.is-active .header__hamburger-dot:nth-child(1) {
  -webkit-transform: translate(-50%, -50%) translateY(-8px);
  transform: translate(-50%, -50%) translateY(-8px);
}

.header__hamburger.is-active .header__hamburger-dot:nth-child(2) {
  -webkit-transform: translate(-50%, -50%) translateY(0px);
  transform: translate(-50%, -50%) translateY(0px);
}

.header__hamburger.is-active .header__hamburger-dot:nth-child(3) {
  -webkit-transform: translate(-50%, -50%) translateY(8px);
  transform: translate(-50%, -50%) translateY(8px);
}

@media (min-width: 1024px) and (max-width: 1299px) {
  .header__inner {
    padding-inline: 0;
    padding-left: 20px;
  }
  .header__nav {
    width: auto;
    margin-right: 20px;
  }
  .header__nav-list {
    gap: 10px;
  }
  .header__content {
    gap: 4px;
    margin-left: 4px;
    margin-right: 11px;
  }
  .header__tel-number {
    font-size: 26px;
  }
  .header__content-time {
    padding: 6px 8px;
    margin-right: 40px;
  }
}
.drawer-menu {
  position: fixed;
  top: 60px;
  left: -100%;
  width: 100%;
  height: calc(100vh - 60px);
  background-color: #2d4f3f;
  color: white;
  overflow-y: auto;
  -webkit-transition: left 0.3s ease;
  transition: left 0.3s ease;
  z-index: 1000;
}
@media (min-width: 768px) and (max-width: 1023px) {
  .drawer-menu {
    top: 90px;
  }
}
@media (min-width: 1024px) {
  .drawer-menu {
    display: none;
  }
}

.drawer-menu.is-checked {
  left: 0;
}

.drawer-section {
  padding-top: 13px;
  margin-left: 4.8309178744%;
  padding-bottom: 25px;
}
.drawer-section--owner {
  margin-top: -2px;
}
@media (min-width: 768px) and (max-width: 1023px) {
  .drawer-section {
    padding-inline: 20%;
  }
}

.drawer-heading {
  font-size: 20px;
  line-height: 3.6;
}

.drawer-links {
  line-height: 2.8125;
  padding-inline: 20px;
  margin-top: -10px;
}
@media screen and (max-width: 413px) {
  .drawer-links {
    padding-inline: 10px;
  }
}

body.is-fixed {
  overflow: hidden;
}

.drawer-line {
  border-bottom: 1px solid #cad4d6;
  height: 1px;
  display: block;
  width: 100vw;
}

.drawer-content {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  margin-top: -1px;
}

.drawer-content-item {
  text-align: center;
  border-bottom: 1px solid #cad4d6;
}
.drawer-content-item:nth-child(even) {
  border-left: 1px solid #cad4d6;
}

.drawer-content-item-text {
  font-size: 20px;
  line-height: 3.6;
}

.drawer-content-contact-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-top: 25px;
  padding-bottom: 27px;
}
.drawer-content-contact-wrap .drawer-content-contact {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.drawer-content-contact-wrap .parts__tel-icon {
  width: 37.77px;
  height: 37.77px;
}
.drawer-content-contact-wrap .parts__tel-number {
  font-size: 33px;
  line-height: 1.7575757576;
  line-height: 1.3;
  font-weight: 400;
  margin-top: 3px;
  color: #ffffff;
}
@media screen and (max-width: 413px) {
  .drawer-content-contact-wrap .parts__tel-number {
    font-size: 30px;
  }
}
.drawer-content-contact-wrap .header__content-text {
  margin-top: -2px;
}

.drawer-content-contact {
  padding-inline: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 9px;
  margin-left: 18px;
}
@media (min-width: 768px) and (max-width: 1023px) {
  .drawer-content-contact {
    margin-left: 0;
    margin-inline: auto;
  }
}

.drwaer__tel-icon {
  width: 37.77px;
  height: 37.77px;
}

@media (max-width: 413px) {
  .drawer-content-contact {
    margin-left: 0;
  }
  .drawer-content-contact .header__tel-number {
    font-size: 24px;
  }
}
.head__information-wrap {
  background: #ffffff;
  height: 90px;
  width: 110%;
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  overflow-x: hidden;
}
@media (max-width: 767px) {
  .head__information-wrap {
    height: 60px;
  }
}

.head__information {
  max-width: 1366px;
  width: 120%;
  margin: 0 auto;
  padding-block: 15px;
  padding-right: 28px;
  margin-left: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 141px;
  height: 90px;
  background: #ffffff;
}
@media (max-width: 767px) {
  .head__information {
    height: 60px;
  }
}
.head__information p {
  font-size: 25px;
  line-height: 1.44;
  font-weight: 700;
  color: red;
}
@media (max-width: 767px) {
  .head__information p {
    font-size: 16px;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .head__information p {
    font-size: 16px;
  }
}

.head__info-close {
  top: -13px;
  right: -17px;
  width: 34px;
  height: 34px;
  background: url("../img/close.png") no-repeat center center/contain;
  background-color: black;
  border: none;
  border-radius: 50%;
  cursor: pointer;
  z-index: 1;
}
@media (max-width: 767px) {
  .head__info-close {
    width: 28px;
    height: 28px;
    right: -11px;
  }
}

#head__infoBox {
  display: none; /* 初期は非表示 */
}

#head__infoBox.is-visible {
  display: block; /* 表示許可されたときだけ表示 */
}

.main-visual {
  margin-top: 90px;
  width: 100%;
  position: relative;
  background: url("../img/mainvisual-pc.png") no-repeat center center/cover;
  background-position: center 0;
  background-position: center 0;
  height: calc(100vh - 90px);
  min-height: 600px;
  overflow: hidden;
}
@media (max-width: 767px) {
  .main-visual {
    margin-top: 60px;
    height: calc(100vh - 60px);
    background-image: url("../img/mainvisual-sp.png");
    background-position: center 0;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .main-visual {
    margin-top: 90px;
    height: calc(100vh - 90px);
    background-image: url("../img/mainvisual-sp.png");
    background-position: center 0;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1280px) {
  .main-visual {
    background-position: center 0;
  }
}

.main-visual__content {
  position: absolute;
  top: 54.5%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  text-align: center;
  z-index: 10;
  width: 495px;
  background-color: rgba(255, 255, 255, 0.55);
  backdrop-filter: blur(8px) brightness(1); /* ぼかし量:8、明るさ:1 */
  -webkit-backdrop-filter: blur(8px) brightness(1); /* Safari対応 */
  text-align: center;
  padding: 45px 0;
}
@media (max-width: 767px) {
  .main-visual__content {
    width: 90%;
    padding: 35px 0;
    top: 33.5%;
  }
}

.main-visual__lead {
  font-size: 18px;
  color: #2d503f;
}
@media (max-width: 767px) {
  .main-visual__lead {
    font-size: 16px;
  }
}

.main-visual__title {
  font-size: 46px;
  margin-top: 13px;
  line-height: 1.3695652174;
}
@media (max-width: 767px) {
  .main-visual__title {
    font-size: 30px;
    line-height: 1.3658536585;
    margin-top: 5px;
  }
}

.main-visual__info {
  background: #ffffff;
  padding-bottom: 16px;
  position: fixed;
  bottom: 25px;
  left: 23px;
  width: 447px;
  height: 128px;
  text-align: center;
  padding-block: 11px;
  z-index: 100;
  -webkit-box-shadow: 0 0 24px rgba(0, 0, 0, 0.16);
  box-shadow: 0 0 24px rgba(0, 0, 0, 0.16);
}
@media (max-width: 767px) {
  .main-visual__info {
    width: 317px;
    height: 105px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    position: fixed;
    bottom: 85px;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .main-visual__info {
    position: fixed;
    width: 380px;
    height: 105px;
    bottom: 25px;
    left: 23px;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1280px) {
  .main-visual__info {
    position: fixed;
    width: 380px;
    height: 105px;
    bottom: 25px;
    left: 23px;
  }
}

.main-visual__info-close {
  position: absolute;
  top: -13px;
  right: -17px;
  width: 34px;
  height: 34px;
  background: url("../img/close.png") no-repeat center center/contain;
  background-color: black;
  border: none;
  border-radius: 50%;
  cursor: pointer;
  z-index: 1;
}
@media (max-width: 767px) {
  .main-visual__info-close {
    width: 28px;
    height: 28px;
    right: -11px;
  }
}

.main-visual__info-inner {
  position: relative;
  height: 100%;
  width: 100%;
}

.main-visual__info-title {
  font-size: 18px;
  line-height: 1.8;
}
@media (max-width: 767px) {
  .main-visual__info-title {
    font-size: 12px;
    line-height: 2.7;
    margin-top: -3px;
  }
}

#infoBox {
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity 0.4s ease, visibility 0.4s ease;
  transition: opacity 0.4s ease, visibility 0.4s ease;
}

#infoBox.is-visible {
  opacity: 1;
  visibility: visible;
}

.main-visual__info-text {
  font-size: 18px;
  line-height: 1.8;
  color: #a79551;
}
@media (max-width: 767px) {
  .main-visual__info-text {
    font-size: 14px;
    line-height: 1.7857142857;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .main-visual__info-text {
    line-height: 1.5;
  }
}

.main-visual__bg-text {
  position: absolute;
  bottom: -60px;
  right: -9px;
  font-size: 162px;
  line-height: 1.6049382716;
  color: #ffffff;
  opacity: 0.38;
}
@media (max-width: 767px) {
  .main-visual__bg-text {
    font-size: 87px;
    line-height: 1.6091954023;
    bottom: -30px;
    right: 0;
  }
}
@media screen and (max-width: 413px) {
  .main-visual__bg-text {
    font-size: 21vw;
  }
}

.main-visual__contact {
  display: none;
}
@media (max-width: 767px) {
  .main-visual__contact {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: fixed;
    bottom: 5px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 366px;
    max-width: 100%;
    height: 52px;
    background-color: #2d503f;
    z-index: 1;
    color: #ffffff;
    padding: 12px 10px 10px 13px;
    gap: 7px;
    border-radius: 4px;
  }
}

.main-visual__tel-icon {
  width: 28.93px;
  height: 28.93px;
}
.main-visual__tel-call {
  font-size: 18px;
  font-weight: 400;
  line-height: 1.8333333333;
}

.main-visual__contact-content {
  font-size: 10px;
  font-weight: 400;
  margin-left: 4px;
}
@media (max-width: 767px) {
  .main-visual__contact-content {
    margin-left: 2px;
  }
}

.about__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: space-evenly;
  -ms-flex-pack: space-evenly;
  justify-content: space-evenly;
  margin: 0 auto;
}
@media (max-width: 767px) {
  .about__content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .about__content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

.about__content-item-wrap {
  background: #6f8d1a;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  width: 50%;
}
.about__content-item-wrap--right {
  background: #2d503f;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}
@media screen and (min-width: 1024px) and (max-width: 1250px) {
  .about__content-item-wrap--right {
    padding-left: 25px;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .about__content-item-wrap {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 100%;
  }
}
@media (max-width: 767px) {
  .about__content-item-wrap {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-top: -21px;
    width: 100%;
  }
}

.about__content-item {
  max-width: 697px;
  padding-top: 83px;
  padding-bottom: 153px;
  color: #ffffff;
  margin-left: auto;
  padding-right: 100px;
}
.about__content-image-item img {
  filter: brightness(80%);
}
@media (max-width: 767px) {
  .about__content-item {
    padding-top: 61px;
    padding-bottom: 94px;
    padding-right: 0;
    margin-left: unset;
    width: 366px;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .about__content-item {
    padding-top: 61px;
    padding-bottom: 94px;
    padding-right: 0;
    margin-left: unset;
    max-width: 700px;
    width: 100%;
    margin-inline: auto;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1250px) {
  .about__content-item {
    width: 450px;
  }
}
@media (min-width: 1024px) {
  .about__content-item--doctor {
    padding-left: 100px;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1250px) {
  .about__content-item--doctor {
    padding-right: 25px;
    margin-left: unset;
    padding-left: unset;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1200px) {
  .about__content-item--doctor .about__drawer-link {
    padding-left: 0;
  }
}
.about__content-item--owner {
  margin-right: auto;
  margin-left: 0;
  padding-left: 100px;
}
@media (max-width: 767px) {
  .about__content-item--owner {
    padding-left: 0;
    margin-right: unset;
    padding-bottom: 84px;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .about__content-item--owner {
    padding-left: 0;
    margin-right: unset;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1250px) {
  .about__content-item--owner {
    margin-right: unset;
    padding-left: 0;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1250px) {
  .about__content-item-wrap:first-child {
    padding-right: 25px;
  }
}

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

.about__drawer-heading {
  text-align: center;
  font-size: 24px;
  line-height: 1.225;
}

.about__drawer-links {
  margin-top: 33px;
  margin-left: auto;
  display: block;
}
@media (max-width: 767px) {
  .about__drawer-links {
    width: 100%;
    margin-top: 16px;
  }
  .about__drawer-links--owner {
    margin-top: 36px;
  }
}

.about__drawer-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 460.5px;
  padding-inline: 20px;
  border-bottom: 1px solid #cad4d6;
  font-size: 18px;
  line-height: 3.6111111111;
}
@media (max-width: 767px) {
  .about__drawer-link {
    width: 100%;
    padding-inline: 10px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .about__drawer-link--height {
    line-height: 1.4444444444;
    padding-top: 20px;
    padding-bottom: 20px;
    padding-inline: 10px;
  }
}
@media (max-width: 767px) and (max-width: 767px) {
  .about__drawer-link--height {
    margin-top: -8px;
    padding-bottom: 16px;
  }
}
@media (max-width: 767px) {
  .about__drawer-link--owner {
    padding-inline: 0;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .about__drawer-link {
    width: 100%;
    line-height: 4.1111111111;
    padding-inline: 10px;
    padding-top: 20px;
    padding-bottom: 20px;
  }
}
.link-img {
  width: 15.9px;
  height: 7.99px;
}
.link-img--down {
  width: 7.99px;
  height: 15.9px;
}
.link-img--height {
  margin-top: 6px;
}
.link-img img {
  vertical-align: middle;
}
@media (max-width: 767px) {
  .link-img img {
    display: block;
  }
}

.about__content-image {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media (max-width: 767px) {
  .about__content-image {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .about__content-image {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

.about__content-image-item {
  position: relative;
}
.about-parts-bg-text {
  position: absolute;
  content: "";
  bottom: 0;
  left: 0;
  bottom: -66px;
  z-index: 100;
}
@media (max-width: 767px) {
  .about-parts-bg-text {
    bottom: -32px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .about-parts-bg-text {
    bottom: -32px;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1300px) {
  .about-parts-bg-text {
    bottom: -51px;
    font-size: 140px;
  }
}

.about__content-image-item-text {
  position: absolute;
  bottom: 30px;
  left: 47px;
  font-size: 40px;
  line-height: 1.5;
  color: #ffffff;
}
@media (max-width: 767px) {
  .about__content-image-item-text {
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    font-size: 32px;
    top: 5%;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .about__content-image-item-text {
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    font-size: 32px;
    top: 10%;
  }
}

.about__inner-item-text--large {
  margin-top: 9px;
  font-size: 32px;
  line-height: 1.6;
}
@media (max-width: 767px) {
  .about__inner-item-text--large {
    margin-top: -5px;
  }
}

.about__inner-wrap {
  max-width: 1366px;
  margin: 0 auto;
}

.about__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: space-evenly;
  -ms-flex-pack: space-evenly;
  justify-content: space-evenly;
  max-width: 100%;
  margin: 0 auto;
  padding-bottom: 81px;
}
@media (max-width: 767px) {
  .about__inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding-top: 0;
    padding-bottom: 48px;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .about__inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding-top: 0;
  }
}
@media (max-width: 767px) {
  .about__inner .parts__tel-number {
    margin-right: -20px;
    line-height: 2.18;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .about__inner .parts__tel-number {
    margin-right: -20px;
    line-height: 2.18;
  }
}
@media (max-width: 413px) {
  .about__inner .parts__tel-number {
    font-size: 12.1vw;
    line-height: 1.6;
  }
}
@media (max-width: 413px) {
  .about__inner .parts__tel-icon {
    width: 40px;
    height: 40px;
  }
}

.about__inner-items {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.about__inner-item {
  padding-left: 86px;
}
.about__inner-item--access {
  margin-top: 68px;
  width:93%;
}
@media (max-width: 767px) {
  .about__inner-item--access {
    width:96%;
  }
  .about__inner-item {
    margin-top: 55px;
    padding-inline: 5.8%;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .about__inner-item {
    margin-top: 61px;
    padding-left: 0;
    padding-inline: 20%;
  }
}
.about__inner-items--left {
  border-right: 1px solid #cad4d6;
}
@media (max-width: 767px) {
  .about__inner-items--left {
    border-right: none;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .about__inner-items--left {
    border-right: none;
  }
}

@media (max-width: 767px) {
  .about__inner-items--right {
    margin-top: 61px;
    margin-left: 0;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .about__inner-items--right {
    margin-top: 61px;
    margin-left: 0;
  }
}
.about__inner-items--right .about__inner-item {
  padding-left: 78px;
}
@media (max-width: 767px) {
  .about__inner-items--right .about__inner-item {
    margin-top: 0;
    padding-inline: 5.8%;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .about__inner-items--right .about__inner-item {
    margin-top: 0;
    padding-inline: 20%;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1100px) {
  .about__inner-items--right .about__inner-item {
    padding-left: 20px;
  }
}
.about__inner-items--right .about__inner-item--hoken {
  margin-top: 23px;
}

.about__inner-item--border {
  border: 1px solid #cad4d6;
  width:100%;
  margin-top: 37px;
}
.flex_box {
  display:flex;
  align-items: center;
  padding:20px 40px;
  gap:20px;
}
@media (max-width: 767px) {
  .about__inner-item--border {
    margin-top: 28px;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .about__inner-item--border {
    margin-top: 25px;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1200px) {
  .about__inner-item--border {
    padding-right: 0;
    padding-left: 10px;
  }
}
@media screen and (max-width: 413px) {
  .about__inner-item--border {
  }
}

.about__inner-item--border-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 9px;
  margin-left: 72px;
}
@media (max-width: 767px) {
  .about__inner-item--border-wrap {
    margin-left: 0;
    gap: 13px;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .about__inner-item--border-wrap {
    margin-left: 0;
  }
}

.about__inner-item-header--top {
  padding-top: 69px;
}
@media (max-width: 767px) {
  .about__inner-item-header--top {
    padding-top: 0;
  }
}
.about__inner-item-header--pay {
  padding-left: 78px;
  padding-top: 68px;
}
@media (max-width: 767px) {
  .about__inner-item-header--pay {
    padding-top: 53px;
    padding-left: 22px;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .about__inner-item-header--pay {
    padding-top: 61px;
  }
}

.about__inner-item-container {
  margin-top: 13px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 7px;
}

.about__inner-item-container-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media (max-width: 767px) {
  .about__inner-item-container-wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-top: 3px;
  }
  .about__inner-item-container-wrap--mt17 {
    margin-top: 17px;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .about__inner-item-container-wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
@media (max-width: 767px) {
  .about__inner-item-container-wrap dt {
    font-weight: 700;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .about__inner-item-container-wrap dt {
    font-weight: 700;
  }
}
.about__inner-item-container-wrap dd {
  margin-left: 27px;
}
@media (max-width: 767px) {
  .about__inner-item-container-wrap dd {
    margin-left: 0;
    margin-top: 4px;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .about__inner-item-container-wrap dd {
    margin-left: 0;
  }
}

.about__inner-item-text {
  line-height: 1.8;
  font-weight: 400;
}
.about__inner-item-text--access {
  margin-top: 12px;
}
.about__inner-item-text--pet {
  margin-top: 10px;
  width: 517px;
  max-width: 100%;
  padding-left: 2px;
}
@media screen and (min-width: 1024px) and (max-width: 1200px) {
  .about__inner-item-text--pet {
    width: 400px;
  }
}

.about__inner-item-note {
  margin-top: 2px;
  font-weight: 400;
  line-height: 1.8;
}
@media screen and (max-width: 413px) {
  .about__inner-item-note {
    margin-bottom: 9px;
  }
}

.about-parts__tel {
  margin-top: -11px;
  font-weight: 400;
}
@media (max-width: 767px) {
  .about-parts__tel {
    padding-left: 8px;
  }
}

.about__button {
  gap: 8px;
}
.about__button p {
  margin: 0;
}

.about__button-img {
  width: 12.9px;
  height: 17.48px;
}
.about__button-img img {
  width: 100%;
  height: auto;
  display: block;
}

@media (max-width: 767px) {
  .about__inner-item--map {
    margin-top: -7px;
  }
}

.access__map {
  margin-top: 40px;
  width: 517px;
  height: 313px;
}
@media (max-width: 767px) {
  .access__map {
    width: 366px;
    height: 241px;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .access__map {
    width: 100%;
    margin-bottom: 100px;
  }
}
@media screen and (max-width: 413px) {
  .access__map {
    width: 330px;
    height: auto;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1200px) {
  .access__map {
    width: 400px;
    height: auto;
  }
}

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

.about__inner-item-title {
  margin-top: 31px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 8px;
}
.about__inner-item-title--pay {
  margin-top: 23px;
}
.about__inner-item-title--money {
  margin-top: 48px;
}
@media (max-width: 767px) {
  .about__inner-item-title--money {
    margin-top: 62px;
  }
}

.inner-item-title-img {
  width: 16px;
}
.inner-item-title-img img {
  display: block;
  width: 100%;
}

.about__inner-table {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  row-gap: 11px;
  -webkit-column-gap: 5px;
  -moz-column-gap: 5px;
  column-gap: 5px;
  margin-bottom: 14px;
  margin-top: 20px;
  width: 393px;
  max-width: 100%;
  margin-left: -6px;
}
@media (max-width: 767px) {
  .about__inner-table {
    margin-bottom: 32px;
    -webkit-column-gap: 13px;
    -moz-column-gap: 13px;
    column-gap: 13px;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .about__inner-table {
    width: 100%;
    margin: 0 auto;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1100px) {
  .about__inner-table {
    width: 400px;
  }
}
.about__inner-table--e-money {
  width: 468px;
}
@media (max-width: 767px) {
  .about__inner-table--e-money {
    margin-top: 10px;
    padding-left: 13px;
    margin-bottom: 51px;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .about__inner-table--e-money {
    width: 100%;
    margin: 0 auto;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1100px) {
  .about__inner-table--e-money {
    width: 400px;
  }
}

.about__inner-table-item {
  width: 80px;
  height: 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  overflow: hidden;
}
@media (max-width: 767px) {
  .about__inner-table-item {
    width: 60px;
    height: 45px;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1100px) {
  .about__inner-table-item {
    width: 60px;
    height: 45px;
  }
}
.about__inner-table-item img {
  max-width: 100%;
  max-height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
  height: auto;
  width: auto;
  display: block;
}

.about__inner-table-text {
  font-size: 12px;
  font-weight: 400;
  line-height: 1.6;
}

.about__inner-item-image-hoken {
  margin-top: 12px;
  width: 437px;
  height: 78px;
  margin-top: 24px;
}
@media (max-width: 767px) {
  .about__inner-item-image-hoken {
    width: 366px;
    max-width: 100%;
    margin: 0 auto;
    margin-top: 20px;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .about__inner-item-image-hoken {
    width: 366px;
    max-width: 100%;
    margin: 0 auto;
    margin-top: 16px;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1200px) {
  .about__inner-item-image-hoken {
    width: 400px;
  }
}
.about__inner-item-image-hoken img {
  max-width: 100%;
  max-height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
  height: auto;
  width: auto;
}

.about__separate-line {
  border-bottom: 1px solid #cad4d6;
  height: 1px;
  display: block;
  width: 100%;
}
@media (min-width: 1024px) {
  .about__separate-line--pay {
    display: none;
  }
}
.about__separate-line--access {
  margin-top: 39px;
}
@media (max-width: 767px) {
  .about__separate-line--access {
    margin-top: 30px;
  }
}

.department {
  background: #2d503f;
  color: #ffffff;
  text-align: center;
  padding-top: 54px;
}
@media (max-width: 767px) {
  .department {
    padding-top: 58px;
  }
}

.department__inner {
  max-width: 1366px;
  margin: 0 auto;
  position: relative;
}

.department-text {
  font-size: 24px;
  line-height: 1.7;
}
@media (max-width: 767px) {
  .department-text {
    font-size: 20px;
    line-height: 1.7;
  }
}

.department__inner-item-header {
  margin-top: 96px;
}
@media (max-width: 767px) {
  .department__inner-item-header {
    font-size: 36px;
    line-height: 1.6666666667;
    margin-top: 89px;
  }
}

.department__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: space-evenly;
  -ms-flex-pack: space-evenly;
  justify-content: space-evenly;
  margin-top: 43px;
}
@media (max-width: 767px) {
  .department__content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-top: 39px;
  }
}

.department__content-list {
  width: 100%;
}
.department__content-list--left {
  border-left: 1px solid #cad4d6;
  border-right: 1px solid #cad4d6;
}
.department__content-list--right {
  border-left: 1px solid #cad4d6;
  border-right: 1px solid #cad4d6;
}

.department__content-list-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding-top: 22px;
  padding-bottom: 14px;
  padding-left: 43px;
  padding-right: 39px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-top: 1px solid #cad4d6;
}
@media (max-width: 767px) {
  .department__content-list-item {
    padding-left: 28px;
    padding-right: 24px;
    padding-bottom: 26px;
  }
}

.about__inner-table-item:last-child {
  border-bottom: 1px solid #cad4d6;
}

.department__content-list-item-head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.department__content-list-item-icon {
  margin-top: 10px;
  width: 48px;
  height: auto;
}
.department__content-list-item-icon img {
  -webkit-filter: brightness(0) invert(1);
  filter: brightness(0) invert(1);
}

.department__content-list-item-text {
  margin-left: 40px;
  font-size: 22px;
  line-height: 2.9545454545;
  font-weight: 700;
}
@media (max-width: 767px) {
  .department__content-list-item-text--ml20 {
    margin-left: 15px;
  }
}
@media screen and (max-width: 400px) {
  .department__content-list-item-text--ml20 {
    margin-left: 0px;
  }
}

.department__content-list-item-link {
  margin-top: -4px;
  width: 53px;
  height: 53px;
}
@media (max-width: 767px) {
  .department__content-list-item-link {
    margin-top: 0;
  }
}

.clinic-days {
  background: #f2f3f4;
  padding-bottom: 60px;
  padding-top: 77px;
  text-align: center;
}
@media (max-width: 767px) {
  .clinic-days {
    padding-bottom: 60px;
    padding-top: 57px;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .clinic-days {
    padding-bottom: 60px;
  }
}

.clinic-days__inner {
  background: #ffffff;
  text-align: center;
  width: 1194px;
  max-width: 100%;
  margin: 0 auto;
  margin-top: 36px;
  overflow-x: visible;
}
@media (max-width: 767px) {
  .clinic-days__inner {
    margin-left: 24px;
    margin-top: 8px;
    overflow-x: auto; /* 横スクロールを有効化 */
    -webkit-overflow-scrolling: touch; /* iOSでの慣性スクロール対応 */
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .clinic-days__inner {
    margin-left: 24px;
    margin-top: 8px;
    overflow-x: auto; /* 横スクロールを有効化 */
    -webkit-overflow-scrolling: touch; /* iOSでの慣性スクロール対応 */
  }
}
@media screen and (min-width: 1024px) and (max-width: 1250px) {
  .clinic-days__inner {
    width: auto;
    margin-inline: 7.5704225352%;
  }
}

.clinic-days__inner-header {
  width: 100%;
  font-size: 36px;
  line-height: 1.6666666667;
}

.clinic-days__table {
  margin-top: 36px;
  text-align: center;
  font-size: 20px;
  line-height: 1.6;
  -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  width: 100%;
  border-collapse: collapse;
  min-width: 100%; /* 最小幅（必要に応じて調整） */
}
@media (max-width: 767px) {
  .clinic-days__table {
    min-width: 820px;
    margin-top: 0;
    font-size: 17px;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .clinic-days__table {
    min-width: 1194px; /* 最小幅（必要に応じて調整） */
    margin-top: 0;
  }
}
.clinic-days__table tr {
  border-top: 1px solid #cad4d6;
  height: 60px;
}
.clinic-days__table tr:last-child {
  border-bottom: 1px solid #cad4d6;
}
.clinic-days__table tr:nth-child(1) {
  height: 65px;
}
.clinic-days__table th {
  text-align: center;
  white-space: nowrap; /* 折り返し防止で横スクロールが機能しやすくなる */
}
.clinic-days__table td {
  width: 132px;
  white-space: nowrap; /* 折り返し防止で横スクロールが機能しやすくなる */
}
.clinic-days__table td small {
  font-size: 0.8em;
}
.clinic-days__table td:nth-child(even) {
  background: #f2f3f4;
}

table td:first-child,
table th:first-child {
  border-left: 1px solid #cad4d6;
}

table td:last-child,
table th:last-child {
  border-right: 1px solid #cad4d6;
}

.table-head {
  width: 266.5px;
}
@media (max-width: 767px) {
  .table-head {
    width: 200px;
  }
}

.clinic-days-wrap {
  width: 1194px;
  max-width: 100%;
  margin: 0 auto;
  margin-top: 15px;
}
@media (max-width: 767px) {
  .clinic-days-wrap {
    padding-inline: 24px;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .clinic-days-wrap {
    padding-inline: 24px;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1250px) {
  .clinic-days-wrap {
    width: auto;
    margin-inline: 7.5704225352%;
  }
}

.clinic-days__inner-text {
  font-size: 14px;
  line-height: 1.3714285714;
  font-weight: 400;
  margin-top: 45px;
  text-align: left;
  padding-left: 24px;
}

.clinic-days-text {
  font-size: 12px;
  font-weight: 400;
  line-height: 1.6;
  text-align: left;
}

.department-parts-bg-text {
  position: absolute;
  top: 125px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  font-size: 100px;
  line-height: 0.94;
  width: 1366px;
  margin: 0 auto;
  opacity: 0.06;
}
@media (max-width: 767px) {
  .department-parts-bg-text {
    font-size: 53px;
    line-height: 0.9433962264;
    width: 100%;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .department-parts-bg-text {
    font-size: 53px;
    line-height: 0.9433962264;
    width: 100%;
  }
}

.equipment {
  text-align: center;
  padding-top: 120px;
  padding-bottom: 66px;
}
@media (max-width: 767px) {
  .equipment {
    padding-bottom: 60px;
    padding-top: 40px;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .equipment {
    padding-bottom: 60px;
  }
}

.equipment__inner {
  padding-inline: 23px;
  max-width: 1366px;
  margin: 0 auto;
  position: relative;
}

.equipment__inner-header {
  margin-top: 8px;
  font-size: 36px;
  line-height: 1.6666666667;
}

.equipment__items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 78px;
}
@media (min-width: 1024px) {
  .equipment__items {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    -webkit-column-gap: 40px;
    -moz-column-gap: 40px;
    column-gap: 40px;
    row-gap: 60px;
  }
}

.equipment__items.is-single-column {
  display: grid;
}
@media screen and (min-width: 768px) and (max-width: 899px) {
  .equipment__items.is-single-column {
    grid-template-columns: repeat(2, 1fr);
    -webkit-column-gap: 24px;
    -moz-column-gap: 24px;
    column-gap: 24px;
    row-gap: 40px;
  }
}
@media screen and (min-width: 900px) and (max-width: 1023px) {
  .equipment__items.is-single-column {
    grid-template-columns: repeat(3, 1fr);
    -webkit-column-gap: 24px;
    -moz-column-gap: 24px;
    column-gap: 24px;
    row-gap: 40px;
  }
}
@media (max-width: 767px) {
  .equipment__items.is-single-column {
    grid-template-columns: 1fr;
    row-gap: 40px;
  }
}

.equipment__item {
  display: block;
}

.equipment__item-image {
  width: auto;
  height: auto;
}
.equipment__item-image img {
  -o-object-fit: cover;
  object-fit: cover;
  aspect-ratio: 4/3;
}

.equipment__item-title {
  font-size: 18px;
  line-height: 1.8;
  margin-top: 6px;
  margin-left: -15px;
}
@media (max-width: 767px) {
  .equipment__item-title {
    margin-top: 8px;
  }
}

.equipment__item-text {
  text-align: left;
  font-size: 14px;
  line-height: 1.7;
  margin-top: 10px;
}

.equipment__button-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-top: 54px;
  width: 139px;
  margin-inline: auto;
}
@media (max-width: 767px) {
  .equipment__button-wrap {
    margin-top: 17px;
  }
}

.equipment__button-pc {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 10px;
  width: 139px;
}
@media (max-width: 767px) {
  .equipment__button-pc {
    display: none;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .equipment__button-pc {
    display: none;
  }
}

.equipment__button-sp {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 10px;
  width: 139px;
}
@media (min-width: 1024px) {
  .equipment__button-sp {
    display: none;
  }
}

.hidden {
  display: none;
}

.hidden-item {
  opacity: 0;
  max-height: 0;
  overflow: hidden;
  -webkit-transition: opacity 0.4s ease, max-height 0.4s ease;
  transition: opacity 0.4s ease, max-height 0.4s ease;
}

.hidden-item.show {
  opacity: 1;
  max-height: 500px;
}

.equipment__button-icon {
  width: 9.66px;
  height: 5.27px;
  margin-top: 1px;
}
.equipment__button-icon img {
  display: block;
}

.equipment__button-icon-img {
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}

.equipment__button-icon-img.rotate {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}

.equipment-more-button {
  background-color: #a79551;
  color: #ffffff;
}

.equipment-parts-bg-text {
  position: absolute;
  top: -130px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  color: #6f8d1a;
  opacity: 0.06;
}
@media (max-width: 767px) {
  .equipment-parts-bg-text {
    font-size: 60px;
    line-height: 1.6;
    top: -50px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .equipment-parts-bg-text {
    top: -80px;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1220px) {
  .equipment-parts-bg-text {
    font-size: 150px;
    top: -110px;
  }
}

@media (max-width: 767px) {
  .equipment__items.is-single-column {
    grid-template-columns: 1fr;
  }
}

.fade-in {
  opacity: 0;
  -webkit-transform: translateY(10px);
  transform: translateY(10px); /* 少し下から出る感じ */
  -webkit-transition: opacity 0.6s ease, -webkit-transform 0.6s ease;
  transition: opacity 0.6s ease, -webkit-transform 0.6s ease;
  transition: opacity 0.6s ease, transform 0.6s ease;
  transition: opacity 0.6s ease, transform 0.6s ease, -webkit-transform 0.6s ease;
}

.fade-in.show {
  opacity: 1;
  -webkit-transform: translateY(0);
  transform: translateY(0);
}

.swiper {
  margin-top: 3px;
  overflow: hidden;
  position: relative;
  padding-left: 0;
  padding-right: 0;
}
@media (max-width: 767px) {
  .swiper {
    margin-top: -49px;
  }
}

.swiper-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  padding-bottom: 60px;
  margin-left: 0;
  margin-right: 0;
}
@media (max-width: 767px) {
  .swiper-wrapper {
    padding-bottom: 47px;
  }
}

.swiper-wrapper::after {
  content: "";
  display: block;
}

.swiper-slide {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .swiper-slide {
    width: auto;
  }
}

/* ページネーションのベース */
.swiper-pagination-bullet {
  width: 20px; /* ← 横棒の長さ */
  height: 2px; /* ← 棒の太さ */
  background: #cad4d6; /* ← 色 */
  -webkit-transition: background-color 0.3s;
  transition: background-color 0.3s;
  -webkit-transform: translateZ(0);
  transform: translateZ(0); /* ← iOS対策 */
  position: relative; /* ← 再描画を促す */
}

/* アクティブなページの横棒 */
.swiper-pagination-bullet-active {
  background: #2d503f; /* ← 色 */
}

.footer {
  background: #6f8d1a;
  color: #ffffff;
}
@media (max-width: 767px) {
  .footer {
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .footer {
  }
}

.footer__inner {
  padding-top: 47px;
  padding-bottom: 45px;
  padding-inline: 271.5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 19px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  max-width: 1366px;
  margin: 0 auto;
}
@media (max-width: 767px) {
  .footer__inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 60px 24px 57px;
    gap: 16px;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .footer__inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 60px 24px 64px;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1320px) {
  .footer__inner {
    padding-inline: 100px;
  }
}
@media screen and (max-width: 413px) {
  .footer__inner {
    padding-inline: 10px;
  }
}

.footer__logo {
  width: 118.33px;
  height: 37.58px;
}
.footer__logo img {
  fill: #ffffff;
}

.footer__text {
  font-weight: 400;
  line-height: 1.8;
}
.footer__text--right {
  margin-left: 28px;
  font-size: 18px;
  line-height: 1.8;
}
@media (max-width: 767px) {
  .footer__text--right {
    font-size: 15px;
    line-height: 2.16;
  }
}
@media screen and (max-width: 767px) {
  .footer__text--right {
    margin-left: 0;
  }
}

.for_vet-visual {
  margin-top: 90px;
  width: 100%;
  position: relative;
  background: url("../img/for_vet_bg-img.png") no-repeat center center/cover;
  background-position: center 0;
  height: 30%;
  min-height: 243px;
  overflow: hidden;
  background-color: #2d503f;
}
@media (max-width: 767px) {
  .for_vet-visual {
    margin-top: 60px;
    background-image: url("../img/for_vet_bg-img-sp.png");
  }
}

.for_vet-visual__content {
  background-color: #2d503f;
  opacity: 0.74;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}

.for_vet-visual__title {
  font-size: 42px;
  line-height: 1.5;
  color: #ffffff;
  position: absolute;
  content: "";
  top: 50%;
  left: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  z-index: 2;
}
@media (max-width: 767px) {
  .for_vet-visual__title {
    font-size: 24px;
  }
}

.for_vet-breadcrumb .breadcrumb {
  margin-top: 29px;
}
@media (max-width: 767px) {
  .for_vet-breadcrumb .breadcrumb {
    margin-top: 10px;
  }
}
.for_vet-breadcrumb .breadcrumb__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 15px;
  gap: 3px;
}
.for_vet-breadcrumb .breadcrumb__link {
  margin-left: 86px;
  text-align: left;
}
@media (max-width: 767px) {
  .for_vet-breadcrumb .breadcrumb__link {
    margin-left: 24px;
  }
}
.for_vet-breadcrumb .breadcrumb__text {
  font-size: 13px;
  line-height: 3.6923076923;
}

.for_vet-content {
  max-width: 1366px;
  width: 100%;
  margin: 0 auto;
}

.for_vet-top-text {
  font-size: 24px;
  line-height: 1.7;
  max-width: 1194px;
  width: 100%;
  margin: 0 auto;
  height: 136px;
  text-align: center;
  border: 1px solid #cad4d6;
  background: #ffffff;
  margin-top: 9px;
  padding-top: 25px;
  padding-bottom: 30px;
}
@media (max-width: 767px) {
  .for_vet-top-text {
    font-size: 16px;
    padding-block: 20px;
    height: unset;
    width: 90%;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .for_vet-top-text {
    width: 90%;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1250px) {
  .for_vet-top-text {
    width: 90%;
  }
}
@media screen and (max-width: 413px) {
  .for_vet-top-text {
    font-size: 14px;
    line-height: 2;
  }
}

.referral-process {
  padding-top: 101px;
  position: relative;
}
@media (max-width: 767px) {
  .referral-process {
    padding-inline: 24px;
    padding-top: 60px;
  }
}
@media (max-width: 767px) {
  .referral-process .parts-h2-header {
    font-size: 38px;
  }
}

.referral-parts-bg-text {
  position: absolute;
  top: -26px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  color: #6f8d1a;
  opacity: 0.06;
  line-height: 1.6;
}
@media (max-width: 767px) {
  .referral-parts-bg-text {
    top: 12px;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .referral-parts-bg-text {
    font-size: 12px;
    top: 30px;
  }
}

.referral-process__inner {
  max-width: 700px;
  width: 100%;
  margin: 0 auto;
  text-align: center;
}

.referral-process__items {
  margin-top: 91px;
}
@media (max-width: 767px) {
  .referral-process__items {
    margin-top: 60px;
  }
}

.referral-process__item {
  background: #f2f3f4;
  border-radius: 5px;
  padding-top: 25px;
  padding-bottom: 32px;
  position: relative;
}
@media (max-width: 767px) {
  .referral-process__item {
    padding-inline: 20px;
  }
}
.referral-process__item--2 {
  margin-top: 2px;
  padding-bottom: 31px;
}
.referral-process__item--4 {
  margin-top: 2px;
  padding-top: 20px;
  padding-bottom: 32px;
}
.referral-process__item .parts-h3-header {
  font-size: 26px;
  line-height: 1.9692307692;
}
@media (max-width: 767px) {
  .referral-process__item .parts-h3-header {
    font-size: 24px;
    line-height: 1.4;
  }
}

.referral-process__item-title {
  color: #6f8d1a;
}
.referral-process__item-title--2 {
  margin-top: -6px;
}

.referral-process__line {
  display: block;
  max-width: 640px;
  width: 100%;
  margin: 0 auto;
  height: 1px;
  background: #6f8d1a;
  margin-top: 4px;
  margin-bottom: 21px;
}

.referral-process__item-text-wrap {
  margin-inline: 32px;
}

.referral-process__item-text {
  font-weight: 400;
  margin-top: 11px;
}
.referral-process__item-text--mt18 {
  margin-top: 18px;
}
.referral-process__item-text--2 {
  margin-top: 5px;
}

.referral-process__item-tel {
  font-size: 57px;
  line-height: 1;
  font-weight: 400;
  color: #2d503f;
  text-decoration: none;
}
@media (max-width: 767px) {
  .referral-process__item-text-wrap {
  margin-inline: 0px;
  }
  .referral-process__item-tel {
    font-size: 48px;
  }
}

.referral-process__item-attention {
  background: #ffffff;
  border-radius: 5px;
  margin-top: 23px;
  padding: 15px 38px 46px;
  max-width: 636px;
  width: 100%;
  margin-inline: auto;
}
@media (max-width: 767px) {
  .referral-process__item-attention {
    padding-inline: 10px;
  }
}
.referral-process__item-attention--2 {
  margin-top: 29px;
  padding-bottom: 19px;
}

.referral-process__item-attention-title {
  font-weight: 600;
  color: #a79551;
}

.referral-process__item-attention-list {
  margin-top: 2px;
  margin-left: -12px;
}

.referral-process__item-attention-text {
  text-align: left;
  font-size: 15px;
  font-weight: 400;
  line-height: 1.7;
  margin-left: 12px;
}

.referral-process__item-icon {
  width: 58px;
  height: 58px;
  position: absolute;
  content: "";
  top: -14px;
  left: -14px;
  background: #a79551;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
@media (max-width: 767px) {
  .referral-process__item-icon {
    width: 40px;
    height: 40px;
    top: -15px;
    left: -15px;
  }
}
.referral-process__item-icon--tel img {
  width: 27.23px;
  height: 27.24px;
}
@media (max-width: 767px) {
  .referral-process__item-icon--tel img {
    width: 18px;
    height: auto;
  }
}
.referral-process__item-icon--checklist img {
  width: 20.69px;
  height: 32.1px;
}
@media (max-width: 767px) {
  .referral-process__item-icon--checklist img {
    width: 13.6px;
    height: auto;
  }
}
.referral-process__item-icon--calendar {
  top: -8px;
}
.referral-process__item-icon--calendar img {
  width: 29.7px;
  height: 29.7px;
}
@media (max-width: 767px) {
  .referral-process__item-icon--calendar img {
    width: 19.8px;
    height: auto;
  }
}
.referral-process__item-icon--email {
  top: -12px;
}
.referral-process__item-icon--email img {
  width: 26.64px;
  height: 19.95px;
}
@media (max-width: 767px) {
  .referral-process__item-icon--email img {
    width: 17.76px;
    height: auto;
  }
}
.referral-process__item-icon--file-info {
  top: -8px;
}
.referral-process__item-icon--file-info img {
  width: 30px;
  height: 30px;
}
@media (max-width: 767px) {
  .referral-process__item-icon--file-info img {
    width: 20px;
    height: auto;
  }
}
.referral-process__item-icon--hito img {
  width: 40px;
  height: 40px;
}
@media (max-width: 767px) {
  .referral-process__item-icon--hito img {
    width: 30px;
    height: auto;
  }
}

.referral-process__items-separate-image-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  height: 33px;
}

.referral-process__items-separate-image {
  width: 138px;
  height: 33px;
}

.referral-process__item-contact {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-top: 17px;
}
@media (max-width: 767px) {
  .referral-process__item-contact {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .referral-process__item-contact {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
}

.referral-process__item-download {
  width: 270px;
  height: 32px;
  padding-top: 5px;
  padding-bottom: 5px;
  padding-left: 20px;
  padding-right: 17px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 8px;
}
.referral-process__item-download--email {
  width: 270px;
  gap: 6px;
}

.referral__button-img {
  width: 12.9px;
  height: 17.48px;
}
.referral__button-img img {
  width: 100%;
  height: auto;
  display: block;
}
.referral__button-img--email {
  width: 15.53px;
  height: 11.63px;
}

.referral-process__item-attention-button {
  width: 367px;
  height: 32px;
  text-align: center;
  margin-top: 17px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-inline: auto;
  gap: 8px;
  padding-top: 5px;
  padding-bottom: 5px;
}
@media (max-width: 767px) {
  .referral-process__item-attention-button {
    max-width: 367px;
    width: 100%;
    line-height: 1.3;
    border-radius: 10px;
    height: 64px;
    gap: 20px;
  }
}

.important-notice {
  text-align: center;
  margin-top: 77px;
  margin-bottom: 120px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
/* @media (max-width: 767px) {
  .important-notice {
    padding-inline: 24px;
  }
} */
@media (min-width: 768px) and (max-width: 1023px) {
  .important-notice {
    padding-inline: 5%;
  }
}

.important-notice__inner {
  max-width: 1196px;
  width: 100%;
  margin: 0 auto;
  padding-inline: 57px;
  padding-top: 58px;
  padding-bottom: 73px;
  border: 1px solid #cad4d6;
}
@media (max-width: 767px) {
  .important-notice__inner {
    padding-inline: 8px;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .important-notice__inner {
    padding-inline: 24px;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1250px) {
  .important-notice__inner {
    width: 90%;
  }
}

.important-notice__title {
  font-size: 32px;
  line-height: 1.575;
}
.parts-h4-header {
  font-size:20px;
}

.important-notice__item {
  text-align: left;
  margin-top: 41px;
}
.important-notice__item--mt20 {
  margin-top: 20px;
}
.important-notice__item--mt30 {
  margin-top: 30px;
}
.important-notice__item--mt28 {
  margin-top: 28px;
}
.important-notice__item--mt29 {
  margin-top: 29px;
}

.important-notice__item-title {
  font-size: 26px;
  line-height: 1.9692307692;
  color: #6f8d1a;
  margin-left: 10px;
}
@media (max-width: 767px) {
  .important-notice__item-title {
    font-size: 24px;
    line-height: 2;
  }
}
@media screen and (max-width: 413px) {
  .important-notice__item-title {
    font-size: 20px;
    line-height: 2;
  }
}

.important-notice__line {
  width: 100%;
  max-width: 1080px;
  height: 1px;
  background: #6f8d1a;
  margin-top: 6px;
  margin-bottom: 22px;
  display: block;
}

.important-notice__item-text {
  font-size: 15px;
  font-weight: 400;
  line-height: 1.7;
}

.for_owner-content {
  max-width: 1366px;
  width: 100%;
  margin: 0 auto;
}

.for_owner-top-text {
  font-size: 24px;
  line-height: 1.7;
  max-width: 1194px;
  width: 100%;
  margin: 0 auto;
  text-align: center;
  border: 1px solid #cad4d6;
  background: #ffffff;
  margin-top: 9px;
  padding-top: 25px;
  padding-bottom: 30px;
}
@media (max-width: 767px) {
  .for_owner-top-text {
    font-size: 16px;
    padding-block: 20px;
    height: unset;
    width: 90%;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .for_owner-top-text {
    width: 90%;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1250px) {
  .for_owner-top-text {
    width: 90%;
  }
}

.visit {
  padding-top: 101px;
}
@media (max-width: 767px) {
  .visit {
    padding-inline: 5.8%;
    padding-top: 60px;
  }
}
@media (max-width: 767px) {
  .visit .parts-h2-header {
    font-size: 38px;
  }
}
@media (max-width: 767px) {
  .visit .parts-h3-header {
    font-size: 20px;
  }
}

.visit__inner {
  max-width: 700px;
  width: 100%;
  margin: 0 auto;
  text-align: center;
}

.visit__items {
  margin-top: 91px;
}
@media (max-width: 767px) {
  .visit__items {
    margin-top: 60px;
  }
}

.visit__item {
  background: #f2f3f4;
  border-radius: 5px;
  padding-top: 25px;
  padding-bottom: 32px;
  position: relative;
  padding-inline: 20px;
}
@media (max-width: 767px) {
  .visit__item {
    padding-inline: 20px;
  }
}
.visit__item .parts-h3-header {
  font-size: 26px;
  line-height: 1.9692307692;
}
@media (max-width: 767px) {
  .visit__item .parts-h3-header {
    font-size: 24px;
    line-height: 1.4;
  }
}

.visit__item-title {
  color: #6f8d1a;
}

.important-notice__item-list {
  margin-top: 20px;
  margin-left: 15px;
  font-size: 15px;
  font-weight: 400;
  line-height: 1.7;
}

.departments {
  max-width: 1220px;
  margin-inline: auto;
  margin-top: 77px;
  margin-bottom: 120px;
  padding-inline: 24px;
}

.departments__section-title {
  background: #2d503f;
  color: #ffffff;
  font-size: 32px;
  text-align: center;
  margin-bottom: 32px;
  padding-block: 12px;
  display: flex;
  justify-content: center;
  gap: 32px;
}

.departments__section-title img {
  width: 40px;
  -webkit-filter: brightness(0) invert(1);
  filter: brightness(0) invert(1);
}

.departments__section-subtitle {
  font-size: 32px;
  line-height: 1.575;
  color: #a79551;
  text-align: center;
}

.departments .department-message {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 40px;
  max-width: 1196px;
  margin-inline: auto;
  margin-top: 40px;
}

.departments .body-header {
  margin-bottom: 40px;
}

.departments .doctor-name {
  margin-top: 4px;
  display: flex;
  align-items: center;
  gap: 16px;
}

.departments .doctor-name .--ja {
  font-size: 24px;
  display: inline-block;
}
.departments .doctor-name .--en {
  font-size: 12px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  flex: 1;
}
.departments .doctor-name + p {
  margin-top: 6px;
}

.departments .body-title {
  font-size: 24px;
}

.departments .message-text {
  line-height: 1.75;
}

@media (max-width: 767px) {
  .departments__section-title {
    font-size: 24px;
    margin-bottom: 20px;
    text-align:left;
  }

  .departments__section-subtitle {
    font-size: 24px;
  }

  .departments .department-message {
    grid-template-columns: auto;
    gap: 20px;
  }
  .departments .body-header {
    margin-bottom: 24px;
  }
}
/* 202509追加 */
.important-notice__list {
  display:flex;
  gap:15px;
  flex-wrap: wrap;
}
.departments_section {
  margin:30px 0 0;
}
.important-notice__list li{
  padding-right:15px;
  border-right:1px solid #ccc;
}
.important-notice__list li:last-child{
  border-right:none;
}
.important-notice__numberlist {
  list-style-type: decimal;
  margin-left:15px;
  padding-left:15px;
}
@media (max-width: 767px) {
  .departments_inner {
    padding:30px 20px;
    margin:0;
  }
  .departments_section{
  }
  .departments_section .important-notice__title{
    font-size: 25px;
  }
  .important-notice__list {
    display:block;
  }
  .important-notice__list li{
    width:100%;
    margin-bottom:15px;
    padding-right:0px;
    border-right:0;
    margin-left:15px;
    list-style-type: disc;
  }
}
.read-txt {
  font-size:1.1rem;
}
@media (max-width: 767px) {
  .read-txt {
    font-size:1.0rem;
  }
}
