/* asha hair solution - Recruit Site Styles */
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@300;400;500;700&family=Noto+Serif+JP:wght@300;400;600&family=Cormorant+Garamond:ital,wght@0,300;0,400;0,600;1,300;1,400&display=swap');

/* フォールバックフォント設定 */

:root {
  --asha-green: #2d4a3e;
  --asha-green-light: #3d6355;
  --asha-green-pale: #c8d8d0;
  --asha-beige: #f5f0e8;
  --asha-beige-dark: #e8e0d0;
  --asha-gold: #a8895c;
  --asha-gold-light: #c4a97d;
  --asha-brown: #6b4c2a;
  --asha-text: #2a2a2a;
  --asha-text-light: #5a5a5a;
  --asha-white: #fdfaf5;
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  font-family: 'Noto Sans JP', sans-serif;
  color: var(--asha-text);
  background: var(--asha-white);
  line-height: 1.8;
}

/* ========== HEADER ========== */
.site-header {
  background: var(--asha-white);
  border-bottom: 1px solid var(--asha-beige-dark);
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1000;
  padding: 0 40px;
}

.header-inner {
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 70px;
}

.header-logo a {
  text-decoration: none;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.logo-main {
  font-family: 'Cormorant Garamond', serif;
  font-size: 1.8rem;
  font-weight: 400;
  color: var(--asha-green);
  letter-spacing: 0.15em;
  line-height: 1;
}

.logo-sub {
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 0.6rem;
  font-weight: 300;
  color: var(--asha-gold);
  letter-spacing: 0.2em;
  text-transform: uppercase;
  margin-top: 2px;
}

.header-nav {
  display: flex;
  align-items: center;
  gap: 32px;
}

.header-nav a {
  text-decoration: none;
  font-size: 0.8rem;
  font-weight: 400;
  color: var(--asha-text-light);
  letter-spacing: 0.1em;
  transition: color 0.3s;
}

.header-nav a:hover {
  color: var(--asha-green);
}

.btn-entry-header {
  background: var(--asha-green);
  color: var(--asha-white) !important;
  padding: 10px 24px;
  border-radius: 2px;
  font-size: 0.75rem !important;
  letter-spacing: 0.15em;
  transition: background 0.3s !important;
}

.btn-entry-header:hover {
  background: var(--asha-green-light) !important;
  color: var(--asha-white) !important;
}

/* ========== HERO SECTION ========== */
.hero-section {
  margin-top: 70px;
  position: relative;
  height: 85vh;
  min-height: 600px;
  overflow: hidden;
  background: var(--asha-green);
  display: flex;
  align-items: center;
  justify-content: center;
}

.hero-bg {
  position: absolute;
  inset: 0;
  background: linear-gradient(135deg, var(--asha-green) 0%, #1a3329 40%, #2d4a3e 70%, #4a6e5e 100%);
}

.hero-bg::after {
  content: '';
  position: absolute;
  inset: 0;
  background: url("data:image/svg+xml,%3Csvg width='60' height='60' viewBox='0 0 60 60' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cg fill='%23ffffff' fill-opacity='0.03'%3E%3Cpath d='M36 34v-4h-2v4h-4v2h4v4h2v-4h4v-2h-4zm0-30V0h-2v4h-4v2h4v4h2V6h4V4h-4zM6 34v-4H4v4H0v2h4v4h2v-4h4v-2H6zM6 4V0H4v4H0v2h4v4h2V6h4V4H6z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
}

.hero-image-overlay {
  position: absolute;
  inset: 0;
  background-image: url('https://sspark.genspark.ai/cfimages?u1=x49Qt1fxDBK6SZB7IJBmn24nmKBDywVR4RfzTmy0%2FFDZFn1iSFRtLxtnsRVZCS15JxpGz5x62SlC1ZFZUhyRqPK7YrCQP85gauAG9gCRO6Qi64Vkmg%3D%3D&u2=5hIkh9COa4d%2F2hEw&width=2560');
  background-size: cover;
  background-position: center 30%;
  opacity: 0.25;
}

.hero-content {
  position: relative;
  z-index: 2;
  text-align: center;
  color: var(--asha-white);
  padding: 0 20px;
}

.hero-label {
  font-family: 'Cormorant Garamond', serif;
  font-size: 0.9rem;
  letter-spacing: 0.4em;
  text-transform: uppercase;
  color: var(--asha-gold-light);
  margin-bottom: 20px;
  display: block;
}

.hero-title {
  font-family: 'Noto Serif JP', serif;
  font-size: clamp(2rem, 5vw, 3.5rem);
  font-weight: 300;
  line-height: 1.4;
  margin-bottom: 20px;
  letter-spacing: 0.05em;
}

.hero-title span {
  display: block;
  font-family: 'Cormorant Garamond', serif;
  font-size: clamp(3rem, 8vw, 5.5rem);
  font-weight: 300;
  font-style: italic;
  color: var(--asha-gold-light);
  letter-spacing: 0.08em;
  line-height: 1.1;
}

.hero-subtitle {
  font-size: 0.95rem;
  font-weight: 300;
  opacity: 0.85;
  letter-spacing: 0.15em;
  margin-bottom: 40px;
}

.hero-scroll {
  position: absolute;
  bottom: 40px;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
  color: rgba(255,255,255,0.6);
  font-size: 0.65rem;
  letter-spacing: 0.3em;
  text-transform: uppercase;
}

.hero-scroll::after {
  content: '';
  width: 1px;
  height: 50px;
  background: linear-gradient(to bottom, rgba(255,255,255,0.6), transparent);
  animation: scrollLine 2s ease-in-out infinite;
}

@keyframes scrollLine {
  0% { transform: scaleY(0); transform-origin: top; }
  50% { transform: scaleY(1); transform-origin: top; }
  51% { transform: scaleY(1); transform-origin: bottom; }
  100% { transform: scaleY(0); transform-origin: bottom; }
}

/* ========== LEAD MESSAGE ========== */
.lead-section {
  padding: 100px 40px;
  background: var(--asha-beige);
  text-align: center;
}

.lead-section .section-label {
  font-family: 'Cormorant Garamond', serif;
  font-size: 0.8rem;
  letter-spacing: 0.5em;
  text-transform: uppercase;
  color: var(--asha-gold);
  margin-bottom: 24px;
  display: block;
}

.lead-section h2 {
  font-family: 'Noto Serif JP', serif;
  font-size: clamp(1.4rem, 3vw, 2rem);
  font-weight: 400;
  color: var(--asha-green);
  line-height: 1.8;
  margin-bottom: 32px;
  letter-spacing: 0.05em;
}

.lead-section p {
  font-size: 0.95rem;
  font-weight: 300;
  color: var(--asha-text-light);
  max-width: 700px;
  margin: 0 auto;
  line-height: 2;
  letter-spacing: 0.05em;
}

/* ========== JOBS LIST ========== */
.jobs-section {
  padding: 100px 40px;
  background: var(--asha-white);
}

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

.section-label {
  font-family: 'Cormorant Garamond', serif;
  font-size: 0.8rem;
  letter-spacing: 0.5em;
  text-transform: uppercase;
  color: var(--asha-gold);
  margin-bottom: 16px;
  display: block;
}

.section-title {
  font-family: 'Noto Serif JP', serif;
  font-size: clamp(1.4rem, 3vw, 2rem);
  font-weight: 400;
  color: var(--asha-green);
  letter-spacing: 0.05em;
}

.jobs-grid {
  max-width: 1100px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(320px, 1fr));
  gap: 2px;
}

.job-card {
  position: relative;
  background: var(--asha-white);
  border: 1px solid var(--asha-beige-dark);
  overflow: hidden;
  transition: all 0.4s ease;
  text-decoration: none;
  color: inherit;
  display: block;
}

.job-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 20px 60px rgba(45, 74, 62, 0.15);
  border-color: var(--asha-green-pale);
}

.job-card-inner {
  padding: 40px 36px;
}

.job-type-badges {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-bottom: 20px;
}

.badge {
  font-size: 0.65rem;
  letter-spacing: 0.1em;
  padding: 4px 12px;
  border-radius: 1px;
}

.badge-type {
  background: var(--asha-green);
  color: var(--asha-white);
}

.badge-employment {
  background: transparent;
  color: var(--asha-green);
  border: 1px solid var(--asha-green);
}

.badge-role {
  background: var(--asha-beige);
  color: var(--asha-text-light);
  border: 1px solid var(--asha-beige-dark);
}

.job-title {
  font-family: 'Noto Serif JP', serif;
  font-size: 1.3rem;
  font-weight: 400;
  color: var(--asha-green);
  margin-bottom: 12px;
  letter-spacing: 0.05em;
  line-height: 1.4;
}

.job-tagline {
  font-size: 0.85rem;
  color: var(--asha-text-light);
  font-weight: 300;
  line-height: 1.7;
  margin-bottom: 24px;
}

.job-card-footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-top: 20px;
  border-top: 1px solid var(--asha-beige-dark);
}

.job-salary {
  font-size: 0.75rem;
  color: var(--asha-gold);
  font-weight: 500;
  letter-spacing: 0.05em;
}

.view-more {
  font-family: 'Cormorant Garamond', serif;
  font-size: 0.75rem;
  letter-spacing: 0.25em;
  color: var(--asha-green);
  text-transform: uppercase;
  display: flex;
  align-items: center;
  gap: 8px;
}

.view-more::after {
  content: '→';
  transition: transform 0.3s;
}

.job-card:hover .view-more::after {
  transform: translateX(4px);
}

.job-card-accent {
  position: absolute;
  left: 0;
  top: 0;
  width: 3px;
  height: 0;
  background: var(--asha-green);
  transition: height 0.4s ease;
}

.job-card:hover .job-card-accent {
  height: 100%;
}

/* ========== FEATURES SECTION ========== */
.features-section {
  padding: 100px 40px;
  background: var(--asha-green);
  color: var(--asha-white);
}

.features-section .section-label {
  color: var(--asha-gold-light);
}

.features-section .section-title {
  color: var(--asha-white);
}

.features-grid {
  max-width: 1100px;
  margin: 60px auto 0;
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(260px, 1fr));
  gap: 40px;
}

.feature-item {
  text-align: center;
}

.feature-icon {
  width: 64px;
  height: 64px;
  border: 1px solid rgba(168, 137, 92, 0.4);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 24px;
  font-size: 1.6rem;
  color: var(--asha-gold-light);
}

.feature-title {
  font-family: 'Noto Serif JP', serif;
  font-size: 1.05rem;
  font-weight: 400;
  margin-bottom: 12px;
  letter-spacing: 0.05em;
}

.feature-desc {
  font-size: 0.85rem;
  font-weight: 300;
  opacity: 0.8;
  line-height: 1.9;
}

/* ========== SALON INFO SECTION ========== */
.salon-section {
  padding: 100px 40px;
  background: var(--asha-beige);
}

.salon-grid {
  max-width: 1100px;
  margin: 60px auto 0;
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(240px, 1fr));
  gap: 24px;
}

.salon-card {
  background: var(--asha-white);
  padding: 32px 28px;
  border: 1px solid var(--asha-beige-dark);
}

.salon-name {
  font-family: 'Cormorant Garamond', serif;
  font-size: 1.2rem;
  font-style: italic;
  color: var(--asha-green);
  margin-bottom: 12px;
  letter-spacing: 0.05em;
}

.salon-address {
  font-size: 0.8rem;
  color: var(--asha-text-light);
  line-height: 1.7;
  font-weight: 300;
}

.salon-tel {
  margin-top: 8px;
  font-size: 0.85rem;
  color: var(--asha-gold);
  font-weight: 500;
}

/* ========== DETAIL PAGE - JOB DETAIL ========== */
.page-wrapper {
  margin-top: 70px;
}

.job-hero {
  position: relative;
  height: 500px;
  overflow: hidden;
  background: var(--asha-green);
  display: flex;
  align-items: flex-end;
}

.job-hero-bg {
  position: absolute;
  inset: 0;
  background-size: cover;
  background-position: center;
  opacity: 0.3;
}

.job-hero-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(to top, rgba(45,74,62,0.9) 0%, rgba(45,74,62,0.3) 100%);
}

.job-hero-content {
  position: relative;
  z-index: 2;
  padding: 60px;
  color: var(--asha-white);
  max-width: 1200px;
  width: 100%;
  margin: 0 auto;
}

.job-hero-badges {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-bottom: 20px;
}

.job-hero-title {
  font-family: 'Noto Serif JP', serif;
  font-size: clamp(1.8rem, 4vw, 2.8rem);
  font-weight: 300;
  line-height: 1.3;
  letter-spacing: 0.05em;
  margin-bottom: 12px;
}

.job-hero-subtitle {
  font-size: 0.9rem;
  opacity: 0.8;
  font-weight: 300;
  letter-spacing: 0.1em;
}

/* ========== BREADCRUMB ========== */
.breadcrumb {
  background: var(--asha-beige);
  padding: 16px 60px;
  border-bottom: 1px solid var(--asha-beige-dark);
}

.breadcrumb-inner {
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 0.75rem;
  color: var(--asha-text-light);
}

.breadcrumb a {
  color: var(--asha-text-light);
  text-decoration: none;
  transition: color 0.3s;
}

.breadcrumb a:hover {
  color: var(--asha-green);
}

.breadcrumb-sep {
  color: var(--asha-beige-dark);
}

/* ========== JOB DETAIL CONTENT ========== */
.detail-wrapper {
  max-width: 900px;
  margin: 0 auto;
  padding: 80px 40px;
}

.catch-copy {
  background: var(--asha-green);
  color: var(--asha-white);
  padding: 60px 50px;
  margin-bottom: 60px;
  position: relative;
  overflow: hidden;
}

.catch-copy::before {
  content: '"';
  position: absolute;
  font-family: 'Cormorant Garamond', serif;
  font-size: 20rem;
  color: rgba(255,255,255,0.04);
  top: -60px;
  left: -20px;
  line-height: 1;
}

.catch-copy h2 {
  font-family: 'Noto Serif JP', serif;
  font-size: clamp(1.2rem, 2.5vw, 1.6rem);
  font-weight: 300;
  line-height: 1.9;
  letter-spacing: 0.08em;
  position: relative;
  z-index: 1;
}

.catch-copy .highlight {
  color: var(--asha-gold-light);
  font-weight: 400;
}

.appeal-list {
  display: flex;
  flex-direction: column;
  gap: 12px;
  margin-top: 24px;
}

.appeal-item {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  font-size: 0.9rem;
  opacity: 0.9;
}

.appeal-item::before {
  content: '◆';
  color: var(--asha-gold-light);
  font-size: 0.6rem;
  margin-top: 5px;
  flex-shrink: 0;
}

/* ========== DETAIL SECTIONS ========== */
.detail-section {
  margin-bottom: 70px;
}

.detail-section-title {
  font-family: 'Cormorant Garamond', serif;
  font-size: 1.4rem;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: var(--asha-green);
  padding-bottom: 12px;
  border-bottom: 2px solid var(--asha-green);
  margin-bottom: 32px;
  display: flex;
  align-items: center;
  gap: 16px;
}

.detail-section-title::after {
  content: '';
  flex: 1;
  height: 1px;
  background: var(--asha-beige-dark);
}

.message-block {
  background: var(--asha-beige);
  padding: 40px;
  border-left: 3px solid var(--asha-green);
}

.message-block p {
  font-size: 0.95rem;
  line-height: 2.2;
  color: var(--asha-text);
  letter-spacing: 0.03em;
}

.message-block h3 {
  font-family: 'Noto Serif JP', serif;
  font-size: 1.1rem;
  font-weight: 400;
  color: var(--asha-green);
  margin-bottom: 20px;
  letter-spacing: 0.08em;
}

/* ========== FEATURES ICONS ========== */
.features-icons-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2px;
  margin-bottom: 40px;
}

.feature-icon-item {
  background: var(--asha-beige);
  padding: 32px 20px;
  text-align: center;
}

.feature-icon-item .icon {
  font-size: 2rem;
  margin-bottom: 12px;
  display: block;
}

.feature-icon-item h4 {
  font-family: 'Noto Serif JP', serif;
  font-size: 0.9rem;
  font-weight: 400;
  color: var(--asha-green);
  margin-bottom: 8px;
}

.feature-icon-item p {
  font-size: 0.78rem;
  color: var(--asha-text-light);
  line-height: 1.7;
}

/* ========== STAFF INTERVIEW ========== */
.interview-section {
  background: var(--asha-green);
  padding: 70px 50px;
  color: var(--asha-white);
  margin-bottom: 0;
}

.interview-header {
  display: flex;
  align-items: center;
  gap: 32px;
  margin-bottom: 40px;
}

.staff-avatar {
  width: 100px;
  height: 100px;
  border-radius: 50%;
  background: var(--asha-green-light);
  border: 2px solid var(--asha-gold);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 2.5rem;
  overflow: hidden;
  flex-shrink: 0;
}

.staff-avatar img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.staff-info h3 {
  font-family: 'Noto Serif JP', serif;
  font-size: 1.3rem;
  font-weight: 400;
  letter-spacing: 0.1em;
  margin-bottom: 6px;
}

.staff-info .staff-en {
  font-family: 'Cormorant Garamond', serif;
  font-size: 0.85rem;
  color: var(--asha-gold-light);
  letter-spacing: 0.2em;
  margin-bottom: 10px;
}

.staff-info .staff-meta {
  font-size: 0.78rem;
  opacity: 0.7;
  line-height: 1.7;
}

.interview-qa {
  display: flex;
  flex-direction: column;
  gap: 32px;
}

.qa-item {
  border-left: 2px solid var(--asha-gold);
  padding-left: 24px;
}

.qa-question {
  font-family: 'Noto Serif JP', serif;
  font-size: 0.9rem;
  font-weight: 400;
  color: var(--asha-gold-light);
  margin-bottom: 10px;
  letter-spacing: 0.05em;
}

.qa-answer {
  font-size: 0.88rem;
  font-weight: 300;
  opacity: 0.9;
  line-height: 2;
}

/* ========== COMPANY SECTION ========== */
.company-section {
  padding: 70px 50px;
  background: var(--asha-beige);
}

.company-section h2 {
  font-family: 'Noto Serif JP', serif;
  font-size: 1.5rem;
  font-weight: 400;
  color: var(--asha-green);
  margin-bottom: 24px;
  letter-spacing: 0.05em;
}

.company-section h3 {
  font-family: 'Noto Serif JP', serif;
  font-size: 1.1rem;
  font-weight: 400;
  color: var(--asha-green);
  margin-top: 32px;
  margin-bottom: 16px;
}

.company-section p {
  font-size: 0.9rem;
  line-height: 2.1;
  color: var(--asha-text-light);
  font-weight: 300;
}

/* ========== CEO MESSAGE ========== */
.ceo-message {
  background: var(--asha-white);
  padding: 70px 50px;
}

.ceo-header {
  display: flex;
  align-items: center;
  gap: 32px;
  margin-bottom: 32px;
}

.ceo-avatar {
  width: 90px;
  height: 90px;
  border-radius: 50%;
  background: var(--asha-beige);
  border: 2px solid var(--asha-gold);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 2rem;
  flex-shrink: 0;
  overflow: hidden;
}

.ceo-avatar img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center top;
}

.ceo-title {
  font-size: 0.75rem;
  color: var(--asha-gold);
  letter-spacing: 0.15em;
  margin-bottom: 6px;
}

.ceo-name-ja {
  font-family: 'Noto Serif JP', serif;
  font-size: 1.2rem;
  color: var(--asha-green);
}

.ceo-name-en {
  font-family: 'Cormorant Garamond', serif;
  font-size: 0.85rem;
  color: var(--asha-text-light);
  letter-spacing: 0.2em;
}

.ceo-message h3 {
  font-family: 'Noto Serif JP', serif;
  font-size: 1.1rem;
  font-weight: 400;
  color: var(--asha-green);
  margin-bottom: 20px;
}

.ceo-message p {
  font-size: 0.9rem;
  line-height: 2.1;
  color: var(--asha-text-light);
  font-weight: 300;
}

/* ========== WELFARE SECTION ========== */
.welfare-section {
  padding: 70px 50px;
  background: var(--asha-beige);
}

.welfare-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
  gap: 16px;
  margin-top: 32px;
}

.welfare-item {
  background: var(--asha-white);
  padding: 24px 20px;
  border: 1px solid var(--asha-beige-dark);
  display: flex;
  align-items: flex-start;
  gap: 12px;
}

.welfare-icon {
  font-size: 1.4rem;
  flex-shrink: 0;
}

.welfare-text h4 {
  font-size: 0.82rem;
  font-weight: 500;
  color: var(--asha-green);
  margin-bottom: 4px;
}

.welfare-text p {
  font-size: 0.75rem;
  color: var(--asha-text-light);
  line-height: 1.5;
}

/* ========== JOB DETAILS TABLE ========== */
.job-table-section {
  padding: 70px 50px;
  background: var(--asha-white);
}

.job-table {
  width: 100%;
  border-collapse: collapse;
}

.job-table th {
  background: var(--asha-green);
  color: var(--asha-white);
  padding: 16px 24px;
  font-size: 0.82rem;
  font-weight: 400;
  letter-spacing: 0.1em;
  text-align: left;
  width: 200px;
  vertical-align: top;
}

.job-table td {
  padding: 16px 24px;
  font-size: 0.85rem;
  color: var(--asha-text);
  border-bottom: 1px solid var(--asha-beige-dark);
  line-height: 1.9;
  vertical-align: top;
}

.job-table tr:last-child td {
  border-bottom: none;
}

.job-table tr:nth-child(even) td {
  background: var(--asha-beige);
}

/* ========== ENTRY FORM ========== */
.entry-section {
  padding: 100px 40px;
  background: var(--asha-beige);
}

.entry-form-wrapper {
  max-width: 700px;
  margin: 0 auto;
}

.entry-form-title {
  font-family: 'Noto Serif JP', serif;
  font-size: 1.6rem;
  font-weight: 400;
  color: var(--asha-green);
  text-align: center;
  margin-bottom: 8px;
  letter-spacing: 0.05em;
}

.entry-form-subtitle {
  font-size: 0.85rem;
  color: var(--asha-text-light);
  text-align: center;
  margin-bottom: 48px;
  font-weight: 300;
}

.form-group {
  margin-bottom: 28px;
}

.form-label {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 0.82rem;
  font-weight: 500;
  color: var(--asha-green);
  margin-bottom: 8px;
  letter-spacing: 0.05em;
}

.form-required {
  background: var(--asha-green);
  color: var(--asha-white);
  font-size: 0.6rem;
  padding: 2px 8px;
  border-radius: 1px;
}

.form-input,
.form-select,
.form-textarea {
  width: 100%;
  padding: 14px 18px;
  border: 1px solid var(--asha-beige-dark);
  background: var(--asha-white);
  font-size: 0.88rem;
  color: var(--asha-text);
  font-family: 'Noto Sans JP', sans-serif;
  transition: border-color 0.3s;
  outline: none;
  border-radius: 2px;
}

.form-input:focus,
.form-select:focus,
.form-textarea:focus {
  border-color: var(--asha-green);
  background: #fff;
}

.form-textarea {
  resize: vertical;
  min-height: 120px;
}

.form-radio-group {
  display: flex;
  gap: 24px;
}

.form-radio-label {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 0.88rem;
  cursor: pointer;
  color: var(--asha-text);
}

.form-radio-label input[type="radio"] {
  accent-color: var(--asha-green);
  width: 16px;
  height: 16px;
}

.fixed-field {
  background: var(--asha-beige);
  padding: 14px 18px;
  border: 1px solid var(--asha-beige-dark);
  font-size: 0.88rem;
  font-weight: 500;
  color: var(--asha-green);
  border-radius: 2px;
}

.btn-submit {
  width: 100%;
  background: var(--asha-green);
  color: var(--asha-white);
  padding: 20px;
  border: none;
  font-size: 0.95rem;
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 400;
  letter-spacing: 0.2em;
  cursor: pointer;
  transition: background 0.3s;
  margin-top: 16px;
}

.btn-submit:hover {
  background: var(--asha-green-light);
}

.form-note {
  font-size: 0.75rem;
  color: var(--asha-text-light);
  text-align: center;
  margin-top: 16px;
  line-height: 1.7;
}

/* ========== SUCCESS MESSAGE ========== */
.success-message {
  display: none;
  background: var(--asha-green);
  color: var(--asha-white);
  padding: 32px 40px;
  text-align: center;
  margin-top: 32px;
}

.success-message.show {
  display: block;
}

/* ========== FOOTER ========== */
.site-footer {
  background: var(--asha-green);
  color: var(--asha-white);
  padding: 60px 40px 30px;
}

.footer-inner {
  max-width: 1100px;
  margin: 0 auto;
}

.footer-logo {
  font-family: 'Cormorant Garamond', serif;
  font-size: 2rem;
  font-weight: 300;
  font-style: italic;
  letter-spacing: 0.15em;
  color: var(--asha-white);
  margin-bottom: 8px;
}

.footer-tagline {
  font-size: 0.72rem;
  letter-spacing: 0.3em;
  text-transform: uppercase;
  opacity: 0.5;
  margin-bottom: 48px;
}

.footer-content {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 40px;
  margin-bottom: 40px;
}

.footer-col h4 {
  font-family: 'Cormorant Garamond', serif;
  font-size: 0.85rem;
  letter-spacing: 0.3em;
  text-transform: uppercase;
  color: var(--asha-gold-light);
  margin-bottom: 16px;
  padding-bottom: 8px;
  border-bottom: 1px solid rgba(255,255,255,0.1);
}

.footer-col ul {
  list-style: none;
}

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

.footer-col ul li a {
  font-size: 0.82rem;
  color: rgba(255,255,255,0.65);
  text-decoration: none;
  transition: color 0.3s;
  letter-spacing: 0.05em;
}

.footer-col ul li a:hover {
  color: var(--asha-gold-light);
}

.footer-col p {
  font-size: 0.8rem;
  color: rgba(255,255,255,0.6);
  line-height: 1.9;
}

.footer-bottom {
  border-top: 1px solid rgba(255,255,255,0.1);
  padding-top: 24px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.footer-copyright {
  font-size: 0.72rem;
  color: rgba(255,255,255,0.4);
  letter-spacing: 0.08em;
}

/* ========== JOBS CATEGORY LABEL ========== */
.jobs-category-label {
  grid-column: 1 / -1;
  display: flex;
  align-items: center;
  gap: 20px;
  padding: 16px 0 8px;
  margin-top: 20px;
  border-bottom: 2px solid var(--asha-green);
}

.jobs-category-label:first-child {
  margin-top: 0;
}

.category-en {
  font-family: 'Cormorant Garamond', serif;
  font-size: 1.4rem;
  font-style: italic;
  font-weight: 300;
  color: var(--asha-green);
  letter-spacing: 0.1em;
}

.category-ja {
  font-size: 0.75rem;
  color: var(--asha-text-light);
  letter-spacing: 0.2em;
  font-weight: 400;
  background: var(--asha-beige);
  padding: 3px 12px;
  border: 1px solid var(--asha-beige-dark);
}

/* ========== UTILITY ========== */
.container {
  max-width: 1100px;
  margin: 0 auto;
}

.text-gold {
  color: var(--asha-gold);
}

.section-divider {
  height: 1px;
  background: linear-gradient(to right, transparent, var(--asha-beige-dark), transparent);
  margin: 0 auto;
  max-width: 600px;
}

/* ========== BACK BUTTON ========== */
.back-to-list {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-family: 'Cormorant Garamond', serif;
  font-size: 0.82rem;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: var(--asha-green);
  text-decoration: none;
  margin-bottom: 32px;
  transition: gap 0.3s;
}

.back-to-list::before {
  content: '←';
}

.back-to-list:hover {
  gap: 14px;
}

/* ========== CTA BANNER ========== */
.cta-banner {
  background: var(--asha-gold);
  padding: 60px 40px;
  text-align: center;
}

.cta-banner h3 {
  font-family: 'Noto Serif JP', serif;
  font-size: 1.4rem;
  font-weight: 400;
  color: var(--asha-white);
  margin-bottom: 8px;
  letter-spacing: 0.05em;
}

.cta-banner p {
  font-size: 0.85rem;
  color: rgba(255,255,255,0.85);
  margin-bottom: 28px;
}

.btn-cta {
  display: inline-block;
  background: var(--asha-white);
  color: var(--asha-gold);
  padding: 14px 48px;
  text-decoration: none;
  font-size: 0.85rem;
  font-weight: 500;
  letter-spacing: 0.2em;
  border: 2px solid var(--asha-white);
  transition: all 0.3s;
}

.btn-cta:hover {
  background: transparent;
  color: var(--asha-white);
}

/* ========== RESPONSIVE ========== */
@media (max-width: 768px) {
  .site-header {
    padding: 0 20px;
  }

  .header-nav {
    display: none;
  }

  .hero-section {
    height: 70vh;
  }

  .lead-section,
  .jobs-section,
  .features-section,
  .salon-section {
    padding: 70px 24px;
  }

  .jobs-grid {
    grid-template-columns: 1fr;
  }

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

  .footer-content {
    grid-template-columns: 1fr;
    gap: 32px;
  }

  .features-icons-grid {
    grid-template-columns: 1fr 1fr;
  }

  .job-hero-content {
    padding: 40px 24px;
  }

  .detail-wrapper,
  .interview-section,
  .company-section,
  .ceo-message,
  .welfare-section,
  .job-table-section {
    padding: 50px 24px;
  }

  .job-table th {
    width: 120px;
  }

  .footer-bottom {
    flex-direction: column;
    gap: 12px;
  }
}

/* ========== ANIMATIONS ========== */
.fade-in {
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 0.7s ease, transform 0.7s ease;
}

.fade-in.visible {
  opacity: 1;
  transform: translateY(0);
}

.stagger-1 { transition-delay: 0.1s; }
.stagger-2 { transition-delay: 0.2s; }
.stagger-3 { transition-delay: 0.3s; }
.stagger-4 { transition-delay: 0.4s; }

/* ========== SALON FIT BANNER ========== */
.salon-fit-banner {
  margin: 28px 0 32px;
  border-radius: 10px;
  overflow: hidden;
  border: 1.5px solid var(--asha-green-pale);
}

.salon-fit-vase {
  background: linear-gradient(135deg, #f0f6f3 0%, #e8f0ec 100%);
  border-color: var(--asha-green-pale);
}

.salon-fit-barber {
  background: linear-gradient(135deg, #f5f0e8 0%, #ede6d8 100%);
  border-color: var(--asha-gold-light);
}

.salon-fit-inner {
  display: flex;
  align-items: flex-start;
  gap: 20px;
  padding: 22px 24px;
}

.salon-fit-icon {
  font-size: 2.2rem;
  flex-shrink: 0;
  margin-top: 2px;
}

.salon-fit-body {
  flex: 1;
}

.salon-fit-label {
  font-size: 0.7rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--asha-text-light);
  margin-bottom: 6px;
  font-family: 'Cormorant Garamond', serif;
}

.salon-fit-name {
  font-size: 1.05rem;
  font-weight: 600;
  color: var(--asha-green);
  display: flex;
  align-items: center;
  gap: 10px;
  flex-wrap: wrap;
  font-family: 'Noto Sans JP', sans-serif;
}

.salon-fit-name-group { width: 100%; }

.salon-fit-sub {
  font-size: 0.85rem;
  color: var(--asha-text-light);
  line-height: 1.7;
  margin-top: 4px;
}

.salon-reg-badge {
  font-size: 0.65rem;
  font-weight: 500;
  padding: 2px 10px;
  border-radius: 3px;
  letter-spacing: 0.05em;
}

.salon-reg-badge.beauty {
  background: var(--asha-green);
  color: #fff;
}

.salon-reg-badge.barber {
  background: var(--asha-gold);
  color: #fff;
}

.salon-fit-desc {
  font-size: 0.9rem;
  color: var(--asha-text);
  line-height: 1.75;
  margin-top: 8px;
}

.salon-fit-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 12px;
}

.salon-fit-tags span {
  background: rgba(255,255,255,0.75);
  border: 1px solid var(--asha-green-pale);
  border-radius: 20px;
  font-size: 0.78rem;
  color: var(--asha-text);
  padding: 4px 14px;
}

.salon-fit-note {
  font-size: 0.78rem;
  color: var(--asha-text-light);
  margin-top: 10px;
}

@media (max-width: 600px) {
  .salon-fit-inner {
    flex-direction: column;
    gap: 12px;
    padding: 18px;
  }
  .salon-fit-icon { font-size: 1.8rem; }
}

/* ========== FLOWCHART PAGE ========== */
.flowchart-hero {
  background: var(--asha-green);
  padding: 80px 24px 60px;
  text-align: center;
  color: #fff;
}

.flowchart-hero-label {
  font-family: 'Cormorant Garamond', serif;
  font-size: 0.85rem;
  letter-spacing: 0.2em;
  opacity: 0.75;
  margin-bottom: 14px;
}

.flowchart-hero h1 {
  font-family: 'Noto Serif JP', serif;
  font-size: clamp(1.6rem, 4vw, 2.4rem);
  font-weight: 400;
  line-height: 1.5;
  margin-bottom: 16px;
}

.flowchart-hero p {
  font-size: 1rem;
  opacity: 0.85;
  max-width: 560px;
  margin: 0 auto;
  line-height: 1.8;
}

.flowchart-section {
  max-width: 820px;
  margin: 0 auto;
  padding: 60px 24px 40px;
}

.flowchart-intro {
  text-align: center;
  margin-bottom: 50px;
}

.flowchart-intro h2 {
  font-family: 'Noto Serif JP', serif;
  font-size: 1.4rem;
  font-weight: 400;
  color: var(--asha-green);
  margin-bottom: 12px;
}

.flowchart-intro p {
  font-size: 0.95rem;
  color: var(--asha-text-light);
  line-height: 1.85;
}

/* カード型フロー */
.flow-block {
  background: #fff;
  border-radius: 12px;
  box-shadow: 0 2px 16px rgba(45,74,62,0.08);
  margin-bottom: 24px;
  overflow: hidden;
  border: 1.5px solid var(--asha-green-pale);
}

.flow-block-header {
  background: var(--asha-green);
  color: #fff;
  padding: 14px 22px;
  font-family: 'Cormorant Garamond', serif;
  font-size: 0.8rem;
  letter-spacing: 0.15em;
  display: flex;
  align-items: center;
  gap: 10px;
}

.flow-question {
  background: var(--asha-beige);
  padding: 20px 22px;
  font-size: 1.1rem;
  font-weight: 600;
  color: var(--asha-green);
  font-family: 'Noto Serif JP', serif;
  border-bottom: 1px solid var(--asha-green-pale);
}

.flow-answers {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 0;
}

.flow-answer {
  padding: 18px 22px;
  border-right: 1px solid var(--asha-green-pale);
  cursor: pointer;
  transition: background 0.2s;
  text-decoration: none;
  display: block;
  color: var(--asha-text);
}

.flow-answer:last-child { border-right: none; }

.flow-answer:hover {
  background: #f0f6f3;
}

.flow-answer-icon {
  font-size: 1.4rem;
  margin-bottom: 8px;
}

.flow-answer-text {
  font-size: 0.9rem;
  font-weight: 600;
  color: var(--asha-green);
  margin-bottom: 4px;
}

.flow-answer-sub {
  font-size: 0.78rem;
  color: var(--asha-text-light);
  line-height: 1.6;
}

.flow-arrow {
  text-align: center;
  font-size: 1.5rem;
  color: var(--asha-green-pale);
  padding: 8px 0;
}

/* 結果カード */
.result-cards {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
  gap: 20px;
  margin: 40px 0;
}

.result-card {
  border-radius: 12px;
  overflow: hidden;
  border: 2px solid var(--asha-green-pale);
  text-decoration: none;
  display: block;
  transition: transform 0.2s, box-shadow 0.2s;
}

.result-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 8px 24px rgba(45,74,62,0.12);
}

.result-card-header {
  padding: 16px 20px;
  color: #fff;
  font-family: 'Cormorant Garamond', serif;
  font-size: 0.75rem;
  letter-spacing: 0.15em;
}

.result-card-header.beauty-bg { background: var(--asha-green); }
.result-card-header.barber-bg { background: var(--asha-gold); }

.result-card-body {
  padding: 18px 20px;
  background: #fff;
}

.result-salon-name {
  font-size: 1.05rem;
  font-weight: 700;
  color: var(--asha-green);
  margin-bottom: 6px;
  font-family: 'Noto Sans JP', sans-serif;
}

.result-reg {
  display: inline-block;
  font-size: 0.65rem;
  padding: 2px 8px;
  border-radius: 3px;
  margin-bottom: 10px;
  font-weight: 500;
}

.result-reg.beauty { background: var(--asha-green); color: #fff; }
.result-reg.barber { background: var(--asha-gold); color: #fff; }

.result-fit {
  font-size: 0.82rem;
  color: var(--asha-text-light);
  line-height: 1.75;
  margin-bottom: 14px;
}

.result-jobs {
  display: flex;
  flex-direction: column;
  gap: 6px;
}

.result-job-link {
  font-size: 0.8rem;
  color: var(--asha-green);
  text-decoration: none;
  display: flex;
  align-items: center;
  gap: 6px;
  padding: 6px 10px;
  background: var(--asha-beige);
  border-radius: 5px;
  transition: background 0.2s;
}

.result-job-link:hover { background: var(--asha-green-pale); }
.result-job-link::before { content: '→'; font-size: 0.75rem; }

/* 比較表 */
.salon-compare-table {
  width: 100%;
  border-collapse: collapse;
  margin: 40px 0;
  font-size: 0.88rem;
}

.salon-compare-table th {
  background: var(--asha-green);
  color: #fff;
  padding: 12px 16px;
  text-align: left;
  font-weight: 500;
}

.salon-compare-table td {
  padding: 12px 16px;
  border-bottom: 1px solid var(--asha-green-pale);
  color: var(--asha-text);
  line-height: 1.65;
  vertical-align: top;
}

.salon-compare-table tr:nth-child(even) td {
  background: var(--asha-beige);
}

.salon-compare-table td:first-child {
  font-weight: 600;
  color: var(--asha-green);
  white-space: nowrap;
}

@media (max-width: 600px) {
  .salon-compare-table { font-size: 0.8rem; }
  .salon-compare-table th,
  .salon-compare-table td { padding: 10px 12px; }
  .flow-answers { grid-template-columns: 1fr; }
  .flow-answer { border-right: none; border-bottom: 1px solid var(--asha-green-pale); }
  .flow-answer:last-child { border-bottom: none; }
}

/* ナビへのフローチャートリンク */
.btn-flow-nav {
  background: var(--asha-gold-light);
  color: var(--asha-green) !important;
  padding: 6px 14px;
  border-radius: 4px;
  font-weight: 600;
  font-size: 0.82rem;
}
.btn-flow-nav:hover { background: var(--asha-gold) !important; color: #fff !important; }

/* ============================================================
   RECRUIT HUB — ナビゲーションカードセクション (/recruit)
   ============================================================ */
.recruit-hub-section {
  padding: 64px 0 80px;
  background: var(--asha-beige);
}

.recruit-hub-section .section-title {
  text-align: center;
  font-size: 1.5rem;
  font-weight: 700;
  color: var(--asha-green);
  letter-spacing: 0.06em;
  margin-bottom: 8px;
}

.recruit-hub-section .section-subtitle {
  text-align: center;
  font-size: 0.88rem;
  color: var(--asha-text-light);
  margin-bottom: 48px;
  letter-spacing: 0.04em;
}

/* 6枚グリッド：PC 3列 / タブレット 2列 / SP 1列 */
.recruit-hub-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
  max-width: 1000px;
  margin: 0 auto;
  padding: 0 24px;
}

/* カード本体 */
.recruit-hub-card {
  display: flex;
  flex-direction: column;
  gap: 0;
  background: #fff;
  border: 1.5px solid var(--asha-green-pale);
  border-radius: 12px;
  padding: 28px 24px 22px;
  text-decoration: none;
  color: var(--asha-text);
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
  transition: transform 0.22s ease, box-shadow 0.22s ease, border-color 0.22s ease;
  position: relative;
  overflow: hidden;
}

.recruit-hub-card::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 3px;
  background: var(--asha-green);
  opacity: 0;
  transition: opacity 0.22s ease;
}

.recruit-hub-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.10);
  border-color: var(--asha-green);
  text-decoration: none;
  color: var(--asha-text);
}

.recruit-hub-card:hover::before {
  opacity: 1;
}

/* アイコン */
.recruit-hub-icon {
  font-size: 2rem;
  line-height: 1;
  margin-bottom: 14px;
}

/* テキストエリア */
.recruit-hub-body {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 4px;
}

/* 英語ラベル */
.recruit-hub-en {
  font-size: 0.72rem;
  font-weight: 600;
  color: var(--asha-green);
  letter-spacing: 0.1em;
  text-transform: uppercase;
  opacity: 0.75;
}

/* カードタイトル */
.recruit-hub-title {
  font-size: 1.05rem;
  font-weight: 700;
  color: var(--asha-green);
  margin: 2px 0 8px;
  line-height: 1.4;
}

/* カード説明文 */
.recruit-hub-desc {
  font-size: 0.82rem;
  color: var(--asha-text-light);
  line-height: 1.7;
  flex: 1;
}

/* 矢印 */
.recruit-hub-arrow {
  display: inline-block;
  margin-top: 14px;
  font-size: 1rem;
  color: var(--asha-green);
  font-weight: 700;
  transition: transform 0.18s ease;
}

.recruit-hub-card:hover .recruit-hub-arrow {
  transform: translateX(4px);
}

/* ゴールド強調カード（find-your-place / team-partner） */
.recruit-hub-card[style*="--asha-gold"] .recruit-hub-title,
.recruit-hub-card[style*="border-color:var(--asha-gold)"] .recruit-hub-title {
  color: var(--asha-gold-light);
}

.recruit-hub-card[style*="border-color:var(--asha-gold)"]:hover {
  border-color: var(--asha-gold);
  box-shadow: 0 8px 24px rgba(183, 150, 80, 0.14);
}

.recruit-hub-card[style*="border-color:var(--asha-gold)"]::before {
  background: var(--asha-gold-light);
}

/* レスポンシブ */
@media (max-width: 860px) {
  .recruit-hub-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 18px;
  }
}

@media (max-width: 560px) {
  .recruit-hub-section {
    padding: 48px 0 60px;
  }
  .recruit-hub-grid {
    grid-template-columns: 1fr;
    gap: 14px;
    padding: 0 16px;
  }
  .recruit-hub-card {
    padding: 22px 20px 18px;
  }
  .recruit-hub-icon {
    font-size: 1.7rem;
    margin-bottom: 10px;
  }
  .recruit-hub-title {
    font-size: 1rem;
  }
}

/* ============================================================
   MESSAGE PAGE — 代表プロフィールグリッド SP対応
   ============================================================ */
@media (max-width: 640px) {
  /* プロフィール写真＋テキストを縦並びに */
  .detail-section [style*="grid-template-columns:200px 1fr"] {
    grid-template-columns: 1fr !important;
    justify-items: center;
    text-align: center;
  }
  /* asha概要の2カラムを1カラムに */
  .detail-section [style*="grid-template-columns:1fr 1fr"] {
    grid-template-columns: 1fr !important;
  }
  /* キャッチコピーブロックのパディング調整 */
  .detail-section [style*="padding:40px 48px"] {
    padding: 28px 24px !important;
  }
}
