@charset "UTF-8";
/**** 共通カラー ****/
.section-mv {
  position: relative;
  z-index: 1;
  overflow: hidden;
  background-image: url(../image/common/green-bg.webp);
  background-repeat: no-repeat;
  background-size: cover;
}
.section-mv::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  background-image: url(../image/top/mv-bg-pc.webp);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: left bottom;
  width: 100vw;
  height: 100vw;
  z-index: 2;
  pointer-events: none;
}
@media (min-aspect-ratio: 16/10) {
  .section-mv::before {
    background-image: url(../image/top/mv-bg-tb.webp);
  }
}
@media screen and (max-width: 1200px) {
  .section-mv::before {
    background-image: url(../image/top/mv-bg-tb.webp);
  }
}
@media screen and (max-width: 768px) {
  .section-mv::before {
    background-image: url(../image/top/mv-bg-sp.webp);
    background-size: 100% 100%;
    width: 100%;
    height: 100dvh;
  }
}
.section-mv .mv-swiper {
  width: 73.8888888889vw;
  height: 94.7222222222vw;
  margin-right: 0;
  margin-left: auto;
  text-align: right;
  transform: translateY(-100px);
}
@media screen and (max-width: 1200px) {
  .section-mv .mv-swiper {
    transform: translateY(0);
  }
}
@media screen and (max-width: 768px) {
  .section-mv .mv-swiper {
    width: 100%;
    height: 100dvh;
  }
}
.section-mv .mv-swiper img {
  width: 100%;
}
@media screen and (max-width: 576px) {
  .section-mv .mv-swiper img {
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
.section-mv .mv-catch {
  position: absolute;
  writing-mode: vertical-rl;
  top: 14.7222222222vw;
  left: 8.3333333333vw;
  z-index: 3;
}
@media screen and (max-width: 768px) {
  .section-mv .mv-catch {
    top: 65px;
    left: 25px;
  }
}
.section-mv .mv-catch .mv-catch-inner {
  display: flex;
  flex-direction: column;
}
.section-mv .mv-catch .mv-title {
  color: #ffffff;
  font-size: clamp(2.8rem, 3.2vw, 4rem);
  margin-left: 50px;
  letter-spacing: 0.2em;
}
@media screen and (max-width: 768px) {
  .section-mv .mv-catch .mv-title {
    font-size: 20px;
    margin-left: 12px;
  }
}
.section-mv .mv-catch .mv-title:nth-child(2) {
  padding-top: 2.4em;
}
.section-mv .mv-catch .mv-title:nth-child(3) {
  padding-top: 4.8em;
}

.section-news {
  padding-top: 14.5833333333vw;
  position: relative;
}
.section-news::after {
  content: "";
  background-color: #FAF8F4;
  width: 100%;
  height: 500px;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}
.section-news .news-wrap {
  position: relative;
  z-index: 3;
  background-image: url(../image/common/green-bg-s.webp);
  padding: 90px 0 0 0;
}
@media screen and (max-width: 576px) {
  .section-news .news-wrap {
    background-image: url(../image/common/green-bg-s-sp.webp);
  }
}
.section-news .news-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: 576px) {
  .section-news .news-wrap::before {
    background-image: url(../image/common/green-deco-top-sp.svg);
    height: 19.4666666667vw;
    top: -18.6666666667vw;
  }
}
.section-news .news-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: 576px) {
  .section-news .news-wrap::after {
    background-image: url(../image/common/green-deco-bottom-sp.svg);
    height: 19.4666666667vw;
    bottom: -18.6666666667vw;
  }
}
.section-news .inner-news {
  max-width: 1000px;
  margin: auto;
  position: relative;
  z-index: 2;
  justify-content: space-between;
}
.section-news .title_vertical_wrap {
  display: flex;
}
@media screen and (max-width: 576px) {
  .section-news .title_vertical_wrap h2 {
    width: 24px;
  }
}
.section-news .title_vertical_wrap .sub-tit {
  display: block;
  margin-right: 4px;
}
@media screen and (max-width: 576px) {
  .section-news .title_vertical_wrap .sub-tit img {
    width: 24px;
  }
}
.section-news .title_vertical_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-news .title_vertical_wrap .sub-tit::before {
    width: 14px;
    transform: translateX(4px);
  }
}
.section-news .content {
  width: 82.5%;
}
@media screen and (max-width: 576px) {
  .section-news .content {
    width: 76.5333333333vw;
  }
}
.section-news .list_news_wrap {
  width: 100%;
  color: #ffffff;
}
.section-news .article_news {
  border-top: solid 1px #ffffff;
}
.section-news .article_news:last-child {
  border-bottom: solid 1px #ffffff;
}
.section-news .article_news a {
  display: flex;
  align-items: center;
  padding: 30px 15px 30px 15px;
  font-size: clamp(1.4rem, 1.25vw, 1.6rem);
  position: relative;
}
@media screen and (max-width: 576px) {
  .section-news .article_news a {
    padding: 15px 10px 15px 10px;
    flex-direction: column;
    align-items: flex-start;
  }
}
.section-news .article_news a .arrow_c_b {
  background-color: #ffffff;
  position: absolute;
  right: 15px;
  top: 50%;
  transform: translateY(-50%);
  border-radius: 50%;
  width: 38px;
  aspect-ratio: 1;
  transition: 0.3s;
}
@media screen and (max-width: 576px) {
  .section-news .article_news a .arrow_c_b {
    width: 28px;
    right: 30px;
  }
}
.section-news .article_news a .arrow_c_b::before {
  content: "";
  position: absolute;
  background-image: url(../image/common/arrow-g.svg);
  background-repeat: no-repeat;
  background-size: contain;
  width: 12px;
  aspect-ratio: 1;
  left: 4px;
  right: 0;
  bottom: 0;
  top: 0;
  margin: auto;
  z-index: 2;
  transition: 0.3s;
}
.section-news .article_news a:hover .arrow_c_b {
  background-color: #369811;
  transition: 0.3s;
}
.section-news .article_news a:hover .arrow_c_b::before {
  background-image: url(../image/common/arrow-w.svg);
  transition: 0.3s;
}
.section-news .article_news .info {
  display: flex;
  align-items: center;
}
@media screen and (max-width: 576px) {
  .section-news .article_news .info {
    margin-bottom: 14px;
  }
}
.section-news .article_news .info .date {
  display: inline-block;
  margin-right: 14px;
}
@media screen and (max-width: 576px) {
  .section-news .article_news .info .date {
    font-size: 14px;
    margin-right: 16px;
  }
}
.section-news .article_news .info .cat {
  display: inline-block;
  background-color: #ffffff;
  color: #85B36E;
  height: 30px;
  line-height: 30px;
  margin-right: 40px;
  padding: 0 20px;
  border-radius: 15px;
}
@media screen and (max-width: 576px) {
  .section-news .article_news .info .cat {
    font-size: 12px;
    height: 20px;
    line-height: 20px;
    padding: 0 12px;
  }
}
.section-news .link_arrow_s {
  width: 236px;
  height: 50px;
  color: #369811;
  padding-left: 30px;
  line-height: 50px;
  position: relative;
  background-color: #ffffff;
  border-radius: 25px;
  margin-right: 0;
  margin-left: auto;
  margin-top: 100px;
}
@media screen and (max-width: 576px) {
  .section-news .link_arrow_s {
    width: 200px;
    height: 40px;
    margin-top: 40px;
    line-height: 40px;
  }
}
.section-news .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-news .link_arrow_s .arrow {
    right: 12px;
  }
}
.section-news .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-news .link_arrow_s:hover .arrow {
  transform: translateY(-50%) scale(1.2);
  transition: 0.3s;
}

.point-section {
  padding-top: 38.1944444444vw;
  z-index: 2;
  position: relative;
  margin-bottom: 62.9166666667vw;
}
@media screen and (max-width: 576px) {
  .point-section {
    background-image: url(../image/top/point-bg-sp.webp);
    padding-top: 130px;
    margin-bottom: 410px;
  }
}
.point-section::after {
  content: "";
  position: absolute;
  background-image: url(../image/common/parallax-parts-top.svg);
  background-repeat: no-repeat;
  background-size: 100%;
  width: 100vw;
  height: 19.5138888889vw;
  bottom: -19.1666666667vw;
  left: 0;
}
.point-section .point-wrap-flex {
  flex-direction: row-reverse;
}
.point-section .inner {
  position: relative;
}
@media screen and (max-width: 576px) {
  .point-section .inner {
    padding-bottom: 120px;
  }
}
.point-section h2 {
  position: sticky;
  top: 80px;
  z-index: 3;
  margin-right: 0;
  margin-left: auto;
  margin-top: -80px;
  max-width: 125px;
  height: 400px;
}
@media screen and (max-width: 576px) {
  .point-section h2 {
    top: 30px;
    margin-top: -30px;
  }
}
.point-section .point-wrap {
  max-width: 1000px;
  margin-left: 0;
  margin-right: auto;
}
.point-section .point-wrap .point-flex {
  justify-content: space-between;
  margin-bottom: 15.9722222222vw;
}
.point-section .point-wrap .point-flex.reverse {
  flex-direction: row-reverse;
}
@media screen and (max-width: 576px) {
  .point-section .point-wrap .point-flex.reverse {
    flex-direction: column;
    margin-bottom: 100px;
  }
}
@media screen and (max-width: 576px) {
  .point-section .point-wrap .point-flex {
    flex-direction: column;
  }
}
.point-section .point-wrap .point-flex .text {
  width: 40%;
}
@media screen and (max-width: 576px) {
  .point-section .point-wrap .point-flex .text {
    width: 69.3333333333vw;
  }
}
.point-section .point-wrap .point-flex .text .point-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: 576px) {
  .point-section .point-wrap .point-flex .text .point-tit {
    font-size: 14px;
    width: 100px;
    height: 28px;
    line-height: 28px;
    margin-bottom: 18px;
  }
}
.point-section .point-wrap .point-flex .text h3 {
  font-size: clamp(1.8rem, 2.2vw, 2.2rem);
  margin-bottom: 26px;
  line-height: 1.6;
}
@media screen and (max-width: 576px) {
  .point-section .point-wrap .point-flex .text h3 {
    font-size: 18px;
    line-height: 1.6;
    margin-bottom: 16px;
  }
}
.point-section .point-wrap .point-flex .text .description {
  line-height: 2.4;
}
@media screen and (max-width: 576px) {
  .point-section .point-wrap .point-flex .text .description {
    font-size: 14px;
    margin-bottom: 30px;
  }
}
.point-section .point-wrap .point-flex.point-1::before {
  top: 0;
  right: 0;
  transform: translate(30px, 30px);
  border-radius: 0 30px 30px 0;
}
.point-section .point-wrap .point-flex .img {
  width: 40%;
  position: relative;
}
@media screen and (max-width: 576px) {
  .point-section .point-wrap .point-flex .img {
    width: 69.3333333333vw;
  }
}
.point-section .point-wrap .point-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: 576px) {
  .point-section .point-wrap .point-flex .img::before {
    width: 52.5333333333vw;
    height: 51.4666666667vw;
  }
}
.point-section .point-wrap .point-image.js-view::before {
  opacity: 0;
  transition: opacity 0.6s ease-out, transform 0.6s cubic-bezier(0.22, 1, 0.36, 1);
}
.point-section .point-wrap .point-image.js-view.show::before {
  opacity: 1;
}
.point-section .point-cover {
  overflow: hidden;
  display: block;
  position: relative;
  z-index: 3;
}
.point-section .point-cover::before {
  content: "";
  position: absolute;
}
.point-section .point-cover img {
  position: relative;
  display: block;
}
.point-section .point-1::before {
  top: 0;
  right: 0;
  transform: translate(100px, -100px);
}
@media screen and (max-width: 576px) {
  .point-section .point-1::before {
    bottom: 0;
    top: auto;
    transform: translate(50px, 50px);
  }
}
.point-section .point-1 .point-cover {
  border-radius: 0 30px 30px 0;
  overflow: hidden;
}
.point-section .point-1 .point-cover::before {
  left: 0;
  bottom: 0;
  background-image: url(../image/top/history-text.webp);
  background-repeat: no-repeat;
  background-size: contain;
  width: 9.0277777778vw;
  height: 38.4722222222vw;
  max-height: 554px;
  z-index: 3;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 576px) {
  .point-section .point-1 .point-cover::before {
    background-image: url(../image/top/history-text-sp.webp);
    width: 61.8666666667vw;
    height: 12.8vw;
  }
}
.point-section .point-2::before {
  bottom: 0;
  right: 0;
  transform: translate(100px, 100px);
}
@media screen and (max-width: 576px) {
  .point-section .point-2::before {
    top: 0;
    bottom: auto;
    transform: translate(40px, -30px);
  }
}
.point-section .point-2 .point-cover {
  border-radius: 30px 30px 30px 0;
  overflow: hidden;
}
.point-section .point-2 .point-cover::before {
  right: 0;
  bottom: 0;
  background-image: url(../image/top/skill-text.webp);
  background-repeat: no-repeat;
  background-size: contain;
  width: 22.2222222222vw;
  height: 7.9861111111vw;
  -o-object-fit: cover;
     object-fit: cover;
  z-index: 3;
}
@media screen and (max-width: 576px) {
  .point-section .point-2 .point-cover::before {
    background-image: url(../image/top/skill-text-sp.webp);
    width: 35.7333333333vw;
    height: 12.8vw;
    right: auto;
    left: 10px;
    bottom: 0;
  }
}
.point-section .point-3::before {
  top: 0;
  left: 0;
  transform: translate(100px, 100px);
}
@media screen and (max-width: 576px) {
  .point-section .point-3::before {
    top: auto;
    bottom: 0;
    transform: translate(-30px, 60px);
  }
}
.point-section .point-3 .point-cover {
  border-radius: 30px 0 0 30px;
  overflow: hidden;
}
.point-section .point-3 .point-cover::before {
  right: 0;
  bottom: 0;
  background-image: url(../image/top/mastery-text.webp);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: right;
  width: 8.125vw;
  height: 42.9166666667vw;
  max-height: 618px;
  -o-object-fit: cover;
     object-fit: cover;
  z-index: 3;
}
@media screen and (max-width: 576px) {
  .point-section .point-3 .point-cover::before {
    background-image: url(../image/top/mastery-text-sp.webp);
    width: 65.8666666667vw;
    height: 12.6666666667vw;
  }
}
.point-section .point-4::before {
  bottom: 0;
  left: 0;
  transform: translate(-100px, 100px);
}
@media screen and (max-width: 576px) {
  .point-section .point-4::before {
    left: auto;
    right: 0;
    transform: translate(50px, 50px);
  }
}
.point-section .point-4 .point-cover {
  border-radius: 30px 0 0 30px;
  overflow: hidden;
}
.point-section .point-4 .point-cover::before {
  right: 0;
  bottom: 0;
  background-image: url(../image/top/solution-text.webp);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: right;
  width: 8.2638888889vw;
  height: 48.1944444444vw;
  max-height: 694px;
  -o-object-fit: cover;
     object-fit: cover;
  z-index: 3;
}
@media screen and (max-width: 576px) {
  .point-section .point-4 .point-cover::before {
    background-image: url(../image/top/solution-text-sp.webp);
    width: 65.8666666667vw;
    height: 11.4666666667vw;
  }
}
.point-section .adjustment {
  letter-spacing: -2px;
}

.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: 992px) {
  .parallax-frame {
    background-image: url(../image/common/parallax-bg-sp.webp);
    padding-top: 100vh;
  }
}

.section-garden {
  position: relative;
  padding-top: 12.1527777778vw;
  padding-bottom: 11.1111111111vw;
  background-color: #FCFCF1;
  z-index: 2;
}
.section-garden::before {
  content: "";
  position: absolute;
  background-image: url(../image/common/parallax-parts-bottom.svg);
  background-repeat: no-repeat;
  background-size: 100%;
  width: 100vw;
  height: 18.8194444444vw;
  top: -18.5416666667vw;
}
.section-garden .garden-flex {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 576px) {
  .section-garden .garden-flex {
    flex-direction: column;
  }
}
.section-garden .garden-flex .text {
  width: 39.5833333333vw;
  max-width: 570px;
}
@media screen and (max-width: 576px) {
  .section-garden .garden-flex .text {
    width: 100%;
    margin-bottom: 40px;
  }
}
.section-garden .garden-flex h3 {
  font-size: clamp(1.8rem, 2.2vw, 2.2rem);
  margin-bottom: 50px;
}
@media screen and (max-width: 576px) {
  .section-garden .garden-flex h3 {
    font-size: 18px;
    margin-bottom: 20px;
  }
}
.section-garden .garden-flex .description {
  line-height: 2.4;
}
.section-garden .garden-flex .description:first-child {
  margin-bottom: 30px;
}
@media screen and (max-width: 576px) {
  .section-garden .garden-flex .description:first-child {
    font-size: 14px;
  }
}
.section-garden .garden-flex .garden-more-btn a {
  display: flex;
  justify-content: flex-end;
  margin-top: 80px;
}
@media screen and (max-width: 576px) {
  .section-garden .garden-flex .garden-more-btn a {
    margin-top: 40px;
  }
}
.section-garden .c-split-media {
  width: 100%;
  max-width: 490px;
}
@media screen and (max-width: 992px) {
  .section-garden .c-split-media {
    max-width: 375px;
  }
}
.section-garden .c-split-media__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0.3125rem;
  justify-content: end;
  align-items: start;
}
.section-garden .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);
}
.section-garden .c-split-media__col:nth-child(1) {
  --stagger-y: 3.125rem;
}
.section-garden .c-split-media__col:nth-child(2) {
  --stagger-y: 0rem;
}
.section-garden .c-split-media__col:nth-child(3) {
  --stagger-y: 6.25rem;
}
.section-garden .c-split-media__col img {
  width: 100%;
  height: auto;
  display: block;
}
.section-garden .renovation-inner {
  margin-top: 220px;
}
@media screen and (max-width: 576px) {
  .section-garden .renovation-inner {
    margin-top: 80px;
  }
}
.section-garden .renovation-inner .tit-wrap-y {
  margin-bottom: 80px;
}
@media screen and (max-width: 576px) {
  .section-garden .renovation-inner .tit-wrap-y {
    margin-bottom: 20px;
  }
}
.section-garden .renovation-inner .renovation-flex {
  justify-content: space-between;
  margin-bottom: 160px;
}
@media screen and (max-width: 576px) {
  .section-garden .renovation-inner .renovation-flex {
    flex-direction: column-reverse;
    margin-bottom: 60px;
  }
  .section-garden .renovation-inner .renovation-flex:last-child {
    margin-bottom: 0;
  }
}
.section-garden .renovation-inner .renovation-flex.reverse {
  flex-direction: row-reverse;
}
@media screen and (max-width: 576px) {
  .section-garden .renovation-inner .renovation-flex.reverse {
    flex-direction: column-reverse;
  }
}
.section-garden .renovation-inner .renovation-flex .img {
  width: 40.2777777778vw;
  margin: 0 calc(50% - 50vw);
}
@media screen and (max-width: 576px) {
  .section-garden .renovation-inner .renovation-flex .img {
    width: 100%;
    margin: 0 auto 16px;
  }
}
.section-garden .renovation-inner .renovation-flex .text {
  display: flex;
  flex-direction: column;
  width: 41.6666666667vw;
  max-width: 600px;
}
@media screen and (max-width: 576px) {
  .section-garden .renovation-inner .renovation-flex .text {
    width: 100%;
  }
}
.section-garden .renovation-inner .renovation-flex .text h3 {
  font-size: clamp(1.8rem, 2.3vw, 2.4rem);
  margin-bottom: 50px;
}
@media screen and (max-width: 576px) {
  .section-garden .renovation-inner .renovation-flex .text h3 {
    margin-bottom: 20px;
  }
}
.section-garden .renovation-inner .renovation-flex .text .description {
  line-height: 2.4;
}
@media screen and (max-width: 576px) {
  .section-garden .renovation-inner .renovation-flex .text .description {
    font-size: 14px;
  }
}
.section-garden .renovation-inner .renovation-more-btn {
  margin-top: auto;
}
.section-garden .renovation-inner .renovation-more-btn a {
  justify-content: flex-end;
}

.section-about {
  background-image: url(../image/common/green-bg.webp);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  position: relative;
  z-index: 2;
  padding-top: 25.4166666667vw;
}
@media screen and (max-width: 768px) {
  .section-about {
    padding-top: 100px;
    background-size: cover;
  }
}
.section-about::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  background-image: url(../image/common/cover-top.webp);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  width: 100vw;
  height: 25.4166666667vw;
}
.section-about::after {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  background-image: url(../image/common/cover-bottom.webp);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  width: 100vw;
  height: 37.9166666667vw;
}
.section-about .inner-about {
  max-width: 550px;
  margin: auto;
}
.section-about .sub-tit {
  color: #ffffff;
}
.section-about h2 {
  color: #ffffff;
}
.section-about .tit-wrap-y {
  width: -moz-fit-content;
  width: fit-content;
  margin: auto;
  margin-bottom: 50px;
}
@media screen and (max-width: 768px) {
  .section-about .tit-wrap-y {
    margin-bottom: 20px;
    margin-left: 0;
    margin-right: auto;
  }
}
.section-about .description {
  color: #ffffff;
  line-height: 2.4;
  margin: auto;
  margin-bottom: 30px;
}
@media screen and (max-width: 768px) {
  .section-about .description {
    margin-bottom: 20px;
  }
}
.section-about .more-btn {
  width: -moz-fit-content;
  width: fit-content;
  margin-top: 60px;
  margin-right: 0;
  margin-left: auto;
}
@media screen and (max-width: 768px) {
  .section-about .more-btn {
    margin-top: 40px;
  }
}
.section-about .more-btn a {
  color: #ffffff;
}
.section-about .gallery-marquee {
  padding-top: 36.8055555556vw;
  position: relative;
  z-index: 2;
  transform: translateY(-120px);
  overflow: hidden;
}
@media screen and (max-width: 992px) {
  .section-about .gallery-marquee {
    padding-top: 53.3333333333vw;
  }
}
@media screen and (max-width: 768px) {
  .section-about .gallery-marquee {
    padding-top: 66.6666666667vw;
  }
}
@media screen and (max-width: 576px) {
  .section-about .gallery-marquee {
    padding-top: 110.6666666667vw;
  }
}
.section-about .about-deco {
  position: absolute;
  border-radius: 30px;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .section-about .about-deco {
    border-radius: 15px;
  }
}
.section-about .about-deco img {
  -o-object-fit: cover;
     object-fit: cover;
}
.section-about .about-deco.deco-image01 {
  top: 23.125vw;
  left: 20px;
  max-width: 230px;
}
@media screen and (max-width: 992px) {
  .section-about .about-deco.deco-image01 {
    top: 9.2361111111vw;
    max-width: 160px;
  }
}
@media screen and (max-width: 768px) {
  .section-about .about-deco.deco-image01 {
    max-width: 110px;
  }
}
@media screen and (max-width: 576px) {
  .section-about .about-deco.deco-image01 {
    top: auto;
    bottom: 124.333333vw;
    left: 0;
  }
}
.section-about .about-deco.deco-image02 {
  bottom: 42.5vw;
  left: 13.8888888889vw;
  max-width: 200px;
}
@media screen and (max-width: 992px) {
  .section-about .about-deco.deco-image02 {
    bottom: 56.9444444444vw;
    max-width: 140px;
  }
}
@media screen and (max-width: 768px) {
  .section-about .about-deco.deco-image02 {
    max-width: 100px;
  }
}
@media screen and (max-width: 576px) {
  .section-about .about-deco.deco-image02 {
    left: 0;
    right: 0;
    margin: auto;
    bottom: 96.333333vw;
  }
}
.section-about .about-deco.deco-image03 {
  top: 30.7638888889vw;
  right: 30px;
  max-width: 220px;
}
@media screen and (max-width: 992px) {
  .section-about .about-deco.deco-image03 {
    top: 16.875vw;
    max-width: 170px;
  }
}
@media screen and (max-width: 768px) {
  .section-about .about-deco.deco-image03 {
    max-width: 80px;
  }
}
@media screen and (max-width: 576px) {
  .section-about .about-deco.deco-image03 {
    top: 10px;
    right: 15px;
  }
}
.section-about .about-deco.deco-image04 {
  bottom: 45vw;
  right: 11.1111111111vw;
  max-width: 220px;
}
@media screen and (max-width: 992px) {
  .section-about .about-deco.deco-image04 {
    bottom: 51.9444444444vw;
    max-width: 130px;
  }
}
@media screen and (max-width: 768px) {
  .section-about .about-deco.deco-image04 {
    max-width: 100px;
  }
}
@media screen and (max-width: 576px) {
  .section-about .about-deco.deco-image04 {
    bottom: 120vw;
    right: 0;
  }
}
.section-about .about-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-about .about-deco.js-view.show {
  opacity: 1;
  transform: translateY(0) scale(1);
}
.section-about .about-deco.js-view:nth-child(1) {
  transition-delay: 0s;
}
.section-about .about-deco.js-view:nth-child(2) {
  transition-delay: 0.12s;
}
.section-about .about-deco.js-view:nth-child(3) {
  transition-delay: 0.24s;
}
.section-about .about-deco.js-view:nth-child(4) {
  transition-delay: 0.36s;
}

.section-recruit {
  padding-top: 6.9444444444vw;
  padding-bottom: 24.9305555556vw;
  position: relative;
  z-index: 2;
}
.section-recruit .recruit-flex {
  justify-content: space-between;
}
@media screen and (max-width: 576px) {
  .section-recruit .recruit-flex {
    flex-direction: column;
  }
}
.section-recruit .recruit-flex .txt {
  width: 100%;
  max-width: 500px;
}
.section-recruit .recruit-flex .txt h3 {
  font-size: clamp(2.4rem, 3vw, 3.2rem);
  margin-bottom: 30px;
}
@media screen and (max-width: 576px) {
  .section-recruit .recruit-flex .txt h3 {
    font-size: 22px;
    margin-bottom: 16px;
  }
}
.section-recruit .recruit-flex .txt .note {
  font-size: clamp(1.4rem, 1.25vw, 1.6rem);
  margin-bottom: 26px;
  display: flex;
  align-items: center;
}
.section-recruit .recruit-flex .txt .note > span {
  display: inline-block;
  width: 6px;
  height: 6px;
  margin-right: 8px;
  background-color: #369811;
  border-radius: 50%;
}
@media screen and (max-width: 576px) {
  .section-recruit .recruit-flex .txt .note {
    font-size: 16px;
    margin-bottom: 14px;
  }
}
.section-recruit .recruit-flex .txt .description {
  line-height: 2.4;
  padding-left: 0.9em;
}
.section-recruit .recruit-flex .txt .more-btn {
  margin-top: auto;
  width: -moz-fit-content;
  width: fit-content;
  margin-right: 0;
  margin-left: auto;
}
@media screen and (max-width: 576px) {
  .section-recruit .recruit-flex .txt .more-btn {
    margin-top: 40px;
  }
}
.section-recruit .recruit-flex .img {
  width: 27.7777777778vw;
  max-width: 400px;
  position: relative;
}
@media screen and (max-width: 576px) {
  .section-recruit .recruit-flex .img {
    width: 66.6666666667vw;
    margin-top: 40px;
  }
}
.section-recruit .recruit-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-recruit .recruit-flex .img::before {
    top: auto;
    right: 0;
    left: auto;
    bottom: 0;
    transform: translate(55px, 50px);
  }
}
.section-recruit .recruit-flex .img span {
  display: block;
  border-radius: 30px;
  overflow: hidden;
  position: relative;
  z-index: 2;
}
.section-recruit .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-recruit .point-image.js-view.show::before {
  opacity: 1;
}