<!DOCTYPE html>
<html lang="ja">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>YHC × 甲信 Green Gas Cascade|金融機関内部向け具体化提案</title>
<style>
:root{
--ink:#10202b; --muted:#5c6c74; --navy:#0a2c3c; --navy2:#143f50;
--teal:#0d7c73; --teal2:#18a697; --mint:#e9f6f3; --green:#399b67;
--lime:#a9d85e; --amber:#d99b2b; --red:#bf5b53; --blue:#3b6fa8;
--paper:#f5f7f7; --white:#fff; --line:#d8e1e3; --soft:#eef3f4;
--shadow:0 12px 32px rgba(12,38,50,.09);
}
*{box-sizing:border-box} html{scroll-behavior:smooth}
body{margin:0;background:var(--paper);color:var(--ink);font-family:-apple-system,BlinkMacSystemFont,"Segoe UI","Yu Gothic UI","Hiragino Kaku Gothic ProN","Noto Sans JP",sans-serif;line-height:1.68;font-size:15px}
a{color:var(--teal);text-decoration:none} a:hover{text-decoration:underline}
.wrap{max-width:1240px;margin:auto;padding:0 26px 70px}
.hero{background:linear-gradient(125deg,#082836 0%,#0b4d53 56%,#12776d 100%);color:#fff;padding:50px 0 38px;position:relative;overflow:hidden}
.hero:before{content:"";position:absolute;right:-160px;top:-200px;width:620px;height:620px;border:1px solid rgba(255,255,255,.11);border-radius:50%}
.hero:after{content:"";position:absolute;right:30px;top:40px;width:330px;height:330px;background:radial-gradient(circle,rgba(169,216,94,.16),transparent 66%);border-radius:50%}
.hero .wrap{padding-bottom:0;position:relative;z-index:1}
.kicker{font-size:12px;letter-spacing:.17em;text-transform:uppercase;font-weight:700;color:#bfe4dd}
h1{font-size:40px;line-height:1.22;margin:10px 0 14px;max-width:1000px;letter-spacing:-.02em}
.subtitle{font-size:19px;color:#d9eded;max-width:930px}.meta{margin-top:25px;display:flex;gap:10px;flex-wrap:wrap}
.meta span{border:1px solid rgba(255,255,255,.28);border-radius:999px;padding:5px 10px;font-size:12px;color:#effafa}
.nav{position:sticky;top:0;z-index:30;background:rgba(255,255,255,.95);backdrop-filter:blur(10px);border-bottom:1px solid var(--line)}
.nav .inner{max-width:1240px;margin:auto;padding:8px 24px;display:flex;gap:16px;overflow-x:auto;white-space:nowrap;font-size:12px;font-weight:700}
.nav a{color:#31515d}.nav a:hover{color:var(--teal);text-decoration:none}
section{scroll-margin-top:58px;margin-top:30px;background:#fff;border:1px solid var(--line);border-radius:18px;box-shadow:var(--shadow);overflow:hidden}
.section-head{padding:26px 30px 17px;border-bottom:1px solid var(--line);background:linear-gradient(180deg,#fff,#fbfcfc)}
.section-head .num{font-size:12px;font-weight:800;color:var(--teal);letter-spacing:.12em;text-transform:uppercase}
h2{font-size:27px;line-height:1.3;margin:4px 0 5px;letter-spacing:-.02em} h3{font-size:19px;line-height:1.35;margin:20px 0 8px;color:#183d49}
.lead{font-size:16px;color:#48606a;margin:0;max-width:1000px}.body{padding:26px 30px 30px}
.grid2{display:grid;grid-template-columns:1fr 1fr;gap:18px}.grid3{display:grid;grid-template-columns:repeat(3,1fr);gap:16px}.grid4{display:grid;grid-template-columns:repeat(4,1fr);gap:14px}
.card{border:1px solid var(--line);border-radius:14px;padding:18px;background:#fff}.card.soft{background:#f8fbfb}.card.teal{background:var(--mint);border-color:#c8e9e3}.card.dark{background:var(--navy);color:#fff;border:0}.card.dark h3{color:#fff}.card h3:first-child{margin-top:0}
.big{font-size:29px;font-weight:800;line-height:1.15;letter-spacing:-.02em}.small{font-size:12px;color:var(--muted)}.dark .small{color:#b9d2d8}
.badge{display:inline-flex;align-items:center;border-radius:999px;padding:3px 8px;font-size:10px;font-weight:800;letter-spacing:.06em;text-transform:uppercase;vertical-align:middle;margin-left:5px}
.fact{background:#def1ed;color:#08645c}.model{background:#e7edf7;color:#355f91}.infer{background:#fff0cf;color:#926013}.verify{background:#f7dfdc;color:#9c4943}.decision{background:#def0df;color:#247044}
.callout{border-left:4px solid var(--teal);background:#f1f9f7;padding:16px 18px;margin:17px 0;border-radius:0 12px 12px 0}.callout.warn{border-color:var(--amber);background:#fff8e8}.callout.red{border-color:var(--red);background:#fff1ef}
.callout b{color:#143c47}
.keymsg{font-size:21px;font-weight:800;color:#103f47;line-height:1.45;margin:0}
ul.clean{padding-left:19px;margin:8px 0}ul.clean li{margin:5px 0}
.metric-row{display:flex;gap:12px;flex-wrap:wrap;margin:17px 0}.metric{min-width:155px;flex:1;border:1px solid var(--line);border-radius:12px;padding:13px 14px;background:#fbfcfc}.metric strong{display:block;font-size:22px;color:#0a6b63}.metric span{font-size:11px;color:var(--muted)}
table{width:100%;border-collapse:collapse;font-size:13px;margin:12px 0 4px} th{background:#eaf2f3;color:#21434e;font-weight:800;text-align:left;padding:10px 9px;border:1px solid #d3e0e2;vertical-align:top} td{padding:10px 9px;border:1px solid #dce5e7;vertical-align:top} tr:nth-child(even) td{background:#fbfcfc}.table-wrap{overflow-x:auto}
.rank{font-weight:800;font-size:18px}.rank.one{color:#0d7c73}.rank.two{color:#396a94}.rank.three{color:#946d26}
.figure{border:1px solid var(--line);border-radius:14px;padding:14px;background:#fbfdfd;margin:18px 0}.figure-title{font-weight:800;margin:0 0 10px;color:#21444f}.caption{font-size:11px;color:#667880;margin-top:9px}
svg{max-width:100%;height:auto;display:block} .svg-label{font-family:-apple-system,BlinkMacSystemFont,"Segoe UI","Yu Gothic UI",sans-serif}
.flowbox{fill:#fff;stroke:#b9cdd1;stroke-width:1.3}.flowgreen{fill:#e3f4ef;stroke:#7fcbbb;stroke-width:1.4}.flowblue{fill:#eaf0f8;stroke:#8ca9cb;stroke-width:1.4}.flowgold{fill:#fff4d8;stroke:#e4bd63;stroke-width:1.4}.flowdark{fill:#133e4b;stroke:#133e4b}.arrow{stroke:#64808a;stroke-width:2.2;fill:none;marker-end:url(#arrow)}
.pill{display:inline-block;padding:3px 8px;background:#edf5f5;border-radius:999px;font-size:11px;color:#335763;font-weight:700;margin:2px 3px 2px 0}
.priority{display:flex;gap:10px;align-items:flex-start;border-bottom:1px dashed var(--line);padding:12px 0}.priority:last-child{border-bottom:0}.priority .n{width:28px;height:28px;border-radius:50%;background:var(--navy);color:#fff;display:flex;align-items:center;justify-content:center;font-weight:800;flex:0 0 auto}
.track{height:11px;border-radius:8px;background:#e8efef;overflow:hidden;margin-top:6px}.track span{display:block;height:100%;border-radius:8px;background:linear-gradient(90deg,#1a9c8c,#71bf83)}
.kpi{display:grid;grid-template-columns:160px 1fr 100px;gap:10px;align-items:center;margin:9px 0;font-size:12px}.kpi .val{text-align:right;font-weight:800;color:#245865}
.calc{background:#0b2f3d;color:#fff;border-radius:16px;padding:22px}.calc h3{color:#fff;margin-top:0}.calc-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:14px}.control{background:rgba(255,255,255,.07);border:1px solid rgba(255,255,255,.14);padding:12px;border-radius:10px}.control label{display:block;font-size:11px;color:#c6dde1;margin-bottom:5px}.control input{width:100%}.control .num{font-size:18px;font-weight:800;color:#fff}.outputs{display:grid;grid-template-columns:repeat(4,1fr);gap:10px;margin-top:15px}.out{background:#fff;color:#143642;border-radius:11px;padding:13px}.out .v{font-size:22px;font-weight:800;color:#0b776d}.out .l{font-size:10px;color:#5f747b}
.timeline{position:relative;margin:18px 0}.step{display:grid;grid-template-columns:105px 1fr;gap:14px;padding:12px 0;border-bottom:1px solid var(--line)}.step:last-child{border-bottom:0}.when{font-weight:800;color:#0d746c}.owner{font-size:11px;color:#567078}
.contracts{display:grid;grid-template-columns:repeat(4,1fr);gap:12px}.contract{border-top:4px solid var(--teal);background:#f8fbfb;border-radius:9px;padding:13px;min-height:150px}.contract:nth-child(2n){border-color:var(--blue)}.contract:nth-child(3n){border-color:var(--amber)}.contract b{display:block;margin-bottom:6px}
.gate{display:flex;align-items:flex-start;gap:10px;margin:9px 0}.gate .icon{width:22px;height:22px;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:12px;font-weight:900;flex:0 0 auto}.go{background:#dff2e5;color:#287447}.stop{background:#fae3e0;color:#a84c46}.hold{background:#fff0cf;color:#8d671c}
.source{font-size:11px;line-height:1.55}.source td:first-child{width:45px;font-weight:800;color:#42616c}.source a{word-break:break-all}
.footer-note{font-size:11px;color:#697b82;margin-top:18px}.mono{font-family:ui-monospace,SFMono-Regular,Menlo,Consolas,monospace;font-size:12px;background:#f3f6f7;border:1px solid var(--line);border-radius:9px;padding:10px 12px;overflow-x:auto}
.scenario-tabs{display:flex;gap:8px;flex-wrap:wrap;margin-bottom:13px}.scenario-tabs button{border:1px solid #bfd1d5;background:#fff;border-radius:999px;padding:6px 11px;color:#31505b;font-weight:700;cursor:pointer}.scenario-tabs button.active{background:var(--teal);border-color:var(--teal);color:#fff}
.scenario{display:none}.scenario.active{display:block}
.no-break{break-inside:avoid}
@media(max-width:900px){h1{font-size:31px}.grid2,.grid3,.grid4,.calc-grid,.outputs,.contracts{grid-template-columns:1fr}.kpi{grid-template-columns:130px 1fr 75px}.body,.section-head{padding-left:19px;padding-right:19px}.wrap{padding-left:14px;padding-right:14px}}
@media print{body{background:#fff;font-size:11px}.nav{display:none}.hero{padding:25px 0;background:#123d49!important;-webkit-print-color-adjust:exact;print-color-adjust:exact}.hero h1{font-size:28px}section{box-shadow:none;border-radius:0;margin-top:15px;break-inside:auto}.body{padding:15px 18px 18px}.section-head{padding:14px 18px 10px}.calc{background:#153f4b!important;-webkit-print-color-adjust:exact;print-color-adjust:exact}.no-print{display:none}.grid2,.grid3,.grid4{gap:8px}.card,.figure{break-inside:avoid}a{color:#114d58;text-decoration:none}}
</style>
</head>
<body>
<header class="hero">
<div class="wrap">
<div class="kicker">Financial Institution Internal Origination Memo / 13 Aug 2026</div>
<h1>YHC × 甲信 Green Gas Cascade<br>バイオガスアップグレーディング+環境価値+既存ガス需要ブレンディング</h1>
<div class="subtitle">諏訪・松本・山梨に絞った、YHC向け案件形成のための具体化提案。<br>「高価な水素を売る」から、<b>既存バイオガスの価値を先に回収し、YHC水素を増分価値に使う</b>事業へ。</div>
<div class="meta"><span>金融機関内部検討用</span><span>PUBLIC / MODEL / INFERENCE 分離</span><span>自己完結型HTML</span><span>価格差支援をベースケースに置かない</span></div>
</div>
</header>
<nav class="nav"><div class="inner">
<a href="#exec">結論</a><a href="#concept">事業コンセプト</a><a href="#economics">経済性</a><a href="#rules">環境価値・制度</a><a href="#regions">3地域比較</a><a href="#suwa">諏訪</a><a href="#matsumoto">松本</a><a href="#yamanashi">山梨</a><a href="#finance">金融構造</a><a href="#yhc">YHC提案</a><a href="#roadmap">実行計画</a><a href="#sources">出典</a>
</div></nav>
<main class="wrap">
<section id="exec">
<div class="section-head"><div class="num">00 / Executive decision</div><h2>結論:Green Gasを「一発で作る」のではなく、価値回収を3段階化する</h2><p class="lead">前回案の「薄く混ぜ、濃く売る」を維持しつつ、供給側を <b>Environmental Value → Biomethane → YHC e-methane Tail</b> に分解する。これにより、需要確証の前に大きな水電解CAPEXを置く必要がなくなる。</p></div>
<div class="body">
<div class="grid3">
<div class="card teal"><div class="small">STEP 0 / 最小CAPEX</div><div class="big">環境価値を先に試す</div><p>既存バイオガスのメタン成分について、権利・二重計上を確認した上で証書化/商品化の可否を検証。AnchorのWTPを先に測る。</p></div>
<div class="card"><div class="small">STEP 1 / 低コスト分子</div><div class="big">CH₄をアップグレード</div><p>生バイオガスから既存CH₄を回収し、バイオメタンとして価値化。既存発電・熱利用の機会費用を必ず織り込む。</p></div>
<div class="card dark"><div class="small">STEP 2 / YHCの増分価値</div><div class="big">CO₂を追加CH₄へ</div><p>アップグレーディングで分離したbiogenic CO₂をYHC水素でメタネーション。水素は「全量の原料」ではなく、回収率を押し上げる増分モジュールになる。</p></div>
</div>
<div class="callout"><p class="keymsg">銀行が持ち込むべき提案は「水素設備のファイナンス」ではなく、<br><b>ガス権利 × 物理オフテイク × 環境価値オフテイク × 柔軟電力</b>を束ねる地域Green Gas取引の設計。</p></div>
<div class="grid3">
<div class="card"><div class="rank one">#1 松本</div><b>Full-cascade Commercial FS</b><p>ガス会社のCN商品経験、MZCE、既存消化ガス発電という「供給・電力・販売」の部品が揃う。まず1MW級YHC TailのPre-FEEDに最も向く。</p></div>
<div class="card"><div class="rank two">#2 諏訪</div><b>Rights-preserving Reference</b><p>原料データは最も強い一方、20年の消化ガス供給事業が既存。CH₄を奪わず、CO₂価値を新たに切り出す契約設計が案件の本丸。</p></div>
<div class="card"><div class="rank three">#3 山梨</div><b>Market / Policy Reference</b><p>需要側とYHCの運用能力は強いが、地場バイオガスソースの定量確度が弱い。まず需要商品・証書・電力最適化を設計し、供給源RFIを並行。</p></div>
</div>
<div class="callout warn"><b>今回の重要な境界条件:</b>本提案の「ブレンディング」は原則として<b>バイオメタン/e-methaneを既存都市ガスへ混合</b>することを指す。水素そのものの都市ガス導管への混入はベースケースに置かない。また現行のクリーンガス証書FAQ上、LPGには証書を充当できないため、LPG需要家は都市ガス・天然ガスへの燃料転換等を別トラックで設計する。</div>
</div>
</section>
<section id="concept">
<div class="section-head"><div class="num">01 / Business architecture</div><h2>Green Gas Cascade:低コストのCH₄を先に、高コストのH₂は「尾部」に使う</h2><p class="lead">生バイオガスを63% CH₄ / 37% CO₂と置くと、既存CH₄だけを回収する場合に対し、CO₂全量をメタン化できれば理論上のCH₄量は約59%増える。YHCはこの「37%側」の価値を取りに行く。</p></div>
<div class="body">
<div class="figure">
<div class="figure-title">図1|Green Gas Cascadeの物理・価値フロー</div>
<svg viewBox="0 0 1120 480" role="img" aria-label="Green Gas Cascade flow">
<defs><marker id="arrow" markerWidth="8" markerHeight="8" refX="7" refY="3" orient="auto"><path d="M0,0 L0,6 L8,3 z" fill="#64808a"/></marker></defs>
<rect x="35" y="155" width="170" height="90" rx="14" class="flowbox"/><text x="120" y="185" text-anchor="middle" class="svg-label" font-size="17" font-weight="700">下水・食品・畜産</text><text x="120" y="211" text-anchor="middle" class="svg-label" font-size="13">嫌気性消化</text>
<path d="M205 200 H275" class="arrow"/>
<rect x="280" y="140" width="180" height="120" rx="14" class="flowgold"/><text x="370" y="173" text-anchor="middle" class="svg-label" font-size="18" font-weight="700">Raw Biogas</text><text x="370" y="204" text-anchor="middle" class="svg-label" font-size="17">CH₄ 63%</text><text x="370" y="230" text-anchor="middle" class="svg-label" font-size="17">CO₂ 37%</text>
<path d="M460 180 H530" class="arrow"/><path d="M460 225 C500 225 500 350 530 350" class="arrow"/>
<rect x="535" y="100" width="200" height="125" rx="14" class="flowgreen"/><text x="635" y="132" text-anchor="middle" class="svg-label" font-size="17" font-weight="700">Biogas Upgrading</text><text x="635" y="158" text-anchor="middle" class="svg-label" font-size="13">脱硫・除湿・CO₂分離</text><text x="635" y="183" text-anchor="middle" class="svg-label" font-size="13">CH₄-rich → Biomethane</text><text x="635" y="206" text-anchor="middle" class="svg-label" font-size="12">methane slipをDD</text>
<rect x="535" y="300" width="200" height="110" rx="14" class="flowblue"/><text x="635" y="332" text-anchor="middle" class="svg-label" font-size="17" font-weight="700">YHC PEM + EMS</text><text x="635" y="358" text-anchor="middle" class="svg-label" font-size="13">4 H₂ + CO₂ → CH₄ + 2H₂O</text><text x="635" y="382" text-anchor="middle" class="svg-label" font-size="12">DR / 安価時間帯運転</text>
<path d="M735 160 H825" class="arrow"/><path d="M735 355 C785 355 785 213 825 213" class="arrow"/>
<rect x="830" y="135" width="245" height="130" rx="14" class="flowdark"/><text x="952" y="170" text-anchor="middle" class="svg-label" font-size="18" font-weight="700" fill="#fff">Green Methane Pool</text><text x="952" y="198" text-anchor="middle" class="svg-label" font-size="13" fill="#d8eff0">Biomethane + e-methane</text><text x="952" y="224" text-anchor="middle" class="svg-label" font-size="13" fill="#d8eff0">品質調整 → 都市ガスへ</text><text x="952" y="247" text-anchor="middle" class="svg-label" font-size="12" fill="#b9d9dd">物理混合 0.5–1%から開始</text>
<path d="M950 265 V325" class="arrow"/>
<rect x="830" y="330" width="245" height="105" rx="14" class="flowgreen"/><text x="952" y="363" text-anchor="middle" class="svg-label" font-size="17" font-weight="700">Environmental Value</text><text x="952" y="389" text-anchor="middle" class="svg-label" font-size="13">1–2 Anchorへ 5–10% Sleeve</text><text x="952" y="413" text-anchor="middle" class="svg-label" font-size="12">MRV / registry / menu factor</text>
<text x="35" y="455" class="svg-label" font-size="12" fill="#60737a">※ 63/37は諏訪の公表過去実績を踏まえた中央モデル値。実案件は連続分析値、回収率、メタン化転化率、ガス品質で補正。</text>
</svg>
<div class="caption">物理フローと環境価値フローを分離することがポイント。価値移転は制度・会計上の扱いを個別確認し、同じ削減価値の二重計上を許容しない。</div>
</div>
<div class="grid2">
<div class="card"><h3>Phase 0|「証書化可能性」でWTPを検証</h3><p>現行クリーンガス証書FAQでは、CO₂分離前のバイオガスも認証対象になり得るが、対象はメタン成分のみで濃度計測が必要とされる。したがって、設備改造前に<b>権利帰属・既存FIT/FIP/電力環境価値との重複</b>を監査し、Anchorに価格提示する余地がある。</p><div class="small">目的:設備投資前に「誰が、何年、いくらなら買うか」を検証。</div></div>
<div class="card"><h3>Phase 1|Upgrading-first</h3><p>バイオガスの既存CH₄を精製・品質調整し、物理ガス価値を回収。CO₂-rich streamを捨てずに、将来YHC Tailへ接続できる<b>tail-ready設計</b>にする。</p><div class="small">技術DD:前処理、CH₄回収率、methane slip、CO₂濃度、圧縮、導管品質、停止時バイパス。</div></div>
<div class="card"><h3>Phase 2|YHC e-methane Tail</h3><p>CO₂-rich streamをメタネーションし、同じ原料バイオガスから取り出せるメタンを増やす。YHCの価値はPEM本体に加え、<b>30分値EMS・DR・運転最適化・性能保証</b>。</p><div class="small">水素電力が支配的なので、運転時間ではなく「安価時間帯をどれだけ取れるか」を最適化。</div></div>
<div class="card"><h3>Phase 3|商品化:薄く混ぜ、濃く売る</h3><p>物理的には地域ガス需要の0.5–1%から吸収し、環境価値は脱炭素意欲の高い1–2社へ5–10%のGreen Gas Sleeveとして長期販売する。</p><div class="small">一般需要家に一律で高コストを転嫁せず、WTPがある需要家へプレミアムを集中。</div></div>
</div>
</div>
</section>
<section id="economics">
<div class="section-head"><div class="num">02 / Economics</div><h2>価格上昇を「二重に希薄化」する</h2><p class="lead">①分子側で安価なBiomethaneと高価なYHC e-methaneを混ぜる。②需要側でGreen Sleeveを5–10%に絞る。高価なe-methaneを100%購入する設計から離れる。</p></div>
<div class="body">
<div class="figure">
<div class="figure-title">図2|例示:分子コストと顧客請求額の希薄化 <span class="badge model">MODEL</span></div>
<svg viewBox="0 0 1080 310" role="img" aria-label="cost dilution illustration">
<line x1="100" y1="255" x2="1030" y2="255" stroke="#b9c8cc"/>
<g class="svg-label" font-size="12" fill="#536a73">
<text x="165" y="280" text-anchor="middle">Fossil reference</text><text x="355" y="280" text-anchor="middle">Biomethane</text><text x="545" y="280" text-anchor="middle">YHC e-tail</text><text x="735" y="280" text-anchor="middle">Weighted green</text><text x="925" y="280" text-anchor="middle">Customer @10% sleeve</text>
</g>
<rect x="115" y="150" width="100" height="105" rx="5" fill="#aebfc4"/><text x="165" y="142" text-anchor="middle" class="svg-label" font-size="18" font-weight="700">110</text>
<rect x="305" y="150" width="100" height="105" rx="5" fill="#61ae87"/><text x="355" y="142" text-anchor="middle" class="svg-label" font-size="18" font-weight="700">110</text>
<rect x="495" y="25" width="100" height="230" rx="5" fill="#6f91b8"/><text x="545" y="18" text-anchor="middle" class="svg-label" font-size="18" font-weight="700">260</text>
<rect x="685" y="97" width="100" height="158" rx="5" fill="#168a7d"/><text x="735" y="89" text-anchor="middle" class="svg-label" font-size="18" font-weight="700">165.5</text>
<rect x="875" y="145" width="100" height="110" rx="5" fill="#d5a64a"/><text x="925" y="137" text-anchor="middle" class="svg-label" font-size="18" font-weight="700">115.6</text>
<text x="1025" y="248" text-anchor="end" class="svg-label" font-size="11" fill="#667a80">円 / 45MJ-eq m³</text>
</svg>
<div class="caption">例示前提:Fossil 110、Biomethane 110、e-methane tail 260円/45MJ-eq m³、分子比63/37、Green Sleeve 10%。実際の価格・託送料・品質調整・証書費用等を示すものではない。</div>
</div>
<div class="grid2">
<div>
<h3>顧客負担の基本式</h3>
<div class="mono">P_green = w_bio × P_bio + (1 − w_bio) × P_e-tail
ΔP_customer = sleeve × (P_green − P_fossil)</div>
<p>上の例ではGreen Gas自体は165.5円/m³相当でも、顧客が年間ガスの10%だけをGreen Sleeveにすると平均請求単価への上乗せは約5.6円/m³。5%なら約2.8円/m³。<span class="badge model">MODEL</span></p>
<div class="callout"><b>営業上の意味:</b>「e-methaneは天然ガスの2倍以上だから売れない」ではなく、「燃料費総額の数%を脱炭素予算として許容できるAnchorを先に探す」という問いに変える。</div>
</div>
<div>
<h3>銀行が価格を分解して見るべき順序</h3>
<div class="priority"><div class="n">1</div><div><b>Physical floor</b><br><span class="small">バイオメタン/e-methaneの物理ガス価値。地域ガス会社の最低引取価格・量。</span></div></div>
<div class="priority"><div class="n">2</div><div><b>Attribute premium</b><br><span class="small">Anchorが脱炭素価値に支払う上乗せ。5–10年、最低量・最低premiumを契約化。</span></div></div>
<div class="priority"><div class="n">3</div><div><b>Flexible power value</b><br><span class="small">安価時間帯・PPA・DRによるH₂コスト低減。YHCの技術的差別化。</span></div></div>
<div class="priority"><div class="n">4</div><div><b>政策・副産物 upside</b><br><span class="small">補助、調達費回収、O₂/熱、調整力収益はベースケースに過度に入れない。</span></div></div>
</div>
</div>
<div class="calc no-break" id="calculator">
<h3>インタラクティブ簡易スクリーニング <span class="badge model">MODEL</span></h3>
<div class="calc-grid">
<div class="control"><label>Biomethane cost(円/45MJ-eq m³)</label><input id="pbio" type="range" min="60" max="180" value="110" step="5"><div class="num"><span id="pbioV">110</span></div></div>
<div class="control"><label>YHC e-tail cost(円/45MJ-eq m³)</label><input id="pe" type="range" min="140" max="420" value="260" step="5"><div class="num"><span id="peV">260</span></div></div>
<div class="control"><label>Fossil reference(円/45MJ-eq m³)</label><input id="pf" type="range" min="60" max="180" value="110" step="5"><div class="num"><span id="pfV">110</span></div></div>
<div class="control"><label>Raw biogas CH₄比率(%)</label><input id="ch4" type="range" min="50" max="75" value="63" step="1"><div class="num"><span id="ch4V">63</span>%</div></div>
<div class="control"><label>Green Sleeve(顧客ガス量比)</label><input id="sleeve" type="range" min="1" max="25" value="10" step="1"><div class="num"><span id="sleeveV">10</span>%</div></div>
<div class="control"><label>対象Raw Biogas(千Nm³/年)</label><input id="raw" type="range" min="50" max="1000" value="250" step="10"><div class="num"><span id="rawV">250</span></div></div>
<div class="control"><label>YHC運転時間(h/年)</label><input id="hours" type="range" min="1500" max="8000" value="2500" step="250"><div class="num"><span id="hoursV">2500</span></div></div>
<div class="control"><label>水電解効率(kWh/Nm³-H₂)</label><input id="eff" type="range" min="4.0" max="6.5" value="4.6" step="0.1"><div class="num"><span id="effV">4.6</span></div></div>
<div class="control"><label>CO₂→CH₄転化(%)</label><input id="conv" type="range" min="75" max="100" value="100" step="1"><div class="num"><span id="convV">100</span>%</div></div>
</div>
<div class="outputs">
<div class="out"><div class="v" id="greenCost">165.5</div><div class="l">Weighted Green Gas cost 円/m³-eq</div></div>
<div class="out"><div class="v" id="uplift">5.6</div><div class="l">顧客平均上乗せ 円/m³</div></div>
<div class="out"><div class="v" id="mw">0.69</div><div class="l">YHC概算 MW</div></div>
<div class="out"><div class="v" id="gwh">1.73</div><div class="l">YHC電力 GWh/年</div></div>
</div>
<div class="caption" style="color:#bad3d8">水素量は同一基準状態で CO₂ 1 Nm³当たりH₂ 4 Nm³の化学量論を用いた単純モデル。4.6 kWh/Nm³-H₂はNEDOの2026年12月目標値で、YHC個別設備の保証値ではない。圧縮・メタネーション・前処理等は別途。</div>
</div>
</div>
</section>
<section id="rules">
<div class="section-head"><div class="num">03 / Environmental attributes & regulation</div><h2>環境価値は案件形成を可能にするが、「証書=Scope 1削減」と短絡しない</h2><p class="lead">本提案では、物理ガス・任意証書・SHK制度上の排出係数を別レイヤーとして扱う。ここを曖昧にすると、需要家に売った後で価値が認められないリスクが生じる。</p></div>
<div class="body">
<div class="grid3">
<div class="card teal"><h3>クリーンガス証書 <span class="badge fact">PUBLIC</span></h3><ul class="clean"><li>現行FAQでは、CO₂分離前バイオガスもメタン成分の計測により認証対象になり得る。</li><li>認証量を複数顧客に切り分けることは可能。ただし重複発行不可。</li><li>証書を使用したら無効化し、同一シリアルの再使用不可。</li><li>LPGには充当不可。LNG・天然ガス・都市ガス等のメタン系が対象。</li></ul></div>
<div class="card"><h3>SHK / メニュー別排出係数 <span class="badge fact">PUBLIC</span></h3><p>環境省の2026年7月23日検討資料は、ガスのメニュー別排出係数でバイオガス・合成メタンの排出削減価値を割り当てる考え方を示し、物理混合比が把握できない場合の扱いを検討している。</p><p class="small">重要:資料は「検討」の段階。案件契約時点の確定ルール・検証要件を再確認する。</p></div>
<div class="card"><h3>2027制度移行 <span class="badge fact">PUBLIC</span></h3><p>NITEは2026年3月、2027年度からの新たなクリーンガス証書制度で活用予定のISO/IEC 17065ベース認証機関の認定受付を開始。案件は将来の監査強化を前提にMRVを設計する。</p></div>
</div>
<div class="callout red"><b>会計・開示の注意:</b>現行FAQの説明では、GHG Protocol上、クリーンガス証書をScope 1インベントリの単純なオフセットに使えるとはされていない。Anchor提案では「何の報告制度・何のKPIで価値を認めるか」を先に確定すること。証書購入を「Scope 1ゼロ」と表現しない。</div>
<div class="table-wrap"><table>
<thead><tr><th>価値レイヤー</th><th>誰が買うか</th><th>銀行が契約で固定すべきこと</th><th>ベースケース扱い</th></tr></thead>
<tbody>
<tr><td>物理ガス</td><td>ガス事業者 / 自家消費者</td><td>最低引取量、品質、圧力、熱量、停止時、価格式</td><td><b>Debt base</b></td></tr>
<tr><td>クリーンガス証書等</td><td>Anchor需要家</td><td>対象年度、量、価格、無効化、表示、二重計上禁止</td><td><b>契約期間次第でDebt base</b></td></tr>
<tr><td>SHKメニュー価値</td><td>ガス小売 / 需要家</td><td>検証方式、メニュー別係数、物理的関連、当年性等</td><td>ルール確定後</td></tr>
<tr><td>調達費回収制度</td><td>該当ガス事業者</td><td>対象事業者・費用・認可条件</td><td>個別適用確認までUpside</td></tr>
<tr><td>DR / 調整力</td><td>電力市場</td><td>baseline、稼働制約、逸失生産、aggregator fee</td><td>保守的にhaircut</td></tr>
</tbody></table></div>
<div class="callout warn"><b>国の方向性:</b>資源エネルギー庁は2026年に「合成メタン等調達費」の承認申請手続きを公表している。ただし、地域の各ガス会社が自動的に費用回収できることを意味しない。適用主体・費用項目・認可条件を個別DDする。</div>
</div>
</section>
<section id="regions">
<div class="section-head"><div class="num">04 / Regional portfolio</div><h2>3地域の役割は同じにしない:Commercial / Rights / Marketに分ける</h2><p class="lead">「最も大きい場所」を選ぶのではなく、YHCが案件化の再現可能性を獲得できる順序でポートフォリオを組む。</p></div>
<div class="body">
<div class="table-wrap"><table>
<thead><tr><th></th><th>松本</th><th>諏訪</th><th>山梨</th></tr></thead>
<tbody>
<tr><td><b>提案上の位置づけ</b></td><td><span class="rank one">#1 Full-cascade Commercial FS</span></td><td><span class="rank two">#2 Rights-preserving Reference</span></td><td><span class="rank three">#3 Market / Policy Reference</span></td></tr>
<tr><td>Raw gas evidence</td><td>消化ガス発電量4.3GWh/年(2020)から逆算可能 <span class="badge infer">INFERENCE</span></td><td>R5予測2.429百万Nm³/年、性状実績あり <span class="badge fact">PUBLIC</span></td><td>地場ソース量を再RFI <span class="badge verify">TO VERIFY</span></td></tr>
<tr><td>Gas market</td><td>2026年度需要82.011百万m³、CN都市ガス販売経験</td><td>2026年度需要15.025百万m³</td><td>東京ガス山梨×山梨中央銀行で排出係数調整型CN都市ガス導入実績</td></tr>
<tr><td>既存利用の制約</td><td>CHPの電力・熱を奪う機会費用</td><td><b>20年消化ガス供給事業</b>の権利・契約が最重要</td><td>供給源自体が未確定</td></tr>
<tr><td>YHCの初期サイズ</td><td><b>0.5–1.0MW</b>をPre-FEED</td><td><b>0.3–0.7MW</b>の権利安全なside-stream</td><td>供給データ取得後に0.2–0.5MWを検討</td></tr>
<tr><td>銀行の最初の仕事</td><td>松本ガス/MZCE/市/Anchorの4者HoT</td><td>ガス権利・環境価値権利のLegal Map</td><td>Anchor WTP+地場バイオガスRFIを分離して実施</td></tr>
</tbody></table></div>
<h3>一次スコア(案件形成のしやすさ)</h3>
<div class="grid3">
<div class="card"><b>松本</b><div class="kpi"><span>Market readiness</span><div class="track"><span style="width:92%"></span></div><span class="val">4.6/5</span></div><div class="kpi"><span>Source certainty</span><div class="track"><span style="width:66%"></span></div><span class="val">3.3/5</span></div><div class="kpi"><span>Rights simplicity</span><div class="track"><span style="width:64%"></span></div><span class="val">3.2/5</span></div><div class="kpi"><span>YHC fit</span><div class="track"><span style="width:90%"></span></div><span class="val">4.5/5</span></div></div>
<div class="card"><b>諏訪</b><div class="kpi"><span>Market readiness</span><div class="track"><span style="width:72%"></span></div><span class="val">3.6/5</span></div><div class="kpi"><span>Source certainty</span><div class="track"><span style="width:96%"></span></div><span class="val">4.8/5</span></div><div class="kpi"><span>Rights simplicity</span><div class="track"><span style="width:32%"></span></div><span class="val">1.6/5</span></div><div class="kpi"><span>YHC fit</span><div class="track"><span style="width:82%"></span></div><span class="val">4.1/5</span></div></div>
<div class="card"><b>山梨</b><div class="kpi"><span>Market readiness</span><div class="track"><span style="width:86%"></span></div><span class="val">4.3/5</span></div><div class="kpi"><span>Source certainty</span><div class="track"><span style="width:38%"></span></div><span class="val">1.9/5</span></div><div class="kpi"><span>Rights simplicity</span><div class="track"><span style="width:62%"></span></div><span class="val">3.1/5</span></div><div class="kpi"><span>YHC fit</span><div class="track"><span style="width:94%"></span></div><span class="val">4.7/5</span></div></div>
</div>
<div class="caption">5点満点は本提案の内部スクリーニングであり、公的評価ではない。</div>
</div>
</section>
<section id="suwa">
<div class="section-head"><div class="num">05 / Proposal A — Suwa</div><h2>諏訪:既存20年契約を壊さず「CO₂だけを新規価値」に変える</h2><p class="lead">諏訪は原料データが強い。しかし最大の論点は技術ではなく権利。最初に「誰がRaw Gas、CH₄、CO₂、環境価値を持つか」を分解する。</p></div>
<div class="body">
<div class="metric-row">
<div class="metric"><strong>15.025百万m³/年</strong><span>諏訪ガス 2026年度年間需要量 <span class="badge fact">PUBLIC</span></span></div>
<div class="metric"><strong>2.429百万Nm³/年</strong><span>豊田終末処理場 R5消化ガス発生量予測 <span class="badge fact">PUBLIC</span></span></div>
<div class="metric"><strong>CH₄ ≈63%</strong><span>過去性状実績を踏まえた中央モデル <span class="badge model">MODEL</span></span></div>
<div class="metric"><strong>20年</strong><span>既存消化ガス発電向け供給期間 <span class="badge fact">PUBLIC</span></span></div>
</div>
<div class="grid2">
<div>
<h3>最も有力な構造:Rights-preserving split</h3>
<div class="figure"><svg viewBox="0 0 650 340">
<defs><marker id="a2" markerWidth="8" markerHeight="8" refX="7" refY="3" orient="auto"><path d="M0,0 L0,6 L8,3 z" fill="#64808a"/></marker></defs>
<rect x="25" y="120" width="145" height="80" rx="12" class="flowgold"/><text x="97" y="151" text-anchor="middle" class="svg-label" font-size="15" font-weight="700">Raw Biogas</text><text x="97" y="177" text-anchor="middle" class="svg-label" font-size="12">既存供給権あり</text>
<path d="M170 160 H230" stroke="#64808a" stroke-width="2" marker-end="url(#a2)"/>
<rect x="235" y="105" width="160" height="110" rx="12" class="flowgreen"/><text x="315" y="137" text-anchor="middle" class="svg-label" font-size="15" font-weight="700">Side-stream</text><text x="315" y="162" text-anchor="middle" class="svg-label" font-size="13">CO₂ separation</text><text x="315" y="188" text-anchor="middle" class="svg-label" font-size="11">契約変更前提</text>
<path d="M395 135 C455 135 455 55 500 55" stroke="#64808a" stroke-width="2" fill="none" marker-end="url(#a2)"/><path d="M395 188 C455 188 455 270 500 270" stroke="#64808a" stroke-width="2" fill="none" marker-end="url(#a2)"/>
<rect x="505" y="20" width="120" height="75" rx="11" class="flowbox"/><text x="565" y="48" text-anchor="middle" class="svg-label" font-size="13" font-weight="700">CH₄-rich</text><text x="565" y="70" text-anchor="middle" class="svg-label" font-size="11">既存発電へ返す</text>
<rect x="505" y="230" width="120" height="80" rx="11" class="flowblue"/><text x="565" y="258" text-anchor="middle" class="svg-label" font-size="13" font-weight="700">CO₂-rich</text><text x="565" y="280" text-anchor="middle" class="svg-label" font-size="11">YHC→e-CH₄</text><text x="565" y="298" text-anchor="middle" class="svg-label" font-size="10">新規価値</text>
</svg><div class="caption">既存発電事業者にCH₄エネルギーを維持しつつ、分離CO₂の権利を新規SPVへ割り当てる案。実現には既存契約・ガス品質・計量境界の改定が必要。</div></div>
</div>
<div>
<h3>サイドストリーム定量</h3>
<table><thead><tr><th>Raw gas取扱比</th><th>Green methane<br>45MJ-eq</th><th>地域需要比</th><th>YHC電力</th><th>YHC @2,500h</th></tr></thead><tbody>
<tr><td>5%</td><td>約10.7万m³/年</td><td>0.71%</td><td>0.83GWh/年</td><td><b>0.33MW</b></td></tr>
<tr><td>10%</td><td>約21.5万m³/年</td><td>1.43%</td><td>1.65GWh/年</td><td><b>0.66MW</b></td></tr>
<tr><td>20%</td><td>約43.0万m³/年</td><td>2.86%</td><td>3.31GWh/年</td><td><b>1.32MW</b></td></tr>
</tbody></table>
<p class="small">CH₄ 63% / CO₂ 37%、CO₂全量転化、CH₄ HHV 39.8MJ/Nm³→45MJ/m³等価、水電解4.6kWh/Nm³-H₂の理論スクリーン。圧縮等を含まない。 <span class="badge model">MODEL</span></p>
<div class="callout"><b>推奨初期設計:</b>5–10%のside-stream、YHC 0.3–0.7MW。技術的最大化よりも「既存契約への影響を最小化して新規価値を作れる境界」を優先する。</div>
</div>
</div>
<h3>諏訪で銀行が最初に取るべき6枚のデータ</h3>
<div class="grid3">
<div class="card soft"><b>① Existing gas contract</b><p>20年契約の現契約期間、数量義務、品質、第三者利用、改造、環境価値帰属、change-in-law。</p></div>
<div class="card soft"><b>② 15/30分Raw gas data</b><p>流量、CH₄/CO₂/H₂S、水分、flaring、内部熱需要、発電停止時。</p></div>
<div class="card soft"><b>③ Generator economics</b><p>売電単価、FIT/FIP属性、発電効率、排熱価値。奪う価値を定量化。</p></div>
<div class="card soft"><b>④ Suwa Gas injection screen</b><p>最寄接続点、圧力、ガス品質、熱量調整、最大/最低引取、計量責任。</p></div>
<div class="card soft"><b>⑤ Anchor RFI</b><p>年間ガス量、脱炭素予算、5/10% SleeveのWTP、契約年数、報告制度。</p></div>
<div class="card soft"><b>⑥ Power envelope</b><p>30分価格・PPA・系統接続、YHCの停止/追従でどこまで平均電力単価を落とせるか。</p></div>
</div>
<div class="callout warn"><b>銀行の営業導線:</b>諏訪地域には、八十二銀行・諏訪信用金庫・JA信州諏訪・長野県・域内自治体で構成される脱炭素事業促進コンソーシアムがある。ここを「補助金紹介の場」ではなく、<b>ガス権利・Anchor・公共施設の三者を同席させるOrigination場</b>として使う。</div>
</div>
</section>
<section id="matsumoto">
<div class="section-head"><div class="num">06 / Proposal B — Matsumoto</div><h2>松本:最初のFull-cascade Commercial FSにする</h2><p class="lead">松本は「消化ガス発電」「都市ガス会社」「CNガス販売経験」「地域新電力」が同じ地域にある。最大論点は、CHPの既存価値をどの程度残しながらガス商品へ振り向けるか。</p></div>
<div class="body">
<div class="metric-row">
<div class="metric"><strong>82.011百万m³/年</strong><span>松本ガス 2026年度年間需要量 <span class="badge fact">PUBLIC</span></span></div>
<div class="metric"><strong>4.30GWh/年</strong><span>宮渕+両島の2020消化ガス発電量 <span class="badge fact">PUBLIC</span></span></div>
<div class="metric"><strong>380 + 315kW</strong><span>両浄化センターの発電設備 <span class="badge fact">PUBLIC</span></span></div>
<div class="metric"><strong>1MW ≈ 20%</strong><span>推定Raw Gas side-stream @2,500h <span class="badge infer">INFERENCE</span></span></div>
</div>
<div class="grid2">
<div>
<h3>公開発電量から逆算した物量レンジ</h3>
<p>2020年の発電量4.3GWh、CHP発電効率37.5%、CH₄低位発熱量9.94kWh/Nm³、Raw Biogas CH₄ 62.5%を<b>仮定</b>すると、Raw Biogasは約1.85百万Nm³/年と推定される。これは実測値ではない。</p>
<table><thead><tr><th>Side-stream</th><th>Green methane eq</th><th>松本ガス需要比</th><th>YHC @2,500h</th></tr></thead><tbody>
<tr><td>10%</td><td>約16.3万m³/年</td><td>0.20%</td><td>0.51MW</td></tr>
<tr><td><b>20%</b></td><td><b>約32.6万m³/年</b></td><td><b>0.40%</b></td><td><b>1.02MW</b></td></tr>
<tr><td>40%</td><td>約65.3万m³/年</td><td>0.80%</td><td>2.04MW</td></tr>
</tbody></table>
<div class="callout"><b>提案サイズ:</b>まず20% side-stream / YHC約1MWを<b>Pre-FEEDの標準ケース</b>に置く。物理混合率は地域需要の0.4%程度で、需要吸収の問題より既存CHP機会費用の方が大きい。</div>
</div>
<div>
<h3>最も自然な座組</h3>
<div class="figure"><svg viewBox="0 0 650 370">
<defs><marker id="a3" markerWidth="8" markerHeight="8" refX="7" refY="3" orient="auto"><path d="M0,0 L0,6 L8,3 z" fill="#64808a"/></marker></defs>
<rect x="250" y="20" width="160" height="68" rx="12" class="flowgold"/><text x="330" y="48" text-anchor="middle" class="svg-label" font-size="14" font-weight="700">松本市 / 下水道</text><text x="330" y="69" text-anchor="middle" class="svg-label" font-size="11">Raw Gas / Site</text>
<rect x="35" y="150" width="160" height="72" rx="12" class="flowblue"/><text x="115" y="178" text-anchor="middle" class="svg-label" font-size="14" font-weight="700">MZCE</text><text x="115" y="200" text-anchor="middle" class="svg-label" font-size="11">PPA / 電力最適化</text>
<rect x="245" y="145" width="170" height="82" rx="12" class="flowdark"/><text x="330" y="177" text-anchor="middle" class="svg-label" font-size="15" font-weight="700" fill="#fff">Green Gas SPV</text><text x="330" y="201" text-anchor="middle" class="svg-label" font-size="11" fill="#d7edef">upgrader + methanation</text>
<rect x="455" y="150" width="160" height="72" rx="12" class="flowgreen"/><text x="535" y="178" text-anchor="middle" class="svg-label" font-size="14" font-weight="700">松本ガス</text><text x="535" y="200" text-anchor="middle" class="svg-label" font-size="11">Physical / product</text>
<rect x="140" y="285" width="160" height="65" rx="12" class="flowblue"/><text x="220" y="312" text-anchor="middle" class="svg-label" font-size="14" font-weight="700">YHC</text><text x="220" y="333" text-anchor="middle" class="svg-label" font-size="11">PEM / EMS / O&M</text>
<rect x="365" y="285" width="160" height="65" rx="12" class="flowgreen"/><text x="445" y="312" text-anchor="middle" class="svg-label" font-size="14" font-weight="700">Anchor 1–2社</text><text x="445" y="333" text-anchor="middle" class="svg-label" font-size="11">5–10y Green Sleeve</text>
<path d="M330 88 V145" stroke="#64808a" stroke-width="2" marker-end="url(#a3)"/><path d="M195 186 H245" stroke="#64808a" stroke-width="2" marker-end="url(#a3)"/><path d="M415 186 H455" stroke="#64808a" stroke-width="2" marker-end="url(#a3)"/><path d="M260 285 L305 227" stroke="#64808a" stroke-width="2" marker-end="url(#a3)"/><path d="M410 227 L440 285" stroke="#64808a" stroke-width="2" marker-end="url(#a3)"/>
</svg></div>
</div>
</div>
<div class="grid3">
<div class="card"><h3>松本ガス</h3><p>2022年にINPEXからCNガスを調達し、自社利用と市内事業所向け供給を開始。したがって「環境価値を載せたガス商品」の営業オペレーションはゼロからではない。</p></div>
<div class="card"><h3>MZCE</h3><p>松本ガス、松本市、東洋計器、エア・ウォーター東日本、松本信用金庫等が出資し、再エネ小売・PPAを事業化。Green Gas側では<b>電力調達・EMS連携</b>の役割が自然。</p></div>
<div class="card"><h3>銀行</h3><p>ガス会社の法人需要家からAnchorを1–2社選び、下水道・松本ガス・YHCとのHoTを同時に作る。設備見積より先に既存CHPの機会費用とWTPを固定。</p></div>
</div>
<div class="callout warn"><b>最重要DD:</b>「発電を止めてガスにする」前提は置かない。売電収入だけでなく消化槽加温等の熱価値、既存設備の残存価値、電力の環境価値を含め、<b>incremental netback</b>で比較する。Green Gas側がCHPの限界価値を上回る分だけside-streamを増やす。</div>
</div>
</section>
<section id="yamanashi">
<div class="section-head"><div class="num">07 / Proposal C — Yamanashi</div><h2>山梨:供給源探しと需要商品を分離し、「市場を先に作る」</h2><p class="lead">山梨はYHCの技術実績・金融/行政連携・ガス需要側の商品実績が強い一方、今回のGreen Gas用地場バイオガス量は公開情報だけでは十分に確定できない。無理にサイトを決めず、二本立てで進める。</p></div>
<div class="body">
<div class="grid2">
<div class="card teal"><h3>Track A|Market-side</h3><p><b>東京ガス山梨 × 県内法人需要家</b>で、Green SleeveのWTP・報告要件・契約年数を先に確認する。2026年4月から東京ガス山梨は山梨中央銀行5施設へ排出係数調整型カーボン・オフセット都市ガスを供給しており、地域内に「通常ガス+環境価値」の商品受容の先例がある。</p><p class="small">これはJ-クレジット等を用いたオフセット都市ガスであり、クリーンガス証書そのものの先例ではない。</p></div>
<div class="card"><h3>Track B|Source-side</h3><p>甲府圏下水、畜産系(富士北麓を含む)、食品残渣等について、Raw Biogas量・CH₄/CO₂・既存利用・権利をRFI。<b>ソースが確定するまでYHC容量を固定しない。</b></p><p class="small">「地元で作る」ことより、最初の案件で制度・商品・EMSの標準型を作ることを優先。</p></div>
</div>
<div class="metric-row">
<div class="metric"><strong>一次調整力</strong><span>YHC米倉山PEMが2025年7月から実運用 <span class="badge fact">PUBLIC</span></span></div>
<div class="metric"><strong>5施設</strong><span>山梨中央銀行へのCN都市ガス供給対象 <span class="badge fact">PUBLIC</span></span></div>
<div class="metric"><strong>約180t-CO₂/年</strong><span>同商品の削減見込み <span class="badge fact">PUBLIC</span></span></div>
<div class="metric"><strong>Source = RFI</strong><span>今回の地場バイオガス物量 <span class="badge verify">TO VERIFY</span></span></div>
</div>
<h3>山梨でYHCに持ち込むべきメッセージ</h3>
<div class="grid3">
<div class="card"><b>1. 「水素を売る」から離れる</b><p>米倉山等からH₂を運ぶ案ではなく、YHCがPEM/EMSをソース側へ展開する標準パッケージを作る。輸送費を事業の中心にしない。</p></div>
<div class="card"><b>2. DRをLCOG低減の手段にする</b><p>一次調整力の経験を、「副収入」だけでなく、Green GasのH₂製造を高価格時間帯から逃がす制御価値として提示する。</p></div>
<div class="card"><b>3. 山梨は商品・制度のReference</b><p>県とメガバンクの包括連携、県内ガス需要家の脱炭素商品経験を使い、証書・Green Sleeve・MRVのひな型を作り、松本/諏訪にも横展開する。</p></div>
</div>
<div class="callout"><b>営業上の使い方:</b>山梨のアンカー需要家候補は、別途抽出済みの食品・飲料、半導体、自動車部品等を母集団にし、<b>「大口件数」ではなく、5–10年のGreen Sleeveにコミットできる1–2社</b>を優先する。白州等の既存支援対象プロジェクトを本提案の必須オフテイカーには置かない。</div>
</div>
</section>
<section id="finance">
<div class="section-head"><div class="num">08 / Bankability & transaction structure</div><h2>金融機関の仕事:4つのキャッシュフローを同時に契約へ落とす</h2><p class="lead">設備の技術DDだけでは融資可能性は上がらない。Raw Gas権利、物理ガス、環境価値、電力の4契約が互いに整合して初めて、Green Gasは「案件」になる。</p></div>
<div class="body">
<div class="figure"><div class="figure-title">図3|契約・キャッシュフローの基本構造</div>
<svg viewBox="0 0 1100 465">
<defs><marker id="a4" markerWidth="8" markerHeight="8" refX="7" refY="3" orient="auto"><path d="M0,0 L0,6 L8,3 z" fill="#64808a"/></marker></defs>
<rect x="430" y="160" width="240" height="115" rx="16" class="flowdark"/><text x="550" y="195" text-anchor="middle" class="svg-label" font-size="18" font-weight="700" fill="#fff">Green Gas ProjectCo</text><text x="550" y="222" text-anchor="middle" class="svg-label" font-size="12" fill="#d7edef">upgrader / methanation / MRV</text><text x="550" y="246" text-anchor="middle" class="svg-label" font-size="12" fill="#d7edef">AssetCo / SPV or corporate</text>
<rect x="50" y="55" width="190" height="78" rx="12" class="flowgold"/><text x="145" y="86" text-anchor="middle" class="svg-label" font-size="15" font-weight="700">自治体 / Raw Gas owner</text><text x="145" y="109" text-anchor="middle" class="svg-label" font-size="11">Site・gas・CO₂ rights</text>
<rect x="50" y="320" width="190" height="78" rx="12" class="flowblue"/><text x="145" y="351" text-anchor="middle" class="svg-label" font-size="15" font-weight="700">Power / MZCE等</text><text x="145" y="374" text-anchor="middle" class="svg-label" font-size="11">PPA・30分価格・DR</text>
<rect x="835" y="55" width="210" height="78" rx="12" class="flowgreen"/><text x="940" y="86" text-anchor="middle" class="svg-label" font-size="15" font-weight="700">Gas Utility</text><text x="940" y="109" text-anchor="middle" class="svg-label" font-size="11">minimum physical offtake</text>
<rect x="835" y="320" width="210" height="78" rx="12" class="flowgreen"/><text x="940" y="351" text-anchor="middle" class="svg-label" font-size="15" font-weight="700">Anchor 1–2社</text><text x="940" y="374" text-anchor="middle" class="svg-label" font-size="11">5–10y attribute premium</text>
<rect x="430" y="340" width="240" height="78" rx="12" class="flowblue"/><text x="550" y="371" text-anchor="middle" class="svg-label" font-size="15" font-weight="700">YHC / EPC consortium</text><text x="550" y="394" text-anchor="middle" class="svg-label" font-size="11">performance・O&M・availability</text>
<path d="M240 95 C340 95 360 170 430 190" stroke="#64808a" stroke-width="2" fill="none" marker-end="url(#a4)"/><path d="M240 355 C345 355 355 265 430 245" stroke="#64808a" stroke-width="2" fill="none" marker-end="url(#a4)"/><path d="M670 190 C760 170 770 95 835 95" stroke="#64808a" stroke-width="2" fill="none" marker-end="url(#a4)"/><path d="M670 245 C770 265 775 355 835 355" stroke="#64808a" stroke-width="2" fill="none" marker-end="url(#a4)"/><path d="M550 340 V276" stroke="#64808a" stroke-width="2" fill="none" marker-end="url(#a4)"/>
<text x="295" y="120" class="svg-label" font-size="11" fill="#576f78">① Raw gas / Site</text><text x="292" y="330" class="svg-label" font-size="11" fill="#576f78">④ Flexible power</text><text x="720" y="120" class="svg-label" font-size="11" fill="#576f78">② Physical gas</text><text x="710" y="330" class="svg-label" font-size="11" fill="#576f78">③ Green Sleeve</text>
</svg></div>
<h3>8契約パッケージ</h3>
<div class="contracts">
<div class="contract"><b>1|Site / Raw Gas Rights</b><span class="small">量・品質・権利期間・既存利用・CO₂/環境価値帰属・変更権。</span></div>
<div class="contract"><b>2|Existing-use Interface</b><span class="small">CHP等の既存事業とside-stream、熱、停止、補償の境界。</span></div>
<div class="contract"><b>3|Physical Gas Offtake</b><span class="small">最低量、価格floor、品質、圧力、熱量、計量、curtailment。</span></div>
<div class="contract"><b>4|Green Gas Purchase</b><span class="small">5–10年、最低量、最低premium、用途表示、無効化、変更法令。</span></div>
<div class="contract"><b>5|MRV / Registry Protocol</b><span class="small">meter boundary、mass balance、二重計上、監査、証書シリアル。</span></div>
<div class="contract"><b>6|Flexible Power</b><span class="small">PPA / market / DR、30分データ、curtailment、平均電力価格。</span></div>
<div class="contract"><b>7|YHC Performance / O&M</b><span class="small">kWh/Nm³-H₂、availability、turndown、start-stop、保証、LD。</span></div>
<div class="contract"><b>8|Upgrader + Methanation EPC</b><span class="small">CH₄ recovery、methane slip、CO₂ purity、conversion、gas spec、interface。</span></div>
</div>
<h3>ファイナンスの段階</h3>
<div class="table-wrap"><table>
<thead><tr><th>段階</th><th>適する資金</th><th>金融機関が見るキャッシュフロー</th><th>次Gate</th></tr></thead><tbody>
<tr><td>Phase 0:WTP/MRV</td><td>事業会社R&D / 小規模FS</td><td>まだDebt sizingしない</td><td>Anchor LOI + rights map</td></tr>
<tr><td>Phase 1:Upgrading</td><td>Corporate / lease / asset finance</td><td>物理ガスfloor + 既存利用代替価値</td><td>実測運転・品質・attribute sale</td></tr>
<tr><td>Phase 2:YHC Tail</td><td>Green loan / SPV / project-like</td><td>物理gas + 5–10y premiumを中心</td><td>DSCR / reserve / performance test</td></tr>
<tr><td>Scale-out</td><td>Portfolio / platform finance</td><td>複数サイトの標準契約・性能履歴</td><td>再現可能性・vendor framework</td></tr>
</tbody></table></div>
<div class="callout"><b>Debt sizingの原則:</b>規制上の調達費回収、補助金、O₂/熱販売、調整力収益は契約確度に応じてhaircutし、<b>Physical floor + contracted Attribute Premium</b>で返済可能性を作る。これが本提案の「金融案件化」部分。</div>
</div>
</section>
<section id="yhc">
<div class="section-head"><div class="num">09 / Proposal to YHC</div><h2>YHCへの持ち込み方:「Green Gas Tail-ready Package」を共同商品化する</h2><p class="lead">YHCにメタネーションやガスアップグレーダーのEPC責任まで無理に持たせない。YHCの強みをPEM・EMS・DR・運転保証に限定し、ガス側ベンダーとの標準インターフェースを作る。</p></div>
<div class="body">
<div class="grid3">
<div class="card dark"><div class="small">Package S</div><div class="big">0.3MW</div><p>諏訪5% side-stream相当の権利安全なreference規模。MRV・柔軟運転・ガス連携の標準化に使う。</p></div>
<div class="card teal"><div class="small">Package M</div><div class="big">0.6MW</div><p>諏訪10% side-streamの目安。電力調達の最適化とGreen Sleeveを実案件で検証。</p></div>
<div class="card"><div class="small">Package L</div><div class="big">1.0MW</div><p>松本20%推定side-streamに近いCommercial FS標準。将来複数サイト横展開の基準機。</p></div>
</div>
<h3>YHC Performance Scheduleに入れる項目</h3>
<div class="table-wrap"><table>
<thead><tr><th>性能項目</th><th>なぜ銀行に重要か</th><th>契約化の方向</th></tr></thead><tbody>
<tr><td>System kWh/Nm³-H₂</td><td>電力費がLCOGを直接支配</td><td>受入試験条件と劣化曲線を含む保証</td></tr>
<tr><td>Availability / planned outage</td><td>CO₂ stream処理能力とgas offtakeに直結</td><td>年次availability+LD / service credit</td></tr>
<tr><td>Turndown / start-stop</td><td>安価時間帯運転・DR価値を決める</td><td>min load、ramp、start count、劣化影響</td></tr>
<tr><td>30分EMS dispatch</td><td>平均電力単価を下げる本質</td><td>価格/PPA/DRを見たdispatch KPI</td></tr>
<tr><td>H₂ pressure / purity</td><td>methanation interfaceの追加CAPEXに影響</td><td>battery-limitを明記</td></tr>
<tr><td>Water / auxiliaries</td><td>見落としやすいOPEX・設備負荷</td><td>全system auxiliaryを計量</td></tr>
</tbody></table></div>
<div class="callout warn"><b>NEDO目標値との扱い:</b>2026年12月のシステム効率目標4.6kWh/Nm³-H₂、25万円/kWは技術トレンドのscreening benchmarkとして使えるが、<b>YHC案件の価格・性能保証と同一視しない</b>。RFPではYHC実機の保証値を取得する。</div>
<h3>YHCへの提案文脈(内部用)</h3>
<div class="card teal"><p class="keymsg">「御社の水電解を単体で売るのではなく、地域の既存バイオガスをまずバイオメタン化し、そのCO₂尾部を御社PEM/EMSで追加メタンへ変える標準パッケージを作りたい。銀行側はガス会社とAnchorの長期契約を組み、0.3–1MWから再現可能な案件を作る。」</p></div>
</div>
</section>
<section id="roadmap">
<div class="section-head"><div class="num">10 / 365-day execution plan</div><h2>最初の90日は設備見積ではなく「権利・需要・電力」の3点を潰す</h2><p class="lead">案件を早くするために、Pre-FEED前のデータ要求を標準化する。3地域を同じ速度で進めず、松本Commercial・諏訪Rights・山梨Marketの3トラックを並走させる。</p></div>
<div class="body">
<div class="timeline">
<div class="step"><div class="when">0–30日</div><div><b>Data Room & Rights Map</b><br>Raw gas/CHP契約、15/30分データ、ガス導管接続、環境価値帰属、Anchor年間ガス量を収集。<div class="owner">Lead:金融機関+自治体/ガス会社</div></div></div>
<div class="step"><div class="when">31–60日</div><div><b>Anchor WTP + Utility Screen</b><br>5%/10% Sleeve価格帯、5–10年契約意向、物理最低引取量・品質を同時ヒアリング。<div class="owner">Lead:銀行RM+ガス会社</div></div></div>
<div class="step"><div class="when">61–90日</div><div><b>Heads of Terms</b><br>Raw gas/CO₂、Physical gas、Green Sleeve、Power、YHC performanceの5本について非拘束HoT。<div class="owner">Gate:Anchor 70% coverageを目標</div></div></div>
<div class="step"><div class="when">3–6か月</div><div><b>Pre-FEED / Budgetary Quotes</b><br>upgrader、methanation、YHC、compression/injection、metering。30分dispatchモデルでLCOG分布を作る。<div class="owner">松本 1MW、諏訪0.3–0.7MW優先</div></div></div>
<div class="step"><div class="when">6–9か月</div><div><b>Bankability package</b><br>長期契約案、CAPEX/OPEX、availability、reserve、subsidyを反映しDSCRレンジ評価。<div class="owner">Lead:銀行PF/審査+技術部隊</div></div></div>
<div class="step"><div class="when">9–12か月</div><div><b>Investment Gate</b><br>Commercial Pilotを1件選択。残り2地域は標準契約・技術データを流用して次案件へ。<div class="owner">目標:1件FID-ready、2件Option-ready</div></div></div>
</div>
<h3>Go / Hold / No-Go</h3>
<div class="grid2">
<div class="card">
<div class="gate"><div class="icon go">✓</div><div><b>Rights</b>:Raw Gas / CO₂ / environmental attributeの譲渡・利用権が契約期間中明確。</div></div>
<div class="gate"><div class="icon go">✓</div><div><b>Physical</b>:ガス会社が最低引取量・品質条件・価格式を提示。</div></div>
<div class="gate"><div class="icon go">✓</div><div><b>Anchor</b>:初期attribute量の70%以上を5–10年のLOI/HoTでカバー。</div></div>
<div class="gate"><div class="icon go">✓</div><div><b>Power</b>:30分値でPPA/市場/DRを評価し、平均電力価格の上限を設計。</div></div>
</div>
<div class="card">
<div class="gate"><div class="icon hold">!</div><div><b>HOLD</b>:証書は売れるが、需要家の報告制度で価値が認められるか不明。</div></div>
<div class="gate"><div class="icon hold">!</div><div><b>HOLD</b>:既存CHPの逸失価値が未計測。Green Gasの方が高いか比較不能。</div></div>
<div class="gate"><div class="icon stop">×</div><div><b>NO-GO</b>:OPEX補助・規制回収が恒久的に続くことを前提にしないと返済不能。</div></div>
<div class="gate"><div class="icon stop">×</div><div><b>NO-GO</b>:環境価値の二重計上または権利帰属が契約で解消できない。</div></div>
</div>
</div>
<div class="callout"><b>最終KPI:</b>「何MWの電解槽を入れたか」ではなく、<b>①契約済Green Gas量、②契約premium、③平均電力コスト、④YHC実効kWh/Nm³、⑤既存利用を含むincremental DSCR</b>で案件を評価する。</div>
</div>
</section>
<section id="appendix">
<div class="section-head"><div class="num">11 / Quantitative appendix</div><h2>計算ロジックとモデル境界</h2><p class="lead">公開事実・推計・仮定を混ぜないための計算メモ。数値は営業用確定値ではなく、案件サイズとDD優先順位を決めるスクリーニング。</p></div>
<div class="body">
<div class="grid2">
<div><h3>基本化学量論</h3><div class="mono">CO₂ + 4 H₂ → CH₄ + 2 H₂O
V_H2 ≈ 4 × V_CO2
E_electrolyzer ≈ V_H2 × e_H2</div><p>同温度・圧力の理想気体近似。実際はCO₂精製、メタネーション転化、循環、圧縮、補機を加える。</p></div>
<div><h3>45MJ等価換算</h3><div class="mono">V_citygas-eq = V_CH4 × 39.8 / 45</div><p>本レポートでは比較用にCH₄ HHV 39.8MJ/Nm³、都市ガス相当45MJ/m³をモデル換算に使用。個別ガス会社の受入仕様を示すものではない。</p></div>
</div>
<h3>松本の逆算</h3><div class="mono">CH4 volume ≈ 4.3 GWh / 0.375 / 9.94 kWh/Nm³ ≈ 1.15 million Nm³/y
Raw biogas ≈ CH4 volume / 0.625 ≈ 1.85 million Nm³/y</div><p class="small">発電効率37.5%、CH₄比62.5%はモデル仮定。実案件では宮渕・両島それぞれのRaw gas flowとCH₄濃度を取得して置換する。</p>
<h3>コストモデルの扱い</h3><p>Biomethane 90–130円、e-tail 220–300円/45MJ-eq m³等は<b>案件の価格を予測するものではない</b>。前回検討のe-methaneスクリーニングと今回のupgrading-first構造を比較するための内部レンジ。CAPEX補助率、電力単価、稼働率、methane slip、CO₂精製を変えると大きく動く。</p>
</div>
</section>
<section id="sources">
<div class="section-head"><div class="num">12 / Evidence register</div><h2>出典・証拠台帳</h2><p class="lead">アクセス確認日:2026-08-13。PUBLIC=公知資料の記載、MODEL=本提案の仮定、INFERENCE=公知値からの逆算、TO VERIFY=案件化前の取得必須項目。</p></div>
<div class="body">
<div class="table-wrap"><table class="source">
<thead><tr><th>ID</th><th>用途</th><th>出典</th><th>本提案での使い方</th></tr></thead><tbody>
<tr><td>S1</td><td>諏訪需要</td><td><a href="https://www.suwagas.co.jp/wp/wp-content/uploads/takuso/keikaku_01.pdf" target="_blank">諏訪瓦斯 2026年度 供給計画</a></td><td>2026年度年間需要15.025百万m³。</td></tr>
<tr><td>S2</td><td>諏訪原料</td><td><a href="https://www.pref.nagano.lg.jp/suwakoryuiki/nyusatu/nyusatujyohou/documents/04-2_kiteisyo_besshi.pdf" target="_blank">長野県 豊田終末処理場 消化ガス条件資料</a></td><td>R5 2.4287百万Nm³/年、CH₄/CO₂性状実績。63/37は中央モデル。</td></tr>
<tr><td>S3</td><td>諏訪既存契約</td><td><a href="https://www.pref.nagano.lg.jp/suwakoryuiki/nyusatu/nyusatujyohou/documents/00_20201102press.pdf" target="_blank">長野県 消化ガス発電事業者募集(2020)</a></td><td>20年、平均1.068百万m³/年のガス供給事業。</td></tr>
<tr><td>S4</td><td>諏訪金融</td><td><a href="https://www.82bank.co.jp/file.jsp?id=release%2F2025%2Fpdf%2Fnews20250423.pdf" target="_blank">八十二銀行 脱炭素事業促進諏訪地域コンソーシアム</a></td><td>地域金融・自治体を束ねる既存Origination基盤。</td></tr>
<tr><td>S5</td><td>松本需要</td><td><a href="https://www.matsumotogas.co.jp/wp-content/uploads/supply-plan-2026.pdf" target="_blank">松本ガス 2026年度 供給計画</a></td><td>2026年度年間需要82.011百万m³。</td></tr>
<tr><td>S6</td><td>松本原料</td><td><a href="https://www.city.matsumoto.nagano.jp/uploaded/attachment/53358.pdf" target="_blank">松本市 再生可能エネルギー利用促進資料</a></td><td>2020消化ガス発電:宮渕2,370MWh、両島1,930MWh、設備380/315kW。</td></tr>
<tr><td>S7</td><td>松本市場</td><td><a href="https://www.matsumotogas.co.jp/up_images/news/new_e97027f8.pdf" target="_blank">松本ガス × INPEX CNガス覚書(2022)</a></td><td>市内事業所向けCN都市ガス供給の経験。</td></tr>
<tr><td>S8</td><td>松本電力</td><td><a href="https://www.mzce.co.jp/about" target="_blank">松本平ゼロカーボンエネルギー</a></td><td>再エネ小売/PPA、株主構成。Green Gasでは電力側パートナー候補。</td></tr>
<tr><td>S9</td><td>証書</td><td><a href="https://www.clean-gas-certificate.com/faq/index.html" target="_blank">クリーンガス証書評価委員会 FAQ</a></td><td>Raw biogasのメタン成分認証、分割、無効化、LPG不可、Scope 1注意。</td></tr>
<tr><td>S10</td><td>制度検討</td><td><a href="https://policies.env.go.jp/earth/ghg-santeikohyo/files/study/2026/stdy_20260723_2.pdf" target="_blank">環境省 2026-07-23「合成燃料等のサプライチェーン管理の扱い」</a></td><td>ガスメニュー別排出係数・物理混合比不明時の価値割当を検討中。</td></tr>
<tr><td>S11</td><td>証書制度移行</td><td><a href="https://www.nite.go.jp/iajapan/asnite/information/20260303_0001.html" target="_blank">NITE 2026-03-03</a></td><td>2027年度新制度に向けISO/IEC 17065ベース認証機関認定受付。</td></tr>
<tr><td>S12</td><td>ガス政策</td><td><a href="https://www.enecho.meti.go.jp/category/electricity_and_gas/gas/e-methane/e-methane.html" target="_blank">資源エネルギー庁 合成メタン等調達費</a></td><td>2026年の承認申請手続き。個別適用は要DD。</td></tr>
<tr><td>S13</td><td>YHC/水電解</td><td><a href="https://green-innovation.nedo.go.jp/article/greenhydrogen/" target="_blank">NEDO 国内最大規模水電解拠点(2026)</a></td><td>2026年12月目標 4.6kWh/Nm³-H₂、25万円/kWをscreen benchmark。</td></tr>
<tr><td>S14</td><td>YHC/DR</td><td><a href="https://www.yhc-inc.jp/?p=144" target="_blank">YHC 一次調整力実運用</a></td><td>PEM水電解を用いた一次調整力の実運用実績。</td></tr>
<tr><td>S15</td><td>山梨市場</td><td><a href="https://www.tgyn.co.jp/press/2026/_co2.html" target="_blank">東京ガス山梨 2026-04-07</a></td><td>山梨中央銀行5施設へ排出係数調整型CN都市ガス、約180t-CO₂/年。</td></tr>
<tr><td>S16</td><td>山梨金融</td><td><a href="https://www.pref.yamanashi.jp/chiji/dekigoto/0803/0325a.html" target="_blank">山梨県 × 三井住友銀行 包括連携協定(2026)</a></td><td>脱炭素イベント・県外企業交流等を含む連携の場。</td></tr>
</tbody></table></div>
<h3>公知情報で未確定の重要事項</h3>
<div class="grid3">
<div class="card"><b>全地域共通</b><p>ガス受入仕様、接続距離/圧力、具体的なGreen premium、vendor CAPEX/OPEX、保険、税務、証書会計。</p></div>
<div class="card"><b>諏訪</b><p>既存20年契約の現契約条文、現在の供給開始日/残存期間、CO₂/環境価値の権利、改造可能性。</p></div>
<div class="card"><b>山梨</b><p>候補バイオガスソースの年間流量・性状・既存用途。ここを取得するまで物理案件サイズは未確定。</p></div>
</div>
<div class="footer-note">本資料は公開情報と内部モデルに基づく事業仮説・金融機関内検討用資料であり、法務・会計・税務・規制・投融資判断の最終意見ではない。各制度の適用可否、環境価値の主張、ガス品質・導管接続、既存契約は専門家および関係当局・事業者に確認すること。</div>
</div>
</section>
</main>
<script>
const ids=['pbio','pe','pf','ch4','sleeve','raw','hours','eff','conv'];
function calc(){
let pb=+document.getElementById('pbio').value, pe=+document.getElementById('pe').value, pf=+document.getElementById('pf').value;
let ch4=+document.getElementById('ch4').value/100, sl=+document.getElementById('sleeve').value/100;
let raw=+document.getElementById('raw').value*1000, hrs=+document.getElementById('hours').value, eff=+document.getElementById('eff').value, cv=+document.getElementById('conv').value/100;
ids.forEach(id=>{let e=document.getElementById(id+'V'); if(e)e.textContent=document.getElementById(id).value});
let co2=1-ch4;
let green=(ch4*pb + co2*cv*pe)/(ch4+co2*cv);
let uplift=sl*(green-pf);
let h2=raw*co2*cv*4;
let kwh=h2*eff;
let mw=kwh/hrs/1000;
document.getElementById('greenCost').textContent=green.toFixed(1);
document.getElementById('uplift').textContent=uplift.toFixed(1);
document.getElementById('mw').textContent=mw.toFixed(2);
document.getElementById('gwh').textContent=(kwh/1e6).toFixed(2);
}
ids.forEach(id=>document.getElementById(id).addEventListener('input',calc)); calc();
</script>
</body></html>