@charset "UTF-8";
.reasons-section {
  background-color: #FFF5ED;
  padding: 80px 24px 12px;
  box-sizing: border-box;
  text-align: center;
}

.reasons-title-wrap {
  margin-bottom: 56px;
}

.reasons-title {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
}

.reasons-icon {
  width: 35px;
  height: auto;
}

/* 見出し */
.reasons-heading {
  font-size: 4vw;
  font-weight: 900;
  color: #000;
  margin: 0;
}

.reasons-heading .num {
  color: #F36A3A;
  font-size: 2rem;
}

.reasons-underline {
  width: 95%;
  height: 3px;
  background-color: #000;
  margin: 12px auto 0;
  border-radius: 3px;
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.35);
}

.reason-block {
  margin-bottom: 64px;
}

.reason-title, .reason-title3 {
  font-size: 1.4rem;
  font-weight: 700;
  color: #000;
  margin-bottom: 16px;
  line-height: 1.6;
}

.reason-title .highlight {
  color: #F36A3A;
}

.reason-title3 .highlight {
  color: #F36A3A;
}

.reason-img img {
  width: 80%;
  max-width: 320px;
  margin: 0 auto 16px;
  display: block;
}

.reason-text {
  font-size: 4vw;
  color: #000;
  line-height: 1.7;
}

@media (min-width: 768px) {
  .reasons-heading {
    font-size: 2.2rem;
  }
  .reasons-heading.num {
    font-size: 2.8rem;
  }
  .reasons-underline {
    width: 320px;
  }
  .reasons-inner {
    max-width: 1080px;
    margin: 0 auto;
  }
  .reason-title, .reason-title3 {
    font-size: 1.6rem;
  }
  .reason-text {
    font-size: 1.5rem;
  }
}
@media (min-width: 1024px) {
  .reasons-section {
    max-width: 960px;
    margin: 0 auto;
    padding: 100px 0 96px;
  }
  .reasons-underline {
    width: 640px;
  }
  .reasons-title-wrap {
    margin-bottom: 100px;
  }
  .reason-block {
    display: inline-block;
    vertical-align: top;
    width: 30%;
    margin: 0 1.5%;
  }
  .reason-title {
    font-size: 1.5rem;
    margin-bottom: 50px;
  }
  .reason-img img {
    margin-bottom: 36px;
  }
}/*# sourceMappingURL=reason.css.map */