
<rss version="2.0">
    <channel>
        <title>つるハウス(不動産売買・賃貸・仲介・管理)のブログ</title>
        <link>https://www.tsuruhouse.jp/blog/</link>
        <description>つるハウス(不動産売買・賃貸・仲介・管理)のブログ</description>
        <language>ja</language>
                
        <item>
            <title>＼おすすめ物件特集／土地87坪超、角地に建つヘーベルハウスの5SLDK。</title>
            <link>https://www.tsuruhouse.jp/blog/entry-842321/</link>
            <description><![CDATA[
<meta charset="UTF-8">
<title>横浜市都筑区早渕3丁目 中古戸建て【仲介手数料無料】カースペース2台/ヘーベルハウス</title>
<style>
  :root{
    --navy:#262626; --ink:#222; --ink-soft:#5A5A5A; --ochre:#FB8700; --ochre-soft:#FB870022;
    --sage:#06C755; --sage-soft:#06C7551A; --gold:#F1C40F; --line:#E5E5E5; --radius:16px;
    --font-display:"Shippori Mincho",serif; --font-body:"Noto Sans JP",sans-serif; --maxw:1120px;
  }
  *{box-sizing:border-box;}
  body{margin:0; font-family:var(--font-body); color:var(--ink); background:#fff;}
  .wrap{max-width:var(--maxw); margin:0 auto; padding:0 24px;}
  img{max-width:100%; display:block;}
  .ph-box{background:#F1F1EE; border:1px dashed #C9C9C0; color:#9A9A90; font-size:12px; padding:40px 10px; text-align:center; border-radius:8px;}

  .cta-btn{padding:9px 16px; border-radius:8px; font-size:12.5px; font-weight:700; text-decoration:none; display:inline-block;}
  .cta-btn.tel{border:1px solid var(--ochre); color:var(--ochre); background:#fff;}
  .cta-btn.line{background:#06C755; color:#fff;}
  .cta-btn.contact{background:var(--ochre); color:#fff;}
.cta-btn.bkn {
  border: 1px solid var(--ochre);
  color: #D2173E; 
  background: #fff;
}
  section{padding:56px 0;}
  .hero{padding-top:0;}
  .hero-media{aspect-ratio:16/9; overflow:hidden; border-radius:0 0 var(--radius) var(--radius);}
  .hero-media img{width:100%; height:100%; object-fit:cover;}
  .hero-overlay{padding:24px 0;}
  .badge{background:var(--ochre-soft); color:var(--ochre); font-size:12px; font-weight:700; padding:5px 12px; border-radius:999px; margin-right:8px;}
  h1{font-family:var(--font-display); font-size:28px; line-height:1.5; margin:16px 0;}
  .fact-row{display:flex; gap:24px; flex-wrap:wrap; border-top:1px solid var(--line); border-bottom:1px solid var(--line); padding:16px 0; margin:16px 0;}
  .fact-item .label{font-size:11px; color:var(--ink-soft);} .fact-item .value{font-size:16px; font-weight:700;}
  .hero-cta-row{display:flex; gap:10px; flex-wrap:wrap; margin-top:16px;}
  .news{background:#FAFAF8;}
  .news-item{display:flex; gap:14px; padding:10px 0; border-bottom:1px solid var(--line); font-size:13.5px;}
  .news-date{font-family:monospace; color:var(--ochre); flex-shrink:0; width:120px;}
  .section-eyebrow{font-size:11px; letter-spacing:.1em; color:var(--ochre); text-transform:uppercase; font-weight:700;}
  .section-title{font-family:var(--font-display); font-size:24px; margin:6px 0 20px;}
  .concept-inner{display:flex; gap:40px; align-items:center; flex-wrap:wrap;}
  .concept-copy{flex:1; min-width:260px;}
  .highlights .wrap > .highlight-block{display:grid; grid-template-columns:1fr 1fr; gap:32px; align-items:center; padding:32px 0; border-bottom:1px solid var(--line);}
  .highlight-block:nth-child(even){direction:rtl;} .highlight-block:nth-child(even) > *{direction:ltr;}
  .highlight-media{aspect-ratio:4/3; overflow:hidden; border-radius:var(--radius); position:relative;}
  .highlight-media img{width:100%; height:100%; object-fit:cover;}
  .highlight-num{font-family:monospace; color:var(--ochre); font-size:12px; font-weight:700; margin:0 0 6px;}
  .highlight-text{font-size:13.5px; line-height:1.8; color:var(--ink);}
  .spec-tags{margin-top:10px;} .spec-tag{background:var(--sage-soft); color:var(--sage); font-size:11px; padding:4px 10px; border-radius:999px; margin-right:6px;}
  .stage-crossfade{position:relative; width:100%; height:100%;}
  .stage-crossfade img{position:absolute; top:0; left:0; width:100%; height:100%; object-fit:cover;}
  .stage-crossfade img.stage-original{opacity:1;} .stage-crossfade img.stage-ai{opacity:0; animation:stageFade 9s ease-in-out infinite;}
  .stage-badge{position:absolute; top:12px; right:12px; z-index:2; background:rgba(20,20,20,.68); color:#fff; font-size:11px; padding:5px 11px; border-radius:999px; opacity:0; animation:badgeFade 9s ease-in-out infinite;}
  @keyframes stageFade{0%,38%{opacity:0;}50%,88%{opacity:1;}100%{opacity:0;}}
  @keyframes badgeFade{0%,40%{opacity:0;}52%,86%{opacity:1;}100%{opacity:0;}}
  .feature-tiles{display:grid; grid-template-columns:repeat(3,1fr); gap:14px;}
  .feature-tile{background:#FAFAF8; border:1px solid var(--line); border-radius:12px; padding:16px; font-size:13px; font-weight:600; text-align:center;}
  .gallery-grid{display:grid; grid-template-columns:repeat(3,1fr); gap:10px;}
  .gallery-grid img{border-radius:10px; aspect-ratio:4/3; object-fit:cover;}
  .day-story{display:flex; gap:20px; flex-wrap:wrap;}
  .day-scene{flex:1; min-width:220px;}
  .day-scene-img{aspect-ratio:4/3; border-radius:var(--radius); overflow:hidden; margin-bottom:10px;}
  .day-scene-img img{width:100%; height:100%; object-fit:cover;}
  .day-scene-time{font-family:monospace; color:var(--ochre); font-weight:700; font-size:13px;}
  .day-scene-theme{font-size:13px; margin-top:2px;}
  table.spec-table{width:100%; border-collapse:collapse; font-size:13px;}
  table.spec-table th, table.spec-table td{padding:12px 14px; border-bottom:1px solid var(--line); text-align:left;}
  table.spec-table th{width:180px; color:var(--ink-soft); font-weight:600; background:#FAFAF8;}
  .location-inner{display:grid; grid-template-columns:1.2fr 1fr; gap:32px;}
  .facility-list{list-style:none; padding:0; margin:0; font-size:13px;}
  .facility-list li{display:flex; justify-content:space-between; padding:8px 0; border-bottom:1px solid var(--line);}
  .facility-list .dist{color:var(--ink-soft);}
  .final-cta{background:#fff; color:var(--navy); text-align:center; border:2px solid var(--navy); border-radius:var(--radius);}
  .final-cta h2{font-family:var(--font-display); font-size:22px;}
  .disclaimers{font-size:11px; color:var(--ink-soft); line-height:1.8; padding:24px 0;}
  footer{background:var(--gold); color:#4a3c00; padding:32px 0; font-size:12.5px;}
  .empty-note{color:#B0B0A6; font-size:12px;}
  @media (max-width:760px){
    .highlights .wrap > .highlight-block{grid-template-columns:1fr;} .highlight-block:nth-child(even){direction:ltr;}
    .location-inner{grid-template-columns:1fr;} .feature-tiles, .gallery-grid{grid-template-columns:repeat(2,1fr);}
  }
</style>



<section class="hero">
  <div class="hero-media"><img src="https://cdn-img.cloud.ielove.jp/image/hq/sale/ebe96628/18876_132038_1_2000_2000.jpg" alt="横浜市都筑区早渕3丁目 中古戸建て【仲介手数料無料】カースペース2台/ヘーベルハウス外観"></div>
  <div class="wrap hero-overlay">
    <span class="badge">売買</span><span class="badge">空家</span><span class="badge">仲介手数料無料</span>
    <h1>土地87坪超、角地に建つヘーベルハウスの5SLDK。</h1>
    <div class="fact-row">
      <div class="fact-item"><div class="label">価格</div><div class="value">1億6,980万円</div></div>
      <div class="fact-item"><div class="label">間取り</div><div class="value">5SLDK</div></div>
      <div class="fact-item"><div class="label">構造</div><div class="value">軽量鉄骨2階建</div></div>
      <div class="fact-item"><div class="label">交通</div><div class="value">グリーンライン「東山田」駅 徒歩12分</div></div>
    </div>
    <p style="color:var(--ochre); font-weight:700; font-size:13px;">8月20日 値下げ</p>
  </div>
</section>

<section class="news"><div class="wrap">
  <p class="section-eyebrow">NEWS</p>
  
      <div class="news-item"><span class="news-date">2026.08.20</span><span class="news-text">価格改定（値下げ）しました</span></div>
    
      <div class="news-item"><span class="news-date">2026.08.23</span><span class="news-text">情報更新（次回更新予定：2026.09.03）</span></div>
    
      <div class="news-item"><span class="news-date">随時</span><span class="news-text">内覧受付中です</span></div>
    
</div></section>

<section class="concept"><div class="wrap concept-inner">
  <div class="concept-copy">
    <p class="section-eyebrow">CONCEPT</p>
    <h2 class="section-title">広い角地でゆとりある邸宅暮らしを求める方</h2>
    <p>南側・東側とも公道6.0mに接する角地に建つ、旭化成ヘーベルハウスの中古戸建てです。土地287.91㎡(87.09坪)、建物192.51㎡(58.23坪)という、都筑区の中でも際立ったスケールの住まいです。</p><p>南向きで陽当り良好、アイランドキッチンや床暖房、ルーフバルコニーなど、上質な暮らしを支える設備を備えています。仲介手数料無料でご案内可能です。</p>
  </div>
</div></section>

<section class="highlights"><div class="wrap">
  <p class="section-eyebrow">HIGHLIGHTS</p>
  <h2 class="section-title">物件の見どころ</h2>
  
        <div class="highlight-block">
          <div class="highlight-media"><img src="https://cdn-img.cloud.ielove.jp/image/hq/sale/ebe96628/18876_132038_1_2000_2000.jpg" alt="外観・角地"></div>
          <div>
            <p class="highlight-num">01 / 外観・角地</p>
            <p class="highlight-text">南側・東側の2方向とも公道6.0mに接する角地です。旭化成ヘーベルハウス施工ならではの重厚感ある外観で、南向きのため一日を通して陽当りに恵まれています。角地の開放感は、駐車や自転車の出し入れのしやすさにもつながります。</p>
            <div class="spec-tags"><span class="spec-tag">角地</span><span class="spec-tag">南向き</span></div>
          </div>
        </div>
        <div class="highlight-block">
          <div class="highlight-media"><img src="https://cdn-img.cloud.ielove.jp/image/hq/sale/ebe96628/18876_132038_2_2000_2000.jpg" alt="間取り"></div>
          <div>
            <p class="highlight-num">02 / 間取り</p>
            <p class="highlight-text">5SLDK、建物面積192.51㎡(58.23坪)という広々とした邸宅です。土地面積287.91㎡(87.09坪)のゆとりある敷地と合わせて、大人数のご家族や来客の多いご家庭でも、空間に余裕を持って暮らせます。</p>
            <div class="spec-tags"><span class="spec-tag">5SLDK</span><span class="spec-tag">土地87坪超</span></div>
          </div>
        </div>
        <div class="highlight-block">
          <div class="highlight-media"><img src="https://cdn-img.cloud.ielove.jp/image/hq/sale/ebe96628/18876_132038_3_2000_2000.jpg" alt="区画"></div>
          <div>
            <p class="highlight-num">03 / 区画</p>
            <p class="highlight-text">総区画数1区画・販売区画数1区画の単独邸宅です。他区画との共有部分がなく、敷地全体をご家族だけで自由に使えるのも、この広さならではの魅力です。</p>
            <div class="spec-tags"><span class="spec-tag">総区画数1区画</span></div>
          </div>
        </div>
        <div class="highlight-block">
          <div class="highlight-media"><img src="https://cdn-img.cloud.ielove.jp/image/hq/sale/ebe96628/18876_132038_6_2000_2000.jpg" alt="キッチン"></div>
          <div>
            <p class="highlight-num">04 / キッチン</p>
            <p class="highlight-text">アイランドキッチンとカウンターキッチンを兼ね備えた、開放的な調理空間です。食器洗い乾燥機付きで、大人数分の食器も効率よく片付けられます。複数人で並んで作業できる広さもあり、休日には家族みんなで料理を楽しむ時間も過ごせます。</p>
            <div class="spec-tags"><span class="spec-tag">アイランドキッチン</span><span class="spec-tag">食器洗い乾燥機</span></div>
          </div>
        </div>
        <div class="highlight-block" style="grid-template-columns:1fr;">
          
          <div>
            <p class="highlight-num">05 / 浴室・洗面</p>
            <p class="highlight-text">1坪以上のゆとりある浴室に、追焚機能・浴室乾燥機を完備。洗髪洗面化粧台もあり、忙しい朝の身支度もスムーズです。家族の人数が多いご家庭でも、入浴のタイミングがずれてもお湯を経済的に温め直せます。</p>
            <div class="spec-tags"><span class="spec-tag">浴室１坪以上</span><span class="spec-tag">浴室乾燥機</span></div>
          </div>
        </div>
        <div class="highlight-block" style="grid-template-columns:1fr;">
          
          <div>
            <p class="highlight-num">06 / 床暖房</p>
            <p class="highlight-text">空気を汚さず足元から暖める床暖房を完備。冬の冷え込みが厳しい日でも、リビングでゆったりと過ごす時間を快適に保てます。広いLDKでも足元から暖まるので、家全体の暖房効率も向上します。</p>
            <div class="spec-tags"><span class="spec-tag">床暖房</span></div>
          </div>
        </div>
        <div class="highlight-block" style="grid-template-columns:1fr;">
          
          <div>
            <p class="highlight-num">07 / 収納（ウォークインクローゼット）</p>
            <p class="highlight-text">大型のウォークインクローゼットがあり、5SLDKという広い間取りに見合った収納力を確保しています。ご家族それぞれの衣類やシーズンオフの荷物も余裕を持って収納でき、各部屋をすっきりと保てます。</p>
            <div class="spec-tags"><span class="spec-tag">ウォークインクロゼット</span></div>
          </div>
        </div>
        <div class="highlight-block" style="grid-template-columns:1fr;">
          
          <div>
            <p class="highlight-num">08 / ルーフバルコニー</p>
            <p class="highlight-text">広々としたルーフバルコニーがあり、洗濯物をたっぷり干せるほか、休日はガーデニングやアウトドアリビングとしても活用できます。角地×南向きの立地で、陽当りの良さも申し分ありません。</p>
            <div class="spec-tags"><span class="spec-tag">ルーフバルコニー</span><span class="spec-tag">陽当り良好</span></div>
          </div>
        </div>
</div></section>

<section class="features"><div class="wrap">
  <p class="section-eyebrow">FEATURES</p>
  <h2 class="section-title">設備・特徴</h2>
  <div class="feature-tiles"><div class="feature-tile">陽当り良好</div><div class="feature-tile">新婚さん向け</div><div class="feature-tile">ファミリー向け</div><div class="feature-tile">キャンペーン</div><div class="feature-tile">仲介手数料無料</div><div class="feature-tile">室内洗濯機置場</div><div class="feature-tile">フローリング</div><div class="feature-tile">バルコニー</div><div class="feature-tile">ルーフバルコニー</div><div class="feature-tile">都市ガス</div><div class="feature-tile">公営水道</div><div class="feature-tile">公共下水</div><div class="feature-tile">24時間換気システム</div><div class="feature-tile">電気有</div><div class="feature-tile">照明器具付き</div><div class="feature-tile">駐車2台可</div><div class="feature-tile">食器洗い乾燥機</div><div class="feature-tile">システムキッチン</div><div class="feature-tile">カウンターキッチン</div><div class="feature-tile">アイランドキッチン</div><div class="feature-tile">バス・トイレ別</div><div class="feature-tile">追焚機能浴室</div><div class="feature-tile">浴室乾燥機</div><div class="feature-tile">温水洗浄便座</div><div class="feature-tile">洗髪洗面化粧台</div><div class="feature-tile">トイレ２ヶ所</div><div class="feature-tile">浴室１坪以上</div><div class="feature-tile">床暖房</div><div class="feature-tile">ウォークインクロゼット</div><div class="feature-tile">TVモニタ付インターホン</div></div>
</div></section>


<section class="gallery"><div class="wrap">
  <p class="section-eyebrow">GALLERY</p>
  <h2 class="section-title">フォトギャラリー</h2>
  <div class="gallery-grid"><img src="https://cdn-img.cloud.ielove.jp/image/hq/sale/ebe96628/18876_132038_4_2000_2000.jpg" alt="横浜市都筑区早渕3丁目 中古戸建て【仲介手数料無料】カースペース2台/ヘーベルハウス"><img src="https://cdn-img.cloud.ielove.jp/image/hq/sale/ebe96628/18876_132038_5_2000_2000.jpg" alt="横浜市都筑区早渕3丁目 中古戸建て【仲介手数料無料】カースペース2台/ヘーベルハウス"><img src="https://cdn-img.cloud.ielove.jp/image/hq/sale/ebe96628/18876_132038_6_2000_2000.jpg" alt="横浜市都筑区早渕3丁目 中古戸建て【仲介手数料無料】カースペース2台/ヘーベルハウス"><img src="https://cdn-img.cloud.ielove.jp/image/hq/sale/ebe96628/18876_132038_7_2000_2000.jpg" alt="横浜市都筑区早渕3丁目 中古戸建て【仲介手数料無料】カースペース2台/ヘーベルハウス"></div>
</div></section>



<section class="spec"><div class="wrap">
  <p class="section-eyebrow">SPEC</p>
  <h2 class="section-title">設備・仕様</h2>
  <table class="spec-table"><tbody><tr><th>価格</th><td>16980万円</td></tr><tr><th>間取り</th><td>5SLDK</td></tr><tr><th>建物面積</th><td>192.51㎡(58.23坪)</td></tr><tr><th>土地面積</th><td>287.91㎡(87.09坪)</td></tr><tr><th>建ぺい率/容積率</th><td>40%/80%</td></tr><tr><th>構造</th><td>軽量鉄骨2階建</td></tr><tr><th>築年月</th><td>2014年10月(築11年)</td></tr><tr><th>完成状況</th><td>空家</td></tr><tr><th>交通</th><td>グリーンライン「東山田」駅 徒歩12分</td></tr><tr><th>駐車場</th><td>有(2台)/0円</td></tr><tr><th>用途地域</th><td>第一種低層住居専用</td></tr><tr><th>総区画数・号棟</th><td>1区画・角地(南 公道6.0m)(東 公道6.0m)</td></tr><tr><th>仲介手数料</th><td>無料</td></tr></tbody></table>
</div></section>

<section class="location"><div class="wrap location-inner">
  <div><iframe src="https://www.google.com/maps?q=35.54951600%2C139.60246300&output=embed" loading="lazy" style="border:0; width:100%; height:320px;"></iframe></div>
  <div>
    <p class="section-eyebrow">LOCATION</p>
    <h2 class="section-title">周辺環境</h2>
    <ul class="facility-list"><li><span>早渕かなりあ公園</span><span class="dist">274m（4分）</span></li><li><span>マクドナルド 都筑インター店</span><span class="dist">351m（5分）</span></li><li><span>早渕公園</span><span class="dist">392m（5分）</span></li><li><span>ファミリーマート 都筑インター店</span><span class="dist">484m（7分）</span></li><li><span>ファミリーマート 早渕二丁目店</span><span class="dist">583m（8分）</span></li><li><span>都筑すこやか薬局</span><span class="dist">701m（9分）</span></li><li><span>ローソン 東山田駅前店</span><span class="dist">797m（10分）</span></li><li><span>ジョナサン 東山田店</span><span class="dist">840m（11分）</span></li><li><span>バーミヤン 東山田駅前店</span><span class="dist">840m（11分）</span></li><li><span>スターバックスコーヒー 都筑パーキングエリア(上り線)店</span><span class="dist">1068m（14分）</span></li><li><span>横浜市立早渕中学校</span><span class="dist">1086m（14分）</span></li><li><span>横浜市立新吉田第二小学校</span><span class="dist">1297m（17分）</span></li></ul>
  </div>
</div></section>

<section class="final-cta"><div class="wrap">
  <h2>＼つるハウスまでお気軽にお問い合わせください／</h2>
  <div class="hero-cta-row" style="justify-content:center;">
    <a class="cta-btn tel" style="background:#fff;" href="tel:0457772133">045-777-2133</a>
    <a class="cta-btn line" href="https://www.tsuruhouse.jp/lineme/lin.ee/MZkHpEn?id=34785">LINEで相談</a>
    <a class="cta-btn contact" href="https://www.tsuruhouse.jp/contact/">無料お問い合わせ</a>
<a class="cta-btn bkn" href="https://www.tsuruhouse.jp/bkndetail/3671431706/room100799493/">物件詳細を見る</a>
  </div>
</div></section>

<div class="wrap disclaimers">
  
  
</div>


]]></description>
            <pubDate>2026-09-01</pubDate>
        </item>
                
        <item>
            <title>横浜3階建て住宅の暑さ対策、住民35人が選んだ設備とは？｜アンケート結果</title>
            <link>https://www.tsuruhouse.jp/blog/entry-840531/</link>
            <description><![CDATA[


<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>横浜3階建て住宅、住民35人が選んだ暑さ対策設備は屋根裏換気ファン｜アンケート結果</title>



<div class="article-decorated-wrapper">

<div><div><div style="text-align:leftoriginal;word-break: break-all;"><div style="text-align:leftoriginal;word-break: break-all;"><p class="clearfix"><img src="//cdn.img-asp.jp/cms/840531_1_0_0_1.jpg" style="max-width: 100%;float:left;" alt="横浜3階建て住宅の暑さ対策、住民35人が選んだ設備とは？｜アンケート結果"></p></div></div></div><div><span style="font-weight: bold;">つるハウス(運営会社：株式会社 鶴創建、代表者：渡邊 智也)は 横浜市にお住まいで不動産購入検討中の方35人を対象に「戸建ての欲しい設備条件」について簡単なアンケート調査を実施し、そのデータをまとめました</span>。</div></div><div><br></div><p>横浜の住宅密集地で3階建て戸建てに住む35人に「欲しい室内設備」を聞いたところ、最も多かった回答は屋根裏・最上階用の自動強制換気ファンで、35人中15人(43%)が選んでいました。この結果からは、暑さや熱こもりを気にする声が多いことがうかがえます。「3階建てにすると暑くなるのでは」と不安に感じている方も、実際の住民の声から自分に合った通気設備のヒントが見つかります。</p>
<div class="article-cta-mid">
<p>横浜で仲介手数料無料の不動産情報が豊富の<a href="https://www.tsuruhouse.jp/" target="_blank">つるハウス</a>で戸建て物件を探してみませんか。</p>
<a href="/new/" class="article-cta-btn article-cta-btn-fill" target="_blank">横浜の戸建て物件を見る</a>
<a href="/contact/" class="article-cta-btn article-cta-btn-outline" target="_blank">つるハウスに相談する</a>
</div><div class="blog-index" style="border:1px solid #8c8c8c;background-color: #f9f9f9;padding:20px;margin:10px 0;"><span style="font-size: 110%;font-weight: bold;padding: 3px;">【目次】</span><ul><li><a style="color: rgb(7, 81, 154); line-height: 2;" href="javascript:void(0)" onclick="scrollToHTag('#hbkf2oc9f0')">・アンケート調査概要</a></li><li><a style="color: rgb(7, 81, 154); line-height: 2;" href="javascript:void(0)" onclick="scrollToHTag('#hlwryvqsvz')">・横浜の3階建て戸建ては本当に暑い？住民35人調査でわかった実態</a></li><li>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<a style="color: rgb(7, 81, 154); line-height: 2;" href="javascript:void(0)" onclick="scrollToHTag('#h2wtilbo0t')">・調査概要—横浜市在住・検討中の35人に聞いた「欲しい設備」</a></li><li>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<a style="color: rgb(7, 81, 154); line-height: 2;" href="javascript:void(0)" onclick="scrollToHTag('#hze3n4z8vo')">・最多回答は「屋根裏・最上階用自動強制換気ファン」(35人中15人・43%)</a></li><li><a style="color: rgb(7, 81, 154); line-height: 2;" href="javascript:void(0)" onclick="scrollToHTag('#h06q3mhow5')">・屋根裏換気ファンとは？35人中15人が選んだ理由</a></li><li>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<a style="color: rgb(7, 81, 154); line-height: 2;" href="javascript:void(0)" onclick="scrollToHTag('#h9jdpj9olj')">・2位以下の設備との差—天窓+電動遮光ロールスクリーンは6人</a></li><li>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<a style="color: rgb(7, 81, 154); line-height: 2;" href="javascript:void(0)" onclick="scrollToHTag('#h837n382iy')">・実際に効果を感じた人の声</a></li><li><a style="color: rgb(7, 81, 154); line-height: 2;" href="javascript:void(0)" onclick="scrollToHTag('#hup8jno0z2')">・密集地に住む人が「暑い」と感じた瞬間—リアルな体験談</a></li><li>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<a style="color: rgb(7, 81, 154); line-height: 2;" href="javascript:void(0)" onclick="scrollToHTag('#hpkfvxr8dw')">・「暑さ・湿気」に関する体験談</a></li><li>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<a style="color: rgb(7, 81, 154); line-height: 2;" href="javascript:void(0)" onclick="scrollToHTag('#hcr6ou0w8v')">・「音・階層移動」に関する体験談</a></li><li><a style="color: rgb(7, 81, 154); line-height: 2;" href="javascript:void(0)" onclick="scrollToHTag('#h5ark5r6bm')">・戸建ての通気設備を選ぶときに確認したい3つのポイント</a></li><li>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<a style="color: rgb(7, 81, 154); line-height: 2;" href="javascript:void(0)" onclick="scrollToHTag('#hwlrv1vtbb')">・密集地×3階建てに住む/検討する人が確認すべきチェックリスト</a></li><li>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<a style="color: rgb(7, 81, 154); line-height: 2;" href="javascript:void(0)" onclick="scrollToHTag('#hg3roej1f8')">・年代・住まいの形態別に見る、屋根裏換気ファンを選んだ割合の違い</a></li><li><a style="color: rgb(7, 81, 154); line-height: 2;" href="javascript:void(0)" onclick="scrollToHTag('#h7cw9kmhbp')">・よくある質問</a></li><li>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<a style="color: rgb(7, 81, 154); line-height: 2;" href="javascript:void(0)" onclick="scrollToHTag('#h11n9dosj8')">・Q1. 横浜の3階建て戸建てはなぜ暑くなりやすいと言われるのですか？</a></li><li>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<a style="color: rgb(7, 81, 154); line-height: 2;" href="javascript:void(0)" onclick="scrollToHTag('#hxsajn557l')">・Q2. 屋根裏換気ファンにはどんな効果があるとされていますか？</a></li><li>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<a style="color: rgb(7, 81, 154); line-height: 2;" href="javascript:void(0)" onclick="scrollToHTag('#h5hdbsz8jr')">・Q3. 戸建ての通気設備を選ぶときに重視すべき点は何ですか？</a></li><li>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<a style="color: rgb(7, 81, 154); line-height: 2;" href="javascript:void(0)" onclick="scrollToHTag('#hy62kel96k')">・Q4. 密集地に住む戸建てでは暑さ以外にどんな悩みがありますか？</a></li><li><a style="color: rgb(7, 81, 154); line-height: 2;" href="javascript:void(0)" onclick="scrollToHTag('#hb7medmqqk')">・まとめ</a></li></ul></div><div><br></div><p><strong>この記事でわかること</strong></p>
<ul>
<li>横浜の3階建て戸建て住民35人が選んだ「欲しい室内設備」の1位(暑さ・通気に関わる設備)</li>
<li>屋根裏・最上階の換気ファンが選ばれた理由(実体験エピソード)</li>
<li>暑さ以外に密集地の3階建てで感じられた悩み(音・階層移動など)</li>
<li>戸建ての通気設備を選ぶときに確認すべきポイント</li>
<li>年代・住まいの形態別に見た、屋根裏換気ファンを選んだ割合の違い</li>
</ul>

<h2 id="hbkf2oc9f0">アンケート調査概要</h2>
<div class="article-table-scroll">
<table>
<thead>
<tr><th>項目</th><th>内容</th></tr>
</thead>
<tbody>
<tr><td data-th="項目">調査対象</td><td data-th="内容">横浜市内在住、または横浜市内での戸建て購入・建築を検討中の方</td></tr>
<tr><td data-th="項目">回答者数</td><td data-th="内容">35名</td></tr>
<tr><td data-th="項目">年代構成</td><td data-th="内容">30代13名／40代9名／20代以下6名／50代3名／60代3名／70代以上1名</td></tr>
<tr><td data-th="項目">住まいの形態</td><td data-th="内容">2階建て戸建て(持ち家)15名／マンション・その他10名／戸建て(借家・賃貸)7名／3階建て戸建て(持ち家)2名／中古戸建て(購入・リノベ)1名</td></tr>
<tr><td data-th="項目">調査方法</td><td data-th="内容">Webアンケートツールによる回答収集(全回答について内容確認・承認を実施)</td></tr>
<tr><td data-th="項目">調査実施</td><td data-th="内容">横浜で仲介手数料無料の不動産仲介を行う「つるハウス(株式会社鶴創建)」による独自調査</td></tr>
<tr><td data-th="項目">調査時期</td><td data-th="内容">2026年8月</td></tr>
<tr><td data-th="項目">注記</td><td data-th="内容">本記事は統計調査ではなく、実際の居住経験者の声をまとめたものです</td></tr>
</tbody>
</table>
</div>

<div class="article-cta-mid">
<p>横浜の3階建て・密集地の戸建てにまつわる暑さの悩みは、住まい選びの段階で解決できることも。仲介手数料無料の「つるハウス」で、横浜の戸建て物件を探してみませんか。</p>
<a href="/new/" class="article-cta-btn article-cta-btn-fill" target="_blank">横浜の戸建て物件を見る</a>
<a href="/contact/" class="article-cta-btn article-cta-btn-outline" target="_blank">つるハウスに相談する</a>
</div>

<h2 id="hlwryvqsvz">横浜の3階建て戸建ては本当に暑い？住民35人調査でわかった実態</h2>
<p>横浜の3階建て・住宅密集地の戸建てにおける暑さ対策として、快適な室内環境のために欲しい設備を35人に聞いたところ、最も回答が多かったのは「屋根裏・最上階用自動強制換気ファン」で、35人中15人(43%)でした。この結果からは、密集地や3階建てという住環境で、暑さ・熱ごもりを気にしている方が少なくないことがうかがえます。</p>

<h3 id="h2wtilbo0t">調査概要—横浜市在住・検討中の35人に聞いた「欲しい設備」</h3>
<p>今回の調査対象者は、横浜市内に在住、または横浜市内での戸建て購入・建築を検討中の35人です。年代は30代(13人)・40代(9人)が中心で、全体の6割以上を占めています。居住エリアは北部・南部西部・都心沿岸部・中部と広く分散しており、横浜市の特定エリアに偏らないデータとなっています。住まいの形態は2階建て戸建て(持ち家)が15人と最多で、マンション等から戸建てへの住み替えを検討中の層(10人)も一定数含まれています。この年代・エリア分布は今回の調査対象者35人に限った結果であり、横浜市全体の縮図ではない点を踏まえてお読みください。</p>

<h3 id="hze3n4z8vo">最多回答は「屋根裏・最上階用自動強制換気ファン」(35人中15人・43%)</h3>
<p>横浜の3階建て・密集地の戸建てで「最もこだわりたい・欲しい」室内設備を尋ねたところ、35人中15人(43%)が「屋根裏・最上階用自動強制換気ファン」を選びました。次点は「天窓(トップライト)+電動遮光ロールスクリーン」で6人にとどまり、1位との差は明確でした。</p>

<p class="article-chart-title">&nbsp;快適性・風通し・採光のために欲しい室内設備(n=35)</p>
<div class="article-chart">
<svg viewBox="0 0 700 430" xmlns="http://www.w3.org/2000/svg">
  <!-- 1位: 屋根裏換気ファン 15人 43% -->
  <path d="M 350,225 L 350,110 A 115,115 0 0,1 399.9,328.6 Z" style="fill:#4B6E3D;"></path>
  <!-- 2位: 天窓+遮光ロールスクリーン 6人 17% -->
  <path d="M 350,225 L 399.9,328.6 A 115,115 0 0,1 282.4,318.0 Z" style="fill:#7FA65C;"></path>
  <!-- 3位: 高遮音二重サッシ 5人 14% -->
  <path d="M 350,225 L 282.4,318.0 A 115,115 0 0,1 235.1,230.2 Z" style="fill:#A8C686;"></path>
  <!-- 4位: 室内昇降物干しユニット 4人 11% -->
  <path d="M 350,225 L 235.1,230.2 A 115,115 0 0,1 260.1,153.3 Z" style="fill:#D9A566;"></path>
  <!-- 5位: 遮熱スリットドア 3人 9% -->
  <path d="M 350,225 L 260.1,153.3 A 115,115 0 0,1 309.6,117.3 Z" style="fill:#C77B4D;"></path>
  <!-- 6位(その他・2件以下統合): 家庭用小型エレベーター等 2人 6% -->
  <path d="M 350,225 L 309.6,117.3 A 115,115 0 0,1 350,110 Z" style="fill:#B8AE9C;"></path>

  <!-- ラベル1: 屋根裏換気ファン(右側) -->
  <polyline points="472.0,197.6 494.4,192.6 514.4,192.6" style="fill:none;stroke:#9FB3C8;stroke-width:1;"></polyline>
  <text x="518.4" y="192.6" style="font-size:12px;fill:#4A5568;text-anchor:start;">屋根裏換気ファン</text>
  <text x="518.4" y="206.6" style="font-size:13px;font-weight:bold;fill:#F39800;text-anchor:start;">43%</text>

  <!-- ラベル2: 天窓+遮光ロールスクリーン(左側) -->
  <polyline points="338.8,349.5 336.7,372.4 316.7,372.4" style="fill:none;stroke:#9FB3C8;stroke-width:1;"></polyline>
  <text x="312.7" y="372.4" style="font-size:12px;fill:#4A5568;text-anchor:end;">天窓+遮光ロールスクリーン</text>
  <text x="312.7" y="386.4" style="font-size:13px;font-weight:bold;fill:#F39800;text-anchor:end;">17%</text>

  <!-- ラベル3: 高遮音二重サッシ(左側) -->
  <polyline points="239.8,284.2 219.6,295.1 199.6,295.1" style="fill:none;stroke:#9FB3C8;stroke-width:1;"></polyline>
  <text x="195.6" y="295.1" style="font-size:12px;fill:#4A5568;text-anchor:end;">高遮音二重サッシ</text>
  <text x="195.6" y="309.1" style="font-size:13px;font-weight:bold;fill:#F39800;text-anchor:end;">14%</text>

  <!-- ラベル4: 室内昇降物干しユニット(左側) -->
  <polyline points="231.1,186.4 209.1,179.3 189.1,179.3" style="fill:none;stroke:#9FB3C8;stroke-width:1;"></polyline>
  <text x="185.1" y="179.3" style="font-size:12px;fill:#4A5568;text-anchor:end;">室内昇降物干しユニット</text>
  <text x="185.1" y="193.3" style="font-size:13px;font-weight:bold;fill:#F39800;text-anchor:end;">11%</text>

  <!-- ラベル5: 遮熱スリットドア(左側) -->
  <polyline points="276.5,123.9 263.0,105.3 243.0,105.3" style="fill:none;stroke:#9FB3C8;stroke-width:1;"></polyline>
  <text x="239.0" y="105.3" style="font-size:12px;fill:#4A5568;text-anchor:end;">遮熱スリットドア</text>
  <text x="239.0" y="119.3" style="font-size:13px;font-weight:bold;fill:#F39800;text-anchor:end;">9%</text>

  <!-- ラベル6: その他(左側) -->
  <polyline points="327.7,102.0 323.6,79.4 303.6,79.4" style="fill:none;stroke:#9FB3C8;stroke-width:1;"></polyline>
  <text x="299.6" y="79.4" style="font-size:12px;fill:#4A5568;text-anchor:end;">その他(家庭用小型エレベーター等)</text>
  <text x="299.6" y="93.4" style="font-size:13px;font-weight:bold;fill:#F39800;text-anchor:end;">6%</text>
</svg>
</div>

<p>グラフからは、6つの選択肢のうち「屋根裏・最上階用自動強制換気ファン」(15人)が突出して多く、2位の「天窓+電動遮光ロールスクリーン」(6人)、3位の「高遮音二重サッシ」(5人)を大きく上回っていることが読み取れます。換気・排熱に関わる設備が上位を占めている点から、暑さや湿気への関心の高さが読み取れる一方、「家庭用小型エレベーター」(2人・※参考傾向)のように階層移動など別の悩みを抱える方も少数ながら見られます。</p>
<p>なお15人という結果は35人中の43%であり、残り20人(57%)は他の設備を選んでいる点も見落とさないようにしましょう。</p>

<div class="article-table-scroll">
<table>
<thead><tr><th>設備(選択肢)</th><th>回答数</th><th>割合</th></tr></thead>
<tbody>
<tr><td data-th="設備(選択肢)">屋根裏・最上階用自動強制換気ファン</td><td data-th="回答数">15人</td><td data-th="割合">43%</td></tr>
<tr><td data-th="設備(選択肢)">天窓(トップライト)+電動遮光ロールスクリーン</td><td data-th="回答数">6人</td><td data-th="割合">17%</td></tr>
<tr><td data-th="設備(選択肢)">高遮音二重サッシ</td><td data-th="回答数">5人</td><td data-th="割合">14%</td></tr>
<tr><td data-th="設備(選択肢)">室内昇降物干しユニット</td><td data-th="回答数">4人</td><td data-th="割合">11%</td></tr>
<tr><td data-th="設備(選択肢)">遮熱スリットドア</td><td data-th="回答数">3人</td><td data-th="割合">9%</td></tr>
<tr><td data-th="設備(選択肢)">その他(家庭用小型エレベーター等・※参考傾向)</td><td data-th="回答数">2人</td><td data-th="割合">6%</td></tr>
</tbody>
</table>
</div>

<h2 id="h06q3mhow5">屋根裏換気ファンとは？35人中15人が選んだ理由</h2>
<p>「最もこだわりたい・欲しい」室内設備の質問で最も多く選ばれた「屋根裏・最上階用自動強制換気ファン」(35人中15人)について、自由記述を見ると、夏場に上層階へ熱がこもりやすいと感じた体験が複数寄せられていました。屋根裏換気ファンが支持される背景には、密集地や3階建てという住環境ならではの悩みがうかがえます。</p>

<h3 id="h9jdpj9olj">2位以下の設備との差—天窓+電動遮光ロールスクリーンは6人</h3>
<p>横浜の3階建て・密集地の戸建てで「最もこだわりたい・欲しい」室内設備の質問で2番目に多かった回答は「天窓(トップライト)・高窓+電動遮光ロールスクリーン」で、35人中6人でした。1位の屋根裏換気ファン(15人)とは9人の差があり、両者の間には明確な差が見られます。天窓+ロールスクリーンは採光を重視した選択と考えられ、換気ファンとは異なる悩み(暗さ)に対応する設備といえます。ただし、この差はあくまで「欲しい設備」として選ばれた回答数であり、実際の設置効果を比較したものではない点にはご留意ください。</p>

<h3 id="h837n382iy">実際に効果を感じた人の声</h3>
<p>自由記述では、屋根裏換気ファンに関する体験として、上層階の熱こもりや冷房効率への言及が複数見られました。</p>

<div class="article-voice-box">
<p>内見時に案内された都筑区の戸建てで、3階の部屋が午後になると蒸し風呂のようでしたが、担当者から友人宅の屋根裏換気ファン後付け事例を聞き、室温が2〜3度下がったという話が印象に残りました。</p>
<p class="article-voice-attr">——30代の居住経験者</p>
</div>

<p>同様に、内見の場での体験を語る声もありました。</p>

<div class="article-voice-box">
<p>瀬谷区の戸建てを内見した際、3階の部屋に入った瞬間に熱気がこもっているのを感じ、担当者から「このエリアは風が抜けにくいので、換気ファンがあると違う」と説明を受けました。</p>
<p class="article-voice-attr">——40代の居住経験者</p>
</div>

<p>いずれも内見や知人宅での体験を通じて換気ファンの必要性を実感したという内容で、実際に導入した後の変化(室温の低下など)に言及する声も見られました。</p>

<div class="article-cta-mid">
<p>屋根裏換気ファンのような通気設備は、物件によって導入状況もさまざまです。横浜エリアで暑さ対策も含めた物件選びを検討したい方は、仲介手数料無料の「つるハウス」にお気軽にご相談ください。</p>
<a href="/contact/" class="article-cta-btn article-cta-btn-fill" target="_blank">まずは無料で相談する</a>
<a href="/used/" class="article-cta-btn article-cta-btn-outline" target="_blank">中古戸建ての物件一覧を見る</a>
</div>

<h2 id="hup8jno0z2">密集地に住む人が「暑い」と感じた瞬間—リアルな体験談</h2>
<p>横浜の住宅密集地に住む3階建て戸建て住民からは、暑さだけでなく「音の伝わりやすさ」や「階層移動の負担」についても実体験の声が寄せられました。自由記述には、密集地に住む中で感じた住宅の悩みが年代を問わず具体的なエピソードとして記録されています。</p>

<h3 id="hpkfvxr8dw">「暑さ・湿気」に関する体験談</h3>
<p>自由記述では、夏場の湿気や熱ごもりに関する声が複数の年代から寄せられました。特に上層階や最上階に関する言及が目立ちます。</p>

<div class="article-voice-box">
<p>横浜の夏は湿気が強く、三階建ての上層階は熱がこもりやすいと感じました。夜になっても室温が下がらず眠りにくい日が続き、窓を開けても風が通らない日には換気の難しさを痛感したそうです。</p>
<p class="article-voice-attr">——40代の居住経験者</p>
</div>

<p>マンション住まいの経験から戸建ての暑さ対策を意識した声もありました。</p>

<div class="article-voice-box">
<p>マンションの最上階に住んでいた際、夏場は熱がこもり困っていたそうです。リフォームで壁を一つ抜いて風通しを良くしたことで改善したものの、最上階用の換気設備があればさらに快適になると感じたといいます。</p>
<p class="article-voice-attr">——30代の居住経験者</p>
</div>

<p>いずれも「上層階特有の暑さ」という共通点がありますが、感じ方や対処法は住まいの構造によって異なる点にもご留意ください。</p>

<h3 id="hcr6ou0w8v">「音・階層移動」に関する体験談</h3>
<p>音や階層移動に関する体験談も複数寄せられており、密集地特有の悩みとして暑さとは別に挙がっています。</p>

<div class="article-voice-box">
<p>隣家との距離が狭いため、幼児の泣き声やピアノの音が想定外に気になったそうです。遮音性の高い二重窓サッシが必須だと感じたといいます。</p>
<p class="article-voice-attr">——70代以上の居住経験者</p>
</div>

<p>将来の暮らしを見据えた声も見られました。</p>

<div class="article-voice-box">
<p>横浜では土地の価格や形状の関係で3階建て住宅も多いと聞きます。若いうちは階段移動が気にならなくても、年齢を重ねると毎日の上り下りが負担になる可能性があり、生活動線をよく考える必要があると感じたそうです。</p>
<p class="article-voice-attr">——60代の居住経験者</p>
</div>

<p>音や階層移動への悩みは暑さとは異なる種類の負担ですが、いずれも密集地・3階建てという住環境に共通して見られる声であり、次章で紹介する設備選びのポイントにもつながる内容といえます。</p>

<h2 id="h5ark5r6bm">戸建ての通気設備を選ぶときに確認したい3つのポイント</h2>
<p>横浜の3階建て・密集地の戸建てで通気設備を選ぶ際は、①上層階の熱ごもり対策、②採光と遮熱の両立、③居住者の年代・生活スタイルに合った設備、の3点を確認するとよいでしょう。ここまで紹介したデータからは、暑さ対策としての通気設備は単独で選ぶものではなく、他の悩みとあわせて検討されている実態が見えてきました。</p>

<h3 id="hwlrv1vtbb">密集地×3階建てに住む/検討する人が確認すべきチェックリスト</h3>
<p>それぞれのポイントについて、根拠を整理すると以下の通りです。</p>
<ul>
<li>
<strong>①上層階の熱ごもり対策:</strong>35人中15人が屋根裏・最上階用自動強制換気ファンを選んでおり、体験談でも上層階の熱こもりに関する声が複数見られました
<div class="article-chart-inline">
<svg viewBox="0 0 260 100" xmlns="http://www.w3.org/2000/svg">
<path d="M45,45 L45,7 A38,38 0 0,1 61.18,79.38 Z" style="fill:#F39800;"></path>
<path d="M45,45 L61.18,79.38 A38,38 0 1,1 45,7 Z" style="fill:#E3E8EE;"></path>
<text x="130" y="40" style="font-size:20px;font-weight:bold;fill:#F39800;">43%</text>
<text x="130" y="60" style="font-size:12px;fill:#6b7686;">35人中15人が選択</text>
</svg>
</div>
</li>
<li>
<strong>②採光と遮熱の両立:</strong>2位の天窓+電動遮光ロールスクリーン(6人)が示すように、暑さ対策だけでなく採光面の悩みも同時に抱えているケースがあります
<div class="article-chart-inline">
<svg viewBox="0 0 260 100" xmlns="http://www.w3.org/2000/svg">
<path d="M45,45 L45,7 A38,38 0 0,1 78.3,26.69 Z" style="fill:#F39800;"></path>
<path d="M45,45 L78.3,26.69 A38,38 0 1,1 45,7 Z" style="fill:#E3E8EE;"></path>
<text x="130" y="40" style="font-size:20px;font-weight:bold;fill:#F39800;">17%</text>
<text x="130" y="60" style="font-size:12px;fill:#6b7686;">35人中6人が選択</text>
</svg>
</div>
</li>
<li>
<strong>③居住者の年代・生活スタイルに合った設備:</strong>音や階層移動への言及も見られ、暑さ以外の悩みと合わせて設備を検討する視点が必要です
<div class="article-chart-inline">
<svg viewBox="0 0 320 120" xmlns="http://www.w3.org/2000/svg">
<rect x="120" y="10" width="70" height="24" rx="2" style="fill:#B7C4D6;"></rect>
<text x="112" y="27" style="font-size:11px;fill:#333;text-anchor:end;">暑さ・湿気</text>
<text x="196" y="27" style="font-size:12px;font-weight:bold;fill:#7A8CA8;text-anchor:start;">50%(16/32件)</text>
<rect x="120" y="42" width="26" height="24" rx="2" style="fill:#F39800;"></rect>
<text x="112" y="59" style="font-size:11px;fill:#333;text-anchor:end;">階層移動</text>
<text x="152" y="59" style="font-size:12px;font-weight:bold;fill:#F39800;text-anchor:start;">19%(6/32件)</text>
<rect x="120" y="74" width="22" height="24" rx="2" style="fill:#F39800;"></rect>
<text x="112" y="91" style="font-size:11px;fill:#333;text-anchor:end;">音</text>
<text x="148" y="91" style="font-size:12px;font-weight:bold;fill:#F39800;text-anchor:start;">16%(5/32件)</text>
</svg>
</div>
</li>
</ul>
<div class="article-notice-box">※③のグラフは自由記述(有効回答32件)をテーマ別に分類した目安の件数です。1件の回答が複数テーマに触れている場合があるため、合計は32件を超える場合があります。</div>
<p>このチェックリストは今回の調査対象者35人の回答傾向をもとにしたものであり、実際に最適な設備は住まいの構造や方角によって変わってきます。</p>

<h3 id="hg3roej1f8">年代・住まいの形態別に見る、屋根裏換気ファンを選んだ割合の違い</h3>
<p>屋根裏・最上階用自動強制換気ファンを選んだ割合は、40代とマンション等から戸建てへの住み替えを検討中の層で特に高い傾向でした。</p>

<p class="article-chart-title">年代別の選択率</p>
<div class="article-chart">
<svg viewBox="0 0 700 300" xmlns="http://www.w3.org/2000/svg">
  <!-- 40代 67% (headline) -->
  <rect x="210" y="24" width="255" height="30" rx="2" style="fill:#F39800;"></rect>
  <text x="200" y="44" style="font-size:13px;fill:#333;text-anchor:end;">40代</text>
  <text x="473" y="41" style="font-size:14px;font-weight:bold;fill:#F39800;text-anchor:start;">67%</text>
  <text x="473" y="54" style="font-size:11px;fill:#6b7686;text-anchor:start;">9人中6人</text>

  <!-- 50代 67% (参考・小サンプル) -->
  <rect x="210" y="68" width="255" height="30" rx="2" style="fill:#B7C4D6;"></rect>
  <text x="200" y="88" style="font-size:13px;fill:#333;text-anchor:end;">50代</text>
  <text x="473" y="85" style="font-size:14px;font-weight:bold;fill:#7A8CA8;text-anchor:start;">67%</text>
  <text x="473" y="98" style="font-size:11px;fill:#6b7686;text-anchor:start;">3人中2人・※参考</text>

  <!-- 30代 38% -->
  <rect x="210" y="112" width="144" height="30" rx="2" style="fill:#3E6EA1;"></rect>
  <text x="200" y="132" style="font-size:13px;fill:#333;text-anchor:end;">30代</text>
  <text x="362" y="129" style="font-size:14px;font-weight:bold;fill:#3E6EA1;text-anchor:start;">38%</text>
  <text x="362" y="142" style="font-size:11px;fill:#6b7686;text-anchor:start;">13人中5人</text>

  <!-- 60代 33% (参考) -->
  <rect x="210" y="156" width="125" height="30" rx="2" style="fill:#B7C4D6;"></rect>
  <text x="200" y="176" style="font-size:13px;fill:#333;text-anchor:end;">60代</text>
  <text x="343" y="173" style="font-size:14px;font-weight:bold;fill:#7A8CA8;text-anchor:start;">33%</text>
  <text x="343" y="186" style="font-size:11px;fill:#6b7686;text-anchor:start;">3人中1人・※参考</text>

  <!-- 20代以下 17% -->
  <rect x="210" y="200" width="65" height="30" rx="2" style="fill:#3E6EA1;"></rect>
  <text x="200" y="220" style="font-size:13px;fill:#333;text-anchor:end;">20代以下</text>
  <text x="283" y="217" style="font-size:14px;font-weight:bold;fill:#3E6EA1;text-anchor:start;">17%</text>
  <text x="283" y="230" style="font-size:11px;fill:#6b7686;text-anchor:start;">6人中1人</text>

  <!-- 70代以上 0% (参考・バーなし) -->
  <text x="200" y="264" style="font-size:13px;fill:#333;text-anchor:end;">70代以上</text>
  <text x="218" y="261" style="font-size:14px;font-weight:bold;fill:#7A8CA8;text-anchor:start;">0%</text>
  <text x="218" y="274" style="font-size:11px;fill:#6b7686;text-anchor:start;">1人中0人・※参考</text>
</svg>
</div>

<p class="article-chart-title">住まいの形態別の選択率</p>
<div class="article-chart">
<svg viewBox="0 0 700 260" xmlns="http://www.w3.org/2000/svg">
  <!-- 中古戸建て 100% (参考・小サンプル) -->
  <rect x="210" y="24" width="380" height="30" rx="2" style="fill:#B7C4D6;"></rect>
  <text x="200" y="44" style="font-size:13px;fill:#333;text-anchor:end;">中古戸建て</text>
  <text x="598" y="41" style="font-size:14px;font-weight:bold;fill:#7A8CA8;text-anchor:start;">100%</text>
  <text x="598" y="54" style="font-size:11px;fill:#6b7686;text-anchor:start;">1人中1人・※参考</text>

  <!-- マンション・その他 70% (headline) -->
  <rect x="210" y="68" width="266" height="30" rx="2" style="fill:#F39800;"></rect>
  <text x="200" y="88" style="font-size:13px;fill:#333;text-anchor:end;">マンション・その他</text>
  <text x="484" y="85" style="font-size:14px;font-weight:bold;fill:#F39800;text-anchor:start;">70%</text>
  <text x="484" y="98" style="font-size:11px;fill:#6b7686;text-anchor:start;">10人中7人</text>

  <!-- 3階建て戸建て(持ち家) 50% (参考) -->
  <rect x="210" y="112" width="190" height="30" rx="2" style="fill:#B7C4D6;"></rect>
  <text x="200" y="132" style="font-size:13px;fill:#333;text-anchor:end;">3階建て(持ち家)</text>
  <text x="408" y="129" style="font-size:14px;font-weight:bold;fill:#7A8CA8;text-anchor:start;">50%</text>
  <text x="408" y="142" style="font-size:11px;fill:#6b7686;text-anchor:start;">2人中1人・※参考</text>

  <!-- 戸建て(借家・賃貸) 43% -->
  <rect x="210" y="156" width="163" height="30" rx="2" style="fill:#3E6EA1;"></rect>
  <text x="200" y="176" style="font-size:13px;fill:#333;text-anchor:end;">戸建て(借家・賃貸)</text>
  <text x="381" y="173" style="font-size:14px;font-weight:bold;fill:#3E6EA1;text-anchor:start;">43%</text>
  <text x="381" y="186" style="font-size:11px;fill:#6b7686;text-anchor:start;">7人中3人</text>

  <!-- 2階建て戸建て(持ち家) 20% -->
  <rect x="210" y="200" width="76" height="30" rx="2" style="fill:#3E6EA1;"></rect>
  <text x="200" y="220" style="font-size:13px;fill:#333;text-anchor:end;">2階建て(持ち家)</text>
  <text x="294" y="217" style="font-size:14px;font-weight:bold;fill:#3E6EA1;text-anchor:start;">20%</text>
  <text x="294" y="230" style="font-size:11px;fill:#6b7686;text-anchor:start;">15人中3人</text>
</svg>
</div>

<p>40代(9人中6人・67%)は30代(13人中5人・38%)より高く、住み替え検討層(10人中7人・70%)は既に2階建て戸建てに住む層(15人中3人・20%)を大きく上回りました。</p>
<div class="article-notice-box">※薄い色のバー(50代・60代・70代以上、3階建て(持ち家)・中古戸建て)は回答数が3人以下のため参考値です。</div>

<h2 id="h7cw9kmhbp">よくある質問</h2>

<div class="article-faq-box">
<h3 id="h11n9dosj8">Q1. 横浜の3階建て戸建てはなぜ暑くなりやすいと言われるのですか？</h3>
<p>A. 今回の調査(n=35)では、上層階の熱こもりを意識している方が多いことがうかがえます。横浜の住宅密集地・3階建て戸建てに住む(検討する)35人のうち15人(43%)が、欲しい室内設備として「屋根裏・最上階用自動強制換気ファン」を選んでいました。自由記述の回答でも「風が抜けにくい」といった声が複数見られました。</p>
</div>

<div class="article-faq-box">
<h3 id="hxsajn557l">Q2. 屋根裏換気ファンにはどんな効果があるとされていますか？</h3>
<p>A. 上層階にこもった熱を排出し、室温の低下や冷房効率の改善を感じたという声が複数寄せられています。「知人宅で屋根裏換気ファンを後付けしたところ、室温が2〜3度下がった」という体験談があり、夜の寝苦しさが軽減されたという声も見られました。</p>
</div>

<div class="article-faq-box">
<h3 id="h5hdbsz8jr">Q3. 戸建ての通気設備を選ぶときに重視すべき点は何ですか？</h3>
<p>A. ①上層階の熱ごもり対策、②採光と遮熱の両立、③居住者の年代・生活スタイルに合った設備、の3点を確認するとよいでしょう。今回の調査でも、暑さ対策の設備だけでなく採光面の悩み(天窓+電動遮光ロールスクリーンを選んだ6人)や、将来の生活動線を考慮する声が見られました。</p>
</div>

<div class="article-faq-box">
<h3 id="hy62kel96k">Q4. 密集地に住む戸建てでは暑さ以外にどんな悩みがありますか？</h3>
<p>A. 音の伝わりやすさや階層移動の負担が、暑さ以外の悩みとして挙げられています。自由記述では「隣家との距離が狭く、幼児の泣き声やピアノの音が気になった」「年齢を重ねると階段の上り下りが負担になる」といった声が見られました。</p>
</div>

<h2 id="hb7medmqqk">まとめ</h2>
<p>横浜の3階建て・密集地の戸建てで欲しい室内設備を聞いたところ、35人中15人が屋根裏換気ファンを選び、暑さ・熱こもりへの関心がうかがえました。合わせて音や階層移動の悩みも見られ、通気設備は暑さ対策としての効果に加え、採光との両立・生活スタイルへの適合という3つの視点で選ぶことが大切です。</p>

<div class="article-cta">
<p><strong>横浜で「暑さに悩まない戸建て」を、つるハウスと一緒に探しませんか</strong></p>
<p>横浜エリアの仲介手数料無料の戸建て・中古住宅を扱う「つるハウス(株式会社鶴創建)」では、こうした住環境の悩みも踏まえた物件選びのご相談を承っています。まずは気軽な相談から始めてみませんか。</p>
<p><a href="/contact/" class="article-cta-btn article-cta-btn-fill" id="article-cta-pulse-btn" target="_blank">今すぐつるハウスに無料で相談する</a><span style="font-size: 15px;">
</span><a href="/new/" class="article-cta-btn article-cta-btn-outline" target="_blank">横浜の戸建て物件を見てみる</a></p></div>

</div>

<style>
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;700&display=swap');
.article-decorated-wrapper {
  font-family: "Noto Sans JP","Hiragino Kaku Gothic ProN","Meiryo",sans-serif;
  color:#333;line-height:1.85;font-size:15px;max-width:860px;margin:0 auto;
}
.article-decorated-wrapper * { box-sizing:border-box; }
.article-decorated-wrapper h2 {
  font-size:1.25em;line-height:1.55;margin:44px 0 16px;padding:12px 16px;
  color:#2C5580;background:#EEF3F8;border-left:5px solid #3E6EA1;border-radius:2px;
}
.article-decorated-wrapper h3 {
  font-size:1.05em;line-height:1.6;margin:28px 0 10px;padding-bottom:6px;
  color:#2C5580;border-bottom:2px solid #3E6EA1;
}
.article-decorated-wrapper p { margin:0 0 14px; }
.article-decorated-wrapper ul { margin:12px 0 20px;padding-left:1.4em; }
.article-decorated-wrapper li { margin-bottom:6px;line-height:1.75; }
.article-table-scroll { overflow-x:auto;-webkit-overflow-scrolling:touch;margin:18px 0; }
.article-decorated-wrapper table { width:100%;min-width:540px;border-collapse:collapse;font-size:14px; }
.article-decorated-wrapper th,
.article-decorated-wrapper td { border:1px solid #C9D6E3;padding:10px 13px;text-align:left;vertical-align:middle; }
.article-decorated-wrapper th { background:#3E6EA1;color:#fff;font-weight:700;white-space:nowrap; }
.article-decorated-wrapper td { background:#fff; }
.article-decorated-wrapper tr:nth-child(even) td { background:#F3F7FA; }
.article-chart { margin:22px 0;padding:20px 16px;border:1px solid #C9D6E3;background:#fff;border-radius:3px; }
.article-chart svg { width:100%;height:auto;display:block; }
.article-chart-inline { margin:10px 0 4px;padding:10px 12px;background:#FAFBFC;border:1px solid #E3E8EE;border-radius:3px;max-width:340px; }
.article-chart-inline svg { width:100%;height:auto;display:block; }
.article-chart-title { margin:0 0 14px;font-weight:700;color:#2C5580;text-align:center;font-size:1em; }
.article-faq-box { margin:16px 0;padding:16px 20px;background:#F3F7FA;border:1px solid #C9D6E3;border-radius:3px; }
.article-faq-box h3 { margin-top:0;font-size:1em; }
.article-faq-box p { font-size:14px;margin:6px 0 0;line-height:1.8; }
.article-cta { margin:36px 0 16px;padding:24px 22px;text-align:center;background:#fff;color:#2C5580;border:2px solid #3E6EA1;border-radius:4px; }
.article-cta p { color:#2C5580;margin:0 0 10px;font-size:14px; }
.article-cta strong { font-size:16px; }
.article-cta-btn { display:inline-block;margin:8px 6px;padding:11px 22px;text-decoration:none;font-weight:700;font-size:14px;letter-spacing:0.04em;border-radius:3px; }
.article-cta-btn-fill { background:#F39800;color:#fff;border:2px solid #F39800; }
.article-cta-btn-outline { background:transparent;color:#2C5580;border:2px solid #3E6EA1; }
.article-cta-btn-fill:hover { opacity:0.85; }
.article-cta-btn-outline:hover { background:#3E6EA1;color:#fff; }
.article-cta-mid { margin:26px 0;padding:16px 20px;text-align:center;background:#EEF3F8;border:1px solid #C9D6E3;border-radius:3px; }
.article-cta-mid p { margin:0 0 8px;font-size:13px;color:#2C5580; }
.article-cta-mid a { color:#3E6EA1;font-weight:700;font-size:14px;text-decoration:underline;text-underline-offset:3px; }
.article-cta-mid a:hover { color:#F39800; }
.article-notice-box { margin:12px 0;padding:10px 15px;background:#F3F7FA;border:1px solid #C9D6E3;border-radius:3px;color:#2C5580;font-size:12px; }
.article-reading-note { margin:6px 0 18px;font-size:13.5px;color:#3E6EA1;line-height:1.75; }
.article-voice-box { margin:12px 0;padding:14px 18px 14px 46px;background:#fff;border:1px solid #C9D6E3;border-left:4px solid #3E6EA1;border-radius:3px;font-size:14px;position:relative;line-height:1.85; }
.article-voice-box::before { content:"\201C";position:absolute;left:12px;top:8px;font-size:32px;color:#3E6EA1;opacity:0.35;font-family:Georgia,serif;line-height:1; }
.article-voice-box p { margin:0 0 4px; }
.article-voice-box .article-voice-attr { font-size:12px;color:#888;margin:0; }
@media (max-width:768px) {
  .article-decorated-wrapper h2 { font-size:1.1em;padding:10px 12px; }
  .article-decorated-wrapper h3 { font-size:1em; }
}
#article-cta-pulse-btn {
  animation: articleCtaPulse 2s ease-in-out infinite;
  background: linear-gradient(135deg, #FFA733, #E67E00) !important;
  border-color: #E67E00 !important;
}
@keyframes articleCtaPulse {
  0% { transform: scale(1); }
  50% { transform: scale(1.03); }
  100% { transform: scale(1); }
}
</style>]]></description>
            <pubDate>2026-08-27</pubDate>
        </item>
                
        <item>
            <title> 【41人に調査】横浜市で住宅購入した人の頭金はいくら？後悔しない決め方とは</title>
            <link>https://www.tsuruhouse.jp/blog/entry-823462/</link>
            <description><![CDATA[


<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>【41人に調査】横浜市で住宅購入した人の頭金はいくら？後悔しない決め方とは</title>



<div class="article-decorated-wrapper">

<div style="text-align:leftoriginal;word-break: break-all;"><p class="clearfix"><img src="//cdn.img-asp.jp/cms/822498_1_0_0_1.jpg" style="max-width: 100%;float:left;" alt="横浜の住宅購入、体験者の83%が『補助金に強い担当者』を選ぶべきと回答した理由"></p></div><div><div><div><div><div><div><span style="font-weight: bold;">つるハウス(運営会社：株式会社 鶴創建、代表者：渡邊 智也)は横浜市で居住用の不動産購入をされた方41人を対象に「住宅購入の頭金と暮らし」について簡単なアンケート調査を実施し、そのデータをまとめました。</span></div><div><br></div></div></div></div></div></div><p>マイホームの購入を検討し始めたとき、最初に直面する悩みが「頭金」ではないでしょうか？今回、横浜市で実際に住宅を購入した41人にアンケートを実施したところ、最も多かったのは「300〜500万円未満」(41人中12人・29%)でした。この記事では、頭金の金額分布に加え、決め方の基準や「入れて良かった」「もっと入れれば良かった」というリアルな後悔・満足の声まで、実例をもとに紹介します。自分の頭金額を考える際の参考にしてください。</p>

<div class="blog-index" style="border:1px solid #8c8c8c;background-color: #f9f9f9;padding:20px;margin:10px 0;"><span style="font-size: 110%;font-weight: bold;padding: 3px;">【目次】</span><ul><li><a style="color: rgb(7, 81, 154); line-height: 2;" href="javascript:void(0)" onclick="scrollToHTag('#hr1tkqy4ht')">・アンケート調査概要</a></li><li>&nbsp;&nbsp;&nbsp;&nbsp;<a style="color: rgb(7, 81, 154); line-height: 2;" href="javascript:void(0)" onclick="scrollToHTag('#hbojypt0dz')">・横浜市の住宅購入者41人、頭金はいくら用意した？金額の分布を公開</a></li><li><a style="color: rgb(7, 81, 154); line-height: 2;" href="javascript:void(0)" onclick="scrollToHTag('#h89z1b8ocb')">・頭金の決め方で複数の回答者が重視していたポイント</a></li><li>&nbsp;&nbsp;&nbsp;&nbsp;<a style="color: rgb(7, 81, 154); line-height: 2;" href="javascript:void(0)" onclick="scrollToHTag('#h55uqz6gv9')">・頭金を決めた後の本音「頭金 後悔」はあった？満足・後悔の声を紹介</a></li><li>&nbsp;&nbsp;&nbsp;&nbsp;<a style="color: rgb(7, 81, 154); line-height: 2;" href="javascript:void(0)" onclick="scrollToHTag('#hmrrz6bfxf')">・頭金なし（フルローン）を選んだ人はどうだった？少数派のリアルケース</a></li><li>&nbsp;&nbsp;&nbsp;&nbsp;<a style="color: rgb(7, 81, 154); line-height: 2;" href="javascript:void(0)" onclick="scrollToHTag('#h719qknohk')">・よくある質問</a></li><li><a style="color: rgb(7, 81, 154); line-height: 2;" href="javascript:void(0)" onclick="scrollToHTag('#h0nhlpw67s')">・Q：住宅購入の頭金はいくら用意するのが一般的ですか？</a></li><li><a style="color: rgb(7, 81, 154); line-height: 2;" href="javascript:void(0)" onclick="scrollToHTag('#h0m71o6pyr')">・Q：頭金の平均額はどのくらいですか？</a></li><li><a style="color: rgb(7, 81, 154); line-height: 2;" href="javascript:void(0)" onclick="scrollToHTag('#h3z0xkcwa5')">・Q：頭金の決め方は何を基準にすればいいですか？</a></li><li><a style="color: rgb(7, 81, 154); line-height: 2;" href="javascript:void(0)" onclick="scrollToHTag('#hyi7zb9uiu')">・Q：頭金で後悔することはありますか？</a></li><li><a style="color: rgb(7, 81, 154); line-height: 2;" href="javascript:void(0)" onclick="scrollToHTag('#hcmcnj3x2x')">・Q：頭金なし（フルローン）で住宅購入する人はどれくらいいますか？</a></li><li>&nbsp;&nbsp;&nbsp;&nbsp;<a style="color: rgb(7, 81, 154); line-height: 2;" href="javascript:void(0)" onclick="scrollToHTag('#h05v0e8uxe')">・まとめ</a></li></ul></div><p><strong>この記事でわかること</strong></p>
<ul>
<li>横浜市の住宅購入者41人が実際に用意した頭金額の分布</li>
<li>最も多かった頭金の金額帯とその割合</li>
<li>頭金額を決める際に重視されていた考え方の基準</li>
<li>「もっと入れれば良かった」「手元に残してよかった」という実感の声</li>
<li>頭金なし（フルローン）を選んだ人の実情</li>
</ul>

<h3 id="hr1tkqy4ht">アンケート調査概要</h3>
<div class="article-table-scroll">
<table>
<thead>
<tr><th>項目</th><th>内容</th></tr>
</thead>
<tbody>
<tr><td data-th="項目">調査対象</td><td data-th="内容">横浜市内で住宅を購入した方</td></tr>
<tr><td data-th="項目">回答者数</td><td data-th="内容">41名</td></tr>
<tr><td data-th="項目">居住エリア内訳</td><td data-th="内容">港北区9名、青葉区6名、都筑区3名、港南区3名、神奈川区2名、鶴見区2名、旭区2名、そのほか泉区・西区・栄区・戸塚区・金沢区・南区・磯子区・緑区が各1名など、市内広域から回答</td></tr>
<tr><td data-th="項目">年代構成</td><td data-th="内容">30代39%、40代29%、50代15%、20代以下10%、60代以上7%</td></tr>
<tr><td data-th="項目">購入形態（家族構成）</td><td data-th="内容">夫婦＋子ども63%、夫婦のみ22%、独身12%、二世帯同居2%（※二世帯同居は1名の回答のため参考値）</td></tr>
<tr><td data-th="項目">調査方法</td><td data-th="内容">Webアンケートフォームによる自記式調査</td></tr>
<tr><td data-th="項目">注記</td><td data-th="内容">本記事は統計調査ではなく、実際の居住経験者の声をまとめたものです</td></tr>
</tbody>
</table>
</div>

<h2 id="hbojypt0dz">横浜市の住宅購入者41人、頭金はいくら用意した？金額の分布を公開</h2>

<p>横浜市の住宅購入者41人へのアンケートでは、「300〜500万円未満」が全体の29%(41人中12人)で最も多い結果となりました。次に多かったのは「500〜1,000万円未満」(41人中9人・22%)で、この2つの金額帯を合わせると回答者の半数以上が該当します。頭金の相場感として、まずはこの2つの帯を目安にするとイメージがつかみやすいでしょう。物件価格や世帯の収入状況によって適正な頭金額は大きく変わるため、この金額帯をそのまま自分のケースに当てはめて判断するのは避けたい点です。実際の金額分布は以下のグラフの通りです。</p>

<p class="article-chart-title">頭金額の分布（横浜市の住宅購入者41人・回答数の多い順）</p>
<div class="article-chart">
<svg viewBox="0 0 700 430" xmlns="http://www.w3.org/2000/svg">
<path d="M350,225 L350,110 A115,115 0 0,1 460.81,255.64 Z" style="fill:#4B6E3D;stroke:#fff;stroke-width:2;"></path>
<path d="M350,225 L460.81,255.64 A115,115 0 0,1 341.19,339.67 Z" style="fill:#7C9473;stroke:#fff;stroke-width:2;"></path>
<path d="M350,225 L341.19,339.67 A115,115 0 0,1 245.04,272.00 Z" style="fill:#C9A227;stroke:#fff;stroke-width:2;"></path>
<path d="M350,225 L245.04,272.00 A115,115 0 0,1 249.03,169.95 Z" style="fill:#B5651D;stroke:#fff;stroke-width:2;"></path>
<path d="M350,225 L249.03,169.95 A115,115 0 0,1 315.29,115.36 Z" style="fill:#8C6E4B;stroke:#fff;stroke-width:2;"></path>
<path d="M350,225 L315.29,115.36 A115,115 0 0,1 350,110 Z" style="fill:#A9A9A9;stroke:#fff;stroke-width:2;"></path>

<polyline points="449.39,149.19 467.68,135.24 507.68,135.24" style="fill:none;stroke:#1B4F72;stroke-width:1;"></polyline>
<text x="512.68" y="130.24" text-anchor="start" style="font-size:12px;fill:#52514e;">300〜500万円未満</text>
<text x="512.68" y="146.24" text-anchor="start" style="font-size:13px;font-weight:bold;fill:#C8712E;">29%</text>

<polyline points="421.94,327.21 435.17,346.02 475.17,346.02" style="fill:none;stroke:#1B4F72;stroke-width:1;"></polyline>
<text x="480.17" y="341.02" text-anchor="start" style="font-size:12px;fill:#52514e;">500〜1,000万円未満</text>
<text x="480.17" y="357.02" text-anchor="start" style="font-size:13px;font-weight:bold;fill:#C8712E;">22%</text>

<polyline points="278.06,327.21 264.83,346.02 224.83,346.02" style="fill:none;stroke:#1B4F72;stroke-width:1;"></polyline>
<text x="219.83" y="341.02" text-anchor="end" style="font-size:12px;fill:#52514e;">100〜300万円未満</text>
<text x="219.83" y="357.02" text-anchor="end" style="font-size:13px;font-weight:bold;fill:#C8712E;">17%</text>

<polyline points="225.08,220.21 202.10,219.33 162.10,219.33" style="fill:none;stroke:#1B4F72;stroke-width:1;"></polyline>
<text x="157.10" y="214.33" text-anchor="end" style="font-size:12px;fill:#52514e;">1,000万円以上</text>
<text x="157.10" y="230.33" text-anchor="end" style="font-size:13px;font-weight:bold;fill:#C8712E;">15%</text>

<polyline points="270.56,128.49 255.95,110.73 215.95,110.73" style="fill:none;stroke:#1B4F72;stroke-width:1;"></polyline>
<text x="210.95" y="105.73" text-anchor="end" style="font-size:12px;fill:#52514e;">100万円未満</text>
<text x="210.95" y="121.73" text-anchor="end" style="font-size:13px;font-weight:bold;fill:#C8712E;">12%</text>

<polyline points="330.91,101.46 327.40,78.73 287.40,78.73" style="fill:none;stroke:#1B4F72;stroke-width:1;"></polyline>
<text x="282.40" y="73.73" text-anchor="end" style="font-size:12px;fill:#52514e;">頭金なし（フルローン）</text>
<text x="282.40" y="89.73" text-anchor="end" style="font-size:13px;font-weight:bold;fill:#C8712E;">5%</text>
</svg>
</div>

<div class="article-reading-note">
グラフからは、「300〜500万円未満」(29%)と「500〜1,000万円未満」(22%)の2帯に回答が集中していることが読み取れます。「1,000万円以上」の頭金を用意した回答者も41人中6人(15%)存在し、まとまった資金を投入したケースも一定数あります。一方で「頭金なし（フルローン）」を選んだ回答者は41人中2人(5%)と少数派で、大多数は一定額の頭金を用意した上で住宅購入に踏み出していることがわかります。
</div>

<div class="article-cta-mid">
<p>自分に合った頭金額のイメージが見えてきたら、次は資金計画を具体的に整理してみませんか。</p>
<a href="/contact/" target="_blank">＞＞つるハウスで資金計画を相談する＜＜</a>
</div>

<h2 id="hfa5r4kds7">頭金の平均額・妥当な金額は？決め方を整理</h2>

<p>頭金の平均額や妥当な金額に決まった正解はありませんが、横浜市の住宅購入者たちの声からは、貯蓄の全額を頭金に回すのではなく「手元に残す金額」を先に決めてから頭金額を確定させる考え方が複数見られました。単に多く入れる・少なく入れるという発想ではなく、生活費や急な出費への備えを踏まえた上で頭金額を逆算するという判断軸です。この考え方をした人は、頭金額を決めた後の生活に対して落ち着いた感覚を持っている傾向がうかがえます。一方で、こうした逆算の考え方は世帯の収入や貯蓄ペースによって適用できる余地が異なるため、そのまま自分の状況に当てはめるのではなく、あくまで参考の一つとして捉えることが大切です。</p>

<h3 id="h89z1b8ocb">頭金の決め方で複数の回答者が重視していたポイント</h3>

<p>頭金の決め方で複数の回答者が重視していたのは、「生活費・手元資金の確保」「家具・急な出費への備え」「住宅ローン控除の活用」という3つの判断軸です。自由記述をテーマ別に分類したところ、以下のような言及数になりました（1件の回答で複数テーマに触れているケースを含みます）。</p>

<p class="article-chart-title">頭金の決め方で重視されていたポイント</p>
<div class="article-chart">
<svg viewBox="0 0 700 260" xmlns="http://www.w3.org/2000/svg">
<line x1="230" y1="40" x2="230" y2="220" style="stroke:#D9E2EC;stroke-width:1;"></line>

<rect x="230" y="35" width="223" height="30" rx="4" style="fill:#1B4F72;"></rect>
<text x="220" y="55" text-anchor="end" style="font-size:13px;fill:#333;">生活費・手元資金の確保</text>
<text x="460" y="55" text-anchor="start" style="font-size:13px;font-weight:bold;fill:#1B4F72;">24名</text>

<rect x="230" y="95" width="130" height="30" rx="4" style="fill:#2E75B6;"></rect>
<text x="220" y="115" text-anchor="end" style="font-size:13px;fill:#333;">家具・急な出費への備え</text>
<text x="367" y="115" text-anchor="start" style="font-size:13px;font-weight:bold;fill:#1B4F72;">14名</text>

<rect x="230" y="155" width="19" height="30" rx="4" style="fill:#C8712E;"></rect>
<text x="220" y="175" text-anchor="end" style="font-size:13px;fill:#333;">住宅ローン控除の活用</text>
<text x="256" y="175" text-anchor="start" style="font-size:13px;font-weight:bold;fill:#C8712E;">2名※参考傾向</text>
</svg>
</div>

<div class="article-reading-note">
自由記述41件のうち、「生活費・手元資金の確保」に触れた回答が24件と最も多く、次いで「家具・急な出費への備え」が14件でした。「住宅ローン控除の活用」への言及は2件と少なく、参考傾向として捉えるのが適切です。1件の回答が複数テーマに触れているケースもあるため、これらは自由記述の分類であり、単一回答の選択式集計ではない点にご留意ください。
</div>

<ul>
<li><strong>生活費・手元資金の確保を優先</strong>：貯蓄の全額を頭金に回さず、生活費の半年分程度を手元に残すことを基準にした人が最も多く見られました</li>
<li><strong>家具・急な出費への備え</strong>：入居後の家電購入や子どもの教育費など、想定外の出費に対応できる現金を残すことを重視した人も複数いました</li>
<li><strong>住宅ローン控除の期間を意識した調整</strong>：控除を受けられる期間を最大限活かせるよう、頭金額をあえて抑える考え方をした人もいました（言及は少数）</li>
</ul>

<div class="article-voice-box">
<p>貯蓄と親からの援助の合計金額の3分の1程度を頭金に。住宅ローン控除を最大限受けられるよう調整した</p>
<p class="article-voice-attr">——30代の居住経験者</p>
</div>

<div class="article-voice-box">
<p>住宅購入後も生活に余裕を持てるよう、貯蓄のすべてを使い切らない金額に設定した。家具や家電の購入、引っ越し費用、急な出費も考慮して、ある程度の現金を手元に残すことを優先した</p>
<p class="article-voice-attr">——20代の居住経験者</p>
</div>

<p>このように、頭金の決め方は単純な金額の大小ではなく「手元資金とのバランス」を軸に考えられている点が共通していますが、控除制度の詳細な適用条件は個人の状況によって異なるため、判断の際は最新の制度情報を確認することが欠かせません。</p>

<h2 id="h55uqz6gv9">頭金を決めた後の本音「頭金 後悔」はあった？満足・後悔の声を紹介</h2>

<p>頭金に関する後悔の有無について、横浜市の住宅購入者の自由記述では「手元に資金を残しておいてよかった」という満足の声が目立ちました。一方で「もっと頭金を入れていれば返済額を抑えられたかもしれない」という、やや後悔の混じった声も一部で見られました。全体としては、頭金額そのものの大小よりも、決めた後の生活に安心感を持てているかどうかが実感を左右している印象です。</p>

<p>満足の声としては、以下のようなものが見られました。</p>

<div class="article-voice-box">
<p>万が一の病気や教育費、急な出費に備えて手元に生活費半年分の現金を残せるよう頭金額を決めた。この判断は正解で、手元に残してよかったと心から実感している</p>
<p class="article-voice-attr">——40代の居住経験者</p>
</div>

<div class="article-voice-box">
<p>頭金は生活に余裕を持てるよう、貯蓄を使い切らない金額に設定した。入居後の予想外の出費にも慌てず対応できたので、この判断で良かったと感じている</p>
<p class="article-voice-attr">——20代の居住経験者</p>
</div>

<p>一方で、次のような声も一部で見られました。</p>

<div class="article-voice-box">
<p>もう少し頭金を入れていれば毎月の返済額や総支払額を抑えられたかもしれないとも思う</p>
<p class="article-voice-attr">——20代の居住経験者</p>
</div>

<p>このように「頭金 後悔」を感じるかどうかは、金額の絶対値ではなく手元資金とのバランス感覚に左右される傾向がありますが、感じ方は世帯の収入や今後のライフイベントによって変わるため、一つの声を基準にしすぎないことが大切です。</p>

<div class="article-cta-mid">
<p>後悔と満足、どちらの声にも共通するのは「手元資金とのバランス」。自分の場合をシミュレーションしてみませんか。</p>
<a href="/contact/" target="_blank">＞＞つるハウスに無料相談する＜＜</a>
</div>

<h2 id="hmrrz6bfxf">頭金なし（フルローン）を選んだ人はどうだった？少数派のリアルケース</h2>

<p>頭金なし（フルローン）で住宅購入できるかという点について、今回の回答者41人のうち、頭金なしを選んだのは41人中2人(5%)のみで、大多数は一定額の頭金を用意していました。頭金額の相場としては前述の「300〜500万円未満」帯が中心であり、フルローンはあくまで少数派の選択という位置づけになります（※回答数2名のため参考傾向としてご覧ください）。</p>

<p class="article-chart-title">頭金の有無（横浜市の住宅購入者41人）</p>
<div class="article-chart">
<svg viewBox="0 0 700 430" xmlns="http://www.w3.org/2000/svg">
<path d="M350,225 L350,110 A115,115 0 1,1 314.5,115.6 Z" style="fill:#1B4F72;stroke:#fff;stroke-width:2;"></path>
<path d="M350,225 L314.5,115.6 A115,115 0 0,1 350,110 Z" style="fill:#C8712E;stroke:#fff;stroke-width:2;"></path>

<polyline points="369.5,348.5 373,371 413,371" style="fill:none;stroke:#1B4F72;stroke-width:1;"></polyline>
<text x="418" y="366" text-anchor="start" style="font-size:12px;fill:#52514e;">頭金あり（39人）</text>
<text x="418" y="382" text-anchor="start" style="font-size:13px;font-weight:bold;fill:#1B4F72;">95%</text>

<polyline points="330.5,101.5 327,79 287,79" style="fill:none;stroke:#C8712E;stroke-width:1;"></polyline>
<text x="282" y="74" text-anchor="end" style="font-size:12px;fill:#52514e;">頭金なし（2人）</text>
<text x="282" y="90" text-anchor="end" style="font-size:13px;font-weight:bold;fill:#C8712E;">5%</text>
</svg>
</div>

<div class="article-reading-note">
グラフの通り、今回の回答者41人のうち95%(39人)は何らかの形で頭金を用意しており、頭金なし（フルローン）は5%(2人)にとどまりました。まとまった資金を投入した層（1,000万円以上・41人中6人・15%）も一定数存在しており、フルローンはあくまで少数派の選択といえます。
</div>

<p>フルローンを選んだ回答者の自由記述では、次のような声が見られました。</p>

<div class="article-voice-box">
<p>頭金を出せないことはなかったが、当時金利が安かったこともあり、頭金を入れずに持っている資金を運用しようと思った</p>
<p class="article-voice-attr">——50代の居住経験者</p>
</div>

<div class="article-voice-box">
<p>頭金なしのフルローンで行い、後悔はない</p>
<p class="article-voice-attr">——30代の居住経験者</p>
</div>

<p>このように、頭金なしという選択は資金力の不足だけが理由ではなく、金利環境や資金の使い方についての考え方から選ばれているケースも見られました。ただし金利動向や返済計画によって向き不向きが変わる選択であるため、検討する場合は自分の資金状況に応じたシミュレーションを踏まえて判断することが欠かせません。</p>

<h2 id="h719qknohk">よくある質問</h2>

<div class="article-faq-box">
<h3 id="h0nhlpw67s">Q：住宅購入の頭金はいくら用意するのが一般的ですか？</h3>
<p>A：一般的な正解はありませんが、横浜市の住宅購入者41人へのアンケートでは「300〜500万円未満」が最も多く(41人中12人・29%)、次いで「500〜1,000万円未満」(41人中9人・22%)という結果でした。</p>
</div>

<div class="article-faq-box">
<h3 id="h0m71o6pyr">Q：頭金の平均額はどのくらいですか？</h3>
<p>A：今回の調査では単純平均ではなく、最も回答が多かった金額帯は「300〜500万円未満」でした。世帯や物件価格によって適正額は異なるため、あくまで一つの目安です。</p>
</div>

<div class="article-faq-box">
<h3 id="h3z0xkcwa5">Q：頭金の決め方は何を基準にすればいいですか？</h3>
<p>A：横浜市の住宅購入者の声では、貯蓄を全額投入せず「生活費数ヶ月分の手元資金を残す」ことを基準にした人が複数見られました。</p>
</div>

<div class="article-faq-box">
<h3 id="hyi7zb9uiu">Q：頭金で後悔することはありますか？</h3>
<p>A：今回のアンケートでは「もっと頭金を入れていれば返済額を抑えられたかもしれない」という声もありましたが、多くは「手元に資金を残してよかった」という満足の声が目立ちました。</p>
</div>

<div class="article-faq-box">
<h3 id="hcmcnj3x2x">Q：頭金なし（フルローン）で住宅購入する人はどれくらいいますか？</h3>
<p>A：今回の回答者41人のうち、頭金なしを選んだのは41人中2人(5%)と少数派でした。</p>
</div>

<h2 id="h05v0e8uxe">まとめ</h2>

<p>住宅購入の頭金はいくら用意すべきか、横浜市の住宅購入者41人のアンケートでは「300〜500万円未満」が最多でした。頭金の決め方は手元資金を残す考え方が多く見られ、その満足度にもつながっていました。頭金額に一律の正解はなく、自分の資金状況に合わせた検討が大切です。</p>

<div class="article-cta">
<p><strong>横浜市で住宅購入を検討している方は、まずは自分に合った頭金額や資金計画を専門家と一緒に整理してみませんか。</strong></p>
<p><a href="https://www.tsuruhouse.jp/" target="_blank" style="font-size: medium; text-decoration-line: underline;">つるハウス</a>では、横浜エリアの仲介手数料無料物件も含め、初期費用を抑えたい方のご相談に対応しています。</p>
<a class="article-cta-btn article-cta-btn-fill" href="/contact/" target="_blank">無料相談はこちら</a>
<a class="article-cta-btn article-cta-btn-outline" href="/new/" target="_blank">物件を見てみる</a>
</div>

</div>

<style>
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;700&display=swap');
.article-decorated-wrapper {
  font-family: "Noto Sans JP","Hiragino Kaku Gothic ProN","Meiryo",sans-serif;
  color:#333;line-height:1.85;font-size:15px;max-width:860px;margin:0 auto;
}
.article-decorated-wrapper * { box-sizing:border-box; }
.article-decorated-wrapper h2 {
  font-size:1.25em;line-height:1.55;margin:44px 0 16px;padding:8px 0 8px 14px;
  color:#1B4F72;background:none;border-left:4px solid #1B4F72;border-bottom:1px solid #1B4F72;border-radius:0;
}
.article-decorated-wrapper h3 {
  font-size:1.05em;line-height:1.6;margin:28px 0 10px;padding-bottom:6px;
  color:#1B4F72;border-bottom:2px solid #1B4F72;
}
.article-decorated-wrapper p { margin:0 0 14px; }
.article-decorated-wrapper ul { margin:12px 0 20px;padding-left:1.4em; }
.article-decorated-wrapper li { margin-bottom:6px;line-height:1.75; }
.article-table-scroll { overflow-x:auto;-webkit-overflow-scrolling:touch;margin:18px 0; }
.article-decorated-wrapper table { width:100%;min-width:540px;border-collapse:collapse;font-size:14px;border-radius:6px;overflow:hidden; }
.article-decorated-wrapper th,
.article-decorated-wrapper td { border:1px solid #D9E2EC;padding:10px 13px;text-align:left;vertical-align:middle; }
.article-decorated-wrapper th { background:#2E75B6;color:#fff;font-weight:700;white-space:nowrap; }
.article-decorated-wrapper td { background:#fff; }
.article-decorated-wrapper tr:nth-child(even) td { background:#EDF3F9; }
.article-chart { margin:22px 0;padding:20px 16px;border:1px solid #D9E2EC;background:#fff;border-radius:10px; }
.article-chart-title { margin:0 0 14px;font-weight:700;color:#1B4F72;text-align:center;font-size:1em; }
.article-faq-box { margin:16px 0;padding:16px 20px;background:#EDF3F9;border:1px solid #D9E2EC;border-radius:10px; }
.article-faq-box h3 { margin-top:0;font-size:1em;border-bottom:none;color:#1B4F72; }
.article-faq-box p { font-size:14px;margin:6px 0 0;line-height:1.8; }
.article-cta { margin:36px 0 16px;padding:24px 22px;text-align:center;background:#FBEEE0;color:#1B4F72;border:1px solid #E8B384;border-radius:12px; }
.article-cta p { color:#1B4F72;margin:0 0 10px;font-size:14px; }
.article-cta strong { font-size:16px; }
.article-cta-btn { display:inline-block;margin:8px 6px;padding:11px 22px;text-decoration:none;font-weight:700;font-size:14px;letter-spacing:0.04em;border-radius:8px; }
.article-cta-btn-fill { background:#C8712E;color:#fff;border:2px solid #C8712E; }
.article-cta-btn-outline { background:transparent;color:#C8712E;border:2px solid #C8712E; }
.article-cta-btn-fill:hover { opacity:0.85; }
.article-cta-btn-outline:hover { background:#C8712E;color:#fff; }
.article-cta-mid { margin:26px 0;padding:16px 20px;text-align:center;background:#FBEEE0;border:1px solid #E8B384;border-radius:10px; }
.article-cta-mid p { margin:0 0 8px;font-size:13px;color:#5A4A2A; }
.article-cta-mid a { color:#C8712E;font-weight:700;font-size:14px;text-decoration:none; }
.article-cta-mid a:hover { color:#1B4F72; }
.article-notice-box { margin:12px 0;padding:10px 15px;background:#EDF3F9;border:1px solid #D9E2EC;border-radius:6px;color:#5A4A2A;font-size:12px; }
.article-reading-note { margin:12px 0;padding:12px 15px 12px 42px;background:#EDF3F9;border-left:4px solid #1B4F72;border-radius:6px;font-size:13.5px;color:#333;position:relative;line-height:1.75; }
.article-reading-note::before { content:"";position:absolute;left:12px;top:12px;font-size:16px; }
.article-voice-box { margin:12px 0;padding:14px 18px 14px 46px;background:#fff;border:1px solid #D9E2EC;border-left:4px solid #1B4F72;border-radius:8px;font-size:14px;position:relative;line-height:1.85; }
.article-voice-box::before { content:"\201C";position:absolute;left:12px;top:8px;font-size:32px;color:#1B4F72;opacity:0.35;font-family:Georgia,serif;line-height:1; }
.article-voice-box p { margin:0 0 4px; }
.article-voice-box .article-voice-attr { font-size:12px;color:#888;margin:0; }
@media (max-width:768px) {
  .article-decorated-wrapper h2 { font-size:1.1em;padding:8px 0 8px 12px; }
  .article-decorated-wrapper h3 { font-size:1em; }
}
</style>


]]></description>
            <pubDate>2026-07-23</pubDate>
        </item>
                
        <item>
            <title>横浜の住宅購入、体験者の83%が"補助金に強い担当者"を選ぶべきと回答した理由</title>
            <link>https://www.tsuruhouse.jp/blog/entry-808607/</link>
            <description><![CDATA[


<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">

<style>
/* ============================================================
   つるハウス テーマ CSS
   メインカラー : #1A6DB5（ミッドブルー）
   アクセント   : #E85D26（オレンジレッド）
   ベース背景   : #FFFFFF / #EBF3FB / #F0F6FC
   ============================================================ */
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;700&display=swap');

.article-decorated-wrapper {
  font-family: "Noto Sans JP","Hiragino Kaku Gothic ProN","Meiryo",sans-serif;
  color: #222222;
  line-height: 1.85;
  font-size: 15px;
  max-width: 860px;
  margin: 0 auto;
}
.article-decorated-wrapper * { box-sizing: border-box; }

/* ── 見出し H2：左ボーダー＋薄ブルー背景 ── */
.article-decorated-wrapper h2 {
  font-size: 1.25em;
  line-height: 1.55;
  margin: 44px 0 16px;
  padding: 12px 16px;
  color: #1A6DB5;
  background: #EBF3FB;
  border-left: 5px solid #1A6DB5;
  border-radius: 3px;
}

/* ── 見出し H3：下線のみ ── */
.article-decorated-wrapper h3 {
  font-size: 1.05em;
  line-height: 1.6;
  margin: 28px 0 10px;
  padding-bottom: 6px;
  color: #1A6DB5;
  border-bottom: 2px solid #1A6DB5;
}

.article-decorated-wrapper p  { margin: 0 0 14px; }
.article-decorated-wrapper ul { margin: 12px 0 20px; padding-left: 1.4em; }
.article-decorated-wrapper li { margin-bottom: 6px; line-height: 1.75; }

/* ── テーブル ── */
.article-table-scroll {
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  margin: 18px 0;
}
.article-decorated-wrapper table {
  width: 100%;
  min-width: 540px;
  border-collapse: collapse;
  font-size: 14px;
}
.article-decorated-wrapper th,
.article-decorated-wrapper td {
  border: 1px solid #CBD5E0;
  padding: 10px 13px;
  text-align: left;
  vertical-align: middle;
}
.article-decorated-wrapper th {
  background: #1A6DB5;
  color: #fff;
  font-weight: 700;
  white-space: nowrap;
}
.article-decorated-wrapper td { background: #fff; }
.article-decorated-wrapper tr:nth-child(even) td { background: #F0F6FC; }

/* ── グラフコンテナ ── */
.article-chart {
  margin: 22px 0;
  padding: 20px 16px;
  border: 1px solid #CBD5E0;
  background: #fff;
  border-radius: 6px;
}
.article-chart-title {
  margin: 0 0 14px;
  font-weight: 700;
  color: #1A6DB5;
  text-align: center;
  font-size: 1em;
}

/* ── FAQ ── */
.article-faq-box {
  margin: 16px 0;
  padding: 16px 20px;
  background: #F0F6FC;
  border: 1px solid #CBD5E0;
  border-radius: 6px;
}
.article-faq-box h3 { margin-top: 0; font-size: 1em; }
.article-faq-box p  { font-size: 14px; margin: 6px 0 0; line-height: 1.8; }

/* ── メインCTA ── */
.article-cta {
  margin: 36px 0 16px;
  padding: 24px 22px;
  text-align: center;
  background: #fff;
  color: #1A6DB5;
  border: 2px solid #1A6DB5;
  border-radius: 8px;
}
.article-cta p      { color: #1A6DB5; margin: 0 0 10px; font-size: 14px; }
.article-cta strong { font-size: 16px; }

/* ── CTAボタン ── */
.article-cta-btn {
  display: inline-block;
  margin: 8px 6px;
  padding: 12px 24px;
  text-decoration: none;
  font-weight: 700;
  font-size: 14px;
  letter-spacing: 0.04em;
  border-radius: 4px;
}
/* fillボタン：オレンジ（行動喚起） */
.article-cta-btn-fill {
  background: #E85D26;
  color: #fff;
  border: 2px solid #E85D26;
}
.article-cta-btn-fill:hover { background: #C94E1E; border-color: #C94E1E; }

/* outlineボタン：ブルー枠線 */
.article-cta-btn-outline {
  background: transparent;
  color: #1A6DB5;
  border: 2px solid #1A6DB5;
}
.article-cta-btn-outline:hover { background: #1A6DB5; color: #fff; }

/* ── 中間アンカーCTA ── */
.article-cta-mid {
  margin: 26px 0;
  padding: 16px 20px;
  text-align: center;
  background: #FDF4EF;
  border: 1px solid #D4874E;
  border-radius: 5px;
}
.article-cta-mid p { margin: 0 0 8px; font-size: 13px; color: #7A3B1E; }
.article-cta-mid a {
  color: #E85D26;
  font-weight: 700;
  font-size: 14px;
  text-decoration: underline;
  text-underline-offset: 3px;
}
.article-cta-mid a:hover { color: #C94E1E; }

/* ── 注記ボックス ── */
.article-notice-box {
  margin: 12px 0;
  padding: 10px 15px;
  background: #F0F6FC;
  border: 1px solid #BEC9D5;
  border-radius: 4px;
  color: #4A5568;
  font-size: 12px;
}

/* ── データ読み解きノート ── */
.article-reading-note {
  margin: 12px 0;
  padding: 12px 15px 12px 42px;
  background: #EBF3FB;
  border-left: 4px solid #1A6DB5;
  border-radius: 3px;
  font-size: 13.5px;
  color: #222222;
  position: relative;
  line-height: 1.75;
}
.article-reading-note::before {
  content: "";
  position: absolute;
  left: 12px;
  top: 12px;
  font-size: 16px;
}

/* ── 体験談引用ボックス ── */
.article-voice-box {
  margin: 12px 0;
  padding: 14px 18px 14px 46px;
  background: #fff;
  border: 1px solid #CBD5E0;
  border-left: 4px solid #1A6DB5;
  border-radius: 5px;
  font-size: 14px;
  position: relative;
  line-height: 1.85;
}
.article-voice-box::before {
  content: "\201C";
  position: absolute;
  left: 12px;
  top: 8px;
  font-size: 32px;
  color: #1A6DB5;
  opacity: 0.30;
  font-family: Georgia, serif;
  line-height: 1;
}
.article-voice-box p { margin: 0 0 4px; }
.article-voice-box .article-voice-attr { font-size: 12px; color: #6B7280; margin: 0; }

/* ── レスポンシブ ── */
@media (max-width: 768px) {
  .article-decorated-wrapper h2 { font-size: 1.1em; padding: 10px 12px; }
  .article-decorated-wrapper h3 { font-size: 1em; }
  .article-cta-btn { display: block; margin: 8px auto; max-width: 320px; text-align: center; }
}

/* ── メインCTA ボタンレイアウト ── */
.article-cta-row1 {
  margin-bottom: 10px;
}
.article-cta-row1 .article-cta-btn {
  display: inline-block;
  width: auto;
  min-width: 280px;
}
.article-cta-row2 {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 10px;
  margin-top: 4px;
}
.article-cta-row2 .article-cta-btn {
  flex: 1 1 200px;
  max-width: 280px;
  text-align: center;
  margin: 0;
}
@media (max-width: 768px) {
  .article-cta-row1 .article-cta-btn,
  .article-cta-row2 .article-cta-btn {
    display: block;
    width: 100%;
    max-width: 100%;
    flex: none;
  }
  .article-cta-row2 {
    flex-direction: column;
    gap: 8px;
  }
}
</style>

<div class="article-decorated-wrapper">

  <!-- 導入文 -->
  <div style="text-align:leftoriginal;word-break: break-all;"><div style="text-align:leftoriginal;word-break: break-all;"><p class="clearfix"><img src="//cdn.img-asp.jp/cms/808607_2_0_0_1.jpg" style="max-width: 100%;float:left;" alt="横浜の住宅購入、体験者の83%が" 補助金に強い担当者"を選ぶべきと回答した理由"=""></p></div><br></div><p><span style="font-weight: bold;">つるハウス(運営会社：株式会社 鶴創建、代表者：渡邊 智也)は横浜市での横浜市内で居住用の不動産購入をされた方、または現在購入手続きを進めている方47人を対象に簡単なアンケート調査を実施し、そのデータをまとめました。</span></p><p><br></p><p>「家を買うなら早く物件を見るべき」と思う方も多いかもしれませんが、今回の調査では意外な結果が出ています。横浜で住宅を購入した体験者の83%が、「物件探しより先に、資金計画・補助金に強い不動産会社をじっくり探すべきだった」と回答したのです。一方で、補助金を実際に活用できた人は55%にとどまり、残りの約45%は「制度が複雑で断念した」「期限に間に合わなかった」「そもそも存在を知らなかった」という結果でした。</p><p>この記事では、体験者のリアルな声をもとに、横浜での住宅購入で損をしないための「最初の一手」を整理します。</p>

  <!-- この記事でわかること -->
  <h3>この記事でわかること</h3>
  <ul>
    <li>横浜の住宅購入体験者が実際に直面した「補助金の壁」の中身</li>
    <li>補助金を活用できた人とできなかった人を分けた要因</li>
    <li>「信頼できる担当者」と「普通の担当者」の具体的な違い</li>
    <li>体験者の83%が"最初にすべきこと"として選んだ行動とその根拠</li>
    <li>横浜での住宅購入を後悔しないための、準備の正しい順番</li>
  </ul>

  <!-- 冒頭アンカーCTA -->
  <div class="article-cta-mid">
    <p>補助金や担当者選びについてすぐ相談したい方へ</p>
    <a href="/contact/" target="_blank">＞＞「つるハウス」に無料相談＜＜</a></div>

  <!-- 調査概要 -->
  <h3>アンケート調査概要</h3>
  <div class="article-table-scroll">
    <table>
      <thead>
        <tr><th>項目</th><th>内容</th></tr>
      </thead>
      <tbody>
        <tr><td data-th="項目">調査対象</td><td data-th="内容">横浜市内での住宅購入経験者・購入検討経験者</td></tr>
        <tr><td data-th="項目">回答者数</td><td data-th="内容">47名</td></tr>
        <tr><td data-th="項目">居住・購入エリア</td><td data-th="内容">横浜市内（区・町丁目レベルの内訳は非収集）</td></tr>
        <tr><td data-th="項目">年代構成</td><td data-th="内容">20代 9名／30代 22名／40代 9名／50代 3名／60代以上 2名</td></tr>
        <tr><td data-th="項目">世帯構成</td><td data-th="内容">ファミリー（3人以上）24名／夫婦・カップル 13名／単身 10名</td></tr>
        <tr><td data-th="項目">調査方法</td><td data-th="内容">クラウドソーシングを通じた体験談アンケート</td></tr>
        <tr><td data-th="項目">実施時期</td><td data-th="内容">2026年6月</td></tr>
        <tr><td data-th="項目">注記</td><td data-th="内容">本記事は統計的調査ではなく、実際の購入経験者・検討者の声をまとめたものです。無作為抽出による調査ではないため、回答結果を横浜市全体の傾向として断言するものではありません。回答者数が少ない年代・属性（50代以上など）については、参考傾向としてお読みください。</td></tr>
      </tbody>
    </table>
  </div>


  <!-- H2① -->
  <h2>横浜の住宅購入、補助金で"損した"と感じた人はどのくらい？</h2>

  <p>横浜市内での住宅購入経験者・検討者47名にアンケートを実施したところ、補助金・助成金制度を「実際に活用できた」と回答したのは26名（55%）でした。一方、残りの21名（45%）は「条件が合わず断念した」「制度が複雑で間に合わなかった」「そもそも存在を知らなかった」という結果でした。半数近くが、何らかの形で補助金の恩恵を受けられなかった計算になります。</p>

  <!-- グラフ① Q3円グラフ -->
  <p class="article-chart-title">補助金・助成金制度の活用状況（n=47、単一回答）</p>
  <div class="article-chart">
        <svg viewBox="0 0 700 500" xmlns="http://www.w3.org/2000/svg" role="img" aria-label="補助金活用状況の円グラフ">
      <path d="M310,240 L310.0,105.0 A135,135 0 1,1 265.7,367.5 Z" fill="#4B6E3D"></path>
      <path d="M310,240 L265.7,367.5 A135,135 0 0,1 176.9,262.5 Z" fill="#A8C5A0"></path>
      <path d="M310,240 L176.9,262.5 A135,135 0 0,1 226.3,134.1 Z" fill="#D4A843"></path>
      <path d="M310,240 L226.3,134.1 A135,135 0 0,1 310.0,105.0 Z" fill="#C8745A"></path>
      <polyline points="455.0,264.5 480.6,268.8 530.6,268.8" fill="none" stroke="#bbb" stroke-width="1.2"></polyline>
      <text x="535.6" y="259.8" text-anchor="start" font-size="12" fill="#4A5568">実際に活用した</text>
      <text x="535.6" y="276.8" text-anchor="start" font-size="13" fill="#1A6DB5" font-weight="bold">55%（26名）</text>
      <polyline points="197.7,334.9 177.9,351.7 127.9,351.7" fill="none" stroke="#bbb" stroke-width="1.2"></polyline>
      <text x="122.9" y="342.7" text-anchor="end" font-size="12" fill="#4A5568">条件が合わず断念した</text>
      <text x="122.9" y="359.7" text-anchor="end" font-size="13" fill="#1A6DB5" font-weight="bold">17%（8名）</text>
      <polyline points="172.8,187.2 148.6,177.8 98.6,177.8" fill="none" stroke="#bbb" stroke-width="1.2"></polyline>
      <text x="93.6" y="168.8" text-anchor="end" font-size="12" fill="#4A5568">知らなかった</text>
      <text x="93.6" y="185.8" text-anchor="end" font-size="13" fill="#1A6DB5" font-weight="bold">17%（8名）</text>
      <polyline points="261.8,101.1 253.3,76.6 203.3,76.6" fill="none" stroke="#bbb" stroke-width="1.2"></polyline>
      <text x="198.3" y="67.6" text-anchor="end" font-size="12" fill="#4A5568">複雑・期限に間に合わず</text>
      <text x="198.3" y="84.6" text-anchor="end" font-size="13" fill="#1A6DB5" font-weight="bold">11%（5名）</text>
    </svg>
  </div>
  <div class="article-reading-note">
    活用できた層（55%）と活用できなかった層（45%）がほぼ拮抗していることがわかります。「知らなかった」「断念した」「間に合わなかった」という3つの理由が、それぞれ一定数存在している点も注目されます。
  </div>
  <div class="article-notice-box">※n=47、単一回答</div>

  <p>では、活用できなかった人たちは何に詰まったのでしょうか。「補助金手続きで大変だったこと」を聞いたところ、回答は以下のように分かれました。</p>

  <!-- グラフ② Q4円グラフ -->
  <p class="article-chart-title">補助金手続きで最も大変だったこと（n=47、単一回答）</p>
  <div class="article-chart">
        <svg viewBox="0 0 700 500" xmlns="http://www.w3.org/2000/svg" role="img" aria-label="補助金手続きで大変だったことの円グラフ">
      <path d="M310,240 L310.0,105.0 A135,135 0 0,1 389.4,349.2 Z" fill="#4B6E3D"></path>
      <path d="M310,240 L389.4,349.2 A135,135 0 0,1 208.0,328.4 Z" fill="#A8C5A0"></path>
      <path d="M310,240 L208.0,328.4 A135,135 0 0,1 175.5,228.4 Z" fill="#D4A843"></path>
      <path d="M310,240 L175.5,228.4 A135,135 0 0,1 213.2,145.9 Z" fill="#C8C0B0"></path>
      <path d="M310,240 L213.2,145.9 A135,135 0 0,1 310.0,105.0 Z" fill="#C8745A"></path>
      <polyline points="449.8,194.6 474.5,186.5 524.5,186.5" fill="none" stroke="#bbb" stroke-width="1.2"></polyline>
      <text x="529.5" y="177.5" text-anchor="start" font-size="12" fill="#4A5568">制度が複雑・分からない</text>
      <text x="529.5" y="194.5" text-anchor="start" font-size="13" fill="#1A6DB5" font-weight="bold">40%（22名）</text>
      <polyline points="293.2,386.0 290.3,411.9 240.3,411.9" fill="none" stroke="#bbb" stroke-width="1.2"></polyline>
      <text x="235.3" y="402.9" text-anchor="end" font-size="12" fill="#4A5568">予算上限・期限シビア</text>
      <text x="235.3" y="419.9" text-anchor="end" font-size="13" fill="#1A6DB5" font-weight="bold">24%（13名）</text>
      <polyline points="170.2,285.4 145.5,293.5 95.5,293.5" fill="none" stroke="#bbb" stroke-width="1.2"></polyline>
      <text x="90.5" y="284.5" text-anchor="end" font-size="12" fill="#4A5568">手続きの手間</text>
      <text x="90.5" y="301.5" text-anchor="end" font-size="13" fill="#1A6DB5" font-weight="bold">13%（7名）</text>
      <polyline points="176.3,178.9 152.6,168.1 102.6,168.1" fill="none" stroke="#bbb" stroke-width="1.2"></polyline>
      <text x="97.6" y="159.1" text-anchor="end" font-size="12" fill="#4A5568">特になし</text>
      <text x="97.6" y="176.1" text-anchor="end" font-size="13" fill="#1A6DB5" font-weight="bold">11%（6名）</text>
      <polyline points="252.8,104.6 242.7,80.6 192.7,80.6" fill="none" stroke="#bbb" stroke-width="1.2"></polyline>
      <text x="187.7" y="71.6" text-anchor="end" font-size="12" fill="#4A5568">担当者サポート薄い等</text>
      <text x="187.7" y="88.6" text-anchor="end" font-size="13" fill="#1A6DB5" font-weight="bold">13%（7名）</text>
    </svg>
  </div>
  <div class="article-reading-note">
    「制度が複雑で自分に何が使えるか分からなかった」が22名と断トツの1位でした。制度の数が多いこと自体が、活用の最初の壁になっていると考えられます。なお、「スムーズだった」という回答も6名おり、準備や相談の仕方によって体験が大きく変わる可能性が示唆されます。
  </div>
  <div class="article-notice-box">※n=47、単一回答。「担当者サポートが薄かった（5名）」「その他（2名・参考傾向）」はグラフ上位4項目に含めて表示しています。詳細は下表をご参照ください。</div>

  <!-- Q4 詳細表 -->
  <div class="article-table-scroll">
    <table>
      <thead>
        <tr><th>大変だったこと</th><th>回答者数</th></tr>
      </thead>
      <tbody>
        <tr><td data-th="大変だったこと">制度が複雑で、自分にどれが使えるか分かりにくかった</td><td data-th="回答者数">22名</td></tr>
        <tr><td data-th="大変だったこと">予算上限や申請のタイミング・期限がシビアだった</td><td data-th="回答者数">13名</td></tr>
        <tr><td data-th="大変だったこと">必要な書類集めや手続きの手間がかかった</td><td data-th="回答者数">7名</td></tr>
        <tr><td data-th="大変だったこと">特になし（スムーズだった）</td><td data-th="回答者数">6名</td></tr>
        <tr><td data-th="大変だったこと">不動産会社の担当者からのサポートが薄かった</td><td data-th="回答者数">5名</td></tr>
        <tr><td data-th="大変だったこと">その他 ※参考傾向</td><td data-th="回答者数">2名</td></tr>
      </tbody>
    </table>
  </div>

  <p>体験者の声にも、3つの異なる「壁」が見えてきます。</p>

  <div class="article-voice-box">
    <p>「国の省エネ補助金（当時の事例）は予算上限に達した時点で受付終了になると知り、引き渡しや申請タイミングの調整が非常にシビアでした。少しでもズレると数十万円単位の損になるため、常にヒヤヒヤしていました」</p>
    <p class="article-voice-attr">——30代の購入経験者</p>
  </div>

  <div class="article-voice-box">
    <p>「補助金の種類が複数あり、それぞれ条件や申請時期が違うため、自分に何が使えるのか把握するだけで一苦労でした。もっと早い段階で詳しい人に相談しておけばよかったと後悔しています」</p>
    <p class="article-voice-attr">——30代の購入経験者</p>
  </div>

  <div class="article-voice-box">
    <p>「購入後に知人から補助金制度の話を聞いて、初めて存在を知りました。事前に不動産会社から説明があれば、対応できたかもしれません」</p>
    <p class="article-voice-attr">——40代の購入経験者</p>
  </div>

  <p>「期限のプレッシャー」「制度の複雑さ」「そもそも知る機会がなかった」——この3つは、いずれも「早い段階で補助金に詳しい人と動く」ことで軽減できる可能性があります。では、どんな担当者を選べばその壁を越えやすくなるのでしょうか。次の章で体験者の答えを見ていきます。</p>

  <!-- 中間CTA① -->
  <div class="article-cta-mid">
    <p> 補助金のことが気になり始めた方へ</p>
    <a href="/contact/" target="_blank">仲介手数料無料で補助金・資金計画の相談ができる「つるハウス」に、まず話を聞いてみませんか</a>
  </div>


  <!-- H2② -->
  <h2>横浜の体験者が語る"信頼できる担当者"と"普通の担当者"の違い</h2>

  <p>補助金の壁を越えられるかどうかは、担当者の知識と動き方に左右される部分が大きいと、体験者の声は示しています。では実際に、どんな担当者が「信頼できる」と評価されたのでしょうか。</p>

  <h3>重視するポイント、1位は"お金の知識"だった</h3>

  <p>不動産会社・担当者を選ぶ際に重視したポイントを聞いたところ、結果は以下のようになりました。</p>

  <!-- グラフ③ Q6円グラフ -->
  <p class="article-chart-title">担当者選びで重視したポイント（n=47、単一回答）</p>
  <div class="article-chart">
        <svg viewBox="0 0 700 500" xmlns="http://www.w3.org/2000/svg" role="img" aria-label="担当者選びで重視したポイントの円グラフ">
      <path d="M310,240 L310.0,105.0 A135,135 0 0,1 364.9,363.3 Z" fill="#4B6E3D"></path>
      <path d="M310,240 L364.9,363.3 A135,135 0 0,1 186.7,294.9 Z" fill="#A8C5A0"></path>
      <path d="M310,240 L186.7,294.9 A135,135 0 0,1 200.8,160.6 Z" fill="#D4A843"></path>
      <path d="M310,240 L200.8,160.6 A135,135 0 0,1 255.1,116.7 Z" fill="#5A9BD4"></path>
      <path d="M310,240 L255.1,116.7 A135,135 0 0,1 310.0,105.0 Z" fill="#C8C0B0"></path>
      <polyline points="453.8,209.4 479.2,204.0 529.2,204.0" fill="none" stroke="#bbb" stroke-width="1.2"></polyline>
      <text x="534.2" y="195.0" text-anchor="start" font-size="12" fill="#4A5568">補助金・ローンの知識</text>
      <text x="534.2" y="212.0" text-anchor="start" font-size="13" fill="#1A6DB5" font-weight="bold">43%（26名）</text>
      <polyline points="257.3,377.2 248.0,401.5 198.0,401.5" fill="none" stroke="#bbb" stroke-width="1.2"></polyline>
      <text x="193.0" y="392.5" text-anchor="end" font-size="12" fill="#4A5568">地域特性・正直な説明</text>
      <text x="193.0" y="409.5" text-anchor="end" font-size="13" fill="#1A6DB5" font-weight="bold">25%（15名）</text>
      <polyline points="163.8,224.6 137.9,221.9 87.9,221.9" fill="none" stroke="#bbb" stroke-width="1.2"></polyline>
      <text x="82.9" y="212.9" text-anchor="end" font-size="12" fill="#4A5568">返信の速さ</text>
      <text x="82.9" y="229.9" text-anchor="end" font-size="13" fill="#1A6DB5" font-weight="bold">17%（10名）</text>
      <polyline points="217.5,125.8 201.1,105.6 151.1,105.6" fill="none" stroke="#bbb" stroke-width="1.2"></polyline>
      <text x="146.1" y="96.6" text-anchor="end" font-size="12" fill="#4A5568">押し売り感がない</text>
      <text x="146.1" y="113.6" text-anchor="end" font-size="13" fill="#1A6DB5" font-weight="bold">8%（5名）</text>
      <polyline points="279.4,96.2 274.0,70.8 224.0,70.8" fill="none" stroke="#bbb" stroke-width="1.2"></polyline>
      <text x="219.0" y="52.8" text-anchor="end" font-size="12" fill="#4A5568">知名度・規模</text>
      <text x="219.0" y="69.8" text-anchor="end" font-size="12" fill="#4A5568">（参考傾向）</text>
      <text x="219.0" y="86.8" text-anchor="end" font-size="13" fill="#1A6DB5" font-weight="bold">7%（4名）</text>
    </svg>
  </div>
  <div class="article-reading-note">
    「補助金・ローンのお金の知識」が47名中26名（55%）と圧倒的な1位でした。2位の「地域特性・デメリットを正直に話してくれる」（15名）も、横浜特有の坂道やハザードリスクへの関心が背景にありそうです。「知名度・規模」を重視した回答は4名（参考傾向）にとどまっており、会社のブランドよりも担当者個人の資質を重視する傾向が見られました。
  </div>
  <div class="article-notice-box">※n=47、単一回答。グラフの「その他」スライスは「押し売り感がない（5名）」「知名度・規模（4名・参考傾向）」の合算です。詳細は下表をご参照ください。</div>

  <!-- Q6 詳細表 -->
  <div class="article-table-scroll">
    <table>
      <thead>
        <tr><th>重視したポイント</th><th>回答者数</th></tr>
      </thead>
      <tbody>
        <tr><td data-th="重視したポイント">補助金や住宅ローンなど「お金」の知識が豊富で提案力がある</td><td data-th="回答者数">26名</td></tr>
        <tr><td data-th="重視したポイント">横浜の地域特性（坂道、ハザード、学区など）やデメリットも正直に話してくれる</td><td data-th="回答者数">15名</td></tr>
        <tr><td data-th="重視したポイント">連絡のレスポンスが早く、スピード感をもって動いてくれる</td><td data-th="回答者数">10名</td></tr>
        <tr><td data-th="重視したポイント">こちらのペースに合わせてくれ、押し売り感がない</td><td data-th="回答者数">5名</td></tr>
        <tr><td data-th="重視したポイント">会社の知名度や規模の大きさ（大手不動産など）※参考傾向</td><td data-th="回答者数">4名</td></tr>
      </tbody>
    </table>
  </div>

  <p>「補助金・ローンのお金の知識」が47名中26名（55%）と圧倒的な1位でした。前章で見た「補助金の壁」を踏まえると、知識のある担当者への期待値が高まるのは自然な流れといえます。2位の「地域特性・デメリットを正直に話してくれる」（15名）も、横浜特有の坂道やハザードリスクへの関心が背景にありそうです。</p>
  <p>一方、「知名度・規模」を重視した回答は4名にとどまりました（参考傾向）。今回の回答者においては、会社のブランドよりも担当者個人の知識と誠実さを重視する傾向が見られました。ただしこれは参考傾向であり、大手・地域密着のどちらが優れているという意味ではありません。自分に合った担当者かどうかを、規模ではなく中身で判断することが重要といえそうです。</p>

  <h3>"大満足"と"普通"を分けたのは、担当者の"先回り力"だった</h3>

  <p>47名中「とても信頼できた（大満足）」25名（53%）・「普通」19名（40%）・「不信感があった（不満）」3名（6%）という結果でした。大満足が過半数を占める一方、「普通」と答えた層も約4割と厚みがあります。この差は何だったのでしょうか。</p>
  <p>体験談を整理すると、満足度の評価を分けた要因の傾向が見えてきます。</p>

  <!-- 満足度比較表 -->
  <div class="article-table-scroll">
    <table>
      <thead>
        <tr><th>評価</th><th>判断理由の傾向</th></tr>
      </thead>
      <tbody>
        <tr>
          <td data-th="評価">大満足（25名）</td>
          <td data-th="判断理由の傾向">・聞く前に補助金のスケジュールや必要書類を共有してくれた<br>・坂道・ハザードなどデメリットも正直に伝えてくれた<br>・質問への返答が早く、こちらの状況を先読みした提案があった</td>
        </tr>
        <tr>
          <td data-th="評価">普通（19名）</td>
          <td data-th="判断理由の傾向">・質問すれば答えてくれるが、自発的な提案が少なかった<br>・対応は丁寧だが、制度活用の提案は受け身だった<br>・特に不満はないが、特別な印象も残らなかった</td>
        </tr>
        <tr>
          <td data-th="評価">不満 ※参考傾向（3名）</td>
          <td data-th="判断理由の傾向">・補助金や物件リスクの説明が不足していた<br>・担当者の知識不足を感じる場面があった</td>
        </tr>
      </tbody>
    </table>
  </div>

  <p>大満足の体験者からは、こんな声が聞かれました。</p>

  <div class="article-voice-box">
    <p>「担当者の方が補助金の予算残枠や申請期限をこちらが聞く前に共有してくれたおかげで、スムーズに申請できました。必要書類のリストやスケジュール表まで事前に用意してくれていて、本当に心強かったです」</p>
    <p class="article-voice-attr">——30代の購入経験者</p>
  </div>

  <p>補助金のスケジュール管理だけでなく、地域特性への誠実な説明も信頼につながっていました。</p>

  <div class="article-voice-box">
    <p>「物件のメリットだけでなく、坂道が多いエリアの生活面や将来の資産価値についても率直に話してくれたため、信頼できると感じました」</p>
    <p class="article-voice-attr">——30代の購入経験者</p>
  </div>

  <p>一方、「普通」と評価した体験者からはこんな声も。</p>

  <div class="article-voice-box">
    <p>「対応は丁寧でしたが、補助金についてはこちらから質問しないと情報が出てこない印象で、もう少し積極的な提案があればよかったと感じました」</p>
    <p class="article-voice-attr">——40代の購入経験者</p>
  </div>

  <p>「大満足」と「普通」を分けたのは、対応の丁寧さではなく、担当者が先回りして動いてくれるかどうかにあると考えられます。なお、不満層は3名と少数のため、参考傾向としての紹介にとどめます。</p>
  <p>こうした「先回り力」を持つ担当者を見つけるには、最初の相談段階で「補助金について自発的に説明してくれるか」「デメリットも含めて話してくれるか」を確認してみるのが一つの方法です。次章では、体験者の83%が導き出した「では最初に何をすべきか」という答えを見ていきます。</p>


  <!-- H2③ -->
  <h2>横浜の住宅購入体験者の83%が"最初にすべきこと"として選んだ答え</h2>

  <!-- グラフ④ Q9円グラフ -->
  <p class="article-chart-title"><br></p><p class="article-chart-title">これから横浜で住宅購入を検討する人に伝えたい教訓（n=47、単一回答）</p>
  <div class="article-chart">
        <svg viewBox="0 0 700 500" xmlns="http://www.w3.org/2000/svg" role="img" aria-label="最も伝えたい教訓の円グラフ">
      <path d="M310,240 L310.0,105.0 A135,135 0 1,1 191.6,175.1 Z" fill="#4B6E3D"></path>
      <path d="M310,240 L191.6,175.1 A135,135 0 0,1 257.3,115.7 Z" fill="#A8C5A0"></path>
      <path d="M310,240 L257.3,115.7 A135,135 0 0,1 310.0,105.0 Z" fill="#C8C0B0"></path>
      <polyline points="384.9,366.5 398.2,388.8 448.2,388.8" fill="none" stroke="#bbb" stroke-width="1.2"></polyline>
      <text x="453.2" y="370.8" text-anchor="start" font-size="12" fill="#4A5568">資金計画・補助金に強い</text>
      <text x="453.2" y="387.8" text-anchor="start" font-size="12" fill="#4A5568">不動産会社をじっくり探すべき</text>
      <text x="453.2" y="404.8" text-anchor="start" font-size="13" fill="#1A6DB5" font-weight="bold">83%（39名）</text>
      <polyline points="211.4,131.0 194.0,111.7 144.0,111.7" fill="none" stroke="#bbb" stroke-width="1.2"></polyline>
      <text x="139.0" y="102.7" text-anchor="end" font-size="12" fill="#4A5568">物件探しを急ぐべき</text>
      <text x="139.0" y="119.7" text-anchor="end" font-size="13" fill="#1A6DB5" font-weight="bold">11%（5名）</text>
      <polyline points="280.7,95.9 275.5,70.5 225.5,70.5" fill="none" stroke="#bbb" stroke-width="1.2"></polyline>
      <text x="220.5" y="61.5" text-anchor="end" font-size="12" fill="#4A5568">この中にない</text>
      <text x="220.5" y="78.5" text-anchor="end" font-size="13" fill="#1A6DB5" font-weight="bold">6%（3名）</text>
    </svg>
  </div>
  <div class="article-reading-note">
    83%という集中度はこのアンケートの中で最も明確な傾向のひとつです。「物件探しを急ぐべき」（11%）や「この中にない」（6%）と答えた方も一定数おり、全員が同じ結論に至っているわけではないことも添えておきます。
  </div>
  <div class="article-notice-box">※n=47、単一回答</div>

  <p>今回のアンケートで、47名中39名（83%）が「まず資金計画・補助金に強い不動産会社をじっくり探すべき」を選びました。「物件探しを急ぐべき」を選んだ5名（11%）も少数ながら存在しており、全員が同じ結論に至っているわけではありません。また「この中にない」と答えた3名（6%）もいることは、誠実に添えておきます。それでも、83%という集中度はこのアンケートの中で最も明確な傾向のひとつです。</p>

  <p>なぜこの結論になるのか。ここまでのデータを振り返ると、一本の流れが見えてきます。補助金を活用できなかった層は47名中約21名（45%）存在し、その最大の理由は「制度が複雑で自分に何が使えるか分からなかった」でした（22名）。一方、担当者選びで最も重視されたのは「補助金・ローンの知識」（26名）であり、その知識を持ち先回りして動いてくれた担当者が「大満足」評価を得ていました。補助金で苦労した経験が、「最初から詳しい担当者を探すべきだった」という教訓に結びついていると考えられます。</p>

  <p>では、具体的に何を基準に担当者を選べばいいのか。体験者が重視したポイントの上位3項目を、確認軸として整理しました。</p>

  <!-- 担当者選びの3つの確認ポイント表 -->
  <div class="article-table-scroll">
    <table>
      <thead>
        <tr><th>確認ポイント</th><th>体験者が重視した理由の傾向</th></tr>
      </thead>
      <tbody>
        <tr><td data-th="確認ポイント">① 補助金・ローンの知識と提案力</td><td data-th="体験者が重視した理由の傾向">制度の複雑さや期限の問題を、担当者の知識でカバーできた体験が多数</td></tr>
        <tr><td data-th="確認ポイント">② 地域特性・デメリットを正直に話してくれる</td><td data-th="体験者が重視した理由の傾向">坂道・ハザードなど横浜特有のリスクを事前に知れたことが信頼の根拠に</td></tr>
        <tr><td data-th="確認ポイント">③ レスポンスの速さ</td><td data-th="体験者が重視した理由の傾向">補助金の期限がシビアな状況で、スピード感のある対応が安心感につながった</td></tr>
      </tbody>
    </table>
  </div>

  <p>この3点は、最初の相談や問い合わせの段階でも確認しやすい基準です。「補助金について自発的に説明してくれるか」「デメリットも含めて話してくれるか」「連絡の返しは早いか」——これらを最初の接点で意識してみるだけで、担当者選びの精度が上がる可能性があります。</p>
  <p>補助金に詳しい担当者を早めに見つけることが、横浜での住宅購入における「最初の一手」になりえると、体験者の声は示しています。気になる方は、まず相談だけでも試してみることから始められます。</p>

  <!-- 中間CTA② -->
  <div class="article-cta-mid">
    <p> 補助金・ローンに詳しい不動産会社への相談が気になる方へ</p>
    <a href="/contact/" target="_blank">「まず担当者を探してみよう」と思った方は、横浜エリアに詳しい「つるハウス」への無料相談を試してみてください</a>
  </div>


  <!-- H2④ FAQ -->
  <h2>よくある質問</h2>

  <div class="article-faq-box">
    <h3>Q：横浜市の住宅購入で使える補助金は今もありますか？</h3>
    <p>A：補助金制度は毎年内容が変わるため、現時点で利用できる制度は国土交通省や横浜市の公式サイトでご確認いただくのが確実です。制度の種類・条件・申請期限はそれぞれ異なり、今回のアンケートでも「期限を知らずに間に合わなかった」という体験談が複数ありました。最新情報は、補助金に詳しい不動産担当者に確認しながら動くことが、タイムロスを防ぐ方法の一つといえそうです。</p>
  </div>

  <div class="article-faq-box">
    <h3>Q：補助金に強い不動産担当者かどうか、最初の相談でどう見極めればいいですか？</h3>
    <p>A：こちらから聞く前に、補助金やローンの情報を自発的に提案してくれるかどうかが一つの目安になります。今回のアンケートで「大満足」と答えた体験者の声を見ると、「聞く前にスケジュールを共有してくれた」「デメリットも正直に話してくれた」「レスポンスが速かった」という3点が共通して挙がっていました。最初の問い合わせや相談時に、これらを確認してみるのが判断の手がかりになりそうです。</p>
  </div>

  <div class="article-faq-box">
    <h3>Q：補助金の存在を知らないまま購入してしまった場合、後から申請できますか？</h3>
    <p>A：制度によって申請できるタイミングが定められており、契約・引き渡し後では対応できないものも少なくありません。今回のアンケートでも「もっと早く動けばよかった」「存在を知ったのが遅すぎた」という後悔の声が複数ありました。購入の検討段階から、担当者や公的窓口へ早めに相談しておくことが選択肢を広げることにつながりやすいといえます。</p>
  </div>

  <div class="article-faq-box">
    <h3>Q：大手不動産会社と地域密着型、どちらを選べばいいですか？</h3>
    <p>A：会社の規模よりも、担当者個人の知識と誠実さを重視する傾向が、今回のアンケートでは見られました。「知名度・規模」を選んだ回答者は4名にとどまり（参考傾向）、上位に選ばれたのは「補助金・ローンの知識」「地域特性を正直に話してくれる」といった担当者個人の資質でした。大手・地域密着のどちらが優れているとは一概にいえず、最終的には担当者との相性や知識量で判断するのが現実的です。</p>
  </div>

  <div class="article-faq-box">
    <h3>Q：横浜は坂道が多いと聞きますが、物件選びで気をつけることはありますか？</h3>
    <p>A：坂道やハザードリスクなど、横浜特有の地域特性を事前に教えてくれる担当者かどうかが、信頼の判断材料になるという体験談が今回のアンケートで複数見られました。「坂道が多いエリアであること」「ハザードマップ上のリスク」「駅までの実際のルートと所要時間」といったマイナス面も含めて説明してくれる担当者は、体験者から高い評価を得ていました。最初の相談でデメリットについて質問してみることが、担当者を見極める一つの方法にもなります。</p>
  </div>


  <!-- まとめ -->
  <h2>まとめ</h2>
  <p>今回のアンケートでは、補助金を活用できなかった層が約45%存在し、最大の壁は「制度が複雑で自分に何が使えるか分からなかった」でした。そして体験者の83%が、後悔しないための最初の行動として「資金計画・補助金に強い不動産会社をじっくり探すこと」を選んでいます。坂道・ハザード・学区など複雑な要素が絡み合う横浜だからこそ、地域と制度の両方に詳しい担当者を早めに見つけることが、損のない住宅購入への近道になりそうです。まずは相談から始めてみませんか。</p>

  <!-- メインCTA -->
  <div class="article-cta">
    <p>横浜を中心に、仲介手数料無料で新築・中古戸建てやマンションをご紹介している<a href="https://www.tsuruhouse.jp/" target="_blank" style="text-decoration-line: underline; font-weight: bold;">「つるハウス」</a>では、物件探しだけでなく補助金・資金計画のご相談も承っています。初期費用を抑えたい方も、まずはお気軽にお問い合わせください。</p>
    <br>
    <div class="article-cta-row1"><a class="article-cta-btn article-cta-btn-fill" href="/contact/" target="_blank">つるハウスに無料相談してみる（相談無料）</a>
    </div>
    <div class="article-cta-row2">
      <a class="article-cta-btn article-cta-btn-outline" href="/new/" target="_blank">横浜の新築物件一覧を見てみる</a>
      <a class="article-cta-btn article-cta-btn-outline" href="/used/" target="_blank">横浜の中古物件一覧を見てみる</a>
    </div>
  </div>

</div>


]]></description>
            <pubDate>2026-06-26</pubDate>
        </item>
                
        <item>
            <title>神奈川県は交通アクセスが決め手！100人が選んだ住みやすいエリアランキング</title>
            <link>https://www.tsuruhouse.jp/blog/entry-793339/</link>
            <description><![CDATA[<style>
.article-decorated-wrapper {
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", "Yu Gothic", "Meiryo", sans-serif;
  color: #1a1a1a;
  line-height: 1.9;
  font-size: 16px;
  max-width: 860px;
  margin: 0 auto;
}

.article-decorated-wrapper * {
  box-sizing: border-box;
}

.article-decorated-wrapper h2 {
  font-size: 1.7em;
  line-height: 1.5;
  margin: 48px 0 20px;
  padding: 14px 18px;
  color: #0A246F;
  background: #F2F7FC;
  border-left: 6px solid #48ACEB;
  border-radius: 6px;
}

.article-decorated-wrapper h3 {
  font-size: 1.25em;
  line-height: 1.6;
  margin: 34px 0 14px;
  padding-bottom: 8px;
  color: #0A246F;
  border-bottom: 2px solid #48ACEB;
}

.article-decorated-wrapper p {
  margin: 0 0 20px;
}

.article-decorated-wrapper ul {
  margin: 18px 0 26px;
  padding-left: 1.4em;
}

.article-decorated-wrapper li {
  margin-bottom: 10px;
}

.article-decorated-wrapper table {
  width: 100%;
  border-collapse: collapse;
  margin: 28px 0;
  font-size: 15px;
}

.article-decorated-wrapper th,
.article-decorated-wrapper td {
  border: 1px solid #E5E5E5;
  padding: 14px 16px;
  text-align: left;
  vertical-align: middle;
}

.article-decorated-wrapper th {
background:#0A246F;
  color: #FFFFFF;
  font-weight: 700;
}

.article-decorated-wrapper td {
  background: #FFFFFF;
}

.article-decorated-wrapper tr:nth-child(even) td {
  background: #F8FAFD;
}

.article-chart {
  margin: 32px 0;
  padding: 26px 24px;
  border: 1px solid #E5EAF0;
  background: #FFFFFF;
  border-radius: 10px;
}

.article-chart-title {
  margin: 0 0 22px;
  font-weight: 700;
  color: #0A246F;
  text-align: center;
}

.article-bars {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.article-bar-row {
  display: grid;
  grid-template-columns: 120px 1fr 70px;
  gap: 12px;
  align-items: center;
}

.article-bar-label {
  font-weight: 700;
  color: #333333;
}

.article-bar-track {
  height: 18px;
  background: #EAF1F8;
  border-radius: 999px;
  overflow: hidden;
}

.article-bar-fill {
  display: block;
  height: 100%;
  width: var(--bar-w);
  background: #48ACEB;
  border-radius: 999px;
}

.article-bar-fill-accent {
  background: #F57C2B;
}

.article-bar-value {
  font-weight: 700;
  color: #0A246F;
  text-align: right;
}

.article-faq-box {
  margin: 24px 0;
  padding: 22px 24px;
  background: #F8FAFD;
  border: 1px solid #E5EAF0;
  border-radius: 10px;
}

.article-faq-box h3 {
  margin-top: 0;
}

.article-cta {
  margin: 44px 0 20px;
  padding: 28px 26px;
  text-align: center;
  background: #0A246F;
  color: #FFFFFF;
  border-radius: 12px;
}

.article-cta p {
  color: #FFFFFF;
}

.article-notice-box {
  margin: 24px 0;
  padding: 18px 20px;
  background: #FFF9F0;
  border: 1px solid #FFE4B5;
  border-radius: 8px;
  color: #8B4513;
}

@media (max-width: 768px) {
  .article-decorated-wrapper {
    font-size: 16px;
  }

  .article-decorated-wrapper h2 {
    font-size: 1.35em;
    padding: 12px 14px;
  }

  .article-decorated-wrapper h3 {
    font-size: 1.15em;
  }

  .article-bar-row {
    grid-template-columns: 90px 1fr 58px;
    gap: 8px;
  }

  .article-bar-label {
    font-size: 13px;
  }

  .article-decorated-wrapper table,
  .article-decorated-wrapper thead,
  .article-decorated-wrapper tbody,
  .article-decorated-wrapper tr,
  .article-decorated-wrapper td {
    display: block;
    width: 100%;
  }

  .article-decorated-wrapper thead {
    display: none;
  }

  .article-decorated-wrapper tr {
    margin-bottom: 16px;
    border: 1px solid #E5E5E5;
    border-radius: 8px;
    overflow: hidden;
  }

  .article-decorated-wrapper td {
    border: none;
    border-bottom: 1px solid #E5E5E5;
  }

  .article-decorated-wrapper td::before {
    content: attr(data-th);
    display: block;
    margin-bottom: 4px;
    font-size: 12px;
    font-weight: 700;
    color: #0A246F;
  }

  .article-decorated-wrapper td:last-child {
    border-bottom: none;
  }
}
.article-cta {
  margin: 44px 0 20px;
  padding: 28px 26px;
  text-align: center;
  background: transparent;
  color: #0A246F;
  border: 2px solid #0A246F;
  border-radius: 12px;
}

.article-cta p {
  color: #0A246F;
  margin: 0 0 12px;
}

.article-cta strong {
  font-size: 18px;
}

/* --- ここから下がボタンの修正箇所です --- */
.article-cta-btn {
  display: inline-block;
  margin: 10px 8px;
  padding: 14px 28px;
  text-decoration: none !important;
  font-weight: 700;
  border-radius: 999px;
  transition: 0.2s ease;
  color: #333333 !important; /* ★ココに !important を追加！テーマの青色設定に勝つ！ */
}

/* オレンジの塗りつぶしボタン（左） */
.article-cta-btn-fill {
  background: #F57C2B !important;
  border: 2px solid #F57C2B !important;
}

/* オレンジの枠線のみのボタン（右） */
.article-cta-btn-outline {
  background: #FFFFFF !important;
  border: 2px solid #F57C2B !important;
}

/* ホバー時の挙動（マウスを乗せたとき） */
.article-cta-btn-fill:hover {
  background: #E0691D; /* 【修正】背景を少し暗いオレンジに変化させる（王道パターン） */
  border-color: #E0691D;
}

.article-cta-btn-outline:hover {
  background: #FFF0E6; /* 【修正】背景をほんのり薄いオレンジに変化させる */
}
.article-cta-btn {
  display: inline-block;
  margin: 10px 8px;
  padding: 14px 28px;
  text-decoration: none !important;
  font-weight: 700;
  border-radius: 999px;
  transition: 0.2s ease;
  color: #333333 !important;
  letter-spacing: 0.05em; /* ★ココを追加！最適な字送りで視認性アップ */
}
</style>

<div class="article-decorated-wrapper">

<div style="text-align:leftoriginal;word-break: break-all;"><p class="clearfix"><img src="//cdn.img-asp.jp/cms/793339_1_0_0_1.jpg" style="max-width: 100%;float:left;" alt="神奈川県は交通アクセスが決め手！100人が選んだ住みやすいエリアランキング"></p></div><p><br></p><p><span style="font-weight: bold;">つるハウス(運営会社：株式会社 鶴創建、代表者：渡邊 智也)は神奈川県での居住経験者100人を対象に「神奈川県住みやすさ調査」を実施し、そのデータをランキングにしました。</span></p><div><br></div><p>「神奈川県で住みやすいエリアはどこ？」と気になっている方に向けて、<strong>実際に神奈川県に住んだ経験がある100人</strong>にアンケートを実施しました。</p>

<p>本記事では、居住経験者の<strong>満足度（「また住みたい」と思う割合）</strong>をもとに、神奈川県内のエリア別ランキングを紹介します。</p>

<div class="article-notice-box">
<p><strong>⚠️ 本ランキングについて</strong></p>
<p>このランキングは「住みたい駅」への投票ではなく、<strong>回答者が実際に住んだ経験に基づく評価</strong>です。「人気ランキング」や「おすすめランキング」とは異なりますので、あくまで<strong>居住経験者の傾向</strong>としてご参考ください。</p>
</div><div class="blog-index" style="border:1px solid #8c8c8c;background-color: #f9f9f9;padding:20px;margin:10px 0;"><span style="font-size: 110%;font-weight: bold;padding: 3px;">【目次】</span><ul><li><a style="color: rgb(7, 81, 154); line-height: 2;" href="javascript:void(0)" onclick="scrollToHTag('#hs4q1nz6jm')">・この記事でわかること</a></li><li><a style="color: rgb(7, 81, 154); line-height: 2;" href="javascript:void(0)" onclick="scrollToHTag('#hlvwg1vrs9')">・調査概要</a></li><li><a style="color: rgb(7, 81, 154); line-height: 2;" href="javascript:void(0)" onclick="scrollToHTag('#h0w5gtbbl0')">・【エリア大分類別】居住経験者の満足度ランキング</a></li><li><a style="color: rgb(7, 81, 154); line-height: 2;" href="javascript:void(0)" onclick="scrollToHTag('#hry8ss6zms')">・上位エリアの特徴と評価ポイント</a></li><li><a style="color: rgb(7, 81, 154); line-height: 2;" href="javascript:void(0)" onclick="scrollToHTag('#h5sy4d6wii')">・【駅・エリア別】回答数が多かった駅ランキング</a></li><li><a style="color: rgb(7, 81, 154); line-height: 2;" href="javascript:void(0)" onclick="scrollToHTag('#h3iu1ryhaj')">・住みやすさの決め手は「交通アクセス」が40%</a></li><li><a style="color: rgb(7, 81, 154); line-height: 2;" href="javascript:void(0)" onclick="scrollToHTag('#haxe25n1hf')">・居住経験者の88%が「また住みたい」と回答</a></li><li><a style="color: rgb(7, 81, 154); line-height: 2;" href="javascript:void(0)" onclick="scrollToHTag('#hcqeymky1z')">・不便に感じた点｜坂道・混雑が上位</a></li><li><a style="color: rgb(7, 81, 154); line-height: 2;" href="javascript:void(0)" onclick="scrollToHTag('#hab9qnmtaz')">・家賃と住み心地のバランス（コスパ評価）</a></li><li><a style="color: rgb(7, 81, 154); line-height: 2;" href="javascript:void(0)" onclick="scrollToHTag('#hbo5tvhxl1')">・FAQ</a></li><li><a style="color: rgb(7, 81, 154); line-height: 2;" href="javascript:void(0)" onclick="scrollToHTag('#hzg8scqqzc')">・まとめ</a></li></ul></div><h2 id="hs4q1nz6jm">この記事でわかること</h2>

<ul>
<li><strong>神奈川県のエリア別満足度ランキング</strong></li>
<li>実際に住んで感じた<strong>不便な点</strong></li>
<li>家賃と住み心地の<strong>コスパ評価</strong></li>
<li>88%が「また住みたい」と回答した<strong>満足度の内訳</strong></li>
</ul>

<h2 id="hlvwg1vrs9">調査概要</h2>

<table>
<thead>
<tr>
<th>項目</th>
<th>内容</th>
</tr>
</thead>
<tbody>
<tr>
<td data-th="項目">調査対象</td>
<td data-th="内容">神奈川県に住んだことがある100人</td>
</tr>
<tr>
<td data-th="項目">調査方法</td>
<td data-th="内容">インターネットアンケート</td>
</tr>
<tr>
<td data-th="項目">主な調査項目</td>
<td data-th="内容">住みやすさの理由、不便点、コスパ評価、将来居住意向など</td>
</tr>
<tr>
<td data-th="項目">注意点</td>
<td data-th="内容">居住経験に基づく評価であり、人気投票ではありません</td>
</tr>
</tbody>
</table>

<h2 id="h0w5gtbbl0">【エリア大分類別】居住経験者の満足度ランキング</h2>

<p>神奈川県に住んだことがある100人の回答をエリア別に集計し、<strong>「また住みたい」と答えた割合（満足度）</strong>でランキングにしました。</p>

<div class="article-chart">
  <p class="article-chart-title">エリア別満足度ランキング（n=100）</p>
  <div class="article-bars">
    <div class="article-bar-row">
      <span class="article-bar-label">横浜市</span>
      <span class="article-bar-track">
        <span class="article-bar-fill article-bar-fill-accent" style="--bar-w:93.2%;"></span>
      </span>
      <span class="article-bar-value">93.2%</span>
    </div>
    <div class="article-bar-row">
      <span class="article-bar-label">相模原市</span>
      <span class="article-bar-track">
        <span class="article-bar-fill" style="--bar-w:90%;"></span>
      </span>
      <span class="article-bar-value">90.0%</span>
    </div>
    <div class="article-bar-row">
      <span class="article-bar-label">川崎市</span>
      <span class="article-bar-track">
        <span class="article-bar-fill" style="--bar-w:88.2%;"></span>
      </span>
      <span class="article-bar-value">88.2%</span>
    </div>
    <div class="article-bar-row">
      <span class="article-bar-label">湘南</span>
      <span class="article-bar-track">
        <span class="article-bar-fill" style="--bar-w:87.5%;"></span>
      </span>
      <span class="article-bar-value">87.5%</span>
    </div>
    <div class="article-bar-row">
      <span class="article-bar-label">県央・西部</span>
      <span class="article-bar-track">
        <span class="article-bar-fill" style="--bar-w:87.5%;"></span>
      </span>
      <span class="article-bar-value">87.5%</span>
    </div>
    <div class="article-bar-row">
      <span class="article-bar-label">その他</span>
      <span class="article-bar-track">
        <span class="article-bar-fill" style="--bar-w:69.2%;"></span>
      </span>
      <span class="article-bar-value">69.2%</span>
    </div>
  </div>
</div>

<table>
<thead>
<tr>
<th>順位</th>
<th>エリア名</th>
<th>回答数</th>
<th>満足度</th>
<th>主な住みやすさ理由</th>
<th>主な不便点</th>
</tr>
</thead>
<tbody>
<tr>
<td data-th="順位">1</td>
<td data-th="エリア名">横浜市</td>
<td data-th="回答数">44件</td>
<td data-th="満足度">93.2%</td>
<td data-th="主な住みやすさ理由">交通アクセスが良い</td>
<td data-th="主な不便点">坂道が多く、移動が大変</td>
</tr>
<tr>
<td data-th="順位">2</td>
<td data-th="エリア名">川崎市</td>
<td data-th="回答数">17件</td>
<td data-th="満足度">88.2%</td>
<td data-th="主な住みやすさ理由">交通アクセスが良い</td>
<td data-th="主な不便点">特に不便は感じなかった</td>
</tr>
<tr>
<td data-th="順位">3</td>
<td data-th="エリア名">相模原市</td>
<td data-th="回答数">10件</td>
<td data-th="満足度">90.0%</td>
<td data-th="主な住みやすさ理由">交通アクセスが良い</td>
<td data-th="主な不便点">特に不便は感じなかった</td>
</tr>
<tr>
<td data-th="順位">4</td>
<td data-th="エリア名">湘南</td>
<td data-th="回答数">8件</td>
<td data-th="満足度">87.5%</td>
<td data-th="主な住みやすさ理由">交通アクセスが良い</td>
<td data-th="主な不便点">電車やバスが混雑する</td>
</tr>
<tr>
<td data-th="順位">5</td>
<td data-th="エリア名">県央・西部</td>
<td data-th="回答数">8件</td>
<td data-th="満足度">87.5%</td>
<td data-th="主な住みやすさ理由">買い物施設が利用しやすい</td>
<td data-th="主な不便点">坂道が多く、移動が大変</td>
</tr>
<tr>
<td data-th="順位">6</td>
<td data-th="エリア名">その他</td>
<td data-th="回答数">13件</td>
<td data-th="満足度">69.2%</td>
<td data-th="主な住みやすさ理由">自然や公園が多く、環境が良い</td>
<td data-th="主な不便点">特に不便は感じなかった</td>
</tr>
</tbody>
</table>

<p>※満足度＝「また住みたい」と回答した割合（n=100）<br>※回答数10件未満のエリアは参考傾向としてご覧ください</p>

<p><strong>1位は横浜市エリア</strong>で、44人中41人（93.2%）が「また住みたい」と回答しました。住みやすさの理由として最も多かったのは<strong>「交通アクセスが良い」</strong>という声でした。</p>

<p>一方で、<strong>回答数が10件未満のエリア（湘南・県央・西部など）は参考傾向</strong>としてご覧ください。回答数が少ないため、このランキングだけで「住みやすい」と断定することはできません。</p>

<h2 id="hry8ss6zms">上位エリアの特徴と評価ポイント</h2>

<p>ランキング上位のエリアについて、<strong>なぜ高く評価されたのか</strong>を詳しく見ていきましょう。</p>

<h3 id="hlifena71x">横浜市エリア（1位・44件・満足度93.2%）</h3>

<p>横浜市エリアは、今回の調査で<strong>最も回答数が多く、満足度も高い</strong>結果となりました。</p>

<p><strong>住みやすさの主な理由：</strong></p>
<ul>
<li>「交通アクセスが良い」が最多</li>
<li>「横浜駅に行けば基本なんでもある」「みなとみらいまで足を伸ばせばイベントも沢山ある」といった声</li>
</ul>

<p><strong>不便に感じた点：</strong></p>
<ul>
<li>「坂道が多く、移動が大変」が最多</li>
<li>丘陵地が多い横浜市ならではの傾向といえます</li>
</ul>

<h3 id="h2dchszn9j">川崎市エリア（2位・17件・満足度88.2%）</h3>

<p>川崎市エリアは、<strong>「特に不便は感じなかった」が最多</strong>という特徴がありました。</p>

<p><strong>住みやすさの主な理由：</strong></p>
<ul>
<li>「交通アクセスが良い」が最多</li>
<li>「都内や横浜方面へ移動しやすく通勤がかなり便利」という声</li>
</ul>

<p><strong>不便に感じた点：</strong></p>
<ul>
<li>「特に不便は感じなかった」が最多</li>
<li>交通・買い物・生活面でバランスが取れている傾向がうかがえます</li>
</ul>

<h3 id="hidu4fwov2">相模原市エリア（3位・10件・満足度90.0%）※参考傾向</h3>

<div class="article-notice-box">
<p>⚠️ 回答数が10件のため、参考傾向としてご覧ください。</p>
</div>

<p><strong>住みやすさの主な理由：</strong></p>
<ul>
<li>「交通アクセスが良い」が最多</li>
<li>「学校が近い事と、都心部に出やすい」という声</li>
</ul>

<p><strong>不便に感じた点：</strong></p>
<ul>
<li>「特に不便は感じなかった」が最多</li>
</ul>

<h2 id="h5sy4d6wii">【駅・エリア別】回答数が多かった駅ランキング</h2>

<p>続いて、駅・エリア単位で回答数が多かった場所をランキング形式で紹介します。</p>

<h3 id="h8klg94a44">回答数3件以上の駅・エリア</h3>

<table>
<thead>
<tr>
<th>順位</th>
<th>駅・エリア名</th>
<th>回答数</th>
<th>満足度</th>
<th>主な住みやすさ理由</th>
<th>主な不便点</th>
</tr>
</thead>
<tbody>
<tr>
<td data-th="順位">1</td>
<td data-th="駅・エリア名">横浜市中区</td>
<td data-th="回答数">7件</td>
<td data-th="満足度">100%</td>
<td data-th="主な住みやすさ理由">交通アクセスが良い</td>
<td data-th="主な不便点">電車やバスが混雑する</td>
</tr>
<tr>
<td data-th="順位">2</td>
<td data-th="駅・エリア名">横浜市保土ヶ谷区</td>
<td data-th="回答数">4件</td>
<td data-th="満足度">100%</td>
<td data-th="主な住みやすさ理由">交通アクセスが良い</td>
<td data-th="主な不便点">坂道が多く、移動が大変</td>
</tr>
<tr>
<td data-th="順位">3</td>
<td data-th="駅・エリア名">横浜市西区</td>
<td data-th="回答数">3件</td>
<td data-th="満足度">100%</td>
<td data-th="主な住みやすさ理由">買い物施設が利用しやすい</td>
<td data-th="主な不便点">家賃や物価が高い</td>
</tr>
<tr>
<td data-th="順位">4</td>
<td data-th="駅・エリア名">横浜市旭区</td>
<td data-th="回答数">3件</td>
<td data-th="満足度">66.7%</td>
<td data-th="主な住みやすさ理由">買い物施設が利用しやすい</td>
<td data-th="主な不便点">坂道が多く、移動が大変</td>
</tr>
</tbody>
</table>

<p>※回答数が少ないため、参考傾向としてご覧ください</p>

<h3 id="hesx4at7rd">【参考】回答数2件の駅・エリア</h3>

<table>
<thead>
<tr>
<th>駅・エリア名</th>
<th>回答数</th>
<th>満足度</th>
<th>主な住みやすさ理由</th>
</tr>
</thead>
<tbody>
<tr>
<td data-th="駅・エリア名">川崎市中原区・武蔵小杉駅</td>
<td data-th="回答数">2件</td>
<td data-th="満足度">100%</td>
<td data-th="主な住みやすさ理由">交通アクセスが良い</td>
</tr>
<tr>
<td data-th="駅・エリア名">横浜市港南区</td>
<td data-th="回答数">2件</td>
<td data-th="満足度">100%</td>
<td data-th="主な住みやすさ理由">交通アクセスが良い</td>
</tr>
<tr>
<td data-th="駅・エリア名">川崎市多摩区</td>
<td data-th="回答数">2件</td>
<td data-th="満足度">100%</td>
<td data-th="主な住みやすさ理由">家賃や物価とのバランスが良い</td>
</tr>
<tr>
<td data-th="駅・エリア名">相模原市南区</td>
<td data-th="回答数">2件</td>
<td data-th="満足度">100%</td>
<td data-th="主な住みやすさ理由">買い物施設が利用しやすい</td>
</tr>
<tr>
<td data-th="駅・エリア名">相模原市中央区</td>
<td data-th="回答数">2件</td>
<td data-th="満足度">100%</td>
<td data-th="主な住みやすさ理由">交通アクセスが良い</td>
</tr>
<tr>
<td data-th="駅・エリア名">茅ヶ崎市</td>
<td data-th="回答数">2件</td>
<td data-th="満足度">100%</td>
<td data-th="主な住みやすさ理由">交通アクセスが良い</td>
</tr>
</tbody>
</table>

<p>※回答数が少ないため、参考傾向としてご覧ください</p>

<h2 id="h3iu1ryhaj">住みやすさの決め手は「交通アクセス」が40%</h2>

<p>神奈川県に住んだ100人に「住みやすいと感じた一番の理由」を聞いたところ、<strong>「交通アクセスが良い」が40%で最多</strong>でした。</p>

<div class="article-chart">
  <p class="article-chart-title">住みやすいと感じた理由（n=100）</p>
  <div class="article-bars">
    <div class="article-bar-row">
      <span class="article-bar-label">交通アクセス</span>
      <span class="article-bar-track">
        <span class="article-bar-fill article-bar-fill-accent" style="--bar-w:40%;"></span>
      </span>
      <span class="article-bar-value">40%</span>
    </div>
    <div class="article-bar-row">
      <span class="article-bar-label">買物施設</span>
      <span class="article-bar-track">
        <span class="article-bar-fill" style="--bar-w:14%;"></span>
      </span>
      <span class="article-bar-value">14%</span>
    </div>
    <div class="article-bar-row">
      <span class="article-bar-label">自然・公園</span>
      <span class="article-bar-track">
        <span class="article-bar-fill" style="--bar-w:13%;"></span>
      </span>
      <span class="article-bar-value">13%</span>
    </div>
    <div class="article-bar-row">
      <span class="article-bar-label">家賃バランス</span>
      <span class="article-bar-track">
        <span class="article-bar-fill" style="--bar-w:9%;"></span>
      </span>
      <span class="article-bar-value">9%</span>
    </div>
    <div class="article-bar-row">
      <span class="article-bar-label">通勤・通学</span>
      <span class="article-bar-track">
        <span class="article-bar-fill" style="--bar-w:7%;"></span>
      </span>
      <span class="article-bar-value">7%</span>
    </div>
    <div class="article-bar-row">
      <span class="article-bar-label">街の雰囲気</span>
      <span class="article-bar-track">
        <span class="article-bar-fill" style="--bar-w:7%;"></span>
      </span>
      <span class="article-bar-value">7%</span>
    </div>
    <div class="article-bar-row">
      <span class="article-bar-label">治安</span>
      <span class="article-bar-track">
        <span class="article-bar-fill" style="--bar-w:6%;"></span>
      </span>
      <span class="article-bar-value">6%</span>
    </div>
    <div class="article-bar-row">
      <span class="article-bar-label">飲食店</span>
      <span class="article-bar-track">
        <span class="article-bar-fill" style="--bar-w:3%;"></span>
      </span>
      <span class="article-bar-value">3%</span>
    </div>
    <div class="article-bar-row">
      <span class="article-bar-label">子育て環境</span>
      <span class="article-bar-track">
        <span class="article-bar-fill" style="--bar-w:1%;"></span>
      </span>
      <span class="article-bar-value">1%</span>
    </div>
  </div>
</div>

<table>
<thead>
<tr>
<th>順位</th>
<th>住みやすさの理由</th>
<th>回答数</th>
<th>割合</th>
</tr>
</thead>
<tbody>
<tr>
<td data-th="順位">1</td>
<td data-th="住みやすさの理由">交通アクセスが良い（電車の本数、路線数など）</td>
<td data-th="回答数">40人</td>
<td data-th="割合">40%</td>
</tr>
<tr>
<td data-th="順位">2</td>
<td data-th="住みやすさの理由">買い物施設が利用しやすい（スーパー、商業施設など）</td>
<td data-th="回答数">14人</td>
<td data-th="割合">14%</td>
</tr>
<tr>
<td data-th="順位">3</td>
<td data-th="住みやすさの理由">自然や公園が多く、環境が良い</td>
<td data-th="回答数">13人</td>
<td data-th="割合">13%</td>
</tr>
<tr>
<td data-th="順位">4</td>
<td data-th="住みやすさの理由">家賃や物価とのバランスが良い</td>
<td data-th="回答数">9人</td>
<td data-th="割合">9%</td>
</tr>
<tr>
<td data-th="順位">5</td>
<td data-th="住みやすさの理由">通勤・通学がしやすい</td>
<td data-th="回答数">7人</td>
<td data-th="割合">7%</td>
</tr>
<tr>
<td data-th="順位">5</td>
<td data-th="住みやすさの理由">街の雰囲気が自分に合っている</td>
<td data-th="回答数">7人</td>
<td data-th="割合">7%</td>
</tr>
<tr>
<td data-th="順位">7</td>
<td data-th="住みやすさの理由">治安面で安心感がある</td>
<td data-th="回答数">6人</td>
<td data-th="割合">6%</td>
</tr>
<tr>
<td data-th="順位">8</td>
<td data-th="住みやすさの理由">飲食店が多い・充実している</td>
<td data-th="回答数">3人</td>
<td data-th="割合">3%</td>
</tr>
<tr>
<td data-th="順位">9</td>
<td data-th="住みやすさの理由">子育て環境が整っている</td>
<td data-th="回答数">1人</td>
<td data-th="割合">1%</td>
</tr>
</tbody>
</table>

<p>「交通アクセスが良い」と「通勤・通学がしやすい」を合わせると<strong>47%</strong>となり、約半数が<strong>移動の利便性</strong>を重視していることがわかります。</p>

<p>神奈川県は東京都心や横浜へのアクセスが良い路線が多く、この点が高く評価されている傾向がうかがえます。</p>

<h2 id="haxe25n1hf">居住経験者の88%が「また住みたい」と回答</h2>

<p>「機会があればそのエリアにまた住みたいと思いますか？」という質問に対し、<strong>88%が肯定的な回答</strong>をしました。</p>

<div class="article-chart">
  <p class="article-chart-title">将来居住意向（n=100）</p>
  <div class="article-bars">
    <div class="article-bar-row">
      <span class="article-bar-label">強くそう思う</span>
      <span class="article-bar-track">
        <span class="article-bar-fill article-bar-fill-accent" style="--bar-w:26%;"></span>
      </span>
      <span class="article-bar-value">26%</span>
    </div>
    <div class="article-bar-row">
      <span class="article-bar-label">どちらかといえば</span>
      <span class="article-bar-track">
        <span class="article-bar-fill article-bar-fill-accent" style="--bar-w:62%;"></span>
      </span>
      <span class="article-bar-value">62%</span>
    </div>
    <div class="article-bar-row">
      <span class="article-bar-label">あまり思わない</span>
      <span class="article-bar-track">
        <span class="article-bar-fill" style="--bar-w:9%;"></span>
      </span>
      <span class="article-bar-value">9%</span>
    </div>
    <div class="article-bar-row">
      <span class="article-bar-label">全く思わない</span>
      <span class="article-bar-track">
        <span class="article-bar-fill" style="--bar-w:3%;"></span>
      </span>
      <span class="article-bar-value">3%</span>
    </div>
  </div>
</div>

<table>
<thead>
<tr>
<th>回答</th>
<th>回答数</th>
<th>割合</th>
</tr>
</thead>
<tbody>
<tr>
<td data-th="回答">強くそう思う</td>
<td data-th="回答数">26人</td>
<td data-th="割合">26%</td>
</tr>
<tr>
<td data-th="回答">どちらかといえばそう思う</td>
<td data-th="回答数">62人</td>
<td data-th="割合">62%</td>
</tr>
<tr>
<td data-th="回答">あまり思わない</td>
<td data-th="回答数">9人</td>
<td data-th="割合">9%</td>
</tr>
<tr>
<td data-th="回答">全く思わない</td>
<td data-th="回答数">3人</td>
<td data-th="割合">3%</td>
</tr>
</tbody>
</table>

<p>「強くそう思う」（26%）と「どちらかといえばそう思う」（62%）を合わせると<strong>88%</strong>となり、多くの居住経験者が神奈川県での暮らしに満足している傾向がうかがえます。</p>

<p>ただし、この数値は<strong>全体の傾向</strong>であり、特定のエリアや物件の住み心地を保証するものではありません。</p>

<h2 id="hcqeymky1z">不便に感じた点｜坂道・混雑が上位</h2>

<p>「強いて言えば不便に感じた点」を聞いたところ、<strong>「坂道が多く、移動が大変」が21%で最多</strong>でした。</p>

<div class="article-chart">
  <p class="article-chart-title">不便に感じた点（n=100）</p>
  <div class="article-bars">
    <div class="article-bar-row">
      <span class="article-bar-label">坂道が多い</span>
      <span class="article-bar-track">
        <span class="article-bar-fill article-bar-fill-accent" style="--bar-w:21%;"></span>
      </span>
      <span class="article-bar-value">21%</span>
    </div>
    <div class="article-bar-row">
      <span class="article-bar-label">特に不便なし</span>
      <span class="article-bar-track">
        <span class="article-bar-fill" style="--bar-w:20%;"></span>
      </span>
      <span class="article-bar-value">20%</span>
    </div>
    <div class="article-bar-row">
      <span class="article-bar-label">混雑する</span>
      <span class="article-bar-track">
        <span class="article-bar-fill" style="--bar-w:13%;"></span>
      </span>
      <span class="article-bar-value">13%</span>
    </div>
    <div class="article-bar-row">
      <span class="article-bar-label">家賃・物価高</span>
      <span class="article-bar-track">
        <span class="article-bar-fill" style="--bar-w:10%;"></span>
      </span>
      <span class="article-bar-value">10%</span>
    </div>
    <div class="article-bar-row">
      <span class="article-bar-label">騒がしい</span>
      <span class="article-bar-track">
        <span class="article-bar-fill" style="--bar-w:9%;"></span>
      </span>
      <span class="article-bar-value">9%</span>
    </div>
    <div class="article-bar-row">
      <span class="article-bar-label">買物施設少</span>
      <span class="article-bar-track">
        <span class="article-bar-fill" style="--bar-w:8%;"></span>
      </span>
      <span class="article-bar-value">8%</span>
    </div>
    <div class="article-bar-row">
      <span class="article-bar-label">車が必要</span>
      <span class="article-bar-track">
        <span class="article-bar-fill" style="--bar-w:7%;"></span>
      </span>
      <span class="article-bar-value">7%</span>
    </div>
    <div class="article-bar-row">
      <span class="article-bar-label">夜道不安</span>
      <span class="article-bar-track">
        <span class="article-bar-fill" style="--bar-w:6%;"></span>
      </span>
      <span class="article-bar-value">6%</span>
    </div>
    <div class="article-bar-row">
      <span class="article-bar-label">飲食店少</span>
      <span class="article-bar-track">
        <span class="article-bar-fill" style="--bar-w:4%;"></span>
      </span>
      <span class="article-bar-value">4%</span>
    </div>
    <div class="article-bar-row">
      <span class="article-bar-label">公園・自然少</span>
      <span class="article-bar-track">
        <span class="article-bar-fill" style="--bar-w:2%;"></span>
      </span>
      <span class="article-bar-value">2%</span>
    </div>
  </div>
</div>

<table>
<thead>
<tr>
<th>順位</th>
<th>不便に感じた点</th>
<th>回答数</th>
<th>割合</th>
</tr>
</thead>
<tbody>
<tr>
<td data-th="順位">1</td>
<td data-th="不便に感じた点">坂道が多く、移動が大変</td>
<td data-th="回答数">21人</td>
<td data-th="割合">21%</td>
</tr>
<tr>
<td data-th="順位">2</td>
<td data-th="不便に感じた点">特に不便は感じなかった</td>
<td data-th="回答数">20人</td>
<td data-th="割合">20%</td>
</tr>
<tr>
<td data-th="順位">3</td>
<td data-th="不便に感じた点">電車やバスが混雑する</td>
<td data-th="回答数">13人</td>
<td data-th="割合">13%</td>
</tr>
<tr>
<td data-th="順位">4</td>
<td data-th="不便に感じた点">家賃や物価が高い</td>
<td data-th="回答数">10人</td>
<td data-th="割合">10%</td>
</tr>
<tr>
<td data-th="順位">5</td>
<td data-th="不便に感じた点">駅周辺や繁華街が騒がしい</td>
<td data-th="回答数">9人</td>
<td data-th="割合">9%</td>
</tr>
<tr>
<td data-th="順位">6</td>
<td data-th="不便に感じた点">買い物施設が少ない</td>
<td data-th="回答数">8人</td>
<td data-th="割合">8%</td>
</tr>
<tr>
<td data-th="順位">7</td>
<td data-th="不便に感じた点">車がないと移動しにくい</td>
<td data-th="回答数">7人</td>
<td data-th="割合">7%</td>
</tr>
<tr>
<td data-th="順位">8</td>
<td data-th="不便に感じた点">夜道に不安を感じる場所がある</td>
<td data-th="回答数">6人</td>
<td data-th="割合">6%</td>
</tr>
<tr>
<td data-th="順位">9</td>
<td data-th="不便に感じた点">飲食店が少ない</td>
<td data-th="回答数">4人</td>
<td data-th="割合">4%</td>
</tr>
<tr>
<td data-th="順位">10</td>
<td data-th="不便に感じた点">公園や自然が少ない</td>
<td data-th="回答数">2人</td>
<td data-th="割合">2%</td>
</tr>
</tbody>
</table>

<p>一方で、<strong>「特に不便は感じなかった」も20%</strong>おり、大きな不満を感じていない方も多い傾向です。</p>

<p>横浜市をはじめ神奈川県は丘陵地が多いため、坂道の多さは事前に確認しておくと良いでしょう。</p>

<h2 id="hab9qnmtaz">家賃と住み心地のバランス（コスパ評価）</h2>

<p>「家賃に対して実際の住み心地（コスパ）は見合っていましたか？」という質問に対し、<strong>73%が「妥当・納得」または「お得に感じた」と回答</strong>しました。</p>

<div class="article-chart">
  <p class="article-chart-title">コスパ評価（n=100）</p>
  <div class="article-bars">
    <div class="article-bar-row">
      <span class="article-bar-label">妥当・納得</span>
      <span class="article-bar-track">
        <span class="article-bar-fill article-bar-fill-accent" style="--bar-w:60%;"></span>
      </span>
      <span class="article-bar-value">60%</span>
    </div>
    <div class="article-bar-row">
      <span class="article-bar-label">お得</span>
      <span class="article-bar-track">
        <span class="article-bar-fill article-bar-fill-accent" style="--bar-w:13%;"></span>
      </span>
      <span class="article-bar-value">13%</span>
    </div>
    <div class="article-bar-row">
      <span class="article-bar-label">割高</span>
      <span class="article-bar-track">
        <span class="article-bar-fill" style="--bar-w:13%;"></span>
      </span>
      <span class="article-bar-value">13%</span>
    </div>
    <div class="article-bar-row">
      <span class="article-bar-label">家賃未支払</span>
      <span class="article-bar-track">
        <span class="article-bar-fill" style="--bar-w:11%;"></span>
      </span>
      <span class="article-bar-value">11%</span>
    </div>
    <div class="article-bar-row">
      <span class="article-bar-label">不満</span>
      <span class="article-bar-track">
        <span class="article-bar-fill" style="--bar-w:3%;"></span>
      </span>
      <span class="article-bar-value">3%</span>
    </div>
  </div>
</div>

<table>
<thead>
<tr>
<th>回答</th>
<th>回答数</th>
<th>割合</th>
</tr>
</thead>
<tbody>
<tr>
<td data-th="回答">家賃に対して相応の住み心地で「妥当・納得」</td>
<td data-th="回答数">60人</td>
<td data-th="割合">60%</td>
</tr>
<tr>
<td data-th="回答">期待以上に住み心地が良く「お得」に感じた</td>
<td data-th="回答数">13人</td>
<td data-th="割合">13%</td>
</tr>
<tr>
<td data-th="回答">住み心地は悪くないが家賃が「割高」に感じた</td>
<td data-th="回答数">13人</td>
<td data-th="割合">13%</td>
</tr>
<tr>
<td data-th="回答">家賃を支払っていなかった（実家・寮・持ち家など）</td>
<td data-th="回答数">11人</td>
<td data-th="割合">11%</td>
</tr>
<tr>
<td data-th="回答">家賃の高さのわりに住み心地が悪く「不満」</td>
<td data-th="回答数">3人</td>
<td data-th="割合">3%</td>
</tr>
</tbody>
</table>

<p>「妥当・納得」（60%）と「お得に感じた」（13%）を合わせると<strong>73%</strong>となり、多くの方が家賃と住み心地のバランスに満足している傾向がうかがえます。</p>

<p>一方で、「割高に感じた」（13%）と「不満」（3%）を合わせると<strong>16%</strong>が家賃に対してネガティブな評価をしています。</p>

<h2 id="hbo5tvhxl1">FAQ</h2>

<div class="article-faq-box">
<h3 id="hgxa6zqpqz">Q：神奈川県で居住経験者の満足度が高いエリアはどこですか？</h3>
<p>A：今回の調査では、<strong>横浜市エリアが満足度93.2%</strong>（44件中41件が「また住みたい」と回答）で1位でした。次いで川崎市（88.2%）、相模原市（90.0%）と続きます。ただし、回答数が少ないエリアは参考傾向としてご覧ください。</p>
</div>

<div class="article-faq-box">
<h3 id="hssdpmykfq">Q：このランキングは「住みたい駅ランキング」ですか？</h3>
<p>A：いいえ、このランキングは「住みたい駅への投票」ではありません。<strong>実際に神奈川県に住んだ経験がある100人</strong>に、住んでいた（住んでいる）エリアについて評価してもらった結果です。「人気ランキング」や「おすすめランキング」とは異なりますので、居住経験者の傾向としてご参考ください。</p>
</div>

<div class="article-faq-box">
<h3 id="hkwzz4prcv">Q：神奈川県で住みやすいと評価された理由は何ですか？</h3>
<p>A：<strong>「交通アクセスが良い」が40%で最多</strong>でした。次いで「買い物施設が利用しやすい」（14%）、「自然や公園が多く、環境が良い」（13%）と続きます。都心へのアクセスの良さが、神奈川県全体で高く評価されている傾向がうかがえます。</p>
</div>

<div class="article-faq-box">
<h3 id="htnzj39a79">Q：神奈川県に住んで不便に感じた点は何ですか？</h3>
<p>A：<strong>「坂道が多く、移動が大変」が21%で最多</strong>でした。一方で「特に不便は感じなかった」も20%おり、大きな不満を感じていない方も多い傾向です。その他、「電車やバスが混雑する」（13%）、「家賃や物価が高い」（10%）という声もありました。</p>
</div>

<div class="article-faq-box">
<h3 id="hnm4npo87p">Q：神奈川県の家賃に対するコスパ（住み心地）はどうですか？</h3>
<p>A：<strong>73%が「妥当・納得」または「お得に感じた」と回答</strong>しました。内訳は「妥当・納得」が60%、「お得に感じた」が13%です。一方で「割高に感じた」は13%、「不満」は3%でした。</p>
</div>

<h2 id="hzg8scqqzc">まとめ</h2>

<p>神奈川県に住んだ経験がある100人へのアンケート結果から、以下のことがわかりました。</p>

<ul>
<li>エリア別満足度1位は<strong>横浜市（93.2%）</strong></li>
<li>住みやすさの決め手は<strong>「交通アクセスが良い」（40%）</strong>が最多</li>
<li>居住経験者の<strong>88%</strong>が「また住みたい」と回答</li>
<li>家賃と住み心地のバランスは<strong>73%</strong>が満足</li>
<li>不便点は「坂道が多い」（21%）が最多だが、「特に不便なし」も20%</li>
</ul>

<p>神奈川県は東京都心へのアクセスが良く、買い物や自然環境も充実しているエリアが多いことが、高い満足度につながっていると考えられます。</p>

<p>ただし、本ランキングは<strong>居住経験者100人の回答に基づく傾向</strong>です。実際の物件選びの際は、現地の確認や複数の情報源を参考にしてください。</p>

<div class="article-cta">
  <p><strong>神奈川県で住まいをお探しの方へ</strong></p>
  <p>弊社では横浜市の新築・中古戸建てを仲介手数料無料でご提案できます。</p>
  <p>お問い合わせ・ご相談はつるハウスまでお気軽にお寄せください。</p>
  <a class="article-cta-btn article-cta-btn-fill" href="https://www.tsuruhouse.jp/" target="_blank">横浜の物件を探す</a>
  <a class="article-cta-btn article-cta-btn-outline" href="https://www.tsuruhouse.jp/contact/" target="_blank">住まい探しの無料相談をする</a>
</div></div>]]></description>
            <pubDate>2026-05-26</pubDate>
        </item>
                
        <item>
            <title>横浜市で外国人も不動産購入可能！つるハウスが徹底サポート！</title>
            <link>https://www.tsuruhouse.jp/blog/entry-764387/</link>
            <description><![CDATA[<div class="column_section">
    <div class="column_section_image">
        <img src="//cdn.img-asp.jp/cms/764387_6_0_0_1.jpg" alt="横浜市で外国人も不動産購入可能！つるハウスが徹底サポート！" class="pc-view">
        <img src="//cdn.img-asp.jp/cms/764387_7_0_0_1.jpg" alt="横浜市で外国人も不動産購入可能！つるハウスが徹底サポート！" class="sp-view">
    </div>
    <div class="column_text_section intro">
        <div class="text_section_content">
            <p class="content_text">「憧れの横浜で、住まいを手に入れたい」<br>「外国人でも、日本人と同じように家を買えるのだろうか？」<br><br>
            異国情緒あふれる街並みと、高い利便性が魅力の横浜。<br>近年、都心の価格高騰を受け、生活環境と資産価値のバランスに優れた横浜でのマイホーム購入を検討する外国籍の方が増えつつあります。<br><br>
            「規制が厳しくなるのでは？」というニュースを耳にして不安を感じている方もいらっしゃるかもしれませんが、2026年現在も<span class="text_highlight">日本での不動産取得は原則として「自由」</span>です。<br><br>
            本記事では、日本の規制動向から、永住権の有無に関わらず理想の住まいを叶えるためのポイントや、横浜の相場を分かりやすく解説します。<br>横浜での新しい生活を形にするためのガイドとして、ぜひ最後までご覧ください。</p>
            <div class="column_link_section">
                <dl class="link_section_wrap">
                    <dt class="link_section_title">横浜市の理想の住まいを探す</dt>
                    <dd class="link_section_content contact">
                        <span class="link_section_text"></span>
                        <a href="https://www.tsuruhouse.jp/#:~:text=%E3%82%92%E3%82%82%E3%81%A3%E3%81%A8%E8%A6%8B%E3%82%8B-,%E3%80%90%E6%A8%AA%E6%B5%9C%E3%80%91%E4%BA%BA%E6%B0%97%E7%89%A9%E4%BB%B6%E3%83%A9%E3%83%B3%E3%82%AD%E3%83%B3%E3%82%B0,-POPULAR" target="_blank">【横浜】人気物件ランキングを見る ＞</a>
                    </dd>
                </dl>
            </div>
            <dl class="content_detail_smallsection_2">
                <dt class="detail_smallsection_title_2">目次</dt>
                <dd class="detail_smallsection_detail_2">
                    <ul class="smallsection_detail_list_2">
                        <li class="smallsection_detail_item_list"><a href="#cont1">外国人の不動産売買に制限はある？</a></li>
                        <li class="smallsection_detail_item_list"><a href="#cont2">永住権がなくても諦めない！住宅ローンと自己資金の考え方</a></li>
                        <li class="smallsection_detail_item_list"><a href="#cont3">横浜で叶える不動産購入「3つの成功シーン」</a></li>
                        <li class="smallsection_detail_item_list"><a href="#cont4">横浜市の不動産取引相場</a></li>
                        <li class="smallsection_detail_item_list"><a href="#cont5">横浜市での不動産売買お任せください</a></li>
                    </ul>
                </dd>
            </dl>
        </div>
    </div>
    <div class="column_text_section second" id="cont1">
        <div class="text_compare_content">
            <h2 class="text_section_title">外国人の不動産売買に制限はある？</h2>
            <div class="content_wrap">
                <p class="content_text">外国人の不動産売買に制限はある？結論から言えば、2026年現在、日本では外国人による不動産購入は原則として自由とされています。<br>外国籍の方でも、日本人と同じように土地や建物の所有権を原則「自由」に取得でき、その権利は法律でしっかりと守られています。</p>
            </div>
            <div class="content_wrap">
                <h3 class="content_title">世界でも珍しい「自由な不動産購入」</h3>
                <p class="content_detail_text">外国人による不動産取引は、日本の不動産市場を活性化させ、都心部を中心とした再開発を後押ししてきました。<br>2026年現在も、国籍に関わらず、日本人と同じように<span class="text_highlight">「土地」も「建物」も所有することができます</span>。<br><br>
                多くの国では外国人の不動産購入に制限がありますが、日本では権利が法律で保証されています。<br>この「自由度の高さ」こそが、多くの方が日本での不動産購入を決める大きな要素となっています。</p>
            </div>
            <div class="content_wrap">
                <h3 class="content_title">今後はどうなる？未来の不動産取引</h3>
                <p class="content_detail_text">現在、制度の見直しが勧められていますが、これは<span class="text_highlight">「資産価値をより高く維持するためのアップデート」</span>といえます。<br><br>
                土地の所有者を国が把握し、適切な管理を求める仕組みができることは、「日本で誠実に暮らしたい外国人の方」にとっては<span class="text_highlight">むしろ追い風です。</span><br>不透明な取引を排除することで、不動産の価値は将来にわたって守られます。<br>「義務を果たすことが、自分の資産を守ることに直結する」という環境が、今後さらに整っていくでしょう。<br><br>
                流行を取り入れたショップで買い物を楽しみたい日もあれば、落ち着いた街並みで普段使いの買い物をしたい日も多様なニーズに応えられる選択肢の多さが、暮らしを豊かにしてくれます。</p>
            </div>
        </div>
    </div>
    <div class="column_text_section second" id="cont2">
        <div class="text_compare_content">
            <h2 class="text_section_title">永住権がなくても諦めない！<br>住宅ローンと自己資金の考え方</h2>
            <div class="column_section_image">
                <img src="//cdn.img-asp.jp/cms/764387_3_0_0_1.jpg" alt="永住権がなくても諦めない！住宅ローンと自己資金の考え方">
            </div>
            <div class="content_wrap">
                <p class="content_text">「日本で家を買いたいけれど、永住権がないから無理だろう」と最初から諦めてはいませんか？<br>実は2026年現在、永住権を持たない外国籍の方がマイホームの夢を叶えるケースは決して珍しくありません。<br>大切なのは、現状を正しく把握し、<span class="text_highlight">ご自身に合った「戦略」を立てること</span>なのです。</p>
            </div>
            <div class="content_wrap">
                <h3 class="content_title">永住権なしでも「マイホーム」は叶えられる</h3>
                <p class="content_detail_text">「住宅ローンを組むには永住権が必須」というイメージがあるかもしれませんが、実際には<span class="text_highlight">融資の相談が可能な金融機関</span>も存在します。<br><br>
                銀行が審査で重視するのは、永住権の有無だけではありません。<br>「日本での勤続年数」「勤務先の規模」「年収」から読み取れる安定性、そして「日本に長く住み続けたい」という意思も重要な評価ポイントとなります。<br><br>
                「永住権がないから無理だ」と決めつける前に、まずは相談可能な金融機関を調べることから始めてみましょう。</p>
            </div>
            <div class="content_wrap">
                <h3 class="content_title">気になる自己資金と諸費用の目安</h3>
                <p class="content_detail_text">また、住宅ローンを利用する場合は、あらかじめ用意しておくべき「自己資金」の目安を知っておくことが重要です。<br><br>
                一般的に、永住権をお持ちの場合は物件価格の0〜10％程度の頭金でローンを組めるケースもありますが、<span class="text_highlight">永住権がない場合は20％程度を求められることも</span>あります。<br><br>
                また、手数料や税金などの諸費用として、<span class="text_highlight">物件価格の7〜10％程度</span>を見込んだうえで資金計画を立てることが、成功への第一歩です。</p>
            </div>
            <div class="content_wrap">
                <h3 class="content_title">プロのサポートで「審査を有利に進める」コツ</h3>
                <p class="content_detail_text">外国籍の方の住宅ローン審査では、日本語での細かな書類作成や、銀行ごとの特性に合わせた「見せ方」の工夫が求められます。<br><br>
                私たちのような<span class="text_highlight">専門知識を持つパートナーと進める</span>ことで、年収や家族構成などの個別状況に応じた金融機関を選定し、審査通過の可能性を最大限に高めることができます。<br><br>
                「どの銀行なら自分の条件で通るのか？」といった難しい判断についても、お客様に寄り添った視点でサポートいたします。</p>
            </div>
        </div>
    </div>
    <div class="column_text_section third" id="cont3">
        <div class="text_compare_content">
            <h2 class="text_section_title">横浜で叶える不動産購入「3つの成功シーン」</h2>
            <div class="content_wrap">
                <p class="content_text">次は、具体的な横浜での暮らしをイメージしてみましょう。<br>実際に横浜で不動産を購入している方々は、どのような背景で物件を取得しているのでしょうか。</p>
            </div>
            <div class="content_wrap">
                <h3 class="content_title">将来の資産を守り・育てる「投資家」</h3>
                <p class="content_detail_text">一つ目は、世界的な視点で資産を管理する投資家の方々です。<br><br>
                日本の低金利を活かし、みなとみらいや関内といった湾岸エリアのブランドマンションを所有することで、安定した家賃収入を得るケースが見られます。<br><br>
                横浜の物件は<span class="text_highlight">国際的にも信頼性が高く</span>、将来売却する際の出口戦略としても、国内外の幅広い層が買い手候補となります。<br>単なる「買い物」ではなく、「資産運用」の一環として横浜を選ぶ方が増えています。</p>
            </div>
            <div class="content_wrap">
                <h3 class="content_title">日本での暮らしを充実させる「ビジネスパーソン」</h3>
                <p class="content_detail_text">横浜に拠点を置く外資系企業やIT企業などに勤務し、日本での生活基盤を築いた外国人の方にとって、住宅購入は<span class="text_highlight">「生活の質の向上」と「資産形成」</span>の両面を持つ選択肢です。<br><br>
                賃貸で家賃を払い続けるよりも、好みの間取りや広さを確保できる持ち家を検討する方も少なくありません。<br>持ち家に切り替えることで、理想の住空間を実現できるだけでなく、月々の支払いが資産として積み上がり、将来の安心感にもつながります。</p>
            </div>
            <div class="content_wrap">
                <h3 class="content_title">家族の未来を築く「国際結婚のご家庭」</h3>
                <p class="content_detail_text">国際結婚を機に、横浜での定住を決めるご家庭の成功例も多く見られます。<br>山手エリアのインターナショナルスクールの充実や、外国籍のパートナーが疎外感を感じにくい<span class="text_highlight">国際色豊かなコミュニティ</span>は、横浜が選ばれる理由の一つです。<br><br>
                さらに資金計画の面でもメリットがあり、日本人の配偶者がいる場合は連帯保証人や収入合算が可能となり、住宅ローンの選択肢が広がる点も魅力です。</p>
            </div>
        </div>
    </div>
    <div class="column_text_section fourth" id="cont4">
        <div class="text_compare_content">
            <h2 class="text_section_title">横浜市の不動産取引相場</h2>
            <div class="column_section_image">
                <img src="//cdn.img-asp.jp/cms/764387_4_0_0_1.jpg" alt="横浜市の不動産取引相場">
            </div>
            <div class="content_wrap">
                <p class="content_text">横浜市の不動産市場は、価格帯の幅が広いのが特徴です。<br>現在の相場を知ることで、ご自身やご家族にとって「横浜のどこに根を下ろすのが最適か」を判断するための、大切な判断材料となります。</p>
            </div>
            <div class="content_wrap">
                <h3 class="content_title">不動産の購入相場</h3>
                <p class="content_detail_text">横浜市内の<span class="text_highlight">物件価格はエリアによって大きく異なります</span>。<br><br>
                たとえば中古マンション（70㎡換算）では、西区が平均約6,216万円と高い一方、旭区や泉区は約2,200万〜2,300万円台と約3倍の差があります。<br><br>
                中古一戸建ても、港北区や西区、中区などの人気エリアは5,000万円超が中心ですが、郊外では3,000万円台から検討可能です。<br><br>
                購入を検討する際は、現在の価格だけでなく、将来の<span class="text_highlight">「再開発計画」や「沿線の利便性」</span>までを視野に入れることで、納得感のある住まい選びが可能になります。</p>
            </div>
            <div class="cta_box_simple">
                <h4 class="cta_box_title">横浜市の未公開物件をお探しの方へ</h4>
                <p class="cta_box_text">
                    しかし、変化が激しい今の横浜で、後悔しない選択をするためには、一般公開されている情報だけでは不十分かもしれません。<br>
                    ポータルサイトには載らない、「未公開物件」から、あなたにぴったりの一軒を探してみませんか？
                </p>
                <a href="/member/" target="_blank" class="cta_box_link">横浜市内の最新「会員様限定情報」をチェックする ▶</a>
            </div>
            <div class="content_wrap">
                <h3 class="content_title">不動産の売却相場</h3>
                <p class="content_detail_text">売却相場を把握する際は、「売り出し価格」と「成約価格」が異なる点を理解することが重要です。<br><br>
                売り出し価格は売主の希望が反映され高めになりやすい一方、実際の成約価格の中央値は、<span class="text_highlight">マンションで約3,390万円、一戸建てで約4,500万〜4,600万円前後</span>となっています。<br><br>
                横浜市の中古一戸建ての価格推移を振り返ると、近年は上昇傾向にありましたが、直近の2024年から2026年にかけては、急激な高騰が落ち着きを見せています。<br><br>
                売却を検討される方は、適正な価格を見極めるため、<span class="text_highlight">「成約の相場観を知るプロ」を味方につけること</span>が、成功への近道といえるでしょう。<br><br>
                <a href="/contact/">客観的な売却相場を無料でプロに聞いてみる▶</a></p>
            </div>
        </div>
    </div>
    <div class="column_text_section fifth" id="cont5">
        <div class="text_compare_content">
        <h2 class="text_section_title">横浜市での不動産売買お任せください</h2>
        <div class="column_section_image">
            <img src="//cdn.img-asp.jp/cms/764387_5_0_0_1.jpg" alt="横浜市での不動産売買お任せください">
        </div>
        <p class="content_text">日本での不動産取得は、制度の転換期にあるからこそ、単なる物件選び以上に<span class="text_highlight">「正確な情報の把握」と「地域との調和」が重要</span>です。<br><br>
        「自分の条件でローンは組めるだろうか？」「将来の規制リスクにどう備えればいい？」といった悩みは、決して一人で抱え込む必要はありません。<br><br>
        横浜の街を熟知し、<span class="text_highlight">外国籍の方の取引実績が豊富な私たち</span>に、ぜひ一度ご相談ください。<br>細やかなコミュニケーションを大切に、お客様の大切な資産形成と、横浜での豊かな暮らしを全力でバックアップすることをお約束します。</p>
            <div class="cta_box_simple">
                <h4 class="cta_box_title">横浜市の住まい探しのお悩みを解決します！</h4>
                <p class="cta_box_text">
                    慣れない土地での大きな決断には不安が尽きないものですが、その迷いこそが「誠実な住まい選び」の第一歩でもあります。<br>
                    まずは現在の状況を整理し、解決の糸口を一緒に見つけることから始めませんか。
                </p>
                <a href="/contact/" target="_blank" class="cta_box_link">横浜での住まい探しやローンの不安をに無料で相談してみる ▶</a>
            </div>
        </div>
    </div>
</div>
<style>
.column_section *{
    color: #333;
    font-weight: 500;
}
@media only screen and (min-width:650px) {
    .sp-view {
        display: none;
    }
    .column_section {
        margin-bottom: 40px;
    }
    .text_highlight {
        font-size: 17px;
        font-weight: bold;
        padding: 0 5px;
        background: linear-gradient(transparent 58%, #fff000 0%);
    }
    .column_section_image {
        max-width: 800px;
        height: 491px;
        overflow: hidden;
        display: flex;
        align-items: center;
        justify-content: center;
        margin-bottom: 50px;
    }
    .column_section_image img {
        width: 100%;
        vertical-align: bottom;
    }
    .smallsection_detail_image {
        margin-top: 10px;
    }
    .smallsection_detail_image img {
        width: 100%;
        vertical-align: bottom;
    }
    .column_text_section {
        padding-top:40px;
        margin-top: -40px;
    }
    .column_text_section:not(:last-child){
        margin-bottom: 110px;
    }
    .content_text,
    .content_detail_text,
    .smallsection_detail_text,
    .content_detail_detail_text {
        color: #333;
        font-size: 16px!important;
        line-height: 2;
    }
    .content_text a,
    .content_detail_text a {
        font-size: 17px;
        color: #2269ef;
        padding: 0 5px;
        font-weight: bold;
        text-decoration: underline !important;
    }
    .content_detail_text a {
        font-size: 17px;
        color: #2269ef;
        font-weight: bold;
    }
    .column_link_section {
        margin: 100px 0 100px;
    }
    .link_section_wrap {
        padding: 80px 50px 60px;
        position: relative;
    }
    .link_section_wrap.link-double {
        padding: 60px 50px;
    }
    .link_section_title {
        width: 500px;
        font-size: 20px;
        text-align: center;
        position: absolute;
        top: -44px;
        left: 0;
        right: 0;
        margin: auto;
        font-weight: bold;
    }
    .link-double .link_section_title {
        width: 180px;
        top: -23px;
    }
    .link_section_text {
        font-size: 20px;
        font-weight: bold;
        text-align: center;
        display: block;
        width: 100%;
        margin-bottom: 2px;
    }
    .link_section_content a {
        display: block;
        font-size: 20px;
        font-weight: bold;
        color: #fff;
        line-height: 1.6;
        text-align: center;
        width: 67%;
        margin: auto;
        padding: 14px 10px;
        background: #ff9c00;
        border-radius: 40px;
        position: relative;
        margin-top: -77px;
        font-weight: bold;
    }
    .link_section_content a::after {
        content: '';
        border: 2px solid #fff;
        border-radius: 40px;
        position: absolute;
        top: 7px;
        bottom: 7px;
        left: 7px;
        right: 7px;
    }
    .link_section_content a:not(:last-child) {
        margin-bottom: 30px;
    }
    .link_section_content a:hover {
        color: #fff;
    }
    .column_table_section {
        width: 80%;
        display: flex;
        justify-content: center;
        flex-wrap: wrap;
        padding: 40px 30px;
        margin: 0 auto 60px;
        background: #e0ca82;
    }
    .table_section_title {
        font-size: 18px !important;
        font-weight: bold !important;
        text-align: center;
        margin-bottom: 14px;
    }
    .column_text_section.third .content_detail_text {
        margin-bottom: 20px;
    }
    .column_text_section.third .detail_smallsection_title {
        font-size: 18px;
        font-weight: bold;
        border-bottom: 2px solid #333;
        padding-left: 0px;
        padding-bottom: 3px;
        margin-bottom: 13px;
    }
    .detail_smallsection_title_3 {
        font-size: 16px;
        font-weight: bold;
        color: #0f4c81;
        display: inline-block;
        margin-bottom: 20px;
    }
    .detail_smallsection_title_3 ,
    .reasonmark {
        font-size: 18px;
        font-weight: bold;
        color: #fff;
        padding: 3px 0px 3px 4px;
        margin-right: 10px;
        background: #0f4c81;
    }
    ..detail_smallsection_title
    .column_text_section.third .detail_smallsection_detail {
        padding: 0 8px;
    }
    .detail_smallsection_detail {
        font-size: 16px;
    }
    .table_section_title {
        font-size: 18px !important;
        font-weight: bold !important;
        text-align: center;
        margin-bottom: 14px;
    }
    .table_section_list {
        font-size: 18px;
        font-weight: bold;
        color: #333;
        padding-left: 15px;
        position: relative;
    }
    .table_section_list:not(:last-child) {
        margin-bottom: 8px;
    }
    .table_section_list::before {
        content: '';
        width: 6px;
        height: 6px;
        background: #333;
        border-radius: 50%;
        position: absolute;
        left: 0;
        top: 9px;
    }
    .table_section_list a {
        font-size: 16px;
        font-weight: bold;
        color: #1780cd;
        text-decoration: underline;
    }
    .table_section_list a:hover {
        color: #cd1750;
    }
    .text_section_title_2,
    .text_section_title {
        font-size: 30px!important;
        font-weight: bold!important;
        margin-bottom: 30px;
        padding: 15px 10px;
        position: relative;
        text-align: center;
    }
    .text_section_title_2 {
        font-size: 30px!important;
        font-weight: bold!important;
        margin-bottom: 30px;
        padding: 15px 10px;
        position: relative;
        text-align: center;
        background: #F1C40F;
        color: #fff;
    }
    .text_section_title::before {
        content: '';
        background: #333;
        height: 2px;
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        margin: auto;
    }
    .text_section_title::after {
        content: '';
        background: #333;
        height: 2px;
        position: absolute;
        bottom: 0;
        left: 0;
        right: 0;
        margin: auto;
    }
    .text_section_title_2::before {
        content: '';
        background: #F1C40F;
        height: 2px;
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        margin: auto;
    }
    .text_section_title_2::after {
        content: '';
        background: #F1C40F;
        height: 2px;
        position: absolute;
        bottom: 0;
        left: 0;
        right: 0;
        margin: auto;
    }
    .content_wrap:not(:first-child),
    .content_detail_wrap:not(:first-child) {
        margin-top: 60px;
    }
    .content_title,
    .content_detail_title {
        font-size: 20px !important;
        color: #fff;
        font-weight: bold !important;
        margin-bottom: 10px;
        position: relative;
        border-left: none !important;
        border-radius: 2px;
        padding: 7px 10px 4px 20px !important;
        z-index: 1;
        background: #F1C40F;
    }
    .content_title::after,
    .content_detail_title::after {
        content: "";
        width: 13px;
        height: 7px;
        background: #fff;
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        margin: auto;
        z-index: 2;
    }
    .content_detail_list,
    .content_detail_detail_list {
        padding: 30px;
        margin: 30px -25px;
    }
    .content_detail_item,
    .content_detail_detail_item {
        font-size: 16px;
        padding-left: 15px!important;
        padding: 5px;
        border-bottom: none!important;
        position: relative;
        font-weight: bold;
    }
    .content_detail_item:not(:last-child),
    .content_detail_detail_item:not(:last-child) {
        margin-bottom: 12px;
    }
    .text_compare_content {
        margin-bottom: 30px;
    }
    .text_compare_title {
        font-size: 24px;
        font-weight: bold;
    }
    .text_compare_wrap {
        display: flex;
        justify-content: center;
        background: #ffface;
        margin: 15px 0;
    }
    .text_compare_detail {
        position: relative;
        padding: 50px 35px;
    }
    .text_compare_detail:not(:last-child)::after {
        content: '';
        background: #333;
        width: 2px;
        position: absolute;
        top: 30px;
        bottom: 30px;
        right: 0;
    }
    .text_compare_detail_title {
        font-size: 22px;
        font-weight: bold;
        text-align: center;
        color: #fff;
        padding: 5px 0;
        margin-bottom: 10px;
    }
    .text_compare_detail_title.left {
        background: #fd247b;
    }
    .text_compare_detail_title.right {
        background: #53acfe;
    }
    .text_compare_detail_detail_item {
        font-size: 16px;
        font-weight: bold;
        line-height: 2;
        display: flex;
    }
    .text_compare_detail_detail_inner {
        margin: 0 15px;
    }
    .text_compare_detail_detail_item:first-child,
    .text_compare_detail_detail_item:first-child .text_compare_detail_detail_inner {
        font-size: 28px;
        color: #FF7849;
    }
    .text_compare_detail_detail_item:nth-child(2),
    .text_compare_detail_detail_item:nth-child(2) .text_compare_detail_detail_inner,
    .text_compare_detail_detail_item:nth-child(3),
    .text_compare_detail_detail_item:nth-child(3) .text_compare_detail_detail_inner {
        font-size: 22px;
        color: #ff9a77;
    }
    .text_right {
        display: block;
        text-align: right;
    }
    .text_compare_text {
        text-align: right;
    }
    .text_compare_text a {
        color: #1780cd;
        text-decoration: underline;
    }
    .text_compare_text a:hover {
        color: #cd1750;
    }
    .content_detail_item::before,
    .content_detail_detail_item::before {
        content: '';
        width: 6px;
        height: 6px;
        background: #333;
        border-radius: 50%;
        position: absolute;
        left: 0;
        top: 14px;
        margin: auto;
    }
    .text_section_table {
        margin-top: 30px;
    }
    .table_title {
        font-size: 16px;
        background: #ccc;
    }
    .table_detail {
        background: #f7f7f7;
        width: 382px;
        padding: 10px;
    }
    .table_headder .table_title {
        color: #fff;
        background: none;
        padding: 10px 0;
    }
    .table_headder .table_title.before {
        background: #53acfe;
    }
    .table_headder .table_title.after {
        background: #FD247B;
    }
    .table_body .table_title {
        width: 120px;
        padding: 40px 0;
    }
    .inner_cell:not(:last-child) {
        display: block;
        padding-bottom: 8px;
    }
    .table_threewrap {
        display: flex;
        justify-content: center;
        align-items: flex-start;
    }
    .blog_table {
        margin: 30px 0;
        box-shadow: 0 0 7px 2px rgba(0, 0, 0, .06);
        border-collapse: collapse;
    }
    .content_wrap .blog_table {
        width: calc(100% - 40px);
        margin: 30px 20px;
        box-shadow: 0 0 7px 2px rgba(0, 0, 0, .06);
        border-collapse: collapse;
    }
    .content_detail_smallsection {
        margin-top: 30px;
    }
    .detail_smallsection_title {
        font-size: 20px;
        font-weight: bold;
        text-align: center;
        margin-bottom: 10px;
    }
    .blog_table {
        width: 100%;
        margin: 30px auto 30px;
    }
    .table_threewrap .blog_table {
        width: 30%;
        margin: 30px 0 0;
    }
    .table_threewrap .blog_table:not(:last-child) {
        margin-right: 15px;
    }
    tbody .blog_table_wrap:not(:last-child) .blog_table_title {
        border-bottom: solid 2px #fff;
    }
    tbody .blog_table_title {
        font-weight: bold;
        width: 200px;
        background: #a5bad9;
    }
    thead .blog_table_title {
        color: #fff;
        font-weight: bold;
        background: #2f4565;
    }
    thead .blog_table_title:not(:first-child) {
        background: #7ab414;
    }
    thead .blog_table_title:not(:last-child), tbody .blog_table_title {
        border-right: 2px solid #fff;
    }
    tbody .blog_table_detail:not(:last-child) {
        border-right: 2px solid #ededed;
    }
    tbody .blog_table_detail {
        text-align: center;
    }
    .blog_table_title {
        padding: 10px 15px;
    }
    tbody .blog_table_wrap:not(:last-child) .blog_table_detail {
        border-bottom: 2px solid #ededed;
    }
    .blog_table_detail {
        padding: 10px;
         background: #F7F7F7;
    }
    #cont7 .text_compare_content {
        padding: 30px 30px 60px;
        background: #F9F3DA;
    }
    #cont7 .text_section_title {
        color: #fff;
        text-align: center;
        background: #ffb9a1;
    }
    .content_conclution_smallsection:not(:last-child) {
        margin-bottom: 40px;
    }
    .conclution_smallsection_title {
        font-size: 20px;
        font-weight: bold;
        color: #333;
        position: relative;
        padding-left: 16px;
    }
    .conclution_smallsection_title::before {
        content: '';
        width: 10px;
        height: 10px;
        background: #333;
        clip-path: polygon(10px 50%, 0% 0%, 0% 10px);
        position: absolute;
        left: 0;
        top: 0;
        bottom: 0;
        margin: auto;
    }
    .smallsection_detail_list {
        border: 2px solid #333;
        padding: 15px 25px;
        margin: 15px 0;
        position: relative;
    }
    .smallsection_detail_item {
        font-size: 18px;
        font-weight: bold;
        color: #333;
        position: relative;
        padding-left: 12px;
    }
    .smallsection_detail_item::before {
        content: '';
        width: 6px;
        height: 6px;
        background: #333;
        border-radius: 50%;
        position: absolute;
        left: 0;
        top: 0;
        bottom: 0;
        margin: auto;
    }
    .column_text_section .content_detail_smallsection {
        border: 2px solid #333;
        padding: 25px 30px;
        margin: 30px 0px 0;
    }
    .column_text_section .detail_smallsection_title {
        font-size: 18px;
        font-weight: bold;
        color: #333;
        display: inline-block;
        margin-bottom: 20px;
    }
    .column_text_section .detail_smallsection_detail {
        line-height: 1.8;
    }
    .column_text_section .detail_smallsection_title .reasonmark {
        font-size: 18px;
        font-weight: bold;
        color: #fff;
        padding: 3px 0px 4px 4px;
        margin-right: 10px;
        background: #0f4c81;
    }
    .content_detail_smallsection_2 {
        border: 2px solid #F1C40F;
        margin: -105px 0 0;
        padding: 25px 30px;
    }
    .detail_smallsection_title_2 {
        font-size: 18px;
        font-weight: bold;
        color: #F1C40F;
        display: inline-block;
        margin-bottom: 20px;
    }
    .smallsection_detail_item_list {
        margin-bottom: 10px;
    }
    .smallsection_detail_item_list a {
        font-size: 18px;
        color: #1265df;
        font-weight: bold;
    }
    .smallsection_detail_item_list::before {
        content: '▼';
        color: #F1C40F;
        font-size: 12px;
        line-height: 1;
        display: inline-block;
        margin-right: 5px;
        transform: rotate(30deg);
    }
    .emphasis_text {
        font-size: 42px;
        color: #d2173e;
    }
    .supervisorinfo-wrap {
        display: flex;
        border: 2px solid #89bb1e;
        box-sizing: border-box;
        border-radius: 11px;
        width: 805px;
        margin: 65px auto 0;
        padding: 24px;
        margin-top: -85px;
    }
    .supervisorinfo-image {
        width: 140px;
        margin-right: 20px;
    }
    .supervisorinfo-text {
        width: calc(100% - 160px);
    }
    .supervisorinfo-name {
        margin-bottom: 10px;
        color: #89bb1e;
    }
    .supervisorinfo-name-ttl {
        color: var(--pointcolor) !important;
        font-size: 23px;
        font-weight: bold;
    }
    .supervisorinfo-intro-ttl {
        font-size: 16px;
        font-weight: bold;
    }
    .supervisorinfo-intro-detail {
        font-size:16px
    }
    .detail_smallsection_title {
        font-size: 18px;
        font-weight: bold;
        border-bottom: 2px solid #333;
        padding-bottom: 3px;
        margin-bottom: 13px;
    }
    .category__item {
        background: #d3d3d352;
        padding: 30px 25px 25px;
        margin: 41px 10px;
        text-align: center;    
    }
    .category__item .content_text {
        margin-top: 0;
        margin-bottom: 20px;
    }    
    .category__item .content_detail_text {
        margin-top: 0;
        margin-bottom: 20px;
    }
    .smallsection_detail_list_3 {
        display: flex;
        justify-content: center;
        width: 100%;
    }    
    .smallsection_detail_item_2 {
        border-bottom: none!important;
        padding: none!important;
        width: 258px;
    }
    #cont1 ,
    #cont2 ,
    #cont3 ,
    #cont4 ,
    #cont5 ,
    #cont6 {
        padding-top: 100px;
        margin-top: -100px;
    }
    .content_detail_item a {
        font-size: 16px;
        color: #1265df;
        font-weight: bold;
    }
    /* テキスト型CTA（PC） */
    .cta_box_simple {
        background: #f4f7fc; /* 画像のような薄いブルーグレー */
        padding: 30px;
        border-radius: 4px;
        margin: 40px 0;
    }
    .cta_box_title {
        font-size: 18px;
        font-weight: bold;
        color: #333;
        margin-bottom: 15px;
    }
    .cta_box_text {
        font-size: 16px;
        color: #333;
        line-height: 1.8;
        margin-bottom: 15px;
    }
    .cta_box_link {
        display: inline-block;
        font-size: 16px;
        color: #2269ef !important;
        text-decoration: underline !important;
        font-weight: bold;
        transition: 0.3s;
    }
    .cta_box_link:hover {
        text-decoration: none;
        opacity: 0.8;
    }
}
    @media only screen and (max-width:649px) {
    .pc-view {
        display: none;
    }
    .blog__article {
        padding: 0!important;
    }
    .blog__headline {
        margin: 20px 3vw 4px!important;
    }
    .blog__note {
        margin: 0 3vw 32px!important;
    }
    .text_highlight {
        font-size: 4vw;
        font-weight: bold;
        padding: 0 2vw;
        background: linear-gradient(transparent 58%, #fff000 0%);
    }
    .column_section {
        background: #fff;
        padding: 4vw;
    }
    .column_section_image {
        border-top: none;
        border-bottom: none;
        padding: 0;
        margin-bottom: 4vw;
    }    
    .column_section_image img {
        width: 100%;
        vertical-align: bottom;
    }
    .column_text_section:not(:last-child){
        margin-bottom: 12vw;
    }
    .smallsection_detail_text {
        font-size: 3.8vw;
    }
    .content_text,
    .content_detail_text,
    .content_detail_detail_text {
        font-size: 3.8vw;
        line-height: 1.8;
    }
    .column_table_section {
        display: flex;
        justify-content: center;
        flex-wrap: wrap;
        padding: 6vw 5vw;
        margin: 0 auto 8vw;
        background: #e0ca82;
    }
    .table_section_list:not(:last-child) {
        margin-bottom: 4vw;
    }
    .table_section_list::before {
        content: '';
        width: 2vw;
        height: 2vw;
        background: #333;
        border-radius: 50%;
        position: absolute;
        left: 0;
        top: 1.2vw;
        margin: auto;
    }
    .table_section_list a:hover {
        color: #cd1750;
    }
   .column_link_section {
        margin: 14vw 0 12vw;
    }
    .link_section_wrap {
        padding: 2vw 3vw 7vw;
        position: relative;
    }
    .column_link_section.link-double {
        margin: 12vw 0;
    }
    .content_text a {
        font-size: 4vw;
        color: #2269ef;
        font-weight: bolder;
    }
    .content_detail_text a {
        font-size: 4vw;
        color: #2269ef;
        font-weight: bolder;
        text-decoration: underline !important;
    }
    .link-double .link_section_wrap {
        padding: 10vw 6vw;
    }
    .link_section_title {
        width: 73vw;
        font-size: 4vw;
        text-align: center;
        position: absolute;
        top: -9.5vw;
        left: 0;
        right: 0;
        margin: auto;
        margin-top: 25px;
        font-weight: bold;
    }
    .link-double .link_section_title {
        width: 40vw;
        top: -5vw;
    }
    .link_section_content a {
        display: block;
        font-size: 4vw;
        font-weight: bold;
        color: #fff;
        line-height: 1.6;
        text-align: center;
        margin: 0 3vw;
        padding: 3vw;
        background: #ff9c00;
        border-radius: 40px;
        position: relative;
        font-weight: bold;
    }
    .link_section_content a::after {
        content: '';
        border: 2px solid #fff;
        border-radius: 40px;
        position: absolute;
        top: 1.5vw;
        bottom: 1.5vw;
        left: 1.5vw;
        right: 1.5vw;
    }
    .link_section_text {
        font-size: 4vw;
        font-weight: bold;
        text-align: center;
        display: block;
        width: 100%;
        margin-bottom: 2vw;
    }
    .link_section_content a:hover {
        color: #fff;
    }
    .link_section_content a:not(:last-child) {
        margin-bottom: 4vw;
    }
    .text_right {
        display: block;
        text-align: right;
    }
    .table_section_title {
        font-size: 4.5vw !important;
        font-weight: bold !important;
        text-align: center;
        margin-bottom: 3vw;
    }
    .table_section_list {
        font-size: 3.8vw;
        font-weight: bold;
        color: #333;
        padding-left: 3vw;
        position: relative;
    }
    .column_text_section.third .content_detail_text {
        margin-bottom: 4vw;
    }
    .column_text_section.third .detail_smallsection_title {
        font-size: 4.2vw;
        font-weight: bold;
        border-bottom: 2px solid #333;
        padding-left: 0vw;
        padding-bottom: 1.5vw;
        margin-bottom: 2.5vw;
    }
    .detail_smallsection_title_3 {
        font-size: 3.8vw;
        font-weight: bold;
        color: #0f4c81;
        display: inline-block;
        margin-bottom: 3vw;
    }
    .reasonmark {
        font-size: 3.8vw;
        font-weight: bold;
        color: #fff;
        padding: 1vw 2vw;
        margin-right: 2vw;
        background: #0f4c81;
    }
    .column_text_section.third .detail_smallsection_detail {
        padding: 0 2vw;
    }
    .detail_smallsection_detail {
        font-size: 3.8vw;
    }
    .text_section_title {
        font-size: 6vw!important;
        font-weight: bold!important;
        margin-bottom: 7vw!important;
        padding: 3vw 2vw;
        position: relative;
        text-align: center;
    }
    .text_section_title_2 {
        font-size: 6vw!important;
        font-weight: bold!important;
        margin-bottom: 7vw!important;
        padding: 3vw 2vw;
        position: relative;
        text-align: center;
        background: #F1C40F;
        color: #fff;
    }
    .text_section_title::before {
        content: '';
        background: #333;
        height: 2px;
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        margin: auto;
    }
    .text_section_title::after {
        content: '';
        background: #333;
        height: 2px;
        position: absolute;
        bottom: 0;
        left: 0;
        right: 0;
        margin: auto;
    }
    .text_section_title_2::before {
        content: '';
        background: #F1C40F;
        height: 2px;
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        margin: auto;
    }
    .text_section_title_2::after {
        content: '';
        background: #F1C40F;
        height: 2px;
        position: absolute;
        bottom: 0;
        left: 0;
        right: 0;
        margin: auto;
    }
    .content_wrap:not(:first-child),
    .content_detail_wrap:not(:first-child) {
        margin-top: 5vw;
    }
    .content_wrap:not(:last-child),
    .content_detail_wrap:not(:last-child) {
        margin-bottom: 0;
    }
    .content_title,
    .content_detail_title {
        font-size: 4vw!important;
        color: #fff!important;
        font-weight: bold!important;
        margin-bottom: 4vw!important;
        border-left: none!important;
        position: relative;
        padding: 3vw 5vw 2.5vw!important;
        z-index: 1;
        background: #F1C40F;
    }
    .content_title::after, .content_detail_title::after {
        content: "";
        width: 3vw;
        height: 1vw;
        background: #fff;
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        margin: auto;
        z-index: 2;
    }
    .content_detail_list,
    .content_detail_detail_list {
        padding: 7vw;
        margin: 4vw -6vw;
    }
    .content_detail_item,
    .content_detail_detail_item {
        font-size: 3.8vw;
        padding-left: 2.5vw;
        position: relative;
        font-weight: bold;
    }
    .content_detail_item:not(:last-child),
    .content_detail_detail_item:not(:last-child) {
        margin-bottom: 3vw;
    }
    .content_detail_item::before,
    .content_detail_detail_item::before {
        content: '';
        width: 1.5vw;
        height: 1.5vw;
        background: #333;
        border-radius: 50%;
        position: absolute;
        left: 0;
        top: 2vw;
        margin: auto;
    }
    .text_compare_content {
        margin-bottom: 4vw;
    }
    .text_compare_title {
        font-size: 4.8vw;
        font-weight: bold;
    }
    .text_compare_wrap {
        background: #ffface;
        margin: 3.5vw 0;
    }
    .text_compare_detail {
        position: relative;
        padding: 7vw 5vw;
    }
    .text_compare_detail:not(:last-child)::after {
        content: '';
        background: #333;
        height: 2px;
        position: absolute;
        left: 4vw;
        right: 4vw;
        bottom: 0;
    }
    .text_compare_detail_title {
        font-size: 3.8vw;
        font-weight: bold;
        text-align: center;
        color: #fff;
        padding: 1.5vw 0;
        margin-bottom: 2vw;
    }
    .text_compare_detail_title.left {
        background: #fd247b;
    }
    .text_compare_detail_title.right {
        background: #53acfe;
    }
    .text_compare_detail_detail_item {
        font-size: 3.8vw;
        font-weight: bold;
        line-height: 2;
        display: flex;
    }
    .text_compare_detail_detail_inner {
        margin: 0 3vw;
    }
    .text_compare_detail_detail_item:first-child,
    .text_compare_detail_detail_item:first-child .text_compare_detail_detail_inner {
        font-size: 5vw;
        color: #FF7849;
    }
    .text_compare_detail_detail_item:nth-child(2),
    .text_compare_detail_detail_item:nth-child(2) .text_compare_detail_detail_inner,
    .text_compare_detail_detail_item:nth-child(3),
    .text_compare_detail_detail_item:nth-child(3) .text_compare_detail_detail_inner {
        font-size: 4.6vw;
        color: #ff9a77;
    }
    .text_compare_text {
        font-size: 3.4vw;
        text-align: right;
    }
    .text_compare_text a {
        color: #1780cd;
        text-decoration: underline;
    }
    .text_compare_text a:hover {
        color: #cd1750;
    }
    .table_title {
        background: #ccc;
    }
    .table_detail {
        background: #f7f7f7;
        width: 44vw;
        padding: 2.5vw;
    }
    .table_headder .table_title {
        color: #fff;
        background: none;
        padding: 2.5vw 0;
    }
    .table_headder .table_title.before {
        background: #53acfe;
    }
    .table_headder .table_title.after {
        background: #FD247B;
    }
    .table_body .table_title {
        width: 16vw;
        padding: 4vw 0;
    }
    #cont7 .text_compare_content {
        padding: 4vw 4vw 6vw;
        background: #F9F3DA;
    }
    #cont7 .text_section_title {
        color: #fff;
        text-align: center;
        background: #ffb9a1;
    }
    .content_conclution_smallsection:not(:last-child) {
        margin-bottom: 6vw;
    }
    .conclution_smallsection_title {
        font-size: 4.6vw;
        font-weight: bold;
        color: #333;
        position: relative;
        padding-left: 3.5vw;
    }
    .conclution_smallsection_title::before {
        content: '';
        width: 2vw;
        height: 2vw;
        background: #333;
        clip-path: polygon(2vw 50%, 0% 0%, 0% 2vw);
        position: absolute;
        left: 0;
        top: 2vw;
        margin: auto;
    }
    .smallsection_detail_list {
        border: 2px solid #333;
        padding: 3vw 4vw;
        margin: 4vw 0;
        position: relative;
    }
    .smallsection_detail_item {
        font-size: 4vw;
        font-weight: bold;
        color: #333;
        position: relative;
        padding-left: 3vw;
    }
    .smallsection_detail_item::before {
        content: '';
        width: 2vw;
        height: 2vw;
        background: #333;
        border-radius: 50%;
        position: absolute;
        left: 0;
        top: 0;
        bottom: 0;
        margin: auto;
    }
    .column_text_section .content_detail_smallsection {
        margin-top: 5vw;
        border: 2px solid #333;
        padding: 4vw;
    }
    .column_text_section .detail_smallsection_title {
        font-size: 4vw;
        font-weight: bold;
        color: #333;
        display: inline-block;
        margin-bottom: 3vw;
    }
    .column_text_section .detail_smallsection_title .reasonmark {
        font-size: 4vw;
        font-weight: bold;
        color: #fff;
        padding: 1vw 2vw;
        margin-right: 2vw;
        background: #0f4c81;
    }
    .column_text_section .smallsection_detail_image {
        margin-top: 3vw;
    }
    .blog_table {
        margin: 6vw 0;
        box-shadow: 0 0 7px 2px rgba(0, 0, 0, .06);
        border-collapse: collapse;
    }
    .content_wrap .blog_table {
        margin: 6vw 0;
        box-shadow: 0 0 7px 2px rgba(0, 0, 0, .06);
        border-collapse: collapse;
    }
    .blog_table_title {
        padding: 1vw 2vw;
        vertical-align: middle;
    }
    thead .blog_table_title {
        color: #fff;
        font-weight: bold;
        background: #2f4565;
    }
    thead .blog_table_title:not(:last-child), tbody .blog_table_title {
        border-right: 2px solid #fff;
    }
    thead .blog_table_title:not(:first-child) {
        background: #a5bad9;
    }
    tbody .blog_table_title {
        font-weight: bold;
        background: #7ab414;
    }
    #cnt03 thead .blog_table_title:first-child {
        background: #2f4565;
    }
    #cnt03 thead .blog_table_title {
        background: #7ab414;
    }
    #cnt03 tbody .blog_table_title {
        color: #fff;
        font-weight: bold;
        background: #a5bad9;
    }
    tbody .blog_table_wrap:not(:last-child) .blog_table_title {
        border-bottom: solid 2px #fff;
    }
    .blog_table_detail {
        padding: 2vw;
        vertical-align: middle;
    }
    tbody .blog_table_detail {
        text-align: center;
    }
    tbody .blog_table_wrap:not(:last-child) .blog_table_detail {
        border-bottom: 2px solid #ededed;
    }
    tbody .blog_table_detail:not(:last-child) {
        border-right: 2px solid #ededed;
    }
    .content_detail_smallsection {
        margin-top: 4vw;
    }
    .detail_smallsection_title {
        font-size: 5vw;
        font-weight: bold;
        text-align: center;
        margin-bottom: 2vw;
    }
    tbody .blog_table_detail {
        width: 57vw;
    }
    .blog_table {
       
    }
    .table_threewrap .blog_table {
        margin: 6vw 0 0;
    }
    .content_detail_smallsection_2 {
        margin-top: 10vw;
        border: 2px solid #F1C40F;
        padding: 4vw;
    }
    .detail_smallsection_title_2 {
        font-size: 4vw;
        font-weight: bold;
        color: #F1C40F;
        display: flex;
        align-items: baseline;
        margin-bottom: 3vw;
    }
    .smallsection_detail_item_list {
        margin-bottom: 10px;
    }
    .smallsection_detail_item_list a {
        font-size: 3.5vw;
        color: #1265df;
        font-weight: bold;
        padding: 0;
    }    
    .smallsection_detail_item_list::before {
        content: '▼';
        color: #F1C40F;
        font-size: 12px;
        line-height: 1;
        display: inline-block;
        margin-right: 5px;
        transform: rotate(30deg);
    }
    .emphasis_text {
        font-size: 7vw;
        color: #d2173e;
    }
    .supervisorinfo-wrap {
        border: 2px solid #89bb1e;
        box-sizing: border-box;
        border-radius: 5px;
        padding: 4vw;
        margin: 1vw auto 5vw;
        width: 92vw;
    }
    .supervisorinfo-image {
        display: flex;
        justify-content: center;
        height: 36vw;
        margin-bottom: 4vw;
    }
    .supervisorinfo-image img {
        height: 100%;
    }
    .supervisorinfo-name {
        margin-bottom: 3vw;
        color: #89bb1e;
    }
    .supervisorinfo-name-ttl {
        color: var(--pointcolor) !important;
        font-size: 6vw;
        font-weight: bold;
    }
    .supervisorinfo-name-detail {
        font-size: 4.4vw;
        font-weight: bold;
    }
    .supervisorinfo-name-detail, .supervisorinfo-intro-detail {
        line-height: 1.6;
        font-size: 3.8vw;
    }
    .supervisorinfo-intro-ttl {
        color: var(--pointcolor) !important;
        font-size: 3.8vw;
        font-weight: bold;
    }
    .detail_smallsection_title {
       font-size: 4.2vw;
        font-weight: bold;
        border-bottom: 2px solid #333;
        padding-left: 0vw;
        padding-bottom: 1.5vw;
        margin-bottom: 2.5vw;  
    }
    .category__item {
        background: #d3d3d352;
        padding: 2px 25px 25px;
        margin: 12px -1px;
        text-align: center;
    }
    .category__item .content_text,
    .category__item .content_detail_text {
        margin-top: 4vw;
        margin-bottom: 4vw;
    }
    .category__item .content_detail_text {
        text-align: center;
    }
    .content_detail_list a {
        font-size: 3.8vw;
        color: #1265df;
        font-weight: bold;
        padding: 0;
    }
    .link_section_content.contact {
        margin-top: 9vw;
    }
    /* テキスト型CTA（SP） */
    .cta_box_simple {
        background: #f4f7fc;
        padding: 5vw;
        border-radius: 4px;
        margin: 8vw 0;
    }
    .cta_box_title {
        font-size: 4.2vw;
        font-weight: bold;
        color: #333;
        margin-bottom: 3vw;
    }
    .cta_box_text {
        font-size: 3.8vw;
        color: #333;
        line-height: 1.8;
        margin-bottom: 3vw;
    }
    .cta_box_link {
        display: inline-block;
        font-size: 3.8vw;
        color: #2269ef !important;
        text-decoration: underline !important;
        font-weight: bold;
    }
</style>]]></description>
            <pubDate>2026-04-11</pubDate>
        </item>
                
        <item>
            <title>横浜市の住みやすさを徹底解説！エリアごとの物件価格もご紹介</title>
            <link>https://www.tsuruhouse.jp/blog/entry-764303/</link>
            <description><![CDATA[<div class="column_section">
    <div class="column_section_image">
        <img src="//cdn.img-asp.jp/cms/764303_1_0_0_1.jpg" alt="横浜市の住みやすさを徹底解説！エリアごとの物件価格もご紹介" class="pc-view">
        <img src="//cdn.img-asp.jp/cms/764303_2_0_0_1.jpg" alt="横浜市の住みやすさを徹底解説！エリアごとの物件価格もご紹介" class="sp-view">
    </div>
    <div class="column_text_section intro">
        <div class="text_section_content">
            <p class="content_text">「都心へのアクセスは良さそうだけれど物件価格はいくらなんだろう...。」<br>「治安や子育て環境は実際どうなの？」<br>新しい街への引っ越しや住み替えを考えると、こうした疑問や不安は尽きません。<br><br>
            近年は、都内のマンションや一戸建て物件の価格高騰を背景に、現実的な選択肢として横浜市を検討する方が増えています。<span class="text_highlight">都心へのアクセスを保ちつつ、広さと価格のバランスを重視したい方のニーズに応えられるエリア</span>が横浜市なのです。<br><br>
            ただし、横浜市はエリアによって街の雰囲気や住みやすさ、物件の価格帯が大きく異なります。<br>一度購入すると簡単に住み替えができないからこそ、横浜市での住まい選びを検討している方は、ぜひ最後までご覧ください。</p>
            <div class="column_link_section">
                <dl class="link_section_wrap">
                    <dt class="link_section_title">あなたにぴったりなエリアは？</dt>
                    <dd class="link_section_content contact">
                        <span class="link_section_text"></span>
                        <a href="https://www.tsuruhouse.jp/contact/" target="_blank">【無料】条件別エリア診断を受ける ＞</a>
                    </dd>
                </dl>
            </div>
            <dl class="content_detail_smallsection_2">
                <dt class="detail_smallsection_title_2">目次</dt>
                <dd class="detail_smallsection_detail_2"><ul class="smallsection_detail_list_2">
                        <li class="smallsection_detail_item_list">
                            <a href="#cont1">横浜市はなぜ人気？<br class="pc-view">「住みたい街」として選ばれ<br class="sp-view">続ける3つの魅力</a>
                            <ul class="smallsection_sub_list">
                                <li><a href="#cont1">主要駅への通勤・通学利便性が良い！</a></li>
                                <li><a href="#cont1">買い物・商業施設の充実で生活利便性が高い</a></li>
                                <li><a href="#cont1">子育て支援・教育環境も充実！安心して子育てできる街</a></li>
                            </ul>
                        </li>
                        <li class="smallsection_detail_item_list">
                            <a href="#cont2">横浜市に住むなら知っておきたい3つの注意点</a>
                            <ul class="smallsection_sub_list">
                                <li><a href="#cont2">横浜市の治安・犯罪発生率の傾向</a></li>
                                <li><a href="#cont2">物件価格・物価が高いエリアの実情</a></li>
                                <li><a href="#cont2">横浜市は市民税が高い？</a></li>
                            </ul>
                        </li>
                        <li class="smallsection_detail_item_list">
                            <a href="#cont3">タイプ別！あなたにおすすめの住みやすいエリアご紹介</a>
                            <ul class="smallsection_sub_list">
                                <li><a href="#cont3">子育て世帯におすすめ｜子育て・教育・治安のバランスが良い街</a></li>
                                <li><a href="#cont3">単身・共働き世帯におすすめ｜交通利便性の高い街</a></li>
                                <li><a href="#cont3">コスパ重視の方におすすめ｜購入費用を抑えながら快適な暮らし</a></li>
                            </ul>
                        </li>
                        <li class="smallsection_detail_item_list">
                            <a href="#cont4">横浜の不動産購入価格のリアル</a>
                            <ul class="smallsection_sub_list">
                                <li><a href="#cont4">戸塚区・泉区・栄区の購入価格</a></li>
                                <li><a href="#cont4">青葉区・都筑区・港北区の購入価格</a></li>
                                <li><a href="#cont4">西区・中区・鶴見区の購入価格</a></li>
                                <li><a href="#cont4">神奈川区・保土ケ谷区・南区の購入価格</a></li>
                                <li><a href="#cont4">港南区・磯子区・金沢区の購入価格</a></li>
                                <li><a href="#cont4">旭区・緑区・瀬谷区の購入価格</a></li>
                            </ul>
                        </li>
                        <li class="smallsection_detail_item_list">
                            <a href="#cont5">お客様第一の物件提案が弊社の強みです！</a>
                            <ul class="smallsection_sub_list">
                                <li><a href="#cont5">仲介手数料最大無料</a></li>
                                <li><a href="#cont5">住宅ローンに強い</a></li>
                            </ul>
                        </li>
                        <li class="smallsection_detail_item_list">
                            <a href="#cont6">横浜市での住まい探しはプロに相談を</a>
                        </li>
                    </ul>
                </dd>
            </dl>
        </div>
    </div>
    <div class="column_text_section second" id="cont1">
            <div class="text_compare_content">
                <h2 class="text_section_title">横浜市はなぜ人気？<br>「住みたい街」として選ばれ<br class="sp-view">続ける3つの魅力</h2>
                <div class="column_section_image">
                    <img src="//cdn.img-asp.jp/cms/764303_3_0_0_1.jpg" alt="横浜市はなぜ人気？「住みたい街」として選ばれ続ける3つの魅力">
                </div>
            <div class="content_wrap">
                <p class="content_text">引っ越しや住み替えで後悔しないためには、エリア選びの前にまず「横浜市がどのような街なのか」という街の特徴をきちんと知っておくことが必要です。</p>
            </div>
            <div class="content_wrap">
                <h3 class="content_title">主要駅への通勤・通学利便性が良い！</h3>
                <p class="content_detail_text">横浜市の大きな魅力は都心へのアクセスの良さです。<br>横浜駅は、6社13路線が乗り入れるターミナル駅で、年間8億人以上が利用するといわれています。<br><br>
                JR線や私鉄、地下鉄など複数の路線が利用でき、<span class="text_highlight">東京・品川・渋谷・新宿といった主要エリア</span>へも乗り換えが少なく、スムーズに移動できます。<br>また、横浜駅を中心にターミナル機能が集約されているため、沿線やエリアの選び方次第で、混雑を避けた時間調整がしやすいのも特徴です。<br><br>
                そのため、通勤・通学にかかる時間を抑えやすく、仕事とプライベートを両立しやすい点は大きな魅力です。</p>
            </div>
            <div class="content_wrap">
                <h3 class="content_title">買い物・商業施設の充実で生活利便性が高い</h3>
                <p class="content_detail_text">横浜市は、日々の買い物から休日のショッピングまで、生活シーンに応じた商業施設が身近にそろっており、暮らしを快適にしてくれる街です。<br><br>
                各エリアには地域密着型のスーパーや商店街も多く、日常の買い物に困ることはほとんどありません。また、みなとみらい・関内・戸塚・新横浜など、エリアごとに<span class="text_highlight">個性の異なる商業ゾーンが点在している</span>のも特徴です。<br><br>
                流行を取り入れたショップで買い物を楽しみたい日もあれば、落ち着いた街並みで普段使いの買い物をしたい日も多様なニーズに応えられる選択肢の多さが、暮らしを豊かにしてくれます。</p>
            </div>
            <div class="content_wrap">
                <h3 class="content_title">子育て支援・教育環境も充実！安心して子育てできる街</h3>
                <p class="content_detail_text">子育て真っ只中のご家庭にとって、行政サービスや支援制度の充実度は、住まい選びで欠かせないポイントです。<br><br>
                横浜市では、児童手当をはじめ、医療費助成や子育て相談窓口、地域ごとの子育て支援拠点など、<span class="text_highlight">行政による支援制度が充実</span>しています。<br>育児の悩みを一人で抱え込まず、気軽に相談できる環境がある点は、大きな安心材料といえるでしょう。<br><br>
                さらに、公園や図書館、児童館といった子どもがのびのびと過ごせる施設も多く、共働き世帯から子育てにじっくり向き合いたい家庭まで、子育てがしやすい点で評価されています。</p>
            </div>
        </div>
    </div>
    <div class="column_text_section second" id="cont2">
        <div class="text_compare_content">
            <h2 class="text_section_title">横浜市に住むなら<br class="sp-view">知っておきたい3つの注意点</h2>
            <div class="content_wrap">
                <p class="content_text">横浜市は住みやすい街として高い評価を受けていますが、治安や物件価格、子育て環境などは区や駅ごとに差があります。</p>
            </div>
            <div class="content_wrap">
                <h3 class="content_title">横浜市の治安・犯罪発生率の傾向</h3>
                <p class="content_detail_text">横浜市の治安は、全国的に見ると比較的安定しているものの、エリアによって違いがあり、繁華街や人通りの多い駅周辺では、軽犯罪やトラブルが起こりやすい傾向が見られます。<br><br>
                しかし、<span class="text_highlight">住宅街が広がる郊外エリアやファミリー層の多い地域</span>では、犯罪発生率が低く、落ち着いた環境で暮らしやすいと感じる方もいらっしゃいます。<br><br>
                実際に住むエリアを検討する際は、時間帯を変えて現地を歩いてみることで、数字やデータだけでは分からない、ご自身にとっての住みやすさを確かめやすくなります。</p>
            </div>
            <div class="content_wrap">
                <h3 class="content_title">物件価格・物価が高いエリアの実情</h3>
                <p class="content_detail_text">横浜市は「住みやすい街」として人気がある一方、<span class="text_highlight">エリアによっては物件価格や物価が高くなりやすい</span>点に注意が必要です。<br>横浜駅周辺やみなとみらいエリア、都心へのアクセスが良い沿線の駅近物件は需要が高いため、郊外と同じ間取りや広さでも物件価格に大きな差が出ることがあります。<br><br>
                さらに、物件価格だけでなく、日常的にかかる出費まで含めて検討することで、コストを抑えられる場合もあり、暮らしに合ったバランスを見極めることが、後悔しない住まい選びにつながります。</p>
            </div>
            <div class="content_wrap">
                <h3 class="content_title">横浜市は市民税が高い？</h3>
                <p class="content_detail_text">横浜市への引っ越しや住み替えを検討していると、「横浜市は住民税（市民税）が高いらしい」という噂を耳にすることがあるかもしれません。<br><br>
                しかし実際には、住民税の税率そのものは全国一律で、横浜市だけが特別に高いわけではありません。横浜市では、「横浜みどり税」が加算されるものの、負担額は年間900円です。<br><br>
                横浜市は子育て支援や医療、公共施設などの手厚い行政サービスが受けられるため、税金の金額だけを見るのではなく、<span class="text_highlight">「どんなサービスを受けられるのか」「自分の暮らしに合っているか」</span>という視点で総合的に判断することが、後悔しない住まい選びにつながります。</p>
            </div>
        </div>
    </div>
    <div class="column_text_section third" id="cont3">
        <div class="text_compare_content">
            <h2 class="text_section_title">タイプ別！あなたにおすすめの<br class="sp-view">住みやすいエリアご紹介</h2>
            <div class="column_section_image">
                <img src="//cdn.img-asp.jp/cms/764303_4_0_0_1.jpg" alt="タイプ別！あなたにおすすめの住みやすいエリアご紹介">
            </div>
            <div class="content_wrap">
                <p class="content_text">家族構成や働き方によって重視したい条件はさまざまです。<br>
                それぞれのライフスタイルや、優先したい条件ごとにおすすめの住みやすいエリアをご紹介していきます。</p>
            </div>
            <div class="content_wrap">
                <h3 class="content_title">子育て世帯におすすめ｜子育て・教育・治安のバランスが良い街</h3>
                <p class="content_detail_text">子育て世帯にとって重視したいのは、教育環境や治安の良さ、そして日々の暮らしやすさです。そういった住みやすさを重視する方におすすめなのが、<span class="text_highlight">青葉区・都筑区・港北区エリア</span>です。<br><br>
                住宅街が中心で、落ち着いた街並みが広がっており、公園、教育施設や医療機関など生活に必要な施設が近隣にまとまっているため、子育て世帯から高い支持を集めています。<br>また、保育園や小中学校が充実しているエリアも多く、通学距離が比較的短い傾向にある点も安心材料といえるでしょう。<br><br>
                子どもの成長に合わせて、<span class="text_highlight">長く住み続けられるエリアを探している方</span>におすすめです。</p>
            </div>
            <div class="content_wrap">
                <h3 class="content_title">単身・共働き世帯におすすめ｜交通利便性の高い街</h3>
                <p class="content_detail_text">仕事や家事で忙しい単身者や共働き世帯にとって、横浜駅周辺に位置する西区・中区は、<span class="text_highlight">交通アクセスと生活利便性のバランス</span>が取れたおすすめのエリアです。<br><br>
                都心へのアクセスが良く、駅周辺にはスーパーや飲食店、ドラッグストアが集まっているため、仕事帰りに買い物や食事を済ませやすく、平日の負担を軽減できます。<br>さらに、近年再開発が進む鶴見区エリアは、都心や羽田空港へのアクセスも良好で、出張や県外への移動が多い方にも便利な立地です。<br><br>
                <span class="text_highlight">効率よく限られた時間を有効に使いながら暮らしたい方</span>におすすめのエリアです。</p>
            </div>
            <div class="content_wrap">
                <h3 class="content_title">コスパ重視の方におすすめ｜購入費用を抑えながら快適な暮らし</h3>
                <p class="content_detail_text">横浜市に住みたいけれど、<span class="text_highlight">購入費用をできるだけ抑えたい方</span>におすすめなのが、神奈川区・保土ケ谷区です。<br><br>
                横浜駅などの中心部から少し距離を置くだけで、物件価格は下がり、購入費用を抑えながら利便性の良いバランスが取れた暮らしを実現しやすくなります。また、スーパーや商店街、医療施設など生活に欠かせない施設も充実しており、<span class="text_highlight">日常生活で不便を感じにくい</span>点も安心材料といえるでしょう。<br><br>
                横浜市で物件の購入費用が抑えられるエリアを重視するなら、神奈川区・保土ケ谷区で、実際の生活コストや住みやすさに目を向けたエリア選びがおすすめです。</p>
            </div>
        </div>
    </div>
    <div class="column_text_section fourth" id="cont4">
        <div class="text_compare_content">
            <h2 class="text_section_title">横浜の不動産購入価格のリアル</h2>
            <div class="content_wrap">
                <p class="content_text">弊社でご紹介している物件価格をもとに、エリアごとの費用感をご紹介いたします。※限定物件を除く公開中物件のみの価格を表示しております。<br><br>
                <a href="https://www.tsuruhouse.jp/member/">横浜市の未公開物件リストを受け取るにはこちらから▶</a></p>
            </div>
            <div class="content_wrap">
                <h3 class="content_title">戸塚区、泉区、栄区の購入価格</h3>
                <table class="blog_table">
                    <thead>
                        <tr class="blog_table_wrap">
                            <th class="blog_table_title">エリア</th>
                            <th class="blog_table_title">種類</th>
                            <th class="blog_table_title">価格帯</th>
                        </tr>
                    </thead>
                    <tbody>
                        <tr class="blog_table_wrap">
                            <td class="blog_table_title" rowspan="2">戸塚区</td>
                            <td class="blog_table_detail">一戸建て</td>
                            <td class="blog_table_detail">2,900万円～7,200万円</td>
                        </tr>
                        <tr class="blog_table_wrap">
                            <td class="blog_table_detail">マンション</td>
                            <td class="blog_table_detail">2,600万円～1億2,600万円</td>
                        </tr>
                        <tr class="blog_table_wrap">
                            <td class="blog_table_title" rowspan="2">泉区</td>
                            <td class="blog_table_detail">一戸建て</td>
                            <td class="blog_table_detail">2,000万円～7,000万円</td>
                        </tr>
                        <tr class="blog_table_wrap">
                            <td class="blog_table_detail">マンション</td>
                            <td class="blog_table_detail">2,900万円～7,500万円</td>
                        </tr>
                        <tr class="blog_table_wrap">
                            <td class="blog_table_title" rowspan="2">栄区</td>
                            <td class="blog_table_detail">一戸建て</td>
                            <td class="blog_table_detail">2,400万円～6,900万円</td>
                        </tr>
                        <tr class="blog_table_wrap">
                            <td class="blog_table_detail">マンション</td>
                            <td class="blog_table_detail">2,400万円～4,200万円</td>
                        </tr>
                    </tbody>
                </table>
            </div>
            <div class="content_wrap">
                <h3 class="content_title">青葉区・都筑区・港北区の購入価格</h3>
                <table class="blog_table">
                    <thead>
                        <tr class="blog_table_wrap">
                            <th class="blog_table_title">エリア</th>
                            <th class="blog_table_title">種類</th>
                            <th class="blog_table_title">価格帯</th>
                        </tr>
                    </thead>
                    <tbody>
                        <tr class="blog_table_wrap">
                            <td class="blog_table_title" rowspan="2">青葉区</td>
                            <td class="blog_table_detail">一戸建て</td>
                            <td class="blog_table_detail">3,400万円〜1億4,000万円</td>
                        </tr>
                        <tr class="blog_table_wrap">
                            <td class="blog_table_detail">マンション</td>
                            <td class="blog_table_detail">2,400万円〜9,000万円</td>
                        </tr>
                        <tr class="blog_table_wrap">
                            <td class="blog_table_title" rowspan="2">都筑区</td>
                            <td class="blog_table_detail">一戸建て</td>
                            <td class="blog_table_detail">3,100万円〜1億8,000万円</td>
                        </tr>
                        <tr class="blog_table_wrap">
                            <td class="blog_table_detail">マンション</td>
                            <td class="blog_table_detail">3,300万円〜8,900万円</td>
                        </tr>
                        <tr class="blog_table_wrap">
                            <td class="blog_table_title" rowspan="2">港北区</td>
                            <td class="blog_table_detail">一戸建て</td>
                            <td class="blog_table_detail">3,400万円〜9,600万円</td>
                        </tr>
                        <tr class="blog_table_wrap">
                            <td class="blog_table_detail">マンション</td>
                            <td class="blog_table_detail">2,300万円〜7,500万円</td>
                        </tr>
                    </tbody>
                </table>
            </div>
            <div class="content_wrap">
                <h3 class="content_title">西区・中区・鶴見区の購入価格</h3>
                <table class="blog_table">
                    <thead>
                        <tr class="blog_table_wrap">
                            <th class="blog_table_title">エリア</th>
                            <th class="blog_table_title">種類</th>
                            <th class="blog_table_title">価格帯</th>
                        </tr>
                    </thead>
                    <tbody>
                        <tr class="blog_table_wrap">
                            <td class="blog_table_title" rowspan="2">西区</td>
                            <td class="blog_table_detail">一戸建て</td>
                            <td class="blog_table_detail">3,400万円～7,800万円</td>
                        </tr>
                        <tr class="blog_table_wrap">
                            <td class="blog_table_detail">マンション</td>
                            <td class="blog_table_detail">3,200万円～1億6,000万円</td>
                        </tr>
                        <tr class="blog_table_wrap">
                            <td class="blog_table_title" rowspan="2">中区</td>
                            <td class="blog_table_detail">一戸建て</td>
                            <td class="blog_table_detail">3,700万円～1億2,000万円</td>
                        </tr>
                        <tr class="blog_table_wrap">
                            <td class="blog_table_detail">マンション</td>
                            <td class="blog_table_detail">3,500万円～1億4,000万円</td>
                        </tr>
                        <tr class="blog_table_wrap">
                            <td class="blog_table_title" rowspan="2">鶴見区</td>
                            <td class="blog_table_detail">一戸建て</td>
                            <td class="blog_table_detail">3,400万円～9,600万円</td>
                        </tr>
                        <tr class="blog_table_wrap">
                            <td class="blog_table_detail">マンション</td>
                            <td class="blog_table_detail">2,300万円～7,500万円</td>
                        </tr>
                    </tbody>
                </table>
            </div>
            <div class="content_wrap">
                <h3 class="content_title">神奈川区・保土ケ谷区・南区の購入価格</h3>
                <table class="blog_table">
                    <thead>
                        <tr class="blog_table_wrap">
                            <th class="blog_table_title">エリア</th>
                            <th class="blog_table_title">種類</th>
                            <th class="blog_table_title">価格帯</th>
                        </tr>
                    </thead>
                    <tbody>
                        <tr class="blog_table_wrap">
                            <td class="blog_table_title" rowspan="2">神奈川区</td>
                            <td class="blog_table_detail">一戸建て</td>
                            <td class="blog_table_detail">3,200万円～6,600万円</td>
                        </tr>
                        <tr class="blog_table_wrap">
                            <td class="blog_table_detail">マンション</td>
                            <td class="blog_table_detail">2,700万円～7,700万円</td>
                        </tr>
                        <tr class="blog_table_wrap">
                            <td class="blog_table_title" rowspan="2">保土ケ谷区</td>
                            <td class="blog_table_detail">一戸建て</td>
                            <td class="blog_table_detail">3,300万円～1億8,900万円</td>
                        </tr>
                        <tr class="blog_table_wrap">
                            <td class="blog_table_detail">マンション</td>
                            <td class="blog_table_detail">3,100万円～8,900万円</td>
                        </tr>
                        <tr class="blog_table_wrap">
                            <td class="blog_table_title" rowspan="2">南区</td>
                            <td class="blog_table_detail">一戸建て</td>
                            <td class="blog_table_detail">2,700万円～6,900万円</td>
                        </tr>
                        <tr class="blog_table_wrap">
                            <td class="blog_table_detail">マンション</td>
                            <td class="blog_table_detail">2,300万円～7,000万円</td>
                        </tr>
                    </tbody>
                </table>
            </div>
            <div class="content_wrap">
                <h3 class="content_title">南区・港南区・磯子区・金沢区の購入価格</h3>
                <table class="blog_table">
                    <thead>
                        <tr class="blog_table_wrap">
                            <th class="blog_table_title">エリア</th>
                            <th class="blog_table_title">種類</th>
                            <th class="blog_table_title">価格帯</th>
                        </tr>
                    </thead>
                    <tbody>
                        <tr class="blog_table_wrap">
                            <td class="blog_table_title" rowspan="2">港南区</td>
                            <td class="blog_table_detail">一戸建て</td>
                            <td class="blog_table_detail">2,500万円～2億1,800万円</td>
                        </tr>
                        <tr class="blog_table_wrap">
                            <td class="blog_table_detail">マンション</td>
                            <td class="blog_table_detail">2,900万円～6,000万円</td>
                        </tr>
                        <tr class="blog_table_wrap">
                            <td class="blog_table_title" rowspan="2">磯子区</td>
                            <td class="blog_table_detail">一戸建て</td>
                            <td class="blog_table_detail">2,600万円～8,000万円</td>
                        </tr>
                        <tr class="blog_table_wrap">
                            <td class="blog_table_detail">マンション</td>
                            <td class="blog_table_detail">2,700万円～5,000万円</td>
                        </tr>
                        <tr class="blog_table_wrap">
                            <td class="blog_table_title" rowspan="2">金沢区</td>
                            <td class="blog_table_detail">一戸建て</td>
                            <td class="blog_table_detail">3,300万円～7,500万円</td>
                        </tr>
                        <tr class="blog_table_wrap">
                            <td class="blog_table_detail">マンション</td>
                            <td class="blog_table_detail">2,600万円～5,500万円</td>
                        </tr>
                    </tbody>
                </table>
            </div>
            <div class="content_wrap">
                <h3 class="content_title">旭区・緑区・瀬谷区の購入価格</h3>
                <table class="blog_table">
                    <thead>
                        <tr class="blog_table_wrap">
                            <th class="blog_table_title">エリア</th>
                            <th class="blog_table_title">種類</th>
                            <th class="blog_table_title">価格帯</th>
                        </tr>
                    </thead>
                    <tbody>
                        <tr class="blog_table_wrap">
                            <td class="blog_table_title" rowspan="2">旭区</td>
                            <td class="blog_table_detail">一戸建て</td>
                            <td class="blog_table_detail">2,800万円～6,800万円</td>
                        </tr>
                        <tr class="blog_table_wrap">
                            <td class="blog_table_detail">マンション</td>
                            <td class="blog_table_detail">2,700万円～4,300万円</td>
                        </tr>
                        <tr class="blog_table_wrap">
                            <td class="blog_table_title" rowspan="2">緑区</td>
                            <td class="blog_table_detail">一戸建て</td>
                            <td class="blog_table_detail">3,300万円～7,500万円</td>
                        </tr>
                        <tr class="blog_table_wrap">
                            <td class="blog_table_detail">マンション</td>
                            <td class="blog_table_detail">2,800万円～7,000万円</td>
                        </tr>
                        <tr class="blog_table_wrap">
                            <td class="blog_table_title" rowspan="2">瀬谷区</td>
                            <td class="blog_table_detail">一戸建て</td>
                            <td class="blog_table_detail">2,600万円～7,000万円</td>
                        </tr>
                        <tr class="blog_table_wrap">
                            <td class="blog_table_detail">マンション</td>
                            <td class="blog_table_detail">3,600万円～5,700万円</td>
                        </tr>
                    </tbody>
                </table>
            </div>
                <div class="column_link_section">
                    <dl class="link_section_wrap">
                        <dt class="link_section_title"></dt>
                        <dd class="link_section_content contact">
                            <span class="link_section_text"></span>
                            <a href="https://www.tsuruhouse.jp/area1b2/" target="_blank">ご紹介中物件一覧はこちら！ ＞</a>
                        </dd>
                    </dl>
                </div>
        </div>
    </div>
    <div class="column_text_section fifth" id="cont5">
        <div class="text_compare_content">
        <h2 class="text_section_title">お客様第一の物件提案が<br class="sp-view">弊社の強みです！</h2>
        <div class="column_section_image">
            <img src="//cdn.img-asp.jp/cms/764303_5_0_0_1.jpg" alt="お客様第一の物件提案が弊社の強みです！">
        </div>
        <p class="content_text">弊社は、物件探しから資金計画までを一貫してサポートし、無理のない住まい選びを実現します。<br>
        仲介手数料の負担軽減と、住宅ローンに強い体制で、<span class="text_highlight">お客様の「後悔しない不動産購入」</span>を支えます。</p>
        <div class="content_wrap">
            <h3 class="content_title">仲介手数料最大無料</h3>
            <p class="content_detail_text">不動産購入時にかかる仲介手数料は、<span class="text_highlight">「物件価格×3％+ 6万円（税別）」</span>が上限とされ、数十万円〜百万円近くになるケースもあります。<br><br>
            弊社では、横浜市を中心に仲介手数料最大無料で、お客様の負担を軽減できるような仕組みを導入しています。浮いた費用を家具・家電の購入や引っ越し費用、将来に備えた資金に回せることで、購入後の暮らしにも余裕が生まれます。<br><br>
            費用を抑えるために提案の質を下げることはありません。<br>
            <span class="text_highlight">コスト面と満足度の両立を大切にすること</span>が、弊社の仲介スタイルです。</p>
        </div>
        <div class="content_wrap">
            <h3 class="content_title">住宅ローンに強い</h3>
            <p class="content_detail_text">住宅購入で多くの方が悩むのが、<span class="text_highlight">「どの住宅ローンを選べばいいのか」「自分はいくら借りられるのか」</span>という資金計画です。<br><br>
            弊社では、住宅ローン相談に強みを持つイエールと連携し、購入前の段階から無理のない返済計画づくりをサポートしています。<br>金融機関ごとに異なる金利や審査基準、団信内容などを比較しながら、年収やライフプランに合った住宅ローンを整理できるため、弊社でのご相談を通じた不相談購入では<span class="text_highlight">「なんとなく借りる」不安を減らせる</span>ことが強みです。</p>
        </div>
            <div class="cta_box_simple">
                <h4 class="cta_box_title">横浜市の未公開物件をお探しの方へ</h4>
                <p class="cta_box_text">
                    「希望のエリアでなかなか良い物件が出ない」「ネットに出る前の最新情報が知りたい」そんなお悩みはありませんか？<br>
                    弊社では、ポータルサイトに掲載される前の未公開物件情報をお届けしています。
                </p>
                <a href="/contact/" target="_blank" class="cta_box_link">横浜市の未公開物件リストを無料で受け取る ＞</a>
            </div>
    </div>
    <div class="column_text_section sixth" id="cont6">
        <div class="text_compare_content">
            <h2 class="text_section_title">横浜市での住まい探しは<br class="sp-view">プロに相談を</h2>
            <p class="content_text">横浜市はエリアごとの特徴や相場差が大きく、住みやすさは「どのエリアを選ぶか」で大きく変わります。<br><br>
            情報収集だけで判断すると、後から「もっと自分に合う選択があったかもしれない」と感じてしまうことも少なくありません。弊社では、横浜市の不動産事情に精通したスタッフが、仲介手数料の負担軽減や住宅ローンの不安まで含めて、購入前から丁寧にサポートしています。<br><br>
            「まずは物件を見たい」「話を聞くだけ」という方でもぜひお話をお聞かせください。<br><br>
            横浜市での住まい探しに少しでも迷いがある方は、まずはお気軽にご相談ください。<br>あなたに合った選択肢を、一緒に整理するところからお手伝いします。</p>
        </div>
    </div>
            <div class="column_link_section">
                <dl class="link_section_wrap">
                    <dt class="link_section_title">横浜市での住まいのご相談</dt>
                    <dd class="link_section_content contact">
                        <span class="link_section_text"></span>
                        <a href="https://www.tsuruhouse.jp/contact/" target="_blank">【無料】住まい探しを相談する ＞</a>
                    </dd>
                </dl>
            </div>
</div>
<style>
.column_section *{
    color: #333;
    font-weight: 500;
}
@media only screen and (min-width:650px) {
    .sp-view {
        display: none;
    }
    .column_section {
        margin-bottom: 40px;
    }
    .text_highlight {
        font-size: 17px;
        font-weight: bold;
        padding: 0 5px;
        background: linear-gradient(transparent 58%, #fff000 0%);
    }
    .column_section_image {
        max-width: 800px;
        height: 491px;
        overflow: hidden;
        display: flex;
        align-items: center;
        justify-content: center;
        margin-bottom: 50px;
    }
    .column_section_image img {
        width: 100%;
        vertical-align: bottom;
    }
    .smallsection_detail_image {
        margin-top: 10px;
    }
    .smallsection_detail_image img {
        width: 100%;
        vertical-align: bottom;
    }
    .column_text_section {
        padding-top:40px;
        margin-top: -40px;
    }
    .column_text_section:not(:last-child){
        margin-bottom: 110px;
    }
    .content_text,
    .content_detail_text,
    .smallsection_detail_text,
    .content_detail_detail_text {
        color: #333;
        font-size: 16px!important;
        line-height: 2;
    }
    .content_text a,
    .content_detail_text a {
        font-size: 17px;
        color: #2269ef;
        padding: 0 5px;
        font-weight: bold;
    }
    .content_detail_text a {
        font-size: 17px;
        color: #2269ef;
        font-weight: bold;
    }
    .column_link_section {
        margin: 100px 0 100px;
    }
    .link_section_wrap {
        padding: 80px 50px 60px;
        position: relative;
    }
    .link_section_wrap.link-double {
        padding: 60px 50px;
    }
    .link_section_title {
        width: 500px;
        font-size: 20px;
        text-align: center;
        position: absolute;
        top: -44px;
        left: 0;
        right: 0;
        margin: auto;
        font-weight: bold;
    }
    .link-double .link_section_title {
        width: 180px;
        top: -23px;
    }
    .link_section_text {
        font-size: 20px;
        font-weight: bold;
        text-align: center;
        display: block;
        width: 100%;
        margin-bottom: 2px;
    }
    .link_section_content a {
        display: block;
        font-size: 20px;
        font-weight: bold;
        color: #fff;
        line-height: 1.6;
        text-align: center;
        width: 67%;
        margin: auto;
        padding: 14px 10px;
        background: #ff9c00;
        border-radius: 40px;
        position: relative;
        margin-top: -77px;
        font-weight: bold;
    }
    .link_section_content a::after {
        content: '';
        border: 2px solid #fff;
        border-radius: 40px;
        position: absolute;
        top: 7px;
        bottom: 7px;
        left: 7px;
        right: 7px;
    }
    .link_section_content a:not(:last-child) {
        margin-bottom: 30px;
    }
    .link_section_content a:hover {
        color: #fff;
    }
    .column_table_section {
        width: 80%;
        display: flex;
        justify-content: center;
        flex-wrap: wrap;
        padding: 40px 30px;
        margin: 0 auto 60px;
        background: #e0ca82;
    }
    .table_section_title {
        font-size: 18px !important;
        font-weight: bold !important;
        text-align: center;
        margin-bottom: 14px;
    }
    .column_text_section.third .content_detail_text {
        margin-bottom: 20px;
    }
    .column_text_section.third .detail_smallsection_title {
        font-size: 18px;
        font-weight: bold;
        border-bottom: 2px solid #333;
        padding-left: 0px;
        padding-bottom: 3px;
        margin-bottom: 13px;
    }
    .detail_smallsection_title_3 {
        font-size: 16px;
        font-weight: bold;
        color: #0f4c81;
        display: inline-block;
        margin-bottom: 20px;
    }
    .detail_smallsection_title_3 ,
    .reasonmark {
        font-size: 18px;
        font-weight: bold;
        color: #fff;
        padding: 3px 0px 3px 4px;
        margin-right: 10px;
        background: #0f4c81;
    }
    .detail_smallsection_title
    .column_text_section.third .detail_smallsection_detail {
        padding: 0 8px;
    }
    .detail_smallsection_detail {
        font-size: 16px;
    }
    .table_section_title {
        font-size: 18px !important;
        font-weight: bold !important;
        text-align: center;
        margin-bottom: 14px;
    }
    .table_section_list {
        font-size: 18px;
        font-weight: bold;
        color: #333;
        padding-left: 15px;
        position: relative;
    }
    .table_section_list:not(:last-child) {
        margin-bottom: 8px;
    }
    .table_section_list::before {
        content: '';
        width: 6px;
        height: 6px;
        background: #333;
        border-radius: 50%;
        position: absolute;
        left: 0;
        top: 9px;
    }
    .table_section_list a {
        font-size: 16px;
        font-weight: bold;
        color: #1780cd;
        text-decoration: underline;
    }
    .table_section_list a:hover {
        color: #cd1750;
    }
    .text_section_title_2,
    .text_section_title {
        font-size: 30px!important;
        font-weight: bold!important;
        margin-bottom: 30px;
        padding: 15px 10px;
        position: relative;
        text-align: center;
    }
    .text_section_title_2 {
        font-size: 30px!important;
        font-weight: bold!important;
        margin-bottom: 30px;
        padding: 15px 10px;
        position: relative;
        text-align: center;
        background: #F1C40F;
        color: #fff;
    }
    .text_section_title::before {
        content: '';
        background: #333;
        height: 2px;
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        margin: auto;
    }
    .text_section_title::after {
        content: '';
        background: #333;
        height: 2px;
        position: absolute;
        bottom: 0;
        left: 0;
        right: 0;
        margin: auto;
    }
    .text_section_title_2::before {
        content: '';
        background: #F1C40F;
        height: 2px;
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        margin: auto;
    }
    .text_section_title_2::after {
        content: '';
        background: #F1C40F;
        height: 2px;
        position: absolute;
        bottom: 0;
        left: 0;
        right: 0;
        margin: auto;
    }
    .content_wrap:not(:first-child),
    .content_detail_wrap:not(:first-child) {
        margin-top: 60px;
    }
    .content_title,
    .content_detail_title {
        font-size: 20px !important;
        color: #fff;
        font-weight: bold !important;
        margin-bottom: 10px;
        position: relative;
        border-left: none !important;
        border-radius: 2px;
        padding: 7px 10px 4px 20px !important;
        z-index: 1;
        background: #F1C40F;
    }
    .content_title::after,
    .content_detail_title::after {
        content: "";
        width: 13px;
        height: 7px;
        background: #fff;
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        margin: auto;
        z-index: 2;
    }
    .content_detail_list,
    .content_detail_detail_list {
        padding: 30px;
        margin: 30px -25px;
    }
    .content_detail_item,
    .content_detail_detail_item {
        font-size: 16px;
        padding-left: 15px!important;
        padding: 5px;
        border-bottom: none!important;
        position: relative;
        font-weight: bold;
    }
    .content_detail_item:not(:last-child),
    .content_detail_detail_item:not(:last-child) {
        margin-bottom: 12px;
    }
    .text_compare_content {
        margin-bottom: 30px;
    }
    .text_compare_title {
        font-size: 24px;
        font-weight: bold;
    }
    .text_compare_wrap {
        display: flex;
        justify-content: center;
        background: #ffface;
        margin: 15px 0;
    }
    .text_compare_detail {
        position: relative;
        padding: 50px 35px;
    }
    .text_compare_detail:not(:last-child)::after {
        content: '';
        background: #333;
        width: 2px;
        position: absolute;
        top: 30px;
        bottom: 30px;
        right: 0;
    }
    .text_compare_detail_title {
        font-size: 22px;
        font-weight: bold;
        text-align: center;
        color: #fff;
        padding: 5px 0;
        margin-bottom: 10px;
    }
    .text_compare_detail_title.left {
        background: #fd247b;
    }
    .text_compare_detail_title.right {
        background: #53acfe;
    }
    .text_compare_detail_detail_item {
        font-size: 16px;
        font-weight: bold;
        line-height: 2;
        display: flex;
    }
    .text_compare_detail_detail_inner {
        margin: 0 15px;
    }
    .text_compare_detail_detail_item:first-child,
    .text_compare_detail_detail_item:first-child .text_compare_detail_detail_inner {
        font-size: 28px;
        color: #FF7849;
    }
    .text_compare_detail_detail_item:nth-child(2),
    .text_compare_detail_detail_item:nth-child(2) .text_compare_detail_detail_inner,
    .text_compare_detail_detail_item:nth-child(3),
    .text_compare_detail_detail_item:nth-child(3) .text_compare_detail_detail_inner {
        font-size: 22px;
        color: #ff9a77;
    }
    .text_right {
        display: block;
        text-align: right;
    }
    .text_compare_text {
        text-align: right;
    }
    .text_compare_text a {
        color: #1780cd;
        text-decoration: underline;
    }
    .text_compare_text a:hover {
        color: #cd1750;
    }
    .content_detail_item::before,
    .content_detail_detail_item::before {
        content: '';
        width: 6px;
        height: 6px;
        background: #333;
        border-radius: 50%;
        position: absolute;
        left: 0;
        top: 14px;
        margin: auto;
    }
    .text_section_table {
        margin-top: 30px;
    }
    .table_title {
        font-size: 16px;
        background: #ccc;
    }
    .table_detail {
        background: #f7f7f7;
        width: 382px;
        padding: 10px;
    }
    .table_header .table_title {
        color: #fff;
        background: none;
        padding: 10px 0;
    }
    .table_header .table_title.before {
        background: #53acfe;
    }
    .table_header .table_title.after {
        background: #FD247B;
    }
    .table_body .table_title {
        width: 120px;
        padding: 40px 0;
    }
    .inner_cell:not(:last-child) {
        display: block;
        padding-bottom: 8px;
    }
    .table_threewrap {
        display: flex;
        justify-content: center;
        align-items: flex-start;
    }
    .blog_table {
        margin: 30px 0;
        box-shadow: 0 0 7px 2px rgba(0, 0, 0, .06);
        border-collapse: collapse;
    }
    .content_wrap .blog_table {
        width: calc(100% - 40px);
        margin: 30px 20px;
        box-shadow: 0 0 7px 2px rgba(0, 0, 0, .06);
        border-collapse: collapse;
    }
    .content_detail_smallsection {
        margin-top: 30px;
    }
    .detail_smallsection_title {
        font-size: 20px;
        font-weight: bold;
        text-align: center;
        margin-bottom: 10px;
    }
    .blog_table {
        width: 100%;
        margin: 30px auto 30px;
    }
    .table_threewrap .blog_table {
        width: 30%;
        margin: 30px 0 0;
    }
    .table_threewrap .blog_table:not(:last-child) {
        margin-right: 15px;
    }
    tbody .blog_table_wrap:not(:last-child) .blog_table_title {
        border-bottom: solid 2px #fff;
    }
    tbody .blog_table_title {
        font-weight: bold;
        width: 200px;
        background: #eee;
    }
    thead .blog_table_title {
        color: #fff;
        font-weight: bold;
        background: #333;
    }
    thead .blog_table_title:not(:first-child) {
        background: #333;
    }
    thead .blog_table_title:not(:last-child), tbody .blog_table_title {
        border-right: 2px solid #fff;
    }
    tbody .blog_table_detail:not(:last-child) {
        border-right: 2px solid #ededed;
    }
    tbody .blog_table_detail {
        text-align: center;
    }
    .blog_table_title {
        padding: 10px 15px;
    }
    tbody .blog_table_wrap:not(:last-child) .blog_table_detail {
        border-bottom: 2px solid #ededed;
    }
    .blog_table_detail {
        padding: 10px;
         background: #F7F7F7;
    }
    #cont7 .text_compare_content {
        padding: 30px 30px 60px;
        background: #F9F3DA;
    }
    #cont7 .text_section_title {
        color: #fff;
        text-align: center;
        background: #ffb9a1;
    }
    .content_conclution_smallsection:not(:last-child) {
        margin-bottom: 40px;
    }
    .conclution_smallsection_title {
        font-size: 20px;
        font-weight: bold;
        color: #333;
        position: relative;
        padding-left: 16px;
    }
    .conclution_smallsection_title::before {
        content: '';
        width: 10px;
        height: 10px;
        background: #333;
        clip-path: polygon(10px 50%, 0% 0%, 0% 10px);
        position: absolute;
        left: 0;
        top: 0;
        bottom: 0;
        margin: auto;
    }
    .smallsection_detail_list {
        border: 2px solid #333;
        padding: 15px 25px;
        margin: 15px 0;
        position: relative;
    }
    .smallsection_detail_item {
        font-size: 18px;
        font-weight: bold;
        color: #333;
        position: relative;
        padding-left: 12px;
    }
    .smallsection_detail_item::before {
        content: '';
        width: 6px;
        height: 6px;
        background: #333;
        border-radius: 50%;
        position: absolute;
        left: 0;
        top: 0;
        bottom: 0;
        margin: auto;
    }
    .column_text_section .content_detail_smallsection {
        border: 2px solid #333;
        padding: 25px 30px;
        margin: 30px 0px 0;
    }
    .column_text_section .detail_smallsection_title {
        font-size: 18px;
        font-weight: bold;
        color: #333;
        display: inline-block;
        margin-bottom: 20px;
    }
    .column_text_section .detail_smallsection_detail {
        line-height: 1.8;
    }
    .column_text_section .detail_smallsection_title .reasonmark {
        font-size: 18px;
        font-weight: bold;
        color: #fff;
        padding: 3px 0px 4px 4px;
        margin-right: 10px;
        background: #0f4c81;
    }
    .content_detail_smallsection_2 {
        border: 2px solid #F1C40F;
        margin: -105px 0 0;
        padding: 25px 30px;
    }
    .detail_smallsection_title_2 {
        font-size: 18px;
        font-weight: bold;
        color: #F1C40F;
        display: inline-block;
        margin-bottom: 20px;
    }
    .smallsection_detail_item_list {
        margin-bottom: 10px;
    }
    .smallsection_detail_item_list a {
        font-size: 18px;
        color: #1265df;
        font-weight: bold;
    }
    .smallsection_detail_item_list::before {
        content: '▼';
        color: #F1C40F;
        font-size: 12px;
        line-height: 1;
        display: inline-block;
        margin-right: 5px;
        transform: rotate(30deg);
    }
    .emphasis_text {
        font-size: 42px;
        color: #d2173e;
    }
    .supervisorinfo-wrap {
        display: flex;
        border: 2px solid #89bb1e;
        box-sizing: border-box;
        border-radius: 11px;
        width: 805px;
        margin: 65px auto 0;
        padding: 24px;
        margin-top: -85px;
    }
    .supervisorinfo-image {
        width: 140px;
        margin-right: 20px;
    }
    .supervisorinfo-text {
        width: calc(100% - 160px);
    }
    .supervisorinfo-name {
        margin-bottom: 10px;
        color: #89bb1e;
    }
    .supervisorinfo-name-ttl {
        color: var(--pointcolor) !important;
        font-size: 23px;
        font-weight: bold;
    }
    .supervisorinfo-intro-ttl {
        font-size: 16px;
        font-weight: bold;
    }
    .supervisorinfo-intro-detail {
        font-size:16px
    }
    .detail_smallsection_title {
        font-size: 18px;
        font-weight: bold;
        border-bottom: 2px solid #333;
        padding-bottom: 3px;
        margin-bottom: 13px;
    }
    .category__item {
        background: #d3d3d352;
        padding: 30px 25px 25px;
        margin: 41px 10px;
        text-align: center;    
    }
    .category__item .content_text {
        margin-top: 0;
        margin-bottom: 20px;
    }    
    .category__item .content_detail_text {
        margin-top: 0;
        margin-bottom: 20px;
    }
    .smallsection_detail_list_3 {
        display: flex;
        justify-content: center;
        width: 100%;
    }    
    .smallsection_detail_item_2 {
        border-bottom: 0!important;
        padding: none!important;
        width: 258px;
    }
    #cont1 ,
    #cont2 ,
    #cont3 ,
    #cont4 ,
    #cont5 ,
    #cont6 {
        padding-top: 100px;
        margin-top: -100px;
    }
    .content_detail_item a {
        font-size: 16px;
        color: #1265df;
        font-weight: bold;
    }
    /* 目次のH3（小見出し）用スタイル PC */
    .smallsection_sub_list {
        padding-left: 24px;
        margin-top: 8px;
    }
    .smallsection_sub_list li {
        margin-bottom: 5px;
        list-style: none;
    }
    .smallsection_sub_list li a {
        font-size: 16px;
        color: #1265df;
        text-decoration: underline; /* 画像のように下線をつける */
        font-weight: normal;
    }
    .smallsection_sub_list li a:hover {
        text-decoration: none;
    }
    /* テキスト型CTA（PC） */
    .cta_box_simple {
        background: #f4f7fc; /* 画像のような薄いブルーグレー */
        padding: 30px;
        border-radius: 4px;
        margin: 40px 0;
    }
    .cta_box_title {
        font-size: 18px;
        font-weight: bold;
        color: #333;
        margin-bottom: 15px;
    }
    .cta_box_text {
        font-size: 16px;
        color: #333;
        line-height: 1.8;
        margin-bottom: 15px;
    }
    .cta_box_link {
        display: inline-block;
        font-size: 16px;
        color: #1265df; /* つるハウス様のリンクカラー */
        text-decoration: underline;
        font-weight: bold;
        transition: 0.3s;
    }
    .cta_box_link:hover {
        text-decoration: none;
        opacity: 0.8;
    }
}
    @media only screen and (max-width:649px) {
    .pc-view {
        display: none;
    }
    .blog__article {
        padding: 0!important;
    }
    .blog__headline {
        margin: 20px 3vw 4px!important;
    }
    .blog__note {
        margin: 0 3vw 32px!important;
    }
    .text_highlight {
        font-size: 4vw;
        font-weight: bold;
        padding: 0 2vw;
        background: linear-gradient(transparent 58%, #fff000 0%);
    }
    .column_section {
        background: #fff;
        padding: 4vw;
    }
    .column_section_image {
        border-top: none;
        border-bottom: none;
        padding: 0;
        margin-bottom: 4vw;
    }    
    .column_section_image img {
        width: 100%;
        vertical-align: bottom;
    }
    .column_text_section:not(:last-child){
        margin-bottom: 12vw;
    }
    .smallsection_detail_text {
        font-size: 3.8vw;
    }
    .content_text,
    .content_detail_text,
    .content_detail_detail_text {
        font-size: 3.8vw;
        line-height: 1.8;
    }
    .column_table_section {
        display: flex;
        justify-content: center;
        flex-wrap: wrap;
        padding: 6vw 5vw;
        margin: 0 auto 8vw;
        background: #e0ca82;
    }
    .table_section_list:not(:last-child) {
        margin-bottom: 4vw;
    }
    .table_section_list::before {
        content: '';
        width: 2vw;
        height: 2vw;
        background: #333;
        border-radius: 50%;
        position: absolute;
        left: 0;
        top: 1.2vw;
        margin: auto;
    }
    .table_section_list a:hover {
        color: #cd1750;
    }
   .column_link_section {
        margin: 14vw 0 12vw;
    }
    .link_section_wrap {
        padding: 2vw 3vw 7vw;
        position: relative;
    }
    .column_link_section.link-double {
        margin: 12vw 0;
    }
    .content_text a {
        font-size: 4vw;
        color: #2269ef;
        font-weight: bolder;
    }
    .content_detail_text a {
        font-size: 4vw;
        color: #2269ef;
        font-weight: bolder;
    }
    .link-double .link_section_wrap {
        padding: 10vw 6vw;
    }
    .link_section_title {
        width: 73vw;
        font-size: 4vw;
        text-align: center;
        position: absolute;
        top: -9.5vw;
        left: 0;
        right: 0;
        margin: auto;
        margin-top: 25px;
        font-weight: bold;
    }
    .link-double .link_section_title {
        width: 40vw;
        top: -5vw;
    }
    .link_section_content a {
        display: block;
        font-size: 4vw;
        font-weight: bold;
        color: #fff;
        line-height: 1.6;
        text-align: center;
        margin: 0 3vw;
        padding: 3vw;
        background: #ff9c00;
        border-radius: 40px;
        position: relative;
        font-weight: bold;
    }
    .link_section_content a::after {
        content: '';
        border: 2px solid #fff;
        border-radius: 40px;
        position: absolute;
        top: 1.5vw;
        bottom: 1.5vw;
        left: 1.5vw;
        right: 1.5vw;
    }
    .link_section_text {
        font-size: 4vw;
        font-weight: bold;
        text-align: center;
        display: block;
        width: 100%;
        margin-bottom: 2vw;
    }
    .link_section_content a:hover {
        color: #fff;
    }
    .link_section_content a:not(:last-child) {
        margin-bottom: 4vw;
    }
    .text_right {
        display: block;
        text-align: right;
    }
    .table_section_title {
        font-size: 4.5vw !important;
        font-weight: bold !important;
        text-align: center;
        margin-bottom: 3vw;
    }
    .table_section_list {
        font-size: 3.8vw;
        font-weight: bold;
        color: #333;
        padding-left: 3vw;
        position: relative;
    }
    .column_text_section.third .content_detail_text {
        margin-bottom: 4vw;
    }
    .column_text_section.third .detail_smallsection_title {
        font-size: 4.2vw;
        font-weight: bold;
        border-bottom: 2px solid #333;
        padding-left: 0vw;
        padding-bottom: 1.5vw;
        margin-bottom: 2.5vw;
    }
    .detail_smallsection_title_3 {
        font-size: 3.8vw;
        font-weight: bold;
        color: #0f4c81;
        display: inline-block;
        margin-bottom: 3vw;
    }
    .reasonmark {
        font-size: 3.8vw;
        font-weight: bold;
        color: #fff;
        padding: 1vw 2vw;
        margin-right: 2vw;
        background: #0f4c81;
    }
    .column_text_section.third .detail_smallsection_detail {
        padding: 0 2vw;
    }
    .detail_smallsection_detail {
        font-size: 3.8vw;
    }
    .text_section_title {
        font-size: 6vw!important;
        font-weight: bold!important;
        margin-bottom: 7vw!important;
        padding: 3vw 2vw;
        position: relative;
        text-align: center;
    }
    .text_section_title_2 {
        font-size: 6vw!important;
        font-weight: bold!important;
        margin-bottom: 7vw!important;
        padding: 3vw 2vw;
        position: relative;
        text-align: center;
        background: #F1C40F;
        color: #fff;
    }
    .text_section_title::before {
        content: '';
        background: #333;
        height: 2px;
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        margin: auto;
    }
    .text_section_title::after {
        content: '';
        background: #333;
        height: 2px;
        position: absolute;
        bottom: 0;
        left: 0;
        right: 0;
        margin: auto;
    }
    .text_section_title_2::before {
        content: '';
        background: #F1C40F;
        height: 2px;
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        margin: auto;
    }
    .text_section_title_2::after {
        content: '';
        background: #F1C40F;
        height: 2px;
        position: absolute;
        bottom: 0;
        left: 0;
        right: 0;
        margin: auto;
    }
    .content_wrap:not(:first-child),
    .content_detail_wrap:not(:first-child) {
        margin-top: 5vw;
    }
    .content_wrap:not(:last-child),
    .content_detail_wrap:not(:last-child) {
        margin-bottom: 0;
    }
    .content_title,
    .content_detail_title {
        font-size: 4vw!important;
        color: #fff!important;
        font-weight: bold!important;
        margin-bottom: 4vw!important;
        border-left: none!important;
        position: relative;
        padding: 3vw 5vw 2.5vw!important;
        z-index: 1;
        background: #F1C40F;
    }
    .content_title::after, .content_detail_title::after {
        content: "";
        width: 3vw;
        height: 1vw;
        background: #fff;
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        margin: auto;
        z-index: 2;
    }
    .content_detail_list,
    .content_detail_detail_list {
        padding: 7vw;
        margin: 4vw -6vw;
    }
    .content_detail_item,
    .content_detail_detail_item {
        font-size: 3.8vw;
        padding-left: 2.5vw;
        position: relative;
        font-weight: bold;
    }
    .content_detail_item:not(:last-child),
    .content_detail_detail_item:not(:last-child) {
        margin-bottom: 3vw;
    }
    .content_detail_item::before,
    .content_detail_detail_item::before {
        content: '';
        width: 1.5vw;
        height: 1.5vw;
        background: #333;
        border-radius: 50%;
        position: absolute;
        left: 0;
        top: 2vw;
        margin: auto;
    }
    .text_compare_content {
        margin-bottom: 4vw;
    }
    .text_compare_title {
        font-size: 4.8vw;
        font-weight: bold;
    }
    .text_compare_wrap {
        background: #ffface;
        margin: 3.5vw 0;
    }
    .text_compare_detail {
        position: relative;
        padding: 7vw 5vw;
    }
    .text_compare_detail:not(:last-child)::after {
        content: '';
        background: #333;
        height: 2px;
        position: absolute;
        left: 4vw;
        right: 4vw;
        bottom: 0;
    }
    .text_compare_detail_title {
        font-size: 3.8vw;
        font-weight: bold;
        text-align: center;
        color: #fff;
        padding: 1.5vw 0;
        margin-bottom: 2vw;
    }
    .text_compare_detail_title.left {
        background: #fd247b;
    }
    .text_compare_detail_title.right {
        background: #53acfe;
    }
    .text_compare_detail_detail_item {
        font-size: 3.8vw;
        font-weight: bold;
        line-height: 2;
        display: flex;
    }
    .text_compare_detail_detail_inner {
        margin: 0 3vw;
    }
    .text_compare_detail_detail_item:first-child,
    .text_compare_detail_detail_item:first-child .text_compare_detail_detail_inner {
        font-size: 5vw;
        color: #FF7849;
    }
    .text_compare_detail_detail_item:nth-child(2),
    .text_compare_detail_detail_item:nth-child(2) .text_compare_detail_detail_inner,
    .text_compare_detail_detail_item:nth-child(3),
    .text_compare_detail_detail_item:nth-child(3) .text_compare_detail_detail_inner {
        font-size: 4.6vw;
        color: #ff9a77;
    }
    .text_compare_text {
        font-size: 3.4vw;
        text-align: right;
    }
    .text_compare_text a {
        color: #1780cd;
        text-decoration: underline;
    }
    .text_compare_text a:hover {
        color: #cd1750;
    }
    .table_title {
        background: #ccc;
    }
    .table_detail {
        background: #f7f7f7;
        width: 44vw;
        padding: 2.5vw;
    }
    .table_header .table_title {
        color: #fff;
        background: none;
        padding: 2.5vw 0;
    }
    .table_header .table_title.before {
        background: #53acfe;
    }
    .table_header .table_title.after {
        background: #FD247B;
    }
    .table_body .table_title {
        width: 16vw;
        padding: 4vw 0;
    }
    #cont7 .text_compare_content {
        padding: 4vw 4vw 6vw;
        background: #F9F3DA;
    }
    #cont7 .text_section_title {
        color: #fff;
        text-align: center;
        background: #ffb9a1;
    }
    .content_conclution_smallsection:not(:last-child) {
        margin-bottom: 6vw;
    }
    .conclution_smallsection_title {
        font-size: 4.6vw;
        font-weight: bold;
        color: #333;
        position: relative;
        padding-left: 3.5vw;
    }
    .conclution_smallsection_title::before {
        content: '';
        width: 2vw;
        height: 2vw;
        background: #333;
        clip-path: polygon(2vw 50%, 0% 0%, 0% 2vw);
        position: absolute;
        left: 0;
        top: 2vw;
        margin: auto;
    }
    .smallsection_detail_list {
        border: 2px solid #333;
        padding: 3vw 4vw;
        margin: 4vw 0;
        position: relative;
    }
    .smallsection_detail_item {
        font-size: 4vw;
        font-weight: bold;
        color: #333;
        position: relative;
        padding-left: 3vw;
    }
    .smallsection_detail_item::before {
        content: '';
        width: 2vw;
        height: 2vw;
        background: #333;
        border-radius: 50%;
        position: absolute;
        left: 0;
        top: 0;
        bottom: 0;
        margin: auto;
    }
    .column_text_section .content_detail_smallsection {
        margin-top: 5vw;
        border: 2px solid #333;
        padding: 4vw;
    }
    .column_text_section .detail_smallsection_title {
        font-size: 4vw;
        font-weight: bold;
        color: #333;
        display: inline-block;
        margin-bottom: 3vw;
    }
    .column_text_section .detail_smallsection_title .reasonmark {
        font-size: 4vw;
        font-weight: bold;
        color: #fff;
        padding: 1vw 2vw;
        margin-right: 2vw;
        background: #0f4c81;
    }
    .column_text_section .smallsection_detail_image {
        margin-top: 3vw;
    }
    .blog_table {
        margin: 6vw 0;
        box-shadow: 0 0 7px 2px rgba(0, 0, 0, .06);
        border-collapse: collapse;
    }
    .content_wrap .blog_table {
        margin: 6vw 0;
        box-shadow: 0 0 7px 2px rgba(0, 0, 0, .06);
        border-collapse: collapse;
    }
    .blog_table_title {
        padding: 1vw 2vw;
        vertical-align: middle;
    }
    thead .blog_table_title {
        color: #fff;
        font-weight: bold;
        background: #333;
    }
    thead .blog_table_title:not(:last-child), tbody .blog_table_title {
        border-right: 2px solid #fff;
    }
    thead .blog_table_title:not(:first-child) {
        background: #333;
    }
    tbody .blog_table_title {
        font-weight: bold;
        background: #eee;
    }
    #cnt03 thead .blog_table_title:first-child {
        background: #2f4565;
    }
    #cnt03 thead .blog_table_title {
        background: #7ab414;
    }
    #cnt03 tbody .blog_table_title {
        color: #fff;
        font-weight: bold;
        background: #a5bad9;
    }
    tbody .blog_table_wrap:not(:last-child) .blog_table_title {
        border-bottom: solid 2px #fff;
    }
    .blog_table_detail {
        padding: 2vw;
        vertical-align: middle;
    }
    tbody .blog_table_detail {
        text-align: center;
    }
    tbody .blog_table_wrap:not(:last-child) .blog_table_detail {
        border-bottom: 2px solid #ededed;
    }
    tbody .blog_table_detail:not(:last-child) {
        border-right: 2px solid #ededed;
    }
    .content_detail_smallsection {
        margin-top: 4vw;
    }
    .detail_smallsection_title {
        font-size: 5vw;
        font-weight: bold;
        text-align: center;
        margin-bottom: 2vw;
    }
    .blog_table {
       
    }
    .table_threewrap .blog_table {
        margin: 6vw 0 0;
    }
    .content_detail_smallsection_2 {
        margin-top: 10vw;
        border: 2px solid #F1C40F;
        padding: 4vw;
    }
    .detail_smallsection_title_2 {
        font-size: 4vw;
        font-weight: bold;
        color: #F1C40F;
        display: flex;
        align-items: baseline;
        margin-bottom: 3vw;
    }
    .smallsection_detail_item_list {
        margin-bottom: 10px;
    }
    .smallsection_detail_item_list a {
        font-size: 3.5vw;
        color: #1265df;
        font-weight: bold;
        padding: 0;
    }    
    .smallsection_detail_item_list::before {
        content: '▼';
        color: #F1C40F;
        font-size: 12px;
        line-height: 1;
        display: inline-block;
        margin-right: 5px;
        transform: rotate(30deg);
    }
    .emphasis_text {
        font-size: 7vw;
        color: #d2173e;
    }
    .supervisorinfo-wrap {
        border: 2px solid #89bb1e;
        box-sizing: border-box;
        border-radius: 5px;
        padding: 4vw;
        margin: 1vw auto 5vw;
        width: 92vw;
    }
    .supervisorinfo-image {
        display: flex;
        justify-content: center;
        height: 36vw;
        margin-bottom: 4vw;
    }
    .supervisorinfo-image img {
        height: 100%;
    }
    .supervisorinfo-name {
        margin-bottom: 3vw;
        color: #89bb1e;
    }
    .supervisorinfo-name-ttl {
        color: var(--pointcolor) !important;
        font-size: 6vw;
        font-weight: bold;
    }
    .supervisorinfo-name-detail {
        font-size: 4.4vw;
        font-weight: bold;
    }
    .supervisorinfo-name-detail, .supervisorinfo-intro-detail {
        line-height: 1.6;
        font-size: 3.8vw;
    }
    .supervisorinfo-intro-ttl {
        color: var(--pointcolor) !important;
        font-size: 3.8vw;
        font-weight: bold;
    }
    .detail_smallsection_title {
       font-size: 4.2vw;
        font-weight: bold;
        border-bottom: 2px solid #333;
        padding-left: 0vw;
        padding-bottom: 1.5vw;
        margin-bottom: 2.5vw;  
    }
    .category__item {
        background: #d3d3d352;
        padding: 2px 25px 25px;
        margin: 12px -1px;
        text-align: center;
    }
    .category__item .content_text,
    .category__item .content_detail_text {
        margin-top: 4vw;
        margin-bottom: 4vw;
    }
    .category__item .content_detail_text {
        text-align: center;
    }
    .content_detail_list a {
        font-size: 3.8vw;
        color: #1265df;
        font-weight: bold;
        padding: 0;
    }
    .link_section_content.contact {
        margin-top: 9vw;
    }/* 目次のH3（小見出し）用スタイル スマホ */
    .smallsection_sub_list {
        padding-left: 5vw;
        margin-top: 2vw;
    }
    .smallsection_sub_list li {
        margin-bottom: 1.5vw;
        list-style: none;
    }
    .smallsection_sub_list li a {
        font-size: 3.5vw;
        color: #1265df;
        text-decoration: underline;
        font-weight: normal;
        padding: 0;
    }/* テキスト型CTA（SP） */
    .cta_box_simple {
        background: #f4f7fc;
        padding: 5vw;
        border-radius: 4px;
        margin: 8vw 0;
    }
    .cta_box_title {
        font-size: 4.2vw;
        font-weight: bold;
        color: #333;
        margin-bottom: 3vw;
    }
    .cta_box_text {
        font-size: 3.8vw;
        color: #333;
        line-height: 1.8;
        margin-bottom: 3vw;
    }
    .cta_box_link {
        display: inline-block;
        font-size: 3.8vw;
        color: #1265df;
        text-decoration: underline;
        font-weight: bold;
    }
</style></div>]]></description>
            <pubDate>2026-04-04</pubDate>
        </item>
                
        <item>
            <title>初めての住宅ローンでも安心！基礎知識や選び方のコツも解説</title>
            <link>https://www.tsuruhouse.jp/blog/entry-726588/</link>
            <description><![CDATA[<div class="column_section">
    <div class="column_section_image">
        <img src="//cdn.img-asp.jp/cms/726588_1_0_0_1.jpg" alt="初めての住宅ローンでも安心！基礎知識や選び方のコツも解説" class="pc-view">
        <img src="//cdn.img-asp.jp/cms/726588_2_0_0_1.jpg" alt="初めての住宅ローンでも安心！基礎知識や選び方のコツも解説" class="sp-view">
    </div>
    <div class="column_text_section intro">
        <div class="text_section_content">
            <p class="content_text">不動産購入を考え始めたとき、ほとんどの方が直面するのが「住宅ローン」の壁です。あなたも、その壁の高さに不安を感じていませんか？<br><br>
            <span class="text_highlight">「金利って何？変動と固定、どっちがいいの？」「そもそも、自分はいくら借りられるんだろう？」「たくさんの銀行があるけど、どこで借りるのが一番お得？」</span><br><br>
            初めての不動産購入では、分からないことだらけで不安になるのも当然です。しかし、住宅ローンは「なんとなく」で選んではいけません。なぜなら、選び方一つで20年後、30年後の総返済額が数百万円単位で変わる可能性があるからです。<br><br>
            本記事では、住宅ローンを組む第一歩として基本的な知識から、ご自身に合ったローンの選び方のコツまで解説いたします！</p>
            <div class="column_link_section">
                <dl class="link_section_wrap">
                    <dt class="link_section_title">マイホームの購入は<br class="sp-view">つるハウスにお任せください</dt>
                    <dd class="link_section_content contact">
                        <span class="link_section_text"></span>
                        <a href="/contact/" target="_blank">【無料】今すぐ相談する ＞</a>
                    </dd>
                </dl>
            </div>
            <dl class="content_detail_smallsection_2">
                <dt class="detail_smallsection_title_2">目次</dt>
                <dd class="detail_smallsection_detail_2">
                    <ul class="smallsection_detail_list_2">
                        <li class="smallsection_detail_item_list"><a href="#cont1">住宅ローンはプロに相談すべき</a></li>
                        <li class="smallsection_detail_item_list"><a href="#cont2">住宅ローンの基本知識</a></li>
                        <li class="smallsection_detail_item_list"><a href="#cont3">住宅ローンを選ぶ流れとコツ</a></li>
                        <li class="smallsection_detail_item_list"><a href="#cont4">金融機関の比較ポイント</a></li>
                        <li class="smallsection_detail_item_list"><a href="#cont5">住宅ローンを組む際の注意点</a></li>
                    </ul>
                </dd>
            </dl>
        </div>
    </div>
    <div class="column_text_section second" id="cont1">
        <div class="text_compare_content">
            <h2 class="text_section_title">住宅ローンはプロに相談すべき</h2>
            <div class="column_section_image">
                <img src="//cdn.img-asp.jp/cms/726588_3_0_0_1.jpg" alt="住宅ローンはプロに相談すべき">
            </div>
            <p class="content_text">金利の種類や返済期間、金融機関によって異なる条件…。調べ始めるほど<span class="text_highlight">「どれが自分に合っているのか分からない」</span>と不安になってしまう方も少なくありません。一人で悩んでしまうと、本来選べるはずの有利なプランを見逃してしまったり、返済負担の大きいローンを選んでしまったりするリスクもあります。<br><br>
            だからこそ、<span class="text_highlight">住宅ローンは「プロに相談すること」が重要</span>です！つるハウスでは、ローン相談も無料で承っており、事前審査のサポートから金利比較、返済計画づくりまで総合的にサポートしています。複数の金融機関と提携しているため、お客様のご状況に合わせた商品をご紹介することが可能です。<br><br>
            弊社では新築・中古一戸建て、マンション、土地など幅広い物件情報を取り扱い「物件選び」と「資金計画」を一体でご提案できます。駅近の利便性重視の物件やファミリー向けの間取りなど、お客様のライフスタイルに沿ったご提案も得意です。<br><br>
            一生に一度の大きな買い物だからこそ、信頼できるパートナーと一緒に進めることが安心への第一歩。まずはお気軽にご相談ください！私たちが親身になって、最適な住宅ローン選びをサポートいたします。</p>
        </div>
    </div>
    <div class="column_link_section">
        <dl class="link_section_wrap">
            <dt class="link_section_title">マイホームの購入は<br class="sp-view">つるハウスにお任せください</dt>
            <dd class="link_section_content contact">
                <span class="link_section_text"></span>
                <a href="/contact/" target="_blank">【無料】今すぐ相談する ＞</a>
            </dd>
        </dl>
    </div>
    <div class="column_text_section second" id="cont2">
        <div class="text_compare_content">
        <h2 class="text_section_title">住宅ローンの基本知識</h2>
        <div class="column_section_image">
            <img src="//cdn.img-asp.jp/cms/726588_4_0_0_1.jpg" alt="住宅ローンの基本知識">
        </div>
        <div class="content_wrap">
            <p class="content_text">住宅ローンの返済額は、借りる金額、金利、返済期間などによって大きく変わるため、基本知識を把握しておくのが安心です。すでに住宅ローンの理解が深まっている方は、次章<a href="#cont3">住宅ローンを選ぶ流れとコツ</a>から読み進めるのがおすすめです！</p>
        </div>
        <div class="content_wrap">
            <h3 class="content_title">金利タイプを知る</h3>
            <p class="content_detail_text">まず確認したいのが「金利のタイプ」です。金利は総返済額に直結するため、慎重に選ぶ必要があります。</p>
            <dl class="content_detail_smallsection">
                <dt class="detail_smallsection_title">固定金利型</dt>
                <dd class="detail_smallsection_detail">借入時から完済まで金利が変わらないタイプ。月々の返済額が一定なので、将来の収支管理が安心というメリットがありますが、市場金利が下がっても恩恵を受けにくい場合があります。</dd>
            </dl>
            <dl class="content_detail_smallsection">
                <dt class="detail_smallsection_title">変動金利型</dt>
                <dd class="detail_smallsection_detail">市況に応じて金利が定期的に見直されるタイプ。固定金利より低い金利を選べるケースが多いですが、金利上昇時には返済額が増えるリスクもあります。</dd>
            </dl>
            <dl class="content_detail_smallsection">
                <dt class="detail_smallsection_title">固定期間選択型</dt>
                <dd class="detail_smallsection_detail">最初の5年・10年など一定期間のみ金利が固定されるタイプ。当面の返済額を抑えながら、将来見直しもできる柔軟性が特徴です。</dd>
            </dl>
        </div>
        <div class="content_wrap">
            <h3 class="content_title">返済方法の違いを知る</h3>
            <p class="content_detail_text">返済方法にも種類があります。主に次の2タイプが使われています。</p>
            <dl class="content_detail_smallsection">
                <dt class="detail_smallsection_title">元利均等返済</dt>
                <dd class="detail_smallsection_detail">返済期間を通じて毎月の返済額がほぼ一定。返済計画が立てやすい反面、利息の支払いが多くなる傾向があります。</dd>
            </dl>
            <dl class="content_detail_smallsection">
                <dt class="detail_smallsection_title">元金均等返済</dt>
                <dd class="detail_smallsection_detail">元金を一定額返していくため、初期の返済額は大きいですが、徐々に返済負担が軽くなる仕組み。トータルでは利息を抑えられます。</dd>
            </dl>
        </div>
        <div class="content_wrap">
            <h3 class="content_title">借入・返済期間について知る</h3>
            <p class="content_detail_text">借入期間は短くするほど利息負担を抑えられます。ただし、月々の負担が大きくなるため、無理のない返済計画が重要です。「とりあえず最長で組んでおいて、余裕のあるときに繰り上げ返済する」といった考え方も一つの方法です。<br><br>
            住宅金融支援機構の「2024年度住宅ローン貸出動向調査」によると、<span class="text_highlight">住宅ローンの返済期間は平均で約28年</span>となっており、多くの方が長期返済を選んでいることが分かります。さらに近年では、金融機関が「35年以上の返済期間」を提供するケースも増えており、返済期間の選び方がますます重要になっています。<br><br>
            ご自身のライフスタイルや将来の収入見込みを踏まえて、<span class="text_highlight">無理なく返済を続けられる選択</span>をしましょう。<br><br>
            出典▶︎<a href="https://www.jhf.go.jp/files/a/public/jhf/400372590.pdf" target="_blank">2024年度住宅ローン貸出動向調査結果</a></p>
        </div>
        <div class="content_wrap">
            <h3 class="content_title">事前審査と本審査の違いを知る</h3>
            <p class="content_detail_text">住宅ローンを利用する際には審査が必要です。</p>
            <dl class="content_detail_smallsection">
                <dt class="detail_smallsection_title">事前審査（仮審査）</dt>
                <dd class="detail_smallsection_detail">借入可能かどうかを簡易的に確認するもの。物件を探す前に行っておくと、購入検討がスムーズになります。</dd>
            </dl>
            <dl class="content_detail_smallsection">
                <dt class="detail_smallsection_title">本審査</dt>
                <dd class="detail_smallsection_detail">提出書類が増え、より詳細に返済能力がチェックされます。事前審査が通っても、本審査で落ちる可能性はゼロではありません。</dd>
            </dl>
        </div>
        <div class="content_wrap">
            <h3 class="content_title">諸費用について知る</h3>
            <p class="content_detail_text">住宅ローンは、保証料・手数料・保険料など購入費用以外にも「諸費用」がかかります。一般的には物件価格の3〜8％ほど発生するため、資金計画に含めておくことが大切です。</p>
        </div>
        </div>
    </div>
    <div class="column_text_section third" id="cont3">
        <div class="text_compare_content">
            <h2 class="text_section_title">住宅ローンを選ぶ流れとコツ</h2>
            <div class="column_section_image">
                <img src="//cdn.img-asp.jp/cms/726588_5_0_0_1.jpg" alt="住宅ローンを選ぶ流れとコツ">
            </div>
            <div class="content_wrap">
                <p class="content_text">住宅ローンは、何を基準に選べばよいのか悩んでしまうものです。本章では、初めての方でも迷わず進められるよう、理想の住宅ローンを選ぶための流れに併せて、各工程ごとのコツも解説いたします。</p>
            </div>
            <div class="content_wrap">
                <h3 class="content_title">①資金計画を立てる</h3>
                <p class="content_detail_text">まずは<span class="text_highlight">「自分が無理なく返済できる金額」を把握</span>することが重要です。<br><br>
                ・今の家賃を目安にする<br>
                ・将来のライフイベントを見込む<br>
                ・頭金として捻出できる金額を確認する<br><br>
                頭金が多いほど借入額が減り、総返済額を抑えることができます。一方で、貯金を使いすぎて生活資金が不足してしまっては本末転倒。余裕を残した計画を意識しましょう。つるハウスでは、月々の返済額シミュレーションなど、資金計画段階からサポートできます。</p>
            </div>
            <div class="content_wrap">
                <h3 class="content_title">②借入可能額を確認する</h3>
                <p class="content_detail_text">資金計画の目安が立ったら、<span class="text_highlight">金融機関で事前審査</span>を受けましょう。これにより、どの程度の借入ができるかを事前に把握できます。事前審査を先に通しておくメリットは下記の通りです。<br><br>
                ・希望物件を見つけた際にスムーズ<br>
                ・現実的な購入価格帯が分かる<br>
                ・無理なローンを避けられる<br><br>
                審査には、年収・勤続年数・雇用形態などがチェックされます。「住宅ローンが通るのか心配」という方も、まずは気軽に相談してみることが大切です。</p>
            </div>
            <div class="content_wrap">
                <h3 class="content_title">③ライフプランに合わせて金利タイプを選ぶ</h3>
                <p class="content_detail_text">先述のように、選ぶローンによって返済計画は大きく変わります。将来の生活も見据えた金利選びが重要です。<br><br>
                ・安定を求める → 固定金利型<br>
                ・低金利のメリットを活かしたい → 変動金利型<br>
                ・両方のバランスを取りたい → 固定期間選択型<br><br>
                住宅ローンは<span class="text_highlight">「安い金利を選べばよい」とは限りません。</span>家計に合った返済負担を考えながら選びましょう。</p>
            </div>
            <div class="content_wrap">
                <h3 class="content_title">④金融機関を比較する</h3>
                <p class="content_detail_text">実は、金融機関ごとにローンの特徴は異なります。最近は、手厚い団体信用生命保険を提供する金融機関も増えているため、金利以外のメリットも重視しましょう。<span class="text_highlight">つるハウスでは複数の金融機関と提携</span>しており、条件を比較しながら最適なプランをご提案できます。<a href="#cont4">金融機関を比較する際のポイント</a>については次章をご参考ください！</p>
            </div>
            <div class="content_wrap">
                <h3 class="content_title">⑤物件価格と返済負担を再調整する</h3>
                <p class="content_detail_text">ローンの方向性が固まると、実際に購入を検討している物件価格と照らし合わせて再計算します。<br><br>
                ・理想の物件が予算オーバー<br class="sp-view">→頭金を増やす、返済期間を見直すなど<br><br>
                ・余裕が出る場合<br class="sp-view">→設備グレードや立地を調整<br><br>
                住宅ローンと物件探しは同時進行が基本です。弊社なら、住宅ローンと物件提案を一貫してサポートできます。</p>
            </div>
            <div class="content_wrap">
                <h3 class="content_title">⑥本審査へ進みローンを確定させる</h3>
                <p class="content_detail_text">購入物件が決まれば、いよいよ本審査へ。提出書類が増え、より詳細に返済能力が審査されます。審査通過後はローン内容を最終確認し、契約を進めます。不安がある場合は、契約前に必ず質問してクリアにしておきましょう。</p>
            </div>
        </div>
    </div>
    <div class="column_text_section fourth" id="cont4">
        <div class="text_compare_content">
            <h2 class="text_section_title">金融機関の比較ポイント</h2>
            <div class="column_section_image">
                <img src="//cdn.img-asp.jp/cms/726588_9_0_0_1.jpg" alt="金融機関の比較ポイント">
            </div>
            <div class="content_wrap">
                <p class="content_text">住宅ローンは、<span class="text_highlight">どの金融機関で借りても同じ…ではありません。</span>細かな条件が異なり、総返済額や安心感に大きな差が生まれます。本章では、金融機関を比較する際に確認しておきたいポイントについて解説いたします。</p>
            </div>
            <div class="content_wrap">
                <h3 class="content_title">金利の違いを把握する</h3>
                <p class="content_detail_text">まず<span class="text_highlight">注目すべきは「金利」</span>です。わずか0.1％の差でも、総返済額が数十万円〜数百万円変わることもあります。金利を比較するときは次の3点を確認しましょう。<br><br>
                 ・変動金利か固定金利か<br>
                ・優遇金利が適用される条件<br>
                ・その金利がいつまで続くのか<br><br>
                「ネット銀行は金利が低い」「地銀はサポートが手厚い」など、メリットは異なります。ご自身のライフスタイルに合う金利タイプを選ぶことが重要です。</p>
            </div>
            <div class="content_wrap">
                <h3 class="content_title">諸費用もしっかり比較</h3>
                <p class="content_detail_text">意外と大きな差が出るのが「諸費用」です。たとえば、「保証料が無料だが、事務手数料が高い銀行」「保証料が必要だが、金利は低い銀行」など、どちらが得かは借入金額・返済期間によって異なります。金利だけを見るのではなく、<span class="text_highlight">諸費用も含めた総支払額で比較する</span>ことが大切です。</p>
            </div>
            <div class="content_wrap">
                <h3 class="content_title">団体信用生命保険の内容は大丈夫？</h3>
                <p class="content_detail_text">住宅ローンを借りる際に加入が求められるのが「団信」。返済中に万が一のことがあった際、ローン残高が一部またはすべてゼロになる大切な保険です。最近は保障内容も多様化しており、手厚い内容が増えているため、<span class="text_highlight">「何がどこまで保障されるのか？」「金利上乗せがいくらか？」</span>などをきちんと比較して選びましょう。</p>
            </div>
            <div class="content_wrap">
                <h3 class="content_title">サポート体制について</h3>
                <p class="content_detail_text">初めて住宅ローンを組む際、「不明点をすぐ聞けるか？」は大きな安心につながります。<br><br>
                ・店舗相談ができる<br>
                ・担当者がつく<br>
                ・書類サポートの有無<br>
                ・対応のスピードや丁寧さ<br><br>
                ネット銀行は金利が低い一方、対面サポートが弱い場合もあります。どこまでご自身で情報収集できるかも選ぶ基準になるでしょう。</p>
            </div>
            <div class="content_wrap">
                <h3 class="content_title">審査基準も金融機関で違う</h3>
                <p class="content_detail_text">年収、勤続年数、雇用形態などをチェックする審査基準は、銀行によって違います。「パート・契約社員も審査対応が柔軟な銀行」「他の借入があると厳しい銀行」など。「A銀行で審査落ちしたけど、B銀行なら通った」ということも実際によくあります。そのため、<span class="text_highlight">複数の金融機関で比較検討することが重要</span>です。</p>
            </div>
            <div class="content_wrap">
                <h3 class="content_title">比較が難しい場合はプロを頼る</h3>
                <p class="content_detail_text">金融機関の比較はとても複雑です。<br><br>
                ・金利だけで判断すると損する<br>
                ・保障内容で差がつく<br>
                ・総返済額が大きく変わる可能性がある<br><br>
                だからこそ、<span class="text_highlight">プロに相談しながら比較することがおすすめ</span>です。つるハウスでは、複数金融機関の条件を一括比較し、お客様に合った最適なプランをご提案いたします。初めての住宅ローンでも、安心して選べる環境を整えています。</p>
            </div>
        </div>
    </div>
    <div class="column_text_section fifth" id="cont5">
        <div class="text_compare_content">
        <h2 class="text_section_title">住宅ローンを組む際の注意点</h2>
        <div class="column_section_image">
            <img src="//cdn.img-asp.jp/cms/726588_6_0_0_1.jpg" alt=">住宅ローンを組む際の注意点">
        </div>
        <p class="content_text">住宅ローンを組む際、「借りられる額」だけを基準に進めてしまうと、後で生活が苦しくなってしまうこともあります。本章では、とくに注意しておくべきポイントを解説いたします。</p>
        <div class="content_wrap">
            <h3 class="content_title">返済負担率だけで判断しない</h3>
            <p class="content_detail_text">金融機関では<span class="text_highlight">「年収に対する返済額の比率」</span>も一つの基準として借入可能額を判断します。しかし、審査で認められた範囲いっぱいまで借りず「無理なく返せる額」をご自身で設定することが重要です。教育費や老後資金など、将来的に必要になる費用も見据えた返済計画を立てましょう。「今返せる」ではなく「将来も返せる」ことがポイントです。</p>
        </div>
        <div class="content_wrap">
            <h3 class="content_title">固定資産税やメンテナンス費の存在を忘れない</h3>
            <p class="content_detail_text">住宅ローンを完璧に組んだつもりでも、購入後にかかるお金を見落としがちです。固定資産税や修繕費、駐車場代、リフォーム費用など。マンションなら管理費・修繕積立金が月数万円かかり、将来値上げされる可能性もあります。一戸建てなら屋根や外壁の塗装など、大規模修繕が必要になります。<span class="text_highlight">「毎月の返済＋維持費」を想定した資金計画</span>が不可欠です。</p>
        </div>
        <div class="content_wrap">
            <h3 class="content_title">金利変動時のリスクを織り込む</h3>
            <p class="content_detail_text">変動金利を選ぶ場合、金利が上昇すれば返済額も増加します。とくに返済初期は利息分の割合が大きく、金利上昇の影響を受けやすい時期です。金利上昇時でも返済が続けられるか、返済額が増える可能性を家計に織り込んでいるかなど、<span class="text_highlight">将来的な上昇リスクを見据えて</span>余裕を持った返済計画を立てましょう。</p>
        </div>
        <div class="content_wrap">
            <h3 class="content_title">ライフスタイルの変化を想定しておく</h3>
            <p class="content_detail_text">転職・出産・介護など、人生のイベントで収入は大きく変化する可能性があります。ボーナス返済を多く組んでいると、不測の事態で破綻リスクが高まるため注意が必要です。返済計画は「今の収入」ではなく<span class="text_highlight">数年後も無理のない金額か？を基準にする</span>ことで、リスクに強い不動産購入が実現します。</p>
        </div>
        </div>
    </div>
    <div class="column_text_section sixth" id="cont6">
        <div class="text_compare_content">
            <h2 class="text_section_title">おわりに</h2>
            <div class="column_section_image">
                <img src="//cdn.img-asp.jp/cms/726588_7_0_0_1.jpg" alt="おわりに">
            </div>
            <p class="content_text">本記事では、初めて不動産を購入する方に向けて、住宅ローンの選び方について解説いたしました。金利タイプや返済方法、金融機関ごとの審査基準など、検討すべきポイントが多く複雑に感じられることもあるでしょう。しかし、家計への無理のない計画を立て、将来的な生活イベントも織り込んで選ぶことで、安心して長く住み続けられる住まいを手に入れることができます。<br><br>
            つるハウスは<span class="text_highlight">物件紹介だけでなく、資金計画までトータルでサポート</span>します。さらに住宅ローン専門サービス「いえーる ダンドリ」と連携し、メガバンクから地銀、信金、フラットまで、お客様に合わせた金融機関を選定。<span class="text_highlight">月間1,000件以上の審査申込実績</span>にもとづくノウハウを活用し、安心できる借入を実現できる点も強みです。<br><br>
            不動産購入を検討している方は、お気軽に弊社へご相談ください！</p>
        </div>
    </div>
    <div class="column_link_section">
        <dl class="link_section_wrap">
            <dt class="link_section_title">マイホームの購入は<br class="sp-view">つるハウスにお任せください</dt>
            <dd class="link_section_content contact">
                <span class="link_section_text"></span>
                <a href="/contact/" target="_blank">【無料】今すぐ相談する ＞</a>
            </dd>
        </dl>
    </div>
    <div class="column_text_section conclution" id="cont7">
        <div class="text_compare_content">
            <h2 class="text_section_title_2">まとめ</h2>
            <dl class="content_conclution_smallsection">
                <dt class="conclution_smallsection_title">住宅ローンの基本知識</dt>
                <dd class="conclution_smallsection_detail">
                    <p class="smallsection_detail_text"></p>
                    <ul class="smallsection_detail_list">
                        <li class="smallsection_detail_item">金利タイプを知る</li>
                        <li class="smallsection_detail_item">返済方法の違いを知る</li>
                        <li class="smallsection_detail_item">借入・返済期間について知る</li>
                        <li class="smallsection_detail_item">事前審査と本審査の違いを知る</li>
                        <li class="smallsection_detail_item">諸費用について知る</li>    
                    </ul>
                </dd>
            </dl>
            <dl class="content_conclution_smallsection">
                <dt class="conclution_smallsection_title">住宅ローンを選ぶ流れとコツ</dt>
                <dd class="conclution_smallsection_detail">
                    <p class="smallsection_detail_text"></p>
                    <ul class="smallsection_detail_list">
                        <li class="smallsection_detail_item">資金計画を立てる</li>
                        <li class="smallsection_detail_item">借入可能額の確認</li>
                        <li class="smallsection_detail_item">ライフプランの確認</li>
                        <li class="smallsection_detail_item">金融機関を比較</li>
                        <li class="smallsection_detail_item">物件価格と返済負担を調整</li>
                        <li class="smallsection_detail_item">本審査へ進みローンを確定</li>
                    </ul>
                </dd>
            </dl>
            <dl class="content_conclution_smallsection">
                <dt class="conclution_smallsection_title">金融機関の比較ポイント</dt>
                <dd class="conclution_smallsection_detail">
                    <p class="smallsection_detail_text"></p>
                    <ul class="smallsection_detail_list">
                        <li class="smallsection_detail_item">金利の違いを把握</li>
                        <li class="smallsection_detail_item">諸費用もしっかり比較</li>
                        <li class="smallsection_detail_item">団信の内容を確認</li>
                        <li class="smallsection_detail_item">サポート体制について</li>
                        <li class="smallsection_detail_item">審査基準も金融機関で違う</li>
                        <li class="smallsection_detail_item">比較が難しい場合はプロを頼る</li>
                    </ul>
                </dd>
            </dl>
            <dl class="content_conclution_smallsection">
                <dt class="conclution_smallsection_title">住宅ローンを組む際の注意点</dt>
                <dd class="conclution_smallsection_detail">
                    <p class="smallsection_detail_text"></p>
                    <ul class="smallsection_detail_list">
                        <li class="smallsection_detail_item">返済負担率だけで判断しない</li>
                        <li class="smallsection_detail_item">物件購入後の費用も忘れない</li>
                        <li class="smallsection_detail_item">金利変動時のリスクを考慮</li>
                        <li class="smallsection_detail_item">ライフスタイルの変化を想定</li>
                    </ul>
                </dd>
            </dl>
        </div>
    </div>
</div>
<style>
.column_section *{
    color: #333;
    font-weight: 500;
}
@media only screen and (min-width:650px) {
    .sp-view {
        display: none;
    }
    .column_section {
        margin-bottom: 40px;
    }
    .text_highlight {
        font-size: 17px;
        font-weight: bold;
        padding: 0 5px;
        background: linear-gradient(transparent 58%, #fff000 0%);
    }
    .column_section_image {
        max-width: 800px;
        height: 491px;
        overflow: hidden;
        display: flex;
        align-items: center;
        justify-content: center;
        margin-bottom: 50px;
    }
    .column_section_image img {
        width: 100%;
        vertical-align: bottom;
    }
    .smallsection_detail_image {
        margin-top: 10px;
    }
    .smallsection_detail_image img {
        width: 100%;
        vertical-align: bottom;
    }
    .column_text_section {
        padding-top:40px;
        margin-top: -40px;
    }
    .column_text_section:not(:last-child){
        margin-bottom: 110px;
    }
    .content_text,
    .content_detail_text,
    .smallsection_detail_text,
    .content_detail_detail_text {
        color: #333;
        font-size: 16px!important;
        line-height: 2;
    }
    .content_text a,
    .content_detail_text a {
        font-size: 17px;
        color: #2269ef;
        padding: 0 5px;
        font-weight: bold;
    }
    .content_detail_text a {
        font-size: 17px;
        color: #2269ef;
        font-weight: bold;
    }
    .column_link_section {
        margin: 100px 0 100px;
    }
    .link_section_wrap {
        padding: 80px 50px 60px;
        position: relative;
    }
    .link_section_wrap.link-double {
        padding: 60px 50px;
    }
    .link_section_title {
        width: 500px;
        font-size: 20px;
        text-align: center;
        position: absolute;
        top: -44px;
        left: 0;
        right: 0;
        margin: auto;
        font-weight: bold;
    }
    .link-double .link_section_title {
        width: 180px;
        top: -23px;
    }
    .link_section_text {
        font-size: 20px;
        font-weight: bold;
        text-align: center;
        display: block;
        width: 100%;
        margin-bottom: 2px;
    }
    .link_section_content a {
        display: block;
        font-size: 20px;
        font-weight: bold;
        color: #fff;
        line-height: 1.6;
        text-align: center;
        width: 67%;
        margin: auto;
        padding: 14px 10px;
        background: #ff9c00;
        border-radius: 40px;
        position: relative;
        margin-top: -77px;
        font-weight: bold;
    }
    .link_section_content a::after {
        content: '';
        border: 2px solid #fff;
        border-radius: 40px;
        position: absolute;
        top: 7px;
        bottom: 7px;
        left: 7px;
        right: 7px;
    }
    .link_section_content a:not(:last-child) {
        margin-bottom: 30px;
    }
    .link_section_content a:hover {
        color: #fff;
    }
    .column_table_section {
        width: 80%;
        display: flex;
        justify-content: center;
        flex-wrap: wrap;
        padding: 40px 30px;
        margin: 0 auto 60px;
        background: #e0ca82;
    }
    .table_section_title {
        font-size: 18px !important;
        font-weight: bold !important;
        text-align: center;
        margin-bottom: 14px;
    }
    .column_text_section.third .content_detail_text {
        margin-bottom: 20px;
    }
    .column_text_section.third .detail_smallsection_title {
        font-size: 18px;
        font-weight: bold;
        border-bottom: 2px solid #333;
        padding-left: 0px;
        padding-bottom: 3px;
        margin-bottom: 13px;
    }
    .detail_smallsection_title_3 {
        font-size: 16px;
        font-weight: bold;
        color: #0f4c81;
        display: inline-block;
        margin-bottom: 20px;
    }
    .detail_smallsection_title_3 ,
    .reasonmark {
        font-size: 18px;
        font-weight: bold;
        color: #fff;
        padding: 3px 0px 3px 4px;
        margin-right: 10px;
        background: #0f4c81;
    }
    ..detail_smallsection_title
    .column_text_section.third .detail_smallsection_detail {
        padding: 0 8px;
    }
    .detail_smallsection_detail {
        font-size: 16px;
    }
    .table_section_title {
        font-size: 18px !important;
        font-weight: bold !important;
        text-align: center;
        margin-bottom: 14px;
    }
    .table_section_list {
        font-size: 18px;
        font-weight: bold;
        color: #333;
        padding-left: 15px;
        position: relative;
    }
    .table_section_list:not(:last-child) {
        margin-bottom: 8px;
    }
    .table_section_list::before {
        content: '';
        width: 6px;
        height: 6px;
        background: #333;
        border-radius: 50%;
        position: absolute;
        left: 0;
        top: 9px;
    }
    .table_section_list a {
        font-size: 16px;
        font-weight: bold;
        color: #1780cd;
        text-decoration: underline;
    }
    .table_section_list a:hover {
        color: #cd1750;
    }
    .text_section_title_2,
    .text_section_title {
        font-size: 30px!important;
        font-weight: bold!important;
        margin-bottom: 30px;
        padding: 15px 10px;
        position: relative;
        text-align: center;
    }
    .text_section_title_2 {
        font-size: 30px!important;
        font-weight: bold!important;
        margin-bottom: 30px;
        padding: 15px 10px;
        position: relative;
        text-align: center;
        background: #F1C40F;
        color: #fff;
    }
    .text_section_title::before {
        content: '';
        background: #333;
        height: 2px;
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        margin: auto;
    }
    .text_section_title::after {
        content: '';
        background: #333;
        height: 2px;
        position: absolute;
        bottom: 0;
        left: 0;
        right: 0;
        margin: auto;
    }
    .text_section_title_2::before {
        content: '';
        background: #F1C40F;
        height: 2px;
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        margin: auto;
    }
    .text_section_title_2::after {
        content: '';
        background: #F1C40F;
        height: 2px;
        position: absolute;
        bottom: 0;
        left: 0;
        right: 0;
        margin: auto;
    }
    .content_wrap:not(:first-child),
    .content_detail_wrap:not(:first-child) {
        margin-top: 60px;
    }
    .content_title,
    .content_detail_title {
        font-size: 20px !important;
        color: #fff;
        font-weight: bold !important;
        margin-bottom: 10px;
        position: relative;
        border-left: none !important;
        border-radius: 2px;
        padding: 7px 10px 4px 20px !important;
        z-index: 1;
        background: #F1C40F;
    }
    .content_title::after,
    .content_detail_title::after {
        content: "";
        width: 13px;
        height: 7px;
        background: #fff;
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        margin: auto;
        z-index: 2;
    }
    .content_detail_list,
    .content_detail_detail_list {
        padding: 30px;
        margin: 30px -25px;
    }
    .content_detail_item,
    .content_detail_detail_item {
        font-size: 16px;
        padding-left: 15px!important;
        padding: 5px;
        border-bottom: none!important;
        position: relative;
        font-weight: bold;
    }
    .content_detail_item:not(:last-child),
    .content_detail_detail_item:not(:last-child) {
        margin-bottom: 12px;
    }
    .text_compare_content {
        margin-bottom: 30px;
    }
    .text_compare_title {
        font-size: 24px;
        font-weight: bold;
    }
    .text_compare_wrap {
        display: flex;
        justify-content: center;
        background: #ffface;
        margin: 15px 0;
    }
    .text_compare_detail {
        position: relative;
        padding: 50px 35px;
    }
    .text_compare_detail:not(:last-child)::after {
        content: '';
        background: #333;
        width: 2px;
        position: absolute;
        top: 30px;
        bottom: 30px;
        right: 0;
    }
    .text_compare_detail_title {
        font-size: 22px;
        font-weight: bold;
        text-align: center;
        color: #fff;
        padding: 5px 0;
        margin-bottom: 10px;
    }
    .text_compare_detail_title.left {
        background: #fd247b;
    }
    .text_compare_detail_title.right {
        background: #53acfe;
    }
    .text_compare_detail_detail_item {
        font-size: 16px;
        font-weight: bold;
        line-height: 2;
        display: flex;
    }
    .text_compare_detail_detail_inner {
        margin: 0 15px;
    }
    .text_compare_detail_detail_item:first-child,
    .text_compare_detail_detail_item:first-child .text_compare_detail_detail_inner {
        font-size: 28px;
        color: #FF7849;
    }
    .text_compare_detail_detail_item:nth-child(2),
    .text_compare_detail_detail_item:nth-child(2) .text_compare_detail_detail_inner,
    .text_compare_detail_detail_item:nth-child(3),
    .text_compare_detail_detail_item:nth-child(3) .text_compare_detail_detail_inner {
        font-size: 22px;
        color: #ff9a77;
    }
    .text_right {
        display: block;
        text-align: right;
    }
    .text_compare_text {
        text-align: right;
    }
    .text_compare_text a {
        color: #1780cd;
        text-decoration: underline;
    }
    .text_compare_text a:hover {
        color: #cd1750;
    }
    .content_detail_item::before,
    .content_detail_detail_item::before {
        content: '';
        width: 6px;
        height: 6px;
        background: #333;
        border-radius: 50%;
        position: absolute;
        left: 0;
        top: 14px;
        margin: auto;
    }
    .text_section_table {
        margin-top: 30px;
    }
    .table_title {
        font-size: 16px;
        background: #ccc;
    }
    .table_detail {
        background: #f7f7f7;
        width: 382px;
        padding: 10px;
    }
    .table_headder .table_title {
        color: #fff;
        background: none;
        padding: 10px 0;
    }
    .table_headder .table_title.before {
        background: #53acfe;
    }
    .table_headder .table_title.after {
        background: #FD247B;
    }
    .table_body .table_title {
        width: 120px;
        padding: 40px 0;
    }
    .inner_cell:not(:last-child) {
        display: block;
        padding-bottom: 8px;
    }
    .table_threewrap {
        display: flex;
        justify-content: center;
        align-items: flex-start;
    }
    .blog_table {
        margin: 30px 0;
        box-shadow: 0 0 7px 2px rgba(0, 0, 0, .06);
        border-collapse: collapse;
    }
    .content_wrap .blog_table {
        width: calc(100% - 40px);
        margin: 30px 20px;
        box-shadow: 0 0 7px 2px rgba(0, 0, 0, .06);
        border-collapse: collapse;
    }
    .content_detail_smallsection {
        margin-top: 30px;
    }
    .detail_smallsection_title {
        font-size: 20px;
        font-weight: bold;
        text-align: center;
        margin-bottom: 10px;
    }
    .blog_table {
        width: 100%;
        margin: 30px auto 30px;
    }
    .table_threewrap .blog_table {
        width: 30%;
        margin: 30px 0 0;
    }
    .table_threewrap .blog_table:not(:last-child) {
        margin-right: 15px;
    }
    tbody .blog_table_wrap:not(:last-child) .blog_table_title {
        border-bottom: solid 2px #fff;
    }
    tbody .blog_table_title {
        font-weight: bold;
        width: 200px;
        background: #a5bad9;
    }
    thead .blog_table_title {
        color: #fff;
        font-weight: bold;
        background: #2f4565;
    }
    thead .blog_table_title:not(:first-child) {
        background: #7ab414;
    }
    thead .blog_table_title:not(:last-child), tbody .blog_table_title {
        border-right: 2px solid #fff;
    }
    tbody .blog_table_detail:not(:last-child) {
        border-right: 2px solid #ededed;
    }
    tbody .blog_table_detail {
        text-align: center;
    }
    .blog_table_title {
        padding: 10px 15px;
    }
    tbody .blog_table_wrap:not(:last-child) .blog_table_detail {
        border-bottom: 2px solid #ededed;
    }
    .blog_table_detail {
        padding: 10px;
         background: #F7F7F7;
    }
    #cont7 .text_compare_content {
        padding: 30px 30px 60px;
        background: #F9F3DA;
    }
    #cont7 .text_section_title {
        color: #fff;
        text-align: center;
        background: #ffb9a1;
    }
    .content_conclution_smallsection:not(:last-child) {
        margin-bottom: 40px;
    }
    .conclution_smallsection_title {
        font-size: 20px;
        font-weight: bold;
        color: #333;
        position: relative;
        padding-left: 16px;
    }
    .conclution_smallsection_title::before {
        content: '';
        width: 10px;
        height: 10px;
        background: #333;
        clip-path: polygon(10px 50%, 0% 0%, 0% 10px);
        position: absolute;
        left: 0;
        top: 0;
        bottom: 0;
        margin: auto;
    }
    .smallsection_detail_list {
        border: 2px solid #333;
        padding: 15px 25px;
        margin: 15px 0;
        position: relative;
    }
    .smallsection_detail_item {
        font-size: 18px;
        font-weight: bold;
        color: #333;
        position: relative;
        padding-left: 12px;
    }
    .smallsection_detail_item::before {
        content: '';
        width: 6px;
        height: 6px;
        background: #333;
        border-radius: 50%;
        position: absolute;
        left: 0;
        top: 0;
        bottom: 0;
        margin: auto;
    }
    .column_text_section .content_detail_smallsection {
        border: 2px solid #333;
        padding: 25px 30px;
        margin: 30px 0px 0;
    }
    .column_text_section .detail_smallsection_title {
        font-size: 18px;
        font-weight: bold;
        color: #333;
        display: inline-block;
        margin-bottom: 20px;
    }
    .column_text_section .detail_smallsection_detail {
        line-height: 1.8;
    }
    .column_text_section .detail_smallsection_title .reasonmark {
        font-size: 18px;
        font-weight: bold;
        color: #fff;
        padding: 3px 0px 4px 4px;
        margin-right: 10px;
        background: #0f4c81;
    }
    .content_detail_smallsection_2 {
        border: 2px solid #F1C40F;
        margin: -105px 0 0;
        padding: 25px 30px;
    }
    .detail_smallsection_title_2 {
        font-size: 18px;
        font-weight: bold;
        color: #F1C40F;
        display: inline-block;
        margin-bottom: 20px;
    }
    .smallsection_detail_item_list {
        margin-bottom: 10px;
    }
    .smallsection_detail_item_list a {
        font-size: 18px;
        color: #1265df;
        font-weight: bold;
    }
    .smallsection_detail_item_list::before {
        content: '▼';
        color: #F1C40F;
        font-size: 12px;
        line-height: 1;
        display: inline-block;
        margin-right: 5px;
        transform: rotate(30deg);
    }
    .emphasis_text {
        font-size: 42px;
        color: #d2173e;
    }
    .supervisorinfo-wrap {
        display: flex;
        border: 2px solid #89bb1e;
        box-sizing: border-box;
        border-radius: 11px;
        width: 805px;
        margin: 65px auto 0;
        padding: 24px;
        margin-top: -85px;
    }
    .supervisorinfo-image {
        width: 140px;
        margin-right: 20px;
    }
    .supervisorinfo-text {
        width: calc(100% - 160px);
    }
    .supervisorinfo-name {
        margin-bottom: 10px;
        color: #89bb1e;
    }
    .supervisorinfo-name-ttl {
        color: var(--pointcolor) !important;
        font-size: 23px;
        font-weight: bold;
    }
    .supervisorinfo-intro-ttl {
        font-size: 16px;
        font-weight: bold;
    }
    .supervisorinfo-intro-detail {
        font-size:16px
    }
    .detail_smallsection_title {
        font-size: 18px;
        font-weight: bold;
        border-bottom: 2px solid #333;
        padding-bottom: 3px;
        margin-bottom: 13px;
    }
    .category__item {
        background: #d3d3d352;
        padding: 30px 25px 25px;
        margin: 41px 10px;
        text-align: center;    
    }
    .category__item .content_text {
        margin-top: 0;
        margin-bottom: 20px;
    }    
    .category__item .content_detail_text {
        margin-top: 0;
        margin-bottom: 20px;
    }
    .smallsection_detail_list_3 {
        display: flex;
        justify-content: center;
        width: 100%;
    }    
    .smallsection_detail_item_2 {
        border-bottom: none!important;
        padding: none!important;
        width: 258px;
    }
    #cont1 ,
    #cont2 ,
    #cont3 ,
    #cont4 ,
    #cont5 ,
    #cont6 {
        padding-top: 100px;
        margin-top: -100px;
    }
    .content_detail_item a {
        font-size: 16px;
        color: #1265df;
        font-weight: bold;
    }
}
    @media only screen and (max-width:649px) {
    .pc-view {
        display: none;
    }
    .blog__article {
        padding: 0!important;
    }
    .blog__headline {
        margin: 20px 3vw 4px!important;
    }
    .blog__note {
        margin: 0 3vw 32px!important;
    }
    .text_highlight {
        font-size: 4vw;
        font-weight: bold;
        padding: 0 2vw;
        background: linear-gradient(transparent 58%, #fff000 0%);
    }
    .column_section {
        background: #fff;
        padding: 3vw;
    }
    .column_section_image {
        border-top: none;
        border-bottom: none;
        padding: 0;
        margin-bottom: 4vw;
    }    
    .column_section_image img {
        width: 100%;
        vertical-align: bottom;
    }
    .column_text_section:not(:last-child){
        margin-bottom: 12vw;
    }
    .smallsection_detail_text {
        font-size: 3.8vw;
    }
    .content_text,
    .content_detail_text,
    .content_detail_detail_text {
        font-size: 3.8vw;
        line-height: 1.8;
    }
    .column_table_section {
        display: flex;
        justify-content: center;
        flex-wrap: wrap;
        padding: 6vw 5vw;
        margin: 0 auto 8vw;
        background: #e0ca82;
    }
    .table_section_list:not(:last-child) {
        margin-bottom: 4vw;
    }
    .table_section_list::before {
        content: '';
        width: 2vw;
        height: 2vw;
        background: #333;
        border-radius: 50%;
        position: absolute;
        left: 0;
        top: 1.2vw;
        margin: auto;
    }
    .table_section_list a:hover {
        color: #cd1750;
    }
   .column_link_section {
        margin: 14vw 0 12vw;
    }
    .link_section_wrap {
        padding: 2vw 3vw 7vw;
        position: relative;
    }
    .column_link_section.link-double {
        margin: 12vw 0;
    }
    .content_text a {
        font-size: 4vw;
        color: #2269ef;
        font-weight: bolder;
    }
    .content_detail_text a {
        font-size: 4vw;
        color: #2269ef;
        font-weight: bolder;
    }
    .link-double .link_section_wrap {
        padding: 10vw 6vw;
    }
    .link_section_title {
        width: 73vw;
        font-size: 4vw;
        text-align: center;
        position: absolute;
        top: -9.5vw;
        left: 0;
        right: 0;
        margin: auto;
        margin-top: 25px;
        font-weight: bold;
    }
    .link-double .link_section_title {
        width: 40vw;
        top: -5vw;
    }
    .link_section_content a {
        display: block;
        font-size: 4vw;
        font-weight: bold;
        color: #fff;
        line-height: 1.6;
        text-align: center;
        margin: 0 3vw;
        padding: 3vw;
        background: #ff9c00;
        border-radius: 40px;
        position: relative;
        font-weight: bold;
    }
    .link_section_content a::after {
        content: '';
        border: 2px solid #fff;
        border-radius: 40px;
        position: absolute;
        top: 1.5vw;
        bottom: 1.5vw;
        left: 1.5vw;
        right: 1.5vw;
    }
    .link_section_text {
        font-size: 4vw;
        font-weight: bold;
        text-align: center;
        display: block;
        width: 100%;
        margin-bottom: 2vw;
    }
    .link_section_content a:hover {
        color: #fff;
    }
    .link_section_content a:not(:last-child) {
        margin-bottom: 4vw;
    }
    .text_right {
        display: block;
        text-align: right;
    }
    .table_section_title {
        font-size: 4.5vw !important;
        font-weight: bold !important;
        text-align: center;
        margin-bottom: 3vw;
    }
    .table_section_list {
        font-size: 3.8vw;
        font-weight: bold;
        color: #333;
        padding-left: 3vw;
        position: relative;
    }
    .column_text_section.third .content_detail_text {
        margin-bottom: 4vw;
    }
    .column_text_section.third .detail_smallsection_title {
        font-size: 4.2vw;
        font-weight: bold;
        border-bottom: 2px solid #333;
        padding-left: 0vw;
        padding-bottom: 1.5vw;
        margin-bottom: 2.5vw;
    }
    .detail_smallsection_title_3 {
        font-size: 3.8vw;
        font-weight: bold;
        color: #0f4c81;
        display: inline-block;
        margin-bottom: 3vw;
    }
    .reasonmark {
        font-size: 3.8vw;
        font-weight: bold;
        color: #fff;
        padding: 1vw 2vw;
        margin-right: 2vw;
        background: #0f4c81;
    }
    .column_text_section.third .detail_smallsection_detail {
        padding: 0 2vw;
    }
    .detail_smallsection_detail {
        font-size: 3.8vw;
    }
    .text_section_title {
        font-size: 6vw!important;
        font-weight: bold!important;
        margin-bottom: 7vw!important;
        padding: 3vw 2vw;
        position: relative;
        text-align: center;
    }
    .text_section_title_2 {
        font-size: 6vw!important;
        font-weight: bold!important;
        margin-bottom: 7vw!important;
        padding: 3vw 2vw;
        position: relative;
        text-align: center;
        background: #F1C40F;
        color: #fff;
    }
    .text_section_title::before {
        content: '';
        background: #333;
        height: 2px;
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        margin: auto;
    }
    .text_section_title::after {
        content: '';
        background: #333;
        height: 2px;
        position: absolute;
        bottom: 0;
        left: 0;
        right: 0;
        margin: auto;
    }
    .text_section_title_2::before {
        content: '';
        background: #F1C40F;
        height: 2px;
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        margin: auto;
    }
    .text_section_title_2::after {
        content: '';
        background: #F1C40F;
        height: 2px;
        position: absolute;
        bottom: 0;
        left: 0;
        right: 0;
        margin: auto;
    }
    .content_wrap:not(:first-child),
    .content_detail_wrap:not(:first-child) {
        margin-top: 5vw;
    }
    .content_wrap:not(:last-child),
    .content_detail_wrap:not(:last-child) {
        margin-bottom: 0;
    }
    .content_title,
    .content_detail_title {
        font-size: 4vw!important;
        color: #fff!important;
        font-weight: bold!important;
        margin-bottom: 4vw!important;
        border-left: none!important;
        position: relative;
        padding: 3vw 5vw 2.5vw!important;
        z-index: 1;
        background: #F1C40F;
    }
    .content_title::after, .content_detail_title::after {
        content: "";
        width: 3vw;
        height: 1vw;
        background: #fff;
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        margin: auto;
        z-index: 2;
    }
    .content_detail_list,
    .content_detail_detail_list {
        padding: 7vw;
        margin: 4vw -6vw;
    }
    .content_detail_item,
    .content_detail_detail_item {
        font-size: 3.8vw;
        padding-left: 2.5vw;
        position: relative;
        font-weight: bold;
    }
    .content_detail_item:not(:last-child),
    .content_detail_detail_item:not(:last-child) {
        margin-bottom: 3vw;
    }
    .content_detail_item::before,
    .content_detail_detail_item::before {
        content: '';
        width: 1.5vw;
        height: 1.5vw;
        background: #333;
        border-radius: 50%;
        position: absolute;
        left: 0;
        top: 2vw;
        margin: auto;
    }
    .text_compare_content {
        margin-bottom: 4vw;
    }
    .text_compare_title {
        font-size: 4.8vw;
        font-weight: bold;
    }
    .text_compare_wrap {
        background: #ffface;
        margin: 3.5vw 0;
    }
    .text_compare_detail {
        position: relative;
        padding: 7vw 5vw;
    }
    .text_compare_detail:not(:last-child)::after {
        content: '';
        background: #333;
        height: 2px;
        position: absolute;
        left: 4vw;
        right: 4vw;
        bottom: 0;
    }
    .text_compare_detail_title {
        font-size: 3.8vw;
        font-weight: bold;
        text-align: center;
        color: #fff;
        padding: 1.5vw 0;
        margin-bottom: 2vw;
    }
    .text_compare_detail_title.left {
        background: #fd247b;
    }
    .text_compare_detail_title.right {
        background: #53acfe;
    }
    .text_compare_detail_detail_item {
        font-size: 3.8vw;
        font-weight: bold;
        line-height: 2;
        display: flex;
    }
    .text_compare_detail_detail_inner {
        margin: 0 3vw;
    }
    .text_compare_detail_detail_item:first-child,
    .text_compare_detail_detail_item:first-child .text_compare_detail_detail_inner {
        font-size: 5vw;
        color: #FF7849;
    }
    .text_compare_detail_detail_item:nth-child(2),
    .text_compare_detail_detail_item:nth-child(2) .text_compare_detail_detail_inner,
    .text_compare_detail_detail_item:nth-child(3),
    .text_compare_detail_detail_item:nth-child(3) .text_compare_detail_detail_inner {
        font-size: 4.6vw;
        color: #ff9a77;
    }
    .text_compare_text {
        font-size: 3.4vw;
        text-align: right;
    }
    .text_compare_text a {
        color: #1780cd;
        text-decoration: underline;
    }
    .text_compare_text a:hover {
        color: #cd1750;
    }
    .table_title {
        background: #ccc;
    }
    .table_detail {
        background: #f7f7f7;
        width: 44vw;
        padding: 2.5vw;
    }
    .table_headder .table_title {
        color: #fff;
        background: none;
        padding: 2.5vw 0;
    }
    .table_headder .table_title.before {
        background: #53acfe;
    }
    .table_headder .table_title.after {
        background: #FD247B;
    }
    .table_body .table_title {
        width: 16vw;
        padding: 4vw 0;
    }
    #cont7 .text_compare_content {
        padding: 4vw 4vw 6vw;
        background: #F9F3DA;
    }
    #cont7 .text_section_title {
        color: #fff;
        text-align: center;
        background: #ffb9a1;
    }
    .content_conclution_smallsection:not(:last-child) {
        margin-bottom: 6vw;
    }
    .conclution_smallsection_title {
        font-size: 4.6vw;
        font-weight: bold;
        color: #333;
        position: relative;
        padding-left: 3.5vw;
    }
    .conclution_smallsection_title::before {
        content: '';
        width: 2vw;
        height: 2vw;
        background: #333;
        clip-path: polygon(2vw 50%, 0% 0%, 0% 2vw);
        position: absolute;
        left: 0;
        top: 2vw;
        margin: auto;
    }
    .smallsection_detail_list {
        border: 2px solid #333;
        padding: 3vw 4vw;
        margin: 4vw 0;
        position: relative;
    }
    .smallsection_detail_item {
        font-size: 4vw;
        font-weight: bold;
        color: #333;
        position: relative;
        padding-left: 3vw;
    }
    .smallsection_detail_item::before {
        content: '';
        width: 2vw;
        height: 2vw;
        background: #333;
        border-radius: 50%;
        position: absolute;
        left: 0;
        top: 0;
        bottom: 0;
        margin: auto;
    }
    .column_text_section .content_detail_smallsection {
        margin-top: 5vw;
        border: 2px solid #333;
        padding: 4vw;
    }
    .column_text_section .detail_smallsection_title {
        font-size: 4vw;
        font-weight: bold;
        color: #333;
        display: inline-block;
        margin-bottom: 3vw;
    }
    .column_text_section .detail_smallsection_title .reasonmark {
        font-size: 4vw;
        font-weight: bold;
        color: #fff;
        padding: 1vw 2vw;
        margin-right: 2vw;
        background: #0f4c81;
    }
    .column_text_section .smallsection_detail_image {
        margin-top: 3vw;
    }
    .blog_table {
        margin: 6vw 0;
        box-shadow: 0 0 7px 2px rgba(0, 0, 0, .06);
        border-collapse: collapse;
    }
    .content_wrap .blog_table {
        margin: 6vw 0;
        box-shadow: 0 0 7px 2px rgba(0, 0, 0, .06);
        border-collapse: collapse;
    }
    .blog_table_title {
        padding: 1vw 2vw;
        vertical-align: middle;
    }
    thead .blog_table_title {
        color: #fff;
        font-weight: bold;
        background: #2f4565;
    }
    thead .blog_table_title:not(:last-child), tbody .blog_table_title {
        border-right: 2px solid #fff;
    }
    thead .blog_table_title:not(:first-child) {
        background: #a5bad9;
    }
    tbody .blog_table_title {
        font-weight: bold;
        background: #7ab414;
    }
    #cnt03 thead .blog_table_title:first-child {
        background: #2f4565;
    }
    #cnt03 thead .blog_table_title {
        background: #7ab414;
    }
    #cnt03 tbody .blog_table_title {
        color: #fff;
        font-weight: bold;
        background: #a5bad9;
    }
    tbody .blog_table_wrap:not(:last-child) .blog_table_title {
        border-bottom: solid 2px #fff;
    }
    .blog_table_detail {
        padding: 2vw;
        vertical-align: middle;
    }
    tbody .blog_table_detail {
        text-align: center;
    }
    tbody .blog_table_wrap:not(:last-child) .blog_table_detail {
        border-bottom: 2px solid #ededed;
    }
    tbody .blog_table_detail:not(:last-child) {
        border-right: 2px solid #ededed;
    }
    .content_detail_smallsection {
        margin-top: 4vw;
    }
    .detail_smallsection_title {
        font-size: 5vw;
        font-weight: bold;
        text-align: center;
        margin-bottom: 2vw;
    }
    tbody .blog_table_detail {
        width: 57vw;
    }
    .blog_table {
       
    }
    .table_threewrap .blog_table {
        margin: 6vw 0 0;
    }
    .content_detail_smallsection_2 {
        margin-top: 10vw;
        border: 2px solid #F1C40F;
        padding: 4vw;
    }
    .detail_smallsection_title_2 {
        font-size: 4vw;
        font-weight: bold;
        color: #F1C40F;
        display: flex;
        align-items: baseline;
        margin-bottom: 3vw;
    }
    .smallsection_detail_item_list {
        margin-bottom: 10px;
    }
    .smallsection_detail_item_list a {
        font-size: 3.5vw;
        color: #1265df;
        font-weight: bold;
        padding: 0;
    }    
    .smallsection_detail_item_list::before {
        content: '▼';
        color: #F1C40F;
        font-size: 12px;
        line-height: 1;
        display: inline-block;
        margin-right: 5px;
        transform: rotate(30deg);
    }
    .emphasis_text {
        font-size: 7vw;
        color: #d2173e;
    }
    .supervisorinfo-wrap {
        border: 2px solid #89bb1e;
        box-sizing: border-box;
        border-radius: 5px;
        padding: 4vw;
        margin: 1vw auto 5vw;
        width: 92vw;
    }
    .supervisorinfo-image {
        display: flex;
        justify-content: center;
        height: 36vw;
        margin-bottom: 4vw;
    }
    .supervisorinfo-image img {
        height: 100%;
    }
    .supervisorinfo-name {
        margin-bottom: 3vw;
        color: #89bb1e;
    }
    .supervisorinfo-name-ttl {
        color: var(--pointcolor) !important;
        font-size: 6vw;
        font-weight: bold;
    }
    .supervisorinfo-name-detail {
        font-size: 4.4vw;
        font-weight: bold;
    }
    .supervisorinfo-name-detail, .supervisorinfo-intro-detail {
        line-height: 1.6;
        font-size: 3.8vw;
    }
    .supervisorinfo-intro-ttl {
        color: var(--pointcolor) !important;
        font-size: 3.8vw;
        font-weight: bold;
    }
    .detail_smallsection_title {
       font-size: 4.2vw;
        font-weight: bold;
        border-bottom: 2px solid #333;
        padding-left: 0vw;
        padding-bottom: 1.5vw;
        margin-bottom: 2.5vw;  
    }
    .category__item {
        background: #d3d3d352;
        padding: 2px 25px 25px;
        margin: 12px -1px;
        text-align: center;
    }
    .category__item .content_text,
    .category__item .content_detail_text {
        margin-top: 4vw;
        margin-bottom: 4vw;
    }
    .category__item .content_detail_text {
        text-align: center;
    }
    .content_detail_list a {
        font-size: 3.8vw;
        color: #1265df;
        font-weight: bold;
        padding: 0;
    }
    .link_section_content.contact {
        margin-top: 9vw;
    }
</style>]]></description>
            <pubDate>2026-01-27</pubDate>
        </item>
                
        <item>
            <title>【知らないと損】横浜の中古一戸建てをお得に購入！仲介手数料無料で諸費用を100万円以上節約する方法</title>
            <link>https://www.tsuruhouse.jp/blog/entry-689105/</link>
            <description><![CDATA[<div class="column_section">
    <div class="column_section_image">
        <img src="//cdn.img-asp.jp/cms/689105_1_0_0_1.jpg" alt="【知らないと損】横浜の中古一戸建てをお得に購入！仲介手数料無料で諸費用を100万円以上節約する方法" class="pc-view">
        <img src="//cdn.img-asp.jp/cms/689105_2_0_0_1.jpg" alt="【知らないと損】横浜の中古一戸建てをお得に購入！仲介手数料無料で諸費用を100万円以上節約する方法" class="sp-view">
    </div>
    <div class="column_text_section intro">
        <div class="text_section_content">
            <p class="content_text">横浜での中古一戸建て購入、初期費用の高さに不安を感じていませんか？<br><br>
            不動産購入時には物件価格の7〜10％ほどの諸費用が必要で、なかでも「仲介手数料」は大きな負担です。たとえば4,000万円の中古一戸建てなら約140万円にものぼります。もしこの仲介手数料が無料になったら、、、そんな疑問にお答えするのが本記事です！<br><br>
            仲介手数料無料の仕組みやメリット、注意点について解説し、横浜でお得に中古一戸建てを手に入れる方法をご紹介いたします。</p>
            <div class="column_link_section">
                <dl class="link_section_wrap">
                    <dt class="link_section_title">中古一戸建て購入は<br class="sp-view">つるハウスにお任せください</dt>
                    <dd class="link_section_content contact">
                        <span class="link_section_text"></span>
                        <a href="/contact/" target="_blank">【無料】今すぐ相談する ＞</a>
                    </dd>
                </dl>
            </div>
            <dl class="content_detail_smallsection_2">
                <dt class="detail_smallsection_title_2">目次</dt>
                <dd class="detail_smallsection_detail_2">
                    <ul class="smallsection_detail_list_2">
                        <li class="smallsection_detail_item_list"><a href="#cont1">仲介手数料とは？上限額の計算方法</a></li>
                        <li class="smallsection_detail_item_list"><a href="#cont2">仲介手数料が無料になる仕組み</a></li>
                        <li class="smallsection_detail_item_list"><a href="#cont3">費用だけじゃない！仲介手数料無料のメリット</a></li>
                        <li class="smallsection_detail_item_list"><a href="#cont4">いいことだけじゃない？知っておくべき注意点</a></li>
                        <li class="smallsection_detail_item_list"><a href="#cont5">失敗しない！仲介手数料無料の不動産会社の選び方</a></li>
                        <li class="smallsection_detail_item_list"><a href="#cont6">つるハウスが横浜の皆様に選ばれる理由</a></li>
                        <li class="smallsection_detail_item_list"><a href="#cont8">よくある質問</a></li>
                    </ul>
                </dd>
            </dl>
        </div>
    </div>
    <div class="column_text_section second" id="cont1">
        <div class="text_compare_content">
            <h2 class="text_section_title">仲介手数料とは？<br class="sp-view">上限額の計算方法</h2>
            <div class="column_section_image">
                <img src="//cdn.img-asp.jp/cms/677197_1_0_0_1.jpg" alt="仲介手数料とは？上限額の計算方法">
            </div>
            <p class="content_text">そもそも、仲介手数料とは何でしょうか。また、どのように計算するのか気になりますよね。</p>
        </div>
        <div class="content_wrap">
            <h3 class="content_title">仲介手数料は「成功報酬」</h3>
            <p class="content_detail_text">不動産購入時に支払う「仲介手数料」とは、<span class="text_highlight">不動産会社に対して支払ういわゆる「成功報酬」</span>です。売主と買主をつなぎ、契約成立までのサポートを行った対価として発生するもので、広告費や案内費用、契約手続きの調整といった業務が含まれています。<br><br>
            つまり、仲介手数料は不動産会社にとって大きな収益源であり、購入者にとっては初期費用のなかでも負担の大きい項目の一つです。</p>
        </div>
        <div class="content_wrap">
            <h3 class="content_title">上限額は法律で定められている</h3>
            <p class="content_detail_text">仲介手数料は、不動産会社が自由に設定できるわけではありません。「宅地建物取引業法」という法律で上限額が定められています。計算式は以下の通りです。<br><br>
            <span class="text_highlight">仲介手数料の上限額=（物件価格×3%+6万円）+消費税</span><br><br>
            物件価格が高くなるほど手数料も比例して高額になります。横浜市内の中古一戸建ては3,000万円〜5,000万円台の物件が多く、手数料だけで100万円を超えるケースも珍しくありません。</p>
        </div>
        <div class="content_wrap">
            <h3 class="content_title">仲介手数料のシミュレーション</h3>
            <p class="content_detail_text">実際にどのくらいの金額になるのか、物件価格ごとにシミュレーションしてみましょう。</p><br>
            <dl class="content_detail_smallsection">
                <dt class="detail_smallsection_title">シミュレーション</dt>
                <dd class="detail_smallsection_detail">・3,000万円：<br class="sp-view">（90万円+6万円）+10%=105.6万円<br>
                ・4,000万円：<br class="sp-view">（120万円+6万円）+10%=138.6万円<br>
                ・5,000万円：<br class="sp-view">（150万円+6万円）+10%=171.6万円
                </dd>
            </dl><br><br>
            <p class="content_detail_text">このように、仲介手数料だけでも大きな負担となります。もしこの仲介手数料が無料になったらどうでしょうか。3,000万円台の物件であれば約100万円、5,000万円の物件では170万円以上が「浮く」計算になります。つまり「仲介手数料無料」は、<span class="text_highlight">中古一戸建て購入のハードルを一気に下げる要素</span>となるのです。</p>
        </div>
    </div>
    <div class="column_text_section second" id="cont2">
        <div class="text_compare_content">
        <h2 class="text_section_title">仲介手数料が無料になる仕組み</h2>
        <div class="column_section_image">
            <img src="//cdn.img-asp.jp/cms/677197_2_0_0_1.jpg" alt="仲介手数料が無料になる仕組み">
        </div>
        <div class="content_wrap">
            <p class="content_text">なぜ仲介手数料が無料になるのでしょうか。不動産取引の形態、中古一戸建てが無料になりやすい理由も併せて解説いたします。</p>
        </div>
        <div class="content_wrap">
            <h3 class="content_title">売主から仲介手数料をいただけるから</h3>
            <p class="content_detail_text">まず結論からお伝えすると、仲介手数料が無料になるのは<span class="text_highlight">「売主から仲介手数料をいただけるから」</span>です。不動産会社は必ずしも買主から手数料を受け取らなくても、売主からの収益で経営が成り立つ仕組みを構築できます。</p>
        </div>
        <div class="content_wrap">
            <h3 class="content_title">不動産取引の形態について</h3>
            <p class="content_detail_text">仲介手数料の有無を理解するには、不動産取引の形態を知っておくと分かりやすいです。大きく分けると「両手仲介」と「片手仲介」があります。</p><br>
            <dl class="content_detail_smallsection">
                <dd class="detail_smallsection_detail"><span class="text_highlight">両手仲介</span><br>
                売主・買主の双方を同じ不動産会社が担当し、それぞれから仲介手数料を受け取る方法です。最も一般的で、不動産会社にとっては収益性が高い取引形態です。<br><br>
                <span class="text_highlight">片手仲介</span><br>
                売主または買主のどちらか一方からのみ仲介手数料を受け取る方法です。買主からは無料にしても、売主から手数料を得ることで収益を確保できます。
                </dd>
            </dl><br><br>
            <p class="content_detail_text">「仲介手数料無料」を実現している不動産会社は、この片手仲介の仕組みを採用しているケースが多いのです。</p>
        </div>
    </div>
    <div class="column_link_section">
        <dl class="link_section_wrap">
            <dt class="link_section_title">中古一戸建て購入は<br class="sp-view">つるハウスにお任せください</dt>
            <dd class="link_section_content contact">
                <span class="link_section_text"></span>
                <a href="/contact/" target="_blank">【無料】今すぐ相談する ＞</a>
            </dd>
        </dl>
    </div>
    <div class="column_text_section third" id="cont3">
        <div class="text_compare_content">
            <h2 class="text_section_title">費用だけじゃない！<br class="sp-view">仲介手数料無料のメリット</h2>
            <div class="column_section_image">
                <img src="//cdn.img-asp.jp/cms/677197_3_0_0_1.jpg" alt="費用だけじゃない！仲介手数料無料のメリット">
            </div>
            <p class="content_text">仲介手数料無料のメリットは「100万円以上の諸費用削減」にとどまりません。浮いたお金を家具や家電、引越し費用、オプション工事、さらには将来の貯蓄に有効活用できます。</p>
            <div class="content_wrap">
            <h3 class="content_title">メリット1：諸費用の削減</h3>
            <p class="content_detail_text">不動産購入における大きなハードルのひとつが「諸費用」です。なかでも先述のように、仲介手数料は金額が大きく、4,000万円の中古一戸建てを購入した場合、100万円超に及ぶことも珍しくありません。<br><br>
            仲介手数料が無料になるということは、この負担が丸ごと削減できるということ。つまり、100〜200万円前後の初期費用を抑えられるのです。これは単なる節約ではなく、<span class="text_highlight">購入後の生活の余裕や安心感</span>を大きく変えるインパクトがあります。</p>
            </div>
            <div class="content_wrap">
            <h3 class="content_title">メリット2：浮いた費用を有効活用できる</h3>
            <p class="content_detail_text">仲介手数料無料で節約できた100万円以上のお金は、そのまま現金として残すだけでなく、さまざまな形で有効活用できます。</p><br>
                <dl class="content_detail_smallsection">
                    <dt class="detail_smallsection_title">家具、家電の購入に充てられる</dt>
                    <dd class="detail_smallsection_detail">「せっかくの新居だから、ワンランク上のソファやダイニングセットを揃えたい」という希望も叶います。大型テレビや冷蔵庫、エアコンなど生活必需品を新調すれば、新生活の快適さがぐっと増します。</dd></dl>
                <dl class="content_detail_smallsection">
                    <dt class="detail_smallsection_title">引越し費用のカバー</dt>
                    <dd class="detail_smallsection_detail">意外と大きな出費になる引越し費用。浮いた仲介手数料で、業者選びの幅が広がり、スムーズに新生活をスタートできます。</dd></dl>
                <dl class="content_detail_smallsection">
                    <dt class="detail_smallsection_title">オプション工事の追加</dt>
                    <dd class="detail_smallsection_detail">中古一戸建てでは、設備がやや古くなっているケースもあります。そのため、浮いた仲介手数料分を活用して、食洗機や浴室乾燥機などの設備を新しいものへ交換することもできます。</dd></dl>
                <dl class="content_detail_smallsection">
                    <dt class="detail_smallsection_title">将来のための貯蓄</dt>
                    <dd class="detail_smallsection_detail">浮いた分を教育資金や老後資金に回す選択肢もあります。将来に備えた資金計画を立てておくことで、万が一の出費やライフイベントに安心して対応できるようになります。</dd></dl>
            
            <br>
            <p class="content_detail_text">このように、仲介手数料が無料になることで、単に「節約できた」で終わらず、<span class="text_highlight">生活の質を高める選択肢が広がる</span>のです。</p>
            </div>
            <div class="content_wrap">
            <h3 class="content_title">メリット3：住宅ローンの借入額を抑えられる</h3>
            <p class="content_detail_text">不動産購入時には、諸費用を住宅ローンに組み込む「オーバーローン」を利用するケースがあります。しかしこれは、返済額が増えるだけでなく、金利負担も長期間にわたって重くのしかかるリスクがあります。<br><br>
            仲介手数料が無料になれば、その分の借入を避けることができ、住宅ローンの借入額そのものを抑えられるのです。月々の返済額が減るのはもちろん、総返済額も抑えられるため、<span class="text_highlight">家計に優しい健全な資金計画</span>につながります。</p>
            </div>
        </div>
    </div>
    <div class="column_link_section">
        <dl class="link_section_wrap">
            <dt class="link_section_title">中古一戸建て購入は<br class="sp-view">つるハウスにお任せください</dt>
            <dd class="link_section_content contact">
                <span class="link_section_text"></span>
                <a href="/contact/" target="_blank">【無料】今すぐ相談する ＞</a>
            </dd>
        </dl>
    </div>
    <div class="column_text_section fourth" id="cont4">
        <div class="text_compare_content">
            <h2 class="text_section_title">いいことだけじゃない？<br class="sp-view">知っておくべき注意点</h2>
            <div class="column_section_image">
                <img src="//cdn.img-asp.jp/cms/677197_4_0_0_1.jpg" alt="いいことだけじゃない？知っておくべき注意点">
            </div>
            <div class="content_wrap">
                <p class="content_text">仲介手数料無料という言葉を聞くと「お得！」と感じますが、実は注意すべき点も存在します。本章では、不動産会社を選ぶ際に知っておくべき注意点を3つ解説いたします。</p>
            </div>
            <div class="content_wrap">
                <h3 class="content_title">注意点1：すべての物件が無料になるわけではない</h3>
                <p class="content_detail_text">仲介手数料無料の対象は主に「売主から直接手数料が入る一部の物件」です。個人が売主となる場合は、<span class="text_highlight">無料ではなく半額になるケースも</span>少なくありません。「すべての物件が無料」と誤解してしまうと、後で想定外の費用が発生する可能性があるため注意が必要です。</p>
            </div>
            <div class="content_wrap">
                <h3 class="content_title">注意点2：なかには悪質な業者もいる</h3>
                <p class="content_detail_text">仲介手数料無料でも、<span class="text_highlight">別の名目で高額な費用を請求する業者も存在</span>します。たとえば「事務手数料」「コンサルティング料」といった不透明な費用を追加で求められるケースです。こうした業者を避けるためには、費用の内訳を明確に提示してくれる会社を選ぶことが大切です。<span class="text_highlight">つるハウスでは、不透明な費用は一切いただきません</span>ので、安心してお任せいただけます。</p>
            </div>
            <div class="content_wrap">
                <h3 class="content_title">注意点3：物件の囲い込みに注意</h3>
                <p class="content_detail_text">一部の業者では、自社の利益を優先し、他社が取り扱う物件を紹介しない<span class="text_highlight">「囲い込み」が行われること</span>もあります。本来「レインズ」に登録されている物件であれば、どの会社でも紹介可能です。誠実な会社であれば、幅広い選択肢のなかからお客様に合った物件を提案してくれます。</p>
            </div>
        </div>
    </div>
    <div class="column_text_section fifth" id="cont5">
        <div class="text_compare_content">
        <h2 class="text_section_title">失敗しない！仲介手数料無料の<br class="sp-view">不動産会社の選び方</h2>
        <div class="column_section_image">
            <img src="//cdn.img-asp.jp/cms/677197_5_0_0_1.jpg" alt=">失敗しない！仲介手数料無料の不動産会社の選び方">
        </div>
        <p class="content_text">仲介手数料無料には魅力がある一方、注意点を把握せずに契約すると後悔する可能性もあります。だからこそ、<span class="text_highlight">透明性と誠実さを持った不動産会社を選ぶことが大切</span>です。</p>
        <div class="content_wrap">
            <h3 class="content_title">ポイント1：見積もりの透明性</h3>
            <p class="content_detail_text">仲介手数料以外にかかる費用が明確かどうかは重要です。不透明な費用が後から発生しないか確認しましょう。つるハウスでは見積もり段階からすべての費用を開示し、安心して契約できる体制を整えています。</p>
        </div>
        <div class="content_wrap">
            <h3 class="content_title">ポイント2：取扱物件の豊富さ</h3>
            <p class="content_detail_text">自社物件だけでなく、市場に出ている幅広い物件を提案してくれるかどうかも大切です。つるハウスでは「レインズ」に登録された物件も含め、豊富な情報からお客様の希望に合う物件をご紹介しています。</p>
        </div>
        <div class="content_wrap">
            <h3 class="content_title">ポイント3：担当者の専門知識と対応力</h3>
            <p class="content_detail_text">良い担当者はメリットだけでなくデメリットも正直に伝えてくれます。不動産購入は大きな決断だからこそ、信頼できるパートナーが必要です。つるハウスのスタッフは経験豊富で、分かりやすい説明と丁寧な対応を心がけています。</p>
        </div>
        <div class="content_wrap">
            <h3 class="content_title">ポイント4：実績と口コミ</h3>
            <p class="content_detail_text">実際に利用した方の口コミや、会社としての取引実績を確認するのも有効です。つるハウスは横浜で多くの成約実績を積み重ねており、多くのお客様から「安心して任せられる」と評価をいただいています。</p>
        </div>
    </div>
    <div class="column_link_section">
        <dl class="link_section_wrap">
            <dt class="link_section_title">中古一戸建て購入は<br class="sp-view">つるハウスにお任せください</dt>
            <dd class="link_section_content contact">
                <span class="link_section_text"></span>
                <a href="/contact/" target="_blank">【無料】今すぐ相談する ＞</a>
            </dd>
        </dl>
    </div>
    <div class="column_text_section sixth" id="cont6">
        <div class="text_compare_content">
            <h2 class="text_section_title">つるハウスが選ばれる理由</h2>
            <div class="column_section_image">
                <img src="//cdn.img-asp.jp/cms/677197_6_0_0_1.jpg" alt="つるハウスが選ばれる理由">
            </div>
            <div class="content_wrap">
                <h3 class="content_title">理由1：仲介手数料無料</h3>
                <p class="content_detail_text">つるハウス最大の強みは、横浜市を中心に仲介手数料無料で不動産を購入できる仕組みを整えていることです。<span class="text_highlight">「少しでも不動産を安く購入していただき、お客様に喜んでいただきたい！」</span>という思いから、仲介手数料をいただかない形での取引を実現しました。仮に無料にならない物件でも、従来の半額で承らせていただきます。</p>
            </div>
            <div class="content_wrap">
                <h3 class="content_title">理由2：幅広い物件紹介</h3>
                <p class="content_detail_text">新築一戸建てや中古一戸建て、中古マンション、土地まで、つるハウスは多様な不動産情報を<span class="text_highlight">常時約3,000件公開</span>。駅近で利便性を重視する方から、自然豊かな環境で子育てを考えるファミリー層まで、幅広いニーズに対応しています。利便性だけでなく、治安や地域の雰囲気など、生活に直結する情報も丁寧にご案内。お客様の「こういう家に住みたい」という想いを大切にし、最適な選択肢を提示いたします。</p>
            </div>
            <div class="content_wrap">
                <h3 class="content_title">理由3：お金のプロによる相談とサポート</h3>
                <p class="content_detail_text">つるハウスは物件紹介だけでなく、<span class="text_highlight">住宅ローンや資金計画までトータルでサポート</span>します。ライフプラン相談を通じ、教育費や老後資金まで見据えた資金計画を提案。さらに住宅ローン専門サービス「いえーる ダンドリ」と連携し、メガバンクから地銀、信金、フラットまで、お客様に合わせた金融機関を選定します。<span class="text_highlight">月間1,000件以上の審査申込実績</span>に基づくノウハウを活用し、安心できる借入を実現できる点も強みです。</p>
            </div>
            <div class="content_wrap">
                <h3 class="content_title">理由4：豊富な実績とお客様の声</h3>
                <p class="content_detail_text">実際に弊社をご利用いただいたお客様からは、「仲介手数料が無料で本当に助かった」「担当者が親身に相談に乗ってくれて安心した」といった声が多数寄せられています。<span class="text_highlight">取引実績と利用者からの高い評価</span>が、新たなお客様の信頼へとつながり、つるハウスを選ぶ決め手となっていると自負しております。</p>
            </div>
        </div>
    </div>
    <div class="column_text_section seventh" id="cont8">
        <div class="text_compare_content">
            <h2 class="text_section_title">よくある質問</h2>
            <div class="column_section_image">
                <img src="//cdn.img-asp.jp/cms/677197_7_0_0_1.jpg" alt="よくある質問">
            </div>
            <div class="content_wrap">
                <h3 class="content_title">相談だけでも本当に無料ですか？</h3>
                <p class="content_detail_text">はい、ご相談は完全無料です。物件紹介だけでなく、資金計画や住宅ローンの不安についてもお気軽にご相談ください。しつこい営業は一切行いませんので、安心してご利用いただけます。</p>
            </div>
            <div class="content_wrap">
                <h3 class="content_title">新築一戸建てや土地も仲介手数料無料になりますか？</h3>
                <p class="content_detail_text">はい、対象です。仲介手数料無料にならない物件でも、従来の不動産会社の半額で承らせていただきます。</p>
            </div>
            <div class="content_wrap">
                <h3 class="content_title">仲介手数料が有料の会社と比べて、サービスの質は落ちませんか？</h3>
                <p class="content_detail_text">ご安心ください。有料でも無料でも同じ基準で行います。つるハウスは「仲介手数料＝サービス料」とは考えておらず、むしろ丁寧なサポートを心がけています。</p>
            </div>
            <div class="content_wrap">
                <h3 class="content_title">他のサイトで見つけた物件も仲介してもらえますか？</h3>
                <p class="content_detail_text">はい、ほとんどの物件は「レインズ」に登録されているため、弊社でも取り扱い可能です。気になる物件があれば、お気軽にお知らせください。</p>
            </div>
            <div class="content_wrap">
                <h3 class="content_title">住宅ローンの相談にも乗ってもらえますか？</h3>
                <p class="content_detail_text">はい、住宅ローン専門サービス「いえーる ダンドリ」との連携で、お客様に最適な金融機関や返済プランをご提案いたします。購入後の生活設計も安心です。</p>
            </div>
        </div>
    </div>
    <div class="column_text_section conclution" id="cont7">
        <div class="text_compare_content">
            <h2 class="text_section_title_2">まとめ</h2>
            <dl class="content_conclution_smallsection">
                <dt class="conclution_smallsection_title">仲介手数料とは？</dt>
                <dd class="conclution_smallsection_detail">
                    <p class="smallsection_detail_text"></p>
                    <ul class="smallsection_detail_list">
                        <li class="smallsection_detail_item">仲介手数料は「成功報酬」</li>
                    </ul>
                </dd>
            </dl>
            <dl class="content_conclution_smallsection">
                <dt class="conclution_smallsection_title">仲介手数料無料のメリット</dt>
                <dd class="conclution_smallsection_detail">
                    <p class="smallsection_detail_text"></p>
                    <ul class="smallsection_detail_list">
                        <li class="smallsection_detail_item">諸費用の削減</li>
                        <li class="smallsection_detail_item">浮いた費用を有効活用できる</li>
                        <li class="smallsection_detail_item">住宅ローンの借入額を抑えられる</li>
                    </ul>
                </dd>
            </dl>
            <dl class="content_conclution_smallsection">
                <dt class="conclution_smallsection_title">知っておくべき注意点</dt>
                <dd class="conclution_smallsection_detail">
                    <p class="smallsection_detail_text"></p>
                    <ul class="smallsection_detail_list">
                        <li class="smallsection_detail_item">すべての物件が無料になるわけではない</li>
                        <li class="smallsection_detail_item">なかには悪質な業者もいる</li>
                        <li class="smallsection_detail_item">物件の囲い込みに注意</li>
                    </ul>
                </dd>
            </dl>
            <dl class="content_conclution_smallsection">
                <dt class="conclution_smallsection_title">仲介手数料無料の不動産会社の選び方</dt>
                <dd class="conclution_smallsection_detail">
                    <p class="smallsection_detail_text"></p>
                    <ul class="smallsection_detail_list">
                        <li class="smallsection_detail_item">見積もりの透明性</li>
                        <li class="smallsection_detail_item">取扱物件の豊富さ</li>
                        <li class="smallsection_detail_item">担当者の専門知識と対応力</li>
                        <li class="smallsection_detail_item">実績と口コミ</li>
                    </ul>
                </dd>
            </dl>
            <dl class="content_conclution_smallsection">
                <dt class="conclution_smallsection_title">つるハウスが選ばれる理由</dt>
                <dd class="conclution_smallsection_detail">
                    <p class="smallsection_detail_text"></p>
                    <ul class="smallsection_detail_list">
                        <li class="smallsection_detail_item">仲介手数料無料</li>
                        <li class="smallsection_detail_item">幅広い物件紹介</li>
                        <li class="smallsection_detail_item">お金のプロによる相談とサポート</li>
                        <li class="smallsection_detail_item">豊富な実績とお客様の声</li>
                    </ul>
                </dd>
            </dl>
        </div>
    </div>
</div>
<style>
.column_section *{
    color: #333;
    font-weight: 500;
}
@media only screen and (min-width:650px) {
    .sp-view {
        display: none;
    }
    .column_section {
        margin-bottom: 40px;
    }
    .text_highlight {
        font-size: 17px;
        font-weight: bold;
        padding: 0 5px;
        background: linear-gradient(transparent 58%, #fff000 0%);
    }
    .column_section_image {
        max-width: 800px;
        height: 491px;
        overflow: hidden;
        display: flex;
        align-items: center;
        justify-content: center;
        margin-bottom: 50px;
    }
    .column_section_image img {
        width: 100%;
        vertical-align: bottom;
    }
    .smallsection_detail_image {
        margin-top: 10px;
    }
    .smallsection_detail_image img {
        width: 100%;
        vertical-align: bottom;
    }
    .column_text_section {
        padding-top:40px;
        margin-top: -40px;
    }
    .column_text_section:not(:last-child){
        margin-bottom: 110px;
    }
    .content_text,
    .content_detail_text,
    .smallsection_detail_text,
    .content_detail_detail_text {
        color: #333;
        font-size: 16px!important;
        line-height: 2;
    }
    .content_text a,
    .content_detail_text a {
        font-size: 17px;
        color: #2269ef;
        padding: 0 5px;
        font-weight: bold;
    }
    .content_detail_text a {
        font-size: 17px;
        color: #2269ef;
        font-weight: bold;
    }
    .column_link_section {
        margin: 100px 0 100px;
    }
    .link_section_wrap {
        padding: 80px 50px 60px;
        position: relative;
    }
    .link_section_wrap.link-double {
        padding: 60px 50px;
    }
    .link_section_title {
        width: 500px;
        font-size: 20px;
        text-align: center;
        position: absolute;
        top: -44px;
        left: 0;
        right: 0;
        margin: auto;
        font-weight: bold;
    }
    .link-double .link_section_title {
        width: 180px;
        top: -23px;
    }
    .link_section_text {
        font-size: 20px;
        font-weight: bold;
        text-align: center;
        display: block;
        width: 100%;
        margin-bottom: 2px;
    }
    .link_section_content a {
        display: block;
        font-size: 20px;
        font-weight: bold;
        color: #fff;
        line-height: 1.6;
        text-align: center;
        width: 67%;
        margin: auto;
        padding: 14px 10px;
        background: #ff9c00;
        border-radius: 40px;
        position: relative;
        margin-top: -77px;
        font-weight: bold;
    }
    .link_section_content a::after {
        content: '';
        border: 2px solid #fff;
        border-radius: 40px;
        position: absolute;
        top: 7px;
        bottom: 7px;
        left: 7px;
        right: 7px;
    }
    .link_section_content a:not(:last-child) {
        margin-bottom: 30px;
    }
    .link_section_content a:hover {
        color: #fff;
    }
    .column_table_section {
        width: 80%;
        display: flex;
        justify-content: center;
        flex-wrap: wrap;
        padding: 40px 30px;
        margin: 0 auto 60px;
        background: #e0ca82;
    }
    .table_section_title {
        font-size: 18px !important;
        font-weight: bold !important;
        text-align: center;
        margin-bottom: 14px;
    }
    .column_text_section.third .content_detail_text {
        margin-bottom: 20px;
    }
    .column_text_section.third .detail_smallsection_title {
        font-size: 18px;
        font-weight: bold;
        border-bottom: 2px solid #333;
        padding-left: 0px;
        padding-bottom: 3px;
        margin-bottom: 13px;
    }
    .detail_smallsection_title_3 {
        font-size: 16px;
        font-weight: bold;
        color: #0f4c81;
        display: inline-block;
        margin-bottom: 20px;
    }
    .detail_smallsection_title_3 ,
    .reasonmark {
        font-size: 18px;
        font-weight: bold;
        color: #fff;
        padding: 3px 0px 3px 4px;
        margin-right: 10px;
        background: #0f4c81;
    }
    ..detail_smallsection_title
    .column_text_section.third .detail_smallsection_detail {
        padding: 0 8px;
    }
    .detail_smallsection_detail {
        font-size: 16px;
    }
    .table_section_title {
        font-size: 18px !important;
        font-weight: bold !important;
        text-align: center;
        margin-bottom: 14px;
    }
    .table_section_list {
        font-size: 18px;
        font-weight: bold;
        color: #333;
        padding-left: 15px;
        position: relative;
    }
    .table_section_list:not(:last-child) {
        margin-bottom: 8px;
    }
    .table_section_list::before {
        content: '';
        width: 6px;
        height: 6px;
        background: #333;
        border-radius: 50%;
        position: absolute;
        left: 0;
        top: 9px;
    }
    .table_section_list a {
        font-size: 16px;
        font-weight: bold;
        color: #1780cd;
        text-decoration: underline;
    }
    .table_section_list a:hover {
        color: #cd1750;
    }
    .text_section_title_2,
    .text_section_title {
        font-size: 30px!important;
        font-weight: bold!important;
        margin-bottom: 30px;
        padding: 15px 10px;
        position: relative;
        text-align: center;
    }
    .text_section_title_2 {
        font-size: 30px!important;
        font-weight: bold!important;
        margin-bottom: 30px;
        padding: 15px 10px;
        position: relative;
        text-align: center;
        background: #F1C40F;
        color: #fff;
    }
    .text_section_title::before {
        content: '';
        background: #333;
        height: 2px;
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        margin: auto;
    }
    .text_section_title::after {
        content: '';
        background: #333;
        height: 2px;
        position: absolute;
        bottom: 0;
        left: 0;
        right: 0;
        margin: auto;
    }
    .text_section_title_2::before {
        content: '';
        background: #F1C40F;
        height: 2px;
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        margin: auto;
    }
    .text_section_title_2::after {
        content: '';
        background: #F1C40F;
        height: 2px;
        position: absolute;
        bottom: 0;
        left: 0;
        right: 0;
        margin: auto;
    }
    .content_wrap:not(:first-child),
    .content_detail_wrap:not(:first-child) {
        margin-top: 60px;
    }
    .content_title,
    .content_detail_title {
        font-size: 20px !important;
        color: #fff;
        font-weight: bold !important;
        margin-bottom: 10px;
        position: relative;
        border-left: none !important;
        border-radius: 2px;
        padding: 7px 10px 4px 20px !important;
        z-index: 1;
        background: #F1C40F;
    }
    .content_title::after,
    .content_detail_title::after {
        content: "";
        width: 13px;
        height: 7px;
        background: #fff;
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        margin: auto;
        z-index: 2;
    }
    .content_detail_list,
    .content_detail_detail_list {
        padding: 30px;
        margin: 30px -25px;
    }
    .content_detail_item,
    .content_detail_detail_item {
        font-size: 16px;
        padding-left: 15px!important;
        padding: 5px;
        border-bottom: none!important;
        position: relative;
        font-weight: bold;
    }
    .content_detail_item:not(:last-child),
    .content_detail_detail_item:not(:last-child) {
        margin-bottom: 12px;
    }
    .text_compare_content {
        margin-bottom: 30px;
    }
    .text_compare_title {
        font-size: 24px;
        font-weight: bold;
    }
    .text_compare_wrap {
        display: flex;
        justify-content: center;
        background: #ffface;
        margin: 15px 0;
    }
    .text_compare_detail {
        position: relative;
        padding: 50px 35px;
    }
    .text_compare_detail:not(:last-child)::after {
        content: '';
        background: #333;
        width: 2px;
        position: absolute;
        top: 30px;
        bottom: 30px;
        right: 0;
    }
    .text_compare_detail_title {
        font-size: 22px;
        font-weight: bold;
        text-align: center;
        color: #fff;
        padding: 5px 0;
        margin-bottom: 10px;
    }
    .text_compare_detail_title.left {
        background: #fd247b;
    }
    .text_compare_detail_title.right {
        background: #53acfe;
    }
    .text_compare_detail_detail_item {
        font-size: 16px;
        font-weight: bold;
        line-height: 2;
        display: flex;
    }
    .text_compare_detail_detail_inner {
        margin: 0 15px;
    }
    .text_compare_detail_detail_item:first-child,
    .text_compare_detail_detail_item:first-child .text_compare_detail_detail_inner {
        font-size: 28px;
        color: #FF7849;
    }
    .text_compare_detail_detail_item:nth-child(2),
    .text_compare_detail_detail_item:nth-child(2) .text_compare_detail_detail_inner,
    .text_compare_detail_detail_item:nth-child(3),
    .text_compare_detail_detail_item:nth-child(3) .text_compare_detail_detail_inner {
        font-size: 22px;
        color: #ff9a77;
    }
    .text_right {
        display: block;
        text-align: right;
    }
    .text_compare_text {
        text-align: right;
    }
    .text_compare_text a {
        color: #1780cd;
        text-decoration: underline;
    }
    .text_compare_text a:hover {
        color: #cd1750;
    }
    .content_detail_item::before,
    .content_detail_detail_item::before {
        content: '';
        width: 6px;
        height: 6px;
        background: #333;
        border-radius: 50%;
        position: absolute;
        left: 0;
        top: 14px;
        margin: auto;
    }
    .text_section_table {
        margin-top: 30px;
    }
    .table_title {
        font-size: 16px;
        background: #ccc;
    }
    .table_detail {
        background: #f7f7f7;
        width: 382px;
        padding: 10px;
    }
    .table_headder .table_title {
        color: #fff;
        background: none;
        padding: 10px 0;
    }
    .table_headder .table_title.before {
        background: #53acfe;
    }
    .table_headder .table_title.after {
        background: #FD247B;
    }
    .table_body .table_title {
        width: 120px;
        padding: 40px 0;
    }
    .inner_cell:not(:last-child) {
        display: block;
        padding-bottom: 8px;
    }
    .table_threewrap {
        display: flex;
        justify-content: center;
        align-items: flex-start;
    }
    .blog_table {
        margin: 30px 0;
        box-shadow: 0 0 7px 2px rgba(0, 0, 0, .06);
        border-collapse: collapse;
    }
    .content_wrap .blog_table {
        width: calc(100% - 40px);
        margin: 30px 20px;
        box-shadow: 0 0 7px 2px rgba(0, 0, 0, .06);
        border-collapse: collapse;
    }
    .content_detail_smallsection {
        margin-top: 30px;
    }
    .detail_smallsection_title {
        font-size: 20px;
        font-weight: bold;
        text-align: center;
        margin-bottom: 10px;
    }
    .blog_table {
        width: 100%;
        margin: 30px auto 30px;
    }
    .table_threewrap .blog_table {
        width: 30%;
        margin: 30px 0 0;
    }
    .table_threewrap .blog_table:not(:last-child) {
        margin-right: 15px;
    }
    tbody .blog_table_wrap:not(:last-child) .blog_table_title {
        border-bottom: solid 2px #fff;
    }
    tbody .blog_table_title {
        font-weight: bold;
        width: 200px;
        background: #a5bad9;
    }
    thead .blog_table_title {
        color: #fff;
        font-weight: bold;
        background: #2f4565;
    }
    thead .blog_table_title:not(:first-child) {
        background: #7ab414;
    }
    thead .blog_table_title:not(:last-child), tbody .blog_table_title {
        border-right: 2px solid #fff;
    }
    tbody .blog_table_detail:not(:last-child) {
        border-right: 2px solid #ededed;
    }
    tbody .blog_table_detail {
        text-align: center;
    }
    .blog_table_title {
        padding: 10px 15px;
    }
    tbody .blog_table_wrap:not(:last-child) .blog_table_detail {
        border-bottom: 2px solid #ededed;
    }
    .blog_table_detail {
        padding: 10px;
         background: #F7F7F7;
    }
    #cont7 .text_compare_content {
        padding: 30px 30px 60px;
        background: #F9F3DA;
    }
    #cont7 .text_section_title {
        color: #fff;
        text-align: center;
        background: #ffb9a1;
    }
    .content_conclution_smallsection:not(:last-child) {
        margin-bottom: 40px;
    }
    .conclution_smallsection_title {
        font-size: 20px;
        font-weight: bold;
        color: #333;
        position: relative;
        padding-left: 16px;
    }
    .conclution_smallsection_title::before {
        content: '';
        width: 10px;
        height: 10px;
        background: #333;
        clip-path: polygon(10px 50%, 0% 0%, 0% 10px);
        position: absolute;
        left: 0;
        top: 0;
        bottom: 0;
        margin: auto;
    }
    .smallsection_detail_list {
        border: 2px solid #333;
        padding: 15px 25px;
        margin: 15px 0;
        position: relative;
    }
    .smallsection_detail_item {
        font-size: 18px;
        font-weight: bold;
        color: #333;
        position: relative;
        padding-left: 12px;
    }
    .smallsection_detail_item::before {
        content: '';
        width: 6px;
        height: 6px;
        background: #333;
        border-radius: 50%;
        position: absolute;
        left: 0;
        top: 0;
        bottom: 0;
        margin: auto;
    }
    .column_text_section .content_detail_smallsection {
        border: 2px solid #333;
        padding: 25px 30px;
        margin: 30px 0px 0;
    }
    .column_text_section .detail_smallsection_title {
        font-size: 18px;
        font-weight: bold;
        color: #333;
        display: inline-block;
        margin-bottom: 20px;
    }
    .column_text_section .detail_smallsection_detail {
        line-height: 1.8;
    }
    .column_text_section .detail_smallsection_title .reasonmark {
        font-size: 18px;
        font-weight: bold;
        color: #fff;
        padding: 3px 0px 4px 4px;
        margin-right: 10px;
        background: #0f4c81;
    }
    .content_detail_smallsection_2 {
        border: 2px solid #F1C40F;
        margin: -105px 0 0;
        padding: 25px 30px;
    }
    .detail_smallsection_title_2 {
        font-size: 18px;
        font-weight: bold;
        color: #F1C40F;
        display: inline-block;
        margin-bottom: 20px;
    }
    .smallsection_detail_item_list {
        margin-bottom: 10px;
    }
    .smallsection_detail_item_list a {
        font-size: 18px;
        color: #1265df;
        font-weight: bold;
    }
    .smallsection_detail_item_list::before {
        content: '▼';
        color: #F1C40F;
        font-size: 12px;
        line-height: 1;
        display: inline-block;
        margin-right: 5px;
        transform: rotate(30deg);
    }
    .emphasis_text {
        font-size: 42px;
        color: #d2173e;
    }
    .supervisorinfo-wrap {
        display: flex;
        border: 2px solid #89bb1e;
        box-sizing: border-box;
        border-radius: 11px;
        width: 805px;
        margin: 65px auto 0;
        padding: 24px;
        margin-top: -85px;
    }
    .supervisorinfo-image {
        width: 140px;
        margin-right: 20px;
    }
    .supervisorinfo-text {
        width: calc(100% - 160px);
    }
    .supervisorinfo-name {
        margin-bottom: 10px;
        color: #89bb1e;
    }
    .supervisorinfo-name-ttl {
        color: var(--pointcolor) !important;
        font-size: 23px;
        font-weight: bold;
    }
    .supervisorinfo-intro-ttl {
        font-size: 16px;
        font-weight: bold;
    }
    .supervisorinfo-intro-detail {
        font-size:16px
    }
    .detail_smallsection_title {
        font-size: 18px;
        font-weight: bold;
        border-bottom: 2px solid #333;
        padding-bottom: 3px;
        margin-bottom: 13px;
    }
    .category__item {
        background: #d3d3d352;
        padding: 30px 25px 25px;
        margin: 41px 10px;
        text-align: center;    
    }
    .category__item .content_text {
        margin-top: 0;
        margin-bottom: 20px;
    }    
    .category__item .content_detail_text {
        margin-top: 0;
        margin-bottom: 20px;
    }
    .smallsection_detail_list_3 {
        display: flex;
        justify-content: center;
        width: 100%;
    }    
    .smallsection_detail_item_2 {
        border-bottom: none!important;
        padding: none!important;
        width: 258px;
    }
    #cont1 ,
    #cont2 ,
    #cont3 ,
    #cont4 ,
    #cont5 ,
    #cont6 {
        padding-top: 100px;
        margin-top: -100px;
    }
    .content_detail_item a {
        font-size: 16px;
        color: #1265df;
        font-weight: bold;
    }
}
    @media only screen and (max-width:649px) {
    .pc-view {
        display: none;
    }
    .blog__article {
        padding: 0!important;
    }
    .blog__headline {
        margin: 20px 3vw 4px!important;
    }
    .blog__note {
        margin: 0 3vw 32px!important;
    }
    .text_highlight {
        font-size: 4vw;
        font-weight: bold;
        padding: 0 2vw;
        background: linear-gradient(transparent 58%, #fff000 0%);
    }
    .column_section {
        background: #fff;
        padding: 3vw;
    }
    .column_section_image {
        border-top: none;
        border-bottom: none;
        padding: 0;
        margin-bottom: 4vw;
    }    
    .column_section_image img {
        width: 100%;
        vertical-align: bottom;
    }
    .column_text_section:not(:last-child){
        margin-bottom: 12vw;
    }
    .smallsection_detail_text {
        font-size: 3.8vw;
    }
    .content_text,
    .content_detail_text,
    .content_detail_detail_text {
        font-size: 3.8vw;
        line-height: 1.8;
    }
    .column_table_section {
        display: flex;
        justify-content: center;
        flex-wrap: wrap;
        padding: 6vw 5vw;
        margin: 0 auto 8vw;
        background: #e0ca82;
    }
    .table_section_list:not(:last-child) {
        margin-bottom: 4vw;
    }
    .table_section_list::before {
        content: '';
        width: 2vw;
        height: 2vw;
        background: #333;
        border-radius: 50%;
        position: absolute;
        left: 0;
        top: 1.2vw;
        margin: auto;
    }
    .table_section_list a:hover {
        color: #cd1750;
    }
   .column_link_section {
        margin: 14vw 0 12vw;
    }
    .link_section_wrap {
        padding: 2vw 3vw 7vw;
        position: relative;
    }
    .column_link_section.link-double {
        margin: 12vw 0;
    }
    .content_text a {
        font-size: 4vw;
        color: #2269ef;
        font-weight: bolder;
    }
    .content_detail_text a {
        font-size: 4vw;
        color: #2269ef;
        font-weight: bolder;
    }
    .link-double .link_section_wrap {
        padding: 10vw 6vw;
    }
    .link_section_title {
        width: 73vw;
        font-size: 4vw;
        text-align: center;
        position: absolute;
        top: -9.5vw;
        left: 0;
        right: 0;
        margin: auto;
        margin-top: 25px;
        font-weight: bold;
    }
    .link-double .link_section_title {
        width: 40vw;
        top: -5vw;
    }
    .link_section_content a {
        display: block;
        font-size: 4vw;
        font-weight: bold;
        color: #fff;
        line-height: 1.6;
        text-align: center;
        margin: 0 3vw;
        padding: 3vw;
        background: #ff9c00;
        border-radius: 40px;
        position: relative;
        font-weight: bold;
    }
    .link_section_content a::after {
        content: '';
        border: 2px solid #fff;
        border-radius: 40px;
        position: absolute;
        top: 1.5vw;
        bottom: 1.5vw;
        left: 1.5vw;
        right: 1.5vw;
    }
    .link_section_text {
        font-size: 4vw;
        font-weight: bold;
        text-align: center;
        display: block;
        width: 100%;
        margin-bottom: 2vw;
    }
    .link_section_content a:hover {
        color: #fff;
    }
    .link_section_content a:not(:last-child) {
        margin-bottom: 4vw;
    }
    .text_right {
        display: block;
        text-align: right;
    }
    .table_section_title {
        font-size: 4.5vw !important;
        font-weight: bold !important;
        text-align: center;
        margin-bottom: 3vw;
    }
    .table_section_list {
        font-size: 3.8vw;
        font-weight: bold;
        color: #333;
        padding-left: 3vw;
        position: relative;
    }
    .column_text_section.third .content_detail_text {
        margin-bottom: 4vw;
    }
    .column_text_section.third .detail_smallsection_title {
        font-size: 4.2vw;
        font-weight: bold;
        border-bottom: 2px solid #333;
        padding-left: 0vw;
        padding-bottom: 1.5vw;
        margin-bottom: 2.5vw;
    }
    .detail_smallsection_title_3 {
        font-size: 3.8vw;
        font-weight: bold;
        color: #0f4c81;
        display: inline-block;
        margin-bottom: 3vw;
    }
    .reasonmark {
        font-size: 3.8vw;
        font-weight: bold;
        color: #fff;
        padding: 1vw 2vw;
        margin-right: 2vw;
        background: #0f4c81;
    }
    .column_text_section.third .detail_smallsection_detail {
        padding: 0 2vw;
    }
    .detail_smallsection_detail {
        font-size: 3.8vw;
    }
    .text_section_title {
        font-size: 6vw!important;
        font-weight: bold!important;
        margin-bottom: 7vw!important;
        padding: 3vw 2vw;
        position: relative;
        text-align: center;
    }
    .text_section_title_2 {
        font-size: 6vw!important;
        font-weight: bold!important;
        margin-bottom: 7vw!important;
        padding: 3vw 2vw;
        position: relative;
        text-align: center;
        background: #F1C40F;
        color: #fff;
    }
    .text_section_title::before {
        content: '';
        background: #333;
        height: 2px;
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        margin: auto;
    }
    .text_section_title::after {
        content: '';
        background: #333;
        height: 2px;
        position: absolute;
        bottom: 0;
        left: 0;
        right: 0;
        margin: auto;
    }
    .text_section_title_2::before {
        content: '';
        background: #F1C40F;
        height: 2px;
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        margin: auto;
    }
    .text_section_title_2::after {
        content: '';
        background: #F1C40F;
        height: 2px;
        position: absolute;
        bottom: 0;
        left: 0;
        right: 0;
        margin: auto;
    }
    .content_wrap:not(:first-child),
    .content_detail_wrap:not(:first-child) {
        margin-top: 5vw;
    }
    .content_wrap:not(:last-child),
    .content_detail_wrap:not(:last-child) {
        margin-bottom: 0;
    }
    .content_title,
    .content_detail_title {
        font-size: 4vw!important;
        color: #fff!important;
        font-weight: bold!important;
        margin-bottom: 4vw!important;
        border-left: none!important;
        position: relative;
        padding: 3vw 5vw 2.5vw!important;
        z-index: 1;
        background: #F1C40F;
    }
    .content_title::after, .content_detail_title::after {
        content: "";
        width: 3vw;
        height: 1vw;
        background: #fff;
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        margin: auto;
        z-index: 2;
    }
    .content_detail_list,
    .content_detail_detail_list {
        padding: 7vw;
        margin: 4vw -6vw;
    }
    .content_detail_item,
    .content_detail_detail_item {
        font-size: 3.8vw;
        padding-left: 2.5vw;
        position: relative;
        font-weight: bold;
    }
    .content_detail_item:not(:last-child),
    .content_detail_detail_item:not(:last-child) {
        margin-bottom: 3vw;
    }
    .content_detail_item::before,
    .content_detail_detail_item::before {
        content: '';
        width: 1.5vw;
        height: 1.5vw;
        background: #333;
        border-radius: 50%;
        position: absolute;
        left: 0;
        top: 2vw;
        margin: auto;
    }
    .text_compare_content {
        margin-bottom: 4vw;
    }
    .text_compare_title {
        font-size: 4.8vw;
        font-weight: bold;
    }
    .text_compare_wrap {
        background: #ffface;
        margin: 3.5vw 0;
    }
    .text_compare_detail {
        position: relative;
        padding: 7vw 5vw;
    }
    .text_compare_detail:not(:last-child)::after {
        content: '';
        background: #333;
        height: 2px;
        position: absolute;
        left: 4vw;
        right: 4vw;
        bottom: 0;
    }
    .text_compare_detail_title {
        font-size: 3.8vw;
        font-weight: bold;
        text-align: center;
        color: #fff;
        padding: 1.5vw 0;
        margin-bottom: 2vw;
    }
    .text_compare_detail_title.left {
        background: #fd247b;
    }
    .text_compare_detail_title.right {
        background: #53acfe;
    }
    .text_compare_detail_detail_item {
        font-size: 3.8vw;
        font-weight: bold;
        line-height: 2;
        display: flex;
    }
    .text_compare_detail_detail_inner {
        margin: 0 3vw;
    }
    .text_compare_detail_detail_item:first-child,
    .text_compare_detail_detail_item:first-child .text_compare_detail_detail_inner {
        font-size: 5vw;
        color: #FF7849;
    }
    .text_compare_detail_detail_item:nth-child(2),
    .text_compare_detail_detail_item:nth-child(2) .text_compare_detail_detail_inner,
    .text_compare_detail_detail_item:nth-child(3),
    .text_compare_detail_detail_item:nth-child(3) .text_compare_detail_detail_inner {
        font-size: 4.6vw;
        color: #ff9a77;
    }
    .text_compare_text {
        font-size: 3.4vw;
        text-align: right;
    }
    .text_compare_text a {
        color: #1780cd;
        text-decoration: underline;
    }
    .text_compare_text a:hover {
        color: #cd1750;
    }
    .table_title {
        background: #ccc;
    }
    .table_detail {
        background: #f7f7f7;
        width: 44vw;
        padding: 2.5vw;
    }
    .table_headder .table_title {
        color: #fff;
        background: none;
        padding: 2.5vw 0;
    }
    .table_headder .table_title.before {
        background: #53acfe;
    }
    .table_headder .table_title.after {
        background: #FD247B;
    }
    .table_body .table_title {
        width: 16vw;
        padding: 4vw 0;
    }
    #cont7 .text_compare_content {
        padding: 4vw 4vw 6vw;
        background: #F9F3DA;
    }
    #cont7 .text_section_title {
        color: #fff;
        text-align: center;
        background: #ffb9a1;
    }
    .content_conclution_smallsection:not(:last-child) {
        margin-bottom: 6vw;
    }
    .conclution_smallsection_title {
        font-size: 4.6vw;
        font-weight: bold;
        color: #333;
        position: relative;
        padding-left: 3.5vw;
    }
    .conclution_smallsection_title::before {
        content: '';
        width: 2vw;
        height: 2vw;
        background: #333;
        clip-path: polygon(2vw 50%, 0% 0%, 0% 2vw);
        position: absolute;
        left: 0;
        top: 2vw;
        margin: auto;
    }
    .smallsection_detail_list {
        border: 2px solid #333;
        padding: 3vw 4vw;
        margin: 4vw 0;
        position: relative;
    }
    .smallsection_detail_item {
        font-size: 4vw;
        font-weight: bold;
        color: #333;
        position: relative;
        padding-left: 3vw;
    }
    .smallsection_detail_item::before {
        content: '';
        width: 2vw;
        height: 2vw;
        background: #333;
        border-radius: 50%;
        position: absolute;
        left: 0;
        top: 0;
        bottom: 0;
        margin: auto;
    }
    .column_text_section .content_detail_smallsection {
        margin-top: 5vw;
        border: 2px solid #333;
        padding: 4vw;
    }
    .column_text_section .detail_smallsection_title {
        font-size: 4vw;
        font-weight: bold;
        color: #333;
        display: inline-block;
        margin-bottom: 3vw;
    }
    .column_text_section .detail_smallsection_title .reasonmark {
        font-size: 4vw;
        font-weight: bold;
        color: #fff;
        padding: 1vw 2vw;
        margin-right: 2vw;
        background: #0f4c81;
    }
    .column_text_section .smallsection_detail_image {
        margin-top: 3vw;
    }
    .blog_table {
        margin: 6vw 0;
        box-shadow: 0 0 7px 2px rgba(0, 0, 0, .06);
        border-collapse: collapse;
    }
    .content_wrap .blog_table {
        margin: 6vw 0;
        box-shadow: 0 0 7px 2px rgba(0, 0, 0, .06);
        border-collapse: collapse;
    }
    .blog_table_title {
        padding: 1vw 2vw;
        vertical-align: middle;
    }
    thead .blog_table_title {
        color: #fff;
        font-weight: bold;
        background: #2f4565;
    }
    thead .blog_table_title:not(:last-child), tbody .blog_table_title {
        border-right: 2px solid #fff;
    }
    thead .blog_table_title:not(:first-child) {
        background: #a5bad9;
    }
    tbody .blog_table_title {
        font-weight: bold;
        background: #7ab414;
    }
    #cnt03 thead .blog_table_title:first-child {
        background: #2f4565;
    }
    #cnt03 thead .blog_table_title {
        background: #7ab414;
    }
    #cnt03 tbody .blog_table_title {
        color: #fff;
        font-weight: bold;
        background: #a5bad9;
    }
    tbody .blog_table_wrap:not(:last-child) .blog_table_title {
        border-bottom: solid 2px #fff;
    }
    .blog_table_detail {
        padding: 2vw;
        vertical-align: middle;
    }
    tbody .blog_table_detail {
        text-align: center;
    }
    tbody .blog_table_wrap:not(:last-child) .blog_table_detail {
        border-bottom: 2px solid #ededed;
    }
    tbody .blog_table_detail:not(:last-child) {
        border-right: 2px solid #ededed;
    }
    .content_detail_smallsection {
        margin-top: 4vw;
    }
    .detail_smallsection_title {
        font-size: 5vw;
        font-weight: bold;
        text-align: center;
        margin-bottom: 2vw;
    }
    tbody .blog_table_detail {
        width: 57vw;
    }
    .blog_table {
       
    }
    .table_threewrap .blog_table {
        margin: 6vw 0 0;
    }
    .content_detail_smallsection_2 {
        margin-top: 10vw;
        border: 2px solid #F1C40F;
        padding: 4vw;
    }
    .detail_smallsection_title_2 {
        font-size: 4vw;
        font-weight: bold;
        color: #F1C40F;
        display: flex;
        align-items: baseline;
        margin-bottom: 3vw;
    }
    .smallsection_detail_item_list {
        margin-bottom: 10px;
    }
    .smallsection_detail_item_list a {
        font-size: 3.5vw;
        color: #1265df;
        font-weight: bold;
        padding: 0;
    }    
    .smallsection_detail_item_list::before {
        content: '▼';
        color: #F1C40F;
        font-size: 12px;
        line-height: 1;
        display: inline-block;
        margin-right: 5px;
        transform: rotate(30deg);
    }
    .emphasis_text {
        font-size: 7vw;
        color: #d2173e;
    }
    .supervisorinfo-wrap {
        border: 2px solid #89bb1e;
        box-sizing: border-box;
        border-radius: 5px;
        padding: 4vw;
        margin: 1vw auto 5vw;
        width: 92vw;
    }
    .supervisorinfo-image {
        display: flex;
        justify-content: center;
        height: 36vw;
        margin-bottom: 4vw;
    }
    .supervisorinfo-image img {
        height: 100%;
    }
    .supervisorinfo-name {
        margin-bottom: 3vw;
        color: #89bb1e;
    }
    .supervisorinfo-name-ttl {
        color: var(--pointcolor) !important;
        font-size: 6vw;
        font-weight: bold;
    }
    .supervisorinfo-name-detail {
        font-size: 4.4vw;
        font-weight: bold;
    }
    .supervisorinfo-name-detail, .supervisorinfo-intro-detail {
        line-height: 1.6;
        font-size: 3.8vw;
    }
    .supervisorinfo-intro-ttl {
        color: var(--pointcolor) !important;
        font-size: 3.8vw;
        font-weight: bold;
    }
    .detail_smallsection_title {
       font-size: 4.2vw;
        font-weight: bold;
        border-bottom: 2px solid #333;
        padding-left: 0vw;
        padding-bottom: 1.5vw;
        margin-bottom: 2.5vw;  
    }
    .category__item {
        background: #d3d3d352;
        padding: 2px 25px 25px;
        margin: 12px -1px;
        text-align: center;
    }
    .category__item .content_text,
    .category__item .content_detail_text {
        margin-top: 4vw;
        margin-bottom: 4vw;
    }
    .category__item .content_detail_text {
        text-align: center;
    }
    .content_detail_list a {
        font-size: 3.8vw;
        color: #1265df;
        font-weight: bold;
        padding: 0;
    }
    .link_section_content.contact {
        margin-top: 9vw;
    }
</style> </div></div>]]></description>
            <pubDate>2025-11-18</pubDate>
        </item>
                
        <item>
            <title>【知らないと損】横浜の中古マンションをお得に購入！仲介手数料無料で諸費用を100万円以上節約する方法</title>
            <link>https://www.tsuruhouse.jp/blog/entry-689106/</link>
            <description><![CDATA[<div class="column_section">
    <div class="column_section_image">
        <img src="//cdn.img-asp.jp/cms/689106_1_0_0_1.jpg" alt="【知らないと損】横浜の中古マンションをお得に購入！仲介手数料無料で諸費用を100万円以上節約する方法" class="pc-view">
        <img src="//cdn.img-asp.jp/cms/689106_2_0_0_1.jpg" alt="【知らないと損】横浜の中古マンションをお得に購入！仲介手数料無料で諸費用を100万円以上節約する方法" class="sp-view">
    </div>
    <div class="column_text_section intro">
        <div class="text_section_content">
            <p class="content_text">横浜での中古マンション購入、初期費用の高さに不安を感じていませんか？<br><br>
            不動産購入時には物件価格の7〜10％ほどの諸費用が必要で、なかでも「仲介手数料」は大きな負担です。たとえば4,000万円の中古マンションなら約140万円にものぼります。もしこの仲介手数料が無料になったら、、、そんな疑問にお答えするのが本記事です！<br><br>
            仲介手数料無料の仕組みやメリット、注意点について解説し、横浜でお得に中古マンションを手に入れる方法をご紹介いたします。</p>
            <div class="column_link_section">
                <dl class="link_section_wrap">
                    <dt class="link_section_title">中古マンション購入は<br class="sp-view">つるハウスにお任せください</dt>
                    <dd class="link_section_content contact">
                        <span class="link_section_text"></span>
                        <a href="/contact/" target="_blank">【無料】今すぐ相談する ＞</a>
                    </dd>
                </dl>
            </div>
            <dl class="content_detail_smallsection_2">
                <dt class="detail_smallsection_title_2">目次</dt>
                <dd class="detail_smallsection_detail_2">
                    <ul class="smallsection_detail_list_2">
                        <li class="smallsection_detail_item_list"><a href="#cont1">仲介手数料とは？上限額の計算方法</a></li>
                        <li class="smallsection_detail_item_list"><a href="#cont2">仲介手数料が無料になる仕組み</a></li>
                        <li class="smallsection_detail_item_list"><a href="#cont3">費用だけじゃない！仲介手数料無料のメリット</a></li>
                        <li class="smallsection_detail_item_list"><a href="#cont4">いいことだけじゃない？知っておくべき注意点</a></li>
                        <li class="smallsection_detail_item_list"><a href="#cont5">失敗しない！仲介手数料無料の不動産会社の選び方</a></li>
                        <li class="smallsection_detail_item_list"><a href="#cont6">つるハウスが横浜の皆様に選ばれる理由</a></li>
                        <li class="smallsection_detail_item_list"><a href="#cont8">よくある質問</a></li>
                    </ul>
                </dd>
            </dl>
        </div>
    </div>
    <div class="column_text_section second" id="cont1">
        <div class="text_compare_content">
            <h2 class="text_section_title">仲介手数料とは？<br class="sp-view">上限額の計算方法</h2>
            <div class="column_section_image">
                <img src="//cdn.img-asp.jp/cms/677197_1_0_0_1.jpg" alt="仲介手数料とは？上限額の計算方法">
            </div>
            <p class="content_text">そもそも、仲介手数料とは何でしょうか。また、どのように計算するのか気になりますよね。</p>
        </div>
        <div class="content_wrap">
            <h3 class="content_title">仲介手数料は「成功報酬」</h3>
            <p class="content_detail_text">不動産購入時に支払う「仲介手数料」とは、<span class="text_highlight">不動産会社に対して支払ういわゆる「成功報酬」</span>です。売主と買主をつなぎ、契約成立までのサポートを行った対価として発生するもので、広告費や案内費用、契約手続きの調整といった業務が含まれています。<br><br>
            つまり、仲介手数料は不動産会社にとって大きな収益源であり、購入者にとっては初期費用のなかでも負担の大きい項目の一つです。</p>
        </div>
        <div class="content_wrap">
            <h3 class="content_title">上限額は法律で定められている</h3>
            <p class="content_detail_text">仲介手数料は、不動産会社が自由に設定できるわけではありません。「宅地建物取引業法」という法律で上限額が定められています。計算式は以下の通りです。<br><br>
            <span class="text_highlight">仲介手数料の上限額=（物件価格×3%+6万円）+消費税</span><br><br>
            物件価格が高くなるほど手数料も比例して高額になります。横浜市内の中古マンションは3,000万円〜5,000万円台の物件が多く、手数料だけで100万円を超えるケースも珍しくありません。</p>
        </div>
        <div class="content_wrap">
            <h3 class="content_title">仲介手数料のシミュレーション</h3>
            <p class="content_detail_text">実際にどのくらいの金額になるのか、物件価格ごとにシミュレーションしてみましょう。</p><br>
            <dl class="content_detail_smallsection">
                <dt class="detail_smallsection_title">シミュレーション</dt>
                <dd class="detail_smallsection_detail">・3,000万円：<br class="sp-view">（90万円+6万円）+10%=105.6万円<br>
                ・4,000万円：<br class="sp-view">（120万円+6万円）+10%=138.6万円<br>
                ・5,000万円：<br class="sp-view">（150万円+6万円）+10%=171.6万円
                </dd>
            </dl><br><br>
            <p class="content_detail_text">このように、仲介手数料だけでも大きな負担となります。もしこの仲介手数料が無料になったらどうでしょうか。3,000万円台の物件であれば約100万円、5,000万円の物件では170万円以上が「浮く」計算になります。つまり「仲介手数料無料」は、<span class="text_highlight">中古マンション購入のハードルを一気に下げる要素</span>となるのです。</p>
        </div>
    </div>
    <div class="column_text_section second" id="cont2">
        <div class="text_compare_content">
        <h2 class="text_section_title">仲介手数料が無料になる仕組み</h2>
        <div class="column_section_image">
            <img src="//cdn.img-asp.jp/cms/677197_2_0_0_1.jpg" alt="仲介手数料が無料になる仕組み">
        </div>
        <div class="content_wrap">
            <p class="content_text">なぜ仲介手数料が無料になるのでしょうか。不動産取引の形態、中古マンションが無料になりやすい理由も併せて解説いたします。</p>
        </div>
        <div class="content_wrap">
            <h3 class="content_title">売主から仲介手数料をいただけるから</h3>
            <p class="content_detail_text">まず結論からお伝えすると、仲介手数料が無料になるのは<span class="text_highlight">「売主から仲介手数料をいただけるから」</span>です。不動産会社は必ずしも買主から手数料を受け取らなくても、売主からの収益で経営が成り立つ仕組みを構築できます。</p>
        </div>
        <div class="content_wrap">
            <h3 class="content_title">不動産取引の形態について</h3>
            <p class="content_detail_text">仲介手数料の有無を理解するには、不動産取引の形態を知っておくと分かりやすいです。大きく分けると「両手仲介」と「片手仲介」があります。</p><br>
            <dl class="content_detail_smallsection">
                <dd class="detail_smallsection_detail"><span class="text_highlight">両手仲介</span><br>
                売主・買主の双方を同じ不動産会社が担当し、それぞれから仲介手数料を受け取る方法です。最も一般的で、不動産会社にとっては収益性が高い取引形態です。<br><br>
                <span class="text_highlight">片手仲介</span><br>
                売主または買主のどちらか一方からのみ仲介手数料を受け取る方法です。買主からは無料にしても、売主から手数料を得ることで収益を確保できます。
                </dd>
            </dl><br><br>
            <p class="content_detail_text">「仲介手数料無料」を実現している不動産会社は、この片手仲介の仕組みを採用しているケースが多いのです。</p>
        </div>
    </div>
    <div class="column_link_section">
        <dl class="link_section_wrap">
            <dt class="link_section_title">中古マンション購入は<br class="sp-view">つるハウスにお任せください</dt>
            <dd class="link_section_content contact">
                <span class="link_section_text"></span>
                <a href="/contact/" target="_blank">【無料】今すぐ相談する ＞</a>
            </dd>
        </dl>
    </div>
    <div class="column_text_section third" id="cont3">
        <div class="text_compare_content">
            <h2 class="text_section_title">費用だけじゃない！<br class="sp-view">仲介手数料無料のメリット</h2>
            <div class="column_section_image">
                <img src="//cdn.img-asp.jp/cms/677197_3_0_0_1.jpg" alt="費用だけじゃない！仲介手数料無料のメリット">
            </div>
            <p class="content_text">仲介手数料無料のメリットは「100万円以上の諸費用削減」にとどまりません。浮いたお金を家具や家電、引越し費用、オプション工事、さらには将来の貯蓄に有効活用できます。</p>
            <div class="content_wrap">
            <h3 class="content_title">メリット1：諸費用の削減</h3>
            <p class="content_detail_text">不動産購入における大きなハードルのひとつが「諸費用」です。なかでも先述のように、仲介手数料は金額が大きく、4,000万円の中古マンションを購入した場合、100万円超に及ぶことも珍しくありません。<br><br>
            仲介手数料が無料になるということは、この負担が丸ごと削減できるということ。つまり、100〜200万円前後の初期費用を抑えられるのです。これは単なる節約ではなく、<span class="text_highlight">購入後の生活の余裕や安心感</span>を大きく変えるインパクトがあります。</p>
            </div>
            <div class="content_wrap">
            <h3 class="content_title">メリット2：浮いた費用を有効活用できる</h3>
            <p class="content_detail_text">仲介手数料無料で節約できた100万円以上のお金は、そのまま現金として残すだけでなく、さまざまな形で有効活用できます。</p><br>
                <dl class="content_detail_smallsection">
                    <dt class="detail_smallsection_title">家具、家電の購入に充てられる</dt>
                    <dd class="detail_smallsection_detail">「せっかくの新居だから、ワンランク上のソファやダイニングセットを揃えたい」という希望も叶います。大型テレビや冷蔵庫、エアコンなど生活必需品を新調すれば、新生活の快適さがぐっと増します。</dd></dl>
                <dl class="content_detail_smallsection">
                    <dt class="detail_smallsection_title">引越し費用のカバー</dt>
                    <dd class="detail_smallsection_detail">意外と大きな出費になる引越し費用。浮いた仲介手数料で、業者選びの幅が広がり、スムーズに新生活をスタートできます。</dd></dl>
                <dl class="content_detail_smallsection">
                    <dt class="detail_smallsection_title">オプション工事の追加</dt>
                    <dd class="detail_smallsection_detail">中古マンションでは、設備がやや古くなっているケースもあります。そのため、浮いた仲介手数料分を活用して、食洗機や浴室乾燥機などの設備を新しいものへ交換することもできます。</dd></dl>
                <dl class="content_detail_smallsection">
                    <dt class="detail_smallsection_title">将来のための貯蓄</dt>
                    <dd class="detail_smallsection_detail">浮いた分を教育資金や老後資金に回す選択肢もあります。将来に備えた資金計画を立てておくことで、万が一の出費やライフイベントに安心して対応できるようになります。</dd></dl>
            
            <br>
            <p class="content_detail_text">このように、仲介手数料が無料になることで、単に「節約できた」で終わらず、<span class="text_highlight">生活の質を高める選択肢が広がる</span>のです。</p>
            </div>
            <div class="content_wrap">
            <h3 class="content_title">メリット3：住宅ローンの借入額を抑えられる</h3>
            <p class="content_detail_text">不動産購入時には、諸費用を住宅ローンに組み込む「オーバーローン」を利用するケースがあります。しかしこれは、返済額が増えるだけでなく、金利負担も長期間にわたって重くのしかかるリスクがあります。<br><br>
            仲介手数料が無料になれば、その分の借入を避けることができ、住宅ローンの借入額そのものを抑えられるのです。月々の返済額が減るのはもちろん、総返済額も抑えられるため、<span class="text_highlight">家計に優しい健全な資金計画</span>につながります。</p>
            </div>
        </div>
    </div>
    <div class="column_link_section">
        <dl class="link_section_wrap">
            <dt class="link_section_title">中古マンション購入は<br class="sp-view">つるハウスにお任せください</dt>
            <dd class="link_section_content contact">
                <span class="link_section_text"></span>
                <a href="/contact/" target="_blank">【無料】今すぐ相談する ＞</a>
            </dd>
        </dl>
    </div>
    <div class="column_text_section fourth" id="cont4">
        <div class="text_compare_content">
            <h2 class="text_section_title">いいことだけじゃない？<br class="sp-view">知っておくべき注意点</h2>
            <div class="column_section_image">
                <img src="//cdn.img-asp.jp/cms/677197_4_0_0_1.jpg" alt="いいことだけじゃない？知っておくべき注意点">
            </div>
            <div class="content_wrap">
                <p class="content_text">仲介手数料無料という言葉を聞くと「お得！」と感じますが、実は注意すべき点も存在します。本章では、不動産会社を選ぶ際に知っておくべき注意点を3つ解説いたします。</p>
            </div>
            <div class="content_wrap">
                <h3 class="content_title">注意点1：すべての物件が無料になるわけではない</h3>
                <p class="content_detail_text">仲介手数料無料の対象は主に「売主から直接手数料が入る一部の物件」です。個人が売主となる場合は、<span class="text_highlight">無料ではなく半額になるケースも</span>少なくありません。「すべての物件が無料」と誤解してしまうと、後で想定外の費用が発生する可能性があるため注意が必要です。</p>
            </div>
            <div class="content_wrap">
                <h3 class="content_title">注意点2：なかには悪質な業者もいる</h3>
                <p class="content_detail_text">仲介手数料無料でも、<span class="text_highlight">別の名目で高額な費用を請求する業者も存在</span>します。たとえば「事務手数料」「コンサルティング料」といった不透明な費用を追加で求められるケースです。こうした業者を避けるためには、費用の内訳を明確に提示してくれる会社を選ぶことが大切です。<span class="text_highlight">つるハウスでは、不透明な費用は一切いただきません</span>ので、安心してお任せいただけます。</p>
            </div>
            <div class="content_wrap">
                <h3 class="content_title">注意点3：物件の囲い込みに注意</h3>
                <p class="content_detail_text">一部の業者では、自社の利益を優先し、他社が取り扱う物件を紹介しない<span class="text_highlight">「囲い込み」が行われること</span>もあります。本来「レインズ」に登録されている物件であれば、どの会社でも紹介可能です。誠実な会社であれば、幅広い選択肢のなかからお客様に合った物件を提案してくれます。</p>
            </div>
        </div>
    </div>
    <div class="column_text_section fifth" id="cont5">
        <div class="text_compare_content">
        <h2 class="text_section_title">失敗しない！仲介手数料無料の<br class="sp-view">不動産会社の選び方</h2>
        <div class="column_section_image">
            <img src="//cdn.img-asp.jp/cms/677197_5_0_0_1.jpg" alt=">失敗しない！仲介手数料無料の不動産会社の選び方">
        </div>
        <p class="content_text">仲介手数料無料には魅力がある一方、注意点を把握せずに契約すると後悔する可能性もあります。だからこそ、<span class="text_highlight">透明性と誠実さを持った不動産会社を選ぶことが大切</span>です。</p>
        <div class="content_wrap">
            <h3 class="content_title">ポイント1：見積もりの透明性</h3>
            <p class="content_detail_text">仲介手数料以外にかかる費用が明確かどうかは重要です。不透明な費用が後から発生しないか確認しましょう。つるハウスでは見積もり段階からすべての費用を開示し、安心して契約できる体制を整えています。</p>
        </div>
        <div class="content_wrap">
            <h3 class="content_title">ポイント2：取扱物件の豊富さ</h3>
            <p class="content_detail_text">自社物件だけでなく、市場に出ている幅広い物件を提案してくれるかどうかも大切です。つるハウスでは「レインズ」に登録された物件も含め、豊富な情報からお客様の希望に合う物件をご紹介しています。</p>
        </div>
        <div class="content_wrap">
            <h3 class="content_title">ポイント3：担当者の専門知識と対応力</h3>
            <p class="content_detail_text">良い担当者はメリットだけでなくデメリットも正直に伝えてくれます。不動産購入は大きな決断だからこそ、信頼できるパートナーが必要です。つるハウスのスタッフは経験豊富で、分かりやすい説明と丁寧な対応を心がけています。</p>
        </div>
        <div class="content_wrap">
            <h3 class="content_title">ポイント4：実績と口コミ</h3>
            <p class="content_detail_text">実際に利用した方の口コミや、会社としての取引実績を確認するのも有効です。つるハウスは横浜で多くの成約実績を積み重ねており、多くのお客様から「安心して任せられる」と評価をいただいています。</p>
        </div>
    </div>
    <div class="column_link_section">
        <dl class="link_section_wrap">
            <dt class="link_section_title">中古マンション購入は<br class="sp-view">つるハウスにお任せください</dt>
            <dd class="link_section_content contact">
                <span class="link_section_text"></span>
                <a href="/contact/" target="_blank">【無料】今すぐ相談する ＞</a>
            </dd>
        </dl>
    </div>
    <div class="column_text_section sixth" id="cont6">
        <div class="text_compare_content">
            <h2 class="text_section_title">つるハウスが選ばれる理由</h2>
            <div class="column_section_image">
                <img src="//cdn.img-asp.jp/cms/677197_6_0_0_1.jpg" alt="つるハウスが選ばれる理由">
            </div>
            <div class="content_wrap">
                <h3 class="content_title">理由1：仲介手数料無料</h3>
                <p class="content_detail_text">つるハウス最大の強みは、横浜市を中心に仲介手数料無料で不動産を購入できる仕組みを整えていることです。<span class="text_highlight">「少しでも不動産を安く購入していただき、お客様に喜んでいただきたい！」</span>という思いから、仲介手数料をいただかない形での取引を実現しました。仮に無料にならない物件でも、従来の半額で承らせていただきます。</p>
            </div>
            <div class="content_wrap">
                <h3 class="content_title">理由2：幅広い物件紹介</h3>
                <p class="content_detail_text">新築一戸建てや中古一戸建て、中古マンション、土地まで、つるハウスは多様な不動産情報を<span class="text_highlight">常時約3,000件公開</span>。駅近で利便性を重視する方から、自然豊かな環境で子育てを考えるファミリー層まで、幅広いニーズに対応しています。利便性だけでなく、治安や地域の雰囲気など、生活に直結する情報も丁寧にご案内。お客様の「こういう家に住みたい」という想いを大切にし、最適な選択肢を提示いたします。</p>
            </div>
            <div class="content_wrap">
                <h3 class="content_title">理由3：お金のプロによる相談とサポート</h3>
                <p class="content_detail_text">つるハウスは物件紹介だけでなく、<span class="text_highlight">住宅ローンや資金計画までトータルでサポート</span>します。ライフプラン相談を通じ、教育費や老後資金まで見据えた資金計画を提案。さらに住宅ローン専門サービス「いえーる ダンドリ」と連携し、メガバンクから地銀、信金、フラットまで、お客様に合わせた金融機関を選定します。<span class="text_highlight">月間1,000件以上の審査申込実績</span>に基づくノウハウを活用し、安心できる借入を実現できる点も強みです。</p>
            </div>
            <div class="content_wrap">
                <h3 class="content_title">理由4：豊富な実績とお客様の声</h3>
                <p class="content_detail_text">実際に弊社をご利用いただいたお客様からは、「仲介手数料が無料で本当に助かった」「担当者が親身に相談に乗ってくれて安心した」といった声が多数寄せられています。<span class="text_highlight">取引実績と利用者からの高い評価</span>が、新たなお客様の信頼へとつながり、つるハウスを選ぶ決め手となっていると自負しております。</p>
            </div>
        </div>
    </div>
    <div class="column_text_section seventh" id="cont8">
        <div class="text_compare_content">
            <h2 class="text_section_title">よくある質問</h2>
            <div class="column_section_image">
                <img src="//cdn.img-asp.jp/cms/677197_7_0_0_1.jpg" alt="よくある質問">
            </div>
            <div class="content_wrap">
                <h3 class="content_title">相談だけでも本当に無料ですか？</h3>
                <p class="content_detail_text">はい、ご相談は完全無料です。物件紹介だけでなく、資金計画や住宅ローンの不安についてもお気軽にご相談ください。しつこい営業は一切行いませんので、安心してご利用いただけます。</p>
            </div>
            <div class="content_wrap">
                <h3 class="content_title">中古一戸建てや土地も仲介手数料無料になりますか？</h3>
                <p class="content_detail_text">はい、対象です。仲介手数料無料にならない物件でも、従来の不動産会社の半額で承らせていただきます。</p>
            </div>
            <div class="content_wrap">
                <h3 class="content_title">仲介手数料が有料の会社と比べて、サービスの質は落ちませんか？</h3>
                <p class="content_detail_text">ご安心ください。有料でも無料でも同じ基準で行います。つるハウスは「仲介手数料＝サービス料」とは考えておらず、むしろ丁寧なサポートを心がけています。</p>
            </div>
            <div class="content_wrap">
                <h3 class="content_title">他のサイトで見つけた物件も仲介してもらえますか？</h3>
                <p class="content_detail_text">はい、ほとんどの物件は「レインズ」に登録されているため、弊社でも取り扱い可能です。気になる物件があれば、お気軽にお知らせください。</p>
            </div>
            <div class="content_wrap">
                <h3 class="content_title">住宅ローンの相談にも乗ってもらえますか？</h3>
                <p class="content_detail_text">はい、住宅ローン専門サービス「いえーる ダンドリ」との連携で、お客様に最適な金融機関や返済プランをご提案いたします。購入後の生活設計も安心です。</p>
            </div>
        </div>
    </div>
    <div class="column_text_section conclution" id="cont7">
        <div class="text_compare_content">
            <h2 class="text_section_title_2">まとめ</h2>
            <dl class="content_conclution_smallsection">
                <dt class="conclution_smallsection_title">仲介手数料とは？</dt>
                <dd class="conclution_smallsection_detail">
                    <p class="smallsection_detail_text"></p>
                    <ul class="smallsection_detail_list">
                        <li class="smallsection_detail_item">仲介手数料は「成功報酬」</li>
                    </ul>
                </dd>
            </dl>
            <dl class="content_conclution_smallsection">
                <dt class="conclution_smallsection_title">仲介手数料無料のメリット</dt>
                <dd class="conclution_smallsection_detail">
                    <p class="smallsection_detail_text"></p>
                    <ul class="smallsection_detail_list">
                        <li class="smallsection_detail_item">諸費用の削減</li>
                        <li class="smallsection_detail_item">浮いた費用を有効活用できる</li>
                        <li class="smallsection_detail_item">住宅ローンの借入額を抑えられる</li>
                    </ul>
                </dd>
            </dl>
            <dl class="content_conclution_smallsection">
                <dt class="conclution_smallsection_title">知っておくべき注意点</dt>
                <dd class="conclution_smallsection_detail">
                    <p class="smallsection_detail_text"></p>
                    <ul class="smallsection_detail_list">
                        <li class="smallsection_detail_item">すべての物件が無料になるわけではない</li>
                        <li class="smallsection_detail_item">なかには悪質な業者もいる</li>
                        <li class="smallsection_detail_item">物件の囲い込みに注意</li>
                    </ul>
                </dd>
            </dl>
            <dl class="content_conclution_smallsection">
                <dt class="conclution_smallsection_title">仲介手数料無料の不動産会社の選び方</dt>
                <dd class="conclution_smallsection_detail">
                    <p class="smallsection_detail_text"></p>
                    <ul class="smallsection_detail_list">
                        <li class="smallsection_detail_item">見積もりの透明性</li>
                        <li class="smallsection_detail_item">取扱物件の豊富さ</li>
                        <li class="smallsection_detail_item">担当者の専門知識と対応力</li>
                        <li class="smallsection_detail_item">実績と口コミ</li>
                    </ul>
                </dd>
            </dl>
            <dl class="content_conclution_smallsection">
                <dt class="conclution_smallsection_title">つるハウスが選ばれる理由</dt>
                <dd class="conclution_smallsection_detail">
                    <p class="smallsection_detail_text"></p>
                    <ul class="smallsection_detail_list">
                        <li class="smallsection_detail_item">仲介手数料無料</li>
                        <li class="smallsection_detail_item">幅広い物件紹介</li>
                        <li class="smallsection_detail_item">お金のプロによる相談とサポート</li>
                        <li class="smallsection_detail_item">豊富な実績とお客様の声</li>
                    </ul>
                </dd>
            </dl>
        </div>
    </div>
</div>
<style>
.column_section *{
    color: #333;
    font-weight: 500;
}
@media only screen and (min-width:650px) {
    .sp-view {
        display: none;
    }
    .column_section {
        margin-bottom: 40px;
    }
    .text_highlight {
        font-size: 17px;
        font-weight: bold;
        padding: 0 5px;
        background: linear-gradient(transparent 58%, #fff000 0%);
    }
    .column_section_image {
        max-width: 800px;
        height: 491px;
        overflow: hidden;
        display: flex;
        align-items: center;
        justify-content: center;
        margin-bottom: 50px;
    }
    .column_section_image img {
        width: 100%;
        vertical-align: bottom;
    }
    .smallsection_detail_image {
        margin-top: 10px;
    }
    .smallsection_detail_image img {
        width: 100%;
        vertical-align: bottom;
    }
    .column_text_section {
        padding-top:40px;
        margin-top: -40px;
    }
    .column_text_section:not(:last-child){
        margin-bottom: 110px;
    }
    .content_text,
    .content_detail_text,
    .smallsection_detail_text,
    .content_detail_detail_text {
        color: #333;
        font-size: 16px!important;
        line-height: 2;
    }
    .content_text a,
    .content_detail_text a {
        font-size: 17px;
        color: #2269ef;
        padding: 0 5px;
        font-weight: bold;
    }
    .content_detail_text a {
        font-size: 17px;
        color: #2269ef;
        font-weight: bold;
    }
    .column_link_section {
        margin: 100px 0 100px;
    }
    .link_section_wrap {
        padding: 80px 50px 60px;
        position: relative;
    }
    .link_section_wrap.link-double {
        padding: 60px 50px;
    }
    .link_section_title {
        width: 500px;
        font-size: 20px;
        text-align: center;
        position: absolute;
        top: -44px;
        left: 0;
        right: 0;
        margin: auto;
        font-weight: bold;
    }
    .link-double .link_section_title {
        width: 180px;
        top: -23px;
    }
    .link_section_text {
        font-size: 20px;
        font-weight: bold;
        text-align: center;
        display: block;
        width: 100%;
        margin-bottom: 2px;
    }
    .link_section_content a {
        display: block;
        font-size: 20px;
        font-weight: bold;
        color: #fff;
        line-height: 1.6;
        text-align: center;
        width: 67%;
        margin: auto;
        padding: 14px 10px;
        background: #ff9c00;
        border-radius: 40px;
        position: relative;
        margin-top: -77px;
        font-weight: bold;
    }
    .link_section_content a::after {
        content: '';
        border: 2px solid #fff;
        border-radius: 40px;
        position: absolute;
        top: 7px;
        bottom: 7px;
        left: 7px;
        right: 7px;
    }
    .link_section_content a:not(:last-child) {
        margin-bottom: 30px;
    }
    .link_section_content a:hover {
        color: #fff;
    }
    .column_table_section {
        width: 80%;
        display: flex;
        justify-content: center;
        flex-wrap: wrap;
        padding: 40px 30px;
        margin: 0 auto 60px;
        background: #e0ca82;
    }
    .table_section_title {
        font-size: 18px !important;
        font-weight: bold !important;
        text-align: center;
        margin-bottom: 14px;
    }
    .column_text_section.third .content_detail_text {
        margin-bottom: 20px;
    }
    .column_text_section.third .detail_smallsection_title {
        font-size: 18px;
        font-weight: bold;
        border-bottom: 2px solid #333;
        padding-left: 0px;
        padding-bottom: 3px;
        margin-bottom: 13px;
    }
    .detail_smallsection_title_3 {
        font-size: 16px;
        font-weight: bold;
        color: #0f4c81;
        display: inline-block;
        margin-bottom: 20px;
    }
    .detail_smallsection_title_3 ,
    .reasonmark {
        font-size: 18px;
        font-weight: bold;
        color: #fff;
        padding: 3px 0px 3px 4px;
        margin-right: 10px;
        background: #0f4c81;
    }
    ..detail_smallsection_title
    .column_text_section.third .detail_smallsection_detail {
        padding: 0 8px;
    }
    .detail_smallsection_detail {
        font-size: 16px;
    }
    .table_section_title {
        font-size: 18px !important;
        font-weight: bold !important;
        text-align: center;
        margin-bottom: 14px;
    }
    .table_section_list {
        font-size: 18px;
        font-weight: bold;
        color: #333;
        padding-left: 15px;
        position: relative;
    }
    .table_section_list:not(:last-child) {
        margin-bottom: 8px;
    }
    .table_section_list::before {
        content: '';
        width: 6px;
        height: 6px;
        background: #333;
        border-radius: 50%;
        position: absolute;
        left: 0;
        top: 9px;
    }
    .table_section_list a {
        font-size: 16px;
        font-weight: bold;
        color: #1780cd;
        text-decoration: underline;
    }
    .table_section_list a:hover {
        color: #cd1750;
    }
    .text_section_title_2,
    .text_section_title {
        font-size: 30px!important;
        font-weight: bold!important;
        margin-bottom: 30px;
        padding: 15px 10px;
        position: relative;
        text-align: center;
    }
    .text_section_title_2 {
        font-size: 30px!important;
        font-weight: bold!important;
        margin-bottom: 30px;
        padding: 15px 10px;
        position: relative;
        text-align: center;
        background: #F1C40F;
        color: #fff;
    }
    .text_section_title::before {
        content: '';
        background: #333;
        height: 2px;
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        margin: auto;
    }
    .text_section_title::after {
        content: '';
        background: #333;
        height: 2px;
        position: absolute;
        bottom: 0;
        left: 0;
        right: 0;
        margin: auto;
    }
    .text_section_title_2::before {
        content: '';
        background: #F1C40F;
        height: 2px;
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        margin: auto;
    }
    .text_section_title_2::after {
        content: '';
        background: #F1C40F;
        height: 2px;
        position: absolute;
        bottom: 0;
        left: 0;
        right: 0;
        margin: auto;
    }
    .content_wrap:not(:first-child),
    .content_detail_wrap:not(:first-child) {
        margin-top: 60px;
    }
    .content_title,
    .content_detail_title {
        font-size: 20px !important;
        color: #fff;
        font-weight: bold !important;
        margin-bottom: 10px;
        position: relative;
        border-left: none !important;
        border-radius: 2px;
        padding: 7px 10px 4px 20px !important;
        z-index: 1;
        background: #F1C40F;
    }
    .content_title::after,
    .content_detail_title::after {
        content: "";
        width: 13px;
        height: 7px;
        background: #fff;
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        margin: auto;
        z-index: 2;
    }
    .content_detail_list,
    .content_detail_detail_list {
        padding: 30px;
        margin: 30px -25px;
    }
    .content_detail_item,
    .content_detail_detail_item {
        font-size: 16px;
        padding-left: 15px!important;
        padding: 5px;
        border-bottom: none!important;
        position: relative;
        font-weight: bold;
    }
    .content_detail_item:not(:last-child),
    .content_detail_detail_item:not(:last-child) {
        margin-bottom: 12px;
    }
    .text_compare_content {
        margin-bottom: 30px;
    }
    .text_compare_title {
        font-size: 24px;
        font-weight: bold;
    }
    .text_compare_wrap {
        display: flex;
        justify-content: center;
        background: #ffface;
        margin: 15px 0;
    }
    .text_compare_detail {
        position: relative;
        padding: 50px 35px;
    }
    .text_compare_detail:not(:last-child)::after {
        content: '';
        background: #333;
        width: 2px;
        position: absolute;
        top: 30px;
        bottom: 30px;
        right: 0;
    }
    .text_compare_detail_title {
        font-size: 22px;
        font-weight: bold;
        text-align: center;
        color: #fff;
        padding: 5px 0;
        margin-bottom: 10px;
    }
    .text_compare_detail_title.left {
        background: #fd247b;
    }
    .text_compare_detail_title.right {
        background: #53acfe;
    }
    .text_compare_detail_detail_item {
        font-size: 16px;
        font-weight: bold;
        line-height: 2;
        display: flex;
    }
    .text_compare_detail_detail_inner {
        margin: 0 15px;
    }
    .text_compare_detail_detail_item:first-child,
    .text_compare_detail_detail_item:first-child .text_compare_detail_detail_inner {
        font-size: 28px;
        color: #FF7849;
    }
    .text_compare_detail_detail_item:nth-child(2),
    .text_compare_detail_detail_item:nth-child(2) .text_compare_detail_detail_inner,
    .text_compare_detail_detail_item:nth-child(3),
    .text_compare_detail_detail_item:nth-child(3) .text_compare_detail_detail_inner {
        font-size: 22px;
        color: #ff9a77;
    }
    .text_right {
        display: block;
        text-align: right;
    }
    .text_compare_text {
        text-align: right;
    }
    .text_compare_text a {
        color: #1780cd;
        text-decoration: underline;
    }
    .text_compare_text a:hover {
        color: #cd1750;
    }
    .content_detail_item::before,
    .content_detail_detail_item::before {
        content: '';
        width: 6px;
        height: 6px;
        background: #333;
        border-radius: 50%;
        position: absolute;
        left: 0;
        top: 14px;
        margin: auto;
    }
    .text_section_table {
        margin-top: 30px;
    }
    .table_title {
        font-size: 16px;
        background: #ccc;
    }
    .table_detail {
        background: #f7f7f7;
        width: 382px;
        padding: 10px;
    }
    .table_headder .table_title {
        color: #fff;
        background: none;
        padding: 10px 0;
    }
    .table_headder .table_title.before {
        background: #53acfe;
    }
    .table_headder .table_title.after {
        background: #FD247B;
    }
    .table_body .table_title {
        width: 120px;
        padding: 40px 0;
    }
    .inner_cell:not(:last-child) {
        display: block;
        padding-bottom: 8px;
    }
    .table_threewrap {
        display: flex;
        justify-content: center;
        align-items: flex-start;
    }
    .blog_table {
        margin: 30px 0;
        box-shadow: 0 0 7px 2px rgba(0, 0, 0, .06);
        border-collapse: collapse;
    }
    .content_wrap .blog_table {
        width: calc(100% - 40px);
        margin: 30px 20px;
        box-shadow: 0 0 7px 2px rgba(0, 0, 0, .06);
        border-collapse: collapse;
    }
    .content_detail_smallsection {
        margin-top: 30px;
    }
    .detail_smallsection_title {
        font-size: 20px;
        font-weight: bold;
        text-align: center;
        margin-bottom: 10px;
    }
    .blog_table {
        width: 100%;
        margin: 30px auto 30px;
    }
    .table_threewrap .blog_table {
        width: 30%;
        margin: 30px 0 0;
    }
    .table_threewrap .blog_table:not(:last-child) {
        margin-right: 15px;
    }
    tbody .blog_table_wrap:not(:last-child) .blog_table_title {
        border-bottom: solid 2px #fff;
    }
    tbody .blog_table_title {
        font-weight: bold;
        width: 200px;
        background: #a5bad9;
    }
    thead .blog_table_title {
        color: #fff;
        font-weight: bold;
        background: #2f4565;
    }
    thead .blog_table_title:not(:first-child) {
        background: #7ab414;
    }
    thead .blog_table_title:not(:last-child), tbody .blog_table_title {
        border-right: 2px solid #fff;
    }
    tbody .blog_table_detail:not(:last-child) {
        border-right: 2px solid #ededed;
    }
    tbody .blog_table_detail {
        text-align: center;
    }
    .blog_table_title {
        padding: 10px 15px;
    }
    tbody .blog_table_wrap:not(:last-child) .blog_table_detail {
        border-bottom: 2px solid #ededed;
    }
    .blog_table_detail {
        padding: 10px;
         background: #F7F7F7;
    }
    #cont7 .text_compare_content {
        padding: 30px 30px 60px;
        background: #F9F3DA;
    }
    #cont7 .text_section_title {
        color: #fff;
        text-align: center;
        background: #ffb9a1;
    }
    .content_conclution_smallsection:not(:last-child) {
        margin-bottom: 40px;
    }
    .conclution_smallsection_title {
        font-size: 20px;
        font-weight: bold;
        color: #333;
        position: relative;
        padding-left: 16px;
    }
    .conclution_smallsection_title::before {
        content: '';
        width: 10px;
        height: 10px;
        background: #333;
        clip-path: polygon(10px 50%, 0% 0%, 0% 10px);
        position: absolute;
        left: 0;
        top: 0;
        bottom: 0;
        margin: auto;
    }
    .smallsection_detail_list {
        border: 2px solid #333;
        padding: 15px 25px;
        margin: 15px 0;
        position: relative;
    }
    .smallsection_detail_item {
        font-size: 18px;
        font-weight: bold;
        color: #333;
        position: relative;
        padding-left: 12px;
    }
    .smallsection_detail_item::before {
        content: '';
        width: 6px;
        height: 6px;
        background: #333;
        border-radius: 50%;
        position: absolute;
        left: 0;
        top: 0;
        bottom: 0;
        margin: auto;
    }
    .column_text_section .content_detail_smallsection {
        border: 2px solid #333;
        padding: 25px 30px;
        margin: 30px 0px 0;
    }
    .column_text_section .detail_smallsection_title {
        font-size: 18px;
        font-weight: bold;
        color: #333;
        display: inline-block;
        margin-bottom: 20px;
    }
    .column_text_section .detail_smallsection_detail {
        line-height: 1.8;
    }
    .column_text_section .detail_smallsection_title .reasonmark {
        font-size: 18px;
        font-weight: bold;
        color: #fff;
        padding: 3px 0px 4px 4px;
        margin-right: 10px;
        background: #0f4c81;
    }
    .content_detail_smallsection_2 {
        border: 2px solid #F1C40F;
        margin: -105px 0 0;
        padding: 25px 30px;
    }
    .detail_smallsection_title_2 {
        font-size: 18px;
        font-weight: bold;
        color: #F1C40F;
        display: inline-block;
        margin-bottom: 20px;
    }
    .smallsection_detail_item_list {
        margin-bottom: 10px;
    }
    .smallsection_detail_item_list a {
        font-size: 18px;
        color: #1265df;
        font-weight: bold;
    }
    .smallsection_detail_item_list::before {
        content: '▼';
        color: #F1C40F;
        font-size: 12px;
        line-height: 1;
        display: inline-block;
        margin-right: 5px;
        transform: rotate(30deg);
    }
    .emphasis_text {
        font-size: 42px;
        color: #d2173e;
    }
    .supervisorinfo-wrap {
        display: flex;
        border: 2px solid #89bb1e;
        box-sizing: border-box;
        border-radius: 11px;
        width: 805px;
        margin: 65px auto 0;
        padding: 24px;
        margin-top: -85px;
    }
    .supervisorinfo-image {
        width: 140px;
        margin-right: 20px;
    }
    .supervisorinfo-text {
        width: calc(100% - 160px);
    }
    .supervisorinfo-name {
        margin-bottom: 10px;
        color: #89bb1e;
    }
    .supervisorinfo-name-ttl {
        color: var(--pointcolor) !important;
        font-size: 23px;
        font-weight: bold;
    }
    .supervisorinfo-intro-ttl {
        font-size: 16px;
        font-weight: bold;
    }
    .supervisorinfo-intro-detail {
        font-size:16px
    }
    .detail_smallsection_title {
        font-size: 18px;
        font-weight: bold;
        border-bottom: 2px solid #333;
        padding-bottom: 3px;
        margin-bottom: 13px;
    }
    .category__item {
        background: #d3d3d352;
        padding: 30px 25px 25px;
        margin: 41px 10px;
        text-align: center;    
    }
    .category__item .content_text {
        margin-top: 0;
        margin-bottom: 20px;
    }    
    .category__item .content_detail_text {
        margin-top: 0;
        margin-bottom: 20px;
    }
    .smallsection_detail_list_3 {
        display: flex;
        justify-content: center;
        width: 100%;
    }    
    .smallsection_detail_item_2 {
        border-bottom: none!important;
        padding: none!important;
        width: 258px;
    }
    #cont1 ,
    #cont2 ,
    #cont3 ,
    #cont4 ,
    #cont5 ,
    #cont6 {
        padding-top: 100px;
        margin-top: -100px;
    }
    .content_detail_item a {
        font-size: 16px;
        color: #1265df;
        font-weight: bold;
    }
}
    @media only screen and (max-width:649px) {
    .pc-view {
        display: none;
    }
    .blog__article {
        padding: 0!important;
    }
    .blog__headline {
        margin: 20px 3vw 4px!important;
    }
    .blog__note {
        margin: 0 3vw 32px!important;
    }
    .text_highlight {
        font-size: 4vw;
        font-weight: bold;
        padding: 0 2vw;
        background: linear-gradient(transparent 58%, #fff000 0%);
    }
    .column_section {
        background: #fff;
        padding: 3vw;
    }
    .column_section_image {
        border-top: none;
        border-bottom: none;
        padding: 0;
        margin-bottom: 4vw;
    }    
    .column_section_image img {
        width: 100%;
        vertical-align: bottom;
    }
    .column_text_section:not(:last-child){
        margin-bottom: 12vw;
    }
    .smallsection_detail_text {
        font-size: 3.8vw;
    }
    .content_text,
    .content_detail_text,
    .content_detail_detail_text {
        font-size: 3.8vw;
        line-height: 1.8;
    }
    .column_table_section {
        display: flex;
        justify-content: center;
        flex-wrap: wrap;
        padding: 6vw 5vw;
        margin: 0 auto 8vw;
        background: #e0ca82;
    }
    .table_section_list:not(:last-child) {
        margin-bottom: 4vw;
    }
    .table_section_list::before {
        content: '';
        width: 2vw;
        height: 2vw;
        background: #333;
        border-radius: 50%;
        position: absolute;
        left: 0;
        top: 1.2vw;
        margin: auto;
    }
    .table_section_list a:hover {
        color: #cd1750;
    }
   .column_link_section {
        margin: 14vw 0 12vw;
    }
    .link_section_wrap {
        padding: 2vw 3vw 7vw;
        position: relative;
    }
    .column_link_section.link-double {
        margin: 12vw 0;
    }
    .content_text a {
        font-size: 4vw;
        color: #2269ef;
        font-weight: bolder;
    }
    .content_detail_text a {
        font-size: 4vw;
        color: #2269ef;
        font-weight: bolder;
    }
    .link-double .link_section_wrap {
        padding: 10vw 6vw;
    }
    .link_section_title {
        width: 73vw;
        font-size: 4vw;
        text-align: center;
        position: absolute;
        top: -9.5vw;
        left: 0;
        right: 0;
        margin: auto;
        margin-top: 25px;
        font-weight: bold;
    }
    .link-double .link_section_title {
        width: 40vw;
        top: -5vw;
    }
    .link_section_content a {
        display: block;
        font-size: 4vw;
        font-weight: bold;
        color: #fff;
        line-height: 1.6;
        text-align: center;
        margin: 0 3vw;
        padding: 3vw;
        background: #ff9c00;
        border-radius: 40px;
        position: relative;
        font-weight: bold;
    }
    .link_section_content a::after {
        content: '';
        border: 2px solid #fff;
        border-radius: 40px;
        position: absolute;
        top: 1.5vw;
        bottom: 1.5vw;
        left: 1.5vw;
        right: 1.5vw;
    }
    .link_section_text {
        font-size: 4vw;
        font-weight: bold;
        text-align: center;
        display: block;
        width: 100%;
        margin-bottom: 2vw;
    }
    .link_section_content a:hover {
        color: #fff;
    }
    .link_section_content a:not(:last-child) {
        margin-bottom: 4vw;
    }
    .text_right {
        display: block;
        text-align: right;
    }
    .table_section_title {
        font-size: 4.5vw !important;
        font-weight: bold !important;
        text-align: center;
        margin-bottom: 3vw;
    }
    .table_section_list {
        font-size: 3.8vw;
        font-weight: bold;
        color: #333;
        padding-left: 3vw;
        position: relative;
    }
    .column_text_section.third .content_detail_text {
        margin-bottom: 4vw;
    }
    .column_text_section.third .detail_smallsection_title {
        font-size: 4.2vw;
        font-weight: bold;
        border-bottom: 2px solid #333;
        padding-left: 0vw;
        padding-bottom: 1.5vw;
        margin-bottom: 2.5vw;
    }
    .detail_smallsection_title_3 {
        font-size: 3.8vw;
        font-weight: bold;
        color: #0f4c81;
        display: inline-block;
        margin-bottom: 3vw;
    }
    .reasonmark {
        font-size: 3.8vw;
        font-weight: bold;
        color: #fff;
        padding: 1vw 2vw;
        margin-right: 2vw;
        background: #0f4c81;
    }
    .column_text_section.third .detail_smallsection_detail {
        padding: 0 2vw;
    }
    .detail_smallsection_detail {
        font-size: 3.8vw;
    }
    .text_section_title {
        font-size: 6vw!important;
        font-weight: bold!important;
        margin-bottom: 7vw!important;
        padding: 3vw 2vw;
        position: relative;
        text-align: center;
    }
    .text_section_title_2 {
        font-size: 6vw!important;
        font-weight: bold!important;
        margin-bottom: 7vw!important;
        padding: 3vw 2vw;
        position: relative;
        text-align: center;
        background: #F1C40F;
        color: #fff;
    }
    .text_section_title::before {
        content: '';
        background: #333;
        height: 2px;
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        margin: auto;
    }
    .text_section_title::after {
        content: '';
        background: #333;
        height: 2px;
        position: absolute;
        bottom: 0;
        left: 0;
        right: 0;
        margin: auto;
    }
    .text_section_title_2::before {
        content: '';
        background: #F1C40F;
        height: 2px;
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        margin: auto;
    }
    .text_section_title_2::after {
        content: '';
        background: #F1C40F;
        height: 2px;
        position: absolute;
        bottom: 0;
        left: 0;
        right: 0;
        margin: auto;
    }
    .content_wrap:not(:first-child),
    .content_detail_wrap:not(:first-child) {
        margin-top: 5vw;
    }
    .content_wrap:not(:last-child),
    .content_detail_wrap:not(:last-child) {
        margin-bottom: 0;
    }
    .content_title,
    .content_detail_title {
        font-size: 4vw!important;
        color: #fff!important;
        font-weight: bold!important;
        margin-bottom: 4vw!important;
        border-left: none!important;
        position: relative;
        padding: 3vw 5vw 2.5vw!important;
        z-index: 1;
        background: #F1C40F;
    }
    .content_title::after, .content_detail_title::after {
        content: "";
        width: 3vw;
        height: 1vw;
        background: #fff;
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        margin: auto;
        z-index: 2;
    }
    .content_detail_list,
    .content_detail_detail_list {
        padding: 7vw;
        margin: 4vw -6vw;
    }
    .content_detail_item,
    .content_detail_detail_item {
        font-size: 3.8vw;
        padding-left: 2.5vw;
        position: relative;
        font-weight: bold;
    }
    .content_detail_item:not(:last-child),
    .content_detail_detail_item:not(:last-child) {
        margin-bottom: 3vw;
    }
    .content_detail_item::before,
    .content_detail_detail_item::before {
        content: '';
        width: 1.5vw;
        height: 1.5vw;
        background: #333;
        border-radius: 50%;
        position: absolute;
        left: 0;
        top: 2vw;
        margin: auto;
    }
    .text_compare_content {
        margin-bottom: 4vw;
    }
    .text_compare_title {
        font-size: 4.8vw;
        font-weight: bold;
    }
    .text_compare_wrap {
        background: #ffface;
        margin: 3.5vw 0;
    }
    .text_compare_detail {
        position: relative;
        padding: 7vw 5vw;
    }
    .text_compare_detail:not(:last-child)::after {
        content: '';
        background: #333;
        height: 2px;
        position: absolute;
        left: 4vw;
        right: 4vw;
        bottom: 0;
    }
    .text_compare_detail_title {
        font-size: 3.8vw;
        font-weight: bold;
        text-align: center;
        color: #fff;
        padding: 1.5vw 0;
        margin-bottom: 2vw;
    }
    .text_compare_detail_title.left {
        background: #fd247b;
    }
    .text_compare_detail_title.right {
        background: #53acfe;
    }
    .text_compare_detail_detail_item {
        font-size: 3.8vw;
        font-weight: bold;
        line-height: 2;
        display: flex;
    }
    .text_compare_detail_detail_inner {
        margin: 0 3vw;
    }
    .text_compare_detail_detail_item:first-child,
    .text_compare_detail_detail_item:first-child .text_compare_detail_detail_inner {
        font-size: 5vw;
        color: #FF7849;
    }
    .text_compare_detail_detail_item:nth-child(2),
    .text_compare_detail_detail_item:nth-child(2) .text_compare_detail_detail_inner,
    .text_compare_detail_detail_item:nth-child(3),
    .text_compare_detail_detail_item:nth-child(3) .text_compare_detail_detail_inner {
        font-size: 4.6vw;
        color: #ff9a77;
    }
    .text_compare_text {
        font-size: 3.4vw;
        text-align: right;
    }
    .text_compare_text a {
        color: #1780cd;
        text-decoration: underline;
    }
    .text_compare_text a:hover {
        color: #cd1750;
    }
    .table_title {
        background: #ccc;
    }
    .table_detail {
        background: #f7f7f7;
        width: 44vw;
        padding: 2.5vw;
    }
    .table_headder .table_title {
        color: #fff;
        background: none;
        padding: 2.5vw 0;
    }
    .table_headder .table_title.before {
        background: #53acfe;
    }
    .table_headder .table_title.after {
        background: #FD247B;
    }
    .table_body .table_title {
        width: 16vw;
        padding: 4vw 0;
    }
    #cont7 .text_compare_content {
        padding: 4vw 4vw 6vw;
        background: #F9F3DA;
    }
    #cont7 .text_section_title {
        color: #fff;
        text-align: center;
        background: #ffb9a1;
    }
    .content_conclution_smallsection:not(:last-child) {
        margin-bottom: 6vw;
    }
    .conclution_smallsection_title {
        font-size: 4.6vw;
        font-weight: bold;
        color: #333;
        position: relative;
        padding-left: 3.5vw;
    }
    .conclution_smallsection_title::before {
        content: '';
        width: 2vw;
        height: 2vw;
        background: #333;
        clip-path: polygon(2vw 50%, 0% 0%, 0% 2vw);
        position: absolute;
        left: 0;
        top: 2vw;
        margin: auto;
    }
    .smallsection_detail_list {
        border: 2px solid #333;
        padding: 3vw 4vw;
        margin: 4vw 0;
        position: relative;
    }
    .smallsection_detail_item {
        font-size: 4vw;
        font-weight: bold;
        color: #333;
        position: relative;
        padding-left: 3vw;
    }
    .smallsection_detail_item::before {
        content: '';
        width: 2vw;
        height: 2vw;
        background: #333;
        border-radius: 50%;
        position: absolute;
        left: 0;
        top: 0;
        bottom: 0;
        margin: auto;
    }
    .column_text_section .content_detail_smallsection {
        margin-top: 5vw;
        border: 2px solid #333;
        padding: 4vw;
    }
    .column_text_section .detail_smallsection_title {
        font-size: 4vw;
        font-weight: bold;
        color: #333;
        display: inline-block;
        margin-bottom: 3vw;
    }
    .column_text_section .detail_smallsection_title .reasonmark {
        font-size: 4vw;
        font-weight: bold;
        color: #fff;
        padding: 1vw 2vw;
        margin-right: 2vw;
        background: #0f4c81;
    }
    .column_text_section .smallsection_detail_image {
        margin-top: 3vw;
    }
    .blog_table {
        margin: 6vw 0;
        box-shadow: 0 0 7px 2px rgba(0, 0, 0, .06);
        border-collapse: collapse;
    }
    .content_wrap .blog_table {
        margin: 6vw 0;
        box-shadow: 0 0 7px 2px rgba(0, 0, 0, .06);
        border-collapse: collapse;
    }
    .blog_table_title {
        padding: 1vw 2vw;
        vertical-align: middle;
    }
    thead .blog_table_title {
        color: #fff;
        font-weight: bold;
        background: #2f4565;
    }
    thead .blog_table_title:not(:last-child), tbody .blog_table_title {
        border-right: 2px solid #fff;
    }
    thead .blog_table_title:not(:first-child) {
        background: #a5bad9;
    }
    tbody .blog_table_title {
        font-weight: bold;
        background: #7ab414;
    }
    #cnt03 thead .blog_table_title:first-child {
        background: #2f4565;
    }
    #cnt03 thead .blog_table_title {
        background: #7ab414;
    }
    #cnt03 tbody .blog_table_title {
        color: #fff;
        font-weight: bold;
        background: #a5bad9;
    }
    tbody .blog_table_wrap:not(:last-child) .blog_table_title {
        border-bottom: solid 2px #fff;
    }
    .blog_table_detail {
        padding: 2vw;
        vertical-align: middle;
    }
    tbody .blog_table_detail {
        text-align: center;
    }
    tbody .blog_table_wrap:not(:last-child) .blog_table_detail {
        border-bottom: 2px solid #ededed;
    }
    tbody .blog_table_detail:not(:last-child) {
        border-right: 2px solid #ededed;
    }
    .content_detail_smallsection {
        margin-top: 4vw;
    }
    .detail_smallsection_title {
        font-size: 5vw;
        font-weight: bold;
        text-align: center;
        margin-bottom: 2vw;
    }
    tbody .blog_table_detail {
        width: 57vw;
    }
    .blog_table {
       
    }
    .table_threewrap .blog_table {
        margin: 6vw 0 0;
    }
    .content_detail_smallsection_2 {
        margin-top: 10vw;
        border: 2px solid #F1C40F;
        padding: 4vw;
    }
    .detail_smallsection_title_2 {
        font-size: 4vw;
        font-weight: bold;
        color: #F1C40F;
        display: flex;
        align-items: baseline;
        margin-bottom: 3vw;
    }
    .smallsection_detail_item_list {
        margin-bottom: 10px;
    }
    .smallsection_detail_item_list a {
        font-size: 3.5vw;
        color: #1265df;
        font-weight: bold;
        padding: 0;
    }    
    .smallsection_detail_item_list::before {
        content: '▼';
        color: #F1C40F;
        font-size: 12px;
        line-height: 1;
        display: inline-block;
        margin-right: 5px;
        transform: rotate(30deg);
    }
    .emphasis_text {
        font-size: 7vw;
        color: #d2173e;
    }
    .supervisorinfo-wrap {
        border: 2px solid #89bb1e;
        box-sizing: border-box;
        border-radius: 5px;
        padding: 4vw;
        margin: 1vw auto 5vw;
        width: 92vw;
    }
    .supervisorinfo-image {
        display: flex;
        justify-content: center;
        height: 36vw;
        margin-bottom: 4vw;
    }
    .supervisorinfo-image img {
        height: 100%;
    }
    .supervisorinfo-name {
        margin-bottom: 3vw;
        color: #89bb1e;
    }
    .supervisorinfo-name-ttl {
        color: var(--pointcolor) !important;
        font-size: 6vw;
        font-weight: bold;
    }
    .supervisorinfo-name-detail {
        font-size: 4.4vw;
        font-weight: bold;
    }
    .supervisorinfo-name-detail, .supervisorinfo-intro-detail {
        line-height: 1.6;
        font-size: 3.8vw;
    }
    .supervisorinfo-intro-ttl {
        color: var(--pointcolor) !important;
        font-size: 3.8vw;
        font-weight: bold;
    }
    .detail_smallsection_title {
       font-size: 4.2vw;
        font-weight: bold;
        border-bottom: 2px solid #333;
        padding-left: 0vw;
        padding-bottom: 1.5vw;
        margin-bottom: 2.5vw;  
    }
    .category__item {
        background: #d3d3d352;
        padding: 2px 25px 25px;
        margin: 12px -1px;
        text-align: center;
    }
    .category__item .content_text,
    .category__item .content_detail_text {
        margin-top: 4vw;
        margin-bottom: 4vw;
    }
    .category__item .content_detail_text {
        text-align: center;
    }
    .content_detail_list a {
        font-size: 3.8vw;
        color: #1265df;
        font-weight: bold;
        padding: 0;
    }
    .link_section_content.contact {
        margin-top: 9vw;
    }
</style> </div></div>]]></description>
            <pubDate>2025-11-11</pubDate>
        </item>
            </channel>
</rss>
