@charset "UTF-8";

/* =========================================================================
   LP専用スコープ・初期設定
   ========================================================================= */
html, body {
  margin: 0;
  padding: 0;
}

html {
  /* PC基準幅: 1920px (1rem = 10px) */
  font-size: calc(100vw / 1920 * 10);
}

.lp-takase-headache-wrapper {
  line-height: 1.5;
  color: #333;
  margin: 0;
  padding: 0;
  position: relative;
  overflow-x: hidden;
}

.lp-takase-headache-wrapper * {
  box-sizing: border-box;
}

.lp-takase-headache-wrapper img {
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
}

.lp-takase-headache-wrapper p,
.lp-takase-headache-wrapper h1 {
  margin: 0;
  padding: 0;
}

/* フォントクラス */
.lp-takase-headache-wrapper .lp-font-mincho {
  font-family: "Noto Serif JP", serif;
}
.lp-takase-headache-wrapper .lp-font-gothic {
  font-family: "Noto Sans JP", sans-serif;
    
}

/* 表示制御 */
.lp-takase-headache-wrapper .sp-only {
  display: none !important;
}

/* =========================================================================
   PC版スタイル (ベース)
   ========================================================================= */

/* ヘッダー */
.lp-takase-headache-wrapper .lp-header {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 12.0rem; /* ヘッダー高さ 120px */
  background: transparent;
  z-index: 100;
  box-shadow: none;
}

.lp-takase-headache-wrapper .lp-header__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 99%;
  height: 100%;
}

.lp-takase-headache-wrapper .lp-header__logo {
  padding-left: 2rem;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 0.5rem;
}
.lp-takase-headache-wrapper .lp-header__logo-toptext {
  font-size: 1.4rem;
  color: #6b552e;
  margin: 0;
  font-weight: 500;
  position: relative;
  top: 2.5rem;
  left: 12.2rem;
}
.lp-takase-headache-wrapper .lp-header__logo img {
  width: 44.0rem; /* ロゴ幅 440px */
}
.lp-takase-headache-wrapper .lp-header__logo-bottomtext {
  font-size: 2.8rem;
  color: #fff;
  background: #5ab8a9;
  padding: 0.8rem 2rem;
  border-radius: 0.5rem;
  display: block;
    width: 100%;
    box-sizing: border-box;
    text-align: center;
  line-height: 1;
    letter-spacing: .25rem;
}

/* アクセス情報（PC版ヘッダー） */
.lp-takase-headache-wrapper .lp-header__access {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 0.8rem;
    margin-top: 2rem;
  margin-left: 2rem;
  margin-right: auto;
}
.lp-takase-headache-wrapper .lp-header__access-item {
  display: flex;
  align-items: center;
  gap: 0.8rem;
  background: #fee0bc;
  padding: 0.8rem 1.8rem;
  border-radius: 3rem;
}
.lp-takase-headache-wrapper .lp-header__access-icon {
  width: 2.5rem;
}
.lp-takase-headache-wrapper .lp-header__access-text {
  font-weight: 500;
    color: #59421a;
    font-size: 2.2rem;
}

/* 連絡先エリア */
.lp-takase-headache-wrapper .lp-header__contact {
  display: flex;
  align-items: center;
  height: 100%;
  background: transparent;
  gap: 0.5rem;
    height: 10rem;
    margin-right: 0.5rem;
}
.lp-takase-headache-wrapper .lp-header__tel-box {
  display: flex;
  flex-direction: column;
  justify-content: stretch;
  background: #fff;
  border: 0.2rem solid #fff;
  height: 100%; /* 余白を持たせる */
}
.lp-takase-headache-wrapper .lp-header__tel-label {
  font-size: 1.4rem;
  background: #6a4929;
  color: #fff;
  text-align: center;
  padding: 0.4rem 0;
  font-weight: 500;
}
.lp-takase-headache-wrapper .lp-header__tel-number {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  padding: 0.5rem 1.5rem;
  color: #453526;
  flex-grow: 1;
}
.lp-takase-headache-wrapper .lp-header__tel-icon {
  width: 1.8rem;
}
.lp-takase-headache-wrapper .lp-header__tel-text {
  font-size: 3.6rem;
  font-weight: 700;
  letter-spacing: 0.05em;
  font-family: serif;
}
.lp-takase-headache-wrapper .lp-header__booking-btn {
  display: flex;
  align-items: center;
  height: 100%;
}
.lp-takase-headache-wrapper .lp-header__booking-btn img {
  height: 100%;
  width: auto;
}

/* ハンバーガーメニュー */
.lp-takase-headache-wrapper .lp-header__menu {
  background: #55a09b; /* メニュー背景 仮の緑 */
  width: 10.0rem;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  color: #fff;
    height: 10rem;
}
.lp-takase-headache-wrapper .lp-header__menu-line {
  width: 4rem;
  height: 0.3rem;
  background: #fff;
  margin: 0.5rem 0;
}
.lp-takase-headache-wrapper .lp-header__menu-text {
  font-size: 1.6rem;
  margin-top: 0.5rem;
    font-family: "Noto Serif JP", serif;
}

/* =========================================================================
   ナビゲーションドロワー（PC・SP共通）
   ========================================================================= */

/* ナビパネル本体 */
.lp-takase-headache-wrapper .lp-nav {
  position: fixed;
  top: 11.0rem; /* ヘッダー高さ 12.0rem に合わせた位置 */
  right: 0;
  width: 60%; /* PC: 右60%幅 */
  /* height: 100vh; */
  background: #fcebdb;
  z-index: 50; /* ヘッダー(z-index:100)の下に配置 */
  transform: translateX(100%);
  transition: transform 0.3s ease;
  overflow-y: auto;
}
.lp-takase-headache-wrapper .lp-nav.is-open {
  transform: translateX(0);
}

/* ナビ内部 */
.lp-takase-headache-wrapper .lp-nav__inner {
  padding: 2.5rem 4.5rem;
}

/* 2カラムグリッド（PC） */
.lp-takase-headache-wrapper .lp-nav__list {
  display: grid;
  grid-template-columns: 1fr 1fr;
  list-style: none;
  margin: 0;
  padding: 0;
  gap: 0 3.0rem;
}

/* 各アイテム */
.lp-takase-headache-wrapper .lp-nav__item {
  border-bottom: 1px solid #d3b49b;
}
/* 左列（奇数番目）に右ボーダー */
.lp-takase-headache-wrapper .lp-nav__item:nth-child(odd) {
  /* border-right: 1px solid #d3b49b; */
}

/* リンク */
.lp-takase-headache-wrapper .lp-nav__link {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 1.6rem 1.6rem 1.6rem 0.4rem;
  font-size: 2.4rem;
  color: #333;
  text-decoration: none;
  font-family: "Noto Serif JP", serif;
  line-height: 2;
  gap: 0.8rem;
}
/* 右列（偶数番目）は左にパディング追加 */
.lp-takase-headache-wrapper .lp-nav__item:nth-child(even) .lp-nav__link {
  padding-left: 2.0rem;
}

/* 矢印アイコン（::after） */
.lp-takase-headache-wrapper .lp-nav__link::after {
  font-size: 1.4rem;
  color: #f28c38;
  flex-shrink: 0;
}
.lp-takase-headache-wrapper .lp-nav__item--right .lp-nav__link::after {
  content: "▶";
}
.lp-takase-headache-wrapper .lp-nav__item--down .lp-nav__link::after {
  content: "▼";
}

/* =========================================================================
   ハンバーガー → ×変換（PC・SP共通）
   ========================================================================= */
.lp-takase-headache-wrapper .lp-header__menu-line {
  transition: transform 0.3s ease, opacity 0.3s ease;
}
/* PC: ライン間隔 = 0.3rem(高さ) + 0.5rem×2(上下margin) = 1.3rem */
.lp-takase-headache-wrapper.is-nav-open .lp-header__menu-line:nth-child(1) {
  transform: translateY(1.3rem) rotate(45deg);
}
.lp-takase-headache-wrapper.is-nav-open .lp-header__menu-line:nth-child(2) {
  opacity: 0;
  transform: translateX(-1rem);
}
.lp-takase-headache-wrapper.is-nav-open .lp-header__menu-line:nth-child(3) {
  transform: translateY(-1.3rem) rotate(-45deg);
}
/* MENUテキスト：開閉時もそのまま表示 */

/* =========================================================================
   SP固定ボトムCTA（PCでは非表示）
   ========================================================================= */
.lp-takase-headache-wrapper .lp-sp-fixed-cta {
  display: none; /* PCでは完全非表示 */
}

/* Heroエリア */
.lp-takase-headache-wrapper .lp-hero {
  position: relative;
  width: 100%;
}
.lp-takase-headache-wrapper .lp-hero__bg {
  display: block;
  width: 100%;
}
.lp-takase-headache-wrapper .lp-hero__bg img {
  width: 100%;
  height: auto;
}

/* Heroコンテンツ（オーバーレイ） */
.lp-takase-headache-wrapper .lp-hero__content {
  position: absolute;
  top: 23.0rem; /* 上部からの位置 230px */
  left: 15.0rem; /* PC版では左側に配置 */
  width: 115rem;
  text-align: left;
  color: #4f3c34;
text-shadow:
  0 0  2px #fff,
  0 0  5px #fff,
  0 0  5px #fff,
  0 0 10px #fff,
  0 0 10px #fff,
  0 0 10px #fff,
  0 0 20px rgba(255,255,255,0.8),
  0 0 30px rgba(255,255,255,0.6),
  0 0 50px rgba(255,255,255,0.4);
    text-align: center;
}
.lp-takase-headache-wrapper .lp-hero__lead {
  font-size: 3.2rem; /* フォントサイズ 32px */
  font-weight: 600;
  margin-bottom: 2rem;
}
.lp-takase-headache-wrapper .lp-hero__main-title {
  display: flex;
  flex-direction: column;
  gap: 1.0rem;
  font-weight: 700;
}
.lp-takase-headache-wrapper .lp-hero__title-line1 {
  font-size: 7.0rem; /* フォントサイズ 70px */
  letter-spacing: 0.05em;
  margin-bottom: 1.5rem;
}
.lp-takase-headache-wrapper .lp-hero__title-line2 {
  font-size: 6.0rem; /* テキスト 60px */
  display: flex;
  align-items: baseline;
  justify-content: flex-start;
  gap: 0.5rem;
    color: #ef5e1f;
}
.lp-takase-headache-wrapper .lp-hero__title-em {
   /* 指定オレンジ */
  font-size: 10.0rem; /* 頭痛専門医 100px */
  font-weight: 900;
  line-height: 1;
}
.lp-takase-headache-wrapper .lp-hero__title-line3 {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 2rem;
  margin-top: 1rem;
}

.lp-takase-headache-wrapper .lp-hero__bubble {
  background: #f4f2ed;
  color: #4f3c34;
  text-shadow: none;
  font-size: 6.0rem; /* テキストサイズ 60px */
  width: auto;
  padding: 0; /* 左右の余白を追加して幅を確保 */
  height: 14.0rem; /* 高さ 160px */
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  font-weight: 700;
}
.lp-takase-headache-wrapper .lp-hero__bubble::before {
  content: "";
  position: absolute;
  bottom: 100%;
  left: 50%;
  transform: translateX(-50%);
  border-width: 0 1.5rem 2rem 1.5rem;
  border-style: solid;
  border-color: transparent transparent #f4f2ed transparent;
}
.lp-takase-headache-wrapper .lp-hero__to {
  font-size: 6.0rem;
}
.lp-takase-headache-wrapper .lp-hero__title-line4 {
  font-size: 6.0rem; /* デフォルト 60px 付近に */
  margin-top: 1rem;
}

/* =========================================================================
   お悩み・導入セクション
   ========================================================================= */
.lp-takase-headache-wrapper .lp-trouble {
  width: 100%;
}
.lp-takase-headache-wrapper .lp-trouble__main {
  position: relative;
  width: 100%;
}
.lp-takase-headache-wrapper .lp-trouble__bg {
  display: block;
  width: 100%;
}
.lp-takase-headache-wrapper .lp-trouble__bg img {
  width: 100%;
  height: auto;
}
.lp-takase-headache-wrapper .lp-trouble__content {
  position: absolute;
  top: 10%; /* 画像の余白に合わせて調整可能 */
  left: 40%; /* PC版は右側にテキストブロック */
  width: 57%; 
  display: flex;
  flex-direction: column;
  gap: 2.5rem;
  background: transparent;
}
.lp-takase-headache-wrapper .lp-trouble__top-text {
  font-size: 4.6rem;
  color: #554131;
  text-align: center;
  font-weight: 500;
}
.lp-takase-headache-wrapper .lp-trouble__card {
  display: flex;
  flex-direction: column;
  margin: 0 1.5rem;
}
.lp-takase-headache-wrapper .lp-trouble__heading {
  background: #554131;
  color: #fff;
  font-size: 4.5rem;
  text-align: center;
  padding: 1.5rem 0;
  font-weight: 700;
  letter-spacing: 0.05em;
}
.lp-takase-headache-wrapper .lp-trouble__heading .lp-trouble__sm {
  font-size: 3.5rem;
}
.lp-takase-headache-wrapper .lp-trouble__list {
  background: #fff;
  list-style: none;
  padding: 3.0rem 8.0rem;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 2rem;
  align-items: flex-start;
}
.lp-takase-headache-wrapper .lp-trouble__list li {
  display: flex;
  align-items: center;
  gap: 2rem;
    font-family: "Noto Serif JP", serif;
    letter-spacing: 0.2rem;
    font-weight: bold;
}
.lp-takase-headache-wrapper .lp-trouble__icon {
  width: 5rem;
  height: auto;
}
.lp-takase-headache-wrapper .lp-trouble__list-text {
  font-size: 2.6rem;
  color: #4f3c34;
  font-weight: 600;
}
.lp-takase-headache-wrapper .lp-trouble__message {
  text-align: center;
  margin-top: 1rem;
}
.lp-takase-headache-wrapper .lp-trouble__message-sub {
  font-size: 3.4rem;
  color: #7eb8b1;
  font-weight: 700;
text-shadow:
  0 0  2px #fff,
  0 0  5px #fff,
  0 0  5px #fff,
  0 0 10px #fff,
  0 0 10px #fff,
  0 0 10px #fff,
  0 0 20px rgba(255,255,255,0.8),
  0 0 30px rgba(255,255,255,0.6),
  0 0 50px rgba(255,255,255,0.4);
}
.lp-takase-headache-wrapper .lp-trouble__message-main {
  font-size: 5.6rem;
  color: #5ab8a9;
  font-weight: 700;
  margin-top: 1.5rem;
text-shadow:
  0 0  2px #fff,
  0 0  5px #fff,
  0 0  5px #fff,
  0 0 10px #fff,
  0 0 10px #fff,
  0 0 10px #fff,
  0 0 20px rgba(255,255,255,0.8),
  0 0 30px rgba(255,255,255,0.6),
  0 0 50px rgba(255,255,255,0.4);
}

/* 下部テキストエリア */
.lp-takase-headache-wrapper .lp-trouble__bottom {
  background: #f4f0ed; /* 背景色（画像から推測） */
  padding: 6rem 0;
  text-align: center;
}
.lp-takase-headache-wrapper .lp-trouble__bottom-inner {
  width: 100%;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: 4rem;
}
.lp-takase-headache-wrapper .lp-trouble__bottom-para {
  font-size: 2.4rem;
  color: #554131;
  line-height: 2.0;
  font-weight: 500;
}
.lp-takase-headache-wrapper .lp-trouble__bottom-orange {
  color: #e56025;
  font-weight: 700;
}

/* =========================================================================
   プロフィール１セクション
   ========================================================================= */
.lp-takase-headache-wrapper .lp-prof1 {
  width: 100%;
  padding: 8rem 0;
  background: #fff;
}
.lp-takase-headache-wrapper .lp-prof1__inner {
  width: calc(100% - 8.0rem);
  max-width: 184.0rem;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
}
.lp-takase-headache-wrapper .lp-prof1__card {
  display: flex;
  align-items: center;
  width: 100%;
  background-image: url('../img/booking_bg.jpg');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  padding: 9.5rem 4.5rem 5.0rem 0;
}
.lp-takase-headache-wrapper .lp-prof1__card--reverse {
  display: block;
  position: relative;
  background-image: url('../img/prof_bg.jpg');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  margin-top: 8.0rem;
}
.lp-takase-headache-wrapper .lp-prof1__image-wrap {
  flex: 1;
  position: relative;
}
.lp-takase-headache-wrapper .lp-prof1__image {
  width: 100%;
  height: auto;
  display: block;
}
.lp-takase-headache-wrapper .lp-prof1__text-wrap {
  width: 90.0rem;
  flex-shrink: 0;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  margin-left: auto;
  background-color: rgba(255, 255, 255, 0.9);
  clip-path: polygon(
    0 0,
    calc(100% - 4rem) 0,
    100% 4rem,
    100% 100%,
    4rem 100%,
    0 calc(100% - 4rem)
  );
  padding: 6rem 7rem;
}
.lp-takase-headache-wrapper .lp-prof1__text-wrap--reverse {
  position: absolute;
  top: 0;
  left: 0;
  width: 60%;
  height: 100%;
  padding: 10rem 7rem 6rem 7rem;
  background-color: transparent;
  clip-path: none;
  margin-left: 0;
  z-index: 1;
}
.lp-takase-headache-wrapper .lp-prof1__heading {
  font-size: 7.4rem;
  color: #554131;
  line-height: 1.4;
  margin-bottom: 3rem;
  font-weight: 700;
  margin-top: 0;
  border-bottom: 1px solid #766c66;
  padding-bottom: 3rem;
}
.lp-takase-headache-wrapper .lp-prof1__heading--card1 .lp-prof1__heading-orange {
  color: #f38c39;
}
.lp-takase-headache-wrapper .lp-prof1__heading-ni {
  font-size: 6.4rem;
}
.lp-takase-headache-wrapper .lp-prof1__heading--card2 {
  font-size: 5rem;
  border-bottom: 0.2rem solid #ef5e1f;
  padding-bottom: 3rem;
}
.lp-takase-headache-wrapper .lp-prof1__heading--card2 .lp-prof1__heading-orange {
  color: #ef5e1f;
  font-size: 6rem;
}
.lp-takase-headache-wrapper .lp-prof1__heading-underline {
  border-bottom: 0.2rem solid #ef5e1f;
  display: inline-block;
  line-height: 1.2;
}
.lp-takase-headache-wrapper .lp-prof1__desc {
  font-size: 2.2rem;
  color: #333;
  line-height: 2.0;
  margin-bottom: 4rem;
}
.lp-takase-headache-wrapper .lp-prof1__desc-orange {
  color: #ef5e1f;
  font-weight: 700;
}
.lp-takase-headache-wrapper .lp-prof1__btn {
  display: block;
  width: 44.0rem;
  margin: auto;
}
.lp-takase-headache-wrapper .lp-prof1__btn img {
  width: 100%;
  height: auto;
}

.lp-takase-headache-wrapper .lp-prof1__circles {
  display: flex;
  align-items: center;
  gap: 1.5rem;
  /* margin-bottom: 3rem; */
  margin: 2rem auto 3rem;
  /* justify-content: center; */
}
.lp-takase-headache-wrapper .lp-prof1__circle {
  width: 16.0rem;
  height: 16.0rem;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 3.2rem;
  font-weight: 700;
  text-align: center;
  line-height: 1.4;
}
.lp-takase-headache-wrapper .lp-prof1__circle--green {
  background: #5eb4a5;
}
.lp-takase-headache-wrapper .lp-prof1__circle--brown {
  background: #6a4929;
}
.lp-takase-headache-wrapper .lp-prof1__circle-text {
  font-size: 5rem;
  color: #333;
  font-weight: 600;
}
.lp-takase-headache-wrapper .lp-prof1__bottom-text {
  font-size: 5.0rem;
  color: #333;
  font-weight: 600;
  text-align: center;
  margin: 0 auto;
}

/* 院長のバッジ装飾 */
.lp-takase-headache-wrapper .lp-prof1__image-wrap--doctor {
  width: 100.0rem;
  flex: none;
  position: relative;
  z-index: 2;
}
.lp-takase-headache-wrapper .lp-prof1__card--reverse .lp-prof1__image-wrap--doctor {
  display: block;
  width: 55%;
  margin-left: auto;
  margin-top: -6.0rem;
  position: relative;
  z-index: 2;
}
.lp-takase-headache-wrapper .lp-prof1__card--reverse .lp-prof1__image-wrap--doctor .lp-prof1__image {
  width: 100%;
  height: auto;
  display: block;
}
.lp-takase-headache-wrapper .lp-prof1__doctor-bg {
  position: absolute;
  top: 5%;
  right: -5%;
  width: 90%;
  height: 90%;
  background: #fdf3ef;
  z-index: -1;
}
.lp-takase-headache-wrapper .lp-prof1__badge {
  position: absolute;
  bottom: -8rem;
  left: 10rem;
  z-index: 3;
  width: 55.0rem;
  box-shadow: 0 0.5rem 1.5rem rgba(0,0,0,0.1);
  display: inline-block;
}
.lp-takase-headache-wrapper .lp-prof1__badge-top {
  background: #fff;
  padding: 2.0rem 3.5rem;
}
.lp-takase-headache-wrapper .lp-prof1__badge-clinic {
  font-size: 2.8rem;
  color: #333;
  margin-bottom: 0.5rem;
  font-weight: 500;
}
.lp-takase-headache-wrapper .lp-prof1__badge-name {
  font-size: 2.8rem;
  color: #333;
  display: flex;
  align-items: baseline;
  font-weight: 600;
}
.lp-takase-headache-wrapper .lp-prof1__badge-name-large {
  font-size: 4.4rem;
  font-weight: 700;
  margin: 0 1rem;
}
.lp-takase-headache-wrapper .lp-prof1__badge-name-ruby {
  font-size: 2.4rem;
  color: #333;
}
.lp-takase-headache-wrapper .lp-prof1__badge-roles {
  background: #fdf0e9;
  color: #ef5e1f;
  font-size: 2.2rem;
  line-height: 1.6;
  padding: 1.5rem 3.5rem;
  font-weight: 500;
}

/* =========================================================================
   ポイントセクション
   ========================================================================= */
.lp-takase-headache-wrapper .lp-point {
  width: 100%;
  padding: 8rem 0;
  background: #fff;
}
.lp-takase-headache-wrapper .lp-point__inner {
  width: 100%;
  margin: 0 auto;
}
.lp-takase-headache-wrapper .lp-point__title-wrap {
  text-align: center;
  margin-bottom: 8rem;
  width: 100%;
}
.lp-takase-headache-wrapper .lp-point__title-main {
  font-size: 12.0rem;
  color: #5ab8a9;
  letter-spacing: 0.1em;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 2rem;
  margin: 0 auto 1rem;
  width: calc(100% - 2.0rem); /* 100% - 20px程度 */
  font-weight: normal;
}
.lp-takase-headache-wrapper .lp-point__title-main::before,
.lp-takase-headache-wrapper .lp-point__title-main::after {
  content: "";
  display: block;
  flex: 1; /* 横幅いっぱいに伸ばす */
  height: 0.1rem;
  background: #5ab8a9;
}
.lp-takase-headache-wrapper .lp-point__title-sub {
  font-size: 5.0rem;
  color: #333;
  font-weight: 600;
}

.lp-takase-headache-wrapper .lp-point__list {
  display: flex;
  flex-direction: column;
  gap: 8.0rem;
  width: calc(100% - 8.0rem); /* 100% - 80px程度 */
  margin: 0 auto;
}
.lp-takase-headache-wrapper .lp-point__item {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.lp-takase-headache-wrapper .lp-point__item--odd {
  flex-direction: row-reverse;
}
.lp-takase-headache-wrapper .lp-point__item--even {
  flex-direction: row;
}

.lp-takase-headache-wrapper .lp-point__image-wrap {
  width: 45%;
  position: relative;
  z-index: 2;
}
.lp-takase-headache-wrapper .lp-point__image {
  width: 100%;
  height: auto;
  display: block;
}
.lp-takase-headache-wrapper .lp-point__image-bg {
  position: absolute;
  top: 5%;
  width: 100%;
  height: 90%;
  background: #fbece5;
  z-index: -1;
}
.lp-takase-headache-wrapper .lp-point__item--odd .lp-point__image-bg {
  left: -5%;
}
.lp-takase-headache-wrapper .lp-point__item--even .lp-point__image-bg {
  left: 5%;
}

.lp-takase-headache-wrapper .lp-point__text-wrap {
  width: 48%;
}
.lp-takase-headache-wrapper .lp-point__head {
  display: flex;
  align-items: center;
  gap: 2rem;
  border-bottom: 0.1rem solid #ebd0c0;
  padding-bottom: 3.5rem;
  margin-bottom: 2rem;
}
.lp-takase-headache-wrapper .lp-point__number {
  width: 12.0rem;
  height: 12.0rem;
  color: #fff;
  font-family: "Noto Serif JP", serif;
  font-size: 6.0rem;
  font-weight: 500;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}
.lp-takase-headache-wrapper .lp-point__item--odd .lp-point__number {
  background: #f38c39;
}
.lp-takase-headache-wrapper .lp-point__item--even .lp-point__number {
  background: #ef5e1f;
}
.lp-takase-headache-wrapper .lp-point__heading {
  font-size: 4.2rem;
  color: #554131;
  line-height: 1.4;
  margin: 0;
  font-weight: 600;
}
.lp-takase-headache-wrapper .lp-point__heading-orange {
  color: #df5830;
}
.lp-takase-headache-wrapper .lp-point__desc {
  font-size: 2.4rem;
  color: #333;
  line-height: 2.0;
  padding: 0 3rem;
}
.lp-takase-headache-wrapper .lp-point__desc-orange {
  color: #df5830;
  font-weight: 700;
}
.lp-takase-headache-wrapper .lp-point__btn {
  display: block;
  width: 32.0rem;
  margin-top: 3rem;
}
.lp-takase-headache-wrapper .lp-point__btn img {
  width: 100%;
  height: auto;
}

/* =========================================================================
   診療案内セクション (MEDICAL)
   ========================================================================= */
.lp-takase-headache-wrapper .lp-med {
  width: 100%;
  padding-top: 8rem;
  background: #fff;
}
.lp-takase-headache-wrapper .lp-med__inner {
  width: 100%;
  margin: 0 auto;
}

/* タイトル */
.lp-takase-headache-wrapper .lp-med__title-wrap {
  text-align: center;
  margin-bottom: 5rem;
  width: 100%;
}
.lp-takase-headache-wrapper .lp-med__title-main {
  font-size: 12.0rem;
  color: #fbb35c;
  letter-spacing: 0.1em;
  display: flex;
  align-items: center;
  justify-content: center;
  /* gap: 2rem; */
  margin: 0 auto 1rem;
  width: calc(100% - 4.0rem);
  font-weight: normal;
}
.lp-takase-headache-wrapper .lp-med__title-first {
  color: #ef5e1f;
}
.lp-takase-headache-wrapper .lp-med__title-main::before,
.lp-takase-headache-wrapper .lp-med__title-main::after {
  content: "";
  display: block;
  flex: 1;
  height: 0.1rem;
  background: #fbb35c;
}
.lp-takase-headache-wrapper .lp-med__title-sub {
  font-size: 5.0rem;
  color: #4f3c34;
}

/* トップオレンジバナー */
.lp-takase-headache-wrapper .lp-med__top-banner {
  background: #f38c39;
  color: #fff;
  text-align: center;
  padding: 4rem 2rem;
  margin: 0 auto 6rem;
  width: calc(100% - 8.0rem);
}
.lp-takase-headache-wrapper .lp-med__top-banner-title {
  font-family: "Noto Serif JP", serif;
  font-size: 4.8rem;
  font-weight: 500;
  margin-bottom: 2rem;
}
.lp-takase-headache-wrapper .lp-med__top-banner-text {
  font-size: 2.2rem;
  line-height: 1.8;
}

/* 4カード・背景画像エリア */
.lp-takase-headache-wrapper .lp-med__bg-wrap {
  position: relative;
  width: 100%;
  margin-bottom: 8rem;
}
.lp-takase-headache-wrapper .lp-med__bg-img {
  width: 100%;
  height: auto;
  display: block;
}
.lp-takase-headache-wrapper .lp-med__cards {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  /* align-items: center; */
  gap: 4rem;
  padding: 6rem;
}
.lp-takase-headache-wrapper .lp-med__card {
  width: calc(48% - 2rem);
  /* filter: drop-shadow(0 4px 10px rgba(0,0,0,0.1)); */
  position: relative;
  margin-top: 5rem; /* space for the top circle */
}
.lp-takase-headache-wrapper .lp-med__card-inner {
  background: transparent;
  clip-path: polygon(
    0 0,
    calc(100% - 4rem) 0,
    100% 4rem,
    100% 100%,
    4rem 100%,
    0 calc(100% - 4rem)
);
  display: flex;
  flex-direction: column;
}
.lp-takase-headache-wrapper .lp-med__card-num {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 11.0rem;
  height: 11.0rem;
  background: #faeade;
  color: #f38c39;
  font-size: 6.4rem;
  font-weight: 500;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 2;
  line-height: 1;
}
.lp-takase-headache-wrapper .lp-med__card-head {
  background: #faeade;
  text-align: center;
  /* padding: 6rem 3rem 4rem; */
}
.lp-takase-headache-wrapper .lp-med__card-body {
  padding: 5rem 6rem;
  background: #ffffff;
}
.lp-takase-headache-wrapper .lp-med__card-title {
  font-size: 3rem;
  color: #333;
  text-align: center;
  font-weight: 500;
  line-height: 1.6;
}
.lp-takase-headache-wrapper .lp-med__card-desc {
  font-size: 2rem;
  color: #333;
  line-height: 2.2;
}
.lp-takase-headache-wrapper .lp-med__color-orange {
  color: #fe7100;
}
.lp-takase-headache-wrapper .lp-fw-bold {
  font-weight: 700;
}
.lp-takase-headache-wrapper .lp-med__underline {
  border-bottom: 2px solid #554131;
  padding-bottom: 0.3rem;
}

/* Featureブロック */
.lp-takase-headache-wrapper .lp-med__feature {
  width: calc(100% - 8.0rem);
  margin: 0 auto 10rem;
}
.lp-takase-headache-wrapper .lp-med__feature-box {
  width: 100%;
}
.lp-takase-headache-wrapper .lp-med__feature-box--1 {
  background: #f7f9f9;
}
.lp-takase-headache-wrapper .lp-med__feature-box--2 {
  background: #fdfaf7;
}
.lp-takase-headache-wrapper .lp-med__feature-head {
  padding: 2.5rem 6.0rem;
}
.lp-takase-headache-wrapper .lp-med__feature-head--1 {
  background: linear-gradient(140deg, #5ab8a9 49%, #b2d5d1 49%);
}
.lp-takase-headache-wrapper .lp-med__feature-head--2 {
  background: linear-gradient(140deg, #f0893a 49%, #f9cba6 49%);
}
.lp-takase-headache-wrapper .lp-med__feature-head-title {
  color: #fff;
  font-size: 5.0rem;
  font-weight: 500;
  display: flex;
  align-items: center;
  gap: 2rem;
  margin: 1rem 0;
}
.lp-takase-headache-wrapper .lp-med__feature-head-line {
  display: block;
  width: 0.5rem;
  height: 5.4rem;
}
.lp-takase-headache-wrapper .lp-med__feature-head-line--orange {
  background: #fbb35c;
}
.lp-takase-headache-wrapper .lp-med__feature-head-line--white {
  background: #fbb35c;
}
.lp-takase-headache-wrapper .lp-med__color-teal {
  color: #1e7b6c;
}
.lp-takase-headache-wrapper .lp-med__feature-body {
  display: flex;
  align-items: flex-start;
  padding: 0 4rem 4rem 6rem;
}
.lp-takase-headache-wrapper .lp-med__feature-text {
  width: 58%;
  padding-top: 3rem;
  padding-right: 4rem;
  padding-bottom: 2rem;
}
.lp-takase-headache-wrapper .lp-med__feature-box--2 .lp-med__feature-text {
  width: 62%;
  padding-right: 5rem;
}
.lp-takase-headache-wrapper .lp-med__feature-image-wrap {
  width: 42%;
}
.lp-takase-headache-wrapper .lp-med__feature-image-wrap--1 {
  margin-top: -6rem;
  margin-bottom: -2rem;
}
.lp-takase-headache-wrapper .lp-med__feature-image-wrap--2 {
  width: 35%;
  margin-top: -7rem;
  margin-bottom: 0;
}
.lp-takase-headache-wrapper .lp-med__feature-image-wrap img {
  width: 100%;
  height: auto;
  display: block;
}
.lp-takase-headache-wrapper .lp-med__feature-title {
  font-size: 3.2rem;
  margin-bottom: 4rem;
  font-weight: 500;
}
.lp-takase-headache-wrapper .lp-med__feature-desc {
  font-size: 2.2rem;
  color: #333;
  line-height: 2.2;
}

/* Gray Section */
.lp-takase-headache-wrapper .lp-med__gray-sec {
  background: #f2f2f2;
  padding: 0.01rem 0 8rem 0;
}
.lp-takase-headache-wrapper .lp-med__gray-inner {
  width: calc(100% - 8.0rem);
  margin: 0 auto;
  text-align: center;
}
.lp-takase-headache-wrapper .lp-med__gray-title {
  font-size: 7rem;
  color: #333;
  margin-bottom: 4rem;
  letter-spacing: 0.1em;
}
.lp-takase-headache-wrapper .lp-med__gray-bar {
  background: #59483c;
  color: #fff;
  font-size: 4.4rem;
  padding: 3rem 0;
  text-align: center;
  margin-bottom: 5rem;
  letter-spacing: 0.1em;
}
.lp-takase-headache-wrapper .lp-med__gray-intro {
  font-size: 2.8rem;
  color: #59483c;
  /* font-weight: 500; */
  margin-bottom: 6rem;
}
.lp-takase-headache-wrapper .lp-med__table-wrap {
  display: flex;
  gap: 4rem;
  margin-bottom: 5rem;
}
.lp-takase-headache-wrapper .lp-med__table {
  flex: 1;
  background: #fff;
  text-align: left;
  padding: 2.5rem;
}
.lp-takase-headache-wrapper .lp-med__table-head {
  background: #5ab8a9;
  color: #fff;
  font-size: 5rem;
  font-weight: 500;
  padding: 2.5rem 0;
  text-align: center;
}
.lp-takase-headache-wrapper .lp-med__table-head-small {
  font-size: 4.0rem;
  vertical-align: middle;
  padding: 0 0.5rem;
}
.lp-takase-headache-wrapper .lp-med__table-body {
  padding: 0 2rem 1rem;
}
.lp-takase-headache-wrapper .lp-med__table-row {
  display: flex;
  padding: 3rem 0;
  border-bottom: 2px dotted #ccc;
}
.lp-takase-headache-wrapper .lp-med__table-row:last-child {
  border-bottom: none;
}
.lp-takase-headache-wrapper .lp-med__table-term {
  width: 18rem;
  flex-shrink: 0;
  font-weight: 700;
  font-size: 2.4rem;
  color: #333;
}
.lp-takase-headache-wrapper .lp-med__table-desc {
  flex: 1;
  font-size: 2.4rem;
  color: #333;
  /* line-height: 2.0; */
}
.lp-takase-headache-wrapper .lp-med__gray-bottom {
  font-size: 2.6rem;
  line-height: 2.2;
  color: #59483c;
  /* font-weight: 500; */
}

/* Teal Section */
.lp-takase-headache-wrapper .lp-med__teal-sec {
  background: #5ab8a9;
  padding: 8rem 0;
  color: #fff;
  width: 100%;
  position: relative;
  overflow: hidden;
}
.lp-takase-headache-wrapper .lp-med__teal-sec::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(255, 255, 255, 0.12);
  clip-path: polygon(0 0, 12% 0, 0 95%);
  z-index: 1;
}
.lp-takase-headache-wrapper .lp-med__teal-sec::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(255, 255, 255, 0.12);
  clip-path: polygon(100% 100%, 100% -50%, 78% 100%);
  z-index: 1;
}
.lp-takase-headache-wrapper .lp-med__teal-inner {
  width: calc(100% - 8.0rem);
  margin: 0 auto;
  text-align: center;
  position: relative;
  z-index: 2;
}
.lp-takase-headache-wrapper .lp-med__teal-title {
  font-size: 6.0rem;
    margin: 0 auto 2rem;
  font-weight: normal;
    border-bottom: 1px solid #e0f5ec;
    width: 98rem;
}
.lp-takase-headache-wrapper .lp-med__teal-sub {
  font-size: 4.0rem;
  font-weight: 500;
  margin-bottom: 3rem;
}
.lp-takase-headache-wrapper .lp-med__teal-desc {
  font-size: 2.2rem;
  line-height: 2.0;
  margin-bottom: 6rem;
}
.lp-takase-headache-wrapper .lp-med__hospitals {
  display: flex;
  justify-content: center;
  gap: 4rem;
}
.lp-takase-headache-wrapper .lp-med__hospital {
  background: #fff;
  border-radius: 1.5rem;
  padding: 3rem;
  width: 48%; /* 2 in a row */
  display: flex;
  align-items: flex-start;
  gap: 3rem;
  color: #333;
  text-align: left;
}
.lp-takase-headache-wrapper .lp-med__hospital-img-wrap {
  width: 22rem;
  background: #eee;
  flex-shrink: 0;
  border-radius: 0.5rem;
  overflow: hidden;
}
.lp-takase-headache-wrapper .lp-med__hospital-img-wrap img {
  width: 100%;
  height: auto;
  display: block;
}
.lp-takase-headache-wrapper .lp-med__hospital-name {
  font-size: 3.2rem;
  font-weight: 700;
  color: #5ab8a9;
  margin-bottom: 1.5rem;
  margin-top: 0;
}
.lp-takase-headache-wrapper .lp-med__hospital-text p {
  font-size: 2rem;
  line-height: 2.0;
}

/* Guide Section */
.lp-takase-headache-wrapper .lp-guide {
  background: #f4f2ed;
  padding: 8rem 0;
}
.lp-takase-headache-wrapper .lp-guide__inner {
  background: #fff;
  width: calc(100% - 8.0rem);
  margin: 0 auto;
  padding: 8rem 6rem;
  box-sizing: border-box;
}
.lp-takase-headache-wrapper .lp-guide__heading {
  text-align: center;
  margin-bottom: 2rem;
}
.lp-takase-headache-wrapper .lp-guide__title {
  display: flex;
  align-items: baseline;
  justify-content: center;
  gap: 2rem;
  margin-bottom: 1rem;
  align-items: center;
}
.lp-takase-headache-wrapper .lp-guide__title-en {
  font-size: 12.0rem;
  font-weight: 500;
  background: linear-gradient(90deg, #ea5a17, #f7b15d);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  color: #ea5a17; /* Fallback */
  letter-spacing: 0.05em;
  padding-right: 0.5rem;
}
.lp-takase-headache-wrapper .lp-guide__title-ja {
  font-size: 5rem;
  color: #4f3c34;
  font-weight: 500;
  letter-spacing: 0.1em;
}
.lp-takase-headache-wrapper .lp-guide__subtitle {
  font-size: 3.8rem;
  color: #f38c39;
  font-weight: 500;
  letter-spacing: 0.1em;
  line-height: 1.6;
}
.lp-takase-headache-wrapper .lp-guide__desc-area {
  text-align: center;
  margin-bottom: 5rem;
}
.lp-takase-headache-wrapper .lp-guide__desc {
  font-size: 2.4rem;
  color: #333;
  line-height: 2.0;
  display: inline-block;
  text-align: left;
}
.lp-takase-headache-wrapper .lp-guide__list {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 2.5rem;
  list-style: none;
  padding: 0;
  margin: 0;
}
.lp-takase-headache-wrapper .lp-guide__item {
  position: relative;
  background: #f4efeb;
  transition: opacity 0.3s ease;
  outline: 0.1rem solid #fff;
  outline-offset: -0.6rem;
}
.lp-takase-headache-wrapper .lp-guide__item:hover {
  opacity: 0.8;
}
.lp-takase-headache-wrapper .lp-guide__item::after {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 0 3.0rem 3.0rem;
  border-color: transparent transparent #eb6523 transparent;
}
.lp-takase-headache-wrapper .lp-guide__link {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 10rem;
  padding: 1rem .5rem;
  box-sizing: border-box;
  text-decoration: none;
  color: #351f13;
  font-size: 2.8rem;
  font-weight: 500;
  text-align: center;
  line-height: 1.5;
}

}

/* Flow Section */
.lp-takase-headache-wrapper .lp-flow {
  background: #fff;
  padding: 10rem 0;
}
.lp-takase-headache-wrapper .lp-flow__inner {
  width: calc(100% - 8.0rem);
  max-width: 172.8rem;
  margin: 0 auto;
}
.lp-takase-headache-wrapper .lp-flow__heading {
  margin-bottom: 6rem;
}
.lp-takase-headache-wrapper .lp-flow__title {
  font-size: 5rem;
  color: #5ab8a9;
  border-left: 0.8rem solid #5ab8a9;
  padding-left: 2rem;
  line-height: 1.2;
  margin-bottom: 2rem;
  font-weight: 600;
}
.lp-takase-headache-wrapper .lp-flow__subtitle {
  font-size: 2.6rem;
  color: #333;
}
.lp-takase-headache-wrapper .lp-flow__list {
  list-style: none;
  padding: 0;
  margin: 0;
}
.lp-takase-headache-wrapper .lp-flow__item {
  width: 100%;
}
.lp-takase-headache-wrapper .lp-flow__head {
  background: #5ab8a9;
  color: #fff;
  display: flex;
  align-items: center;
  gap: 2.5rem;
  padding: 2rem 4rem;
}
.lp-takase-headache-wrapper .lp-flow__num {
  font-size: 5rem;
  font-weight: 300;
  line-height: 1;
}
.lp-takase-headache-wrapper .lp-flow__step-title {
  font-size: 3.2rem;
  font-weight: 500;
  letter-spacing: 0.05em;
  margin: 0;
}
.lp-takase-headache-wrapper .lp-flow__body {
  background: #f0f5f4;
  padding: 4rem 8rem;
  color: #333;
}
.lp-takase-headache-wrapper .lp-flow__body p {
  font-size: 2.4rem;
  line-height: 1.8;
  margin: 0;
}
.lp-takase-headache-wrapper .lp-flow__arrow {
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 3.5rem 4.5rem 0 4.5rem;
  border-color: #5ab8a9 transparent transparent transparent;
  margin: 3.0rem auto;
}


/* Message Section */
.lp-takase-headache-wrapper section.lp-message.lp-font-gothic {
  background-color: #f4f2ed;
  padding: 0 0 10rem 0;
}
.lp-takase-headache-wrapper .lp-message__inner {
  width: 100%;
}
.lp-takase-headache-wrapper .lp-message__grid {
  display: flex;
  align-items: stretch;
  /* gap: 8rem; */
}
.lp-takase-headache-wrapper .lp-message__profile {
  width: 70rem;
  flex-shrink: 0;
  display: flex;
  flex-direction: column;
}
.lp-takase-headache-wrapper .lp-message__prof-img {
  width: 100%;
}
.lp-takase-headache-wrapper .lp-message__prof-img img {
  width: 100%;
  height: auto;
  display: block;
}
.lp-takase-headache-wrapper .lp-message__prof-name-box {
  background: #fff;
  padding: 3rem;
  box-sizing: border-box;
  text-align: left;
  width: 90%;
  margin: -5.0rem auto 0;
}
.lp-takase-headache-wrapper .lp-message__prof-clinic {
  font-size: 2.8rem;
  margin-bottom: 1rem;
}
.lp-takase-headache-wrapper .lp-message__prof-name {
  display: flex;
  align-items: baseline;
  justify-content: flex-start;
  gap: 1.5rem;
}
.lp-takase-headache-wrapper .lp-message__prof-title {
  font-size: 2.8rem;
}
.lp-takase-headache-wrapper .lp-message__prof-name-l {
  font-size: 4.4rem;
}
.lp-takase-headache-wrapper .lp-message__prof-name-s {
  font-size: 2.4rem;
}
.lp-takase-headache-wrapper .lp-message__prof-qual-box {
  background: #ffebe0;
  padding: 3rem;
  box-sizing: border-box;
  flex: 1; /* Stretch to fill remaining height if needed */
  width: 90%;
  margin: auto;
}
.lp-takase-headache-wrapper .lp-message__prof-qual-list {
  list-style: disc;
  padding: 0;
  margin: 0 0 0 2rem;
}
.lp-takase-headache-wrapper .lp-message__prof-qual-list li {
  color: #ef5e1f;
  font-size: 2.2rem;
  line-height: 1.8;
  margin-bottom: 0.5rem;
  font-family: inherit;
  font-weight: 600;
}
.lp-takase-headache-wrapper .lp-message__content {
  flex: 1;
}
.lp-takase-headache-wrapper .lp-message__header {
  margin-bottom: 3rem;
}
.lp-takase-headache-wrapper .lp-message__head-group {
  display: flex;
  align-items: baseline;
  gap: 2rem;
  flex-wrap: wrap;
  margin-bottom: 2rem;
}
.lp-takase-headache-wrapper .lp-message__head-sub {
  font-size: 4.0rem;
  color: #4f3c34;
  letter-spacing: 0.1em;
}
.lp-takase-headache-wrapper .lp-message__head-main {
  font-size: 12.0rem;
  color: #fbb35c;
  line-height: 1;
  letter-spacing: 0.05em;
  font-weight: normal;
  margin: 3rem 0 5rem;
}
.lp-takase-headache-wrapper .lp-message__g-first {
  color: #ef5e1f;
}
.lp-takase-headache-wrapper .lp-message__catchphrase {
  font-size: 4.8rem;
  color: #f38c39;
  font-weight: 500;
  line-height: 2;
  margin: 0 3rem 4rem;
  border-bottom: 1px solid #f38c39;
  text-align: center;
  letter-spacing: .2rem;
}
.lp-takase-headache-wrapper .lp-message__line {
  width: 100%;
  height: 1px;
  background-color: #f38c39;
  margin: 2rem auto 4rem auto;
}
.lp-takase-headache-wrapper .lp-message__p {
  font-size: 2.4rem;
  line-height: 2.2;
  color: #333;
  margin-bottom: 3rem;
  text-align: justify;
}

.lp-message__text-body {
    margin: 0 6rem;
}
.lp-takase-headache-wrapper .lp-message__highlight {
  color: #ea7033;
  font-weight: bold;
}

/* FAQ Section */
.lp-takase-headache-wrapper .lp-faq {
  background: #fff;
  padding: 10rem 0;
}
.lp-takase-headache-wrapper .lp-faq__inner {
  width: calc(100% - 8.0rem);
  max-width: 172.8rem;
  margin: 0 auto;
}
.lp-takase-headache-wrapper .lp-faq__heading {
  margin-bottom: 6rem;
}
.lp-takase-headache-wrapper .lp-faq__title {
  font-size: 5rem;
  color: #333;
  border-left: 0.8rem solid #eb7838;
  padding-left: 2rem;
  line-height: 1.2;
  font-weight: 600;
}
.lp-takase-headache-wrapper .lp-faq__list {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
}
.lp-takase-headache-wrapper .lp-faq__item {
  width: 100%;
}
.lp-takase-headache-wrapper .lp-faq__summary {
  display: flex;
  align-items: stretch;
  cursor: pointer;
}
.lp-takase-headache-wrapper .lp-faq__q-mark {
  background: #f07e3a;
  color: #fff;
  width: 9rem;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 5rem;
  font-weight: 500;
  flex-shrink: 0;
  font-family: Arial, sans-serif;
}
.lp-takase-headache-wrapper .lp-faq__q-main {
  flex: 1;
  background: #6fa557;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 2.5rem 3rem;
  color: #fff;
}
.lp-takase-headache-wrapper .lp-faq__q-text {
  font-size: 2.8rem;
  font-weight: 500;
  letter-spacing: 0.05em;
}
.lp-takase-headache-wrapper .lp-faq__icon {
  position: relative;
  width: 2.4rem;
  height: 2.4rem;
  flex-shrink: 0;
  margin-left: 2rem;
}
.lp-takase-headache-wrapper .lp-faq__icon::before,
.lp-takase-headache-wrapper .lp-faq__icon::after {
  content: "";
  position: absolute;
  background: #fff;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.lp-takase-headache-wrapper .lp-faq__icon::before {
  width: 100%;
  height: 0.3rem;
}
.lp-takase-headache-wrapper .lp-faq__icon::after {
  width: 0.3rem;
  height: 100%;
  transition: transform 0.3s ease;
}
.lp-takase-headache-wrapper .lp-faq__item.is-open .lp-faq__icon::after {
  transform: translate(-50%, -50%) scaleY(0);
}
.lp-takase-headache-wrapper .lp-faq__answer {
  display: grid;
  grid-template-rows: 0fr;
  transition: grid-template-rows 0.3s ease;
}
.lp-takase-headache-wrapper .lp-faq__item.is-open .lp-faq__answer {
  grid-template-rows: 1fr;
}
.lp-takase-headache-wrapper .lp-faq__answer-inner {
  overflow: hidden;
}
.lp-takase-headache-wrapper .lp-faq__answer-content {
  padding: 4rem 4rem 4rem 11rem;
  font-size: 2.0rem;
  color: #333;
  line-height: 1.8;
}

/* =========================================================================
   SP版スタイル (ブレイクポイント: 768px)
   ========================================================================= */

/* Clinic Info Section */
.lp-takase-headache-wrapper .lp-info {
  background: #fff;
}
.lp-takase-headache-wrapper .lp-info__title-wrap {
  display: flex;
  align-items: center;
  padding: 0 6rem;
  margin: 8rem 0 0;
}
.lp-takase-headache-wrapper .lp-info__title-wrap::before,
.lp-takase-headache-wrapper .lp-info__title-wrap::after {
  content: "";
  flex: 1;
  height: 1px;
  background-color: #ccc;
}
.lp-takase-headache-wrapper .lp-info__title-wrap::before {
  margin-right: 2rem;
}
.lp-takase-headache-wrapper .lp-info__title-wrap::after {
  margin-left: 2rem;
}
.lp-takase-headache-wrapper .lp-info__title {
  font-size: 7rem;
  color: #333;
  display: inline-block;
  font-weight: normal !important;
}
.lp-takase-headache-wrapper .lp-info__photo img {
  width: 100%;
  height: auto;
  display: block;
}
.lp-takase-headache-wrapper .lp-info__teal {
  background-color: #5ab8a9;
  text-align: center;
  padding: 3rem 0;
}
.lp-takase-headache-wrapper .lp-info__teal h3 {
  color: #fff;
  font-size: 4.2rem;
  font-weight: normal;
  letter-spacing: 0.05em;
  margin: 0;
}
.lp-takase-headache-wrapper .lp-info__body {
  background-size: cover;
  background-color: #F8F4EE; /* Fallback */
  padding: 8rem 0;
}
.lp-takase-headache-wrapper .lp-info__inner {
  width: calc(100% - 8.0rem);
  max-width: 130.0rem;
  margin: 0 auto;
}
.lp-takase-headache-wrapper .lp-info__intro {
  text-align: center;
  font-size: 2.2rem;
  line-height: 2.2;
  color: #513931;
  margin-bottom: 6rem;
}
.lp-takase-headache-wrapper .lp-info__intro p {
  margin-bottom: 3rem;
}
.lp-takase-headache-wrapper .lp-info__intro p:last-child {
  margin-bottom: 0;
}
.lp-takase-headache-wrapper .lp-info__cols {
  display: flex;
  justify-content: center;
  gap: 6rem;
  margin-bottom: 8rem;
}
.lp-takase-headache-wrapper .lp-info__col-left {
  width: 65.0rem;
}
.lp-takase-headache-wrapper .lp-info__col-title {
  font-size: 2.6rem;
  color: #ea7033;
  border-left: 0.6rem solid #ea7033;
  padding-left: 1.5rem;
  margin-bottom: 3rem;
  letter-spacing: 0.05em;
}
.lp-takase-headache-wrapper .lp-info__table {
  width: 100%;
  border-collapse: collapse;
  background: #fff;
  border: 1px solid #f38c39;
  text-align: center;
}
.lp-takase-headache-wrapper .lp-info__table th,
.lp-takase-headache-wrapper .lp-info__table td {
  border-bottom: 1px solid #f38c39;
  padding: 1.5rem 0.5rem;
  font-size: 2.2rem;
  vertical-align: middle;
}
.lp-takase-headache-wrapper .lp-info__table thead th {
  background-color: #ef8b43;
  color: #fff;
  font-weight: normal;
  padding: 2rem 0.5rem;
}
.lp-takase-headache-wrapper .lp-info__th-time {
  width: 25%;
  font-weight: bold;
}
.lp-takase-headache-wrapper .lp-info__td-teal {
  color: #5ab8a9;
}
.lp-takase-headache-wrapper .lp-info__td-gray {
  color: #ccc;
}
.lp-takase-headache-wrapper .lp-info__notes {
  margin-top: 3rem;
  font-size: 2rem;
  line-height: 1.8;
  color: #333;
}
.lp-takase-headache-wrapper .lp-info__notes p {
  margin-bottom: 1.5rem;
}
.lp-takase-headache-wrapper .lp-info__note-row {
  display: flex;
  align-items: flex-start;
  margin-bottom: 0.5rem;
}
.lp-takase-headache-wrapper .lp-info__note-mark {
  display: inline-block;
  width: 2rem;
  flex-shrink: 0;
}
.lp-takase-headache-wrapper .lp-info__col-right {
  width: 55.0rem;
  padding-top: 6rem; /* Align with table content */
}
.lp-takase-headache-wrapper .lp-info__clinic-name {
  font-size: 2.2rem;
  font-weight: bold;
  margin-bottom: 2rem;
  color: #333;
}
.lp-takase-headache-wrapper .lp-info__address {
  font-size: 1.8rem;
  margin-bottom: 3rem;
  color: #333;
}
.lp-takase-headache-wrapper .lp-info__detail-block {
  font-size: 2rem;
  line-height: 1.8;
  margin-bottom: 3rem;
  color: #333;
}
.lp-takase-headache-wrapper .lp-info__access-link {
  color: #ea7033;
  text-decoration: none;
  font-size: 2rem;
  display: block;
  margin-top: 2rem;
}
.lp-takase-headache-wrapper .lp-info__access-link:hover {
  text-decoration: underline;
}
.lp-takase-headache-wrapper .lp-info__booking {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 3rem;
  max-width: 100.0rem;
  margin: 0 auto;
}
.lp-takase-headache-wrapper .lp-info__tel-box {
  width: 50%;
  background: #fff;
  overflow: hidden;
    padding: 0.5rem;
    box-sizing: border-box;
}
.lp-takase-headache-wrapper .lp-info__tel-head {
  background-color: #6d5849;
  color: #fff;
  text-align: center;
  font-size: 2.2rem;
  font-weight: bold;
  padding: .5rem 0;
  letter-spacing: 0.1em;
}
.lp-takase-headache-wrapper .lp-info__tel-body {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1.5rem;
  padding: 2rem 0;
}
.lp-takase-headache-wrapper .lp-info__tel-num {
  font-size: 4.8rem;
  color: #6d5849;
  font-weight: bold;
  letter-spacing: 0.05em;
  line-height: 1;
}
.lp-takase-headache-wrapper .lp-info__web-btn {
  width: 50%;
  display: block;
  transition: opacity 0.3s ease;
}
.lp-takase-headache-wrapper .lp-info__web-btn:hover {
  opacity: 0.8;
}
.lp-takase-headache-wrapper .lp-info__web-btn img {
  width: 100%;
  height: auto;
  display: block;
}
.lp-takase-headache-wrapper .lp-info__map {
  width: 100%;
  height: 45.0rem; /* PC height */
}
.lp-takase-headache-wrapper .lp-info__map iframe {
  width: 100%;
  height: 100%;
  display: block;
}
.lp-takase-headache-wrapper .lp-footer {
  background: #76a964;
  text-align: center;
}
.lp-takase-headache-wrapper .lp-footer p {
  font-size: 1.6rem;
  color: #FFF;
  padding: 1rem 0;
}

@media screen and (max-width: 768px) {
  html {
    /* SP基準幅: 750px (1rem = 10px) */

    font-size: calc(100vw / 750 * 10);
  }
    .lp-takase-headache-wrapper{
        padding-bottom: 11.4rem;
    }
  .lp-takase-headache-wrapper .pc-only { display: none !important; }
  .lp-takase-headache-wrapper .sp-only { display: block !important; }

  /* =========================================================================
     SP版: ヘッダー
     ========================================================================= */
  .lp-takase-headache-wrapper .lp-header {
    height: 13.5rem; /* 135px */
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    background-color: rgba(255, 255, 255, 0.7);
  }
  .lp-takase-headache-wrapper .lp-header__inner {
    align-items: stretch;
  }
  .lp-takase-headache-wrapper .lp-header__logo {
    padding-left: 1.5rem;
    gap: 0.2rem;
    /* justify-content: center; */
    margin-top: -0.7rem;
  }
  .lp-takase-headache-wrapper .lp-header__logo-toptext {
    /* position: static; */ /* PC版の relative top/left をリセット */
    font-size: 1.6rem; /* 推定 18px ※要確認 */
  }
  .lp-takase-headache-wrapper .lp-header__logo img {
    width: 45.0rem; /* 450px */
  }
  .lp-takase-headache-wrapper .lp-header__logo-bottomtext {
    font-size: 2.4rem; /* 推定 24px ※要確認 */
  }
  .lp-takase-headache-wrapper .lp-header__menu {
    position: absolute;
    top: 1.5rem; /* 25px */
    right: 3.5rem; /* 35px */
    width: 10.0rem; /* 100px */
    height: 10.0rem; /* 100px */
    background: #f18c39;
  }
  .lp-takase-headache-wrapper .lp-header__menu-line {
    width: 5.0rem;
    height: 0.4rem;
    margin: 0.7rem 0;
  }
  .lp-takase-headache-wrapper .lp-header__menu-text {
    font-size: 2.0rem;
  }

  /* =========================================================================
     SP版: ナビゲーションドロワー
     ========================================================================= */
  /* SP：全幅・1カラム */
  .lp-takase-headache-wrapper .lp-nav {
    width: 85%;
    top: 0;
    height: 100dvh; /* アドレスバーを考慮した可変高さ */
    overflow-y: auto;
  }
  .lp-takase-headache-wrapper .lp-nav__inner {
    padding: 15.0rem 2.0rem 7.0rem;
  }
  .lp-takase-headache-wrapper .lp-nav__list {
    grid-template-columns: 1fr; /* 1カラム */
  }
  /* 左列の右ボーダー解除 */
  .lp-takase-headache-wrapper .lp-nav__item:nth-child(odd) {
    border-right: none;
  }
  .lp-takase-headache-wrapper .lp-nav__link {
    font-size: 2.8rem;
    padding: 2.0rem 1.2rem;
  }
  .lp-takase-headache-wrapper .lp-nav__item:nth-child(even) .lp-nav__link {
    padding-left: 1.2rem; /* 右列の左パディングをリセット */
  }
  /* SP開時：navをヘッダー(z-index:100)より前面に */
  .lp-takase-headache-wrapper.is-nav-open .lp-nav {
    z-index: 150;
  }
  /* SP開時：ヘッダーをnavより最前面に・背景透明化 */
  .lp-takase-headache-wrapper.is-nav-open .lp-header {
    z-index: 200;
    background-color: transparent !important;
  }
  /* SP開時：ロゴ等（ボタン以外）を非表示 */
  .lp-takase-headache-wrapper.is-nav-open .lp-header__logo {
    opacity: 0;
    pointer-events: none;
  }
  /* SP開時：MENUボタン背景をオレンジに変更 */
  .lp-takase-headache-wrapper.is-nav-open .lp-header__menu {
    background: #f38c39;
  }
  /* SP: ×ライン間隔 = 0.4rem(高さ) + 0.7rem×2(上下margin) = 1.8rem */
  .lp-takase-headache-wrapper.is-nav-open .lp-header__menu-line:nth-child(1) {
    transform: translateY(1.8rem) rotate(45deg);
  }
  .lp-takase-headache-wrapper.is-nav-open .lp-header__menu-line:nth-child(3) {
    transform: translateY(-1.8rem) rotate(-45deg);
  }

  /* =========================================================================
     SP版: ファーストビュー（Hero）
     ========================================================================= */
  .lp-takase-headache-wrapper .lp-hero__content {
    top: auto;
    bottom: 10.0rem; /* デザインJPG目視推定 ※要確認 */
    left: 50%;
    transform: translateX(-50%);
    width: 92%;
    text-align: center;
  }
  .lp-takase-headache-wrapper .lp-hero__lead {
    font-size: 2.4rem; /* 24px ※要確認 */
    margin-bottom: 1.0rem;
  }
  .lp-takase-headache-wrapper .lp-hero__title-line1 {
    font-size: 4.2rem; /* 42px ※要確認 */
    margin-bottom: 0.5rem;
  }
  .lp-takase-headache-wrapper .lp-hero__title-line2 {
    font-size: 3.6rem; /* 36px ※要確認 */
    justify-content: center;
  }
  .lp-takase-headache-wrapper .lp-hero__title-em {
    font-size: 6.2rem; /* 62px ※要確認 */
  }
  .lp-takase-headache-wrapper .lp-hero__title-line3 {
    justify-content: center;
    gap: 1.5rem;
    margin-top: 0.5rem;
  }
  .lp-takase-headache-wrapper .lp-hero__bubble {
    font-size: 3.4rem; /* 34px ※要確認 */
    padding: 0 .5rem;
    height: 10.0rem;
  }
  .lp-takase-headache-wrapper .lp-hero__to {
    font-size: 3.4rem;
  }
  .lp-takase-headache-wrapper .lp-hero__title-line4 {
    font-size: 4.4rem; /* 44px ※要確認 */
    margin-top: 0.5rem;
  }

  /* =========================================================================
     SP版: アクセスバー
     ========================================================================= */
  .lp-takase-headache-wrapper .lp-access-bar-sp {
    background: #fff;
    padding: 1.5rem 0;
  }
  .lp-takase-headache-wrapper .lp-access-bar-sp__inner {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 1.5rem;
  }
  .lp-takase-headache-wrapper .lp-access-bar-sp__item {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: row;
    gap: 1.5rem;
    background: #fdf5ea;
    width: 34.5rem; /* 345px */
    height: 6.5rem; /* 65px */
    border-radius: 4.0rem;
    flex-shrink: 0;
  }
  .lp-takase-headache-wrapper .lp-access-bar-sp__icon {
    width: 3.0rem;
  }
  .lp-takase-headache-wrapper .lp-access-bar-sp__text {
    font-size: 2.6rem;
    font-weight: 500;
    color: #6a4929;
  }

  /* =========================================================================
     SP版: お悩み・導入セクション
     ========================================================================= */

  /* セクション背景 */
  .lp-takase-headache-wrapper .lp-trouble {
    background: #d2cdc9;
  }

  /* 写真＋コンテンツを縦並びに */
  .lp-takase-headache-wrapper .lp-trouble__main {
    display: flex;
    flex-direction: column;
  }

  /* コンテンツをabsoluteから通常フローへ */
  .lp-takase-headache-wrapper .lp-trouble__content {
    position: static;
    top: auto;
    left: auto;
    transform: none;
    width: 100%;
    gap: 0;
    background: transparent;
  }

  /* トップテキスト */
  .lp-takase-headache-wrapper .lp-trouble__top-text {
    font-size: 3.6rem; /* ※要確認 */
    padding: 3.0rem 2rem;
    text-align: center;
    font-weight: 600;
  }

  /* 見出し */
  .lp-takase-headache-wrapper .lp-trouble__heading {
    font-size: 4.2rem; /* ※要確認 */
    padding: 2.5rem 2rem;
    line-height: 1.6;
    text-align: center;
  }
  .lp-takase-headache-wrapper .lp-trouble__heading .lp-trouble__sm {
    font-size: 3.2rem; /* ※要確認 */
  }

  /* リスト */
  .lp-takase-headache-wrapper .lp-trouble__list {
    padding: 3.5rem 4.0rem;
    gap: 2.5rem;
  }
  .lp-takase-headache-wrapper .lp-trouble__list li {
    align-items: flex-start;
    gap: 1.5rem;
  }
  .lp-takase-headache-wrapper .lp-trouble__icon {
    width: 4.0rem;
    flex-shrink: 0;
    margin-top: 0.3rem;
  }
  .lp-takase-headache-wrapper .lp-trouble__list-text {
    font-size: 2.8rem; /* ※要確認 */
    line-height: 1.6;
  }

  /* メッセージエリア */
  .lp-takase-headache-wrapper .lp-trouble__message {
    padding: 2.0rem 2rem;
    text-align: center;
  }
  .lp-takase-headache-wrapper .lp-trouble__message-sub {
    font-size: 3.6rem; /* ※要確認 */
    color: #5ab8a9; /* lp-trouble__message-mainと同色 */
  }
  .lp-takase-headache-wrapper .lp-trouble__message-main {
    font-size: 5.5rem; /* ※要確認 */
  }
  .lp-takase-headache-wrapper .lp-trouble__message-sm {
    font-size: 3.6rem; /* lp-trouble__message-subと同サイズ */
  }

  /* ボトムテキスト */
  .lp-takase-headache-wrapper .lp-trouble__bottom {
    padding: 6.0rem 4.0rem;
    margin-bottom: 4rem;
  }
  .lp-takase-headache-wrapper .lp-trouble__bottom-inner {
    gap: 3.0rem;
  }
  .lp-takase-headache-wrapper .lp-trouble__bottom-para {
    font-size: 2.8rem; /* ※要確認 */
    text-align: center;
    line-height: 2.0;
  }

  /* =========================================================================
     SP版: プロフィール１セクション
     ========================================================================= */

  /* セクション・内部コンテナ */
  .lp-takase-headache-wrapper .lp-prof1 {
    padding: 0;
  }
  .lp-takase-headache-wrapper .lp-prof1__inner {
    width: 100%;
    max-width: none;
    margin: 0;
    gap: 0;
    display: flex;
    flex-direction: column;
  }

  /* --- カード1: 初診Web予約 --- */
  .lp-takase-headache-wrapper .lp-prof1__card {
    display: block;
    position: relative;
    background-image: url('../img/booking_bg_sp.jpg');
    background-size: 100% auto;
    background-position: top center;
    background-repeat: no-repeat;
    background-color: #ece4db;
    padding: 0 0 5rem;
  }
    .lp-takase-headache-wrapper .lp-prof1__card.profarea{
        background-color: #FFF;
    }
  /* 画像の見せたい高さ分だけ余白を確保し、テキストボックスを画像に被せる */
  .lp-takase-headache-wrapper .lp-prof1__card::before {
    content: "";
    display: block;
    height: 5.0rem; /* 画像799pxのうち約480pxを見せてテキストを被せる */
  }
  /* テキストエリア（白ボックス）：画像に被さる */
  .lp-takase-headache-wrapper .lp-prof1__card .lp-prof1__text-wrap {
    width: 72.5rem; /* 750px幅に対して725px */
    margin: 0 auto;
    padding: 4.0rem 2rem 2.0rem;
    clip-path: polygon(
      0 0,
      calc(100% - 4rem) 0,
      100% 4rem,
      100% 100%,
      4rem 100%,
      0 calc(100% - 4rem)
    );
  }

  /* --- カード2: 見逃さないこと --- */
  .lp-takase-headache-wrapper .lp-prof1__card--reverse {
    display: flex;
    flex-direction: column;
    position: relative;
    background-image: url('../img/prof_bg_sp.jpg');
    background-size: 100% auto;
    background-position: bottom center; /* 背景を要素の最下部に表示 */
    background-repeat: no-repeat;
    margin-top: 0; /* 余分な余白なし */
  }
  /* 医師写真ラップ → フロー先頭（order:1）*/
  .lp-takase-headache-wrapper .lp-prof1__card--reverse .lp-prof1__image-wrap--doctor {
    order: 1;
    position: static;
    width: 100%;
    height: auto;
      margin: 0 0 -7rem;
  }
  .lp-takase-headache-wrapper .lp-prof1__card--reverse .lp-prof1__image-wrap--doctor .lp-prof1__image {
    width: 100%;
    height: auto;
    object-fit: unset;
  }
  /* テキストエリア → フロー末尾（order:2）*/
  .lp-takase-headache-wrapper .lp-prof1__text-wrap--reverse {
    order: 2;
    position: static;
    width: 100%;
    height: auto;
    top: auto;
    left: auto;
    padding: 4.0rem;
    background-color: transparent;
    clip-path: none;
    margin-left: 0;
  }

  /* バッジ（院長情報） */
  .lp-takase-headache-wrapper .lp-prof1__badge {
    position: relative;
    bottom: 8rem;
    left: 3rem;
    z-index: 3;
    width: 60rem;
    margin: 0 auto;
    transform: translateY(-3.0rem);
  }
  .lp-takase-headache-wrapper .lp-prof1__badge-top {
    padding: 2.5rem 3.0rem;
  }
  .lp-takase-headache-wrapper .lp-prof1__badge-name-large {
    font-size: 5.2rem;
  }
  .lp-takase-headache-wrapper .lp-prof1__badge-roles {
    padding: 2.0rem 3.0rem;
    font-size: 2.6rem;
    line-height: 1.8;
  }

  /* 医師背景装飾 非表示 */
  .lp-takase-headache-wrapper .lp-prof1__doctor-bg {
    display: none;
  }

  /* 見出し */
  .lp-takase-headache-wrapper .lp-prof1__heading {
    font-size: 6.0rem; /* 60px */
    margin-bottom: 2.0rem;
    width: 100%;
        font-weight: 500;
  }
    .lp-takase-headache-wrapper .lp-prof1__heading--card2 .lp-prof1__heading-orange {
      font-size: 5rem;
        letter-spacing: -.1rem;
    }
  /* カード1見出し内の改行を非表示（SP版は1行表示） */
  .lp-takase-headache-wrapper .lp-prof1__heading--card1 br {
    display: none;
  }
  /* 「に」はほかより小さく表示 */
  .lp-takase-headache-wrapper .lp-prof1__heading-ni {
    font-size: 5.2rem; /* 52px */
  }
  .lp-takase-headache-wrapper .lp-prof1__heading--card2 {
    font-size: 4.2rem; /* ※要確認 */
  }

  /* 説明文 */
  .lp-takase-headache-wrapper .lp-prof1__desc {
    font-size: 2.8rem; /* ※要確認 */
    line-height: 1.8;
  }

  /* ボタン */
  .lp-takase-headache-wrapper .lp-prof1__btn {
    width: 100%;
    max-width: 50rem;
    margin: 3.0rem auto 0;
  }

  /* サークル */
  .lp-takase-headache-wrapper .lp-prof1__circles {
    justify-content: center;
    margin-top: 4.0rem;
  }
  .lp-takase-headache-wrapper .lp-prof1__circle {
    width: 20.0rem;
    height: 20.0rem;
    font-size: 3.8rem;
  }
  .lp-takase-headache-wrapper .lp-prof1__circle-text {
    font-size: 3.6rem;
  }
  .lp-takase-headache-wrapper .lp-prof1__bottom-text {
    text-align: center;
    font-size: 4.6rem;
    margin-top: 3.0rem;
  }

  /* =========================================================================
     SP版: ポイントセクション
     ========================================================================= */
  .lp-takase-headache-wrapper .lp-point {
    padding: 8rem 0rem 0; /* 上下80px、左右30px */
  }
  .lp-takase-headache-wrapper .lp-point__title-wrap {
    margin-bottom: 6.0rem; /* 60px */
  }
  .lp-takase-headache-wrapper .lp-point__title-main {
    font-size: 12.0rem;
    width: 100%;
  }
  .lp-takase-headache-wrapper .lp-point__title-sub {
    font-size: 4.2rem; /* 42px */
  }
  .lp-takase-headache-wrapper .lp-point__list {
    gap: 13.0rem; /* アイテム間130px */
    width: 100%;
  }
  .lp-takase-headache-wrapper .lp-point__item {
    flex-direction: column !important; /* SP版は全て縦並び */
    gap: 0;
    align-items: flex-start;
      padding: 0 3rem;
  }
  .lp-takase-headache-wrapper .lp-point__image-wrap {
    width: 100%;
    margin-bottom: 3.0rem; /* 画像とテキスト間30px */
  }
  .lp-takase-headache-wrapper .lp-point__text-wrap {
    width: 100%;
  }
  .lp-takase-headache-wrapper .lp-point__image-bg {
    left: 4% !important; /* 全て右下に影を落とす */
    top: 4%;
      background: none;
  }
  .lp-takase-headache-wrapper .lp-point__head {
    align-items: flex-start;
    gap: 2.0rem;
    padding-bottom: 2.5rem;
    margin-bottom: 2.0rem;
  }
  /* 数字サークル：PC版12rem(120px)→SP版9rem(90px) */
  .lp-takase-headache-wrapper .lp-point__number {
    width: 9.0rem;
    height: 9.0rem;
    font-size: 4.6rem; /* 46px */
    flex-shrink: 0;
  }
  .lp-takase-headache-wrapper .lp-point__heading {
    font-size: 3.8rem; /* 38px */
    line-height: 1.5;
  }
  .lp-takase-headache-wrapper .lp-point__desc {
    font-size: 2.8rem; /* 28px */
    padding: 0 2rem;
    line-height: 1.8;
  }
  .lp-takase-headache-wrapper .lp-point__btn {
    width: 80%;
    margin: 3.0rem auto 0;
  }

  /* =========================================================================
     SP版: 診療案内セクション (MEDICAL)
     ========================================================================= */
    .lp-takase-headache-wrapper .lp-med__bg-wrap{
        background: #eae5e1;
    }
  /* --- タイトル --- */
    
  .lp-takase-headache-wrapper .lp-med__title-main {
    font-size: 10.0rem;
      width: 100%;
  }
  .lp-takase-headache-wrapper .lp-med__title-sub {
    font-size: 5.0rem;
  }
  /* --- トップバナー --- */
  .lp-takase-headache-wrapper .lp-med__top-banner {
    width: 100%;
    padding: 4rem;
      box-sizing: border-box;
      margin-bottom: 0;
  }
  .lp-takase-headache-wrapper .lp-med__top-banner-title {
    font-size: 4.6rem;
      margin: 0 0 4rem;
  }
  .lp-takase-headache-wrapper .lp-med__top-banner-text {
    font-size: 3.0rem;
  }

  /* --- 背景+カードエリア --- */
  .lp-takase-headache-wrapper .lp-med__cards {
    position: absolute;
    flex-direction: column;
    padding: 4rem 2rem;
      justify-content: flex-start;
      height: auto;
  }
  
  .lp-takase-headache-wrapper .lp-med__card {
    width: 100%;
    margin-top: 6rem;
  }
  .lp-takase-headache-wrapper .lp-med__card-head {
    padding: 0rem 4rem 2rem; /* 上80pxで数字サークル分のスペースを確保 */
  }
  .lp-takase-headache-wrapper .lp-med__card-body {
    padding: 6rem 4rem;
  }
  .lp-takase-headache-wrapper .lp-med__card-num {
    width: 12.0rem;
    height: 12.0rem;
    font-size: 6.8rem;
  }
  .lp-takase-headache-wrapper .lp-med__card-title {
    font-size: 3.6rem;
      margin-bottom: 0;
      font-weight: 600;
  }
  .lp-takase-headache-wrapper .lp-med__card-desc {
    font-size: 2.4rem;
  }

  /* --- Featureブロック共通 --- */
  .lp-takase-headache-wrapper .lp-med__feature {
    width: 100%;
    margin-bottom: 8rem;
  }
  .lp-takase-headache-wrapper .lp-med__feature-head {
    padding: 3rem 4rem;
  }
    
.lp-takase-headache-wrapper .lp-med__feature-head--1 {
  background: linear-gradient(140deg, #5ab8a9 80%, #b2d5d1 80%);
}
.lp-takase-headache-wrapper .lp-med__feature-head--2 {
  background: linear-gradient(140deg, #f0893a 80%, #f9cba6 80%);
    margin-bottom: 3rem;
}
  .lp-takase-headache-wrapper .lp-med__feature-head-title {
    font-size: 5rem;
  }
  .lp-takase-headache-wrapper .lp-med__feature-head--2 .lp-med__feature-head-line{
        height: 13rem;
    }
  .lp-takase-headache-wrapper .lp-med__feature-body {
    flex-direction: column;
    padding: 0 4rem 6rem;
  }
  .lp-takase-headache-wrapper .lp-med__feature-text {
    width: 100%;
    padding-top: 0rem;
    padding-right: 0;
  }
  /* Feature2のテキスト：PCの高詳細度ルール(3クラス)を上書きするため同詳細度で後置 */
  .lp-takase-headache-wrapper .lp-med__feature-box--2 .lp-med__feature-text {
    width: 100%;
    padding-right: 0;
  }
  /* SP版：画像をlp-med__feature-titleより前に・横幅100%で配置 */
  .lp-takase-headache-wrapper .lp-med__feature-image-wrap {
    order: -1; /* テキストより前に表示 */
    width: 100%;
    margin: 0;
  }
  .lp-takase-headache-wrapper .lp-med__feature-image-wrap--1 {
    order: -1;
    width: 100%;
    margin: 0;
  }
  .lp-takase-headache-wrapper .lp-med__feature-image-wrap--2 {
    order: -1;
    width: 100%;
    margin: 0;
  }
  .lp-takase-headache-wrapper .lp-med__feature-title {
    font-size: 3.8rem;
  }
  .lp-takase-headache-wrapper .lp-med__feature-desc {
    font-size: 2.8rem;
  }

  /* --- グレーセクション --- */
  .lp-takase-headache-wrapper .lp-med__gray-inner {
    width: 90%;
  }
  .lp-takase-headache-wrapper .lp-med__gray-title {
    font-size: 7.0rem;
      margin-top: 2rem;
  }
  .lp-takase-headache-wrapper .lp-med__gray-bar {
    font-size: 3.8rem;
    padding: 3rem 1rem;
      letter-spacing: 0;
      margin-bottom: 2rem;
  }
  .lp-takase-headache-wrapper .lp-med__gray-intro {
    font-size: 2.8rem;
    line-height: 1.8;
      margin-bottom: 2rem;
      text-align: left;
  }
  .lp-takase-headache-wrapper .lp-med__table-wrap {
    flex-direction: column;
  }
  .lp-takase-headache-wrapper .lp-med__table {
    padding: 2rem;
  }
  .lp-takase-headache-wrapper .lp-med__table-head {
    font-size: 3.6rem;
  }
  .lp-takase-headache-wrapper .lp-med__table-head-small {
    font-size: 2.6rem;
  }
  .lp-takase-headache-wrapper .lp-med__table-body {
    padding: 0 1rem 2rem;
  }
  .lp-takase-headache-wrapper .lp-med__table-row {
    flex-direction: column;
    gap: 1rem;
    padding: 4rem 0;
  }
  .lp-takase-headache-wrapper .lp-med__table-term {
    width: 100%;
    font-size: 3.0rem;
  }
  .lp-takase-headache-wrapper .lp-med__table-desc {
    font-size: 2.6rem;
    line-height: 1.8;
  }
  .lp-takase-headache-wrapper .lp-med__gray-bottom {
    font-size: 2.6rem;
  }

  /* --- ティールセクション --- */
  .lp-takase-headache-wrapper .lp-med__teal-sec {
    width: 100%;
    margin-left: 0;
  }
    .lp-takase-headache-wrapper .lp-med__teal-sec::before {
      background: rgba(255, 255, 255, 0.12);
      clip-path: polygon(0 0, 30% 0, 0 20%);
    }
    .lp-takase-headache-wrapper .lp-med__teal-sec::after {
      background: rgba(255, 255, 255, 0.12);
      clip-path: polygon(100% 100%, 115% 0%, 50% 100%);
    }
  .lp-takase-headache-wrapper .lp-med__teal-inner {
    width: 95%;
    padding: 0;
  }
  .lp-takase-headache-wrapper .lp-med__teal-title {
    font-size: 4.5rem;
      width: 100%;
      padding-bottom: 1rem;
  }
  .lp-takase-headache-wrapper .lp-med__teal-sub {
    font-size: 2.8rem;
  }
  .lp-takase-headache-wrapper .lp-med__teal-desc {
    font-size: 2.6rem;
  }
  .lp-takase-headache-wrapper .lp-med__hospitals {
    flex-direction: column;
  }
  .lp-takase-headache-wrapper .lp-med__hospital {
    width: 100%;
    padding: 4rem;
  }
  .lp-takase-headache-wrapper .lp-med__hospital-img-wrap {
    width: 30%;
    margin: 0 auto;
  }
  .lp-takase-headache-wrapper .lp-med__hospital-name {
    font-size: 3.8rem;
  }
  .lp-takase-headache-wrapper .lp-med__hospital-text p {
    font-size: 2.6rem;
    line-height: 1.8;
  }

  /* SP Guide Section */
  .lp-takase-headache-wrapper .lp-guide {
    padding: 8rem 0;
  }
  .lp-takase-headache-wrapper .lp-guide__inner {
    width: 100%;
    padding: 0rem 3rem 6rem;
      box-sizing: border-box;
  }
  .lp-takase-headache-wrapper .lp-guide__title {
    margin-bottom: 2rem;
      flex-direction: column;
      gap: 0;
  }
  .lp-takase-headache-wrapper .lp-guide__title-en {
    font-size: 7.2rem;
  }
  .lp-takase-headache-wrapper .lp-guide__title-ja {
    font-size: 3.6rem;
  }
  .lp-takase-headache-wrapper .lp-guide__subtitle {
    font-size: 3.0rem;
  }
  .lp-takase-headache-wrapper .lp-guide__desc-area {
    margin-bottom: 6rem;
  }
  .lp-takase-headache-wrapper .lp-guide__desc {
    font-size: 2.4rem;
  }
  .lp-takase-headache-wrapper .lp-guide__list {
    grid-template-columns: repeat(2, 1fr);
    gap: 2rem;
  }
  .lp-takase-headache-wrapper .lp-guide__item::after {
    border-width: 0 0 3.0rem 3.0rem;
  }
  .lp-takase-headache-wrapper .lp-guide__link {
    height: 14.0rem;
    padding: 1.5rem 1rem;
    font-size: 2.6rem;
  }

  /* SP Flow Section */
  .lp-takase-headache-wrapper .lp-flow {
    padding: 4rem 0;
  }
  .lp-takase-headache-wrapper .lp-flow__inner {
    width: 90%;
  }
  .lp-takase-headache-wrapper .lp-flow__heading {
    margin-bottom: 6rem;
  }
  .lp-takase-headache-wrapper .lp-flow__title {
    font-size: 5.6rem;
    border-left: 1.0rem solid #5ab8a9;
    padding-left: 2rem;
    margin-bottom: 3rem;
  }
  .lp-takase-headache-wrapper .lp-flow__subtitle {
    font-size: 2.6rem;
    line-height: 1.6;
  }
  .lp-takase-headache-wrapper .lp-flow__head {
    padding: 2.5rem 3rem;
    gap: 2rem;
  }
  .lp-takase-headache-wrapper .lp-flow__num {
    font-size: 5.6rem;
  }
  .lp-takase-headache-wrapper .lp-flow__step-title {
    font-size: 3.2rem;
  }
  .lp-takase-headache-wrapper .lp-flow__body {
    padding: 4rem 3rem;
  }
  .lp-takase-headache-wrapper .lp-flow__body p {
    font-size: 2.6rem;
    line-height: 1.8;
  }
  .lp-takase-headache-wrapper .lp-flow__arrow {
    border-width: 3.0rem 4.0rem 0 4.0rem;
    margin: 3rem auto;
  }

  /* SP Message Section */
  .lp-takase-headache-wrapper section.lp-message.lp-font-gothic {
    background-image: none;
    background-color: #f4f2ed;
    padding: 8rem 0;
  }
  .lp-takase-headache-wrapper .lp-message__grid {
    flex-direction: column;
    gap: 0;
  }
  .lp-takase-headache-wrapper .lp-message__profile {
    order: 2;
    width: 100%;
  }
  .lp-takase-headache-wrapper .lp-message__content {
    order: 1;
    width: 100%;
    padding: 0 3rem;
  }
  /* PC版のtext-bodyマージン（0 6rem）をSPでリセット */
  .lp-takase-headache-wrapper .lp-message__text-body {
    margin: 0;
  }
  .lp-takase-headache-wrapper .lp-message__head-group {
    flex-direction: column;
    align-items: center;
    gap: 0rem;
    margin-bottom: 3rem;
  }
  .lp-takase-headache-wrapper .lp-message__head-sub {
      font-weight: 600;
  }
  .lp-takase-headache-wrapper .lp-message__head-main {
    font-size: 12.0rem;
    margin: 2rem 0 3rem;
  }
  .lp-takase-headache-wrapper .lp-message__catchphrase {
    font-size: 4.2rem;
    text-align: center;
    line-height: 1.4;
      padding-bottom: 2rem;
    margin: 0 0 4rem;
      font-weight: 600;
  }
  .lp-takase-headache-wrapper .lp-message__line {
    margin: 4rem auto 4rem auto;
  }
  .lp-takase-headache-wrapper .lp-message__p {
    font-size: 2.6rem;
    line-height: 2.0;
  }
  /* prof-name-box：写真下部に被せる（615px幅・ネガティブmargin） */
  .lp-takase-headache-wrapper .lp-message__prof-name-box {
    width: 82%; /* 615px / 750px ≈ 82% */
    margin: -6rem auto 0; /* 写真下部に60px被せる ※要確認 */
  }
  .lp-takase-headache-wrapper .lp-message__prof-clinic {
    font-size: 2.4rem;
  }
  .lp-takase-headache-wrapper .lp-message__prof-title {
    font-size: 2.4rem;
  }
  .lp-takase-headache-wrapper .lp-message__prof-name-l {
    font-size: 5.6rem;
  }
  .lp-takase-headache-wrapper .lp-message__prof-name-s {
    font-size: 2.0rem;
  }
  /* prof-qual-box：左右65px余白。flexboxの特性でname-boxの引き上げに連動 */
  .lp-takase-headache-wrapper .lp-message__prof-qual-box {
    width: calc(100% - 13rem); /* 65px × 2 = 130px → 13rem */
    margin: 0 auto;
    flex: unset;
  }
  .lp-takase-headache-wrapper .lp-message__prof-qual-list li {
    font-size: 2.2rem;
  }

  /* SP FAQ Section */
  .lp-takase-headache-wrapper .lp-faq {
    padding: 4rem 0;
  }
  .lp-takase-headache-wrapper .lp-faq__inner {
    width: 90%;
  }
  .lp-takase-headache-wrapper .lp-faq__heading {
    margin-bottom: 6rem;
  }
  .lp-takase-headache-wrapper .lp-faq__title {
    font-size: 5.6rem;
    border-left: 1.0rem solid #eb7838;
    padding-left: 2rem;
  }
  .lp-takase-headache-wrapper .lp-faq__list {
    gap: 2rem;
  }
  .lp-takase-headache-wrapper .lp-faq__q-mark {
    width: 10rem;
    font-size: 6.4rem;
  }
  .lp-takase-headache-wrapper .lp-faq__q-main {
    padding: 3rem 2.5rem;
  }
  .lp-takase-headache-wrapper .lp-faq__q-text {
    font-size: 2.4rem;
    line-height: 1.5;
  }
  .lp-takase-headache-wrapper .lp-faq__icon {
    width: 3.0rem;
    height: 3.0rem;
  }
  .lp-takase-headache-wrapper .lp-faq__answer-content {
    padding: 4rem 3rem;
    font-size: 2.6rem;
  }
  /* SP Clinic Info Section */
  .lp-takase-headache-wrapper .lp-info__title-wrap {
    padding: 0 0;
    margin: 5rem 0 0;
  }
  .lp-takase-headache-wrapper .lp-info__title {
    font-size: 5.0rem;
  }
  .lp-takase-headache-wrapper .lp-info__teal {
    padding: 4rem 2rem;
  }
  .lp-takase-headache-wrapper .lp-info__teal h3 {
    font-size: 3.4rem;
    line-height: 1.6;
      margin-bottom: 0;
  }
  .lp-takase-headache-wrapper .lp-info__body {
    /* background-image: url('../img/booking_bg_sp.jpg'); */
    padding: 4rem 0;
  }
  .lp-takase-headache-wrapper .lp-info__inner {
    width: 90%;
  }
  .lp-takase-headache-wrapper .lp-info__intro {
    font-size: 2.6rem;
    line-height: 2.0;
      margin-bottom: 3rem;
  }
  .lp-takase-headache-wrapper .lp-info__cols {
    flex-direction: column;
    gap: 8rem;
    margin-bottom: 8rem;
  }
  .lp-takase-headache-wrapper .lp-info__col-left,
  .lp-takase-headache-wrapper .lp-info__col-right {
    width: 100%;
    padding-top: 0;
  }
  .lp-takase-headache-wrapper .lp-info__col-title {
    font-size: 3.6rem;
  }
  .lp-takase-headache-wrapper .lp-info__table-wrap {
    width: 100%;
    overflow-x: auto;
    white-space: nowrap;
  }
  .lp-takase-headache-wrapper .lp-info__table {
    min-width: 65.0rem; /* Ensures scrolling if too narrow */
  }
  .lp-takase-headache-wrapper .lp-info__table th,
  .lp-takase-headache-wrapper .lp-info__table td {
    font-size: 2.2rem;
    padding: 2.0rem 1rem;
  }
  .lp-takase-headache-wrapper .lp-info__table thead th {
    padding: 3rem 1rem;
  }
  .lp-takase-headache-wrapper .lp-info__notes {
    font-size: 2.2rem;
  }
  .lp-takase-headache-wrapper .lp-info__note-mark {
    width: 3rem;
  }
  .lp-takase-headache-wrapper .lp-info__clinic-name {
    font-size: 3.2rem;
  }
  .lp-takase-headache-wrapper .lp-info__address,
  .lp-takase-headache-wrapper .lp-info__detail-block,
  .lp-takase-headache-wrapper .lp-info__access-link {
    font-size: 2.6rem;
  }
  .lp-takase-headache-wrapper .lp-info__booking {
    flex-direction: column;
    width: 100%;
  }
  .lp-takase-headache-wrapper .lp-info__tel-box,
  .lp-takase-headache-wrapper .lp-info__web-btn {
    width: 100%;
  }
  .lp-takase-headache-wrapper .lp-info__tel-head {
    font-size: 3.2rem;
    padding: 1.5rem 0;
  }
  .lp-takase-headache-wrapper .lp-info__tel-body {
    padding: 3rem 0;
  }
  .lp-takase-headache-wrapper .lp-info__tel-num {
    font-size: 6.8rem;
  }
  .lp-takase-headache-wrapper .lp-info__map {
    height: 40.0rem;
  }
  .lp-takase-headache-wrapper .lp-footer p {
    font-size: 2.0rem;
  }

  /* =========================================================================
     SP固定ボトムCTA
     ========================================================================= */
  .lp-takase-headache-wrapper .lp-sp-fixed-cta {
    display: flex;
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: 300; /* 通常時は最前面 */
    box-shadow: 0 -2px 8px rgba(0,0,0,0.15);
  }
  /* MENU展開時はnav(z-index:150)より下に */
  .lp-takase-headache-wrapper.is-nav-open .lp-sp-fixed-cta {
    z-index: 100;
  }

  /* 電話ボックス */
  .lp-takase-headache-wrapper .lp-sp-fixed-cta__tel-box {
    width: 50%;
    background: #fff;
    overflow: hidden;
  }
  .lp-takase-headache-wrapper .lp-sp-fixed-cta__tel-head {
    background-color: #6d5849;
    color: #fff;
    text-align: center;
    font-size: 2.0rem;
    font-weight: bold;
    padding: 0.6rem 0;
    letter-spacing: 0.08em;
  }
  .lp-takase-headache-wrapper .lp-sp-fixed-cta__tel-body {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 1.2rem;
    padding: 1.5rem 0;
  }
  .lp-takase-headache-wrapper .lp-sp-fixed-cta__tel-icon img {
    width: 4.0rem;
    height: auto;
  }
  .lp-takase-headache-wrapper .lp-sp-fixed-cta__tel-num {
    font-size: 3.8rem;
    color: #6d5849;
    font-weight: bold;
    letter-spacing: 0.05em;
    line-height: 1;
  }

  /* Web予約ボタン */
  .lp-takase-headache-wrapper .lp-sp-fixed-cta__web-btn {
    width: 50%;
    display: block;
  }
  .lp-takase-headache-wrapper .lp-sp-fixed-cta__web-btn img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
  }

}
