@charset "utf-8";

.bg-green {
  padding: 64px 0 110px;
  background: linear-gradient(90deg, #2f5f48 0%, #54a77e 100%);
  position: relative;
  z-index: 10;

  &::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 93px;
    background: inherit;
    clip-path: ellipse(67% 100% at 50% 100%);
    top: -92px;
    left: 50%;
    transform: translateX(-50%);
  }
  &::after {
    content: "";
    position: absolute;
    top: -92px;
    left: 0;
    background: url('../images/bg.png') center / cover no-repeat;
    width: 100%;
    height: 100%;
    pointer-events: none;
  }
}
@media screen and (min-width: 1024px) {
  .bg-green {
    &::before {
      clip-path: ellipse(52% 100% at 50% 100%);
    }
  }
}

.bg-green-mt62 {
  margin-top: -62px;
  padding: 18px 0 110px;
}
.bg-green__bigbox {
  background: linear-gradient(90deg, #228769 0%, #22b184 100%);
}
.bg-green__chillout {
  background: linear-gradient(90deg, #56a981 0%, #65d19d 100%);
}
.bg-green__ymp {
  background: linear-gradient(90deg, #4f896c 0%, #46c184 100%);
}
.bg-green__gallery {
  background: linear-gradient(90deg, #7bb17d 0%, #abebae 100%);
}

.bg-detail__white {
  padding: 123px 0 150px;
  position: relative;
  background: #F8F6F4;
  z-index: 0;

  &::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    background: url('../images/bg.png') center / contain repeat;
    width: 100%;
    height: 100%;
    pointer-events: none;
    z-index: 2;
  }

  &::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    background: url('../images/20251023213941989212.png') top center / cover repeat;
    width: 100%;
    height: 100%;
    z-index: -1;
  }
}

.ymp-box {
  padding: 40px 20px;
}
@media screen and (min-width: 1024px) {
  .ymp-box {
  padding: 40px 44px;
}
}
.c8201 p{
  width: fit-content;
  margin-inline: auto;
    background: linear-gradient(transparent 60%, rgba(77, 181, 129, 0.4) 0%);
  display: inline;
  padding: 0 1px 0px;
  
}

.c-black .about__title-wrap,
.c-black .detail-title,
.c-black .c7070{
  color: #242424 !important;
}

.c10730 {
  max-width: 1064px;
  margin: 0 auto;
}
@media screen and (min-width: 1024px) {
  .c10730 {
    margin: 0 auto 0 0;
  }
}

.about-head {
  overflow: hidden;
  position: relative;
  padding: 97px 0 0;
  z-index: 1;
}

.about-head::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(#0768a6 0%, #0068b1 29.4%, rgba(74, 148, 111, 0) 69.46%, #287e53 88.37%, #427a5e 100%);
  opacity: 0.7;
  pointer-events: none;
  z-index: 1;
}

.c9721:hover {
  opacity: 0.8;
}

.about-head__img {
  position: absolute;
  top: 0;
  left: 0;
  aspect-ratio: 1367 / 941;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.about__title-wrap {
  margin-top: 92px;
  display: flex;
  gap: 29px;
  color: #fff;
  align-items: center;
}
@media screen and (min-width: 768px) {
  .about__title-wrap {
    gap: 49px;
  }
}

.about__title-sub {
  display: flex;
  flex-direction: column;
  gap: 13px;
}
.about__title-en {
  writing-mode: vertical-rl;
  width: 20px;
}
.about__title-main {
  font-size: 36px;
  font-weight: 600;
  line-height: 50px;
  letter-spacing: 0.22em;
}
@media screen and (min-width: 768px) {
  .about__title-main {
    font-size: 44px;
    line-height: 62px;
  }
}

.img__swiper,
.img__swiper-wrapper,
.img__swiper-slide {
  position: relative;
}
.img__swiper-wrapper {
  display: flex;
  transition-timing-function: linear;
  align-items: flex-start;
}
.img__swiper-slide {
  display: flex;
  align-items: center;
  justify-content: center;
  height: auto;
  aspect-ratio: 456 / 457;
  max-width: 456px;
  width: 456px;
}
.img__swiper-slide img {
  aspect-ratio: 456 / 457;
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.top-service {
  position: relative;
  z-index: 5;
}

.company {
  position: relative;
  overflow-x: clip;
  z-index: 1;

  &::before {
    content: "";
    position: absolute;
    top: -276px;
    right: -239px;
    background: url(../images/circle01.png) center / contain no-repeat;
    width: 1063px;
    height: 816px;
  }

  &::after {
    content: "";
    position: absolute;
    bottom: -140px;
    left: -131px;
    background: url(../images/circle02.png) center / contain no-repeat;
    width: 1030px;
    height: 789px;
  }
}

.c-table {
  display: flex;
  position: relative;
  padding: 30px 0;
  flex-wrap: nowrap;
  align-items: center;
  font-size: 12px;
}
@media screen and (min-width: 768px) {
 .c-table {
    font-size: 14px;
  }
}

.c-table::before {
  content: "";
  position: absolute;
  width: 100px;
  height: 1px;
  background: #4F896B;
  bottom: 0;
  left: 0;
}

.c-table::after {
  content: "";
  position: absolute;
  width: calc(100% - 100px);
  height: 1px;
  background: #C7C7C7;
  bottom: 0;
  right: 0;
}

.c-table__head {
  flex-shrink: 0;
  width: 84px;
  text-align: center;
}
@media screen and (min-width: 768px) {
.c-table__head {
    width: 100px;
  }
}

.c-table__body {
  flex-grow: 1;
  padding: 0 0 0 20px;
}
@media (min-width: 768px) {
  .c-table__body {
    padding: 0 0 0 60px;
  }
}

.c-table__map {
  margin-top: 30px;
  width: 100%;
  height: 364px;
  border-radius: 10px;
  overflow: hidden;
  @media screen and (min-width: 768px) {
    .c-table__map {
      aspect-ratio: 863 / 364;
      height: auto;
    }
  }}

.c-table__map div,
.c-table__map div iframe {
  width: 100%;
  height: 100%;
  border: none;
}

.c-links {
  margin-top: 63px;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  margin-bottom: 118px;
}
@media screen and (min-width: 768px) {
  .c-links {
    flex-wrap: nowrap;
  }
}

.c-link__item {
  width: 200px;
  border-block: 1px solid #fff;
  padding: 20px 0 60px;
  position: relative;

  &::after {
    content: "";
    position: absolute;
    bottom: 24px;
    left: 50%;
    transform: translateX(-50%);
    background: url('../images/link-down.svg') center / cover no-repeat;
    width: 5px;
    height: 12px;
    transition: bottom 0.3s;
  }

  &:hover::after {
    bottom: 18px;
  }
}
@media screen and (min-width: 768px) {
  .c-link__item {
    padding: 10px 0 60px;
    border-block: none;
    border-inline: 1px solid #fff;
  }
}

.c5765 {
  font-size: 15px !important;
}
@media screen and (min-width: 1024px) {
  .c5765 {
   font-size: 18px !important;
  }
}

.detail-title {
  font-weight: 600;
  font-size: 27px;
  letter-spacing: 0.22em;
  line-height: 33px;
  color: #fff;
}
@media screen and (min-width: 900px) {
  .detail-title {
    font-size: 34px;
  }
}


.service__container {
  display: flex;
  justify-content: start;
  gap: 67px;
  align-items: start;
  flex-direction: column;
}
.service__copy {
  max-width: 100% !important;
  margin: 31px 0 0 65px !important;
}
@media screen and (min-width: 1300px) {
  .service__container {
    display: flex;
    justify-content: start;
    gap: 127px;
    align-items: start;
    flex-direction: row;
  }
  .service__copy {
    max-width: 318px !important;
    margin: 38px 0 0 65px !important;
  }
}

.about__title-wrap-p0 {
  padding-left: 0 !important;
}

.service__wrap {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  gap: 40px;
  margin-inline: auto;
}
@media screen and (min-width: 768px) {
  .service__wrap {
    grid-template-columns: repeat(2, 1fr);
    gap: 79px 60px;
  }
}
@media screen and (min-width: 1300px) {
  .service__wrap {
    margin-top: 56px;
    margin-inline: 0;
  }
}


@media screen and (min-width: 768px) {
  .service__item:nth-of-type(2) {
    margin-top: 70px;
  }
  .service__item:nth-of-type(3) {
    margin-top: -70px;
  }
}

.service__img {
  aspect-ratio: 280/300;
  width: 280px;
  height: auto;
  border-radius: 5px;
}
.service__text {
  display: flex;
  gap: 16px;
  align-items: center;
  &::before {
    content: "";
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #4B7C63;
  }
}

.property__img {
  aspect-ratio: 1368/457;
  width: 100%;
  height: 100%;
  object-fit: cover;
}


.faq__wrap {
  padding: 37px 0 31px 15px;
  display: grid;
  gap: 59px;
  grid-template-columns: repeat(1, 1fr);
  border-top: 1px solid #C7C7C7;

  &:last-of-type {
    border-bottom: 1px solid #C7C7C7;
  }

}
@media screen and (min-width: 768px) {
  .faq__wrap {
    grid-template-columns: repeat(2, 1fr);
  }
}

.faq__item {
  display: flex;
  align-items: start;
  gap: 20px;
}
.faq__item a {
  color: #2E75D5;
 text-decoration: underline;
}

.faq__item:first-of-type {
  position: relative;
  &::before {
    content: "";
    position: absolute;
    bottom: -20px;
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
    height: 2px;
    background-image: radial-gradient(circle, #c7c7c7 1px, transparent 1px);
    background-position: left top;
    background-repeat: repeat-x;
    background-size: 10px 2px;
  }
}
@media screen and (min-width: 768px) {
  .faq__item:first-of-type {
    &::before {
      bottom: unset;
      top: 50%;
      left: unset;
      right: -20px;
      transform: translateY(-50%);
      width: 2px ;
      height: 140%;
      background-image: radial-gradient(circle, #c7c7c7 1px, transparent 1px);
      background-position: left top;
      background-repeat: repeat-y;
      background-size: 2px 10px;
    }
  }
}


@media screen and (min-width: 1024px) {
  .product__container,
  .product__container02 {
    margin-left: 65px !important;
  }
}
.product__title  {
  border-bottom: 1px solid #D3D3D3;
}

.product__wrap {
  margin-top: 40px;
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  gap: 50px 20px;
}
@media screen and (min-width: 500px) {
  .product__wrap {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (min-width: 1024px) {
  .product__wrap {
    grid-template-columns: repeat(3, 1fr);
    gap: 60px 41px;
  }
}
@media screen and (min-width: 1300px) {
  .product__wrap {
    grid-template-columns: repeat(4, 1fr);
  }
}
.product__img {
  width: 100%;
  height: auto;
}

.product__btn {
  width: min(90%, 367px);
  text-align: center;
  background: #4F9E79;
  border-radius: 10px;
  padding: 15px;
  position: relative;
}
.product__btn p {
  font-size: 17px;
  font-weight: 700;
  letter-spacing: 0.22em;
  line-height: calc(35 / 17);
  color: #fff;
  text-decoration: none;
}
.product__btn::after {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 23px;
  background: url('../images/20251024112553178830.svg') center / contain no-repeat;
  width: 13px;
  height: 6px;
  transition: background 0.3s;
}
@media screen and (min-width: 768px) {
  .product__btn::after {
    right: 33px;
  }
}
.product__btn:hover {
  opacity: 0.8;
}

.reason__wrap {
  margin-top: 40px;
  display: flex;
  gap: 56px;
  flex-direction: column;
  align-items: start;
  width: min(100%, 550px);
  margin-inline: auto;
}
@media screen and (min-width: 1024px) {
  .reason__wrap {
    width: 100%;
    max-width: 1060px;
    margin-inline: auto 0;
    flex-direction: row;
    justify-content: space-between;
  }
  .reason__item {
    &:nth-of-type(2) {
      margin-top: 30px;
    }
    &:nth-of-type(3) {
      margin-top: 60px;
    }
  }
}
.reason__img {
  aspect-ratio: 317 / 337;
  width: min(100%, 550px);
  height: auto;
  object-fit: cover;
  margin-inline: auto;
  display: block;
}

.shop__wrap {
  margin-top: 48px;
  display: flex;
  flex-direction: column;
  gap: 80px;
}
@media screen and (min-width: 1024px) {
  .shop__wrap {
    max-width: 1060px;
    margin-left: auto;
  }
}

.shop__item {
  display: flex;
  align-items: start;
  gap: 50px;
  flex-direction: column;
}
@media screen and (min-width: 1100px) {
  .shop__item {
    align-items: end;
    flex-direction: row;
  }
}

.shop__img {
  aspect-ratio: 394 / 349;
  width: min(100%, 550px);
  height: 100%;
  object-fit: cover
}
@media screen and (min-width: 768px) {
  .shop__img {
    width: 394px;
  }
}

.shop-table .c-table {
  padding: 20px 0;

  &:first-of-type {
    padding: 0;
  }
}

.access__map {
  margin-top: 23px;
  width: 100%;
  height: 459px;
  border-radius: 10px;
  overflow: hidden;
}
@media screen and (min-width: 768px) {
  .access__map {
    aspect-ratio: 1060 / 459;
    height: auto;
  }
}
@media screen and (min-width: 1024px) {
  .access__map {
    max-width: 1060px;
    margin-left: auto;
  }
  .c7747 {
     max-width: 1060px;
    margin-left: auto;
}
}

.access__map div,
.access__map div iframe {
  width: 100%;
  height: 100%;
  border: none;
}

.other__wrap {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 40px 20px;
}
@media screen and (min-width: 768px) {
  .other__wrap {
    grid-template-columns: repeat(3, 1fr);
    gap: 40px;
  }
}
@media screen and (min-width: 1024px) {
  .other__wrap {
    grid-template-columns: repeat(4, 1fr);
  }
}
.other__img {
  aspect-ratio: 1/1;
  width: 100%;
  height: auto;
  object-fit: cover;
}

.attention__wrap {
  margin-top: 40px;
  background: #FFFFFF;
  border-radius: 10px;
  border: 1px solid #E6E5E4;
  padding: 40px 30px;
  display: flex;
  flex-direction: column;
  align-items: start;
  gap: 26px
}
@media screen and (min-width: 1024px) {
  .attention__wrap {
    padding: 31px 49px 13px 54px;
    flex-direction: row;
    align-items: center;
    max-width: 1060px;
    margin-left: auto;
    gap: 66px;
  }
}
@media screen and (min-width: 1300px) {
  .attention__wrap {
    margin-top: 6px;
  }
}

.attention__lists {
  padding: 50px 0 0 0;
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  gap: 16px;
  width: 100%;
  position: relative;
  &::before {
    content: "";
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
    height: 2px;
    background-image: radial-gradient(circle, #e6e5e4 0.75px, transparent 0.75px);
    background-position: left top;
    background-repeat: repeat-x;
    background-size: 5.5px 1.5px;
  }
}
@media screen and (min-width: 1024px) {
  .attention__lists {
    padding: 0 0 0 50px;
    &::before {
      top: 50%;
      transform: translateY(-50%);
      left: 0;
      width: 1.5px;
      height: calc(206 / 258 * 100%);
      background-position: left top;
      background-repeat: repeat-y;
      background-size: 1.5px 5.5px;
    }
  }
}

.attention__list {
  padding-bottom: 17px;
  border-bottom: 1px solid #E6E5E4;
  display: flex;
  align-items: center;
  gap: 17px;
  text-decoration: underline;
  text-decoration-color: #ED1817;
  &::before {
    content: "";
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #ED1818;
  }
  &:last-of-type {
    border-bottom: none;
  }
}






