.fixed-banner {
    position: fixed;
    bottom: 20px;
    right: 35px;
    width: 180px;
    text-align: center;
    z-index: 10;
    transition: bottom 0.4s ease, opacity 0.4s ease;
    opacity: 1;
}


.banner-content {
    position: relative;
    width: 100%;
    display: block;
    z-index: 11;
}

.banner-content:hover img,
.banner-content:hover {
    opacity: 1;
}

.banner-content img {
    width: 100%;
}

.banner-close {
    position: absolute;
    right: 1px;
    top: -3px;
    line-height: 1;
    padding: 8px;
    cursor: pointer;
    color: #fff;
    text-decoration: none;
    z-index: 100;
    font-size: .20rem;
}

@media (max-width: 900px) {
    .fixed-banner {
        bottom: -200px;
        opacity: 0;
        right: 0;
        left: 0;
        margin: auto;
        width: 84%;
    }


    .fixed-banner.banner-show {
        bottom: 0px;
        opacity: 1;

    }
}


.top-about {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 80px 20px 355px;
    position: relative;
    overflow: hidden;
    z-index: 1;
}

/* 背景固定 */

.background-block {
    background-image: none;
    overflow: hidden;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    clip-path: inset(0);
    z-index: 2;
}


.background-block__img {
    position: fixed;
    background-image: url(../images/top/top-about-back.jpg);
    top: 0;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: right top;
}


.top-about__container {
    width: 1237px;
    max-width: 100%;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
    z-index: 10;
}

.top-about__left {
    font-size: .40rem;
    width: 49%;
    font-weight: 700;
    line-height: 1.65;
    text-indent: -0.5em;
    padding-left: 0.5em;
}

.top-about__right {
    font-size: .18rem;
    width: 47%;
    line-height: 2.5;
    margin-top: 17px;
    font-weight: 500;
}


/* トップニュース */
.top-news {
    padding: 100px 20px 20px;
    width: 1340px;
    max-width: 100%;
    margin: 0 auto;
}

.top-news__list {
    display: flex;
    justify-content: space-between;
    padding: 0 5px;
    margin-top: 75px;
    margin-bottom: 55px;
}

.news-item {
    width: 30%;
    color: #000;
}

.news-img {
    position: relative;
    margin-bottom: 17px;
}

.news-img img {
    width: 100%;
}

.news-day {
    font-size: .16rem;
    color: #008444;
}

.news-text {
    font-size: .16rem;
    line-height: 1.8;
}


/* コンテンツ */
.top-contents {
    padding: 63px 20px;
    width: 1335px;
    max-width: 100%;
    margin: 0 auto;

}

.top-info__item {
    margin: 0 calc(50% - 50vw);
    margin-bottom: 119px;
}

.top-info__item:last-of-type {
    margin-bottom: 0;
}

.top-info__item--flex {
    display: flex;
    align-items: center;

}


.top-info-partner .top-contents__info--img {
    display: flex;
    flex-wrap: wrap;
    height: initial;
}

.top-info-partner .top-company01-img {
    width: 100%;
    height: 455px;
}

.top-info-partner .top-company01-img img {
    object-position: center;
}

.top-info-partner .top-company02-img {
    width: 50%;
    height: 228px;
}

.top-info-partner .top-company02-img img {}

.top-info-partner .top-company03-img {
    width: 50%;
    height: 228px;
}

.top-info-partner .top-company03-img img {}

.top-info-partner .top-info__item--flex {
    background-color: #006837;
}

.top-info-partner .top-contents__info--text-wrap {
    margin-top: 45px;
}

.top-info-partner .top-contents__info--text {
    width: 43%;
}

.top-info-partner .top-contents__info--midashi {
    font-size: .30rem;
}

.top-info-partner .common-btn {
    width: 389px;
    max-width: 100%;
    margin: 0px 0px 20px 45px;
    padding: 10px 36px 10px 35px;
}

.top-info-partner {
    position: relative;
}

.top-info-partner>p {
    position: absolute;
    left: 22px;
    bottom: 12px;
    color: #fff;
    font-size: 1.27rem;
    z-index: 1;
    line-height: 1;
    writing-mode: vertical-lr;
    letter-spacing: 0.06em;
    font-family: "Roboto", sans-serif;
    font-weight: 500;
    opacity: 0.7;
}

/* * {
  outline: 2px solid red;
} */


/* カンパニー */

.contents-worry__img {
    width: 1210px;
	max-width:100%;
    margin: 6px auto 0;
}

.top-contents__info--img {
    width: 50%;
    height: 683px;
    position: relative;
    overflow: hidden;
}

.top-contents__info--img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: 41%;
}

.top-contents__info--img p {
    position: absolute;
    bottom: 16px;
    left: 35px;
    font-size: .72rem;
    font-weight: 500;
    color: #fff;
    line-height: 1.3;
    opacity: 0.7;
    z-index: 1;
}

.top-contents__info--text {
    width: 40%;
    margin-left: auto;
    padding-right: 20px;
}

.top-contents__info--midashi {
    font-size: .36rem;
    font-weight: 600;
    color: #fff;
    line-height: 1.7;
    margin-bottom: 24px;
    white-space: nowrap;
}

.top-contents__info--lead {
    font-size: .16rem;
    color: #fff;
    margin-bottom: 32px;
}

.top-contents__info--text-wrap {
    /* width: 59%; 
    margin: 0 auto;*/
}

.top-contents__kinds--block {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-bottom: 9px;
}

.top-contents__kinds--block p {
    font-size: .18rem;
    color: #fff;
    width: 45%;
    border: solid #fff 1px;
    border-radius: 7px;
    text-align: center;
    padding: 6px 10px;
    margin-bottom: 23px;
}

.top-contents__kinds--block p:nth-last-of-type(1),
.top-contents__kinds--block p:nth-last-of-type(2) {
    margin-bottom: 0;
}

.top-contents__info--text-wrap small {
    color: #fff;
    font-size: .16rem;
    text-align: right;
    display: inherit;
    margin-bottom: 25px;
    margin-right: 16px;
}

.top-contents__info--solution .common-btn {
    margin: 0px 0 0 45px;
}

.top-contents__kinds {
    width: 390px;
    max-width: 100%;
    /* margin: 0 auto; */
}

.top-contents__info--solution {
    margin-top: 62px;
}

.top-contents__info--solution .top-info__item--flex {
    background-color: #008444;
}

.top-contents__info--support .top-info__item--flex {
    background-color: #8CC63F;
}

/* .top-contents__info--solution .top-contents__info--img {
    background-image: url(../images/top/top-contents-img01.jpg);
} */

.top-contents__info--support .top-contents__info--text-wrap {
    margin-bottom: 18px;
    max-width: 405px;
    margin-left: 0;
}

.top-contents__info--support .common-btn {
    width: 389px;
    max-width: 100%;
    margin: 0px 0 20px;
    padding: 10px 36px 10px 35px;
}


.space-reduction {
    letter-spacing: -0.3em;
}

.top-property__contents .property-img.noimg {
    border: solid 1px #c7c7c7;
    background-color: #e1e1e1;
	
}
.top-property__contents .property-img.noimg img{
	opacity:0.5;
}

@media screen and (min-width:1367px) {
    .top-contents__info--text {
        margin-left: 145px;
    }

}

@media screen and (min-width:901px) and (max-width:1080px) {
    .top-contents__info--text {
        width: 40%;
        margin: auto;
        padding-right: 0;
    }

    .top-property-midashi p:nth-of-type(1) {
        width: 50%;
    }

    .top-property-midashi {
        align-items: flex-start;
        flex-direction: column;
    }
	
	.top-contents__info--solution .common-btn {
    	margin: 0px 0 20px 45px;
	}
	
	.top-info-partner .common-btn {
    	margin: 0px 0px 20px 0px;
	}
}


@media screen and (max-width:900px) {
    .top-about__container {
        flex-direction: column;
    }

    .top-about__left {
        font-size: .26rem;
        width: 100%;
        line-height: 1.65;
        white-space: nowrap;
    }

    .top-about__right {
        font-size: .15rem;
        width: 96%;
        line-height: 2;
        margin-top: 30px;
    }

    .top-about {
        background-image: none;
        padding: 47px 22px 207px;
        background-attachment: fixed;
    }

    .top-about__container {
        flex-direction: column;
        position: relative;
        z-index: 2;
    }

    .background-block__img {
        background-image: url(../images/top/sp-top-about-back.jpg);
        background-position: center bottom;
    }


    /* ニュース */
    .top-news {
        padding: 77px 15px 20px;
    }

    .top-news__list {
        padding: 0 15px;
        margin-top: 47px;
        margin-bottom: 45px;
        flex-direction: column;
    }

    .news-item {
        width: 100%;
        margin-bottom: 42px;
    }

    .news-item:last-of-type {
        margin-bottom: 0;
    }

    .news-day {
        font-size: .15rem;
        margin-bottom: 5px;
    }

    .news-img {
        margin-bottom: 8px;
    }

    .news-text {
        font-size: .15rem;
    }

    .top-news .common-btn {
        width: 295px;
    }

    /* コンテンツ */
	.contents-worry__img {
    	width: 100vw;
    	max-width: 100vw;
    	margin-left: calc(50% - 50vw);
		margin-top: 15px;
	}

	.contents-worry__img img{
		width: 100vw;
	}
	
	
    .top-contents {
        padding: 55px 15px 55px;
        width: 1335px;
        max-width: 100%;
        margin: 0 auto;
    }

    .top-contents__info--solution {
        margin-top: 31px;
    }

    .top-info__item--flex {
        flex-direction: column;
    }

    .top-contents__info--img {
        width: 100%;
        height: initial;
    }

    .top-info-partner .top-company01-img,
    .top-info-partner .top-company02-img,
    .top-info-partner .top-company03-img {
        height: initial;
    }

    .top-contents__info--img p {
        bottom: 7px;
        left: 18px;
        font-size: .40rem;
    }

    .top-contents__info--text {
        width: 100%;
        padding-right: 0;
    }

    .top-info-partner .top-contents__info--text {
        width: 100%;
    }

    .top-contents__info--text-wrap {
        width: 100%;
        max-width: 100%;
        padding: 42px 30px 55px;
    }

    .top-contents__info--midashi {
        font-size: .24rem;
        line-height: 1.7;
        margin-bottom: 18px;
        letter-spacing: -0.05em;
    }

    .top-contents__info--lead {
        font-size: .15rem;
        margin-bottom: 25px;
    }

    .top-contents__kinds--block p {
        font-size: .16rem;
        width: 48%;
        padding: 4px 10px;
        margin-bottom: 14px;
    }

    .top-contents__kinds {
        margin: 0 auto;
    }

    .top-contents__kinds--block {
        margin-bottom: 2px;
    }

    .top-contents__info--text-wrap small {
        margin-bottom: 21px;
    }

    .top-contents__info--solution .common-btn {
        margin: 0 auto;
        padding: 7px 35px 7px 55px;
        width: 295px;
    }

    .top-info__item {
        margin-bottom: 61px;
    }

    /* 売る買う借りる */
    .top-contents__info--support .top-contents__info--text-wrap {
        margin-bottom: 0;
        max-width: 100%;
    }

    .top-contents__info--support .common-btn {
        margin: 0px auto 10px;
        padding: 9px 22px 9px 20px;
        width: 295px;
    }

    .top-contents__info--support .common-btn:last-of-type {
        margin-bottom: 0;
    }


    /* おすすめ物件 */
    .top-property-midashi {
        margin-bottom: 42px;
        flex-direction: column;
    }

    .top-property {
        padding: 37px 29px 66px;
        margin-bottom: 60px;
    }

    .top-property-midashi p:nth-of-type(1) {
        font-size: .36rem;
        width: 100%;
        margin-bottom: 8px;
    }

    .top-property-midashi p:nth-of-type(2) {
        font-size: .15rem;
        width: 100%;
    }


    .top-property .common-btn {
        width: 295px;
    }

    /* カンパニー */
    .top-info-partner .top-contents__info--text-wrap {
        width: 100%;
        margin-top: 0px;
        max-width: 100%;
    }

    .top-info-partner .top-contents__info--midashi {
        font-size: .24rem;
        line-height: 1.75;
        margin-bottom: 30px;
        letter-spacing: 0.01em;
    }

    .top-info-partner>p {
        left: 2px;
        bottom: initial;
        top: 10px;
        font-size: .70rem;
    }

    .top-info-partner .top-contents__info--lead {
        margin-bottom: 37px;
    }

    .top-info-partner .common-btn {
        width: 295px;
        margin: 0px auto 12px;
        padding: 8px 20px 8px 20px;
    }

    .top-info-partner .common-btn:last-of-type {
        margin-bottom: 0;
    }

    .sp-fot-line {}

}