.ysabeau-office-bold {
  font-family: "Ysabeau Office", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
}
.u-zeh {
  font-family: 'Noto Sans Japanese', sans-serif;
}
.u-zeh .main{
  position: relative;
}
.u-zeh .main p.sub-title{
  position: absolute;
  z-index: 10;
  top: 0;
  left: 0;
  width: 100%;
  height: 5.4vw;
  background: linear-gradient(to right, #2681C5 0%, rgba(38,129,197,0) 100%);
  color: #fff;
  font-size: 1.8vw;
  font-weight: 700;
  display: flex;
  justify-content: center;
  align-items: center;
}
img.main-btn{
  position: absolute;
  top:5vw;
  left: 50%;
  width: 53%;
  max-width: 1008px;
  transform:translateX(-50%);
  z-index:11;
}
.intro{
  width: 914px;
  margin: 40px auto 48px;
  text-align: center;
}
.intro .wrap{
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.intro .wrap h2{
  margin-bottom: 0;
}
.intro p{
  text-align: center;
}
p.jisshitu{
  font-size: 64px;
  font-weight: 700;
  color: #CA472F;
  margin-bottom: 10px;
  line-height: 1;
  margin-top: -30px;
}
.number{
  font-size: 128px;
  font-weight: 700;
  color: #CA472F;
  font-family: "Ysabeau Office", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
}
p.otokuni{
  margin-top: 10px;
  font-size: 45px;
  font-weight: 700;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 1.3;
}
p.otokuni img{
  margin-right: 10px;
}
span.otoku{
  text-align: left;
  line-height: 1.3;
  margin-left: 10px;
}
.quo{
  background-color: #E52926;
  padding:44px 0;
  text-align: center;
  position: relative;
  background-image: url(../../images/gx-zeh/quo-bg-left.png), url(../../images/gx-zeh/quo-bg-right.png);
  background-size: auto, auto;
  background-repeat: no-repeat, no-repeat;
  background-position: left 74px, right 74px;
}
.quo h2 img{
  margin: 0 auto;
}
.quo p.present{
  width: 1000px;
  margin: 60px auto 0;
  border: 3px solid #fff;
  padding: 60px;
  font-size: 45px;
  font-weight: 700;
  color: #fff;
  line-height: 1.3;
}
.quo p.caution{
  width: 1000px;
  margin: 10px auto 0;
  font-size: 12px;
  color: #fff;
  line-height: 1.2;
}

.quo ul.caution-list{
  width: 1000px;
  margin: 10px auto 0;
  font-size: 12px;
  color: #fff;
  line-height: 1.2;
  padding-left: 2em;
}
.quo ul.caution-list li{
  font-size: 12px;
  color: #fff;
  text-align: left;
}
.for-questionnaire{
  padding: 90px 0;
  text-align: center;
}
.for-questionnaire a{
  display: block;
  width: 1082px;
  height: 299px;
  background-image: url(../../images/gx-zeh/for-questionnaire-btn-bg.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
  padding: 15px 0;
  text-align: center;
  color: #fff;
  font-size: 50px;
  font-weight: bold;
  margin: 0 auto;
  padding-top: 116px;
  padding-right: 80px;
}
p.midashi{
  display:flex;
  justify-content: center;
  align-items: center;
  font-size:36px;
  font-weight: 700;
  color: #CA472F;
  line-height: 1.3;
  margin-bottom: 36px;
}
p.midashi img{
  margin: 0 20px;
}
.u-zeh h2{
  font-size: 56px;
  color: #CA472F;
  text-align: center;
  font-weight: 700;
  margin-bottom: 0;
  line-height: 1.3;
}
.gx-teigaku{
  padding:130px 0;
  background-color: #F9F3EA;
  margin-top: 60px;
}
.gx-teigaku .inner{
  width: 1111px;
  margin: 0 auto;
  text-align: center;
}
.gx-teigaku .inner p{
  font-size: 36px;
  display: inline-block;
  text-align: left;
  margin: 70px auto 90px;
}
.gx-teigaku .inner p.title{
  width: 100%;
  background-color: #fff;
  height: 80px;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 4px 4px 0 #b5a99a;
  font-size: 45px;
  font-weight: 500;
  margin: 0;

}
.gx-teigaku .inner img{
margin: 0 auto;
}
/* 吹き出し本体 */
.balloon{
  position: relative;
  /* padding: 20px 0; */
  background-color: #CA472F;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 934px; 
  height:100px;
  color: #fff;
  font-size: 56px;
  font-weight: 700;
  border-radius: 20px;
  margin: 70px auto 84px;
}

/* beforeで三角を表現 */
.balloon::before{
  content: '';
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  left: 50%;
  bottom: -24px;
    border-top: 24px solid #CA472F;
    border-right: 20px solid transparent;
    border-left: 20px solid transparent;
    transform: translateX(-50%);
}

.grade{
  padding: 176px 0 130px;
  text-align: center;
}
.grade h2 + img{
  margin: 60px auto;
}
img.grade02{
  margin: 0 auto;
}
.about-gxzeh{
  padding: 120px 0 86px;
  background-color:#F9F3EA;
  text-align: center;
}
.about-gxzeh .inner{
  width: 1111px;
  margin: 0 auto;
  text-align: center;
}
.about-gxzeh p.title{
  width: 100%;
  background-color: #fff;
  height: 80px;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 4px 4px 0 #b5a99a;
  font-size: 45px;
  font-weight: 500;
  margin: 0;

}

.about-gxzeh .inner p.title + p{ 
  width: 1000px;
  font-size: 36px;
  display: inline-block;
  text-align: left;
  margin: 70px auto 25px;
  line-height: 1.5;
}
.about-gxzeh .inner p.caption{
  font-size: 26px;
  width: 1000px;
  margin: 0 auto 125px;
}
img.gx-zeh-image{
  margin: 36px auto 0;


}
.reason{
  text-align: center;
}
p.zero{
  width: 934px;
  display: inline-block;
  text-align: left;
  font-size: 56px;
  font-weight: 700;
  line-height: 1.3;
  margin-bottom: 40px;
}
p.zero span{
  color: #CA472F;
  background-color:#EEDCB0;
  padding: 3px 5px;
}
p.zero img{
  display: block;
  margin-bottom: 10px;
}
img.mainte-price-image{
  margin:0 auto 133px;
  
}
img.cost-list{
  margin: 60px auto 0;
}
.u-zeh .zeh-cl-title{
  margin:153px auto 95px;
}

@media screen and (max-width: 768px) {
  .u-zeh img{
    max-width: 100%;
  }
  .u-zeh h2{
    font-size: 5vw;
  }
  .intro{
    width: 100%;
    
  }
  .intro .wrap{
    justify-content: center;
  }
  .intro .wrap img,
  .intro .wrap h2{
    width: 48%;
    height: auto;
  }
  .intro .wrap h2 img{
    width: 100%;
  }
  .intro p img{
    width: 65%;
    margin: 0 auto;
  }
  .number{
    font-size: 18vw;
  }
  p.jisshitu{
    font-size: 6.4vw;
  }
  .line{
    width: 92%;
    margin: 0 auto;
    line-height: 1;
    font-size:0;
  }
  p.otokuni{
    width: 92%;
    font-size: 4.8vw;
    margin: 0 auto;
  }
  p.otokuni img{
    width: 30px;
    height: auto;
  }
  p.otokuni .number{
    font-size: 15vw;
  }
  .otoku{
    font-size: 4vw;
  }
  .quo{
    padding-top: 25px;
    background-size: 85px auto, 85px auto;
    background-image: url(../../images/gx-zeh/quo-bg-left-sp.png), url(../../images/gx-zeh/quo-bg-right-sp.png);
    background-position: left 17px, right 17px;

  }
  .quo h2 img{
    width: 74%;
    margin: 0 auto;
  }
  .quo p.present{
    width: 80%;
    margin: 20px auto 0;
    font-size: 16px;
    padding: 22px 19px;
  }
  .quo p.caution{
    width: 80%;
    margin: 10px auto 0;
    font-size: 10px;
    line-height: 1.2;
  }
  .quo ul.caution-list{
    width: 80%;
    margin: 10px auto 0;
    font-size: 10px;
    color: #fff;
    line-height: 1.2;
    padding-left: 1.5em;
  }
  .quo ul.caution-list li{
    font-size: 10px;
    color: #fff;
    text-align: left;
  }
  .for-questionnaire{
    padding: 40px 0;
  }
  .for-questionnaire a{
    display: flex;
    align-items: center;
    width: 100%;
    height: 28vw;
    font-size: 5vw;
   padding-top: 0;
   padding-left: 7vw;
   line-height: 1.2;
  }
  p.midashi{
    font-size: 4vw;
    margin-bottom: 20px;
    text-align: center;
  }
  p.midashi img{
    zoom: 0.5;
  }
  .gx-teigaku .inner{
    width: 100%;
  }
  .gx-teigaku .inner p{
    font-size: 3vw;
    margin: 12px auto 35px;
  }
  .gx-teigaku .inner p.title{
    width: 93%;
        font-size: 4vw;
        height: 8vw;
        box-shadow: 2px 2px 0 #b5a99a;
        margin: 0 auto 22px;
        padding: 7px 5px;
  }
  .gx-teigaku .inner img{
    width: 92%;
    margin: 0 auto;
  }
  
  .gx-teigaku{
    padding: 55px 0 25px;
  }
  .grade{
    padding: 55px 0 20px;
  }
  .grade .midashi{
    font-size: 3.5vw;
  }
  .grade img.grade01{
    width: 70%;
    margin: 20px auto;
  }
  .grade img.grade02{
    width: 92%;
    margin: 20px auto;
  }
  .about-gxzeh{
    padding: 55px 0 25px;
  }
  .balloon{
    width: 92%;
    height: 50px;
    border-radius: 10px;
    font-size: 5vw;
    margin: 30px auto;
  }
  .balloon::before{
    bottom: -20px;
    border-right: 12px solid transparent;
    border-left: 12px solid transparent;
  }
  .about-gxzeh .inner{
    width: 93%;
  }
  .about-gxzeh .inner p.title{
    width:100%;
        font-size: 4vw;
        height: 8vw;
        box-shadow: 2px 2px 0 #b5a99a;
        margin: 0 auto 22px;
        padding: 7px 5px;
  }
 
  .about-gxzeh .inner p.title + p{ 
    width:100%;
    font-size: 3vw;
    margin: 12px auto 35px;
  }
  .about-gxzeh .inner p.caption{
    width: 100%;
    font-size: 10px;
    margin-bottom: 40px;
  }
  p.zero{
    width: 92%;
    margin: 0 auto;
    font-size: 5vw;
    line-height: 1.5;
    
  }
  p.zero img{
    zoom: 0.5;
  }
  img.recycle-image{
    width: 92%;
    margin: 40px auto;
  }
  img.mainte-price-image{
    margin-bottom: 40px;
  }
  .u-zeh .zeh-cl-title{
    margin: 40px auto;
  }
  #form{
    padding: 60px 15px;
  }
}