@charset "utf-8";

.con_item{
    position: absolute;
    top: 20%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    width:80%;
}

.intro {
    background-image: url(../image/intro_bg.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    padding: 88px 0 40px;
}
.intro h2 {
    font-weight: 500;
    font-size: 3.2rem;
    line-height: 1.4;
    text-align: center;
    color: var(--green1);
}
.intro h2 span {
    font-size: 130%;
}
.intro p {
    font-size: 1.6rem;
    text-align: center;
    color: var(--green1);
    margin-top: 24px;
}
.contents_box {
    padding-bottom: 48px;
}
.contents_box .main_ttl_wrap {
    position: relative;
    background-repeat: no-repeat;
    background-size: 100%;
    background-position: bottom center;
    min-height: 300px;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    width: 90%;
    margin: auto;
    z-index: 1;
    margin-bottom: 64px;
}
.contents_box.landplan_wrap .main_ttl_wrap {
    background-image: url(../image/contents_ttl01.svg);
}
.contents_box.safety_wrap .main_ttl_wrap {
    background-image: url(../image/contents_ttl02.svg);
}
.contents_box.comfort_wrap .main_ttl_wrap {
    background-image: url(../image/contents_ttl03.svg);
}
.contents_box.common_wrap .main_ttl_wrap {
    background-image: url(../image/contents_ttl04.svg);
}
.contents_box .main_ttl {
    text-align: center;
    color: var(--light);
    font-size: 2.4rem;
    line-height: 1.5;
    padding-bottom: 32px;
}
.content_area_ttl{
        font-size: 3.2rem;
    line-height: 1.4;
    text-align: center;
    padding-top: 32px;
}
.content_area_txt{
    position: relative;
    text-align: center;
    margin-top: 24px;
    font-size: 1.6rem;
    line-height: 2;
}
.content_area_txt .item01{
   top: -33px;
    left: 0;
    max-width: 10%;
}
.content_area_txt .item02{
    bottom: 0;
    right: 0;
    max-width: 12%;
}
.content_area_txt small{font-size: 60%; vertical-align: 5px;}

.sec_img {
    margin-top: -100px;
}
.subttl_wrap {
    position: relative;
    z-index: 1;
}
.subttl {
    position: absolute;
    z-index: 1;
    top: -50px;
    left: 0;
    max-width: 28%;
}
.subttl_wrap .subttl_txt {
    position: relative;
    text-align: center;
    color: var(--green1);
    font-size: 3.0rem;
    line-height: 1.5;
    background-image: url(../image/gateland_item_bg.svg);
    background-repeat: no-repeat;
    background-size: 100%;
    background-position: bottom center;
    min-height: 120px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 90%;
    margin: 16px auto 32px;
}
.comfort_contents h3 {
    position: relative;
    text-align: center;
    color: var(--green1);
    font-size: 2.4rem;
    line-height: 1.5;
    width: 90%;
    min-height: 180px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding-top: 35px;
    margin: 0px auto 32px;
}
/* .comfort_contents h3::before {
    content: '';
    display: block;
    background-image: url(../image/gateland_subttl_top.svg);
    background-repeat: no-repeat;
    background-position: top center;
    background-size: 100%;
    min-height: 116px;
    width: 100%;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
}
.comfort_contents h3::after {
    content: '';
    display: block;
    background-image: url(../image/gateland_subttl_bottom.svg);
    background-repeat: no-repeat;
    background-position: bottom center;
    background-size: 100%;
    min-height: 20px;
    width: 100%;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
} */

.security_wrap{
    padding: 64px 0 0;
}
.security_wrap h3{
    color: #D44E44;
    text-align: center;
    font-size: 2.2rem;
    line-height: 1.4;
    font-weight: 600;
}
.security_wrap h3 span{
    font-size: 140%;
}
.security_wrap ul{
    margin: 32px auto 16px;
    display: flex;
    max-width: 90%;
    justify-content: center;
    gap: 0 16px;
    position: relative;
    z-index: 1;
}
.security_wrap ul li{
    flex: 1;
}
.gateland_btn_wrap{
    padding: 64px 0;
}
.gateland_btn_wrap ul{
    max-width: 500px;
    margin: auto;
    display: flex;
    flex-direction: column;
    gap: 8px 0;
}
.gateland_btn_wrap ul li a{
    display: block;
    background: #CACDD1;
    text-align: center;
    color: var(--light);
    font-size: 2rem;
    line-height: 1;
    font-weight: 600;
    padding: 24px 8px;
    border-radius: 16px;
    position: relative;
    transition: .3s;
}
.gateland_btn_wrap ul li a .left{
        z-index: 1;
    max-width: 15%;
    left: 15%;
    top: 12%;
}
.gateland_btn_wrap ul li a .right{
        z-index: 1;
    max-width: 13%;
    right: 15%;
    top: 12%;
}
.gateland_btn_wrap ul li.carent a{background: var(--brown);}
@media (hover: hover){
    .gateland_btn_wrap ul li a:hover{
        background: var(--brown);
    }
}
.gateland_btn_wrap ul li a::before{
    content: '';
    display: block;
    background-repeat: no-repeat;
    background-size: contain;
    position: absolute;
}
.gateland_btn_wrap ul li a::after{
    content: '';
    display: block;
    background-repeat: no-repeat;
    background-size: contain;
    position: absolute;
}
.gateland_btn_wrap ul li:nth-of-type(1) a::before{
    background-image: url(../image/btn_item_01.svg);
    width: 42px; height: 42px;
    left: 22px;
    top: 14px;
}
.gateland_btn_wrap ul li:nth-of-type(1) a::after{
    background-image: url(../image/btn_item_01.svg);
    width: 42px; height: 42px;
    right: 22px;
    top: 14px;
}
.gateland_btn_wrap ul li:nth-of-type(2) a::before{
    background-image: url(../image/btn_item_02.svg);
    width: 42px; height: 42px;
    left: 22px;
    top: 14px;
}
.gateland_btn_wrap ul li:nth-of-type(2) a::after{
    background-image: url(../image/btn_item_02.svg);
    width: 42px; height: 42px;
    right: 22px;
    top: 14px;
}
.gateland_btn_wrap ul li:nth-of-type(3) a::before{
    background-image: url(../image/btn_item_03.svg);
    width: 42px; height: 42px;
    left: 22px;
    top: 14px;
}
.gateland_btn_wrap ul li:nth-of-type(3) a::after{
    background-image: url(../image/btn_item_03.svg);
    width: 42px; height: 42px;
    right: 22px;
    top: 14px;
}
.residences{
    position: relative;
    background: #E3F1E2;
    background: linear-gradient(180deg, rgba(227, 241, 226, 1) 0%, rgba(186, 224, 221, 1) 100%);
    min-height: 680px;
}
.residences::before{
    content: '';
    display: block;
    background-image: url(../image/residences_bg.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100%;
    width: 95%; height: 95%;
    max-width: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
}
.residences h3{
    max-width: 90%;
    margin: auto;
    padding-top: 64px;
}
.residences dl{
    margin-top: 32px;
    text-align: center;
}
.residences dt{
    color: var(--green1);
    font-size: 3.2rem;
    line-height: 1.5;
}
.residences dd{
    padding-top: 24px;
    font-size: 1.8rem;
    color: var(--green1);
}
.design{
    padding: 64px 0 0;
}
.design h4{
    max-width: 90%;
    margin: auto;
}
.design_ttl_img{
    max-width: 90%;
    margin: 0 auto 0;
}
.designer{
    margin-top: 64px;
    border: 2px solid var(--green1);
    position: relative;
    padding: 0 32px 32px;
}
.designer h5{
    color: var(--green1);
    width: fit-content;
    background: var(--light);
    font-size: 2.4rem;
    line-height: 1;
    padding: 8px 16px;
    margin-top: -24px;
}
.designer_profile{
    margin-top: 48px;
    display: flex;
    align-items: center;
    gap: 0 24px;
    border-bottom: 1px solid var(--dark);
    padding-bottom: 24px;
}
.designer_profile .img{
    max-width: 30%;
}
.designer_profile dl{}
.designer_profile dt{
    font-size: 3.2rem;
    display: flex;
    align-items: center;
    gap: 0 16px;
}
.designer_profile dt span{
    font-size: 50%;
    line-height: 1;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 0 8px;
    position: relative;
}
.designer_profile dt span::before,
.designer_profile dt span::after{
    content: '';
    border: 1px solid var(--dark);
    width: 2px; height: 24px;
    display: block;
}
.designer_profile dd{
    font-size: 1.3rem;
}
.designer_profile_txt{
    padding-top: 16px;
    font-size: 1.3rem;
}
.designer_profile_img{
    margin: 32px auto;
}
.designer_profile_img_txt{
    font-size: 1.3rem;
}
.landplan_map{
    margin-top: 32px;
}
.safety_map{
    margin-top: 32px;
}
.safety_txt_wrap{
    margin-top: 40px;
}
.safety_txt_wrap dt{
    font-size: 2.2rem;
    padding-bottom: 8px;
    border-bottom: 1px solid var(--dark);
}
.safety_txt_wrap dd{
    font-size: 1.3rem;
    padding-top: 16px;
}
.safety_txt_wrap.flex{
    display: flex;
    gap: 0 16px;
}
.safety_txt_wrap.flex .img{
    width: 80%;
    
}
.safety_txt_wrap.flex .img img{
    border-radius: 16px;
    overflow: hidden;
}
.sec_system{
    padding: 64px 0 0;
}
.sec_sistem_img_wrap{
    margin-top: 32px;
}
.sec_sistem_img_wrap ul{
    display: flex;
    gap: 0 16px;
}
.sec_sistem_img_wrap ul li{
    flex: 1;
    border-radius: 16px;
    overflow: hidden;
}
.sec_sistem_img_wrap ol{
    display: flex;
    justify-content: space-between;
    margin-top: 24px;
}
.sec_sistem_img_wrap ol li.img{
    overflow: hidden;
    border-radius: 16px;
    flex-basis: 42%;
}
.sec_sistem_img_wrap ol li.txt{
    flex-basis: 53%;
    position: relative;
}
.sec_sistem_img_wrap ol li.txt dt{
    font-size: 2.2rem;
    padding-bottom: 8px;
    border-bottom: 1px solid var(--dark);
}
.sec_sistem_img_wrap ol li.txt dd{
        font-size: 1.3rem;
    padding-top: 16px;
}
.comfort_contents{
    padding-top: 16px;
    background: #E3F1E2;
background: linear-gradient(180deg, rgba(227, 241, 226, 1) 0%, rgba(186, 224, 221, 1) 100%);
}
.comfort_contents2{
    background: url(../image/comfort_bg.png),linear-gradient(180deg, rgba(227, 241, 226, 1) 0%, rgba(186, 224, 221, 1) 100%);
    padding-bottom: 32px;
}
.comfort_contents h4{
    max-width: 400px;
    margin-top: -26px;
}
.comfort_txt_area{
    margin-top: 24px;
}
.comfort_txt_area .ttl{
        font-size: 2.2rem;
    padding-bottom: 8px;
    border-bottom: 1px solid var(--dark);
}
.car .comfort_txt_area .ttl{
    display: flex;
    flex-wrap: nowrap;
    align-items: flex-end;
    gap: 0 8px;
}
.car .comfort_txt_area .ttl span:nth-of-type(1){
    flex-basis: 60%;
}
.car .comfort_txt_area .ttl span:nth-of-type(2){
    flex-basis: 38%;
}
.comfort_txt_area .txt{
    font-size: 1.3rem;
    padding-top: 16px;
}
.comfort_flex{
    display: flex;
    justify-content: space-between;
    gap: 0 16px;
}
.comfort_flex .img{
    margin-top: 16px;
    flex-basis: 50%;
}
.comfort_flex .txt{
    flex-basis: 48%;
}
.shop_fukidashi{
    max-width: 80%;
    margin: 16px auto 0;
    display: flex;
    gap: 0 8px;
    justify-content: space-between;
}
.shop_fukidashi li{
    flex: 1;
}

.confort_ohter{
    background: var(--light);
}
.confort_ohter_box_flex{
    padding: 40px 20px;
    display: flex;
    justify-content: space-between;
    gap: 0 16px;
    position: relative;
}
.ohter_item01{
    max-width: 16%;
    top: 11px;
    left: 43%;
    z-index: 1;
}
.ohter_item02{
        max-width: 19%;
    top: -35px;
    left: 59%;
    z-index: 1;
}
.ohter_item03{
        max-width: 13%;
    bottom: -18px;
    left: 15%;
    z-index: 1;
}
.ohter_item04{
        max-width: 21%;
    bottom: -40px;
    left: 75%;
    z-index: 1;
}
.ohter_item05{
        max-width: 22%;
    bottom: -28px;
    left: 44%;
    z-index: 1;
}
.ohter_item06{
    max-width: 12%;
    bottom: 4px;
    left: 86%;
    z-index: 1;
}
.ohter_item07{
        max-width: 21%;
    bottom: 5px;
    left: 8%;
    z-index: 1;
}
.sikichi{
    padding-top: 32px;
}
.common_datal{
    margin-top: 48px;
}
.common_datal ul{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 40px 16px;
}
.common_datal li{
    flex-basis: 48%;
}
.common_datal li .txt{
    font-size: 1.3rem;
    margin-top: 16px;
}

.pickup{
    margin-top: 80px;
    padding: 90px 0 24px;
    /* background: #E3F1E2;
background: linear-gradient(180deg, rgba(227, 241, 226, 1) 0%, rgba(186, 224, 221, 1) 100%); */
background-image: url(../image/pickup_bg.png);
background-repeat: no-repeat;
background-position: top center;
background-size: cover;
position: relative;
}
.pick_item{
    max-width: 17%;
    top: -14px;
    left: 64px;
}
.nisumu_wrap{
    display: flex;
    align-items: center;
}
.nisumu_wrap .img{flex-basis: 18%;}
.nisumu_wrap .txt{flex-basis: 70%;}
.nisumu_wrap .ttl{
    font-size: 2.4rem;
    line-height: 1.4;
    color: var(--green1);
   
}
.nisumu_wrap .copy::before{
    content: '';
    display: block;
    background-image: url(../image/nisumu_line.svg);
    background-repeat: no-repeat;
    width: 100%;
    height: 3px;
    padding-bottom: 16px;
}
.nisumu_wrap .copy{
    font-size: 1.6rem;
    padding-top: 16px;
    margin-top: 16px;
     position: relative;
}
.nisumu_wrap{}




.confort_ohter_box_flex.even{
    flex-direction: row-reverse;
}
.confort_ohter_box_flex.add{
    background: url(../image/comfort_bg.png);
}
.confort_ohter_box02{
    padding: 40px 20px 0;
    background: url(../image/comfort_bg.png);
}
.confort_ohter_box_flex dl{
    flex-basis: 56%;
}
.confort_ohter_box_flex .img{
    flex-basis: 42%;
    overflow: hidden;
    border-radius: 16px;
}
.confort_ohter_box_flex dt,
.confort_ohter_box02 dt{
        font-size: 2.2rem;
    padding-bottom: 8px;
    border-bottom: 1px solid var(--dark);
}
.confort_ohter_box_flex dd,
.confort_ohter_box02 dd{
        font-size: 1.3rem;
    padding-top: 16px;
}
.confort_ohter_box02 .img{
    margin-top: 32px;
}
.common_box{
    margin-top: 64px;
}
.common_box h5{
        max-width: 400px;
    margin-top: -26px;
    position: relative;
}
.common_box .txt{
    font-size: 1.3rem;
    padding: 16px 20px 0;
    max-width: 100%;
    white-space: wrap;
}
.common_flex{
    display: flex;
    flex-wrap: wrap;
}
.common_flex .common_box{
    flex-basis: 50%;
    max-width: 50%;
}
.common_flex h5{
    max-width: 90%;
    margin-top: -15px;
}
.common_flex .txt{
    max-width: 80%;
    margin: auto;
}

.item{position: absolute;}
.item.residences_item{
        top: 6px;
    right: 14px;
    max-width: 27%;
}
.item.landplan_item01{
        top: 17px;
    left: -32px;
    max-width: 23%;
}
.item.landplan_item02{
         top: 116px;
    right: 14px;
    max-width: 18%;
}
.item.safety_item01{
    top: 71px;
    left: 7px;
    max-width: 21%;
}
.item.safety_item02{
    top: 71px;
    right: 14px;
    max-width: 21%;
}
.item.safety_item03{
       top: -28px;
    left: -48px;
    max-width: 41%;
}
.sec_system .item.item01{
        top: -28px;
    right: 9px;
    max-width: 19%;
}
.sec_system .item.item02{
        top: -85px;
    left: -21px;
    max-width: 7%;
}
.sec_system .item.item03{
        top: 105px;
    right: 13px;
    max-width: 5%;
}
.sec_system .item.sec_sistem_img_item{
        top: -1px;
    right: -9px;
    max-width: 23%;
}
.shop .item.comfort_item{
        top: 33px;
    right: 30px;
    max-width: 29%;
}
.garden .item.comfort_item{
        top: 33px;
    right: 30px;
    max-width: 24%;
}
.garden .item.comfort_item02{
         bottom: 65px;
    left: 106px;
    max-width: 24%;
}
.car .item.comfort_item{
        top: 14px;
    right: 73px;
    max-width: 22%;
}
@media (hover: hover){

}




@media screen and (max-width: 1250px) {
.intro {
    padding: 48px 0 40px;
}
.intro h2 {
    font-size: 2.0rem;
    line-height: 1.6;
}
.intro p {
    font-size: 1.3rem;
}
.contents_box .main_ttl_wrap {
    min-height: 161px;
    width: 98%;
    margin-bottom: 32px;
}
.contents_box .main_ttl {
    font-size: 1.5rem;
    line-height: 1.4;
    padding-bottom: 17px;
}


.content_area_ttl{
            font-size: 1.8rem;
        padding-top: 16px;
}
.content_area_txt{
   font-size: 1.3rem;
}
.content_area_txt .item01{
          top: -26px;
        left: -12px;
        max-width: 14%;
}
.content_area_txt .item02{
            bottom: 35px;
        right: 0;
        max-width: 16%;
}

.subttl_wrap {
    position: relative;
    z-index: 1;
}
.subttl {
           position: absolute;
        z-index: 1;
        top: -27px;
        left: -6px;
        max-width: 28%;
}
.subttl_wrap .subttl_txt {
    position: relative;
        text-align: center;
        color: var(--green1);
        font-size: 1.6rem;
        line-height: 1.5;
    background-image: url(../image/gateland_item_bg.svg);
            background-repeat: no-repeat;
        background-size: 100%;
        background-position: bottom center;
        min-height: 67px;
        display: flex;
        flex-direction: column;
        justify-content: center;
        width: 98%;
        margin: 16px auto 50px;
}
    .comfort_contents h3 {
        position: relative;
        text-align: center;
        color: var(--green1);
        font-size: 2.4rem;
        line-height: 1.5;
        width: 90%;
        min-height: 147px;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        padding-top: 23px;
        margin: 18px auto 37px;
    }
/* .comfort_contents h3::before {
    content: '';
    display: block;
    background-image: url(../image/gateland_subttl_top.svg);
    background-repeat: no-repeat;
    background-position: top center;
    background-size: 100%;
    min-height: 116px;
    width: 100%;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
}
.comfort_contents h3::after {
    content: '';
    display: block;
    background-image: url(../image/gateland_subttl_bottom.svg);
    background-repeat: no-repeat;
    background-position: bottom center;
    background-size: 100%;
    min-height: 20px;
    width: 100%;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
} */

.security_wrap{
    padding: 32px 0 0;
}
.security_wrap h3{
    color: #D44E44;
    text-align: center;
    font-size: 1.8rem;
    line-height: 1.4;
    font-weight: 600;
}
.security_wrap h3 span{
    font-size: 140%;
}
.security_wrap ul{
    margin: 32px auto 16px;
    display: flex;
    max-width: 100%;
    justify-content: center;
    gap: 0 8px;
}
.security_wrap ul li{
    flex: 1;
}
.gateland_btn_wrap{
    padding: 32px 0;
}
.gateland_btn_wrap ul{
    max-width: 300px;
    margin: auto;
    display: flex;
    flex-direction: column;
    gap: 8px 0;
}
.gateland_btn_wrap ul li a{
    display: block;
    background: #CACDD1;
    text-align: center;
    color: var(--light);
    font-size: 1.6rem;
    line-height: 1;
    font-weight: 600;
    padding: 24px 8px;
    border-radius: 16px;
    position: relative;
    transition: .3s;
}
.gateland_btn_wrap ul li.carent a{background: var(--brown);}
@media (hover: hover){
    .gateland_btn_wrap ul li a:hover{
        background: var(--brown);
    }
}
.gateland_btn_wrap ul li a::before{
    content: '';
    display: block;
    background-repeat: no-repeat;
    background-size: contain;
    position: absolute;
}
.gateland_btn_wrap ul li a::after{
    content: '';
    display: block;
    background-repeat: no-repeat;
    background-size: contain;
    position: absolute;
}
.gateland_btn_wrap ul li:nth-of-type(1) a::before{
    background-image: url(../image/btn_item_01.svg);
    width: 42px; height: 42px;
    left: 22px;
    top: 14px;
}
.gateland_btn_wrap ul li:nth-of-type(1) a::after{
    background-image: url(../image/btn_item_01.svg);
    width: 42px; height: 42px;
    right: 22px;
    top: 14px;
}
.gateland_btn_wrap ul li:nth-of-type(2) a::before{
    background-image: url(../image/btn_item_02.svg);
    width: 42px; height: 42px;
    left: 22px;
    top: 14px;
}
.gateland_btn_wrap ul li:nth-of-type(2) a::after{
    background-image: url(../image/btn_item_02.svg);
    width: 42px; height: 42px;
    right: 22px;
    top: 14px;
}
.gateland_btn_wrap ul li:nth-of-type(3) a::before{
    background-image: url(../image/btn_item_03.svg);
    width: 42px; height: 42px;
    left: 22px;
    top: 14px;
}
.gateland_btn_wrap ul li:nth-of-type(3) a::after{
    background-image: url(../image/btn_item_03.svg);
    width: 42px; height: 42px;
    right: 22px;
    top: 14px;
}
.residences{
    position: relative;
    background: #E3F1E2;
    background: linear-gradient(180deg, rgba(227, 241, 226, 1) 0%, rgba(186, 224, 221, 1) 100%);
    min-height: 400px;
}
.residences::before{
    content: '';
    display: block;
    background-image: url(../image/residences_bg.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100%;
    width: 95%; height: 95%;
    max-width: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
}
.residences h3{
    max-width: 88%;
        margin: auto;
        padding-top: 36px;
}
.residences dl{
    margin-top: 8px;
    text-align: center;
}
.residences dt{
    color: var(--green1);
    font-size: 1.8rem;
    line-height: 1.5;
}
.residences dd{
    padding-top: 16px;
    font-size: 1.2rem;
    color: var(--green1);
}
.design{
    padding: 64px 0 0;
}
.design h4{
    max-width: 90%;
    margin: auto;
}
.design_ttl_img{
    max-width: 90%;
    margin: 0 auto 0;
}
.designer{
    margin-top: 48px;
    border: 2px solid var(--green1);
    position: relative;
    padding: 0 32px 32px;
}
.designer h5{
    color: var(--green1);
    width: fit-content;
    background: var(--light);
    font-size: 1.8rem;
    line-height: 1;
    padding: 8px 16px;
    margin-top: -18px;
}
.designer_profile{
    margin-top: 48px;
    display: flex;
    align-items: center;
    gap: 0 24px;
    border-bottom: 1px solid var(--dark);
    padding-bottom: 24px;
}
.designer_profile .img{
    max-width: 30%;
}
.designer_profile dl{}
.designer_profile dt{
    font-size: 1.6rem;
    display: flex;
    align-items: center;
    gap: 0 16px;
}
.designer_profile dt span{
    font-size: 50%;
    line-height: 1;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 0 8px;
    position: relative;
}
.designer_profile dt span::before,
.designer_profile dt span::after{
    content: '';
    border: 1px solid var(--dark);
    width: 2px; height: 16px;
    display: block;
}
.designer_profile dd{
    font-size: 0.9rem;
}
.designer_profile_txt{
    padding-top: 16px;
    font-size: 1.0rem;
}
.designer_profile_img{
    margin: 32px auto;
}
.designer_profile_img_txt{
    font-size: 1.3rem;
}
.landplan_map{
    margin-top: 32px;
}
.safety_map{
    margin-top: 32px;
}
.safety_txt_wrap{
    margin-top: 40px;
}
.safety_txt_wrap dt{
    font-size: 1.6rem;
    padding-bottom: 8px;
    border-bottom: 1px solid var(--dark);
}
.safety_txt_wrap dd{
    font-size: 1.1rem;
    padding-top: 16px;
}
.safety_txt_wrap.flex{
    display: flex;
    align-items: flex-start;
    gap: 0 16px;
}
.safety_txt_wrap.flex .img{
    width: 200%;
    
}
.safety_txt_wrap.flex .img img{
    border-radius: 16px;
    overflow: hidden;
}
.sec_system{
    padding: 64px 0 0;
}
.sec_sistem_img_wrap{
    margin-top: 32px;
}
.sec_sistem_img_wrap ul{
    display: flex;
    gap: 0 8px;
}
.sec_sistem_img_wrap ul li{
    flex: 1;
    border-radius: 8px;
    overflow: hidden;
}
.sec_sistem_img_wrap ol{
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    margin-top: 24px;
}
.sec_sistem_img_wrap ol li.img{
    overflow: hidden;
    border-radius: 16px;
    flex-basis: 42%;
}
.sec_sistem_img_wrap ol li.txt{
    flex-basis: 53%;
    position: relative;
}
.sec_sistem_img_wrap ol li.txt dt{
    font-size: 1.6rem;
    padding-bottom: 8px;
    border-bottom: 1px solid var(--dark);
}
.sec_sistem_img_wrap ol li.txt dd{
        font-size: 1.3rem;
    padding-top: 16px;
}
.comfort_box .main_img .cap{
    bottom: 20px;
}
.comfort_contents{
    padding-top: 16px;
    background: #E3F1E2;
background: linear-gradient(180deg, rgba(227, 241, 226, 1) 0%, rgba(186, 224, 221, 1) 100%);
}
.comfort_contents2{
    background: url(../image/comfort_bg.png),linear-gradient(180deg, rgba(227, 241, 226, 1) 0%, rgba(186, 224, 221, 1) 100%);
    padding-bottom: 32px;
}
.comfort_contents h4{
            max-width: 246px;
        margin-top: -15px;
}
.comfort_txt_area{
    margin-top: 24px;
}
.comfort_txt_area .ttl{
        font-size: 1.6rem;
    padding-bottom: 8px;
    border-bottom: 1px solid var(--dark);
}
.car .comfort_txt_area .ttl{
    display: flex;
    flex-wrap: nowrap;
    align-items: flex-end;
    gap: 0 8px;
}
.car .comfort_txt_area .ttl span:nth-of-type(1){
    flex-basis: 60%;
}
.car .comfort_txt_area .ttl span:nth-of-type(2){
    flex-basis: 38%;
}
.comfort_txt_area .txt{
    font-size: 1.3rem;
    padding-top: 16px;
}
.comfort_flex{
    display: flex;
    justify-content: space-between;
    gap: 0 16px;
}
.comfort_flex .img{
    margin-top: 16px;
    flex-basis: 50%;
}
.comfort_flex .txt{
    flex-basis: 48%;
}
.shop_fukidashi{
    max-width: 100%;
    margin: 16px auto 0;
    display: flex;
    gap: 0 8px;
    justify-content: space-between;
}
.shop_fukidashi li{
    flex: 1;
}

.confort_ohter{
    background: var(--light);
}
.confort_ohter_box_flex{
    padding: 32px 20px;
    display: flex;
    justify-content: space-between;
    gap: 0 16px;
    align-items: flex-start;
}
.confort_ohter_box_flex.even{
    flex-direction: row-reverse;
}
.confort_ohter_box_flex.add{
    background: url(../image/comfort_bg.png);
}
.confort_ohter_box02{
    padding: 40px 20px 0;
    background: url(../image/comfort_bg.png);
}
.confort_ohter_box_flex dl{
    flex-basis: 56%;
}
.confort_ohter_box_flex .img{
    flex-basis: 42%;
    overflow: hidden;
    border-radius: 8px;
}
.confort_ohter_box_flex dt,
.confort_ohter_box02 dt{
        font-size: 1.3rem;
    padding-bottom: 8px;
    border-bottom: 1px solid var(--dark);
}
.confort_ohter_box_flex dd,
.confort_ohter_box02 dd{
        font-size: 1.0rem;
    padding-top: 16px;
}
.confort_ohter_box02 .img{
    margin-top: 32px;
}
.common_box{
    margin-top: 64px;
}
.common_box h5{
        max-width: 400px;
    margin-top: -26px;
    position: relative;
}
.common_box .txt{
    font-size: 1.3rem;
    padding: 16px 20px 0;
    max-width: 100%;
    white-space: wrap;
}
.common_flex{
    display: flex;
    flex-wrap: wrap;
}
.common_flex .common_box{
    flex-basis: 50%;
    max-width: 50%;
}
.common_flex h5{
    max-width: 90%;
    margin-top: -15px;
}
.common_flex .txt{
    max-width: 80%;
    margin: auto;
}

.item{position: absolute;}
.item.residences_item{
        top: 6px;
    right: 14px;
    max-width: 27%;
}
.item.landplan_item01{
        top: 17px;
    left: -32px;
    max-width: 23%;
}
.item.landplan_item02{
         top: 116px;
    right: 14px;
    max-width: 18%;
}
.item.safety_item01{
    top: 71px;
    left: 7px;
    max-width: 21%;
}
.item.safety_item02{
    top: 71px;
    right: 14px;
    max-width: 21%;
}
.item.safety_item03{
       top: -28px;
    left: -48px;
    max-width: 41%;
}
.sec_system .item.item01{
    top: -18px;
        right: -3px;
        max-width: 23%;
}
.sec_system .item.item02{
    top: -42px;
        left: -21px;
        max-width: 7%;
}
.sec_system .item.item03{
     top: 62px;
        right: 13px;
        max-width: 5%;
}
.sec_system .item.sec_sistem_img_item{
     top: 10px;
        right: -9px;
        max-width: 43%;
    }

.shop .item.comfort_item{
        top: 27px;
    right: 9px;
    max-width: 35%;
}
.garden .item.comfort_item{
        top: 40px;
    right: 7px;
    max-width: 27%;
}
.car .item.comfort_item{
        top: 26px;
    right: 6px;
    max-width: 30%;
}




.ohter_item01{
        max-width: 21%;
    top: 11px;
    left: 47%;
    z-index: 1;
}
.ohter_item02{
        max-width: 27%;
    top: -36px;
    left: 59%;
    z-index: 1;
}
.ohter_item03{
        max-width: 14%;
    bottom: -7px;
    left: 7%;
    z-index: 1;
}
.ohter_item04{
    max-width: 27%;
    bottom: -24px;
    left: 75%;
    z-index: 1;
}
.ohter_item05{
        max-width: 24%;
    bottom: -13px;
    left: 53%;
    z-index: 1;
}
.ohter_item06{
    max-width: 8%;
        bottom: -4px;
        left: 86%;
        z-index: 1;
}
.ohter_item07{
             max-width: 17%;
        bottom: 3px;
        left: 3%;
        z-index: 1;
}

.common_datal ul {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 32px 8px;
}
.common_datal li {
    flex-basis: 47%;
}
.common_datal li .txt{
    font-size: 1.1rem;
}

.pickup{
    margin-top: 40px;
    padding: 64px 0 24px;
    /* background: #E3F1E2;
background: linear-gradient(180deg, rgba(227, 241, 226, 1) 0%, rgba(186, 224, 221, 1) 100%); */
background-image: url(../image/pickup_bg.png);
background-repeat: no-repeat;
background-position: top center;
background-size: cover;
position: relative;
}
.pick_item{
    max-width: 17%;
    top: -14px;
    left: 64px;
}
.nisumu_wrap{
    display: flex;
    align-items: center;
}
.nisumu_wrap .img{flex-basis: 18%;}
.nisumu_wrap .txt{flex-basis: 70%;}
.nisumu_wrap .ttl{
    font-size: 1.6rem;
    line-height: 1.4;
    color: var(--green1);
   
}
.nisumu_wrap .copy::before{
    content: '';
    display: block;
    background-image: url(../image/nisumu_line.svg);
    background-repeat: no-repeat;
    width: 100%;
    height: 1px;
    padding-bottom: 16px;
}
.nisumu_wrap .copy{
    font-size: 1.3rem;
    padding-top: 16px;
    margin-top: 16px;
     position: relative;
}
.nisumu_wrap{}
.garden .item.comfort_item02 {
    bottom: 81px;
    left: 136px;
    max-width: 13%;
}
}
