/* business
======================================= */
.business {
  background: url(../img/service/business_bg.png) no-repeat center center/cover;
}
.business__inner {
  padding-top: 5em;
  padding-bottom: 13em;
}

/* features
======================================= */
.features {
  background: url(../img/service/features_bg.png) no-repeat top center/118vw;
  margin-top: -5.5em;
}
.features__inner {
  padding-top: 9em;
  padding-bottom: 16em;
}
.features__list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.features__item {
  width: 30.645%;
}
.features__item-upper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.9375em;
  position: relative;
}
.features__item-upper-num {
  font-family: "futura-pt-bold";
  font-size: 5em;
  line-height: 1;
  font-style: italic;
  letter-spacing: 0.02em;
  color: #D5F003;
}
.features__item-upper-title {
  font-family: "futura-pt-bold";
  font-size: 2em;
  font-weight: bold;
  letter-spacing: 0.02em;
  padding-bottom: 0.2em;
}
.features__item-img {
  margin-top: -1.4em;
  border-radius: 8px;
  overflow: hidden;
  margin-bottom: 0.9375em;
}
.features__item-title {
  font-size: 1.5em;
  text-align: center;
  font-weight: 900;
  margin-bottom: 0.9375rem;
}