.land_lead .list img {
  height: 20.9rem;
}

@media screen and (min-width: 768px) {
  .land_lead .list {
    gap: 0 3rem;
    white-space: nowrap;
  }
}

@media screen and (min-width: 768px) {
  .land_lead .list li + li:before {
    margin-top: 2rem;
    left: -2rem;
  }
  .land_lead .list li:nth-child(2):before {
    left: -2.8rem;
  }
  .land_lead .list li:nth-child(2) img {
    position: relative;
  }
  .land_lead .list li:nth-child(3):before {
    left: -1.2rem;
  }
  .land_lead .list li:nth-child(3) img {
    position: relative;
    left: 1rem;
  }
  .land_lead .list li:nth-child(4):before {
    left: 0;
  }
  .land_lead .list li:nth-child(4) img {
    position: relative;
    left: 1rem;
  }
}

.land_achieve {
  padding: 6rem 0 9rem;
  margin-bottom: 0;
  margin-top: 5rem;
}

/*# sourceMappingURL=style.css.map */