body {
  background: #fbf8f2;
}

main {
  font-family: "Noto Sans JP", sans-serif;
  background-color: #fbf8f2;
  color: #020202;
  padding-bottom: 100px;
}
@media screen and (max-width: 767px) {
  main {
    padding-bottom: 28px;
  }
}

a {
  color: #020202;
}
a:visited {
  color: #020202;
}
a:link {
  color: #020202;
}

.color-red {
  color: #F96667;
}

.sp-block {
  display: none;
}
@media screen and (max-width: 767px) {
  .sp-block {
    display: block;
  }
}

@media screen and (max-width: 899px) {
  #container-wrap {
    padding-top: 0;
  }
}

.title-area {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 180px;
  background: linear-gradient(to right, #D55657 0%, #F86667 20%, #F86667 80%, #D55657 100%);
  margin-bottom: 80px;
}
@media screen and (max-width: 767px) {
  .title-area {
    height: 124px;
    margin-bottom: 30px;
  }
}
.title-area__inner {
  width: 83.333%;
  max-width: 1200px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .title-area__inner {
    width: 89.333%;
  }
}
.title-area--title {
  font-size: 40px;
  font-weight: 700;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 158.1px;
  background-image: url("../images/resource_circulation_mark@2x.png");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: 50% 50%;
}
@media screen and (max-width: 767px) {
  .title-area--title {
    font-size: 24px;
    height: 105.06px;
  }
}
.title-area--ecokero {
  position: absolute;
  max-width: 147px;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}
@media screen and (max-width: 767px) {
  .title-area--ecokero {
    max-width: 94.65px;
  }
}

.main-content {
  margin: 0 auto;
  width: 83.333%;
  max-width: 1200px;
  border-radius: 30px;
  background-color: #fff;
}
@media screen and (max-width: 767px) {
  .main-content {
    width: 89.333%;
  }
}

.effective-use {
  margin: 0 auto;
  width: 86.667%;
  padding: 50px 0 80px;
}
@media screen and (max-width: 767px) {
  .effective-use {
    width: 90.149%;
    padding: 20px 0 30px;
  }
}
.effective-use__title {
  font-size: 34px;
  font-weight: 500;
  line-height: 50px;
  padding-bottom: 10px;
  border-bottom: 4px solid #F96667;
}
@media screen and (max-width: 767px) {
  .effective-use__title {
    font-size: 20px;
    line-height: 32.4px;
  }
}
.effective-use__text {
  margin: 30px 0 50px;
  font-size: 20px;
  line-height: 34px;
}
@media screen and (max-width: 767px) {
  .effective-use__text {
    margin: 20px 0 30px;
  }
}
.effective-use__three-r-area {
  width: 100%;
  overflow: hidden;
  border-radius: 25px;
  padding-bottom: 30px;
  margin-bottom: 50px;
  border: 1px solid #F96667;
}
@media screen and (max-width: 767px) {
  .effective-use__three-r-area {
    padding-bottom: 0;
    margin-bottom: 30px;
  }
}
.effective-use__three-r-content {
  width: 88.173%;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .effective-use__three-r-content {
    width: 86.102%;
  }
}
.effective-use__three-r-top {
  position: relative;
  width: 100%;
  height: 66px;
  background-color: #F96667;
  margin-bottom: 15px;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .effective-use__three-r-top {
    margin-bottom: 0;
    height: 50px;
  }
}
.effective-use__three-r-top--head {
  margin-left: 5.769%;
  font-size: 28px;
  line-height: 41px;
  font-weight: 700;
  color: #FFF691;
}
@media screen and (max-width: 767px) {
  .effective-use__three-r-top--head {
    font-size: 18px;
    line-height: 23px;
  }
}
.effective-use__three-r-item {
  padding: 20px 0;
  border-bottom: 1px solid #707070;
  font-weight: 500;
}
.effective-use__three-r-item--head {
  font-size: 24px;
  line-height: 39px;
  margin-bottom: 20px;
}
@media screen and (max-width: 767px) {
  .effective-use__three-r-item--head {
    font-size: 16px;
    line-height: 26px;
  }
}
.effective-use__three-r-item--text {
  font-size: 20px;
  line-height: 34px;
}
.effective-use__three-r-item:last-child {
  border-bottom: none;
}
.effective-use__activities-area {
  margin-top: 30px;
}
.effective-use__activities-item {
  width: 100%;
  margin-bottom: 50px;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  .effective-use__activities-item {
    margin-bottom: 20px;
  }
}
.effective-use__activities-item.--eco-town {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.effective-use__activities-item--left {
  max-width: 580px;
  width: 55.769%;
}
@media screen and (max-width: 767px) {
  .effective-use__activities-item--left {
    width: 100%;
  }
}
.effective-use__activities-item--right {
  max-width: 400px;
  width: 38.462%;
}
@media screen and (max-width: 767px) {
  .effective-use__activities-item--right {
    width: 100%;
    margin-top: 10px;
  }
}
.effective-use__activities-head {
  font-size: 24px;
  line-height: 39px;
  margin-bottom: 20px;
}
@media screen and (max-width: 767px) {
  .effective-use__activities-head {
    font-size: 17px;
    line-height: 23px;
    margin-bottom: 10px;
  }
}
.effective-use__activities-text {
  font-size: 20px;
  line-height: 34px;
}
.effective-use__activities-movie-btn {
  margin: 80px auto 0;
  max-width: 590px;
  width: 56.731%;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .effective-use__activities-movie-btn {
    margin: 30px auto 0;
    width: 100%;
  }
}/*# sourceMappingURL=style.css.map */