@charset "UTF-8";
/*---------------------------------------------
mixin
---------------------------------------------*/
@-webkit-keyframes push-size-s {
  40% {
    -webkit-transform: scale(0.97);
    transform: scale(0.97);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@keyframes push-size-s {
  40% {
    -webkit-transform: scale(0.97);
    transform: scale(0.97);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

@-webkit-keyframes push-size-m {
  40% {
    -webkit-transform: scale(0.94);
    transform: scale(0.94);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

@keyframes push-size-m {
  40% {
    -webkit-transform: scale(0.94);
    transform: scale(0.94);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

@-webkit-keyframes push-size-l {
  40% {
    -webkit-transform: scale(0.9);
    transform: scale(0.9);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

@keyframes push-size-l {
  40% {
    -webkit-transform: scale(0.9);
    transform: scale(0.9);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

@-webkit-keyframes push-size-slider {
  40% {
    -webkit-transform: scale(0.78);
    transform: scale(0.78);
  }
  100% {
    -webkit-transform: scale(0.8);
    transform: scale(0.8);
  }
}

@keyframes push-size-slider {
  40% {
    -webkit-transform: scale(0.78);
    transform: scale(0.78);
  }
  100% {
    -webkit-transform: scale(0.8);
    transform: scale(0.8);
  }
}

@-webkit-keyframes push-size-slider-c {
  40% {
    -webkit-transform: scale(0.94);
    transform: scale(0.94);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

@keyframes push-size-slider-c {
  40% {
    -webkit-transform: scale(0.94);
    transform: scale(0.94);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

@-webkit-keyframes push-size-slider-c2 {
  40% {
    -webkit-transform: scale(0.95);
    transform: scale(0.95);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

@keyframes push-size-slider-c2 {
  40% {
    -webkit-transform: scale(0.95);
    transform: scale(0.95);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

.greeneco a {
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

.greeneco a:hover {
  opacity: .8;
}

.greeneco sub {
  display: inline;
  font-size: .6em;
  vertical-align: sub;
}

.greeneco .marker {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(70%, transparent), color-stop(0%, #ffec00));
  background: -webkit-linear-gradient(transparent 70%, #ffec00 0%);
  background: linear-gradient(transparent 70%, #ffec00 0%);
  display: inline;
  padding: 0 2px 1px;
}

.greeneco .wrap-greeneco {
  -webkit-box-sizing: border-box;
  background: #fff;
  border-radius: 18px;
  box-sizing: border-box;
}

@media screen and (max-width: 767px) {
  .greeneco .wrap-greeneco {
    border-radius: 12px;
  }
}

.greeneco .wrap-greeneco-inner {
  -webkit-box-sizing: border-box;
  background: #fff;
  border-radius: 14px;
  box-sizing: border-box;
}

@media screen and (max-width: 767px) {
  .greeneco .wrap-greeneco-inner {
    border-radius: 8px;
  }
}

.greeneco .kv {
  -webkit-box-sizing: border-box;
  -ms-flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  background: #fff;
  border-radius: 10px;
  box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 40px;
}

.greeneco .kv__img {
  width: 100%;
}

.greeneco .kv__img img {
  width: 100%;
}

.greeneco .kv__detail {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 14px;
  font-size: 0.875rem;
  padding: 0 0 0 15px;
  width: 28%;
}

.greeneco .kv__title {
  background: #e6ddb6;
  border-radius: 4px;
  padding: 2px 10px;
}

.greeneco .kv__title:before {
  color: #6f4507;
  content: "・";
  display: inline-block;
  font-size: 20px;
  font-size: 1.25rem;
  line-height: 1;
  position: relative;
  top: 2px;
}

.greeneco .kv__text {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  line-height: 1.8;
  padding: 5px 15px 16px;
}

.greeneco .kv__text .red {
  color: #e52121;
  font-weight: 700;
}

@media screen and (max-width: 767px) {
  .greeneco .kv {
    margin-bottom: 20px;
  }
  .greeneco .kv__chara {
    padding: 15px 0;
    text-align: center;
  }
  .greeneco .kv__text {
    font-size: 3.5vmin;
    font-weight: 700;
    text-align: center;
  }
  .greeneco .kv__text .marker {
    font-size: 4.6vmin;
  }
}

.greeneco .contents-inner {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0 8.6%;
}

@media screen and (max-width: 767px) {
  .greeneco .contents-inner {
    padding: 0 4%;
  }
}

.greeneco .s1 {
  background: url(/Content/greeneco_outside/rwd/common/img/bg1.png) no-repeat center top #eaf7e2;
  background-size: 100%;
  padding-top: 12vw;
}

.greeneco .s1__title {
  text-align: center;
}

.greeneco .s1__img1 {
  text-align: center;
}

.greeneco .s1__text1 {
  margin-top: 30px;
  text-align: center;
  text-align: center;
}

.greeneco .s1__text1 span {
  display: inline-block;
  padding-left: 1em;
  text-align: left;
  text-indent: -1em;
}

.greeneco .s1 .s1-layout {
  -ms-flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 20px;
}

.greeneco .s1 .s1-layout__item {
  width: 48%;
}

@media screen and (max-width: 767px) {
  .greeneco .s1 {
    background: url(/Content/greeneco_outside/rwd/common/img/sp/bg1.png) no-repeat center top #eaf7e2;
    background-size: 100%;
    padding-top: 23vw;
  }
  .greeneco .s1__chara {
    margin-top: 20px;
    width: 75%;
  }
  .greeneco .s1__text1 {
    font-size: 3vmin;
    margin-top: 30px;
    padding-left: 1em;
    text-align: left;
    text-indent: -1em;
  }
  .greeneco .s1__text2 {
    font-size: 4.6vmin;
    font-weight: 700;
    margin: 20px 0;
    text-align: center;
  }
  .greeneco .s1 .s1-layout {
    display: block;
    margin-bottom: 20px;
  }
  .greeneco .s1 .s1-layout__item {
    margin-bottom: 20px;
    width: 100%;
  }
}

.greeneco .s2 {
  background: url(/Content/greeneco_outside/rwd/common/img/bg2.png) no-repeat center top #fff;
  background-size: 100%;
  padding-top: 17vw;
}

.greeneco .s2__title {
  margin-bottom: 40px;
  text-align: center;
}

.greeneco .s2__img1 {
  margin: 70px 0 50px;
  text-align: center;
}

.greeneco .s2__text1 {
  font-size: 24px;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.8;
  text-align: center;
}

.greeneco .s2__text2 {
  text-align: center;
}

.greeneco .s2 .point {
  -ms-flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  background: #fff;
  border: 3px solid #00adea;
  border-radius: 10px;
  border-radius: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 55px auto;
  overflow: hidden;
}

.greeneco .s2 .point__item {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 15px;
}

.greeneco .s2 .point__item:nth-child(1) {
  -ms-flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background: #00adea;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  font-size: 16px;
  font-size: 1rem;
  font-weight: 700;
  justify-content: center;
  position: relative;
  text-align: center;
  width: 28%;
}

.greeneco .s2 .point__item:nth-child(1):before {
  border: 10px solid transparent;
  border-left: 10px solid #00adea;
  content: "";
  left: 100%;
  margin-top: -10px;
  position: absolute;
  top: 50%;
}

.greeneco .s2 .point__item:nth-child(2) {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 14px;
  font-size: 0.875rem;
  padding: 15px 15px 15px 30px;
  width: 72%;
}

@media screen and (max-width: 767px) {
  .greeneco .s2 {
    background: url(/Content/greeneco_outside/rwd/common/img/sp/bg2.png) no-repeat center top #fff;
    background-size: 100%;
    padding-top: 24vw;
  }
  .greeneco .s2__text1 {
    font-size: 4.6vmin;
  }
  .greeneco .s2__img1 {
    margin: 40px 0 30px;
    text-align: center;
  }
  .greeneco .s2__text2 {
    font-size: 4.0vmin;
  }
  .greeneco .s2 .point {
    display: block;
    margin: 35px auto;
  }
  .greeneco .s2 .point__item {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 15px;
  }
  .greeneco .s2 .point__item:nth-child(1) {
    display: block;
    width: 100%;
  }
  .greeneco .s2 .point__item:nth-child(1):before {
    border: 10px solid transparent;
    border-top: 10px solid #00adea;
    content: "";
    left: 50%;
    margin-left: -10px;
    margin-top: auto;
    position: absolute;
    top: 100%;
  }
  .greeneco .s2 .point__item:nth-child(2) {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    font-size: 3.5vmin;
    padding: 30px 15px 15px 15px;
    width: 100%;
  }
}

.greeneco .s3 {
  background: url(/Content/greeneco_outside/rwd/common/img/bg3.png) no-repeat center top #eaf7e2;
  background-size: 100%;
  padding-bottom: 20px;
  padding-top: 14vw;
}

.greeneco .s3__title {
  margin-bottom: 50px;
  text-align: center;
}

.greeneco .s3__img1 {
  margin-bottom: 50px;
  text-align: center;
}

.greeneco .s3__text1 {
  margin-bottom: 50px;
  text-align: center;
}

.greeneco .s3 .member {
  -webkit-box-sizing: border-box;
  background: url(/Content/greeneco_outside/rwd/common/img/s3_img1.png) no-repeat center top;
  background-size: cover;
  border-radius: 10px;
  box-sizing: border-box;
  margin-bottom: 70px;
  min-height: 381px;
  overflow: hidden;
  padding: 38px;
  text-align: center;
}

.greeneco .s3 .member__title {
  color: #006837;
  font-size: 24px;
  font-size: 1.5rem;
  margin-bottom: 35px;
}

.greeneco .s3 .member__text {
  margin-bottom: 32px;
}

.greeneco .s3 .step {
  -ms-flex-wrap: wrap;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  margin-bottom: 100px;
}

.greeneco .s3 .step__item:nth-child(1) {
  width: 12.5%;
}

.greeneco .s3 .step__item:nth-child(2) {
  position: relative;
  width: 87.5%;
}

.greeneco .s3 .step__item:nth-child(2) .icon {
  display: block;
  left: 0;
  position: absolute;
  top: 0;
  width: 90px;
}

.greeneco .s3 .step__item:nth-child(2) .text {
  color: #006837;
  display: block;
  font-size: 22px;
  font-size: 1.375rem;
  font-weight: 700;
  padding-left: 90px;
}

.greeneco .s3 .point {
  -webkit-box-sizing: border-box;
  -ms-flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  background: #fff;
  border: 3px solid #006837;
  border-radius: 10px;
  border-radius: 10px;
  box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-left: 55px;
  margin-top: 30px;
  overflow: hidden;
  width: calc(100% - 55px);
}

.greeneco .s3 .point__item {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 15px;
}

.greeneco .s3 .point__item:nth-child(1) {
  -ms-flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background: #006837;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  font-size: 16px;
  font-size: 1rem;
  justify-content: center;
  position: relative;
  text-align: center;
  width: 28%;
}

.greeneco .s3 .point__item:nth-child(2) {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 14px;
  font-size: 0.875rem;
  padding: 15px;
  width: 72%;
}

.greeneco .s3 .point__item:nth-child(2) ul {
  -ms-flex-wrap: wrap;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  text-align: left;
}

.greeneco .s3 .point__item:nth-child(2) ul li {
  min-width: 160px;
  width: 33%;
}

.greeneco .s3 .point__item:nth-child(2) ul li .green {
  color: #006837;
}

.greeneco .s3 .capture {
  -ms-flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 30px;
}

.greeneco .s3 .capture__item {
  width: 46%;
}

.greeneco .s3 .capture-detail__img {
  margin-bottom: 15px;
}

.greeneco .s3 .capture-detail__text {
  line-height: 1.8;
}

.greeneco .s3 .check {
  -webkit-box-sizing: border-box;
  background: #fff;
  border: 2px solid #006837;
  border-radius: 10px;
  box-sizing: border-box;
  margin-bottom: 40px;
  padding: 0 50px 30px;
  width: 100%;
}

.greeneco .s3 .check__title {
  -webkit-box-sizing: border-box;
  background: #006837;
  border-radius: 25px;
  box-sizing: border-box;
  color: #fff;
  font-size: 22px;
  font-size: 1.375rem;
  margin: 0 auto;
  margin-bottom: -10px;
  min-height: 50%;
  padding: 5px 20px;
  position: relative;
  text-align: center;
  top: -20px;
  width: 82%;
}

.greeneco .s3 .check-layout {
  -ms-flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 20px 0 15px;
}

.greeneco .s3 .check-layout__item {
  width: 46%;
}

@media screen and (max-width: 767px) {
  .greeneco .s3 {
    background: url(/Content/greeneco_outside/rwd/common/img/sp/bg3.png) no-repeat center top #eaf7e2;
    background-size: 100%;
    padding-top: 24vw;
  }
  .greeneco .s3__title {
    font-size: 3.5vmin;
    margin-bottom: 30px;
  }
  .greeneco .s3__text1 {
    font-size: 3.5vmin;
    margin-bottom: 50px;
  }
  .greeneco .s3 .member {
    background: url(/Content/greeneco_outside/rwd/common/img/sp/s3_img1.png) no-repeat center top;
    background-color: #fff;
    background-image: url(/Content/greeneco_outside/rwd/common/img/sp/bg_parts1.png), url(/Content/greeneco_outside/rwd/common/img/sp/bg_parts2.png), url(/Content/greeneco_outside/rwd/common/img/sp/bg_parts3.png), url(/Content/greeneco_outside/rwd/common/img/sp/bg_parts4.png);
    background-position: top left, top right, bottom right, bottom left;
    background-repeat: no-repeat, no-repeat, no-repeat, no-repeat;
    background-size: cover;
    background-size: 25%;
    margin-bottom: 50px;
    min-height: auto;
    padding: 35px 18px;
  }
  .greeneco .s3 .member__title {
    font-size: 4.8vmin;
    margin-bottom: 30px;
  }
  .greeneco .s3 .member__text {
    margin-bottom: 32px;
  }
  .greeneco .s3 .step {
    display: block;
    margin-bottom: 50px;
  }
  .greeneco .s3 .step__item:nth-child(1) {
    margin-bottom: 10px;
    width: 100%;
  }
  .greeneco .s3 .step__item:nth-child(2) {
    width: 100%;
  }
  .greeneco .s3 .step__item:nth-child(2) .icon {
    display: block;
    left: 0;
    position: absolute;
    top: 0;
    width: 75px;
  }
  .greeneco .s3 .step__item:nth-child(2) .text {
    color: #006837;
    display: block;
    font-size: 3.5vmin;
    font-weight: 700;
    padding-left: 75px;
  }
  .greeneco .s3 .point {
    display: block;
    margin-left: 0;
    width: 100%;
  }
  .greeneco .s3 .point__item {
    padding: 15px;
  }
  .greeneco .s3 .point__item:nth-child(1) {
    font-size: 4.0vmin;
    width: 100%;
  }
  .greeneco .s3 .point__item:nth-child(2) {
    font-size: 3vmin;
    width: 100%;
  }
  .greeneco .s3 .point__item:nth-child(2) ul {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .greeneco .s3 .point__item:nth-child(2) ul li {
    width: 46%;
  }
  .greeneco .s3 .capture__item {
    width: 47%;
  }
  .greeneco .s3 .capture-detail__text {
    font-size: 3.5vmin;
    line-height: 1.6;
  }
  .greeneco .s3 .check {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0 10px 15px;
    width: 100%;
  }
  .greeneco .s3 .check__title {
    border-radius: 50px;
    font-size: 3.5vmin;
    margin-bottom: -10px;
    padding: 5px 20px;
    top: -20px;
    width: 90%;
  }
  .greeneco .s3 .check__text {
    font-size: 3.5vmin;
  }
  .greeneco .s3 .check-layout {
    -ms-flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin: 10px 0 15px;
  }
  .greeneco .s3 .check-layout__item {
    width: 46%;
  }
}

.greeneco .s4 {
  background: url(/Content/greeneco_outside/rwd/common/img/bg4.png) no-repeat center top #fff;
  background-size: 100%;
  padding-top: 16vw;
  text-align: center;
}

.greeneco .s4__st {
  margin-bottom: 10px;
}

.greeneco .s4__subtitle {
  -webkit-box-sizing: border-box;
  background: #31a05e;
  border-radius: 10px;
  box-sizing: border-box;
  color: #fff;
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: 700;
  margin: 10px auto 0;
  padding: 10px 20px;
  position: relative;
  position: relative;
  width: 65%;
  z-index: 100;
}

.greeneco .s4__subtitle span {
  font-size: 24px;
  font-size: 1.5rem;
}

.greeneco .s4__subtitle:before {
  border: 10px solid transparent;
  border-top: 10px solid #31a05e;
  content: "";
  left: 50%;
  margin-left: -17px;
  position: absolute;
  top: 100%;
}

.greeneco .s4__title {
  margin-bottom: 45px;
}

.greeneco .s4__text1 {
  margin-bottom: 25px;
}

.greeneco .s4 .plan {
  -webkit-box-sizing: border-box;
  background: url(/Content/greeneco_outside/rwd/common/img/s4_img5.png) no-repeat center bottom #f2ede4;
  background-size: 100%;
  border-radius: 10px;
  box-sizing: border-box;
  padding-bottom: 140px;
  padding-top: 90px;
  position: relative;
  top: -60px;
}

.greeneco .s4 .s4-layout {
  position: relative;
}

.greeneco .s4 .s4-layout .chara {
  position: absolute;
  right: -15px;
  top: -180px;
}

@media screen and (max-width: 767px) {
  .greeneco .s4 {
    background: url(/Content/greeneco_outside/rwd/common/img/sp/bg4.png) no-repeat center top #fff;
    background-size: 100%;
    padding-top: 22vw;
  }
  .greeneco .s4__st {
    margin-bottom: 10px;
    width: 50%;
  }
  .greeneco .s4__subtitle {
    font-size: 3.5vmin;
    margin: 10px auto 0;
    padding: 10px 20px;
    width: 90%;
  }
  .greeneco .s4__subtitle span {
    font-size: 5.2vmin;
  }
  .greeneco .s4__title {
    margin-bottom: 45px;
  }
  .greeneco .s4__text1 {
    margin-bottom: 25px;
  }
  .greeneco .s4 .plan {
    background: url(/Content/greeneco_outside/rwd/common/img/sp/s4_img5.png) no-repeat center bottom #f2ede4;
    background-size: 100%;
    padding: 90px 10px 0;
    padding-bottom: 50px;
    top: -60px;
  }
  .greeneco .s4 .s4-layout {
    position: relative;
  }
  .greeneco .s4 .s4-layout .chara {
    margin: 0 auto;
    position: relative;
    right: auto;
    text-align: center;
    top: auto;
    width: 85%;
  }
}

@media screen and (min-width: 768px) and (max-width: 1200px) {
  .greeneco .s4 .plan {
    padding-bottom: 260px;
  }
  .greeneco .s4 .s4-layout .chara {
    bottom: -190px;
    margin: 0 auto;
    position: absolute;
    right: 10px;
    top: auto;
    width: 20%;
  }
}

.greeneco .s5 {
  background: url(/Content/greeneco_outside/rwd/common/img/bg5.png) no-repeat center top #eaf7e2;
  background-size: 100%;
  padding-top: 14vw;
}

.greeneco .s5__title {
  margin-bottom: 50px;
  text-align: center;
}

.greeneco .s5__text {
  margin-bottom: 50px;
  text-align: center;
}

.greeneco .s5 .scroll {
  -webkit-box-sizing: border-box;
  background: #fff;
  border-radius: 10px;
  box-sizing: border-box;
  padding: 40px;
}

.greeneco .s5 .scroll-inner {
  height: 720px;
  overflow-y: scroll;
}

.greeneco .s5 .scroll-inner::-webkit-scrollbar {
  height: 10px;
  width: 10px;
}

.greeneco .s5 .scroll-inner::-webkit-scrollbar-thumb {
  background-color: #006837;
  border-radius: 5px;
}

.greeneco .s5 .scroll-inner::-webkit-scrollbar-track {
  background: #eaf7e2;
}

.greeneco .s5 .agreement {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding-bottom: 60px;
  padding-right: 30px;
}

.greeneco .s5 .agreement__title {
  -webkit-box-sizing: border-box;
  background: #006837;
  border-radius: 10px;
  box-sizing: border-box;
  color: #fff;
  font-size: 24px;
  font-size: 1.5rem;
  font-weight: 700;
  margin-bottom: 15px;
  margin-top: 30px;
  padding: 5px 15px;
  text-align: center;
}

.greeneco .s5 .agreement__text li {
  line-height: 1.8;
  padding-left: 1em;
  text-indent: -1em;
}

.greeneco .s5 .agreement__date {
  margin-top: 1.5em;
}

@media screen and (max-width: 767px) {
  .greeneco .s5 {
    background: url(/Content/greeneco_outside/rwd/common/img/sp/bg5.png) no-repeat center top #eaf7e2;
    background-size: 100%;
    padding-top: 22vw;
  }
  .greeneco .s5__text {
    margin-bottom: 30px;
    text-align: center;
  }
  .greeneco .s5 .scroll {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 15px;
  }
  .greeneco .s5 .scroll-inner {
    height: 670px;
    overflow-y: scroll;
  }
  .greeneco .s5 .scroll-inner::-webkit-scrollbar {
    height: 6px;
    width: 6px;
  }
  .greeneco .s5 .agreement {
    font-size: 3.5vmin;
    padding-bottom: 20px;
    padding-right: 20px;
  }
  .greeneco .s5 .agreement__title {
    font-size: 4.6vmin;
    margin-bottom: 15px;
    margin-top: 30px;
    padding: 5px 15px;
  }
  .greeneco .s5 .agreement__title:first-child {
    margin-top: 0;
  }
  .greeneco .s5 .agreement__text {
    font-size: 3.5vmin;
    line-height: 1.6;
  }
}

.greeneco .greenecho-btn-wrap {
  background: url(/Content/greeneco_outside/rwd/common/img/footer.png) no-repeat center bottom #eaf7e2;
  padding-bottom: 340px;
  padding-top: 100px;
}

@media screen and (max-width: 767px) {
  .greeneco .greenecho-btn-wrap {
    background: url(/Content/greeneco_outside/rwd/common/img/sp/footer.png) no-repeat center bottom #eaf7e2;
    padding-bottom: 140px;
    padding-top: 30px;
  }
}

.greeneco .greenecho-btn {
  -ms-flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  background-size: cover;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 0 auto;
  width: 90%;
}

.greeneco .greenecho-btn__item {
  width: 92%;
}

@media screen and (max-width: 767px) {
  .greeneco .greenecho-btn {
    background-size: cover;
    display: block;
    margin: 0 auto;
    width: 90%;
  }
  .greeneco .greenecho-btn__item {
    margin-bottom: 10px;
    width: 92%;
  }
}

.greeneco .c-btn {
  -ms-flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #fff;
  display: block;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  font-size: 20px;
  font-size: 1.25rem;
  font-weight: 700;
  height: 111px;
  justify-content: center;
  margin: 0 auto 15px;
  text-align: center;
  width: 511px;
}

.greeneco .c-btn span {
  position: relative;
  top: -5px;
}

.greeneco .c-btn--blue {
  background: url(/Content/greeneco_outside/rwd/common/img/btn_blue.png) no-repeat center top;
  background-size: contain;
}

.greeneco .c-btn--orange {
  background: url(/Content/greeneco_outside/rwd/common/img/btn_orange.png) no-repeat center top;
  background-size: contain;
}

.greeneco .c-btn--red {
  background: url(/Content/greeneco_outside/rwd/common/img/btn_red.png) no-repeat center top;
  background-size: contain;
}

@media screen and (max-width: 767px) {
  .greeneco .c-btn {
    font-size: 4.2vmin;
    margin: 0 auto 10px;
    min-height: 91px;
    width: 100%;
  }
  .greeneco .c-btn span {
    position: relative;
    top: -10px;
  }
  .greeneco .c-btn--blue {
    background: url(/Content/greeneco_outside/rwd/common/img/sp/btn_blue.png) no-repeat center top;
    background-size: contain;
  }
  .greeneco .c-btn--orange {
    background: url(/Content/greeneco_outside/rwd/common/img/sp/btn_orange.png) no-repeat center top;
    background-size: contain;
  }
  .greeneco .c-btn--red {
    background: url(/Content/greeneco_outside/rwd/common/img/sp/btn_red.png) no-repeat center top;
    background-size: contain;
  }
}

.greeneco .bg-green {
  background: #eaf7e2;
}
