@charset "utf-8";

/* ========================================
   基本設定
======================================== */
* { margin: 0; padding: 0; box-sizing: border-box; }

body {
  font-family: "Hiragino Sans W3","Hiragino Kaku Gothic ProN","ヒラギノ角ゴ ProN W3","メイリオ",Meiryo,"ＭＳ Ｐゴシック","MS PGothic",sans-serif;
  overflow-x: hidden;
  background-color: #f8f9fa;
  color: #333;
}

img { width: 100%; }
h2, h3 { text-align: center; }
a { text-decoration: none; color: inherit; }
html{line-height: 1.5;}
.red_aga  { color: #bc5064; }
.blue_aga { color: #44739e; }
.green_aga { color: #007A7B; }

/* ========================================
   WEBフォント
======================================== */
.share-tech-mono-regular {
  font-family: "Share Tech Mono", monospace !important;
  font-weight: 400;
}
.ibm-plex-sans-jp-regular {
  font-family: "IBM Plex Sans JP", sans-serif;
  font-weight: 400;
}
.ibm-plex-sans-jp-bold {
  font-family: "IBM Plex Sans JP", sans-serif;
  font-weight: 700;
}

/* ========================================
   3カラムレイアウト
======================================== */
.lp-container { display: flex; min-height: 100vh; }

/* 左サイドバー */
.left-sidebar {
  position: fixed; left: 0; top: 0;
  width: 15vw; height: 100vh;
  background: #007A7B;
  display: flex; flex-direction: column;
  align-items: center; justify-content: center;
  z-index: 100; padding: 2rem 1rem;
}
.left-decoration { width: 80%; text-align: center; color: white; margin-bottom: 1rem; }
.left-decoration .clinic-name { color: #c9a84c; font-size: 0.85rem; font-weight: 700; line-height: 1.5; }
.left-sidebar-price{ width: 80%; margin: 0 10%;}
.left-sidebar-text {
  writing-mode: vertical-rl;
  text-orientation: upright;
  color: white; font-size: 1.5rem; font-weight: bold;
  letter-spacing: 0.5rem; margin-bottom: 5rem;
}

/* 右サイドバー */
.right-sidebar {
  position: fixed; right: 0; top: 0;
  width: 20vw; height: 100vh;
  background: #007A7B;
  z-index: 100; padding: 3rem 2rem;
  overflow-y: auto;
}
.right-sidebar-header { text-align: center; color: white; margin-bottom: 2rem; }
.right-sidebar-header h3 { font-size: 1.2rem; font-weight: bold; margin-bottom: 0.5rem; color: white !important; }
.right-sidebar-header p  { font-size: 0.85rem; opacity: 0.8; }

.side-menu { list-style: none; padding: 0; margin: 0; }
.side-menu li { margin-bottom: 0.4rem; }
.side-menu a {
  display: block; padding: 0.8rem 1rem;
  border-bottom: 1px dotted white;
  color: white;
  font-size: 0.85rem; font-weight: 500; transition: all 0.3s;
}
.side-menu a:hover  { background: rgba(255,255,255,0.25); transform: translateX(-5px); }
.side-menu a.active { background: rgba(255,255,255,0.3); font-weight: bold; }

.side-cta { margin-top: 1.5rem; padding-top: 1.5rem; border-top: 1px solid rgba(255,255,255,0.3); }

.side-cta a img {margin-bottom: 1rem;}
.side-cta-button:hover { transform: translateY(-3px); box-shadow: 0 8px 20px rgba(0,0,0,0.3); }

.side-hours { margin-top: 1.5rem; width: 100%; }
.side-hours .h-title { color: white; font-size: 1.2rem; font-weight: 700; letter-spacing: 1px; margin-bottom: 8px; text-align: center; }
.side-hours .h-time  { color: rgba(255,255,255,0.7); font-size: 1rem; text-align: center; margin-bottom: 1rem; }
.day-grid { display: grid; grid-template-columns: repeat(4,1fr); gap: 2px; text-align: center; margin-bottom: 1.5rem; }
.day-grid .day-label {  color: white; font-size: 1rem; }
.day-grid .day-dot   { color: #a2cdd2; font-size: 1rem; }
.side-hours .holiday {  color: white; font-size: 1rem; margin-top: 6px; line-height: 1.5; text-align: center; }
.instagram-link {
  display: flex; align-items: center; gap: 4px;
  color: white; font-size: 0.7rem;
  margin-top: 8px; justify-content: center;
}
.instagram-link:hover { color: white; }
.side_qr{width: 60%; margin: 0 20%;}

/* メインコンテンツ */
.main-content {
  margin-left: 15vw; margin-right: 20vw;
  width: 65vw; background-color: white;
  position: relative; z-index: 10;
}

@media (max-width: 1024px) {
  .left-sidebar { display: none; }
  .right-sidebar { width: 20vw; padding: 2rem 1rem; }
  .right-sidebar-header h3 { font-size: 1.5rem; }
  .side-menu a { padding: 0.7rem 0.8rem; font-size: 0.8rem; }
  .main-content { margin-left: 0; margin-right: 20vw; width: 80vw; }
}
@media (max-width: 820px) {
  .left-sidebar, .right-sidebar { display: none; }
  .main-content { margin-left: 0; margin-right: 0; width: 100vw;max-width: 100%; overflow-x: hidden; padding-top: 52px; }
  .side-cta { display: none; }
  .mobile-header { display: flex !important; }
}

/* ========================================
   モバイルヘッダー
======================================== */

.mobile-header {
  display: none;
  position: fixed;
  top: 0; left: 0;
  width: 100%;
  height: 52px;
  background: #20BEC9;
  align-items: center;
  justify-content: space-between;
  padding: 0 1rem;
  z-index: 300;
  box-sizing: border-box;
}

.mobile-header::before {
  content: '';
  display: block;
  width: 32px;
  height: 32px;
  flex-shrink: 0;
}

.mobile-header .mobile-logo {
  height: 32px;
  width: auto;
}
.hamburger-btn {
  background: none;
  border: none;
  cursor: pointer;
  display: flex;
  flex-direction: column;
  gap: 5px;
  padding: 4px;
}
.hamburger-btn span {
  display: block;
  width: 24px;
  height: 2px;
  background: #fff;
  border-radius: 2px;
  transition: transform 0.3s, opacity 0.3s;
}
.hamburger-btn.is-open span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
.hamburger-btn.is-open span:nth-child(2) { opacity: 0; }
.hamburger-btn.is-open span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }

/* ===== ドロワー本体 ===== */
.drawer-overlay {
  display: none;
  position: fixed;
  inset: 0;
  background: rgba(0,0,0,0.4);
  z-index: 290;
}
.drawer-overlay.is-open { display: block; }

.drawer-menu {
  position: fixed;
  top: 52px; right: -100%;
  width: min(280px, 80vw);
  height: calc(100dvh - 52px);
  background: #20BEC9;
  z-index: 295;
  overflow-y: auto;
  padding: 1.5rem 1rem 6rem;
  transition: right 0.3s ease;
}
.drawer-menu.is-open { right: 0; }

.drawer-menu ul { list-style: none; margin: 0; padding: 0; }
.drawer-menu li { border-bottom: 1px dotted rgba(255,255,255,0.4); }
.drawer-menu a {
  display: block;
  padding: 0.85rem 0.5rem;
  color: #fff;
  font-size: 1rem;
  font-weight: 500;
}
.drawer-menu a:active { background: rgba(255,255,255,0.2); }

.drawer-cta {
  margin-top: 1.5rem;
  display: flex;
  flex-direction: column;
  gap: 0;
}
.drawer-cta a img { width: 100%; display: block; }

@media (max-width: 768px) {
  .mobile-header { display: flex; }
  .main-content  { padding-top: 52px; }
}
@media (max-width: 480px) {
.drawer-cta {margin-top: 0.5rem;}
.drawer-cta a img {width: 80%; margin:0 10%;}
.drawer-btn a {padding:0.5rem;}
}

/* ========================================
   アニメーション
======================================== */
.fade-in {
  opacity: 0; transform: translateY(30px);
  transition: opacity 0.6s, transform 0.6s;
}
.fade-in.visible { opacity: 1; transform: translateY(0); }

.btn_wrap {
  display: grid; grid-template-columns: 1fr 1fr;
  gap: 1rem; width: 80%; margin: 0 10%;
}
@media (max-width: 480px) {
  .btn_wrap { grid-template-columns: 1fr; }
}

@keyframes floating {
  0%   { transform: translateY(0); }
  50%  { transform: translateY(-10px); }
  100% { transform: translateY(0); }
}
.button-floating {
  animation: floating 2s ease-in-out infinite;
  display: inline-block; color: white; border-radius: 5px; cursor: pointer;
}

@keyframes popIn {
  0%   { opacity: 0; transform: scale(0.85); }
  60%  { opacity: 1; transform: scale(1.07); }
  100% { opacity: 1; transform: scale(1); }
}
.scroll-popup { opacity: 0; transform: scale(0.85); transition: opacity 0.6s ease, transform 0.6s ease; }
.scroll-popup.is-visible { animation: popIn 0.7s ease forwards; }

/* ========================================
   タイトル共通
======================================== */
h2.main {
  font-family: "IBM Plex Sans JP", sans-serif;
  font-size: 5rem; line-height: 7rem;
  font-weight: 700; color: #007A7B;
}
.sec-label {
  display: block; text-align: center;
  font-size: 2rem; letter-spacing: 3px;
  color: rgba(0,122,123,0.3); font-weight: 700; margin-bottom: 0.5rem;
}
.sec-desc {
  text-align: center; color: #007A7B;
  font-size: 1rem; margin-bottom: 4rem; line-height: 1.8;
}
.ttl_blue {
  background-image: url('../img/h2_bk_blue.png');
  background-repeat: no-repeat; background-size: 100% auto;
  background-position: top center; background-color: #CCEFF1 !important;
  padding: 15% 1rem 2rem; overflow: visible;
}
.ttl_white {
  background-image: url('../img/h2_bk_white.jpg');
  background-repeat: no-repeat; background-size: 100% auto;
  background-position: top center; background-color: white;
  padding: 15% 1rem 2rem; overflow: visible;
}

@media (max-width: 820px) {
  h2.main { font-size: 3rem; line-height: 3.5rem; }
  .sec-desc { margin-bottom: 3rem; }
}
@media (max-width: 480px) {
  h2.main { font-size: 2rem; line-height: 2.5rem; margin-bottom: 2rem; }
  .sec-label { font-size: 1rem; }
  #concerns h2.main { margin-bottom: 0; }
  .sec-desc { margin-bottom: 1rem; }
}

/* ========================================
   HERO
======================================== */
.hero {
  display: flex; flex-direction: column;
  align-items: center; justify-content: center;
  text-align: center;
  background: linear-gradient(135deg, #0d1f3c 0%, #1a3a6e 100%);
}

.hero-heading {
  position: relative;
  display: block;
  width: 100%;
  margin: 0;
  padding: 0;
  background-image: url('../img/mv_pc.jpg');
  background-size: 100% auto;
  background-repeat: no-repeat;
  background-position: top center;
  aspect-ratio: 1920 / 1680;
  overflow: hidden;
  font-size: 0;
  color: transparent;
  text-indent: -9999px;
}

/* ========================================
   CTA first
======================================== */
.cta-first { padding: 4rem 0; text-align: center; color: #007A7B; background: #dbf7fd; }
.cta-first h2 { font-size: 3rem; margin-bottom: 1.5rem; font-weight: bold; padding-bottom: 8px; }
.cta-first_inner { padding: 0 4rem; }
.cv_h { border-bottom: #007A7B solid 2px; }
.cta-first p { font-size: 1rem; margin-bottom: 1.5rem; opacity: 0.95; line-height: 1.8; }
.cta-first img.cv_i { width: 70%; margin-bottom: 1rem; }

@media (max-width: 820px) {
  .cta-first { padding: 2rem 0; }
  .cta-first h2 { font-size: 2.5rem; }
  .cta-first_inner { padding: 0 2rem; }
}
@media (max-width: 480px) {
  .cta-first h2 { font-size: 1.8rem; }
}


/* ========================================
   NG ACTIONSセクション
======================================== */
.ng-bk02 { padding: 5rem 3rem 10rem; }
.ng-bk02 p {
  font-size: 4rem; text-align: center;
  padding-bottom: 5rem; font-weight: bold; color: #007A7B;
}
.ng-bk02 img { padding-bottom: 5rem; }

#ng-cover {
  position: relative; width: 100%;
  background-image: url('../img/ng-cover_01.jpg');
  background-repeat: no-repeat; background-size: 100% auto;
  background-position: top center; aspect-ratio: 1920 / 2428; overflow: hidden;
}
#ng-cover img[alt*="そんなことを"] { display: none; }
#ng-cover .ng-cover-text {
  position: absolute; top: 32%; left: 48%;
  transform: translateX(-50%) translateY(30px);
  width: 73%; height: auto; opacity: 0; display: block;
}

@keyframes fadeIn {
  0%   { opacity: 0; }
  100% { opacity: 1; }
}
@keyframes seesaw {
  0%   { transform: translateX(-50%) translateY(0px)   rotate(0deg); }
  25%  { transform: translateX(-50%) translateY(-12px) rotate(-2.5deg); }
  50%  { transform: translateX(-50%) translateY(0px)   rotate(0deg); }
  75%  { transform: translateX(-50%) translateY(-12px) rotate(2.5deg); }
  100% { transform: translateX(-50%) translateY(0px)   rotate(0deg); }
}
#ng-cover .ng-cover-text.is-visible {
  animation: fadeIn 1.2s ease-out forwards, seesaw 3.2s linear infinite;
}

.ng-result { background: rgba(0,172,175,1); padding: 4rem; }

.ng-warn {
  background: rgba(201,13,13,1); border-radius: 14px;
  padding: 2rem; text-align: center; margin: 0 4rem 4rem !important;
}
.ng-warn p { color: white; font-size: 2rem; line-height: 1.8; }

.ng-cta-box { background: #fff; border-radius: 30px; }
.ng-cta-box p { color: #000; font-size: 3rem; line-height: 2; }
.ng-cta-box p span { padding: 0.2rem 1rem; background-color: brown; color: white; }
.ng-cta-box-inner { padding: 4rem 6rem; }
.ng-cta-box-inner .why { width: 20%; margin: 0 5% 0 75%; }

.why-price {
  display: inline-block; margin-bottom: 3rem;
  background-color: #007A7B; padding: 2rem; text-align: left;
}
.why-price .q { color: white; font-size: 3rem; font-weight: 700; margin-bottom: 2rem; padding-bottom: 1%; border-bottom: white 3px solid; }
.why-price .a { color: white; font-size: 2rem; line-height: 1.7; }

@media (max-width: 480px) {
  .ng-result { padding: 2rem 1rem; }
  .ng-bk { padding: 0; margin-bottom: 3rem; background-image: url(../img/ng-label_bg_sp.jpg); background-position: top; }
  .ng-bk02 { padding: 0 1rem; }
  .ng-bk02 p { font-size: 1.5rem; padding-bottom: 1.5rem; }
  .ng-bk02 img { padding-bottom: 2rem; }
  .ng-warn { margin: 0 1rem 4rem !important; }
  .ng-warn p { font-size: 1.5rem; }
  .ng-cta-box .ng-cta-box-inner { padding: 0 2rem 2rem; }
  .ng-cta-box-inner .why { width: 30%; margin: 5% 10% 0 60%; }
  .why-price { padding: 1.5rem; border-radius: 10px; }
  .why-price .q { font-size: 1.3rem; }
  .why-price .a { font-size: 1rem; }
  .ng-cta-box p { font-size: 1.1rem; line-height: 1.8; }
  .ng-cta-box img{margin-bottom: 1rem;}
}

/* ========================================
   悩みセクション
======================================== */
#concerns {
  background-color: #c9e8ec;
  background-image: url("../img/concerns_bk.jpg");
  background-position: top center;
  background-repeat: repeat-y;
  background-size: 100% auto;
  overflow: hidden;
  padding-top: 7rem;
}

.concerns-section {
  background-color: transparent;
  background-image: none;
  padding: 6rem;
}
.concerns-section li { color: black; font-size: 2rem; line-height: 2; margin-bottom: 2rem; }
.underline-wrap {
  display: inline-block; position: relative;
  padding-left: 3rem; border-bottom: #2e7c8c dotted 5px;
}
.underline-wrap::before {
  content: ""; position: absolute; display: inline-block;
  left: 0; top: 1.5em; width: 32px; height: 32px;
  background: url("../img/concerns_check.png") no-repeat center / contain;
}
.concerns-section li span.concerns-big { color: #2e7c8c; font-size: 3rem; font-weight: bold;}

@media (max-width: 1024px) {
.concerns-section li span.concerns-big { color: #2e7c8c; font-size: 2.5rem; }
.concerns-section { padding: 3rem 3rem; }
.concerns-section li{line-height: 1.5;}
.underline-wrap::before{top:0.5rem;}
}

@media (max-width: 480px) {
  #concerns { padding-top: 3rem; }
  .concerns-section { padding: 3rem 1.5rem; }
  .concerns-section li { font-size: 1.2rem; text-indent: 0.5rem; padding-right: 1.2rem; }
  .underline-wrap::before { width: 20px; height: 20px; top: 0.45em; }
  .concerns-section li span.concerns-big { font-size: 1.5rem; }
  .underline-wrap {padding-left: 1.5rem;}
}

/* ========================================
   CTA中間
======================================== */
.cta-middle { padding: 4rem 0; text-align: center; color: #007A7B; background: white; }
.cta-middle h2 { font-size: 3rem; margin-bottom: 1.5rem; font-weight: bold; padding-bottom: 8px; }
.cta-middle_inner { padding: 0 4rem; }
.cv_h { border-bottom: #007A7B solid 2px; }
.cta-middle p { font-size: 1rem; margin-bottom: 1.5rem; opacity: 0.95; line-height: 1.8; }
.cta-middle img.cv_i { width: 70%; margin-bottom: 1rem; }

@media (max-width: 820px) {
  .cta-middle { padding: 2rem 0; }
  .cta-middle h2 { font-size: 2.5rem; }
  .cta-middle_inner { padding: 0 2rem; }
}
@media (max-width: 480px) {
  .cta-middle h2 { font-size: 1.8rem; }
}

/* ========================================
   AGAの原因セクション
======================================== */
.aga-cause-section { background-color: #CCEFF1 !important; padding: 0 0 3rem; }
.cause-card {
  background-color: #fff; border: 1px solid rgba(201,168,76,0.25);
  border-radius: 16px; padding: 3rem; width: 90%; margin: 0 5%;
}
.cause-card h3 {
  font-size: 2.4rem !important; font-weight: bold;
  border-bottom: 1px #000 solid; margin-bottom: 2rem;
  text-align: left !important; display: flex; align-items: center; gap: 0.5rem; padding-bottom: 10px;
}
.cause-card p { font-size: 1.5rem; line-height: 1.8; }

@media (max-width: 1024px) {
  .aga-cause-section > h2.main { font-size:4.5rem; }
}
@media (max-width: 820px) { .aga-cause-section { padding: 3rem 0; } }
@media (max-width: 480px) {
  .aga-cause-section { padding: 3rem 0; }
  .cause-card { padding: 1.5rem; }
  .cause-card h3 { font-size: 1.5rem !important; }
  .cause-card p  { font-size: 1rem; }
}

/* ========================================
   3大アプローチセクション
======================================== */
.approach-title { text-align: center; font-size: 2rem; font-weight: 800; color: #000; margin: 6rem 0 3rem; letter-spacing: 1px; }
.approach-title_s01 { font-size: 3rem; }
.approach-title_s02 { font-size: 5rem; }

.approach-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 1rem; padding: 4rem; }
.approach-item { border-radius: 12px; padding: 1.2rem; text-align: center; margin: 5rem; }
.h3-title{justify-content: center; text-align: left;}
.h3-badges {
  display: flex;
  flex-direction: row;
  gap: 0.6rem;
  align-items: center;
  justify-content: flex-end;
  flex-shrink: 0;
}
.h3-badge {
  background: #fff;
  border-radius: 50%;
  width: 70px;
  height: 70px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.1rem;
  font-weight: 800;
  line-height: 1.2;
  box-shadow: 0 2px 8px rgba(0,0,0,0.15);
}
.approach-item h3 {
  padding: 2rem;
  color: white;
  border-radius: 10px 10px 0 0;
  font-weight: bold;
  box-shadow: 0 5px 15px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1.2rem;
}
.approach-item .a-item-left01 h4,
.approach-item .a-item-left02 h4,
.approach-item .a-item-left03 h4 { padding: 1rem; color: white !important; font-weight: bold; font-size: 1.6rem; margin: 2rem 3rem 1rem; border-radius: 100px; }
.a-item-left01 img.a-item-img, .a-item-left02 img.a-item-img, .a-item-left03 img.a-item-img { margin-bottom: 4rem !important; }
.a-item-left01 h4,.a-item01 h3,.a-item01_01_ttl { background-color: #bc5064; }
.a-item-left02 h4,.a-item02 h3,.a-item02_01_ttl { background-color: #44739e; }
.a-item-left03 h4,.a-item03 h3,.a-item03_01_ttl { background-color: #007A7B; }
.a-item-inner { border-radius: 0 0 10px 10px; box-shadow: 0 5px 15px; padding-bottom: 5rem;}
.a-item_list   { border-bottom: #bc5064 dotted 4px; margin-bottom: 5%; display: inline-block; }
.a-item_list02  { border-bottom: #44739e dotted 4px; margin-bottom: 5%; display: inline-block; }
.a-item_list03  { border-bottom: #007A7B dotted 4px; margin-bottom: 5%; display: inline-block; }
.a-item_indent, .a-item-left01 p,.a-item01 .h3-badge  { color: #bc5064; }
.a-item_indent02, .a-item-left02 p,.a-item02 .h3-badge { color: #44739e; }
.a-item_indent03, .a-item-left03 p,.a-item03 .h3-badge { color: #007A7B; }
.a-item01_01_ttl, .a-item02_01_ttl, .a-item03_01_ttl { padding: 1rem; color: white; font-size: 1.5rem; width: 90%; margin: 0 5% 2rem; }
.a-item03_01_p{padding: 4rem;}
.a-item02_01{ width:96%!important; margin: 0 2% 0 0!important;}
.approach-item p { font-size: 1.5rem; line-height: 1.6; text-align: left; }
.approach-item img { width: 80%; margin-left:10%; margin-right:10%; }
.a-item_p{padding: 4rem;}
.a-item_p02{padding: 0 4rem;}
.a-item03_01_h5{
  font-size: 2rem;
  border-bottom: #007A7B solid 4px;
  margin-bottom: 2rem;
  font-weight: bold;
  color: #007A7B;
}
.item03_04{width: 100%!important;margin: 0!important;}

.cytokine-container {
  width: 100%; max-width: 900px; margin: 20px auto; border: 1px solid #e0e0e0;
}
.cytokine-row { display: flex; border-bottom: 1px solid #e0e0e0; }
.cytokine-row:last-child { border-bottom: none; }
.cytokine-name, .cytokine-effect { padding: 15px; box-sizing: border-box; }
.cytokine-name { width: 30%; background-color: #f8f9fa; font-weight: bold; display: flex; flex-direction: column; justify-content: center; }
.cytokine-effect { width: 70%; line-height: 1.6; }
.header { background-color: #333; color: #fff; font-weight: bold; }
.header .cytokine-name { background-color: #333; }
.tag { display: inline-block; background-color: #d32f2f; color: #fff; padding: 2px 8px; border-radius: 4px; font-size: 0.85rem; margin-bottom: 5px; vertical-align: middle; }
.sub-name { font-size: 0.85rem; font-weight: normal; color: #666; }

@media (max-width: 1024px) {
  .approach-item { margin: 3rem 1rem; }
  .approach-grid { padding: 3rem 2rem; }
  .a-item_p { padding: 2rem; }
  .approach-item img { width: 60%; }
  .approach-grid { grid-template-columns: 1fr; }
  .approach-item .a-item-left01 h4,
  .approach-item .a-item-left02 h4,
  .approach-item .a-item-left03 h4 { font-weight: 400; }
}

@media screen and (max-width: 768px) {
  .header { display: none; }
  .cytokine-row { flex-direction: column; }
  .cytokine-name, .cytokine-effect { width: 100%; }
  .cytokine-name { background-color: #eee; padding: 10px 15px; }
  .cytokine-effect { padding-top: 10px; }
}

@media (max-width: 820px) {
  div.a-item-left01 img.a-item-img, .a-item-left02 img.a-item-img, .a-item-left03 img.a-item-img { margin-bottom: 2rem!important; }
  .a-item-left01 h4, .a-item-left02 h4, .a-item-left03 h4 { margin-bottom: 1rem; }
  .h3-title { justify-content: center; }
  .h3-badge { width: 58px; height: 58px; font-size: 0.95rem; }
  .h3-badges { justify-content: center; }
  .approach-item { margin: 0; }
  .approach-item h3 { flex-direction: column; align-items: flex-start; display: block; }
  .a-item_p { padding: 3rem; }
  .a-item_p02 { padding: 0 1rem; }
}
@media (max-width: 480px) {
  div.a-item-left01 img.a-item-img, .a-item-left02 img.a-item-img, .a-item-left03 img.a-item-img { margin-bottom: 0!important; }
  .approach-item .a-item-left01 h4,
  .approach-item .a-item-left02 h4,
  .approach-item .a-item-left03 h4 { padding: 0.3rem 1rem; font-weight: 400!important; font-size: 1.2rem; }
  .approach-title_s01 { font-size: 2rem; }
  .approach-title_s02 { font-size: 4rem; }
  .approach-item p { font-size: 1rem; }
  .approach-grid { padding: 3rem 1rem 2rem; }
  .h3-badge { width: 60px; height: 60px; font-size: 1.1rem; }
  .a-item_p { padding: 1rem; }
  .a-item-inner { padding-bottom: 3rem; }
  .a-item03_01_h5 { font-size: 1.5rem; }
}

/* ========================================
   3つのアプローチ（治療の特徴）セクション
======================================== */
.treatment-feature-section { background: #CCEFF1; }
.tf-inner { padding: 3rem 6rem; }
.tf-grid { display: grid; grid-template-columns: 1fr; gap: 1.2rem; margin-top: 2rem; }
.tf-card {
  border-radius: 18px; padding: 1.8rem;
  display: flex; gap: 1.4rem; align-items: flex-start;
  transition: transform 0.3s; background-color: #fff;
}
.tf-card:hover { transform: translateY(-3px); }
.tf-icon-wrap { width: 60px; height: 60px; border-radius: 16px; display: flex; align-items: center; justify-content: center; flex-shrink: 0; margin-top: 1rem; }
.tf-body { flex: 1; }
.tf-tag { display: inline-block; font-size: 0.65rem; font-weight: 700; letter-spacing: 2px; padding: 0.2rem 0.7rem; border-radius: 20px; margin-bottom: 0.6rem; }
.tf-card.internal .tf-tag { background: rgba(99,179,237,0.2); color: #003d7b; }
.tf-card.external .tf-tag { background: rgba(201,76,76,0.2); color: #bc5064; }
.tf-card.injection .tf-tag { background: rgba(74,222,128,0.15); color: #007A7B; }
.tf-card.internal h3  { color: #003d7b !important; }
.tf-card.external h3  { color: #bc5064 !important; }
.tf-card.injection h3 { color: #007A7B !important; }
.tf-body h3 { font-size: 2rem !important; font-weight: 800 !important; margin-bottom: 0.5rem; text-align: left !important; line-height: 1.5; }
.tf-body p  { font-size: 1.5rem; line-height: 1.7; }
.tf-drugs { display: flex; flex-wrap: wrap; gap: 0.4rem; margin-top: 0.8rem; }
.tf-drug { font-size: 0.72rem; padding: 0.25rem 0.7rem; border-radius: 20px; color: rgba(0,0,0,0.7); background: rgba(0,122,123,0.1); }
.tf-combo { margin-top: 2rem; text-align: center; }
.section-divider { border: none; border-top: 1px solid rgba(255,255,255,0.06); margin: 0; }

@media (max-width: 820px) {
  .tf-inner { padding: 0 1.5rem; }
  .tf-card { flex-direction: column; gap: 1rem; padding: 1.4rem; }
  .tf-icon-wrap { width: 20%; margin: 0 40%; }
}
@media (max-width: 480px) {
  .tf-body h3 { font-size: 1.3rem !important; }
  .tf-body p  { font-size: 1rem; }
}

/* ========================================
   選ばれる理由
======================================== */
.reasons-section { background: white; }
.h-risks-box-wrap { display: grid; grid-template-columns: repeat(2, 1fr); gap: 20px; margin-bottom: 2rem; padding: 0 6rem 5rem; }
.h-risks-box { display: flex; flex-direction: column; height: 100%; }
.h-risks-box_ttl { text-align: center; }
.h-risks-box_p {
  flex: 1; display: flex; flex-direction: column;
  background-color: #fff; padding: 1.5rem; border-radius: 0 0 15px 15px;
  box-shadow: 0 5px 15px rgba(0,0,0,0.1); color: #666; line-height: 1.7; font-size: 1.5rem;
}

@media (max-width: 1024px) {
#reasons .ttl_white h2.main{font-size: 4.5rem; line-height:1.2;}
.h-risks-box-wrap { padding: 0 1.5rem 0; }
}

@media (max-width: 820px) {
.reasons-section { padding: 0 0 3rem; }
.h-risks-box-wrap { grid-template-columns: 1fr; padding: 0 1.5rem 0; }
}

@media (max-width: 480px) {
#reasons .ttl_white h2.main{font-size: 2rem; line-height:1.2;}
.h-risks-box_p {font-size: 1.1rem;}
}

/* ========================================
   料金セクション
======================================== */
.price-section { background-color: white; padding: 0; }
.price-section_inner { display: grid; grid-template-columns: repeat(2, 1fr); gap: 20px; margin-bottom: 2rem; padding: 0 3rem 0; }
.price-section-box { display: flex; flex-direction: column; height: 100%; }
.price-note { color: rgba(0,0,0,0.5); font-size: 1rem; margin-top: 1rem; line-height: 1.8; }

@media (max-width: 1024px) {
#price .ttl_white h2.main{font-size: 4.5rem; line-height:1.2;}
.price-section_inner { grid-template-columns: 1fr; padding: 0 1.5rem 0; gap: 12px; }
}

@media (max-width: 480px) {
#price .ttl_white h2.main{font-size: 2rem; line-height:1.2;}
}

/* ========================================
   治療の流れ
======================================== */
#flow { margin: 0; background-color: white; }
.flow-inner { padding: 5rem 6rem; }
#flow ul { display: grid; grid-template-columns: repeat(3, 1fr); }
#flow ul li p { padding: 2rem !important; color: #000 !important; font-size: 1.5rem;}

@media (max-width: 1024px) {
  .flow-inner { padding: 1rem 1.5rem 3rem !important; }
}
@media (max-width: 480px) {
  #flow .ttl_white > h2.main { margin-bottom: 0!important; }
  #flow ul { grid-template-columns: 1fr; }
  #flow ul li p { padding: 1rem !important; }
  .flow-inner img {width: 80%; margin: 0 10%; margin-bottom: 1rem;}
  #flow ul li p {font-size: 1.1rem;}
}

/* ========================================
   FAQ
======================================== */
.faq-section { background: white; }
.faq-inner { padding: 5rem 7rem; }
.faq-item { border-bottom: 1px solid #e0e0e0; padding: 1.2rem 0; }
.faq-q {
  font-size: 2rem; font-weight: 700; color: #007A7B;
  cursor: pointer; display: flex; justify-content: flex-start; align-items: center; gap: 1rem;
}
.faq-q::before {
  content: 'Q'; color: white; padding: 10px 16px 16px;
  border-radius: 8px; background-color: #007A7B;
  font-weight: 900; line-height: 1em; min-width: 18px;
}
.faq-q .toggle { color: #007A7B; font-size: 2.3rem; transition: transform 0.2s; flex-shrink: 0; margin-left: auto; }
.faq-a { display: none; padding: 0.8rem 0 0 24px; font-size: 1.5rem; color: #555; line-height: 1.8; }
.faq-item.open .faq-a  { display: block; }
.faq-item.open .toggle { transform: rotate(45deg); }

@media (max-width: 820px) {
  .faq-inner { padding: 0 3rem 3rem; }
  .faq-q::before { padding: 10px 15px 16px 15px; }
  .faq-q { font-size: 1.8rem; }
}
@media (max-width: 480px) {
  #faq .ttl_white h2.main { margin-bottom: 0 !important; }
  .faq-inner { padding: 0 1.5rem 3rem; }
  .faq-q { font-size: 1.3rem; }
  .faq-a { font-size: 1.1rem; }
}

/* ========================================
   最終CTA
======================================== */
.final-cta { padding: 0 0 4rem; }
.final-cta_inner { padding: 0 6rem; }
.final-cta h2 { font-size: 2rem; margin-bottom: 1.5rem; font-weight: bold; padding-bottom: 8px; }
.final-cta p { font-size: 1.5rem; margin-bottom: 4rem; opacity: 0.95; line-height: 1.8; }
.final-cta .tel-cta { margin: 2.5rem 0; color: rgba(16,49,104,0.8); text-align: center; }
.final-cta .tel-cta a { color: #007A7B; font-size: 3rem; font-weight: 700; display: block; margin-top: 4px; }
.final-cta .price-note { color: rgba(16,49,104,0.5); font-size: 1rem; margin-top: 1.5rem; line-height: 1.8; }

@media (max-width: 820px) {
  .final-cta { padding: 0 0 3rem; }
  .final-cta h2 { font-size: 2rem !important; }
  .final-cta_inner { padding: 0 3rem; }
  .final-cta p { font-size: 1.5rem; }
}
@media (max-width: 480px) {
  .final-cta .price-note { margin-bottom: 0; }
  .final-cta_inner { padding: 0 2rem; }
  .final-cta_inner p { font-size: 1.1rem; margin-bottom:2rem; }
  .final-cta .tel-cta a {font-size: 2rem;}
}

/* ========================================
   クリニック紹介
======================================== */
.content-section { padding: 5rem 6rem; }

h3.border {
  padding: 0.8rem 0 !important; margin-bottom: 1rem !important;
  background-image: linear-gradient(90deg, #007A7B 0 20%, #dedede 20%) !important;
  background-repeat: no-repeat !important; background-size: 100% 10% !important;
  background-position: bottom !important; color: #007A7B !important;
  font-weight: bold !important; font-size: 1.5rem !important;
  text-align: left; text-indent: 1em;
}

.clinic-slider-container { position: relative; max-width: 100%; margin: 0 auto 2rem; overflow: hidden; box-shadow: 0 4px 15px rgba(0,0,0,0.1); }
.clinic-slider { display: flex; transition: transform 0.5s ease-in-out; }
.clinic-slide { min-width: 100%; position: relative; }
.clinic-slide img { width: 100%; height: auto; display: block; }

.slider-controls { position: absolute; top: 50%; width: 100%; display: flex; justify-content: space-between; transform: translateY(-50%); padding: 0 1rem; box-sizing: border-box; }
.slider-btn { background: rgba(255,255,255,0.9); border: none; width: 40px; height: 40px; border-radius: 50%; cursor: pointer; font-size: 1.2rem; display: flex; align-items: center; justify-content: center; transition: all 0.3s; box-shadow: 0 2px 8px rgba(0,0,0,0.2); }
.slider-btn:hover { background: white; transform: scale(1.1); }
.slider-dots { display: flex; justify-content: center; gap: 0.5rem; padding: 1rem 0; position: absolute; bottom: 10px; width: 100%; }
.dot { width: 10px; height: 10px; border-radius: 50%; background: rgba(255,255,255,0.5); cursor: pointer; transition: all 0.3s; }
.dot.active { background: white; width: 12px; height: 12px; }

.tb_time { max-width: 800px; margin: 2rem auto; padding: 0 1rem; }
.tb_time table { width: 100%; border-collapse: collapse; background: white; border-radius: 10px; overflow: hidden; box-shadow: 0 2px 10px rgba(0,0,0,0.08); }
.tb_time thead { background-color: #007A7B; }
.tb_time thead th { color: white; padding: 1rem 0.5rem; font-size: 1.2rem; text-align: center; border-right: 1px solid rgba(255,255,255,0.2); }
.tb_time thead th:first-child { text-align: left; padding-left: 1.5rem; }
.tb_time thead th:last-child  { border-right: none; }
.tb_time tbody th { background: #f8f9fa; color: #2c3e50; padding: 1.2rem 1.5rem; text-align: left; vertical-align: middle; border-bottom: 1px solid #e9ecef; }
.tb_time tbody td { text-align: center; vertical-align: middle; padding: 1.2rem 0.5rem; border-bottom: 1px solid #e9ecef; border-right: 1px solid #e9ecef; }
.tb_time tbody td:last-child { border-right: none; }
.tb_time .txt_col05 { color: #007A7B; font-size: 1.5rem; font-weight: bold; }
.tb_time .lh16 { line-height: 1.6; font-size: 1em; margin-bottom: 2%; }
.link { color: #a2cdd2; font-weight: bold; border-bottom: #a2cdd2 solid 2px; }

@media (max-width: 820px) {
  .slider-btn { width: 35px; height: 35px; font-size: 1.5rem; }
  .tb_time thead th { padding: 2rem 0.3rem; font-size: 1.1rem; }
  .tb_time thead th:first-child { padding-left: 2rem; font-size: 1.1rem; }
  .tb_time tbody th { padding: 2rem 0.8rem; font-size: 1.1rem; }
  .tb_time tbody td { padding: 1rem 0.3rem; }
  .tb_time .txt_col05 { font-size: 1.2rem; }
  .tb_time .lh16 { margin-bottom: 5%; }
  .content-section { padding: 0 3rem; }
}
@media (max-width: 480px) {
  .tb_time thead th:first-child {padding: 2rem 0; text-align: center; }
  .content-section { padding: 0 1.5rem; }
  .tb_time { padding: 0; }
}

/* ========================================
   フッター
======================================== */
.footer { background-color: #007A7B; color: white; padding: 3rem 2rem 11rem; text-align: center; }
.footer-links { margin-bottom: 1.5rem; line-height: 2; }
.footer-links a { color: white; margin: 0 1rem; transition: opacity 0.3s; }
.footer-links a:hover { opacity: 0.7; }
@media (max-width: 1024px) { .footer { padding: 1.5rem 2rem 7rem; } }
@media (max-width: 480px) { .footer { padding: 1.5rem 2rem 4rem; } }

/* ========================================
   FIX-CTAボタン
======================================== */
.fixed-button {
  position: fixed; bottom: 0; left: 0; right: 0; z-index: 200;
  background-color: rgba(255,255,255,0.7); padding: 1rem 1rem;
  display: flex; align-items: center; justify-content: center; gap: 1rem;
}
.fixed-button .btn_wrap {
  display: grid; grid-template-columns: 1fr 1fr;
  width: 80%; margin: 0 10%; gap: 4rem;
  place-content: center;
  justify-items: center; /* ← 追加：各セル内でボタンを中央揃え */
}
.fixed-button a:hover { transform: translateY(-3px); box-shadow: 0 8px 25px rgba(0,0,0,0.3); }
.fixed-button .btn_wrap img { max-width: 400px; }

@media (max-width: 1300px) { .fixed-button { padding: 0.5rem 1.5rem; } }
@media (max-width: 1024px) { .fixed-button .btn_wrap { width: 60%; } }
@media (max-width: 768px)  { .fixed-button .btn_wrap { width: 80%; } }
@media (max-width: 480px) {
  .fixed-button .btn_wrap,
  .btn_wrap { grid-template-columns: 1fr 1fr; width: 100%; margin: 0; gap: 0.5rem; }
}