/* ===========================
   人材ミライ LP - Style
   スマホファースト設計
   =========================== */

/* --- Google Fonts --- */
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;500;600;700;800;900&display=swap');

/* --- CSS Variables --- */
:root {
  --primary-cyan: #00C9C8;
  --primary-blue: #5B6AFF;
  --primary-dark: #1A1F36;
  --gradient-main: linear-gradient(135deg, #00C9C8 0%, #5B6AFF 100%);
  --gradient-cta: linear-gradient(135deg, #FF6B35 0%, #F7421E 100%);
  --gradient-soft: linear-gradient(135deg, #E8FFFE 0%, #EEF0FF 100%);

  --text-main: #1A1F36;
  --text-sub: #4A5068;
  --text-light: #7A8099;
  --text-white: #FFFFFF;

  --bg-white: #FAFBFF;
  --bg-light: #F2F5FA;
  --bg-accent: #F0FDFC;
  --bg-dark: #1A1F36;

  --border-light: #E2E6F0;
  --border-accent: #00C9C8;

  --shadow-sm: 0 2px 8px rgba(26, 31, 54, 0.06);
  --shadow-md: 0 4px 20px rgba(26, 31, 54, 0.08);
  --shadow-lg: 0 8px 40px rgba(26, 31, 54, 0.12);
  --shadow-cta: 0 6px 24px rgba(247, 66, 30, 0.35);

  --radius-sm: 8px;
  --radius-md: 12px;
  --radius-lg: 16px;
  --radius-xl: 20px;
  --radius-full: 9999px;

  --section-padding: 32px 0;
  --container-padding: 0 20px;
}

/* --- Reset & Base --- */
*,
*::before,
*::after {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  -webkit-text-size-adjust: 100%;
}

body {
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 15px;
  line-height: 1.8;
  color: var(--text-main);
  background: var(--bg-white);
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
}

img {
  max-width: 100%;
  height: auto;
  display: block;
}

a {
  text-decoration: none;
  color: inherit;
}

ul,
ol {
  list-style: none;
}

/* --- Container --- */
.container {
  width: 100%;
  max-width: 480px;
  margin: 0 auto;
  padding: var(--container-padding);
}

/* --- Section --- */
.section {
  padding: var(--section-padding);
}

.section--light {
  background: linear-gradient(180deg, #F2F5FA 0%, #E8ECF4 100%);
}

#empathy,
#strength,
#solution,
#compare,
#cases,
#flow,
#faq,
#switch,
#global {
  padding-top: 16px;
}

.hero__urgency {
  margin-top: 12px;
  font-size: 13px;
  color: #E8375A;
  font-weight: 600;
  animation: pulse-urgency 2s ease-in-out infinite;
}

.hero__urgency strong {
  font-size: 18px;
  color: #E8375A;
}

@keyframes pulse-urgency {

  0%,
  100% {
    opacity: 1;
  }

  50% {
    opacity: 0.6;
  }
}



#risk {
  padding-top: 10px;
}

.section--accent {
  background: var(--bg-accent);
}

.section--dark {
  background: var(--bg-dark);
  color: var(--text-white);
}

.section--gradient {
  background: var(--gradient-soft);
}

/* --- Section Title --- */
.section-label {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.1em;
  color: var(--primary-cyan);
  text-transform: uppercase;
  margin-bottom: 12px;
}

.section-label::before {
  content: '';
  width: 24px;
  height: 2px;
  background: var(--gradient-main);
  border-radius: 2px;
}

.section-title {
  font-size: 24px;
  font-weight: 800;
  line-height: 1.4;
  color: var(--text-main);
  margin-bottom: 16px;
}

.section-title .highlight {
  background: var(--gradient-main);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

.section-subtitle {
  font-size: 14px;
  color: var(--text-sub);
  line-height: 1.8;
  margin-bottom: 20px;
}

.section--dark .section-title {
  color: var(--text-white);
}

.section--dark .section-subtitle {
  color: rgba(255, 255, 255, 0.7);
}

/* ===========================
   HEADER
   =========================== */
.header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 100;
  background: rgba(255, 255, 255, 0.95);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  border-bottom: 1px solid rgba(226, 230, 240, 0.5);
  transition: all 0.3s ease;
}

.header__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 40px;
  max-width: 100%;
  margin: 0 auto;
  padding: 0 20px;
  gap: 8px;
  overflow: hidden;
}

.header__logo {
  display: flex;
  align-items: center;
  gap: 8px;
}

.header__logo img {
  height: 36px;
  width: auto;
}

.header__service-text {
  font-size: 11px;
  font-weight: 600;
  color: #888;
  white-space: nowrap;
  margin-right: auto;
  margin-left: 12px;
  padding-left: 12px;
  border-left: 1px solid #ccc;
}

.header__right {
  display: flex;
  align-items: center;
  gap: 8px;
}

.header__phone {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0;
  line-height: 1.1;
}

.header__phone-number {
  font-family: 'Oswald', sans-serif;
  font-size: 20px;
  font-weight: 700;
  color: #333;
  text-decoration: none;
  letter-spacing: 0.02em;
  margin-top: 2px;
}

.header__phone-hours {
  font-size: 10px;
  color: var(--text-light);
}

@media (max-width: 768px) {
  .header__phone {
    display: none;
  }

  .header__logo-text {
    display: none !important;
  }

  .header__service-text {
    display: inline !important;
    font-size: 8px;
  }
}

.header__cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 38px;
  padding: 0 14px;
  font-size: 11px;
  font-weight: 700;
  color: var(--text-white);
  background: var(--gradient-cta);
  border: none;
  border-radius: var(--radius-full);
  cursor: pointer;
  transition: all 0.3s ease;
  white-space: nowrap;
  box-shadow: 0 3px 12px rgba(247, 66, 30, 0.3);
}

@media (min-width: 768px) {
  .header__cta {
    font-size: 12px;
    padding: 0 18px;
  }
}

.header__cta:hover {
  transform: translateY(-1px);
  box-shadow: var(--shadow-cta);
}

/* ===========================
   HERO SECTION
   =========================== */
.hero {
  position: relative;
  padding: 100px 0 30px;
  overflow: hidden;
  background: linear-gradient(180deg, #F0FDFC 0%, #FFFFFF 100%);
}

.hero::before {
  content: '';
  position: absolute;
  top: -100px;
  right: -100px;
  width: 300px;
  height: 300px;
  background: radial-gradient(circle, rgba(0, 201, 200, 0.08) 0%, transparent 70%);
  border-radius: 50%;
}

.hero::after {
  content: '';
  position: absolute;
  bottom: -50px;
  left: -80px;
  width: 200px;
  height: 200px;
  background: radial-gradient(circle, rgba(91, 106, 255, 0.06) 0%, transparent 70%);
  border-radius: 50%;
}

.hero__badge {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 6px 14px;
  font-size: 12px;
  font-weight: 600;
  color: var(--primary-cyan);
  background: rgba(0, 201, 200, 0.08);
  border: 1px solid rgba(0, 201, 200, 0.2);
  border-radius: var(--radius-full);
  margin-bottom: 20px;
}

.hero__badge::before {
  content: '⚡';
}

.hero__title {
  font-size: 28px;
  font-weight: 900;
  line-height: 1.35;
  color: var(--text-main);
  margin-bottom: 8px;
  letter-spacing: -0.02em;
  white-space: nowrap;
}

.hero__title .accent {
  background: var(--gradient-main);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

.hero__catch {
  font-size: 15px;
  font-weight: 600;
  color: var(--text-sub);
  line-height: 1.7;
  margin-bottom: 8px;
}

.hero__subcopy {
  font-size: 14px;
  color: var(--text-light);
  line-height: 1.7;
  margin-bottom: 24px;
}

/* ヒーロー横並びレイアウト */
.hero__inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 24px;
}

.hero__content {
  flex: 1;
}

.hero__side-image {
  flex-shrink: 0;
  width: 100%;
  max-width: 320px;
}

.hero__side-image img {
  width: 100%;
  height: auto;
  border-radius: var(--radius-lg);
  box-shadow: var(--shadow-lg);
}

@media (min-width: 768px) {
  .hero__inner {
    flex-direction: row;
    align-items: center;
    gap: 40px;
  }

  .hero__side-image {
    max-width: 400px;
  }
}

.hero__stats {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 12px;
  margin-top: 24px;
  position: relative;
  z-index: 2;
}

.hero__stat {
  background: linear-gradient(135deg, #E8FFFE 0%, #EEF0FF 100%);
  border-radius: var(--radius-md);
  padding: 20px 8px;
  text-align: center;
  box-shadow: 0 4px 20px rgba(0, 201, 200, 0.2);
  border: 2px solid rgba(0, 201, 200, 0.6);
  transition: transform 0.3s ease;
}

.hero__stat:hover {
  transform: translateY(-3px);
}

.hero__stat-number {
  font-size: 32px;
  font-weight: 900;
  background: var(--gradient-main);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  line-height: 1.2;
}

.hero__stat-unit {
  font-size: 13px;
  font-weight: 700;
  -webkit-text-fill-color: var(--text-main);
}

.hero__stat-label {
  font-size: 11px;
  font-weight: 600;
  color: var(--text-sub);
  margin-top: 6px;
  letter-spacing: 0.05em;
}

/* ===========================
   CTA ROW（電話 + ボタン横並び）
   =========================== */
.cta-row {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 24px;
  width: 100%;
}

.cta-phone {
  display: flex;
  flex-direction: column;
  align-items: center;
  align-self: flex-start;
  padding-right: 24px;
  border-right: 1px solid var(--border-light);
}

.cta-phone__label {
  font-size: 11px;
  color: var(--text-sub);
  margin-bottom: 4px;
}

.cta-phone__number {
  font-family: 'Oswald', sans-serif;
  font-size: 28px;
  font-weight: 700;
  color: #333;
  text-decoration: none;
  letter-spacing: 0.02em;
  line-height: 1.2;
  margin-top: 10px;
}

.cta-phone__number:hover {
  color: var(--primary-cyan);
}

.cta-phone__icon {
  vertical-align: middle;
  margin-right: 6px;
  flex-shrink: 0;
}

.cta-phone__hours {
  font-size: 10px;
  color: var(--text-light);
  margin-top: 2px;
}

.cta-row__btn {
  display: flex;
  flex-direction: column;
  align-items: center;
  align-self: flex-start;
}

@media (max-width: 767px) {
  .cta-row {
    flex-direction: column;
    gap: 16px;
    align-items: center;
  }

  .cta-phone {
    padding-right: 0;
    border-right: none;
    padding-bottom: 16px;
    border-bottom: 1px solid var(--border-light);
    align-items: center;
    align-self: center;
  }

  .cta-row__btn {
    align-items: center;
    width: 100%;
  }
}

/* ===========================
   CTA BUTTON
   =========================== */
.cta-button {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  padding: 16px 20px;
  font-size: 16px;
  font-weight: 700;
  color: var(--text-white);
  background: var(--gradient-cta);
  border: none;
  border-radius: 50px;
  cursor: pointer;
  position: relative;
  overflow: hidden;
  transition: all 0.3s ease;
  box-shadow: var(--shadow-cta);
  letter-spacing: 0.05em;
  text-align: center;
  line-height: 1.4;
}

@media (max-width: 480px) {
  .cta-button {
    font-size: 13px;
    padding: 14px 12px;
  }
}

.cta-button::before {
  content: '';
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.2), transparent);
  transition: left 0.5s ease;
}

.cta-button:hover::before {
  left: 100%;
}

.cta-button:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 32px rgba(247, 66, 30, 0.4);
}

.cta-button:active {
  transform: translateY(0);
}

.cta-button .arrow {
  margin-left: 8px;
  font-size: 18px;
  transition: transform 0.3s ease;
}

.cta-button:hover .arrow {
  transform: translateX(4px);
}

.cta-micro {
  text-align: center;
  font-size: 11px;
  color: var(--text-light);
  margin-top: 10px;
}

.cta-micro--white {
  color: rgba(255, 255, 255, 0.6);
}

.cta-wrap {
  margin-top: 32px;
}

/* ① 共感ブロック
   =========================== */
.empathy-header {
  text-align: center;
  margin-bottom: 24px;
}

.empathy-header .section-label {
  justify-content: center;
}

.empathy-cards {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}

.empathy-card {
  background: var(--bg-white);
  border-radius: var(--radius-lg);
  overflow: hidden;
  box-shadow: var(--shadow-md);
  transition: all 0.3s ease;
}

.empathy-card:hover {
  transform: translateY(-4px);
  box-shadow: var(--shadow-lg);
}

.empathy-card__image {
  position: relative;
  width: 100%;
  height: 180px;
  overflow: hidden;
}

.empathy-card__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.empathy-card__badge {
  position: absolute;
  bottom: 0;
  left: 0;
  background: var(--primary-cyan);
  color: #fff;
  font-size: 11px;
  font-weight: 700;
  padding: 4px 14px;
  border-radius: 0 var(--radius-sm) 0 0;
}

.empathy-card__title {
  font-size: 16px;
  font-weight: 700;
  color: var(--text-main);
  padding: 16px 16px 4px;
}

.empathy-card__text {
  font-size: 13px;
  color: var(--text-sub);
  line-height: 1.6;
  padding: 0 16px 16px;
}

/* 解決メッセージ */
.empathy-resolve {
  text-align: center;
  margin-top: 20px;
  margin-bottom: 0;
}

.empathy-resolve__arrow {
  font-size: 28px;
  color: var(--primary-cyan);
  margin-bottom: 12px;
}

.empathy-resolve__badge {
  display: inline-block;
  background: var(--gradient-cta);
  color: #fff;
  font-size: 13px;
  font-weight: 700;
  padding: 6px 20px;
  border-radius: var(--radius-full);
  margin-bottom: 16px;
}

.empathy-resolve__text {
  font-size: 26px;
  font-weight: 800;
  color: var(--text-main);
  line-height: 1.7;
}

.empathy-resolve__text strong {
  background: var(--gradient-main);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

/* SP */
@media (max-width: 767px) {
  .empathy-cards {
    grid-template-columns: 1fr;
  }

  .empathy-resolve__text {
    font-size: 16px;
  }
}

/* ===========================
   ② 放置リスク
   =========================== */
.risk-section {
  position: relative;
  padding-top: 30px !important;
}

.risk-section::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 4px;
  background: linear-gradient(90deg, #FF6B6B, #FF8E53);
}

.risk-cards {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.risk-card {
  padding: 20px;
  background: var(--bg-white);
  border-radius: var(--radius-md);
  border-left: 4px solid #FF6B6B;
  box-shadow: var(--shadow-sm);
}

.risk-card__number {
  font-size: 11px;
  font-weight: 700;
  color: #FF6B6B;
  letter-spacing: 0.1em;
  margin-bottom: 8px;
}

.risk-card__title {
  font-size: 16px;
  font-weight: 700;
  color: var(--text-main);
  margin-bottom: 8px;
}

.risk-card__text {
  font-size: 13px;
  color: var(--text-sub);
  line-height: 1.7;
}

.risk-cta {
  margin-top: 32px;
  padding: 24px 20px;
  background: linear-gradient(135deg, rgba(0, 201, 200, 0.05) 0%, rgba(91, 106, 255, 0.05) 100%);
  border-radius: var(--radius-md);
  border: 1px solid rgba(0, 201, 200, 0.15);
  text-align: center;
}

.risk-cta__text {
  font-size: 15px;
  font-weight: 700;
  color: var(--text-main);
  margin-bottom: 4px;
}

.risk-cta__sub {
  font-size: 12px;
  color: var(--text-sub);
}

/* ===========================
   ③ 解決策提示
   =========================== */
.solution-cards {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.solution-card {
  padding: 24px 20px;
  background: var(--bg-white);
  border-radius: var(--radius-lg);
  box-shadow: var(--shadow-md);
  border: 1px solid var(--border-light);
  position: relative;
  overflow: hidden;
}

.solution-card::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 3px;
  background: var(--gradient-main);
}

.solution-card__icon {
  width: 52px;
  height: 52px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: var(--gradient-soft);
  border-radius: var(--radius-md);
  font-size: 24px;
  margin-bottom: 16px;
}

.solution-card__title {
  font-size: 17px;
  font-weight: 700;
  color: var(--text-main);
  margin-bottom: 10px;
}

.solution-card__text {
  font-size: 13px;
  color: var(--text-sub);
  line-height: 1.8;
}

.solution-card__point {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  margin-top: 12px;
  padding: 4px 10px;
  font-size: 11px;
  font-weight: 700;
  color: var(--primary-cyan);
  background: rgba(0, 201, 200, 0.08);
  border-radius: var(--radius-full);
}

/* ===========================
   ④ 圧倒的な違い
   =========================== */
.strength-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 16px;
}

.strength-card {
  padding: 24px 20px;
  background: var(--bg-white);
  border-radius: var(--radius-lg);
  box-shadow: var(--shadow-md);
  border: 1px solid var(--border-light);
  position: relative;
}

.strength-card__number {
  position: absolute;
  top: 16px;
  right: 16px;
  font-size: 48px;
  font-weight: 900;
  background: var(--gradient-main);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  opacity: 0.1;
  line-height: 1;
}

.strength-card__icon {
  width: 48px;
  height: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: var(--gradient-soft);
  border-radius: var(--radius-md);
  font-size: 22px;
  margin-bottom: 14px;
}

.strength-card__title {
  font-size: 17px;
  font-weight: 700;
  color: var(--text-main);
  margin-bottom: 8px;
}

.strength-card__text {
  font-size: 13px;
  color: var(--text-sub);
  line-height: 1.7;
}

.strength-card__tag {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  margin-top: 12px;
  padding: 5px 12px;
  font-size: 11px;
  font-weight: 700;
  color: var(--primary-blue);
  background: rgba(91, 106, 255, 0.08);
  border-radius: var(--radius-full);
}

/* ===========================
   ⑤ 他社比較表
   =========================== */
.compare-table {
  width: 100%;
  border-collapse: separate;
  border-spacing: 0;
  border-radius: var(--radius-lg);
  overflow: hidden;
  box-shadow: var(--shadow-md);
  font-size: 13px;
}

.compare-table thead th {
  padding: 14px 12px;
  font-weight: 700;
  font-size: 12px;
  text-align: center;
  white-space: nowrap;
}

.compare-table thead th:first-child {
  background: var(--bg-light);
  color: var(--text-sub);
  text-align: left;
  width: 30%;
}

.compare-table thead th:nth-child(2) {
  background: var(--gradient-main);
  color: var(--text-white);
}

.compare-table thead th:nth-child(3) {
  background: var(--bg-light);
  color: var(--text-sub);
}

.compare-table tbody td {
  padding: 14px 12px;
  text-align: center;
  border-bottom: 1px solid var(--border-light);
  vertical-align: middle;
}

.compare-table tbody td:first-child {
  text-align: left;
  font-weight: 600;
  color: var(--text-main);
  background: rgba(246, 248, 252, 0.5);
}

.compare-table tbody td:nth-child(2) {
  background: rgba(0, 201, 200, 0.06);
  font-weight: 600;
  color: #1A1F36;
  border-left: 3px solid var(--primary-cyan);
  border-right: 3px solid var(--primary-cyan);
}

.compare-table tbody td:nth-child(3) {
  color: var(--text-sub);
  font-weight: 500;
}

.compare-table tbody tr:last-child td {
  border-bottom: none;
}

.compare-table tbody tr:last-child td:nth-child(2) {
  border-bottom: 3px solid var(--primary-cyan);
}

.compare-check {
  color: #006666;
  font-weight: 700;
}

.compare-cross {
  color: #E74C3C;
  font-weight: 600;
}

/* ===========================
   ⑥ 導入事例
   =========================== */
.case-cards {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.case-card {
  background: var(--bg-white);
  border-radius: var(--radius-lg);
  overflow: hidden;
  box-shadow: var(--shadow-md);
  border: 1px solid var(--border-light);
}

.case-card__image {
  position: relative;
  height: 180px;
  overflow: hidden;
}

.case-card__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.case-card__badge {
  position: absolute;
  top: 12px;
  left: 12px;
  padding: 4px 12px;
  font-size: 11px;
  font-weight: 700;
  color: var(--text-white);
  background: var(--gradient-main);
  border-radius: var(--radius-full);
}

.case-card__body {
  padding: 20px;
}

.case-card__industry {
  font-size: 11px;
  font-weight: 700;
  color: var(--primary-cyan);
  letter-spacing: 0.05em;
  margin-bottom: 6px;
}

.case-card__title {
  font-size: 16px;
  font-weight: 700;
  color: var(--text-main);
  margin-bottom: 12px;
  line-height: 1.5;
}

.case-card__results {
  display: flex;
  gap: 12px;
  margin-bottom: 12px;
}

.case-card__result {
  flex: 1;
  padding: 10px 8px;
  background: var(--gradient-soft);
  border-radius: var(--radius-sm);
  text-align: center;
}

.case-card__result-label {
  font-size: 10px;
  color: var(--text-light);
  margin-bottom: 2px;
}

.case-card__result-value {
  font-size: 18px;
  font-weight: 800;
  background: var(--gradient-main);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

.case-card__result-unit {
  font-size: 10px;
  -webkit-text-fill-color: var(--text-sub);
}

.case-card__quote {
  padding: 14px 16px;
  background: var(--bg-light);
  border-radius: var(--radius-sm);
  font-size: 13px;
  color: var(--text-sub);
  line-height: 1.7;
  position: relative;
}

.case-card__quote::before {
  content: '"';
  font-size: 32px;
  font-weight: 900;
  color: var(--primary-cyan);
  opacity: 0.3;
  position: absolute;
  top: 4px;
  left: 10px;
  line-height: 1;
}

.case-card__quote p {
  padding-left: 16px;
}

/* ===========================
   ⑦ 3STEP 導入フロー
   =========================== */
.flow-steps {
  display: flex;
  flex-direction: column;
  gap: 0;
  position: relative;
}

.flow-step {
  display: flex;
  gap: 20px;
  padding: 24px 0;
  position: relative;
}

.flow-step::before {
  content: '';
  position: absolute;
  left: 23px;
  top: 48px;
  bottom: -24px;
  width: 2px;
  background: linear-gradient(180deg, var(--primary-cyan), var(--primary-blue));
  opacity: 0.2;
}

.flow-step:last-child::before {
  display: none;
}

.flow-step__number {
  flex-shrink: 0;
  width: 48px;
  height: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: var(--gradient-main);
  border-radius: 50%;
  color: var(--text-white);
  font-size: 18px;
  font-weight: 800;
  position: relative;
  z-index: 2;
}

.flow-step__content {
  flex: 1;
  padding-top: 4px;
}

.flow-step__title {
  font-size: 17px;
  font-weight: 700;
  color: var(--text-main);
  margin-bottom: 6px;
}

.flow-step__text {
  font-size: 13px;
  color: var(--text-sub);
  line-height: 1.7;
}

.flow-step__note {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  margin-top: 8px;
  padding: 4px 10px;
  font-size: 11px;
  font-weight: 600;
  color: var(--primary-cyan);
  background: rgba(0, 201, 200, 0.08);
  border-radius: var(--radius-full);
}

/* ===========================
   ⑧ よくある質問
   =========================== */
.faq-list {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.faq-item {
  background: var(--bg-white);
  border-radius: var(--radius-md);
  box-shadow: var(--shadow-sm);
  border: 1px solid var(--border-light);
  overflow: hidden;
  transition: all 0.3s ease;
}

.faq-item.active {
  border-color: var(--border-accent);
  box-shadow: var(--shadow-md);
}

.faq-question {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 18px 16px;
  cursor: pointer;
  font-size: 14px;
  font-weight: 600;
  color: var(--text-main);
  background: none;
  border: none;
  width: 100%;
  text-align: left;
  transition: all 0.3s ease;
}

.faq-question:hover {
  color: var(--primary-cyan);
}

.faq-question__badge {
  flex-shrink: 0;
  width: 28px;
  height: 28px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: var(--gradient-main);
  border-radius: 50%;
  color: var(--text-white);
  font-size: 12px;
  font-weight: 800;
}

.faq-question__text {
  flex: 1;
}

.faq-question__arrow {
  flex-shrink: 0;
  width: 20px;
  height: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  color: var(--text-light);
  transition: transform 0.3s ease;
}

.faq-item.active .faq-question__arrow {
  transform: rotate(180deg);
  color: var(--primary-cyan);
}

.faq-answer {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.4s ease;
}

.faq-item.active .faq-answer {
  max-height: 300px;
}

.faq-answer__inner {
  padding: 0 16px 18px 56px;
  font-size: 13px;
  color: var(--text-sub);
  line-height: 1.8;
}

/* ===========================
   ⑨ 最終オファー
   =========================== */
.final-offer {
  text-align: center;
  position: relative;
}

.final-offer::before {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 300px;
  height: 300px;
  background: radial-gradient(circle, rgba(0, 201, 200, 0.1) 0%, transparent 70%);
  border-radius: 50%;
}

.final-offer__title {
  font-size: 26px;
  font-weight: 900;
  color: var(--text-white);
  margin-bottom: 12px;
  position: relative;
}

.final-offer__text {
  font-size: 14px;
  color: rgba(255, 255, 255, 0.7);
  margin-bottom: 32px;
  position: relative;
}

.final-offer__benefits {
  display: grid;
  grid-template-columns: repeat(4, auto);
  justify-content: center;
  gap: 10px 20px;
  margin-bottom: 32px;
  position: relative;
}

@media (max-width: 767px) {
  .final-offer__benefits {
    grid-template-columns: repeat(2, auto);
    gap: 8px 16px;
  }
}

@media (max-width: 400px) {
  .final-offer__benefits {
    grid-template-columns: 1fr;
    gap: 6px;
  }

  .final-offer__benefit {
    font-size: 12px;
  }
}

.final-offer__benefit {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  font-size: 14px;
  font-weight: 600;
  color: rgba(255, 255, 255, 0.9);
}

.final-offer__benefit::before {
  content: '✓';
  width: 20px;
  height: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 11px;
  font-weight: 700;
  color: var(--text-white);
  background: rgba(0, 201, 200, 0.5);
  border-radius: 50%;
}

.final-offer .cta-button {
  background: var(--text-white);
  color: var(--text-main);
  box-shadow: 0 6px 24px rgba(0, 0, 0, 0.2);
  position: relative;
}

.final-offer .cta-button:hover {
  box-shadow: 0 8px 32px rgba(0, 0, 0, 0.3);
}

/* ===========================
   FOOTER
   =========================== */
.footer {
  padding: 40px 0 120px;
  background: var(--bg-dark);
  text-align: center;
}

.footer__logo {
  display: flex;
  justify-content: center;
  margin-bottom: 16px;
}

.footer__logo img {
  height: 32px;
  width: auto;
  filter: brightness(0) invert(1);
}

.footer__text {
  font-size: 12px;
  color: rgba(255, 255, 255, 0.4);
}

/* ===========================
   SP 追従CTA
   =========================== */
.sticky-cta {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 99;
  padding: 2px 20px;
  padding-bottom: calc(2px + env(safe-area-inset-bottom, 0px));
  background: #1a2340;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  transform: translateY(100%);
  transition: transform 0.4s ease;
}

.sticky-cta.visible {
  transform: translateY(0);
}

.sticky-cta .cta-button {
  max-width: 480px;
  margin: 0 auto;
}

.sticky-cta__row {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
  max-width: 700px;
  margin: 0 auto;
}

.sticky-cta__phone {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-decoration: none;
  padding-right: 16px;
  border-right: 1px solid rgba(255, 255, 255, 0.2);
  margin-top: 4px;
}

.sticky-cta__phone-number {
  font-family: 'Oswald', sans-serif;
  font-size: 20px;
  font-weight: 700;
  color: #fff;
  letter-spacing: 0.02em;
  line-height: 1.2;
}

.sticky-cta__phone-hours {
  font-size: 9px;
  color: rgba(255, 255, 255, 0.6);
  margin-top: 2px;
}

.sticky-cta .sticky-cta__btn {
  flex: 1;
  max-width: 320px;
  padding: 11px 20px !important;
  border-radius: 50px !important;
  margin: 4px 0;
}

.sticky-cta .cta-micro {
  margin-top: 4px;
  font-size: 10px;
}

/* ===========================
   アニメーション
   =========================== */
.fade-in {
  opacity: 0;
  transform: translateY(24px);
  transition: opacity 0.6s ease, transform 0.6s ease;
}

.fade-in.is-visible {
  opacity: 1;
  transform: translateY(0);
}

/* ===========================
   PC対応 (768px以上)
   =========================== */
@media (min-width: 768px) {
  .container {
    max-width: 720px;
  }

  :root {
    --section-padding: 120px 0;
  }

  .hero__title {
    font-size: clamp(28px, 4vw, 36px);
  }

  .section-title {
    font-size: 30px;
  }

  .strength-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .hero__stats {
    gap: 16px;
  }

  .hero__stat-number {
    font-size: 28px;
  }

  .hero__image img {
    height: 320px;
  }

  .case-card__results {
    gap: 16px;
  }

  .sticky-cta {
    display: none;
  }

  .footer {
    padding-bottom: 40px;
  }
}

@media (min-width: 1024px) {
  .container {
    max-width: 960px;
  }

  .hero__title {
    font-size: clamp(36px, 4vw, 42px);
  }

  .section-title {
    font-size: 34px;
  }

  .empathy-list {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 16px;
  }

  .risk-cards {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 16px;
  }

  .solution-cards {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
  }

  .case-cards {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
  }
}

/* ===========================
   ヘッダー ロゴテキスト
   =========================== */
.header__logo-text {
  font-size: 12px;
  font-weight: 700;
  color: var(--text-main);
  white-space: nowrap;
  letter-spacing: 0.02em;
}

@media (min-width: 768px) {
  .header__logo-text {
    font-size: 14px;
  }
}

/* ===========================
   セクション ヒーロー（横並び）
   =========================== */
.section-hero {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 24px;
  margin-bottom: 32px;
}

.section-hero__text {
  flex: 1;
}

.section-hero__text .section-subtitle {
  margin-bottom: 0;
}

.section-hero__img {
  flex-shrink: 0;
}

.section-hero__img img {
  max-width: 240px;
  height: auto;
  border-radius: var(--radius-lg);
}

.section-hero__img--wide img {
  max-width: 220px;
}

@media (min-width: 768px) {
  .section-hero {
    flex-direction: row;
    align-items: center;
    gap: 40px;
  }

  .section-hero__img img {
    max-width: 300px;
  }

  .section-hero__img--wide img {
    max-width: 280px;
  }
}

/* 解決策カード内画像 */
.solution-card__img {
  margin-bottom: 16px;
  border-radius: var(--radius-md);
  overflow: hidden;
}

.solution-card__img img {
  width: 100%;
  height: 160px;
  object-fit: cover;
  border-radius: var(--radius-md);
}

@media (min-width: 768px) {
  .section-illustration img {
    max-width: 360px;
  }

  .section-illustration--wide img {
    max-width: 520px;
  }

  .solution-card__img img {
    height: 200px;
  }
}

/* ===========================
   フッター会社名
   =========================== */
.footer__company {
  font-size: 13px;
  font-weight: 600;
  color: rgba(255, 255, 255, 0.6);
  margin-bottom: 8px;
}

.footer__address {
  font-size: 12px;
  color: rgba(255, 255, 255, 0.45);
  margin-bottom: 4px;
}

.footer__phone {
  font-size: 12px;
  color: rgba(255, 255, 255, 0.45);
  margin-bottom: 16px;
}

.footer__phone a {
  color: rgba(255, 255, 255, 0.6);
  text-decoration: none;
  transition: color 0.3s ease;
}

.footer__phone a:hover {
  color: var(--primary-cyan);
}

.footer__links {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 8px 16px;
  margin-bottom: 12px;
}

.footer__links a {
  font-size: 12px;
  color: rgba(255, 255, 255, 0.5);
  text-decoration: none;
  transition: color 0.3s ease;
}

.footer__links a:hover {
  color: var(--primary-cyan);
}

.footer__policy {
  margin-bottom: 16px;
}

.footer__policy a {
  font-size: 11px;
  color: rgba(255, 255, 255, 0.35);
  text-decoration: none;
  transition: color 0.3s ease;
}

.footer__policy a:hover {
  color: rgba(255, 255, 255, 0.7);
}

/* ===========================
   問い合わせフォーム
   =========================== */
.contact-form {
  margin-top: 32px;
  padding: 28px 24px;
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: var(--radius-lg);
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
}

.form-group {
  margin-bottom: 20px;
}

.form-label {
  display: block;
  font-size: 13px;
  font-weight: 600;
  color: rgba(255, 255, 255, 0.85);
  margin-bottom: 6px;
}

.form-required {
  font-size: 10px;
  font-weight: 700;
  color: #FF6B35;
  background: rgba(255, 107, 53, 0.15);
  padding: 2px 6px;
  border-radius: 4px;
  margin-left: 6px;
}

.form-input,
.form-select,
.form-textarea {
  width: 100%;
  padding: 12px 14px;
  font-size: 15px;
  font-family: 'Noto Sans JP', sans-serif;
  color: var(--text-main);
  background: rgba(255, 255, 255, 0.95);
  border: 2px solid transparent;
  border-radius: var(--radius-sm);
  outline: none;
  transition: all 0.3s ease;
  -webkit-appearance: none;
  appearance: none;
}

.form-input:focus,
.form-select:focus,
.form-textarea:focus {
  border-color: var(--primary-cyan);
  box-shadow: 0 0 0 3px rgba(0, 201, 200, 0.2);
}

.form-input::placeholder,
.form-textarea::placeholder {
  color: #AAA;
}

/* チェックボックスグループ */
.form-checkbox-group {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.form-checkbox {
  display: flex;
  align-items: center;
  gap: 10px;
  cursor: pointer;
  color: rgba(255, 255, 255, 0.85);
  font-size: 14px;
}

.form-checkbox input[type="checkbox"] {
  width: 18px;
  height: 18px;
  accent-color: var(--primary-cyan);
  cursor: pointer;
  flex-shrink: 0;
}

.form-select {
  background-image: url("data:image/svg+xml,%3Csvg width='12' height='8' viewBox='0 0 12 8' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 1.5L6 6.5L11 1.5' stroke='%237A8099' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 14px center;
  padding-right: 40px;
}

.form-textarea {
  resize: vertical;
  min-height: 100px;
}

.form-submit-btn {
  margin-top: 8px;
}

/* フォーム送信完了 */
.form-success {
  text-align: center;
  padding: 48px 20px;
}

.form-success__icon {
  margin-bottom: 16px;
}

.form-success__title {
  font-size: 20px;
  font-weight: 800;
  color: var(--text-white);
  margin-bottom: 12px;
}

.form-success__text {
  font-size: 14px;
  color: rgba(255, 255, 255, 0.7);
  line-height: 1.7;
}

/* ===========================
   3STEP 横並びカード
   =========================== */
.flow-cards {
  display: grid;
  grid-template-columns: 1fr auto 1fr auto 1fr;
  align-items: center;
  gap: 8px;
}

.flow-card {
  background: var(--bg-white);
  border-radius: var(--radius-lg);
  padding: 24px 16px;
  text-align: center;
  box-shadow: var(--shadow-md);
  border: 1px solid var(--border-light);
  transition: all 0.3s ease;
}

.flow-card:hover {
  transform: translateY(-4px);
  box-shadow: var(--shadow-lg);
}

.flow-card__icon {
  width: 64px;
  height: 64px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: var(--gradient-soft);
  border-radius: 50%;
  margin: 0 auto 12px;
}

.flow-card__step {
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.1em;
  background: var(--gradient-main);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  margin-bottom: 6px;
}

.flow-card__title {
  font-size: 15px;
  font-weight: 700;
  color: var(--text-main);
  margin-bottom: 6px;
}

.flow-card__text {
  font-size: 12px;
  color: var(--text-sub);
  line-height: 1.6;
}

.flow-card__arrow {
  font-size: 20px;
  font-weight: 700;
  background: var(--gradient-main);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

/* SP: 3STEP縦並び */
@media (max-width: 599px) {
  .flow-cards {
    grid-template-columns: 1fr;
    gap: 0;
  }

  .flow-card {
    padding: 20px 16px;
  }

  .flow-card__arrow {
    transform: rotate(90deg);
    padding: 4px 0;
  }
}

/* ===========================
   送信ボタン アクセント
   =========================== */
.cta-button.form-submit-btn.form-submit-btn--accent {
  background: linear-gradient(135deg, #FF6B35 0%, #F7421E 60%, #E8375A 100%) !important;
  box-shadow: 0 6px 24px rgba(247, 66, 30, 0.4) !important;
  font-size: 17px;
  height: 60px;
  letter-spacing: 0.08em;
  border: 2px solid rgba(255, 255, 255, 0.2);
}

.cta-button.form-submit-btn.form-submit-btn--accent:hover {
  box-shadow: 0 8px 32px rgba(247, 66, 30, 0.55) !important;
  transform: translateY(-2px);
}

/* ===========================
   テキスト長短切り替え
   =========================== */
.text-short {
  display: none;
}

@media (max-width: 480px) {
  .text-long {
    display: none;
  }

  .text-short {
    display: inline;
  }
}

/* ===========================
   SP最適化（375px以下）
   =========================== */
@media (max-width: 480px) {

  /* ヘッダー: ロゴテキストを隠してスペース確保 */
  .header__logo-text {
    display: none;
  }

  .header__service-text {
    display: inline;
    font-size: 7px;
    margin-left: 6px;
    padding-left: 6px;
  }

  .header__inner {
    padding: 0 10px;
    height: 40px;
  }

  .header__cta {
    font-size: 10px;
    padding: 0 10px;
    height: 34px;
  }

  /* ヒーロー数値: 2x2グリッドに */
  .hero__stats {
    grid-template-columns: repeat(2, 1fr);
    gap: 8px;
  }

  .hero__stat {
    padding: 14px 6px;
  }

  .hero__stat-number {
    font-size: 26px;
  }

  /* 比較表: 画面内に収める */
  .compare-table {
    font-size: 11px;
    min-width: 0;
  }

  .compare-table thead th {
    padding: 10px 6px;
    font-size: 10px;
  }

  .compare-table tbody td {
    padding: 10px 6px;
    font-size: 11px;
  }

  .compare-table thead th:first-child {
    width: 28%;
  }

  /* セクションタイトル */
  .section-title {
    font-size: 22px;
  }

  .section-subtitle {
    font-size: 13px;
  }

  /* 導入事例カードの数値 */
  .case-card__result-value {
    font-size: 24px;
  }

  /* 共感ブロックの解決メッセージ */
  .empathy-resolve__text {
    font-size: 14px;
    text-align: center;
    line-height: 1.8;
  }

  .empathy-resolve {
    text-align: center;
  }
}

/* ===========================
   乗り換え訴求セクション
   =========================== */
.switch-section {
  background: linear-gradient(180deg, #FFF8F5 0%, #FFF0EB 100%);
}

.switch-cards {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.switch-card {
  display: flex;
  align-items: flex-start;
  gap: 16px;
  padding: 20px;
  background: var(--bg-white);
  border-radius: var(--radius-md);
  border-left: 4px solid #FF8E53;
  box-shadow: var(--shadow-sm);
  transition: all 0.3s ease;
}

.switch-card:hover {
  transform: translateY(-2px);
  box-shadow: var(--shadow-md);
}

.switch-card__icon {
  font-size: 28px;
  flex-shrink: 0;
  line-height: 1;
}

.switch-card__title {
  font-size: 15px;
  font-weight: 700;
  color: var(--text-main);
  margin-bottom: 4px;
}

.switch-card__text {
  font-size: 13px;
  color: var(--text-sub);
  line-height: 1.6;
}

.switch-resolve {
  text-align: center;
  margin-top: 24px;
}

.switch-resolve__arrow {
  font-size: 28px;
  color: #FF8E53;
  margin-bottom: 12px;
}

.switch-resolve__badge {
  display: inline-block;
  background: linear-gradient(135deg, #FF8E53 0%, #FF6B35 100%);
  color: #fff;
  font-size: 13px;
  font-weight: 700;
  padding: 6px 20px;
  border-radius: var(--radius-full);
  margin-bottom: 16px;
}

.switch-resolve__text {
  font-size: 16px;
  font-weight: 700;
  color: var(--text-main);
  line-height: 1.7;
  margin-bottom: 16px;
}

.switch-resolve__text strong {
  background: var(--gradient-main);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

.switch-resolve__points {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 8px;
}

.switch-resolve__point {
  display: inline-flex;
  align-items: center;
  padding: 6px 14px;
  font-size: 12px;
  font-weight: 600;
  color: var(--primary-cyan);
  background: rgba(0, 201, 200, 0.08);
  border: 1px solid rgba(0, 201, 200, 0.2);
  border-radius: var(--radius-full);
}

/* ===========================
   対応国・日本語レベル
   =========================== */
@keyframes slide-countries {
  0% {
    transform: translateX(0);
  }

  100% {
    transform: translateX(-50%);
  }
}

.global-slider {
  overflow: hidden;
  padding: 24px 0;
  background: var(--bg-white);
  border-radius: var(--radius-lg);
  box-shadow: var(--shadow-md);
  border: 1px solid var(--border-light);
  margin-bottom: 32px;
  position: relative;
}

.global-slider::before,
.global-slider::after {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  width: 40px;
  z-index: 2;
  pointer-events: none;
}

.global-slider::before {
  left: 0;
  background: linear-gradient(90deg, var(--bg-white), transparent);
}

.global-slider::after {
  right: 0;
  background: linear-gradient(270deg, var(--bg-white), transparent);
}

.global-slider__track {
  display: flex;
  align-items: center;
  gap: 40px;
  animation: slide-countries 20s linear infinite;
  width: max-content;
  will-change: transform;
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
}

.global-slider__track:hover {
  animation-play-state: paused;
}

.global-slider__item {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
  flex-shrink: 0;
}

.global-slider__flag {
  width: 120px;
  height: 80px;
  object-fit: contain;
  border-radius: 8px;
  filter: drop-shadow(0 4px 8px rgba(0, 0, 0, 0.12));
}

.global-slider__name {
  font-size: 13px;
  font-weight: 700;
  color: var(--text-main);
  white-space: nowrap;
}

.global-lang-title {
  font-size: 16px;
  font-weight: 700;
  color: var(--text-main);
  text-align: center;
  margin-bottom: 16px;
}

.global-lang-cards {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 12px;
  margin-bottom: 24px;
}

.global-lang-card {
  text-align: center;
  padding: 20px 8px;
  background: linear-gradient(135deg, #E8FFFE 0%, #EEF0FF 100%);
  border-radius: var(--radius-md);
  border: 2px solid rgba(0, 201, 200, 0.3);
  transition: all 0.3s ease;
}

.global-lang-card:hover {
  transform: translateY(-3px);
  box-shadow: var(--shadow-md);
}

.global-lang-card__industry {
  font-size: 14px;
  font-weight: 600;
  color: var(--text-sub);
  margin-bottom: 8px;
}

.global-lang-card__level {
  font-size: 32px;
  font-weight: 900;
  background: var(--gradient-main);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  line-height: 1.2;
}

.global-lang-card__plus {
  font-size: 14px;
  font-weight: 700;
}

.global-lang-card__desc {
  font-size: 11px;
  color: var(--text-light);
  margin-top: 4px;
}

.global-note {
  padding: 20px;
  background: rgba(0, 201, 200, 0.05);
  border-radius: var(--radius-md);
  border: 1px solid rgba(0, 201, 200, 0.15);
}

.global-note p {
  font-size: 13px;
  color: var(--text-sub);
  line-height: 1.8;
  text-align: center;
}

.global-note strong {
  color: var(--text-main);
  font-weight: 700;
}

@media (max-width: 480px) {
  .global-slider__flag {
    width: 80px;
  }

  .global-slider__name {
    font-size: 10px;
  }

  .global-slider__track {
    gap: 28px;
  }

  .global-lang-cards {
    grid-template-columns: repeat(3, 1fr);
    gap: 8px;
  }

  .global-lang-card {
    padding: 14px 4px;
  }

  .global-lang-card__level {
    font-size: 26px;
  }

  .global-lang-card__industry {
    font-size: 12px;
  }

  .switch-resolve__text {
    font-size: 14px;
  }
}

/* ===========================
   CVR微調整
   =========================== */

/* CTAボタンのホバーエフェクト強化 */
.cta-button:hover {
  transform: translateY(-3px) scale(1.02);
  box-shadow: 0 8px 32px rgba(247, 66, 30, 0.5);
  filter: brightness(1.08);
}

/* マイクロコピーの視認性向上 */
.cta-micro {
  font-weight: 600;
  letter-spacing: 0.3px;
}

/* リスクセクションCTA中央寄せ */
.risk-cta {
  text-align: center;
}

.risk-cta .cta-button {
  display: inline-flex;
}

/* 乗り換えセクションCTA中央寄せ */
.switch-resolve .cta-button {
  display: inline-flex;
}

/* フォーム送信ボタンのホバー */
.form-submit-btn:hover {
  transform: translateY(-2px) scale(1.01);
  box-shadow: 0 8px 32px rgba(247, 66, 30, 0.6) !important;
}

/* ヘッダーCTAボタンの脈動アニメーション */
@keyframes header-cta-pulse {

  0%,
  100% {
    box-shadow: 0 2px 8px rgba(247, 66, 30, 0.3);
  }

  50% {
    box-shadow: 0 2px 16px rgba(247, 66, 30, 0.6);
  }
}

.header__cta {
  animation: header-cta-pulse 2.5s ease-in-out infinite;
}

/* FVの紟急性バッジ背景追加 */
.hero__urgency {
  background: rgba(232, 55, 90, 0.08);
  padding: 6px 16px;
  border-radius: 20px;
  display: inline-block;
  border: 1px solid rgba(232, 55, 90, 0.2);
}

.header__phone-label {
  display: block;
  font-size: 9px;
  color: #FF6B35;
  font-weight: 600;
  text-align: center;
  letter-spacing: 0.5px;
}

.hero__side-image {
  position: relative;
  overflow: hidden;
}

.hero__overlay-badges {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  display: flex;
  justify-content: center;
  gap: 8px;
  padding: 10px 8px;
  background: linear-gradient(transparent, rgba(0, 0, 0, 0.6));
}

.hero__overlay-badge {
  display: inline-flex;
  align-items: center;
  gap: 3px;
  background: rgba(255, 255, 255, 0.15);
  backdrop-filter: blur(6px);
  -webkit-backdrop-filter: blur(6px);
  border: 1px solid rgba(212, 175, 55, 0.5);
  color: #fff;
  font-size: 11px;
  font-weight: 600;
  padding: 5px 10px;
  border-radius: 16px;
  white-space: nowrap;
  text-shadow: 0 1px 3px rgba(0, 0, 0, 0.5);
}

.hero__overlay-badge strong {
  color: #FFD700;
  font-size: 13px;
}

/* === 修正: switchカード横並び === */
.switch-cards {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
}

.switch-card {
  flex-direction: column;
  text-align: center;
  align-items: center;
  border-left: none;
  border-top: 4px solid #FF8E53;
}

/* === 修正: ✓ポイントの文字色を濃く === */
.switch-resolve__point {
  color: #1a365d;
  background: rgba(91, 106, 255, 0.08);
  border: 1px solid rgba(91, 106, 255, 0.3);
  font-size: 13px;
}

/* === 修正: global-noteの文字サイズを合わせる === */
.global-note {
  text-align: center;
  margin-top: 24px;
}

.global-note p {
  font-size: 26px;
  font-weight: 800;
  color: var(--text-main);
  line-height: 1.7;
}

.global-note p strong {
  background: var(--gradient-main);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

@media (max-width: 768px) {
  .switch-cards {
    grid-template-columns: 1fr;
  }

  .global-note p {
    font-size: clamp(11px, 3.5vw, 15px);
  }
}