.p-concept__img {
  padding-top: clamp(0.5rem, 0.625vw, 0.75rem);
  padding-bottom: clamp(0.5rem, 1.3020833333vw, 1.5625rem);
}
.p-concept__text p {
  line-height: 1.8;
}
.p-concept__text strong {
  display: block;
  padding: 0.25rem 0;
  font-size: 1.5rem;
  color: var(--color_red01);
  font-weight: 700;
}

@media screen and (min-width: 768px) {
  .p-concept__text strong {
    padding: 0.5rem 0;
    font-size: var(--f32);
  }
}/*# sourceMappingURL=concept.css.map */