/* ==========================================================================
   Hero (First View)
   ========================================================================== */
.hero {
  position: relative;
  width: 100%;
  background: #fff;
  margin-top: 92px;
}

.hero__bg {
  position: absolute;
  background-repeat: no-repeat;
  z-index: 0;
}
.hero__flower {
  display: none;
}
@media (min-width: 768px) {
  .hero {
    aspect-ratio: 1440 / 722;
    min-height: 480px;
  }
  .hero__bg {
    left: -13.19%;
    top: 0%;
    width: 120.97%;
    height: auto;
    background-image: url(../img/hero-bg-pc.webp);
    background-size: 100% 100%;
    aspect-ratio: 2400 / 1846;
  }
}
@media (max-width: 767px) {
  .hero {
    aspect-ratio: 375 / 566;
    min-height: 460px;
  }
  .hero__bg {
    left: 0;
    top: 0;
    width: 100%;
    height: 89.75%;
    background-image: url(../img/hero-bg-sp.jpg);
    background-size: cover;
    background-position: center;
  }
  .hero__flower {
    display: block;
    position: absolute;
    left: -18.7%;
    top: 3%;
    width: 103.7%;
    height: 62%;
    background-image: url(../img/hero-flower-sp.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    mix-blend-mode: multiply;
    z-index: 1;
    pointer-events: none;
  }
}
/* Content sits above the background layers */
.hero__inner {
  position: relative;
  z-index: 2;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
}
@media (min-width: 768px) {
  .hero__inner {
    justify-content: center;
  }
}
.hero__content {
  max-width: 620px;
  padding: 78px 0 64px 62px;
}
.hero__title {
  font-family: var(--font-serif);
  font-weight: 700;
  font-size: 64px;
  line-height: 1.375;
  letter-spacing: 0.02em;
  background: linear-gradient(240deg, #d9823f 22%, #734521 88%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}
.hero__product {
  margin-top: 8px;
  font-weight: 900;
  font-size: 24px;
  letter-spacing: 0.04em;
  color: var(--color-accent);
}
.hero__lead {
  margin-top: 16px;
  font-weight: 500;
  font-size: 20px;
  line-height: 1.9;
  letter-spacing: -0.02em;
  color: var(--color-text);
}
.hero__lead sup {
  font-size: 12px;
}
.hero__note {
  margin-top: 12px;
  font-weight: 500;
  font-size: 12px;
  color: var(--color-muted);
}
/* Decorative "15th" mark */
.hero__anniversary {
  position: absolute;
  z-index: 2;
  display: flex;
  align-items: flex-end;
  line-height: 0.8;
  font-family: var(--font-decorative);
  color: rgba(255, 255, 255, 0.74);
  pointer-events: none;
}
.hero__anniversary .num {
  font-size: 320px;
  font-size: clamp(180px, 20.8333vw, 500px);
  letter-spacing: -0.1em;
  margin-top: 0px;
  line-height: 0;
  margin-right: 20px;
}
.hero__anniversary .unit {
  font-size: 150px;
  font-size: clamp(80px, 10.41vw, 200px);
  margin-left: 0.05em;
  line-height: 0;
  margin-top: 15px;
  display: inline-block;
  margin-bottom: -30px;
}
/* Award badge */
.hero__award {
  position: absolute;
  z-index: 3;
  width: 9.6%;
  aspect-ratio: 1 / 1;
}
.hero__award img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
/* Small caption over the flag artwork */
.hero__ganges-label {
  position: absolute;
  z-index: 3;
  font-weight: 500;
  font-size: 12px;
  color: #fff;
  letter-spacing: -0.02em;
  right: 0;
}
@media (min-width: 768px) {
  .hero__anniversary {
    right: 16%;
    bottom: 80px;
    font-size: 10px; 
  }
  .hero__award {
    right: 5%;
    bottom: 30px;
  }
}
@media (max-width: 767px) {
  .hero__content {
    padding: 18px 20px;
  }
  .hero__title {
    display: inline-block;
    font-size: 29px;
    line-height: 1.5;
    white-space: nowrap;
  }
  .hero__product {
    margin-top: 12px;
    font-size: 16px;
    transform: rotate(-0.35deg);
  }
  .hero__lead {
    margin-top: 12px;
    font-size: 12px;
    line-height: 1.7;
    max-width: 246px;
  }
  .hero__lead sup {
    font-size: 10px;
  }
  .hero__note {
    font-size: 10px;
  }
  .hero__anniversary {
    right: 80px;
    bottom: 150px;
    font-size: 4.2px;
  }
  .hero__award {
    right: 20px;
    bottom: 130px;
    width: 50px;
  }
  .hero__anniversary .num {
    font-size: 320px;
    font-size: 100px;
    letter-spacing: -0.1em;
    margin-right: 10px;
  }
  .hero__anniversary .unit {
    font-size: 150px;
    font-size: 28px;
    margin-left: 0.05em;
    margin-bottom: -10px;
  }
  .hero__ganges-label {
    display: block;
    font-size: 12px;
  }
}
/* ==========================================================================
   Intro ("01 - かつて注目されたインドと、いまのインドは何が違うのか。")
   ========================================================================== */
.intro {
  position: relative;
  overflow: hidden;
}
.intro__bg {
  display: none;
}
.intro__inner {
  position: relative;
  z-index: 1;
}
.intro__number {
  font-family: var(--font-tinos);
  font-size: 32px;
  line-height: 1;
  letter-spacing: 0.02em;
  color: var(--color-accent);
}
.intro__heading {
  margin-top: 4px;
  font-family: var(--font-mincho);
  font-weight: 700;
  font-size: 24px;
  line-height: 1.5;
  letter-spacing: -0.01em;
  color: var(--color-accent-dark);
}
.intro__lead {
  margin-top: 16px;
  max-width: 900px;
}
.intro__lead p {
  font-size: 16px;
  line-height: 1.8;
  letter-spacing: -0.01em;
  color: var(--color-text);
}
.intro__lead p + p {
  margin-top: 16px;
}
@media (min-width: 768px) {
  .intro {
    padding: 72px 0;
  }
  .intro__number {
    font-size: 48px;
    font-weight: 900;
  }
  .intro__heading {
    margin-top: 24px;
    font-size: 40px;
  }
  .intro__lead {
    margin-top: 32px;
  }
  .intro__lead p {
    font-size: 18px;
  }
}
@media (max-width: 767px) {
  .intro {
    padding: 32px 0;
  }
}
/* ==========================================================================
   Growth ("02 - 世界有数の人口と、高い経済成長率。")
   ========================================================================== */
.growth {
  position: relative;
  overflow: hidden;
}
/* PC: a diagonally-cut photo bleeds off the left edge of the viewport,
   with the text column starting right where it ends. SP: the same photo
   runs as a plain full-width band above the text (see .growth__photo). */
.growth__bg {
  display: none;
}
.growth__photo {
  display: none;
}
@media (min-width: 768px) {
  .growth__bg {
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 39%;
    aspect-ratio: 562 / 902;
    background-image: url("../img/growth-photo-pc.webp");
    background-repeat: no-repeat;
    background-size: 100% 100%;
    z-index: 0;
  }
}
@media (max-width: 767px) {
  .growth__photo {
    display: block;
    width: 100%;
    aspect-ratio: 375 / 193;
    background-image: url(../img/growth-photo-sp.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
  }
}
.growth__inner {
  position: initial;
  z-index: 1;
}
.growth__eyebrow {
  display: flex;
  align-items: center;
  gap: 8px;
}
.growth__eyebrow-num {
  font-family: var(--font-tinos);
  font-size: 48px;
  font-weight: 900;
  line-height: 1;
  letter-spacing: 0.02em;
  color: var(--color-accent);
}
.growth__eyebrow-label {
  font-weight: 900;
  font-size: 14px;
  color: #424242;
}
.growth__heading {
  margin-top: 4px;
  font-family: var(--font-mincho);
  font-weight: 700;
  font-size: 24px;
  line-height: 1.5;
  letter-spacing: -0.01em;
  color: var(--color-accent-dark);
}
.growth__heading br {
  display: none;
}
.growth__lead {
  margin-top: 16px;
  /*  max-width: 900px;*/
}
.growth__lead p {
  font-size: 16px;
  line-height: 1.8;
  letter-spacing: -0.01em;
  color: var(--color-text);
}
.growth__lead p + p {
  margin-top: 16px;
}
/* ---- Shared title / footnote used by the tinted blocks below ---- */
.growth__block-title {
  font-family: var(--font-mincho);
  font-weight: 900;
  font-size: 24px;
  letter-spacing: -0.01em;
  color: #4a4a4a;
  text-align: center;
  white-space: nowrap;
  line-height: 1;
}
.growth__block-note {
  margin-top: 30px;
  font-size: 14px;
  line-height: 1.5;
  letter-spacing: -0.01em;
  color: var(--color-muted);
}
/* ---- Stat cards ("高い経済成長" / "実質GDP成長率") ---- */
.growth__stats, .growth__gdp {
  position: relative;
  overflow: hidden;
  margin-top: 32px;
  padding: 20px;
}
.growth__stats {
  position: initial;
  background: #fff2e7;
}
.growth__gdp {
  background: #ecf6ec;
}
.growth__stats-tint {
  inset: 0;
  pointer-events: none;
  z-index: -1;
}
.growth__stats-grid {
  margin-top: 16px;
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.growth__stat-card {
  background: #fff;
  padding: 28px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 8px;
  text-align: center;
  box-shadow: 0 3px 12px rgba(217, 130, 63, 0.4);
}
.growth__gdp .growth__stat-card {
  box-shadow: 0 3px 12px rgba(30, 92, 74, 0.4);
}
.growth__stat-card-label {
  font-weight: 500;
  font-size: 18px;
  letter-spacing: -0.01em;
  color: var(--color-text);
  white-space: nowrap;
}
.growth__stat-card-highlight {
  font-family: var(--font-mincho);
  font-weight: 700;
  letter-spacing: 0.01em;
  color: var(--color-accent);
  white-space: nowrap;
  line-height: 1;
}
.growth__gdp .growth__stat-card-highlight {
  color: #1e5c4a;
}
.growth__stat-card-highlight-sm {
  font-size: 24px;
}
.growth__stat-card-highlight-lg {
  font-size: 48px;
}
.growth__gdp .growth__stat-card-highlight-lg {
  margin-right: 20px;
}
/* ---- "内需拡大を支える、成長の循環" ---- */
.growth__cycle {
  margin-top: 32px;
  padding: 20px;
  background: #f3f3f3;
}
.growth__cycle-grid {
  margin-top: 24px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 32px;
}
.growth__cycle-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 12px;
  width: 100%;
  max-width: 300px;
}
.growth__cycle-item-title {
  font-weight: 700;
  font-size: 18px;
  letter-spacing: -0.01em;
  color: #1e5c4a;
  text-align: center;
  white-space: nowrap;
}
.growth__cycle-item-image {
  width: 100%;
  height: auto;
}
/* ---- "今後のインドの成長を深掘りすると..." + topic cards ---- */
.growth__challenge {
  margin-top: 32px;
}
.growth__challenge-heading {
  font-family: var(--font-mincho);
  font-weight: 700;
  font-size: 24px;
  line-height: 1.5;
  letter-spacing: -0.01em;
  color: var(--color-accent-dark);
}
.growth__challenge-heading br {
  display: none;
}
.growth__topics {
  margin-top: 40px;
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.growth__topic {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 32px 20px;
  text-align: center;
}
.growth__topic-icon {
  width: 60px;
  height: 60px;
  object-fit: contain;
}
.growth__topic-title {
  margin-top: 12px;
  font-weight: 700;
  font-size: 20px;
  letter-spacing: -0.02em;
  color: var(--color-text);
  white-space: nowrap;
}
.growth__topic-text {
  margin-top: 14px;
  font-size: 14px;
  line-height: 1.8;
  letter-spacing: -0.01em;
  color: var(--color-text);
  font-feature-settings: "palt";
  text-align: justify;
}
/* ---- "Point" banner ---- */
.growth__point {
  position: relative;
  margin-top: 32px;
  padding: 38px 20px 16px 24px;
  background-image: url(../img/point-bg.jpg);
  background-size: cover;
  background-position: center;
}
.growth__point-badge {
  position: absolute;
  left: 0;
  top: 0;
  width: 68px;
  height: 30px;
}
.growth__point-badge-flag {
  position: absolute;
  left: -5px;
  top: 6px;
  width: 80px;
  height: 24px;
  background: #fff;
  clip-path: polygon(0 0, 100% 0, 87.5% 100%, 0 100%);
}
.growth__point-badge-tail {
  position: absolute;
  bottom: -7px;
  left: -5px;
  top: 30px;
  width: 5px;
  height: 7px;
  background: var(--color-brand-dark);
  clip-path: polygon(0 0, 100% 0, 100% 100%);
}
.growth__point-badge-label {
  position: absolute;
  left: 12px;
  top: 6px;
  height: 24px;
  display: flex;
  align-items: center;
  font-weight: 700;
  font-size: 18px;
  color: #34403c;
}
.growth__point-text {
  font-family: var(--font-mincho);
  font-weight: 700;
  font-size: 18px;
  line-height: 1.5;
  color: #fff;
}
.growth__cycle {
  position: relative;
}
@media (min-width: 768px) {
  .growth {
    padding: 72px 0;
  }
  .growth__text {
    padding-left: 35%;
  }
  .growth__eyebrow-label {
    font-size: 16px;
  }
  .growth__heading {
    margin-top: 8px;
    font-size: 40px;
  }
  .growth__heading br {
    display: none;
  }
  .growth__lead {
    margin-top: 32px;
  }
  .growth__lead p {
    font-size: 18px;
  }
  .growth__block-title {
    font-size: 32px;
  }
  .growth__stats, .growth__gdp {
    margin-top: 44px;
    padding: 22px;
  }
  .growth__stats-grid {
    margin-top: 32px;
    flex-direction: row;
    gap: 16px;
    position: relative;
    z-index: 1;
  }
  .growth__stat-card {
    flex: 1 0 0;
    min-width: 0;
    gap: 16px;
  }
  .growth__stat-card-label {
    font-size: 22px;
  }
  .growth__stat-card-highlight-sm {
    font-size: 44px;
  }
  .growth__stat-card-highlight-lg {
    font-size: 72px;
  }
  .growth__cycle {
    margin-top: 44px;
    padding: 22px;
  }
  .growth__cycle-grid {
    margin-top: 32px;
    flex-direction: row;
    justify-content: center;
    align-items: flex-start;
    gap: 56px;
  }
  .growth__cycle-item {
    max-width: 300px;
  }
  .growth__challenge {
    margin-top: 44px;
  }
  .growth__challenge-heading {
    font-size: 40px;
  }
  .growth__challenge-heading br {
    display: inline;
  }
  .growth__topics {
    margin-top: 48px;
    flex-direction: row;
    gap: 16px;
    margin-left: -20px;
    margin-right: -20px;
  }
  .growth__topic {
    flex: 1 0 0;
    min-width: 0;
  }
  .growth__topic-title {
    font-size: 20px;
  }
  .growth__point {
    margin-top: 70px;
    padding: 22px 20px 22px 88px;
  }
  .growth__point-text {
    font-size: 32px;
  }
  .growth__cycle::before {
    content: "";
    width: 600px;
    height: 600px;
    background-image: url("../img/feature-bg-mandala.png");
    background-size: contain;
    display: block;
    position: absolute;
    right: -35%;
    z-index: -1;
    opacity: 0.8;
    background-repeat: no-repeat;
    bottom: -5%;
  }
}
@media (max-width: 767px) {
  .growth {
    padding: 0 0 32px;
  }
  .growth__inner {
    padding-top: 32px;
  }
  .growth__heading br {
    display: inline;
  }
  .growth__cycle {
    background-color: inherit;
    position: relative;
  }
  .growth__cycle::before {
    content: "";
    width: 30%;
    height: 200px;
    background-image: url("../img/feature-bg-mandala.png");
    background-size: 200px;
    display: block;
    position: absolute;
    right: -30px;
    top: 10%;
    z-index: -1;
    opacity: 0.8;
  }
  .growth__topic {
    padding: 10px 20px;
  }
  .growth__eyebrow-num {
    font-size: 32px;
  }
}
/* ==========================================================================
   Demand ("03 - 内需拡大への道筋")
   ========================================================================== */
.demand {
  position: relative;
  overflow: hidden;
  background: #eee;
  padding: 32px 0;
}
.demand__bg {
  position: absolute;
  right: 0;
  top: 0;
  width: 53%;
  aspect-ratio: 766 / 863;
  background-image: url(../img/demand-photo-pc.jpg);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  z-index: 0;
}
.demand__inner {
  position: relative;
  z-index: 1;
}
.demand__text {
  max-width: 700px;
}
.demand__eyebrow {
  display: flex;
  align-items: center;
  gap: 8px;
}
.demand__eyebrow-num {
  font-family: var(--font-tinos);
  font-size: 48px;
  font-weight: 900;
  line-height: 1;
  letter-spacing: 0.02em;
  color: var(--color-accent);
}
.demand__eyebrow-label {
  font-weight: 900;
  font-size: 14px;
  color: #17211f;
}
.demand__heading {
  margin-top: 4px;
  font-family: var(--font-mincho);
  font-weight: 700;
  font-size: 24px;
  line-height: 1.5;
  letter-spacing: -0.01em;
  color: var(--color-accent-dark);
}
.demand__lead {
  margin-top: 16px;
}
.demand__lead p {
  font-size: 16px;
  line-height: 1.8;
  letter-spacing: -0.01em;
  color: var(--color-text);
}
/* ---- 3-step flow ---- */
.demand__flow {
  margin-top: 40px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 16px;
}
.demand__flow-step {
  position: relative;
  overflow: hidden;
  width: 100%;
  max-width: 300px;
  background: #fff;
  padding: 32px 20px 24px;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  height: 100%;
  min-height: 212px;
}
.demand__flow-step::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 48px 48px 0 0;
  border-color: var(--color-brand-dark) transparent transparent transparent;
}
.demand__flow-step-num {
  position: absolute;
  top: 4px;
  left: 6px;
  z-index: 1;
  font-weight: 700;
  font-size: 16px;
  color: #fff;
}
.demand__flow-step-icon {
  width: 60px;
  height: 60px;
  margin-top: 4px;
  object-fit: contain;
}
.demand__flow-step-title {
  margin-top: 12px;
  font-weight: 700;
  font-size: 18px;
  letter-spacing: -0.02em;
  color: var(--color-brand-dark);
}
.demand__flow-step-text {
  margin-top: 8px;
  font-size: 13px;
  line-height: 1.6;
  color: var(--color-text);
}
.demand__flow-arrow {
  font-size: 20px;
  line-height: 1;
  color: #c9d6ce;
  transform: rotate(90deg);
}
@media (min-width: 768px) {
  .demand__flow-step::before {
    border-width: 90px 90px 0 0;
  }
  .demand__flow-step-num {
    left: 12px;
    font-size: 24px;
  }
  .demand__flow-arrow {
    font-size: 30px;
  }
}
@media (max-width: 767px) {
  .demand {
    background: #fff;
  }
  .demand__bg {
    position: relative;
    left: 0;
    top: -32px;
    width: 100%;
    aspect-ratio: 325 / 192;
    background-image: url(../img/demand-photo-sp.jpg);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    z-index: 0;
  }
  .demand__eyebrow-num {
    font-size: 32px;
  }
}
/* ---- Startup reference block ---- */
.demand__block-title {
  font-family: var(--font-mincho);
  font-weight: 900;
  font-size: 20px;
  letter-spacing: -0.01em;
  color: #17211f;
}
.demand__block-note {
  margin-top: 16px;
  font-size: 11px;
  line-height: 1.5;
  color: var(--color-muted);
}
.demand__startup {
  margin-top: 32px;
  padding: 22px;
  background: #ecf6ec;
}
.demand__startup-lead {
  margin-top: 8px;
  font-size: 16px;
  line-height: 1.8;
  color: #34403c;
}
.demand__milestones {
  position: relative;
  margin-top: 24px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 16px;
}
.demand__milestone {
  width: 100%;
  background: #fff;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  padding: 24px 16px 8px;
}
.demand__milestone .demand__milestone-icon {
  margin-bottom: -20px;
}
.demand__milestone--highlight {
  box-shadow: 0 4px 8px rgba(30, 92, 74, 0.4);
}
.demand__milestone-icon {
  height: 44px;
  width: auto;
  object-fit: contain;
}
.demand__milestone-value {
  margin-top: 12px;
  font-family: var(--font-mincho);
  font-weight: 700;
  font-size: 32px;
  color: #4a4a4a;
  white-space: nowrap;
}
.demand__milestone-value--accent {
  color: var(--color-accent);
}
.demand__milestone-unit {
  font-size: 14px;
  margin: 0 2px;
  color: #4a4a4a;
}
.demand__milestone-unit_s {
  font-size: 85%;
}
.demand__milestone-value-lg {
  /*font-size: 1.4em;*/
}
.demand__milestone-value-sm {
  font-size: 0.8em;
}
.demand__milestone-label {
  margin-top: 4px;
  font-size: 14px;
  color: var(--color-text);
  display: block;
  margin: 0 0 0 auto;
}
.demand__milestone-arrow {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
}
.demand__milestone-arrow--sp {
  width: 42px;
  height: auto;
}
.demand__milestone-arrow--pc {
  display: none;
}
.demand__facts {
  position: relative;
  margin-top: 24px;
  background: #fff;
  box-shadow: 0 4px 8px rgba(30, 92, 74, 0.4);
  padding: 32px 16px 24px;
  display: flex;
  flex-direction: column;
  gap: 24px;
}
.demand__facts::before {
  content: "";
  position: absolute;
  left: 50%;
  top: -14px;
  transform: translateX(-50%);
  width: 0;
  height: 0;
  border-left: 14px solid transparent;
  border-right: 14px solid transparent;
  border-bottom: 14px solid #fff;
}
.demand__fact {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  gap: 12px;
}
.demand__fact-icon {
  width: 56px;
  height: auto;
  object-fit: contain;
}
.demand__fact-divider {
  display: none;
}
.demand__fact-value {
  font-family: var(--font-mincho);
  font-weight: 700;
  font-size: 32px;
  color: var(--color-accent);
  white-space: nowrap;
}
.demand__fact-text {
  font-size: 14px;
  font-weight: 700;
  line-height: 1.4;
  color: var(--color-muted);
}
.demand__callout {
  margin-top: 16px;
  padding: 20px;
  background: rgba(255, 255, 255, 0.64);
  text-align: center;
}
.demand__callout p {
  font-weight: 700;
  font-size: 16px;
  line-height: 1.7;
  color: var(--color-brand-dark);
}
@media (max-width: 767px) {
  .demand__milestone:first-of-type {
    margin-bottom: 60px;
  }
  .demand__milestone-label {
    margin-top: -4px;
  }
  .demand__milestone-value {
    font-size: 40px;
  }
  .demand__fact-value {
    font-size: 50px;
    line-height: 1;
    margin-bottom: 5px;
  }
  .demand__milestone-unit {
    font-size: 16px;
  }
}
@media (min-width: 768px) {
  .demand {
    padding: 72px 0;
  }
  .demand__eyebrow-label {
    font-size: 16px;
  }
  .demand__heading {
    margin-top: 8px;
    font-size: 40px;
  }
  .demand__lead {
    margin-top: 24px;
  }
  .demand__lead p {
    font-size: 18px;
  }
  .demand__flow {
    flex-direction: row;
    justify-content: center;
    gap: 30px;
    max-width: 918px;
    width: 100%;
    margin: 40px auto;
  }
  .demand__flow-arrow {
    transform: rotate(0deg);
  }
  .demand__block-title {
    font-size: 28px;
  }
  .demand__startup {
    margin-top: 44px;
    padding: 22px;
  }
  .demand__startup-lead {
    font-size: 18px;
  }
  .demand__milestones {
    margin: 40px 28px 0;
    flex-direction: row;
    justify-content: center;
    gap: 42px;
  }
  .demand__milestone {
    /*   max-width: 356px;*/
  }
  .demand__milestone-icon {
    height: 65px;
  }
  .demand__milestone-value {
    margin-top: 16px;
    font-size: 90px;
    line-height: 1;
  }
  .demand__milestone-arrow--sp {
    display: none;
  }
  .demand__milestone-arrow--pc {
    display: block;
    width: 120px;
    height: auto;
  }
  .demand__facts {
    margin: 40px 28px 0;
    padding: 40px 28px 28px;
    gap: 8px;
  }
  .demand__facts::before {
    left: 72.7%;
    top: -18px;
    border-left-width: 18px;
    border-right-width: 18px;
    border-bottom-width: 18px;
  }
  .demand__fact {
    flex-direction: row;
    text-align: left;
    padding: 12px 0;
    gap: 24px;
  }
  .demand__fact-icon {
    max-width: 139px;
    width: 11%;
    flex-shrink: 0;
    text-align: center;
  }
  .demand__fact-icon img {
    display: inline-block;
  }
  .demand__fact-divider {
    display: block;
    align-self: stretch;
    width: 0;
    border-left: 1px dashed #c9d6ce;
  }
  .demand__fact-body {
    flex: 1 0 0;
    display: flex;
    align-items: center;
    gap: 24px;
  }
  .demand__fact-value {
    font-size: clamp(30px, 5vw, 72px);
    width: 32%;
    text-align: center;
  }
  .demand__fact-text {
    font-size: 20px;
    max-width: 480px;
  }
  .demand__callout p {
    font-size: 18px;
  }
  .demand__milestone-unit {
    font-size: 30px;
  }
}
@media (max-width: 767px) {
  .demand__inner {
    padding-top: 32px;
  }
  .demand__callout {
    text-align: left;
  }
}
/* ==========================================================================
   Small-cap ("04 - 内需拡大の恩恵を、受けやすい中小型株。")
   ========================================================================== */
.smallcap {
  position: relative;
  overflow: hidden;
  background: #fff;
  padding: 32px 0;
}
.smallcap__bg {
  position: absolute;
  inset: 0;
  background-image: url(../img/bg-pattern.png);
  background-size: 600px 600px;
  background-size: cover;
  background-repeat: no-repeat;
  opacity: 0.7;
  mix-blend-mode: multiply;
  z-index: 0;
  background-position: center;
}
.smallcap__inner {
  position: relative;
  z-index: 1;
}
.smallcap__eyebrow {
  display: flex;
  align-items: center;
  gap: 8px;
}
.smallcap__eyebrow-num {
  font-family: var(--font-tinos);
  font-size: 48px;
  font-weight: 900;
  line-height: 1;
  letter-spacing: 0.02em;
  color: var(--color-accent);
}
.smallcap__eyebrow-label {
  font-weight: 900;
  font-size: 14px;
  color: #424242;
}
.smallcap__heading {
  margin-top: 4px;
  font-family: var(--font-mincho);
  font-weight: 700;
  font-size: 24px;
  line-height: 1.5;
  letter-spacing: -0.01em;
  color: var(--color-accent-dark);
}
.smallcap__lead {
  margin-top: 16px;
  max-width: 850px;
}
.smallcap__lead p {
  font-size: 16px;
  line-height: 1.8;
  letter-spacing: -0.01em;
  color: var(--color-text);
}
.smallcap__definition {
  margin-top: 32px;
  background: #fff;
  padding: 20px;
}
.smallcap__definition-title {
  font-weight: 700;
  font-size: 20px;
  color: var(--color-brand-dark);
}
.smallcap__definition-text {
  margin-top: 16px;
  font-size: 14px;
  line-height: 1.6;
  letter-spacing: -0.01em;
  color: var(--color-text);
}
.smallcap__chart-block {
  margin-top: 32px;
  background: #ecf6ec;
  padding: 24px 16px;
  text-align: center;
  margin-left: -20px;
  margin-right: -20px;
}
.smallcap__block-title {
  font-weight: 700;
  font-size: 20px;
  letter-spacing: -0.02em;
  color: var(--color-brand-dark);
}
.smallcap__chart-image {
  margin-top: 0;
  width: 700px;
  height: auto;
  max-width: none;
}
.smallcap__block-note {
  margin-top: 16px;
  font-size: 12px;
  line-height: 1.5;
  letter-spacing: -0.01em;
  color: var(--color-muted);
  text-align: left;
}
.smallcap__callout {
  margin-top: 16px;
  background: #fff;
  padding: 20px;
  text-align: left;
}
.smallcap__callout-title {
  font-weight: 700;
  font-size: 18px;
  line-height: 1.5;
  letter-spacing: -0.01em;
  color: var(--color-brand-dark);
}
.smallcap__callout-text {
  margin-top: 8px;
  font-size: 16px;
  line-height: 1.6;
  letter-spacing: -0.01em;
  color: #3f4a46;
}
@media (min-width: 768px) {
  .smallcap {
    padding: 72px 0;
  }
  .smallcap__eyebrow-label {
    font-size: 16px;
  }
  .smallcap__heading {
    margin-top: 8px;
    font-size: 40px;
  }
  .smallcap__lead {
    margin-top: 32px;
  }
  .smallcap__lead p {
    font-size: 18px;
  }
  .smallcap__definition {
    margin-top: 40px;
    padding: 20px;
  }
  .smallcap__chart-block {
    margin-top: 40px;
    padding: 24px;
    margin-left: 0;
    margin-right: 0;
  }
  .smallcap__block-title {
    font-size: 28px;
  }
  .smallcap__block-note {
    font-size: 14px;
  }
  .smallcap__callout-title {
    font-size: 18px;
  }
  .smallcap__callout-text {
    font-size: 16px;
  }
  .smallcap__chart-image {
    margin-top: 0px;
    width: 100%;
    max-width: 100%;
  }
}
@media (max-width: 767px) {
  .smallcap__definition-title {
    text-align: center;
  }
  .smallcap__eyebrow-num {
    font-size: 32px;
  }
}
/* ==========================================================================
   Feature ("05 - ガンジスの特徴")
   ========================================================================== */
.feature {
  position: relative;
  overflow: hidden;
  background: #fff;
  padding: 32px 0;
}
.feature__decor {
  position: absolute;
  width: 140px;
  height: 140px;
  background-image: url(../img/feature-bg-mandala.png);
  background-size: contain;
  background-repeat: no-repeat;
  opacity: 0.7;
  mix-blend-mode: multiply;
  pointer-events: none;
  z-index: 0;
}
.feature__decor--a {
  left: -70px;
  bottom: 80px;
}
.feature__decor--b {
  right: -70px;
  top: -40px;
  transform: rotate(180deg);
}
.feature__inner {
  position: relative;
  z-index: 1;
}
.feature__eyebrow {
  display: flex;
  align-items: center;
  gap: 8px;
}
.feature__eyebrow-num {
  font-family: var(--font-tinos);
  font-size: 48px;
  font-weight: 900;
  line-height: 1;
  letter-spacing: 0.02em;
  color: var(--color-accent);
}
.feature__eyebrow-label {
  font-weight: 900;
  font-size: 14px;
  color: #424242;
}
.feature__heading {
  margin-top: 4px;
  font-family: var(--font-mincho);
  font-weight: 700;
  font-size: 24px;
  line-height: 1.5;
  letter-spacing: -0.01em;
  color: var(--color-accent-dark);
}
.feature__lead {
  margin-top: 16px;
  max-width: 1088px;
}
.feature__lead p {
  font-size: 16px;
  line-height: 1.8;
  letter-spacing: -0.01em;
  color: var(--color-text);
}
.feature__grid {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 15px;
  margin-top: 32px;
}
.feature__card {
  width: 100%;
  background: #fff;
  border: 1px solid #d9ddd7;
  padding: 25px 21px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 16px;
  text-align: center;
}
.feature__card-icon {
  position: relative;
  width: 60px;
  height: 59px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.feature__card-icon-img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.feature__card-num {
  position: relative;
  font-family: 'Playball', cursive;
  font-size: 32px;
  line-height: 1;
  color: var(--color-accent);
}
.feature__card-title {
  font-weight: 700;
  font-size: 20px;
  line-height: 1.5;
  letter-spacing: -0.01em;
  color: var(--color-brand-dark);
}
.feature__card-text {
  font-size: 14px;
  line-height: 1.8;
  letter-spacing: -0.01em;
  color: var(--color-text);
  text-align: left;
}
@media (min-width: 768px) {
  .feature {
    padding: 72px 0;
  }
  .feature__decor {
    width: 695px;
    height: 695px;
  }
  .feature__decor--a {
    left: -350px;
    bottom: -300px;
  }
  .feature__decor--b {
    right: -400px;
    top: -400px;
  }
  .feature__eyebrow-label {
    font-size: 16px;
  }
  .feature__heading {
    margin-top: 8px;
    font-size: 40px;
  }
  .feature__lead {
    margin-top: 24px;
  }
  .feature__lead p {
    font-size: 18px;
  }
  .feature__grid {
    flex-direction: row;
    flex-wrap: wrap;
    align-items: stretch;
    justify-content: center;
    gap: 15px;
    margin-top: 40px;
  }
  .feature__card {
    flex: 0 0 calc((100% - 30px) / 3);
    max-width: none;
    width: auto;
    min-height: 319px;
    justify-content: flex-start;
  }
  .feature__card-title {
    font-size: 24px;
  }
}
@media (max-width: 767px) {
  .feature__eyebrow-num {
    font-size: 32px;
  }
}
/* ==========================================================================
   Process ("06 - 運用プロセス")
   ========================================================================== */
.process {
  position: relative;
  overflow: hidden;
  background: #fff;
  padding: 32px 0;
}
.process__bg {
  position: absolute;
  inset: 0;
  background-image: url(../img/process-bg-paper.jpg);
  background-size: cover;
  background-position: center;
  z-index: 0;
}
.process__decor {
  position: absolute;
  right: -50px;
  top: -20px;
  width: 140px;
  height: 140px;
  background-image: url(../img/process-bg-indiamap.png);
  background-size: contain;
  background-repeat: no-repeat;
  mix-blend-mode: multiply;
  pointer-events: none;
  z-index: 0;
}
@media (max-width: 767px) {
  .process__decor {
    display: none;
  }
}
.process__inner {
  position: relative;
  z-index: 1;
}
.process__eyebrow {
  display: flex;
  align-items: center;
  gap: 8px;
}
.process__eyebrow-num {
  font-family: var(--font-tinos);
  font-size: 48px;
  font-weight: 900;
  line-height: 1;
  letter-spacing: 0.02em;
  color: var(--color-accent);
}
.process__eyebrow-label {
  font-weight: 900;
  font-size: 14px;
  color: #424242;
}
.process__heading {
  margin-top: 4px;
  font-family: var(--font-mincho);
  font-weight: 700;
  font-size: 24px;
  line-height: 1.5;
  letter-spacing: -0.01em;
  color: var(--color-accent-dark);
}
.process__lead {
  margin-top: 16px;
  max-width: 900px;
}
.process__lead p {
  font-size: 16px;
  line-height: 1.8;
  letter-spacing: -0.01em;
  color: var(--color-text);
}
/* ---- Steps ---- */
.process__steps {
  margin-top: 32px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 12px;
}
.process__step {
  width: 100%;
  background: #fff;
  padding: 12px;
  display: grid;
  grid-template-columns: 47px auto 1fr;
  grid-template-areas:
    "num divider title"
    "text text text";
  column-gap: 21px;
  row-gap: 12px;
}
.process__step-num {
  grid-area: num;
  align-self: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 8px;
  font-family: var(--font-serif);
  font-weight: 900;
  color: var(--color-accent);
  line-height: 1;
}
.process__step-label {
  font-size: 20px;
}
.process__step-value {
  font-size: 40px;
  margin-top: -5px;
}
.process__step-divider {
  grid-area: divider;
  align-self: center;
  width: 1px;
  height: 60px;
  background: #4a4a4a;
}
.process__step-title {
  grid-area: title;
  align-self: center;
  min-width: 0;
  font-weight: 700;
  font-size: 18px;
  letter-spacing: -0.02em;
  color: #202124;
}
.process__step-text {
  grid-area: text;
  font-size: 14px;
  line-height: 1.8;
  letter-spacing: -0.01em;
  color: var(--color-text);
}
.process__step-arrow {
  width: 0;
  height: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-top: 17px solid var(--color-accent);
}
@media (min-width: 768px) {
  .process__step-arrow {
    width: 0;
    height: 0;
    border-left: 15px solid transparent;
    border-right: 15px solid transparent;
    border-top: 25px solid var(--color-accent);
  }
}
@media (max-width: 767px) {
  .process__eyebrow-num {
    font-size: 32px;
  }
}
/* ---- STEP02 types panel ---- */
.process__types {
  margin-top: 32px;
  background: #f5f8f5;
  padding: 32px 20px;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}
.process__types-title {
  text-align: center;
  font-weight: 700;
  font-size: 20px;
  color: var(--color-text);
}
.process__types-step {
  display: inline-flex;
  align-items: baseline;
  gap: 4px;
  margin-right: 8px;
  font-family: var(--font-serif);
  font-weight: 900;
  color: var(--color-accent);
}
.process__types-step-label {
  font-size: 20px;
  margin-right: 5px;
}
.process__types-step-value {
  font-size: 40px;
}
.process__type-group {
  margin-top: 24px;
  width: 100%;
}
.process__type-group-header {
  display: flex;
  align-items: center;
  gap: 14px;
  text-align: left;
}
.process__type-badge {
  flex-shrink: 0;
  width: 42px;
  height: 42px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.process__type-badge img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.process__type-badge--value {
  background: #9cc96b;
}
.process__type-badge--value img {
  width: 18px;
  height: 24px;
}
.process__type-badge--event {
  background: #7fa6dc;
}
.process__type-badge--event img {
  width: 24px;
  height: 24px;
}
.process__type-group-title {
  font-weight: 700;
  font-size: 20px;
  letter-spacing: 0.02em;
}
.process__type-group-title--growth {
  color: #d2601f;
}
.process__type-group-title--value {
  color: #5fa02e;
}
.process__type-group-title--event {
  color: #2456a6;
}
.process__type-group-desc {
  margin-top: 2px;
  font-size: 14px;
  color: #34403c;
}
.process__type-cards {
  margin-top: 16px;
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.process__type-card {
  background: #fff;
  border-top: 5px solid transparent;
  padding: 24px 20px;
  text-align: left;
}
.process__type-card--growth {
  border-top-color: #d2601f;
}
.process__type-card--value {
  border-top-color: #5fa02e;
}
.process__type-card--event {
  border-top-color: #2456a6;
}
.process__type-icon {
  display: block;
  height: 30px;
  width: auto;
  object-fit: contain;
}
.process__type-card-title {
  margin-top: 16px;
  font-weight: 700;
  font-size: 17px;
  letter-spacing: 0.02em;
  color: #17211f;
}
.process__type-card-text {
  margin-top: 8px;
  font-size: 14px;
  line-height: 1.6;
  color: #34403c;
}
.process__note {
  margin-top: 16px;
  font-size: 12px;
  line-height: 1.5;
  color: var(--color-text);
  /*text-align: center;*/
}
@media (min-width: 768px) {
  .process {
    padding: 72px 0;
  }
  .process__decor {
    width: 551px;
    height: 551px;
    right: -160px;
    top: -20px;
  }
  .process__eyebrow-label {
    font-size: 16px;
  }
  .process__heading {
    margin-top: 8px;
    font-size: 40px;
  }
  .process__lead {
    margin-top: 24px;
  }
  .process__lead p {
    font-size: 18px;
  }
  .process__steps {
    margin-top: 34px;
    gap: 16px;
  }
  .process__step {
    padding: 32px;
    grid-template-areas:
      "num divider title"
      "num divider text";
    column-gap: 32px;
    row-gap: 12px;
  }
  .process__step-title {
    font-size: 24px;
  }
  .process__step-text {
    font-size: 16px;
  }
  .process__types {
    margin-top: 40px;
    padding: 32px;
  }
  .process__types-title {
    font-size: 24px;
  }
  .process__type-cards {
    flex-direction: row;
    gap: 20px;
  }
  .process__type-card {
    flex: 1 0 0;
    min-width: 0;
    padding: 26px;
  }
  .process__type-card-title {
    font-size: 19px;
  }
  .process__type-card-text {
    font-size: 16px;
  }
  .process__note {
    font-size: 14px;
    text-align: left;
  }
}
@media (max-width: 767px) {
  .process__types {
    margin-top: 32px;
    background: #f5f8f5;
    padding: 32px 20px;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
  }
  .process__types-step-wrap {
    display: flex;
    align-items: center;
    position: relative;
    justify-content: center;
  }
  .process__types-title {
    position: relative;
    margin-top: 20px;
  }
  .process__types-step {
    flex-direction: column;
    line-height: 0.8;
    position: relative;
    top: -10px;
    margin-right: 0;
  }
}
/* ==========================================================================
   Lineup ("07 - 2つの商品タイプ")
   ========================================================================== */
.lineup {
  position: relative;
  overflow: hidden;
  background: #fbf3e0;
  padding: 32px 0;
}
.lineup__bg {
  position: absolute;
  inset: 0;
  background-image:
    url(../img/lineup-line-bg.jpg), url(../img/lineup-line-bg.jpg), url(../img/lineup-corner.png), url(../img/lineup-corner.png), url(../img/lineup-bg.jpg);
  background-size:
    auto 14px, auto 14px, 588px 341px, 588px 341px, cover;
  background-position:
    center top, center bottom, 105% top, -5% 99%, center;
  background-repeat:
    repeat-x, repeat-x, no-repeat, no-repeat;
  z-index: 0;
}
@media (max-width: 767px) {
  .lineup__bg {
    position: absolute;
    inset: 0;
    background-image:
      url(../img/lineup-line-bg.jpg), url(../img/lineup-line-bg.jpg), url(../img/lineup-corner.png), url(../img/lineup-corner.png), url(../img/lineup-bg.jpg);
    background-size:
      auto 14px, auto 14px, 187px auto, 187px auto, cover;
    background-position:
      center top, center bottom, 105% top, -5% 99%, center;
    background-repeat:
      repeat-x, repeat-x, no-repeat, no-repeat;
    z-index: 0;
  }
}
.lineup__decor {
  position: absolute;
  width: 140px;
  height: 81px;
  background-image: url(../img/lineup-corner.png);
  background-size: contain;
  background-repeat: no-repeat;
  opacity: 0.8;
  pointer-events: none;
  z-index: 0;
  transform: scaleX(-1);
  display: none;
}
.lineup__decor--a {
  right: 0;
  top: 0;
}
.lineup__decor--b {
  left: 0;
  bottom: 0;
}
.lineup__inner {
  position: relative;
  z-index: 1;
}
.lineup__eyebrow {
  display: flex;
  align-items: center;
  gap: 8px;
}
.lineup__eyebrow-num {
  font-family: var(--font-tinos);
  font-size: 48px;
  font-weight: 900;
  line-height: 1;
  letter-spacing: 0.02em;
  color: var(--color-accent);
}
.lineup__eyebrow-label {
  font-weight: 900;
  font-size: 14px;
  color: #424242;
}
.lineup__heading {
  margin-top: 4px;
  font-family: var(--font-mincho);
  font-weight: 700;
  font-size: 24px;
  line-height: 1.5;
  letter-spacing: -0.01em;
  color: var(--color-accent-dark);
}
.lineup__lead {
  margin-top: 16px;
  max-width: 900px;
}
.lineup__lead p {
  font-size: 16px;
  line-height: 1.8;
  letter-spacing: -0.01em;
  color: var(--color-text);
}
/* ---- Product cards ---- */
.lineup__cards {
  margin-top: 32px;
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.lineup__card {
  background: #fff;
  padding: 24px;
  display: flex;
  flex-direction: column;
}
.lineup__card-head {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 16px;
  text-align: center;
}
.h_l .lineup__card-title {
  min-height: 96px;
  display: flex;
  align-items: center;
}
.lineup__card-title {
  font-family: var(--font-serif);
  font-weight: 700;
  font-size: 28px;
  line-height: 1.2;
  color: var(--color-brand-dark);
}
.lineup__card-title-break {
  display: block;
}
.lineup__card-underline {
  width: 150px;
  height: auto;
}
.lineup__card-name {
  margin-top: 16px;
  font-size: 14px;
  line-height: 1.6;
  color: var(--color-text);
}
.lineup__card-badge {
  margin-top: 16px;
  display: inline-flex;
  align-self: flex-start;
  background: #edf5f0;
  color: var(--color-brand-dark);
  font-weight: 900;
  font-size: 14px;
  padding: 8px 12px;
  border-radius: 999px;
}
.lineup__card-desc {
  margin-top: 16px;
  font-size: 14px;
  line-height: 1.6;
  color: var(--color-text);
}
@media (min-width: 768px) {
  .lineup__card-badge {
    font-size: 20px;
    line-height: 1;
  }
  .lineup__card-desc {
    font-size: 16px;
  }
}
@media (max-width: 767px) {
  .lineup__eyebrow-num {
    font-size: 32px;
  }
}
.lineup__card-desc {
  margin-top: 16px;
  font-size: 14px;
  line-height: 1.6;
  color: var(--color-text);
}
.lineup__card-actions {
  margin-top: auto;
  padding-top: 16px;
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.lineup__btn {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
  height: 54px;
  font-weight: 900;
  font-size: 16px;
  letter-spacing: -0.01em;
  text-decoration: none;
}
.lineup__btn--primary {
  background: var(--color-accent);
  border: 1px solid var(--color-accent);
  color: #fff;
  transition: all 0.3s ease;
}
.lineup__btn--primary:hover {
  background: #fff;
  border: 1px solid var(--color-accent);
  color: var(--color-accent);
}
.lineup__btn--outline {
  background: #fff;
  border: 1px solid var(--color-brand-dark);
  color: var(--color-brand-dark);
  transition: all 0.3s ease;
}
.lineup__btn--outline:hover {
  background: var(--color-brand-dark);
  border: 1px solid var(--color-brand-dark);
  color: #fff;
}
.lineup__btn-arrow {
  font-size: 20px;
  line-height: 1;
}
/* ---- Comparison table ---- */
.lineup__table-wrap {
  margin-top: 32px;
  max-width: 100%;
  overflow-x: auto;
  border: 1px solid #d9ddd7;
  -webkit-overflow-scrolling: touch;
}
@media (max-width: 767px) {
  .lineup__table-wrap {
    max-width: none;
    margin-right: calc(-1 * var(--gutter-sp));
    border-right: none;
  }
  .h_l .lineup__card-title {
    min-height: inherit;
    display: flex;
    align-items: center;
  }
}
.lineup__table {
  width: 100%;
  min-width: 560px;
  border-collapse: collapse;
}
.lineup__table th, .lineup__table td {
  border: 1px solid #d9ddd7;
  padding: 12px;
  font-size: 13px;
  font-weight: 700;
  line-height: 1.5;
  text-align: left;
}
.lineup__table th {
  white-space: nowrap;
}
.lineup__table thead th:first-child {
  background: var(--color-brand-dark);
  color: #fff;
  text-align: center;
}
.lineup__table thead th:not(:first-child) {
  background: #eef5f0;
  color: var(--color-brand-dark);
  text-align: center;
}
.lineup__table tbody th {
  background: #eef5f0;
  color: #17211f;
}
.lineup__table tbody td {
  background: #fff;
  color: var(--color-brand-dark);
}
.lineup__table-note {
  margin-top: 12px;
  font-size: 12px;
  color: #bf4210;
}
/* ---- Notice ---- */
.lineup__notice {
  margin-top: 16px;
  background: rgba(255, 255, 255, 0.72);
  padding: 16px 24px;
}
.lineup__notice-title {
  font-weight: 700;
  font-size: 14px;
  color: var(--color-text);
}
.lineup__notice-text {
  margin-top: 4px;
  font-size: 12px;
  line-height: 1.5;
  color: var(--color-text);
}
@media (min-width: 768px) {
  .lineup {
    padding: 72px 0;
  }
  .lineup__decor {
    width: 400px;
    height: 232px;
  }
  .lineup__eyebrow-label {
    font-size: 16px;
  }
  .lineup__heading {
    margin-top: 8px;
    font-size: 40px;
  }
  .lineup__lead {
    margin-top: 24px;
  }
  .lineup__lead p {
    font-size: 18px;
  }
  .lineup__cards {
    flex-direction: row;
    gap: 20px;
    margin-top: 40px;
  }
  .lineup__card {
    flex: 1 0 0;
    min-width: 0;
  }
  .lineup__card-title {
    font-size: 40px;
  }
  .lineup__card-title-break {
    display: none;
  }
  .lineup__card-title-sub {
    font-size: 0.8em;
  }
  .lineup__table th, .lineup__table td {
    font-size: 16px;
    padding: 16px;
  }
  .lineup__notice-text {
    font-size: 14px;
  }
}
/* ==========================================================================
   Results ("08 - 運用実績・受賞歴")
   ========================================================================== */
.results {
  position: relative;
  background: #fff;
  padding: 32px 0;
}
.results__eyebrow {
  display: flex;
  align-items: center;
  gap: 8px;
}
.results__eyebrow-num {
  font-family: var(--font-tinos);
  font-size: 48px;
  font-weight: 900;
  line-height: 1;
  letter-spacing: 0.02em;
  color: var(--color-accent);
}
.results__eyebrow-label {
  font-weight: 900;
  font-size: 14px;
  color: #424242;
}
.results__heading {
  margin-top: 4px;
  font-family: var(--font-mincho);
  font-weight: 700;
  font-size: 24px;
  line-height: 1.5;
  letter-spacing: -0.01em;
  color: var(--color-accent-dark);
}
.results__summary {
  margin-top: 16px;
  display: flex;
  flex-direction: column;
  gap: 24px;
}
.results__lead p {
  font-size: 16px;
  line-height: 1.8;
  letter-spacing: -0.01em;
  color: var(--color-text);
}
.results__lead2 p {
  font-size: 16px;
  line-height: 1.8;
  letter-spacing: -0.01em;
  color: var(--color-text);
  padding-top: 20px;
}
.results__stats {
  display: flex;
  flex-direction: column;
  gap: 0px;
  background: #fff8e8;
}
.results__stat {
  background: #fff8e8;
  padding: 20px 16px;
}
.results__stat-title {
  font-weight: 700;
  font-size: 20px;
  letter-spacing: -0.02em;
  color: var(--color-brand-dark);
}
.results__stat-value {
  margin-top: 8px;
  display: flex;
  align-items: flex-end;
  gap: 8px;
}
.results__stat-label {
  font-weight: 700;
  font-size: 14px;
  color: #3f4a46;
}
.results__stat-number {
  font-family: var(--font-mincho);
  font-weight: 700;
  font-size: 36px;
  line-height: 1;
  color: var(--color-accent);
  white-space: nowrap;
}
.results__stat-unit {
  font-weight: 700;
  font-size: 14px;
  color: #3f4a46;
}
.results__stat-note {
  margin-top: 8px;
  font-size: 12px;
  line-height: 1.5;
  color: #3f4a46;
}
/* ---- Charts ---- */
.results__charts {
  margin-top: 32px;
  display: flex;
  flex-direction: column;
  gap: 24px;
}
.results__chart-block {
  background: #ecf6ec;
  padding: 24px 22px;
  text-align: center;
}
@media (max-width: 767px) {
  .results__chart-block {
    width: 100vw;
    margin-left: calc(50% - 50vw);
    margin-right: calc(50% - 50vw);
  }
  .results__eyebrow-num {
    font-size: 32px;
  }
}
.results__chart-title {
  font-weight: 700;
  font-size: 18px;
  letter-spacing: -0.02em;
  color: var(--color-brand-dark);
}
.results__chart-scroll {
  margin-top: 10px;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  position: relative;
}
@media (max-width: 767px) {
  .results__chart-scroll {
    margin-right: -22px;
  }
}
.results__chart-image {
  width: 700px;
  max-width: none;
  height: auto;
  display: block;
}
@media (min-width: 768px) {
  .results__chart-image {
    width: 100%;
  }
}
.results__chart-note {
  margin-top: 24px;
  font-size: 12px;
  line-height: 1.5;
  color: #69736f;
  text-align: left;
}
.results__disclaimer {
  margin-top: 24px;
  font-size: 14px;
  line-height: 1.5;
  color: var(--color-text);
  text-align: left;
}
/* ---- Third-party award ---- */
.results__award {
  margin-top: 48px;
  padding: 20px;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}
@media (max-width: 767px) {
  .results__award {
    padding: 20px 0;
  }
}
.results__award-heading {
  font-weight: 700;
  font-size: 24px;
  letter-spacing: -0.02em;
  color: var(--color-brand-dark);
}
.results__award-sub {
  margin-top: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
  font-weight: 700;
  font-size: 20px;
  letter-spacing: -0.01em;
  color: var(--color-brand-dark);
}
.results__award-line {
  width: 20px;
  height: 1px;
  background: var(--color-brand-dark);
}
.results__award-text {
  margin-top: 12px;
  max-width: 743px;
  margin-left: auto;
  margin-right: auto;
  text-align: left;
  font-size: 14px;
  line-height: 1.8;
  color: #3f4a46;
}
.results__award-badge {
  margin-top: 32px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 16px;
}
.results__award-badge-title {
  font-weight: 700;
  font-size: 24px;
  color: var(--color-accent);
}
.results__award-badge-sub {
  margin-top: 4px;
  font-size: 16px;
  line-height: 1.5;
  color: var(--color-brand-dark);
}
.results__award-badge-image {
  width: 200px;
  height: auto;
  position: relative;
}
.results__award-badge-image::before {
  display: block;
  content: "";
  position: absolute;
  width: 38px;
  height: 103px;
  background-image: url("../img/award-l.svg");
  left: -50px;
  top: -12px;
  background-repeat: no-repeat;
}
.results__award-badge-image::after {
  display: block;
  content: "";
  position: absolute;
  width: 38px;
  height: 103px;
  background-image: url("../img/award-r.svg");
  right: -50px;
  top: -12px;
  background-repeat: no-repeat;
}
@media (max-width: 767px) {
  .results__award-badge-image::before {
    width: 26px;
    height: 72px;
    left: -40px;
    background-size: cover;
  }
  .results__award-badge-image::after {
    width: 26px;
    height: 72px;
    right: -40px;
    top: -12px;
    background-size: cover;
  }
}
@media (min-width: 768px) {
  .results {
    padding: 72px 0;
  }
  .results__eyebrow-label {
    font-size: 16px;
  }
  .results__heading {
    margin-top: 8px;
    font-size: 40px;
  }
  .results__summary {
    margin-top: 32px;
    flex-direction: row;
    align-items: flex-start;
    justify-content: space-between;
    gap: 24px;
  }
  .results__lead {
    max-width: 530px;
  }
  .results__lead p {
    font-size: 18px;
  }
  .results__lead p {
    font-size: 18px;
  }
  .results__stats {
    flex-direction: row;
    flex-shrink: 0;
    gap: 0px;
  }
  .results__stat {
    width: 280px;
    flex-shrink: 0;
  }
  .results__stat:last-child {
    width: 300px;
  }
  .results__stat-title {
    font-size: 24px;
    line-height: 1;
  }
  .results__stat-number {
    font-size: 48px;
    font-weight: 900;
  }
  .results__charts {
    margin-top: 48px;
    gap: 10px;
  }
  .results__chart-block {
    padding: 24px;
  }
  .results__chart-title {
    font-size: 28px;
  }
  .results__chart-note {
    font-size: 14px;
  }
  .results__award-heading {
    font-size: 28px;
  }
  .results__award-sub {
    font-size: 24px;
  }
  .results__award-line {
    width: 64px;
  }
  .results__award-badge {
    flex-direction: row;
    justify-content: center;
    gap: 100px;
  }
  .results__award-badge-text {
    text-align: left;
  }
  .results__award-badge-image {
    width: 280px;
  }
}
/* ==========================================================================
   FAQ ("9-1 - FAQ")
   ========================================================================== */
.faq {
  background: #f5f8f5;
  padding: 32px 0;
}
.faq__eyebrow {
  display: flex;
  align-items: center;
  gap: 8px;
}
.faq__eyebrow-num {
  font-family: var(--font-tinos);
  font-size: 48px;
  font-weight: 900;
  line-height: 1;
  letter-spacing: 0.02em;
  color: var(--color-accent);
}
.faq__eyebrow-label {
  font-weight: 900;
  font-size: 14px;
  color: #424242;
}
.faq__heading {
  margin-top: 4px;
  font-family: var(--font-mincho);
  font-weight: 700;
  font-size: 24px;
  line-height: 1.5;
  letter-spacing: -0.01em;
  color: var(--color-accent-dark);
}
.faq__list {
  margin-top: 32px;
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.faq__item {
  background: #fff;
  padding: 15px 17px;
}
.faq__summary {
  display: flex;
  align-items: center;
  gap: 8px;
  list-style: none;
  cursor: pointer;
}
.faq__summary::-webkit-details-marker {
  display: none;
}
.faq__summary-head {
  flex-shrink: 0;
  display: flex;
  align-items: center;
  gap: 8px;
}
.faq__arrow {
  display: inline-block;
  width: 0;
  height: 0;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 8px solid #1E5C4A;
  font-size: 0;
  transition: transform 0.2s ease;
  padding-top: 5px;
}
.faq__item[open] .faq__arrow {
  transform: rotate(180deg);
  transform-origin: center center;
}
.faq__q {
  flex-shrink: 0;
  font-weight: 900;
  font-size: 16px;
  color: var(--color-brand-dark);
}
.faq__divider {
  flex-shrink: 0;
  width: 1px;
  height: 15px;
  background: #4a4a4a;
}
.faq__question {
  flex: 1 0 0;
  min-width: 0;
  font-weight: 900;
  font-size: 14px;
  line-height: 1.5;
  color: var(--color-brand-dark);
}
.faq__answer {
  display: grid;
  grid-template-rows: 0fr;
  margin-top: 0;
  overflow: hidden;
  transition: grid-template-rows 0.3s ease, margin-top 0.3s ease;
}
.faq__item[open] .faq__answer {
  grid-template-rows: 1fr;
  margin-top: 10px;
}
.faq__answer p {
  min-height: 0;
  overflow: hidden;
  font-size: 14px;
  line-height: 1.8;
  letter-spacing: -0.01em;
  color: #3e4945;
}
@media (max-width: 767px) {
  .faq__arrow {
    font-size: 40px;
  }
  .faq__eyebrow-num {
    font-size: 32px;
  }
}
@media (min-width: 768px) {
  .faq {
    padding: 72px 0;
  }
  .faq__eyebrow-label {
    font-size: 16px;
  }
  .faq__heading {
    margin-top: 18px;
    font-size: 40px;
  }
  .faq__list {
    margin-top: 40px;
  }
  .faq__question {
    font-size: 16px;
  }
}
/* ==========================================================================
   Risk ("9-2 - リスク・費用")
   ========================================================================== */
.risk {
  background: #fff;
  padding: 32px 0;
}
.risk__eyebrow {
  display: flex;
  align-items: center;
  gap: 8px;
}
.risk__eyebrow-num {
  font-family: var(--font-tinos);
  font-size: 48px;
  font-weight: 900;
  line-height: 1;
  letter-spacing: 0.02em;
  color: var(--color-accent);
}
.risk__eyebrow-label {
  font-weight: 900;
  font-size: 14px;
  color: #424242;
}
.risk__heading {
  margin-top: 4px;
  font-family: var(--font-mincho);
  font-weight: 700;
  font-size: 24px;
  line-height: 1.5;
  letter-spacing: -0.01em;
  color: var(--color-accent-dark);
}
.risk__lead {
  margin-top: 16px;
  max-width: 900px;
}
.risk__lead p {
  font-size: 16px;
  line-height: 1.8;
  letter-spacing: -0.01em;
  color: var(--color-text);
}
.risk__panel {
  margin-top: 32px;
  background: #f5f3ee;
  padding: 24px 20px;
}
.risk__panel-title {
  font-weight: 700;
  font-size: 18px;
  letter-spacing: -0.02em;
  color: var(--color-text);
}
.risk__panel-title--fee {
  margin-top: 24px;
}
.risk__cards {
  margin-top: 19px;
  display: flex;
  flex-direction: column;
  gap: 14px;
}
.risk__card {
  background: #fff;
  padding: 18px;
}
.risk__card-title {
  font-weight: 700;
  font-size: 17px;
  letter-spacing: -0.02em;
  color: var(--color-brand-dark);
}
.risk__card-text {
  margin-top: 8px;
  font-size: 14px;
  line-height: 1.5;
  color: #3f4a46;
}
.risk__notes {
  margin-top: 22px;
}
.risk__notes p {
  font-size: 12px;
  line-height: 1.5;
  color: var(--color-text);
}
.risk__table-wrap {
  margin-top: 20px;
  overflow-x: auto;
  border: 1px solid #d9ddd7;
}
.risk__table {
  width: 100%;
  min-width: 333px;
  border-collapse: collapse;
}
.risk__table th, .risk__table td {
  border: 1px solid #d9ddd7;
  padding: 12px;
  font-size: 13px;
  line-height: 1.5;
  text-align: left;
}
.risk__table th {
  width: 35%;
  background: #eef5f0;
  color: var(--color-brand-dark);
  font-weight: 900;
  text-align: center;
}
.risk__table td {
  background: #fff;
  color: #17211f;
  font-weight: 400;
}
.risk__cta-text {
  margin-top: 24px;
  font-weight: 700;
  font-size: 16px;
  letter-spacing: -0.02em;
  color: var(--color-text);
}
.risk__links {
  margin-top: 16px;
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.risk__link {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 44px;
  padding: 0 10px;
  border: 1px solid var(--color-brand-dark);
  background: #fff;
  color: var(--color-brand-dark);
  font-weight: 900;
  font-size: 15px;
  letter-spacing: -0.02em;
  text-decoration: none;
  text-align: center;
  font-feature-settings: "palt";
  transition: all 0.3s ease;
}
.risk__link:hover {
  border: 1px solid var(--color-brand-dark);
  background: var(--color-brand-dark);
  color: #fff;
}
@media (min-width: 768px) {
  .risk {
    padding: 72px 0;
  }
  .risk__eyebrow-label {
    font-size: 16px;
  }
  .risk__heading {
    margin-top: 18px;
    font-size: 40px;
  }
  .risk__lead {
    margin-top: 24px;
  }
  .risk__lead p {
    font-size: 18px;
  }
  .risk__panel {
    padding: 24px;
  }
  .risk__cards {
    flex-direction: row;
    flex-wrap: wrap;
  }
  .risk__card {
    flex: 0 0 calc((100% - 14px) / 2);
  }
  .risk__table th, .risk__table td {
    font-size: 16px;
    padding: 13px;
  }
  .risk__links {
    flex-direction: row;
  }
  .risk__link {
    flex: 0 0 auto;
    width: auto;
    padding: 0 21px;
  }
}
@media (max-width: 767px) {
  .risk__eyebrow-num {
    font-size: 32px;
  }
}
/* ==========================================================================
   Closing ("約15年の経験で、これからのインドを見る。")
   ========================================================================== */
.closing {
  position: relative;
  overflow: hidden;
  background: #fbf3e0;
  padding: 32px 0;
}
.closing__bg {
  position: absolute;
  inset: 0;
  background-image: url(../img/lineup-corner.png), url(../img/lineup-bg.jpg);
  background-size: 588px 341px, cover;
  background-position: 105% top, center;
  /*  opacity: 0.28;
  mix-blend-mode: multiply;*/
  z-index: 0;
  background-repeat:
    no-repeat;
}
.closing__decor {
  position: absolute;
  right: 0;
  top: 0;
  width: 140px;
  height: 81px;
  background-image: url(../img/lineup-corner.png);
  background-size: contain;
  background-repeat: no-repeat;
  opacity: 0.8;
  pointer-events: none;
  z-index: 0;
  transform: scaleX(-1);
  display: none;
}
.closing__inner {
  position: relative;
  z-index: 1;
}
.closing__heading {
  font-family: var(--font-mincho);
  font-weight: 700;
  font-size: 24px;
  line-height: 1.5;
  letter-spacing: -0.01em;
  color: var(--color-text);
}
.closing__lead {
  margin-top: 16px;
  max-width: 900px;
}
.closing__lead p {
  font-size: 16px;
  line-height: 1.8;
  letter-spacing: -0.01em;
  color: var(--color-text);
}
.closing__cta {
  margin-top: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  background: var(--color-brand-dark);
  color: #fff;
  font-weight: 800;
  font-size: 16px;
  letter-spacing: -0.02em;
  padding: 9px 15px;
  text-decoration: none;
  text-align: center;
}
.closing__cards {
  margin-top: 16px;
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.closing__card {
  background: #fff;
  padding: 24px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 16px;
}
.closing__card-title {
  font-family: var(--font-serif);
  font-weight: 700;
  font-size: 28px;
  line-height: 1.2;
  color: var(--color-brand-dark);
  text-align: center;
}
.closing__card-actions {
  margin-top: auto;
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.closing__note {
  margin-top: 16px;
  font-size: 12px;
  line-height: 1.5;
  color: var(--color-text);
}
@media (min-width: 768px) {
  .closing {
    padding: 72px 0;
  }
  .closing__decor {
    width: 400px;
    height: 232px;
  }
  .closing__heading {
    font-size: 38px;
  }
  .closing__lead {
    margin-top: 24px;
  }
  .closing__lead p {
    font-size: 18px;
  }
  .closing__cta {
    display: inline-flex;
    width: fit-content;
  }
  .closing__cards {
    flex-direction: row;
  }
  .closing__card {
    flex: 1 0 0;
  }
  .closing__card-title {
    font-size: 40px;
  }
  .closing__note {
    margin-top: 20px;
  }
}
@media (max-width: 767px) {
  .closing__bg {
    position: absolute;
    inset: 0;
    background-image: url(../img/lineup-bg.jpg);
    background-size: cover;
    background-position: center;
    z-index: 0;
    background-repeat:
      no-repeat;
  }
}
/* ==========================================================================
   Legal (■当ファンドの投資リスクと費用等 / 開示定型文)
   ========================================================================== */
.legal {
  background: #fff;
  padding: 32px 0;
}
.legal__block {
  max-width: 900px;
  width: 100%;
  margin: auto;
}
.legal__block + .legal__block {
  margin-top: 24px;
}
.legal__heading {
  font-weight: 700;
  font-size: 16px;
  line-height: 1.7;
  color: var(--color-brand-dark);
}
.legal__text {
  margin-top: 8px;
}
.legal__text p {
  font-size: 14px;
  line-height: 1.7;
  color: var(--color-text);
  text-indent: -1em;
  padding-left: 1em;
}
@media (min-width: 768px) {
  .legal__heading {
    font-size: 24px;
  }
}
/* ==========================================================================
   Footer
   ========================================================================== */
.footer {
  background: #fff;
  padding: 32px 20px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 24px;
}
.footer__logo {
  width: 100%;
  max-width: 260px;
  height: auto;
}
.footer__info {
  text-align: left;
}
.footer__info p {
  font-size: 14px;
  line-height: 1.7;
  color: var(--color-text);
}
.footer__copyright {
  font-size: 12px;
  line-height: 1.7;
  color: var(--color-text);
  text-align: center;
}
.footer__copyright-break {
  display: block;
}
@media (min-width: 768px) {
  .footer {
    padding: 32px;
  }
  .footer__logo {
    max-width: 375px;
  }
  .footer__copyright {
    font-size: 14px;
  }
  .footer__copyright-break {
    display: none;
  }
}