/*
 * 自動生成ファイル — 直接編集しないこと。
 *
 * 生成元 : 01_lp/experience/experience.css
 * 生成器 : 01_lp/_shared/sync_shared.py
 *
 * Experienceページと共有しているセクション
 * （Traction / Why HPL / Story / Guide）のCSSだけを抜き出したもの。
 * ヘッダー・セクション余白・フッターは全LP共通の site.css 側にある。
 * 直したいときは experience.css を直して sync_shared.py を走らせる。
 */

.hero-placeholder span,
.image-slot span,
.diagram-placeholder span {
  color: rgba(255, 255, 255, 0.72);
  font-size: var(--text-xs);
  letter-spacing: var(--tracking-wider);
  text-transform: uppercase;
}

.text-flow p {
  margin-bottom: var(--space-md);
}

.track-record,
.works,
.why,
.plan,
.faq {
  background: var(--color-white);
}

.track-record {
  padding-block: 0;
  overflow: hidden;
}

.track-record-inner {
  display: grid;
  gap: 0;
}

.visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0 0 0 0);
  white-space: nowrap;
  border: 0;
}

.logo-marquee {
  width: 100%;
  overflow: hidden;
  border-block: var(--border-hairline);
  background: var(--color-white);
}

.logo-marquee-track {
  display: flex;
  width: max-content;
  animation: logo-scroll 24s linear infinite;
}

.logo-marquee .logo-item {
  display: grid;
  min-width: 152px;
  min-height: 72px;
  place-items: center;
  padding-inline: var(--space-md);
  font-weight: var(--font-weight-medium);
  text-align: center;
  text-transform: uppercase;
}

.logo-marquee img {
  display: block;
  width: auto;
  max-width: 132px;
  height: 42px;
  object-fit: contain;
}

.metric-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0;
  width: 100%;
  margin-inline: auto;
  border: 0;
  border-bottom: var(--border-hairline);
  background: var(--color-white);
}

.metric-grid--four {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.metric-grid div {
  display: grid;
  min-height: 118px;
  align-content: center;
  padding: 18px 12px;
  border-right: var(--border-hairline);
  border-bottom: var(--border-hairline);
  overflow: hidden;
}

.metric-grid div:nth-child(2n) {
  border-right: 0;
}

.metric-grid div:nth-last-child(-n + 2) {
  border-bottom: 0;
}

.metric-grid dt {
  margin-bottom: 6px;
  color: var(--color-plum);
  font-family: var(--font-display-en);
  font-size: 11px;
  font-weight: var(--font-weight-bold);
  line-height: var(--leading-tight);
  text-transform: uppercase;
}

.metric-grid dd {
  margin-left: 0;
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
  gap: 2px;
  font-size: clamp(26px, 7vw, 40px);
  font-weight: var(--font-weight-bold);
  line-height: 1.12;
  letter-spacing: var(--tracking-normal);
}

.metric-grid dd span {
  white-space: nowrap;
}

.metric-grid dd small {
  font-size: 0.72em;
  font-weight: var(--font-weight-medium);
  white-space: nowrap;
}

@keyframes logo-scroll {
  from {
    transform: translateX(0);
  }

  to {
    transform: translateX(-50%);
  }
}

.experience-section {
  color: var(--color-white);
  background: #111111;
}

.experience-section .section-header p:not(.section-kicker),
.experience-section .note {
  color: rgba(255, 255, 255, 0.74);
}

.experience-section .section-kicker,
.who .section-kicker,
.why .section-kicker,
.works .section-kicker,
.testimonials .section-kicker,
.guide .section-kicker,
.methodology .section-kicker,
.plan .section-kicker,
.contact .section-kicker,
.faq .section-kicker {
  color: var(--color-plum) !important;
  font-size: 11px !important;
}

.section-title,
.hero-copy,
.guide-name,
.who h3 {
  font-family: var(--font-ja);
  font-weight: var(--font-weight-bold);
}

.experience-section .section-header p:not(.section-kicker),
.section-header p:not(.section-kicker),
.text-flow,
.plain-list,
.image-card p,
.work-card p,
.principle-grid p,
.note,
.plan-diagram p,
.faq-answer {
  font-family: var(--font-ja);
  font-weight: var(--font-weight-regular);
}

.experience-section .section-title,
.who .section-title,
.contact .section-title {
  color: var(--color-white);
}

.image-slot {
  display: grid;
  aspect-ratio: 16 / 9;
  min-height: 0;
  place-items: center;
  overflow: hidden;
  background:
    linear-gradient(rgba(17, 17, 17, 0.72), rgba(17, 17, 17, 0.72)),
    var(--color-stone);
}

.image-slot img,
.slot-image {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.work-card .image-slot,
.testimonials .image-slot,
.guide .image-slot,
.methodology .diagram-placeholder {
  background:
    linear-gradient(rgba(17, 17, 17, 0.52), rgba(17, 17, 17, 0.52)),
    var(--color-fog);
}

.image-card h3,
.work-card h3,
.principle-grid h3 {
  margin-bottom: var(--space-sm);
  font-family: var(--font-display-en);
  font-size: clamp(32px, 6vw, 56px);
  font-weight: var(--font-weight-bold);
  line-height: 1;
  text-transform: uppercase;
}

.image-card p,
.work-card p,
.principle-grid p,
.note {
  margin-bottom: var(--space-sm);
}

.card-meta,
.principle-grid > article > span:not(.principle-icon) {
  color: var(--color-champagne);
  font-size: var(--text-xs);
  font-weight: var(--font-weight-semibold);
  letter-spacing: var(--tracking-wider);
}

.portrait-slot {
  aspect-ratio: 4 / 5;
  min-height: 480px;
}

.guide-name {
  margin-bottom: var(--space-lg);
  font-size: var(--text-xl);
  font-weight: var(--font-weight-medium);
}

.guide-name span {
  color: var(--color-muted);
  font-size: var(--text-base);
  font-weight: var(--font-weight-regular);
}

.guide-text {
  max-height: none;
}

.guide-layout {
  display: grid;
  gap: var(--space-lg);
  max-width: 920px;
  overflow: hidden;
}

.guide-layout > div {
  min-width: 0;
}

.guide-photo {
  width: min(100%, 520px);
  margin-inline: auto;
  margin-bottom: var(--space-lg);
}

.guide-card-strip {
  display: flex;
  gap: 12px;
  width: 100%;
  margin: var(--space-lg) auto var(--space-md);
  overflow-x: auto;
  overflow-y: hidden;
  max-width: 100%;
  padding-bottom: var(--space-sm);
  scroll-snap-type: x mandatory;
  scrollbar-width: thin;
  -webkit-overflow-scrolling: touch;
}

.guide-story-card {
  flex: 0 0 100%;
  width: 100%;
  max-width: 100%;
  box-sizing: border-box;
  min-height: 320px;
  padding: var(--space-lg);
  border: var(--border-hairline);
  background: var(--color-white);
  scroll-snap-align: start;
}

.card-index {
  display: inline-block;
  margin-bottom: var(--space-md);
  color: var(--color-plum);
  font-family: var(--font-display-en);
  font-size: var(--text-xs);
  font-weight: var(--font-weight-bold);
  letter-spacing: var(--tracking-wider);
}

.carousel-cue {
  display: flex;
  align-items: center;
  gap: 8px;
  width: 100%;
  max-width: 720px;
  margin-inline: auto;
  margin-top: calc(var(--space-md) * -1);
  color: var(--color-muted);
  font-family: var(--font-display-en);
  font-size: var(--text-xs);
  letter-spacing: var(--tracking-wider);
  text-transform: uppercase;
}

.carousel-cue span {
  display: grid;
  width: 26px;
  height: 26px;
  place-items: center;
  border: 1px solid var(--color-line);
  color: var(--color-muted);
}

.carousel-cue .is-active {
  border-color: var(--color-plum);
  color: var(--color-plum);
}

.carousel-cue b {
  margin-left: auto;
  color: var(--color-plum);
  font-weight: var(--font-weight-bold);
}

.guide-story-card h3,
.guide-profile h3,
.plan-diagram h3 {
  margin-bottom: var(--space-md);
  font-weight: var(--font-weight-bold);
  line-height: var(--leading-heading);
}

.guide-story-card p {
  margin-bottom: var(--space-sm);
  color: var(--color-ink);
}

.who-grid,
.principle-grid,
.step-list {
  display: grid;
  gap: var(--space-md);
}

.who-grid > div,
.not-for,
.principle-grid article,
.step-list li {
  padding: var(--space-lg);
  border: var(--border-hairline);
  background: rgba(255, 255, 255, 0.02);
}

.why .principle-grid article,
.plan .step-list li {
  background: var(--color-white);
}

.principle-grid article {
  display: grid;
  align-content: start;
  justify-items: center;
  gap: var(--space-sm);
  text-align: center;
}

.principle-icon {
  display: grid;
  width: 64px;
  height: 64px;
  place-items: center;
  border: 1px solid var(--color-champagne);
  color: var(--color-muted);
  background: var(--color-white);
  font-size: 10px;
  letter-spacing: var(--tracking-wider);
}

.principle-icon img {
  display: block;
  width: 42px;
  height: 42px;
  object-fit: contain;
}

@media (min-width: 768px) {
.works-grid,
  .principle-grid,
  .step-list,
  .who-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
.metric-grid div {
    min-height: 136px;
    padding: 24px;
  }
.metric-grid--four {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
.metric-grid--four div {
    border-right: var(--border-hairline);
    border-bottom: 0;
  }
.metric-grid--four div:last-child {
    border-right: 0;
  }
.metric-grid dt {
    font-size: 12px;
  }
.guide-card-strip {
    max-width: min(100%, 720px);
  }
}

@media (min-width: 1024px) {
/* 1fr は最小幅が auto のため、見出し(HOLISTIC / NETWORK / SCIENCE)が
     折り返せない幅になるとトラックがコンテナを超える。minmax(0, 1fr) で抑える。 */
  .principle-grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
.principle-grid--three {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

/* === HPL card image sizing repair 20260908 === */
.image-slot {
  box-sizing: border-box;
  width: 100%;
  margin: 0;
}

figure.image-slot {
  margin: 0;
}

.image-slot img,
.slot-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.experience-section .image-card h3 {
  font-size: clamp(30px, 3.4vw, 48px);
  line-height: 0.96;
}

@media (max-width: 767px) {
.experience-section .image-card h3 {
    font-size: clamp(30px, 8vw, 40px);
  }
}

/* === HPL card final fix 20260908 === */
.experience-section .card-grid,
.works .card-grid {
  align-items: stretch !important;
}

.experience-section .image-card,
.works .work-card {
  box-sizing: border-box !important;
  min-width: 0 !important;
  max-width: 100% !important;
  overflow: hidden !important;
}

.experience-section .image-slot,
.works .image-slot {
  display: block !important;
  box-sizing: border-box !important;
  width: 100% !important;
  max-width: 100% !important;
  aspect-ratio: 16 / 9 !important;
  margin: 0 !important;
  padding: 0 !important;
  overflow: hidden !important;
}

.experience-section figure.image-slot,
.works figure.image-slot {
  margin: 0 !important;
}

.experience-section .image-slot > img,
.experience-section img.slot-image,
.works .image-slot > img,
.works img.slot-image {
  display: block !important;
  width: 100% !important;
  max-width: none !important;
  height: 100% !important;
  max-height: none !important;
  object-fit: cover !important;
  object-position: center center !important;
}

.experience-section .image-slot > span,
.works .image-slot > span {
  display: grid !important;
  width: 100% !important;
  height: 100% !important;
  place-items: center !important;
}

.experience-section .card-body,
.works .card-body {
  min-width: 0 !important;
  max-width: 100% !important;
}

.experience-section .image-card h3,
.works .work-card h3 {
  max-width: 100% !important;
  overflow-wrap: anywhere !important;
  word-break: normal !important;
  hyphens: auto !important;
}

.experience-section .image-card h3 {
  font-size: clamp(28px, 2.25vw, 40px) !important;
  line-height: 1 !important;
}

@media (max-width: 767px) {
.experience-section .image-card h3 {
    font-size: clamp(28px, 7vw, 36px) !important;
  }
}

/* === HPL story section update 20260908 === */
.testimonials {
  background: var(--color-white);
}

.testimonials .section-header {
  max-width: 920px;
}

.testimonials .section-title {
  color: var(--color-charcoal);
}

.story-scroll {
  display: flex;
  gap: var(--space-md);
  width: 100%;
  max-width: 100%;
  overflow-x: auto;
  overflow-y: hidden;
  padding-bottom: var(--space-md);
  scroll-snap-type: x mandatory;
  scrollbar-width: thin;
  -webkit-overflow-scrolling: touch;
}

.story-card {
  flex: 0 0 min(82vw, 420px);
  margin: 0;
  overflow: hidden;
  border: var(--border-hairline);
  background: var(--color-charcoal);
  scroll-snap-align: start;
}

.story-card img {
  display: block;
  width: 100%;
  height: auto;
}

.story-cue {
  margin-top: 0;
}

@media (min-width: 768px) {
.story-scroll {
    gap: var(--space-lg);
  }
.story-card {
    flex-basis: min(42vw, 460px);
  }
}

@media (min-width: 1200px) {
.story-card {
    flex-basis: min(28vw, 440px);
  }
}

/* === HPL reflection final controls 20260908 === */
.carousel-cue {
  display: flex;
  align-items: center;
  gap: 8px;
}

.carousel-cue button {
  width: 30px;
  height: 30px;
  display: inline-grid;
  place-items: center;
  border: var(--border-hairline);
  background: transparent;
  color: var(--color-charcoal);
  font: 600 12px/1 var(--font-ui, var(--font-body));
  cursor: pointer;
  border-radius: 0;
}

.carousel-cue button.is-active,
.carousel-cue button:hover,
.carousel-cue button:focus-visible {
  border-color: var(--color-plum);
  color: var(--color-plum);
  outline: none;
}

.section-dark .carousel-cue button,
.experience-section .carousel-cue button {
  color: var(--color-white);
}

.section-dark .carousel-cue button.is-active,
.experience-section .carousel-cue button.is-active {
  color: var(--color-plum);
}

/* === HPL microfix spacing 20260908 === */
.section {
  padding-block: clamp(40px, 5vw, 72px);
}

.track-record {
  padding-block: 0 !important;
}

.works + .testimonials,
.testimonials,
.guide {
  padding-top: clamp(32px, 4.2vw, 56px);
}

.testimonials {
  padding-bottom: clamp(32px, 4.2vw, 56px);
}

.guide {
  padding-bottom: clamp(40px, 5vw, 64px);
}

.works .section-header {
  margin-bottom: var(--space-lg);
}

.works .section-header p:not(.section-kicker) {
  max-width: 880px;
  color: var(--color-muted);
}

/* === HPL story asset form update 20260908 === */
.contact .section-header p,
.contact .split-layout > div p {
  max-width: 680px;
}

/* === HPL asset sync 20260908 === */
.logo-marquee .logo-item img {
  filter: none !important;
  mix-blend-mode: normal !important;
}

/* === HPL works09 guide footer refinement 20260908 === */
.principle-icon {
  border-color: transparent !important;
  background: transparent;
}

.guide-layout {
  max-width: 1180px;
  align-items: start;
}

.guide-profile-column,
.guide-cards-column {
  min-width: 0;
}

.guide-photo {
  width: 100%;
  max-width: 560px;
  margin-inline: auto;
}

.guide-photo.portrait-slot,
.portrait-slot.guide-photo {
  min-height: 0;
}

.guide-cards-column .guide-card-strip {
  margin-top: 0;
}

@media (min-width: 1024px) {
.guide-layout {
    grid-template-columns: minmax(360px, 0.9fr) minmax(420px, 1.1fr);
    gap: clamp(40px, 5vw, 72px);
  }
.guide-profile-column {
    position: sticky;
    top: 96px;
  }
.guide-profile-column .section-title {
    max-width: 520px;
  }
.guide-cards-column {
    padding-top: clamp(70px, 7vw, 120px);
  }
.guide-cards-column .guide-card-strip,
  .guide-cards-column .carousel-cue {
    max-width: 100%;
  }
}

@media (min-width: 1024px) {
.container-wide {
    width: min(calc(100% - 128px), 1280px);
  }
.experience-section .section-header,
  .works .section-header {
    max-width: 860px;
  }
.guide-layout {
    grid-template-columns: minmax(360px, 520px) minmax(420px, 620px);
    justify-content: center;
    gap: clamp(48px, 5vw, 80px);
    max-width: 1220px;
    overflow: hidden;
  }
.guide-profile-column {
    position: static;
  }
.guide-photo {
    max-width: 520px;
  }
.guide-cards-column {
    min-width: 0;
    overflow: hidden;
    padding-top: clamp(92px, 8vw, 132px);
  }
.guide-cards-column .guide-card-strip {
    width: 100%;
    max-width: 100%;
    overflow-x: auto;
  }
.guide-cards-column .guide-story-card {
    flex-basis: 100%;
    min-width: 100%;
  }
}

@media (min-width: 1600px) {
.container-wide {
    width: min(calc(100% - 160px), 1280px);
  }
}

@media (min-width: 1024px) {
.logo-marquee .logo-item {
    min-width: 188px;
    min-height: 86px;
  }
.logo-marquee img {
    max-width: 152px;
    height: 52px;
  }
.metric-grid div {
    min-height: 150px;
    padding: 30px 36px;
  }
.metric-grid dt {
    font-size: 13px;
  }
.metric-grid dd {
    font-size: clamp(36px, 3.2vw, 52px);
  }
.container,
  .container-wide {
    width: min(calc(100% - clamp(96px, 10vw, 192px)), 1500px);
  }
.section {
    padding-block: clamp(72px, 7vw, 120px);
  }
.track-record {
    padding-block: 0 !important;
  }
.section-title {
    font-size: clamp(48px, 4.3vw, 78px);
  }
.section-header p:not(.section-kicker),
  .text-flow {
    font-size: clamp(18px, 1.25vw, 22px);
  }
.experience-section .section-header,
  .works .section-header {
    max-width: 1050px;
  }
.experience-section .image-card,
  .works .work-card {
    padding: clamp(22px, 2vw, 32px);
  }
.experience-section .image-card h3 {
    font-size: clamp(38px, 3.2vw, 64px) !important;
  }
.guide-layout {
    width: min(calc(100% - clamp(96px, 10vw, 192px)), 1320px);
    max-width: 1320px;
    grid-template-columns: minmax(420px, 560px) minmax(480px, 640px);
    gap: clamp(56px, 5vw, 96px);
    justify-content: center;
    overflow: hidden;
  }
.guide-photo {
    max-width: 560px;
  }
.guide-cards-column {
    overflow: hidden;
    padding-top: clamp(104px, 7vw, 144px);
  }
.guide-story-card {
    min-height: 520px;
  }
}

@media (min-width: 1800px) {
.hero-content,
  .container,
  .container-wide {
    width: min(calc(100% - 220px), 1560px);
  }
}

/* === HPL asset optimization marker 20260908-asset-optimized === */


/* === HPL guide image/card top alignment 20260908-guide-align === */
@media (min-width: 1024px) {
  .guide-profile-column {
    display: grid;
  }

  .guide-profile-column .section-title {
    margin-bottom: var(--space-lg);
  }

  .guide-cards-column {
    /*
      Align the first guide card top with the top of the portrait image
      after the left kicker + title block.
    */
    padding-top: clamp(235px, 14vw, 288px) !important;
  }
}

@media (min-width: 1800px) {
.guide-cards-column {
    padding-top: 288px !important;
  }
}

/* === HPL guide exact image/card top alignment 20260908-guide-align2 === */
@media (min-width: 1024px) {
  .guide-cards-column {
    padding-top: clamp(187px, calc(14vw - 48px), 240px) !important;
  }
}

@media (min-width: 1800px) {
.guide-cards-column {
    padding-top: 240px !important;
  }
}

/* === HPL guide full-width heading 20260908-guide-heading-full === */
.guide-heading {
  min-width: 0;
}

@media (min-width: 1024px) {
.guide-heading {
    grid-column: 1 / -1;
  }
.guide-heading .section-title {
    max-width: none;
    white-space: nowrap;
  }
.guide-profile-column {
    display: block;
  }
.guide-cards-column {
    padding-top: 0 !important;
  }
}

@media (max-width: 1023px) {
.guide-heading .section-title {
    white-space: normal;
  }
}

.plan > .container > p,
.plan > .container > ul {
  color: var(--color-ink);
  font-family: var(--font-ja);
  font-size: clamp(18px, 1.25vw, 22px);
  font-weight: var(--font-weight-regular);
  line-height: var(--leading-body);
}

.plan > .container > ul {
  margin-top: var(--space-md);
  padding-left: 1.3em;
}

.guide-profile {
  margin-top: var(--space-md);
  max-width: 560px;
}

.guide-profile h3 {
  margin-bottom: var(--space-sm);
  color: var(--color-ink);
  font-family: var(--font-display-en);
  font-size: 14px;
  font-weight: var(--font-weight-bold);
  letter-spacing: var(--tracking-wider);
  text-transform: uppercase;
}

.guide-profile p {
  color: var(--color-ink);
  font-size: var(--text-sm);
  line-height: 1.9;
}

.plan > .container > p,
.plan > .container > ul {
  color: var(--color-ink);
  font-family: var(--font-ja);
  font-size: clamp(18px, 1.25vw, 22px);
  font-weight: var(--font-weight-regular);
  line-height: var(--leading-body);
}

.plan > .container > ul {
  margin-top: var(--space-md);
  padding-left: 1.3em;
}

.guide-profile {
  margin-top: var(--space-md);
  max-width: 560px;
}

.guide-profile h3 {
  margin-bottom: var(--space-sm);
  color: var(--color-ink);
  font-family: var(--font-display-en);
  font-size: 14px;
  font-weight: var(--font-weight-bold);
  letter-spacing: var(--tracking-wider);
  text-transform: uppercase;
}

.guide-profile p {
  color: var(--color-ink);
  font-size: var(--text-sm);
  line-height: 1.9;
}

/* The Experience follow-up copy aligns to the same full content width as its cards. */
.experience-section .note {
  max-width: none;
}

.plan > .container > p,
.plan > .container > ul {
  color: var(--color-ink);
  font-family: var(--font-ja);
  font-size: clamp(18px, 1.25vw, 22px);
  font-weight: var(--font-weight-regular);
  line-height: var(--leading-body);
}

.plan > .container > ul {
  margin-top: var(--space-md);
  padding-left: 1.3em;
}

.guide-profile {
  margin-top: var(--space-md);
  max-width: 560px;
}

.guide-profile h3 {
  margin-bottom: var(--space-sm);
  color: var(--color-ink);
  font-family: var(--font-display-en);
  font-size: 14px;
  font-weight: var(--font-weight-bold);
  letter-spacing: var(--tracking-wider);
  text-transform: uppercase;
}

.guide-profile p {
  color: var(--color-ink);
  font-size: var(--text-sm);
  line-height: 1.9;
}

/* The Experience follow-up copy aligns to the same full content width as its cards. */
.experience-section .note {
  max-width: none;
}

.plan > .container > p,
.plan > .container > ul {
  color: var(--color-ink);
  font-family: var(--font-ja);
  font-size: clamp(18px, 1.25vw, 22px);
  font-weight: var(--font-weight-regular);
  line-height: var(--leading-body);
}

.plan > .container > ul {
  margin-top: var(--space-md);
  padding-left: 1.3em;
}

.guide-profile {
  margin-top: var(--space-md);
  max-width: 560px;
}

.guide-profile h3 {
  margin-bottom: var(--space-sm);
  color: var(--color-ink);
  font-family: var(--font-display-en);
  font-size: 14px;
  font-weight: var(--font-weight-bold);
  letter-spacing: var(--tracking-wider);
  text-transform: uppercase;
}

.guide-profile p {
  color: var(--color-ink);
  font-size: var(--text-sm);
  line-height: 1.9;
}

/* The Experience follow-up copy aligns to the same full content width as its cards. */
.experience-section .note {
  max-width: none;
}

.plan > .container > p,
.plan > .container > ul {
  color: var(--color-ink);
  font-family: var(--font-ja);
  font-size: clamp(18px, 1.25vw, 22px);
  font-weight: var(--font-weight-regular);
  line-height: var(--leading-body);
}

.plan > .container > ul {
  margin-top: var(--space-md);
  padding-left: 1.3em;
}

.guide-profile {
  margin-top: var(--space-md);
  max-width: 560px;
}

.guide-profile h3 {
  margin-bottom: var(--space-sm);
  color: var(--color-ink);
  font-family: var(--font-display-en);
  font-size: 14px;
  font-weight: var(--font-weight-bold);
  letter-spacing: var(--tracking-wider);
  text-transform: uppercase;
}

.guide-profile p {
  color: var(--color-ink);
  font-size: var(--text-sm);
  line-height: 1.9;
}

/* The Experience follow-up copy aligns to the same full content width as its cards. */
.experience-section .note {
  max-width: none;
}

.plan > .container > p,
.plan > .container > ul {
  color: var(--color-ink);
  font-family: var(--font-ja);
  font-size: clamp(18px, 1.25vw, 22px);
  font-weight: var(--font-weight-regular);
  line-height: var(--leading-body);
}

.plan > .container > ul {
  margin-top: var(--space-md);
  padding-left: 1.3em;
}

.guide-profile {
  margin-top: var(--space-md);
  max-width: 560px;
}

.guide-profile h3 {
  margin-bottom: var(--space-sm);
  color: var(--color-ink);
  font-family: var(--font-display-en);
  font-size: 14px;
  font-weight: var(--font-weight-bold);
  letter-spacing: var(--tracking-wider);
  text-transform: uppercase;
}

.guide-profile p {
  color: var(--color-ink);
  font-size: var(--text-sm);
  line-height: 1.9;
}

/* The Experience follow-up copy aligns to the same full content width as its cards. */
.experience-section .note {
  max-width: none;
}

/* === HPL guide heading spacing 20260917 ===
   トップ（/shin/）と同じく、GUIDEの見出し（HPL FOUNDER & SOURCE）と写真の間を詰める。
   見出しの下余白(16px)と、レイアウトの行間(スマホ32px / PC72px)が重なって間延びしていた。
   スマホでは同じ行間が「写真・プロフィール」と「カード」の間にも効くので、
   そちらは margin-top で16px＋16px＝32pxを保つ。
   共有ブロック（01_lp/_shared/blocks/guide.html）用。shared.css 経由でトップにも効く。 */
.guide .guide-heading .section-title {
  margin-bottom: 0;
}

.guide .guide-layout {
  row-gap: 16px;
}

.guide .guide-cards-column {
  margin-top: 16px;
}

@media (min-width: 1024px) {
/* PCでは見出しの下に「写真｜カード」が横並びになるので、行間は見出しの下だけに効く */
  .guide .guide-layout {
    row-gap: 24px;
  }
.guide .guide-cards-column {
    margin-top: 0;
  }
}
