.section21 {
  padding: 2rem 0;
  background-color: #EBEBEB;
}
.section21__items {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  column-gap: 5%;
  row-gap: 4rem;
}
@media screen and (max-width: 1023.98px) {
  .section21__items {
    flex-direction: column;
    row-gap: 2rem;
  }
}
.section21__item {
  width: 30%;
}
.section21__item img {
  width: 100%;
}
@media screen and (max-width: 1023.98px) {
  .section21__item {
    width: 80%;
    margin: 0 auto;
  }
}

.keyword-item__title {
  margin-bottom: 1rem;
  text-align: center;
  font-size: 1.25rem;
  font-weight: normal;
}
.keyword-item__title div {
  box-sizing: border-box;
  display: inline-block;
  padding-top: calc((176px - 1.25rem) / 2);
  width: 176px;
  height: 176px;
  border-radius: 50%;
  background-color: #FFF;
}
.keyword-item p {
  line-height: 2;
}


/*# sourceMappingURL=concept-keyword.css.map */
