/*------ stakeholder ------*/
.stakeholder-mvSec img {
  object-position: 50% 50%;
}

.stakeholderSec p {
  margin-top: 2rem;
  font-family: "Noto Serif JP";
  font-size: clamp(1.1875rem, -315.1176470588rem + 700vw, 1.625rem);
}
@media screen and (max-width: 768px) {
  .stakeholderSec p {
    margin-top: 1rem;
  }
}
.stakeholderSec__message {
  padding-top: 0;
}
.stakeholderSec__table {
  margin-top: 2rem;
}
.stakeholderSec__list01 {
  margin-bottom: 2rem;
}
.stakeholderSec__list02 li {
  font-size: clamp(0.875rem, -179.8823529412rem + 400vw, 1.125rem);
}
