@charset "utf-8";

/* -------------------------------------------------- */
/* PC*/
/* -------------------------------------------------- */
.innerS {
    max-width: 1000px;
    margin: 0 auto;
}

#pageTtlWrap {
    border-bottom: 5px solid #1c4fa1;
}

.worksTtl {
    background: url(../../img/renovation/renovation_mv_bg.jpg) no-repeat center center / cover;
}

.pageTtl {
    padding: 15px 45px 20px 40px;
    background: #1c4fa1;
}

.pageSubTtl {
    width: 570px;
    padding: 9px 14px;
    margin: 15px auto 0;
    display: block;
    background: #fff;
    font-size: 1.5rem;
    font-weight: 700;
    letter-spacing: 0;
    text-align: center;
    color: #ab0106;
}

.pageSubTtl * {
    letter-spacing: 0;
}

.sideBySide {
    display: flex;
    gap: 20px;
    align-items: flex-start;
    justify-content: space-between;
}

.imgWrap {
    position: relative;
    width: 48%;
}

.imgWrap img {
    width: 100%;
    height: auto;
    display: block;
}

.whichOne {
    position: absolute;
    bottom: 10px;
    left: 10px;
    background: rgba(0, 0, 0, 0.6);
    color: #fff;
    padding: 5px 10px;
    font-size: 12px;
}

#works {
    margin: 0 0 100px;
    padding: 100px 0 55px;
    background: #f9f9f9;
}

.worksTtl {
    margin: 0 0 50px;
    position: relative;
    z-index: 0;
    text-align: center;
}

.worksTtlIn {
    padding: 0 50px;
    display: inline-block;
    background: #f9f9f9;
    font-size: 3.5rem;
    font-weight: 700;
    color: #1a1a1a;
}

#worksArea {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.worksBox {
    margin: 0 0 45px;
    padding: 40px 28px;
    background: #f9f9f9;
}

.category {
    margin: 0 0 18px;
    padding: 6px 12px;
    display: inline-block;
    background: #ccc;
    font-size: 1.3rem;
    color: #1a1a1a;
}

.place {
    margin: 0 0 20px;
    font-size: 2.5rem;
    font-weight: 700;
}

.slider {
    margin: 0 0 68px;
}

.sliderItem {
    position: relative;
}

.sliderItem img {
    width: 100%;
}

.whichOne {
    padding: 3px 24px;
    display: inline-block;
    position: absolute;
    right: 0;
    bottom: 0;
    font-size: 1.7rem;
    font-weight: 700;
    color: #fff;
}

.whichOne.before {
    background: #000;
}

.whichOne.after {
    background: #ab0106;
}

.worksCost {
    margin: 0 0 25px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.worksCost dt, .worksCost dd {
    font-size: 1.6rem;
}

.worksCost dt {
    margin: 0 24px 0 0;
    padding: 8px 20px;
    background: #f0f0f0;
}

.worksConts {
    margin: 0 0 35px;
    border-top: 1px solid #ccc;
}

.worksConts ul {
    padding: 10px 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border-bottom: 1px solid #ccc;
}

.worksConts li {
    width: 50%;
    padding: 0 0 0 24px;
    font-size: 1.6rem;
}

.worksConts li:nth-of-type(1) {
    border-right: 1px solid #ccc;
}

.construction {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.construction dt, .construction dd {
    font-size: 1.6rem;
}

.construction dt {
    margin: 0 30px 0 0;
}

.reformWrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.reformFigure {
    width: 48.33%;
}

.reformFigure img {
    width: 100%;
}

.reformConts {
    width: 51.67%;
    padding: 0 0 0 43px;
}

.reformTxtConts {
    margin: 0 0 36px;
}

.reformTxt {
    margin: 0 0 23px;
    font-size: 1.6rem;
    line-height: 1.4;
}

.reformTxt .br:after {
    content: "\A";
    white-space: pre;
}

.possibleTtl {
    margin: 0 0 20px;
    padding: 0 0 0 20px;
    font-size: 2.6rem;
    font-weight: 700;
    line-height: 1.4;
    border-left: 2px solid #ab0106;
}

.possibleBox {
    padding: 30px;
    background: #f9f9f9;
}

.poosibleInner {
    padding: 26px 0 6px 25px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    background: #fff;
}

.possibleItem {
    margin: 0 25px 20px 0;
    font-size: 1.6rem;
    line-height: 1.0;
}

.possibleItem:before {
    width: 10px;
    height: 10px;
    margin: 0 10px 0 0;
    display: inline-block;
    content: "";
    background: #ab0106;
    border-radius: 50%;
    vertical-align: 1px;
}

.possibleItem .assist {
    margin: 0 0 0 84px;
}

@media screen and (min-width: 1025px) and (max-width: 1200px) {
    .introTxt {
        width: 55%;
        padding: 0 30px 0 0;
    }

    .introTxt .br_:after {
        content: "";
    }

    .pointTxt .br_:before {
        content: "";
    }

    .cost {
        padding: 60px 4% 168px 4%;
    }

    .mark {
        width: 100px;
        height: 100px;
        padding: 13px 0 0 8px;
        top: -53px;
        right: 8px;
    }
}

/* -------------------------------------------------- */
/* TAB */
/* -------------------------------------------------- */
@media screen and (min-width: 768px) and (max-width: 1024px) {
    .pageTtl {
        padding: 15px 5% 15px;
    }

    .pageSubTtl {
        width: 100%;
        font-size: 1.3rem;
        text-align: center;
    }

    .pageTtlJp .br_:after {
        content: "\A";
        white-space: pre;
    }

    .cross:after {
        width: 10px;
        height: 10px;
        margin: 0 5px;
        display: inline-block;
        content: "";
        background: url(../../img/renovation/cross.png) no-repeat 0 0 / 100%;
    }

    .renovationSecTtl {
        margin: 0 0 20px;
        padding: 0 0 20px;
    }

    .renoTtlJp {
        font-size: 4.8rem;
    }

    .renoTtlEn {
        font-size: 3.0rem;
    }

    .intro {
        margin: 0 0 60px;
        padding: 0 0 311px;
        background: url(../../img/renovation/intro_ill.jpg) no-repeat center bottom / 436px;
    }

    .introCatch {
        margin: 0 0 20px;
        font-size: 4.0rem;
    }

    #reform .introCatch {
        letter-spacing: 0.04em;
    }

    .introCatch .br_:before {
        content: "";
    }

    .subCatch {
        font-size: 2.5rem;
    }

    .introTxt {
        width: 100%;
        font-size: 1.6rem;
    }

    .cost {
        margin: 0 0 60px;
        padding: 0 3% 13vw;
        background: #f9f9f9 url(../../img/renovation/intro_figure.png) no-repeat center bottom 30px / 96%;
    }

    .costBlock {
        width: 28%;
        padding: 102px 0 0;
    }

    .costBlockLarge {
        width: 36% !important;
        padding: 40px 0 0 !important;
    }

    .house {
        margin: 0 0 30px;
        padding: 12.59vw 0 5.8vw;
        background: url(../../img/renovation/house_bg.png) no-repeat center bottom / 100%;
        line-height: 1.3;
    }

    .costBlockLarge .house {
        padding: 13.28vw 0 4.88vw;
        background: url(../../img/renovation/house_bg02.png) no-repeat center bottom / 100%;
    }

    .costTxt br {
        display: none;
    }

    .pointTtl {
        margin: 0 0 60px;
    }

    .pointTtlIn {
        display: block;
        font-size: 2.8rem;
    }

    .pointTtlIn:before {
        left: 0;
    }

    .pointTtlIn:after {
        right: 0;
    }

    .especially {
        display: block;
    }

    .pointBox {
        width: 48.3%;
        margin: 0 0 35px;
    }

    .pointBox:nth-last-of-type(1) {
        margin: 0;
    }

    .pointHead {
        font-size: 2.0rem;
    }

    .pointNum {
        font-size: 3.0rem;
    }

    .pointTxt {
        font-size: 1.6rem;
    }

    #point {
        margin: 0 0 60px;
    }

    .concernTtl .br_ {
        display: inline-block;
        color: #ab0106 !important;
    }

    #caseConts {
        padding: 0;
    }

    .caseBox {
        width: 48.3%;
        margin: 0 0 40px;
    }

    .caseBox:nth-last-of-type(1) {
        margin: 0;
    }

    .caseHead {
        font-size: 2.0rem;
    }

    .caseNum {
        font-size: 3.8rem;
    }

    .caseTtl {
        padding: 0 0 14px !important;
        font-size: 2.0rem;
    }

    .caseFigure {
        margin: 0 0 20px;
    }

    .caseTxt {
        font-size: 1.6rem;
        line-height: 1.4;
    }

    .mark {
        width: 86px;
        height: 86px;
        padding: 14px 0 0 10px;
        top: -50px;
        right: 12px;
    }

    .mark img {
        width: 62px;
    }

    #works {
        margin: 0 0 50px;
        padding: 50px 0 55px;
    }

    .worksTtl {
        margin: 0 0 30px;
    }

    .worksTtlIn {
        padding: 0 40px;
        font-size: 3.0rem;
    }

    .worksBox {
        width: 48.3%;
        margin: 0 0 25px;
        padding: 20px 2.5%;
    }

    .category {
        margin: 0 0 10px;
        font-size: 1.3rem;
    }

    .place {
        margin: 0 0 15px;
        font-size: 2.0rem;
        letter-spacing: 0.08em;
    }

    .worksCost {
        margin: 0 0 20px;
    }

    .worksCost dt, .worksCost dd {
        font-size: 1.4rem;
    }

    .worksConts li {
        padding: 0 0 0 3%;
        font-size: 1.3rem;
        letter-spacing: 0.08em;
    }

    .worksConts {
        margin: 0 0 20px;
    }

    .construction dt, .construction dd {
        font-size: 1.3rem;
    }

    .reformFigure {
        width: 100%;
        margin: 0 0 20px;
    }

    .reformConts {
        width: 100%;
        padding: 0;
    }

    .reformTxt .br:after {
        content: "\A";
        white-space: pre;
    }

    .possibleBox {
        padding: 20px;
    }

    .possibleItem {
        margin: 0 25px 16px 0;
    }
}

/* -------------------------------------------------- */
/* SP */
/* -------------------------------------------------- */
@media screen and (max-width: 767px) {
    .renovationTtl {
        background: url(../../img/renovation/sp_renovation_mv_bg.jpg) no-repeat center bottom / cover;
    }

    .pageTtl {
        padding: 15px 5% 15px;
    }

    .pageSubTtl {
        width: 100%;
        font-size: 1.3rem;
        text-align: center;
    }

    .pageTtlJp .br_:after {
        content: "\A";
        white-space: pre;
    }

    .cross:after {
        width: 10px;
        height: 10px;
        margin: 2px auto;
        display: block;
        content: "";
        background: url(../../img/renovation/cross.png) no-repeat 0 0 / 100%;
    }

    .renovationSecTtl {
        margin: 0 0 20px;
        padding: 0 0 20px;
    }

    .renoTtlJp {
        font-size: 3.5rem;
    }

    .renoTtlEn {
        font-size: 2.0rem;
    }

    .introCatch {
        margin: 0 0 20px;
        font-size: 3.0rem;
    }

    #reform .introCatch {
        letter-spacing: 0.04em;
    }

    .introCatch .br_:before {
        content: "";
    }

    .introCatch .brSp:before {
        content: "\A";
        white-space: pre;
    }

    .subCatch {
        font-size: 2.5rem;
    }

    .introTxt {
        width: 100%;
        font-size: 1.6rem;
    }

    .cost {
        margin: 0 0 60px;
        padding: 0 3% 15vw;
        background: #f9f9f9 url(../../img/renovation/intro_figure.png) no-repeat center bottom 30px / 96%;
    }

    .costBlock {
        width: 28%;
        padding: 12.3vw 0 0;
    }

    .costBlockLarge {
        width: 36% !important;
        padding: 6.13vw 0 0;
    }

    .costBlock03 {
        padding: 12vw 0 0;
    }

    .house {
        margin: 0 0 30px;
        padding: 11.2vw 0 5.33vw;
        background: url(../../img/renovation/house_bg.png) no-repeat center bottom / 100%;
        font-size: 3.45vw;
        line-height: 1.3;
    }

    .costBlockLarge .house {
        padding: 9.6vw 0 4vw;
        background: url(../../img/renovation/house_bg02.png) no-repeat center bottom / 100%;
        font-size: 3.45vw;
    }

    .costBlock03 .house {
        padding: 5.6vw 0 2.13vw;
    }

    .house .br_:before, .house .br_:after {
        content: "\A";
        white-space: pre;
    }

    .costTxt {
        font-size: 1.3rem;
        line-height: 1.4;
    }

    .costBlockLarge .costTxt {
        font-size: 1.3rem;
    }

    .costTxt br {
        display: none;
    }

    .pointTtl {
        margin: 0 0 60px;
    }

    .pointTtlIn {
        display: block;
        font-size: 2.0rem;
    }

    .pointTtlIn:before {
        left: 0;
    }

    .pointTtlIn:after {
        right: 0;
    }

    .pointTtlIn .br_:before {
        content: "\A";
        white-space: pre;
    }

    .especially {
        display: block;
    }

    .pointBox {
        width: 100%;
        margin: 0 0 40px;
    }

    .pointBox:nth-last-of-type(1) {
        margin: 0;
    }

    .pointHead {
        font-size: 2.0rem;
    }

    .pointNum {
        font-size: 3.0rem;
    }

    .pointTxt {
        font-size: 1.6rem;
    }

    #point {
        margin: 0 0 60px;
    }

    .concernTtl * {
        font-size: 3.0rem;
        line-height: 1.4;
    }

    .concernTtl .br_ {
        color: #ab0106 !important;
    }

    .concernTtlMain .br_:after {
        content: "\A";
        white-space: pre;
    }

    #caseConts {
        padding: 0;
    }

    .caseBox {
        width: 100%;
        margin: 0 0 40px;
    }

    .caseBox:nth-last-of-type(1) {
        margin: 0;
    }

    .caseHead {
        font-size: 2.0rem;
    }

    .caseNum {
        font-size: 3.8rem;
    }

    .caseTtl {
        padding: 0 0 14px !important;
        font-size: 2.0rem;
    }

    .caseFigure {
        margin: 0 0 20px;
    }

    .caseTxt {
        font-size: 1.6rem;
        line-height: 1.4;
    }

    .mark {
        width: 86px;
        height: 86px;
        padding: 14px 0 0 10px;
        top: -50px;
        right: 12px;
    }

    .mark img {
        width: 62px;
    }

    #works {
        margin: 0 0 50px;
        padding: 50px 0 55px;
    }

    .worksTtl {
        margin: 0 0 30px;
    }

    .worksTtlIn {
        padding: 0 40px;
        font-size: 3.0rem;
    }

    .worksBox {
        width: 100%;
        margin: 0 0 25px;
        padding: 20px 4%;
    }

    .worksBox:nth-last-of-type(1) {
        margin: 0;
    }

    .category {
        margin: 0 0 10px;
        font-size: 1.3rem;
    }

    .place {
        margin: 0 0 15px;
        font-size: 2.0rem;
    }

    .worksCost {
        margin: 0 0 20px;
    }

    .worksCost dt, .worksCost dd {
        font-size: 1.4rem;
    }

    .worksConts li {
        padding: 0 0 0 3%;
        font-size: 1.3rem;
        letter-spacing: 0.08em;
    }

    .worksConts {
        margin: 0 0 20px;
    }

    .construction dt, .construction dd {
        font-size: 1.3rem;
    }

    .reformFigure {
        width: 100%;
        margin: 0 0 20px;
    }

    .reformConts {
        width: 100%;
        padding: 0;
    }

    .reformTxt .br:after {
        content: "\A";
        white-space: pre;
    }

    .possibleTtl {
        font-size: 2.0rem;
    }

    .possibleBox {
        padding: 20px;
    }

    .possibleItem {
        width: 100%;
        margin: 0 25px 16px 0;
        display: block;
    }
}

@media screen and (max-width: 600px) {
    .cost {
        margin: 0 0 60px;
        padding: 0 3% 30vw;
        background: #f9f9f9 url(../../img/renovation/sp_intro_figure.png) no-repeat center bottom 30px / 96%;
    }
}

@media screen and (max-width: 767px) {
    .intro {
        margin: 0 0 60px;
        padding: 0 0 311px;
        background: url(../../img/renovation/intro_ill.svg) no-repeat center bottom / 436px;
    }
}

@media screen and (max-width: 470px) {
    .intro {
        margin: 0 0 60px;
        padding: 0 0 67vw;
        background: url(../../img/renovation/intro_ill.svg) no-repeat center bottom / 100%;
    }
}

@media screen and (max-width: 374px) {
    .possibleItem .assist {
        margin: 0 0 0 50px;
    }
}