.homeHeading[data-astro-cid-ej5sa3na] {
  position: relative;
  width: -moz-fit-content;
  width: fit-content;
}

.homeHeading[data-astro-cid-ej5sa3na].center {
  margin-inline: auto;
}

.homeHeading[data-astro-cid-ej5sa3na]:after {
  position: absolute;
  bottom: 0;
  left: 50%;
  display: block;
  content: "";
  background-color: var(--color-blue);
  transform: translateX(-50%);
}

@media screen and (min-width: 768px) {
  .homeHeading[data-astro-cid-ej5sa3na] {
    padding-bottom: 2.4rem;
    font-size: 3.6rem;
  }

  .homeHeading[data-astro-cid-ej5sa3na]:after {
    width: 4rem;
    height: .5rem;
  }
}

@media screen and (max-width: 767px) {
  .homeHeading[data-astro-cid-ej5sa3na] {
    padding-bottom: 1.4rem;
    font-size: 2.6rem;
  }

  .homeHeading[data-astro-cid-ej5sa3na]:after {
    width: 3.1rem;
    height: .4rem;
  }
}
.homeBusinessItems[data-astro-cid-4krv2ck4] {
  display: grid;
}

.body[data-astro-cid-4krv2ck4] {
  display: grid;
  grid-auto-flow: row;
}

.text[data-astro-cid-4krv2ck4] {
  font-weight: bold;
  line-height: 1.5;
}

.text[data-astro-cid-4krv2ck4] span[data-astro-cid-4krv2ck4] {
  display: block;
}

.label[data-astro-cid-4krv2ck4] {
  display: inline-block;
  padding: .4rem;
  font-size: 1.6rem;
  font-weight: bold;
  color: var(--text-color-invert);
  white-space: nowrap;
  background-color: var(--color-navy);
  background-image: linear-gradient(90deg, #0c2f54 0%, #2479d9 100%);
}

.more[data-astro-cid-4krv2ck4] {
  display: inline-flex;
  gap: .5rem;
  align-items: center;
}

@media screen and (min-width: 768px) {
  .homeBusinessItems[data-astro-cid-4krv2ck4] {
    position: relative;
    left: -1rem;
    grid-template-columns: repeat(4, 1fr);
    gap: 3rem;
    padding-bottom: 7rem;
    margin-top: 6rem;
  }

  .itemWrapper[data-astro-cid-4krv2ck4]:first-child, .itemWrapper[data-astro-cid-4krv2ck4]:nth-child(3) {
    position: relative;
    top: 7rem;
  }

  .item[data-astro-cid-4krv2ck4] {
    display: block;
    transform: perspective(1280px) scaleX(1.35) rotateY(-45deg);
  }

  .image[data-astro-cid-4krv2ck4] {
    border-top-left-radius: 2rem;
    border-top-right-radius: 2rem;
  }

  .text[data-astro-cid-4krv2ck4] {
    margin-top: 1.2rem;
    font-size: 1.4rem;
  }

  .category[data-astro-cid-4krv2ck4] {
    margin-top: .8rem;
  }

  .item01[data-astro-cid-4krv2ck4] .category[data-astro-cid-4krv2ck4] {
    margin-top: -1.9rem;
    text-align: right;
  }

  .more[data-astro-cid-4krv2ck4] {
    justify-content: flex-end;
    margin-top: 1rem;
    font-size: 1.4rem;
    text-align: right;
  }

  .icon[data-astro-cid-4krv2ck4] {
    width: 1.6rem;
    height: auto;
  }
}

@media screen and (max-width: 767px) {
  .homeBusinessItems[data-astro-cid-4krv2ck4] {
    grid-auto-flow: row;
    gap: 3rem;
    margin-top: 3rem;
  }

  .item[data-astro-cid-4krv2ck4] {
    display: grid;
    grid-template-columns: 12.6rem 1fr;
    gap: 1rem;
  }

  .image[data-astro-cid-4krv2ck4] {
    border-top-left-radius: .8rem;
    border-bottom-left-radius: .8rem;
  }

  .text[data-astro-cid-4krv2ck4] {
    grid-row: 2;
    font-size: 1.6rem;
  }

  .category[data-astro-cid-4krv2ck4] {
    grid-row: 1;
  }

  .more[data-astro-cid-4krv2ck4] {
    font-size: 1.5rem;
  }

  .icon[data-astro-cid-4krv2ck4] {
    width: 2.6rem;
    height: auto;
  }
}
.homeSub[data-astro-cid-wuukqmwh] {
  position: relative;
  z-index: 10;
}

.sub[data-astro-cid-wuukqmwh] {
  position: absolute;
}

.stage[data-astro-cid-wuukqmwh] {
  position: relative;
}

.stage[data-astro-cid-wuukqmwh]:before, .stage[data-astro-cid-wuukqmwh]:after {
  position: absolute;
  display: block;
  content: "";
}

.stage[data-astro-cid-wuukqmwh]:before {
  right: 0;
  background-color: var(--color-haze);
}

.stage[data-astro-cid-wuukqmwh]:after {
  top: 0;
  right: 0;
  background-color: var(--color-mist);
  transform: translate(100%, -100%);
}

.stage[data-astro-cid-wuukqmwh].alt:before {
  right: unset;
  bottom: 0;
  left: 0;
  background-color: var(--color-haze);
  transform: translate(-100%, 100%);
}

.stage[data-astro-cid-wuukqmwh].alt:after {
  transform: translate(100%, -100%);
}

.label[data-astro-cid-wuukqmwh] {
  display: flex;
  justify-content: center;
  background-color: #e6e6ed;
  background-image: linear-gradient(#e6e6ed, #fff);
}

.text[data-astro-cid-wuukqmwh] {
  font-family: barlow, sans-serif;
  font-weight: 500;
  opacity: .3;
}

.left[data-astro-cid-wuukqmwh] .text[data-astro-cid-wuukqmwh] {
  writing-mode: sideways-lr;
}

.right[data-astro-cid-wuukqmwh] .text[data-astro-cid-wuukqmwh] {
  writing-mode: vertical-rl;
}

@media screen and (min-width: 768px) {
  .homeSub[data-astro-cid-wuukqmwh] {
    max-width: 95rem;
    margin-inline: auto;
  }

  .sub[data-astro-cid-wuukqmwh] {
    top: 0;
  }

  .sub[data-astro-cid-wuukqmwh].company {
    transform: translateY(-33%);
  }

  .sub[data-astro-cid-wuukqmwh].business {
    top: 12rem;
  }

  .sub[data-astro-cid-wuukqmwh].service {
    transform: translateY(-50%);
  }

  .left[data-astro-cid-wuukqmwh] {
    left: 0;
  }

  .right[data-astro-cid-wuukqmwh] {
    right: 0;
  }

  .stage[data-astro-cid-wuukqmwh]:before {
    top: -8rem;
    width: 3.2rem;
    height: 3.2rem;
  }

  .stage[data-astro-cid-wuukqmwh]:after {
    width: 4.8rem;
    height: 4.8rem;
  }

  .stage[data-astro-cid-wuukqmwh].alt:before {
    top: unset;
    width: 4rem;
    height: 4rem;
  }

  .stage[data-astro-cid-wuukqmwh].alt:after {
    width: 6.4rem;
    height: 6.4rem;
  }

  .label[data-astro-cid-wuukqmwh] {
    width: 8rem;
    padding-block: 3rem;
  }

  .text[data-astro-cid-wuukqmwh] {
    font-size: 3.2rem;
  }
}

@media screen and (max-width: 767px) {
  .sub[data-astro-cid-wuukqmwh].company {
    transform: translateY(-20%);
  }

  .sub[data-astro-cid-wuukqmwh].service {
    transform: translateY(-15%);
  }

  .left[data-astro-cid-wuukqmwh] {
    left: 1.5rem;
  }

  .right[data-astro-cid-wuukqmwh] {
    right: 5rem;
  }

  .stage[data-astro-cid-wuukqmwh]:before {
    top: -6rem;
    width: 2.5rem;
    height: 2.5rem;
  }

  .stage[data-astro-cid-wuukqmwh]:after {
    width: 3.5rem;
    height: 3.5rem;
  }

  .stage[data-astro-cid-wuukqmwh].alt:before {
    top: unset;
    width: 2.5rem;
    height: 2.5rem;
  }

  .stage[data-astro-cid-wuukqmwh].alt:after {
    width: 3.5rem;
    height: 3.5rem;
  }

  .label[data-astro-cid-wuukqmwh] {
    width: 4.5rem;
    padding-block: 1.2rem;
  }

  .text[data-astro-cid-wuukqmwh] {
    font-size: 2rem;
  }
}
.homeBusiness[data-astro-cid-5q2hcuq6] {
  overflow: hidden;
}

.deco[data-astro-cid-5q2hcuq6] {
  position: absolute;
  top: 0;
  left: 5.6rem;
  width: 21.3rem;
  height: auto;
  pointer-events: none;
}

.business[data-astro-cid-5q2hcuq6] {
  position: relative;
  padding-top: 8rem;
}

.bg[data-astro-cid-5q2hcuq6] {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  pointer-events: none;
}

.lead[data-astro-cid-5q2hcuq6] {
  font-weight: bold;
  text-align: center;
}

.description[data-astro-cid-5q2hcuq6] {
  line-height: 1.75;
  text-align: center;
}

.button[data-astro-cid-5q2hcuq6] {
  display: flex;
  justify-content: center;
}

@media screen and (min-width: 768px) {
  .business[data-astro-cid-5q2hcuq6] {
    padding-bottom: 6rem;
  }

  .bg[data-astro-cid-5q2hcuq6] {
    max-width: var(--container-max);
    aspect-ratio: 1280 / 801;
    margin-inline: auto;
  }

  .lead[data-astro-cid-5q2hcuq6] {
    margin-top: 4rem;
    font-size: 2.4rem;
    line-height: 2;
  }

  .lead[data-astro-cid-5q2hcuq6] > span[data-astro-cid-5q2hcuq6] {
    display: block;
  }

  .description[data-astro-cid-5q2hcuq6] {
    margin-top: 2.4rem;
    font-size: 1.6rem;
  }

  .description[data-astro-cid-5q2hcuq6] > span[data-astro-cid-5q2hcuq6] {
    display: block;
  }

  .button[data-astro-cid-5q2hcuq6] {
    margin-top: 4rem;
  }
}

@media screen and (max-width: 767px) {
  .deco[data-astro-cid-5q2hcuq6] {
    display: none;
  }

  .business[data-astro-cid-5q2hcuq6] {
    padding-bottom: 4rem;
  }

  .bg[data-astro-cid-5q2hcuq6] {
    aspect-ratio: 375 / 787;
  }

  .lead[data-astro-cid-5q2hcuq6] {
    margin-top: 1.2rem;
    font-size: 1.8rem;
    line-height: 1.5;
  }

  .lead[data-astro-cid-5q2hcuq6] span[data-astro-cid-5q2hcuq6] {
    display: block;
  }

  .description[data-astro-cid-5q2hcuq6] {
    margin-top: .8rem;
    font-size: 1.4rem;
  }

  .description[data-astro-cid-5q2hcuq6] span[data-astro-cid-5q2hcuq6] {
    display: block;
  }

  .button[data-astro-cid-5q2hcuq6] {
    padding-top: 3rem;
  }
}
.homeCompany[data-astro-cid-wp4sgb35] {
  position: relative;
}

.deco[data-astro-cid-wp4sgb35] {
  position: absolute;
  height: auto;
}

.inner[data-astro-cid-wp4sgb35] {
  position: relative;
  overflow: hidden;
}

.bg[data-astro-cid-wp4sgb35] {
  position: absolute;
  z-index: -1;
  display: block;
}

.lead[data-astro-cid-wp4sgb35] {
  font-weight: bold;
}

.text[data-astro-cid-wp4sgb35] {
  line-height: 1.75;
}

.text[data-astro-cid-wp4sgb35] span[data-astro-cid-wp4sgb35] {
  display: block;
}

@media screen and (min-width: 768px) {
  .homeCompany[data-astro-cid-wp4sgb35] {
    max-width: var(--container-max);
    padding-top: 11rem;
    margin-inline: auto;
  }

  .deco[data-astro-cid-wp4sgb35] {
    top: 0;
    left: 36.5rem;
    width: 9.5rem;
  }

  .inner[data-astro-cid-wp4sgb35] {
    aspect-ratio: 1280 / 333;
  }

  .bg[data-astro-cid-wp4sgb35] {
    top: 0;
    left: 16.5rem;
    width: 111.5rem;
    aspect-ratio: 1115 / 333;
  }

  .body[data-astro-cid-wp4sgb35] {
    display: flex;
    gap: 7.2rem;
    padding-top: 6.4rem;
    padding-left: 7.7rem;
  }

  .lead[data-astro-cid-wp4sgb35] {
    font-size: 2.4rem;
  }

  .text[data-astro-cid-wp4sgb35] {
    margin-top: 1.6rem;
    font-size: 1.6rem;
  }

  .button[data-astro-cid-wp4sgb35] {
    margin-top: 3.3rem;
  }
}

@media screen and (max-width: 767px) {
  .homeCompany[data-astro-cid-wp4sgb35] {
    padding-top: 6.5rem;
  }

  .deco[data-astro-cid-wp4sgb35] {
    top: 2.7rem;
    left: 15.1rem;
    width: 3.1rem;
  }

  .inner[data-astro-cid-wp4sgb35] {
    aspect-ratio: 375 / 327;
  }

  .body[data-astro-cid-wp4sgb35] {
    padding-top: 3.6rem;
  }

  .lead[data-astro-cid-wp4sgb35] {
    margin-top: 1.6rem;
    font-size: 1.8rem;
  }

  .text[data-astro-cid-wp4sgb35] {
    margin-top: 1rem;
    font-size: 1.4rem;
  }

  .button[data-astro-cid-wp4sgb35] {
    padding-top: 4.5rem;
  }
}
.kv[data-astro-cid-2vcf3243] {
  position: relative;
  overflow: hidden;
}

.text[data-astro-cid-2vcf3243] {
  position: absolute;
  left: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  font-weight: bold;
  line-height: 1.3;
  background-color: var(--color-white);
}

.text[data-astro-cid-2vcf3243] > span[data-astro-cid-2vcf3243] {
  display: block;
}

@media screen and (min-width: 768px) {
  .kv[data-astro-cid-2vcf3243] {
    max-width: var(--container-max);
    aspect-ratio: 1280 / 650;
    margin-inline: auto;
  }

  .text[data-astro-cid-2vcf3243] {
    top: 16.6rem;
    width: 54.6rem;
    height: 16rem;
    padding-left: 16.5rem;
    font-size: 5rem;
  }

  .small[data-astro-cid-2vcf3243] {
    font-size: 4rem;
  }
}

@media screen and (max-width: 767px) {
  .kv[data-astro-cid-2vcf3243] {
    aspect-ratio: 375 / 490;
  }

  .text[data-astro-cid-2vcf3243] {
    top: 4rem;
    width: 24rem;
    height: 11.5rem;
    font-size: 3.1rem;
  }

  .small[data-astro-cid-2vcf3243] {
    font-size: 2.5rem;
  }
}
.separator[data-astro-cid-s2y6fbht] {
  position: relative;
  z-index: 1;
  display: block;
}

.homeRecruit[data-astro-cid-s2y6fbht] {
  position: relative;
  background-color: #f7fbff;
}

.bg[data-astro-cid-s2y6fbht] {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}

.lead[data-astro-cid-s2y6fbht] {
  font-weight: bold;
}

.button[data-astro-cid-s2y6fbht] {
  display: flex;
}

.movie[data-astro-cid-s2y6fbht] {
  width: 100%;
  aspect-ratio: 16 / 9;
  border: 0;
}

@media screen and (min-width: 768px) {
  .separator[data-astro-cid-s2y6fbht] {
    max-width: 1920px;
    margin-inline: auto;
    margin-top: -10rem;
  }

  .homeRecruit[data-astro-cid-s2y6fbht] {
    padding-bottom: 20rem;
  }

  .container[data-astro-cid-s2y6fbht] {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 11rem;
  }

  .lead[data-astro-cid-s2y6fbht] {
    margin-top: 4rem;
    font-size: 2.4rem;
    line-height: 2;
    text-align: center;
  }

  .button[data-astro-cid-s2y6fbht] {
    justify-content: center;
    margin-top: 6rem;
  }

  .movie[data-astro-cid-s2y6fbht] {
    margin-top: 14.7rem;
  }
}

@media screen and (max-width: 767px) {
  .separator[data-astro-cid-s2y6fbht] {
    margin-top: -1rem;
  }

  .homeRecruit[data-astro-cid-s2y6fbht] {
    padding-bottom: 10rem;
  }

  .heading[data-astro-cid-s2y6fbht] {
    width: 17rem;
  }

  .lead[data-astro-cid-s2y6fbht] {
    margin-top: 1rem;
    font-size: 1.8rem;
    line-height: 1.5;
  }

  .button[data-astro-cid-s2y6fbht] {
    margin-top: 2rem;
  }

  .movie[data-astro-cid-s2y6fbht] {
    display: block;
    width: 27.2rem;
    margin-inline: auto;
    margin-top: 2.5rem;
  }
}
.homePartner[data-astro-cid-xrw6mrru] {
  background-color: var(--color-white);
}

.grid[data-astro-cid-xrw6mrru] {
  display: grid;
  grid-template-rows: repeat(3, auto);
}

.title[data-astro-cid-xrw6mrru] {
  font-weight: bold;
  color: var(--color-blue);
}

.description[data-astro-cid-xrw6mrru] {
  line-height: 1.55;
}

.button[data-astro-cid-xrw6mrru] {
  display: flex;
  justify-content: flex-end;
}

@media screen and (min-width: 768px) {
  .homePartner[data-astro-cid-xrw6mrru] {
    width: 52.6rem;
    padding: 3rem 2rem 2rem;
    margin-top: 2.5rem;
  }

  .grid[data-astro-cid-xrw6mrru] {
    grid-template-columns: 13.4rem 1fr;
    -moz-column-gap: 1.8rem;
    column-gap: 1.8rem;
  }

  .image[data-astro-cid-xrw6mrru] {
    display: flex;
    grid-row: 1 / span 3;
    grid-column: 1;
    align-items: center;
  }

  .title[data-astro-cid-xrw6mrru] {
    grid-row: 1;
    grid-column: 2;
    font-size: 2rem;
  }

  .description[data-astro-cid-xrw6mrru] {
    grid-row: 2;
    grid-column: 2;
    margin-top: .8rem;
    font-size: 1.6rem;
  }

  .button[data-astro-cid-xrw6mrru] {
    grid-row: 3;
    grid-column: 2;
    margin-top: 1rem;
  }
}

@media screen and (max-width: 767px) {
  .homePartner[data-astro-cid-xrw6mrru] {
    padding: 1.2rem 1.6rem;
    margin-top: 2rem;
  }

  .grid[data-astro-cid-xrw6mrru] {
    grid-template-columns: 5.1rem 1fr;
    -moz-column-gap: 1.6rem;
    column-gap: 1.6rem;
  }

  .image[data-astro-cid-xrw6mrru] {
    grid-row: 1;
    grid-column: 1;
  }

  .title[data-astro-cid-xrw6mrru] {
    display: flex;
    grid-row: 1;
    grid-column: 2;
    align-items: center;
    font-size: 1.8rem;
  }

  .description[data-astro-cid-xrw6mrru] {
    grid-row: 2;
    grid-column: 1 / span 2;
    margin-top: .8rem;
    font-size: 1.4rem;
  }

  .button[data-astro-cid-xrw6mrru] {
    grid-row: 3;
    grid-column: 1 / span 2;
    margin-top: .8rem;
  }
}
.homeService[data-astro-cid-edz7sgwd] {
  position: relative;
  z-index: 2;
}

.inner[data-astro-cid-edz7sgwd] {
  position: relative;
}

.bg[data-astro-cid-edz7sgwd] {
  position: absolute;
  z-index: -1;
  display: block;
}

.lead[data-astro-cid-edz7sgwd] {
  font-weight: bold;
}

.dashed[data-astro-cid-edz7sgwd] {
  display: inline-flex;
  align-items: center;
}

.dashed[data-astro-cid-edz7sgwd]:before {
  display: inline-block;
  height: 1px;
  content: "";
  background-color: var(--color-navy);
}

.text[data-astro-cid-edz7sgwd] {
  line-height: 1.75;
}

.text[data-astro-cid-edz7sgwd] span[data-astro-cid-edz7sgwd] {
  display: block;
}

@media screen and (min-width: 768px) {
  .homeService[data-astro-cid-edz7sgwd] {
    max-width: var(--container-max);
    margin-inline: auto;
  }

  .inner[data-astro-cid-edz7sgwd] {
    aspect-ratio: 1280 / 569;
    overflow: hidden;
  }

  .bg[data-astro-cid-edz7sgwd] {
    top: 0;
    left: 16.5rem;
    width: 111.5rem;
    aspect-ratio: 1115 / 569;
  }

  .body[data-astro-cid-edz7sgwd] {
    gap: 7.2rem;
    padding-top: 5.1rem;
    padding-left: 8.6rem;
  }

  .lead[data-astro-cid-edz7sgwd] {
    display: flex;
    margin-top: 3.3rem;
    font-size: 2.4rem;
  }

  .dashed[data-astro-cid-edz7sgwd]:before {
    width: 6rem;
    margin-inline: 1.2rem;
  }

  .text[data-astro-cid-edz7sgwd] {
    margin-top: 2rem;
    font-size: 1.6rem;
  }

  .description[data-astro-cid-edz7sgwd] {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
  }
}

@media screen and (max-width: 767px) {
  .inner[data-astro-cid-edz7sgwd] {
    aspect-ratio: 375 / 424;
  }

  .body[data-astro-cid-edz7sgwd] {
    padding-top: 4rem;
  }

  .lead[data-astro-cid-edz7sgwd] {
    margin-top: 2rem;
    font-size: 1.8rem;
  }

  .dashed[data-astro-cid-edz7sgwd]:before {
    width: 3.4rem;
    margin-right: .8rem;
  }

  .text[data-astro-cid-edz7sgwd] {
    margin-top: 1.8rem;
    font-size: 1.4rem;
  }

  .service[data-astro-cid-edz7sgwd] {
    display: flex;
    justify-content: flex-end;
  }
}
.homeStatement[data-astro-cid-6rrvb7z4] {
  overflow: hidden;
}

.text[data-astro-cid-6rrvb7z4] {
  font-weight: bold;
}

@media screen and (min-width: 768px) {
  .homeStatement[data-astro-cid-6rrvb7z4] {
    display: grid;
    grid-template-columns: auto 58.9rem;
    max-width: var(--container-max);
    padding-bottom: 7rem;
    margin-inline: auto;
  }

  .subline[data-astro-cid-6rrvb7z4] {
    margin-top: 2.1rem;
    margin-left: 7rem;
  }

  .body[data-astro-cid-6rrvb7z4] {
    padding-top: 10rem;
    padding-left: 16.5rem;
  }

  .body[data-astro-cid-6rrvb7z4] .pc[data-astro-cid-6rrvb7z4] {
    display: block;
  }

  .text[data-astro-cid-6rrvb7z4] {
    margin-top: 4.1rem;
    font-size: 1.8rem;
    line-height: 2.22;
  }

  .text[data-astro-cid-6rrvb7z4] .pcOnly[data-astro-cid-6rrvb7z4], .text[data-astro-cid-6rrvb7z4] .both[data-astro-cid-6rrvb7z4] {
    display: block;
  }
}

@media screen and (max-width: 767px) {
  .subline[data-astro-cid-6rrvb7z4] {
    display: flex;
    justify-content: flex-end;
    margin-top: .6rem;
  }

  .body[data-astro-cid-6rrvb7z4] {
    padding-inline: 1.5rem;
    margin-top: 2rem;
  }

  .text[data-astro-cid-6rrvb7z4] {
    margin-top: 2rem;
    font-size: 1.6rem;
    line-height: 1.875;
  }

  .text[data-astro-cid-6rrvb7z4] span[data-astro-cid-6rrvb7z4]:not(.pcOnly) {
    display: block;
  }

  .image[data-astro-cid-6rrvb7z4] {
    margin-top: 3rem;
    margin-left: 1.5rem;
  }
}
