@charset "UTF-8";
/*/////////////////////////////////////

  社員インタビュー（一覧・詳細 共通）

////////////////////////////////////*/
@media screen and (min-width:1104px) {
  /* ====================================================
    ページ見出し
  ====================================================*/
  .interview {
    margin-bottom: 64px;
  }
  .interview-ttl {
    margin-bottom: 48px;
    color: #be0303;
    font-size: 24px;
  }
  /* ====================================================
    プロフィール（一覧カード / 詳細冒頭 共通）
  ====================================================*/
  .interview-profile_row {
    display: flex;
    align-items: center;
    gap: 0 16px;
    margin-bottom: 8px;
    font-size: 15px;
  }
  .interview-profile_row:last-child {
    margin-bottom: 0;
  }
  .interview-profile dt {
    flex-shrink: 0;
    width: 75px;
    font-weight: bold;
    text-align: justify;
    text-align-last: justify;
    text-justify: inter-character;
  }
}
@media screen and (max-width:1103px) {
  .g-contents {
    padding: 0 2rem;
  }
  /* ====================================================
    ページ見出し
  ====================================================*/
  .interview {
    margin-bottom: 4rem;
  }
  .interview-ttl {
    margin-bottom: 2.5rem;
    color: #be0303;
    font-size: 1.7rem;
    font-weight: 600;
  }
  /* ====================================================
    プロフィール
  ====================================================*/
  .interview-profile_row {
    display: flex;
    align-items: baseline;
    margin-bottom: 0.4rem;
  }
  .interview-profile_row:last-child {
    margin-bottom: 0;
  }
  .interview-profile dt {
    flex-shrink: 0;
    width: 5em;
    margin-right: 1em;
    font-size: 1.2rem;
    font-weight: 600;
    text-align: justify;
    text-align-last: justify;
    text-justify: inter-character;
  }
  .interview-profile dd {
    font-size: 1.3rem;
  }
}
