/*  ------------------------------ feature.scss */
.feature h2 {
  text-align: center;
  font-size: 2.6rem;
  font-weight: bold;
  margin-bottom: 28px;
}
.feature p {
  font-size: 1.4rem;
  line-height: 2;
}
.feature p.center {
  text-align: center;
}
.feature p + p {
  margin-top: 2rem;
}
.feature-top {
  margin: 40px auto 0;
  background-image: -webkit-image-set(url("../img/img1-bg.jpg") 1x, url("../img/img1-bg@2x.jpg") 2x);
  background-image: image-set(url("../img/img1-bg.jpg") 1x, url("../img/img1-bg@2x.jpg") 2x);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  padding: 40px 40px 40px 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.feature-top img {
  width: 60%;
  margin-right: 15px;
}
.feature-top__right {
  width: calc(40% - 15px);
}
.feature-top h3 {
  font-size: 2.5rem;
  line-height: 1.37;
  margin-bottom: 16px;
  color: #00bbd0;
}
.feature-top p {
  color: #fff;
}
.feature-top p + h3 {
  margin-top: 2rem;
}
.feature-item {
  padding: 42px 0;
  border-bottom: 1px solid #b8b8b8;
}
.feature-item h3 {
  font-size: 2.2rem;
  margin-bottom: 23px;
}
.feature-item h3.pink {
  color: #c36e73;
}
.feature-item h3.blue {
  color: #0093a8;
  text-align: right;
}
.feature-item h4 {
  font-size: 2.1rem;
  margin-bottom: 20px;
  color: #0093a8;
}
.feature-item h5 {
  display: table;
  margin: 2rem auto 1rem;
  text-align: center;
  background: #0093a8;
  color: #fff;
  font-size: 2rem;
  padding: 0 2rem;
}
.feature-item h5 + p {
  color: #0093a8;
  display: table;
  margin: 0 auto;
  font-size: 1.8rem;
  border-bottom: 2px dashed #0093a8;
  margin-bottom: 2rem;
}
.feature-item p span {
  color: #a03632;
  font-size: 1.6rem;
}
.feature-flex {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 0 40px;
}
.feature-flex + .feature-flex {
  margin-top: 30px;
}
.feature-flex__img {
  width: 30%;
}
.feature-flex__text {
  width: calc(70% - 40px);
}
.feature-flex > img {
  max-width: calc(50% - 20px);
}
.feature__bottom {
  padding-top: 63px;
}
.feature__bottom h3 {
  text-align: center;
  font-size: 2.5rem;
  color: #c36e73;
  margin-bottom: 45px;
}
.feature__bottom h4 {
  font-size: 2.2rem;
  color: #666;
  margin-bottom: 12px;
}
.feature__bottom .feature-flex {
  flex-wrap: wrap;
  gap: 63px 40px;
}
.feature__bottom-item {
  max-width: calc(50% - 20px);
}

@media screen and (max-width: 834px) {
  .feature h2 {
    font-size: 1.9rem;
    margin-bottom: 14px;
  }
  .feature p {
    font-size: 1.4rem;
  }
  .feature-top {
    margin: 25px auto;
    flex-direction: column;
    padding: 15px 0;
    background-size: 135%;
    background-position: top right;
  }
  .feature-top img {
    width: 100%;
    margin-right: 0;
    margin-bottom: 60px;
  }
  .feature-top h3 {
    font-size: 1.6rem;
    margin-bottom: 14px;
    text-align: center;
  }
  .feature-top p {
    color: #000;
  }
  .feature-top__right {
    width: 100%;
    max-width: 88%;
  }
  .feature-flex {
    flex-direction: column;
  }
  .feature-flex__text {
    width: 100%;
  }
  .feature-flex__text + .feature-flex__text {
    margin-top: 30px;
  }
  .feature-item h3,
.feature-item h4 {
    font-size: 1.6rem;
    margin-bottom: 1rem;
    text-align: center;
  }
  .feature-item h3.blue {
    text-align: center;
  }
  .feature-item img {
    display: block;
    margin: 0 auto 2rem;
    max-width: 80%;
  }
  .feature-item p span {
    font-size: 1.4rem;
  }
  .feature-item h5 {
    font-size: 1.5rem;
  }
  .feature-item h5 + p {
    font-size: 1.5rem;
  }
  .feature__bottom {
    padding-top: 18px;
  }
  .feature__bottom h3 {
    font-size: 1.6rem;
    margin-bottom: 24px;
  }
  .feature__bottom h4 {
    font-size: 1.5rem;
    text-align: center;
  }
  .feature__bottom .feature-flex {
    gap: 30px 0;
  }
  .feature__bottom-item {
    max-width: 100%;
  }
}/*# sourceMappingURL=hp_feature.css.map */