@charset "UTF-8";
/**** 共通カラー ****/
.section-mv {
  margin-bottom: 400px;
}
.section-mv::after {
  content: "";
  display: block;
  background-color: #faf8f4;
  width: 100%;
  height: 410px;
  position: absolute;
  bottom: -410px;
}
@media screen and (max-width: 576px) {
  .section-mv {
    margin-bottom: 180px;
  }
}

.creating-garden-wrap {
  position: relative;
  background-color: #faf8f4;
  z-index: 3;
  background-image: url(../image/common/green-bg-s.webp);
  padding: 0 0 90px 0;
}
@media screen and (max-width: 768px) {
  .creating-garden-wrap {
    background-image: url(../image/common/green-bg-s-sp.webp);
    padding: 0 0 70px 0;
  }
}
.creating-garden-wrap::before {
  content: "";
  position: absolute;
  background-image: url(../image/common/green-deco-top.svg);
  background-repeat: no-repeat;
  background-size: 100%;
  width: 100vw;
  height: 15.1388888889vw;
  top: -14.4444444444vw;
  left: 0;
}
@media screen and (max-width: 768px) {
  .creating-garden-wrap::before {
    background-image: url(../image/common/green-deco-top-sp.svg);
    height: 19.4666666667vw;
    top: -18.6666666667vw;
  }
}
.creating-garden-wrap::after {
  content: "";
  position: absolute;
  background-image: url(../image/common/green-deco-bottom.svg);
  background-repeat: no-repeat;
  background-size: 100%;
  width: 100vw;
  height: 15.1388888889vw;
  bottom: -14.4444444444vw;
  left: 0;
}
@media screen and (max-width: 768px) {
  .creating-garden-wrap::after {
    background-image: url(../image/common/green-deco-bottom-sp.svg);
    height: 19.4666666667vw;
    bottom: -18.6666666667vw;
  }
}
.creating-garden-wrap .garden-flex {
  justify-content: space-between;
  position: relative;
}
@media screen and (max-width: 576px) {
  .creating-garden-wrap .garden-flex {
    flex-direction: column;
    position: relative;
    z-index: 2;
  }
}
.creating-garden-wrap .garden-flex .txt {
  max-width: 590px;
  width: 49.1666666667%;
  padding-right: 20px;
}
@media screen and (max-width: 768px) {
  .creating-garden-wrap .garden-flex .txt {
    width: 100%;
    max-width: 400px;
    padding-top: 0;
  }
}
@media screen and (max-width: 576px) {
  .creating-garden-wrap .garden-flex .txt {
    padding-right: 0;
  }
}
.creating-garden-wrap .garden-flex .txt .tit-wrap {
  color: #ffffff;
  margin-bottom: 60px;
}
@media screen and (max-width: 576px) {
  .creating-garden-wrap .garden-flex .txt .tit-wrap {
    margin-bottom: 30px;
  }
}
.creating-garden-wrap .garden-flex .txt .tit-wrap h2 {
  font-size: clamp(2.4rem, 3vw, 3.2rem);
  margin-top: 18px;
}
@media screen and (max-width: 576px) {
  .creating-garden-wrap .garden-flex .txt .tit-wrap h2 {
    font-size: 24px;
  }
}
.creating-garden-wrap .garden-flex .txt .tit-wrap .sub-text {
  font-size: clamp(1.6rem, 1.8vw, 1.8rem);
  display: flex;
  align-items: center;
}
@media screen and (max-width: 576px) {
  .creating-garden-wrap .garden-flex .txt .tit-wrap .sub-text {
    font-size: 14px;
  }
}
.creating-garden-wrap .garden-flex .txt .tit-wrap .sub-text::before {
  content: "";
  display: inline-block;
  background-image: url(../image/common/deco-reef.svg);
  background-repeat: no-repeat;
  background-size: contain;
  width: 24px;
  aspect-ratio: 1;
  margin-right: 16px;
}
@media screen and (max-width: 576px) {
  .creating-garden-wrap .garden-flex .txt .tit-wrap .sub-text::before {
    width: 14px;
    margin-right: 8px;
  }
}
.creating-garden-wrap .garden-flex .txt .description {
  color: #ffffff;
  line-height: 2.4;
}
.creating-garden-wrap .garden-flex .txt .description:first-of-type {
  margin-bottom: 30px;
}
@media screen and (max-width: 576px) {
  .creating-garden-wrap .garden-flex .txt .description:first-of-type {
    margin-bottom: 20px;
  }
}
.creating-garden-wrap .garden-flex .img {
  margin: 0 calc(50% - 50vw);
  position: relative;
  z-index: 3;
}
.creating-garden-wrap .garden-flex .img .company-image01 {
  position: absolute;
  top: -30%;
  right: 0;
  width: 27.5vw;
  height: 39.5833333333vw;
  max-width: 396px;
  max-height: 570px;
  border-radius: 30px 0 0 30px;
  overflow: hidden;
}
@media screen and (max-width: 576px) {
  .creating-garden-wrap .garden-flex .img .company-image01 {
    top: auto;
    bottom: 0;
    transform: translateY(100%);
    right: -30px;
    width: 200px;
    height: 288px;
    border-radius: 20px 0 0 20px;
  }
}
.creating-garden-wrap .garden-flex .img .company-image02 {
  position: absolute;
  bottom: -30%;
  right: 26.3888888889vw;
  width: 15.3472222222vw;
  height: 20.9722222222vw;
  max-width: 221px;
  max-height: 302px;
  border-radius: 30px;
  overflow: hidden;
}
@media screen and (max-width: 576px) {
  .creating-garden-wrap .garden-flex .img .company-image02 {
    top: auto;
    bottom: 0;
    transform: translateY(250%);
    right: auto;
    left: 15px;
    width: 110px;
    height: 150px;
    border-radius: 20px;
  }
}
@media screen and (max-width: 992px) {
  .creating-garden-wrap .garden-flex .img {
    max-width: 400px;
  }
}
@media screen and (max-width: 768px) {
  .creating-garden-wrap .garden-flex .img {
    max-width: 300px;
  }
}
@media screen and (max-width: 576px) {
  .creating-garden-wrap .garden-flex .img {
    width: 100%;
    max-width: 100%;
  }
}

.section-guidance {
  padding-top: 600px;
  background-image: url(../image/top/bg-back.webp);
  background-color: #fcfcf1;
  padding-bottom: 170px;
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 576px) {
  .section-guidance {
    padding-top: 400px;
  }
}
@media screen and (max-width: 576px) {
  .section-guidance {
    padding-bottom: 80px;
  }
}
.section-guidance .guidance-tit-wrap {
  display: flex;
  position: sticky;
  top: 80px;
  z-index: 3;
  margin-right: auto;
  margin-left: 0;
  margin-top: -80px;
  max-width: 125px;
  height: 400px;
}
@media screen and (max-width: 576px) {
  .section-guidance .guidance-tit-wrap {
    display: none;
  }
}
.section-guidance .tit-wrap-sp {
  display: none;
}
@media screen and (max-width: 576px) {
  .section-guidance .tit-wrap-sp {
    display: block;
    margin-bottom: 30px;
  }
  .section-guidance .tit-wrap-sp h2 {
    font-size: 24px;
    margin-top: 9px;
    margin-bottom: 14px;
    text-align: center;
  }
  .section-guidance .tit-wrap-sp h3 {
    font-size: 18px;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .section-guidance .tit-wrap-sp h3::before {
    content: "";
    width: 20px;
    height: 1.5px;
    background-color: #78aa65;
    margin-right: 8px;
  }
  .section-guidance .tit-wrap-sp h3::after {
    content: "";
    width: 20px;
    height: 1.5px;
    background-color: #78aa65;
    margin-left: 8px;
  }
  .section-guidance .tit-wrap-sp .sub-text {
    font-size: 14px;
    display: flex;
    color: #369811;
    align-items: center;
    justify-content: center;
    transform: translateX(-4em);
  }
  .section-guidance .tit-wrap-sp .sub-text::before {
    content: "";
    display: inline-block;
    background-image: url(../image/common/deco-reef.svg);
    background-repeat: no-repeat;
    background-size: contain;
    width: 14px;
    margin-right: 8px;
    aspect-ratio: 1;
  }
}
.section-guidance .guidance-flex {
  justify-content: space-between;
}
@media screen and (max-width: 576px) {
  .section-guidance .guidance-flex {
    flex-direction: column;
  }
}
.section-guidance .guidance-list-wrap {
  max-width: 1000px;
  width: 83.3333333333vw;
}
@media screen and (max-width: 576px) {
  .section-guidance .guidance-list-wrap {
    width: 100%;
  }
}
.section-guidance .guidance-tit-wrap .sub-tit {
  display: block;
  margin-right: 12px;
  position: relative;
  width: 24px;
}
@media screen and (max-width: 576px) {
  .section-guidance .guidance-tit-wrap .sub-tit {
    width: 14px;
    margin-right: 6px;
  }
}
.section-guidance .guidance-tit-wrap .sub-tit::before {
  content: "";
  display: block;
  background-image: url(../image/common/deco-reef.svg);
  background-repeat: no-repeat;
  background-size: contain;
  width: 24px;
  aspect-ratio: 1;
  margin-bottom: 8px;
  margin-top: 12px;
}
@media screen and (max-width: 576px) {
  .section-guidance .guidance-tit-wrap .sub-tit::before {
    width: 14px;
  }
}
.section-guidance .guidance-tit-wrap h2 {
  width: 32px;
  margin-right: 22px;
}
@media screen and (max-width: 576px) {
  .section-guidance .guidance-tit-wrap h2 {
    width: 24px;
    margin-right: 6px;
  }
}
.section-guidance .guidance-tit-wrap .sub-text {
  width: 20px;
  padding-top: 7em;
}
@media screen and (max-width: 576px) {
  .section-guidance .guidance-tit-wrap .sub-text {
    width: 14px;
  }
}
.section-guidance .guidance-list-flex {
  justify-content: space-between;
  flex-wrap: wrap;
}
.section-guidance .guidance-list-flex .text {
  width: 40%;
}
@media screen and (max-width: 768px) {
  .section-guidance .guidance-list-flex .text {
    width: 69.3333333333vw;
    margin-top: 20px;
    position: relative;
    z-index: 2;
  }
}
.section-guidance .guidance-list-flex .guidance-item {
  position: relative;
  width: 45%;
  margin-bottom: 80px;
}
@media screen and (max-width: 576px) {
  .section-guidance .guidance-list-flex .guidance-item {
    width: 44vw;
    margin-bottom: 20px;
  }
}
.section-guidance .guidance-list-flex .guidance-tit {
  position: absolute;
  top: 0;
  left: 0;
  font-size: clamp(1.6rem, 1.8vw, 1.8rem);
  color: #ffffff;
  background-image: url(../image/common/tit-back-bg.webp);
  background-repeat: no-repeat;
  background-size: 100%;
  border-radius: 0 0 20px 0;
  padding: 8px 20px 10px 20px;
}
@media screen and (max-width: 576px) {
  .section-guidance .guidance-list-flex .guidance-tit {
    background-size: cover;
    font-size: 14px;
    padding: 8px 12px 8px 8px;
    border-radius: 0 0 10px 0;
  }
}
.section-guidance .guidance-list-flex h3 {
  font-size: clamp(1.8rem, 2.2vw, 2.2rem);
  margin-bottom: 26px;
  line-height: 1.6;
}
@media screen and (max-width: 768px) {
  .section-guidance .guidance-list-flex h3 {
    font-size: 18px;
    line-height: 1.6;
    margin-bottom: 14px;
  }
}
.section-guidance .guidance-list-flex .description {
  line-height: 2.4;
}
@media screen and (max-width: 768px) {
  .section-guidance .guidance-list-flex .description {
    font-size: 14px;
  }
}

.section-shop {
  position: relative;
  z-index: 2;
  margin-bottom: 62.9166666667vw;
  background-image: url(../image/top/bg-back.webp);
  background-color: #fcfcf1;
  padding-top: 60px;
  padding-bottom: 180px;
}
@media screen and (max-width: 576px) {
  .section-shop {
    padding-top: 30px;
    padding-bottom: 80px;
    margin-bottom: 410px;
  }
}
.section-shop::after {
  content: "";
  position: absolute;
  background-image: url(../image/common/parallax-parts-top02.svg);
  background-repeat: no-repeat;
  background-size: cover;
  width: 100vw;
  height: 19.5138888889vw;
  bottom: -19.1666666667vw;
  left: 0;
}
.section-shop .shop-flex {
  justify-content: space-between;
  width: 83.3333333333vw;
  max-width: 1000px;
  margin-right: 0;
  margin-left: auto;
}
@media screen and (max-width: 768px) {
  .section-shop .shop-flex {
    width: 100%;
    flex-direction: column;
    margin: auto;
  }
}
.section-shop .shop-flex .image-wrap {
  width: 45%;
  position: relative;
}
.section-shop .shop-flex .image-wrap img {
  position: relative;
  z-index: 2;
}
.section-shop .shop-flex .image-wrap span {
  display: block;
  border-radius: 30px;
  overflow: hidden;
}
.section-shop .shop-flex .image-wrap::after {
  display: block;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  transform: translate(-70px, -70px);
  background-image: url(../image/common/green-deco.webp);
  background-repeat: no-repeat;
  background-size: contain;
  width: 33.3333333333vw;
  height: 32.5694444444vw;
  max-width: 480px;
}
@media screen and (max-width: 768px) {
  .section-shop .shop-flex .image-wrap {
    width: 100%;
    margin-bottom: 20px;
  }
}
.section-shop .shop-flex .text-wrap {
  width: 50%;
}
@media screen and (max-width: 768px) {
  .section-shop .shop-flex .text-wrap {
    width: 100%;
  }
}
.section-shop .shop-flex .text-wrap h2 {
  font-size: clamp(2rem, 2.3vw, 2.8rem);
  margin-bottom: 24px;
}
@media screen and (max-width: 768px) {
  .section-shop .shop-flex .text-wrap h2 {
    font-size: 20px;
    margin-bottom: 16px;
  }
}
.section-shop .shop-flex .text-wrap .note {
  font-size: clamp(1.8rem, 2.2vw, 2.2rem);
  margin-bottom: 32px;
}
@media screen and (max-width: 768px) {
  .section-shop .shop-flex .text-wrap .note {
    font-size: 18px;
    margin-bottom: 16px;
  }
}
.section-shop .shop-flex .text-wrap .description {
  font-size: clamp(1.4rem, 1.25vw, 1.6rem);
  line-height: 2.4;
}

.parallax-frame {
  background-image: url(../image/common/parallax-bg.webp);
  background-size: cover;
  background-repeat: no-repeat;
  width: 100%;
  padding-top: 66.6666666667vw;
  z-index: 0;
  position: fixed;
  bottom: 0;
  left: 0;
}
@media screen and (max-width: 1400px) {
  .parallax-frame {
    padding-top: 100vh;
  }
}
@media screen and (max-width: 768px) {
  .parallax-frame {
    background-image: url(../image/common/parallax-bg-sp.webp);
  }
}

.section-overview {
  position: relative;
  z-index: 2;
  padding-top: 120px;
}
@media screen and (max-width: 576px) {
  .section-overview {
    padding-top: 80px;
  }
}
.section-overview::before {
  content: "";
  position: absolute;
  background-image: url(../image/common/parallax-parts-bottom02.svg);
  background-repeat: no-repeat;
  background-size: 100%;
  width: 100vw;
  height: 18.8194444444vw;
  top: -18.5416666667vw;
}
.section-overview .overview-flex {
  justify-content: space-between;
}
@media screen and (max-width: 576px) {
  .section-overview .overview-flex {
    flex-direction: column-reverse;
  }
}
.section-overview .overview-flex .img {
  width: 27.7777777778vw;
  max-width: 400px;
  position: relative;
}
@media screen and (max-width: 576px) {
  .section-overview .overview-flex .img {
    width: 200px;
    border-radius: 20px;
    margin-right: 0;
    margin-left: auto;
  }
}
.section-overview .overview-flex .img::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  transform: translate(-70px, -70px);
  background-image: url(../image/common/green-deco.webp);
  background-repeat: no-repeat;
  background-size: contain;
  width: 33.3333333333vw;
  height: 32.5694444444vw;
  max-width: 480px;
}
@media screen and (max-width: 576px) {
  .section-overview .overview-flex .img::before {
    width: 197px;
    height: 197px;
  }
}
.section-overview .overview-flex .img span {
  display: block;
  border-radius: 30px;
  overflow: hidden;
  position: relative;
  z-index: 2;
}
.section-overview .point-image.js-view::before {
  opacity: 0;
  transition: opacity 0.6s ease-out, transform 0.6s cubic-bezier(0.22, 1, 0.36, 1);
}
.section-overview .point-image.js-view.show::before {
  opacity: 1;
}
.section-overview .txt {
  width: 54.1666666667%;
}
@media screen and (max-width: 576px) {
  .section-overview .txt {
    width: 100%;
  }
}
.section-overview .txt .tit-wrap h2 {
  font-size: clamp(2.4rem, 3vw, 3.2rem);
  margin-top: 18px;
  margin-bottom: 40px;
}
@media screen and (max-width: 576px) {
  .section-overview .txt .tit-wrap h2 {
    font-size: 24px;
    margin-top: 9px;
    margin-bottom: 20px;
  }
}
.section-overview .txt .tit-wrap .sub-text {
  font-size: clamp(1.6rem, 1.8vw, 1.8rem);
  display: flex;
  color: #369811;
  align-items: center;
}
@media screen and (max-width: 576px) {
  .section-overview .txt .tit-wrap .sub-text {
    font-size: 14px;
  }
}
.section-overview .txt .tit-wrap .sub-text::before {
  content: "";
  display: inline-block;
  background-image: url(../image/common/deco-reef.svg);
  background-repeat: no-repeat;
  background-size: contain;
  width: 24px;
  aspect-ratio: 1;
  margin-right: 16px;
}
@media screen and (max-width: 576px) {
  .section-overview .txt .tit-wrap .sub-text::before {
    width: 14px;
    margin-right: 8px;
  }
}
.section-overview .txt dl {
  display: flex;
  padding: 30px 0;
  line-height: 2.35;
  border-top: solid 1px #cccccc;
}
@media screen and (max-width: 576px) {
  .section-overview .txt dl {
    padding: 16px 0;
  }
}
.section-overview .txt dl:last-child {
  border-bottom: solid 1px #cccccc;
}
.section-overview .txt dl dt {
  width: 20.7692307692%;
  padding-left: 15px;
  font-weight: normal;
}
@media screen and (max-width: 576px) {
  .section-overview .txt dl dt {
    width: 32vw;
  }
}
.section-overview .txt dl dd {
  width: 79.2307692308%;
  padding-right: 15px;
}
@media screen and (max-width: 576px) {
  .section-overview .txt dl dd {
    width: 68vw;
  }
}

.curve-wrap {
  position: relative;
}
.curve-wrap .left-in01 {
  background-image: url(../image/company/company-curve01.webp);
  background-size: 100% 100%;
  background-repeat: no-repeat;
  width: 100vw;
  height: 54.7222222222vw;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 3;
}

.section-work-place {
  position: relative;
  padding-top: 11.1111111111vw;
  padding-bottom: 8.3333333333vw;
}
@media screen and (max-width: 576px) {
  .section-work-place {
    padding-top: 40px;
    padding-bottom: 30px;
  }
}
.section-work-place .inner-work-place {
  position: relative;
  z-index: 3;
}
.section-work-place .inner-work-place .work-place-flex {
  justify-content: space-between;
}
@media screen and (max-width: 576px) {
  .section-work-place .inner-work-place .work-place-flex {
    flex-direction: column;
  }
}
.section-work-place .inner-work-place .work-place-item {
  width: 45.8333333333%;
}
@media screen and (max-width: 576px) {
  .section-work-place .inner-work-place .work-place-item {
    width: 100%;
  }
}
.section-work-place .inner-work-place .work-place-item span {
  display: block;
  border-radius: 30px;
  overflow: hidden;
}
@media screen and (max-width: 576px) {
  .section-work-place .inner-work-place .work-place-item span {
    border-radius: 20px;
  }
}
.section-work-place .inner-work-place .work-place-item p {
  font-size: clamp(1.8rem, 2vw, 2rem);
  margin-top: 30px;
}
@media screen and (max-width: 576px) {
  .section-work-place .inner-work-place .work-place-item p {
    margin-top: 20px;
  }
}
.section-work-place .inner-work-place .work-place-item:last-of-type {
  padding-top: 100px;
}
@media screen and (max-width: 576px) {
  .section-work-place .inner-work-place .work-place-item:last-of-type {
    padding-top: 40px;
  }
}

.section-sdgz {
  position: relative;
  padding-bottom: 300px;
}
@media screen and (max-width: 576px) {
  .section-sdgz {
    padding-top: 30px;
    padding-bottom: 100px;
  }
}
.section-sdgz {
  z-index: 2;
}
.section-sdgz .tit-wrap {
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto 60px;
}
.section-sdgz .tit-wrap h2 {
  font-size: clamp(2.4rem, 3vw, 3.2rem);
  margin-top: 18px;
  margin-bottom: 40px;
}
@media screen and (max-width: 576px) {
  .section-sdgz .tit-wrap h2 {
    font-size: 24px;
    margin-top: 9px;
    margin-bottom: 20px;
  }
}
.section-sdgz .tit-wrap .sub-text {
  font-size: clamp(1.6rem, 1.8vw, 1.8rem);
  display: flex;
  color: #369811;
  align-items: center;
}
@media screen and (max-width: 576px) {
  .section-sdgz .tit-wrap .sub-text {
    font-size: 14px;
  }
}
.section-sdgz .tit-wrap .sub-text::before {
  content: "";
  display: inline-block;
  background-image: url(../image/common/deco-reef.svg);
  background-repeat: no-repeat;
  background-size: contain;
  width: 24px;
  aspect-ratio: 1;
  margin-right: 16px;
}
@media screen and (max-width: 576px) {
  .section-sdgz .tit-wrap .sub-text::before {
    width: 14px;
    margin-right: 8px;
  }
}
.section-sdgz .sdgz-flex {
  justify-content: space-between;
  max-width: 1000px;
  margin: 0 auto 100px;
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 576px) {
  .section-sdgz .sdgz-flex {
    flex-direction: column;
    margin: auto;
  }
  .section-sdgz .sdgz-flex:last-child {
    margin-top: 40px;
  }
}
.section-sdgz .sdgz-flex .img {
  width: 50%;
}
@media screen and (max-width: 576px) {
  .section-sdgz .sdgz-flex .img {
    width: 100%;
  }
}
.section-sdgz .sdgz-flex .img span {
  display: block;
  border-radius: 30px;
  overflow: hidden;
}
@media screen and (max-width: 576px) {
  .section-sdgz .sdgz-flex .img span {
    border-radius: 20px;
  }
}
.section-sdgz .sdgz-flex .txt {
  width: 40%;
}
@media screen and (max-width: 576px) {
  .section-sdgz .sdgz-flex .txt {
    width: 100%;
  }
}
.section-sdgz .sdgz-flex .txt h3 {
  font-size: clamp(1.8rem, 2.3vw, 2.4rem);
  margin-top: 30px;
  margin-bottom: 20px;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 576px) {
  .section-sdgz .sdgz-flex .txt h3 {
    font-size: 20px;
    margin-top: 20px;
    margin-bottom: 16px;
  }
}
.section-sdgz .sdgz-flex .txt h3::before {
  content: "";
  display: inline-block;
  width: 30px;
  height: 1.5px;
  background-color: #36981f;
  margin-right: 16px;
}
@media screen and (max-width: 576px) {
  .section-sdgz .sdgz-flex .txt h3::before {
    width: 20px;
  }
}
.section-sdgz .sdgz-flex .txt .description {
  line-height: 2.4;
}
.section-sdgz .right-in01 {
  background-image: url(../image/company/company-curve02.webp);
  background-size: 100% 100%;
  background-repeat: no-repeat;
  width: 100vw;
  height: 53.6805555556vw;
  position: absolute;
  top: 20.4166666667vw;
  left: 0;
  z-index: 2;
}
.section-sdgz .flex-center {
  justify-content: center;
}