:root {
  --ink:#163f42;
  --muted:#627575;
  --paper:#f7f8f3;
  --line:#d6dfd9;
  --accent:#dcf5a7;
  --sans:'DM Sans','Noto Sans JP',sans-serif;
  --serif:Georgia,'Times New Roman',serif;
  color-scheme:light;
  font-family:var(--sans);
  color:var(--ink);
  background:var(--paper);
  font-synthesis:none
}
* {
  box-sizing:border-box
}
html {
  scroll-behavior:smooth;
  scroll-padding-top:105px
}
body {
  margin:0
}
button,a {
  -webkit-tap-highlight-color:transparent
}
a {
  color:inherit;
  text-decoration:none
}
button {
  font:inherit;
  color:inherit;
  cursor:pointer
}
button:focus-visible,a:focus-visible {
  outline:2px solid currentColor;
  outline-offset:6px
}
button {
  border:0
}
img {
  display:block;
  max-width:100%
}
h1,h2,h3,p,figure {
  margin:0
}
p {
  font-size:1rem;
  line-height:2
}
h2,h3 {
  font-weight:500
}
::selection {
  background:#cfe7b0;
  color:#123f42
}
[hidden] {
  display:none!important
}
.skip-link {
  position:fixed;
  top:12px;
  left:12px;
  transform:translateY(-160%);
  background:var(--paper);
  padding:14px;
  z-index:100
}
.skip-link:focus {
  transform:none
}
.noscript-note {
  padding:8px;
  text-align:center
}
.header {
  height:92px;
  padding:0 4.4%;
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:30px;
  background:var(--paper);
  position:relative;
  z-index:10
}
.wordmark {
  display:flex;
  align-items:center;
  gap:10px;
  font-size:2rem;
  letter-spacing:-1.6px;
  font-weight:550
}
.brand-mark {
  width:33px;
  height:37px
}
.wordmark-period {
  color:#7d9782
}
.nav {
  display:flex;
  gap:32px;
  margin-left:auto;
  margin-right:38px;
  font-size:.875rem
}
.nav a {
  position:relative;
  padding:10px 0
}
.nav a:after {
  content:'';
  height:1px;
  position:absolute;
  bottom:3px;
  left:0;
  width:100%;
  background:var(--ink);
  transform:scaleX(0);
  transform-origin:left;
  transition:transform .25s
}
.nav a:hover:after {
  transform:scaleX(1)
}
.header-actions {
  display:flex;
  align-items:center;
  gap:24px
}
.language {
  display:flex;
  align-items:center;
  gap:9px;
  font-size:.8125rem
}
.language button {
  background:transparent;
  padding:10px 3px;
  color:#7b8d89;
  font-weight:500
}
.language button[aria-pressed=true] {
  color:var(--ink);
  text-decoration:underline;
  text-underline-offset:6px
}
.language>span {
  color:#b4bfb7
}
.menu-toggle {
  display:none;
  background:none;
  width:28px;
  padding:4px 0
}
.menu-toggle span {
  display:block;
  height:1px;
  background:currentColor;
  margin:7px 0
}
.mobile-nav {
  position:absolute;
  top:100%;
  left:0;
  right:0;
  background:var(--paper);
  border-top:1px solid var(--line);
  padding:20px 7%;
  box-shadow:0 18px 20px #123f4210
}
.mobile-nav a {
  display:block;
  padding:15px 0
}
.hero {
  min-height:670px;
  height:calc(100svh - 92px);
  max-height:1020px;
  position:relative;
  isolation:isolate;
  background:#164b50;
  color:#fff;
  overflow:hidden
}
.hero-visual,.hero-shade {
  position:absolute;
  inset:0;
  z-index:-2
}
.hero-visual img,.hero-visual canvas {
  width:100%;
  height:100%;
  object-fit:cover;
  object-position:center;
  position:absolute;
  inset:0
}
.hero-visual canvas {
  opacity:0;
  transition:opacity .8s
}
.hero-visual canvas.ready {
  opacity:1
}
.hero-shade {
  z-index:-1;
  background:linear-gradient(90deg,rgba(4,34,39,.52),rgba(4,34,39,.18) 65%,rgba(4,34,39,.03)),linear-gradient(0deg,rgba(5,32,35,.42),transparent 30%)
}
.hero-content {
  padding:clamp(94px,12vh,175px) 7% 135px;
  max-width:1280px
}
.eyebrow {
  font-size:.75rem;
  letter-spacing:.13em;
  font-weight:500;
  line-height:1.5
}
.hero-eyebrow {
  font-size:.75rem;
  letter-spacing:.19em;
  color:#e4efdc;
  margin-bottom:35px
}
.hero h1 {
  font-family:var(--serif);
  font-size:clamp(5rem,9.4vw,9.7rem);
  font-weight:400;
  line-height:1.05;
  letter-spacing:-.055em;
  white-space:nowrap
}
.hero h1 em {
  font-weight:400
}
.hero-message {
  font-size:clamp(1.35rem,2.2vw,2.15rem);
  font-weight:450;
  letter-spacing:.08em;
  margin-top:30px;
  line-height:1.7
}
.hero-description {
  font-size:1rem;
  color:#e1e8e2;
  margin-top:12px;
  letter-spacing:.055em
}
.hero-link {
  display:inline-flex;
  align-items:center;
  gap:44px;
  border-bottom:1px solid #ffffff80;
  padding:13px 0;
  font-size:.875rem;
  margin-top:35px;
  transition:gap .25s
}
.hero-link:hover {
  gap:58px
}
.hero-link>span:last-child {
  font-size:1.5rem
}
.hero-bottom {
  position:absolute;
  bottom:30px;
  left:4.4%;
  right:4.4%;
  display:flex;
  align-items:center;
  gap:22px;
  font-size:.75rem;
  letter-spacing:.09em
}
.hero-location {
  opacity:.78
}
.interaction-hint {
  position:absolute;
  left:50%;
  transform:translateX(-50%);
  opacity:.8;
  letter-spacing:.12em
}
.motion-toggle {
  background:#0b333b50;
  color:#fff;
  padding:9px 13px;
  border:1px solid #ffffff45;
  border-radius:30px;
  display:flex;
  gap:9px;
  align-items:center;
  font-size:.75rem;
  letter-spacing:.02em
}
.motion-icon {
  font-size:.875rem;
  line-height:1
}
.scroll-link {
  margin-left:auto;
  display:flex;
  gap:25px;
  align-items:center
}
.scroll-link>span:last-child {
  font-size:1.4rem
}
.section-wrap {
  width:min(1280px,86%);
  margin:auto
}
.section-kicker {
  display:flex;
  align-items:center;
  gap:13px;
  font-size:.75rem;
  letter-spacing:.14em
}
.tiny-mark {
  font-size:2rem;
  line-height:1
}
.intro {
  padding-top:105px;
  padding-bottom:35px
}
.intro-grid {
  display:grid;
  grid-template-columns:1.05fr 1fr;
  gap:10%;
  margin-top:48px
}
.statement {
  font-size:clamp(2rem,3.4vw,3.15rem);
  line-height:1.65;
  letter-spacing:.055em;
  font-weight:450
}
.lead {
  font-size:1.25rem;
  line-height:1.95;
  font-weight:500
}
.intro-copy>p+p,.about-copy>p+p {
  margin-top:24px;
  color:var(--muted)
}
.intro-foot {
  display:flex;
  justify-content:space-between;
  margin-top:80px;
  padding-top:23px;
  border-top:1px solid var(--line);
  font-size:.75rem;
  letter-spacing:.12em;
  color:var(--muted)
}
.services {
  padding-top:95px;
  padding-bottom:110px
}
.section-heading {
  display:flex;
  align-items:flex-end;
  justify-content:space-between;
  gap:35px;
  margin-bottom:52px
}
.section-heading h2,.company h2 {
  font-size:clamp(1.8rem,2.8vw,2.5rem);
  letter-spacing:.04em;
  margin-top:19px;
  line-height:1.5
}
.heading-note {
  color:var(--muted);
  font-size:.875rem;
  max-width:340px
}
.service-row {
  display:grid;
  grid-template-columns:50px 1fr 1.4fr;
  column-gap:26px;
  align-items:start;
  padding:36px 0 34px;
  border-top:1px solid var(--line)
}
.service-row:last-child {
  border-bottom:1px solid var(--line)
}
.row-number {
  font-family:var(--serif);
  font-size:1.35rem;
  font-style:italic;
  color:#83978c
}
.service-row h3 {
  font-size:1.4rem;
  line-height:1.8
}
.service-row p {
  color:var(--muted);
  max-width:520px
}
.service-tag {
  grid-column:2;
  font-size:.75rem;
  letter-spacing:.08em;
  color:var(--muted);
  margin-top:8px
}
.works {
  background:#e9eeea;
  padding:100px 0 60px
}
.product-grid {
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:26px
}
.product {
  --product-inset-x:36px;
  --product-inset-top:34px;
  background:#f7f8f3;
  padding:34px 36px 25px;
  position:relative;
  border-top:3px solid #1b5757;
  display:flex;
  flex-direction:column
}
.product-secondary {
  background:#dce5de;
  border-top-color:#839786
}
.product-preview {
  display:block;
  flex-shrink:0;
  aspect-ratio:16 / 9;
  margin:calc(-1 * var(--product-inset-top)) calc(-1 * var(--product-inset-x)) 28px;
  overflow:hidden;
  background:#f5f7ff;
  border-bottom:1px solid var(--line);
}
.product-preview img {
  width:100%;
  height:100%;
  object-fit:contain;
  transition:transform .35s ease;
}
.product-preview:hover img {
  transform:scale(1.015);
}
.product-preview:focus-visible {
  outline-offset:4px;
}
.product-top {
  display:flex;
  justify-content:space-between;
  gap:16px;
  align-items:center
}
.product-index {
  font-size:.75rem;
  letter-spacing:.09em;
  color:var(--muted)
}
.product-category {
  font-size:.75rem;
  padding:5px 10px;
  border:1px solid #acbdb3;
  border-radius:30px
}
.product-title {
  margin:32px 0 25px
}
.product-title h3 {
  font-size:2.55rem;
  font-weight:500;
  letter-spacing:-.025em;
  line-height:1.4
}
.product-english {
  font-size:.75rem;
  letter-spacing:.19em;
  display:block;
  margin-top:10px;
  color:var(--muted)
}
.product>p {
  color:#566e6a;
  max-width:390px;
  margin-bottom:36px
}
.product-bottom {
  display:flex;
  align-items:center;
  gap:12px;
  justify-content:space-between;
  padding-top:20px;
  border-top:1px solid #bacdc030;
  margin-top:auto;
  font-size:.75rem
}
.product-visit {
  display:flex;
  gap:17px;
  align-items:center;
  font-size:.875rem
}
.product-visit>span:last-child {
  width:36px;
  height:36px;
  display:grid;
  place-items:center;
  border:1px solid #91aba0;
  border-radius:50%;
  font-size:1.2rem;
  transition:background .2s
}
.product-visit:hover>span:last-child {
  background:var(--ink);
  color:#fff
}
.product-status {
  border:1px solid #acbdb3;
  padding:6px 12px;
  border-radius:25px
}
.work-note {
  display:flex;
  gap:25px;
  align-items:center;
  padding-top:35px
}
.note-label {
  font-size:.75rem;
  letter-spacing:.08em;
  white-space:nowrap
}
.work-note p {
  font-size:.875rem;
  color:var(--muted)
}
.about {
  padding-top:115px;
  padding-bottom:95px
}
.about-grid {
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:10%;
  margin-top:48px
}
.about-english {
  font-family:var(--serif);
  font-style:italic;
  color:#84998a;
  font-size:2.25rem;
  line-height:1.3;
  margin-top:45px
}
.values {
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:40px;
  margin-top:80px
}
.values article {
  border-top:1px solid var(--line);
  padding-top:23px
}
.values article>span {
  font-size:.75rem;
  letter-spacing:.055em;
  color:var(--muted)
}
.values h3 {
  font-size:1.1rem;
  margin:25px 0 14px;
  line-height:1.8
}
.values p {
  font-size:.875rem;
  color:var(--muted)
}



.founder {
  background:#edf0e8;
  padding:88px 0
}
.founder-grid {
  display:grid;
  grid-template-columns:.85fr 1.15fr;
  gap:10%;
  align-items:center
}
.founder figure img {
  width:100%;
  aspect-ratio:4/4.2;
  object-fit:cover;
  object-position:50% 35%;
  filter:saturate(.65)
}
.founder figcaption {
  font-size:.75rem;
  letter-spacing:.09em;
  color:var(--muted);
  margin-top:17px
}
.founder-role {
  font-size:.875rem;
  margin-top:32px
}
.founder h2 {
  font-size:2.35rem;
  margin-top:6px;
  letter-spacing:.08em;
  line-height:1.5
}
.founder-name-en {
  font-size:.875rem;
  color:var(--muted);
  margin-top:4px;
  margin-bottom:26px
}
.founder-copy>p:nth-last-of-type(-n+2) {
  font-size:.9375rem;
  color:#526b66;
  margin-top:18px
}
.text-link {
  display:inline-flex;
  gap:15px;
  align-items:center;
  border-bottom:1px solid #9bafa2;
  font-size:.875rem;
  padding-bottom:5px;
  line-height:1.8
}
.text-link:hover {
  color:#56856c
}
.founder .text-link {
  margin-top:28px
}
.company {
  padding-top:110px;
  padding-bottom:110px;
  display:grid;
  grid-template-columns:1fr 2fr;
  gap:10%
}
.company-details {
  margin:0
}
.company-details>div {
  display:grid;
  grid-template-columns:150px 1fr;
  gap:20px;
  padding:21px 0;
  border-bottom:1px solid var(--line);
  font-size:.9375rem;
  line-height:1.9
}
.company-details>div:first-child {
  border-top:1px solid var(--line)
}
.company-details dt {
  color:var(--muted)
}
.company-details dd {
  margin:0
}
.footer {
  background:#123f42;
  color:#eff3e5;
  padding:64px 7% 28px
}
.footer-top {
  display:flex;
  align-items:center;
  gap:48px
}
.footer-wordmark {
  font-size:clamp(3rem,7.5vw,7.6rem);
  letter-spacing:-.07em;
  line-height:1.2;
  font-weight:450
}
.footer-top>p {
  font-size:.9375rem;
  letter-spacing:.08em;
  color:#cbdbce;
  margin-top:18px
}
.back-top {
  margin-left:auto;
  border:1px solid #78968e;
  width:50px;
  height:50px;
  display:grid;
  place-items:center;
  border-radius:50%;
  font-size:1.4rem;
  flex-shrink:0
}
.back-top:hover {
  background:#ffffff15
}
.footer-bottom {
  display:flex;
  justify-content:space-between;
  gap:20px;
  border-top:1px solid #ffffff25;
  margin-top:58px;
  padding-top:26px;
  font-size:.75rem;
  letter-spacing:.06em;
  color:#b4c9c0
}
html[lang=en] .statement {
  letter-spacing:-.025em;
  line-height:1.3;
  font-size:clamp(2.3rem,4vw,3.7rem)
}
html[lang=en] .hero-message {
  letter-spacing:.015em
}
html[lang=en] .hero-description {
  letter-spacing:0
}
html[lang=en] .service-row h3 {
  line-height:1.5
}
html[lang=en] .founder h2 {
  letter-spacing:-.025em
}
html[lang=en] .product-title h3 {
  font-size:2.25rem
}
@media(min-width:1600px) {
  .hero-content {
    padding-left:max(7%,calc((100vw - 1400px)/2))
  }
}
@media(max-width:1100px) {
  .header {
    gap:20px;
    padding:0 5%
  }
  .nav {
    gap:22px;
    margin-right:15px
  }
  .service-row {
    grid-template-columns:35px 1fr 1.25fr;
    column-gap:20px
  }
  .hero {
    min-height:660px
  }
  .hero h1 {
    font-size:10.5vw
  }
  .interaction-hint {
    display:none
  }
  .product {
    --product-inset-x:28px;
    --product-inset-top:28px;
    padding:28px
  }
  .product-title h3 {
    font-size:2.2rem
  }
  .product-bottom {
    align-items:flex-start;
    flex-direction:column
  }
  .founder-grid {
    gap:7%
  }
  .values {
    gap:25px
  }
  .company {
    gap:7%;
    grid-template-columns:.8fr 2fr
  }
  .company-details>div {
    grid-template-columns:115px 1fr
  }
  .footer-top {
    gap:30px
  }
  .hero-content {
    padding-top:125px
  }
}
@media(max-width:760px) {
  html {
    scroll-padding-top:25px
  }
  .header {
    height:76px;
    padding:0 6%
  }
  .wordmark {
    font-size:1.8rem
  }
  .brand-mark {
    width:29px
  }
  .nav {
    display:none
  }
  .menu-toggle {
    display:block
  }
  .hero {
    height:calc(100svh - 76px);
    min-height:630px;
    max-height:920px
  }
  .hero-content {
    padding:110px 7% 130px
  }
  .hero-eyebrow {
    font-size:.75rem;
    letter-spacing:.1em;
    max-width:240px;
    margin-bottom:35px
  }
  .hero h1 {
    font-size:15vw;
    letter-spacing:-.055em
  }
  .hero-message {
    font-size:1.17rem;
    letter-spacing:.04em;
    max-width:290px;
    line-height:1.9;
    margin-top:26px
  }
  .hero-description {
    font-size:.875rem;
    max-width:260px;
    line-height:1.9
  }
  .hero-link {
    margin-top:26px;
    font-size:.875rem
  }
  .hero-shade {
    background:linear-gradient(90deg,#032e36a8,#032e3630),linear-gradient(0deg,#032e3670,transparent 30%)
  }
  .hero-visual img {
    object-position:54% center
  }
  .hero-bottom {
    left:7%;
    right:7%;
    bottom:22px;
    gap:14px;
    flex-wrap:wrap
  }
  .hero-location {
    display:none
  }
  .motion-toggle {
    font-size:.75rem;
    padding:9px 12px
  }
  .scroll-link {
    gap:12px;
    font-size:.75rem;
    letter-spacing:.02em
  }
  .section-wrap {
    width:86%
  }
  .intro {
    padding-top:65px
  }
  .intro-grid,.about-grid {
    grid-template-columns:1fr;
    gap:32px;
    margin-top:30px
  }
  .statement {
    font-size:2.05rem;
    line-height:1.65
  }
  .lead {
    font-size:1.125rem
  }
  .intro-foot {
    margin-top:42px;
    font-size:.75rem;
    letter-spacing:.025em;
    gap:24px
  }
  .intro-foot>span:first-child {
    max-width:170px
  }
  .intro-foot>span:last-child {
    text-align:right
  }
  .services {
    padding-top:55px;
    padding-bottom:65px
  }
  .section-heading {
    display:block;
    margin-bottom:32px
  }
  .section-heading h2,.company h2 {
    font-size:1.85rem;
    margin-top:14px
  }
  .heading-note {
    margin-top:16px
  }
  .service-row {
    grid-template-columns:26px 1fr;
    gap:12px 16px;
    padding:28px 0
  }
  .service-row h3 {
    font-size:1.3rem
  }
  .service-row p {
    grid-column:2;
    font-size:.9375rem
  }
  .service-tag {
    margin-top:0
  }
  .works {
    padding:65px 0 40px
  }
  .product-grid {
    grid-template-columns:1fr;
    gap:20px
  }
  .product {
    --product-inset-x:27px;
    --product-inset-top:27px;
    padding:27px
  }
  .product-title {
    margin:28px 0 22px
  }
  .product-title h3 {
    font-size:2.15rem
  }
  .product-bottom {
    flex-direction:row;
    align-items:center
  }
  .product-bottom>span:first-child {
    max-width:150px
  }
  .product-visit {
    gap:8px;
    font-size:.8125rem
  }
  .product-visit>span:last-child {
    width:30px;
    height:30px
  }
  .work-note {
    display:block;
    padding-top:28px
  }
  .work-note p {
    margin-top:12px
  }
  .about {
    padding-top:65px;
    padding-bottom:60px
  }
  .about-english {
    display:none
  }
  .values {
    grid-template-columns:1fr;
    gap:30px;
    margin-top:45px
  }
  .values h3 {
    margin-top:15px;
    margin-bottom:10px
  }
  .values p {
    font-size:.9375rem
  }


  .founder {
    padding:55px 0
  }
  .founder-grid {
    grid-template-columns:1fr;
    gap:38px
  }
  .founder figure img {
    aspect-ratio:4/3;
    max-height:400px
  }
  .founder-role {
    margin-top:22px
  }
  .company {
    padding-top:65px;
    padding-bottom:65px;
    grid-template-columns:1fr;
    gap:30px
  }
  .company-details>div {
    grid-template-columns:95px 1fr;
    gap:14px;
    font-size:.875rem;
    padding:18px 0
  }
  .company-details .text-link {
    font-size:.875rem;
    gap:8px
  }
  .footer {
    padding-top:43px
  }
  .footer-top {
    flex-wrap:wrap;
    gap:10px
  }
  .footer-wordmark {
    font-size:4rem
  }
  .footer-top>p {
    order:3;
    flex-basis:100%;
    font-size:.8125rem;
    margin-top:8px
  }
  .back-top {
    width:42px;
    height:42px
  }
  .footer-bottom {
    flex-wrap:wrap;
    font-size:.75rem;
    letter-spacing:0;
    margin-top:38px;
    gap:16px
  }
  .footer-bottom>span:nth-child(2) {
    display:none
  }
  html[lang=en] .hero-message {
    font-size:1.3rem;
    line-height:1.5
  }
  html[lang=en] .hero-description {
    max-width:300px
  }
  html[lang=en] .statement {
    font-size:2.5rem
  }
  html[lang=en] .product-title h3 {
    font-size:2rem
  }
}
@media(prefers-reduced-motion:reduce) {
  html {
    scroll-behavior:auto
  }
  *,*:before,*:after {
    animation:none!important;
    transition:none!important
  }
}
