/* 54-mentor-reviews.css — LP mentor + reviews */

/* ========================================
   メンターの声 SECTION
   画像が全幅で流れ（背景のよう）、その上にテキストパネルを載せる
   ======================================== */

/* ヒーローエリア：角丸なし・セクションの左右余白を打ち消して端まで */
#mentor-voices .lp-mentor-hero {
  position: relative;
  width: calc(100% + 3rem);
  max-width: none;
  margin-left: -1.5rem;
  margin-right: -1.5rem;
  max-height: 60vh;
  overflow: hidden;
  border-radius: 0;
  aspect-ratio: 1120 / 1260;
}
/* SP：縦幅を拡げてメッセージが読めるように・背面IMGはOFF */
@media (max-width: 767px) {
  #mentor-voices .lp-mentor-hero {
    max-height: none;
    min-height: 110vh;
    aspect-ratio: auto;
  }
  #mentor-voices .lp-mentor-bg {
    visibility: hidden;
    pointer-events: none;
  }
  #mentor-voices .lp-mentor-overlay .lp-mentor-panel {
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    height: 100%;
  }
  #mentor-voices .lp-mentor-message {
    height: auto;
    min-height: 100%;
  }
}

/* 背景レイヤー：slider が全幅で流れる */
#mentor-voices .lp-mentor-bg {
  position: absolute;
  inset: 0;
  z-index: 0;
  overflow: hidden;
}

#mentor-voices .lp-separate-visual-scroll {
  display: flex;
  width: max-content;
  height: 100%;
  animation: mentorVisualScroll 120s linear infinite;
  will-change: transform;
}

#mentor-voices .lp-separate-slider-img {
  display: block;
  height: 100%;
  width: auto;
  max-width: none;
  flex-shrink: 0;
}

/* オーバーレイ：パネルは高さ100%のまま、中身だけ縦中央 */
#mentor-voices .lp-mentor-overlay {
  position: absolute;
  inset: 0;
  z-index: 10;
  display: flex;
  align-items: stretch;
  justify-content: center;
  padding: 0;
  pointer-events: none;
}

#mentor-voices .lp-mentor-overlay .lp-mentor-panel {
  pointer-events: auto;
  position: relative;
  width: 100%;
  max-width: 28rem;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  overflow: visible;
  color: #1a1a1a;
  padding: 2rem;
  border-radius: 0;
  border: none;
}
@media (max-width: 767px) {
  #mentor-voices .lp-mentor-overlay .lp-mentor-panel {
    background: transparent;
  }
}
@media (min-width: 768px) {
  #mentor-voices .lp-mentor-overlay .lp-mentor-panel {
    background: #fff;
    padding: 2.5rem 2.75rem;
    max-width: 32rem;
  }
}

/* メッセージ風テキスト（高さは中身のみ・パネル内で中央に） */
#mentor-voices .lp-mentor-message {
  height: auto;
  display: flex;
  flex-direction: column;
  text-align: center;
}
#mentor-voices .lp-mentor-message-body {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 1.375rem;
  font-family: var(--font-serif);
  font-size: 0.9375rem;
  line-height: 1.9;
  color: #1a1a1a;
}
#mentor-voices .lp-mentor-message-body p {
  margin: 0;
  color: inherit;
}
@media (min-width: 768px) {
  #mentor-voices .lp-mentor-message-body {
    font-size: 1rem;
    gap: 1.5rem;
  }
}
/* 核心の一文：棒なし。余白と字幅・ウェイトで差別化 */
#mentor-voices .lp-mentor-message-quote {
  margin: 1.5rem 0;
  padding: 0;
  font-size: 1.0625rem;
  font-weight: 600;
  line-height: 1.8;
  letter-spacing: 0.02em;
  color: #1a1a1a;
  font-style: normal;
}
@media (min-width: 768px) {
  #mentor-voices .lp-mentor-message-quote {
    font-size: 1.125rem;
    margin: 1.75rem 0;
    letter-spacing: 0.03em;
  }
}

@keyframes mentorVisualScroll {
  0%   { transform: translateX(0); }
  100% { transform: translateX(-50%); }
}

@media (prefers-reduced-motion: reduce) {
  #mentor-voices .lp-separate-visual-scroll {
    animation: none;
    transform: translateX(-50%);
  }
}

/* ========================================
   メンターの紹介 SECTION（夕焼け背景＋フィルタ、カードは透明・2×2グリッド）
   ======================================== */

.mentor-intro-bg-filter {
  position: absolute;
  inset: 0;
  z-index: 0;
  background: rgba(0, 20, 40, 0.55);
  pointer-events: none;
}
/* 2×2グリッド（スマホ1列、768px以上で2列） */
#mentor-intro .lp-mentor-intro-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1.5rem;
}
@media (min-width: 768px) {
  #mentor-intro .lp-mentor-intro-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 2rem;
  }
}
#mentor-intro .text-center.mb-12 p,
#mentor-intro .text-center.mb-16 p {
  color: rgba(255, 255, 255, 0.85);
}
#mentor-intro .text-center.mb-12 h2,
#mentor-intro .text-center.mb-16 h2 {
  color: #fff;
}
#mentor-intro .lp-mentor-intro-card {
  background: transparent;
  border: none;
  box-shadow: none;
}
#mentor-intro .lp-mentor-intro-card .mentor-intro-number {
  color: #fff;
  margin: 0 0 0.75rem;
}
#mentor-intro .lp-mentor-intro-card .lp-mentor-intro-body {
  color: rgba(255, 255, 255, 0.92);
  margin: 0;
}

/* メンター一覧カード（キャラ｜名前+サマリー + 詳細リンク） */
#mentor-intro .mentor-card-list {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1.35rem;
  margin: 0;
  padding: 0;
  list-style: none;
}
@media (min-width: 768px) {
  #mentor-intro .mentor-card-list {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 1.75rem;
  }
}
#mentor-intro .mentor-card {
  height: 100%;
}
#mentor-intro .mentor-card-link {
  display: flex;
  flex-direction: column;
  height: 100%;
  border-radius: 0.75rem;
  overflow: hidden;
  background: rgba(255, 255, 255, 0.96);
  box-shadow: 0 14px 36px rgba(0, 20, 40, 0.22);
  color: #2d2d2d;
  text-decoration: none;
  transition: transform 0.22s ease, box-shadow 0.22s ease;
}
#mentor-intro .mentor-card-link:hover {
  transform: translateY(-3px);
  box-shadow: 0 18px 42px rgba(0, 20, 40, 0.28);
}
#mentor-intro .mentor-card-main {
  display: flex;
  align-items: stretch;
  gap: 0.9rem;
  flex: 1;
  padding: 1rem 1rem 0.85rem;
}
#mentor-intro .mentor-card-visual {
  flex: 0 0 6.5rem;
  width: 6.5rem;
  min-height: 7.75rem;
  border-radius: 0.5rem;
  background: linear-gradient(165deg, var(--brand-08), rgba(250, 249, 246, 0.95));
  overflow: hidden;
}
@media (min-width: 768px) {
  #mentor-intro .mentor-card-visual {
    flex-basis: 7.25rem;
    width: 7.25rem;
    min-height: 8.5rem;
  }
}
#mentor-intro .mentor-card-image {
  display: block;
  width: 100%;
  height: 100%;
  min-height: 7.75rem;
  object-fit: cover;
  object-position: center top;
}
#mentor-intro .mentor-card-image-placeholder {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  min-height: 7.75rem;
  padding: 0.5rem;
  text-align: center;
}
#mentor-intro .mentor-card-image-placeholder-label {
  font-family: var(--font-serif);
  font-size: 0.95rem;
  font-weight: 700;
  line-height: 1.35;
  color: rgba(var(--brand-rgb), 0.55);
}
#mentor-intro .mentor-card-info {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 0.45rem;
  flex: 1;
  min-width: 0;
}
#mentor-intro .mentor-card-name {
  margin: 0;
  font-size: 1.1rem;
  font-weight: 700;
  line-height: 1.35;
  color: var(--brand-color);
}
@media (min-width: 768px) {
  #mentor-intro .mentor-card-name {
    font-size: 1.15rem;
  }
}
#mentor-intro .mentor-card-summary {
  margin: 0;
  font-size: 0.82rem;
  line-height: 1.7;
  color: var(--text-secondary);
}
@media (min-width: 768px) {
  #mentor-intro .mentor-card-summary {
    font-size: 0.86rem;
  }
}
#mentor-intro .mentor-card-cta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.5rem;
  margin: 0;
  padding: 0.8rem 1rem 0.95rem;
  border-top: 1px solid var(--brand-12);
  font-size: 0.82rem;
  font-weight: 600;
  color: var(--brand-color);
}
#mentor-intro .mentor-card-cta-arrow {
  font-size: 1.1rem;
  line-height: 1;
  transition: transform 0.2s ease;
}
#mentor-intro .mentor-card-link:hover .mentor-card-cta-arrow {
  transform: translateX(3px);
}
#mentor-intro .mentor-card-empty {
  margin: 0;
  text-align: center;
  color: rgba(255, 255, 255, 0.9);
}
#mentor-intro .mentor-intro-privacy-note {
  max-width: 40rem;
  margin: 1rem auto 0;
  padding: 0;
  background: none;
  border: 0;
  font-size: 0.82rem;
  line-height: 1.75;
  color: rgba(255, 255, 255, 0.88);
  text-align: left;
}
@media (min-width: 768px) {
  #mentor-intro .mentor-intro-privacy-note {
    font-size: 0.86rem;
  }
}

/* メンター個別プロフィール */
.mentor-profile-section {
  background: linear-gradient(180deg, rgba(250, 249, 246, 0.95) 0%, rgba(239, 246, 255, 0.55) 100%);
}
.mentor-profile-container {
  max-width: 56rem;
}
.mentor-profile-page-header {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 0.75rem 1.25rem;
  margin-bottom: 1.35rem;
}
.mentor-profile-page-header .archive-list-kicker {
  margin: 0;
}
.mentor-profile-back-inline {
  font-size: 0.82rem;
  color: var(--brand-72);
  text-decoration: none;
  transition: color 0.2s ease;
}
.mentor-profile-back-inline:hover {
  color: var(--brand-color);
}
.mentor-profile-main-card {
  border-radius: 0.85rem;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.98) 0%, rgba(248, 252, 255, 0.96) 100%);
  border: 1px solid var(--brand-10);
  box-shadow: 0 14px 38px var(--brand-10);
  overflow: hidden;
}
.mentor-profile-main-card .mentor-profile-hero-card {
  position: relative;
  margin-bottom: 0;
  padding: 1.35rem 1.25rem 1.5rem;
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
}
.mentor-profile-main-card .mentor-profile-hero-card::after {
  content: "";
  position: absolute;
  left: 1.25rem;
  right: 1.25rem;
  bottom: 0;
  height: 1px;
  background: linear-gradient(
    90deg,
    transparent 0%,
    var(--brand-12) 12%,
    rgba(0, 102, 204, 0.28) 50%,
    var(--brand-12) 88%,
    transparent 100%
  );
}
.mentor-profile-main-card .mentor-profile-content-card.single-entry-card {
  margin: 0;
  border: 0;
  border-radius: 0;
  background: rgba(255, 255, 255, 0.42);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.65);
}
.mentor-profile-hero-card {
  margin-bottom: 1.35rem;
  padding: 1.35rem 1.25rem 1.5rem;
  border-radius: 0.85rem;
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.98), rgba(244, 249, 255, 0.92));
  border: 1px solid var(--brand-10);
  box-shadow: 0 14px 38px var(--brand-10);
}
.mentor-profile-hero {
  display: grid;
  grid-template-columns: minmax(0, 9.5rem) minmax(0, 1fr);
  gap: 1.15rem 1.35rem;
  align-items: center;
}
@media (min-width: 768px) {
  .mentor-profile-hero {
    grid-template-columns: minmax(0, 11.5rem) minmax(0, 1fr);
    gap: 1.5rem 2rem;
  }
  .mentor-profile-hero-card {
    padding: 1.75rem 2rem 2rem;
  }
  .mentor-profile-main-card .mentor-profile-hero-card {
    padding: 1.75rem 2rem 2rem;
  }
  .mentor-profile-main-card .mentor-profile-hero-card::after {
    left: 2rem;
    right: 2rem;
  }
}
.mentor-profile-hero-visual {
  border-radius: 0.65rem;
  overflow: hidden;
  background: linear-gradient(165deg, rgba(var(--brand-rgb), 0.06), rgba(250, 249, 246, 0.95));
  box-shadow: 0 10px 28px var(--brand-12);
}
.mentor-profile-hero-image {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 5 / 6;
  object-fit: cover;
  object-position: center top;
}
.mentor-profile-hero-placeholder {
  min-height: 11rem;
  aspect-ratio: 5 / 6;
  background:
    radial-gradient(circle at 50% 35%, var(--brand-12), transparent 55%),
    linear-gradient(165deg, var(--brand-05), rgba(250, 249, 246, 0.95));
}
.mentor-profile-hero-visual .mentor-profile-hero-image-slot {
  width: 100%;
  min-height: 11rem;
  aspect-ratio: 5 / 6;
  border-radius: 0;
}
#mentor-intro .mentor-card-image-placeholder--asset {
  flex-direction: column;
  gap: 0.35rem;
  padding: 0.45rem;
  border: 2px dashed var(--brand-28);
  background: repeating-linear-gradient(
    -45deg,
    rgba(var(--brand-rgb), 0.03),
    rgba(var(--brand-rgb), 0.03) 8px,
    rgba(250, 249, 246, 0.9) 8px,
    rgba(250, 249, 246, 0.9) 16px
  );
}
#mentor-intro .mentor-card-image-placeholder--asset .mentor-profile-image-slot-label {
  font-size: 0.68rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  color: rgba(var(--brand-rgb), 0.55);
}
#mentor-intro .mentor-card-image-placeholder--asset .mentor-profile-image-slot-path {
  font-size: 0.58rem;
  line-height: 1.4;
  color: var(--brand-45);
  word-break: break-all;
  text-align: center;
}
.mentor-profile-title {
  margin: 0;
  font-size: clamp(1.65rem, 4vw, 2.15rem);
  line-height: 1.25;
  color: var(--brand-color);
}
.mentor-profile-hero-summary {
  margin: 0.7rem 0 0;
  font-size: 0.9rem;
  line-height: 1.8;
  color: var(--text-secondary);
}
.mentor-profile-content-card {
  padding: 1.5rem 1.25rem 1.35rem;
}
@media (min-width: 768px) {
  .mentor-profile-content-card {
    padding: 2rem 2.1rem 1.65rem;
  }
}
.mentor-profile-paragraph {
  margin: 0 0 1.1rem;
  font-size: 0.95rem;
  line-height: 1.9;
  color: var(--text-secondary);
}
.mentor-profile-block {
  padding-top: 1.75rem;
  margin-top: 1.75rem;
  border-top: 1px solid var(--brand-12);
}
.mentor-profile-block--intro {
  padding-top: 0;
  margin-top: 0;
  border-top: 0;
}
.mentor-profile-intro-lead-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  gap: 1.15rem;
  margin: 0 0 1.25rem;
  align-items: start;
}
.mentor-profile-intro-lead-visual {
  margin: 0;
  max-width: 14rem;
}
.mentor-profile-intro-lead-image {
  display: block;
  width: 100%;
  height: auto;
  border-radius: 0.5rem;
  object-fit: cover;
}
.mentor-profile-intro-lead-grid .mentor-profile-block-lead {
  margin: 0;
  align-self: center;
}
@media (min-width: 768px) {
  .mentor-profile-intro-lead-grid {
    grid-template-columns: minmax(0, 7fr) minmax(0, 3fr);
    gap: 1.5rem 2rem;
    margin-bottom: 1.4rem;
  }
  .mentor-profile-intro-lead-visual {
    max-width: none;
  }
}
.mentor-profile-block-title {
  position: relative;
  display: block;
  width: fit-content;
  max-width: 100%;
  margin: 0 0 0.85rem;
  padding-bottom: 0.5rem;
  font-size: clamp(1.12rem, 2.6vw, 1.3rem);
  font-weight: 700;
  line-height: 1.4;
  color: var(--brand-color);
  letter-spacing: 0.06em;
}
.mentor-profile-block-title::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 3px;
  border-radius: 999px;
  background: linear-gradient(90deg, #0066cc, var(--brand-28));
}
.mentor-profile-block-lead {
  margin: 0 0 1.1rem;
  font-size: clamp(0.98rem, 2.2vw, 1.08rem);
  font-weight: 600;
  line-height: 1.75;
  color: rgba(var(--brand-rgb), 0.92);
}
.mentor-profile-block-subhead {
  margin: 0 0 0.85rem;
  font-size: 0.9rem;
  font-weight: 600;
  line-height: 1.65;
  color: rgba(var(--brand-rgb), 0.82);
}
.mentor-profile-block-intro {
  margin: 0 0 1rem;
  font-size: 0.95rem;
  line-height: 1.85;
  color: var(--text-secondary);
}
.mentor-profile-keyphrase {
  margin: 0 0 1.2rem;
  padding: 0;
  border: 0;
  background: transparent;
}
.mentor-profile-keyphrase-text {
  display: block;
  padding: 0.15rem 0;
  font-size: clamp(1.02rem, 2.4vw, 1.18rem);
  font-weight: 700;
  line-height: 1.7;
  color: var(--brand-color);
  letter-spacing: 0.02em;
}
.mentor-profile-block .mentor-profile-paragraph:last-child,
.mentor-profile-block .mentor-profile-list:last-child {
  margin-bottom: 0;
}
/* 得意領域など：チェック付きリスト */
.mentor-profile-list {
  margin: 0.5rem 0 0;
  padding: 0 0 0 1.15rem;
  list-style: disc;
}
.mentor-profile-list--bullets {
  list-style: none;
  padding: 0;
  margin: 0.5rem 0 1.15rem;
}
.mentor-profile-list--bullets li {
  position: relative;
  margin: 0 0 0.65rem;
  padding: 0 0 0 1.65rem;
  background: none;
  border: 0;
}
.mentor-profile-list--bullets li:last-child {
  margin-bottom: 0;
}
.mentor-profile-list--bullets li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.32em;
  width: 1.05rem;
  height: 1.05rem;
  border-radius: 50%;
  background-color: rgba(0, 102, 204, 0.12);
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 12' fill='none'%3E%3Cpath d='M2.25 6.25L4.75 8.75L9.75 3.75' stroke='%230066cc' stroke-width='1.75' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 0.7rem 0.7rem;
}
.mentor-profile-list--bullets .mentor-profile-bullet-text {
  display: block;
  font-size: 0.92rem;
  line-height: 1.75;
  color: var(--text-secondary);
}
/* メンターとしてできること：番号付きカード */
.mentor-profile-list--features {
  list-style: none;
  padding: 0;
  margin: 0.5rem 0 0;
  display: grid;
  gap: 0.85rem;
  counter-reset: mentor-feature-step;
}
.mentor-profile-list--features + .mentor-profile-block-intro {
  margin-top: 1.35rem;
}
.mentor-profile-block-subhead + .mentor-profile-list--features {
  margin-top: 0.35rem;
}
.mentor-profile-list--features + .mentor-profile-block-intro,
.mentor-profile-keyphrase + .mentor-profile-list--bullets,
.mentor-profile-list--bullets + .mentor-profile-paragraph {
  margin-top: 0;
}
.mentor-profile-keyphrase + .mentor-profile-paragraph,
.mentor-profile-keyphrase + .mentor-profile-list--bullets {
  margin-top: 0;
}
.mentor-profile-list--features li {
  margin: 0;
  padding: 0;
  border: 0;
  background: none;
  counter-increment: mentor-feature-step;
}
.mentor-profile-list--features li::before {
  content: none;
}
.mentor-profile-feature-card {
  display: grid;
  grid-template-columns: 3.25rem minmax(0, 1fr);
  grid-template-rows: auto auto;
  gap: 0.35rem 1rem;
  align-items: start;
  padding: 1.1rem 1.15rem 1.15rem 1rem;
  border-radius: 0.65rem;
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.98), rgba(244, 249, 255, 0.88));
  border: 0;
  box-shadow: none;
}
.mentor-profile-feature-card::before {
  content: counter(mentor-feature-step, decimal-leading-zero);
  grid-column: 1;
  grid-row: 1 / span 2;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 3.25rem;
  border-radius: 0.45rem;
  background: var(--brand-08);
  font-family: var(--font-serif);
  font-size: 1.05rem;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.04em;
  color: var(--brand-color);
}
.mentor-profile-feature-title {
  grid-column: 2;
  grid-row: 1;
  margin: 0;
  padding-top: 0.2rem;
  font-size: 0.98rem;
  font-weight: 700;
  line-height: 1.45;
  color: var(--brand-color);
}
.mentor-profile-feature-text {
  grid-column: 2;
  grid-row: 2;
  margin: 0;
  font-size: 0.9rem;
  line-height: 1.82;
  color: var(--text-secondary);
}
@media (max-width: 479px) {
  .mentor-profile-feature-card {
    grid-template-columns: 2.75rem minmax(0, 1fr);
    gap: 0.65rem 0.75rem;
    padding: 0.95rem 0.9rem;
  }
  .mentor-profile-feature-card::before {
    min-height: 2.75rem;
    font-size: 0.92rem;
  }
}
.mentor-profile-footer {
  margin-top: 1.75rem;
}

/* プロフィール末尾：相談導線 */
.mentor-profile-consult {
  margin: 1.75rem 0 0;
  padding: 1.35rem 1.25rem;
  border-radius: 0;
  background: transparent;
  border: 0;
  box-shadow: none;
}
@media (min-width: 768px) {
  .mentor-profile-consult {
    padding: 1.65rem 1.75rem;
  }
}
.mentor-profile-consult-panel {
  min-width: 0;
  text-align: center;
}
.mentor-profile-consult-kicker {
  margin: 0 0 0.4rem;
  font-size: 0.68rem;
  letter-spacing: 0.28em;
  text-transform: uppercase;
  color: rgba(var(--brand-rgb), 0.55);
}
.mentor-profile-consult-title {
  margin: 0 0 0.65rem;
  font-size: clamp(1.15rem, 2.8vw, 1.35rem);
  line-height: 1.4;
  color: var(--brand-color);
}
.mentor-profile-consult-lead {
  margin: 0 0 1.1rem;
  font-size: 0.9rem;
  line-height: 1.75;
  color: var(--text-secondary);
}
.mentor-profile-consult-actions {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 0.65rem;
  margin-bottom: 0.95rem;
}
.mentor-profile-consult-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 2.75rem;
  padding: 0.55rem 1.15rem;
  border-radius: 999px;
  font-size: 0.86rem;
  font-weight: 700;
  line-height: 1.3;
  text-decoration: none;
  transition: transform 0.2s ease, box-shadow 0.2s ease, background-color 0.2s ease;
}
.mentor-profile-consult-btn:hover {
  transform: translateY(-1px);
}
.mentor-profile-consult-btn--line {
  background: #06c755;
  color: #fff;
  box-shadow: 0 6px 18px rgba(6, 199, 85, 0.28);
}
.mentor-profile-consult-btn--line:hover {
  background: #05b34c;
}
.mentor-profile-consult-btn--phone {
  background: #fff;
  color: var(--brand-color);
  border: 1px solid rgba(var(--brand-rgb), 0.22);
}
.mentor-profile-consult-btn--phone:hover {
  background: var(--brand-05);
}
.mentor-profile-consult-links {
  margin: 0 0 1rem;
  padding: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 0.5rem 1.15rem;
}
.mentor-profile-consult-links a {
  font-size: 0.82rem;
  color: rgba(var(--brand-rgb), 0.82);
  text-decoration: underline;
  text-underline-offset: 2px;
}
.mentor-profile-consult-links a:hover {
  color: var(--brand-color);
}
.mentor-profile-consult-notice {
  margin: 0 auto;
  padding: 0;
  border: 0;
  background: none;
  max-width: 36rem;
  font-size: 0.72rem;
  line-height: 1.65;
  color: rgba(var(--brand-rgb), 0.68);
  text-align: center;
}
.mentor-profile-consult + .mentor-profile-block-intro {
  margin-top: 1.35rem;
}

/* ========================================
   お客様の声（口コミ）SECTION（メンター紹介と同じデザイン）
   ======================================== */

#reviews .lp-mentor-intro-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1.5rem;
}
@media (min-width: 768px) {
  #reviews .lp-mentor-intro-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 2rem;
  }
}
#reviews .text-center.mb-12 p,
#reviews .text-center.mb-16 p {
  color: rgba(255, 255, 255, 0.85);
}
#reviews .text-center.mb-12 h2,
#reviews .text-center.mb-16 h2 {
  color: #fff;
}
#reviews .lp-mentor-intro-card {
  background: transparent;
  border: none;
  box-shadow: none;
}
#reviews .lp-mentor-intro-card .mentor-intro-number {
  color: #fff;
  margin: 0 0 0.5rem;
}
#reviews .lp-mentor-intro-card .lp-mentor-intro-body {
  color: rgba(255, 255, 255, 0.92);
  margin: 0;
}
#reviews .reviews-meta {
  color: rgba(255, 255, 255, 0.9);
}
#reviews .reviews-ratings {
  display: flex;
  flex-direction: column;
  gap: 0.4rem;
  margin-bottom: 0.75rem;
  color: rgba(255, 255, 255, 0.82);
}
#reviews .reviews-rating-row {
  display: grid;
  grid-template-columns: 7.5rem max-content;
  align-items: center;
  column-gap: 0.65rem;
}
@media (min-width: 768px) {
  #reviews .reviews-rating-row {
    grid-template-columns: 8rem max-content;
  }
}
#reviews .reviews-label {
  min-width: 0;
  font-size: inherit;
  line-height: 1.4;
  color: rgba(255, 255, 255, 0.88);
}
#reviews .reviews-stars {
  justify-self: start;
  color: #f5b800;
  font-size: 0.68rem;
  line-height: 1;
  letter-spacing: 0.14em;
  white-space: nowrap;
}

/* 支援実績ページ：体験談カード右上の装飾番号（薄いグレー系） */
#success .success-story-deco-number {
  color: var(--brand-15) !important;
}

