@charset "UTF-8";
/**** 共通カラー ****/
.section-mv {
  margin-bottom: 300px;
}
@media screen and (max-width: 576px) {
  .section-mv {
    margin-bottom: 180px;
  }
}

.creating-garden-wrap {
  position: relative;
  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 .c-split-media {
  width: 100%;
  max-width: 490px;
}
.creating-garden-wrap .c-split-media__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0.3125rem;
  justify-content: end;
  align-items: start;
}
.creating-garden-wrap .c-split-media__col {
  will-change: transform;
  transform: translate3d(var(--frame-x, 0px), calc(var(--stagger-dyn, var(--stagger-y, 0px)) + var(--frame-y, 0px)), 0);
}
.creating-garden-wrap .c-split-media__col:nth-child(1) {
  --stagger-y: 3.125rem;
}
.creating-garden-wrap .c-split-media__col:nth-child(2) {
  --stagger-y: 0rem;
}
.creating-garden-wrap .c-split-media__col:nth-child(3) {
  --stagger-y: 6.25rem;
}
.creating-garden-wrap .c-split-media__col img {
  width: 100%;
  height: auto;
  display: block;
}
.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 {
  position: absolute;
  top: -30%;
  right: 0;
  z-index: 3;
}
@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: 66.6666666667vw;
    max-width: 250px;
    height: 100.8vw;
    position: absolute;
    top: 97.6vw;
    right: 15px;
    z-index: 3;
  }
  .creating-garden-wrap .garden-flex .img .p-top-link__media {
    width: 100%;
    height: 100%;
  }
}

.section-garden-contents {
  background-image: url(../image/top/bg-back.webp);
  background-color: #fcfcf1;
  padding-top: 27.7777777778vw;
}
@media screen and (max-width: 576px) {
  .section-garden-contents {
    padding-top: 120vw;
  }
}
.section-garden-contents .garden-flex {
  justify-content: space-between;
  margin-bottom: 140px;
}
@media screen and (max-width: 576px) {
  .section-garden-contents .garden-flex {
    flex-direction: column-reverse;
    margin-bottom: 60px;
  }
}
.section-garden-contents .garden-flex:last-of-type {
  margin-bottom: 220px;
}
@media screen and (max-width: 576px) {
  .section-garden-contents .garden-flex:last-of-type {
    margin-bottom: 100px;
  }
}
.section-garden-contents .garden-flex .img {
  width: 41.6666666667%;
  max-width: 500px;
}
@media screen and (max-width: 576px) {
  .section-garden-contents .garden-flex .img {
    width: 100%;
  }
}
.section-garden-contents .garden-flex .txt {
  width: 50%;
  max-width: 600px;
}
@media screen and (max-width: 576px) {
  .section-garden-contents .garden-flex .txt {
    width: 100%;
  }
}
.section-garden-contents .garden-flex .txt h3 {
  font-size: clamp(1.8rem, 2.3vw, 2.4rem);
  margin-bottom: 50px;
  display: flex;
  align-items: center;
  position: relative;
}
@media screen and (max-width: 576px) {
  .section-garden-contents .garden-flex .txt h3 {
    font-size: 20px;
    margin-bottom: 16px;
  }
}
.section-garden-contents .garden-flex .txt h3::before {
  content: "";
  display: inline-block;
  background-color: #36981f;
  width: 30px;
  height: 1.5px;
  margin-right: 20px;
}
@media screen and (max-width: 576px) {
  .section-garden-contents .garden-flex .txt h3::before {
    width: 20px;
    margin-right: 16px;
  }
}
.section-garden-contents .garden-flex .txt .description {
  line-height: 2.4;
}
@media screen and (max-width: 576px) {
  .section-garden-contents .garden-flex .txt .description {
    margin-bottom: 20px;
  }
}

.slider-wrap {
  position: relative;
  z-index: 3;
}
.slider-wrap::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  display: inline-block;
  background-image: url(../image/garden/slider-bg.webp);
  background-repeat: no-repeat;
  background-size: contain;
  width: 100vw;
  height: 41.6666666667vw;
}
@media screen and (max-width: 576px) {
  .slider-wrap::before {
    background-image: url(../image/garden/slider-bg-sp.webp);
    height: 70.9333333333vw;
  }
}
.slider-wrap .gallery-marquee {
  transform: translateY(50%);
}

.section-knowledge {
  padding-top: 48.6111111111vw;
  background-image: url(../image/top/bg-back.webp);
  padding-bottom: 120px;
  position: relative;
}
@media screen and (max-width: 576px) {
  .section-knowledge {
    padding-bottom: 60px;
  }
}
.section-knowledge .knowledge-tit-wrap {
  display: flex;
  flex-direction: row-reverse;
  position: sticky;
  top: 80px;
  z-index: 3;
  margin-right: 0;
  margin-left: auto;
  margin-top: -80px;
  max-width: 125px;
  height: 400px;
}
.section-knowledge .knowledge-flex {
  flex-direction: row-reverse;
}
.section-knowledge .knowledge-role-wrap {
  max-width: 940px;
  width: 78.3333333333vw;
}
.section-knowledge .knowledge-tit-wrap .sub-tit {
  display: block;
  margin-left: 12px;
  position: relative;
  width: 24px;
}
@media screen and (max-width: 576px) {
  .section-knowledge .knowledge-tit-wrap .sub-tit {
    width: 14px;
    margin-left: 6px;
  }
}
.section-knowledge .knowledge-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-knowledge .knowledge-tit-wrap .sub-tit::before {
    width: 14px;
  }
}
.section-knowledge .knowledge-tit-wrap h2 {
  width: 32px;
  margin-left: 22px;
}
@media screen and (max-width: 576px) {
  .section-knowledge .knowledge-tit-wrap h2 {
    width: 24px;
    margin-left: 6px;
  }
}
.section-knowledge .knowledge-tit-wrap .sub-text {
  width: 20px;
  padding-top: 7em;
}
@media screen and (max-width: 576px) {
  .section-knowledge .knowledge-tit-wrap .sub-text {
    width: 14px;
  }
}
.section-knowledge .knowledge-role-flex {
  justify-content: space-between;
  margin-bottom: 220px;
}
@media screen and (max-width: 576px) {
  .section-knowledge .knowledge-role-flex {
    flex-direction: column-reverse;
    margin-bottom: 60px;
  }
}
.section-knowledge .knowledge-role-flex .text {
  width: 40%;
}
@media screen and (max-width: 768px) {
  .section-knowledge .knowledge-role-flex .text {
    width: 69.3333333333vw;
    margin-top: 20px;
    position: relative;
    z-index: 2;
  }
}
.section-knowledge .knowledge-role-flex .role-tit {
  background-image: url(../image/common/tit-back-bg.webp);
  background-repeat: no-repeat;
  background-size: 100%;
  width: 120px;
  height: 32px;
  text-align: center;
  line-height: 32px;
  color: #ffffff;
  border-radius: 30px;
  margin-bottom: 24px;
}
@media screen and (max-width: 768px) {
  .section-knowledge .knowledge-role-flex .role-tit {
    font-size: 14px;
    width: 100px;
    height: 28px;
    line-height: 28px;
    margin-bottom: 18px;
  }
}
.section-knowledge .knowledge-role-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-knowledge .knowledge-role-flex h3 {
    font-size: 18px;
    line-height: 1.6;
    margin-bottom: 14px;
  }
}
.section-knowledge .knowledge-role-flex .description {
  line-height: 2.4;
}
@media screen and (max-width: 768px) {
  .section-knowledge .knowledge-role-flex .description {
    font-size: 14px;
  }
}
.section-knowledge .knowledge-role-flex.knowledge-1::before {
  top: 0;
  right: 0;
  transform: translate(30px, 30px);
  border-radius: 0 30px 30px 0;
}
.section-knowledge .knowledge-role-flex .img {
  width: 40%;
  position: relative;
}
@media screen and (max-width: 768px) {
  .section-knowledge .knowledge-role-flex .img {
    width: 69.3333333333vw;
  }
}
.section-knowledge .knowledge-role-flex .img::before {
  content: "";
  position: absolute;
  background-image: url(../image/common/green-deco.webp);
  background-size: contain;
  background-repeat: no-repeat;
  width: 33.3333333333vw;
  height: 32.6388888889vw;
  max-width: 480px;
  max-height: 470px;
}
@media screen and (max-width: 768px) {
  .section-knowledge .knowledge-role-flex .img::before {
    width: 52.5333333333vw;
    height: 51.4666666667vw;
  }
}
.section-knowledge .knowledge-image.js-view::before {
  opacity: 0;
  transition: opacity 0.6s ease-out, transform 0.6s cubic-bezier(0.22, 1, 0.36, 1);
}
.section-knowledge .knowledge-image.js-view.show::before {
  opacity: 1;
}

.knowledge-cover {
  overflow: hidden;
  display: block;
  position: relative;
  z-index: 3;
}
.knowledge-cover::before {
  content: "";
  position: absolute;
}
.knowledge-cover img {
  position: relative;
  display: block;
}

.knowledge-1::before {
  top: 0;
  right: 0;
  transform: translate(100px, -100px);
}
@media screen and (max-width: 768px) {
  .knowledge-1::before {
    bottom: 0;
    top: auto;
    transform: translate(50px, 50px);
  }
}
.knowledge-1 .knowledge-cover {
  border-radius: 0 30px 30px 0;
  overflow: hidden;
}
.knowledge-1 .knowledge-cover::before {
  left: 0;
  bottom: 0;
  background-image: url(../image/garden/aproac-text.webp);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: bottom left;
  width: 8.125vw;
  height: 38.0555555556vw;
  max-height: 548px;
  z-index: 3;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 992px) {
  .knowledge-1 .knowledge-cover::before {
    max-height: 416px;
  }
}
@media screen and (max-width: 768px) {
  .knowledge-1 .knowledge-cover::before {
    width: 16.8vw;
    height: 90.6666666667vw;
    max-width: 130px;
  }
}

.knowledge-2::before {
  bottom: 0;
  right: 0;
  transform: translate(100px, 100px);
}
@media screen and (max-width: 768px) {
  .knowledge-2::before {
    top: 0;
    bottom: auto;
    transform: translate(40px, -30px);
  }
}
.knowledge-2 .knowledge-cover {
  border-radius: 30px 30px 30px 0;
  overflow: hidden;
}
.knowledge-2 .knowledge-cover::before {
  right: 0;
  bottom: 0;
  background-image: url(../image/garden/main-text.webp);
  background-repeat: no-repeat;
  background-size: contain;
  width: 24.9305555556vw;
  max-width: 359px;
  height: 8.2638888889vw;
  max-height: 119px;
  -o-object-fit: cover;
     object-fit: cover;
  z-index: 3;
}
@media screen and (max-width: 768px) {
  .knowledge-2 .knowledge-cover::before {
    width: 52vw;
    height: 16vw;
    max-width: 195px;
    right: auto;
    left: 10px;
    bottom: 0;
  }
}

.knowledge-3::before {
  top: 0;
  left: 0;
  transform: translate(100px, 100px);
}
@media screen and (max-width: 768px) {
  .knowledge-3::before {
    top: auto;
    bottom: 0;
    transform: translate(-30px, 60px);
  }
}
.knowledge-3 .knowledge-cover {
  border-radius: 30px 0 0 30px;
  overflow: hidden;
}
.knowledge-3 .knowledge-cover::before {
  right: 0;
  bottom: 0;
  background-image: url(../image/garden/middle-text.webp);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: right;
  width: 7.9861111111vw;
  height: 34.9305555556vw;
  max-width: 115px;
  max-height: 503px;
  -o-object-fit: cover;
     object-fit: cover;
  z-index: 3;
}
@media screen and (max-width: 768px) {
  .knowledge-3 .knowledge-cover::before {
    width: 20vw;
    height: 88vw;
    max-height: 330px;
  }
}

.knowledge-4::before {
  bottom: 0;
  left: 0;
  transform: translate(-100px, 100px);
}
@media screen and (max-width: 768px) {
  .knowledge-4::before {
    left: auto;
    right: 0;
    transform: translate(50px, 50px);
  }
}
.knowledge-4 .knowledge-cover {
  border-radius: 30px 0 0 30px;
  overflow: hidden;
}
.knowledge-4 .knowledge-cover::before {
  right: 0;
  bottom: 0;
  background-image: url(../image/garden/backyard-text.webp);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: right;
  width: 8.2638888889vw;
  height: 48.1944444444vw;
  -o-object-fit: cover;
     object-fit: cover;
  z-index: 3;
}
@media screen and (max-width: 768px) {
  .knowledge-4 .knowledge-cover::before {
    width: 20vw;
    height: 88vw;
    max-height: 330px;
  }
}

.section-dogran {
  padding-bottom: 360px;
  position: relative;
}
@media screen and (max-width: 576px) {
  .section-dogran {
    padding-bottom: 110px;
  }
}
.section-dogran .garden-flex {
  justify-content: space-between;
}
@media screen and (max-width: 576px) {
  .section-dogran .garden-flex {
    flex-direction: column-reverse;
  }
}
.section-dogran .garden-flex .img {
  width: 41.6666666667%;
  max-width: 500px;
}
@media screen and (max-width: 576px) {
  .section-dogran .garden-flex .img {
    width: 100%;
  }
}
.section-dogran .garden-flex .txt {
  width: 50%;
  max-width: 600px;
}
@media screen and (max-width: 576px) {
  .section-dogran .garden-flex .txt {
    width: 100%;
  }
}
.section-dogran .garden-flex .txt h3 {
  font-size: clamp(1.8rem, 2.3vw, 2.4rem);
  margin-bottom: 50px;
  display: flex;
  align-items: center;
  position: relative;
}
@media screen and (max-width: 576px) {
  .section-dogran .garden-flex .txt h3 {
    font-size: 20px;
    margin-bottom: 16px;
  }
}
.section-dogran .garden-flex .txt h3::before {
  content: "";
  display: inline-block;
  background-color: #36981f;
  width: 30px;
  height: 1.5px;
  margin-right: 20px;
}
@media screen and (max-width: 576px) {
  .section-dogran .garden-flex .txt h3::before {
    width: 20px;
    margin-right: 16px;
  }
}
.section-dogran .garden-flex .txt .description {
  line-height: 2.4;
}
@media screen and (max-width: 576px) {
  .section-dogran .garden-flex .txt .description {
    margin-bottom: 20px;
  }
}