@charset "UTF-8";
/*動画start*/
.inner_full_zeh {
  min-width: 1170px;
}
.pagetitle.full {
  height: calc(100vh - 120px);
  position: relative; /*h1の中央寄せ配置の起点とするためのrelative*/
  background: url(../../images/zeh/zeh_main.jpg);
  background-position: center;
  background-size: cover;
}
.pagetitle.full::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: calc(100vh - 120px);
  xbackground-color: rgba(0, 0, 0, 0.5);
  background-image: radial-gradient(#000 10%, transparent 30%), radial-gradient(#000 10%, transparent 30%);
  background-size: 4px 4px;
  background-position: 0 0, 2px 2px;
}

.pagetitle.full .inner {
  height: 100%;
}
/*見出し設定*/
.pagetitle.full h1 {
  /*要素の配置*/
  position: absolute;
  /*要素を天地中央寄せ*/
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  /*見た目の調整*/
  color: #fff;
  text-shadow: 0 0 10px #000;
  text-align: center;
  z-index: 1;
  line-height: 1.2;
  font-family: "Noto Sans JP";
  width: 100%;
}
.zeh .pagetitle .inner h1 small::before,
.zeh .pagetitle .inner h1 small::after {
  background: #fff;
  box-shadow: 0 0 10px #000;
}
/*動画end*/
section.zeh_contents {
}
.zeh .pagetitle .inner h1 strong {
  font-size: 66px;
  display: block;
  font-weight: 700;
}
.zeh .pagetitle .inner h1 small {
  font-size: 24px;
}
/*zeh_about*/
.zeh_about_main {
  text-align: center;
}
.zeh_about_main img {
  margin-bottom: 20px;
}
p.zeh_catch {
  font-size: var(--size_5l);
  line-height: 1.6;
  text-align: center;
  margin-bottom: 60px;
}
.zeh_title_box h3 {
  font-size: 1.25rem;
  color: #fff;
  background: #389648;
  padding: 12px 16px;
  margin-bottom: 1.6rem;
  line-height: 1.4em;
}
/*zeh_grade*/
section.zeh_grade {
  background-image: url(../../images/zeh/zeh_grade_bg.jpg);
  background-size: cover;
  background-position: center;
  background-attachment: fixed;
  background-size: cover;
  background-position: center;
}
.zeh_grade_image {
  width: 758px;
  margin: 0 auto;
}
.zeh_grade_image figure:not(:last-child) {
  margin-bottom: 40px;
}
/*zeh_equipment*/
.zeh_equipment_item .zeh_equipment_title_box h3 {
  padding-bottom: 20px;
  margin-bottom: 30px;
  font-size: var(--size_4l);
  text-align: center;
  line-height: 1.5;
}
.zeh_equipment_item01 .zeh_equipment_title_box h3 {
  color: #8f81a2;
  border-bottom: 1px solid #8f81a2;
}
.zeh_equipment_item02 .zeh_equipment_title_box h3 {
  color: #f5b079;
  border-bottom: 1px solid #f5b079;
}
ul.zeh_equipment_list {
  width: 954px;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
ul.zeh_equipment_list li {
  width: calc((100% - 80px) / 3);
  margin-bottom: 40px;
}

ul.zeh_equipment_list li img {
  margin-bottom: 10px;
  margin-right: auto;
  margin-left: auto;
  display: block;
}
ul.zeh_equipment_list li:not(:last-child) {
  margin-right: 40px;
}
ul.zeh_equipment_list li:nth-child(3n) {
  margin-right: 0;
}
ul.zeh_equipment_list li p {
  text-align: center;
  line-height: 1.6;
}
ul.zeh_equipment_list li p span {
  display: block;
  font-size: var(--size_3l);
}
.zeh_equipment_item:not(:last-child) {
  margin-bottom: 80px;
}
@media screen and (min-width: 1500px) {
  .inner1500 {
    width: 1400px;
  }
}

@media screen and (max-width: 940px) {
  .zeh_about_main {
    width: 90%;
    margin: 0 auto;
  }
  .zeh .pagetitle .inner h1 strong {
    font-size: 32px;
  }
  .zeh .pagetitle .inner h1 small {
    font-size: 16px;
  }
  .pagetitle.full {
    height: 50vh;
    min-height: 320px;
  }
  .pagetitle.full::after {
    height: 50vh;
    min-height: 320px;
  }
  .zeh_grade_image {
    width: 100%;
  }
  p.zeh_catch {
    font-size: var(--size_3l);
  }
  .zeh_equipment_item .zeh_equipment_title_box h3 {
    font-size: var(--size_3l);
  }
  ul.zeh_equipment_list {
    width: 100%;
  }
  ul.zeh_equipment_list li {
    width: 100%;
  }
  ul.zeh_equipment_list li:not(:last-child) {
    margin-right: 0;
  }
  section.zeh_grade {
    background-position: 20% center;
  }
}
