/* about.css — About ページ固有 */

/* ヘッダー分の上余白 */
.about-section {
  padding-top: calc(var(--header-h) + var(--space-section));
}

/* 日本語名・英語名のサイズ調整 */
.about-name .text-ja {
  font-size: 1.2em;
}

.about-name .text-en {
  font-size: 0.7em;
}

/* 行間を縮める */
.about-name {
  line-height: 1.19;
}

.about-role {
  font-size: 0.6rem;
  letter-spacing: 0.08em;
  color: var(--color-sub);
}

