@charset "UTF-8";
/* Scss Document */
/*---------mixin設定-------------*/
/*ブレイクポイント*/
/*-------------------------------

 //property - 中古買ってリノベーション

-------------------------------*/
.property-head {
    margin-bottom: 80px;
}
.property-head .sub-ttl {
    text-align: center;
    font-weight: 700;
    margin-bottom: 30px;
    font-size: 24px;
}

.property-head .area {
    font-size: 13px;
    text-align: center;
    margin-top: 25px;
}
.property-head .area span {
    padding: 10px 20px;
    border-radius: 5px;
    background: #f5f6f8;
}

.property-head figure {
    max-width: 940px;
    margin: 80px auto;
}

.property-head .lead-txt {
    max-width: 940px;
    margin: 0 auto 30px;
    line-height: 1.8;
    font-weight: bold;
    font-size: 20px;
    text-align: center;
}
.lead-txt-2 {
    max-width: 940px;
    margin: 90px auto 30px;
    line-height: 1.8;
    font-weight: bold;
    font-size: 20px;
    text-align: center;
}
.property-head .sub-txt {
    max-width: 940px;
    margin: 0 auto;
    line-height: 1.8;
}

.rinomae-property-items {
    max-width: 940px;
    margin: 0 auto;
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
    align-items: center;
    gap: 85px 30px;
}
.rinomae-property-items .item {
    width: calc(33.3333% - 20px);
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
}

.rinomae-fukidashi {
    margin-bottom: 2rem;
    flex-direction: row;
    display: flex;
    max-width: 790px;
    margin: 0 auto;
}
.rinomae-fukidashi .avatar {
    position: relative;
    max-width: 125px;
    width: 100%;
    line-height: 1;
    flex-shrink: 0;
    background-position: left top;
    background-repeat: no-repeat;
    background-size: 100% auto;
    padding: 15px 0;
}
.rinomae-fukidashi .text {
    position: relative;
    z-index: 1;
    border-radius: 30px;
    padding: 20px 30px 20px 30px;
    width: 100%;
    margin-left: 40px;
    background-color: #f5f6f8;
    box-sizing: border-box;
}
.rinomae-fukidashi .text p {
    font-size: 18px;
    line-height: 2.2;
}
.rinomae-fukidashi .arrow {
    position: absolute;
    z-index: 2;
    content: '.';
    line-height: 1;
    width: 0;
    height: 0;
    top: 35px;
    left: -23px;
    color: transparent;
    border-top: 14px solid transparent;
    border-bottom: 14px solid transparent;
    border-right: 23px solid #f5f6f8;
}

.merit-list li {
    display: flex;
    justify-content: space-between;
    flex-flow: row wrap;
    align-items: center;
    margin-bottom: 90px;
}
.merit-list li:nth-of-type(2) {
    flex-flow: row-reverse;
}

.merit-list li .txtarea {
    width: 46%;
}
.merit-list li figure {
    width: 48%;
}
.merit-list li .num {
    max-width: 155px;
    margin-bottom: 20px;
}
.merit-list li .ttl {
    font-weight: 700;
    margin-bottom: 30px;
    font-size: 24px;
}

.comment-block {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-flow: row wrap;
}
.comment-block .comment_txt {
    width: 54%;
    background: #f5f6f8;
    border-radius: 30px;
    position: relative;
    padding: 40px 30px;
    box-sizing: border-box;
    line-height: 2;
    margin-right: 60px;
    font-size: 18px;
}

.comment-block .comment_txt:before {
    content: '';
    position: absolute;
    top: 30%;
    left: 100%;
    margin-top: -15px;
    border: 18px solid transparent;
    border-left: 35px solid #f5f6f8;
}

.comment-block figure {
    width: 18%;
    text-align: center;
}
.comment-block figure img {
    width: 80%;
    margin: 0 auto;
}
.comment-block figcaption {
    text-align: center;
    font-weight: 700;
    margin-top: 10px;
    font-size: 18px;
}

.property-cont .graph {
    max-width: 815px;
    margin: 0 auto 80px;
}

.property-head ul {
    display: flex;
    justify-content: center;
}
.property-head ul li {
    width: 200px;
    text-align: center;
}
.property-head ul li:nth-of-type(2) {
    margin: 0 80px;
}
.property-head ul figure {
    width: 150px;
    margin: 0 auto;
}
.property-head ul p {
    font-weight: 700;
    font-size: 24px;
    margin-top: 15px;
    letter-spacing: 2px;
}

@media (max-width: 768px) {
    .property-head {
        width: 90%;
        margin: 0 auto 40px;
    }

    .property-head figure {
        margin: 40px auto;
        max-width: 275px;
    }
    .property-head .lead-txt {
        font-size: 13px;
        margin: 20px auto 15px;
    }
    .lead-txt-2 {
        font-size: 15px;
        margin: 50px 0 15px;
    }
    .rinomae-property-items {
        gap: 25px 15px;
    }
    .rinomae-property-items .item {
        width: calc(50% - 7.5px);
    }

    .rinomae-fukidashi {
        margin: 0 auto;
        padding: 0 20px;
    }
    .rinomae-fukidashi .avatar {
        position: relative;
        max-width: 80px;
        padding: 15px 0;
        order: 2;
    }
    .rinomae-fukidashi .text {
        order: 1;
        border-radius: 10px;
        padding: 15px;
        width: 100%;
        margin-right: 20px;
        margin-left: 0;
    }
    .rinomae-fukidashi .text p {
        font-size: 11px;
        line-height: 1.5;
    }
    .rinomae-fukidashi .arrow {
        top: 35px;
        right: -14px;
        left: auto;
        border-top: 12px solid transparent;
        border-bottom: 12px solid transparent;
        border-right: 28px solid #f5f6f8;
        transform: rotate(55deg);
    }

    .merit-list li {
        display: block;
        margin-bottom: 60px;
    }

    .merit-list li .txtarea {
        width: 100%;
    }
    .merit-list li figure {
        width: 100%;
        margin-bottom: 20px;
    }
    .merit-list li .num {
        max-width: 100px;
        margin: 0 auto 20px;
    }
    .merit-list li .ttl {
        text-align: center;
        margin-bottom: 20px;
        font-size: 18px;
    }

    .comment-block {
        justify-content: space-between;
        align-items: flex-start;
    }
    .comment-block .comment_txt {
        width: 66%;
        padding: 10px 10px;
        margin-right: 0;
        font-size: 12px;
        line-height: 1.8;
        border-radius: 15px;
    }

    .comment-block .comment_txt:before {
        content: '';
        position: absolute;
        top: 15%;
        left: 100%;
        margin-top: -15px;
        border: 10px solid transparent;
        border-left: 20px solid #f5f6f8;
    }

    .comment-block figure {
        width: 25%;
        text-align: center;
    }
    .comment-block figure img {
        width: 100%;
    }

    .comment-block figcaption {
        font-size: 12px;
    }

    .property-cont .graph {
        width: 90%;
        margin: 0 auto 40px;
    }

    .property-cont.cost-cont .cmn-inner {
        width: 100%;
    }

    .property-head .sub-ttl {
        margin-bottom: 20px;
        font-size: 16px;
        line-height: 1.8;
    }
    .property-head ul {
        justify-content: space-between;
        max-width: 86%;
        margin: 0 auto;
    }
    .property-head ul li {
        width: 32%;
    }
    .property-head ul li:nth-of-type(2) {
        margin: 0;
    }
    .property-head ul figure {
        width: 70px;
    }
    .property-head ul p {
        font-size: 12px;
    }
}
.property-cont {
    padding-bottom: 150px;
}

.property-cont.cost-cont {
    margin-bottom: 0;
}

.event.add-border .cmn-inner {
    border-top: none;
}

.showroom-soudan {
    background: url('../images/common/bg_square.jpg');
    background-size: 2%;
    padding: 80px 0;
}
.showroom-soudan__ttl {
    letter-spacing: 3px;
    text-align: center;
    font-weight: 700;
    font-size: 40px;
    margin-bottom: 60px;
}
.showroom-soudan__cont {
    max-width: 1100px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
}
.showroom-soudan__cont figure {
    width: 44%;
}
.showroom-soudan__cont .txtarea {
    width: 50%;
}
.showroom-soudan__cont .txtarea p {
    line-height: 2;
    background: #fff;
    padding: 20px 30px;
    box-sizing: border-box;
    border-radius: 20px;
    margin-bottom: 30px;
}
.showroom-soudan__cont .txtarea .cmn-link-btn a {
    background: #fff;
}

@media (max-width: 768px) {
    .event.add-border .cmn-inner {
        padding-top: 0;
    }

    .showroom-soudan {
        background-size: 4%;
        padding: 40px 0;
    }
    .showroom-soudan__ttl {
        font-size: 20px;
        margin-bottom: 30px;
    }
    .showroom-soudan__cont {
        display: block;
    }
    .showroom-soudan__cont figure {
        width: 80%;
        margin: 0 auto 20px;
    }
    .showroom-soudan__cont .txtarea {
        width: 100%;
    }
    .showroom-soudan__cont .txtarea p {
        padding: 20px 20px;
        border-radius: 10px;
        margin-bottom: 20px;
    }
}

.property-cont .main-ttl {
    text-align: center;
    background: #f5f6f8;
    padding: 70px 0;
    margin-bottom: 60px;
}
.property-cont .main-ttl span {
    display: block;
    font-size: 24px;
    font-weight: 700;
    letter-spacing: 2px;
}
.property-cont .main-ttl img {
    width: 150px;
    margin: 0 auto;
}
.property-cont .property-situation {
    display: flex;
    justify-content: space-between;
    margin-bottom: 80px;
}
.property-cont .property-situation__item {
    width: 44%;
    text-align: center;
}
.property-cont .property-situation__item p {
    font-weight: 700;
    font-size: 22px;
    margin-bottom: 30px;
}
.property-cont .sub-ttl {
    text-align: center;
    font-weight: 700;
    font-size: 22px;
    margin-bottom: 20px;
    line-height: 2;
}
.property-cont .txt {
    max-width: 895px;
    margin: 0 auto;
    line-height: 2.2;
}
.property-cont .comment {
    max-width: 900px;
    margin: 80px auto 0;
}

@media (max-width: 768px) {
    .property-cont {
        padding-bottom: 50px;
    }
    .property-cont .main-ttl {
        margin-bottom: 35px;
        padding: 40px 0;
    }
    .property-cont .main-ttl span {
        font-size: 16px;
    }
    .property-cont .main-ttl img {
        width: 20%;
    }
    .property-cont .property-situation {
        display: block;
        margin-bottom: 40px;
    }
    .property-cont .property-situation__item {
        width: 100%;
        margin-bottom: 25px;
    }
    .property-cont .property-situation__item p {
        font-size: 16px;
        margin-bottom: 20px;
    }
    .property-cont .sub-ttl {
        font-size: 16px;
    }
    .property-cont .comment {
        margin: 50px auto 0;
    }
}
.property-flow {
    margin-bottom: 100px;
}
.property-flow .box {
    border-radius: 20px;
    max-width: 1000px;
    margin: 0 auto;
}
.property-flow .ttl {
    text-align: center;
    font-weight: 700;
    font-size: 24px;
    margin-bottom: 60px;
}
.property-flow figure {
    margin: 0 auto 60px;
}
.property-flow .cmn-link-btn a {
    background: #fff;
}
.property-flow .cmn-link-btn a:hover {
    opacity: 1;
}

@media (max-width: 768px) {
    .property-flow {
        margin-bottom: 60px;
    }
    .property-flow .box {
        padding: 0;
        box-sizing: border-box;
    }
    .property-flow .ttl {
        font-size: 18px;
        margin-bottom: 35px;
    }
    .property-flow figure {
        width: 90%;
        margin: 0 auto 30px;
    }
}
/*-------------------------------

 //owning_house - 中古買ってリノベーション

-------------------------------*/
.owning-cont {
    padding-bottom: 70px;
}
.owning-cont:nth-of-type(3) {
    padding-bottom: 100px;
}
.owning-cont .main-ttl {
    background: #f5f6f8;
    padding: 40px 0;
    margin-bottom: 60px;
}
.owning-cont .main-ttl div {
    max-width: 830px;
    margin: 0 auto;
    display: flex;
    align-items: center;
}
.owning-cont .main-ttl p {
    margin-right: 60px;
    width: 150px;
}
.owning-cont .main-ttl .ttl-txt {
    font-size: 24px;
    font-weight: 700;
}
.owning-cont .cont {
    display: flex;
    justify-content: space-between;
    flex-flow: row-reverse;
}
.owning-cont .cont .txtarea {
    width: 45%;
}
.owning-cont .cont .txtarea p {
    line-height: 2.4;
}
.owning-cont .cont figure {
    width: 46%;
}
.owning-cont .note {
    text-align: center;
    margin-top: 60px;
}
.owning-cont .note a {
    position: relative;
}

.owning-cont .note a::after {
    content: '';
    display: block;
    background: url(../images/common/btn-arrow04.png) no-repeat;
    background-size: contain;
    width: 9px;
    height: 13px;
    position: absolute;
    right: 25px;
    top: 0;
    bottom: 0;
    margin: auto;
}
.owning-cont .note span {
    color: #fff;
    font-weight: 700;
    background: #000;
    font-size: 20px;
    border-radius: 100vh;
    padding: 10px 60px;
    box-sizing: border-box;
}

@media (max-width: 768px) {
    .owning-cont {
        padding-bottom: 40px;
    }
    .owning-cont:nth-of-type(3) {
        padding-bottom: 60px;
    }
    .owning-cont .main-ttl {
        padding: 20px 0 25px;
        margin-bottom: 25px;
    }
    .owning-cont .main-ttl div {
        flex-flow: column;
        justify-content: center;
        align-items: center;
    }
    .owning-cont .main-ttl p {
        margin-right: 0;
        width: 70px;
        margin-bottom: 10px;
    }
    .owning-cont .main-ttl .ttl-txt {
        font-size: 18px;
        text-align: center;
    }
    .owning-cont .cont {
        display: block;
    }
    .owning-cont .cont .txtarea {
        width: 100%;
    }
    .owning-cont .cont .txtarea p {
        line-height: 2;
    }
    .owning-cont .cont figure {
        width: 100%;
        margin-bottom: 20px;
    }
    .owning-cont .note {
        width: 70%;
        margin: 30px auto 0;
    }
    .owning-cont .note span {
        display: block;
        font-size: 14px;
        padding: 10px 0;
    }
}
.owning-flow {
    margin-bottom: 100px;
}
.owning-flow .box {
    border-radius: 20px;
    max-width: 1000px;
    margin: 0 auto;
    padding: 80px 0 60px;
}
.owning-flow .box {
    background: #f2f3f5;
}
.owning-flow .ttl {
    text-align: center;
    font-weight: 700;
    font-size: 24px;
    margin-bottom: 60px;
}
.owning-flow figure {
    width: 70%;
    margin: 0 auto 60px;
}
.owning-flow .cmn-link-btn a {
    background: #fff;
}
.owning-flow .cmn-link-btn a:hover {
    opacity: 1;
}

@media (max-width: 768px) {
    .owning-flow {
        margin-bottom: 0;
    }
    .owning-flow .box {
        padding: 40px 10px 30px;
        box-sizing: border-box;
    }
    .owning-flow .ttl {
        font-size: 18px;
        margin-bottom: 35px;
    }
    .owning-flow figure {
        width: 90%;
        margin: 0 auto 30px;
    }
}
/*-------------------------------

 //parents_home - 実家リノベーション

-------------------------------*/
.parents_home .problem {
    margin-bottom: 100px;
}
.parents_home .problem .ttl {
    text-align: center;
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 20px;
}
.parents_home .problem .ttl span {
    color: #c36f1a;
}
.parents_home .problem .problem-list {
    background: #f5f6f8;
    border-radius: 20px;
    padding: 60px 80px;
    box-sizing: border-box;
}
.parents_home .problem .problem-list li {
    font-size: 22px;
    font-weight: 700;
    margin-bottom: 40px;
    position: relative;
    padding-left: 60px;
}
.parents_home .problem .problem-list li:last-child {
    margin-bottom: 0;
}
.parents_home .problem .problem-list li::before {
    content: '';
    display: block;
    background: url('../images/renovation/parents_home/icon_check.png') no-repeat;
    background-size: contain;
    width: 38px;
    height: 36px;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    margin: auto;
}

@media (max-width: 768px) {
    .parents_home .problem {
        margin-bottom: 60px;
    }
    .parents_home .problem .ttl {
        font-size: 18px;
    }
    .parents_home .problem .problem-list {
        border-radius: 10px;
        padding: 30px 30px;
    }
    .parents_home .problem .problem-list li {
        font-size: 16px;
        margin-bottom: 20px;
        padding-left: 40px;
        line-height: 1.8;
    }
    .parents_home .problem .problem-list li:last-child {
        margin-bottom: 0;
    }
    .parents_home .problem .problem-list li::before {
        width: 28px;
        height: 26px;
    }
}
.parents_home .support {
    margin-bottom: 100px;
}
.parents_home .support .txt01 {
    margin-bottom: 35px;
    text-align: center;
}
.parents_home .support .txt01 span {
    background: #c36f1a;
    color: #fff;
    padding: 5px 30px 6px;
    font-size: 24px;
    font-weight: 700;
    position: relative;
    letter-spacing: 3px;
}
.parents_home .support .txt01 span::before {
    content: '';
    position: absolute;
    left: 46%;
    bottom: -30px;
    border: 12px solid transparent;
    border-top: 20px solid #c36f1a;
}
.parents_home .support .txt02 {
    text-align: center;
    font-weight: 700;
    font-size: 24px;
    margin-bottom: 40px;
}
.parents_home .support .support-list {
    display: flex;
    justify-content: space-between;
    margin-bottom: 60px;
}
.parents_home .support .support-list li {
    width: 28%;
}
.parents_home .support .support-list li figure {
    margin-bottom: 20px;
}
.parents_home .support .support-list li .name {
    text-align: center;
    font-weight: 700;
    margin-bottom: 20px;
    font-size: 24px;
}
.parents_home .support .support-list li .name span {
    font-size: 20px;
}
.parents_home .support .support-list li .txt {
    line-height: 2;
}
.parents_home .support .txt03 {
    text-align: center;
    font-weight: 700;
    font-size: 24px;
    line-height: 2.2;
}

@media (max-width: 768px) {
    .parents_home .support {
        margin-bottom: 60px;
    }
    .parents_home .support .txt01 span {
        padding: 5px 20px 6px;
        font-size: 16px;
    }
    .parents_home .support .txt02 {
        font-size: 18px;
        margin-bottom: 30px;
    }
    .parents_home .support .support-list {
        display: block;
        margin-bottom: 40px;
    }
    .parents_home .support .support-list li {
        width: 100%;
        margin-bottom: 40px;
    }
    .parents_home .support .support-list li:last-child {
        margin-bottom: 0;
    }
    .parents_home .support .support-list li figure {
        width: 70%;
        margin: 0 auto 15px;
    }
    .parents_home .support .support-list li .name {
        margin-bottom: 10px;
        font-size: 20px;
    }
    .parents_home .support .support-list li .name span {
        font-size: 18px;
    }
    .parents_home .support .txt03 {
        font-size: 16px;
        text-align: left;
        line-height: 2;
    }
}
.parents_home .example {
    margin-bottom: 100px;
}
.parents_home .example .fukidashi-txt {
    text-align: center;
    font-size: 24px;
    font-weight: 700;
    color: #c36f1a;
    margin-bottom: 60px;
    position: relative;
}
.parents_home .example .fukidashi-txt span {
    position: relative;
    padding: 0 40px;
}
.parents_home .example .fukidashi-txt span::before {
    position: absolute;
    left: 0;
    bottom: -10px;
    content: '';
    width: 3px;
    height: 150%;
    background: #c36f1a;
    border-radius: 3px;
    transform: rotate(-25deg);
}
.parents_home .example .fukidashi-txt span::after {
    position: absolute;
    content: '';
    right: 0;
    bottom: -10px;
    width: 3px;
    height: 150%;
    background: #c36f1a;
    border-radius: 3px;
    transform: rotate(25deg);
}
.parents_home .example .example-list {
    display: flex;
    justify-content: space-between;
}
.parents_home .example .example-list li {
    width: 46%;
}
.parents_home .example .example-list .ttl {
    color: #c36f1a;
    text-align: center;
    font-size: 36px;
    font-weight: 700;
    margin-bottom: 20px;
    letter-spacing: 4px;
}
.parents_home .example .example-list .txt {
    margin: 20px 0 40px;
    line-height: 2.2;
}

@media (max-width: 768px) {
    .parents_home .example {
        margin-bottom: 60px;
    }
    .parents_home .example .fukidashi-txt {
        font-size: 18px;
        margin-bottom: 30px;
    }
    .parents_home .example .fukidashi-txt span {
        padding: 0 30px;
        display: inline-block;
    }
    .parents_home .example .fukidashi-txt span::before {
        bottom: 0;
        height: 80%;
        width: 2px;
    }
    .parents_home .example .fukidashi-txt span::after {
        bottom: 0;
        height: 80%;
        width: 2px;
    }
    .parents_home .example .example-list {
        display: block;
    }
    .parents_home .example .example-list li {
        width: 100%;
        margin-bottom: 40px;
    }
    .parents_home .example .example-list .ttl {
        font-size: 22px;
        margin-bottom: 15px;
    }
    .parents_home .example .example-list .txt {
        margin: 15px 0 20px;
    }
}
.parents-case {
    margin-bottom: 100px;
}
.parents-case .case-ttl {
    text-align: center;
    background: #f5f6f8;
    font-size: 34px;
    font-weight: 700;
    padding: 70px 0;
    margin-bottom: 60px;
}
.parents-case .case-list {
    display: flex;
    justify-content: space-between;
}
.parents-case .case-list li {
    width: 30%;
}
.parents-case .case-list .ttl {
    font-weight: 700;
    margin: 15px 0 5px;
    font-size: 18px;
}
.parents-case .case-list .cat {
    font-size: 14px;
    font-weight: 500;
    color: #a0a0a0;
}

@media (max-width: 768px) {
    .parents-case {
        margin-bottom: 60px;
    }
    .parents-case .case-ttl {
        font-size: 20px;
        padding: 40px 0;
        margin-bottom: 40px;
    }
    .parents-case .case-list {
        display: block;
    }
    .parents-case .case-list li {
        width: 100%;
        margin-bottom: 30px;
    }
    .parents-case .case-list figure img {
        height: 200px;
        object-fit: cover;
        border-radius: 10px;
    }
    .parents-case .case-list .ttl {
        font-size: 16px;
    }
    .parents-case .case-list .cat {
        font-size: 12px;
    }
}
/*-------------------------------

 //store - 店舗リノベーション

-------------------------------*/

.store-cont {
    margin-bottom: 100px;
}
.store-cont .ttl-line {
    font-size: 24px;
    font-weight: 700;
    text-align: center;
    margin-bottom: 50px;
}
.store-cont .ttl-line span {
    border-bottom: 2px solid #000;
    padding-bottom: 3px;
}
.store-cont .txt {
    margin: 50px auto 0;
    max-width: 940px;
    line-height: 2.2;
}
.store-cont .management {
    background: #f5f6f8;
    padding: 25px 0 50px;
    margin-top: 100px;
}
.store-cont .management .ttl {
    text-align: center;
    font-size: 24px;
    font-weight: 700;
    position: relative;
    top: -40px;
    letter-spacing: 2px;
}
.store-cont .management ul {
    max-width: 1300px;
    padding: 0 10rem;
    box-sizing: border-box;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
}
.store-cont .management ul li {
    width: 48%;
    border: 2px solid #000;
    border-radius: 20px;
    background: #fff;
    padding: 20px 25px;
    box-sizing: border-box;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.store-cont .management ul li .txtarea {
    width: 48%;
}
.store-cont .management ul li figure {
    width: 48%;
}
.store-cont .management ul li .txt01 {
    font-weight: 700;
    font-size: 30px;
    margin-bottom: 6px;
}
.store-cont .management ul li:nth-of-type(1) .txt01 {
    color: #d37300;
}
.store-cont .management ul li:nth-of-type(2) .txt01 {
    line-height: 1;
    color: #016e53;
}
.store-cont .management ul li .txt02 {
    font-size: 14px;
    margin-bottom: 10px;
    line-height: 1.7;
}

.store-cont .management ul li .txtarea div {
    text-align: center;
}

.store-cont .management ul li .arrow-txt {
    font-weight: 700;
    border-bottom: 2px solid #000;
    position: relative;
    padding: 0 15px 4px 0;
    font-size: 14px;
}

.store-cont .management ul li .arrow-txt::after {
    content: '';
    display: block;
    background: url(../images/common/btn-arrow01.png) no-repeat;
    background-size: contain;
    width: 8px;
    height: 12px;
    position: absolute;
    right: 0;
    top: -2px;
    bottom: 0;
    margin: auto;
}

@media (max-width: 768px) {
    .store .page-ttl-wrap .sub-txt {
        text-align: center;
    }

    .store-cont {
        margin-bottom: 60px;
    }
    .store-cont .ttl-line {
        font-size: 20px;
        margin-bottom: 40px;
    }
    .store-cont .txt {
        margin: 20px auto 0;
        line-height: 2;
    }
    .store-cont .management {
        padding: 15px 0 20px;
        margin-top: 75px;
    }
    .store-cont .management .ttl {
        font-size: 18px;
        top: -25px;
    }
    .store-cont .management ul {
        width: 86%;
        padding: 0;
        display: block;
    }
    .store-cont .management ul li {
        width: 100%;
        border-radius: 10px;
        padding: 15px 15px;
        margin-bottom: 10px;
    }
    .store-cont .management ul li .txt01 {
        font-size: 16px;
        margin-bottom: 5px;
    }
    .store-cont .management ul li .txt02 {
        font-size: 10px;
        line-height: 1.6;
    }
    .store-cont .management ul li .cmn-link-btn a {
        padding: 10px 0;
        width: 100%;
        font-size: 10px;
    }

    .store-cont .management ul li .txtarea div {
        text-align: left;
    }

    .store-cont .management ul li .arrow-txt {
        padding: 0 10px 4px 0;
        font-size: 12px;
    }

    .store-cont .management ul li .arrow-txt::after {
        width: 6px;
        height: 10px;
    }
}

.store-voice {
    margin-bottom: 60px;
}
.store-voice .sec-ttl {
    text-align: center;
    font-weight: 700;
    margin-bottom: 30px;
    font-size: 24px;
}
.store-voice .voice-ttl {
    text-align: center;
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 80px;
}
@media (min-width: 769px) {
    .store-voice .voice-ttl {
        border-top: 2px solid #000;
        border-bottom: 2px solid #000;
        padding: 40px 0;
    }
}
.store-voice .voice-ttl span {
    font-size: 20px;
    font-weight: 400;
    display: block;
}
.store-voice .voice-cont {
    display: flex;
    justify-content: flex-start;
    flex-flow: row wrap;
}
.store-voice .voice-cont figure {
    width: calc(100vw - 50%);
    margin-right: 6vw;
    text-align: center;
}
.store-voice .voice-cont figure .logo {
    width: 70%;
}
.store-voice .voice-cont .txtarea {
    width: calc(100vw - 70%);
}
.store-voice .voice-cont .txtarea .txt {
    line-height: 2;
}

@media (max-width: 768px) {
    .store-voice {
        margin-bottom: 0;
    }
    .store-voice .sec-ttl {
        margin-bottom: 25px;
        font-size: 18px;
        border-top: 2px solid #000;
        border-bottom: 2px solid #000;
        padding: 10px 0;
    }
    .store-voice .voice-ttl {
        font-size: 20px;
        margin-bottom: 30px;
    }
    .store-voice .voice-ttl span {
        font-size: 16px;
    }
    .store-voice .voice-cont {
        display: block;
    }
    .store-voice .voice-cont figure {
        width: 90%;
        margin-bottom: 0;
        margin-right: 0;
    }
    .store-voice .voice-cont .txtarea {
        width: 86%;
        margin: 0 auto 0;
        border-bottom: 2px solid #000;
        padding-bottom: 50px;
    }
}
.store-case {
    margin-bottom: 100px;
}
.store-case .cmn-inner {
    border-top: 2px solid #000;
    padding-top: 100px;
}
.store-case__ttl {
    text-align: center;
    font-weight: 700;
    margin-bottom: 50px;
    font-size: 30px;
}
.store-case .case-list {
    display: flex;
    flex-flow: nowrap;
    margin-bottom: 60px;
}
.store-case .case-list figure {
    margin-bottom: 15px;
}
.store-case .case-list figure img {
    border-radius: 20px;
}
.store-case .case-list .ttl {
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 4px;
}
.store-case .case-list .cat {
    font-size: 14px;
    color: #a0a0a0;
}
.store-case .wrap-store-case-swiper {
    position: relative;
}
.store-case .swiper-button-prev,
.store-case .swiper-button-next {
    height: 50px;
    width: 50px;
    top: var(--swiper-navigation-top-offset, 40%);
}
.store-case .swiper-button-prev:after,
.store-case .swiper-button-next:after {
    background-repeat: no-repeat;
    background-size: contain;
    content: '';
    height: 50px;
    margin: auto;
    width: 50px;
}
.store-case .swiper-button-prev:after {
    background-image: url('../images/common/arrow_prev.png');
}
.store-case .swiper-button-next:after {
    background-image: url('../images/common/arrow_next.png');
}
@media (min-width: 769px) {
    .store-case .swiper-button-next,
    .store-case .swiper-rtl .swiper-button-prev {
        right: var(--swiper-navigation-sides-offset, -25px);
    }
    .store-case .swiper-button-prev,
    .store-case .swiper-rtl .swiper-button-next {
        left: var(--swiper-navigation-sides-offset, -25px);
    }
}

@media (max-width: 768px) {
    .store-case {
        margin-bottom: 60px;
    }
    .store-case .cmn-inner {
        width: 100%;
        padding-top: 50px;
        border-top: none;
    }
    .store-case__ttl {
        margin-bottom: 30px;
        font-size: 20px;
    }
    .store-case .case-list {
        margin-left: 8%;
        margin-bottom: 30px;
    }
    .store-case .case-list figure img {
        border-radius: 10px;
    }
    .store-case .case-list li {
        width: 80%;
        margin-right: 4%;
    }
    .store-case .case-list .ttl {
        font-size: 16px;
    }
    .store-case .case-list .cat {
        font-size: 12px;
    }
    .store-case .wrap-store-case-swiper {
        margin-bottom: 30px;
        overflow: hidden;
    }
    .store-case .store-case-swiper {
        overflow: visible;
    }
    .store-case .swiper-controller {
        display: flex;
        justify-content: space-between;
        align-items: center;
        flex-flow: nowrap;
        width: 85%;
        margin: 0 auto;
    }
    .store-case .swiper-scrollbar {
        width: 65% !important;
        position: relative !important;
    }
    .store-case .wrap-swiper-arrow {
        width: 27%;
        display: flex;
        justify-content: space-between;
    }
    .store-case .swiper-button-next,
    .store-case .swiper-button-prev {
        position: relative;
        margin: 0;
        right: 0;
        left: 0;
    }
    .store-case .swiper-button-prev,
    .store-case .swiper-button-next {
        height: 40px;
        width: 40px;
    }
    .store-case .swiper-button-prev:after,
    .store-case .swiper-button-next:after {
        background-repeat: no-repeat;
        background-size: contain;
        height: 40px;
        width: 40px;
    }
}
/*-------------------------------

 //merit - リノベーションとは

-------------------------------*/
.merit .page-mv {
    max-width: 1000px;
    margin: 0 auto 70px;
}

.merit-cont {
    margin-bottom: 80px;
}
.merit-cont .ttl-wrap {
    background: #f5f6f8;
    padding: 60px 0;
    margin-bottom: 60px;
}
.merit-cont dl {
    max-width: 1000px;
    margin: 0 auto;
}
.merit-cont dl dt {
    font-weight: 700;
    font-size: 24px;
    margin-bottom: 20px;
}
.merit-cont dl dd {
    font-size: 16px;
    line-height: 2.2;
    margin-bottom: 80px;
}
.merit-cont dl dd:last-child {
    margin-bottom: 0;
}
.merit-cont dl dd.flex {
    display: flex;
    justify-content: space-between;
    margin-bottom: 0;
}
.merit-cont dl dd.flex figure {
    width: 40%;
}
.merit-cont dl dd.flex p {
    width: 56%;
}

@media (max-width: 768px) {
    .merit .page-mv {
        padding: 0;
        margin: 0 auto;
    }

    .merit-cont {
        margin-bottom: 50px;
    }
    .merit-cont .ttl-wrap {
        background: #f5f6f8;
        padding: 40px 0;
        margin-bottom: 40px;
    }
    .merit-cont dl dt {
        font-size: 18px;
        text-align: center;
    }
    .merit-cont dl dd {
        line-height: 2;
        margin-bottom: 50px;
        font-size: 14px;
    }
    .merit-cont dl dd figure {
        width: 100%;
    }

    .merit-cont dl dd.flex {
        margin-bottom: 50px;
        display: block;
    }
    .merit-cont dl dd.flex figure {
        width: 100%;
    }
    .merit-cont dl dd.flex p {
        margin-bottom: 10px;
        width: 100%;
    }
}
/*-------------------------------

 //cost - リノベーション費用とローンについて

-------------------------------*/
.cost-head {
    margin-bottom: 100px;
}
.cost-head .cmn-inner {
    max-width: 1000px;
}
.cost-head__ttl {
    text-align: center;
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 85px;
}
.cost-head__txt {
    line-height: 2;
}
.cost-head ul {
    display: flex;
    justify-content: center;
    margin-bottom: 60px;
}
.cost-head ul li {
    width: 26%;
    position: relative;
    background: #d8dce5;
    padding: 70px 20px 20px;
    box-sizing: border-box;
}

.cost-head ul li:nth-child(2) {
    margin: 0 70px;
    background: #d8dce5;
}
.cost-head ul li:nth-child(3) {
    background: #f2f3f5;
}

.cost-head ul li:nth-child(2)::before {
    content: '';
    display: block;
    background: url('../images/renovation/cost/icon_plus.png') no-repeat;
    background-size: contain;
    width: 38px;
    height: 38px;
    position: absolute;
    left: -60px;
    top: 70px;
}
.cost-head ul li:nth-child(2)::after {
    content: '';
    display: block;
    background: url('../images/renovation/cost/icon_plus.png') no-repeat;
    background-size: contain;
    width: 38px;
    height: 38px;
    position: absolute;
    right: -60px;
    top: 70px;
}
.cost-head ul li figure {
    position: absolute;
    right: 0;
    left: 0;
    top: -45px;
    margin: auto;
    width: 100px;
}

.cost-head ul li .ttl {
    font-weight: 700;
    font-size: 20px;
    margin-bottom: 15px;
    text-align: center;
}
.cost-head ul li .txt {
    line-height: 1.8;
    font-size: 14px;
}

@media (max-width: 768px) {
    .cost-head {
        margin-bottom: 40px;
    }
    .cost-head__ttl {
        font-size: 18px;
        margin-bottom: 30px;
    }
    .cost-head ul {
        margin-left: 10%;
        display: block;
        margin-bottom: 40px;
    }
    .cost-head ul li {
        width: 100%;
        padding: 10px 10px 10px 40px;
    }
    .cost-head ul li:nth-of-type(2) {
        margin: 40px 0;
    }
    .cost-head ul li:nth-child(2)::before {
        width: 24px;
        height: 24px;
        right: 0;
        left: 0;
        margin: auto;
        top: -33px;
    }
    .cost-head ul li:nth-child(2)::after {
        width: 24px;
        height: 24px;
        right: 0;
        left: 0;
        margin: auto;
        bottom: -64px;
    }
    .cost-head ul li figure {
        position: absolute;
        left: -40px;
        top: 12px;
        bottom: 0;
        right: auto;
        width: 24%;
        margin: auto;
    }
    .cost-head ul li:nth-child(3) figure {
        position: absolute;
        left: -40px;
        top: 24px;
        bottom: 0;
        right: auto;
        width: 24%;
        margin: auto;
    }

    .cost-head ul li .txtarea {
        width: 100%;
    }
    .cost-head ul li .ttl {
        font-size: 17px;
        text-align: center;
        width: 90%;
        margin-bottom: 5px;
    }
    .cost-head ul li .txt {
        line-height: 1.6;
    }
}
.cost-cont {
    margin-bottom: 100px;
}
.cost-cont .cmn-inner {
    max-width: 1000px;
}
.cost-cont__ttl {
    background: #f5f6f8;
    padding: 70px 0;
    text-align: center;
    font-weight: 700;
    font-size: 24px;
    margin-bottom: 50px;
}
.cost-cont__txt {
    line-height: 2.2;
    margin-bottom: 60px;
}
.cost-cont__voice {
    border: 2px solid #000;
    border-radius: 20px;
    padding: 50px 60px;
    box-sizing: border-box;
    margin-top: 100px;
}
.cost-cont__voice .ttl {
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 40px;
}
.cost-cont__voice .cont {
    display: flex;
    justify-content: space-between;
    flex-flow: row-reverse;
}
.cost-cont__voice .cont figure {
    width: 38%;
}
.cost-cont__voice .cont .txtarea {
    width: 56%;
}
.cost-cont__voice .cont .txtarea p {
    line-height: 1.8;
    margin-bottom: 30px;
}
.cost-cont__soudan {
    margin-top: 100px;
}
.cost-cont__soudan .ttl {
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 60px;
    text-align: center;
}
.cost-cont__soudan .txt {
    text-align: center;
    line-height: 2.4;
    margin-bottom: 60px;
}
.cost-cont__soudan .cmn-link-btn {
    margin-bottom: 30px;
}
.cost-cont__soudan .cmn-link-btn a {
    width: 350px;
}

@media (max-width: 768px) {
    .cost-cont {
        margin-bottom: 60px;
    }
    .cost-cont__ttl {
        padding: 30px 0;
        font-size: 20px;
        margin-bottom: 30px;
    }
    .cost-cont__txt {
        line-height: 2;
        margin-bottom: 40px;
    }
    .cost-cont__voice {
        border: none;
        border-radius: 0;
        background: #f5f6f8;
        padding: 40px 20px;
        margin-top: 40px;
    }

    .property-cont .cost-cont__voice {
        margin-top: 0;
    }

    .cost-cont__voice .ttl {
        font-size: 18px;
        text-align: center;
        margin-bottom: 30px;
    }
    .cost-cont__voice .cont {
        display: block;
    }
    .cost-cont__voice .cont figure {
        width: 80%;
        margin: 0 auto 20px;
    }
    .cost-cont__voice .cont .txtarea {
        width: 100%;
    }
    .cost-cont__voice .cont .txtarea p {
        line-height: 1.8;
        margin-bottom: 30px;
    }
    .cost-cont__soudan {
        margin-top: 60px;
    }
    .cost-cont__soudan .ttl {
        font-size: 20px;
        margin-bottom: 30px;
    }
    .cost-cont__soudan .txt {
        text-align: left;
        line-height: 2;
        margin-bottom: 40px;
    }
    .cost-cont__soudan .cmn-link-btn {
        margin-bottom: 20px;
    }
    .cost-cont__soudan .cmn-link-btn a {
        width: 100%;
    }

    .cost .cmn-contents .cmn-inner {
        border-top: 2px solid #000;
        padding-top: 60px;
    }
}
/*-------------------------------

 //flow 

-------------------------------*/
.flow {
    margin-bottom: 160px;
}
.flow .switch-tab {
    display: flex;
    justify-content: center;
    margin-bottom: 120px;
}
.flow .switch-tab li {
    cursor: pointer;
    width: 370px;
    text-align: center;
    font-weight: 700;
    font-size: 18px;
    padding: 15px 0;
    border: 2px solid #000;
    margin: 0 30px;
    border-radius: 10px;
}
s .flow .switch-tab li:hover {
    background: #ebedf1;
    cursor: pointer;
    transition: 0.5s;
}
.flow .switch-tab li.active {
    background: #ebedf1;
}
.flow .flow-list {
    counter-reset: count 0;
    position: relative;
    /*display: none;*/
}
/*.flow .flow-list.active {
      display: block; }*/
.flow .flow-list::before {
    content: '';
    position: absolute;
    left: 60px;
    top: 20px;
    background: #000;
    width: 2px;
    height: 92%;
    display: block;
}
.flow .flow-list li {
    display: flex;
    justify-content: space-between;
    padding-left: 170px;
    margin-bottom: 100px;
    position: relative;
}
.flow .flow-list li:last-child {
    margin-bottom: 0;
}
@media (min-width: 769px) {
    .flow .flow-list li::before {
        content: counter(count) '';
        counter-increment: count 1;
        display: block;
        font-size: 64px;
        font-weight: 700;
        text-align: center;
        font-family: 'Alegreya Sans', sans-serif;
        width: 120px;
        height: 120px;
        border-radius: 100vh;
        border: 2px solid #000;
        background: #fff;
        padding-top: 18px;
        box-sizing: border-box;
        position: absolute;
        left: 0;
        top: 20px;
    }
}
.flow .flow-list .txtarea {
    width: 63%;
}
.flow .flow-list figure {
    width: 30%;
}
.flow .flow-list .ttl {
    font-weight: 700;
    margin-bottom: 15px;
    font-size: 24px;
    letter-spacing: 2px;
}
.flow .flow-list p {
    line-height: 2;
}
.flow .flow-list .btn {
    display: flex;
    justify-content: center;
    flex-flow: nowrap;
    margin-top: 30px;
}
.flow .flow-list .btn a {
    display: block;
    width: 310px;
    border: 1px solid #000;
    font-size: 16px;
    letter-spacing: 2px;
    font-weight: 500;
    padding: 10px 0;
    text-align: center;
    border-radius: 10px;
}
.flow .flow-list .btn a:hover {
    opacity: 1;
}
.flow .flow-list .btn.btn-double a {
    width: 48%;
    margin: 0 2%;
}

@media (max-width: 768px) {
    .flow {
        margin-bottom: 0;
    }
    .flow .cmn-inner {
        width: 100%;
    }
    .flow .switch-tab {
        display: block;
        margin-bottom: 50px;
    }
    .flow .switch-tab li {
        width: 75%;
        font-size: 14px;
        margin: 0 auto 20px;
    }
    .flow .flow-list {
        border-top: 1px solid #000;
    }
    .flow .flow-list::before {
        content: none;
    }
    .flow .flow-list li {
        display: block;
        margin-bottom: 0;
        border-bottom: 1px solid #000;
        padding: 40px 40px 40px 80px;
        box-sizing: border-box;
    }
    .flow .flow-list li::before {
        content: counter(count) '';
        counter-increment: count 1;
        display: block;
        font-size: 40px;
        font-weight: 700;
        font-family: 'Alegreya Sans', sans-serif;
        position: absolute;
        left: 30px;
        top: 30px;
    }
    .flow .flow-list .txtarea {
        width: 100%;
    }
    .flow .flow-list figure {
        width: 100%;
        margin-top: 10px;
    }
    .flow .flow-list .ttl {
        font-size: 18px;
    }
    .flow .flow-list .btn {
        margin-top: 20px;
    }
    .flow .flow-list .btn a {
        width: 100%;
        font-size: 13px;
    }
    .flow .flow-list .btn.btn-double a {
        width: 48%;
        margin: 0 2%;
    }
}

/* add */

.comment-block {
    margin-top: 100px;
}
@media (max-width: 768px) {
    .store-outline .sub-txt {
        text-align: left !important;
    }
}
@media (max-width: 768px) {
    .store-comment.comment-block {
        margin-top: 40px;
    }
}
@media (max-width: 768px) {
    .store-case.is-margin .cmn-inner {
        padding-top: 0;
    }
}
.store-price .main-ttl {
    text-align: center;
    background: #f5f6f8;
    padding: 70px 0;
    margin-bottom: 60px;
}
.store-price .main-ttl span {
    display: block;
    font-size: 24px;
    font-weight: 700;
    letter-spacing: 2px;
}
.store-price .sub-txt {
    max-width: 940px;
    margin: 0 auto;
    line-height: 1.8;
}
.store-price .graph {
    max-width: 990px;
    margin: 80px auto 80px;
}
@media (max-width: 768px) {
    .store-price .main-ttl {
        padding: 40px 0 40px;
        margin-bottom: 25px;
    }
    .store-price .main-ttl span {
        font-size: 18px;
    }
}
.store-flow .main-ttl {
    text-align: center;
    background: #f5f6f8;
    padding: 70px 0;
    margin-bottom: 60px;
}
.store-flow .main-ttl span {
    display: block;
    font-size: 24px;
    font-weight: 700;
    letter-spacing: 2px;
}
.store-flow .cmn-inner {
    max-width: 980px;
}
.store-flow figure {
    margin: 120px auto 60px;
}
@media (max-width: 768px) {
    .store-flow .main-ttl {
        padding: 40px 0 40px;
        margin-bottom: 25px;
    }
    .store-flow .main-ttl span {
        font-size: 18px;
    }
    .store-flow figure {
        margin-top: 40px;
    }
}
.store-support .main-ttl {
    text-align: center;
    background: #f5f6f8;
    padding: 70px 0;
    margin-bottom: 60px;
}
.store-support .main-ttl span {
    display: block;
    font-size: 24px;
    font-weight: 700;
    letter-spacing: 2px;
}
.store-support {
    margin-top: 200px;
}
.store-support .support-list {
    max-width: 940px;
    margin: 90px auto 0;
}
.store-support .support-list .item {
    display: flex;
    gap: 80px;
    font-size: 20px;
    line-height: 2.8;
    margin: 0 auto;
    margin-top: 50px;
}
.store-support .support-list .item:first-child {
    margin-top: 0;
}
.store-support .support-list .item figure {
    max-width: 390px;
    width: 100%;
}

@media (max-width: 768px) {
    .store-support {
        margin-top: 75px;
    }
    .store-support .main-ttl {
        padding: 40px 0 40px;
        margin-bottom: 25px;
    }
    .store-support .main-ttl span {
        font-size: 18px;
    }
    .store-support .support-list {
        margin-top: 50px;
    }
    .store-support .support-list .item {
        display: block;
        font-size: 11px;
        line-height: 2;
        margin-top: 35px;
    }
    .store-support .support-list .item:first-child {
        margin-top: 0;
    }
    .store-support .support-list .item figure {
        max-width: 220px;
        width: 100%;
        margin-left: auto;
        margin-right: auto;
    }
}
.store-voice {
    margin-top: 150px;
}
.store-voice .main-ttl {
    text-align: center;
    font-size: 25px;
    font-weight: bold;
    position: relative;
}
.store-voice .main-ttl:after {
    content: '';
    height: 5px;
    width: 370px;
    margin: 20px auto 0;
    background: 5px;
    display: block;
    background: #000;
}
.store-voice .voice-list {
    display: flex;
    gap: 20px;
    justify-content: center;
    margin-top: 60px;
}
.store-voice .voice-list .item {
    max-width: 300px;
}
.store-voice .voice-list .txtarea {
    font-size: 16px;
    font-weight: bold;
    margin-top: 10px;
}
@media (max-width: 768px) {
    .store-voice {
        margin-top: 40px;
    }
    .store-voice .main-ttl {
        font-size: 18px;
        border-top: 1px solid #000;
        border-bottom: 1px solid #000;
        padding: 10px 0;
        margin: 0 30px;
    }
    .store-voice .main-ttl:after {
        display: none;
    }
    .store-voice .voice-list {
        display: flex;
        gap: 20px;
        flex-direction: column;
        margin: 30px auto;
    }
    .store-voice .voice-list .item {
        max-width: 220px;
        margin: 0 auto;
    }
    .store-voice .voice-list .txtarea {
        font-size: 11px;
        font-weight: bold;
        margin-top: 10px;
    }
}

.store-case .cmn-inner {
    border-top: 0 solid #000;
    padding-top: 100px;
}
@media (max-width: 768px) {
    .store-case .case-list.is-sp {
        display: block;
        margin: 0;
    }
    .store-case .case-list.is-sp li {
        margin: 55px auto 0;
    }
    .store-case .case-list.is-sp .category li {
        margin: 0;
    }
    .store-case .cmn-link-btn {
        margin-top: 40px;
    }
}
