.common__bg {
    padding: 40px 23px 0;
    overflow: hidden;
}

.fv_sp {
    position: relative;
    margin: 0 -24px;
}

.fv__list__item {
    margin: 0 24px;
}

.mv__arrow__wrap {
    position: absolute;
    margin: auto;
    top: 0;
    bottom: 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
}

.mv__arrow {
    cursor: pointer;
    width: 32px;
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    height: 32px;

}

.mv__arrow-l {
    left: 4px;
}

.mv__arrow-r {
    transform: rotate(180deg);
    right: 4px;



}

.fv_pc {
    display: none;
}


/* ============================================
   共通・見出し・ボタンなど
   ============================================ */

.top__btn {
    /* ctrl-btn */

    /* オートレイアウト */
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 0px 28px;
    gap: 8px;

    width: 256px;
    height: 48px;
    background-color: #036EB8;
    border-radius: 100px;
    color: #fff;
    margin: 0 auto;

}

.top__btn span {
    margin-left: 12px;
    font-size: 9px;
    position: relative;
    top: -2px;
}

.link__content {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 24px 0;
    margin-top: 40px;
    padding-bottom: 40px;
}

.link__content__item {
    /* Frame 85 */
    display: flex;
    align-items: center;
    justify-content: center;
    width: 240px;
    height: 56px;



    background: #CBE3F4;
    /* accent-color */
    border: 1px solid #036EB8;
    border-radius: 8px;

    /* link medium */

    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    /* ボックスの高さと同一、または150% */
    text-align: center;

    /* accent-color */
    color: #036EB8;
}

.link__content__item span {
    font-size: 13px;
    margin-left: 10px;
    position: relative;
    top: -2px;
}

/* ============================================
   Content 02 
   ============================================ */
.content02 {
    background-color: #fff;
    margin: 0 -23px;
    padding: 80px 23px;
}

.content02__content__wrap {
    margin-top: 40px;
}

.content02__content__wrap img {}

.content02__content__txt__wrap {
    margin-top: 24px;
}

.content02 .h3__ttl {
    text-align: center;
    margin-bottom: 24px;
}

.content02 .r__txt {
    margin-bottom: 24px;
}

/* ============================================
   Sale Wrap (売買物件情報)
   ============================================ */
.sale__wrap {
    padding: 80px 0;
}

.sale__content__list {
    margin-top: 40px;
}

.sale__content__list li {
    margin-bottom: 40px;
}

.sale__content__list a {
    color: #2F2F2F;
}

.sale__content__list__img__content {
    position: relative;
}

.sale__content__list__img {
    padding-top: calc(219/328*100%);
    overflow: hidden;
    position: relative;
}

.sale__content__list__img img {
    position: absolute;
    top: 50%;
    left: 50%;
    width: auto;
    height: auto;
    min-width: 100%;
    min-height: 100%;
    max-width: 100%;
    object-fit: cover;
    transform: translateY(-50%) translateX(-50%);

}

.sale__content__list__img__txt {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 4px 16px;

    position: absolute;
    left: 2.44%;
    top: 2.74%;
    background: #FFFFFF;
    border-radius: 100px;
    font-size: 14px;

}

.sale__content__list__ttl {
    margin: 8px 0;
}

.sale__content__list a.sale__content__list__btn {
    /* small-link-btn */

    box-sizing: border-box;

    /* オートレイアウト */
    display: flex;
    justify-content: center;
    align-items: center;
    /* accent-color */
    background: #036EB8;
    /* accent-color */
    border: 1px solid #036EB8;
    border-radius: 100px;
    font-size: 14px;
    color: #fff;
    height: 25px;
    width: 114px;
    margin-left: auto;
    margin-right: 0;
    margin-top: 8px;
}

.sale__content__list a.sale__content__list__btn span {
    font-size: 7px;

    position: relative;
    top: -2px;
    margin-left: 10px;
}

.sale__wrap .top__btn {
    margin-top: 48px;
}

/* ============================================
   Content 04 (不動産事業者の方)
   ============================================ */
.content04 {}

.content04 .h2__ttl, .content04 .h2__ttl__e {
    color: #fff;
    border-color: #fff;
}

.content04__inner {
    padding: 80px 23px;
}

.content04__content {
    display: block;
}

.content04__content__wrap {
    margin-top: 40px;
}

.content04__content__wrap .content04__content:first-child {
    margin-bottom: 24px;
}

.content04__content {}

.content04__content img {}

/* ============================================
   News List Wrap (お知らせ)
   ============================================ */
.news__list__wrap {
    padding: 80px 0;
}

.news__list {
    margin-top: 40px;
}

.news__list li>a {
    color: #2F2F2F;
    width: 100%;
}

.news__list li {
    border-top: #C0C0C0 1px solid;
    padding: 24px 16px 32px;
}

.news__list a {}

.news__list__item__l {
    display: flex;
    align-items: center;
    margin-bottom: 8px;
}

.news__list__item__category {

    display: inline-flex;
    /* justify-content: center; */
    align-items: center;
    padding: 4px 8px;
    background: #FFFFFF;
    box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.25);
    border-radius: 2px;
    font-size: 10px;
    margin-right: 4px;
    line-height: 1.3;

}

.news__list__item__time {
    font-size: 14px;
}

.news__list__item__ttl {
    font-size: 14px;
    line-height: 20px;
}

.news__list__item__btn {
    display: none;
}

.news__list__wrap .top__btn {
    margin-top: 20px;
}

/* ============================================
   Top Banner Wrap (バナーエリア)
   ============================================ */
.top__banner__wrap {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    max-width: calc(152px*2 + 24px);
    margin: 0 auto;
    padding-bottom: 80px;
}

.top__banner__wrap__inner {
    display: flex;
    flex-wrap: wrap;
    gap: 24px;

}

.top__banner {
    box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.25);
    width: 152px;

}

.top__banner img {}

@media screen and (min-width: 550px) {
    .top__banner__wrap {

        max-width: calc(152px*3 + 24px*2);
        margin: 0 auto;
    }
}

@media screen and (min-width: 768px) {
    .common__bg {
        padding: 64px 23px 0;
        overflow: hidden;
    }

    .fv_sp {
        display: none;
    }

    .fv_pc {
        display: block;
        margin: 0 -23px;
        position: relative;
    }

    .mv__arrow {
        cursor: pointer;
        width: 56px;
        position: absolute;
        top: 0;
        bottom: 0;
        margin: auto;
        height: 56px;

    }

    .mv__arrow-l-pc {
        left: 32px;
    }

    .mv__arrow-r-pc {
        transform: rotate(180deg);
        right: 32px;



    }

    /* ============================================
   共通・見出し・ボタンなど
   ============================================ */

    .top__btn {
        /* ctrl-btn */

        /* オートレイアウト */
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        padding: 0px 28px;
        gap: 8px;

        width: 256px;
        height: 48px;
        background-color: #fff;
        border-radius: 100px;
        color: #2F2F2F;
        margin: 0 auto;
        border: #036EB8 1px solid;
        transition: background-color.3s, color .3s;
    }

    .top__btn:hover {
        background-color: #036EB8;
        color: #fff;
    }

    .top__btn span {
        display: none;
    }

    .link__content {
        display: flex;
        flex-direction: row;
        justify-content: center;
        align-items: center;
        gap: 0 24px;
        margin-top: 64px;
        padding-bottom: 64px;
    }

    .link__content__item {
        /* Frame 85 */
        display: flex;
        align-items: center;
        justify-content: center;
        width: 240px;
        height: 56px;




        background-color: transparent;
        /* accent-color */
        border: 1px solid #036EB8;
        border-radius: 8px;

        /* link medium */

        font-weight: 500;
        font-size: 16px;
        line-height: 24px;
        /* ボックスの高さと同一、または150% */
        text-align: center;

        /* accent-color */
        color: #036EB8;
        transition: background-color .3s;
    }

    .link__content__item:hover {
        background-color: #CBE3F4;
    }

    .link__content__item span {
        font-size: 13px;
        margin-left: 10px;
        position: relative;
        top: -2px;
    }

    /* ============================================
   Content 02 
   ============================================ */
    .content02 {
        background-color: #fff;
        margin: 0 -23px;
        padding: 64px 23px;
    }

    .content02__content__wrap {
        margin: 0 auto;
        margin-top: 64px;
        display: flex;
        flex-direction: row-reverse;
        max-width: 856px;
        justify-content: center;
        align-items: center;
    }

    .content02__content__wrap img {
        width: calc(45% - (112px/2));
    }

    .content02__content__txt__wrap {
        margin-top: 24px;
        margin-right: 112px;
        width: calc(55% - (112px/2));
    }

    .content02 .h3__ttl {
        text-align: left;
        margin-bottom: 48px;
    }

    .content02 .r__txt {
        margin-bottom: 56px;
    }

    .content02 .top__btn {
        margin-left: 0;
    }

    /* ============================================
   Sale Wrap (売買物件情報)
   ============================================ */
    .sale__wrap {
        padding: 64px 0;
    }

    .sale__content__list {
        margin: 0 auto;
        margin-top: 64px;
        display: flex;
        gap: 24px;
        max-width: 1032px;
    }

    .sale__content__list li {
        margin-bottom: 0px;
        width: calc((100% - 48px)/3);
    }

    .sale__content__list a {
        color: #2F2F2F;
    }

    .sale__content__list__img__content {
        position: relative;
    }

    .sale__content__list__img {
        padding-top: calc(219/328*100%);
        overflow: hidden;
        position: relative;
    }

    .sale__content__list__img img {
        position: absolute;
        top: 50%;
        left: 50%;
        width: auto;
        height: auto;
        min-width: 100%;
        min-height: 100%;
        max-width: 100%;
        object-fit: cover;
        transform: translateY(-50%) translateX(-50%);

    }

    .sale__content__list__img__txt {
        display: flex;
        justify-content: center;
        align-items: center;
        padding: 4px 16px;

        position: absolute;
        left: 2.44%;
        top: 2.74%;
        background: #FFFFFF;
        border-radius: 100px;
        font-size: 14px;

    }

    .sale__content__list__ttl {
        margin: 8px 0;
    }

    .sale__content__list a.sale__content__list__btn {
        display: flex;
        justify-content: center;
        align-items: center;
        /* accent-color */
        background: #fff;
        /* accent-color */
        border: 1px solid #036EB8;
        border-radius: 100px;
        font-size: 14px;
        color: #2F2F2F;
        height: 25px;
        width: 114px;
        margin-left: auto;
        margin-right: 0;
        margin-top: 16px;
        transition: background-color .3s, color .3s;
    }

    .sale__content__list a.sale__content__list__btn:hover {
        background: #036EB8;
        color: #fff;
    }

    .sale__content__list a.sale__content__list__btn span {
        font-size: 7px;

        position: relative;
        top: -2px;
        margin-left: 10px;

        display: none;
    }

    .sale__wrap .top__btn {
        margin-top: 64px;
    }

    /* ============================================
   Content 04 (不動産事業者の方)
   ============================================ */
    .content04 {}

    .content04 .h2__ttl, .content04 .h2__ttl__e {
        color: #fff;
        border-color: #fff;
    }

    .content04__inner {
        padding: 64px 23px;
    }

    .content04__content {
        display: block;
    }

    .content04__content__wrap {
        margin: 0 auto;
        margin-top: 64px;
        display: flex;
        gap: 72px;
        max-width: 856px;
    }

    .content04__content__wrap .content04__content:first-child {
        margin-bottom: 0;
    }

    .content04__content {}

    .content04__content img {}

    /* ============================================
   News List Wrap (お知らせ)
   ============================================ */
    .news__list__wrap {
        padding: 64px 0 68px;
    }

    .news__list {
        margin: 0 auto;
        margin-top: 64px;
        max-width: 768px;
    }

    .news__list li>a {
        color: #2F2F2F;
    }

    .news__list li {
        border-top: #C0C0C0 1px solid;
        padding: 24px 16px 32px;
        display: flex;

    }

    .news__list a {
        display: flex;
        align-items: center;
    }

    .news__list__item__l {
        display: flex;
        align-items: center;
        margin-bottom: 0;
        flex-direction: column;
        margin-right: 53px;
        min-width: 71px;
    }

    .news__list__item__category {

        display: inline-flex;
        /* justify-content: center; */
        align-items: center;
        padding: 4px 8px;
        background: #FFFFFF;
        box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.25);
        border-radius: 2px;
        font-size: 10px;
        margin-right: 0;
        line-height: 1.3;
        margin-bottom: 4px;

    }

    .news__list__item__time {
        font-size: 14px;
    }

    .news__list__item__ttl {
        font-size: 14px;
        line-height: 20px;
        font-weight: 400;
    }

    .news__list__item__btn {
        display: flex;
        justify-content: center;
        align-items: center;
        /* accent-color */
        background: #fff;
        /* accent-color */
        border: 1px solid #036EB8;
        border-radius: 100px;
        font-size: 14px;
        color: #2F2F2F;
        height: 25px;
        width: 114px;
        min-width: 114px;
        margin-left: auto;
        margin-right: 0;
        margin-top: 0;
        transition: background-color .3s, color .3s;
        /* margin-left: 53px; */
        margin-left: auto;
    }

    .news__list a:hover .news__list__item__btn {
        background: #036EB8;
        color: #fff;
    }

    .news__list__wrap .top__btn {
        margin-top: 44px;
    }

    /* ============================================
   Top Banner Wrap (バナーエリア)
   ============================================ */
    .top__banner__wrap {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        max-width: calc(328px*2 + 24px);
        margin: 0 auto;
        padding-bottom: 128px;
    }

    .top__banner__wrap__inner {
        display: flex;
        flex-wrap: wrap;
        gap: 24px;

    }

    .top__banner {
        box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.25);
        width: 328px;

    }

    .top__banner img {}

    @media screen and (min-width: 1078px) {
        .top__banner__wrap {
            display: flex;
            flex-wrap: wrap;
            justify-content: center;
            max-width: calc(328px*3 + 48px);
            margin: 0 auto;
            padding-bottom: 128px;
        }
    }
}