.renovation02__wrap {
    margin-top: 20px;
}

.renovation02__txt01 {
    line-height: calc(25/16);
    margin-top: 20px;
}

.renovation02__img__list__wrap {
    margin-top: 35px;
}

.renovation02__img__list {}

.renovation02__img__list-item01 {}

.renovation02__img__txt__area {}

.renovation02__img__ttl {
    font-size: 28px;
    line-height: calc(40/28);
}

.renovation02__img__ttl>span {
    display: inline-block;
}

.renovation02__img__txt {
    line-height: calc(25/16);
    margin-top: 14px;
    margin-bottom: 24px;
}

.renovation02__img__wrap {
    margin-top: 25px;
    margin-bottom: 18px;
}

.renovation02__img01 {
    margin-right: -20px;
    width: 93%;
    margin-left: auto;
    opacity: 0;
    transition: opacity 2s;
}

.renovation02__img__list-item02 {
    margin-top: 30px;
}


.renovation02__btn {
    width: 217px;
}

.renovation__info__wrap {
    margin-top: 35px;
}

.s-active.up {
    opacity: 1;

}


.wall_painting__btn{
    margin-top:35px;
}

/* その他リフォーム */
.renovation02__other__content__wrap {
    margin-top: 30px;
    margin-bottom:30px;
}

.other__content__list {
    display: flex;
    flex-wrap: wrap;
}
.other__content__list>li {
    position: relative;
    width: calc((100% - 4%)/2);
    margin-bottom: 14px;
}
.other__content__list>li:not(:nth-child(2n)){
    margin-right: 4%;
}
.other__content__list>li>img {
    width: 100%;
}

.other__content__list__txt {
    position: absolute;
    /* bottom: 10%; */
    font-size: 4vw;
    line-height: calc(16/12);
    top: 73%;
    font-weight: 600;
    text-align: center;
    width: 100%;
}
.other__content__undertxt{
    font-size: 14px;
    text-align: right;
    margin-top: 5px;
    line-height: 1.4;
}




@media (min-width: 768px) {

    /*  */
    .header {
        /*  margin-bottom: 0; */
        margin-bottom: 0;
    }

    .header__pc__nav__wrap {
        display: flex;
        margin-right: 0;
        margin-left: auto;
        height: 164px;
        flex-wrap: wrap;
        justify-content: flex-end;
    }

    .header__sp {
        align-items: flex-start;
        background: linear-gradient(to top, rgba(255, 255, 255, 0.01) 0%, rgba(255, 255, 255, 1) 100%);
        border: none;
    }


    /*  */
    .renovation02__wrap {
        margin-top: 57px;
    }

    .renovation02__txt01 {
        line-height: calc(30/18);
        margin-top: 36px;
        text-align: center;
        font-size: 18px;
    }


    .renovation02__img__list-item01 {
        display: flex;
        margin-top: 76px;

    }

    .renovation02__img__list-item01 .renovation02__img__txt__area {
        margin-right: 6.1%;
        width: 85%;
    }

    .renovation02__img__ttl {
        font-size: 35px;
        line-height: calc(50/35);
    }

    .renovation02__img__txt {
        margin-top: 30px;
        margin-bottom: 0;
    }

    .renovation02__img01 {
        margin-right: calc((100% - 100vw)/2 + 10px);
        width: auto;
        margin-left: auto;


    }

    .renovation02__img01>img {
        width: 100%;
    }

    .renovation02__img__wrap {
        margin-top: 90px;
        margin-bottom: 52px;
        margin-left: calc((100% - 100vw)/2 + 10px);
    }

    .renovation02__btn {
        margin: 0 auto;
        margin-top: 60px;
    }

    .renovation__info__wrap {
        margin-top: 60px;
    }

    /* その他リフォーム */
.renovation02__other__content__wrap {
    margin-top: 60px;
    margin-bottom:0;
}

.other__content__list {
    display: flex;
    flex-wrap: wrap;
}
.other__content__list>li {
    position: relative;
    width: calc((100% - 8.4%)/4);
    margin-bottom: 35px;
}
.other__content__list>li:not(:nth-child(2n)){
    margin-right: 0;
}
.other__content__list>li:not(:nth-child(4n)){
    margin-right: 2.8%;
}
.other__content__list>li>img {
    width: 100%;
}

.other__content__list__txt {
    position: absolute;
    /* bottom: 10%; */
    font-size:min(2.1vw,19.5px);
    line-height: calc(16/12);
    top: 73%;
    font-weight: 600;
    text-align: center;
    width: 100%;
}

.other__content__undertxt{
    font-size: 18px;
    text-align: right;
    margin-top: 0;
    line-height: 1;
}
}