@charset "UTF-8";

/* ==========================================================================
   zemi_english LP
   ========================================================================== */

.wrapper {
  max-width: 124rem;
  display: flex;
  justify-content: center;
  position: relative;
  flex-direction: column;
  align-items: center;
}

.c-innerPcScroll--child {
  margin-top: 0;
  background-color: var(--white, #FFFFFF);
}

.c-fixedCta__boxOuter {
  padding-top: 1.6rem;
  right: 0;
}

.c-requestButton__cta .cta-button-text {
  padding-right: 5.6rem;
}

.cta-button-text span {
  font-size: 1.4rem;
  line-height: 130%;
  font-weight: 700;
}

.fixedBox {
  position: fixed;
  top: 40%;
  left: 4rem;
  transform: translate(0, -50%);
  display: flex;
  width: 26rem;
  height: 16rem;
  flex-direction: column;
  align-items: center;
}

.fixedBox .img1 {
  width: 41.6rem;
}

.ctaBoxInte {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.cta_interest {
  color: var(--white, #FFFFFF);
  text-align: center;
  font-feature-settings: "palt" on;
  font-family: "Noto Sans JP";
  font-size: 1.8rem;
  font-style: normal;
  font-weight: 700;
  line-height: 130%;
}

.sp-ctaButton {
  font-size: 2.4rem;
  font-weight: 900;
  color: var(--white, #FFFFFF);
  text-align: center;
  display: flex;
  flex-direction: column;
  line-height: 1.3;
}

.sp-ctaButton span {
  font-size: 1.4rem;
  font-weight: 700;
}

.c-requestButton__a {
  margin-top: 0rem;
}

.bg_fixed {
  background: var(--0-guide, #008ED8);
  width: 100vw;
  height: 100vh;
  position: fixed;
}

/* Hero
   ========================================================================== */

.hero {
  position: relative;
  overflow: hidden;
  border-radius: 48px;
  background: var(--0-guide, #008ED8);
}

.hero__inner {
  position: relative;
  max-width: 124rem;
  margin: 0 auto;
  padding: 1.7rem 2.4rem 4rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.5rem;
}

.hero__lead {
  color: var(--white, #FFFFFF);
  font-family: "Noto Sans JP", sans-serif;
  font-size: 2.7rem;
  font-weight: 900;
  line-height: 1.4;
  margin: 0;
  text-align: center;
  background: linear-gradient(transparent 60%, #F62A7E 40%);
}

.hero__title {
  color: var(--white, #FFFFFF);
  font-family: "Noto Sans JP", sans-serif;
  font-size: 4.8rem;
  font-weight: 900;
  line-height: 1.2;
  margin: 0;
  text-align: center;
  letter-spacing: 0.02em;
  font-feature-settings: "halt";
  padding: 0;
}

.hero__title-line {
  display: block;
}

.hero__title-line--sub {
  font-size: 3.6rem;
}

.hero__visual {
  position: relative;
  margin: 0 auto;
  line-height: 0;
}

.hero__img {
  max-width: 100%;
  height: auto;
  vertical-align: top;
}

.secHero__no1 {
  position: absolute;
  display: block;
  width: 10.5rem;
  height: auto;
  max-width: 100%;
  bottom: 5.1rem;
  left: -0.5rem;
}

/* 下部エリア（曲線区切り・サブコピー） */

.hero__text {
  position: relative;
  background: var(--BG_blue, #E7F2FE);
  padding: 3.2rem 2.4rem 8.8rem;
  text-align: center;
  border-top-left-radius: 7.2rem;
  border-top-right-radius: 7.2rem;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  margin-top: -6rem;
}

.hero__subcopy {
  color: var(--zemi_brand, #005BAC);
  font-family: "Noto Sans JP", sans-serif;
  font-size: 2.2rem;
  font-weight: 700;
  line-height: 1.5;
  margin: 0;
}

.hero__subcopy + .hero__subcopy {
  margin-top: 0.4rem;
}

/* Intro（hero__text内：不安・訴求・グラフ・CTA）
   ========================================================================== */

.intro {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 2.4rem;
  width: 100%;
  max-width: 39rem;
  margin: 0 auto;
}

.intro__heading {
  color: var(--2, #00ADEA);
  font-family: "Noto Sans JP", sans-serif;
  font-size: 2.8rem;
  font-weight: 900;
  line-height: 1.3;
  letter-spacing: 0;
  margin: 0;
  text-align: center;
  font-feature-settings: "palt";
}

.intro__heading-line {
  display: block;
}

.intro__bubbles {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  gap: 2rem;
  width: 100%;
}

.intro__bubble {
  position: relative;
  background: var(--white, #FFFFFF);
  border-radius: 8rem;
  padding: 1.6rem 2rem;
  min-height: 2.4rem;
}

.intro__bubble--left {
  align-self: flex-start;
}

.intro__bubble--right {
  align-self: flex-end;
}

/* 吹き出しの尾（Figma Polygon 7/8 相当・SVG画像） */

.intro__bubble-tail {
  position: absolute;
  left: 6.5rem;
  top: 7rem;
  width: 2.71rem;
  height: 3.11rem;
  transform: rotate(0deg);
  display: block;
  pointer-events: none;
}

.intro__bubble-tail--right {
  left: auto;
  right: 6.5rem;
  transform: rotate(0deg);
}

.intro__bubble-text {
  display: flex;
  flex-direction: column;
  gap: 0;
  align-items: center;
  justify-content: center;
  text-align: center;
  color: var(--text, #414358);
  font-family: "Noto Sans JP", sans-serif;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.3;
  letter-spacing: 0;
  font-feature-settings: "palt";
}

.intro__bubble-line {
  margin: 0;
  line-height: 1.3;
}

.intro__bubble-accent {
  color: var(--accent_pink, #F62A7E);
}

.intro__illust {
  line-height: 0;
}

.intro__illust-img {
  display: block;
  width: 11rem;
  height: auto;
  max-width: 100%;
}

.intro__arrow {
  line-height: 0;
}

.intro__arrow-img {
  display: block;
  width: 11.8rem;
  height: auto;
}

.intro__benefit {
  text-align: center;
}

.intro__benefit-lead {
  color: #333442;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 2.4rem;
  font-weight: 900;
  line-height: 1.3;
  margin: 0 0 0.4rem;
  font-feature-settings: "palt";
}

.intro__benefit-title {
  display: flex;
  flex-direction: column;
  gap: 0;
  color: var(--0-guide, #008ED8);
  font-family: "Noto Sans JP", sans-serif;
  font-size: 3.4rem;
  font-weight: 900;
  line-height: 1.3;
  letter-spacing: 0;
  margin: 0;
  text-align: center;
  font-feature-settings: "palt";
}

.intro__benefit-title-line {
  margin: 0;
  line-height: 1.3;
}

.intro__benefit-title--sub {
  font-size: 2.8rem;
}

.intro__graph {
  position: relative;
  width: 22.4rem;
  margin: 0 auto;
}

.intro__graph-ring {
  display: block;
  width: 100%;
  height: auto;
}

.intro__graph-rate {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.8rem;
  text-align: center;
}

.intro__graph-note {
  position: absolute;
  bottom: 0.5rem;
  right: -5.6rem;
  transform: translateY(50%);
  color: var(--sub2, #676979);
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.2rem;
  font-weight: 400;
  line-height: 1.3;
  margin: 0;
  text-align: right;
  text-decoration: underline;
  font-feature-settings: "palt";
}

.intro__cta {
  width: 33.2rem;
  max-width: 100%;
  overflow: visible;
  /* キャラクター左端飛び出しのため */
}

/* zemi_english 全ページ：Figma 1088:4236 準拠・同一CTAボタンに統一適用 */

.feature__cta.feature__cta_voice {
  overflow: visible;
  /* キャラクター左端飛び出しのため */
}

.feature__cta.feature__cta_voice .c-requestButton__a,
.c-fixedCta__boxOuter .c-requestButton__a2 {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  left: 2.75rem;
  top: 0.8rem;
  width: 100%;
  padding: 1.4rem 1.6rem 1.4rem 0;
  /* Figma py-[14px] pr-[16px] pl:0 */
  background: var(--cocha_primary, var(--Primary_red, #E81829));
  border-radius: 3.5rem;
  /* 高さの約半分でカプセル形状 */
  box-shadow: 0 0.2rem 1.2rem rgba(19, 21, 43, 0.07), 0 0.04rem 0.195rem rgba(19, 21, 43, 0.04);
  margin-top: 0;
  overflow: visible;
  text-decoration: none;
}

.feature__cta.feature__cta_voice .c-requestButton__a .c-requestButton__picture,
.c-fixedCta__boxOuter .c-requestButton__a2 .c-requestButton__picture {
  flex: 0 0 auto;
  position: relative;
  width: 8.4rem;
  /* Figma w-[84px] */
  height: 7.2rem;
  /* Figma h-[72px] */
  margin-left: -0.4rem;
  /* キャラ左飛び出し */
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

.feature__cta.feature__cta_voice .c-requestButton__a .c-requestButton__img,
.c-fixedCta__boxOuter .c-requestButton__a2 .c-requestButton__img {
  position: absolute;
  left: 3.75rem;
  top: 0.6rem;
  width: 9.2rem;
  /* Figma w-[92px] */
  height: auto;
  margin-left: 0;
  /* fixedCTA の c-marginLeft__085rem を打ち消し */
  object-fit: contain;
  object-position: left center;
}

.feature__cta.feature__cta_voice .c-requestButton__a .cta-button-text,
.c-fixedCta__boxOuter .c-requestButton__a2 .cta-button-text {
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 0.2rem;
  padding-right: 0;
  margin: 0;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 2.4rem;
  font-weight: 900;
  line-height: 1.3;
  font-feature-settings: "palt";
  color: var(--white, #FFFFFF);
  text-align: center;
}

.feature__cta.feature__cta_voice .c-requestButton__a .cta-button-text span,
.c-fixedCta__boxOuter .c-requestButton__a2 .cta-button-text span {
  font-size: 1.4rem;
  font-weight: 700;
  line-height: 1.3;
  display: block;
}

.p-reason {
  position: relative;
  border-radius: 5.6rem;
  background: var(--2, #00ADEA);
  padding: 4.8rem 2.4rem;
  margin-top: -4.8rem;
  z-index: 10;
}

.p-reason__head {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  color: var(--white, #FFFFFF);
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 900;
  font-feature-settings: "palt";
}

.p-reason__head-lead {
  font-size: 2.8rem;
  line-height: 1.3;
  margin: 0 0 0.4rem;
}

.p-reason__head-title {
  display: flex;
  flex-direction: column;
  align-items: center;
  font-size: 4rem;
  line-height: 1.3;
  margin: 0;
}

.p-reason__head-title-line {
  display: block;
}

/* 特長ブロック（特長1） */

.p-reason__item {
  display: flex;
  flex-direction: column;
  gap: 2.4rem;
  width: 100%;
  margin-top: 2.4rem;
}

.p-reason__item-head {
  display: flex;
  align-items: center;
  padding-bottom: 0.2rem;
  border-bottom: 0.9rem solid var(--white, #FFFFFF);
  width: max-content;
}

.p-reason__item-head-label {
  color: var(--white, #FFFFFF);
  font-family: "Noto Sans JP", sans-serif;
  font-size: 2rem;
  font-weight: 900;
  line-height: 1;
  font-feature-settings: "palt";
}

.p-reason__item-head-num {
  color: var(--white, #FFFFFF);
  font-family: "Inter", "Noto Sans JP", sans-serif;
  font-size: 7rem;
  font-weight: 900;
  line-height: 0.8;
  font-feature-settings: "palt";
}

.p-reason__item-title {
  color: var(--white, #FFFFFF);
  font-family: "Noto Sans JP", sans-serif;
  font-size: 3.4rem;
  font-weight: 900;
  line-height: 1.3;
  letter-spacing: 0;
  margin: 0;
  font-feature-settings: "palt";
}

.p-reason__item-title-line {
  display: block;
}

.p-reason__item-worry {
  width: 100%;
}

.p-reason__item-worry-head {
  color: var(--white, #FFFFFF);
  font-family: "Noto Sans JP", sans-serif;
  font-size: 2.4rem;
  font-weight: 900;
  line-height: 1.3;
  margin: 0 0 1.2rem;
  text-align: center;
  font-feature-settings: "palt";
}

.p-reason__item-worry-list {
  display: flex;
  flex-direction: column;
  gap: 0.6rem;
}

.p-reason__item-worry-box {
  position: relative;
  background: var(--BG_blue, #E7F2FE);
  border-radius: 2rem;
  padding: 0.6rem 2rem;
  min-height: 6.2rem;
  display: flex;
  align-items: center;
  justify-content: center;
}

.p-reason__item-worry-text {
  display: flex;
  flex-direction: column;
  gap: 0;
  flex: 1 0 0;
  min-width: 0;
  color: #333442;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.3;
  font-feature-settings: "palt";
}

.p-reason__item-worry-parent {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 8rem;
}

.p-reason__item-worry-line {
  margin: 0;
  line-height: 1.3;
}

.p-reason__item-worry-accent {
  color: #333442;
}

.p-reason__item-arrow {
  line-height: 0;
}

.p-reason__item-arrow-img {
  display: block;
  width: 11.8rem;
  height: auto;
  margin: 0 auto;
}

.p-reason__item-solution {
  width: 100%;
}

.p-reason__item-solution-head {
  color: var(--white, #FFFFFF);
  font-family: "Noto Sans JP", sans-serif;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.3;
  margin: 0 0 1.2rem;
  text-align: center;
  font-feature-settings: "palt";
}

.p-reason__item-solution-list {
  display: flex;
  flex-direction: column;
  gap: 0.6rem;
}

.p-reason__item-solution-box {
  background: var(--white, #FFFFFF);
  border: 0.2rem solid var(--accent_pink, #F62A7E);
  border-radius: 2rem;
  padding: 1.2rem 2rem;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  position: relative;
}

.p-reason__item-solution-box--single {
  min-height: 6.2rem;
  padding: 0.6rem 2rem;
}

.p-reason__item-solution-text {
  display: flex;
  flex-direction: column;
  justify-content: center;
  color: #333442;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.3;
  margin: 0;
  font-feature-settings: "palt";
}

.p-reason__item-solution-line {
  margin: 0;
  line-height: 1.3;
}

.p-reason__item-solution-accent {
  color: var(--accent_pink, #F62A7E);
}

.p-reason__item-visual {
  width: 100%;
  height: 23.5rem;
  background: #F4F4F2;
  border-radius: 2.4rem;
  overflow: hidden;
  line-height: 0;
}

.p-reason__item-visual-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.p-reason__item-body {
  color: var(--white, #FFFFFF);
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1.5;
  margin: 0;
  font-feature-settings: "palt";
}

.p-reason__item-body-line {
  margin: 0 0 0.8rem;
}

.p-reason__item-body-line:last-child {
  margin-bottom: 0;
}

.p-reason__item-body-strong {
  font-weight: bold;
}

/* 英語の学び方カード（Figma 1089:2893） */

.p-reason__item-learn {
  width: 100%;
}

.p-reason__item-learn-card {
  background: var(--white, #FFFFFF);
  padding: 2.4rem 1.6rem;
  border-radius: 3.2rem;
  display: flex;
  flex-direction: column;
  gap: 2.4rem;
  font-feature-settings: "palt";
}

.p-reason__item-learn-section {
  display: flex;
  flex-direction: column;
  gap: 1.2rem;
}

/* 学びカード ヘッド（Figma 1089:2894） */

.p-reason__item-learn-head {
  display: flex;
  flex-direction: column;
  gap: 0.8rem;
  align-items: flex-start;
  width: 100%;
}

.p-reason__item-learn-badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  align-self: flex-start;
  padding: 0.4rem 1.2rem;
  border-radius: 0.8rem;
  background: #00ADEA;
  color: var(--white, #FFFFFF);
  font-family: "Noto Sans JP", sans-serif;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.3;
  font-feature-settings: "palt";
}

.p-reason__item-learn-title {
  width: 100%;
  color: #00ADEA;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 2.4rem;
  font-weight: 900;
  line-height: 1.3;
  margin: 0;
  font-feature-settings: "palt";
}

.p-reason__item-learn-title-line {
  display: block;
}

.p-reason__item-learn-steps {
  width: 100%;
  line-height: 0;
}

.p-reason__item-learn-steps-img {
  width: 100%;
  height: auto;
  display: block;
  vertical-align: top;
}

.p-reason__item-learn-body {
  color: #333442;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1.5;
  margin: 0;
}

.p-reason__item-learn-body-strong {
  font-weight: 700;
}

.p-reason__item-learn-visual {
  width: 100%;
  border-radius: 2.4rem;
  overflow: hidden;
  line-height: 0;
}

.p-reason__item-learn-visual-img {
  width: 100%;
  height: auto;
  display: block;
  vertical-align: top;
}

/* 学びカード下 CTA：カードと同じ余白でデザインに合わせる（Figma 1089:2893 カード padding 16px / セクション間 gap 24px） */

.p-reason__item-learn-cta {
  width: 100%;
  margin-top: 2.4rem;
  padding: 0 1.6rem;
  box-sizing: border-box;
}

.p-reason__item-learn-cta.feature__cta {
  padding: 0 1.6rem;
}

.p-reason__item-learn-cta .c-requestButton__a {
  margin-top: 0;
}

/* 特長3（Figma 1096:2794） */

.p-reason__item--feature3 {
  display: flex;
  flex-direction: column;
  gap: 2.4rem;
  width: 100%;
  margin-top: 2.4rem;
}

.p-reason__item--feature3 .p-reason__item-learn-cta {
  margin-top: 0;
}

.p-reason__item-head--feature3 {
  padding-bottom: 1.2rem;
}

.p-reason__item-title--feature3 {
  font-size: 3.4rem;
}

.p-reason__item-lead--feature3 {
  display: flex;
  flex-direction: column;
  gap: 1.2rem;
  align-items: center;
  width: 100%;
}

.p-reason__item-lead-text {
  color: var(--white, #FFFFFF);
  font-family: "Noto Sans JP", sans-serif;
  font-size: 2.4rem;
  font-weight: 900;
  line-height: 1.3;
  text-align: center;
  margin: 0;
  font-feature-settings: "palt";
}

.p-reason__item-lead-arrow {
  line-height: 0;
}

.p-reason__item-lead-arrow-img {
  display: block;
  width: 11.8rem;
  height: 2.7rem;
  object-fit: contain;
}

.p-reason__item-feature3-card {
  background: var(--white, #FFFFFF);
  padding: 2.4rem 1.6rem;
  border-radius: 3.2rem;
  display: flex;
  flex-direction: column;
  gap: 2.4rem;
  font-feature-settings: "palt";
}

.p-reason__item-feature3-block {
  display: flex;
  flex-direction: column;
  gap: 1.2rem;
}

.p-reason__item-feature3-subtitle {
  color: #00ADEA;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 2.4rem;
  font-weight: 900;
  line-height: 1.3;
  margin: 0;
}

.p-reason__item-feature3-visuals {
  display: flex;
  flex-direction: column;
  gap: 1.2rem;
}

/* 1枚画像（Figma 1096:2855 等：310×200、青枠・角丸12pxは画像に含める） */

.p-reason__item-feature3-visual {
  width: 100%;
  line-height: 0;
}

.p-reason__item-feature3-visual-img {
  width: 100%;
  height: auto;
  max-width: 31rem;
  display: block;
  vertical-align: top;
}

.p-reason__item-feature3-body {
  color: #333442;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1.5;
  margin: 0;
}

.p-reason__item-feature3-body-strong {
  font-weight: 700;
}

.p-reason__item-feature3-grid {
  width: 100%;
  line-height: 0;
}

.p-reason__item-feature3-grid-img {
  width: 100%;
  height: auto;
  display: block;
  vertical-align: top;
}

/* 特長ブロック下 CTAエリア */

.p-reason__cta {
  display: flex;
  flex-direction: column;
  gap: 1.1rem;
  align-items: center;
  width: 100%;
  margin-top: 2.4rem;
}

.p-reason__cta-copy {
  display: flex;
  gap: 1.2rem;
  align-items: flex-end;
  justify-content: center;
  color: var(--white, #FFFFFF);
  font-family: "Noto Sans JP", sans-serif;
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 1.3;
  text-align: center;
  font-feature-settings: "palt";
}

.p-reason__cta-copy-text {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.p-reason__cta-copy-line {
  display: block;
}

.p-reason__cta-copy-bracket {
  line-height: 1.3;
}

.p-reason__cta-btn {
  width: 100%;
  max-width: 34.2rem;
}

.p-reason__item-solution-img {
  position: absolute;
  bottom: -0.8rem;
  right: -0.8rem;
  width: 10rem;
}

/* ==========================================================================
   追加受講費0円・CE導線（Figma 1096:3073）
   ========================================================================== */

.p-costzero {
  width: 100%;
  background: var(--BG_blue, #E7F2FE);
  margin-top: -4rem;
  position: relative;
  z-index: 1;
}

/* Figma 1096:3073 gap-[20px] px-[24px] py-[40px] */

.p-costzero__inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 2rem;
  /* 20px */
  padding: 4rem 2.4rem;
  /* py-[40px] px-[24px] */
  max-width: 124rem;
  margin: 0 auto;
}

.p-costzero__head {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.4rem;
  width: 100%;
}

.p-costzero__head-title {
  color: var(--2, #00ADEA);
  font-family: "Noto Sans JP", sans-serif;
  font-size: 2.8rem;
  font-weight: 900;
  line-height: 1.3;
  text-align: center;
  margin: 0;
  font-feature-settings: "palt";
}

.p-costzero__head-title-line {
  display: block;
}

.p-costzero__head-accent-wrap {
  display: inline-block;
  background: linear-gradient(transparent 50%, #FCE9EE 50%);
  padding: 0.4rem 0.8rem;
}

.p-costzero__head-accent {
  color: var(--puchi, #E61F53);
  font-family: "Noto Sans JP", sans-serif;
  font-size: 4rem;
  font-weight: 900;
  line-height: 1.3;
  text-align: center;
  margin: 0;
  font-feature-settings: "palt";
}

.p-costzero__visual {
  width: 100%;
  max-width: 33.9rem;
  line-height: 0;
}

.p-costzero__visual-img {
  width: 100%;
  height: auto;
  display: block;
  vertical-align: top;
}

.p-costzero__cta {
  width: 100%;
  max-width: 33.2rem;
}

.p-costzero__more {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.4rem;
  width: 100%;
  text-align: center;
}

.p-costzero__more-label {
  color: #333442;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 1.3;
  margin: 0;
  font-feature-settings: "palt";
}

.p-costzero__more-title {
  color: #333442;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 2.4rem;
  font-weight: 900;
  line-height: 1.3;
  margin: 0;
  font-feature-settings: "palt";
}

/* CEカード＋ボタン（Figma 1096:3127, 1096:3218） */

.p-costzero__ce {
  position: relative;
  width: 100%;
  max-width: 75rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 2rem;
  /* Figma 1096:3073 セクション gap 20px */
}

/* 有料オプションバッジ（Figma 1096:3207）Ellipse 6.7rem×6.7rem, left -1rem, top -3.4rem */

.p-costzero__ce-badge {
  position: absolute;
  left: -1rem;
  top: -3.4rem;
  width: 6.7rem;
  height: 6.7rem;
  border-radius: 50%;
  background: #E95599;
  /* CEブロックのボタンと同色（Figma 1096:3219） */
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
  flex-shrink: 0;
}

.p-costzero__ce-badge-text {
  color: var(--white, #FFFFFF);
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.246rem;
  /* 12.458px */
  font-weight: 700;
  line-height: 1.3;
  text-align: center;
  font-feature-settings: "palt";
  padding: 0 0.4rem;
  letter-spacing: 0;
}

/* CE告知カード（Figma 1096:3127）px-[16px] py-[24px] rounded-[32px] */

.p-costzero__ce-card {
  background: var(--white, #FFF);
  border-radius: 3.2rem;
  padding: 2.4rem 1.6rem;
  /* py-[24px] px-[16px] */
  width: 100%;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.p-costzero__ce-card-img {
  width: 100%;
  height: auto;
  aspect-ratio: 750/1010;
  object-fit: cover;
  display: block;
  vertical-align: top;
}

/* 詳しくはこちらボタン（Figma 1096:3219）h-[70px] pl-[18px] pr-[8px] py-[22px] gap-[8px] rounded-[46px] */

.p-costzero__ce-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.8rem;
  /* 8px */
  width: 100%;
  max-width: 35.1rem;
  height: 7rem;
  /* 70px */
  padding: 2.2rem 0.8rem 2.2rem 1.8rem;
  /* py-[22px] pr-[8px] pl-[18px] */
  background: #E95599;
  border-radius: 4.6rem;
  /* 46px */
  color: var(--white, #FFF);
  font-family: "Noto Sans JP", sans-serif;
  font-size: 2rem;
  /* 20px */
  font-weight: 700;
  line-height: 1.3;
  text-decoration: none;
  font-feature-settings: "palt";
  box-sizing: border-box;
}

.p-costzero__ce-btn:hover {
  opacity: 0.9;
}

.p-costzero__ce-btn-text {
  display: block;
}

.p-costzero__ce-btn-arrow {
  display: inline-block;
  width: 1.2rem;
  height: 1.2rem;
  border-right: 0.3rem solid currentColor;
  border-bottom: 0.3rem solid currentColor;
  transform: rotate(-45deg);
  margin-left: 0.2rem;
  vertical-align: middle;
}

/* ========== mainNav（zemi_english のみ・Figma 1134:1356, 1134:1357）他ページに影響なし ========== */

.c-mainNavGrid {
  background: var(--0-guide, #008ED8);
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 2rem 0 5.6rem;
  width: 100%;
}

.c-mainNavGrid .c-mainNav__h2 {
  color: var(--white, #FFF);
  font-weight: 700;
  margin-bottom: 0;
  margin-top: 0;
  padding: 2.4rem 0;
  min-height: 7rem;
  font-feature-settings: "palt";
}

.c-mainNavGrid .c-grid3clumn {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0.8rem;
  margin-top: 0;
  max-width: 35.8rem;
  width: 100%;
  padding: 0 1.6rem;
  box-sizing: border-box;
  align-items: stretch;
  justify-items: stretch;
}

/* カード（Figma 1134:1357）文字・矢印・人物は画像に含まれるため picture のみで構成 */

.c-mainNavGrid .c-grid3clumn a {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  height: 13.5rem;
  /* Figma h-[135px] */
  min-height: 13.5rem;
  background: #F4F4F2;
  border-radius: 1.6rem;
  padding-top: 1.2rem;
  /* Figma pt-[12px] - padding-bottom/left/right はなし */
  overflow: hidden;
  text-decoration: none;
  color: inherit;
  box-sizing: border-box;
}

.c-mainNavGrid .c-grid3clumn picture {
  flex: 1;
  display: flex;
  align-items: flex-end;
  width: 100%;
}

.c-mainNavGrid .c-mainNav__img2 {
  box-shadow: none;
  width: 100%;
  height: auto;
  display: block;
}

/* パンくず（common_footer_friend で表示） */

.breadcrumb {
  margin: 0 auto;
  padding: 1.5rem 1.5rem;
  box-sizing: border-box;
}

.breadcrumb__list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  font-size: 1.2rem;
  font-weight: 700;
  line-height: 1.5;
}

.breadcrumb__item {
  display: flex;
  align-items: center;
  color: #333;
}

.breadcrumb__item:not(:last-child)::after {
  content: "＞";
  font-size: 1rem;
  margin: 0 0.8rem;
  color: #333;
  font-weight: bold;
}

.breadcrumb__link {
  color: #333;
  text-decoration: underline;
  transition: opacity 0.3s;
}

.breadcrumb__link:hover {
  opacity: 0.7;
  text-decoration: none;
}

.breadcrumb__current {
  color: #333;
  font-weight: 700;
  text-decoration: none;
}

/* よくあるご質問配下：下線があるリンクの色を統一 */

.friendFaq .footer__list p a {
  color: var(--0-guide, #008ED8);
}

/* ========== ハンバーガーCTA（Figma node-id=1096-2784準拠） ========== */

.c-header__hamburgerOverlay__body--sp.c-header__hamburgerOverlay__body--new.c-header__hamburgerOverlay__body--top .c-mainNav .c-requestButton {
  overflow: visible;
}

.c-header__hamburgerOverlay__body--sp.c-header__hamburgerOverlay__body--new.c-header__hamburgerOverlay__body--top .c-mainNav .c-requestButton__a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0rem;
  background: var(--Primary_red, #FF1925);
  border-radius: 99.9rem;
  padding: 1.4rem 1.6rem 1.4rem 0;
  /* Figma: py=14px, pr=16px, pl=-4px(画像左はみ出し) */
  min-height: 7rem;
  width: 100%;
  max-width: 33.2rem;
  box-shadow: 0 0.2rem 1.2rem rgba(19, 21, 43, 0.07), 0 0.04rem 0.195rem rgba(19, 21, 43, 0.04);
  color: var(--white, #FFF);
  font-feature-settings: "palt" on;
  text-decoration: none;
  overflow: visible;
}

.c-header__hamburgerOverlay__body--sp.c-header__hamburgerOverlay__body--new.c-header__hamburgerOverlay__body--top .c-mainNav .c-requestButton__a .c-requestButton__picture {
  flex: 0 0 auto;
  margin-left: 1.4rem;
  display: flex !important;
  align-items: center;
  order: -1;
}

.c-header__hamburgerOverlay__body--sp.c-header__hamburgerOverlay__body--new.c-header__hamburgerOverlay__body--top .c-mainNav .c-requestButton__a .c-requestButton__picture .c-requestButton__img,
.c-header__hamburgerOverlay__body--sp.c-header__hamburgerOverlay__body--new.c-header__hamburgerOverlay__body--top .c-mainNav .c-requestButton__a .c-requestButton__picture img {
  display: block !important;
  width: auto !important;
  height: 7.2rem;
  max-height: 7.2rem;
  object-fit: contain;
  margin-top: 0;
}

.c-header__hamburgerOverlay__body--sp.c-header__hamburgerOverlay__body--new.c-header__hamburgerOverlay__body--top .c-mainNav .c-requestButton__a .cta-button-text {
  display: flex !important;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 0.2rem;
  margin: 0;
  padding: 0;
  padding-right: 0;
  color: var(--white, #FFF);
  font-family: "Noto Sans JP", sans-serif;
  font-size: 2.4rem;
  font-weight: 900;
  line-height: 1.3;
  text-align: center;
  flex: 1;
  min-width: 0;
}

.c-header__hamburgerOverlay__body--sp.c-header__hamburgerOverlay__body--new.c-header__hamburgerOverlay__body--top .c-mainNav .c-requestButton__a .cta-button-text span {
  font-size: 1.4rem;
  font-weight: 700;
  line-height: 1.3;
  display: block;
  text-align: center;
}