@charset "UTF-8";

.video-area {
  width: 100vw;
  /* height: 100vh; */
  overflow: hidden;
}

.video-area video {
  position: fixed;
  top: 0;
  left: 0;
  width: auto;
  height: auto;
  min-width: 100%;
  min-height: 100%;
  z-index: -1;
}

footer {
  position: relative;
  z-index: 99;
}

main {
  padding-bottom: 0;
}
main p {
  font-size: min(3.1vw, 16px);
  line-height: 1.8;
  letter-spacing: 2px;
  color: #fff;
  font-feature-settings: "palt";
}

main p.text {
  text-align: center;
}

.lower_ttl {
  position: relative;
  width: 100%;
  background-image: url(../img/eco/main_img.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  padding-top: 30%;
}

.lower_ttl h2 {
  position: absolute;
  text-align: center;
  font-size: 30px;
  top: 60%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #fff;
  letter-spacing: 5px;
}

figure {
  position: relative;
}

.inner_1000 {
  width: 90%;
  max-width: 1000px;
  margin: 0 auto;
}

.content_wrap {
  /* background-image: url(../img/eco/bg.jpg); */
  /* background-image: url(../img/eco/bg.png);
  background-repeat: no-repeat;
  background-size: cover; */
  background-color: #081933;
}

.main_txt .inner {
  padding: 10% 0 10%;
  display: flex;
  justify-content: space-between;
}
.main_txt figure {
  max-width: 600px;
  width: 50%;
  margin-right: 3%;
}
.main_txt h3 {
  font-size: min(3.5vw, 24px);
  color: #fff;
  line-height: 1.8;
  margin-top: 50px;
  align-content: center;
}

.cap_Txt {
  bottom: 5px;
}

.item-ttl {
  font-size: 18px;
  letter-spacing: 2px;
  text-align: center;
  margin: 10px auto 10px;
}

.item-text {
  font-size: min(3.1vw, 14px);
  text-align: center;
}

.sub-ttl {
  font-size: 24px;
  letter-spacing: 2px;
  margin-bottom: 40px;
}

.small {
  font-size: 0.8em;
}

.mini {
  font-size: 12px;
}

/* kobetsu */
.eq01 figure {
  width: 100px;
  margin: 0 auto 40px;
}

.eq01 p.text,
.eq02 p.text {
  line-height: 2.5;
}

.eq02 {
  margin: 60px auto 0;
}

.eq02 figure {
  width: 330px;
  margin: 0 auto 40px;
}

.eq-flex {
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 20px auto 0;
}

.eq-flex li {
  width: 32%;
  align-self: stretch;
}

.electry-area {
  margin: 100px auto 0;
}

.electry-flex {
  flex-wrap: wrap;
  justify-content: space-between;
}

.electry-flex li.text-box {
  width: 63.4%;
}

.electry-flex li.image-box {
  width: 31.6%;
}

.electry-flex li.image-box figure:nth-of-type(1) {
  margin-bottom: 10px;
}

.electry-text .p-text {
  flex-wrap: wrap;
  justify-content: space-between;
}

.electry-text .p-text:not(:first-of-type) {
  margin-top: 20px;
}

.electry-text .ttl {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 20%;
  height: 60px;
  font-size: 22px;
  letter-spacing: 2px;
  white-space: nowrap;
  background: #a59c74;
}

.electry-text .text-box {
  width: 75%;
}

.electry-text .text-box .text {
  width: 100%;
  font-size: min(3.1vw, 14px);
  text-indent: -1em;
  padding-left: 1em;
  text-align: left;
}

.priev-area {
  margin: 100px auto 0;
}

.prive-flex {
  flex-wrap: wrap;
  justify-content: space-between;
}

.prive-flex li.text-box {
  width: 53.4%;
}

.prive-flex li.image-box {
  align-self: flex-end;
  width: 41.6%;
}

.prive-text .square {
  display: inline-block;
  width: 30px;
  height: 30px;
  background: #a59c74;
  margin-right: 15px;
}

.prive-text .p-text {
  display: flex;
  align-items: center;
  font-size: 20px;
  letter-spacing: 2px;
}

.prive-text .p-text:not(:first-of-type) {
  margin-top: 20px;
}

.prive-text .text {
  font-size: min(3.1vw, 14px);
  text-align: left;
  margin-top: 5px;
}

.prive-flex li.image-box p {
  width: 200px;
  margin: 0 0 20px auto;
}

.notes {
  padding: 100px 0 100px 1em;
  color: #fff;
}

.induction-flex {
  margin: 0 auto 100px;
}

@media only screen and (max-width: 767px) {
  .lower_ttl {
    padding-top: 60%;
  }
  .lower_ttl h2 {
    font-size: 20px;
    transform: translate(-50%, 0);
  }

  .main_txt .inner {
    padding: 10% 0 15%;
    display: block;
    width: 80%;
  }
  .main_txt h3 {
    font-size: min(3.7vw, 18px);
    text-align: center;
    line-height: 1.7;
  }

  .main_txt figure {
    width: 95%;
    margin: 0 auto;
  }

  .item-ttl {
    margin: 8px auto 4px;
  }

  .sub-ttl {
    font-size: 22px;
    line-height: 1.4;
    text-align: center;
    margin-bottom: 20px;
  }

  /* kobetsu */
  .eq01 figure {
    width: 60px;
    margin: 0 auto 20px;
  }
  .prive-flex li.text-box {
    width: 100%;
  }
  .prive-flex li.image-box {
    width: 100%;
  }

  .eq02 {
    margin: 60px auto 0;
  }

  .eq02 figure {
    width: 170px;
    margin: 0 auto 20px;
  }

  .eq-flex {
    margin: 40px auto 0;
  }

  .eq-flex li {
    width: 100%;
  }

  .eq-flex li:nth-of-type(1) {
    margin-bottom: 20px;
  }

  .eq-flex li:nth-of-type(n + 3) {
    margin-top: 40px;
  }

  .electry-flex li.text-box {
    width: 100%;
  }

  .electry-flex li.image-box {
    width: 100%;
    margin-top: 20px;
  }

  .electry-text .ttl {
    width: 26%;
    font-size: 16px;
  }

  .electry-text .text-box {
    width: 68%;
  }

  .prive-text .p-text {
    font-size: 16px;
    line-height: 1.3;
  }

  .prive-flex li.image-box {
    margin-top: 40px;
  }

  .notes {
    padding: 60px 0 60px 1em;
  }

  .induction-flex {
    margin: 0 auto 50px;
  }
}
