/* ============================================================
   Reborn Korea（/reborn/korea/）専用スタイル
   - 共通の土台（フォント・ヘッダー・sec-ttl・FAQ・CTA・フッター）は
     reborn.css を継承し、ここではKoreaページ固有のセクションのみ定義
   ============================================================ */

/* ===== ヘッダー: Reborn Koreaロゴ ===== */
.kheader-logo {
  width: 108px;
  height: auto;
}

/* ===== ファーストビュー =====
   本家FVと同じ「全幅写真×コピー重ね」型。
   被写体が左・余白が右の構図のため、コピー群は右側の白空間に重ねる */
.sec-kfv__inner {
  position: relative;
}

.kfv-photo {
  display: block;
  width: 100%;
  height: auto;
}

.kfv-overlay {
  position: absolute;
  left: 69%;
  top: 52%;
  transform: translate(-50%, -50%);
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}

.kfv-logo {
  width: clamp(130px, 13vw, 210px);
  height: auto;
  margin-bottom: 2.6vw;
}

.sec-kfv {
  position: relative;
}

.kfv-copy {
  /* 本家 .fv-copy と同じ書体設計（Zen Old Mincho / #3a505f / 広め字間） */
  font-weight: 500;
  font-size: clamp(28px, 3.1vw, 58px);
  line-height: 1.75;
  letter-spacing: .2em;
  text-indent: .2em;
  color: #3a505f;
  white-space: nowrap;
}

/* ===== 渡韓の不安 ===== */
.sec-kconcern__container {
  margin: 0 auto;
  padding: 80px 40px;
  width: 100%;
  max-width: 1560px;
}

.kconcern-list {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 24px;
  margin-bottom: 40px;
}

.kconcern-card {
  border-radius: 12px;
  background: rgba(255,255,255,.9);
  box-shadow: 0 2px 16px rgba(0,0,0,.05);
  overflow: hidden;
}

.kconcern-card__img {
  display: block;
  width: 100%;
  aspect-ratio: 3 / 2;
  object-fit: cover;
}

.kconcern-card__body {
  padding: 22px 24px 28px;
}

.kconcern-card h3 {
  margin-bottom: 12px;
  color: #007f91;
  font-size: 18px;
  font-weight: 500;
  letter-spacing: .04em;
}

.kconcern-card p {
  font-size: 15px;
  line-height: 1.9;
  letter-spacing: .02em;
}

.kconcern-closing {
  text-align: center;
  font-size: 17px;
  letter-spacing: .05em;
}

/* ===== Reborn Koreaとは ===== */
.sec-kabout {
  background-image: url(../img/img_bg_2.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-color: rgba(255,255,255,.85);
  background-blend-mode: lighten;
}

.sec-kabout__container {
  margin: 0 auto;
  padding: 80px 40px;
  width: 100%;
  max-width: 1560px;
}

.kabout-eyebrow {
  margin-bottom: 12px;
  text-align: center;
  color: #00aec4;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: .3em;
}

.kabout-lead {
  margin-bottom: 48px;
  text-align: center;
  font-size: 16px;
  line-height: 2.1;
  letter-spacing: .04em;
}

.kabout-pillars {
  /* サービス構造（整理する・選ぶ・支える）の3カラム */
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 32px;
}

.kabout-pillar {
  position: relative;
  padding: 40px 32px 32px;
  border-radius: 12px;
  background: #fff;
  box-shadow: 0 2px 16px rgba(0,0,0,.05);
}

.kabout-pillar__num {
  display: block;
  margin-bottom: 12px;
  color: #00aec4;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 26px;
  font-weight: 700;
  letter-spacing: .1em;
}

.kabout-pillar h3 {
  margin-bottom: 14px;
  color: #007f91;
  font-size: 20px;
  font-weight: 500;
  letter-spacing: .04em;
}

.kabout-pillar p {
  font-size: 15px;
  line-height: 1.9;
  letter-spacing: .02em;
}

/* ===== 任せられる理由（証拠） =====
   「とは」の2×2カードとの見た目反復を避け、統計バンド＋罫線リスト型で構成 */
.sec-kreason__container {
  margin: 0 auto;
  padding: 80px 40px;
  width: 100%;
  max-width: 1232px;
}

.kreason-eyebrow {
  margin-bottom: 12px;
  text-align: center;
  color: #00aec4;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: .3em;
}

.kreason-stats {
  display: flex;
  justify-content: center;
  margin-bottom: 72px;
}

.kreason-stat {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 6px;
  padding: 8px 52px;
}

.kreason-stat:not(:first-child) {
  border-left: 1px solid rgba(0,127,145,.2);
}

.kreason-stat strong {
  color: #007f91;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 38px;
  font-weight: 700;
  letter-spacing: .02em;
  line-height: 1;
}

.kreason-stat strong small {
  font-size: 20px;
  font-weight: 700;
}

.kreason-stat span {
  color: #555;
  font-size: 13px;
  letter-spacing: .08em;
  text-align: center;
}

.kreason-stat--text strong {
  font-size: 34px;
  letter-spacing: .04em;
}

/* タブレット帯域: 4項目の横並びが収まらないため2×2に */
@media screen and (min-width:768px) and (max-width:1120px) {
  .kreason-stats {
    flex-wrap: wrap;
    gap: 32px 0;
  }
  .kreason-stat {
    width: 50%;
    padding: 8px 24px;
  }
  .kreason-stat:nth-child(3) {
    border-left: none;
  }
}

.kreason-list {
  margin: 0 auto;
  max-width: 1100px;
  border-bottom: 1px solid rgba(0,127,145,.18);
}

.kreason-item {
  display: grid;
  grid-template-columns: 96px 340px 1fr;
  align-items: baseline;
  gap: 0 32px;
  padding: 36px 8px;
  border-top: 1px solid rgba(0,127,145,.18);
}

.kreason-item__num {
  color: #00aec4;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 24px;
  font-weight: 700;
  letter-spacing: .1em;
}

.kreason-item h3 {
  color: #007f91;
  font-size: 21px;
  font-weight: 500;
  letter-spacing: .04em;
  line-height: 1.7;
}

.kreason-item__body {
  font-size: 15px;
  line-height: 2;
  letter-spacing: .02em;
}

.kreason-item__body strong {
  color: #007f91;
  font-weight: 700;
}

/* ===== ご利用の流れ ===== */
.sec-kflow {
  background-image: url(../img/img_bg_1.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-color: rgba(255,255,255,.88);
  background-blend-mode: lighten;
}

.sec-kflow__container {
  margin: 0 auto;
  padding: 80px 40px;
  width: 100%;
  max-width: 1232px;
}

.kflow-lead {
  margin-bottom: 40px;
  text-align: center;
  font-size: 16px;
  letter-spacing: .04em;
}

.kflow-steps {
  position: relative;
  margin: 0 auto;
  max-width: 880px;
}

.kflow-step {
  position: relative;
  display: flex;
  align-items: flex-start;
  gap: 28px;
  padding: 0 0 40px 96px;
}

.kflow-step__txt {
  flex: 1;
}

.kflow-step__img {
  flex-shrink: 0;
  width: 240px;
  aspect-ratio: 3 / 2;
  object-fit: cover;
  border-radius: 12px;
  box-shadow: 0 2px 16px rgba(0,0,0,.05);
}

.kflow-step:before {
  /* タイムラインの縦線 */
  content: '';
  position: absolute;
  left: 36px;
  top: 8px;
  bottom: -8px;
  width: 2px;
  background: rgba(0,174,196,.3);
}

.kflow-step:last-child:before {
  display: none;
}

.kflow-step:after {
  /* タイムラインの点 */
  content: '';
  position: absolute;
  left: 30px;
  top: 6px;
  width: 14px;
  height: 14px;
  border-radius: 50%;
  background: #00aec4;
}

.kflow-step__head {
  display: flex;
  align-items: center;
  gap: 16px;
  margin-bottom: 10px;
}

.kflow-step__num {
  flex-shrink: 0;
  padding: 4px 16px;
  border-radius: 50vh;
  background: #007f91;
  color: #fff;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: .08em;
}

.kflow-step__head h3 {
  color: #007f91;
  font-size: 21px;
  font-weight: 500;
  letter-spacing: .04em;
}

.kflow-step p {
  font-size: 15px;
  line-height: 1.9;
  letter-spacing: .02em;
}

/* ===== ご利用料金 ===== */
.sec-kprice__container {
  margin: 0 auto;
  padding: 80px 16px;
  width: 100%;
  max-width: 1232px;
}

.kprice-card {
  margin: 0 auto;
  max-width: 920px;
  padding: 48px 56px 36px;
  border-radius: 16px;
  border: 4px solid rgba(0,174,196,.1);
  background: #fff;
}

.kprice-card__cols {
  display: grid;
  grid-template-columns: 1fr 1fr;
  margin-bottom: 28px;
}

.kprice-card__col:first-child {
  padding-right: 44px;
}

.kprice-card__col:last-child {
  padding-left: 44px;
  border-left: 1px solid rgba(0,174,196,.25);
}

.kprice-card h3 {
  margin-bottom: 16px;
  color: #007f91;
  font-size: 18px;
  font-weight: 500;
  letter-spacing: 1px;
}

.kprice-card__list {
  text-align: left;
}

.kprice-card__hint {
  margin-top: 14px;
  font-size: 13px;
  color: #555;
  line-height: 1.9;
  letter-spacing: .02em;
}

.kprice-card__list li {
  position: relative;
  padding-left: 26px;
  line-height: 2;
  letter-spacing: .02em;
}

.kprice-card__list li:before {
  content: '✓';
  position: absolute;
  left: 0;
  color: #007f91;
  font-weight: 700;
  font-family: "Noto Sans JP", sans-serif;
}

.kprice-card__note {
  padding-top: 20px;
  border-top: 1px solid rgba(0,174,196,.15);
  text-align: center;
  font-size: 13px;
  color: #555;
  line-height: 1.9;
}

.kprice-card__note a {
  text-decoration: underline;
}

/* ===== 参加者インタビュー ===== */
.sec-kvoice__container {
  margin: 0 auto;
  padding: 80px 16px;
  width: 100%;
  max-width: 1232px;
}

.kvoice-eyebrow {
  margin-bottom: 12px;
  text-align: center;
  color: #00aec4;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: .3em;
}

.kvoice-lead {
  margin-bottom: 48px;
  text-align: center;
  font-size: 16px;
  letter-spacing: .04em;
}

.kvoice-list {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 32px 40px;
  margin: 0 auto 28px;
}

.kvoice-card {
  display: flex;
  flex-direction: column;
  padding: 32px 36px 28px;
  border-radius: 12px;
  background: rgba(255, 255, 255, .9);
  box-shadow: 0 2px 16px rgba(0, 0, 0, .05);
}

.kvoice-card__text {
  position: relative;
  flex: 1;
  padding-top: 26px;
  font-size: 15px;
  line-height: 2;
  letter-spacing: .04em;
  color: #3a505f;
}

.kvoice-card__text:before {
  content: '\201C';
  position: absolute;
  left: 0;
  top: -14px;
  font-family: Georgia, serif;
  font-size: 52px;
  line-height: 1;
  color: #00aec4;
  opacity: .55;
}

.kvoice-card__meta {
  margin-top: 14px;
  padding-top: 12px;
  border-top: 1px solid rgba(0, 174, 196, .25);
  font-family: "Noto Sans JP", sans-serif;
  font-size: 12px;
  letter-spacing: .06em;
  color: #8a969e;
}

.kvoice-note {
  text-align: center;
  font-size: 13px;
  color: #555;
  line-height: 1.9;
}

/* ===== 渡韓ツアー ===== */
.sec-ktour__container {
  margin: 0 auto;
  padding: 0 40px 80px;
  width: 100%;
  max-width: 1560px;
}

.ktour-card {
  display: flex;
  align-items: stretch;
  gap: 56px;
  padding: 56px 64px;
  border-radius: 24px;
  background: linear-gradient(135deg, #007f91, #009bb0);
  color: #fff;
}

.ktour-txt {
  flex: 1 1 55%;
}

.ktour-eyebrow {
  margin-bottom: 14px;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: .3em;
  opacity: .85;
}

.ktour-ttl {
  margin-bottom: 18px;
  font-size: 32px;
  font-weight: 500;
  letter-spacing: .06em;
}

.ktour-body {
  margin-bottom: 28px;
  font-size: 15px;
  line-height: 2;
  letter-spacing: .02em;
}

.ktour-stats {
  display: flex;
  gap: 40px;
  margin-bottom: 32px;
}

.ktour-stats li {
  display: flex;
  flex-direction: column-reverse;
}

.ktour-stats strong {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 24px;
  font-weight: 700;
  letter-spacing: .04em;
}

.ktour-stats span {
  font-size: 12px;
  letter-spacing: .1em;
  opacity: .85;
}

.ktour-btn .cta-content__btn {
  background: #fff;
  color: #007f91;
}

.ktour-note {
  margin-top: 14px;
  font-size: 12px;
  line-height: 1.8;
  opacity: .85;
}

.ktour-img {
  flex: 1 1 40%;
}

.ktour-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 16px;
}

/* ===== 提携クリニック ===== */
.kpartner-eyebrow {
  margin-bottom: 12px;
  text-align: center;
  color: #00aec4;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: .3em;
}

.kpartner-lead {
  margin-bottom: 48px;
  text-align: center;
  font-size: 16px;
  letter-spacing: .04em;
}

.sec-kpartner {
  overflow: hidden;
}

.sec-kpartner__container {
  margin: 0 auto;
  padding: 80px 16px;
  width: 100%;
  max-width: 1232px;
}

/* slick(等速マーキー)が横並びを制御するため、ここでは各スライドの見た目のみ整える */
.kpartner-list {
  /* 本家と同じく画面全幅で優雅に流す */
  width: 100vw;
  margin-left: calc(50% - 50vw);
  margin-bottom: 40px;
}

.kpartner-list li {
  display: grid !important;
  place-content: center;
  padding: 0 24px;
  height: 190px;
}

.kpartner-list img {
  max-width: 160px;
  max-height: 150px;
  width: auto;
  height: auto;
}

.kpartner-note {
  text-align: center;
  font-size: 13px;
  color: #555;
  line-height: 1.9;
}

/* ===== レスポンシブ ===== */
@media screen and (max-width:767px) {
  .sec-kfv__inner {
    padding-top: 72px;
  }
  .kfv-overlay {
    position: static;
    transform: none;
    padding: 36px 16px 48px;
    background: linear-gradient(180deg, #f2fbfc 0%, #e9f6f8 100%);
  }
  .kfv-logo {
    width: 136px;
    margin-bottom: 20px;
  }
  .kfv-copy {
    font-size: 30px;
  }
  .sec-kconcern__container,
  .sec-kabout__container,
  .sec-kreason__container,
  .sec-kflow__container,
  .sec-kprice__container,
  .sec-kpartner__container {
    padding: 48px 16px;
  }
  .kconcern-list {
    grid-template-columns: 1fr;
    gap: 16px;
    margin-bottom: 28px;
  }
  .kconcern-closing {
    font-size: 15px;
  }
  .kabout-pillars {
    grid-template-columns: 1fr;
    gap: 16px;
  }
  .kreason-stats {
    flex-wrap: wrap;
    gap: 20px 0;
    margin-bottom: 40px;
  }
  .kreason-stat {
    width: 50%;
    padding: 8px 12px;
  }
  .kreason-stat:nth-child(3) {
    border-left: none;
  }
  .kreason-stat strong {
    font-size: 30px;
  }
  .kreason-stat span {
    font-size: 11px;
    letter-spacing: .02em;
  }
  .kreason-stat--text strong {
    font-size: 23px;
    letter-spacing: .02em;
  }
  .kreason-item {
    grid-template-columns: 1fr;
    gap: 6px;
    padding: 24px 4px;
  }
  .kreason-item h3 {
    font-size: 19px;
  }
  .kreason-item__body {
    margin-top: 4px;
  }
  .kflow-step {
    flex-direction: column;
    gap: 14px;
    padding: 0 0 32px 64px;
  }
  .kflow-step__img {
    width: 100%;
    max-width: 340px;
  }
  .kflow-step:before {
    left: 22px;
  }
  .kflow-step:after {
    left: 16px;
  }
  .kflow-step__head {
    flex-wrap: wrap;
    gap: 8px 12px;
  }
  .kflow-step__head h3 {
    font-size: 18px;
  }
  .kprice-card {
    padding: 32px 24px 24px;
  }
  .kprice-card__cols {
    grid-template-columns: 1fr;
    margin-bottom: 20px;
  }
  .kprice-card__col:first-child {
    padding-right: 0;
  }
  .kprice-card__col:last-child {
    margin-top: 24px;
    padding: 24px 0 0;
    border-left: none;
    border-top: 1px solid rgba(0,174,196,.25);
  }
  .sec-kvoice__container {
    padding: 48px 16px;
  }
  .kvoice-list {
    grid-template-columns: 1fr;
    gap: 16px;
  }
  .kvoice-card {
    padding: 26px 24px 22px;
  }
  .kvoice-card__text {
    font-size: 14px;
  }
  .sec-ktour__container {
    padding: 0 16px 48px;
  }
  .ktour-card {
    flex-direction: column-reverse;
    gap: 28px;
    padding: 32px 24px;
  }
  .ktour-img img {
    height: auto;
  }
  .ktour-ttl {
    font-size: 24px;
  }
  .ktour-stats {
    gap: 24px;
    flex-wrap: wrap;
  }
  .kpartner-list li {
    padding: 0 20px;
    height: 128px;
  }
  .kpartner-list img {
    max-width: 120px;
    max-height: 108px;
  }
}

/* ===== FAQ: 複数段落の回答（Korea） ===== */
.faq-answer p + p {
  margin-top: 14px;
}

.faq-answer p + p:before {
  content: none;
}

.faq-answer a {
  color: #007f91;
  text-decoration: underline;
}

/* ===== CTA下の国内サポートへの相互リンク ===== */
.cta-crosslink {
  margin-top: 24px;
  text-align: center;
  font-size: 14px;
  letter-spacing: .04em;
}

.cta-crosslink a {
  color: #fff;
  text-decoration: underline;
  text-underline-offset: 4px;
}
