/* ===== YouTube ===== */
.recruit-video {
  margin-top: 48px;
  position: relative;
  width: 100%;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
  aspect-ratio: 16/9;
}

.recruit-video iframe {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}

/* ===== Recruit Catchcopy ===== */
.recruit-catch {
  text-align: center;
  max-width: 680px;
  margin: 0 auto;
}

.recruit-catch__title {
  font-size: clamp(1.6rem, 3vw, 2.4rem);
  font-weight: 700;
  color: var(--blue, #003087);
  margin-bottom: 24px;
  line-height: 1.3;
}

.recruit-catch__text {
  font-size: 0.92rem;
  color: var(--gray, #888);
  line-height: 2;
}

/* ===== Recruit Apply ===== */
.recruit-apply {
  display: flex;
  align-items: center;
  gap: 20px;
  flex-wrap: wrap;
}

.recruit-apply__tel {
  font-size: 1.4rem;
  font-weight: 700;
  color: var(--blue, #003087);
  display: inline-flex;
  align-items: center;
  gap: 6px;
}

@media (max-width: 600px) {
  .recruit-apply { flex-direction: column; align-items: flex-start; }
}
