<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>株式 | NiAsset</title>
	<atom:link href="https://niasset.com/category/%E6%A0%AA%E5%BC%8F/feed/" rel="self" type="application/rss+xml" />
	<link>https://niasset.com</link>
	<description></description>
	<lastBuildDate>Wed, 15 Jul 2026 02:45:49 +0000</lastBuildDate>
	<language>ja</language>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=7.0.2</generator>

<image>
	<url>https://niasset.com/wp-content/uploads/2026/06/cropped-NiAsset_icon-1-32x32.webp</url>
	<title>株式 | NiAsset</title>
	<link>https://niasset.com</link>
	<width>32</width>
	<height>32</height>
</image> 
	<item>
		<title>ON COMPASS × マネックス証券｜使える制度・キャンペーンと使えない機能を完全整理</title>
		<link>https://niasset.com/post-781/</link>
		
		<dc:creator><![CDATA[柴常務]]></dc:creator>
		<pubDate>Thu, 11 Jun 2026 09:58:35 +0000</pubDate>
				<category><![CDATA[ロボアド]]></category>
		<category><![CDATA[未分類]]></category>
		<category><![CDATA[株式]]></category>
		<guid isPermaLink="false">https://niasset.com/?p=781</guid>

					<description><![CDATA[ON COMPASS（オンコンパス）の評判・特徴を徹底解説｜初心者でも月1,000円から始めるロボアド Robo Advisor Review 月1,000円から始められるおまかせ資産運用ON COMPASS 完全ガイド [&#8230;]]]></description>
										<content:encoded><![CDATA[
<!DOCTYPE html>
<html lang="ja">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>ON COMPASS（オンコンパス）の評判・特徴を徹底解説｜初心者でも月1,000円から始めるロボアド</title>
<meta name="description" content="ON COMPASS（オンコンパス）の評判・特徴・メリット・デメリット・始め方をわかりやすく解説。投資未経験でも月1,000円から始められるマネックスのロボアドバイザー。">
<style>
  :root {
    --navy: #0B1F3A;
    --navy-light: #163057;
    --teal: #1B8B8B;
    --teal-light: #E6F5F5;
    --gold: #C9923A;
    --gold-light: #FDF4E7;
    --text: #1A1A2E;
    --text-sub: #4A5568;
    --text-light: #718096;
    --bg: #F7F9FC;
    --white: #FFFFFF;
    --border: #E2E8F0;
    --danger: #E53E3E;
    --danger-light: #FFF5F5;
    --success: #2D7D6F;
    --success-light: #E6F4F1;
  }

  * { box-sizing: border-box; margin: 0; padding: 0; }

  body {
    font-family: 'Hiragino Kaku Gothic ProN', 'Noto Sans JP', sans-serif;
    font-size: 16px;
    line-height: 1.8;
    color: var(--text);
    background: var(--bg);
  }

  /* --- Header --- */
  .site-header {
    background: var(--navy);
    padding: 12px 20px;
    display: flex;
    align-items: center;
    gap: 10px;
  }
  .site-header .logo {
    color: var(--white);
    font-size: 13px;
    opacity: 0.8;
  }

  /* --- Hero --- */
  .hero {
    background: linear-gradient(135deg, var(--navy) 0%, var(--navy-light) 60%, #1a4a6e 100%);
    color: var(--white);
    padding: 56px 20px 48px;
    position: relative;
    overflow: hidden;
  }
  .hero::before {
    content: '';
    position: absolute;
    top: -80px; right: -80px;
    width: 320px; height: 320px;
    border-radius: 50%;
    background: rgba(27, 139, 139, 0.12);
  }
  .hero::after {
    content: '';
    position: absolute;
    bottom: -60px; left: -40px;
    width: 200px; height: 200px;
    border-radius: 50%;
    background: rgba(201, 146, 58, 0.08);
  }
  .hero-inner { max-width: 800px; margin: 0 auto; position: relative; z-index: 1; }
  .hero-label {
    display: inline-block;
    background: var(--teal);
    color: var(--white);
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 0.1em;
    padding: 4px 12px;
    border-radius: 2px;
    margin-bottom: 18px;
    text-transform: uppercase;
  }
  .hero h1 {
    font-size: clamp(22px, 5vw, 34px);
    font-weight: 800;
    line-height: 1.4;
    margin-bottom: 16px;
    letter-spacing: -0.02em;
  }
  .hero h1 em {
    color: #5DD9C1;
    font-style: normal;
  }
  .hero-desc {
    font-size: 15px;
    opacity: 0.85;
    margin-bottom: 28px;
    max-width: 600px;
  }
  .hero-stats {
    display: flex;
    gap: 24px;
    flex-wrap: wrap;
  }
  .stat-item {
    text-align: center;
    background: rgba(255,255,255,0.08);
    border: 1px solid rgba(255,255,255,0.15);
    border-radius: 8px;
    padding: 14px 20px;
    min-width: 120px;
  }
  .stat-num {
    display: block;
    font-size: 24px;
    font-weight: 800;
    color: #5DD9C1;
    line-height: 1.1;
  }
  .stat-label {
    display: block;
    font-size: 11px;
    opacity: 0.75;
    margin-top: 4px;
  }

  /* --- Layout --- */
  .container { max-width: 800px; margin: 0 auto; padding: 0 20px; }
  main { padding: 40px 0 60px; }

  /* --- Section --- */
  .section { margin-bottom: 52px; }
  .section-title {
    font-size: 20px;
    font-weight: 800;
    color: var(--navy);
    margin-bottom: 20px;
    padding-left: 14px;
    border-left: 4px solid var(--teal);
    line-height: 1.4;
  }
  .section-title small {
    display: block;
    font-size: 11px;
    font-weight: 500;
    color: var(--teal);
    letter-spacing: 0.1em;
    text-transform: uppercase;
    margin-bottom: 4px;
  }

  /* --- Lead --- */
  .lead-box {
    background: var(--white);
    border: 1px solid var(--border);
    border-radius: 12px;
    padding: 24px;
    margin-bottom: 28px;
    font-size: 15px;
    line-height: 1.85;
    color: var(--text-sub);
  }
  .lead-box p + p { margin-top: 12px; }
  .lead-box strong { color: var(--navy); }

  /* --- Summary Box --- */
  .summary-box {
    background: var(--navy);
    color: var(--white);
    border-radius: 12px;
    padding: 28px;
    margin-bottom: 40px;
  }
  .summary-box h2 {
    font-size: 15px;
    font-weight: 700;
    margin-bottom: 16px;
    color: #5DD9C1;
    letter-spacing: 0.05em;
  }
  .summary-list { list-style: none; }
  .summary-list li {
    padding: 8px 0;
    border-bottom: 1px solid rgba(255,255,255,0.1);
    font-size: 14px;
    display: flex;
    gap: 10px;
  }
  .summary-list li:last-child { border-bottom: none; }
  .summary-list li::before {
    content: '✓';
    color: #5DD9C1;
    font-weight: 700;
    flex-shrink: 0;
    margin-top: 2px;
  }

  /* --- Spec Table --- */
  .spec-table {
    width: 100%;
    border-collapse: collapse;
    background: var(--white);
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 1px 3px rgba(0,0,0,0.06);
    font-size: 14px;
  }
  .spec-table th {
    background: var(--navy);
    color: var(--white);
    padding: 12px 16px;
    text-align: left;
    font-weight: 600;
    font-size: 13px;
  }
  .spec-table td {
    padding: 13px 16px;
    border-bottom: 1px solid var(--border);
    vertical-align: middle;
  }
  .spec-table tr:last-child td { border-bottom: none; }
  .spec-table tr:nth-child(even) td { background: #FAFBFC; }
  .spec-table .label { color: var(--text-sub); width: 40%; font-weight: 600; }
  .spec-table .value { color: var(--text); }
  .spec-table .highlight { color: var(--teal); font-weight: 700; }

  /* --- Merit / Demerit --- */
  .card-grid { display: grid; grid-template-columns: 1fr; gap: 16px; }
  @media (min-width: 600px) { .card-grid { grid-template-columns: 1fr 1fr; } }

  .merit-card {
    background: var(--success-light);
    border: 1px solid #A8D8D0;
    border-radius: 12px;
    padding: 20px;
  }
  .demerit-card {
    background: var(--danger-light);
    border: 1px solid #FEB2B2;
    border-radius: 12px;
    padding: 20px;
  }

  .card-title {
    font-size: 15px;
    font-weight: 700;
    margin-bottom: 8px;
    display: flex;
    align-items: center;
    gap: 8px;
  }
  .merit-card .card-title { color: var(--success); }
  .demerit-card .card-title { color: var(--danger); }
  .card-body { font-size: 13px; color: var(--text-sub); line-height: 1.7; }

  /* --- Compare Table --- */
  .compare-wrap { overflow-x: auto; margin-bottom: 12px; }
  .compare-table {
    width: 100%;
    min-width: 520px;
    border-collapse: collapse;
    background: var(--white);
    border-radius: 12px;
    overflow: hidden;
    font-size: 13px;
    box-shadow: 0 1px 3px rgba(0,0,0,0.06);
  }
  .compare-table th {
    padding: 12px 14px;
    background: var(--navy);
    color: var(--white);
    font-size: 12px;
    font-weight: 600;
    text-align: center;
  }
  .compare-table th.focus { background: var(--teal); }
  .compare-table td {
    padding: 12px 14px;
    border-bottom: 1px solid var(--border);
    text-align: center;
    vertical-align: middle;
  }
  .compare-table tr:last-child td { border-bottom: none; }
  .compare-table .row-label { text-align: left; font-weight: 600; color: var(--text-sub); }
  .compare-table .best { color: var(--teal); font-weight: 700; }
  .compare-table .focus-col { background: var(--teal-light); font-weight: 600; }

  /* --- Flow --- */
  .flow-list { list-style: none; }
  .flow-item {
    display: flex;
    gap: 16px;
    margin-bottom: 20px;
    position: relative;
  }
  .flow-item::before {
    content: '';
    position: absolute;
    left: 19px; top: 40px;
    width: 2px;
    height: calc(100% + 4px);
    background: var(--border);
  }
  .flow-item:last-child::before { display: none; }
  .flow-num {
    width: 40px; height: 40px;
    border-radius: 50%;
    background: var(--navy);
    color: var(--white);
    font-size: 14px;
    font-weight: 800;
    display: flex; align-items: center; justify-content: center;
    flex-shrink: 0;
    position: relative; z-index: 1;
  }
  .flow-content {
    background: var(--white);
    border: 1px solid var(--border);
    border-radius: 10px;
    padding: 16px 18px;
    flex: 1;
  }
  .flow-title {
    font-size: 15px;
    font-weight: 700;
    color: var(--navy);
    margin-bottom: 6px;
  }
  .flow-desc { font-size: 13px; color: var(--text-sub); line-height: 1.7; }

  /* --- FAQ --- */
  .faq-item {
    background: var(--white);
    border: 1px solid var(--border);
    border-radius: 10px;
    margin-bottom: 12px;
    overflow: hidden;
  }
  .faq-q {
    padding: 16px 18px;
    font-size: 14px;
    font-weight: 700;
    color: var(--navy);
    display: flex;
    gap: 12px;
    align-items: flex-start;
  }
  .faq-q::before {
    content: 'Q';
    display: inline-block;
    width: 24px; height: 24px;
    background: var(--navy);
    color: var(--white);
    font-size: 13px;
    font-weight: 800;
    border-radius: 4px;
    text-align: center;
    line-height: 24px;
    flex-shrink: 0;
  }
  .faq-a {
    padding: 14px 18px 16px 54px;
    font-size: 13px;
    color: var(--text-sub);
    line-height: 1.75;
    border-top: 1px solid var(--border);
    background: #FAFBFC;
  }

  /* --- Persona --- */
  .persona-grid { display: grid; grid-template-columns: 1fr; gap: 14px; }
  @media (min-width: 600px) { .persona-grid { grid-template-columns: 1fr 1fr; } }

  .persona-card {
    border-radius: 10px;
    padding: 18px;
    font-size: 13px;
    line-height: 1.7;
  }
  .persona-ok {
    background: var(--teal-light);
    border: 1px solid #A8D8D0;
  }
  .persona-ng {
    background: #FFF8F0;
    border: 1px solid #F6D8A8;
  }
  .persona-label {
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    margin-bottom: 10px;
    display: flex;
    align-items: center;
    gap: 6px;
  }
  .persona-ok .persona-label { color: var(--success); }
  .persona-ng .persona-label { color: var(--gold); }
  .persona-list { list-style: none; }
  .persona-list li {
    padding: 5px 0;
    border-bottom: 1px solid rgba(0,0,0,0.06);
    display: flex;
    gap: 8px;
  }
  .persona-list li:last-child { border-bottom: none; }
  .persona-ok .persona-list li::before { content: '○'; color: var(--success); font-weight: 700; }
  .persona-ng .persona-list li::before { content: '△'; color: var(--gold); font-weight: 700; }

  /* --- CTA --- */
  .cta-block {
    background: linear-gradient(135deg, var(--navy), var(--navy-light));
    border-radius: 16px;
    padding: 36px 28px;
    text-align: center;
    color: var(--white);
    margin-top: 48px;
  }
  .cta-block h2 {
    font-size: 20px;
    font-weight: 800;
    margin-bottom: 10px;
    line-height: 1.4;
  }
  .cta-block p {
    font-size: 13px;
    opacity: 0.8;
    margin-bottom: 24px;
  }
  .cta-btn {
    display: inline-block;
    background: var(--teal);
    color: var(--white);
    font-size: 16px;
    font-weight: 800;
    padding: 16px 40px;
    border-radius: 50px;
    text-decoration: none;
    transition: background 0.2s;
    letter-spacing: 0.04em;
  }
  .cta-btn:hover { background: #16736e; }
  .cta-note {
    font-size: 11px;
    opacity: 0.6;
    margin-top: 14px;
  }

  /* --- Notice --- */
  .notice {
    background: var(--gold-light);
    border-left: 3px solid var(--gold);
    border-radius: 0 8px 8px 0;
    padding: 14px 16px;
    font-size: 12px;
    color: var(--text-sub);
    margin-top: 14px;
    line-height: 1.7;
  }

  /* --- Risk --- */
  .risk-box {
    background: var(--danger-light);
    border: 1px solid #FEB2B2;
    border-radius: 10px;
    padding: 18px;
    font-size: 12px;
    color: #742A2A;
    line-height: 1.75;
    margin-top: 40px;
  }
  .risk-box strong { color: var(--danger); }

  /* --- Inline badge --- */
  .badge {
    display: inline-block;
    background: var(--teal);
    color: var(--white);
    font-size: 10px;
    font-weight: 700;
    padding: 2px 8px;
    border-radius: 3px;
    margin-left: 6px;
    vertical-align: middle;
  }
  .badge-gold {
    background: var(--gold);
  }

  /* --- TOC --- */
  .toc {
    background: var(--white);
    border: 1px solid var(--border);
    border-radius: 12px;
    padding: 22px 24px;
    margin-bottom: 40px;
    font-size: 13px;
  }
  .toc h2 {
    font-size: 13px;
    font-weight: 700;
    color: var(--text-sub);
    letter-spacing: 0.08em;
    text-transform: uppercase;
    margin-bottom: 14px;
  }
  .toc ol { padding-left: 20px; }
  .toc li { margin-bottom: 8px; }
  .toc a { color: var(--navy); text-decoration: none; }
  .toc a:hover { color: var(--teal); text-decoration: underline; }

  hr.section-divider {
    border: none;
    border-top: 1px solid var(--border);
    margin: 48px 0;
  }
</style>
</head>
<body>

<!-- Hero -->
<div class="hero">
  <div class="hero-inner">
    <span class="hero-label">Robo Advisor Review</span>
    <h1>月<em>1,000円</em>から始められる<br>おまかせ資産運用<br>ON COMPASS 完全ガイド</h1>
    <p class="hero-desc">「投資に興味はあるけど、何から始めればいいかわからない」そんな方に向けて、マネックス証券のロボアドバイザー「ON COMPASS」の特徴・評判・始め方をすべて解説します。</p>
    <div class="hero-stats">
      <div class="stat-item">
        <span class="stat-num">1,000円</span>
        <span class="stat-label">最低投資金額</span>
      </div>
      <div class="stat-item">
        <span class="stat-num">0.9775%</span>
        <span class="stat-label">年率手数料（税込）</span>
      </div>
      <div class="stat-item">
        <span class="stat-num">約99%</span>
        <span class="stat-label">契約が評価益プラス</span>
      </div>
      <div class="stat-item">
        <span class="stat-num">9年</span>
        <span class="stat-label">サービス実績（2016年9月〜）</span>
      </div>
    </div>
    <p style="font-size:10px; opacity:0.55; margin-top:14px; line-height:1.6;">※評価益プラスの割合は2025年12月末時点にON COMPASSに1円以上残高がある契約の評価損益。過去の実績であり将来の運用成果を保証するものではありません。</p>
  </div>
</div>

<!-- Main -->
<main>
<div class="container">

  <!-- TOC -->
  <nav class="toc">
    <h2>目次</h2>
    <ol>
      <li><a href="#what">ON COMPASSとは？</a></li>
      <li><a href="#spec">基本スペック一覧</a></li>
      <li><a href="#merit">メリット</a></li>
      <li><a href="#demerit">デメリット・注意点</a></li>
      <li><a href="#compare">他社ロボアドとの比較</a></li>
      <li><a href="#persona">こんな人に向いている</a></li>
      <li><a href="#flow">始め方（ステップ解説）</a></li>
      <li><a href="#faq">よくある質問</a></li>
      <li><a href="#summary">まとめ</a></li>
    </ol>
  </nav>

  <!-- What -->
  <section class="section" id="what">
    <h2 class="section-title">
      <small>Overview</small>
      ON COMPASSとは？
    </h2>

    <div class="lead-box">
      <p><strong>ON COMPASS（オンコンパス）</strong>は、東証プライム上場のマネックスグループの100%子会社である<strong>マネックス・アセットマネジメント株式会社</strong>が運営する、完全おまかせ型のロボアドバイザーサービスです。</p>
      <p>難しい投資知識は一切不要。いくつかの簡単な質問に答えるだけで、あなた専用の資産運用プランが作成され、あとはすべてシステムが自動で運用してくれます。</p>
      <p>前身は2015年に設立された「マネックス・セゾン・バンガード投資顧問」で、バンガードの投資哲学を反映した設計思想を受け継いでいます（2020年4月に現社名へ変更）。2016年9月のサービス開始以来、<strong>金融庁公表の調査でファンドラップ3年・5年リターン1位</strong>（2023年）を獲得するなど、実績面でも高い評価を受けています。国内の投資一任型ロボアドバイザーの中では最長レベルの運用実績を持ちます。</p>
    </div>

    <div style="background:var(--white); border:1px solid var(--border); border-radius:12px; padding:22px 24px; margin-bottom:28px;">
      <h3 style="font-size:14px; font-weight:700; color:var(--navy); margin-bottom:14px;">&#x1f4c8; 最新の実績データ（2026年7月時点）</h3>
      <div class="scrollable-table"><table class="spec-table" style="box-shadow:none; border:1px solid var(--border);">
        <tr>
          <td class="label">マネックス証券での預り資産残高</td>
          <td class="value highlight">500億円突破<br><span style="font-size:11px; color:var(--text-light); font-weight:400;">※2025年12月末時点</span></td>
        </tr>
        <tr>
          <td class="label">評価益がプラスの契約割合</td>
          <td class="value highlight">約99%<br><span style="font-size:11px; color:var(--text-light); font-weight:400;">※2025年12月末時点</span></td>
        </tr>
        <tr>
          <td class="label">NISAでの利用率</td>
          <td class="value">利用者の2人に1人以上<br><span style="font-size:11px; color:var(--text-light); font-weight:400;">※2025年8月末時点の新規契約</span></td>
        </tr>
        <tr>
          <td class="label">グループ全体の運用資産残高<br><span style="font-size:11px; color:var(--text-light); font-weight:400;">（ON COMPASS＋含む）</span></td>
          <td class="value">1,000億円突破<br><span style="font-size:11px; color:var(--text-light); font-weight:400;">※2024年11月時点</span></td>
        </tr>
      </table></div>
      <p style="font-size:11px; color:var(--text-light); margin-top:12px; line-height:1.7;">※実績データは過去の事実を示すものであり、将来の運用成果を保証するものではありません。</p>
    </div>

    <div class="summary-box">
      <h2>ON COMPASSの3つの特徴</h2>
      <ul class="summary-list">
        <li>主要ロボアドが最低1万円のなか、<strong>月1,000円から</strong>スタートできる低ハードル</li>
        <li>質問に答えるだけで最適プランが完成。運用開始後は<strong>すべて自動</strong>で任せられる</li>
        <li>金融庁調査でパフォーマンス上位を獲得した<strong>信頼できる運用実績</strong></li>
      </ul>
    </div>
  </section>

  <!-- Spec -->
  <section class="section" id="spec">
    <h2 class="section-title">
      <small>Basic Specs</small>
      基本スペック一覧
    </h2>
    <div class="scrollable-table"><table class="spec-table">
      <tr>
        <td class="label">最低投資金額</td>
        <td class="value highlight">1,000円〜（1,000円単位）<br><span style="font-size:11px; color:var(--text-light); font-weight:400;">※資産運用プランの目標達成確率が80%以上でないと契約できません</span></td>
      </tr>
      <tr>
        <td class="label">積立投資</td>
        <td class="value">月1,000円〜対応</td>
      </tr>
      <tr>
        <td class="label">手数料（年率）</td>
        <td class="value">約0.9775%（税込）※ETF経費率0.07%含む</td>
      </tr>
      <tr>
        <td class="label">申込・解約手数料</td>
        <td class="value highlight">無料（かからない）</td>
      </tr>
      <tr>
        <td class="label">運用タイプ</td>
        <td class="value">投資一任型（完全おまかせ）</td>
      </tr>
      <tr>
        <td class="label">運用戦略</td>
        <td class="value">8コース（リスク許容度に応じて自動選択）</td>
      </tr>
      <tr>
        <td class="label">投資対象</td>
        <td class="value">国内外の株式・債券・REITなどETFを通じた分散投資</td>
      </tr>
      <tr>
        <td class="label">リバランス</td>
        <td class="value">自動（3ヶ月に1回程度＋市場急変時）</td>
      </tr>
      <tr>
        <td class="label">NISA対応</td>
        <td class="value">○ 成長投資枠対応（2024年〜）</td>
      </tr>
      <tr>
        <td class="label">口座開設・維持費</td>
        <td class="value highlight">無料</td>
      </tr>
      <tr>
        <td class="label">運用開始まで</td>
        <td class="value">投資一任契約の締結日から原則4営業日後<br><span style="font-size:11px; color:var(--text-light); font-weight:400;">※4営業日後が11日・20日にあたる場合は5営業日後</span></td>
      </tr>
      <tr>
        <td class="label">出金（解約）</td>
        <td class="value">解約申込から原則7営業日後に入金<br><span style="font-size:11px; color:var(--text-light); font-weight:400;">※一部解約の上限は運用時価残高の80%まで</span></td>
      </tr>
      <tr>
        <td class="label">運営会社</td>
        <td class="value">マネックス・アセットマネジメント株式会社<br><span style="font-size:11px; color:var(--text-light); font-weight:400;">（マネックスグループの100%子会社）</span></td>
      </tr>
    </table></div>
    <div class="notice">
      ※手数料は運用資産残高に対して自動で差し引かれます。別途、申込・売買・プラン変更にかかる費用はありません。
    </div>
  </section>

  <hr class="section-divider">

  <!-- Merit -->
  <section class="section" id="merit">
    <h2 class="section-title">
      <small>Merits</small>
      ON COMPASSの5つのメリット
    </h2>
    <div class="card-grid">
      <div class="merit-card">
        <div class="card-title">月1,000円から始められる</div>
        <div class="card-body">一般的なロボアドバイザーの最低金額が1万円であるのに対し、ON COMPASSは1,000円から。「まず試してみたい」という初心者にとって最もハードルが低いサービスです。</div>
      </div>
      <div class="merit-card">
        <div class="card-title">投資知識ゼロでOK</div>
        <div class="card-body">質問に答えるだけで最適な運用プランが作成され、その後の買付・リバランスはすべて自動。銘柄選びや相場チェックは一切不要です。</div>
      </div>
      <div class="merit-card">
        <div class="card-title">金融庁調査でパフォーマンス1位</div>
        <div class="card-body">2023年4月の金融庁公表調査にて、ファンドラップの「費用控除後」パフォーマンスで3年・5年リターン1位を獲得。国が認めた運用実績です。</div>
      </div>
      <div class="merit-card">
        <div class="card-title">実質コストが明快で低水準</div>
        <div class="card-body">年率約0.9775%は組入ETFの経費率まで含んだ実質コストで、これ以外の費用が一切かかりません。主要なオンライン型ファンドラップサービスとの比較で最低水準とされています（マネックス・アセットマネジメント調べ／2025年12月末時点）。</div>
      </div>
      <div class="merit-card">
        <div class="card-title">新NISAの成長投資枠に対応</div>
        <div class="card-body">2024年から新NISA（成長投資枠）に対応。年間240万円・生涯1,200万円の非課税枠を活用しながらロボアドで運用できます。</div>
      </div>
      <div class="merit-card">
        <div class="card-title">定期引出機能が便利</div>
        <div class="card-body">「たのしむ」「そなえる」コースでは、目標金額到達後に必要な金額だけ自動で引き出しながら、残りを運用し続けることができます。</div>
      </div>
    </div>
  </section>

  <!-- Demerit -->
  <section class="section" id="demerit">
    <h2 class="section-title">
      <small>Demerits</small>
      デメリット・注意点
    </h2>
    <div class="card-grid">
      <div class="demerit-card">
        <div class="card-title">目標達成確率80%未満だと契約できない</div>
        <div class="card-body">「1,000円から」とはいえ、新規契約は資産運用プランの目標達成確率が80%以上でないと締結できない仕組みです（契約変更時は65%）。目標金額や期間の設定次第では、少額だとプランの見直しを求められる場合があります。</div>
      </div>
      <div class="demerit-card">
        <div class="card-title">つみたて投資枠は使えない</div>
        <div class="card-body">新NISAに対応はしていますが、利用できるのは「成長投資枠」のみ。つみたて投資枠（年間120万円）は使用できない点に注意が必要です。</div>
      </div>
      <div class="demerit-card">
        <div class="card-title">リバランスが3ヶ月に1回</div>
        <div class="card-body">定期リバランスは3ヶ月に1回程度（市場急変時は随時対応）。より頻繁なリバランスを求める方には物足りない場合があります。</div>
      </div>
      <div class="demerit-card">
        <div class="card-title">ウェルスナビより知名度が低い</div>
        <div class="card-body">業界最大手のウェルスナビと比べると知名度・ブランド力はやや劣ります。ただし、実際のパフォーマンスは金融庁調査で上回っています。</div>
      </div>
    </div>
    <div class="notice">
      &#x26a0;&#xfe0f; 解約（出金）は申込から原則7営業日後に入金。急ぎで資金が必要になる可能性がある場合は、生活費の一部を充てないよう注意しましょう。
    </div>
  </section>

  <hr class="section-divider">

  <!-- Compare -->
  <section class="section" id="compare">
    <h2 class="section-title">
      <small>Comparison</small>
      主要ロボアドバイザーとの比較
    </h2>
    <div class="compare-wrap">
      <div class="scrollable-table"><table class="compare-table">
        <thead>
          <tr>
            <th style="text-align:left">比較項目</th>
            <th class="focus">ON COMPASS</th>
            <th>ウェルスナビ</th>
            <th>THEO+docomo</th>
            <th>楽ラップ</th>
          </tr>
        </thead>
        <tbody>
          <tr>
            <td class="row-label">最低投資金額</td>
            <td class="focus-col best">1,000円</td>
            <td>1万円</td>
            <td>1万円</td>
            <td>1万円</td>
          </tr>
          <tr>
            <td class="row-label">手数料（年率・税込）</td>
            <td class="focus-col best">約0.9775%<br><span style="font-size:10px; color:var(--text-light);">ETF経費率込の実質</span></td>
            <td>1.1%<br><span style="font-size:10px; color:var(--text-light);">長期割で最大0.99%</span></td>
            <td>1.10%<br><span style="font-size:10px; color:var(--text-light);">割引で最大0.715%まで</span></td>
            <td>最大0.715%<br><span style="font-size:10px; color:var(--text-light);">＋ファンド費用 最大0.1519%</span></td>
          </tr>
          <tr>
            <td class="row-label">NISA対応</td>
            <td class="focus-col">成長投資枠○</td>
            <td>○</td>
            <td>×</td>
            <td>×</td>
          </tr>
          <tr>
            <td class="row-label">リバランス</td>
            <td class="focus-col">自動（3ヶ月毎）</td>
            <td>自動（随時）</td>
            <td>自動</td>
            <td>自動</td>
          </tr>
          <tr>
            <td class="row-label">運用実績</td>
            <td class="focus-col best">金融庁調査1位</td>
            <td>業界最大手</td>
            <td>—</td>
            <td>—</td>
          </tr>
          <tr>
            <td class="row-label">こんな人向け</td>
            <td class="focus-col">少額・初心者</td>
            <td>安定志向・中級者</td>
            <td>docomo利用者</td>
            <td>楽天ユーザー</td>
          </tr>
        </tbody>
      </table></div>
    </div>
    <div class="notice">
      ※各社2026年7月時点の公表情報に基づきます。<br>
      <strong>※手数料は各社で「含まれる費用の範囲」が異なるため、単純比較はできません。</strong>ON COMPASSの0.9775%は組入ETFの経費率（0.07%程度）を含んだ実質コストです。一方、楽ラップの0.715%はラップフィーのみで、別途ファンド費用（最大0.1519%）がかかります。THEO+docomoは通常1.10%で、利用状況・預かり資産に応じた割引プログラムの適用で最大0.715%まで下がる仕組みです。<br>
      ※ウェルスナビは新NISA（おまかせNISA）利用時、つみたて投資枠の手数料が0%となるため、自動積立利用時のNISA口座全体では年率0.69〜0.73%程度になる場合があります。一方ON COMPASSは成長投資枠のみの対応で、一律年率0.9775%程度です。NISAをフル活用する前提であれば、実質的なコストは逆転する可能性がある点にご注意ください。
    </div>
  </section>

  <!-- Persona -->
  <section class="section" id="persona">
    <h2 class="section-title">
      <small>For Whom</small>
      こんな人に向いている / 向いていない
    </h2>
    <div class="persona-grid">
      <div class="persona-card persona-ok">
        <div class="persona-label">✓ ON COMPASSが向いている人</div>
        <ul class="persona-list">
          <li>投資が初めてで何から始めればいいか分からない</li>
          <li>忙しくて毎日相場をチェックする時間がない</li>
          <li>少額（月1,000円〜）からまず試してみたい</li>
          <li>手数料をできるだけ抑えたい</li>
          <li>老後・教育資金など長期の目標がある</li>
          <li>NISAを活用しながらおまかせ運用したい</li>
        </ul>
      </div>
      <div class="persona-card persona-ng">
        <div class="persona-label">△ 他サービスを検討すべき人</div>
        <ul class="persona-list">
          <li>自分で銘柄を選んで積極的に運用したい</li>
          <li>短期で大きなリターンを狙いたい</li>
          <li>つみたて投資枠（年120万円）をフル活用したい</li>
          <li>解約してすぐに現金化したい（入金まで約7営業日）</li>
          <li>まとまった資金（100万円以上）で高リターンを狙いたい</li>
        </ul>
      </div>
    </div>
  </section>

  <hr class="section-divider">

  <!-- Flow -->
  <section class="section" id="flow">
    <h2 class="section-title">
      <small>How to Start</small>
      始め方｜5ステップで完全解説
    </h2>
    <ul class="flow-list">
      <li class="flow-item">
        <div class="flow-num">1</div>
        <div class="flow-content">
          <div class="flow-title">無料体験でプランを作る</div>
          <div class="flow-desc">ON COMPASSのサイトにアクセスし、「無料体験」から始めます。年齢・年収・投資目的などの質問（10問程度）に答えるだけで、あなた専用の資産運用プランが即座に提案されます。この段階では口座開設不要・費用ゼロです。</div>
        </div>
      </li>
      <li class="flow-item">
        <div class="flow-num">2</div>
        <div class="flow-content">
          <div class="flow-title">マネックス証券の口座開設</div>
          <div class="flow-desc">ON COMPASSの利用にはマネックス証券の総合取引口座と投資一任口座が必要です。すでにマネックス証券の口座をお持ちの方は、新規開設不要です。口座開設・維持費はすべて無料。</div>
        </div>
      </li>
      <li class="flow-item">
        <div class="flow-num">3</div>
        <div class="flow-content">
          <div class="flow-title">ON COMPASSマイページで投資一任契約を締結</div>
          <div class="flow-desc">口座開設完了後にマネックス・アセットマネジメントからメールが届きます。メールの案内に従ってON COMPASSマイページにログインし、投資一任契約を締結します。</div>
        </div>
      </li>
      <li class="flow-item">
        <div class="flow-num">4</div>
        <div class="flow-content">
          <div class="flow-title">マネックス証券口座に入金する</div>
          <div class="flow-desc">入金期日までにマネックス証券の口座（証券総合取引口座）に運用資金を入金します。入金期日の翌日に投資一任口座へ自動振替され、買付が実行されます。</div>
        </div>
      </li>
      <li class="flow-item">
        <div class="flow-num">5</div>
        <div class="flow-content">
          <div class="flow-title">運用開始！あとはおまかせ</div>
          <div class="flow-desc">投資一任契約の締結日から原則4営業日後を目途に運用が開始されます（4営業日後が11日・20日にあたる場合は5営業日後）。以降は資産配分の見直し・リバランスもすべて自動。マイページでいつでも運用状況を確認できます。積立を設定した場合は、運用開始日の翌月以降、毎月11日に積立投資が行われます。</div>
        </div>
      </li>
    </ul>
    <div class="notice">
      &#x1f4a1; NISAで利用したい場合は、マネックス証券でNISA口座の開設（税務署審査完了）が必要です。無料体験で作成したプランをNISAに変更する場合は、口座開設後に改めてプランを作成してください。
    </div>
  </section>

  <!-- FAQ -->
  <section class="section" id="faq">
    <h2 class="section-title">
      <small>FAQ</small>
      よくある質問
    </h2>

    <div class="faq-item">
      <div class="faq-q">元本割れのリスクはありますか？</div>
      <div class="faq-a">はい、あります。ON COMPASSはリスク管理に強みがありますが、株式や債券などに分散投資するため、市場の下落時には元本を下回ることがあります。ただし、長期・分散投資によってリスクを低減する設計になっています。投資は余剰資金で行うことが大切です。</div>
    </div>
    <div class="faq-item">
      <div class="faq-q">途中で解約・引き出しはできますか？</div>
      <div class="faq-a">可能です。一部解約・全解約ともに申込でき、解約申込から原則7営業日後にマネックス証券の口座へ入金されます。解約手数料はかかりません。ただし、①一部解約・全解約の申込は運用開始日の2営業日後の翌日から可能、②一部解約の上限は運用時価残高の80%まで、③毎月11日・20日の前後は全解約の受付停止期間となる、④運用戦略の変更手続き中は解約できない、といった制限があります。</div>
    </div>
    <div class="faq-item">
      <div class="faq-q">確定申告は必要ですか？</div>
      <div class="faq-a">源泉徴収ありの特定口座で契約している場合は、税金の申告・支払いが口座内で完結するため、基本的に確定申告は不要です。それ以外の口座を選択している場合は、自身で確定申告が必要です。</div>
    </div>
    <div class="faq-item">
      <div class="faq-q">マネックス証券の口座は必須ですか？</div>
      <div class="faq-a">はい。ON COMPASSの利用にはマネックス証券の証券総合取引口座と投資一任口座の開設が必要です。すでにマネックス証券の口座をお持ちの方は新たに開設する必要はありません。口座開設・維持費はすべて無料です。</div>
    </div>
    <div class="faq-item">
      <div class="faq-q">NISAとの併用はできますか？</div>
      <div class="faq-a">できます。ON COMPASSは新NISAの成長投資枠（年間240万円・生涯1,200万円）に対応しています。ただし、つみたて投資枠は利用できません。また、成長投資枠の保有限度額は他の金融商品と合算されますので注意が必要です。</div>
    </div>
    <div class="faq-item">
      <div class="faq-q">無料体験と本契約は別ですか？</div>
      <div class="faq-a">別です。無料体験は口座なしで運用プランのシミュレーションができますが、実際に運用を始めるためには投資一任口座の開設と契約締結が必要です。無料体験で作成したプランは本契約時に引き続き使用できます（NISAを利用する場合を除く）。</div>
    </div>
  </section>

  <!-- Summary -->
  <section class="section" id="summary">
    <h2 class="section-title">
      <small>Summary</small>
      まとめ
    </h2>
    <div class="lead-box">
      <p>ON COMPASSは、<strong>「投資を始めてみたいけど、何をすればいいかわからない」「忙しくて手間をかけたくない」</strong>という方にとって、現時点でもっとも入口の低いロボアドバイザーサービスのひとつです。</p>
      <p>月1,000円という少額から始められ、手数料はETF経費率まで含めて年率約0.9775%と明快。さらに金融庁調査でパフォーマンス1位を獲得した実績は、他のサービスにはない強みです。2024年からは新NISAの成長投資枠にも対応し、実際に<strong>利用者の2人に1人以上がNISAで運用</strong>しています。2025年12月末時点ではマネックス証券での預り資産残高が500億円を突破し、<strong>契約の約99%が評価益プラス</strong>という結果も出ています（過去の実績であり将来を保証するものではありません）。</p>
      <p>「まず1,000円から試してみる」という感覚で始められるのがON COMPASSの最大の特長。投資の第一歩として、非常に合理的な選択肢と言えます。</p>
    </div>
  </section>

  <!-- CTA -->
  <div class="cta-block">
    <p>口座開設不要・費用ゼロで、あなただけの資産運用プランが作れます</p>
    <a href="#" class="cta-btn">ON COMPASSを無料で試す →</a>
    <p class="cta-note">※リンク先はアフィリエイトリンクです。口座開設・無料体験は費用不要です。</p>
  </div>

  <!-- Risk -->
  <div class="risk-box">
    <strong>【リスクに関する注意事項】</strong><br>
    ON COMPASSは元本が保証された商品ではありません。投資した資金は市場の変動により増減し、元本を下回る可能性があります。過去の運用実績は将来の成果を保証するものではありません。投資は余裕資金の範囲内で行い、内容をよく理解した上でご利用ください。
  </div>

</div>
</main>

<!-- References -->
<footer style="background: var(--white); border-top: 1px solid var(--border); padding: 40px 0 48px;">
  <div class="container">
    <h2 style="font-size:13px; font-weight:700; color:var(--text-sub); letter-spacing:0.08em; text-transform:uppercase; margin-bottom:18px;">引用・参考元</h2>
    <ol style="padding-left:18px; font-size:12px; color:var(--text-light); line-height:2;">
      <li>ON COMPASS 公式サイト「取引ルール・スケジュール」<br>
        <a rel="nofollow noopener" target="_blank" href="https://on-compass.com/afterservice/rules" style="color:var(--teal); word-break:break-all;">https://on-compass.com/afterservice/rules<span class="fa fa-external-link external-icon anchor-icon"></span></a></li>
      <li>ON COMPASS 公式サイト「運用の特徴」<br>
        <a rel="nofollow noopener" target="_blank" href="https://on-compass.com/investment" style="color:var(--teal); word-break:break-all;">https://on-compass.com/investment<span class="fa fa-external-link external-icon anchor-icon"></span></a></li>
      <li>マネックス・アセットマネジメント「会社情報」<br>
        <a rel="nofollow noopener" target="_blank" href="https://www.monex-am.co.jp/company/info/" style="color:var(--teal); word-break:break-all;">https://www.monex-am.co.jp/company/info/<span class="fa fa-external-link external-icon anchor-icon"></span></a></li>
      <li>THEO+ docomo「手数料」<br>
        <a rel="nofollow noopener" target="_blank" href="https://docomo-inv.smt.docomo.ne.jp/theo/about/fee.html" style="color:var(--teal); word-break:break-all;">https://docomo-inv.smt.docomo.ne.jp/theo/about/fee.html<span class="fa fa-external-link external-icon anchor-icon"></span></a></li>
      <li>楽天証券 楽ラップ「手数料」<br>
        <a rel="nofollow noopener" target="_blank" href="https://wrap.rakuten-sec.co.jp/commission/" style="color:var(--teal); word-break:break-all;">https://wrap.rakuten-sec.co.jp/commission/<span class="fa fa-external-link external-icon anchor-icon"></span></a></li>
      <li>ON COMPASS 公式サイト「サービスのはじめかた」<br>
        <a rel="nofollow noopener" target="_blank" href="https://on-compass.com/flow" style="color:var(--teal); word-break:break-all;">https://on-compass.com/flow<span class="fa fa-external-link external-icon anchor-icon"></span></a></li>
      <li>ON COMPASS 公式サイト「取引ルール」<br>
        <a rel="nofollow noopener" target="_blank" href="https://on-compass.com/afterservice/rules" style="color:var(--teal); word-break:break-all;">https://on-compass.com/afterservice/rules<span class="fa fa-external-link external-icon anchor-icon"></span></a></li>
      <li>マネックス証券「ON COMPASS ご利用までの流れ」<br>
        <a rel="nofollow noopener" target="_blank" href="https://info.monex.co.jp/oncompass/apply.html" style="color:var(--teal); word-break:break-all;">https://info.monex.co.jp/oncompass/apply.html<span class="fa fa-external-link external-icon anchor-icon"></span></a></li>
      <li>マネックス証券「ON COMPASS よくある質問（サービス）」<br>
        <a rel="nofollow noopener" target="_blank" href="https://info.monex.co.jp/oncompass/faq/service.html" style="color:var(--teal); word-break:break-all;">https://info.monex.co.jp/oncompass/faq/service.html<span class="fa fa-external-link external-icon anchor-icon"></span></a></li>
      <li>マネックス証券「ON COMPASS よくある質問（入出金）」<br>
        <a rel="nofollow noopener" target="_blank" href="https://info.monex.co.jp/oncompass/faq/deposit.html" style="color:var(--teal); word-break:break-all;">https://info.monex.co.jp/oncompass/faq/deposit.html<span class="fa fa-external-link external-icon anchor-icon"></span></a></li>
      <li>マネックス証券「残高500億円突破！おまかせ資産運用 ON COMPASS」（2026年1月14日）<br>
        <a rel="nofollow noopener" target="_blank" href="https://info.monex.co.jp/news/2026/20260114_02.html" style="color:var(--teal); word-break:break-all;">https://info.monex.co.jp/news/2026/20260114_02.html<span class="fa fa-external-link external-icon anchor-icon"></span></a></li>
      <li>ON COMPASS 公式サイト（トップページ）<br>
        <a rel="nofollow noopener" target="_blank" href="https://on-compass.com/" style="color:var(--teal); word-break:break-all;">https://on-compass.com/<span class="fa fa-external-link external-icon anchor-icon"></span></a></li>
      <li>マネックス証券「ON COMPASSの手数料」<br>
        <a rel="nofollow noopener" target="_blank" href="https://info.monex.co.jp/oncompass/fee.html" style="color:var(--teal); word-break:break-all;">https://info.monex.co.jp/oncompass/fee.html<span class="fa fa-external-link external-icon anchor-icon"></span></a></li>
      <li>マネックス証券「『ON COMPASS』『ON COMPASS+』運用資産残高の合計が1000億円を突破」<br>
        <a rel="nofollow noopener" target="_blank" href="https://info.monex.co.jp/news/2024/20241204_01.html" style="color:var(--teal); word-break:break-all;">https://info.monex.co.jp/news/2024/20241204_01.html<span class="fa fa-external-link external-icon anchor-icon"></span></a></li>
      <li>ウェルスナビ「手数料について」<br>
        <a rel="nofollow noopener" target="_blank" href="https://www.wealthnavi.com/fee" style="color:var(--teal); word-break:break-all;">https://www.wealthnavi.com/fee<span class="fa fa-external-link external-icon anchor-icon"></span></a></li>
      <li>ウェルスナビ「長期割」<br>
        <a rel="nofollow noopener" target="_blank" href="https://www.wealthnavi.com/fee/choukiwari" style="color:var(--teal); word-break:break-all;">https://www.wealthnavi.com/fee/choukiwari<span class="fa fa-external-link external-icon anchor-icon"></span></a></li>
      <li>価格.com「ON COMPASS（オンコンパス）の特徴・評判」<br>
        <a rel="nofollow noopener" target="_blank" href="https://kakaku.com/robot-advisor/item/008.html" style="color:var(--teal); word-break:break-all;">https://kakaku.com/robot-advisor/item/008.html<span class="fa fa-external-link external-icon anchor-icon"></span></a></li>
      <li>マネックス証券「ON COMPASS NISA対応開始のお知らせ」<br>
        <a rel="nofollow noopener" target="_blank" href="https://info.monex.co.jp/news/2024/20240326_04.html" style="color:var(--teal); word-break:break-all;">https://info.monex.co.jp/news/2024/20240326_04.html<span class="fa fa-external-link external-icon anchor-icon"></span></a></li>
      <li>マネックス証券「ON COMPASS 2025年4〜6月の運用パフォーマンス」<br>
        <a rel="nofollow noopener" target="_blank" href="https://info.monex.co.jp/news/2025/20250902_03.html" style="color:var(--teal); word-break:break-all;">https://info.monex.co.jp/news/2025/20250902_03.html<span class="fa fa-external-link external-icon anchor-icon"></span></a></li>
      <li>マネックス証券「ON COMPASS 運用資産残高300億円突破」（PR TIMES）<br>
        <a rel="nofollow noopener" target="_blank" href="https://prtimes.jp/main/html/rd/p/000000485.000005159.html" style="color:var(--teal); word-break:break-all;">https://prtimes.jp/main/html/rd/p/000000485.000005159.html<span class="fa fa-external-link external-icon anchor-icon"></span></a></li>
      <li>ON COMPASS MAGAZINE「新NISA対応のご案内」<br>
        <a rel="nofollow noopener" target="_blank" href="https://magazine.on-compass.com/post-2894/" style="color:var(--teal); word-break:break-all;">https://magazine.on-compass.com/post-2894/<span class="fa fa-external-link external-icon anchor-icon"></span></a></li>
      <li>HEDGE GUIDE「ON COMPASSの評判・メリット・デメリット」<br>
        <a rel="nofollow noopener" target="_blank" href="https://hedge.guide/feature/on-compass-merit-demerit.html" style="color:var(--teal); word-break:break-all;">https://hedge.guide/feature/on-compass-merit-demerit.html<span class="fa fa-external-link external-icon anchor-icon"></span></a></li>
      <li>HonNe「ON COMPASS(オンコンパス)の実績・評判は？」<br>
        <a rel="nofollow noopener" target="_blank" href="https://exidea.co.jp/blog/money/internet-securities/oncompass/" style="color:var(--teal); word-break:break-all;">https://exidea.co.jp/blog/money/internet-securities/oncompass/<span class="fa fa-external-link external-icon anchor-icon"></span></a></li>
      <li>伊予銀行「ON COMPASS（おまかせ運用）」<br>
        <a rel="nofollow noopener" target="_blank" href="https://www.iyobank.co.jp/tameru-fuyasu/oncompass.html" style="color:var(--teal); word-break:break-all;">https://www.iyobank.co.jp/tameru-fuyasu/oncompass.html<span class="fa fa-external-link external-icon anchor-icon"></span></a></li>
    </ol>
    <p style="font-size:11px; color:var(--text-light); margin-top:20px; line-height:1.8;">※各情報は2026年7月15日時点で、原則としてマネックス証券・マネックス・アセットマネジメント・各社の公式サイト（一次情報）にて確認したものです。手数料・サービス内容は変更される場合があるため、最新情報は各公式サイトを必ずご確認ください。<br>※ロボアドバイザーの解説記事には運用開始時期・NISA対応状況などが古いまま残っているものが多く見られます。本記事は各項目を公式の取引ルール・契約締結前交付書面ベースで検証しています。</p>
  </div>
</footer>

</body>
</html>
]]></content:encoded>
					
		
		
			</item>
	</channel>
</rss>
