@charset "UTF-8"; @media screen and (min-width: 768px),print {
    #used_reform {
        max-width: 1830px;
        width: 100%;
        margin-inline: auto; position: relative;
    }

    #used_reform::before {
        position: absolute;
        content: "";
        background: #F2F0EB;
        width: 100%;
        height: 464px;
        bottom: 0;
        left: 0;
    }

    /* mv
-------------------------------------*/
    .mv {
        background: #F2F0EB;
        margin-top: 65px;
    }

    .mv .inner {
        width: min(95%, 1160px);
        margin-inline: auto; display: grid;
        grid-template-columns: 52.7% 50.443%;
        padding: 51px 0 0 30px;
        /* gap: 36px; */
    }

    .mv .main-ttl {
        font-weight: 900;
        font-size: 70px;
        line-height: 1.285714;
        letter-spacing: 0;
        margin-bottom: 20px;
    }

    .mv .subt {
        margin-bottom: 8px;
    }

    .mv .photo {
        position: relative;
        top: -115px;
        left: -6px;
        margin-bottom: -144px;
        z-index: 10;
    }

    .mv .photo img {
        width: 100%;
        height: auto;
    }

    /* about
-------------------------------------*/
    .about .en-deco img {
        width: 100%;
        height: auto;
    }

.about .nagare {
    width: 2826px;
    height: 80px;
    overflow: hidden;
    margin-bottom: 4px;
}

.about element {
    backface-visibility: visible;
    backface-visibility: hidden;
}

.about .nagare img {
    backface-visibility: hidden;
}


    .about .inner {
        width: min(95%, 1100px);
        margin-inline: auto; display: grid;
        grid-template-columns: 42.2727% 1fr;
        gap: 35px;
        padding: 63px 0 68px;
    }

    .about .txt-box {
        padding: 15px 0 0;
    }

    .about h2 {
        font-weight: 900;
        font-size: 36px;
        letter-spacing: 0.05em;
        line-height: 1.33333;
        position: relative;
        margin-bottom: 36px;
    }

    .about h2::after {
        content: "";
        width: 40px;
        height: 1px;
        background: #252525;
        position: absolute;
        bottom: -20px;
        left: 0;
    }

    .about .txt {
        font-weight: 500;
        font-size: 16px;
        letter-spacing: 0.05em;
        line-height: 2;
        margin-bottom: 23px;
    }

    /* recommend
-------------------------------------*/
    .recommend {
        background: #f2f0eb;
    }

    .recommend .inner {
        width: min(95%, 1100px);
        margin-inline: auto; text-align: center;
        padding: 39px 0 78px;
    }

    .recommend h2 {
        font-weight: 900;
        font-size: 36px;
        line-height: 1.4444;
        letter-spacing: 0.05em;
        text-align: center;
        background: url(../images/used_reform/recommend-ttl-bg.png)no-repeat center bottom;
        background-size: contain;
        display: inline-block;
        padding: 0 12px 25px;
        margin-bottom: 19px;
    }

    .recommend h2 span {
        font-size: 54px;
        line-height: 1.4629;
        letter-spacing: 0.05em;
    }

    .recommend .list {
        display: grid;
        grid-template-columns: repeat(4, minmax(0, 1fr));
        gap: 0 20px;
        margin-bottom: 47px;
    }

    .recommend .list li {
        display: grid;
        grid-template-rows: subgrid;
        grid-row: span 3;
    }

    .recommend .list li .txt {
        background: url(../images/used_reform/recommend-txt-bg.png)no-repeat;
        background-size: contain;
        font-weight: 700;
        font-size: 16px;
        letter-spacing: 0.04em;
        line-height: 1.6;
        padding: 17px 0 25px;
        margin-bottom: 4px;
    }

    .recommend .list li:nth-child(2) .txt, .recommend .list li:nth-child(4) .txt {
        background: url(../images/used_reform/recommend-txt-bg02.png)no-repeat;
        background-size: contain;
        padding: 7px 0 17px;
        margin-bottom: 2px;
    }

    .recommend .list li .txt span {
        font-weight: 900;
        font-size: 18px;
        letter-spacing: 0.04em;
    }

    .recommend .list li .img-wrap {
        display: flex;
        gap: 9px;
        align-items: baseline;
        margin: -3px 0 3px;
        justify-content: center;
    }

    .recommend .list li:nth-child(2) .img-wrap, .recommend .list li:nth-child(3) .img-wrap {
        gap: 1px;
        margin: -3px 0 3px 13px;
    }

    .recommend .list li .name {
        font-weight: bold;
        font-size: 14px;
        letter-spacing: 0.05em;
        line-height: 1;
        position: relative;
        top: -8px;
    }

    .recommend .message-box {
        width: min(95%, 1000px);
        margin-inline: auto; border-radius: 20px;
        background: #fff;
        border: 1px solid #252525;
        box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.1);
        padding: 34px 0 27px;
        position: relative;
    }

    .recommend .message-box::before {
        position: absolute;
        content: "";
        background: url(../images/used_reform/recommend-human.png)no-repeat;
        background-size: contain;
        width: 102px;
        height: 153px;
        bottom: 0;
        right: 60px;
    }

    .recommend .message-box .txt {
        font-weight: bold;
        font-size: 20px;
        letter-spacing: 0.05em;
        line-height: 1.8;
        padding: 0 101px 0 0;
    }

    .recommend .message-box .txt span {
        background: linear-gradient(transparent 70%, #FFDE1E 30%);
    }

    /* point
-------------------------------------*/
    .point {
    }

    .point .inner {
        width: min(95%, 1100px);
        margin-inline: auto; padding: 74px 0 0;
    }

    .point h2 {
        font-weight: 900;
        font-size: 36px;
        letter-spacing: 0.05em;
        line-height: 1.33333;
        text-align: center;
        position: relative;
        margin-bottom: 34px;
    }

    .point h2 span {
        font-weight: 900;
        font-size: 22px;
        letter-spacing: 0.05em;
        line-height: 2.05;
        text-align: center;
        display: block;
    }

    .point01, .point02, .point03 {
        border-radius: 20px;
        background: transparent;
        border: 1px solid #252525;
        box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.1);
        padding: 24px 0 0;
    }

    .point01, .point02 {
        margin-bottom: 90px;
    }

    .point03 {
        margin-bottom: 0;
    }

    .point .num {
        font-family: "Outfit", sans-serif;
        font-weight: bold;
        font-size: 30px;
        letter-spacing: 0.05em;
        display: flex;
        gap: 6px;
        align-items: baseline;
        justify-content: center;
        margin-bottom: 16px;
        line-height: 1;
    }

    .point .num span {
        font-size: 60px;
        letter-spacing: 0;
        color: #0249AD;
        position: relative;
        top: 2px;
    }

    .point h3 {
        font-weight: 900;
        font-size: 36px;
        letter-spacing: 0.05em;
        line-height: 1.5;
        margin-bottom: 99px;
        text-align: center;
    }

    .point .list {
        width: min(95%, 1000px);
        margin-inline: auto; display: grid;
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 40px;
        margin-bottom: 35px;
    }

    .point .list li {
        border: 1px solid #252525;
    }

    .point .list li:nth-child(2) {
        border: 3px solid #fe7500;
    }

    .point .list li h4 {
        font-weight: 900;
        font-size: 30px;
        letter-spacing: 0.05em;
        line-height: 1.33333;
        text-align: center;
        position: relative;
        top: -44px;
        margin-bottom: -44px;
        display: inline-block;
        left: 50%;
        transform: translateX(-50%);
        background: #fff;
        padding: 0 16px;
    }

    .point .list li:nth-child(2) h4 {
        color: #FE7500;
        padding: 0 12px;
    }

    .point .list li .img {
        text-align: center;
        padding-bottom: 28px;
        margin-top: -18px;
    }

    .point .list li:nth-child(2) .img {
        padding-bottom: 22px;
    }

    .point .list li .txt-box {
        background: #f2f0eb;
        border: 3px solid #f2f0eb;
        padding: 35px 0 40px;
    }

    .point .list li:nth-child(2) .txt-box {
        background: #fe7500;
        border: 3px solid #fe7500;
        padding: 24px 0 19px;
    }

    .point .list li .txt {
        font-weight: bold;
        font-size: 20px;
        letter-spacing: 0.05em;
        line-height: 1.7;
        text-align: center;
        color: #252525;
    }

    .point .list li:nth-child(2) .txt {
        color: #FFFFFF;
    }

    .point .desc {
        font-weight: 500;
        font-size: 16px;
        letter-spacing: 0.05em;
        line-height: 2;
        text-align: center;
        margin-bottom: 36px;
    }

    .point .lead {
        font-weight: 900;
        font-size: 30px;
        letter-spacing: 0.05em;
        line-height: 48px;
        text-align: center;
        border-radius: 0px 0px 20px 20px;
        background: #f7f6f3;
        padding: 42px 0 41px;
    }

    /* point02 */
    .point02 h3 {
        margin-bottom: 76px;
    }

    .point02 .list li h4 {
        top: -20px;
        padding: 0 13px;
    }

    .point02 .list li:nth-child(2) h4 {
        padding: 0 6px;
    }

    .point02 .list li .img {
        padding-bottom: 24px;
        margin-top: 7px;
    }

    .point02 .list li:nth-child(2) .img {
        padding-bottom: 54px;
        margin-top: 37px;
    }

    .point02 .list li .txt-box {
        padding: 18px 0px 16px 39px;
    }

    .point02 .list .txt-box .list {
        display: grid;
        gap: 0;
        grid-template-columns: 1fr;
        margin: 0;
        width: 100%;
    }

    .point02 .list .txt-box .list li {
        font-weight: bold;
        font-size: 17px;
        line-height: 2.11764;
        letter-spacing: 0;
        position: relative;
        border: none;
    }

    .point02 .list .txt-box .list li::before {
        position: absolute;
        content: "";
        background: url(../images/used_reform/check-icon.svg)no-repeat;
        background-size: contain;
        width: 24px;
        height: 24px;
        top: 47%;
        left: -29px;
        transform: translateY(-50%);
    }

    /* point03 */
    .point03 h3 {
        margin-bottom: 43px;
    }

    /* case
-------------------------------------*/
    .case .txt {
        width: min(95%, 1000px);
        margin-inline: auto; border-radius: 10px;
        background: #f2f0eb;
        padding: 23px 0;
        font-weight: 500;
        font-size: 16px;
        letter-spacing: 0.05em;
        line-height: 2;
        text-align: center;
        margin-top: 13px;
        margin-bottom: 66px;
    }

    .case .case_reform {
        padding-bottom: 69px;
    }

    .case .case_reform h3 {
        font-weight: 900;
        font-size: 36px;
        letter-spacing: 0.05em;
        line-height: 1.1111;
        text-align: center;
        position: relative;
        margin-bottom: 40px;
    }

    .case .case_reform h3::after {
        content: "";
        width: 40px;
        height: 1px;
        background: #252525;
        position: absolute;
        bottom: -18px;
        left: 50%;
        transform: translateX(-50%);
    }

    .case .case_reform .system-list {
    }

    .case .btn {
        width: min(95%, 440px);
        margin-inline: auto; }

    .case .btn a {
        overflow: hidden;
        display: block;
        transition: 0.25s ease-in-out;
        background: url(../images/used_reform/btn.png)no-repeat;
        height: 80px;
    }

    .case .btn a:hover {
        transform: translate(0px, 5px);
        transition: 0.25s ease-in-out;
        height: 75px;
        background: url(../images/used_reform/btn-hover.png)no-repeat;
    }

    .case .btn a:hover img {
        opacity: 1;
    }

    .case .real_estate {
        padding-bottom: 60px;
    }

    .case .real_estate h3 {
        font-weight: 900;
        font-size: 36px;
        letter-spacing: 0.05em;
        line-height: 1.527777;
        text-align: center;
        margin-bottom: 12px;
    }

    .case .real_estate h3 span {
        font-size: 48px;
        line-height: 1.145833;
        background: linear-gradient(transparent 80%, #FFDE1E 20%);
    }

    .case .real_estate .subt {
        font-weight: bold;
        font-size: 19px;
        letter-spacing: 0.05em;
        line-height: 2.36842;
        text-align: center;
    }

    .case .real_estate .subt span {
        font-weight: 900;
        font-size: 28px;
        letter-spacing: 0.05em;
        line-height: 1.6071428;
        text-align: center;
    }

    /* 仮画像 */
    .case .sample {
        text-align: center;
    }

    /* bottom-sec
-------------------------------------*/
    .bottom-sec {
        width: min(95%, 1160px);
        margin-inline: auto; margin-bottom: -186px;
    }

    .bottom-sec .inner {
        display: inline-grid;
        grid-template-columns: 56.4655% 48.4482%;
        padding: 99px 0 215px;
        align-items: center;
    }

    .bottom-sec .txt-box {
        border-radius: 50px;
        background: #fff;
        border: 1.2px solid #252525;
        box-shadow: 17px 17px 23px rgba(0, 0, 0, 0.1);
        padding: 60px 0 49px 38px;
        position: relative;
        left: 0px;
        z-index: 2;
        top: -5px;
    }

    .bottom-sec .txt-box .ttl {
        font-weight: 900;
        font-size: 46px;
        line-height: 1.4347826;
        letter-spacing: 0;
        margin-bottom: 17px;
        position: relative;
    }

    .bottom-sec .txt-box .ttl::before {
        position: absolute;
        content: "";
        background: url(../images/common/bottom-sec-deco.png)no-repeat;
        background-size: contain;
        width: 56px;
        height: 65px;
        top: -78px;
        left: 20px;
    }

    .bottom-sec .txt-box .txt {
        font-weight: bold;
        font-size: 18px;
        letter-spacing: 0.05em;
        line-height: 1.777777;
    }

    .bottom-sec .photo {
        position: relative;
        left: -57px;
    }

    .bottom-sec .photo img {
        width: 100%;
        height: auto;
    }
}

@media screen and (max-width: 767px) {
    /* mv
-------------------------------------*/.mv {
        background: #F2F0EB;
        margin-top: 7vw;
    }

    .mv .inner {
        width: 89vw;
        margin-inline: auto; display: grid;
        text-align: center;
        padding: 7vw 0 4vw;
    }

    .mv .main-ttl {
        font-weight: 900;
        font-size: 8.696vw;
        line-height: 1.2777;
        letter-spacing: 0;
        margin-bottom: 5.6vw;
        order: 1;
    }

    .mv .txt-box {
        display: contents;
    }

    .mv .subt {
        order: 3;
    }

    .mv .photo {
        order: 2;
        width: 86.96vw;
        margin-inline: auto; margin-bottom: 1.5vw;
    }

    /* about
-------------------------------------*/
.about .nagare {
    width: 123.43vw;
    height: 11.353vw;
    overflow: hidden;
    margin-bottom: 5.072vw;
}

.about element {
    backface-visibility: visible;
    backface-visibility: hidden;
}

.about .nagare img {
    backface-visibility: hidden;
}

    .about .inner {
        width: 86.96vw;
        margin-inline: auto; padding: 3.2vw 0 8.4vw;
        display: grid;
    }

    .about .txt-box {
        display: contents;
    }

    .about h2 {
        font-weight: 900;
        font-size: 5.797vw;
        letter-spacing: 0.05em;
        line-height: 1.33333;
        text-align: center;
        position: relative;
        margin-bottom: 9vw;
        order: 1;
    }

    .about h2::after {
        content: "";
        width: 9.66vw;
        height: 0.2vw;
        background: #252525;
        position: absolute;
        bottom: -4.2vw;
        left: 50%;
        transform: translateX(-50%);
    }

    .about .txt {
        font-weight: 500;
        font-size: 3.865vw;
        letter-spacing: 0.05em;
        line-height: 2;
        order: 3;
    }

    .about .photo {
        order: 2;
        margin-bottom: 2vw;
    }

    /* recommend
-------------------------------------*/
    .recommend {
        background: #f2f0eb;
    }

    .recommend .inner {
        text-align: center;
        padding: 9.6vw 0 10vw;
    }

    .recommend h2 {
        font-weight: 900;
        font-size: 5.797vw;
        line-height: 1.45833;
        letter-spacing: 0.05em;
        text-align: center;
        background: url(../images/used_reform/recommend-ttl-bg_sp.png)no-repeat center bottom;
        background-size: contain;
        display: inline-block;
        padding: 0 3.5vw 4.8vw;
        margin-bottom: 4.7vw;
    }

    .recommend h2 span {
        font-size: 8.937vw;
        line-height: 1.45945;
        letter-spacing: 0.05em;
    }

    .recommend .list {
        display: grid;
        grid-template-columns: repeat(1, minmax(0, 1fr));
        gap: 3.6vw;
        margin-bottom: 7vw;
        width: 86.96vw;
        margin-inline: auto; }

    .recommend .list li {
        position: relative;
    }

    .recommend .list li .txt {
        background: url(../images/used_reform/recommend-txt-bg_sp.png)no-repeat;
        background-size: contain;
        font-weight: 700;
        font-size: 3.865vw;
        letter-spacing: 0.04em;
        line-height: 1.625;
        padding: 3.5vw 0 6.3vw;
        margin-bottom: 8.6vw;
        width: 66.80vw;
    }

    .recommend .list li:nth-child(2) .txt, .recommend .list li:nth-child(4) .txt {
        background: url(../images/used_reform/recommend-txt-bg_sp02.png)no-repeat;
        background-size: contain;
        padding: 2.2vw 0 4vw;
        margin-bottom: 8vw;
    }

    .recommend .list li:nth-child(4) .txt {
        margin-bottom: 7.6vw;
    }

    .recommend .list li .txt span {
        font-weight: 900;
        font-size: 4.348vw;
        letter-spacing: 0.04em;
    }

    .recommend .list li .img-wrap {
        display: flex;
        gap: 3vw;
        align-items: baseline;
        justify-content: center;
        position: absolute;
        top: 9vw;
        right: 0;
    }

    .recommend .list li .img-wrap .img {
        order: 2;
    }

    .recommend .list li .img-wrap img {
        width: 20.29vw;
    }

    .recommend .list li:nth-child(2) .img-wrap, .recommend .list li:nth-child(4) .img-wrap {
        top: 12vw;
    }

    .recommend .list li .name {
        font-weight: bold;
        font-size: 3.382vw;
        letter-spacing: 0.05em;
        line-height: 1;
        position: relative;
        order: 1;
        top: -1vw;
    }

    .recommend .message-box {
        border-radius: 2.42vw;
        background: #fff;
        border: 0.2vw solid #252525;
        box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.1);
        padding: 3.9vw 3.2vw 26vw;
        position: relative;
        width: 86.96vw;
        margin-inline: auto; }

    .recommend .message-box::before {
        position: absolute;
        content: "";
        background: url(../images/used_reform/recommend-human_sp.png)no-repeat;
        background-size: contain;
        width: 24.64vw;
        height: 31.64vw;
        bottom: 0;
        left: 50%;
        transform: translateX(-50%);
    }

    .recommend .message-box .txt {
        font-weight: bold;
        font-size: 4.348vw;
        letter-spacing: 0.05em;
        line-height: 1.777;
        text-align: left;
    }

    .recommend .message-box .txt span {
        background: linear-gradient(transparent 70%, #FFDE1E 30%);
    }

    /* point
-------------------------------------*/
    .point .inner {
        padding: 10vw 0 0;
    }

    .point h2 {
        font-weight: 900;
        font-size: 5.797vw;
        letter-spacing: 0.05em;
        line-height: 1.6666;
        text-align: center;
        position: relative;
        margin-bottom: 7.5vw;
    }

    .point h2::after {
        content: "";
        width: 9.66vw;
        height: 0.2vw;
        background: #252525;
        position: absolute;
        bottom: -3vw;
        left: 50%;
        transform: translateX(-50%);
    }

    .point h2 span {
        font-size: 5.072vw;
        line-height: 1.523;
        letter-spacing: 0.05em;
        display: block;
    }

    .point01, .point02, .point03 {
        border-radius: 2.42vw;
        background: transparent;
        border: 0.2vw solid #252525;
        box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.1);
        padding: 5vw 0 0;
        width: 94.20vw;
        margin-inline: auto; }

    .point01, .point02 {
        margin-bottom: 12vw;
    }

    .point03 {
        margin-bottom: 0;
    }

    .point .num {
        font-family: "Outfit", sans-serif;
        font-weight: bold;
        font-size: 4.106vw;
        letter-spacing: 0.05em;
        display: flex;
        gap: 1vw;
        align-items: baseline;
        justify-content: center;
        margin-bottom: 3vw;
        line-height: 1;
    }

    .point .num span {
        font-size: 6.522vw;
        letter-spacing: 0;
        color: #0249AD;
        position: relative;
        top: 0.5vw;
    }

    .point h3 {
        font-weight: 900;
        font-size: 5.797vw;
        letter-spacing: 0.05em;
        line-height: 1.6666;
        margin-bottom: 12.5vw;
        text-align: center;
    }

    .point .list {
        display: grid;
        grid-template-columns: repeat(1, minmax(0, 1fr));
        gap: 9.5vw;
        margin-bottom: 5vw;
        width: 82.13vw;
        margin-inline: auto; }

    .point .list li {
        border: 0.2vw solid #252525;
    }

    .point .list li:nth-child(2) {
        border: 0.48vw solid #fe7500;
    }

    .point .list li h4 {
        font-weight: 900;
        font-size: 4.831vw;
        letter-spacing: 0.05em;
        line-height: 1.55;
        text-align: center;
        position: relative;
        top: -4vw;
        margin-bottom: 1vw;
        display: inline-block;
        left: 50%;
        transform: translateX(-50%);
        background: #fff;
        padding: 0 2vw;
    }

    .point .list li:nth-child(2) h4 {
        color: #FE7500;
        padding: 0 2vw;
    }

    .point .list li .img {
        text-align: center;
        padding-bottom: 5vw;
    }

    .point .list li .img img {
        width: 68.84vw;
    }

    .point .list li:nth-child(2) .img {
        padding-bottom: 3vw;
    }

    .point .list li:nth-child(2) .img img {
        width: 70.53vw;
    }

    .point .list li .txt-box {
        background: #f2f0eb;
        border: 0.72vw solid #f2f0eb;
        padding: 4vw 0 4.2vw;
    }

    .point .list li:nth-child(2) .txt-box {
        background: #fe7500;
        border: 0.72vw solid #fe7500;
        padding: 4vw 4vw 2.5vw;
    }

    .point .list li .txt {
        font-weight: bold;
        font-size: 4.348vw;
        letter-spacing: 0.05em;
        line-height: 1.6666;
        text-align: center;
        color: #252525;
    }

    .point .list li:nth-child(2) .txt {
        color: #FFFFFF;
        text-align: left;
    }

    .point .desc {
        font-weight: 500;
        font-size: 3.865vw;
        letter-spacing: 0.05em;
        line-height: 2;
        margin-bottom: 5vw;
        width: 82.13vw;
        margin-inline: auto; }

    .point .lead {
        font-weight: 900;
        font-size: 4.831vw;
        line-height: 1.6;
        letter-spacing: 0.05em;
        text-align: center;
        border-radius: 0px 0px 2.42vw 2.42vw;
        background: #f7f6f3;
        padding: 7vw 0 7vw;
    }

    /* point02 */
    .point02 .list li .img {
        padding-bottom: 3vw;
    }

    .point02 .list li .img img {
        width: 75.12vw;
    }

    .point02 .list li:nth-child(2) .img img {
        width: 61.23vw;
    }

    .point02 .list li .txt-box {
        padding: 3vw 2vw 3vw 10.2vw;
    }

    .point02 .list .txt-box .list {
        display: grid;
        gap: 2.1vw;
        grid-template-columns: 1fr;
        margin: 0;
        width: 100%;
    }

    .point02 .list .txt-box .list li {
        font-weight: bold;
        font-size: 3.865vw;
        line-height: 1.5;
        letter-spacing: 0;
        position: relative;
        border: none;
    }

    .point02 .list .txt-box .list li::before {
        position: absolute;
        content: "";
        background: url(../images/used_reform/check-icon.svg)no-repeat;
        background-size: contain;
        width: 4.35vw;
        height: 4.35vw;
        top: 1vw;
        left: -5.5vw;
    }

    .point02 .lead {
        padding: 7vw 0 6vw;
    }

    /* case
-------------------------------------*/
    .case {
        border-bottom: 0.2vw solid #252525;
        position: relative;
    }

    .case .inner {
        width: 88.41vw;
        margin-inline: auto; padding: 7.49vw 0 9vw;
    }

    .case h2 {
        font-weight: 900;
        font-size: 6.28vw;
        letter-spacing: 0.05em;
        line-height: 1.5;
        text-align: center;
        margin-bottom: 5vw;
    }

    .case h2 span {
        font-size: 7.971vw;
        line-height: 1.2727;
        background: linear-gradient(transparent 70%, #FFDE1E 30%);
    }

    .case .txt {
        width: 86.96vw;
        margin-inline: auto; border-radius: 2.42vw;
        background: #f2f0eb;
        padding: 4.2vw 4.5vw;
        font-weight: 500;
        font-size: 3.865vw;
        letter-spacing: 0.05em;
        line-height: 2;
        margin-top: 4.83vw;
        margin-bottom: 13.08vw;
    }

    .case .case_reform h3 {
        font-weight: 900;
        font-size: 5.797vw;
        letter-spacing: 0.05em;
        line-height: 1.3333;
        text-align: center;
        position: relative;
        margin-bottom: 12.18vw;
    }

    .case .case_reform h3::after {
        content: "";
        width: 9.66vw;
        height: 0.2vw;
        background: #252525;
        position: absolute;
        bottom: -4vw;
        left: 50%;
        transform: translateX(-50%);
    }

    .case .case_reform .system-list {
    }

    .case .btn {
        width: 86.96vw;
        margin-inline: auto; }

    .case .btn a {
        overflow: hidden;
        display: block;
        transition: 0.25s ease-in-out;
        background: url(../images/used_reform/btn_sp.png)no-repeat;
        height: 19.32vw;
        background-size: contain;
    }

    .case .btn a:hover {
        transform: translate(0px, 5px);
        transition: 0.25s ease-in-out;
        height: 18.12vw;
        background: url(../images/used_reform/btn-hover.png)no-repeat;
    }

    .case .btn a:hover img {
        opacity: 1;
    }

    .case .real_estate {
        padding: 14.8vw 0 9.66vw;
    }

    .case .real_estate h3 {
        font-weight: 900;
        font-size: 6.28vw;
        letter-spacing: 0.05em;
        line-height: 1.61538;
        text-align: center;
        margin-bottom: 1vw;
    }

    .case .real_estate h3 span {
        font-size: 8.937vw;
        line-height: 1.13513;
        background: linear-gradient(transparent 80%, #FFDE1E 20%);
    }

    .case .real_estate .subt {
        font-weight: bold;
        font-size: 4.348vw;
        letter-spacing: 0.05em;
        line-height: 1.8333;
        text-align: center;
    }

    .case .real_estate .subt span {
        font-weight: 900;
        font-size: 5.797vw;
        letter-spacing: 0.05em;
        line-height: 1;
        text-align: center;
    }

    .case .real_estate .system-list {
        display: grid;
        grid-template-columns: repeat(1, minmax(0, 1fr));
        gap: 4.83vw;
    }

    /* bottom-sec
-------------------------------------*/
    .bottom-sec {
        background: #F2F0EB;
        margin-top: 14vw;
        position: relative;
    }

    .bottom-sec .inner {
        display: grid;
    }

    .bottom-sec .txt-box {
        order: 2;
        border-radius: 7.3vw;
        background: #fff;
        border: 0.2vw solid #252525;
        box-shadow: 3px 3px 6px rgba(0, 0, 0, 0.1);
        padding: 12vw 7vw 8.5vw;
        position: relative;
        z-index: 2;
        top: -10vw;
        width: 87vw;
        left: 49%;
        transform: translateX(-50%);
        margin-bottom: 9vw;
    }

    .bottom-sec .txt-box .ttl {
        font-weight: 900;
        font-size: 6.763vw;
        line-height: 1.53571428;
        letter-spacing: 0;
        margin-bottom: 4vw;
        position: relative;
        text-align: center;
    }

    .bottom-sec .txt-box .ttl::before {
        position: absolute;
        content: "";
        background: url(../images/used_reform/bottom-sec-deco.png) no-repeat;
        background-size: contain;
        width: 11.114vw;
        height: 14.08vw;
        top: -15.5vw;
        left: 48%;
        transform: translateX(-50%);
    }

    .bottom-sec .txt-box .txt {
        font-weight: bold;
        font-size: 3.865vw;
        letter-spacing: 0.05em;
        line-height: 2;
    }

    .bottom-sec .photo {
        order: 1;
    }
}
