main .pc {
    display: block;
}

main .sp {
    display: none;
}

@media screen and (max-width: 1024px) {
    main .sp {
        display: block;
    }

    main .pc {
        display: none;
    }
}

.service2{
    margin-top: 5rem;
}

@media screen and (max-width: 767px) {
    .service2 .page_top .page_title h1 {
        font-size: 4rem;
    }

    #mansion #sec1 h2 {
        width: 80%;
    }
}

.service2 #sec1 {
    background: url(../renovation/images/s1_bg.jpg) no-repeat center top/cover;
    padding-top: 30rem;
}

.service2 #sec1 .inner {
    background-color: #fff;
    padding-top: 7rem;
    padding-left: 10rem;
    padding-right: 10rem;
    padding-bottom: 1rem;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.service2 #sec1 .inner h2 {
    text-align: center;
    background-size: 97% 1px;
    margin-bottom: 4rem;
}

.service2 #sec1 .inner .txt {
    letter-spacing: 0.1em;
    line-height: 3.6rem;
}

@media screen and (max-width: 767px) {
    .service2 #sec1 .inner {
        padding: 5%;
    }

    .service2 #sec1 .inner h2 {
        margin-bottom: 2rem;
    }
}

.service2 #sec2 {
    position: relative;
    margin-top: 6rem;
    margin-bottom: 10rem;
}

.service2 #sec2::before {
    content: '';
    background: url('') no-repeat center top/cover;
    position: absolute;
    top: 0;
    bottom: 0;
    width: 60%;
}

.service2 #sec2 .inner {
    width: 36%;
    margin-left: auto;
    position: relative;
    z-index: 2;
    padding-top: 0;
}

.service2 #sec2 .inner .ttlh3 {
    padding-bottom: 6rem;
    white-space: nowrap;
}

.service2 #sec2 .inner .txt {
    letter-spacing: 0.09rem;
    font-size: 14px;
}

@media screen and (max-width: 1024px) {
    .service2 #sec2 {
        margin-top: 10%;
        margin-bottom: 10%;
    }

    .service2 #sec2::before {
        display: none;
    }

    .service2 #sec2 .inner {
        width: 100%;
        padding-top: 0;
        padding-bottom: 0;
    }

    .service2 #sec2 .inner .pt {
        width: 100%;
    }

    .service2 #sec2 .inner .pt img {
        width: 100%;
    }

    .service2 #sec2 .inner .txt {
        padding-left: 0;
        max-width: 100%;
        width: 100%;
        margin-top: 3%;
    }

    .service2 #sec2 .inner .ttlh3 {
        position: absolute;
        top: 20vw;
        right: 0;
        z-index: 2;
    }
}

.service2 #sec3 {
    padding-bottom: 7rem;
}

.service2 #sec3 h2 {
    background: none;
    padding-bottom: 4.8rem;
    font-size: 4.1rem;
    text-align: center;
    line-height: 4.1rem;
    font-weight: normal;
}

.service2 #sec3 .list-img {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.service2 #sec3 .list-img li {
    margin-bottom: 2rem;
    width: calc((100% - 6rem)/4);
}

.service2 #sec3 .list-img li:not(:nth-child(4n+4)) {
    margin-right: 2rem;
}

.service2 #sec3 .list-img li img {
    width: 100%;
}

.service2 #sec2 .js-box-slide{
  display: block;
}

@media screen and (max-width: 767px) {
    .service2 #sec3 {
        padding-bottom: 10%;
    }

    .service2 #sec3 .list-img li {
        width: 49%;
        margin-bottom: 2%;
    }

    .service2 #sec3 .list-img li:not(:nth-child(4n+4)) {
        margin-right: 0;
    }

    .service2 #sec3 .list-img li:nth-child(even) {
        margin-left: 2%;
    }
}

.service2 .c-gradient-border-ttl:after{
  display: none;
}