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