@charset "UTF-8";
/**** 共通カラー ****/
.section-mv {
  margin-bottom: 180px;
}
.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: 100px;
  }
}

.section-work {
  padding-top: 6.9444444444vw;
  padding-bottom: 200px;
  position: relative;
  background-color: #faf8f4;
  z-index: 2;
}
@media screen and (max-width: 576px) {
  .section-work {
    padding-top: 100px;
    padding-bottom: 100px;
  }
}
.section-work::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-work .note {
  font-size: clamp(1.8rem, 2.2vw, 2.2rem);
}
.section-work .works-flex {
  justify-content: space-between;
  margin-top: 60px;
  margin-bottom: 140px;
}
@media screen and (max-width: 576px) {
  .section-work .works-flex {
    flex-direction: column;
    margin-top: 30px;
    margin-bottom: 40px;
  }
}
.section-work .works-flex:last-of-type {
  margin-bottom: 0;
}
.section-work .works-flex .img {
  width: 39.5833333333%;
}
@media screen and (max-width: 576px) {
  .section-work .works-flex .img {
    width: 100%;
  }
}
.section-work .works-flex .txt {
  width: 52.0833333333%;
}
@media screen and (max-width: 576px) {
  .section-work .works-flex .txt {
    margin-top: 20px;
    width: 100%;
  }
}
.section-work .works-flex .txt h3 {
  font-size: clamp(1.8rem, 2.3vw, 2.4rem);
  display: flex;
  align-items: center;
  margin-bottom: 40px;
}
@media screen and (max-width: 576px) {
  .section-work .works-flex .txt h3 {
    margin-bottom: 16px;
  }
}
.section-work .works-flex .txt h3::before {
  content: "";
  width: 30px;
  height: 1.5px;
  margin-right: 20px;
  background-color: #36981f;
}
.section-work .works-flex .txt .description {
  line-height: 2.4;
}
.section-work .works-flex.last {
  justify-content: center;
}

.seciton-kind-works .kind-works-wrap {
  position: sticky;
  top: 80px;
  z-index: 3;
  margin-right: auto;
  margin-left: 0;
  max-width: 26px;
  height: 400px;
}
@media screen and (max-width: 576px) {
  .seciton-kind-works .kind-works-wrap {
    max-width: 24px;
  }
}
.seciton-kind-works .kind-works-flex {
  justify-content: space-between;
  margin-bottom: 180px;
}
@media screen and (max-width: 576px) {
  .seciton-kind-works .kind-works-flex {
    margin-bottom: 80px;
  }
}
.seciton-kind-works .kind-works-list-wrap {
  width: 87.5%;
}
.seciton-kind-works .kind-works-list-wrap .kind-works-list-flex {
  justify-content: space-between;
  flex-wrap: wrap;
}
@media screen and (max-width: 576px) {
  .seciton-kind-works .kind-works-list-wrap .kind-works-list-flex {
    flex-direction: column;
  }
}
.seciton-kind-works .kind-works-list-wrap .kind-works-item {
  position: relative;
  width: 45.2380952381%;
  margin-bottom: 40px;
}
@media screen and (max-width: 576px) {
  .seciton-kind-works .kind-works-list-wrap .kind-works-item {
    width: 100%;
  }
}
.seciton-kind-works .kind-works-list-wrap .kind-works-item:nth-child(2n) {
  margin-top: 100px;
}
@media screen and (max-width: 576px) {
  .seciton-kind-works .kind-works-list-wrap .kind-works-item:nth-child(2n) {
    margin-top: 0;
  }
}
.seciton-kind-works .kind-works-list-wrap .kind-works-item .kind-works-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) {
  .seciton-kind-works .kind-works-list-wrap .kind-works-item .kind-works-tit {
    background-size: cover;
    font-size: 14px;
    padding: 8px 12px 8px 8px;
    border-radius: 0 0 10px 0;
  }
}
.seciton-kind-works .slider-wrap {
  position: relative;
  z-index: 3;
}
.seciton-kind-works .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) {
  .seciton-kind-works .slider-wrap::before {
    background-image: url(../image/garden/slider-bg-sp.webp);
    height: 70.9333333333vw;
  }
}
.seciton-kind-works .slider-wrap .gallery-marquee {
  transform: translateY(50%);
}

.section-recruitment {
  position: relative;
  z-index: 2;
  padding-top: 40.2777777778vw;
  padding-bottom: 320px;
  background-color: #fcfcf1;
}
@media screen and (max-width: 576px) {
  .section-recruitment {
    padding-top: 220px;
    padding-bottom: 100px;
  }
}
.section-recruitment .recruitment-flex {
  justify-content: space-between;
}
@media screen and (max-width: 576px) {
  .section-recruitment .recruitment-flex {
    flex-direction: column;
  }
}
.section-recruitment .recruitment-flex .img {
  width: 27.7777777778vw;
  max-width: 400px;
  position: relative;
}
@media screen and (max-width: 576px) {
  .section-recruitment .recruitment-flex .img {
    width: 200px;
    border-radius: 20px;
    margin-right: 0;
    margin-left: auto;
  }
}
.section-recruitment .recruitment-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-recruitment .recruitment-flex .img::before {
    width: 197px;
    height: 197px;
  }
}
.section-recruitment .recruitment-flex .img span {
  display: block;
  border-radius: 30px;
  overflow: hidden;
  position: relative;
  z-index: 2;
}
.section-recruitment .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-recruitment .point-image.js-view.show::before {
  opacity: 1;
}
.section-recruitment .txt {
  width: 54.1666666667%;
}
@media screen and (max-width: 576px) {
  .section-recruitment .txt {
    width: 100%;
  }
}
.section-recruitment .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-recruitment .txt .tit-wrap h2 {
    font-size: 24px;
    margin-top: 9px;
    margin-bottom: 20px;
  }
}
.section-recruitment .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-recruitment .txt .tit-wrap .sub-text {
    font-size: 14px;
  }
}
.section-recruitment .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-recruitment .txt .tit-wrap .sub-text::before {
    width: 14px;
    margin-right: 8px;
  }
}
.section-recruitment .txt dl {
  display: flex;
  padding: 30px 0;
  line-height: 1.6;
  border-top: solid 1px #cccccc;
}
@media screen and (max-width: 576px) {
  .section-recruitment .txt dl {
    padding: 16px 0;
  }
}
.section-recruitment .txt dl:last-child {
  border-bottom: solid 1px #cccccc;
}
.section-recruitment .txt dl dt {
  width: 20.7692307692%;
  padding-left: 15px;
  font-weight: normal;
}
@media screen and (max-width: 576px) {
  .section-recruitment .txt dl dt {
    width: 32vw;
  }
}
.section-recruitment .txt dl dd {
  width: 79.2307692308%;
  padding-right: 15px;
}
@media screen and (max-width: 576px) {
  .section-recruitment .txt dl dd {
    width: 68vw;
  }
}
.section-recruitment .link_arrow_s {
  width: 310px;
  height: 50px;
  color: #369811;
  padding-left: 30px;
  line-height: 50px;
  position: relative;
  background-color: #ffffff;
  border-radius: 25px;
  margin-top: 40px;
}
@media screen and (max-width: 576px) {
  .section-recruitment .link_arrow_s {
    width: 280px;
    height: 40px;
    margin-top: 40px;
    line-height: 40px;
  }
}
.section-recruitment .link_arrow_s .arrow {
  position: absolute;
  width: 25px;
  aspect-ratio: 1;
  background-color: #369811;
  border-radius: 50%;
  right: 18px;
  top: 50%;
  transform: translateY(-50%);
  transition: 0.3s;
}
@media screen and (max-width: 576px) {
  .section-recruitment .link_arrow_s .arrow {
    right: 12px;
  }
}
.section-recruitment .link_arrow_s .arrow::after {
  display: inline-block;
  content: "";
  position: absolute;
  background-image: url(../image/common/arrow-w.svg);
  background-size: contain;
  background-repeat: no-repeat;
  width: 6px;
  height: 10px;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
}
.section-recruitment .link_arrow_s:hover .arrow {
  transform: translateY(-50%) scale(1.2);
  transition: 0.3s;
}