
<rss version="2.0">
    <channel>
        <title>（株）リアレディベロップメントのブログ</title>
        <link>https://www.reale.co.jp/blog/</link>
        <description>（株）リアレディベロップメントのブログ</description>
        <language>ja</language>
                
        <item>
            <title>賃貸管理のご案内</title>
            <link>https://www.reale.co.jp/blog/entry-763031/</link>
            <description><![CDATA[<style>
/* 共通リセット・ベーススタイル */
.lp-wrapper {
    /* --- ここから：親要素の幅制限を突破して全幅にする指定 --- */
    width: 100vw;
    margin-left: calc(50% - 50vw);
    margin-right: calc(50% - 50vw);
    max-width: 100vw;
    /* --- ここまで --- */

    font-family: 'Helvetica Neue', Arial, 'Hiragino Kaku Gothic ProN', 'Hiragino Sans', Meiryo, sans-serif;
    color: #333;
    line-height: 1.6;
    background-color: #f7f7f7;
    overflow-x: hidden;
}
.lp-wrapper * {
    box-sizing: border-box;
}
.lp-wrapper img {
    max-width: 100%;
    height: auto;
    vertical-align: bottom;
}
.lp-section-title {
    text-align: center;
    font-size: 24px;
    font-weight: bold;
    margin: 0 0 40px;
    color: #333;
}

/* --- ここから：タイトル下の短い下線を追加 --- */
.lp-section-title::after {
    content: "";
    display: block;
    width: 60px; /* 線の長さ（お好みで調整してください） */
    height: 2px; /* 線の太さ */
    background-color: #e55c20; /* 線の色（オレンジ） */
    margin: 15px auto 0; /* 文字と線の隙間（15px）と、左右中央揃え（auto） */
}

/* パンくずなどを消す */
.breadcrumbs {
    display: none;
}

.blog__header {
    display: none;
}

.author-profile {
    display: none;
}

.blog__article .ui-fit-img img {
    display: none;
}

.blog__headline {
    display: none;
}

.blog__note .blog__info {
    display: none;
}

.blog__mv {
    display: none;
}

.l-page {
    padding-top: 0px;
}

.blog__article {
    padding: 0px;
}

/* コンテンツを中央に留める用のコンテナ */
.lp-container {
    max-width: 1100px;
    margin: 0 auto;
    padding: 80px 20px;
}

/* メインビジュアル */
.lp-mv {
    position: relative;
    height: 450px;
    background-image: url('//cdn.img-asp.jp/cms/763031_1_0_0_1.jpg');
    background-size: cover;
    background-position: center;
    display: flex;
    align-items: center;
    padding-left: 15%;
}
.lp-mv-title {
    color: #fff;
    font-size: 36px;
    font-weight: bold;
    text-shadow: 0 2px 4px rgba(0,0,0,0.4);
    margin: 0;
}

/* 当社が選ばれる理由 */
.lp-reason {
    background-color: #f7f7f7;
}
.lp-reason-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
}
.lp-reason-card {
    background: #fff;
    padding: 40px 20px;
    text-align: center;
    border-radius: 4px;
    box-shadow: 0 4px 10px rgba(0,0,0,0.03);
}
.lp-reason-card img {
    width: 60px;
    height: 60px;
    margin-bottom: 20px;
}
.lp-reason-card h3 {
    font-size: 16px;
    margin: 0 0 15px;
    color: #333;
    font-weight: bold;
}
.lp-reason-card p {
    font-size: 13px;
    text-align: left;
    margin: 0;
    color: #666;
}

/* 賃貸管理サービス (円環配置) */
.lp-service {
    background-color: #f1f1f1;
    /* --- ①スクロール時の重なり修正 --- */
    position: relative;
    z-index: 1; /* ヘッダーの z-index: 2 より下の数値にして背面に回す */
}
.lp-service-circle {
    position: relative;
    /* --- ②全体の枠を600pxから760pxへ拡大 --- */
    width: 760px;
    height: 760px;
    margin: 0 auto;
}
/* 円を描く線 */
.lp-service-line {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    /* --- 線のサイズも400pxから500pxへ拡大 --- */
    width: 500px;
    height: 500px;
    border: 1px solid #999;
    border-radius: 50%;
    z-index: 0; 
}
.lp-service-item {
    position: absolute;
    /* --- アイコンの枠を170pxから200pxへ拡大 --- */
    width: 200px;
    height: 200px;
    background: #fff;
    border-radius: 50%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    box-shadow: 0 4px 12px rgba(0,0,0,0.08);
    transform: translate(-50%, -50%);
    z-index: 1;
    padding: 15px; /* 文字が枠に近すぎないよう余白を確保 */
}
.lp-service-item img {
    width: 50px; /* アイコンも少しだけ拡大 */
    height: 50px;
    margin-bottom: 10px;
}
.lp-service-item h3 {
    font-size: 15px; /* サイズ微調整 */
    color: #e55c20;
    margin: 0 0 5px;
    font-weight: bold;
}
.lp-service-item p {
    font-size: 12px; /* サイズ微調整 */
    margin: 0;
    color: #555;
    line-height: 1.4;
}

/* --- ②拡大に合わせた円周上の座標設定 (中心 380,380、半径 250px) --- */
.lp-service-item:nth-child(2) { top: 130px; left: 380px; } /* 0度 */
.lp-service-item:nth-child(3) { top: 255px; left: 596.5px; } /* 60度 */
.lp-service-item:nth-child(4) { top: 505px; left: 596.5px; } /* 120度 */
.lp-service-item:nth-child(5) { top: 630px; left: 380px; } /* 180度 */
.lp-service-item:nth-child(6) { top: 505px; left: 163.5px; } /* 240度 */
.lp-service-item:nth-child(7) { top: 255px; left: 163.5px; } /* 300度 */


/* 賃貸管理の業務内容 */
.lp-business {
    background-color: #f7f7f7;
}
.lp-business-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 25px;
}
.lp-business-card {
    background: transparent;
    display: flex;
    flex-direction: column;
}
.lp-business-card-title {
    background-color: #fff;
    text-align: center;
    padding: 15px 10px;
    font-weight: bold;
    font-size: 16px;
    margin: 0;
}
.lp-business-card-img {
    width: 100%;
    height: 180px;
    object-fit: cover;
}
.lp-business-card-text {
    background-color: #fff;
    padding: 20px;
    font-size: 13px;
    color: #555;
    margin: 0;
    flex-grow: 1;
}

/* CTAボタン */
.lp-cta {
    text-align: center;
    padding: 20px 20px 80px;
}
.lp-btn {
    display: inline-block;
    background-color: #ff9d2b;
    color: #fff !important; /* 親の指定を打ち消して白を強制 */
    font-size: 18px;
    font-weight: bold;
    text-decoration: none !important; /* 親の指定を打ち消して下線を強制解除 */
    padding: 16px 80px;
    border-radius: 50px;
    transition: background-color 0.3s ease, transform 0.2s ease;
    box-shadow: 0 4px 6px rgba(255, 157, 43, 0.3);
}

/* --- 親要素の h3 スタイル（左線・余白）をリセット --- */
.lp-wrapper h3 {
    border-left: none !important; /* 左側の縦線を強制的に消去 */
}

.lp-reason-card h3,
.lp-service-item h3 {
    padding: 0 !important; /* 親要素の padding: 0 0 0 12px; を強制的に消去 */
}

.lp-business-card-title {
    padding: 15px 10px !important; /* 業務内容カードのみ、独自の余白を強制して維持 */
}

/* マウスオン時・クリック時・訪問済みの状態をすべてリセット */
.lp-btn:hover,
.lp-btn:active,
.lp-btn:visited {
    color: #fff !important;
    text-decoration: none !important;
}

/* マウスオン時の独自アニメーション（色を少し濃くして浮かせる） */
.lp-btn:hover {
    background-color: #e6851b;
    transform: translateY(-2px);
}

/* --- レスポンシブ対応 --- */
@media screen and (max-width: 900px) {
    .lp-reason-grid {
        grid-template-columns: repeat(2, 1fr);
    }
    .lp-business-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media screen and (max-width: 768px) {
    .lp-mv {
        height: 300px;
        padding-left: 0;
        justify-content: center;
    }
    .lp-mv-title {
        font-size: 26px;
        text-align: center;
    }
    
    /* 円環配置を解除し、グリッドレイアウトへ変更 */
    .lp-service-circle {
        width: 100%;
        height: auto;
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        gap: 15px;
    }
    .lp-service-line {
        display: none;
    }
    .lp-service-item {
        position: static;
        width: 100%;
        height: auto;
        transform: none;
        padding: 30px 15px;
        border-radius: 8px;
    }
}

@media screen and (max-width: 500px) {
    .lp-container {
        padding: 50px 15px;
    }
    .lp-reason-grid,
    .lp-service-circle,
    .lp-business-grid {
        grid-template-columns: 1fr;
    }
    .lp-btn {
        width: 100%;
        padding: 16px 20px;
    }
}
</style>

<div class="lp-wrapper">
    <div class="lp-mv">
        <h1 class="lp-mv-title">賃貸管理のご案内</h1>
    </div>

    <div class="lp-reason">
        <div class="lp-container">
            <h2 class="lp-section-title">当社が選ばれる理由</h2>
            <div class="lp-reason-grid">
                <div class="lp-reason-card">
                    <img src="//cdn.img-asp.jp/cms/763031_6_0_0_1.jpg" alt="理由1">
                    <h3>豊富な管理実績</h3>
                    <p>地域に根差した長年の経験とノウハウで、オーナー様の大切な資産をしっかりと管理いたします。</p>
                </div>
                <div class="lp-reason-card">
                    <img src="//cdn.img-asp.jp/cms/763031_7_0_0_1.jpg" alt="理由2">
                    <h3>スピーディな対応</h3>
                    <p>空室対策や入居者様のトラブルなど、迅速に対応し、オーナー様の負担を軽減いたします。</p>
                </div>
                <div class="lp-reason-card">
                    <img src="//cdn.img-asp.jp/cms/763031_8_0_0_1.jpg" alt="理由3">
                    <h3>幅広いネットワーク</h3>
                    <p>独自のネットワークと集客力を活かし、優良な入居者様をスピーディに確保いたします。</p>
                </div>
                <div class="lp-reason-card">
                    <img src="//cdn.img-asp.jp/cms/763031_9_0_0_1.jpg" alt="理由4">
                    <h3>24時間サポート</h3>
                    <p>万が一のトラブルにも24時間体制で対応。オーナー様も入居者様も安心のサポート体制です。</p>
                </div>
            </div>
        </div>
    </div>

    <div class="lp-service">
        <div class="lp-container">
            <h2 class="lp-section-title">当社の賃貸管理サービス</h2>
            <div class="lp-service-circle">
                <div class="lp-service-line"></div>
                <div class="lp-service-item">
                    <img src="//cdn.img-asp.jp/cms/763031_10_0_0_1.jpg" alt="入居者募集">
                    <h3>入居者募集</h3>
                    <p>オンラインと独自のネットワークを活用し、スピーディーに入居者を募集します。</p>
                </div>
                <div class="lp-service-item">
                    <img src="//cdn.img-asp.jp/cms/763031_11_0_0_1.jpg" alt="入居審査・契約">
                    <h3>入居審査・契約</h3>
                    <p>厳格な審査基準に基づき、優良な入居者を選定。契約手続きも代行します。</p>
                </div>
                <div class="lp-service-item">
                    <img src="//cdn.img-asp.jp/cms/763031_12_0_0_1.jpg" alt="家賃管理・滞納督促">
                    <h3>家賃管理・滞納督促</h3>
                    <p>毎月の家賃集金と、万が一の滞納時の督促業務を確実に行います。</p>
                </div>
                <div class="lp-service-item">
                    <img src="//cdn.img-asp.jp/cms/763031_13_0_0_1.jpg" alt="入居者対応">
                    <h3>入居者対応</h3>
                    <p>設備の不具合やトラブル等、入居者様からのクレームに迅速・丁寧に対応します。</p>
                </div>
                <div class="lp-service-item">
                    <img src="//cdn.img-asp.jp/cms/763031_14_0_0_1.jpg" alt="更新・再契約">
                    <h3>更新・再契約</h3>
                    <p>契約更新の案内から手続きまで、スムーズな更新業務をサポートします。</p>
                </div>
                <div class="lp-service-item">
                    <img src="//cdn.img-asp.jp/cms/763031_15_0_0_1.jpg" alt="解約・退去精算">
                    <h3>解約・退去精算</h3>
                    <p>退去立ち会いから原状回復工事の手配、敷金精算まで一貫して行います。</p>
                </div>
            </div>
        </div>
    </div>

    <div class="lp-business">
        <div class="lp-container">
            <h2 class="lp-section-title">賃貸管理の業務内容</h2>
            <div class="lp-business-grid">
                <div class="lp-business-card">
                    <h3 class="lp-business-card-title">ご相談</h3>
                    <img src="//cdn.img-asp.jp/cms/763031_24_0_0_1.jpg" class="lp-business-card-img" alt="ご相談">
                    <p class="lp-business-card-text">アパート・マンション・戸建て、空き家の活用からリノベーションまで、オーナー様のお悩みに合わせて最適なプランをご提案します。</p>
                </div>
                <div class="lp-business-card">
                    <h3 class="lp-business-card-title">賃貸条件の設定</h3>
                    <img src="//cdn.img-asp.jp/cms/763031_23_0_0_1.jpg" class="lp-business-card-img" alt="賃貸条件の設定">
                    <p class="lp-business-card-text">市場動向や近隣相場を調査し、適正な賃料や条件を設定いたします。</p>
                </div>
                <div class="lp-business-card">
                    <h3 class="lp-business-card-title">入居者募集</h3>
                    <img src="//cdn.img-asp.jp/cms/763031_22_0_0_1.jpg" class="lp-business-card-img" alt="入居者募集">
                    <p class="lp-business-card-text">インターネットや不動産ネットワークを駆使し、幅広い層へアプローチして早期入居を実現します。</p>
                </div>
                <div class="lp-business-card">
                    <h3 class="lp-business-card-title">入居審査・契約</h3>
                    <img src="//cdn.img-asp.jp/cms/763031_21_0_0_1.jpg" class="lp-business-card-img" alt="入居審査・契約">
                    <p class="lp-business-card-text">入居希望者の審査・確認から契約書作成、重要事項説明まで代行いたします。</p>
                </div>
                <div class="lp-business-card">
                    <h3 class="lp-business-card-title">家賃管理・滞納督促</h3>
                    <img src="//cdn.img-asp.jp/cms/763031_20_0_0_1.jpg" class="lp-business-card-img" alt="家賃管理・滞納督促">
                    <p class="lp-business-card-text">毎月の家賃集金業務と、滞納が発生した際の督促や法的措置の手続きをサポートいたします。</p>
                </div>
                <div class="lp-business-card">
                    <h3 class="lp-business-card-title">入居者対応</h3>
                    <img src="//cdn.img-asp.jp/cms/763031_19_0_0_1.jpg" class="lp-business-card-img" alt="入居者対応">
                    <p class="lp-business-card-text">設備の故障や入居者同士のトラブルなど、生活に関する様々なご相談窓口となります。</p>
                </div>
                <div class="lp-business-card">
                    <h3 class="lp-business-card-title">更新・再契約</h3>
                    <img src="//cdn.img-asp.jp/cms/763031_18_0_0_1.jpg" class="lp-business-card-img" alt="更新・再契約">
                    <p class="lp-business-card-text">契約満了前の更新案内から、賃料改定の交渉、新契約書の締結までお手伝いいたします。</p>
                </div>
                <div class="lp-business-card">
                    <h3 class="lp-business-card-title">解約・退去精算</h3>
                    <img src="//cdn.img-asp.jp/cms/763031_17_0_0_1.jpg" class="lp-business-card-img" alt="解約・退去精算">
                    <p class="lp-business-card-text">退去時の立ち会い、原状回復のガイドラインに基づいた精算、リフォームの手配を行います。</p>
                </div>
                <div class="lp-business-card">
                    <h3 class="lp-business-card-title">空室対策</h3>
                    <img src="//cdn.img-asp.jp/cms/763031_16_0_0_1.jpg" class="lp-business-card-img" alt="空室対策">
                    <p class="lp-business-card-text">空室が続く場合は、物件の価値を高めるリノベーション等のご提案を行い、資産価値向上に貢献します。</p>
                </div>
            </div>
        </div>
    </div>

    <div class="lp-cta">
        <a href="https://www.reale.co.jp/form/" class="lp-btn">✉お問い合わせはこちら</a>
    </div>
</div>



]]></description>
            <pubDate>2026-03-28</pubDate>
        </item>
            </channel>
</rss>
