@charset "UTF-8";
/* ===== @use ===== */
/* ===== common.scss ===== */
/* -- 変数 -- */
/* font */
/* color */
/* switching */
/* ===== @mixin ===== */
/* crm */
/* ===== esg.css ===== */
/* -- esg_box01 -- */
.esg_box01 {
  display: flex;
  flex-wrap: wrap;
  margin-top: 1rem;
}
.esg_box01 > li {
  width: 6rem;
}
.esg_box01 > li:not(:last-child) {
  margin-right: 0.6rem;
}/*# sourceMappingURL=esg.css.map */