@charset "UTF-8";
/* =========================================
	変数
========================================= */
/* =========================================
	mixin
========================================= */
/* =========================================
  無料プログラム
========================================= */
.clip {
  padding-block: 6.4285714286vw 5vw;
}
@media screen and (max-width: 768px) {
  .clip {
    padding-block: 4rem 5rem;
  }
}
.clip .clipBox {
  padding-block: 4.5rem 3.45rem;
}
@media screen and (max-width: 768px) {
  .clip .clipBox {
    padding: 6.5rem 2rem 3rem;
  }
}
.clip .clipBox .clipImage {
  position: absolute;
  z-index: 10;
}
@media screen and (min-width: 993px) {
  .clip .clipBox .clipImage {
    width: 28%;
  }
}
@media screen and (max-width: 992px) {
  .clip .clipBox .clipImage {
    width: 18.5%;
  }
}
.clip .clipBox .clipImage.clip01 {
  max-width: 26.8rem;
  top: -1.4rem;
  left: -14.7rem;
}
@media screen and (max-width: 992px) {
  .clip .clipBox .clipImage.clip01 {
    top: -4rem;
    left: -1.5rem;
  }
}
@media screen and (max-width: 768px) {
  .clip .clipBox .clipImage.clip01 {
    width: 7.4rem;
    top: -2.32rem;
    left: 1.74rem;
  }
}
.clip .clipBox .clipImage.clip02 {
  max-width: 27rem;
  right: -16.4rem;
  bottom: -3.6rem;
}
@media screen and (max-width: 992px) {
  .clip .clipBox .clipImage.clip02 {
    right: -1.5rem;
    bottom: auto;
  }
}
@media screen and (max-width: 768px) {
  .clip .clipBox .clipImage.clip02 {
    width: 7.8rem;
    top: -2.33rem;
    right: 1.7rem;
  }
}
@media screen and (max-width: 768px) {
  .clip .clipBox p {
    display: inline;
  }
}

/* =========================================
  特典
========================================= */
.bonus {
  position: relative;
  padding-bottom: 5.4rem;
}
@media screen and (max-width: 768px) {
  .bonus {
    padding-bottom: 3.8rem;
  }
}
.bonus .title01 {
  margin-bottom: 3rem;
}
@media screen and (max-width: 768px) {
  .bonus .title01 {
    margin-bottom: 2rem;
  }
}
.bonus::after {
  content: "";
  display: inline-block;
  position: absolute;
  background-color: #D6E7C6;
  width: 100%;
  height: calc(100% - 29.9rem);
  left: 0;
  bottom: 0;
  z-index: -1;
}
@media screen and (max-width: 768px) {
  .bonus::after {
    height: calc(100% - 25.9rem);
  }
}
.bonus .bonusInner {
  max-width: 114rem;
  margin-inline: auto;
  padding-inline: 2rem;
}
@media screen and (max-width: 768px) {
  .bonus .bonusInner {
    padding-inline: 1.5rem;
  }
}
.bonus .bonusInner {
  position: relative;
}
.bonus .bonusInner::before, .bonus .bonusInner::after {
  content: "";
  display: inline-block;
  position: absolute;
}
.bonus .bonusInner::before {
  background: url(../assets/images/tree01.svg) no-repeat left top/contain;
  width: 11.6rem;
  height: 11.9rem;
  left: 2rem;
  top: 9.85rem;
}
@media screen and (max-width: 768px) {
  .bonus .bonusInner::before {
    width: 6.6rem;
    height: 6.8rem;
    left: 1.5rem;
    top: 13.7rem;
  }
}
.bonus .bonusInner::after {
  background: url(../assets/images/tree02.svg) no-repeat left top/contain;
  width: 7.8rem;
  height: 10.6rem;
  right: 3.5rem;
  top: 13.6rem;
  transform: scale(-1, 1);
}
@media screen and (max-width: 768px) {
  .bonus .bonusInner::after {
    width: 4.8rem;
    height: 6.3rem;
    right: 3rem;
    top: 13.9rem;
  }
}
.bonus .bonusBox {
  max-width: 84.5rem;
  margin-inline: auto;
}
@media screen and (min-width: 769px) {
  .bonus .bonusBox {
    display: flex;
    justify-content: space-between;
    gap: 2rem;
  }
}
.bonus .bonusBox .imageBox .image {
  display: block;
  margin-bottom: 1.6rem;
}
@media screen and (max-width: 768px) {
  .bonus .bonusBox .imageBox .image {
    margin-bottom: 2rem;
  }
}
.bonus .bonusBox .imageBox .image img {
  border-radius: 2rem;
  border: 4px solid #038F4C;
}
.bonus .bonusBox .imageBox p {
  font-size: clamp(1.35rem, 1.2vw, 1.6rem);
  line-height: 1.875;
}
@media screen and (min-width: 769px) {
  .bonus .bonusBox .box01 {
    max-width: 27.2rem;
    width: 33%;
  }
}
@media screen and (max-width: 992px) {
  .bonus .bonusBox .box01 {
    width: 35%;
  }
}
@media screen and (max-width: 768px) {
  .bonus .bonusBox .box01 {
    width: auto;
    margin-bottom: 4rem;
  }
}
.bonus .bonusBox .box01 .image {
  max-width: 26rem;
  margin-inline: auto;
}
@media screen and (max-width: 768px) {
  .bonus .bonusBox .box01 .image {
    max-width: 50%;
    min-width: 17.8rem;
    width: calc(100% - 16.7rem);
  }
}
@media screen and (min-width: 769px) {
  .bonus .bonusBox .box01 .image img {
    aspect-ratio: 260/350;
  }
}
@media screen and (max-width: 768px) {
  .bonus .bonusBox .box01 .image img {
    width: 100%;
  }
}
@media screen and (min-width: 769px) {
  .bonus .box02 {
    max-width: 52.5rem;
    width: 70.5%;
  }
}
@media screen and (min-width: 769px) {
  .bonus .box02 .image img {
    aspect-ratio: 525/350;
  }
}
@media screen and (max-width: 768px) {
  .bonus .box02 .image img {
    width: 100%;
  }
}

/* =========================================
  エコ・クラブ会員入会要項
========================================= */
.membership {
  padding-block: 6rem 4rem;
}
@media screen and (max-width: 768px) {
  .membership {
    padding-block: 4rem 7.2rem;
  }
}
.membership .title01 {
  margin-bottom: 4rem;
}
@media screen and (max-width: 768px) {
  .membership .title01 {
    margin-bottom: 2rem;
  }
}
.membership .descList {
  margin-bottom: 4rem;
}/*# sourceMappingURL=ecoclub.css.map */