/* ============================================================
   irohana visa 育成就労 ページ専用スタイル
   /so/visa-esd
   共通スタイルは page-service-common.css（svc- プレフィックス）を参照
============================================================ */

.page-so-visa-esd {
  --color-primary: #00796B;

  background: #fff;
  padding-top: 72px; /* fixed header分 */
}

/* ============================================================
   ファーストビュー（セクション固有）
============================================================ */

.visa-esd-fv {
  margin: 0 20px;
  border-radius: 10px;
  background: linear-gradient(135deg, #4DB6AC 0%, #00897B 100%);
}

/* ページ固有のボタン色 */
.visa-esd-fv__btn--dark {
  background: #00695C;
  color: #fff;
}

.visa-esd-fv__btn--dark:hover {
  opacity: 0.85;
}


/* figure-number-wrap はページ固有 */
.visa-esd-fv__figure-number-wrap {
  display: flex;
  align-items: center;
  gap: 2px;
  flex-direction: column;
}

/* ============================================================
   中間CTA（カード背景グラデーション上書き）
============================================================ */

.visa-esd-cta-mid {
  padding: 0 0 80px;
  background: #fff;
}

.visa-esd-cta-mid .svc-cta-mid__card {
  background: linear-gradient(90deg, #00897B 0%, #00796B 100%);
}

/* ============================================================
   About（カード背景色上書き）
============================================================ */

.visa-esd-about {
  padding: 100px 0;
  background: #fff;
}

/* ヘッダー固有要素 */
.visa-esd-about__label {
  font-weight: 700;
  font-size: 14px;
  color: #00796B;
  letter-spacing: 0.1em;
  margin: 0;
}

.visa-esd-about__headline {
  font-weight: 700;
  font-size: 34px;
  color: #2a2d2a;
  line-height: 1.4;
  letter-spacing: 0.06em;
  margin: 0;
}

.visa-esd-about__headline-accent {
  color: #00796B;
  text-decoration: underline;
  text-decoration-color: #00796B;
  text-underline-offset: 6px;
  text-decoration-thickness: 2px;
}

.visa-esd-about__body {
  font-size: 16px;
  color: #444;
  line-height: 1.75;
  letter-spacing: 0.06em;
  margin: 0;
}

/* カード背景色 */
.visa-esd-about .svc-about__card {
  background: #80CBC4;
}

/* ============================================================
   課題と解決
============================================================ */

.visa-esd-sol {
  padding: 100px 0;
  background: linear-gradient(180deg, #fff 0%, #e0f2f1 31%);
}


/* アイテム固有要素 */
.visa-esd-sol .svc-sol__item {
  border: 1px solid rgba(0, 121, 107, 0.1);
  border-top: 3px solid #00796B;
}

.visa-esd-sol__item-label {
  display: flex;
  align-items: center;
  gap: 10px;
}


.visa-esd-sol .svc-sol__item-img img {
  border: 1px solid rgba(0, 121, 107, 0.1);
}

.visa-esd-sol .svc-sol__badge {
  border: 1px solid rgba(0, 121, 107, 0.5);
}

/* ============================================================
   機能セクション
============================================================ */

.visa-esd-feature {
  padding: 100px 0;
  background: #fff;
}

.visa-esd-feature__headline {
  font-weight: 700;
  font-size: 34px;
  color: #2a2d2a;
  line-height: 1.4;
  letter-spacing: 0.06em;
  margin: 0;
  font-feature-settings: "palt" 1;
}

.visa-esd-feature__desc {
  font-size: 16px;
  color: #2a2d2a;
  line-height: 1.75;
  letter-spacing: 0.06em;
  margin: 0;
  font-feature-settings: "palt" 1;
}

/* ============================================================
   導入事例
============================================================ */

.visa-esd-case {
  background: #fff;
  padding: 100px 0 80px;
  overflow: hidden;
}

.visa-esd-case__headline {
  font-weight: 700;
  font-size: 40px;
  color: #2a2d2a;
  margin: 0;
  letter-spacing: 0.06em;
  line-height: 1.4;
}

/* ケースカード背景色 */
.visa-esd-case .svc-case__card {
  background: #e8f5f3;
  border: 1px solid rgba(0, 121, 107, 0.1);
}

/* ============================================================
   二カラムレイアウト
============================================================ */

.visa-esd-sidebar {
  padding: 20px;
  position: sticky;
  top: 80px;
}

/* ============================================================
   FAQ オーバーライド
============================================================ */

.visa-esd-faq .biz-faq__q-label {
  color: #00796B;
  border-color: #00796B;
}

.visa-esd-faq .biz-faq__toggle {
  background: #00796B;
}

/* ============================================================
   CTA オーバーライド
============================================================ */

.visa-esd-cta .biz-cta__download {
  background: linear-gradient(90deg, #4DB6AC 0%, #00796B 100%);
}

.visa-esd-cta .biz-cta__col {
  background: linear-gradient(135deg, #00796B 0%, #00695C 100%);
}

/* ============================================================
   Mobile  (max-width: 767px)
============================================================ */
@media (max-width: 767px) {
  .page-so-visa-esd {
    padding-top: 72px;
  }

  /* FV */
  .visa-esd-fv {
    margin: 0 12px;
  }


  /* About */
  .visa-esd-about {
    padding: 60px 0;
  }

  .visa-esd-about__headline {
    font-size: 22px;
  }

  /* Sol desc / feature desc / about body */
  .visa-esd-feature__desc,
  .visa-esd-about__body {
    font-size: 14px;
  }

  /* Sol */
  .visa-esd-sol {
    padding: 60px 0;
  }

  /* Feature */
  .visa-esd-feature {
    padding: 60px 0;
  }

  .visa-esd-feature__headline {
    font-size: 22px;
  }

  /* Case */
  .visa-esd-case {
    padding: 60px 0;
  }

  .visa-esd-case__headline {
    font-size: 22px;
  }
}
