.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;
}


/* コンテンツ */
.contents-worry__img {
    margin-top: 170px;
}



.f-anime-img {
    position: absolute;
    opacity: 0;
    transform: translateY(20px);
    transition: all 0.6s ease-out;
}

.f-anime-img.worry-couple{
    position: relative;
}


.f-anime-img.action {
    opacity: 1;
    transform: translateY(0);
}

.worry-couple {
    width: 928px;
    max-width: 100%;
    display: block;
    margin: 0 auto;
    transition: all 1s 0.9s ease-out;
}

.koma-s-1 {
    top: 34.4%;
    width: 1.8%;
    left: 29.8%;
    transition-delay: 1.2s;
}

.koma-m-1 {
    top: 22.5%;
    width: 4.3%;
    left: 25.6%;
    transition-delay: 1.5s;
}

.koma-text1 {
    position: absolute;
    left: 16%;
    bottom: 79.3%;
    width: 19.3%;
    transition-delay: 1.8s;
}

.koma-s-2 {
    top: 27.7%;
    width: 1.8%;
    right: 31.7%;
    transition-delay: 2.1s;
}

.koma-m-2 {
    top: 15%;
    width: 4.3%;
    right: 28.2%;
    transition-delay: 2.4s;
}

.koma-text2 {
    position: absolute;
    right: 25.2%;
    bottom: 85.2%;
    width: 19.3%;
    transition-delay: 2.7s;
}

.koma-s-3 {
    bottom: 17%;
    width: 1.8%;
    left: 26.6%;
    transition-delay: 3.0s;
}

.koma-m-3 {
    bottom: 13%;
    width: 4.3%;
    left: 20.4%;
    transition-delay: 3.3s;
}

.koma-text3 {
    left: 2.8%;
    bottom: 15.5%;
    width: 19.3%;
    transition-delay: 3.6s;
}

.koma-s-4 {
    bottom: 26%;
    width: 1.8%;
    right: 24.4%;
    transition-delay: 3.9s;
}

.koma-m-4 {
    bottom: 22.6%;
    width: 4.3%;
    right: 18.5%;
    transition-delay: 4.2s;
}

.koma-text4 {
    right: 3.6%;
    bottom: 30.1%;
    width: 19.3%;
    transition-delay: 4.5s;
}

.sonnatoki {
    font-weight: bold;
    color: var(--color-main);
    font-size: .36rem;
    text-align: center;
    margin-top: 40px;
    letter-spacing: 0.15em;
	transition-delay: 5s;
	position: inherit;
}





.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;
} */


/* カンパニー */
.pc-contents-worry__img {
    position: relative;
}




.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: 48px;
}

.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;
    }

    /* コンテンツ */
	.worry-couple {
        width: 91%;
    }

    .koma-text1 {
        left: -4.2%;
        bottom: 61.3%;
        width: 52.3%;
        transition-delay: .4s;
    }

    .koma-m-1 {
        top: 39.5%;
        width: 8.5%;
        left: 15.2%;
        transition-delay: .2s;
    }

    .koma-s-1 {
        top: 45.5%;
        width: 3.7%;
        left: 21.8%;
    }

    .koma-text2 {
        right: -7.4%;
        bottom: 66.5%;
        width: 52.3%;
        transition-delay: 1s;
    }

    .koma-m-2 {
        top: 35%;
        width: 9.3%;
        right: 14.2%;
        transition-delay: .8s;
    }

    .koma-s-2 {
        top: 40.7%;
        width: 3.8%;
        right: 21.7%;
        transition-delay: .6s;
    }

    .koma-s-3 {
        bottom: 35.8%;
        width: 3.6%;
        left: 38.3%;
        transition-delay: 1.2s;
    }

    .koma-m-3 {
        bottom: 29%;
        width: 8.6%;
        left: 31.6%;
        transition-delay: 1.4s;
    }

    .koma-text3 {
        left: -7.1%;
        bottom: -0.3%;
        width: 53%;
        transition-delay: 1.6s;
    }

    .koma-s-4 {
        bottom: 42.6%;
        width: 3.8%;
        right: 39.4%;
        transition-delay: 1.8s;
    }

    .koma-m-4 {
        bottom: 35.8%;
        width: 8.6%;
        right: 38.5%;
        transition-delay: 2s;
    }

    .koma-text4 {
        right: -2.8%;
        bottom: 6.5%;
        width: 52.8%;
        transition-delay: 2.2s;
    }

    .f-anime-img.koma-text4,
    .f-anime-img.koma-m-4,
    .f-anime-img.koma-s-4,
    .f-anime-img.koma-text3,
    .f-anime-img.koma-m-3,
    .f-anime-img.koma-s-3  {
        /*transform: translateY(-20px);*/
    }

    .f-anime-img.action {
        opacity: 1;
        transform: translateY(0);
    }


    .pc-contents-worry__img {
        position: relative;
        padding-bottom: 61%;
        padding-top: 52%;
    }

    .sonnatoki {
        font-size: .24rem;
        margin-top: 10px;
    }

    .contents-worry__img {
        margin-top: 0;
    }
	
	
	
	
	.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: 24px;
    }

    .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 {}

}