/* ==========================================
   株式会社シーレン カスタムデザイン
   Navy #1B2A5E / Orange #F07020 / White #FFFFFF
   ========================================== */

:root {
  --navy: #1B2A5E;
  --navy-dark: #111D42;
  --orange: #F07020;
  --orange-light: #FF8C42;
  --white: #FFFFFF;
  --gray: #F5F7FA;
  --gray-dark: #E0E5EF;
  --text: #2C2C2C;
  --text-light: #6B7280;
}

/* ===== BASE ===== */
body {
  padding-top: 80px;
  font-family: 'Noto Sans JP', sans-serif;
  color: var(--text);
}

/* ===== HEADER ===== */
#header {
  position: fixed !important;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1000;
  background: var(--white) !important;
  box-shadow: 0 2px 16px rgba(0,0,0,0.08) !important;
  border-bottom: none !important;
}

#globalNavi {
  background: var(--white) !important;
  padding: 0 !important;
}

#header-logo .h-tit {
  font-size: 10px;
  color: var(--text-light);
}

.header-bottom-menu li a {
  color: var(--navy) !important;
  font-size: 12px !important;
  font-weight: 600 !important;
  padding: 6px 10px !important;
  transition: color 0.2s;
  text-decoration: none !important;
}

.header-bottom-menu li a:hover {
  color: var(--orange) !important;
}

.phone-num a {
  color: var(--navy) !important;
  font-weight: 700 !important;
}

.phone-text {
  color: var(--text-light) !important;
  font-size: 11px !important;
}

/* ===== BUTTONS ===== */
.siren-btn-primary {
  display: inline-block;
  background: var(--orange);
  color: var(--white) !important;
  padding: 14px 32px;
  border-radius: 4px;
  font-weight: 700;
  font-size: 15px;
  text-decoration: none !important;
  transition: all 0.3s ease;
  border: 2px solid var(--orange);
}

.siren-btn-primary:hover {
  background: var(--orange-light);
  border-color: var(--orange-light);
  transform: translateY(-2px);
  box-shadow: 0 4px 15px rgba(240,112,32,0.4);
}

.siren-btn-secondary {
  display: inline-block;
  background: transparent;
  color: var(--white) !important;
  padding: 14px 32px;
  border-radius: 4px;
  font-weight: 700;
  font-size: 15px;
  text-decoration: none !important;
  transition: all 0.3s ease;
  border: 2px solid var(--white);
}

.siren-btn-secondary:hover {
  background: var(--white);
  color: var(--navy) !important;
}

.siren-btn-outline {
  display: inline-block;
  background: transparent;
  color: var(--navy) !important;
  padding: 12px 28px;
  border-radius: 4px;
  font-weight: 700;
  font-size: 14px;
  text-decoration: none !important;
  transition: all 0.3s ease;
  border: 2px solid var(--navy);
}

.siren-btn-outline:hover {
  background: var(--navy);
  color: var(--white) !important;
}

.siren-btn-card {
  display: inline-block;
  color: var(--orange) !important;
  font-weight: 700;
  font-size: 14px;
  text-decoration: none !important;
  padding: 8px 0;
  border-bottom: 2px solid var(--orange);
  transition: opacity 0.2s;
}

.siren-btn-card:hover { opacity: 0.7; }

.siren-btn-large { padding: 18px 40px; font-size: 16px; }

/* ===== SECTION COMMON ===== */
.siren-section-label {
  display: block;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 4px;
  color: var(--orange);
  text-transform: uppercase;
  margin-bottom: 10px;
}

.siren-section-title {
  font-size: clamp(22px, 3vw, 34px);
  font-weight: 800;
  color: var(--navy);
  line-height: 1.4;
  margin-bottom: 16px;
}

.siren-section-desc {
  color: var(--text-light);
  font-size: 15px;
  line-height: 1.8;
}

.siren-section-header {
  text-align: center;
  margin-bottom: 56px;
}

/* ===== HERO ===== */
.siren-hero {
  position: relative;
  min-height: calc(100vh - 80px);
  display: flex;
  flex-direction: column;
  background: linear-gradient(135deg, var(--navy-dark) 0%, var(--navy) 55%, #2A3F7E 100%);
  overflow: hidden;
}

.siren-hero::before {
  content: '';
  position: absolute;
  inset: 0;
  background-image:
    radial-gradient(circle at 70% 30%, rgba(240,112,32,0.12) 0%, transparent 50%),
    radial-gradient(circle at 10% 80%, rgba(255,255,255,0.05) 0%, transparent 40%);
}

.siren-hero::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 120px;
  background: linear-gradient(to bottom, transparent, rgba(0,0,0,0.15));
}

.siren-hero-content {
  position: relative;
  z-index: 10;
  flex: 1;
  display: flex;
  align-items: center;
  padding: 60px 0 40px;
}

.siren-hero-inner { max-width: 720px; }

.siren-hero-badge {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: var(--orange);
  color: var(--white);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 2px;
  padding: 6px 18px;
  border-radius: 20px;
  margin-bottom: 28px;
}

.siren-hero-title {
  margin-bottom: 28px;
}

.siren-hero-title-main {
  display: block;
  font-size: clamp(38px, 5.5vw, 68px);
  font-weight: 900;
  color: var(--white);
  line-height: 1.15;
  letter-spacing: -0.02em;
}

.siren-hero-title-main em {
  color: var(--orange);
  font-style: normal;
}

.siren-hero-sub {
  color: rgba(255,255,255,0.82);
  font-size: clamp(14px, 1.5vw, 17px);
  line-height: 1.9;
  margin-bottom: 44px;
}

.siren-hero-sub strong {
  color: var(--orange);
  font-weight: 700;
}

.siren-hero-btns {
  display: flex;
  gap: 16px;
  flex-wrap: wrap;
}

.siren-hero-tags {
  position: relative;
  z-index: 10;
  background: rgba(0,0,0,0.22);
  padding: 18px 0;
  backdrop-filter: blur(6px);
}

.siren-tags-list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  justify-content: center;
}

.siren-tags-list li {
  background: rgba(255,255,255,0.1);
  color: var(--white);
  border: 1px solid rgba(255,255,255,0.25);
  padding: 6px 18px;
  border-radius: 20px;
  font-size: 13px;
  font-weight: 500;
}

/* ===== RECRUIT ===== */
.siren-recruit {
  padding: 88px 0;
  background: var(--gray);
}

.siren-recruit-card {
  border-radius: 14px;
  overflow: hidden;
  height: 100%;
  box-shadow: 0 8px 32px rgba(0,0,0,0.10);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.siren-recruit-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 18px 44px rgba(0,0,0,0.16);
}

.siren-recruit-card-exp { background: var(--navy); }
.siren-recruit-card-beg { background: var(--white); border: 2px solid var(--gray-dark); }

.siren-recruit-card-inner { padding: 44px; height: 100%; box-sizing: border-box; display: flex; flex-direction: column; }

.siren-recruit-card-tag {
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 3px;
  margin-bottom: 14px;
  color: var(--orange);
}

.siren-recruit-card-title {
  font-size: 28px;
  font-weight: 800;
  margin-bottom: 16px;
  line-height: 1.3;
}

.siren-recruit-card-exp .siren-recruit-card-title { color: var(--white); }
.siren-recruit-card-beg .siren-recruit-card-title { color: var(--navy); }

.siren-recruit-card-text {
  font-size: 14px;
  line-height: 1.85;
  margin-bottom: 28px;
  flex: 1;
}

.siren-recruit-card-exp .siren-recruit-card-text { color: rgba(255,255,255,0.78); }
.siren-recruit-card-beg .siren-recruit-card-text { color: var(--text-light); }

.siren-recruit-card-list {
  list-style: none;
  padding: 0;
  margin: 0 0 36px;
}

.siren-recruit-card-list li {
  padding: 9px 0;
  font-size: 14px;
  font-weight: 500;
}

.siren-recruit-card-list li::before { content: '✓ '; color: var(--orange); font-weight: 700; }

.siren-recruit-card-exp .siren-recruit-card-list li {
  color: rgba(255,255,255,0.82);
  border-bottom: 1px solid rgba(255,255,255,0.12);
}

.siren-recruit-card-beg .siren-recruit-card-list li {
  color: var(--text);
  border-bottom: 1px solid var(--gray-dark);
}

.siren-recruit-card-exp .siren-btn-card { color: var(--orange) !important; border-color: var(--orange); }

/* ===== ABOUT ===== */
.siren-about { padding: 88px 0; background: var(--white); }

.siren-about-img img {
  width: 100%;
  border-radius: 14px;
  box-shadow: 0 8px 32px rgba(0,0,0,0.1);
  object-fit: cover;
}

.siren-about-text { padding: 0 48px; }

.siren-about-text .siren-section-title { margin-top: 12px; }

.siren-about-text p {
  font-size: 15px;
  line-height: 1.95;
  color: var(--text-light);
  margin-bottom: 36px;
}

/* ===== POINTS ===== */
.siren-points { padding: 88px 0; background: var(--gray); }

.siren-point-card {
  background: var(--white);
  border-radius: 14px;
  padding: 36px 32px;
  height: 100%;
  border-top: 4px solid var(--orange);
  box-shadow: 0 4px 20px rgba(0,0,0,0.06);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  box-sizing: border-box;
}

.siren-point-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 10px 32px rgba(0,0,0,0.12);
}

.siren-point-num {
  font-size: 32px;
  font-weight: 900;
  color: var(--navy);
  line-height: 1;
  margin-bottom: 18px;
}

.siren-point-num span {
  display: block;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 2px;
  color: var(--orange);
  margin-bottom: 4px;
}

.siren-point-title {
  font-size: 16px;
  font-weight: 700;
  color: var(--navy);
  margin-bottom: 12px;
  line-height: 1.55;
}

.siren-point-title em { color: var(--orange); font-style: normal; }

.siren-point-card p {
  font-size: 13px;
  line-height: 1.85;
  color: var(--text-light);
  margin: 0;
}

/* ===== AREA ===== */
.siren-area { padding: 88px 0; background: var(--navy); }

.siren-area .siren-section-title { color: var(--white); }

.siren-area-main-label {
  color: var(--orange);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 3px;
  text-transform: uppercase;
  margin-bottom: 20px;
}

.siren-area-list {
  list-style: none;
  padding: 0;
  margin: 0 0 36px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 10px;
}

.siren-area-list li {
  background: rgba(255,255,255,0.08);
  color: var(--white);
  padding: 12px 10px;
  border-radius: 8px;
  font-size: 14px;
  font-weight: 600;
  text-align: center;
  border: 1px solid rgba(255,255,255,0.18);
}

.siren-area-sub p {
  color: rgba(255,255,255,0.68);
  font-size: 14px;
  margin-bottom: 28px;
  line-height: 1.8;
}

.siren-area-img { padding: 0 20px; }
.siren-area-img img { width: 100%; border-radius: 14px; opacity: 0.75; }

/* ===== TRAINER ===== */
.siren-trainer { padding: 88px 0; background: var(--white); }

.siren-trainer-text { padding: 0 48px; }

.siren-trainer-catch {
  font-size: 20px;
  font-weight: 700;
  color: var(--navy);
  margin-bottom: 16px;
  line-height: 1.5;
}

.siren-trainer-catch strong { color: var(--orange); }

.siren-trainer-text > p {
  font-size: 15px;
  line-height: 1.9;
  color: var(--text-light);
  margin-bottom: 24px;
}

.siren-trainer-text > p strong { color: var(--orange); font-weight: 700; }

.siren-trainer-img img { width: 100%; border-radius: 14px; box-shadow: 0 8px 32px rgba(0,0,0,0.10); }

/* ===== CHECK LIST ===== */
.siren-check-list {
  list-style: none;
  padding: 0;
  margin: 0 0 36px;
}

.siren-check-list li {
  padding: 11px 0;
  font-size: 14px;
  font-weight: 500;
  color: var(--text);
  border-bottom: 1px solid var(--gray-dark);
  display: flex;
  align-items: center;
  gap: 12px;
}

.siren-check-list li::before {
  content: '';
  width: 22px;
  height: 22px;
  min-width: 22px;
  background: var(--orange);
  border-radius: 50%;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 9'%3E%3Cpath d='M1 4l3 3L10 1' stroke='white' stroke-width='2' fill='none' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 58%;
}

/* ===== AGENCY ===== */
.siren-agency { padding: 88px 0; background: var(--gray); }

.siren-agency-text { padding: 0 48px; }

.siren-agency-catch {
  font-size: 20px;
  font-weight: 700;
  color: var(--navy);
  margin-bottom: 16px;
  line-height: 1.5;
}

.siren-agency-catch strong { color: var(--orange); }

.siren-agency-text > p {
  font-size: 15px;
  line-height: 1.9;
  color: var(--text-light);
  margin-bottom: 24px;
}

.siren-agency-img img { width: 100%; border-radius: 14px; box-shadow: 0 8px 32px rgba(0,0,0,0.10); }

/* ===== VOICE ===== */
.siren-voice { padding: 88px 0; background: var(--white); }

.siren-voice-card {
  background: var(--white);
  border-radius: 14px;
  padding: 36px;
  height: 100%;
  box-shadow: 0 4px 24px rgba(0,0,0,0.08);
  border: 1px solid var(--gray-dark);
  position: relative;
  box-sizing: border-box;
}

.siren-voice-card::before {
  content: '\201C';
  position: absolute;
  top: 12px;
  left: 20px;
  font-size: 72px;
  color: var(--orange);
  opacity: 0.15;
  font-family: Georgia, serif;
  line-height: 1;
}

.siren-voice-stars { color: #F5A623; font-size: 15px; margin-bottom: 18px; letter-spacing: 2px; }

.siren-voice-text {
  font-size: 14px;
  line-height: 1.95;
  color: var(--text-light);
  margin-bottom: 24px;
}

.siren-voice-name {
  font-size: 13px;
  font-weight: 700;
  color: var(--navy);
  border-top: 1px solid var(--gray-dark);
  padding-top: 18px;
  margin: 0;
}

.siren-voice-more { text-align: center; margin-top: 52px; }

/* ===== FAQ ===== */
.siren-faq { padding: 88px 0; background: var(--gray); }

.siren-faq-list {
  max-width: 800px;
  margin: 0 auto;
}

.siren-faq-list > li {
  margin-bottom: 10px !important;
  border: none !important;
  padding: 0 !important;
}

.siren-faq-q {
  font-size: 15px !important;
  font-weight: 700 !important;
  color: var(--navy) !important;
  padding: 20px 24px !important;
  background: var(--white);
  border-radius: 10px 10px 0 0;
  display: flex !important;
  align-items: center !important;
  gap: 14px !important;
  text-decoration: none !important;
}

.siren-faq-list > li:not(.uk-open) .siren-faq-q {
  border-radius: 10px;
}

.siren-faq-q::before {
  content: 'Q';
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 30px;
  height: 30px;
  min-width: 30px;
  background: var(--orange);
  color: var(--white);
  border-radius: 50%;
  font-size: 14px;
  font-weight: 700;
}

.siren-faq-a {
  background: #FFF8F5;
  border-radius: 0 0 10px 10px;
  border-left: 3px solid var(--orange);
  padding: 20px 24px 20px 58px !important;
}

.siren-faq-a p {
  font-size: 14px;
  line-height: 1.85;
  color: var(--text-light);
  margin: 0;
}

/* ===== CTA ===== */
.siren-cta {
  padding: 88px 0;
  background: linear-gradient(135deg, var(--navy-dark) 0%, var(--navy) 100%);
}

.siren-cta-inner { text-align: center; }

.siren-cta-title {
  font-size: clamp(24px, 3.5vw, 38px);
  font-weight: 800;
  color: var(--white);
  margin-bottom: 16px;
}

.siren-cta-text {
  color: rgba(255,255,255,0.75);
  font-size: 15px;
  line-height: 1.85;
  margin-bottom: 52px;
}

.siren-cta-contact {
  display: flex;
  gap: 56px;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}

.siren-cta-divider {
  width: 1px;
  height: 70px;
  background: rgba(255,255,255,0.2);
}

.siren-cta-tel-label {
  color: rgba(255,255,255,0.6);
  font-size: 12px;
  letter-spacing: 1px;
  margin-bottom: 10px;
}

.siren-cta-tel-num {
  display: block;
  font-size: clamp(30px, 3.5vw, 46px);
  font-weight: 900;
  color: var(--white);
  text-decoration: none !important;
  letter-spacing: 2px;
  margin-bottom: 8px;
  transition: color 0.2s;
}

.siren-cta-tel-num:hover { color: var(--orange) !important; }

.siren-cta-tel-hours { color: rgba(255,255,255,0.5); font-size: 12px; }

.siren-cta-form p { color: rgba(255,255,255,0.5); font-size: 12px; margin-top: 10px; }

/* ===== FOOTER UPDATE ===== */
#footer-head { background: var(--navy) !important; }
#footer-foot { background: var(--navy-dark) !important; }

.com-tit-04 { color: var(--white) !important; }
.com-tit-04 span { color: var(--orange) !important; }

.footer-container .h-tit { color: rgba(255,255,255,0.6) !important; }

.copyright { color: rgba(255,255,255,0.4) !important; width: 100%; text-align: center; padding-top: 16px; }

#footer-foot .phone-num a { color: var(--white) !important; }

.com-btn-02 a {
  background: var(--orange) !important;
  border-color: var(--orange) !important;
}

/* ===== RESPONSIVE ===== */
@media (max-width: 959px) {
  body { padding-top: 64px; }

  .siren-hero-content { padding: 50px 0 30px; }
  .siren-hero-btns { flex-direction: column; align-items: flex-start; }
  .siren-hero-btns a { text-align: center; width: 100%; max-width: 320px; }

  .siren-about-text,
  .siren-trainer-text,
  .siren-agency-text { padding: 28px 0 0; }

  .siren-recruit,
  .siren-points,
  .siren-about,
  .siren-area,
  .siren-trainer,
  .siren-agency,
  .siren-voice,
  .siren-faq,
  .siren-cta { padding: 64px 0; }

  .siren-cta-contact { flex-direction: column; gap: 36px; }
  .siren-cta-divider { display: none; }
  .siren-area-list { grid-template-columns: repeat(2, 1fr); }
}

@media (max-width: 640px) {
  .siren-recruit-card-inner { padding: 28px; }
  .siren-point-card { padding: 24px 20px; }
  .siren-voice-card { padding: 24px; }
  .siren-area-img { padding: 24px 0 0; }
}

/* ===== PAGE TEMPLATES ===== */
.siren-page-hero {
  background: linear-gradient(135deg, var(--navy-dark) 0%, var(--navy) 100%);
  padding: 80px 0 64px;
  position: relative;
  overflow: hidden;
}

.siren-page-hero::before {
  content: '';
  position: absolute;
  inset: 0;
  background: radial-gradient(circle at 80% 50%, rgba(240,112,32,0.1) 0%, transparent 60%);
}

.siren-page-hero > * { position: relative; z-index: 1; }

.siren-page-hero .siren-section-label { color: var(--orange); }

.siren-page-hero-title {
  font-size: clamp(28px, 4vw, 48px);
  font-weight: 900;
  color: var(--white);
  line-height: 1.2;
  margin-bottom: 16px;
}

.siren-page-hero-sub {
  font-size: clamp(14px, 1.5vw, 17px);
  color: rgba(255,255,255,0.8);
  line-height: 1.8;
  max-width: 600px;
}

.siren-page-section { padding: 80px 0; }

/* TABLE */
.siren-table {
  width: 100%;
  border-collapse: collapse;
  font-size: 15px;
}

.siren-table th,
.siren-table td {
  padding: 16px 20px;
  border-bottom: 1px solid var(--gray-dark);
  text-align: left;
  line-height: 1.7;
}

.siren-table th {
  width: 160px;
  font-weight: 700;
  color: var(--navy);
  background: var(--gray);
  white-space: nowrap;
}

.siren-table td { color: var(--text-light); }

/* FLOW */
.siren-flow {
  display: flex;
  align-items: flex-start;
  gap: 8px;
  flex-wrap: wrap;
}

.siren-flow-item {
  flex: 1;
  min-width: 160px;
  background: var(--white);
  border-radius: 12px;
  padding: 28px 24px;
  box-shadow: 0 4px 20px rgba(0,0,0,0.06);
  border-top: 3px solid var(--orange);
}

.siren-flow-num {
  font-size: 28px;
  font-weight: 900;
  color: var(--navy);
  line-height: 1;
  margin-bottom: 12px;
}

.siren-flow-title {
  font-size: 15px;
  font-weight: 700;
  color: var(--navy);
  margin-bottom: 10px;
}

.siren-flow-item p {
  font-size: 13px;
  color: var(--text-light);
  line-height: 1.8;
  margin: 0;
}

.siren-flow-arrow {
  font-size: 24px;
  color: var(--orange);
  padding: 28px 4px 0;
  font-weight: 700;
  flex-shrink: 0;
}

/* JOB CARDS */
.siren-job-card {
  background: var(--white);
  border-radius: 14px;
  margin-bottom: 32px;
  box-shadow: 0 4px 24px rgba(0,0,0,0.08);
  overflow: hidden;
}

.siren-job-card-header {
  background: var(--navy);
  padding: 24px 32px;
  display: flex;
  align-items: center;
  gap: 16px;
  flex-wrap: wrap;
}

.siren-job-tag {
  display: inline-block;
  background: var(--orange);
  color: var(--white);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 1px;
  padding: 4px 12px;
  border-radius: 20px;
  white-space: nowrap;
}

.siren-job-tag-beg { background: #2A9D8F; }

.siren-job-title {
  font-size: clamp(16px, 2vw, 20px);
  font-weight: 700;
  color: var(--white);
  margin: 0;
  line-height: 1.4;
}

.siren-job-body { padding: 32px; }

.siren-job-table { border: 1px solid var(--gray-dark); border-radius: 8px; overflow: hidden; margin-bottom: 8px; }

.siren-job-row {
  display: flex;
  border-bottom: 1px solid var(--gray-dark);
}

.siren-job-row:last-child { border-bottom: none; }

.siren-job-label {
  width: 140px;
  min-width: 140px;
  padding: 14px 16px;
  background: var(--gray);
  font-size: 13px;
  font-weight: 700;
  color: var(--navy);
  border-right: 1px solid var(--gray-dark);
  display: flex;
  align-items: center;
}

.siren-job-value {
  flex: 1;
  padding: 14px 16px;
  font-size: 14px;
  color: var(--text);
  line-height: 1.7;
}

@media (max-width: 640px) {
  .siren-job-row { flex-direction: column; }
  .siren-job-label { width: 100%; border-right: none; border-bottom: 1px solid var(--gray-dark); }
  .siren-flow { flex-direction: column; }
  .siren-flow-arrow { padding: 0; transform: rotate(90deg); align-self: center; }
  .siren-page-hero { padding: 60px 0 48px; }
  .siren-table th { width: 100px; }
}
