都心の一等地に”法人登記住所”を持つ方法【ワンストップビジネスセンター】
@import url(‘
https://fonts.googleapis.com/css2?family=Noto+Serif+JP:wght@400;700&family=Noto+Sans+JP:wght@400;500;700&display=swap’);
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
:root {
–navy: #0d1f3c;
–gold: #c8922a;
–gold-light: #f5e6c8;
–cream: #faf8f4;
–white: #ffffff;
–text: #1a1a1a;
–muted: #666666;
–border: #e0d8cc;
–accent: #e63946;
}
body {
font-family: ‘Noto Sans JP’, sans-serif;
background: var(–cream);
color: var(–text);
line-height: 1.8;
}
/* ===== HERO ===== */
.hero {
background: var(–navy);
color: var(–white);
padding: 60px 20px 50px;
text-align: center;
position: relative;
overflow: hidden;
}
.hero::before {
content: ”;
position: absolute;
top: -60px; right: -60px;
width: 320px; height: 320px;
border-radius: 50%;
border: 60px solid rgba(200,146,42,0.12);
pointer-events: none;
}
.hero::after {
content: ”;
position: absolute;
bottom: -80px; left: -40px;
width: 240px; height: 240px;
border-radius: 50%;
border: 50px solid rgba(200,146,42,0.08);
pointer-events: none;
}
.hero-eyebrow {
display: inline-block;
background: var(–gold);
color: var(–white);
font-size: 12px;
font-weight: 700;
letter-spacing: 0.12em;
padding: 4px 16px;
border-radius: 2px;
margin-bottom: 20px;
}
.hero h1 {
font-family: ‘Noto Serif JP’, serif;
font-size: clamp(22px, 5vw, 34px);
font-weight: 700;
line-height: 1.5;
margin-bottom: 16px;
position: relative;
z-index: 1;
}
.hero h1 em {
color: var(–gold);
font-style: normal;
}
.hero-sub {
font-size: 15px;
color: rgba(255,255,255,0.75);
max-width: 540px;
margin: 0 auto 32px;
position: relative;
z-index: 1;
}
.hero-stats {
display: flex;
justify-content: center;
gap: 32px;
flex-wrap: wrap;
margin-bottom: 36px;
position: relative;
z-index: 1;
}
.hero-stat { text-align: center; }
.hero-stat .num {
display: block;
font-size: 32px;
font-weight: 700;
color: var(–gold);
line-height: 1.1;
font-family: Georgia, serif;
}
.hero-stat .label {
font-size: 12px;
color: rgba(255,255,255,0.65);
}
.hero-divider {
width: 1px; height: 40px;
background: rgba(255,255,255,0.2);
align-self: center;
}
/* ===== CTA BUTTON ===== */
.btn-cta {
display: inline-block;
background: var(–gold);
color: var(–white);
font-size: 16px;
font-weight: 700;
padding: 16px 40px;
border-radius: 4px;
text-decoration: none;
letter-spacing: 0.05em;
transition: background 0.2s, transform 0.15s;
position: relative;
z-index: 1;
}
.btn-cta:hover { background: #a87520; transform: translateY(-1px); }
.btn-note {
font-size: 12px;
color: rgba(255,255,255,0.5);
margin-top: 10px;
}
/* ===== BANNER AREA ===== */
.banner-section {
background: var(–white);
text-align: center;
padding: 28px 20px;
border-bottom: 1px solid var(–border);
}
.banner-section p {
font-size: 12px;
color: var(–muted);
margin-bottom: 12px;
}
/* ===== SECTION BASE ===== */
.section {
padding: 56px 20px;
max-width: 760px;
margin: 0 auto;
}
.section-label {
font-size: 11px;
font-weight: 700;
letter-spacing: 0.15em;
color: var(–gold);
text-transform: uppercase;
margin-bottom: 8px;
}
.section-title {
font-family: ‘Noto Serif JP’, serif;
font-size: clamp(20px, 4vw, 28px);
font-weight: 700;
line-height: 1.5;
margin-bottom: 24px;
color: var(–navy);
}
/* ===== PROBLEM SECTION ===== */
.problem-bg {
background: #f0ece4;
padding: 56px 20px;
}
.problem-inner { max-width: 760px; margin: 0 auto; }
.problem-list { list-style: none; margin-top: 24px; }
.problem-list li {
background: var(–white);
border-left: 4px solid var(–accent);
padding: 14px 18px;
margin-bottom: 12px;
border-radius: 0 4px 4px 0;
font-size: 15px;
display: flex;
align-items: flex-start;
gap: 10px;
}
.problem-list li::before {
content: ‘×’;
color: var(–accent);
font-weight: 700;
font-size: 16px;
flex-shrink: 0;
line-height: 1.5;
}
/* ===== MERIT CARDS ===== */
.merit-grid {
display: grid;
grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
gap: 16px;
margin-top: 28px;
}
.merit-card {
background: var(–white);
border: 1px solid var(–border);
border-radius: 6px;
padding: 24px 20px;
text-align: center;
}
.merit-icon { font-size: 32px; margin-bottom: 12px; display: block; }
.merit-card h3 {
font-size: 15px;
font-weight: 700;
color: var(–navy);
margin-bottom: 8px;
line-height: 1.4;
}
.merit-card p { font-size: 13px; color: var(–muted); line-height: 1.7; }
/* ===== PLAN TABLE ===== */
.plan-section { background: var(–navy); padding: 56px 20px; }
.plan-inner { max-width: 760px; margin: 0 auto; }
.plan-section .section-title { color: var(–white); }
.plan-section .section-label { color: var(–gold); }
.plan-table {
width: 100%;
border-collapse: separate;
border-spacing: 0 12px;
margin-top: 16px;
}
.plan-table th {
font-size: 12px;
color: rgba(255,255,255,0.5);
font-weight: 400;
padding: 0 16px 8px;
text-align: left;
border-bottom: 1px solid rgba(255,255,255,0.1);
}
.plan-table td {
background: rgba(255,255,255,0.06);
padding: 16px 16px;
font-size: 15px;
color: var(–white);
vertical-align: middle;
}
.plan-table td:first-child { border-radius: 6px 0 0 6px; font-weight: 700; }
.plan-table td:last-child { border-radius: 0 6px 6px 0; text-align: right; }
.plan-table tr.featured td { background: rgba(200,146,42,0.18); }
.plan-badge {
display: inline-block;
background: var(–gold);
color: var(–white);
font-size: 11px;
font-weight: 700;
padding: 2px 10px;
border-radius: 2px;
margin-left: 8px;
vertical-align: middle;
}
.plan-price {
font-size: 22px;
font-weight: 700;
color: var(–gold);
font-family: Georgia, serif;
}
.plan-price small { font-size: 13px; font-weight: 400; color: rgba(255,255,255,0.6); }
/* ===== LOCATIONS ===== */
.location-chips { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 20px; }
.chip {
background: var(–white);
border: 1px solid var(–border);
border-radius: 100px;
padding: 6px 18px;
font-size: 14px;
color: var(–navy);
font-weight: 500;
}
.chip.highlight {
background: var(–gold-light);
border-color: var(–gold);
color: #7a5500;
font-weight: 700;
}
/* ===== STEPS ===== */
.steps { margin-top: 28px; }
.step { display: flex; gap: 20px; margin-bottom: 28px; align-items: flex-start; }
.step-num {
flex-shrink: 0;
width: 44px; height: 44px;
background: var(–navy);
color: var(–white);
border-radius: 50%;
display: flex;
align-items: center;
justify-content: center;
font-size: 18px;
font-weight: 700;
font-family: Georgia, serif;
}
.step-body h3 { font-size: 16px; font-weight: 700; color: var(–navy); margin-bottom: 4px; }
.step-body p { font-size: 14px; color: var(–muted); line-height: 1.7; }
/* ===== CTA FINAL ===== */
.cta-final { background: var(–gold); padding: 56px 20px; text-align: center; }
.cta-final h2 {
font-family: ‘Noto Serif JP’, serif;
font-size: clamp(20px, 4vw, 28px);
color: var(–white);
font-weight: 700;
margin-bottom: 12px;
line-height: 1.5;
}
.cta-final p { color: rgba(255,255,255,0.85); font-size: 15px; margin-bottom: 28px; }
.btn-white {
display: inline-block;
background: var(–white);
color: var(–gold);
font-size: 16px;
font-weight: 700;
padding: 16px 44px;
border-radius: 4px;
text-decoration: none;
transition: opacity 0.2s, transform 0.15s;
letter-spacing: 0.05em;
}
.btn-white:hover { opacity: 0.9; transform: translateY(-1px); }
/* ===== DISCLAIMER ===== */
.disclaimer {
background: #f0ece4;
padding: 20px;
text-align: center;
font-size: 11px;
color: var(–muted);
line-height: 1.8;
}
/* ===== MOBILE ===== */
@media (max-width: 600px) {
.hero-divider { display: none; }
.hero-stats { gap: 20px; }
.plan-table { font-size: 13px; }
.plan-price { font-size: 18px; }
}
PR・広告
東京・青山の住所で
ビジネスの信頼度が変わる。
バーチャルオフィスという選択。
自宅住所を公開せず、都心一等地に法人登記。副業・スモールビジネスの第一歩に。
40+
全国の店舗数
90日
再訪問保証期間
30日
成果確定目安
公式サイトで詳細を確認する →
※ 無料で資料請求・プラン確認ができます
▼ 公式バナー(広告)
こんなお悩みはありませんか?
自宅で開業・副業するリスク、
考えたことありますか?
- ネットショップや名刺に自宅住所を載せるのが不安
- フリーランスや個人事業で取引先から信頼を得にくい
- 法人登記したいが、事務所を借りるほどの規模でもない
- テレワーク・在宅勤務で「都心に拠点」を残したい
- 副業が本業にバレるリスクを減らしたい
バーチャルオフィスのメリット
ワンストップビジネスセンターが
選ばれる5つの理由
🏙️
青山・銀座・渋谷など
都心の一等地住所
ビジネスの信頼感が変わる人気エリアの住所を提供。
📮
定型郵便物の
無料転送サービス
届いた郵便物は無料で自宅へ転送。受け取り忘れゼロ。
📞
電話転送・
受付サービス
プランによって電話転送や秘書対応も対応可能。
🏢
会議室の
時間貸し利用
打合せや教室、セミナーにも使える会議室を完備。
🗂️
ネットショップ・
名刺にも使用可
特定商取引法の表記住所にも利用できるプランあり。
🗾
全国40店舗以上の
豊富な選択肢
東京だけでなく、全国主要都市にも多数展開中。
料金プラン
自分のビジネス規模に合わせて選べる
3つのプラン
| プラン名 |
主なサービス内容 |
報酬目安(代理店) |
| エコノミー |
住所利用・法人登記・郵便転送 |
¥5,000/成約 |
| ビジネス人気 |
エコノミー+電話転送・受付サービス |
¥10,000/成約 |
| プレミアム |
ビジネス+会議室・秘書サービス |
¥15,000/成약 |
※ 詳細な月額料金・サービス内容は公式サイトをご確認ください。
エリア展開
東京都心を中心に
全国40店舗以上
人気エリアをピックアップ(東京)
青山
銀座
渋谷
新宿
池袋
秋葉原
品川
有楽町
六本木
恵比寿
その他全国
申し込みの流れ
最短30日で
都心住所が使えるようになる
1
公式サイトでプラン・住所を選択
青山・銀座・渋谷など希望のエリアを選び、プランを決定。
2
WEB申し込み(約5分)
必要事項を入力してオンラインで申し込み完了。
3
本人確認書類を提出
申し込みから30日以内に本人確認を完了させて正式契約。
4
都心住所でビジネス開始!
法人登記・名刺・ネットショップ表記など、すぐに活用できます。
まずは公式サイトで
住所と料金を確認してみませんか?
プラン変更・解約も柔軟に対応。まずは気軽に資料請求から。
公式サイトを確認する →
本記事はアフィリエイト広告(A8.net)を含みます。
記載内容・料金は公式サイトにて必ずご確認ください。
成果条件:新規申込・30日以内の本人確認完了が必要です。