@charset "UTF-8";

body#reconstruction{
    font-family: hiragino-kaku-gothic-pron, sans-serif;
}

#reconstruction .mv{
    padding: 19px 0;
    background: url(../img/reconstruction/mv_bg.webp)no-repeat left top;
    border-top: 42px solid #ffb469;
}

#reconstruction .mv .inner .txt {
    margin: 0 auto 17px;
}

#reconstruction .mv .txt_block_orenge{
    width: 100%;
    max-width: 716px;
    background: #fffaf4;
    display: inline-block;
    border: 2px solid #f99325;
    border-radius: 12px;
    padding: 17px 0 9px;
    text-align: center;
}

#reconstruction .mv .txt_block_orenge p {
    margin-bottom: 10px;
}

@media screen and (max-width: 768px){
    #reconstruction .mv{
        padding: 193px 10px 10px;
        background: url(../img/reconstruction/mv_bg-sp.webp)no-repeat left top;
        background-size: cover;
        border-top: 20px solid #ffb469;
        
    }

    #reconstruction .mv .txt_block_orenge{
        padding: 17px 10px 9px;
    }

    #reconstruction .mv .txt_block_orenge .btn{
        width: 200px;
        margin: 15px auto 5px;
    }

}

section.contact_wrap{
    margin-bottom: 64px;
    padding: 1px 0 0;
    background: url(../img/reconstruction/contact_bg.png) no-repeat top center;
    background-size: 100% 80%;
}

@media screen and (max-width: 768px){
    section.contact_wrap{
        margin-bottom: 32px;
    }

}

section .inner{
    max-width: 1110px;
    margin: 0 auto;
}

section h1.ttl{
    margin-bottom: 28px;
    font-size: 42px;
    font-family: "LINE Seed JP", sans-serif;
    font-weight: 600;
    line-height: 1.2;
    letter-spacing: -1.5px;
}
section h1.ttl span{
    width: 180px;
    margin-bottom: 19px;
    font-size: 16px;
    font-family: hiragino-kaku-gothic-pron, sans-serif;
    color: #fff;
    background: #ff9226;
    display: block;
    text-align: center;
    padding: 6px 0;
    border-radius: 8px;
    letter-spacing: 0;
}

section p.sub_ttl{
    font-size: 24px;
    color: #444444;
    line-height: 1.6;
}

@media screen and (max-width: 768px){
    section .inner{
        width: 96%;
    }
    section h1.ttl span{
        width: 160px;
        font-size: 14px;
    }
    section h1.ttl{
        margin-bottom: 10px;
        font-size: 24px;
    }
    section p.sub_ttl{
        font-size: 18px;
    }
}

section#price{
    margin-bottom: 109px;
}
section#price .price_wrap{
    margin: 79px 0;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 42px;
}

section#price .price_wrap .price_block{
    padding: 40px 0;
    box-shadow: 1px 0 10px #d9d9d9;
    border-radius: 20px;
    text-align: center;
}

section#price .price_wrap p.price_txt {
    margin: 23px 0 27px;
    font-weight: bold;
    color: #ff7f00;
    display: flex;
    justify-content: center;
    align-items: anchor-center;
    &::before{
        content: '￥';
        display: inline-block;
        font-size: 23px;
        line-height: 1;
    }
    &::after{
        content: '(税込)';
        display: inline-block;
        font-size: 20px;
        line-height: 1;
    }

}
section#price .price_wrap p.price_txt span{
    font-family: tt-commons-pro, sans-serif;
    font-size: 48px;
    color: #ff7f00;
    line-height: 1;
}

section#price .price_wrap .price_block h2{
    font-weight: 600;
    font-size: 28px;
    color: #4b5363;
    line-height: 1.2;
    text-align: center;
}

section#price .price_list {
    max-width: 1180px;
    margin: 140px auto 0;
}

section#price .price_list h2{
    margin: 43px 0 10px;
    padding: 7px 10px;
    background: #ff7f00;
    border-radius: 50px;
    font-size: 26px;
    color: #fff;
    display: flex;
    align-items: center;
}

section#price .price_list h2 span.icon {
    width: 47px;
    margin-right: 18px;
    display: inline-block;
}
section#price .price_list h2 span.txt{
    width: 80%;
    display: inline-block;
    letter-spacing: 3px;
} 

section#price .price_list dl{
    max-width: 1080px;
    padding: 18px 21px;
    margin: 0 auto 3px;
    display: flex;
    border-radius: 50px;
}
section#price .price_list .price_block dl:nth-child(even){
    background: #fff7ee;
}

section#price .price_list dl dt{
    width: 85%;
    max-width: 886px;
    font-size: 24px;
    line-height: 1.2;
}
section#price .price_list dl dd{
    width: 16%;
    max-width: 170px;
    line-height: 1.2;
    font-size: 24px;
    text-align: center;
    letter-spacing: 2px;
}

section#price p.tar {
    margin: 50px 0 0;
    max-width: 1290px;
    font-size: 18px;
    font-family: "LINE Seed JP", sans-serif;
    color: #444444;
    line-height: 1.2;
}

@media screen and (max-width: 768px){
    section#price{
        margin-bottom: 39px;
    }
    section#price .price_wrap{
        margin: 28px 0;
        grid-template-columns: 1fr;
        gap: 22px;
    }

    section#price .price_wrap .price_block{
        padding: 10px 0;
        display: flex;
        align-items: center;
        justify-content: space-around;
    }
    section#price .price_wrap .price_block .left_block{
        width: 52%;
    }
    section#price .price_wrap .price_block .left_block.img {
        width: 80%;
        margin: 0 auto;
    }
    

    section#price .price_wrap p.price_txt{
        margin: 13px 0 7px;
        &::before{
            font-size: 16px;
        }
        &::after{
            font-size: 16px;
        }
    }
    section#price .price_wrap p.price_txt span{
        font-size: 34px;
    }
    section#price .price_wrap .price_block h2{
        width: 42%;
        font-size: 21px;
    }
    
    section#price .price_list{
        width: 98%;
        margin: 30px auto 0;
    }

    section#price .price_list h2 span.icon{
        width: 28px;
    }
    section#price .price_list h2{
        margin: 28px 0 10px;
        font-size: 22px;
        line-height: 1;
    }

    section#price .price_list dl{
        width: 94%;
        margin: 0 0 3px 5%;
        padding: 8px 5px 8px 20px;
        align-items: center;
    }
    section#price .price_list dl dt, section#price .price_list dl dd{
        font-size: 18px;
        letter-spacing: 1px;
    }

    section#price .price_list dl dt{
        width: 70%;
    }
    section#price .price_list dl dd{
        width: 26%;
    }

    section#price p.tar{
        margin: 20px 0 0;
        font-size: 16px;
    }

}


section#service{
    margin-bottom: 96px;
}

section#service .service_wrap{
    margin: 54px 0;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 42px;
}

section#service .service_wrap .service_block{
    padding-bottom: 13px;
    border: 2px solid #f99325;
    background: #fffaf4;
    border-radius: 5px;
}

section#service .service_block p.tag{
    font-size: 18px;
    color: #ffffff;
    line-height: 1.2;
    background: #f99325;
    border: 5px;
    display: inline-block;
    padding: 3px 11px;
    border-radius: 2px 3px 3px 3px;
}

section#service .service_block .icon_block{
    margin-bottom: 35px;
    text-align: center;
}

section#service .service_block h2{
    height: 65px;
    margin-bottom: 20px;
    font-size: 28px;
    font-family: "LINE Seed JP", sans-serif;
    font-weight: 600;
    text-align: center;
    line-height: 1.2;
    color: #ff9226;
}

section#service .service_block p.txt {
    width: 280px;
    height: 97px;
    margin: 0 auto 32px;
    font-size: 20px;
    line-height: 1.6;
    display: grid;
    place-content: center;
}

section#service .service_block .img_block {
    margin: 0 auto;
    text-align: center;
    border-radius: 10px;
    border: 1px solid #f99325;
    width: 92%;
    overflow: hidden;
}

@media screen and (max-width: 768px){
    section#service{
        margin-bottom: 0px;
    }
    section#service .service_wrap{
        margin: 24px 0 39px;
        grid-template-columns: 1fr;
        gap: 16px;
    }

    section#service .service_wrap .service_block{
        padding: 10px;
        position: relative;
        align-items: center;
        display: flex;
        justify-content: space-between;
    }

    section#service .service_block p.tag{
        position: absolute;
        font-size: 16px;
        top: 0;
        left: 0;
    }
    section#service .service_block .txt_blcok{
        width: 56%;
    }
    section#service .service_block .img_block{
        margin: 0;
        width: 42%;
    }

    section#service .service_block .icon_block{
        width: 30%;
        max-width: 95px;
        margin: 10px auto 5px;
        text-align: center;
    }
    section#service .service_block h2{
        height: auto;
        margin-bottom: 10px;
        font-size: 20px;
    }
    section#service .service_block p.txt{
        width: 96%;
        height: auto;
        margin: 0 auto;
        font-size: 16px;
    }

}

section#reason{
    margin-bottom: 114px;
}

section#reason ul{
    margin: 65px;
    display: flex;
    justify-content: center;
    gap: 100px

}

.reason_block {
    max-width: 960px;
    margin: 0 auto 50px;
    padding: 28px 16px;
    display: flex;
    border-radius: 29px;
    box-shadow: 1px 0 10px #d9d9d9;
}

.reason_block .icon {
    width: 169px;
    text-align: center;
}

.reason_block .txt_block h2{
    margin-bottom: 14px;
    font-size: 28px;
    font-weight: 600;
    font-family: "LINE Seed JP", sans-serif;
    color: #f99325;
    
}

.reason_block .txt_block p.txt{
    font-size: 24px;
    font-family: "LINE Seed JP", sans-serif;
    color: #444444;
    line-height: 1.4;
    
}

@media screen and (max-width: 768px){
    section#reason{
        margin-bottom: 52px;
    }
    section#reason ul{
        margin: 25px 10px;
        gap: 10px;
    }

    .reason_block{
        margin: 0 auto 20px;
        padding: 16px 10px;
        border-radius: 15px;
        justify-content: space-between;
        align-items: center;
    }
    .reason_block .icon{
        width: 18%;
        max-width: 169px;
    }

    .reason_block .txt_block {
        width: 78%;
    }
    
    .reason_block .txt_block h2{
        margin-bottom: 6px;
        font-size: 20px;
    }
    .reason_block .txt_block p.txt{
        font-size: 16px;
        align-items: center;
    }
    
}


.mw_wp_form{
    width: 100%;
    max-width: 830px;
    margin: 94px auto;
}

.form_block dl{
    width: 100%;
    margin: 0 auto 35px;
}
.form_block dt{
    width: 100%;
    margin-bottom: 16px;
    padding-left: 3px;
    color: #646464;
    text-align: left;
    display: flex;
    align-items: center; 
    font-size: 24px;
}
.form_block > dl dd {
    max-width: 824px;
    margin: 0px 0 33px 1px;
}

.mw_wp_form_preview .form_block > dl dd{
    font-size: 22px;
}

.form_block dd input, .form_block dd textarea{
    width: 100%;
    padding: 14px 40px 13px;
    background: #fefdfb;
    border: 1px solid #FF9800;
    font-size: 24px;
    line-height: 1.4;
    color: #000;
    border-radius: 12px;
}

.form_block dd.p-postal-code{
    display: flex;
    align-items: center;
}
.form_block dd.p-postal-code input{
    width: 150px;
}
.form_block dd.p-postal-code span.hyphen {
    margin: 0 8px;
    color: #FF9800;
    display: inline-block;
}
.form_block dd.p-postal-code span.indication{
    width: 150px;
    padding: 10px 5px;
    margin-left: 10px;
    background: #FF9800;
    color: #fff;
    font-size: 24px;
    text-align: center;
    border-radius: 10px;
    display: inline-block;
}

.mw_wp_form_preview .form_block dd.p-postal-code span.indication{
    display: none;
}

.form_block ul.step_block {
    margin-bottom: 35px;
    display: flex;
    justify-content: center;
}

.mw_wp_form_input #preview {
    display: none;
}
.mw_wp_form_preview #form{
    display: none;
}


.form_block ul.step_block li{
    text-align: center;
    font-size: 24px;
    font-family: tt-commons-pro, sans-serif;
    font-weight: 500;
    line-height: 1.2;
    color: #444444;
    display: flex;
    align-items: flex-end;
}

.form_block ul.step_block li:nth-child(2){
    &::before,&::after{
        content: '▲';
        display: inline-block;
        transform: rotate(90deg);
        line-height: 2.6;
        margin: 0 16px;
        font-size: 16px;
        color: #FF9226;
    }
}

.form_block ul.step_block li span > span{
    width: 191px;
    margin-top: 16px;
    padding: 9px 5px 8px;
    display: block;
    background: #fff6ed;
    border: 1px solid #FF9226;
    font-size: 20px;
    font-weight: bold;
    color: #FF9226;
    border-radius: 5px;
}
.form_block ul.step_block li span > span.position{
    background: #FF9226;    
    color: #fff;
}

.form_block p.txt{
    margin-left: 82px;
    margin-bottom: 104px;
    color: #FF9226;
    font-weight: bold;
}


.form_block span.req, .form_block span.any{
    width: 62px;
    margin-right: 15px;
    text-align: center;
    font-size: 16px;
    font-weight: 400;
    color: #fff;
    letter-spacing: 1px;
    display: inline-block;
    padding: 3px 4px 4px;
    border-radius: 7px;

}
.form_block span.req{
    background: #FF9226;
}

.form_block span.any{
    background: #ddd;
}

.form_block > dl span.txt{
    font-size: 24px;
    font-family: "LINE Seed JP", sans-serif;
}

.form_block > dl span.note{
    margin: 0 0 0 14px;
    font-size: 16px;
    display: inline-block;
    font-family: "LINE Seed JP", sans-serif;
}

.form_block .moving_date_list{
    display: flex;
    margin-bottom: 23px;
}

.form_block .moving_date_list dl{
    width: 273px;
    margin: 0;
}
.moving_date_list dd input{
    max-width: 247px;
}
.moving_date_list dd span.txt{
    font-size: 18px;
    display: block;
    text-align: center;
    margin: 11px 0;
    letter-spacing: -2px;
    font-family: "LINE Seed JP", sans-serif;
}

.mw_wp_form_preview .moving_date_list dd span.txt{
    display: none;
}

.form_block .pp-box {
    width: 99%;
    margin: 62px auto 44px;
    border: 1px solid #D6D6D6;
}
.form_block .pp-box > div {
    height: 240px;
    overflow-y: scroll;
    padding: 10px 30px 20px;
    color: #646464;   
}

.form_block .pp-box h2 {
    padding: 7px 5px 8px;
    background: #fefdfb;
    text-align: center;
    color: #474644;
    font-size: 18px;
    font-weight: bold;
    border-bottom: 1px solid #D6D6D6;
}

.form_block .pp-box h3 {
    margin-bottom: 10px;
    margin-top: 20px;
}

.form_block p.pp-txt{
    text-align: center;
    margin: 0 0 54px;
    font-size: 20px;
}
.mwform-checkbox-field input, .mwform-radio-field input {
    margin-right: 5px;
    width: 15px;
    height: 15px;
}

.form_block p.pp-txt .wpcf7-list-item{
    margin: 0px;    
}

#submit_block{
    text-align: center;
    margin: 0 0 53px;
    font-size: 20px;
}
.mw_wp_form_preview #submit_block{
    display: flex;
    justify-content: center;
}


#submit_block span.move, #submit_block span.previous{
    width: 43%;
    max-width: 470px;
    margin: 0 30px;
    display: inline-block;
}

#submit_block input[type="submit"]{
    width: 100%;
    font-size: 20px;
    font-weight: bold;
    padding: 15px 0 15px;
    cursor: pointer;
    border-radius: 10px;
}

#submit_block span.move input[type="submit"]{
    background: #FF9226;
    color: #fff;
    
}
#submit_block span.previous input[type="submit"]{
    background: #a7aaad;    
    color: #fff;
}

::placeholder{
    color: #ddd;
}

@media screen and (max-width: 768px){
    .mw_wp_form{
        margin: 24px auto;
    }

    .form_block ul.step_block{
        margin-bottom: 5px;
        flex-wrap: wrap;
    }

    .form_block ul.step_block li{
        margin-bottom: 20px;
        font-size: 18px;
    }

    .form_block ul.step_block li span > span{
        width: 140px;
        margin-top: 6px;
        padding: 9px 2px 8px;
        font-size: 16px;
    }

    .form_block ul.step_block li:nth-child(2){
        &::before, &::after {
        margin: 0 6px;
        font-size: 12px;
        }
    }

    .form_block p.txt{
        margin-left: 2px;
        margin-bottom: 34px;
    }

    .form_block span.req, .form_block span.any{
        width: 42px;
        margin-right: 5px;
        font-size: 14px;
    }

    .form_block dl{
        margin: 0 auto 18px;
    }

    .form_block > dl span.txt{
        font-size: 18px;
    }
    .form_block > dl span.note{
        width: 30%;
        margin: 0 0 0 14px;
        font-size: 14px;
    }

    .form_block dt{
        margin-bottom: 8px;
        padding-left: 3px;
    }

    .form_block > dl dd{
        margin: 0px 0 18px 1px;
    }

    .form_block dd input, .form_block dd textarea{
        width: 100%;
        padding: 8px 10px 8px;
        font-size: 16px;
        border-radius: 12px;
    }

    .form_block dd.p-postal-code input{
        width: 80px;
    }

    .form_block dd.p-postal-code span.indication{
        width: 80px;
        padding: 10px 5px;
        font-size: 16px;
    }
    .form_block .moving_date_list{
        justify-content: space-between;
    }

    .form_block .moving_date_list dl{
        width: 48%;
        max-width: 273px;
    }
    .form_block .moving_date_list dt > .txt{
        font-size: 18px;
    }

    
    .form_block .moving_date_list dd span.txt{
        margin: 5px 0;
        font-size: 14px;
    }

    .form_block .pp-box h2{
        font-size: 16px;
    }

    .form_block .pp-box{
        margin: 32px auto 16px;
    }

    .form_block .pp-box > div{
        padding: 0px 10px 20px;
    }

    .form_block p.pp-txt{
        margin: 0 0 5px;
        font-size: 16px;
    }

    #submit_block input[type="submit"]{
        font-size: 16px;
        padding: 8px 0 7px;
    }
}
        
