/* ===== 料金ページ スタイル ===== */
.yu-pr-wrap { max-width:1000px; margin:0 auto; padding:0 20px; box-sizing:border-box; }
.yu-pr-section { padding:56px 0; }
.yu-pr-label { font-size:12px; color:#888; letter-spacing:3px; text-transform:uppercase; margin-bottom:10px; text-align:center; }
.yu-pr-h2 { font-size:27px; font-weight:800; color:#1a365d; line-height:1.4; margin-bottom:10px; text-align:center; }
.yu-pr-sub { font-size:14px; color:#666; line-height:1.9; text-align:center; margin-bottom:0; }
/* HERO */
.yu-pr-hero { position:relative; width:100%; overflow:hidden; border-radius:0 0 20px 20px; }
.yu-pr-hero img { width:100%; height:460px; object-fit:cover; object-position:center 20%; display:block; }
.yu-pr-hero-overlay { position:absolute; inset:0; background:linear-gradient(to right, rgba(116,66,16,0.9) 40%, rgba(116,66,16,0.3)); display:flex; align-items:center; padding:0 5%; }
.yu-pr-hero-text { max-width:540px; }
.yu-pr-hero-text .badge { font-size:12px; color:#f6e05e; letter-spacing:2px; font-weight:700; background:rgba(246,224,94,0.15); border:1px solid #f6e05e; padding:4px 14px; border-radius:20px; display:inline-block; margin-bottom:18px; }
.yu-pr-hero-text h1 { font-size:36px; font-weight:900; color:#fff; line-height:1.35; margin-bottom:14px; }
.yu-pr-hero-text p { font-size:15px; color:rgba(255,255,255,0.85); line-height:1.9; margin-bottom:0; }
/* STATS */
.yu-pr-stats { display:grid; grid-template-columns:repeat(4,1fr); gap:20px; }
.yu-pr-stat { background:#fff; border-radius:12px; padding:28px 16px; text-align:center; box-shadow:0 2px 16px rgba(0,0,0,0.06); border-bottom:3px solid #d97706; }
.yu-pr-stat .num { font-size:38px; font-weight:900; color:#744210; line-height:1; margin-bottom:4px; }
.yu-pr-stat .num span { font-size:18px; }
.yu-pr-stat .label { font-size:12px; color:#888; }
/* SERVICE TABLE */
.yu-pr-table { width:100%; border-collapse:collapse; }
.yu-pr-table th { background:#1a365d; color:#fff; padding:14px 18px; text-align:left; font-size:14px; font-weight:700; }
.yu-pr-table td { padding:16px 18px; border-bottom:1px solid #e2e8f0; font-size:14px; color:#333; vertical-align:top; }
.yu-pr-table tr:nth-child(even) td { background:#f7f9fc; }
.yu-pr-table td:first-child { font-weight:700; white-space:nowrap; }
.yu-pr-table td:nth-child(2) { color:#744210; font-weight:700; white-space:nowrap; }
.price-tag { display:inline-block; background:#fff8e8; border:1px solid #d97706; color:#744210; font-size:13px; font-weight:700; padding:3px 12px; border-radius:20px; }
/* PLAN CARDS */
.yu-pr-plan-grid { display:grid; grid-template-columns:repeat(3,1fr); gap:20px; }
.yu-pr-plan-card { border:2px solid #e2e8f0; border-radius:14px; overflow:hidden; background:#fff; display:flex; flex-direction:column; }
.yu-pr-plan-card.featured { border-color:#d97706; box-shadow:0 8px 32px rgba(217,119,6,0.15); }
.yu-pr-plan-header { background:#f7f9fc; padding:24px 20px; text-align:center; }
.yu-pr-plan-card.featured .yu-pr-plan-header { background:#fffbf2; }
.yu-pr-plan-name { font-size:17px; font-weight:800; color:#1a365d; margin-bottom:4px; }
.yu-pr-plan-tagline { font-size:12px; color:#888; margin-bottom:16px; }
.yu-pr-plan-price { font-size:38px; font-weight:900; color:#744210; line-height:1; margin-bottom:2px; }
.yu-pr-plan-price span { font-size:14px; font-weight:400; color:#888; }
.yu-pr-plan-note { font-size:11px; color:#aaa; }
.yu-pr-plan-body { padding:20px; flex:1; display:flex; flex-direction:column; gap:8px; }
.yu-pr-plan-feat { font-size:13px; color:#d97706; font-weight:700; }
.yu-pr-plan-detail { font-size:12px; color:#666; }
.yu-pr-plan-limit { font-size:11px; color:#aaa; }
.popular-badge { background:#d97706; color:#fff; font-size:11px; font-weight:700; padding:6px; text-align:center; letter-spacing:1px; }
/* COMPARE TABLE */
.yu-pr-compare { width:100%; border-collapse:collapse; font-size:13px; }
.yu-pr-compare th { background:#1a365d; color:#fff; padding:12px 10px; text-align:center; font-size:13px; }
.yu-pr-compare th:first-child { text-align:left; }
.yu-pr-compare td { padding:12px 10px; border-bottom:1px solid #e2e8f0; text-align:center; color:#333; }
.yu-pr-compare td:first-child { text-align:left; font-weight:600; color:#1a1a1a; }
.yu-pr-compare tr:nth-child(even) td { background:#f7f9fc; }
.yu-pr-compare tr:nth-child(odd) td { background:#fff; }
/* CTA */
.yu-pr-cta-box { background:linear-gradient(135deg,#744210 0%,#d97706 100%); border-radius:16px; padding:44px 32px; text-align:center; }
.yu-pr-cta-box .cta-sub { font-size:14px; color:rgba(255,255,255,0.75); margin-bottom:8px; }
.yu-pr-cta-box .cta-h2 { font-size:22px; font-weight:800; color:#fff; margin-bottom:28px; line-height:1.4; }
.yu-pr-cta-btns { display:flex; flex-direction:column; gap:12px; max-width:380px; margin:0 auto 16px; }
.yu-pr-cta-btns a { display:block; text-align:center; padding:16px 24px; border-radius:6px; font-size:16px; font-weight:700; text-decoration:none; }
/* NOTICE BOX */
.yu-pr-notice { background:#fff8e8; border:1px solid #d97706; border-radius:10px; padding:20px 24px; }
.yu-pr-notice p { font-size:13px; color:#555; line-height:1.9; margin:0; }
/* SECTION BG */
.bg-light { background:#f7f9fc; }
.bg-white { background:#fff; }
/* RESPONSIVE */
@media (max-width:768px){
.yu-pr-hero img { height:300px; }
.yu-pr-hero-text h1 { font-size:24px; }
.yu-pr-stats { grid-template-columns:1fr 1fr; }
.yu-pr-plan-grid { grid-template-columns:1fr; }
.yu-pr-h2 { font-size:22px; }
}
PRICE & RESULTS
明確な料金と、
積み重ねてきた
実績をご紹介。
「費用が不明だから相談しにくい」その不安を解消するため、すべての料金を公開しています。まずはご覧ください。
TRACK RECORD
累計実績
数字が示す、確かな経験と成果。
SERVICE PRICING
サービス料金一覧
すべて税別表示。詳細はお気軽にお問い合わせください。
| サービス |
料金(税別) |
内容・備考 |
| 🌐 HP制作・リニューアル |
150,000円〜 |
デザイン・コーディング・SEO対策込み。WordPressオリジナルテーマ制作。 |
| 🤖 自社専用AI設計 |
要お見積もり |
業務内容・規模により変動。無料ヒアリング後に詳細ご提案します。 |
| 📣 Google広告運用代行 |
30,000円〜/月 |
広告費別途。設定・運用・レポート込み。 |
| 📱 LINE自動応答構築 |
要お見積もり |
機能・チャネル数により変動。Dify連携対応。 |
| ✍️ ブログ記事作成代行 |
15,000円〜/記事 |
SEO最適化・画像制作込み。月額契約で割引あり。 |
※ 上記はあくまで目安料金です。御社の業務規模・要件・ご予算に応じて柔軟にご提案いたします。「予算が少ないから相談しにくい」ということはありません。まずはお気軽にどうぞ。
AI右腕 PLAN
AI右腕 月額プラン
全19機能搭載。御社の規模に合わせて選べる3プラン。
🎁 3日間無料トライアル付き。クレジットカード不要。
19機能(①②③は月制限あり)
顧客対応FAQ・予約受付・自動返信
①②月2回 / ③月4回 / 1日25回上限
上限超過:1件1,500円
★ 最多ご契約プラン
19機能(①②③は月制限あり)
集客導線・見積自動化・SNS連携
①②月6回 / ③月16回 / 1日60回上限
上限超過:1件1,500円
19機能(①②③は月制限あり)
経営分析・スタッフ管理・完全自動化
①②月12回 / ③月32回 / 1日100回上限
上限超過:1件1,500円
✓ 最もコスパに優れたプラン
| プラン |
機能数 |
月額(税別) |
①②③の制限 |
1日上限 |
超過料金 |
| ライト「対応」 |
19機能 |
2,980円 |
①②月2 / ③月4 |
25回/日 |
1件1,500円 |
| スタンダード「集客」 |
19機能 |
7,800円 |
①②月6 / ③月16 |
60回/日 |
1件1,500円 |
| プロ「経営」 |
19機能 |
12,800円 |
①②月12 / ③月32 |
100回/日 |
1件1,500円 |
※ 1日の応答回数上限はいたずら防止措置です。通常のビジネス利用で上限に達することはほぼありません。
※ 3日間無料トライアル付き。クレジットカード不要。安心してお試しください。
GUARANTEE
安心のサポート体制
「導入して終わり」ではありません。運用定着まで伴走します。
🔧
無料初期設定サポート
導入時の設定・操作研修・マニュアル提供まで込み。
📊
月次レポート+改善提案
データに基づいた改善提案を毎月ご提供します。
💬
LINEでいつでも相談
「使い方がわからない」「こう変えたい」にすぐ対応。
料金を見ていただいた今こそ、最高のタイミング。
まずは無料相談から
始めましょう。
受付時間:9:00〜18:00 / 土日祝も対応可