
<rss version="2.0">
    <channel>
        <title>GLC不動産株式会社のブログ</title>
        <link>https://www.gateway-life.jp/blog/</link>
        <description>GLC不動産株式会社のブログ</description>
        <language>ja</language>
                
        <item>
            <title>共有名義で購入したマンション、戸建てを離婚などで売却することになった場合の流れをご紹介</title>
            <link>https://www.gateway-life.jp/blog/entry-605009/</link>
            <description><![CDATA[ <style>
   @charset "UTF-8";

   html,
   body,
   div,
   span,
   applet,
   object,
   iframe,
   h1,
   h2,
   h3,
   h4,
   h5,
   h6,
   p,
   blockquote,
   pre,
   a,
   abbr,
   acronym,
   address,
   big,
   cite,
   code,
   del,
   dfn,
   em,
   img,
   ins,
   kbd,
   q,
   s,
   samp,
   small,
   strike,
   strong,
   sub,
   sup,
   tt,
   var,
   b,
   u,
   i,
   center,
   dl,
   dt,
   dd,
   ol,
   ul,
   li,
   fieldset,
   form,
   label,
   legend,
   table,
   caption,
   tbody,
   tfoot,
   thead,
   tr,
   th,
   td,
   article,
   aside,
   canvas,
   details,
   embed,
   figure,
   figcaption,
   footer,
   header,
   hgroup,
   menu,
   nav,
   output,
   ruby,
   section,
   summary,
   time,
   mark,
   audio,
   video {
     margin: 0;
     padding: 0;
     border: 0;
     font-size: 100%;
     font: inherit;
     vertical-align: baseline;
   }

   /* HTML5 display-role reset for older browsers */
   article,
   aside,
   details,
   figcaption,
   figure,
   footer,
   header,
   hgroup,
   menu,
   nav,
   section {
     display: block;
   }

   body {
     line-height: 1;
   }

   ol,
   ul {
     list-style: none;
   }

   blockquote,
   q {
     quotes: none;
   }

   blockquote:before,
   blockquote:after,
   q:before,
   q:after {
     content: "";
     content: none;
   }

   table {
     border-collapse: collapse;
     border-spacing: 0;
   }

   html *,
   ::before,
   ::after {
     -webkit-box-sizing: border-box;
     box-sizing: border-box;
   }

   button {
     background-color: transparent;
     border: none;
     cursor: pointer;
     outline: none;
     padding: 0;
     -webkit-appearance: none;
     -moz-appearance: none;
     appearance: none;
   }

   /* =====================
base
===================== */
   html *,
   ::before,
   ::after {
     -webkit-box-sizing: border-box;
     box-sizing: border-box;
   }

   body {
     font-family: "Noto Sans JP", sans-serif;
     font-weight: 400;
     font-style: normal;
     color: #084e96;
     font-size: 15px;
     -webkit-font-feature-settings: "palt";
     font-feature-settings: "palt";
     background-color: #fafafa;
   }

   html.sr {
     margin-top: 0 !important;
   }

   #wpadminbar {
     z-index: 10000000 !important;
   }

   img {
     display: block;
     max-width: 100%;
     height: auto;
   }

   p {
     line-height: 1;
     font-size: 15px;
     color: #65615d;
   }

   a {
     text-decoration: none;
     color: #65615d;
     line-height: 1;
   }

   .trans {
     opacity: 1;
     -webkit-transition: -webkit-transform 0.5s ease;
     transition: -webkit-transform 0.5s ease;
     transition: transform 0.5s ease;
     transition: transform 0.5s ease, -webkit-transform 0.5s ease;
     -webkit-transition: all 0.3s;
     transition: all 0.3s;
   }

   .trans:hover {
     opacity: 0.8;
     -webkit-transition: -webkit-transform 0.3s ease;
     transition: -webkit-transform 0.3s ease;
     transition: transform 0.3s ease;
     transition: transform 0.3s ease, -webkit-transform 0.3s ease;
     -webkit-transition: all 0.3s;
     transition: all 0.3s;
   }

   .spv {
     display: none;
   }

   @media (max-width: 900px) {
     .wrap {
       padding: 0 20px;
     }
   }

   @media (max-width: 767px) {
     .pcv {
       display: none;
     }

     .spv {
       display: block;
     }
   }

   /* cssここから ---------------------------------------------------*/
   /* メイン */
   .inner {
     width: 100%;
     max-width: 800px;
     margin: 0 auto;
   }

   @media screen and (max-width: 800px) {
     .inner {
       padding: 0 20px;
     }
   }

   @media screen and (max-width: 767px) {
     .inner {
       padding: 0 0px;
     }
   }

   :root {
     --bg: #fafafa;
     --dark: #65615d;
     --gold: #c4ac88;
     --gold-light: #d9c9ae;
     --white: #ffffff;
     --text: #3a3835;
     --text-light: #8a8784;
     --border: #e8e4df;
     --muted: #9a9590;
   }

   .inner.rikon {
     /* 共通 */
   }

   .inner.rikon .anchor {
     margin-top: -100px;
     padding-top: 100px;
   }

   .inner.rikon .c-main-ttl {
     font-size: 23px;
     letter-spacing: 0.01em;
     line-height: 1.6;
     color: var(--dark);
     font-weight: 700;
   }

   .inner.rikon .c-ttl-h3 {
     font-size: 25px;
     letter-spacing: 0.01em;
     line-height: 1.6;
     color: var(--dark);
     font-weight: 700;
   }

   .inner.rikon .c-line-ttl {
     font-size: 15px;
     letter-spacing: 0.01em;
     line-height: 1;
     color: var(--dark);
     font-weight: 500;
     padding-left: 10px;
     border-left: 4px solid #65615d;
     margin-bottom: 15px;
   }

   @media screen and (max-width: 767px) {
     .inner.rikon .anchor {
       margin-top: -80px;
       padding-top: 80px;
     }

     .inner.rikon .c-main-ttl {
       font-size: 20px;
     }

     .inner.rikon .c-ttl-h3 {
       font-size: 18px;
     }

     .inner.rikon .c-line-ttl {
       margin-bottom: 20px;
     }
   }

   .inner.rikon {
     /* ─── TOC ─── */
   }

   .inner.rikon .toc {
     background: white;
     border: 1px solid var(--border);
     border-radius: 12px;
     padding: 24px 28px;
     margin: 40px 0;
   }

   .inner.rikon .toc-title {
     font-size: 15px;
     letter-spacing: 0.12em;
     color: var(--text-light);
     font-weight: 500;
     text-transform: uppercase;
     margin-bottom: 14px;
   }

   .inner.rikon .toc ol {
     padding-left: 18px;
     list-style-type: unset;
     color: var(--text-light);
   }

   .inner.rikon .toc li {
     margin-bottom: 10px;
   }

   .inner.rikon .toc a {
     color: var(--dark);
     text-decoration: none;
     font-size: 15px;
     font-weight: 500;
   }

   .inner.rikon .toc a:hover {
     color: var(--gold);
   }

   @media screen and (max-width: 767px) {
     .inner.rikon .toc {
       padding: 20px 15px;
       margin: 30px 0;
     }

     .inner.rikon .toc-title {
       font-size: 15px;
       letter-spacing: 0.08em;
     }

     .inner.rikon .toc a {
       font-size: 14px;
       line-height: 1.5;
     }
   }

   .inner.rikon .flow-sale {
     margin-bottom: 100px;
   }

   .inner.rikon .flow-sale .c-main-ttl {
     margin-bottom: 35px;
   }

   .inner.rikon .flow-sale .flow-sale-greeting {
     font-size: 20px;
     font-weight: 600;
     letter-spacing: 0.01em;
     margin-bottom: 35px;
   }

   .inner.rikon .flow-sale .flow-sale-flex {
     display: -webkit-box;
     display: -ms-flexbox;
     display: flex;
     -webkit-box-align: center;
     -ms-flex-align: center;
     align-items: center;
     -webkit-box-pack: justify;
     -ms-flex-pack: justify;
     justify-content: space-between;
     gap: 15px;
     margin-bottom: 20px;
   }

   .inner.rikon .flow-sale .flow-sale-left {
     -webkit-box-flex: 1;
     -ms-flex: 1;
     flex: 1;
   }

   .inner.rikon .flow-sale .flow-sale-right {
     -webkit-box-flex: 1;
     -ms-flex: 1;
     flex: 1;
   }

   .inner.rikon .flow-sale .flow-sale-right-text {
     border: 2px solid #aaa6a3;
     border-radius: 25px;
     padding: 15px 25px;
     font-size: 15px;
     letter-spacing: 0.01em;
     line-height: 1.6;
   }

   .inner.rikon .flow-sale .divorce-infographic {
     max-width: 500px;
     margin: 40px auto;
     font-family: sans-serif;
   }

   .inner.rikon .flow-sale .di-title {
     font-size: 15px;
     letter-spacing: 0.01em;
     font-weight: 500;
     margin-bottom: 30;
   }

   .inner.rikon .flow-sale .di-bars {
     display: -webkit-box;
     display: -ms-flexbox;
     display: flex;
     -webkit-box-orient: vertical;
     -webkit-box-direction: normal;
     -ms-flex-direction: column;
     flex-direction: column;
     gap: 16px;
   }

   .inner.rikon .flow-sale .di-bar-item {
     display: -webkit-box;
     display: -ms-flexbox;
     display: flex;
     -webkit-box-align: center;
     -ms-flex-align: center;
     align-items: center;
   }

   .inner.rikon .flow-sale .di-label {
     width: 70px;
     font-size: 14px;
     color: var(--dark);
   }

   .inner.rikon .flow-sale .di-bar-wrap {
     -webkit-box-flex: 1;
     -ms-flex: 1;
     flex: 1;
     height: 12px;
     background: #eee;
     margin: 0 10px;
     border-radius: 6px;
     overflow: hidden;
   }

   .inner.rikon .flow-sale .di-bar {
     height: 100%;
     width: 0;
     border-radius: 6px;
   }

   .inner.rikon .flow-sale .rank1 {
     background: -webkit-gradient(linear, left top, right top, from(var(--gold)), to(#a8865c));
     background: linear-gradient(90deg, var(--gold), #a8865c);
   }

   .inner.rikon .flow-sale .rank2 {
     background: var(--gold);
   }

   .inner.rikon .flow-sale .rank3 {
     background: var(--dark);
   }

   .inner.rikon .flow-sale .rank4 {
     background: rgba(196, 172, 136, 0.4);
   }

   .inner.rikon .flow-sale .di-val {
     width: 40px;
     text-align: right;
     font-size: 14px;
     color: var(--dark);
   }

   .inner.rikon .flow-sale .flow-sale-text {
     font-size: 15px;
     letter-spacing: 0.01em;
     line-height: 1.8666666667;
     margin-bottom: 60px;
   }

   .inner.rikon .flow-sale .flow-sale-text.last-ma-bo {
     margin-bottom: 100px;
   }

   .inner.rikon .flow-sale .flow-sale-text span {
     font-weight: 700;
   }

   .inner.rikon .flow-sale .flow-sale-ttl-h2 {
     font-size: 18px;
     letter-spacing: 0.01em;
     line-height: 1.3888888889;
     margin-bottom: 10px;
     color: var(--dark);
   }

   .inner.rikon .flow-sale .md-section {
     background: var(--bg);
     margin-bottom: 30px;
   }

   .inner.rikon .flow-sale .md-chart-wrap {
     background: white;
     border: 1px solid var(--border);
     border-radius: 20px;
     padding: 40px 44px;
     margin-top: 8px;
   }

   .inner.rikon .flow-sale .md-legend {
     display: -webkit-box;
     display: -ms-flexbox;
     display: flex;
     gap: 24px;
     -webkit-box-align: center;
     -ms-flex-align: center;
     align-items: center;
     margin-bottom: 32px;
   }

   .inner.rikon .flow-sale .md-legend-item {
     display: -webkit-box;
     display: -ms-flexbox;
     display: flex;
     -webkit-box-align: center;
     -ms-flex-align: center;
     align-items: center;
     gap: 8px;
     font-size: 12px;
     color: var(--dark);
     font-weight: 500;
   }

   .inner.rikon .flow-sale .md-legend-dot {
     width: 12px;
     height: 12px;
     border-radius: 3px;
     -ms-flex-negative: 0;
     flex-shrink: 0;
   }

   .inner.rikon .flow-sale .md-legend-dot.marriage {
     background: var(--gold);
   }

   .inner.rikon .flow-sale .md-legend-dot.divorce {
     background: var(--dark);
   }

   .inner.rikon .flow-sale .md-rows {
     display: -webkit-box;
     display: -ms-flexbox;
     display: flex;
     -webkit-box-orient: vertical;
     -webkit-box-direction: normal;
     -ms-flex-direction: column;
     flex-direction: column;
     gap: 0;
   }

   .inner.rikon .flow-sale .md-row {
     display: -ms-grid;
     display: grid;
     -ms-grid-columns: 88px 0 1fr 0 1fr;
     grid-template-columns: 88px 1fr 1fr;
     gap: 0;
     -webkit-box-align: center;
     -ms-flex-align: center;
     align-items: center;
     padding: 10px 0;
     border-bottom: 1px solid var(--border);
     position: relative;
   }

   .inner.rikon .flow-sale .md-row:last-child {
     border-bottom: none;
   }

   .inner.rikon .flow-sale .md-row.hokkaido {
     background: -webkit-gradient(linear, left top, right top, from(rgba(196, 172, 136, 0.06)), to(transparent));
     background: linear-gradient(90deg, rgba(196, 172, 136, 0.06) 0%, transparent 100%);
     border-radius: 8px;
     margin: 0 -8px;
     padding: 10px 8px;
   }

   .inner.rikon .flow-sale .md-prefecture {
     font-size: 12px;
     font-weight: 500;
     color: var(--dark);
     white-space: nowrap;
     padding-right: 8px;
   }

   .inner.rikon .flow-sale .md-prefecture.highlight {
     font-weight: 700;
     color: var(--dark);
   }

   .inner.rikon .flow-sale .md-bars-cell {
     display: -webkit-box;
     display: -ms-flexbox;
     display: flex;
     -webkit-box-orient: vertical;
     -webkit-box-direction: normal;
     -ms-flex-direction: column;
     flex-direction: column;
     gap: 5px;
     padding: 0 6px 0 0;
   }

   .inner.rikon .flow-sale .md-bar-row {
     display: -webkit-box;
     display: -ms-flexbox;
     display: flex;
     -webkit-box-align: center;
     -ms-flex-align: center;
     align-items: center;
     gap: 8px;
   }

   .inner.rikon .flow-sale .md-bar-bg {
     -webkit-box-flex: 1;
     -ms-flex: 1;
     flex: 1;
     height: 8px;
     background: rgba(196, 172, 136, 0.12);
     border-radius: 99px;
     overflow: hidden;
   }

   .inner.rikon .flow-sale .md-bar-fill {
     width: 0;
     height: 100%;
     border-radius: 99px;
     width: 0;
     -webkit-transition: width 1.1s cubic-bezier(0.4, 0, 0.2, 1);
     transition: width 1.1s cubic-bezier(0.4, 0, 0.2, 1);
   }

   .inner.rikon .flow-sale .md-bar-fill.m {
     background: var(--gold);
   }

   .inner.rikon .flow-sale .md-bar-fill.d {
     background: var(--dark);
   }

   .inner.rikon .flow-sale .md-bar-val {
     font-size: 10px;
     color: var(--dark);
     width: 34px;
     text-align: right;
     white-space: nowrap;
     -ms-flex-negative: 0;
     flex-shrink: 0;
   }

   .inner.rikon .flow-sale .md-col-head {
     font-size: 10px;
     letter-spacing: 0.1em;
     color: var(--dark);
     font-weight: 600;
     padding-bottom: 6px;
   }

   .inner.rikon .flow-sale .hokkaido-badge {
     display: -webkit-inline-box;
     display: -ms-inline-flexbox;
     display: inline-flex;
     -webkit-box-align: center;
     -ms-flex-align: center;
     align-items: center;
     gap: 5px;
     background: var(--dark);
     color: white;
     font-size: 9px;
     font-weight: 700;
     letter-spacing: 0.08em;
     padding: 2px 8px;
     border-radius: 4px;
     margin-left: 6px;
     vertical-align: middle;
   }

   .inner.rikon .flow-sale .flow-sale-key {
     margin-bottom: 55px;
   }

   .inner.rikon .flow-sale .flow-sale-key-ttl-sub {
     font-size: 15px;
     letter-spacing: 0.1em;
     color: #c4ac88;
     font-weight: 700;
     padding-bottom: 30px;
     margin-top: 5px;
   }

   .inner.rikon .flow-sale .flow-sale-key-text {
     font-size: 15px;
     letter-spacing: 0.1em;
     line-height: 1.867;
     font-weight: 400;
     padding-bottom: 40px;
   }

   .inner.rikon .flow-sale .flow-sale-key-text span {
     color: #a02020;
     font-weight: 700;
   }

   .inner.rikon .flow-sale {
     /* 選択肢カード */
   }

   .inner.rikon .flow-sale .choices-infograph {
     display: -ms-grid;
     display: grid;
     -ms-grid-columns: 1fr 0 1fr 0 1fr 0 1fr;
     grid-template-columns: repeat(4, 1fr);
     gap: 0;
     border-radius: 16px;
     overflow: hidden;
     border: 1px solid var(--border);
     margin-bottom: 64px;
   }

   .inner.rikon .flow-sale .choice-col {
     background: #fff;
     border: 1px solid var(--border);
     padding: 28px 22px;
     text-align: center;
     -webkit-transition: 0.3s;
     transition: 0.3s;
   }

   .inner.rikon .flow-sale .choice-col:hover {
     -webkit-transform: translateY(-2px);
     transform: translateY(-2px);
   }

   .inner.rikon .flow-sale .choice-col:last-child {
     border-right: none;
   }

   .inner.rikon .flow-sale .choice-col.best {
     background: var(--dark);
   }

   .inner.rikon .flow-sale .choice-col.best .ch-tag {
     color: var(--gold);
   }

   .inner.rikon .flow-sale .choice-col.ng .ch-badge {
     background: #bbb;
   }

   .inner.rikon .flow-sale .choice-col.best .ch-title {
     color: white;
   }

   .inner.rikon .flow-sale .choice-col.best .ch-desc {
     color: rgba(255, 255, 255, 0.55);
   }

   .inner.rikon .flow-sale .ch-tag {
     font-size: 11px;
     letter-spacing: 0.05em;
     color: var(--muted);
     font-weight: 700;
     margin-bottom: 10px;
   }

   .inner.rikon .flow-sale .ch-title {
     font-size: 14px;
     font-weight: 600;
     line-height: 1.4;
     margin-bottom: 10px;
     color: var(--dark);
   }

   .inner.rikon .flow-sale .ch-desc {
     font-size: 13px;
     color: var(--muted);
     margin-bottom: 16px;
     line-height: 1.7;
   }

   .inner.rikon .flow-sale .ch-badge {
     font-size: 12px;
     padding: 6px 12px;
     border-radius: 20px;
     font-weight: 500;
     letter-spacing: 0.08em;
     background: var(--gold);
     color: #fff;
     display: inline-block;
     border-radius: 4px;
   }

   .inner.rikon .flow-sale .ch-badge.conditional {
     background: var(--muted);
   }

   .inner.rikon .flow-sale .ch-badge.ng {
     background: #bbb;
   }

   .inner.rikon .flow-sale {
     /* 7ステップ */
   }

   .inner.rikon .flow-sale .step-flow-grid {
     display: -ms-grid;
     display: grid;
     -ms-grid-columns: 1fr 1px 1fr 1px 1fr 1px 1fr 1px 1fr 1px 1fr 1px 1fr;
     grid-template-columns: repeat(7, 1fr);
     gap: 1px;
     position: relative;
     margin-bottom: 70px;
   }

   .inner.rikon .flow-sale .step-flow-grid::before {
     content: "";
     position: absolute;
     top: 22px;
     left: 7.1428571429%;
     right: 7.1428571429%;
     height: 2px;
     background: -webkit-gradient(linear, left top, right top, from(var(--gold-light)), color-stop(var(--gold)), to(var(--gold-light)));
     background: linear-gradient(90deg, var(--gold-light), var(--gold), var(--gold-light));
     z-index: 0;
   }

   .inner.rikon .flow-sale .sf-item {
     display: -webkit-box;
     display: -ms-flexbox;
     display: flex;
     -webkit-box-orient: vertical;
     -webkit-box-direction: normal;
     -ms-flex-direction: column;
     flex-direction: column;
     -webkit-box-align: center;
     -ms-flex-align: center;
     align-items: center;
     position: relative;
     z-index: 1;
     padding: 0 4px;
     text-align: center;
   }

   .inner.rikon .flow-sale .sf-circle {
     width: 40px;
     height: 40px;
     border-radius: 50%;
     background: #fff;
     display: -webkit-box;
     display: -ms-flexbox;
     display: flex;
     -webkit-box-ordinal-group: 3;
     -ms-flex-order: 2px solid var(--gold);
     order: 2px solid var(--gold);
     -webkit-box-align: center;
     -ms-flex-align: center;
     align-items: center;
     -webkit-box-pack: center;
     -ms-flex-pack: center;
     justify-content: center;
     margin: 0 auto 10px;
     font-weight: 600;
     font-family: "Cormorant Garamond", serif;
     font-size: 22px;
     font-weight: 600;
     color: var(--gold);
     margin-bottom: 12px;
     -webkit-box-shadow: 0 4px 10px rgba(175, 162, 143, 0.22);
     box-shadow: 0 4px 10px rgba(175, 162, 143, 0.22);
   }

   .inner.rikon .flow-sale .sf-item.active .sf-circle {
     background: var(--gold);
     border-color: var(--dark);
     color: white;
     -webkit-box-shadow: 0 6px 20px rgba(101, 97, 93, 0.3);
     box-shadow: 0 6px 20px rgba(101, 97, 93, 0.3);
   }

   .inner.rikon .flow-sale .sf-title {
     font-size: 12px;
     font-weight: 600;
     margin-bottom: 4px;
     line-height: 1.4;
     color: var(--dark);
   }

   .inner.rikon .flow-sale .sf-sub {
     font-size: 12px;
     line-height: 1.5;
     text-align: left;
     color: var(--muted);
   }

   .inner.rikon .flow-sale .flow-sale-careful {
     background-color: #f5efe6;
     border-left: 3px solid #c4ac88;
     padding: 30px 20px;
   }

   .inner.rikon .flow-sale .flow-sale-careful-ttl {
     font-size: 18px;
     font-weight: 700;
     margin-bottom: 8px;
     line-height: 1;
     color: #c4ac88;
   }

   .inner.rikon .flow-sale .flow-sale-careful-text {
     font-size: 15px;
     font-weight: 500;
     line-height: 1.8;
     color: var(--dark);
   }

   .inner.rikon .flow-sale .flow-sale-loan {
     margin-bottom: 40px;
   }

   .inner.rikon .flow-sale .flow-sale-loan .c-ttl-h3 {
     margin-bottom: 20px;
   }

   .inner.rikon .flow-sale .market-cards {
     display: -ms-grid;
     display: grid;
     -ms-grid-columns: 1fr 16px 1fr;
     grid-template-columns: 1fr 1fr;
     gap: 16px;
     margin-bottom: 30px;
   }

   .inner.rikon .flow-sale .market-card {
     background: white;
     border: 1px solid var(--border);
     border-radius: 12px;
     padding: 22px;
   }

   .inner.rikon .flow-sale .market-card h4 {
     font-size: 17px;
     font-weight: 700;
     color: var(--dark);
     margin-bottom: 10px;
   }

   .inner.rikon .flow-sale .market-card p {
     font-size: 14px;
     color: var(--text-light);
     margin: 0;
     line-height: 1.7;
   }

   .inner.rikon .flow-sale .flow-sale-loan-text {
     font-size: 15px;
     font-weight: 400;
     letter-spacing: 0.01em;
     line-height: 1.8;
     color: var(--dark);
   }

   .inner.rikon .flow-sale .flow-sale-loan-text span {
     font-weight: 700;
   }

   .inner.rikon .flow-sale .flow-sale-loan-table-text {
     margin-top: 30px;
     margin-bottom: 15px;
     font-size: 15px;
     font-weight: 600;
     letter-spacing: 0.01em;
     line-height: 1.8;
     color: var(--dark);
   }

   .inner.rikon .flow-sale .price-tbl-img {
     margin-bottom: 65px;
   }

   .inner.rikon .flow-sale .price-tbl-note {
     font-size: 11px;
     color: rgba(255, 255, 255, 0.3);
     margin-top: 10px;
     letter-spacing: 0.04em;
   }

   .inner.rikon .flow-sale .flow-sale-difference .c-ttl-h3 {
     margin-bottom: 20px;
   }

   .inner.rikon .flow-sale .loan-grid {
     display: -ms-grid;
     display: grid;
     -ms-grid-columns: 1fr 20px 1fr;
     grid-template-columns: 1fr 1fr;
     gap: 20px;
     margin-bottom: 20px;
   }

   .inner.rikon .flow-sale .loan-card {
     border: 1px solid var(--border);
     border-radius: 12px;
     overflow: hidden;
     background: #fff;
   }

   .inner.rikon .flow-sale .loan-card-head {
     padding: 16px 20px;
     line-height: 1.5;
     font-size: 18px;
     font-weight: 600;
     letter-spacing: 0.06em;
     position: relative;
   }

   .inner.rikon .flow-sale .loan-card-head.happy-face::after {
     content: "";
     display: block;
     background-image: url(//cdn.img-asp.jp/cms/757512_12_0_0_1.jpg);
     background-repeat: no-repeat;
     background-size: contain;
     width: 56px;
     height: 56px;
     position: absolute;
     top: 0;
     bottom: 0;
     margin: auto;
     right: 20px;
   }

   .inner.rikon .flow-sale .loan-card-head.poor-face::after {
     content: "";
     display: block;
     background-image: url(//cdn.img-asp.jp/cms/757512_13_0_0_1.jpg);
     background-repeat: no-repeat;
     background-size: contain;
     width: 60px;
     height: 58px;
     position: absolute;
     top: 0;
     bottom: 0;
     margin: auto;
     right: 20px;
   }

   .inner.rikon .flow-sale .loan-card-head span {
     display: block;
     font-size: 15px;
     font-weight: 700;
     color: var(--muted);
   }

   .inner.rikon .flow-sale .loan-card-head.under span {
     color: white;
   }

   .inner.rikon .flow-sale .loan-card-head.over span {
     color: white;
   }

   .inner.rikon .flow-sale .loan-card-head.under {
     background: var(--dark);
     color: var(--gold-light);
   }

   .inner.rikon .flow-sale .loan-card-head.over {
     background: #888480;
     color: rgba(255, 255, 255, 0.85);
   }

   .inner.rikon .flow-sale .loan-card-body {
     padding: 28px 24px 24px;
   }

   .inner.rikon .flow-sale .loan-bars-wrap {
     display: -webkit-box;
     display: -ms-flexbox;
     display: flex;
     -webkit-box-pack: center;
     -ms-flex-pack: center;
     justify-content: center;
     gap: 32px;
     -webkit-box-align: end;
     -ms-flex-align: end;
     align-items: flex-end;
     height: 160px;
     position: relative;
     margin-bottom: 15px;
   }

   .inner.rikon .flow-sale .loan-bars-wrap::before {
     content: "";
     display: block;
     background-image: url(//cdn.img-asp.jp/cms/757512_14_0_0_1.jpg);
     background-repeat: no-repeat;
     background-size: contain;
     width: 100%;
     height: 4px;
     margin: auto;
     position: absolute;
     left: 0;
     top: 30px;
   }

   .inner.rikon .flow-sale .loan-bar-item {
     display: -webkit-box;
     display: -ms-flexbox;
     display: flex;
     -webkit-box-orient: vertical;
     -webkit-box-direction: normal;
     -ms-flex-direction: column;
     flex-direction: column;
     -webkit-box-align: center;
     -ms-flex-align: center;
     align-items: center;
     gap: 8px;
     -webkit-box-flex: 1;
     -ms-flex: 1;
     flex: 1;
   }

   .inner.rikon .flow-sale .loan-bar {
     width: 100%;
     border-radius: 8px 8px 0 0;
     display: -webkit-box;
     display: -ms-flexbox;
     display: flex;
     -webkit-box-align: center;
     -ms-flex-align: center;
     align-items: center;
     -webkit-box-pack: center;
     -ms-flex-pack: center;
     justify-content: center;
     font-size: 13px;
     font-weight: 700;
     -webkit-writing-mode: horizontal-tb;
     -ms-writing-mode: lr-tb;
     writing-mode: horizontal-tb;
     color: white;
     letter-spacing: 0.04em;
     position: relative;
     height: 0;
     -webkit-transition: height 1.2s cubic-bezier(0.4, 0, 0.2, 1);
     transition: height 1.2s cubic-bezier(0.4, 0, 0.2, 1);
   }

   .inner.rikon .flow-sale .loan-bar.sell {
     background: var(--dark);
     color: #fff;
   }

   .inner.rikon .flow-sale .loan-bar.sell.under {
     background: var(--dark);
   }

   .inner.rikon .flow-sale .loan-bar.sell.over {
     background: #888480;
   }

   .inner.rikon .flow-sale .loan-bar.debt {
     background: var(--gold-pale);
     border: 2px solid var(--gold-light);
     color: var(--gold);
     font-weight: 700;
   }

   .inner.rikon .flow-sale .loan-bar-label {
     -webkit-writing-mode: vertical-rl;
     -ms-writing-mode: tb-rl;
     writing-mode: vertical-rl;
     text-orientation: mixed;
     letter-spacing: 0.1em;
     font-size: 11px;
     color: var(--muted);
     font-weight: 500;
     color: #fff;
   }

   .inner.rikon .flow-sale .loan-bar-label.debt {
     color: var(--gold);
   }

   .inner.rikon .flow-sale .loan-bar-yen {
     display: block;
     margin-top: 8px;
     font-size: 11px;
     font-weight: 700;
     color: var(--dark);
   }

   .inner.rikon .flow-sale .loan-bar-yen.debt {
     color: var(--gold);
   }

   .inner.rikon .flow-sale .loan-diff {
     display: -webkit-box;
     display: -ms-flexbox;
     display: flex;
     -webkit-box-orient: vertical;
     -webkit-box-direction: normal;
     -ms-flex-direction: column;
     flex-direction: column;
     -webkit-box-align: center;
     -ms-flex-align: center;
     align-items: center;
     gap: 6px;
     padding-top: 0;
     padding-bottom: 20px;
   }

   .inner.rikon .flow-sale .loan-diff span {
     font-size: 19px;
     font-weight: 700;
     color: #3a8a5c;
   }

   .inner.rikon .flow-sale .loan-diff-text {
     font-size: 11px;
     color: var(--muted);
     text-align: center;
     line-height: 1.5;
   }

   .inner.rikon .flow-sale .loan-diff-arrow {
     display: -webkit-box;
     display: -ms-flexbox;
     display: flex;
     -webkit-box-align: center;
     -ms-flex-align: center;
     align-items: center;
     gap: 0;
     font-size: 11px;
     font-weight: 700;
   }

   .inner.rikon .flow-sale .loan-diff-line {
     width: 1px;
     background: currentColor;
   }

   .inner.rikon .flow-sale .loan-diff-badge {
     padding: 3px 10px;
     border-radius: 99px;
     font-size: 11px;
     font-weight: 700;
     letter-spacing: 0.04em;
     white-space: nowrap;
   }

   .inner.rikon .flow-sale .loan-diff-badge.plus {
     background: #e8f4ef;
     color: #3a8a5c;
     border: 1px solid #b6d9c8;
   }

   .inner.rikon .flow-sale .loan-diff-badge.minus {
     background: #faeaea;
     color: #c0392b;
     border: 1px solid #e8b4b4;
   }

   .inner.rikon .flow-sale .loan-result {
     padding: 12px 16px;
     border-radius: 10px;
     font-size: 13px;
     font-weight: 700;
     line-height: 1.6;
   }

   .inner.rikon .flow-sale .loan-result.good {
     background: #e8f4ef;
     color: #2a6b45;
   }

   .inner.rikon .flow-sale .loan-result.bad {
     background: #faeaea;
     color: #a02020;
   }

   .inner.rikon .flow-sale .loan-result small {
     font-size: 11px;
     font-weight: 400;
     display: block;
     margin-top: 3px;
     opacity: 0.8;
   }

   .inner.rikon .flow-sale .flow-sale-difference-bottom {
     background-color: #fff;
     border: 1px solid #c4ac88;
     border-radius: 11px;
     padding: 30px 30px;
   }

   .inner.rikon .flow-sale .flow-sale-difference-bottom-text {
     font-size: 15px;
     font-weight: 500;
     line-height: 1.8;
     letter-spacing: 0.01em;
     margin-bottom: 10px;
   }

   .inner.rikon .flow-sale .flow-sale-difference-bottom-text span {
     font-size: 17px;
   }

   .inner.rikon .flow-sale .flow-sale-difference-bottom-small {
     font-size: 13px;
     font-weight: 500;
     line-height: 1;
     letter-spacing: 0.01em;
   }

   @media screen and (max-width: 767px) {
     .inner.rikon .flow-sale {
       margin-bottom: 80px;
     }

     .inner.rikon .flow-sale .c-main-ttl {
       margin-bottom: 20px;
     }

     .inner.rikon .flow-sale .flow-sale-greeting {
       font-size: 18px;
       margin-bottom: 25px;
     }

     .inner.rikon .flow-sale .flow-sale-flex {
       display: block;
     }

     .inner.rikon .flow-sale .flow-sale-right-text {
       border-radius: 20px;
       padding: 20px 15px;
       font-size: 14px;
     }

     .inner.rikon .flow-sale .flow-sale-text {
       font-size: 14px;
       margin-bottom: 30px;
     }

     .inner.rikon .flow-sale .flow-sale-ttl-h2 {
       font-size: 15px;
     }

     .inner.rikon .flow-sale .md-chart-wrap {
       border-radius: 15px;
       padding: 30px 15px;
     }

     .inner.rikon .flow-sale .md-legend {
       display: block;
       margin-bottom: 25px;
     }

     .inner.rikon .flow-sale .md-legend-item {
       font-size: 13px;
       margin-bottom: 10px;
     }

     .inner.rikon .flow-sale .md-col-head {
       font-size: 13px;
     }

     .inner.rikon .flow-sale .flow-sale-key {
       margin-bottom: 55px;
     }

     .inner.rikon .flow-sale .flow-sale-key-ttl-sub {
       font-size: 14px;
       padding-bottom: 20px;
       margin-top: 5px;
     }

     .inner.rikon .flow-sale .flow-sale-key-text {
       font-size: 14px;
     }

     .inner.rikon .flow-sale .choices-infograph {
       display: block;
       margin-bottom: 40px;
     }

     .inner.rikon .flow-sale .choice-col {
       padding: 25px 15px;
     }

     .inner.rikon .flow-sale .step-flow-grid {
       display: -webkit-box;
       display: -ms-flexbox;
       display: flex;
       -ms-flex-wrap: wrap;
       flex-wrap: wrap;
     }

     .inner.rikon .flow-sale .step-flow-grid::before {
       display: none;
     }

     .inner.rikon .flow-sale .sf-item {
       -webkit-box-flex: 0;
       -ms-flex: 0 0 33%;
       flex: 0 0 33%;
       margin-bottom: 10px;
     }

     .inner.rikon .flow-sale .sf-circle {
       width: 45px;
       height: 45px;
     }

     .inner.rikon .flow-sale .sf-title {
       font-size: 13px;
     }

     .inner.rikon .flow-sale .sf-sub {
       font-size: 12px;
       line-height: 1.5;
       letter-spacing: -0.04em;
     }

     .inner.rikon .flow-sale .flow-sale-careful {
       padding: 30px 15px;
     }

     .inner.rikon .flow-sale .flow-sale-careful-ttl {
       font-size: 17px;
     }

     .inner.rikon .flow-sale .flow-sale-careful-text {
       font-size: 14px;
     }

     .inner.rikon .flow-sale .market-cards {
       gap: 10px;
     }

     .inner.rikon .flow-sale .market-card {
       background: white;
       border: 1px solid var(--border);
       border-radius: 12px;
       padding: 22px;
     }

     .inner.rikon .flow-sale .market-card h4 {
       font-size: 16px;
       line-height: 1.4;
     }

     .inner.rikon .flow-sale .market-card p {
       font-size: 13px;
     }

     .inner.rikon .flow-sale .flow-sale-loan-text {
       font-size: 14px;
     }

     .inner.rikon .flow-sale .loan-grid {
       display: block;
     }

     .inner.rikon .flow-sale .loan-card {
       margin-bottom: 10px;
     }

     .inner.rikon .flow-sale .loan-card-head {
       padding: 16px 15px;
     }

     .inner.rikon .flow-sale .flow-sale-difference-bottom {
       padding: 30px 15px;
     }

     .inner.rikon .flow-sale .flow-sale-difference-bottom-text {
       font-size: 14px;
     }

     .inner.rikon .flow-sale .flow-sale-difference-bottom-small {
       font-size: 12px;
       line-height: 1.4;
     }
   }

   .inner.rikon .cta-assessment {
     text-align: center;
     margin-bottom: 90px;
   }

   .inner.rikon .cta-assessment .cta-assessment-sub {
     font-size: 18px;
     font-weight: 700;
     line-height: 1.7222222222;
     letter-spacing: 0.01em;
     margin-bottom: 5px;
   }

   .inner.rikon .cta-assessment .cta-assessment-ttl {
     font-size: 14px;
     font-weight: 700;
     line-height: 1.8571428571;
     letter-spacing: 0.01em;
     margin-bottom: 40px;
     color: #3a3835;
     display: inline-block;
     padding: 0 40px !important;
     position: relative;
   }

   .inner.rikon .cta-assessment .cta-assessment-ttl::before {
     content: "";
     position: absolute;
     top: 50%;
     width: 40px;
     height: 2px;
     background-color: #3a3835;
     left: 0;
     -webkit-transform: translateY(-50%) rotate(65deg);
     transform: translateY(-50%) rotate(65deg);
   }

   .inner.rikon .cta-assessment .cta-assessment-ttl::after {
     content: "";
     position: absolute;
     top: 50%;
     width: 40px;
     height: 2px;
     background-color: #3a3835;
     right: 0;
     -webkit-transform: translateY(-50%) rotate(-65deg);
     transform: translateY(-50%) rotate(-65deg);
   }

   .inner.rikon .cta-assessment .cta-assessment-img {
     display: block;
     width: 100%;
     max-width: 600px;
     margin: 0 auto;
   }

   @media screen and (max-width: 767px) {
     .inner.rikon .cta-assessment {
       margin-bottom: 80px;
     }

     .inner.rikon .cta-assessment .cta-assessment-sub {
       font-size: 18px;
       margin-bottom: 15px;
     }
   }

   .inner.rikon .laws-procedures .c-main-ttl {
     margin-bottom: 25px;
   }

   .inner.rikon .laws-procedures .laws-procedures-point {
     font-size: 15px;
     font-weight: 700;
     line-height: 2;
     letter-spacing: 0.01em;
     margin-bottom: 20px;
   }

   .inner.rikon .laws-procedures .legal-grid {
     display: -ms-grid;
     display: grid;
     -ms-grid-columns: 1fr 30px 1fr;
     grid-template-columns: 1fr 1fr;
     gap: 30px;
     -webkit-box-align: end;
     -ms-flex-align: end;
     align-items: flex-end;
     margin-bottom: 60px;
   }

   .inner.rikon .laws-procedures .legal-table-visual {
     display: -webkit-box;
     display: -ms-flexbox;
     display: flex;
     -webkit-box-orient: vertical;
     -webkit-box-direction: normal;
     -ms-flex-direction: column;
     flex-direction: column;
     gap: 12px;
   }

   .inner.rikon .laws-procedures .legal-intro {
     font-size: 14px;
     color: var(--dark);
     margin-bottom: 24px;
     line-height: 1.9;
   }

   .inner.rikon .laws-procedures .checklist-styled {
     list-style: none;
     display: -webkit-box;
     display: -ms-flexbox;
     display: flex;
     -webkit-box-orient: vertical;
     -webkit-box-direction: normal;
     -ms-flex-direction: column;
     flex-direction: column;
     gap: 12px;
     padding: 0;
   }

   .inner.rikon .laws-procedures .checklist-styled li {
     display: -webkit-box;
     display: -ms-flexbox;
     display: flex;
     -webkit-box-align: start;
     -ms-flex-align: start;
     align-items: flex-start;
     gap: 10px;
     margin-bottom: 14px;
     font-size: 15px;
     color: #55524f;
     line-height: 1.8;
     font-weight: 500;
   }

   .inner.rikon .laws-procedures .check-bullet {
     width: 20px;
     height: 20px;
     border-radius: 50%;
     background: var(--gold-pale);
     border: 1px solid var(--gold-light);
     display: -webkit-box;
     display: -ms-flexbox;
     display: flex;
     -webkit-box-align: center;
     -ms-flex-align: center;
     align-items: center;
     -webkit-box-pack: center;
     -ms-flex-pack: center;
     justify-content: center;
     -ms-flex-negative: 0;
     flex-shrink: 0;
     margin-top: 2px;
     font-size: 12px;
     color: var(--gold);
     font-weight: 700;
   }

   .inner.rikon .laws-procedures .legal-table-visual {
     display: -webkit-box;
     display: -ms-flexbox;
     display: flex;
     -webkit-box-orient: vertical;
     -webkit-box-direction: normal;
     -ms-flex-direction: column;
     flex-direction: column;
     gap: 14px;
   }

   .inner.rikon .laws-procedures .ltv-row {
     display: -ms-grid;
     display: grid;
     -ms-grid-columns: 120px 1fr 60px;
     grid-template-columns: 120px 1fr 60px;
     -webkit-box-align: center;
     -ms-flex-align: center;
     align-items: center;
     padding: 10px 10px;
     border: 1px solid var(--border);
     border-radius: 10px;
     background: #fff;
     overflow: hidden;
   }

   .inner.rikon .laws-procedures .ltv-name {
     padding: 16px 16px;
     font-weight: 600;
     font-size: 14px;
     color: var(--dark);
   }

   .inner.rikon .laws-procedures .ltv-note {
     padding: 16px 16px;
     font-size: 11px;
     color: var(--muted);
     border-left: 1px solid var(--border);
     line-height: 1.5;
   }

   .inner.rikon .laws-procedures .ltv-badge {
     font-size: 12px;
     text-align: center;
     padding: 10px 10px;
     border-radius: 20px;
     color: #fff;
     font-weight: 700;
     letter-spacing: 0.06em;
   }

   .inner.rikon .laws-procedures .ltv-badge.critical {
     background: var(--dark);
     color: white;
   }

   .inner.rikon .laws-procedures .ltv-badge.high {
     background: var(--gold);
     color: white;
   }

   .inner.rikon .laws-procedures {
     /* 下の注意ボックス */
   }

   .inner.rikon .laws-procedures .legal-note {
     background: var(--gold-pale);
     border-radius: 12px;
     padding: 20px 22px;
     border: 1px solid var(--gold-light);
     margin-top: 4px;
   }

   .inner.rikon .laws-procedures .legal-note p {
     font-size: 13px;
     color: #66625f;
     line-height: 1.8;
     margin: 0;
   }

   @media (max-width: 768px) {
     .inner.rikon .laws-procedures .legal-grid {
       -ms-grid-columns: 1fr;
       grid-template-columns: 1fr;
       gap: 40px;
     }

     .inner.rikon .laws-procedures .ltv-row {
       -ms-grid-columns: 1fr;
       grid-template-columns: 1fr;
       gap: 6px;
       text-align: left;
     }
   }

   .inner.rikon .cta-how-much {
     margin-bottom: 70px;
     text-align: center;
   }

   .inner.rikon .cta-how-much .cta-how-much-ttl {
     font-size: 20px;
     font-weight: 700;
     line-height: 1.45;
     letter-spacing: 0.01em;
     margin-bottom: 40px;
     color: #3a3835;
     display: inline-block;
     padding: 0 40px !important;
     position: relative;
   }

   .inner.rikon .cta-how-much .cta-how-much-ttl::before {
     content: "";
     position: absolute;
     top: 50%;
     width: 40px;
     height: 2px;
     background-color: #3a3835;
     left: 0;
     -webkit-transform: translateY(-50%) rotate(65deg);
     transform: translateY(-50%) rotate(65deg);
   }

   .inner.rikon .cta-how-much .cta-how-much-ttl::after {
     content: "";
     position: absolute;
     top: 50%;
     width: 40px;
     height: 2px;
     background-color: #3a3835;
     right: 0;
     -webkit-transform: translateY(-50%) rotate(-65deg);
     transform: translateY(-50%) rotate(-65deg);
   }

   .inner.rikon .cta-how-much .cta-how-much-img {
     width: 100%;
     max-width: 600px;
     margin: 0 auto;
     display: block;
   }

   .inner.rikon .points-note {
     margin-bottom: 80px;
   }

   .inner.rikon .points-note .c-main-ttl {
     margin-bottom: 20px;
   }

   .inner.rikon .points-note .points-note-text {
     font-size: 15px;
     font-weight: 400;
     line-height: 2;
     letter-spacing: 0.01em;
     margin-bottom: 40px;
   }

   .inner.rikon .points-note .points-note-img {
     width: 100%;
     max-width: 800px;
     margin: 0 auto 50px auto;
   }

   .inner.rikon .points-note .data-table {
     width: 100%;
     border-collapse: collapse;
     margin: 24px 0 30px 0;
     font-size: 14px;
     border-radius: 10px;
     overflow: hidden;
     -webkit-box-shadow: 0 2px 12px rgba(101, 97, 93, 0.08);
     box-shadow: 0 2px 12px rgba(101, 97, 93, 0.08);
   }

   .inner.rikon .points-note .data-table thead {
     background: var(--dark);
     color: white;
   }

   .inner.rikon .points-note .data-table th {
     padding: 14px 18px;
     text-align: left;
     font-weight: 500;
     letter-spacing: 0.05em;
     font-size: 12px;
     color: #fff;
   }

   .inner.rikon .points-note .data-table td {
     padding: 14px 18px;
     border-bottom: 1px solid var(--border);
     vertical-align: top;
     color: #3a3835;
   }

   .inner.rikon .points-note .data-table tr:last-child td {
     border-bottom: none;
   }

   .inner.rikon .points-note .data-table tr:nth-child(even) td {
     background: #f5f2ef;
   }

   .inner.rikon .points-note .data-table .importance-high {
     display: inline-block;
     background: var(--dark);
     color: white;
     font-size: 10px;
     padding: 2px 8px;
     border-radius: 4px;
     font-weight: 700;
   }

   .inner.rikon .points-note .data-table .importance-mid {
     display: inline-block;
     background: var(--gold-light);
     color: var(--dark);
     font-size: 10px;
     padding: 2px 8px;
     border-radius: 4px;
     font-weight: 700;
   }

   .inner.rikon .points-note .points-note-bottom-text {
     font-size: 15px;
     font-weight: 400;
     line-height: 1.8;
     letter-spacing: 0.01em;
     margin-bottom: 30px;
   }

   .inner.rikon .points-note .points-note-bottom-text.last-bottom-text {
     margin-bottom: 0;
   }

   @media screen and (max-width: 767px) {
     .inner.rikon .points-note {
       margin-bottom: 80px;
     }

     .inner.rikon .points-note .c-main-ttl {
       margin-bottom: 20px;
     }

     .inner.rikon .points-note .points-note-text {
       font-size: 14px;
     }

     .inner.rikon .points-note .points-note-img {
       margin: 0 auto 40px auto;
     }

     .inner.rikon .points-note .data-table {
       margin: 0 0 40px 0;
     }

     .inner.rikon .points-note .data-table th {
       padding: 14px 15px;
     }

     .inner.rikon .points-note .data-table td {
       padding: 14px 15px;
       line-height: 1.4;
     }

     .inner.rikon .points-note .data-table .importance-high {
       font-size: 11px;
       line-height: 1.3;
       padding: 4px 8px;
     }

     .inner.rikon .points-note .data-table .importance-mid {
       font-size: 11px;
       padding: 4px 8px;
     }

     .inner.rikon .points-note .points-note-bottom-text {
       font-size: 14px;
       margin-bottom: 25px;
     }
   }

   .inner.rikon .summary .c-main-ttl {
     margin-bottom: 20px;
   }

   .inner.rikon .summary .summary-grid {
     display: -ms-grid;
     display: grid;
     -ms-grid-columns: 1fr 24px 1fr;
     grid-template-columns: 1fr 1fr;
     gap: 24px;
     margin-bottom: 50px;
   }

   .inner.rikon .summary .summary-card {
     background: white;
     border: 1px solid var(--border);
     border-radius: 16px;
     padding: 28px;
     position: relative;
     overflow: hidden;
   }

   .inner.rikon .summary .summary-card::after {
     content: "";
     position: absolute;
     bottom: -20px;
     right: -20px;
     width: 80px;
     height: 80px;
     border-radius: 50%;
     background: #e8e4df;
   }

   .inner.rikon .summary .sc-num {
     font-family: "Cormorant Garamond", serif;
     font-size: 30px;
     font-weight: 600;
     color: var(--gold-light);
     line-height: 1;
     margin-bottom: 10px;
   }

   .inner.rikon .summary .sc-title {
     font-size: 16px;
     font-weight: 700;
     color: var(--dark);
     margin-bottom: 6px;
   }

   .inner.rikon .summary .sc-desc {
     font-size: 14px;
     color: var(--dark);
     line-height: 1.75;
   }

   .inner.rikon .summary .summary-text {
     font-size: 14px;
     color: var(--dark);
     line-height: 1.8;
     text-align: center;
     font-weight: 700;
     margin-bottom: 40px;
   }

   .inner.rikon .summary .summary-table-img {
     width: 100%;
     max-width: 540px;
     margin: 0 auto 50px;
   }

   .inner.rikon .summary .summary-bottom-img {
     width: 100%;
     margin-bottom: 50px;
   }

   .inner.rikon .summary .summary-bottom-text {
     margin-bottom: 60px;
     font-size: 15px;
     color: var(--dark);
     line-height: 1.9285714286;
     font-weight: 500;
   }

   @media screen and (max-width: 767px) {
     .inner.rikon .summary .summary-grid {
       gap: 10px;
       margin-bottom: 50px;
     }

     .inner.rikon .summary .summary-card {
       padding: 25px 15px;
     }

     .inner.rikon .summary .summary-card::after {
       bottom: -5px;
       right: -5px;
       width: 40px;
       height: 40px;
       background: #ece8e3;
     }

     .inner.rikon .summary .sc-title {
       font-size: 17px;
       line-height: 1.5;
       margin-bottom: 10px;
     }

     .inner.rikon .summary .sc-desc {
       font-size: 14px;
     }

     .inner.rikon .summary .summary-text {
       font-size: 16px;
       line-height: 2.0666666667;
     }
   }

   .inner.rikon .article-bottom-links .cta-assessment-img {
     display: block;
     width: 100%;
     max-width: 622px;
     margin: 0 auto 50px auto;
   }

   .inner.rikon .article-bottom-links .cta-assessment-img.last-link {
     margin-bottom: 60px;
   }

   .inner.rikon .article-bottom-links .article-bottom-contact-btn {
     display: -webkit-box;
     display: -ms-flexbox;
     display: flex;
     -webkit-box-pack: center;
     -ms-flex-pack: center;
     justify-content: center;
     -webkit-box-align: center;
     -ms-flex-align: center;
     align-items: center;
     font-size: 17px;
     line-height: 1;
     color: #3a3835;
     border: 3px solid #3a3835;
     border-radius: 30px;
     width: 100%;
     max-width: 400px;
     height: 60px;
     margin: 0 auto 20px auto;
     -webkit-transition: all 0.3s;
     transition: all 0.3s;
   }

   .inner.rikon .article-bottom-links .article-bottom-contact-btn:hover {
     -webkit-transition: all 0.3s;
     transition: all 0.3s;
     background-color: #3a3835;
     color: #fff;
   }

   .inner.rikon .article-top-links .cta-assessment-img {
     display: block;
     width: 100%;
     max-width: 500px;
     margin-bottom: 20px;
   }

   .inner.rikon .article-top-links .cta-assessment-img.last-link {
     margin-bottom: 60px;
   }


   /* ===== HERO ===== */
   .inner.rikon .hero {
     position: relative;
     padding: 70px 24px 70px;
     margin-bottom: 80px;
     max-width: 900px;
     background-color: #211f1d;
   }

   .inner.rikon .hero-badge-wr {
     text-align: center;
   }

   .inner.rikon .hero-badge {
     display: inline-block;
     border: 1px solid #C9A84C;
     color: #C9A84C;
     font-size: 12px;
     letter-spacing: 3px;
     text-align: center;
     padding: 6px 20px;
     margin-bottom: 32px;
   }

   .inner.rikon .hero-title {
     font-family: 'Noto Serif JP', serif;
     font-size: 50px;
     font-weight: 900;
     line-height: 1.2;
     margin-bottom: 30px;
     text-align: center;
     color: #C9A84C;
   }

   .inner.rikon .hero-subtitle {
     font-size: 18px;
     font-weight: 500;
     color: #F5F0E8;
     margin-bottom: 80px;
     text-align: center;
     line-height: 1.5;
   }

   .inner.rikon .section-title {
     font-family: 'Noto Serif JP', serif;
     font-size: 40px;
     font-weight: 900;
     line-height: 1.3;
     margin-bottom: 30px;
     color: #F5F0E8;
   }

   .inner.rikon .section-title span {
     color: #C9A84C;
   }

   .inner.rikon .strategy-lead {
     text-align: left;
     font-size: 20px;
     font-weight: 400;
     line-height: 1.5;
     color: #F5F0E8;
     margin-bottom: 64px;
     border-left: 3px solid #C9A84C;
     padding-left: 28px;
   }

   .inner.rikon .strategy-lead strong {
     color: #C9A84C;
   }

   .inner.rikon .targeting-box {
     border: 1px solid #8B6914;
     padding: 40px;
     position: relative;
     margin-bottom: 60px;
   }

   .inner.rikon .targeting-box::before {
     content: 'TARGETING';
     position: absolute;
     top: -10px;
     left: 32px;
     background: #C9A84C;
     color: #111111;
     font-family: 'Oswald', sans-serif;
     font-size: 11px;
     letter-spacing: 3px;
     padding: 3px 14px;
   }

   .inner.rikon .targeting-text {
     font-size: 16px;
     line-height: 2;
     color: #F5F0E8;
   }

   .inner.rikon .targeting-text strong {
     color: #F5F0E8;
     font-weight: 500;
   }

   .inner.rikon .targeting-text .highlight {
     display: inline-block;
     background: rgba(201, 168, 76, 0.15);
     border-bottom: 1px solid var(--gold);
     padding: 0 4px;
   }

   .inner.rikon .stats-row {
     display: grid;
     grid-template-columns: repeat(auto-fit, minmax(160px, 1fr));
     gap: 15px;
     margin-bottom: 80px;
   }

   .inner.rikon .stat-item {
     text-align: center;
     padding: 32px 16px;
     border: 1px solid rgba(201, 168, 76, 0.2);
     position: relative;
   }

   .inner.rikon .stat-num {
     font-family: 'Oswald', sans-serif;
     font-size: 30px;
     font-weight: 700;
     color: var(--gold);
   }

   .inner.rikon .stat-unit {
     font-size: 14px;
     color: var(--gold);
   }

   .inner.rikon .stat-label {
     font-size: 12px;
     color: #888;
     margin-top: 8px;
     letter-spacing: 1px;
   }



   .inner.rikon .rank-table {
     width: 100%;
     border-collapse: collapse;
     margin-bottom: 80px;
   }




   .inner.rikon .rank-table th {
     background: #8B6914;
     color: #fff;
     font-family: 'Oswald', sans-serif;
     font-size: 13px;
     letter-spacing: 2px;
     padding: 14px 24px;
     text-align: left;
   }



   .inner.rikon .rank-table td {
     padding: 16px 24px;
     border-bottom: 1px solid rgba(201, 168, 76, 0.1);
     color: var(--text);
   }



   .inner.rikon .rank-table tr:first-child td {
     border-top: none;
   }


   .inner.rikon .rank-num {
     font-family: 'Oswald', sans-serif;
     font-size: 22px;
     font-weight: 700;
     color: #C9A84C;
   }


   .inner.rikon .rank-area {
     font-family: 'Noto Serif JP', serif;
     font-weight: 600;
     font-size: 15px;
     color: var(--white);
   }



   .inner.rikon .rank-count {
     font-family: 'Oswald', sans-serif;
     font-size: 20px;
     color: var(--gold-light);
   }


   .inner.rikon .case-list {
     display: flex;
     flex-direction: column;
     gap: 0;
   }


   .inner.rikon .case-item {
     display: grid;
     grid-template-columns: 60px 1fr;
     gap: 0;
     align-items: stretch;
     border-bottom: 1px solid rgba(201, 168, 76, 0.1);
     padding: 20px 0;
   }


   .inner.rikon .case-item.visible {
     opacity: 1;
     transform: translateX(0);
   }


   .inner.rikon .case-num {
     font-family: 'Oswald', sans-serif;
     font-size: 30px;
     font-weight: 700;
     color: #C9A84C;
     line-height: 1;
     padding-top: 4px;
   }



   .inner.rikon .case-content {
     padding-left: 24px;
     border-left: 1px solid rgba(201, 168, 76, 0.2);
   }


   .inner.rikon .case-tag {
     display: inline-block;
     background: rgba(201, 168, 76, 0.15);
     color: #C9A84C;
     font-size: 11px;
     letter-spacing: 2px;
     padding: 3px 10px;
     margin-bottom: 12px;
   }

   .inner.rikon .case-title {
     font-size: 18px;
     font-weight: 500;
     line-height: 1.6;
     color: var(--white);
     letter-spacing: 0.05em;
   }



   .inner.rikon .case-title .key-point {
     color: #C9A84C;
   }

   @media screen and (max-width: 767px) {
     .inner.rikon .hero {
       padding: 70px 15px 70px;
       margin-bottom: 40px;
     }

     .inner.rikon .hero-title {
       font-size: 40px;
     }

     .inner.rikon .hero-subtitle {
       font-size: 16px;
     }

     .inner.rikon .section-title {
       font-size: 24px;
     }

     .inner.rikon .strategy-lead {
       font-size: 16px;
       margin-bottom: 60px;
       padding-left: 15px;
     }
     
     .inner.rikon .targeting-box {
       padding: 30px 20px;
     }

     .inner.rikon .targeting-text {
       font-size: 14px;
     }

     .inner.rikon .case-item {
       display: block;
       padding: 30px 0;
     }

     .inner.rikon .case-num {
       margin-bottom: 20px;
     }

     .inner.rikon .case-title {
       font-size: 14px;
     }

   }
</style>

 <div class="inner rikon">
      <!-- 目次 -->
      <div class="toc">
        <div class="toc-title">目次</div>
        <ol>
          <li><a href="#flow" target="_blank">離婚時で共有名義の不動産を売却する基本的な流れ</a></li>
          <li><a href="#legal" target="_blank">マンション・戸建て売却前に知っておくべき法律と手続き</a></li>
          <li><a href="#points-note" target="_blank">離婚後のマンション・戸建て売却で注意すべき点</a></li>
          <li><a href="#summary" target="_blank">まとめ</a></li>
        </ol>
      </div>
      <!-- 記事 ここから-->
      <div class="article-main">
        <!-- 離婚時で共有名義の不動産を売却する基本的な流れ -->
        <div id="flow" class="anchor"></div>
        <section class="flow-sale">
          <h2 class="c-main-ttl">離婚時で共有名義の不動産を<br class="spv">売却する基本的な流れ</h2><div style="text-align: center;"><span style="color: rgb(0, 153, 0);">GLC不動産は築浅物件の販売を専門としております。　</span></div><div style="text-align: center;"><span style="color: rgb(0, 153, 0);">その為、売却の理由は　</span></div><div style="text-align: center;"><span style="color: rgb(0, 153, 0);">『離婚』　『転勤』　『高額チャレンジ売却』</span></div><div style="text-align: center;"><span style="color: rgb(0, 153, 0);">の案件を</span><span style="color: rgb(0, 153, 0);">最も得意としてます。</span></div><div><br></div><div><div style="text-align:leftoriginal;word-break: break-all;"><p class="clearfix"><img src="//cdn.img-asp.jp/cms/605009_24_0_0_1.jpg" style="float: left;" alt=""></p></div><br></div><div><br></div>
          <p class="flow-sale-greeting">北海道は全国でもトップクラスの離婚</p>
          <p class="di-title">全国 離婚率ランキング（人口千人あたり）</p>
          <div class="flow-sale-flex">
            <div class="flow-sale-left">
              <div class="divorce-infographic reveal d2">
                <div class="di-bars">
                  <div class="di-bar-item">
                    <span class="di-label">沖縄県</span>
                    <div class="di-bar-wrap">
                      <div class="di-bar rank1"></div>
                    </div>
                    <span class="di-val">2.47</span>
                  </div>
                  <div class="di-bar-item">
                    <span class="di-label">宮崎県</span>
                    <div class="di-bar-wrap">
                      <div class="di-bar rank2"></div>
                    </div>
                    <span class="di-val">2.20</span>
                  </div>
                  <div class="di-bar-item">
                    <span class="di-label">北海道</span>
                    <div class="di-bar-wrap">
                      <div class="di-bar rank3"></div>
                    </div>
                    <span class="di-val">2.09</span>
                  </div>
                  <div class="di-bar-item avg">
                    <span class="di-label">全国平均</span>
                    <div class="di-bar-wrap">
                      <div class="di-bar rank4"></div>
                    </div>
                    <span class="di-val">1.87</span>
                  </div>
                </div>
              </div>
            </div>
            <div class="flow-sale-right">
              <p class="flow-sale-right-text">
                実は、北海道は全国の中でも離婚率が高く、
                1位：沖縄県 2位：宮崎県 3位：北海道
                という順位で、北海道の離婚率は約40％超
                （＝約2.5組に1組）に達しています。
              </p>
            </div>
          </div>
          <p class="flow-sale-text">
            このような背景から、離婚時の不動産の扱い（売却・分与・住み替えなど）も、<br class="pcv">
            現実的なテーマとして無視できないものとなっています。<br>
            <br>
            続きでは、離婚と不動産売却・住宅ローンの関係についてわかりやすく解説していきます。
          </p>
          <h3 class="flow-sale-ttl-h2">日本全国の婚姻率と離婚率</h3>
          <div class="md-section">
            <div class="container">
              <div class="md-chart-wrap reveal d2">
                <div class="md-legend">
                  <p class="md-legend-item"><span class="md-legend-dot marriage"></span>婚姻率（人口千人あたり）</p>
                  <p class="md-legend-item"><span class="md-legend-dot divorce"></span>離婚率（人口千人あたり）</p>
                  <p style="margin-left:auto;font-size:11px;color: var(--dark);">出典：厚生労働省 人口動態統計</p>
                </div>
                <!-- column headers -->
                <div style="display:grid;grid-template-columns:88px 1fr 1fr;gap:0;padding:0 0 4px;">
                  <div></div>
                  <p class="md-col-head" style="padding-left:6px;">婚姻率</p>
                  <p class="md-col-head" style="padding-left:6px;">離婚率</p>
                </div>

                <div class="md-rows" id="mdRows">

                  <div class="md-row">
                    <p class="md-prefecture">沖縄県</p>
                    <div class="md-bars-cell">
                      <div class="md-bar-row">
                        <div class="md-bar-bg">
                          <div class="md-bar-fill m" data-w="100"></div>
                        </div>
                        <span class="md-bar-val">0.22%</span>
                      </div>
                    </div>
                    <div class="md-bars-cell">
                      <div class="md-bar-row">
                        <div class="md-bar-bg">
                          <div class="md-bar-fill d" data-w="100"></div>
                        </div>
                        <span class="md-bar-val">0.22%</span>
                      </div>
                    </div>
                  </div>

                  <div class="md-row">
                    <p class="md-prefecture">宮崎県</p>
                    <div class="md-bars-cell">
                      <div class="md-bar-row">
                        <div class="md-bar-bg">
                          <div class="md-bar-fill m" data-w="77"></div>
                        </div>
                        <span class="md-bar-val">0.17%</span>
                      </div>
                    </div>
                    <div class="md-bars-cell">
                      <div class="md-bar-row">
                        <div class="md-bar-bg">
                          <div class="md-bar-fill d" data-w="77"></div>
                        </div>
                        <span class="md-bar-val">0.17%</span>
                      </div>
                    </div>
                  </div>

                  <div class="md-row hokkaido">
                    <p class="md-prefecture highlight">北海道<span class="hokkaido-badge">当該</span></p>
                    <div class="md-bars-cell">
                      <div class="md-bar-row">
                        <div class="md-bar-bg">
                          <div class="md-bar-fill m" data-w="72"></div>
                        </div>
                        <span class="md-bar-val">0.16%</span>
                      </div>
                    </div>
                    <div class="md-bars-cell">
                      <div class="md-bar-row">
                        <div class="md-bar-bg">
                          <div class="md-bar-fill d" data-w="77"></div>
                        </div>
                        <span class="md-bar-val" style="font-weight:700;color:var(--dark);">0.17%</span>
                      </div>
                    </div>
                  </div>

                  <div class="md-row">
                    <p class="md-prefecture">福岡県</p>
                    <div class="md-bars-cell">
                      <div class="md-bar-row">
                        <div class="md-bar-bg">
                          <div class="md-bar-fill m" data-w="86"></div>
                        </div>
                        <span class="md-bar-val">0.19%</span>
                      </div>
                    </div>
                    <div class="md-bars-cell">
                      <div class="md-bar-row">
                        <div class="md-bar-bg">
                          <div class="md-bar-fill d" data-w="77"></div>
                        </div>
                        <span class="md-bar-val">0.17%</span>
                      </div>
                    </div>
                  </div>

                  <div class="md-row">
                    <p class="md-prefecture">大阪府</p>
                    <div class="md-bars-cell">
                      <div class="md-bar-row">
                        <div class="md-bar-bg">
                          <div class="md-bar-fill m" data-w="86"></div>
                        </div>
                        <span class="md-bar-val">0.19%</span>
                      </div>
                    </div>
                    <div class="md-bars-cell">
                      <div class="md-bar-row">
                        <div class="md-bar-bg">
                          <div class="md-bar-fill d" data-w="77"></div>
                        </div>
                        <span class="md-bar-val">0.17%</span>
                      </div>
                    </div>
                  </div>

                  <div class="md-row">
                    <p class="md-prefecture">和歌山県</p>
                    <div class="md-bars-cell">
                      <div class="md-bar-row">
                        <div class="md-bar-bg">
                          <div class="md-bar-fill m" data-w="68"></div>
                        </div>
                        <span class="md-bar-val">0.15%</span>
                      </div>
                    </div>
                    <div class="md-bars-cell">
                      <div class="md-bar-row">
                        <div class="md-bar-bg">
                          <div class="md-bar-fill d" data-w="72"></div>
                        </div>
                        <span class="md-bar-val">0.16%</span>
                      </div>
                    </div>
                  </div>

                  <div class="md-row">
                    <p class="md-prefecture">鹿児島県</p>
                    <div class="md-bars-cell">
                      <div class="md-bar-row">
                        <div class="md-bar-bg">
                          <div class="md-bar-fill m" data-w="68"></div>
                        </div>
                        <span class="md-bar-val">0.15%</span>
                      </div>
                    </div>
                    <div class="md-bars-cell">
                      <div class="md-bar-row">
                        <div class="md-bar-bg">
                          <div class="md-bar-fill d" data-w="72"></div>
                        </div>
                        <span class="md-bar-val">0.16%</span>
                      </div>
                    </div>
                  </div>

                  <div class="md-row">
                    <p class="md-prefecture">大分県</p>
                    <div class="md-bars-cell">
                      <div class="md-bar-row">
                        <div class="md-bar-bg">
                          <div class="md-bar-fill m" data-w="63"></div>
                        </div>
                        <span class="md-bar-val">0.14%</span>
                      </div>
                    </div>
                    <div class="md-bars-cell">
                      <div class="md-bar-row">
                        <div class="md-bar-bg">
                          <div class="md-bar-fill d" data-w="72"></div>
                        </div>
                        <span class="md-bar-val">0.16%</span>
                      </div>
                    </div>
                  </div>
                </div>
              </div>
            </div>
          </div>
          <p class="flow-sale-text last-ma-bo">
            札幌市は、全国と比較して離婚率が高く、平成24年の人口千人あたりの離婚率は全国が1.87であるのに対し、<br>
            <span>札幌市は2.36と全国の1.26倍となっております。</span><br>
            離婚は人生の大きな節目であり、<span>共有名義でローンがある場合はお住まいの売却も重要</span>な決断です。そんな時、何から始めればいいのか、何を準備すべきなのか、初めての方にも分かりやすく、不動産市場の特徴や法律的な側面を理解し、安心して次のステップに進むための情報をお届けします。
          </p>
          <!-- 離婚時のマンション売却フロー -->
          <div class="flow-sale-key">
            <h3 class="c-ttl-h3">離婚時のマンション売却フロー</h3>
            <p class="flow-sale-key-ttl-sub">〜冷静な対応が「損を防ぐ」カギに〜</p>
            <p class="flow-sale-key-text">
              離婚に伴いマイホーム（マンション）をどうするかこれは非常に大きな決断のひとつです。<br>
              感情的になりがちな場面だからこそ、冷静に<span>「不動産」という資産をどう扱うか」</span>を考えることが重要です。
            </p>
            <h4 class="c-line-ttl">まずは4つの選択肢を整理しましょう。</h4>
            <div class="choices-infograph reveal d1">

              <div class="choice-col best">
                <p class="ch-tag">Most Recommended</p>
                <p class="ch-title">売却して現金を分ける</p>
                <p class="ch-desc">最も一般的で公平な方法。双方がすっきり清算。</p>
                <p class="ch-badge">✓ おすすめ</p>
              </div>

              <div class="choice-col">
                <p class="ch-tag">Conditional</p>
                <p class="ch-title">一方が住み続け名義変更</p>
                <p class="ch-desc">住宅ローンの引き継ぎが課題。金融機関に届出必須。</p>
                <p class="ch-badge conditional">条件次第</p>
              </div>

              <div class="choice-col">
                <p class="ch-tag">For Investors</p>
                <p class="ch-title">賃貸に出して収益分配</p>
                <p class="ch-desc">将来価値を見込む場合。管理負担と合意が課題。</p>
                <p class="ch-badge conditional">要検討</p>
              </div>

              <div class="choice-col ng">
                <p class="ch-tag">Not Recommended</p>
                <p class="ch-title">共有状態のまま維持</p>
                <p class="ch-desc">将来的なトラブルの元。後の売却が困難になる事も。</p>
                <p class="ch-badge ng">非推奨</p>
              </div>
            </div>
            <h4 class="c-line-ttl">離婚時のマンション売却フロー（7ステップ）</h4>
            <div class="step-flow-grid reveal d1">
              <div class="sf-item">
                <p class="sf-circle">1</p>
                <p class="sf-title">財産分与の協議</p>
                <p class="sf-sub">名義・ローン状況を整理 / 不動産の価値をどう扱うか基本方針を決定</p>
              </div>

              <div class="sf-item">
                <p class="sf-circle">2</p>
                <p class="sf-title">査定を依頼</p>
                <p class="sf-sub">AI査定も活用可能<br>不動産会社（例：GLC不動産など）にて査定書の取得</p>
              </div>

              <div class="sf-item active">
                <p class="sf-circle">3</p>
                <p class="sf-title">売却方法の選定</p>
                <p class="sf-sub">一般市場での売却／買取業者への売却など売却スピード・価格の希望に応じて決定</p>
              </div>

              <div class="sf-item">
                <p class="sf-circle">4</p>
                <p class="sf-title">販売活動</p>
                <p class="sf-sub">室内整理・写真撮影 販売スタート〜内見対応</p>
              </div>

              <div class="sf-item">
                <p class="sf-circle">5</p>
                <p class="sf-title">売買契約・引渡</p>
                <p class="sf-sub">ローン残債の清算 / 契約書締結 ローン残債の清算・差額分の受取</p>
              </div>

              <div class="sf-item">
                <p class="sf-circle">6</p>
                <p class="sf-title">売却代金の分配</p>
                <p class="sf-sub">財産分与に基づき、現金を公平に分ける / 住宅ローンが残っている場合は完済処理も重要</p>
              </div>

              <div class="sf-item">
                <p class="sf-circle">7</p>
                <p class="sf-title">登記の抹消</p>
                <p class="sf-sub">所有権移転登記／抵当権の抹消を司法書士へ依頼</p>
              </div>

            </div>
            <!-- よくある注意点 -->
            <div class="flow-sale-careful">
              <p class="flow-sale-careful-ttl">よくある注意点</p>
              <p class="flow-sale-careful-text">
                住宅ローンが残っているかどうかで手続きは大きく変わります。<br>
                名義と実際の支払い者が異なるケースは要注意。（トラブルになりやすい。）<br>
                話し合いが難しい場合は弁護士・FPなどの専門家に相談を。
              </p>
            </div>
          </div>
          <!-- 分譲マンション価格の高騰と共有名義の住宅ローン -->
          <div class="flow-sale-loan">
            <h3 class="c-ttl-h3">分譲マンション価格の高騰と<br>共有名義の住宅ローン</h3>
            <div class="market-cards">
              <div class="market-card">
                <h4>新築マンション価格が急騰</h4>
                <p>近年、新築分譲マンションの価格は急激に高騰。夫婦やパートナー間での共有名義による住宅ローン契約が増加。</p>
              </div>
              <div class="market-card">
                <h4>中古マンションの評価も上昇中</h4>
                <p>新築価格の上昇に連動して中古マンションの担保評価も年々上昇。ローン残債以上で売却できる事例は増加傾向。</p>
              </div>
            </div>
            <p class="flow-sale-loan-text">
              ※離婚に伴う財産分与としての売却<br>
              こうした背景から、離婚や別居に際して住宅を売却するケースが増えています。<br>
              特に財産分与の一環として、不動産の現金化を選ぶ方が多いのが現状です。<br>
              <br>
              なお、戸建て住宅の担保評価は「立地」に大きく左右されるため、注意が必要です。<br>
            </p>
            <p class="flow-sale-loan-table-text">
              ※ 札幌市内の新築マンション平均坪単価は20年間で2.5倍超UP！
            </p>
            <div class="price-tbl-img">
              <img src="//cdn.img-asp.jp/cms/757512_16_0_0_1.jpg" alt="札幌市内の新築マンション平均坪単価は20年間で2.5倍超UP">
            </div>
            <div class="price-tbl-note reveal">※ 中古マンション成約価格（専有面積70㎡換算）　出典：GLC不動産調べ</div>
            <h4 class="c-line-ttl">なぜ不動産売却が必要になるのか？</h4>
            <p class="flow-sale-loan-text">
              離婚時の「財産分与」とは、<span>夫婦が婚姻期間中に築いた財産を公平に分けるプロセス</span>です。<br>
              不動産は、<span>担保評価が高く、現金化しやすい資産</span>であるため、分与対象の中心となることが多い。
            </p>
          </div>
          <div class="flow-sale-difference">
            <h3 class="c-ttl-h3">アンダーローンとオーバーローンの違い</h3>
            <div class="loan-grid" id="loanGrid">
              <!-- UNDER LOAN -->
              <div class="loan-card reveal d1">
                <p class="loan-card-head happy-face under">
                  ローン残債以上で売れる
                  <span>アンダーローン</span>
                </p>
                <div class="loan-card-body">
                  <div class="loan-bars-wrap">
                    <div class="loan-bar-item">
                      <div class="loan-bar sell under" data-h="140">
                        <span class="loan-bar-label">売却価格</span>
                      </div>
                      <span class="loan-bar-yen">3,500万円</span>
                    </div>
                    <div class="loan-diff good">
                      <span class="loan-diff-price">+500<small>万円</small></span>
                      <div class="loan-diff-text">残債が<br>残らない</div>
                      <div class="loan-diff-icon">✅</div>
                    </div>
                    <div class="loan-bar-item">
                      <div class="loan-bar debt" data-h="100">
                        <span class="loan-bar-label debt">ローン残債</span>
                      </div>
                      <span class="loan-bar-yen debt">3,000万円</span>
                    </div>
                  </div>
                  <p class="loan-result good">
                    売却後に手元へ <strong>+500万円</strong> 残ります
                    <small>ローンを完済しても資金が手元に残る状態</small>
                  </p>
                </div>
              </div>
              <!-- OVER LOAN -->
              <div class="loan-card reveal d2">
                <p class="loan-card-head poor-face over">
                  ローン残債が残る
                  <span>オーバーローン</span>
                </p>
                <div class="loan-card-body">
                  <div class="loan-bars-wrap">
                    <div class="loan-bar-item">
                      <div class="loan-bar sell over" data-h="84">
                        <span class="loan-bar-label">売却価格</span>
                      </div>
                      <span class="loan-bar-yen">2,500万円</span>
                    </div>
                    <div class="loan-diff bad">
                      <span class="loan-diff-price">−500<small>万円</small></span>
                      <div class="loan-diff-text">ローンが<br>残ってしまう</div>
                      <div class="loan-diff-icon">⚠️</div>
                    </div>
                    <div class="loan-bar-item">
                      <p class="loan-bar debt" data-h="100">
                        <span class="loan-bar-label debt">ローン残債</span>
                      </p>
                      <span class="loan-bar-yen debt">3,000万円</span>
                    </div>
                  </div>
                  <p class="loan-result bad">
                    売却後も <strong>−500万円</strong> のローンが残ります
                    <small>自己資金や任意売却などの対策が必要になるケース</small>
                  </p>
                </div>
              </div>
            </div>
            <div class="flow-sale-difference-bottom">
              <p class="flow-sale-difference-bottom-text">
                重要なのは、<span>ローン残債＋諸費用以上</span>で売却すること。そのためにしっかりとした販売計画が
                必要です。
              </p>
              <p class="flow-sale-difference-bottom-small">
                ※戸建て住宅の担保評価は「立地」に大きく左右されるため、注意が必要です。
              </p>
            </div>
          </div>
        </section>
        <div class="cta-assessment">
          <a class="cta-assessment-img trans" href="https://www.gateway-life.jp/contact/" target="_blank"></a><div style="text-align:centermedium;word-break: break-all;"><a class="cta-assessment-img trans" href="https://www.gateway-life.jp/contact/" target="_blank"></a><div style="text-align:centerlarge;word-break: break-all;"><a class="cta-assessment-img trans" href="https://www.gateway-life.jp/contact/" target="_blank"><header class="hero" style="min-height: 1080px; padding: 50px 24px 64px; background: radial-gradient(circle at 82% 15%, rgba(231, 207, 138, 0.18), rgba(0, 0, 0, 0) 28%) 0% 0% / auto repeat scroll padding-box border-box, linear-gradient(150deg, rgb(4, 31, 26) 0%, rgb(6, 47, 40) 48%, rgb(11, 71, 58) 100%) 0% 0% / auto repeat scroll padding-box border-box rgba(0, 0, 0, 0); overflow: hidden;" segoe="" ui",="" roboto,="" oxygen,="" ubuntu,="" cantarell,="" "helvetica="" neue",="" arial,="" sans-serif;="" font-size:="" 17px;="" font-style:="" normal;="" font-variant-ligatures:="" font-variant-caps:="" font-weight:="" 400;="" text-align:="" start;"=""><div class="brand" style="display: flex; justify-content: space-between; align-items: flex-start; position: relative; z-index: 2; border-bottom: 1px solid rgba(231, 207, 138, 0.28); padding-bottom: 20px;"><div style=""><div class="brand-main" style="text-align: left; " yu="" mincho",="" "noto="" serif="" jp",="" serif;="" font-size:="" 21px;="" font-weight:="" 700;="" letter-spacing:="" 0.12em;"=""><span style="color: rgb(255, 255, 255); font-size: large;">GLC不動産株式会社</span></div><div class="brand-main" style="text-align: left; " yu="" mincho",="" "noto="" serif="" jp",="" serif;="" font-size:="" 21px;="" font-weight:="" 700;="" letter-spacing:="" 0.12em;"=""><span style="color: rgb(255, 255, 255); font-size: large;"><br></span></div><div class="brand-sub" style="text-align: left; letter-spacing: 0.25em;"><span style="color: rgb(255, 255, 255); font-size: large;">SAPPORO REAL ESTATE PARTNER</span></div></div><div class="brand-sub" style="color: rgb(231, 207, 138); font-size: 10px; letter-spacing: 0.25em;"><br></div></div><div class="hero-grid" style="display: grid; grid-template-columns: 1fr; gap: 40px; align-items: center; position: relative; z-index: 2; padding-top: 70px;"><div style="text-align: center;"><div class="kicker" style="color: rgb(231, 207, 138); display: inline-block; border-color: rgb(199, 162, 74); border-style: solid; border-width: 0.699301px; padding: 10px 22px; font-size: 15px; letter-spacing: 0.18em; margin-bottom: 30px;">共有名義・住宅ローン・財産分与・税金を整理</div><h1 style="" yu="" mincho",="" "noto="" serif="" jp",="" serif;="" font-size:="" 47px;="" line-height:="" 1.42;="" margin:="" 0px="" 34px;="" letter-spacing:="" 0.02em;"=""><span style="color: rgb(255, 255, 255); font-size: medium;">離婚時の不動産売却は、</span></h1><h1 style="" yu="" mincho",="" "noto="" serif="" jp",="" serif;="" font-size:="" 47px;="" line-height:="" 1.42;="" margin:="" 0px="" 34px;="" letter-spacing:="" 0.02em;"=""><span style="color: rgb(255, 255, 255); font-size: medium;"><br><span style="text-shadow: rgba(231, 207, 138, 0.16) 0px 0px 24px;">離婚前に進める</span>方が有利</span></h1><div><span style="color: rgb(255, 255, 255); font-size: medium;"><br></span></div><h1 style="" yu="" mincho",="" "noto="" serif="" jp",="" serif;="" font-size:="" 47px;="" line-height:="" 1.42;="" margin:="" 0px="" 34px;="" letter-spacing:="" 0.02em;"=""><br></h1><p class="hero-lead" style="font-size: 20px; margin: 0px auto 28px; line-height: 1.9; max-width: 720px;"><span style="color: rgb(255, 255, 255);">売却価格</span></p><p class="hero-lead" style="font-size: 20px; margin: 0px auto 28px; line-height: 1.9; max-width: 720px;"><span style="color: rgb(255, 255, 255);">住宅ローン</span></p><p class="hero-lead" style="font-size: 20px; margin: 0px auto 28px; line-height: 1.9; max-width: 720px;"><span style="color: rgb(255, 255, 255);">3,000万円特別控除、</span></p><p class="hero-lead" style="font-size: 20px; margin: 0px auto 28px; line-height: 1.9; max-width: 720px;"><span style="color: rgb(255, 255, 255);">財産分与順番を間違えると、</span></p><p class="hero-lead" style="font-size: 20px; margin: 0px auto 28px; line-height: 1.9; max-width: 720px;"><span style="color: rgb(255, 255, 255);">手続きや税負担が複雑になることがあります。</span></p><p class="hero-small" style="line-height: 1.9; max-width: 690px; margin: auto;"><span style="color: rgb(255, 255, 255);">札幌のマンション・戸建て売却を検討している方へ。</span></p><p class="hero-small" style="line-height: 1.9; max-width: 690px; margin: auto;"><span style="color: rgb(255, 255, 255);">損を防ぐ基本ポイントをわかりやすく解説します。</span></p></div><div class="hero-illustration" style="color: rgb(255, 255, 255); align-self: end; max-width: 430px; margin: 0px auto;"><svg viewBox="0 0 430 500" xmlns="http://www.w3.org/2000/svg" aria-label="離婚と不動産売却に悩む夫婦のペンタッチ風イラスト"><rect x="0" y="0" width="430" height="500" fill="none"></rect><path d="M60 420 Q210 350 370 420" fill="none" stroke="#d7bd73" stroke-width="3" opacity=".7"></path><path d="M110 330 L210 250 L320 330 V420 H110 Z" fill="#f7f1df" stroke="#d7bd73" stroke-width="4"></path><path d="M145 330 V292 H185 V330 M245 420 V350 H285 V420" fill="none" stroke="#0d4438" stroke-width="4"></path><g stroke="#f4e8c4" stroke-width="4" fill="none" stroke-linecap="round" stroke-linejoin="round"><circle cx="95" cy="135" r="48"></circle><path d="M55 128 Q60 67 100 70 Q140 78 141 130"></path><path d="M66 185 Q95 205 124 185 L145 305 H42 Z"></path><path d="M62 240 Q95 220 129 240"></path><path d="M76 130 l10 0 M105 130 l10 0 M88 150 q10 8 20 0"></path><circle cx="335" cy="135" r="48"></circle><path d="M295 125 Q300 72 335 70 Q378 74 380 127"></path><path d="M305 185 Q335 205 365 185 L392 305 H278 Z"></path><path d="M302 238 Q336 217 370 238"></path><path d="M316 130 l10 0 M345 130 l10 0 M328 150 q10 8 20 0"></path><path d="M145 245 Q185 210 205 250 M278 245 Q245 210 225 250"></path></g><g fill="#e7cf8a" font-family="Yu Mincho,serif" font-size="18"><text x="25" y="38">家はどうする？</text><text x="275" y="38">税金は？</text></g></svg></div></div><div class="hero-bottom" style="color: rgb(255, 255, 255); position: relative; z-index: 2; margin-top: 62px; display: grid; grid-template-columns: 1fr; border-width: 1px; border-style: solid; border-color: rgba(231, 207, 138, 0.42);"><div class="hero-point" style="padding: 25px 28px; border-bottom: 1px solid rgba(231, 207, 138, 0.28);"><b style="display: block; color: rgb(231, 207, 138); font-size: 27px; font-family: " yu="" mincho",="" serif;"="">共有名義</b><span style="font-size: 16px; color: rgb(200, 210, 206); line-height: 1.7;">売却には共有者全員の協力が必要</span></div><div class="hero-point" style="padding: 25px 28px; border-bottom: 1px solid rgba(231, 207, 138, 0.28);"><b style="display: block; color: rgb(231, 207, 138); font-size: 27px; font-family: " yu="" mincho",="" serif;"="">住宅ローン</b><span style="font-size: 16px; color: rgb(200, 210, 206); line-height: 1.7;">残債と売却見込額の確認が最優先</span></div><div class="hero-point" style="padding: 25px 28px;"><b style="display: block; color: rgb(231, 207, 138); font-size: 27px; font-family: " yu="" mincho",="" serif;"="">税金対策</b><span style="font-size: 16px; color: rgb(200, 210, 206); line-height: 1.7;">3,000万円特別控除の要件確認</span></div></div></header></a><main class="content" style="padding: 64px 22px;" segoe="" ui",="" roboto,="" oxygen,="" ubuntu,="" cantarell,="" "helvetica="" neue",="" arial,="" sans-serif;="" font-size:="" 17px;="" text-align:="" start;"=""><a class="cta-assessment-img trans" href="https://www.gateway-life.jp/contact/" target="_blank" style="color: rgb(36, 52, 47);"><section class="conclusion" style="position: relative; background: linear-gradient(145deg, rgb(255, 250, 240), rgb(243, 229, 189)); border-color: rgb(199, 162, 74); border-style: solid; border-width: 1.3986px; padding: 48px 24px 38px; margin-bottom: 110px; box-shadow: rgba(111, 89, 37, 0.12) 0px 18px 50px;"><div class="ribbon" style="position: absolute; top: -18px; left: 35px; background: none 0% 0% / auto repeat scroll padding-box border-box rgb(6, 47, 40); color: rgb(255, 255, 255); padding: 9px 26px; font-size: 15px; font-weight: 700; letter-spacing: 0.18em;">結 論</div><h2 style="font-family: " yu="" mincho",="" serif;="" color:="" rgb(6,="" 47,="" 40);="" font-size:="" 33px;="" line-height:="" 1.65;="" margin:="" 8px="" 0px="" 16px;"="">第三者へ売却するなら、<br><strong style="color: rgb(180, 72, 62); background: linear-gradient(transparent 72%, rgba(199, 162, 74, 0.28) 0px);">離婚前に</strong></h2><h2 style="font-family: " yu="" mincho",="" serif;="" color:="" rgb(6,="" 47,="" 40);="" font-size:="" 33px;="" line-height:="" 1.65;="" margin:="" 8px="" 0px="" 16px;"=""><strong style="color: rgb(180, 72, 62); background: linear-gradient(transparent 72%, rgba(199, 162, 74, 0.28) 0px);">「売却・完済・分配」まで進める</strong></h2><h2 style="font-family: " yu="" mincho",="" serif;="" color:="" rgb(6,="" 47,="" 40);="" font-size:="" 33px;="" line-height:="" 1.65;="" margin:="" 8px="" 0px="" 16px;"="">のがおすすめです。</h2><p style="font-size: 18px; line-height: 2;">夫婦で連絡が取れ、署名・内覧・住宅ローン・売却代金の分配を相談できるうちに進める方が、離婚後の連絡不通や意見対立を防ぎやすくなります。</p><div class="conclusion-list" style="display: grid; grid-template-columns: 1fr; gap: 18px; margin-top: 32px;"><div class="conclusion-item" style="padding-left: 36px; position: relative; font-size: 18px;">共有名義を解消しやすい</div><div class="conclusion-item" style="padding-left: 36px; position: relative; font-size: 18px;">ローン残債を整理しやすい</div><div class="conclusion-item" style="padding-left: 36px; position: relative; font-size: 18px;">財産分与を現金で明確にできる</div><div class="conclusion-item" style="padding-left: 36px; position: relative; font-size: 18px;">税金と諸費用を先に計算できる</div></div></section></a><nav class="toc" style="background: rgb(7, 31, 26); margin-bottom: 115px; padding: 42px 40px; border-top: 3.4965px solid rgb(199, 162, 74);"><a class="cta-assessment-img trans" href="https://www.gateway-life.jp/contact/" target="_blank" style=""><h3 style="" yu="" mincho",="" serif;="" color:="" rgb(231,="" 207,="" 138);="" font-size:="" 30px;="" margin:="" 0px="" 18px;"=""><span style="color: rgb(255, 255, 255);">この記事でわかること</span></h3></a><div class="toc-grid" style="display: grid; grid-template-columns: 1fr; gap: 10px;"><a class="cta-assessment-img trans" href="https://www.gateway-life.jp/contact/" target="_blank" style=""></a><a href="https://web-sandbox.oaiusercontent.com/?#reason" style="font-size: 17px; border-bottom: 1px dotted rgba(255, 255, 255, 0.16); padding: 13px 0px;" target="_blank"><span style="color: rgb(255, 255, 255);">01 離婚前に売却する4つの理由</span></a><a href="https://web-sandbox.oaiusercontent.com/?#compare" style="font-size: 17px; border-bottom: 1px dotted rgba(255, 255, 255, 0.16); padding: 13px 0px;" target="_blank"><span style="color: rgb(255, 255, 255);">02 離婚前と離婚後の違い</span></a><a href="https://web-sandbox.oaiusercontent.com/?#tax" style="font-size: 17px; border-bottom: 1px dotted rgba(255, 255, 255, 0.16); padding: 13px 0px;" target="_blank"><span style="color: rgb(255, 255, 255);">03 3,000万円特別控除</span></a><a href="https://web-sandbox.oaiusercontent.com/?#risk" style="font-size: 17px; border-bottom: 1px dotted rgba(255, 255, 255, 0.16); padding: 13px 0px;" target="_blank"><span style="color: rgb(255, 255, 255);">04 離婚後に売却する注意点</span></a><a href="https://web-sandbox.oaiusercontent.com/?#flow" style="font-size: 17px; border-bottom: 1px dotted rgba(255, 255, 255, 0.16); padding: 13px 0px;" target="_blank"><span style="color: rgb(255, 255, 255);">05 売却から財産分与までの流れ</span></a><a href="https://web-sandbox.oaiusercontent.com/?#summary" style="font-size: 17px; border-bottom: 1px dotted rgba(255, 255, 255, 0.16); padding: 13px 0px;" target="_blank"><span style="color: rgb(255, 255, 255);">06 まとめ</span></a></div></nav><section class="section" id="reason" style="color: rgb(36, 52, 47); margin-bottom: 135px;"><div class="section-head" style="display: flex; gap: 20px; align-items: flex-end; border-bottom: 0.699301px solid rgb(222, 214, 195); padding-bottom: 22px; margin-bottom: 44px;"><span class="num" style="font-family: " cormorant="" garamond",="" "times="" new="" roman",="" serif;="" font-size:="" 54px;="" line-height:="" 1;="" color:="" rgb(199,="" 162,="" 74);"="">01</span><h2 style="font-family: " yu="" mincho",="" serif;="" font-size:="" 31px;="" line-height:="" 1.55;="" color:="" rgb(6,="" 47,="" 40);"="">離婚前の売却を優先する理由</h2></div><div class="reason-grid" style="display: grid; grid-template-columns: 1fr; gap: 28px;"><article class="reason" style="border-color: rgb(222, 214, 195); border-style: solid; border-width: 0.699301px; padding: 38px 36px; background: rgb(255, 255, 255); min-height: 0px; position: relative; overflow: hidden;"><div class="reason-badge" style="width: 50px; height: 50px; border-radius: 50%; display: grid; place-items: center; background: none 0% 0% / auto repeat scroll padding-box border-box rgb(6, 47, 40); color: rgb(231, 207, 138); font-weight: 700; margin-bottom: 14px; font-size: 20px;">1</div><h3 style="color: rgb(6, 47, 40); font-size: 25px; margin: 0px 0px 9px;">双方の同意・署名を</h3><h3 style="color: rgb(6, 47, 40); font-size: 25px; margin: 0px 0px 9px;">取りやすい</h3><p style="font-size: 18px; color: rgb(102, 115, 111); line-height: 2;">共有名義の不動産を売却するには、原則として共有者全員の協力が必要です。</p><p style="font-size: 18px; color: rgb(102, 115, 111); line-height: 2;">離婚後に連絡が取りづらくなると</p><p style="font-size: 18px; color: rgb(102, 115, 111); line-height: 2;">媒介契約・売買契約が止まることがあります。</p></article><article class="reason" style="border-color: rgb(222, 214, 195); border-style: solid; border-width: 0.699301px; padding: 38px 36px; background: rgb(255, 255, 255); min-height: 0px; position: relative; overflow: hidden;"><div class="reason-badge" style="width: 50px; height: 50px; border-radius: 50%; display: grid; place-items: center; background: none 0% 0% / auto repeat scroll padding-box border-box rgb(6, 47, 40); color: rgb(231, 207, 138); font-weight: 700; margin-bottom: 14px; font-size: 20px;">2</div><h3 style="color: rgb(6, 47, 40); font-size: 25px; margin: 0px 0px 9px;">住宅ローンを一括で</h3><h3 style="color: rgb(6, 47, 40); font-size: 25px; margin: 0px 0px 9px;">整理できる</h3><p style="font-size: 18px; color: rgb(102, 115, 111); line-height: 2;">売却代金で住宅ローンを完済し、抵当権を抹消できます。残った現金を財産分与の合意に基づいて分けるため、将来の負担が明確になります。</p></article><article class="reason" style="border-color: rgb(222, 214, 195); border-style: solid; border-width: 0.699301px; padding: 38px 36px; background: rgb(255, 255, 255); min-height: 0px; position: relative; overflow: hidden;"><div class="reason-badge" style="width: 50px; height: 50px; border-radius: 50%; display: grid; place-items: center; background: none 0% 0% / auto repeat scroll padding-box border-box rgb(6, 47, 40); color: rgb(231, 207, 138); font-weight: 700; margin-bottom: 14px; font-size: 20px;">3</div><h3 style="color: rgb(6, 47, 40); font-size: 25px; margin: 0px 0px 9px;">財産分与を現金で</h3><h3 style="color: rgb(6, 47, 40); font-size: 25px; margin: 0px 0px 9px;">明確にできる</h3><p style="font-size: 18px; color: rgb(102, 115, 111); line-height: 2;">不動産のまま分けるより、売却後の手取り額を基準にした方が、</p><p style="font-size: 18px; color: rgb(102, 115, 111); line-height: 2;">公平な分配方法を決めやすく、名義や管理費のトラブルを減らせます。</p></article><article class="reason" style="border-color: rgb(222, 214, 195); border-style: solid; border-width: 0.699301px; padding: 38px 36px; background: rgb(255, 255, 255); min-height: 0px; position: relative; overflow: hidden;"><div class="reason-badge" style="width: 50px; height: 50px; border-radius: 50%; display: grid; place-items: center; background: none 0% 0% / auto repeat scroll padding-box border-box rgb(6, 47, 40); color: rgb(231, 207, 138); font-weight: 700; margin-bottom: 14px; font-size: 20px;">4</div><h3 style="color: rgb(6, 47, 40); font-size: 25px; margin: 0px 0px 9px;">税金・諸費用を</h3><h3 style="color: rgb(6, 47, 40); font-size: 25px; margin: 0px 0px 9px;">先に把握できる</h3><p style="font-size: 18px; color: rgb(102, 115, 111); line-height: 2;">譲渡益、仲介手数料、登記費用、ローン残債などを整理し、「最終的にいくら残るのか」を確認してから離婚協議を進められます。</p></article></div><div class="illustrated-note" style="display: grid; grid-template-columns: 1fr; gap: 28px; background: none 0% 0% / auto repeat scroll padding-box border-box rgb(244, 239, 228); border-left: 4.8951px solid rgb(199, 162, 74); padding: 40px 36px; margin-top: 34px;"><div><h3 style="font-family: " yu="" mincho",="" serif;="" font-size:="" 29px;="" color:="" rgb(6,="" 47,="" 40);="" margin:="" 0px="" 8px;"="">離婚後まで共有状態を</h3><h3 style="font-family: " yu="" mincho",="" serif;="" font-size:="" 29px;="" color:="" rgb(6,="" 47,="" 40);="" margin:="" 0px="" 8px;"="">残さないことが重要です</h3><p style="color: rgb(102, 115, 111); font-size: 18px; line-height: 2;">一方が住み続ける場合でも、住宅ローンの名義、連帯保証、持分、管理費、固定資産税の負担を曖昧にしたままにすると、数年後に大きな問題になることがあります。</p></div><svg viewBox="0 0 260 190" xmlns="http://www.w3.org/2000/svg"><g fill="none" stroke="#183f36" stroke-width="3" stroke-linecap="round"><circle cx="70" cy="55" r="28"></circle><path d="M43 50 Q45 18 72 20 Q98 22 100 52 M42 95 Q70 112 98 95 L112 170 H28 Z"></path><circle cx="190" cy="55" r="28"></circle><path d="M162 50 Q168 18 192 20 Q220 22 220 52 M162 95 Q190 112 218 95 L232 170 H148 Z"></path><path d="M116 125 H145"></path></g><path d="M125 116 l12 9 -12 9" fill="none" stroke="#c7a24a" stroke-width="4"></path><text x="90" y="185" font-size="13" fill="#7a6a43">共有のまま離婚</text></svg></div></section><section class="section" id="compare" style="color: rgb(36, 52, 47); margin-bottom: 135px;"><div class="section-head" style="display: flex; gap: 20px; align-items: flex-end; border-bottom: 0.699301px solid rgb(222, 214, 195); padding-bottom: 22px; margin-bottom: 44px;"><span class="num" style="font-family: " cormorant="" garamond",="" "times="" new="" roman",="" serif;="" font-size:="" 54px;="" line-height:="" 1;="" color:="" rgb(199,="" 162,="" 74);"="">02</span><h2 style="font-family: " yu="" mincho",="" serif;="" font-size:="" 31px;="" line-height:="" 1.55;="" color:="" rgb(6,="" 47,="" 40);"="">離婚前と離婚後では、進めやすさが変わります</h2></div><div class="compare" style="display: grid; grid-template-columns: 1fr; align-items: stretch;"><div class="compare-card before" style="background: rgb(255, 255, 255); border-color: rgb(199, 162, 74) rgb(222, 214, 195) rgb(222, 214, 195); border-style: solid; border-width: 5.59441px 0.699301px 0.699301px; padding: 40px 36px;"><div class="compare-title" style="font-family: " yu="" mincho",="" serif;="" font-size:="" 30px;="" font-weight:="" 700;="" color:="" rgb(6,="" 47,="" 40);="" margin-bottom:="" 12px;"="">離婚前に売却</div><ul><li style="position: relative; padding: 15px 0px 15px 34px; border-bottom: 1px dotted rgb(221, 221, 221); line-height: 1.85;"><span style="font-size: medium;">共有者同士で日程調整しやすい</span></li><li style="position: relative; padding: 15px 0px 15px 34px; border-bottom: 1px dotted rgb(221, 221, 221); line-height: 1.85;"><span style="font-size: medium;">査定・媒介契約・売買契約を進めやすい</span></li><li style="position: relative; padding: 15px 0px 15px 34px; border-bottom: 1px dotted rgb(221, 221, 221); line-height: 1.85;"><span style="font-size: medium;">ローン完済後の手取り額を確定できる</span></li><li style="position: relative; padding: 15px 0px 15px 34px; border-bottom: 1px dotted rgb(221, 221, 221); line-height: 1.85;"><span style="font-size: medium;">財産分与を数値で決めやすい</span></li><li style="position: relative; padding: 15px 0px 15px 34px; border-bottom: 1px dotted rgb(221, 221, 221); line-height: 1.85;"><span style="font-size: medium;">固定資産税・管理費の負担を終えられる</span></li></ul></div><div class="arrow" style="display: grid; place-items: center; color: rgb(199, 162, 74); font-size: 54px; transform: rotate(90deg); height: 90px;">→</div><div class="compare-card after" style="background: rgb(255, 255, 255); border-color: rgb(165, 170, 168) rgb(222, 214, 195) rgb(222, 214, 195); border-style: solid; border-width: 6px 0.699301px 0.699301px; padding: 40px 36px;"><div class="compare-title" style="font-family: " yu="" mincho",="" serif;="" font-size:="" 30px;="" font-weight:="" 700;="" color:="" rgb(6,="" 47,="" 40);="" margin-bottom:="" 12px;"="">離婚後に売却</div><ul><li style="position: relative; padding: 15px 0px 15px 34px; border-bottom: 1px dotted rgb(221, 221, 221); line-height: 1.85;"><span style="font-size: medium;">元配偶者と連絡が取れない</span></li><li style="position: relative; padding: 15px 0px 15px 34px; border-bottom: 1px dotted rgb(221, 221, 221); line-height: 1.85;"><span style="font-size: medium;">売価・時期の意見が分かやすい</span></li><li style="position: relative; padding: 15px 0px 15px 34px; border-bottom: 1px dotted rgb(221, 221, 221); line-height: 1.85;"><span style="font-size: medium;">固定資産税・管理費の負担が長期化</span></li><li style="position: relative; padding: 15px 0px 15px 34px; border-bottom: 1px dotted rgb(221, 221, 221); line-height: 1.85;"><span style="font-size: medium;">名義やローンの整理が複雑化</span></li><li style="position: relative; padding: 15px 0px 15px 34px; border-bottom: 1px dotted rgb(221, 221, 221); line-height: 1.85;"><span style="font-size: medium;">3,000万円控除の要件確認が難しくなる場合</span></li></ul></div></div></section><section class="section" id="tax" style="margin-bottom: 135px;"><div class="section-head" style="color: rgb(36, 52, 47); display: flex; gap: 20px; align-items: flex-end; border-bottom: 0.699301px solid rgb(222, 214, 195); padding-bottom: 22px; margin-bottom: 44px;"><span class="num" style="font-family: " cormorant="" garamond",="" "times="" new="" roman",="" serif;="" font-size:="" 54px;="" line-height:="" 1;="" color:="" rgb(199,="" 162,="" 74);"="">03</span><h2 style="font-family: " yu="" mincho",="" serif;="" font-size:="" 31px;="" line-height:="" 1.55;="" color:="" rgb(6,="" 47,="" 40);"="">譲渡益の税金対策｜3,000万円特別控除</h2></div><p class="lead" style="color: rgb(102, 115, 111); font-size: 19px; margin: 0px 0px 36px; line-height: 2;">自宅を売って利益が出ても、一定の要件を満たせば、譲渡所得から最高3,000万円まで控除できる場合があります。</p><div class="tax-box" style="background: linear-gradient(150deg, rgb(6, 47, 40), rgb(7, 30, 25)) 0% 0% / auto repeat scroll padding-box border-box rgba(0, 0, 0, 0); padding: 54px 40px; border-color: rgb(199, 162, 74); border-style: solid; border-width: 0.699301px; box-shadow: rgba(7, 32, 27, 0.22) 0px 20px 50px;"><div class="tax-title" style="justify-content: space-between; gap: 25px; align-items: flex-end; margin-bottom: 28px;"><div style=""><h3 style="" yu="" mincho",="" serif;="" font-size:="" 38px;="" line-height:="" 1.4;"=""><span style="color: rgb(255, 255, 255);">マイホーム売却の<br>3,000万円特別控除</span></h3><div class="tax-sub" style="font-size: 16px; margin-top: 6px; line-height: 1.9;"><span style="color: rgb(255, 255, 255);">税金から3,000万円を引く制度ではなく、譲渡所得から控除する制度です。</span></div></div><br></div><div class="formula" style="display: grid; grid-template-columns: 1fr; align-items: center; background: rgba(255, 255, 255, 0.07); padding: 30px 24px; margin-bottom: 26px;"><div class="cell" style="text-align: center;"><div class="label" style="font-size: 14px;"><span style="color: rgb(255, 255, 255);">売却価格</span></div><div class="value" style="font-size: 25px; font-weight: 700;"><span style="color: rgb(255, 255, 255);">収入金額</span></div></div><div class="op" style="text-align: center; font-size: 28px; transform: rotate(90deg); height: 48px;"><span style="color: rgb(255, 255, 255);">−</span></div><div class="cell" style="text-align: center;"><div class="label" style="font-size: 14px;"><span style="color: rgb(255, 255, 255);">購入費・建築費等</span></div><div class="value" style="font-size: 25px; font-weight: 700;"><span style="color: rgb(255, 255, 255);">取得費</span></div></div><div class="op" style="text-align: center; font-size: 28px; transform: rotate(90deg); height: 48px;"><span style="color: rgb(255, 255, 255);">−</span></div><div class="cell" style="text-align: center;"><div class="label" style="font-size: 14px;"><span style="color: rgb(255, 255, 255);">仲介手数料・印紙等</span></div><div class="value" style="font-size: 25px; font-weight: 700;"><span style="color: rgb(255, 255, 255);">譲渡費用</span></div></div></div><div class="example" style="color: rgb(36, 52, 47); background: rgb(255, 255, 255); padding: 32px; margin-bottom: 24px;"><div class="example-title" style="font-weight: 700; color: rgb(6, 47, 40); margin-bottom: 10px;"><span style="font-size: small;">例：譲渡益が1,000万円の場合</span></div><div class="example-flow" style="display: flex; gap: 12px; align-items: center; flex-wrap: wrap;"><span class="money" style="font-weight: 800; color: rgb(6, 47, 40);"><span style="font-size: medium;">譲渡益 1,000万円</span></span><div class="example-flow" style="display: flex; gap: 12px; align-items: center; flex-wrap: wrap;"><span style="font-size: medium;">−</span></div><span class="money" style="font-weight: 800; color: rgb(6, 47, 40);"><span style="font-size: medium;">特別控除 1,000万円</span></span><span style="font-size: medium;">＝</span><span class="zero" style="font-size: 18px; padding: 7px 14px; background: rgb(232, 244, 239); color: rgb(34, 99, 77); font-weight: 800;">課税譲渡所得 0円</span></div></div><div class="tax-checks" style="color: rgb(255, 255, 255); display: grid; grid-template-columns: 1fr; gap: 17px;"><div class="tax-check" style="padding-left: 30px; position: relative; color: rgb(231, 238, 235); line-height: 1.8;"><span style="font-size: small;">自分が住んでいたマイホームであること</span></div><div class="tax-check" style="padding-left: 30px; position: relative; color: rgb(231, 238, 235); line-height: 1.8;"><span style="font-size: small;">親子・夫婦等の特別関係者への売却でないこと</span></div><div class="tax-check" style="padding-left: 30px; position: relative; color: rgb(231, 238, 235); line-height: 1.8;"><span style="font-size: small;">過去の特例利用状況等の要件を満たすこと</span></div><div class="tax-check" style="padding-left: 30px; position: relative; color: rgb(231, 238, 235); line-height: 1.8;"><span style="font-size: small;">適用を受けるため確定申告を行うこと</span></div><div class="tax-check" style="padding-left: 30px; position: relative; color: rgb(231, 238, 235); line-height: 1.8;"><span style="font-size: small;">転居後の売却期限にも注意すること</span></div><div class="tax-check" style="padding-left: 30px; position: relative; color: rgb(231, 238, 235); line-height: 1.8;"><span style="font-size: small;">共有者ごとに適用要件を確認すること</span></div></div><div class="tax-alert" style="color: rgb(245, 234, 208); margin-top: 25px; border-width: 1px; border-style: solid; border-color: rgba(231, 207, 138, 0.55); padding: 24px; font-size: 16px; line-height: 1.9;">重要：離婚に伴い、不動産そのものを相手へ財産分与すると、渡した側に時価を基準とする譲渡所得課税が生じる場合があります。　　　　　　　　　　　　　　　　　　　　　　　　　　　　　　　　　　　　　<span style="font-size: 16px; background-color: rgba(0, 0, 0, 0);">契約や名義変更の前に税理士等へ確認してください。</span></div></div><div class="share-note" style="color: rgb(36, 52, 47); margin-top: 20px; background: rgb(245, 236, 214); border-left: 4.8951px solid rgb(199, 162, 74); padding: 28px 26px; font-size: 18px; line-height: 2;"><strong style="color: rgb(6, 47, 40);">共有名義の場合：</strong>特例の適用は共有者ごとに判定されます。要件を満たす共有者1人につき最高3,000万円まで控除を受けられる可能性があり、確定申告も各自で行います。</div></section><section class="section" id="risk" style="color: rgb(36, 52, 47); margin-bottom: 135px;"><div class="section-head" style="display: flex; gap: 20px; align-items: flex-end; border-bottom: 0.699301px solid rgb(222, 214, 195); padding-bottom: 22px; margin-bottom: 44px;"><span class="num" style="font-family: " cormorant="" garamond",="" "times="" new="" roman",="" serif;="" font-size:="" 54px;="" line-height:="" 1;="" color:="" rgb(199,="" 162,="" 74);"="">04</span><h2 style="font-family: " yu="" mincho",="" serif;="" font-size:="" 31px;="" line-height:="" 1.55;="" color:="" rgb(6,="" 47,="" 40);"="">離婚後に売却する場合の主な注意点</h2></div><div class="case-grid" style="display: grid; grid-template-columns: 1fr; gap: 28px;"><article class="case warning" style="border-color: rgb(231, 199, 189); border-style: solid; border-width: 0.699301px; padding: 36px; background: rgb(255, 247, 243);"><h3 style="margin: 0px 0px 10px; color: rgb(180, 72, 62); font-size: 25px;">共有名義のままだと</h3><h3 style="margin: 0px 0px 10px; color: rgb(180, 72, 62); font-size: 25px;">売却が難しい</h3><p style="font-size: 18px; color: rgb(102, 115, 111); line-height: 2;">売却には共有者全員の同意が必要です。連絡が取れない、価格や時期で意見が合わない場合、売却が長期化する可能性があります。</p></article><article class="case warning" style="border-color: rgb(231, 199, 189); border-style: solid; border-width: 0.699301px; padding: 36px; background: rgb(255, 247, 243);"><h3 style="margin: 0px 0px 10px; color: rgb(180, 72, 62); font-size: 25px;">住宅ローンの名義は</h3><h3 style="margin: 0px 0px 10px; color: rgb(180, 72, 62); font-size: 25px;">自動で変わらない</h3><p style="font-size: 18px; color: rgb(102, 115, 111); line-height: 2;">離婚しても、債務者・連帯保証人・連帯債務者の契約はそのままです。金融機関の承諾なしに一方だけを外すことは通常できません。</p></article><article class="case" style="border-color: rgb(222, 214, 195); border-style: solid; border-width: 0.699301px; padding: 36px; background: rgb(255, 255, 255);"><h3 style="margin: 0px 0px 10px; color: rgb(6, 47, 40); font-size: 25px;">管理費・修繕積立金</h3><h3 style="margin: 0px 0px 10px; color: rgb(6, 47, 40); font-size: 25px;">・固定資産税</h3><p style="font-size: 18px; color: rgb(102, 115, 111); line-height: 2;">売却が終わるまで継続的な費用がかかります。誰が支払うかを協議書などで明確にしておくことが大切です。</p></article><article class="case" style="border-color: rgb(222, 214, 195); border-style: solid; border-width: 0.699301px; padding: 36px; background: rgb(255, 255, 255);"><h3 style="margin: 0px 0px 10px; color: rgb(6, 47, 40); font-size: 25px;">売却代金の分け方を</h3><h3 style="margin: 0px 0px 10px; color: rgb(6, 47, 40); font-size: 25px;">先に決める</h3><p style="font-size: 18px; color: rgb(102, 115, 111); line-height: 2;">持分割合だけでなく、頭金、ローン返済、諸費用、財産分与の合意内容によって分配額は変わります。</p></article></div></section><section class="section" id="flow" style="color: rgb(36, 52, 47); margin-bottom: 135px;"><div class="section-head" style="display: flex; gap: 20px; align-items: flex-end; border-bottom: 0.699301px solid rgb(222, 214, 195); padding-bottom: 22px; margin-bottom: 44px;"><span class="num" style="font-family: " cormorant="" garamond",="" "times="" new="" roman",="" serif;="" font-size:="" 54px;="" line-height:="" 1;="" color:="" rgb(199,="" 162,="" 74);"="">05</span><h2 style="font-family: " yu="" mincho",="" serif;="" font-size:="" 31px;="" line-height:="" 1.55;="" color:="" rgb(6,="" 47,="" 40);"="">売却から財産分与までのおすすめ手順</h2></div><div class="steps" style="display: grid; grid-template-columns: 1fr; gap: 24px;"><article class="step" style="position: relative; border-color: rgb(222, 214, 195); border-style: solid; border-width: 0.699301px; background: rgb(255, 255, 255); padding: 34px 30px; min-height: 0px; display: grid; grid-template-columns: 62px 1fr; column-gap: 20px; align-items: start;"><b style="display: grid; place-items: center; width: 52px; height: 52px; border-radius: 50%; background: none 0% 0% / auto repeat scroll padding-box border-box rgb(6, 47, 40); color: rgb(231, 207, 138); font-size: 21px; grid-row: 1 / 3;">1</b><h3 style="font-size: 23px; line-height: 1.45; color: rgb(6, 47, 40); margin: 2px 0px 8px;">名義・ローン確認</h3><p style="font-size: 17px; line-height: 1.9; color: rgb(102, 115, 111);">登記簿、残高証明、連帯債務、連帯保証を整理</p></article><article class="step" style="position: relative; border-color: rgb(222, 214, 195); border-style: solid; border-width: 0.699301px; background: rgb(255, 255, 255); padding: 34px 30px; min-height: 0px; display: grid; grid-template-columns: 62px 1fr; column-gap: 20px; align-items: start;"><b style="display: grid; place-items: center; width: 52px; height: 52px; border-radius: 50%; background: none 0% 0% / auto repeat scroll padding-box border-box rgb(6, 47, 40); color: rgb(231, 207, 138); font-size: 21px; grid-row: 1 / 3;">2</b><h3 style="font-size: 23px; line-height: 1.45; color: rgb(6, 47, 40); margin: 2px 0px 8px;">不動産査定</h3><p style="font-size: 17px; line-height: 1.9; color: rgb(102, 115, 111);">売却見込額とローン残債、諸費用を比較</p></article><article class="step" style="position: relative; border-color: rgb(222, 214, 195); border-style: solid; border-width: 0.699301px; background: rgb(255, 255, 255); padding: 34px 30px; min-height: 0px; display: grid; grid-template-columns: 62px 1fr; column-gap: 20px; align-items: start;"><b style="display: grid; place-items: center; width: 52px; height: 52px; border-radius: 50%; background: none 0% 0% / auto repeat scroll padding-box border-box rgb(6, 47, 40); color: rgb(231, 207, 138); font-size: 21px; grid-row: 1 / 3;">3</b><h3 style="font-size: 23px; line-height: 1.45; color: rgb(6, 47, 40); margin: 2px 0px 8px;">売却条件を合意</h3><p style="font-size: 17px; line-height: 1.9; color: rgb(102, 115, 111);">価格、時期、費用、分配方法を明文化</p></article><article class="step" style="position: relative; border-color: rgb(222, 214, 195); border-style: solid; border-width: 0.699301px; background: rgb(255, 255, 255); padding: 34px 30px; min-height: 0px; display: grid; grid-template-columns: 62px 1fr; column-gap: 20px; align-items: start;"><b style="display: grid; place-items: center; width: 52px; height: 52px; border-radius: 50%; background: none 0% 0% / auto repeat scroll padding-box border-box rgb(6, 47, 40); color: rgb(231, 207, 138); font-size: 21px; grid-row: 1 / 3;">4</b><h3 style="font-size: 23px; line-height: 1.45; color: rgb(6, 47, 40); margin: 2px 0px 8px;">売却・ローン完済</h3><p style="font-size: 17px; line-height: 1.9; color: rgb(102, 115, 111);">売買契約、引渡し、抵当権抹消</p></article><article class="step" style="position: relative; border-color: rgb(222, 214, 195); border-style: solid; border-width: 0.699301px; background: rgb(255, 255, 255); padding: 34px 30px; min-height: 0px; display: grid; grid-template-columns: 62px 1fr; column-gap: 20px; align-items: start;"><b style="display: grid; place-items: center; width: 52px; height: 52px; border-radius: 50%; background: none 0% 0% / auto repeat scroll padding-box border-box rgb(6, 47, 40); color: rgb(231, 207, 138); font-size: 21px; grid-row: 1 / 3;">5</b><h3 style="font-size: 23px; line-height: 1.45; color: rgb(6, 47, 40); margin: 2px 0px 8px;">代金分配・申告</h3><p style="font-size: 17px; line-height: 1.9; color: rgb(102, 115, 111);">協議書に沿って分配し、必要な確定申告</p></article></div><div class="timeline" style="position: relative; margin-top: 45px; padding-left: 36px; border-left: 1.3986px solid rgb(199, 162, 74);"><div class="timeline-item" style="padding: 0px 0px 42px 32px; position: relative;"><h3 style="margin: 0px 0px 6px; color: rgb(6, 47, 40); font-size: 24px;">まず査定額と</h3><h3 style="margin: 0px 0px 6px; color: rgb(6, 47, 40); font-size: 24px;">ローン残債を比較</h3><p style="color: rgb(102, 115, 111); font-size: 18px; line-height: 2;">売却代金で住宅ローンを完済できるか、完済後にいくら残るかを確認します。</p></div><div class="timeline-item" style="padding: 0px 0px 42px 32px; position: relative;"><h3 style="margin: 0px 0px 6px; color: rgb(6, 47, 40); font-size: 24px;">売却価格・時期</h3><h3 style="margin: 0px 0px 6px; color: rgb(6, 47, 40); font-size: 24px;">費用負担を合意</h3><p style="color: rgb(102, 115, 111); font-size: 18px; line-height: 2;">値下げの判断、引越時期、仲介手数料などの負担方法を事前に決めます。</p></div><div class="timeline-item" style="padding: 0px 0px 42px 32px; position: relative;"><h3 style="margin: 0px 0px 6px; color: rgb(6, 47, 40); font-size: 24px;">売却代金を受け取り、</h3><h3 style="margin: 0px 0px 6px; color: rgb(6, 47, 40); font-size: 24px;">財産分与</h3><p style="color: rgb(102, 115, 111); font-size: 18px; line-height: 2;">ローン完済と抵当権抹消後、合意内容に基づき手取り額を分配します。</p></div><div class="timeline-item" style="padding: 0px 0px 42px 32px; position: relative;"><h3 style="margin: 0px 0px 6px; color: rgb(6, 47, 40); font-size: 24px;">必要に応じて確定申告</h3><p style="color: rgb(102, 115, 111); font-size: 18px; line-height: 2;">3,000万円特別控除などの適用を受ける場合は、各共有者が要件を確認して申告します。</p></div></div></section><section class="section" id="summary" style="color: rgb(36, 52, 47); margin-bottom: 135px;"><div class="section-head" style="display: flex; gap: 20px; align-items: flex-end; border-bottom: 0.699301px solid rgb(222, 214, 195); padding-bottom: 22px; margin-bottom: 44px;"><span class="num" style="font-family: " cormorant="" garamond",="" "times="" new="" roman",="" serif;="" font-size:="" 54px;="" line-height:="" 1;="" color:="" rgb(199,="" 162,="" 74);"="">06</span><h2 style="font-family: " yu="" mincho",="" serif;="" font-size:="" 31px;="" line-height:="" 1.55;="" color:="" rgb(6,="" 47,="" 40);"="">まとめ｜早めの相談が大きな差になります</h2></div><div class="summary" style="background: linear-gradient(145deg, rgb(255, 250, 240), rgb(245, 233, 201)); border-color: rgb(199, 162, 74); border-style: solid; border-width: 0.699301px; padding: 48px 40px;"><h3 style="font-family: " yu="" mincho",="" serif;="" font-size:="" 34px;="" color:="" rgb(6,="" 47,="" 40);="" margin:="" 0px="" 18px;"="">離婚前売却を進める主なメリット</h3><ul><li style="padding: 14px 0px 14px 34px; position: relative; border-bottom: 1px dotted rgb(217, 204, 176); line-height: 1.9;"><span style="font-size: medium;">共有名義・住宅ローンをまとめて整理できます。</span></li><li style="padding: 14px 0px 14px 34px; position: relative; border-bottom: 1px dotted rgb(217, 204, 176); line-height: 1.9;"><span style="font-size: medium;">売却後の手取り額を基準に財産分与を決められます。</span></li><li style="padding: 14px 0px 14px 34px; position: relative; border-bottom: 1px dotted rgb(217, 204, 176); line-height: 1.9;"><span style="font-size: medium;">離婚後の連絡不通・意見対立・費用負担の長期化を防ぎやすくなります。</span></li><li style="padding: 14px 0px 14px 34px; position: relative; border-bottom: 1px dotted rgb(217, 204, 176); line-height: 1.9;"><span style="font-size: medium;">3,000万円特別控除など税制要件を事前に確認できます。</span></li></ul></div></section></main><section class="cta" style="background: linear-gradient(145deg, rgb(5, 30, 25), rgb(13, 68, 56)) 0% 0% / auto repeat scroll padding-box border-box rgba(0, 0, 0, 0); padding: 48px 24px; border-top: 4.8951px solid rgb(199, 162, 74); display: grid; grid-template-columns: 1fr; gap: 42px; align-items: center;" segoe="" ui",="" roboto,="" oxygen,="" ubuntu,="" cantarell,="" "helvetica="" neue",="" arial,="" sans-serif;="" font-size:="" 17px;="" font-style:="" normal;="" font-variant-ligatures:="" font-variant-caps:="" font-weight:="" 400;="" text-align:="" start;"=""><div style=""><h2 style="" yu="" mincho",="" serif;="" font-size:="" 34px;="" margin:="" 0px="" 12px;="" line-height:="" 1.6;"=""><span style="color: rgb(255, 255, 255);">まずは「いくらで売れ、いくら残るか」を確認。</span></h2><p style="font-size: 18px; line-height: 2;"><span style="color: rgb(255, 255, 255);">GLC不動産では、札幌市の市場価格・住宅ローン残債</span></p><p style="font-size: 18px; line-height: 2;"><span style="color: rgb(255, 255, 255);">・売却諸費用を整理し、離婚協議の材料となる査定書をご提案します。</span></p></div><div class="cta-box" style="border-color: rgb(199, 162, 74); border-style: solid; border-width: 0.699301px; padding: 34px; text-align: center;"><b style="display: block; font-size: 25px;"><span style="color: rgb(255, 255, 255);">無料査定・売却相談</span></b><strong style="display: block; font-size: 39px; letter-spacing: 0.06em;"><span style="color: rgb(255, 255, 255);">011-215-8433</span></strong><small style="font-size: 14px; color: rgb(255, 255, 255);">GLC REAL ESTATE / SAPPORO</small></div></section><footer class="footer" style="background: rgb(4, 25, 21); padding: 30px 22px; font-size: 14px; line-height: 2; justify-content: space-between; gap: 30px;" segoe="" ui",="" roboto,="" oxygen,="" ubuntu,="" cantarell,="" "helvetica="" neue",="" arial,="" sans-serif;="" font-style:="" normal;="" font-variant-ligatures:="" font-variant-caps:="" font-weight:="" 400;="" text-align:="" start;"=""><div style=""><span style="color: rgb(255, 255, 255);"><strong style="">GLC不動産株式会社</strong><br>札幌市のマンション・戸建て売却をサポート</span></div><div style="margin-top: 18px;"><span style="color: rgb(255, 255, 255);">※本ページは一般的な情報提供を目的としたものです。個別の税務・法務判断は、税理士・弁護士等の専門家へご確認ください。税制・制度は改正される場合があります。</span></div></footer></div><div style="text-align:centeroriginal;word-break: break-all;"><p><br></p></div></div><br><a class="cta-assessment-img trans" href="https://www.gateway-life.jp/contact/" target="_blank"><br></a><a class="cta-assessment-img trans" href="https://www.gateway-life.jp/contact/" target="_blank">
            <img class="pcv" src="//cdn.img-asp.jp/cms/757512_8_0_0_1.jpg" alt="お問い合わせはこちら！">
            <img class="spv" src="//cdn.img-asp.jp/cms/757512_9_0_0_1.jpg" alt="お問い合わせはこちら！">
          </a>
        </div>
        <!-- マンション、戸建て売却前に知っておくべき法律と手続き -->
        <div id="legal" class="anchor"></div>
        <section class="laws-procedures">
          <h2 class="c-main-ttl">マンション、戸建て売却前に知っておくべき<br class="pcv">法律と手続き</h2>
          <p class="laws-procedures-point">札幌でスムーズに進めるための法的＆実務ポイント‼</p>
          <div class="legal-grid">
            <div class="legal-text reveal d1">
              <p class="legal-intro">
                離婚に伴う住宅売却は、感情的な負担とともに、法的・手続き面でも複雑なプロセスです。<br>
                特に、札幌でマンションや戸建ての売却を検討している方は、以下のポイントを押さえておくことで、安心して次のステップに進めます。
              </p>
              <ul class="checklist-styled">
                <li><span class="check-bullet">✓</span>財産分与の合意内容を明文化するために「離婚協議書」や「公正証書」の作成が不可欠です。</li>
                <li><span class="check-bullet">✓</span>曖昧な口約束では売却時にトラブルが起きる可能性があります。</li>
                <li><span class="check-bullet">✓</span>住宅が共有名義の場合、売却前に名義の調整や登記の確認が必須です。</li>
                <li><span class="check-bullet">✓</span>名義変更をせずに売却を進めると手続きが止まるケースも。</li>
              </ul>
            </div>
            <div class="legal-table-visual reveal d2">
              <div class="ltv-row">
                <div class="ltv-name">離婚協議書</div>
                <div class="ltv-note">財産分与の取り決めを明確化</div>
                <div class="ltv-badge critical">必須</div>
              </div>
              <div class="ltv-row">
                <div class="ltv-name">公正証書</div>
                <div class="ltv-note">法的効力を持たせる</div>
                <div class="ltv-badge high">重要</div>
              </div>
              <div class="ltv-row">
                <div class="ltv-name">登記手続き</div>
                <div class="ltv-note">名義変更・売却関連する手続</div>
                <div class="ltv-badge critical">必須</div>
              </div>
              <div class="legal-note">
                <p>
                  特に札幌のような<strong>不動産市場が動きやすい地域</strong>では、
                  迅速な対応が求められます。
                </p>
              </div>
            </div>
          </div>
        </section>
        <div class="cta-how-much">
          <a class="cta-how-much-img trans" href="https://www.gateway-life.jp/satei/" target="_blank">
            <img src="//cdn.img-asp.jp/cms/757512_10_0_0_1.jpg" alt="計画性なく勢いで相場以上の高額価格で販売するのは危険です!">
          </a>
        </div>
        <!-- 離婚後の不動産売却で注意すべき点 -->
        <div id="points-note" class="anchor"></div>
        <section class="points-note">
          <h2 class="c-main-ttl">離婚後の不動産売却で注意すべき点</h2>
          <p class="points-note-text">
            離婚後にマンション、戸建ての売却を考えている方にとって、<span>注意すべき点</span>はいくつかあります。特に札幌のような地域では、地元の不動産市場の特性を理解することが不可欠です。
            まず、売却を考える際の最初のステップとして、<span>物件の価値を正確に把握することが重要</span>です。
            札幌の不動産市場では、<span>エリアによって価格の変動が大きいため、査定を依頼する際は新築、中古の市況に詳しい不動産会社</span>を選ぶと良いでしょう。
          </p>
          <div class="points-note-img">
            <img src="//cdn.img-asp.jp/cms/757512_15_0_0_1.jpg" alt="不動産価格指数">
          </div>
          <table class="data-table">
            <thead>
              <tr>
                <th>項目</th>
                <th>重要性</th>
                <th>注意点</th>
              </tr>
            </thead>
            <tbody>
              <tr>
                <td><strong>離婚協議書</strong></td>
                <td><span class="importance-high">非常に重要</span></td>
                <td>財産分与の取り決めを明確化</td>
              </tr>
              <tr>
                <td><strong>公正証書</strong></td>
                <td><span class="importance-mid">重要</span></td>
                <td>法的効力を持たせる</td>
              </tr>
              <tr>
                <td><strong>登記手続き</strong></td>
                <td><span class="importance-high">非常に重要</span></td>
                <td>名義変更や売却関連する手続</td>
              </tr>
            </tbody>
          </table>
          <h3 class="c-line-ttl">さらに重要な合意と準備</h3>
          <p class="points-note-bottom-text">
            ✓ 売却条件やタイミングについて、元配偶者との合意を事前に得ることでスムーズな売却につながります。<br>
            ✓ 売却後の資金の使い道や分配方法も、話し合っておくことでトラブルを防止できます。
          </p>
          <h3 class="c-line-ttl">専門家のサポートを活用しよう</h3>
          <p class="points-note-bottom-text last-bottom-text">
            離婚に伴う不動産売却は、法的手続き・感情的配慮の両面から慎重さが求められます。<br>
            信頼できる不動産会社や弁護士・司法書士など、専門家のアドバイスを受けながら進めることで、希望する条件で
            の売却が可能となります。
          </p>
        </section>
        <!-- まとめ -->
        <div id="summary" class="anchor"></div>
        <section class="summary">
          <h2 class="c-main-ttl">まとめ</h2>
          <div class="summary-grid">
            <div class="summary-card reveal d1">
              <div class="sc-num">01</div>
              <div class="sc-title">事前準備が成功のカギ</div>
              <div class="sc-desc">離婚協議書・公正証書の作成、名義・登記の確認など、早めの準備がスムーズな売却につながります。</div>
            </div>
            <div class="summary-card reveal d2">
              <div class="sc-num">02</div>
              <div class="sc-title">信頼できる不動産会社を選ぶ</div>
              <div class="sc-desc">地域の市況に精通し、広告戦略を持つ会社に依頼することで、最適な価格での売却が実現します。</div>
            </div>
            <div class="summary-card reveal d3">
              <div class="sc-num">03</div>
              <div class="sc-title">売却タイミングの見極め</div>
              <div class="sc-desc">法律や手続きの理解を深め、需要が高まる時期を見極めることで安心して新たなスタートが切れます。</div>
            </div>
            <div class="summary-card reveal d4">
              <div class="sc-num">04</div>
              <div class="sc-title">様々なご要望にお応え</div>
              <div class="sc-desc">「時間がかかっても高く売りたい」「できるだけ早期に売却したい」—どちらにもお応えします。</div>
            </div>
          </div>
          <p class="summary-text">
            GLC不動産では、お客様のご希望に添える様、<br class="spv">広告戦略を実施しております。<br>
            時間がかかっても高く売りたい できるだけ早期に<br class="spv">売却したい。<br>
            様々なご要望にお応えいたします。<br>
            また、弊社では購入検討のお客様も多く<br class="spv">ご来店されマッチングも期待できます。
          </p>
          <div class="summary-table-img">
            <img src="//cdn.img-asp.jp/cms/757512_6_0_0_1.jpg" alt="GLC不動産の広告展開">
          </div>
          <!-- 強い集客力で売却サポート -->
          <div class="hero">
            <div class="hero-badge-wr">
              <p class="hero-badge">REAL ESTATE SALES SUPPORT</p>
            </div>
            <h1 class="hero-title">
              強い集客力で<br>売却サポート
            </h1>
            <p class="hero-subtitle">
              AI査定とポータル・SNS・紙媒体を網羅する<br>
              <strong>メディアミックス戦略</strong>で<br>
              高く、早く売れる仕組みを用意しています。
            </p>
            <div class="hero-wrap">
              <h2 class="section-title">他に届かない情報が届き、<br><span>売却のチャンスを最大化。</span></h2>
              <p class="strategy-lead">
                <strong>AI査定×ポータル×SNS×紙媒体</strong>を完全網羅。<br>
                それぞれの強みを組み合わせた<strong>メディアミックス戦略</strong>が、<br>
                あなたの物件を「高く・早く」売れる仕組みを生み出します。
              </p>
              <div class="targeting-box">
                <p class="targeting-text">
                  WEB広告では<strong>ターゲットエリアや購入層を予測</strong>し、<br>
                  全国の<span class="highlight">移住希望者</span>や<span class="highlight">投資家</span>など<br>
                  <strong>「買う可能性が高い層」</strong>にピンポイントで配信。<br><br>
                  だからこそ、他には届かない情報が届き、<strong>売却のチャンスを最大化</strong>できます。
                </p>
              </div>
            </div>
            <h2 class="section-title">全国へ届く、<br class="spv"><span>圧倒的なリーチ力。</span></h2>
            <div class="stats-row">
              <div class="stat-item">
                <span class="stat-num">47<span class="stat-unit">k+</span></span>
                <div class="stat-label">月間広告配信数</div>
              </div>
              <div class="stat-item">
                <span class="stat-num">1<span class="stat-unit">ヶ月</span></span>
                <div class="stat-label">広告実施期間</div>
              </div>
              <div class="stat-item">
                <span class="stat-num">1,500<span class="stat-unit">+</span></span>
                <div class="stat-label">閲覧ユーザー数</div>
              </div>
              <div class="stat-item">
                <span class="stat-num">5<span class="stat-unit">都道府県</span></span>
                <div class="stat-label">主要アクセス地域</div>
              </div>
            </div>
            <!-- Ranking Table -->
            <table class="rank-table">
              <thead>
                <tr>
                  <th>RANK</th>
                  <th>エリア</th>
                  <th>ユーザー数</th>
                </tr>
              </thead>
              <tbody>
                <tr>
                  <td><span class="rank-num top">1</span></td>
                  <td><span class="rank-area">北海道</span></td>
                  <td><span class="rank-count">673</span></td>
                </tr>
                <tr>
                  <td><span class="rank-num">2</span></td>
                  <td><span class="rank-area">東京</span></td>
                  <td><span class="rank-count">607</span></td>
                </tr>
                <tr>
                  <td><span class="rank-num">3</span></td>
                  <td><span class="rank-area">宮城</span></td>
                  <td><span class="rank-count">84</span></td>
                </tr>
                <tr>
                  <td><span class="rank-num">4</span></td>
                  <td><span class="rank-area">神奈川</span></td>
                  <td><span class="rank-count">41</span></td>
                </tr>
                <tr>
                  <td><span class="rank-num">5</span></td>
                  <td><span class="rank-area">大阪</span></td>
                  <td><span class="rank-count">37</span></td>
                </tr>
              </tbody>
            </table>
            <h2 class="section-title">実績が語る、<span>売却成功事例。</span></h2>

            <div class="case-list">
              <div class="case-item">
                <div class="case-num">01</div>
                <div class="case-content">
                  <span class="case-tag">価格UP</span>
                  <p class="case-title">10年前に3,000万円で購入したマンションが、なんと<span class="key-point">
                      4,000万円で売却成功</span>。<br>購入時より1,000万円の利益を実現。</p>
                </div>
              </div>
              <div class="case-item">
                <div class="case-num">02</div>
                <div class="case-content">
                  <span class="case-tag">節税</span>
                  <p class="case-title">1,000万円の譲渡益（儲かり益）の税金、<span class="key-point">約30万円をすべて非課税</span>に。適切な手続きでコストを最小化。</p>
                </div>
              </div>
              <div class="case-item">
                <div class="case-num">03</div>
                <div class="case-content">
                  <span class="case-tag">スピード成約</span>
                  <p class="case-title">首都圏からの移住希望者に購入いただき、<span class="key-point">引き渡しまでスピーディー</span>に完了。</p>
                </div>
              </div>
              <div class="case-item">
                <div class="case-num">04</div>
                <div class="case-content">
                  <span class="case-tag">住み替え</span>
                  <p class="case-title">2LDKから3LDKへの住み替え。<span class="key-point">売却から新居購入まで、とてもスムーズ</span>にサポート。</p>
                </div>
              </div>
            </div>
          </div>
          <p class="summary-bottom-text">
            お問い合わせ、査定のご依頼
            心よりお待ち申し上げております。<br>
            <br>
            GLC不動産株式会社<br>
            代表取締役 島田 雅弥
          </p>
        </section>
        <div class="article-bottom-links">
          <a class="cta-assessment-img trans" href="https://www.gateway-life.jp/satei/" target="_blank">
            <img src="//cdn.img-asp.jp/cms/757512_11_0_0_1.jpg" alt="売るかどうかは査定書を確認後に、ゆっくりお決めください">
          </a>
          <a class="cta-assessment-img trans" href="https://www.gateway-life.jp/contact/" target="_blank">
             <img class="pcv" src="//cdn.img-asp.jp/cms/757512_8_0_0_1.jpg" alt="お問い合わせはこちら！">
            <img class="spv" src="//cdn.img-asp.jp/cms/757512_9_0_0_1.jpg" alt="お問い合わせはこちら！">
          </a>
        </div>
      </div>
    </div>

<script src="https://code.jquery.com/jquery-3.4.1.min.js"></script>
  <script>
    $("a[href^='#']").click(function (event) {
      event.preventDefault();
      let target = $($(this).attr("href")).offset().top;
      $("html, body").animate({
        scrollTop: target
      }, 500);
    });
  </script>
  <script>
    document.addEventListener("DOMContentLoaded", () => {

      const diEl = document.querySelector('.divorce-infographic');

      const diObs = new IntersectionObserver(entries => {
        entries.forEach(entry => {

          if (entry.isIntersecting) {

            const widths = [100, 86, 78, 62];

            entry.target.querySelectorAll('.di-bar').forEach((bar, i) => {

              setTimeout(() => {

                bar.style.transition = "width 1s cubic-bezier(.4,0,.2,1)";
                bar.style.width = widths[i] + "%";

              }, i * 200);

            });

            diObs.unobserve(entry.target);

          }

        });
      }, {
        threshold: 0.3
      });

      if (diEl) {
        diObs.observe(diEl);
      }

    });
  </script>
  <script>
    document.addEventListener("DOMContentLoaded", function () {

      const mdRows = document.getElementById("mdRows");

      const mdObserver = new IntersectionObserver((entries) => {

        entries.forEach(entry => {

          if (entry.isIntersecting) {

            const bars = entry.target.querySelectorAll(".md-bar-fill");

            bars.forEach((bar, i) => {

              const width = bar.dataset.w;

              setTimeout(() => {

                bar.style.width = width + "%";
                bar.style.transition = "width 1s cubic-bezier(.4,0,.2,1)";

              }, i * 60);

            });

            mdObserver.unobserve(entry.target);

          }

        });

      }, {
        threshold: 0.2
      });

      if (mdRows) {
        mdObserver.observe(mdRows);
      }

    });
  </script>
  <script>
    const loanObs = new IntersectionObserver(entries => {
      entries.forEach(entry => {

        if (entry.isIntersecting) {

          entry.target.querySelectorAll('.loan-bar').forEach((bar, i) => {

            const h = bar.dataset.h || 100;

            setTimeout(() => {
              bar.style.transition = 'height 1.1s cubic-bezier(.4,0,.2,1)';
              bar.style.height = h + 'px';
            }, 200 + i * 150);

          });

          loanObs.unobserve(entry.target);

        }

      });
    }, {
      threshold: 0.25
    });

    const loanEl = document.getElementById('loanGrid');

    if (loanEl) {
      loanObs.observe(loanEl);
    }
  </script>]]></description>
            <pubDate>2026-07-13</pubDate>
        </item>
                
        <item>
            <title>札幌市で事業不動産の売買ご相談はGLC不動産へ</title>
            <link>https://www.gateway-life.jp/blog/entry-781544/</link>
            <description><![CDATA[<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>札幌の事業用不動産売買ならGLC不動産株式会社｜オフィスビル・店舗・一棟収益物件</title>
<meta name="description" content="札幌市内の事業用不動産売買ならGLC不動産株式会社へ。オフィスビル、店舗、一棟収益物件、テナントビルの購入・売却を、市況分析・収益性・出口戦略まで見据えてサポートします。">
<style>
  :root {
    --green-dark: #062b22;
    --green-main: #0f4a3a;
    --green-soft: #e8f1ed;
    --gold: #c7a24a;
    --gold-light: #f1df9b;
    --black: #1d1d1d;
    --gray: #666;
    --white: #ffffff;
    --bg: #f7f6f1;
  }

  * { box-sizing: border-box; }

  body {
    margin: 0;
    font-family: "Yu Gothic", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
    color: var(--black);
    background: var(--bg);
    line-height: 1.8;
  }

  a { text-decoration: none; }

  .lp-wrap {
    width: 100%;
    overflow: hidden;
    background: var(--bg);
  }

  .hero {
    position: relative;
    background: linear-gradient(135deg, rgba(6,43,34,0.96), rgba(15,74,58,0.9)), url('https://images.unsplash.com/photo-1486406146926-c627a92ad1ab?auto=format&fit=crop&w=1800&q=80') center/cover no-repeat;
    color: var(--white);
    padding: 90px 20px 80px;
  }

  .hero-inner,
  .section-inner {
    max-width: 1120px;
    margin: 0 auto;
  }

  .brand-badge {
    display: inline-block;
    border: 1px solid var(--gold);
    color: var(--gold-light);
    padding: 6px 16px;
    letter-spacing: 0.12em;
    font-size: 13px;
    margin-bottom: 22px;
  }

  .hero h1 {
    font-family: "Yu Mincho", "Hiragino Mincho ProN", serif;
    font-size: clamp(32px, 5vw, 56px);
    line-height: 1.35;
    margin: 0 0 22px;
    letter-spacing: 0.03em;
  }

  .hero h1 span { color: var(--gold-light); }

  .hero-lead {
    max-width: 760px;
    font-size: 18px;
    margin-bottom: 34px;
  }

  .hero-points {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    margin-bottom: 36px;
  }

  .hero-points span {
    background: rgba(255,255,255,0.12);
    border: 1px solid rgba(241,223,155,0.45);
    padding: 9px 15px;
    border-radius: 999px;
    font-size: 14px;
  }

  .cta-row {
    display: flex;
    flex-wrap: wrap;
    gap: 14px;
  }

  .btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 230px;
    padding: 15px 24px;
    border-radius: 4px;
    font-weight: 700;
    transition: 0.2s ease;
  }

  .btn-gold {
    background: linear-gradient(135deg, var(--gold-light), var(--gold));
    color: #15251f;
    box-shadow: 0 8px 22px rgba(0,0,0,0.22);
  }

  .btn-white {
    border: 1px solid rgba(255,255,255,0.65);
    color: var(--white);
    background: rgba(255,255,255,0.08);
  }

  .btn:hover { transform: translateY(-2px); opacity: 0.92; }

  section {
    padding: 78px 20px;
  }

  .section-title {
    text-align: center;
    margin-bottom: 42px;
  }

  .section-title .en {
    color: var(--gold);
    letter-spacing: 0.16em;
    font-size: 13px;
    font-weight: 700;
  }

  .section-title h2 {
    font-family: "Yu Mincho", "Hiragino Mincho ProN", serif;
    font-size: clamp(26px, 4vw, 42px);
    margin: 8px 0 12px;
    color: var(--green-dark);
    line-height: 1.45;
  }

  .section-title p {
    color: var(--gray);
    max-width: 720px;
    margin: 0 auto;
  }

  .white-card {
    background: var(--white);
    border: 1px solid rgba(199,162,74,0.32);
    box-shadow: 0 12px 34px rgba(0,0,0,0.06);
  }

  .market-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 18px;
  }

  .market-card {
    padding: 28px 22px;
    border-top: 4px solid var(--gold);
  }

  .market-card strong {
    display: block;
    color: var(--green-dark);
    font-size: 18px;
    margin-bottom: 8px;
  }

  .area-wrap {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 22px;
  }

  .area-card {
    overflow: hidden;
    border-radius: 2px;
  }

  .area-img {
    height: 190px;
    background-size: cover;
    background-position: center;
  }

  .area-body {
    padding: 26px;
    background: var(--white);
  }

  .area-body h3 {
    margin: 0 0 10px;
    color: var(--green-dark);
    font-size: 22px;
    border-bottom: 1px solid rgba(199,162,74,0.4);
    padding-bottom: 8px;
  }

  .reason {
    background: var(--green-dark);
    color: var(--white);
  }

  .reason .section-title h2,
  .reason .section-title p { color: var(--white); }

  .reason-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 22px;
  }

  .reason-card {
    padding: 32px 26px;
    background: rgba(255,255,255,0.06);
    border: 1px solid rgba(241,223,155,0.35);
  }

  .reason-card .num {
    color: var(--gold-light);
    font-family: "Yu Mincho", serif;
    font-size: 34px;
    line-height: 1;
  }

  .reason-card h3 {
    font-size: 22px;
    margin: 14px 0 10px;
    color: var(--gold-light);
  }

  .service-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
  }

  .service-card {
    padding: 30px;
    display: flex;
    gap: 18px;
    align-items: flex-start;
  }

  .icon {
    min-width: 44px;
    height: 44px;
    border-radius: 50%;
    background: var(--green-main);
    color: var(--gold-light);
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 700;
  }

  .case-box {
    padding: 36px;
    display: grid;
    grid-template-columns: 1.1fr 0.9fr;
    gap: 30px;
    align-items: center;
  }

  .case-box h3 {
    color: var(--green-dark);
    font-size: 26px;
    margin-top: 0;
  }

  .case-list {
    margin: 0;
    padding: 0;
    list-style: none;
  }

  .case-list li {
    border-bottom: 1px solid #e8e4d6;
    padding: 10px 0;
  }

  .final-cta {
    background: linear-gradient(135deg, var(--green-dark), var(--green-main));
    color: var(--white);
    text-align: center;
    padding: 82px 20px;
  }

  .final-cta h2 {
    font-family: "Yu Mincho", serif;
    font-size: clamp(28px, 4vw, 44px);
    margin: 0 0 18px;
    color: var(--gold-light);
  }

  .final-cta p {
    max-width: 760px;
    margin: 0 auto 32px;
    font-size: 17px;
  }

  .contact-box {
    max-width: 900px;
    margin: 35px auto 0;
    padding: 26px;
    border: 1px solid rgba(241,223,155,0.55);
    background: rgba(255,255,255,0.07);
  }

  .contact-box strong {
    display: block;
    font-size: 22px;
    color: var(--gold-light);
    margin-bottom: 8px;
  }

  .footer-note {
    background: #041c16;
    color: rgba(255,255,255,0.75);
    text-align: center;
    padding: 22px 10px;
    font-size: 13px;
  }

  @media (max-width: 900px) {
    .market-grid,
    .area-wrap,
    .reason-grid,
    .service-grid,
    .case-box {
      grid-template-columns: 1fr;
    }
    .hero { padding: 70px 18px; }
    .btn { width: 100%; }
  }
</style>


<main class="lp-wrap">
  <section class="hero">
    <div class="hero-inner">
      <div class="brand-badge">GLC REAL ESTATE / SAPPORO BUSINESS PROPERTY</div>
      <h1><span style="color: rgb(255, 255, 153);">札幌市内の</span></h1><h1><span style="color: rgb(255, 255, 153);">事業用不動産売買は</span></h1><h1><span style="color: rgb(255, 255, 153);">GLC不動産にお任せください</span></h1>
      <p class="hero-lead"><span style="color: rgb(255, 255, 153);">
        株式会社エスコンで培った事業用不動産の経験と販売ルートを活かし、土地・ビル・工場・倉庫・商業施設など、高額資産の購入・売却・資産組み換えまで戦略的にサポートします。
      </span></p>
      <div class="hero-points">
        <span style="text-align: center;"><span style="color: rgb(255, 255, 153);">札幌市内都心部に強い</span></span>
        <span style="text-align: center;"><span style="color: rgb(255, 255, 153);">全国の法人・投資家へ向けた特殊広告</span></span>
        <span style="text-align: center;"><span style="color: rgb(255, 255, 153);">大手不動産デベロッパーの紹介ルート確立</span></span>
        <span style="text-align: center;"><span style="color: rgb(255, 255, 153);">札幌市内の優秀なバイヤーとの連携</span></span>
        <span style="text-align: center;"><span style="color: rgb(255, 255, 153);">資産性の高い事業用不動産の売買に特化</span></span></div><div class="cta-row"><div style="text-align:centeroriginal;word-break: break-all;"><p class="clearfix" style="text-align: center;"><a href="https://www.gateway-life.jp/form2/" target="_blank"><img src="//cdn.img-asp.jp/cms/781544_1_0_0_1.jpg" style="max-width: 100%;" alt=""></a></p></div><br>
        <a class="btn btn-white" href="tel:011-000-0000" target="_blank"><span style="color: rgb(255, 204, 0);"><span style="font-size: large;">お問合せ </span></span><span style="color: rgb(255, 204, 0);"><span style="font-size: large;"><br></span></span><span style="color: rgb(255, 204, 0);"><span style="font-size: large;">☏011-215-8433</span></span></a>
      </div>
    </div>
  </section>

  <section>
    <div class="section-inner">
      <div class="section-title">
        <div class="en">MARKET TREND</div>
        <h2>札幌の事業用不動産市場は<br>今、大きく動いています</h2>
        <p>札幌中心部では再開発、企業拠点の集約、観光・商業需要の回復により、事業用不動産への注目が高まっています。</p>
      </div>

      <div class="market-grid">
        <div class="market-card white-card">
          <strong><span style="font-size: large; background-color: rgb(0, 0, 0); color: rgb(255, 255, 153);">札幌駅～すすきの駅周辺の再開発</span></strong><span style="font-size: medium;">
          オフィス・商業施設・ホテル需要が集まりやすい中心エリアです。
        </span></div>
        <div class="market-card white-card">
          <strong><span style="font-size: large; background-color: rgb(0, 0, 0); color: rgb(255, 255, 153);">法人移転ニーズ</span></strong><span style="font-size: medium;">災害リスクの少ない札幌市に支店統合・拠点移転を希望される大企業の増加により、利便性の高い立地が選ばれています。
        </span></div>
        <div class="market-card white-card">
          <strong><span style="font-size: large; background-color: rgb(0, 0, 0); color: rgb(255, 255, 153);">店舗・飲食、事務所、ホテル・民泊の需要</span></strong><span style="font-size: medium;">
          大通・すすきの周辺では商業テナント需要が根強くあります</span><span style="font-size: large;">。
        </span></div>
        <div class="market-card white-card">
          <strong><span style="background-color: rgb(0, 0, 0); color: rgb(255, 255, 153);">収益物件投資</span></strong><span style="font-size: medium;">
          賃料、空室率、出口戦略を踏まえた投資判断が重要です。
        </span></div>
      </div>
    </div>
  </section>

  <section style="background:#fff;">
    <div class="section-inner">
      <div class="section-title">
        <div class="en">AREA STRATEGY</div>
        <h2>札幌で注目される事業用不動産エリア</h2>
        <p><span style="font-size: medium;">事業用不動産は、エリアと戦略によって収益性・流動性・売却価格が大きく変わります。</span></p>
      </div>

      <div class="area-wrap">
        <div class="area-card white-card">
          <div class="area-img" style="background-image:url('https://images.unsplash.com/photo-1497366754035-f200968a6e72?auto=format&fit=crop&w=900&q=80');"></div>
          <div class="area-body">
            <h3>札幌駅周辺</h3>
            <p><span style="font-size: large;">大企業支店、士業、IT企業などの需要が見込まれる中心エリア。</span><span style="font-size: large;">オフィスビル・区分事務所・商業ビルの相談に適しています。</span></p>
          </div>
        </div>

        <div class="area-card white-card">
          <div class="area-img" style="background-image:url('https://images.unsplash.com/photo-1486406146926-c627a92ad1ab?auto=format&fit=crop&w=900&q=80');"></div>
          <div class="area-body">
            <h3>大通エリア</h3>
            <p><span style="font-size: large;">オフィス、サービス店舗、金融・法人系テナントに強いエリア。</span><span style="font-size: large;">安定稼働を重視する収益物件に向いています。</span></p>
          </div>
        </div>

        <div class="area-card white-card">
          <div class="area-img" style="background-image:url('https://images.unsplash.com/photo-1518005020951-eccb494ad742?auto=format&fit=crop&w=900&q=80');"></div>
          <div class="area-body">
            <h3>すすきの周辺</h3>
            <p><span style="font-size: large;">飲食・観光・ホテル関連需要が見込まれる商業エリア。</span><span style="font-size: large;">店舗ビル、テナントビル、商業用地の検討に適しています。</span></p>
          </div>
        </div>
                  <div class="area-card white-card">
          <div class="area-img" style="background-image:url('https://images.unsplash.com/photo-1460317442991-0ec209397118?auto=format&fit=crop&w=900&q=80');"></div>
          <div class="area-body">
            <h3>創成イースト</h3>
            <p><span style="font-size: large;">再開発が進み、高価格帯分譲マンション・商業施設の新規供給が期待されるエリア。</span><span style="font-size: large;">将来性を重視する法人投資家から注目。</span></p>
          </div>
        </div>

        <div class="area-card white-card">
          <div class="area-img" style="background-image:url('https://images.unsplash.com/photo-1494526585095-c41746248156?auto=format&fit=crop&w=900&q=80');"></div>
          <div class="area-body">
            <h3>円山エリア</h3>
            <p><span style="font-size: large;">ブランド力の高い住宅・商業エリア。</span><span style="font-size: large;">高価格帯住宅、クリニック、商業施設、高付加価値オフィスなどのニーズが見込めます。</span></p>
          </div>
        </div>

        <div class="area-card white-card">
          <div class="area-img" style="background-image:url('https://images.unsplash.com/photo-1508057198894-247b23fe5ade?auto=format&fit=crop&w=900&q=80');"></div>
          <div class="area-body">
            <h3>地下鉄沿線エリア</h3>
            <p><span style="font-size: large;">交通利便性と安定した集客力が見込める人気エリア。</span></p><p><span style="font-size: large;">商業施設・事務所、店舗、収益物件・ホテルなど幅広い事業用途に適しています。</span></p>
          </div>
        </div>
      </div>
    </div>
  </section>

  <section class="reason">
    <div class="section-inner">
      <div class="section-title">
        <div class="en">DEVELOPER EXPERIENCE</div>
        <h2><span style="font-size: x-large;">経験と大手デベロッパーNetworkで結果にコミット</span></h2>
        <p>株式会社エスコンで培った販売経験、市況分析、開発視点、販売ネットワークを活かし、</p><p>価格だけではない出口戦略型の売買をご提案します。</p>
      </div>

      <div class="reason-grid">
        <div class="reason-card">
          <div class="num"><span style="color: rgb(255, 255, 153);">01</span></div>
          <h3><span style="color: rgb(255, 255, 153);">エスコンで培った販売経験</span></h3>
          <p><span style="font-size: medium; color: rgb(255, 255, 153);">新球場の開発、分譲マンション・商業施設開発誘致リーシングに携わった経験をもとに、</span><span style="color: rgb(255, 255, 153); font-size: medium;">不動産価値を最大化する販売戦略を設計します</span><span style="color: rgb(255, 255, 153);">。</span></p>
        </div>
        <div class="reason-card">
          <div class="num"><span style="color: rgb(255, 255, 153);">02</span></div>
          <h3><span style="color: rgb(255, 255, 153);">デベロッパー紹介ルート</span></h3>
          <p><span style="color: rgb(255, 255, 153);">マンション・ホテル用地<span style="font-size: medium;">・ビル・商業施設など、開発余地のある資産について、</span></span><span style="color: rgb(255, 255, 153); font-size: medium;">不動産デベロッパーへの紹介ルートを活用した売却提案が可能です。</span></p>
        </div>
        <div class="reason-card">
          <div class="num"><span style="color: rgb(255, 255, 153);">03</span></div>
          <h3><span style="color: rgb(255, 255, 153);">優秀なバイヤーとの連携</span></h3>
          <p><span style="font-size: medium; color: rgb(255, 255, 153);">法人投資家、資産家、事業会社など、購入意欲の高い優秀なバイヤーとの連携により、</span><span style="color: rgb(255, 255, 153); font-size: medium;">秘密保持契約を締結しさらなる希少性価値を創出し、買主候補へ戦略的にアプローチします。</span></p>
        </div>
      </div>
    </div>
  </section>

  <section>
    <div class="section-inner">
      <div class="section-title">
        <div class="en">SERVICE</div>
        <h2><span style="font-size: x-large;">当社が得意とする不動産</span></h2>
        <p>札幌市内の幅広い不動産売買に対応しています。</p><p><br></p><p><br></p>
      </div>

      <div class="service-grid">
        <div class="service-card white-card"><div class="icon" style="text-align: center;"><span style="font-size: x-small;">土地</span></div><div><h3><span style="font-size: medium; font-weight: bold;">資産性の高い土地</span></h3><p><span style="font-size: medium;">開発用地、事業用地、収益化が見込める土地など、</span></p><p><span style="font-size: medium;">将来性を踏まえた売買サポート</span></p></div></div>
        <div class="service-card white-card"><div class="icon"><span style="font-size: x-small;">ビル</span></div><div><h3><span style="font-size: medium; font-weight: bold;">一棟ビル・テナントビル</span></h3><p><span style="font-size: medium;">オフィスビル、商業ビル、賃貸ビルの査定・販売戦略・買主探索を行います。</span></p></div></div>
        <div class="service-card white-card"><div class="icon"><span style="font-size: x-small;">工場</span><br></div><div><h3><span style="font-size: medium; font-weight: bold;">工場・倉庫・会社</span></h3><p><span style="font-size: medium;">会社の移転、物流拠点、保管施設など、用途に応じた売買ニーズに対応。</span></p></div></div>
        <div class="service-card white-card"><div class="icon"><span style="font-size: x-small;">事務所</span><br></div><div><h3><span style="font-size: medium; font-weight: bold;">事務所・オフィス</span></h3><p><span style="font-size: medium;">法人利用、区分事務所、事業拠点取得など、収益性と利便性を重視したご提案。</span></p></div></div>
        <div class="service-card white-card"><div class="icon"><span style="font-size: x-small;">商業</span><br></div><div><h3><span style="font-size: medium; font-weight: bold;">商業施設・店舗</span></h3><p><span style="font-size: medium;">ロードサイド店舗、複合商業施設、飲食・サービス店舗など、</span></p><p><span style="font-size: medium;">商業性の高い不動産に対応します。</span></p></div></div>
        <div class="service-card white-card"><div class="icon"><span style="font-size: x-small;">収益</span></div><div><h3><span style="font-size: medium; font-weight: 700;">賃貸マンション収益物件のご紹介</span></h3><p><span style="font-size: medium;">高利回り、資産価値上昇が見込める好立地 一棟収益賃貸マンションのご紹介</span></p></div></div>
      </div>
    </div>
  </section>

  <section style="background:#fff;">
    <div class="section-inner">
      <div class="section-title">
        <div class="en">ＣＬＩＥＮＴ ＯＲＤＥＲ</div>
        <h2><span style="font-size: x-large;">クライアント オーダー</span></h2>
        <p>法人様・投資家様・不動産オーナー様から、以下のようなご相談をいただきます。</p>
      </div>

      <div class="case-box white-card">
        <div>
          <h3><span style="font-size: x-large;"><span style="background-color: rgb(255, 255, 255); color: rgb(0, 102, 0);">購入 </span></span></h3><h3><span style="color: rgb(255, 255, 255); background-color: rgb(0, 102, 0); font-size: large;">札幌市内および近郊 倉庫・工場</span></h3>
          <p><br></p><p>食品加工・保管が可能な工場を探してほしい</p><ul class="case-list" style="font-size: 13.12px;"><li style="font-size: 13.12px;"><strong style="color: rgb(255, 255, 255); font-size: large; background-color: rgb(153, 102, 51);">《物件情報 募集中》</strong></li></ul>
        </div>
        <ul class="case-list">
          <li><strong style="font-size: medium;">相談内容：倉庫・工場 300坪～500坪 予算3億円～5億円</strong></li>
          <li><span style="font-size: medium;"><strong>エリア：</strong>札幌市内および近郊</span></li>
          <li><strong style="font-size: medium;">ポイント：できれば築浅物件、築年数がたっている物件であれば改修工事まで一貫してお願いしたい</strong></li>
          <li><strong style="font-size: medium;">提案：デベロッパー・専門バイヤーに情報収集を依頼中 </strong></li></ul><div><font size="3"><b><br></b></font></div><div><font size="3"><b><br></b></font></div><div><div><h3 style=""><span style="font-size: x-large;"><span style="background-color: rgb(255, 255, 255); color: rgb(0, 102, 0);">購入 </span></span></h3><h3 style=""><span style="color: rgb(255, 255, 255); background-color: rgb(0, 102, 0); font-size: large;">すすきの～大通エリア テナントビル</span></h3><p style="font-size: 13.12px;"><br></p><p style="font-size: 13.12px;">収益不動産の購入</p><ul class="case-list" style="font-size: 13.12px;"><li style="font-size: 13.12px;"><strong style="color: rgb(255, 255, 255); font-size: large; background-color: rgb(153, 102, 51);">《物件情報 募集中》</strong></li></ul></div><ul class="case-list" style="font-size: 13.12px;"><li style="font-size: 13.12px;"><strong style="font-size: medium;">相談内容：テナントビルの購入 予算10億円～15億円 </strong></li><li style="font-size: 13.12px;"><span style="font-size: medium;"><strong>エリア：すすきの・大通エリア</strong></span></li><li style="font-size: 13.12px;"><strong style="font-size: medium;">ポイント：テナントは飲食店、小売業販売店などが望ましい。 （賃貸、オフィス系は不可）</strong></li><li style="font-size: 13.12px;"><strong style="font-size: medium;">提案：デベロッパー・専門バイヤーに情報収集を依頼中</strong></li></ul><div><font size="3"><b><br></b></font></div></div><div><font size="3"><b><br></b></font></div><div><div><h3 style=""><span style="color: rgb(51, 102, 102); background-color: rgb(255, 255, 255);">売却 </span></h3><h3 style=""><span style="font-size: large;"><span style="background-color: rgb(51, 51, 255); color: rgb(255, 255, 255);">円山公園駅 戸建2棟</span><span style="background-color: rgb(51, 51, 255); color: rgb(255, 255, 255);">（合計 150坪）</span><span style="background-color: rgb(51, 51, 255); color: rgb(255, 255, 255);">の売却依頼 </span></span></h3><div><span style="background-color: rgb(51, 51, 255); color: rgb(255, 255, 255);"><br></span></div><h3 style=""><span style="color: rgb(51, 102, 102); background-color: rgb(255, 255, 255);">購入 </span></h3><h3 style=""><span style="color: rgb(255, 255, 255); background-color: rgb(0, 102, 0); font-size: large;">レストラン・ホテル用地を探してほしい</span></h3><p style="font-size: 13.12px;"><br></p><ul class="case-list" style=""><li style=""><strong style="color: rgb(255, 255, 255); background-color: rgb(255, 102, 102); font-size: large;">《マッチング 御成約》</strong></li></ul></div><ul class="case-list" style=""><li style="font-size: 13.12px;"><strong style="font-size: medium;">相談内容：飲食店用地 100坪～150坪 予算3億円</strong></li><li style="font-size: 13.12px;"><span style="font-size: medium;"><strong>エリア：円山エリア</strong></span></li><li style="font-size: 13.12px;"><strong style="font-size: medium;">ポイント：閑静な場所 円山公園駅近く</strong></li><li style="font-size: 13.12px;"><strong style="font-size: medium;">提案：北海道道内～首都圏エリアへWEB広告配信</strong></li></ul><div><br></div></div>
        
        <!-- ▼ 修正箇所 ここから ▼ -->
        <div style="grid-column: 1 / -1; margin-top: 30px; text-align: center;">
          <h3 style="font-size: 20px; font-weight: bold; color: var(--green-dark); margin-bottom: 15px;">一棟収益賃貸マンション</h3>
          <a href="//cdn.img-asp.jp/cms/781544_3_0_0_1.jpg" target="_blank" rel="noopener noreferrer">
            <img src="//cdn.img-asp.jp/cms/781544_3_0_0_1.jpg" style="max-width: 100%; width: 100%; height: auto; display: block; margin: 0 auto; cursor: pointer; box-shadow: 0 4px 15px rgba(0,0,0,0.1);" alt="クリックして拡大表示">
          </a>
        </div>
        <!-- ▲ 修正箇所 ここまで ▲ -->
      </div>
    </div>
  </section>

  <section class="final-cta" id="contact">
    <div class="section-inner">
      <h2><span style="color: rgb(255, 255, 153);">札幌の事業用不動産は、<br>戦略で結果が変わります。</span></h2>
      <p><span style="color: rgb(255, 255, 153);">価格だけでなく、賃料、空室、修繕、税務、出口戦略まで考える必要があります。</span></p><p><span style="color: rgb(255, 255, 153);">オフィスビル・店舗・収益物件の購入・売却をご検討の方は、GLC不動産へご相談ください。
      </span></p>
      <div class="cta-row" style="justify-content:center;"><div style="text-align:centeroriginal;word-break: break-all;"><p class="clearfix"><a href="https://www.gateway-life.jp/form2/" target="_blank" style="color: rgb(255, 255, 153);"><img src="//cdn.img-asp.jp/cms/781544_1_0_0_1.jpg" style="max-width: 100%;" alt=""></a></p></div><span style="color: rgb(255, 255, 153);"><br></span>
        <a class="btn btn-white" href="tel:011-000-0000" target="_blank" style="text-decoration-thickness: initial; text-decoration-style: initial; text-decoration-color: initial; transform: translateY(-2px); opacity: 0.92; text-align: center;"><span style="color: rgb(255, 255, 153);"><span style="font-size: medium;">電話でご相談 </span></span><span style="color: rgb(255, 255, 153);"><span style="font-size: medium;">☏</span></span><span style="color: rgb(255, 255, 153);"><span style="font-size: medium;"> </span></span><span style="color: rgb(255, 255, 153);"><span style="font-size: medium;">011-215-8433</span></span></a>
      </div>
      <div class="contact-box">
        <strong><span style="color: rgb(255, 255, 153); font-size: medium;">GLC不動産株式会社  <span style="font-weight: normal;">担当 島田  </span></span></strong><strong><span style="font-size: medium; color: rgb(255, 255, 153); text-decoration-line: underline; background-color: rgb(255, 255, 153);"><a href="https://www.gateway-life.jp/" target="_blank">公式HPはこちらをクリック</a></span><span style="font-weight: normal; font-size: medium; color: rgb(255, 255, 153);"> </span></strong></div>
    </div>
  </section>

  <div class="footer-note">
    © GLC Real Estate Co., Ltd. / Gateway to Life Creation
  </div>
</main>]]></description>
            <pubDate>2026-07-03</pubDate>
        </item>
                
        <item>
            <title>札幌で住宅ローンをどう選ぶべき？住宅ローン比較のポイントをご紹介</title>
            <link>https://www.gateway-life.jp/blog/entry-606324/</link>
            <description><![CDATA[<div class="blog-index" style="border:1px solid #8c8c8c;background-color: #f9f9f9;padding:20px;margin:10px 0;"><span style="font-weight: bold; padding: 3px; font-size: large;">　目次】</span><ul><li><a style="text-decoration: none; line-height: 2; color: rgb(7, 81, 154); font-size: large;" href="#h7f30f503">・住宅ローンの基本知識</a></li><li><a style="text-decoration: none; line-height: 2; color: rgb(7, 81, 154); font-size: large;" href="#hd6d4499d">・札幌の主要金融機関の住宅ローン比較</a></li><li><a style="text-decoration: none; line-height: 2; color: rgb(7, 81, 154); font-size: large;" href="#h4ddf3a53">・住宅ローン選びで注意すべきポイント</a></li><li><a style="text-decoration: none; line-height: 2; color: rgb(7, 81, 154); font-size: large;" href="#h8e9bdf95">・住宅ローン申し込みの流れ</a></li><li><span style="font-size: large;"><br></span></li><li><a style="text-decoration: none; line-height: 2; color: rgb(7, 81, 154); font-size: large;" href="#he00ed6c1">・まとめ</a></li></ul></div><p class="def_text"><span style="font-size: large;">住宅を購入する際、重要なのが住宅ローンの選択です。</span></p><p class="def_text"><span style="font-size: large;">最適な住宅ローンを見つけるために市場特性を理解することが大切です。</span></p><p class="def_text"><span style="font-size: large;">本記事では、札幌で住宅ローンを比較する際のポイントを詳しく解説します。</span></p><p class="def_text"><span style="font-size: large;">※この記事は2026年5月をもとに金利、条件等を設定しております。</span></p>

<div id="midashi1" class="blog_box"><h2 id="h7f30f503" class="kizi_ttl"><span style="font-size: large;">札幌における住宅ローンの基本知識</span></h2>
<p class="def_text"><span style="background-color: rgb(255, 255, 255); color: rgb(0, 0, 0); font-size: large;">住宅ローンには主に変動金利型と固定金利型の2種類</span></p><p class="def_text"><span style="font-size: large;"><span style="color: rgb(51, 102, 255);">変動金利型</span>は市場の金利の動向に応じて変化</span></p><p class="def_text"><span style="color: rgb(51, 102, 255); font-size: large;">金利が低いときにはメリットがありますが、</span></p><p class="def_text"><span style="font-size: large;"><span style="color: rgb(51, 102, 255);">将来的な金利上昇のリスク</span>も考慮が必要</span></p><p class="def_text"><span style="font-size: large;">一方、</span></p><p class="def_text"><span style="font-size: large;"><span style="color: rgb(0, 102, 0);">固定金利型は返済額が安定する安心感がある反面、</span>変動金利と比べて<span style="color: rgb(0, 102, 0);">初期の金利が高く設定</span>される。</span></p><p class="def_text"><span style="text-align: center; font-size: large;">まずローンの種類と特徴を理解し自分のライフスタイルや将来のプランに合わせて選ぶことが大切です。</span></p><p class="def_text"><span style="text-align: center; font-size: large;"><br></span></p><p class="def_text" style="text-align: left;"><span style="background-color: rgb(255, 255, 255); color: rgb(0, 102, 0); font-size: large;">地銀『3年固定特約』年収別お借入額</span></p><div style="text-align:leftlarge;word-break: break-all;"><div style="text-align:leftmedium;word-break: break-all;"><div style="text-align:leftoriginal;word-break: break-all;"><div style="text-align:leftlarge;word-break: break-all;"><p class="clearfix"><img src="//cdn.img-asp.jp/cms/606324_33_0_0_1.jpg" style="max-width: 100%;float:left;height:auto;width:450px;" alt=""></p></div><span style="font-size: large;"><br></span></div><p class="clearfix"><span style="font-size: large;"><br></span></p></div><p class="clearfix"><span style="font-size: large;">　</span></p></div><p class="def_text"><span style="font-size: large;"><br></span></p><p class="def_text"><span style="font-size: large;"><br></span></p>

<style>
  .banner-wrapper {
    display: flex;
    gap: 20px; 
    flex-wrap: wrap; 
    justify-content: center; /* 中央揃え追加 */
  }

  .banner {
    display: block;
    width: 360px;
    font-size: 18px;
    font-weight: bold;
    color: #ffffff;
    text-decoration: none;
    padding: 18px 15px;
    text-align: center;
    border-radius: 4px;
    box-sizing: border-box;
    transition: background-color 0.3s, filter 0.3s;
  }

  .navy-banner {
    background-color: #045cb5;
  }

  .line-banner {
    background-color: #00C300;
  }

  .banner:link,
  .banner:visited,
  .banner:hover,
  .banner:active {
    color: #ffffff;
    text-decoration: none;
  }

  .banner:hover {
    filter: brightness(1.1);
  }

  @media screen and (max-width: 768px) {
    .banner-wrapper {
      flex-direction: column;
      align-items: center;
    }
    .banner {
      width: 100%;
      max-width: 360px;
    }
  }
</style>



  <meta charset="UTF-8">
  <title>2026年 住宅ローン金利の見通し</title>
  <style>
    body {
      font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI",
        sans-serif;
      line-height: 1.7;
      margin: 0;
      padding: 24px;
      background: #f5f7f8;
      color: #333;
    }

    .wrapper {
      max-width: 900px;
      margin: 0 auto;
    }

    h1 {
      font-size: 1.8rem;
      margin-bottom: 12px;
      display: flex;
      align-items: center;
      gap: 10px;
    }

    h1 span.icon {
      font-size: 1.9rem;
    }

    .subtitle {
      color: #666;
      margin-bottom: 24px;
    }

    .box {
      background: #fff;
      border: 2px solid #2e7d32;
      border-radius: 10px;
      padding: 18px 20px;
      margin-bottom: 18px;
      box-shadow: 0 2px 4px rgba(0, 0, 0, 0.04);
    }

    .box-title {
      font-weight: 700;
      margin-bottom: 8px;
      display: flex;
      align-items: center;
      gap: 6px;
    }

    .box-title span.label {
      display: inline-block;
      padding: 2px 8px;
      border-radius: 999px;
      font-size: 0.8rem;
      background: #2e7d32;
      color: #fff;
    }

    .box-title span.text {
      font-size: 1rem;
    }

    .box ul {
      margin: 0;
      padding-left: 1.3em;
    }

    .box li {
      margin: 2px 0;
    }

    .section-heading {
      font-weight: 700;
      margin-bottom: 6px;
      font-size: 1rem;
      border-left: 4px solid #2e7d32;
      padding-left: 8px;
    }

    .rate-table {
      width: 100%;
      border-collapse: collapse;
      margin-top: 6px;
      font-size: 0.95rem;
    }

    .rate-table th,
    .rate-table td {
      border: 1px solid #ddd;
      padding: 8px 10px;
    }

    .rate-table th {
      background: #e8f5e9;
      text-align: center;
      white-space: nowrap;
    }

    .rate-table td {
      vertical-align: top;
    }

    .chip-row {
      display: flex;
      flex-wrap: wrap;
      gap: 6px;
      margin-top: 6px;
    }

    .chip {
      font-size: 0.8rem;
      padding: 3px 8px;
      border-radius: 999px;
      border: 1px solid #2e7d32;
      background: #f1faf1;
      white-space: nowrap;
    }

    @media (max-width: 600px) {
      body {
        padding: 16px;
      }
      h1 {
        font-size: 1.4rem;
      }
    }
  </style>


  <div class="wrapper">
    <h1>
      <span class="icon"><span style="font-size: large;"><br></span></span><span class="icon"><span style="font-size: large;">2026年 住宅ローン金利の見通し</span></span>
    </h1>
    <div class="subtitle"><span style="font-size: large;">―― 金利上昇局面での“選び方”のポイント整理 ――</span></div>

    <!-- 全体トレンド -->
    <div class="box">
      <div class="box-title">
        <span class="label"><span style="font-size: large;">POINT 1</span></span>
        <span class="text"><span style="font-size: large;">全体トレンド</span></span>
      </div>
      <ul>
        <li><span style="font-size: large;">金利は<strong>全体的に上昇傾向</strong></span></li>
        <li><span style="font-size: large;">日銀の利上げ → 1月から住宅ローン金利もじわじわ上昇</span></li>
        <li><strong style="font-size: large;">「超低金利時代」はほぼ終了　そして4月より大幅に金利が上昇</strong></li>
      </ul>
    </div>

    <!-- 金利タイプ別の動き -->
    <div class="box">
      <div class="box-title">
        <span class="label"><span style="font-size: large;">POINT 2</span></span>
        <span class="text"><span style="font-size: large;">金利タイプ別の動き</span></span>
      </div>

      <div class="section-heading"><span style="font-size: large;">① 変動金利</span></div>
      <ul>
        <li><strong style="font-size: large;">上昇</strong></li>
        <li><span style="font-size: large;">今後<span style="color: rgb(255, 0, 0);"> <strong>1％後半</strong></span>&nbsp;まで上がる可能性あり</span></li>
        <li><span style="font-size: large;">背景：政策金利の引き上げ</span></li>
      </ul>

      <div class="section-heading" style="margin-top: 12px;"><span style="font-size: large;">② 固定金利（全期間）</span></div>
      <ul>
        <li><strong style="font-size: large;">上がりやすい局面</strong></li>
        <li><span style="font-size: large;">フラット35は <span style="color: rgb(255, 0, 0);">3<strong>％前後</strong> </span>で推移する可能性</span></li>
        <li><span style="font-size: large;">長期金利（10年国債）の上昇が影響</span></li>
      </ul>
    </div>

    <!-- ひと目で比較 -->
    <div class="box">
      <div class="box-title">
        <span class="label"><span style="font-size: large;">POINT 3</span></span>
        <span class="text"><span style="font-size: large;">ひと目で比較</span></span>
      </div>

      <table class="rate-table">
        <thead>
          <tr>
            <th><span style="color: rgb(0, 102, 0); font-size: large;">種類</span></th>
            <th><span style="color: rgb(0, 102, 0); font-size: large;">2026年の傾向</span></th>
            <th><span style="color: rgb(0, 102, 0); font-size: large;">コメント</span></th>
          </tr>
        </thead>
        <tbody>
          <tr>
            <td><span style="font-size: large;">変動金利</span></td>
            <td><span style="font-size: large;">ゆっくり上昇</span></td>
            <td><span style="font-size: large;">短期返済・借換え向き</span></td>
          </tr>
          <tr>
            <td><span style="font-size: large;">固定金利</span></td>
            <td><span style="font-size: large;">上昇しやすい</span></td>
            <td><span style="font-size: large;">将来の返済額を安定させたい人に◎</span></td>
          </tr>
          <tr>
            <td><span style="font-size: large;">ミックス（金利分散）</span></td>
            <td><span style="font-size: large;">リスク分散</span></td>
            <td><span style="font-size: large;">上昇局面で「安心」と「低金利」のバランスを取りたい方向け</span></td>
          </tr>
        </tbody>
      </table>
    </div>

    <!-- 結論 -->
    <div class="box">
      <div class="box-title">
        <span class="label"><span style="font-size: large;">POINT 4</span></span>
        <span class="text"><span style="font-size: large;">結論（迷ったときの考え方）</span></span>
      </div>
      <ul>
        <li><span style="font-size: large;"><strong>2026年は「金利上昇局面」</strong> → 金利タイプ選びは慎重に</span></li>
        <li><span style="font-size: large;">安定重視 → <strong>固定金利</strong></span></li>
        <li><span style="font-size: large;">短期返済・状況を見ながら柔軟に → <strong>変動金利</strong></span></li>
        <li><span style="font-size: large;">どちらか決めきれない → <strong>ミックス（分散）</strong></span></li>
      </ul>

      <div class="chip-row">
        <div class="chip"><span style="font-size: large;">「安心」か「低支出」か</span></div>
        <div class="chip"><span style="font-size: large;">返済期間の長さ</span></div>
        <div class="chip"><span style="font-size: large;">ライフプランとのバランス</span></div>
      </div>
    </div>
  </div>



<div><div style="text-align:centerlarge;word-break: break-all;"><p class="clearfix" style="text-align: center;"><span style="font-size: large;"><br></span></p></div><div style="text-align:leftlarge;word-break: break-all;"><p class="clearfix"><span style="font-size: large;"><br></span></p></div></div><div><span style="font-size: large;"><br></span></div><div><span style="font-size: large;"><br></span></div><div><span style="font-size: large;"><br></span></div><p></p><p class="def_text"><span style="font-weight: bold; text-decoration-line: underline; color: rgb(51, 51, 255); background-color: rgb(255, 255, 255); font-size: large;">●共有名義　収入合算について</span></p><p class="def_text"><span style="color: rgb(51, 51, 255); background-color: rgb(255, 255, 255); font-size: large;">主にご夫婦お2人の収入を合わせて、住宅ローンを借りる方法</span></p><p class="def_text"><span style="color: rgb(51, 51, 255); background-color: rgb(255, 255, 255); font-size: large;">・①ペアローン・②連帯債務・③連帯保証　の3種類が一般的です。</span></p><p class="def_text"><span style="font-size: large;">　それぞれの特徴を見てみましょう。</span></p><div style="text-align:centeroriginal;word-break: break-all;"><div style="text-align:leftoriginal;word-break: break-all;"><p class="clearfix"><img src="//cdn.img-asp.jp/cms/606324_11_0_0_1.jpg" style="max-width: 100%;float:left;" alt="収入合算図解"></p></div><p class="clearfix" style="text-align: center;"><span style="font-size: large;"><br></span></p></div><p class="def_text"><span style="font-size: large;"><br></span></p><div style="text-align:centeroriginal;word-break: break-all;"><p class="clearfix" style="text-align: center;"><span style="font-size: large;"><img src="//cdn.img-asp.jp/cms/606324_9_0_0_1.jpg" style="max-width: 100%;" alt="共有ローン"></span></p></div><h1 data-start="102" data-end="132" class=""><span style="font-size: large;"><br></span></h1><h1 data-start="102" data-end="132" class=""><span style="font-size: large;"><br></span></h1><h1 data-start="102" data-end="132" class=""><span style="background-color: rgb(204, 255, 255);"><span style="background-color: rgb(255, 255, 153); font-size: large;"> 住宅ローンの収入合算と控除・団信の違いを徹底解説！</span></span></h1><p data-start="134" data-end="252" class="">ご夫婦でマイホーム購入を検討される際、「<strong data-start="154" data-end="162">収入合算</strong>」という言葉を耳にすることがあるかと思います。</p><p data-start="134" data-end="252" class="">
実は、この仕組みには3つのタイプがあり、それぞれ<strong data-start="212" data-end="223">住宅ローン控除</strong>や**団体信用生命保険（団信）**に大きな違いがあります！</p><hr data-start="254" data-end="257" class=""><h2 data-start="259" data-end="277" class=""><span style="font-size: large; color: rgb(0, 102, 0);"><br></span></h2><h2 data-start="259" data-end="277" class=""><span style="font-size: large; color: rgb(0, 102, 0);"> 収入合算の３つの型とは？</span></h2><div class="pointer-events-none relative left-[50%]! flex w-[100cqw] translate-x-[-50%] justify-center *:pointer-events-auto"><div class="tableContainer horzScrollShadows"><table class="min-w-full" data-start="279" data-end="493"><thead data-start="279" data-end="304"><tr data-start="279" data-end="304"><th data-start="279" data-end="296">型の種類</th><th data-start="296" data-end="304">内容説明</th></tr></thead><tbody data-start="337" data-end="493"><tr data-start="337" data-end="388"><td class="max-w-[calc(var(--thread-content-max-width)*2/3)]" data-start="337" data-end="353">①ペアローン型</td><td class="max-w-[calc(var(--thread-content-max-width)*2/3)]" data-start="353" data-end="388">夫婦それぞれが別々のローン契約を結び、2本のローンを組む方式。</td></tr><tr data-start="389" data-end="437"><td class="max-w-[calc(var(--thread-content-max-width)*2/3)]" data-start="389" data-end="402"><span style="color: rgb(102, 51, 51);">②連帯債務型（主流）</span></td><td class="max-w-[calc(var(--thread-content-max-width)*2/3)]" data-start="402" data-end="437"><span style="color: rgb(102, 51, 51);">夫婦で1本のローンを組み、主債務者と連帯債務者で契約。</span></td></tr><tr data-start="438" data-end="493"><td class="max-w-[calc(var(--thread-content-max-width)*2/3)]" data-start="438" data-end="455">③連帯保証型</td><td class="max-w-[calc(var(--thread-content-max-width)*2/3)]" data-start="455" data-end="493">1人がローン契約を結び、もう1人は保証人となる方式。</td></tr></tbody></table></div></div><hr data-start="495" data-end="498" class=""><h2 data-start="500" data-end="519" class=""><span style="font-size: large;">✅ 現在の主流は「②連帯債務型」</span></h2><p data-start="521" data-end="604" class="">◎ 多くの金融機関・夫婦購入ケースで採用されています<br data-start="547" data-end="550">
◎ ご夫婦の<strong data-start="556" data-end="577">収入を合算して借入可能額を増やせる</strong><br data-start="577" data-end="580">
◎ <strong data-start="582" data-end="604">住宅ローン控除や団信にもメリットあり</strong></p><hr data-start="606" data-end="609" class=""><h2 data-start="611" data-end="631" class=""> 住宅ローン控除の違いに注意！</h2><div class="pointer-events-none relative left-[50%]! flex w-[100cqw] translate-x-[-50%] justify-center *:pointer-events-auto"><div class="tableContainer horzScrollShadows"><span style="font-size: large;"><br>✅ ご夫婦どちらも控除を受けたい場合は「①」または「②」の選択が重要！</span></div></div><hr data-start="843" data-end="846" class=""><h2 data-start="848" data-end="873" class=""><span style="font-size: large; background-color: rgb(255, 255, 255); font-weight: bold; color: rgb(0, 153, 0);"> 団体信用生命保険（団信）の扱いも違う！</span></h2><p data-start="875" data-end="942" class=""><br></p><p data-start="875" data-end="942" class=""><span style="color: rgb(0, 102, 0);">◎ <strong data-start="877" data-end="908">①ペアローン型／②連帯債務型：夫婦ともに団信加入が可能</strong><br data-start="908" data-end="911">
→ 持分に応じて保険金が分配されるので、万一の際の保障も安心。</span></p><p data-start="944" data-end="991" class=""><span style="color: rgb(0, 102, 0);">◎ 北洋銀行・北海道銀行など一部の金融機関では、<strong data-start="968" data-end="990">持分に応じて団信の加入割合を調整可能</strong>。</span></p><hr data-start="993" data-end="996" class=""><h2 data-start="998" data-end="1029" class=""><span style="font-size: medium; color: rgb(0, 102, 0);"> ご夫婦で購入なら「ローン型の選択」がカギ！</span></h2><p data-start="1031" data-end="1050" class=""><span style="color: rgb(0, 102, 0);">マイホーム購入を考えるご夫婦にとって、</span></p><ul data-start="1051" data-end="1077">
<li data-start="1051" data-end="1058" class="">
<p data-start="1053" data-end="1058" class=""><span style="color: rgb(0, 102, 0);">借入限度額</span></p>
</li>
<li data-start="1059" data-end="1067" class="">
<p data-start="1061" data-end="1067" class=""><span style="color: rgb(0, 102, 0);">控除の還付額</span></p>
</li>
<li data-start="1068" data-end="1077" class="">
<p data-start="1070" data-end="1077" class=""><span style="color: rgb(0, 102, 0);">保険の保障内容</span></p>
</li>
</ul><p class="def_text">



















</p><p data-start="1079" data-end="1155" class=""><span style="color: rgb(0, 102, 0);">これらすべてに関わるのが「<strong data-start="1092" data-end="1104">収入合算の型選び</strong>」です。<br data-start="1108" data-end="1111">
特に将来の安心・お得な控除を考えるなら、「②連帯債務型」や「①ペアローン型」が有利です。</span></p><p data-start="1079" data-end="1155" class=""><br></p><p data-start="1079" data-end="1155" class=""><br></p><p data-start="1079" data-end="1155" class=""><br></p><p data-start="1079" data-end="1155" class=""><br></p><p class="def_text"><span style="font-weight: bold; color: rgb(51, 102, 255); font-size: medium;">今すぐ物件を探したい方や、物件が決まっていなくても</span></p><p class="def_text"><span style="font-weight: bold; color: rgb(51, 102, 255); font-size: medium;">住宅ローンについてまずは相談したい方はこちらのボタンから↓</span></p><p class="def_text"><br></p><p class="def_text"></p><p class="def_text"><a href="https://www.gateway-life.jp/contact/" target="_blank" style="font-size: 13.12px;"></a></p><div class="banner-wrapper"><a href="https://www.gateway-life.jp/contact/" class="banner navy-banner" target="_blank">中古マンションについて問合せ</a><a href="https://www.gateway-life.jp/osusume_b/" class="banner line-banner" target="_blank" style="filter: brightness(1.1);">おすすめ物件一覧を見る</a></div><div style="text-align:centeroriginal;word-break: break-all;"><p class="clearfix" style="text-align: center;"><br></p><p class="clearfix" style="text-align: center;"><br></p><div style="text-align:leftoriginal;word-break: break-all;"><p class="clearfix"><a href="https://tsuto-design.jp/glc/" target="_blank"><img src="//cdn.img-asp.jp/cms/606324_32_0_0_1.jpg" style="max-width: 100%;float:left;" alt="LP"></a></p></div><p class="clearfix" style="text-align: center;"><br></p></div>
</div>

<div id="midashi2" class="blog_box"><h2 id="hd6d4499d" class="kizi_ttl"><br></h2><h2 id="hd6d4499d" class="kizi_ttl">札幌の主要金融機関の住宅ローン比較</h2>
<p class="def_text">まず考えるべきは、どこのローン商品を利用するかという点です。</p><p class="def_text"><br></p><p class="def_text"><span style="font-size: x-large; color: rgb(51, 51, 255);">●地元銀行『北洋銀行・北海道銀行・北海道労働金庫など』</span><span style="font-size: large;">　</span></p><p class="def_text">　<span style="font-size: medium;"><span style="background-color: rgb(255, 204, 255);">地域密着型のサービス</span>を提供しており、短期金利は少し高めですが、</span></p><p class="def_text"><span style="font-size: medium;">初期事務手数料がかからず、<span style="background-color: rgb(204, 204, 255);">8大疾病保険の加入が無料</span>（50歳以下）</span></p><p class="def_text"><span style="font-size: medium;">また、<span style="background-color: rgb(255, 204, 255);">借入期間最長40年</span>で月々支払い軽減が可能。</span></p><p class="def_text"><span style="font-size: medium;"><br></span></p><div style="text-align:leftsmall;word-break: break-all;"><p class="clearfix"><br></p></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/606324_35_0_0_1.jpg" style="max-width: 100%;float:left;" alt=""></p></div><br></div><div style="text-align:centeroriginal;word-break: break-all;"><p class="clearfix" style="text-align: center;"><br></p></div><div style="text-align:centeroriginal;word-break: break-all;"><div style="text-align:leftlarge;word-break: break-all;"><div style="text-align:leftoriginal;word-break: break-all;"><p class="clearfix"><br></p><p class="clearfix"><br></p><div style="text-align:leftoriginal;word-break: break-all;"><div style="text-align:leftlarge;word-break: break-all;"><div style="text-align:leftoriginal;word-break: break-all;"><p class="clearfix"><img src="//cdn.img-asp.jp/cms/606324_29_0_0_1.jpg" style="max-width: 100%;float:left;" alt=""></p></div><p class="clearfix"><br></p></div></div><p class="clearfix"><br></p></div></div></div><p class="def_text"><br></p><h1 data-start="116" data-end="147" class=""><span style="font-size: x-large;"><span style="background-color: rgb(0, 0, 153); color: rgb(255, 255, 255);"> メガバンク・ネット銀行の住宅ローンってどうなの？</span></span></h1><p data-start="148" data-end="163" class=""><span style="font-size: large;">～メリットと注意点を徹底解説～</span></p><p data-start="165" data-end="283" class=""><br></p><p data-start="165" data-end="283" class="">住宅ローンを選ぶ際に、金利だけでなく「手数料」や「付帯保険」も含めて総合的に比較することが大切です。<br data-start="215" data-end="218">
今回は、**三菱UFJ銀行やauじぶん銀行などの“メガバンク・ネット銀行”**の特徴を、メリット・デメリット両面から整理しました。</p><hr data-start="285" data-end="288" class=""><h2 data-start="290" data-end="309" class=""><span style="font-size: medium;">✅ メガバンク・ネット銀行とは？</span></h2><ul data-start="311" data-end="409">
<li data-start="311" data-end="351" class="">
<p data-start="313" data-end="351" class=""><span style="font-size: medium;"> <strong data-start="316" data-end="329">全国規模の都市銀行</strong></span><br data-start="329" data-end="332">
　<span style="font-size: medium;">例：三菱UFJ銀行・三井住友銀行など</span></p>
</li><li data-start="311" data-end="351" class=""><p data-start="313" data-end="351" class=""><br></p></li>
<li data-start="353" data-end="409" class="">
<p data-start="355" data-end="409" class=""><span style="font-size: medium;"> <strong data-start="358" data-end="376">オンライン完結型のネット銀行</strong></span><br data-start="376" data-end="379">
　<span style="font-size: medium;">例：auじぶん銀行・住信SBIネット銀行・イオン銀行 など</span></p>
</li>
</ul><hr data-start="411" data-end="414" class=""><h2 data-start="416" data-end="429" class=""><span style="background-color: rgb(153, 255, 255); font-size: large;"><br></span></h2><h2 data-start="416" data-end="429" class=""><span style="background-color: rgb(153, 255, 255); font-size: large;"> メリット</span></h2><div class="pointer-events-none relative left-[50%]! flex w-[100cqw] translate-x-[-50%] justify-center *:pointer-events-auto"><div class="tableContainer horzScrollShadows"><table class="min-w-full" data-start="431" data-end="660"><thead data-start="431" data-end="446"><tr data-start="431" data-end="446"><th data-start="431" data-end="440">メリット内容</th><th data-start="440" data-end="446">解説</th></tr></thead><tbody data-start="471" data-end="660"><tr data-start="471" data-end="533"><td class="max-w-[calc(var(--thread-content-max-width)*2/3)]" data-start="471" data-end="488">✅ <strong data-start="475" data-end="487">金利が低い</strong></td><td class="max-w-[calc(var(--thread-content-max-width)*2/3)] min-w-[calc(var(--thread-content-max-width)/3)]" data-start="488" data-end="533">0.7〜0.9％台の低金利。<br>地銀よりもさらに優遇される場合も</td></tr><tr data-start="534" data-end="590"><td class="max-w-[calc(var(--thread-content-max-width)*2/3)]" data-start="534" data-end="550">✅ <strong data-start="538" data-end="549">優遇幅が大きい</strong></td><td class="max-w-[calc(var(--thread-content-max-width)*2/3)]" data-start="550" data-end="590">店頭金利からの優遇幅がメガバンク・ネット銀行は「－2.0％前後」と大きい</td></tr><tr data-start="591" data-end="660"><td class="max-w-[calc(var(--thread-content-max-width)*2/3)]" data-start="591" data-end="617">✅ <strong data-start="595" data-end="616">長期で考えると利息総額が抑えられる</strong></td><td class="max-w-[calc(var(--thread-content-max-width)*2/3)]" data-start="617" data-end="660">事務手数料が高くても、<br>低金利で長期的には返済額を大幅に抑えられる可能性</td></tr></tbody></table></div></div><hr data-start="662" data-end="665" class=""><h2 data-start="667" data-end="682" class=""><span style="font-size: large; background-color: rgb(153, 255, 255);">⚠️ デメリット・注意点</span></h2><div class="pointer-events-none relative left-[50%]! flex w-[100cqw] translate-x-[-50%] justify-center *:pointer-events-auto"><div class="tableContainer horzScrollShadows"><table class="min-w-full" data-start="684" data-end="940"><thead data-start="684" data-end="700"><tr data-start="684" data-end="700"><th data-start="684" data-end="694">デメリット内容</th><th data-start="694" data-end="700">解説</th></tr></thead><tbody data-start="727" data-end="940"><tr data-start="727" data-end="784"><td class="max-w-[calc(var(--thread-content-max-width)*2/3)]" data-start="727" data-end="745"> <strong data-start="732" data-end="744">事務手数料が高い</strong></td><td class="max-w-[calc(var(--thread-content-max-width)*2/3)]" data-start="745" data-end="784">借入額の約2％が目安。<br>例：3000万円の借入で約60〜70万円</td></tr><tr data-start="785" data-end="865"><td class="max-w-[calc(var(--thread-content-max-width)*2/3)]" data-start="785" data-end="807"> <strong data-start="790" data-end="806">団体信用生命保険が限定的</strong></td><td class="max-w-[calc(var(--thread-content-max-width)*2/3)] min-w-[calc(var(--thread-content-max-width)/3)]" data-start="807" data-end="865">通常の死亡保障 or がん保険付きのみ無料が主流。<br>8大疾病などの追加保障は金利＋0.2〜0.3％必要</td></tr><tr data-start="866" data-end="940"><td class="max-w-[calc(var(--thread-content-max-width)*2/3)]" data-start="866" data-end="888"> <strong data-start="871" data-end="887">ネット完結で対面相談不可</strong></td><td class="max-w-[calc(var(--thread-content-max-width)*2/3)] min-w-[calc(var(--thread-content-max-width)/3)]" data-start="888" data-end="940">ネット銀行は来店窓口がないため、<br>すべてオンラインで完結する必要あり（慣れない方には不安）</td></tr></tbody></table></div></div><hr data-start="942" data-end="945" class=""><h2 data-start="947" data-end="967" class=""><span style="font-size: large;"> まとめ｜こんな方におすすめ！</span></h2><p class="def_text">













</p><p data-start="969" data-end="1060" class=""> <span style="font-size: small;"><strong data-start="972" data-end="995" style="">金利を最重視して、総返済額を抑えたい方</strong><br data-start="995" data-end="998">
 <strong data-start="1001" data-end="1029" style="">手続きに慣れていて、ネットでの申込に抵抗がない方</strong><br data-start="1029" data-end="1032">
 <strong data-start="1035" data-end="1060" style="">団信の内容よりも金利メリットを重視したい方</strong></span></p><p class="def_text"><br></p><p class="def_text"><br></p><p class="def_text"><br></p><p class="def_text"><br></p><h1 data-start="105" data-end="125" class=""><span style="font-size: x-large;"><span style="background-color: rgb(0, 102, 0); color: rgb(255, 255, 255);"> 【フラット35】ってなに？</span></span></h1><p data-start="126" data-end="150" class="">～長期固定金利で安心の住宅ローンを選びたい方へ～</p><p data-start="152" data-end="237" class="">住宅ローン選びにおいて、「金利の変動」が不安という方も多いのではないでしょうか？<br data-start="192" data-end="195">
そんな方におすすめなのが、**全期間固定金利型の住宅ローン「フラット35」**です。</p><p data-start="152" data-end="237" class=""><br></p><hr data-start="239" data-end="242" class=""><h2 data-start="244" data-end="261" class=""><span style="font-size: large;">✅ フラット35の主な取扱先</span></h2><ul data-start="263" data-end="311">
<li data-start="263" data-end="276" class="">
<p data-start="265" data-end="276" class=""><strong data-start="265" data-end="276" style="font-size: medium;">アルヒ株式会社</strong></p>
</li>
<li data-start="277" data-end="294" class="">
<p data-start="279" data-end="294" class=""><strong data-start="279" data-end="294" style="font-size: medium;">フラットフレディセゾン</strong></p>
</li>
<li data-start="295" data-end="311" class="">
<p data-start="297" data-end="311" class=""><span style="font-size: medium;"><strong data-start="297" data-end="308">オリックス銀行</strong>　など</span></p>
</li>
</ul><p data-start="313" data-end="344" class=""><span style="font-size: medium;">全国の金融機関や住宅ローン専門会社を通じて申し込みが可能です。</span></p><hr data-start="346" data-end="349" class=""><h2 data-start="351" data-end="371" class=""><span style="font-size: large; background-color: rgb(255, 255, 153);"> フラット35のメリットとは？</span></h2><div class="pointer-events-none relative left-[50%]! flex w-[100cqw] translate-x-[-50%] justify-center *:pointer-events-auto"><div class="tableContainer horzScrollShadows"><table class="min-w-full" data-start="373" data-end="638"><thead data-start="373" data-end="388"><tr data-start="373" data-end="388"><th data-start="373" data-end="380">メリット</th><th data-start="380" data-end="388">解説内容</th></tr></thead><tbody data-start="413" data-end="638"><tr data-start="413" data-end="484"><td class="max-w-[calc(var(--thread-content-max-width)*2/3)]" data-start="413" data-end="432">✅ <strong data-start="417" data-end="431">最長35年の固定金利</strong></td><td class="max-w-[calc(var(--thread-content-max-width)*2/3)] min-w-[calc(var(--thread-content-max-width)/3)]" data-start="432" data-end="484">返済終了まで金利が一切変わらないため、<br>毎月の支払額が安定し将来のライフプランが立てやすい</td></tr><tr data-start="485" data-end="543"><td class="max-w-[calc(var(--thread-content-max-width)*2/3)]" data-start="485" data-end="504">✅ <strong data-start="489" data-end="503">金利上昇のリスクなし</strong></td><td class="max-w-[calc(var(--thread-content-max-width)*2/3)]" data-start="504" data-end="543">市場金利が上がっても、<br>契約時の金利が固定されているので影響なし</td></tr><tr data-start="544" data-end="590"><td class="max-w-[calc(var(--thread-content-max-width)*2/3)]" data-start="544" data-end="560">✅ <strong data-start="548" data-end="559">誰でも申込可能</strong></td><td class="max-w-[calc(var(--thread-content-max-width)*2/3)]" data-start="560" data-end="590">会社員・自営業者・法人役員など職業を問わず申込みOK</td></tr><tr data-start="591" data-end="638"><td class="max-w-[calc(var(--thread-content-max-width)*2/3)]" data-start="591" data-end="607">✅ <strong data-start="595" data-end="606">団信加入が任意</strong></td><td class="max-w-[calc(var(--thread-content-max-width)*2/3)]" data-start="607" data-end="638">持病などで団体信用生命保険に加入できない方でも利用可能</td></tr></tbody></table></div></div><h2 data-start="645" data-end="668" class=""><span style="font-size: medium;"><br></span></h2><hr data-start="863" data-end="866" class=""><h2 data-start="868" data-end="891" class=""><span style="font-size: large; color: rgb(0, 102, 0);"> フラット35はこんな方におすすめ！</span></h2><ul data-start="893" data-end="1015">
<li data-start="893" data-end="920" class="">
<p data-start="895" data-end="920" class=""> <strong data-start="898" data-end="920">毎月の返済額を確定させて安心したい方</strong></p>
</li>
<li data-start="921" data-end="954" class="">
<p data-start="923" data-end="954" class=""> <strong data-start="926" data-end="954">自営業・会社経営者など、通常ローン審査が厳しい方</strong></p>
</li>
<li data-start="955" data-end="979" class="">
<p data-start="957" data-end="979" class=""> <strong data-start="960" data-end="979">団信に加入できない持病がある方</strong></p>
</li>
<li data-start="980" data-end="1015" class="">
<p data-start="982" data-end="1015" class=""> <strong data-start="985" data-end="1015">将来的な借り換えより、安定重視で一発勝負を狙いたい方</strong></p>
</li><li data-start="980" data-end="1015" class=""><p data-start="982" data-end="1015" class=""><strong data-start="985" data-end="1015"><br></strong></p></li>
</ul><hr data-start="1017" data-end="1020" class=""><h2 data-start="1022" data-end="1038" class=""><span style="font-size: large; color: rgb(204, 0, 0);"> 注意点・留意ポイント</span></h2><p class="def_text">



















</p><ul data-start="1040" data-end="1135">
<li data-start="1040" data-end="1071" class="">
<p data-start="1042" data-end="1071" class="">初期の<strong data-start="1045" data-end="1056">手数料・諸費用</strong>はやや高めになるケースあり</p>
</li>
<li data-start="1072" data-end="1097" class="">
<p data-start="1074" data-end="1097" class="">変動金利と比較すると<strong data-start="1084" data-end="1095">金利水準は高め</strong></p>
</li>
<li data-start="1098" data-end="1135" class="">
<p data-start="1100" data-end="1135" class=""><strong data-start="1100" data-end="1124">物件の性能によって金利優遇の有無が決まる</strong>ため、申込前に要確認！</p>
</li>
</ul><div><br></div><div>2026年　4月　フラット35　アルヒの金利</div><div class="section" style="margin: 0px 0px 4em; padding: 0px; box-sizing: border-box; color: rgb(0, 0, 0);" noto="" sans="" jp",="" "hiragino="" kaku="" gothic="" pron",="" meiryo,="" fontawesome,="" icomoon,="" arial,="" sans-serif;="" font-size:="" 14.4px;="" background-color:="" rgb(255,="" 255,="" 255);"=""><div style="text-align:centeroriginal;word-break: break-all;"><div style="text-align:centerlarge;word-break: break-all;"><div style="text-align:leftlarge;word-break: break-all;"><p class="clearfix"><br></p><h2 data-start="645" data-end="668" class="" style="color: rgb(44, 67, 89);"><span style="font-size: small;">「フラット35S」対象物件の場合、<strong data-start="832" data-end="853" style="">当初5〜10年間はさらに金利引下げ</strong>が適用されます。</span></h2><div><span style="font-size: small;"><br></span></div><div><span style="font-size: small;"><br></span></div><p class="clearfix"><br></p><p class="clearfix">　　短期金利と比べ、<span style="background-color: rgb(153, 255, 153);">固定金利は高めですが、完全固定で上昇リスクがない安心感</span>があります。</p></div></div></div></div><p class="def_text"><span style="font-size: medium;">フラット35に金利は、<span style="background-color: rgb(153, 255, 153);">10年国債と連動</span>しております。</span></p><p class="def_text"><span style="font-size: medium;">ローンの実行時金利が適用されるので、<span style="background-color: rgb(153, 255, 153);">タイミングが重要</span>です。</span></p><p class="def_text"><span style="font-size: medium; color: rgb(204, 0, 0); font-weight: bold;">2026年1月から大幅に金利上昇中！！</span></p><p class="def_text"><span style="font-size: medium; background-color: rgb(0, 102, 0); font-weight: bold; color: rgb(255, 255, 255);">　フラット35　金利推移表　</span></p><div style="text-align:leftoriginal;word-break: break-all;"><div style="text-align:leftsmall;word-break: break-all;"><div style="text-align:leftmedium;word-break: break-all;"><div style="text-align:leftlarge;word-break: break-all;"><div style="text-align:leftlarge;word-break: break-all;"><p class="clearfix"><img src="//cdn.img-asp.jp/cms/606324_36_0_0_1.jpg" style="max-width: 100%;float:left;height:auto;width:450px;" alt=""></p></div><br></div><p class="clearfix"><br></p></div><p class="clearfix"><br></p></div><p class="clearfix"><br></p></div><h2 data-start="310" data-end="334" class=""><span style="font-size: large;"> 住宅ローンで一番気になるのは「金利」</span></h2><p data-start="336" data-end="404" class="">金利は、住宅ローンの総返済額に大きな影響を与えます。<br data-start="362" data-end="365">
わずか0.1％の差でも、35年間で見れば数十万円〜百万円以上の差になることも。</p><p data-start="406" data-end="436" class="">だからこそ、金利の違いはしっかりチェックする必要があります。</p><p data-start="406" data-end="436" class=""><br></p><p data-start="406" data-end="436" class=""><br></p><hr data-start="438" data-end="441" class=""><h2 data-start="443" data-end="458" class=""><span style="font-size: large;"> 地元銀行のメリット</span></h2><div class="pointer-events-none relative left-[50%]! flex w-[100cqw] translate-x-[-50%] justify-center *:pointer-events-auto"><div class="tableContainer horzScrollShadows"><table class="min-w-full" data-start="460" data-end="586"><thead data-start="460" data-end="471"><tr data-start="460" data-end="471"><th data-start="460" data-end="465">特徴</th><th data-start="465" data-end="471">内容</th></tr></thead><tbody data-start="488" data-end="586"><tr data-start="488" data-end="516"><td class="max-w-[calc(var(--thread-content-max-width)*2/3)]" data-start="488" data-end="498">✅ 店舗が身近</td><td class="max-w-[calc(var(--thread-content-max-width)*2/3)]" data-start="498" data-end="516">対面で丁寧に相談できる安心感</td></tr><tr data-start="517" data-end="550"><td class="max-w-[calc(var(--thread-content-max-width)*2/3)]" data-start="517" data-end="529">✅ 地元事情に精通</td><td class="max-w-[calc(var(--thread-content-max-width)*2/3)]" data-start="529" data-end="550">札幌エリアの不動産や生活環境に強い</td></tr><tr data-start="551" data-end="586"><td class="max-w-[calc(var(--thread-content-max-width)*2/3)]" data-start="551" data-end="562">✅ 柔軟な対応も</td><td class="max-w-[calc(var(--thread-content-max-width)*2/3)]" data-start="562" data-end="586">書類対応や条件調整も相談しやすいケースも</td></tr></tbody></table></div></div><hr data-start="588" data-end="591" class=""><h2 data-start="593" data-end="609" class=""><span style="font-size: large;"> メガバンクのメリット</span></h2><div class="pointer-events-none relative left-[50%]! flex w-[100cqw] translate-x-[-50%] justify-center *:pointer-events-auto"><div class="tableContainer horzScrollShadows"><table class="min-w-full" data-start="611" data-end="753"><thead data-start="611" data-end="622"><tr data-start="611" data-end="622"><th data-start="611" data-end="616">特徴</th><th data-start="616" data-end="622">内容</th></tr></thead><tbody data-start="639" data-end="753"><tr data-start="639" data-end="679"><td class="max-w-[calc(var(--thread-content-max-width)*2/3)]" data-start="639" data-end="652">✅ 安定した金利設計</td><td class="max-w-[calc(var(--thread-content-max-width)*2/3)]" data-start="652" data-end="679">長期固定や変動金利のバランスが良いプランが多い</td></tr><tr data-start="680" data-end="721"><td class="max-w-[calc(var(--thread-content-max-width)*2/3)]" data-start="680" data-end="692">✅ 優遇幅が大きい</td><td class="max-w-[calc(var(--thread-content-max-width)*2/3)]" data-start="692" data-end="721">店頭金利から▲2.0％前後の優遇が受けられる場合も</td></tr><tr data-start="722" data-end="753"><td class="max-w-[calc(var(--thread-content-max-width)*2/3)]" data-start="722" data-end="733">✅ 信頼感と安心</td><td class="max-w-[calc(var(--thread-content-max-width)*2/3)]" data-start="733" data-end="753">長期間返済していく上での安定性が魅力</td></tr></tbody></table></div></div><hr data-start="755" data-end="758" class=""><h2 data-start="760" data-end="790" class=""><span style="font-size: large;"> 最終的な判断は「自分のライフプラン」との相性で！</span></h2><p data-start="792" data-end="824" class="">どちらが正解というわけではなく、大切なのは以下のような視点です：</p><p class="def_text">











</p><ul data-start="826" data-end="933">
<li data-start="826" data-end="849" class="">
<p data-start="828" data-end="849" class=""><span style="font-size: medium;"> <strong data-start="831" data-end="849">自分が働く業種や収入の将来性</strong></span></p>
</li>
<li data-start="850" data-end="878" class="">
<p data-start="852" data-end="878" class=""><span style="font-size: medium;"> <strong data-start="855" data-end="878">住まいに求める安心感・固定金利か変動か</strong></span></p>
</li>
<li data-start="879" data-end="908" class="">
<p data-start="881" data-end="908" class=""><span style="font-size: medium;"> <strong data-start="884" data-end="908">店舗で相談したいか、ネットで完結したいか</strong></span></p>
</li>
<li data-start="909" data-end="933" class="">
<p data-start="911" data-end="933" class=""><span style="font-size: medium;"> <strong data-start="914" data-end="933">総返済額と初期コストのバランス</strong></span></p>
</li>
</ul><p class="def_text"><span style="font-size: large;"><br></span></p><p class="def_text"><br></p><p class="def_text"><br></p><p class="def_text"><br></p><h1 data-start="113" data-end="145" class=""><span style="font-size: x-large;"><span style="color: rgb(255, 255, 255); background-color: rgb(51, 102, 255);">　団体信用生命保険（団信）の内容で住宅ローンを選ぶ！　</span></span></h1><p data-start="146" data-end="160" class=""><span style="background-color: rgb(255, 255, 255);"><br></span></p><p data-start="146" data-end="160" class=""><span style="background-color: rgb(255, 255, 255);">〜銀行ごとの違いを徹底比較〜</span></p><p data-start="146" data-end="160" class=""><span style="background-color: rgb(255, 255, 255);"><br></span></p><p data-start="162" data-end="242" class="">住宅ローンを組む際にセットで考えるべきなのが「団体信用生命保険（団信）」です。<br data-start="201" data-end="204">
万が一の病気や死亡時に、<strong data-start="216" data-end="239">住宅ローンの残債が免除される重要な保障</strong>です。</p><p data-start="244" data-end="292" class="">しかし、実は金融機関によって団信の<strong data-start="261" data-end="283">保障範囲や金利への影響が大きく異なる</strong>のをご存じですか？</p><p data-start="244" data-end="292" class=""><br></p><hr data-start="294" data-end="297" class=""><h2 data-start="299" data-end="316" class=""><span style="font-size: large;"> 銀行別｜団信の内容比較</span></h2><div class="pointer-events-none relative left-[50%]! flex w-[100cqw] translate-x-[-50%] justify-center *:pointer-events-auto"><div class="tableContainer horzScrollShadows"><table class="min-w-full" data-start="318" data-end="694"><thead data-start="318" data-end="361"><tr data-start="318" data-end="361"><th data-start="318" data-end="327">金融機関種別</th><th data-start="327" data-end="333">銀行名</th><th data-start="333" data-end="340">基本保障</th><th data-start="340" data-end="351">特約（疾病保障）</th><th data-start="351" data-end="361">金利への影響</th></tr></thead><tbody data-start="439" data-end="694"><tr data-start="439" data-end="497"><td class="max-w-[calc(var(--thread-content-max-width)*2/3)]" data-start="439" data-end="447"> 地銀</td><td class="max-w-[calc(var(--thread-content-max-width)*2/3)]" data-start="447" data-end="460">北洋銀行・北海道銀行</td><td class="max-w-[calc(var(--thread-content-max-width)*2/3)]" data-start="460" data-end="470">死亡・高度障害</td><td class="max-w-[calc(var(--thread-content-max-width)*2/3)]" data-start="470" data-end="491"><strong data-start="472" data-end="490">8大疾病が無料（50歳以下）</strong></td><td class="max-w-[calc(var(--thread-content-max-width)*2/3)]" data-start="491" data-end="497">なし</td></tr><tr data-start="498" data-end="554"><td class="max-w-[calc(var(--thread-content-max-width)*2/3)]" data-start="498" data-end="506"> 都銀</td><td class="max-w-[calc(var(--thread-content-max-width)*2/3)]" data-start="506" data-end="516">三菱UFJ銀行</td><td class="max-w-[calc(var(--thread-content-max-width)*2/3)]" data-start="516" data-end="525">死亡保障無料</td><td class="max-w-[calc(var(--thread-content-max-width)*2/3)]" data-start="525" data-end="548"><strong data-start="527" data-end="547">7大疾病保障 ⇒ 金利＋0.3％</strong></td><td class="max-w-[calc(var(--thread-content-max-width)*2/3)]" data-start="548" data-end="554">有り</td></tr><tr data-start="555" data-end="629"><td class="max-w-[calc(var(--thread-content-max-width)*2/3)]" data-start="555" data-end="566"> ネット銀行</td><td class="max-w-[calc(var(--thread-content-max-width)*2/3)]" data-start="566" data-end="579">住信SBIネット銀行</td><td class="max-w-[calc(var(--thread-content-max-width)*2/3)]" data-start="579" data-end="600"><strong data-start="581" data-end="599">3大疾病50％保障付きが無料</strong></td><td class="max-w-[calc(var(--thread-content-max-width)*2/3)]" data-start="600" data-end="623">100％保障 ⇒ <strong data-start="611" data-end="622">金利＋0.2％</strong></td><td class="max-w-[calc(var(--thread-content-max-width)*2/3)]" data-start="623" data-end="629">有り</td></tr><tr data-start="630" data-end="694"><td class="max-w-[calc(var(--thread-content-max-width)*2/3)]" data-start="630" data-end="642"> フラット35</td><td class="max-w-[calc(var(--thread-content-max-width)*2/3)]" data-start="642" data-end="648">アルヒ</td><td class="max-w-[calc(var(--thread-content-max-width)*2/3)]" data-start="648" data-end="664">死亡保障無料（団信は任意）</td><td class="max-w-[calc(var(--thread-content-max-width)*2/3)]" data-start="664" data-end="688">3大疾病保障 ⇒ <strong data-start="675" data-end="687">金利＋0.25％</strong></td><td class="max-w-[calc(var(--thread-content-max-width)*2/3)]" data-start="688" data-end="694">有り</td></tr></tbody></table></div></div><hr data-start="696" data-end="699" class=""><h2 data-start="701" data-end="718" class=""><span style="font-size: large;">✅ 団信を選ぶときのポイント</span></h2><h3 data-start="720" data-end="743" class=""><span style="font-size: medium;">1. <strong data-start="727" data-end="743">加入年齢と健康状態を考慮</strong></span></h3><p data-start="744" data-end="774" class=""><span style="font-size: medium;">→ 加入制限年齢や健康状態によっては、加入できないケースも。</span></p><p data-start="744" data-end="774" class=""><span style="font-size: medium;"><br></span></p><h3 data-start="776" data-end="800" class=""><span style="font-size: medium;">2. <strong data-start="783" data-end="800">家計保障をどう設計するか？</strong></span></h3><p data-start="801" data-end="840" class=""><span style="font-size: medium;">→ 生命保険・がん保険にすでに加入済かどうかで、</span></p><p data-start="801" data-end="840" class=""><span style="font-size: medium;">&nbsp; &nbsp; 団信の手厚さをどうするか判断。</span></p><p data-start="801" data-end="840" class=""><span style="font-size: medium;"><br></span></p><h3 data-start="842" data-end="863" class=""><span style="font-size: medium;">3. <strong data-start="849" data-end="863">金利とのトレードオフ</strong></span></h3><p data-start="864" data-end="912" class=""><span style="font-size: medium;">→ 特約を付けると金利が0.2〜0.3％上がるが、</span></p><p data-start="864" data-end="912" class=""><span style="font-size: medium;">&nbsp; &nbsp; それによる返済額増と保障内容のバランスがカギ。</span></p><p data-start="864" data-end="912" class=""><br></p><hr data-start="914" data-end="917" class=""><h2 data-start="919" data-end="948" class=""><span style="font-size: large;">団信の「内容」も金利と同じくらい大事！</span></h2><p data-start="950" data-end="1027" class=""><br></p><p data-start="950" data-end="1027" class="">単に「住宅ローンの金利が安い」という理由だけで銀行を選んでしまうと、<br data-start="984" data-end="987">
**もしもの時に「保障が薄い」「カバーされない病気だった」**という落とし穴も。</p><p class="def_text">

















</p><p data-start="1029" data-end="1072" class=""><strong data-start="1029" data-end="1072">団信の内容までしっかり比較することが、家族を守る住宅ローン選びにつながります。</strong></p><p class="def_text"><br></p><p class="def_text"><span style="background-color: rgb(255, 204, 204); font-weight: bold; font-size: x-large; color: rgb(51, 51, 255);">団体信用生命保険の詳細はこちらをクリック！</span></p><div style="text-align:leftlarge;word-break: break-all;"><div style="text-align:leftlarge;word-break: break-all;"><p class="clearfix"><a href="https://www.gateway-life.jp/blog/entry-612830/" target="_blank"><img src="//cdn.img-asp.jp/cms/606324_20_0_0_1.jpg" style="max-width: 100%;float:left;height:auto;width:450px;" alt="団体信用生命保険"></a></p></div><p class="clearfix"><br></p></div><p class="def_text"><br></p><p class="def_text" style="text-align: center;"><span style="font-size: medium; background-color: rgb(0, 153, 0); color: rgb(255, 255, 255);">GLC不動産では、ファイナンシャルプランナーが</span></p><p class="def_text" style="text-align: center;"><span style="font-size: medium; background-color: rgb(0, 153, 0); color: rgb(255, 255, 255);">詳細な銀行の比較や</span><span style="background-color: rgb(0, 153, 0); font-size: medium; color: rgb(255, 255, 255);">団体信用生命保険比較などを</span></p><p class="def_text" style="text-align: center;"><span style="background-color: rgb(0, 153, 0); font-size: medium; color: rgb(255, 255, 255);">わかりやすくご説明させていただきます。</span></p><p class="def_text" style="text-align: center;"><span style="font-size: medium; background-color: rgb(0, 153, 0); color: rgb(255, 255, 255);">どうぞお気軽にご来店くださいませ。【予約制】</span></p><p class="def_text" style="text-align: center;"><span style="font-size: medium; background-color: rgb(0, 153, 0); color: rgb(255, 255, 255);"><br></span></p><div style="text-align:centeroriginal;word-break: break-all;"><div style="text-align:leftoriginal;word-break: break-all;"><p class="clearfix"><a href="https://tsuto-design.jp/glc/" target="_blank"><img src="//cdn.img-asp.jp/cms/606324_32_0_0_1.jpg" style="max-width: 100%;float:left;" alt="LP"></a></p></div><br><p class="clearfix" style="text-align: center;"><br></p><div style="text-align:centeroriginal;word-break: break-all;"><p class="clearfix" style="text-align: center;"><a href="https://www.gateway-life.jp/sapporo/" target="_blank"><img src="//cdn.img-asp.jp/cms/606324_23_0_0_1.jpg" style="max-width: 100%;" alt=""></a></p></div><p class="clearfix" style="text-align: center;"><br></p></div></div><div id="midashi3" class="blog_box"><div><br></div><div><h1 data-start="96" data-end="119" class=""><span style="background-color: rgb(204, 204, 255); font-size: large;"> 住宅ローン選びで後悔しないために</span></h1>
<p data-start="120" data-end="143" class=""><br></p><p data-start="120" data-end="143" class="">～金利と返済期間、あなたに合った選び方とは？～</p>
<p data-start="145" data-end="226" class="">住宅ローンは、何千万円という大きな金額を長期間かけて返済する“人生最大の借入”とも言われます。<br data-start="192" data-end="195">
だからこそ、「どのタイプを選ぶか」は慎重に考えたいところです。</p><p data-start="145" data-end="226" class=""><br></p>
<hr data-start="228" data-end="231" class="">
<h2 data-start="233" data-end="251" class=""><span style="font-size: large;">✅ まずは金利タイプの選択から</span></h2>
<p data-start="253" data-end="283" class="">住宅ローンには大きく分けて以下の２つの金利タイプがあります</p><p data-start="253" data-end="283" class=""><span style="font-size: large;"><br></span></p><p data-start="253" data-end="283" class=""><span style="font-size: large; background-color: rgb(102, 0, 204); color: rgb(255, 255, 255);">変動金利</span></p>
<ul data-start="297" data-end="368">
<li data-start="297" data-end="321" class=""><p data-start="299" data-end="321" class=""><br></p></li><li data-start="297" data-end="321" class="">
<p data-start="299" data-end="321" class="">金利が定期的に見直され、市場の動向で上下する</p>
</li>
<li data-start="322" data-end="347" class="">
<p data-start="324" data-end="347" class="">現在は非常に低金利だが、将来的に上がるリスクも</p>
</li>
<li data-start="348" data-end="368" class="">
<p data-start="350" data-end="368" class="">返済開始時の月額は低く抑えられる傾向</p>
</li><li data-start="348" data-end="368" class=""><p data-start="350" data-end="368" class=""><br></p></li>
</ul>
<h3 data-start="370" data-end="391" class=""><span style="font-size: large; background-color: rgb(0, 153, 0); color: rgb(255, 255, 255);"> 固定金利（例：フラット35）</span></h3>
<ul data-start="392" data-end="467">
<li data-start="392" data-end="410" class=""><p data-start="394" data-end="410" class=""><br></p></li><li data-start="392" data-end="410" class="">
<p data-start="394" data-end="410" class="">契約時の金利が最後まで固定される</p>
</li>
<li data-start="411" data-end="438" class="">
<p data-start="413" data-end="438" class="">将来の返済額が読みやすく、ライフプランが立てやすい</p>
</li>
<li data-start="439" data-end="467" class="">
<p data-start="441" data-end="467" class="">一般的に変動より金利は高めだが、金利上昇局面でも安心</p></li></ul><div><br></div><ul data-start="392" data-end="467"><li data-start="439" data-end="467" class=""><p data-start="441" data-end="467" class=""><span style="font-size: small;"> どちらが自分に合っているかは、「将来の収入の安定性」や「経済の先行きへの考え方」によって異なります。</span></p></li><li data-start="439" data-end="467" class=""><p data-start="441" data-end="467" class=""><span style="font-size: medium;"><br></span></p></li></ul>
<hr data-start="526" data-end="529" class="">
<h2 data-start="531" data-end="547" class=""><span style="font-size: large;"><br></span></h2><h2 data-start="531" data-end="547" class=""><span style="font-size: large;">返済期間を考える</span></h2>
<p data-start="549" data-end="584" class=""><br></p><p data-start="549" data-end="584" class="">返済期間は、多くの金融機関で「10年〜40年」の範囲で設定が可能です。</p><div class="pointer-events-none relative left-[50%]! flex w-[100cqw] translate-x-[-50%] justify-center *:pointer-events-auto"><div class="tableContainer horzScrollShadows"><span style="font-size: medium;"><br>家計に無理のない範囲で、将来の教育費・老後資金も見据えてバランスをとることが大切です。</span></div><div class="tableContainer horzScrollShadows"><span style="font-size: medium;"><br></span></div></div>
<hr data-start="821" data-end="824" class="">
<h2 data-start="826" data-end="858" class=""><span style="font-size: large;"> 住宅ローン選びは「自分に合わせた設計」がカギ</span></h2>
<ul data-start="860" data-end="936">
<li data-start="860" data-end="894" class=""><p data-start="862" data-end="894" class=""><br></p></li><li data-start="860" data-end="894" class="">
<p data-start="862" data-end="894" class="">金利が低いから変動、安心したいから固定…それだけで選ばずに、</p>
</li>
<li data-start="895" data-end="936" class="">
<p data-start="897" data-end="936" class="">「将来の働き方」や「家族構成の変化」も考慮して、柔軟にプランニングしましょう。</p>
</li>
</ul></div><div><br></div><div><div style="text-align:centeroriginal;word-break: break-all;"><p class="clearfix" style="text-align: center;"><a href="https://www.gateway-life.jp/reservation/select/" target="_blank"><img src="//cdn.img-asp.jp/cms/606324_21_0_0_1.jpg" style="max-width: 100%;" alt="来店予約バナー"></a></p></div><br></div><div><br></div><div><br></div><div><br></div><div><br></div><p class="def_text"><span style="color: rgb(51, 51, 153); font-weight: 700; font-size: x-large;">金利による利息目安グラフ</span></p><p class="def_text"><span style="color: rgb(51, 51, 153); font-weight: 700;">金利が１％上がると1000万円以上　総利息が増えます。</span></p><p class="def_text"><span style="color: rgb(51, 51, 153); font-weight: 700;">金利5.5％はバブル時代1990年代に現実にありました。</span></p><div style="text-align:centeroriginal;word-break: break-all;"><div style="text-align:leftlarge;word-break: break-all;"><div style="text-align:leftoriginal;word-break: break-all;"><p class="clearfix"><img src="//cdn.img-asp.jp/cms/606324_27_0_0_1.jpg" style="max-width: 100%;float:left;" alt=""></p></div><p class="clearfix"><br></p></div><p class="clearfix" style="text-align: center;"><br></p></div>

<table border="1">
  <tbody><tr>
    <th>項目</th>
    <th>変動金利</th>
    <th>固定金利</th>
  </tr>
  <tr>
    <td>メリット</td>
    <td>金利が低い場合、返済額が減少</td>
    <td>金利が一定で安定</td>
  </tr>
  <tr>
    <td>デメリット</td>
    <td>金利上昇のリスクあり</td>
    <td>初期金利が高め</td>
  </tr>
  <tr>
    <td>適用期間</td>
    <td>通常5～10年ごとに見直し</td>
    <td>契約全期間固定</td>
  </tr>
</tbody></table>

<p class="def_text"><span style="font-size: small;">このように、<span style="background-color: rgb(255, 255, 51);">変動金利と固定金利、そして返済期間の選択は、住宅ローン選びにおけるキーポイント</span>です。</span></p><p class="def_text"><span style="font-size: small;">自分のライフスタイルや将来の収入の見通しを考慮し、最適な選択をすることが大切です。</span></p>
</div>

<div id="midashi4" class="blog_box"><h1 data-start="109" data-end="134" class=""><br></h1><h1 data-start="109" data-end="134" class=""><br></h1><h1 data-start="109" data-end="134" class=""><span style="font-size: x-large; background-color: rgb(255, 204, 204);"> 札幌で住宅ローンを申し込む流れとは？</span></h1><h2 id="h8e9bdf95" class="kizi_ttl">
<p data-start="135" data-end="156" class=""><span style="font-size: small;">〜初めての方でも安心！基本ステップを解説〜</span></p>
<p data-start="158" data-end="221" class=""><span style="font-size: small;">マイホームを購入する際、多くの方が利用するのが「住宅ローン」。<br data-start="189" data-end="192">
でも実際には「何から始めればいいの？」という方も多いはず。</span></p>
<p data-start="223" data-end="263" class=""><span style="font-size: small;">ここでは、札幌で住宅ローンを申し込む際の基本的な流れを分かりやすくご紹介します。</span></p>
<hr data-start="265" data-end="268" class="">
</h2><h2 data-start="270" data-end="292" class=""><span style="font-size: large;"> Step1｜必要書類を準備しよう</span></h2><h2 class="kizi_ttl">
<p data-start="294" data-end="334" class=""><span style="font-size: small;">住宅ローンを申し込むには、まず<strong data-start="309" data-end="325" style="">基本的な書類を揃えること</strong>からスタートです。</span></p><p data-start="294" data-end="334" class=""><span style="font-size: small;"><br></span></p><p data-start="294" data-end="334" class=""><span style="font-size: small;"><br></span></p>
</h2><h3 data-start="336" data-end="349" class=""><span style="font-size: large;"> 主な必要書類</span></h3><h2 class="kizi_ttl">
<ul data-start="350" data-end="446">
<li data-start="350" data-end="376" class="">
<p data-start="352" data-end="376" class=""><span style="font-size: small;"><strong data-start="352" data-end="361" style="">収入証明書</strong>（源泉徴収票や確定申告書など）</span></p>
</li>
<li data-start="377" data-end="408" class="">
<p data-start="379" data-end="408" class=""><span style="font-size: small;"><strong data-start="379" data-end="389">本人確認書類</strong>（運転免許証、マイナンバーカードなど）</span></p>
</li>
<li data-start="409" data-end="418" class="">
<p data-start="411" data-end="418" class=""><strong data-start="411" data-end="418" style="font-size: small;">住民票</strong></p>
</li>
<li data-start="419" data-end="446" class="">
<p data-start="421" data-end="446" class=""><span style="font-size: small;"><strong data-start="421" data-end="429">物件資料</strong>（売買契約書、重要事項説明書など）</span></p></li><li data-start="419" data-end="446" class=""><p data-start="421" data-end="446" class=""><span style="font-size: small;"> 収入形態（会社員／自営業）や金融機関によって書類は異なる場合があります。</span></p></li></ul>
<hr data-start="491" data-end="494" class="">
</h2><h2 data-start="496" data-end="521" class=""><span style="font-size: large;"> Step2｜事前審査（仮審査）を受ける</span></h2><h2 class="kizi_ttl">
<p data-start="523" data-end="556" class=""><span style="font-size: medium;">書類を準備したら、次に行うのが「<strong data-start="539" data-end="547">事前審査</strong>（仮審査）」です。</span></p>
</h2><h3 data-start="558" data-end="571" class=""><span style="font-size: large;">✅ 事前審査とは？</span></h3><h2 class="kizi_ttl">
<ul data-start="572" data-end="665">
<li data-start="572" data-end="599" class="">
<p data-start="574" data-end="599" class=""><span style="font-size: small;">借入可能な金額や金利条件の目安を確認するための審査</span></p>
</li>
<li data-start="600" data-end="633" class="">
<p data-start="602" data-end="633" class=""><span style="font-size: small;">本審査よりも簡易的で、結果は通常<strong data-start="618" data-end="630">1〜3営業日程度</strong>で通知</span></p>
</li>
<li data-start="634" data-end="665" class="">
<p data-start="636" data-end="665" class=""><span style="font-size: small;"><strong data-start="636" data-end="662">物件購入前に「どれくらい借りられるか」を把握</strong>できる</span></p></li><li data-start="634" data-end="665" class=""><p data-start="636" data-end="665" class=""><span style="font-size: small;"><br></span></p></li><li data-start="634" data-end="665" class=""><p data-start="636" data-end="665" class=""><span style="font-size: small;"> 事前審査の承認を得ておくことで、購入交渉や申込時にも安心して進められます。</span></p></li><li data-start="634" data-end="665" class=""><p data-start="636" data-end="665" class=""><span style="font-size: small;"><br></span></p></li></ul>
<hr data-start="711" data-end="714" class="">
</h2><h2 data-start="716" data-end="737" class=""><span style="font-size: large;"> Step3｜物件選びと本審査へ</span></h2><h2 class="kizi_ttl">
<p data-start="739" data-end="804" class=""><span style="font-size: small;">事前審査で承認が出たら、いよいよ<strong data-start="755" data-end="767" style="">本格的な物件選び</strong>です。<br data-start="770" data-end="773">
購入したい物件が決まったら、今度は<strong data-start="790" data-end="797" style="">本審査</strong>へと進みます。</span></p><table style="font-size: 13.12px; font-weight: normal;"><tbody><tr><th>ステップ</th><th>内容</th><th>ポイント</th></tr><tr><td>必要書類の準備</td><td>収入証明書や住民票、物件関連書類を揃える</td><td>書類の不備がないように確認</td></tr><tr><td>事前審査</td><td>借入可能額や条件の確認を行う</td><td>早めに審査を受けて予算を明確に</td></tr><tr><td>本審査</td><td>事前審査後、正式な審査を受ける</td><td>物件契約と並行して進める</td></tr></tbody></table></h2>

<p class="def_text"><br></p>
</div>

<h2 id="he00ed6c1" class="kizi_ttl">まとめ</h2><p class="def_text"><span style="color: rgb(0, 153, 0);">GLC不動産では、<span style="background-color: rgb(255, 255, 51);">専属のファイナンシャルプランナーによるライフプランカウンセリング（無料）</span>を行っております。</span></p><p class="def_text"><span style="color: rgb(0, 153, 0);">まずは、住宅ローンの完済までを目標に、ゆとりある予算設定から行いましょう。</span></p><div style="text-align:centeroriginal;word-break: break-all;"><div style="text-align:leftoriginal;word-break: break-all;"><p class="clearfix"><img src="//cdn.img-asp.jp/cms/606324_13_0_0_1.jpg" style="max-width: 100%;float:left;" alt="収支グラフ"></p></div><p class="clearfix" style="text-align: center;"><br></p></div><div style="text-align:centeroriginal;word-break: break-all;"><p class="clearfix" style="text-align: center;"><img src="//cdn.img-asp.jp/cms/606324_14_0_0_1.jpg" style="max-width: 100%;" alt="プランニングシート"></p></div><p class="def_text"><br></p><div style="text-align:centerlarge;word-break: break-all;"><p class="clearfix" style="text-align: center;"><img src="//cdn.img-asp.jp/cms/606324_15_0_0_1.jpg" style="max-width: 100%;height:auto;width:450px;" alt="GLC事務所"></p></div><div style="text-align:centerlarge;word-break: break-all;"><p class="clearfix" style="text-align: center;"><img src="//cdn.img-asp.jp/cms/606324_17_0_0_1.jpg" style="max-width: 100%;height:auto;width:450px;" alt="GLC事務所1階"></p></div><p class="def_text"><br></p><p class="def_text"><br></p><p class="def_text">詳細な会社情報などHPにて掲載しております。</p><p class="def_text">ご不明な点などございましたら、下記お問い合わせフォームをご利用くださいませ。</p><p class="def_text">皆様のご来店、心よりお待ち申し上げております。</p><p class="def_text"><br></p><div style="text-align:centerlarge;word-break: break-all;"><p class="clearfix" style="text-align: center;"><a href="https://www.gateway-life.jp/reservation/select/" target="_blank"><img src="//cdn.img-asp.jp/cms/606324_18_0_0_1.jpg" style="max-width: 100%;height:auto;width:450px;" alt="来店予約バナー"></a></p></div>

<span class="section_contact_banner"><a href="/contact/" target="_blank">お問い合わせはこちら</a></span>
<!--?/*/////////////触らない（L、S、P用）///////////////*/?--><!--?/*///■アイキャッチ用■///*/?--><style>.imgbox_eyecatch {    margin-bottom: 30px;}#entry-content .eyecatch_img { text-align: center;}</style><!--?/*///■タイトル■///*/?--><style>.kizi_ttl {    margin: 40px 0 20px;    border-left: 5px solid var(--main-color);    padding-left: 8px;    font-size: 22px;    color: var(--main-color)!important;    font-weight: bold;    border-top: none;}.blogArticle .kizi_ttl {border-left:none;padding-left: 0;}.kizi_nakattl {    padding: 0!important;    margin: 50px 0 10px;    border-left: none!important;    width: max-content; color: #333; font-weight:bold; font-size:18px;   max-width: fit-content;} .title {    font-size: 22px;    color: #666;    border-top: none;    border-bottom: none;    line-height: 1.3;    margin: 10px 0;    padding: 0;    height: auto;    text-shadow: none;}.blogArticle .section_contact_banner a {background-color: #ff9b00;}.blogArticle .section_contact_banner a:hover {text-decoration:none;opacity:.8;}</style><!--?/*///■デフォルト黒文字用■///*/?--><style>.def_text { font-size:15px; line-height:2.5em; margin-top:0!important;}</style><!--?/*///■各コンテンツのDIV■///*/?--><style>@media only screen and (min-width: 541px) {#entry-content {padding: 0 10px;}.blog_box { margin: 0 0 50px;}}@media only screen and (max-width: 540px) {.blog_box { margin: 0 0 50px;}}</style><!--?/*///■テキストリンク■///*/?--><style>.a_underline { font-size:16px;text-decoration: underline; color: #1864ef;background: linear-gradient(transparent 45%, #fff000 0%);padding:0 5px;}.a_underline:hover {color:#CC0000;}</style><!--?/*///■スマホ文字サイズ■///*/?--><style>@media only screen and (max-width: 540px) {.kizi_ttl{ font-size:24px;line-height: 1.3em;border-bottom: 0; }}@media only screen and (max-width: 540px) {.a_underline { text-decoration: underline;color: #3333ff; }.chosyaimg-wrap {width: 155vw;}}</style><!--?/*///■著者情報■///*/?--><style>.chosyabox { display: flex;  background: #f4f4f5;  padding: 15px;}.chosyainfo-wrap { width: calc(100% - 115px);margin-left: 15px;}.chosyabox .chosyatitle {  margin-bottom: 10px;  color: #333;  font-weight: bold;  line-height: 1.4;}.chosyabox .chosyaexplain {  font-size: 13px;  line-height: 1.5;  color: #62747b;}@media only screen and (min-width: 950px) {  .chosyabox {    max-width: 580px;    margin: 60px auto 20px;  }  .chosyabox .chosyatitle {    font-size: 18px;  }table {width:100%;margin: 30px 0;box-shadow: 0 0 7px 2px rgba(0, 0, 0, .06);border-collapse: collapse;background: #fff;}th {color: #fff;font-weight: bold;padding: 10px 15px;background: #333;}th:not(:last-child) {border-right: 2px solid #fff;}td {padding: 10px;border-bottom: 2px solid #ededed;}td:first-child {color: #333;font-weight: bold;width: 150px;padding: 10px 15px;background: #eee;border-bottom: solid 2px #fff;}td:not(:last-child) {border-right: 2px solid #ededed;}}@media only screen and (max-width: 949px) {  .chosyabox {    margin: 35px 12px 30px;  }  .chosyabox .chosyatitle {    font-size: 15px;  }}.def_text a { text-decoration: underline; color: #3333ff;}@media only screen and (max-width: 949px) {table {width:100%;margin: 6vw 0;box-shadow: 0 0 7px 2px rgba(0, 0, 0, .06);border-collapse: collapse;background: #fff;}th {color: #fff;font-weight: bold;padding: 1vw 2vw;vertical-align: middle;background: #333;}th:not(:last-child) {border-right: 2px solid #fff;}td {padding: 2vw;vertical-align: middle;border-bottom: 2px solid #ededed;}td:not(:last-child) {border-right: 2px solid #ededed;}td:first-child {color: #333;font-weight: bold;width: 36vw;padding: 1vw 2vw;vertical-align: middle;background: #eee;border-right: 2px solid #fff;border-bottom: solid 2px #fff;}}</style><!--?/*///■問い合わせバナー■///*/?--><style>@media only screen and (min-width:650px) {.sp-view {display: none;}.section_contact_banner a {background-color: #ff9c00;border-radius: 6px;display: flex; gap: 5px;align-items: center;justify-content: center;height: 64px; color: #fff; box-shadow: 0 -4px rgb(38 50 56 / 10%) inset;width: 420px;margin: 40px auto 0;font-size: 18px;font-weight: bold;letter-spacing: 0.2em;}.blog_list {padding: 20px;border: solid 3px #ffeaac;margin: 20px 0;}.blog_item {font-weight: bold;line-height: 2.2;list-style: none;}}@media only screen and (max-width:540px){.pc-view {display: none;}.section_contact_banner a {background-color: #ff9c00;border-radius: 6px;display: flex;gap: 5px;align-items: center;justify-content: center;height: 16vw;color: #fff;box-shadow: 0 -4px rgb(38 50 56 / 10%) inset;width: 80%;margin: 6vw auto 0;font-size: 5vw;font-weight: bold;letter-spacing: 0.15em;}.blog_list {padding: 4vw;border: solid 3px #ffeaac;margin: 4vw 0;}.blog_item {font-weight: bold;line-height: 2.2;}}</style>
]]></description>
            <pubDate>2026-04-30</pubDate>
        </item>
                
        <item>
            <title>札幌の不動産売却で税金がかかるって本当？益金と税金の基本をご紹介</title>
            <link>https://www.gateway-life.jp/blog/entry-605649/</link>
            <description><![CDATA[<div style="text-align:leftoriginal;word-break: break-all;"><p class="clearfix"><br></p></div><br><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><br></li><li><a style="color:#07519A;text-decoration:none;line-height:2.0;" href="#h997d71f6">・不動産売却時の益金とは？</a></li><li><a style="color:#07519A;text-decoration:none;line-height:2.0;" href="#hc94393ea">・売却益にかかる税金の種類と計算方法</a></li><li><a style="color:#07519A;text-decoration:none;line-height:2.0;" href="#hc8c33c7c">・税金対策と売却のタイミング</a></li><li><a style="color:#07519A;text-decoration:none;line-height:2.0;" href="#hcde2fc04">・まとめ</a></li></ul></div>
<p class="def_text"><span style="font-weight: bold; background-color: rgb(255, 255, 51); font-size: medium;">不動産の売却で得た利益には税金がかかる</span>ことを知っていますか？この記事では、不動産売却時の益金に関する税金の基本について解説します。知らずに損をしないために、税金の仕組みをしっかり理解しておくことが大切です。これから売却を検討している方に、重要なポイントを分かりやすくご紹介します。</p>


<div id="midashi1" class="blog_box"><h2 id="h997d71f6" class="kizi_ttl">マンション売却時の益金とは？</h2>
<p class="def_text"><span style="background-color: rgb(255, 255, 51);">マンション、戸建て、土地を売却した際に得られる利益、すなわち「益金」</span>は重要な要素です。</p><p class="def_text">この益金は、単に売却価格だけでなく、購入時の価格や諸経費を考慮に入れた上で計算されます。</p><p class="def_text">具体的には、<span style="background-color: rgb(255, 255, 51);">売却価格から購入価格、そして購入や売却に伴う諸経費を差し引いた額が益金</span>となります。</p><div style="text-align:centeroriginal;word-break: break-all;"><p class="clearfix" style="text-align: center;"><img src="//cdn.img-asp.jp/cms/605649_11_0_0_1.jpg" style="max-width: 100%;" alt=""></p></div><p class="def_text"><br></p>

<p class="def_text">不動産売却での益金が発生するケースはさまざまです。例えば、<span style="background-color: rgb(255, 255, 51);">購入時より高い価格で売却</span>できた場合や、<span style="background-color: rgb(255, 255, 51);">長期間所有していたことで地価が上昇</span>した場合などが挙げられます。逆に、購入価格よりも安く売却した場合は、益金は発生せず、損失となります。</p>

<p class="def_text">以下に、売却時の益金計算の例を示します。</p>

<br>

<h2 data-start="67" data-end="90" class=""><span style="font-size: large;"> 不動産売却で発生する「益金」とは？</span></h2><div><span style="font-size: large;"><br></span></div><p data-start="92" data-end="180" class=""><span style="font-size: medium;">不動産を売却して得た利益は、「譲渡所得（益金）」として<span data-start="119" data-end="127" style="font-weight: bold;">課税対象</span>となります。</span></p><p data-start="92" data-end="180" class=""><span style="font-size: medium;"><br data-start="133" data-end="136">
特に高額な不動産を売却した際は、<span data-start="152" data-end="164" style="font-weight: bold;">税額が大きくなる</span>可能性があるため注意が必要です。</span></p><p data-start="92" data-end="180" class=""><br></p><hr data-start="182" data-end="185" class=""><h3 data-start="187" data-end="200" class=""><span style="font-size: large;">✅ 売却益の計算例</span></h3><div class="pointer-events-none relative left-[50%]! flex w-[100cqw] translate-x-[-50%] justify-center *:pointer-events-auto"><div class="tableContainer horzScrollShadows"><table class="min-w-full" data-start="202" data-end="342"><thead data-start="202" data-end="235"><tr data-start="202" data-end="235"><th data-start="202" data-end="209">売却価格</th><th data-start="209" data-end="216">購入価格</th><th data-start="216" data-end="222">諸経費</th><th data-start="222" data-end="235">益金（課税対象額）</th></tr></thead><tbody data-start="293" data-end="342"><tr data-start="293" data-end="342"><td class="max-w-[calc(var(--thread-content-max-width)*2/3)]" data-start="293" data-end="303">3,000万円</td><td class="max-w-[calc(var(--thread-content-max-width)*2/3)]" data-start="303" data-end="313">2,500万円</td><td class="max-w-[calc(var(--thread-content-max-width)*2/3)]" data-start="313" data-end="321">200万円</td><td class="max-w-[calc(var(--thread-content-max-width)*2/3)]" data-start="321" data-end="342"><strong data-start="323" data-end="332">300万円</strong></td></tr></tbody></table></div></div><p data-start="344" data-end="386" class="">※この300万円に対して、所得税・住民税（短期 or 長期譲渡）などが課税されます。</p><hr data-start="388" data-end="391" class=""><h3 data-start="393" data-end="406" class=""><span style="font-size: large;"> ポイント整理</span></h3><ul data-start="408" data-end="535">
<li data-start="408" data-end="441" class=""><p data-start="410" data-end="441" class=""><br></p></li><li data-start="408" data-end="441" class="">
<p data-start="410" data-end="441" class=""><span style="font-size: medium;">売却益は<span data-start="414" data-end="426" style="font-weight: bold;">個人の所得に合算</span>されるため、税率が変わる</span></p>
</li><li data-start="408" data-end="441" class=""><p data-start="410" data-end="441" class=""><span style="font-size: medium;">ことも</span><span data-start="444" data-end="455" style="font-size: medium; font-weight: bold;">高額物件の売却</span><span style="font-size: medium;">では特に要注意！</span></p></li>
<li data-start="464" data-end="494" class="">
<p data-start="466" data-end="494" class=""><span style="font-size: medium;"><span data-start="466" data-end="484" style="font-weight: bold;">売却前に税額シミュレーション</span>しておくのがおすすめ</span></p>
</li>
<li data-start="495" data-end="535" class="">
<p data-start="497" data-end="535" class=""><span style="font-size: medium;"><span data-start="497" data-end="510" style="font-weight: bold;">譲渡所得の特別控除</span>（3,000万円特別控除など）も活用可能な場合あり</span></p>
</li><li data-start="495" data-end="535" class=""><p data-start="497" data-end="535" class=""><br></p></li>
</ul><hr data-start="537" data-end="540" class=""><p data-start="542" data-end="561" class=""> <strong data-start="545" data-end="561" style="font-size: large;">売却前に知っておきたい！</strong></p><p data-start="563" data-end="620" class=""><br></p><p data-start="563" data-end="620" class=""><span style="font-size: medium;">専門家と相談しながら、「いつ売るか・いくらで売るか」を<span data-start="590" data-end="617" style="font-weight: bold;">戦略的に決めることが、手取り額を最大化するコツ</span>です。</span></p><p data-start="563" data-end="620" class=""><br></p><hr data-start="622" data-end="625" class=""><p data-start="627" data-end="680" class=""><br></p><p data-start="627" data-end="680" class=""><br></p><p data-start="627" data-end="680" class=""><br></p><p data-start="627" data-end="680" class=""><br></p><div style="text-align:centerlarge;word-break: break-all;"><div style="text-align:leftlarge;word-break: break-all;"><p class="clearfix"><img src="//cdn.img-asp.jp/cms/605649_12_0_0_1.jpg" style="max-width: 100%;float:left;height:auto;width:450px;" alt=""></p><p class="clearfix"><br></p><p class="clearfix"><br></p><p class="def_text" style="text-align: center; box-sizing: border-box; background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial; border: 0px; outline: 0px; line-height: 2; vertical-align: baseline;" ＭＳ="" ゴシック",="" "hiragino="" kaku="" gothic="" pron",="" "ヒラギノ角ゴ="" pron="" w3",="" sans-serif;="" text-align:="" center;"=""><span style="box-sizing: border-box;" ＭＳ="" ゴシック",="" "hiragino="" kaku="" gothic="" pron",="" "ヒラギノ角ゴ="" pron="" w3",="" sans-serif;="" color:="" rgb(255,="" 255,="" 255);="" font-size:="" medium;="" background-color:="" rgb(0,="" 153,="" 0);"=""><span style="background-color: rgb(0, 153, 0); color: rgb(255, 255, 255); font-size: medium;">GLC不動産では、不動産の売却、税金控除に関して</span></span></p><p class="def_text" style="text-align: center; box-sizing: border-box; background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial; border: 0px; outline: 0px; line-height: 2; vertical-align: baseline;" ＭＳ="" ゴシック",="" "hiragino="" kaku="" gothic="" pron",="" "ヒラギノ角ゴ="" pron="" w3",="" sans-serif;="" text-align:="" center;"=""><span style="box-sizing: border-box;" ＭＳ="" ゴシック",="" "hiragino="" kaku="" gothic="" pron",="" "ヒラギノ角ゴ="" pron="" w3",="" sans-serif;="" color:="" rgb(255,="" 255,="" 255);="" font-size:="" medium;="" background-color:="" rgb(0,="" 153,="" 0);"=""><span style="background-color: rgb(0, 153, 0); color: rgb(255, 255, 255); font-size: medium;">ファイナンシャルプランナーが詳しく説明します</span></span></p><p class="def_text" style="text-align: center; box-sizing: border-box; background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial; border: 0px; outline: 0px; line-height: 2; vertical-align: baseline;" ＭＳ="" ゴシック",="" "hiragino="" kaku="" gothic="" pron",="" "ヒラギノ角ゴ="" pron="" w3",="" sans-serif;="" text-align:="" center;"=""><span style="box-sizing: border-box; background-color: rgb(0, 153, 0); color: rgb(255, 255, 255); font-size: medium;" ＭＳ="" ゴシック",="" "hiragino="" kaku="" gothic="" pron",="" "ヒラギノ角ゴ="" pron="" w3",="" sans-serif;="" color:="" rgb(255,="" 255,="" 255);="" font-size:="" medium;="" background-color:="" rgb(0,="" 153,="" 0);"="">どうぞお気軽にご来店くださいませ。【予約制】</span></p><p class="clearfix"><br></p><div style="text-align:centeroriginal;word-break: break-all;"><p class="clearfix" style="text-align: center;"><a href="https://www.gateway-life.jp/reservation/select/" target="_blank"><img src="//cdn.img-asp.jp/cms/605649_14_0_0_1.jpg" style="max-width: 100%;" alt="来店予約バナー"></a></p></div><p class="clearfix"><br></p></div><p class="clearfix" style="text-align: center;"><br></p></div><div style="text-align:centerlarge;word-break: break-all;"><div style="text-align:centeroriginal;word-break: break-all;"><p class="clearfix" style="text-align: center;"><a href="https://www.gateway-life.jp/satei/" target="_blank"><img src="//cdn.img-asp.jp/cms/605649_15_0_0_1.jpg" style="max-width: 100%;" alt="査定"></a></p></div><br></div><p class="def_text"><br></p>
</div>

<div id="midashi2" class="blog_box"><h2 id="hc94393ea" class="kizi_ttl">売却益にかかる税金の種類と計算方法</h2>
<h2 data-start="81" data-end="104" class=""><span style="font-size: medium; font-weight: bold;">【売却益にかかる主な税金と計算方法】</span></h2><h2 data-start="81" data-end="104" class=""><span style="font-size: medium; font-weight: bold;">【1. 譲渡所得税（所得税）】</span></h2><p data-start="128" data-end="167" class=""><span style="font-size: medium;"><span style="font-weight: bold;"><span data-start="128" data-end="134">対象</span>：</span>不動産（マンション・戸建て・土地）</span></p><p data-start="128" data-end="167" class=""><span style="font-size: medium;">の売却益<br></span></p><pre class="overflow-visible!" data-start="168" data-end="218"><div class="contain-inline-size rounded-md border-[0.5px] border-token-border-medium relative bg-token-sidebar-surface-primary"><div class="flex items-center text-token-text-secondary px-4 py-2 text-xs font-sans justify-between h-9 bg-token-sidebar-surface-primary dark:bg-token-main-surface-secondary select-none rounded-t-[5px]"></div><div class="sticky top-9"><div class="absolute end-0 bottom-0 flex h-9 items-center pe-2"><div class="bg-token-sidebar-surface-primary text-token-text-secondary dark:bg-token-main-surface-secondary flex items-center rounded-sm px-2 font-sans text-xs"><span style="font-size: medium;"><br></span></div></div></div><div class="overflow-y-auto p-4" dir="ltr"><code class="whitespace-pre!" style="font-size: medium;"><span style="font-weight: bold;">譲渡所得 ＝</span> 売却価格 －（取得費 + 譲渡費）
<span style="font-weight: bold;">課税対象額 ＝</span> 譲渡所得 × 税率
</code></div></div></pre><p data-start="220" data-end="288" class=""> <span style="font-size: medium;"><span style="font-weight: bold;"><span data-start="223" data-end="230" style="">取得費</span>：</span>購入金額 + 仲介手数料 + 登記費用など<br data-start="252" data-end="255">
 <span style="font-weight: bold;"><span data-start="258" data-end="266" style="">譲渡費用</span>：</span>売却時の仲介手数料、測量費、広告費など</span></p><h3 data-start="290" data-end="311" class=""><span style="font-size: medium; font-weight: bold;">【所有期間により税率が異なる】</span></h3><div class="pointer-events-none relative left-[50%]! flex w-[100cqw] translate-x-[-50%] justify-center *:pointer-events-auto"><div class="tableContainer horzScrollShadows"><table class="min-w-full" data-start="312" data-end="438"><thead data-start="312" data-end="335"><tr data-start="312" data-end="335"><th data-start="312" data-end="319">所有期間</th><th data-start="319" data-end="329">税率（所得税）</th><th data-start="329" data-end="335">特徴</th></tr></thead><tbody data-start="374" data-end="438"><tr data-start="374" data-end="406"><td class="max-w-[calc(var(--thread-content-max-width)*2/3)]" data-start="374" data-end="391"><strong data-start="376" data-end="384">5年以内</strong>（短期譲渡）</td><td class="max-w-[calc(var(--thread-content-max-width)*2/3)]" data-start="391" data-end="397">30%</td><td class="max-w-[calc(var(--thread-content-max-width)*2/3)]" data-start="397" data-end="406">税率が高い</td></tr><tr data-start="407" data-end="438"><td class="max-w-[calc(var(--thread-content-max-width)*2/3)]" data-start="407" data-end="423"><strong data-start="409" data-end="416">5年超</strong>（長期譲渡）</td><td class="max-w-[calc(var(--thread-content-max-width)*2/3)]" data-start="423" data-end="429">15%</td><td class="max-w-[calc(var(--thread-content-max-width)*2/3)]" data-start="429" data-end="438">税率が低い</td></tr></tbody></table></div></div><hr data-start="440" data-end="443" class=""><h3 data-start="445" data-end="459" class=""><span style="font-size: large;">【2. 住民税】</span></h3><p data-start="460" data-end="487" class=""><span style="font-size: medium;">譲渡所得に対して <b>短期譲渡９％・長期譲渡5％</b>&nbsp;が課税されます。</span></p><p data-start="460" data-end="487" class=""><br></p><hr data-start="489" data-end="492" class=""><h3 data-start="494" data-end="512" class=""><span style="font-size: medium;">【3. 復興特別所得税】</span></h3><p data-start="513" data-end="538" class=""><span style="font-size: medium;">所得税に対して <strong data-start="521" data-end="529">2.1%</strong> 上乗せされます。</span></p><p data-start="540" data-end="544" class=""><span style="font-size: medium;">例：</span><span style="font-size: medium;">長期譲渡の場合 →&nbsp;</span></p><p data-start="540" data-end="544" class=""><span style="font-size: medium;">所得税 15% × 2.1% ＝ </span><strong data-start="574" data-end="584" style="font-size: medium;">0.315%</strong></p><ul data-start="545" data-end="631">
<li data-start="587" data-end="631" class="">
<p data-start="589" data-end="631" class=""><span style="font-size: medium;">合計税率（長期）＝</span></p>
</li><li data-start="587" data-end="631" class=""><p data-start="589" data-end="631" class=""><span style="font-size: medium;"><strong data-start="599" data-end="631">15% + ５% + 0.315% ≒ 20.315%</strong></span></p></li><li data-start="587" data-end="631" class=""><p data-start="589" data-end="631" class=""><strong data-start="599" data-end="631"><br></strong></p></li>
</ul><h3 data-start="638" data-end="658" class=""><span style="font-size: 15px;">下記の表に、これらの税金の概要をまとめました。</span></h3>

<table border="1">
    <tbody><tr>
        <th><span style="font-size: large; background-color: rgb(0, 0, 0);">税金の種類</span></th>
        <th><span style="font-size: large; background-color: rgb(0, 0, 0);">税率</span></th>
        <th><span style="font-size: large; background-color: rgb(0, 0, 0);">計算基準</span></th>
    </tr>
    <tr>
        <td><span style="font-size: large; color: rgb(0, 0, 0); background-color: rgb(255, 255, 51);">譲渡所得税</span></td>
        <td><span style="font-size: large; color: rgb(0, 0, 0); background-color: rgb(102, 255, 255);">短期: 30%</span><span style="font-size: large; color: rgb(0, 0, 0); background-color: rgb(255, 255, 255);">・</span><span style="font-size: large; color: rgb(0, 0, 0); background-color: rgb(255, 204, 255);">長期: 15%</span></td>
        <td><span style="font-size: large; color: rgb(0, 0, 0); background-color: rgb(255, 255, 255);">譲渡所得</span></td>
    </tr>
    <tr>
        <td><span style="font-size: large; color: rgb(0, 0, 0); background-color: rgb(255, 255, 51);">住民税</span></td>
        <td><span style="font-size: large; color: rgb(0, 0, 0); background-color: rgb(102, 255, 255);">短期：9%</span><span style="font-size: large; color: rgb(0, 0, 0); background-color: rgb(255, 255, 255);">・</span><span style="font-size: large; color: rgb(0, 0, 0); background-color: rgb(255, 204, 255);">長期：5％</span></td>
        <td><span style="font-size: large; color: rgb(0, 0, 0); background-color: rgb(255, 255, 255);">譲渡所得</span></td>
    </tr>
    <tr>
        <td><span style="font-size: large; color: rgb(0, 0, 0); background-color: rgb(255, 255, 255);">復興特別所得税</span></td>
        <td><span style="font-size: large; color: rgb(0, 0, 0); background-color: rgb(255, 255, 255);">2.1%</span></td>
        <td><div style="text-align:centeroriginal;word-break: break-all;"><p class="clearfix" style="text-align: left;"><span style="font-size: large; color: rgb(0, 0, 0); background-color: rgb(255, 255, 255);">譲渡所得税</span></p></div></td>
    </tr>
</tbody></table><div style="text-align: center;"><span style="font-size: large; color: rgb(255, 0, 0); background-color: rgb(255, 255, 102); font-weight: bold;">つまり、5年以内に購入金額以上で</span></div><div style="text-align: center;"><span style="font-size: large; color: rgb(255, 0, 0); background-color: rgb(255, 255, 102); font-weight: bold;">売却できた場合、</span></div><div style="text-align: center;"><span style="font-size: large; color: rgb(255, 0, 0); background-color: rgb(255, 255, 102); font-weight: bold;">その利益の約40％税金がかかります。</span></div><div style="text-align: center;"><div style="text-align:centerlarge;word-break: break-all;"><p class="clearfix"><img src="//cdn.img-asp.jp/cms/605649_17_0_0_1.jpg" style="max-width: 100%;height:auto;width:450px;" alt="短期譲渡"></p></div><br></div><div style="text-align:centeroriginal;word-break: break-all;"><div style="text-align:leftoriginal;word-break: break-all;"><p class="clearfix"><img src="//cdn.img-asp.jp/cms/605649_6_0_0_1.jpg" style="max-width: 100%;float:left;" alt="短期譲渡所得と長期譲渡所得の比較表"></p></div><p class="clearfix" style="text-align: center;"><br></p></div><div style="text-align:centeroriginal;word-break: break-all;"><p class="clearfix" style="text-align: center;"><span style="background-color: rgb(255, 255, 51); color: rgb(255, 0, 0); font-size: large; font-weight: bold;">10年超経過後に売却益が出た場合は、</span></p><p class="clearfix" style="text-align: center;"><span style="background-color: rgb(255, 255, 51); color: rgb(255, 0, 0); font-size: large; font-weight: bold;">利益が6000万円以下は、</span></p><p class="clearfix" style="text-align: center;"><span style="background-color: rgb(255, 255, 51); color: rgb(255, 0, 0); font-size: large; font-weight: bold;">14.21％まで税金が下がります。</span></p><div style="text-align:centeroriginal;word-break: break-all;"><p class="clearfix" style="text-align: center;"><img src="//cdn.img-asp.jp/cms/605649_7_0_0_1.jpg" style="max-width: 100%;" alt="住居用財産の譲渡の図"></p></div><p class="clearfix" style="text-align: center;"><br></p></div><p class="def_text"><br></p><p class="def_text">売却益は、控除や軽減措置を活用することで、税金を抑えることが可能です。</p><p class="def_text">たとえば、<span style="background-color: rgb(255, 255, 51);">居住用財産の特例を利用すれば一定の条件を満たすことで最大3,000万円の控除</span>を受けることができます。</p><div style="text-align:centerlarge;word-break: break-all;"><div style="text-align:centeroriginal;word-break: break-all;"><p class="clearfix" style="text-align: center;"><img src="//cdn.img-asp.jp/cms/605649_8_0_0_1.jpg" style="max-width: 100%;" alt="控除の一例図"></p></div><p class="clearfix" style="text-align: center;"><br></p></div><p class="def_text"><br></p><h3 data-start="638" data-end="658" class="" style="font-size: 13.12px;"><span style="font-size: medium;">✅【実際の税額シミュレーション】</span></h3><p data-start="659" data-end="672" class="" style="font-size: 13.12px;"><br></p><p class="def_text"></p><div class="pointer-events-none relative left-[50%]! flex w-[100cqw] translate-x-[-50%] justify-center *:pointer-events-auto"><div class="tableContainer horzScrollShadows"><table class="min-w-full" data-start="674" data-end="876" style="width: 834.283px;"><thead data-start="674" data-end="708"><tr data-start="674" data-end="708"><th data-start="674" data-end="692">項目</th><th data-start="692" data-end="708">金額</th></tr></thead><tbody data-start="747" data-end="876"><tr data-start="747" data-end="780"><td class="max-w-[calc(var(--thread-content-max-width)*2/3)]" data-start="747" data-end="763">売却価格 ー 手数料</td><td class="max-w-[calc(var(--thread-content-max-width)*2/3)]" data-start="763" data-end="780">4,800万円</td></tr><tr data-start="781" data-end="811"><td class="max-w-[calc(var(--thread-content-max-width)*2/3)]" data-start="781" data-end="794">取得費＋譲渡費用</td><td class="max-w-[calc(var(--thread-content-max-width)*2/3)]" data-start="794" data-end="811">4,200万円</td></tr><tr data-start="812" data-end="845"><td class="max-w-[calc(var(--thread-content-max-width)*2/3)]" data-start="812" data-end="828"><span style="color: rgb(255, 0, 0);">譲渡所得</span></td><td class="max-w-[calc(var(--thread-content-max-width)*2/3)]" data-start="828" data-end="845"><span style="color: rgb(255, 0, 0);">600万円</span></td></tr><tr data-start="846" data-end="876"><td class="max-w-[calc(var(--thread-content-max-width)*2/3)]" data-start="846" data-end="858"><span style="color: rgb(255, 0, 0);">税金</span></td><td class="max-w-[calc(var(--thread-content-max-width)*2/3)]" data-start="858" data-end="876"><span style="color: rgb(255, 0, 0);">長期譲渡（5年超）　約122万円（20.315%）<br>短期譲渡（5年以内）約238万円（39.63％）</span></td></tr></tbody></table></div></div><p class="def_text"><br></p><p class="def_text">こうした制度を活用することで、少しでも支払う税金を減らすことができます。制度の詳細や条件については、専門家に相談することをおすすめします。</p>
</div>

<div id="midashi3" class="blog_box"><h2 id="hc8c33c7c" class="kizi_ttl">札幌市内で税金対策と不動産売却のタイミング</h2><div><div style="text-align:centeroriginal;word-break: break-all;"><div style="text-align:centerlarge;word-break: break-all;"><p class="clearfix" style="text-align: center;"><img src="//cdn.img-asp.jp/cms/605649_13_0_0_1.jpg" style="max-width: 100%;height:auto;width:450px;" alt="譲渡所得"></p></div><p class="clearfix" style="text-align: center;"><br></p></div><br></div>
<p class="def_text">マンション、戸建て、土地などを売却する際、<span style="background-color: rgb(255, 255, 51);">得られる利益にかかる税金を最小限に抑える</span>ことは、多くのオーナーや投資家にとって重要な課題です。適切な税金対策を行うことで、手元に残る利益を最大化することが可能になります。</p><p class="def_text">不動産<span style="background-color: rgb(255, 255, 51);">を5年以上保有してから売却</span>することで、税率を下げることができるのです。</p><div style="text-align:centerlarge;word-break: break-all;"><p class="clearfix" style="text-align: center;"><img src="//cdn.img-asp.jp/cms/605649_16_0_0_1.jpg" style="max-width: 100%;height:auto;width:450px;" alt="長期譲渡所得"></p></div><p class="def_text"><br></p><p class="def_text"><span style="text-align: center;">さらに、特定の条件を満たすことで利用できる控除、たとえ、</span><span style="text-align: center; background-color: rgb(255, 255, 51);">居住用財産の特別控除を適用</span><span style="text-align: center;">することで、一定の金額を所得から差し引くことができます。ただし、実際に居住していた期間やその他の条件を満たす必要があります<span style="font-size: large;">。</span></span></p><p class="def_text"><span style="text-align: center;"><span style="font-size: large;"><br></span></span></p>

<h3 data-start="141" data-end="171" class=""><span style="font-size: large; background-color: rgb(204, 204, 255);"> 1. 居住用財産の3,000万円特別控除</span><span style="background-color: rgb(204, 204, 255); font-size: large;">とは？</span></h3><h4 data-start="173" data-end="184" class=""><br></h4><h4 data-start="173" data-end="184" class=""><span style="font-size: medium;">✅ 内容</span></h4><p data-start="185" data-end="230" class=""><br></p><p data-start="185" data-end="230" class=""><span style="font-size: medium;">自宅（居住用財産）を売却した場合、<span data-start="202" data-end="224" style="font-weight: bold;">譲渡所得</span></span></p><p data-start="185" data-end="230" class=""><span style="font-size: medium;"><span data-start="202" data-end="224">から</span><span data-start="202" data-end="224" style="font-weight: bold;">最大3,000万円を控除</span>できる制度。</span></p><p data-start="185" data-end="230" class=""><br></p><h4 data-start="232" data-end="246" class=""><span style="font-size: medium;">✅ 適用条件の例：</span></h4><p class="def_text">



</p><ul data-start="247" data-end="325">
<li data-start="247" data-end="265" class=""><p data-start="249" data-end="265" class=""><strong data-start="249" data-end="265"><br></strong></p></li><li data-start="247" data-end="265" class="">
<p data-start="249" data-end="265" class=""><span data-start="249" data-end="265" style="font-size: medium; font-weight: bold;">実際に住んでいた家を売却</span></p>
</li>
<li data-start="266" data-end="294" class="">
<p data-start="268" data-end="294" class=""><span data-start="268" data-end="294" style="font-size: medium; font-weight: bold;">転勤などで空き家になったが一定期間内に売却</span></p>
</li>
<li data-start="295" data-end="325" class="">
<p data-start="297" data-end="325" class=""><span style="font-size: medium;"><span data-start="297" data-end="318" style="font-weight: bold;">家族全体が住んでいた証明があること</span></span></p></li><li data-start="295" data-end="325" class=""><p data-start="297" data-end="325" class=""><span style="font-size: medium;">（住民票など）</span></p></li></ul><div><br></div><div><br></div><div><br></div><div><h3 data-start="400" data-end="424" class=""><span style="font-size: large; background-color: rgb(204, 204, 255);">⏰ 2. 売却のタイミングをどう考える？</span></h3>
<h4 data-start="426" data-end="447" class=""><span style="font-size: medium;"> 年度末に売却するメリット：</span></h4>
<ul data-start="448" data-end="487">
<li data-start="448" data-end="468" class=""><p data-start="450" data-end="468" class=""><strong data-start="450" data-end="468" style="font-size: medium;"><br></strong></p></li><li data-start="448" data-end="468" class="">
<p data-start="450" data-end="468" class=""><strong data-start="450" data-end="468" style="font-size: medium;">翌年の確定申告まで時間がある</strong></p>
</li>
<li data-start="469" data-end="487" class="">
<p data-start="471" data-end="487" class=""><span style="font-size: medium;">資金繰りの見通しが立てやすくなる</span></p>
</li>
</ul><div><span style="font-size: medium;"><br></span></div>
<h4 data-start="489" data-end="505" class=""><span style="font-size: medium;"> 市況を見て判断：</span></h4><ul data-start="506" data-end="574"><li data-start="506" data-end="548" class="">
<p data-start="508" data-end="548" class=""><span style="font-size: medium;">不動産価格が<strong data-start="514" data-end="528">上昇傾向の時期に売却</strong>すると、</span></p>
</li><li data-start="506" data-end="548" class=""><p data-start="508" data-end="548" class=""><span style="font-size: medium;"><strong data-start="532" data-end="540">高値売却</strong>が期待できる!</span></p></li>
<li data-start="549" data-end="574" class="">
<p data-start="551" data-end="574" class=""><span style="font-size: medium;"><strong data-start="551" data-end="559">金利動向</strong>や<strong data-start="560" data-end="570">買い手の動き</strong>にも注目</span></p></li></ul></div>

<table>
  <tbody><tr>
    <th>対策</th>
    <th>メリット</th>
    <th>注意点</th>
  </tr>
  <tr>
    <td><span style="background-color: rgb(255, 255, 51);">長期保有</span></td>
    <td><span style="background-color: rgb(255, 255, 51);">税率の軽減</span></td>
    <td><span style="background-color: rgb(255, 255, 51);">5年以上の保有</span>が必要</td>
  </tr>
  <tr>
    <td><span style="background-color: rgb(255, 255, 51);">特別控除の活用</span></td>
    <td><span style="background-color: rgb(255, 255, 51);">所得からの控除額増加</span></td>
    <td><span style="background-color: rgb(255, 255, 51);">条件の確認</span>が必要</td>
  </tr>
  <tr>
    <td><span style="background-color: rgb(255, 255, 51);">売却タイミングの選定</span></td>
    <td><span style="background-color: rgb(255, 255, 51);">高い売却益</span>の実現</td>
    <td><span style="background-color: rgb(255, 255, 51);">市場動向の分析</span>が必要</td>
  </tr>
</tbody></table>

<p class="def_text">税金対策を実行することで、マンション売却による利益を最大限に引き出すことが可能です。</p><p class="def_text">マンション売却を考えている方は、是非、これらのポイントを抑えて、効果的な対策を取ってください。</p><p class="def_text"><br></p><p class="def_text"><br></p>
</div>

<div id="midashi4" class="blog_box"><h2 id="h04ed8a1e" class="kizi_ttl"><span style="color: var(--main-color);">まとめ</span></h2><div style="text-align: center;"><span style="color: rgb(0, 153, 0); background-color: rgb(255, 255, 153); font-size: medium; font-weight: bold;">売却時の益金に関する税金の基本を理解し、</span></div><div style="text-align: center;"><span style="color: rgb(0, 153, 0); background-color: rgb(255, 255, 153); font-size: medium; font-weight: bold;">適切な対策を立てることで、</span></div><div style="text-align: center;"><span style="color: rgb(0, 153, 0); background-color: rgb(255, 255, 153); font-size: medium; font-weight: bold;">利益を最大化することが可能です。</span></div><div style="text-align: center;"><span style="color: rgb(0, 153, 0); background-color: rgb(255, 255, 153); font-size: medium; font-weight: bold;">売却を考えている方は、</span></div><div style="text-align: center;"><span style="color: rgb(0, 153, 0); background-color: rgb(255, 255, 153); font-size: medium; font-weight: bold;">ぜひこの記事を参考にしてください。</span></div><div style="text-align: center;"><span style="color: rgb(0, 153, 0); font-size: medium; font-weight: bold;"><br></span></div><div style="text-align: center;"><span style="color: rgb(0, 153, 0); background-color: rgb(255, 255, 153); font-size: medium; font-weight: bold;">GLC不動産では、売却に伴う様々な</span></div><div style="text-align: center;"><span style="color: rgb(0, 153, 0); background-color: rgb(255, 255, 153); font-size: medium; font-weight: bold;">アドバイスを行っております。</span></div><div style="text-align: center;"><span style="color: rgb(0, 153, 0); background-color: rgb(255, 255, 153); font-size: medium; font-weight: bold;">常に高く売るための</span></div><div style="text-align: center;"><span style="color: rgb(0, 153, 0); background-color: rgb(255, 255, 153); font-size: medium; font-weight: bold;">市場分析を行っております。</span></div><div style="text-align: center;"><span style="color: rgb(0, 153, 0); background-color: rgb(255, 255, 153); font-size: medium; font-weight: bold;">より高額で売却、税金対策で</span></div><div style="text-align: center;"><span style="color: rgb(0, 153, 0); background-color: rgb(255, 255, 153); font-size: medium; font-weight: bold;">手元に残るお金を増やす。</span></div><div style="text-align: center;"><span style="color: rgb(0, 153, 0); background-color: rgb(255, 255, 153); font-size: medium; font-weight: bold;">売却、住替え、相続対策など</span></div><div style="text-align: center;"><span style="color: rgb(0, 153, 0); background-color: rgb(255, 255, 153); font-size: medium; font-weight: bold;">お気軽にご相談くださいませ。</span></div><div><br></div><div><div style="text-align:centermedium;word-break: break-all;"><div style="text-align:centermedium;word-break: break-all;"><p class="clearfix" style="text-align: center;"><img src="//cdn.img-asp.jp/cms/605649_10_0_0_1.jpg" style="max-width: 100%;height:auto;width:350px;" alt="GLC不動産株式会社"></p></div><p class="clearfix" style="text-align: center;"><br></p></div><div style="text-align:centermedium;word-break: break-all;"><div style="text-align:centermedium;word-break: break-all;"><p class="clearfix" style="text-align: center;"><img src="//cdn.img-asp.jp/cms/605649_9_0_0_1.jpg" style="max-width: 100%;height:auto;width:350px;" alt="GLC不動産株式会社"></p></div><p class="clearfix" style="text-align: center;"><br></p><div style="text-align:centeroriginal;word-break: break-all;"><div style="text-align:centerlarge;word-break: break-all;"><p class="clearfix" style="text-align: center;"><a href="https://www.gateway-life.jp/reservation/select/" target="_blank"><img src="//cdn.img-asp.jp/cms/605649_14_0_0_1.jpg" style="max-width: 100%;height:auto;width:450px;" alt="来店予約バナー"></a></p><div style="text-align:centerlarge;word-break: break-all;"><br></div><div style="text-align:centerlarge;word-break: break-all;"><div style="text-align:centerlarge;word-break: break-all;"><p class="clearfix" style="text-align: center;"><a href="https://www.gateway-life.jp/satei/" target="_blank"><img src="//cdn.img-asp.jp/cms/605649_15_0_0_1.jpg" style="max-width: 100%;height:auto;width:450px;" alt="査定"></a></p></div></div></div></div></div></div></div>

<span class="section_contact_banner"><a href="/contact/" target="_blank">お問い合わせはこちら</a></span>
<!--?/*/////////////触らない（L、S、P用）///////////////*/?--><!--?/*///■アイキャッチ用■///*/?--><style>.imgbox_eyecatch {    margin-bottom: 30px;}#entry-content .eyecatch_img { text-align: center;}</style><!--?/*///■タイトル■///*/?--><style>.kizi_ttl {    margin: 40px 0 20px;    border-left: 5px solid var(--main-color);    padding-left: 8px;    font-size: 22px;    color: var(--main-color)!important;    font-weight: bold;    border-top: none;}.blogArticle .kizi_ttl {border-left:none;padding-left: 0;}.kizi_nakattl {    padding: 0!important;    margin: 50px 0 10px;    border-left: none!important;    width: max-content; color: #333; font-weight:bold; font-size:18px;   max-width: fit-content;} .title {    font-size: 22px;    color: #666;    border-top: none;    border-bottom: none;    line-height: 1.3;    margin: 10px 0;    padding: 0;    height: auto;    text-shadow: none;}.blogArticle .section_contact_banner a {background-color: #ff9b00;}.blogArticle .section_contact_banner a:hover {text-decoration:none;opacity:.8;}</style><!--?/*///■デフォルト黒文字用■///*/?--><style>.def_text { font-size:15px; line-height:2.5em; margin-top:0!important;}</style><!--?/*///■各コンテンツのDIV■///*/?--><style>@media only screen and (min-width: 541px) {#entry-content {padding: 0 10px;}.blog_box { margin: 0 0 50px;}}@media only screen and (max-width: 540px) {.blog_box { margin: 0 0 50px;}}</style><!--?/*///■テキストリンク■///*/?--><style>.a_underline { font-size:16px;text-decoration: underline; color: #1864ef;background: linear-gradient(transparent 45%, #fff000 0%);padding:0 5px;}.a_underline:hover {color:#CC0000;}</style><!--?/*///■スマホ文字サイズ■///*/?--><style>@media only screen and (max-width: 540px) {.kizi_ttl{ font-size:24px;line-height: 1.3em;border-bottom: 0; }}@media only screen and (max-width: 540px) {.a_underline { text-decoration: underline;color: #3333ff; }.chosyaimg-wrap {width: 155vw;}}</style><!--?/*///■著者情報■///*/?--><style>.chosyabox { display: flex;  background: #f4f4f5;  padding: 15px;}.chosyainfo-wrap { width: calc(100% - 115px);margin-left: 15px;}.chosyabox .chosyatitle {  margin-bottom: 10px;  color: #333;  font-weight: bold;  line-height: 1.4;}.chosyabox .chosyaexplain {  font-size: 13px;  line-height: 1.5;  color: #62747b;}@media only screen and (min-width: 950px) {  .chosyabox {    max-width: 580px;    margin: 60px auto 20px;  }  .chosyabox .chosyatitle {    font-size: 18px;  }table {width:100%;margin: 30px 0;box-shadow: 0 0 7px 2px rgba(0, 0, 0, .06);border-collapse: collapse;background: #fff;}th {color: #fff;font-weight: bold;padding: 10px 15px;background: #333;}th:not(:last-child) {border-right: 2px solid #fff;}td {padding: 10px;border-bottom: 2px solid #ededed;}td:first-child {color: #333;font-weight: bold;width: 150px;padding: 10px 15px;background: #eee;border-bottom: solid 2px #fff;}td:not(:last-child) {border-right: 2px solid #ededed;}}@media only screen and (max-width: 949px) {  .chosyabox {    margin: 35px 12px 30px;  }  .chosyabox .chosyatitle {    font-size: 15px;  }}.def_text a { text-decoration: underline; color: #3333ff;}@media only screen and (max-width: 949px) {table {width:100%;margin: 6vw 0;box-shadow: 0 0 7px 2px rgba(0, 0, 0, .06);border-collapse: collapse;background: #fff;}th {color: #fff;font-weight: bold;padding: 1vw 2vw;vertical-align: middle;background: #333;}th:not(:last-child) {border-right: 2px solid #fff;}td {padding: 2vw;vertical-align: middle;border-bottom: 2px solid #ededed;}td:not(:last-child) {border-right: 2px solid #ededed;}td:first-child {color: #333;font-weight: bold;width: 36vw;padding: 1vw 2vw;vertical-align: middle;background: #eee;border-right: 2px solid #fff;border-bottom: solid 2px #fff;}}</style><!--?/*///■問い合わせバナー■///*/?--><style>@media only screen and (min-width:650px) {.sp-view {display: none;}.section_contact_banner a {background-color: #ff9c00;border-radius: 6px;display: flex; gap: 5px;align-items: center;justify-content: center;height: 64px; color: #fff; box-shadow: 0 -4px rgb(38 50 56 / 10%) inset;width: 420px;margin: 40px auto 0;font-size: 18px;font-weight: bold;letter-spacing: 0.2em;}.blog_list {padding: 20px;border: solid 3px #ffeaac;margin: 20px 0;}.blog_item {font-weight: bold;line-height: 2.2;list-style: none;}}@media only screen and (max-width:540px){.pc-view {display: none;}.section_contact_banner a {background-color: #ff9c00;border-radius: 6px;display: flex;gap: 5px;align-items: center;justify-content: center;height: 16vw;color: #fff;box-shadow: 0 -4px rgb(38 50 56 / 10%) inset;width: 80%;margin: 6vw auto 0;font-size: 5vw;font-weight: bold;letter-spacing: 0.15em;}.blog_list {padding: 4vw;border: solid 3px #ffeaac;margin: 4vw 0;}.blog_item {font-weight: bold;line-height: 2.2;}}</style>
]]></description>
            <pubDate>2025-05-05</pubDate>
        </item>
                
        <item>
            <title>札幌の分譲マンションは資産価値が高い！選び方をご紹介</title>
            <link>https://www.gateway-life.jp/blog/entry-605650/</link>
            <description><![CDATA[<style>
      html,
 body,
 div,
 span,
 applet,
 object,
 iframe,
 h1,
 h2,
 h3,
 h4,
 h5,
 h6,
 p,
 blockquote,
 pre,
 a,
 abbr,
 acronym,
 address,
 big,
 cite,
 code,
 del,
 dfn,
 em,
 img,
 ins,
 kbd,
 q,
 s,
 samp,
 small,
 strike,
 strong,
 sub,
 sup,
 tt,
 var,
 b,
 u,
 i,
 center,
 dl,
 dt,
 dd,
 ol,
 ul,
 li,
 fieldset,
 form,
 label,
 legend,
 table,
 caption,
 tbody,
 tfoot,
 thead,
 tr,
 th,
 td,
 article,
 aside,
 canvas,
 details,
 embed,
 figure,
 figcaption,
 footer,
 header,
 hgroup,
 menu,
 nav,
 output,
 ruby,
 section,
 summary,
 time,
 mark,
 audio,
 video {
   margin: 0;
   padding: 0;
   border: 0;
   font-size: 100%;
   font: inherit;
   vertical-align: baseline;
 }

 /* HTML5 display-role reset for older browsers */
 article,
 aside,
 details,
 figcaption,
 figure,
 footer,
 header,
 hgroup,
 menu,
 nav,
 section {
   display: block;
 }

 body {
   line-height: 1;
 }

 ol,
 ul {
   list-style: none;
 }

 blockquote,
 q {
   quotes: none;
 }

 blockquote:before,
 blockquote:after,
 q:before,
 q:after {
   content: '';
   content: none;
 }

 table {
   border-collapse: collapse;
   border-spacing: 0;
 }

 html *,
 ::before,
 ::after {
   -webkit-box-sizing: border-box;
   box-sizing: border-box;
 }

 button {
   background-color: transparent;
   border: none;
   cursor: pointer;
   outline: none;
   padding: 0;
   -webkit-appearance: none;
   -moz-appearance: none;
   appearance: none;
 }

 @charset "UTF-8";

 /* =====================
base
===================== */
 html *,
 ::before,
 ::after {
   -webkit-box-sizing: border-box;
   box-sizing: border-box;
 }

 body {
   font-family: "Noto Sans JP", sans-serif;
   font-weight: 400;
   font-style: normal;
   color: #084e96;
   font-size: 15px;
   -webkit-font-feature-settings: "palt";
   font-feature-settings: "palt";
   background-color: #fafafa;
 }

 html.sr {
   margin-top: 0 !important;
 }

 #wpadminbar {
   z-index: 10000000 !important;
 }

 img {
   display: block;
   max-width: 100%;
   height: auto;
 }

 p {
   line-height: 1;
   font-size: 15px;
   color: #084e96;
 }

 a {
   text-decoration: none;
   color: #084e96;
   line-height: 1;
 }

 .trans {
   opacity: 1;
   -webkit-transition: -webkit-transform 0.5s ease;
   transition: -webkit-transform 0.5s ease;
   transition: transform 0.5s ease;
   transition: transform 0.5s ease, -webkit-transform 0.5s ease;
   transition: all 0.3s;
 }

 .trans:hover {
   opacity: 0.8;
   -webkit-transition: -webkit-transform 0.3s ease;
   transition: -webkit-transform 0.3s ease;
   transition: transform 0.3s ease;
   transition: transform 0.3s ease, -webkit-transform 0.3s ease;
   transition: all 0.3s;
 }

 .spv {
   display: none;
 }

 @media (max-width: 900px) {
   .wrap {
     padding: 0 20px;
   }
 }

 @media (max-width: 767px) {
   .pcv {
     display: none;
   }

   .spv {
     display: block;
   }
 }

 /* cssここから ---------------------------------------------------*/
 /* 共通 */
 .c-mokuji {
   border: 1px solid #8c8c8c;
   background-color: #f9f9f9;
   padding: 20px;
   margin: 10px 0 0 0;
 }

 .c-mokuji-ttl {
   font-size: 110%;
   font-weight: bold;
   padding: 3px;
 }

 .c-mokuji ul {
   list-style: none;
   padding-left: 0;
   margin: 0;
 }

 .c-mokuji li {
   line-height: 2.0;
 }

 .c-mokuji a {
   color: #07519A;
   text-decoration: none;
 }

 .c-mokuji a:hover {
   text-decoration: underline;
 }

 .blog__article h2 {
   font-size: 25px;
   line-height: 1;
   letter-spacing: 0.03em;
   font-weight: 500;
 }

 .blog__article h3 {
   font-size: 22px;
   line-height: 1;
   letter-spacing: 0.03em;
   font-weight: 500;
   color: #084e96 !important;
   border: unset;
 }

 h4 {
   color: #084e96 !important;
 }

 .c-ttl-strong-wr {
   text-align: center;
 }

 .c-ttl-strong {
   font-size: 22px;
   line-height: calc(31/22);
   letter-spacing: 0.03em;
   font-weight: 500;
   display: inline-block;
   padding: 0 40px !important;
   position: relative;
 }

 .c-ttl-strong::before,
 .c-ttl-strong::after {
   content: "";
   position: absolute;
   top: 50%;
   width: 40px;
   height: 2px;
   background-color: #084e96;
 }

 .c-ttl-strong::before {
   left: 0;
   transform: translateY(-50%) rotate(65deg);
 }

 .c-ttl-strong::after {
   right: 0;
   transform: translateY(-50%) rotate(-65deg);
 }

 .c-text {
   font-size: 15px;
   line-height: calc(31/15);
   letter-spacing: 0.03em;
   margin-bottom: 50px;
   font-weight: 500;
 }

 .c-text span {
   color: #084e96;
   font-weight: 500;
   margin-bottom: 35px;
   background: linear-gradient(to bottom,
       #ffffff00 0%,
       #ffffff00 9%,
       #faf7ba 10%,
       #faf7ba 100%);
 }

 .c-bk-text {
   padding: 0 20px;
   height: 30px;
   color: #084e96;
   font-size: 15px;
   line-height: 1;
   letter-spacing: 0.03em;
   font-weight: 400;
   background-color: #fff;
   display: inline-flex;
   align-items: center;
   justify-content: center;
   border-radius: 15px;
   margin: 0 auto 25px 0;
 }

 .c-bk-text.bk-color {
   color: #fff;
   background-color: #084e96;
 }

 .c-leftborder-ttl {
   color: #084e96;
   font-size: 18px;
   line-height: 1;
   letter-spacing: 0.03em;
   font-weight: 500;
   padding-left: 10px;
   border-left: 3px solid #084e96 !important;
   margin-bottom: 20px;
 }

 .blog__article a:hover {
   text-decoration: unset !important;
 }

 @media screen and (max-width: 767px) {
   .c-mokuji {
     padding: 10px;
     margin: 10px 0 30px 0;
   }

   .blog__article h2 {
     font-size: 20px;
   }

   .blog__article h3 {
     font-size: 16px;
     line-height: 1.5;
   }

   .c-ttl-strong {
     font-size: 17px;
     padding: 0 35px !important;
   }

   .c-text {
     font-size: 14px;
     margin-bottom: 40px;
   }

   .c-bk-text {
     padding: 0 15px;
     height: 30px;
     font-size: 13px;
     border-radius: 10px;
     margin: 0 auto 25px 0;
   }

   .c-leftborder-ttl {
     font-size: 18px;
     padding-left: 7px;
     margin-bottom: 15px;
   }
 }

 /* メイン */
 .inner {
   width: 100%;
   max-width: 800px;
   margin: 0 auto;
 }

 @media screen and (max-width: 800px) {
   .inner {
     padding: 0 20px;
   }
 }

 @media screen and (max-width: 767px) {
   .inner {
     padding: 0 0px;
   }
 }

 /* ===== HERO ===== */
 .hero {
   display: flex;
   align-items: center;
   padding: 120px 40px 80px 0;
   position: relative;
   overflow: hidden;
 }

 .hero-bg-circles {
   position: absolute;
   inset: 0;
   pointer-events: none;
 }

 .hero-bg-circles .c1 {
   position: absolute;
   width: 600px;
   height: 600px;
   border-radius: 50%;
   background: radial-gradient(circle, rgba(255, 107, 91, 0.15) 0%, transparent 70%);
   top: -100px;
   right: -100px;
   animation: float1 8s ease-in-out infinite;
 }

 .hero-bg-circles .c2 {
   position: absolute;
   width: 400px;
   height: 400px;
   border-radius: 50%;
   background: radial-gradient(circle, rgba(255, 209, 102, 0.2) 0%, transparent 70%);
   bottom: -50px;
   left: 10%;
   animation: float2 10s ease-in-out infinite;
 }

 .hero-bg-circles .c3 {
   position: absolute;
   width: 300px;
   height: 300px;
   border-radius: 50%;
   background: radial-gradient(circle, rgba(201, 184, 255, 0.2) 0%, transparent 70%);
   top: 30%;
   left: 40%;
   animation: float1 12s ease-in-out infinite reverse;
 }

 @keyframes float1 {

   0%,
   100% {
     transform: translate(0, 0) scale(1);
   }

   50% {
     transform: translate(30px, -20px) scale(1.05);
   }
 }

 @keyframes float2 {

   0%,
   100% {
     transform: translate(0, 0) scale(1);
   }

   50% {
     transform: translate(-20px, 30px) scale(1.08);
   }
 }

 .hero-content {
   position: relative;
   z-index: 2;
   max-width: 780px;
 }

 .hero-badge {
   border: 2px solid var(--navy);
   border-radius: 50px;
   font-weight: 700;
   font-size: 16px;
   margin-bottom: 30px;
 }

 .hero-badge .dot {
   width: 8px;
   height: 8px;
   border-radius: 50%;
   background: var(--coral);
 }

 .hero-title {
   font-family: 'Poppins', sans-serif;
   font-weight: 900;
   font-size: clamp(44px, 7vw, 88px);
   line-height: 1.0;
   letter-spacing: -2px;
   margin-bottom: 16px;
   animation: slideUp 0.7s 0.1s ease both;
 }

 .hero-title .line1 {
   display: block;
 }

 .hero-title .line2 {
   display: block;
   color: #ffd166;
   -webkit-text-stroke: 2px var(--coral);
 }

 .hero-title .line3 {
   display: block;
 }

 .hero-subtitle {
   font-size: 18px;
   line-height: 1.75;
   font-weight: 500;
   margin-bottom: 40px;
   animation: slideUp 0.7s 0.2s ease both;
 }

 .hero-stats {
   position: absolute;
   right: 40px;
   top: 50%;
   transform: translateY(-50%);
   display: flex;
   flex-direction: column;
   gap: 20px;
   z-index: 2;
   animation: slideRight 0.8s 0.4s ease both;
 }

 .stat-card {
   background: white;
   border: 2px solid var(--navy);
   border-radius: 20px;
   padding: 20px 24px;
   box-shadow: 5px 5px 0 var(--navy);
   text-align: center;
   min-width: 160px;
 }

 .stat-card .stat-num2 {
   font-family: 'Poppins', sans-serif;
   font-weight: 900;
   font-size: 36px;
   color: #07519A;
   line-height: 1;
 }

 .stat-card .stat-label {
   font-size: 11px;
   font-weight: 700;
   color: #666;
   margin-top: 4px;
 }

 @media screen and (max-width: 767px) {
   .hero {
     display: block;
     padding: 120px 0 80px 0;
   }

   .hero-title {
     font-size: clamp(60px, 7vw, 88px);
   }

   .hero-stats {
     position: relative;
     top: unset;
     transform: unset;
     right: unset;
     display: flex;
     justify-content: center;
     flex-direction: unset;
   }

   .hero-subtitle {
     font-size: 14px;
   }

   .stat-card {
     width: 100%;
     min-width: unset;
     padding: 20px 4px;
   }

   .stat-card .stat-label {
     font-size: 10px;
     line-height: 1.4;
     font-weight: 500;
text-align: center;
   }

   .stat-card .stat-num2 {
     font-size: 18px;
text-align: center;
   }
 }


 .first-situation-top {
   background-color: #084e96;
   padding: 55px 30px;
 }

 .first-situation h2 {
   color: #fff;
   margin-bottom: 20px;
 }

 .first-situation .c-text {
   color: #fff;
   margin-bottom: 35px;
 }

 .first-situation .first-situation-img01 {
   width: 100%;
   max-width: 574px;
   margin: 0 auto 40px 0;
 }

 .first-situation .first-situation-img02 {
   width: 100%;
   max-width: 460px;
   margin: 0 auto 0 0;
 }

 .first-situation-reson {
   padding: 50px 0 0 0;
 }

 .first-situation-reson .c-text {
   color: #084e96;
   margin-bottom: 85px;
 }

 .first-situation-reson .c-ttl-strong-wr {
   margin-bottom: 25px;
 }

 .first-situation-reson-flex {
   display: flex;
   justify-content: space-between;
   margin-bottom: 85px;
 }

 .first-situation-reson-item {
   flex: 0 0 24%;
   border: 2px solid #084e96;
   border-radius: 15px;
   padding: 40px 10px 30px 10px;
 }

 .first-situation-reson-item:last-child h4 {
   position: relative;
 }

 .first-situation-reson-item:last-child h4::before {
   content: "";
   display: block;
   background-image: url(//cdn.img-asp.jp/cms/747382_39_0_0_1.jpg);
   background-repeat: no-repeat;
   background-size: contain;
   width: 20px;
   height: 18px;
   position: absolute;
   top: -22px;
   right: 0;
   left: 0;
   margin: auto;
 }

 .first-situation-reson-item h4 {
   font-size: 20px;
   line-height: calc(26/20);
   font-weight: 500;
   text-align: center;
   margin-bottom: 15px;
 }

 .first-situation-reson-item .first-situation-reson-item-text {
   font-size: 12px;
   line-height: calc(21/12);
   font-weight: 400;
 }

 .assessment-banner {
   display: block;
   width: 100%;
   max-width: 476px;
   margin: 0 auto 50px auto;
 }

 .banner-01 {
   display: block;
   width: 100%;
   max-width: 474px;
   margin: 0 auto 50px auto;
 }

 .contact-banner {
   width: 100%;
   max-width: 688px;
   margin: 0 auto;
   border: 2px solid #084e96;
   box-shadow: 2px 2px 0 4px #084e96;
   border-radius: 16px;
   padding: 25px 0;
 }

 .contact-banner h3 {
   font-size: 15px;
   line-height: calc(25/15);
   font-weight: 700;
   text-align: center;
   margin-bottom: 10px;
   border: unset;
 }

 .contact-banner .contact-banner-flex {
   display: flex;
   gap: 15px;
   align-items: center;
   margin-bottom: 20px;
   padding: 0 80px;
 }

 .contact-banner .contact-banner-text {
   font-size: 15px;
   line-height: calc(25/15);
   font-weight: 400;
 }

 .contact-banner .c-text {
   line-height: 1;
   text-align: center;
   margin-bottom: 20px;
 }

 .contact-banner .btn-flex {
   display: flex;
   justify-content: center;
   gap: 8px;
 }

 .contact-banner .contact-btn {
   display: flex;
   justify-content: center;
   align-items: center;
   width: 100%;
   max-width: 260px;
   height: 60px;
   background: #084e96;
   border: 2px solid #084e96;
   border-radius: 8px;
   font-size: 15px;
   font-weight: 700;
   text-align: center;
   color: #fff;
   transition: all 0.3s;
 }

 .contact-banner .contact-btn:hover {
   background: #fff;
   border: 2px solid #084e96;
   color: #084e96;
   transition: all 0.3s;
 }

 .contact-banner .contact-btn.recomend {
   background: #fce5d7;
   border: 2px solid #fce5d7;
   color: #084e96;
 }

 .contact-banner .contact-btn.recomend:hover {
   background: #084e96;
   border: 2px solid #084e96;
   color: #fce5d7;
 }


 @media screen and (max-width: 767px) {
   .first-situation-top {
     padding: 55px 10px;
   }

   .first-situation-reson .c-text {
     margin-bottom: 40px;
   }

   .first-situation-reson-flex {
     display: block;
   }

   .first-situation-reson-item {
     border-radius: 10px;
     padding: 40px 10px 30px 10px;
     margin-bottom: 10px;
   }

   .first-situation-reson-item .first-situation-reson-item-text {
     font-size: 14px;
   }

   .contact-banner {
     border-radius: 12px;
     padding: 20px 10px;
   }

   .contact-banner h3 {
     font-size: 15px;
   }

   .contact-banner .c-text {
     line-height: 1.4;
     margin-bottom: 30px;
   }

   .contact-banner .contact-banner-flex {
     display: block;
     padding: 0 29px;
   }

   .contact-banner .contact-banner-right {
     margin-top: 15px;
   }

   .contact-banner .btn-flex {
     display: block;
     gap: 5px;
   }

   .contact-banner .contact-btn {
     border-radius: 4px;
     line-height: 1.3;
     font-size: 14px;
     margin: 0 auto 10px auto;
   }
 }

 .price-block {
   margin-bottom: 30px;
 }

 /* ===== TABLE ===== */
 .price-table {
   width: 100%;
   border-collapse: separate;
   border-spacing: 0;
   border: 2px solid var(--navy);
   border-radius: 18px;
   overflow: hidden;
   box-shadow: 6px 6px 0 var(--navy);
 }

 .price-table.price-mabo {
   margin-bottom: 30px;
 }

 .price-table thead tr th {
   background: #07519A;
   color: #fff;
   padding: 13px 18px;
   font-size: 13px;
   font-weight: 700;
   text-align: center;
   letter-spacing: 0.3px;
 }

 .price-table thead tr th:first-child {
   text-align: left;
   width: 88px;
 }

 .price-table tbody tr td {
   padding: 14px 18px;
   font-size: 14px;
   text-align: center;
   color: var(--navy);
   border-top: 1px solid #e8e0d8;
   transition: background 0.15s;
 }

 .price-table tbody tr td:first-child {
   text-align: left;
   font-weight: 700;
   font-size: 13px;
   background: rgba(13, 27, 42, 0.04);
   border-right: 1px solid #e8e0d8;
 }

 /* 最新年ハイライト */
 .price-table tbody tr td.latest {
   font-weight: 900;
   color: #D93A26;
   position: relative;
 }

 .price-table tbody tr td.latest::after {
   content: '▲';
   font-size: 9px;
   color: #D93A26;
   margin-left: 4px;
   vertical-align: middle;
   opacity: 0.7;
 }

 /* 全国行 */
 .price-table tbody tr.row-national td {
   background: rgba(255, 209, 102, 0.08);
 }

 .price-table tbody tr.row-national td:first-child {
   background: rgba(255, 209, 102, 0.16);
 }

 @media screen and (max-width: 767px) {
   .price-table-scroll {
     overflow-x: auto;
     -webkit-overflow-scrolling: touch;
     margin-bottom: 20px;
   }

   .price-table {
     min-width: 600px;
     /* ← ここ重要 */
   }
 }

 .increase {
   background-color: #fff;
   padding: 60px 30px;
   margin-bottom: 55px;
 }

 .increase .c-ttl-strong-wr {
   margin-bottom: 55px;
 }

 .increase .c-bk-text {
   margin-bottom: 20px;
 }

 .increase .increase-img {
   width: 100%;
   max-width: 742px;
   margin-bottom: 30px;
 }

 .increase .increase-img.increase-bottom {
   margin-bottom: 30px;
 }

 .increase-background {
   margin-bottom: 70px;
 }

 .increase-background h3 {
   margin-bottom: 30px;
 }

 .increase-background .increase-background-item {
   margin-bottom: 30px;
   border: 3px solid #084e96;
   background-color: #fff;
   display: flex;
   flex-wrap: wrap;
   justify-content: space-between;
   align-items: center;
   border-radius: 18px;
   padding: 30px;
 }

 .increase-background .increase-background-textarea {
   width: 100%;
   flex: 0 0 70%;
 }

 .increase-background h4 {
   font-size: 20px;
   font-weight: 500;
   color: #084e96;
   margin-bottom: 15px;
 }

 .increase-background .increase-background-flex {
   display: flex;
   gap: 20px;
 }

 .increase-background .increase-background-left {
   width: 100%;
   flex: 0 0 50%;
 }

 .increase-background .increase-background-ttl {
   font-size: 16px;
   line-height: calc(23/16);
   font-weight: 500;
   margin-bottom: 10px;
 }

 .increase-background .increase-background-text {
   font-size: 13px;
   line-height: calc(20/13);
   font-weight: 400;
 }

 .increase-background .increase-background-text span {
   color: #fe0303;
   font-weight: 500;
 }

 .increase-background .increase-background-right {
   width: 100%;
 }

 .increase-background .increase-background-table {
   width: 100%;
   flex: 0 0 100%;
 }

 .increase-background .increase-background-img {
   width: 100%;
 }

 .increase-background .increase-img01 {
   max-width: 180px;
 }

 .increase-background .increase-img02 {
   max-width: 194px;
 }

 .increase-background .increase-img03 {
   max-width: 180px;
 }

 .increase-background .increase-img04 {
   max-width: 160px;
 }

 .increase-background .increase-img05 {
   max-width: 170px;
 }

 .increase-background .increase-img06 {
   max-width: 150px;
 }

 .increase-background .increase-img07 {
   max-width: 152px;
 }

 .condominium-market {
   margin-bottom: 60px;
 }

 .condominium-market h3 {
   margin-bottom: 25px;
   text-align: left;
 }

 .condominium-market .c-text {
   color: #084e96;
 }

 .condominium-market .condominium-market-wr {
   display: flex;
   justify-content: space-between;
   margin-bottom: 35px;
   gap: 10px;
 }

 .condominium-market .condominium-market-img01 {
   width: 100%;
   max-width: 294px;
 }

 .condominium-market .condominium-market-img02 {
   width: 100%;
   max-width: 484px;
 }

 @media screen and (max-width: 767px) {
   .increase {
     padding: 60px 10px;
   }

   .increase-background {
     margin-bottom: 60px;
   }

   .increase-background h3 {
     margin-bottom: 30px;
     font-size: 20px;
   }

   .increase-background .increase-background-item {
     margin-bottom: 10px;
     border-radius: 15px;
     padding: 20px 10px;
     display: block;
   }

   .increase-background h4 {
     font-size: 20px;
     font-weight: 500;
     color: #084e96;
     margin-bottom: 15px;
   }

   .increase-background .increase-background-flex {
     display: block;
   }

   .increase-background .increase-background-text {
     font-size: 14px;
     margin-bottom: 10px;
   }

   .increase-background .increase-background-table {
     margin-bottom: 20px;
   }

   .increase-background .increase-background-img {
     margin: auto;
   }

   .condominium-market h3 {
     font-size: 20px;
   }

   .condominium-market .condominium-market-wr {
     display: block;
     margin-bottom: 35px;
   }

   .condominium-market .condominium-market-img01 {
     max-width: 100%;
     margin-bottom: 10px;
   }

   .condominium-market .condominium-market-img02 {
     max-width: 100%;
   }
 }

 .contact-glc {
   margin-bottom: 100px;
   position: relative;
 }

 .contact-glc .contact-glc-text {
   color: #084e96;
   text-align: center;
   font-weight: 700;
   margin-bottom: 10px;
 }

 .contact-glc .contact-glc-img {
   width: 100%;
   max-width: 500px;
   margin: 0 auto;
   display: block;
 }

 @media screen and (max-width: 767px) {
   .contact-glc {
     margin-bottom: 80px;
   }

   .contact-glc::before {
     display: none;
   }

   .contact-glc::after {
     display: none;
   }

   .contact-glc .contact-glc-text {
     font-size: 15px;
   }
 }

 .point {
   margin-bottom: 30px;
 }

 .point h2 {
   color: #084e96;
   text-align: center;
   margin-bottom: 25px;
   font-size: 25px;
 }

 .point .c-text {
   color: #084e96;
 }

 /* おすすめ物件 */
 .prop-card {
   border-radius: 24px;
   overflow: hidden;
   box-shadow: 0 8px 32px rgba(0, 0, 0, 0.1);
   display: grid;
   grid-template-columns: 1fr 1fr;
   gap: 0;
 }

 .property {
   background-color: #fff;
   width: 100%;
   margin: 0 auto 50px auto;
   display: flex;
   gap: 20px;
   padding: 30px;
   position: relative;
 }

 @media (max-width: 600px) {
   .prop-card {
     grid-template-columns: 1fr;
   }
 }

 .prop-card .prop-img-side {
   background: linear-gradient(135deg, var(--navy) 0%, #2d4080 100%);
   display: flex;
   align-items: center;
   justify-content: center;
   padding: 10px;
   width: 100%;
 }

 .prop-card .prop-img-placeholder {
   text-align: center;
   color: rgba(255, 255, 255, 0.8);
 }

 .prop-card .prop-img-placeholder .big-icon {
   font-size: 4rem;
   margin-bottom: 10px;
   display: block;
 }

 .prop-card .prop-img-placeholder p {
   font-size: 0.85rem;
   font-weight: 700;
   color: var(--yellow);
 }

 .prop-card .prop-info {
   padding: 32px 0px;
   width: 100%;
 }

 .prop-card .prop-title {
   font-size: 1.15rem;
   font-weight: 900;
   color: #084e96;
   margin-bottom: 6px;
 }

 .prop-card .prop-price {
   font-family: 'Poppins', sans-serif;
   font-size: 1.8rem;
   font-weight: 900;
   color: #ff6b4a;
   margin-bottom: 16px;
 }

 .prop-card .prop-price small {
   font-size: 0.9rem;
   font-family: 'Noto Sans JP', sans-serif;
   font-weight: 500;
   color: #084e96;
 }

 .prop-card .prop-details {
   display: flex;
   flex-direction: column;
   gap: 6px;
   margin-bottom: 20px;
 }

 .prop-card .prop-row {
   display: flex;
   gap: 8px;
   font-size: 0.82rem;
 }

 .prop-card .prop-key {
   color: #084e96;
   min-width: 72px;
 }

 .prop-card .prop-val {
   color: #084e96;
   font-weight: 600;
 }

 .prop-card .prop-tags {
   display: flex;
   gap: 6px;
   flex-wrap: wrap;
   margin-bottom: 20px;
 }

 .prop-card .tag {
   background: #f4f1eb;
   color: var(--navy);
   font-size: 0.7rem;
   font-weight: 700;
   padding: 4px 10px;
   border-radius: 20px;
 }

 .prop-card .btn-primary-more {
   background: #07519A;
   color: #fff;
   padding: 15px 32px;
   border-radius: 50px;
   font-weight: 700;
   font-size: 0.95rem;
   text-decoration: none;
   transition: transform 0.2s, box-shadow 0.2s;
   box-shadow: 0 4px 20px rgba(74, 122, 255, 0.4);
   margin-right: 5px;
 }

 .prop-card .btn-primary {
   background: #ff6b4a;
   color: #fff;
   padding: 15px 32px;
   border-radius: 50px;
   font-weight: 700;
   font-size: 0.95rem;
   text-decoration: none;
   transition: transform 0.2s, box-shadow 0.2s;
   box-shadow: 0 4px 20px rgba(255, 107, 74, 0.4);
 }

 .prop-card .btn-primary-more:hover {
   transform: translateY(-2px);
   box-shadow: 0 8px 28px rgba(74, 98, 255, 0.5);
 }

 .prop-card .btn-primary:hover {
   transform: translateY(-2px);
   box-shadow: 0 8px 28px rgba(255, 107, 74, 0.5);
 }

 .property .property-slider {
   width: 100%;
   max-width: 250px;
 }

 .property .splide {
   width: 100%;
 }

 .property .splide__pagination {
   bottom: -20px;
   left: 0;
   right: unset;
 }

 .property .splide__pagination__page {
   background: #084e96;
 }

 .property .splide__pagination__page.is-active {
   background: #084e96;
 }

 .property .property-textarea {
   width: 100%;
 }

 .property .property-sub {
   font-size: 14px;
   font-weight: 600;
   letter-spacing: 0.03em;
   margin-bottom: 10px;
 }

 .point .point-bottom-text {
   color: #084e96;
   font-size: 22px;
   font-weight: 700;
   letter-spacing: 0.03em;
   margin-bottom: 20px;
 }

 .point .point-bottom-btn-wr {
   text-align: right;
 }

 .point .point-bottom-btn {
   display: inline-block;
   color: #084e96;
   font-size: 22px;
   font-weight: 700;
   letter-spacing: 0.05em;
   padding-right: 30px;
   padding-bottom: 5px;
   border-bottom: 3px solid #084e96;
   position: relative;
 }

 .point .point-bottom-btn::after {
   content: "";
   display: block;
   background-image: url(//cdn.img-asp.jp/cms/747382_28_0_0_1.jpg);
   background-repeat: no-repeat;
   background-size: contain;
   width: 20px;
   height: 20px;
   position: absolute;
   bottom: 3px;
   top: 0;
   margin: auto;
   right: 5px;
 }

 @media screen and (max-width: 767px) {
   .point {
     margin-bottom: 60px;
   }

   .point h2 {
     font-size: 20px;
     line-height: 1.4;
   }

   .property {
     margin: 0 auto 50px auto;
     display: block;
     padding: 20px 10px 50px 10px;
   }

   .property .property-slider {
     max-width: 100%;
     margin-bottom: 30px;
   }

   .property .splide {
     max-width: 100%;
   }

   .point .point-bottom-text {
     font-size: 18px;
     line-height: 1.4;
   }
 }

 .introduction {
   margin-bottom: 80px;
 }

 .introduction .c-bk-text {
   background-color: #084e96;
   color: #fff;
   font-size: 16px;
   height: 50px;
   border-radius: 21px;
   margin-bottom: 15px;
 }

 .introduction .c-text {
   margin-bottom: 40px;
   line-height: 1.6;
 }

 .introduction .c-line-ttl-wr {
   padding-left: 10px;
   margin-bottom: 40px;
   border-left: 4px solid #084e96;
 }

 .introduction .c-line-ttl {
   font-size: 18px;
   font-weight: 700;
   margin-bottom: 10px;
   letter-spacing: 0.03em;
 }

 .introduction .c-line-ttl-sub {
   font-size: 14px;
   font-weight: 700;
   letter-spacing: 0.03em;
 }

 .introduction .introduction-flex {
   display: flex;
   justify-content: space-between;
   gap: 10px;
   margin-bottom: 80px;
 }

 .introduction .introduction-slider {
   width: 100%;
   flex: 0 0 50%;
 }

 .introduction .splide__pagination {
   bottom: -20px;
   left: 0;
   right: unset;
 }

 .introduction .splide__pagination__page {
   background: #444444;
 }

 .introduction .splide__pagination__page.is-active {
   background: #444444;
 }

 .introduction .introduction-map {
   width: 100%;
   flex: 0 0 50%;
   height: 244px;
 }

 .introduction iframe {
   display: block;
   height: 278px;
   width: 100%;
 }

 .introduction .popular-area {
   margin-bottom: 90px;
 }

 .introduction .popular-area .c-bk-text {
   color: #fff;
   margin-bottom: 35px;
 }

 .introduction .popular-area .c-line-ttl-wr {
   margin-bottom: 10px;
 }

 .introduction .popular-area-others {
   background-color: #fff;
   border: 3px solid #084e96;
   border-radius: 24px;
   margin-bottom: 55px;
   width: 100%;
   max-width: 460px;
   padding: 15px;
 }

 .introduction .popular-area-others-ttl {
   font-size: 18px;
   font-weight: 500;
   letter-spacing: 0.03em;
   margin-bottom: 9px;
   line-height: 1;
 }

 .introduction .popular-area-others-text {
   font-size: 14px;
   line-height: calc(22/14);
   letter-spacing: 0.03em;
 }

 .introduction .Land-price-ranking {
   margin-bottom: 80px;
 }

 .introduction .Land-price-ranking .c-text {
   margin-bottom: 40px;
 }

 .introduction .Land-price-ranking h4 {
   font-size: 15px;
   line-height: 1;
   font-weight: 700;
   letter-spacing: 0.03em;
   margin-bottom: 10px;
   margin-top: 35px;
 }

 .introduction .Land-price-ranking .Land-price-ranking-flex {
   display: flex;
   justify-content: space-between;
   margin-bottom: 35px;
 }

 .introduction .Land-price-ranking .Land-price-ranking-img01 {
   width: 100%;
   max-width: 470px;
 }

 .introduction .Land-price-ranking .Land-price-ranking-img02 {
   width: 100%;
   max-width: 326px;
 }

 .introduction .Land-price-ranking .c-text {
   margin-bottom: 0;
 }

 @media screen and (max-width: 767px) {
   .introduction .introduction-flex {
     display: block;
   }

   .introduction .introduction-slider {
     margin-bottom: 40px;
   }

   .introduction .popular-area {
     margin-bottom: 80px;
   }

   .introduction .popular-area-others {
     margin-bottom: 35px;
   }

   .introduction .Land-price-ranking .Land-price-ranking-flex {
     display: block;
   }

   .introduction .Land-price-ranking .Land-price-ranking-img01 {
     margin-bottom: 10px;
   }

   .introduction .Land-price-ranking .Land-price-ranking-img02 {
     max-width: 100%;
   }
 }

 .apartment-management {
   margin-bottom: 80px;
 }

 .apartment-management .c-ttl-strong-wr {
   margin-bottom: 20px;
 }

 .apartment-management .c-text {
   text-align: center;
   margin-bottom: 70px;
 }

 .apartment-management .apartment-management-flex {
   display: flex;
   justify-content: space-between;
   margin-bottom: 45px;
 }

 .apartment-management .apartment-management-item {
   margin-bottom: 45px;
 }

 .apartment-management .apartment-management-textarea {
   width: 100%;
 }

 .apartment-management .apartment-management-content .c-text {
   font-size: 15px;
   line-height: calc(31/15);
   letter-spacing: 0.03em;
   text-align: left;
   margin-bottom: 0;
 }

 .apartment-management .apartment-management-img {
   width: 100%;
   max-width: 204px;
 }

 .management-table {
   width: 100%;
   border-collapse: collapse;
   font-size: 15px;
   margin-top: 30px;
 }

 .management-table__head {
   background-color: #f5f5f5;
 }

 .management-table__header {
   padding: 12px;
   border: 1px solid #ddd;
   text-align: left;
   font-weight: bold;
   color: #084e96;
 }

 .management-table__body .management-table__row:nth-child(even) {
   background-color: #fafafa;
   color: #084e96;
 }

 .management-table__cell {
   padding: 10px;
line-height:1.4;
   border: 1px solid #ddd;
   color: #084e96;
 }

 .apartment-management .apartment-management-confirmation {
   display: flex;
   justify-content: space-between;
 }

 .apartment-management .apartment-management-confirmation-list {
   flex: 0 0 49%;
   background-color: #fff;
   border: 3px solid #084e96;
   border-radius: 17px;
   padding: 20px 15px;
 }

 .apartment-management .apartment-management-confirmation-list-ttl {
   font-size: 18px;
   line-height: calc(31/18);
   letter-spacing: 0.03em;
   margin-bottom: 7px;
   font-weight: 500;
 }

 .apartment-management .apartment-management-confirmation-list-text {
   font-size: 15px;
   line-height: calc(27/15);
   letter-spacing: 0.03em;
 }

 @media screen and (max-width: 767px) {
   .apartment-management .apartment-management-flex {
     display: block;
   }

   .apartment-management .apartment-management-textarea {
     margin-bottom: 20px;
   }

   .apartment-management .apartment-management-img {
     max-width: 100%;
   }
 }

 .summary {
   margin-bottom: 60px;
 }

 .summary h2 {
   text-align: center;
   margin-bottom: 50px;
   color: #084e96;
 }

 .summary .summary-item {
   margin-bottom: 30px;
 }

 .summary .c-text {
   margin-bottom: 0;
 }

 .One-on-one-cta {
   background-color: #fff;
   border: 3px solid #084e96;
   border-radius: 26px;
   margin-bottom: 80px;
   padding: 45px 30px;
   position: relative;
 }

 .One-on-one-cta::after {
   content: "";
   display: block;
   background-image: url(img/img30.png);

   background-repeat: no-repeat;
   background-size: contain;
   width: 200px;
   height: 134px;
   position: absolute;
   bottom: 3px;
   right: 5px;
 }

 .One-on-one-cta .c-ttl-strong-wr {
   margin-bottom: 20px;
 }

 .One-on-one-cta .c-ttl-strong {
   font-size: 15px;
 }

 .One-on-one-cta .c-ttl-strong::before {
   width: 20px;
   height: 2px;
 }

 .One-on-one-cta .c-ttl-strong::after {
   width: 20px;
   height: 2px;
 }

 .One-on-one-cta h2 {
   font-size: 30px;
   text-align: center;
   font-weight: 700;
   margin-bottom: 40px;
   color: #084e96;
 }

 .One-on-one-cta .one-first-time-ttl {
   font-size: 26px;
   line-height: calc(35/26);
   text-align: center;
   font-weight: 700;
   margin-bottom: 20px;
   color: #084e96;
 }

 .One-on-one-cta .one-first-time-text {
   font-size: 20px;
   line-height: calc(26/20);
   text-align: center;
   font-weight: 400;
   margin-bottom: 30px;
   color: #084e96;
 }

 .One-on-one-cta .one-first-time-img {
   width: 100%;
   max-width: 492px;
   margin: 0 auto 20px auto;
 }


 .One-on-one-cta .c-text {
   text-align: center;
   margin-bottom: 40px;
 }

 .One-on-one-cta h3 {
   font-size: 25px;
   font-weight: 700;
   text-align: center;
   margin-bottom: 25px;
 }

 .One-on-one-cta .One-on-one-cta-bottom {
   border: 4px solid #084e96;
   border-radius: 16px;
   padding: 25px 30px;
   margin: 0 auto 20px auto;
   width: 100%;
   max-width: 688px;
 }

 .One-on-one-cta .One-on-one-cta-flex {
   display: flex;
   align-items: flex-end;
   gap: 20px;
   margin-bottom: 10px;
 }

 .One-on-one-cta .One-on-one-cta-flex.last-flex {
   margin-bottom: 0;
 }

 .One-on-one-cta h4 {
   font-size: 18px;
   font-weight: 700;
   width: 100%;
   max-width: 220px;
 }

 .One-on-one-cta .One-on-one-cta-text {
   font-size: 15px;
   line-height: 1;
 }

 .One-on-one-img {
   width: 100%;
   max-width: 800px;
   margin: 0 auto 80px auto;
 }


 .fow-much-banner {
   width: 100%;
   max-width: 474px;
   margin: 0 auto 80px auto;
   display: block;
 }

 .reservation-banner {
   width: 100%;
   max-width: 476px;
   margin: 0 auto 30px auto;
   display: block;
 }

 @media screen and (max-width: 767px) {
   .summary h2 {
     margin-bottom: 40px;
     font-size: 20px;
   }

   .summary .c-leftborder-ttl {
     line-height: 1.4;
   }

   .One-on-one-cta {
     border-radius: 10px;
     margin-bottom: 50px;
     padding: 45px 15px 60px 15px;
   }

   .One-on-one-cta::after {
     width: 130px;
     height: 86px;
     bottom: 0px;
     right: 5px;
   }

   .One-on-one-cta .c-ttl-strong-wr {
     margin-bottom: 15px;
   }

   .One-on-one-cta h2 {
     font-size: 25px;
     line-height: 1.4;
   }

   .One-on-one-cta .one-first-time-ttl {
     font-size: 22px;
     margin-bottom: 20px;
   }

   .One-on-one-cta .one-first-time-text {
     font-size: 18px;
     margin-bottom: 30px;
   }

   .One-on-one-cta .c-text {
     text-align: center;
     margin-bottom: 30px;
   }

   .One-on-one-cta h3 {
     font-size: 18px;
     margin-bottom: 20px;
   }

   .One-on-one-cta .One-on-one-cta-bottom {
     border: 2px solid #084e96;
     border-radius: 12px;
     padding: 25px 20px;
   }

   .One-on-one-cta .One-on-one-cta-flex {
     display: block;
     margin-bottom: 15px;
   }

   .One-on-one-cta h4 {
     font-size: 18px;
     max-width: unset;
     margin-bottom: 6px;
   }

   .One-on-one-cta .One-on-one-cta-text {
     line-height: 1.4;
   }

   .One-on-one-img {
     margin: 0 auto 50px auto;
   }

   .fow-much-banner {
     margin: 0 auto 60px auto;
   }
 }

 .content-bottom-felx {
   display: flex;
   align-items: center;
   justify-content: space-between;
 }

 .content-bottom-felx .content-bottom-banner {
   display: block;
   width: 100%;
   max-width: 380px;
 }

 @media screen and (max-width: 767px) {
   .content-bottom-felx {
     display: block;
   }

   .content-bottom-felx .content-bottom-banner {
     margin-bottom: 15px;
   }

 }

 /* ===== visual ===== */
 .article-main .visual {
   position: relative;
   padding: 70px 24px 70px;
   margin-bottom: 80px;
   max-width: 900px;
   background-color: #211f1d;
 }

 .article-main .visual-badge-wr {
   text-align: center;
 }

 .article-main .visual-badge {
   display: inline-block;
   border: 1px solid #C9A84C;
   color: #C9A84C;
   font-size: 12px;
   letter-spacing: 3px;
   text-align: center;
   padding: 6px 20px;
   margin-bottom: 32px;
 }

 .article-main .visual-title {
   font-family: 'Noto Serif JP', serif;
   font-size: 50px;
   font-weight: 900;
   line-height: 1.2;
   margin-bottom: 30px;
   text-align: center;
   color: #C9A84C;
 }

 .article-main .visual-subtitle {
   font-size: 18px;
   font-weight: 500;
   color: #F5F0E8;
   margin-bottom: 80px;
   text-align: center;
   line-height: 1.5;
 }

 .article-main .section-title {
   font-family: 'Noto Serif JP', serif;
   font-size: 40px;
   font-weight: 900;
   line-height: 1.3;
   margin-bottom: 30px;
   color: #F5F0E8;
 }

 .article-main .section-title span {
   color: #C9A84C;
 }

 .article-main .strategy-lead {
   text-align: left;
   font-size: 20px;
   font-weight: 400;
   line-height: 1.5;
   color: #F5F0E8;
   margin-bottom: 64px;
   border-left: 3px solid #C9A84C;
   padding-left: 28px;
 }

 .article-main .strategy-lead strong {
   color: #C9A84C;
 }

 .article-main .targeting-box {
   border: 1px solid #8B6914;
   padding: 40px;
   position: relative;
   margin-bottom: 60px;
 }

 .article-main .targeting-box::before {
   content: 'TARGETING';
   position: absolute;
   top: -10px;
   left: 32px;
   background: #C9A84C;
   color: #111111;
   font-family: 'Oswald', sans-serif;
   font-size: 11px;
   letter-spacing: 3px;
   padding: 3px 14px;
 }

 .article-main .targeting-text {
   font-size: 16px;
   line-height: 2;
   color: #F5F0E8;
 }

 .article-main .targeting-text strong {
   color: #F5F0E8;
   font-weight: 500;
 }

 .article-main .targeting-text .highlight {
   display: inline-block;
   background: rgba(201, 168, 76, 0.15);
   border-bottom: 1px solid var(--gold);
   padding: 0 4px;
 }

 .article-main .stats-row {
   display: grid;
   grid-template-columns: repeat(auto-fit, minmax(160px, 1fr));
   gap: 15px;
   margin-bottom: 80px;
 }

 .article-main .stat-item {
   text-align: center;
   padding: 32px 16px;
   border: 1px solid rgba(201, 168, 76, 0.2);
   position: relative;
 }

 .article-main .stat-num {
   font-family: 'Oswald', sans-serif;
   font-size: 30px;
   font-weight: 700;
   color: #8B6914;
 }

 .article-main .stat-unit {
   font-size: 14px;
   color: #8B6914;
 }

 .article-main .stat-label {
   font-size: 12px;
   color: #888;
   margin-top: 8px;
   letter-spacing: 1px;
 }



 .article-main .rank-table {
   width: 100%;
   border-collapse: collapse;
   margin-bottom: 80px;
 }




 .article-main .rank-table th {
   background: #8B6914;
   color: #fff;
   font-family: 'Oswald', sans-serif;
   font-size: 13px;
   letter-spacing: 2px;
   padding: 14px 24px;
   text-align: left;
 }



 .article-main .rank-table td {
   padding: 16px 24px;
   border-bottom: 1px solid rgba(201, 168, 76, 0.1);
   color: var(--text);
 }



 .article-main .rank-table tr:first-child td {
   border-top: none;
 }


 .article-main .rank-num {
   font-family: 'Oswald', sans-serif;
   font-size: 22px;
   font-weight: 700;
   color: #C9A84C;
 }


 .article-main .rank-area {
   font-family: 'Noto Serif JP', serif;
   font-weight: 600;
   font-size: 15px;
   color: #8B6914;
 }



 .article-main .rank-count {
   font-family: 'Oswald', sans-serif;
   font-size: 20px;
   color: #8B6914;
 }


 .article-main .case-list {
   display: flex;
   flex-direction: column;
   gap: 0;
 }


 .article-main .case-item {
   display: grid;
   grid-template-columns: 60px 1fr;
   gap: 0;
   align-items: stretch;
   border-bottom: 1px solid rgba(201, 168, 76, 0.1);
   padding: 20px 0;
 }


 .article-main .case-item.visible {
   opacity: 1;
   transform: translateX(0);
 }


 .article-main .case-num {
   font-family: 'Oswald', sans-serif;
   font-size: 30px;
   font-weight: 700;
   color: #C9A84C;
   line-height: 1;
   padding-top: 4px;
 }



 .article-main .case-content {
   padding-left: 24px;
   border-left: 1px solid rgba(201, 168, 76, 0.2);
 }


 .article-main .case-tag {
   display: inline-block;
   background: rgba(201, 168, 76, 0.15);
   color: #C9A84C;
   font-size: 11px;
   letter-spacing: 2px;
   padding: 3px 10px;
   margin-bottom: 12px;
 }

 .article-main .case-title {
   font-size: 18px;
   font-weight: 500;
   line-height: 1.6;
   color: #fff;
   letter-spacing: 0.05em;
 }



 .article-main .case-title .key-point {
   color: #C9A84C;
 }

 @media screen and (max-width: 767px) {
   .article-main .visual {
     padding: 70px 15px 70px;
     margin-bottom: 40px;
   }

   .article-main .visual-title {
     font-size: 40px;
   }

   .article-main .visual-subtitle {
     font-size: 16px;
   }

   .article-main .section-title {
     font-size: 25px;
   }

   .article-main .strategy-lead {
     font-size: 16px;
     margin-bottom: 60px;
     padding-left: 15px;
   }

   .article-main .targeting-box {
     padding: 30px 20px;
   }

   .article-main .targeting-text {
     font-size: 14px;
   }

   .article-main .case-item {
     display: block;
     padding: 30px 0;
   }

   .article-main .case-num {
     margin-bottom: 20px;
   }

   .article-main .case-title {
     font-size: 14px;
   }

 }
    </style>
     <div class="inner">
      <!-- 目次 -->
      <div class="c-mokuji">
        <span class="c-mokuji-ttl">目次</span>
        <ul>
          <li><a href="#first-situation">・札幌市の分譲マンション市場の現状</a></li>
          <li><a href="#point">・資産価値の高い分譲マンションを選ぶ際のポイント</a></li>
          <li><a href="#introduction">・札幌市内で資産価値の高いエリアの紹介</a></li>
          <li><a href="#apartment-management">・資産価値を維持・向上させるための管理の重要性</a></li>
          <li><a href="#summary">・まとめ</a></li>
        </ul>
      </div>
      <!-- 記事 ここから-->
      <div class="article-main">
        <section class="hero">
          <div class="hero-bg-circles">
            <div class="c1"></div>
            <div class="c2"></div>
            <div class="c3"></div>
          </div>

          <div class="hero-content">
            <p class="hero-badge">
              札幌の不動産マーケットを、わかりやすく。
            </p>
             <p class="hero-title" style="font-size: clamp(44px, 7vw, 88px); line-height:1;">
              <span class="line1">SAPPORO</span>
              <span class="line2">MANSION</span>
              <span class="line3">GUIDE</span>
            </p>
            <p class="hero-subtitle">
              札幌の分譲マンションは、なぜ資産価値が高いのか？<br>
              市場データを元に、選び方のポイントを徹底解説します。
            </p>
          </div>

          <div class="hero-stats">
            <div class="stat-card">
              <p class="stat-num2">20年</p>
              <p class="stat-label">不動産<br class="spv">キャリア</p>
            </div>
            <div class="stat-card">
              <div class="stat-num2">↑</div>
              <p class="stat-label" style="font-size:13px;">価格は<br class="spv">右肩上がり</p>
            </div>
            <div class="stat-card">
              <p class="stat-num2">300万</p>
              <p class="stat-label">坪単価<br class="spv">突破エリアも</p>
            </div>
          </div>
        </section>
        <p class="c-text">
          札幌市内の分譲マンション市場は、資産価値の観点から見ても魅力的な選択肢が広がっています。<br>
          札幌は都市機能が充実している上に、自然環境にも恵まれており、多くの人々が住みたいと考えるエリアです。<br>
          本記事では、そんな札幌で資産価値の高い分譲マンションを選ぶためのポイントを詳しくご紹介します。
        </p>
        <section class="first-situation" id="first-situation">
          <div class="first-situation-top">
            <h2>札幌市の分譲マンション市場の現状</h2>
            <p class="c-text">
              札幌市内の分譲マンション販売価格が年々増加する半面、住戸面積は減少しております。<br>
              2010年頃までは3～4LDKが主流でしたが最近は1～2LDKが多くなりました。<br>
              理由は、建築費高騰による坪単価高騰、価格を抑えるには面積を狭くするしかない為です。
            </p>
            <div class="first-situation-img01">
              <img src="//cdn.img-asp.jp/cms/747382_24_0_0_1.jpg" alt=" 平均価格">
            </div>
            <p class="c-bk-text">中央区・中央区以外の価格推移</p>
            <div class="first-situation-img02">
              <img src="//cdn.img-asp.jp/cms/747382_25_0_0_1.jpg" alt="中央区・中央区以外の価格推移">
            </div>
          </div>
          <div class="first-situation-reson">
            <p class="c-text">
              札幌市内の分譲マンション市場は、近年その活発さを増しています。<br>
              <br>
              気候変動や新幹線延効果など、北海道外からの移住希望者が多くなり新たな住宅需要が増加したことで、<br>
              中心部や地下鉄駅、JR駅周辺で供給が増え。<span>価格は高騰</span>し続けております。<br>
              <br>
              近年のデータによると、新築マンションは中心部や主要交通機関へのアクセスが良好なエリアで、ディンクス・ファミリー層を中心に高まり需要が増え、リーマンショック以降は、毎年のように価格は上昇し<span>中心部はバブル時代の価格を超え</span>ております。<br>
              資産価値に影響を与える要因として、立地条件、建物の設計・仕様そして築年数や管理状態などが挙げられ、これらの要素が組み合わさることで、マンションの価値は大きく変動します。<br>
              2005年頃から、新築分譲マンション価格が年々高騰している事で、<span>中古価格も比例して高騰</span>が続き、<span>新築当時の価格より数百万円も高い価格で売れている事例</span>も多くあります。
            </p>
            <div class="c-ttl-strong-wr">
              <h3 class="c-ttl-strong">
                札幌の分譲マンション価格が高騰中！<br>
                その理由とは？
              </h3>
            </div>
            <div class="first-situation-reson-flex">
              <div class="first-situation-reson-item">
                <h4>過去20年で<br>大幅に上昇！</h4>
                <p class="first-situation-reson-item-text">
                  札幌市内の分譲マンション価格は、2005年代後半から右肩上がりに上昇しています。特に中央区・北区・東区の中心部では上昇率が顕著で、2024年には坪単価が300万円を超えるエリアも登場しています。
                </p>
              </div>
              <div class="first-situation-reson-item">
                <h4>なぜ高騰<br>しているのか？</h4>
                <p class="first-situation-reson-item-text">
                  北海道外からの移住者が増えてきている建設費（材料費＋人件費）が年々高騰<br>
                  新築マンションの供給不足による中古価格の上昇<br>
                  土地の高騰（都心、地下鉄駅周辺の地価高騰）
                </p>
              </div>
              <div class="first-situation-reson-item">
                <h4>投資としても<br>魅力的</h4>
                <p class="first-situation-reson-item-text">
                  札幌の分譲マンションは高い家賃収入も期待でき、キャピタルゲイン（売却益）とインカムゲイン（家賃収入）の両方が狙えるため、全国から投資家が注目しています。
                </p>
              </div>
              <div class="first-situation-reson-item">
                <h4>購入検討時の<br>注意点</h4>
                <p class="first-situation-reson-item-text">
                  高騰しているとはいえ、エリアや物件によって価格差が大きいため、<span>地元不動産会社との相談</span>や<span>収支シミュレーション</span>が重要です。
                </p>
              </div>
            </div>
          </div>
          <div class="increase">
            <div class="c-ttl-strong-wr">
              <h3 class="c-ttl-strong">
                新築価格が上昇すると、<br>
                中古マンション価格も上昇します
              </h3>
            </div>
            <p class="c-bk-text bk-color">札幌駅の中古マンション価格の推移</p>
            <div class="increase-img increase-bottom">
              <img src="//cdn.img-asp.jp/cms/747382_54_0_0_1.jpg" alt="札幌駅の中古マンション価格の推移">
            </div>
            <p class="c-bk-text bk-color">不動産価格指数（住宅）令和7年11月分 季節調整値</p>
            <div class="increase-img">
              <img src="//cdn.img-asp.jp/cms/747382_53_0_0_1.jpg" alt="不動産価格指数">
            </div>
            <!-- ===== 新築マンション ===== -->
            <div class="price-block first-block">
              <p class="c-bk-text bk-color">新築マンション価格の推移</p>
              <div class="price-table-scroll">
                <table class="price-table price-mabo">
                  <thead>
                    <tr>
                      <th></th>
                      <th>2020年</th>
                      <th>2021年</th>
                      <th>2022年</th>
                      <th>2023年</th>
                      <th>2024年</th>
                      <th>2025年</th>
                    </tr>
                  </thead>
                  <tbody>
                    <tr class="row-national">
                      <td>全国</td>
                      <td>4971万円</td>
                      <td>5115万円</td>
                      <td>45121万円</td>
                      <td>5420万円</td>
                      <td>5730万円</td>
                      <td class="latest">6020万円</td>
                    </tr>
                    <tr>
                      <td>首都圏</td>
                      <td>6083万円</td>
                      <td>6260万円</td>
                      <td>6288万円</td>
                      <td>6488万円</td>
                      <td>6890万円</td>
                      <td class="latest">7230万円</td>
                    </tr>
                    <tr>
                      <td>関西圏</td>
                      <td>4181万円</td>
                      <td>4562万円</td>
                      <td>4635万円</td>
                      <td>4980万円</td>
                      <td>5230万円</td>
                      <td class="latest">5680万円</td>
                    </tr>
                  </tbody>
                </table>
              </div>

              <div class="price-block">
                <p class="c-bk-text bk-color">中古マンション価格の推移</p>
                <div class="price-table-scroll">
                  <table class="price-table">
                    <thead>
                      <tr>
                        <th></th>
                        <th>2020年</th>
                        <th>2021年</th>
                        <th>2022年</th>
                        <th>2023年</th>
                        <th>2024年</th>
                        <th>2025年</th>
                      </tr>
                    </thead>
                    <tbody>
                      <tr>
                        <td>首都圏</td>
                        <td>3599万円</td>
                        <td>3869万円</td>
                        <td>4276万円</td>
                        <td>4430万円</td>
                        <td>4790万円</td>
                        <td class="latest">5030万円</td>
                      </tr>
                      <tr>
                        <td>関西圏</td>
                        <td>2337万円</td>
                        <td>2491万円</td>
                        <td>2669万円</td>
                        <td>3180万円</td>
                        <td>3780万円</td>
                        <td class="latest">4080万円</td>
                      </tr>
                    </tbody>
                  </table>
                </div>

              </div>
            </div>
          </div>
          <div class="increase-background">
            <h3>マンション価格が高騰する背景</h3>
            <div class="increase-background-content">
              <div class="increase-background-item">
                <div class="increase-background-textarea">
                  <h4>新築マンションの供給減少</h4>
                  <div class="increase-background-flex">
                    <div class="increase-background-left">
                      <p class="increase-background-ttl">過去5年の供給状況</p>
                      <p class="increase-background-text">
                        需要に対して<span>供給数が少ない</span>
                        新築マンションを奪い合う構図となることで、<span>価格が上昇</span>
                      </p>
                    </div>
                  </div>
                </div>
                <div class="increase-background-table spv">
                  <img src="//cdn.img-asp.jp/cms/747382_49_0_0_1.jpg" alt="過去5年の供給状況">
                </div>
                <div class="increase-background-img increase-img01">
                  <img src="//cdn.img-asp.jp/cms/747382_7_0_0_1.jpg" alt="過去5年の供給状況">
                </div>
                <div class="increase-background-table pcv">
                  <img src="//cdn.img-asp.jp/cms/747382_49_0_0_1.jpg" alt="過去5年の供給状況">
                </div>
              </div>
              <div class="increase-background-item">
                <div class="increase-background-textarea">
                  <h4>投資物件としての需要増加</h4>
                  <div class="increase-background-flex">
                    <div class="increase-background-left">
                      <p class="increase-background-ttl">金融緩和による<br>低金利の恩恵</p>
                      <p class="increase-background-text">
                        不動産投資を始めるのに最適な状況<br>
                        マンションは立地条件が良く、安定した需要が期待できる事から<span>投資物件としての需要増加</span>がマンション価格の高騰を生み出した
                      </p>
                    </div>
                    <div class="increase-background-right">
                      <p class="increase-background-ttl">外国人投資家による<br>日本の不動産への投資</p>
                      <p class="increase-background-text">
                        外国人投資家は、円安であるほど安く不動産を購入できるため、1998年以来の円安水準である昨今は格好の投資条件が揃っている。<br>
                        <span>円安に振れるほど外国人投資家の参入が期待</span>でき、さらなるマンション<span>価格の上昇</span>につながりやすい。
                      </p>
                    </div>
                  </div>
                </div>
                <div class="increase-background-img increase-img02">
                  <img src="//cdn.img-asp.jp/cms/747382_8_0_0_1.jpg" alt="投資物件としての需要増加">
                </div>
              </div>
              <div class="increase-background-item">
                <div class="increase-background-textarea">
                  <h4>テレワークの普及による需要増加</h4>
                  <p class="increase-background-ttl">新型コロナウイルスの感染拡大によってテレワークを導入する企業が増えた。</p>
                  <p class="increase-background-text">
                    仕事部屋を追加で確保しなくてはならない理由で、住替え、買替えに至った方も多い。<br>
                    テレワークによる需要増加を考慮して、広いマンションを取得したり出すことによって家賃収入を得ている不動産投資家も多い。<br>
                    環境や需要の変化は、マンション価格の高騰に大きな影響を与えている。
                  </p>
                </div>
                <div class="increase-background-img increase-img03">
                  <img src="//cdn.img-asp.jp/cms/747382_9_0_0_1.jpg" alt="テレワークの普及による需要増加">
                </div>
              </div>
              <div class="increase-background-item">
                <div class="increase-background-textarea">
                  <h4>人員不足による工事費高騰</h4>
                  <p class="increase-background-ttl">人件費による工事費の高騰理由</p>
                  <p class="increase-background-text">
                    ① 少子化による労働人口が減少 / ② 働き方改革による労働時間の減少<br>
                    ③ 人数制限による工期の延長 / ④ 公共事業増加による請負会社の不足
                  </p>
                </div>
                <div class="increase-background-img increase-img04">
                  <img src="//cdn.img-asp.jp/cms/747382_10_0_0_1.jpg" alt="人員不足による工事費高騰">
                </div>
              </div>
              <div class="increase-background-item">
                <div class="increase-background-textarea">
                  <h4>建築資材の高騰</h4>
                  <p class="increase-background-ttl">建築資材の高騰</p>
                  <p class="increase-background-text">
                    近郊エリアでの大規模な住商一体開発や、札幌中心部でのオフィスビル・ホテル・商業施設の建設ラッシュにより、建築需要が急増しています。さらにインバウンド増加による民泊対応型分譲マンションの販売拡大も重なり、建築資材の需要が高まり続けています。これにより資材価格や工事費、人件費が上昇し、新築物件の価格高騰につながっています。その影響は中古市場にも波及し、全体的な不動産価格の上昇を招いています。
                  </p>
                </div>
                <div class="increase-background-img increase-img05">
                  <img src="//cdn.img-asp.jp/cms/747382_11_0_0_1.jpg" alt="建築資材の高騰">
                </div>
              </div>
              <div class="increase-background-item">
                <div class="increase-background-textarea">
                  <h4>地価の上昇</h4>
                  <p class="increase-background-ttl">地価の上昇</p>
                  <p class="increase-background-text">
                    都市部および近郊エリアでの開発拡大により、土地需要が高まり、地価は上昇傾向にあります。特に札幌市中心部では再開発が進み、商業施設や宿泊施設の建設が集中していることから、土地の希少性が増しています。これらの要因が地価上昇の大きな要素となり、今後も住宅用地や事業用地の価格が下がる要因は見当たらない状況です。その結果、新築・中古を問わず不動産価格全体の上昇が続くと考えられます。
                  </p>
                </div>
                <div class="increase-background-img increase-img06">
                  <img src="//cdn.img-asp.jp/cms/747382_12_0_0_1.jpg" alt="地価の上昇">
                </div>
              </div>

            </div>
          </div>
          <div class="condominium-market">
            <h3>マンション価格が高騰する背景</h3>
            <p class="c-text">
              札幌の人口は減少しているが世帯数が増加。これは北海道外からの転勤や移住希望者が増えているからです。
            </p>
            <div class="condominium-market-wr">
              <div class="condominium-market-img01">
                <img src="//cdn.img-asp.jp/cms/747382_14_0_0_1.jpg" alt="札幌市の人口・世帯数">
              </div>
              <div class="condominium-market-img02">
                <img src="//cdn.img-asp.jp/cms/747382_15_0_0_1.jpg" alt="マンション価格が高騰する背景">
              </div>
            </div>
            <p class="c-text">
              これからマンション購入を考えている方は、これらのポイントをしっかりと抑え、自分にとって最適な物件を見つけることが大切です。<span>市場の動向を理解し、資産価値の高い物件を選ぶことが、将来的な資産形成に繋がります。</span>
            </p>
          </div>
          <div class="visual">
            <div class="visual-badge-wr">
              <p class="visual-badge">REAL ESTATE SALES SUPPORT</p>
            </div>
            <h1 class="visual-title">
              強い集客力で<br>売却サポート
            </h1>
            <p class="visual-subtitle">
              AI査定とポータル・SNS・紙媒体を網羅する<br>
              <strong style="color:#fff;">メディアミックス戦略</strong>で<br>
              高く、早く売れる仕組みを用意しています。
            </p>
            <div class="visual-wrap">
              <h2 class="section-title">他に届かない情報が届き、<br><span>売却のチャンスを最大化。</span></h2>
              <p class="strategy-lead">
                <strong>AI査定×ポータル×SNS×紙媒体</strong>を完全網羅。<br>
                それぞれの強みを組み合わせた<strong>メディアミックス戦略</strong>が、<br>
                あなたの物件を「高く・早く」売れる仕組みを生み出します。
              </p>
              <div class="targeting-box">
                <p class="targeting-text">
                  WEB広告では<strong>ターゲットエリアや購入層を予測</strong>し、<br>
                  全国の<span class="highlight">移住希望者</span>や<span class="highlight">投資家</span>など<br>
                  <strong>「買う可能性が高い層」</strong>にピンポイントで配信。<br><br>
                  だからこそ、他には届かない情報が届き、<strong>売却のチャンスを最大化</strong>できます。
                </p>
              </div>
            </div>
            <h2 class="section-title">全国へ届く、<br class="spv"><span>圧倒的なリーチ力。</span></h2>
            <div class="stats-row">
              <div class="stat-item">
                <span class="stat-num">47<span class="stat-unit">k+</span></span>
                <div class="stat-label">月間広告配信数</div>
              </div>
              <div class="stat-item">
                <span class="stat-num">1<span class="stat-unit">ヶ月</span></span>
                <div class="stat-label">広告実施期間</div>
              </div>
              <div class="stat-item">
                <span class="stat-num">1,500<span class="stat-unit">+</span></span>
                <div class="stat-label">閲覧ユーザー数</div>
              </div>
              <div class="stat-item">
                <span class="stat-num">5<span class="stat-unit">都道府県</span></span>
                <div class="stat-label">主要アクセス地域</div>
              </div>
            </div>
            <!-- Ranking Table -->
            <table class="rank-table">
              <thead>
                <tr>
                  <th>RANK</th>
                  <th>エリア</th>
                  <th>ユーザー数</th>
                </tr>
              </thead>
              <tbody>
                <tr>
                  <td><span class="rank-num top">1</span></td>
                  <td><span class="rank-area">北海道</span></td>
                  <td><span class="rank-count">673</span></td>
                </tr>
                <tr>
                  <td><span class="rank-num">2</span></td>
                  <td><span class="rank-area">東京</span></td>
                  <td><span class="rank-count">607</span></td>
                </tr>
                <tr>
                  <td><span class="rank-num">3</span></td>
                  <td><span class="rank-area">宮城</span></td>
                  <td><span class="rank-count">84</span></td>
                </tr>
                <tr>
                  <td><span class="rank-num">4</span></td>
                  <td><span class="rank-area">神奈川</span></td>
                  <td><span class="rank-count">41</span></td>
                </tr>
                <tr>
                  <td><span class="rank-num">5</span></td>
                  <td><span class="rank-area">大阪</span></td>
                  <td><span class="rank-count">37</span></td>
                </tr>
              </tbody>
            </table>
            <h2 class="section-title">実績が語る、<span>売却成功事例。</span></h2>

            <div class="case-list">
              <div class="case-item">
                <div class="case-num">01</div>
                <div class="case-content">
                  <span class="case-tag">価格UP</span>
                  <p class="case-title">10年前に3,000万円で購入したマンションが、なんと<span class="key-point">
                      4,000万円で売却成功</span>。<br>購入時より1,000万円の利益を実現。</p>
                </div>
              </div>
              <div class="case-item">
                <div class="case-num">02</div>
                <div class="case-content">
                  <span class="case-tag">節税</span>
                  <p class="case-title">1,000万円の譲渡益（儲かり益）の税金、<span
                      class="key-point">約30万円をすべて非課税</span>に。適切な手続きでコストを最小化。
                  </p>
                </div>
              </div>
              <div class="case-item">
                <div class="case-num">03</div>
                <div class="case-content">
                  <span class="case-tag">スピード成約</span>
                  <p class="case-title">首都圏からの移住希望者に購入いただき、<span class="key-point">引き渡しまでスピーディー</span>に完了。</p>
                </div>
              </div>
              <div class="case-item">
                <div class="case-num">04</div>
                <div class="case-content">
                  <span class="case-tag">住み替え</span>
                  <p class="case-title">2LDKから3LDKへの住み替え。<span class="key-point">売却から新居購入まで、とてもスムーズ</span>にサポート。</p>
                </div>
              </div>
            </div>
          </div>
          <div class="contact-glc">
            <p class="contact-glc-text c-text">
              GLC不動産では、価値が持続可能な物件を<br>
              随時ご提供できる様、市場調査分析を行っております。<br>
              是非お気軽にお問い合せくださませ。
            </p>
            <a class="contact-glc-img trans" href="https://tsuto-design.jp/glc/" target="_blank">
              <img src="//cdn.img-asp.jp/cms/747382_16_0_0_1.jpg" alt="詳しくはこちら GL不動産産 LP">
            </a>
          </div>
        </section>
        <!-- 資産価値の高い分譲マンションを選ぶ際のポイント -->
        <section class="point" id="point">
          <h2>資産価値の高い分譲マンションを選ぶ際のポイント</h2>
          <p class="c-text">
            資産価値の高い分譲マンションとして、何と言っても<span>立地条件は資産価値</span>に大きな影響を与えます。<br>
            <span>交通の便が良いエリア</span>は人気が高く、資産価値が安定しやすいと言えます。<br>
            さらに、<span>周辺に商業施設や教育機関が充実</span>していることもプラス要素となります。<br>
            次に考慮すべきは、マンション自体の<span>設備や仕様の充実度</span>です。<br>
            最新のセキュリティシステムや高品質な建材を使用しているマンションは付加価値が高まります。<br>
            また、<span>共用施設が充実</span>しているマンションも資産価値の向上につながる可能性が高いです。
          </p>
          <!-- おすすめ物件 -->
          <div class="prop-card property">
            <div class="prop-img-side">
              <div class="prop-img-placeholder">
                <div class="property-slider">
                  <div class="splide" id="auto-scroll-slider01">
                    <div class="splide__track">
                      <ul class="splide__list">
                        <li class="splide__slide">
                          <div class="property-slider-img">
                            <img src="//cdn.img-asp.jp/cms/747382_52_0_0_1.jpg" alt="ラ・クラッセ札幌大通サウスシティ 外観">
                          </div>
                        </li>
                        <li class="splide__slide">
                          <div class="property-slider-img">
                            <img src="//cdn.img-asp.jp/cms/747382_51_0_0_1.jpg" alt="ラ・クラッセ札幌大通サウスシティ 間取り図">
                          </div>
                        </li>
                        <li class="splide__slide">
                          <div class="property-slider-img">
                            <img src="//cdn.img-asp.jp/cms/747382_50_0_0_1.jpg" alt="ラ・クラッセ札幌大通サウスシティ 内装">
                          </div>
                        </li>
                      </ul>
                    </div>
                  </div>
                </div>
              </div>
            </div>
            <div class="prop-info">
              <p class="property-sub">札幌市おすすめ物件</p>
              <div class="prop-title">ザ・サッポロタワー琴似</div>
              <div class="prop-price">5,680<small>万円</small></div>
              <div class="prop-details">
                <div class="prop-row"><span class="prop-key">所在地</span><span class="prop-val">北海道札幌市西区八軒一条西１丁目2-5</span>
                </div>
                <div class="prop-row"><span class="prop-key">最寄り駅</span><span class="prop-val">函館本線「琴似」駅徒歩1分</span>
                </div>
                <div class="prop-row"><span class="prop-key">築年数</span><span class="prop-val">2005年12月（築20年）</span>
                </div>
                <div class="prop-row"><span class="prop-key">間取り</span><span class="prop-val">4LDK</span></div>
              </div>
              <div class="prop-tags">
                <span class="tag">専有面積が111.69㎡</span>
                <span class="tag">眺望良好</span>
                <span class="tag">広々4LDK</span>
              </div>
              <a href="https://www.gateway-life.jp/bkndetail/2449194553/room102412963/" class="btn-primary-more"
                style="font-size:0.85rem; padding:12px 22px; display:inline-block;">詳しく見る</a>
              <a href="https://www.gateway-life.jp/contact/?bknId%5B%5D=102412963" class="btn-primary"
                style="font-size:0.85rem; padding:12px 22px; display:inline-block;">この物件を相談する</a>
            </div>
          </div>


          <p class="point-bottom-text">まずは、札幌市内で資産価値が残る物件を探してみましょう</p>
          <div class="point-bottom-btn-wr">
            <a class="point-bottom-btn trans" href="https://www.gateway-life.jp/sapporo/">札幌市物件特集</a>
          </div>
        </section>
        <!-- 札幌市内で資産価値の高いエリアの紹介 -->
        <section class="introduction" id="introduction">
          <h2 class="c-bk-text">札幌市内で資産価値の高いエリアの紹介</h2>
          <p class="c-text">
            札幌市は豊かな自然と都市機能が調和した魅力的な街で、<br>
            資産価値の高い分譲マンションを探すには最適な場所です。
          </p>
          <div class="c-line-ttl-wr">
            <p class="c-line-ttl">札幌駅周辺・大通創成イーストエリア（創成川東側）</p>
            <p class="c-line-ttl-sub">地下鉄バスセンター前駅・JR苗穂駅・JR桑園駅など</p>
          </div>
          <p class="c-text">
            交通利便性が高く、道内外へのアクセスに優れるエリア。<br>
            周辺に大型商業施設が多数あり生活利便性◎。<br>
            新幹線延伸計画により大規模開発が進行中。<br>
            特に創成イーストエリアでは、近年分譲マンションや商業施設相次いで誕生。<br>
            ファミリー層の流入により人気が急上昇中！<br>
            結果として、新築マンション価格が年々上昇し、将来的な資産価値向上が期待される注目エリア。
          </p>
          <div class="introduction-flex">
            <div class="introduction-slider">
              <div class="splide" id="auto-scroll-slider02">
                <div class="splide__track">
                  <ul class="splide__list">
                    <li class="splide__slide">
                      <div class="property-slider-img">
                        <img src="//cdn.img-asp.jp/cms/747382_29_0_0_1.jpg" alt="札幌市内で資産価値の高いエリアの紹介 地図">
                      </div>
                    </li>
                    <li class="splide__slide">
                      <div class="property-slider-img">
                        <img src="//cdn.img-asp.jp/cms/747382_30_0_0_1.jpg" alt="創成東地区の人口の推移">
                      </div>
                    </li>
                    <li class="splide__slide">
                      <div class="property-slider-img">
                        <img src="//cdn.img-asp.jp/cms/747382_31_0_0_1.jpg" alt="創成東地区の14歳以下の子供の数の推移">
                      </div>
                    </li>
                  </ul>
                </div>
              </div>
            </div>
            <div class="introduction-map">
              <iframe
                src="https://www.google.com/maps/embed?pb=!1m14!1m12!1m3!1d3389.4605596766796!2d141.35986016143167!3d43.06385744502423!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!5e0!3m2!1sja!2sjp!4v1771699623524!5m2!1sja!2sjp"
                style="border:0;" allowfullscreen="" loading="lazy"
                referrerpolicy="no-referrer-when-downgrade"></iframe>
            </div>
          </div>
          <div class="popular-area">
            <p class="c-bk-text">札幌で人気の住宅エリア紹介</p>
            <div class="c-line-ttl-wr">
              <p class="c-line-ttl">円山公園駅周辺</p>
              <p class="c-line-ttl-sub">ファミリー層に大人気！</p>
            </div>
            <p class="c-text">
              教育施設が充実しており、子育て環境に最適。<br>
              古くからの高級住宅街として知られ、資産価値が安定。<br>
              落ち着きと品格を兼ね備えた住宅地。
            </p>
            <div class="c-line-ttl-wr">
              <p class="c-line-ttl">市電エリア（伏見・幌西・山鼻・啓明など）</p>
              <p class="c-line-ttl-sub">自然豊かで静かな住環境。</p>
            </div>
            <p class="c-text">
              山が近く、四季を感じられる風景が魅力。<br>
              文教エリアとしての評価も高く、教育・環境重視の方におすすめ。
            </p>
            <div class="c-line-ttl-wr">
              <p class="c-line-ttl">地下鉄・JR駅周辺エリア</p>
              <p class="c-line-ttl-sub">利便性抜群。</p>
            </div>
            <p class="c-text">
              開発が進み、将来的な資産価値の上昇が期待。<br>
              商業施設・飲食店が豊富で利便性抜群。
            </p>
            <div class="popular-area-others">
              <p class="popular-area-others-ttl">その他の人気駅一覧</p>
              <p class="popular-area-others-text">
                地下鉄：平岸駅・北24条駅・新札幌駅・東札幌駅・琴似駅など<br>
                JR：琴似駅・桑園駅・苗穂駅・新札幌駅など
              </p>
            </div>
            <div class="Land-price-ranking">
              <p class="c-text">
                札幌市内10区の地価ランキングと上昇率は、中心部から近く交通アクセスの良いエリアが上位を占めております。
              </p>
              <h4>札幌市の区の公示地価ランキング</h4>
              <div class="Land-price-ranking-flex">
                <div class="Land-price-ranking-img01">
                  <img src="//cdn.img-asp.jp/cms/747382_32_0_0_1.jpg" alt="札幌市の区の公示地価ランキングの表">
                </div>
                <div class="Land-price-ranking-img02">
                  <img src="//cdn.img-asp.jp/cms/747382_33_0_0_1.jpg" alt="その他の人気駅一覧">
                </div>
              </div>
              <p class="c-text">
                購入希望者にとっては、自身のライフスタイルや将来的な資産価値の見込みを考慮しながら、最適なエリアを選択することが重要です。住みやすさだけでなく、資産価値の視点からも理想的なマンションを見つけるためには、これらのエリアの特徴をしっかりと理解しておくことが求められます。
              </p>
            </div>
          </div>
          <a class="fow-much-banner trans" href="https://www.gateway-life.jp/reservation/select/"
            target="_blank">
            <img src="//cdn.img-asp.jp/cms/747382_44_0_0_1.jpg" alt="一日で方向性が明確になります。">
          </a>
        </section>
        <!-- 資産価値を維持・向上させるために重要な「マンション管理」 -->
        <section class="apartment-management" id="apartment-management">
          <div class="c-ttl-strong-wr">
            <h3 class="c-ttl-strong">
              資産価値を維持・向上させるために重要な「マンション管理」
            </h3>
          </div>
          <p class="c-text">
            マンションを購入する際、立地や間取りだけで判断していませんか？<br>
            実は、購入後の資産価値を左右する「管理の質」も非常に重要なポイントです。
          </p>
          <div class="apartment-management-content">
            <div class="apartment-management-flex">
              <div class="apartment-management-textarea">
                <h3 class="c-leftborder-ttl">管理状態＝将来の資産価値を決める鍵</h3>
                <p class="c-text">
                  適切な管理が行われているマンションは、<br>
                  建物の耐久性が保たれる<br>
                  居住者の満足度が高まる<br>
                  将来的な売却価格にも好影響<br>
                  つまり、<span>きちんと管理されたマンション＝価値が落ちにくい資産</span>なのです。
                </p>
              </div>
              <div class="apartment-management-img">
                <img src="//cdn.img-asp.jp/cms/747382_35_0_0_1.jpg" alt="管理状態＝将来の資産価値を決める鍵">
              </div>
            </div>
            <div class="apartment-management-item">
              <h3 class="c-leftborder-ttl">管理の質が問われるポイントとは？</h3>
              <p class="c-text">
                マンションの管理にはさまざまな側面があります。以下のような要素が揃っていれば、「資産価値が維持されやすい」と言えるでしょう。
              </p>
              <table class="management-table">
                <thead class="management-table__head">
                  <tr class="management-table__row">
                    <th class="management-table__header">管理項目</th>
                    <th class="management-table__header">重要性</th>
                    <th class="management-table__header">具体的な対策内容</th>
                  </tr>
                </thead>
                <tbody class="management-table__body">
                  <tr class="management-table__row">
                    <td class="management-table__cell">定期点検と修繕</td>
                    <td class="management-table__cell">非常に高い</td>
                    <td class="management-table__cell">
                      建物・設備の定期的な点検／長期修繕計画に基づいた修繕の実施
                    </td>
                  </tr>
                  <tr class="management-table__row">
                    <td class="management-table__cell">共用部分の清掃</td>
                    <td class="management-table__cell">高い</td>
                    <td class="management-table__cell">
                      エントランス・廊下・エレベーターなどの定期清掃
                    </td>
                  </tr>
                  <tr class="management-table__row">
                    <td class="management-table__cell">管理組合の活動</td>
                    <td class="management-table__cell">高い</td>
                    <td class="management-table__cell">
                      定期総会の開催／住民の声を反映したルール作り・迅速な対応
                    </td>
                  </tr>
                </tbody>
              </table>
            </div>
            <div class="apartment-management-item">
              <h3 class="c-leftborder-ttl">購入時・購入後に確認すべきこと</h3>
              <div class="apartment-management-confirmation">
                <div class="apartment-management-confirmation-list">
                  <p class="apartment-management-confirmation-list-ttl">購入前のチェックポイント</p>
                  <p class="apartment-management-confirmation-list-text">
                    長期修繕計画の有無と内容<br>
                    管理費・修繕積立金の水準と使われ方<br>
                    管理会社の対応実績や口コミ
                  </p>
                </div>
                <div class="apartment-management-confirmation-list">
                  <p class="apartment-management-confirmation-list-ttl">購入後にできること</p>
                  <p class="apartment-management-confirmation-list-text">
                    管理組合に参加する<br>
                    総会に出席して状況を把握<br>
                    問題があれば早期に声を上げる
                  </p>
                </div>
              </div>
            </div>
            <div class="apartment-management-item">
              <h3 class="c-leftborder-ttl">マンション管理は「見えない資産価値」</h3>
              <p class="c-text">
                普段あまり意識されない「管理の質」。<br>
                しかし、これはマンションの将来価値を支える最も重要な要素です。<br>
                購入時も、購入後も「管理の質」を意識することで、大切な資産を守り、価値を育てていくことができます。
              </p>
            </div>
          </div>
        </section>
        <!-- まとめ -->
        <section class="summary" id="summary">
          <h2>まとめ</h2>
          <div class="summary-item">
            <h3 class="c-leftborder-ttl">札幌で資産価値の高い分譲マンションを選ぶために</h3>
            <p class="c-text">
              分譲マンションを購入する際、ただ「今が住みやすい」だけでは不十分です。<br>
              将来の売却や住み替えも見据え、資産価値の高い物件を選ぶことが大切です。
            </p>
          </div>
          <div class="summary-item">
            <h3 class="c-leftborder-ttl">資産価値を決める主なチェックポイント</h3>
            <p class="c-text">
              <span>立地</span>：将来性がある駅周辺、商業施設や教育環境が充実したエリア<br>
              <span>建物の設備</span>：防犯性・快適性・メンテナンス性の高い設備が整っているか<br>
              <span>管理の質</span>：長期修繕計画、管理組合の活動状況、管理費の使われ方<br>
              <span>エリアの将来性</span>：再開発や交通網の拡張計画があるか
            </p>
          </div>
        </section>
        <div class="One-on-one-cta">
          <div class="c-ttl-strong-wr">
            <p class="c-ttl-strong">
              お気軽にご相談ご来店ください！
            </p>
          </div>
          <h2>GLC不動産の<br class="spv">マンツーマンサポート</h2>
          <p class="one-first-time-ttl">
            はじめてのマンション購入<br>
            わからなくて当然です
          </p>
          <p class="one-first-time-text">
            まずは知ることから始めませんか?
          </p>
          <div class="one-first-time-img">
            <img src="//cdn.img-asp.jp/cms/747382_47_0_0_1.jpg" alt="まずは知ることから始めませんか">
          </div>
          <p class="c-text">
            GLC不動産では、お客様一人ひとりのご状況に合わせて、<br>
            <span>資産性 × 理想の暮らし</span>を両立できるお住まい探しをお手伝いしています。
          </p>
          <p class="c-text">
            ライフプランニングで適正予算を明確に希望条件と資産性のバランスを考慮した物件をご提案<br>
            マンション購入後の将来設計までトータルサポート<br>
            購入時も、購入後も「管理の質」を意識することで、大切な資産を守り、価値を育てていくことができます。
          </p>
          <h3>不動産に関するご相談、お任せください！</h3>
          <p class="c-text">
            GLC不動産では、専門スタッフが丁寧にマンツーマン対応いたします。<br>
            札幌市内で資産価値の高いマンション、住み替えや資産形成をお考えの方は、<br>
            ぜひ一度弊社にご相談ください。<br>
            最適な「住まいと未来」をご提案いたします。<br>
            GLC不動産では、物件紹介だけではなく、下記のような幅広いご相談も承っています。
          </p>
          <div class="One-on-one-cta-bottom">
            <div class="One-on-one-cta-flex">
              <h4>住宅ローン事前診断（無料）</h4>
              <p class="One-on-one-cta-text">借りられる額ではなく「無理のない返済額」を重視。</p>
            </div>
            <div class="One-on-one-cta-flex">
              <h4>購入後まで見据えた提案</h4>
              <p class="One-on-one-cta-text">将来売却も想定した“資産価値目線”の物件選定。</p>
            </div>
            <div class="One-on-one-cta-flex">
              <h4>比較資料の見える化</h4>
              <p class="One-on-one-cta-text">新築・築浅・中古数字でわかりやすく整理。</p>
            </div>
          </div>
          <div class="contact-banner">
            <h3>
              こんな方は一度ご相談ください
            </h3>
            <div class="contact-banner-flex">
              <p class="contact-banner-text">
                □ 今いくらで売れるか知りたい<br>
                □ 他社査定が本当に妥当か不安<br>
                □ 住み替えタイミングを検討中<br>
                □ 相続・資産整理を考えている
              </p>
              <div class="contact-banner-right">
                <p class="contact-banner-text">
                  <span>3つのお約束</span><br>
                  ① 無理な営業はしません<br>
                  ② 根拠ある価格提示<br>
                  ③ 売らない選択も尊重
                </p>
              </div>
            </div>
            <div class="btn-flex">
              <a class="contact-btn" href="https://www.gateway-life.jp/contact/" target="_blank">中古マンションについて<br
                  class="spv">お問い合せ</a>
              <a class="contact-btn recomend" href="https://www.gateway-life.jp/osusume_b/"
                target="_blank">おすすめ物件一覧を見る</a>
            </div>
          </div>
        </div>
        <div class="One-on-one-img">
          <img src="//cdn.img-asp.jp/cms/747382_37_0_0_1.jpg" alt="GLC不動産のマンツーマンサポート">
        </div>
        <div class="content-bottom-felx">
          <a class="content-bottom-banner trans" href="https://www.gateway-life.jp/reservation/select/"
            target="_blank">
            <img src="//cdn.img-asp.jp/cms/747382_45_0_0_1.jpg" alt="お住まいをお探しの方はこちらをクリック">
          </a>
          <a class="content-bottom-banner trans" href="https://www.gateway-life.jp/satei/" target="_blank">
            <img src="//cdn.img-asp.jp/cms/747382_46_0_0_1.jpg" alt="売却をご検討の方はこちらをクリック">
          </a>
        </div>
      </div>
    </div>
<script src="https://code.jquery.com/jquery-3.4.1.min.js"></script>
  <!-- Splide CSS -->
  <link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/@splidejs/splide@4/dist/css/splide.min.css">
  <!-- Splide JS -->
  <script src="https://cdn.jsdelivr.net/npm/@splidejs/splide@4/dist/js/splide.min.js"></script>
  <script>
    $("a[href^='#']").click(function (event) {
      event.preventDefault();
      let target = $($(this).attr("href")).offset().top;
      $("html, body").animate({
        scrollTop: target
      }, 500);
    });
  </script>
  <script>
    document.addEventListener('DOMContentLoaded', function () {
      new Splide('#auto-scroll-slider01', {
        type: 'loop',
        perPage: 1,
        gap: '10px',
        autoplay: true,
        interval: 3000,
        pagination: true,
        arrows: false,
        pauseOnHover: false,
      }).mount();

      new Splide('#auto-scroll-slider02', {
        type: 'loop',
        perPage: 1,
        gap: '10px',
        autoplay: true,
        interval: 3000,
        pagination: true,
        arrows: false,
        pauseOnHover: false,
      }).mount();
    });
  </script>]]></description>
            <pubDate>2026-05-01</pubDate>
        </item>
                
        <item>
            <title>購入検討 | 将来も見据えた住まい選びを </title>
            <link>https://www.gateway-life.jp/blog/entry-801724/</link>
            <description><![CDATA[<style>
  @charset "UTF-8";

  html,
  body,
  div,
  span,
  applet,
  object,
  iframe,
  h1,
  h2,
  h3,
  h4,
  h5,
  h6,
  p,
  blockquote,
  pre,
  a,
  abbr,
  acronym,
  address,
  big,
  cite,
  code,
  del,
  dfn,
  em,
  img,
  ins,
  kbd,
  q,
  s,
  samp,
  small,
  strike,
  strong,
  sub,
  sup,
  tt,
  var,
  b,
  u,
  i,
  center,
  dl,
  dt,
  dd,
  ol,
  ul,
  li,
  fieldset,
  form,
  label,
  legend,
  table,
  caption,
  tbody,
  tfoot,
  thead,
  tr,
  th,
  td,
  article,
  aside,
  canvas,
  details,
  embed,
  figure,
  figcaption,
  footer,
  header,
  hgroup,
  menu,
  nav,
  output,
  ruby,
  section,
  summary,
  time,
  mark,
  audio,
  video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
  }

  /* HTML5 display-role reset for older browsers */
  article,
  aside,
  details,
  figcaption,
  figure,
  footer,
  header,
  hgroup,
  menu,
  nav,
  section {
    display: block;
  }

  body {
    line-height: 1;
  }

  ol,
  ul {
    list-style: none;
  }

  blockquote,
  q {
    quotes: none;
  }

  blockquote:before,
  blockquote:after,
  q:before,
  q:after {
    content: "";
    content: none;
  }

  table {
    border-collapse: collapse;
    border-spacing: 0;
  }

  html *,
  ::before,
  ::after {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }

  button {
    background-color: transparent;
    border: none;
    cursor: pointer;
    outline: none;
    padding: 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
  }

  /* =====================
base
===================== */
  html *,
  ::before,
  ::after {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }

  body {
    font-family: "Zen Kaku Gothic New", sans-serif;
    font-weight: 400;
    font-style: normal;
    color: #444343;
    font-size: 15px;
    -webkit-font-feature-settings: "palt";
    font-feature-settings: "palt";
    background-color: #fafafa;
  }

  html.sr {
    margin-top: 0 !important;
  }

  #wpadminbar {
    z-index: 10000000 !important;
  }

  img {
    display: block;
    max-width: 100%;
    height: auto;
  }

  p {
    line-height: 1;
    font-size: 15px;
    color: #444343;
  }

  a {
    text-decoration: none;
    color: #444343;
    line-height: 1;
  }

  .trans {
    opacity: 1;
    -webkit-transition: -webkit-transform 0.5s ease;
    transition: -webkit-transform 0.5s ease;
    transition: transform 0.5s ease;
    transition: transform 0.5s ease, -webkit-transform 0.5s ease;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
  }

  .trans:hover {
    opacity: 0.8;
    -webkit-transition: -webkit-transform 0.3s ease;
    transition: -webkit-transform 0.3s ease;
    transition: transform 0.3s ease;
    transition: transform 0.3s ease, -webkit-transform 0.3s ease;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
  }

  .spv {
    display: none;
  }

  @media (max-width: 900px) {
    .wrap {
      padding: 0 20px;
    }
  }

  @media (max-width: 767px) {
    .pcv {
      display: none;
    }

    .spv {
      display: block;
    }
  }

  /* cssここから ---------------------------------------------------*/
  /* 共通 */
  .c-mokuji {
    border: 1px solid #8c8c8c;
    background-color: #f9f9f9;
    padding: 20px;
    margin: 10px 0 45px 0;
  }

  .c-mokuji-ttl {
    font-size: 110%;
    font-weight: bold;
    padding: 0;
    margin-bottom: 10px;
  }

  .c-mokuji ul {
    list-style: none;
    padding-left: 0;
    margin: 0;
  }

  .c-mokuji li {
    line-height: 2;
    font-weight: 500;
  }

  .c-mokuji a {
    text-decoration: none;
    color: #444343 !important;
  }

  .c-mokuji a:hover {
    text-decoration: underline;
  }

  .c-left-border {
    padding-left: 40px;
    position: relative;
  }

  .c-left-border::before {
    content: "";
    background-color: #009f62;
    width: 25px;
    height: 2px;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    margin: auto;
  }

  /* メイン */
  .inner {
    width: 100%;
    max-width: 800px;
    margin: 0 auto;
  }

  @media screen and (max-width: 800px) {
    .inner {
      padding: 0 20px;
    }
  }

  @media screen and (max-width: 767px) {
    .inner {
      padding: 0 0px;
    }
  }

  .article-main {
    margin-bottom: 60px;
  }

  @media screen and (max-width: 767px) {
    .article-main {
      margin-bottom: 30px;
    }
  }

  .article-main .first-sec {
    margin-bottom: 85px;
  }

  .article-main .first-sec .ttl-h1 {
    font-size: 19px;
    line-height: 1;
    color: #009f62;
    font-weight: 600;
    margin-bottom: 30px;
  }

  .article-main .first-sec .first-ttl-sub {
    font-size: 17px;
    line-height: 1;
    color: #009f62;
    font-weight: 900;
    margin-bottom: 30px;
  }

  .article-main .first-sec .first-ttl {
    font-size: 40px;
    line-height: 1.575;
    font-weight: 500;
    margin-bottom: 40px;
    margin-top: unset !important;
  }

  .article-main .first-sec .first-sale-txt {
    font-size: 20px;
    line-height: 2.4;
    font-weight: 500;
    letter-spacing: 0.02em;
    margin-bottom: 53px;
  }

  .article-main .first-sec .first-sale-txt span {
    font-weight: 800;
  }

  .article-main .first-sec .first-flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    gap: 30px;
    margin-bottom: 80px;
  }

  .article-main .first-sec .first-item-img {
    width: 100%;
    margin: 0 auto;
  }

  .article-main .first-sec .first-item-img.first-item-img01 {
    max-width: 196px;
  }

  .article-main .first-sec .first-item-img.first-item-img02 {
    max-width: 230px;
  }

  .article-main .first-sec .first-item-img.first-item-img03 {
    max-width: 264px;
  }

  @media screen and (max-width: 767px) {
    .article-main .first-sec {
      margin-bottom: 65px;
    }

    .article-main .first-sec .first-ttl-sub {
      font-size: 17px;
      line-height: 1.4;
      margin-bottom: 10px;
    }

    .article-main .first-sec .first-ttl {
      font-size: 26px;
      font-weight: 800;
      margin-bottom: 30px;
    }

    .article-main .first-sec .first-sale-txt {
      font-size: 16px;
      margin-bottom: 40px;
    }

    .article-main .first-sec .first-flex {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column;
      gap: 20px;
      margin-bottom: 40px;
    }

    .article-main .first-sec .first-item-img {
      margin: 0 auto 0 0;
    }
  }

  .article-main .buyer-route {
    margin-bottom: 85px;
  }

  .article-main .buyer-route .buyer-route-ttl {
    font-size: 25px;
    line-height: 1;
    color: #009f62;
    font-weight: 700;
    letter-spacing: 0.01em;
    margin-bottom: 35px;
  }

  .article-main .buyer-route .buyer-route-c-txt {
    font-size: 20px;
    line-height: 2;
    color: #444343;
    font-weight: 500;
  }

  .article-main .buyer-route .buyer-route-c-txt.fist-buyer {
    margin-bottom: 60px;
  }

  .article-main .buyer-route .buyer-route-c-txt span {
    font-size: 24px;
    letter-spacing: 0.1em;
    color: #f9f9f9;
    text-shadow: 1px 1px 0 #009f62, -1px -1px 0 #009f62, -1px 1px 0 #009f62, 1px -1px 0 #009f62, 1px 0 0 #009f62, -1px 0 0 #009f62, 0 1px 0 #009f62, 0 -1px 0 #009f62;
  }

  .article-main .buyer-route .buyer-route-flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    border: 2px solid #009f62;
    margin-bottom: 50px;
  }

  .article-main .buyer-route .buyer-route-item {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33%;
    flex: 0 0 33%;
    padding: 20px 15px;
  }

  .article-main .buyer-route .buyer-route-item:not(:last-child) {
    border-right: 2px solid #009f62;
  }

  .article-main .buyer-route .buyer-route-number {
    font-size: 25px;
    line-height: 1;
    color: #009f62;
    font-weight: 800;
    margin-bottom: 10px;
  }

  .article-main .buyer-route .buyer-route-main {
    font-size: 25px;
    line-height: 1;
    color: #009f62;
    font-weight: 800;
    letter-spacing: 0.05em;
    margin-bottom: 10px;
  }

  .article-main .buyer-route .buyer-route-txt {
    font-size: 14px;
    line-height: 1.5;
    color: #009f62;
    font-weight: 500;
    letter-spacing: 0.025em;
  }

  @media (max-width: 767px) {
    .article-main .buyer-route {
      margin-bottom: 65px;
    }

    .article-main .buyer-route .buyer-route-ttl {
      font-size: 20px;
      letter-spacing: unset;
      margin-bottom: 30px;
    }

    .article-main .buyer-route .buyer-route-c-txt {
      font-size: 16px;
    }

    .article-main .buyer-route .buyer-route-c-txt.fist-buyer {
      margin-bottom: 40px;
    }

    .article-main .buyer-route .buyer-route-c-txt span {
      font-size: 22px;
    }

    .article-main .buyer-route .buyer-route-flex {
      display: block;
      margin-bottom: 40px;
    }

    .article-main .buyer-route .buyer-route-item:not(:last-child) {
      border-right: unset;
      border-bottom: 2px solid #009f62;
    }
  }

  .article-main .consult {
    margin-bottom: 130px;
  }

  .article-main .consult .consult-ttl {
    font-size: 68px;
    line-height: 1.3529411765;
    font-weight: 900;
    color: #009f62;
    text-decoration-line: underline;
    text-decoration-color: #f6ed66;
    text-decoration-thickness: 22px;
    text-underline-offset: -7px;
    margin-bottom: 55px;
  }

  .article-main .consult .consult-ttl span {
    display: inline-block;
    
    text-decoration-line: underline;
    text-decoration-color: #f6ed66;
    text-decoration-thickness: 22px;
    text-underline-offset: -7px;
  }

  .article-main .consult .consult-sub {
    font-size: 25px;
    line-height: 1;
    color: #009f62;
    font-weight: 700;
    letter-spacing: 0.01em;
    margin-bottom: 35px;
  }

  .article-main .consult .consult-txt {
    font-size: 20px;
    line-height: 2;
    color: #444343;
    font-weight: 500;
    margin-bottom: 50px;
  }

  @media (max-width: 767px) {
    .article-main .consult {
      margin-bottom: 65px;
    }

    .article-main .consult .consult-ttl {
      font-size: 38px;
      margin-bottom: 50px;
      text-decoration-thickness: 11px;
      text-underline-offset: -2px;
    }

    .article-main .consult .consult-ttl span {
      margin: unset;
      text-decoration-thickness: 11px;
      text-underline-offset: -2px;
    }

    .article-main .consult .consult-sub {
      font-size: 18px;
      letter-spacing: unset;
    }

    .article-main .consult .consult-txt {
      font-size: 16px;
      margin-bottom: 40px;
    }
  }

  .article-main .common-card {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-bottom: 100px;
  }

  @media screen and (max-width: 767px) {
    .article-main .common-card {
      display: block;
      margin-bottom: 60px;
    }
  }

  .article-main .decision {
    margin-bottom: 100px;
  }

  .article-main .decision .decision-ttl {
    font-size: 28px;
    line-height: 1.6071428571;
    font-weight: 700;
    color: #009f62;
    text-align: center;
    margin-bottom: 70px;
  }

  .article-main .decision .decision-ttl span {
    text-decoration-line: underline;
    text-decoration-color: #f6ed66;
    text-decoration-thickness: 15px;
    text-underline-offset: -7px;
  }

  .article-main .decision .decision-flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 10px;
  }

  .article-main .decision .decision-left-img {
    width: 100%;
    max-width: 268px;
    margin: 0 auto;
  }

  .article-main .decision .decision-right {
    width: 100%;
    max-width: 380px;
  }

  .article-main .decision .decision-top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    height: 48px;
    background-color: #009f62;
    font-size: 18px;
    line-height: 1;
    font-weight: 700;
    color: #fff;
    margin-bottom: 35px;
  }

  .article-main .decision .decision-center-img {
    width: 100%;
    max-width: 380px;
    margin: 0 auto 30px auto;
  }

  .article-main .decision .decision-link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-size: 18px;
    line-height: 1;
    font-weight: 900;
    color: #fff;
    width: 100%;
    height: 60px;
    background-color: #009f62;
    position: relative;
    margin-top: 25px;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    border: 2px solid #009f62;
  }

  .article-main .decision .decision-link::after {
    content: "";
    width: 10px;
    height: 10px;
    border-right: 3px solid white;
    border-top: 3px solid white;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    position: absolute;
    right: 25px;
    top: 0;
    bottom: 0;
    margin: auto;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
  }

  .article-main .decision .decision-link:hover {
    background-color: #fff;
    border: 2px solid #009f62;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    color: #009f62;
  }

  .article-main .decision .decision-link:hover::after {
    border-right: 3px solid #009f62;
    border-top: 3px solid #009f62;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
  }

  @media screen and (max-width: 767px) {
    .article-main .decision {
      margin-bottom: 60px;
    }

    .article-main .decision .decision-ttl {
      font-size: 18px;
      margin-bottom: 45px;
    }

    .article-main .decision .decision-flex {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column;
      gap: 50px;
    }
  }

  .article-main .cta-sec {
    border: 5px solid #009f62;
    background-color: #fff;
  }

  .article-main .cta-sec .cta-sec-flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    text-align: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 35px 30px;
  }

  .article-main .cta-sec .cta-sec-left {
    padding-top: 30px;
  }

  .article-main .cta-sec .cta-sec-ttl {
    font-size: 25px;
    line-height: 1;
    font-weight: 900;
    text-align: left;
    color: #009f62;
    margin-bottom: 18px;
  }

  .article-main .cta-sec .cts-worry {
    font-size: 30px;
    line-height: 1.5;
    font-weight: 900;
    color: #f9f9f9;
    text-align: left;
    text-shadow: 1px 1px 0 #009f62, -1px -1px 0 #009f62, -1px 1px 0 #009f62, 1px -1px 0 #009f62, 1px 0 0 #009f62, -1px 0 0 #009f62, 0 1px 0 #009f62, 0 -1px 0 #009f62;
  }

  .article-main .cta-sec .cta-sec-right {
    width: 100%;
    max-width: 280px;
  }

  .article-main .cta-sec .cta-sub {
    font-size: 18px;
    line-height: 1;
    font-weight: 500;
    color: #009f62;
    margin-bottom: 20px;
    text-align: center;
  }

  .article-main .cta-sec .cta-sub::before {
    content: "\\";
    margin-right: 0.5em;
  }

  .article-main .cta-sec .cta-sub::after {
    content: "/";
    margin-left: 0.5em;
  }

  .article-main .cta-sec .cta-link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-size: 18px;
    line-height: 1;
    font-weight: 900;
    color: #fff;
    width: 100%;
    height: 60px;
    background-color: #009f62;
    position: relative;
    margin-top: 10px;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    border: 2px solid #009f62;
  }

  .article-main .cta-sec .cta-link:hover {
    background-color: #fff;
    border: 2px solid #009f62;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    color: #009f62;
  }

  @media screen and (max-width: 767px) {
    .article-main .cta-sec .cta-sec-flex {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column;
      gap: 20px;
      padding: 35px 20px;
    }

    .article-main .cta-sec .cta-sec-ttl {
      font-size: 16px;
      margin-bottom: 18px;
    }

    .article-main .cta-sec .cts-worry {
      font-size: 23px;
    }

    .article-main .cta-sec .cta-sub {
      text-align: left;
    }
  }
</style>
<div class="inner">
  <!-- 目次 -->
  <div class="c-mokuji">
    <p class="c-mokuji-ttl">目次</p>
    <ul>
      <li><a href="#apartment-prices-soaring">・新築マンション価格の上昇で、住まい選びも変わり始めています。</a></li>
      <li><a href="#iuyer-route">・私たちが大切にしていること</a></li>
      <li><a href="#reason">・なぜGLC不動産で相談するべきなのか</a></li>
      <li><a href="#decision">・購入するかどうかはご希望に合った物件を多数ご確認してからゆっくりお決めください</a></li>
      <li><a href="#cta">・GLC不動産にお任せください!</a></li>
    </ul>
  </div>
  <!-- 記事 ここから-->
  <div class="article-main">
    <!-- 新築マンション価格の上昇で、住まい選びも変わり始めています。 -->
    <section class="first-sec" id="apartment-prices-soaring">
      <h1 class="ttl-h1">マンション購入</h1>
      <p class="first-ttl-sub">The way people choose to live is also starting to change.</p>
      <h2 class="first-ttl">
        新築マンション価格の上昇で、<br>
        住まい選びも変わり<br class="spv">始めています。
      </h2>
      <p class="first-sale-txt">
        札幌市内でも、新築マンション価格は上昇傾向にあります。<br class="pcv">
        その中で最近は、<span>立地・暮らしやすさ・将来の資産価値</span>を重視して、<br class="pcv">
        中古マンションを選ぶ方も増えています。
      </p>
      <div class="first-flex">
        <div class="first-item-img first-item-img01">
          <img src="//cdn.img-asp.jp/cms/801724_5_0_0_1.jpg" alt="立地">
        </div>
        <div class="first-item-img first-item-img02">
          <img src="//cdn.img-asp.jp/cms/801724_6_0_0_1.jpg" alt="暮らしやすさ">
        </div>
        <div class="first-item-img first-item-img03">
          <img src="//cdn.img-asp.jp/cms/801724_9_0_0_1.jpg" alt="将来の資産価値">
        </div>
      </div>
    </section>
    <!-- 私たちが大切にしていること -->
    <section class="buyer-route" id="iuyer-route">
      <p class="buyer-route-ttl c-left-border">私たちが大切にしていること</p>
      <p class="buyer-route-c-txt fist-buyer">
        GLC不動産では、“<span>ただ家を買う</span>”だけではなく、<br class="pcv">
        これから先の暮らしや、将来の資産価値まで考えながら、<br class="pcv">
        マンション選びをご提案しています。<br>
        <br>
        エリアの将来性や、住みやすさも含めて、<br class="pcv">
        一人ひとりに合った住まい探しをサポートしています。
      </p>
      <p class="buyer-route-ttl c-left-border">市場インサイト</p>
      <p class="buyer-route-c-txt fist-buyer">
        高額帯の新築マンションを検討される方の中には、実際に見学をした上で「価格」「広さ」「立地」などの条件が合わず、購入を見送るケースも少なくありません。<br>
        実際、新築来場者の多くは比較検討段階にあり、その中でも築浅中古マンションへ興味を持つ方が増えています。
      </p>
      <div class="buyer-route-flex">
        <div class="buyer-route-item">
          <p class="buyer-route-number">01</p>
          <p class="buyer-route-main">すぐに住める</p>
          <p class="buyer-route-txt">
            待機期間ゼロ。<br>
            入居のスピード感が、検討のハードルを下げます。
          </p>
        </div>
        <div class="buyer-route-item">
          <p class="buyer-route-number">02</p>
          <p class="buyer-route-main">立地の実力</p>
          <p class="buyer-route-txt">
            人気エリアの好立地物件は、新築でも中古でも需要が変わりません。
          </p>
        </div>
        <div class="buyer-route-item">
          <p class="buyer-route-number">03</p>
          <p class="buyer-route-main">現実的な選択</p>
          <p class="buyer-route-txt">
            新築より現実的な価格帯でも、<br>
            高価格帯での検討が生まれやすい。
          </p>
        </div>
      </div>
      <p class="buyer-route-c-txt">
        特に人気エリアの築浅マンションは、<br>
        「すぐ住める」「立地が良い」「新築より現実的」といった理由から需要が高く、条件次第では高価格帯でも検討されやすい傾向があります。
      </p>
    </section>
    <!-- なぜGLC不動産で相談するべきなのか -->
    <section class="consult" id="reason">
      <h2 class="consult-ttl">
        なぜＧ<span>Ｌ</span><span>Ｃ</span>不動産で<br>
        相談するべきなのか
      </h2>
      <p class="consult-sub c-left-border">住まい選びの前に、本当に大切なこと</p>
      <p class="consult-txt">
        マンション購入は、物件を選ぶことだけがゴールではありません。<br>
        大切なのは、購入後も無理なく暮らし続けられる資金計画を立てることです。<br>
        <br>
        GLC不動産では、これまで3,800件を超えるご相談実績をもとに、お客様一人ひとりに合わせたライフプランシートを作成しています。<br>
        将来の教育費や住宅ローン、老後資金まで見据えながら、「いくら借りられるか」ではなく、「安心して返済できる金額」を一緒に考えます。<br>
        物件探しだけではなく、将来の暮らしまで見据えた住まい選びをご提案できることが、GLC不動産の強みです。
      </p>
      <div class="consult-img">
        <img src="//cdn.img-asp.jp/cms/801724_7_0_0_1.jpg" alt="ライフプラン 資金計画 物件提案">
      </div>
    </section>
    <!-- 購入するかどうかはゆっくりお決めください -->
    <section class="decision" id="decision">
      <h2 class="decision-ttl">
        購入するかどうかは<br>
        ご希望に合った物件を多数ご確認してから<br>
        <span>ゆっくりお決めください</span>
      </h2>
      <div class="decision-flex">
        <div class="decision-left-img">
          <img src="//cdn.img-asp.jp/cms/801724_8_0_0_1.jpg" alt="JCB商品券 2,000円プレゼント">
        </div>
        <div class="decision-right">
          <p class="decision-top">購入が成立したら・・・</p>
          <div class="decision-center-img">
            <img src="//cdn.img-asp.jp/cms/801724_1_0_0_1.jpg" alt="10万円プレゼント">
          </div>
          <a class="decision-link" href="https://www.gateway-life.jp/reservation/select/">来店予約する</a>
        </div>
      </div>
    </section>
    <!-- 共通カード -->
    <section class="common-card">
      <div class="common-card-img">
        <img src="//cdn.img-asp.jp/cms/801724_2_0_0_1.jpg" alt="札幌市内3800超のマンション情報の中から、条件にあった物件を検索して定期的にメール、LINEでご紹介します">
      </div>
      <div class="common-card-img">
        <img src="//cdn.img-asp.jp/cms/801724_3_0_0_1.jpg" alt="移住・セカンドハウス・投資に届く広告を展開 エリアを問わず、購入意欲の高い層へリーチします">
      </div>
    </section>
    <!-- CTA -->
    <section class="cta-sec" id="cta">
      <div class="cta-sec-flex">
        <div class="cta-sec-left">
          <h2 class="cta-sec-ttl">こんなお悩みありませんか？</h2>
          <p class="cts-worry">
            新築と中古で、迷っている<br>
            適正予算がわからない<br>
            まずは相談だけしてみたい
          </p>
        </div>
        <div class="cta-sec-right">
          <p class="cta-sub">GLC不動産にお任せください!</p>
          <a class="cta-link" href="https://www.gateway-life.jp/pg-purchase/">もっと詳しく知りたい!</a>
          <a class="cta-link"
            href="https://mypage-ielove.jp/registration/form/index/a/L0hiNGpWNWNlMUNsTm1hcVkvRlB0UT09/b/eWxVcXpGUGZ5cHVQcTBpekkvRFhwL05Mb0VydWxyaTJJOFZKdGFadEdqQT0./h/bWdpV1lnNDNXeVhDT3NKNEFSeW84QT09/i/VFJmK0M0VjhVd3JWYjhrTnZGdThPQT09/x/1/">まずはLINEで相談する</a>
          <a class="cta-link" href="https://www.gateway-life.jp/reservation/select/">来店予約する</a>
        </div>
      </div>
    </section>
  </div>
</div>
<script src="https://code.jquery.com/jquery-3.4.1.min.js"></script>
<script>
 $("a[href^='#']").click(function (event) {
  event.preventDefault();

  const headerHeight = $("header").outerHeight();
  const target = $($(this).attr("href")).offset().top - headerHeight;

  $("html, body").animate({
    scrollTop: target
  }, 500);
});
</script>]]></description>
            <pubDate>2026-06-09</pubDate>
        </item>
                
        <item>
            <title>売却検討 | 今、売却を考える人が増えています</title>
            <link>https://www.gateway-life.jp/blog/entry-798723/</link>
            <description><![CDATA[  <style>
      @charset "UTF-8";

      html,
      body,
      div,
      span,
      applet,
      object,
      iframe,
      h1,
      h2,
      h3,
      h4,
      h5,
      h6,
      p,
      blockquote,
      pre,
      a,
      abbr,
      acronym,
      address,
      big,
      cite,
      code,
      del,
      dfn,
      em,
      img,
      ins,
      kbd,
      q,
      s,
      samp,
      small,
      strike,
      strong,
      sub,
      sup,
      tt,
      var,
      b,
      u,
      i,
      center,
      dl,
      dt,
      dd,
      ol,
      ul,
      li,
      fieldset,
      form,
      label,
      legend,
      table,
      caption,
      tbody,
      tfoot,
      thead,
      tr,
      th,
      td,
      article,
      aside,
      canvas,
      details,
      embed,
      figure,
      figcaption,
      footer,
      header,
      hgroup,
      menu,
      nav,
      output,
      ruby,
      section,
      summary,
      time,
      mark,
      audio,
      video {
        margin: 0;
        padding: 0;
        border: 0;
        font-size: 100%;
        font: inherit;
        vertical-align: baseline;
      }

      /* HTML5 display-role reset for older browsers */
      article,
      aside,
      details,
      figcaption,
      figure,
      footer,
      header,
      hgroup,
      menu,
      nav,
      section {
        display: block;
      }

      body {
        line-height: 1;
      }

      ol,
      ul {
        list-style: none;
      }

      blockquote,
      q {
        quotes: none;
      }

      blockquote:before,
      blockquote:after,
      q:before,
      q:after {
        content: "";
        content: none;
      }

      table {
        border-collapse: collapse;
        border-spacing: 0;
      }

      html *,
      ::before,
      ::after {
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
      }

      button {
        background-color: transparent;
        border: none;
        cursor: pointer;
        outline: none;
        padding: 0;
        -webkit-appearance: none;
        -moz-appearance: none;
        appearance: none;
      }

      /* =====================
base
===================== */
      html *,
      ::before,
      ::after {
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
      }

      body {
        font-family: "Zen Kaku Gothic New", sans-serif;
        font-weight: 400;
        font-style: normal;
        color: #444343;
        font-size: 15px;
        -webkit-font-feature-settings: "palt";
        font-feature-settings: "palt";
        background-color: #fafafa;
      }

      html.sr {
        margin-top: 0 !important;
      }

      #wpadminbar {
        z-index: 10000000 !important;
      }

      img {
        display: block;
        max-width: 100%;
        height: auto;
      }

      p {
        line-height: 1;
        font-size: 15px;
        color: #444343;
      }

      a {
        text-decoration: none;
        color: #444343;
        line-height: 1;
      }

      .trans {
        opacity: 1;
        -webkit-transition: -webkit-transform 0.5s ease;
        transition: -webkit-transform 0.5s ease;
        transition: transform 0.5s ease;
        transition: transform 0.5s ease, -webkit-transform 0.5s ease;
        -webkit-transition: all 0.3s;
        transition: all 0.3s;
      }

      .trans:hover {
        opacity: 0.8;
        -webkit-transition: -webkit-transform 0.3s ease;
        transition: -webkit-transform 0.3s ease;
        transition: transform 0.3s ease;
        transition: transform 0.3s ease, -webkit-transform 0.3s ease;
        -webkit-transition: all 0.3s;
        transition: all 0.3s;
      }

      .spv {
        display: none;
      }

      @media (max-width: 900px) {
        .wrap {
          padding: 0 20px;
        }
      }

      @media (max-width: 767px) {
        .pcv {
          display: none;
        }

        .spv {
          display: block;
        }
      }

      /* cssここから ---------------------------------------------------*/
      /* 共通 */
      .c-mokuji {
        border: 1px solid #8c8c8c;
        background-color: #f9f9f9;
        padding: 20px;
        margin: 10px 0 45px 0;
      }

      .c-mokuji-ttl {
        font-size: 110%;
        font-weight: bold;
        padding: 0;
        margin-bottom: 10px;
      }

      .c-mokuji ul {
        list-style: none;
        padding-left: 0;
        margin: 0;
      }

      .c-mokuji li {
        line-height: 2;
        font-weight: 500;
      }

      .c-mokuji a {
        text-decoration: none;
       color: #444343 !important ;
      }

      .c-mokuji a:hover {
        text-decoration: underline;
      }

      .c-left-border {
        padding-left: 40px !important;
        position: relative;
      }

      .c-left-border::before {
        content: "";
        background-color: #009f62;
        width: 25px;
        height: 2px;
        position: absolute;
        left: 0;
        top: 0;
        bottom: 0;
        margin: auto;
      }

      /* メイン */
      .inner {
        width: 100%;
        max-width: 800px;
        margin: 0 auto;
      }

      @media screen and (max-width: 800px) {
        .inner {
          padding: 0 20px;
        }
      }

      @media screen and (max-width: 767px) {
        .inner {
          padding: 0 0px;
        }
      }

      .article-main {
        margin-bottom: 60px;
      }

      @media screen and (max-width: 767px) {
        .article-main {
          margin-bottom: 30px;
        }
      }

      .article-main .first-sec {
        margin-bottom: 85px;
      }

      .article-main .first-sec .ttl-h1 {
        font-size: 19px;
        line-height: 1;
        color: #009f62;
        font-weight: 600;
        margin-bottom: 30px;
      }

      .article-main .first-sec .first-ttl-sub {
        font-size: 17px;
        line-height: 1;
        color:#009f62;
        font-weight: 900;
        margin-bottom: 20px;
      }

      .article-main .first-sec .first-ttl {
        font-size: 45px;
        line-height: 1.2222222222;
        font-weight: 600;
    color: #444343 !important;
        margin-bottom: 30px;
        
        margin-top:0;
      }

      .article-main .first-sec .first-ttl span {
        color: #009f62;
        font-size: 55px;
      }

      .article-main .first-sec .first-flex {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        gap: 30px;
        padding: 45px 0;
        margin-bottom: 80px;
        background-image: radial-gradient(#666 1.5px, transparent 1.5px);
        background-size: 16px 16px;
      }

      .article-main .first-sec .first-item {
        background-color: #fff;
        padding: 25px 25px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        gap: 17px;
        width: 100%;
        max-width: 230px;
      }

      .article-main .first-sec .first-item-img {
        width: 100%;
        margin: 0 auto;
      }

      .article-main .first-sec .first-item-img.first-item-img01 {
        max-width: 124px;
      }

      .article-main .first-sec .first-item-img.first-item-img02 {
        max-width: 172px;
      }

      .article-main .first-sec .first-item-img.first-item-img03 {
        max-width: 178px;
      }

      .article-main .first-sec .first-item-border {
        width: 100%;
        height: 1px;
        background-color: #444343;
      }

      .article-main .first-sec .first-item-txt {
        font-size: 16px;
        line-height: 1.4375;
        letter-spacing: 0.02em;
      }

      .article-main .first-sec .first-sale-ttl {
        font-size: 25px;
        line-height: 1;
        font-weight: 600;
        margin-bottom: 35px;
        color: #009f62;
        border: unset !important;
      }

      .article-main .first-sec .first-sale-txt {
        font-size: 20px;
        line-height: 2;
        font-weight: 500;
        letter-spacing: 0.02em;
      }

      .article-main .first-sec .first-sale-txt span {
        font-size: 24px;
        letter-spacing: 0.1em;
        color: #f9f9f9;
        text-shadow: 1px 1px 0 #444343, -1px -1px 0 #444343, -1px 1px 0 #444343, 1px -1px 0 #444343, 1px 0 0 #444343, -1px 0 0 #444343, 0 1px 0 #444343, 0 -1px 0 #444343;
      }

      @media screen and (max-width: 767px) {
        .article-main .first-sec {
          margin-bottom: 60px;
        }

        .article-main .first-sec .first-ttl {
          font-size: 32px;
          line-height: 1.1111111111;
        }

        .article-main .first-sec .first-ttl span {
          font-size: 40px;
        }

        .article-main .first-sec .first-flex {
          -webkit-box-orient: vertical;
          -webkit-box-direction: normal;
          -ms-flex-direction: column;
          flex-direction: column;
          -webkit-box-align: center;
          -ms-flex-align: center;
          align-items: center;
          gap: 20px;
        }

        .article-main .first-sec .first-item {
          width: 80%;
          max-width: 100%;
        }

        .article-main .first-sec .first-item-txt {
          font-size: 16px;
          line-height: 1.4375;
          letter-spacing: 0.02em;
        }

        .article-main .first-sec .first-sale-ttl {
          font-size: 20px;
        }

        .article-main .first-sec .first-sale-txt {
          font-size: 16px;
          line-height: 1.875;
        }

        .article-main .first-sec .first-sale-txt span {
          font-size: 22px;
        }
      }

      .article-main .buyer-route {
        margin-bottom: 90px;
      }

      .article-main .buyer-route .buyer-route-ttl-wr {
        margin-bottom: 40px;
      }

      .article-main .buyer-route .buyer-route-txt {
        font-size: 26px;
        line-height: 1;
        font-weight: 900;
      }

      .article-main .buyer-route .buyer-route-ttl {
        font-size: 70px;
        line-height: 1.3;
        font-weight: 900;
        letter-spacing: 0.05em;
        color: #009f62 !important;
        margin-top: unset !important;
      }

      .article-main .buyer-route .buyer-route-ttl .big-tll {
        font-size: 100px;
        color: #009f62 !important;
      }

      .article-main .buyer-route .buyer-route-ttl .buyer-route-txt {
        font-size: 26px;
        line-height: 1;
        font-weight: 900;
        letter-spacing: -0.01em;
        color: #444343;
      }

      .article-main .buyer-route .buyer-route-ttl strong {
        text-decoration-line: underline;
        text-decoration-color: #f6ed66;
        text-decoration-thickness: 22px;
        text-underline-offset: -7px;
        padding-right: 10px;
        color: #009f62 !important;
      }

      .article-main .buyer-route .buyer-route-c-txt {
        font-size: 16px;
        line-height: 1.6875;
        font-weight: 600;
        letter-spacing: 0.075em;
      }

      .article-main .buyer-route .buyer-route-c-txt.fist-buyer {
        margin-bottom: 58px;
      }

      .article-main .buyer-route .buyer-route-flex {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        gap: 10px;
      }

      .article-main .buyer-route .buyer-route-left {
        width: 100%;
        max-width: 350px;
        border-radius: 30px;
      }

      .article-main .buyer-route .buyer-route-left-ttl {
        font-size: 24px;
        line-height: 1;
        font-weight: 900;
        text-align: center;
        background-color: #009f62;
        color: #fff;
        padding: 15px 0;
        border-radius: 30px 30px 0 0;
      }

      .article-main .buyer-route .buyer-route-left-content {
        background-color: #fff;
        padding: 25px 26px 25px 26px;
      }

      .article-main .buyer-route .buyer-route-left-txt {
        font-size: 22px;
        line-height: 1;
        font-weight: 700;
        margin-bottom: 12px;
        padding-left: 35px;
        position: relative;
      }

      .article-main .buyer-route .buyer-route-left-txt::before {
        content: "";
        background-image: url(./img/check.jpg);
        background-repeat: no-repeat;
        background-size: contain;
        width: 26px;
        height: 30px;
        position: absolute;
        left: 0;
        top: 0;
        bottom: 0;
        margin: auto;
      }

      .article-main .buyer-route .buyer-route-left-link {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        font-size: 18px;
        line-height: 1;
        font-weight: 900;
        color: #fff;
        width: 100%;
        max-width: 294px;
        height: 46px;
        background-color: #009f62;
        border-radius: 40px;
        position: relative;
        margin-top: 25px;
        -webkit-transition: all 0.3s;
        transition: all 0.3s;
        border: 2px solid #009f62;
      }

      .article-main .buyer-route .buyer-route-left-link::after {
        content: "";
        width: 10px;
        height: 10px;
        border-right: 3px solid white;
        border-top: 3px solid white;
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg);
        position: absolute;
        right: 25px;
        top: 0;
        bottom: 0;
        margin: auto;
        -webkit-transition: all 0.3s;
        transition: all 0.3s;
      }

      .article-main .buyer-route .buyer-route-left-link:hover {
        background-color: #fff;
        border: 2px solid #009f62;
        -webkit-transition: all 0.3s;
        transition: all 0.3s;
        color: #009f62;
      }

      .article-main .buyer-route .buyer-route-left-link:hover::after {
        border-right: 3px solid #009f62;
        border-top: 3px solid #009f62;
        -webkit-transition: all 0.3s;
        transition: all 0.3s;
      }

      .article-main .buyer-route .buyer-route-right {
        width: 100%;
        max-width: 400px;
      }

      .article-main .buyer-route .buyer-route-right .buyer-route-c-txt {
        letter-spacing: 0.02em;
        line-height: 2.3125;
      }

      .article-main .buyer-route .buyer-route-right-ttl {
        font-size: 20px;
        line-height: 2.15;
        font-weight: 700;
        margin-bottom: 10px;
      }

      @media screen and (max-width: 767px) {
        .article-main .buyer-route {
          margin-bottom: 60px;
        }

        .article-main .buyer-route .buyer-route-ttl-wr {
          margin-bottom: 40px;
        }

        .article-main .buyer-route .buyer-route-txt {
          font-size: 20px;
        }

        .article-main .buyer-route .buyer-route-ttl {
          font-size: 40px;
          line-height: 1.3;
        }

        .article-main .buyer-route .buyer-route-ttl .big-tll {
          font-size: 60px;
        }

        .article-main .buyer-route .buyer-route-ttl .buyer-route-txt {
          font-size: 17px;
        }

        .article-main .buyer-route .buyer-route-ttl strong {
          text-decoration-thickness: 15px;
        }

        .article-main .buyer-route .buyer-route-c-txt.fist-buyer {
          margin-bottom: 40px;
        }

        .article-main .buyer-route .buyer-route-flex {
          -webkit-box-orient: vertical;
          -webkit-box-direction: normal;
          -ms-flex-direction: column;
          flex-direction: column;
          gap: 20px;
          -webkit-box-pack: justify;
          -ms-flex-pack: justify;
          justify-content: space-between;
          -webkit-box-align: center;
          -ms-flex-align: center;
          align-items: center;
        }
      }

      .article-main .reason {
        margin-bottom: 100px;
      }

      .article-main .reason .reason-sub {
        font-size: 25px;
        line-height: 1;
        font-weight: 700;
        color: #009f62;
        margin-bottom: 25px;
      }

      .article-main .reason .reason-sub-ttl {
        font-size: 68px;
        line-height: 1.3529411765;
        font-weight: 900;
        color: #009f62;
        text-decoration-line: underline;
        text-decoration-color: #f6ed66;
        text-decoration-thickness: 22px;
        text-underline-offset: -7px;
        margin-bottom: 45px;
       margin-top:unset !important;
      }

      .article-main .reason .reason-flex {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -webkit-box-align: end;
        -ms-flex-align: end;
        align-items: flex-end;
        gap: 10px;
      }

      .article-main .reason .reason-left {
        width: 100%;
        max-width: 374px;
      }

      .article-main .reason .reason-left-txt {
        font-size: 20px;
        line-height: 1;
        font-weight: 600;
        margin-bottom: 25px;
      }

      .article-main .reason .reason-right {
        width: 100%;
        max-width: 386px;
      }

      .article-main .reason .reason-right-txt {
        font-size: 18px;
        line-height: 1.85;
        font-weight: 500;
      }

      .article-main .reason .reason-right-txt span {
        font-size: 25px;
        color: #f9f9f9;
        text-shadow: 1px 1px 0 #009f62, -1px -1px 0 #009f62, -1px 1px 0 #009f62, 1px -1px 0 #009f62, 1px 0 0 #009f62, -1px 0 0 #009f62, 0 1px 0 #009f62, 0 -1px 0 #009f62;
      }

      @media screen and (max-width: 767px) {
        .article-main .reason {
          margin-bottom: 60px;
        }

        .article-main .reason .reason-sub {
          font-size: 20px;
          line-height: 1.3;
          margin-bottom: 20px;
        }

        .article-main .reason .reason-sub-ttl {
          font-size: 50px;
          text-decoration-thickness: 18px;
        }

        .article-main .reason .reason-flex {
          -webkit-box-orient: vertical;
          -webkit-box-direction: normal;
          -ms-flex-direction: column;
          flex-direction: column;
          gap: 40px;
        }

        .article-main .reason .reason-left {
          max-width: unset;
        }

        .article-main .reason .reason-right {
          max-width: unset;
        }

        .article-main .reason .reason-right-txt {
          font-size: 16px;
        }

        .article-main .reason .reason-right-txt span {
          font-size: 20px;
        }
      }

      .article-main .common-card {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        margin-bottom: 100px;
      }

      @media screen and (max-width: 767px) {
        .article-main .common-card {
          display: block;
          margin-bottom: 60px;
        }
      }

      .article-main .decision {
        margin-bottom: 100px;
      }

      .article-main .decision .decision-ttl {
        font-size: 28px;
        line-height: 1.6071428571;
        font-weight: 700;
        color: #009f62;
        text-align: center;
        margin-bottom: 55px;
      }

      .article-main .decision .decision-ttl span {
        text-decoration-line: underline;
        text-decoration-color: #f6ed66;
        text-decoration-thickness: 15px;
        text-underline-offset: -7px;
      }

      .article-main .decision .decision-flex {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        gap: 10px;
      }

      .article-main .decision .decision-left-img {
        width: 100%;
        max-width: 384px;
      }

      .article-main .decision .decision-right {
        width: 100%;
        max-width: 380px;
      }

      .article-main .decision .decision-top {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        width: 100%;
        height: 48px;
        background-color: #009f62;
        font-size: 18px;
        line-height: 1;
        font-weight: 700;
        color: #fff;
        margin-bottom: 35px;
      }

      .article-main .decision .decision-center-img {
        width: 100%;
        max-width: 380px;
        margin: 0 auto 50px auto;
      }

      .article-main .decision .decision-link {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        font-size: 18px;
        line-height: 1;
        font-weight: 900;
        color: #fff;
        width: 100%;
        height: 60px;
        background-color: #009f62;
        position: relative;
        margin-top: 25px;
        -webkit-transition: all 0.3s;
        transition: all 0.3s;
        border: 2px solid #009f62;
      }

      .article-main .decision .decision-link::after {
        content: "";
        width: 10px;
        height: 10px;
        border-right: 3px solid white;
        border-top: 3px solid white;
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg);
        position: absolute;
        right: 25px;
        top: 0;
        bottom: 0;
        margin: auto;
        -webkit-transition: all 0.3s;
        transition: all 0.3s;
      }

      .article-main .decision .decision-link:hover {
        background-color: #fff;
        border: 2px solid #009f62;
        -webkit-transition: all 0.3s;
        transition: all 0.3s;
        color: #009f62;
      }

      .article-main .decision .decision-link:hover::after {
        border-right: 3px solid #009f62;
        border-top: 3px solid #009f62;
        -webkit-transition: all 0.3s;
        transition: all 0.3s;
      }

      @media screen and (max-width: 767px) {
        .article-main .decision {
          margin-bottom: 60px;
        }

        .article-main .decision .decision-ttl {
          font-size: 22px;
          margin-bottom: 45px;
        }

        .article-main .decision .decision-flex {
          -webkit-box-orient: vertical;
          -webkit-box-direction: normal;
          -ms-flex-direction: column;
          flex-direction: column;
          gap: 50px;
        }
      }

      .article-main .cta-sec {
        border: 5px solid #009f62;
        background-color: #fff;
      }

      .article-main .cta-sec .cta-sec-flex {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        padding: 35px 30px;
      }

      .article-main .cta-sec .cta-sec-ttl {
        font-size: 25px;
        line-height: 1;
        font-weight: 900;
        color: #009f62;
        margin-bottom: 18px;
      }

      .article-main .cta-sec .cts-worry {
        font-size: 30px;
        line-height: 1.5;
        font-weight: 900;
        color: #f9f9f9;
        text-shadow: 1px 1px 0 #009f62, -1px -1px 0 #009f62, -1px 1px 0 #009f62, 1px -1px 0 #009f62, 1px 0 0 #009f62, -1px 0 0 #009f62, 0 1px 0 #009f62, 0 -1px 0 #009f62;
      }

      .article-main .cta-sec .cta-sec-right {
        width: 100%;
        max-width: 280px;
      }

      .article-main .cta-sec .cta-sub {
        font-size: 18px;
        line-height: 1;
        font-weight: 500;
        color: #009f62;
        margin-bottom: 20px;
        text-align: center;
      }

      .article-main .cta-sec .cta-link {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        font-size: 18px;
        line-height: 1;
        font-weight: 900;
        color: #fff;
        width: 100%;
        height: 60px;
        background-color: #009f62;
        position: relative;
        margin-top: 25px;
        -webkit-transition: all 0.3s;
        transition: all 0.3s;
        border: 2px solid #009f62;
      }

      .article-main .cta-sec .cta-link:hover {
        background-color: #fff;
        border: 2px solid #009f62;
        -webkit-transition: all 0.3s;
        transition: all 0.3s;
        color: #009f62;
      }

      @media screen and (max-width: 767px) {
        .article-main .cta-sec .cta-sec-flex {
          -webkit-box-orient: vertical;
          -webkit-box-direction: normal;
          -ms-flex-direction: column;
          flex-direction: column;
          gap: 20px;
          padding: 35px 20px;
        }

        .article-main .cta-sec .cta-sec-ttl {
          font-size: 16px;
          margin-bottom: 18px;
        }

        .article-main .cta-sec .cts-worry {
          font-size: 23px;
        }

        .article-main .cta-sec .cta-sub {
          text-align: left;
        }
      }
    </style>
    <div class="inner">
      <!-- 目次 -->
      <div class="c-mokuji">
        <p class="c-mokuji-ttl">目次</p>
        <ul>
          <li><a href="#apartment-prices-soaring">・なぜ札幌マンションは高騰しているのか?</a></li>
          <li><a href="#iuyer-route">・札幌マンション売却は高く売れる購入者ルートが重要です</a></li>
          <li><a href="#reason">・GLC不動産が築浅マンション売却が得意な理由</a></li>
          <li><a href="#decision">・売るかどうかは査定書を確認後にゆっくりお決めください</a></li>
          <li><a href="#cta">・GLC不動産にお任せください!</a></li>
        </ul>
      </div>
      <!-- 記事 ここから-->
      <div class="article-main">
        <!-- なぜ札幌マンションは高騰しているのか？ -->
        <section class="first-sec" id="apartment-prices-soaring">
          <h1 class="ttl-h1">マンション売却</h1>
          <p class="first-ttl-sub">Why are prices soaring?</p>
          <h2 class="first-ttl">
            なぜ札幌マンションは<br>
            高騰しているのか<span>？</span>
          </h2>
          <div class="first-flex">
            <div class="first-item">
              <div class="first-item-img first-item-img01">
                <img src="//cdn.img-asp.jp/cms/798723_5_0_0_1.jpg" alt="新築価格高騰">
              </div>
              <div class="first-item-border"></div>
              <p class="first-item-txt">
                建築費や人件費の上昇により、札幌市内でも新築マンション価格は上昇傾向にあります。
              </p>
            </div>
            <div class="first-item">
              <div class="first-item-img first-item-img02">
                <img src="//cdn.img-asp.jp/cms/798723_6_0_0_1.jpg" alt="金利上昇による購入負担増">
              </div>
              <div class="first-item-border"></div>
              <p class="first-item-txt">
                住宅ローン金利の変動によって、将来の返済計画を重視する方も増えています。
              </p>
            </div>
            <div class="first-item">
              <div class="first-item-img first-item-img03">
                <img src="//cdn.img-asp.jp/cms/798723_7_0_0_1.jpg" alt="人気エリアへの需要集中">
              </div>
              <div class="first-item-border"></div>
              <p class="first-item-txt">
                中央区をはじめとした人気エリアでは、利便性や資産価値を重視した需要が高まっています。
              </p>
            </div>
          </div>
          <h3 class="first-sale-ttl c-left-border">今、売却を考える人が増えています</h3>
          <p class="first-sale-txt">
            築10年前後のマンションは、需要の高まりとともに<br>
            <span>資産価値</span>が見直されるケースも増えています。<br>
            特に札幌市中心部では、中古マンション価格も上昇傾向にあります。<br>
            <br>
            GLC不動産では、新築市場や札幌エリアの相場を踏まえながら、<br>
            マンションの“<span>今の価値</span>”を丁寧にご提案しています。<br>
            無理に売却をおすすめするのではなく、住み替えや今後の暮らしまで考えながら、<br>
            一人ひとりに合ったご提案を大切にしています。
          </p>
        </section>
        <!-- 購入者ルート -->
        <section class="buyer-route" id="iuyer-route">
          <div class="buyer-route-ttl-wr">
            <p class="buyer-route-txt">札幌マンション売却は</p>
            <h2 class="buyer-route-ttl">
              <strong><span class="big-tll">高</span>く売れる<br>
                購入者ルート</strong><span class="buyer-route-txt">が重要です</span>
            </h2>
          </div>
          <p class="buyer-route-c-txt fist-buyer">
            GLC不動産では、札幌市内の新築マンション購入検討者との独自ネットワークを活用し、購入意欲の高いお客様へ直接アプローチ。地域ごとの相場推移や販売事例を細かく分析し、マンションの価値を最大限に引き出す売却戦略をご提案します。
          </p>
          <div class="buyer-route-flex">
            <div class="buyer-route-left">
              <p class="buyer-route-left-ttl">無料査定でわかること</p>
              <div class="buyer-route-left-content">
                <p class="buyer-route-left-txt">現地の相場価格</p>
                <p class="buyer-route-left-txt">売却のベストタイミング</p>
                <p class="buyer-route-left-txt">売却戦略のご提案</p>
                <a class="buyer-route-left-link" href="https://www.gateway-life.jp/satei/">無料査定を依頼する</a>
              </div>
            </div>
            <div class="buyer-route-right">
              <p class="buyer-route-right-ttl">
                「できるだけ高く売りたい」<br>
                「早く売却したい」<br>
                「周囲に知られず売りたい」
              </p>
              <p class="buyer-route-c-txt">
                など、お客様ごとの事情に合わせた販売方法にも柔軟に対応。札幌エリアに特化した集客力と販売力で、納得できるマンション売却をサポートいたします。
              </p>
            </div>
          </div>
        </section>
        <!-- GLC不動産が築浅マンション売却が得意な理由 -->
        <section class="reason" id="reason">
          <p class="reason-sub c-left-border">GLC不動産が築浅マンション売却が得意な理由</p>
          <h2 class="reason-sub-ttl">
            独自の<br>
            ご紹介ルート
          </h2>
          <div class="reason-flex">
            <div class="reason-left">
              <p class="reason-left-txt">新築マンション検討顧客にアピール</p>
              <div class="reason-left-img">
                <img src="//cdn.img-asp.jp/cms/798723_10_0_0_1.jpg" alt="高額予算で新築マンションを検討するお客さま GLC不動産の独自ルートで 新築マンションの売買へつなぐ">
              </div>
            </div>
            <div class="reason-right">
              <p class="reason-right-txt">
                新築を検討する高額予算のお客様に直接
                アピールできるため、築浅マンションを
                高く・早く売却することが可能です。<br>
                <br>
                そのため、一等地の築浅物件であれば、<br>
                相場だけに縛られず、“<span>チャレンジ価格</span>”で売却をスタートできる可能性も十分あります。<br>
                GLC不動産では、札幌のマンション市場動向や購入検討者のニーズを踏まえながら、資産価値を意識した売却戦略をご提案しています。
              </p>
            </div>
          </div>
        </section>
        <!-- 共通カード -->
        <section class="common-card">
          <div class="common-card-img">
            <img src="//cdn.img-asp.jp/cms/798723_2_0_0_1.jpg" alt="WEB広域に物件情報を配信 不動産ポータルサイト 自社サイト SNS広告 広域の購入検討者にスピーディーにアプローチ">
          </div>
          <div class="common-card-img">
            <img src="//cdn.img-asp.jp/cms/798723_3_0_0_1.jpg" alt="移住・セカンドハウス・投資に届く広告を展開 エリアを問わず、購入意欲の高い層へリーチします">
          </div>
        </section>
        <!-- 売るかどうかは査定書を確認後にゆっくりお決めください -->
        <section class="decision" id="decision">
          <h2 class="decision-ttl">
            売るかどうかは査定書を確認後に<br>
            <span>ゆっくりお決めください</span>
          </h2>
          <div class="decision-flex">
            <div class="decision-left-img">
              <img src="//cdn.img-asp.jp/cms/798723_8_0_0_1.jpg" alt="1査定フォームにてご依頼 2近日中に査定書が届きます 3査定額を確認 売りたいと思ったらご連絡くださいませ">
            </div>
            <div class="decision-right">
              <p class="decision-top">売却が成立したら・・・</p>
              <div class="decision-center-img">
                <img src="//cdn.img-asp.jp/cms/798723_1_0_0_1.jpg" alt="10万円プレゼント">
              </div>
              <a class="decision-link" href="https://www.gateway-life.jp/satei/">無料査定を依頼する</a>
            </div>
          </div>
        </section>
        <!-- CTA -->
        <section class="cta-sec" id="cta">
          <div class="cta-sec-flex">
            <div class="cta-sec-left">
              <h2 class="cta-sec-ttl">こんなお悩みありませんか？</h2>
              <p class="cts-worry">
                今のマンション価格を知りたい<br>
                住み替えを検討している<br>
                まずは相談だけしてみたい
              </p>
            </div>
            <div class="cta-sec-right">
              <p class="cta-sub">GLC不動産にお任せください!</p>
              <a class="cta-link" href="https://mypage-ielove.jp/registration/form/index/a/L0hiNGpWNWNlMUNsTm1hcVkvRlB0UT09/b/eWxVcXpGUGZ5cHVQcTBpekkvRFhwL05Mb0VydWxyaTJJOFZKdGFadEdqQT0./h/bWdpV1lnNDNXeVhDT3NKNEFSeW84QT09/i/VFJmK0M0VjhVd3JWYjhrTnZGdThPQT09/x/1/">まずはLINEで相談する</a>
              <a class="cta-link" href="https://www.gateway-life.jp/satei/">無料査定を依頼する</a>
            </div>
          </div>
        </section>
      </div>
    </div>

<script src="https://code.jquery.com/jquery-3.4.1.min.js"></script>
  <script>
  $("a[href^='#']").click(function (event) {
  event.preventDefault();

  const headerHeight = $("header").outerHeight();
  const target = $($(this).attr("href")).offset().top - headerHeight;

  $("html, body").animate({
    scrollTop: target
  }, 500);
});
  </script>]]></description>
            <pubDate>2026-06-04</pubDate>
        </item>
                
        <item>
            <title>御成約事例とライフプラン</title>
            <link>https://www.gateway-life.jp/blog/entry-797441/</link>
            <description><![CDATA[<div style="text-align:centerlarge;word-break: break-all;"><div style="text-align:centerlarge;word-break: break-all;"><div style="text-align:centerlarge;word-break: break-all;"><p class="clearfix" style="text-align: center;"><img src="//cdn.img-asp.jp/cms/797441_7_0_0_1.jpg" style="max-width: 100%;height:auto;width:1400px;" alt=""></p></div><p class="clearfix" style="text-align: center;"><br></p></div><p class="clearfix" style="text-align: center;"><br></p></div><div style="text-align:centerlarge;word-break: break-all;"><div style="text-align:centerlarge;word-break: break-all;"><div style="text-align:centerlarge;word-break: break-all;"><p class="clearfix" style="text-align: center;"><img src="//cdn.img-asp.jp/cms/797441_3_0_0_1.jpg" style="max-width: 100%;height:auto;width:1400px;" alt=""></p></div><div style="text-align:centerlarge;word-break: break-all;"><p class="clearfix" style="text-align: center;"><img src="//cdn.img-asp.jp/cms/797441_2_0_0_1.jpg" style="max-width: 100%;height:auto;width:1400px;" alt=""></p></div><p class="clearfix" style="text-align: center;"><br></p></div><div style="text-align:centerlarge;word-break: break-all;"><p class="clearfix" style="text-align: center;"><a href="https://www.gateway-life.jp/reservation/select/" target="_blank"><img src="//cdn.img-asp.jp/cms/797441_4_0_0_1.jpg" style="max-width: 100%;height:auto;width:1400px;" alt=""></a></p></div><p class="clearfix" style="text-align: center;"><br></p></div><br>]]></description>
            <pubDate>2026-06-01</pubDate>
        </item>
                
        <item>
            <title>HP 会社紹介</title>
            <link>https://www.gateway-life.jp/blog/entry-794377/</link>
            <description><![CDATA[<div style="text-align:centerlarge;word-break: break-all;"><div style="text-align:centerlarge;word-break: break-all;"><div style="text-align:centerlarge;word-break: break-all;"><p class="clearfix" style="text-align: center;"><a href="https://www.gateway-life.jp/blog/entry-797441/" target="_blank"><img src="//cdn.img-asp.jp/cms/794377_5_0_0_1.jpg" style="max-width: 100%;height:auto;width:1400px;" alt=""></a></p></div></div><div style="text-align:centerlarge;word-break: break-all;"><p class="clearfix" style="text-align: center;"><a href="https://www.gateway-life.jp/blog/entry-797441/" target="_blank"><img src="//cdn.img-asp.jp/cms/794377_9_0_0_1.jpg" style="max-width: 100%;height:auto;width:1400px;" alt=""></a></p></div><p class="clearfix" style="text-align: center;"><br></p></div><div style="text-align:centerlarge;word-break: break-all;"><p class="clearfix" style="text-align: center;"><br></p></div><br>]]></description>
            <pubDate>2026-05-28</pubDate>
        </item>
                
        <item>
            <title>GLC不動産おすすめ物件</title>
            <link>https://www.gateway-life.jp/blog/entry-768063/</link>
            <description><![CDATA[<div style="text-align:centerlarge;word-break: break-all;"><p class="clearfix" style="text-align: center;"><br></p><p class="clearfix" style="text-align: center;"><br></p><p class="clearfix" style="text-align: center;"><br></p><p class="clearfix" style="text-align: center;"><img src="//cdn.img-asp.jp/cms/768063_1_0_0_1.jpg" alt="GLC不動産おすすめ物件" style="max-width: 100%;"></p><div style="text-align:centeroriginal;word-break: break-all;"><p class="clearfix" style="text-align: center;"><br></p><p class="clearfix" style="text-align: center;"><br></p></div><p class="clearfix" style="text-align: center;"><span style="font-size: x-large; font-weight: bold;">自信を持っておすすめ！帰りたくなる家、見つけました。</span></p><p class="clearfix" style="text-align: center;"><span style="font-size: x-large; font-weight: bold;">　</span></p><p class="clearfix" style="text-align: center;">　━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━</p><p class="clearfix" style="text-align: center;">　　</p><p class="clearfix" style="text-align: left;"><span style="font-size: large; font-weight: bold;"><br></span></p><p class="clearfix" style="text-align: left;"><span style="font-size: x-large;">①　</span><span style="font-weight: bold; background-color: rgb(0, 204, 204); font-size: x-large;">シティタワー札幌すすきの</span><span style="font-weight: bold; font-size: x-large; background-color: rgb(255, 255, 255);">　</span><span style="font-weight: bold; background-color: rgb(255, 255, 255); font-size: large;">～</span><span style="font-weight: bold; background-color: rgb(255, 255, 255); font-size: large;">札幌の“中心”を、あなたの“日常”に～</span></p><p class="clearfix" style="text-align: left;"><span style="font-weight: bold; font-size: large; background-color: rgb(0, 204, 204);"><br></span></p><p class="clearfix" style="text-align: left;"><span style="font-size: large;"><span style="text-align: center; color: rgb(0, 0, 0); background-color: rgb(255, 255, 255);">　　　　　　　　　　　　　</span><span style="text-align: center; background-color: rgb(241, 233, 220); color: rgb(0, 0, 0);">南北線『すすきの』駅徒歩7分、</span><span style="text-align: center; background-color: rgb(241, 233, 220); color: rgb(0, 0, 0);">地</span><span style="text-align: center; background-color: rgb(241, 233, 220); color: rgb(0, 0, 0);">上28階建×全164邸</span></span></p><div style="text-align:leftmedium;word-break: break-all;"><p class="clearfix" style="text-align: center;">　　<span style="text-align: center;">　</span></p><div style="text-align:centeroriginal;word-break: break-all;"><p class="clearfix" style="text-align: center;"><img src="//cdn.img-asp.jp/cms/768063_18_0_0_1.jpg" style="max-width: 100%;" alt="シティタワー札幌すすきの"></p></div><p class="clearfix" style="text-align: center;"><br></p><div style="text-align:centeroriginal;word-break: break-all;"><p class="clearfix" style="text-align: center;"><span style="color: rgb(51, 204, 0);"><br></span></p><h2 data-section-id="999cyc" data-start="260" data-end="278"><span style="font-weight: bold; font-size: large; color: rgb(51, 204, 0);">●札幌の中心に住む圧倒的価値</span></h2><ul data-start="279" data-end="435">
<li data-section-id="s0a4zc" data-start="279" data-end="305">　</li><li data-section-id="s0a4zc" data-start="279" data-end="305">　すすきの徒歩圏という<strong data-start="291" data-end="303">都心ど真ん中立地。</strong>大通エリアも徒歩圏で、生活・仕事・遊びすべてが完結</li>
<li data-section-id="ymzlb2" data-start="374" data-end="435">　地下鉄で札幌駅まで約3分とアクセス抜群。<span class="" data-state="closed"></span></li>
</ul><p class="clearfix">

</p><p data-start="437" data-end="465"><span data-start="440" data-end="465">　⇒</span><strong data-start="440" data-end="465">「移動時間を削減＝人生の時間を増やす」立地</strong></p><p data-start="437" data-end="465"><strong data-start="440" data-end="465" style="color: rgb(51, 204, 0);"><br></strong></p><h2 data-section-id="fuvhs0" data-start="472" data-end="493"><span style="font-weight: bold; font-size: large;"><span style="color: rgb(51, 204, 0);">● タワーマンションならではの資産性</span><span style="color: rgb(102, 255, 153);">　</span>　　　　　</span><span style="font-weight: bold; font-size: large; color: rgb(51, 204, 0);">●&nbsp;ホテルライクな上質な暮らし</span></h2>
<ul data-start="702" data-end="878">
<li data-section-id="wr7q85" data-start="702" data-end="757"><br></li></ul><ul data-start="494" data-end="647">
<li data-section-id="11hbci" data-start="494" data-end="557">　地上28階・高さ約100mのランドマーク性。　　　　　　　　　　　　コンシェルジュサービス付き。</li>
<li data-section-id="15ydavo" data-start="558" data-end="617">　「すすきのの象徴」になり得る存在感。　　　　　　　　　　　　　　各階ゴミ置き場などストレスフリー設計。</li>
<li data-section-id="wykm1" data-start="618" data-end="647">　都心立地×<strong data-start="635" data-end="647">資産価値も期待大。　　　　　　　　　　　　　　　　　　</strong>高天井・床暖房などハイグレード仕様。</li>
</ul><p data-start="437" data-end="465"><strong data-start="440" data-end="465">

</strong></p><p data-start="649" data-end="676"><span data-start="652" data-end="676">　⇒</span><strong data-start="652" data-end="676">“住む”だけでなく“持つ価値”がある物件　　　　　　　　　　　　　</strong><span data-start="652" data-end="676">⇒</span><strong data-start="883" data-end="900">毎日がホテルのような快適さ</strong></p><p data-start="649" data-end="676"><strong data-start="883" data-end="900"><br></strong></p><p data-start="649" data-end="676"><strong data-start="883" data-end="900"><br></strong></p><p data-start="649" data-end="676" style="text-align: center;"><strong data-start="883" data-end="900"><span style="font-weight: 400;">　━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━</span></strong></p><p data-start="649" data-end="676"><strong data-start="883" data-end="900"><span style="font-weight: 400;"><br></span></strong></p><p data-start="649" data-end="676"><strong data-start="883" data-end="900"><span style="font-weight: 400;">　</span></strong></p><p data-start="649" data-end="676"><span data-start="883" data-end="900"><span style="font-size: x-large;">②　</span><span style="font-size: x-large; background-color: rgb(0, 204, 204); font-weight: bold;">シティテラス宮ヶ丘</span><span style="font-weight: bold; font-size: large;">　～</span></span><span style="font-weight: bold; font-size: large;">自然と格式に包まれる、特別な一邸～</span></p><p data-start="649" data-end="676"><span style="text-align: center; background-color: rgb(241, 233, 220); color: rgb(0, 0, 0); font-size: large;"><br></span></p><p data-start="649" data-end="676" style="text-align: left;"><span style="text-align: center; color: rgb(0, 0, 0); font-size: large; background-color: rgb(255, 255, 255);">　　　　　　　　　　</span><span style="text-align: center; background-color: rgb(241, 233, 220); color: rgb(0, 0, 0); font-size: large;">東西線『円山公園』駅徒歩8分、建物内モデルルームオープン</span></p><p data-start="649" data-end="676" style="text-align: center;"><br></p><div style="text-align:centeroriginal;word-break: break-all;"><div style="text-align:centeroriginal;word-break: break-all;"><p class="clearfix" style="text-align: center;"><img src="//cdn.img-asp.jp/cms/768063_19_0_0_1.jpg" style="max-width: 100%;" alt="シティテラス宮ヶ丘"></p></div><p class="clearfix" style="text-align: center;"><br></p></div><p data-start="649" data-end="676"><strong data-start="883" data-end="900"><br></strong></p><h2 data-section-id="1h7s1kh" data-start="209" data-end="225"><span style="font-weight: bold; font-size: large; color: rgb(51, 204, 0);">●圧倒的な“住環境の格”　　　　　　　　　　　</span><span style="font-weight: bold; font-size: large; color: rgb(51, 204, 0);">●希少性が高い＝資産価値につながる</span></h2><ul data-start="226" data-end="417">
<li data-section-id="3vwu52" data-start="226" data-end="291"><br></li><li data-section-id="3vwu52" data-start="226" data-end="291">　北海道神宮 徒歩5分・円山公園 徒歩2分の立地。　　　　　　　　　宮ヶ丘は住宅地が極めて少ない希少エリア</li>
<li data-section-id="vdum8g" data-start="292" data-end="356">　札幌でも<strong data-start="298" data-end="316">限られた住宅エリア「宮ヶ丘」　　　　　　　　　　　　　</strong>円山エリアという札幌屈指の人気ブランド</li>
<li data-section-id="129fgkw" data-start="357" data-end="417">　風致地区で守られた静かで美しい街並み。　　　　　　　　　　　　地下鉄2駅利用可能（徒歩6〜8分）<span class="" data-state="closed"></span></li>
</ul><p data-start="649" data-end="676"><strong data-start="883" data-end="900">

</strong></p><p data-start="419" data-end="445"><span data-start="422" data-end="445">　⇒</span><strong data-start="422" data-end="445">「騒がしさのない都心」＝本物志向の立地　　　　　　　　　　　</strong><span data-start="422" data-end="445">⇒</span><strong data-start="581" data-end="608">「誰でも買える場所ではない」＝価値が落ちにくい</strong></p><h2 data-section-id="7foi3s" data-start="1039" data-end="1055"><span style="font-weight: bold; font-size: large; color: rgb(51, 204, 0);"><br></span></h2><h2 data-section-id="7foi3s" data-start="1039" data-end="1055"><span style="font-weight: bold; font-size: large; color: rgb(51, 204, 0);">●住みやすさも抜群の設計</span></h2><ul data-start="1056" data-end="1243">
<li data-section-id="7dhwa4" data-start="1056" data-end="1116">　各階ゴミ置き場・テレワークルーム完備 <span class="" data-state="closed"></span>
</li>
<li data-section-id="7wj7ek" data-start="1117" data-end="1182">　2LDK〜3LDK中心でファミリーにも最適 <span class="" data-state="closed"></span>
</li>
<li data-section-id="s3edug" data-start="1183" data-end="1243">　駐車場・駐輪場など共用設備も充実 <span class="" data-state="closed"></span>
</li>
</ul><p data-start="419" data-end="445"><strong data-start="581" data-end="608">

</strong></p><p data-start="1245" data-end="1273"><span data-start="1248" data-end="1273">　⇒</span><strong data-start="1248" data-end="1273">日常のストレスを減らす“細かい配慮”が強い</strong></p><h2 data-section-id="wfsuds" data-start="452" data-end="473">&nbsp;</h2><ul data-start="474" data-end="576">
<li data-section-id="izy4v3" data-start="560" data-end="576">　　　　　　　</li><li data-section-id="izy4v3" data-start="560" data-end="576"><strong data-start="883" data-end="900" style="text-align: center;"><span style="font-weight: 400;">　　　　　　━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━</span></strong></li></ul><div style="text-align: left;"><br></div><div style="text-align: left;"><span style="font-weight: bold; font-size: x-large;">③</span>　<span style="background-color: rgb(0, 204, 204); font-weight: bold; font-size: x-large;">レ・ジェイド札幌大通ザ・タワー</span><span style="font-weight: bold; font-size: large;">～札幌の“中心”を使いこなす、スマートな都心生活～</span></div><div style="text-align: left;"><span style="font-weight: bold; font-size: large;">　　　　　　　　　　　</span></div><div style="text-align: center;"><span style="color: rgb(0, 0, 0); font-size: large; background-color: rgb(241, 233, 220);">『さっぽろ』駅徒歩6分、</span><span style="background-color: rgb(241, 233, 220); color: rgb(0, 0, 0); font-size: large;">『大通』駅徒歩7分のダブルアクセス</span></div><p data-start="649" data-end="676" style="font-size: 13.12px; text-align: center;"><br></p><div style="text-align: left;"><div style="text-align:centeroriginal;word-break: break-all;"><div style="text-align:centeroriginal;word-break: break-all;"><p class="clearfix" style="text-align: center;"><img src="//cdn.img-asp.jp/cms/768063_20_0_0_1.jpg" style="max-width: 100%;" alt="レ・ジェイド札幌大通ザ・タワー"></p></div><p class="clearfix" style="text-align: center;"><br></p></div><br></div><div style="text-align: left;"><h2 data-section-id="2u1kbi" data-start="407" data-end="425"><span style="font-weight: bold; font-size: large; color: rgb(51, 204, 0);">● 再開発エリア＝将来性が強い</span>　　　　　　　　　　　　<span style="font-weight: bold; font-size: large; color: rgb(51, 204, 0);">●生活利便性が圧倒的</span></h2>
<ul data-start="426" data-end="499">
<li data-section-id="144cyf2" data-start="426" data-end="481">　　</li><li data-section-id="144cyf2" data-start="426" data-end="481">　札幌中心部は再開発が進行中　　　　　　　　　　　　　　　　　　サッポロファクトリー徒歩5分</li>
<li data-section-id="mlhx72" data-start="482" data-end="499">　都心の価値向上エリアに位置　　　　　　　　　　　　　　　　　　約150店舗の商業施設を日常使い</li>
</ul>
<p data-start="501" data-end="528"><span data-start="504" data-end="528">　　⇒</span><strong data-start="504" data-end="528">「今だけでなく、将来も価値が上がる立地</strong><strong data-start="994" data-end="1014">」</strong><strong data-start="504" data-end="528">　　　　　　　　　　</strong><span data-start="504" data-end="528">⇒</span><strong data-start="994" data-end="1014">「生活のほぼすべてが徒歩で完結」</strong></p><p data-start="501" data-end="528"><strong data-start="994" data-end="1014"><br></strong></p><p data-start="501" data-end="528"><strong data-start="994" data-end="1014"><br></strong></p><p data-start="501" data-end="528"><span data-start="994" data-end="1014" style="font-size: large; font-weight: bold; color: rgb(51, 204, 0);">●タワーマンションならではの特別感</span></p><p data-start="501" data-end="528"><strong data-start="994" data-end="1014"><br></strong></p><ul data-start="691" data-end="862"><li data-section-id="gpyvos" data-start="691" data-end="747">　屋上テラス（展望デッキ）あり <span class="" data-state="closed"></span>
</li>
<li data-section-id="i4ggmd" data-start="748" data-end="804">　角住戸率約90％の開放的設計 <span class="" data-state="closed"></span>
</li>
<li data-section-id="1yk35pg" data-start="805" data-end="862">　内廊下設計でホテルライクな空間 <span class="" data-state="closed"></span>
</li>
</ul><p data-start="501" data-end="528"><strong data-start="994" data-end="1014">
</strong></p><p data-start="864" data-end="890"><strong data-start="867" data-end="890">　　⇒“ただのマンション”とは一線を画す仕様</strong></p></div><div style="text-align: left;"><br></div><div style="text-align: left;"><br></div><div style="text-align: left;"><strong data-start="883" data-end="900" style="text-align: center;"><span style="font-weight: 400;">　　　　　　　━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━</span></strong></div><div style="text-align: left;"><strong data-start="883" data-end="900" style="text-align: center;"><span style="font-weight: 400;"><br></span></strong></div><div style="text-align: left;"><span data-start="883" data-end="900" style="text-align: center;"><div style="text-align: left;"><span style="font-weight: bold; font-size: x-large; background-color: rgb(255, 255, 255);">④　</span><span style="font-weight: bold; font-size: x-large; background-color: rgb(0, 204, 204);">モンドミオ北海道千歳駅前</span><span style="font-weight: bold; font-size: large;">　</span><span style="font-weight: bold; font-size: large;">～</span><span style="font-weight: bold; font-size: large;"><span data-start="883" data-end="900" style="text-align: center;">空港×駅前×運用可能。次世代マンション</span></span><span style="font-weight: bold; font-size: large;">～</span></div><div style="font-weight: 400; text-align: left;"><span style="font-weight: bold; font-size: large;">　　　　　　　　　　　</span></div><div style="font-weight: 400;"><span style="color: rgb(0, 0, 0); font-size: large; background-color: rgb(241, 233, 220);">JR『千歳』駅徒歩4分、地上10階建て総戸数54戸(民泊対応 2階～9階予定)</span></div><div style="font-weight: 400;"><span style="background-color: rgb(241, 233, 220); color: rgb(0, 0, 0); font-size: large;"><br></span></div><div style="font-weight: 400;"><div style="text-align:centeroriginal;word-break: break-all;"><p class="clearfix"><img src="//cdn.img-asp.jp/cms/768063_15_0_0_1.jpg" style="max-width: 100%;" alt="モンドミオ北海道千歳駅前"></p></div><br></div></span></div><ul data-start="474" data-end="576"><li></li></ul><p data-start="649" data-end="676"><strong data-start="883" data-end="900"><br></strong></p><p class="clearfix" style="text-align: center;"><br></p><h2 data-section-id="tbkucq" data-start="222" data-end="248"><span style="font-weight: bold; font-size: medium; color: rgb(51, 204, 0);">●空港近接×駅近という“圧倒的ポテンシャル”</span>　　　　　　　<span style="font-weight: bold; font-size: medium; color: rgb(51, 204, 0);">●「住む＋運用」ができる“超レア物件”</span></h2><ul data-start="249" data-end="363">
<li data-section-id="3z1lx4" data-start="249" data-end="307">　</li><li data-section-id="3z1lx4" data-start="249" data-end="307">　JR「千歳」駅 徒歩4分の好立地　　　　　　　　　　　　　　　　　　　民泊対応予定（2〜9階）</li>
<li data-section-id="r531ru" data-start="308" data-end="363">　新千歳空港まで電車で約7分　　　　　　　　　　　　　　　　　　　　 自己居住＋短期賃貸の両立が可能<span class="" data-state="closed"></span></li>
</ul><p class="clearfix" style="text-align: center;">

</p><p data-start="365" data-end="388"><span data-start="368" data-end="388">　　⇒</span><strong data-start="368" data-end="388">出張・観光・賃貸すべてに強い立地　　　　　　　　　　　　　　　　⇒</strong><strong data-start="536" data-end="562">使っていない期間も“収益化できる”マンション</strong></p><p data-start="365" data-end="388"><strong data-start="536" data-end="562"><br></strong></p><p data-start="365" data-end="388"><strong data-start="536" data-end="562"><br></strong></p><h2 data-section-id="ohvrp7" data-start="569" data-end="587"><span style="font-size: medium; font-weight: bold; color: rgb(51, 204, 0);">●成長エリア「千歳」の将来性　　</span>　　　　　　　　　　　　　　<span style="font-size: medium; font-weight: bold; color: rgb(51, 204, 0);">●投資・セカンド・居住すべてに対応</span></h2><ul data-start="588" data-end="669">
<li data-section-id="1yl6sie" data-start="588" data-end="651"><br></li><li data-section-id="1yl6sie" data-start="588" data-end="651">　半導体プロジェクトなどでエリア価値上昇期待　　　　　　　　　　　　　出張用・別荘・資産運用としても活用可能<span class="" data-state="closed"></span></li>
<li data-section-id="bgv31x" data-start="652" data-end="669">　人口・需要ともに増加見込み　　　　　　　　　　　　　　　　　　　　　空港近接でインバウンド需要も見込める</li>
</ul><p data-start="365" data-end="388">

</p><p data-start="671" data-end="699"><span data-start="674" data-end="699">　　⇒</span><strong data-start="674" data-end="699">今買うことで“伸びるエリアの利益”を取れる　　　　　　　　　　　　　</strong><span data-start="674" data-end="699">⇒</span><strong data-start="929" data-end="948">“一つで3役”の万能マンション</strong></p></div><p class="clearfix"><br></p><p class="clearfix"><br></p><p class="clearfix"><br></p><p class="clearfix"><br></p><p class="clearfix"><strong data-start="883" data-end="900" style="text-align: center;"><span style="font-weight: 400;">　　　　　　　━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━</span></strong></p><p class="clearfix"><br></p><p class="clearfix"><br></p><p class="clearfix"><br></p><div><span style="font-weight: bold; font-size: x-large; background-color: rgb(255, 255, 255);">⑤　</span><span style="font-weight: bold; font-size: x-large; background-color: rgb(0, 204, 204);">レ・ジェイド札幌手稲</span><span style="font-weight: bold; font-size: large;">　</span><span style="font-weight: bold; font-size: large;">～</span><span style="font-size: medium; font-weight: bold;">札幌×自然、“ちょうどいい暮らし”の完成形</span><span style="font-weight: bold; font-size: large;">～</span></div><div><span style="font-weight: bold; font-size: large;">　　　　　　　　　　　</span></div><div style="text-align: center;"><span style="color: rgb(0, 0, 0); font-size: large; background-color: rgb(241, 233, 220);">JR『手稲』駅徒歩5分、駐車場平置き100％！</span></div><div><span style="color: rgb(0, 0, 0); font-size: large; background-color: rgb(241, 233, 220);"><br></span></div><div><div style="text-align:centeroriginal;word-break: break-all;"><p class="clearfix" style="text-align: center;"><img src="//cdn.img-asp.jp/cms/768063_21_0_0_1.jpg" style="max-width: 100%;" alt="レ・ジェイド札幌手稲"></p></div></div><div><span style="color: rgb(0, 0, 0); font-size: large; background-color: rgb(241, 233, 220);"><br></span></div><div><span style="font-weight: bold; color: rgb(51, 204, 0); font-size: medium;">●駅近×生活完結の“ちょうどいい立地”</span><span style="font-weight: bold; font-size: large; color: rgb(51, 204, 0);">　</span>　　　　　　　　<span style="font-weight: bold; color: rgb(51, 204, 0); font-size: medium;">●都市×自然を両立できる希少ポジション</span></div><div>
<ul data-start="243" data-end="364">
<li data-section-id="pz48ts" data-start="243" data-end="301"><br></li><li data-section-id="pz48ts" data-start="243" data-end="301">　JR「手稲」駅 徒歩5分の好立地　　　　　　　　　　　　　　　　　　コンセプトは「都市で自然時間を」 <span class="" data-state="closed"></span></li>
<li data-section-id="12cr9zn" data-start="302" data-end="364">　駅前に商業施設・病院・学校が揃う生活環境　　　　　　　　　　　　スキー・キャンプ・釣りなどアウトドア環境が身近<span class="" data-state="closed"></span></li>
</ul>
<p data-start="366" data-end="395"><span data-start="369" data-end="395">　　⇒</span><strong data-start="369" data-end="395">「都心すぎず、不便でもない」＝長く住める立地　　　　　　　　⇒</strong>&nbsp;<strong data-start="555" data-end="576">“休みの日の充実度”が変わる暮らし</strong></p></div><p class="clearfix"><br></p><p class="clearfix"><br></p><p class="clearfix"><br></p><h2 data-section-id="zy36a1" data-start="1247" data-end="1261"><span style="font-size: medium; color: rgb(51, 204, 0);"><span style="font-weight: bold;">●省エネ＆将来性も◎</span>　</span>　　　　　　　　　　　　　　　　　　<span style="font-weight: bold; font-size: medium; color: rgb(51, 204, 0);">●車社会に最適な“神設計”</span></h2><ul data-start="1262" data-end="1341">
<li data-section-id="m2mzno" data-start="1262" data-end="1321"><br></li><li data-section-id="m2mzno" data-start="1262" data-end="1321">　ZEHマンション（省エネ仕様）　　　　　　　　　　　　　　　　　　駐車場100％確保（全戸分）<span class="" data-state="closed"></span></li>
<li data-section-id="fu8v17" data-start="1322" data-end="1341">　光熱費を抑えながら快適な住環境　　　　　　　　　　　　　　　　　すべて平置きで出し入れラクラク</li>
</ul><p class="clearfix">

</p><p data-start="1343" data-end="1368">　　⇒<strong data-start="1346" data-end="1368">“これからの住宅基準”を満たす安心感　　　　　　　　　　　　　⇒</strong>&nbsp;<strong data-start="905" data-end="929">北海道で重要な“車ストレス”がゼロに近い</strong></p><p data-start="1343" data-end="1368"><strong data-start="905" data-end="929"><br></strong></p><p data-start="1343" data-end="1368"><strong data-start="905" data-end="929"><br></strong></p><p data-start="1343" data-end="1368"><strong data-start="905" data-end="929"><br></strong></p><p data-start="1343" data-end="1368"><strong data-start="905" data-end="929"><br></strong></p><p data-start="1343" data-end="1368"><strong data-start="905" data-end="929"><strong data-start="883" data-end="900" style="text-align: center;"><span style="font-weight: 400;">　　　　　　　━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━</span></strong></strong></p><p data-start="1343" data-end="1368"><strong data-start="905" data-end="929"><br></strong></p><p data-start="1343" data-end="1368"><strong data-start="905" data-end="929"><br></strong></p><p data-start="1343" data-end="1368"><strong data-start="905" data-end="929"><br></strong></p><p class="isSelectedEnd"><br></p><h2 style="text-align: center;"><span style="font-weight: bold; font-size: x-large; background-color: rgb(204, 255, 255);">あなたに合う“正解の住まい”はどれ？</span></h2><p class="isSelectedEnd"><br></p><p class="isSelectedEnd"><span style="font-weight: bold;">　</span></p><p class="isSelectedEnd"><span style="font-size: medium;">　今回ご紹介した5つの物件は、それぞれに明確な魅力と価値があります。</span></p><p class="isSelectedEnd">　</p><p class="isSelectedEnd">　<span style="background-color: rgb(255, 255, 204);">&nbsp;</span><span style="background-color: rgb(255, 255, 255);"></span><strong style="background-color: rgb(255, 255, 204); font-size: large;">都心で利便性と資産性を重視するなら</strong><br>　　</p><p class="isSelectedEnd">　　　　　　<span style="font-size: medium;">→ シティタワー札幌すすきの / レ・ジェイド札幌大通ザ・タワー</span></p><p class="isSelectedEnd"><br></p><p class="isSelectedEnd">　 <strong style="font-size: large; background-color: rgb(255, 255, 204);">落ち着いた環境と上質な暮らしを求めるなら</strong><br>　　　　　　</p><p class="isSelectedEnd">　　　　　　<span style="font-size: medium;">→ シティテラス宮ヶ丘</span></p><p class="isSelectedEnd"><br></p><p class="isSelectedEnd">　✈️ <strong style="font-size: large; background-color: rgb(255, 255, 204);">投資・セカンド・収益性まで考えるなら</strong><br><br></p><p class="isSelectedEnd">　　　　　　<span style="font-size: medium;">→ モンドミオ北海道 千歳駅前</span></p><p class="isSelectedEnd"><br></p><p class="isSelectedEnd">　&nbsp;<strong style="font-size: large; background-color: rgb(255, 255, 204);">家族・広さ・自然との暮らしを重視するなら</strong><br><br></p><p class="isSelectedEnd">　　　　　　<span style="font-size: medium;">→ レ・ジェイド札幌手稲</span></p><p class="isSelectedEnd"><span style="font-weight: bold;"><br></span></p><p class="isSelectedEnd"><span style="font-weight: bold;"><br></span></p><p class="isSelectedEnd"><span style="font-size: medium;">　どの物件も共通して言えるのは、**「今の暮らしをワンランク上げてくれる力がある」**ということ。</span></p><p class="isSelectedEnd"><span style="font-size: medium;"><br></span></p><p class="isSelectedEnd"><span style="font-size: medium;">　そして不動産は、</span></p><p class="isSelectedEnd"><span style="font-size: medium;"><br><span style="font-weight: bold; background-color: rgb(255, 255, 255);">　　　</span><span style="background-color: rgb(255, 204, 204); font-weight: bold;">　✔ タイミング　　✔ 出会い　　✔ 決断　　　</span></span></p><p class="isSelectedEnd"><span style="font-size: medium;"><br></span></p><p class="isSelectedEnd"><span style="font-size: medium;">　この3つで価値が大きく変わります。</span></p><p class="isSelectedEnd"><span style="font-size: medium;"><br></span></p><p class="isSelectedEnd"><span style="font-size: medium;"><br></span></p><p class="isSelectedEnd"><span style="font-size: medium;">　&nbsp;</span><span style="font-size: medium;">実は、人気物件ほど「検討している間に無くなる」ことがほとんどです。</span></p><p class="isSelectedEnd"><span style="font-size: medium;">　少しでも気になる物件があれば、まずは“実際に見ること”が何より大切です。</span></p><p class="isSelectedEnd"><span style="font-size: medium;"><br></span></p><p data-start="1343" data-end="1368" style="font-size: 13.12px;"><strong data-start="905" data-end="929"><strong data-start="883" data-end="900" style="text-align: center;"><span style="font-weight: 400;">　　　　　　　　　　━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━</span></strong></strong></p><div><br></div><p class="isSelectedEnd" style="text-align: center;"><span style="font-weight: bold; font-size: x-large;"> 不動産のことは、ぜひGLC不動産にお任せください！</span></p><p data-start="1343" data-end="1368" style="font-size: 13.12px;"><strong data-start="905" data-end="929"><strong data-start="883" data-end="900" style="text-align: center;"><span style="font-weight: 400;">　　　　　　　　</span></strong></strong></p><p data-start="1343" data-end="1368" style="font-size: 13.12px;"><strong data-start="905" data-end="929"><strong data-start="883" data-end="900" style="text-align: center;"><span style="font-weight: 400;">　　　　　　　　　　━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━</span></strong></strong></p><div style="text-align:centeroriginal;word-break: break-all;"><p class="clearfix" style="text-align: center;"><br></p><p class="clearfix" style="text-align: center;"><img src="//cdn.img-asp.jp/cms/768063_16_0_0_1.jpg" style="max-width: 100%;" alt="GLC不動産"></p></div><p class="isSelectedEnd" style="text-align: center;"><br></p><p class="isSelectedEnd"><span style="font-size: medium;"><br></span></p><p class="isSelectedEnd"><span style="font-size: medium;">　GLC不動産では、単なる物件紹介だけでなく</span></p><p class="isSelectedEnd"><span style="font-size: medium;">　</span></p><p class="isSelectedEnd"><span style="font-size: medium;">　✔ お客様のライフスタイルに合ったご提案<br>　✔ 未公開物件・最新情報のご紹介<br>　✔ 資産性・将来性まで踏まえたアドバイス<br>　✔ 購入後まで安心のサポート</span></p><p class="isSelectedEnd"><span style="font-size: medium;">　</span></p><p class="isSelectedEnd"><span style="font-size: medium;">　まで、トータルでサポートいたします。</span><span style="font-size: medium;">「まだ検討段階」「ちょっと話を聞きたい」</span></p><p><span style="font-size: medium;">　そんな方でも大歓迎です。</span></p><p class="isSelectedEnd"><br></p><p class="isSelectedEnd"><br></p><p class="isSelectedEnd"><span style="font-size: medium;"><strong>　「いい物件」は探すものではなく、“出会ったときに掴むもの”。</strong></span></p><p class="isSelectedEnd"><span style="font-size: medium;">　</span></p><p class="isSelectedEnd"><span style="font-size: medium;">　そして、その出会いを確実なものにするのが私たちの役目です。</span></p><p><span style="font-size: medium;">　あなたにとってベストな一邸を、一緒に見つけていきましょう。<br>　まずはお気軽にご相談ください。</span></p><p class="isSelectedEnd"><br></p><p class="isSelectedEnd"><br></p><p class="isSelectedEnd"><br></p><div style="text-align:centeroriginal;word-break: break-all;"><p class="clearfix" style="text-align: center;"><a href="https://www.gateway-life.jp/reservation/select/" target="_blank"><img src="//cdn.img-asp.jp/cms/768063_17_0_0_1.jpg" style="max-width: 100%;" alt="来店予約バナー"></a></p></div><p class="isSelectedEnd"><br></p><p class="isSelectedEnd"><span style="font-size: medium;"><strong><br></strong></span></p><p data-start="1343" data-end="1368"><span style="font-size: medium;"><strong data-start="905" data-end="929"></strong></span></p><p><span style="font-size: medium;"><br></span></p><p><br></p><p data-start="1343" data-end="1368"><strong data-start="905" data-end="929"><br></strong></p><p data-start="1343" data-end="1368"><strong data-start="905" data-end="929"><br></strong></p><p data-start="1343" data-end="1368"><strong data-start="905" data-end="929"><br></strong></p><p data-start="1343" data-end="1368"><strong data-start="905" data-end="929"><br></strong></p><p class="clearfix"><br></p><p class="clearfix"><br></p><p class="clearfix"><br></p><p class="clearfix"><br></p><p class="clearfix"><br></p><p class="clearfix"><br></p><p class="clearfix"><br></p></div></div><div><span data-canva-clipboard="ewAiAGEAIgA6ADUALAAiAGgAIgA6ACIAdwB3AHcALgBjAGEAbgB2AGEALgBjAG8AbQAiACwAIgBjACIAOgAiAEQAQQBIAEYAOQBBADYAOAB5AFYAQQAiACwAIgBpACIAOgAiAGMAMQBXAFAAbgBZAE8AcgBIAFEAcgBVAFoARgBwAG0AYQB6AGgAWABKAGcAIgAsACIAYgAiADoAMQA3ADcANQAzADYAMwAwADMAMgA3ADgANAAsACIAagAiADoAWwB7AH0AXQAsACIAbQAiADoAewB9ACwAIgBBAD8AIgA6ACIAQgAiACwAIgBBACIAOgBbAHsAIgBBACIAOgAzADIAOAAuADkANwA5ADUAOQAxADgAMwA2ADcAMwA0ADcALAAiAEIAIgA6ADEANgAxAC4AMAA4ADgANAAzADUAMwA3ADQAMQA0ADkANgAsACIARAAiADoANAA3ADYALgA2ADYANQAxADUANwA1ADMAOAA0ADkAMgA5ACwAIgBDACIAOgA2AC4AOQA0ADkANwA2ADcANQAyADgAOAA1ADAAMAAyADYALAAiAEEAPwAiADoAIgBKACIALAAiAF8AIgA6ACIATABCAEMAMQB4ADcAeQBwADYAeQBWAHYAVgBjAFIANQAiACwAIgBhACIAOgB7ACIARAAiADoANQAwADAALAAiAEMAIgA6ADUAMAAwAH0ALAAiAGIAIgA6AFsAewAiAEEAIgA6ACIATQAwACAAMABoADUAMAAwAHYANQAwADAASAAwAHoAIgAsACIAQgAiADoAewAiAEMAIgA6ACIAIwBmAGYAZgBmAGYAZgAiAH0AfQBdACwAIgBjACIAOgB7ACIAQQAiADoAewAiAEEAIgA6ADEALAAiAEIAIgA6ADEALAAiAEQAIgA6ADQAOQA5ACwAIgBDACIAOgA0ADkAOQB9ACwAIgBCACIAOgA0ADkAOQAuADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAANgAsACIAQwAiADoANgAuADIAOAA5ADkAOAA5ADAAMQA5ADQAOAAxADQAOAAyACwAIgBEACIAOgAiAEEAIgAsACIARQAiADoAIgBBACIAfQB9AF0ALAAiAEIAIgA6ADgAMAAwACwAIgBDACIAOgAxADIAMAAwAH0A"></span></div>]]></description>
            <pubDate>2026-04-05</pubDate>
        </item>
            </channel>
</rss>
