:root {
  --1px: 0.0625rem;
  --2px: 0.125rem;
  --122px: 7.625rem;
  --209px: 13.0625rem;
  --233px: 14.5625rem;
}

/* あしらい */
.news-detail-ashirai {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  overflow: hidden;
  pointer-events: none;
}

.news-detail-ashirai .ashirai-image {
  width: 100%;
  height: auto;
}

/* FAVTOWN 企業詳細ページ用スタイル（Figma準拠・レスポンシブ対応） */
.company-detail {
  padding: 40px 0 48px 0;
}
.company-header {
  padding-bottom: 24px;
}
.company-main-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 16px 16px 0 0;
  margin: 24px 0 32px 0;
}
.company-meta {
  margin-bottom: 32px;
}

.recruiter-image {
  width: var(--72px);
  height: 72px;
  border-radius: 50%;
  object-fit: cover;
  border: 2px solid #e0e0e0;
}
.recruiter-detail {
  flex: 1;
}
.recruiter-name {
  font-weight: 600;
  color: #1976d2;
  margin-bottom: 8px;
}
.company-section {
  margin-bottom: 64px;
}

/* セクションタイトルスタイル */
.section-title-group {
  padding-bottom: 24px;
}

.section-title-en {
  display: block;

  font-weight: 600;
  font-size: var(--12px);
  line-height: 1.5em;
  letter-spacing: 0.05em;
  color: #156fc6;
  margin-bottom: 4px;
}

.section-title-ja {
  font-weight: 600;
  font-size: var(--22px);
  line-height: 1.4em;
  letter-spacing: 0.05em;
  color: #27292b;
  margin: 0;
}

/* 採用情報リンクスタイル */
.recruit-links-wrapper {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.recruit-link-button {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #ffffff;
  border: 3px solid #ffee56;
  border-radius: 999px;
  padding: 16px 24px;
  text-decoration: none;
  width: 100%;
  box-sizing: border-box;
  gap: var(--8px);
}

.recruit-link-text {
  font-weight: 600;
  font-size: var(--14px);
  line-height: 1.6em;
  letter-spacing: 0.02em;
  color: #156fc6;
}

.recruit-link-note {
  font-weight: 600;
  font-size: var(--10px);
  line-height: 1.6em;
  letter-spacing: 0.02em;
  color: #156fc6;
  margin-left: 4px;
}
.recruit-link-icon {
  display: flex;
}

/* テキストと注釈をまとめるラッパー */
.recruit-link-text-wrapper {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  flex-direction: column;
}
.company-recruit-info,
.company-career-recruit-info,
.company-links {
  padding: 0 24px;
}

/* 旧スタイルを上書き */
.company-recruit-info ul,
.company-internship-info ul,
.company-career-recruit-info ul,
.company-links ul {
  display: none;
}

/* 地域貢献活動テキスト */
.contribution-text {
  font-size: var(--14px);
  line-height: 1.6em;
  color: #333;
  padding: 16px;
  background-color: #f5f5f5;
  border-radius: 8px;
}

/* 地域貢献活動リンクスタイル */
.contribution-links-wrapper {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.contribution-link-button {
  display: flex;
  padding: 16px 24px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  align-self: stretch;
  border-radius: 16px;
  background: #156fc6;
}

.contribution-link-text {
  color: #fff;

  font-size: var(--16px);
  font-style: normal;
  font-weight: 600;
  line-height: 170%; /* 27.2px */
}

.company-section h2 {
  color: #27292b;

  font-size: var(--22px);
  font-style: normal;
  font-weight: 600;
  line-height: 140%; /* 30.8px */
  letter-spacing: 1.1px;
}
.section-title-en {
  color: #156fc6;

  font-size: var(--12px);
  font-style: normal;
  font-weight: 600;
  line-height: 150%; /* 18px */
  letter-spacing: 0.6px;
}

/* --- Recruiter Info --- */
.recruiter-info-ashirai {
  position: relative;
  height: 71px;
}

.recruiter-info-ashirai .ashirai-image1 {
  position: absolute;
  top: -1em;
  z-index: -1;
  width: 50%;
}
.recruiter-info-ashirai .ashirai-image2 {
  position: absolute;
  bottom: -7em;
  right: 0em;
  z-index: 1;
}

.recruiter-info {
  position: relative;
  background: #e8f3ff;
  border-radius: 40px 0 0 40px;
  padding: 48px 32px 40px 32px;
  margin: 0 auto 40px var(--24px);
  max-width: 600px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 24px;
}
.recruiter-info-inner {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
}
.recruiter-photo-wrap {
  margin-bottom: -60px;
  z-index: 2;
}
.recruiter-photo-bg {
  width: var(--135px);
  height: var(--135px);
  border-radius: 50%;
  background: linear-gradient(135deg, #156fc6 20.83%, #c2e0ff 86.53%);
  display: flex;
  align-items: center;
  justify-content: center;
}
.recruiter-photo-img {
  width: var(--122px);
  height: auto;
  border-radius: 50%;
  border: 6px solid #fff;
  aspect-ratio: 1 / 1;
}
.recruiter-message-block {
  background: #fff;
  padding: 80px 24px 24px;
  text-align: center;
  width: 100%;
  border-radius: 24px;
}
.recruiter-message-title {
  font-size: 22px;
  font-weight: 600;
  color: #27292b;
  margin-bottom: 12px;
  letter-spacing: 0.05em;
}
.recruiter-name-badge {
  display: inline-block;
  background: #156fc6;
  color: #fff;
  font-size: var(--14px);
  font-weight: 600;
  border-radius: 999px;
  padding: 3px 12px;
  margin-bottom: 18px;
  letter-spacing: 0.05em;
}
.recruiter-message-text,
.movie-desc {
  font-size: var(--14px);
  font-weight: 600;
  color: #27292b;
  line-height: 1.9;
  letter-spacing: 0.01em;
  background: none;
  text-align: left;
  position: relative;
  max-height: 300px;
  /* メッセージの初期高さを制限 */
  overflow: hidden;
  margin-bottom: 20px;
}

.recruiter-message-text.expanded {
  max-height: fit-content;
}

.line {
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='281' height='2' viewBox='0 0 281 2' fill='none'%3E%3Cpath d='M1 1H280' stroke='%23156FC6' stroke-width='2' stroke-linecap='square' stroke-dasharray='4 4'/%3E%3C/svg%3E")
    center center repeat-x;
  height: 2px;
  padding: 16px 0;
}

.company-movie {
  padding: 0 24px;
  margin-bottom: 0;
}
.company-movie .section-title-group {
  padding-bottom: 32px;
}
.movie-list {
  display: flex;
  flex-wrap: wrap;
  gap: 32px;
  justify-content: center;
}
.movie-item {
  padding: 0;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
}
.movie-thumb-wrap {
  position: relative;
  width: 100%;
  border-radius: 12px;
  overflow: hidden;
  margin-bottom: 12px;
  cursor: pointer;
  aspect-ratio: 16/9;
  background: #e8edef;
  display: flex;
  align-items: center;
  justify-content: center;
}
.movie-thumb-img {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 12px;
  object-fit: cover;
  aspect-ratio: 16/9;
}
.movie-play-btn {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
  pointer-events: none;
}
/* --- Figma準拠 動画埋め込みラッパー --- */
.movie-embed {
  width: 100%;
  margin-bottom: 10px;
  text-align: center;
  display: flex;
  justify-content: center;
}
.movie-embed-inner {
  width: 100%;
  aspect-ratio: 16/9;
  border-radius: 12px;
  overflow: hidden;
  background: #e8edef;
  display: flex;
  align-items: center;
  justify-content: center;
}
.movie-embed-inner iframe {
  width: 100%;
  height: 100%;
  border: none;
  border-radius: 12px;
  background: #e8edef;
}
@media (max-width: 700px) {
  .movie-embed-inner {
    max-width: 100vw;
    min-width: 0;
    border-radius: 8px;
  }
  .movie-embed-inner iframe {
    border-radius: 8px;
  }
}
.movie-link-btn {
  display: inline-block;
  background: #156fc6;
  color: #fff;
  font-weight: 600;
  border-radius: 999px;
  padding: 10px 32px;
  font-size: 1rem;
  text-decoration: none;
  margin: 12px 0 0 0;
}
.movie-desc {
  padding-top: 10px;
  margin-bottom: 0;
  width: 100%;
}
.company-workstyle {
  padding: 64px 24px;
  border-radius: 40px;
  background: #ebfefc;
  margin-top: 6em;
}

#section-workstyle .recruiter-info-ashirai {
  height: 0;
}
#section-workstyle .recruiter-info-ashirai .ashirai-image4 {
  position: absolute;
  right: 2em;
  top: -169px;
}

.workstyle-content {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.workstyle-item {
  border-radius: 16px;
  background: #fff;
  padding: 18px 20px;
  min-width: 220px;
  flex: 1 1 220px;
  font-size: var(--12px);
  font-weight: bold;
  color: #333;
}
.workstyle-item.text-only {
  flex: auto;
}
.workstyle-item-title {
  width: fit-content;
  border-radius: 4px;
  background: #156fc6;
  display: flex;
  padding: 4px 8px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  color: #fff;
  text-align: center;
  font-size: var(--14px);
  font-style: normal;
  font-weight: 600;
  line-height: 160%; /* 22.4px */
  letter-spacing: 0.7px;
}

/* =====================
   男女比ピクトグラム表示
   ===================== */
.gender-ratio-container {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  gap: 20px;
  margin: 24px auto;
}
.gender-ratio-display {
  color: #156fc6;
  font-size: var(--50px);
  font-style: normal;
  font-weight: 600;
  line-height: 150%; /* 105px */
}
.gender-item {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.gender-ratio-separator {
  color: #156fc6;

  font-size: var(--50px);
  font-style: normal;
  font-weight: 600;
  line-height: 150%;
  letter-spacing: -11px;
}
.gender-label {
  margin-top: 14px;
}
.company-section ul {
  padding-left: 20px;
}
.company-section li {
  margin-bottom: 8px;
  font-size: 1.05rem;
}
.company-links a,
.company-contribution a {
  color: #1976d2;
}
.publish-period {
  font-size: 1.1rem;
  color: #666;
  margin-top: 8px;
}
/* --- 企業バッジ --- */
.company-badges {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin: 18px 0 18px 0;
}
.company-badge {
  max-width: 80px;
}
.company-badge img {
  width: 100%;
  object-fit: contain;
}
.industry-badge {
  background: #ffe066;
  color: #7c5c00;
  border-color: #ffe066;
}
.badge-label {
  display: block;
  text-align: center;
  line-height: 1.2;
}
.badge-arrow-wrap {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  margin-top: 2px;
}
.badge-arrow {
  display: block;
  width: 16px;
  height: 16px;
  margin: 0 auto;
}

/* --- Figma Frame94: 会社名・業種 --- */
.company-header-row {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 32px;
  border-bottom: 2px solid #e0e0e0;
  padding-bottom: 18px;
  margin-bottom: 18px;
}
.company-title-group {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.industry-labels {
  display: flex;
  justify-content: flex-start;
  gap: 8px;
  margin-top: 4px;
  padding-left: var(--3px);
}

/* --- Figma Frame89: テーマ --- */
.company-theme-row {
  display: flex;
  align-items: center;
  align-content: center;
  gap: 8px 4px;
  align-self: stretch;
  flex-wrap: wrap;
  padding: 0 24px;
}
.theme-badge {
  display: flex;
  padding: 4px 8px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  border-radius: 4px;
  background: #156fc6;
  color: #fff;

  font-size: var(--12px);
  font-style: normal;
  font-weight: 600;
  line-height: 170%; /* 20.4px */
  letter-spacing: 0.6px;
}

.company-content-row {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  gap: 8px 0;
  width: 100%;
  padding: 24px 24px 0;
}

.industry-label {
  color: #156fc6;
  font-weight: 700;
  font-size: var(--14px);
  background: none;
  border-radius: 0;
  padding: 0 0 2px 0;
  margin: 0;
}
.theme-row {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  justify-content: center;
  margin-bottom: 24px;
}
.content-row {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  justify-content: center;
  margin-bottom: 0;
  width: 100%;
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
}
.content-row-break {
  flex-basis: 100%;
  height: 0;
}
.content-badge {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 0;
  border-radius: 999px;
  padding: 6px 0px 4px 0px;
  font-size: var(--12px);
  font-weight: 600;
  text-decoration: none;
  border: 2px solid #cfd8dc;
  color: #b0b0b0;
  background: #fff;
  transition: all 0.2s;
  width: var(--106px);
  text-align: center;
  pointer-events: none;
  position: relative;
  box-sizing: border-box;
}
@media screen and (min-width: 470px) {
  .content-badge {
    width: calc(33% - 6px);
  }
}

.content-badge.is-active {
  border-color: #1976d2;
  color: #1976d2;
  background: #e3f2fd;
  pointer-events: auto;
  cursor: pointer;
}
.content-badge:not(.is-active) {
  color: #b0b0b0;

  background: #fff;
  border-color: #cfd8dc;
  cursor: default;
}
.badge-arrow-wrap {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  margin-top: 2px;
}
.badge-arrow {
  display: block;
  width: 16px;
  height: 16px;
  margin: 0 auto;
}

/* --- Figma 2カラムレイアウト対応 --- */
.company-header-row {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  justify-content: center;
  gap: 40px;
  margin-bottom: 32px;
}
.company-header-left {
  flex: 1 1 320px;
  max-width: 340px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.company-header-right {
  flex: 0 0 180px;
  display: flex;
  align-items: flex-start;
  justify-content: center;
}
.main-image img {
  width: var(--180px);
  height: var(--180px);
  object-fit: cover;
  border-radius: 16px;
  background: #f7f7f7;
  border: 1px solid #eee;
}

/* --- メイン画像を最上部・Figma風に大きく角丸 --- */
.main-image-top {
  width: 100%;
  aspect-ratio: 375/172;
  margin-bottom: 32px;
  overflow: hidden;
}
.company-header-container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  padding: 0 24px;
}
.company-title.main-title {
  color: #27292b;

  font-size: var(--20px);
  font-style: normal;
  font-weight: 600;
  line-height: 170%; /* 34px */
  letter-spacing: 1px;
}

.message-overlay {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 60px;
  /* グラデーションの高さ */
  background: linear-gradient(
    to bottom,
    rgba(255, 255, 255, 0) 0%,
    rgba(255, 255, 255, 0.9) 70%,
    rgba(255, 255, 255, 1) 100%
  );
  pointer-events: none;
  /* クリックイベントを下層に通す */
  z-index: 1;
  /* オーバーレイのz-indexを設定 */
}

.message-buttons-container {
  text-align: right;
}

.message-more-btn,
.message-less-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 8px 0 8px 16px;
  color: #156fc6;
  border: none;
  cursor: pointer;
  font-size: var(--14px);
  font-weight: bold;
  text-transform: none;
  height: auto;
  min-width: 120px;
  white-space: nowrap;
  overflow: visible;
  /* 下の余白を追加 */
  z-index: 100;
  /* 非常に高いz-indexを設定 */
  position: relative;
  /* 相対位置指定 */
}

.plus-icon {
  display: flex;
}

.plus-icon.close {
  transform: rotate(45deg);
  transition: transform 0.2s;
}

.button-text {
  display: inline-block;
  vertical-align: middle;
}

.movie-link-under {
  color: #949494;
  margin-top: 10px;
  text-align: left;
  width: 100%;
}
.movie-link-under a {
  text-decoration: underline;
  font-size: var(--12px);
  font-weight: 600;
  line-height: 170%;
  word-break: break-all;
  display: flex;
  gap: 4px;
}
.movie-link-under a .icon-link {
  display: flex;
  align-items: center;
}
.movie-link-under a .icon-link img {
  width: var(--12px);
  height: auto;
}
.legend-row {
  display: flex;
  gap: 4px;
  margin-bottom: 16px;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  padding-top: 24px;
}
.age-legend {
  color: #27292b;

  font-size: var(--12px);
  font-style: normal;
  font-weight: 600;
  line-height: 140%; /* 16.8px */
  letter-spacing: 0.6px;
  margin-top: 24px;
}
.legend-color {
  display: inline-block;
  width: var(--28px);
  height: var(--16px);
  border-radius: 2px;
  margin-right: 8px;
  vertical-align: middle;
}
.age-legend-label {
  vertical-align: middle;
}
.piechart-wrap {
  margin: 24px auto;
  width: 50%;
}

/* 文理比率スタイル */
.bunri-badge {
  margin-bottom: 16px;
}

.bunri-legend {
  color: #27292b;

  font-size: var(--12px);
  font-style: normal;
  font-weight: 600;
  line-height: 140%;
  letter-spacing: 0.6px;
  margin-top: 16px;
}

.bunri-legend-label {
  vertical-align: middle;
}
.bunri-chart-container {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}

.bunri-ratio-display {
  position: absolute;
  color: #156fc6;
  font-size: var(--40px);
  font-style: normal;
  font-weight: 600;
  line-height: 150%;
  letter-spacing: -4px;
}
.bunri-ratio-separator {
  display: inline-block;
  margin: 0 2px;
}
.bunri-note {
  text-align: center;
  margin-top: 8px;
  font-size: var(--12px);
  color: #666;
  font-style: italic;
}

/* 職種分布スタイル */
.job-distribution-container {
  background-color: #ffffff;
  border-radius: 16px;
  padding: 16px 32px 24px;
}
.badge-title-container {
  margin-bottom: 24px;
  text-align: center;
}
.badge-title {
  display: inline-block;
  background-color: #156fc6;
  color: #ffffff;

  font-size: var(--14px);
  font-weight: 600;
  line-height: 160%;
  letter-spacing: 0.7px;
  padding: 4px 8px;
  border-radius: 4px;
  text-align: center;
}
.job-content {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 16px;
  width: 100%;
  max-width: 277px;
  margin: 0 auto;
}
.job-legend-container {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 12px;
  flex-wrap: wrap;
  width: 100%;
}
.job-legend-item {
  display: flex;
  align-items: center;
  gap: 4px;
}
.job-color-box {
  width: var(--24px);
  height: var(--12px);
  display: inline-block;
}
.job-label-text {
  color: #27292b;

  font-size: var(--12px);
  font-weight: 600;
  line-height: 140%;
  letter-spacing: 0.6px;
}

.job-note-container {
  margin-top: 16px;
  width: 100%;
}
.job-note {
  color: #27292b;

  font-size: var(--12px);
  font-weight: 600;
  line-height: 140%;
  letter-spacing: 0.6px;
  margin-bottom: 8px;
}

.workstyle-item-value {
  color: #156fc6;

  font-size: var(--70px);
  font-style: normal;
  font-weight: 600;
  line-height: 150%; /* 105px */
  text-align: center;
}
.workstyle-item-unit {
  color: #156fc6;

  font-size: var(--34px);
  font-style: normal;
  font-weight: 600;
  line-height: 140%; /* 47.6px */
  letter-spacing: 1.7px;
}

/* 育児休業取得率スタイル */
.childcare-badge {
  background-color: #156fc6;
  color: #ffffff;

  font-size: var(--14px);
  font-weight: 600;
  padding: 4px 8px;
  border-radius: 4px;
  display: inline-block;
  margin-bottom: 24px;
}
.childcare-chart-container {
  display: flex;
  justify-content: center;
  gap: 24px;
  margin: 0 auto;
}
.childcare-chart-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
  width: var(--110px);
  margin: 0 auto;
}
.childcare-piechart-wrap {
  width: var(--140px);
  height: var(--140px);
  position: relative;
}
.childcare-label {
  margin-top: 8px;
  color: #27292b;

  font-size: var(--14px);
  font-weight: 600;
  line-height: 140%;
  letter-spacing: 0.7px;
}
.childcare-value-wrap {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  z-index: 10;
  pointer-events: none;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.childcare-value {
  color: #156fc6;

  font-size: var(--28px);
  font-weight: 600;
  line-height: 100%;
  display: block;
}
.childcare-unit {
  color: #156fc6;

  font-size: var(--14px);
  font-weight: 600;
  line-height: 100%;
  letter-spacing: 0.5px;
  display: block;
  margin-top: 2px;
}
.childcare-note {
  color: #27292b;

  font-size: var(--12px);
  font-weight: 600;
  line-height: 140%;
  letter-spacing: 0.6px;
  margin-top: 12px;
  text-align: center;
}

.company-contribution {
  padding: 64px 24px 48px 24px;
  background: #e8f3ff;
  margin-top: 6em;
}

.company-contribution .recruiter-info-ashirai {
  height: 0;
}
.company-contribution .recruiter-info-ashirai .ashirai-image5 {
  position: absolute;
  top: -8em;
  right: 2em;
  width: 69%;
}

.company-contribution .recruit-link-item {
  display: flex;
  padding: 16px 24px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 10px;
  align-self: stretch;
  border-radius: 16px;
  background: #156fc6;
}

/* 地域貢献活動バッジスタイル */
.contribution-badge-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
}

.contribution-badge-img {
  width: var(--50px);
  height: auto;
  object-fit: contain;
}

/* --- インタビューセクション --- */

.company-interview {
  margin-top: 32px;
  margin-bottom: 64px;
}
#section-interview .recruiter-info-ashirai {
  height: 9.5em;
  overflow: hidden;
}

.ashirai-image3 {
  position: absolute;
  bottom: 20px;
  width: 100%;
  z-index: -1;
}

.company-interview .section-title-group {
  text-align: center;
  padding: 0 var(--24px);
}

.interview-list {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
  gap: 16px;
  margin-top: 32px;
  padding: 0;
}

.interview-item {
  overflow: hidden;
  display: flex;
  flex-direction: column;
  text-align: center;
  position: relative;
}

.interview-info {
  padding: 0 16px 24px;
  display: flex;
  flex-direction: column;
  flex-grow: 1;
  background-color: #ffffff;
  border-top: none;
  border-radius: 0 0 24px 24px;
}

.interview-name {
  color: #27292b;
  text-align: center;
  font-size: var(--16px);
  font-style: normal;
  font-weight: 600;
  line-height: 210%; /* 33.6px */
  margin-top: 8px;
}

.interview-year {
  color: #27292b;
  text-align: center;

  font-size: var(--12px);
  font-style: normal;
  font-weight: 500;
  line-height: 180%; /* 21.6px */
  letter-spacing: 0.6px;
}

.interview-position {
  color: #27292b;
  text-align: center;

  font-size: var(--12px);
  font-style: normal;
  font-weight: 500;
  line-height: 180%; /* 21.6px */
  letter-spacing: 0.6px;
  margin-bottom: 8px;
}

.interview-link {
  margin-top: auto;
}

.interview-link a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 4px;
  white-space: nowrap;
}
.interview-link-text {
  color: #156fc6;

  font-size: var(--14px);
  font-style: normal;
  font-weight: 600;
  line-height: 170%; /* 23.8px */
  text-decoration-line: underline;
  text-decoration-style: solid;
  text-decoration-skip-ink: auto;
  text-decoration-thickness: auto;
  text-underline-offset: auto;
  text-underline-position: from-font;
}
.interview-link-icon {
  display: inline-block;
  width: var(--20px);
  height: var(--20px);
  background-image: url("/wp-content/plugins/favtown-career/assets/images/nav-icon.svg");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  margin-left: 4px;
  vertical-align: middle;
}

/* 働き方データ注釈の共通スタイル */
.age-note,
.gender-ratio-note,
.bunri-note,
.job-note,
.workstyle-item-note,
.childcare-note {
  color: #27292b;

  font-size: var(--12px);
  font-style: normal;
  font-weight: 600;
  line-height: 140%; /* 16.8px */
  letter-spacing: 0.6px;
  margin-top: 8px;
  text-align: left;
}

/* 個別調整が必要な注釈 */
.workstyle-item-note {
  display: block;
  text-align: left;
  margin-top: 4px;
}

.interview-footer .cta {
  margin-top: 32px;
}

.contribution-link-more {
  padding-top: 25px;
  display: flex;
  justify-content: center;
  color: #156fc6;
  font-size: var(--14px);
  font-style: normal;
  font-weight: 600;
  line-height: 170%; /* 23.8px */
  text-decoration-line: underline;
  text-decoration-style: solid;
  text-decoration-skip-ink: none;
  text-decoration-thickness: auto;
  text-underline-offset: auto;
  text-underline-position: from-font;
}
.contribution-link-more .contribution-link-more-button {
  display: inline-flex;
  align-items: center;
}
.contribution-link-more .contribution-link-more-button .interview-link-icon {
  width: var(--14px);
  height: var(--14px);
}
