/* ============================================
   ABOUT ページ固有スタイル
   ============================================ */

.profile-role {
  font-size: 16px;
  font-weight: 600;
  color: var(--color-muted);
  margin-bottom: 20px;
}

.profile-bio {
  font-size: 15px;
  line-height: 1.9;
  color: var(--color-muted);
  margin-bottom: 20px;
  max-width: 640px;
  text-align: left;
}

.skills-inner {
  max-width: 800px;
  margin: 0 auto;
}
