/* ページ全体 */
.message-wrapper {
  margin-top: 120px;
  padding: 0 20px;
  font-family: "Courgette", cursive;
  font-family: "Eczar", serif;
  font-family: "Hina Mincho", serif;
  font-family: "Noto Sans JP", sans-serif;
  font-family: "Noto Serif JP", serif;
}

/* 上部2カラム */
.message-hero {
  max-width: 1100px;
  margin: 0 auto 100px;
  display: flex;
  gap: 140px;
}

/* 左カラム */
.hero-left {
  flex: 0 0 45%;
}

.hero-label {
  font-size: 13px;
  letter-spacing: 0.25em;
  color: #999;
  margin-bottom: 8px;
}

.hero-title {
  font-family: "Hina Mincho", serif;
  font-size: 32px;
  margin-bottom: 40px;
  color: #333;
}

.hero-role {
  font-size: 14px;
  color: #777;
}

.hero-name {
  font-size: 22px;
  font-weight: 700;
  margin-top: 4px;
}

.hero-name span {
  display: block;
  font-size: 13px;
  color: #777;
  margin-top: 2px;
}

.hero-bio {
  margin-top: 24px;
  line-height: 2;
  color: #555;
  font-size: 16px;
}

/* 右カラム - 写真 */
.hero-right img {
  width: 100%;
  border-radius: 4px;
  object-fit: cover;
}

/* 本文 */
.message-body {
  display: flex;
  justify-content: center;
  margin-bottom: 80px;
}

.message-inner {
  max-width: 820px;
  font-size: 16px;
  line-height: 2.2;
  color: #444;
}

.message-inner p {
  margin-bottom: 20px;
}

.message-heading {
  font-family: "Hina Mincho", serif;
  font-size: 30px;
  font-weight: 700;
  margin: 40px 0 24px;
  color: #333;
}

.message-sign {
  text-align: right;
  margin-top: 40px;
  /* font-weight: 700; */
}

/* SP対応 */
@media (max-width: 767px) {
  .message-hero {
    flex-direction: column;
    gap: 40px;
    margin: 0 auto 20px;
  }

  .hero-label {
    font-size: 13px;
    letter-spacing: 0.25em;
    margin-bottom: 8px;
  }

  .hero-title {
    font-size: 22px;
    margin-bottom: 5px;
    margin-top: 5px;
  }

  .hero-role {
    font-size: 13px;
    margin-top: 20px;
    margin-bottom: 5px;
  }

  .hero-name {
    font-size: 20px;
    margin-top: 4px;
  }

  .hero-bio {
    margin-top: 15px;
    line-height: 1.6;
    font-size: 13px;
  }

  .hero-left,
  .hero-right {
    flex: 1;
  }

  .message-wrapper {
    margin-top: 100px;
  }

  .message-inner {
    font-size: 12px;
    line-height: 1.6;
  }
  .message-heading {
    font-size: 18px;
    margin: 40px 0 24px;
  }
}
