.design section{
    padding: 60px 0;
}
.design section:nth-child(even){
    background: url('/assets/img/design/bg_img.png') center /100% repeat;
}
.design section:nth-child(odd){
    background: linear-gradient(to bottom, #d7c8b7, #f0ede6);
}
.design section.ttl{
    background: url('/assets/img/common/ttl_bg.png') center / cover no-repeat;
    padding: 0;
}

.design h2{
    font-size: 20px;
    margin-bottom: 25px;
}
.design h3{
    text-align: center;
    font-size: 20px;
    margin-bottom: 30px;
}
.design h4{
    text-align: center;
    font-size: 20px;
    margin-bottom: 30px;
}
.design p{
    line-height: 1.6;
}
.design p.caption {
    font-size: 8px !important;
    font-family: 'Noto Sans JP', sans-serif;
    font-weight: 400;
    text-align: right;
    color: #000;
}
.design .lead{
    font-size: 12px;
    margin-bottom: 30px;
}
.design .imgWrap{
    position: relative;
}
.design .mv .imgWrap .caption,
.design__about .imgWrap .caption,
.design__entrance .imgWrap .caption{
    position: absolute;
    color: #fff;
    text-shadow: #000 1px 0 8px;
    text-align: right;
    bottom: 8px;
    right: 8px;
}

/* mv */
.design section.mv{
    background: none;
    padding: 0;
}
.design .mv .txtWrap{
    padding: 40px 4% 60px;
    text-align: center;
}
.design .mv h2{
    font-size: 26px;
}
.design .mv p{
    font-size: 13px;
    line-height: 2;
}
/* .design__about */
.design__about .lead{
    letter-spacing: 0.02em;
}
.design__about .imgWrap{
    margin-bottom: 30px;
}
.design__about ul li{
    display: flex;
    align-items: center;
    background: linear-gradient(to left, #7c6125, #a18840);
    margin-bottom: 2px;
    padding: 10px 2%;
}
.design__about ul li:last-child{
    margin-bottom: 0;
}
.design__about ul li .number{
    width: 20px;
    height: 20px;
    border-radius: 50%;
    margin-right: 8px;
    text-align: center;
    font-size: 13px;
    line-height: 20px;
    color: #7c6125;
}
.design__about ul li .txtWrap{
    font-size: 11px;
    color: #fff;
}
/* .design__entrance */
.design__entrance h2{
    font-size: 29px;
    margin-bottom: 40px;
}
.design__entrance .imgWrap{
    margin-bottom: 35px;
}
.design__entrance h3 + .imgWrap{
    margin-bottom: 20px;
}
.design__entrance .flex.pc{
    display: none;
}
.design__entrance .flex.sp{
    display: flex;
}
.design__entrance .detail{
    background: #fff;
    padding: 35px 8%;
    border: 2px solid;
    border-image: linear-gradient(to right, #6c4401, #cbbe6c, #6c4401) 1;
}
.design__entrance .detail .flex{
    display: block;
}
.design__entrance .detail .imgWrap{
    width: 70%;
    margin: 0 auto 20px;
}
.design__entrance .detail .imgWrap .caption{
    right: 5px;
}
.design__entrance .detail p{
    font-size: 12px;
}
.design__entrance .detail .container > p{
    margin-bottom: 30px;
}
.design__entrance .designer .txtWrap{
    
    margin-bottom: 20px;
}
.design__entrance .designer .txtWrap h3{
    /* width: 32%; */
    margin: 0;
    font-size: 14px;
    text-align: left;
}
.design__entrance .designer .txtWrap h3 span{
    font-size: 10px;
}
.design__entrance .designer .txtWrap h3 span.occupation{
    font-size: 12px;
}
.design__entrance .designer .txtWrap p{
    /* width: 100%; */
    border-top: 1px solid #000;
    padding-top: 10px;
    margin-top: 10px;
}
.design__entrance .designer .imgWrap{
    width: 100%;
    margin: 0;
}
.design__entrance .designer .imgWrap .caption{
    width: 100%;
    color: #000;
    position: unset;
    text-shadow: none;
}
/* .design__landplan */
.design__landplan h2{
    font-size: 29px;
    margin-bottom: 40px;
}
.design__landplan .imgWrap{
    margin-bottom: 30px;
}
.design__landplan p.caption{
    text-align: left;
}
.design__landplan .flex.sp{
    display: flex;
    justify-content: space-between;
}
.design__landplan .flex.pc{
    display: none;
}
.design__landplan ul:first-of-type{
    width: 40%;
}
.design__landplan ul:last-of-type{
    width: 58%;
}
.design__landplan ul li{
    display: flex;
    margin-bottom: 10px;
}
.design__landplan ul li img{
    width: 15px;
    height: 15px;
    border-radius: 50%;
    margin: 2px 6px 0 0;
}
.design__landplan ul li p{
    font-size: 12px;
}

/* design__planting */
.design__planting h2{
    font-size: 29px;
    margin-bottom: 40px;
}
.design__planting ul{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-bottom: 25px;
}
.design__planting ul li{
    width: 48%;
    margin-bottom: 10px;
}
/* docRequest */
.design section.docRequest{
    background: none;
    padding: 40px 0;
}
.design section.docRequest li .button--inner p{
    line-height: 36px;
}
@media screen and (min-width: 768px) {
    .design section{
        padding: 100px 0;
    }
    .design section:nth-child(even){
        background: url('/assets/img/design/bg_img_pc.jpg') center / auto repeat;
    }
    .design .inner{
        max-width: 1000px;
    }
    .design h2{
        font-size: 36px;
        margin-bottom: 35px;
    }
    .design h3{
        font-size: 36px;
        margin-bottom: 35px;
    }
    .design h4{
        font-size: 30px;
        margin-bottom: 30px;
        text-align: left;
    }
    .design p{
        line-height: 1.8;
    }
    .design p.caption {
        font-size: 12px !important;
    }
    .design .lead{
        font-size: 18px;
    }
    /* .mv */
    .design .mv h2{
        font-size: 47px;
        margin-bottom: 40px;
    }
    .design .mv p{
        font-size: 18px;
        line-height: 2;
    }
    .design .mv .txtWrap{
        padding: 80px 0 130px;
    }

    /* .design__about */
    .design__about h2{
        text-align: left;
        margin-bottom: 25px;
    }
    .design__about .lead{
        margin-bottom: 35px;
    }
    .design__about .inner{
        display: flex;
        justify-content: space-between;
    }
    .design__about .inner .imgWrap{
        width: 46%;
        margin-bottom: 0;
    }
    .design__about .inner .container{
        width: 49%;
    }
    .design__about ul li{
        padding: 9px 3%;
    }
    .design__about ul li .number{
        width: 27px;
        height: 27px;
        margin-right: 8px;
        font-size: 17px;
        line-height: 27px;
    }

    .design__about ul li .txtWrap{
        font-size: 14px;
        line-height: 1.5;
    }
    /* .design__about .imgWrap .caption{
        bottom: 45px;
    } */

    /* design__entrance */
    .design__entrance h2{
        font-size: 46px;
        margin-bottom: 60px;
    }
    .design__entrance .flex.pc{
        display: flex;
        margin-bottom: 60px;
    }
    .design__entrance .flex.sp{
        display: none;
    }
    .design__entrance .flex .imgWrap{
        width: 50%;
    }
    .design__entrance .lead{
        text-align: center;
        margin-bottom: 50px;
    }
    .design__entrance .detail{
        padding: 60px 6%;
    }
    .design__entrance .detail .flex{
        display: flex;
        justify-content: space-between;
        margin-bottom: 0;
    }
    .design__entrance .detail .imgWrap{
        width: 44%;
        margin: 0;
    }
    .design__entrance .detail .container{
        width: 50%;
    }
    .design__entrance .detail p{
        font-size: 16px;
    }
    .design__entrance .detail .container > p {
        margin-bottom: 15px;
    }
    .design__entrance .designer .txtWrap h3{
        width: 100%;
        font-size: 28px;
    }
    .design__entrance .designer .txtWrap h3 span{
        font-size: 14px;
    }
    .design__entrance .designer .txtWrap h3 span.occupation{
        font-size: 18px;
    }
    .design__entrance .designer .txtWrap p{
        width: 100%;
        font-size: 14px;
    }
    .design__entrance .designer .imgWrap{
        width: 100%;
    }
    .design__entrance .detail .imgWrap .caption{
        bottom: 45px;
    }

    /* .design__landplan */
    .design__landplan h2{
        font-size: 46px;
        margin-bottom: 60px;
    }
    .design__landplan h3{
        text-align: left;
        margin-bottom: 40px;
    }
    .design__landplan .inner{
        display: flex;
        justify-content: space-between;
    }
    .design__landplan .container{
        width: 50%;
    }
    .design__landplan .imgWrap{
        width: 45%;
        margin-bottom: 0;
    }
    .design__landplan .flex.sp{
        display: none;
    }
    .design__landplan .flex.pc{
        display: flex;
    }
    .design__landplan ul li img{
        width: 20px;
        height: 20px;
    }
    .design__landplan ul li p{
        font-size: 14px;
    }

    .design__planting h2{
        font-size: 46px;
        margin-bottom: 60px;
    }
    .design__planting h3{
        margin-bottom: 60px;
    }
    .design__planting p:not(.caption){
        text-align: center;
        font-size: 18px;
    }
    .design__planting ul li{
        width: 32%;
        margin-bottom: 20px;
    }

    .design section.docRequest{
        padding: 60px 0;
    }
    .design section.docRequest .inner .note{
        max-width: 800px;
    }
    .design section.docRequest li .button--inner p{
        line-height: 62px;
    }
}