.materiality__text {
  margin: 24px 0px 64px;
  font-size: 16px;
  line-height: 1.75;
  text-align: center;
}
@media (max-width: 767px) {
  .materiality__text {
    text-align: left;
  }
}
.materiality__round {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 32px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  width: 100%;
  max-width: 964px;
  margin: 0px auto 80px;
}
@media (max-width: 767px) {
  .materiality__round {
    gap: 14px;
    max-width: 358px;
    margin: 0px auto 40px;
  }
}
.materiality__round--green, .materiality__round--orange, .materiality__round--blue {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 300px;
  aspect-ratio: 1/1;
}
@media (max-width: 767px) {
  .materiality__round--green, .materiality__round--orange, .materiality__round--blue {
    width: calc(50% - 14px);
    max-width: 172px;
  }
}
.materiality__round--green {
  background: url("/assets/img/en/sustainability/top/round_green.png") no-repeat;
  background-size: contain;
}
.materiality__round--orange {
  background: url("/assets/img/en/sustainability/top/round_orange.png") no-repeat;
  background-size: contain;
}
.materiality__round--blue {
  background: url("/assets/img/en/sustainability/top/round_blue.png") no-repeat;
  background-size: contain;
}
.materiality__round--point.green, .materiality__round--text.green {
  color: #7faa29;
}
.materiality__round--point.orange, .materiality__round--text.orange {
  color: #e58011;
}
.materiality__round--point.blue, .materiality__round--text.blue {
  color: #00a0e9;
}
.materiality__round--point {
  margin-top: 59px;
  font-family: "GeneralSans-Medium", "Noto Sans JP", sans-serif;
  font-size: 16px;
  line-height: 1.375;
  text-align: center;
}
@media (max-width: 767px) {
  .materiality__round--point {
    margin-top: 37px;
    font-size: 7px;
    line-height: 1.429;
  }
}
.materiality__round--text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 52px;
  margin-top: 30px;
  font-size: 18px;
  font-weight: bold;
  line-height: 1.444;
  text-align: center;
}
@media (max-width: 767px) {
  .materiality__round--text {
    height: 29px;
    margin-top: 21px;
    font-size: 10px;
    line-height: 1.4;
  }
}
.materiality__round--img {
  width: 115px;
}
@media (max-width: 767px) {
  .materiality__round--img {
    width: 65px;
  }
}
