.job_scenes {
  position: relative;
  padding-top: clamp(2.6rem, 2vw + 2.1rem, 6rem);
  padding-bottom: clamp(4.6rem, 2.65vw + 3.9rem, 8.5rem);
  overflow-x: clip;
}
.article_body > .job_scenes {
  margin-top: clamp(2.4rem, 2.75vw, 4.4rem);
}
.job_scenes_track {
  overflow: visible;
}
.job_scenes_track .swiper-wrapper {
  transition-timing-function: linear;
}
.job_scene {
  position: relative;
  width: clamp(24rem, 20.63vw, 33rem);
  height: auto;
}
.job_scene img {
  width: 100%;
  height: auto;
  aspect-ratio: 1;
  object-fit: cover;
}
.job_scene_note {
  position: absolute;
  left: 50%;
  z-index: 2;
  width: max-content;
  max-width: 26rem;
  padding: 1.2rem;
  border-radius: 10px;
  font-size: clamp(1.3rem, 0.57vw + 1.09rem, 2rem);
  font-weight: var(--font-weight-bold);
  line-height: 1.45;
  text-align: center;
  background: #fff;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  transform: translateX(-50%);
  pointer-events: none;
}
.job_scene_note::after {
  content: "";
  position: absolute;
  left: 50%;
  border: 7px solid transparent;
  transform: translateX(-50%);
}
.is_note_top .job_scene_note {
  bottom: calc(100% - 4rem);
}
.is_note_top .job_scene_note::after {
  top: 100%;
  border-top: 12px solid #fff;
  border-bottom: 0;
}
.is_note_bottom .job_scene_note {
  top: calc(100% - 4rem);
}
.is_note_bottom .job_scene_note::after {
  bottom: 100%;
  border-bottom: 12px solid #fff;
  border-top: 0;
}
.js .job_scene_note {
  opacity: 0;
  transition:
    opacity 0.4s var(--ease-reveal),
    transform 0.72s var(--ease-bounce);
}
.js .is_note_top .job_scene_note {
  transform: translateX(-50%) translateY(1.6rem) scale(0.9);
}
.js .is_note_bottom .job_scene_note {
  transform: translateX(-50%) translateY(-1.6rem) scale(0.9);
}
.js .job_scene.is_note_on .job_scene_note {
  opacity: 1;
  transform: translateX(-50%) scale(1);
}
@media (prefers-reduced-motion: reduce) {
  .js .job_scene_note,
  .js .is_note_top .job_scene_note,
  .js .is_note_bottom .job_scene_note {
    opacity: 1;
    transform: translateX(-50%);
  }
}
@media screen and (max-width: 1024px) {
  .article_body > .job_scenes {
    margin-top: clamp(3.2rem, 4.4vw, 7.2rem);
  }
  .job_scene_note {
    max-width: 24rem;
    font-size: clamp(1.4rem, 0.49vw + 1.22rem, 2rem);
  }
}
.job_points {
  margin-top: 2.4rem;
  font-size: clamp(1.6rem, 0.65vw + 1.36rem, 2.4rem);
  font-weight: var(--font-weight-bold);
  line-height: 1.4;
}
.job_points li {
  display: flex;
  align-items: center;
  gap: 1.2rem;
}
.job_points li + li {
  margin-top: 0.8rem;
}
.job_points li::before {
  content: "";
  flex-shrink: 0;
  width: 34px;
  height: 34px;
  background: url(../../img/pages/work/job/icon_check.webp) no-repeat center / contain;
}
.job_points + .block_text {
  margin-top: 3.2rem;
}
@media screen and (max-width: 768px) {
  .job_points li::before {
    width: 24px;
    height: 24px;
  }
}
.oneday_list {
  --oneday-pad: clamp(1.6rem, 2vw, 2.8rem);
}
.oneday_item {
  display: grid;
  grid-template-columns: clamp(7.2rem, 7vw, 11.2rem) minmax(0, 1fr);
  column-gap: clamp(1.2rem, 2vw, 3.2rem);
}
.oneday_time {
  padding-top: 1.2rem;
  font-family: var(--font-en-strong);
  font-size: clamp(2.2rem, 1.47vw + 1.65rem, 4rem);
  font-weight: var(--font-weight-bold);
  line-height: 1.2;
  text-align: right;
}
.oneday_time span {
  display: block;
}
.oneday_time.is_range span:first-child::after,
.oneday_time.is_from::after {
  content: "";
  display: block;
  width: 6px;
  height: 16px;
  margin: 0.4rem auto;
  background: #000;
}
.oneday_body {
  padding-top: 1.6rem;
  padding-bottom: clamp(3.2rem, 4.4vw, 6.4rem);
  padding-left: var(--oneday-pad);
  border-left: 1px solid var(--border-color-1);
}
.oneday_item:last-child .oneday_body {
  padding-bottom: 3.2rem;
}
.oneday_title {
  position: relative;
  font-size: clamp(1.8rem, 0.98vw + 1.43rem, 3rem);
  font-weight: var(--font-weight-bold);
  line-height: 1.2;
}
.oneday_title::before {
  content: "";
  position: absolute;
  top: 50%;
  left: calc(-1 * (var(--oneday-pad) + 6px));
  width: 12px;
  height: 12px;
  border-radius: 100vmax;
  background: #6f6f6f;
  transform: translateY(-50%);
}
.oneday_body .block_text {
  margin-top: 1.6rem;
}
.career_growth_title {
  font-size: clamp(2rem, 0.98vw + 1.63rem, 3.2rem);
  font-weight: var(--font-weight-black);
  line-height: 1.2;
  text-align: center;
}
.career_growth_list {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 2rem;
  margin-top: 3.2rem;
}
.career_growth_list li {
  display: flex;
  align-items: center;
  justify-content: center;
  aspect-ratio: 1;
  padding: 2rem;
  border: 1px solid var(--border-color-1);
  border-radius: 100vmax;
  font-size: clamp(1.4rem, 0.49vw + 1.22rem, 2rem);
  font-weight: var(--font-weight-bold);
  line-height: 1.5;
  text-align: center;
  background: #fff;
}
@media screen and (max-width: 768px) {
  .career_growth_list {
    grid-template-columns: repeat(2, 1fr);
    gap: 1.6rem;
  }
}
