/*
Theme Name: 1work
Description: 1work — Find Your One. ハイエンド求人プラットフォーム
*/

/* ========================================================================= */
/* 1. 1work Design System — Tokens, Reset, Base                              */
/* ========================================================================= */
:root {
  --white: #ffffff;
  --off-white: #f5f7f3;
  --brand-dark: #303030;
  --brand-mid: #7c5645;
  --brand-light: #fabe01;
  --brand-pale: #F4F1EC;
  --brand-accent: #00affa; /* Sky blue accent color */
  --text: #333333;
  --text-sub: #303030;
  --header-h: 64px;

  /* Legacy compat mapping */
  --color-navy: var(--brand-dark);
  --color-orange: var(--brand-light);
  --color-light-gray: var(--off-white);
  --color-blue-bg: var(--brand-pale);
  --color-text-dark: var(--text);
}

*,
*::before,
*::after {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  border-radius: 0 !important;
}

body {
  background: var(--white);
  color: var(--text);
  font-family: "Anton", "Noto Sans JP", -apple-system, BlinkMacSystemFont, sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  line-height: 1.6;
  overflow-x: hidden;
}

html {
  overflow-x: hidden;
}

body.noscroll {
  overflow: hidden;
}

/* --- Ambient Background --- */
.ambient-bg {
  position: fixed;
  inset: 0;
  z-index: 0;
  pointer-events: none;
}

.roboto {
  font-family: "Helvetica Neue", Arial, sans-serif;
}

.inline {
  display: inline-block;
}

a {
  text-decoration: none;
  color: inherit;
  transition: color 0.25s;
}

a:hover {
  color: var(--brand-light);
}

li {
  list-style: none;
}

h1,
h2,
h3,
h4,
h5 {
  letter-spacing: -0.02em;
  line-height: 1.3;
  font-weight: 800;
}

button {
  background-color: transparent;
  border: none;
  cursor: pointer;
  outline: none;
  padding: 0;
  appearance: none;
  font-family: inherit;
}

.img-status {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.inner-1200 {
  width: 90%;
  max-width: 1200px;
  margin: 0 auto;
}

.inner-1400 {
  width: 90%;
  max-width: 1400px;
  margin: 0 auto;
}

/* 表示切り替えユーティリティ */
.pc-only {
  display: block;
}

.sp-only {
  display: none;
}

/* 文字色・装飾クラス */
span.bl {
  color: var(--brand-dark);
}

span.og {
  color: var(--brand-light);
}

.bg-navy-light {
  background-color: transparent;
}


/* ================================================
   1WORK HEADER (Global Apple/Glass Style)
   Restored from top.css
================================================ */
.header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: var(--header-h, 70px);
  z-index: 1000;
  background: rgba(255, 255, 255, 0.85) !important;
  backdrop-filter: blur(16px) !important;
  -webkit-backdrop-filter: blur(16px) !important;
  border-bottom: 1px solid rgba(0, 0, 0, 0.06) !important;
}

body:not(.home) .header {
  opacity: 1;
  transform: translateY(0);
}

.header-inner {
  max-width: 1440px;
  margin: 0 auto;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 28px;
  position: relative;
}

.header-logo {
  display: flex;
  align-items: center;
}

.header-logo img {
  height: 35px;
  /* CRITICAL: Prevent giant logo on inner pages */
  width: auto;
  display: block;
}

.header-center {
  display: none;
}

@media (min-width: 1024px) {
  .header-center {
    display: flex;
    gap: 30px;
    align-items: center;
    margin: 0 auto;
  }

  .header-center a {
    font-family: 'Helvetica Neue', Arial, sans-serif;
    font-weight: 800;
    font-size: 13px;
    color: #111;
    text-transform: uppercase;
    text-decoration: none;
    letter-spacing: 0.05em;
    transition: color 0.2s;
  }

  .header-center a:hover {
    color: var(--brand-dark, #fabe01);
  }
}

.header-right {
  display: flex;
  align-items: center;
  gap: 12px;
}

/* Header Keep Icon — global */
.header-keep { position: relative; display: flex; align-items: center; }
.header-keep a {
  color: #303030; font-size: 1.05rem;
  display: flex; align-items: center; text-decoration: none;
  width: 36px; height: 36px;
  justify-content: center;
  border-radius: 50%;
  transition: background 0.2s;
}
.header-keep a:hover { background: rgba(0,0,0,0.05); }
.keep-count {
  position: absolute; top: 2px; right: -4px;
  min-width: 16px; height: 16px;
  background: #fabe01; color: #303030;
  font-size: 0.55rem; font-weight: 900;
  border-radius: 8px;
  display: flex; align-items: center; justify-content: center;
  padding: 0 4px;
  line-height: 1;
}

/* 求人を探すボタン */
.search-trigger {
  display: flex;
  align-items: center;
  gap: 8px;
  background: #00affa;
  color: #ffffff;
  border: none;
  cursor: pointer;
  padding: 10px 24px;
  font-size: 13px;
  font-weight: 700;
  font-family: inherit;
  white-space: nowrap;
  transition: background 0.25s, transform 0.2s;
}

.search-trigger:hover {
  background: #00affa;
}

.search-trigger:active {
  transform: scale(0.97);
}

.search-trigger svg {
  flex-shrink: 0;
}

.search-trigger.is-active {
  background: #303030;
  color: #fff;
}

.search-trigger.is-active .search-trigger-label::after {
  content: "×";
  margin-left: 8px;
  font-size: 16px;
  line-height: 1;
}

.mobile-menu {
  display: none;
  flex-direction: column;
  gap: 5px;
  background: none;
  border: none;
  cursor: pointer;
  padding: 4px;
}

.mobile-menu span {
  display: block;
  width: 22px;
  height: 2px;
  background: var(--brand-dark);
}

@media (max-width: 900px) {
  :root {
    --header-h: 56px;
  }
  .header-inner {
    padding: 0 16px;
  }
  .mobile-menu {
    display: flex;
  }
  .header-center {
    display: none;
  }
  .header-logo img {
    height: 28px;
  }
  .search-trigger {
    padding: 8px 16px;
    font-size: 12px;
  }
}

/* ボタン共通 — 1work Sharp Style */
.btn-biz-orange {
  background-color: var(--brand-light);
  color: #303030;
  padding: 14px 32px;
  font-weight: 700;
  font-size: 14px;
  letter-spacing: 0.02em;
  transition: background 0.25s, transform 0.15s;
}

.btn-biz-orange:hover {
  background: #303030;
  color: white;
  transform: translateY(-1px);
}

.more-btn {
  display: block;
  width: 280px;
  max-width: 90%;
  margin: 48px auto 0;
  text-align: center;
  padding: 16px 24px;
  border: 2px solid var(--brand-dark);
  color: var(--brand-dark);
  font-weight: 700;
  font-size: 14px;
  letter-spacing: 0.02em;
  transition: background 0.25s, color 0.25s;
}

.more-btn:hover {
  background-color: var(--brand-dark);
  color: white;
}

/* セクションタイトル — 1work Editorial Band Style */
.section-title {
  text-align: center;
  margin-bottom: 56px;
  font-size: clamp(1.6rem, 3.2vw, 2.2rem);
  font-weight: 900;
  color: #303030;
  position: relative;
  padding-bottom: 0;
  letter-spacing: 0.05em;
  line-height: 1.25;
}

.section-title::after {
  content: '';
  display: block;
  width: 48px;
  height: 3px;
  background: #fabe01;
  margin: 16px auto 0;
}

.section-title .en-text {
  display: block;
  font-family: 'Helvetica Neue', Arial, sans-serif;
  font-size: clamp(28px, 5vw, 48px);
  font-weight: 900;
  color: transparent;
  -webkit-text-stroke: 1.5px rgba(250, 190, 1, 0.35);
  text-transform: uppercase;
  letter-spacing: 0.08em;
  line-height: 1;
  margin-bottom: 8px;
  user-select: none;
}

/* ================================================
   PAGE HERO — 1work Brutalist Inner Page Header
================================================ */
.page-hero {
  position: relative;
  padding: 120px 0 50px;
  background: #303030;
  overflow: hidden;
  background-image:
    linear-gradient(rgba(255,255,255,0.03) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255,255,255,0.03) 1px, transparent 1px);
  background-size: 60px 60px;
}

.page-hero::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 4px;
  background: linear-gradient(90deg, #fabe01 0%, #00affa 100%);
  z-index: 2;
}

.page-hero-inner {
  position: relative;
  z-index: 1;
}

.page-hero-en {
  display: block;
  font-family: 'Helvetica Neue', Arial, sans-serif;
  font-size: clamp(48px, 10vw, 100px);
  font-weight: 900;
  color: transparent;
  -webkit-text-stroke: 1.5px rgba(255, 255, 255, 0.18);
  text-transform: uppercase;
  letter-spacing: -0.02em;
  line-height: 1;
  user-select: none;
  margin-bottom: -20px;
  white-space: nowrap;
  overflow: hidden;
}

.page-hero-title {
  font-size: clamp(1.6rem, 4vw, 2.6rem);
  color: #fff;
  font-weight: 900;
  letter-spacing: 0.08em;
  line-height: 1.3;
  margin-bottom: 0;
  position: relative;
  padding-left: 20px;
}

.page-hero-title::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 4px;
  background: #fabe01;
}

.page-hero-bread {
  margin-top: 24px;
}

/* パンくずリスト (hero内) */
.page-hero-bread .breadcrumbs {
  padding: 0;
  color: rgba(255, 255, 255, 0.5);
  font-size: 0.8rem;
}
.page-hero-bread .breadcrumbs a {
  color: rgba(255, 255, 255, 0.6);
}
.page-hero-bread .breadcrumbs a:hover {
  color: #fabe01;
}
.page-hero-bread .breadcrumbs li:last-child span {
  color: rgba(255, 255, 255, 0.9);
}
.page-hero-bread .breadcrumbs li:not(:last-child)::after {
  color: rgba(255, 255, 255, 0.3);
}

@media (max-width: 768px) {
  .page-hero {
    padding: 100px 0 36px;
  }
  .page-hero-en {
    font-size: clamp(28px, 10vw, 48px);
    margin-bottom: -8px;
    white-space: normal;
    word-break: break-all;
    line-height: 0.9;
    -webkit-text-stroke: 1.5px rgba(255, 255, 255, 0.18);
  }
  .page-hero-title {
    font-size: clamp(1.3rem, 5vw, 1.8rem);
    padding-left: 14px;
  }
}

/* ========================================================================= */
/* 3. Search Modal (共通検索モーダル) */
/* ========================================================================= */
.job-search-modal {
  position: fixed !important;
  top: 0 !important;
  left: 0 !important;
  width: 100% !important;
  height: 100vh !important;
  z-index: 10000 !important;
  display: flex !important;
  align-items: center;
  justify-content: center;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease;
  transform: none !important;
}

.job-search-modal.is-open {
  opacity: 1;
  visibility: visible;
}

.modal-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(19, 46, 75, 0.8);
  backdrop-filter: blur(4px);
}

.modal-container {
  position: relative !important;
  top: auto !important;
  left: auto !important;
  transform: translateY(20px);
  background: white;
  width: 90%;
  max-width: 800px;
  max-height: 90vh;
  border-radius: 16px;
  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.3);
  display: flex;
  flex-direction: column;
  transition: transform 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  overflow-y: auto;
}

.job-search-modal.is-open .modal-container {
  transform: translateY(0);
}

.modal-header {
  padding: 25px 30px;
  border-bottom: 1px solid #eee;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 15px;
  flex-wrap: wrap;
}

.modal-title {
  font-family: "Roboto", sans-serif;
  /* ▼ 修正: clampで可変サイズに (最小1.4rem 〜 最大2rem) */
  font-size: clamp(1.4rem, 4vw, 2rem);
  font-weight: 900;
  color: var(--color-navy);
  line-height: 1;
  margin-bottom: 5px;
}

.modal-subtitle {
  font-size: 0.9rem;
  color: #888;
  font-weight: 500;
}

.modal-close-btn {
  background: none;
  border: none;
  cursor: pointer;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 5px;
  opacity: 0.6;
  transition: opacity 0.2s;
}

.modal-close-btn:hover {
  opacity: 1;
}

.close-icon {
  width: 30px;
  height: 30px;
  position: relative;
}

.close-icon::before,
.close-icon::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  height: 2px;
  background: var(--color-navy);
  transform: rotate(45deg);
}

.close-icon::after {
  transform: rotate(-45deg);
}

.close-text {
  font-size: 0.7rem;
  font-weight: bold;
  letter-spacing: 0.1em;
}

.modal-body {
  padding: 20px 30px 40px;
}

.form-label {
  display: flex;
  align-items: center;
  gap: 6px;
  font-size: 0.85rem;
  font-weight: 700;
  color: var(--color-navy);
  margin-bottom: 8px;
}

.form-label i {
  color: var(--color-orange);
}

.input-wrapper {
  position: relative;
}

.modal-input {
  width: 100%;
  padding: 15px 20px;
  padding-right: 40px;
  font-size: 1.1rem;
  border: 2px solid #eee;
  border-radius: 12px;
  background-color: #f9f9f9;
  transition: all 0.2s;
}

.modal-input:focus {
  background-color: white;
  border-color: var(--color-orange);
  outline: none;
  box-shadow: 0 0 0 4px rgba(245, 91, 20, 0.1);
}

.clear-btn {
  position: absolute;
  right: 15px;
  top: 50%;
  transform: translateY(-50%);
  background: none;
  border: none;
  color: #ccc;
  cursor: pointer;
  font-size: 1.2rem;
  display: none;
}

.modal-input:not(:placeholder-shown)+.clear-btn {
  display: block;
}

.popular-tags-section {
  margin-top: 15px;
}

.tags-label {
  font-size: 0.8rem;
  color: #999;
  margin-bottom: 10px;
  font-weight: bold;
}

.tags-list {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.tag-chip {
  background: white;
  border: 1px solid #e0e0e0;
  border-radius: 50px;
  padding: 8px 16px;
  font-size: 0.9rem;
  color: #555;
  cursor: pointer;
  transition: all 0.2s;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.03);
}

.tag-chip:hover {
  border-color: var(--color-orange);
  color: var(--color-orange);
  background-color: rgba(250,190,1,0.06);
  transform: translateY(-2px);
}

.divider-line {
  height: 1px;
  background: #eee;
  margin: 30px 0;
}

.detailed-conditions {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
}

.select-wrap {
  position: relative;
}

.modal-select {
  width: 100%;
  padding: 12px 15px;
  border: 1px solid #ddd;
  border-radius: 8px;
  background-color: white;
  font-size: 0.95rem;
  appearance: none;
  cursor: pointer;
}

.select-wrap::after {
  content: "";
  position: absolute;
  right: 15px;
  top: 50%;
  transform: translateY(-50%);
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 6px solid #888;
  pointer-events: none;
}

.form-actions {
  margin-top: 40px;
  display: flex;
  gap: 20px;
  align-items: center;
}

.reset-all-btn {
  background: none;
  border: none;
  color: #888;
  text-decoration: underline;
  cursor: pointer;
  font-size: 0.9rem;
}

.reset-all-btn:hover {
  color: #333;
}

.modal-submit-btn {
  flex-grow: 1;
  background: var(--color-navy);
  color: white;
  border: none;
  padding: 16px;
  border-radius: 100px;
  font-size: 1.1rem;
  font-weight: bold;
  cursor: pointer;
  transition: background 0.3s, transform 0.2s;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
}

.modal-submit-btn:hover {
  background: var(--color-orange);
  transform: translateY(-2px);
  box-shadow: 0 10px 20px rgba(245, 91, 20, 0.2);
}

/* 路線検索用のモーダル調整 */
.modal-line-title {
  font-size: 1.5rem;
  color: var(--color-navy);
  margin-bottom: 0;
  line-height: 1.2;
}

.header-text-group {
  margin-right: auto;
}

.modal-line-search-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  background-color: var(--color-orange);
  color: #1d1d1f !important;
  padding: 8px 20px;
  border-radius: 50px;
  font-size: 13px;
  font-weight: bold;
  text-decoration: none;
  transition: all 0.3s ease;
  box-shadow: 0 2px 5px rgba(245, 91, 20, 0.2);
}

.modal-line-search-btn:hover {
  background-color: #d1450a;
  transform: translateY(-2px);
  box-shadow: 0 4px 8px rgba(245, 91, 20, 0.3);
}

.station-list-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(140px, 1fr));
  gap: 12px;
  padding: 10px 0;
}

.station-grid-item {
  display: flex;
  align-items: center;
  padding: 12px 15px;
  background-color: #f8f9fa;
  border: 1px solid #eee;
  border-radius: 6px;
  font-size: 14px;
  font-weight: 700;
  color: #333;
  text-decoration: none;
  transition: all 0.2s ease;
  position: relative;
}

.station-grid-item:hover {
  background-color: #1d1d1f;
  border-color: var(--color-orange);
  color: var(--color-orange);
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.05);
  transform: translateY(-2px);
}

.station-grid-item span {
  font-size: 0.8em;
  color: #888;
  font-weight: normal;
  margin-left: auto !important;
  margin-right: 12px;
}

.station-grid-item::after {
  content: "\f054";
  /* FontAwesome right arrow */
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  font-size: 10px;
  color: #ccc;
  transition: color 0.3s;
}

.station-grid-item:hover::after {
  color: var(--color-orange);
}

.station-loader {
  grid-column: 1 / -1;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 40px;
  color: #999;
}

.spinner {
  width: 30px;
  height: 30px;
  border: 3px solid #eee;
  border-top-color: var(--color-orange);
  border-radius: 50%;
  animation: spin 0.8s linear infinite;
  margin-bottom: 10px;
}

@keyframes spin {
  to {
    transform: rotate(360deg);
  }
}

/* ========================================================================= */
/* 4. Footer (フッター) */
/* ========================================================================= */
.main-footer {
  background-color: var(--color-navy);
  color: white;
}

.footer-top {
  display: flex;
  justify-content: space-between;
  padding-bottom: 40px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
  gap: 40px;
}

.footer-brand-info {
  width: 300px;
  flex-shrink: 0;
}

.footer-logo {
  width: 180px;
  margin-bottom: 20px;
}

.footer-contact {
  font-size: 0.9rem;
  line-height: 1.5;
  margin-bottom: 20px;
}

.footer-tel {
  display: inline-block;
  font-size: 1.6rem;
  font-weight: 700;
  color: var(--color-orange);
  margin: 5px 0;
}

.footer-tel span {
  font-size: 1.2rem;
  padding-left: 0.5rem;
}

.footer-contact-btn {
  display: inline-block;
  padding: 10px 20px;
  font-size: 0.9rem;
  border-radius: 4px;
}

.footer-nav {
  flex-grow: 1;
  display: flex;
  gap: 30px;
}

.nav-col {
  flex: 1;
}

.nav-col h4 {
  font-size: 1.1rem;
  font-weight: 700;
  margin-bottom: 15px;
  color: var(--color-orange);
  border-bottom: 2px solid rgba(0, 0, 0, 0.05);
  padding-bottom: 5px;
}

.nav-col ul li {
  margin-bottom: 8px;
}

.nav-col a {
  font-size: 0.9rem;
  opacity: 0.8;
}

.nav-col a:hover {
  opacity: 1;
  text-decoration: underline;
  color: white;
}

.footer-bottom {
  text-align: center;
  padding-top: 20px;
}

.copyright {
  font-size: 0.8rem;
  opacity: 0.6;
}

/* ========================================================================= */
/* 5. SP Dock Nav (Floating & Sheet) */
/* ========================================================================= */
.sp-dock-nav {
  position: fixed;
  bottom: 20px;
  left: 50%;
  transform: translateX(-50%);
  width: 92%;
  max-width: 400px;
  height: 65px;
  z-index: 9900;
  display: none;
  /* PCでは非表示 */
}

.sp-dock-container {
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.95);
  backdrop-filter: blur(10px);
  border-radius: 35px;
  box-shadow: 0 5px 25px rgba(255, 255, 255, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.4);
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 15px;
  position: relative;
}

.dock-tab {
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  color: #999;
  font-size: 0.6rem;
  font-weight: 600;
  text-decoration: none;
  background: none;
  border: none;
  padding: 6px 0 0 0;
  transition: color 0.2s;
  cursor: pointer;
}

.dock-tab.active,
.dock-tab:active {
  color: var(--color-navy);
}

.dock-tab .icon-box {
  font-size: 1.2rem;
  margin-bottom: 3px;
  transition: transform 0.2s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}

.dock-center-wrap {
  position: relative;
  width: 70px;
  height: 70px;
  margin-top: -45px;
  flex-shrink: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  z-index: 10;
  pointer-events: none;
}

.dock-center-btn {
  pointer-events: auto;
  width: 60px;
  height: 60px;
  min-width: 60px;
  /* これ以上小さくさせない */
  min-height: 60px;
  /* これ以上小さくさせない */
  flex-shrink: 0;
  /* 親要素に押しつぶされないようにする */
  border-radius: 50%;
  padding: 0;
  aspect-ratio: 1 / 1;
  border: 4px solid #fff;
  box-sizing: border-box;
  background: linear-gradient(135deg, var(--color-orange), #ff8e53);
  color: white;
  box-shadow: 0 8px 20px rgba(245, 91, 20, 0.35);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.6rem;
  cursor: pointer;
  transition: transform 0.2s, box-shadow 0.2s;
}

.dock-center-btn:active {
  transform: scale(0.92);
  box-shadow: 0 4px 10px rgba(245, 91, 20, 0.3);
}

.center-label {
  margin-top: 6px;
  font-size: 0.6rem;
  font-weight: 800;
  color: var(--color-orange);
  background: rgba(255, 255, 255, 0.95);
  padding: 2px 8px;
  border-radius: 12px;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.08);
  white-space: nowrap;
}

/* ボトムシート */
.sp-sheet-overlay {
  position: fixed;
  inset: 0;
  background: rgba(255, 255, 255, 0.5);
  backdrop-filter: blur(4px);
  z-index: 9910;
  opacity: 0;
  visibility: hidden;
}

.sp-sheet-menu {
  position: fixed;
  left: 0;
  bottom: 0;
  width: 100%;
  height: auto;
  max-height: 80vh;
  background: #f8f9fb;
  z-index: 9920;
  border-radius: 24px 24px 0 0;
  box-shadow: 0 -10px 40px rgba(255, 255, 255, 0.15);
  transform: translateY(110%);
  display: flex;
  flex-direction: column;
  padding-bottom: 30px;
}

.sheet-handle-area {
  width: 100%;
  height: 24px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-shrink: 0;
  background: #fff;
  border-radius: 24px 24px 0 0;
}

.sheet-handle {
  width: 40px;
  height: 4px;
  background-color: #ddd;
  border-radius: 10px;
}

.sheet-content-scroll {
  padding: 0 20px;
  overflow-y: auto;
}

.sheet-header-logo-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 20px 5px 25px;
}

.sheet-logo-wrap {
  flex-grow: 1;
  display: flex;
  justify-content: flex-start;
  padding-left: 5px;
}

.sheet-logo-img {
  height: 36px;
  width: auto;
  object-fit: contain;
}

.sheet-close-icon {
  width: 36px;
  height: 36px;
  border-radius: 50%;
  background: #e0e6ed;
  color: #666;
  border: none;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.1rem;
  flex-shrink: 0;
}

.app-vertical-menu {
  display: flex;
  flex-direction: column;
  gap: 15px;
  margin-bottom: 30px;
}

.menu-card {
  display: flex;
  align-items: center;
  background: white;
  padding: 16px 20px;
  border-radius: 16px;
  text-decoration: none;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.03);
  border: 1px solid rgba(0, 0, 0, 0.02);
  transition: transform 0.2s, background 0.2s;
}

.menu-card:active {
  transform: scale(0.98);
  background-color: #fafafa;
}

.card-icon-box {
  width: 44px;
  height: 44px;
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.4rem;
  margin-right: 15px;
  flex-shrink: 0;
}

/* アイコン色定義 */
.form-color {
  background: #f3e8ff;
  color: #9333ea;
}

.faq-color {
  background: #e0f2fe;
  color: #0284c7;
}

.company-color {
  background: #f1f5f9;
  color: #475569;
}

.contact-color {
  background: #fff7ed;
  color: var(--color-orange);
}

.card-text {
  flex-grow: 1;
  display: flex;
  flex-direction: column;
}

.card-main {
  font-size: 1rem;
  font-weight: 700;
  color: var(--color-navy);
}

.card-sub {
  font-size: 0.7rem;
  color: #999;
  font-weight: 500;
  margin-top: 2px;
}

.card-arrow {
  font-size: 0.9rem;
  color: #ccc;
}

.menu-card.contact-highlight {
  border: 1px solid var(--color-orange);
  background: #fffbf8;
}

.sheet-footer-links {
  text-align: center;
  font-size: 0.75rem;
  color: #aaa;
  padding-bottom: 20px;
}

.sheet-footer-links a {
  color: #aaa;
  text-decoration: underline;
  margin: 0 5px;
}

.sheet-footer-links .separator {
  margin: 0 5px;
  font-size: 0.7rem;
  opacity: 0.5;
}

/* ========================================================================= */
/* 6. Loading Screen */
/* ========================================================================= */
.loading-screen {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background-color: var(--color-navy);
  z-index: 99999;
  display: flex;
  align-items: center;
  justify-content: center;
}

.loading-content {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 240px;
}

.loading-logo-wrap {
  overflow: hidden;
  margin-bottom: 20px;
}

.loading-logo {
  width: 180px;
  height: auto;
  opacity: 0;
  transform: translateY(20px);
}

.loading-bar-container {
  width: 100%;
  height: 4px;
  background-color: rgba(0, 0, 0, 0.1);
  border-radius: 2px;
  overflow: hidden;
  position: relative;
}

.loading-bar {
  width: 0%;
  height: 100%;
  background-color: var(--color-orange);
  border-radius: 2px;
  position: absolute;
  top: 0;
  left: 0;
}

/* ========================================================================= */
/* 7. Common Media Queries */
/* ========================================================================= */

/* --- max-width: 1024px --- */
@media (max-width: 1024px) {

  /* Footer */
  .footer-top {
    flex-direction: column;
    align-items: center;
  }

  .footer-brand-info {
    width: 100%;
    margin-bottom: 30px;
  }

  .footer-nav {
    width: 100%;
    justify-content: space-around;
  }

  .nav-col h4 {
    /* text-align: center; */
  }

  .nav-col ul li a {
    display: block;
  }
}

/* --- max-width: 768px --- */
@media (max-width: 768px) {

  /* Utility */
  .pc-only {
    display: none !important;
  }

  .sp-only {
    display: block !important;
  }

  /* SP Dock removed — no body padding needed */

  /* Section Title */
  .section-title {
    font-size: 1.6rem;
    margin-bottom: 40px;
  }

  /* Search Modal */
  .modal-container {
    width: 100%;
    height: 100%;
    max-height: none;
    border-radius: 0;
    padding: 20px;
  }

  .detailed-conditions {
    grid-template-columns: 1fr;
    gap: 15px;
  }

  .modal-header {
    margin-bottom: 20px;
  }

  .form-actions {
    flex-direction: column-reverse;
  }

  .modal-submit-btn {
    width: 100%;
  }

  .station-sign-grid {
    grid-template-columns: 1fr;
    gap: 20px;
  }

  /* Search Modal Adjustments */
  .modal-container {
    width: 100%;
    height: 100%;
    max-height: none;
    border-radius: 0;
    /* ▼ 修正: コンテナ自体の余白を減らす（元は20px） */
    padding: 0;
  }

  .modal-header {
    padding: 35px 20px 15px;
    margin-bottom: 10px;
    /* ▼ 既存の設定（変更なし） */
    position: relative;
    flex-direction: column;
    align-items: flex-start;
  }

  .modal-body {
    /* ▼ 追加: ボディの余白も縮小（PCは 20px 30px 40px） */
    padding: 10px 20px 80px;
    /* 下部はボタン等が隠れないよう少し広めに */
  }

  /* 入力欄なども少しスリムに */
  .modal-input {
    padding: 12px 15px;
    font-size: 1rem;
  }

  .detailed-conditions {
    grid-template-columns: 1fr;
    gap: 15px;
  }

  .form-actions {
    flex-direction: column-reverse;
    margin-top: 30px;
    /* 少し詰める */
  }

  .modal-submit-btn {
    width: 100%;
  }

  /* 閉じるボタンの位置微調整 */
  .modal-close-btn {
    position: absolute;
    top: 15px;
    right: 15px;
  }

  /* Footer */
  .main-footer {
    padding: 0;
  }

  .footer-nav {
    flex-wrap: wrap;
    gap: 20px;
  }

  .nav-col {
    width: 45%;
    flex: auto;
  }

  .nav-col:nth-child(3) {
    width: 100%;
  }

  /* SP Dock Nav */
  .sp-dock-nav {
    display: block;
  }
}

/* --- max-width: 480px --- */
@media (max-width: 480px) {
  .modal-body {
    padding: 20px 20px 40px;
  }

  .nav-col {
    width: 100%;
  }

  .btn-cta-main {
    font-size: 1rem;
  }
}

/* モーダル内 AND/OR 切り替えスイッチ */
.search-mode-radio {
  display: flex;
  gap: 15px;
  margin-top: 10px;
  font-size: 0.9rem;
  color: #555;
}

.search-mode-radio .radio-label {
  display: flex;
  align-items: center;
  gap: 5px;
  cursor: pointer;
}

.search-mode-radio input[type="radio"] {
  cursor: pointer;
  accent-color: var(--color-orange, #f55b14);
  /* テーマカラーに合わせる */
}

/* =========================================================================
   BLOG & COLUMN STYLES (1work Theme - Final Fix v2)
   ========================================================================= */

/* --- 共通: ブログ用ヘッダー --- */
.blog-header {
  position: relative;
  padding: 80px 0 100px;
  background-color: var(--color-navy, #132e4b);
  color: white;
  overflow: hidden;
  background-image: radial-gradient(rgba(0, 0, 0, 0.05) 1px,
      transparent 1px);
  background-size: 30px 30px;
  margin-bottom: 0;
}

.blog-header-inner {
  text-align: center;
  position: relative;
  z-index: 2;
  padding: 0 20px;
}

.blog-header-title {
  font-size: clamp(1.8rem, 4vw, 3rem);
  font-weight: 900;
  letter-spacing: 0.05em;
  margin-bottom: 15px;
  line-height: 1.4;
  word-wrap: break-word;
}

.blog-header-sub {
  font-size: clamp(0.9rem, 2vw, 1rem);
  color: rgba(255, 255, 255, 0.8);
  font-weight: 700;
  letter-spacing: 0.1em;
  font-family: "Roboto", sans-serif;
}

/* --- レイアウト: 2カラム構成 --- */
.l-main-blog {
  padding-top: 80px;
  padding-bottom: 100px;
}

.blog-layout-container {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 60px;
  min-width: 0;
}

.blog-main-column {
  width: 100%;
  max-width: calc(100% - 360px);
  min-width: 0;
  overflow-wrap: break-word;
  word-break: break-word;
}

.blog-sidebar-column {
  width: 300px;
  flex-shrink: 0;
  position: sticky;
  top: 40px;
  min-width: 0;
}

/* レスポンシブ (SP/Tab) */
@media screen and (max-width: 900px) {
  .l-main-blog {
    padding-top: 40px;
    padding-bottom: 60px;
  }

  .blog-layout-container {
    flex-direction: column;
    gap: 50px;
  }

  .blog-main-column,
  .blog-sidebar-column {
    max-width: 100%;
    width: 100%;
  }

  .l-main-blog .inner-1200 {
    max-width: 100%;
    overflow: hidden;
    padding-left: 16px;
    padding-right: 16px;
    box-sizing: border-box;
  }
}

/* --- 一覧ページ: 記事カード --- */
.blog-list-wrapper {
  display: flex;
  flex-direction: column;
  gap: 30px;
}

/* カード外枠 */
.blog-card-item {
  background: #fff;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.05);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  border: 1px solid #eef2f6;
}

.blog-card-item:hover {
  transform: translateY(-5px);
  box-shadow: 0 10px 25px rgba(19, 46, 75, 0.15);
  border-color: var(--color-orange, #f55b14);
}

/* カード内リンク (Flexコンテナ) */
.blog-card-link {
  display: flex;
  width: 100%;
  text-decoration: none;
  color: inherit;
  /* PC版は高さを指定してレイアウトを安定させる（必要に応じてautoにしても可） */
  min-height: 240px;
}

/* サムネイルエリア */
.blog-card-thumb {
  width: 35%;
  /* PC: 35% */
  min-width: 240px;
  position: relative;
  overflow: hidden;
  background: #eee;
}

.blog-card-thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.5s ease;
  position: absolute;
  /* 親要素いっぱいに広げる */
  top: 0;
  left: 0;
}

.blog-card-item:hover .blog-card-thumb img {
  transform: scale(1.05);
}

/* 記事本文エリア */
.blog-card-body {
  width: 65%;
  /* PC: 65% */
  padding: 30px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.blog-meta-info {
  margin-bottom: 15px;
}

.cat-label {
  background: var(--color-navy, #132e4b);
  color: #1d1d1f;
  padding: 4px 12px;
  border-radius: 4px;
  font-size: 0.75rem;
  font-weight: bold;
  letter-spacing: 0.05em;
}

/* タイトル: line-clampを削除し、文字切れを防止 */
.blog-card-title {
  font-size: clamp(1.1rem, 2vw, 1.3rem);
  font-weight: 700;
  line-height: 1.5;
  color: var(--color-text-dark, #222);
  margin-bottom: 15px;
}

/* 抜粋文: こちらは長すぎる場合に備えて制限を残すが、必要なければ外してください */
.blog-excerpt {
  font-size: 0.9rem;
  color: #666;
  line-height: 1.6;
  margin-bottom: 0;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.read-more {
  margin-top: 15px;
  text-align: right;
  color: var(--color-orange, #f55b14);
  font-weight: bold;
  font-size: 0.9rem;
}

/* ★スマホ・タブレット用調整 (900px以下) */
@media screen and (max-width: 900px) {

  /* Flexの向きを縦にする */
  .blog-card-link {
    flex-direction: column !important;
    min-height: auto !important;
    height: auto !important;
  }

  /* サムネイルを横幅100%に */
  .blog-card-thumb {
    width: 100% !important;
    min-width: 0 !important;
    height: 200px;
    position: relative;
  }

  .blog-card-thumb img {
    position: relative;
    width: 100%;
    height: 200px;
    object-fit: cover;
  }

  /* 本文エリアを横幅100%に */
  .blog-card-body {
    width: 100% !important;
    padding: 20px;
    box-sizing: border-box;
  }

  .blog-card-title {
    font-size: 1.1rem;
    margin-bottom: 10px;
    word-break: break-word;
    overflow-wrap: break-word;
  }

  .blog-card-excerpt {
    word-break: break-word;
    overflow-wrap: break-word;
  }
}

/* --- 詳細ページ: 記事本文 (Main Content) --- */
.single-article-wrap {
  background: #fff;
  padding: 50px;
  border-radius: 12px;
  border: 1px solid #eef2f6;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.02);
}

.single-header {
  border-bottom: 1px solid #eee;
  padding-bottom: 30px;
  margin-bottom: 40px;
}

.single-title {
  font-size: clamp(1.2rem, 4vw, 1.8rem);
  font-weight: 900;
  line-height: 1.5;
  color: var(--color-navy, #132e4b);
  margin-top: 15px;
  margin-bottom: 30px;
  word-wrap: break-word;
}

.single-main-thumb {
  width: 100%;
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.05);
  aspect-ratio: 16 / 9;
}

.single-main-thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 30%;
  display: block;
}

/* --- 記事本文デザイン --- */
.entry-content {
  font-size: 1rem;
  line-height: 1.9;
  color: #333;
}

.entry-content p {
  margin-bottom: 2em;
}

.entry-content img {
  max-width: 100%;
  height: auto;
  border-radius: 6px;
  margin: 30px 0;
}

/* H2: 左線＋下線 */
.entry-content h2 {
  font-size: clamp(1.3rem, 3vw, 1.6rem);
  color: var(--color-navy, #132e4b);
  background: transparent;
  padding: 10px 15px;
  border-left: 6px solid var(--color-navy, #132e4b);
  border-bottom: 2px solid #e0e0e0;
  margin: 60px 0 30px;
  font-weight: 700;
}

/* H3: 左オレンジマーカー */
.entry-content h3 {
  font-size: clamp(1.1rem, 2.5vw, 1.3rem);
  color: var(--color-text-dark, #222);
  padding: 5px 0 5px 12px;
  border-left: 4px solid var(--color-orange, #f55b14);
  border-bottom: none;
  background: transparent;
  margin: 40px 0 20px;
  font-weight: 700;
}

/* H4 */
.entry-content h4 {
  font-size: 1.05rem;
  font-weight: 700;
  margin: 30px 0 15px;
}

/* リスト */
.entry-content ul,
.entry-content ol {
  padding: 20px;
  border: 1px solid #eee;
  border-radius: 8px;
  margin: 30px 0;
}

.entry-content ul li {
  list-style: none;
  margin-bottom: 8px;
}

.entry-content ol li {
  list-style: none;
  margin-bottom: 8px;
}

/* 引用 */
.entry-content blockquote {
  padding: 20px 30px;
  margin: 40px 0;
  background: #f9f9f9;
  border-left: 4px solid #ccc;
  color: #666;
  font-style: italic;
}

/* 詳細ページスマホ調整 */
@media screen and (max-width: 600px) {
  .single-article-wrap {
    padding: 25px 20px;
  }

  .entry-content h2 {
    margin: 40px 0 20px;
    padding: 8px 10px;
  }
}

/* --- 前後記事リンク --- */
.post-navigation-links {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  margin-top: 50px;
}

.post-navigation-links a {
  flex: 1;
  padding: 20px 15px;
  background: #fff;
  border: 1px solid #ddd;
  border-radius: 6px;
  text-align: center;
  font-weight: bold;
  font-size: 0.9rem;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  transition: 0.3s;
  color: var(--color-navy);
}

.post-navigation-links a:hover {
  background: var(--color-navy, #132e4b);
  color: #1d1d1f;
  border-color: var(--color-navy, #132e4b);
}

/* --- サイドバー --- */
.sidebar-widget {
  background: #fff;
  padding: 25px;
  margin-bottom: 30px;
  border-radius: 8px;
  border: 1px solid #eef2f6;
}

.widget-title {
  font-size: 1rem;
  font-weight: 700;
  margin-bottom: 15px;
  color: var(--color-navy, #132e4b);
  letter-spacing: 0.05em;
  border-bottom: 2px solid var(--color-orange);
  padding-bottom: 8px;
  display: inline-block;
}

/* カテゴリリスト */
.widget-cat-list {
  padding: 0;
}

.widget-cat-list li {
  border-bottom: 1px solid #f0f0f0;
  margin: 0;
}

.widget-cat-list li:last-child {
  border-bottom: none;
}

.widget-cat-list li a {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 12px 0;
  color: #444;
  transition: 0.2s;
  font-size: 0.95rem;
  position: relative;
  padding-left: 15px;
}

.widget-cat-list li a::before {
  content: "\f054";
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  position: absolute;
  left: 0;
  font-size: 0.7rem;
  color: var(--color-orange);
}

.widget-cat-list li a:hover {
  color: var(--color-orange);
  padding-left: 20px;
}

.cat-count {
  background: #f4f8fb;
  color: var(--color-navy);
  padding: 2px 10px;
  border-radius: 20px;
  font-size: 0.75rem;
  font-weight: bold;
}

/* 最新記事リスト */
.widget-latest-list {
  padding: 0;
}

.widget-latest-item {
  border-bottom: 1px solid #f0f0f0;
}

.widget-latest-item:last-child {
  border-bottom: none;
}

.widget-latest-item a {
  display: flex;
  gap: 15px;
  align-items: center;
  padding: 15px 0;
  transition: 0.2s;
  text-decoration: none;
}

.widget-latest-item a:hover {
  opacity: 0.7;
}

.w-thumb {
  width: 80px;
  height: 60px;
  flex-shrink: 0;
  border-radius: 4px;
  overflow: hidden;
  background: #eee;
}

.w-thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.w-text {
  flex: 1;
}

.w-title {
  font-size: 0.9rem;
  line-height: 1.4;
  font-weight: 500;
  color: #333;
  margin: 0;
  /* 3行制限 */
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

/* --- 関連記事エリア --- */
.related-posts-section {
  margin-top: 60px;
  padding-top: 40px;
  border-top: 1px solid #eee;
}

.related-section-title {
  font-size: 1.2rem;
  font-weight: 700;
  margin-bottom: 20px;
  color: var(--color-navy);
  border-left: 4px solid var(--color-orange);
  padding-left: 10px;
}

.related-posts-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}

.related-post-card {
  display: block;
  background: #fff;
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
  transition: 0.3s;
  text-decoration: none;
  color: inherit;
  border: 1px solid #eef2f6;
}

.related-post-card:hover {
  transform: translateY(-3px);
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
  border-color: var(--color-orange);
}

.related-thumb {
  width: 100%;
  aspect-ratio: 16 / 9;
  overflow: hidden;
  background: #eee;
}

.related-thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: 0.5s;
}

.related-post-card:hover .related-thumb img {
  transform: scale(1.05);
}

.related-body {
  padding: 15px;
}

.related-title {
  font-size: 0.9rem;
  font-weight: 700;
  line-height: 1.5;
  margin: 0;
  /* 3行制限 */
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  color: #333;
}

/* スマホ用: 関連記事をリスト形式で見やすく */
@media screen and (max-width: 600px) {
  .related-posts-grid {
    grid-template-columns: 1fr;
    gap: 15px;
  }

  .related-post-card {
    display: flex;
    align-items: center;
    padding: 10px;
    gap: 15px;
  }

  .related-thumb {
    width: 100px;
    /* サムネイル固定幅 */
    aspect-ratio: 4/3;
    flex-shrink: 0;
    border-radius: 4px;
  }

  .related-body {
    padding: 0;
    flex: 1;
  }

  .related-title {
    font-size: 0.9rem;
    margin: 0;
  }
}

/* 全体の枠組み */
.cond-wrapper {
  background: #f8f9fa;
  border: 1px solid #e9ecef;
  border-radius: 8px;
  padding: 15px 20px;
  margin-bottom: 30px;
  font-size: 14px;
  position: relative;
  z-index: 1;
  /* メニューより下になるように */
}

/* ヘッダー */
.cond-header {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 12px;
  color: #555;
  font-weight: bold;
  border-bottom: 1px solid #eee;
  padding-bottom: 8px;
}

.cond-header i {
  color: #f55b14;
  /* サイトのアクセントカラー */
}

/* タグエリア */
.cond-tag-container {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-bottom: 15px;
}

/* 個別のタグ */
.cond-tag {
  display: inline-flex;
  align-items: center;
  background: #ffffff;
  border: 1px solid #ddd;
  border-radius: 4px;
  padding: 6px 12px;
  font-size: 13px;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.03);
}

.cond-tag-label {
  color: #888;
  font-size: 11px;
  margin-right: 8px;
  white-space: nowrap;
}

.cond-tag-label::after {
  content: ":";
  margin-left: 2px;
}

.cond-tag-value {
  color: #333;
  font-weight: 700;
  font-size: 14px;
}

.cond-sub-text {
  font-weight: normal;
  font-size: 11px;
  color: #999;
  margin-left: 4px;
}

/* フッター */
.cond-footer {
  text-align: right;
  font-size: 13px;
  color: #666;
  border-top: 1px dashed #eee;
  padding-top: 10px;
}

.cond-count {
  font-size: 18px;
  color: #f55b14;
  margin: 0 4px;
}

/* スマホ用調整 */
@media screen and (max-width: 480px) {
  .cond-wrapper {
    padding: 12px;
  }

  .cond-tag-container {
    gap: 6px;
  }

  .cond-tag {
    padding: 5px 10px;
    font-size: 12px;
  }

  .cond-tag-value {
    word-break: break-all;
  }
}

/* =========================================================================
   掲載企業様向けページ (For Employer)
   ========================================================================= */

.l-main-employer {
  background-color: #f5f5f5;
}

.emp-section {
  padding: 80px 0;
}

.emp-bg-gray {
  background-color: var(--job-bg-base);
  /* job.cssの背景色変数を使用 */
}

/* 1. Introduction */
.emp-intro-text {
  text-align: center;
  margin-bottom: 50px;
  line-height: 2;
  font-weight: 500;
}

.emp-pdf-grid {
  display: flex;
  justify-content: center;
  gap: 30px;
  margin-bottom: 40px;
}

.pdf-item {
  width: 45%;
  max-width: 500px;
}

.pdf-item img {
  display: block;
  width: 100%;
}


.emp-btn-wrap {
  text-align: center;
  margin-top: 40px;
}

.btn-lg {
  padding: 18px 60px;
  font-size: 1.1rem;
  border-radius: 50px;
  box-shadow: 0 5px 15px rgba(245, 91, 20, 0.3);
}

/* 2. Pricing Plans */
.pricing-grid {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  gap: 20px;
  margin-top: 50px;
}

.plan-card {
  width: 32%;
  background: #fff;
  overflow: visible !important;
  border: 2px solid #e0e0e0;
  position: relative;
}

/* スタータープラン（強調） */
.plan-recommended {
  transform: scale(1.05);
  z-index: 2;
  border: 3px solid #fabe01;
  box-shadow: 8px 8px 0 rgba(250, 190, 1, 0.2);
}

.plan-badge {
  position: absolute;
  top: -2px;
  z-index: 10;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  background: #fabe01;
  color: #303030;
  padding: 6px 20px;
  font-weight: 800;
  font-size: 0.85rem;
  letter-spacing: 0.05em;
}

/* ヘッダー色分け */
.plan-head {
  padding: 20px;
  text-align: center;
  color: #1d1d1f;
  border-radius: 11px 11px 0 0;
  /* カードの枠線に合わせて上部だけ丸める */
}

.plan-head.bg-gray {
  background-color: #7f8c8d;
}

/* エントリー */
.plan-head.bg-navy {
  background-color: var(--color-navy);
  padding-top: 30px;
}

/* スターター */
.plan-head.bg-orange {
  background-color: #d35400;
}

/* プレミアム */

.plan-name {
  font-size: 1.3rem;
  font-weight: 700;
  margin-bottom: 5px;
}

.plan-type {
  font-size: 0.8rem;
  opacity: 0.9;
}

.plan-price-area {
  text-align: center;
  padding: 25px 0;
  border-bottom: 1px dashed #eee;
}

.price-val {
  font-size: 2.2rem;
  font-weight: 900;
  color: #333;
}

.price-unit {
  font-size: 0.9rem;
  font-weight: bold;
}

.price-note {
  font-size: 0.8rem;
  color: #888;
  margin-top: 5px;
}

.plan-body {
  padding: 20px;
}

/* 通常リスト */
.plan-list li {
  margin-bottom: 10px;
  font-size: 0.9rem;
  padding-left: 1.5em;
  position: relative;
  line-height: 1.6;
}

.plan-list li i {
  position: absolute;
  left: 0;
  top: 0.3em;
  color: var(--color-orange);
}

.plan-list .bold {
  font-weight: 700;
  color: var(--color-navy);
}

.plan-message {
  background: #f4f8fb;
  text-align: center;
  padding: 15px;
  font-weight: 700;
  border-radius: 6px;
  font-size: 0.9rem;
  margin-top: 20px;
  color: var(--color-navy);
}

/* ハイライトリスト（スターター・プレミアム用） */
.plan-list-highlight li {
  margin-bottom: 15px;
  border-bottom: 1px solid #f0f0f0;
  padding-bottom: 10px;
}

.plan-list-highlight li:last-child {
  border-bottom: none;
}

.item-label {
  display: block;
  font-size: 0.8rem;
  color: #888;
  font-weight: 700;
  margin-bottom: 2px;
}

.item-val {
  font-size: 1rem;
  font-weight: 700;
  color: var(--color-navy);
}

.item-val .num {
  font-size: 1.4rem;
  color: var(--color-orange);
}

.item-desc {
  font-size: 0.8rem;
  color: #666;
  margin-top: 5px;
  line-height: 1.4;
}

/* 3. Comparison Table */
.comp-table-wrap {
  overflow-x: auto;
}

.comp-table {
  width: 100%;
  border-collapse: collapse;
  min-width: 800px;
}

.comp-table th,
.comp-table td {
  border: 1px solid #e0e0e0;
  padding: 20px;
  text-align: center;
  vertical-align: middle;
}

/* ヘッダー */
.comp-table thead th {
  background-color: #f9f9f9;
  color: #555;
  font-weight: 700;
}

.th-biz {
  background-color: rgba(250,190,1,0.06) !important;
  border-top: 3px solid #fabe01 !important;
  width: 30%;
}

.comp-logo {
  height: 28px;
  width: auto;
}

/* ボディ */
.comp-table tbody th {
  text-align: left;
  background-color: #f4f8fb;
  color: var(--color-navy);
  font-weight: 700;
  font-size: 0.9rem;
}

.td-biz {
  background-color: rgba(250,190,1,0.06);
}

.comp-table .highlight {
  font-size: 1.2rem;
  font-weight: 700;
  color: var(--color-orange);
}

.comp-table .small {
  font-size: 0.8rem;
  color: #888;
}

/* 4. CTA */
.emp-cta {
  background-color: #303030;
  padding: 80px 0;
  color: #fff;
  text-align: center;
}

.cta-box {
  max-width: 800px;
  margin: 0 auto;
}

.cta-title {
  font-size: 2rem;
  font-weight: 900;
  margin-bottom: 20px;
  color: #fabe01;
}

.cta-text {
  font-size: 1rem;
  line-height: 1.8;
  margin-bottom: 40px;
  opacity: 0.9;
  color: rgba(255,255,255,0.8);
}

.cta-buttons {
  display: flex;
  justify-content: center;
  gap: 20px;
  flex-wrap: wrap;
}

.btn-cta-main {
  background: #fabe01;
  color: #303030;
  padding: 18px 50px;
  font-weight: 800;
  font-size: 1.1rem;
  transition: all 0.25s;
  border: 2px solid #fabe01;
}

.btn-cta-main:hover {
  background: transparent;
  color: #fabe01;
}

.btn-cta-sub {
  background: transparent;
  border: 2px solid #fff;
  color: #fff;
  padding: 18px 50px;
  font-weight: 700;
  font-size: 1.1rem;
  transition: all 0.25s;
}

.btn-cta-sub:hover {
  background: #fff;
  color: #303030;
}

/* スマホ対応 */
@media screen and (max-width: 900px) {
  .pricing-grid {
    flex-direction: column;
    align-items: center;
  }

  .plan-card {
    width: 100%;
    max-width: 450px;
  }

  /* スマホではスタータープランを一番上に */
  .plan-recommended {
    transform: none;
    margin: 20px 0;
  }

  .emp-pdf-grid {
    flex-direction: column;
    align-items: center;
  }

  .pdf-item {
    width: 100%;
  }

  .cta-title {
    font-size: 1.5rem;
  }

  .btn-cta-main,
  .btn-cta-sub {
    width: 100%;
    padding: 18px 10px;
  }
}


/* =========================================================================
   404 Page Styles
   ========================================================================= */
.error-404-wrap {
  padding: 100px 0 140px;
  min-height: 60vh;
}

.error-404-content {
  text-align: center;
  max-width: 800px;
  margin: 0 auto;
  background: #fff;
  padding: 60px 40px;
  border-radius: 10px;
  /* job.css等のドロップシャドウがあれば合わせてもOKですが、シンプルに */
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.05);
}

.error-icon {
  font-size: 5rem;
  color: var(--color-orange, #f55b14);
  /* style.cssの変数を使用 */
  margin-bottom: 20px;
  opacity: 0.8;
}

.error-title {
  font-size: 1.5rem;
  font-weight: bold;
  margin-bottom: 20px;
  color: var(--color-navy, #132e4b);
}

.error-text {
  font-size: 1rem;
  line-height: 1.8;
  color: #666;
  margin-bottom: 30px;
}

/* スマホ対応 */
@media screen and (max-width: 768px) {
  .error-404-wrap {
    padding: 60px 0 100px;
  }

  .error-404-content {
    padding: 40px 20px;
  }

  .error-icon {
    font-size: 4rem;
  }

  .error-title {
    font-size: 1.2rem;
  }

  .error-text br {
    display: none;
    /* スマホでは改行を無効化 */
  }
}

/* 法的テキストのデザイン (#132e4b統一) */
.recaptcha-legal-text {
  font-size: 0.7rem;
  /* 控えめなサイズ */
  color: #132e4b;
  /* 指定色 */
  text-align: center;
  /* 中央揃え */
  margin-top: 15px;
  line-height: 1.5;
  opacity: 0.8;
  /* 少しだけ馴染ませる */
}

.recaptcha-legal-text a {
  color: #132e4b;
  /* リンクも同色 */
  font-weight: 700;
  /* 太字で区別 */
  text-decoration: none;
  border-bottom: 1px solid #132e4b;
  /* 下線でリンクっぽさを出す */
  transition: opacity 0.3s;
}

.recaptcha-legal-text a:hover {
  opacity: 0.6;
  /* ホバー時は色を変えず薄くする */
}


/* ================================================
   SEARCH PANEL (Elegant Glassmorphism Redesign)
================================================ */
.search-panel {
  position: fixed;
  top: var(--header-h);
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 900;
  background: #fabe01;
  /* Brand light (yellow) base background */
  color: #303030;
  overflow-y: auto;
  overflow-x: hidden;
  clip-path: inset(0 0 100% 0);
  pointer-events: none;
  transition: clip-path 0.5s cubic-bezier(0.19, 1, 0.22, 1);
}

.search-panel.is-open {
  pointer-events: auto;
  clip-path: inset(0 0 0 0);
}

.search-panel::-webkit-scrollbar {
  width: 6px;
}

.search-panel::-webkit-scrollbar-track {
  background: transparent;
}

.search-panel::-webkit-scrollbar-thumb {
  background: rgba(48, 48, 48, 0.3);
  border-radius: 10px;
}

.search-panel-inner {
  max-width: 960px;
  margin: 0 auto;
  padding: 60px 28px 80px;
  opacity: 0;
  transform: translateY(-20px);
  transition: all 0.5s cubic-bezier(0.19, 1, 0.22, 1) 0.1s;
}

.search-panel.is-open .search-panel-inner {
  opacity: 1;
  transform: translateY(0);
}

/* Keyword Bar */
.sp-keyword-section {
  margin-bottom: 40px;
}

.sp-keyword-bar {
  display: flex;
  align-items: center;
  gap: 14px;
  background: #ffffff;
  border: 2px solid #303030;
  border-radius: 50px;
  padding: 18px 24px;
  transition: all 0.3s ease;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.05);
}

.sp-keyword-bar:focus-within {
  box-shadow: 0 0 0 3px rgba(48, 48, 48, 0.2);
}

.sp-keyword-bar svg {
  color: #303030;
  flex-shrink: 0;
}

.sp-tags-area {
  flex: 1;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 8px;
}

.sp-keyword-input {
  border: none;
  outline: none;
  background: transparent;
  font-size: 16px;
  font-weight: 500;
  color: #303030;
  flex: 1;
  min-width: 160px;
  letter-spacing: 0.05em;
}

.sp-keyword-input::placeholder {
  color: rgba(48, 48, 48, 0.5);
}

/* Tiny tags inside input */
.sp-tag {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  background: #f0f0f0;
  color: #303030;
  padding: 6px 14px;
  border-radius: 20px;
  font-size: 13px;
  font-weight: 600;
}

.sp-tag-close {
  background: none;
  border: none;
  cursor: pointer;
  color: rgba(48, 48, 48, 0.6);
  font-size: 14px;
  transition: 0.2s;
}

.sp-tag-close:hover {
  color: #00affa;
}

.sp-keyword-hint {
  margin-top: 14px;
  font-size: 12px;
  color: #303030;
  letter-spacing: 0.05em;
  margin-left: 20px;
}

/* Grid of Cards */
.sp-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 30px;
  margin-bottom: 50px;
}

@media (max-width: 768px) {
  .sp-grid {
    grid-template-columns: 1fr;
  }
}

.sp-card {
  background: #ffffff;
  border: 2px solid #303030;
  border-radius: 16px;
  overflow: hidden;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
}

.sp-card-title {
  display: flex;
  align-items: center;
  gap: 12px;
  font-size: 16px;
  font-weight: 700;
  color: #fff;
  letter-spacing: 0.05em;
  padding: 20px 24px;
  border-bottom: none;
  background: #00affa;
}

.sp-card-title svg {
  stroke-width: 2;
  opacity: 0.9;
}

.sp-card-body {
  padding: 16px 20px;
}

/* Region Accordions */
.sp-region {
  border-bottom: 1px solid rgba(48, 48, 48, 0.1);
}

.sp-region:last-child {
  border-bottom: none;
}

.sp-region-btn {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  border: none;
  background: none;
  cursor: pointer;
  color: #303030;
  font-size: 14px;
  font-weight: 600;
  padding: 16px 4px;
  transition: 0.2s;
}

.sp-region-btn:hover {
  color: #00affa;
}

.sp-region-arrow {
  transition: 0.3s;
  opacity: 0.6;
}

.sp-region.is-open .sp-region-arrow {
  transform: rotate(45deg);
  opacity: 1;
}

.sp-pref-list {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.4s ease, padding 0.4s ease;
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  padding: 0 4px;
}

.sp-region.is-open .sp-pref-list {
  max-height: 350px;
  padding: 0 4px 20px;
}

/* Check CHIPS */
.sp-chip {
  display: inline-flex;
  align-items: center;
  cursor: pointer;
}

.sp-chip input {
  position: absolute;
  opacity: 0;
  width: 0;
  height: 0;
}

.sp-chip span {
  display: block;
  padding: 8px 16px;
  font-size: 12px;
  font-weight: 500;
  color: #303030;
  background: #ffffff;
  border: 1px solid rgba(48, 48, 48, 0.2);
  border-radius: 30px;
  transition: all 0.2s;
}

.sp-chip:hover span {
  background: #f5f4ef;
  border-color: #303030;
}

.sp-chip input:checked+span {
  color: #ffffff;
  background: #00affa;
  border-color: #00affa;
  font-weight: 700;
  box-shadow: 0 4px 10px rgba(124, 86, 69, 0.3);
}

/* Layout block */
.sp-chip-group {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

/* CTA Area */
.sp-cta {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
  padding-top: 20px;
}

.sp-submit {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  background: #303030;
  color: #ffffff;
  border: none;
  border-radius: 50px;
  padding: 18px 50px;
  font-size: 16px;
  font-weight: 900;
  letter-spacing: 0.1em;
  cursor: pointer;
  box-shadow: 0 10px 30px rgba(48, 48, 48, 0.2);
  transition: all 0.3s;
}

.sp-submit:hover {
  transform: translateY(-3px);
  background: #00affa;
  box-shadow: 0 15px 35px rgba(124, 86, 69, 0.4);
}

.sp-submit:active {
  transform: translateY(0);
  box-shadow: 0 5px 15px rgba(48, 48, 48, 0.2);
}

.sp-clear {
  background: #ffffff;
  border: 1px solid #303030;
  border-radius: 50px;
  color: #303030;
  padding: 18px 30px;
  font-size: 13px;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.3s;
}

.sp-clear:hover {
  color: #ffffff;
  background: #303030;
}

/* =========================================================================
   FOOTER — Reference Match (ailead-style)
   ========================================================================= */

.main-footer {
  font-family: "Noto Sans JP", sans-serif;
}

/* ══════════════════════════════════════════
   TOP: CTA BLOCK
   ══════════════════════════════════════════ */
.ft-cta-block {
  background: #fabe01;
  padding: 64px 0;
}

.ft-cta-inner {
  max-width: 1160px;
  margin: 0 auto;
  padding: 0 48px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 40px;
}

.ft-cta-headline {
  font-size: clamp(1.6rem, 3.2vw, 2.6rem);
  font-weight: 900;
  color: #303030;
  line-height: 1.4;
  letter-spacing: -0.01em;
  flex-shrink: 0;
}

.ft-cta-actions {
  display: flex;
  flex-direction: column;
  gap: 20px;
  min-width: 380px;
}

.ft-cta-item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
}

.ft-cta-desc {
  font-size: 0.82rem;
  color: #303030;
  line-height: 1.7;
  flex: 1;
}

.ft-cta-btn {
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  white-space: nowrap;
  font-size: 0.85rem;
  font-weight: 700;
  padding: 14px 22px;
  min-width: 210px;
  text-decoration: none;
  transition: opacity 0.2s, transform 0.2s;
  letter-spacing: 0.02em;
}

.ft-cta-btn:hover {
  opacity: 0.85;
  transform: translateX(2px);
}

.ft-cta-btn i {
  font-size: 0.7rem;
}

.ft-cta-btn--primary {
  background: #303030;
  color: #ffffff;
  border: 2px solid #303030;
}

.ft-cta-btn--primary:hover {
  background: #ffffff;
  color: #303030;
  opacity: 1;
}

.ft-cta-btn--outline {
  background: #ffffff;
  color: #00affa;
  border: 2px solid #00affa;
}

.ft-cta-btn--outline:hover {
  background: #00affa;
  color: #ffffff;
  border-color: #00affa;
  opacity: 1;
}

/* ══════════════════════════════════════════
   BOTTOM: NAV BLOCK
   ══════════════════════════════════════════ */
.ft-nav-block {
  background: #1a1a1a;
  border-top: 1px solid rgba(255, 255, 255, 0.06);
}

.ft-nav-inner {
  max-width: 1160px;
  margin: 0 auto;
  padding: 56px 48px 44px;
  display: flex;
  gap: 60px;
  align-items: flex-start;
}

.ft-nav-brand {
  flex-shrink: 0;
  width: 200px;
}

.ft-nav-logo {
  height: 40px;
  width: auto;
  display: block;
  margin-bottom: 14px;
  opacity: 0.75;
}

.ft-nav-tagline {
  font-size: 0.75rem;
  color: rgba(255, 255, 255, 0.35);
  line-height: 1.7;
  white-space: nowrap;
}

.ft-nav-grid {
  flex: 1;
  display: flex;
  gap: 0;
  justify-content: flex-end;
}

.ft-nav-grid ul {
  list-style: none;
  margin: 0;
  padding: 0 40px 0 0;
}

.ft-nav-grid ul:last-child {
  padding-right: 0;
}

.ft-nav-grid li {
  margin-bottom: 14px;
}

.ft-nav-grid a {
  font-size: 0.82rem;
  color: rgba(255, 255, 255, 0.6);
  text-decoration: none;
  line-height: 1;
  transition: color 0.2s;
}

.ft-nav-grid a:hover {
  color: #ffffff;
}

.ft-nav-copy {
  border-top: 1px solid rgba(255, 255, 255, 0.06);
  padding: 18px 48px;
  max-width: 1160px;
  margin: 0 auto;
  font-size: 0.7rem;
  color: rgba(255, 255, 255, 0.3);
  letter-spacing: 0.06em;
}

/* ── Responsive ── */
@media (max-width: 900px) {
  .ft-cta-inner {
    flex-direction: column;
    align-items: flex-start;
    padding: 0 24px;
    gap: 32px;
  }

  .ft-cta-actions {
    min-width: unset;
    width: 100%;
  }

  .ft-cta-item {
    flex-direction: column;
    align-items: flex-start;
    gap: 10px;
  }

  .ft-cta-btn {
    width: 100%;
    justify-content: space-between;
  }

  .ft-nav-inner {
    flex-direction: column;
    padding: 40px 24px 32px;
    gap: 32px;
  }

  .ft-nav-brand {
    width: 100%;
  }

  .ft-nav-grid {
    justify-content: flex-start;
    flex-wrap: wrap;
  }

  .ft-nav-grid ul {
    padding-right: 32px;
  }

  .ft-nav-copy {
    padding: 16px 24px;
  }
}

@media (max-width: 480px) {
  .ft-cta-headline {
    font-size: clamp(1.4rem, 6vw, 1.8rem);
  }
  /* Force "見つける。" onto a new line on narrow screens */
  .ft-cta-headline .break-480 {
    display: block;
  }
  /* sp-cta: stack vertically on mobile */
  .sp-cta {
    flex-direction: column;
    gap: 10px;
  }
  .sp-submit,
  .sp-clear {
    width: 100%;
    justify-content: center;
  }
}


/* ============================================================
   Thanks Modal — matches entry-modal-wrap design language
   ============================================================ */
.thanks-modal {
  position: fixed;
  inset: 0;
  z-index: 20000;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  visibility: hidden;
  transition: all .4s ease;
}
.thanks-modal.is-open {
  opacity: 1;
  visibility: visible;
}
.thanks-modal__overlay {
  position: absolute;
  inset: 0;
  background: rgba(19, 46, 75, .85);
  backdrop-filter: blur(5px);
  -webkit-backdrop-filter: blur(5px);
}
.thanks-modal__content {
  position: relative;
  z-index: 1;
  width: 90%;
  max-width: 440px;
  background: #fff;
  box-shadow: 0 20px 50px rgba(0,0,0,.3);
  overflow: hidden;
  transform: translateY(30px);
  transition: transform .4s cubic-bezier(.22,1,.36,1);
}
.thanks-modal.is-open .thanks-modal__content {
  transform: translateY(0);
}

/* Close button — matches entry-modal-close */
.thanks-modal__close {
  position: absolute;
  top: 12px;
  right: 12px;
  width: 36px;
  height: 36px;
  background: rgba(255,255,255,.12);
  border: none;
  cursor: pointer;
  z-index: 10;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: background .3s;
}
.thanks-modal__close:hover {
  background: rgba(255,255,255,.3);
}
.thanks-modal__close .close-bar {
  position: absolute;
  width: 18px;
  height: 2px;
  background: #fff;
}
.thanks-modal__close .close-bar:first-child { transform: rotate(45deg); }
.thanks-modal__close .close-bar:last-child  { transform: rotate(-45deg); }

/* Confetti canvas - overlay on the whole modal content */
.thanks-confetti {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 5;
}

/* Header — dark strip matching entry-modal-header */
.thanks-card__header {
  background: var(--brand-dark, #303030);
  padding: 28px 30px 24px;
  text-align: center;
}
.thanks-card__en {
  font-size: 1.1rem;
  font-weight: 900;
  letter-spacing: .15em;
  color: #fff;
  display: block;
}
.thanks-card__accent {
  width: 40px;
  height: 3px;
  background: var(--brand-light, #fabe01);
  margin: 12px auto 0;
}

/* Body */
.thanks-card__body {
  padding: 36px 32px 40px;
  text-align: center;

/* Title */
.thanks-card__title {
  font-size: 20px;
  font-weight: 800;
  color: var(--brand-dark, #303030);
  margin-bottom: 12px;
  line-height: 1.5;
}

/* Body text */
.thanks-card__text {
  font-size: 14px;
  line-height: 1.9;
  color: #666;
  margin-bottom: 28px;
}

/* Button row */
.thanks-card__links {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
  justify-content: center;
}

/* Primary CTA — matches site buttons */
.thanks-card__btn {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 13px 32px;
  font-size: 14px;
  font-weight: 700;
  color: #fff;
  background: var(--brand-dark, #303030);
  text-decoration: none;
  transition: background .25s, transform .2s;
}
.thanks-card__btn:hover {
  background: var(--brand-light, #fabe01);
  color: var(--brand-dark, #303030);
  transform: translateY(-1px);
}

/* Outline variant */
.thanks-card__btn--outline {
  background: transparent;
  color: var(--brand-dark, #303030);
  border: 2px solid var(--brand-dark, #303030);
}
.thanks-card__btn--outline:hover {
  background: var(--brand-dark, #303030);
  color: #fff;
}

/* Responsive */
@media (max-width: 600px) {
  .thanks-modal__content {
    width: 92%;
  }
  .thanks-card__body {
    padding: 28px 20px 32px;
  }
  .thanks-card__title {
    font-size: 18px;
  }
  .thanks-card__text {
    font-size: 13px;
  }
  .thanks-card__links {
    flex-direction: column;
    width: 100%;
  }
  .thanks-card__btn {
    justify-content: center;
    width: 100%;
  }
}

@media (max-width: 768px) {
  .generic-main {
    padding-top: 30px !important;
  }
}