graph LR
A["⏰ スケジュール\n日次/週次"] --> B["🌐 取引先サイト\nログイン"]
B --> C["📄 請求書\nダウンロード"]
C --> D["🤖 AI-OCR\nデータ抽出"]
D --> E["📁 フォルダ\n自動振り分け"]
E --> F["💬 Teams\n完了通知"]
C --> G["⚠️ エラー時\nTeams通知"]
style A fill:#ede9fe,stroke:#7c3aed
style B fill:#dbeafe,stroke:#2563eb
style C fill:#dbeafe,stroke:#2563eb
style D fill:#fce7f3,stroke:#db2777
style E fill:#dcfce7,stroke:#16a34a
style F fill:#fff7ed,stroke:#ea580c
style G fill:#fef2f2,stroke:#dc2626
graph LR
A["📠 FAX受信\n見積依頼書"] --> B["🤖 AI-OCR\n内容読取・判別"]
B -->|"見積依頼"| C["📊 単価マスタ\nルックアップ"]
C --> D["📄 見積書PDF\n自動生成"]
D --> E["💬 Teams\n確認依頼"]
E --> F["✅ 承認"]
F --> G["📧 顧客へ\nメール/FAX送信"]
style A fill:#ede9fe,stroke:#7c3aed
style B fill:#fce7f3,stroke:#db2777
style C fill:#dbeafe,stroke:#2563eb
style D fill:#dbeafe,stroke:#2563eb
style E fill:#fff7ed,stroke:#ea580c
style F fill:#dcfce7,stroke:#16a34a
style G fill:#dcfce7,stroke:#16a34a
graph LR
A["📠 FAX/メール\n在庫確認依頼"] --> B["🤖 AI-OCR\n内容読取・判別"]
B -->|"在庫確認"| C["📦 在庫データ\n照合"]
C --> D{"在庫あり?"}
D -->|"✅ あり"| E["📄 回答書作成\n在庫あり + 納期"]
D -->|"⚠️ 不足/なし"| F["📄 回答書作成\n代替品提案 + 入荷予定"]
E --> G["💬 Teams\n確認依頼"]
F --> G
G --> H["📧 顧客へ回答"]
style A fill:#ede9fe,stroke:#7c3aed
style B fill:#fce7f3,stroke:#db2777
style C fill:#dbeafe,stroke:#2563eb
style D fill:#fff7ed,stroke:#ea580c
style E fill:#dcfce7,stroke:#16a34a
style F fill:#fef2f2,stroke:#dc2626
style G fill:#fff7ed,stroke:#ea580c
style H fill:#dcfce7,stroke:#16a34a
graph LR
A["🏦 銀行振込データ\nCSV/PDF取得"] --> C["🤖 AI突合エンジン\nマッチング処理"]
B["📊 売掛金データ\n基幹システム"] --> C
C --> D{"一致?"}
D -->|"✅ 一致"| E["自動消込\n完了処理"]
D -->|"⚠️ 差分あり"| F["📋 差分レポート\nGoogle Sheets"]
E --> G["💬 Teams\n完了通知"]
F --> G
style A fill:#ede9fe,stroke:#7c3aed
style B fill:#ede9fe,stroke:#7c3aed
style C fill:#fce7f3,stroke:#db2777
style D fill:#fff7ed,stroke:#ea580c
style E fill:#dcfce7,stroke:#16a34a
style F fill:#fef2f2,stroke:#dc2626
style G fill:#fff7ed,stroke:#ea580c
graph LR
A1["💻 Teams会議\nレコーディング完了"] --> C["🤖 AI文字起こし\nWhisper"]
A2["🎙️ 対面商談\nスマホ音声録音"] --> C
C --> D["🤖 AI議事録生成\n御社専用ルール"]
D --> E["📁 自動保存\nOneDrive"]
E --> F["💬 Teams通知\n確認依頼"]
D --> G["📊 HubSpot\n商談記録連携"]
style A1 fill:#ede9fe,stroke:#7c3aed
style A2 fill:#fce7f3,stroke:#db2777
style C fill:#fce7f3,stroke:#db2777
style D fill:#fce7f3,stroke:#db2777
style E fill:#dcfce7,stroke:#16a34a
style F fill:#fff7ed,stroke:#ea580c
style G fill:#dbeafe,stroke:#2563eb