@charset "UTF-8";
/* ============================================================
   外国籍の方へ（FOR FOREIGNERS）専用スタイル
   - このファイルは page-foreign.php からのみ読み込まれる
   - 既存 style.css / Sass を汚染しないよう全て .Foreign 配下にスコープ
   - 1rem = 10px（テーマの流動 rem 設計に準拠）
   ============================================================ */

.Foreign {
  color: #525252;
  overflow: hidden;
}

/* ===== HERO ===== */
.Foreign__fv {
  position: relative;
  height: 51.4rem;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
.Foreign__fv__inner {
  width: 120rem;
  max-width: 100%;
  height: 100%;
  margin: 0 auto;
  padding: 0;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
/* 既存 .Inner と同じ左右余白の挙動に合わせ、テキスト開始位置を揃える */
@media screen and (max-width: 1300px) {
  .Foreign__fv__inner {
    padding: 0 4rem;
  }
}
.Foreign__fv__en {
  font-family: "Optima", sans-serif;
  font-size: 4.8rem;
  font-weight: 400;
  color: #fff;
  letter-spacing: 0.576rem;
  line-height: 1.2;
}
.Foreign__fv__ja {
  font-family: "Noto Serif", serif;
  font-size: 3.2rem;
  font-weight: 400;
  color: rgba(255, 255, 255, 0.8);
  letter-spacing: 0.384rem;
  line-height: 1.4;
  margin-top: 0.6rem;
}

/* ===== DOCTOR / CLINIC INTRO ===== */
.Foreign__intro {
  padding: 9rem 0 5rem;
}
.Foreign__intro__flex {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 6rem;
}
.Foreign__intro__img {
  flex: 0 0 47.5rem;
  max-width: 47.5rem;
}
.Foreign__intro__img img {
  width: 100%;
  height: auto;
  display: block;
}
.Foreign__intro__text {
  flex: 1 1 auto;
}
.Foreign__intro__title {
  font-family: "Optima", sans-serif;
  font-size: 3.2rem;
  font-weight: 400;
  color: #ccb39d;
  line-height: 1.6;
  letter-spacing: 0.384rem;
  margin-bottom: 3rem;
}
.Foreign__intro__dis {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 2.2;
  color: #525252;
}
.Foreign__intro__strip {
  display: flex;
  gap: 2rem;
  margin-top: 6rem;
}
.Foreign__intro__strip__item {
  flex: 1 1 0;
}
.Foreign__intro__strip__item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

/* ===== RECOMMEND MENU（セクション全体に背景ティント） ===== */
.Foreign__recommend {
  position: relative;
  background-color: #f5eee4;
  padding: 8rem 0 calc(8vw + 5rem);
  margin-top: calc(8vw + 4rem);
}
/* セクション境界のカーブ（Figma Vector 230:613 のベジェ曲線を再現。ふくらみ量は幅に比例） */
.Foreign__recommend::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 100%;
  height: 6.7vw;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1920 128.36' preserveAspectRatio='none'%3E%3Cpath d='M0 128.36 L2.3 127.75 C635.45 -42.8 1286.93 -42.57 1920 128.36 Z' fill='%23F5EEE4'/%3E%3C/svg%3E");
  background-size: 100% 100%;
  background-repeat: no-repeat;
}
.Foreign__recommend__head {
  position: relative;
  text-align: center;
  margin-bottom: 8rem;
}
.Foreign__recommend__watermark {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-family: "Optima", sans-serif;
  font-size: 11rem;
  font-weight: 400;
  color: rgba(255, 255, 255, 0.65);
  letter-spacing: 2rem;
  white-space: nowrap;
  pointer-events: none;
  z-index: 0;
}
.Foreign__recommend__title {
  position: relative;
  z-index: 1;
  font-family: "Optima", sans-serif;
  font-size: 6.4rem;
  font-weight: 400;
  color: #525252;
  letter-spacing: 0.96rem;
  line-height: 1.2;
}
.Foreign__recommend__sub {
  position: relative;
  z-index: 1;
  font-family: "Noto Serif", serif;
  font-size: 1.8rem;
  font-weight: 400;
  color: #8c8478;
  letter-spacing: 0.4rem;
  margin-top: 1.2rem;
}

/* ===== OUR PICK ブロック ===== */
.Foreign__pick {
  position: relative;
  z-index: 1;
}
.Foreign__pick + .Foreign__pick {
  margin-top: 12rem;
}
/* OUR PICK 02 セクション（白背景・画像左／テキスト右の反転レイアウト） */
.Foreign__pick-section {
  position: relative;
  background: #fff;
  padding: 10rem 0 calc(8vw + 7rem);
}
/* OUR PICK 01（クリーム）→ OUR PICK 02（白）境界：白が中央で上にアーチ状にふくらむ（同じベジェ曲線） */
.Foreign__pick-section::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 100%;
  height: 6.7vw;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1920 128.36' preserveAspectRatio='none'%3E%3Cpath d='M0 128.36 L2.3 127.75 C635.45 -42.8 1286.93 -42.57 1920 128.36 Z' fill='%23FFFFFF'/%3E%3C/svg%3E");
  background-size: 100% 100%;
  background-repeat: no-repeat;
}
.Foreign__pick--rev .Foreign__pick__intro {
  flex-direction: row-reverse;
}
.Foreign__pick__intro {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 6rem;
  margin-bottom: 7rem;
}
.Foreign__pick__intro__text {
  flex: 1 1 auto;
  max-width: 60rem;
}
.Foreign__pick__intro__img {
  flex: 0 0 53.7rem;
  max-width: 53.7rem;
  margin-top: 1rem;
}
.Foreign__pick__intro__img img {
  width: 100%;
  height: auto;
  display: block;
}
/* OUR PICK 01（白背景の正方形写真）は角丸で表示。OUR PICK 02 はマスク済みのため対象外 */
.Foreign__recommend .Foreign__pick__intro__img img {
  border-radius: 2.4rem;
}
.Foreign__pick__eyebrow {
  display: flex;
  align-items: center;
  gap: 0.8rem;
  color: #ccb39d;
  margin-bottom: 2.8rem;
}
.Foreign__pick__eyebrow__label {
  position: relative;
  font-family: "Optima", sans-serif;
  font-size: 3.2rem;
  font-weight: 400;
  letter-spacing: 0.384rem;
  line-height: 1.4;
  padding-bottom: 1rem;
}
.Foreign__pick__eyebrow__label::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 17.5rem;
  height: 0.8rem;
  background-image: url(../img/foreign/ourpick-underline.png);
  background-repeat: no-repeat;
  background-position: left bottom;
  background-size: contain;
}
.Foreign__pick__eyebrow__num {
  font-family: "Optima", sans-serif;
  font-size: 8rem;
  font-weight: 400;
  line-height: 1;
}
.Foreign__pick__ttl {
  font-family: "Noto Serif", serif;
  font-size: 3.2rem;
  font-weight: 500;
  color: #525252;
  letter-spacing: 0.384rem;
  line-height: 1.6;
  margin-bottom: 4rem;
}
.Foreign__pick__dis {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 2.2;
  color: #525252;
}

/* ===== ビフォーアフター + 料金カード（2列） ===== */
.Foreign__ba {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 6rem 4rem;
}
.Foreign__ba__card {
  /* background: #fff; */
  border-radius: 0.8rem;
  overflow: hidden;
  /* box-shadow: 0 0.4rem 1.6rem rgba(0, 0, 0, 0.05); */
}
.Foreign__ba__card__img {
  width: 100%;
  background: #3a3a3a;
  border: 7px solid #e5d7ca;
  border-radius: 2rem;
  box-sizing: border-box;
  overflow: hidden;
}
.Foreign__ba__card__img img {
  width: 100%;
  height: auto;
  display: block;
}
.Foreign__ba__card__table {
  display: flex;
  flex-direction: column;
  gap: 1.2rem;
  padding: 2.5rem 2.5rem 3rem;
}
.Foreign__ba__card__row {
  display: flex;
  align-items: center;
  gap: 1.5rem;
}
.Foreign__ba__card__row .left {
  flex: 0 0 12rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 3.8rem;
  box-sizing: border-box;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.4rem;
  font-weight: 700;
  color: #525252;
  background: #e5d7ca;
  border-radius: 0.7rem;
  letter-spacing: 0.084rem;
}
.Foreign__ba__card__row .right {
  flex: 1 1 auto;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 1.5;
  color: #525252;
  letter-spacing: 0.084rem;
}

/* ===== FAQ ===== */
.Foreign__faq {
  position: relative;
  padding: 9rem 0 10rem;
  background: linear-gradient(180deg, #eeeae1 0%, #fbf7f1 100%);
}
/* OUR PICK 02（白）→ FAQ（クリーム）境界：クリームが上にふくらむ（同じベジェ曲線） */
.Foreign__faq::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 100%;
  height: 6.7vw;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1920 128.36' preserveAspectRatio='none'%3E%3Cpath d='M0 128.36 L2.3 127.75 C635.45 -42.8 1286.93 -42.57 1920 128.36 Z' fill='%23EEEAE1'/%3E%3C/svg%3E");
  background-size: 100% 100%;
  background-repeat: no-repeat;
}
.Foreign__faq__title {
  font-family: "Optima", sans-serif;
  font-size: 6.4rem;
  font-weight: 400;
  color: #525252;
  letter-spacing: 0.96rem;
  text-align: center;
  margin-bottom: 6rem;
}
.Foreign__faq__list {
  width: 100%;
  max-width: 120rem;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: 2rem;
}
/* 各FAQ項目 = 白い角丸カード */
.Foreign__faq .Accordion {
  background: #fff;
  border-radius: 1.5rem;
  padding: 4rem 6rem;
}
.Foreign__faq .Accordion .Open {
  position: relative;
  display: flex;
  align-items: center;
  gap: 3rem;
  padding-right: 4.8rem;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 2rem;
  font-weight: 500;
  line-height: 1.5;
  color: #525252;
  cursor: pointer;
}
.Foreign__faq .Accordion .Open > span {
  flex: 0 0 auto;
  font-family: "Optima", sans-serif;
  font-size: 3.2rem;
  font-weight: 400;
  color: #ccb39d;
  line-height: 1;
  letter-spacing: 0.192rem;
}
/* 開閉トグル（丸ボタン＋シェブロン） */
.Foreign__faq .Accordion .Open::after {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 2.8rem;
  height: 2.8rem;
  border-radius: 50%;
  background-color: #ccb39d;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8'%3E%3Cpath d='M1 1.5 6 6.5 11 1.5' fill='none' stroke='%23fff' stroke-width='1.6' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 1.2rem auto;
  transition: transform 0.3s ease;
}
.Foreign__faq .Accordion .Open.close::after {
  transform: translateY(-50%) rotate(180deg);
}
.Foreign__faq .Accordion .Box {
  display: none;
  margin-top: 4rem;
  padding-top: 4rem;
  border-top: 1px solid #e8e0d4;
}
.Foreign__faq .Accordion .Box p {
  display: flex;
  gap: 3rem;
  align-items: flex-start;
}
.Foreign__faq .Accordion .Box p .en {
  flex: 0 0 auto;
  font-family: "Optima", sans-serif;
  font-size: 3.2rem;
  font-weight: 400;
  color: #ccb39d;
  line-height: 1;
  letter-spacing: 0.192rem;
}
.Foreign__faq .Accordion .Box p .ja {
  flex: 1 1 auto;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 2.2;
  color: #525252;
}

/* ============================================================
   レスポンシブ（SP: 〜768px）
   ============================================================ */
@media screen and (max-width: 768px) {
  .Foreign__fv {
    height: 24rem;
  }
  .Foreign__fv__inner {
    padding: 0 2rem;
  }
  .Foreign__fv__en {
    font-size: 3rem;
    letter-spacing: 0.3rem;
  }
  .Foreign__fv__ja {
    font-size: 2rem;
  }

  .Foreign__intro {
    padding: 6rem 0 5rem;
  }
  .Foreign__intro__flex {
    flex-direction: column;
    gap: 4rem;
  }
  .Foreign__intro__img {
    flex-basis: auto;
    max-width: 100%;
    margin: 0 auto;
  }
  .Foreign__intro__title {
    font-size: 2.4rem;
    margin-bottom: 2.5rem;
  }
  .Foreign__intro__dis {
    font-size: 1.5rem;
    line-height: 2;
  }
  .Foreign__intro__strip {
    flex-direction: column;
    gap: 2rem;
    margin-top: 4rem;
  }
  .Foreign__intro__strip__item {
    flex: 0 0 auto;
    width: 100%;
  }

  /* ふくらみ(8vw)はSPでは約31pxとなり自動で浅くなるため個別指定は不要 */
  .Foreign__recommend {
    padding: 6rem 0 7rem;
  }
  .Foreign__recommend__head {
    margin-bottom: 5rem;
  }
  .Foreign__recommend__watermark {
    font-size: 4rem;
    letter-spacing: 0.6rem;
  }
  .Foreign__recommend__title {
    font-size: 3.4rem;
    letter-spacing: 0.4rem;
  }
  .Foreign__recommend__sub {
    font-size: 1.5rem;
    letter-spacing: 0.3rem;
    margin-top: 0.8rem;
  }

  .Foreign__pick + .Foreign__pick {
    margin-top: 8rem;
  }
  .Foreign__pick__intro,
  .Foreign__pick--rev .Foreign__pick__intro {
    flex-direction: column;
    gap: 3rem;
    margin-bottom: 5rem;
  }
  .Foreign__pick__intro__text {
    max-width: 100%;
  }
  .Foreign__pick__intro__img {
    flex-basis: auto;
    max-width: 100%;
    order: -1;
  }
  .Foreign__pick__eyebrow {
    margin-bottom: 2rem;
  }
  .Foreign__pick__eyebrow__label {
    font-size: 2.6rem;
  }
  .Foreign__pick__eyebrow__label::after {
    width: 12rem;
  }
  .Foreign__pick__eyebrow__num {
    font-size: 6rem;
  }
  .Foreign__pick__ttl {
    font-size: 2.4rem;
    margin-bottom: 2.5rem;
  }
  .Foreign__pick__dis {
    font-size: 1.5rem;
  }

  .Foreign__ba {
    grid-template-columns: 1fr;
    gap: 4rem;
  }
  /* SPでは料金ラベル（ピル）を上、値を下に縦積み */
  .Foreign__ba__card__table {
    gap: 2rem;
    padding: 2.5rem 2rem 3rem;
  }
  .Foreign__ba__card__row {
    flex-direction: column;
    align-items: stretch;
    gap: 0.8rem;
  }
  .Foreign__ba__card__row .left {
    flex: 0 0 auto;
    align-self: flex-start;
    width: 12rem;
  }
  .Foreign__ba__card__row .right {
    font-size: 1.4rem;
  }

  .Foreign__faq {
    padding: 6rem 0 7rem;
  }
  .Foreign__faq__title {
    font-size: 4rem;
    margin-bottom: 4rem;
  }
  .Foreign__faq__list {
    gap: 1.5rem;
  }
  .Foreign__faq .Accordion {
    border-radius: 1.2rem;
    padding: 2.6rem 2.4rem;
  }
  .Foreign__faq .Accordion .Open {
    font-size: 1.6rem;
    padding-right: 3.6rem;
    gap: 1.6rem;
  }
  .Foreign__faq .Accordion .Open > span {
    font-size: 2.6rem;
  }
  .Foreign__faq .Accordion .Open::after {
    width: 2.4rem;
    height: 2.4rem;
    background-size: 1rem auto;
  }
  .Foreign__faq .Accordion .Box {
    margin-top: 2.6rem;
    padding-top: 2.6rem;
  }
  .Foreign__faq .Accordion .Box p {
    gap: 1.6rem;
  }
  .Foreign__faq .Accordion .Box p .en {
    font-size: 2.6rem;
  }
  .Foreign__faq .Accordion .Box p .ja {
    font-size: 1.4rem;
  }
}
