/**************************************/
/* -------------------------
 * MV
 * ------------------------- */
.top-mv {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100dvh;
  z-index: 1;
  overflow: clip;
}

.top-mv__swiper .swiper {
  height: 100vh;
}
.top-mv__swiper .swiper .swiper-wrapper,
.top-mv__swiper .swiper .swiper-slide {
  height: 100%;
}
.top-mv__swiper .swiper .swiper-img {
  height: 100vh;
}
.top-mv__swiper .swiper img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
}

@keyframes zoomUp {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(1.15);
  }
}
.top-mv__swiper .swiper-slide-active .swiper-img,
.top-mv__swiper .swiper-slide-duplicate-active .swiper-img,
.top-mv__swiper .swiper-slide-prev .swiper-img {
  animation: zoomUp 12s linear infinite;
}

.top-mv__catch-copy {
  position: absolute;
  text-align: right;
  top: 50%;
  right: min(5%, 7.5rem);
  transform: translateY(-50%);
  opacity: 1;
  transition: opacity 0.3s ease;
  width: fit-content;
}
.top-mv__catch-copy.is-hidden {
  opacity: 0;
}
@media (max-width: 834px) {
  .top-mv__catch-copy {
    text-align: center;
    right: 50%;
    transform: translate(50%, -50%);
    width: 90%;
  }
}
@media (max-width: 834px) {
  .top-mv__catch-copy .catch-copy__ja {
    text-align: center;
  }
}

/* -------------------------
 * ABOUT
 * ------------------------- */
.top-about__blur-bg {
  opacity: 0;
  width: 110%;
  height: 100dvh;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1;
  pointer-events: none;
  backdrop-filter: blur(7px);
  background: rgba(20, 22, 27, 0.7);
}

.top-about {
  color: var(--white);
  padding-top: 200dvh;
}
@media (max-width: 834px) {
  .top-about {
    padding-top: 100dvh;
  }
}

.top-about__content {
  position: relative;
  z-index: 2;
  padding-block: clamp(5rem, 9.2261904762vw, 15.5rem) clamp(5rem, 9.5833333333vw, 16.1rem);
}

.top-about__sec-head {
  margin-left: calc((100vw - min(1300px, 90vw)) / 2);
  display: grid;
  grid-template-columns: auto 64%;
  gap: 0;
  justify-content: space-between;
}
@media (max-width: 834px) {
  .top-about__sec-head {
    grid-template-columns: 1fr;
    margin-inline: 5%;
  }
}
.top-about__sec-head .sec__ttl--en {
  white-space: nowrap;
}
.top-about__sec-head .sec-head__catch {
  margin-top: 1.3em;
}
.top-about__sec-head .sec-head__ttl-area {
  position: relative;
  z-index: 2;
}

.top-about__img {
  margin-left: -4.3%;
  position: relative;
  z-index: 1;
}
@media (max-width: 834px) {
  .top-about__img {
    width: 100%;
    margin-inline: 0 auto;
    margin-top: 3rem;
  }
}

.top-about__body {
  width: min(90%, 1100px);
  margin-inline: auto;
  margin-top: clamp(4.5rem, 5.1785714286vw, 8.7rem);
}
@media (max-width: 834px) {
  .top-about__body {
    display: flex;
    flex-direction: column;
  }
}

.top-about__body-flex {
  display: grid;
  grid-template-columns: auto 47%;
  gap: 2rem 2%;
  justify-content: space-between;
  align-items: center;
}
@media (max-width: 834px) {
  .top-about__body-flex {
    display: contents;
  }
}

@media (max-width: 834px) {
  .top-about__body-txt-wrap {
    display: flex;
    flex-direction: column;
    align-items: center;
    order: 1;
  }
}

.top-about__label {
  font-size: var(--f18);
  line-height: 1;
  border-radius: 100vmax;
  border: 1px solid var(--white);
  padding: 0.7em 0.8em 0.5em;
  text-align: center;
  width: fit-content;
  margin-bottom: 1.2em;
}

.top-about__tagline {
  font-size: var(--f28);
  line-height: 1.5;
}
@media (max-width: 834px) {
  .top-about__tagline {
    text-align: center;
    line-height: 1.7;
  }
}

.top-about__logo-wrap {
  display: flex;
  gap: 3rem 6%;
  justify-content: flex-end;
  align-items: center;
}
@media (max-width: 834px) {
  .top-about__logo-wrap {
    justify-content: center;
    gap: 10%;
    order: 3;
    margin-top: 2rem;
  }
}

.top-about__logo-wrap:has(.top-about__logo-link .top-about__logo--mt) {
  display: grid;
  grid-template-columns: 334fr 632fr;
  justify-content: space-between;
}
@media (max-width: 834px) {
  .top-about__logo-wrap:has(.top-about__logo-link .top-about__logo--mt) {
    grid-template-columns: 0.9fr 1fr;
    justify-content: center;
  }
}

.top-about__body-desc {
  margin-top: 1.2em;
}
@media (max-width: 834px) {
  .top-about__body-desc {
    margin-top: 2em;
    order: 2;
  }
}

.top-about__logo--takada {
  max-width: 16.8rem;
}

/* -------------------------
 * SERVICE
 * ------------------------- */
.top-service {
  position: relative;
  z-index: 1;
  background: var(--white);
}
.top-service.sec {
  padding-block: clamp(5rem, 0.7142857143vw, 1.2rem) clamp(5rem, 5.9523809524vw, 10rem);
}
.top-service .sec-head {
  align-items: center;
  margin-bottom: clamp(3rem, 4.9vw, 8rem);
}
@media (max-width: 834px) {
  .top-service .sec-head {
    align-items: flex-start;
  }
}

.top-service__catch {
  margin-top: 1.4em;
}

.top-service__content {
  display: grid;
  grid-template-columns: 535fr 650fr;
  gap: 3rem 8.6%;
  justify-content: space-between;
}
@media (max-width: 834px) {
  .top-service__content {
    display: flex;
    flex-direction: column;
  }
}

.top-service__list-item {
  padding-block: 1em 2.2em;
  border-top: 1px solid #dedede;
}
@media (max-width: 834px) {
  .top-service__list-item {
    padding-bottom: 1em;
  }
}

.top-service__list {
  counter-reset: count;
}

.top-service__list-item {
  counter-increment: count;
  position: relative;
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 3rem 7%;
  justify-content: space-between;
  align-items: flex-start;
}
@media (max-width: 834px) {
  .top-service__list-item {
    column-gap: 5%;
  }
}

.top-service__list-item::before {
  content: counter(count, decimal-leading-zero);
  color: #ba000a;
  font-family: var(--inter);
  font-size: var(--f16);
  line-height: 1;
  font-weight: 500;
}

.top-service__en-label {
  font-size: var(--f16);
  font-family: var(--inter);
  color: #ba000a;
  font-weight: 500;
  line-height: 1.1;
}

.top-service__title {
  font-size: var(--f32);
  font-weight: 600;
  margin-block: 0.7em 0.4em;
  line-height: 1.13;
}

.top-service__desc {
  font-size: var(--f16);
  line-height: 1.8;
}

.top-service__img img {
  object-fit: cover;
}
@media (max-width: 834px) {
  .top-service__img img {
    aspect-ratio: 4/3;
    object-position: bottom center;
  }
}

/* -------------------------
 * IMG AREA
 * ------------------------- */
.top-img-area {
  background: var(--white);
  position: relative;
  z-index: 1;
}
.top-img-area .js-parallax--img {
  width: 100%;
  height: 64rem;
  overflow: hidden;
}
@media (max-width: 834px) {
  .top-img-area .js-parallax--img {
    height: auto;
    aspect-ratio: 6/5;
  }
}
.top-img-area .js-parallax--img img {
  display: block;
  width: 100%;
  height: calc(100% + 100px);
  object-fit: cover;
  object-position: center bottom;
}
@media (max-width: 834px) {
  .top-img-area .js-parallax--img img {
    height: calc(100% + 60px);
  }
}

/* -------------------------
 * LINEUP
 * ------------------------- */
.top-lineup {
  position: relative;
  z-index: 1;
  background: var(--white);
}
.top-lineup.sec {
  padding-block: clamp(5rem, 5.8928571429vw, 9.9rem) clamp(5rem, 10.7142857143vw, 18rem);
}
.top-lineup .sec-head {
  align-items: flex-end;
  margin-bottom: clamp(3rem, 4.9vw, 8rem);
}
@media (max-width: 834px) {
  .top-lineup .sec-head {
    align-items: flex-start;
  }
}

.top-lineup__list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 3rem 6.1%;
  align-items: start;
}
@media (max-width: 834px) {
  .top-lineup__list {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 499px) {
  .top-lineup__list {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 834px) {
  .top-lineup__img {
    margin-bottom: 1em;
  }
}

.top-lineup__title {
  font-size: var(--f24);
  font-weight: 600;
  margin-block: 1em 0.5em;
}
@media (max-width: 834px) {
  .top-lineup__title {
    margin-top: 0;
    margin-bottom: 0.8em;
  }
}

.top-lineup__list-item {
  display: grid;
  grid-template-rows: subgrid;
  grid-row: span 3;
  gap: 0rem;
}

/* -------------------------
 * VALUE
 * ------------------------- */
.top-value {
  position: relative;
  z-index: 1;
  background: var(--navy);
  color: #fff;
}
.top-value.sec {
  padding-block: clamp(5rem, 8.2738095238vw, 13.9rem) clamp(5rem, 8.5714285714vw, 14.4rem);
}
.top-value .sec-head {
  display: grid;
  grid-template-columns: auto 49%;
  gap: 2rem 2%;
  justify-content: space-between;
  align-items: flex-end;
  padding-bottom: 5vw;
}
@media (max-width: 834px) {
  .top-value .sec-head {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    padding-bottom: 0;
  }
}
.top-value .sec-head__txt-wrap {
  display: flex;
  flex-direction: column;
  gap: 1.5em;
  margin-bottom: -5vw;
}
@media (max-width: 834px) {
  .top-value .sec-head__txt-wrap {
    margin-bottom: 0;
  }
}

.top-value__content {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 6rem 4rem;
}
@media (max-width: 834px) {
  .top-value__content {
    display: flex;
    flex-direction: column;
    gap: 4rem;
  }
}

.top-value__img {
  width: 100%;
}

.top-value__img-area {
  margin-block: clamp(3rem, 6.25vw, 10.5rem) clamp(2rem, 2.380952381vw, 4rem);
  display: flex;
  flex-direction: column;
  align-items: center;
}

.top-value__img-bottom {
  margin-inline: auto;
  margin-top: -2%;
}

.top-value__img-arrow {
  max-width: 28.4rem;
  width: 75%;
  margin-inline: auto;
}
@media (max-width: 834px) {
  .top-value__img-arrow {
    width: 50%;
  }
}

.top-value__img-txt {
  text-align: center;
  font-size: var(--f28);
  line-height: 1.4;
}

.top-value__list {
  width: min(100%, 71rem);
  margin-inline: auto;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1rem;
  justify-content: space-between;
}
@media (max-width: 834px) {
  .top-value__list {
    grid-template-columns: repeat(3, 1fr);
    gap: 0.5rem;
  }
}

.top-value__list-item {
  border: 1px solid var(--white);
  padding: 0.6em 0.5em;
  text-align: center;
  line-height: 1;
  font-size: var(--f16);
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 834px) {
  .top-value__list-item {
    padding-inline: 0.2em;
    min-height: 4.4rem;
  }
}

.top-value__desc {
  margin-top: clamp(3rem, 2.8571428571vw, 4.8rem);
  font-size: var(--f16);
  width: min(100%, 93.3rem);
  margin-inline: auto;
}

/* -------------------------
 * COMPANY
 * ------------------------- */
.top-company {
  position: relative;
  z-index: 1;
  background: var(--white);
}
.top-company.sec {
  padding-block: clamp(5rem, 9.2261904762vw, 15.5rem) clamp(5rem, 12.0238095238vw, 20.2rem);
}
.top-company .sec-head {
  display: grid;
  grid-template-columns: auto 40%;
  gap: 2rem 2%;
  justify-content: space-between;
  align-items: flex-end;
  margin-bottom: clamp(3rem, 6.369047619vw, 10.7rem);
}
@media (max-width: 834px) {
  .top-company .sec-head {
    grid-template-columns: 1fr;
  }
}
.top-company .sec-head__logo-wrap {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 3rem 5%;
  margin-right: 21%;
}
@media (max-width: 834px) {
  .top-company .sec-head__logo-wrap {
    gap: 5%;
    margin-right: 0;
    width: 70%;
    justify-content: flex-start;
  }
}
.top-company .sec-head__logo-wrap:has(.top-company__logo-link .top-company__logo-img--mt) {
  display: grid;
  grid-template-columns: 190fr 220fr;
  justify-content: space-between;
}
@media (max-width: 834px) {
  .top-company .sec-head__logo-wrap:has(.top-company__logo-link .top-company__logo-img--mt) {
    justify-content: space-between;
  }
}
.top-company .top-company__logo-img--takada {
  max-width: 18rem;
}

.top-company__content {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 9%;
  margin-right: calc((100vw - min(1200px, 90vw)) / 2);
  align-items: center;
}
@media (max-width: 834px) {
  .top-company__content {
    grid-template-columns: 1fr;
    gap: 3.6rem;
    margin-right: 0;
  }
}
.top-company__content:has(.top-company__list-wrap--osaka) {
  align-items: flex-start;
}

.top-company__list-wrap + .top-company__list-wrap {
  margin-top: clamp(5rem, 7.1428571429vw, 12rem);
}

.top-company__sticky-img {
  position: sticky;
  top: 0px;
}
@media (max-width: 834px) {
  .top-company__sticky-img {
    position: static;
  }
}
@media (max-width: 834px) {
  .top-company__sticky-img img {
    aspect-ratio: 2/1;
    width: 100%;
    height: auto;
  }
}

@media (max-width: 834px) {
  .top-company__lists {
    padding-inline: 5%;
  }
}

.top-company__list-title {
  display: flex;
  align-items: center;
  line-height: 1;
  margin-bottom: clamp(2rem, 2.9761904762vw, 5rem);
}
.top-company__list-title::before {
  font-size: var(--f21);
  background: var(--red);
  content: "";
  display: inline-block;
  width: 1em;
  height: 0.1em;
  margin-top: -0.2em;
  margin-right: 0.5em;
}
.top-company__list-title::after {
  content: attr(data-en);
  font-size: var(--f14);
  font-family: var(--inter);
  font-weight: 500;
  color: var(--red);
  display: inline;
  margin-left: 1.2em;
  margin-top: -0.2em;
}

.top-company__list {
  display: grid;
  grid-template-columns: 29.2% 1fr;
  gap: 0;
  justify-content: space-between;
}
@media (max-width: 834px) {
  .top-company__list {
    display: flex;
    flex-direction: column;
  }
}
.top-company__list dt,
.top-company__list dd {
  padding-block: 1.8em;
}
.top-company__list dt:first-of-type,
.top-company__list dd:first-of-type {
  padding-top: 0;
}
.top-company__list dt {
  border-bottom: 1px solid #ddd;
}
@media (max-width: 834px) {
  .top-company__list dt {
    width: 100%;
    border-bottom: none;
    padding: 1em 0 0 0;
  }
}
.top-company__list dd {
  border-bottom: 1px solid #ddd;
}
@media (max-width: 834px) {
  .top-company__list dd {
    min-width: 14rem;
    padding: 0.5em 0 1em 0;
    width: 100%;
  }
}
@media (max-width: 834px) {
  .top-company__list dd:first-of-type {
    padding-top: 0.5em;
  }
}/*# sourceMappingURL=top.css.map */