* {
  margin: 0;
  padding: 0;
}

img {
  width: 100%;
}

html {
  font-size: clamp(10px, 1.25vw, 10px); /* 固定値として10px */
}

body {
  font-size: 1.6rem;
  font-family: "Zen Maru Gothic", serif;
  line-height: 1.75em;
  letter-spacing: 0.1rem;
}

/* .noto-sans jp-<uniquifier> {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-optical-sizing: auto;
  font-weight: <weight>;
  font-style: normal;
} */

.middle-view {
  display: none;
}

.sp-view {
  display: none;
}

.pc-view {
  display: block;
}

@media screen and (max-width: 768px) {
  .sp-view {
    display: block;
  }

  .pc-view {
    display: none;
  }

  .middle-view {
    display: block;
  }
}

.tx-15 {
  font-size: clamp(1.3rem, 1.953vw, 1.5rem);
  line-height: 175%;
}

.tx-18 {
  font-size: clamp(1.4rem, 2.344vw, 1.8rem);
  line-height: 175%;
}

.tx-20 {
  font-size: clamp(1.6rem, 2.604vw, 2rem);
}

.tx-24 {
  font-size: clamp(1.8rem, 3.125vw, 2.4rem);
}

.tx-28 {
  font-size: clamp(2.4rem, 3.646vw, 2.8rem);
}

.tx-32 {
  font-size: clamp(2.8rem, 4.167vw, 3.2rem);
  line-height: normal;
}

.tx-50 {
  font-size: clamp(3rem, 7.031vw, 5rem);
}

header {
  position: fixed;
  padding: 1.5rem 5rem;
  background-color: #fff;
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  box-sizing: border-box;
  z-index: 99;
}

/* ヘッダータイトル */
.header-title {
  width: 280px;
  display: flex;
}

/* デスクトップ用ボタンコンテナ */
.header-btn-ct {
  display: flex;
  gap: 1rem;
}

/* 電話ボタン */
.header-tell-btn {
  padding: 1.2rem 3.2rem 0.7rem;
  background-color: #d9d9d9;
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
  border-radius: 5rem;
  text-decoration: none;
  color: #333;
  box-sizing: border-box;
  line-height: normal;
}

.header-tell-btn img {
  width: 190px;
}

/* カウンセリング申込ボタン */
.header-main-btn {
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #d97280;
  padding: 1.2rem 3.2rem;
  color: #fff;
  text-decoration: none;
  border-radius: 5rem;
  font-weight: bold;
  box-shadow: 4px 0px 10px 0px rgba(217, 114, 128, 0.5);
  border: #fff 2px solid;
}

/* ハンバーガーメニュー：初期は非表示（デスクトップ用） */
.hamburger {
  display: none;        /* 768px以下でのみ表示 */
  background: none;
  border: none;
  cursor: pointer;
}

.hamburger span {
  display: block;
  width: 25px;
  height: 3px;
  margin: 5px 0;
  border-radius: 1rem;
  background-color: #5caf50;
  transition: all 0.3s ease;
}

.hamburger.active span:nth-child(1) {
  transform: translateY(8px) rotate(45deg);
}

.hamburger.active span:nth-child(2) {
  opacity: 0;
}

.hamburger.active span:nth-child(3) {
  transform: translateY(-8px) rotate(-45deg);
}

/* モーダル全体のオーバーレイ */
.mobile-nav-modal {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.7);
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
  z-index: 999;
}

/* モーダル内コンテンツ */
.modal-content {
  width: 80%;
  max-width: 400px;
  height: 100vh;
  margin: auto;
  padding: 2rem;
  border-radius: 8px;
  position: relative;
  text-align: center;
  display: flex;

  justify-content: center;
  align-items: center;
}

.modal-ct {
  display: flex;
  flex-direction: column;
  gap: 2rem;
}

.modal-content li{
  list-style: none;
}

.modal-ct a {
  min-height: 5rem;
}

/* モーダルのクローズボタン */
.modal-close {
  background: none;
  border: none;
  font-size: 1.5rem;
  cursor: pointer;
}
 

/* モバイル用ナビゲーション（初期は非表示） */
.mobile-nav {
  display: none;
  width: 100%;
}

.mobile-nav ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.mobile-nav li {
  margin: 1rem 0;
}

/* 768px以下のスタイル */
@media (max-width: 768px) {
  header {
    padding: 1rem 2rem;
    flex-wrap: wrap;
  }
  /* デスクトップ用ボタンは非表示 */
  .header-btn-ct {
    display: none;
  }
  /* ハンバーガーメニューを表示 */
  .hamburger {
    display: block;
  }
  /* モバイルナビゲーション：表示・非表示の切替は.activeで制御 */
  .mobile-nav.active {
    display: block;
  }
}

.grobal-navi {
}

.navi-ct {
}

.list-item {
}

.item-style {
}

#fv {
  background-image: url(../images/bg-fv.jpg);
  background-size: cover;
  font-family: "Zen Maru Gothic";
  position: relative;
  padding-top: clamp(5rem, 8vw, 10rem);
}

.fv-wrapper {
  width: clamp(300px, 85vw, 1100px);
  margin: auto;
  background-image: url(../images/main-character.png);
  background-position: right bottom;
  background-size: clamp(280px, 40vw, 500px);
  background-repeat: no-repeat;
  padding: 14rem 0;
}

.fv-title {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  width: fit-content;
}


@media screen and (max-width: 768px) {
  .fv-wrapper {
    height: 510px;
    padding: 3.2rem 0;
    background-position: center bottom;
  }

  .fv-title {
    text-align: center;
    align-items: center;
    margin: auto;
  }
}

.fv-lead {
  background-color: #5caf50;
  color: #fff;
  font-weight: 500;
  padding: 1.2rem 2.5rem;
  border-radius: 5rem;
  display: table-header-group;
  width: fit-content;
}

.main-title {
  color: #5caf50;
  line-height: normal;
}

.fv-point-ct {
  display: flex;
  gap: 0.8rem;
  flex-direction: row;
}

.point-item {
  color: #5caf50;
  font-weight: 500;
  border-radius: 6px;
  border: 2px solid #5caf50;
  background: #fff;
  padding: 0.5rem 0.8rem;
}

.fv-img {
  width: 40%;
  display: inline-flex;
}

.fv-img img {
  width: 100%;
}

.main-btn {
  width: max-content;
}

.fv-btn {
  position: absolute;
  left: 50%;
  bottom: -13%;
  transform: translate(-50%, -50%);
}

.cta-btn {
  padding: 2rem 2.5rem;
  border-radius: 5rem;
  border: 2px solid #fff;
  background: #d97280;
  box-shadow: 4px 0px 10px 0px rgba(217, 114, 128, 0.5);
  text-decoration: none;
  color: #fff;
  font-weight: 700;
  display: inline-flex;
  align-items: center;
  gap: 0.8rem; /* 矢印との間隔 */
}

.cta-btn::after {
  content: "▶︎"; /* 右矢印 */
  font-size: 1.2rem;
  transition: transform 0.3s ease-in-out;
}

/* ホバー時にアニメーションで動かす */
.cta-btn:hover::after {
  transform: translateX(5px);
}

.slide-ct {
  width: 100%;
  overflow: hidden;
  margin-bottom: 8rem;
}

.slide-ct img {
  width: 100%;
  height: auto;
}

.slide-list {
  width: clamp(200px, 20vw, 350px);
  margin: 0 1.5rem;
}

.common-title {
  text-align: center;
  color: #333;
  margin-bottom: 3.2rem;
}

.issue-ct {
  background-color: #fff;
  display: grid;
  gap: 2rem;
  padding: 5rem;
  width: 80vw;
  margin: auto;
  margin-bottom: clamp(4rem, 6vw, 8rem);
  border-radius: 2rem;

  /* 6列 (PC) */
  grid-template-columns: repeat(6, 1fr);
}

/* 768px以下（3列） */
@media screen and (max-width: 768px) {
  .issue-ct {
    grid-template-columns: repeat(3, 1fr);
    padding: 3rem; /* 余白も少し調整 */
  }
}

/* 480px以下（スマホ：2列） */
@media screen and (max-width: 480px) {
  .issue-ct {
    grid-template-columns: repeat(2, 1fr);
    padding: 2rem; /* さらに余白を小さく */
  }
}

.issue-item {
  text-align: center;
  display: flex;
  flex-direction: column;
  gap: 2rem;
}

.issue-item img {
  border-radius: 200px;
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
}

.issue-tx {
  font-weight: 500;
  line-height: normal;
}

#about {
  padding: clamp(10rem, 12vw, 12.5rem) 0 0;
  background-color: #f7fff4;
}

.about-ct {
  background-image: url(../images/bg-green.jpg);
  background-size: cover;
  padding: 4rem 0;
}

.about-wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 2rem;
  width: 80vw;
  margin: auto;
}

@media screen and (max-width: 768px) {
  .about-wrapper {
    flex-direction: column;
  }
}

.about-tx-box {
  width: clamp(100%, 48%, 48%);
}

.about-image {
  width: clamp(100%, 48%, 48%);
}

.about-image img {
  border-radius: 1.5rem;
  border: 5px solid #fff;
}

.about-lead {
  width: 270px;
}

@media screen and (max-width: 768px) {
  .about-lead {
    margin: auto;
  }
}

.about-tx {
  color: #fff;
  line-height: 150%;
}

.strong-bold {
  font-weight: 700;
}

.strong-yellow {
  color: #ffed6f;
}

.title-ct {
}

.lead-title {
  font-weight: bold;
  text-align: center;
  margin-bottom: 1.6rem;
}

.cl-green {
  color: #5caf50;
}

#reason {
  background-image: url(../images/bg-white.jpg);
  background-size: cover;
  padding: clamp(4rem, 8vw, 8rem) 0;
}

.reason-ct {
  display: flex;
  justify-content: space-between;
  gap: 3rem;
  width: 80vw;
  margin: 0 auto;
  padding: clamp(3rem, 2vw, 6rem) 0 0;
}

.reason-item {
  width: clamp(100%, 33%, 33%);
  border-radius: 10px;
  position: relative;
  box-shadow: 0px 8px 10px 0px rgba(25, 145, 100, 0.08);
}

@media screen and (max-width: 768px) {
  .reason-ct {
    width: 90vw;
    gap: 5rem;
    flex-direction: column;
  }
}

.reason-lead {
  width: clamp(100px, 12vw, 145px);
  position: absolute;
  top: -2rem;
  left: 1.6rem;
}

.reason-img {
  border-radius: 10px 10px 0 0;
  overflow: hidden;
}

.reason-title {
  padding: 1rem 1.5rem;
  color: #5caf50;
  line-height: 1.5;
}

.reason-tx {
  padding: 0 1.5rem 1.5rem;
  line-height: 1.75;
}

.cta {
  background-image: url(../images/bg-green.jpg);
  padding: clamp(3rem, 4vw, 5.2rem) 0;
  display: flex;
  flex-direction: column;
  gap: 5rem;
  align-items: center;
}

@media screen and (max-width: 768px) {
  .cta {
    gap: 3.2rem;
  }
}

.cta-title-en {
  text-align: center;
  color: #ffed6f;
}

.cta-ct {
  max-width: 960px;
  width: 80vw;
  margin: auto;
  background-color: #f7fff4;
  border-radius: 1.5rem;
  display: flex;
  padding: clamp(1.6rem, 2.5vw, 3.2rem);
  box-sizing: border-box;
  gap: 2rem;
  justify-content: space-between;
  align-items: center;
}

@media screen and (max-width: 768px) {
  .cta-ct {
    width: 90vw;
    flex-direction: column;
  }
}

.cta-tx-box {
  width: 56%;
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

.cta-img {
  width: 40%;
}

.cta-img img {
  border-radius: 1rem;
  border: solid 2px #fff;
}

.cta-title {
  color: #5caf50;
}

@media screen and (max-width: 768px) {
  .cta-title {
    text-align: center;
  }
}

.cta-tx {
}

.cta-point {
  background-color: #fff;
  padding: 1.5rem;
  border-radius: 1rem;
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

.cta-point-ct {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
}

@media screen and (max-width: 768px) {
  .cta-tx-box {
    width: 100%;
  }

  .cta-img {
    width: 100%;
  }

  .cta-point-ct {
    flex-direction: column;
  }

  .cta-point {
    text-align: center;
  }
}

.cta-lead {
  color: #5caf50;
}

.cta-point-item {
  background: #5caf50;
  color: #fff;
  padding: 0.5rem 1rem;
}

#point {
  background-color: #f7fff4;
  padding: clamp(4rem, 8vw, 8rem) 0;
}

.point-wrapper {
  width: 80vw;
  margin: auto;
  display: flex;
  flex-direction: column;
  gap: 5rem;
}

.point-ct {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.point-img {
  width: 50%;
}

.point-tx-box {
  width: 45%;
}

.reverse {
  flex-direction: row-reverse;
}

@media screen and (max-width: 768px) {
  .point-ct {
    flex-direction: column;
    gap: 1rem;
  }

  .point-img {
    width: 100%;
  }

  .point-tx-box {
    width: 100%;
  }
}

.tx-point {
  width: clamp(100px, 20vw, 150px);
}

.point-img img {
  border-radius: 10px;
  border: 5px solid #fff;
}

.point-title {
  color: #5caf50;
  line-height: normal;
}

.point-tx {
  color: #333;
}

.underline {
  background: linear-gradient(to bottom, transparent 50%, #ffed6f 50%);
  display: inline; /* インライン要素のままにする */
  padding: 0 2px; /* 少し余白を加えて綺麗に見せる */
}

#staff {
  background-color: #f7fff4;
  padding: clamp(4rem, 8vw, 8rem) 0;
}

.staff-wrapper {
  width: 80vw;
  margin: auto;
  background-color: #fff;
  padding: 5rem;
  display: flex;
  flex-direction: column;
  border-radius: 2rem;
  gap: 3.2rem;
}

@media screen and (max-width: 768px) {
  .staff-wrapper {
    padding: 2rem;
  }
}

.staff-img {
  width: 40%;
}

.staff-img img {
  border-radius: 1rem;
}

.staff-box {
  width: 40%;
  display: flex;
  flex-direction: column;
  gap: 2rem;
}

.staff-ct {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 5rem;
}

@media screen and (max-width: 768px) {
  .staff-ct {
    flex-direction: column;
    gap: 3rem;
  }

  .staff-img {
    width: 100%;
  }

  .staff-box {
    width: 100%;
  }
}

.staff-info {
}

.staff-name-lead {
}

.staff-name {
}

.staff-tx {
  padding: 2rem;
  background-color: #f3f3f3;
  border-radius: 1rem;
}

#clinic {
  display: flex;
}

#clinic img {
  width: 33.33333333%;
}

#access {
  background-color: #fff;
  padding: clamp(4rem, 8vw, 8rem) 0;
}

.access_ct {
  display: flex;
  align-items: center;
  width: 80vw;
  margin: auto;
  gap: 3rem;
}

.map-wrapper {
  width: 50%;
  height: auto;
}

.access-iinfo {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
}

@media screen and (max-width: 768px) {
  .access_ct {
    flex-direction: column;
    gap: 3rem;
  }

  .map-wrapper {
    width: 100%;
  }

  .access-iinfo {
    width: 100%;
  }
}

.access-info-item {
}

.access-title {
}

.access-tx {
}

.access-btn-ct {
  width: fit-content;
  margin: 3rem auto;
  display: flex;
  gap: 2rem;
}

@media screen and (max-width: 768px) {
  .access-btn-ct {
    flex-direction: column;
  }

  .access-btn-ct a {
    min-height: 5rem;
  }
}

.access-lead {
  text-align: center;
}

footer {
  padding: 2rem;
  color: #fff;
  text-align: center;
  background-color: #5caf50;
}
