@charset "utf-8";

/*============================================
  base.css
  スタッフ紹介ページの固有スタイルの上書き
==============================================*/
.position {
  color: var(--color-main-light);
}

.director-name {
  color: var(--color-main-default);
}

.director-lead-txt {
  color: var(--color-main-default);
}

.staff-position {
  color: var(--color-main-light);
}

.staff-name {
  color: var(--color-main-default);
}

.blog-box-new {
  margin: 0 auto;
  max-width: 680px;
  padding-bottom: 30px;
}

.director-name-furigana {
  color: var(--color-main-default);
}