
@font-face {
    font-family: 'Roboto';
    src: url('/cmn/fonts/Roboto-Regular.ttf') format('truetype');
    font-weight:400;
}


.eq-main{
    width:100%;
    color:#20a2dd;
}
.eq-logo{
    margin:0 auto;
}
.eq-logo img{
    width:100%;
    height:auto;
    display: block;
}

.eq-animate__wrap{
    position:relative;
    width:100%;
}
.eq-animate__wrap .car{
    position:absolute;
    bottom:-2px;  
}
.eq-animate__wrap .car img{
    width:100%;
    height:auto;
}

.eq-main .carImage01{
    display:none;
}
.eq-main .carImage02{
    display:none;
}
.eq-main .carImage03{
    display:none;
}
.eq-main .carImage04{
    display:none;
}
.eq-main .carImage05{
    display:none;
}
.eq-main .carImage06{
    display:none;
}
.eq-main .carImage07{
    display:none;
}
.eq-main .carImage08{
    display:none;
}
.eq-main .carImage09{
    display:none;
}
.eq-main .carImage10{
    display:none;
}
.eq-main .carImage11{
    display:none;
}
.eq-main .carImage12{
    display:none;
}
.eq-main .carImage13{
    display:none;
}
.eq-main .carImage14{
    display:none;
}
.eq-main .carImage15{
    display:none;
}
.eq-main .carImage16{
    display:none;
}
.eq-main .carImage17{
    display:none;
}
.eq-main .carImage18{
    display:none;
    transform:scale(-1,1);
}

.eq-main .carImage.active{
    display:block;
}

.eq-animate__wrap .house{
    position:absolute;
    bottom:0px;
}
.eq-animate__wrap .house img{
    width:100%;
    height:auto;
}

.eq-text{
    text-align:center;
    line-height:1.8;   

}
.eq-button__wrap{
    display:flex;
    flex-wrap:wrap;
    color:#20a2dd;
}

.eq-button.disable{
    color:#8fd0ee;
}

.eq-button__text{
    position: relative;
    text-align:center;
    font-family: 'Roboto', sans-serif;
}

.eq-button__text.text-blank:after{
    position: absolute;
    content:'';
    background-image:url('/cmn/img/eq_house/icon_blank_eq.svg');
}

.eq-button__textSub{
    position:absolute;
}

.modal-bg{
    position:fixed;
    background-color: #000000;
    z-index:100000;
    top:0;
    left:0;
    opacity:0.9;
    display:none;
}
.eq-photo__gallary{
    position:fixed;
    z-index:100001;
    display:none;
}

.eq-photo__gallary .swiper-button-prev{
    background-image:url('/cmn/img/eq_house/slide_arrow.svg');
    background-size:100%;
    outline: none;
    display:block;
}
.eq-photo__gallary .swiper-button-next{
    background-image:url('/cmn/img/eq_house/slide_arrow.svg');
    transform:scale(-1,1);
    background-size:100%;
    outline: none;
    display:block;
}
.eq-photo__text{
    color:#e8e8e8;
}

.close-button{
    position:absolute;
    content:'';
    background-image:url('/cmn/img/eq_house/icon_close.svg');
    background-size:100%;
    z-index: 200000;
   
}
.eq-photo__slider{
    position:relative;
}

.eq-movie{
    display:none;
    position:fixed;
    z-index:1000001;
    width:100%;
}
video{
    width: 100%;
    height:auto;
}

.eq_link{
    margin:0 auto;
    text-align:center;
    transition:.2s linear;
    border-bottom:1px solid #20a2dd;
}
.eq_link a{
    position:relative;
    color:#20a2dd;
    line-height: 1.3;
    display:block;
}
.eq_link a:after{
    content:'';
    position:absolute;
    background-image:url('/cmn/img/eq_house/icon_blank_eq.svg');
    width:11px;
    height:11px;
}


@media screen and (min-width:768px){
    main{
        height:839px;
    }
    .sp-br{
        display:none;
    }

    .eq-main{
       margin:0 auto;
       margin-top:74px;
        height:390px;
        width:1032px;
        transition-duration: 2s;
    }

    .eq-logo{
        height:69px;
        width:429px;
    }
    .eq-logo img{
        width:100%;
        height:auto;
    }
    .eq-animate__wrap{
        height:204px;
    }

    .eq-animate__wrap .car{
        width:103px;
        height:46px;
        left:-700px;
    }

    .eq-animate__wrap .house{
        width:219px;
        height:135px;
        left:calc(50% - 110px);
    }

    .eq-text{
        margin-top: 52px;
        font-size: 17px;
       
    }
    .eq-text span{
        position:relative;
        width:105px;
        height:16px;
        display:inline-block;
    }
   

    .eq-text__logo{
        position:absolute;
        width:100px;
        height:16px;
        bottom: 0px;
        left:0px;
    }

    .eq-button__wrap{
        width:1195px;
        margin:41px auto;
    }

    .eq-button{
        width:20%;
        text-align:center;
        opacity:0;
        transition-duration: 8s;
        transform : translate(0, 50px);
        transition : all 300ms;
    }

    .eq-button.visible{
        display:block;
        opacity:1;
        transform : translate(0, 0);
    }
    .eq-button.able{
        cursor:pointer;
    }
   
    .eq-button img{
        width:170px;
        height:170px;
        border-radius:50%;
        transition:ease .2s;
        box-shadow:0px 0px 0px 2px #20a2dd;
 
    }
    .eq-button.disable img{
        box-shadow:0px 0px 0px 2px #bfe4f5;
    }


    .eq-button.able:hover img{
        box-shadow:0px 0px 0px 7px #20a2dd;
        margin-top: -5px;
        margin-bottom: 5px;
        transition:ease .2s;
    }

    .eq-button__text{
        margin-top: 25px;
        font-size: 20px;
    }

    .eq-button__text.text-blank{
        padding-right:19px;
    }

    .eq-button__text.text-blank:after{
        width:11px;
        height:11px;
        top:5px;
        margin-left: 8px;
    }

    .eq-button__textSub{
        top:26px;
        width:170px;
        font-size: 12px;
        left:calc(50% - 85px);
    }
    .modal-bg{
        width:100%;
        height:100%;
    }
    .eq-photo__gallary{
        width:100vw;
        height:100vh;
        min-width:1032px;
        top:0px;
    }
   
    .swiper-container__eq{
        top:56px;
        left:0;
        width:82%;
        height:100vh;
        overflow:hidden;
        margin-top: 7%;
    }

    .eq-slide__img{
        position:relative;
        height:70%;
        display:block;
    }
    .eq-photo__slider{
        
        width:100%;
        height:80%;
    }
   
    .swiper-slide img{
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        margin: auto;
        max-width:100%;
        max-height:100%;
    }

    .eq-photo__gallary .swiper-button-next{
        width:48px;
        height:48px;
        top:50%;
        transition:.2s linear;
    }
    .eq-photo__gallary .swiper-button-prev{
        width:48px;
        height:48px;
        top:50%;
        transition:.2s linear;
    }

    .eq-photo__gallary .swiper-button-next:hover{
        opacity:0.7;
    }
    .eq-photo__gallary .swiper-button-prev:hover{
        opacity:0.7;
    }
    .eq-photo__text{
        text-align:center;
      font-size:14px;
      line-height:1.5;
      margin-top: 15px;
    }
    .close-button{
        width:26px;
        height:26px;
        top:-36px;
        right:118px;
        cursor: pointer;
    }
    .eq-movie{
        top:0%;
        left:0;
        width:100%;
        height:100vh;
    }
    .video-wrap{
        width:100%;
        height:100vh;
    }
    .eq-video{
        position:relative;
        height:86vh;
        margin-top: 10vh;
    }

.youtube-viewer{
    position: relative;
    width: 100%;
    height: 0;
    padding-bottom: 56.25%;
    overflow: hidden;
   
}

.youtube-viewer iframe{
    position:absolute;
    width:100%;
    height:100%;
}

    .close-button{
        top:0;
        right:0;
    }

    .eq-movie .close-button{
        right:0px;
        top:-30px;
    }
 
    .video-window .close-button{
        right:0px;
    }

    .eq_link{
        margin-top: 62px;
        padding-bottom:11px;
        width:320px;
        display:none;
       
    }

    .eq_link:hover{
        border-bottom:1px solid #ffffff;
    }

    .eq_link a{
        position:relative;
        padding-right:21px;
        
    }
    .eq_link a:after{
        right:0px;
        bottom:3px;
    }
}
@media screen and (min-width:1367px){
    .eq-photo__gallary{
        left:calc(50% - 683px);
        width:100vw;
        max-width:1366px;
    }
    .swiper-container__eq{
        margin-left:calc(50% - 568px);
        overflow:hidden;
        max-width:1137px;
    }
    .video-window{
        width:1146px;
        margin: 0 auto;
    }
    .close-button{
        right:118px;;
    }

}
@media screen and (max-width:1366px) and (min-width:768px){
    .eq-photo__gallary{
        width:100%;
        height:100Vh;
    }

    .swiper-container__eq{
        margin-left:8.5%;
        overflow:hidden;
    }
    .video-window{
        width:84%;
        margin-left: 8%;
    }
    .close-button{
        right:8.5%;
    }

   
}
@media screen and (max-width:1195px) and (min-width:768px){
    .eq-button__wrap{
        width:100%;
    }
}

@media screen and (max-width:767px){
    .pc-br{
        display:none;
    }

    .eq-main{
        width:100%;
        margin-top: 45px;
        overflow:hidden;
    }

    .eq-logo{
        width:230px;
        height:37px;
    }

    .eq-animate__wrap{
        height:164px;
        width:410px;
        left:calc(50% - 205px);
    }

    .eq-animate__wrap .car{
        width:82px;
        height:37px;
        left:-400px;
        bottom:0px;
    }

    .eq-animate__wrap .house{
        width:174px;
        height:109px;
        left:calc(50% - 87px);
    }

    .eq-text{
        margin-top: 43px;
        font-size: 15px;
    }

    .eq-text span{
        position:relative;
        width:99px;
        height:16px;
        display:inline-block;
    }
   

    .eq-text__logo{
        position:absolute;
        widows: 94px;
        height:15px;
        bottom: 0px;
        left:0px;
    }
    .eq-button__fadeIn{
        opacity:0;
        
    }
    .eq-button__fadeIn.visible{
        opacity:1;
        transition-duration: 8s;
        transition : all 300ms;
    }
    .eq-button__wrap{
        width: calc(100% - 20%);
        justify-content: space-between;
        margin:14px auto;
        display: flex;
    }

    .eq-button{
        margin-top: 35px;
        width:44%;
       
    }

    .eq-button img{
        width:100%;
        max-width: 150px;
        height:auto;
        border-radius:50%;
        box-shadow:0px 0px 0px 2px #20a2dd;
        margin:0 auto;
        display:block;
    }
    .eq-button.disable img{
       box-shadow:0px 0px 0px 2px #bfe4f5;
    }

    .eq-button__text{
        margin-top: 14px;
        font-size:18px;
        padding:0 15px;
    }
    .eq-button__text.text-blank{
        padding-right:19px;
        padding-bottom:15px;
    }

    .eq-button__text.text-blank:after{
        width:11px;
        height:11px;
        top:6px;
        margin-left: 8px;
    }

    .eq-button__textSub{
        top:22px;
        width:100%;
        font-size: 10px;
        left:0px;
    }
    .modal-bg{
        width:100%;
        height:100%;
    }
    .eq-photo__gallary{
        width:100%;
        height:100vh;
        top: 0px;
    }
    .swiper-container__eq{
        width:calc(100% - 30px);
        top:0px;
        left:0px;
        overflow: hidden;
        margin-left: 15px;
    }
    .swiper-slide {
        width:80%;
        height:80%;
    }

    .swiper-container__eq{
        top:56px;
        left:0;
        width:82%;
        height:100vh;
        overflow:hidden;
        margin-top: 40px;
        margin-left: 9.5%;
    }
    .close-button{
        top:5;
        right:5;
    }

    .eq-slide__img{
        position:relative;
        height:70%;
        width:100%;
        display:block;
    }
    .eq-slide__img img{
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        margin: auto;
        max-width:100%;
        max-height:100%;
    }
    .eq-photo__slider{
        width:100%;
        height:80%;
    }
  
    .eq-photo__gallary .swiper-button-next{
        right:3px;
        top:45%;
        }
    .eq-photo__gallary .swiper-button-prev{
        left:3px;
        top:45%;
    }
    .eq-photo__text{
        margin-top: 15px;
        font-size: 12px;
    }
    .close-button{
        width:20px;
        height:20px;
        cursor: pointer;
        right:10px;
        top:-30px;
    }
    .eq-movie{
        top:0%;
        left:0;
        width:100%;
        height:100vh;
    }
    .video-wrap{
        width:100%;
        height:100vh;
    }
    .eq-video{
        position:relative;
        width:100%;
        height: 80%;
        margin-top: 30vh;
    }

    .youtube-viewer{
        position: relative;
        width: 100%;
        height: 0;
        padding-bottom: 56.25%;
        overflow: hidden;
       
    }
    
    .youtube-viewer iframe{
        position:absolute;
        width:100%;
        height:100%;
    }

   

    .eq-movie .close-button{
        right:5px;
        top:-30px;
    }


    .eq_link{
        margin-top: 34px;
        padding-bottom:9px;
        width:280px;
        display:none;
    }
    .eq_link a{
        padding-right:18px;
        font-size:14px;
    }
    .eq_link a:after{
        top:2px;
        right:0;
    }
}

/*eq下層*/

#eq_info main,#eq_temp main,#eq_technology main{
    height:inherit;
}
#eq_info .info-container,#eq_temp .temp-container{
    margin: auto;
    padding: 0 35px;
}

#eq_temp .temp-section{
    padding:0;
}

#eq_temp .temp-container .temp-section:last-child{
    margin-bottom: 0;
    border-bottom:none;
    padding-bottom: 0;
}


#eq_temp .temp-section .img-wrap img{
    width:100%;
}

 #eq_temp .temp-section h2{
    line-height: 1.3;
 }

 #eq_temp .temp-section h3{
    font-weight: bold;
 }
 #eq_temp .temp-section p{
    line-height: 1.8;
 }


 /*リキッド*/
 @media print, screen and (min-width: 1025px){
.info-container,.temp-container{
    max-width: 1200px;
    min-width:1030px;
    width: 100%;
}
}

#eq_temp h1{
    font-size: 68px;
    letter-spacing: 0.04em;
    color: #20a2dd;
    font-family: 'Roboto', sans-serif;
    line-height:1.3;
    
}

#eq_info h1{
    font-size: 68px;
    letter-spacing: 0.04em;
    color: #20a2dd;
    font-family: 'Roboto', sans-serif;
    line-height:1.3;
    
}
#eq_info h2{
    margin-top: 53px;
    font-size: 30px;
    color: #20a2dd;
    font-family: 'Roboto', sans-serif;
    line-height:1.3;
    
    
}

#eq_info .info-table__outer{
    position:relative;
    margin-top: 14px;
    border-top:2px solid #eef2f4;
}
#eq_info .info-table__outer:before{
    position: absolute;
    content:'';
    height:2px;
    top:-2px;
    left:0;
    width:57px;
    background-color: #20a2dd;
    z-index:1;
}
#eq_info .info-table{
    display: flex;
    border-bottom:1px solid #e6e6e6;
    padding: 35px 0;
}
#eq_info .info-table dt{
    padding-right: 99px;
}
#eq_info .info-table dt p{
    color:#777777;
    font-size: 15px;
    line-height: 1.3;
}
#eq_info .info-table dd h3{
    
    font-weight: bold;
    line-height: 1.5;
    font-size: 19px;
}
#eq_info .info-table dd h3+p{
    margin-top: 17px;
}
#eq_info .info-table dd p{
    line-height: 1.8;
    color:#333333;
    font-size: 16px;
}
#eq_info .info-table dd p a{
    border-bottom: 1px solid #20a2dd;
    color: #20a2dd;
}
#eq_info .info-link{
    margin-top: 30px;
}

#eq_info .info-link a:hover{
    text-decoration:underline;
    text-decoration-color:#333333;
}

#eq_temp h1{
    margin-bottom: 63px;
    font-weight: 400;
}
#eq_temp .temp-section.column-section{
    display: flex;
    justify-content: space-between;
 }

 #eq_temp .temp-section.column-section .section-inner{
    width:calc(50% - 20px);
 }
 #eq_temp .temp-container .temp-section{
    padding-bottom: 90px;  
    border-bottom: 1px solid #c6c6c6;
    margin: 0 auto 90px;
    max-width:980px;
 }
 #eq_temp .temp-container .temp-section .img-column{
    display: flex;
    justify-content: space-between;
    margin-top: 44px;
 }

 #eq_temp .temp-container .temp-section .img-column .img-wrap{
     width:calc(50% - 20px);
 }

 #eq_temp .temp-container .temp-section .img-wrap figcaption{ 
    color:#555555;
    margin-top: 15px;
    font-size: 14px;
 }
 #eq_temp h2{
    font-size: 34px;
    color:#20a2dd;
    font-weight: bold;
    margin-bottom: 55px;
    max-width:980px;
    margin:0 auto 58px;
}
 #eq_temp .temp-section h2{
    font-size: 34px;
    color:#20a2dd;
    font-weight: bold;
    padding:0;
    margin-bottom: 0;
}

#eq_temp .temp-section h2 sup{
    font-size: 14px;
}

#eq_temp .temp-container .temp-section p.h2-sub{
    font-size: 19px;
    color:#20a2dd;
    margin-top: 12px;
}
#eq_temp .temp-container .temp-section p.h2-sub + p{
    margin-top: 56px;
}
#eq_temp .temp-section h3.blue{
    font-size: 21px;
    color:#20a2dd;
    font-weight: bold;
    margin-top: 0;
}
#eq_temp .temp-section h2+h3.blue{
    margin-top: 55px;
}

#eq_temp .temp-section p+h3.blue{
    margin-top: 55px;
}
#eq_temp .temp-section h3.blue +.img-wrap+ p{
    margin-top: 16px;
}
#eq_temp .temp-section h3{
    font-size: 18px;
    margin-top: 48px;
    line-height:1.3;
    font-weight: bold;
}



#eq_temp .temp-container .temp-section p{
    margin-top: 45px;
    font-size: 16px;
}

#eq_temp .temp-container .temp-section p sup{
    font-size: 10px;
}
#eq_temp .temp-section h2+h3{
    margin-top: 48px;
}
#eq_temp .temp-container .temp-section h3+p{
    margin-top: 10px;
}
#eq_temp .temp-container .temp-section h3.blue+p{
    margin-top: 20px;
}
#eq_temp .temp-section p+h3{
    margin-top: 25px;
}

#eq_temp .temp-section p+.img-wrap{
    margin-top:46px;
}
#eq_temp .temp-section .img-wrap.middle{
    margin-top: 85px;

}

#eq_temp .temp-section .img-wrap.large{
    padding:0 25px;
    margin-top: 59px;
}

#eq_temp .technology__inner{
    padding:0;
    max-width:980px;
    margin:0 auto;
}

#eq_temp .technology__inner .technology__inner--link{
    margin-bottom: 70px;
}
#eq_temp .technology__inner .technology__inner--link ul li{
    display:inline-block;
    padding-bottom: 9px;
    overflow:hidden;
    margin-right:33px;
    padding-right: 47px;
}
#eq_temp .technology__inner .technology__inner--link ul li a::after {
    content: '';
    position: absolute;
    width: 9px;
    height: 9px;
    border-right: 1px solid #3e3a39;
    border-bottom: 1px solid #3e3a39;
    top: 2px;
    right: 2px;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}



@media print, screen and (max-width: 767px){
    #eq_info h1{
        font-size: 32px;
    }
    #eq_temp h1{
        font-size: 32px;
    }
    #eq_info h2{
        font-size: 21px;
        margin-top: 30px;
    }
    #eq_info .info-table{
        display: block;
    }
    #eq_info .info-container {
        padding:0 15px;
    }
    #eq_info .info-table{
        padding: 24px 0;
    }
    #eq_info .info-table dt p{
        font-size: 12px;
        margin-bottom: 17px;
    }
    #eq_info .info-table dd h3{
       
        font-size: 15px;
    }
    #eq_info .info-table dd h3+p{
        margin-top: 17px;
    }
    #eq_info .info-table dd p{
        font-size: 14px;
    }
    #eq_info .info-link{
        word-break: break-all;
    }
    
    #eq_temp .temp-container{
        padding:0 10px;
    }
    #eq_temp h1{
        margin-bottom:25px;
    }

    #eq_temp h2{
        font-size: 23px;
        color:#20a2dd;
        font-weight: bold;
        margin-bottom: 20px;
        padding:0;
    }
    #eq_temp .temp-section h2 {
        font-size: 23px;
        margin-bottom: 25px;
    }

    #eq_temp .temp-section h2 sup{
        font-size: 12px;
    }

    #eq_temp .temp-container .temp-section p {
        font-size: 14px;
    }

   
    #eq_temp .temp-container .temp-section h2 + p{
        margin-top: 25px;
    }
    #eq_temp .temp-section h3 {
        font-size: 16px;
        margin-top: 35px;
    }
    #eq_temp .temp-section p+h3 {
        margin-top: 35px;
    }
    #eq_temp .temp-section p+.img-wrap {
        margin-top: 47px;
    }
    #eq_temp .temp-container .temp-section h3+p {
        margin-top: 15px;
    }
    #eq_temp .temp-section h2 + .img-wrap.middle{
        margin-top: 23px;
    }
    #eq_temp .temp-container .temp-section{
        padding:0;
    }
    #eq_temp .temp-container .temp-section.column-section .section-inner{
        width:100%;
    }

    #eq_temp .temp-container .temp-section .img-wrap+p{ 
       margin-top: 46px;
    }
    #eq_temp .temp-container .temp-section{
        padding:0 0 40px;
        margin-bottom: 46px;
    }
    #eq_temp .temp-section .img-wrap.large {
        padding:0;
    }
    #eq_temp h2 {
        margin-bottom: 25px;
    }
    #eq_temp .temp-section h2 {
        margin-bottom: 0;
    }
    #eq_temp .temp-container .temp-section p.h2-sub{
        font-size: 15px;
        margin-top: 10px;
    }
    #eq_temp .temp-container .temp-section p.h2-sub + p{
        margin-top: 56px;
    }
    #eq_temp .temp-container .temp-section p.h2-sub + p {
        margin-top: 25px;;
    }
    #eq_temp .temp-section h2+h3.blue{
        margin-top: 20px;
    }
    #eq_temp .temp-section h3.blue{
        font-size: 17px;
    }
    #eq_temp .temp-container .temp-section .img-wrap figcaption {
        font-size: 13px;
        margin-top: 12px;
    }
    #eq_temp .temp-section h3.blue +.img-wrap{
        margin-top: 20px;
    }
    #eq_temp .temp-container .temp-section .img-column{
        display:block;
    }
    #eq_temp .temp-container .temp-section .img-column .img-wrap {
        width:100%;
        margin-bottom: 34px;
    }
    #eq_temp .temp-container .temp-section .img-column .img-wrap:last-child{
        margin-bottom: 0px;
    }
    #eq_temp .temp-section h3.blue +.img-wrap+ p {
        margin-top: 30px;
    }
    #eq_temp .temp-section .img-wrap+h3+ p {
        margin-top: 30px;
    }
    #eq_temp .technology__inner{
        padding:0;
        margin-bottom: 53px;
    }
    
    #eq_temp .technology__inner .technology__inner--link{
        margin-bottom: 0px;
    }
    #eq_temp .technology__inner .technology__inner--link ul{
        display: flex;
    }
    #eq_temp .technology__inner .technology__inner--link ul li{
        display:block;
        width:calc(50% - 15px / 2);
        padding-bottom: 9px;
        overflow:hidden;
        margin-right: 0;
        padding-right: 20px;
        font-size: 13px;
    }
    #eq_temp .technology__inner .technology__inner--link ul li:nth-child(2n-1){
        margin-right: 15px;
    }
    #eq_temp .technology__inner .technology__inner--link ul li a::after {
        content: '';
        position: absolute;
        width: 9px;
        height: 9px;
        border-right: 1px solid #3e3a39;
        border-bottom: 1px solid #3e3a39;
        top: 2px;
        right: 2px;
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg);
    }
}

 @media all and (-ms-high-contrast: none){
    
        #eq_info .info-table{
            padding:35px 0 32px;
        }
    }
    


