@charset "utf-8";


/* リフォーム */

.box.reform-contents {
    padding-bottom: 20px;
}

@media screen and (min-width: 1280px) {
    .box.reform-contents {
        padding-bottom: 60px;
    }
}

/* - リフォーム概要 */

.reform-outline {
    margin-bottom: 50px;
}

.reform-outline .section-title {
    margin-bottom: 40px;
}

.reform-outline .concept {
    margin-bottom: 30px;
}

/* -- リフォームリスト */

.reform-list-wrap {
    margin-bottom: 20px;
}

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

.reform-item {
    width: 48.5%;
    margin-bottom: 10px;
    padding: 20px 0;
    border-radius: 20px;
    background-color: #fff;
    text-align: center;
}

.reform-item-img {
    width: 80px;
    margin: 0 auto 10px;
}

.reform-item-title {
    margin-bottom: 10px;
    color: #333;
    font-size: 16px;
    letter-spacing: 1px;
    text-indent: 1px;
}

.reform-item-caption {
    font-size: 11px;
    line-height: 1.5;
    letter-spacing: 1px;
}

.reform-attention p {
    line-height: 1.8;
    letter-spacing: 2px;
    text-align: justify;
    text-justify: inter-ideograph;
}

.reform-attention p span {
    color: #f7931e;
    font-size: 16px;
}

@media screen and (min-width: 768px) {
    .reform-item {
        width: 24%;
    }
}

@media screen and (min-width: 960px) {
    .reform-outline {
        margin-bottom: 100px;
    }
    
    .reform-outline .section-title {
        margin-bottom: 80px;
    }
    
    .reform-outline .concept {
        margin-bottom: 60px;
    }
    
    .reform-item {
        padding: 30px 0;
    }
    
    .reform-list-wrap {
        margin-bottom: 40px;
    }
    
    .reform-attention p {
        font-size: 16px;
        line-height: 2.2;
    }
    
    .reform-attention p span {
        font-size: 20px;
    }
}

@media screen and (min-width: 1280px) {
    .reform-outline .section-title {
        margin-bottom: 100px;
    }
    
    .reform-outline .concept {
        margin-bottom: 80px;
    }
    
    .reform-item {
        padding: 40px 0;
    }
    
    .reform-item-img {
        width: 100px;
        margin-bottom: 15px;
    }
    
    .reform-item-title {
        margin-bottom: 15px;
        font-size: 18px;
    }
    
    .reform-item-caption {
        font-size: 13px;
        line-height: 1.8;
    }
}

@media screen and (min-width: 1440px) {
    .reform-item {
        width: 23.5%;
        margin-bottom: 20px;
        padding: 50px 0;
    }
}

/* - キャッチコピー */

.reform-catch {
    margin-bottom: 60px;
}

.reform-catch-copy {
    width: 100%;
    padding: 40px 0;
    border-radius: 20px;
    background-image: url(/architecture/images/reform-catch_background.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}

.reform-catch-copy h2 {
    color: #fff;
    font-size: 18px;
    line-height: 1.5;
    text-align: center;
    letter-spacing: 3px;
}

.catch-zero {
    margin-right: 3px;
    font-weight: 500;
    font-size: 34px;
    font-family: 'Helvetica Neue','Arial', 'Noto Sans JP', sans-serif;
}

@media screen and (min-width: 768px) {
    .reform-catch {
        margin-bottom: 100px;
    }
}

@media screen and (min-width: 960px) {
    .reform-catch-copy {
        padding: 100px 0;
    }
    
    .reform-catch-copy h2 {
        font-size: 22px;
    }
    
    .reform-catch-copy h2 br {
        display: none;
    }
    
    .catch-zero {
        font-size: 60px;
    }
}

@media screen and (min-width: 1280px) {
    .reform-catch-copy {
        padding: 160px 0;
    }
    
    .reform-catch-copy h2 {
        font-size: 30px;
        letter-spacing: 6px;
        text-indent: 6px;
    }
    
    .catch-zero {
        font-size: 80px;
    }
}

/* - リフォームの流れ */

.reform-flow .title-center {
    margin-bottom: 30px;
}

.flow-item {
    margin-bottom: 30px;
}

.flow-title {
    position: relative;
    margin-bottom: 30px;
    padding: 25px 0;
    border-radius: 20px;
    font-size: 16px;
    letter-spacing: 2px;
    text-align: center;
    text-indent: 2px;
}

.flow-title-wht {
    background-color: #fff;
    color: #9ac7c8;
}

.flow-title-blu {
    background-color: #9ac7c8;
    color: #fff;
}

.flow-title .triangle {
    position: absolute;
    bottom: -18px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 30px;
}

.flow-contents {
    font-size: 13px;
    line-height: 1.8;
    letter-spacing: 2px;
    text-align: justify;
    text-justify: inter-ideograph;
}

@media screen and (min-width: 768px) {
    .reform-flow .title-center {
        margin-bottom: 50px;
    }
    
    .flow-item {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        margin-bottom: 60px;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
    }
    
    .flow-title {
        width: 280px;
        margin-bottom: 0;
    }
    
    .flow-contents {
        padding-left: 30px;
        -webkit-box-flex: 1;
        -ms-flex: 1;
        flex: 1;
    }
}

@media screen and (min-width: 960px) {
    .flow-contents {
        padding-left: 50px;
    }
}

@media screen and (min-width: 1280px) {
    .flow-item {
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }
    
    .flow-title {
        padding: 30px 0;
        font-size: 18px;
    }
    
    .flow-contents {
        font-size: 15px;
    }
}

/* - 新築 */

.build .section-title {
    margin-bottom: 40px;
}

.build-lead {
    margin-bottom: 20px;
    line-height: 1.8;
    letter-spacing: 1px;
}

.build-lead-campaign {
    margin-bottom: 40px;
    line-height: 1.8;
    letter-spacing: 1px;
}

.build-campaign {
    margin-bottom: 20px;
    font-size: 18px;
    line-height: 1.5;
    letter-spacing: 2px;
    text-align: center;
}

.build-campaign-zero {
    position: relative;
    margin: 0 5px;
    color: #f7931e;
    font-weight: 500;
    font-size: 40px;
    vertical-align: sub;
}

.build-campaign-zero::before {
    display: inline-block;
    position: absolute;
    top: 0px;
    left: -5px;
    width: 13px;
    height: 10px;
    background-image: url(/assets/images/mark_cost-zero.svg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
    content: "";
}

.build-image {
    padding-top: 50%;
    border-radius: 20px;
    background-image: url(/architecture/images/build_background.png);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}

@media screen and (min-width: 600px) {
    .build-campaign br {
        display: none;
    }
}

@media screen and (min-width: 768px) {
    .build-campaign {
        font-size: 20px;
        letter-spacing: 4px;
        text-indent: 4px;
    }
    
    .build-campaign-zero {
        font-size: 50px;
    }
    
    .build-campaign-zero::before {
        width: 18px;
        height: 14px;
    }
}

@media screen and (min-width: 960px) {
    .build-lead {
        margin-bottom: 30px;
        text-align: center;
    }
    
    .build-lead-campaign {
        margin-bottom: 60px;
        text-align: center;
    }
    
    .build-campaign {
        font-size: 24px;
    }
    
    .build-campaign-zero {
        font-size: 80px;
    }
    
    .build-campaign-zero::before {
        width: 29px;
        height: 22px;
    }
}

@media screen and (min-width: 1280px) {
    .build-image {
        padding-top: 40%;
    }
}

@media screen and (min-width: 1440px) {
    .build-image {
        padding-top: 30%;
    }
}

/* -- COMING SOON */

.coming-soon {
    margin-bottom: 30px;
    color: #f00;
    font-weight: bold;
    font-size: 24px;
    text-align: center;
    letter-spacing: 1px;
    text-indent: 1px;
}

@media screen and (min-width: 768px) {
    .coming-soon {
        margin-bottom: 40px;
    }
}

@media screen and (min-width: 960px) {
    .coming-soon {
        font-size: 30px;
    }
}