section.message {
  max-width: 1000px;
  margin: 0 auto;
  width: 90%;
}
section.message .img-message {
  position: relative;
}
section.message h2.txt-message span {
  font-size: 34px;
  background-color: var(--black);
  color: var(--white);
  font-family: var(--noto-serif);
  padding: 3px 10px;
  letter-spacing: -0.05em;
  font-weight: 300;
}
@media screen and (max-width: 767px) {
  section.message h2.txt-message span {
    font-size: 5vw;
    line-height: 2;
  }
}
section.message h2.txt-message span.second {
  padding-left: 0;
}
section.message .txt-box {
  max-width: 800px;
  margin: 60px auto 0;
  display: flex;
  flex-direction: column;
  gap: 30px 0;
}
@media screen and (max-width: 767px) {
  section.message .txt-box {
    margin-top: 30px;
    gap: 20px 0;
  }
}
section.message .txt-box p {
  line-height: 2.3;
}
@media screen and (max-width: 767px) {
  section.message .txt-box p {
    line-height: 2;
  }
}
@media screen and (max-width: 767px) {
  section.message .txt-box .name-area {
    margin-top: 10px;
  }
}
section.message .txt-box .name-area div {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  font-family: var(--noto-serif);
}
@media screen and (max-width: 500px) {
  section.message .txt-box .name-area div {
    justify-content: center;
  }
}
section.message .txt-box .name-area div .position {
  font-size: 16px;
  font-weight: 600;
  padding-right: 20px;
  text-align: left;
  display: block;
  line-height: 1.7;
}
@media screen and (max-width: 767px) {
  section.message .txt-box .name-area div .position {
    font-size: 14px;
  }
}
@media screen and (max-width: 500px) {
  section.message .txt-box .name-area div .position {
    font-size: 13px;
  }
}
section.message .txt-box .name-area div .name {
  font-size: 30px;
  font-weight: 700;
  display: block;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  section.message .txt-box .name-area div .name {
    font-size: 24px;
  }
}

section.member {
  max-width: 1000px;
  margin: 0 auto;
  width: 90%;
}
section.member ul.member-list {
  margin-top: 40px;
  display: flex;
  gap: 10px;
}
section.member ul.member-list li {
  width: 33.3333333333%;
}
section.member ul.member-list li h4 {
  font-family: var(--noto-serif);
  font-size: 16px;
  font-weight: 700;
  line-height: 1;
  margin-top: 15px;
}
@media screen and (max-width: 600px) {
  section.member ul.member-list li h4 {
    margin-top: 10px;
    font-size: clamp(0.75rem, 0.333rem + 1.78vw, 1rem);
  }
}
section.member ul.member-list li h3 {
  font-family: var(--noto-serif);
  font-size: 24px;
  font-weight: 700;
  line-height: 1;
  margin-top: 10px;
}
@media screen and (max-width: 600px) {
  section.member ul.member-list li h3 {
    margin-top: 7px;
    font-size: clamp(1rem, 0.167rem + 3.56vw, 1.5rem);
  }
}