:root {
  --ink:#11110d;
  --lime:#1967d2;
  --muted:#f5f5f2;
  --line:#e5e5e2;
  --container:1102px;
  color-scheme:light
}
* {
  box-sizing:border-box
}
html {
  scroll-behavior:smooth;
  scroll-padding-top:110px
}
body {
  margin:0;
  color:var(--ink);
  background:#fff;
  font-family:"Noto Sans JP","Hiragino Kaku Gothic Pro",Meiryo,Arial,sans-serif;
  font-size:16px;
  line-height:1.6
}
button,input,textarea {
  font:inherit
}
button,a {
  -webkit-tap-highlight-color:transparent
}
a {
  color:inherit
}
a:focus-visible,button:focus-visible,summary:focus-visible {
  outline:3px solid #1967d2;
  outline-offset:5px
}
p,h1,h2,h3 {
  margin:0
}
h1,h2 {
  font-size:38px;
  line-height:48px;
  font-weight:700;
  letter-spacing:-.035em
}
h3 {
  font-size:22px;
  line-height:32px
}
.container {
  width:calc(100% - 64px);
  max-width:var(--container);
  margin-inline:auto
}
.skip {
  position:fixed;
  top:-100px;
  left:20px;
  padding:12px 20px;
  background:var(--lime);
  color:#fff;
  z-index:100
}
.skip:focus {
  top:10px
}
.site-header {
  height:90px;
  position:sticky;
  top:0;
  z-index:20;
  display:flex;
  align-items:center;
  justify-content:space-between;
  padding:12px 24px;
  background:rgba(255,255,255,.97);
  border-bottom:1px solid #f0f0ed
}
.brand {
  display:inline-flex;
  align-items:center;
  font-family:inherit;
  font-size:26px;
  font-weight:700;
  letter-spacing:0;
  line-height:1.4;
  text-decoration:none;
  white-space:nowrap
}
.button {
  min-height:48px;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  padding:10px 22px;
  border-radius:16px;
  text-decoration:none;
  font-weight:600;
  font-size:16px;
  line-height:26px;
  border:1px solid transparent;
  cursor:pointer;
  transition:background .2s,transform .2s,color .2s
}
.button:hover {
  transform:translateY(-2px)
}
.button-lime {
  background:var(--lime);
  color:#fff
}
.button-lime:hover {
  background:#185abc
}
.button-outline {
  background:transparent;
  border-color:#d2d2cc
}
.button-outline:hover {
  background:var(--muted)
}
.header-cta {
  min-height:44px;
  padding:8px 18px
}
.hero {
  padding:88px 0;
  background:radial-gradient(ellipse at 94% 115%,#e8f0fe 0%,#f5f8ff 18%,rgba(232,240,254,.15) 37%,transparent 49%);
  overflow:hidden
}
.hero-grid {
  display:grid;
  grid-template-columns:421px 539px;
  justify-content:space-between;
  align-items:center;
  gap:56px
}
.hero-description {
  margin-top:28px;
  line-height:25.6px
}
.hero-actions {
  margin-top:48px
}
.trial-note {
  font-size:14px;
  line-height:24px;
  margin-bottom:16px
}
.check {
  display:inline-grid;
  place-items:center;
  background:var(--ink);
  color:white;
  width:16px;
  height:16px;
  border-radius:50%;
  font-size:11px
}
.button-row {
  display:flex;
  gap:16px;
  flex-wrap:wrap
}
.micro {
  font-size:12px;
  color:#63635c;
  margin-top:14px
}
.hero-card {
  background:#f6f7f9;
  border-radius:40px;
  padding:36px 38px 30px;
  min-height:539px
}
.card-wordmark {
  text-align:center;
  font-family:inherit;
  font-size:25px;
  line-height:1.5;
  font-weight:700;
  letter-spacing:0;
  margin-bottom:24px
}
.card-lead {
  font-size:25px;
  line-height:1.55;
  font-weight:600;
  letter-spacing:-.03em
}
.card-body {
  font-size:17px;
  line-height:1.65;
  margin-top:18px
}
.card-signature {
  font-size:15px;
  margin-top:22px
}
.card-stats {
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:10px;
  text-align:center;
  margin-top:27px
}
.card-stats strong {
  font-size:31px;
  line-height:1.3;
  font-weight:700;
  letter-spacing:-1px;
  white-space:nowrap
}
.card-stats strong span {
  font-size:19px;
  letter-spacing:-1px
}
.card-stats p {
  font-size:13px;
  line-height:1.5;
  margin-top:5px
}
.business-row {
  display:flex;
  align-items:center;
  gap:56px;
  margin-top:72px;
  min-height:56px
}
.business-row h2 {
  font-size:14px;
  line-height:24px;
  letter-spacing:0;
  white-space:nowrap
}
.business-labels {
  display:flex;
  justify-content:space-around;
  flex:1;
  font-weight:600;
  font-size:20px;
  gap:32px
}
@media(min-width:1600px) {
  :root {
    --container:1280px
  }
  .hero-grid {
    grid-template-columns:500px 620px
  }
  .hero-card {
    min-height:590px;
    padding:44px
  }
  .card-lead {
    font-size:30px
  }
  .card-body {
    font-size:20px
  }
  h1,h2 {
    font-size:44px;
    line-height:54px
  }
}
@media(max-width:1150px) {
  .hero-grid {
    grid-template-columns:minmax(0,1fr) minmax(0,1fr);
    gap:48px
  }
  .hero-card {
    padding:28px;
    min-height:0
  }
  .card-lead {
    font-size:23px
  }
  .card-body {
    font-size:16px
  }
  .card-stats strong {
    font-size:27px
  }
  .card-stats strong span {
    font-size:16px
  }
  .business-row {
    gap:30px
  }
  .business-labels {
    font-size:16px;
    gap:20px
  }
}
@media(max-width:767px) {
  html {
    scroll-padding-top:80px
  }
  .container {
    width:calc(100% - 32px)
  }
  .site-header {
    height:64px;
    padding:10px 16px
  }
  .brand {
    font-size:21px
  }
  .header-cta {
    font-size:13px;
    line-height:22px;
    min-height:40px;
    padding:8px 12px;
    border-radius:14px
  }
  h1,h2 {
    font-size:32px;
    line-height:42px
  }
  .hero {
    padding:48px 0
  }
  .hero-grid {
    grid-template-columns:1fr;
    gap:40px
  }
  .hero-description {
    margin-top:24px
  }
  .hero-actions {
    margin-top:38px
  }
  .hero-card {
    border-radius:32px;
    padding:28px 24px
  }
  .card-lead {
    font-size:24px
  }
  .card-body {
    font-size:16px
  }
  .card-stats strong {
    font-size:29px
  }
  .card-stats p {
    font-size:12px
  }
  .business-row {
    margin-top:40px;
    display:block;
    text-align:center
  }
  .business-labels {
    margin-top:24px;
    display:flex;
    gap:22px;
    flex-wrap:wrap;
    justify-content:center
  }
  .button-row {
    gap:12px
  }
  .button-row .button {
    flex:1;
    white-space:nowrap;
    padding-inline:16px
  }
  .micro {
    font-size:12px
  }
}
@media(prefers-reduced-motion:reduce) {
  html {
    scroll-behavior:auto
  }
  *,*:before,*:after {
    animation:none!important;
    transition:none!important
  }
}
:root {
  --lime:#1967d2
}
h1,h2 {
  letter-spacing:0
}
.hero {
  background:radial-gradient(150% 140% at 22% 0%,transparent 65%,rgba(232,240,254,.35) 80%,rgba(232,240,254,.6) 100%)
}
.task-icon {
  display:block;
  flex:none;
  width:56px;
  height:56px;
  overflow:hidden;
  mix-blend-mode:multiply
}
.business-row {
  margin-top:72px
}
.business-track {
  flex:1;
  min-width:0;
  overflow:hidden
}
.business-items {
  display:flex;
  justify-content:space-between;
  gap:28px
}
.business-items>div {
  display:flex;
  align-items:center;
  gap:9px;
  flex-direction:column;
  flex:0 0 auto
}
.business-items span {
  font-size:14px;
  font-weight:600;
  white-space:nowrap
}
.business-items .task-icon {
  width:48px;
  height:42px
}
.section {
  padding:88px 0
}
.section-title {
  max-width:840px;
  margin:0 auto;
  text-align:center
}
.support-grid {
  display:grid;
  grid-template-columns:539px 445px;
  justify-content:space-between;
  gap:56px;
  align-items:center;
  margin-top:104px
}
.feature-visual {
  min-width:0;
  position:relative;
  height:455px;
  isolation:isolate;
  display:flex;
  align-items:center;
  padding-bottom:55px
}
.feature-visual:before {
  content:"";
  position:absolute;
  inset:60px -12px 10px;
  background:radial-gradient(ellipse,#f0f0ed 0%,transparent 68%);
  z-index:-1
}
.workspace-demo {
  display:flex;
  width:390px;
  min-height:324px;
  border:8px solid #e5e5e2;
  background:#f4f5f2;
  border-radius:22px;
  overflow:hidden;
  box-shadow:0 8px 20px #11110d09
}
.demo-rail {
  background:var(--ink);
  color:white;
  width:48px;
  flex-shrink:0;
  display:flex;
  flex-direction:column;
  align-items:center;
  gap:22px;
  padding-top:12px
}
.demo-rail b {
  font-size:23px
}
.demo-rail span {
  font-size:21px;
  color:#d2d2cc
}
.demo-document {
  padding:17px 18px;
  flex:1;
  min-width:0
}
.demo-topline {
  display:flex;
  align-items:center;
  justify-content:space-between;
  font-size:12px;
  font-weight:600;
  border-bottom:1px solid #d3d7cc;
  padding-bottom:12px;
  gap:10px
}
.demo-tag {
  font-size:10px;
  white-space:nowrap;
  color:#596249
}
.demo-document h3 {
  font-size:20px;
  line-height:1.55;
  margin-top:18px;
  letter-spacing:-.03em
}
.demo-prompt {
  font-size:12px;
  line-height:1.8;
  margin-top:17px;
  color:#555a4e
}
.demo-lines {
  margin-top:20px;
  display:grid;
  gap:9px
}
.demo-lines span {
  height:5px;
  background:#dadfd2;
  border-radius:6px;
  width:90%
}
.demo-lines span:nth-child(2) {
  width:67%
}
.demo-lines span:nth-child(3) {
  width:77%
}
.demo-foot {
  font-size:9px;
  color:#6b7263;
  margin-top:19px;
  white-space:nowrap
}
.result-card {
  position:absolute;
  right:6px;
  top:165px;
  width:260px;
  border-radius:18px;
  background:white;
  box-shadow:0 16px 34px #11110d14;
  overflow:hidden
}
.result-head {
  padding:16px 14px;
  background:#242424;
  color:white;
  font-size:13px;
  font-weight:600;
  display:flex;
  gap:8px;
  align-items:center
}
.result-body {
  padding:14px 16px;
  font-size:13px;
  line-height:1.7;
  min-height:159px
}
.result-body p+p {
  margin-top:10px
}
.result-tag {
  display:inline-block;
  background:#e8f0fe;
  padding:4px 8px;
  font-size:12px;
  font-weight:500
}
.result-bottom {
  display:flex;
  justify-content:flex-end;
  gap:6px;
  padding:10px 12px 15px;
  border-top:1px solid #eee
}
.result-bottom span {
  font-size:11px;
  padding:4px 8px;
  border:1px solid #d8dbd2;
  border-radius:4px
}
.result-bottom .active {
  background:var(--ink);
  color:white;
  border-color:var(--ink)
}
.feature-item {
  border-top:1px solid #e5e5e2
}
.feature-item.is-open {
  border-top:2px solid var(--ink)
}
.feature-trigger {
  width:100%;
  text-align:left;
  display:flex;
  justify-content:space-between;
  align-items:center;
  gap:22px;
  background:none;
  border:0;
  padding:20px;
  color:var(--ink);
  font-size:22px;
  font-weight:700;
  line-height:32px;
  cursor:pointer
}
.chevron {
  display:inline-block;
  flex:0 0 9px;
  width:9px;
  height:9px;
  border-right:1.5px solid;
  border-bottom:1.5px solid;
  transform:rotate(45deg);
  transition:transform .25s;
  margin-right:6px
}
.is-open .chevron,details[open] .chevron {
  transform:rotate(225deg)
}
.feature-panel {
  padding:0 48px 26px 20px;
  font-size:16px;
  line-height:1.6
}
.feature-trigger:hover {
  background:#11110d03
}
.benefits-grid {
  display:grid;
  grid-template-columns:repeat(4,minmax(0,1fr));
  gap:24px;
  margin-top:72px;
  text-align:center
}
.benefit-icon {
  width:92px;
  height:92px;
  display:grid;
  place-items:center;
  margin:0 auto 20px;
  background:radial-gradient(circle,#efefed 0%,#f8f8f6 43%,transparent 70%)
}
.benefit-icon .task-icon {
  width:67px;
  height:63px
}
.benefits-grid h3 {
  font-size:20px;
  line-height:30px;
  font-weight:600;
  margin-bottom:16px;
  letter-spacing:-.025em
}
.benefits-grid p {
  font-size:16px;
  line-height:1.6
}
.faq {
  background:var(--muted)
}
.faq-grid {
  display:grid;
  grid-template-columns:351px 633px;
  justify-content:space-between;
  gap:56px
}
.faq-items details {
  border-top:1px solid #dcdcd6
}
.faq-items details[open] {
  border-top:2px solid var(--ink)
}
.faq-items summary {
  list-style:none;
  display:flex;
  justify-content:space-between;
  align-items:center;
  gap:24px;
  font-size:22px;
  line-height:32px;
  font-weight:700;
  cursor:pointer;
  padding:20px
}
.faq-items summary::-webkit-details-marker {
  display:none
}
.faq-items details>div {
  padding:0 48px 24px 20px
}
.faq-items p+p {
  margin-top:14px
}
.consultation {
  background:#11110d;
  color:var(--muted);
  overflow:hidden
}
.consultation-grid {
  display:grid;
  grid-template-columns:539px 445px;
  align-items:center;
  justify-content:space-between;
  gap:56px
}
.consult-description {
  margin-top:24px;
  font-size:17px;
  line-height:1.7
}
.consultation .button-row {
  margin-top:32px;
  gap:16px
}
.button-dark-outline {
  border:1px solid #a6ada0;
  color:#fff
}
.button-dark-outline:hover {
  background:#ffffff14
}
.consult-note {
  font-size:14px;
  line-height:24px;
  margin-top:20px
}
.light-check {
  display:inline-block;
  color:var(--ink);
  background:var(--muted);
  border-radius:50%;
  font-size:12px;
  text-align:center;
  line-height:17px;
  width:17px;
  margin-right:6px
}
.consult-visual {
  position:relative;
  padding:28px 28px 38px 0;
  min-height:438px;
  isolation:isolate
}
.consult-visual:before {
  content:"";
  position:absolute;
  inset:-110px -160px -88px -80px;
  background:radial-gradient(ellipse at 60% 60%,#282828 0%,transparent 65%);
  z-index:-1
}
.consult-sheet {
  background:#f5f5f2;
  color:var(--ink);
  padding:26px 28px;
  border-radius:18px;
  transform:rotate(-4deg)
}
.sheet-header {
  display:flex;
  justify-content:space-between;
  font-family:inherit;
  font-size:12px;
  line-height:1.5;
  font-weight:600;
  letter-spacing:1px;
  padding-bottom:17px;
  border-bottom:1px solid #d7d9cf
}
.sheet-header span:last-child {
  font-family:inherit
}
.consult-sheet h3 {
  font-size:23px;
  margin-top:18px;
  line-height:1.5;
  letter-spacing:-.04em
}
.sheet-row {
  display:flex;
  gap:16px;
  align-items:flex-start;
  padding:18px 0;
  border-bottom:1px solid #dfe2d8
}
.sheet-row>span {
  font-size:12px;
  padding-top:3px;
  color:#526147
}
.sheet-row strong {
  font-size:14px;
  font-weight:600
}
.sheet-row p {
  font-size:12px;
  margin-top:3px;
  color:#65705f
}
.sheet-bottom {
  display:flex;
  justify-content:space-between;
  margin-top:18px;
  font-size:12px
}
.consult-badge {
  position:absolute;
  right:-14px;
  bottom:15px;
  background:#e8f0fe;
  color:var(--ink);
  padding:18px 25px;
  transform:rotate(6deg);
  border-radius:14px;
  font-size:17px;
  font-weight:600;
  box-shadow:0 8px 24px #0002
}
footer {
  background:#fff;
  padding:24px
}
.footer-inner {
  display:flex;
  align-items:center;
  gap:24px;
  flex-wrap:wrap;
  font-size:12px;
  line-height:20px;
  color:#606058
}
.footer-inner>a,.text-button {
  text-decoration:underline;
  text-underline-offset:3px
}
.text-button {
  background:none;
  border:0;
  padding:0;
  color:inherit;
  font:inherit;
  cursor:pointer
}
.copyright {
  margin-left:auto
}
dialog {
  border:0;
  border-radius:24px;
  padding:44px;
  width:min(600px,calc(100% - 32px));
  max-height:calc(100dvh - 48px);
  color:var(--ink);
  background:white;
  box-shadow:0 30px 100px #0003
}
dialog::backdrop {
  background:#11110d88;
  backdrop-filter:blur(5px)
}
.dialog-open {
  overflow:hidden
}
.dialog-close {
  position:absolute;
  right:16px;
  top:12px;
  border:0;
  border-radius:50%;
  background:none;
  font-size:30px;
  width:40px;
  height:40px;
  cursor:pointer
}
.dialog-close:hover {
  background:var(--muted)
}
.dialog-eyebrow {
  font-size:13px;
  color:#5d6750;
  margin-bottom:13px;
  font-weight:600
}
dialog h2 {
  font-size:27px;
  line-height:1.5
}
.dialog-intro {
  font-size:14px;
  margin:20px 0;
  color:#56594f
}
form label {
  display:block;
  font-size:14px;
  font-weight:600;
  margin:18px 0 7px
}
form label span {
  font-size:11px;
  margin-left:10px;
  color:#6b725e;
  font-weight:400
}
textarea,select {
  display:block;
  width:100%;
  background:#f7f8f4;
  color:var(--ink);
  border:1px solid #c9cdc1;
  border-radius:9px;
  padding:12px;
  font:inherit;
  font-size:14px;
  line-height:1.6
}
textarea {
  resize:vertical
}
textarea:focus,select:focus {
  outline:2px solid #1967d2;
  outline-offset:2px
}
.form-note {
  font-size:12px;
  color:#666d5c;
  margin-top:10px
}
.save-button {
  width:100%;
  margin-top:24px;
  gap:20px
}
.form-status {
  font-size:13px;
  margin-top:12px;
  color:#185abc
}
#info-dialog p {
  font-size:15px;
  line-height:1.8;
  margin-top:20px
}
@media(min-width:1600px) {
  :root {
    --container:1520px
  }
  h1,h2 {
    font-size:38px;
    line-height:48px
  }
  .section,.hero {
    padding-block:104px
  }
  .hero-grid,.consultation-grid {
    grid-template-columns:580px 736px
  }
  .hero-card {
    padding:50px;
    min-height:620px
  }
  .support-grid {
    grid-template-columns:736px 610px
  }
  .feature-visual {
    height:510px
  }
  .workspace-demo {
    width:500px
  }
  .result-card {
    right:30px;
    top:170px;
    width:310px
  }
  .faq-grid {
    grid-template-columns:480px 865px
  }
  .consult-visual {
    max-width:490px;
    margin:auto
  }
  .card-body {
    font-size:20px
  }
}
@media(max-width:1149px) and (min-width:768px) {
  .container {
    width:calc(100% - 48px)
  }
  .hero,.section {
    padding-block:64px
  }
  .hero-grid {
    gap:40px;
    grid-template-columns:minmax(0,1fr) minmax(0,1fr)
  }
  .support-grid,.consultation-grid {
    grid-template-columns:minmax(0,1fr) minmax(0,1fr);
    gap:40px
  }
  .support-grid {
    margin-top:72px
  }
  .faq-grid {
    grid-template-columns:1fr 1.7fr;
    gap:40px
  }
  .feature-visual {
    height:450px
  }
  .workspace-demo {
    width:90%;
    border-width:6px
  }
  .demo-rail {
    width:34px
  }
  .demo-document {
    padding:14px 10px
  }
  .demo-document h3 {
    font-size:18px
  }
  .demo-topline {
    display:block
  }
  .demo-tag {
    display:none
  }
  .result-card {
    width:225px;
    right:0;
    top:170px
  }
  .feature-trigger,.faq-items summary {
    font-size:20px;
    line-height:30px;
    padding:20px 16px
  }
  .feature-panel,.faq-items details>div {
    padding:0 20px 24px 16px
  }
  .business-items {
    gap:20px;
    min-width:620px
  }
  .benefits-grid {
    grid-template-columns:repeat(2,minmax(0,1fr));
    gap:48px 30px
  }
  .consultation h2 {
    font-size:32px;
    line-height:42px
  }
  .consult-sheet {
    padding:24px 18px
  }
  .consult-sheet h3 {
    font-size:20px
  }
  .sheet-row {
    gap:10px
  }
  .sheet-row strong {
    font-size:12px
  }
  .consult-badge {
    right:0;
    font-size:15px;
    padding:14px 18px
  }
  .consultation .button-row {
    flex-direction:column;
    align-items:flex-start
  }
}
@media(max-width:767px) {
  .section {
    padding:48px 0
  }
  .business-row {
    margin-top:40px
  }
  .business-track {
    margin-top:24px;
    mask-image:linear-gradient(to right,transparent,#000 5%,#000 95%,transparent)
  }
  .business-items {
    gap:30px;
    min-width:600px;
    justify-content:space-around;
    animation:business-pan 22s linear infinite alternate
  }
  .business-items .task-icon {
    width:46px;
    height:42px
  }
  .business-items span {
    font-size:12px
  }
  .support-grid {
    display:flex;
    flex-direction:column;
    margin-top:48px;
    gap:28px
  }
  .feature-accordion {
    width:100%
  }
  .feature-visual {
    width:100%;
    height:370px;
    max-width:470px;
    margin:24px auto 8px;
    order:2
  }
  .workspace-demo {
    width:83%;
    min-height:290px
  }
  .demo-document {
    padding:15px 12px
  }
  .demo-rail {
    width:38px
  }
  .demo-document h3 {
    font-size:19px
  }
  .demo-topline {
    font-size:11px
  }
  .demo-tag {
    font-size:9px
  }
  .demo-foot {
    font-size:8px;
    white-space:normal
  }
  .result-card {
    width:225px;
    right:2px;
    top:145px
  }
  .result-head {
    font-size:12px
  }
  .result-body {
    font-size:12px;
    min-height:150px;
    padding:12px 14px
  }
  .result-tag {
    font-size:11px
  }
  .feature-trigger {
    font-size:20px;
    line-height:30px;
    padding:20px 16px
  }
  .feature-panel {
    padding:0 16px 24px
  }
  .feature-panel .feature-visual {
    margin-bottom:0
  }
  .benefits-grid {
    grid-template-columns:1fr;
    gap:48px;
    margin-top:48px
  }
  .benefits-grid article {
    max-width:430px;
    margin:auto
  }
  .benefits-grid h3 {
    font-size:18px;
    line-height:28px
  }
  .benefit-icon {
    margin-bottom:14px
  }
  .faq-grid {
    grid-template-columns:1fr;
    gap:28px
  }
  .faq-items summary {
    font-size:20px;
    line-height:30px;
    padding:20px 16px
  }
  .faq-items details>div {
    padding:0 16px 24px
  }
  .consultation-grid {
    grid-template-columns:1fr;
    gap:48px
  }
  .consult-description {
    font-size:16px
  }
  .consultation .button-row {
    flex-direction:column;
    gap:12px
  }
  .consult-note {
    font-size:12px
  }
  .consult-visual {
    width:100%;
    max-width:420px;
    margin:auto;
    padding:18px 20px 35px 8px;
    min-height:410px
  }
  .consult-sheet {
    padding:24px
  }
  .consult-sheet h3 {
    font-size:21px
  }
  .sheet-row strong {
    font-size:13px
  }
  .consult-badge {
    right:3px;
    bottom:8px;
    font-size:15px;
    padding:16px 20px
  }
  .desktop-break {
    display:none
  }
  .footer-inner {
    gap:14px 20px
  }
  .copyright {
    margin-left:0;
    width:100%
  }
  dialog {
    padding:36px 22px
  }
  dialog h2 {
    font-size:24px
  }
  .business-track:hover .business-items,.business-track:focus-within .business-items {
    animation-play-state:paused
  }
}
@media(min-width:481px) and (max-width:767px) {
  .section,.hero {
    padding-block:56px
  }
  .container {
    width:calc(100% - 32px)
  }
}
@media(max-width:370px) {
  .hero .button-row {
    flex-direction:column
  }
  .card-stats {
    gap:6px
  }
  .card-stats strong {
    font-size:25px
  }
  .card-stats strong span {
    font-size:14px
  }
  .card-stats p {
    font-size:11px
  }
  .hero-card {
    padding:25px 20px
  }
  .demo-tag {
    display:none
  }
  .demo-document h3 {
    font-size:17px
  }
  .result-card {
    width:208px
  }
}
/* One type family and one consistent wordmark throughout the site. */
.brand, .card-wordmark, .sheet-header {
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic Pro", Meiryo, Arial, sans-serif;
  font-synthesis: none;
}
.brand, .card-wordmark {
  font-weight: 700;
  letter-spacing: 0;
}
.heading-line {
  display: block;
}
.hero-grid > *, .support-grid > *, .consultation-grid > *, .faq-grid > * {
  min-width: 0;
}
.site-header {
  gap: 16px;
}
.brand:focus-visible, .task-icon:focus-visible {
  outline-offset: 5px;
}
.business-row {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr);
  gap: 40px;
}
.business-track {
  overflow: visible;
  mask-image: none;
  padding: 0;
}
.business-items {
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: 20px;
  min-width: 0;
  animation: none;
}
.business-items > div {
  min-width: 0;
  gap: 10px;
}
.business-items .task-icon {
  width: 52px;
  height: 52px;
}
.business-items span {
  font-size: 14px;
  line-height: 1.5;
}
.benefit-icon .task-icon {
  width: 72px;
  height: 72px;
}
.demo-rail svg {
  width: 21px;
  height: 21px;
  fill: none;
  stroke: #d2d2cc;
  stroke-width: 1.5;
  stroke-linecap: round;
  stroke-linejoin: round;
}
.demo-rail {
  gap: 22px;
}
.dialog-close {
  width: 44px;
  height: 44px;
}
textarea, select {
  font-size: 16px;
}

@media (max-width: 1149px) {
  .business-row {
    display: block;
    text-align: center;
  }
  .business-track {
    margin-top: 28px;
  }
  .business-items {
    min-width: 0;
    gap: 16px;
  }
}

/* A stacked example stays readable on phones and portrait tablets. */
@media (max-width: 1023px) {
  .support-grid {
    display: block;
    margin-top: 48px;
  }
  .feature-accordion {
    width: 100%;
    max-width: 680px;
    margin-inline: auto;
  }
  .feature-visual {
    display: grid;
    grid-template-columns: minmax(0, 1fr);
    gap: 16px;
    width: 100%;
    max-width: 440px;
    height: auto;
    margin: 28px auto 8px;
    padding: 0;
  }
  .workspace-demo {
    width: 100%;
    min-height: 0;
    border-width: 6px;
    border-radius: 20px;
  }
  .demo-rail {
    width: 38px;
    padding-top: 15px;
  }
  .demo-document {
    padding: 16px;
  }
  .demo-topline {
    display: flex;
    font-size: 12px;
  }
  .demo-tag {
    display: none;
  }
  .demo-document h3 {
    font-size: 18px;
    line-height: 1.65;
    margin-top: 16px;
    letter-spacing: 0;
  }
  .demo-prompt {
    font-size: 13px;
    margin-top: 14px;
    overflow-wrap: anywhere;
  }
  .demo-prompt br {
    display: none;
  }
  .demo-lines {
    margin-top: 16px;
  }
  .demo-foot {
    font-size: 12px;
    white-space: normal;
    line-height: 1.6;
    margin-top: 16px;
  }
  .result-card {
    position: static;
    width: calc(100% - 24px);
    max-width: 330px;
    justify-self: end;
    border: 1px solid #e6eae0;
  }
  .result-head {
    padding: 14px;
    font-size: 14px;
    line-height: 1.6;
  }
  .result-body {
    min-height: 0;
    font-size: 14px;
    padding: 14px;
  }
  .result-tag, .result-bottom span {
    font-size: 12px;
  }
  .result-bottom {
    justify-content: center;
    flex-wrap: wrap;
  }
  .feature-panel {
    padding-bottom: 32px;
  }
}

@media (max-width: 899px) {
  .hero-grid {
    grid-template-columns: minmax(0, 1fr);
    gap: 40px;
    max-width: 620px;
  }
  .hero-card {
    width: 100%;
    min-height: 0;
  }
  .hero-copy h1 {
    font-size: clamp(25px, 7.9vw, 38px);
    line-height: 1.4;
  }
  .hero-actions {
    margin-top: 32px;
  }
  .faq-grid {
    grid-template-columns: minmax(0, 1fr);
    gap: 32px;
  }
  .consultation-grid {
    grid-template-columns: minmax(0, 1fr);
    max-width: 620px;
    gap: 40px;
  }
  .consult-visual {
    width: 100%;
    max-width: 420px;
    margin-inline: auto;
  }
}

@media (max-width: 767px) {
  .site-header {
    min-height: 68px;
    height: auto;
    padding: 12px 16px;
    gap: 12px;
  }
  .brand {
    font-size: 20px;
  }
  .header-cta {
    min-height: 44px;
    font-size: 13px;
    padding: 8px 12px;
    flex-shrink: 0;
  }
  h2 {
    font-size: clamp(27px, 7vw, 32px);
    line-height: 1.45;
    overflow-wrap: anywhere;
    text-wrap: pretty;
  }
  .hero-copy h1 {
    font-size: clamp(24px, 7.5vw, 32px);
  }
  .hero-card {
    padding: 28px 24px;
  }
  .card-wordmark {
    font-size: 23px;
  }
  .card-lead {
    font-size: clamp(21px, 6vw, 24px);
  }
  .card-stats {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 12px;
  }
  .card-stats p {
    font-size: 12px;
    overflow-wrap: anywhere;
  }
  .business-row {
    margin-top: 40px;
  }
  .business-items {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 24px 12px;
  }
  .business-items .task-icon {
    width: 52px;
    height: 52px;
  }
  .business-items span {
    font-size: 14px;
    letter-spacing: -.025em;
  }
  .hero .button-row {
    flex-direction: column;
  }
  .button {
    min-height: 48px;
  }
  .hero .button-row .button {
    width: 100%;
  }
  .trial-note {
    line-height: 1.8;
  }
  .feature-trigger, .faq-items summary {
    font-size: 19px;
    line-height: 1.65;
    padding: 20px 12px;
    gap: 16px;
  }
  .feature-panel, .faq-items details > div {
    padding-left: 12px;
    padding-right: 12px;
  }
  .consultation h2 {
    font-size: clamp(25px, 7.6vw, 32px);
  }
  .consult-visual {
    padding: 10px 12px 0;
    min-height: 0;
  }
  .consult-sheet {
    transform: none;
    padding: 24px 20px;
  }
  .sheet-header {
    gap: 12px;
    letter-spacing: 0;
    font-size: 12px;
  }
  .sheet-row {
    gap: 12px;
  }
  .sheet-row strong {
    font-size: 14px;
  }
  .sheet-row p {
    font-size: 13px;
  }
  .consult-badge {
    position: relative;
    right: auto;
    bottom: auto;
    width: fit-content;
    margin: 16px 0 0 auto;
    transform: none;
    box-shadow: none;
  }
  .footer-inner {
    font-size: 13px;
    gap: 12px 20px;
  }
  .footer-inner > :first-child {
    width: 100%;
    font-size: 18px;
    font-weight: 700;
    color: var(--ink);
  }
  .footer-inner > a, .footer-inner .text-button {
    display: inline-flex;
    align-items: center;
    min-height: 44px;
  }
  dialog {
    padding: 48px 22px 28px;
    max-height: calc(100dvh - 32px);
  }
}

@media (max-width: 359px) {
  .brand {
    font-size: 18px;
  }
  .header-cta {
    padding-inline: 10px;
    font-size: 12px;
  }
  .hero-card {
    padding: 24px 20px;
  }
  .card-stats {
    gap: 8px;
  }
  .card-stats strong {
    font-size: 24px;
  }
  .card-stats strong span {
    font-size: 14px;
  }
  .business-items span {
    font-size: 13px;
  }
  .demo-document {
    padding: 14px 12px;
  }
  .demo-document h3 {
    font-size: 17px;
  }
  .result-head {
    font-size: 13px;
  }
  .consult-sheet h3 {
    font-size: 19px;
  }
}
.keep-phrase { display: inline-block; white-space: nowrap; }
