@charset "utf-8";
.service-under__section {
  margin-bottom: 78px;
}
.service-under__section:last-of-type {
  margin-bottom: 260px;
}
.service-under__section--title-en {
  margin-bottom: 104px;
}
.service-under__section--inner-text {
  margin-bottom: 78px;
}

@media (max-width: 767px) {
  .service-under__section {
    margin-bottom: 53px;
  }
  .service-under__section:last-of-type {
    margin-bottom: 80px;
  }
  .service-under__section--title-en {
    margin-bottom: 38px;
  }
  .service-under__section--inner-title--ja {
    margin-bottom: 16px;
  }
  .service-under__section--inner-text {
    margin-bottom: 0;
  }
}
