<!doctype html>
<html lang="ja">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>AEM水電解 主要メーカー・技術特徴・知財・コスト比較</title>
<style>
:root{
--bg:#f6f8fb; --paper:#ffffff; --ink:#18202b; --muted:#5e6b7a; --line:#d8e0ea;
--blue:#2b6cb0; --cyan:#0987a0; --green:#2f855a; --orange:#c05621; --red:#c53030;
--purple:#6b46c1; --slate:#334155; --softblue:#e9f2ff; --softgreen:#eaf7ef; --softorange:#fff2e8; --softpurple:#f0ebff; --softred:#fff0f0;
}
*{box-sizing:border-box}
body{margin:0;background:var(--bg);color:var(--ink);font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Noto Sans JP","Hiragino Sans","Yu Gothic",Arial,sans-serif;line-height:1.72}
header{background:linear-gradient(135deg,#0f1e36 0%,#174a7a 52%,#0f766e 100%);color:#fff;padding:52px 28px 44px}
.wrap{max-width:1180px;margin:0 auto}
h1{font-size:34px;line-height:1.25;margin:0 0 14px;font-weight:800;letter-spacing:.01em}
.subtitle{font-size:16px;opacity:.93;max-width:940px}
.meta{margin-top:18px;font-size:13px;opacity:.82}
nav{background:#fff;border-bottom:1px solid var(--line);position:sticky;top:0;z-index:5}
nav .wrap{display:flex;gap:8px;flex-wrap:wrap;padding:10px 24px}
nav a{font-size:13px;color:#285a8e;text-decoration:none;background:#eef5ff;border:1px solid #d6e8ff;border-radius:999px;padding:6px 10px}
main{padding:26px 22px 56px}
section{background:var(--paper);border:1px solid var(--line);border-radius:18px;padding:26px;margin:18px auto;box-shadow:0 8px 26px rgba(15,30,54,.06)}
h2{font-size:24px;margin:0 0 16px;line-height:1.35;border-left:6px solid var(--blue);padding-left:12px}
h3{font-size:18px;margin:24px 0 10px;color:#1a365d}
p{margin:10px 0}
.lead{font-size:17px;color:#243244}
.grid{display:grid;gap:14px}
.grid-2{grid-template-columns:repeat(2,minmax(0,1fr))}
.grid-3{grid-template-columns:repeat(3,minmax(0,1fr))}
.grid-4{grid-template-columns:repeat(4,minmax(0,1fr))}
@media(max-width:900px){.grid-2,.grid-3,.grid-4{grid-template-columns:1fr} nav{position:static} h1{font-size:28px}}
.card{border:1px solid var(--line);border-radius:14px;padding:16px;background:#fff}
.card h3{margin-top:0}
.note{background:#f8fafc;border:1px solid var(--line);border-radius:12px;padding:13px 15px;color:#334155;font-size:14px}
.callout{background:linear-gradient(180deg,#f4f9ff,#ffffff);border:1px solid #cfe1f6;border-left:6px solid var(--blue);border-radius:14px;padding:15px 17px;margin:14px 0}
.warn{background:#fff7ed;border:1px solid #fed7aa;border-left:6px solid var(--orange);border-radius:14px;padding:15px 17px;margin:14px 0}
.tag{display:inline-block;border-radius:999px;padding:3px 9px;margin:2px;font-size:12px;font-weight:650;white-space:nowrap}
.t-blue{background:var(--softblue);color:#1e4e85}.t-green{background:var(--softgreen);color:#246a43}.t-orange{background:var(--softorange);color:#8a3b12}.t-purple{background:var(--softpurple);color:#4c2c92}.t-red{background:var(--softred);color:#9b1c1c}.t-slate{background:#eef2f7;color:#394b5d}
table{width:100%;border-collapse:separate;border-spacing:0;margin:12px 0 4px;font-size:13.5px;overflow:hidden;border:1px solid var(--line);border-radius:14px}
th,td{border-bottom:1px solid var(--line);border-right:1px solid var(--line);padding:10px 10px;vertical-align:top}
th:last-child,td:last-child{border-right:0} tr:last-child td{border-bottom:0}
th{background:#eef4fb;color:#1f3655;text-align:left;font-weight:760;position:sticky;top:42px;z-index:2}
.small{font-size:12.5px;color:var(--muted)}
.score{display:inline-flex;gap:2px;align-items:center}
.dot{width:9px;height:9px;border-radius:50%;display:inline-block;background:#cbd5e1}.dot.on{background:#2b6cb0}.dot.mid{background:#7aa7d8}
.legend{display:flex;gap:10px;flex-wrap:wrap;font-size:12px;color:#475569;margin-top:8px}.legend span{display:inline-flex;align-items:center;gap:5px}
.sq{width:12px;height:12px;border-radius:3px;display:inline-block}.sq.blue{background:#2b6cb0}.sq.green{background:#2f855a}.sq.orange{background:#c05621}.sq.purple{background:#6b46c1}.sq.red{background:#c53030}.sq.cyan{background:#0987a0}
svg{max-width:100%;height:auto;display:block;margin:6px auto}
.pill-title{font-weight:800;color:#1f3655;margin-bottom:6px}
.company{font-weight:800;color:#102a43}
.refs ol{padding-left:24px}.refs li{margin:8px 0;font-size:13px;color:#334155}.refs a{color:#1d5e99;text-decoration:none;border-bottom:1px dotted #8bb8dd}
.tocbox{display:grid;grid-template-columns:1fr 1fr;gap:12px}
@media(max-width:750px){.tocbox{grid-template-columns:1fr} th{position:static}}
.kpi{display:flex;gap:12px;flex-wrap:wrap;margin:16px 0}.kpi div{flex:1;min-width:190px;background:#f8fafc;border:1px solid var(--line);border-radius:14px;padding:14px}.kpi strong{display:block;font-size:22px;color:#174a7a}.kpi span{font-size:13px;color:#5e6b7a}
.foot{font-size:12px;color:#64748b;margin-top:8px}
.two-col-text{columns:2;column-gap:34px}.two-col-text p{break-inside:avoid}
@media(max-width:850px){.two-col-text{columns:1}}
</style>
</head>
<body>
<header>
<div class="wrap">
<h1>AEM水電解:主要メーカー・技術特徴・知財・コスト比較</h1>
<div class="subtitle">AEMを「ひとつの技術」としてではなく、純水AEM、KOH補助AEM、動的アルカリ/AEMハイブリッド、膜・MEA材料、低コストターンキーというアーキタイプに分解し、各社の優位性・課題・DD観点を整理した比較資料。</div>
<div class="meta">作成日:2026年7月9日|公開情報・企業発表・公開特許・TEA資料に基づく整理。数値は原則として公表値であり、保証値・RFQ価格とは限らない。</div>
</div>
</header>
<nav>
<div class="wrap">
<a href="#summary">要旨</a><a href="#taxonomy">技術分類</a><a href="#map">比較マップ</a><a href="#matrix">総合比較表</a><a href="#profiles">各社深掘り</a><a href="#cost">コスト</a><a href="#dd">DDチェックリスト</a><a href="#refs">出典</a>
</div>
</nav>
<main class="wrap">
<section id="summary">
<h2>1. エグゼクティブ・サマリー</h2>
<div class="callout">
<p class="lead"><strong>結論:</strong>AEM水電解の比較では、「AEMかどうか」よりも、<strong>純水運転かKOH補助か、膜/MEAを握るのか大型セル設計を握るのか、量産思想が小型並列か大型スタックか</strong>を分ける必要がある。</p>
</div>
<div class="kpi">
<div><strong>Enapter</strong><span>商用実装・小型標準化で先行。ドライカソード+希薄KOH。</span></div>
<div><strong>EvolOH</strong><span>純水AEM・液体電解質なし・高速量産の本命候補。</span></div>
<div><strong>Verdagy</strong><span>大型セル、電流分布、熱管理、動的運転に強み。</span></div>
<div><strong>Hygreen/Horizon</strong><span>中国系量産・低コスト・ターンキー候補。ただし透明性確認が重要。</span></div>
</div>
<div class="grid grid-2">
<div class="card">
<h3>最も比較しやすい見方</h3>
<p><span class="tag t-blue">小型標準化</span> Enapter</p>
<p><span class="tag t-green">純水・量産</span> EvolOH</p>
<p><span class="tag t-orange">大型動的セル</span> Verdagy</p>
<p><span class="tag t-purple">膜・MEA</span> Horizon/HET, Hydrolite, Ionomr, Versogen</p>
<p><span class="tag t-slate">低コストターンキー</span> Hygreen, Horizon/HET</p>
</div>
<div class="card">
<h3>投資・案件評価上の注意</h3>
<p>メーカー発表の効率・コストは、<strong>DC/AC、スタック/システム、BoL/EoL、乾燥・圧縮・水処理込みか</strong>が揃っていない。銀行・事業開発の比較では、カタログ効率よりも、耐久性、保証、スタック交換、BOP、EPC責任分界を重視すべき。</p>
</div>
</div>
</section>
<section id="taxonomy">
<h2>2. AEMメーカーの5つの技術アーキタイプ</h2>
<p>AEMはPEMとアルカリの中間技術に見えるが、各社の設計思想は大きく異なる。以下の分類で見ると、優位性とリスクが比較しやすい。</p>
<svg viewBox="0 0 1120 430" role="img" aria-label="AEM技術アーキタイプ図">
<defs>
<filter id="shadow" x="-20%" y="-20%" width="140%" height="140%"><feDropShadow dx="0" dy="4" stdDeviation="6" flood-opacity=".15"/></filter>
<marker id="arrow" markerWidth="10" markerHeight="10" refX="7" refY="3" orient="auto" markerUnits="strokeWidth"><path d="M0,0 L0,6 L8,3 z" fill="#475569"/></marker>
</defs>
<rect x="0" y="0" width="1120" height="430" rx="18" fill="#f8fafc"/>
<text x="36" y="40" font-size="22" font-weight="800" fill="#1f3655">AEM比較の本質:膜だけでなく、運転条件・セル構造・量産思想が違う</text>
<g filter="url(#shadow)">
<rect x="40" y="82" width="196" height="250" rx="16" fill="#e9f2ff" stroke="#bcd5f4"/>
<text x="62" y="115" font-size="17" font-weight="800" fill="#1e4e85">① KOH補助・乾式カソード</text>
<text x="62" y="150" font-size="13" fill="#334155">希薄KOHを主にアノード側へ供給。</text>
<text x="62" y="174" font-size="13" fill="#334155">カソードはドライに近く、乾いた</text>
<text x="62" y="198" font-size="13" fill="#334155">加圧H₂を得やすい。</text>
<text x="62" y="246" font-size="14" font-weight="800" fill="#1e4e85">代表:Enapter</text>
<text x="62" y="276" font-size="12" fill="#475569">優位:商用化・制御容易</text>
<text x="62" y="298" font-size="12" fill="#475569">課題:純水型ではない、並列数</text>
</g>
<g filter="url(#shadow)">
<rect x="256" y="82" width="196" height="250" rx="16" fill="#eaf7ef" stroke="#b9e1c7"/>
<text x="278" y="115" font-size="17" font-weight="800" fill="#246a43">② 純水AEM・高速量産</text>
<text x="278" y="150" font-size="13" fill="#334155">液体電解質なし、DI水運転、</text>
<text x="278" y="174" font-size="13" fill="#334155">非貴金属・安価材料・簡素流路。</text>
<text x="278" y="198" font-size="13" fill="#334155">製造コスト低減を狙う。</text>
<text x="278" y="246" font-size="14" font-weight="800" fill="#246a43">代表:EvolOH</text>
<text x="278" y="276" font-size="12" fill="#475569">優位:低コスト筋が明快</text>
<text x="278" y="298" font-size="12" fill="#475569">課題:膜/水管理の難度</text>
</g>
<g filter="url(#shadow)">
<rect x="472" y="82" width="196" height="250" rx="16" fill="#fff2e8" stroke="#f7c79f"/>
<text x="494" y="115" font-size="17" font-weight="800" fill="#8a3b12">③ 大型動的セル</text>
<text x="494" y="150" font-size="13" fill="#334155">大面積セルの電流分布、熱、</text>
<text x="494" y="174" font-size="13" fill="#334155">接触圧、ガス/液排出を設計。</text>
<text x="494" y="198" font-size="13" fill="#334155">AEM/動的アルカリの中間。</text>
<text x="494" y="246" font-size="14" font-weight="800" fill="#8a3b12">代表:Verdagy</text>
<text x="494" y="276" font-size="12" fill="#475569">優位:産業スケール志向</text>
<text x="494" y="298" font-size="12" fill="#475569">課題:純AEMでない可能性</text>
</g>
<g filter="url(#shadow)">
<rect x="688" y="82" width="196" height="250" rx="16" fill="#f0ebff" stroke="#c9baf2"/>
<text x="710" y="115" font-size="17" font-weight="800" fill="#4c2c92">④ 膜・MEA材料</text>
<text x="710" y="150" font-size="13" fill="#334155">OH⁻伝導、機械強度、化学安定、</text>
<text x="710" y="174" font-size="13" fill="#334155">ラジカル耐性、薄膜MEAを握る。</text>
<text x="710" y="198" font-size="13" fill="#334155">装置より材料IPが核。</text>
<text x="710" y="246" font-size="14" font-weight="800" fill="#4c2c92">代表:Hydrolite, Ionomr</text>
<text x="710" y="276" font-size="12" fill="#475569">優位:AEMの本丸</text>
<text x="710" y="298" font-size="12" fill="#475569">課題:装置実績は別問題</text>
</g>
<g filter="url(#shadow)">
<rect x="904" y="82" width="176" height="250" rx="16" fill="#eef2f7" stroke="#cbd5e1"/>
<text x="924" y="115" font-size="17" font-weight="800" fill="#394b5d">⑤ ターンキー量産</text>
<text x="924" y="150" font-size="13" fill="#334155">スタックよりもシステム統合、</text>
<text x="924" y="174" font-size="13" fill="#334155">価格、納期、EPC接続で勝負。</text>
<text x="924" y="198" font-size="13" fill="#334155">中国系メーカーに多い。</text>
<text x="924" y="246" font-size="14" font-weight="800" fill="#394b5d">代表:Hygreen, Horizon</text>
<text x="924" y="276" font-size="12" fill="#475569">優位:低価格・供給力</text>
<text x="924" y="298" font-size="12" fill="#475569">課題:透明性・保証</text>
</g>
<line x1="132" y1="365" x2="980" y2="365" stroke="#64748b" stroke-width="2" marker-end="url(#arrow)"/>
<text x="46" y="390" font-size="13" fill="#475569">実装・制御・分散用途</text>
<text x="874" y="390" font-size="13" fill="#475569">大型化・低価格・産業用途</text>
</svg>
</section>
<section id="map">
<h2>3. 技術ポジショニング・マップ</h2>
<p>縦軸は低コスト化ポテンシャル、横軸は商用成熟度を示す。バブルサイズは「大型案件・産業用途へのスケール志向」を表す。これは公表情報からの定性的評価であり、実見積・保証条件に置き換える必要がある。</p>
<svg viewBox="0 0 980 600" role="img" aria-label="AEMメーカー技術ポジショニングマップ">
<rect x="0" y="0" width="980" height="600" rx="18" fill="#ffffff"/>
<rect x="95" y="55" width="760" height="430" fill="#f8fafc" stroke="#d8e0ea"/>
<line x1="95" y1="485" x2="855" y2="485" stroke="#94a3b8" stroke-width="2"/>
<line x1="95" y1="485" x2="95" y2="55" stroke="#94a3b8" stroke-width="2"/>
<g stroke="#e2e8f0" stroke-width="1">
<line x1="247" y1="55" x2="247" y2="485"/><line x1="399" y1="55" x2="399" y2="485"/><line x1="551" y1="55" x2="551" y2="485"/><line x1="703" y1="55" x2="703" y2="485"/>
<line x1="95" y1="399" x2="855" y2="399"/><line x1="95" y1="313" x2="855" y2="313"/><line x1="95" y1="227" x2="855" y2="227"/><line x1="95" y1="141" x2="855" y2="141"/>
</g>
<text x="470" y="540" font-size="15" font-weight="800" text-anchor="middle" fill="#334155">商用成熟度・実装実績</text>
<text x="26" y="280" font-size="15" font-weight="800" text-anchor="middle" fill="#334155" transform="rotate(-90 26 280)">低コスト化ポテンシャル</text>
<text x="96" y="508" font-size="12" fill="#64748b">低</text><text x="828" y="508" font-size="12" fill="#64748b">高</text>
<text x="62" y="485" font-size="12" fill="#64748b">低</text><text x="62" y="65" font-size="12" fill="#64748b">高</text>
<g opacity=".16"><rect x="95" y="55" width="380" height="215" fill="#2f855a"/><rect x="475" y="55" width="380" height="215" fill="#2b6cb0"/><rect x="95" y="270" width="380" height="215" fill="#c05621"/><rect x="475" y="270" width="380" height="215" fill="#6b46c1"/></g>
<text x="255" y="82" font-size="13" fill="#246a43" font-weight="800">高リターン/高リスク</text>
<text x="666" y="82" font-size="13" fill="#1e4e85" font-weight="800">本命候補</text>
<text x="238" y="462" font-size="13" fill="#8a3b12" font-weight="800">技術実証段階</text>
<text x="650" y="462" font-size="13" fill="#4c2c92" font-weight="800">堅実実装</text>
<!-- bubbles: x=95+score/5*760, y=485-cost/5*430 -->
<g>
<circle cx="779" cy="227" r="34" fill="#2b6cb0" fill-opacity=".82" stroke="#173f70"/><text x="779" y="224" text-anchor="middle" font-size="12" fill="#fff" font-weight="800">Enapter</text><text x="779" y="239" text-anchor="middle" font-size="10" fill="#fff">商用先行</text>
<circle cx="551" cy="72" r="42" fill="#2f855a" fill-opacity=".82" stroke="#246a43"/><text x="551" y="70" text-anchor="middle" font-size="12" fill="#fff" font-weight="800">EvolOH</text><text x="551" y="86" text-anchor="middle" font-size="10" fill="#fff">純水量産</text>
<circle cx="657" cy="124" r="46" fill="#c05621" fill-opacity=".83" stroke="#8a3b12"/><text x="657" y="122" text-anchor="middle" font-size="12" fill="#fff" font-weight="800">Verdagy</text><text x="657" y="138" text-anchor="middle" font-size="10" fill="#fff">大型セル</text>
<circle cx="520" cy="107" r="36" fill="#394b5d" fill-opacity=".78" stroke="#1f2937"/><text x="520" y="104" text-anchor="middle" font-size="11" fill="#fff" font-weight="800">Hygreen</text><text x="520" y="119" text-anchor="middle" font-size="9" fill="#fff">ターンキー</text>
<circle cx="475" cy="72" r="38" fill="#0987a0" fill-opacity=".78" stroke="#066675"/><text x="475" y="69" text-anchor="middle" font-size="11" fill="#fff" font-weight="800">Horizon</text><text x="475" y="84" text-anchor="middle" font-size="9" fill="#fff">膜+量産</text>
<circle cx="399" cy="184" r="27" fill="#6b46c1" fill-opacity=".78" stroke="#4c2c92"/><text x="399" y="182" text-anchor="middle" font-size="10" fill="#fff" font-weight="800">Cipher</text><text x="399" y="195" text-anchor="middle" font-size="8" fill="#fff">小型実証</text>
<circle cx="368" cy="158" r="30" fill="#6b46c1" fill-opacity=".62" stroke="#4c2c92"/><text x="368" y="156" text-anchor="middle" font-size="10" fill="#fff" font-weight="800">Power</text><text x="368" y="169" text-anchor="middle" font-size="8" fill="#fff">to H₂</text>
<circle cx="368" cy="141" r="30" fill="#7c3aed" fill-opacity=".62" stroke="#5b21b6"/><text x="368" y="139" text-anchor="middle" font-size="10" fill="#fff" font-weight="800">Hydrolite</text>
<circle cx="338" cy="158" r="25" fill="#7f1d1d" fill-opacity=".62" stroke="#7f1d1d"/><text x="338" y="157" text-anchor="middle" font-size="10" fill="#fff" font-weight="800">Alchemr</text>
</g>
</svg>
<div class="legend"><span><i class="sq blue"></i>KOH補助・商用実装</span><span><i class="sq green"></i>純水・量産型</span><span><i class="sq orange"></i>大型動的セル</span><span><i class="sq purple"></i>材料/初期技術</span><span><i class="sq cyan"></i>膜/MEA+量産</span></div>
</section>
<section id="matrix">
<h2>4. 主要メーカー総合比較表</h2>
<p>技術・知財・公開スペック・課題を同じ軸で整理した。スコアは定性的で、1=低、5=高。成熟度は「商用展開・公開実績・製品化の見えやすさ」、コストポテンシャルは「材料・量産・BOP簡素化から見た将来低コスト化余地」を表す。</p>
<table>
<thead><tr><th>企業</th><th>分類</th><th>公開スペック/規模</th><th>技術・知財の核</th><th>優位性</th><th>主な課題</th><th>成熟度</th><th>コスト余地</th></tr></thead>
<tbody>
<tr><td class="company">Enapter</td><td><span class="tag t-blue">KOH補助</span><span class="tag t-blue">ドライカソード</span></td><td>AEM Nexus 500/1000/2500、最大約2.5 MW、51.3 kWh/kg-H₂、最大31 barg、99.999%純度。</td><td>アノード側のみ希薄KOH、カソード側ドライ、乾いた加圧H₂。小型AEMコアを多数並列化。</td><td>商用AEMとして最も実装が見えやすい。再エネ追従・分散用途に強い。</td><td>純水型ではない。MW級では多数コアのBOP・制御・保守が論点。</td><td>●●●●○</td><td>●●●○○</td></tr>
<tr><td class="company">EvolOH</td><td><span class="tag t-green">純水AEM</span><span class="tag t-green">量産</span></td><td>Nautilus、単一スタック20–2,000 kg/day、10/20 t/dayモジュール構想。</td><td>純水運転、液体電解質なし、非貴金属、低コストプレート、簡素流路、ロールtoロール量産。</td><td>低コスト化の筋が最も明快。成功すればAEMの本命候補。</td><td>純水AEMは膜・アイオノマー・水管理の難度が高い。長期実績確認が必要。</td><td>●●●○○</td><td>●●●●●</td></tr>
<tr><td class="company">Verdagy</td><td><span class="tag t-orange">大型動的</span><span class="tag t-orange">アルカリ/AEM系</span></td><td>20 MW級eDynamicモジュール、200 MW級プラント設計を訴求。</td><td>大型セルのリブ形状、溶接密度、電流分布、熱管理、ゼロギャップ/接触構造。</td><td>産業スケールで重要な大面積セル設計に強み。化学・鉄鋼・e-fuel向け。</td><td>純AEMメーカーというより動的アルカリ寄り。電解液条件と負荷変動時劣化を確認。</td><td>●●●●○</td><td>●●●●○</td></tr>
<tr><td class="company">Horizon / HET</td><td><span class="tag t-purple">膜/MEA</span><span class="tag t-slate">中国量産</span></td><td>5 MW級、1000 Nm³/h、3.6–4.3 kWh/Nm³-H₂、10–110%負荷、99.999%純度を公表。</td><td>多層ラジカルスカベンジ膜、Ni/Fe系、Ir/Ti/PFAS不使用、膜・触媒・電極の垂直統合。</td><td>膜/MEA内製と量産力を併せ持つ可能性。価格競争力に期待。</td><td>60,000hや高効率主張は第三者検証が必要。海外保証・認証・実機データ確認。</td><td>●●●○○</td><td>●●●●○</td></tr>
<tr><td class="company">Hygreen Energy</td><td><span class="tag t-slate">ターンキー</span><span class="tag t-slate">中国量産</span></td><td>最大500 kW、100 Nm³/h、10–120%負荷、3秒未満応答、4.4 kWh/Nm³を公表。</td><td>スタック、BOP、補機、システム統合。AEM固有の中核IPは公開情報上やや不透明。</td><td>低価格・納期・システム供給力。PoCや中規模実証では候補。</td><td>DC/AC効率、保証、海外保守、EPC責任分界、AEM固有技術の透明性。</td><td>●●●○○</td><td>●●●●○</td></tr>
<tr><td class="company">Cipher Neutron</td><td><span class="tag t-purple">小型/中型実証</span><span class="tag t-blue">KOH補助</span></td><td>最大250 kW級、30 bar、99.999%純度、BoLで4.2 kWh/Nm³等を主張。</td><td>ゼロギャップ、1M KOH、流路、膜コーティング、触媒/インク。</td><td>触媒・流路・セル部材開発として面白い。小型PoCに向く。</td><td>MW級長期運転実績は限定的。KOH利用で純水AEMとはBOPが違う。</td><td>●●○○○</td><td>●●●○○</td></tr>
<tr><td class="company">Hydrolite</td><td><span class="tag t-purple">膜/MEA</span><span class="tag t-purple">可逆セル</span></td><td>250 kW級スタック、45 kWh/kg未満、PFASフリー等を公表。</td><td>薄膜MEA、補強AEM、可逆AEMデバイス、酸素極/多孔質層、表面改質。</td><td>AEMの根本課題である膜・MEA・耐久性に関わる知財が厚い。</td><td>装置メーカーとしての商用実績は要確認。材料/共同開発候補として見るべき。</td><td>●●○○○</td><td>●●●●○</td></tr>
<tr><td class="company">Power to Hydrogen</td><td><span class="tag t-purple">高圧/ハイブリッド</span></td><td>高圧、5秒未満応答、再エネ追従、65% CAPEX削減を訴求。</td><td>ハイブリッドAEM、液体電解質、可逆セル、高圧運転。</td><td>高圧・動的用途に特徴。圧縮BOP削減が成立すれば価値。</td><td>公開情報・商用価格・保証条件が限定的。</td><td>●●○○○</td><td>●●●●○</td></tr>
<tr><td class="company">Alchemr</td><td><span class="tag t-red">初期技術</span><span class="tag t-blue">KOH/AEM系</span></td><td>産業用AEM、既存方式の1/3コストを訴求。</td><td>シャント電流低減、塩基性電解液、ベースメタル触媒、スタック設計。</td><td>シャント電流・スタック設計に着目する技術思想は明確。</td><td>公開データが少なく、商用比較にはまだ不透明。</td><td>●○○○○</td><td>●●●○○</td></tr>
<tr><td class="company">Ionomr / Versogen</td><td><span class="tag t-purple">膜・アイオノマー</span></td><td>Aemion、PiperION等のAEM/アイオノマー。</td><td>OH⁻伝導性、H₂クロスオーバー、耐久性、PFASフリー膜材料。</td><td>装置メーカーの性能・耐久性を左右する可能性が高い。</td><td>装置BOP・保証・EPCとは別評価。採用先とFTOが重要。</td><td>材料:●●●○○</td><td>材料:●●●●○</td></tr>
</tbody>
</table>
</section>
<section id="profiles">
<h2>5. 各社の技術・知財から見た深掘り</h2>
<div class="grid grid-2">
<div class="card"><div class="pill-title">Enapter:商用実装先行の「乾式カソードAEM」</div><p>希薄KOHをアノード側に循環し、カソード側をドライに近い状態で運転する設計が中核。公開特許でも、アルカリ水溶液がアノード側に存在し、乾いた加圧H₂を得る構成が示されている。標準小型コアを多数並べるため、分散用途・中小規模用途で使いやすい。一方、MW級ではコア数、交換部品、共有BOP、制御複雑性が課題。</p></div>
<div class="card"><div class="pill-title">EvolOH:純水AEMと製造コスト低減の本命候補</div><p>特許では、純DI水、液体電解質なし、低コストプレート、低コスト触媒を使うAEMスタックが示される。発表ではNautilusを大型スタック/モジュールとして展開し、ロールtoロール等の高速製造を強調。成功すればAEMのコスト優位を最もきれいに実現するが、純水AEMは水管理・膜/アイオノマー耐久性が難しい。</p></div>
<div class="card"><div class="pill-title">Verdagy:大型セルエンジニアリング企業</div><p>公開特許では、リブ形状、リブ間隔、溶接密度、断面設計により、電流分布・熱分布・ホットスポット・膜損傷を制御する発想が見える。膜化学よりも、大面積セルを産業用途で安定運転する機械・熱・電気設計が差別化部位。純AEMというより、動的アルカリ/AEM系として評価すべき。</p></div>
<div class="card"><div class="pill-title">Horizon/HET:膜・MEA内製+量産力の可能性</div><p>多層ラジカルスカベンジ膜、Ni/Fe触媒、Ir/Ti/PFAS不使用、5 MW級システムを公表。膜・触媒・電極まで垂直統合できるなら強い。ただし、60,000時間級耐久性や極めて高い効率主張は、第三者試験・実負荷変動・EoL条件・保証条項を確認する必要がある。</p></div>
<div class="card"><div class="pill-title">Hygreen:AEM固有IPよりシステム供給力</div><p>500 kW級ターンキー、広い負荷範囲、短い応答時間、低いDC消費電力を訴求。中国系メーカーとして価格・納期・BOP統合で魅力がある可能性が高い。ただし、AEM固有技術の透明性、ACシステム効率、補機込み消費電力、海外保守網、認証、保証を厳格に見るべき。</p></div>
<div class="card"><div class="pill-title">Cipher Neutron:小型実証・セル部材開発型</div><p>ゼロギャップ、KOH、流路設計、膜コーティング、触媒/インクを強調する。小型〜中型実証には面白いが、1M KOH利用で純水AEMとはBOPが異なる。MW級・長期負荷変動・スタック交換保証はこれからの確認事項。</p></div>
<div class="card"><div class="pill-title">Hydrolite:膜・MEA・可逆AEMの知財型</div><p>薄膜MEA、可逆AEMデバイス、補強AEM、酸素極、多孔質層など、材料・MEA寄りの公開特許が目立つ。装置メーカーというより、AEMの本丸である膜・MEA耐久性に対する技術供給・共同開発候補として評価するのが自然。</p></div>
<div class="card"><div class="pill-title">Power to Hydrogen / Alchemr:初期だが論点は明確</div><p>Power to Hydrogenは高圧・再エネ追従・ハイブリッドAEM、Alchemrはシャント電流低減やベースメタル触媒を強調。いずれも技術思想は面白いが、商用実績、標準価格、長期保証の公開情報は限られるため、共同実証・ウォッチ対象として扱うのが妥当。</p></div>
</div>
</section>
<section id="cost">
<h2>6. コストと効率:公開値の読み方</h2>
<div class="warn">
<p><strong>重要:</strong>「4.2 kWh/Nm³」「45 kWh/kg」「51.3 kWh/kg」などの値は、スタックDCかシステムACか、BoLかEoLか、乾燥・圧縮・水処理・冷却込みかが揃っていない。メーカー横比較では、同じ境界条件でLCOHに落とす必要がある。</p>
</div>
<div class="grid grid-2">
<div class="card">
<h3>第三者TEAの目安</h3>
<p>公開TEAでは、AEM水電解の高量産・高稼働前提で、電力$0.03/kWh、稼働率97%の場合、無税・無補助LCOHは<strong>$1.78–3.68/kg-H₂</strong>と試算されている。これは実見積ではなく、ボトムアップの将来含みモデルとして読むべき。</p>
</div>
<div class="card">
<h3>電力費だけの感度</h3>
<table>
<thead><tr><th>消費電力</th><th>$30/MWh</th><th>$50/MWh</th><th>$70/MWh</th></tr></thead>
<tbody>
<tr><td>45 kWh/kg-H₂</td><td>$1.35/kg</td><td>$2.25/kg</td><td>$3.15/kg</td></tr>
<tr><td>50 kWh/kg-H₂</td><td>$1.50/kg</td><td>$2.50/kg</td><td>$3.50/kg</td></tr>
<tr><td>51.3 kWh/kg-H₂</td><td>$1.54/kg</td><td>$2.57/kg</td><td>$3.59/kg</td></tr>
</tbody>
</table>
<p class="small">注:CAPEX、O&M、スタック交換、圧縮、乾燥、金融費用、稼働率低下は含まない。</p>
</div>
</div>
<h3>コストドライバー分解</h3>
<svg viewBox="0 0 1050 360" role="img" aria-label="AEM水電解のコストドライバー">
<rect x="0" y="0" width="1050" height="360" rx="18" fill="#f8fafc"/>
<text x="35" y="40" font-size="20" font-weight="800" fill="#1f3655">AEMのコスト優位が成立する条件</text>
<g>
<rect x="55" y="78" width="170" height="190" rx="14" fill="#e9f2ff" stroke="#bcd5f4"/>
<text x="140" y="112" font-size="15" font-weight="800" text-anchor="middle" fill="#1e4e85">スタック材料</text>
<text x="77" y="145" font-size="12" fill="#334155">Ir/Pt/Ti/PFAS依存を低減</text>
<text x="77" y="170" font-size="12" fill="#334155">Ni/Fe/ステンレス化</text>
<text x="77" y="195" font-size="12" fill="#334155">膜・アイオノマー量産</text>
<text x="77" y="230" font-size="12" fill="#8a3b12">失敗時:耐久性・交換費増</text>
</g>
<g>
<rect x="250" y="78" width="170" height="190" rx="14" fill="#eaf7ef" stroke="#b9e1c7"/>
<text x="335" y="112" font-size="15" font-weight="800" text-anchor="middle" fill="#246a43">運転条件</text>
<text x="272" y="145" font-size="12" fill="#334155">純水ならBOP簡素化</text>
<text x="272" y="170" font-size="12" fill="#334155">KOHなら性能安定</text>
<text x="272" y="195" font-size="12" fill="#334155">圧力・純度で後段差</text>
<text x="272" y="230" font-size="12" fill="#8a3b12">失敗時:腐食・水管理増</text>
</g>
<g>
<rect x="445" y="78" width="170" height="190" rx="14" fill="#fff2e8" stroke="#f7c79f"/>
<text x="530" y="112" font-size="15" font-weight="800" text-anchor="middle" fill="#8a3b12">セル大型化</text>
<text x="467" y="145" font-size="12" fill="#334155">電流分布・熱管理</text>
<text x="467" y="170" font-size="12" fill="#334155">ゼロギャップ・接触圧</text>
<text x="467" y="195" font-size="12" fill="#334155">ガス/液排出</text>
<text x="467" y="230" font-size="12" fill="#8a3b12">失敗時:局所劣化</text>
</g>
<g>
<rect x="640" y="78" width="170" height="190" rx="14" fill="#f0ebff" stroke="#c9baf2"/>
<text x="725" y="112" font-size="15" font-weight="800" text-anchor="middle" fill="#4c2c92">量産方式</text>
<text x="662" y="145" font-size="12" fill="#334155">小型標準品の並列</text>
<text x="662" y="170" font-size="12" fill="#334155">大型スタック量産</text>
<text x="662" y="195" font-size="12" fill="#334155">ターンキー統合</text>
<text x="662" y="230" font-size="12" fill="#8a3b12">失敗時:BOP肥大</text>
</g>
<g>
<rect x="835" y="78" width="170" height="190" rx="14" fill="#eef2f7" stroke="#cbd5e1"/>
<text x="920" y="112" font-size="15" font-weight="800" text-anchor="middle" fill="#394b5d">稼働率・保証</text>
<text x="857" y="145" font-size="12" fill="#334155">負荷追従時の劣化</text>
<text x="857" y="170" font-size="12" fill="#334155">スタック交換周期</text>
<text x="857" y="195" font-size="12" fill="#334155">保証・保守網</text>
<text x="857" y="230" font-size="12" fill="#8a3b12">失敗時:LCOH上振れ</text>
</g>
<text x="525" y="320" font-size="14" text-anchor="middle" fill="#334155">AEMの低コスト化は「スタック材料が安い」だけでなく、BOP・耐久性・稼働率まで含めて成立する必要がある。</text>
</svg>
</section>
<section id="dd">
<h2>7. 案件・投資・共同開発でのDDチェックリスト</h2>
<table>
<thead><tr><th>確認項目</th><th>質問例</th><th>特に重要な企業/類型</th><th>見落とし時のリスク</th></tr></thead>
<tbody>
<tr><td>効率の境界条件</td><td>kWh/kgはACシステム値か、DCスタック値か。BoLかEoLか。乾燥・圧縮・冷却込みか。</td><td>全社</td><td>実LCOHが大幅に上振れする。</td></tr>
<tr><td>純水/KOH条件</td><td>純水だけで定格運転できるか。KOH濃度、補給、排水、腐食、保守手順は何か。</td><td>Enapter, Cipher, EvolOH, Alchemr</td><td>BOP・安全・保守コストを誤認する。</td></tr>
<tr><td>耐久性</td><td>公表耐久時間はセル、スタック、システムのどれか。負荷変動・停止起動込みか。</td><td>Horizon/HET, EvolOH, Hydrolite</td><td>スタック交換費と停止損失が過小評価される。</td></tr>
<tr><td>大型セルの均一性</td><td>電流分布、温度分布、ホットスポット、ガス抜け、クロスオーバーのデータはあるか。</td><td>Verdagy, EvolOH, Horizon/HET</td><td>大型化で性能・寿命が落ちる。</td></tr>
<tr><td>膜・MEAサプライチェーン</td><td>膜/アイオノマーは内製か外部か。PFAS有無、FTO、代替サプライヤーはあるか。</td><td>Hydrolite, Ionomr, Versogen, Horizon/HET</td><td>量産制約・IP係争・材料変更リスク。</td></tr>
<tr><td>保証・保守</td><td>保証対象は出力、効率、純度、圧力、劣化率のどれか。スタック交換は誰の負担か。</td><td>全社、特に中国系・初期企業</td><td>銀行案件で実質的な性能リスクを負う。</td></tr>
<tr><td>EPC責任分界</td><td>水処理、整流器、冷却、乾燥、圧縮、安全計装、建屋、認証は誰が保証するか。</td><td>Hygreen, Enapter, Verdagy</td><td>スタック価格は安いがシステム費が膨らむ。</td></tr>
<tr><td>実負荷プロファイル</td><td>再エネ追従、部分負荷、停止起動、低負荷時クロスオーバー、劣化データはあるか。</td><td>Enapter, Verdagy, Power to Hydrogen</td><td>用途適合性を誤る。</td></tr>
</tbody>
</table>
</section>
<section id="recommendation">
<h2>8. 用途別の候補選定</h2>
<div class="grid grid-3">
<div class="card"><h3>分散・小中規模PoC</h3><p><strong>候補:</strong>Enapter、Cipher Neutron、Power to Hydrogen</p><p>実装容易性、応答性、部分負荷、制御検証を重視。大型低コストよりも、運転データ取得と金融KPI化に向く。</p></div>
<div class="card"><h3>大型産業用途</h3><p><strong>候補:</strong>Verdagy、EvolOH、Horizon/HET、Hygreen</p><p>セル大型化、量産、EPC統合、保証が重要。純AEMかどうかより、実LCOHと長期運転を重視。</p></div>
<div class="card"><h3>共同開発・材料連携</h3><p><strong>候補:</strong>Hydrolite、Ionomr、Versogen、Horizon/HET、EvolOH</p><p>膜・アイオノマー・MEA・触媒・電極に強みを持つ企業。日本の化学/素材/重電との連携余地が大きい。</p></div>
</div>
<div class="callout"><p><strong>実務上の推奨:</strong>まずEnapterを「商用AEM基準機」、EvolOHを「純水低コスト本命」、Verdagyを「大型産業セル本命」、Hygreen/Horizonを「価格競争・中国量産候補」、Hydrolite/Ionomr/Versogenを「膜・MEAの技術連携候補」として並べると、比較の軸がぶれにくい。</p></div>
</section>
<section id="refs" class="refs">
<h2>9. 主要出典・参照情報</h2>
<ol>
<li>Enapter, “AEM water electrolysis: how it works.” アノード側1% KOH、乾式カソードの説明。<a href="https://enapter.com/en/blog/aem-water-electrolysis-how-it-works/" target="_blank" rel="noopener">enapter.com</a></li>
<li>Enapter, “AEM Nexus.” Nexus 500/1000/2500の効率、出力、圧力、純度。<a href="https://enapter.com/en/product/aem-nexus/" target="_blank" rel="noopener">enapter.com</a></li>
<li>Enapter, “Stack 25 & AEM Nexus 2500.” 102 Stack 25並列・共有BOPの説明。<a href="https://enapter.com/en/product/stack-25-aem-nexus-2500/" target="_blank" rel="noopener">enapter.com</a></li>
<li>Patent US9340882B2, “Device for the production on-demand of hydrogen by electrolysis of aqueous solutions from dry cathode.” <a href="https://patents.google.com/patent/US9340882B2/en" target="_blank" rel="noopener">Google Patents</a></li>
<li>EvolOH, “Nautilus pure water electrolyzer stack platform.” <a href="https://evoloh.com/evoloh-to-build-worlds-largest-green-hydrogen-electrolyzer-manufacturing-plant/" target="_blank" rel="noopener">evoloh.com</a></li>
<li>Patent WO2022031947A1, “Water electrolyzer.” 純DI水、低コストプレート、低コスト触媒のAEMスタック。<a href="https://patents.google.com/patent/WO2022031947A1/en" target="_blank" rel="noopener">Google Patents</a></li>
<li>Verdagy official site, dynamic electrolyzers and industrial applications. <a href="https://verdagy.com/" target="_blank" rel="noopener">verdagy.com</a></li>
<li>Patent US11390956B1, “Anode and/or cathode pan assemblies in electrochemical cells.” リブ形状・溶接密度・電流分布・ホットスポット制御。<a href="https://patents.google.com/patent/US11390956B1/en" target="_blank" rel="noopener">Google Patents</a></li>
<li>Hygreen Energy, AEM electrolyzer systems. 最大500 kW、100 Nm³/h、10–120%負荷。<a href="https://www.hygreenenergy.com/hygreen-energy-launches-new-aem-electrolyzer-systems/" target="_blank" rel="noopener">hygreenenergy.com</a></li>
<li>Horizon Fuel Cell, Electrolyser product page. 5 MW、1000 Nm³/h、3.6–4.3 kWh/Nm³等。<a href="https://www.horizonfuelcell.com/product_1.html" target="_blank" rel="noopener">horizonfuelcell.com</a></li>
<li>Hydrolite official site and Hydrolite patent list. 膜コスト低減、広い水質許容、AEM/MEA関連特許。<a href="https://www.hydrolite-h2.com/" target="_blank" rel="noopener">hydrolite-h2.com</a> / <a href="https://patents.justia.com/assignee/hydrolite-ltd" target="_blank" rel="noopener">Justia Patents</a></li>
<li>Ionomr, hydrogen transport through AEMs in water electrolysis. <a href="https://ionomr.com/2024/12/transport-of-hydrogen-through-anion-exchange-membranes-in-water-electrolysis/" target="_blank" rel="noopener">ionomr.com</a></li>
<li>Versogen official site, patented AEMs and earth-abundant materials. <a href="https://www.versogen.com/" target="_blank" rel="noopener">versogen.com</a></li>
<li>Power to Hydrogen product page. Hybrid AEM/high pressure positioning. <a href="https://www.power-h2.com/products" target="_blank" rel="noopener">power-h2.com</a></li>
<li>Alchemr official technology page. Industrial AEM and one-third-cost claim. <a href="https://alchemr.com/technology/" target="_blank" rel="noopener">alchemr.com</a></li>
<li>James et al., “Hydrogen Production Cost with Anion Exchange Membrane Electrolysis,” OSTI. AEM LCOH $1.78–3.68/kg-H₂ estimate. <a href="https://www.osti.gov/biblio/2476013" target="_blank" rel="noopener">osti.gov</a></li>
</ol>
</section>
</main>
</body>
</html>