.hero {
  background-color: #f5f5f5;
  padding: 120px 0;
  display: flex;
  align-items: center;
  position: relative;
  margin: 0 0 70px;
  clip-path: ellipse(120% 100% at 50% 0);
}

.heroBodyWrap {
  max-width: 1180px;
  margin-inline: auto;
  width: 100%;
  position: relative;
  background-color: #f5f5f5;
  padding: 33px 25px;
}

.heroCatch {
  width: 72.31%;
  margin: 0 auto 15px;
}

.heriText {
  max-width: 600px;
  font-size: 1.4rem;
  line-height: 2;
}

.heroRoad {
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
  aspect-ratio: 1/1;
  overflow-y: clip;
  container-type: inline-size;
}

.heroRoadPic01 {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  aspect-ratio: 941/1533;
  animation: slide 40s linear -20s infinite;
}
.heroRoadPic01 img {
  scale: 1 1.025;
}

.heroRoadPic02 {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  aspect-ratio: 941/1533;
  animation: slide 40s linear -40s infinite;
}
.heroRoadPic02 img {
  scale: 1 1.025;
}

@keyframes slide {
  0% {
    transform: translateY(163.4431455898cqw);
  }
  100% {
    transform: translateY(-100%);
  }
}
.vehicleList {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
}

.vehicleListLink {
  text-decoration: none;
  color: inherit;
  display: block;
  border-radius: 10px;
  padding: 9px 9px 18px;
  border: 1px solid #dddddd;
  height: 100%;
  --color1: #3fc448;
  --color2: #3fa9f5;
  --color3: #bf93e5;
  --color4: #f65c5c;
}

.vehicleListPic {
  aspect-ratio: 280/140;
  margin: 0 0 12px;
  border-radius: 5px;
  overflow: clip;
}
.vehicleListItem:nth-of-type(1) .vehicleListPic {
  background-color: var(--color1);
}
.vehicleListItem:nth-of-type(2) .vehicleListPic {
  background-color: var(--color2);
}
.vehicleListItem:nth-of-type(3) .vehicleListPic {
  background-color: var(--color3);
}
.vehicleListItem:nth-of-type(4) .vehicleListPic {
  background-color: var(--color4);
}

.vehicleListTitle {
  line-height: 1.6667;
  text-align: center;
  font-size: 1.8rem;
  padding: 0 0 8px;
  position: relative;
  margin: 0 0 8px;
}
.vehicleListTitle::after {
  content: "";
  width: 31px;
  aspect-ratio: 31/3;
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
}
.vehicleListItem:nth-of-type(1) .vehicleListTitle::after {
  background-color: var(--color1);
}
.vehicleListItem:nth-of-type(2) .vehicleListTitle::after {
  background-color: var(--color2);
}
.vehicleListItem:nth-of-type(3) .vehicleListTitle::after {
  background-color: var(--color3);
}
.vehicleListItem:nth-of-type(4) .vehicleListTitle::after {
  background-color: var(--color4);
}

.vehicleListText {
  text-align: center;
}

.skyWrap {
  position: relative;
}

.sky {
  background-image: linear-gradient(180deg, #7ddffe 2.3%, #dcf7ff 26.64%);
  padding: 60px 0 100px;
  clip-path: ellipse(200% 50% at 50% 50%);
  position: relative;
  z-index: 1;
}

.indexBanner {
  margin-bottom: 40px;
}

.indexBannerLink {
  border: 4px solid #fff;
  display: block;
}

.skyList {
  display: grid;
  gap: 20px;
  margin: 0 0 60px;
}

.skyListLink {
  border-radius: 10px;
  background-color: #fff;
  padding: 14px;
  display: grid;
  gap: 15px;
  align-items: center;
  text-decoration: none;
  color: inherit;
}

.skyListPicWrap {
  border-radius: 7px;
}
.skyListPicWrap[data-color="1"] {
  background-color: #83d167;
}
.skyListPicWrap[data-color="2"] {
  background-color: #ff5981;
}

.skyListPic {
  width: 80%;
  margin-inline: auto;
}

.skyListBodyTitle {
  font-size: 1.6rem;
  line-height: 1.36363;
  margin: 0 0 5px;
}

.busPic {
  position: absolute;
  bottom: -25px;
  left: 50%;
  transform: translateX(-50%);
  width: calc(100% - 50px);
  max-width: 1180px;
  z-index: 1;
}
.busPic img {
  object-fit: contain;
  width: 100%;
  height: 100%;
}

.bus {
  background-color: #8acf72;
  position: relative;
  padding: 150px 0 50px;
  position: relative;
  overflow-y: clip;
  top: -100px;
  overflow-x: clip;
  margin: 0 0 -100px;
}
.bus::before {
  content: "";
  clip-path: polygon(0% 100%, 50% 0, 100% 100%);
  background-color: #efecdf;
  position: absolute;
  left: 50%;
  width: 120%;
  bottom: 0;
  transform: translateX(-50%);
  height: 105%;
}
.bus img {
  object-position: center center;
  width: 100%;
  height: 100%;
}

.indexNewsWrap {
  background-color: #fff;
  border-radius: 15px;
  padding: 45px 25px;
  margin: 0 0 45px;
  position: relative;
}

.indexNewsListBox {
  max-width: 980px;
  margin-inline: auto;
}

.indexNewsCat {
  --route: #3fc448;
  --express: #3fa9f5;
  --charter: #bf93e5;
  --company: #083E8E;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
  margin: 0 0 30px;
}

.indexNewsCatBtn {
  background-color: #eaeaea;
  border: 0;
  padding: 2px;
  text-align: center;
  display: block;
  width: 100%;
}
.indexNewsCatBtn[aria-selected=true] {
  background-color: #3fa9f5;
  color: #fff;
}
.indexNewsCatBtn[aria-selected=true][data-color=route] {
  background-color: var(--route);
}
.indexNewsCatBtn[aria-selected=true][data-color=express] {
  background-color: var(--express);
}
.indexNewsCatBtn[aria-selected=true][data-color=charter] {
  background-color: var(--charter);
}
.indexNewsCatBtn[aria-selected=true][data-color=company], .indexNewsCatBtn[aria-selected=true][data-color=double] {
  background-color: var(--company);
}

.indexNewsListPanel[aria-hidden=true] {
  display: none;
}

.newsListMoreWrap {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: center;
  gap: 20px 40px;
  margin-top: 40px;
}

.banner {
  padding: 25px;
  background-color: #fff;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 10px;
  border-radius: 15px;
  position: relative;
}

.futureTitle {
  text-align: center;
  font-size: 2rem;
  line-height: 1.4;
  margin: 0 0 30px;
}

.futureTitleSub {
  color: #083e8e;
  display: block;
  text-align: center;
  margin: 0 0 30px;
  font-size: 1.6rem;
  font-weight: bold;
}

.middle {
  height: 100px;
}
.middle img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.recruitWrap {
  overflow-x: clip;
  padding: 0 0 80px;
}

.recruit {
  display: grid;
  gap: 40px;
  max-width: 1315px;
  margin-inline: auto;
  align-items: flex-end;
  padding: 0 0 100px;
  background-color: #ffce2b;
}

.recruitBody {
  position: relative;
  padding: 40px 25px;
}

.recruitTitle {
  margin: 0 0 20px;
  width: fit-content;
  position: relative;
}
.recruitTitle::after {
  content: "";
  position: absolute;
  left: calc(100% + 30px);
  top: 35%;
  aspect-ratio: 163/105;
  background-image: url(../images/index-recruit-chara-01.png);
  background-size: contain;
  background-repeat: no-repeat;
  width: 100px;
  transform: translateY(-50%);
}

.recruitTitleMain {
  display: block;
  font-size: 3rem;
  line-height: 1.1041667;
  margin: 0 0 8px;
}

.recruitTitleSub {
  font-size: 1.4rem;
  line-height: 1.53125;
  display: block;
  text-transform: capitalize;
}

.recruitPic {
  position: relative;
  padding: 0 25px;
}
.recruitPic::before {
  content: "";
  position: absolute;
  right: 0;
  top: 200px;
  height: calc(100% + 100px + 80px - 200px);
  width: 100svw;
  background-color: #f4f4f4;
  z-index: -2;
}
.recruitPic::after {
  content: "";
  position: absolute;
  right: 28px;
  bottom: -40px;
  aspect-ratio: 770/343;
  background-image: url(../images/index-recruit-chara-02.png);
  background-size: contain;
  background-repeat: no-repeat;
  width: 61%;
}

.recruitPicCatch {
  position: absolute;
  left: 50px;
  top: -15px;
  width: 20px;
}
.recruitPicCatch img {
  filter: drop-shadow(0px 0px 2px white);
}

.recruitMore {
  border: 1px solid #333333;
  border-radius: 100px;
  padding: 13px 20px;
  text-decoration: none;
  color: inherit;
  min-width: 230px;
  background-color: #fff;
  width: fit-content;
  line-height: 1.4;
  display: flex;
  align-items: center;
}
.recruitMore::after {
  content: "";
  width: 13px;
  aspect-ratio: 1/1;
  background-image: url(../images/outer.svg);
  background-size: contain;
  background-repeat: no-repeat;
  margin: 0 0 0 10px;
}

.footerBanner {
  display: grid;
  gap: 10px;
  max-width: 280px;
  margin-inline: auto;
}

@media (min-width: 960px) {
  .hero {
    height: calc(100svh - 150px - 40px);
    padding: 25px;
    clip-path: ellipse(100% 100% at 50% 0);
    margin: 0 0 120px;
  }
  .heroBodyWrap {
    background-color: transparent;
    padding: 0;
  }
  .heroCatch {
    width: auto;
    max-width: 600px;
    margin: 0 0 36px;
  }
  .heriText {
    font-size: 1.6rem;
    line-height: 2.15625;
  }
  .vehicleList {
    grid-template-columns: repeat(4, 1fr);
  }
  .vehicleListLink {
    padding: 14px 14px 24px;
  }
  .vehicleListPic {
    border-radius: 10px;
  }
  .vehicleListTitle {
    line-height: 1.36363;
    font-size: 2.2rem;
    padding: 0 0 13px;
    margin: 0 0 12px;
  }
  .sky {
    padding: 120px 0 250px;
    clip-path: ellipse(100% 50% at 50% 50%);
  }
  .indexBanner {
    margin-bottom: 60px;
  }
  .skyList {
    grid-template-columns: 1fr 1fr;
    margin: 0 0 130px;
  }
  .skyListLink {
    grid-template-columns: 246px 1fr;
    gap: 35px;
  }
  .skyListPicWrap {
    aspect-ratio: 246/165;
    border-radius: 10px;
  }
  .skyListPic {
    width: auto;
    margin-inline: 0;
  }
  .skyListBodyTitle {
    font-size: 2.2rem;
  }
  .busPic {
    bottom: -50px;
  }
  .bus {
    padding: 200px 0;
  }
  .bus::before {
    width: 1300px;
    height: 120%;
  }
  .indexNewsWrap {
    padding: 70px 25px 68px;
    border-radius: 30px;
  }
  .indexNewsCat {
    border-bottom: 7px solid #3fa9f5;
    display: flex;
    justify-content: center;
    gap: 20px;
  }
  .indexNewsCatBtn {
    width: 143px;
  }
  .banner {
    padding: 33px 30px;
    border-radius: 30px;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
  }
  .futureTitle {
    font-size: 4rem;
  }
  .futureTitleSub {
    font-size: 2.4rem;
    margin: 0 0 35px;
  }
  .middle {
    height: 489px;
  }
  .recruit {
    gap: 125px;
    grid-template-columns: 480fr 575fr;
    background-color: transparent;
  }
  .recruitBody {
    padding: 80px 0 0 55px;
    background-color: #ffce2b;
  }
  .recruitBody::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    background-color: #ffce2b;
    width: 100svw;
    height: calc(100% + 100px);
    z-index: -1;
  }
  .recruitTitle {
    margin: 0 0 28px;
  }
  .recruitTitle::after {
    width: 163px;
  }
  .recruitTitleMain {
    font-size: 4.8rem;
  }
  .recruitTitleSub {
    font-size: 1.6rem;
  }
  .recruitPic {
    width: auto;
    padding: 0;
  }
  .recruitPicCatch {
    left: 68px;
    top: -39px;
    width: 28px;
  }
  .footerBanner {
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
    margin-inline: 0;
    max-width: 9999px;
  }
}

/*# sourceMappingURL=index.css.map*/