@charset "UTF-8";
/**************************************/
/* -------------------------
 * トップ共通
 * ------------------------- */
.top-main {
  position: relative;
  margin: 0;
  padding: 0;
}

/* -------------------------
 * ローディング
 * ------------------------- */
#loading {
  position: fixed;
  inset: 0;
  background: #ebebeb;
  z-index: 9999;
  opacity: 1;
  visibility: visible;
  -webkit-transition: opacity 0.8s ease, visibility 0.8s ease;
  transition: opacity 0.8s ease, visibility 0.8s ease;
}
#loading.is-active .loading__progress {
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
#loading.is-hidden {
  opacity: 0;
  visibility: hidden;
}

/* プログレスバー */
.loading__progress {
  width: 0;
  height: 4px;
  background: #e3241e;
  -webkit-transition: width 1.8s ease;
  transition: width 1.8s ease;
}

/* ロゴ */
.loading__logo {
  opacity: 1;
  -webkit-transition: opacity 0.8s ease;
  transition: opacity 0.8s ease;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.loading__logo img {
  width: 13rem;
  height: auto;
}
@media (max-width: 834px) {
  .loading__logo img {
    width: 8rem;
  }
}

/* -------------------------
 * MV
 * ------------------------- */
.top-mv {
  position: relative;
  width: 100%;
  height: 100svh;
  z-index: 1;
}

.top-mv__video {
  width: 100%;
  height: 100%;
  -webkit-filter: brightness(0.7);
          filter: brightness(0.7);
}
.top-mv__video video {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}

.top-mv__body {
  width: 100%;
  position: absolute;
  bottom: 5rem;
  left: 0;
}

.top-mv__copy-area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 3rem;
}
@media (max-width: 834px) {
  .top-mv__copy-area {
    gap: 0;
  }
}

.top-mv__copy-row--01 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}

.top-mv__copy-line {
  position: relative;
}
@media (max-width: 834px) {
  .top-mv__copy-line {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }
}
.top-mv__copy-line::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 0;
  background-color: #fff;
  -webkit-transition: width 1.2s var(--ease-in) 3.4s;
  transition: width 1.2s var(--ease-in) 3.4s;
}
@media (max-width: 834px) {
  .top-mv__copy-line::after {
    -webkit-transition: width 1.2s var(--ease-in) 3.6s;
    transition: width 1.2s var(--ease-in) 3.6s;
  }
}
.top-mv__copy-line.is-loaded::after {
  width: 100%;
}

.top-mv__copy-img--01 {
  width: 35vw;
  max-width: 57.6rem;
}
@media (max-width: 834px) {
  .top-mv__copy-img--01 {
    width: 75vw;
    margin-bottom: 3vw;
    --load-delay: 3.2s;
  }
}

.top-mv__copy-img--01,
.top-mv__copy-txt {
  clip-path: inset(100% 0 0 0);
  --load-duration: 0.9s;
  --load-easing: var(--ease-out-smooth);
  --load-delay: 3.2s;
  margin-right: -2em;
}
.top-mv__copy-img--01.is-loaded,
.top-mv__copy-txt.is-loaded {
  clip-path: inset(0 0 0 0);
}

.top-mv__copy-img--02 {
  clip-path: inset(100% 0 0 0);
  margin-left: auto;
  width: 38vw;
  max-width: 63rem;
  --load-duration: 0.9s;
  --load-easing: var(--ease-out-smooth);
  --load-delay: 4.3s;
}
@media (max-width: 834px) {
  .top-mv__copy-img--02 {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    margin-left: 0;
    width: 83vw;
    margin-bottom: 4vw;
    --load-delay: 3.2s;
  }
}
.top-mv__copy-img--02.is-loaded {
  clip-path: inset(0 0 0 0);
}

@media (max-width: 834px) {
  .top-mv__copy-row {
    display: contents;
  }
}

.top-mv__copy-txt {
  color: #fff;
  font-size: var(--f32);
  line-height: 1.2;
  --load-delay: 3.2s;
}
@media (max-width: 834px) {
  .top-mv__copy-txt {
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4;
    width: 100%;
    white-space: nowrap;
    margin-top: 4vw;
    --load-delay: 4.5s;
  }
}

.top-mv__scroll-down {
  color: #fff;
  font-size: var(--f13);
  text-align: center;
  margin-top: 4rem;
  opacity: 0;
  -webkit-transform: translateY(1rem);
          transform: translateY(1rem);
  --load-delay: 4.5s;
}
@media (max-width: 834px) {
  .top-mv__scroll-down {
    --load-delay: 5.5s;
  }
}
.top-mv__scroll-down.is-loaded {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

/* -------------------------
 * PROJECTS
 * ------------------------- */
.top-projects.sec {
  padding-block: 13rem min(22vw, 33rem);
}
@media (max-width: 834px) {
  .top-projects.sec {
    padding-block: 5rem min(23vw, 16rem) !important;
  }
}

.top-projects__item--top {
  margin-bottom: 12rem;
}
@media (max-width: 834px) {
  .top-projects__item--top {
    margin-bottom: 5rem;
  }
}

.top-projects__flex {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 3rem 4%;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media (max-width: 834px) {
  .top-projects__flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.top-projects__flex .top-projects__item {
  margin-bottom: 13rem;
}
@media (max-width: 834px) {
  .top-projects__flex .top-projects__item {
    margin-bottom: 8rem;
  }
}

@media (max-width: 834px) {
  .top-projects__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.top-projects__flex-item:nth-child(2) {
  margin-top: 6rem;
}
@media (max-width: 834px) {
  .top-projects__flex-item:nth-child(2) {
    display: none;
  }
}
@media (max-width: 834px) {
  .top-projects__flex-item .top-projects__item:nth-child(n+2) {
    display: none;
  }
}

.top-projects__item-body {
  margin-top: 1.5rem;
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 1.5rem 2%;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
@media (max-width: 834px) {
  .top-projects__item-body {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}

.top-projects__item-img-link:hover .link--underline::after {
  -webkit-animation: hideAndShowUnderline 0.6s var(--ease-in) forwards;
          animation: hideAndShowUnderline 0.6s var(--ease-in) forwards;
}

.top-projects__item-ttl {
  font-size: var(--f18);
  line-height: 1.2;
  font-weight: 500;
}

.top-projects__item-description {
  font-size: var(--f12);
  font-weight: normal;
  color: #a4a4a4;
}

.top-projects__link {
  font-size: var(--f72);
  font-weight: 500;
  display: block;
  margin-inline: auto;
}
.top-projects__link.link--underline::after {
  height: 0.3rem;
  bottom: -0.2rem;
}

/* -------------------------
 * FIELD
 * ------------------------- */
.top-field {
  overflow: hidden;
  padding-top: 15%;
}
@media (max-width: 834px) {
  .top-field {
    padding-top: 0;
  }
}

.top-field__inner {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  aspect-ratio: 16/9;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
}

/* 画像ラッパー */
.top-field__img-wrap {
  aspect-ratio: 16/9;
  display: block;
  position: relative;
  width: 36%; /* 初期値：36% → 100% にアニメーション */
  -webkit-transition: width 0s;
  transition: width 0s;
}
@media (max-width: 834px) {
  .top-field__img-wrap {
    width: 100%;
  }
}

/* 画像共通スタイル */
.top-field__img {
  position: absolute;
  -webkit-transform: translateX(-50%) translateY(-50%);
          transform: translateX(-50%) translateY(-50%);
  overflow: hidden;
}
.top-field__img img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}

/* メイン画像（中央） */
.top-field__img--center {
  aspect-ratio: 16/9;
  left: 50%;
  top: 50%;
  width: 100%;
  z-index: 3;
}

/* 左上の画像 */
.top-field__img--left-top {
  position: absolute;
  left: -46%;
  top: -102.4%;
  width: 80%;
  z-index: 2;
  -webkit-transform: none;
          transform: none;
}
@media (max-width: 834px) {
  .top-field__img--left-top {
    display: none;
  }
}

/* 右上の画像 */
.top-field__img--right-top {
  position: absolute;
  left: 101.6%;
  top: -14%;
  width: 53%;
  z-index: 2;
  -webkit-transform: none;
          transform: none;
}
@media (max-width: 834px) {
  .top-field__img--right-top {
    display: none;
  }
}

/* 左下の画像 */
.top-field__img--left-bottom {
  position: absolute;
  left: -54.7%;
  top: 56%;
  width: 53%;
  -webkit-transform: none;
          transform: none;
}
@media (max-width: 834px) {
  .top-field__img--left-bottom {
    display: none;
  }
}

/* 右下の画像 */
.top-field__img--right-bottom {
  position: absolute;
  left: 60%;
  top: 102.4%;
  width: 80%;
  z-index: 2;
  -webkit-transform: none;
          transform: none;
}
@media (max-width: 834px) {
  .top-field__img--right-bottom {
    display: none;
  }
}

/* -------------------------
 * ABOUT US
 * ------------------------- */
.top-about {
  min-height: 100svh;
  background: #676e73;
  position: relative;
  z-index: 10;
  color: #fff;
  margin-top: -0.1rem;
}
.top-about.sec {
  padding-block: 20rem;
}
.top-about .sec__flex-head {
  border-bottom: 1px solid rgba(255, 255, 255, 0.4);
  grid-template-columns: 60% auto;
}

.top-about__main {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 3rem 28%;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media (max-width: 834px) {
  .top-about__main {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 0;
  }
}

.top-about__txt-wrap {
  padding-top: 12rem;
}
@media (max-width: 834px) {
  .top-about__txt-wrap {
    padding-top: 1.6rem;
  }
}

.top-about__txt + .top-about__txt {
  margin-top: 3em;
}

.top-about__btn {
  margin-top: 6rem;
}
@media (max-width: 834px) {
  .top-about__btn {
    margin-top: 3rem;
  }
}

@media (max-width: 499px) {
  .top-about__copy-img {
    width: 73vw;
  }
}

/* -------------------------
 * our business
 * ------------------------- */
.top-business {
  position: relative;
  width: 100%;
  aspect-ratio: 1680/926;
  overflow: hidden;
  margin-top: 0;
  padding-top: 0;
}
@media (max-width: 834px) {
  .top-business {
    position: relative;
    width: 100%;
    aspect-ratio: 4/3;
    overflow: hidden;
  }
}
@media (max-width: 499px) {
  .top-business {
    aspect-ratio: 4/5;
  }
}

.top-business__cont {
  position: relative;
  z-index: 3;
  height: 100%;
  background: rgba(0, 0, 0, 0.7);
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.top-business__inner {
  display: grid;
  grid-template-columns: auto auto;
  gap: 3rem 2%;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 834px) {
  .top-business__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.top-business__body {
  display: grid;
  grid-template-columns: 108fr 443fr;
  gap: 1rem 20%;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 834px) {
  .top-business__body {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.top-business__ttl {
  white-space: nowrap;
  font-weight: 500;
  font-size: var(--f18);
}

.top-business__lead {
  font-size: var(--f32);
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
}
@media (max-width: 834px) {
  .top-business__lead {
    -webkit-transform-origin: center center;
            transform-origin: center center;
    text-align: center;
    font-size: 2.4rem;
    margin-right: -0.4em;
  }
}

/* 背景スライダー */
.top-business__loop-area {
  position: absolute;
  z-index: 2;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #000;
}

.top-business__loop-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 0.5rem;
  -webkit-transform: translate(0%, -27%) rotate(-15deg);
          transform: translate(0%, -27%) rotate(-15deg);
}
@media (max-width: 499px) {
  .top-business__loop-wrap {
    -webkit-transform: translate(0%, -10%) rotate(-15deg);
            transform: translate(0%, -10%) rotate(-15deg);
  }
}

.top-business__loop-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0.5rem;
  width: 300%;
}
@media (max-width: 834px) {
  .top-business__loop-list {
    width: 420%;
  }
}
@media (max-width: 499px) {
  .top-business__loop-list {
    width: 520%;
  }
}

/* -------------------------
 * sustainability
 * ------------------------- */
.top-sustainability.sec {
  padding-block: 21.7rem 17.4rem;
}
.top-sustainability .sec__flex-head {
  border-bottom: 1px solid rgba(0, 0, 0, 0.4);
  grid-template-columns: 40% auto;
}

@media (max-width: 499px) {
  .top-sustainability__copy-img {
    width: 70vw;
  }
}

.top-sustainability__main {
  display: grid;
  grid-template-columns: auto 930fr;
  gap: 0rem 9%;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media (max-width: 834px) {
  .top-sustainability__main {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.top-sustainability__img-area {
  padding-top: 3rem;
  display: grid;
  grid-template-columns: 240fr 660fr;
  gap: 3rem 3%;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media (max-width: 834px) {
  .top-sustainability__img-area {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }
}

.top-sustainability__btn {
  margin-top: 4.6rem;
}
@media (max-width: 834px) {
  .top-sustainability__btn {
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4;
  }
}

@media (max-width: 834px) {
  .top-sustainability__body {
    display: contents;
  }
}

.top-sustainability__ttl {
  margin-bottom: 5rem;
}
@media (max-width: 834px) {
  .top-sustainability__ttl {
    margin-bottom: 3.5rem;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
}

@media (max-width: 834px) {
  .top-sustainability__txt {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
}

/* -------------------------
 * brand
 * ------------------------- */
.top-brand {
  aspect-ratio: 1680/920;
  width: 100%;
  height: auto;
  padding-top: 4rem;
  color: #fff;
  position: relative;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media (max-width: 834px) {
  .top-brand {
    min-height: auto;
    aspect-ratio: 750/1040;
    padding-top: 0;
  }
}

.top-brand__content {
  position: relative;
  padding-block: 100px 100px;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  z-index: 2;
}

.top-brand__parallax-bg {
  position: absolute;
  top: -400px; /* 上方向の余白 */
  left: 0;
  width: 100%;
  height: calc(100% + 800px); /* 上下の余白の合計 */
  background-image: url("../img/top/brand_bg.webp");
  background-size: cover;
  background-position: center center;
  will-change: transform;
  z-index: 1;
}

.top-brand__label {
  font-size: var(--f18);
  font-weight: 500;
  text-align: center;
  position: absolute;
  top: 4%;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
@media (max-width: 834px) {
  .top-brand__label {
    position: static;
    -webkit-transform: none;
            transform: none;
    margin-bottom: 1rem;
  }
}

@media (max-width: 834px) {
  .top-brand__lead {
    -webkit-transform-origin: center center;
            transform-origin: center center;
    text-align: center;
    font-size: 2.4rem;
    margin-right: -0.4em;
  }
}

.top-brand__body {
  width: 100%;
  position: absolute;
  top: 50%;
  left: 5%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 3rem;
}
@media (max-width: 834px) {
  .top-brand__body {
    position: static;
    -webkit-transform: none;
            transform: none;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

.top-brand__btn.base-btn {
  margin-inline: 0;
}
@media (max-width: 834px) {
  .top-brand__btn {
    position: absolute;
    left: 50%;
    bottom: 15%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}

.top-brand__copy-img {
  width: 104%;
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translate(-50%, 20%);
          transform: translate(-50%, 20%);
  pointer-events: none;
  z-index: 10;
}
@media (max-width: 499px) {
  .top-brand__copy-img {
    bottom: 0;
  }
}

/* -------------------------
 * Company Information
 * ------------------------- */
.top-company-info {
  position: relative;
  overflow: hidden;
  -webkit-transition: color 0.3s linear;
  transition: color 0.3s linear;
}
.top-company-info.sec {
  padding-block: 18rem;
}
@media (max-width: 834px) {
  .top-company-info.sec {
    padding-block: 5rem 7rem !important;
  }
}
.top-company-info.is-hovered {
  color: #fff;
}
.top-company-info.is-hovered .top-company-info__txt {
  color: rgba(255, 255, 255, 0.9);
}
.top-company-info.is-hovered .top-company-info__list > li {
  border-top: 1px solid rgba(255, 255, 255, 0.4);
}
.top-company-info.is-hovered .top-company-info__list > li:last-child {
  border-bottom: 1px solid rgba(255, 255, 255, 0.4);
}
.top-company-info .top-company-info__list > li:hover .top-company-info__arrow {
  opacity: 1;
  width: 1em;
  clip-path: inset(0 0 0 0);
}

.top-company-info__ttl {
  font-weight: 500;
  font-size: var(--f18);
  margin-bottom: 2rem;
}
@media (max-width: 834px) {
  .top-company-info__ttl {
    font-size: var(--f60);
    margin-bottom: 3.5rem;
  }
}

.top-company-info__list > li {
  border-top: 1px solid rgba(0, 0, 0, 0.4);
  -webkit-transition: border-color 0.3s linear;
  transition: border-color 0.3s linear;
  /* セクション全体を覆う背景レイヤー */
  /* 各リンクに異なる背景画像を設定 */
  /* ホバー時に背景を表示 */
}
.top-company-info__list > li:last-child {
  border-bottom: 1px solid rgba(0, 0, 0, 0.4);
}
.top-company-info__list > li::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: auto;
  opacity: 0;
  -webkit-transition: opacity 0.8s linear;
  transition: opacity 0.8s linear;
  z-index: -1;
  pointer-events: none;
}
.top-company-info__list > li:nth-child(1)::after {
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.7)), to(rgba(0, 0, 0, 0.7))), url(../img/top/company-info_bg01.webp) no-repeat center center/cover;
  background: linear-gradient(rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7)), url(../img/top/company-info_bg01.webp) no-repeat center center/cover;
}
.top-company-info__list > li:nth-child(2)::after {
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.7)), to(rgba(0, 0, 0, 0.7))), url(../img/top/company-info_bg02.webp) no-repeat center center/cover;
  background: linear-gradient(rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7)), url(../img/top/company-info_bg02.webp) no-repeat center center/cover;
}
.top-company-info__list > li:nth-child(3)::after {
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.7)), to(rgba(0, 0, 0, 0.7))), url(../img/top/company-info_bg03.webp) no-repeat center center/cover;
  background: linear-gradient(rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7)), url(../img/top/company-info_bg03.webp) no-repeat center center/cover;
}
.top-company-info__list > li:nth-child(4)::after {
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.7)), to(rgba(0, 0, 0, 0.7))), url(../img/top/company-info_bg04.webp) no-repeat center center/cover;
  background: linear-gradient(rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7)), url(../img/top/company-info_bg04.webp) no-repeat center center/cover;
}
.top-company-info__list > li:hover::after {
  opacity: 1;
}
@media (max-width: 834px) {
  .top-company-info__list > li:hover::after {
    opacity: 0;
  }
}

.top-company-info__item-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 1rem 0;
  text-decoration: none;
  color: inherit;
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
  position: relative;
}

.top-company-info__label-area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.top-company-info__arrow {
  font-size: var(--f40);
  font-weight: normal;
  margin-right: 0.3em;
  opacity: 0;
  width: 0;
  clip-path: inset(0 100% 0 0);
  -webkit-transform-origin: left center;
          transform-origin: left center;
  -webkit-transition: opacity 0.3s ease, width 0.3s ease, -webkit-transform 0.3s ease;
  transition: opacity 0.3s ease, width 0.3s ease, -webkit-transform 0.3s ease;
  transition: opacity 0.3s ease, transform 0.3s ease, width 0.3s ease;
  transition: opacity 0.3s ease, transform 0.3s ease, width 0.3s ease, -webkit-transform 0.3s ease;
  overflow: hidden;
}
@media (max-width: 834px) {
  .top-company-info__arrow {
    display: none;
  }
}

.top-company-info__item-label--en {
  font-size: var(--f60);
  font-weight: 500;
  font-family: "Albert Sans", sans-serif;
}
@media (max-width: 834px) {
  .top-company-info__item-label--en {
    font-size: var(--f30);
  }
}

.top-company-info__item-label--ja {
  font-size: var(--f14);
  margin-right: 0;
}
@media (max-width: 499px) {
  .top-company-info__item-label--ja {
    font-size: var(--f10);
  }
}
@media (max-width: 399px) {
  .top-company-info__item-label--ja {
    font-size: 0.9rem;
  }
}

.top-company-info__txt {
  max-width: 50rem;
  margin-top: 4rem;
  margin-left: auto;
  -webkit-transition: color 0.3s linear;
  transition: color 0.3s linear;
}
@media (max-width: 834px) {
  .top-company-info__txt {
    max-width: none;
    margin-top: 2.5rem;
    margin-left: 0;
  }
}

/* -------------------------
 * recruit
 * ------------------------- */
.top-recruit {
  aspect-ratio: 1680/600;
  width: 100%;
  height: auto;
  color: #fff;
  position: relative;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media (max-width: 834px) {
  .top-recruit {
    min-height: auto;
    aspect-ratio: 750/800;
  }
}

.top-recruit__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media (max-width: 834px) {
  .top-recruit__inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    row-gap: 3rem;
  }
}

.top-recruit__content {
  position: relative;
  padding-block: 100px 100px;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  z-index: 2;
}

.top-recruit__parallax-bg {
  position: absolute;
  top: -250px; /* 上方向の余白 */
  left: 0;
  width: 100%;
  height: calc(100% + 500px); /* 上下の余白の合計 */
  background-image: url("../img/top/recruit_bg.webp");
  background-size: 110%;
  background-position: center top;
  will-change: transform;
  z-index: 1;
}
@media (max-width: 834px) {
  .top-recruit__parallax-bg {
    position: absolute;
    top: -400px;
    left: 0;
    width: 100%;
    height: calc(100% + 800px);
    background-size: cover;
    background-position: 30% 30%; /* 左、上 */
  }
}

.top-recruit__label {
  font-weight: 500;
  font-size: var(--f18);
  text-align: center;
}

.top-recruit__lead {
  margin-block: 3rem 2rem;
}
@media (max-width: 834px) {
  .top-recruit__lead {
    margin-block: 1rem 0.5rem;
    -webkit-transform-origin: center center;
            transform-origin: center center;
    text-align: center;
    font-size: 2rem;
    margin-right: -0.4em;
  }
}

@media (max-width: 834px) {
  .top-recruit__txt {
    -webkit-transform-origin: center center;
            transform-origin: center center;
  }
}

.top-recruit__body {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 0rem;
}
@media (max-width: 834px) {
  .top-recruit__body {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

.top-recruit__txt {
  font-size: var(--f18);
}
@media (max-width: 834px) {
  .top-recruit__txt {
    font-size: var(--f21);
  }
}

/* -------------------------
 * news
 * ------------------------- */
.top-news {
  padding-block: 17rem 0;
}
.top-news.sec {
  padding-bottom: 0;
}

@media (max-width: 834px) {
  .top-news__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 0;
  }
}

@media (max-width: 834px) {
  .top-news__ttl {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
}

@media (max-width: 834px) {
  .top-news__link {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
    margin: 4rem auto 0;
  }
}

.top-news__head {
  padding-top: 1rem;
  border-top: 1px solid rgba(0, 0, 0, 0.4);
  display: grid;
  grid-template-columns: auto auto;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  gap: 2rem 2%;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 10rem;
}
@media (max-width: 834px) {
  .top-news__head {
    display: contents;
    margin-bottom: 5rem;
  }
}

.top-news__list {
  max-width: 86rem;
  margin-left: auto;
}
@media (max-width: 834px) {
  .top-news__list {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
}
.top-news__list > li + li {
  margin-top: 3rem;
}

.top-news__item-link {
  display: grid;
  grid-template-columns: 731fr 16fr;
  gap: 0rem 20%;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 834px) {
  .top-news__item-link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}
.top-news__item-link:hover .top-news__item-arrow {
  -webkit-transform: translateX(0.5rem);
          transform: translateX(0.5rem);
}
.top-news__item-link:hover .top-news__item-thumbnail img {
  -webkit-transition: -webkit-transform 0.5s var(--ease-out-cubic);
  transition: -webkit-transform 0.5s var(--ease-out-cubic);
  transition: transform 0.5s var(--ease-out-cubic);
  transition: transform 0.5s var(--ease-out-cubic), -webkit-transform 0.5s var(--ease-out-cubic);
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}

.top-news__item-thumbnail {
  overflow: hidden;
}
.top-news__item-thumbnail img {
  -webkit-transition: -webkit-transform 0.3s var(--ease-out-cubic);
  transition: -webkit-transform 0.3s var(--ease-out-cubic);
  transition: transform 0.3s var(--ease-out-cubic);
  transition: transform 0.3s var(--ease-out-cubic), -webkit-transform 0.3s var(--ease-out-cubic);
  aspect-ratio: 200/150;
  -webkit-transform-origin: center;
          transform-origin: center;
}
@media (max-width: 834px) {
  .top-news__item-thumbnail {
    margin-block: 1rem 2rem;
  }
}

.top-news__item-content {
  display: grid;
  grid-template-columns: 200fr 493fr;
  gap: 0rem 5%;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.top-news__item-ttl {
  font-size: var(--f16);
  font-weight: 400;
  margin-bottom: 1.5rem;
}
@media (max-width: 834px) {
  .top-news__item-ttl {
    margin-bottom: 0.5rem;
    width: 100%;
  }
}

.top-news__item-date {
  font-size: var(--f13);
  font-weight: 400;
  font-family: "Albert Sans", sans-serif;
}
@media (max-width: 834px) {
  .top-news__item-date {
    width: 100%;
  }
}

.top-news__item-arrow {
  -webkit-transform: translateX(0rem);
          transform: translateX(0rem);
  -webkit-transition: -webkit-transform 0.3s var(--ease-in);
  transition: -webkit-transform 0.3s var(--ease-in);
  transition: transform 0.3s var(--ease-in);
  transition: transform 0.3s var(--ease-in), -webkit-transform 0.3s var(--ease-in);
}
.top-news__item-arrow .material-symbols-outlined {
  font-size: 1.8rem;
  font-weight: normal;
  color: #000;
}
@media (max-width: 834px) {
  .top-news__item-arrow {
    margin-left: auto;
  }
}/*# sourceMappingURL=top.css.map */