@charset "UTF-8";
/**** 共通カラー ****/
.page .section-mv {
  margin-bottom: 180px;
}
@media screen and (max-width: 576px) {
  .page .section-mv {
    margin-bottom: 100px;
  }
  .page .section-mv .breadcrumb .breadcrumb-list {
    align-items: flex-start;
    line-height: 1.3;
  }
  .page .section-mv .tit-wrap h1 {
    line-height: 1.3;
  }
}

.section-public .left-in01 {
  top: 0;
}
.section-public {
  padding-top: 6.9444444444vw;
  padding-bottom: 200px;
  position: relative;
  background-color: #faf8f4;
  z-index: 2;
}
@media screen and (max-width: 576px) {
  .section-public {
    padding-top: 100px;
    padding-bottom: 100px;
  }
}
.section-public::before {
  content: "";
  position: absolute;
  display: block;
  background-image: url(../image/top/bg-back.webp);
  -webkit-mask-image: linear-gradient(to top, #000 70%, transparent 100%);
  mask-image: linear-gradient(to top, #000 70%, transparent 100%);
  background-repeat: no-repeat;
  background-size: cover;
  width: 100vw;
  height: 20vw;
  background-position: top left;
  top: -20vw;
}
.section-public .public-flex {
  justify-content: space-between;
}
@media screen and (max-width: 576px) {
  .section-public .public-flex {
    flex-direction: column;
  }
}
.section-public .public-flex .txt {
  width: 100%;
  max-width: 570px;
}
.section-public .public-flex .txt h3 {
  font-size: clamp(2.4rem, 3vw, 3.2rem);
  margin-bottom: 30px;
}
@media screen and (max-width: 576px) {
  .section-public .public-flex .txt h3 {
    font-size: 18px;
    margin-bottom: 16px;
  }
}
.section-public .public-flex .txt .description {
  line-height: 2.4;
  margin-bottom: 30px;
}
@media screen and (max-width: 576px) {
  .section-public .public-flex .txt .description {
    margin-bottom: 20px;
  }
}
.section-public .public-flex .txt .description:last-of-type {
  margin-bottom: 0;
}
.section-public .public-flex .img {
  width: 27.7777777778vw;
  max-width: 400px;
  position: relative;
}
@media screen and (max-width: 576px) {
  .section-public .public-flex .img {
    width: 66.6666666667vw;
    margin-top: 40px;
  }
}
.section-public .public-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-public .public-flex .img::before {
    width: 197px;
    height: 197px;
    top: auto;
    right: 0;
    left: auto;
    bottom: 0;
    transform: translate(55px, 50px);
  }
}
.section-public .public-flex .img span {
  display: block;
  border-radius: 30px;
  overflow: hidden;
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 576px) {
  .section-public .public-flex .img span {
    border-radius: 20px;
  }
}
.section-public .works-flex {
  justify-content: center;
  flex-direction: column;
  margin-top: 200px;
  position: relative;
  z-index: 2;
}
.section-public .works-flex .inner-works-flex {
  justify-content: space-between;
}
@media screen and (max-width: 576px) {
  .section-public .works-flex .inner-works-flex {
    flex-direction: column;
  }
}
.section-public .works-flex .inner-works-flex .image {
  width: 40%;
}
@media screen and (max-width: 576px) {
  .section-public .works-flex .inner-works-flex .image {
    width: 100%;
  }
}
.section-public .works-flex .inner-works-flex .text {
  width: 50%;
}
@media screen and (max-width: 576px) {
  .section-public .works-flex .inner-works-flex .text {
    width: 100%;
  }
}
.section-public .works-flex .works-item {
  width: 100%;
}
@media screen and (max-width: 576px) {
  .section-public .works-flex .works-item {
    width: 100%;
  }
}
.section-public .works-flex .works-item:last-of-type {
  padding-top: 100px;
}
@media screen and (max-width: 576px) {
  .section-public .works-flex .works-item:last-of-type {
    padding-top: 40px;
  }
}
.section-public .works-flex .works-item 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-public .works-flex .works-item h3 {
    font-size: 20px;
    margin-top: 16px;
    margin-bottom: 16px;
  }
}
.section-public .works-flex .works-item h3::before {
  content: "";
  display: inline-block;
  width: 30px;
  height: 1.5px;
  background-color: #36981f;
  margin-right: 16px;
}
.section-public .works-flex .works-item .description {
  line-height: 2.4;
}

.section-reform {
  background-image: url(../image/common/green-bg.webp);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  position: relative;
  z-index: 2;
  padding-top: 20.8333333333vw;
  padding-bottom: 35.0694444444vw;
}
@media screen and (max-width: 768px) {
  .section-reform {
    padding-top: 100px;
    background-size: cover;
  }
}
.section-reform::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  background-image: url(../image/maintenance/cover-top02.webp);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  width: 100vw;
  height: 30.4166666667vw;
}
.section-reform::after {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  background-image: url(../image/maintenance/cover-bottom02.webp);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  width: 100vw;
  height: 37.9166666667vw;
}
.section-reform .inner-reform {
  max-width: 550px;
  margin: auto;
  position: relative;
  z-index: 4;
}
.section-reform .reform-wrap {
  width: -moz-fit-content;
  width: fit-content;
  margin: auto;
}
.section-reform .sub-tit {
  color: #ffffff;
}
.section-reform h2 {
  color: #ffffff;
}
.section-reform .tit-wrap-y {
  margin-bottom: 50px;
}
@media screen and (max-width: 768px) {
  .section-reform .tit-wrap-y {
    margin-bottom: 20px;
    margin-left: 0;
    margin-right: auto;
  }
}
.section-reform .note {
  font-size: clamp(1.8rem, 2.2vw, 2.2rem);
  margin-bottom: 40px;
  color: #ffffff;
}
.section-reform .description {
  color: #ffffff;
  line-height: 2.4;
  margin: auto;
  margin-bottom: 30px;
}
@media screen and (max-width: 768px) {
  .section-reform .description {
    margin-bottom: 20px;
  }
}
.section-reform .public-deco {
  position: absolute;
  border-radius: 30px;
  overflow: hidden;
  z-index: 3;
}
@media screen and (max-width: 768px) {
  .section-reform .public-deco {
    border-radius: 15px;
  }
}
.section-reform .public-deco img {
  -o-object-fit: cover;
     object-fit: cover;
}
.section-reform .public-deco.deco-image01 {
  top: 13.8888888889vw;
  left: 20px;
  max-width: 230px;
}
@media screen and (max-width: 992px) {
  .section-reform .public-deco.deco-image01 {
    top: 9.2361111111vw;
    max-width: 160px;
  }
}
@media screen and (max-width: 768px) {
  .section-reform .public-deco.deco-image01 {
    top: auto;
    bottom: 3.4722222222vw;
    max-width: 80px;
  }
}
@media screen and (max-width: 576px) {
  .section-reform .public-deco.deco-image01 {
    bottom: 3.4722222222vw;
    left: 0;
  }
}
.section-reform .public-deco.deco-image02 {
  bottom: 13.8888888889vw;
  left: 13.8888888889vw;
  max-width: 200px;
}
@media screen and (max-width: 992px) {
  .section-reform .public-deco.deco-image02 {
    bottom: 20.8333333333vw;
    left: 30px;
    max-width: 140px;
  }
}
@media screen and (max-width: 768px) {
  .section-reform .public-deco.deco-image02 {
    bottom: 20.8333333333vw;
    max-width: 100px;
  }
}
@media screen and (max-width: 576px) {
  .section-reform .public-deco.deco-image02 {
    left: 0;
    right: 0;
    margin: auto;
    bottom: 6.9444444444vw;
  }
}
.section-reform .public-deco.deco-image03 {
  top: 6.9444444444vw;
  right: 120px;
  max-width: 220px;
}
@media screen and (max-width: 992px) {
  .section-reform .public-deco.deco-image03 {
    top: 16.875vw;
    max-width: 170px;
  }
}
@media screen and (max-width: 768px) {
  .section-reform .public-deco.deco-image03 {
    max-width: 80px;
  }
}
@media screen and (max-width: 576px) {
  .section-reform .public-deco.deco-image03 {
    top: 10px;
    right: 15px;
  }
}
.section-reform .public-deco.deco-image04 {
  bottom: 20.8333333333vw;
  right: 11.1111111111vw;
  max-width: 220px;
}
@media screen and (max-width: 992px) {
  .section-reform .public-deco.deco-image04 {
    bottom: 51.9444444444vw;
    max-width: 130px;
  }
}
@media screen and (max-width: 768px) {
  .section-reform .public-deco.deco-image04 {
    bottom: 53.3333333333vw;
    max-width: 100px;
  }
}
@media screen and (max-width: 576px) {
  .section-reform .public-deco.deco-image04 {
    bottom: 53.3333333333vw;
    right: 0;
  }
}
.section-reform .public-deco.js-view {
  opacity: 0;
  transform: translateY(16px) scale(0.98);
  transition: opacity 0.6s ease, transform 0.8s cubic-bezier(0.22, 1, 0.36, 1);
}
.section-reform .public-deco.js-view.show {
  opacity: 1;
  transform: translateY(0) scale(1);
}
.section-reform .public-deco.js-view:nth-child(1) {
  transition-delay: 0s;
}
.section-reform .public-deco.js-view:nth-child(2) {
  transition-delay: 0.12s;
}
.section-reform .public-deco.js-view:nth-child(3) {
  transition-delay: 0.24s;
}
.section-reform .public-deco.js-view:nth-child(4) {
  transition-delay: 0.36s;
}

.creating-garden-wrap {
  position: relative;
  background-color: #fcfcf1;
  background-image: url(../image/top/bg-back.webp);
  padding-top: 200px;
  padding-bottom: 300px;
}
@media screen and (max-width: 576px) {
  .creating-garden-wrap {
    padding-top: 50px;
    padding-bottom: 100px;
  }
}
.creating-garden-wrap {
  z-index: 3;
}
.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;
}
@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-top: 50px;
  padding-right: 20px;
}
@media screen and (max-width: 768px) {
  .creating-garden-wrap .garden-flex .txt {
    width: 100%;
    padding-top: 0;
  }
}
@media screen and (max-width: 576px) {
  .creating-garden-wrap .garden-flex .txt {
    padding-right: 0;
  }
}
@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;
  margin-bottom: 40px;
}
@media screen and (max-width: 576px) {
  .creating-garden-wrap .garden-flex .txt .tit-wrap h2 {
    font-size: 24px;
    margin-top: 9px;
    margin-bottom: 20px;
  }
}
.creating-garden-wrap .garden-flex .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) {
  .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 h3 {
  font-size: clamp(1.8rem, 2.2vw, 2.2rem);
  margin-bottom: 20px;
}
@media screen and (max-width: 576px) {
  .creating-garden-wrap .garden-flex .txt h3 {
    margin-bottom: 14px;
  }
}
.creating-garden-wrap .garden-flex .txt .description {
  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 {
  width: 50%;
  max-width: 31.25vw;
}
@media screen and (max-width: 576px) {
  .creating-garden-wrap .garden-flex .img {
    margin-left: auto;
    margin-right: 0;
    width: 66.6666666667vw;
    max-width: 250px;
    height: 100.8vw;
  }
  .creating-garden-wrap .garden-flex .img .p-top-link__media {
    width: 100%;
    height: 100%;
  }
}