.home-v3{--home-ink:#282620;--home-muted:#625e55;--home-paper:#f7f4ed;--home-surface:#fffdf8;--home-line:#c9c1b4;--home-soft:#eee8dc;--home-accent:#e4dcc7;--home-action:#8a3b2e;--home-action-hover:#69291f;--home-control-border:#867e72;--home-focus:#ffd43d;--home-focus-ink:#000000;--home-link:#8a3b2e;--home-font-body:"Noto Sans JP", "Hiragino Sans", "Yu Gothic", sans-serif;--home-font-mono:"SFMono-Regular", Consolas, monospace;--home-small:14px;--home-body:18px;--home-heading:44px;--home-display:80px;}@media(max-width:1150px){.home-v3{--home-small:14px;--home-body:18px;--home-heading:36px;--home-display:64px;}}@media(max-width:600px){.home-v3{--home-small:14px;--home-body:16px;--home-heading:30px;--home-display:40px;}}
/* Paper and ink v5. A continuous reading column, not paired marketing panels. */
.home-v3 {
  background: var(--home-paper);
  color: var(--home-ink);
  font-family: var(--home-font-body);
  font-size: var(--home-body);
  line-height: 1.75;
}
.home-v3 *,
.home-v3 *::before,
.home-v3 *::after {
  box-sizing: border-box;
}
.home-v3 h1,
.home-v3 h2,
.home-v3 h3 {
  color: var(--home-ink);
  font-weight: 700;
  text-wrap: balance;
  margin: 0;
}
.home-v3 h1 {
  font-size: var(--home-display);
  line-height: 1.12;
  letter-spacing: -0.05em;
}
.home-v3 h2 {
  font-size: var(--home-heading);
  line-height: 1.35;
  letter-spacing: -0.025em;
}
.home-v3 h3 {
  font-size: 24px;
  line-height: 1.5;
  letter-spacing: -0.015em;
}
.home-v3 p {
  margin: 0 0 20px;
}
.home-v3 a {
  color: var(--home-link);
  text-underline-offset: 5px;
  text-decoration-thickness: 1px;
}
.home-v3 a:hover {
  text-decoration-thickness: 2px;
}
.home-v3 a:focus-visible,
.home-v3 button:focus-visible,
.home-v3 summary:focus-visible {
  outline: 3px solid var(--home-focus-ink);
  outline-offset: 3px;
  box-shadow: 0 0 0 7px var(--home-focus);
}
.home-v3 ::selection {
  background: var(--home-accent);
  color: var(--home-ink);
}
.home-wrap {
  width: min(calc(100% - 96px), 1120px);
  margin-inline: auto;
}
.home-header {
  min-height: 96px;
  display: flex;
  align-items: center;
  gap: 32px;
  border-bottom: 1px solid var(--home-line);
}
.home-v3 .home-brand {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  min-height: 48px;
  color: var(--home-ink);
  font-size: 24px;
  font-weight: 700;
  letter-spacing: -0.055em;
  text-decoration: none;
  white-space: nowrap;
}
.home-brand svg {
  width: 26px;
  height: 26px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.5;
  stroke-linejoin: round;
  flex-shrink: 0;
}
.home-brand-dot {
  margin-left: -6px;
  color: var(--home-action);
}
.home-nav,
.home-header-actions {
  display: flex;
  align-items: center;
  gap: 24px;
  font-size: 16px;
}
.home-nav {
  margin-left: auto;
}
.home-header-actions {
  margin-left: auto;
}
.home-nav a,
.home-header-actions a,
.home-footer a {
  display: inline-flex;
  align-items: center;
  min-height: 44px;
}
.home-nav a {
  color: var(--home-ink);
  text-decoration: none;
}
.home-nav a:hover {
  text-decoration: underline;
}
.home-login {
  gap: 12px;
}
.home-button,
.home-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 24px;
  min-height: 52px;
  font-size: 16px;
  line-height: 1.5;
  font-weight: 700;
}
.home-v3 .home-button {
  background: var(--home-action);
  border: 1px solid var(--home-action);
  border-radius: 4px;
  color: var(--home-surface);
  padding: 14px 24px;
  text-decoration: none;
  text-align: center;
  transition:
    background 150ms,
    border-color 150ms;
}
.home-v3 .home-button:hover {
  background: var(--home-action-hover);
  border-color: var(--home-action-hover);
}
.home-v3 .home-button-secondary {
  color: var(--home-link);
  background: transparent;
  border-color: transparent;
  padding-inline: 12px;
  text-decoration: underline;
  text-underline-offset: 6px;
}
.home-v3 .home-button-secondary:hover {
  background: var(--home-soft);
  border-color: transparent;
}
.home-link {
  justify-content: start;
}
.home-eyebrow,
.home-mini-label,
.home-caption {
  color: var(--home-muted);
  font-size: var(--home-small);
  line-height: 1.75;
}
.home-v3 .home-eyebrow {
  margin-bottom: 24px;
  font-weight: 400;
  letter-spacing: 0.025em;
}
.home-mini-label {
  font-family: var(--home-font-mono);
}
.home-hero {
  padding-block: 96px 80px;
}
.home-hero h1 {
  max-width: 1000px;
}
.home-v3[lang="ja"] .home-hero h1 {
  letter-spacing: -0.055em;
  line-height: 1.25;
}
.home-hero-bottom {
  margin-top: 32px;
}
.home-hero-copy {
  max-width: 660px;
}
.home-hero-action {
  margin-top: 32px;
}
.home-buttons {
  display: flex;
  flex-wrap: wrap;
  gap: 12px 20px;
  align-items: center;
}
.home-v3 .home-hero .home-caption {
  margin: 20px 0 0;
}
.home-section {
  padding-block: 80px;
  border-top: 1px solid var(--home-line);
}
.home-section > h2,
.home-section-intro,
.home-process-title,
.home-faq > div,
.home-plan {
  max-width: 800px;
}
.home-section-intro {
  margin-bottom: 40px;
}
.home-section-intro > p {
  max-width: 680px;
  color: var(--home-muted);
  margin: 24px 0 0;
}
.home-example {
  max-width: 880px;
  background: var(--home-surface);
  border: 1px solid var(--home-line);
  border-top: 3px solid var(--home-ink);
}
.home-example-top {
  padding: 20px 40px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 8px 24px;
  border-bottom: 1px solid var(--home-line);
  font-size: var(--home-small);
  color: var(--home-muted);
}
.home-example-top > span:first-child {
  color: var(--home-ink);
  font-weight: 700;
}
.home-example-body {
  display: block;
}
.home-source {
  padding: 40px;
}
.home-v3 .home-question {
  font-size: 24px;
  font-weight: 700;
  line-height: 1.5;
  margin: 16px 0;
}
.home-source blockquote {
  margin: 0;
  padding: 0 0 0 24px;
  border-left: 2px solid var(--home-line);
  color: var(--home-muted);
  max-width: 700px;
}
.home-connection-line {
  color: var(--home-muted);
  padding: 20px 0 20px 24px;
}
.home-knowledge {
  padding: 24px;
  background: var(--home-soft);
}
.home-knowledge h3 {
  margin-bottom: 12px;
}
.home-knowledge > p:not(.home-mini-label) {
  max-width: 680px;
}
.home-approval {
  font-size: var(--home-small);
  font-weight: 700;
}
.home-output {
  border-top: 1px solid var(--home-line);
  padding: 32px 40px 28px;
}
.home-formats {
  display: flex;
  flex-wrap: wrap;
  gap: 8px 24px;
  border-bottom: 1px solid var(--home-line);
  margin-bottom: 28px;
}
.home-formats button {
  background: transparent;
  border: 0;
  border-bottom: 3px solid transparent;
  border-radius: 0;
  padding: 10px 4px 14px;
  min-height: 48px;
  color: var(--home-muted);
  font: inherit;
  font-size: 16px;
  cursor: pointer;
}
.home-formats button[aria-pressed="true"] {
  border-color: var(--home-action);
  color: var(--home-ink);
  font-weight: 700;
}
.home-formats button:hover {
  color: var(--home-link);
}
.home-output article {
  max-width: 700px;
}
.home-output article h3 {
  margin-bottom: 20px;
  font-size: 28px;
}
.home-output article > p:not(.home-mini-label) {
  color: var(--home-muted);
}
.home-v3 .home-citation {
  display: flex;
  gap: 8px;
  color: var(--home-muted);
  font-size: var(--home-small);
  margin: 24px 0 0;
}
.home-v3 .home-example-note {
  border-top: 1px solid var(--home-line);
  padding: 20px 40px;
  margin: 0;
  color: var(--home-muted);
  font-size: var(--home-small);
}
.home-process-title {
  margin-bottom: 40px;
}
.home-process-title .home-link {
  margin-top: 20px;
}
.home-steps {
  list-style: none;
  padding: 0;
  margin: 0;
  max-width: 880px;
}
.home-steps li {
  display: flex;
  align-items: start;
  gap: 32px;
  border-top: 1px solid var(--home-line);
  padding-block: 32px;
}
.home-step-number {
  font: 16px/1.75 var(--home-font-mono);
  color: var(--home-muted);
  padding-top: 5px;
  flex-shrink: 0;
}
.home-steps h3 {
  margin-bottom: 12px;
}
.home-steps p {
  max-width: 680px;
  color: var(--home-muted);
}
.home-steps .home-mini-label {
  display: block;
}
.home-ownership {
  background: var(--home-soft);
}
.home-ownership .home-section {
  border-top: 0;
}
.home-ownership-list {
  max-width: 880px;
}
.home-ownership-list > div {
  padding-block: 28px;
  border-top: 1px solid var(--home-line);
}
.home-ownership-list .home-mini-label {
  display: block;
  margin-bottom: 8px;
}
.home-ownership-list h3 {
  margin-bottom: 12px;
}
.home-ownership-list p {
  max-width: 680px;
  color: var(--home-muted);
  margin-bottom: 0;
}
#channels {
  border-top: 0;
}
.home-channel-list {
  max-width: 880px;
  margin-top: 40px;
}
.home-channel-list article {
  padding-block: 32px;
  border-top: 1px solid var(--home-line);
}
.home-channel-type {
  display: block;
  font: var(--home-small)/1.75 var(--home-font-mono);
  color: var(--home-muted);
  margin-bottom: 12px;
}
.home-channel-list h3 {
  margin-bottom: 16px;
}
.home-channel-list p {
  max-width: 680px;
  color: var(--home-muted);
}
.home-channel-list .home-caption {
  margin-top: 12px;
}
.home-channel-list .home-link {
  margin-top: 8px;
}
.home-search-note {
  max-width: 880px;
  border-top: 1px solid var(--home-line);
  padding: 28px 0 0;
}
.home-search-note > span {
  display: none;
}
.home-search-note h3 {
  margin-bottom: 12px;
}
.home-search-note p {
  max-width: 680px;
  color: var(--home-muted);
  margin-bottom: 0;
}
.home-free {
  padding-block: 0 40px;
}
.home-plan-heading {
  display: flex;
  flex-wrap: wrap;
  gap: 12px 24px;
  align-items: center;
}
.home-badge {
  color: var(--home-muted);
  font-size: var(--home-small);
  padding-left: 16px;
  border-left: 1px solid var(--home-line);
}
.home-v3 .home-price {
  font-size: 80px;
  line-height: 1.2;
  letter-spacing: -0.055em;
  margin: 24px 0;
}
.home-price > span {
  font-size: 16px;
  letter-spacing: 0;
  color: var(--home-muted);
  margin-left: 12px;
}
.home-free ul {
  list-style: none;
  padding: 0;
  margin: 0 0 28px;
}
.home-free li {
  display: flex;
  align-items: start;
  gap: 16px;
  padding-block: 6px;
}
.home-free .home-caption {
  margin: 16px 0 0;
}
.home-planned {
  border-block: 1px solid var(--home-line);
  padding-block: 0;
}
.home-planned summary,
.home-faq summary {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  gap: 20px;
  list-style: none;
  cursor: pointer;
  padding-block: 24px;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.6;
}
.home-v3 summary::-webkit-details-marker {
  display: none;
}
.home-v3 summary > span {
  flex-shrink: 0;
  font-size: 24px;
  font-weight: 400;
}
.home-v3 details[open] > summary > span {
  transform: rotate(45deg);
}
.home-planned p,
.home-faq details p {
  color: var(--home-muted);
  max-width: 680px;
}
.home-provider-note {
  border-top: 1px solid var(--home-line);
  padding-top: 24px;
  margin-top: 24px;
}
.home-provider-note p {
  margin-top: 12px;
}
.home-faq {
  border-top: 0;
  padding-top: 0;
}
.home-faq > div:first-child {
  margin-bottom: 32px;
}
.home-faq details {
  border-top: 1px solid var(--home-line);
}
.home-faq details:last-child {
  border-bottom: 1px solid var(--home-line);
}
.home-faq details p {
  padding-bottom: 8px;
}
.home-closing {
  border-top: 3px solid var(--home-action);
  padding-block: 80px;
  background: var(--home-accent);
}
.home-closing h2 {
  max-width: 1000px;
  font-size: var(--home-display);
}
.home-closing-bottom {
  margin-top: 28px;
}
.home-closing-bottom > p {
  max-width: 650px;
}
.home-closing .home-button {
  margin-top: 12px;
}
.home-footer {
  padding-block: 40px 24px;
}
.home-footer > div:first-child p {
  margin-top: 8px;
  color: var(--home-muted);
  font-size: var(--home-small);
}
.home-footer nav {
  display: flex;
  flex-wrap: wrap;
  gap: 4px 28px;
  margin-block: 20px;
  font-size: 16px;
}
.home-footer-bottom {
  border-top: 1px solid var(--home-line);
  padding-top: 20px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 8px 28px;
  color: var(--home-muted);
  font-size: var(--home-small);
}
.home-footer-bottom a {
  margin-left: auto;
}
@media (max-width: 1000px) {
  .home-wrap {
    width: calc(100% - 64px);
  }
  .home-nav {
    display: none;
  }
  .home-hero {
    padding-block: 64px;
  }
  .home-section,
  .home-closing {
    padding-block: 64px;
  }
  .home-faq {
    padding-top: 0;
  }
}
@media (max-width: 600px) {
  .home-wrap {
    width: calc(100% - 40px);
  }
  .home-header {
    min-height: 80px;
    gap: 12px;
    flex-wrap: wrap;
    padding-block: 12px;
  }
  .home-v3 .home-brand {
    font-size: 22px;
  }
  .home-header-actions {
    gap: 16px;
  }
  .home-login > span {
    display: none;
  }
  .home-hero {
    padding-block: 48px;
  }
  .home-hero-bottom {
    margin-top: 24px;
  }
  .home-hero-action {
    margin-top: 24px;
  }
  .home-buttons {
    align-items: stretch;
    flex-direction: column;
    gap: 8px;
    max-width: 360px;
  }
  .home-buttons .home-button {
    width: 100%;
  }
  .home-section,
  .home-closing {
    padding-block: 48px;
  }
  .home-faq {
    padding-top: 0;
  }
  .home-section-intro {
    margin-bottom: 28px;
  }
  .home-v3 h3 {
    font-size: 22px;
  }
  .home-example-top,
  .home-source,
  .home-output,
  .home-v3 .home-example-note {
    padding: 24px 20px;
  }
  .home-example-top {
    gap: 4px;
  }
  .home-v3 .home-question {
    font-size: 22px;
  }
  .home-source blockquote {
    padding-left: 16px;
  }
  .home-knowledge {
    padding: 20px 16px;
  }
  .home-output article h3 {
    font-size: 24px;
  }
  .home-formats {
    gap: 8px 16px;
  }
  .home-formats button {
    font-size: 16px;
  }
  .home-process-title {
    margin-bottom: 24px;
  }
  .home-steps li {
    gap: 20px;
    padding-block: 24px;
  }
  .home-steps li > div {
    min-width: 0;
  }
  .home-v3 .home-price {
    font-size: 64px;
  }
  .home-free .home-button {
    width: 100%;
  }
  .home-planned summary,
  .home-faq summary {
    font-size: 16px;
  }
  .home-footer {
    padding-block: 32px 20px;
  }
  .home-footer-bottom {
    align-items: start;
    flex-direction: column;
  }
  .home-footer-bottom a {
    margin-left: 0;
  }
}
@media (max-width: 360px) {
  .home-v3 {
    --home-display: 34px;
    --home-heading: 28px;
  }
  .home-header {
    column-gap: 8px;
  }
  .home-header-actions {
    gap: 12px;
  }
  .home-example-top,
  .home-source,
  .home-output,
  .home-v3 .home-example-note {
    padding-inline: 16px;
  }
  .home-formats {
    gap: 8px 12px;
  }
}
@media (prefers-reduced-motion: reduce) {
  .home-v3 * {
    transition: none !important;
    animation: none !important;
  }
  html:has(.home-v3) {
    scroll-behavior: auto;
  }
}
