.surveying__content {
  display: flex;
  flex-direction: column;
  gap: var(--spacer-12);
  padding-top: var(--spacer-12);
  border-top: 1px solid var(--color-white);
}
.surveying__item {
  display: flex;
  flex-direction: column;
  gap: var(--spacer-10);
  padding-bottom: var(--spacer-12);
  border-bottom: 1px solid var(--color-white);
}
.surveying__item--with-images {
  flex-direction: row;
  align-items: flex-start;
  gap: var(--spacer-10);
}
.surveying__item--with-image {
  flex-direction: row;
  align-items: flex-start;
  gap: var(--spacer-10);
}
.surveying__item--uav {
  gap: var(--spacer-12);
  padding-bottom: var(--spacer-12);
}
.surveying__item:last-child {
  border-bottom: 1px solid var(--color-white);
}
.surveying__text {
  display: flex;
  flex-direction: column;
  gap: var(--spacer-5);
  flex: 1;
}
.surveying__title {
  font-family: var(--font-ja--bold);
  font-size: var(--fz-8);
  color: var(--color-white);
  line-height: 1;
  margin: 0;
}
.surveying__description {
  font-family: var(--font-ja--regular);
  font-size: var(--fz-4);
  color: var(--color-white);
  line-height: 2;
  margin: 0;
}
.surveying__images {
  display: flex;
  gap: var(--spacer-3);
  width: 18.75rem;
  flex-shrink: 0;
}
.surveying__image {
  flex: 1;
  aspect-ratio: 3/4;
}
.surveying__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.surveying__single-image {
  width: 18.75rem;
  aspect-ratio: 3/2;
  flex-shrink: 0;
}
.surveying__single-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.surveying__uav-cards {
  display: flex;
  gap: var(--spacer-6);
  width: 100%;
}
.surveying__uav-card {
  flex: 1;
  background: var(--grassmorphism-base);
  border: var(--grassmorphism-outline);
  border-radius: 0.375rem;
  backdrop-filter: blur(10px);
  padding: var(--spacer-6);
  display: flex;
  flex-direction: column;
  gap: var(--spacer-5);
}
.surveying__uav-card-content {
  display: flex;
  flex-direction: column;
  gap: var(--spacer-6);
  flex: 1;
}
.surveying__uav-card-title {
  font-family: var(--font-ja--bold);
  font-size: var(--fz-5);
  color: var(--color-white);
  line-height: 1;
  text-align: center;
  margin: 0;
}
.surveying__uav-card-spec {
  padding-top: var(--spacer-5);
  border-top: 1px solid var(--color-white);
}
.surveying__uav-card-spec p {
  font-family: var(--font-ja--regular);
  font-size: var(--fz-3r5);
  color: var(--color-white);
  line-height: 1.75;
  margin: 0;
}
.surveying__uav-card-image {
  width: 100%;
  aspect-ratio: 3/2;
  border-radius: 0.25rem;
  overflow: hidden;
}
.surveying__uav-card-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.surveying__uav-process {
  display: flex;
  flex-direction: column;
  width: 100%;
}
.surveying__uav-process-header {
  background-color: var(--color-black);
  border: 1px solid var(--color-white);
  border-bottom: none;
  border-radius: 0.375rem 0.375rem 0 0;
  padding: var(--spacer-10) 0;
  text-align: center;
}
.surveying__uav-process-title {
  font-family: var(--font-ja--bold);
  font-size: var(--fz-6);
  color: var(--color-white);
  line-height: 1;
  margin: 0;
}
.surveying__uav-process-swiper {
  border: 1px solid var(--color-white);
  border-top: none;
  border-bottom: none;
  width: 100%;
  padding: 0 var(--spacer-10) var(--spacer-10) var(--spacer-10) !important;
}
.surveying__uav-process-steps {
  background-color: var(--color-black);
  position: relative;
}
.surveying__uav-step {
  flex-shrink: 0;
  width: 22.5rem !important;
  background-color: var(--color-white);
  border-radius: 0.375rem;
  padding: var(--spacer-6) var(--spacer-5) var(--spacer-5);
  display: flex !important;
  flex-direction: column;
  gap: var(--spacer-6);
  position: relative !important;
  z-index: 2;
}
.surveying__uav-step:not(:last-child)::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 100%;
  width: 1.75rem;
  height: 2px;
  background-color: var(--color-white);
  z-index: 1;
  transform: translateY(-50%);
}
.surveying__uav-step-title {
  font-family: var(--font-ja--bold);
  font-size: var(--fz-4r5);
  color: var(--color-black);
  line-height: 1;
  text-align: center;
  margin: 0;
}
.surveying__uav-step-image {
  aspect-ratio: 3/2;
  border-radius: 0.25rem;
  overflow: hidden;
}
.surveying__uav-step-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.surveying__uav-navigation {
  display: flex;
  gap: 1px;
}
.surveying__uav-nav-prev, .surveying__uav-nav-next {
  flex: 1;
  background-color: var(--color-white);
  padding: 0 var(--spacer-5);
  display: flex;
  align-items: center;
  gap: var(--spacer-5);
  height: 4rem !important;
}
.surveying__uav-nav-prev {
  justify-content: flex-start !important;
  border-radius: 0 0 0 0.375rem;
}
.surveying__uav-nav-prev svg {
  width: 1.25rem !important;
  height: 1.25rem !important;
}
.surveying__uav-nav-prev p {
  font-family: var(--font-eng);
  font-weight: 600;
  font-size: var(--fz-4);
  color: var(--color-black);
  line-height: 1;
}
.surveying__uav-nav-next {
  justify-content: flex-end !important;
  border-radius: 0 0 0.375rem 0;
  border-left: 1px solid #ccc;
}
.surveying__uav-nav-next svg {
  width: 1.25rem !important;
  height: 1.25rem !important;
}
.surveying__uav-nav-next p {
  font-family: var(--font-eng);
  font-weight: 600;
  font-size: var(--fz-4);
  color: var(--color-black);
  line-height: 1;
}

@media screen and (max-width: 1079px) {
  .surveying__content {
    padding-top: var(--spacer-10);
    gap: var(--spacer-10);
  }
  .surveying__item {
    padding-bottom: var(--spacer-8r5);
  }
  .surveying__item--with-images {
    flex-direction: column;
    gap: var(--spacer-5);
    padding-bottom: var(--spacer-10);
  }
  .surveying__item--with-image {
    flex-direction: column;
    padding-bottom: var(--spacer-10);
    gap: var(--spacer-5);
  }
  .surveying__item--uav {
    gap: var(--spacer-5);
    padding-bottom: var(--spacer-10);
  }
  .surveying__text {
    gap: var(--spacer-5);
  }
  .surveying__title {
    font-size: var(--fz-6);
  }
  .surveying__description {
    line-height: 1.75;
  }
  .surveying__images {
    width: 100%;
  }
  .surveying__single-image {
    width: 100%;
  }
  .surveying__uav-cards {
    flex-direction: column;
    gap: var(--spacer-5);
  }
  .surveying__uav-process-header {
    padding: var(--spacer-5) var(--spacer-6);
  }
  .surveying__uav-process-title {
    font-size: var(--fz-5);
    line-height: 1.5;
  }
  .surveying__uav-process-swiper {
    padding: 0 var(--spacer-6) var(--spacer-6) var(--spacer-6) !important;
  }
  .surveying__uav-step {
    width: 16rem !important;
    padding: var(--spacer-5) var(--spacer-4) var(--spacer-4);
    gap: var(--spacer-5);
  }
  .surveying__uav-step-title {
    font-size: var(--fz-4);
  }
  .surveying__uav-nav-prev, .surveying__uav-nav-next {
    height: 3.5rem !important;
    padding: 0 var(--spacer-4);
    gap: var(--spacer-4);
  }
}

/*# sourceMappingURL=surveying.css.map */
