@charset "UTF-8";
/* :::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::
　
CSS Document
	FILE NAME:::::uniq.css
 
::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: */

#index #contents{
	padding-bottom:0px !important;
}

/* ==================================================
   1. 全体の共通設定
   ================================================== */
.recruit-page {
  padding: 40px 16px;
  background-color: #f8fafc;
  font-family: 'Helvetica Neue', Arial, 'Hiragino Kaku Gothic ProN', 'Hiragino Sans', Meiryo, sans-serif;
}

@media (min-width: 768px) {
  .recruit-page {
    padding: 60px 20px;
  }
}

.recruit-container {
  max-width: 1100px;
  margin: 0 auto;
}

/* タイトル周り */
.title-area {
  text-align: center;
  margin-bottom: 30px;
}
.data-title { 
  font-size: 24px; 
  color: #1e293b; 
  margin-bottom: 8px; 
  font-weight: bold; 
}
.data-subtitle { 
  font-size: 15px; 
  color: #64748b; 
}
@media (min-width: 768px) { 
  .data-title { font-size: 36px; } 
  .data-subtitle { font-size: 16px; }
}

.section-subheading {
  font-size: 20px;
  color: #1e293b;
  margin: 32px 0 16px 0;
  padding-bottom: 8px;
  border-bottom: 2px solid #e2e8f0;
  font-weight: bold;
}
@media (min-width: 768px) {
  .section-subheading {
    font-size: 22px;
    margin: 40px 0 20px 0;
  }
}

/* ==================================================
   2. メッセージエリア
   ================================================== */
.message-section {
  display: grid;
  grid-template-columns: 1fr;
  gap: 20px;
  margin-bottom: 32px;
}

@media (min-width: 768px) {
  .message-section {
    grid-template-columns: 1fr 1fr;
    gap: 24px;
    margin-bottom: 40px;
  }
}

.message-card {
  background: #2563eb;
  color: #ffffff;
  border-radius: 12px;
  padding: 24px;
  box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1);
}
@media (min-width: 768px) {
  .message-card {
    padding: 32px;
  }
}

.message-card h2 {
  font-size: 22px;
  color: #ffffff;
  margin: 12px 0;
  font-weight: bold;
}
@media (min-width: 768px) {
  .message-card h2 {
    font-size: 26px;
  }
}

.message-badge {
  display: inline-block;
  padding: 4px 12px;
  font-size: 12px;
  font-weight: bold;
  color: #ffffff;
  background: rgba(255, 255, 255, 0.25);
  border-radius: 20px;
}

.message-text {
  font-size: 16px;
  color: #f8fafc;
  line-height: 1.8;
}
@media (min-width: 768px) {
  .message-text {
    font-size: 17px;
  }
}

/* ==================================================
   3. 仕事内容・やりがい・雰囲気エリア
   ================================================== */
.info-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 20px;
  margin-bottom: 32px;
}
@media (min-width: 768px) {
  .info-grid {
    grid-template-columns: repeat(3, 1fr);
    gap: 24px;
    margin-bottom: 40px;
  }
}

.info-card {
  background: #ffffff;
  border-radius: 12px;
  padding: 24px;
  box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.05);
  border: 1px solid #e2e8f0;
}

.info-card-header {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 14px;
}

.info-card-icon {
  font-size: 24px;
}

.info-card-title {
  font-size: 18px;
  font-weight: bold;
  color: #1e293b;
}

.info-card-text {
  font-size: 15px;
  color: #475569;
  line-height: 1.7;
}

.info-card-list {
  padding-left: 20px;
  margin: 8px 0 0 0;
  color: #475569;
  font-size: 15px;
  line-height: 1.7;
}

/* ==================================================
   4. 応募条件セクション
   ================================================== */
.requirements-box {
  background: #ffffff;
  border-radius: 12px;
  padding: 20px;
  border: 1px solid #e2e8f0;
  box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.05);
  margin-bottom: 32px;
}
@media (min-width: 768px) {
  .requirements-box {
    padding: 28px;
    margin-bottom: 40px;
  }
}

.req-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 16px;
}

@media (min-width: 768px) {
  .req-grid {
    grid-template-columns: 1fr 1fr;
    gap: 20px;
  }
}

.req-card {
  background: #f8fafc;
  padding: 18px;
  border-radius: 8px;
  border-left: 4px solid #2563eb;
}

.req-card-sub {
  border-left-color: #059669;
}

.req-card-title {
  font-size: 16px;
  font-weight: bold;
  color: #1e293b;
  margin-bottom: 10px;
  display: flex;
  align-items: center;
  gap: 8px;
}

.req-card-title-sub {
  color: #059669;
}

.req-list {
  margin: 0;
  padding-left: 20px;
  font-size: 15px;
  color: #475569;
  line-height: 1.7;
}

.req-note {
  font-size: 13px;
  color: #64748b;
  margin-top: 8px;
}

/* ==================================================
   5. 募集要項・待遇詳細
   ================================================== */
.detail-table-container {
  background: #ffffff;
  border-radius: 12px;
  border: 1px solid #e2e8f0;
  overflow: hidden;
  box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.05);
  margin-bottom: 32px;
}
@media (min-width: 768px) {
  .detail-table-container {
    margin-bottom: 40px;
  }
}

.detail-table {
  width: 100%;
  border-collapse: collapse;
  text-align: left;
}

.detail-table th, .detail-table td {
  padding: 16px 20px;
  border-bottom: 1px solid #e2e8f0;
  font-size: 15px;
  line-height: 1.7;
}

.detail-table tr:last-child th, .detail-table tr:last-child td {
  border-bottom: none;
}

.detail-table th {
  width: 22%;
  background-color: #f8fafc;
  color: #1e293b;
  font-weight: bold;
  vertical-align: top;
}

.detail-table td {
  color: #475569;
}

@media (max-width: 767px) {
  .detail-table th, .detail-table td {
    display: block;
    width: 100%;
    box-sizing: border-box;
  }
  .detail-table th {
    background-color: #eff6ff;
    color: #2563eb;
    padding-bottom: 8px;
    font-size: 15px;
  }
  .detail-table td {
    padding-top: 10px;
    padding-bottom: 18px;
  }
}

.text-note {
  font-size: 13px;
  color: #64748b;
}

.text-highlight {
  font-size: 16px;
  color: #2563eb;
}

.shift-example-box {
  margin-top: 8px;
  background: #f8fafc;
  padding: 12px;
  border-radius: 6px;
}

.shift-note {
  font-size: 12px;
  color: #64748b;
  margin-top: 6px;
  display: block;
}

.access-note {
  font-size: 14px;
  color: #2563eb;
  font-weight: bold;
  display: inline-block;
  margin-top: 4px;
}

.tag-group {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 8px;
}

.info-tag {
  font-size: 12px;
  background: #eff6ff;
  color: #2563eb;
  padding: 4px 10px;
  border-radius: 4px;
  font-weight: bold;
}

/* ==================================================
   6. データグリッド
   ================================================== */
.data-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 16px;
  margin-bottom: 40px;
}
@media (min-width: 600px) {
  .data-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
  }
}
@media (min-width: 900px) {
  .data-grid {
    grid-template-columns: repeat(3, 1fr);
    gap: 24px;
  }
}

.data-card {
  background-color: #ffffff;
  border-radius: 12px;
  padding: 24px 20px;
  text-align: center;
  box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.05);
  border: 1px solid #e2e8f0;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  transition: transform 0.3s ease;
}
.data-card:hover { transform: translateY(-5px); }

.card-label { 
  font-size: 17px; 
  color: #1e293b; 
  margin-bottom: 12px; 
  font-weight: 700; 
}

.card-number { 
  font-size: 20px; 
  color: #2563eb; 
  font-weight: bold; 
  margin-bottom: 12px; 
}

.card-number .num { 
  font-size: 48px; 
  font-weight: 800; 
  line-height: 1; 
  margin-right: 2px; 
}
@media (min-width: 768px) {
  .card-number .num {
    font-size: 54px; 
  }
}

.card-note { 
  font-size: 14px; 
  color: #475569; 
  line-height: 1.6; 
  margin-top: auto; 
}

.ratio-bar-container { margin-bottom: 16px; }
.ratio-text { 
  font-size: 16px; 
  font-weight: bold; 
  color: #1e293b; 
  margin-bottom: 8px; 
}
.ratio-bar { display: flex; height: 14px; border-radius: 7px; overflow: hidden; }
.bar-male { background-color: #3b82f6; }
.bar-female { background-color: #ec4899; }

/* 選考プロセス */
.process-wrapper {
  margin-bottom: 40px;
}

.step-list {
  display: flex;
  flex-direction: column;
  gap: 8px;
  margin-bottom: 16px;
  text-align: left;
}
.step-item {
  display: flex;
  align-items: center;
  gap: 12px;
  background: #f8fafc;
  padding: 8px 12px;
  border-radius: 6px;
  font-size: 13px;
}
.step-badge {
  background: #2563eb;
  color: #fff;
  font-size: 11px;
  font-weight: bold;
  padding: 2px 6px;
  border-radius: 4px;
}

/* ==================================================
   7. 応募案内セクション
   ================================================== */
.contact-section {
  background: #ffffff;
  border-radius: 16px;
  padding: 32px 18px;
  text-align: center;
  box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.05), 0 4px 6px -2px rgba(0, 0, 0, 0.02);
  border: 2px solid #2563eb;
  margin-top: 32px;
}
@media (min-width: 768px) {
  .contact-section {
    padding: 40px 24px;
    margin-top: 40px;
  }
}

.contact-title { 
  font-size: 20px; 
  font-weight: bold; 
  color: #1e293b; 
  margin-bottom: 12px; 
}
@media (min-width: 768px) {
  .contact-title { font-size: 24px; }
}

.contact-text { 
  font-size: 15px; 
  color: #475569; 
  line-height: 1.7; 
  margin-bottom: 24px; 
}

.email-box {
  background-color: #f0f9ff;
  border: 1px dashed #0284c7;
  border-radius: 12px;
  padding: 16px;
  max-width: 500px;
  margin: 0 auto 24px;
}

.email-label { 
  font-size: 12px; 
  font-weight: bold; 
  color: #0369a1; 
  text-transform: uppercase; 
  letter-spacing: 0.05em; 
  margin-bottom: 6px; 
}

.email-address { 
  font-size: 18px; 
  font-weight: bold; 
  color: #2563eb; 
  word-break: break-all; 
}
@media (min-width: 768px) {
  .email-address { font-size: 24px; }
}

.contact-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  background-color: #2563eb;
  color: #ffffff;
  font-size: 16px;
  font-weight: bold;
  text-decoration: none;
  padding: 16px 28px;
  border-radius: 50px;
  box-shadow: 0 4px 12px rgba(37, 99, 235, 0.3);
  transition: all 0.3s ease;
  width: 100%;
  box-sizing: border-box;
  max-width: 420px;
}

@media (min-width: 768px) {
  .contact-btn {
    font-size: 18px;
    padding: 16px 36px;
    width: auto;
  }
}

.contact-btn:hover {
  background-color: #1d4ed8;
  transform: translateY(-2px);
  box-shadow: 0 6px 16px rgba(37, 99, 235, 0.4);
}