@import url("https://fonts.cdnfonts.com/css/monte-stella-trial");
.site-header {
  background: rgba(255, 255, 255, 0.86);
}

.home-page {
  background-image: url("../../src/index/bg.webp");
}

.home-main {
  overflow: hidden;
}

.home-hero {
  margin-top: 72px;
  margin-bottom: 50px;
}
.home-hero img {
  width: 100%;
}

.home-about {
  position: relative;
  background: #106eb0;
  color: #fff;
  padding: 0px 0 0px;
  overflow: visible;
  z-index: 2;
}
.home-about::before {
  content: "";
  position: absolute;
  left: 0;
  width: 100%;
  top: 0px;
  height: 50px;
  background: linear-gradient(180deg, white 0%, transparent 100%);
  z-index: 1;
  pointer-events: none;
}

.home-about__inner {
  width: min(1460px, 100%);
  margin: 0 auto;
  position: relative;
  z-index: 3;
  display: grid;
  grid-template-columns: minmax(520px, 56%) minmax(420px, 44%);
  gap: 0;
  align-items: center;
}

.home-about__visual {
  position: relative;
  margin-left: -98px;
  z-index: 4;
}

.home-about__fade {
  --about-overhang: clamp(28px, 7vw, 84px);
  width: clamp(430px, 50vw, 768px);
  aspect-ratio: 1;
  margin-inline: auto;
  position: relative;
}
.home-about__fade .home-about__square {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  transform: translate(-5.5%, var(--about-overhang));
  z-index: 0;
  pointer-events: none;
}
.home-about__fade .home-about__slide {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  opacity: 0;
  transition: opacity 0.9s ease;
  transform: translateY(var(--about-overhang));
  z-index: 1;
}
.home-about__fade .home-about__slide.is-active {
  opacity: 1;
  z-index: 2;
}

.home-about__line {
  position: absolute;
  left: 0%;
  width: 100%;
  bottom: -3%;
  max-width: none;
  z-index: 5;
}

.home-about__content {
  max-width: 780px;
  margin-left: 0;
  padding-right: auto;
  position: relative;
  z-index: 5;
}
.home-about__content h2 {
  margin: 0;
  color: #fff;
  display: block;
  position: relative;
}
.home-about__content h2 .home-about__title-ja {
  font-size: 42px;
  line-height: 1.1;
  letter-spacing: 0.1em;
  white-space: nowrap;
  display: inline-block;
  position: relative;
}
.home-about__content h2 img {
  width: auto;
  height: 100px;
  bottom: -80%;
  position: absolute;
  left: 100%;
  transform: translate(-50%, 0%);
}
.home-about__content p {
  margin: 34px 0 40px;
  font-size: clamp(14px, 1.25vw, 16px);
  line-height: 1.9;
  color: rgba(255, 255, 255, 0.95);
}

.home-about__more {
  width: 246px;
  background: #f2f2f2;
  border: 0;
  color: #d51022;
  text-align: center;
  font-size: 24px;
  font-weight: 800;
  line-height: 1;
  letter-spacing: 0.03em;
  font-family: "Monte Stella", sans-serif;
  font-style: italic;
  padding: 12px 44px 12px 20px;
  position: relative;
  transition: background-color 0.2s ease, color 0.2s ease, transform 0.2s ease, box-shadow 0.2s ease;
  margin-left: auto;
  margin-right: 10%;
  position: relative;
  z-index: 5;
}
.home-about__more::after {
  content: "";
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
  width: 0;
  height: 0;
  border-top: 7px solid transparent;
  border-bottom: 7px solid transparent;
  border-left: 11px solid #d51022;
}
.home-about__more:hover {
  background: #d51022;
  color: #f2f2f2;
  transform: translateY(-2px);
  box-shadow: 0 8px 18px rgba(5, 25, 40, 0.22);
}
.home-about__more:hover::after {
  border-left-color: #f2f2f2;
}

.home-about__building {
  position: absolute;
  width: 50%;
  height: auto;
  right: clamp(-18px, 2vw, 40px);
  bottom: -30%;
  z-index: 3;
}

.home-interview {
  position: relative;
  margin-top: -4px;
  padding: 46px 0 0px;
  scroll-margin-top: -100px;
  z-index: 1;
}

.home-interview__inner {
  width: 1500px;
  margin: 0 auto;
  max-width: 100%;
  padding: 50px 0;
}

.home-interview__inner > .home-section-title {
  margin-top: 100px;
  margin-left: 5%;
}

.home-section-title {
  margin: 0;
  color: #106eb0;
  font-size: clamp(30px, 3.5vw, 46px);
  display: inline-block;
  letter-spacing: 0.03em;
  position: relative;
}
.home-section-title span img {
  position: absolute;
  left: 100%;
  bottom: -30%;
  transform: translate(-30%, 0);
  height: 100px;
}
.home-section-title img {
  width: auto;
}

.home-section-title--right {
  margin-left: auto;
  justify-content: flex-end;
  display: flex;
}

.home-interview__stage {
  position: relative;
  margin-top: 24px;
  width: 100vw;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  border-radius: 0;
  overflow: hidden;
  padding: 10% 0;
}
.home-interview__stage::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
}

.home-interview__bg {
  position: absolute;
  inset: 0;
  width: 100%;
  height: auto;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.home-people-swiper {
  --people-arc-rise: clamp(46px, 5vw, 88px);
  --people-side-scale: 0.78;
  --people-side-tilt: 10deg;
  position: relative;
  z-index: 2;
  width: min(1120px, 94%);
  margin-inline: auto;
  padding: 10px 0 18px;
}
.home-people-swiper .swiper-wrapper {
  align-items: flex-end;
  padding-top: 50px;
}
.home-people-swiper .swiper-slide {
  opacity: 0;
  pointer-events: none;
  transform-origin: center bottom;
  transition: transform 0.9s cubic-bezier(0.22, 1, 0.36, 1), opacity 0.45s ease, filter 0.9s ease;
  filter: saturate(0.7);
}
.home-people-swiper .swiper-slide-prev,
.home-people-swiper .swiper-slide-next,
.home-people-swiper .swiper-slide-active {
  opacity: 1;
  pointer-events: auto;
}
.home-people-swiper .swiper-slide-prev {
  opacity: 0.62;
  transform: translateY(calc(var(--people-arc-rise) * -1)) scale(var(--people-side-scale)) rotate(calc(var(--people-side-tilt) * -1));
  z-index: 1;
}
.home-people-swiper .swiper-slide-next {
  opacity: 0.62;
  transform: translateY(calc(var(--people-arc-rise) * -1)) scale(var(--people-side-scale)) rotate(var(--people-side-tilt));
  z-index: 1;
}
.home-people-swiper .swiper-slide-active {
  opacity: 1;
  transform: scale(1.08);
  filter: none;
  z-index: 3;
}
.home-people-swiper .swiper-slide-active .people-card__body {
  opacity: 1;
  transform: translateY(0);
}
.home-people-swiper .swiper-slide:not(.swiper-slide-prev):not(.swiper-slide-active):not(.swiper-slide-next) {
  visibility: hidden;
}

.people-card {
  position: relative;
  display: block;
  text-align: center;
  color: #1a1a1a;
  transition: transform 0.9s cubic-bezier(0.22, 1, 0.36, 1);
  overflow: visible;
}

.people-card__diamond {
  width: min(100%, 310px);
  margin: 0 auto;
  filter: drop-shadow(0 16px 22px rgba(8, 39, 62, 0.18));
}
.people-card__diamond img {
  width: 100%;
}

.people-card__body {
  position: absolute;
  right: -130px;
  bottom: 18px;
  width: min(76%, 350px);
  margin: 0;
  padding: 14px 16px 14px;
  text-align: left;
  opacity: 0;
  transform: translateY(10px);
  transition: opacity 0.4s ease, transform 0.4s ease;
}

.people-card__job {
  margin: 0;
  text-align: right;
  padding: 7px 16px 7px;
  padding-right: 0;
  color: #0e75b6;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.1;
  white-space: nowrap;
  position: relative;
}

.people-card__job-ja {
  display: inline-block;
  position: relative;
  margin-right: -30px;
  font-size: 14px;
}
.people-card__job-ja img {
  display: inline-block;
  width: auto;
  height: 58px;
  left: 100%;
  bottom: 0;
  transform: translate(-22%, 34%);
}

.people-card__meta {
  margin: 0px 0 0;
  font-size: 16px;
  font-weight: 800;
}

.bg_white {
  background: rgba(255, 255, 255, 0.57);
  padding: 10px;
}

.people-card__copy {
  margin: 6px 0 0;
  font-size: 14px;
  font-weight: 800;
}

.home-interview__controls {
  margin-top: 18px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
}
.home-interview__controls .swiper-button-prev,
.home-interview__controls .swiper-button-next {
  position: static;
  margin: 0;
  width: 52px;
  height: 52px;
}
.home-interview__controls .swiper-button-prev::after,
.home-interview__controls .swiper-button-next::after {
  display: none;
}
.home-interview__controls .swiper-button-prev img,
.home-interview__controls .swiper-button-next img {
  width: 100%;
}
.home-interview__controls .swiper-pagination {
  position: static;
  width: auto;
  display: flex;
  align-items: center;
  gap: 20px;
}
.home-interview__controls .swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  margin: 0 !important;
  opacity: 0.4;
  background: #0f74b6;
}
.home-interview__controls .swiper-pagination-bullet-active {
  opacity: 1;
}

.home-interview__all {
  margin: 26px auto 0;
  width: 170px;
  text-align: center;
  background: #fff;
  color: #be1323;
  font-size: 14px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.05em;
  padding: 12px 8px;
}

.home-job {
  position: relative;
  padding: 34px 0 34px;
}

.home-job__inner {
  width: min(1120px, 92%);
  margin: 0 auto;
  position: relative;
  margin-bottom: 150px;
  display: flex;
  gap: 8%;
}

.home-job__inner > .home-section-title--right {
  right: 0;
  top: 0px;
  margin: 0;
  z-index: 3;
  display: block;
}
.home-job__inner > .home-section-title--right .home-job__title-ja {
  color: #106eb0;
  font-size: 42px;
  line-height: 1.1;
  letter-spacing: 0.1em;
  white-space: nowrap;
  display: inline-block;
  position: relative;
  margin-top: 30px;
}
.home-job__inner > .home-section-title--right img {
  width: auto;
  height: 100px;
  bottom: -80%;
  position: absolute;
  left: 100%;
  transform: translate(-50%, 0%);
}

.home-job__line-wrap {
  position: absolute;
  left: -28%;
  right: -16%;
  top: 0px;
}
.home-job__line-wrap img {
  width: 100%;
}

.home-job__cards {
  display: flex;
  justify-content: flex-start;
  gap: clamp(20px, 4vw, 54px);
  position: relative;
  z-index: 2;
}
.home-job__cards a {
  width: min(42vw, 320px);
  transition: transform 0.22s ease;
}
.home-job__cards a:hover {
  transform: translateY(-5px);
}

.home-copy {
  padding: 0 0 0px;
  overflow: hidden;
}

.home-copy__marquee {
  width: 100%;
  overflow: hidden;
}

.home-copy__track {
  width: -moz-max-content;
  width: max-content;
  display: flex;
  align-items: center;
  animation: home-copy-marquee 18s linear infinite;
  will-change: transform;
}

.home-copy__logo {
  display: block;
  width: max(100vw, 1400px);
  max-width: none;
  flex: 0 0 auto;
}

.home-copy__line2 {
  width: 100%;
  margin-top: 10px;
  height: 10px;
  -o-object-fit: cover;
     object-fit: cover;
}

@keyframes home-copy-marquee {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-50%);
  }
}
.home-working {
  background: #106eb0;
  padding: 72px 0 90px;
}

.home-working__inner {
  width: min(1000px, 92%);
  margin: 0 auto;
}
.home-working__inner .home-section-title {
  color: #fff;
  margin-bottom: 44px;
  display: block;
}
.home-working__inner .home-section-title span {
  color: #f14755;
}
.home-working__inner .home-section-title .home-working__title-ja {
  color: #fff;
  font-size: 42px;
  line-height: 1.1;
  letter-spacing: 0.1em;
  white-space: nowrap;
  display: inline-block;
  position: relative;
}
.home-working__inner .home-section-title img {
  width: auto;
  height: 100px;
  bottom: -80%;
  position: absolute;
  left: 100%;
  transform: translate(-40%, 0%);
}

.home-working__grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 20px;
  margin-top: 50px;
}

.home-working__card {
  background: #f8fbfd;
  border: 1px solid #d2e3ef;
  text-align: center;
  padding: 25px 18px 25px;
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  min-height: 350px;
  transition: transform 0.24s ease, box-shadow 0.24s ease;
}
.home-working__card:hover {
  transform: translateY(-4px);
  box-shadow: 0 12px 20px rgba(3, 24, 40, 0.24);
}
.home-working__card.is-disabled {
  pointer-events: none;
}
.home-working__card.is-disabled:hover {
  transform: none;
  box-shadow: none;
}
.home-working__card figure {
  width: 100%;
  padding: 10px;
  background: #fff;
  margin: 0;
}
.home-working__card p {
  margin: 20px 0 0;
  color: #106eb0;
  font-size: clamp(24px, 2.4vw, 36px);
  font-weight: 700;
  line-height: 1.2;
  font-family: "corporate-logo-ver2", sans-serif;
  font-weight: 700;
  font-style: normal;
}

.home-working__clip {
  width: 28px;
  position: absolute;
  top: -25px;
}

.home-working__icon {
  display: block;
  margin-top: 10px;
  width: 34px;
  height: 34px;
  -o-object-fit: contain;
     object-fit: contain;
}

.home-entry {
  background: #f1f1f1;
  padding: 86px 0 24px;
  text-align: center;
}

.home-entry__actions {
  --home-entry-action-width: 235px;
  --home-entry-action-height: 68px;
  width: min(560px, 92%);
  margin: 0 auto;
  margin-bottom: 100px;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 22px;
}

.home-entry__mynavi {
  width: var(--home-entry-action-width);
  height: var(--home-entry-action-height);
  background: #fff;
  border-radius: 6px;
  border: 2px solid #e0ebf5;
  padding: 10px 12px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.home-entry__mynavi img {
  width: 100%;
  max-width: 190px;
  height: auto;
  display: block;
}

.home-entry__button {
  width: var(--home-entry-action-width);
  height: var(--home-entry-action-height);
  border-radius: 8px;
  background: #d60a17;
  color: #fff;
  font-size: 30px;
  font-weight: 800;
  line-height: 1;
  letter-spacing: 0.06em;
  font-family: "Monte Stella", sans-serif;
  font-style: italic;
  text-align: center;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.footer_car_box {
  position: relative;
}

.home-entry__cars {
  position: absolute;
  width: auto;
  height: 140px;
  margin: 14px auto 0;
  top: -90px;
  left: 50%;
  transform: translate(-50%, 0);
}

@media screen and (max-width: 1024px) {
  .home-about {
    padding: 68px 0 136px;
  }
  .home-about::after {
    height: 116px;
  }
  .home-about__inner {
    grid-template-columns: 1fr;
    width: min(980px, 94%);
    text-align: left;
    gap: 24px;
  }
  .home-about__visual {
    margin-left: -30px;
  }
  .home-about__fade {
    width: min(90vw, 620px);
  }
  .home-about__fade .home-about__square {
    transform: translate(-4.5%, var(--about-overhang));
  }
  .home-about__content {
    max-width: 760px;
    padding-right: 0;
  }
  .home-about__content h2 {
    display: inline-flex;
    align-items: flex-end;
    gap: 10px;
    padding-right: 0;
  }
  .home-about__content h2 .home-about__title-ja {
    white-space: normal;
    font-size: clamp(36px, 5.8vw, 54px);
  }
  .home-about__content p {
    margin: 22px 0 32px;
  }
  .home-about__more {
    width: 220px;
    font-size: 20px;
  }
  .home-about__building {
    width: min(68vw, 440px);
    right: 50px;
    bottom: -188px;
  }
  .home-people-swiper {
    --people-arc-rise: 64px;
  }
  .home-job {
    padding-bottom: 86px;
  }
  .home-job__inner {
    flex-direction: column;
    align-items: flex-start;
    gap: 32px;
  }
  .home-job__inner > .home-section-title--right {
    order: -1;
    margin-left: 0;
    align-self: flex-start;
    text-align: left;
  }
  .home-job__cards {
    width: 100%;
  }
  .home-working__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media screen and (max-width: 900px) {
  .home-hero {
    margin-top: 62px;
  }
}
@media screen and (max-width: 767px) {
  .home-hero {
    margin-top: 52px;
  }
  .home-about {
    padding: 50px 0 104px;
  }
  .home-about::after {
    height: 96px;
    clip-path: polygon(0 80%, 9% 70%, 28% 96%, 46% 71%, 66% 71%, 75% 89%, 89% 75%, 100% 85%, 100% 100%, 0 100%);
  }
  .home-about__inner {
    display: block;
  }
  .home-about__fade {
    width: min(95vw, 420px);
    margin-left: auto;
    margin-right: auto;
    width: 70%;
  }
  .home-about__fade .home-about__square {
    transform: translate(-3.5%, var(--about-overhang));
  }
  .home-about__building {
    width: 300px;
    max-width: 80%;
    right: 5%;
    bottom: 0%;
    transform: translate(0%, 50%);
  }
  .home-about__content {
    text-align: left;
    width: 100%;
  }
  .home-about__content h2 {
    display: block;
    padding-right: 132px;
  }
  .home-about__content h2 .home-about__title-ja {
    font-size: 30px;
    white-space: nowrap;
  }
  .home-about__content h2 img {
    width: auto;
    height: 80px;
    position: absolute;
  }
  .home-about__content p {
    margin: 18px 0 26px;
    font-size: 13px;
    line-height: 1.9;
  }
  .home-about__more {
    width: 192px;
    font-size: 18px;
    padding-right: 36px;
  }
  .home-section-title {
    font-size: 34px;
  }
  .home-section-title span {
    font-size: 28px;
  }
  .home-working__inner .home-section-title {
    display: block;
  }
  .home-working__inner .home-section-title .home-working__title-ja {
    font-size: 30px;
    white-space: nowrap;
  }
  .home-working__inner .home-section-title img {
    height: 80px;
  }
  .home-interview__inner {
    padding-bottom: 0;
  }
  .home-job__inner > .home-section-title--right {
    display: block;
  }
  .home-job__inner > .home-section-title--right .home-job__title-ja {
    padding-left: 10%;
    white-space: nowrap;
    font-size: 30px;
  }
  .home-job__inner > .home-section-title--right img {
    height: 80px;
    /*width: 136px;
    position: absolute;
    right: 0;
    top: 54%;*/
  }
  .home-interview {
    padding-bottom: 0px;
  }
  .home-people-swiper {
    --people-arc-rise: 30px;
    --people-side-scale: 0.84;
    width: min(92vw, 420px);
  }
  .people-card__body {
    right: 0;
    bottom: 14px;
    width: min(82%, 230px);
    padding: 32px 12px 12px;
  }
  .people-card__job {
    font-size: 22px;
  }
  .people-card__job-ja {
    padding-right: 92px;
    text-shadow: 1px 1px 0px white;
  }
  .people-card__job-ja img {
    height: 46px;
    transform: translate(-40%, 30%);
  }
  .people-card__meta {
    font-size: 14px;
  }
  .home-copy__logo {
    display: block;
    width: max(100vw, 900px);
    max-width: none;
    flex: 0 0 auto;
  }
  .home-interview__controls {
    gap: 12px;
  }
  .home-job {
    padding: 24px 0 0px;
  }
  .home-job__line-wrap {
    left: -70%;
    right: -8%;
    top: 53%;
  }
  .home-job__cards {
    margin-top: 72px;
    flex-direction: column;
    align-items: center;
  }
  .home-job__cards a {
    width: min(88vw, 320px);
  }
  .home-job__inner {
    padding-right: 0;
    text-align: center;
    gap: 0;
    margin-bottom: 50px;
  }
  .home-job__inner > .home-section-title--right {
    position: static;
    margin-left: 0;
    margin-top: 0;
    align-self: flex-start;
    text-align: left;
  }
  .home-working {
    padding: 58px 0 72px;
  }
  .home-working__grid {
    grid-template-columns: 1fr;
  }
  .home-working__card {
    min-height: auto;
  }
  .home-working__card p {
    font-size: 30px;
  }
  .home-entry__actions {
    --home-entry-action-width: min(100%, 280px);
    --home-entry-action-height: 64px;
    flex-direction: column;
    gap: 14px;
  }
  .home-entry__mynavi,
  .home-entry__button {
    width: var(--home-entry-action-width);
    height: var(--home-entry-action-height);
  }
  .home-entry__button {
    font-size: 38px;
  }
  .home-entry__mynavi img {
    max-width: 210px;
  }
  .home-entry__mynavi {
    width: 280px;
    max-width: 100%;
  }
  .home-entry__cars {
    width: 400px;
    height: auto;
    max-width: 90%;
    top: 0px;
    transform: translate(-50%, -50%);
    margin-top: 0;
  }
}
@media screen and (max-width: 400px) {
  .home-copy__logo {
    width: max(100vw, 600px);
  }
}/*# sourceMappingURL=home.css.map */
