<!DOCTYPE html>
<html lang="ja">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>プロジェクト・ハイパーフリーズ事業計画書</title>
<style>
@page { size: A4; margin: 20mm; }
body {
font-family: "Noto Sans JP", "Hiragino Sans", sans-serif;
line-height: 1.6;
color: #333;
margin: 0;
padding: 0;
}
.page {
page-break-after: always;
min-height: 250mm;
padding: 15mm;
position: relative;
}
.hero {
background: linear-gradient(135deg, #e3f2fd, #f3e5f5);
padding: 30mm;
text-align: center;
border-radius: 10px;
margin-bottom: 20mm;
}
h1 { font-size: 28px; color: #1565c0; margin-bottom: 10px; }
h2 { font-size: 22px; color: #283593; border-bottom: 2px solid #3f51b5; padding-bottom: 5px; }
h3 { font-size: 18px; color: #5e35b1; }
.highlight { background: #fff3e0; padding: 15px; border-left: 4px solid #ff9800; margin: 15px 0; }
.feature-box {
background: #f8f9fa;
border: 1px solid #dee2e6;
border-radius: 8px;
padding: 20px;
margin: 15px 0;
}
.three-columns {
display: grid;
grid-template-columns: 1fr 1fr 1fr;
gap: 15px;
margin: 20px 0;
}
.two-columns {
display: grid;
grid-template-columns: 1fr 1fr;
gap: 20px;
margin: 20px 0;
}
.table {
width: 100%;
border-collapse: collapse;
margin: 15px 0;
}
.table th, .table td {
border: 1px solid #ddd;
padding: 12px;
text-align: left;
}
.table th {
background: #f8f9fa;
font-weight: bold;
}
.check-list {
background: #e8f5e8;
padding: 15px;
border-radius: 5px;
}
.footer {
position: absolute;
bottom: 10mm;
left: 15mm;
right: 15mm;
text-align: center;
font-size: 12px;
color: #666;
}
.page-number::after {
content: counter(page);
}
body { counter-reset: page; }
.page { counter-increment: page; }
</style>
</head>
<body>
<!-- 表紙 -->
<div class="page">
<div class="hero">
<h1>プロジェクト・ハイパーフリーズ</h1>
<p style="font-size: 20px; color: #666; margin: 20px 0;">~AIと特殊冷凍技術で創る、食の未来~</p>
<div style="margin-top: 40px;">
<p><strong>作成日:</strong> 2025年8月29日</p>
<p><strong>対象:</strong> 合同会社LIVENOW 様</p>
<p><strong>作成:</strong> 新規事業コンサルティングチーム</p>
</div>
</div>
<div class="footer">
プロジェクト・ハイパーフリーズ事業計画書 | Page <span class="page-number"></span>
</div>
</div>
<!-- エグゼクティブサマリー -->
<div class="page">
<h2>1. プロジェクト概要(わかりやすく説明)</h2>
<div class="highlight">
<h3>🚀 私たちの挑戦</h3>
<p>「プロジェクト・ハイパーフリーズ」は、<strong>AI技術</strong>と<strong>特殊な冷凍技術</strong>を組み合わせて、食べ物に関する3つの大きな問題を解決する新しいビジネスです。</p>
</div>
<div class="three-columns">
<div class="feature-box">
<h3>🍙 Food-Tech</h3>
<p><strong>液体急速冷凍技術</strong>で、炊きたての美味しさをそのまま冷凍保存。プレミアム冷凍おにぎりなどを製造します。</p>
</div>
<div class="feature-box">
<h3>🎬 Creator-Tech</h3>
<p><strong>AIクリエイタースタジオ</strong>で、料理動画を作る人たちをサポート。AI自動編集で簡単に素敵な動画が作れます。</p>
</div>
<div class="feature-box">
<h3>🤖 AI-Life-Tech</h3>
<p><strong>パーソナルフード</strong>で、AIがあなたの健康状態に合わせて最適な冷凍食品を提案・配送します。</p>
</div>
</div>
<div class="highlight">
<h3>💰 資金計画</h3>
<ul>
<li><strong>総事業費:</strong> 7,000万円</li>
<li><strong>補助金申請額:</strong> 5,000万円(中小企業新事業進出促進補助金)</li>
<li><strong>自己資金:</strong> 2,000万円</li>
<li><strong>3年目売上目標:</strong> 1億2,000万円</li>
</ul>
</div>
<div class="footer">
プロジェクト概要 | Page <span class="page-number"></span>
</div>
</div>
<!-- 3つの技術詳細 -->
<div class="page">
<h2>2. 3つの革新技術(詳しく説明)</h2>
<h3>🍙 Food-Tech:魔法の冷凍技術</h3>
<div class="feature-box">
<p><strong>普通の冷凍</strong>では、食べ物の水分が凍る時に細胞が壊れて、解凍すると味が落ちてしまいます。</p>
<p><strong>液体急速冷凍</strong>なら、食べ物をあっという間に凍らせることで、細胞を壊さずに冷凍できます!</p>
<div class="two-columns">
<div>
<h4>主力商品</h4>
<ul>
<li>プレミアム冷凍おにぎり(一般品の3倍価格)</li>
<li>地域食材を活用した高品質冷凍食品</li>
<li>炊きたて食感の完全再現</li>
</ul>
</div>
<div>
<h4>期待効果</h4>
<ul>
<li>食感再現率:95%以上</li>
<li>食品ロス削減:30%</li>
<li>製造効率向上:50%</li>
</ul>
</div>
</div>
</div>
<h3>🎬 Creator-Tech:AIスタジオ</h3>
<div class="feature-box">
<p>料理系YouTuberやインスタグラマーのための<strong>AI搭載スタジオ</strong>を提供します。</p>
<div class="two-columns">
<div>
<h4>提供サービス</h4>
<ul>
<li>AI自動動画編集(制作時間70%短縮)</li>
<li>AI衛生管理システム</li>
<li>プロ仕様撮影設備</li>
</ul>
</div>
<div>
<h4>収益モデル</h4>
<ul>
<li>スタジオ利用料:5,000円/時間</li>
<li>AI編集サービス:20,000円/本</li>
<li>月間売上目標:200万円</li>
</ul>
</div>
</div>
</div>
<h3>🤖 AI-Life-Tech:パーソナルフード</h3>
<div class="feature-box">
<p>AIがお客様一人ひとりの健康状態、好み、アレルギー情報を分析し、最適な栄養バランスの冷凍食品を提案します。</p>
<div class="two-columns">
<div>
<h4>サービス内容</h4>
<ul>
<li>個人健康データ分析</li>
<li>月額サブスクリプション配送</li>
<li>栄養士オンライン相談</li>
</ul>
</div>
<div>
<h4>収益計画</h4>
<ul>
<li>月額:4,980円</li>
<li>目標会員数:1,000人</li>
<li>月間売上:498万円</li>
</ul>
</div>
</div>
</div>
<div class="footer">
3つの革新技術 | Page <span class="page-number"></span>
</div>
</div>
<!-- 補助金戦略 -->
<div class="page">
<h2>3. 補助金活用戦略(国の応援を受けるために)</h2>
<div class="highlight">
<h3>📋 必須要件への対応</h3>
<p>補助金をもらうために、国と約束する6つの重要なことがあります。</p>
</div>
<table class="table">
<thead>
<tr>
<th>約束事</th>
<th>私たちの対応</th>
<th>重要度</th>
</tr>
</thead>
<tbody>
<tr>
<td><strong>新しい事業に挑戦</strong></td>
<td>惣菜製造 → AI冷凍食品事業への転換</td>
<td>⭐⭐⭐</td>
</tr>
<tr>
<td><strong>会社を成長させる</strong></td>
<td>付加価値額を年平均4.0%以上増加</td>
<td>⭐⭐⭐</td>
</tr>
<tr>
<td><strong>社員の給料を上げる</strong></td>
<td>給与総額を年平均6.0%以上増加</td>
<td>⭐⭐⭐</td>
</tr>
<tr>
<td><strong>最低賃金を高くする</strong></td>
<td>東京都最低賃金+30円以上を維持</td>
<td>⭐⭐</td>
</tr>
<tr>
<td><strong>働きやすい会社にする</strong></td>
<td>一般事業主行動計画の策定・公表</td>
<td>⭐⭐</td>
</tr>
<tr>
<td><strong>銀行と協力する</strong></td>
<td>取引金融機関による確認書取得</td>
<td>⭐</td>
</tr>
</tbody>
</table>
<div class="highlight" style="background: #ffebee;">
<h3>⚠️ 重要な注意事項</h3>
<p><strong>「会社を成長させる」</strong>と<strong>「社員の給料を上げる」</strong>の約束が守れない場合、<strong>補助金を返さなければならない</strong>可能性があります。</p>
<p>だから、私たちは四半期ごとに目標達成状況をチェックし、必ず約束を守れるよう管理します。</p>
</div>
<div class="footer">
補助金活用戦略 | Page <span class="page-number"></span>
</div>
</div>
<!-- 投資計画 -->
<div class="page">
<h2>4. 投資計画(何にお金を使うか)</h2>
<div class="highlight">
<h3>💰 設備投資の内訳</h3>
<p>補助金5,000万円と自己資金2,000万円で、以下の設備とシステムを導入します。</p>
</div>
<table class="table">
<thead>
<tr>
<th>設備・システム</th>
<th>投資額</th>
<th>効果</th>
</tr>
</thead>
<tbody>
<tr>
<td>液体急速冷凍機</td>
<td>1,500万円</td>
<td>高品質冷凍食品の製造</td>
</tr>
<tr>
<td>自動調理システム</td>
<td>800万円</td>
<td>製造効率50%向上</td>
</tr>
<tr>
<td>協働ロボット</td>
<td>700万円</td>
<td>人件費削減と品質安定</td>
</tr>
<tr>
<td>AIシステム開発</td>
<td>1,800万円</td>
<td>パーソナライズサービス</td>
</tr>
<tr>
<td>スタジオ設備</td>
<td>1,200万円</td>
<td>クリエイター支援事業</td>
</tr>
</tbody>
</table>
<div class="two-columns">
<div class="feature-box">
<h3>✅ 補助金で買えるもの</h3>
<ul>
<li>製造に必要な専用機械</li>
<li>AIシステム開発費</li>
<li>専門家への指導料</li>
<li>クラウドサービス利用料</li>
</ul>
</div>
<div class="feature-box">
<h3>❌ 補助金では買えないもの</h3>
<ul>
<li>社員の給料・交通費</li>
<li>普通のパソコン・スマホ</li>
<li>事務用品・家具</li>
<li>土地・建物の購入費</li>
</ul>
</div>
</div>
<div class="footer">
投資計画 | Page <span class="page-number"></span>
</div>
</div>
<!-- スケジュール -->
<div class="page">
<h2>5. 実施スケジュール(これからの予定)</h2>
<div class="highlight">
<h3>🚨 緊急対応事項(今すぐやること)</h3>
</div>
<div class="check-list">
<h4>申請準備(~2025年9月)</h4>
<ul>
<li>✅ <strong>一般事業主行動計画の策定・公表申請</strong>(最優先・1-2週間必要)</li>
<li>✅ <strong>GビズIDプライムアカウント取得</strong>(1週間以内)</li>
<li>✅ <strong>金融機関への相談・確認書取得</strong>(2週間以内)</li>
<li>✅ <strong>主要設備の3社見積取得</strong>(3週間以内)</li>
<li>✅ <strong>事業計画書の最終化</strong>(申請直前)</li>
</ul>
</div>
<h3>📅 事業実施フェーズ(補助金採択後)</h3>
<table class="table">
<thead>
<tr>
<th>時期</th>
<th>主な活動</th>
<th>目標</th>
</tr>
</thead>
<tbody>
<tr>
<td><strong>1年目</strong><br>基盤構築期</td>
<td>設備導入・AIシステム開発<br>スタジオ開設・人材採用</td>
<td>製造体制の確立</td>
</tr>
<tr>
<td><strong>2年目</strong><br>事業開始期</td>
<td>プレミアムおにぎり販売開始<br>サブスクサービス試験運用</td>
<td>年間売上5,800万円</td>
</tr>
<tr>
<td><strong>3年目</strong><br>事業拡大期</td>
<td>全サービス本格展開<br>他地域展開検討</td>
<td>年間売上1億2,000万円</td>
</tr>
</tbody>
</table>
<div class="footer">
実施スケジュール | Page <span class="page-number"></span>
</div>
</div>
<!-- 社会的意義 -->
<div class="page">
<h2>6. 社会への貢献(なぜこの事業が大切なのか)</h2>
<div class="three-columns">
<div class="feature-box">
<h3>🌱 食品ロス削減</h3>
<p>練馬区内の年間食品ロス2,400トンのうち、<strong>30%(720トン)の削減</strong>を目指します。</p>
<p>余った食材を高品質冷凍食品に生まれ変わらせます。</p>
</div>
<div class="feature-box">
<h3>🏘️ 地域経済活性化</h3>
<p>地元農家・飲食店・クリエイターとの連携で、<strong>新しい雇用を15名創出</strong>します。</p>
<p>地域経済循環額10億円の創出を目標とします。</p>
</div>
<div class="feature-box">
<h3>💪 健康促進</h3>
<p>AIによる個人最適化された栄養管理で、<strong>利用者の健康指標20%改善</strong>を目指します。</p>
<p>忙しい人でも健康的な食生活をサポートします。</p>
</div>
</div>
<div class="highlight">
<h3>🤝 なぜ国の応援が必要なのか</h3>
<ul>
<li><strong>初期投資の大きさ:</strong> 革新的技術の組み合わせには7,000万円の初期投資が必要</li>
<li><strong>技術的挑戦:</strong> 前例のない技術融合には、国の後押しが不可欠</li>
<li><strong>社会的価値:</strong> 民間利益だけでなく、地域社会全体への貢献を目的とする</li>
<li><strong>経済波及効果:</strong> 関連産業への波及効果5,000万円を見込む</li>
</ul>
</div>
<div class="footer">
社会への貢献 | Page <span class="page-number"></span>
</div>
</div>
<!-- まとめとNext Steps -->
<div class="page">
<h2>7. まとめ:未来への第一歩</h2>
<div class="hero" style="padding: 20mm;">
<h3>🚀 私たちの挑戦</h3>
<p style="font-size: 18px;">プロジェクト・ハイパーフリーズは、AI技術と食品技術を融合させた革新的な事業です。</p>
<p style="font-size: 16px;">食品ロスの削減、個人の健康促進、地域経済の活性化という3つの社会課題を同時に解決します。</p>
</div>
<div class="highlight">
<h3>📊 成功指標(KPI)</h3>
<div class="two-columns">
<div>
<ul>
<li><strong>製品品質:</strong> 炊き立て食感再現率95%以上</li>
<li><strong>生産効率:</strong> 1人当たり生産性年10%向上</li>
</ul>
</div>
<div>
<ul>
<li><strong>顧客満足:</strong> サブスク継続率80%以上</li>
<li><strong>社会貢献:</strong> 練馬区内食品ロス30%削減</li>
</ul>
</div>
</div>
</div>
<div class="check-list">
<h3>✅ 緊急対応チェックリスト</h3>
<ul>
<li>□ 一般事業主行動計画の策定・公表申請</li>
<li>□ GビズIDプライムアカウント取得</li>
<li>□ 金融機関への事業説明・確認書依頼</li>
<li>□ 主要設備の3社見積取得開始</li>
<li>□ パートナーシップ構築宣言の準備</li>
</ul>
</div>
<div class="highlight">
<h3>💡 私たちと一緒に、食の未来を変える挑戦を始めませんか?</h3>
<p>ご質問やより詳細な検討が必要な場合は、いつでもご相談ください。</p>
</div>
<div class="footer">
まとめ | Page <span class="page-number"></span>
</div>
</div>
</body>
</html>