.environment {
  padding: 168px 0 211px 0;
  position: relative;
  background-image: url("../images/environment/sustainbillity.png");
  background-repeat: no-repeat;
  background-position: top left;
  background-size: auto;
  overflow: hidden;
}
@media screen and (max-width: 1300px) {
  .environment {
    padding: 144px 0;
  }
}
@media screen and (max-width: 1024px) {
  .environment {
    padding: 4em 0;
    background-size: 480px;
    background-position: top 27px left;
  }
}
@media screen and (max-width: 767px) {
  .environment {
    background-size: 300px;
    background-position: top 44px left;
  }
}
.environment h2 {
  font-size: 18px;
  line-height: 1;
  font-weight: 500;
  color: #12ADC4;
  max-width: 1200px;
  margin: 0 auto;
  position: relative;
  color: #12ADC4;
  margin-bottom: 90px;
}
.environment h2:before {
  display: block;
  content: "";
  position: absolute;
  background-color: #12ADC4;
  height: 1px;
  width: 100%;
  right: calc(100% + 20px);
  top: 50%;
  transform: translateY(-50%);
}
@media screen and (max-width: 1300px) {
  .environment h2:before {
    right: calc(100% - 3em);
  }
}
@media screen and (max-width: 1300px) {
  .environment h2 {
    padding: 0 0 0 4em;
  }
}
@media screen and (max-width: 767px) {
  .environment h2 {
    margin-bottom: 4em;
  }
}
.environment h2:before {
  background-color: #12ADC4;
}
.environment .environment_top {
  max-width: 1200px;
  margin: 0 auto;
  width: 95%;
}
.environment .environment_top h3 {
  font-size: 32px;
  font-weight: 500;
  line-height: 1;
  color: #12ADC4;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .environment .environment_top h3 {
    font-size: 24px;
  }
}
.environment .environment_top h3 span {
  display: inline-block;
  position: relative;
}
.environment .environment_top h3 span:before, .environment .environment_top h3 span:after {
  content: "";
  display: block;
  width: 64px;
  height: 1px;
  background-color: #12ADC4;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
.environment .environment_top h3 span:before {
  right: 118%;
}
.environment .environment_top h3 span:after {
  left: 118%;
}
.environment .environment_top .catch_copy01 {
  font-size: 34px;
  font-weight: 500;
  line-height: 1;
  text-align: center;
  padding: 59px 0 129px 0px;
}
@media screen and (max-width: 767px) {
  .environment .environment_top .catch_copy01 {
    font-size: 18px;
    padding: 2em 0 4em;
  }
}
.environment .environment_top .catch_copy02 {
  font-size: 18px;
  line-height: 2;
  padding: 46px 0 27px 0px;
}
@media screen and (max-width: 767px) {
  .environment .environment_top .catch_copy02 {
    font-size: 16px;
    padding: 2em 0;
  }
}
.environment .environment_bottom {
  max-width: 1200px;
  margin: 0 auto;
  width: 95%;
  max-width: 1222px;
  background-color: #F0FCFE;
  padding: 28px 31px;
}
@media screen and (max-width: 767px) {
  .environment .environment_bottom {
    padding: 1em;
  }
}
.environment .environment_bottom ul li {
  font-weight: 500;
  line-height: 1.777;
  margin-bottom: 10px;
  padding-left: 1em;
  text-indent: -1em;
}
.environment .environment_bottom .time {
  padding: 20px 0 0 0;
}
.environment .environment_bottom .signature {
  text-align: right;
  padding: 10px 17px 0 0;
}
@media screen and (max-width: 767px) {
  .environment .environment_bottom .signature {
    padding: 0;
  }
}
/*# sourceMappingURL=environment.css.map */