.merits__items__item {
  border-radius: 10px;
  background: white;
  display: flex;
  box-shadow: 0 0 14px rgba(0, 0, 0, 0.05);
  position: relative;
}
.merits__items__item + .merits__items__item {
  margin-top: 30px;
}
.merits__items__item__text__header {
  display: grid;
  grid-template-columns: 50px auto;
  grid-gap: 0 6px;
  margin-bottom: 24px;
}
.merits__items__item__text__header * {
  color: #e47011;
}
.merits__items__item__text__header small.point {
  letter-spacing: 0;
  font-size: 12px;
  grid-column: 1/span 2;
}
.merits__items__item__text__header .count {
  margin-right: 12px;
  font-size: 32px;
  letter-spacing: 0;
  line-height: 32px;
}
.merits__items__item__text__header h3 {
  font-size: 28px;
  font-weight: bold;
  margin: 0;
  line-height: 32px;
}
.merits__items__item__text__header h3 + p {
  margin-top: 0;
}
.merits__items__item__text__header h3 + p:last-child {
  margin-bottom: 0;
}
.merits__items__item__img > img {
  aspect-ratio: 1/1;
  height: auto;
  object-fit: contain;
}
@media not screen and (max-width: 767px) {
  .merits__items__item {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 30px 60px;
  }
  .merits__items__item__text {
    width: 60%;
    flex: 0 0 60%;
  }
  .merits__items__item__img {
    width: 30%;
    flex: 0 0 30%;
    object-fit: contain;
    text-align: center;
  }
  .merits__items__item__img img {
    height: auto;
    max-width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .merits__items__item {
    padding: 21px 21px 0;
    flex-direction: column-reverse;
    align-items: center;
  }
  .merits__items__item__text__header {
    align-items: center;
    grid-template-columns: 42px auto;
    margin-bottom: 16px;
  }
  .merits__items__item__text__header small.point {
    font-size: 10px;
    letter-spacing: 0.5px;
  }
  .merits__items__item__text__header .count {
    font-size: 25px;
    line-height: 22px;
    letter-spacing: 2px;
  }
  .merits__items__item__text__header h3 {
    font-size: 21px;
    line-height: 22px;
    margin-right: 8px;
  }
  .merits__items__item__img > img {
    max-width: 300px;
    max-height: 300px;
    aspect-ratio: auto;
    height: auto;
    width: 100%;
    margin-bottom: 24px;
  }
}
@media not screen and (max-width: 767px) {
  .merits__items--alternate .merits__items__item:nth-child(even) {
    flex-direction: row-reverse;
  }
}
.merits__items--horizontal .merits__items__item {
  flex-direction: column-reverse;
  box-shadow: none;
}
.merits__items--horizontal .merits__items__item__img, .merits__items--horizontal .merits__items__item__text {
  width: 100%;
}
.merits__items--horizontal .merits__items__item__text {
  flex: 1 1 auto;
  text-align: center;
}
.merits__items--horizontal .merits__items__item__text:has(p:empty) {
  text-align: center;
}
.merits__items--horizontal .merits__items__item__text:has(p:empty) .merits__items__item__text__header {
  display: inline-grid;
  text-align: left;
}
.merits__items--horizontal .merits__items__item__text__header {
  text-align: left;
  display: inline-grid;
}
.merits__items--horizontal .merits__items__item__text p {
  text-align: left;
}
.merits__items--horizontal .merits__items__item__img {
  aspect-ratio: 1/1;
  max-width: 280px;
  max-height: 280px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #f6f6f6;
  margin-bottom: 16px;
}
.merits__items--horizontal .merits__items__item__img > img {
  aspect-ratio: 1/1;
  max-width: 280px;
  max-height: 280px;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .merits__items--horizontal .merits__items__item__img > img {
    margin-bottom: 0;
    height: 100%;
  }
}
.merits__items--horizontal .merits__items__item__img--full > img {
  object-fit: cover;
}
.merits__items--horizontal .merits__items__item__img:not(.merits__items__item__img--full) > img {
  object-fit: contain;
}
@media not screen and (max-width: 767px) {
  .merits__items--horizontal {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-gap: 48px;
    align-items: stretch;
  }
  .merits__items--horizontal .merits__items__item {
    flex-direction: column-reverse;
    align-items: center;
    padding: 0;
  }
  .merits__items--horizontal .merits__items__item + .merits__items__item {
    margin-top: 0;
  }
  .merit-has-two-row-h3 .merits__items--horizontal h3 {
    height: 64px;
  }
}

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