.section {
  width: 100%;
}
.section__inner {
  position: relative;
  width: 100%;
  margin: 0 auto;
  max-width: calc(100% - 8vw);
}
@media screen and (min-width: 768px) {
  .section__inner {
    max-width: 69.4444444444vw;
  }
}
@media screen and (min-width: 1440px) {
  .section__inner {
    max-width: 1000px;
  }
}

.ems {
  width: 100%;
  padding: 8vw 0 13.3333333333vw;
}
@media screen and (min-width: 768px) {
  .ems {
    padding: 2.0833333333vw 0 4.8611111111vw;
  }
}
@media screen and (min-width: 1440px) {
  .ems {
    padding: 30px 0 70px;
  }
}
.ems__title {
  font-size: 1.8rem;
  font-weight: 700;
  margin-bottom: 4vw;
}
@media screen and (min-width: 768px) {
  .ems__title {
    font-size: 2.2rem;
    margin-bottom: 1.0416666667vw;
  }
}
@media screen and (min-width: 1440px) {
  .ems__title {
    margin-bottom: 15px;
  }
}
.ems__subtitle {
  font-size: 1.6rem;
  font-weight: 400;
  margin-bottom: 4vw;
}
@media screen and (min-width: 768px) {
  .ems__subtitle {
    font-size: 1.8rem;
    margin-bottom: 1.0416666667vw;
  }
}
@media screen and (min-width: 1440px) {
  .ems__subtitle {
    margin-bottom: 15px;
  }
}
.ems__text {
  font-size: 1.4rem;
  margin-bottom: 8vw;
}
@media screen and (min-width: 768px) {
  .ems__text {
    font-size: 1.6rem;
    margin-bottom: 2.0833333333vw;
  }
}
@media screen and (min-width: 1440px) {
  .ems__text {
    margin-bottom: 30px;
  }
}
.ems__list {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  gap: 2.6666666667vw;
  margin-bottom: 8vw;
}
@media screen and (min-width: 768px) {
  .ems__list {
    grid-template-columns: repeat(3, 1fr);
    gap: 3.4722222222vw;
    margin-bottom: 2.0833333333vw;
  }
}
@media screen and (min-width: 1440px) {
  .ems__list {
    gap: 50px;
    margin-bottom: 30px;
  }
}
.ems__list:last-of-type {
  margin-bottom: 0;
}
.ems__item {
  width: 100%;
}
.ems__item img {
  width: 100%;
  height: auto;
}
.ems__img {
  margin-bottom: 4vw;
  box-shadow: 1.3333333333vw 1.3333333333vw 1.3333333333vw rgba(0, 0, 0, 0.16);
}
@media screen and (min-width: 768px) {
  .ems__img {
    box-shadow: 0.3472222222vw 0.3472222222vw 0.3472222222vw rgba(0, 0, 0, 0.16);
    margin-bottom: 1.3888888889vw;
  }
}
@media screen and (min-width: 1440px) {
  .ems__img {
    box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.16);
    margin-bottom: 20px;
  }
}
.ems__product {
  font-size: 1.6rem;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .ems__product {
    font-size: 1.8rem;
  }
}