#wrapper {
    overflow: hidden;
}

h3,h4,h5,h6,ul,ol,li,p,dl,dt,dd{
    margin: 0;
    padding: 0;
}
article, section, .container{
    min-width: unset;
}
img{
    max-width: 100%;
    height: auto;
    vertical-align: bottom;
}
.page-main {
    height: 61vh;
}

.page-main .page-main__title {
    top: 172px;
}

@media screen and (max-width: 768px){
    .page-main .page-main__title {
        top: 25%;
    }

    .sectionMain {
        padding-top: 30px!important;
        padding-bottom: 0!important;
    }
}

.page-main .page-main__title h2{
    background: url(../images/equipment/main_h2.svg) center / auto 100% no-repeat;
    width: 350px;
    height: 36px;
}
.sectionMain {
    position: relative;
    padding-top: 106px;
    margin-top: -40px;
    padding-bottom: 60px;
    overflow: clip;
}

.sectionMain::before {
    position: absolute;
    content: "";
    width: 100%;
    height: 32vw;
    top: 0;
    left: 0;
    z-index: -1;
    background: url(../images/equipment/bg.png) no-repeat center/cover;
}

.com-content {
    max-width: 978px;
    width: 90%;
    margin: 0 auto;
}
/*===========---------- Button ----------===========*/
.page-buttons {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    max-width: 978px;
    width: 90%;
    margin: 0 auto;
}

.page-buttons--bottom {
    margin-top: 103px;
}

.page-buttons li {
    width: calc((100% - 8px)/3);
}

.page-buttons li .button {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    height: 56px;
    line-height: 56px;
    border: 0px;
    width: 100%;
    cursor: pointer;
    color: #6A6555;
    background-color: #EAE5D8;
    transition: all .3s ease;
    text-decoration: none;
    letter-spacing: 0.1em;
    outline: none!important;
}

.section-box {
    max-width: 978px;
    width: 90%; 
    margin: 0 auto;
}

.page-buttons li .button:hover,
.page-buttons li .button.current {
    color: #fff;
    background-color: #6A6555;
    opacity: 1;
}

@media screen and (max-width: 768px){
    .page-buttons {
        align-items: flex-end;
    }
    .page-buttons li .button{
        font-size: 12px;
        line-height: 1.3;
    }

    .page-buttons li + li {
       margin-top: 8px;
    }

    .page-buttons--bottom {
        margin-top: 40px;
    }
}

/*===========---------- Section ----------===========*/
.section-box {
    padding-top: 60px;
}

.section-box .tab-btns {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 8px;
    padding: 0 65px;
}

.section-box .tab-btns .scroll {
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #C1C1C1;
    background-color: #fff;
    height: 39px;
    letter-spacing: 0.05em;
    font-size: 15px;
    color: #4C4C4C;
    transition: all .3s ease;
    text-decoration: none;
}

.section-box .tab-btns .scroll:hover,
.section-box .tab-btns .scroll.current {
    background-color: #6A6555;
    color: #fff;
    opacity: 1;
}

.ttl {
    font-size: 28px;
    letter-spacing: 0.1em;
    color: #B99662;
    font-weight: 400;
    text-align: center;
    margin-top: 47px;
    position: relative;
    padding-bottom: 43px;
}

.ttl::after {
    position: absolute;
    content: "";
    width: 1px;
    height: 34px;
    background-color: #656156;
    top: 54px;
    left: 50%;
    transform: translateX(-50%);
    animation-name: scroll;
    animation-fill-mode: backwards;
    animation-iteration-count: infinite;
    animation-duration: 2.0s;
}

@keyframes scroll {
  0% {
    height: 10px;
    opacity: 0;
  }

  5% {
    height: 10px;
    opacity: 1;
  }

  80% {
    height: 20px;
    opacity: 1;
  }

  100% {
    opacity: 0;
  }
}

.section-box .flexBox {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.list {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 52px 39px;
}

.txtBox {
    padding-top: 15px;
}

.sub {
    color: #4C4C4C;
    font-size: 16px;
    letter-spacing: 0.05em;
    line-height: 1.4;
    text-align: left;
}

.desc {
    color: #4C4C4C;
    font-size: 13px;
    letter-spacing: 0.05em;
    line-height: 1.4;  
    margin-top: 4px;
    text-align: left;
}

.note {
    color: #4C4C4C;
    font-size: 10px;
    letter-spacing: 0.05em;
    line-height: 1.4;  
    margin-top: 7px;
    text-align: left;
}

img {
    width: 100%;
}

@media screen and (max-width: 768px){
    .section-box {
        padding-top: 20px;
    }

    .section-box .tab-btns {
        grid-template-columns: repeat(2, 1fr);
        padding: 0 0;
    }

    .section-box .tab-btns .scroll {
        font-size: 12px;
        height: 24px;
        padding-top: 5px;
    }

    .ttl {
       font-size: 24px;
       margin-top: 30px;
       padding-bottom: 30px;
    }

    .ttl::after {
        top: 35px;
    }

    .list {
        grid-template-columns: repeat(2, 1fr);
        gap: 10px!important;
    }

    .txtBox {
        padding-top: 8px;
    }
    
    .sub {
        font-size: 13px;
        letter-spacing: 0;
        font-weight: 700;
    }
    .sub-1{
       letter-spacing: -0.05em; 
    }
    
    .desc {
        font-size: 9px;
        margin-top: 2px;
    }

    .note {
        font-size: 8px;
        margin-top: 4px;
    }
}

/*===========---------- Section01 ----------===========*/
.section01 .section-box .list {
    margin-top: 40px;
}

.section01 .section-box .list .item-box:last-child {
    margin-top: 58px;
}

@media screen and (max-width: 768px){
    .section01 .section-box .list {
        margin-top: 15px;
    }

    .section01 .section-box .list .item-box:last-child {
        margin-top: 0;
    }

    .section01 .section-box .list .item-flex {
        width: 100%;
        grid-column: 1 / -1;
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        gap: 0 10px;
    }
}
/*===========---------- Powder ----------===========*/
.section-powder {
    margin-top: 29px;
}

.section-powder .flexBox .left {
    width: calc(69% - 36px);
}

.section-powder .flexBox .right {
    width: calc(31% + -3px);
}

.section-powder .flexBox .right .item-box:last-child {
    margin-top: 37px;
    margin-bottom: -2px;
}

@media screen and (max-width: 768px){
    .section-powder {
        margin-top: 0;
    }

    .section-powder .flexBox .right {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        gap: 0 10px;
        width: 100%;
        margin-top: 10px;
    }
    
    .section-powder .flexBox .left {
        width: 100%;
    }
    
    .section-powder .flexBox .right .item-box:last-child {
        margin-top: 0;
        margin-bottom: 0;
    }
}

/*===========---------- Bath ----------===========*/
.section-bath {
    margin-top: 60px;
}

.section-bath .flexBox .left {
    width: calc(69% - 36px);
}

.section-bath .flexBox .right {
    width: calc(31% + -3px);
}

.section-bath .flexBox .right .item-box:last-child {
    margin-top: 34px;
}

.section-bath .list {
    margin-top: 48px;
    gap: 33px 39px;
}

@media screen and (max-width: 768px){
    .section-bath {
        margin-top: 0;
    }

    .section-bath .flexBox .right {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        gap: 0 10px;
        width: 100%;
        margin-top: 10px;
    }
    
    .section-bath .flexBox .left {
        width: 100%;
    }
    
    .section-bath .flexBox .right .item-box:last-child {
        margin-top: 0;
    }

    .section-bath .item-sub:last-child{
        margin-top: 10px;
    }
}

/*===========---------- Toilet ----------===========*/
.section-toilet {
    margin-top: 21px;
}

.section-toilet .flexBox .left {
    width: calc(31% + -3px);
}

.section-toilet .flexBox .right {
    width: calc(69% - 36px);
}

.section-toilet .list {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 24px 39px;
    margin-top: 0!important;
}

@media screen and (max-width: 768px){
    .section-toilet {
        margin-top: 0;
    }

    .section-toilet .flexBox .right {
        width: 100%;
        margin-top: 10px;
    }
    
    .section-toilet .flexBox .left {
        width: 100%;
    }
}

/*===========---------- Storage ----------===========*/
.section-storage {
    margin-top: 72px;
}

.section-storage .list {
    margin-top: 0!important;
    gap: 39px 39px;
}

@media screen and (max-width: 768px){
    .section-storage {
        margin-top: 0;
    }
}

/*===========---------- Amenity ----------===========*/
.section-amenity {
    margin-top: 89px;
}

.section-amenity .flexBox .left {
    width: calc(69% - 36px);
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 0 39px;
}

.section-amenity .flexBox .left .open,
.section-amenity .flexBox .left .close {
    position: relative;
}

.section-amenity .flexBox .left .open::before,
.section-amenity .flexBox .left .close::before {
    position: absolute;
    min-width: 61px;
    height: 30px;
    padding: 0 12px;
    background-color: #fff;
    top: 8px;
    left: 8px;
    z-index: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 13px;
    color: #4C4C4C;
    letter-spacing: 0.05em;
    line-height: 1;
}

.section-amenity .flexBox .left .open::before {
    content: "OPEN";
}

.section-amenity .flexBox .left .close::before {
    content: "CLOSE";
}
.section-amenity .flexBox .left .close {
    margin-top: 20px;
}

.section-amenity .flexBox .right {
    width: calc(31% + -3px);
}

.section-amenity .flexBox .right .item-box:last-child {
    margin-top: 28px;
}

.section-amenity .list {
    margin-top: 58px !important;
    gap: 37px 39px;
}

@media screen and (max-width: 768px){
    .section-amenity {
        margin-top: 0;
    }

    .section-amenity .flexBox .left {
        width: 100%;
        gap: 0 10px;
    }

    .section-amenity .flexBox .left .open::before,
    .section-amenity .flexBox .left .close::before {
        font-size: 8px;
        min-width: 38px;
        height: 16px;
        padding: 0 6px;
        top: 5px;
        left: 5px;
    }

    .section-amenity .flexBox .right {
        width: 100%;
        display: grid;
        grid-template-columns: repeat(2 , 1fr);
        gap: 0 10px;
        margin-top: 15px;
    }

    .section-amenity .flexBox .right .item-box:last-child {
        margin-top: 0;
    }

    .section-amenity .list {
        margin-top: 15px !important;
    }

}

/*===========---------- Ecorogy ----------===========*/
.section-ecorogy {
    margin-top: 52px;
}

.section-ecorogy .list {
    gap: 38px 39px;
    grid-template-columns: repeat(2, 1fr);
    max-width: 639px;
    margin: 0 auto !important;
}

.section-ecorogy .list .item figcaption {
    color: #000;
    text-shadow: none;
}

@media screen and (max-width: 768px){
    .section-ecorogy {
        margin-top: 0;
    }

    .section-ecorogy .list .item figcaption {
        font-size: 0.7rem;
        bottom: 2px;
    }
}

/*===========---------- Entrance ----------===========*/
.section-entrance {
    margin-top: 54px;
}

/* .section-entrance .flexBox .left {
    width: calc(31% + -3px);
} */

.section-entrance .flexBox .right {
    /* width: calc(69% - 36px); */
}

.section-entrance .list {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 60px 39px;
    margin-top: 0!important;
}

@media screen and (max-width: 768px){
    .section-entrance {
        margin-top: 0;
    }

    .section-entrance .flexBox .left {
        width: 100%;
    }
    
    .section-entrance .flexBox .right {
        width: 100%;
        margin-top: 10px;
    }
    .section-entrance .list {
        grid-template-columns: repeat(2, 1fr);
    }
}

/*===========---------- Section02 ----------===========*/
.section02 .header .ttl {
    margin-top: 76px;
}

.section02 .header .sub {
    text-align: center;
    font-size: 28px;
    color: #4C4C4C;
    line-height: 1.4;
    letter-spacing: 0.05em;
    margin-top: 43px;
    font-weight: 400;
}

.section02 .header .txt {
    text-align: center;
    font-size: 18px;
    color: #4C4C4C;
    line-height: 1.7;
    letter-spacing: 0.05em;
    margin-top: 17px;
}

.section02 .system {
    margin-top: 69px;
}

.section02 .system .com-content {
    max-width: 943px;
}

.section02 .system .system-lead {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.section02 .system .system-lead .left {
    width: 76.4%;
}

.section02 .system .system-lead .left .title {
    background-color: #EEEEEE;
    color: #4C4C4C;
    font-size: 22px;
    letter-spacing: 0.05em;
    text-align: center;
    line-height: 1.4;
    padding: 25px 20px 20px;
}

.section02 .system .system-lead .left .desc {
    font-size: 16px;
    letter-spacing: 0.05em;
    line-height: 1.7;
    color: #4C4C4C;
    margin-top: 20px;
}

.section02 .system .system-diagram {
    margin-top: 28px;
}

.section02 .system .system-lead .right {
    width: 20.2%;
}

.section02 .feature {
    margin-top: 84px;
}

.section02 .feature .com-content {
   max-width: 943px;
}

.section02 .feature .ttl {
    font-size: 19px;
    letter-spacing: 0.05em;
    line-height: 1.4;
    background-color: #EEEEEE;
    color: #4C4C4C;
    margin-top: 0;
    padding: 12px 10px 8px;
    min-height: 101px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.section02 .feature .ttl::after {
    display: none;
}

.section02 .feature .desc {
    font-size: 16px;
    line-height: 1.7;
    margin-top: 20px;
} 

.section02 .feature .list {
    gap: 0 33px;
}

.section02 .feature .flow-diagram {
    margin-top: 41px;
}

.section02 .security-list {
    margin-top: 94px;
    gap: 34px 39px
}

.section02 .security-list  figcaption {
    color: #000;
    text-shadow: none;
}

@media screen and (max-width: 768px){
    .section02 .header .ttl {
        margin-top: 50px;
    }

    .section02 .security-list  figcaption {
        font-size: 0.7rem;
    }
    
    .section02 .header .sub {
        font-size: 22px;
        margin-top: 30px;
    }
    
    .section02 .header .txt {
        font-size: 16px;
    }

    .section02 .system {
        margin-top: 30px;
    }

    .section02 .system .system-lead .left {
        width: 100%;
        order: 1;
        margin-top: 15px;
    }

    .section02 .system .system-lead .right {
        width: 30%;
        margin: 0 auto;
        order: 0;
    } 

    .section02 .system .system-lead .left .title {
        font-size: 18px;
        padding: 15px 15px 12px;
    }
    
    .section02 .system .system-lead .left .desc {
        font-size: 14px;
        margin-top: 12px;
    } 

    .section02 .feature {
       margin-top: 40px;
    }

    .section02 .feature .list {
       grid-template-columns: repeat(1, 1fr);
    }

    .section02 .feature .ttl {
        font-size: 16px;
        padding: 12px 10px 6px;
        min-height: 62px;
    }

    .section02 .feature .desc {
        font-size: 14px;
        margin-top: 12px;
    }

    .section02 .feature .flow-diagram {
        margin-top: 20px;
    }

    .section02 .security-list {
        margin-top: 15px;
    }
}
/*===========---------- Section03 ----------===========*/
.sections  {
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    position: absolute;       
}

.sections.is-active {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
    position: relative;
}
/*===========---------- ZED ----------===========*/
.page-copy{
    padding: 60px 0;
    width: 90%;
    margin: 0 auto;
}
.page-copy h3{
    font-weight: 500;
    text-align: center;
    font-size: 24px;
    line-height: 1.9;
    letter-spacing: 2px;
}
.page-copy h4{
    font-weight: 400;
    text-align: center;
    font-size: 15px;
    line-height: 2.2;
    letter-spacing: 2px;
}
.page-copy h3 + h4{
    margin-top: 30px;
}
.zeh_title.title1 h3{
    text-indent: -9999px;
    height: 23px;
    width: 296px;
    background: url(../images/zeh_title01.svg) center / contain no-repeat;
    margin: 0 auto;
}
.eco-title,
.comfortable-title{
    height: 32px;
    border-bottom: 10px solid #17372a;
}
.eco-title h4,
.comfortable-title h4{
    text-indent: -9999px;
    height: 23px;
    width: 561px;
    background: url(../images/zeh_title02.svg) center / contain no-repeat;
    margin: 0 auto;
}
.eco-title h4{
    background: url(../images/zeh_title03.svg) center / contain no-repeat;
}

.intro{
    /* background: url(../images/zeh_bg.webp) center top / 100% auto no-repeat; */
    padding: 80px 0 0;
}
.zeh-image.img2,
.zeh-image.img1{
    width: 90%;
    max-width: 960px;
    margin: 0 auto;
    gap: 34px;
}
.zeh-image.img2{
    gap: 34px 50px;
}
.zeh-image.img1 .zeh-image_item{
    width: 312px;
    position: relative;
}
.zeh-image.img1 .zeh-image_item:last-child{
    width: auto;
    flex: 1;
    padding: 12px 0;
}
.zeh-image.img1 .zeh-image_item:nth-child(3):before,
.zeh-image.img1 .zeh-image_item:nth-child(2):before{
    content: "";
    display: block;
    width: 34px;
    height: 34px;
    position: absolute;
    top: 50%;
    left: -34px;
    transform: translateY(-50%);
}
.zeh-image.img1 .zeh-image_item:nth-child(2):before{
    background: url(../images/zeh_plus.svg) center / contain no-repeat;
}
.zeh-image.img1 .zeh-image_item:nth-child(3):before{
    background: url(../images/zeh_equal.svg) center / contain no-repeat;
    left: -41px;
}
.zeh-image.img1 .zeh-image_item:nth-child(2):after{
    content: "";
    display: block;
    width: 120px;
    height: 119px;
    position: absolute;
    top: -38px;
    right: -30px;
    background: url(../images/zeh_badge01.svg) center / contain no-repeat;
}
.zeh-image.img2 .zeh-image_item{
    width: calc((100% - 100px) / 3);
    position: relative;
    background: #17372a;
    color: #fff;
}
.zeh-image.img2 .zeh-image_item h5{
    font-size: 24px;
    line-height: 2.8;
    font-weight: 500;
}
.zeh-image.img2 .zeh-image_item p{
    position: absolute;
    bottom: 20px;
    left: 5%;
    right: 5%;
    font-size: 17px;
    line-height: 1.75;
    color: #000;
}
.zeh-image.img3{
    max-width: 960px;
    width: 90%;
    margin: 60px auto 0;
}
.zeh-image.img3 figure{
    padding: 0 0 30px;
}
.comfortable-list{
    padding: 40px 0;
    border-top: 1px solid #000;
    border-bottom: 1px solid #000;
    margin: 0 auto 80px;
    max-width: 960px;
    width: 90%;
    justify-content: center;
    gap: 25px 0;
}
.comfortable-list_item{
    width: 33%;
    text-align: left;
    padding-left: 10%;
    font-size: 18px;
}
.comfortable-list span{
    display: inline-block;
    margin-right: 5px;
}
.comfortable-list.upper span{
    color: #14325f;
}
.comfortable-list.lower span{
    color: #891c33;
}

.info{
    padding: 60px 0;
    background: #17372a;
    color: #fff;
}
.info > *{
    max-width: 960px;
    width: 90%;
    margin: 0 auto;
}
.info h5{
    background: #ddd2c4;
    padding: 0;
    font-size: 20px;
    font-weight: 500;
    line-height: 3.5;
    color: #000;
    margin: 0 0 50px;
}
.info h4{
    border-bottom: 1px solid #fff;
    padding: 0 0 20px 4px;
    font-size: 24px;
    font-weight: 500;
    line-height: 1;
    margin: 60px 0;
    letter-spacing: 4px; 
}
.temp-list{
    gap: 30px 50px;
}
.temp-list_item{
    width: calc((100% - 100px) / 3);
    background: #6289a0;
}
.temp-list_item h6{
    color: #fff;
    font-size: 24px;
    line-height: 2.8;
    letter-spacing: 1em;
    padding-left: 1em;
}
.temp-list_item figure{
    background: #fff;
}
.temp-list_item p{
    position: absolute;
    color: #000;
    top: 20px;
    left: 30px;
    right: 30px;
    text-align: left;
    font-size: 16px;
    line-height: 2;
}
.loan-list{
    gap: 50px 30px;
}
.loan-list > *{
    width: calc((100% - 30px) / 2);
    font-size: 15px;
    line-height: 2.2;
}
.loan-list > *:nth-child(1){
    width: 100%;
}
.loan-list img{
    max-width: 100%;
    width: unset;
}
.loan-list p{
    text-align: left;
}
.loan-list h5 + p{
    min-height: 8em;
}
.loan-list .flex{
    gap: 30px;
}
.loan-list .flex p{
    width: calc(100% - 530px);
}
.loan-list .flex .image{
    width: 500px;
}

.eco{
    background: url(../images/zeh_bg.webp) center top / 100% auto no-repeat;
    padding: 0 0 80px;
}
.eco-title{
    padding: 70px 0 0;
    background: #fff;
    height: unset;
}
.eco-blc{
    max-width: 960px;
    width: 90%;
    margin: 80px auto 0;
}
.eco-blc .page-copy{
    width: 100%;
    padding: 0 0 60px;
}
.eco-blc .page-copy h4 + .caption{
    text-align: left;
}
.eco-blc + .eco-blc{
    padding: 80px 0 0;
    border-top: 1px solid #000;
}
.eco-blc.blc1{
    gap: 30px;
    margin-top: 0;
}
.eco-blc .eco-blc_text{
    text-align: left;
    font-size: 15px;
    line-height: 2.2;
}
.eco-blc.blc1 .eco-blc_text{
    width: calc(100% - 530px);
}
.eco-blc.blc1 .eco-blc_image{
    width: 500px;
}
.eco-blc.blc3 .page-copy h4 {
    text-align: left;
}
.zeh-image.img4{
    max-width: 679px;
    margin: 0 auto 10px;
}
.zeh-image.img4 .caption{
    font-size: 16px;
}
.zeh-image.img5{
    max-width: 156px;
    margin: 0 auto 10px;
}

.bels{
    padding: 90px 0;
    background: #fff;
}
.bels .page-copy{
    padding: 0;
}
.bels-image{
    max-width: 433px;
    width: 90%;
    margin: 40px auto 0;
}
.bels-image + .caption{
    text-align: center;
    width: 90%;
    margin: 40px auto 0;
}

.efficiency{
    padding: 90px 0;
}
.efficiency .page-copy{
    padding: 0;
    max-width: 960px;
    width: 90%;
    margin: 0 auto;
}
.efficiency .page-copy p{
    color: #005438;
    font-size: 21px;
    border-bottom: 1px solid #000;
    margin: 50px 0 30px;
}
.efficiency-image{
    max-width: 350px;
    width: 90%;
    margin: 45px auto 0;
}

@media screen and (max-width: 768px){
    .page-copy{
        padding: 30px 0;
    }
    .page-copy h3{
        font-size: 21px;
        line-height: 1.7;
        letter-spacing: 1px;
    }
    .page-copy h4{
        line-height: 1.7;
    }
    .page-copy h3 + h4{
        margin-top: 20px;
    }
    .upper.comfortable-list{
        gap: 0 20px;
    }
    .upper .comfortable-list_item{
        width: auto;
    }
    .lower .comfortable-list_item{
        width: 35%;
    }
    .comfortable-list_item{
        padding-left: 0;
        font-size: 14px;
    }

    .eco{
        padding: 0;
    }

    .eco-blc.blc1 .eco-blc_image,
    .eco-blc.blc1 .eco-blc_text,
    .loan-list > *,
    .loan-list .flex .image,
    .loan-list .flex p,
    .temp-list_item img,
    .temp-list_item,
    .eco-title h4, .comfortable-title h4,
    .zeh-image.img2 .zeh-image_item img,
    .zeh-image.img2 .zeh-image_item,
    .zeh-image.img1 .zeh-image_item{
        width: 100%;
    }
    .zeh-image.img1 .zeh-image_item:nth-child(3):before,
    .zeh-image.img1 .zeh-image_item:nth-child(2):before{
        top: -34px;
        left: 50%;
        transform: translateX(-50%);
    }
    .zeh-image.img1 .zeh-image_item:nth-child(3):before{
        transform: rotate(90deg) translate(-50%,-50%);
        top: -22px;
        left: 43%;
    }
    .zeh-image.img1 .zeh-image_item:nth-child(2):after{
        right: unset;
        left: 65%;
    }
    .info h5{
        font-size: 16px;
        line-height: 1.5;
        padding: 20px 0;
    }
    .info h5{
        min-height: unset;
        margin-bottom: 30px;
    }
    .eco-title + .page-copy{
        padding: 60px 0 0;
    }
    .temp-list_item h6,
    .zeh-image.img2 .zeh-image_item h5{
        font-size: 20px;
        font-weight: 500;
        line-height: 2.2;
        letter-spacing: .5em;
        padding-left: .5em;
    }
    .comfortable-list{
        margin: 0 auto 30px;
        padding: 20px 0;
    }
    .zeh-image.img3{
        margin: 30px auto 0;
    }
    .eco-blc{
        margin: 30px auto 0;
    }
    .eco-title,
    .eco-blc + .eco-blc {
        padding: 30px 0 0;
    }
    .efficiency,
    .bels{
        padding: 30px 0 50px;
    }
}
