/* 下半分は図解・編集記事・章立て・工程表で読み進める構成にする。 */
.pmh-story { --story-line: #b9bdb6; }
.pmh .pmh-story section { margin-bottom: 0; }
.pmh-story .pmh-evidence { background: #f2f0e9; padding: 68px 0; }
.pmh-story .pmh-section-head { align-items: end; gap: 36px; margin-bottom: 36px; }
.pmh-story .pmh-section-head h2 { font-size: clamp(30px,3.4vw,46px); }
.pmh-world { position: relative; margin: 0 0 34px; padding: 34px 38px 24px; background: #273344; color: #fff; display: grid; grid-template-columns: .85fr 1.3fr; align-items: center; overflow: hidden; }
.pmh-world-type { font-size: clamp(48px,6.8vw,96px); font-weight: 700; letter-spacing: -.07em; line-height: 1.02; z-index: 1; }
.pmh-world-type span { color: #c4ddbc; white-space: nowrap; font-size: .62em; }
.pmh-world svg { width: 100%; height: auto; overflow: visible; }
.pmh-world figcaption { grid-column: 1/-1; border-top: 1px solid #ffffff40; padding-top: 18px; font-size: 14px; letter-spacing: .04em; }
.pmh-world figcaption small { display: block; color: #bdc8d8; font-size: 10px; margin-top: 6px; }
.pmh-story .pmh-programs { background: #fffdf7; padding: 64px 0 0; }
.pmh-story .pmh-program { position: relative; padding: 38px 0 38px 136px; grid-template-columns: 1fr 1.05fr; gap: 46px; }
.pmh-story .pmh-number { position: absolute; top: 36px; left: 0; font-size: 90px; font-weight: 400; letter-spacing: -.07em; color: #abb7ca; }
.pmh-story .pmh-program:nth-of-type(2) .pmh-number { color: #c6aabd; }
.pmh-story .pmh-program:nth-of-type(3) .pmh-number { color: #a5bca9; }
.pmh-story .pmh-program h3 { font-size: 27px; }
.pmh-story .pmh-program-intro>p:not(.pmh-eyebrow) { font-size: 13px; }
.pmh-story .pmh-program-detail dl>div { margin-bottom: 16px; grid-template-columns: 112px 1fr; }
.pmh-story .pmh-program-detail dd { font-size: 12px; }
.pmh-story .pmh-example { background: none; border: 0; border-top: 1px dashed #aab2a5; padding: 16px 0 0; }
.pmh-story .pmh-example p { font-size: 13px; }
.pmh-story .pmh-section { padding-block: 64px; }
.pmh-story .pmh-design { padding: 64px 0; background: #283445; }
.pmh-story .pmh-design-grid { grid-template-columns: 1.15fr 1fr; gap: 64px; }
.pmh-story .pmh-design h2 { font-size: clamp(32px,3.6vw,50px); }
.pmh-story .pmh-design article { padding-left: 42px; }
.pmh-story .pmh-design article>span { font-size: 26px; color: #b4c9ad; }
.pmh-story .pmh-flow { display: grid; grid-template-columns: repeat(4,1fr); gap: 24px; margin-bottom: 46px; }
.pmh-story .pmh-flow li { padding-top: 16px; }
.pmh-story .pmh-faq { display: grid; grid-template-columns: .7fr 1.5fr; column-gap: 50px; max-width: none; margin: 0; padding-top: 28px; border-top: 1px solid var(--story-line); }
.pmh-story .pmh-faq>h3 { grid-column: 1; grid-row: 1/7; font-size: 24px; }
.pmh-story .pmh-faq details { grid-column: 2; }
.pmh-story .pmh-faq details:first-of-type { border-top: 0; }
.pmh-story .pmh-faq summary { padding-block: 18px; font-size: 13px; }
.pmh-story .pmh-cta { background: #29367b; padding: 68px 0 52px; }
.pmh-story .pmh-cta-grid { grid-template-columns: 1.3fr 1fr; gap: 48px; align-items: end; }
.pmh-story .pmh-cta h2 { font-size: clamp(40px,4.8vw,66px); line-height: 1.35; }
.pmh-story .pmh-consult { padding: 0; border: 0; background: none; }
.pmh-story .pmh-consult h3 { font-size: 22px; }
.pmh-story .pmh-consult .pmh-button { min-height: 84px; margin-top: 26px; }
.pmh-story .pmh-consult .pmh-text-link { width: 100%; margin-top: 24px; }
@media(max-width:1100px) {
  .pmh-story .pmh-program { padding-left: 90px; gap: 28px; }
  .pmh-story .pmh-number { font-size: 65px; }
  .pmh-story .pmh-program-detail dl>div { grid-template-columns: 1fr; gap: 4px; }
}
@media(max-width:850px) {
  .pmh-story .pmh-section-head { align-items: start; gap: 20px; }
  .pmh-world { padding: 24px; grid-template-columns: 1fr 1.2fr; }
  .pmh-world-type { font-size: 56px; }
  .pmh-story .pmh-program { padding-left: 0; grid-template-columns: 1fr; gap: 24px; }
  .pmh-story .pmh-number { position: static; float: left; margin-right: 20px; font-size: 56px; }
  .pmh-story .pmh-program-intro h3 { clear: both; }
  .pmh-story .pmh-program-detail dl>div { grid-template-columns: 120px 1fr; }
  .pmh-story .pmh-design-grid,.pmh-story .pmh-cta-grid { grid-template-columns: 1fr; gap: 30px; }
  .pmh-story .pmh-cta h2 br:last-of-type { display: none; }
  .pmh-story .pmh-flow { grid-template-columns: 1fr 1fr; }
}
@media(max-width:600px) {
  .pmh-story .pmh-evidence,.pmh-story .pmh-design,.pmh-story .pmh-cta { padding-block: 42px; }
  .pmh-story .pmh-section { padding-block: 42px; }
  .pmh-story .pmh-section-head h2 { font-size: 29px; }
  .pmh-world { grid-template-columns: 1fr; padding: 24px 18px 20px; }
  .pmh-world-type { font-size: 64px; }
  .pmh-world svg { margin: 8px 0; }
  .pmh-world figcaption { font-size: 12px; }
  .pmh-story .pmh-programs { padding-top: 42px; }
  .pmh-story .pmh-program { padding-block: 28px; }
  .pmh-story .pmh-program h3 { font-size: 25px; }
  .pmh-story .pmh-program-detail dl>div { grid-template-columns: 1fr; }
  .pmh-story .pmh-faq { display: block; padding-top: 22px; }
  .pmh-story .pmh-faq>h3 { margin-bottom: 18px; }
  .pmh-story .pmh-cta h2 { font-size: 40px; }
}

/* モノクロの仕事風景を主役に、地域の学びと仕事のつながりを表現する。 */
.pmh-story .pmh-evidence-heading { align-items: center; margin-bottom: 32px; }
.pmh-story .pmh-evidence-heading h2 { font-size: clamp(32px,3.9vw,52px); line-height: 1.4; }
.pmh-evidence-heading h2 em { color: #3b5573; font-style: normal; }
.pmh-evidence-intro { border-left: 1px solid #b4bdaf; padding-left: 28px; }
.pmh-evidence-intro>span { color: #3b5573; font-size: 10px; font-weight: 700; letter-spacing: .12em; }
.pmh .pmh-evidence-intro p { font-size: 13px; margin: 14px 0 0; line-height: 2; }
.pmh-world--editorial { grid-template-columns: .32fr .68fr; padding: 0; margin: 0 0 36px; background: #273344; align-items: stretch; overflow: hidden; }
.pmh-world-copy { padding: 34px 26px 28px; display: flex; flex-direction: column; justify-content: center; }
.pmh-world-kicker { display: block; color: #c2d4b9; font-size: 10px; line-height: 1.8; letter-spacing: .1em; }
.pmh .pmh-world-copy>p { font-size: clamp(24px,2.6vw,35px); line-height: 1.7; font-weight: 700; letter-spacing: -.055em; margin: 28px 0; }
.pmh-world-copy em { color: #c2d4b9; }
.pmh-world-origin { display: flex; align-items: center; gap: 16px; }
.pmh-world-origin>span { font-size: 36px; font-weight: 400; color: #c2d4b9; line-height: 1; }
.pmh-world-origin>small { color: #c7d0de; font-size: 9px; letter-spacing: .12em; line-height: 1.7; }
.pmh-world-art { position: relative; align-self: stretch; background: #ece8df; min-width: 0; }
.pmh-world-art img { display: block; width: 100%; height: 100%; aspect-ratio: 3 / 2; object-fit: cover; }
.pmh-world-artnote { position: absolute; right: 12px; bottom: 12px; padding: 4px 8px; background: #f2f0e9eb; color: #384556; font-size: 9px; }
.pmh-world--editorial figcaption { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); grid-column: 1/-1; padding: 0; background: #344253; border-top: 1px solid #ffffff30; }
.pmh-world--editorial figcaption>a { position: relative; display: flex; flex-direction: column; padding: 22px 26px; text-decoration: none; letter-spacing: 0; transition: background .2s; }
.pmh-world--editorial figcaption>a+a { border-left: 1px solid #ffffff30; }
.pmh-world--editorial figcaption>a>span { color: #c2d4b9; font-size: 9px; letter-spacing: .12em; margin-bottom: 10px; }
.pmh-world--editorial figcaption strong { font-size: 19px; font-weight: 700; padding-right: 20px; }
.pmh-world--editorial figcaption small { font-size: 10px; color: #d5dce5; margin-top: 6px; line-height: 1.8; }
.pmh-world--editorial figcaption b { position: absolute; right: 22px; top: 46px; font-size: 22px; font-weight: 400; color: #c2d4b9; }
.pmh-world--editorial figcaption>a:hover { background: #415268; }
.pmh-world--editorial figcaption>a:focus-visible { outline-color: #c2d4b9; outline-offset: -4px; }
@media(max-width:1000px) {
  .pmh-world--editorial { grid-template-columns: .35fr .65fr; }
  .pmh-world-copy { padding: 24px 20px; }
  .pmh .pmh-world-copy>p { font-size: 26px; margin: 20px 0; }
  .pmh-world--editorial figcaption>a { padding: 18px 20px; }
  .pmh-world--editorial figcaption strong { font-size: 17px; }
  .pmh-world--editorial figcaption b { right: 15px; }
}
@media(max-width:700px) {
  .pmh-story .pmh-evidence-heading { align-items: stretch; gap: 20px; }
  .pmh-story .pmh-evidence-heading h2 { font-size: clamp(26px,7.5vw,42px); }
  .pmh-evidence-intro { padding-left: 16px; }
  .pmh .pmh-evidence-intro p { font-size: 12px; margin-top: 8px; }
  .pmh-world--editorial { grid-template-columns: 1fr; padding: 0; }
  .pmh-world-copy { position: relative; display: block; padding: 24px; text-align: left; }
  .pmh-world-kicker { grid-column: 1; font-size: 9px; }
  .pmh .pmh-world-copy>p { font-size: 24px; margin: 16px 0 0; line-height: 1.6; }
  .pmh-world-origin { position: absolute; right: 24px; bottom: 24px; }
  .pmh-world-origin>small { display: none; }
  .pmh-world-art img { height: auto; object-fit: contain; }
  .pmh-world--editorial figcaption { grid-template-columns: 1fr; }
  .pmh-world--editorial figcaption>a { display: grid; grid-template-columns: 72px 1fr; column-gap: 14px; padding: 16px 22px; }
  .pmh-world--editorial figcaption>a+a { border-left: 0; border-top: 1px solid #ffffff30; }
  .pmh-world--editorial figcaption>a>span { grid-column: 1; grid-row: 1/3; margin: 0; padding-top: 4px; font-size: 8px; }
  .pmh-world--editorial figcaption strong { grid-column: 2; font-size: 17px; }
  .pmh-world--editorial figcaption small { grid-column: 2; font-size: 10px; margin-top: 3px; }
  .pmh-world--editorial figcaption b { right: 14px; top: 22px; font-size: 18px; }
}

@media(max-width:360px) {
  .pmh-world--editorial figcaption>a { display: flex; }
  .pmh-world--editorial figcaption>a>span { padding: 0; margin-bottom: 8px; }
  .pmh-world--editorial figcaption b { top: 38px; }
}

/* 市場動向と海外事例を、育成への示唆までつながる誌面として構成する。 */
.pmh-insights { margin-top: 42px; }
.pmh-insights-heading { display: flex; justify-content: space-between; align-items: center; gap: 16px; padding-bottom: 18px; border-bottom: 2px solid #273344; }
.pmh-insights-heading>span { font-size: 11px; font-weight: 700; letter-spacing: .16em; color: #3b5573; }
.pmh .pmh-insights-heading>p { font-size: 12px; font-weight: 700; margin: 0; }
.pmh-signal { display: grid; grid-template-columns: .78fr 1.22fr; gap: 48px; padding: 30px 0 36px; }
.pmh-signal-visual { position: relative; display: flex; flex-direction: column; justify-content: space-between; background: #dfe5e8; padding: 24px 28px; color: #304a64; }
.pmh-signal-visual>span { font-size: 9px; font-weight: 700; letter-spacing: .14em; }
.pmh .pmh-signal-visual>p { position: relative; margin: 14px 0 18px; font-size: clamp(70px,7.2vw,104px); font-weight: 700; line-height: .95; letter-spacing: -.055em; }
.pmh-signal-visual>p>span { display: block; font-size: clamp(23px,2.4vw,34px); line-height: 1.3; letter-spacing: -.025em; margin-top: 6px; }
.pmh-signal-visual i { position: absolute; right: 0; top: 10px; font-size: 62px; font-style: normal; font-weight: 400; color: #789293; }
.pmh-signal-visual>small { display: block; border-top: 1px solid #304a6433; padding-top: 12px; font-size: 10px; line-height: 1.8; }
.pmh-signal-visual>small>b { font-weight: 400; }
.pmh-signal-body { align-self: center; }
.pmh-insight-kicker { display: block; color: #526b77; font-size: 11px; font-weight: 700; margin-bottom: 12px; }
.pmh .pmh-signal-body h3 { font-size: clamp(24px,2.5vw,32px); line-height: 1.5; margin: 0 0 16px; }
.pmh .pmh-signal-body>p,.pmh .pmh-fieldnote-body>p { font-size: 13px; line-height: 2; margin: 0 0 20px; }
.pmh .pmh-insight-source { display: flex; align-items: center; justify-content: space-between; gap: 20px; width: fit-content; max-width: 100%; padding: 10px 0; border-bottom: 1px solid #8c9698; font-size: 11px; font-weight: 700; text-decoration: none; }
.pmh-insight-source small { font-size: 10px; font-weight: 400; margin-left: 14px; }
.pmh-insight-source>b { display: grid; place-items: center; flex-shrink: 0; width: 26px; height: 26px; border: 1px solid #b5bfbd; border-radius: 50%; color: #435e64; font-size: 16px; font-weight: 400; }
.pmh-insight-source:hover { color: #315771; border-color: #315771; }
.pmh-insight-source:hover>b { background: #304a64; color: #fff; border-color: #304a64; }
.pmh-insight-note { display: block; margin-top: 12px; color: #5b6470; font-size: 10px; line-height: 1.8; }
.pmh-fieldnote { --case-ink: #3d5770; --case-wash: #e2e7e9; padding: 22px 0 28px; border-top: 2px solid var(--case-ink); }
.pmh-fieldnote--team { --case-ink: #526b58; --case-wash: #e3e8df; }
.pmh-fieldnote:last-child { border-bottom: 1px solid #aeb8b6; }
.pmh-fieldnote-header { display: flex; align-items: center; gap: 16px; margin-bottom: 20px; color: var(--case-ink); }
.pmh-fieldnote-number { font-size: 52px; font-weight: 400; line-height: 1; letter-spacing: -.075em; }
.pmh-fieldnote-header>span:nth-child(2) { font-size: 10px; font-weight: 700; line-height: 1.8; letter-spacing: .13em; }
.pmh-fieldnote-header small { display: block; color: #637074; font-size: 9px; font-weight: 400; letter-spacing: .1em; }
.pmh-fieldnote-type { font-size: 11px; margin-left: auto; border-left: 1px solid #aeb8b6; padding-left: 20px; }
.pmh-fieldnote-main { display: grid; grid-template-columns: .88fr 1fr 1.23fr; gap: 24px; align-items: stretch; }
.pmh .pmh-fieldnote-title h3 { font-size: clamp(24px,2.2vw,30px); line-height: 1.5; margin: 0 0 20px; }
.pmh-fieldnote-title em { color: var(--case-ink); }
.pmh .pmh-fieldnote-title>p { font-size: 15px; font-weight: 700; margin: 0 0 12px; letter-spacing: .015em; }
.pmh-fieldnote-title>p small { display: block; font-size: 10px; font-weight: 400; color: #637074; margin-top: 3px; }
.pmh-fieldnote-body { display: flex; flex-direction: column; padding-top: 0; }
.pmh .pmh-fieldnote-body>p { margin-bottom: 0; }
.pmh-fieldnote-learning { flex: 1; display: flex; flex-direction: column; justify-content: center; padding: 16px; margin-top: 16px; background: var(--case-wash); }
.pmh-fieldnote-learning>span { font-size: 10px; color: var(--case-ink); font-weight: 700; }
.pmh .pmh-skill-equation { display: flex; align-items: center; flex-wrap: wrap; gap: 9px; margin: 12px 0; font-size: 18px; font-weight: 700; color: var(--case-ink); }
.pmh-skill-equation>b { background: linear-gradient(transparent 70%,#ffffff8c 70%); }
.pmh-skill-equation>i { font-size: 16px; font-weight: 400; font-style: normal; color: #7f9187; }
.pmh .pmh-fieldnote-learning>p:last-child { font-size: 12px; line-height: 1.9; margin: 0; }
@media(max-width:1000px) {
  .pmh-signal { grid-template-columns: .9fr 1.1fr; gap: 30px; }
  .pmh-signal-visual { padding: 22px; }
  .pmh .pmh-skill-equation { font-size: 17px; gap: 8px; }
}
@media(max-width:700px) {
  .pmh-insights { margin-top: 32px; }
  .pmh-insights-heading { flex-wrap: wrap; gap: 6px; padding-bottom: 14px; }
  .pmh-insights-heading>span { font-size: 10px; }
  .pmh .pmh-insights-heading>p { font-size: 11px; }
  .pmh-signal,.pmh-fieldnote-main { grid-template-columns: 1fr; gap: 24px; }
  .pmh-signal { padding-block: 24px 30px; }
  .pmh-signal-visual { min-height: 0; padding: 22px; }
  .pmh .pmh-signal-visual>p { font-size: 76px; margin: 14px 0; }
  .pmh-signal-visual>p>span { font-size: 27px; }
  .pmh-signal-visual i { font-size: 56px; }
  .pmh .pmh-signal-body h3,.pmh .pmh-fieldnote-title h3 { font-size: clamp(24px,6.5vw,30px); }
  .pmh-fieldnote { padding: 24px 0 30px; }
  .pmh-fieldnote-header { gap: 16px; margin-bottom: 20px; flex-wrap: wrap; }
  .pmh-fieldnote-number { font-size: 52px; }
  .pmh-fieldnote-type { width: 100%; margin-left: 0; padding-left: 0; border-left: 0; font-size: 10px; }
  .pmh .pmh-fieldnote-title h3 { margin-bottom: 16px; }
  .pmh-fieldnote-body { display: block; padding: 0; grid-column: auto; }
  .pmh .pmh-skill-equation { font-size: clamp(16px,4.4vw,20px); gap: 8px; }
  .pmh-insight-source small { display: block; margin: 2px 0 0; }
}

/* 事例の中心に概念図を置き、経験・AI・顧客と協働の関係を見せる。 */
.pmh-fieldnote-visual { display: flex; flex-direction: column; justify-content: space-between; min-width: 0; margin: 0; padding: 16px; background: #273b50; color: #e3eced; text-align: left; }
.pmh-fieldnote--team .pmh-fieldnote-visual { background: #344b40; color: #e3eddf; }
.pmh-visual-label { display: block; font-size: 9px; letter-spacing: .11em; font-weight: 700; }
.pmh-fieldnote-visual svg { display: block; width: 100%; height: 164px; margin: 6px 0; }
.pmh-fieldnote-visual figcaption { border-top: 1px solid #ffffff30; padding-top: 12px; }
.pmh-fieldnote-visual small { display: block; font-size: 9px; color: #c4d3d4; margin-bottom: 4px; }
.pmh-fieldnote-visual strong { display: block; font-size: 13px; line-height: 1.7; }
@media(min-width:701px) and (max-width:1100px) {
  .pmh-fieldnote-main { grid-template-columns: .9fr 1.1fr; gap: 24px 30px; }
  .pmh-fieldnote-body { grid-column: 1/-1; display: grid; grid-template-columns: .9fr 1.1fr; gap: 30px; }
  .pmh .pmh-fieldnote-body>p { margin: 0; }
  .pmh-fieldnote-learning { margin: 0; padding: 16px; }
  .pmh-fieldnote-visual { padding: 16px; }
  .pmh-fieldnote-visual strong { font-size: 13px; }
}
@media(max-width:700px) {
  .pmh-fieldnote-main { gap: 20px; }
  .pmh-fieldnote-visual { padding: 20px; }
  .pmh-fieldnote-visual svg { max-width: 360px; margin-inline: auto; }
  .pmh-fieldnote-learning { margin-top: 20px; }
}

.pmh .pmh-fieldnote-program { display: flex; align-items: center; justify-content: space-between; gap: 16px; width: fit-content; max-width: 100%; min-height: 44px; margin-top: 14px; border-bottom: 1px solid var(--case-ink); color: var(--case-ink); font-size: 12px; font-weight: 700; }
.pmh-fieldnote-program>span { font-size: 20px; }
.pmh-fieldnote-program:hover { text-decoration: underline; text-underline-offset: 4px; }

/* 学習の先にある制作物を主役にした、３つのカリキュラムと作品紹介。 */
.pmh-story .pmh-programs--studio { padding: 42px 0 0; background: #fffdf7; }
.pmh-story .pmh-program-heading { display: grid; grid-template-columns: 1fr 1fr; align-items: end; gap: 30px; margin-bottom: 24px; }
.pmh-program-heading .pmh-eyebrow { margin-bottom: 10px; font-size: 10px; letter-spacing: .1em; color: #63557c; }
.pmh-story .pmh-program-heading h2 { font-size: clamp(36px,3.8vw,50px); font-weight: 900; line-height: 1.18; }
.pmh-program-heading h2 span { color: #6544d8; }
.pmh .pmh-program-heading-note>p { font-size: 12px; line-height: 1.9; margin: 0 0 10px; color: #57545e; }
.pmh-program-heading-note>p>span { display: block; }
.pmh-program-heading-note>a { display: flex; justify-content: space-between; align-items: center; gap: 24px; width: fit-content; min-height: 44px; border-bottom: 1px solid #292a35; font-size: 12px; font-weight: 700; }
.pmh-program-heading-note>a span { font-size: 20px; }
.pmh-program-heading-note>small { display: block; font-size: 9px; color: #68646e; margin-top: 7px; }
.pmh-skill-deck { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); align-items: start; gap: 18px; }
.pmh-skill-card { --skill-paper: #6346d9; --skill-light: #eae2ff; --skill-ink: #fff9ee; --skill-rule: #ffffff38; --skill-copy: #422b88; background: var(--skill-paper); color: var(--skill-ink); min-width: 0; border-radius: 12px; scroll-margin-top: 165px; }
.pmh-skill-card--citizen { --skill-paper: #ffbea5; --skill-light: #fff0dc; --skill-ink: #633522; --skill-rule: #63352238; --skill-copy: #633522; }
.pmh-skill-card--work { --skill-paper: #d0ed8b; --skill-light: #f0f7dc; --skill-ink: #2d4830; --skill-rule: #2d483038; --skill-copy: #2d4830; }
.pmh-skill-card:target { outline: 2px solid var(--skill-paper); outline-offset: 4px; }
.pmh-skill-poster { padding: 16px 22px 0; }
.pmh-skill-edition { display: flex; align-items: center; gap: 8px; margin-bottom: 10px; }
.pmh-skill-edition>span { font-size: 24px; font-weight: 700; line-height: 1; letter-spacing: -.065em; }
.pmh-skill-edition>small { font-size: 7px; font-weight: 700; letter-spacing: .06em; }
.pmh-skill-edition>b { margin-left: auto; font-size: 8px; border: 1px solid var(--skill-rule); border-radius: 20px; padding: 2px 7px; white-space: nowrap; }
.pmh .pmh-skill-identity h3 { margin: 0; line-height: 1.1; }
.pmh-skill-identity h3>span { display: block; font-size: 10px; letter-spacing: .015em; margin-bottom: 6px; }
.pmh-skill-identity h3>strong { display: block; font-size: clamp(36px,3.8vw,48px); font-weight: 900; letter-spacing: -.075em; white-space: nowrap; }
.pmh .pmh-skill-promise { font-size: 11px; font-weight: 700; margin: 10px 0 13px; line-height: 1.8; text-wrap: balance; }
.pmh-work-preview { height: 130px; position: relative; margin: 0 0 13px; }
.pmh-mini-site { position: absolute; inset: 0 5px; background: #f5eddd; color: #3e3a27; box-shadow: 0 8px 15px #25184235; transform: rotate(-2deg); border-radius: 5px; overflow: hidden; }
.pmh-mini-chrome { display: flex; align-items: center; gap: 7px; height: 18px; padding: 0 8px; background: #fdfbf4; font-size: 6px; color: #716b61; }
.pmh-mini-chrome i { width: 3px; height: 3px; border-radius: 50%; background: #bdafa0; box-shadow: 5px 0 #bdafa0,10px 0 #bdafa0; margin-right: 10px; }
.pmh-mini-site-page { display: grid; grid-template-columns: .85fr 1.15fr; height: 112px; }
.pmh-mini-site-page>div { padding: 12px; }
.pmh-mini-site-page small { display: block; font-family: Georgia,serif; font-size: 10px; letter-spacing: .03em; }
.pmh-mini-site-page strong { display: block; font-family: "Hiragino Mincho ProN",serif; font-size: 20px; line-height: 1.3; margin: 8px 0; }
.pmh-mini-site-page span { display: block; font-size: 5px; letter-spacing: .1em; }
.pmh-mini-site-page img { width: 100%; height: 112px; object-fit: cover; }
.pmh-mini-proposal { position: absolute; inset: 0 8px; padding: 13px 18px; background: #fff9ef; color: #443b33; box-shadow: 0 8px 15px #78452b25; transform: rotate(2deg); border-radius: 3px; }
.pmh-mini-proposal>span,.pmh-mini-board>span { display: flex; justify-content: space-between; font-size: 6px; letter-spacing: .08em; font-weight: 700; }
.pmh-mini-proposal small,.pmh-mini-board>span small { font-size: 6px; font-weight: 400; letter-spacing: 0; }
.pmh-mini-proposal>strong { display: block; margin: 8px 0; font-size: 18px; line-height: 1.4; letter-spacing: -.035em; }
.pmh-mini-proposal>div { border-top: 1px solid #dfd3c9; padding-top: 4px; margin-top: 4px; font-size: 7px; }
.pmh-mini-proposal>div b { color: #b9663c; margin-right: 8px; }
.pmh-mini-proposal>i { position: absolute; right: 17px; top: 36px; font-style: normal; font-size: 38px; color: #c87652; }
.pmh-mini-board { position: absolute; inset: 0 3px; padding: 14px; color: #334334; background: #f8fbee; box-shadow: 0 8px 15px #38582925; border-radius: 5px; transform: rotate(-1deg); }
.pmh-mini-board-columns { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); gap: 7px; margin-top: 10px; }
.pmh-mini-board-columns>div>b { display: block; font-size: 7px; margin-bottom: 5px; }
.pmh-mini-board-columns>div>span { display: block; background: #e6dffc; border-top: 2px solid #9c86d2; padding: 7px 5px; font-size: 8px; font-weight: 700; white-space: nowrap; }
.pmh-mini-board-columns>div:nth-child(2)>span { background: #fbe2ce; border-color: #d89b6f; }
.pmh-mini-board-columns>div:nth-child(3)>span { background: #e0edc3; border-color: #90af68; }
.pmh-mini-board-columns small { display: block; font-size: 5px; margin-top: 8px; letter-spacing: .05em; font-weight: 400; }
.pmh .pmh-mini-board>p { margin: 10px 0 0; font-size: 6px; color: #647b64; }
.pmh-skill-takeaway { border-top: 1px solid var(--skill-rule); padding-top: 9px; }
.pmh-skill-takeaway>span { display: block; font-size: 8px; margin-bottom: 3px; }
.pmh-skill-takeaway>strong { display: block; font-size: 11px; line-height: 1.8; }
.pmh-skill-details>summary { list-style: none; display: flex; align-items: center; justify-content: space-between; gap: 10px; min-height: 49px; padding: 10px 22px; font-size: 10px; font-weight: 700; cursor: pointer; border-radius: 0 0 12px 12px; transition: background .18s; }
.pmh-skill-details>summary::-webkit-details-marker,.pmh-demo-menu>summary::-webkit-details-marker { display: none; }
/* 記号を２本の線で描き、開閉前後とも円の中央に揃える。 */
.pmh-skill-details>summary>b { position: relative; display: block; flex-shrink: 0; width: 26px; height: 26px; border-radius: 50%; background: var(--skill-ink); color: var(--skill-paper); transition: transform .18s; }
.pmh-skill-details>summary>b::before,.pmh-skill-details>summary>b::after { content: ''; position: absolute; top: 50%; left: 50%; width: 12px; height: 1.5px; background: currentColor; transform: translate(-50%,-50%); }
.pmh-skill-details>summary>b::after { transform: translate(-50%,-50%) rotate(90deg); }
.pmh-skill-details>summary:hover { background: #ffffff16; }
.pmh-skill-details[open]>summary { border-bottom: 1px solid var(--skill-rule); border-radius: 0; }
.pmh-skill-details[open]>summary>b { transform: rotate(45deg); }
.pmh-skill-content { padding: 22px; background: #fffdf7; border: 1px solid var(--skill-paper); border-top: 0; border-radius: 0 0 12px 12px; color: #292b35; }
.pmh .pmh-skill-content h4 { font-size: 19px; line-height: 1.6; margin: 0 0 14px; padding: 0; border: 0; background: none; color: var(--skill-copy); }
.pmh .pmh-skill-content>p { font-size: 12px; line-height: 2; margin: 0 0 22px; }
.pmh-skill-content dl { margin: 0; }
.pmh-skill-content dl>div { border-top: 1px solid #dad8d0; padding: 12px 0; }
.pmh-skill-content dt { font-size: 12px; font-weight: 700; color: var(--skill-copy); margin-bottom: 5px; }
.pmh-skill-content dd { margin: 0; font-size: 12px; line-height: 1.9; }
.pmh-skill-exercise { padding: 16px; margin-top: 8px; background: var(--skill-light); }
.pmh-skill-exercise>span { display: block; color: var(--skill-copy); font-size: 10px; font-weight: 700; }
.pmh .pmh-skill-exercise>p { font-size: 12px; line-height: 1.9; margin: 6px 0 16px; }
.pmh-skill-exercise>strong { display: block; font-size: 11px; line-height: 1.9; margin-top: 6px; }
.pmh .pmh-skill-contact { display: flex; align-items: center; justify-content: space-between; gap: 10px; min-height: 48px; border-bottom: 1px solid var(--skill-copy); margin-top: 16px; font-size: 11px; font-weight: 700; color: var(--skill-copy); }
.pmh-skill-contact:hover,.pmh-program-heading-note>a:hover { text-decoration: underline; text-underline-offset: 4px; }
.pmh-skill-sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip-path: inset(50%); white-space: nowrap; border: 0; }
.pmh .pmh-program-connection { display: flex; align-items: center; gap: 12px; margin: 20px 0 0; font-size: 8px; letter-spacing: .08em; color: #746780; }
.pmh-program-connection>b { color: #927cb1; font-weight: 400; }
.pmh-program-connection>strong { margin-left: auto; font-size: 10px; letter-spacing: 0; color: #4f4856; }

/* 実際に読めるWebサイトの制作例を、チームでつくる仕事の到達イメージにする。 */
.pmh-collab-guide { display: grid; grid-template-columns: .85fr 1.15fr; gap: 36px; margin: 34px 0 42px; padding: 42px; background: #182a25; color: #fff8ea; border-radius: 16px; }
.pmh-collab-intro { align-self: center; }
.pmh-collab-kicker { display: flex; align-items: center; gap: 8px; font-size: 9px; letter-spacing: .09em; color: #bdd397; margin-bottom: 20px; }
.pmh-collab-kicker i { width: 7px; height: 7px; border-radius: 50%; background: #d0ed8b; }
.pmh .pmh-collab-intro h3 { font-size: clamp(32px,3.25vw,44px); font-weight: 900; line-height: 1.35; margin: 0 0 22px; letter-spacing: -.055em; }
.pmh-collab-intro h3 em { color: #d0ed8b; }
.pmh .pmh-collab-intro>p { font-size: 12px; line-height: 2.1; margin: 0 0 22px; color: #d4ddd0; }
.pmh-collab-roles { display: flex; list-style: none!important; gap: 22px; padding: 0!important; margin: 0 0 22px; }
.pmh-collab-roles>li { border-top: 2px solid #b4a1eb; padding-top: 7px; }
.pmh-collab-roles>li:nth-child(2) { border-color: #ffbea5; }
.pmh-collab-roles>li:nth-child(3) { border-color: #d0ed8b; }
.pmh-collab-roles span { font-size: 8px; color: #abbca6; margin-right: 5px; }
.pmh-collab-roles strong { font-size: 11px; }
.pmh-collab-roles small { display: block; font-size: 9px; color: #c1cdbc; margin-top: 4px; }
.pmh .pmh-collab-link { display: flex; align-items: center; justify-content: space-between; min-height: 48px; gap: 24px; width: fit-content; max-width: 100%; padding: 11px 18px; background: #d0ed8b; color: #243b2b; border-radius: 30px; font-size: 12px; font-weight: 700; }
.pmh-collab-link:hover { background: #e5ffae; }
.pmh-collab-link>span { font-size: 22px; }
.pmh-project-preview { min-width: 0; margin: 0; align-self: center; }
.pmh-project-label { display: flex; align-items: center; justify-content: space-between; gap: 12px; margin-bottom: 15px; }
.pmh-project-label>span { font-size: 7px; color: #b4c6af; letter-spacing: .1em; }
.pmh-project-label>b { font-size: 9px; padding: 5px 12px; border-radius: 18px; color: #25382b; background: #d0ed8b; transform: rotate(4deg); white-space: nowrap; }
.pmh-demo-browser { border-radius: 8px; background: #f2eadb; box-shadow: 0 20px 35px #06130f60; transform: rotate(1.5deg); overflow: hidden; color: #403c2d; }
.pmh-demo-chrome { display: flex; align-items: center; gap: 12px; background: #fdf9f0; padding: 10px 14px; }
.pmh-demo-chrome>span { display: flex; gap: 4px; }
.pmh-demo-chrome i { display: block; width: 5px; height: 5px; border-radius: 50%; background: #c9bba6; }
.pmh-demo-chrome>small { flex: 1; text-align: center; font-size: 6px; color: #8f806b; letter-spacing: .04em; }
.pmh-demo-chrome>b { font-size: 10px; font-weight: 400; }
.pmh-demo-site { padding: 22px; }
.pmh-demo-brand { display: flex; align-items: center; justify-content: space-between; margin-bottom: 20px; }
.pmh-demo-brand>strong { font-family: Georgia,serif; font-size: 22px; letter-spacing: .1em; line-height: 1.15; }
.pmh-demo-brand>strong>span { display: block; font-family: sans-serif; font-size: 6px; letter-spacing: .28em; margin-top: 5px; }
.pmh-demo-brand>small { font-size: 6px; text-align: right; letter-spacing: .1em; color: #796e57; }
.pmh-demo-hero { position: relative; }
.pmh-demo-hero>img { display: block; width: 100%; height: 218px; object-fit: cover; object-position: center 67%; border-radius: 3px; }
.pmh-demo-hero>div { position: absolute; top: 20px; left: 18px; z-index: 1; padding: 14px 16px; background: #f8f0e4eb; color: #3e3a28; }
.pmh-demo-hero>div>span { display: block; font-size: 7px; margin-bottom: 8px; letter-spacing: .1em; }
.pmh .pmh-demo-hero h4 { font-family: "Hiragino Mincho ProN",Georgia,serif; font-size: 24px; font-weight: 400; line-height: 1.6; margin: 0; padding: 0; background: none; border: 0; color: #403722; letter-spacing: .05em; }
.pmh .pmh-demo-hero p { font-size: 8px; line-height: 1.9; margin: 10px 0 0; }
.pmh-demo-story { display: flex; align-items: center; justify-content: space-between; gap: 14px; padding: 18px 0; }
.pmh-demo-story>span { font-family: Georgia,serif; font-size: 19px; font-weight: 700; line-height: 1.2; letter-spacing: -.02em; }
.pmh .pmh-demo-story>p { font-size: 9px; line-height: 1.9; margin: 0; }
.pmh-demo-menu { border-block: 1px solid #b8ad96; }
.pmh-demo-menu>summary { list-style: none; cursor: pointer; min-height: 44px; display: flex; align-items: center; justify-content: space-between; gap: 12px; padding: 10px 0; font-size: 10px; font-weight: 700; }
.pmh-demo-menu>summary>span { position: relative; display: block; width: 20px; height: 20px; flex-shrink: 0; transition: transform .2s; }
.pmh-demo-menu>summary>span::before,.pmh-demo-menu>summary>span::after { content: ''; position: absolute; top: 50%; left: 50%; width: 11px; height: 1.5px; background: currentColor; transform: translate(-50%,-50%); }
.pmh-demo-menu>summary>span::after { transform: translate(-50%,-50%) rotate(90deg); }
.pmh-demo-menu[open]>summary>span { transform: rotate(45deg); }
.pmh-demo-menu>ul { padding: 0 0 12px!important; margin: 0; list-style: none!important; }
.pmh-demo-menu li { border-top: 1px solid #d9d0bb; padding: 9px 0; }
.pmh-demo-menu li strong { display: block; font-size: 11px; }
.pmh-demo-menu li span { display: block; font-size: 9px; margin-top: 3px; }
.pmh-project-preview>figcaption { margin-top: 18px; font-size: 9px; color: #c1cdbc; line-height: 1.8; text-align: left; }
.pmh-collab-agreements { grid-column: 1/-1; padding-top: 24px; border-top: 1px solid #ffffff25; }
.pmh .pmh-collab-agreements>p { font-size: 11px; color: #b8c7b2; margin: 0 0 18px; }
.pmh-collab-agreements>p strong { color: #fff8ea; margin-left: 12px; }
.pmh-collab-agreements>ol { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); gap: 28px; list-style: none!important; padding: 0!important; margin: 0; }
.pmh-collab-agreements li { display: flex; gap: 12px; align-items: start; }
.pmh-collab-agreements li>span { font-size: 22px; line-height: 1.4; color: #cde793; letter-spacing: -.06em; }
.pmh .pmh-collab-agreements h4 { font-size: 12px; font-weight: 700; line-height: 1.8; color: #f7f4e8; margin: 0 0 6px; padding: 0; background: none; border: 0; }
.pmh .pmh-collab-agreements li p { font-size: 10px; line-height: 1.9; color: #c1cdbc; margin: 0; }
@media(min-width:901px) and (max-width:1100px) {
  .pmh-skill-deck { gap: 12px; }
  .pmh-skill-poster,.pmh-skill-details>summary { padding-inline: 16px; }
  .pmh-skill-edition>small { font-size: 6px; }
  .pmh-skill-edition>b { font-size: 7px; padding-inline: 5px; }
  .pmh-skill-identity h3>strong { font-size: 40px; }
  .pmh .pmh-skill-promise { font-size: 10px; }
  .pmh-mini-site-page strong { font-size: 18px; }
  .pmh-mini-proposal>strong { font-size: 16px; }
  .pmh-mini-board { padding: 12px; }
  .pmh-mini-board-columns { gap: 4px; }
  .pmh-mini-board-columns>div>span { font-size: 7px; padding-inline: 3px; }
}
@media(max-width:1000px) {
  .pmh-collab-guide { padding: 30px; gap: 28px; grid-template-columns: .85fr 1.15fr; }
  .pmh .pmh-collab-intro h3 { font-size: 33px; }
  .pmh .pmh-collab-intro>p { font-size: 11px; }
  .pmh-collab-roles { gap: 14px; }
  .pmh-collab-roles strong { font-size: 10px; }
  .pmh-demo-site { padding: 16px; }
  .pmh-demo-hero>img { height: 210px; }
  .pmh-demo-hero>div { top: 14px; left: 12px; padding: 12px; }
  .pmh .pmh-demo-hero h4 { font-size: 20px; }
  .pmh-demo-story>span { font-size: 15px; }
  .pmh-demo-story>p { font-size: 8px; }
  .pmh-project-label>span { font-size: 6px; }
  .pmh-project-label>b { padding-inline: 8px; font-size: 8px; }
}
@media(max-width:900px) {
  .pmh-story .pmh-programs--studio { padding-top: 32px; }
  .pmh-story .pmh-program-heading { gap: 20px; }
  .pmh-story .pmh-program-heading h2 { font-size: 36px; }
  .pmh .pmh-program-heading-note>p { font-size: 10px; }
  .pmh-program-heading-note>a { font-size: 11px; }
  .pmh-skill-deck { grid-template-columns: 1fr; gap: 12px; }
  .pmh-skill-poster { display: grid; grid-template-columns: 1fr 1fr; gap: 0 24px; padding: 14px 22px 0; }
  .pmh-skill-edition { grid-column: 1; margin-bottom: 8px; }
  .pmh-skill-edition>span { font-size: 20px; }
  .pmh-skill-identity { grid-column: 1; grid-row: 2; }
  .pmh-skill-identity h3>strong { font-size: 34px; }
  .pmh .pmh-skill-promise { grid-column: 1; grid-row: 3; margin: 8px 0 0; }
  .pmh-work-preview { grid-column: 2; grid-row: 1/4; align-self: center; height: 120px; margin: 0; }
  .pmh-skill-takeaway { display: none; }
  .pmh-skill-details>summary { min-height: 44px; padding-block: 8px; }
  .pmh-skill-details>summary>b { width: 23px; height: 23px; }
  .pmh-skill-content dl { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); gap: 18px; }
  .pmh-program-connection>span,.pmh-program-connection>b { display: none; }
  .pmh-program-connection>strong { margin: 0; }
}
@media(max-width:700px) {
  .pmh-collab-guide { grid-template-columns: 1fr; padding: 28px 24px; margin: 26px 0 32px; gap: 30px; }
  .pmh .pmh-collab-intro h3 { font-size: clamp(32px,8vw,42px); }
  .pmh-collab-intro h3 em br { display: none; }
  .pmh .pmh-collab-intro>p { font-size: 12px; }
  .pmh-collab-roles { gap: 24px; }
  .pmh-project-label { gap: 10px; }
  .pmh-demo-browser { transform: none; }
  .pmh-demo-site { padding: 16px; }
  .pmh-demo-hero>img { height: 250px; }
  .pmh-demo-hero>div { top: 16px; left: 14px; }
  .pmh .pmh-demo-hero h4 { font-size: 22px; }
  .pmh-demo-story { gap: 8px; }
  .pmh-demo-story>span { font-size: 17px; }
  .pmh-collab-agreements>ol { grid-template-columns: 1fr; gap: 18px; }
  .pmh-collab-agreements>p strong { display: block; margin: 4px 0 0; }
  .pmh .pmh-collab-agreements h4 { font-size: 13px; }
  .pmh .pmh-collab-agreements li p { font-size: 11px; }
}
@media(max-width:600px) {
  .pmh-story .pmh-programs--studio { padding-top: 26px; }
  .pmh-story .pmh-program-heading { grid-template-columns: 1fr; gap: 8px; margin-bottom: 16px; }
  .pmh-program-heading .pmh-eyebrow { font-size: 9px; margin-bottom: 8px; }
  .pmh-story .pmh-program-heading h2 { font-size: 34px; }
  .pmh .pmh-program-heading-note>p { font-size: 10px; line-height: 1.7; margin: 0; }
  .pmh-program-heading-note>p>span+span,.pmh-program-heading-note>a { display: none; }
  .pmh-program-heading-note>a { min-height: 38px; font-size: 10px; }
  .pmh-program-heading-note>small { display: none; }
  .pmh-skill-card { scroll-margin-top: 95px; border-radius: 9px; }
  .pmh-skill-poster { grid-template-columns: minmax(0,1fr) 100px; column-gap: 10px; padding: 8px 14px 0; }
  .pmh-skill-edition { grid-column: 1/-1; margin-bottom: 6px; }
  .pmh-skill-edition>span { font-size: 16px; }
  .pmh-skill-edition>small { font-size: 6px; }
  .pmh-skill-edition>b { font-size: 7px; padding: 0 6px; }
  .pmh-skill-identity { grid-column: 1; grid-row: 2; }
  .pmh-skill-identity h3>span { font-size: 9px; margin-bottom: 5px; }
  .pmh-skill-identity h3>strong { font-size: 28px; }
  .pmh .pmh-skill-promise { grid-column: 1; grid-row: 3; font-size: 10px; line-height: 1.7; margin: 6px 0 0; }
  .pmh-work-preview { grid-column: 2; grid-row: 2/4; height: 61px; align-self: center; }
  .pmh-work-preview>div { inset: 0 auto auto 0; width: 260px; height: 150px; transform: scale(.38); transform-origin: top left; }
  .pmh-mini-site-page { height: 132px; }
  .pmh-mini-site-page img { height: 132px; }
  .pmh-skill-details>summary { padding: 8px 14px; font-size: 10px; min-height: 44px; }
  .pmh-skill-content { padding: 20px 16px; }
  .pmh-skill-content dl { display: block; }
  .pmh .pmh-program-connection { margin-top: 16px; }
  .pmh-program-connection>strong { font-size: 9px; }
}
@media(max-width:360px) {
  .pmh-skill-deck { gap: 8px; }
  .pmh-skill-poster { padding-top: 7px; }
  .pmh-story .pmh-program-heading h2 { font-size: 30px; }
  .pmh-collab-guide { padding: 24px 18px; }
  .pmh .pmh-collab-intro h3 { font-size: 29px; }
  .pmh .pmh-collab-intro>p { font-size: 11px; }
  .pmh-collab-roles { gap: 14px; }
  .pmh-collab-roles strong { font-size: 9px; }
  .pmh-collab-roles small { font-size: 8px; }
  .pmh-project-label>span { max-width: 100px; line-height: 1.6; }
  .pmh-demo-site { padding: 12px; }
  .pmh-demo-brand>strong { font-size: 18px; }
  .pmh-demo-brand>small { font-size: 5px; }
  .pmh-demo-chrome { padding-inline: 10px; gap: 6px; }
  .pmh-demo-chrome>small { font-size: 5px; }
  .pmh-demo-hero>img { height: 240px; }
  .pmh-demo-hero>div { top: 12px; left: 10px; padding: 10px; }
  .pmh .pmh-demo-hero h4 { font-size: 20px; }
  .pmh-demo-story { align-items: start; flex-direction: column; }
}
@media(prefers-reduced-motion:reduce) {
  .pmh-skill-details>summary,.pmh-skill-details>summary>b,.pmh-demo-menu>summary>span { transition: none; }
}

/* ８週間の流れを、各段階で形にする成果物とともに見せる。 */
.pmh-story .pmh-pilot--journey { padding: 54px 0 38px; background: #f6f3ee; color: #272337; scroll-margin-top: 145px; }
.pmh-sprint-heading { display: grid; grid-template-columns: 1.1fr 1fr; align-items: center; gap: 40px; margin-bottom: 30px; }
.pmh .pmh-sprint-eyebrow { margin: 0 0 12px; color: #61479a; font-size: 10px; font-weight: 700; letter-spacing: .12em; }
.pmh .pmh-sprint-heading h2 { font-size: clamp(34px,3.8vw,50px); line-height: 1.3; letter-spacing: -.055em; }
.pmh-sprint-heading h2 em { font-style: normal; color: #6544a2; background: linear-gradient(transparent 77%,#e1d5f5 77%,#e1d5f5 96%,transparent 96%); }
.pmh-sprint-intro { justify-self: end; }
.pmh-sprint-intro>span { display: inline-block; border: 1px solid #c3b7d5; border-radius: 30px; padding: 5px 12px; color: #574674; font-size: 11px; font-weight: 700; }
.pmh .pmh-sprint-intro>p { margin: 13px 0 7px; font-size: 14px; line-height: 1.9; font-weight: 500; }
.pmh-sprint-intro>small { display: block; color: #645f70; font-size: 10px; }
.pmh-sprint-caption { display: flex; align-items: baseline; justify-content: space-between; gap: 12px; margin-bottom: 12px; }
.pmh-sprint-caption>strong { font-size: 15px; }
.pmh-sprint-caption>span { color: #6c6675; font-size: 10px; }
.pmh .pmh-sprint-track { display: grid; grid-template-columns: repeat(4,minmax(0,1fr)); gap: 14px; list-style: none!important; margin: 0!important; padding: 0!important; }
.pmh-sprint-stage { --stage-paper: #e3dafa; --stage-ink: #51378a; position: relative; min-width: 0; padding: 18px 18px 15px; background: var(--stage-paper); color: var(--stage-ink); border-radius: 12px; border: 1px solid #00000010; }
.pmh-sprint-stage--build { --stage-paper: #f8d9c5; --stage-ink: #783f2b; }
.pmh-sprint-stage--propose { --stage-paper: #dce9f4; --stage-ink: #30516e; }
.pmh-sprint-stage--deliver { --stage-paper: #ddecab; --stage-ink: #374d24; }
.pmh-sprint-stage:not(:last-child)::after { content: "→"; position: absolute; top: 21px; right: -18px; z-index: 1; display: grid; place-items: center; width: 22px; height: 22px; border: 3px solid #f6f3ee; border-radius: 50%; background: var(--stage-ink); color: #fff; font-family: sans-serif; font-size: 12px; line-height: 1; }
.pmh-sprint-week { display: flex; align-items: baseline; gap: 5px; padding-bottom: 12px; margin-bottom: 12px; border-bottom: 1px solid #00000025; white-space: nowrap; }
.pmh-sprint-week>span { font-size: 8px; font-weight: 700; letter-spacing: .05em; }
.pmh-sprint-week>b { font-size: 22px; line-height: 1; letter-spacing: -.035em; }
.pmh-sprint-week>small { margin-left: auto; font-size: 7px; letter-spacing: .08em; }
.pmh .pmh-sprint-stage>h3 { margin: 0 0 7px; font-size: clamp(24px,2.6vw,34px); line-height: 1.3; letter-spacing: -.06em; }
.pmh .pmh-sprint-stage>p { margin: 0; font-size: 11px; line-height: 1.85; }
.pmh-sprint-art { min-width: 0; position: relative; height: 136px; margin: 14px 0 13px; display: flex; align-items: center; justify-content: center; }
.pmh-sprint-art>div { position: relative; flex: 0 0 240px; width: 240px; height: 142px; box-shadow: 0 8px 14px #27233716; }
.pmh-sprint-brief { padding: 14px 16px; color: #51378a; background: #fffdf9; transform: rotate(-3deg); }
.pmh-sprint-brief::before { content: ""; position: absolute; top: -5px; right: 21px; width: 34px; height: 12px; background: #b69bd6aa; transform: rotate(8deg); }
.pmh-sprint-brief>span { display: flex; justify-content: space-between; align-items: baseline; font-size: 6px; letter-spacing: .1em; }
.pmh-sprint-brief>span>b { font-size: 7px; letter-spacing: 0; }
.pmh-sprint-brief>strong { display: block; margin: 7px 0 10px; font-size: 19px; line-height: 1.3; letter-spacing: -.04em; }
.pmh-sprint-brief>div { padding: 3px 0; border-top: 1px solid #d8cde5; font-size: 8px; }
.pmh-sprint-brief i { font-style: normal; padding-right: 12px; font-weight: 700; }
.pmh-sprint-prototype { padding: 0; overflow: hidden; border: 1px solid #c39c81; border-radius: 6px; background: #fff9ed; transform: rotate(2deg); }
.pmh-sprint-prototype>span { display: flex; align-items: center; gap: 14px; height: 20px; padding: 0 9px; border-bottom: 1px solid #ddd1b9; background: #fdfbf5; color: #6f695d; font-size: 6px; letter-spacing: .08em; }
.pmh-sprint-prototype>span>i { width: 3px; height: 3px; border-radius: 50%; background: #b4a187; box-shadow: 5px 0 #b4a187,10px 0 #b4a187; }
.pmh-sprint-prototype>div { display: grid; grid-template-columns: .9fr 1.1fr; height: 122px; }
.pmh-sprint-prototype strong { align-self: center; padding: 0 9px; color: #344a36; font-size: 14px; letter-spacing: -.04em; }
.pmh-sprint-prototype small { display: block; margin-top: 8px; font-size: 8px; font-weight: 500; letter-spacing: .1em; }
.pmh-sprint-prototype img { display: block; width: 100%; height: 122px; object-fit: cover; object-position: 43% center; margin: 0; }
.pmh-sprint-proposal { background: #fffdf9; color: #30516e; padding: 12px 16px; transform: rotate(-2deg); border-top: 5px solid #416686; }
.pmh-sprint-proposal>span { display: block; font-size: 6px; letter-spacing: .1em; }
.pmh-sprint-proposal>strong { display: block; margin: 6px 0 8px; font-size: 18px; letter-spacing: -.04em; line-height: 1.3; }
.pmh-sprint-proposal>div { display: flex; align-items: center; gap: 8px; padding: 4px 0; border-top: 1px solid #ccd9e1; font-size: 7px; }
.pmh-sprint-proposal>div>b { flex: 0 0 40px; }
.pmh-sprint-presentation { padding: 14px 16px; background: #354c37; color: #f8f9ed; transform: rotate(3deg); }
.pmh-sprint-presentation>span { display: block; font-size: 6px; letter-spacing: .1em; color: #d6e6b3; }
.pmh-sprint-presentation>strong { display: block; margin: 12px 0; font-size: 20px; letter-spacing: -.04em; line-height: 1.4; }
.pmh-sprint-presentation>div { display: flex; gap: 5px; }
.pmh-sprint-presentation>div>span { padding: 1px 5px; border: 1px solid #bbcea67a; border-radius: 20px; font-size: 6px; color: #deedc3; }
.pmh-sprint-presentation>i { position: absolute; top: 46px; right: 15px; color: #d4eb9d; font-size: 35px; font-style: normal; line-height: 1; }
.pmh-sprint-output { border-top: 1px solid #00000025; padding-top: 10px; }
.pmh-sprint-output>span { display: block; margin-bottom: 2px; font-size: 8px; }
.pmh-sprint-output>strong { display: block; font-size: 12px; line-height: 1.7; }
.pmh-sprint-invite { display: flex; align-items: center; justify-content: space-between; gap: 24px; margin-top: 24px; padding: 24px 28px; border-radius: 12px; background: #302344; color: #fffdf6; }
.pmh-sprint-invite>div>span { display: block; margin-bottom: 6px; color: #d5c9e8; font-size: 9px; }
.pmh .pmh-sprint-invite h3 { margin: 0; font-size: 27px; line-height: 1.5; letter-spacing: -.04em; }
.pmh .pmh-sprint-invite p { margin: 7px 0 0; font-size: 11px; color: #e6deed; }
.pmh-sprint-mobile-break { display: none; }
.pmh .pmh-sprint-invite>a { display: flex; align-items: center; justify-content: space-between; gap: 28px; padding: 18px 22px; min-height: 64px; flex: 0 0 auto; background: #dcec9d; color: #302344; border-radius: 6px; font-size: 13px; font-weight: 700; transition: background .2s ease; }
.pmh-sprint-invite>a:hover { background: #ecf7bc; }
.pmh-sprint-invite>a>span { font-size: 24px; line-height: 1; }
.pmh-sprint-details { margin-top: 12px; border-bottom: 1px solid #d3cbdc; }
.pmh-sprint-details>summary { display: flex; align-items: center; justify-content: space-between; gap: 12px; padding: 16px 0; min-height: 56px; list-style: none; font-size: 12px; font-weight: 700; cursor: pointer; }
.pmh-sprint-details>summary::-webkit-details-marker { display: none; }
.pmh-sprint-details>summary>b { position: relative; flex: 0 0 26px; width: 26px; height: 26px; border-radius: 50%; background: #e7e0ef; color: #493763; transition: transform .2s ease; }
.pmh-sprint-details>summary>b::before,.pmh-sprint-details>summary>b::after { content: ""; position: absolute; top: 50%; left: 50%; width: 10px; height: 1.5px; background: currentColor; transform: translate(-50%,-50%); }
.pmh-sprint-details>summary>b::after { transform: translate(-50%,-50%) rotate(90deg); }
.pmh-sprint-details[open]>summary>b { transform: rotate(45deg); }
.pmh-sprint-details>summary:hover { color: #6544a2; }
.pmh-sprint-details>summary:focus-visible { outline: 3px solid #8265b0; outline-offset: 3px; }
.pmh-sprint-detail-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 40px; padding: 18px 0 28px; }
.pmh .pmh-sprint-detail-grid h3 { margin: 0 0 16px; font-size: 17px; line-height: 1.6; letter-spacing: -.025em; }
.pmh-sprint-detail-grid dl { margin: 0; }
.pmh-sprint-detail-grid dl>div { display: grid; grid-template-columns: 110px 1fr; gap: 14px; padding: 12px 0; border-top: 1px solid #dcd4e4; }
.pmh-sprint-detail-grid dt { font-size: 11px; font-weight: 700; }
.pmh-sprint-detail-grid dd { margin: 0; font-size: 11px; line-height: 1.85; }
.pmh .pmh-sprint-curriculum { list-style: none!important; padding: 0!important; margin: 0!important; }
.pmh-sprint-curriculum>li { padding: 10px 0 12px; border-top: 1px solid #dcd4e4; }
.pmh-sprint-curriculum>li>span { display: block; color: #6a508f; font-size: 9px; font-weight: 700; letter-spacing: .06em; }
.pmh .pmh-sprint-curriculum h4 { padding: 0; margin: 3px 0 5px; background: none; border: 0; color: inherit; font-size: 13px; line-height: 1.7; }
.pmh .pmh-sprint-curriculum p { font-size: 11px; line-height: 1.85; margin: 0; }
.pmh .pmh-sprint-note { margin: 16px 0 0; color: #6c6675; font-size: 10px; line-height: 1.9; }
@media(min-width:901px) and (max-width:1230px) {
  .pmh-sprint-stage { padding: 16px 14px 14px; }
  .pmh-sprint-week>small { font-size: 6px; letter-spacing: 0; }
  .pmh-sprint-week>b { font-size: 19px; }
  .pmh-sprint-art { height: 128px; margin-block: 10px; }
  .pmh-sprint-art>div { transform: scale(.8) rotate(-2deg); }
  .pmh-sprint-stage--build .pmh-sprint-art>div,.pmh-sprint-stage--deliver .pmh-sprint-art>div { transform: scale(.8) rotate(2deg); }
  .pmh .pmh-sprint-stage>p { font-size: 10px; }
  .pmh-sprint-output>strong { font-size: 11px; }
}
@media(max-width:900px) {
  .pmh-story .pmh-pilot--journey { padding-top: 38px; }
  .pmh-sprint-heading { gap: 22px; }
  .pmh .pmh-sprint-heading h2 { font-size: 34px; }
  .pmh .pmh-sprint-intro>p { font-size: 11px; }
  .pmh-sprint-intro>small { font-size: 9px; }
  .pmh .pmh-sprint-track { grid-template-columns: repeat(2,minmax(0,1fr)); gap: 14px; }
  .pmh-sprint-stage { display: grid; grid-template-columns: minmax(0,1fr) 130px; gap: 0 8px; padding: 15px; }
  .pmh-sprint-week { grid-column: 1/-1; margin-bottom: 10px; padding-bottom: 10px; }
  .pmh .pmh-sprint-stage>h3 { grid-column: 1; align-self: end; font-size: 27px; white-space: nowrap; }
  .pmh .pmh-sprint-stage>p { grid-column: 1; font-size: 10px; line-height: 1.8; }
  .pmh-sprint-art { grid-column: 2; grid-row: 2/4; height: 91px; margin: 0; }
  .pmh-sprint-art>div { transform: scale(.55) rotate(-3deg); }
  .pmh-sprint-stage--build .pmh-sprint-art>div,.pmh-sprint-stage--deliver .pmh-sprint-art>div { transform: scale(.55) rotate(3deg); }
  .pmh-sprint-output { grid-column: 1/-1; margin-top: 12px; padding-top: 8px; }
  .pmh-sprint-output>span { display: inline; margin-right: 8px; }
  .pmh-sprint-output>strong { display: inline; font-size: 11px; }
  .pmh-sprint-stage:nth-child(2)::after { display: none; }
  .pmh-sprint-invite { padding: 22px; }
  .pmh .pmh-sprint-invite h3 { font-size: 24px; }
  .pmh .pmh-sprint-invite>a { font-size: 11px; padding: 16px; gap: 16px; }
  .pmh-sprint-detail-grid { gap: 24px; }
  .pmh-sprint-detail-grid dl>div { grid-template-columns: 1fr; gap: 3px; }
}
@media(max-width:700px) {
  .pmh-sprint-stage { grid-template-columns: minmax(0,1fr); }
  .pmh-sprint-art { grid-column: 1; grid-row: auto; margin: 8px 0 0; height: 102px; }
  .pmh-sprint-art>div { transform: scale(.7) rotate(-3deg); }
  .pmh-sprint-stage--build .pmh-sprint-art>div,.pmh-sprint-stage--deliver .pmh-sprint-art>div { transform: scale(.7) rotate(3deg); }
  .pmh .pmh-sprint-stage>h3 { font-size: 30px; }
  .pmh-sprint-output>span,.pmh-sprint-output>strong { display: block; }
  .pmh-sprint-invite { align-items: flex-start; flex-direction: column; gap: 16px; }
  .pmh .pmh-sprint-invite>a { width: 100%; min-height: 56px; font-size: 12px; }
  .pmh-sprint-detail-grid { grid-template-columns: 1fr; }
}
@media(max-width:600px) {
  .pmh-story .pmh-pilot--journey { padding: 28px 0; scroll-margin-top: 110px; }
  .pmh-sprint-heading { grid-template-columns: 1fr; gap: 10px; margin-bottom: 16px; }
  .pmh .pmh-sprint-eyebrow { margin-bottom: 7px; font-size: 8px; }
  .pmh .pmh-sprint-heading h2 { font-size: 36px; }
  .pmh-sprint-intro { justify-self: start; }
  .pmh-sprint-intro>span { padding: 3px 10px; font-size: 9px; }
  .pmh .pmh-sprint-intro>p { display: none; }
  .pmh-sprint-intro>small { margin-top: 5px; font-size: 8px; }
  .pmh-sprint-caption { display: block; line-height: 1.6; margin-bottom: 10px; }
  .pmh-sprint-caption>strong { font-size: 13px; }
  .pmh-sprint-caption>span { display: block; margin-top: 2px; font-size: 9px; }
  .pmh .pmh-sprint-track { gap: 10px; }
  .pmh-sprint-stage { padding: 12px; border-radius: 9px; }
  .pmh-sprint-week { gap: 4px; padding-bottom: 8px; margin-bottom: 10px; }
  .pmh-sprint-week>span { font-size: 7px; }
  .pmh-sprint-week>b { font-size: 20px; }
  .pmh-sprint-week>small { display: none; }
  .pmh-sprint-stage:not(:last-child)::after { top: 15px; right: -16px; }
  .pmh .pmh-sprint-stage>h3 { font-size: 26px; margin-bottom: 6px; }
  .pmh .pmh-sprint-stage>p { display: none; }
  .pmh-sprint-art { height: 86px; margin-top: 5px; }
  .pmh-sprint-art>div { transform: scale(.55) rotate(-3deg); }
  .pmh-sprint-stage--build .pmh-sprint-art>div,.pmh-sprint-stage--deliver .pmh-sprint-art>div { transform: scale(.55) rotate(3deg); }
  .pmh-sprint-output { margin-top: 7px; padding-top: 7px; }
  .pmh-sprint-output>span { display: none; }
  .pmh-sprint-output>strong { font-size: 10px; }
  .pmh-sprint-invite { margin-top: 18px; padding: 22px 18px; }
  .pmh-sprint-mobile-break { display: initial; }
  .pmh .pmh-sprint-invite h3 { font-size: 27px; }
  .pmh-sprint-invite>div>span { font-size: 8px; }
  .pmh .pmh-sprint-invite p { font-size: 10px; }
  .pmh-sprint-details>summary { font-size: 11px; }
  .pmh .pmh-sprint-note { font-size: 9px; }
}
@media(max-width:360px) {
  .pmh .pmh-sprint-heading h2 { font-size: 31px; }
  .pmh-sprint-stage { padding: 10px; }
  .pmh .pmh-sprint-stage>h3 { font-size: 23px; }
  .pmh-sprint-week { margin-bottom: 6px; }
  .pmh-sprint-art { height: 64px; }
  .pmh-sprint-output { margin-top: 3px; }
  .pmh-sprint-art>div { transform: scale(.46) rotate(-3deg); }
  .pmh-sprint-stage--build .pmh-sprint-art>div,.pmh-sprint-stage--deliver .pmh-sprint-art>div { transform: scale(.46) rotate(3deg); }
  .pmh-sprint-output>strong { font-size: 9px; }
  .pmh-sprint-mobile-break { display: initial; }
}
@media(prefers-reduced-motion:reduce) {
  .pmh-sprint-invite>a,.pmh-sprint-details>summary>b { transition: none; }
}

/* 作品・顧客との対話・次の提案で、仕事につながる学びを具体的に見せる。 */
.pmh-story .pmh-outcomes { padding: 58px 0 46px; background: #f6f3ee; color: #272337; }
.pmh-proof-hero { display: grid; grid-template-columns: 1.08fr 1fr; align-items: center; gap: 48px; margin-bottom: 32px; }
.pmh-proof-heading { min-width: 0; }
.pmh .pmh-proof-eyebrow { margin: 0 0 19px; color: #61479a; font-size: 10px; font-weight: 700; letter-spacing: .12em; }
.pmh .pmh-proof-heading h2 { font-size: clamp(36px,4vw,52px); line-height: 1.4; letter-spacing: -.06em; scroll-margin-top: 160px; }
.pmh-proof-heading h2 em { color: #6544a2; font-style: normal; background: linear-gradient(transparent 78%,#e1d5f5 78%,#e1d5f5 96%,transparent 96%); }
.pmh .pmh-proof-lead { margin: 22px 0 20px; color: #50495d; font-size: 13px; font-weight: 500; line-height: 2; }
.pmh-proof-signature { display: flex; align-items: center; gap: 20px; color: #6544a2; }
.pmh-proof-signature>span { padding: 5px 12px; border: 1px solid #c3b7d5; border-radius: 30px; font-size: 11px; }
.pmh-proof-signature strong { font-weight: 700; }
.pmh-proof-signature>b { font-size: 29px; line-height: 1; font-weight: 400; }
.pmh-proof-photo { position: relative; isolation: isolate; min-width: 0; margin: 0; height: 320px; overflow: hidden; border-radius: 12px; background: #4b493e; color: #fffdf5; }
.pmh-proof-photo>img { display: block; position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; object-position: center; }
.pmh-proof-photo::after { content: ""; position: absolute; inset: 30% 0 0; background: linear-gradient(transparent,#1c172bd4); pointer-events: none; }
.pmh-proof-photo-copy { position: absolute; bottom: 37px; left: 25px; right: 20px; z-index: 1; text-align: left; }
.pmh-proof-photo-copy>span { display: block; margin-bottom: 6px; font-size: 8px; letter-spacing: .14em; color: #e5eebc; }
.pmh-proof-photo-copy>strong { font-size: 25px; line-height: 1.5; letter-spacing: -.035em; text-shadow: 0 2px 14px #00000050; }
.pmh-proof-photo>figcaption { position: absolute; right: 13px; bottom: 10px; z-index: 1; color: #f5f5eb; font-size: 8px; line-height: 1.8; }
.pmh-proof-caption { display: flex; align-items: baseline; justify-content: space-between; gap: 16px; margin-bottom: 14px; }
.pmh-proof-caption>strong { font-size: 16px; letter-spacing: -.025em; }
.pmh-proof-caption>span { color: #6c6675; font-size: 10px; }
/* 工程表と区別し、作品・提案・協働の評価を一枚のレポートで見せる。 */
.pmh-result-report { overflow: hidden; border: 1px solid #d8d5df; border-top: 4px solid #3d3354; background: #fffdf9; }
.pmh-result-report-head { display: flex; align-items: center; justify-content: space-between; gap: 24px; padding: 24px 30px; background: #302b40; color: #fffdf9; }
.pmh-result-report-head>div>span { display: block; margin-bottom: 7px; color: #d6caec; font-size: 10px; font-weight: 700; letter-spacing: .15em; }
.pmh .pmh-result-report-head h3 { margin: 0; font-size: 25px; line-height: 1.5; letter-spacing: -.04em; }
.pmh .pmh-result-report-head>p { margin: 0; color: #e2ddea; font-size: 12px; line-height: 1.9; }
.pmh-result-row { display: grid; grid-template-columns: .8fr 1.1fr 1.3fr; align-items: center; gap: 28px; margin: 0 30px; padding: 30px 0; }
.pmh-result-row+.pmh-result-row { border-top: 1px solid #dedbe3; }
.pmh-result-row>div { min-width: 0; }
.pmh-result-dimension>span { display: block; padding-left: 9px; border-left: 3px solid #77618f; color: #665477; font-size: 10px; font-weight: 700; letter-spacing: .09em; line-height: 1.4; }
.pmh .pmh-result-dimension h3 { margin: 15px 0 10px; font-size: clamp(25px,2.3vw,32px); line-height: 1.4; letter-spacing: -.06em; white-space: nowrap; }
.pmh .pmh-result-dimension p { margin: 0; color: #605769; font-size: 12px; font-weight: 500; line-height: 1.9; }
.pmh-result-label { display: flex; align-items: baseline; gap: 10px; margin-bottom: 10px; color: #706777; font-size: 10px; line-height: 1.6; }
.pmh-result-label>b { color: #342c42; font-weight: 500; }
.pmh-result-preview,.pmh-result-memo,.pmh-result-team { overflow: hidden; border: 1px solid #d9d4df; background: #fff; }
.pmh-result-preview-bar { display: flex; align-items: center; gap: 4px; padding: 8px 10px; border-bottom: 1px solid #e5e0e9; background: #f5f2f7; }
.pmh-result-preview-bar>i { width: 4px; height: 4px; border-radius: 50%; background: #a79aaf; }
.pmh-result-preview-bar>span { margin-left: auto; color: #706777; font-size: 7px; letter-spacing: .035em; }
.pmh-result-website { display: grid; grid-template-columns: 1fr 1fr; color: #364334; background: #faf5e9; }
.pmh-result-website>div { display: flex; flex-direction: column; justify-content: center; min-width: 0; padding: 13px; }
.pmh-result-website small { font-size: 6px; letter-spacing: .08em; }
.pmh-result-website strong { margin: 9px 0 7px; font-size: 20px; line-height: 1.2; letter-spacing: -.055em; }
.pmh-result-website span { font-size: 9px; }
.pmh-result-website>img { display: block; width: 100%; height: 111px; object-fit: cover; }
.pmh-result-record-index { display: grid; grid-template-columns: repeat(3,1fr); padding: 8px 0; border-top: 1px solid #e5e0e9; color: #695872; font-size: 8px; text-align: center; line-height: 1.5; }
.pmh-result-record-index>span+span { border-left: 1px solid #e5e0e9; }
.pmh-result-memo,.pmh-result-team { padding: 14px 16px; }
.pmh-result-document-title { display: flex; justify-content: space-between; align-items: baseline; gap: 8px; margin-bottom: 11px; color: #6e617c; }
.pmh-result-document-title>span { font-size: 8px; font-weight: 700; letter-spacing: .06em; }
.pmh-result-document-title>small { font-size: 8px; }
.pmh .pmh-result-memo dl { margin: 0; }
.pmh-result-memo dl>div { display: grid; grid-template-columns: 30px 1fr; gap: 10px; padding: 8px 0; border-top: 1px solid #e5e0e9; font-size: 10px; line-height: 1.5; }
.pmh-result-memo dt { font-weight: 700; color: #6e617c; }
.pmh-result-memo dd { margin: 0; color: #3d3548; }
.pmh-result-roles { display: grid; grid-template-columns: repeat(3,1fr); gap: 6px; margin: 15px 0; }
.pmh-result-roles>span { padding: 8px 2px; border: 1px solid #dad3e2; background: #f5f2f7; color: #655273; font-size: 10px; font-weight: 500; text-align: center; line-height: 1.5; }
.pmh-result-team>strong { display: block; font-size: 12px; font-weight: 500; line-height: 1.6; }
.pmh-result-team>small { display: block; margin-top: 5px; color: #706777; font-size: 9px; line-height: 1.6; }
.pmh-result-assessment { padding-left: 24px; border-left: 1px solid #e5e0e9; }
.pmh .pmh-result-assessment h4 { margin: 0 0 8px; font-size: 15px; font-weight: 700; line-height: 1.7; letter-spacing: -.025em; }
.pmh .pmh-result-assessment>p { margin: 0; color: #605769; font-size: 12px; line-height: 1.9; }
.pmh .pmh-result-assessment>dl { margin: 14px 0 0; padding-top: 10px; border-top: 1px solid #e5e0e9; }
.pmh-result-assessment dt { margin: 0 0 4px; color: #706777; font-size: 9px; font-weight: 500; line-height: 1.6; }
.pmh-result-assessment dd { margin: 0; color: #534262; font-size: 11px; font-weight: 700; line-height: 1.8; }
.pmh-result-report-foot { display: flex; align-items: center; gap: 22px; padding: 20px 30px; border-top: 1px solid #dedbe3; background: #eeebf1; }
.pmh-result-report-foot>span { flex: 0 0 auto; padding-left: 10px; border-left: 3px solid #77618f; color: #5b486d; font-size: 11px; font-weight: 700; }
.pmh .pmh-result-report-foot>p { margin: 0; font-size: 11px; line-height: 1.9; }
.pmh-result-report-foot strong { font-size: 13px; font-weight: 700; }
.pmh-result-report-foot>small { margin-left: auto; color: #6b6173; font-size: 9px; line-height: 1.8; }
@media(max-width:1100px) {
  .pmh-result-row { grid-template-columns: .85fr 1.1fr 1.3fr; gap: 20px; margin-inline: 24px; }
  .pmh .pmh-result-dimension h3 { font-size: 26px; }
  .pmh-result-assessment { padding-left: 20px; }
  .pmh .pmh-result-assessment h4 { font-size: 14px; }
  .pmh-result-website>div { padding: 9px; }
  .pmh-result-website strong { font-size: 16px; }
  .pmh-result-memo,.pmh-result-team { padding-inline: 12px; }
  .pmh-result-report-foot { flex-wrap: wrap; gap: 14px 20px; }
  .pmh-result-report-foot>small { flex-basis: 100%; margin: 0; }
  .pmh-result-report-foot>small>br { display: none; }
}
@media(max-width:850px) {
  .pmh-result-report-head { padding: 22px 24px; }
  .pmh .pmh-result-report-head h3 { font-size: 22px; }
  .pmh .pmh-result-report-head>p { font-size: 10px; }
  .pmh-result-row { grid-template-columns: 1fr 1fr; gap: 22px 26px; padding-block: 26px; align-items: start; }
  .pmh-result-dimension { grid-column: 1/-1; display: grid; grid-template-columns: 1fr 1fr; gap: 0 26px; align-items: end; }
  .pmh-result-dimension>span { grid-column: 1; }
  .pmh .pmh-result-dimension h3 { grid-column: 1; margin: 8px 0 0; font-size: 30px; }
  .pmh .pmh-result-dimension p { grid-column: 2; grid-row: 1/3; font-size: 13px; }
  .pmh-result-assessment { padding-left: 0; border: 0; }
  .pmh-result-website strong { font-size: clamp(14px,2.3vw,20px); }
  .pmh-result-website>img { height: 122px; }
  .pmh-result-report-foot { padding-inline: 24px; }
}
@media(max-width:560px) {
  .pmh-result-report-head { display: block; padding: 22px 20px; }
  .pmh .pmh-result-report-head h3 { font-size: 21px; }
  .pmh .pmh-result-report-head>p { margin-top: 12px; font-size: 12px; }
  .pmh-result-row { grid-template-columns: 1fr; gap: 22px; margin-inline: 20px; padding-block: 26px; }
  .pmh-result-dimension { display: block; grid-column: auto; }
  .pmh .pmh-result-dimension h3 { margin: 10px 0 6px; font-size: 32px; }
  .pmh .pmh-result-dimension p { font-size: 12px; }
  .pmh-result-dimension p>br { display: none; }
  .pmh-result-label { font-size: 11px; }
  .pmh-result-preview-bar>span,.pmh-result-document-title>span,.pmh-result-document-title>small { font-size: 8px; }
  .pmh-result-website>div { padding: 13px; }
  .pmh-result-website strong { font-size: 21px; }
  .pmh-result-website span { font-size: 10px; }
  .pmh-result-record-index { font-size: 9px; }
  .pmh-result-memo,.pmh-result-team { padding: 16px; }
  .pmh-result-memo dl>div,.pmh-result-roles>span { font-size: 11px; }
  .pmh-result-team>strong { font-size: 13px; }
  .pmh-result-team>small { font-size: 10px; }
  .pmh .pmh-result-assessment h4 { font-size: 15px; }
  .pmh .pmh-result-assessment>p { font-size: 12px; }
  .pmh-result-assessment dt { font-size: 10px; }
  .pmh-result-assessment dd { font-size: 11px; }
  .pmh-result-report-foot { display: block; padding: 22px 20px; }
  .pmh-result-report-foot>span { display: block; margin-bottom: 12px; }
  .pmh-result-report-foot strong { font-size: 13px; }
  .pmh-result-report-foot>small { display: block; margin-top: 12px; font-size: 10px; }
}
@media(max-width:360px) {
  .pmh-result-report-head { padding-inline: 16px; }
  .pmh .pmh-result-report-head h3 { font-size: 19px; }
  .pmh-result-row { margin-inline: 16px; }
  .pmh-result-website strong { font-size: 18px; }
  .pmh-result-website>div { padding: 10px; }
  .pmh-result-report-foot { padding-inline: 16px; }
}

.pmh-proof-next { display: flex; justify-content: space-between; align-items: center; gap: 24px; padding: 27px 28px; margin-top: 24px; border-radius: 12px; background: #302344; color: #fffdf6; }
.pmh-proof-next>div>span { display: block; margin-bottom: 7px; color: #d5c9e8; font-size: 9px; letter-spacing: .1em; }
.pmh .pmh-proof-next h3 { margin: 0; font-size: 28px; font-weight: 700; letter-spacing: -.045em; line-height: 1.5; }
.pmh .pmh-proof-next p { margin: 8px 0 0; color: #e6deed; font-size: 11px; line-height: 1.9; }
.pmh-proof-mobile-break { display: none; }
.pmh .pmh-proof-next>a { display: flex; flex: 0 0 auto; align-items: center; justify-content: space-between; gap: 28px; min-height: 64px; padding: 18px 22px; background: #dcec9d; color: #302344; border-radius: 6px; font-size: 13px; font-weight: 700; transition: background .2s ease; }
.pmh-proof-next>a>span { font-size: 24px; line-height: 1; }
.pmh-proof-next>a:hover { background: #ecf7bc; }
.pmh .pmh-proof-next>a:focus-visible { outline: 3px solid #dcec9d; outline-offset: 5px; }
.pmh .pmh-proof-note { margin: 16px 0 0; font-size: 10px; line-height: 1.9; color: #6c6675; }
@media(min-width:901px) and (max-width:1100px) {
  .pmh-proof-hero { gap: 28px; }
  .pmh-proof-photo { height: 300px; }
  .pmh .pmh-proof-next h3 { font-size: 24px; }
  .pmh .pmh-proof-next>a { padding-inline: 17px; gap: 20px; font-size: 12px; }
}
@media(max-width:900px) {
  .pmh-story .pmh-outcomes { padding-top: 40px; }
  .pmh-proof-hero { gap: 24px; }
  .pmh .pmh-proof-heading h2 { font-size: 34px; }
  .pmh .pmh-proof-eyebrow { font-size: 8px; }
  .pmh .pmh-proof-lead { font-size: 11px; margin: 18px 0; }
  .pmh-proof-signature>span { font-size: 10px; }
  .pmh-proof-photo { height: 290px; }
  .pmh-proof-photo-copy { left: 20px; }
  .pmh-proof-photo-copy>strong { font-size: 21px; }
  .pmh-proof-photo>figcaption { font-size: 7px; }
  .pmh-proof-caption { align-items: start; flex-direction: column; gap: 3px; }
  .pmh-proof-next { flex-direction: column; align-items: stretch; gap: 19px; }
  .pmh .pmh-proof-next>a { min-height: 58px; }
}
@media(max-width:700px) {
  .pmh-proof-hero { grid-template-columns: 1fr; gap: 25px; margin-bottom: 26px; }
  .pmh .pmh-proof-heading h2 { font-size: clamp(36px,7vw,48px); scroll-margin-top: 110px; }
  .pmh .pmh-proof-eyebrow { font-size: 9px; margin-bottom: 14px; }
  .pmh .pmh-proof-lead { font-size: 13px; }
  .pmh-proof-photo { height: auto; aspect-ratio: 1.8; }
  .pmh-proof-photo-copy>strong { font-size: 25px; }
}
@media(max-width:560px) {
  .pmh-story .pmh-outcomes { padding: 34px 0; }
  .pmh-proof-hero { gap: 22px; }
  .pmh .pmh-proof-lead { font-size: 11px; line-height: 2; margin: 18px 0 16px; }
  .pmh-proof-signature { gap: 15px; }
  .pmh-proof-photo { aspect-ratio: 1.5; }
  .pmh-proof-photo-copy { left: 18px; bottom: 33px; }
  .pmh-proof-photo-copy>strong { font-size: 22px; }
  .pmh-proof-photo-copy>span { font-size: 7px; }
  .pmh-proof-caption>strong { font-size: 15px; }
  .pmh-proof-caption>span { font-size: 9px; }
  .pmh-proof-next { margin-top: 22px; padding: 24px 20px; }
  .pmh-proof-mobile-break { display: initial; }
  .pmh .pmh-proof-next h3 { font-size: 27px; }
  .pmh-proof-next>div>span { font-size: 8px; }
  .pmh .pmh-proof-next p { font-size: 11px; }
  .pmh .pmh-proof-next>a { font-size: 12px; gap: 12px; padding: 16px; }
  .pmh .pmh-proof-note { font-size: 10px; }
}
@media(max-width:360px) {
  .pmh .pmh-proof-heading h2 { font-size: 32px; }
  .pmh .pmh-proof-lead { font-size: 10px; }
  .pmh-proof-caption>strong { font-size: 14px; }
  .pmh .pmh-proof-next h3 { font-size: 24px; }
  .pmh .pmh-proof-next>a { font-size: 10px; padding-inline: 12px; }
}
@media(prefers-reduced-motion:reduce) {
  .pmh-proof-next>a { transition: none; }
}

/* 開発・研修・教材制作の担当実績を、地域の育成に届ける支援と結びつける。 */
.pmh-story .pmh-design--practice { padding: 64px 0 38px; background: #2d253c; color: #fffdf5; scroll-margin-top: 120px; }
.pmh-story .pmh-design--practice article { margin: 0; padding: 0; border: 0; }
.pmh-practice-heading { display: grid; grid-template-columns: 1.4fr 1fr; align-items: end; gap: 40px; margin-bottom: 35px; }
.pmh .pmh-practice-eyebrow { margin: 0 0 20px; color: #c9b6ef; font-size: 10px; font-weight: 700; letter-spacing: .13em; }
.pmh .pmh-practice-heading h2 { font-size: clamp(34px,3.9vw,52px); line-height: 1.4; letter-spacing: -.065em; }
.pmh-practice-heading h2 em { color: #dcecaa; }
.pmh-practice-intro { justify-self: end; }
.pmh-practice-intro>span { display: inline-block; padding: 5px 12px; border: 1px solid #ab97c563; border-radius: 24px; color: #e3d7f5; font-size: 10px; }
.pmh .pmh-practice-intro>p { margin: 13px 0 0; color: #eee6f6; font-size: 13px; line-height: 2; }
.pmh-practice-proof-grid { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 20px; }
.pmh-story .pmh-design--practice .pmh-practice-proof { --practice-ink: #354b36; --practice-paper: #dfeabf; min-width: 0; display: flex; flex-direction: column; padding: 22px 27px 24px; border-radius: 12px; background: var(--practice-paper); color: var(--practice-ink); }
.pmh-story .pmh-design--practice .pmh-practice-proof--materials { --practice-ink: #513880; --practice-paper: #e3d9f3; }
.pmh-practice-proof-label { display: flex; align-items: baseline; justify-content: space-between; gap: 12px; padding-bottom: 14px; border-bottom: 1px solid #00000024; }
.pmh-practice-proof-label>span { font-size: 9px; font-weight: 700; letter-spacing: .08em; }
.pmh-practice-proof-label>small { font-size: 9px; }
.pmh-practice-proof-visual { display: grid; grid-template-columns: 1fr 1fr; align-items: center; gap: 20px; min-height: 212px; padding: 18px 0; }
.pmh-practice-number { min-width: 0; }
.pmh-practice-number>span { font-size: 11px; font-weight: 700; }
.pmh .pmh-practice-number>p { display: flex; align-items: baseline; gap: 7px; margin: 7px 0 0; color: inherit; line-height: 1; }
.pmh-practice-number strong { font-size: clamp(76px,8.4vw,112px); font-weight: 700; letter-spacing: -.065em; font-variant-numeric: lining-nums tabular-nums; }
.pmh-practice-number p>small { font-size: 18px; }
.pmh-practice-number>b { display: block; margin-top: 6px; padding-left: 26px; font-size: 18px; }
.pmh-practice-team { padding: 3px 0 3px 20px; border-left: 1px solid #354b3638; }
.pmh-practice-team>span { display: block; margin-bottom: 8px; font-size: 9px; font-weight: 700; }
.pmh-practice-team>div { display: flex; flex-direction: row-reverse; justify-content: space-between; align-items: baseline; gap: 12px; padding: 5px 0; border-bottom: 1px solid #354b3624; }
.pmh-practice-team>div>b { font-size: 27px; letter-spacing: -.045em; line-height: 1.2; }
.pmh-practice-team>div>b>small { margin-left: 4px; font-size: 10px; font-weight: 500; }
.pmh-practice-team>div>span { font-size: 11px; }
.pmh .pmh-practice-team>p { margin: 9px 0 0; color: inherit; font-size: 10px; line-height: 1.8; }
.pmh-practice-books { position: relative; height: 188px; min-width: 0; }
.pmh-practice-book { position: absolute; width: 151px; height: 162px; box-shadow: 6px 7px 0 #51388015; }
.pmh-practice-book--text { top: 0; left: 1px; padding: 13px 14px 12px 19px; background: #503977; color: #fffdf5; transform: rotate(-8deg); border-radius: 2px 5px 5px 2px; }
.pmh-practice-book--text::before { content: ""; position: absolute; inset: 0 auto 0 6px; width: 1px; background: #ffffff35; }
.pmh-practice-book--text>span { display: block; color: #d8c5f4; font-size: 5px; letter-spacing: .07em; }
.pmh-practice-book--text>strong { display: block; margin-top: 10px; font-size: 19px; letter-spacing: -.055em; }
.pmh .pmh-practice-book--text>p { margin: 6px 0; color: #fffdf5; font-size: 13px; font-weight: 700; line-height: 1.5; }
.pmh-practice-book--text>div { display: flex; gap: 5px; margin-top: 12px; }
.pmh-practice-book--text i { width: 21px; height: 13px; border: 1px solid #d8c5f4; border-radius: 2px; }
.pmh-practice-book--text i:last-child { background: #dcebab; border-color: #dcebab; }
.pmh-practice-book--text>small { display: block; margin-top: 7px; font-size: 4px; letter-spacing: .07em; }
.pmh-practice-book--exercise { bottom: 14px; right: -4px; width: 130px; height: 130px; padding: 12px 13px; background: #fffdf6; color: #513880; transform: rotate(8deg); border-top: 4px solid #ac95cf; }
.pmh-practice-book--exercise>span { display: block; font-size: 5px; letter-spacing: .08em; }
.pmh-practice-book--exercise>strong { display: block; margin-top: 8px; font-size: 14px; letter-spacing: -.04em; line-height: 1.5; }
.pmh-practice-book--exercise>div { margin-top: 7px; }
.pmh-practice-book--exercise>div>span { display: block; padding: 2px 0; border-top: 1px solid #dacee7; font-size: 6px; line-height: 1.6; }
.pmh-practice-books-note { position: absolute; right: 0; bottom: -6px; font-size: 7px; }
.pmh .pmh-practice-proof h3 { margin: 0 0 12px; font-size: 28px; line-height: 1.45; letter-spacing: -.055em; }
.pmh .pmh-practice-proof .pmh-practice-proof-copy { margin: 0 0 20px; color: inherit; font-size: 12px; line-height: 1.95; }
.pmh-practice-proof-bottom { margin-top: auto; padding-top: 12px; border-top: 1px solid #00000024; }
.pmh-practice-proof-bottom>span { display: block; margin-bottom: 4px; font-size: 9px; }
.pmh-practice-proof-bottom>strong { display: block; font-size: 12px; }
.pmh-practice-evidence-link { display: flex; align-items: center; justify-content: space-between; gap: 20px; margin: 17px 0 39px; }
.pmh-practice-evidence-link>span { color: #c5b9d4; font-size: 10px; }
.pmh .pmh-practice-evidence-link>a { display: flex; align-items: center; justify-content: space-between; gap: 22px; min-height: 44px; border-bottom: 1px solid #b9a5d266; color: #f5edf9; font-size: 12px; font-weight: 700; }
.pmh-practice-evidence-link>a>b { color: #dcecaa; font-size: 21px; font-weight: 400; }
.pmh-practice-support-heading { display: flex; align-items: end; justify-content: space-between; gap: 24px; margin-bottom: 22px; }
.pmh-practice-support-heading>div>span { color: #c5b0e1; font-size: 8px; font-weight: 700; letter-spacing: .12em; }
.pmh .pmh-practice-support-heading h3 { margin: 8px 0 0; font-size: 27px; line-height: 1.5; letter-spacing: -.045em; }
.pmh-practice-support-heading h3 em { color: #dcecaa; }
.pmh .pmh-practice-support-heading>p { margin: 0; font-size: 11px; color: #d5cbdf; line-height: 1.9; }
.pmh-practice-services { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); gap: 18px; }
.pmh-story .pmh-design--practice .pmh-practice-service { --service-accent: #dcecaa; display: flex; flex-direction: column; min-width: 0; padding: 21px 22px 14px; background: #ffffff06; border: 1px solid #d9c6ed30; border-radius: 10px; }
.pmh-story .pmh-design--practice .pmh-practice-service--learning { --service-accent: #d6c0f4; }
.pmh-story .pmh-design--practice .pmh-practice-service--reporting { --service-accent: #f4c6a9; }
.pmh-practice-service-label { display: flex; justify-content: space-between; align-items: center; gap: 12px; color: var(--service-accent); }
.pmh-practice-service-label>span { font-size: 8px; font-weight: 700; letter-spacing: .08em; }
.pmh-practice-service-label>b { font-size: 21px; font-weight: 400; line-height: 1; }
.pmh .pmh-practice-service h4 { padding: 0; margin: 15px 0 11px; background: none; border: 0; color: #fffdf5; font-size: 22px; line-height: 1.5; letter-spacing: -.045em; text-align: left; }
.pmh .pmh-practice-service>p { margin: 0 0 18px; color: #e3d9ed; font-size: 11px; line-height: 1.95; }
.pmh-practice-domains,.pmh-practice-learning,.pmh-practice-report { display: flex; align-items: center; flex-wrap: wrap; gap: 7px; min-height: 41px; margin-top: auto; margin-bottom: 13px; color: var(--service-accent); }
.pmh-practice-domains>span { padding: 3px 12px; border: 1px solid #dcecaa55; border-radius: 20px; font-size: 10px; }
.pmh-practice-learning>span { padding: 4px 8px; background: #d6c0f411; border: 1px solid #d6c0f444; border-radius: 3px; font-size: 9px; }
.pmh-practice-learning>b { font-size: 12px; font-weight: 400; }
.pmh-practice-report { padding: 9px 10px; border: 1px solid #f4c6a944; background: #f4c6a909; border-radius: 3px; }
.pmh-practice-report>span { padding-right: 7px; border-right: 1px solid #f4c6a944; font-size: 8px; }
.pmh-practice-report>strong { font-size: 10px; }
.pmh-practice-report i { font-style: normal; margin-inline: 3px; opacity: .5; }
.pmh .pmh-practice-service>a { display: flex; align-items: center; justify-content: space-between; gap: 15px; min-height: 44px; padding: 9px 0 0; margin-top: 0; border-top: 1px solid #d9c6ed30; color: #f5edf9; text-decoration: none; font-size: 11px; font-weight: 700; }
.pmh-practice-service>a>span { color: var(--service-accent); font-size: 20px; font-weight: 400; }
.pmh .pmh-practice-service>a:hover,.pmh .pmh-practice-evidence-link>a:hover { color: #dcecaa; }
.pmh-practice-contact { display: flex; align-items: center; justify-content: space-between; gap: 24px; margin-top: 30px; padding: 25px 27px; border-radius: 10px; background: #f6f3ee; color: #302344; }
.pmh-practice-contact>div>span { display: block; margin-bottom: 7px; color: #725791; font-size: 8px; font-weight: 700; letter-spacing: .1em; }
.pmh .pmh-practice-contact h3 { margin: 0; font-size: 28px; line-height: 1.5; letter-spacing: -.045em; }
.pmh .pmh-practice-contact p { margin: 8px 0 0; color: #5e526b; font-size: 11px; line-height: 1.9; }
.pmh-practice-mobile-break { display: none; }
.pmh .pmh-practice-contact>a { display: flex; align-items: center; justify-content: space-between; flex: 0 0 auto; gap: 25px; min-height: 64px; padding: 18px 21px; border-radius: 6px; background: #513880; color: #fffdf5; font-size: 13px; font-weight: 700; transition: background .2s ease; }
.pmh-practice-contact>a>span { font-size: 24px; font-weight: 400; line-height: 1; }
.pmh-practice-contact>a:hover { background: #6b4b9f; }
.pmh .pmh-design--practice a:focus-visible { outline: 3px solid #dcecaa; outline-offset: 5px; }
.pmh .pmh-practice-contact>a:focus-visible { outline-color: #6544a2; }
.pmh-practice-foot { display: flex; justify-content: space-between; align-items: start; gap: 30px; margin-top: 20px; }
.pmh .pmh-practice-foot>p { max-width: 690px; margin: 0; color: #c5b9d4; font-size: 9px; line-height: 1.9; }
.pmh-practice-foot>span { flex: 0 0 auto; color: #dcecaa; text-align: right; font-size: 10px; letter-spacing: .12em; }
.pmh-practice-foot small { display: block; margin-top: 3px; color: #c5b9d4; font-size: 8px; letter-spacing: 0; }
@media(min-width:901px) and (max-width:1100px) {
  .pmh-practice-heading { gap: 26px; grid-template-columns: 1.45fr 1fr; }
  .pmh .pmh-practice-heading h2 { font-size: 41px; }
  .pmh .pmh-practice-intro>p { font-size: 11px; }
  .pmh-story .pmh-design--practice .pmh-practice-proof { padding-inline: 21px; }
  .pmh-practice-proof-visual { gap: 15px; }
  .pmh-practice-number strong { font-size: 90px; }
  .pmh-practice-book--text { left: -3px; }
  .pmh-practice-book--exercise { right: -8px; bottom: 9px; }
  .pmh-practice-team { padding-left: 15px; }
  .pmh-practice-team>span { font-size: 8px; }
  .pmh .pmh-practice-proof h3 { font-size: 25px; }
  .pmh .pmh-practice-proof .pmh-practice-proof-copy { font-size: 11px; }
  .pmh-story .pmh-design--practice .pmh-practice-service { padding-inline: 17px; }
  .pmh .pmh-practice-service h4 { font-size: 20px; }
  .pmh-practice-report { gap: 5px; padding-inline: 7px; }
  .pmh-practice-report>strong { font-size: 9px; }
  .pmh .pmh-practice-contact h3 { font-size: 25px; }
}
@media(max-width:900px) {
  .pmh-story .pmh-design--practice { padding-top: 46px; }
  .pmh-practice-heading { grid-template-columns: 1fr; gap: 23px; }
  .pmh .pmh-practice-heading h2 { font-size: 48px; }
  .pmh-practice-intro { justify-self: start; }
  .pmh .pmh-practice-intro>p { font-size: 13px; }
  .pmh-practice-intro>p>br:nth-child(odd) { display: none; }
  .pmh-practice-proof-grid { gap: 16px; }
  .pmh-story .pmh-design--practice .pmh-practice-proof { padding: 20px; }
  .pmh-practice-proof-label { align-items: start; flex-direction: column; gap: 4px; }
  .pmh-practice-proof-visual { grid-template-columns: 1fr; gap: 18px; padding: 21px 0 26px; }
  .pmh-practice-number { text-align: center; }
  .pmh-practice-number>p { justify-content: center; }
  .pmh-practice-number strong { font-size: 98px; }
  .pmh-practice-number>b { padding-left: 0; font-size: 16px; }
  .pmh-practice-team { min-height: 174px; max-width: 210px; width: 100%; padding: 4px 0 0; margin-inline: auto; border-left: 0; }
  .pmh-practice-team>span { font-size: 10px; }
  .pmh-practice-team>div { padding-block: 8px; }
  .pmh-practice-books { height: 174px; max-width: 240px; width: 100%; margin-inline: auto; }
  .pmh-practice-book--text { left: 6px; }
  .pmh-practice-book--exercise { bottom: 0; right: 0; }
  .pmh-practice-books-note { bottom: -16px; }
  .pmh .pmh-practice-proof h3 { font-size: 25px; }
  .pmh .pmh-practice-proof .pmh-practice-proof-copy { font-size: 11px; }
  .pmh-practice-proof-bottom>strong { font-size: 11px; }
  .pmh-practice-support-heading { align-items: start; flex-direction: column; gap: 12px; }
  .pmh-practice-support-heading>p>br { display: none; }
  .pmh-practice-services { grid-template-columns: 1fr; gap: 14px; }
  .pmh-story .pmh-design--practice .pmh-practice-service { display: grid; grid-template-columns: 1fr 1.05fr; column-gap: 25px; padding: 22px; }
  .pmh-practice-service-label { grid-column: 1/-1; margin-bottom: 13px; }
  .pmh .pmh-practice-service h4 { grid-column: 1; margin-top: 0; font-size: 25px; }
  .pmh .pmh-practice-service>p { grid-column: 2; grid-row: 2/4; margin: 0; font-size: 12px; }
  .pmh-practice-domains,.pmh-practice-learning,.pmh-practice-report { grid-column: 1; margin: 0 0 17px; }
  .pmh .pmh-practice-service>a { grid-column: 1/-1; }
  .pmh-practice-contact { flex-direction: column; align-items: stretch; gap: 18px; }
  .pmh .pmh-practice-contact>a { min-height: 58px; }
  .pmh-practice-foot { align-items: start; flex-direction: column; gap: 15px; }
  .pmh-practice-foot>span { text-align: left; }
}
@media(max-width:700px) {
  .pmh .pmh-practice-heading h2 { font-size: clamp(33px,6.4vw,44px); }
  .pmh-practice-proof-grid { grid-template-columns: 1fr; }
  .pmh-practice-proof-label { flex-direction: row; align-items: baseline; }
  .pmh-practice-proof-visual { grid-template-columns: 1fr 1fr; gap: 24px; min-height: 228px; }
  .pmh-practice-number { text-align: left; }
  .pmh-practice-number>p { justify-content: start; }
  .pmh-practice-number>b { padding-left: 25px; }
  .pmh-practice-team { max-width: none; min-height: 0; padding: 0 0 0 19px; border-left: 1px solid #354b3638; }
  .pmh-practice-book--text { left: 0; }
  .pmh-practice-book--exercise { bottom: 0; right: 0; }
  .pmh-practice-books-note { bottom: -17px; }
  .pmh .pmh-practice-proof h3 { font-size: 29px; }
  .pmh .pmh-practice-proof .pmh-practice-proof-copy { font-size: 12px; }
  .pmh-practice-proof-bottom>strong { font-size: 12px; }
  .pmh-practice-evidence-link { flex-direction: column; align-items: stretch; gap: 8px; margin-bottom: 29px; }
  .pmh .pmh-practice-support-heading h3 { font-size: 25px; }
  .pmh-practice-support-heading h3 em { display: block; }
  .pmh .pmh-practice-service h4 { font-size: 23px; }
}
@media(max-width:560px) {
  .pmh-story .pmh-design--practice { padding: 38px 0 29px; }
  .pmh-practice-heading { gap: 18px; margin-bottom: 26px; }
  .pmh .pmh-practice-eyebrow { margin-bottom: 16px; font-size: 8px; }
  .pmh .pmh-practice-heading h2 { font-size: clamp(29px,7vw,38px); }
  .pmh-practice-intro>span { font-size: 9px; }
  .pmh .pmh-practice-intro>p { font-size: 12px; }
  .pmh-practice-intro>p>br:nth-child(odd) { display: initial; }
  .pmh-story .pmh-design--practice .pmh-practice-proof { padding: 18px; }
  .pmh-practice-proof-label>span { font-size: 7px; }
  .pmh-practice-proof-label>small { font-size: 8px; }
  .pmh-practice-proof-visual { min-height: 211px; gap: 12px; padding: 18px 0 22px; }
  .pmh-practice-number>span { font-size: 9px; }
  .pmh-practice-number strong { font-size: clamp(64px,17vw,90px); }
  .pmh-practice-number p>small { font-size: 13px; }
  .pmh-practice-number>b { font-size: 14px; padding-left: 20px; }
  .pmh-practice-team { padding-left: 10px; }
  .pmh-practice-team>span { font-size: 7px; }
  .pmh-practice-team>div { gap: 6px; }
  .pmh-practice-team>div>span { font-size: 9px; }
  .pmh-practice-team>div>b { font-size: 23px; }
  .pmh .pmh-practice-team>p { font-size: 9px; }
  .pmh-practice-books { height: 171px; }
  .pmh-practice-book--text { width: 119px; height: 147px; padding: 12px 10px 10px 16px; }
  .pmh-practice-book--text>span { font-size: 4px; }
  .pmh-practice-book--text>strong { font-size: 16px; }
  .pmh .pmh-practice-book--text>p { font-size: 11px; }
  .pmh-practice-book--exercise { width: 104px; height: 118px; right: -2px; bottom: 0; padding: 9px 10px; }
  .pmh-practice-book--exercise>strong { font-size: 12px; }
  .pmh-practice-book--exercise>div>span { font-size: 5px; }
  .pmh-practice-books-note { font-size: 6px; bottom: -15px; }
  .pmh .pmh-practice-proof h3 { font-size: 26px; }
  .pmh-practice-proof-bottom>strong { font-size: 11px; }
  .pmh-story .pmh-design--practice .pmh-practice-service { display: flex; padding: 21px 20px 14px; }
  .pmh-practice-service-label { margin-bottom: 14px; }
  .pmh .pmh-practice-service h4 { font-size: 25px; margin-bottom: 12px; }
  .pmh .pmh-practice-service>p { margin-bottom: 17px; }
  .pmh-practice-contact { margin-top: 23px; padding: 23px 20px; }
  .pmh-practice-mobile-break { display: initial; }
  .pmh .pmh-practice-contact h3 { font-size: 27px; }
  .pmh .pmh-practice-contact>a { font-size: 12px; gap: 15px; padding: 16px; }
  .pmh-practice-foot small { font-size: 9px; }
}
@media(max-width:360px) {
  .pmh .pmh-practice-heading h2 { font-size: 27px; }
  .pmh .pmh-practice-intro>p { font-size: 11px; }
  .pmh-story .pmh-design--practice .pmh-practice-proof { padding-inline: 15px; }
  .pmh-practice-proof-label>span { font-size: 6px; }
  .pmh-practice-proof-label>small { font-size: 7px; }
  .pmh-practice-number strong { font-size: 58px; }
  .pmh-practice-number>span { font-size: 8px; }
  .pmh-practice-number>p { gap: 4px; }
  .pmh-practice-team>div>span { font-size: 8px; }
  .pmh-practice-team>div>b { font-size: 21px; }
  .pmh-practice-team>div>b>small { font-size: 8px; }
  .pmh .pmh-practice-team>p { font-size: 8px; }
  .pmh-practice-book--text { left: -4px; }
  .pmh-practice-book--exercise { right: -3px; }
  .pmh .pmh-practice-proof h3 { font-size: 23px; }
  .pmh-practice-proof-bottom>strong { font-size: 10px; }
  .pmh .pmh-practice-support-heading h3 { font-size: 23px; }
  .pmh .pmh-practice-contact h3 { font-size: 25px; }
  .pmh .pmh-practice-contact>a { font-size: 10px; padding-inline: 12px; }
}
@media(prefers-reduced-motion:reduce) {
  .pmh-practice-contact>a { transition: none; }
}

/* 相談前の不明点を解消し、実施までの見通しと相談窓口を一続きで伝える。 */
.pmh-story .pmh-closing { padding: 66px 0 60px; background: #f6f3ee; color: #30283e; }
.pmh-closing-hero { display: grid; grid-template-columns: 1.25fr 1fr; align-items: center; gap: 58px; margin-bottom: 55px; }
.pmh-closing-copy { min-width: 0; }
.pmh .pmh-closing-eyebrow { margin: 0 0 20px; color: #664795; font-size: 10px; font-weight: 700; letter-spacing: .13em; }
.pmh .pmh-closing-copy h2 { font-size: clamp(34px,3.8vw,50px); line-height: 1.4; letter-spacing: -.065em; scroll-margin-top: 145px; }
.pmh-closing-copy h2 em { color: #6544a2; background: linear-gradient(transparent 79%,#e1d5f5 79%,#e1d5f5 96%,transparent 96%); }
.pmh .pmh-closing-lead { margin: 24px 0 24px; color: #514759; font-size: 14px; line-height: 2; }
.pmh-closing-actions { display: flex; align-items: center; flex-wrap: wrap; gap: 13px 20px; }
.pmh .pmh-closing-button { display: flex; align-items: center; justify-content: space-between; gap: 28px; width: fit-content; max-width: 100%; min-height: 64px; padding: 17px 22px; border-radius: 7px; background: #513580; color: #fffdf7; font-size: 14px; font-weight: 700; line-height: 1.6; transition: background .2s ease,box-shadow .2s ease; }
.pmh-closing-button>span { font-size: 25px; font-weight: 400; line-height: 1; }
.pmh .pmh-closing-button:hover { background: #694795; box-shadow: 0 5px 16px #51358020; }
.pmh .pmh-closing-faq-link { display: flex; align-items: center; gap: 12px; min-height: 48px; padding: 8px 0; color: #5d4776; font-size: 12px; font-weight: 700; border-bottom: 1px solid #b9a6cf; }
.pmh .pmh-closing-reassurance { margin: 12px 0 0; color: #6c6274; font-size: 11px; line-height: 1.9; }
.pmh-closing-memo { position: relative; min-width: 0; padding: 24px 27px 22px; border: 1px solid #d9cde5; border-radius: 4px 14px 14px 4px; background: #fffdf9; box-shadow: 8px 8px 0 #e7dff0; }
.pmh-closing-memo::before { content: ""; position: absolute; top: -7px; right: 24px; width: 57px; height: 17px; background: #cab6e1b0; transform: rotate(5deg); }
.pmh-closing-memo-top { display: flex; align-items: baseline; justify-content: space-between; gap: 10px; padding-bottom: 13px; border-bottom: 1px solid #e3d8eb; }
.pmh-closing-memo-top>span { color: #70538f; font-size: 7px; letter-spacing: .08em; }
.pmh-closing-memo-top>b { color: #70538f; font-size: 10px; font-weight: 500; }
.pmh .pmh-closing-memo h3 { margin: 17px 0; font-size: 24px; line-height: 1.5; letter-spacing: -.045em; }
.pmh .pmh-closing-memo ol { display: grid; gap: 15px; margin: 0!important; padding: 0!important; list-style: none!important; }
.pmh-closing-memo li { display: flex; align-items: start; gap: 12px; }
.pmh-closing-memo li>span { flex: 0 0 28px; display: grid; place-items: center; width: 28px; height: 28px; border-radius: 50%; background: #e9dff5; color: #64458e; font-size: 10px; font-weight: 700; }
.pmh-closing-memo li strong { display: block; padding-top: 1px; font-size: 14px; line-height: 1.8; }
.pmh .pmh-closing-memo li p { margin: 3px 0 0; color: #72637d; font-size: 11px; line-height: 1.8; }
.pmh .pmh-closing-memo-note { display: flex; align-items: center; gap: 12px; margin: 18px 0 0; padding-top: 14px; border-top: 1px solid #e3d8eb; color: #64458e; font-size: 12px; font-weight: 700; line-height: 1.8; }
.pmh-closing-memo-note>span { font-size: 24px; font-weight: 400; line-height: 1; }
.pmh-closing-process-head { display: flex; justify-content: space-between; align-items: end; gap: 24px; margin-bottom: 21px; }
.pmh-closing-process-head>div>span { color: #70518f; font-size: 9px; font-weight: 700; letter-spacing: .12em; }
.pmh .pmh-closing-process-head h3 { margin: 7px 0 0; font-size: 25px; line-height: 1.5; letter-spacing: -.045em; }
.pmh .pmh-closing-process-head>p { margin: 0; color: #6c6274; font-size: 12px; }
.pmh .pmh-closing-steps { display: grid; grid-template-columns: repeat(4,minmax(0,1fr)); gap: 16px; list-style: none!important; margin: 0!important; padding: 0!important; }
.pmh-closing-step { --close-step-ink: #5d4388; --close-step-paper: #e8dff6; position: relative; display: flex; flex-direction: column; min-width: 0; padding: 20px 18px 17px; border: 1px solid #d7cce3; border-radius: 10px; background: #fffdf9; }
.pmh-closing-step--plan { --close-step-ink: #8b4d34; --close-step-paper: #f6ddcc; }
.pmh-closing-step--try { --close-step-ink: #3c5d78; --close-step-paper: #deebf4; }
.pmh-closing-step--grow { --close-step-ink: #405b2f; --close-step-paper: #e1ebbe; }
.pmh-closing-step:not(:last-child)::after { content: "→"; display: grid; place-items: center; position: absolute; right: -19px; top: 23px; z-index: 1; width: 21px; height: 21px; border: 3px solid #f6f3ee; border-radius: 50%; background: var(--close-step-ink); color: #fff; font-family: sans-serif; font-size: 12px; line-height: 1; }
.pmh-closing-step-top { display: flex; align-items: center; gap: 10px; margin-bottom: 18px; color: var(--close-step-ink); }
.pmh-closing-step-top>b { display: grid; place-items: center; width: 40px; height: 40px; border-radius: 50%; background: var(--close-step-paper); font-size: 21px; font-weight: 700; line-height: 1; letter-spacing: -.04em; }
.pmh-closing-step-top>span { font-size: 9px; font-weight: 700; letter-spacing: .07em; }
.pmh .pmh-closing-step h4 { padding: 0; margin: 0 0 12px; border: 0; background: none; color: var(--close-step-ink); font-size: 26px; line-height: 1.4; letter-spacing: -.055em; text-align: left; }
.pmh .pmh-closing-step>p { margin: 0 0 21px; color: #5a505e; font-size: 12px; line-height: 1.95; }
.pmh-closing-step-output { margin-top: auto; padding: 11px 10px; border-radius: 5px; background: var(--close-step-paper); color: var(--close-step-ink); }
.pmh-closing-step-output>span { display: block; margin-bottom: 4px; font-size: 9px; }
.pmh-closing-step-output>strong { display: block; font-size: 11px; line-height: 1.75; letter-spacing: -.025em; }
.pmh-closing-faq { display: grid; grid-template-columns: .7fr 1.6fr; align-items: start; gap: 50px; margin-top: 58px; padding-top: 40px; border-top: 1px solid #d3cadc; scroll-margin-top: 145px; }
.pmh .pmh-closing-faq-intro .pmh-closing-eyebrow { margin-bottom: 13px; font-size: 9px; }
.pmh .pmh-closing-faq-intro h3 { margin: 0; font-size: 32px; line-height: 1.45; letter-spacing: -.045em; }
.pmh-closing-faq-intro h3 em { color: #694a95; }
.pmh .pmh-closing-faq-intro>p:not(.pmh-closing-eyebrow) { margin: 18px 0 12px; color: #6b6073; font-size: 13px; line-height: 2; }
.pmh .pmh-closing-faq-intro>a { display: flex; align-items: center; justify-content: space-between; gap: 25px; width: fit-content; min-height: 48px; padding: 10px 0; border-bottom: 1px solid #b6a2cc; color: #634386; font-size: 12px; font-weight: 700; }
.pmh-closing-questions { display: grid; gap: 10px; min-width: 0; }
.pmh-closing-questions details { min-width: 0; border: 1px solid #ddd4e5; border-radius: 9px; background: #fffdf9; }
.pmh-closing-questions details[open] { border-color: #baa5d3; }
.pmh-closing-questions summary { display: flex; align-items: center; gap: 14px; min-height: 76px; padding: 17px 20px; border-radius: 8px; color: #40324f; font-size: 14px; font-weight: 700; line-height: 1.8; list-style: none; cursor: pointer; }
.pmh-closing-questions summary::-webkit-details-marker { display: none; }
.pmh-closing-questions summary::marker { content: ""; }
.pmh-closing-questions summary:hover { background: #f2ecf8; }
.pmh-closing-q { display: grid; place-items: center; flex: 0 0 31px; width: 31px; height: 31px; border-radius: 50%; background: #ece2f6; color: #6b4b8e; font-size: 10px; line-height: 1; }
.pmh-closing-toggle { position: relative; flex: 0 0 28px; width: 28px; height: 28px; margin-left: auto; border: 1px solid #cebddd; border-radius: 50%; color: #745396; }
.pmh-closing-toggle::before,.pmh-closing-toggle::after { content: ""; position: absolute; left: 50%; top: 50%; width: 10px; height: 1.5px; background: currentColor; transform: translate(-50%,-50%); }
.pmh-closing-toggle::after { transform: translate(-50%,-50%) rotate(90deg); }
.pmh-closing-questions details[open] .pmh-closing-toggle::after { display: none; }
.pmh-closing-answer { padding: 0 62px 23px 65px; }
.pmh .pmh-closing-answer p { margin: 0; color: #65596e; font-size: 13px; line-height: 2; }
.pmh-closing-answer strong { display: block; margin-bottom: 7px; color: #543b70; font-size: inherit; font-weight: 700; }
.pmh-story .pmh-final-contact { padding: 56px 0; background: #e1ecb3; color: #30283e; scroll-margin-top: 110px; }
.pmh-final-grid { display: grid; grid-template-columns: 1.3fr 1fr; align-items: center; gap: 66px; }
.pmh-final-copy { min-width: 0; }
.pmh .pmh-final-copy .pmh-closing-eyebrow { color: #4e6442; }
.pmh .pmh-final-copy h2 { font-size: clamp(34px,3.8vw,50px); line-height: 1.45; letter-spacing: -.065em; }
.pmh-final-copy h2 em { color: #513580; }
.pmh .pmh-final-copy>p:not(.pmh-closing-eyebrow) { margin: 23px 0 20px; color: #4b5542; font-size: 14px; line-height: 2; }
.pmh-final-promise { display: flex; align-items: center; flex-wrap: wrap; gap: 7px; }
.pmh-final-promise>span { padding: 4px 9px; border: 1px solid #6c795d60; border-radius: 4px; color: #4b5e39; font-size: 10px; line-height: 1.8; }
.pmh-final-signature { display: flex; align-items: center; gap: 14px; margin-top: 31px; color: #485c39; }
.pmh-final-signature>span { display: grid; place-items: center; flex: 0 0 51px; width: 51px; height: 51px; border: 1px solid #71805766; border-radius: 50%; font-size: 31px; line-height: 1; }
.pmh-final-signature strong { display: block; font-size: 13px; }
.pmh-final-signature small { display: block; margin-top: 4px; font-size: 10px; }
.pmh-final-desk { min-width: 0; padding: 29px; border: 1px solid #d3d8b8; border-radius: 14px; background: #fffdf7; box-shadow: 8px 8px 0 #71805716; }
.pmh-final-desk-label { display: block; margin-bottom: 12px; color: #795a97; font-size: 9px; font-weight: 700; letter-spacing: .1em; }
.pmh .pmh-final-desk h3 { margin: 0 0 12px; font-size: 27px; line-height: 1.45; letter-spacing: -.045em; }
.pmh .pmh-final-desk>p { margin: 0; color: #716279; font-size: 12px; line-height: 1.9; }
.pmh-final-after { margin: 21px 0 23px; padding: 15px 17px; background: #f3eef8; border-radius: 7px; }
.pmh-final-after>span { display: block; margin-bottom: 10px; color: #77598e; font-size: 11px; }
.pmh .pmh-final-after>ol { display: grid; gap: 9px; margin: 0!important; padding: 0!important; list-style: none!important; }
.pmh-final-after li { display: flex; align-items: baseline; gap: 12px; }
.pmh-final-after li>b { font-size: 10px; font-weight: 700; color: #87649f; }
.pmh-final-after li>span { color: #594366; font-size: 12px; }
.pmh .pmh-final-desk .pmh-closing-button { width: 100%; min-height: 68px; gap: 12px; }
.pmh .pmh-final-desk .pmh-final-reassurance { margin: 13px 0 0; color: #716279; font-size: 11px; line-height: 1.9; }
.pmh .pmh-closing a:focus-visible,.pmh .pmh-final-contact a:focus-visible { outline: 3px solid #705091; outline-offset: 5px; }
.pmh .pmh-closing-questions summary:focus-visible { outline: 3px solid #705091; outline-offset: 3px; }
@media(min-width:901px) and (max-width:1100px) {
  .pmh-closing-hero { gap: 35px; grid-template-columns: 1.25fr 1fr; }
  .pmh .pmh-closing-copy h2 { font-size: 41px; }
  .pmh .pmh-closing-lead { font-size: 13px; }
  .pmh-closing-memo { padding-inline: 22px; }
  .pmh-closing-memo-top>span { font-size: 6px; }
  .pmh-closing-memo-top>b { font-size: 9px; }
  .pmh-closing-memo li strong { font-size: 12px; }
  .pmh-closing-step { padding-inline: 14px; }
  .pmh .pmh-closing-step h4 { font-size: 24px; }
  .pmh-closing-step-output { padding-inline: 8px; }
  .pmh-closing-step-output>strong { font-size: 10px; }
  .pmh-closing-faq { gap: 30px; }
  .pmh-closing-questions summary { gap: 11px; padding-inline: 16px; font-size: 13px; }
  .pmh-closing-answer { padding-inline: 58px 44px; }
  .pmh-final-grid { gap: 38px; grid-template-columns: 1.15fr 1fr; }
  .pmh .pmh-final-copy h2 { font-size: 40px; }
  .pmh-final-desk { padding: 24px; }
  .pmh .pmh-final-desk .pmh-closing-button { padding-inline: 17px; font-size: 13px; }
}
@media(max-width:900px) {
  .pmh-story .pmh-closing { padding-top: 48px; }
  .pmh-closing-hero { grid-template-columns: 1fr; gap: 32px; margin-bottom: 42px; }
  .pmh .pmh-closing-copy h2 { font-size: 48px; }
  .pmh .pmh-closing-lead { font-size: 15px; }
  .pmh-closing-memo { padding: 24px 27px; }
  .pmh-closing-memo-top>span { font-size: 9px; }
  .pmh .pmh-closing-memo h3>br { display: none; }
  .pmh .pmh-closing-memo ol { gap: 16px; }
  .pmh-closing-memo li strong { font-size: 15px; }
  .pmh .pmh-closing-memo li p { font-size: 12px; }
  .pmh-closing-process-head { align-items: start; flex-direction: column; gap: 10px; }
  .pmh .pmh-closing-steps { grid-template-columns: repeat(2,minmax(0,1fr)); gap: 15px; }
  .pmh-closing-step:not(:last-child)::after { display: none; }
  .pmh-closing-step { padding: 22px; }
  .pmh .pmh-closing-step h4 { font-size: 28px; }
  .pmh .pmh-closing-step>p { font-size: 13px; }
  .pmh-closing-step-output>strong { font-size: 12px; }
  .pmh-closing-faq { grid-template-columns: 1fr; gap: 25px; margin-top: 42px; padding-top: 32px; }
  .pmh-closing-faq-intro { display: grid; grid-template-columns: 1fr 1fr; gap: 0 24px; align-items: center; }
  .pmh-closing-faq-intro .pmh-closing-eyebrow { grid-column: 1/-1; }
  .pmh-closing-faq-intro h3 { grid-column: 1; grid-row: 2/4; }
  .pmh .pmh-closing-faq-intro>p:not(.pmh-closing-eyebrow) { grid-column: 2; margin: 0; }
  .pmh .pmh-closing-faq-intro>a { grid-column: 2; margin-top: 6px; }
  .pmh-final-grid { grid-template-columns: 1fr 1fr; gap: 25px; align-items: start; }
  .pmh .pmh-final-copy h2 { font-size: 32px; }
  .pmh .pmh-final-copy>p:not(.pmh-closing-eyebrow) { font-size: 13px; }
  .pmh-final-signature { margin-top: 22px; gap: 10px; }
  .pmh-final-signature strong { font-size: 11px; }
  .pmh-final-desk { padding: 22px; }
  .pmh .pmh-final-desk h3 { font-size: 24px; }
  .pmh .pmh-final-desk .pmh-closing-button { padding: 16px; font-size: 12px; }
  .pmh .pmh-final-desk .pmh-final-reassurance { font-size: 10px; }
}
@media(max-width:700px) {
  .pmh .pmh-closing-copy h2 { font-size: clamp(34px,7.5vw,46px); scroll-margin-top: 105px; }
  .pmh .pmh-closing-lead { font-size: 14px; }
  .pmh-closing-memo { margin-right: 8px; }
  .pmh .pmh-closing-memo h3 { font-size: 23px; }
  .pmh-closing-process-head h3 { font-size: 23px; }
  .pmh-closing-faq { scroll-margin-top: 105px; }
  .pmh .pmh-closing-faq-intro h3 { font-size: 28px; }
  .pmh .pmh-closing-faq-intro>p:not(.pmh-closing-eyebrow) { font-size: 12px; }
  .pmh-final-grid { grid-template-columns: 1fr; gap: 30px; }
  .pmh .pmh-final-copy h2 { font-size: clamp(34px,7vw,46px); }
  .pmh .pmh-final-copy>p:not(.pmh-closing-eyebrow) { font-size: 14px; }
  .pmh-final-desk { margin-right: 8px; padding: 27px; }
  .pmh .pmh-final-desk h3 { font-size: 28px; }
  .pmh .pmh-final-desk .pmh-closing-button { min-height: 68px; padding-inline: 22px; font-size: 15px; }
  .pmh .pmh-final-desk .pmh-final-reassurance { font-size: 11px; }
}
@media(max-width:560px) {
  .pmh-story .pmh-closing { padding: 38px 0 40px; }
  .pmh .pmh-closing-eyebrow { margin-bottom: 16px; font-size: 9px; }
  .pmh .pmh-closing-copy h2 { font-size: clamp(29px,7.7vw,40px); }
  .pmh .pmh-closing-lead { margin: 20px 0; font-size: 13px; line-height: 2; }
  .pmh-closing-actions { align-items: stretch; flex-direction: column; gap: 8px; }
  .pmh .pmh-closing-actions .pmh-closing-button { width: 100%; font-size: 15px; }
  .pmh .pmh-closing-faq-link { justify-content: center; min-height: 48px; border-bottom: 0; font-size: 13px; }
  .pmh .pmh-closing-reassurance { margin-top: 5px; font-size: 11px; }
  .pmh-closing-hero { gap: 27px; margin-bottom: 34px; }
  .pmh-closing-memo { padding: 20px 18px; }
  .pmh-closing-memo-top { flex-wrap: wrap; gap: 5px 12px; }
  .pmh-closing-memo-top>span { font-size: 7px; }
  .pmh-closing-memo-top>b { font-size: 10px; }
  .pmh .pmh-closing-memo h3 { margin-block: 17px; font-size: 24px; }
  .pmh .pmh-closing-memo h3>br { display: initial; }
  .pmh-closing-memo li { gap: 10px; }
  .pmh-closing-memo li strong { font-size: 14px; }
  .pmh .pmh-closing-memo li p { font-size: 12px; }
  .pmh .pmh-closing-memo-note { gap: 8px; font-size: 12px; }
  .pmh-closing-process-head { gap: 8px; margin-bottom: 17px; }
  .pmh .pmh-closing-process-head h3 { font-size: 22px; }
  .pmh-closing-process-head>div>span { font-size: 8px; }
  .pmh .pmh-closing-steps { gap: 12px; }
  .pmh-closing-step { padding: 16px 14px; }
  .pmh-closing-step-top { gap: 7px; margin-bottom: 15px; }
  .pmh-closing-step-top>b { width: 32px; height: 32px; font-size: 17px; }
  .pmh-closing-step-top>span { font-size: 7px; letter-spacing: 0; }
  .pmh .pmh-closing-step h4 { font-size: 23px; margin-bottom: 10px; }
  .pmh .pmh-closing-step>p { font-size: 12px; line-height: 1.9; margin-bottom: 16px; }
  .pmh-closing-step-output { padding: 9px 8px; }
  .pmh-closing-step-output>span { font-size: 8px; }
  .pmh-closing-step-output>strong { font-size: 10px; }
  .pmh-closing-faq { padding-top: 29px; margin-top: 32px; gap: 20px; }
  .pmh-closing-faq-intro { display: block; }
  .pmh .pmh-closing-faq-intro h3 { font-size: 29px; }
  .pmh .pmh-closing-faq-intro>p:not(.pmh-closing-eyebrow) { margin: 14px 0 0; font-size: 13px; }
  .pmh-closing-faq-intro>p>br { display: none; }
  .pmh .pmh-closing-faq-intro>a { margin-top: 6px; }
  .pmh-closing-questions { gap: 10px; }
  .pmh-closing-questions summary { gap: 10px; min-height: 80px; padding: 17px 14px; font-size: 14px; line-height: 1.8; }
  .pmh-closing-q { flex-basis: 26px; width: 26px; height: 26px; font-size: 9px; }
  .pmh-closing-toggle { flex-basis: 25px; width: 25px; height: 25px; }
  .pmh-closing-answer { padding: 0 18px 20px; }
  .pmh .pmh-closing-answer p { font-size: 13px; }
  .pmh-story .pmh-final-contact { padding: 39px 0 43px; scroll-margin-top: 95px; }
  .pmh .pmh-final-copy h2 { font-size: clamp(31px,8.5vw,40px); }
  .pmh .pmh-final-copy>p:not(.pmh-closing-eyebrow) { margin: 19px 0; font-size: 13px; }
  .pmh-final-promise { gap: 6px; }
  .pmh-final-promise>span { font-size: 10px; padding-inline: 8px; }
  .pmh-final-signature { margin-top: 24px; gap: 12px; }
  .pmh-final-signature>span { width: 44px; height: 44px; flex-basis: 44px; font-size: 27px; }
  .pmh-final-signature strong { font-size: 12px; }
  .pmh-final-desk { padding: 23px 20px; }
  .pmh .pmh-final-desk h3 { font-size: 27px; }
  .pmh .pmh-final-desk>p { font-size: 13px; }
  .pmh-final-after { padding: 16px; margin-block: 19px; }
  .pmh-final-after li>span { font-size: 13px; }
  .pmh .pmh-final-desk .pmh-closing-button { padding: 17px; font-size: 14px; }
  .pmh .pmh-final-desk .pmh-final-reassurance { font-size: 11px; }
}
@media(max-width:380px) {
  .pmh .pmh-closing-copy h2 { font-size: 27px; }
  .pmh .pmh-closing-lead { font-size: 12px; }
  .pmh .pmh-closing-memo h3 { font-size: 22px; }
  .pmh-closing-memo li strong { font-size: 12px; }
  .pmh .pmh-closing-process-head h3 { font-size: 20px; }
  .pmh .pmh-closing-steps { grid-template-columns: 1fr; }
  .pmh-closing-step { display: grid; grid-template-columns: 46px 1fr; gap: 0 12px; padding: 18px; }
  .pmh-closing-step-top { grid-column: 1; grid-row: 1/4; align-items: start; flex-direction: column; gap: 6px; margin: 0; }
  .pmh-closing-step-top>b { width: 37px; height: 37px; font-size: 19px; }
  .pmh-closing-step-top>span { font-size: 6px; }
  .pmh .pmh-closing-step h4 { grid-column: 2; font-size: 24px; }
  .pmh .pmh-closing-step>p { grid-column: 2; font-size: 12px; }
  .pmh-closing-step-output { grid-column: 2; }
  .pmh-closing-questions summary { gap: 8px; padding-inline: 12px; font-size: 13px; }
  .pmh .pmh-final-copy h2 { font-size: 30px; }
  .pmh-final-desk { padding-inline: 17px; }
  .pmh .pmh-final-desk .pmh-closing-button { padding-inline: 13px; font-size: 12px; }
  .pmh .pmh-final-desk .pmh-final-reassurance { font-size: 10px; }
}
@media(prefers-reduced-motion:reduce) {
  .pmh .pmh-closing-button { transition: none; }
}


/* 地域の課題から、対象別の学び・３つの力・相談へつなぐ。 */
.pmh .pmh-needs-heading { align-items: center; }
.pmh .pmh-needs-heading h2 { font-size: clamp(32px,4vw,52px); line-height: 1.45; }
.pmh .pmh-needs-heading h2 br { display: initial; }
.pmh .pmh-needs-lead { font-size: clamp(16px,1.65vw,21px); line-height: 1.9; margin: 24px 0 0; font-weight: 700; color: #51485f; }
.pmh-proposal-audience { padding: 26px 28px; background: #e9e3f2; border: 1px solid #d1c5e3; border-radius: 14px; }
.pmh-proposal-audience>span { display: block; color: #62479a; font-size: 11px; font-weight: 700; margin-bottom: 16px; }
.pmh .pmh-proposal-audience h3 { font-size: clamp(23px,2.35vw,31px); line-height: 1.55; }
.pmh .pmh-proposal-audience p { font-size: 13px; margin-bottom: 12px; }
.pmh .pmh-proposal-audience a { display: flex; align-items: center; justify-content: space-between; gap: 12px; min-height: 48px; border-top: 1px solid #baaccc; font-size: 11px; font-weight: 700; }
.pmh-proposal-audience a>b { font-size: 23px; font-weight: 400; flex-shrink: 0; }
.pmh-needs-response { display: grid; grid-template-columns: 180px 1fr; align-items: center; gap: 24px; padding: 24px 0; margin-bottom: 24px; border-block: 1px solid #c6c1ce; }
.pmh-needs-response>span { font-size: 12px; font-weight: 700; color: #62479a; }
.pmh .pmh-needs-response p { margin: 0; font-size: 15px; line-height: 1.9; }
.pmh .pmh-challenge-bridge--compact>a { min-height: 48px; align-items: center; }
.pmh-learning-paths { margin-top: 52px; padding-top: 38px; border-top: 1px solid #c6c1ce; scroll-margin-top: 110px; }
.pmh-learning-paths-heading { display: grid; grid-template-columns: 1fr 1fr; gap: 28px; align-items: end; margin-bottom: 28px; }
.pmh .pmh-learning-paths-heading .pmh-eyebrow { font-size: 9px; margin-bottom: 12px; }
.pmh .pmh-learning-paths-heading h3 { font-size: clamp(24px,2.5vw,34px); line-height: 1.5; margin: 0; }
.pmh-learning-paths-heading h3 em { color: #62479a; }
.pmh .pmh-learning-paths-heading>p { font-size: 13px; margin: 0; color: #5f6069; }
.pmh-learning-paths-grid { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 22px; }
.pmh-learning-path { --path-ink: #594188; --path-wash: #ece5f6; display: flex; flex-direction: column; min-width: 0; padding: 30px; background: #fffdf8; border: 1px solid #d7cde3; border-top: 5px solid var(--path-ink); border-radius: 14px; scroll-margin-top: 110px; }
.pmh-learning-path--adult { --path-ink: #3d586e; --path-wash: #e1ecf2; border-color: #c3d1d8; border-top-color: var(--path-ink); }
.pmh-learning-path-label { color: var(--path-ink); font-size: 11px; font-weight: 700; }
.pmh .pmh-learning-path h4 { font-size: clamp(24px,2.45vw,32px); font-weight: 700; line-height: 1.55; letter-spacing: -.04em; color: var(--path-ink); margin: 18px 0; }
.pmh .pmh-learning-path>p { font-size: 14px; line-height: 1.95; }
.pmh-learning-path dl { margin: 0 0 24px; }
.pmh-learning-path dl>div { display: grid; grid-template-columns: 72px 1fr; gap: 16px; padding: 12px 0; border-top: 1px solid #d8d4dd; font-size: 13px; }
.pmh-learning-path dt { color: var(--path-ink); font-weight: 700; }
.pmh-learning-path dd { margin: 0; }
.pmh-learning-path-outcome { background: var(--path-wash); padding: 18px 20px; margin-top: auto; border-radius: 8px; }
.pmh-learning-path-outcome>span { font-size: 10px; color: var(--path-ink); display: block; margin-bottom: 4px; }
.pmh-learning-path-outcome>strong { font-size: 16px; display: block; color: var(--path-ink); }
.pmh-learning-path-outcome>small { font-size: 11px; display: block; margin-top: 8px; color: #505665; }
.pmh .pmh-learning-path>a { display: flex; align-items: center; justify-content: space-between; min-height: 56px; gap: 12px; margin-top: 16px; color: var(--path-ink); font-size: 13px; font-weight: 700; border-bottom: 1px solid currentColor; }
.pmh-learning-path a>b { font-size: 24px; font-weight: 400; }
.pmh .pmh-learning-paths-note { font-size: 11px; color: #5f6069; margin: 18px 0 0; line-height: 1.9; }
.pmh-global-details { border-block: 1px solid #aeb8b6; margin-top: 26px; }
.pmh-global-details>summary { list-style: none; display: flex; align-items: center; justify-content: space-between; gap: 24px; padding: 24px 0; min-height: 86px; cursor: pointer; font-size: 18px; font-weight: 700; }
.pmh-global-details>summary::-webkit-details-marker { display: none; }
.pmh-global-details>summary>span>small { display: block; font-size: 9px; letter-spacing: .12em; color: #4e6579; margin-bottom: 6px; }
.pmh-global-details>summary>span+span { font-size: 11px; color: #4e6579; display: flex; align-items: center; gap: 20px; }
.pmh-global-details>summary b { font-size: 24px; font-weight: 400; }
.pmh-global-details[open]>summary b { transform: rotate(45deg); }
.pmh-global-details[open] { padding-bottom: 24px; }
.pmh .pmh-global-details>summary:hover,.pmh .pmh-learning-path>a:hover,.pmh .pmh-proposal-audience a:hover { color: #62479a; }
.pmh .pmh-evidence-next { display: flex; align-items: center; justify-content: space-between; gap: 24px; padding: 24px 0 0; min-height: 72px; font-size: 12px; color: #3d586e; }
.pmh-evidence-next strong { display: block; font-size: 18px; margin-top: 6px; }
.pmh-evidence-next>b { font-size: 30px; font-weight: 400; }
@media (max-width: 850px) {
  .pmh-needs-heading { grid-template-columns: 1fr; gap: 24px; }
  .pmh .pmh-needs-heading h2 { font-size: 38px; }
  .pmh-proposal-audience { padding: 22px; }
  .pmh .pmh-proposal-audience h3 { font-size: 25px; }
  .pmh-needs-response { grid-template-columns: 1fr; gap: 10px; }
  .pmh-learning-paths-heading { grid-template-columns: 1fr; gap: 16px; }
  .pmh-learning-path { padding: 24px 20px; }
  .pmh-learning-path dl>div { grid-template-columns: 62px 1fr; gap: 10px; }
}
@media (max-width: 600px) {
  .pmh-needs-heading { grid-template-columns: 1fr; }
  .pmh .pmh-needs-heading h2 { font-size: clamp(28px,7.6vw,40px); }
  .pmh-proposal-audience { padding: 22px; }
  .pmh .pmh-needs-lead { font-size: 16px; margin-top: 18px; }
  .pmh .pmh-needs-response p { font-size: 14px; }
  .pmh-learning-paths { margin-top: 34px; padding-top: 28px; }
  .pmh-learning-paths-grid { grid-template-columns: 1fr; gap: 20px; }
  .pmh .pmh-learning-path h4 { font-size: 27px; }
  .pmh-learning-path { padding: 24px; }
  .pmh-global-details>summary { gap: 12px; font-size: 15px; }
  .pmh-global-details>summary>span+span { max-width: 104px; gap: 10px; font-size: 10px; }
  .pmh-evidence-next strong { font-size: 16px; }
}
@media (max-width: 380px) {
  .pmh-learning-path { padding: 20px; }
  .pmh .pmh-learning-path h4 { font-size: 24px; }
  .pmh-learning-path dl>div { grid-template-columns: 1fr; gap: 3px; }
  .pmh-learning-path-outcome { padding: 16px; }
  .pmh-learning-path-outcome>strong { font-size: 15px; }
}

.pmh-audience-goals { margin: 20px 0 12px; }
.pmh-audience-goals>div { display: grid; grid-template-columns: 64px 1fr; gap: 14px; padding: 12px 0; border-top: 1px solid #c8bcd9; font-size: 13px; line-height: 1.85; }
.pmh-audience-goals dt { color: #62479a; font-weight: 700; }
.pmh-audience-goals dd { margin: 0; }
@media (max-width: 380px) { .pmh-audience-goals>div { grid-template-columns: 1fr; gap: 4px; } }

/* 学びの先を、一人の歩みから想像できるインタビューへの入口。 */
.pmh .pmh-role-model-hero-link { display: inline-flex; align-items: center; gap: 16px; min-height: 44px; margin-top: 14px; color: #dfd2ed; font-size: 12px; text-decoration: underline; text-underline-offset: 5px; }
.pmh-role-model-hero-link:hover { color: #fff; }
.pmh .pmh-role-model { padding: 64px 0 32px; margin-bottom: 0; background: #f5f0f6; border-bottom: 1px solid #d8ccdF; scroll-margin-top: 110px; }
.pmh .pmh-role-model + .pmh-challenges { margin-top: 0; padding-top: 32px; }
.pmh-role-model-heading { display: flex; justify-content: space-between; align-items: center; gap: 16px; margin-bottom: 30px; padding-bottom: 18px; border-bottom: 1px solid #c9bdcf; }
.pmh .pmh-role-model-heading p { margin: 0; color: #624779; font-size: 12px; }
.pmh .pmh-role-model-heading .pmh-eyebrow { font-size: 10px; }
.pmh-role-model-grid { display: grid; grid-template-columns: minmax(0,.9fr) minmax(0,1.1fr); gap: clamp(28px,4.4vw,64px); align-items: center; }
.pmh-role-model-portrait { margin: 0; min-width: 0; }
.pmh-role-model-portrait>a { display: block; position: relative; overflow: hidden; }
.pmh-role-model-portrait img { display: block; width: 100%; height: auto; aspect-ratio: 1/1; object-fit: cover; object-position: 63% center; }
.pmh-role-model-photo-link { position: absolute; right: 0; bottom: 0; display: flex; align-items: center; gap: 28px; padding: 15px 22px; background: #49305e; color: #fff; font: 700 10px/1.5 Arial,sans-serif; letter-spacing: .12em; }
.pmh-role-model-photo-link b { font-size: 23px; font-weight: 400; }
.pmh-role-model-portrait>a:hover .pmh-role-model-photo-link { background: #63417d; }
.pmh-role-model-portrait figcaption { display: flex; justify-content: space-between; align-items: center; gap: 20px; padding-top: 20px; color: #49305e; }
.pmh-role-model-portrait figcaption small { display: block; font: 10px/1.5 Arial,sans-serif; letter-spacing: .14em; }
.pmh-role-model-portrait figcaption strong { display: block; font-size: 24px; letter-spacing: .1em; margin-top: 4px; }
.pmh-role-model-portrait figcaption>span { font-size: 12px; }
.pmh .pmh-role-model-copy h2 { font-size: clamp(27px,2.65vw,38px); line-height: 1.55; }
.pmh-role-model-copy h2 em { color: #624779; }
.pmh .pmh-role-model-copy>p { font-size: 14px; line-height: 1.95; margin: 18px 0; }
.pmh .pmh-role-model-copy .pmh-role-model-lead { font-size: 17px; font-weight: 700; margin-top: 22px; }
.pmh-role-model-steps { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); gap: 14px; list-style: none; padding: 20px 0; margin: 24px 0; border-block: 1px solid #d4c6dc; }
.pmh-role-model-steps li { margin: 0; padding: 0; }
.pmh-role-model-steps li:before { content: none; }
.pmh-role-model-steps span { display: block; font-size: 10px; color: #715b81; margin-bottom: 6px; }
.pmh-role-model-steps strong { display: block; font-size: 12px; }
.pmh .pmh-role-model-button { display: flex; align-items: center; justify-content: space-between; gap: 16px; min-height: 62px; padding: 16px 22px; background: #49305e; color: #fff; font-size: 14px; font-weight: 700; }
.pmh .pmh-role-model-button:hover { background: #63417d; }
.pmh-role-model-button>span { font-size: 25px; font-weight: 400; }
.pmh .pmh-role-model-learning { display: inline-flex; align-items: center; gap: 20px; min-height: 44px; margin-top: 8px; font-size: 12px; color: #624779; }
.pmh-role-model-learning:hover { text-decoration: underline; text-underline-offset: 5px; }
@media (max-width: 850px) {
  .pmh-role-model-grid { grid-template-columns: 1fr; gap: 30px; }
  .pmh-role-model-portrait img { aspect-ratio: 16/9; }
  .pmh-role-model-copy { max-width: 640px; }
}
@media (max-width: 600px) {
  .pmh .pmh-role-model { padding: 40px 0 24px; }
  .pmh .pmh-role-model + .pmh-challenges { padding-top: 24px; }
  .pmh-role-model-heading { display: block; margin-bottom: 24px; }
  .pmh .pmh-role-model-heading .pmh-eyebrow { margin-bottom: 8px; }
  .pmh-role-model-portrait figcaption strong { font-size: 22px; }
  .pmh .pmh-role-model-copy h2 { font-size: clamp(24px,6.6vw,32px); }
  .pmh .pmh-role-model-copy .pmh-role-model-lead { font-size: 15px; }
  .pmh-role-model-steps { grid-template-columns: 1fr; gap: 12px; padding-block: 18px; }
  .pmh-role-model-steps li { display: grid; grid-template-columns: 100px 1fr; gap: 10px; align-items: center; }
  .pmh-role-model-steps span { margin: 0; }
  .pmh .pmh-role-model-button { font-size: 13px; padding-inline: 18px; }
}

/* 人材育成の入口で、3つの力と演習の成果、実施の相談先を見渡せるようにする。 */
.pm-page-transition.has-story.is-talent { --pmti-lime: #e1edac; --pmti-progress: 100%; grid-template-columns: minmax(0, 1160px); grid-auto-rows: max-content; place-content: safe center; padding: 24px 36px; pointer-events: auto; overscroll-behavior: contain; background: radial-gradient(ellipse at 85% 5%, #69508d55, transparent 60%), #251f32fa; font-family: "Noto Sans JP", "Yu Gothic", sans-serif; }
.pm-page-transition.has-story.is-talent * { box-sizing: border-box; }
.pm-page-transition.has-story.is-talent > span { font-size: 9px; line-height: 1.6; letter-spacing: .14em; color: #cbb9e0; }
.pm-page-transition.has-story.is-talent > b { font-size: 29px; line-height: 1; letter-spacing: -.06em; margin-top: 8px; }
.pm-page-transition.has-story.is-talent .pm-transition-close { top: 16px; right: 18px; width: 44px; height: 44px; font-size: 26px; }
.pm-page-transition.has-story.is-talent a:focus-visible, .pm-page-transition.has-story.is-talent button:focus-visible { outline: 3px solid var(--pmti-lime); outline-offset: 4px; }
.pm-page-transition.has-story.is-talent .pm-transition-story { display: grid; grid-template-columns: 1fr 1fr; align-items: center; gap: 40px; width: 100%; margin-top: 20px; }
.pm-page-transition.has-story.is-talent .pm-transition-story__headline { font-size: clamp(32px, 3.3vw, 43px); line-height: 1.35; letter-spacing: -.055em; }
.pm-page-transition.has-story.is-talent .pm-transition-story__line:last-child { color: var(--pmti-lime); }
.pm-page-transition.has-story.is-talent .pm-transition-story__char { animation: none; opacity: 1; transform: none; filter: none; }
.pm-page-transition.has-story.is-talent .pm-transition-story__copy { max-width: none; margin: 0; font-size: 13px; line-height: 1.95; color: #e6dfef; animation: none; opacity: 1; }
.pm-page-transition.has-story.is-talent .pm-transition-proof { width: 100%; margin-top: 22px; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 16px; opacity: 1; transform: none; transition: none; }
.pm-talent-transition-card { --pmti-ink: #563781; --pmti-rule: #b7a5ce; display: flex; flex-direction: column; min-width: 0; padding: 18px 20px; border-radius: 5px; border-top: 4px solid #a78acb; background: #eee6f8; color: #30253f; }
.pm-talent-transition-card:nth-child(2) { --pmti-ink: #315c7b; --pmti-rule: #98b4c9; background: #e3edf4; border-color: #83a9c4; }
.pm-talent-transition-card:nth-child(3) { --pmti-ink: #476335; --pmti-rule: #adbd98; background: #e7eed8; border-color: #a9bd7c; }
.pm-talent-transition-point { display: block; color: var(--pmti-ink); font: 700 10px/1.7 Arial, sans-serif; letter-spacing: .08em; }
.pm-page-transition.has-story.is-talent .pm-talent-transition-card h3 { margin: 8px 0 0 !important; padding: 0 !important; border: 0 !important; background: none !important; text-align: left !important; color: var(--pmti-ink) !important; font-size: 38px; line-height: 1.3; letter-spacing: -.065em; }
.pm-talent-transition-card h3::before, .pm-talent-transition-card h3::after { content: none !important; }
.pm-talent-transition-benefit { display: block; margin-top: 7px; font-size: 14px; line-height: 1.8; }
.pm-page-transition.has-story.is-talent .pm-talent-transition-card > small { display: block; margin: 10px 0 15px; font-size: 13px; line-height: 1.95; letter-spacing: 0; color: #4d4855; }
.pm-talent-transition-output { margin-top: auto; padding-top: 12px; border-top: 1px solid var(--pmti-rule); }
.pm-talent-transition-output > span { display: block; color: var(--pmti-ink); font-size: 10px; line-height: 1.8; }
.pm-talent-transition-output > b { display: block; margin-top: 6px; font-size: 12px; line-height: 1.8; }
.pm-talent-transition-detail { display: flex; align-items: center; justify-content: space-between; gap: 14px; min-height: 42px; margin-top: 14px; padding: 10px 12px; border-radius: 3px; color: #fff; background: var(--pmti-ink); font-size: 12px; line-height: 1.8; font-weight: 700; text-decoration: none; }
.pm-talent-transition-detail > span { font-size: 22px; line-height: 1; font-weight: 400; }
.pm-talent-transition-detail:hover { color: #fff; background: #30253f; }
.pm-talent-transition-card .pm-talent-transition-detail:focus-visible { outline-color: var(--pmti-ink); }
.pm-talent-transition-footer { display: grid; grid-template-columns: 1.15fr 1fr; gap: 26px; align-items: center; margin-top: 20px; padding-top: 18px; border-top: 1px solid #8e7c9e; }
.pm-page-transition.has-story.is-talent .pm-transition-message { width: 100%; max-width: none; min-height: 0; margin: 0; font-size: 12px; line-height: 1.95; letter-spacing: 0; color: #e8e1ef; opacity: 1; }
.pm-talent-transition-note { display: block; margin-top: 6px; color: #c7b7d6; font-size: 10px; line-height: 1.7; }
.pm-talent-transition-actions { display: grid; grid-template-columns: 1fr 1.1fr; gap: 12px; }
.pm-talent-transition-actions a { display: flex; align-items: center; justify-content: space-between; gap: 12px; min-height: 58px; padding: 12px 16px; border: 1px solid #b6a1c7; border-radius: 4px; color: #fffaf6; font-size: 12px; font-weight: 700; line-height: 1.75; text-decoration: none; }
.pm-talent-transition-actions a + a { background: var(--pmti-lime); color: #30253f; border-color: var(--pmti-lime); }
.pm-talent-transition-actions a > span { flex-shrink: 0; font-size: 23px; line-height: 1; font-weight: 400; }
.pm-talent-transition-actions a:hover { background: #f2f8d9; color: #30253f; }
.pm-talent-transition-playback { display: flex; align-items: center; justify-content: end; gap: 14px; margin-top: 12px; color: #cbbfda; font-size: 10px; }
.pm-talent-transition-progress { width: 70px; height: 2px; background: #7b6b8d; }
.pm-talent-transition-progress > i { display: block; width: var(--pmti-progress); height: 100%; background: var(--pmti-lime); transition: width 1s linear; }
.pm-talent-transition-playback button { display: flex; align-items: center; gap: 10px; min-height: 36px; padding: 6px 12px; border: 1px solid #8e7c9e; border-radius: 3px; background: transparent; color: #f1eaf8; font: 11px/1.6 "Noto Sans JP", sans-serif; cursor: pointer; }
.pm-talent-transition-playback button:hover { background: #594767; }
@media (max-width: 1100px) {
  .pm-page-transition.has-story.is-talent { padding: 24px; }
  .pm-page-transition.has-story.is-talent .pm-transition-story { gap: 28px; }
  .pm-page-transition.has-story.is-talent .pm-transition-story__headline { font-size: 34px; }
  .pm-page-transition.has-story.is-talent .pm-transition-story__copy { font-size: 12px; }
  .pm-page-transition.has-story.is-talent .pm-transition-proof { gap: 12px; }
  .pm-talent-transition-card { padding: 17px; }
  .pm-page-transition.has-story.is-talent .pm-talent-transition-card h3 { font-size: 34px; }
  .pm-talent-transition-benefit { font-size: 12px; }
  .pm-page-transition.has-story.is-talent .pm-talent-transition-card > small { font-size: 11px; }
  .pm-talent-transition-output > b { font-size: 10px; }
  .pm-talent-transition-detail { font-size: 10px; padding-inline: 10px; }
  .pm-talent-transition-footer { gap: 18px; }
  .pm-talent-transition-actions { grid-template-columns: 1fr; gap: 8px; }
  .pm-talent-transition-actions a { min-height: 44px; padding: 8px 14px; }
}
@media (min-width: 761px) and (max-height: 800px) {
  .pm-page-transition.has-story.is-talent { padding-block: 18px; }
  .pm-page-transition.has-story.is-talent .pm-transition-story { margin-top: 16px; }
  .pm-page-transition.has-story.is-talent .pm-transition-story__headline { font-size: 36px; }
  .pm-page-transition.has-story.is-talent .pm-transition-proof { margin-top: 18px; }
  .pm-talent-transition-footer { margin-top: 16px; padding-top: 14px; }
}
@media (max-width: 760px) {
  .pm-page-transition.has-story.is-talent { padding: 24px; place-content: start center; }
  .pm-page-transition.has-story.is-talent > span { max-width: calc(100% - 45px); font-size: 8px; line-height: 1.8; }
  .pm-page-transition.has-story.is-talent > b { font-size: 27px; margin-top: 8px; }
  .pm-page-transition.has-story.is-talent .pm-transition-story { display: block; margin-top: 22px; }
  .pm-page-transition.has-story.is-talent .pm-transition-story__headline { font-size: clamp(28px, 7.5vw, 40px); line-height: 1.45; }
  .pm-page-transition.has-story.is-talent .pm-transition-story__copy { margin-top: 14px; font-size: 12px; }
  .pm-page-transition.has-story.is-talent .pm-transition-proof { grid-template-columns: 1fr; gap: 16px; margin-top: 22px; }
  .pm-talent-transition-card { padding: 23px; }
  .pm-page-transition.has-story.is-talent .pm-talent-transition-card h3 { font-size: 42px; }
  .pm-talent-transition-benefit { font-size: 14px; }
  .pm-page-transition.has-story.is-talent .pm-talent-transition-card > small { font-size: 12px; }
  .pm-talent-transition-output > b { font-size: 12px; }
  .pm-talent-transition-detail { font-size: 12px; min-height: 46px; padding-inline: 14px; }
  .pm-talent-transition-footer { grid-template-columns: 1fr; gap: 20px; margin-top: 22px; padding-top: 20px; }
  .pm-page-transition.has-story.is-talent .pm-transition-message { font-size: 12px; }
  .pm-talent-transition-note { font-size: 10px; }
  .pm-talent-transition-actions { gap: 12px; }
  .pm-talent-transition-actions a { min-height: 56px; padding: 14px 18px; font-size: 12px; }
  .pm-talent-transition-playback { justify-content: space-between; flex-wrap: wrap; gap: 10px; }
  .pm-talent-transition-progress { width: 40px; }
}
@media (max-width: 360px) {
  .pm-page-transition.has-story.is-talent { padding-inline: 18px; }
  .pm-page-transition.has-story.is-talent .pm-transition-story__headline { font-size: 26px; }
  .pm-talent-transition-card { padding: 20px; }
}
@media (prefers-reduced-motion: reduce) { .pm-talent-transition-progress > i { transition: none; } }
