/* VARIABLES */
/* MIXINS */
/* FUNCTIONS */
/* ADJUSTMENT */
.mt0 {
  margin-top: 0px !important;
}

.mb0 {
  margin-bottom: 0px !important;
}

.mt5 {
  margin-top: 5px !important;
}

.mb5 {
  margin-bottom: 5px !important;
}

.mt10 {
  margin-top: 10px !important;
}

.mb10 {
  margin-bottom: 10px !important;
}

.mt15 {
  margin-top: 15px !important;
}

.mb15 {
  margin-bottom: 15px !important;
}

.mt20 {
  margin-top: 20px !important;
}

.mb20 {
  margin-bottom: 20px !important;
}

.mt25 {
  margin-top: 25px !important;
}

.mb25 {
  margin-bottom: 25px !important;
}

.mt30 {
  margin-top: 30px !important;
}

.mb30 {
  margin-bottom: 30px !important;
}

.mt35 {
  margin-top: 35px !important;
}

.mb35 {
  margin-bottom: 35px !important;
}

.mt40 {
  margin-top: 40px !important;
}

.mb40 {
  margin-bottom: 40px !important;
}

.mt45 {
  margin-top: 45px !important;
}

.mb45 {
  margin-bottom: 45px !important;
}

.mt50 {
  margin-top: 50px !important;
}

.mb50 {
  margin-bottom: 50px !important;
}

@media screen and (max-width: 768px) {
  .mt0 {
    margin-top: 0vw !important;
  }
  .mb0 {
    margin-bottom: 0vw !important;
  }
  .mt5 {
    margin-top: 1.3333333333vw !important;
  }
  .mb5 {
    margin-bottom: 1.3333333333vw !important;
  }
  .mt10 {
    margin-top: 2.6666666667vw !important;
  }
  .mb10 {
    margin-bottom: 2.6666666667vw !important;
  }
  .mt15 {
    margin-top: 4vw !important;
  }
  .mb15 {
    margin-bottom: 4vw !important;
  }
  .mt20 {
    margin-top: 5.3333333333vw !important;
  }
  .mb20 {
    margin-bottom: 5.3333333333vw !important;
  }
  .mt25 {
    margin-top: 6.6666666667vw !important;
  }
  .mb25 {
    margin-bottom: 6.6666666667vw !important;
  }
  .mt30 {
    margin-top: 8vw !important;
  }
  .mb30 {
    margin-bottom: 8vw !important;
  }
  .mt35 {
    margin-top: 9.3333333333vw !important;
  }
  .mb35 {
    margin-bottom: 9.3333333333vw !important;
  }
  .mt40 {
    margin-top: 10.6666666667vw !important;
  }
  .mb40 {
    margin-bottom: 10.6666666667vw !important;
  }
  .mt45 {
    margin-top: 12vw !important;
  }
  .mb45 {
    margin-bottom: 12vw !important;
  }
  .mt50 {
    margin-top: 13.3333333333vw !important;
  }
  .mb50 {
    margin-bottom: 13.3333333333vw !important;
  }
}
.bg--light-green {
  background: #f7faf2;
}
.bg--light-green__top img, .bg--light-green__bottom img {
  vertical-align: bottom;
}
.bg--light-green__bottom {
  transform: rotate(180deg);
}

.heading--lv2 {
  color: #36941a;
}
.heading--lv2::after {
  background: #36941a;
}

.solution {
  margin: 30px auto;
}
.solution > *:last-child {
  margin-bottom: 0;
}
.solution__horizontal-list {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .solution__horizontal-list {
    flex-direction: column;
  }
}
.solution__item {
  width: 24%;
  padding: 20px 15px;
  position: relative;
  background: #f6f6f6;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .solution__item {
    width: 100%;
    padding: 5.3333333333vw 2.6666666667vw;
  }
  .solution__item + .solution__item {
    margin-top: 4vw;
  }
}
.solution__img {
  height: 90px;
  width: 60%;
  margin: auto;
  margin-bottom: 10px;
}
@media screen and (max-width: 768px) {
  .solution__img {
    margin-bottom: 8vw;
  }
}
.solution .baloon {
  display: inline-block;
  margin-bottom: 18px;
  padding: 9.6px 18px;
  position: relative;
  background: #fff;
  font-size: 15.6px;
  text-align: center;
  color: #000;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 70px;
  margin-bottom: 30px;
}
@media screen and (max-width: 768px) {
  .solution .baloon {
    padding: 2.1333333333vw 5.3333333333vw;
    margin-bottom: 5.3333333333vw;
  }
}
.solution .baloon::before {
  content: "";
  position: absolute;
  bottom: -24px;
  left: 50%;
  transform: translateX(-50%);
  border-width: 12px 9.6px;
  border-style: solid;
  border-color: rgba(255, 255, 255, 0);
  border-top-color: #fff;
}
@media screen and (max-width: 768px) {
  .solution .baloon::before {
    border-width: 9.6px;
    bottom: -17.28px;
  }
}
@media screen and (max-width: 768px) {
  .solution .baloon {
    height: auto;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin-left: auto;
    margin-right: auto;
  }
}
.solution__title {
  margin-bottom: 10px;
  font-size: 30px;
  font-weight: bold;
  color: #36941a;
}
@media screen and (max-width: 768px) {
  .solution__title {
    font-size: 6.9333333333vw;
  }
}

.solution-detail {
  width: 98%;
  max-width: 1000px;
  margin: auto;
  padding: 50px 0;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .solution-detail {
    width: 96%;
    max-width: 600px;
  }
}
@media screen and (max-width: 768px) {
  .solution-detail {
    padding: 5.3333333333vw 0;
  }
}
.solution-detail > *:last-child {
  margin-bottom: 0 !important;
}
.solution-detail .baloon {
  display: inline-block;
  margin-bottom: 18px;
  padding: 9.6px 18px;
  position: relative;
  background: #36941a;
  font-size: 15.6px;
  text-align: center;
  color: #fff;
  margin-bottom: 25px;
}
@media screen and (max-width: 768px) {
  .solution-detail .baloon {
    padding: 2.1333333333vw 5.3333333333vw;
    margin-bottom: 5.3333333333vw;
  }
}
.solution-detail .baloon::before {
  content: "";
  position: absolute;
  bottom: -24px;
  left: 50%;
  transform: translateX(-50%);
  border-width: 12px 9.6px;
  border-style: solid;
  border-color: rgba(255, 255, 255, 0);
  border-top-color: #36941a;
}
@media screen and (max-width: 768px) {
  .solution-detail .baloon::before {
    border-width: 9.6px;
    bottom: -17.28px;
  }
}
.solution-detail__img {
  width: 15%;
  margin: auto;
  margin-bottom: 20px;
}
@media screen and (max-width: 768px) {
  .solution-detail__img {
    width: 25%;
  }
}
.solution-detail__title {
  margin-bottom: 20px;
  font-size: 26px;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  .solution-detail__title {
    padding-left: 5.3333333333vw;
    font-size: 4vw;
  }
}
.solution-detail__txt {
  margin-bottom: 15px;
}
.solution-detail .media {
  margin-top: 40px;
}
.solution-detail .btn--right-arrow {
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: auto;
  margin-bottom: 10px;
  text-align: center;
  transition: all 0.3s;
  padding: 20px 25px;
  background: #36941a;
  border: 1px solid rgba(255, 255, 255, 0);
  color: #fff;
  padding-right: 80px;
  position: relative;
  margin-top: 20px;
  background: linear-gradient(to right, #509e10, #80bd12);
}
@media screen and (max-width: 768px) {
  .solution-detail .btn--right-arrow {
    margin-bottom: 2.6666666667vw;
  }
}
@media screen and (max-width: 768px) {
  .solution-detail .btn--right-arrow {
    width: 100%;
    padding: 15px;
  }
}
.solution-detail .btn--right-arrow:hover {
  background: #fff;
  border-color: #36941a;
  color: #36941a;
}
.solution-detail .btn--right-arrow::before {
  content: "";
  border-width: 7px 10.5px;
  border-style: solid;
  border-color: rgba(255, 255, 255, 0);
  border-left-color: #fff;
}
@media screen and (max-width: 768px) {
  .solution-detail .btn--right-arrow::before {
    border-width: 5.6px 7px;
  }
}
.solution-detail .btn--right-arrow::before, .solution-detail .btn--right-arrow::after {
  content: "";
  position: absolute;
}
.solution-detail .btn--right-arrow::before {
  top: 50%;
  right: 26px;
  transform: translateY(-50%);
}
.solution-detail .btn--right-arrow::after {
  display: block;
  height: 45px;
  width: 45px;
  margin: auto;
  top: 0;
  right: 20px;
  bottom: 0;
  border: 1px solid #fff;
  border-radius: 50%;
}
.solution-detail .btn--right-arrow:hover::before {
  border-left-color: #36941a;
}
.solution-detail .btn--right-arrow:hover::after {
  border-color: #36941a;
  -webkit-animation: clickBtn 0.3s;
          animation: clickBtn 0.3s;
}
@media screen and (max-width: 768px) {
  .solution-detail .btn--right-arrow {
    padding-right: 65px;
  }
  .solution-detail .btn--right-arrow::after {
    height: 35px;
    width: 35px;
  }
}

.down-arrow {
  width: 40px;
  margin: auto;
  margin-top: 40px;
  border-width: 40px;
  border-style: solid;
  border-color: rgba(255, 255, 255, 0);
  border-top-color: #c03;
}
@media screen and (max-width: 768px) {
  .down-arrow {
    width: 30px;
    margin-top: 5.3333333333vw;
    border-width: 30px;
  }
}

.special {
  margin-bottom: 30px;
  padding: 20px;
  background: #f7faf2;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .special {
    margin-bottom: 5.3333333333vw;
    padding: 2.6666666667vw 0;
  }
}
.special > *:last-child {
  margin-bottom: 0;
}
.special__txt {
  margin-bottom: 10px;
  font-size: 36px;
  font-weight: bold;
  color: #36941a;
}
@media screen and (max-width: 768px) {
  .special__txt {
    margin-bottom: 2.6666666667vw;
    font-size: 8vw;
  }
}
@media screen and (max-width: 768px) {
  .special .img {
    margin-bottom: 5.3333333333vw;
  }
}
@media screen and (max-width: 768px) {
  .special .img--medium {
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  .special .img--small {
    max-width: 61.3333333333vw;
  }
}
.special .col--3 .col__item {
  display: flex;
  align-items: flex-end;
  flex-wrap: wrap;
  width: 32%;
  padding: 15px 10px;
}
.special .col--3 .col__item > * {
  width: 100%;
}
.special .col--3 .col__item .img {
  align-self: flex-start;
  margin-bottom: 10px;
}
.special .col--3 .col__item .txt {
  margin-top: 10px;
}
.special .btn--right-arrow {
  max-width: 400px;
}

.cta {
  margin: 30px auto;
  padding: 30px 10px;
  background: linear-gradient(to right, #509e10, #80bd12);
  text-align: center;
}
@media screen and (max-width: 768px) {
  .cta {
    margin: 5.3333333333vw auto;
    padding: 5.3333333333vw 2.6666666667vw;
  }
}
.cta > *:last-child {
  margin-bottom: 0;
}
.cta__txt {
  margin-bottom: 20px;
  color: #fff;
  font-weight: bold;
  font-size: 22px;
}
@media screen and (max-width: 768px) {
  .cta__txt {
    margin-bottom: 4vw;
    font-size: 1rem;
  }
}
.cta__txt .icon {
  margin: 0;
  margin-right: 0.5em;
}
.cta__btn {
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: auto;
  margin-bottom: 10px;
  text-align: center;
  transition: all 0.3s;
  padding: 20px 25px;
  background: #fff;
  border: 1px solid rgba(255, 255, 255, 0);
  color: #11913b;
  padding-right: 80px;
  position: relative;
}
@media screen and (max-width: 768px) {
  .cta__btn {
    margin-bottom: 2.6666666667vw;
  }
}
@media screen and (max-width: 768px) {
  .cta__btn {
    width: 100%;
    padding: 15px;
  }
}
.cta__btn:hover {
  background: #11913b;
  border-color: #fff;
  color: #fff;
}
.cta__btn::before {
  content: "";
  border-width: 7px 10.5px;
  border-style: solid;
  border-color: rgba(255, 255, 255, 0);
  border-left-color: #11913b;
}
@media screen and (max-width: 768px) {
  .cta__btn::before {
    border-width: 5.6px 7px;
  }
}
.cta__btn::before, .cta__btn::after {
  content: "";
  position: absolute;
}
.cta__btn::before {
  top: 50%;
  right: 26px;
  transform: translateY(-50%);
}
.cta__btn::after {
  display: block;
  height: 45px;
  width: 45px;
  margin: auto;
  top: 0;
  right: 20px;
  bottom: 0;
  border: 1px solid #11913b;
  border-radius: 50%;
}
.cta__btn:hover::before {
  border-left-color: #fff;
}
.cta__btn:hover::after {
  border-color: #fff;
  -webkit-animation: clickBtn 0.3s;
          animation: clickBtn 0.3s;
}
@media screen and (max-width: 768px) {
  .cta__btn {
    padding-right: 65px;
  }
  .cta__btn::after {
    height: 35px;
    width: 35px;
  }
}

.decarbonization__txt .txt--indent__head {
  flex: 0 0 30px;
}
@media screen and (max-width: 768px) {
  .decarbonization__txt .txt--indent__head {
    flex-basis: 6.6666666667vw;
  }
}
.decarbonization__txt + .decarbonization__txt {
  margin-top: 30px;
}
@media screen and (max-width: 768px) {
  .decarbonization__txt + .decarbonization__txt {
    margin-top: 5.3333333333vw;
  }
}

.decarbonization-step {
  display: flex;
  justify-content: space-between;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .decarbonization-step {
    align-items: center;
    flex-direction: column;
  }
}
.decarbonization-step__item {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  width: 20%;
  padding: 20px;
  position: relative;
  background: #f6f6f6;
}
@media screen and (max-width: 768px) {
  .decarbonization-step__item {
    width: 50%;
    padding: 2.6666666667vw;
  }
}
.decarbonization-step__item.current {
  width: 30%;
  background: #f7faf2;
}
@media screen and (max-width: 768px) {
  .decarbonization-step__item.current {
    width: 70%;
  }
}
.decarbonization-step__item.current .label--slanted::before {
  border-top-color: #36941a;
}
.decarbonization-step__item.current .decarbonization-step__name {
  background: #36941a;
}
@media screen and (max-width: 768px) {
  .decarbonization-step__item.current .img {
    height: 17.3333333333vw;
  }
}
.decarbonization-step__item .img {
  height: 100%;
  width: 70%;
  margin: 0 auto 20px;
}
@media screen and (max-width: 768px) {
  .decarbonization-step__item .img {
    height: 12.8vw;
    width: 30%;
    margin-bottom: 2.6666666667vw;
  }
}
.decarbonization-step__item .img img {
  height: 100%;
}
@media screen and (max-width: 768px) {
  .decarbonization-step__item + .decarbonization-step__item {
    margin-top: 5.3333333333vw;
  }
}
.decarbonization-step__item + .decarbonization-step__item::before {
  content: "";
  position: absolute;
  top: 50%;
  left: -23px;
  border-width: 15px;
  border-style: solid;
  border-color: rgba(255, 255, 255, 0);
  border-left-color: #717171;
}
@media screen and (max-width: 768px) {
  .decarbonization-step__item + .decarbonization-step__item::before {
    top: -4vw;
    left: 50%;
    transform: translateX(-50%);
    border-width: 2.6666666667vw;
    border-color: rgba(255, 255, 255, 0);
    border-top-color: #717171;
  }
}
.decarbonization-step__name {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: auto;
  padding: 5px 30px;
  font-size: 1.125rem;
  background: #717171;
  color: #fff;
}
@media screen and (max-width: 768px) {
  .decarbonization-step__name {
    width: 50%;
    padding: 0.5333333333vw;
    font-size: 3.7333333333vw;
  }
}
.decarbonization-step .label--slanted__txt {
  font-size: 1.125rem;
  transform: rotate(0);
}
@media screen and (max-width: 768px) {
  .decarbonization-step .label--slanted__txt {
    font-size: 4vw;
  }
}

.issue__item {
  margin-bottom: 20px;
}

.solution-detail .solar__img {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
}
.solution-detail .solar__img figcaption {
  text-align: right;
}

.idemitsu-denki__item {
  border: 1px solid #bec3c6;
}
@media screen and (max-width: 768px) {
  .idemitsu-denki__item {
    width: 100%;
  }
}
@media screen and (min-width: 769px) {
  .idemitsu-denki__item:nth-child(3) {
    margin-right: auto;
    margin-left: auto;
  }
}
@media screen and (max-width: 768px) {
  .idemitsu-denki__item:nth-child(3) {
    width: 100%;
  }
}
.idemitsu-denki__item:last-child {
  display: none;
}
/*# sourceMappingURL=decarbonization.css.map */