@charset "UTF-8";

/* =========================================================
   こころ物流 - recruit.css（募集要項）
   ========================================================= */

/* ---------- Tags ---------- */
.rc-tags {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 10px;
  max-width: 780px;
  margin: 0 auto 56px;
}

.rc-tags li {
  padding: 8px 18px;
  border-radius: 999px;
  background: var(--pink);
  color: #fff;
  font-size: 13.5px;
  font-weight: 700;
  box-shadow: 0 4px 0 var(--pink-dark);
}

.rc-tags li:nth-child(2n) { background: var(--sky); box-shadow: 0 4px 0 var(--sky-dark); }

/* ---------- Point ---------- */
.rc-point__grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 24px;
}

@media (max-width: 899px) {
  .rc-point__grid { grid-template-columns: 1fr; max-width: 560px; margin-inline: auto; }
}

.rc-point__item { position: relative; padding-top: 44px; }

.rc-point__no {
  position: absolute;
  top: -18px;
  left: 28px;
  width: 52px;
  height: 52px;
  display: grid;
  place-content: center;
  border-radius: 50%;
  background: var(--sky);
  color: #fff;
  font-size: 16px;
  font-weight: 700;
}

.rc-point__item h3 { font-size: 20px; font-weight: 700; line-height: 1.5; margin-bottom: 14px; }
.rc-point__item p { font-size: 14.5px; color: var(--ink-soft); }

/* ---------- Salary simulator ---------- */
.sim {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  gap: 40px;
  align-items: center;
  max-width: 900px;
  margin-inline: auto;
  padding: 44px;
  border-radius: var(--radius-lg);
  background: var(--white);
  border: 3px solid var(--pink);
  box-shadow: var(--shadow-pop);
}

@media (max-width: 767px) {
  .sim { grid-template-columns: 1fr; gap: 30px; padding: 28px 22px; }
}

.sim__label {
  display: block;
  font-size: 14px;
  font-weight: 700;
  color: var(--ink-soft);
  letter-spacing: .04em;
}

.sim__days {
  margin: 6px 0 14px;
  font-size: 40px;
  font-weight: 700;
  color: var(--pink);
  line-height: 1.2;
}

.sim__days small { font-size: .45em; margin-left: 4px; }

.sim__range {
  width: 100%;
  height: 10px;
  border-radius: 999px;
  background: var(--sky-tint);
  appearance: none;
  -webkit-appearance: none;
  cursor: pointer;
}

.sim__range::-webkit-slider-thumb {
  appearance: none;
  -webkit-appearance: none;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background: var(--pink);
  border: 4px solid #fff;
  box-shadow: 0 2px 8px rgba(35, 48, 60, .25);
  cursor: grab;
}

.sim__range::-moz-range-thumb {
  width: 26px;
  height: 26px;
  border-radius: 50%;
  background: var(--pink);
  border: 4px solid #fff;
  box-shadow: 0 2px 8px rgba(35, 48, 60, .25);
  cursor: grab;
}

.sim__scale {
  display: flex;
  justify-content: space-between;
  margin-top: 8px;
  font-size: 11.5px;
  color: var(--ink-soft);
}

.sim__result {
  text-align: center;
  padding: 28px 20px;
  border-radius: var(--radius);
  background: var(--sky-tint);
}

.sim__result-label { font-size: 13px; font-weight: 700; color: var(--ink-soft); }

.sim__result-value {
  margin-top: 6px;
  font-size: clamp(30px, 5vw, 42px);
  font-weight: 700;
  color: var(--sky-dark);
  line-height: 1.2;
}

.sim__result-value small { font-size: .46em; margin: 0 2px; }
.sim__result-sub { margin-top: 8px; font-size: 12px; color: var(--ink-soft); }

.sim__note { max-width: 900px; margin: 20px auto 0; font-size: 12.5px; color: var(--ink-soft); text-align: center; }

/* ---------- 募集要項 ---------- */
.rc-detail__box {
  max-width: 940px;
  margin-inline: auto;
  padding: 20px 28px;
  border-radius: var(--radius-lg);
  border: 2px solid var(--line);
  box-shadow: var(--shadow-pop);
}

@media (max-width: 767px) {
  .rc-detail__box { padding: 16px; }
}

.rc-detail__box tr:last-child th,
.rc-detail__box tr:last-child td { border-bottom: none; }

/* ---------- Flow ---------- */
.rc-flow__list {
  display: grid;
  gap: 18px;
  max-width: 820px;
  margin-inline: auto;
}

.rc-flow__item {
  position: relative;
  padding: 26px 30px 26px 34px;
  border-radius: var(--radius);
  background: var(--white);
  border: 2px solid var(--line);
  box-shadow: var(--shadow-pop);
}

.rc-flow__item::before {
  content: "";
  position: absolute;
  left: 0;
  top: 16px;
  bottom: 16px;
  width: 8px;
  border-radius: 999px;
  background: var(--pink);
}

.rc-flow__item:not(:last-child)::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -14px;
  width: 0;
  height: 0;
  border: 9px solid transparent;
  border-top-color: var(--sky);
  translate: -50% 0;
  z-index: 1;
}

.rc-flow__step {
  display: inline-block;
  padding: 3px 14px;
  border-radius: 999px;
  background: var(--sky-tint);
  color: var(--sky-dark);
  font-size: 11.5px;
  font-weight: 700;
  letter-spacing: .12em;
}

.rc-flow__item h3 { margin-top: 10px; font-size: 19px; font-weight: 700; }
.rc-flow__item p { margin-top: 6px; font-size: 14.5px; color: var(--ink-soft); }

@media (max-width: 767px) {
  .rc-flow__item { padding: 22px 20px 22px 28px; }
}
