#js-fade-bg__inner {
    position: relative;
    width: 100%;
    height: 940px;
    overflow: hidden;
}
.slideimg {
	position: absolute;
    inset: 0;/*親要素内にフルサイズで配置*/
	opacity: 0;
	background-position: center;
	background-size: cover;/* 画像をスライド全体にカバー */
	animation: slideAnime 16s infinite; /* 15秒で1サイクル */
}

@keyframes slideAnime {
	0%, 30%, 100% { opacity: 0; }/* スライドの非表示タイミング */
	10%, 20% { opacity: 1; }/* スライドの表示タイミング */
}

/* 各スライドのアニメーションタイミングを均等にずらす */
.slideimg:nth-of-type(1){
	background-image: url('../img/fv/akabane.jpg');
	animation-delay: 0s;
}

.slideimg:nth-of-type(2) {
	background-image: url('../img/fv/genba_01.jpg');
	animation-delay: 4s;
}

.slideimg:nth-of-type(3) {
	background-image: url('../img/fv/tsukuda.jpg');
	animation-delay: 8s;
}

.slideimg:nth-of-type(4) {
	background-image: url('../img/fv/genba_02.jpg');
	animation-delay: 12s;
}

.fv__title {
    position: relative;
    z-index: 10;
    font-size: 30px;
    letter-spacing: .1em;
    color: #fff;
    margin: 180px 0 0 4%;
}
.fv-br {
    display: none;
}

.contents-sec {
    padding: 120px 24px;
}

.top-work {
    text-align: center;
}



.top-work-flx {
    display: flex;
    justify-content: space-between;
    max-width: 1100px;
    width: 100%;
    gap: 5%;
    margin: 72px auto 64px auto;
}
.top-work-flx-wrap {
    justify-content: center;
    flex-wrap: wrap;
    gap: 48px;
}

.top-work-flx__item-img,
.wp-post-image {
    max-width: 330px;
    width: 100%;
    height: auto;
}
.top-work-flx-wrap:after {
    content:"";
    display: block;
    max-width: 330px;
    width: 100%;
}



.contact__btn-arrow {
    width: 16px;
    margin-left: 6px;
}


/************************ top-company-sec ************************/
.top-company-sec {
    background-color: #f7f7f7;
}

.contents__title-02 {
    position: relative;
    font-size: 30px;
    margin-left: 24px;
    margin-bottom: 72px;
}
.contents__title-02::after {
    position: absolute;
    content: "";
    background-color: #000;
    width: 40px;
    height: 1px;
    bottom: -5px;
    left: 0;
}

.top-company__bg {
    width: 92vw;
    height: 480px;
    margin-bottom: 60px;
    margin-left: -24px;
    background-image: url(../img/top/top_campany_bg_2.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.contents02__txts {
    margin: 0 0 48px 24px;
}

.contents02__heading {
    font-size: 24px;
}

.contents02__txt {
    max-width: 1100px;
    width: 100%;
    margin-top: 24px;
    text-align: justify;
}

.top-work-content__btn {
    margin-left: 24px;
    transition: .2s;
}
.top-work-content__btn:hover {
    background-color: #ECD100;
}


/************************ top-reno-sec ************************/
.top-reno-sec {
    background-color: #ECD100;
}

.contents__title-02-reno {
    text-align: right;
    right: 24px;
}
.contents__title-02-reno::after {
    left: auto;
    right: 10px;
}

.top-reno__bg {
    background-image: url(../img/top/top_reno_bg.jpg);
    margin-left: auto;
    margin-right: -24px;
}

.top-reno-content__btn {
    margin-left: auto;
    margin-right: 24px;
    background-color: #ECD100;
    transition: .2s;
}

.top-reno-content__btn:hover {
    background-color: #fff;

}


/************************ top-reno-sec ************************/
.top-news {
    position: relative;
}

.top-news-content {
    max-width: 680px;
    width: 100%;
    margin: 72px auto 64px auto;
}

.news__heading {
    font-size: 20px;
}
.news__date {
    margin-top: 10px;
    color: #777;
    font-size: 13px;
}
.news__txt {
    margin-top: 16px;
    font-size: 13px;
}

.top-news-content-mt {
    margin-top: 56px;
}

.top-news__logo {
    z-index: -5;
    position: absolute;
    bottom: -155px;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    max-width: 650px;
    width: 100%;
}

@media screen and ( max-width: 920px ) {
    #js-fade-bg__inner {
    	height: 600px;
    }
	
	.top-company__bg {
        height: 320px;
    }
}

    
@media screen and ( max-width: 760px ) {
    .top-work-flx__item img {
        max-width: 620px;
    }
}

@media screen and ( max-width: 620px ) {
	#js-fade-bg__inner {
    	height: 400px;
    }
	
    .contents-sec {
        padding: 72px 24px;
    }
    
    .top-work-flx {
        display: block;
    }

    .top-work-flx {
        margin: 16px auto 40px auto;
    }
    
    .top-work-flx__item img {
        margin-top: 48px;
        max-width: 820px;
    }

    .contents__title-02 {
        margin-bottom: 40px;
    }
    
    .top-company__bg {
        width: 100vw;
        height: 200px;
        margin-bottom: 40px;
    }
    .top-reno__bg {
        margin-left: -24px;
    }

    .top-news-content {
        margin: 56px auto 40px auto;
    }

    .top-news__logo {
        bottom: -9%;
        max-width: 320px;
    }

    .contents__title-02 {
        font-size: 20px;
    }

    .contents__title-02 {
        margin-left: 0;
    }
    .contents02__txts {
        margin: 0 0 48px 0;
    }
    .top-work-content__btn {
        margin: 0 auto 0 0;
    }
    .top-reno-content__btn {
        margin: 0 0 0 auto;
    }

    .news__heading {
        font-size: 16px;
    }
}

@media screen and ( max-width : 450px ) {
	#js-fade-bg__inner {
        height: 320px;
    }

    .fv__title {
        font-size: 20px;
        margin: 140px 0 0 5%;
    }

	
    .contents-sec {
        padding: 56px 24px;
    }

    .contents02__heading {
        font-size: 18px;
    }

    .contents02__txts {
        margin: 0 0 32px 0;
    }

    .fv-br {
        display: block;
    }
}