/* インタビュー詳細ページ用スタイル - 2025年7月3日更新 */
/* あしらい */
.event-detail-ashirai {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  overflow: hidden;
  pointer-events: none;
}

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

.interview-ashirai {
  position: relative;
  width: 100%;
}
.ashirai-image1,
.ashirai-image2,
.ashirai-image3 {
  position: absolute;
}
.ashirai-image1 {
  top: 35px;
  right: 11%;
}
.ashirai-image2 {
  bottom: -155px;
  left: 8%;
}

.ashirai-image3 {
  bottom: -232px;
  right: 9%;
}

.section-ashirai {
  position: relative;
  width: 100%;
}

.ashirai-image4 {
  position: absolute;
  right: 0;
  bottom: -42px;
}
.ashirai-image5 {
  position: absolute;
  top: -116px;
  right: 50%;
  transform: translateX(50%);
}
.ashirai-image6 {
  width: 100%;
  position: absolute;
  top: -2em;
}

.ashirai-image7 {
  position: absolute;
  right: 2em;
  top: -113px;
}

.ashirai-image8 {
  position: absolute;
  right: 50%;
  transform: translateX(50%);
  top: 7px;
}

.yuru-consultation-section-ashirai {
  position: relative;
  width: 100%;
  height: 112px;
  z-index: 1;
}

.ashirai-image9 {
  position: relative;
  top: -89px;
}

.interview-detail {
  margin: 0 auto;
  padding: 40px 0 0;
  border-radius: 16px;
}

.interview-container {
  background-color: transparent;
  overflow: hidden;
  padding-bottom: 24px;
}

.interview-main {
  flex: 1;
  min-width: 0; /* flexboxバグ防止 */
  width: calc(70% - 30px);
  max-width: 100%;
}

/* インタビューページ専用のサイドバースタイル上書き */
.favtown-sidebar.interview-sidebar {
  position: static !important;
  width: 300px !important;
  height: auto !important;
  border-radius: 8px !important;
  background: #f9f9f9 !important;
  padding: 20px !important;
  margin-top: 20px;
  display: block !important;
}

.company-info {
  display: flex;
  align-items: center;
  margin-bottom: 24px;
}

.company-logo {
  width: 80px;
  height: 80px;
  margin-right: 16px;
}

.company-logo img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.company-name {
  font-size: var(--20px);
  font-weight: 600;
  margin: 0;
}

.employee-info {
  display: flex;
  align-items: center;
  flex-direction: column;
  padding: 0;
}

.employee-meta {
  width: 100%;
  text-align: center;
  margin-top: 16px;
}

.employee-position {
  font-size: var(--16px);
  margin-bottom: 8px;
  color: #156fc6;
}

.employee-name {
  font-size: var(--24px);
  font-weight: 600;
  margin: 0 0 8px;
}
.employee-name-suffix {
  color: #27292b;

  font-size: var(--16px);
  font-style: normal;
  font-weight: 600;
  line-height: 170%;
  letter-spacing: 0.8px;
}

/* 社員情報下部の追加情報 */
.employee-company-info {
  margin-top: 16px;
  text-align: center;
  font-size: var(--16px);
}

.employee-company-category {
  color: #156fc6;
  font-weight: bold;
  margin-bottom: 4px;
}

.employee-company-name {
  font-weight: 600;
  margin-bottom: 4px;
}

.employee-department {
  color: #27292b;
  font-weight: bold;
}

/* インタビューコンテンツ */
.interview-content {
  padding: 0 0;
}

.section-title {
  font-size: var(--22px);
  font-weight: 600;
  color: #27292b;
  margin-bottom: 24px;
  position: relative;
  padding-left: 12px;
}

.section-title::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 3px;
  height: 20px;
  background-color: #156fc6;
}

/* メッセージセクション */
.interview-message {
  margin-bottom: 48px;
}

.message-image img {
  width: 100%;
  height: auto;
}
.message-container {
  padding: 24px;
  margin: 0 24px 32px;
  background-color: #fff;
  border-radius: 0 0 24px 24px;
}
.message-text {
  font-size: var(--14px);
  line-height: 1.9;
  font-weight: bold;
  color: #27292b;
}

/* 仕事内容セクション */
.interview-job-detail {
  margin-bottom: 48px;
  padding: 0 24px;
  position: relative;
  z-index: 1;
}

.job-detail-items {
  display: flex;
  flex-direction: column;
  gap: 32px;
  padding-top: 32px;
}

.job-detail-item {
  display: flex;
  flex-direction: column;
}

.job-image {
  margin-bottom: 24px;
}

.job-image img {
  width: 100%;
  height: auto;
  border-radius: 8px;
}

.job-content {
  flex: 1;
}

.job-title {
  font-size: var(--18px);
  font-weight: 600;
  color: #156fc6;
  margin-bottom: 16px;
  position: relative;
  padding-left: 16px;
}

.job-title::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 3px;
  height: 100%;
  background-color: #156fc6;
}

.job-description {
  font-size: var(--14px);
  font-weight: bold;
  line-height: 1.9;
  color: #27292b;
}

/* スケジュールセクション */
.interview-schedule {
  margin-bottom: 48px;
  background-color: #e8f3ff;
  padding: 51px 32px;
  border-radius: 40px 0 0 40px;
  margin-left: var(--24px);
  margin-top: 110px;
}

.schedule-items {
  display: flex;
  flex-direction: column;
  padding: 24px;
  border-radius: 16px;
  background: #fff;
  margin-top: 24px;
}

.schedule-item {
  display: grid;
  grid-template-columns: 80px 1fr;
  align-items: stretch; /* stretch に変更して高さを統一 */
  gap: 16px;
}

/* schedule-content内の区切り線（コンテンツ内の区切り用） */
.schedule-divider {
  width: 100%;
  height: 2px;
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='192' height='2' viewBox='0 0 192 2' fill='none'%3E%3Cpath d='M1 1L191 1.00002' stroke='%23E8F3FF' stroke-width='2' stroke-linecap='square' stroke-dasharray='4 4'/%3E%3C/svg%3E")
    center center repeat-x;
  margin: 16px 0;
}

/* schedule-item間の区切り線（アイテム間の区切り用） */
.schedule-item-divider {
  width: 100%;
  height: 2px;
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='192' height='2' viewBox='0 0 192 2' fill='none'%3E%3Cpath d='M1 1L191 1.00002' stroke='%23E8F3FF' stroke-width='2' stroke-linecap='square' stroke-dasharray='4 4'/%3E%3C/svg%3E")
    center center repeat-x;
  margin: 0 0 16px;
  grid-column: 2; /* グリッドの2列目（schedule-content の部分）のみに表示 */
}
.schedule-time-wrapper {
  display: flex;
  align-items: center; /* 垂直中央揃え */
  justify-content: center;
  height: 100%; /* 親要素の高さを使用 */
}

/* schedule-content内にschedule-dividerがある場合はbaseline揃え */
.schedule-item:has(.schedule-divider) .schedule-time-wrapper,
.schedule-item.has-divider .schedule-time-wrapper {
  align-items: baseline;
}
.schedule-time {
  display: flex;
  padding: 0 12px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  border-radius: 999px;
  background: #156fc6;
  min-width: var(--60px);
}

.schedule-time .time-value {
  color: #fff;

  font-size: var(--14px);
  font-style: normal;
  font-weight: 600;
  line-height: 190%;
}

.schedule-time .schedule-time-period {
  font-size: var(--14px);
  font-style: normal;
  font-weight: 600;
  line-height: 190%;
  color: #fff;
}

.schedule-content {
  color: #27292b;
  font-size: var(--13px);
  font-style: normal;
  font-weight: 600;
  line-height: 170%;
  padding: 0;
  margin-top: 0;
  display: flex;
  flex-direction: column;
  justify-content: center; /* 垂直中央揃え */
  min-height: 100%; /* 親要素の高さを使用 */
}

.schedule-content-inner {
  display: flex;
  align-items: flex-start;
  flex-direction: column;
}

.schedule-content-list {
  list-style-type: disc;
  padding-left: 20px;
  margin: 0;
}

/* 自動生成された箇条書きリスト用のスタイル */
.schedule-content-list-auto {
  list-style-type: disc;
}

.schedule-content-list li {
  margin-bottom: 5px;
}

.schedule-content-list li:last-child {
  margin-bottom: 0;
}

/* Q&Aセクション */
.interview-qa {
  margin-top: 85px;
  margin-bottom: 48px;
  background-color: #ebfefc;
  padding: 32px;
}

.qa-items {
  display: flex;
  flex-direction: column;
  gap: 32px;
  padding: 24px 0 32px;
}

.qa-item {
  display: flex;
  flex-direction: column;
}

.qa-question {
  display: flex;
  background-color: #156fc6;
  padding: 16px 24px;
  border-radius: 24px 24px 0 0;
}

.qa-answer {
  display: flex;
  background-color: #ffffff;
  padding: 24px 16px;
  border-radius: 0 0 24px 24px;
}

.qa-icon {
  width: 35px;
  height: 35px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: var(--16px);
  font-weight: 600;
  margin-right: 16px;
  flex-shrink: 0;
  background-color: #ffee56;
  color: #156fc6;
  position: relative;
  transform: rotate(45deg);
  border-radius: 4px;
}

.qa-icon span {
  display: inline-block;
  transform: rotate(-45deg); /* 文字を元の向きに戻す */
}

.question-text {
  flex: 1;
  font-size: var(--14px);
  font-weight: 600;
  color: #ffffff;
  align-self: center;
}

.answer-text {
  flex: 1;
  font-size: var(--14px);
  line-height: 1.9;
  color: #27292b;
  font-weight: bold;
}
/* アンサーの区切り線 */
.answer-text-line {
  margin: 24px 0;
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='297' height='3' viewBox='0 0 297 3' fill='none'%3E%3Cpath d='M1 1.58008H296' stroke='%23156FC6' stroke-width='2' stroke-linecap='square' stroke-dasharray='4 4'/%3E%3C/svg%3E")
    center center repeat-x;
  height: 2px;
}

/* フッター部分 */
.interview-footer {
  padding: 56px 0 0;
  text-align: center;
}
.interview-footer .cta {
  margin-top: 32px;
}

.company-link {
  display: inline-block;
  font-size: var(--14px);
  font-weight: 600;
  color: #156fc6;
  text-decoration: none;
  position: relative;
}

.company-link::after {
  content: "";
  position: absolute;
  right: -24px;
  top: 50%;
  transform: translateY(-50%);
  width: 16px;
  height: 16px;
  background-color: #156fc6;
  border-radius: 50%;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='15' height='15' viewBox='0 0 15 15' fill='none'%3E%3Ccircle cx='7.5' cy='7.02051' r='7' fill='%23156FC6'/%3E%3Cpath d='M10.3952 6.41875C10.8585 6.6862 10.8585 7.35482 10.3952 7.62227L6.57353 9.82872C6.11029 10.0962 5.53125 9.76186 5.53125 9.22696L5.53125 4.81405C5.53125 4.27916 6.11029 3.94484 6.57353 4.21229L10.3952 6.41875Z' fill='white'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: center;
}

/* この会社で働いています セクション */
.company-employees-section {
  margin: 0 auto 0;
  padding: 40px 0 0;
  position: relative;
  z-index: 2;
}

.company-employees-section .section-title {
  text-align: center;
  padding-left: 0;
  margin-bottom: 32px;
  color: #156fc6;
  font-size: 22px;
  font-style: normal;
  font-weight: 600;
  line-height: 140%; /* 30.8px */
  letter-spacing: 1.1px;
}

.company-employees-section .section-title::before {
  display: none;
}

.company-employee-card {
  overflow: hidden;
  padding: 0;
}

.employee-card-image {
  position: relative;
}

.employee-card-image .company-main-image {
  width: 100%;
  overflow: hidden;
  border-radius: 16px 16px 0 0;
  display: flex;
  align-items: center;
  justify-content: center;
}

.employee-card-image .company-main-image img {
  width: 100%;
  height: auto;
  object-fit: unset;
}

.employee-card-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.employee-card-info {
  padding: 16px 24px 24px;
  text-align: center;
}

.company-info-wrapper {
  margin-bottom: 16px;
  text-align: center;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.company-badge {
  max-width: 80px;
}
.company-badge img {
  width: 100%;
  object-fit: contain;
}

.card-company-name {
  color: #27292b;
  font-size: var(--20px);
  font-style: normal;
  font-weight: 600;
  line-height: 170%; /* 34px */
  letter-spacing: 1px;
  margin: 0 0 8px;
  text-align: left;
}

.employee-info-wrapper {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.employee-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 4px;
}

/* テーマバッジ（青背景・白文字）スタイル */
.company-theme-row {
  display: flex;
  align-items: center;
  align-content: center;
  gap: 8px 4px;
  align-self: stretch;
  flex-wrap: wrap;
  justify-content: flex-start;
}

.theme-badge {
  display: flex;
  padding: 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%;
  letter-spacing: 0.6px;
}

.employee-content-types {
  display: flex;
  flex-wrap: wrap;
  gap: 4px;
}

/* コンテンツバッジスタイル */
.company-content-row {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  gap: 8px 0;
  width: 100%;
  margin-top: 16px;
}

.content-badge {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 10px;
  border-radius: 999px;
  padding: 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: calc(33% - 6px);
  text-align: center;
  pointer-events: none;
  position: relative;
  box-sizing: border-box;
}

.content-badge.is-active {
  border-color: #1976d2;
  color: #1976d2;
  background: #e3f2fd;
}

.content-badge:not(.is-active) {
  color: #b0b0b0;
  background: #fff;
  border-color: #cfd8dc;
  cursor: default;
}

.badge-label {
  display: block;
}

.badge-arrow-wrap {
  display: block;
  line-height: 1;
  margin-bottom: 4px;
}

.company-profile-link {
  text-align: center;
}

.company-profile-link a {
  display: inline-block;
  font-size: var(--14px);
  font-weight: 600;
  color: #156fc6;
  text-decoration: none;
  position: relative;
}

.company-profile-link a::after {
  content: "";
  position: absolute;
  right: -24px;
  top: 50%;
  transform: translateY(-50%);
  width: 14px;
  height: 14px;
  background-color: #156fc6;
  border-radius: 50%;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='15' height='15' viewBox='0 0 15 15' fill='none'%3E%3Ccircle cx='7.5' cy='7.02051' r='7' fill='%23156FC6'/%3E%3Cpath d='M10.3952 6.41875C10.8585 6.6862 10.8585 7.35482 10.3952 7.62227L6.57353 9.82872C6.11029 10.0962 5.53125 9.76186 5.53125 9.22696L5.53125 4.81405C5.53125 4.27916 6.11029 3.94484 6.57353 4.21229L10.3952 6.41875Z' fill='white'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: center;
}

/* ゆる相談セクション */
.interview-yuru-consultation {
  margin: 0 auto 40px;
  padding: 0;
}

.yuru-consultation-inner {
  background-color: #ffffff;
  padding: 24px 32px;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 16px;
  border-radius: 16px;
  margin: 0 24px;
  z-index: 1;
  position: relative;
}

.yuru-title {
  background-color: #156fc6;
  color: #ffffff;
  padding: 16px 24px;
  border-radius: 8px;
  font-size: var(--14px);
  font-weight: 600;
  line-height: 1.7;
}

.yuru-button {
  display: inline-block;
  padding: 18px 33px;
  border-radius: 999px;
  border: 3px solid #ffee56;
  background-color: #ffffff;
  color: #156fc6;
  font-size: var(--14px);
  font-weight: 600;
  text-decoration: none;
  position: relative;
  padding-right: 48px;
}

.yuru-button::after {
  content: "";
  position: absolute;
  right: 16px;
  top: 50%;
  transform: translateY(-50%);
  width: 16px;
  height: 16px;
  background-color: #156fc6;
  border-radius: 50%;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='15' height='15' viewBox='0 0 15 15' fill='none'%3E%3Ccircle cx='7.5' cy='7.02051' r='7' fill='%23156FC6'/%3E%3Cpath d='M10.3952 6.41875C10.8585 6.6862 10.8585 7.35482 10.3952 7.62227L6.57353 9.82872C6.11029 10.0962 5.53125 9.76186 5.53125 9.22696L5.53125 4.81405C5.53125 4.27916 6.11029 3.94484 6.57353 4.21229L10.3952 6.41875Z' fill='white'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: center;
}

/* インタビュー一覧へのリンク */
.interview-footer-navigation {
  padding: 56px 0;
  text-align: center;
}

.interview-list-link {
  display: inline-block;
  padding: 18px 0;
  width: 243px;
  border-radius: 999px;
  border: 3px solid #c5c5c5;
  background-color: #ffffff;
  color: #949494;
  font-size: var(--14px);
  font-weight: 600;
  text-decoration: none;
}

/* 業界ラベルスタイル */
.industry-labels.center-labels {
  display: flex;
  justify-content: center;
  margin-bottom: 8px;
}

.industry-label {
  display: inline-block;
  font-size: var(--14px);
  color: #156fc6;
  padding: 4px 8px;
  margin: 0 4px;
  background-color: #e8f3ff;
  border-radius: 4px;
}

/* 黄色い背景セクション */
.yellow-background-section {
  background-color: #fffdea;
}
.employee-info .yellow-background-section {
  margin: 0;
  width: 100%;
  margin-top: -38px;
  padding: 40px 24px 24px;
  border-radius: 40px 40px 0px 0px;
}

.interview-yuru-consultation.yellow-background-section {
  margin: 0 auto;
  padding-bottom: 44px;
}

/* インタビューメッセージセクションの背景を設定 */
.interview-message.yellow-background-section {
  margin-top: 0;
  border-radius: 0 0 16px 16px;
  padding-bottom: 85px;
}

.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='%23FFEE56' stroke-width='2' stroke-linecap='square' stroke-dasharray='4 4'/%3E%3C/svg%3E")
    center center repeat-x;
  height: 2px;
  padding: 16px 0;
}

.section-title-en {
  color: #156fc6;

  font-size: var(--12px);
  font-style: normal;
  font-weight: 600;
  line-height: 150%; /* 18px */
  letter-spacing: 0.6px;
}
.section-title-ja {
  color: #27292b;

  font-size: var(--22px);
  font-style: normal;
  font-weight: 600;
  line-height: 140%; /* 30.8px */
  letter-spacing: 1.1px;
}

/* 業種ラベル（青色）スタイル */
.company-employee-card .industry-labels {
  display: flex;
  justify-content: flex-start;
  gap: 8px;
  margin: 8px 0;
}

.company-employee-card .industry-label {
  color: #156fc6;
  font-weight: 700;
  font-size: var(--14px);
  background: none;
  border-radius: 0;
  padding: 0 4px 2px 4px;
  margin: 0 2px;
  text-align: left;
}

.interview-yuru-consultation.yellow-background-section.footer {
  padding-top: 48px;
  z-index: 1;
  position: relative;
}
