/* ================================================================
   SKY ENTERTAINMENT – sub.css  (last update : 2025-06-27)
   ================================================================
     1.  Base / 全ページ共通
     2.  Hero 共通
     3.  Company
     4.  Recruit
     5.  Talents
     6.  About     ← ★今回修正ポイント
     7.  Contact （フォーム & Thanks）
     8.  Privacy
     9.  News
     10. Single Post
     11. 共通レスポンシブ
     12. Utility
   ================================================================ */


/* ================================================================
   1.  Base / 全ページ共通
   ================================================================ */

.entry-header,
.entry-title,
.page-header,
.page-title,
h1, h2, h3, h4, h5, h6 {
  border: none !important;
  box-shadow: none !important;
  background: none !important;
  padding-left: 0 !important;
  margin-left: 0 !important;
}

.entry-header::before,
.entry-title::before,
.page-header::before,
.page-title::before,
h1::before, h2::before, h3::before,
h4::before, h5::before, h6::before {
  content: none !important;
}

.main-navigation a:focus {
  outline: none !important;
  box-shadow: none !important;
}


/* ---- セクション共通タイトル ---- */
.section-title-simple {
  font-size: 2rem !important;
  font-weight: 900 !important;
  text-align: center;
  margin-bottom: 50px;
  letter-spacing: 1px;
  color: var(--text-dark) !important;
  border: none !important;
  background: none !important;
}

/* ---- 共通フッター文 ---- */
.application-info {
  text-align: center;
  margin-top: 40px;
}
.application-text a {
  color: var(--accent-color);
  font-weight: 700;
  text-decoration: none;
}
.application-text a:hover {
  text-decoration: underline;
}


/* ================================================================
   2.  Hero 共通
   ================================================================ */

.hero-company,
.hero-recruit,
.hero-talents,
.hero-about,
.hero-contact,
.hero-news,
.hero-faq,
.hero-privacy {
  padding: 100px 0;
  margin-top: 40px;
  color: var(--bg-white);
  position: relative;
  z-index: 10;
  overflow: hidden;

  /* 共通 MV 画像 */
  background:
    url('../../img/mv-header.jpg') center / cover no-repeat;
}

.hero-company::before,
.hero-recruit::before,
.hero-talents::before,
.hero-about::before,
.hero-contact::before,
.hero-news::before,
.hero-faq::before,
.hero-privacy::before {
  content: '';
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.6);
  z-index: 1;
}

.heros-content {
  position: relative;
  z-index: 2;
  max-width: 800px;
  margin: 20px auto 0px auto;
  text-align: center;
}
.heros-title {
  font-size: 3.5rem;
  font-weight: 900;
  letter-spacing: 2px;
  text-transform: uppercase;
  margin-bottom: 20px;
  color: var(--bg-white);
}
.heros-subtitle {
  font-size: 1.3rem;
  font-weight: 500;
  opacity: 0.9;
  color: var(--bg-white);
}


/* ================================================================
   3.  Company
   ================================================================ */

/* --- 会社概要テーブル --- */
.company-overview-section {
  padding: 80px 0;
  background: var(--bg-white);
}
.overview-table {
  max-width: 800px;
  margin: 0 auto;
  background: #fff;
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.08);
}
.overview-row {
  display: grid;
  grid-template-columns: 200px 1fr;
  border-bottom: 1px solid #eee;
  transition: background-color 0.3s;
}
.overview-row:last-child {
  border-bottom: none;
}
.overview-row:hover {
  background: #f9f9f9;
}
.overview-label {
  padding: 25px 30px;
  background: #f8f9fa;
  font-weight: 700;
  color: var(--text-dark);
  border-right: 1px solid #eee;
  display: flex;
  align-items: center;
}
.overview-value {
  padding: 25px 30px;
  line-height: 1.6;
  color: var(--text-dark);
  display: flex;
  align-items: center;
}

/* --- アクセス --- */
.access-section {
  padding: 80px 0;
  background: var(--bg-light);
}
.access-content {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 50px;
  align-items: start;
}
.access-title {
  font-size: 1.3rem;
  font-weight: 700;
  color: var(--text-dark);
  margin-bottom: 25px;
}
.access-item {
  display: flex;
  flex-direction: column;
  padding: 15px 0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.access-item:last-child {
  border-bottom: none;
}
.train-line {
  font-size: 0.9rem;
  font-weight: 700;
  margin-bottom: 5px;
}
.station {
  font-size: 1rem;
  font-weight: 500;
  color: var(--text-dark);
}
.map-container {
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.1);
}
.map-container iframe {
  width: 100%;
  height: 400px;
  border: none;
}


/* ================================================================
   4.  Recruit
   ================================================================ */

.recruit-intro {
  background: var(--bg-light);
  padding: 60px 0 40px;
  text-align: center;
}
.intro-lead {
  font-size: 1.3rem;
  line-height: 1.9;
  font-weight: 500;
  color: var(--text-dark);
}
.intro-lead .hi {
  color: var(--accent-color);
  font-weight: 700;
}
.sp-break { display: none; }

/* --- Job ナビバー --- */
.job-nav {
  background: #ffffff;
  box-shadow: 0 4px 15px rgba(0, 0, 0, .05);
  position: sticky;
  top: 70px;
  z-index: 98;
}
.job-nav-list {
  display: flex;
  justify-content: center;
  gap: 32px;
  padding: 18px 0;
  margin: 0;
  list-style: none;
}
.job-nav-list a {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 10px 20px;
  background: #fff;
  border: 2px solid var(--accent-color);
  border-radius: 40px;
  color: var(--accent-color);
  font-weight: 700;
  text-decoration: none;
  transition: all .25s;
}
.job-nav-list a:hover {
  background: var(--accent-color);
  color: #fff;
}

/* --- Job カード --- */
.job-detail-section {
  background: var(--bg-white);
  padding: 100px 0;
}
.job-detail {
  margin: 0 0 120px;
}
.job-detail::before {
  content: '';
  display: block;
  height: 6px;
  background: linear-gradient(90deg, var(--accent-color) 0%, #ff6b6b 100%);
  border-radius: 6px 6px 0 0;
}
.job-header {
  background: #fff;
  padding: 40px 0px 0;
  display: flex;
  align-items: center;
  gap: 25px;
  margin-bottom: 20px;
}
.job-body {
  background: #fff;
  padding: 40px 40px 60px;
  border-radius: 0 0 15px 15px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, .06);
}
.job-icon {
  width: 60px;
  height: 60px;
  background: var(--bg-light);
  border-radius: 7px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 24px;
  color: var(--accent-color);
}
.job-icon i {
    margin-right: 0px;
}
.job-title {
  font-size: 1.9rem;
  font-weight: 900;
  color: var(--text-dark);
  margin-bottom: 0px;
}
.job-title span {
  display: block;
  font-size: .95rem;
  font-weight: 500;
  color: var(--text-light);
  margin-top: -5px;
}
.job-subheading {
  margin: 34px 0 15px;
  font-size: 1.2rem;
  font-weight: 700;
  color: var(--accent-color);
}
.job-list {
  padding-left: 22px;
  list-style: disc;
  line-height: 1.8;
  color: var(--text-dark);
}
.job-list li {
  margin-bottom: 8px;
}
.apply-box {
  text-align: center;
  margin-top: 45px;
}
.apply-btn {
  display: inline-block;
  padding: 16px 50px;
  background: var(--bg-dark);
  color: #fff;
  border-radius: 30px;
  font-weight: 700;
  text-decoration: none;
  transition: .25s;
}
.apply-btn:hover {
  background: var(--accent-color);
  transform: translateY(-3px);
  box-shadow: 0 8px 24px rgba(255, 0, 68, .35);
}


/* ================================================================
   5.  Talents
   ================================================================ */

.talents-grid-section {
  padding: 100px 0;
  background: var(--bg-white);
  position: relative;
}
.talents-full-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 40px;
  margin-bottom: 60px;
}
.talent-item {
  text-align: center;
  transition: transform 0.3s;
}
.talent-item:hover {
  transform: translateY(-10px);
}
.talent-photo {
  width: 100%;
  aspect-ratio: 1;
  overflow: hidden;
  border-radius: 15px;
  margin-bottom: 20px;
  position: relative;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
}
.talent-photo::after {
  content: '';
  position: absolute;
  inset: 0;
  border: 3px solid var(--accent-color);
  border-radius: 15px;
  opacity: 0;
  transition: opacity 0.3s;
}
.talent-item:hover .talent-photo::after {
  opacity: 1;
}
.talent-photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.3s;
}
.talent-item:hover .talent-photo img {
  transform: scale(1.05);
}
.talent-full-name {
  font-size: 1.2rem;
    font-weight: 700;
    color: var(--text-dark);
    margin-bottom: 5px;
    padding-bottom: 0px;
    letter-spacing: 1px;
}
.talent-full-role {
  font-size: 0.9rem;
  color: var(--accent-color);
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin-bottom: 0px;
}
.talents-note {
  text-align: center;
  margin-top: 40px;
}
.talents-note p {
  font-size: 0.9rem;
  color: var(--text-light);
  font-style: italic;
}
.talent-social i {
    margin-right: 0px;
}


/* ================================================================
   6.  About　★Updated★
   ================================================================ */

/* ---------- 6-1 Brand Message ---------- */
.brand-message {
  background: #111 url('../../img/about-bg.jpg') center / cover no-repeat;
  color: #fff;
  padding: 90px 0 70px;
  text-align: center;
}
.brand-lead {
  font-size: 1.6rem;
  line-height: 1.8;
  font-weight: 700;
}
.brand-lead .hi {
  color: var(--accent-color);
}

/* ---------- 6-2 Strength ---------- */
.strength-section {
  padding: 120px 0;
  background: #fff;
}
.strength-title {
  text-align: center;
  font-size: 2.2rem !important;
  font-weight: 900 !important;
  margin-bottom: 80px;
}
/* アイテムレイアウト */
.strength-item {
  display: grid;
  grid-template-columns: 60% 40%;
  gap: 60px;
  align-items: center;
  max-width: 1200px;
  margin: 0 auto 140px;
}
.strength-item.reverse {
  grid-template-columns: 40% 60%;
}
.strength-item.reverse .strength-text {
  text-align: right;
}
/* 番号（可視性改善済み） */
.strength-num {
  position: absolute;
  top: -30px;
  left: -20px;
  font-size: 9rem;
  font-weight: 900;

  /* 濃度を 18% に上げて視認性向上 */
  color: rgb(183 46 46 / 18%);
  z-index: -1;
}
/* テキスト */
.strength-text {
  position: relative;
  z-index: 2;
}
.strength-head {
  font-size: 1.8rem;
  font-weight: 800;
  margin-bottom: 25px;
  color: var(--text-dark);
}
.strength-text p {
  font-size: 1.1rem;
  line-height: 1.9;
  color: var(--text-dark);
}
/* タグ */
.strength-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 20px;
}
.strength-tags li {
  background: var(--accent-color);
  color: #fff;
  padding: 6px 16px;
  border-radius: 16px;
  font-size: 0.9rem;
  font-weight: 600;
  list-style: none;
}
/* 画像 */
.strength-img {
  width: 100%;
  aspect-ratio: 3 / 2;
  overflow: hidden;
  border-radius: 15px;
  box-shadow: 0 15px 35px rgba(0, 0, 0, .15);
}
.strength-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform .6s;
}
.strength-item:hover .strength-img img {
  transform: scale(1.05);
}

/* ---------- 6-3 Mission ---------- */
.about-mission {
  /* 背景画像が消えないように background プロパティを分割 */
  padding: 50px 0;
  background-color: transparent;
  background-image: url('../../img/mission-bg.jpg');
  background-position: center;
  background-size: auto;
  background-repeat: repeat;
  color: var(--bg-white);
}
.mission-content {
  text-align: center;
  max-width: 1000px;
  margin: 0 auto;
}
.mission-title {
  font-size: 2.5rem;
  font-weight: 900;
  margin-bottom: 40px;
  letter-spacing: 1px;
}
.mission-text {
  margin-bottom: 50px;
}
.mission-text p {
  font-size: 1.2rem;
  line-height: 1.8;
  opacity: 0.95;
}
.mission-image img {
  max-width: 500px;
  width: 100%;
  border-radius: 15px;
  box-shadow: 0 15px 35px rgba(0, 0, 0, 0.2);
}

/* ---------- 6-4 モバイル UX 改善 ---------- */
@media (max-width: 768px) {

  /* 左右に適度な余白を追加 */
  .brand-message,
  .strength-section,
  .about-mission {
    padding-inline: 20px;
  }
  .strength-item {
    padding-inline: 5px;
  }
  .strength-text {
    padding-inline: 10px;
  }

  /* 番号位置とサイズ調整 */
  .strength-num {
    left: 0;
    top: -15px;
    font-size: 6.5rem;
  }
}

@media (max-width: 480px) {
  .strength-num {
    left: 5px;
    top: -10px;
    font-size: 5.5rem;
}
  .brand-lead {
    font-size: 1.3rem;
}
.mission-text p {
    font-size: 1rem;
}
h2.mission-title {
    font-size: 2.3rem;
}
}


/* ================================================================
   7.  Contact   （フォーム & Thanks）
   ================================================================ */

/* ---- Contact 情報カード ---- */
.contact-info-section {
  padding: 80px 0 60px;
  background: var(--bg-white);
}
.contact-intro {
  text-align: center;
  max-width: 800px;
  margin: 0 auto 60px;
}
.intro-text {
  font-size: 1.1rem;
  line-height: 1.8;
  color: var(--text-dark);
}
.contact-cards {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
  max-width: 1000px;
  margin: 0 auto;
}
.info-card {
  background: var(--bg-light);
  padding: 40px 30px;
  border-radius: 15px;
  text-align: center;
  transition: 0.3s;
}
.info-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
}
.card-icon {
  width: 70px;
  height: 70px;
  background: linear-gradient(135deg, var(--accent-color) 0%, #ff6b6b 100%);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 20px;
}
.card-icon i {
  font-size: 30px;
  color: #fff;
}
.card-title {
  font-size: 1.2rem;
  font-weight: 700;
  color: var(--text-dark);
  margin-bottom: 15px;
}
.card-text {
  font-size: 0.95rem;
  line-height: 1.6;
  color: var(--text-light);
}

/* ---- Contact Form ---- */
.contact-form-section {
  padding: 60px 0 80px;
  background: var(--bg-white);
}
.contact-form-container {
  max-width: 700px;
  margin: 0 auto;
  background: var(--bg-white);
  padding: 50px;
  border-radius: 15px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
}
.form-group.required.privacy-group p {
    margin-bottom: 0px;
}

/* ---- FAQ リンク ---- */
.faq-link-section {
  padding: 0 0 100px;
  background: var(--bg-white);
}
.faq-link-box {
  max-width: 600px;
  margin: 0 auto;
  background: linear-gradient(135deg, #f8f9fa 0%, #e9ecef 100%);
  padding: 40px;
  border-radius: 15px;
  text-align: center;
}
.faq-content i {
  font-size: 48px;
  color: var(--accent-color);
  margin-bottom: 20px;
}
.faq-content h3 {
  font-size: 1.5rem;
  font-weight: 700;
  color: var(--text-dark);
  margin-bottom: 15px;
}
.faq-content p {
  font-size: 1rem;
  color: var(--text-light);
  margin-bottom: 25px;
}
.faq-button {
  display: inline-block;
  padding: 12px 30px;
  background: var(--accent-color);
  color: #fff;
  border-radius: 30px;
  font-weight: 700;
  text-decoration: none;
  transition: 0.3s;
}
.faq-button:hover {
  background: var(--text-dark);
  transform: translateY(-2px);
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
}

/* ---- Contact Form 7 カスタム ---- */
.cf7-form-container {
  max-width: 100%;
}
.cf7-form-container .form-group { margin-bottom: 25px; }
.cf7-form-container .form-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
  margin-bottom: 25px;
}
.cf7-form-container .form-group.required label::after {
  content: " *";
  color: var(--accent-color);
  font-weight: 700;
}
.cf7-form-container label {
  display: block;
  font-weight: 700;
  color: var(--text-dark);
  margin-bottom: 8px;
  font-size: 1rem;
}
.cf7-form-container input[type="text"],
.cf7-form-container input[type="email"],
.cf7-form-container input[type="tel"],
.cf7-form-container textarea,
.cf7-form-container select {
  width: 100%;
  padding: 15px;
  border: 2px solid #eee;
  border-radius: 8px;
  font-size: 1rem;
  background: #fafafa;
  transition: 0.3s;
  font-family: 'Noto Sans JP', sans-serif;
}
.cf7-form-container input:focus,
.cf7-form-container textarea:focus,
.cf7-form-container select:focus {
  outline: none;
  border-color: var(--accent-color);
  background: #fff;
  box-shadow: 0 0 0 3px rgba(255, 0, 68, 0.1);
}
.cf7-form-container select {
  cursor: pointer;
  appearance: none;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 12 12'%3E%3Cpath fill='%23333' d='M10.293 3.293L6 7.586 1.707 3.293A1 1 0 00.293 4.707l5 5a1 1 0 001.414 0l5-5a1 1 0 10-1.414-1.414z'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 15px center;
  padding-right: 40px;
}
.cf7-form-container input[type="file"] {
  width: 100%;
  padding: 12px;
  border: 2px dashed #ddd;
  border-radius: 8px;
  cursor: pointer;
  background: #fafafa;
  transition: 0.3s;
}
.cf7-form-container input[type="file"]:hover {
  border-color: var(--accent-color);
  background: rgba(255, 0, 68, 0.05);
}
.privacy-group {
  background: #f8f9fa;
  padding: 20px;
  border-radius: 8px;
  border: 1px solid #eee;
}
.privacy-group input[type="checkbox"] {
  margin-right: 10px;
  width: 18px;
  height: 18px;
  vertical-align: middle;
}
.privacy-text {
  font-size: 0.95rem;
}
.privacy-text a {
  color: var(--accent-color);
  text-decoration: none;
  font-weight: 500;
}
.privacy-text a:hover { text-decoration: underline; }

.form-submit { text-align: center; margin-top: 40px; }
.submit-button {
  padding: 18px 60px;
  background: linear-gradient(135deg, var(--accent-color) 0%, #ff6b6b 100%);
  color: #fff;
  border: none;
  border-radius: 8px;
  font-size: 1.1rem;
  font-weight: 700;
  cursor: pointer;
  transition: 0.3s;
  letter-spacing: 1px;
}
.submit-button:hover {
  transform: translateY(-2px);
  box-shadow: 0 10px 25px rgba(255, 0, 68, 0.3);
}
.submit-button:active { transform: translateY(0); }

.form-note { font-size: 0.85rem; color: var(--text-light); margin-top: 5px; }

.wpcf7-not-valid-tip {
  color: #d32f2f;
  font-size: 0.85rem;
  margin-top: 5px;
  display: block;
}
.wpcf7-validation-errors,
.wpcf7-acceptance-missing {
  border: none;
  padding: 15px 20px;
  background: #ffebee;
  color: #c62828;
  border-radius: 8px;
  margin: 20px 0;
  font-size: 0.95rem;
}
.wpcf7-mail-sent-ok {
  border: none;
  padding: 15px 20px;
  background: #e8f5e9;
  color: #2e7d32;
  border-radius: 8px;
  margin: 20px 0;
  font-size: 0.95rem;
}

/* ---- ローディング ---- */
.wpcf7 .ajax-loader {
  visibility: hidden;
  display: inline-block;
  width: 16px;
  height: 16px;
  margin-left: 10px;
  background-image: url('data:image/gif;base64,R0lGODlhEAAQAPIAAP///wAAAMLCwkJCQgAAAGJiYoKCgpKSkiH/C05FVFNDQVBFMi4wAwEAAAAh/hpDcmVhdGVkIHdpdGggYWpheGxvYWQuaW5mbwAh+QQJCgAAACwAAAAAEAAQAAADMwi63P4wyklrE2MIOggZnAdOmGYJRbExwroUmcG2LmDEwnHQLVsYOd2mBzkYDAdKa+dIAAAh+QQJCgAAACwAAAAAEAAQAAADNAi63P5OjCEgG4QMu7DmikRxQlFUYDEZIGBMRVsaqHwctXXf7WEYB4Ag1xjihkMZsiUkKhIAIfkECQoAAAAsAAAAABAAEAAAAzYIujIjK8pByJDMlFYvBoVjHA70GU7xSUJhmKtwHPAKzLO9HMaoKwJZ7Rf8AYPDDzKpZBqfvwQAIfkECQoAAAAsAAAAABAAEAAAAzMIumIlK8oyhpHsnFZfhYumCYUhDAQxRIdhHBGqRoKw0R8DYlJd8z0fMDgsGo/IpHI5TAAAIfkECQoAAAAsAAAAABAAEAAAAzIIunInK0rnZBTwGPNMgQwmdsNgXGJUlIWEuR5oWUIpz8pAEAMe6TwfwyYsGo/IpFKSAAAh+QQJCgAAACwAAAAAEAAQAAADMwi6IMKQORfjdOe82p4wGccc4CEuQradylesojEMBgsUc2G7sDX3lQGBMLAJibufbSlKAAAh+QQJCgAAACwAAAAAEAAQAAADMgi63P7wCRHZnFVdmgHu2nFwlWCI3WGc3TSWhUFGxTAUkGCbtgENBMJAEJsxgMLWzpEAACH5BAkKAAAALAAAAAAQABAAAAMyCLrc/jDKSatlQtScKdceCAjDII7HcQ4EMTCpyrCuUBjCYRgHVtqlAiB1YhiCnlsRkAAAOwAAAAAAAAAAAA==');
  background-size: 16px 16px;
}
.wpcf7.sending .ajax-loader { visibility: visible; }


/* ================================================================
   8.  Privacy
   ================================================================ */

.hero-privacy { /* 画像はすでに共通ヒーローで設定 */ }

.privacy-content-section {
  padding: 80px 0 100px;
  background: var(--bg-white);
}
.privacy-wrapper  { max-width: 900px; margin: 0 auto; }
.privacy-content  { background: #fff; border-radius: 15px; padding: 60px; }
.privacy-intro    {
  font-size: 1.1rem; line-height: 1.8; color: var(--text-dark);
  margin-bottom: 50px; padding: 25px;
  background: #f8f9fa; border-radius: 10px;
}
.privacy-section  { margin-bottom: 50px; }
.privacy-heading  {
  font-size: 1.6rem; font-weight: 700; color: var(--text-dark);
  margin-bottom: 20px; padding-bottom: 15px;
  border-bottom: 3px solid var(--accent-color);
}
.privacy-text     { font-size: 1.05rem; line-height: 1.8; color: var(--text-dark); }
.privacy-text p   { margin-bottom: 15px; }
.privacy-text ol  { margin: 20px 0; padding-left: 30px; }
.privacy-text ol li { margin-bottom: 15px; line-height: 1.8; }
.sub-list         { margin: 10px 0; list-style-type: lower-alpha; }
.bullet-list      { margin-top: 10px; list-style-type: disc; padding-left: 20px; }
.bullet-list li   { margin-bottom: 8px; }
.contact-info     {
  margin-top: 20px; padding: 25px;
  background: #f8f9fa; border-radius: 10px;
  border-left: 4px solid #333;
}
.privacy-footer   {
  margin-top: 60px; padding-top: 30px;
  border-top: 1px solid #dee2e6; text-align: right;
}
.privacy-date     { font-size: 0.95rem; color: var(--text-light); margin: 5px 0; }


/* ================================================================
   9.  News
   ================================================================ */

.news-list-section {
  padding: 100px 0;
  background: var(--bg-white);
}
.news-list-container {
  max-width: 1200px;
  margin: 0 auto;
  background: #fff;
  padding: 40px;
  border-radius: 15px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
}
.news-list-section .news-list {
  background: transparent;
  padding: 0;
  border-radius: 0;
  box-shadow: none;
}
.news-item-link {
  text-decoration: none;
  display: block;
  border-bottom: dashed 1px #ddd;
}
.news-item {
  display: grid;
  grid-template-columns: 80px 80px 1fr;
  gap: 20px;
  padding: 20px 0;
  border-bottom: 1px solid #eee;
  align-items: center;
  transition: 0.3s;
}
.news-item:last-child { border-bottom: none; }
.news-item:hover {
  background: #f9f9f9;
  transform: translateX(5px);
  padding-left: 10px;
  border-radius: 8px;
}
.news-date     { font-size: 14px; color: var(--text-light); font-weight: 500; }
.news-category {
  font-size: 11px;
  background: var(--accent-color);
  color: #fff;
  padding: 4px 8px;
  border-radius: 12px;
  text-transform: uppercase;
  font-weight: 700;
  text-align: center;
}
.news-title {
  font-size: 16px;
  color: var(--text-dark);
  font-weight: 500;
  line-height: 1.4;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
.news-more-wrapper { text-align: center; margin-top: 40px; }
.more-btn {
  display: inline-block;
  padding: 12px 30px;
  background: var(--bg-dark);
  color: #fff;
  border-radius: 30px;
  font-weight: 700;
  letter-spacing: 1px;
  text-transform: uppercase;
  transition: 0.3s;
  border: none;
}
.more-btn:hover {
  background: var(--accent-color);
  transform: translateY(-2px);
  box-shadow: 0 5px 15px rgba(255, 0, 68, 0.3);
}
.more-btn:disabled { opacity: 0.6; cursor: not-allowed; }


/* ================================================================
   .  FaQ
   ================================================================ */
/* ===== FAQ Hero ===== */

/* ===== FAQ Area ===== */
.faq-section{padding:100px 0;background:#fff;}
.faq-accordion{max-width:900px;margin:0 auto;}
.faq-item{margin-bottom:25px;border-radius:15px;overflow:hidden;}
.faq-question{
    width:100%;border:none;cursor:pointer;
    background:#f8f9fa;padding:26px 70px 26px 90px;
    font-size:1.15rem;font-weight:700;color:var(--text-dark);
    position:relative;text-align:left;
    transition:background .3s;
    box-shadow:0 5px 15px rgba(0,0,0,.04);
}
.q-icon{
    position:absolute;left:35px;top:26px;
    color:var(--accent-color);font-weight:900;font-size:1.2rem;
}
.arrow{
    position:absolute;right:35px;top:50%;
    width:14px;height:14px;
    border-right:3px solid var(--accent-color);
    border-bottom:3px solid var(--accent-color);
    transform:translateY(-50%) rotate(45deg);
    transition:.3s;
}
.faq-question[aria-expanded="true"] .arrow{
    transform:translateY(-50%) rotate(-135deg);
}
.faq-answer{
    background:#fff;padding:28px 70px;
    line-height:1.9;font-size:1.05rem;color:var(--text-dark);
    animation:fadeDrop .4s ease;
}
@keyframes fadeDrop{
    from{opacity:0;transform:translateY(-10px);}
    to{opacity:1;transform:translateY(0);}
}

/* Responsive */
@media(max-width:600px){
    .faq-question{padding:20px 50px 20px 70px;font-size:1rem;}
    .q-icon{left:25px;top:20px;}
    .faq-answer{padding:22px 40px;font-size:.95rem;}
}


/* ================================================================
   10. Single Post
   ================================================================ */

.article-hero {
  padding: 120px 0 60px;
  background: linear-gradient(135deg, #f8f9fa 0%, #e9ecef 100%);
}
.article-hero-content {
  max-width: 800px;
  margin: 0 auto;
  text-align: center;
}
.article-meta {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 20px;
  margin-bottom: 20px;
}
.article-date {
  font-size: 1rem;
  color: var(--text-light);
  font-weight: 500;
}
.article-category {
  background: var(--accent-color);
  color: #fff;
  padding: 5px 15px;
  border-radius: 20px;
  font-size: 0.9rem;
  font-weight: 700;
  text-transform: uppercase;
}
.article-title {
  font-size: 2.5rem;
  font-weight: 900;
  color: var(--text-dark);
  line-height: 1.4;
  margin: 0;
}

/* ---- コンテンツ ---- */
.article-content-section {
  padding: 60px 0 100px;
  background: var(--bg-white);
}
.article-wrapper { max-width: 800px; margin: 0 auto; }
.article-main    { background: #fff; border-radius: 15px; overflow: hidden; }
.article-thumbnail { margin-bottom: 40px; }
.featured-image  { width: 100%; height: auto; border-radius: 8px; display: block; }
.article-body {
  padding: 0 20px;
  font-size: 1.1rem;
  line-height: 1.8;
  color: var(--text-dark);
}
.article-body h2 {
  font-size: 1.8rem;
  font-weight: 700;
  margin: 40px 0 20px;
  color: var(--text-dark);
  border-left: 4px solid var(--accent-color);
  padding-left: 15px;
}
.article-body h3 {
  font-size: 1.5rem;
  font-weight: 700;
  margin: 30px 0 15px;
  color: var(--text-dark);
}
.article-body p { margin-bottom: 20px; }
.article-body ul,
.article-body ol { margin: 20px 0; padding-left: 30px; }
.article-body li { margin-bottom: 10px; }
.article-body blockquote {
  margin: 30px 0;
  padding: 20px 30px;
  background: #f8f9fa;
  border-left: 4px solid var(--accent-color);
  font-style: italic;
  border-radius: 8px;
}
.article-body img {
  max-width: 100%;
  height: auto;
  margin: 20px 0;
  border-radius: 8px;
}

/* ---- タグ & シェア ---- */
.article-tags {
  padding: 30px 20px;
  border-top: 1px solid #eee;
  display: flex;
  align-items: center;
  gap: 10px;
  flex-wrap: wrap;
}
.tag-link {
  color: var(--text-light);
  text-decoration: none;
  padding: 5px 12px;
  background: #f8f9fa;
  border-radius: 15px;
  font-size: 0.9rem;
  transition: 0.3s;
}
.tag-link:hover {
  background: var(--accent-color);
  color: #fff;
}
.article-share {
  padding: 40px 20px;
  background: #f8f9fa;
  text-align: center;
  border-radius: 15px;
  margin-top: 40px;
}
.share-title {
  font-size: 1.2rem;
  font-weight: 700;
  margin-bottom: 20px;
  color: var(--text-dark);
}
.share-buttons {
  display: flex;
  justify-content: center;
  gap: 15px;
}
.share-btn {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  color: #fff;
  transition: 0.3s;
}
.share-btn.twitter  { background: #1da1f2; }
.share-btn.facebook { background: #1877f2; }
.share-btn.line     { background: #00b900; }
.share-btn:hover {
  transform: translateY(-3px);
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
}

/* ---- 前後ナビ ---- */
.article-navigation {
  display: flex;
  justify-content: space-between;
  margin-top: 60px;
  padding-top: 40px;
  border-top: 1px solid #eee;
}
.nav-previous a,
.nav-next a {
  display: flex;
  align-items: center;
  gap: 10px;
  text-decoration: none;
  color: var(--text-dark);
  font-weight: 500;
  transition: 0.3s;
  padding: 10px 20px;
  border-radius: 30px;
  background: #f8f9fa;
}
.nav-previous a:hover,
.nav-next a:hover {
  color: #fff;
  background: var(--accent-color);
}


/* ================================================================
   11. 共通レスポンシブ
   ================================================================ */

@media (max-width: 992px) {
  .hero-company,
  .hero-recruit,
  .hero-talents,
  .hero-about,
  .hero-contact,
  .hero-news {
    padding: 120px 0 80px;
  }
  .heros-title     { font-size: 2.5rem; }
  .heros-subtitle  { font-size: 1.1rem; }

  /* Strength 一列表示 */
  .strength-item,
  .strength-item.reverse {
    grid-template-columns: 1fr;
    text-align: left;
  }
  .strength-item.reverse .strength-text { text-align: left; }
  .strength-num { left: -10px; font-size: 7rem; }
}

@media (max-width: 768px) {
  .hero-company,
  .hero-recruit,
  .hero-talents,
  .hero-about,
  .hero-contact,
  .hero-news {
    padding: 100px 0 60px;
  }
  .heros-title     { font-size: 2rem; }
  .heros-subtitle  { font-size: 1rem; }
  .section-title-simple { font-size: 1.6rem !important; }

  /* Company テーブル */
  .overview-row { grid-template-columns: 1fr; }
  .overview-label {
    border-right: none;
    border-bottom: 1px solid #eee;
    padding: 20px 25px 10px;
  }
  .overview-value { padding: 10px 25px 20px; }

  /* Recruit */
  .intro-lead      { font-size: 1.15rem; }
  .job-nav-list    { gap: 20px; flex-wrap: wrap; }
  .job-nav-list a  { padding: 8px 18px; font-size: .9rem; }
  .job-header      { padding: 35px 5px 0; }
  .job-body        { padding: 35px 25px 50px; }
  .job-icon        { width: 70px; height: 70px; font-size: 30px; }
  .job-title       { font-size: 1.6rem; }
  .sp-break        { display: inline; }

  /* Talents */
  .talents-full-grid { grid-template-columns: repeat(2, 1fr); gap: 25px; }

  /* Contact */
  .contact-info-section     { padding: 60px 0 40px; }
  .contact-form-container   { padding: 30px 20px; }
  .contact-cards            { grid-template-columns: 1fr; gap: 20px; max-width: 500px; }
  .info-card                { padding: 30px 25px; }
  .card-icon                { width: 60px; height: 60px; }
  .card-icon i              { font-size: 26px; }
  .faq-link-box             { padding: 30px 20px; }
  .faq-content i            { font-size: 40px; }
  .submit-button            { width: 100%; padding: 16px 40px; }

  /* News */
  .news-list-container      { padding: 30px 20px; }
  .news-item                { grid-template-columns: 70px 60px 1fr; gap: 12px; padding: 15px 0; }
  .news-date                { font-size: 12px; }
  .news-category            { font-size: 10px; padding: 3px 6px; }
  .news-title               { font-size: 14px; }

  /* Single Post */
  .article-title   { font-size: 2rem; }
  .article-body    { padding: 0 15px; font-size: 1rem; }
  .article-body h2 { font-size: 1.5rem; }
  .article-body h3 { font-size: 1.3rem; }
  .article-navigation {
    flex-direction: column;
    gap: 20px;
  }
  .nav-previous a,
  .nav-next a { justify-content: center; }
}

@media (max-width: 480px) {
  /* About Strength 番号・Mission */
  .mission-title   { font-size: 2rem; }

  /* Hero */
  .section-title-simple { font-size: 1.6rem !important; }

  /* Talents グリッド */
  .talents-full-grid { grid-template-columns: 1fr; gap: 30px; }
  .talent-photo      { max-width: 280px; margin: 0 auto 20px; }

  /* Recruit Job Card */
  .job-icon  { width: 65px; height: 65px; font-size: 28px; }
  .job-title { font-size: 1.5rem; }
  .job-body  { padding: 30px 20px 45px; }

  /* News */
  .news-list-container { padding: 20px 15px; }
  .news-item           { grid-template-columns: 60px 50px 1fr; gap: 10px; }
  .news-date           { font-size: 11px; }
  .news-category       { font-size: 9px; padding: 2px 5px; }
  .news-title          { font-size: 13px; }

  /* Contact Thanks */
  .home-button { padding: 15px 30px; font-size: 1rem; }
  .thanks-section { padding: 80px 0; }
  .thanks-title   { font-size: 1.8rem; margin-bottom: 20px; }
  .thanks-message p { font-size: 1rem; }

  /* Single Post */
  .article-hero   { padding: 100px 0 40px; }
  .article-title  { font-size: 1.6rem; }
  .share-buttons  { gap: 10px; }
  .share-btn      { width: 45px; height: 45px; }
  .article-body   { padding: 0 10px; }
}


/* ================================================================
   12. Utility
   ================================================================ */

.sp-only { display: none; }
@media (max-width: 768px) { .sp-only { display: inline; } }

/* スムーススクロール */
html { scroll-behavior: smooth; }
