/* =========================================================
   recruit-experience.css
   採用ページ専用（未使用・重複コード整理版）
========================================================= */

:root {
  --recruit-green: #207a51;
  --recruit-green-dark: #0d4f36;
  --recruit-green-deep: #063b29;
  --recruit-green-light: #dff4e8;
  --recruit-lime: #bfe56d;
  --recruit-cream: #fffaf0;
  --recruit-orange: #ffb55d;
  --recruit-pink: #ef8f9d;
  --recruit-blue: #7fc7d9;
  --recruit-ink: #18312a;
  --recruit-muted: #5c6e68;
  --recruit-white: #ffffff;
  --recruit-shadow: 0 20px 55px rgba(10, 58, 40, 0.16);
  --recruit-radius: 28px;
}

html {
  scroll-behavior: smooth;
}

body.recruit-body {
  margin: 0;
  overflow-x: hidden;
  background: var(--recruit-cream);
  color: var(--recruit-ink);
}

.recruit-body *,
.recruit-body *::before,
.recruit-body *::after {
  box-sizing: border-box;
}

.recruit-body button,
.recruit-body a {
  -webkit-tap-highlight-color: transparent;
}

.recruit-body button {
  font: inherit;
}

.recruit-section {
  position: relative;
  padding: clamp(76px, 9vw, 132px) max(20px, calc((100vw - 1180px) / 2));
}

.section-heading {
  width: min(760px, 100%);
  margin: 0 auto clamp(36px, 6vw, 66px);
  text-align: center;
}

.section-en {
  margin: 0 0 10px;
  color: var(--recruit-green);
  font-size: 0.78rem;
  font-weight: 900;
  letter-spacing: 0.22em;
}

.section-heading h2 {
  margin: 0;
  font-size: clamp(1.8rem, 5vw, 3.4rem);
  line-height: 1.25;
}

.section-heading > p:last-child {
  margin: 18px 0 0;
  color: var(--recruit-muted);
  line-height: 1.9;
}

.section-heading--light,
.section-heading--light .section-en,
.section-heading--light > p:last-child {
  color: #fff;
}

.recruit-button {
  display: inline-flex;
  min-height: 52px;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 13px 24px;
  border: 2px solid transparent;
  border-radius: 999px;
  text-decoration: none;
  font-weight: 800;
  line-height: 1.35;
  cursor: pointer;
  transition: transform 0.25s ease, box-shadow 0.25s ease, background 0.25s ease;
}

.recruit-button:hover,
.recruit-button:focus-visible {
  transform: translateY(-3px);
}

.recruit-button--primary {
  background: var(--recruit-lime);
  color: var(--recruit-green-deep);
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.2);
}

.recruit-button--glass {
  border-color: rgba(255,255,255,0.74);
  background: rgba(255,255,255,0.12);
  color: #fff;
  backdrop-filter: blur(8px);
}

.recruit-button--dark {
  background: var(--recruit-green-deep);
  color: #fff;
}

.recruit-button--outline {
  border-color: var(--recruit-green);
  color: var(--recruit-green);
  background: transparent;
}

.recruit-button--outline-light {
  border-color: rgba(255,255,255,0.7);
  color: #fff;
  background: transparent;
}

.recruit-hero {
  position: relative;
  min-height: max(680px, 100svh);
  display: grid;
  place-items: center;
  overflow: hidden;
  background: radial-gradient(circle at 20% 20%, rgba(191,229,109,0.2), transparent 28%),
    linear-gradient(135deg, #063b29, #207a51);
}

.recruit-hero__movie,
.recruit-hero__movie iframe,
.recruit-hero__overlay {
  position: absolute;
  inset: 0;
}

.recruit-hero__movie {
  overflow: hidden;
  pointer-events: none;
}

.recruit-hero__movie iframe {
  width: 177.77777778vh;
  min-width: 100%;
  height: 56.25vw;
  min-height: 100%;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%) scale(1.08);
  border: 0;
  opacity: 0.52;
}

.recruit-hero__overlay {
  background: linear-gradient(180deg, rgba(4,35,25,0.42), rgba(4,35,25,0.82)),
    radial-gradient(circle at center, transparent 0, rgba(4,35,25,0.25) 65%);
}

.recruit-hero__content {
  position: relative;
  z-index: 2;
  width: min(980px, calc(100% - 40px));
  padding: 80px 0 110px;
  color: #fff;
  text-align: center;
}

.hero-kicker {
  margin: 0 0 18px;
  color: var(--recruit-lime);
  font-size: 0.86rem;
  font-weight: 900;
  letter-spacing: 0.28em;
}

.recruit-hero h1 {
  margin: 0;
  font-size: clamp(2.55rem, 8.4vw, 6.6rem);
  line-height: 1.08;
  letter-spacing: 0.025em;
  text-shadow: 0 10px 36px rgba(0,0,0,0.25);
}

.hero-copy {
  margin: 28px auto 0;
  font-size: clamp(1rem, 2.6vw, 1.35rem);
  line-height: 1.95;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 14px;
  margin-top: 34px;
}

.hero-badges {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 9px;
  margin-top: 27px;
}

.hero-badges span {
  padding: 8px 13px;
  border: 1px solid rgba(255,255,255,0.38);
  border-radius: 999px;
  background: rgba(0,0,0,0.18);
  font-size: 0.82rem;
  font-weight: 700;
  backdrop-filter: blur(6px);
}

.scroll-guide {
  position: absolute;
  z-index: 3;
  bottom: 25px;
  left: 50%;
  display: grid;
  justify-items: center;
  gap: 7px;
  color: #fff;
  font-size: 0.66rem;
  letter-spacing: 0.2em;
  text-decoration: none;
  transform: translateX(-50%);
}

.scroll-guide i {
  width: 1px;
  height: 45px;
  background: rgba(255,255,255,0.45);
  overflow: hidden;
}

.scroll-guide i::after {
  content: "";
  display: block;
  width: 100%;
  height: 18px;
  background: #fff;
  animation: scrollLine 1.8s ease-in-out infinite;
}

@keyframes scrollLine {from { transform: translateY(-22px); }
  to { transform: translateY(50px); }}

.recruit-intro {
  background: radial-gradient(circle at 0 0, rgba(191,229,109,0.24), transparent 25%),
    var(--recruit-cream);
}

.feature-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}

.feature-card {
  position: relative;
  min-height: 330px;
  padding: 34px 28px;
  overflow: hidden;
  border: 1px solid rgba(32,122,81,0.12);
  border-radius: var(--recruit-radius);
  background: #fff;
  box-shadow: var(--recruit-shadow);
}

.feature-card__number {
  position: absolute;
  top: 12px;
  right: 20px;
  color: rgba(32,122,81,0.1);
  font-size: 4rem;
  font-weight: 900;
}

.feature-card__icon {
  width: 84px;
  height: 84px;
  display: grid;
  place-items: center;
  margin-bottom: 26px;
  border-radius: 26px;
  background: var(--recruit-green-light);
  font-size: 2.6rem;
  transform: rotate(-4deg);
}

.feature-card h3 {
  margin: 0 0 15px;
  font-size: 1.45rem;
}

.feature-card p {
  margin: 0;
  color: var(--recruit-muted);
  line-height: 1.9;
}

.job-stage-section {
  overflow: hidden;
  background: radial-gradient(circle at 30% 20%, rgba(191,229,109,0.18), transparent 22%),
    radial-gradient(circle at 80% 80%, rgba(127,199,217,0.18), transparent 24%),
    var(--recruit-green-deep);
}

.job-experience {
  width: min(1180px, 100%);
  margin: auto;
}

.job-carousel-wrap {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}

.job-carousel {
  position: relative;
  width: min(720px, 84vw);
  aspect-ratio: 1 / 0.83;
  perspective: 1100px;
  touch-action: pan-y;
}

.job-orbit {
  position: absolute;
  inset: 0;
  transform-style: preserve-3d;
  transition: transform 0.8s cubic-bezier(.2,.8,.2,1);
}

.job-node {
  --angle: 0deg;
  position: absolute;
  top: 50%;
  left: 50%;
  width: clamp(102px, 18vw, 145px);
  min-height: clamp(118px, 20vw, 160px);
  display: grid;
  place-items: center;
  gap: 4px;
  padding: 15px 8px;
  border: 0;
  border-radius: 30px;
  background: rgba(255,255,255,0.96);
  box-shadow: 0 18px 40px rgba(0,0,0,0.25);
  color: var(--recruit-green-deep);
  cursor: pointer;
  transform: translate(-50%, -50%)
    rotate(var(--angle))
    translateY(clamp(-245px, -31vw, -155px))
    rotate(calc(var(--angle) * -1));
  transition: opacity 0.4s ease, filter 0.4s ease, box-shadow 0.3s ease;
}

.job-node:hover,
.job-node:focus-visible,
.job-node.is-active {
  box-shadow: 0 0 0 6px var(--recruit-lime), 0 22px 50px rgba(0,0,0,0.35);
}

.job-node__label {
  max-width: 120px;
  font-size: clamp(0.68rem, 2vw, 0.86rem);
  font-weight: 900;
  line-height: 1.35;
}

.job-stage-center {
  position: absolute;
  z-index: 2;
  top: 50%;
  left: 50%;
  width: clamp(138px, 26vw, 205px);
  aspect-ratio: 1;
  display: grid;
  place-content: center;
  border: 1px solid rgba(255,255,255,0.25);
  border-radius: 50%;
  background: rgba(255,255,255,0.08);
  color: #fff;
  text-align: center;
  transform: translate(-50%, -50%);
  backdrop-filter: blur(12px);
}

.job-stage-center__ring {
  position: absolute;
  inset: 9px;
  border: 2px dashed rgba(191,229,109,0.62);
  border-radius: 50%;
  animation: centerRing 18s linear infinite;
}

@keyframes centerRing {to { transform: rotate(360deg); }}

.job-stage-center__logo {
  font-size: clamp(1.05rem, 3vw, 1.6rem);
  font-weight: 900;
  letter-spacing: 0.14em;
}

.job-stage-center p {
  margin: 5px 0 0;
  font-size: 0.74rem;
}

.carousel-control {
  position: relative;
  z-index: 5;
  flex: 0 0 auto;
  width: 52px;
  height: 52px;
  border: 1px solid rgba(255,255,255,0.35);
  border-radius: 50%;
  background: rgba(255,255,255,0.12);
  color: #fff;
  font-size: 2.2rem;
  cursor: pointer;
  backdrop-filter: blur(8px);
}

.job-detail {
  display: grid;
  grid-template-columns: minmax(260px, 0.75fr) minmax(0, 1.25fr);
  gap: clamp(24px, 5vw, 65px);
  align-items: center;
  margin-top: 45px;
  padding: clamp(25px, 5vw, 58px);
  border-radius: 40px;
  background: #fff;
  box-shadow: 0 30px 75px rgba(0,0,0,0.23);
}

.job-detail__visual {
  position: relative;
  min-height: 390px;
  display: grid;
  place-items: center;
  overflow: hidden;
  border-radius: 32px;
  background: radial-gradient(circle at 50% 35%, #fff 0 10%, transparent 34%),
    linear-gradient(160deg, var(--recruit-green-light), #fef5d9);
}

.job-detail__visual::before,
.job-detail__visual::after {
  content: "";
  position: absolute;
  border-radius: 50%;
  background: rgba(32,122,81,0.12);
}

.job-detail__visual::before {
  width: 210px;
  height: 210px;
  left: -65px;
  bottom: -45px;
}

.job-detail__visual::after {
  width: 140px;
  height: 140px;
  top: -35px;
  right: -30px;
}

.job-detail__shadow {
  position: absolute;
  bottom: 73px;
  width: 48%;
  height: 28px;
  border-radius: 50%;
  background: rgba(0,0,0,0.14);
  filter: blur(7px);
  animation: shadowPulse 3s ease-in-out infinite;
}

@keyframes characterFloat {0%,100% { transform: translateY(0) rotate(-2deg); }
  50% { transform: translateY(-17px) rotate(2deg); }}

@keyframes shadowPulse {0%,100% { transform: scale(1); opacity: 0.16; }
  50% { transform: scale(0.82); opacity: 0.09; }}

.job-detail__category {
  margin: 0 0 7px;
  color: var(--recruit-green);
  font-size: 0.82rem;
  font-weight: 900;
  letter-spacing: 0.12em;
}

.job-detail h3 {
  margin: 0;
  font-size: clamp(1.9rem, 5vw, 3.5rem);
  line-height: 1.25;
}

.job-detail__lead {
  margin: 20px 0 10px;
  font-size: 1.1rem;
  font-weight: 800;
  line-height: 1.75;
}

.job-detail__content > p:not(.job-detail__category):not(.job-detail__lead) {
  color: var(--recruit-muted);
  line-height: 1.9;
}

.job-detail__facts {
  display: grid;
  gap: 11px;
  margin: 27px 0;
}

.job-detail__facts > div {
  display: grid;
  grid-template-columns: 125px 1fr;
  gap: 15px;
  padding: 14px 0;
  border-bottom: 1px solid #dfe8e3;
}

.job-detail__facts dt {
  font-weight: 900;
}

.job-detail__facts dd {
  margin: 0;
  color: var(--recruit-muted);
  line-height: 1.7;
}

.job-detail__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 11px;
}

.day-flow-section {
  background: #eef7f1;
}

.day-scene {
  position: relative;
  width: min(1060px, 100%);
  min-height: 470px;
  margin: auto;
  overflow: hidden;
  border-radius: 38px;
  background: linear-gradient(#8bd5eb 0 52%, #a8d889 52% 72%, #6c7570 72%);
  box-shadow: var(--recruit-shadow);
}

.scene-sky,
.scene-city,
.scene-road {
  position: absolute;
  inset: 0;
}

.scene-sun {
  position: absolute;
  top: 45px;
  right: 10%;
  width: 64px;
  height: 64px;
  border-radius: 50%;
  background: #ffd56a;
  box-shadow: 0 0 0 18px rgba(255,213,106,0.18);
}

.scene-cloud {
  position: absolute;
  width: 105px;
  height: 30px;
  border-radius: 999px;
  background: rgba(255,255,255,0.86);
  animation: cloudMove 17s linear infinite;
}

.scene-cloud::before,
.scene-cloud::after {
  content: "";
  position: absolute;
  bottom: 0;
  border-radius: 50%;
  background: inherit;
}

.scene-cloud::before {
  width: 48px;
  height: 48px;
  left: 19px;
}

.scene-cloud::after {
  width: 38px;
  height: 38px;
  right: 15px;
}

.scene-cloud--1 {
  top: 85px;
  left: -120px;
}

.scene-cloud--2 {
  top: 145px;
  left: 45%;
  animation-duration: 24s;
}

@keyframes cloudMove {to { transform: translateX(1250px); }}

.building {
  position: absolute;
  bottom: 28%;
  width: 16%;
  background: #e8e3d3;
  border: 5px solid rgba(67,82,76,0.14);
  border-bottom: 0;
}

.building::after {
  content: "▦ ▦\A ▦ ▦";
  white-space: pre;
  position: absolute;
  inset: 18px;
  color: #7193a0;
  font-size: clamp(1rem, 3vw, 2.3rem);
  line-height: 1.6;
  text-align: center;
}

.building--1 {
  left: 6%;
  height: 38%;
}

.building--2 {
  left: 25%;
  height: 29%;
  background: #f5c9b7;
}

.building--3 {
  right: 7%;
  height: 44%;
  background: #d9d3ef;
}

.scene-house {
  position: absolute;
  right: 29%;
  bottom: 27%;
  color: #fff2d5;
  font-size: 8rem;
  line-height: 1;
  text-shadow: 0 5px 0 #8a5f43;
}

.scene-road {
  top: auto;
  height: 28%;
  bottom: 0;
  border-top: 8px solid #e4dcb2;
}

.scene-road::after {
  content: "";
  position: absolute;
  top: 49%;
  width: 100%;
  border-top: 5px dashed rgba(255,255,255,0.76);
}

.walking-person {
  position: absolute;
  z-index: 2;
  bottom: 26%;
  left: 8%;
  font-size: clamp(4rem, 10vw, 6.8rem);
  filter: drop-shadow(0 8px 5px rgba(0,0,0,0.22));
  transition: left 0.9s cubic-bezier(.2,.8,.2,1);
  animation: walkBob 0.65s ease-in-out infinite;
}

@keyframes walkBob {50% { transform: translateY(-8px) rotate(2deg); }}

.flow-timeline {
  width: min(1060px, 100%);
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 10px;
  margin: 22px auto 0;
}

.flow-step {
  min-height: 126px;
  padding: 16px 12px;
  border: 2px solid transparent;
  border-radius: 20px;
  background: #fff;
  color: var(--recruit-ink);
  text-align: left;
  cursor: pointer;
  box-shadow: 0 8px 24px rgba(10,58,40,0.08);
}

.flow-step span,
.flow-step strong,
.flow-step small {
  display: block;
}

.flow-step span {
  color: var(--recruit-green);
  font-weight: 900;
}

.flow-step strong {
  margin-top: 7px;
  line-height: 1.4;
}

.flow-step small {
  margin-top: 8px;
  color: var(--recruit-muted);
}

.flow-step.is-active {
  border-color: var(--recruit-green);
  background: var(--recruit-green-light);
}

.voices-section {
  overflow: hidden;
  background: radial-gradient(circle at 100% 0, rgba(127,199,217,0.18), transparent 25%),
    #fffaf0;
}

.voice-panel {
  width: min(1040px, 100%);
  display: flex;
  align-items: center;
  gap: clamp(18px, 5vw, 58px);
  margin: 0 auto clamp(42px, 7vw, 80px);
}

.voice-panel--right {
  justify-content: flex-end;
}

.voice-panel__person {
  flex: 0 0 clamp(125px, 22vw, 230px);
  border: 0;
  background: transparent;
  cursor: pointer;
}

.voice-panel__person img {
  width: 100%;
  aspect-ratio: 1;
  display: block;
  object-fit: cover;
  border: 8px solid #fff;
  border-radius: 50%;
  box-shadow: var(--recruit-shadow);
}

.voice-panel__person span {
  display: inline-block;
  margin-top: -18px;
  padding: 8px 15px;
  border-radius: 999px;
  background: var(--recruit-green);
  color: #fff;
  font-size: 0.82rem;
  font-weight: 900;
  line-height: 1.35;
}

.voice-bubble {
  position: relative;
  max-width: 680px;
  padding: clamp(25px, 5vw, 48px);
  border: 2px solid rgba(32,122,81,0.15);
  border-radius: 45px;
  background: #fff;
  box-shadow: var(--recruit-shadow);
}

.voice-panel--left .voice-bubble::before,
.voice-panel--right .voice-bubble::after {
  content: "";
  position: absolute;
  top: 50%;
  width: 31px;
  height: 31px;
  background: #fff;
  transform: translateY(-50%) rotate(45deg);
}

.voice-panel--left .voice-bubble::before {
  left: -16px;
  border-left: 2px solid rgba(32,122,81,0.15);
  border-bottom: 2px solid rgba(32,122,81,0.15);
}

.voice-panel--right .voice-bubble::after {
  right: -16px;
  border-right: 2px solid rgba(32,122,81,0.15);
  border-top: 2px solid rgba(32,122,81,0.15);
}

.voice-label {
  margin: 0 0 8px;
  color: var(--recruit-green);
  font-size: 0.72rem;
  font-weight: 900;
  letter-spacing: 0.18em;
}

.voice-bubble h3 {
  margin: 0;
  font-size: clamp(1.3rem, 3.4vw, 2.05rem);
}

.voice-bubble > p:not(.voice-label) {
  color: var(--recruit-muted);
  line-height: 1.9;
}

.diagnosis-section {
  background: radial-gradient(circle at 15% 10%, rgba(191,229,109,0.24), transparent 22%),
    linear-gradient(145deg, #063b29, #176644);
}

.diagnosis-card {
  width: min(780px, 100%);
  min-height: 420px;
  margin: auto;
  padding: clamp(25px, 6vw, 58px);
  border: 1px solid rgba(255,255,255,0.22);
  border-radius: 38px;
  background: rgba(255,255,255,0.1);
  color: #fff;
  box-shadow: 0 30px 65px rgba(0,0,0,0.25);
  backdrop-filter: blur(15px);
}

.diagnosis-progress {
  margin-bottom: 34px;
}

.diagnosis-progress span {
  display: block;
  margin-bottom: 9px;
  font-size: 0.8rem;
  font-weight: 900;
}

.diagnosis-progress__bar {
  height: 7px;
  overflow: hidden;
  border-radius: 999px;
  background: rgba(255,255,255,0.17);
}

.diagnosis-progress__bar i {
  display: block;
  width: 33.333%;
  height: 100%;
  border-radius: inherit;
  background: var(--recruit-lime);
  transition: width 0.4s ease;
}

#diagnosisQuestion {
  margin: 0 0 28px;
  font-size: clamp(1.35rem, 4.4vw, 2.25rem);
  line-height: 1.5;
}

.diagnosis-options {
  display: grid;
  gap: 12px;
}

.diagnosis-option {
  width: 100%;
  padding: 18px 20px;
  border: 1px solid rgba(255,255,255,0.25);
  border-radius: 18px;
  background: rgba(255,255,255,0.08);
  color: #fff;
  text-align: left;
  font-weight: 800;
  cursor: pointer;
}

.diagnosis-option:hover,
.diagnosis-option:focus-visible {
  border-color: var(--recruit-lime);
  background: rgba(191,229,109,0.15);
}

.diagnosis-result {
  text-align: center;
}

.diagnosis-result__label {
  color: var(--recruit-lime);
  font-size: 0.82rem;
  font-weight: 900;
  letter-spacing: 0.12em;
}

.diagnosis-result__icon {
  margin: 20px 0 12px;
  font-size: 6rem;
}

.diagnosis-result h3 {
  margin: 0;
  font-size: clamp(1.8rem, 5vw, 3rem);
}

.diagnosis-result > p:not(.diagnosis-result__label) {
  line-height: 1.9;
}

.diagnosis-result__actions {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 12px;
  margin-top: 28px;
}

.movie-section {
  background: #fff;
}

.movie-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 22px;
}

.movie-card {
  overflow: hidden;
  border-radius: 25px;
  background: var(--recruit-cream);
  box-shadow: var(--recruit-shadow);
}

.movie-frame {
  aspect-ratio: 16 / 9;
  background: #111;
}

.movie-frame iframe {
  width: 100%;
  height: 100%;
  border: 0;
}

.movie-card h3 {
  margin: 0;
  padding: 19px 20px 22px;
}

.requirements-section {
  background: linear-gradient(180deg, #eef7f1, #fffaf0);
}

.employment-tabs {
  width: min(580px, 100%);
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 8px;
  margin: 0 auto 34px;
  padding: 7px;
  border-radius: 999px;
  background: #dfece4;
}

.employment-tab {
  min-height: 48px;
  border: 0;
  border-radius: 999px;
  background: transparent;
  color: var(--recruit-green-deep);
  font-weight: 900;
  cursor: pointer;
}

.employment-tab.is-active {
  background: var(--recruit-green);
  color: #fff;
  box-shadow: 0 8px 20px rgba(32,122,81,0.25);
}

.requirements-list {
  width: min(960px, 100%);
  display: grid;
  gap: 15px;
  margin: auto;
}

.requirement-block {
  display: grid;
  grid-template-columns: minmax(150px, 0.28fr) 1fr;
  overflow: hidden;
  border-radius: 22px;
  background: #fff;
  box-shadow: 0 12px 34px rgba(10,58,40,0.1);
  opacity: 0;
  transform: translateY(-90px) rotate(-1deg);
}

.requirement-block.is-dropped {
  animation: blockDrop 0.72s cubic-bezier(.2,.85,.25,1.18) forwards;
}

@keyframes blockDrop {70% { transform: translateY(8px) rotate(0.5deg); }
  100% { opacity: 1; transform: translateY(0) rotate(0); }}

.requirement-block dt,
.requirement-block dd {
  margin: 0;
  padding: 22px 24px;
  line-height: 1.85;
}

.requirement-block dt {
  display: flex;
  align-items: center;
  background: var(--recruit-green);
  color: #fff;
  font-weight: 900;
}

.requirement-block dd {
  color: var(--recruit-muted);
}

.requirement-block dd strong {
  color: var(--recruit-ink);
}

.recruit-cta {
  position: relative;
  padding: clamp(80px, 10vw, 150px) 20px;
  overflow: hidden;
  background: radial-gradient(circle at 10% 20%, rgba(191,229,109,0.22), transparent 25%),
    radial-gradient(circle at 95% 85%, rgba(127,199,217,0.2), transparent 30%),
    var(--recruit-green-deep);
  color: #fff;
}

.recruit-cta__content {
  width: min(1080px, 100%);
  margin: auto;
  text-align: center;
}

.recruit-cta h2 {
  margin: 0;
  font-size: clamp(2rem, 6vw, 4.2rem);
}

.recruit-cta__content > p:not(.section-en) {
  line-height: 1.9;
}

.cta-choice-grid {
  width: min(760px, 100%);
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
  margin: 40px auto 0;
}

.cta-choice {
  min-height: 210px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 26px;
  border: 1px solid rgba(255,255,255,0.22);
  border-radius: 28px;
  background: rgba(255,255,255,0.1);
  color: #fff;
  text-decoration: none;
  backdrop-filter: blur(10px);
  transition: transform 0.25s ease, background 0.25s ease;
}

.cta-choice:hover,
.cta-choice:focus-visible {
  transform: translateY(-7px);
  background: rgba(191,229,109,0.18);
}

.cta-choice span {
  color: var(--recruit-lime);
  font-size: 0.8rem;
  font-weight: 900;
  letter-spacing: 0.15em;
}

.cta-choice strong {
  display: block;
  margin: 15px 0 9px;
  font-size: 1.45rem;
}

.cta-choice small {
  color: rgba(255,255,255,0.75);
}

.cta-contact {
  margin-top: 34px;
  font-size: 0.9rem;
}

.reveal-up,
.slide-from-left,
.slide-from-right {
  opacity: 0;
  transition: opacity 0.75s ease,
    transform 0.75s cubic-bezier(.2,.75,.2,1);
}

.reveal-up {
  transform: translateY(40px);
}

.slide-from-left {
  transform: translateX(-120px);
}

.slide-from-right {
  transform: translateX(120px);
}

.reveal-up.is-visible,
.slide-from-left.is-visible,
.slide-from-right.is-visible {
  opacity: 1;
  transform: translate(0, 0);
}

.noscript-message {
  margin: 0;
  padding: 20px;
  background: #fff3cd;
  color: #664d03;
  text-align: center;
}

@media (max-width: 850px) {
  .feature-grid,
  .movie-grid {
    grid-template-columns: 1fr;
  }

  .cta-choice-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .feature-card {
    min-height: auto;
  }

  .job-detail {
    grid-template-columns: 1fr;
  }

  .job-detail__visual {
    min-height: 290px;
  }

  .flow-timeline {
    grid-template-columns: repeat(2, 1fr);
  }

  .voice-panel,
  .voice-panel--right {
    align-items: flex-start;
    gap: 14px;
  }

  .voice-panel--right .voice-bubble {
    order: 2;
  }

  .voice-panel--right .voice-panel__person {
    order: 1;
  }

  .voice-bubble {
    border-radius: 28px;
  }

  .requirement-block {
    grid-template-columns: 1fr;
  }

  .requirement-block dt {
    padding-bottom: 12px;
  }
}

@media (max-width: 600px) {
  .cta-choice-grid {
    width: 100%;
    grid-template-columns: 1fr;
    gap: 14px;
  }

  .cta-choice {
    min-height: 180px;
  }

  .recruit-section {
    padding: 70px 17px;
  }

  .recruit-hero__content {
    width: calc(100% - 30px);
  }

  .hero-actions {
    flex-direction: column;
  }

  .hero-actions .recruit-button {
    width: 100%;
  }

  .job-carousel-wrap {
    margin: 0 -12px;
  }

  .job-carousel {
    width: 88vw;
    aspect-ratio: 1 / 1.03;
  }

  .job-node {
    width: 93px;
    min-height: 108px;
    border-radius: 22px;
    transform: translate(-50%, -50%)
      rotate(var(--angle))
      translateY(-38vw)
      rotate(calc(var(--angle) * -1));
  }

  .job-node__label {
    max-width: 82px;
    font-size: 0.65rem;
  }

  .carousel-control {
    width: 42px;
    height: 42px;
    font-size: 1.7rem;
  }

  .job-detail {
    padding: 20px;
    border-radius: 28px;
  }

  .job-detail__facts > div {
    grid-template-columns: 1fr;
    gap: 5px;
  }

  .job-detail__actions {
    flex-direction: column;
  }

  .job-detail__actions .recruit-button {
    width: 100%;
  }

  .day-scene {
    min-height: 520px;
    border-radius: 26px;
  }

  .scene-house {
    right: 20%;
    bottom: 27%;
    font-size: 6rem;
  }

  .flow-timeline {
    grid-template-columns: 1fr;
  }

  .flow-step {
    min-height: auto;
  }

  .voice-panel,
  .voice-panel--right {
    display: grid;
    justify-items: center;
  }

  .voice-panel__person {
    width: 145px;
  }

  .voice-panel--left .voice-bubble::before,
  .voice-panel--right .voice-bubble::after {
    top: -16px;
    left: 50%;
    right: auto;
    border: 0;
    border-left: 2px solid rgba(32,122,81,0.15);
    border-top: 2px solid rgba(32,122,81,0.15);
    transform: translateX(-50%) rotate(45deg);
  }

  .voice-panel--right .voice-bubble {
    order: initial;
  }

  .voice-panel--right .voice-panel__person {
    order: initial;
  }

  .diagnosis-card {
    border-radius: 27px;
  }

  .employment-tabs {
    border-radius: 20px;
  }

  .employment-tab {
    border-radius: 15px;
  }

  .requirement-block {
    border-radius: 18px;
  }

  .cta-contact {
    text-align: left;
  }
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }

  .recruit-body *,
  .recruit-body *::before,
  .recruit-body *::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
  }

  .reveal-up,
  .slide-from-left,
  .slide-from-right {
    opacity: 1;
    transform: none;
  }
}

.job-node__person {
  display: grid;
  place-items: center;
  width: 72px;
  height: 82px;
}

.job-detail__character {
  position: relative;
  z-index: 2;
  width: 210px;
  height: 330px;
  display: grid;
  place-items: center;
  animation: characterFloat 3s ease-in-out infinite;
}

.css-person {
  --shirt: #2d8a5d;
  --pants: #294b68;
  --skin: #f2c6a0;
  --hair: #44342d;
  position: relative;
  display: block;
  width: 112px;
  height: 205px;
  transform-origin: 50% 95%;
}

.css-person--small {
  width: 48px;
  height: 88px;
}

.css-person--large {
  width: 156px;
  height: 286px;
}

.css-person--walk {
  width: 58px;
  height: 106px;
}

.css-person--diagnosis {
  width: 100px;
  height: 183px;
  margin: auto;
}

.css-person span,.css-person i {
  position: absolute;
  display: block;
  box-sizing: border-box;
}

.css-person__head {
  width: 38%;
  height: 21%;
  left: 31%;
  top: 7%;
  border-radius: 48%;
  background: var(--skin);
  z-index: 5;
}

.css-person__hair {
  width: 42%;
  height: 15%;
  left: 29%;
  top: 4%;
  border-radius: 55% 55% 30% 30%;
  background: var(--hair);
  z-index: 6;
}

.css-person__eye {
  width: 7%;
  height: 6%;
  top: 46%;
  border-radius: 50%;
  background: #332e2b;
}

.css-person__eye--l {
  left: 26%;
}

.css-person__eye--r {
  right: 26%;
}

.css-person__mouth {
  width: 22%;
  height: 9%;
  left: 39%;
  bottom: 19%;
  border-bottom: 2px solid #a35f54;
  border-radius: 50%;
}

.css-person__neck {
  width: 15%;
  height: 8%;
  left: 42.5%;
  top: 25%;
  background: var(--skin);
  z-index: 3;
}

.css-person__body {
  width: 54%;
  height: 40%;
  left: 23%;
  top: 29%;
  border-radius: 22% 22% 13% 13%;
  background: var(--shirt);
  z-index: 4;
}

.css-person__badge {
  width: 16%;
  height: 10%;
  right: 13%;
  top: 16%;
  border-radius: 2px;
  background: #fff;
}

.css-person__pocket {
  width: 22%;
  height: 18%;
  left: 12%;
  bottom: 17%;
  border: 1px solid #fff;
  border-radius: 3px;
}

.css-person__arm {
  width: 14%;
  height: 38%;
  top: 31%;
  border-radius: 999px;
  background: var(--shirt);
  z-index: 2;
}

.css-person__arm:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 25%;
  bottom: -9%;
  border-radius: 50%;
  background: var(--skin);
}

.css-person__arm--l {
  left: 13%;
  transform: rotate(8deg);
}

.css-person__arm--r {
  right: 13%;
  transform: rotate(-8deg);
}

.css-person__leg {
  width: 19%;
  height: 31%;
  top: 66%;
  border-radius: 0 0 9px 9px;
  background: var(--pants);
  z-index: 2;
}

.css-person__leg--l {
  left: 28%;
}

.css-person__leg--r {
  right: 28%;
}

.css-person__shoe {
  width: 25%;
  height: 7%;
  top: 94%;
  border-radius: 50%;
  background: #303638;
  z-index: 3;
}

.css-person__shoe--l {
  left: 22%;
}

.css-person__shoe--r {
  right: 22%;
}

.css-person__tool {
  z-index: 8;
}

.outfit-guide {
  --shirt: #e6a43d;
  --pants: #315d75;
}

.outfit-behavior {
  --shirt: #4f8cc9;
  --pants: #243d61;
}

.outfit-night {
  --shirt: #765b9d;
  --pants: #34334d;
}

.outfit-office {
  --shirt: #f5f3ea;
  --pants: #344455;
}

.outfit-home {
  --shirt: #db7f68;
  --pants: #566d4c;
}

.outfit-manager {
  --shirt: #356d59;
  --pants: #303d4a;
}

.outfit-child {
  --shirt: #ef8f9d;
  --pants: #4f72a0;
}

.outfit-child-manager {
  --shirt: #5d83bd;
  --pants: #4b465d;
}

.outfit-office .css-person__tool,.outfit-child-manager .css-person__tool {
  width: 30%;
  height: 23%;
  right: -8%;
  top: 44%;
  background: #fff;
  border: 2px solid #8a7048;
}

.outfit-home .css-person__body:after {
  content: "";
  position: absolute;
  left: 17%;
  right: 17%;
  bottom: 0;
  height: 52%;
  background: #f5d8a3;
}

.walking-person .css-person {
  animation: personWalk .62s ease-in-out infinite alternate;
}

@keyframes personWalk {to{transform:rotate(3deg) translateY(-7px)}}

.scene-theme-label {
  position: absolute;
  z-index: 6;
  top: 18px;
  left: 18px;
  padding: 9px 14px;
  border-radius: 999px;
  background: #ffffffe6;
  color: #063b29;
  font-size: .78rem;
  font-weight: 900;
}

.scene-props {
  position: absolute;
  inset: 0;
  z-index: 2;
  pointer-events: none;
}

.scene-prop {
  position: absolute;
}

.day-scene[data-scene=shortstay] {
  background: linear-gradient(#604b78 0 48%,#9f795f 48% 70%,#5c5149 70%);
}

.day-scene[data-scene=office],.day-scene[data-scene=meeting],.day-scene[data-scene=child-office] {
  background: linear-gradient(#d8e8e1 0 68%,#b38d68 68%);
}

.day-scene[data-scene=home] {
  background: linear-gradient(#8bd4e5 0 50%,#a3d08a 50% 70%,#786759 70%);
}

.day-scene[data-scene=classroom] {
  background: linear-gradient(#f4e8bd 0 70%,#80af75 70%);
}

.day-scene[data-scene=city] .scene-prop--a {
  left: 42%;
  bottom: 27%;
  width: 18%;
  height: 25%;
  background: #d7e9ed;
  border: 6px solid #456a75;
}

.day-scene[data-scene=city] .scene-prop--a:after {
  content: "駅";
  display: grid;
  place-items: center;
  height: 35%;
  background: #fff;
  font-weight: 900;
}

.day-scene[data-scene=shortstay] .scene-prop--a {
  left: 38%;
  bottom: 25%;
  width: 29%;
  height: 35%;
  background: #f3dfc4;
  border: 8px solid #765642;
}

.day-scene[data-scene=shortstay] .scene-prop--a:after {
  content: "🛏️  🍳";
  position: absolute;
  left: 10%;
  bottom: 18%;
  font-size: 2.6rem;
}

.day-scene[data-scene=office] .scene-prop--a,.day-scene[data-scene=meeting] .scene-prop--a,.day-scene[data-scene=child-office] .scene-prop--a {
  left: 35%;
  bottom: 22%;
  width: 38%;
  height: 22%;
  background: #8b684b;
}

.day-scene[data-scene=office] .scene-prop--a:after {
  content: "💻  ☎️  📋";
  position: absolute;
  top: -60%;
  font-size: 2.2rem;
}

.day-scene[data-scene=home] .scene-prop--a {
  left: 34%;
  bottom: 25%;
  width: 35%;
  height: 35%;
  background: #f5e1b9;
  border: 7px solid #8a6043;
}

.day-scene[data-scene=home] .scene-prop--a:after {
  content: "🍚  🛁  🧺";
  position: absolute;
  left: 10%;
  bottom: 18%;
  font-size: 2rem;
}

.day-scene[data-scene=classroom] .scene-prop--a {
  left: 30%;
  top: 16%;
  width: 42%;
  height: 29%;
  background: #3d735d;
  border: 9px solid #9b744e;
}

.day-scene[data-scene=classroom] .scene-prop--a:after {
  content: "おえかき　うんどう　おやつ";
  display: grid;
  place-items: center;
  height: 100%;
  color: #fff;
  font-weight: 900;
}

.voice-panel {
  opacity: 1;
  transition: none;
}

.voice-panel .voice-panel__person,.voice-panel .voice-bubble {
  opacity: 0;
}

.voice-panel--left .voice-panel__person {
  transform: translateX(-120vw) rotate(-12deg);
}

.voice-panel--right .voice-panel__person {
  transform: translateX(120vw) rotate(12deg);
}

.voice-panel.is-visible .voice-panel__person {
  animation: staffWalkIn 1.15s cubic-bezier(.16,.78,.23,1.08) forwards;
}

.voice-panel.is-visible .voice-bubble {
  animation: bubbleAppear .55s .85s ease-out forwards;
}

@keyframes staffWalkIn {72%{opacity:1;transform:translateX(18px) rotate(2deg)}100%{opacity:1;transform:none}}

@keyframes bubbleAppear {to{opacity:1;transform:none}}

.voice-panel__person:after {
  content: "押すと話します";
  position: absolute;
  left: 50%;
  bottom: -12px;
  transform: translateX(-50%);
  width: max-content;
  padding: 6px 10px;
  border-radius: 999px;
  background: #bfe56d;
  color: #063b29;
  font-size: .7rem;
  font-weight: 900;
}

.voice-panel.is-speaking .voice-panel__person img {
  animation: speakerTalk .24s ease-in-out infinite alternate;
  box-shadow: 0 0 0 8px #bfe56d,0 20px 55px #0a3a2829;
}

@keyframes speakerTalk {to{transform:rotate(1deg) translateY(-4px)}}

.voice-panel.is-typing .voice-live:after {
  content: "｜";
  color: #207a51;
  animation: typingCursor .7s steps(1) infinite;
}

@keyframes typingCursor {50%{opacity:0}}

.voice-live {
  min-height: 6.5em;
}

.requirements-section {
  overflow: hidden;
}

.requirements-list {
  perspective: 900px;
}

.requirement-block {
  opacity: 0;
  transform: translate3d(-35vw,-115vh,0) rotate(-11deg) scale(.82);
  filter: blur(5px);
}

.requirement-block[data-drop-side=right] {
  transform: translate3d(35vw,-115vh,0) rotate(11deg) scale(.82);
}

.requirement-block.is-dropped {
  animation: requirementFall 1.05s cubic-bezier(.18,.72,.22,1.12) forwards;
}

@keyframes requirementFall {62%{opacity:1;transform:translate3d(0,22px,0) rotate(1.5deg) scale(1.02);filter:none}78%{transform:translate3d(0,-10px,0)}100%{opacity:1;transform:none;filter:none}}

@media (max-width:600px) {
  .day-scene {
    min-height: 330px;
    overflow: hidden;
    margin-bottom: 205px;
  }

  .flow-timeline {
    display: flex;
    width: 100%;
    gap: 10px;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    padding-bottom: 14px;
  }

  .flow-step {
    flex: 0 0 78%;
    min-height: 135px;
    scroll-snap-align: center;
  }

  .building,.scene-house {
    display: none;
  }

  .walking-person .css-person--walk {
    width: 48px;
    height: 88px;
  }

  .voice-live {
    min-height: 10em;
  }
}

.css-person__hair,
.css-person__head {
  display: none !important;
}

.css-person__animal-head {
  position: absolute;
  z-index: 8;
  top: -1%;
  left: 23%;
  width: 54%;
  height: 29%;
  display: grid !important;
  place-items: center;
  font-size: calc(1em + 25px);
  line-height: 1;
  filter: drop-shadow(0 3px 2px rgba(0,0,0,.16));
  transform-origin: 50% 80%;
}

.css-person--small .css-person__animal-head {
  font-size: 25px;
  left: 18%;
  width: 64%;
  top: -4%;
}

.css-person--large .css-person__animal-head {
  font-size: 86px;
  top: -4%;
}

.css-person--walk .css-person__animal-head {
  font-size: 33px;
  left: 17%;
  width: 66%;
  top: -4%;
}

.css-person--diagnosis .css-person__animal-head {
  font-size: 58px;
  top: -3%;
}

.job-node.is-active .css-person__animal-head,
.job-detail__character .css-person__animal-head {
  animation: animalNod 2.1s ease-in-out infinite;
}

@keyframes animalNod {50%{transform:rotate(5deg) translateY(-3px)}}

.voices-section {
  position: relative;
  min-height: 980px;
  padding-left: 0;
  padding-right: 0;
  overflow: hidden;
}

.voices-section>.section-heading {
  padding-left: 20px;
  padding-right: 20px;
}

.voice-panel {
  position: relative;
  width: 100%;
  min-height: 190px;
  margin: 0 0 34px;
  display: block;
  pointer-events: none;
}

.voice-panel .voice-panel__person {
  position: absolute;
  z-index: 4;
  top: 20px;
  width: 150px;
  height: 150px;
  padding: 0;
  opacity: 1 !important;
  transform: none !important;
  pointer-events: auto;
}

.voice-panel--left .voice-panel__person {
  left: -78px;
}

.voice-panel--right .voice-panel__person {
  right: -78px;
}

.voice-panel__person img {
  width: 150px;
  height: 150px;
  border-width: 6px;
  transition: transform .35s ease,box-shadow .35s ease;
}

.voice-panel__person span {
  display: none;
}

.voice-panel__person:after {
  bottom: 4px !important;
  left: auto !important;
  right: -34px;
  transform: none !important;
  content: "押して話を聞く" !important;
  box-shadow: 0 5px 16px rgba(0,0,0,.16);
}

.voice-panel--right .voice-panel__person:after {
  right: auto;
  left: -34px;
}

.voice-panel .voice-bubble {
  position: relative;
  width: min(720px,calc(100% - 96px));
  max-width: none;
  min-height: 160px;
  margin: 0 auto;
  padding: 28px 34px;
  opacity: 0 !important;
  visibility: hidden;
  transform: scale(.92) translateY(18px) !important;
  pointer-events: none;
  transition: opacity .35s ease,transform .35s ease,visibility .35s;
}

.voice-panel.is-speaking .voice-bubble {
  opacity: 1 !important;
  visibility: visible;
  transform: none !important;
  pointer-events: auto;
}

.voice-panel.is-speaking .voice-panel__person img {
  transform: translateX(58px) scale(1.03);
}

.voice-panel--right.is-speaking .voice-panel__person img {
  transform: translateX(-58px) scale(1.03);
}

.voice-panel .text-link {
  display: none;
}

.voice-panel--left .voice-bubble::before {
  left: -15px;
}

.voice-panel--right .voice-bubble::after {
  right: -15px;
}

.day-scene {
  padding-bottom: 0;
}

.walking-person {
  z-index: 7;
  bottom: 15%;
}

.scene-road {
  z-index: 3;
}

.scene-props,.scene-city {
  z-index: 2;
}

.requirements-section {
  overflow: clip;
}

.requirement-block {
  opacity: 0;
  visibility: hidden;
  transform: translate3d(-42vw,-135vh,0) rotate(-14deg) scale(.72);
}

.requirement-block[data-drop-side=right] {
  transform: translate3d(42vw,-135vh,0) rotate(14deg) scale(.72);
}

.requirement-block.is-dropped {
  visibility: visible;
  animation: requirementFallV3 1.15s cubic-bezier(.16,.76,.18,1.12) forwards;
}

@keyframes requirementFallV3 {0%{opacity:0;visibility:visible}
  58%{opacity:1;transform:translate3d(0,34px,0) rotate(2deg) scale(1.035);filter:none}
  72%{transform:translate3d(0,-16px,0) rotate(-.8deg) scale(.99)}
  84%{transform:translate3d(0,8px,0) rotate(.3deg)}
  100%{opacity:1;visibility:visible;transform:none;filter:none}}

@media (max-width:600px) {
  .voices-section {
    min-height: 1060px;
    padding-left: 0;
    padding-right: 0;
  }

  .voice-panel {
    min-height: 225px;
    margin-bottom: 20px;
  }

  .voice-panel .voice-panel__person {
    top: 8px;
    width: 124px;
    height: 124px;
  }

  .voice-panel__person img {
    width: 124px;
    height: 124px;
  }

  .voice-panel--left .voice-panel__person {
    left: -66px;
  }

  .voice-panel--right .voice-panel__person {
    right: -66px;
  }

  .voice-panel .voice-bubble {
    width: calc(100% - 46px);
    margin-top: 74px;
    padding: 24px 22px;
    border-radius: 24px;
  }

  .voice-panel.is-speaking .voice-panel__person img {
    transform: translateX(48px) scale(1.02);
  }

  .voice-panel--right.is-speaking .voice-panel__person img {
    transform: translateX(-48px) scale(1.02);
  }

  .voice-panel__person:after {
    font-size: .62rem;
    right: -45px;
  }

  .voice-panel--right .voice-panel__person:after {
    left: -45px;
  }

  .day-scene {
    min-height: 350px;
    overflow: hidden;
  }

  .day-flow-section .day-scene {
    margin-bottom: 0;
  }

  .walking-person {
    bottom: 10%;
    left: 6%;
  }

  .flow-timeline {
    margin-top: 18px;
  }
}

.job-detail {
  margin-top: clamp(88px,10vw,132px);
}

.css-person__animal-head {
  top: 4.5% !important;
  height: 25% !important;
  overflow: visible;
}

.css-person--small .css-person__animal-head {
  top: 3% !important;
  left: 18%;
  width: 64%;
  font-size: 25px;
}

.css-person--large .css-person__animal-head {
  top: 3.5% !important;
  font-size: 86px;
}

.css-person--walk .css-person__animal-head {
  top: 3% !important;
  left: 17%;
  width: 66%;
  font-size: 33px;
}

.css-person--diagnosis .css-person__animal-head {
  top: 3.5% !important;
  font-size: 58px;
}

.animal-owl .css-person__animal-head {
  height: 21% !important;
  overflow: hidden;
  align-items: start;
  line-height: .72;
  padding-top: 0;
}

.animal-owl .css-person__animal-head::first-line {
  line-height: .72;
}

.animal-owl.css-person--small .css-person__animal-head {
  height: 22% !important;
}

.animal-owl.css-person--large .css-person__animal-head {
  height: 21.5% !important;
}

.animal-owl.css-person--walk .css-person__animal-head {
  height: 22% !important;
}

.movie-grid {
  grid-template-columns: repeat(2,minmax(0,1fr));
  max-width: 1000px;
  margin-inline: auto;
}

.voices-section {
  min-height: 760px;
}

.voice-panel {
  min-height: 128px;
  margin-bottom: 4px;
}

.voice-panel .voice-panel__person {
  top: 2px;
  width: 118px;
  height: 118px;
}

.voice-panel__person img {
  width: 118px;
  height: 118px;
}

.voice-panel--left .voice-panel__person {
  left: -58px;
}

.voice-panel--right .voice-panel__person {
  right: -58px;
}

.voice-panel .voice-bubble {
  min-height: 118px;
  padding: 20px 28px;
}

.voice-panel.has-spoken .voice-bubble {
  opacity: 1 !important;
  visibility: visible;
  transform: none !important;
  pointer-events: auto;
}

.voice-panel.has-spoken .voice-panel__person img {
  animation: none !important;
}

.voice-panel.has-spoken.voice-panel--left .voice-panel__person img {
  transform: translateX(58px) scale(1.03);
}

.voice-panel.has-spoken.voice-panel--right .voice-panel__person img {
  transform: translateX(-58px) scale(1.03);
}

.requirements-list {
  width: min(860px,100%);
  gap: 7px;
}

.requirement-block {
  grid-template-columns: minmax(125px,.24fr) 1fr;
  border-radius: 14px;
}

.requirement-block dt,
.requirement-block dd {
  padding: 13px 16px;
  font-size: .91rem;
  line-height: 1.65;
}

.requirement-block dt {
  min-height: 50px;
}

.walking-person {
  bottom: 11%;
  max-width: 92px;
}

.day-scene .walking-person .css-person--walk {
  width: 64px;
  height: 117px;
}

@media (max-width:850px) {
  .movie-grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width:600px) {
  .job-detail {
    margin-top: 82px;
  }

  .voices-section {
    min-height: 800px;
  }

  .voice-panel {
    min-height: 152px;
    margin-bottom: 2px;
  }

  .voice-panel .voice-panel__person {
    width: 104px;
    height: 104px;
  }

  .voice-panel__person img {
    width: 104px;
    height: 104px;
  }

  .voice-panel--left .voice-panel__person {
    left: -52px;
  }

  .voice-panel--right .voice-panel__person {
    right: -52px;
  }

  .voice-panel .voice-bubble {
    width: calc(100% - 38px);
    min-height: 126px;
    margin-top: 50px;
    padding: 19px 18px;
  }

  .voice-panel.has-spoken.voice-panel--left .voice-panel__person img {
    transform: translateX(43px) scale(1.02);
  }

  .voice-panel.has-spoken.voice-panel--right .voice-panel__person img {
    transform: translateX(-43px) scale(1.02);
  }

  .requirements-list {
    gap: 6px;
  }

  .requirement-block {
    grid-template-columns: 1fr;
    border-radius: 12px;
  }

  .requirement-block dt,
  .requirement-block dd {
    padding: 11px 14px;
    font-size: .88rem;
  }

  .requirement-block dt {
    min-height: auto;
  }

  .day-scene {
    min-height: 390px;
  }

  .walking-person {
    bottom: 7%;
    z-index: 10;
  }

  .day-scene .walking-person .css-person--walk {
    width: 56px;
    height: 102px;
  }
}

.job-stage-section .section-heading {
  margin-bottom: clamp(82px,10vw,126px);
}

.job-carousel-wrap {
  margin-top: 18px;
}

.animal-lion .css-person__animal-head {
  overflow: visible !important;
  height: 25% !important;
  line-height: 1 !important;
}

.day-scene {
  width: min(860px,100%);
  min-height: 330px;
}

.flow-timeline {
  width: min(860px,100%);
}

.voices-section {
  display: grid;
  grid-template-columns: repeat(2,minmax(0,1fr));
  gap: 14px;
  min-height: auto !important;
  align-items: start;
}

.voices-section>.section-heading {
  grid-column: 1/-1;
  margin-bottom: 24px;
}

.voice-panel,
.voice-panel--right {
  position: relative;
  width: 100%;
  min-height: 180px !important;
  margin: 0 !important;
  padding: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: visible;
  border-radius: 24px;
  background: rgba(255,255,255,.72);
}

.voice-panel .voice-panel__person,
.voice-panel--left .voice-panel__person,
.voice-panel--right .voice-panel__person {
  position: relative !important;
  inset: auto !important;
  width: 112px !important;
  height: 112px !important;
  flex: 0 0 112px;
  z-index: 4;
}

.voice-panel__person img {
  width: 112px !important;
  height: 112px !important;
}

.voice-panel .voice-bubble {
  position: absolute;
  z-index: 6;
  inset: 10px;
  width: auto !important;
  min-height: 160px !important;
  margin: 0 !important;
  padding: 18px 20px !important;
  border-radius: 20px;
  overflow: auto;
  opacity: 0;
  visibility: hidden;
  transform: scale(.92);
}

.voice-panel.is-speaking .voice-bubble,
.voice-panel.has-spoken .voice-bubble {
  opacity: 1;
  visibility: visible;
  transform: scale(1);
}

.voice-panel.is-speaking .voice-panel__person,
.voice-panel.has-spoken .voice-panel__person {
  opacity: .16;
}

.voice-panel--left .voice-bubble::before,
.voice-panel--right .voice-bubble::after {
  display: none;
}

@media (max-width:600px) {
  .job-stage-section .section-heading {
    margin-bottom: 118px;
  }

  .job-carousel-wrap {
    margin-top: 0;
  }

  .day-scene {
    min-height: 270px;
    border-radius: 22px;
  }

  .scene-theme-label {
    top: 10px;
    left: 10px;
    max-width: 72%;
    padding: 7px 10px;
    font-size: .68rem;
  }

  .walking-person {
    bottom: 5%;
  }

  .voices-section {
    grid-template-columns: repeat(2,minmax(0,1fr));
    gap: 8px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .voices-section>.section-heading {
    margin-bottom: 12px;
    padding-inline: 8px;
  }

  .voice-panel,
  .voice-panel--right {
    min-height: 142px !important;
    padding: 8px;
    border-radius: 18px;
  }

  .voice-panel .voice-panel__person,
  .voice-panel--left .voice-panel__person,
  .voice-panel--right .voice-panel__person {
    width: 88px !important;
    height: 88px !important;
    flex-basis: 88px;
  }

  .voice-panel__person img {
    width: 88px !important;
    height: 88px !important;
    border-width: 5px;
  }

  .voice-panel__person span {
    margin-top: -10px;
    padding: 5px 8px;
    font-size: .62rem;
  }

  .voice-panel .voice-bubble {
    inset: 5px;
    min-height: 132px !important;
    padding: 12px !important;
    border-radius: 14px;
  }

  .voice-bubble h3 {
    font-size: .88rem;
  }

  .voice-bubble .voice-label {
    font-size: .55rem;
  }

  .voice-bubble .voice-live {
    font-size: .72rem;
    line-height: 1.55;
  }

  .voice-bubble .text-link {
    font-size: .68rem;
  }
}

.day-scene {
  width: min(760px, 100%);
  min-height: 300px;
  margin-inline: auto;
}

.flow-timeline {
  width: min(760px, 100%);
  margin-top: 16px;
}

.day-scene .scene-prop {
  display: block;
  position: absolute;
}

.day-scene[data-scene="outing"] {
  background: linear-gradient(#8fd6ee 0 50%, #9fd58a 50% 68%, #707876 68%);
}

.day-scene[data-scene="outing"] .scene-sky,
.day-scene[data-scene="outing"] .scene-city,
.day-scene[data-scene="outing"] .scene-road {
  display: block;
}

.day-scene[data-scene="outing"] .scene-prop--a {
  left: 35%;
  bottom: 30%;
  width: 23%;
  height: 30%;
  border: 6px solid #496e78;
  background: #d9eff3;
}

.day-scene[data-scene="outing"] .scene-prop--a::before {
  content: "駅";
  display: grid;
  height: 34%;
  place-items: center;
  background: #fff;
  color: #274b55;
  font-weight: 900;
}

.day-scene[data-scene="outing"] .scene-prop--b {
  right: 18%;
  bottom: 24%;
  width: 92px;
  height: 62px;
  border-radius: 14px 14px 5px 5px;
  background: #f6bd4b;
  box-shadow: inset 0 -18px #4e83a8;
}

.day-scene[data-scene="outing"] .scene-prop--b::before {
  content: "BUS";
  position: absolute;
  top: 10px;
  left: 20px;
  color: #24475d;
  font-size: .7rem;
  font-weight: 900;
}

.day-scene[data-scene="outing"] .scene-prop--b::after {
  content: "●　●";
  position: absolute;
  left: 12px;
  bottom: -12px;
  color: #30383d;
  font-size: 1.2rem;
}

.day-scene[data-scene="outing"] .scene-prop--c {
  left: 11%;
  bottom: 31%;
  width: 82px;
  height: 72px;
  border-radius: 10px 10px 0 0;
  background: #f8ddc2;
  border: 5px solid #925d45;
}

.day-scene[data-scene="outing"] .scene-prop--c::after {
  content: "CAFE";
  display: grid;
  height: 100%;
  place-items: center;
  color: #75442f;
  font-weight: 900;
}

.day-scene[data-scene="shortstay"] {
  background: linear-gradient(#e9d9c9 0 72%, #9a765d 72%);
}

.day-scene[data-scene="shortstay"] .scene-sky,
.day-scene[data-scene="shortstay"] .scene-city {
  display: none;
}

.day-scene[data-scene="shortstay"] .scene-road {
  display: block;
  top: auto;
  bottom: 0;
  height: 28%;
  border: 0;
  background: #98745b;
}

.day-scene[data-scene="shortstay"] .scene-road::after {
  display: none;
}

.day-scene[data-scene="shortstay"] .scene-prop--a {
  left: 9%;
  bottom: 21%;
  width: 38%;
  height: 31%;
  border: 7px solid #785642;
  border-radius: 9px;
  background: #f5e6d2;
}

.day-scene[data-scene="shortstay"] .scene-prop--a::before {
  content: "";
  position: absolute;
  left: 8%;
  top: 15%;
  width: 39%;
  height: 43%;
  border-radius: 16px 16px 4px 4px;
  background: #d5a77e;
}

.day-scene[data-scene="shortstay"] .scene-prop--a::after {
  content: "ベッド";
  position: absolute;
  right: 12%;
  bottom: 15%;
  color: #71523f;
  font-weight: 900;
}

.day-scene[data-scene="shortstay"] .scene-prop--b {
  right: 10%;
  bottom: 22%;
  width: 25%;
  height: 31%;
  border-radius: 8px;
  background: #cfb28f;
  box-shadow: inset 0 18px #f2e3ce;
}

.day-scene[data-scene="shortstay"] .scene-prop--b::after {
  content: "夕食・入浴・就寝";
  display: grid;
  height: 100%;
  padding: 15px;
  place-items: center;
  color: #634c3d;
  text-align: center;
  font-weight: 900;
}

.day-scene[data-scene="shortstay"] .scene-prop--c {
  right: 36%;
  top: 17%;
  width: 18%;
  height: 24%;
  border: 8px solid #fff;
  background: linear-gradient(#654878, #2d2948);
  box-shadow: 0 0 0 2px #816958;
}

.day-scene[data-scene="daycare"] {
  background: linear-gradient(#f5e7b9 0 73%, #7eaf77 73%);
}

.day-scene[data-scene="daycare"] .scene-sky,
.day-scene[data-scene="daycare"] .scene-city {
  display: none;
}

.day-scene[data-scene="daycare"] .scene-road {
  display: block;
  top: auto;
  bottom: 0;
  height: 27%;
  border: 0;
  background: #7eaf77;
}

.day-scene[data-scene="daycare"] .scene-road::after {
  display: none;
}

.day-scene[data-scene="daycare"] .scene-prop--a {
  left: 14%;
  top: 16%;
  width: 42%;
  height: 31%;
  border: 9px solid #956d48;
  background: #3d735d;
}

.day-scene[data-scene="daycare"] .scene-prop--a::after {
  content: "おえかき　運動　おやつ";
  display: grid;
  height: 100%;
  place-items: center;
  color: #fff;
  font-weight: 900;
}

.day-scene[data-scene="daycare"] .scene-prop--b {
  right: 10%;
  bottom: 24%;
  width: 27%;
  height: 27%;
  border-radius: 12px;
  background: radial-gradient(circle at 25% 35%, #ef8f9d 0 10%, transparent 11%),
    radial-gradient(circle at 65% 30%, #7fc7d9 0 10%, transparent 11%),
    radial-gradient(circle at 45% 70%, #ffca62 0 11%, transparent 12%),
    #f7f1df;
  border: 5px solid #d1a66e;
}

.day-scene[data-scene="daycare"] .scene-prop--c {
  left: 4%;
  bottom: 25%;
  width: 78px;
  height: 98px;
  background: repeating-linear-gradient(#ef8f9d 0 21px, #fff 21px 25px);
  border: 4px solid #855f4b;
}

.day-scene[data-scene="home-interior"] {
  background: linear-gradient(#f4eadb 0 72%, #aa7e5c 72%);
}

.day-scene[data-scene="home-interior"] .scene-sky,
.day-scene[data-scene="home-interior"] .scene-city {
  display: none;
}

.day-scene[data-scene="home-interior"] .scene-road {
  display: block;
  top: auto;
  bottom: 0;
  height: 28%;
  border: 0;
  background: #a97b59;
}

.day-scene[data-scene="home-interior"] .scene-road::after {
  display: none;
}

.day-scene[data-scene="home-interior"] .scene-prop--a {
  left: 8%;
  bottom: 21%;
  width: 34%;
  height: 25%;
  border-radius: 50%;
  background: #bf8c62;
  box-shadow: 0 18px 0 -7px #754d38;
}

.day-scene[data-scene="home-interior"] .scene-prop--a::after {
  content: "食卓";
  display: grid;
  height: 100%;
  place-items: center;
  color: #fff;
  font-weight: 900;
}

.day-scene[data-scene="home-interior"] .scene-prop--b {
  right: 8%;
  bottom: 22%;
  width: 34%;
  height: 31%;
  border-radius: 20px 20px 6px 6px;
  background: #8ea987;
  box-shadow: inset 0 -14px #6f8a68;
}

.day-scene[data-scene="home-interior"] .scene-prop--b::after {
  content: "リビング";
  display: grid;
  height: 100%;
  place-items: center;
  color: #fff;
  font-weight: 900;
}

.day-scene[data-scene="home-interior"] .scene-prop--c {
  left: 46%;
  top: 13%;
  width: 18%;
  height: 29%;
  border: 7px solid #fff;
  background: linear-gradient(#8fd6ee, #b8df93);
  box-shadow: 0 0 0 2px #8f745d;
}

.day-scene[data-scene="office"] {
  background: linear-gradient(#dceae5 0 72%, #ae8767 72%);
}

.day-scene[data-scene="office"] .scene-sky,
.day-scene[data-scene="office"] .scene-city {
  display: none;
}

.day-scene[data-scene="office"] .scene-road {
  display: block;
  top: auto;
  bottom: 0;
  height: 28%;
  border: 0;
  background: #ae8767;
}

.day-scene[data-scene="office"] .scene-road::after {
  display: none;
}

.day-scene[data-scene="office"] .scene-prop--a {
  left: 23%;
  bottom: 21%;
  width: 54%;
  height: 23%;
  background: #8d674c;
}

.day-scene[data-scene="office"] .scene-prop--a::after {
  content: "💻　☎　📋";
  position: absolute;
  top: -58px;
  left: 17%;
  font-size: 2.25rem;
}

.walking-person {
  z-index: 8;
  bottom: 7%;
}

.voices-section {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
  padding-left: 0 !important;
  padding-right: 0 !important;
  overflow: hidden;
}

.voices-section > .section-heading {
  grid-column: 1 / -1;
  padding-inline: 20px;
  margin-bottom: 18px;
}

.voice-panel,
.voice-panel--right {
  position: relative;
  width: 100%;
  min-height: 168px !important;
  margin: 0 !important;
  padding: 12px 24px;
  overflow: visible;
  background: transparent;
  pointer-events: auto;
}

.voice-panel .voice-panel__person,
.voice-panel--left .voice-panel__person,
.voice-panel--right .voice-panel__person {
  position: absolute !important;
  z-index: 5;
  top: 20px;
  width: 116px !important;
  height: 116px !important;
  opacity: 1 !important;
  transform: none !important;
  pointer-events: none;
}

.voice-panel--left .voice-panel__person {
  left: -60px !important;
}

.voice-panel--right .voice-panel__person {
  right: -60px !important;
}

.voice-panel__person img {
  width: 116px !important;
  height: 116px !important;
  border-width: 5px;
}

.voice-panel__person span,
.voice-panel__person::after {
  display: none !important;
}

.voice-panel .voice-bubble {
  position: relative;
  inset: auto;
  width: calc(100% - 42px) !important;
  min-height: 128px !important;
  margin: 8px auto 0 !important;
  padding: 15px 16px !important;
  overflow: hidden;
  border-radius: 22px;
  opacity: 1 !important;
  visibility: visible !important;
  transform: none !important;
  pointer-events: auto;
}

.voice-panel--left .voice-bubble {
  margin-left: 42px !important;
}

.voice-panel--right .voice-bubble {
  margin-right: 42px !important;
}

.voice-panel .voice-label,
.voice-panel .voice-bubble h3,
.voice-panel .voice-live {
  display: none;
}

.voice-panel.is-speaking .voice-label,
.voice-panel.is-speaking .voice-bubble h3,
.voice-panel.is-speaking .voice-live,
.voice-panel.has-spoken .voice-label,
.voice-panel.has-spoken .voice-bubble h3,
.voice-panel.has-spoken .voice-live {
  display: block;
}

.voice-bubble-trigger {
  width: 100%;
  min-height: 94px;
  display: grid;
  place-items: center;
  padding: 13px;
  border: 0;
  border-radius: 17px;
  background: var(--recruit-green-light);
  color: var(--recruit-green-deep);
  font-weight: 900;
  line-height: 1.65;
  text-align: center;
  cursor: pointer;
}

.voice-panel.is-speaking .voice-bubble-trigger,
.voice-panel.has-spoken .voice-bubble-trigger {
  min-height: auto;
  margin-top: 10px;
  padding: 7px 10px;
  background: transparent;
  color: var(--recruit-green);
  font-size: .74rem;
}

.voice-panel.is-speaking .voice-panel__person img {
  animation: speakerTalk .24s ease-in-out infinite alternate;
}

.voice-panel.has-spoken .voice-panel__person img {
  animation: none !important;
  transform: none !important;
}

@media (max-width: 600px) {
  .day-scene {
    width: 100%;
    min-height: 245px;
  }

  .flow-timeline {
    margin-top: 12px;
  }

  .voices-section {
    gap: 6px;
  }

  .voice-panel,
  .voice-panel--right {
    min-height: 148px !important;
    padding: 7px 10px;
  }

  .voice-panel .voice-panel__person,
  .voice-panel--left .voice-panel__person,
  .voice-panel--right .voice-panel__person {
    top: 18px;
    width: 94px !important;
    height: 94px !important;
  }

  .voice-panel--left .voice-panel__person {
    left: -52px !important;
  }

  .voice-panel--right .voice-panel__person {
    right: -52px !important;
  }

  .voice-panel__person img {
    width: 94px !important;
    height: 94px !important;
  }

  .voice-panel .voice-bubble {
    width: calc(100% - 26px) !important;
    min-height: 120px !important;
    padding: 10px !important;
    border-radius: 16px;
  }

  .voice-panel--left .voice-bubble {
    margin-left: 26px !important;
  }

  .voice-panel--right .voice-bubble {
    margin-right: 26px !important;
  }

  .voice-bubble-trigger {
    min-height: 96px;
    padding: 8px;
    font-size: .69rem;
  }

  .voice-panel .voice-bubble h3 {
    font-size: .84rem;
  }

  .voice-panel .voice-live {
    min-height: 6em;
    font-size: .7rem;
    line-height: 1.55;
  }
}

.voices-section {
  display: block !important;
  padding-left: 0 !important;
  padding-right: 0 !important;
  overflow: hidden;
}

.voices-section > .section-heading {
  width: min(760px, calc(100% - 40px));
  margin-left: auto;
  margin-right: auto;
  padding-inline: 0;
}

.voice-panel,
.voice-panel--right {
  position: relative;
  width: 100% !important;
  min-height: 190px !important;
  display: block !important;
  margin: 0 0 12px !important;
  padding: 10px 0 !important;
  overflow: visible;
  background: transparent !important;
}

.voice-panel .voice-panel__person,
.voice-panel--left .voice-panel__person,
.voice-panel--right .voice-panel__person {
  position: absolute !important;
  z-index: 5;
  top: 35px;
  width: 128px !important;
  height: 128px !important;
  margin: 0 !important;
  opacity: 1 !important;
  transform: none !important;
  pointer-events: none;
}

.voice-panel--left .voice-panel__person {
  left: -64px !important;
  right: auto !important;
}

.voice-panel--right .voice-panel__person {
  right: -64px !important;
  left: auto !important;
}

.voice-panel__person img {
  width: 128px !important;
  height: 128px !important;
  border-width: 6px;
}

.voice-panel .voice-bubble,
.voice-panel--left .voice-bubble,
.voice-panel--right .voice-bubble {
  position: relative !important;
  z-index: 3;
  inset: auto !important;
  width: min(650px, calc(100% - 150px)) !important;
  min-height: 145px !important;
  margin: 0 auto !important;
  padding: 18px 22px !important;
  border-radius: 28px;
  opacity: 1 !important;
  visibility: visible !important;
  transform: none !important;
  pointer-events: auto;
  overflow: hidden;
}

.voice-panel--left .voice-bubble::before {
  display: block !important;
  top: 50% !important;
  left: -15px !important;
  right: auto !important;
  transform: translateY(-50%) rotate(45deg) !important;
}

.voice-panel--right .voice-bubble::after {
  display: block !important;
  top: 50% !important;
  right: -15px !important;
  left: auto !important;
  transform: translateY(-50%) rotate(45deg) !important;
}

.voice-panel--left .voice-bubble::after,
.voice-panel--right .voice-bubble::before {
  display: none !important;
}

.voice-bubble-trigger {
  width: 100%;
  min-height: 105px;
  border-radius: 20px;
}

.voice-panel.is-speaking .voice-bubble,
.voice-panel.has-spoken .voice-bubble {
  margin-left: auto !important;
  margin-right: auto !important;
}

.voice-panel.has-spoken .voice-panel__person img {
  animation: none !important;
}

@media (max-width: 850px) {
  .voice-panel .voice-bubble,
  .voice-panel--left .voice-bubble,
  .voice-panel--right .voice-bubble {
    width: min(580px, calc(100% - 128px)) !important;
  }
}

@media (max-width: 600px) {
  .voice-panel,
  .voice-panel--right {
    min-height: 168px !important;
    margin-bottom: 6px !important;
  }

  .voice-panel .voice-panel__person,
  .voice-panel--left .voice-panel__person,
  .voice-panel--right .voice-panel__person {
    top: 36px;
    width: 100px !important;
    height: 100px !important;
  }

  .voice-panel__person img {
    width: 100px !important;
    height: 100px !important;
    border-width: 4px;
  }

  .voice-panel .voice-bubble,
  .voice-panel--left .voice-bubble,
  .voice-panel--right .voice-bubble {
    width: calc(100% - 92px) !important;
    min-height: 138px !important;
    padding: 12px 14px !important;
    border-radius: 20px;
  }

  .voice-bubble-trigger {
    min-height: 110px;
    padding: 10px;
    font-size: .76rem;
  }

  .voice-panel.is-speaking .voice-bubble h3,
  .voice-panel.has-spoken .voice-bubble h3 {
    font-size: .95rem;
  }

  .voice-panel.is-speaking .voice-live,
  .voice-panel.has-spoken .voice-live {
    min-height: 6.5em;
    font-size: .76rem;
    line-height: 1.65;
  }
}

.job-orbit {
  transition: transform .78s cubic-bezier(.2,.8,.2,1);
  will-change: transform;
}

.job-node {
  will-change: transform;
}

.voice-panel,
.voice-panel--right {
  position: relative !important;
  width: 100% !important;
  height: 196px !important;
  min-height: 196px !important;
  max-height: 196px !important;
  margin: 0 0 12px !important;
  padding: 0 !important;
  overflow: visible !important;
  contain: layout;
}

.voice-panel .voice-panel__person,
.voice-panel--left .voice-panel__person,
.voice-panel--right .voice-panel__person {
  position: absolute !important;
  z-index: 8 !important;
  top: 34px !important;
  bottom: auto !important;
  width: 128px !important;
  height: 128px !important;
  margin: 0 !important;
  opacity: 1 !important;
  transform: none !important;
  pointer-events: none !important;
}

.voice-panel__person img {
  position: static !important;
  width: 128px !important;
  height: 128px !important;
  margin: 0 !important;
  transform-origin: center center;
}

.voice-panel .voice-bubble,
.voice-panel--left .voice-bubble,
.voice-panel--right .voice-bubble {
  position: absolute !important;
  z-index: 4 !important;
  top: 10px !important;
  bottom: auto !important;
  left: 50% !important;
  right: auto !important;
  width: min(650px, calc(100% - 150px)) !important;
  height: 176px !important;
  min-height: 176px !important;
  max-height: 176px !important;
  margin: 0 !important;
  padding: 17px 22px !important;
  overflow-y: auto !important;
  overflow-x: hidden !important;
  transform: translateX(-50%) !important;
  opacity: 1 !important;
  visibility: visible !important;
  pointer-events: auto !important;
  overscroll-behavior: contain;
  scrollbar-width: thin;
}

.voice-panel.is-speaking .voice-bubble,
.voice-panel.has-spoken .voice-bubble,
.voice-panel--left.is-speaking .voice-bubble,
.voice-panel--right.is-speaking .voice-bubble,
.voice-panel--left.has-spoken .voice-bubble,
.voice-panel--right.has-spoken .voice-bubble {
  top: 10px !important;
  left: 50% !important;
  right: auto !important;
  width: min(650px, calc(100% - 150px)) !important;
  height: 176px !important;
  min-height: 176px !important;
  max-height: 176px !important;
  margin: 0 !important;
  transform: translateX(-50%) !important;
}

.voice-panel.is-speaking .voice-panel__person,
.voice-panel.has-spoken .voice-panel__person {
  top: 34px !important;
  transform: none !important;
}

.voice-panel.is-speaking .voice-panel__person img {
  animation: speakerTalkFixed .24s ease-in-out infinite alternate !important;
}

@keyframes speakerTalkFixed {from {
    transform: rotate(-.7deg) scale(1);
  }
  to {
    transform: rotate(.7deg) scale(1.015);
  }}

.voice-live {
  min-height: 0 !important;
  height: auto !important;
  overflow: visible;
}

.voice-panel.is-speaking .voice-live,
.voice-panel.has-spoken .voice-live {
  display: block;
}

@media (max-width: 850px) {
  .voice-panel .voice-bubble,
  .voice-panel--left .voice-bubble,
  .voice-panel--right .voice-bubble,
  .voice-panel.is-speaking .voice-bubble,
  .voice-panel.has-spoken .voice-bubble {
    width: min(580px, calc(100% - 128px)) !important;
  }
}

@media (max-width: 600px) {
  .voice-panel,
  .voice-panel--right {
    height: 178px !important;
    min-height: 178px !important;
    max-height: 178px !important;
    margin-bottom: 7px !important;
  }

  .voice-panel .voice-panel__person,
  .voice-panel--left .voice-panel__person,
  .voice-panel--right .voice-panel__person,
  .voice-panel.is-speaking .voice-panel__person,
  .voice-panel.has-spoken .voice-panel__person {
    top: 37px !important;
    width: 100px !important;
    height: 100px !important;
  }

  .voice-panel__person img {
    width: 100px !important;
    height: 100px !important;
  }

  .voice-panel .voice-bubble,
  .voice-panel--left .voice-bubble,
  .voice-panel--right .voice-bubble,
  .voice-panel.is-speaking .voice-bubble,
  .voice-panel.has-spoken .voice-bubble {
    top: 7px !important;
    left: 50% !important;
    width: calc(100% - 92px) !important;
    height: 164px !important;
    min-height: 164px !important;
    max-height: 164px !important;
    padding: 11px 14px !important;
    margin: 0 !important;
    transform: translateX(-50%) !important;
  }
}

.voice-panel,
.voice-panel--right {
  height: auto !important;
  min-height: 190px !important;
  max-height: none !important;
  padding: 10px 0 18px !important;
  contain: none !important;
}

.voice-panel .voice-panel__person,
.voice-panel--left .voice-panel__person,
.voice-panel--right .voice-panel__person {
  top: 35px !important;
  opacity: 0 !important;
  transition: opacity .3s ease,
    transform .72s cubic-bezier(.16,.82,.22,1.16) !important;
  will-change: transform, opacity;
}

.voice-panel--left .voice-panel__person {
  transform: translateX(-115%) scale(.86) !important;
}

.voice-panel--right .voice-panel__person {
  transform: translateX(115%) scale(.86) !important;
}

.voice-panel.is-entered .voice-panel__person {
  opacity: 1 !important;
  transform: translateX(0) scale(1) !important;
}

.voice-panel.is-entered.voice-panel--left .voice-panel__person {
  animation: voicePeekLeft .78s cubic-bezier(.16,.82,.22,1.16) both;
}

.voice-panel.is-entered.voice-panel--right .voice-panel__person {
  animation: voicePeekRight .78s cubic-bezier(.16,.82,.22,1.16) both;
}

@keyframes voicePeekLeft {0% {
    opacity: 0;
    transform: translateX(-115%) scale(.84);
  }
  72% {
    opacity: 1;
    transform: translateX(9%) scale(1.04);
  }
  100% {
    opacity: 1;
    transform: translateX(0) scale(1);
  }}

@keyframes voicePeekRight {0% {
    opacity: 0;
    transform: translateX(115%) scale(.84);
  }
  72% {
    opacity: 1;
    transform: translateX(-9%) scale(1.04);
  }
  100% {
    opacity: 1;
    transform: translateX(0) scale(1);
  }}

.voice-panel .voice-bubble,
.voice-panel--left .voice-bubble,
.voice-panel--right .voice-bubble,
.voice-panel.is-speaking .voice-bubble,
.voice-panel.has-spoken .voice-bubble {
  position: relative !important;
  top: auto !important;
  bottom: auto !important;
  left: auto !important;
  right: auto !important;
  width: min(650px, calc(100% - 150px)) !important;
  height: auto !important;
  min-height: 150px !important;
  max-height: none !important;
  margin: 0 auto !important;
  padding: 22px 26px !important;
  overflow: visible !important;
  transform: none !important;
}

.voice-panel.is-speaking .voice-bubble,
.voice-panel.has-spoken .voice-bubble {
  min-height: 190px !important;
}

.voice-panel .voice-bubble h3 {
  font-size: clamp(1.25rem, 2.6vw, 1.8rem) !important;
  line-height: 1.45;
}

.voice-panel .voice-live {
  min-height: 0 !important;
  margin-top: 14px;
  font-size: clamp(1.02rem, 1.8vw, 1.2rem) !important;
  line-height: 2 !important;
  letter-spacing: .02em;
}

.voice-bubble-trigger[hidden] {
  display: none !important;
}

.voice-panel.is-entered.is-speaking .voice-panel__person {
  opacity: 1 !important;
  transform: translateX(0) scale(1) !important;
  animation: none !important;
}

.voice-panel.is-entered.is-speaking .voice-panel__person img {
  animation: speakerTalkFixed .24s ease-in-out infinite alternate !important;
}

.voice-panel.is-entered.has-spoken .voice-panel__person {
  opacity: 1 !important;
  transform: translateX(0) scale(1) !important;
  animation: none !important;
}

.voice-panel.is-entered.has-spoken .voice-panel__person img {
  animation: none !important;
}

@media (max-width: 600px) {
  .voice-panel,
  .voice-panel--right {
    height: auto !important;
    min-height: 172px !important;
    max-height: none !important;
    padding-bottom: 14px !important;
  }

  .voice-panel .voice-bubble,
  .voice-panel--left .voice-bubble,
  .voice-panel--right .voice-bubble,
  .voice-panel.is-speaking .voice-bubble,
  .voice-panel.has-spoken .voice-bubble {
    width: calc(100% - 92px) !important;
    height: auto !important;
    min-height: 138px !important;
    max-height: none !important;
    padding: 16px 17px !important;
  }

  .voice-panel.is-speaking .voice-bubble,
  .voice-panel.has-spoken .voice-bubble {
    min-height: 180px !important;
  }

  .voice-panel .voice-bubble h3 {
    font-size: 1.12rem !important;
  }

  .voice-panel .voice-live {
    font-size: .98rem !important;
    line-height: 1.9 !important;
  }
}

.recruit-hero__movie {
  position: absolute;
  inset: 0;
  overflow: hidden;
  pointer-events: none;
}

.recruit-hero__movie-item {
  position: absolute;
  inset: 0;
  z-index: 0;
  visibility: hidden;
  opacity: 0;
  overflow: hidden;
  transition: opacity 1.35s ease,
    visibility 1.35s ease;
}

.recruit-hero__movie-item.is-active {
  z-index: 1;
  visibility: visible;
  opacity: .52;
}

.recruit-hero__movie-item iframe {
  position: absolute;
  top: 50%;
  left: 50%;
  width: max(100vw, 177.7778vh);
  min-width: 100%;
  height: max(100vh, 56.25vw);
  min-height: 100%;
  max-width: none;
  border: 0;
  transform: translate(-50%, -50%)
    scale(1.08);
}

.recruit-hero__movie > iframe {
  display: none;
}

@media (max-width: 600px) {
  .recruit-hero__movie-item iframe {
    width: max(177.7778vh, 1500px);
    height: max(100vh, 844px);
  }
}

@media (prefers-reduced-motion: reduce) {
  .recruit-hero__movie-item {
    transition: none;
  }

  .recruit-hero__movie-item:not(:first-child) {
    display: none;
  }
}

.day-scene .scene-prop,
.day-scene .scene-prop::before,
.day-scene .scene-prop::after {
  will-change: transform, opacity;
}

.day-scene[data-scene="outing"] .scene-prop--b {
  animation: outingBusMove 8s linear infinite;
}

@keyframes outingBusMove {0% {
    transform: translateX(90px);
  }
  45% {
    transform: translateX(-35px);
  }
  55% {
    transform: translateX(-35px);
  }
  100% {
    transform: translateX(90px);
  }}

.day-scene[data-scene="outing"] .scene-prop--c {
  transform-origin: 50% 100%;
  animation: outingCafeSwing 3.2s ease-in-out infinite;
}

@keyframes outingCafeSwing {0%,
  100% {
    transform: rotate(-1.3deg);
  }
  50% {
    transform: rotate(1.3deg);
  }}

.day-scene[data-scene="outing"] .scene-cloud--1 {
  animation-duration: 19s;
}

.day-scene[data-scene="outing"] .scene-cloud--2 {
  animation-duration: 27s;
}

.day-scene[data-scene="shortstay"] .scene-prop--a {
  left: 8%;
  bottom: 20%;
  width: 43%;
  height: 34%;
  border: 0;
  border-radius: 10px 10px 5px 5px;
  background: linear-gradient(
      to bottom,
      #f9f4ed 0 28%,
      #d9b58f 28% 100%
    );
  box-shadow: 0 10px 0 #7b5a43,
    0 14px 18px rgba(0,0,0,.18);
  overflow: visible;
}

.day-scene[data-scene="shortstay"] .scene-prop--a::before {
  content: "";
  position: absolute;
  left: 6%;
  top: 8%;
  width: 31%;
  height: 22%;
  border-radius: 16px;
  background: #ffffff;
  box-shadow: inset 0 -5px 0 rgba(218,220,222,.75),
    0 2px 5px rgba(0,0,0,.12);
}

.day-scene[data-scene="shortstay"] .scene-prop--a::after {
  content: "";
  position: absolute;
  left: 36%;
  right: 4%;
  top: 9%;
  bottom: 8%;
  border-radius: 12px 12px 4px 4px;
  background: repeating-linear-gradient(
      135deg,
      #8db4cf 0 16px,
      #a8c8db 16px 32px
    );
  box-shadow: inset 0 -7px 0 rgba(53,86,108,.18);
}

.day-scene[data-scene="shortstay"] .scene-prop--b {
  animation: shortstayLampGlow 3.4s ease-in-out infinite;
}

@keyframes shortstayLampGlow {0%,
  100% {
    filter: brightness(.88);
  }
  50% {
    filter: brightness(1.14);
  }}

.day-scene[data-scene="shortstay"] .scene-prop--c {
  animation: shortstayWindowNight 5s ease-in-out infinite;
}

@keyframes shortstayWindowNight {0%,
  100% {
    filter: brightness(.8);
  }
  50% {
    filter: brightness(1.18);
  }}

.day-scene[data-scene="shortstay"] .scene-prop--c::after {
  content: "✦";
  position: absolute;
  top: 15%;
  right: 18%;
  color: #ffe88c;
  font-size: 1.35rem;
  animation: shortstayStar 1.8s ease-in-out infinite;
}

@keyframes shortstayStar {0%,
  100% {
    opacity: .35;
    transform: scale(.8);
  }
  50% {
    opacity: 1;
    transform: scale(1.15);
  }}

.day-scene[data-scene="daycare"] .scene-prop--b {
  animation: daycareToyBounce 1.8s ease-in-out infinite;
}

@keyframes daycareToyBounce {0%,
  100% {
    transform: translateY(0) rotate(-1deg);
  }
  50% {
    transform: translateY(-12px) rotate(2deg);
  }}

.day-scene[data-scene="daycare"] .scene-prop--a::after {
  animation: daycareBoardPulse 4s ease-in-out infinite;
}

@keyframes daycareBoardPulse {0%,
  100% {
    opacity: .84;
    letter-spacing: 0;
  }
  50% {
    opacity: 1;
    letter-spacing: .04em;
  }}

.day-scene[data-scene="daycare"] .scene-prop--c {
  transform-origin: 50% 100%;
  animation: daycareShelfWiggle 3.6s ease-in-out infinite;
}

@keyframes daycareShelfWiggle {0%,
  100% {
    transform: rotate(-.7deg);
  }
  50% {
    transform: rotate(.7deg);
  }}

.day-scene[data-scene="home-interior"] .scene-prop--b {
  animation: homeTelevisionGlow 3s ease-in-out infinite;
}

@keyframes homeTelevisionGlow {0%,
  100% {
    box-shadow:
      inset 0 -14px #6f8a68,
      0 0 0 rgba(140,207,255,0);
  }
  50% {
    box-shadow:
      inset 0 -14px #6f8a68,
      0 0 28px rgba(140,207,255,.58);
  }}

.day-scene[data-scene="home-interior"] .scene-prop--c {
  transform-origin: 0 0;
  animation: homeCurtainSway 4.2s ease-in-out infinite;
}

@keyframes homeCurtainSway {0%,
  100% {
    transform: skewX(-1deg);
  }
  50% {
    transform: skewX(2deg);
  }}

.day-scene[data-scene="home-interior"] .scene-prop--a {
  animation: homeTableBreath 4.8s ease-in-out infinite;
}

@keyframes homeTableBreath {0%,
  100% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.015);
  }}

.day-scene[data-scene="office"] .scene-prop--a::after {
  animation: officeToolsMove 2.7s ease-in-out infinite;
}

@keyframes officeToolsMove {0%,
  100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-5px);
  }}

.day-scene[data-scene="office"] .scene-prop--a {
  animation: officeDeskPulse 4.5s ease-in-out infinite;
}

@keyframes officeDeskPulse {0%,
  100% {
    filter: brightness(.96);
  }
  50% {
    filter: brightness(1.06);
  }}

.flow-timeline {
  scroll-behavior: auto;
}

@media (max-width: 600px) {
  .flow-timeline {
    scroll-padding-left: 0;
  }

  .day-scene[data-scene="outing"] .scene-prop--b {
    animation-duration: 7s;
  }

  .day-scene[data-scene="shortstay"] .scene-prop--a {
    left: 5%;
    width: 52%;
    height: 31%;
  }

  .day-scene[data-scene="shortstay"] .scene-prop--b {
    right: 4%;
    width: 30%;
  }
}

@media (prefers-reduced-motion: reduce) {
  .day-scene .scene-prop,
  .day-scene .scene-prop::before,
  .day-scene .scene-prop::after {
    animation: none !important;
  }
}


/* =========================================================
   職員の声・人物写真位置の最終調整
   写真を吹き出しの斜め上へ移動し、
   画面外へ隠れる範囲を小さくする
========================================================= */

.voice-panel,
.voice-panel--right {
  position: relative !important;
  padding-top: 54px !important;
  overflow: visible !important;
}

/*
 * 写真は吹き出しより前面に配置。
 * 円の大部分が画面内に見える位置に固定する。
 */
.voice-panel .voice-panel__person,
.voice-panel--left .voice-panel__person,
.voice-panel--right .voice-panel__person {
  position: absolute !important;
  z-index: 10 !important;
  top: -18px !important;
  bottom: auto !important;
  width: 132px !important;
  height: 132px !important;
  margin: 0 !important;
  opacity: 0 !important;
  pointer-events: none !important;
  will-change: transform, opacity;
}

.voice-panel__person img {
  width: 132px !important;
  height: 132px !important;
  border-width: 6px !important;
}

/* 左側人物：吹き出しの左斜め上 */
.voice-panel--left .voice-panel__person {
  left: -20px !important;
  right: auto !important;
  transform: translateX(-125%) scale(.86) rotate(-7deg) !important;
}

/* 右側人物：吹き出しの右斜め上 */
.voice-panel--right .voice-panel__person {
  right: -20px !important;
  left: auto !important;
  transform: translateX(125%) scale(.86) rotate(7deg) !important;
}

/* スクロールで表示領域へ入った後の固定位置 */
.voice-panel.is-entered .voice-panel__person {
  opacity: 1 !important;
  transform: translateX(0) scale(1) rotate(0) !important;
}

/*
 * 既存の登場アニメーションを、
 * 新しい斜め上の最終位置に合わせて上書き
 */
.voice-panel.is-entered.voice-panel--left .voice-panel__person {
  animation: voicePeekUpperLeft .78s cubic-bezier(.16,.82,.22,1.16) both !important;
}

.voice-panel.is-entered.voice-panel--right .voice-panel__person {
  animation: voicePeekUpperRight .78s cubic-bezier(.16,.82,.22,1.16) both !important;
}

@keyframes voicePeekUpperLeft {
  0% {
    opacity: 0;
    transform: translateX(-125%) scale(.84) rotate(-9deg);
  }

  72% {
    opacity: 1;
    transform: translateX(10px) scale(1.04) rotate(2deg);
  }

  100% {
    opacity: 1;
    transform: translateX(0) scale(1) rotate(0);
  }
}

@keyframes voicePeekUpperRight {
  0% {
    opacity: 0;
    transform: translateX(125%) scale(.84) rotate(9deg);
  }

  72% {
    opacity: 1;
    transform: translateX(-10px) scale(1.04) rotate(-2deg);
  }

  100% {
    opacity: 1;
    transform: translateX(0) scale(1) rotate(0);
  }
}

/*
 * 吹き出しは人物写真の下へ少し下げる。
 * 写真と見出しが重ならないよう左右にも余白を確保。
 */
.voice-panel .voice-bubble,
.voice-panel--left .voice-bubble,
.voice-panel--right .voice-bubble,
.voice-panel.is-speaking .voice-bubble,
.voice-panel.has-spoken .voice-bubble {
  width: min(680px, calc(100% - 126px)) !important;
  margin-top: 10px !important;
  overflow: visible !important;
}

/* 吹き出しのしっぽを人物方向の斜め上へ移動 */
.voice-panel--left .voice-bubble::before {
  top: 32px !important;
  left: -15px !important;
}

.voice-panel--right .voice-bubble::after {
  top: 32px !important;
  right: -15px !important;
}

/* 発話中も人物コンテナの位置は固定 */
.voice-panel.is-entered.is-speaking .voice-panel__person,
.voice-panel.is-entered.has-spoken .voice-panel__person {
  top: -18px !important;
  opacity: 1 !important;
  transform: translateX(0) scale(1) rotate(0) !important;
  animation: none !important;
}

/* タブレット */
@media (max-width: 850px) {
  .voice-panel,
  .voice-panel--right {
    padding-top: 48px !important;
  }

  .voice-panel .voice-panel__person,
  .voice-panel--left .voice-panel__person,
  .voice-panel--right .voice-panel__person {
    top: -12px !important;
    width: 118px !important;
    height: 118px !important;
  }

  .voice-panel__person img {
    width: 118px !important;
    height: 118px !important;
  }

  .voice-panel--left .voice-panel__person {
    left: -14px !important;
  }

  .voice-panel--right .voice-panel__person {
    right: -14px !important;
  }

  .voice-panel .voice-bubble,
  .voice-panel--left .voice-bubble,
  .voice-panel--right .voice-bubble,
  .voice-panel.is-speaking .voice-bubble,
  .voice-panel.has-spoken .voice-bubble {
    width: calc(100% - 104px) !important;
  }

  .voice-panel.is-entered.is-speaking .voice-panel__person,
  .voice-panel.is-entered.has-spoken .voice-panel__person {
    top: -12px !important;
  }
}

/* スマホ */
@media (max-width: 600px) {
  .voices-section {
    padding-left: 12px !important;
    padding-right: 12px !important;
  }

  .voice-panel,
  .voice-panel--right {
    min-height: 190px !important;
    padding-top: 42px !important;
    padding-bottom: 16px !important;
  }

  .voice-panel .voice-panel__person,
  .voice-panel--left .voice-panel__person,
  .voice-panel--right .voice-panel__person {
    top: -6px !important;
    width: 104px !important;
    height: 104px !important;
  }

  .voice-panel__person img {
    width: 104px !important;
    height: 104px !important;
    border-width: 5px !important;
  }

  /*
   * スマホではほぼ全体を表示。
   * 画面外へ出す量は8pxだけにする。
   */
  .voice-panel--left .voice-panel__person {
    left: -8px !important;
  }

  .voice-panel--right .voice-panel__person {
    right: -8px !important;
  }

  .voice-panel .voice-bubble,
  .voice-panel--left .voice-bubble,
  .voice-panel--right .voice-bubble,
  .voice-panel.is-speaking .voice-bubble,
  .voice-panel.has-spoken .voice-bubble {
    width: calc(100% - 54px) !important;
    margin-top: 10px !important;
    padding: 18px 17px !important;
  }

  .voice-panel--left .voice-bubble {
    margin-left: 42px !important;
    margin-right: 12px !important;
  }

  .voice-panel--right .voice-bubble {
    margin-right: 42px !important;
    margin-left: 12px !important;
  }

  .voice-panel--left .voice-bubble::before {
    top: 25px !important;
  }

  .voice-panel--right .voice-bubble::after {
    top: 25px !important;
  }

  .voice-panel.is-entered.is-speaking .voice-panel__person,
  .voice-panel.is-entered.has-spoken .voice-panel__person {
    top: -6px !important;
  }
}

/* 動きを減らす設定でも最終位置は維持 */
@media (prefers-reduced-motion: reduce) {
  .voice-panel .voice-panel__person,
  .voice-panel--left .voice-panel__person,
  .voice-panel--right .voice-panel__person,
  .voice-panel.is-entered .voice-panel__person {
    opacity: 1 !important;
    transform: none !important;
    animation: none !important;
  }
}


/* =========================================================
   職員写真横の名前表示・発話安定化
========================================================= */

.voice-panel__person span {
  position: absolute !important;
  z-index: 12;
  top: 50%;
  display: block !important;
  width: max-content;
  max-width: 150px;
  margin: 0 !important;
  padding: 8px 13px !important;
  border: 2px solid rgba(255, 255, 255, .95);
  border-radius: 14px !important;
  background: rgba(6, 59, 41, .94) !important;
  color: #fff !important;
  box-shadow: 0 8px 22px rgba(0, 0, 0, .2);
  font-size: .78rem !important;
  font-weight: 900 !important;
  line-height: 1.45 !important;
  text-align: center;
  white-space: nowrap;
  opacity: 1 !important;
  transform: translateY(-50%) !important;
  pointer-events: none;
}

.voice-panel--left .voice-panel__person span {
  left: calc(100% - 8px) !important;
  right: auto !important;
}

.voice-panel--right .voice-panel__person span {
  right: calc(100% - 8px) !important;
  left: auto !important;
}

.voice-panel__person::after {
  display: none !important;
}

.voice-panel.is-speaking .voice-panel__person,
.voice-panel.has-spoken .voice-panel__person {
  opacity: 1 !important;
}

.voice-panel.is-speaking .voice-panel__person span,
.voice-panel.has-spoken .voice-panel__person span {
  opacity: 1 !important;
}

@media (max-width: 850px) {
  .voice-panel__person span {
    max-width: 130px;
    padding: 7px 10px !important;
    font-size: .7rem !important;
  }

  .voice-panel--left .voice-panel__person span {
    left: calc(100% - 10px) !important;
  }

  .voice-panel--right .voice-panel__person span {
    right: calc(100% - 10px) !important;
  }
}

@media (max-width: 600px) {
  .voice-panel__person span {
    top: 47%;
    max-width: 105px;
    padding: 6px 8px !important;
    border-radius: 11px !important;
    font-size: .62rem !important;
    line-height: 1.35 !important;
    white-space: normal;
  }

  .voice-panel--left .voice-panel__person span {
    left: calc(100% - 12px) !important;
  }

  .voice-panel--right .voice-panel__person span {
    right: calc(100% - 12px) !important;
  }
}


/* =========================================================
   採用ページ上部 MP4背景動画
   guide → SS → day
========================================================= */

.recruit-hero__movie,
.recruit-hero__movie-item,
.recruit-hero__movie-element {
  position: absolute;
  inset: 0;
}

.recruit-hero__movie {
  overflow: hidden;
  background: var(--recruit-green-deep);
  pointer-events: none;
}

.recruit-hero__movie-item {
  z-index: 0;
  visibility: hidden;
  opacity: 0;
  overflow: hidden;
  transition:
    opacity 1.2s ease,
    visibility 1.2s ease;
}

.recruit-hero__movie-item.is-active {
  z-index: 1;
  visibility: visible;
  opacity: .52;
}

.recruit-hero__movie-element {
  width: 100%;
  height: 100%;
  max-width: none;
  border: 0;
  object-fit: cover;
  object-position: center;
  background: var(--recruit-green-deep);
}

/* 旧YouTube iframe用指定を無効化 */
.recruit-hero__movie iframe,
.recruit-hero__movie-item iframe {
  display: none !important;
}

@media (max-width: 600px) {
  .recruit-hero__movie-element {
    object-position: center center;
  }
}

@media (prefers-reduced-motion: reduce) {
  .recruit-hero__movie-item {
    transition: none;
  }

  .recruit-hero__movie-item:not(:first-child) {
    display: none;
  }
}


/* =========================================================
   スマホ職種紹介の点滅防止
   Safari / Chromeのスクロール中の再合成を避ける
========================================================= */
@media (max-width: 600px) {
  .job-stage-section,
  .job-experience,
  .job-detail,
  .job-detail__visual,
  .job-detail__content {
    -webkit-backface-visibility: visible !important;
    backface-visibility: visible !important;
    transform: none !important;
    will-change: auto !important;
    contain: none !important;
  }

  .job-detail {
    opacity: 1 !important;
    animation: none !important;
    transition: none !important;
    box-shadow: 0 14px 34px rgba(0, 0, 0, 0.18);
  }

  .job-detail *,
  .job-detail *::before,
  .job-detail *::after {
    animation-play-state: paused !important;
  }

  .job-detail__character,
  .job-detail__character .css-person,
  .job-detail__character .css-person__animal-head,
  .job-detail__shadow {
    animation: none !important;
    transition: none !important;
    will-change: auto !important;
    filter: none !important;
  }

  .job-detail__shadow {
    opacity: 0.12 !important;
    transform: none !important;
  }

  .job-detail__visual {
    isolation: isolate;
  }
}


/* 一日の流れ：時間割カード内を左上揃え */
.flow-step {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  text-align: left;
}

.flow-step span,
.flow-step strong,
.flow-step small {
  width: 100%;
  text-align: left;
}

/* =========================================================
   採用ページ冒頭動画 ループ再生安定化
========================================================= */
.recruit-hero__movie-element {
  display: block;
  backface-visibility: hidden;
  transform: translateZ(0);
}

.recruit-hero__movie-item:not(.is-active) {
  pointer-events: none;
}
