@charset "utf-8";

.fv {
  position: relative;
  overflow-x: clip;

  &::before {
    content: "";
    position: absolute;
    top: -341px;
    right: -236px;
    background: url('../images/circle01.png') center / cover no-repeat;
    width: 949px;
    height: 717px;
  }

  &::after {
    content: "";
    position: absolute;
    bottom: -255px;
    left: -122px;
    background: url('../images/circle02.png') center / cover no-repeat;
    width: 884px;
    height: 681px;
  }
}

@media screen and (min-width: 1024px) {
  .fv__inner {
    padding: 0 70px;
  }
}

.fv__wrap {
  display: flex;
  align-items: center;
  gap: 58px;
  justify-content: space-between;
  flex-direction: column;
  max-width: 950px;
  margin: 0 auto;
  position: relative;
  padding-bottom: 54px;

  &::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    background: #C7C6C5;
    width: 100vw;
    height: 1px;
  }

}
@media screen and (min-width: 1250px) {
  .fv__wrap {
    flex-direction: row;
    gap: min(calc(58 / 1366 * 100vw), 58px);
    max-width: 100%;
     padding-bottom: 24px;
  }
}

.fv__img01 {
  aspect-ratio: 644 / 632;
  object-fit: cover;
  width: min(90%, 550px);
  height: auto;
}
@media screen and (min-width: 1250px) {
 .fv__img01 {
    width: min(calc(644 / 1366 * 100vw), 644px);
  }
}

.c2666 {
  position: relative;
  width: 100%;
  height: 100%;
  padding: 320px 0 177px 0;
}
@media screen and (min-width: 700px) {
  .c2666 {
    padding: 279px 0 177px 0;
  }
}
@media screen and (min-width: 900px) {
  .c2666 {
        padding: 147px 0 160px 0;
  }
}
@media screen and (min-width: 1350px) {
  .c2666 {
    padding: 240px 23px 177px 55px;
  }
}

.fv__img02 {
  position: absolute;
  top: -20px;
  right: 0;
  aspect-ratio: 249 / 112;
  object-fit: cover;
  width: 249px;
  height: auto;
}
@media screen and (min-width: 1250px) {
 .fv__img02 {
    top: -35px;
  }
}

.fv__img03 {
  position: absolute;
  bottom: 0;
  left: 0;
  aspect-ratio: 135 / 112;
  object-fit: cover;
  width: 135px;
  height: auto;
}

.c2768 {
  width: fit-content;
  margin: 0 auto;
}
@media screen and (min-width: 1250px) {
  .c2768 {
    margin: 0 auto 0 0;
  }
}

.fv__title {
  padding: 0 18px;
  background: linear-gradient(90deg, #155034 0%, #378c61 100%);

  position: relative;
  width: fit-content;

  &::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    background: url('../images/bg.png') center / cover no-repeat;
    width: 100%;
    height: 100%;
    pointer-events: none;
  }
}
.fv__title:nth-of-type(2) {
  margin-left: 56px;
  background: linear-gradient(90deg, #348d61 0%, #58b45d 100%);

}
.fv__text {
  width: 88px;
  height: auto;
  position: absolute;
  right: 27px;
  top: 19%;
}
@media screen and (min-width: 550px) {
  .fv__text {
    top: 27%;
  }
}

.top-about {
  position: relative;
  background: linear-gradient(90deg, #2d5c45 0%, #52a87e 100%);
  color: #fff;

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

.c7943 {
  aspect-ratio: 354/172;
  height: auto !important;
}

@media screen and (min-width: 1024px) {
  .top-about__inner {
    padding: 0 87px;
  }
}

.top-about__wrap {
  margin-top: 60px;
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  gap: 30px;

}
@media screen and (min-width: 1100px) {
  .top-about__wrap {
    margin-top: 0;
    grid-template-columns: 335px 1fr;
    margin-right: calc(50% - 50vw);
    align-items: center;
  }
}

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

.bg-text__wrap {
  display: flex;
  gap: 50px;
  width: 100%;
  height: 198px;
  position: absolute;
  bottom: -49px;
  left: 50%;
  transform: translateX(-50%);
}
.bg-text {
  aspect-ratio: 1533 / 198;
  flex-shrink: 0;
  width: auto;
  height: 198px;
  animation: infinity-scroll-left 50s infinite linear 0.5s both;
}
@keyframes infinity-scroll-left {
  from {
    transform: translateX(0%);
  }
  to {
    transform: translateX(-100%);
  }
}

.top-service__links {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  align-items: center;
}
@media screen and (min-width: 768px) {
  .top-service__links {
    gap: 28px;
  }
}

.top-service__link {
  padding: 13px 33px 13px 13px;
  display: flex;
  gap: 13px;
  align-items: center;

  &::before {
    content: "";
    width: 6px;
    height: 6px ;
    background: #24876A;
    border-radius: 50%;
  }
  
  &:hover {
  background: #CCCCCC;
  }
}

.top-service__wrap {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
}
@media screen and (min-width:768px) {
  .top-service__wrap {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (min-width: 1330px) {
  .top-service__wrap {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media screen and (min-width: 1600px) {
  .top-service__wrap {
    max-width: 1400px;
    margin-inline: auto !important;
  }
}

.top-service__item {
  padding: 40px 30px 50px 30px;
  color: #fff !important;
  background: #2D5C45;
  position: relative;

  &:nth-of-type(2) {
    background: #218668;
  }
  &:nth-of-type(3) {
    background: #53A87F;
  }
  &:nth-of-type(4) {
    background: #4F8A6B;
  }
  &:nth-of-type(5) {
    background: #7BB27E;
  }
  &:nth-of-type(6) {
    background: #9BC79C;
  }

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

  &::after {
    content: "";
    position: absolute;
    bottom: 40px;
    right: 27px;
    background: url('../images/20251015160301626793.svg') center / cover no-repeat;
    width: 45px;
    height: 22px;
  }
  
  &:hover {
   opacity: 0.7;
  }
}
@media screen and (min-width: 500px) {
  .top-service__item {
    padding: 40px 90px 60px 90px;
  }
}
@media screen and (min-width: 768px) {
  .top-service__item {
    padding: 40px 48px 75px 48px;
  }
}

.top-service__item-title {
  display: flex;
  gap: 16px;
  align-items: center;
  font-size: 20px !important;

  &::before {
    content: "";
    width: 6px;
    height: 6px ;
    background: #FFFFFF;
    border-radius: 50%;
  }
}
@media screen and (min-width: 870px) {
  .top-service__item-title {
    font-size: 20px !important;
  }
}
@media screen and (min-width: 1366px) {
  .top-service__item-title {
    font-size: 26px !important;
  }
}

.top-service__item-img {
  margin: 20px auto 0;
  aspect-ratio: 357/457;
  width: 100%;
  height: auto;
  object-fit: cover;
}