@charset "UTF-8";
/* Scss Document */
/* Scss Document */
/* 初期設定 */
@keyframes wave {
  0%, 33% {
    box-shadow: 0 0 0 2px #8fc711, 0 0 0 rgb(107, 192, 84);
  }
  66%, 100% {
    box-shadow: 0 0 0 2px #8fc711, 0 0 0 10px rgba(93, 192, 84, 0.01);
  }
}
/*-------メインイメージ-------*/
#mainimg {
  padding: 2.9rem 0 17.3333333333vw;
  background: #8fc711;
  position: relative;
  z-index: 1;
}
#mainimg .mainimg__slide-wp {
  margin: 0 0 2.2rem auto;
  width: 96%;
  position: relative;
  z-index: 1;
}
#mainimg .mainimg__slide-wp .mainimg__slide-inner .slick-list {
  border-top-left-radius: 1.5rem;
  border-bottom-left-radius: 1.5rem;
  box-shadow: 0 0.3rem 2.6rem 0 rgba(0, 0, 0, 0.16);
}
#mainimg .mainimg__slide-wp .mainimg__slide-inner .mainimg__slide-dots {
  display: flex;
  justify-content: center;
  position: absolute;
  right: 1.5rem;
  bottom: 0;
}
#mainimg .mainimg__slide-wp .mainimg__slide-inner .mainimg__slide-dots li {
  margin: 0 0.75rem;
  width: 0.8rem;
  height: 0.8rem;
  border-radius: 50%;
  background: #fff;
  cursor: pointer;
}
#mainimg .mainimg__slide-wp .mainimg__slide-inner .mainimg__slide-dots li button {
  display: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  outline: none;
  padding: 0;
  border: none;
  background: transparent;
}
#mainimg .mainimg__slide-wp .mainimg__slide-inner .mainimg__slide-dots li.slick-active {
  background: #fefe77;
}
#mainimg .mainimg__slide-wp .mainimg__slide-inner.slick-dotted {
  margin-bottom: 0;
  padding-bottom: 2.3rem;
}
#mainimg .mainimg__txt-wp .mainimg__ttl {
  margin: 0 auto 1.65rem;
  width: 81.3333333333%;
}
#mainimg .mainimg__txt-wp .mainimg__ttl-logo img {
  image-rendering: auto;
}
#mainimg .mainimg__txt-wp .mainimg__txt {
  font-size: 2rem;
  font-family: "英丸ゴシック B", "Shuei MaruGo B", 游ゴシック体 Pr6N B, Yu Gothic Pr6N B, "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic";
  line-height: 1.6em;
  letter-spacing: 0;
  text-align: center;
  color: #fff;
}
#mainimg .mainimg__txt-wp .mainimg__txt strong {
  font-size: 3rem;
}
#mainimg::before {
  content: "";
  width: 17.4rem;
  height: 9.7rem;
  background: url("/img/ecobox/mainimg_slide_deco_sp.png?250521") center/contain no-repeat;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 3;
}

/*-------こんなお悩みございませんか？-------*/
#worries {
  margin-top: -10.48vw;
  margin-bottom: 4.96rem;
  position: relative;
  z-index: 2;
}
#worries .worries__head .inner,
#worries .worries__body .inner {
  padding: 0 4%;
}
#worries .worries__head {
  margin-bottom: 6.7rem;
  padding: 14.9333333333vw 0 0;
  position: relative;
}
#worries .worries__head .inner {
  background: #f7ffe5;
  position: relative;
  z-index: 2;
}
#worries .worries__head .worries__ttl {
  margin-bottom: 2.05rem;
  font-size: 1.8rem;
  font-family: "英丸ゴシック B", "Shuei MaruGo B", 游ゴシック体 Pr6N B, Yu Gothic Pr6N B, "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic";
  line-height: 1em;
  letter-spacing: 0.05em;
}
#worries .worries__head .worries__ttl > span {
  display: inline-block;
  margin: 0 1.2rem;
  font-size: 2.4rem;
  line-height: 1.042em;
  color: #8fc711;
  position: relative;
}
#worries .worries__head .worries__ttl > span span {
  position: relative;
  z-index: 2;
}
#worries .worries__head .worries__ttl > span::before {
  content: "";
  width: 10.293rem;
  height: 4.73rem;
  background: url("/img/ecobox/worries_ttl_deco_sp.svg?250521") center/contain no-repeat;
  position: absolute;
  top: -75%;
  left: 55%;
  transform: translateX(-50%);
  z-index: 1;
}
#worries .worries__head .worries__img {
  display: block;
  transform: translateY(0.64rem);
}
#worries .worries__head::before {
  content: "";
  width: 100%;
  height: 16.1946666667vw;
  background: url("/img/ecobox/worries_head_deco_sp.png?250521") center top/cover no-repeat;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}
#worries .worries__body .worries__body-wp {
  padding: 4.32rem 2rem 3.45rem;
  border: 0.4rem solid #f2f2f2;
  border-radius: 2rem;
  box-shadow: 0.1rem 0.3rem 0.6rem 0 rgba(0, 0, 0, 0.11);
  position: relative;
}
#worries .worries__body .worries__body-wp .worries__body-ttl {
  margin-bottom: 2.58rem;
  font-size: 2.2rem;
  font-family: "英丸ゴシック B", "Shuei MaruGo B", 游ゴシック体 Pr6N B, Yu Gothic Pr6N B, "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic";
  line-height: 1em;
  letter-spacing: 0;
  text-align: center;
}
#worries .worries__body .worries__body-wp .worries__body-ttl small {
  display: inline-block;
  margin-bottom: 1.35rem;
  font-size: 1.6rem;
  line-height: 1em;
}
#worries .worries__body .worries__body-wp .worries__body-ttl span {
  color: #ff6200;
  position: relative;
}
#worries .worries__body .worries__body-wp .worries__body-ttl span::before {
  content: "";
  width: 11.364rem;
  height: 0.588rem;
  background: #feff77;
  position: absolute;
  left: 50%;
  bottom: -0.2rem;
  transform: translateX(-50%);
  z-index: -1;
}
#worries .worries__body .worries__body-wp .worries__body-txt {
  font-size: 1.4rem;
  line-height: 2.143em;
  letter-spacing: 0;
  text-align: center;
  position: relative;
}
#worries .worries__body .worries__body-wp .worries__body-txt > span {
  position: relative;
  z-index: 2;
}
#worries .worries__body .worries__body-wp .worries__body-txt > span span {
  color: #ff6200;
}
#worries .worries__body .worries__body-wp .worries__body-txt::before {
  content: "";
  width: 100%;
  height: calc(100% - 2.143em + 0.2rem);
  background-color: #fff;
  background-image: linear-gradient(90deg, transparent 0%, transparent 50%, #fff 50%, #fff 100%), linear-gradient(180deg, #e0e0e0 0.2rem, transparent 0.2rem);
  background-size: 0.7rem 100%, 100% 2.143em;
  position: absolute;
  top: 2em;
  left: 0;
  z-index: 1;
}
#worries .worries__body .worries__body-wp::before, #worries .worries__body .worries__body-wp::after {
  content: "";
  position: absolute;
}
#worries .worries__body .worries__body-wp::before {
  width: 4.566rem;
  height: 5.495rem;
  background: url("/img/ecobox/worries_body_arrow_sp.svg?250522") center/contain no-repeat;
  top: 0;
  left: 50%;
  transform: translate(-50%, -75%);
}
#worries .worries__body .worries__body-wp::after {
  width: 11.299rem;
  height: 6.882rem;
  background: url("/img/ecobox/worries_body_illust_sp.svg?250522") center/contain no-repeat;
  top: 0;
  right: 0.6rem;
  transform: translateY(-42%);
}

/*-------グッドライフの「トランクルーム」について-------*/
#about {
  padding-bottom: 5.57rem;
  background: #fff;
  background: linear-gradient(180deg, rgb(255, 255, 255) 0%, rgb(246, 255, 229) 25%);
  position: relative;
}
#about .about__ttl {
  margin-bottom: 4.16rem;
  font-size: 2rem;
  font-family: "英丸ゴシック B", "Shuei MaruGo B", 游ゴシック体 Pr6N B, Yu Gothic Pr6N B, "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic";
  line-height: 1.5em;
  letter-spacing: 0;
  text-decoration-line: underline;
  text-decoration-style: dotted;
  text-underline-offset: 0.35em;
  color: #8fc711;
}
#about .about__intro {
  margin-bottom: 5.1rem;
  padding: 0 3.5rem;
}
#about .about__intro .about__intro-logo {
  display: block;
  margin: 0 auto 2.18rem;
  width: 49.9066666667%;
}
#about .about__intro .about__intro-txt > span {
  display: inline-block;
  width: 100%;
}
#about .about__intro .about__intro-txt > span span {
  font-family: 游ゴシック体 Pr6N B, Yu Gothic Pr6N B, "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic";
  color: #ff6200;
}
#about .about__intro .about__intro-txt--top {
  margin-bottom: 1.6rem;
  font-size: 1.4rem;
  font-family: 游ゴシック体 Pr6N D, Yu Gothic Pr6N D, "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic";
  line-height: 1.784em;
  letter-spacing: 0;
  text-align: center;
}
#about .about__intro .about__intro-txt--top > span {
  margin-right: 0.85rem;
  text-decoration-line: underline;
  text-decoration-color: #ffff77;
  text-decoration-thickness: 0.7rem;
  text-underline-offset: -0.2rem;
  -webkit-text-decoration-skip-ink: none;
  text-decoration-skip-ink: none;
}
#about .about__intro .about__intro-txt--top > span:last-child {
  margin-right: 0;
}
#about .about__intro .about__intro-txt--top strong,
#about .about__intro .about__intro-txt--top .rubik {
  font-family: "Rubik", 游ゴシック体 Pr6N B, Yu Gothic Pr6N B, "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic";
  font-weight: 500;
}
#about .about__intro .about__intro-txt--top strong {
  font-size: 2.6rem;
}
#about .about__intro .about__intro-txt--bottom {
  font-size: 1.3rem;
  font-family: 游ゴシック体 Pr6N D, Yu Gothic Pr6N D, "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic";
  line-height: 1.594em;
  letter-spacing: 0;
}
#about .about__intro .about__intro-img {
  margin-top: 1.64rem;
  border-radius: 1rem;
  overflow: hidden;
}
#about .about__merit {
  padding: 0 1.5rem;
}
#about .about__merit .about__merit-ttl {
  margin: 0 auto 1.8rem;
  padding: 0.95rem 1.85rem;
  width: -moz-fit-content;
  width: fit-content;
  font-size: 1.6rem;
  font-family: "英丸ゴシック B", "Shuei MaruGo B", 游ゴシック体 Pr6N B, Yu Gothic Pr6N B, "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic";
  line-height: 1.4687em;
  letter-spacing: 0;
  text-align: center;
  border-radius: 3.8rem;
  color: #fff;
  background: #8fc711;
  position: relative;
  z-index: 2;
}
#about .about__merit .about__merit-ttl span {
  color: #f6ff01;
}
#about .about__merit .about__merit-ttl .rubik {
  font-size: 2rem;
  font-family: "Rubik", 游ゴシック体 Pr6N B, Yu Gothic Pr6N B, "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic";
  font-weight: 500;
}
#about .about__merit .about__merit-ttl::before {
  content: "";
  width: 6.1rem;
  height: 5.1rem;
  border-radius: 50%;
  background: #8fc711;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, -1.2rem);
  z-index: -1;
}
#about .about__merit .about__merit-list {
  display: grid;
  grid-template-columns: 1fr;
  grid-gap: 0.9rem 0;
}
#about .about__merit .about__merit-list .about__merit-item {
  padding: 3rem 2rem;
  border-radius: 1rem;
  background: #fff;
  position: relative;
}
#about .about__merit .about__merit-list .about__merit-item .about__merit-item_icon {
  width: 8rem;
  height: 8rem;
  position: absolute;
  top: 1.6rem;
  right: 2rem;
}
#about .about__merit .about__merit-list .about__merit-item .about__merit-item_merit {
  display: flex;
  align-items: center;
  margin-bottom: 2.6rem;
  width: -moz-fit-content;
  width: fit-content;
  font-size: 1.6rem;
  font-family: "Rubik", 游ゴシック体 Pr6N B, Yu Gothic Pr6N B, "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic";
  font-weight: 600;
  line-height: 1.1877em;
  letter-spacing: 0.1em;
  color: #8fc711;
  position: relative;
}
#about .about__merit .about__merit-list .about__merit-item .about__merit-item_merit .txt,
#about .about__merit .about__merit-list .about__merit-item .about__merit-item_merit .number {
  vertical-align: baseline;
}
#about .about__merit .about__merit-list .about__merit-item .about__merit-item_merit .number {
  margin-left: 1.1rem;
  font-size: 2.4rem;
  line-height: 1.1667em;
  letter-spacing: 0;
  vertical-align: bottom;
}
#about .about__merit .about__merit-list .about__merit-item .about__merit-item_merit::before {
  content: "";
  width: 100%;
  height: 0.2rem;
  border-radius: 0.1rem;
  background: #8fc711;
  position: absolute;
  left: 0;
  bottom: -0.45rem;
}
#about .about__merit .about__merit-list .about__merit-item .about__merit-item_ttl {
  margin-bottom: 1.7rem;
  font-size: 2rem;
  line-height: 1.25em;
  letter-spacing: 0;
}
#about .about__merit .about__merit-list .about__merit-item .about__merit-item_txt {
  font-size: 1.3rem;
  line-height: 1.577em;
  letter-spacing: 0;
}
#about::after {
  content: "";
  width: 100%;
  height: 6.073rem;
  background: url("/img/ecobox/about_deco_sp.png?250521") center/cover no-repeat;
  position: absolute;
  left: 0;
  bottom: 1px;
  transform: translateY(100%) rotate(180deg);
  z-index: 1;
}

/*-------さらにプラスαの付加価値を-------*/
#plus {
  margin-bottom: 11.83rem;
  padding-top: 9.33rem;
  padding-bottom: 3.77rem;
  background: #8fc711;
  position: relative;
}
#plus .inner {
  padding: 0 4%;
}
#plus .plus__intro {
  margin-bottom: 22.9rem;
  position: relative;
}
#plus .plus__intro .plus__intro-ttl {
  margin-bottom: 3.9rem;
  font-size: 1.8rem;
  font-family: "英丸ゴシック B", "Shuei MaruGo B", 游ゴシック体 Pr6N B, Yu Gothic Pr6N B, "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic";
  line-height: 1.5835em;
  letter-spacing: 0.05em;
  text-decoration-line: underline;
  text-decoration-style: dotted;
  text-underline-offset: 0.35em;
  color: #fff;
}
#plus .plus__intro .plus__intro-logo {
  display: block;
  margin: 0 auto 2.36rem;
  width: 88.4057971014%;
}
#plus .plus__intro .plus__intro-txt {
  margin-bottom: 1.24rem;
  font-size: 1.4rem;
  line-height: 1.5713em;
  letter-spacing: 0;
  text-align: center;
  color: #fff;
}
#plus .plus__intro .plus__intro-tips {
  font-size: 1.2rem;
  font-family: 游ゴシック体 Pr6N D, Yu Gothic Pr6N D, "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic";
  line-height: 1em;
  letter-spacing: 0;
  text-align: center;
  color: #fff;
}
#plus .plus__intro .plus__intro-img {
  border-radius: 50%;
  box-shadow: 0 0.3rem 0.6rem 0 rgba(0, 0, 0, 0.16);
  position: absolute;
}
#plus .plus__intro .plus__intro-img.img_01 {
  width: 15.3rem;
  height: 15.3rem;
  left: 2rem;
  bottom: -2.4rem;
  transform: translateY(100%);
}
#plus .plus__intro .plus__intro-img.img_02 {
  width: 15.9rem;
  height: 15.9rem;
  right: 0;
  bottom: -4.4rem;
  transform: translateY(100%);
}
#plus .plus__merit {
  padding: 3.2rem 1.6rem 4.4rem;
  border: 0.4rem solid #f2f2f2;
  border-radius: 2rem;
  box-shadow: 0 0.3rem 1.2rem 0 rgba(0, 0, 0, 0.16);
  background: #fff;
}
#plus .plus__merit .plus__merit-ttl {
  margin-bottom: 1.74rem;
  padding-bottom: 1.35rem;
  font-size: 1.8rem;
  line-height: 1.2223em;
  letter-spacing: 0;
  color: #8fc711;
  position: relative;
}
#plus .plus__merit .plus__merit-ttl::before {
  content: "";
  width: 4.95rem;
  height: 0.2rem;
  border-radius: 0.1rem;
  background: #8fc711;
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
}
#plus .plus__merit .plus__merit-txt > span {
  display: inline-block;
  width: 100%;
}
#plus .plus__merit .plus__merit-txt > span span {
  color: #ff6200;
}
#plus .plus__merit .plus__merit-txt--top {
  margin-bottom: 1.81rem;
  font-size: 1.4rem;
  line-height: 1.596em;
  letter-spacing: 0;
  text-align: center;
}
#plus .plus__merit .plus__merit-txt--bottom {
  font-size: 1.8rem;
  line-height: 1.3334em;
  letter-spacing: 0;
  text-align: center;
}
#plus .plus__merit .plus__merit-txt--bottom span {
  text-decoration-line: underline;
  text-decoration-color: #ffff77;
  text-decoration-thickness: 0.6rem;
  text-underline-offset: -0.05em;
}
#plus::before {
  content: "";
  width: 30.093rem;
  height: 9.556rem;
  background: url("/img/ecobox/plus_before_sp.svg?250523") center/contain no-repeat;
  position: absolute;
  top: -1.2rem;
  left: 50%;
  transform: translateX(-50%);
  z-index: 3;
}
#plus::after {
  content: "";
  width: 100%;
  height: 22.736vw;
  background: url("/img/ecobox/plus_deco_sp.png?250522") center/contain no-repeat;
  position: absolute;
  left: 0;
  bottom: 0.05rem;
  transform: translateY(100%);
}

/*-------ECO BOXの特徴-------*/
#feature {
  margin-bottom: 5.12rem;
}
#feature .feature__ttl {
  margin-bottom: 5.33rem;
  font-size: 1.8rem;
  font-family: "英丸ゴシック B", "Shuei MaruGo B", 游ゴシック体 Pr6N B, Yu Gothic Pr6N B, "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic";
  line-height: 1.111em;
  letter-spacing: 0.05em;
  text-decoration-line: underline;
  text-decoration-style: dotted;
  text-decoration-thickness: 0.2rem;
  text-underline-offset: 0.5em;
  color: #8fc711;
}
#feature .feature__point {
  display: grid;
  grid-template-columns: 1fr;
  grid-gap: 3.1rem 0;
}
#feature .feature__point .feature__point-item {
  padding: 3.14rem 1.6rem 2.93rem;
  border: 0.4rem solid #8fc711;
  border-radius: 1.8rem;
  background: #fff;
  position: relative;
}
#feature .feature__point .feature__point-item .feature__point-num {
  font-size: 1.6rem;
  font-family: "Rubik", 游ゴシック体 Pr6N B, Yu Gothic Pr6N B, "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic";
  font-weight: 600;
  line-height: 1.1877em;
  letter-spacing: 0.1em;
  color: #8fc711;
  position: absolute;
  top: 0.25rem;
  left: 2rem;
  transform: translateY(-100%);
}
#feature .feature__point .feature__point-item .feature__point-num .txt,
#feature .feature__point .feature__point-item .feature__point-num .number {
  vertical-align: baseline;
}
#feature .feature__point .feature__point-item .feature__point-num .number {
  margin-left: 0.5rem;
  font-size: 2.4rem;
  line-height: 1.1667em;
  letter-spacing: 0;
}
#feature .feature__point .feature__point-item .feature__point-ttl {
  margin-bottom: 1.43rem;
  padding-bottom: 0.91rem;
  font-size: 1.6rem;
  line-height: 1em;
  letter-spacing: 0;
  text-align: center;
  border-bottom: 0.2rem solid #8fc711;
}
#feature .feature__point .feature__point-item .feature__point-txt {
  font-size: 1.3rem;
  font-family: 游ゴシック体 Pr6N D, Yu Gothic Pr6N D, "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic";
  line-height: 1.519em;
  letter-spacing: -0.04em;
}
#feature .feature__img {
  margin-top: 2.13rem;
  margin-bottom: 0.78rem;
  position: relative;
}
#feature .feature__img .feature__img-link {
  display: grid;
  place-content: center;
  width: 3.6rem;
  height: 3.6rem;
  border: 0.3rem solid #fff;
  border-radius: 50%;
  box-shadow: 0 0.3rem 0.6rem 0 rgba(0, 0, 0, 0.16);
  box-sizing: border-box;
  color: #fff;
  background: #8fc711;
  position: absolute;
  transition: 0.4s ease opacity;
  z-index: 2;
}
#feature .feature__img .feature__img-link span {
  font-size: 1.8rem;
  font-family: "Rubik", 游ゴシック体 Pr6N B, Yu Gothic Pr6N B, "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic";
  font-weight: 600;
  line-height: 1em;
  letter-spacing: 0;
}
#feature .feature__img .feature__img-link:nth-child(1) {
  top: 3.89rem;
  left: 7.7rem;
}
#feature .feature__img .feature__img-link:nth-child(1) span {
  margin-left: -0.1em;
}
#feature .feature__img .feature__img-link:nth-child(2) {
  top: 2.89rem;
  left: 14.8rem;
}
#feature .feature__img .feature__img-link:nth-child(3) {
  top: 2.89rem;
  right: 14.8rem;
}
#feature .feature__img .feature__img-link:nth-child(4) {
  top: 11.89rem;
  right: 12.5rem;
}
#feature .feature__img .feature__img-link:nth-child(5) {
  top: 11.89rem;
  right: 6.4rem;
}
#feature .feature__img .feature__img-link:nth-child(6) {
  left: 7.7rem;
  bottom: 16.74rem;
}
#feature .feature__img .feature__img-link:nth-child(7) {
  left: 16.4rem;
  bottom: 16.04rem;
}
#feature .feature__img .feature__img-parse {
  position: relative;
  z-index: 1;
}
#feature .feature__img .feature__img-parse img {
  image-rendering: auto;
}
#feature .feature__list {
  display: grid;
  grid-template-columns: 1fr;
  grid-gap: 0.9rem 0;
}
#feature .feature__list .feature__list-item {
  padding: 1.95rem 1.6rem 1.78rem;
  border: 0.2rem solid #f7ffe5;
  border-radius: 0.6rem;
  background: #f7ffe5;
  transition: 0.3s ease border-color;
}
#feature .feature__list .feature__list-item .feature__list-ttl {
  display: flex;
  align-items: center;
  margin-bottom: 1.27rem;
}
#feature .feature__list .feature__list-item .feature__list-ttl--num {
  display: grid;
  place-content: center;
  margin-right: 1.2rem;
  width: 2.5rem;
  height: 2.5rem;
  border-radius: 50%;
  background: #8fc711;
}
#feature .feature__list .feature__list-item .feature__list-ttl--num span {
  font-size: 1.7rem;
  font-family: "Rubik", 游ゴシック体 Pr6N B, Yu Gothic Pr6N B, "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic";
  font-weight: 600;
  line-height: 1em;
  letter-spacing: 0;
  color: #fff;
}
#feature .feature__list .feature__list-item .feature__list-ttl--txt {
  font-size: 1.8rem;
  line-height: 1em;
  letter-spacing: 0;
}
#feature .feature__list .feature__list-item .feature__list-txt {
  font-size: 1.3rem;
  font-family: 游ゴシック体 Pr6N D, Yu Gothic Pr6N D, "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic";
  line-height: 1.519em;
  letter-spacing: 0;
}
#feature .feature__list .feature__list-item .feature__list-tips {
  margin-top: 1rem;
  font-size: 1rem;
  font-family: 游ゴシック体 Pr6N D, Yu Gothic Pr6N D, "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic";
  line-height: 1em;
  letter-spacing: 0;
}
#feature .feature__list .feature__list-item:nth-child(1) .feature__list-ttl--num span {
  margin-left: -0.1em;
}
#feature .feature__list .feature__list-item.active {
  border-color: #8fc711;
  animation: 3000ms cubic-bezier(0.55, 0.055, 0.675, 0.19) 0s infinite normal none running wave;
  box-shadow: 0 0 0 2px #8fc711;
}

/*-------ECO BOX物件紹介-------*/
#property {
  margin-bottom: 25.62rem;
}
#property .inner {
  padding: 0 4%;
}
#property .property__ttl {
  margin-bottom: 5.33rem;
  font-size: 1.8rem;
  font-family: "英丸ゴシック B", "Shuei MaruGo B", 游ゴシック体 Pr6N B, Yu Gothic Pr6N B, "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic";
  line-height: 1.111em;
  letter-spacing: 0.05em;
  text-decoration-line: underline;
  text-decoration-style: dotted;
  text-decoration-thickness: 0.2rem;
  text-underline-offset: 0.5em;
  color: #8fc711;
}
#property .property__list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 2.88rem 1.3rem;
}
#property .property__list .property__list-item .property__list-thumb {
  margin-bottom: 1.23rem;
  position: relative;
  overflow: hidden;
}
#property .property__list .property__list-item .property__list-thumb img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
#property .property__list .property__list-item .property__list-thumb::before {
  content: "";
  display: block;
  padding-top: 66.3%;
}
#property .property__list .property__list-item .property__list-name {
  margin-bottom: 0.7rem;
  font-size: 1.6rem;
  line-height: 1.125em;
  letter-spacing: 0.05em;
}
#property .property__list .property__list-item .property__list-price {
  font-size: 1.4rem;
  line-height: 1.0712em;
  letter-spacing: 0.05em;
  color: #8fc711;
}
#property .no__data {
  font-size: 1.3rem;
  line-height: 1em;
  letter-spacing: 0.1em;
  text-align: center;
}

/*-------CONTACT（吹き出しの追加）-------*/
.contact .contact__comment {
  padding: 2.45rem 0;
  width: 92%;
  font-size: 2rem;
  line-height: 1.25em;
  letter-spacing: 0;
  text-align: center;
  border-radius: 5.8rem;
  box-sizing: border-box;
  color: #fff;
  background: #8fc711;
  position: absolute;
  top: -7.12rem;
  left: 50%;
  transform: translate(-50%, -100%);
  z-index: 2;
}
.contact .contact__comment::after {
  content: "";
  width: 6.454rem;
  height: 5.838rem;
  background: url("/img/ecobox/contact_deco.svg?250523") center/contain no-repeat;
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translate(-50%, 45%);
  z-index: 1;
}

/*------------------------------
		769px以上
------------------------------*/
@media screen and (min-width: 769px) {
  #mainimg {
    padding: 3.4040995608vw 0 20.7906295754vw;
  }
  #mainimg .mainimg__slide-wp {
    margin-bottom: 0;
    width: 61.7130307467%;
  }
  #mainimg .mainimg__slide-wp .mainimg__slide-inner .mainimg__slide-dots {
    left: -25.6222547584vw;
    right: auto;
    bottom: 2.7818448023vw;
    transform: translateX(-100%);
  }
  #mainimg .mainimg__slide-wp .mainimg__slide-inner .mainimg__slide-dots li {
    margin: 0 0.6954612006vw;
    width: 0.8052708638vw;
    height: 0.8052708638vw;
  }
  #mainimg .mainimg__slide-wp .mainimg__slide-inner.slick-dotted {
    padding-bottom: 0;
  }
  #mainimg .mainimg__txt-wp {
    width: 39.3118594436%;
    position: absolute;
    top: 9.0775988287vw;
    left: 6.8081991215vw;
    z-index: 2;
  }
  #mainimg .mainimg__txt-wp .mainimg__ttl {
    margin-bottom: 2.5915080527vw;
    width: 100%;
  }
  #mainimg .mainimg__txt-wp .mainimg__txt {
    font-size: 2.196193265vw;
    line-height: 1.5167em;
    text-align: left;
  }
  #mainimg .mainimg__txt-wp .mainimg__txt strong {
    font-size: 2.9282576867vw;
  }
  #mainimg::before {
    width: 24.6705710102vw;
    height: 13.17715959vw;
    background-image: url("/img/ecobox/mainimg_slide_deco_pc.png?250521");
  }
  #worries {
    margin-top: -14.8609077599vw;
    margin-bottom: 7.1303074671vw;
  }
  #worries .worries__head .inner,
  #worries .worries__body .inner {
    max-width: 100%;
  }
  #worries .worries__head {
    margin-bottom: 10.9077598829vw;
    padding-top: 7.1083455344vw;
  }
  #worries .worries__head .inner {
    padding: 0 17.7891654466vw 0 19.019033675vw;
  }
  #worries .worries__head .worries__ttl {
    margin-bottom: 1.9033674963vw;
    font-size: 2.196193265vw;
    line-height: 1em;
  }
  #worries .worries__head .worries__ttl > span {
    margin: 0 1.4641288433vw;
    font-size: 2.9282576867vw;
    line-height: 1.05em;
  }
  #worries .worries__head .worries__ttl > span::before {
    width: 12.8323572474vw;
    height: 5.3960468521vw;
    background-image: url("/img/ecobox/worries_ttl_deco_pc.svg?250521");
    top: -1.9033674963vw;
    left: 5.4172767204vw;
  }
  #worries .worries__head .worries__img {
    transform: translateY(0.7686676428vw);
  }
  #worries .worries__head::before {
    height: 12.6471449488vw;
    background-image: url("/img/ecobox/worries_head_deco_pc.png?250521");
    background-position-y: center;
  }
  #worries .worries__body .inner {
    padding: 0;
    max-width: 86.383601757vw;
  }
  #worries .worries__body .worries__body-wp {
    padding: 3.4260614934vw 8.8579795022vw 3.7554904832vw;
    border-width: 0.6588579795vw;
  }
  #worries .worries__body .worries__body-wp .worries__body-ttl {
    margin-bottom: 2.7818448023vw;
    font-size: 3.6603221083vw;
  }
  #worries .worries__body .worries__body-wp .worries__body-ttl small {
    margin-bottom: 1.0248901903vw;
    font-size: 2.9282576867vw;
  }
  #worries .worries__body .worries__body-wp .worries__body-ttl span::before {
    width: 18.3016105417vw;
    height: 1.0980966325vw;
    bottom: -0.2928257687vw;
  }
  #worries .worries__body .worries__body-wp .worries__body-txt {
    font-size: 1.1713030747vw;
    line-height: 2.125em;
  }
  #worries .worries__body .worries__body-wp .worries__body-txt::before {
    height: calc(100% - 2.125em + 0.1464128843vw);
    background-size: 0.5124450952vw 100%, 100% 2.125em;
  }
  #worries .worries__body .worries__body-wp::before {
    width: 3.980966325vw;
    height: 4.8513909224vw;
    background-image: url("/img/ecobox/worries_body_arrow_pc.svg?250522");
    transform: translate(-50%, -85%);
  }
  #worries .worries__body .worries__body-wp::after {
    width: 14.7196193265vw;
    height: 8.5519765739vw;
    background-image: url("/img/ecobox/worries_body_illust_pc.svg?250522");
    right: 3.0014641288vw;
    transform: translateY(3.5871156662vw);
  }
  #about {
    padding-bottom: 0;
    background: linear-gradient(180deg, rgb(255, 255, 255) 0%, rgb(246, 255, 229) 52%);
  }
  #about .about__ttl {
    margin-bottom: 4.5827232796vw;
    font-size: 2.196193265vw;
    line-height: 1em;
    text-underline-offset: 0.5em;
  }
  #about .about__intro {
    display: grid;
    grid-template-columns: 51.6304347826% 43.4782608696%;
    justify-content: space-between;
    margin: 0 auto 7.2474377745vw;
    padding: 0;
    max-width: 67.3499267936vw;
  }
  #about .about__intro .about__intro-logo {
    margin: 0 auto 2.3865300146vw 0;
    width: 54.1578947368%;
  }
  #about .about__intro .about__intro-txt--top {
    margin-bottom: 0.8052708638vw;
    font-size: 1.0980966325vw;
    line-height: 1.766em;
    text-align: left;
  }
  #about .about__intro .about__intro-txt--top > span {
    margin-right: 0.6588579795vw;
    text-decoration: unset;
    position: relative;
    z-index: 1;
  }
  #about .about__intro .about__intro-txt--top > span::before {
    content: "";
    width: 100%;
    height: 0.6588579795vw;
    background: #ffff77;
    position: absolute;
    left: 0;
    bottom: -0.3660322108vw;
    z-index: -1;
  }
  #about .about__intro .about__intro-txt--top > span:last-child {
    margin-right: 0.3660322108vw;
  }
  #about .about__intro .about__intro-txt--top strong {
    margin-left: 0.2928257687vw;
    margin-right: 0.2196193265vw;
    font-size: 2.196193265vw;
  }
  #about .about__intro .about__intro-txt--bottom {
    font-size: 1.0980966325vw;
    line-height: 1.693em;
  }
  #about .about__intro .about__intro-img {
    margin-top: 0;
  }
  #about .about__merit {
    margin: 0 auto;
    padding: 0;
    max-width: 86.383601757vw;
  }
  #about .about__merit .about__merit-ttl {
    margin-bottom: 3.1478770132vw;
    padding: 1.0248901903vw 2.9282576867vw;
    font-size: 2.196193265vw;
    line-height: 1.5em;
  }
  #about .about__merit .about__merit-ttl .rubik {
    font-size: 2.9282576867vw;
  }
  #about .about__merit .about__merit-ttl::before {
    width: 7.906295754vw;
    height: 6.4421669107vw;
    transform: translate(-50%, -1.4641288433vw);
  }
  #about .about__merit .about__merit-list {
    grid-template-columns: repeat(2, 48.5593220339%);
    grid-gap: 2.3426061493vw 0;
    justify-content: space-between;
  }
  #about .about__merit .about__merit-list .about__merit-item {
    padding: 2.8550512445vw 2.7818448023vw 2.9282576867vw 3.2210834553vw;
    border-radius: 1.317715959vw;
  }
  #about .about__merit .about__merit-list .about__merit-item .about__merit-item_icon {
    width: 10.980966325vw;
    height: 10.980966325vw;
    top: 1.9399707174vw;
    right: 2.7818448023vw;
  }
  #about .about__merit .about__merit-list .about__merit-item .about__merit-item_merit {
    margin-bottom: 1.8301610542vw;
    font-size: 1.4641288433vw;
    line-height: 1.2em;
  }
  #about .about__merit .about__merit-list .about__merit-item .about__merit-item_merit .txt,
  #about .about__merit .about__merit-list .about__merit-item .about__merit-item_merit .number {
    vertical-align: baseline;
  }
  #about .about__merit .about__merit-list .about__merit-item .about__merit-item_merit .number {
    font-size: 2.196193265vw;
    line-height: 1.2em;
  }
  #about .about__merit .about__merit-list .about__merit-item .about__merit-item_merit::before {
    bottom: -0.1830161054vw;
  }
  #about .about__merit .about__merit-list .about__merit-item .about__merit-item_ttl {
    margin-bottom: 2.196193265vw;
    font-size: 1.756954612vw;
    line-height: 1.3334em;
  }
  #about .about__merit .about__merit-list .about__merit-item .about__merit-item_txt {
    font-size: 1.0248901903vw;
    line-height: 1.5356em;
  }
  #about::after {
    height: 11.8477306003vw;
    background-image: url("/img/ecobox/about_deco_pc.png?250521");
    background-position: center top;
  }
  #plus {
    margin-bottom: 13.6310395315vw;
    padding-top: 17.5724743777vw;
    padding-bottom: 2.7598828697vw;
  }
  #plus .inner {
    padding: 0;
    max-width: 67.3499267936vw;
  }
  #plus .plus__intro {
    margin-bottom: 1.9765739385vw;
  }
  #plus .plus__intro .plus__intro-ttl {
    margin-bottom: 2.7818448023vw;
    font-size: 1.4641288433vw;
    line-height: 1em;
    text-underline-offset: 0.6em;
  }
  #plus .plus__intro .plus__intro-logo {
    margin-bottom: 1.6105417277vw;
    width: 58.3695652174%;
  }
  #plus .plus__intro .plus__intro-txt {
    margin-bottom: 1.0248901903vw;
    line-height: 1.476em;
  }
  #plus .plus__intro .plus__intro-img.img_01 {
    width: 21.3762811127vw;
    height: 21.3762811127vw;
    top: -4.9780380673vw;
    left: 0;
    bottom: auto;
    transform: translateX(-50%);
  }
  #plus .plus__intro .plus__intro-img.img_02 {
    width: 21.3762811127vw;
    height: 21.3762811127vw;
    top: -1.756954612vw;
    right: 0;
    bottom: auto;
    transform: translateX(50%);
  }
  #plus .plus__merit {
    padding: 2.4158125915vw 0 3.3674963397vw;
    border-width: 0.6588579795vw;
  }
  #plus .plus__merit .plus__merit-ttl {
    margin-bottom: 1.9399707174vw;
    padding-bottom: 1.2079062958vw;
    font-size: 1.317715959vw;
    line-height: 1em;
  }
  #plus .plus__merit .plus__merit-ttl::before {
    width: 4.6120058565vw;
  }
  #plus .plus__merit .plus__merit-txt--top {
    margin-bottom: 1.9765739385vw;
    font-size: 1.0980966325vw;
    line-height: 1.5em;
  }
  #plus .plus__merit .plus__merit-txt--bottom {
    font-size: 1.756954612vw;
    line-height: 1em;
  }
  #plus .plus__merit .plus__merit-txt--bottom span {
    text-decoration-thickness: 0.6588579795vw;
    text-underline-offset: -0.02em;
  }
  #plus::before {
    width: 35.7781844802vw;
    height: 10.0805270864vw;
    background-image: url("/img/ecobox/plus_before_pc.svg?250523");
    top: 4.7584187408vw;
  }
  #plus::after {
    height: 9.224011713vw;
    background-image: url("/img/ecobox/plus_deco_pc.png?250522");
  }
  #feature {
    margin-bottom: 8.8360175695vw;
  }
  #feature .feature__ttl {
    margin-bottom: 4.7510980966vw;
    font-size: 2.196193265vw;
    line-height: 1.1em;
    text-underline-offset: 0.5em;
  }
  #feature .feature__point {
    grid-template-columns: repeat(2, 48.152173913%);
    grid-gap: 2.0497803807vw 0;
    justify-content: space-between;
    margin: 0 auto;
    width: 67.3499267936vw;
  }
  #feature .feature__point .feature__point-item {
    padding: 2.1229868228vw 2.0863836018vw 1.7203513909vw;
    border-width: 0.5124450952vw;
  }
  #feature .feature__point .feature__point-item .feature__point-num {
    font-size: 1.4641288433vw;
    line-height: 1.2em;
    top: 0.1464128843vw;
    left: 1.756954612vw;
  }
  #feature .feature__point .feature__point-item .feature__point-num .number {
    margin-left: 0.439238653;
    font-size: 2.196193265vw;
    line-height: 1.2em;
  }
  #feature .feature__point .feature__point-item .feature__point-ttl {
    margin-bottom: 0.9590043924vw;
    padding-bottom: 0.980966325vw;
    font-size: 1.317715959vw;
  }
  #feature .feature__point .feature__point-item .feature__point-txt {
    font-size: 1.0248901903vw;
    line-height: 1.5356em;
    letter-spacing: 0;
  }
  #feature .feature__img {
    margin-top: 1.8448023426vw;
    margin-bottom: 5.1976573939vw;
  }
  #feature .feature__img .feature__img-link {
    width: 4.2459736457vw;
    height: 4.2459736457vw;
    border-width: 0.2928257687vw;
  }
  #feature .feature__img .feature__img-link span {
    font-size: 2.196193265vw;
  }
  #feature .feature__img .feature__img-link:nth-child(1) {
    top: 3.513909224vw;
    left: 33.2357247438vw;
  }
  #feature .feature__img .feature__img-link:nth-child(2) {
    top: 3.7335285505vw;
    left: 41.5812591508vw;
  }
  #feature .feature__img .feature__img-link:nth-child(3) {
    top: 6.588579795vw;
    right: 50.5124450952vw;
  }
  #feature .feature__img .feature__img-link:nth-child(4) {
    top: 15.0805270864vw;
    right: 42.532942899vw;
  }
  #feature .feature__img .feature__img-link:nth-child(5) {
    top: 10.9077598829vw;
    right: 35.2855051245vw;
  }
  #feature .feature__img .feature__img-link:nth-child(6) {
    left: 33.2357247438vw;
    bottom: 16.9106881406vw;
  }
  #feature .feature__img .feature__img-link:nth-child(7) {
    left: 44.1434846266vw;
    bottom: 15.0805270864vw;
  }
  #feature .feature__list {
    grid-template-columns: repeat(4, 24.6610169492%);
    grid-gap: 2.4890190337vw 0.4519774011%;
  }
  #feature .feature__list .feature__list-item {
    padding: 2.3426061493vw 0.9516837482vw 1.2445095168vw;
    border-width: 0.3660322108vw;
    position: relative;
  }
  #feature .feature__list .feature__list-item .feature__list-ttl {
    display: block;
    margin-bottom: 1.0980966325vw;
    font-size: 0;
  }
  #feature .feature__list .feature__list-item .feature__list-ttl--num {
    margin-right: 0;
    width: 3.2210834553vw;
    height: 3.2210834553vw;
    border: 0.2928257687vw solid #f6ffe5;
    box-sizing: border-box;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translate(-50%, -45%);
  }
  #feature .feature__list .feature__list-item .feature__list-ttl--num span {
    font-size: 1.4641288433vw;
  }
  #feature .feature__list .feature__list-item .feature__list-ttl--txt {
    font-size: 1.4641288433vw;
  }
  #feature .feature__list .feature__list-item .feature__list-txt {
    font-size: 1.0248901903vw;
    line-height: 1.381em;
    letter-spacing: 0.02em;
  }
  #property {
    margin-bottom: 21.5959004392vw;
  }
  #property .inner {
    padding: 0;
    max-width: 86.383601757vw;
  }
  #property .property__ttl {
    margin-bottom: 4.9780380673vw;
    font-size: 2.196193265vw;
    line-height: 1.1em;
    text-underline-offset: 0.5em;
  }
  #property .property__list {
    grid-template-columns: repeat(3, 30.6779661017%);
    grid-gap: 2.5622254758vw 3.9830508475%;
  }
  #property .property__list .property__list-item .property__list-thumb {
    margin-bottom: 1.2005856515vw;
  }
  #property .property__list .property__list-item .property__list-thumb::before {
    padding-top: 66.666%;
  }
  #property .property__list .property__list-item .property__list-name {
    margin-bottom: 0.7174231332vw;
  }
  #property .no__data {
    font-size: 0.9516837482vw;
    line-height: 1em;
    letter-spacing: 0.1em;
    text-align: center;
  }
  .contact .contact__comment {
    padding: 1.4641288433vw 0;
    width: 67.3499267936vw;
    font-size: 2.196193265vw;
    line-height: 1em;
    border-radius: 2.5622254758vw;
    top: -7.3938506589vw;
  }
  .contact .contact__comment::after {
    width: 4.7247437775vw;
    height: 4.2737920937vw;
  }
}
/*------------------------------
		961px以上
------------------------------*/
@media screen and (min-width: 961px) {
  #mainimg {
    padding: 4.65rem 0 20.7906295754vw;
  }
  #mainimg .mainimg__slide-wp {
    margin-bottom: 0;
    width: 61.7130307467%;
  }
  #mainimg .mainimg__slide-wp .mainimg__slide-inner .mainimg__slide-dots {
    left: -25.6222547584vw;
    right: auto;
    bottom: 2.7818448023vw;
    transform: translateX(-100%);
  }
  #mainimg .mainimg__slide-wp .mainimg__slide-inner .mainimg__slide-dots li {
    margin: 0 0.95rem;
    width: 1.1rem;
    height: 1.1rem;
  }
  #mainimg .mainimg__slide-wp .mainimg__slide-inner.slick-dotted {
    padding-bottom: 0;
  }
  #mainimg .mainimg__txt-wp {
    width: 39.3118594436%;
    position: absolute;
    top: 9.0775988287vw;
    left: 6.8081991215vw;
    z-index: 2;
  }
  #mainimg .mainimg__txt-wp .mainimg__ttl {
    margin-bottom: 3.54rem;
    width: 100%;
  }
  #mainimg .mainimg__txt-wp .mainimg__txt {
    font-size: 3rem;
    line-height: 1.5167em;
    text-align: left;
  }
  #mainimg .mainimg__txt-wp .mainimg__txt strong {
    font-size: 4rem;
  }
  #mainimg::before {
    width: 33.7rem;
    height: 18rem;
    background-image: url("/img/ecobox/mainimg_slide_deco_pc.png?250521");
  }
  #worries {
    margin-top: -14.8609077599vw;
    margin-bottom: 9.74rem;
  }
  #worries .worries__head .inner,
  #worries .worries__body .inner {
    max-width: 100%;
  }
  #worries .worries__head {
    margin-bottom: 14.9rem;
    padding-top: 7.1083455344vw;
  }
  #worries .worries__head .inner {
    padding: 0 min(17.7891654466vw, 24.3rem) 0 min(19.019033675vw, 25.98rem);
  }
  #worries .worries__head .worries__ttl {
    margin-bottom: 2.6rem;
    font-size: 3rem;
    line-height: 1em;
  }
  #worries .worries__head .worries__ttl > span {
    margin: 0 2rem;
    font-size: 4rem;
    line-height: 1.05em;
  }
  #worries .worries__head .worries__ttl > span::before {
    width: 17.529rem;
    height: 7.371rem;
    background-image: url("/img/ecobox/worries_ttl_deco_pc.svg?250521");
    top: -0.65em;
    left: 1.85em;
  }
  #worries .worries__head .worries__img {
    transform: translateY(1.05rem);
  }
  #worries .worries__head::before {
    height: 12.6471449488vw;
    background-image: url("/img/ecobox/worries_head_deco_pc.png?250521");
    background-position-y: center;
  }
  #worries .worries__body .inner {
    padding: 0;
    max-width: min(86.383601757vw, 118rem);
  }
  #worries .worries__body .worries__body-wp {
    padding: 4.68rem 12.1rem 5.13rem;
    border-width: 0.9rem;
  }
  #worries .worries__body .worries__body-wp .worries__body-ttl {
    margin-bottom: min(2.7818448023vw, 3.8rem);
    font-size: min(3.6603221083vw, 5rem);
  }
  #worries .worries__body .worries__body-wp .worries__body-ttl small {
    margin-bottom: min(1.0248901903vw, 1.4rem);
    font-size: min(2.9282576867vw, 4rem);
  }
  #worries .worries__body .worries__body-wp .worries__body-ttl span::before {
    width: min(18.3016105417vw, 25rem);
    height: min(1.0980966325vw, 1.5rem);
    bottom: max(-0.2928257687vw, -0.4rem);
  }
  #worries .worries__body .worries__body-wp .worries__body-txt {
    font-size: 1.6rem;
    line-height: 2.125em;
  }
  #worries .worries__body .worries__body-wp .worries__body-txt::before {
    height: calc(100% - 2.125em + 0.2rem);
    background-size: 0.7rem 100%, 100% 2.125em;
  }
  #worries .worries__body .worries__body-wp::before {
    width: 5.438rem;
    height: 6.627rem;
    background-image: url("/img/ecobox/worries_body_arrow_pc.svg?250522");
    transform: translate(-50%, -85%);
  }
  #worries .worries__body .worries__body-wp::after {
    width: min(14.7196193265vw, 20.107rem);
    height: min(8.5519765739vw, 11.682rem);
    background-image: url("/img/ecobox/worries_body_illust_pc.svg?250522");
    right: min(3.0014641288vw, 4.1rem);
    transform: translateY(min(3.5871156662vw, 4.9rem));
  }
  #about {
    padding-bottom: 0;
    background: linear-gradient(180deg, rgb(255, 255, 255) 0%, rgb(246, 255, 229) 52%);
  }
  #about .about__ttl {
    margin-bottom: 6.26rem;
    font-size: 3rem;
    line-height: 1em;
    text-underline-offset: 0.5em;
  }
  #about .about__intro {
    display: grid;
    grid-template-columns: 51.6304347826% 43.4782608696%;
    justify-content: space-between;
    margin: 0 auto 9.9rem;
    padding: 0;
    max-width: 92rem;
  }
  #about .about__intro .about__intro-logo {
    margin: 0 auto 3.26rem 0;
    width: 54.1578947368%;
  }
  #about .about__intro .about__intro-txt--top {
    margin-bottom: 1.1rem;
    font-size: 1.5rem;
    line-height: 1.766em;
    text-align: left;
  }
  #about .about__intro .about__intro-txt--top > span {
    margin-right: 0.9rem;
    text-decoration: unset;
    position: relative;
    z-index: 1;
  }
  #about .about__intro .about__intro-txt--top > span::before {
    content: "";
    width: 100%;
    height: 0.9rem;
    background: #ffff77;
    position: absolute;
    left: 0;
    bottom: -0.5rem;
    z-index: -1;
  }
  #about .about__intro .about__intro-txt--top > span:last-child {
    margin-right: 0.5rem;
  }
  #about .about__intro .about__intro-txt--top strong {
    margin-left: 0.4rem;
    margin-right: 0.3rem;
    font-size: 3rem;
  }
  #about .about__intro .about__intro-txt--bottom {
    font-size: 1.5rem;
    line-height: 1.693em;
  }
  #about .about__intro .about__intro-img {
    margin-top: 0;
  }
  #about .about__merit {
    margin: 0 auto;
    padding: 0;
    max-width: 118rem;
  }
  #about .about__merit .about__merit-ttl {
    margin-bottom: 4.3rem;
    padding: 1.4rem 4rem;
    font-size: 3rem;
    line-height: 1.5em;
  }
  #about .about__merit .about__merit-ttl .rubik {
    font-size: 4rem;
  }
  #about .about__merit .about__merit-ttl::before {
    width: 10.8rem;
    height: 8.8rem;
    transform: translate(-50%, -2rem);
  }
  #about .about__merit .about__merit-list {
    grid-template-columns: repeat(2, 48.5593220339%);
    grid-gap: 3.2rem 0;
    justify-content: space-between;
  }
  #about .about__merit .about__merit-list .about__merit-item {
    padding: 3.9rem 3.8rem 4rem 4.4rem;
    border-radius: 1.8rem;
  }
  #about .about__merit .about__merit-list .about__merit-item .about__merit-item_icon {
    width: 15rem;
    height: 15rem;
    top: 2.65rem;
    right: 3.8rem;
  }
  #about .about__merit .about__merit-list .about__merit-item .about__merit-item_merit {
    margin-bottom: 2.5rem;
    font-size: 2rem;
    line-height: 1.2em;
  }
  #about .about__merit .about__merit-list .about__merit-item .about__merit-item_merit .txt,
  #about .about__merit .about__merit-list .about__merit-item .about__merit-item_merit .number {
    vertical-align: baseline;
  }
  #about .about__merit .about__merit-list .about__merit-item .about__merit-item_merit .number {
    font-size: 3rem;
    line-height: 1.2em;
  }
  #about .about__merit .about__merit-list .about__merit-item .about__merit-item_merit::before {
    bottom: -0.25rem;
  }
  #about .about__merit .about__merit-list .about__merit-item .about__merit-item_ttl {
    margin-bottom: 3rem;
    font-size: 2.4rem;
    line-height: 1.3334em;
  }
  #about .about__merit .about__merit-list .about__merit-item .about__merit-item_txt {
    font-size: 1.4rem;
    line-height: 1.5356em;
  }
  #about::after {
    height: 16.184rem;
    background-image: url("/img/ecobox/about_deco_pc.png?250521");
    background-position: center top;
  }
  #plus {
    margin-bottom: 13.6310395315vw;
    padding-top: 24.004rem;
    padding-bottom: 3.77rem;
  }
  #plus .inner {
    padding: 0;
    max-width: min(67.3499267936vw, 92rem);
  }
  #plus .plus__intro {
    margin-bottom: 2.7rem;
  }
  #plus .plus__intro .plus__intro-ttl {
    margin-bottom: 3.8rem;
    font-size: 2rem;
    line-height: 1em;
    text-underline-offset: 0.6em;
  }
  #plus .plus__intro .plus__intro-logo {
    margin-bottom: 2.2rem;
    width: 58.3695652174%;
  }
  #plus .plus__intro .plus__intro-txt {
    margin-bottom: 1.4rem;
    line-height: 1.476em;
  }
  #plus .plus__intro .plus__intro-img.img_01 {
    width: min(21.3762811127vw, 29.2rem);
    height: min(21.3762811127vw, 29.2rem);
    top: -6.8rem;
    left: 0;
    bottom: auto;
    transform: translateX(-50%);
  }
  #plus .plus__intro .plus__intro-img.img_02 {
    width: min(21.3762811127vw, 29.2rem);
    height: min(21.3762811127vw, 29.2rem);
    top: -2.4rem;
    right: 0;
    bottom: auto;
    transform: translateX(50%);
  }
  #plus .plus__merit {
    padding: 3.3rem 0 4.6rem;
    border-width: 0.9rem;
  }
  #plus .plus__merit .plus__merit-ttl {
    margin-bottom: 2.65rem;
    padding-bottom: 1.65rem;
    font-size: 1.8rem;
    line-height: 1em;
  }
  #plus .plus__merit .plus__merit-ttl::before {
    width: 6.3rem;
  }
  #plus .plus__merit .plus__merit-txt--top {
    margin-bottom: 2.7rem;
    font-size: 1.5rem;
    line-height: 1.5em;
  }
  #plus .plus__merit .plus__merit-txt--bottom {
    font-size: 2.4rem;
    line-height: 1em;
  }
  #plus .plus__merit .plus__merit-txt--bottom span {
    text-decoration-thickness: 0.9rem;
    text-underline-offset: -0.02em;
  }
  #plus::before {
    width: 48.873rem;
    height: 13.77rem;
    background-image: url("/img/ecobox/plus_before_pc.svg?250523");
    top: 6.5rem;
  }
  #plus::after {
    height: 9.224011713vw;
    background-image: url("/img/ecobox/plus_deco_pc.png?250522");
  }
  #feature {
    margin-bottom: 12.07rem;
  }
  #feature .feature__ttl {
    margin-bottom: 6.49rem;
    font-size: 3rem;
    line-height: 1.1em;
    text-underline-offset: 0.5em;
  }
  #feature .feature__point {
    grid-template-columns: repeat(2, 48.152173913%);
    grid-gap: 2.8rem 0;
    justify-content: space-between;
    margin: 0 auto;
    width: 92rem;
  }
  #feature .feature__point .feature__point-item {
    padding: 2.9rem 2.85rem 2.35rem;
    border-width: 0.7rem;
  }
  #feature .feature__point .feature__point-item .feature__point-num {
    font-size: 2rem;
    line-height: 1.2em;
    top: 0.2rem;
    left: 2.4rem;
  }
  #feature .feature__point .feature__point-item .feature__point-num .number {
    margin-left: 0.6rem;
    font-size: 3rem;
    line-height: 1.2em;
  }
  #feature .feature__point .feature__point-item .feature__point-ttl {
    margin-bottom: 1.31rem;
    padding-bottom: 1.34rem;
    font-size: 1.8rem;
  }
  #feature .feature__point .feature__point-item .feature__point-txt {
    font-size: 1.4rem;
    line-height: 1.5356em;
    letter-spacing: 0;
  }
  #feature .feature__img {
    margin-top: 2.52rem;
    margin-bottom: 7.1rem;
  }
  #feature .feature__img .feature__img-link {
    width: min(4.2459736457vw, 5.8rem);
    height: min(4.2459736457vw, 5.8rem);
    border-width: min(0.2928257687vw, 0.4rem);
  }
  #feature .feature__img .feature__img-link span {
    font-size: min(2.196193265vw, 3rem);
  }
  #feature .feature__list {
    grid-template-columns: repeat(4, 24.6610169492%);
    grid-gap: 3.4rem 0.4519774011%;
  }
  #feature .feature__list .feature__list-item {
    padding: 3.2rem 1.3rem 1.7rem;
    border-width: 0.5rem;
    position: relative;
  }
  #feature .feature__list .feature__list-item .feature__list-ttl {
    display: block;
    margin-bottom: 1.5rem;
    font-size: 0;
  }
  #feature .feature__list .feature__list-item .feature__list-ttl--num {
    margin-right: 0;
    width: 4.4rem;
    height: 4.4rem;
    border: 0.4rem solid #f6ffe5;
    box-sizing: border-box;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translate(-50%, -45%);
  }
  #feature .feature__list .feature__list-item .feature__list-ttl--num span {
    font-size: 2rem;
  }
  #feature .feature__list .feature__list-item .feature__list-ttl--txt {
    font-size: 2rem;
  }
  #feature .feature__list .feature__list-item .feature__list-txt {
    font-size: 1.4rem;
    line-height: 1.381em;
    letter-spacing: 0.02em;
  }
  #property {
    margin-bottom: 29.5rem;
  }
  #property .inner {
    padding: 0;
    max-width: 1180px;
  }
  #property .property__ttl {
    margin-bottom: 6.8rem;
    font-size: 3rem;
    line-height: 1.1em;
    text-underline-offset: 0.5em;
  }
  #property .property__list {
    grid-template-columns: repeat(3, 30.6779661017%);
    grid-gap: 3.5rem 3.9830508475%;
  }
  #property .property__list .property__list-item .property__list-thumb {
    margin-bottom: 1.64rem;
  }
  #property .property__list .property__list-item .property__list-thumb::before {
    padding-top: 66.666%;
  }
  #property .property__list .property__list-item .property__list-name {
    margin-bottom: 0.98rem;
  }
  #property .no__data {
    font-size: 1.3rem;
    line-height: 1em;
    letter-spacing: 0.1em;
    text-align: center;
  }
  .contact .contact__comment {
    padding: 2rem 0;
    width: 92rem;
    font-size: 3rem;
    line-height: 1em;
    border-radius: 3.5rem;
    top: -10.1rem;
  }
  .contact .contact__comment::after {
    width: 6.454rem;
    height: 5.838rem;
  }
}
/*------------------------------
		1281px以上
------------------------------*/