@charset "UTF-8";

/* ==============================================
   KV Sticky Container
   ============================================== */
.nh-l-sticky-container {
  position: relative;
}

.nh-l-kv-wrap {
  position: sticky;
  top: 248px; /* ヘッダー高さ: 64 + 40 + 87 */
  width: 100%;
  z-index: 50;
}

.nh-l-sticky-container:not(:has(.nh-l-notice)) .nh-l-kv-wrap {
  top: 191px; /* noticeなし: ヘッダー高さのみ */
}

/* ==============================================
   KV Section
   ============================================== */
.nh-p-top__kv {
  position: relative;
  overflow: hidden;
  height: 750px;
  padding: 10px;
}

.nh-p-top__kv__mov {
  position: relative;
  width: 100%;
  height: 100%;
  border-radius: 10px;
  overflow: hidden;
  --overlay-opacity: 0;
}

.nh-p-top__kv__mov::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(180deg, rgba(0, 72, 49, 0.5) -2.77%, rgba(0, 72, 49, 0.95) 100%);
  opacity: var(--overlay-opacity);
  pointer-events: none;
}

.nh-p-top__kv__img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.nh-p-top__kv__scroll {
  position: absolute;
  bottom: 80px;
  right: 80px;
  transform: translateX(-50%);
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
}

.nh-p-top__kv__scroll__text {
  color: var(--color-white);
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 100%;
  letter-spacing: 2px;
  text-transform: uppercase;
  writing-mode: vertical-rl;
}

.nh-p-top__kv__scroll::after {
  content: "";
  display: block;
  width: 1px;
  height: 40px;
  background: var(--color-white);
  animation: scrollLine 1.5s ease-in-out infinite;
}

@keyframes scrollLine {
  0% { transform: scaleY(0); transform-origin: top; }
  50% { transform: scaleY(1); transform-origin: top; }
  50.1% { transform: scaleY(1); transform-origin: bottom; }
  100% { transform: scaleY(0); transform-origin: bottom; }
}

.nh-l-notice {
  display: flex;
  max-width: 100%;
  padding: 12px 20px;
  justify-content: center;
  gap: 12px;
  border-bottom: 1px solid var(--color-border);
  background: var(--color-white);
  position: sticky;
  top: 191px;
  z-index: 65;
}

.nh-l-notice__date,
.nh-l-notice__text {
  color: var(--color-black);
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 200%;
  letter-spacing: 0.8px;
}

.nh-l-notice__date {
  white-space: nowrap;
}

/* ==============================================
   Copy Section
   ============================================== */
.nh-p-top__copy {
  /* background: linear-gradient(180deg, rgba(0, 72, 49, 0.00) -2.77%, rgba(0, 72, 49, 0.95) 100%); */
  position: relative;
  padding: 0 120px 200px;
  z-index: 60;
}

.nh-p-top__copy__design {
  position: absolute;
  left: 120px;
  top: -650px;
  width: 414px;
  height: auto;
  aspect-ratio: 542/388;
  filter: drop-shadow(0 0 64px rgba(32, 70, 58, 0.20));
}

.nh-p-top__copy__design__img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.nh-p-top__copy__text {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 60px;
  flex: 1 0 0;
}

.nh-p-top__copy__body {
  align-self: stretch;
  color: var(--color-white);
  font-size: 22px;
  font-style: normal;
  font-weight: 400;
  line-height: 240%;
}

/* ==============================================
   News Section
   ============================================== */
.nh-l-block--news {
  background: var(--color-bg-light);
  border-radius: 10px;
  max-width: 1280px;
  margin: 80px auto 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 40px;
}

.nh-c-headline__h2 {
  width: 100%;
}

.nh-c-headline__h2__label {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
  padding: 16px 24px;
  background: var(--color-white);
  border-radius: 0 0 10px 0;
}

.nh-c-headline__h2__label span {
  font-size: 20px;
  font-weight: 700;
  letter-spacing: 0.05em;
  line-height: 2.52;
  color: var(--color-primary);
}

.nh-p-top__news {
  width: 100%;
  padding: 0 80px 40px;
  background: var(--color-bg-light);
}

.nh-c-newsList {
  display: flex;
  flex-direction: column;
  width: 100%;
}

.nh-c-newsList__item {
  display: flex;
  width: 100%;
  padding: 8px 0;
  border-bottom: 1px solid var(--color-primary);
}

.nh-c-newsList__item:last-child {
  border-bottom: none;
}

.nh-c-newsList__dt {
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.06em;
  line-height: 32px;
  color: var(--color-primary);
  white-space: nowrap;
}

.nh-c-newsList__dd {
  display: flex;
  align-items: center;
  flex: 1;
  padding: 0 12px 0 24px;
}

.nh-c-textlink {
  display: flex;
  align-items: center;
  gap: 10px;
  width: 100%;
  padding: 1px 0;
  font-size: 16px;
  line-height: 32px;
  letter-spacing: 0.05em;
  justify-content: space-between;
}

.nh-c-textlink__arrow {
  width: 24px;
  height: 24px;
  flex-shrink: 0;
}

/* ==============================================
   Services Section
   ============================================== */
.nh-l-block--services-wrap {
  max-width: 1280px;
  margin: 80px auto 0;
}

.nh-l-block--services {
  background: var(--color-bg-light);
  border-radius: 10px 10px 0 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 40px;
}

.nh-p-top__about__txt {
  width: 100%;
  padding: 0 60px 40px;
}

.nh-p-top__about__row {
  display: flex;
  align-items: center;
  gap: 60px;
  width: 100%;
}

.nh-p-top__about__content {
  display: flex;
  flex-direction: column;
  gap: 36px;
  flex: 1;
}

.nh-p-top__about__heading {
  display: flex;
  flex-direction: column;
  gap: 24px;
}

.nh-p-top__about__title {
  font-size: 31px;
  font-weight: 600;
  line-height: 1.6;
  letter-spacing: 0.05em;
  color: var(--color-primary);
}

.nh-p-top__about__bar {
  display: block;
  width: 35px;
  height: 5px;
  background: var(--color-secondary);
}

.nh-p-top__about__desc {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.nh-p-top__about__subtitle {
  font-size: 26px;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: 0.02em;
}

.nh-p-top__about__body {
  font-size: 16px;
  font-weight: 400;
  line-height: 2;
  letter-spacing: 0.05em;
}

.nh-p-top__about__note {
  font-size: 13px;
  font-weight: 400;
  line-height: 1.8;
  letter-spacing: 0.06em;
}

.nh-p-top__about__photo {
  flex-shrink: 0;
  width: 500px;
}

.nh-p-top__about__photo img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 8px;
}

/* InfoLounge Section */
.nh-l-block--infolounge {
  background: var(--color-primary);
  border-radius: 0 0 10px 10px;
  padding: 60px;
  margin-bottom: 80px;
}

.nh-p-top__infolounge__inner {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 40px;
}

.nh-p-top__infolounge__logo {
  padding: 0 30px;
  flex-shrink: 0;
}

.nh-p-top__infolounge__logo img {
  width: 231px;
  height: auto;
}

.nh-p-top__infolounge__body {
  font-size: 16px;
  font-weight: 400;
  line-height: 2;
  letter-spacing: 0.05em;
  color: var(--color-white);
}

/* ==============================================
   Contact Section
   ============================================== */
.nh-l-block--contact {
  background: var(--color-bg-gray);
  padding: 40px 80px;
}

.nh-l-inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 24px;
  max-width: 1280px;
  margin: 0 auto;
  padding: 0 70px;
}

.nh-c-text__l {
  font-size: 22px;
  font-weight: 400;
  line-height: 2.4;
  text-align: center;
}

/* ==============================================
   Tablet (951px - 1380px)
   ============================================== */
@media (min-width: 951px) and (max-width: 1380px) {
  .nh-l-notice {
    top: 245px; /* groupHeader: 64 + hdnav: 40 + header: 141 */
  }

  .nh-l-kv-wrap {
    top: 302px; /* groupHeader: 64 + hdnav: 40 + header: 141 */
  }

  .nh-l-sticky-container:not(:has(.nh-l-notice)) .nh-l-kv-wrap {
    top: 245px; /* noticeなし */
  }
}

/* ==============================================
   SP (max-width: 950px)
   ============================================== */
@media (max-width: 950px) {
  /* KV Wrapper */
  .nh-l-kv-wrap {
    top: 50vw; /* ヘッダー高さ: 56 + 28 + 60 */
  }

  .nh-l-sticky-container:not(:has(.nh-l-notice)) .nh-l-kv-wrap {
    top: 36.9vw; /* noticeなし */
  }

  /* KV */
  .nh-p-top__kv {
    position: relative;
    overflow: hidden;
    height: 153.84615384615387vw;
    padding: 2.564102564102564vw;
  }

  .nh-p-top__kv__mov {
    height: 100%;
  }

  .nh-p-top__kv__scroll {
    right: 6.153846153846154vw;
    bottom: 12.307692307692308vw;
  }

  .nh-p-top__kv__scroll__text {
    font-size: 3.076923076923077vw;
  }

  .nh-p-top__kv__scroll::after {
    height: 10.256410256410255vw;
  }

  .nh-l-notice {
    display: flex;
    width: 100%;
    padding: 3.076923076923077vw 5.128205128205128vw;
    justify-content: center;
    align-items: flex-start;
    gap: 3.076923076923077vw;
    top: 36.9vw;
  }

  .nh-l-notice__date {
    color: #000;
    font-size: 3.3333333333333335vw;
    font-style: normal;
    font-weight: 400;
    line-height: 180%;
    letter-spacing: 0.78px;
    flex-shrink: 0;
  }

  .nh-l-notice__text {
    color: #000;
    font-size: 3.3333333333333335vw;
    font-style: normal;
    font-weight: 400;
    line-height: 180%;
    letter-spacing: 0.78px;
  }

  /* Copy */
  .nh-p-top__copy {
    padding: 0 6.153846153846154vw 25.64102564102564vw;
  }

  .nh-p-top__copy__design {
    position: absolute;
    left: 6.153846153846154vw;
    top: -135vw;
    width: 65.12820512820512vw;
    height: auto;
  }

  .nh-p-top__copy__text {
    padding: 0 12.82051282051282vw 0 6.153846153846154vw;
    gap: 7.6923076923076925vw;
  }

  .nh-p-top__copy__body {
    font-size: 4.102564102564102vw;
    line-height: 200%;
    letter-spacing: 0.8px;
  }

  /* News */
  .nh-l-block--news {
    margin: 10.256410256410255vw 4.102564102564102vw 0;
    border-radius: 10px;
    gap: 5.128205128205128vw;
  }

  .nh-p-top__news {
    padding: 0 4.102564102564102vw 5.128205128205128vw;
  }

  .nh-c-headline__h2__label {
    padding: 2.051282051282051vw 4.102564102564102vw;
  }

  .nh-c-headline__h2__label span {
    font-size: 5.128205128205128vw;
  }

  .nh-c-newsList {
    gap: 4.102564102564102vw;
  }

  .nh-c-newsList__item {
    flex-direction: column;
    padding-bottom: 4.102564102564102vw;
  }

  .nh-c-newsList__dt {
    align-self: stretch;
    font-size: 3.3333333333333335vw;
    line-height: 120%;
    letter-spacing: 0.78px;
    padding: 0;
    margin-bottom: 2.307692307692308vw;
  }

  .nh-c-newsList__dd {
    color: #000;
    font-size: 3.8461538461538463vw;
    font-weight: 400;
    line-height: 180%;
    letter-spacing: 0.5px;
    padding: 0;
  }

  .nh-c-textlink {
    font-size: 3.8461538461538463vw;
    line-height: 1.8;
    letter-spacing: 0.03em;
  }

  .nh-c-textlink__arrow {
    width: 6.153846153846154vw;
    height: 6.153846153846154vw;
  }

  /* Services */
  .nh-l-block--services-wrap {
    margin: 10.256410256410255vw 4.102564102564102vw 0;
  }

  .nh-l-block--services {
    gap: 10.256410256410255vw;
  }

  .nh-p-top__about__txt {
    padding: 0 4.102564102564102vw 10.256410256410255vw;
  }

  .nh-p-top__about__row {
    flex-direction: column;
    gap: 6.153846153846154vw;
  }

  .nh-p-top__about__content {
    gap: 0;
  }

  .nh-p-top__about__heading {
    gap: 4.102564102564102vw;
    margin-bottom: 4.102564102564102vw;
  }

  .nh-p-top__about__title {
    color: #01442E;
    font-size: 6.666666666666667vw;
    font-style: normal;
    font-weight: 600;
    line-height: 150%;
    letter-spacing: 0.52px;
  }

  .nh-p-top__about__bar {
    width: 8.974358974358974vw;
    height: 5px;
  }

  .nh-p-top__about__subtitle {
    color: #000;
    font-size: 4.615384615384616vw;
    font-style: normal;
    font-weight: 400;
    line-height: 160%;
    letter-spacing: 0.9px;
  }

  .nh-p-top__about__desc {
    gap: 4.102564102564102vw;
  }

  .nh-p-top__about__body {
    color: #000;
    font-size: 3.8461538461538463vw;
    font-style: normal;
    font-weight: 400;
    line-height: 180%;
    letter-spacing: 0.5px;
  }

  .nh-p-top__about__note {
    font-size: 3.076923076923077vw;
  }

  .nh-p-top__about__photo {
    width: 100%;
  }

  /* InfoLounge */
  .nh-l-block--infolounge {
    display: flex;
    padding: 10.256410256410255vw 6.153846153846154vw;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 10.256410256410255vw;
    align-self: stretch;
    margin-bottom: 0;
  }

  .nh-p-top__infolounge__inner {
    flex-direction: column;
    gap: 10.256410256410255vw;
  }

  .nh-p-top__infolounge__logo {
    padding: 0;
    text-align: center;
  }

  .nh-p-top__infolounge__logo img {
    width: 59.23076923076923vw;
  }

  .nh-p-top__infolounge__body {
    font-size: 3.8461538461538463vw;
    line-height: 1.8;
    letter-spacing: 0.03em;
  }

  .nh-p-top__infolounge__content {
    color: #FFF;
    font-size: 4.102564102564102vw;
    font-style: normal;
    font-weight: 400;
    line-height: 200%;
    letter-spacing: 0.8px;
  }

  /* Contact */
  .nh-l-block--contact {
    display: flex;
    width: 100%;
    padding: 10.256410256410255vw 6.153846153846154vw;
    flex-direction: column;
    align-items: flex-start;
  }

  .nh-l-inner {
    padding: 0;
    gap: 6.153846153846154vw;
  }

  .nh-c-text__l {
    color: #000;
    text-align: center;
    font-size: 4.615384615384616vw;
    font-style: normal;
    font-weight: 400;
    line-height: 160%;
    letter-spacing: 0.9px;
  }
}
