@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.img__box img {
  width: 100%;
  height: auto;
}

.white__wrap {
  padding: 2em;
  margin-bottom: 2em;
}

.flex__wrap {
  justify-content: center;
}
@media print, screen and (max-width: 767px) {
  .flex__wrap {
    justify-content: space-around;
  }
}
.flex__wrap .col3__wrap--small {
  width: 18%;
  max-width: 16.5rem;
  margin: 0 1em 0 0;
}
.flex__wrap .col3__wrap--small:last-child {
  margin: 0 0 0;
}
@media print, screen and (max-width: 767px) {
  .flex__wrap .col3__wrap--small {
    width: 45%;
    max-width: none;
    margin: 0 0 1em;
  }
}

.ttl--circle {
  font-weight: 700;
  position: relative;
  padding: 0 0 0 1.5em;
}
.ttl--circle::before {
  content: "";
  width: 1.6rem;
  height: 1.6rem;
  position: absolute;
  top: 0.35em;
  left: 0;
  background: none;
  border-radius: 10rem;
  border: 1px solid #4E6A85;
  display: block;
}
@media print, screen and (max-width: 1280px) and (min-width: 768px) {
  .ttl--circle::before {
    width: 1.35rem;
    height: 1.35rem;
  }
}
@media print, screen and (max-width: 767px) {
  .ttl--circle::before {
    width: 3.7333333333vw;
    height: 3.7333333333vw;
  }
}/*# sourceMappingURL=company_sdgs.css.map */