/************************************************************
　通訳サービス専用CSS（ユーザー指定コンテンツ対応版）
　このファイルは通訳関連ページでのみ読み込まれます
************************************************************/

/* ヒーロー画像（背景画像の上にテキストとCTAを直接配置） */
.interpreter-hero {
  background: url("/wp-content/themes/biz-vektor-child/images/interpreter-hero.jpg")
    center center;
  background-size: cover;
  height: 600px;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 0;
}

.interpreter-hero::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.5);
  z-index: 1;
}

/* メインタイトル・説明セクション（ヒーロー画像に統合） */
.interpreter-hero-text {
  position: relative;
  z-index: 2;
  text-align: center;
  color: #fff;
  padding: 40px 30px;
  max-width: 800px;
  margin: 0 auto;
}

.interpreter-hero-text h2 {
  font-size: 2.8rem;
  font-weight: bolder;
  margin: 0 0 16px 0;
  letter-spacing: -0.02em;
  line-height: 1.3;
  color: #fff !important;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.8);
  background: none !important;
  padding: 0 !important;
  position: relative;
  display: inline-block;
}

.interpreter-hero-text h2::after {
  content: "";
  position: absolute;
  bottom: -8px;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  height: 2px;
  background: rgba(255, 255, 255, 0.9);
  border-radius: 2px;
}

.interpreter-hero-text .subtitle {
  font-size: 18px;
  color: #b4a069;
  font-weight: 600;
  margin: 0 0 24px 0;
  display: block;
  letter-spacing: 0.02em;
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.7);
  text-transform: uppercase;
}

.interpreter-hero-text p {
  font-size: 16px;
  line-height: 1.7;
  color: #fff !important;
  margin: 0 0 30px 0;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.8);
  font-weight: 400;
}

.interpreter-hero-text .interpreter-cta-buttons {
  text-align: center;
  display: flex;
  justify-content: center;
  gap: 16px;
  flex-wrap: wrap;
}

/* ボタンスタイル */
.interpreter-btn {
  display: inline-block;
  background: #b4a069;
  color: #fff !important;
  text-decoration: none;
  padding: 14px 28px;
  border-radius: 6px;
  font-weight: 600;
  font-size: 16px;
  transition: all 0.3s ease;
  border: none;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.3);
}

.interpreter-btn:hover {
  background: #9a8c5a;
  color: #fff !important;
  text-decoration: none;
  transform: translateY(-2px);
  box-shadow: 0 6px 16px rgba(0, 0, 0, 0.4);
}

.interpreter-btn-secondary {
  background: rgba(255, 255, 255, 0.9);
  color: #2c2c2c !important;
  border: 2px solid rgba(255, 255, 255, 0.9);
}

.interpreter-btn-secondary:hover {
  background: #fff;
  color: #2c2c2c !important;
  border-color: #fff;
  transform: translateY(-2px);
}

/* セクションタイトル共通 */
.interpreter-section-title {
  font-size: 1.4rem;
  color: #2c2c2c;
  font-weight: bolder;
  margin: 0 0 30px 0;
  line-height: 160%;
  text-align: center;
}

/* YouTube動画セクション */
.interpreter-video {
  text-align: center;
  margin: 50px auto;
  max-width: 800px;
  padding: 0 24px;
}

.interpreter-video iframe {
  width: 100%;
  height: 450px;
  border: none;
  border-radius: 8px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
}

/* 対応言語セクション */
.interpreter-bg-section {
  background: #f9f9f9;
  padding: 60px 24px;
  margin: 50px 0;
}

.interpreter-language-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 20px;
  max-width: 1200px;
  margin: 0 auto;
}

.interpreter-language-card {
  background: #fff;
  padding: 30px 20px;
  text-align: center;
  border-radius: 8px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.08);
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.interpreter-language-card:hover {
  transform: translateY(-2px);
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.12);
}

.interpreter-flag-icon {
  font-size: 2.5rem;
  display: block;
  margin-bottom: 15px;
}

.interpreter-language-card h3 {
  font-size: 18px;
  color: #2c2c2c;
  font-weight: 600;
  margin: 0 0 10px 0;
}

.interpreter-language-card p {
  font-size: 14px;
  color: #666;
  line-height: 1.5;
  margin: 0;
}

/* サービス内容（枠いっぱいに広げた縦積みレイアウト） */
.interpreter-service-highlights {
  margin: 50px 0;
  padding: 0 40px;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
}

.interpreter-service-item {
  margin-bottom: 60px;
  text-align: center;
  padding-bottom: 50px;
  border-bottom: 1px solid #e0e0e0;
}

.interpreter-service-item:last-child {
  margin-bottom: 0;
  border-bottom: none;
  padding-bottom: 0;
}

.interpreter-service-image {
  width: 100%;
  margin-bottom: 30px;
}

.interpreter-service-image img {
  width: 100%;
  max-width: 800px;
  height: 400px;
  object-fit: cover;
  border-radius: 12px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
}

.interpreter-service-content {
  width: 100%;
  text-align: left;
  max-width: 800px;
  margin: 0 auto;
}

.interpreter-service-content h3 {
  font-size: 24px;
  color: #2c2c2c;
  font-weight: 600;
  margin: 0 0 15px 0;
  line-height: 1.3;
}

.interpreter-service-content .prbox {
  font-size: 13px;
  padding: 6px 16px;
  background: #b4a069;
  color: #fff;
  border-radius: 15px;
  margin: 0 0 20px 0;
  display: inline-block;
  font-weight: 600;
}

.interpreter-service-content p {
  font-size: 16px;
  line-height: 1.7;
  color: #666;
  margin: 0 0 20px 0;
}

.interpreter-service-features {
  list-style: none;
  padding: 0;
  margin: 0;
  text-align: left;
  max-width: 500px;
  margin-left: auto;
  margin-right: auto;
}

.interpreter-service-features li {
  font-size: 15px;
  color: #666;
  line-height: 1.6;
  margin-bottom: 10px;
  padding-left: 20px;
  position: relative;
}

.interpreter-service-features li:before {
  color: #b4a069;
  font-weight: bold;
  position: absolute;
  left: 0;
  top: 0;
}

/* サービスの特長（2カラムグリッド） */
.interpreter-features {
  background: #f9f9f9;
  padding: 60px 24px;
  margin: 50px 0;
}

.interpreter-features-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 30px;
  max-width: 1000px;
  margin: 0 auto;
}

.interpreter-feature-item {
  background: #fff;
  padding: 30px;
  border-radius: 8px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.08);
  text-align: center;
}

.interpreter-feature-icon {
  font-size: 2.5rem;
  display: block;
  margin-bottom: 15px;
}

.interpreter-feature-item h3 {
  font-size: 18px;
  color: #2c2c2c;
  font-weight: 600;
  margin: 0 0 15px 0;
}

.interpreter-feature-item p {
  font-size: 14px;
  line-height: 1.6;
  color: #666;
  margin: 0 0 15px 0;
}

.interpreter-feature-list {
  list-style: none;
  padding: 0;
  margin: 0;
  text-align: left;
}

.interpreter-feature-list li {
  font-size: 13px;
  color: #666;
  line-height: 1.5;
  margin-bottom: 6px;
  padding-left: 16px;
  position: relative;
}

.interpreter-feature-list li:before {
  color: #b4a069;
  font-weight: bold;
  position: absolute;
  left: 0;
  top: 0;
}

/* お問い合わせセクション */
.interpreter-contact {
  background: #fff;
  padding: 60px 24px;
  text-align: center;
  margin: 50px 0;
}

.interpreter-contact .interpreter-section-title {
  margin-bottom: 15px;
}

.interpreter-subtitle {
  font-size: 16px;
  color: #b4a069;
  font-weight: 600;
  margin: 0 0 20px 0;
}

.interpreter-contact p {
  font-size: 15px;
  line-height: 1.6;
  color: #666;
  margin: 0 0 30px 0;
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
}

.interpreter-contact-buttons {
  margin: 30px 0;
  display: flex;
  justify-content: center;
  gap: 16px;
  flex-wrap: wrap;
}

.interpreter-contact-note {
  font-size: 13px;
  color: #999;
  line-height: 1.5;
  margin-top: 30px;
}

/* レスポンシブ対応 */
@media screen and (max-width: 768px) {
  .interpreter-hero {
    height: 400px;
  }

  .interpreter-hero-text {
    padding: 30px 16px;
  }

  .interpreter-hero-text h2 {
    font-size: 2.2rem;
  }

  .interpreter-hero-text h2::after {
    width: 100%;
  }

  .interpreter-hero-text .subtitle {
    font-size: 18px;
  }

  .interpreter-hero-text p {
    font-size: 16px;
  }

  .interpreter-hero-text .interpreter-cta-buttons {
    flex-direction: column;
    align-items: center;
    gap: 12px;
  }

  .interpreter-section-title {
    font-size: 1.2rem;
  }

  .interpreter-video {
    padding: 0 16px;
  }

  .interpreter-video iframe {
    height: 250px;
  }

  .interpreter-bg-section,
  .interpreter-features,
  .interpreter-contact {
    padding: 40px 16px;
  }

  .interpreter-service-highlights {
    padding: 0 20px;
  }

  .interpreter-language-grid {
    grid-template-columns: 1fr;
    gap: 15px;
  }

  .interpreter-features-grid {
    grid-template-columns: 1fr;
    gap: 20px;
  }

  .interpreter-service-image img {
    height: 250px;
  }

  .interpreter-contact-buttons {
    flex-direction: column;
    align-items: center;
    gap: 12px;
  }
}

@media screen and (max-width: 480px) {
  .interpreter-hero {
    height: 350px;
  }

  .interpreter-hero-text {
    padding: 20px 16px;
  }

  .interpreter-hero-text h2 {
    font-size: 1.8rem;
  }

  .interpreter-hero-text h2::after {
    width: 90%;
  }

  .interpreter-hero-text .subtitle {
    font-size: 16px;
  }

  .interpreter-hero-text p {
    font-size: 14px;
  }

  .interpreter-btn {
    padding: 12px 24px;
    font-size: 14px;
  }

  .interpreter-video iframe {
    height: 200px;
  }

  .interpreter-language-card,
  .interpreter-feature-item {
    padding: 20px;
  }

  .interpreter-service-content h3 {
    font-size: 20px;
  }

  .interpreter-service-image img {
    height: 200px;
  }

  .interpreter-service-highlights {
    padding: 0 16px;
  }
}
