graph TD
classDef success fill:#dcfce7,stroke:#22c55e;
classDef titleNode fill:none,stroke:none,color:#1e293b,font-weight:bold,font-size:16px;
classDef danzai fill:#fee2e2,stroke:#ef4444,stroke-width:2px;
classDef bunseki fill:#f8fafc,stroke:#cbd5e1,stroke-width:1.5px;
classDef punch fill:#fffbeb,stroke:#d97706,stroke-width:2.5px;

Title1["【原因・背景】
構造的差別の内面化  "]

subgraph Area1[" "]
    A1["安全圏からの匿名発信がもたらす
無責任なポピュリズム  "]
    
    A2{"障害者雇用と女性雇用の間に横たわる  
26年の絶望的なタイムラグと  
法制度のミソジニー  "}
end

Title1 --> A1
Title1 --> A2

Title2["【欺瞞の構造・現象】
権力者による事実の歪曲  "]

A1 --> Title2
A2 --> Title2

subgraph Area2[" "]
    B1["国策を流用しただけの施策を
政策のプライベートブランド化  "]
    
    B2{"先人たちが切り拓いた  
障害者雇用の歴史を知らず  
権力者を崇拝する知的怠慢  "}
end

Title2 --> B1
Title2 --> B2

Title3["【結論・決定的なパンチライン】
恐怖支配への極限の弾劾  "]

B1 --> Title3
B2 --> Title3

subgraph Area3[" "]
    C1["人事権という剥き出しの凶器で
完全なる精神的蹂躙の病理  "]
    
    C2["他者の人生を左右する政治には
絶対的な責任の追及  "]
end

Title3 --> C1
Title3 --> C2

class Title1 titleNode;
class Title2 titleNode;
class Title3 titleNode;
class A1 danzai;
class B2 danzai;
class C1 danzai;
class A2 bunseki;
class B1 bunseki;
class C2 punch;