:root {
  --cl01: #aa56bc;
  --cl02: #813591;
}

.p_benefit_article__item, .p_benefit_other__text {
  font-size: 0.875rem;
}
@media screen and (min-width: 768px) {
  .p_benefit_article__item, .p_benefit_other__text {
    font-size: 1rem;
  }
}

.p_benefit_other__ttl {
  font-size: 1rem;
}
@media screen and (min-width: 768px) {
  .p_benefit_other__ttl {
    font-size: 1.25rem;
  }
}

.p_benefit_ttl {
  font-size: 1.375rem;
}
@media screen and (min-width: 768px) {
  .p_benefit_ttl {
    font-size: clamp(1.75rem, 1.5625vw + 1rem, 2rem);
  }
}

.setImg {
  aspect-ratio: 1.3958333333;
}
@media screen and (min-width: 768px) {
  .setImg {
    aspect-ratio: 1.4;
  }
}

.p_benefit {
  background-color: #F6F8FA;
}
.p_benefit .c_hero {
  padding-bottom: 45px;
}
@media screen and (min-width: 768px) {
  .p_benefit .c_hero {
    padding-bottom: 89px;
  }
}

.p_benefit_ttl {
  font-weight: 700;
  color: #2F3A4C;
  line-height: 1.4375;
}

.p_benefit_articles {
  margin-top: 30px;
}
@media screen and (min-width: 768px) {
  .p_benefit_articles {
    margin-top: 58px;
  }
}

@media screen and (min-width: 768px) {
  .p_benefit_article {
    display: flex;
    gap: 42px;
  }
}
.p_benefit_article:not(:first-of-type) {
  margin-top: 60px;
}
@media screen and (min-width: 768px) {
  .p_benefit_article:not(:first-of-type) {
    margin-top: 100px;
  }
}
.p_benefit_article__content {
  flex: 1;
}
.p_benefit_article__list {
  margin-top: 25px;
}
@media screen and (min-width: 768px) {
  .p_benefit_article__list {
    margin-top: 37px;
  }
}
.p_benefit_article__item {
  font-weight: 400;
  line-height: 2;
  position: relative;
  padding-left: 15px;
}
.p_benefit_article__item:not(:first-of-type) {
  margin-top: 2px;
}
@media screen and (min-width: 768px) {
  .p_benefit_article__item {
    padding-left: 18px;
  }
  .p_benefit_article__item:not(:first-of-type) {
    margin-top: 4px;
  }
}
.p_benefit_article__item::before {
  content: "";
  position: absolute;
  width: 0.5em;
  height: 0.5em;
  background-color: #AA56BC;
  border-radius: 50%;
  top: 0.75em;
  left: 0;
}
.p_benefit_article__img {
  margin-top: 20px;
  flex: 1;
}
@media screen and (min-width: 768px) {
  .p_benefit_article__img {
    margin-top: 0;
  }
}

.p_benefit_others {
  margin-top: 70px;
}
@media screen and (min-width: 768px) {
  .p_benefit_others {
    margin-top: 103px;
  }
}
.p_benefit_others .p_benefit_ttl {
  margin-bottom: 30px;
}
@media screen and (min-width: 768px) {
  .p_benefit_others .p_benefit_ttl {
    margin-bottom: 40px;
  }
}

.p_benefit_other {
  display: flex;
  align-items: center;
  background-color: #fff;
  min-height: 150px;
  padding-inline: 20px;
  gap: 15px;
}
@media screen and (min-width: 768px) {
  .p_benefit_other {
    grid-template-columns: 1fr 5fr;
    min-height: 200px;
    padding-inline: 0;
    gap: unset;
  }
}
.p_benefit_other + .p_benefit_other {
  margin-top: 10px;
}
.p_benefit_other__icon {
  display: flex;
  justify-content: center;
  width: 23.8805970149%;
}
@media screen and (min-width: 768px) {
  .p_benefit_other__icon {
    width: 16.3793103448%;
    padding-bottom: 3px;
  }
}
.p_benefit_other__icon img {
  width: auto;
}
.p_benefit_other__body {
  flex: 1;
  flex-shrink: 0;
}
@media screen and (min-width: 768px) {
  .p_benefit_other__body {
    display: grid;
    align-items: center;
    grid-template-columns: 1fr 4fr;
  }
}
.p_benefit_other__ttl {
  font-weight: 700;
}
@media screen and (min-width: 768px) {
  .p_benefit_other__ttl {
    min-width: 170px;
    padding-left: 16%;
    padding-top: 4px;
  }
}
.p_benefit_other__text {
  line-height: 2;
}
@media screen and (min-width: 768px) {
  .p_benefit_other__text {
    padding-inline: 4.6%;
    padding-top: 3px;
  }
}

/*# sourceMappingURL=benefit.css.map */
