/* ===== 配属スケジュールページ ===== */
.fixed-top-menu {
  position: sticky;
  top: 0;
  z-index: 1000;
}

.schedule-page {
  width: 100%;
  padding: 32px 0 64px;
  background-color: #f5f6f7;
}


.schedule-title-area {
  margin-bottom: 18px;
  text-align: center;
}

.schedule-title-en {
  margin-bottom: 8px;
  font-size: clamp(1.65rem, 3vw, 2rem);
  font-weight: 900;
  line-height: 1;
}

.schedule-title-logo {
  width: min(74%, 520px);
  margin: 0 auto;
}

.schedule-lead {
  margin: 0 auto 34px;
  font-size: clamp(1.25rem, 2.5vw, 1.65rem);
  font-weight: 700;
  line-height: 1.35;
  text-align: center;
  letter-spacing: -0.03em;
}

.schedule-section {
  width: min(100%, 560px);
  margin: 0 auto 34px;
}

.schedule-section-heading {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 12px;
}

.schedule-badge {
  display: grid;
  place-items: center;
  flex: 0 0 auto;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background-color: #fff000;
  color: #111111;
  font-size: 1.55rem;
  font-weight: 900;
  line-height: 1;
  box-shadow: 3px 4px 0 rgba(0, 0, 0, 0.18);
  text-shadow: 2px 2px 0 rgba(0, 0, 0, 0.18);
}

.schedule-section-heading h2 {
  position: relative;
  display: inline-block;
  min-width: 180px;
  padding-right: 18px;
  font-size: clamp(1.4rem, 2.6vw, 1.7rem);
  font-weight: 900;
  line-height: 1.1;
  text-shadow: 2px 2px 0 rgba(0, 0, 0, 0.18);
}

.schedule-section-heading h2::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: -6px;
  height: 4px;
  background-color: #fff000;
  box-shadow: 2px 2px 0 rgba(0, 0, 0, 0.18);
}

.schedule-list {
  margin: 0;
  padding-left: 78px;
  list-style: none;
  font-size: clamp(1.35rem, 2.2vw, 1.25rem);
  font-weight: 900;
  line-height: 1.85;
}

.schedule-list li {
  position: relative;
}

.schedule-list li::before {
  content: "・";
  position: absolute;
  left: -22px;
  color: #f2d900;
  font-weight: 900;
}

.schedule-timeline-section {
  margin-bottom: 30px;
}

.schedule-timeline-content {
  display: grid;
  grid-template-columns: 44px 1fr;
  column-gap: 18px;
  padding-left: 48px;
}

.schedule-arrow {
  position: relative;
  width: 4px;
  height: 180px;
  margin: 12px auto 0;
  background-color: #111111;
}

.schedule-arrow::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -1px;
  width: 0;
  height: 0;
  border-left: 12px solid transparent;
  border-right: 12px solid transparent;
  border-top: 20px solid #111111;
  transform: translateX(-50%);
}

.schedule-date-list {
  padding-left: 24px;
  line-height: 1.7;
}

.schedule-registration-balloon {
  position: relative;
  grid-column: 2;
  width: min(100%, 620px);
  margin: 22px 0 0 6px;
  padding: 18px 34px;
  border-radius: 18px;
  background-color: #fff000;
  color: #ffffff;
  font-size: clamp(1.25rem, 2.2vw, 1.75rem);
  font-weight: 900;
  line-height: 1.35;
  text-align: center;
  text-shadow: 2px 2px 0 rgba(0, 0, 0, 0.28);
  box-shadow: 7px 10px 0 rgba(0, 0, 0, 0.18);
}

.schedule-registration-balloon::before {
  content: "";
  position: absolute;
  left: -42px;
  top: 50%;
  width: 0;
  height: 0;
  border-top: 22px solid transparent;
  border-bottom: 22px solid transparent;
  border-right: 46px solid #fff000;
  transform: translateY(-50%);
}

.schedule-date-list-after-balloon {
  display: none;
}

.schedule-visit-section {
  margin-bottom: 0;
}

.schedule-important {
  margin: 14px 0 10px 56px;
  font-size: clamp(1.4rem, 2.2vw, 1.25rem);
  font-weight: 900;
  line-height: 1.4;
}

.schedule-important::first-letter {
  color: #fff000;
}

.schedule-reservation-row {
  display: flex;
  align-items: end;
  gap: 12px;
  margin-left: 56px;
  margin-bottom: 10px;
}

.schedule-reservation-button {
  display: inline-grid;
  place-items: center;
  min-width: 220px;
  min-height: 60px;
  padding: 0 18px;
  border-radius: 8px;
  background-color: #fff000;
  color: #111111;
  font-size: 1.25rem;
  font-weight: 900;
  line-height: 1;
  text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.16);
  box-shadow: 3px 4px 0 rgba(0, 0, 0, 0.16);
  transition: 0.2s ease;
}

.schedule-reservation-button:hover {
  transform: translateY(-2px);
  filter: brightness(1.04);
}

.schedule-note {
  margin-bottom: 4px;
  color: #555555;
  font-size: 0.95rem;
  font-weight: 700;
}

.schedule-contact {
  margin: 0 0 0 56px;
  font-size: clamp(0.95rem, 2vw, 1.12rem);
  font-weight: 900;
  line-height: 1.45;
}

@media (max-width: 640px) {
  .schedule-page {
    padding: 20px 0 44px;
  }

  .schedule-frame {
    width: min(100% - 28px, 520px);
    padding: 30px 18px 42px;
  }

  .schedule-title-logo {
    width: min(86%, 420px);
  }

  .schedule-lead {
    margin-bottom: 26px;
    font-size: 0.98rem;
  }

  .schedule-section {
    width: 100%;
    margin-bottom: 30px;
  }

  .schedule-badge {
    width: 38px;
    height: 38px;
    font-size: 1.1rem;
  }

  .schedule-section-heading h2 {
    min-width: 150px;
    font-size: 1.25rem;
  }

  .schedule-list {
    padding-left: 58px;
    font-size: 0.98rem;
    line-height: 1.8;
  }

  .schedule-timeline-content {
    grid-template-columns: 32px 1fr;
    column-gap: 12px;
    padding-left: 28px;
  }

  .schedule-arrow {
    height: 174px;
  }

  .schedule-date-list {
    padding-left: 20px;
    font-size: 0.92rem;
  }

  .schedule-registration-balloon {
    width: 100%;
    margin: 18px 0 0 0;
    padding: 14px 18px;
    border-radius: 14px;
    font-size: 0.95rem;
    line-height: 1.35;
    box-shadow: 7px 8px 0 rgba(0, 0, 0, 0.2);
  }

  .schedule-registration-balloon::before {
    left: -24px;
    border-top-width: 14px;
    border-bottom-width: 14px;
    border-right-width: 26px;
  }

  .schedule-important,
  .schedule-reservation-row,
  .schedule-contact {
    margin-left: 44px;
  }

  .schedule-reservation-row {
    align-items: flex-start;
    flex-direction: column;
    gap: 6px;
  }

  .schedule-reservation-button {
    min-width: 190px;
    min-height: 54px;
    font-size: 1.1rem;
  }

  .schedule-note {
    font-size: 0.82rem;
  }
}