.top {
    background: url(../img/renovation/renov-bg1.jpg) no-repeat center / cover;
}
.top-block {
    width: 100%;
    background: rgba(17, 86, 37, 0.8);
    padding: 60px 40px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin: 40px auto;
}
.top-block h2 {
    display: flex;
    flex-direction: column;
    font-size: 67px;
    color: #fff;
    margin-top: 0;
    margin-bottom: 30px;
    text-align: center;
    letter-spacing: 5px;
    border-bottom: 3px solid #fff;
    padding-bottom: 30px;
}
.top-block h2 span {
    display: flex;
    align-items: center;
    font-size: 28px;
    color: #426837;
    background-color: #fff;
    padding: 2px 20px;
    width: fit-content;
    margin: 0 auto;
}
.top-block h2 span span {
    font-size: 21px;
    padding: 0;
}
.top-block p {
    color: #fff;
    font-size: 23px;
    letter-spacing: 3px;
    text-align: center;
}
.ta {
    background-color: #fff;
}
.ta p {
    text-align: center;
    font-size: 21px;
    letter-spacing: 3px;
    line-height: 1.8;
}
.concept {
    background: url(../img/renovation/renov-img.png)no-repeat center / cover;
}
.concept .content {
    margin-top: 480px;
    margin-bottom: 60px;
}
.concept h2 {
    width: fit-content;
    background: #fff;
    padding: 5px 20px;
    font-size: 49px;
    letter-spacing: 10px;
    margin-bottom: 20px;
}
.concept h2 span {
    color: #664F33;
}
.concept p {
    width: fit-content;
    background: #fff;
    padding: 5px 20px;
    font-size: 21px;
    letter-spacing: 5px;
}
.br-tb {
    display: none;
}
.point {
    background: url(../img/renovation/renov-bg2.jpg)no-repeat center / cover;
}
.point .tri {
    border-right: 90px solid transparent;
    border-top: 50px solid #fff;
    border-left: 90px solid transparent;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
}
.point ul {
    background-color: rgba(255, 255, 255, 0.9);
    width: fit-content;
    margin: auto;
    padding: 40px;
}
.point li {
    font-size: 21px;
    letter-spacing: 5px;
    color: #664F33;
    padding-bottom: 20px;
    border-bottom: 1px solid #b5b5b5;
    margin-bottom: 20px;
}
.point li span {
    font-size: 17px;
}
.point li:last-of-type {
    margin-bottom: 0;
    padding-bottom: 0;
    border-bottom: none;
}
.ta .big {
    font-size: 25px;
}
.ta .big span {
    font-size: 32px;
    color: #664F33;
}
.q-img {
    margin-bottom: 60px;
}
.kokoroe {
    background: url(../img/renovation/renov-bg3.jpg) repeat center / cover;
    color: #664F33;
}
.kokoroe-ttl {
    flex-direction: column;
    align-items: center;
    color: #664F33;
    margin-top: 80px;
    margin-bottom: 120px;
}
.kokoroe-ttl p {
    font-size: 28px;
    letter-spacing: 5px;
    text-align: center;
}
.kokoroe-ttl h2 {
    font-size: 75px;
    letter-spacing: 10px;
    text-align: center;
}
.kokoroe-ttl h2 span {
    font-size: 52px;
}
.kokoroe h3 {
    font-size: 33px;
    letter-spacing: 8px;
    margin-bottom: 15px;
    padding-bottom: 15px;
    border-bottom: 1px solid #d5d5d5;
}
.kokoroe h3 span {
    font-size: 48px;
    margin-right: 10px;
    margin-bottom: -2px;
}
.kokoroe .text {
    font-size: 18px;
    letter-spacing: 5px;
    line-height: 1.8;
    margin-bottom: 80px;
}

.works {
    width: 100%;
    margin-top: 60px;
    min-height: 280px;
}
.works .img {
    width: 45%;
    height: auto;
}
.works .img img {
    height: 100%;
    object-fit: cover;
}
.works .text {
    width: 55%;
    min-width: fit-content;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background-color: #EFEAE0;
    border: 1px solid #000;
    padding: 2vw;
    margin: 0;
    height: auto;
}
.works .text p {
    color: #664F33;
    text-align: center;
    font-size: 24px;
    letter-spacing: 3px;
    line-height: 1.8;
    margin-bottom: 30px;
}
.works .link-box {
    height: 60px;
    text-align: center;
    margin: 0 auto;
}

.dif .ttl-sub {
    line-height: 1.8;
    margin-top: 30px;
}
.dif .block {
    flex-direction: column;
    background-color: #fff;
    padding: 30px;
    margin-bottom: 40px;
}
.dif .block .ttl {
    margin-bottom: 20px;
}
.dif .block .ttl-sub {
    font-size: 21px;
    margin-top: 20px;
}
.dif .block p {
    letter-spacing: 5px;
    line-height: 1.8;
}

.dif .block:last-of-type {
    margin-bottom: 0;
}

#contact-top .content {
    padding: 80px 2vw 0 2vw;
}

#contact-top .block {
    flex-direction: column;
    padding: 60px;
    background-color: #FEF9F1;
}

#contact-top p {
    font-size: 18px;
    margin-bottom: 10px;
}

#contact-top .min span {
    font-size: 26px;
}

#contact-top .block-btm {
    align-items: center;
}

#contact-top .text {
    flex-direction: column;
}

#contact-top .block-btm img {
    max-width: 550px;
    margin-right: 30px;
}

#contact-top .block-btm .min {
    display: flex;
    align-items: center;
}

#contact-top .block-btm .min:last-of-type {
    margin-bottom: 0;
}

#contact-top .block-btm .min span {
    width: 80px;
    font-size: 14px;
    display: flex;
    color: #fff;
    background-color: #000;
    padding: 3px;
    justify-content: center;
    align-items: center;
    letter-spacing: 3px;
    margin-right: 10px;
}

.block-ttl {
    display: flex;
    width: 100%;
    font-size: 28px;
    color: #fff;
    text-align: center;
    justify-content: center;
    align-items: center;
    background-color: #523109;
    letter-spacing: 3px;
    padding: 8px 2vw;
}

@media (hover: hover) and (pointer: fine) {}


/*/////////////////////レスポンシブ////////////////////////////*/

@media screen and (max-width: 1070px) {
    .top-block h2 {
        font-size: 48px;
    }
    .top-block h2 span {
        font-size: 19px;
    }
    .top-block h2 span span {
        font-size: 17px;
    }
    .top-block p {
        font-size: 18px;
    }
    .concept {
        background: url(../img/renovation/renov-img_sp.png)no-repeat center / cover;
    }
}
@media screen and (max-width: 1000px) {
    #contact-top .block-btm {
        flex-direction: column;
        align-items: flex-start;
    }
    #contact-top .block-btm img {
        margin-bottom: 20px;
        margin-right: 0;
    }
    #contact-top .block-btm .text {
        flex-direction: row;
    }
    #contact-top .block-btm .min {
        margin-bottom: 0;
        margin-right: 20px;
    }
}
@media screen and (max-width: 870px) {
    .ta p {
        font-size: 16px;
    }
    .concept h2 {
        font-size: 36px;
    }
    .concept .content {
        margin-top: 210px;
        margin-bottom: 0;
    }
    .ta .big {
        font-size: 21px;
    }
    .ta .big span {
        font-size: 26px;
        color: #664F33;
    }
    .works {
        flex-direction: column;
        margin-top: 40px;
    }
    .works .img {
        width: 100%;
    }
    .works .text {
        width: 100%;
        min-width: 0;
        padding: 30px 2vw;
    }
    .kokoroe-ttl p {
        font-size: 21px;
    }
    .kokoroe-ttl h2 {
        font-size: 53px;
    }
    .kokoroe-ttl h2 span {
        font-size: 32px;
    }
    .kokoroe h3 {
        font-size: 28px;
    }
    .kokoroe h3 span {
        font-size: 33px;
    }
    .kokoroe-ttl {
        margin-top: 60px;
        margin-bottom: 80px;
    }
    .kokoroe .text {
        margin-bottom: 60px;
    }
    .dif .block .ttl-sub {
        font-size: 18px;
    }
}
@media screen and (max-width: 820px) {
    .block-ttl {
        font-size: 24px;
    }
}

@media screen and (max-width: 600px) {
    .top-block {
        padding: 30px 20px;
    }
    .top-block h2 {
        font-size: 32px;
    }
    .top-block h2 span {
        font-size: 18px;
    }
    .top-block h2 span span {
        font-size: 15px;
    }
    .top-block p {
        font-size: 16px;
    }
    .concept h2 {
        font-size: 23px;
        margin-bottom: 10px;
    }
    .concept p {
        font-size: 16px;
    }
    .point ul {
        padding: 30px 20px;
    }
    .point li {
        font-size: 18px;
    }
    .point li span {
        font-size: 15px;
    }
    .point .tri {
        border-right: 70px solid transparent;
        border-top: 30px solid #fff;
        border-left: 70px solid transparent;
    }
    .q-img {
        margin-bottom: 40px;
    }
    .kokoroe-ttl p {
        font-size: 16px;
    }
    .kokoroe-ttl h2 {
        font-size: 46px;
    }
    .kokoroe-ttl h2 span {
        font-size: 28px;
    }
    .kokoroe h3 {
        font-size: 23px;
    }
    .kokoroe h3 span {
        font-size: 26px;
    }
    .kokoroe .text {
        font-size: 16px;
    }
    .kokoroe-ttl {
        margin-top: 40px;
        margin-bottom: 60px;
    }
    .dif .block {
        padding: 30px 20px;
    }
    #contact-top .block {
        padding: 40px 20px;
    }
    #contact-top .content {
        padding: 60px 2vw 0 2vw;
    }
}
@media screen and (max-width: 460px) {
    #contact-top .block-btm .text {
        flex-direction: column;
    }
    #contact-top .block-btm .min {
        margin-bottom: 10px;
        margin-right: 0;
    }
    #contact-top .min span {
        font-size: 23px;
    }
}