/* VARIABLES */
/* MIXINS */
/* FUNCTIONS */
.ghg__formula {
  display: flex;
  justify-content: space-between;
  align-items: center;
  max-width: 750px;
  margin: 40px auto;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  .ghg__formula {
    max-width: 400px;
    flex-wrap: wrap;
  }
}
.ghg__formula__answer {
  padding: 10px 15px;
  background: #36941a;
  text-align: center;
  font-size: 1.375rem;
  color: #fff;
}
@media screen and (max-width: 768px) {
  .ghg__formula__answer {
    margin: auto;
    padding: 1.3333333333vw 2.6666666667vw;
    font-size: 4.2666666667vw;
  }
}
.ghg__formula__equal, .ghg__formula__plus {
  width: 25px;
  color: #717171;
  text-align: center;
  font-size: 1.5rem;
}
@media screen and (max-width: 768px) {
  .ghg__formula__equal, .ghg__formula__plus {
    width: 5.3333333333vw;
  }
}
@media screen and (max-width: 768px) {
  .ghg__formula__equal {
    width: 100%;
    transform: rotate(90deg);
  }
}
.ghg__formula__item {
  flex: 0 0 100px;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100px;
  border-radius: 50%;
  text-align: center;
  background: #fff;
  border: solid 2px #36941a;
  text-decoration: none;
}
@media screen and (max-width: 768px) {
  .ghg__formula__item {
    flex-basis: 90px;
    height: 90px;
  }
}

.scope {
  width: 80%;
  margin: auto;
}
@media screen and (max-width: 768px) {
  .scope {
    width: 100%;
  }
}
.scope__item {
  display: flex;
  margin-bottom: 20px;
  background: #fff;
}
.scope__number {
  flex: 0 0 130px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background: #36941a;
  text-align: center;
  line-height: 1.2;
  font-weight: bold;
  color: #fff;
}
@media screen and (max-width: 768px) {
  .scope__number {
    flex-basis: 21.3333333333vw;
  }
}
.scope__number .txt--ex-large {
  font-size: 1.5em;
}
.scope__body {
  padding: 15px;
  padding-left: 20px;
}

@media screen and (max-width: 768px) {
  .co2 {
    max-width: 300px;
  }
}
.co2 .box {
  padding: 30px 10px;
}
@media screen and (max-width: 768px) {
  .co2 .box {
    padding: 5.3333333333vw 1.3333333333vw;
  }
}
.co2 .col__item .img {
  width: 40%;
}
@media screen and (max-width: 768px) {
  .co2 .col__item .img {
    width: 30%;
  }
}

.visualization-merit .col__item {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 20px;
  background: #fff;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .visualization-merit .col__item {
    padding: 2.6666666667vw;
  }
}

.visualization-solution {
  display: flex;
  justify-content: space-around;
  flex-wrap: wrap;
  padding: 20px;
  position: relative;
  background: #fff;
}
@media screen and (max-width: 768px) {
  .visualization-solution {
    flex-direction: column;
  }
}
.visualization-solution > .img {
  height: 150px;
  width: 100%;
  position: absolute;
  top: 25%;
  left: 50%;
  transform: translateX(-50%);
}
@media screen and (max-width: 768px) {
  .visualization-solution > .img {
    height: 100px;
    position: static;
    transform: translateX(0);
  }
}
.visualization-solution__item {
  width: 45%;
}
@media screen and (max-width: 768px) {
  .visualization-solution__item {
    width: 100%;
    margin-top: 5.3333333333vw;
  }
}
.visualization-solution__item .img {
  width: 40%;
  margin: 0 auto;
}
.visualization-solution__item .heading--lv3 {
  padding: 5px 10px;
  color: #fff;
}
.visualization-solution__item:nth-child(2) .heading--lv3 {
  background: #c0d908;
}
.visualization-solution__item:nth-child(3) .heading--lv3 {
  background: #226902;
}
.visualization-solution__item:nth-child(4) {
  order: 2;
  width: 70%;
  margin-top: 120px;
}
@media screen and (max-width: 768px) {
  .visualization-solution__item:nth-child(4) {
    width: 100%;
    margin-top: 5.3333333333vw;
  }
}
.visualization-solution__item:nth-child(4) .heading--lv3 {
  background: #76b12c;
}
.visualization-solution__item:nth-child(4) .img {
  width: 70%;
}
/*# sourceMappingURL=visualization.css.map */