.swiperBox {
  position: relative;
}
.swiperBox h2 {
  font-weight: 500;
  font-size: 18px;
  color: white;
  position: absolute;
  top: 50%;
  left: 20px;
  transform: translateY(-60%);
}
.main h2 {
  text-align: center;
  line-height: 1rem;
  margin: 2rem 0;
  font-size: 0.9rem;
}
.main h2 span {
  width: 3rem;
  height: 1.5rem;
  margin: 0 0.5rem;
  display: inline-block;
  background-image: url("../../img/line.jpg");
  background-repeat: no-repeat;
  background-position-y: 20px;
}
.main p {
  color: #666666;
  font-size: 0.7rem;
  text-align: left;
  text-indent: 2em;
  line-height: 1.2rem;
  margin: 0;
}
.management_image {
  margin-top: 30px;
  display: flex;
  justify-content: space-between;
}
.management_image img {
  width: 100%;
  max-height: 11rem;
}
.features_list li {
  margin: 0 auto 2rem;
}
.features_list i {
  font-size: 50px;
  display: block;
  text-align: center;
}
.features_list h3 {
  text-align: center;
  font-weight: 400;
  line-height: 2rem;
}
.main .features_list p {
  text-align: center;
  text-indent: 0;
}
