
.recruit-card {
  background: #fff !important;
  border-radius: 12px !important;
  box-shadow: 0 4px 15px rgba(0,0,0,0.1) !important;
  padding: 24px !important;
  margin-bottom: 2em !important;
  transition: transform 0.3s ease !important;
}
.recruit-card:hover {
  transform: translateY(-4px) !important;
}
.recruit-intro h3 {
  font-size: 1.5em !important;
  color: #334 !important;
  border-left: 6px solid #475577 !important;
  padding-left: 0.6em !important;
  margin-bottom: 1em !important;
}
.recruit-intro p {
  font-size: 1em !important;
  margin-bottom: 1.2em !important;
  color: #444 !important;
}
.recruit-table table {
  width: 100% !important;
  border-collapse: collapse !important;
}
.recruit-table th {
  background: #475577 !important;
  color: #fff !important;
  padding: 0.6em !important;
  width: 30% !important;
  text-align: left !important;
}
.recruit-table td {
  background: #f9f9f9 !important;
  padding: 0.6em !important;
}
.apply-btn {
  display: inline-block;
  padding: 0.6em 1.2em;
  background-color: #475577;
  color: #fff;
  text-decoration: none;
  border-radius: 6px;
  font-weight: bold;
  transition: background 0.3s ease;
}
.apply-btn:hover {
  background-color: #2f3a52;
}
.section-heading {
  background: linear-gradient(to right, #475577, #2f3a52);
  padding: 1em;
  text-align: center;
  margin-bottom: 2em;
  border-radius: 8px;
  box-shadow: 0 4px 10px rgba(0,0,0,0.1);
}
.section-heading h2 {
  font-size: 1.5em;
  color: #fff;
  margin: 0;
  letter-spacing: 0.05em;
}
.section-heading h2 span {
  display: inline-block;
  border-bottom: 2px solid #fff;
  padding-bottom: 4px;
}
.section-heading-modern {
  background: #fff;
  border-left: 6px solid #00b894;
  padding: 1.2em;
  margin: 2em auto;
  max-width: 960px;
  box-shadow: 0 2px 10px rgba(0,0,0,0.06);
  border-radius: 12px;
  text-align: left;
}

.section-heading-modern h2 {
  font-size: 1.5em;
  color: #2d3436;
  margin: 0;
  display: flex;
  align-items: center;
  gap: 0.8em;
}

.section-heading-modern .label {
  font-size: 0.8em;
  font-weight: bold;
  color: #fff;
  background: #00b894;
  padding: 0.3em 0.8em;
  border-radius: 999px;
  text-transform: uppercase;
}
.cards {
  display: flex;
  flex-wrap: wrap;
  gap: 2rem;
  margin-top: 1.5rem;
}

.card {
  background: #f9f9f9;
  border-radius: 12px;
  padding: 1.5rem;
  box-shadow: 0 4px 10px rgba(0,0,0,0.1);
  flex: 1 1 30%;
  min-width: 300px;
}

.card h3 {
  font-size: 1.25rem;
  margin-bottom: 0.75rem;
  color: #003366;
  border-left: 4px solid #007bff;
  padding-left: 0.5rem;
}

.card ul {
  padding-left: 1rem;
}

.card li {
  margin-bottom: 0.5rem;
  line-height: 1.4;
}
/* 共通スタイル */
.section-title {
  font-size: 1.8rem;
  margin-bottom: 1.5rem;
  border-bottom: 3px solid #007bff;
  padding-bottom: 0.5rem;
}
.update-note {
  font-size: 0.85rem;
  color: #666;
}

.cards {
  display: flex;
  flex-direction: column;
  gap: 2rem;
}

/* カード全体 */
.card {
  background: #ffffff;
  border-radius: 12px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
  padding: 1.5rem;
}

/* 見出し */
.card-title {
  font-size: 1.4rem;
  color: #003366;
  border-left: 5px solid #007bff;
  padding-left: 0.75rem;
  margin-bottom: 1rem;
}

/* キャッチ部分 */
.card-lead {
  background: #e9f4ff;
  border-left: 4px solid #007bff;
  padding: 0.75rem 1rem;
  margin-bottom: 1rem;
  font-size: 1.05rem;
}

/* 詳細リスト */
.card-details {
  padding-left: 1.2rem;
  font-size: 1.5rem;
}

.card-details li {
  margin-bottom: 0.5rem;
  line-height: 1.6;
}

/* 色強調 */
.mky_yellow_a {
  background: #fff59d;
  padding: 0.2rem 0.4rem;
  border-radius: 4px;
  font-weight: bold;
}
.mky_green_a {
  background: #a5d6a7;
  padding: 0.2rem 0.4rem;
  border-radius: 4px;
  font-weight: bold;
}
.mky_pink_a {
  background: #f48fb1;
  padding: 0.2rem 0.4rem;
  border-radius: 4px;
  font-weight: bold;
}

/* 応募ボタン */
.entry-button {
  display: inline-block;
  margin-top: 0.5rem;
  background: #007bff;
  color: #fff;
  padding: 0.5rem 1.2rem;
  border-radius: 5px;
  text-decoration: none;
  font-weight: bold;
  transition: background 0.3s ease;
}
.entry-button:hover {
  background: #005bb5;
}

/* スマホ対応 */
@media (max-width: 768px) {
  .card {
    padding: 1rem;
  }
  .card-title {
    font-size: 1.2rem;
  }
  .card-lead {
    font-size: 1rem;
  }
  .entry-button {
    width: 100%;
    text-align: center;
    padding: 0.6rem;
  }
}
.entry-footer {
  text-align: center;
  margin-top: 2.5rem;
}

.entry-button-large {
  background: #007bff;
  color: #fff;
  padding: 1rem 2rem;
  font-size: 1.2rem;
  font-weight: bold;
  border-radius: 8px;
  text-decoration: none;
  display: inline-block;
  transition: background 0.3s ease;
}
.entry-button-large:hover {
  background: #005bb5;
}

/* スマホ対応 */
@media (max-width: 768px) {
  .entry-button-large {
    width: 90%;
    padding: 1rem;
    font-size: 1rem;
  }
}
.important-title {
  font-size: 1.6rem;
  color: #fff;
  background: linear-gradient(90deg, #007bff, #003366);
  padding: 0.6rem 1rem;
  border-radius: 8px;
  display: inline-block;
  margin-bottom: 1rem;
}

.impactful-lead {
  background: #fff3cd;
  border-left: 6px solid #ffa000;
  padding: 1rem 1.2rem;
  margin-bottom: 1.2rem;
  border-radius: 6px;
  box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.05);
}

.lead-catch {
  font-size: 1.2rem;
  font-weight: bold;
  color: #e65100;
  margin-bottom: 0.3rem;
}

.highlight-text {
  background-color: #ffeb3b;
  padding: 0.1rem 0.3rem;
  border-radius: 4px;
}

.lead-message {
  font-size: 1rem;
  color: #333;
}
.important-title-alt {
  font-size: 1.6rem;
  color: #fff;
  background: linear-gradient(90deg, #42a5f5, #1e88e5);
  padding: 0.6rem 1rem;
  border-radius: 8px;
  display: inline-block;
  margin-bottom: 1rem;
}

.impactful-lead-alt {
  background: #e3f2fd;
  border-left: 6px solid #42a5f5;
  padding: 1rem 1.2rem;
  margin-bottom: 1.2rem;
  border-radius: 6px;
  box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.05);
}

.highlight-text-alt {
  background-color: #bbdefb;
  padding: 0.1rem 0.3rem;
  border-radius: 4px;
}

.lead-catch {
  font-size: 1.2rem;
  font-weight: bold;
  color: #1565c0;
  margin-bottom: 0.3rem;
}

.lead-message {
  font-size: 1rem;
  color: #333;
}
