@charset "UTF-8";

.section__fv {
  background-position: center;
}

.next__content {
  width: 90%;
}

@media (max-width: 1280px) {
  .feateres__inner {
    padding: 100px 5%;
  }

  .service-features__list {
    width: 47.5%;
  }

  .service-features__img {
    width: 47.5%;
  }
}

@media (max-width: 1024px) {
  .service-features__content {
    flex-direction: column-reverse;
    gap: 50px;
  }

  .feateres__inner {
    padding: 100px 0;
  }

  .service-features__list {
    width: 90%;
    margin: 0 auto;
  }

  .service-features__img--items {
    aspect-ratio: 16 / 9;
    height: auto;
  }

  .service-features__img {
    width: 100%;
    top: 0;
    left: 0;
  }

  .service-features__img-item1 img,
  .service-features__img-item2 img,
  .service-features__img-item3 img {
    object-position: 50% 25%;
    border-radius: 0;
  }

  .next__content__items {
    flex-direction: column;
  }

  .next__contents--inner {
    padding-inline: 5%;
  }

  .next__contents--item {
    max-width: none;
    width: 100%;
    min-width: auto;
  }

  .senior-voice__message--inner {
    padding-inline: 5%
  }

  .section__title {
    padding: 0 5%;
  }

  .next__contents--card {
    min-width: auto;
  }
}

@media (max-width: 600px) {
  .sectionTop__title {
    padding: 100px 5%;
  }

  .service-features__img--items {
    aspect-ratio: 4 / 3;
  }
}