/* === トップページ専用CSS === */
.tp{max-width:1200px;margin:0 auto;font-family:'Noto Sans JP',sans-serif;color:#333;line-height:1.8;padding:0 24px}
.tp *{box-sizing:border-box}
.tp img{max-width:100%;height:auto;display:block}
.tp a{text-decoration:none}
.tp h1,.tp h2,.tp h3{border:none!important;padding:0!important;margin:0!important}
.tp h2::after,.tp h3::after{display:none!important}
/* Hero Full Width */
.tp-hero-fw{background:#f4f8fc;width:100%;padding:64px 4vw;margin-bottom:80px}
.tp-hero-inner{max-width:1400px;margin:0 auto;display:flex;gap:64px;align-items:center}
.tp-hl{flex:1.2}
.tp-hl h1{font-weight:800;color:#1e3a5f;line-height:1.4!important;margin-bottom:20px!important}
.tp-hl-small{display:block;font-size:1.6rem;margin-bottom:4px}
.tp-hl h1 b{display:block;font-size:3.2rem;color:#1e3a5f;letter-spacing:-0.02em}
.tp-hl .tp-desc{font-size:.95rem;color:#4a5c73;line-height:1.8;margin-bottom:32px!important}
.tp-hr{flex:1}
.tp-hr img{width:100%;max-width:540px;margin:0 auto}
/* Badges */
.tp-badges{display:flex;gap:12px;margin-bottom:32px!important}
.tp-badge{display:flex;flex-direction:column;align-items:center;gap:6px;padding:16px 12px;background:#fff;border-radius:12px;font-size:.8rem;font-weight:700;color:#1e3a5f;text-align:center;flex:1;box-shadow:0 4px 12px rgba(0,0,0,.04);border:1px solid #e8f0f7}
.tp-badge-icon{width:44px;height:44px;border-radius:50%;background:#eef5fc;display:flex;align-items:center;justify-content:center}
.tp-badge svg{width:24px;height:24px;stroke:#3b6899;fill:none;stroke-width:1.8}
/* CTA */
.tp-cta{display:flex;gap:12px}
.tp-btn{display:inline-flex;align-items:center;padding:14px 24px;border-radius:10px;font-weight:800;color:#fff!important;gap:12px;flex:1;justify-content:center;box-shadow:0 4px 12px rgba(0,0,0,.1);transition:transform .2s}
.tp-btn:hover{transform:translateY(-2px)}
.tp-btn-t{display:flex;flex-direction:column;align-items:flex-start;line-height:1.2}
.tp-btn small{font-size:.75rem;font-weight:600;opacity:.9;margin-bottom:2px}
.tp-btn span{font-size:1.2rem;letter-spacing:0.02em}
.tp-btn svg{width:36px;height:36px;fill:#fff;flex-shrink:0}
.tp-btn-o{background:linear-gradient(135deg, #f39c12, #e67e22)}
.tp-btn-g{background:linear-gradient(135deg, #2ecc71, #27ae60)}
.tp-btn-b{background:linear-gradient(135deg, #3498db, #2980b9)}
/* Section title */
.tp h2.tp-st, .tp h3.tp-st{display:table;margin:0 auto 40px!important;font-size:1.4rem!important;font-weight:800;color:#1e3a5f;position:relative;padding:0 24px 12px!important;border-bottom:2px solid #3b6899!important}
.tp-st::before,.tp-st::after{content:'';position:absolute;top:100%;width:2px;height:10px;background:#3b6899;display:block!important}
.tp-st::before{left:0;transform-origin:top left;transform:rotate(45deg)}
.tp-st::after{right:0;transform-origin:top right;transform:rotate(-45deg)}
/* Services */
.tp-svc{display:flex;gap:24px;margin-bottom:72px}
.tp-svc-card{flex:1;background:#fff;border-radius:16px;border:2px solid #e8f0f7;padding:40px 32px;display:flex;align-items:center;gap:24px;text-decoration:none!important;transition:all .2s;position:relative}
.tp-svc-card:hover{border-color:#3b6899;box-shadow:0 8px 24px rgba(59,104,153,.1);transform:translateY(-2px)}
.tp-svc-icon{width:88px;height:88px;border-radius:50%;background:#3b6899;display:flex;align-items:center;justify-content:center;flex-shrink:0}
.tp-svc-icon svg{width:48px;height:48px;fill:#fff}
.tp-svc-card-green:hover{border-color:#4ea86e;box-shadow:0 8px 24px rgba(78,168,110,.1)}
.tp-svc-card-green .tp-svc-icon{background:#4ea86e}
.tp-svc-text h3{font-size:1.4rem!important;font-weight:800;color:#1e3a5f;margin-bottom:12px!important}
.tp-svc-text p{font-size:.9rem;color:#4a5c73;line-height:1.6}
.tp-svc-card::after{content:'›';position:absolute;right:32px;top:50%;transform:translateY(-50%);font-size:2.2rem;color:#3b6899;font-weight:300}
.tp-svc-card-green::after{color:#4ea86e}
/* Worries */
.tp-wg{display:grid;grid-template-columns:repeat(3,1fr);gap:20px;margin-bottom:72px}
.tp-wi{background:#fff;border-radius:16px;padding:32px 24px;text-align:center;border:1px solid #e8f0f7;transition:all .2s;display:flex;flex-direction:column;align-items:center;gap:20px}
.tp-wi:hover{box-shadow:0 8px 20px rgba(0,0,0,.06);transform:translateY(-2px)}
.tp-wi img{width:72px;height:72px;object-fit:contain}
.tp-wi p{font-size:.95rem;font-weight:700;color:#1e3a5f;line-height:1.6}
/* Features */
.tp-fg{display:grid;grid-template-columns:repeat(5,1fr);gap:16px;margin-bottom:72px}
.tp-fi{background:#fff;border-radius:16px;padding:32px 20px;text-align:center;border:1px solid #e8f0f7;transition:all .2s}
.tp-fi:hover{box-shadow:0 8px 20px rgba(0,0,0,.06);transform:translateY(-2px)}
.tp-fi img{width:88px;height:88px;margin:0 auto 20px;object-fit:contain}
.tp-fi h3{display:inline-block;font-size:.95rem!important;font-weight:800;color:#1e3a5f;margin-bottom:16px!important;background:linear-gradient(transparent 65%, #ffeaa7 65%);padding:0 4px}
.tp-fi p{font-size:.8rem;color:#5a6d8a;line-height:1.6;text-align:left}
/* Pricing */
.tp-pg-wrap{display:flex;gap:20px;margin-bottom:72px}
.tp-pg-card{flex:1;background:#fff;border-radius:16px;padding:32px 24px;text-align:center;border:2px solid #e8f0f7;display:flex;flex-direction:column;align-items:center;justify-content:flex-start}
.tp-pg-card.yellow{background:#fffcf0;border-color:#f6e8b4;justify-content:center}
.tp-pi-icon{margin-bottom:20px;display:flex;align-items:center;gap:12px}
.tp-pi-icon svg{width:40px;height:40px}
.tp-pi-icon h3{font-size:1.2rem!important;font-weight:800;color:#1e3a5f}
.tp-pg-card .tp-pv{font-size:1.05rem;font-weight:700;color:#1e3a5f}
.tp-pg-card .tp-pv em{font-style:normal;font-size:3.2rem;font-weight:800;color:#3b6899;padding:0 4px;line-height:1}
.tp-pg-card.green .tp-pv em{color:#4ea86e}
.tp-pg-card.green .tp-pn{font-size:.85rem;color:#888;margin-top:8px}
.tp-pg-card.yellow .tp-pb-icon{width:64px;height:64px;border-radius:50%;background:#f08300;display:flex;align-items:center;justify-content:center;margin-bottom:16px}
.tp-pg-card.yellow .tp-pb-icon svg{width:36px;height:36px;fill:#fff}
.tp-pg-card.yellow h3{font-size:.95rem!important;color:#333;font-weight:700;margin-bottom:8px!important}
.tp-pg-card.yellow .tp-pv{font-size:1.15rem;color:#333}
/* Articles */
.tp-ag{display:grid;grid-template-columns:repeat(5,1fr);gap:16px;margin-bottom:72px}
.tp-ai{background:#fff;border-radius:12px;overflow:hidden;box-shadow:0 2px 8px rgba(0,0,0,.06);border:1px solid #e8f0f7;transition:all .2s;display:flex;flex-direction:column}
.tp-ai:hover{transform:translateY(-4px);box-shadow:0 8px 24px rgba(0,0,0,.1)}
.tp-ai .tp-at{height:120px}
.tp-ai .tp-at img{width:100%;height:100%;object-fit:cover}
.tp-ai .tp-ab{padding:20px 16px;flex:1;display:flex;flex-direction:column}
.tp-ai .tp-ab h3{font-size:.9rem!important;font-weight:800;color:#333;line-height:1.5;margin-bottom:auto!important}
.tp-ai .tp-ab .tp-am{font-size:.8rem;color:#3b6899;font-weight:800;margin-top:16px;display:inline-flex;align-items:center;gap:4px}
.tp-ai .tp-ab .tp-am::after{content:'›';font-size:1.2rem;font-weight:300}
/* Interview */
.tp-iv-wrap { display:grid; grid-template-columns:repeat(3,1fr); gap:20px; margin-bottom:72px; }
.tp-iv-card { background:#fff; border-radius:12px; overflow:hidden; box-shadow:0 4px 12px rgba(0,0,0,.06); transition:transform .2s; border:1px solid #e8f0f7; }
.tp-iv-card:hover { transform:translateY(-4px); box-shadow:0 8px 24px rgba(0,0,0,.1); }
.tp-iv-img { position:relative; width:100%; height:200px; }
.tp-iv-img img { width:100%; height:100%; object-fit:cover; }
.tp-iv-cat { position:absolute; top:0; left:0; background:#3498db; color:#fff; font-size:.8rem; font-weight:700; padding:6px 16px; }
.tp-iv-body { padding:20px; }
.tp-iv-name { font-size:.85rem; color:#5a6d8a; margin-bottom:8px; }
.tp-iv-title { font-size:1.05rem!important; font-weight:800; color:#1e3a5f; line-height:1.5; margin:0!important; }
/* Comparison Table */
.tp-vs-wrap { margin-bottom:72px; }
.tp-vs-message { text-align:center; font-size:1.1rem; font-weight:800; color:#e74c3c; margin-bottom:24px; line-height:1.6; }
.tp-vs-table { width:100%; border-collapse:collapse; background:#fff; border-radius:12px; overflow:hidden; box-shadow:0 4px 12px rgba(0,0,0,.06); border:1px solid #e8f0f7; }
.tp-vs-table th, .tp-vs-table td { padding:16px 20px; border-bottom:1px solid #e8f0f7; text-align:left; vertical-align:middle; line-height:1.5; }
.tp-vs-table th { background:#f4f8fc; font-weight:800; color:#1e3a5f; width:25%; }
.tp-vs-table th.tp-vs-ailabo { background:#3b6899; color:#fff; width:40%; text-align:center; font-size:1.1rem; }
.tp-vs-table th.tp-vs-other { background:#e8f0f7; width:35%; text-align:center; color:#5a6d8a; }
.tp-vs-table td.tp-vs-ailabo-val { background:#f9fbfe; font-weight:800; color:#3b6899; }
.tp-vs-table td.tp-vs-other-val { color:#5a6d8a; font-size:.9rem; }
.tp-vs-table tr:last-child th, .tp-vs-table tr:last-child td { border-bottom:none; }
.tp-vs-mark-o { color:#e74c3c; font-size:1.4rem; font-weight:900; margin-right:8px; }
.tp-vs-mark-x { color:#95a5a6; font-size:1.2rem; font-weight:900; margin-right:8px; }
/* Footer CTA */
.tp-fc{background:#3b6899;border-radius:20px;padding:56px;color:#fff;display:flex;align-items:center;gap:48px;position:relative;overflow:hidden;margin-bottom:48px}
.tp-fc-l{flex:1;position:relative;z-index:2}
.tp-fc-l h2{font-size:1.8rem!important;font-weight:800;color:#fff!important;margin-bottom:16px!important}
.tp-fc-l p{font-size:.95rem;color:rgba(255,255,255,.9);line-height:1.6;margin-bottom:32px!important}
.tp-fc-r{position:absolute;right:0;bottom:0;width:320px;z-index:1}
.tp-fc-r img{width:100%;display:block}
@media(max-width:960px){
.tp-hero-inner{flex-direction:column}
.tp-hero-fw{padding:40px 24px}
.tp-hl h1 b{font-size:2.4rem}
.tp-svc{flex-direction:column}
.tp-wg{grid-template-columns:repeat(2,1fr)}
.tp-fg{grid-template-columns:repeat(3,1fr)}
.tp-pg-wrap{flex-direction:column}
.tp-ag{grid-template-columns:repeat(3,1fr)}
.tp-iv-wrap{grid-template-columns:repeat(2,1fr)}
.tp-fc{flex-direction:column;text-align:center;padding:40px 24px}
.tp-fc-r{position:relative;width:240px;margin:0 auto;margin-top:-20px}
}
@media(max-width:768px){
.tp-vs-table, .tp-vs-table tbody, .tp-vs-table tr, .tp-vs-table th, .tp-vs-table td { display:block; width:100%; }
.tp-vs-table tr { margin-bottom:16px; border-bottom:2px solid #3b6899; }
.tp-vs-table th.tp-vs-ailabo, .tp-vs-table th.tp-vs-other { display:none; }
.tp-vs-table th { background:#f4f8fc; text-align:center; }
.tp-vs-table td.tp-vs-other-val { background:#e8f0f7; position:relative; padding-left:90px; }
.tp-vs-table td.tp-vs-other-val::before { content:"無料窓口:"; position:absolute; left:16px; font-weight:800; font-size:.8rem; color:#5a6d8a; }
.tp-vs-table td.tp-vs-ailabo-val { position:relative; padding-left:90px; border-bottom:none!important; }
.tp-vs-table td.tp-vs-ailabo-val::before { content:"アイラボ:"; position:absolute; left:16px; font-weight:800; font-size:.8rem; color:#3b6899; }
}
@media(max-width:600px){
.tp-wg{grid-template-columns:1fr}
.tp-fg{grid-template-columns:1fr}
.tp-ag{grid-template-columns:1fr}
.tp-iv-wrap{grid-template-columns:1fr}
.tp-cta{flex-direction:column}
.tp-btn{width:100%}
.tp-badges{flex-wrap:nowrap;overflow-x:auto;padding-bottom:12px;margin:0 -24px 32px;padding-left:24px;padding-right:24px}
.tp-badge{min-width:110px}
}
愛知県の
愛知県の
創業融資・銀行融資のご相談なら
融資のアイラボ
創業や事業の成長に必要な資金を、最適なかたちで実現するために。
アイラボは、愛知県に根ざした融資サポートで、
あなたの挑戦を支えます。
愛知県専門
着手金なし
無料相談
融資実行時に
報酬発生
報酬発生

お客様インタビュー
整体

ストレッチ整体ピッと!: 辻 晴稀様
融資だけでなく事業の相談にも乗って頂けて、大変心強かったです。
買取専門

買取店わかば半田店:磯貝 昌人様
最適なアドバイスを常に摸索/提案して頂きスムーズに開業できました。
訪問看護

訪問看護ステーションベル:坂井 由紀子様
融資の流れを細かく教えて頂けたのですごく安心できました。
接骨院

くじら接骨院:穴見 栄造様
担当の方が分からないことに対して、非常に丁寧に教えてくれました。
焼肉店

南大門:中島 啓介様
限られた時間の中で進めて頂き、もう本当に忖度なしで助かりました。
お好み焼き店

お好み焼つなぐ:池原 繁幸様
開店後の売上の心配などして頂き、融資の補助以外も助かりました。
2つのサービスで、資金調達をサポート
創業融資
日本政策金融公庫の創業融資を中心に、事業計画の作成から面談対策まで、創業時の資金調達をトータルでサポート。
銀行融資
運転資金や設備資金など、事業のステージに合わせた銀行融資を戦略的にサポート。
こんなお悩みに

融資を受けたいが
何から始めれば
いいかわからない

事業計画書の
作り方に
自信がない

面談でうまく
自分の思いを
伝えられるか不安

借入のタイミングや
金額の判断に
迷っている

銀行から希望額の
融資を引き出せるか
不安がある

返済計画を含めた
資金繰りを
しっかり考えたい
無料の公的窓口との圧倒的な違い
| 比較ポイント | 商工会などの無料窓口 | 創業融資のアイラボ |
|---|---|---|
| 事業計画書の作成 | △アドバイスのみ (基本は自分で作成) |
◎丸投げOK! プロがヒアリングして代行作成(最短1時間半) |
| スピード・対応 | ×平日日中のみ 窓口予約が必要で遅い |
◎夜間・土日祝対応OK! LINE相談でスピーディー |
| 面談サポート | ×基本的になし | ◎本番さながらのシミュレーション + 銀行への面談同行 |
| 融資獲得確率 | △ご自身の実力次第 (保守的になりがち) |
◎審査通過率95%! 平均融資額1,000万円の実績 |
| 費用リスク | ○無料 | ◎完全成功報酬 (融資額の5%・通らなければ0円) |
アイラボのサポートの特長

事業計画の作成支援
事業の強みや将来性を整理し、金融機関に伝わる計画書を一緒に作成します。

資金使途の整理
必要な資金的を明確にし、説得力のある計画づくりをサポートします。

面談・プレゼン対策
想いをしっかり伝えるための面談対策や想定問答のアドバイスを行います。

返済計画のサポート
無理のない返済計画を一緒に検討し、継続的に事業を成長させる支援をします。

愛知県専門の強み
地域の金融機関とのつながりや最新情報を活かし、愛知県の事業者さまを支援します。
料金について (報酬は融資実行時に発生)
融資実行額の5%+税
1~5%+税
(難易度に応じて)
具体的な目安は
無料相談時にご案内します
お役立ち情報

創業融資の基礎知識と準備のポイント
記事を読む
事業計画書に必要な項目と書き方
記事を読む
日本政策金融公庫の面談でよく聞かれる質問
記事を読む
融資後の資金繰り管理のコツ
記事を読む
愛知県の融資制度・支援情報まとめ
記事を読む資金調達の一歩を、私たちと一緒に。
あなたの事業の未来を支える最適な資金計画を、
アイラボが全力でサポートします。まずはお気軽にご相談ください。