.road {
  background-image: url(../images/index-road-bg.svg);
  background-position: center 140px;
  background-repeat: no-repeat;
  background-size: 2240px 4038px;
  padding: 0 0 70px;
  overflow-x: clip;
}
@media (min-width: 960px) {
  .road {
    background-position: center 267px;
    background-size: 4478px 8075px;
    padding: 0 0 150px;
  }
}

.catchTitle {
  line-height: 1.35;
  font-size: 2rem;
  font-weight: bold;
  margin: 0 0 25px;
}
@media (min-width: 960px) {
  .catchTitle {
    font-size: 5.4rem;
    margin: 0 0 80px;
  }
}

.intro {
  display: grid;
  gap: 40px;
  margin: 0 0 50px;
}
@media (min-width: 960px) {
  .intro {
    grid-template-columns: 405fr 560fr;
    gap: 16.8685%;
    margin: 0 0 100px;
    align-items: flex-start;
  }
}

.introCicleWrap {
  position: relative;
}

.introCicle {
  aspect-ratio: 1/1;
  background-color: #FFE103;
  border: 4px solid #000;
  padding: 25px 10px;
  max-width: 300px;
  margin: 0 auto;
  border-radius: 60px;
}
@media (min-width: 960px) {
  .introCicle {
    padding: 45px 10px 10px;
    max-width: initial;
    width: auto;
    margin: 0;
    border-radius: 50%;
  }
}

.introCicleBox {
  width: 70%;
  margin-inline: auto;
}

.introCicleTitle {
  text-align: center;
  font-size: 1.6rem;
  line-height: 1.4;
  margin: 0 0 10px;
}
@media (min-width: 960px) {
  .introCicleTitle {
    font-size: 2.5rem;
    margin: 0 0 20px;
  }
}

.introCicleText {
  font-size: 1.4rem;
}

@keyframes people {
  0% {
    transform: scale(0);
  }
  100% {
    transform: scale(1);
  }
}
.introPeople01 {
  display: none;
}
@media (min-width: 960px) {
  .introPeople01 {
    display: block;
    position: absolute;
    top: calc(100% - 50px);
    left: 0;
    width: 178px;
    animation: people 0.5s 1s both;
    transform-origin: 50% bottom;
  }
}

.introPeople02 {
  display: none;
}
@media (min-width: 960px) {
  .introPeople02 {
    display: block;
    position: absolute;
    top: calc(100% - 10px);
    right: -10px;
    width: 125px;
    animation: people 0.5s 1.25s both;
    transform-origin: 50% bottom;
  }
}

.jobCheckWrap {
  position: relative;
}
@media (min-width: 960px) {
  .jobCheckWrap {
    margin: 220px 0 0;
  }
}

.introPeople03 {
  display: none;
}
@media (min-width: 960px) {
  .introPeople03 {
    display: block;
    position: absolute;
    top: -60px;
    right: calc(100% + 35px);
    width: 92px;
    animation: people 0.5s 0.75s both;
    transform-origin: 50% bottom;
  }
}

.introPeople04 {
  position: absolute;
  bottom: calc(100% + 20px);
  left: -10px;
  width: 73px;
  animation: people 0.5s both;
  transform-origin: 60% bottom;
}
@media (min-width: 960px) {
  .introPeople04 {
    left: 40px;
    width: 146px;
  }
}

.introPeople05 {
  position: absolute;
  bottom: calc(100% + 20px);
  right: -10px;
  width: 67px;
  animation: people 0.5s 0.25s both;
  transform-origin: 50% bottom;
}
@media (min-width: 960px) {
  .introPeople05 {
    right: initial;
    left: 250px;
    width: 125px;
  }
}

.introPeople06 {
  display: none;
}
@media (min-width: 960px) {
  .introPeople06 {
    display: block;
    position: absolute;
    bottom: calc(100% - 150px);
    left: calc(100% + 5px);
    width: 108px;
    animation: people 0.5s 0.5s both;
    transform-origin: 50% bottom;
  }
}

.jobSearchWrap {
  margin: 0 0 75px;
}

.indexNewsTitle {
  font-size: 1.8rem;
  font-weight: bold;
  width: fit-content;
  position: relative;
  margin: 0 auto;
  display: flex;
  align-items: center;
  height: 48px;
}
@media (min-width: 960px) {
  .indexNewsTitle {
    font-size: 3.6rem;
    height: 111px;
  }
}
.indexNewsTitle::after {
  content: "";
  background-image: url(../images/chara-animation.svg);
  background-size: 450px 62.5px;
  background-repeat: no-repeat;
  aspect-ratio: 176/111;
  position: absolute;
  width: 75px;
  bottom: 0;
  left: calc(100% + 16px);
  animation: newsParapara 1s steps(5) infinite;
}
@media (min-width: 960px) {
  .indexNewsTitle::after {
    width: 176px;
    left: calc(100% + 32px);
    background-size: 1056px 145.83333px;
  }
}

:root {
  --newsParaparaBg: -375px;
}
@media (min-width: 960px) {
  :root {
    --newsParaparaBg: -875.5px ;
  }
}

@keyframes newsParapara {
  0% {
    background-position-x: 0px;
  }
  100% {
    background-position-x: var(--newsParaparaBg);
  }
}
.middleMenu {
  display: flex;
  justify-content: center;
  margin: 50px auto;
  gap: 10px;
  max-width: 860px;
}
@media (min-width: 960px) {
  .middleMenu {
    gap: 15px;
    margin: 100px auto;
  }
}

.middleMenuItem:nth-of-type(1) {
  margin: 50px 0 0;
}
@media (min-width: 960px) {
  .middleMenuItem:nth-of-type(1) {
    margin: 150px 0 0;
  }
}
.middleMenuItem:nth-of-type(3) {
  margin: 15px 0 0;
}
@media (min-width: 960px) {
  .middleMenuItem:nth-of-type(3) {
    margin: 50px 0 0;
  }
}

.navta {
  background-color: #FFE103;
  height: 91px;
  position: relative;
  display: flex;
  align-items: flex-end;
  justify-content: center;
}
@media (min-width: 960px) {
  .navta {
    height: 273px;
  }
}

.navtaCharaBg {
  position: absolute;
  left: 50%;
  bottom: -9.158%;
  width: 284px;
  aspect-ratio: 853/326;
  transform: translateX(-50%);
}
@media (min-width: 960px) {
  .navtaCharaBg {
    width: 853px;
  }
}

.navtaCharaWrap {
  width: 91px;
  aspect-ratio: 169/99;
  overflow-x: clip;
}
@media (min-width: 960px) {
  .navtaCharaWrap {
    width: 272px;
  }
}

.navtaChara {
  width: 544px;
  aspect-ratio: 1632/99;
  animation: navtaParapara 1.5s steps(6) infinite;
  position: relative;
}
@media (min-width: 960px) {
  .navtaChara {
    width: 1632px;
  }
}

:root {
  --navtaParapara: 544px;
}
@media (min-width: 960px) {
  :root {
    --navtaParapara: 1632px;
  }
}

@keyframes navtaParapara {
  0% {
    right: 0px;
  }
  100% {
    right: var(--navtaParapara);
  }
}