.feature-list {
  display: flex;
  flex-wrap: wrap;
}
.feature-list__itemImg {
  overflow: hidden;
  border-radius: 10px;
}
.feature-list__itemText {
  font-weight: bold;
  line-height: 1.5;
  letter-spacing: 0.1em;
}
.feature-nav {
  background: #fff9f1;
}
.feature-nav .c-title-1 {
  letter-spacing: 0.1em;
}
.feature-nav .c-text {
  letter-spacing: 0.1em;
}
.feature-nav__lead {
  display: flex;
  align-items: center;
}
.feature-nav__lead span {
  font-weight: bold;
  line-height: 1.5;
  letter-spacing: 0.1em;
  margin: 0;
}
@media print, screen and (min-width: 768px) {
  .feature-list {
    gap: min(40px, 2.777777777777778vw) min(60px, 4.166666666666666vw);
  }
  .feature-list__item {
    width: min(352px, 24.444444444444443vw);
  }
  .feature-list__itemText {
    font-size: min(18px, 1.25vw);
    margin: min(20px, 1.388888888888889vw) 0 0 0;
  }
  .feature-nav {
    margin-top: min(150px, 10.416666666666668vw);
    padding: min(100px, 6.944444444444445vw) 0;
  }
  .feature-nav .c-text {
    margin: min(20px, 1.388888888888889vw) 0 0 0;
  }
  .feature-nav__lead {
    margin-top: min(20px, 1.388888888888889vw);
  }
  .feature-nav__lead span {
    font-size: min(24px, 1.666666666666667vw);
    margin-right: min(10px, 0.694444444444444vw);
  }
  .feature-nav__lead .c-btn-circle.c-btn-circle--arrow {
    width: min(40px, 2.777777777777778vw);
    height: min(40px, 2.777777777777778vw);
  }
}
@media screen and (max-width: 767.98px) {
  .feature-list {
    flex-direction: column;
    gap: 8vw;
  }
  .feature-list__itemText {
    font-size: 4.266666666666667vw;
    margin: 2.666666666666667vw 0 0 0;
  }
  .feature-nav {
    margin-top: 33.06666666666666vw;
    padding: 16vw 0;
  }
  .feature-nav__lead {
    margin-top: 2.666666666666667vw;
  }
  .feature-nav__lead span {
    font-size: 4.266666666666667vw;
    margin-right: 2.666666666666667vw;
  }
  .feature-nav__lead .c-btn-circle.c-btn-circle--arrow {
    width: 8vw;
    height: 8vw;
  }
}
