@font-face {
  font-family: "Enokoro Sans";
  src: url("../assets/fonts/enokoro/EnokoroSans-Regular.woff2") format("woff2");
  font-style: normal;
  font-weight: 400;
  font-display: swap;
}

@font-face {
  font-family: "Enokoro Sans";
  src: url("../assets/fonts/enokoro/EnokoroSans-Medium.woff2") format("woff2");
  font-style: normal;
  font-weight: 500;
  font-display: swap;
}

@font-face {
  font-family: "Enokoro Sans";
  src: url("../assets/fonts/enokoro/EnokoroSans-Bold.woff2") format("woff2");
  font-style: normal;
  font-weight: 700;
  font-display: swap;
}

:root {
  --n6-ink: #231814;
  --n6-green: #00795e;
  --n6-aqua: #30adab;
  --n6-pale: #eaf6ef;
  --n6-gray: #f5f5f5;
  --n6-line: #e8e8e8;
  --n6-container: 1300px;
  --n6-sans: "Noto Sans", "Noto Sans JP", "Yu Gothic", "Hiragino Kaku Gothic ProN", sans-serif;
  --n6-enokoro: "Enokoro Sans", "Noto Sans JP", "Noto Sans", sans-serif;
  --n6-display: "DM Serif Display", "Times New Roman", serif;
  --n6-number: "Libre Bodoni", "DM Serif Display", "Times New Roman", serif;
  --n6-page-inline: 80px;
  --n6-content-default: 1145px;
  --n6-content-service: 1240px;
  --n6-content-company-wide: 1200px;
  --n6-content-company-table: 840px;
  --n6-content-reading: 863px;
  --n6-content-form: 1040px;
  --n6-content-hero: 1540px;
  --n6-content-archive: 1458px;
  --n6-copy-size: 16px;
  --n6-copy-leading: 31px;
  --n6-section-title-size: 40px;
  --n6-section-heading-size: 30px;
  --n6-section-heading-leading: 65px;
  --n6-section-space: 120px;
  --n6-section-space-mobile: 78px;
  --n6-contact-phone-gap: 34px;
  --n6-contact-copy-gap: 82px;
}

html {
  scroll-behavior: smooth;
}

body.n6-body {
  margin: 0;
  color: var(--n6-ink);
  background: #fff;
  font-family: var(--n6-sans) !important;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.8;
  letter-spacing: 0;
}

.n6-body *,
.n6-body *::before,
.n6-body *::after {
  box-sizing: border-box;
}

.n6-body img {
  display: block;
  max-width: 100%;
}

.n6-body a {
  color: inherit;
  text-decoration: none;
}

.n6-body h1,
.n6-body h2,
.n6-body h3,
.n6-body p {
  margin: 0;
}

.n6-body button {
  color: inherit;
  font: inherit;
}

.u-visually-hidden {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  margin: -1px !important;
  padding: 0 !important;
  overflow: hidden !important;
  clip: rect(0 0 0 0) !important;
  clip-path: inset(50%) !important;
  border: 0 !important;
  white-space: nowrap !important;
}

.n6-site {
  width: 100%;
  overflow: hidden;
  background: #fff;
}

.n6-container {
  width: min(calc(100% - var(--n6-page-inline)), var(--n6-container));
  margin-inline: auto;
}

.n6-header {
  position: absolute;
  z-index: 100;
  top: 42px;
  right: 0;
  left: 0;
  width: 100%;
  height: auto;
  padding: 0;
  background: transparent;
  transform: none;
}

.n6-header.fixed {
  position: fixed;
  top: 18px;
  padding: 0;
  background: transparent;
  box-shadow: none;
}

.n6-header__inner {
  display: flex;
  align-items: center;
  width: min(calc(100% - 80px), 1480px);
  min-height: 80px;
  margin-inline: auto;
  padding: 10px 24px 10px 42px;
  border: 1px solid rgba(35, 24, 20, .035);
  border-radius: 999px;
  background: rgba(255, 255, 255, .96);
  box-shadow: 0 3px 14px rgba(35, 24, 20, .06);
  backdrop-filter: blur(10px);
}

.n6-logo {
  display: inline-flex;
  align-items: center;
  flex: 0 0 auto;
  font-weight: 700;
  letter-spacing: .045em;
}

.n6-logo__text {
  display: inline-flex;
  align-items: center;
  line-height: 1;
  white-space: nowrap;
}

.n6-logo__mark {
  font-family: "Afacad Flux", var(--n6-sans);
  font-size: 35px;
  font-weight: 700;
  letter-spacing: 2.8px;
}

.n6-logo__company {
  font-family: var(--n6-sans);
  font-size: 30px;
  font-weight: 700;
  letter-spacing: 2.4px;
}

.n6-header__nav {
  display: flex;
  align-items: center;
  gap: clamp(24px, 2vw, 46px);
  margin-left: auto;
}

.n6-header__nav a,
.n6-footer__nav a {
  position: relative;
  font-size: 16px;
  font-weight: 400;
  line-height: 31px;
}

.n6-header__nav a {
  padding-left: 21px;
  white-space: nowrap;
}

.n6-header__nav a::before,
.n6-footer__nav a::after {
  content: "";
  display: block;
  position: absolute;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: var(--n6-green);
  transition: transform .25s ease;
}

.n6-header__nav a::before {
  top: calc(50% - 3px);
  left: 0;
}

.n6-header__nav a:hover::before,
.n6-footer__nav a:hover::after {
  transform: scale(1.7);
}

.n6-pill {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 32px;
  min-height: 52px;
  padding: 8px 22px 8px 30px;
  border: 1px solid var(--n6-green);
  border-radius: 999px;
  color: var(--n6-green);
  font-size: 16px;
  font-weight: 400;
  line-height: 20.8px;
  transition: color .25s ease, background .25s ease, transform .25s ease;
}

.n6-pill i {
  display: block;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: currentColor;
}

.n6-pill:hover {
  transform: translateY(-2px);
}

.n6-pill--filled {
  color: #fff !important;
  background: var(--n6-green);
}

.n6-pill--filled:hover {
  color: var(--n6-green) !important;
  background: #fff;
}

.n6-pill--outline {
  min-width: 326px;
}

.n6-pill--outline:hover {
  color: #fff;
  background: var(--n6-green);
}

.n6-header__contact {
  min-width: 244px;
  margin-left: 40px;
}

.n6-menu-button,
.n6-drawer {
  display: none;
}

.n6-mobile-actions {
  display: none;
}

.n6-mobile-heading-break {
  display: none;
}

.n6-home {
  position: relative;
  isolation: isolate;
}

.n6-home > section,
.n6-home > nav {
  position: relative;
  z-index: 1;
}

.n6-home__particle-backdrop {
  --n6-helix-scroll-shift: 0px;
  position: fixed;
  z-index: 0;
  inset: 0;
  overflow: hidden;
  opacity: 1;
  pointer-events: none;
  transition: opacity .65s ease;
  contain: layout paint style;
}

.n6-home__particle-backdrop.is-content-background {
  opacity: .32;
}

.n6-hero {
  position: relative;
  min-height: 1160px;
  overflow: hidden;
  background: transparent;
}

.n6-hero__inner {
  position: relative;
  z-index: 2;
  width: min(calc(100% - 80px), 1660px);
  min-height: 1160px;
  margin-inline: auto;
}

.n6-hero__copy {
  position: absolute;
  top: 610px;
  left: 0;
}

.n6-hero__en {
  margin-bottom: 22px;
  color: #edf7ef;
  font-family: var(--n6-display);
  font-size: 80px;
  font-style: italic;
  line-height: 1;
  white-space: nowrap;
}

.n6-hero h1 {
  font-family: var(--n6-enokoro);
  font-size: 65px;
  font-weight: 500;
  line-height: 80px;
  letter-spacing: 0;
}

.n6-sp-break {
  display: none;
}

.n6-mobile-break {
  display: none;
}

.n6-hero__stream {
  position: absolute;
  z-index: 1;
  top: 50%;
  right: -80px;
  width: 100vh;
  width: 100dvh;
  max-width: none;
  aspect-ratio: 1672 / 941;
  opacity: .98;
  translate: 0 -50%;
  transform: rotate(90deg) translateX(var(--n6-helix-scroll-shift));
  transform-origin: center;
  will-change: transform;
  pointer-events: none;
}

.n6-hero__canvas {
  display: block;
  width: 100%;
  height: 100%;
  opacity: .98;
}

.n6-home .n6-hero__en {
  animation: n6-fv-copy-in .75s cubic-bezier(.22, 1, .36, 1) .12s both;
}

.n6-home .n6-hero h1 {
  animation: n6-fv-copy-in .86s cubic-bezier(.22, 1, .36, 1) .52s both;
}

.n6-home__particle-backdrop .n6-hero__stream {
  animation: n6-fv-canvas-in 1.12s cubic-bezier(.22, 1, .36, 1) 1.02s both;
}

@keyframes n6-fv-copy-in {
  from {
    opacity: 0;
    translate: 0 24px;
  }

  to {
    opacity: 1;
    translate: 0 0;
  }
}

@keyframes n6-fv-canvas-in {
  from {
    opacity: 0;
  }

  to {
    opacity: .98;
  }
}

@media (prefers-reduced-motion: reduce) {
  .n6-home .n6-hero__en,
  .n6-home .n6-hero h1 {
    opacity: 1;
    translate: none;
    animation: none;
  }

  .n6-home__particle-backdrop .n6-hero__stream {
    opacity: .98;
    translate: 0 -50%;
    transform: rotate(90deg);
    animation: none;
  }
}

.n6-hero__tel {
  display: grid;
  position: fixed;
  z-index: 90;
  right: clamp(24px, 3.1vw, 60px);
  bottom: 42px;
  width: 280px;
  min-height: 84px;
  place-content: center;
  border: 1px solid var(--n6-aqua);
  background: rgba(255, 255, 255, .92);
  box-shadow: 0 12px 36px rgba(0, 121, 94, .13);
  opacity: 0;
  text-align: center;
  transform: translateY(18px);
  visibility: hidden;
  pointer-events: none;
  transition: opacity .45s ease, transform .45s ease, visibility .45s;
}

.n6-hero__tel.is-visible {
  opacity: 1;
  transform: translateY(0);
  visibility: visible;
  pointer-events: auto;
}

.n6-hero__tel.is-visible:hover {
  transform: translateY(-3px);
}

.n6-hero__tel span {
  font-size: 16px;
}

.n6-hero__tel strong {
  font-family: "Times New Roman", serif;
  font-size: 30px;
  font-style: italic;
  font-weight: 400;
  line-height: 30px;
}

.n6-hero__tel strong i {
  font-size: 18px;
  font-weight: 400;
}

.n6-hero__tel b {
  display: grid;
  position: absolute;
  right: -15px;
  bottom: -9px;
  width: 29px;
  height: 29px;
  place-content: center;
  border-radius: 50%;
  color: #fff;
  background: var(--n6-aqua);
  font-size: 13px;
  font-weight: 400;
}

.n6-intro {
  position: relative;
  z-index: 3;
  padding: 41px 0 260px;
}

.n6-intro__grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 408px;
  align-items: start;
  gap: 150px;
  padding-left: 2px;
}

.n6-intro__content {
  padding-top: 178px;
}

.n6-intro h2 {
  margin-bottom: 40px;
  font-family: "Noto Sans JP", var(--n6-sans);
  font-size: 40px;
  font-weight: 400;
  line-height: 52px;
}

.n6-intro__content > p {
  max-width: 862px;
  margin-bottom: 44px;
  font-size: 20px;
  line-height: 31px;
}

.n6-intro__media {
  position: relative;
  transform: translateX(90px);
}

.n6-intro__media > img:first-child {
  width: 408px;
  height: 810px;
  border-radius: 20px;
  object-fit: cover;
}

.n6-intro__ring {
  position: absolute;
  z-index: -1;
  right: -299px;
  bottom: -662px;
  width: 846px;
  max-width: none;
  opacity: .05;
  transform-origin: center;
  will-change: transform;
  animation: n6-intro-ring-spin 28s linear infinite;
}

.n6-body img.n6-intro__ring {
  max-width: none;
}

@keyframes n6-intro-ring-spin {
  to {
    transform: rotate(360deg);
  }
}

@media (prefers-reduced-motion: reduce) {
  .n6-intro__ring {
    animation: none;
  }
}

.n6-text-link {
  display: inline-flex;
  align-items: center;
  gap: 22px;
  color: var(--n6-green);
  font-size: 16px;
  font-weight: 500;
}

.n6-text-link i {
  display: grid;
  width: 58px;
  height: 58px;
  place-content: center;
  border: 1px solid currentColor;
  border-radius: 50%;
  font-size: 15px;
  font-style: normal;
  transition: color .25s ease, background .25s ease, transform .25s ease;
}

.n6-text-link:hover i {
  color: #fff;
  background: var(--n6-green);
  transform: translateX(4px);
}

.n6-section-head {
  position: relative;
  z-index: 2;
  text-align: center;
}

.n6-section-head h2,
.n6-section-title-row h2 {
  font-family: var(--n6-enokoro);
  font-size: 40px;
  font-weight: 400;
  line-height: 65px;
}

.n6-services .n6-section-head h2 {
  font-family: "Noto Sans JP", var(--n6-sans);
}

.n6-section-head__lead {
  margin-top: 34px !important;
  font-size: 30px;
  line-height: 65px;
}

.n6-section-head__text {
  margin-top: 43px !important;
  font-size: 16px;
  line-height: 31px;
}

.n6-services {
  position: relative;
  padding: 180px 0 320px;
}

.n6-vertical-label {
  position: absolute;
  top: 140px;
  left: 75px;
  color: #e0e0e0;
  font-family: var(--n6-number);
  font-size: 150px;
  font-style: italic;
  font-weight: 600;
  line-height: 1;
  letter-spacing: -.03em;
  writing-mode: vertical-rl;
}

.n6-services__grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  align-items: start;
  gap: 26px;
  margin-top: 126px;
}

.n6-service-card {
  border: 1px solid #ededed;
  background: #fff;
}

.n6-service-card--2 {
  margin-top: 68px;
}

.n6-service-card--3 {
  margin-top: 136px;
}

.n6-service-card > img {
  width: calc(100% - 34px);
  height: 230px;
  margin: 18px auto 0;
  border-radius: 15px;
  object-fit: cover;
}

.n6-service-card > div {
  min-height: 235px;
  padding: 25px 20px 30px;
}

.n6-service-card h3 {
  margin-bottom: 15px;
  font-size: 26px;
  font-weight: 400;
  line-height: 1.35;
}

.n6-service-card p {
  font-size: 16px;
  line-height: 18.306px;
}

.n6-services__link {
  margin-top: 26px;
  text-align: center;
}

.n6-strengths {
  position: relative;
  padding: 170px 0 230px;
  background: rgba(218, 223, 221, .78);
}

.n6-display-label {
  position: absolute;
  top: -86px;
  left: -6px;
  color: #e6e6e6;
  font-family: var(--n6-display);
  font-size: 150px;
  font-style: italic;
  line-height: 1;
  letter-spacing: -.04em;
  white-space: nowrap;
  pointer-events: none;
}

.n6-strengths__grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  align-items: start;
  gap: 62px 80px;
  width: 960px;
  max-width: 100%;
  margin: 90px auto 0;
}

.n6-strength-card {
  position: relative;
  padding: 18px;
  background: #fff;
}

.n6-strength-card:nth-child(even) {
  margin-top: 72px;
}

.n6-strength-card img {
  width: 100%;
  height: 225px;
  border-radius: 13px;
  object-fit: cover;
}

.n6-strength-card__body {
  position: relative;
  min-height: 175px;
  padding: 23px 6px 8px;
}

.n6-strength-card h3 {
  position: relative;
  z-index: 1;
  max-width: 365px;
  margin-bottom: 14px;
  font-size: 26px;
  font-weight: 400;
  line-height: 31.2px;
}

.n6-strength-card p {
  position: relative;
  z-index: 1;
  max-width: 385px;
  font-size: 16px;
  line-height: 25.6px;
}

.n6-strength-card__number {
  position: absolute;
  right: -7px;
  bottom: -8px;
  color: #d8f2ec;
  font-family: var(--n6-number);
  font-size: 80px;
  font-style: italic;
  font-weight: 600;
  line-height: 1;
}

.n6-works {
  position: relative;
  padding: 230px 0 265px;
}

.n6-works .n6-display-label {
  top: -83px;
}

.n6-section-title-row {
  display: grid;
  position: relative;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
}

.n6-section-title-row h2 {
  grid-column: 2;
  text-align: center;
}

.n6-section-title-row .n6-text-link {
  grid-column: 3;
  justify-self: end;
}

.n6-works__grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 34px;
  margin-top: 118px;
}

.n6-work-card__image,
.n6-column-card__image {
  display: grid;
  overflow: hidden;
  place-items: center;
  border-radius: 12px;
  background: #fbfbfb;
}

.n6-work-card__image {
  aspect-ratio: 1.4;
}

.n6-work-card__image img,
.n6-column-card__image img {
  width: 62px;
  height: 62px;
  object-fit: contain;
  transition: transform .35s ease;
}

.n6-work-card__image img.n6-content-image,
.n6-column-card__image img.n6-content-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.n6-work-card a:hover .n6-work-card__image img,
.n6-column-card:hover .n6-column-card__image img {
  transform: scale(1.08);
}

.n6-work-card__tags {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  margin-top: 18px;
}

.n6-work-card__tags span,
.n6-column-card__meta span {
  padding: 3px 13px;
  border: 1px solid var(--n6-ink);
  border-radius: 999px;
  font-size: 12px;
  line-height: 1.4;
}

.n6-work-card h3 {
  margin-top: 10px;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.55;
  text-decoration: underline;
  text-underline-offset: 4px;
}

.n6-columns {
  padding: 120px 0 240px;
}

.n6-columns__list {
  display: grid;
  gap: 36px;
  width: 830px;
  max-width: 100%;
  margin: 100px auto 0;
}

.n6-column-card {
  display: grid;
  grid-template-columns: 310px minmax(0, 1fr);
  align-items: center;
  gap: 58px;
}

.n6-column-card__image {
  width: 310px;
  height: 200px;
}

.n6-column-card__body > p:last-child {
  margin-top: 16px;
  font-size: 16px;
  line-height: 31px;
}

.n6-column-card__meta {
  display: flex;
  align-items: center;
  gap: 23px;
  margin-bottom: 17px !important;
}

.n6-column-card__meta time {
  position: relative;
  padding-left: 18px;
  color: #c9c9c9;
  font-size: 20px;
  font-weight: 500;
}

.n6-column-card__meta time::before {
  content: "";
  position: absolute;
  top: calc(50% - 3px);
  left: 0;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #d8d8d8;
}

.n6-column-card h3 {
  font-size: 20px;
  font-weight: 400;
  line-height: 65px;
  text-decoration: underline;
  text-underline-offset: 5px;
}

.n6-guide {
  padding: 90px 0 180px;
}

.n6-guide__layout {
  display: grid;
  position: relative;
  grid-template-columns: minmax(0, 760px) 390px;
  justify-content: center;
  align-items: start;
  gap: 0;
  margin-top: 90px;
}

.n6-guide__panel {
  position: relative;
  z-index: 2;
  margin-top: 152px;
  padding: 64px 62px;
  border: 1px solid #efefef;
  background: #fff;
}

.n6-guide__panel article {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 205px;
  align-items: center;
  gap: 50px;
}

.n6-guide__panel article + article {
  margin-top: 60px;
}

.n6-guide__panel h3 {
  margin-bottom: 19px;
  font-size: 20px;
  font-weight: 400;
  line-height: 40px;
}

.n6-guide__panel p,
.n6-guide__panel a {
  font-size: 16px;
}

.n6-guide__panel p {
  line-height: 31px;
}

.n6-guide__panel a {
  color: #9aa3a1;
  font-family: var(--n6-enokoro);
  font-weight: 500;
  text-decoration: underline;
  text-underline-offset: 5px;
}

.n6-guide__panel a span {
  color: var(--n6-aqua);
}

.n6-guide__image {
  width: 390px;
  height: 560px;
  border-radius: 14px;
  object-fit: cover;
}

.n6-cta {
  padding: 112px 0 270px;
  background: rgba(250, 250, 250, .94);
}

.n6-cta__inner {
  text-align: center;
}

.n6-cta h2 {
  font-size: 30px;
  font-weight: 400;
  line-height: 65px;
}

.n6-cta p {
  margin-top: 37px;
  font-size: 16px;
  line-height: 20.8px;
}

.n6-cta .n6-pill {
  margin-top: 44px;
}

.n6-wide-links {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 46px;
  margin: -155px auto 0;
  padding-inline: 36px;
}

.n6-wide-links a {
  display: block;
  position: relative;
  overflow: hidden;
  min-height: 390px;
}

.n6-wide-links img {
  width: 100%;
  height: 390px;
  object-fit: cover;
  filter: saturate(.78);
  transition: transform .55s ease, filter .3s ease;
}

.n6-wide-links a::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(to top, rgba(0, 38, 32, .28), transparent 55%);
}

.n6-wide-links a:hover img {
  filter: saturate(1);
  transform: scale(1.035);
}

.n6-wide-links span {
  position: absolute;
  z-index: 2;
  bottom: 43px;
  left: 70px;
  color: #fff;
  font-family: var(--n6-enokoro);
  font-size: 30px;
  font-weight: 500;
}

.n6-wide-links span i {
  display: inline-block;
  width: 7px;
  height: 7px;
  margin-right: 16px;
  border-radius: 50%;
  background: #fff;
  vertical-align: .12em;
}

.n6-footer {
  position: relative;
  z-index: 2;
  padding: 125px 0 24px;
  background: #fff;
}

.n6-footer__inner {
  display: grid;
  grid-template-columns: 420px minmax(0, 1fr);
  gap: 135px;
  width: min(calc(100% - 80px), 1300px);
  margin-inline: auto;
}

.n6-footer__logo {
  display: inline-flex;
  flex-direction: column;
  align-items: flex-start;
}

.n6-footer__logo img {
  width: 90px;
  height: 90px;
  object-fit: contain;
}

.n6-footer__logo span {
  margin-top: 8px;
  font-size: 25px;
  font-weight: 700;
  letter-spacing: .04em;
}

.n6-footer address {
  margin-top: 61px;
  font-size: 13px;
  font-style: normal;
  line-height: 1.85;
}

.n6-footer address p + p {
  margin-top: 12px;
}

.n6-footer__nav {
  display: grid;
  grid-template-columns: 1.2fr .9fr 1fr;
  gap: 75px;
  padding-top: 145px;
}

.n6-footer__nav > div {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 20px;
}

.n6-footer__nav-title {
  margin-bottom: 12px !important;
  font-family: var(--n6-enokoro);
  font-size: 18px;
  font-weight: 700;
}

.n6-footer__nav a {
  padding-right: 25px;
  font-size: 16px;
  font-weight: 400;
}

.n6-footer__nav a::after {
  top: calc(50% - 3px);
  right: 0;
}

.n6-footer__bottom {
  width: min(calc(100% - 80px), 1300px);
  margin: 70px auto 0;
  color: #9a9a9a;
  text-align: right;
}

@media (max-width: 1180px) {
  .n6-header__inner {
    width: calc(100% - 40px);
    padding-left: 28px;
  }

  .n6-header__nav {
    gap: 20px;
  }

  .n6-header__nav a {
    padding-left: 15px;
    font-size: 12px;
  }

  .n6-header__contact {
    min-width: 205px;
    margin-left: 22px;
  }

  .n6-intro__grid {
    gap: 70px;
  }

  .n6-vertical-label {
    left: 15px;
    font-size: 82px;
  }

  .n6-services__grid {
    margin-left: 65px;
  }

  .n6-footer__inner {
    gap: 70px;
  }

  .n6-footer__nav {
    gap: 38px;
  }
}

@media (max-width: 900px) {
  .n6-container {
    width: min(calc(100% - 48px), 720px);
  }

  .n6-header,
  .n6-header.fixed {
    top: 16px;
  }

  .n6-header__inner {
    width: calc(100% - 32px);
    min-height: 64px;
    padding: 8px 16px 8px 24px;
  }

  .n6-logo__text {
    line-height: 1;
  }

  .n6-logo__mark {
    font-size: 27px;
    letter-spacing: 1.6px;
  }

  .n6-logo__company {
    font-size: 22px;
    letter-spacing: 1.2px;
  }

  .n6-header__nav,
  .n6-header__contact {
    display: none;
  }

  .n6-menu-button {
    display: flex;
    position: relative;
    width: 43px;
    height: 43px;
    margin-left: auto;
    padding: 0;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 7px;
    border: 0;
    border-radius: 50%;
    color: #fff;
    background: var(--n6-green);
    cursor: pointer;
  }

  .n6-menu-button span:not(.u-visually-hidden) {
    width: 18px;
    height: 1px;
    background: #fff !important;
    opacity: 1;
  }

  .n6-drawer {
    display: block;
    position: fixed;
    z-index: 200;
    inset: 0;
    visibility: hidden;
    opacity: 0;
    transition: visibility .3s, opacity .3s;
  }

  .n6-drawer.is-open {
    visibility: visible;
    opacity: 1;
  }

  .n6-drawer__backdrop {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    border: 0;
    background: rgba(19, 44, 38, .28);
  }

  .n6-drawer__panel {
    position: absolute;
    top: 0;
    right: 0;
    width: min(88vw, 430px);
    height: 100%;
    padding: 25px;
    background: #fff;
    transform: translateX(100%);
    transition: transform .35s ease;
  }

  .n6-drawer.is-open .n6-drawer__panel {
    transform: translateX(0);
  }

  .n6-drawer__head {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }

  .n6-drawer__close {
    display: grid;
    position: relative;
    width: 44px;
    height: 44px;
    padding: 0;
    place-items: center;
    border: 0;
    border-radius: 50%;
    color: #fff;
    background: var(--n6-green);
  }

  .n6-drawer__close span {
    position: absolute;
    width: 19px;
    height: 1px;
    background: currentColor;
    transform: rotate(45deg);
  }

  .n6-drawer__close span + span {
    transform: rotate(-45deg);
  }

  .n6-drawer__nav {
    display: flex;
    margin: 52px 0 40px;
    flex-direction: column;
  }

  .n6-drawer__nav a {
    padding: 15px 4px 15px 19px;
    border-bottom: 1px solid var(--n6-line);
    font-size: 15px;
  }

  .n6-drawer__nav a::before {
    content: "";
    display: inline-block;
    width: 6px;
    height: 6px;
    margin: 0 15px 2px 0;
    border-radius: 50%;
    background: var(--n6-green);
  }

  .n6-hero,
  .n6-hero__inner {
    min-height: 850px;
  }

  .n6-hero__inner {
    width: calc(100% - 48px);
  }

  .n6-hero__copy {
    top: 435px;
  }

  .n6-hero__en {
    margin-bottom: 19px;
    font-size: clamp(28px, 8vw, 45px);
    white-space: normal;
  }

  .n6-hero h1 {
    font-size: clamp(29px, 6.4vw, 44px);
    line-height: 1.5;
  }

  .n6-hero__stream {
    right: -180px;
  }

  .n6-hero__canvas {
    opacity: .92;
  }

  .n6-hero__tel {
    display: grid;
    right: 18px;
    bottom: 18px;
    width: 238px;
    min-height: 72px;
  }

  .n6-hero__tel span {
    font-size: 13px;
  }

  .n6-hero__tel strong {
    font-size: 19px;
  }

  .n6-hero__tel strong i {
    font-size: 13px;
  }

  .n6-intro {
    padding: 60px 0 150px;
  }

  .n6-intro__grid {
    grid-template-columns: 1fr;
    gap: 65px;
    padding-left: 0;
  }

  .n6-intro__content {
    padding-top: 0;
  }

  .n6-intro h2 {
    margin-bottom: 35px;
    font-size: clamp(25px, 5vw, 34px);
  }

  .n6-intro__content > p {
    font-size: 16px;
    line-height: 1.9;
  }

  .n6-intro__media {
    width: 66%;
    margin-left: auto;
    transform: none;
  }

  .n6-intro__media > img:first-child {
    width: 100%;
    height: min(78vw, 520px);
  }

  .n6-intro__ring {
    right: -130px;
    bottom: -190px;
    width: 420px;
  }

  .n6-services {
    padding: 115px 0 150px;
  }

  .n6-vertical-label {
    display: none;
  }

  .n6-section-head h2,
  .n6-section-title-row h2 {
    font-size: 28px;
  }

  .n6-section-head__lead {
    margin-top: 26px !important;
    font-size: 20px;
  }

  .n6-section-head__text {
    margin-top: 30px !important;
  }

  .n6-services__grid {
    grid-template-columns: 1fr;
    gap: 25px;
    margin: 70px 0 0;
  }

  .n6-service-card--2,
  .n6-service-card--3 {
    margin-top: 0;
  }

  .n6-service-card {
    display: grid;
    grid-template-columns: 43% 1fr;
  }

  .n6-service-card > img {
    width: calc(100% - 24px);
    height: calc(100% - 24px);
    min-height: 230px;
    margin: 12px;
  }

  .n6-service-card > div {
    min-height: 0;
    padding: 30px 22px;
  }

  .n6-strengths {
    padding: 125px 0 155px;
  }

  .n6-display-label {
    top: -50px;
    font-size: 90px;
  }

  .n6-strengths__grid {
    gap: 25px;
    margin-top: 65px;
  }

  .n6-strength-card:nth-child(even) {
    margin-top: 50px;
  }

  .n6-strength-card img {
    height: 180px;
  }

  .n6-works {
    padding: 150px 0 180px;
  }

  .n6-works__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 42px 24px;
    margin-top: 80px;
  }

  .n6-columns {
    padding: 80px 0 160px;
  }

  .n6-column-card {
    grid-template-columns: 250px minmax(0, 1fr);
    gap: 35px;
  }

  .n6-column-card__image {
    width: 250px;
    height: 170px;
  }

  .n6-guide {
    padding: 70px 0 140px;
  }

  .n6-guide__layout {
    grid-template-columns: 1fr 34%;
  }

  .n6-guide__panel {
    margin-top: 90px;
    padding: 45px 35px;
  }

  .n6-guide__panel article {
    grid-template-columns: 1fr;
    gap: 20px;
  }

  .n6-guide__image {
    width: 100%;
    height: 500px;
  }

  .n6-cta {
    padding: 90px 0 210px;
  }

  .n6-wide-links {
    gap: 24px;
    margin-top: -125px;
    padding-inline: 24px;
  }

  .n6-wide-links a,
  .n6-wide-links img {
    min-height: 290px;
    height: 290px;
  }

  .n6-wide-links span {
    bottom: 28px;
    left: 30px;
    font-size: 19px;
  }

  .n6-footer {
    padding-top: 95px;
  }

  .n6-footer__inner {
    grid-template-columns: 260px 1fr;
    gap: 50px;
    width: calc(100% - 48px);
  }

  .n6-footer__nav {
    gap: 26px;
  }
}

@media (max-width: 640px) {
  .n6-container {
    width: calc(100% - 40px);
  }

  .n6-pc {
    display: none;
  }

  .n6-hero,
  .n6-hero__inner {
    min-height: 760px;
  }

  .n6-hero__copy {
    top: 176px;
  }

  .n6-hero__en {
    margin-bottom: 24px;
    font-size: clamp(44px, 12.8vw, 50px);
    line-height: .96;
    letter-spacing: -.035em;
  }

  .n6-hero h1 {
    font-size: clamp(30px, 8.2vw, 33px);
    line-height: 1.38;
  }

  .n6-hero__canvas {
    opacity: .86;
  }

  .n6-sp-break {
    display: inline;
  }

  .n6-mobile-break {
    display: inline;
  }

  .n6-hero__tel {
    right: 12px;
    bottom: 12px;
    width: 218px;
    min-height: 66px;
  }

  .n6-hero__tel span {
    font-size: 12px;
  }

  .n6-hero__tel strong {
    font-size: 17px;
  }

  .n6-hero__tel strong i {
    font-size: 12px;
  }

  .n6-hero__tel b {
    right: -10px;
    bottom: -7px;
    width: 25px;
    height: 25px;
    font-size: 12px;
  }

  .n6-intro {
    padding: 58px 0 118px;
  }

  .n6-intro__grid {
    display: flex;
    gap: 0;
    flex-direction: column;
  }

  .n6-intro__content {
    display: contents;
  }

  .n6-intro h2 {
    order: 1;
    margin-bottom: 0;
    font-size: 23px;
    line-height: 1.55;
  }

  .n6-intro__media {
    order: 2;
    width: 100%;
    margin: 30px 0 34px;
  }

  .n6-intro__media > img:first-child {
    width: 100%;
    height: 230px;
    border-radius: 16px;
  }

  .n6-intro__content > p {
    order: 3;
    margin-bottom: 34px;
    font-size: 15px;
    line-height: 1.85;
  }

  .n6-intro__content .n6-text-link {
    order: 4;
    align-self: flex-start;
  }

  .n6-intro__ring {
    right: -82px;
    bottom: -132px;
    width: 300px;
  }

  .n6-home .n6-section-head h2,
  .n6-home .n6-section-title-row h2 {
    font-size: 28px;
    line-height: 1.45;
  }

  .n6-home .n6-section-head__lead {
    margin-top: 20px !important;
    font-size: 18px;
    line-height: 1.65;
  }

  .n6-home .n6-section-head__text {
    margin-top: 22px !important;
    font-size: 14px;
    line-height: 1.85;
  }

  .n6-section-head__text br {
    display: none;
  }

  .n6-services {
    padding: 100px 0 125px;
  }

  .n6-services__grid {
    gap: 28px;
    margin-top: 52px;
  }

  .n6-service-card {
    display: block;
  }

  .n6-service-card > img {
    width: calc(100% - 24px);
    height: 200px;
  }

  .n6-service-card > div {
    padding: 28px 18px 32px;
  }

  .n6-service-card h3 {
    margin-bottom: 18px;
    font-size: 22px;
    line-height: 1.45;
  }

  .n6-service-card p {
    font-size: 14px;
    line-height: 1.8;
  }

  .n6-services__link {
    margin-top: 38px;
  }

  .n6-strengths {
    padding: 100px 0 130px;
  }

  .n6-strengths__grid {
    grid-template-columns: 1fr;
    gap: 28px;
    margin-top: 52px;
  }

  .n6-strength-card:nth-child(even) {
    margin-top: 0;
  }

  .n6-strength-card img {
    height: auto;
    aspect-ratio: 1.42;
  }

  .n6-strength-card__body {
    min-height: 160px;
    padding: 28px 4px 12px;
  }

  .n6-strength-card h3 {
    margin-bottom: 16px;
    font-size: 22px;
    line-height: 1.45;
  }

  .n6-strength-card p {
    padding-right: 22px;
    font-size: 14px;
    line-height: 1.8;
  }

  .n6-strength-card__number {
    right: -2px;
    bottom: -2px;
    font-size: 70px;
  }

  .n6-works {
    padding: 120px 0 140px;
  }

  .n6-works .n6-section-title-row h2 {
    font-size: 32px;
  }

  .n6-section-title-row {
    grid-template-columns: 1fr auto;
  }

  .n6-section-title-row h2 {
    grid-column: 1;
    justify-self: start;
  }

  .n6-section-title-row .n6-text-link {
    grid-column: 2;
  }

  .n6-section-title-row .n6-text-link span {
    display: none;
  }

  .n6-works__grid {
    grid-template-columns: 1fr;
    gap: 46px;
    margin-top: 52px;
  }

  .n6-work-card__tags {
    margin-top: 16px;
  }

  .n6-work-card__tags span {
    padding: 4px 10px;
    font-size: 11px;
  }

  .n6-work-card h3 {
    margin-top: 12px;
    font-size: 18px;
    line-height: 1.6;
  }

  .n6-columns {
    padding: 90px 0 130px;
  }

  .n6-columns__list {
    gap: 44px;
    margin-top: 54px;
  }

  .n6-column-card {
    grid-template-columns: 38% 1fr;
    align-items: start;
    gap: 18px;
  }

  .n6-column-card__image {
    width: 100%;
    height: auto;
    aspect-ratio: 1.18;
  }

  .n6-column-card__image img {
    width: 45px;
    height: 45px;
  }

  .n6-column-card__meta {
    flex-wrap: wrap;
    gap: 8px 12px;
    margin-bottom: 10px !important;
  }

  .n6-column-card h3 {
    display: -webkit-box;
    overflow: hidden;
    font-size: 15px;
    line-height: 1.55;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
  }

  .n6-column-card__body > p:last-child {
    display: none;
  }

  .n6-guide__layout {
    display: flex;
    margin-top: 52px;
    flex-direction: column-reverse;
  }

  .n6-guide__image {
    width: 70%;
    height: 82vw;
    max-height: 460px;
    margin-left: auto;
  }

  .n6-guide__panel {
    width: calc(100% - 20px);
    margin: -70px 20px 0 0;
    padding: 40px 27px;
  }

  .n6-guide__panel article + article {
    margin-top: 45px;
  }

  .n6-cta h2 {
    font-size: 25px;
    line-height: 1.55;
  }

  .n6-cta {
    padding: 80px 0 165px;
  }

  .n6-cta p br {
    display: none;
  }

  .n6-pill--outline {
    min-width: min(100%, 320px);
  }

  .n6-wide-links {
    grid-template-columns: 1fr;
    gap: 14px;
    padding-inline: 18px;
  }

  .n6-wide-links a,
  .n6-wide-links img {
    min-height: 230px;
    height: 230px;
  }

  .n6-wide-links span {
    font-size: 18px;
  }

  .n6-footer {
    padding: 48px 0 20px;
  }

  .n6-footer__inner {
    grid-template-columns: 1fr;
    gap: 36px;
    width: calc(100% - 40px);
  }

  .n6-footer__logo {
    flex-direction: row;
    align-items: center;
    gap: 14px;
  }

  .n6-footer__logo img {
    width: 58px;
    height: 58px;
  }

  .n6-footer__logo span {
    margin-top: 0;
    font-size: 22px;
  }

  .n6-footer address {
    margin-top: 22px;
    font-size: 12px;
    line-height: 1.75;
  }

  .n6-footer address p + p {
    margin-top: 8px;
  }

  .n6-footer__nav {
    grid-template-columns: repeat(2, 1fr);
    gap: 32px 20px;
    padding-top: 0;
  }

  .n6-footer__nav > div {
    gap: 10px;
  }

  .n6-footer__nav-title {
    margin-bottom: 5px !important;
    font-size: 16px;
  }

  .n6-footer__nav a {
    padding-right: 17px;
    font-size: 14px;
    line-height: 1.75;
  }

  .n6-footer__bottom {
    width: calc(100% - 40px);
    margin-top: 32px;
    text-align: left;
  }
}

@media (max-width: 782px) {
  body.admin-bar .n6-header,
  body.admin-bar .n6-header.fixed {
    top: 62px;
  }

  body.admin-bar .n6-drawer__panel {
    padding-top: 100px;
  }
}

/* --------------------------------------------------------------------------
   N.6 lower pages
   -------------------------------------------------------------------------- */

.n6-subpage {
  --n6-sub-ink: #151515;
  --n6-sub-muted: #999;
  --n6-sub-bg: #efefef;
  --n6-sub-panel: #e7e7e7;
  color: var(--n6-sub-ink);
  background: #fff;
  font-family: var(--n6-enokoro);
}

.n6-subpage h1,
.n6-subpage h2,
.n6-subpage h3,
.n6-subpage h4,
.n6-subpage p {
  margin: 0;
}

.n6-subpage ul,
.n6-subpage ol {
  margin: 0;
}

.n6-subcontainer {
  width: min(calc(100% - var(--n6-page-inline)), var(--n6-content-default));
  margin-inline: auto;
}

.n6-section {
  position: relative;
  padding: var(--n6-section-space) 0;
}

.n6-body:not(.home) .n6-header__inner {
  min-height: 78px;
  border: 0;
  border-radius: 10px;
  background: #d9d9d9;
  box-shadow: none;
  backdrop-filter: none;
}

.n6-body:not(.home) .n6-logo__mark {
  font-family: "Amiko", var(--n6-sans);
  font-size: 30px;
  font-weight: 400;
  letter-spacing: 0;
}

.n6-body:not(.home) .n6-logo__company {
  font-size: 22px;
  font-weight: 500;
  letter-spacing: 0;
}

.n6-body:not(.home) .n6-header__nav a {
  padding-left: 0;
}

.n6-body:not(.home) .n6-header__nav a::before {
  display: none;
}

.n6-body:not(.home) .n6-pill--filled {
  border-color: #252525;
  color: #fff !important;
  background: #252525;
}

.n6-body:not(.home) .n6-pill--filled:hover {
  border-color: #252525;
  color: #252525 !important;
  background: #fff;
}

.n6-body:not(.home) .n6-header.fixed {
  top: 18px;
}

.n6-subpage-floating-tel {
  border-color: #252525;
  box-shadow: 0 12px 36px rgba(0, 0, 0, .12);
}

.n6-subpage-floating-tel b {
  background: #252525;
}

.n6-page-hero {
  position: relative;
  min-height: 400px;
  padding-top: 182px;
  background: var(--n6-sub-bg);
}

.n6-page-hero__inner {
  width: min(calc(100% - 80px), 1480px);
  margin-inline: auto;
}

.n6-page-hero h1 {
  max-width: 1180px;
  font-family: var(--n6-enokoro);
  font-size: clamp(38px, 3.1vw, 56px);
  font-weight: 400;
  line-height: 1.35;
  letter-spacing: .01em;
}

.n6-page-hero__phone {
  display: flex;
  position: absolute;
  right: 0;
  bottom: 26px;
  flex-direction: column;
  align-items: flex-start;
  min-width: 320px;
  color: #111;
}

.n6-page-hero__phone span {
  width: 100%;
  padding: 19px 28px;
  background: #dedede;
  font-size: 18px;
  font-weight: 700;
}

.n6-page-hero__phone strong {
  width: 100%;
  padding: 14px 10px 5px;
  border-bottom: 3px solid #111;
  font-family: "Amiko", var(--n6-sans);
  font-size: 27px;
  line-height: 1.2;
}

.n6-subsection-head {
  margin-bottom: 62px;
}

.n6-subsection-head > div {
  display: flex;
  align-items: baseline;
  gap: 22px;
  margin-bottom: 30px;
}

.n6-subsection-head span {
  font-family: "8Pin Matrix", "Amiko", var(--n6-sans);
  font-size: clamp(43px, 4.3vw, 56px);
  font-weight: 400;
  letter-spacing: -.06em;
  line-height: 1;
}

.n6-subsection-head small {
  font-size: 15px;
  font-weight: 700;
}

.n6-subsection-head h2 {
  margin-bottom: 16px;
  font-size: clamp(25px, 2vw, 30px);
  font-weight: 700;
  line-height: 1.55;
}

.n6-subsection-head p {
  font-size: 16px;
  line-height: 1.95;
}

.n6-kicker {
  color: var(--n6-sub-muted);
  font-family: "Amiko", var(--n6-sans);
  font-size: 15px;
  letter-spacing: .1em;
}

.n6-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 260px;
  min-height: 58px;
  padding: 12px 30px;
  border: 1px solid #858585;
  border-radius: 999px;
  color: #fff !important;
  background: #858585;
  font-size: 15px;
  font-weight: 700;
  line-height: 1.4;
  transition: color .25s ease, background .25s ease, transform .25s ease;
}

.n6-button:hover {
  color: #858585 !important;
  background: #fff;
  transform: translateY(-2px);
}

.n6-button--outline {
  color: #858585 !important;
  background: #fff;
}

.n6-wide-links--subpage {
  gap: 0;
  width: calc(100% - 80px);
  max-width: 1840px;
  margin: 0 auto;
  padding: 0;
  border-radius: 20px 20px 0 0;
}

.n6-wide-links--subpage a {
  min-height: 300px;
  background: #d2d2d2;
}

.n6-wide-links--subpage a + a {
  background: #bfbfbf;
}

.n6-wide-links--subpage a::after {
  display: none;
}

.n6-wide-links--subpage span {
  bottom: 52px;
  left: 48px;
  color: #111;
  font-family: var(--n6-enokoro);
  font-size: 27px;
  font-weight: 500;
}

.n6-body:not(.home) .n6-footer {
  padding-top: 110px;
  background: #dedede;
}

.n6-body:not(.home) .n6-footer__logo {
  flex-direction: row;
}

.n6-body:not(.home) .n6-footer__logo span {
  margin: 0;
  font-size: 30px;
}

.n6-body:not(.home) .n6-footer address {
  margin-top: 34px;
}

.n6-body:not(.home) .n6-footer__nav {
  padding-top: 0;
}

.n6-body:not(.home) .n6-footer__nav a::after {
  display: none;
}

/* Service */

.n6-service-intro {
  padding-top: 150px;
}

.n6-service-list {
  display: grid;
  gap: 78px;
}

.n6-service-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  align-items: center;
  gap: 78px;
}

.n6-service-row.is-reverse .n6-service-row__media {
  order: 2;
}

.n6-service-row__media {
  min-height: 360px;
  background: var(--n6-sub-panel);
}

.n6-service-row__body h3 {
  margin: 10px 0 18px;
  font-size: 28px;
  line-height: 1.45;
}

.n6-service-row__body > p {
  font-size: 16px;
  line-height: 1.9;
}

.n6-service-row__body ul {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 22px;
  padding: 0;
  list-style: none;
}

.n6-service-row__body li {
  padding: 5px 10px;
  background: #ededed;
  font-size: 13px;
}

.n6-strength-page {
  background: var(--n6-sub-bg);
}

.n6-strength-detail-list {
  display: grid;
  gap: 42px;
}

.n6-strength-detail {
  padding: 36px 40px 40px;
  background: #fff;
}

.n6-strength-detail__reason {
  color: var(--n6-sub-muted);
  font-size: 14px;
  letter-spacing: .08em;
}

.n6-strength-detail > h3 {
  margin: 7px 0 27px;
  font-size: 28px;
  line-height: 1.5;
}

.n6-strength-detail__columns {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 30px;
}

.n6-strength-detail__columns > div {
  min-height: 205px;
  padding: 24px 28px;
  background: #ebebeb;
}

.n6-strength-detail__columns span {
  display: inline-block;
  margin-bottom: 16px;
  padding: 5px 12px;
  background: #fff;
  font-size: 13px;
}

.n6-strength-detail__columns > div:last-child span {
  color: #fff;
  background: #222;
}

.n6-strength-detail__columns p {
  font-size: 15px;
  line-height: 1.75;
}

.n6-flow-page {
  padding-bottom: 80px;
}

.n6-flow-group + .n6-flow-group {
  margin-top: 70px;
}

.n6-flow-group h3 {
  margin-bottom: 22px;
  font-size: 22px;
}

.n6-flow-cards {
  display: grid;
  grid-template-columns: repeat(8, minmax(0, 1fr));
  gap: 12px;
}

.n6-flow-cards--nine {
  grid-template-columns: repeat(9, minmax(0, 1fr));
}

.n6-flow-cards > div {
  display: flex;
  min-height: 270px;
  padding: 20px 12px;
  border-radius: 8px;
  background: #ededed;
  flex-direction: column;
  align-items: center;
}

.n6-flow-cards strong {
  font-family: "Amiko", var(--n6-sans);
  font-size: 23px;
}

.n6-flow-cards span {
  margin-top: 18px;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.5;
  writing-mode: vertical-rl;
}

.n6-price-page {
  padding-top: 90px;
}

.n6-price-box,
.n6-materials-box {
  padding: 40px;
  background: var(--n6-sub-bg);
}

.n6-price-box > p,
.n6-materials-box > p {
  margin-bottom: 28px;
  font-size: 15px;
  line-height: 1.8;
}

.n6-table-wrap {
  overflow-x: auto;
}

.n6-price-box table {
  width: 100%;
  border-collapse: collapse;
  background: #fff;
}

.n6-price-box th,
.n6-price-box td {
  padding: 15px;
  border: 1px solid #aaa;
  font-size: 14px;
  text-align: left;
}

.n6-price-box .n6-button,
.n6-materials-box .n6-button {
  display: flex;
  width: max-content;
  margin: 28px auto 0;
}

.n6-faq-list {
  border-top: 1px solid #aaa;
}

.n6-faq-list details {
  border-bottom: 1px solid #aaa;
}

.n6-faq-list summary {
  display: flex;
  position: relative;
  align-items: center;
  gap: 18px;
  padding: 20px 54px 20px 18px;
  background: #eee;
  cursor: pointer;
  font-size: 16px;
  font-weight: 700;
  list-style: none;
}

.n6-faq-list summary::after {
  content: "+";
  position: absolute;
  right: 20px;
  font-size: 24px;
}

.n6-faq-list details[open] summary::after {
  content: "−";
}

.n6-faq-list details > div {
  display: flex;
  gap: 18px;
  padding: 23px 30px;
  line-height: 1.8;
}

.n6-faq-list summary span,
.n6-faq-list details > div > span {
  font-family: "Amiko", var(--n6-sans);
  font-size: 20px;
  font-weight: 700;
}

.n6-materials-box section {
  padding: 22px;
  background: #fff;
}

.n6-materials-box section + section {
  margin-top: 16px;
}

.n6-materials-box h3 {
  margin-bottom: 10px;
  font-size: 18px;
}

.n6-materials-box section p {
  font-size: 14px;
  line-height: 1.9;
}

/* Company */

.n6-philosophy {
  background: var(--n6-sub-bg);
}

.n6-philosophy__layout {
  display: grid;
  grid-template-columns: 250px minmax(0, 1fr);
  gap: 20px;
}

.n6-philosophy__mark {
  color: #dedede;
  font-family: "Amiko", var(--n6-sans);
  font-size: 240px;
  font-weight: 700;
  line-height: .82;
}

.n6-philosophy-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 22px;
}

.n6-philosophy-grid article {
  min-height: 190px;
  padding: 25px 30px;
  background: #d8d8d8;
}

.n6-philosophy-grid article > span {
  color: #b7b7b7;
  font-family: "8Pin Matrix", "Amiko", var(--n6-sans);
  font-size: 42px;
  line-height: 1;
}

.n6-philosophy-grid h3 {
  margin: 20px 0 7px;
  font-size: 21px;
}

.n6-philosophy-grid p {
  font-size: 13px;
}

.n6-message__grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 360px;
  gap: 70px;
}

.n6-message__grid article h2 {
  margin-bottom: 28px;
  font-size: 27px;
}

.n6-message__grid article p {
  font-size: 15px;
  line-height: 2;
}

.n6-message__grid article p + p {
  margin-top: 18px;
}

.n6-message__grid article p:last-child {
  margin-top: 30px;
  text-align: right;
}

.n6-message__portrait {
  min-height: 330px;
  background: var(--n6-sub-panel);
}

.n6-message__career {
  margin-top: 26px;
  padding: 25px;
  background: #eee;
}

.n6-message__career h3 {
  margin-bottom: 10px;
}

.n6-message__career p {
  font-size: 13px;
  line-height: 1.8;
}

.n6-machine-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 46px 24px;
}

.n6-machine-grid article > div {
  min-height: 240px;
  background: var(--n6-sub-panel);
}

.n6-machine-grid h3 {
  margin: 16px 0 7px;
  font-size: 16px;
}

.n6-machine-grid p {
  font-size: 13px;
  line-height: 1.7;
}

.n6-company-profile__layout {
  max-width: 970px;
  margin-left: auto;
}

.n6-company-profile table {
  width: 100%;
  border-collapse: collapse;
}

.n6-company-profile th,
.n6-company-profile td {
  padding: 20px 10px;
  border-bottom: 1px solid #ddd;
  font-size: 14px;
  text-align: left;
  vertical-align: top;
}

.n6-company-profile th {
  width: 27%;
  font-weight: 700;
}

.n6-map-placeholder {
  display: grid;
  min-height: 250px;
  margin-top: 35px;
  place-content: center;
  background: #eee;
  font-size: 20px;
}

.n6-company-profile .n6-button {
  display: flex;
  width: max-content;
  margin: 24px auto 0;
}

.n6-history ol {
  width: min(100%, 720px);
  margin: 0 auto;
  padding: 0;
  list-style: none;
}

.n6-history li {
  display: grid;
  position: relative;
  grid-template-columns: 120px 1fr;
  gap: 35px;
  min-height: 76px;
  padding-left: 35px;
  font-size: 15px;
}

.n6-history li::before {
  content: "";
  position: absolute;
  top: 4px;
  left: 0;
  width: 18px;
  height: 18px;
  background: #ddd;
}

.n6-history li:not(:last-child)::after {
  content: "";
  position: absolute;
  top: 22px;
  bottom: -4px;
  left: 8px;
  width: 1px;
  background: #ddd;
}

/* Archives and entries */

.n6-content-archive,
.n6-content-detail {
  padding-top: 80px;
}

.n6-archive-container,
.n6-detail-container {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 280px;
  gap: 70px;
  width: min(calc(100% - 80px), 1480px);
  margin-inline: auto;
}

.n6-works-filters {
  margin-bottom: 72px;
}

.n6-works-filters__head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 18px;
}

.n6-works-filters__head h2 {
  font-size: 17px;
}

.n6-works-filters__head > a {
  padding: 7px 24px;
  border: 1px solid #aaa;
  font-size: 13px;
}

.n6-filter-row {
  display: grid;
  grid-template-columns: 150px 1fr;
  align-items: start;
  gap: 22px;
  padding: 18px 0;
  border-bottom: 1px solid #ddd;
}

.n6-filter-row h3 {
  font-size: 13px;
}

.n6-filter-row > div {
  display: flex;
  flex-wrap: wrap;
  gap: 7px;
}

.n6-filter-row a,
.n6-card-tags span {
  display: inline-block;
  padding: 4px 10px;
  background: #ddd;
  font-size: 11px;
  line-height: 1.4;
}

.n6-work-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 30px;
}

.n6-archive-card {
  border: 1px solid #777;
  background: #fff;
}

.n6-archive-card > a {
  display: block;
  padding: 20px;
}

.n6-archive-card__image,
.n6-column-list-card__image,
.n6-case__main-image,
.n6-column-entry__image {
  display: block;
  overflow: hidden;
  background: #e5e5e5;
}

.n6-archive-card__image {
  aspect-ratio: 16 / 9;
  margin-bottom: 14px;
}

.n6-content-image,
.n6-archive-card__image img,
.n6-column-list-card__image img,
.n6-case__main-image img,
.n6-column-entry__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.n6-image-placeholder {
  display: grid;
  width: 100%;
  height: 100%;
  min-height: inherit;
  place-content: center;
  color: #999;
  background: #e5e5e5;
  font-family: "Amiko", var(--n6-sans);
  font-size: 28px;
  font-weight: 700;
}

.n6-card-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 7px;
  margin-bottom: 12px;
}

.n6-archive-card h2 {
  font-size: 21px;
  line-height: 1.5;
}

.n6-archive-card p {
  margin-top: 12px;
  font-size: 13px;
  line-height: 1.7;
}

.n6-pagination {
  margin: 65px 0 75px;
  text-align: center;
}

.n6-pagination .nav-links,
.n6-pagination--placeholder {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 13px;
}

.n6-pagination .page-numbers,
.n6-pagination--placeholder > * {
  display: grid;
  min-width: 34px;
  height: 34px;
  padding-inline: 8px;
  place-content: center;
  border-radius: 50%;
  color: #777;
  background: #e5e5e5;
  font-size: 12px;
}

.n6-pagination .prev,
.n6-pagination .next,
.n6-pagination--placeholder > span:first-child,
.n6-pagination--placeholder > span:last-child {
  width: auto;
  color: #111;
  background: transparent;
}

.n6-contact-banner {
  padding: 45px 35px;
  background: #ddd;
  text-align: center;
}

.n6-contact-banner h2 {
  font-size: 26px;
  line-height: 1.5;
}

.n6-contact-banner p {
  margin-top: 17px;
  font-size: 13px;
  line-height: 1.75;
}

.n6-contact-banner .n6-button {
  margin-top: 25px;
}

.n6-content-sidebar {
  padding-top: 30px;
}

.n6-sidebar-banner {
  display: grid;
  min-height: 190px;
  margin-bottom: 16px;
  padding: 20px;
  place-content: center;
  background: #d9d9d9;
  font-size: 16px;
  font-weight: 700;
  text-align: center;
}

.n6-sidebar-section {
  margin-top: 35px;
}

.n6-sidebar-section h2 {
  margin-bottom: 15px;
  padding: 10px 12px;
  border-bottom: 1px solid #333;
  background: #ddd;
  font-size: 16px;
}

.n6-sidebar-section > a:not(.n6-sidebar-post) {
  display: block;
  padding: 7px 12px;
  font-size: 13px;
}

.n6-sidebar-post {
  display: grid;
  grid-template-columns: 92px 1fr;
  gap: 12px;
  padding: 10px 0;
  border-bottom: 1px dashed #bbb;
  font-size: 12px;
  line-height: 1.5;
}

.n6-sidebar-post .n6-image-placeholder {
  min-height: 62px;
  font-size: 0;
}

.n6-sidebar-post time {
  display: block;
  margin-bottom: 5px;
  color: #888;
  font-size: 10px;
}

.n6-column-list {
  display: grid;
  gap: 34px;
}

.n6-column-list-card {
  display: grid;
  grid-template-columns: 36% minmax(0, 1fr);
  align-items: center;
  gap: 38px;
}

.n6-column-list-card__image {
  aspect-ratio: 4 / 3;
}

.n6-column-list-card__meta {
  display: flex;
  align-items: center;
  gap: 20px;
  margin-bottom: 14px !important;
  color: #aaa;
  font-size: 13px;
}

.n6-column-list-card__meta span {
  padding: 5px 13px;
  color: #222;
  background: #ddd;
  font-size: 11px;
}

.n6-column-list-card h2 {
  margin-bottom: 12px;
  font-size: 20px;
  line-height: 1.5;
}

.n6-column-list-card > div > p:last-child {
  font-size: 13px;
  line-height: 1.75;
}

.n6-case > h1,
.n6-column-entry > h1 {
  margin-bottom: 12px;
  font-size: 29px;
  line-height: 1.55;
}

.n6-case__main-image,
.n6-column-entry__image {
  min-height: 480px;
  margin: 35px 0;
}

.n6-case__summary {
  display: grid;
  gap: 35px;
  margin: 40px 0 65px;
}

.n6-case__summary section {
  display: grid;
  grid-template-columns: 190px 1fr;
  gap: 34px;
}

.n6-case__summary h2 {
  padding-bottom: 8px;
  border-bottom: 1px solid #111;
  font-size: 17px;
}

.n6-case__summary p,
.n6-entry-content p,
.n6-entry-content li {
  font-size: 15px;
  line-height: 1.9;
}

.n6-entry-content h2 {
  margin: 42px 0 14px;
  padding-bottom: 12px;
  border-bottom: 1px solid #222;
  font-size: 23px;
}

.n6-entry-content h3 {
  margin: 35px 0 14px;
  padding: 12px 15px;
  background: #eee;
  font-size: 19px;
}

.n6-entry-content h4 {
  margin: 30px 0 12px;
  padding-left: 12px;
  border-left: 3px solid #333;
  font-size: 17px;
}

.n6-entry-content ul,
.n6-entry-content ol {
  margin: 20px 0;
  padding-left: 1.4em;
}

.n6-entry-tags {
  margin-top: 34px !important;
}

.n6-customer-voice {
  margin: 70px 0 0;
  padding: 35px;
  border: 0;
  background: #ddd;
}

.n6-customer-voice h2 {
  margin-bottom: 14px;
  font-size: 24px;
}

.n6-customer-voice p {
  font-size: 15px;
  font-weight: 700;
  line-height: 1.8;
}

.n6-customer-voice cite {
  display: block;
  margin-top: 12px;
  color: #777;
  font-size: 12px;
  font-style: normal;
}

.n6-entry-nav {
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  gap: 20px;
  margin: 65px 0;
  font-size: 12px;
}

.n6-entry-nav > span:last-child {
  text-align: right;
}

.n6-related {
  padding: 90px 0 120px;
  background: var(--n6-sub-bg);
}

.n6-related-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 24px;
}

/* Contact, legal, sitemap and error */

.n6-contact-content {
  padding-top: 110px;
}

.n6-contact-container {
  width: min(calc(100% - 80px), 900px);
  margin-inline: auto;
}

.n6-contact-lead {
  font-size: 15px;
  line-height: 1.9;
  text-align: center;
}

.n6-contact-phone {
  margin: 72px 0;
  text-align: center;
}

.n6-contact-phone h2 {
  font-size: 22px;
}

.n6-contact-phone a {
  display: inline-block;
  margin-top: 8px;
  font-family: "Amiko", var(--n6-sans);
  font-size: 42px;
  font-weight: 700;
  line-height: 1.2;
}

.n6-contact-phone p {
  margin-top: 8px;
  font-size: 13px;
}

.n6-contact-form {
  padding: 60px;
  background: var(--n6-sub-bg);
}

.n6-contact-form fieldset {
  display: grid;
  grid-template-columns: 170px 1fr;
  gap: 20px;
  margin: 0;
  padding: 0 0 36px;
  border: 0;
}

.n6-contact-form legend {
  float: left;
  width: 170px;
  padding-top: 5px;
  font-weight: 700;
}

.n6-contact-form legend span,
.n6-form-row em {
  display: inline-block;
  margin-left: 10px;
  padding: 2px 8px;
  border: 1px solid #777;
  border-radius: 999px;
  font-size: 11px;
  font-style: normal;
}

.n6-radio-group {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px 25px;
}

.n6-radio-group label {
  font-size: 14px;
}

.n6-form-row {
  display: grid;
  grid-template-columns: 170px 1fr;
  align-items: center;
  gap: 20px;
  margin-top: 28px;
  font-size: 14px;
  font-weight: 700;
}

.n6-form-row input,
.n6-form-row textarea {
  width: 100%;
  border: 1px solid #bbb;
  border-radius: 0;
  background: #fff;
  font: inherit;
}

.n6-form-row input {
  min-height: 50px;
  padding: 10px 13px;
}

.n6-form-row textarea {
  padding: 13px;
  resize: vertical;
}

.n6-form-row--textarea {
  align-items: start;
}

.n6-contact-form .n6-button {
  display: flex;
  margin: 50px auto 0;
  border: 0;
  cursor: pointer;
}

.n6-legal__inner {
  width: min(calc(100% - 80px), 1300px);
  margin-inline: auto;
}

.n6-legal__inner section + section {
  margin-top: 52px;
}

.n6-legal h2 {
  margin-bottom: 14px;
  font-size: 24px;
}

.n6-legal p,
.n6-legal li {
  font-size: 14px;
  line-height: 1.8;
}

.n6-legal ul {
  margin-top: 8px;
  padding-left: 1.3em;
}

.n6-sitemap {
  min-height: 770px;
}

.n6-sitemap__inner {
  width: min(calc(100% - 80px), 900px);
  margin-inline: auto;
}

.n6-sitemap__inner section + section {
  margin-top: 65px;
}

.n6-sitemap h2 {
  margin-bottom: 25px;
  font-size: 22px;
}

.n6-sitemap section > div {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 25px 55px;
}

.n6-sitemap a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 15px;
  font-size: 15px;
}

.n6-sitemap a i {
  display: grid;
  width: 19px;
  height: 19px;
  place-content: center;
  border-radius: 50%;
  color: #fff;
  background: #111;
  font-style: normal;
  line-height: 1;
}

.n6-error {
  min-height: 650px;
  text-align: center;
}

.n6-error h2 {
  font-size: 30px;
}

.n6-error p {
  margin-top: 20px;
  font-size: 15px;
  line-height: 2;
}

.n6-error__buttons {
  display: flex;
  justify-content: center;
  gap: 20px;
  margin-top: 45px;
}

@media (max-width: 1100px) {
  .n6-archive-container,
  .n6-detail-container {
    grid-template-columns: minmax(0, 1fr) 230px;
    gap: 35px;
  }

  .n6-flow-cards,
  .n6-flow-cards--nine {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }

  .n6-flow-cards > div {
    min-height: 190px;
  }

  .n6-flow-cards span {
    writing-mode: horizontal-tb;
    text-align: center;
  }
}

@media (max-width: 767px) {
  .n6-subcontainer,
  .n6-page-hero__inner,
  .n6-archive-container,
  .n6-detail-container,
  .n6-contact-container,
  .n6-legal__inner,
  .n6-sitemap__inner {
    width: calc(100% - var(--n6-page-inline));
  }

  .n6-section {
    padding: var(--n6-section-space-mobile) 0;
  }

  .n6-page-hero {
    min-height: 300px;
    padding-top: 145px;
  }

  .n6-page-hero h1 {
    padding-right: 0;
    font-size: clamp(30px, 8.5vw, 42px);
  }

  .n6-page-hero__phone {
    display: none;
  }

  .n6-subsection-head {
    margin-bottom: 38px;
  }

  .n6-subsection-head > div {
    align-items: flex-start;
    gap: 10px;
    margin-bottom: 22px;
    flex-direction: column;
  }

  .n6-subsection-head span {
    font-size: 39px;
  }

  .n6-subsection-head h2 {
    font-size: 23px;
  }

  .n6-service-row,
  .n6-strength-detail__columns,
  .n6-message__grid,
  .n6-archive-container,
  .n6-detail-container,
  .n6-column-list-card,
  .n6-case__summary section {
    grid-template-columns: 1fr;
  }

  .n6-service-row {
    gap: 25px;
  }

  .n6-service-row.is-reverse .n6-service-row__media {
    order: 0;
  }

  .n6-service-row__media {
    min-height: 230px;
  }

  .n6-strength-detail {
    padding: 25px 20px;
  }

  .n6-strength-detail > h3 {
    font-size: 22px;
  }

  .n6-flow-cards,
  .n6-flow-cards--nine {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .n6-price-box,
  .n6-materials-box {
    padding: 25px 18px;
  }

  .n6-philosophy__layout {
    grid-template-columns: 1fr;
  }

  .n6-philosophy__mark {
    display: none;
  }

  .n6-philosophy-grid {
    grid-template-columns: 1fr;
  }

  .n6-message__grid {
    gap: 45px;
  }

  .n6-machine-grid {
    grid-template-columns: 1fr 1fr;
  }

  .n6-machine-grid article > div {
    min-height: 150px;
  }

  .n6-company-profile th,
  .n6-company-profile td {
    display: block;
    width: 100%;
  }

  .n6-company-profile th {
    padding-bottom: 0;
    border: 0;
  }

  .n6-history li {
    grid-template-columns: 85px 1fr;
    gap: 18px;
    padding-left: 28px;
  }

  .n6-work-grid,
  .n6-related-grid {
    grid-template-columns: 1fr;
  }

  .n6-filter-row {
    grid-template-columns: 1fr;
    gap: 10px;
  }

  .n6-content-sidebar {
    padding-top: 0;
  }

  .n6-column-list-card {
    gap: 20px;
  }

  .n6-case__main-image,
  .n6-column-entry__image {
    min-height: 230px;
  }

  .n6-case__summary section {
    gap: 12px;
  }

  .n6-entry-nav {
    grid-template-columns: 1fr 1fr;
  }

  .n6-entry-nav .n6-button {
    grid-column: 1 / -1;
    grid-row: 1;
  }

  .n6-contact-form {
    padding: 35px 20px;
  }

  .n6-contact-form fieldset,
  .n6-form-row {
    grid-template-columns: 1fr;
    gap: 12px;
  }

  .n6-contact-form legend {
    float: none;
    width: 100%;
  }

  .n6-radio-group {
    grid-template-columns: 1fr;
  }

  .n6-contact-phone a {
    font-size: clamp(28px, 8.5vw, 40px);
  }

  .n6-sitemap {
    min-height: 0;
  }

  .n6-sitemap section > div {
    grid-template-columns: 1fr;
  }

  .n6-error__buttons {
    align-items: center;
    flex-direction: column;
  }

  .n6-wide-links--subpage {
    grid-template-columns: 1fr;
    width: calc(100% - 24px);
  }

  .n6-wide-links--subpage a {
    min-height: 170px;
  }

  .n6-wide-links--subpage span {
    bottom: 30px;
    left: 25px;
    font-size: 21px;
  }

  .n6-body:not(.home) .n6-footer {
    padding-top: 70px;
  }
}

/* Completed Figma design: Service / Company */

.n6-section-nav {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 34px;
  width: min(calc(100% - var(--n6-page-inline)), var(--n6-content-default));
  min-height: 96px;
  margin: 0 auto;
  padding: 16px 24px;
  border-top: 1px dotted #d9e3e1;
  border-bottom: 1px dotted #d9e3e1;
}

.n6-section-nav a {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  color: var(--n6-green);
  font-size: 13px;
  line-height: 1.5;
  white-space: nowrap;
}

.n6-section-nav a::after {
  content: "→";
  display: inline-grid;
  width: 25px;
  height: 25px;
  border: 1px solid var(--n6-aqua);
  border-radius: 50%;
  color: var(--n6-aqua);
  font-size: 12px;
  place-content: center;
}

.n6-service-page .n6-subsection-head,
.n6-company-page .n6-subsection-head {
  text-align: center;
}

.n6-service-page .n6-subsection-head > div,
.n6-company-page .n6-subsection-head > div {
  align-items: center;
  flex-direction: column;
  justify-content: center;
  gap: 10px;
}

.n6-service-page .n6-subsection-head > div {
  margin-bottom: 34px;
}

.n6-service-page .n6-subsection-head span,
.n6-company-page .n6-subsection-head span {
  display: none;
}

.n6-service-page .n6-subsection-head small,
.n6-company-page .n6-subsection-head small {
  color: #171717;
  font-size: var(--n6-section-title-size);
  font-weight: 400;
  line-height: var(--n6-section-heading-leading);
}

.n6-service-page .n6-subsection-head h2,
.n6-company-page .n6-subsection-head h2 {
  margin-bottom: 55px;
  font-size: var(--n6-section-heading-size);
  font-weight: 400;
  line-height: var(--n6-section-heading-leading);
}

.n6-service-page .n6-subsection-head p,
.n6-company-page .n6-subsection-head p {
  max-width: var(--n6-content-reading);
  margin-inline: auto;
  font-size: var(--n6-copy-size);
  line-height: var(--n6-copy-leading);
}

.n6-service-intro {
  padding: 142px 0 120px;
}

.n6-service-intro .n6-subsection-head {
  margin-bottom: 110px;
}

.n6-service-page .n6-subcontainer {
  width: min(calc(100% - var(--n6-page-inline)), var(--n6-content-service));
}

.n6-service-list {
  gap: 88px;
}

.n6-service-row {
  grid-template-columns: minmax(0, 560px) minmax(0, 1fr);
  align-items: start;
  gap: 85px;
}

.n6-service-row__media {
  overflow: hidden;
  min-height: 0;
  aspect-ratio: 52 / 35;
  border-radius: 20px;
  background: #f5f5f5;
}

.n6-service-row__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.n6-service-row__body .n6-service-row__kicker {
  color: var(--n6-aqua);
  font-size: 16px;
  line-height: 31px;
}

.n6-service-row__body h3 {
  margin: 2px 0 14px;
  font-size: 32px;
  font-weight: 400;
  line-height: 65px;
}

.n6-service-row__body > p:not(.n6-service-row__kicker) {
  font-size: var(--n6-copy-size);
  line-height: var(--n6-copy-leading);
}

.n6-service-row__list-title {
  display: inline-flex;
  align-items: center;
  min-height: 28px;
  margin-top: 24px;
  padding: 2px 16px;
  border: 1px solid #231814;
  border-radius: 999px;
  color: #231814;
  font-size: 14px;
  line-height: 20.8px;
}

.n6-service-row__body ul {
  display: grid;
  gap: 0;
  margin-top: 10px;
}

.n6-service-row__body li {
  position: relative;
  padding: 0 0 0 18px;
  border: 0;
  border-radius: 0;
  color: #231814;
  background: transparent;
  font-size: 14px;
  line-height: 31px;
}

.n6-service-row__body li::before {
  content: "";
  position: absolute;
  top: 13px;
  left: 1px;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: var(--n6-aqua);
}

.n6-strength-page {
  padding-top: 115px;
  background: #fff;
}

.n6-strength-detail-list {
  position: relative;
  left: 50%;
  gap: 64px;
  width: min(calc(100vw - var(--n6-page-inline)), 1300px);
  transform: translateX(-50%);
}

.n6-strength-detail {
  position: relative;
  overflow: hidden;
  padding: 32px 54px 36px;
  border: 1px solid #cadcd9;
  background: #fff;
}

.n6-strength-detail::after {
  content: counter(n6-reason, decimal-leading-zero);
  position: absolute;
  top: 0;
  right: 0;
  color: rgba(48, 173, 171, .15);
  font-family: "Libre Bodoni", "Cormorant Garamond", var(--n6-display);
  font-size: 130px;
  font-style: italic;
  font-weight: 600;
  line-height: 65px;
  text-align: right;
}

.n6-strength-detail-list {
  counter-reset: n6-reason;
}

.n6-strength-detail {
  counter-increment: n6-reason;
}

.n6-strength-detail__reason {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  gap: 26px;
  color: var(--n6-aqua);
}

.n6-strength-detail__reason-number {
  font-family: "DM Serif Display", "Cormorant Garamond", var(--n6-display);
  font-size: 25px;
  font-style: italic;
  line-height: 31px;
}

.n6-strength-detail__reason-label {
  position: relative;
  padding-left: 20px;
  font-size: 20px;
  font-weight: 500;
  line-height: 30px;
}

.n6-strength-detail__reason-label::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: currentColor;
  transform: translateY(-50%);
}

.n6-strength-detail > h3 {
  position: relative;
  z-index: 1;
  margin: 8px 0 0;
  font-size: 35px;
  font-weight: 400;
  line-height: 65px;
}

.n6-strength-detail__columns {
  position: relative;
  gap: 26px;
}

.n6-strength-detail__columns > div {
  min-height: 290px;
  padding: 24px 30px;
  background: #fafafa;
}

.n6-strength-detail__columns > div:last-child {
  background: #eef9ef;
}

.n6-strength-detail__columns > div > span {
  border-radius: 999px;
  font-size: 14px;
  line-height: 31px;
}

.n6-strength-detail__columns > div:last-child > span {
  background: #171717;
  font-size: 20px;
}

.n6-strength-detail__columns .n6-strength-detail__description {
  margin-top: 16px;
  font-size: 16px;
  line-height: 31px;
}

.n6-strength-detail__columns .n6-strength-detail__quote {
  font-size: 25px;
  line-height: 32.5px;
}

.n6-strength-detail__solution {
  display: flex;
  flex-direction: column;
}

.n6-strength-detail__solution > span {
  align-self: center;
  min-width: 250px;
  text-align: center;
}

.n6-strength-detail__solution ul {
  display: grid;
  gap: 12px;
  margin: auto 0;
  padding: 20px 12px 20px 45px;
  list-style: none;
}

.n6-strength-detail__solution li {
  position: relative;
  font-size: 16px;
  line-height: 31px;
}

.n6-strength-detail__solution li::before {
  content: "";
  position: absolute;
  top: 12px;
  left: -19px;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: var(--n6-green);
}

.n6-strength-detail__columns .n6-strength-detail__arrow {
  display: grid;
  position: absolute;
  z-index: 2;
  top: 50%;
  left: 50%;
  width: 76px;
  height: 76px;
  border: 1px solid var(--n6-green);
  border-radius: 50%;
  color: var(--n6-green);
  background: #fff;
  font-size: 20px;
  transform: translate(-50%, -50%);
  place-content: center;
}

.n6-flow-page {
  overflow: hidden;
  padding: 135px 0 130px;
}

.n6-flow-page .n6-subsection-head {
  margin-bottom: 80px;
}

.n6-flow-group {
  display: grid;
  grid-template-columns: 250px minmax(0, 1fr);
  align-items: start;
  column-gap: 95px;
  row-gap: 55px;
}

.n6-flow-group + .n6-flow-group {
  margin-top: 120px;
}

.n6-flow-group h3 {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 220px;
  min-height: 46px;
  margin: 0;
  padding: 8px 18px;
  border: 1px solid var(--n6-aqua);
  border-radius: 999px;
  color: var(--n6-green);
  font-size: 23px;
  font-weight: 400;
  line-height: 1.4;
}

.n6-flow-group__description {
  font-size: var(--n6-copy-size);
  line-height: var(--n6-copy-leading);
}

.n6-flow-cards {
  grid-column: 1 / -1;
  gap: 26px;
  width: min(100%, 1145px);
  margin-inline: auto;
}

.n6-flow-cards--nine {
  gap: 24px;
  width: 100%;
}

.n6-flow-cards > div {
  position: relative;
  min-height: 360px;
  padding: 17px 10px;
  border: 1px solid var(--n6-aqua);
  border-radius: 0;
  color: #172b29;
  background: #fff;
}

.n6-flow-cards > div:not(:last-child)::after {
  content: "→";
  position: absolute;
  top: 50%;
  right: -22px;
  color: var(--n6-aqua);
  font-size: 16px;
  transform: translateY(-50%);
}

.n6-flow-cards strong {
  color: #c8ece8;
  font-family: "Cormorant Garamond", var(--n6-display);
  font-size: 40px;
  font-style: normal;
  font-weight: 400;
  line-height: 39px;
}

.n6-flow-cards span {
  font-size: 18px;
  font-weight: 400;
  line-height: 22px;
}

.n6-price-page {
  overflow: hidden;
  padding: 105px 0 120px;
  background: #f4f4f4;
}

.n6-price-page::before,
.n6-materials-page::before,
.n6-company-profile::before {
  position: absolute;
  top: 8px;
  left: 0;
  color: rgba(160, 160, 160, .22);
  font-family: "Cormorant Garamond", var(--n6-display);
  font-size: clamp(72px, 9vw, 158px);
  font-style: italic;
  line-height: 1;
  white-space: nowrap;
}

.n6-price-page::before {
  content: "PRICE & LEADTIME";
}

.n6-price-box {
  padding: 0;
  background: transparent;
  text-align: center;
}

.n6-price-box > p {
  max-width: 760px;
  margin: 0 auto 70px;
  font-size: 16px;
  line-height: 31px;
}

.n6-price-page .n6-subsection-head {
  margin-bottom: 55px;
}

.n6-price-box h3 {
  position: relative;
  margin-bottom: 26px;
  padding-left: 30px;
  color: var(--n6-green);
  font-size: 28px;
  font-weight: 400;
  line-height: 40px;
  text-align: left;
}

.n6-price-box h3::before {
  content: "";
  position: absolute;
  top: 17px;
  left: 0;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: var(--n6-green);
}

.n6-price-guide {
  width: min(100%, 1010px);
  margin-inline: auto;
}

.n6-price-box table {
  max-width: 1010px;
  margin-inline: auto;
}

.n6-price-box th,
.n6-price-box td {
  border: 1px solid #d4dedc;
  text-align: center;
}

.n6-price-box th {
  color: var(--n6-green);
  background: #eef7f5;
}

.n6-price-box th,
.n6-price-box td {
  padding: 14px 18px;
  font-size: 16px;
  line-height: 31px;
}

.n6-price-box th:first-child,
.n6-price-box td:first-child {
  background: #d9f2f1;
}

.n6-price-info {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
  width: min(100%, 1010px);
  margin: 40px auto 55px;
}

.n6-price-info section {
  padding: 28px 30px 30px;
  background: #fff;
}

.n6-price-info h3 {
  margin-bottom: 12px;
}

.n6-price-info ul {
  display: grid;
  gap: 8px;
  padding-left: 30px;
  text-align: left;
  list-style: none;
}

.n6-price-info li {
  position: relative;
  font-size: 16px;
  line-height: 31px;
}

.n6-price-info li::before {
  content: "";
  position: absolute;
  top: 12px;
  left: -18px;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: var(--n6-green);
}

.n6-price-box > .n6-price-box__closing {
  margin-bottom: 28px;
}

.n6-price-box .n6-button,
.n6-materials-box .n6-button,
.n6-company-profile .n6-button {
  border-color: var(--n6-aqua);
  color: var(--n6-green) !important;
  background: #fff;
}

.n6-faq-page {
  overflow: hidden;
  padding: 115px 0 135px;
}

.n6-section-particle-canvas {
  display: block;
  position: absolute;
  z-index: 0;
  width: 1180px;
  height: auto;
  max-width: none;
  aspect-ratio: 1672 / 941;
  opacity: .92;
  transform: rotate(90deg);
  transform-origin: center;
  pointer-events: none;
}

.n6-history > .n6-section-particle-canvas {
  top: 236px;
  right: -274px;
  width: 1180px;
}

.n6-materials-page > .n6-section-particle-canvas {
  top: 300px;
  right: -281px;
  width: 1372px;
}

.n6-faq-page .n6-subcontainer,
.n6-history .n6-subcontainer,
.n6-materials-page .n6-subcontainer {
  position: relative;
  z-index: 1;
}

.n6-faq-list {
  width: min(100%, 1145px);
  border-top: 1px solid #dce9e7;
}

.n6-faq-list details {
  border-bottom: 1px solid #dce9e7;
  background: rgba(255, 255, 255, .92);
}

.n6-faq-list summary {
  padding: 24px 56px 24px 0;
  color: #202020;
  background: transparent;
  font-size: 18px;
  font-weight: 400;
}

.n6-faq-list summary::after {
  color: var(--n6-aqua);
}

.n6-faq-list summary span,
.n6-faq-list details > div > span {
  color: var(--n6-aqua);
  font-family: "Cormorant Garamond", var(--n6-display);
  font-size: 25px;
  font-style: italic;
  font-weight: 400;
}

.n6-faq-list details > div {
  padding: 4px 30px 25px 0;
  font-size: 16px;
  line-height: 31px;
}

.n6-faq-list details[open] > div {
  padding: 24px 42px 35px 0;
  background: rgba(250, 250, 250, .96);
}

.n6-faq-list details[open] > div p {
  font-size: 16px;
  line-height: 31px;
}

.n6-materials-page {
  overflow: hidden;
  padding: 110px 0 125px;
  background: #f2f2f2;
}

.n6-materials-page::before {
  content: "CAPABILITIES";
}

.n6-materials-box {
  position: relative;
  left: 50%;
  width: min(calc(100vw - 80px), 1300px);
  padding: 0;
  background: transparent;
  text-align: center;
  transform: translateX(-50%);
}

.n6-materials-box > p {
  max-width: 820px;
  margin: 0 auto 70px;
  font-size: 16px;
  line-height: 31px;
}

.n6-materials-box section {
  padding: 40px 48px 34px;
  border: 1px solid #edf1f0;
}

.n6-materials-box section + section {
  margin-top: 28px;
}

.n6-materials-box section p {
  color: var(--n6-green);
  font-size: 16px;
  line-height: 31px;
}

.n6-materials-box h3 {
  font-size: 23px;
  font-weight: 400;
  line-height: 40px;
}

.n6-materials-box h4 {
  margin: 28px 0 18px;
  color: #231814;
  font-size: 20px;
  font-weight: 400;
  line-height: 40px;
}

.n6-material-tags {
  display: flex;
  justify-content: center;
  gap: 9px;
  flex-wrap: wrap;
  margin-top: 26px;
  padding-top: 23px;
  border-top: 1px dotted #777;
}

.n6-material-tags span {
  display: inline-flex;
  align-items: center;
  min-height: 28px;
  padding: 3px 14px;
  border: 1px solid var(--n6-green);
  border-radius: 999px;
  color: var(--n6-green);
  background: #fff;
  font-size: 14px;
  line-height: 20px;
}

.n6-material-tags .is-active {
  color: #fff;
  background: var(--n6-green);
}

.n6-materials-box > .n6-button {
  margin-top: 55px;
}

.n6-philosophy {
  padding: 110px 0 145px;
  background: #fff;
}

.n6-philosophy__layout {
  display: block;
}

.n6-philosophy__mark {
  display: none;
}

.n6-philosophy-grid {
  width: min(100%, var(--n6-content-default));
  margin-inline: auto;
  gap: 42px;
}

.n6-philosophy-grid article {
  min-height: 320px;
  padding: 45px 55px;
  background: #fbfbfb;
}

.n6-philosophy-grid article > span {
  color: #9b9b9b;
  font-family: "Cormorant Garamond", var(--n6-display);
  font-size: 63px;
  font-style: italic;
  font-weight: 400;
}

.n6-philosophy-grid h3 {
  margin: 27px 0 11px;
  font-size: 20px;
  font-weight: 500;
}

.n6-message {
  overflow: hidden;
  padding: 115px 0 140px;
  background: #f3f3f3;
}

.n6-message .n6-subcontainer {
  width: 100%;
  max-width: none;
}

.n6-message .n6-subsection-head {
  width: min(calc(100% - var(--n6-page-inline)), var(--n6-content-default));
  margin-inline: auto;
}

.n6-message__grid {
  grid-template-areas:
    "portrait copy"
    ". career";
  grid-template-columns: 45% 55%;
  align-items: start;
  gap: 0;
  width: 100%;
}

.n6-message__grid article {
  grid-area: copy;
  max-width: 790px;
  padding: 0 80px 0 75px;
}

.n6-message__portrait {
  grid-area: portrait;
  overflow: hidden;
  min-height: 0;
  aspect-ratio: 16 / 9;
  background: #fff;
}

.n6-message__portrait img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.n6-message__grid article h2 {
  font-size: 27px;
  font-weight: 500;
}

.n6-message__grid article p {
  font-size: 14px;
  line-height: 2;
}

.n6-message__signature {
  display: grid;
  justify-content: end;
  gap: 2px;
}

.n6-message__signature span {
  font-size: 12px;
  font-weight: 400;
}

.n6-message__career {
  grid-area: career;
  width: min(calc(100% - 135px), 735px);
  margin: 70px 80px 0 75px;
  padding: 0;
  background: transparent;
}

.n6-message__career h3 {
  margin-bottom: 20px;
  font-size: 17px;
  font-weight: 500;
  text-align: center;
}

.n6-message__career dl,
.n6-message__career dd {
  margin: 0;
}

.n6-message__career dl {
  border-top: 1px dotted #cbd4d2;
}

.n6-message__career dl > div {
  display: grid;
  grid-template-columns: 125px minmax(0, 1fr);
  gap: 24px;
  padding: 16px 8px;
  border-bottom: 1px dotted #cbd4d2;
  font-size: 12px;
  line-height: 1.8;
}

.n6-message__career dt {
  font-family: var(--n6-number);
  font-style: italic;
}

.n6-machines {
  padding: 120px 0 145px;
}

.n6-machines .n6-subcontainer {
  width: min(calc(100% - var(--n6-page-inline)), var(--n6-content-company-wide));
}

.n6-machine-grid {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 55px 44px;
  width: min(100%, var(--n6-content-company-wide));
  margin-inline: auto;
}

.n6-machine-grid article {
  text-align: center;
}

.n6-machine-grid article > div {
  overflow: hidden;
  min-height: 0;
  aspect-ratio: 560 / 265;
  border-radius: 20px;
  background: #f5f5f5;
}

.n6-machine-grid article img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.n6-machine-grid h3 {
  margin-top: 18px;
  font-size: 15px;
  font-weight: 500;
}

.n6-company-profile {
  overflow: hidden;
  padding: 130px 0 145px;
  background: #f3f3f3;
}

.n6-company-profile::before {
  content: "COMPANY";
}

.n6-company-profile__layout {
  max-width: var(--n6-content-company-table);
  margin-inline: auto;
}

.n6-company-profile th,
.n6-company-profile td {
  padding: 21px 14px;
  border-bottom: 1px dotted #bfc9c7;
  font-size: 13px;
}

.n6-map-placeholder {
  overflow: hidden;
  min-height: 0;
  aspect-ratio: 14 / 5;
  background: #fff;
}

.n6-map-placeholder img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.n6-history {
  overflow: hidden;
  padding: 115px 0 160px;
}

.n6-history ol {
  width: min(100%, 860px);
}

.n6-history li {
  grid-template-columns: 135px 1fr;
  gap: 45px;
  min-height: 80px;
  padding-left: 30px;
  border-bottom: 1px dotted #d4dcda;
  font-size: 14px;
}

.n6-history time {
  color: #8e8e8e;
  font-family: var(--n6-number);
  font-size: 20px;
  font-style: italic;
  line-height: 1.4;
}

.n6-history li::before {
  top: 9px;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: var(--n6-green);
}

.n6-history li:not(:last-child)::after {
  display: block;
  top: 21px;
  bottom: -8px;
  left: 4px;
  background: var(--n6-aqua);
}

.n6-contact-content {
  padding: 0 0 var(--n6-section-space);
}

.n6-contact-container {
  width: min(calc(100% - var(--n6-page-inline)), var(--n6-content-form));
}

.n6-contact-phone {
  margin: 0 0 var(--n6-contact-phone-gap);
}

.n6-contact-phone h2 {
  font-size: 23px;
  font-weight: 400;
}

.n6-contact-phone a {
  color: #171717;
  font-family: "Times New Roman", serif;
  font-style: italic;
  font-weight: 400;
  line-height: 30px;
}

.n6-contact-phone__label {
  font-size: 30px;
}

.n6-contact-phone__number {
  font-size: 50px;
}

.n6-contact-phone p {
  color: var(--n6-aqua);
  font-size: 13px;
}

.n6-contact-page .n6-contact-lead {
  margin-bottom: var(--n6-contact-copy-gap);
  font-size: 14px;
}

.n6-contact-form {
  padding: 72px 84px 78px;
  background: #f5f5f5;
}

.n6-contact-form legend span,
.n6-form-row em {
  border-color: var(--n6-aqua);
  color: var(--n6-aqua);
  background: #fff;
  font-weight: 400;
}

.n6-contact-form .n6-button {
  border: 1px solid var(--n6-green);
  color: var(--n6-green) !important;
  background: #fff;
}

.n6-contact-form .n6-button::after {
  content: "●";
  margin-left: 70px;
  font-size: 10px;
}

.n6-legal {
  padding: 100px 0 125px;
}

.n6-legal h2 {
  color: var(--n6-aqua);
  font-size: 19px;
  font-weight: 400;
}

.n6-legal p,
.n6-legal li {
  font-size: 13px;
  line-height: 1.85;
}

.n6-sitemap {
  min-height: 690px;
  padding-top: 100px;
}

.n6-sitemap__inner {
  width: min(calc(100% - 80px), 920px);
}

.n6-sitemap a {
  position: relative;
  justify-content: flex-start;
  padding-left: 27px;
}

.n6-sitemap a::before {
  content: "";
  position: absolute;
  left: 0;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--n6-green);
}

.n6-sitemap a i {
  display: none;
}

.n6-content-detail {
  padding: 85px 0 115px;
}

.n6-case > h1,
.n6-column-entry > h1 {
  margin-bottom: 15px;
  font-size: 27px;
  font-weight: 500;
}

.n6-case__main-image,
.n6-column-entry__image {
  overflow: hidden;
  min-height: 0;
  aspect-ratio: 16 / 10;
  margin: 35px 0 58px;
  border-radius: 20px;
  background: #f5f5f5;
}

.n6-case__summary {
  gap: 45px;
  margin-bottom: 72px;
}

.n6-case__summary section {
  grid-template-columns: 205px 1fr;
  align-items: start;
  gap: 55px;
}

.n6-case__summary h2 {
  padding: 8px 22px;
  border: 1px solid var(--n6-aqua);
  border-radius: 999px;
  color: var(--n6-green);
  font-size: 14px;
  font-weight: 400;
  text-align: center;
}

.n6-case__summary p,
.n6-entry-content p,
.n6-entry-content li {
  font-size: 14px;
  line-height: 1.9;
}

.n6-entry-content h2 {
  border-color: var(--n6-aqua);
  font-size: 20px;
  font-weight: 500;
}

.n6-entry-content h3 {
  background: #f4f4f4;
  font-size: 18px;
  font-weight: 500;
}

.n6-entry-content h4 {
  border-color: var(--n6-aqua);
  color: var(--n6-aqua);
  font-size: 17px;
  font-weight: 500;
}

.n6-customer-voice {
  margin-top: 75px;
  padding: 38px 42px;
  border: 1px solid #d7dfdd;
  background: #fff;
}

.n6-customer-voice h2 {
  position: relative;
  padding-left: 22px;
  font-size: 21px;
  font-weight: 500;
}

.n6-customer-voice h2::before {
  content: "";
  position: absolute;
  top: .55em;
  left: 0;
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background: var(--n6-green);
}

.n6-entry-nav .n6-button {
  border-color: var(--n6-green);
  color: var(--n6-green) !important;
  background: #fff;
}

.n6-related {
  position: relative;
  overflow: hidden;
  padding: 105px 0 125px;
  background: #f3f3f3;
}

.n6-related::before {
  content: "EXAMPLE";
  position: absolute;
  top: 4px;
  left: 0;
  color: rgba(160, 160, 160, .25);
  font-family: "Cormorant Garamond", var(--n6-display);
  font-size: clamp(80px, 10vw, 175px);
  font-style: italic;
  line-height: 1;
}

.n6-related .n6-subsection-head {
  position: relative;
  z-index: 1;
  text-align: center;
}

.n6-related .n6-subsection-head > div {
  display: block;
}

.n6-related .n6-subsection-head span {
  display: none;
}

.n6-related .n6-subsection-head small {
  font-size: 28px;
  font-weight: 500;
}

.n6-related-grid {
  position: relative;
  z-index: 1;
  gap: 38px;
}

.n6-related .n6-archive-card__image {
  border-radius: 20px;
}

.n6-error .n6-button {
  border-color: var(--n6-green);
  color: var(--n6-green) !important;
  background: #fff;
}

@media (max-width: 900px) {
  .n6-section-nav {
    justify-content: flex-start;
    gap: 22px;
    overflow-x: auto;
  }

  .n6-service-row {
    gap: 45px;
  }

  .n6-flow-group {
    grid-template-columns: 1fr;
  }

  .n6-flow-cards,
  .n6-flow-cards--nine {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }

  .n6-message__grid {
    gap: 45px;
  }
}

@media (max-width: 767px) {
  .n6-section-nav {
    width: calc(100% - 30px);
    min-height: 64px;
    padding-inline: 4px;
  }

  .n6-section-nav a {
    font-size: 11px;
  }

  .n6-service-page .n6-subsection-head small,
  .n6-company-page .n6-subsection-head small {
    font-size: 25px;
    line-height: 1.45;
  }

  .n6-service-page .n6-subsection-head h2,
  .n6-company-page .n6-subsection-head h2 {
    margin-bottom: 32px;
    font-size: 23px;
    line-height: 1.65;
  }

  .n6-service-page .n6-subsection-head p,
  .n6-company-page .n6-subsection-head p {
    font-size: 13px;
    line-height: 2;
  }

  .n6-service-page .n6-subsection-head > div {
    margin-bottom: 18px;
  }

  .n6-service-intro,
  .n6-strength-page,
  .n6-flow-page,
  .n6-price-page,
  .n6-faq-page,
  .n6-materials-page,
  .n6-philosophy,
  .n6-message,
  .n6-machines,
  .n6-company-profile,
  .n6-history {
    padding: var(--n6-section-space-mobile) 0;
  }

  .n6-service-row {
    grid-template-columns: 1fr;
    gap: 28px;
  }

  .n6-service-row.is-reverse .n6-service-row__media {
    order: 0;
  }

  .n6-service-row__body h3 {
    margin: 3px 0 12px;
    font-size: 23px;
    line-height: 1.6;
  }

  .n6-service-row__body .n6-service-row__kicker {
    font-size: 14px;
    line-height: 1.8;
  }

  .n6-service-row__body > p:not(.n6-service-row__kicker) {
    font-size: 15px;
    line-height: 1.9;
  }

  .n6-strength-detail {
    padding: 30px 22px 24px;
  }

  .n6-strength-detail-list {
    left: auto;
    gap: 32px;
    width: 100%;
    transform: none;
  }

  .n6-strength-detail::after {
    top: 10px;
    right: 12px;
    font-size: 70px;
    line-height: 1;
  }

  .n6-strength-detail > h3 {
    font-size: 21px;
    line-height: 1.6;
  }

  .n6-strength-detail__columns {
    grid-template-columns: 1fr;
    gap: 14px;
  }

  .n6-strength-detail__reason {
    display: grid;
    gap: 5px;
  }

  .n6-strength-detail__reason-number {
    font-size: 20px;
    line-height: 26px;
  }

  .n6-strength-detail__reason-label {
    padding-left: 15px;
    font-size: 16px;
    line-height: 1.7;
  }

  .n6-strength-detail__reason-label::before {
    width: 5px;
    height: 5px;
  }

  .n6-strength-detail__columns > div {
    padding: 24px 22px;
  }

  .n6-strength-detail__columns .n6-strength-detail__quote {
    font-size: 18px;
    line-height: 1.8;
  }

  .n6-strength-detail__columns .n6-strength-detail__description,
  .n6-strength-detail__solution li {
    font-size: 14px;
    line-height: 2;
  }

  .n6-strength-detail__columns > div:last-child > span {
    font-size: 16px;
  }

  .n6-strength-detail__solution > span {
    min-width: 0;
    align-self: stretch;
  }

  .n6-strength-detail__solution ul {
    padding: 18px 5px 5px 30px;
  }

  .n6-strength-detail__columns .n6-strength-detail__arrow {
    display: none;
  }

  .n6-flow-group h3 {
    font-size: 18px;
  }

  .n6-flow-cards strong {
    font-size: 34px;
  }

  .n6-flow-cards span {
    font-size: 14px;
    line-height: 1.7;
  }

  .n6-flow-cards,
  .n6-flow-cards--nine {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .n6-flow-cards > div {
    min-height: 230px;
  }

  .n6-flow-cards > div::after {
    display: none;
  }

  .n6-price-info {
    grid-template-columns: 1fr;
  }

  .n6-price-box h3 {
    font-size: 22px;
  }

  .n6-price-box th,
  .n6-price-box td {
    font-size: 13px;
    line-height: 1.7;
  }

  .n6-price-page::before,
  .n6-materials-page::before,
  .n6-company-profile::before {
    font-size: 54px;
  }

  .n6-price-box th,
  .n6-price-box td {
    min-width: 145px;
    font-size: 12px;
  }

  .n6-history > .n6-section-particle-canvas {
    top: 170px;
    right: -350px;
    width: 760px;
    opacity: .5;
  }

  .n6-materials-page > .n6-section-particle-canvas {
    top: 160px;
    right: -420px;
    width: 900px;
    opacity: .5;
  }

  .n6-faq-list {
    width: 100%;
  }

  .n6-faq-list details[open] > div {
    padding-right: 12px;
  }

  .n6-materials-box {
    left: auto;
    width: 100%;
    transform: none;
  }

  .n6-materials-box section {
    padding: 30px 18px 26px;
  }

  .n6-materials-box h3 {
    font-size: 20px;
  }

  .n6-material-tags span {
    padding-inline: 10px;
    font-size: 12px;
  }

  .n6-philosophy-grid,
  .n6-machine-grid,
  .n6-message__grid {
    grid-template-columns: 1fr;
  }

  .n6-philosophy-grid {
    gap: 18px;
  }

  .n6-philosophy-grid article {
    min-height: 0;
    padding: 30px 27px;
  }

  .n6-philosophy-grid article > span {
    font-size: 51px;
  }

  .n6-message__grid {
    grid-template-areas:
      "portrait"
      "copy"
      "career";
    gap: 30px;
  }

  .n6-message .n6-subcontainer,
  .n6-message .n6-subsection-head {
    width: calc(100% - var(--n6-page-inline));
  }

  .n6-message__grid article {
    max-width: none;
    padding: 0;
  }

  .n6-message__portrait {
    aspect-ratio: 4 / 3;
  }

  .n6-message__career {
    width: 100%;
    margin: 0;
  }

  .n6-message__career dl > div {
    grid-template-columns: 88px minmax(0, 1fr);
    gap: 14px;
    padding-inline: 0;
  }

  .n6-machine-grid article > div {
    aspect-ratio: 16 / 9;
  }

  .n6-history time {
    font-size: 16px;
  }

  .n6-machine-grid {
    gap: 45px;
  }

  .n6-company-profile th,
  .n6-company-profile td {
    display: block;
    width: 100%;
  }

  .n6-company-profile th {
    padding-bottom: 5px;
    border-bottom: 0;
  }

  .n6-company-profile td {
    padding-top: 0;
  }

  .n6-history li {
    grid-template-columns: 84px 1fr;
    gap: 17px;
    padding-left: 22px;
    font-size: 12px;
  }

  .n6-contact-content {
    padding: var(--n6-section-space-mobile) 0;
  }

  .n6-contact-container {
    width: calc(100% - 30px);
  }

  .n6-contact-phone a {
    line-height: 1;
  }

  .n6-contact-phone__label {
    font-size: 22px;
  }

  .n6-contact-phone__number {
    font-size: clamp(36px, 10vw, 50px);
  }

  .n6-contact-form {
    padding: 36px 20px 45px;
  }
}

.n6-sidebar-banner--works {
  border: 1px solid var(--n6-aqua);
  color: var(--n6-aqua);
  background:
    radial-gradient(circle at 85% 78%, rgba(48, 173, 171, .16), transparent 28%),
    #fff;
}

.n6-sidebar-banner--works > span {
  position: relative;
  min-height: 274px;
}

.n6-column-list {
  gap: 40px;
}

.n6-column-list-card {
  grid-template-columns: 390px minmax(0, 1fr);
  gap: 65px;
}

.n6-column-list-card__image {
  aspect-ratio: 390 / 250;
  border-radius: 20px;
  background: #f5f5f5;
}

.n6-column-list-card__meta {
  gap: 22px;
  margin-bottom: 18px !important;
  color: #c7c7c7;
  font-size: 15px;
}

.n6-column-list-card__meta span {
  padding: 4px 15px;
  border: 1px solid #777;
  border-radius: 999px;
  color: #222;
  background: #fff;
  font-size: 12px;
}

.n6-column-list-card h2 {
  margin-bottom: 14px;
  font-size: 22px;
  font-weight: 400;
  text-decoration: underline;
  text-underline-offset: .12em;
}

.n6-column-list-card > div > p:last-child {
  font-size: 16px;
  line-height: 1.75;
}

.n6-sidebar-section--archive select {
  width: 100%;
  height: 48px;
  margin-top: 16px;
  padding: 0 14px;
  border: 1px solid #cfcfcf;
  color: #999;
  background: #fff;
}

.n6-sidebar-section--tags p {
  padding-top: 15px;
  font-size: 13px;
  line-height: 2;
}

@media (max-width: 767px) {
  .n6-works-filters__head h2 {
    font-size: 16px;
    white-space: nowrap;
  }

  .n6-column-list-card {
    grid-template-columns: 1fr;
    gap: 24px;
  }

  .n6-column-list-card__image {
    aspect-ratio: 16 / 10;
  }
}

/* ------------------------------------------------------------
 * Final-design lower pages
 * The frames on Figma's "デザイン" page are the visual source of truth.
 * ------------------------------------------------------------ */

.n6-body:not(.home) .n6-header__inner {
  min-height: 80px;
  border: 1px solid rgba(35, 24, 20, .035);
  border-radius: 999px;
  background: rgba(255, 255, 255, .96);
  box-shadow: 0 3px 14px rgba(35, 24, 20, .06);
  backdrop-filter: blur(10px);
}

.n6-body:not(.home) .n6-logo__mark {
  font-family: "Afacad Flux", var(--n6-sans);
  font-size: 35px;
  font-weight: 700;
  letter-spacing: 2.8px;
}

.n6-body:not(.home) .n6-logo__company {
  font-size: 30px;
  font-weight: 700;
  letter-spacing: 2.4px;
}

.n6-body:not(.home) .n6-header__nav a {
  padding-left: 18px;
}

.n6-body:not(.home) .n6-header__nav a::before {
  display: block;
}

.n6-body:not(.home) .n6-pill--filled {
  border-color: var(--n6-green);
  color: #fff !important;
  background: var(--n6-green);
}

.n6-body:not(.home) .n6-pill--filled:hover {
  border-color: var(--n6-green);
  color: var(--n6-green) !important;
  background: #fff;
}

.n6-subpage {
  --n6-sub-ink: var(--n6-ink);
  --n6-sub-muted: #8d8d8d;
  --n6-sub-bg: #fff;
  --n6-sub-panel: #f5f5f5;
  font-family: var(--n6-sans);
}

.n6-page-hero {
  min-height: 500px;
  overflow: hidden;
  padding-top: 190px;
  background: #fff;
}

.n6-page-hero__stream {
  display: block;
  position: absolute;
  z-index: 0;
  top: -38px;
  right: -145px;
  width: 760px;
  height: auto;
  max-width: none;
  opacity: .98;
  transform: rotate(-38deg);
  transform-origin: 50% 50%;
  pointer-events: none;
}

.n6-page-hero__inner {
  position: relative;
  z-index: 1;
  width: min(calc(100% - var(--n6-page-inline)), var(--n6-content-hero));
}

.n6-page-hero h1 {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 9px;
  font-weight: 400;
}

.n6-page-hero h1 > span {
  color: var(--n6-aqua);
  font-family: "Cormorant Garamond", var(--n6-display);
  font-size: 60px;
  font-style: italic;
  font-weight: 400;
  letter-spacing: .05em;
  line-height: 1;
}

.n6-page-hero h1 > small {
  color: #121212;
  font-family: "Noto Sans JP", var(--n6-sans);
  font-size: 18px;
  font-weight: 400;
  line-height: 1.55;
}

.n6-page-hero__breadcrumb {
  display: flex;
  position: absolute;
  top: -62px;
  right: 0;
  align-items: center;
  gap: 12px;
  padding: 6px 18px;
  border-radius: 20px;
  background: rgba(255, 255, 255, .8);
  color: #8d8d8d;
  font-size: 13px;
}

.n6-page-hero__breadcrumb span {
  color: #121212;
}

.n6-page-hero__breadcrumb i {
  color: var(--n6-aqua);
  font-style: normal;
}

.n6-page-hero__phone {
  display: none;
}

.n6-subpage-floating-tel {
  border-color: var(--n6-aqua);
  background: rgba(244, 244, 244, .94);
  box-shadow: 0 12px 36px rgba(0, 121, 94, .13);
}

.n6-subpage-floating-tel b {
  background: var(--n6-aqua);
}

.n6-content-archive,
.n6-content-detail {
  padding-top: 80px;
}

.n6-archive-container,
.n6-detail-container {
  grid-template-columns: minmax(0, 1080px) 304px;
  gap: 113px;
  width: min(calc(100% - var(--n6-page-inline)), var(--n6-content-archive));
}

.n6-works-filters {
  margin-bottom: 100px;
}

.n6-works-filters__head {
  margin-bottom: 18px;
  padding-bottom: 13px;
  border-bottom: 1px dotted #d9d9d9;
}

.n6-works-filters__head h2 {
  font-size: 17px;
  font-weight: 500;
}

.n6-works-filters__head > a {
  min-width: 154px;
  padding: 6px 18px;
  border: 1px solid #777;
  border-radius: 999px;
  background: #fff;
  font-size: 13px;
  text-align: center;
}

.n6-filter-row {
  grid-template-columns: 150px 1fr;
  gap: 22px;
  padding: 14px 0;
  border-bottom: 1px dotted #d9d9d9;
}

.n6-filter-row h3 {
  padding-top: 4px;
  font-size: 13px;
  font-weight: 500;
}

.n6-filter-row > div {
  gap: 8px 9px;
}

.n6-filter-row a,
.n6-card-tags span {
  padding: 3px 14px;
  border: 1px solid #777;
  border-radius: 999px;
  background: #fff;
  font-size: 12px;
  line-height: 1.35;
}

.n6-filter-row a.is-active {
  border-color: #231814;
  color: #fff;
  background: #231814;
}

.n6-filter-row > .n6-filter-subgroups {
  display: grid;
  gap: 10px;
}

.n6-filter-subgroup {
  display: grid;
  grid-template-columns: 94px minmax(0, 1fr);
  align-items: start;
  gap: 12px;
}

.n6-filter-subgroup + .n6-filter-subgroup {
  padding-top: 10px;
  border-top: 1px dotted #e6e6e6;
}

.n6-filter-subgroup h4 {
  padding-top: 4px;
  color: #777;
  font-size: 12px;
  font-weight: 500;
  line-height: 1.35;
}

.n6-filter-subgroup__items {
  display: flex;
  flex-wrap: wrap;
  gap: 8px 9px;
}

.n6-works-empty,
.n6-content-empty {
  grid-column: 1 / -1;
  padding: 80px 28px;
  border: 1px dotted #cfcfcf;
  text-align: center;
}

.n6-works-empty h2,
.n6-content-empty h2,
.n6-content-empty h3 {
  font-size: 22px;
  font-weight: 500;
}

.n6-works-empty p,
.n6-content-empty p {
  margin-top: 12px;
  font-size: 14px;
}

.n6-works-empty .n6-button {
  margin-top: 28px;
  border-color: var(--n6-green);
  color: var(--n6-green) !important;
  background: #fff;
}

.n6-work-grid {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 86px 40px;
  scroll-margin-top: 130px;
}

.n6-archive-card {
  border: 0;
}

.n6-archive-card > a {
  padding: 0;
}

.n6-archive-card__image {
  aspect-ratio: 52 / 35;
  margin-bottom: 18px;
  border-radius: 20px;
  background: #fbfbfb;
}

.n6-image-placeholder {
  color: #231814;
  background: #fbfbfb;
}

.n6-card-tags {
  gap: 8px;
  margin-bottom: 13px;
}

.n6-archive-card h2 {
  font-size: 22px;
  font-weight: 400;
  line-height: 1.45;
  text-decoration: underline;
  text-underline-offset: .12em;
}

.n6-archive-card p {
  margin-top: 12px;
  font-size: 16px;
  line-height: 1.4;
}

.n6-pagination {
  margin: 75px 0 85px;
}

.n6-pagination .nav-links,
.n6-pagination--placeholder {
  gap: 13px;
}

.n6-pagination .page-numbers,
.n6-pagination--placeholder > * {
  width: 50px;
  min-width: 50px;
  height: 50px;
  border: 1px solid var(--n6-aqua);
  color: var(--n6-aqua);
  background: #fff;
  font-family: "Libre Bodoni", var(--n6-display);
  font-size: 20px;
  font-style: italic;
}

.n6-pagination .prev,
.n6-pagination .next,
.n6-pagination--placeholder > span:first-child,
.n6-pagination--placeholder > span:last-child {
  display: none;
}

.n6-contact-banner {
  display: grid;
  min-height: 358px;
  padding: 58px 35px;
  place-content: center;
  background: #f5f5f5;
}

.n6-contact-banner h2 {
  font-family: var(--n6-enokoro);
  font-size: 30px;
  font-weight: 700;
}

.n6-contact-banner p {
  margin-top: 22px;
  font-size: 16px;
  line-height: 1.35;
}

.n6-contact-banner .n6-button {
  margin-top: 34px;
  border-color: var(--n6-green);
  color: var(--n6-green) !important;
  background: transparent;
}

.n6-content-sidebar {
  padding-top: 0;
}

.n6-sidebar-banner {
  display: block;
  position: relative;
  overflow: hidden;
  min-height: 274px;
  margin-bottom: 20px;
  padding: 0;
  background: #fff;
}

.n6-sidebar-banner img {
  width: 100%;
  height: 274px;
  object-fit: cover;
  filter: saturate(.55) brightness(.65) hue-rotate(115deg);
}

.n6-sidebar-banner--service::after {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(15, 92, 87, .25);
}

.n6-sidebar-banner > span {
  display: flex;
  position: absolute;
  z-index: 2;
  inset: 0;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
}

.n6-sidebar-banner b {
  font-family: "Cormorant Garamond", var(--n6-display);
  font-size: 52px;
  font-style: italic;
  font-weight: 400;
  line-height: 1;
}

.n6-sidebar-banner small {
  margin-top: 12px;
  font-size: 13px;
  line-height: 1.55;
}

.n6-sidebar-banner em {
  margin-top: 16px;
  padding: 7px 28px;
  border: 1px solid currentColor;
  border-radius: 999px;
  font-size: 12px;
  font-style: normal;
}

.n6-sidebar-banner--service {
  color: #fff;
}

.n6-sidebar-banner--column {
  border: 1px solid var(--n6-aqua);
  color: var(--n6-aqua);
}

.n6-sidebar-banner--column > span {
  position: relative;
  min-height: 274px;
}

.n6-sidebar-section {
  margin-top: 38px;
}

.n6-sidebar-section h2 {
  margin-bottom: 0;
  padding: 0 0 14px;
  border-bottom: 1px solid #333;
  background: transparent;
  font-size: 18px;
  font-weight: 500;
}

.n6-sidebar-post {
  grid-template-columns: 129px 1fr;
  gap: 15px;
  padding: 18px 0;
  border-bottom: 1px dotted #bbb;
  font-size: 14px;
}

.n6-sidebar-post .n6-image-placeholder {
  min-height: 83px;
  font-size: 18px;
}

.n6-wide-links--subpage {
  gap: 46px;
  width: auto;
  max-width: none;
  margin: 120px auto 0;
  padding-inline: 36px;
  border-radius: 0;
}

.n6-wide-links--subpage a,
.n6-wide-links--subpage a + a {
  min-height: 390px;
  background: transparent;
}

.n6-wide-links--subpage img {
  height: 390px;
}

.n6-wide-links--subpage a::after {
  display: block;
}

.n6-wide-links--subpage span {
  bottom: 43px;
  left: 70px;
  color: #fff;
  font-family: var(--n6-enokoro);
  font-size: 30px;
  font-weight: 500;
}

.n6-body:not(.home) .n6-footer {
  padding-top: 125px;
  background: #fff;
}

.n6-body:not(.home) .n6-footer__logo {
  flex-direction: column;
}

.n6-body:not(.home) .n6-footer__logo span {
  margin-top: 8px;
  font-size: 25px;
}

.n6-body:not(.home) .n6-footer address {
  margin-top: 61px;
}

.n6-body:not(.home) .n6-footer__nav {
  padding-top: 145px;
}

.n6-body:not(.home) .n6-footer__nav a::after {
  display: block;
}

@media (max-width: 1100px) {
  .n6-archive-container,
  .n6-detail-container {
    grid-template-columns: minmax(0, 1fr) 250px;
    gap: 45px;
  }

  .n6-sidebar-post {
    grid-template-columns: 85px 1fr;
  }
}

@media (max-width: 767px) {
  :root {
    --n6-page-inline: 30px;
  }

  .n6-subcontainer,
  .n6-page-hero__inner,
  .n6-archive-container,
  .n6-detail-container,
  .n6-contact-container,
  .n6-legal__inner,
  .n6-sitemap__inner {
    width: calc(100% - var(--n6-page-inline));
  }

  .n6-body:not(.home) .n6-logo__mark {
    font-size: 27px;
    letter-spacing: 1.6px;
  }

  .n6-body:not(.home) .n6-logo__company {
    font-size: 22px;
    letter-spacing: 1.2px;
  }

  .n6-page-hero {
    min-height: 300px;
    padding-top: 145px;
  }

  .n6-page-hero__stream {
    top: -7px;
    right: -246px;
    width: 420px;
  }

  .n6-page-hero h1 > span {
    font-size: clamp(44px, 14vw, 58px);
  }

  .n6-page-hero h1 > small {
    font-size: 15px;
  }

  .n6-page-hero__breadcrumb {
    display: none;
  }

  .n6-archive-container,
  .n6-detail-container {
    grid-template-columns: minmax(0, 1fr);
    gap: 0;
  }

  .n6-works-filters {
    margin-bottom: 65px;
  }

  .n6-works-filters__head {
    gap: 18px;
  }

  .n6-works-filters__head > a {
    min-width: 135px;
  }

  .n6-filter-row {
    grid-template-columns: 1fr;
    gap: 10px;
  }

  .n6-filter-row a {
    padding: 4px 10px;
    font-size: 11px;
  }

  .n6-filter-subgroup {
    grid-template-columns: 1fr;
    gap: 8px;
  }

  .n6-filter-subgroup h4 {
    padding-top: 0;
  }

  .n6-works-empty,
  .n6-content-empty {
    padding: 54px 18px;
  }

  .n6-works-empty h2,
  .n6-content-empty h2,
  .n6-content-empty h3 {
    font-size: 19px;
  }

  .n6-work-grid {
    grid-template-columns: 1fr;
    gap: 65px;
    scroll-margin-top: 100px;
  }

  .n6-archive-card h2 {
    font-size: 20px;
  }

  .n6-archive-card p {
    font-size: 14px;
  }

  .n6-content-sidebar {
    display: none;
  }

  .n6-contact-banner {
    min-height: 0;
    padding: 50px 22px;
  }

  .n6-contact-banner h2 {
    font-size: 24px;
  }

  .n6-contact-banner p {
    font-size: 14px;
  }

  .n6-pagination .page-numbers,
  .n6-pagination--placeholder > * {
    width: 42px;
    min-width: 42px;
    height: 42px;
  }

  .n6-wide-links--subpage {
    gap: 18px;
    margin-top: 75px;
  }

  .n6-wide-links--subpage a {
    min-height: 220px;
  }

  .n6-wide-links--subpage img {
    height: 220px;
  }

  .n6-wide-links--subpage span {
    font-size: 22px;
  }

  .n6-body:not(.home) .n6-footer {
    padding-top: 70px;
  }
}

/* ------------------------------------------------------------
 * Scroll reveal
 * Individual translate/scale properties preserve existing layout transforms.
 * ------------------------------------------------------------ */

.n6-scroll-reveal {
  --n6-reveal-delay: 0ms;
  opacity: 0;
  translate: 0 22px;
  transition:
    opacity .72s cubic-bezier(.22, 1, .36, 1) var(--n6-reveal-delay),
    translate .86s cubic-bezier(.22, 1, .36, 1) var(--n6-reveal-delay);
  will-change: opacity, translate;
}

.n6-scroll-reveal[data-reveal-kind="image"] {
  translate: 0 28px;
  scale: .985;
  transition:
    opacity .76s cubic-bezier(.22, 1, .36, 1) var(--n6-reveal-delay),
    translate .92s cubic-bezier(.22, 1, .36, 1) var(--n6-reveal-delay),
    scale .92s cubic-bezier(.22, 1, .36, 1) var(--n6-reveal-delay);
  will-change: opacity, translate, scale;
}

.n6-scroll-reveal.is-revealed {
  opacity: 1;
  translate: 0 0;
  scale: 1;
  will-change: auto;
}

@media (max-width: 767px) {
  .n6-scroll-reveal {
    translate: 0 18px;
    transition-duration: .64s, .76s;
  }

  .n6-scroll-reveal[data-reveal-kind="image"] {
    translate: 0 22px;
    transition-duration: .68s, .8s, .8s;
  }

  .n6-scroll-reveal.is-revealed,
  .n6-scroll-reveal.is-revealed[data-reveal-kind="image"] {
    translate: 0 0;
    scale: 1;
  }
}

@media (prefers-reduced-motion: reduce) {
  .n6-scroll-reveal,
  .n6-scroll-reveal[data-reveal-kind="image"] {
    opacity: 1;
    translate: none;
    scale: none;
    transition: none;
    will-change: auto;
  }
}

/* ------------------------------------------------------------
 * Mobile fixed actions
 * The bar appears only when the user scrolls upward and yields to the footer.
 * ------------------------------------------------------------ */

@media (max-width: 767px) {
  .n6-mobile-heading-break {
    display: block;
  }

  .n6-hero__tel {
    display: none;
  }

  .n6-mobile-actions {
    display: grid;
    position: fixed;
    z-index: 99;
    right: 12px;
    bottom: calc(10px + env(safe-area-inset-bottom));
    left: 12px;
    grid-template-columns: minmax(0, .92fr) minmax(0, 1.08fr);
    gap: 5px;
    min-height: 56px;
    padding: 5px;
    border: 1px solid rgba(16, 56, 46, .12);
    border-radius: 999px;
    background: rgba(255, 255, 255, .94);
    box-shadow: 0 12px 32px rgba(13, 42, 35, .18);
    opacity: 0;
    transform: translateY(calc(100% + 24px));
    visibility: hidden;
    pointer-events: none;
    transition:
      opacity .28s ease,
      transform .32s cubic-bezier(.22, 1, .36, 1),
      visibility .28s;
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
  }

  .n6-mobile-actions.is-visible {
    opacity: 1;
    transform: translateY(0);
    visibility: visible;
    pointer-events: auto;
  }

  .n6-mobile-actions a {
    display: grid;
    min-width: 0;
    min-height: 46px;
    padding: 0 10px;
    place-items: center;
    border-radius: 999px;
    font-size: 13px;
    font-weight: 500;
    line-height: 1.2;
    letter-spacing: .02em;
    text-align: center;
    text-decoration: none;
  }

  .n6-body .n6-mobile-actions__phone {
    color: var(--n6-green);
    background: #fff;
  }

  .n6-body .n6-mobile-actions__contact {
    color: #fff;
    background: var(--n6-green);
  }

  .n6-mobile-actions a:focus-visible {
    outline: 2px solid #fff;
    outline-offset: -4px;
    box-shadow: 0 0 0 2px var(--n6-green);
  }
}

@media (max-width: 359px) {
  .n6-mobile-actions {
    right: 8px;
    left: 8px;
  }

  .n6-mobile-actions a {
    padding: 0 7px;
    font-size: 12px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .n6-mobile-actions {
    transition: none;
  }
}
