:root {
  --ink: #0b2e38;
  --muted: #566b73;
  --line: #cfe3e1;
  --mint: #e9f8f6;
  --mint-2: #f2fbfa;
  --teal: #2fb69f;
  --teal-dark: #15836f;
  --coral: #ff5145;
  --coral-dark: #df3d33;
  --gold: #b88b42;
  --paper: #ffffff;
  --soft-shadow: 0 10px 28px rgba(11, 46, 56, 0.08);
  --radius: 8px;
  --max: 1140px;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  color: var(--ink);
  font-family: -apple-system, BlinkMacSystemFont, "Hiragino Sans", "Yu Gothic", "Yu Gothic UI", Meiryo, sans-serif;
  letter-spacing: 0;
  line-height: 1.72;
  background: #fff;
}

img,
svg {
  display: block;
  max-width: 100%;
}

a {
  color: inherit;
  text-decoration: none;
}

button,
input,
select,
textarea {
  font: inherit;
}

.container {
  width: min(var(--max), calc(100% - 48px));
  margin: 0 auto;
}

.container.narrow {
  max-width: 1020px;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 40;
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 62px;
  padding: 10px 20px;
  background: rgba(255, 255, 255, 0.96);
  border-bottom: 1px solid rgba(11, 46, 56, 0.08);
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  min-width: 0;
  font-weight: 900;
}

.brand-mark {
  display: grid;
  place-items: center;
  width: 32px;
  height: 32px;
  flex: 0 0 32px;
  border-radius: 7px;
  color: #fff;
  background: linear-gradient(135deg, #2fb69f, #00a0e9);
}

.brand strong,
.brand small {
  display: block;
  line-height: 1.14;
}

.brand strong {
  font-size: 1.02rem;
}

.brand small {
  margin-top: 2px;
  color: var(--muted);
  font-size: 0.72rem;
  font-weight: 700;
}

.site-nav {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 16px;
  font-weight: 800;
}

.header-support {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-size: 1.08rem;
  color: #1f3035;
}

.header-support svg {
  width: 18px;
  height: 18px;
}

.header-hours {
  padding-left: 10px;
  border-left: 1px solid #d8e2e1;
  color: var(--muted);
  font-size: 0.82rem;
  white-space: nowrap;
}

.nav-cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 178px;
  min-height: 42px;
  padding: 10px 24px;
  border-radius: var(--radius);
  color: #fff;
  background: var(--coral);
}

.nav-toggle {
  display: none;
  width: 42px;
  height: 42px;
  padding: 0;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: #fff;
}

.nav-toggle svg {
  width: 22px;
  height: 22px;
  margin: auto;
}

.hero {
  overflow: hidden;
  background: var(--mint);
}

.hero-inner {
  position: relative;
  display: grid;
  grid-template-columns: 620px 1fr;
  gap: 30px;
  width: min(1180px, calc(100% - 64px));
  min-height: 522px;
  margin: 0 auto;
  padding: 62px 0 22px;
}

.hero-copy-block {
  position: relative;
  z-index: 2;
  padding-left: 10px;
}

.eyebrow {
  margin: 0 0 14px;
  color: var(--coral);
  font-size: 0.84rem;
  font-weight: 900;
}

.hero h1 {
  margin: 0;
  color: var(--ink);
  font-size: 2.52rem;
  line-height: 1.22;
  letter-spacing: 0;
}

.hero h1 span {
  color: var(--coral);
  font-size: 3.05rem;
}

.hero-facts {
  display: flex;
  gap: 8px;
  margin-top: 26px;
}

.hero-facts span {
  display: grid;
  place-items: center;
  width: 164px;
  min-height: 40px;
  padding: 6px 10px;
  border: 1px solid #7e9fa4;
  border-radius: 5px;
  color: #1d343a;
  font-size: 0.82rem;
  font-weight: 900;
  line-height: 1.25;
  text-align: center;
  background: rgba(255, 255, 255, 0.78);
}

.hero-facts strong {
  color: var(--coral);
  font-size: 1.04rem;
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 12px 22px;
  border: 1px solid transparent;
  border-radius: var(--radius);
  color: #fff;
  font-weight: 900;
  line-height: 1.3;
  text-align: center;
  background: var(--coral);
  box-shadow: 0 10px 20px rgba(255, 81, 69, 0.24);
}

.button:hover {
  background: var(--coral-dark);
}

.hero-cta {
  width: 504px;
  min-height: 60px;
  margin-top: 42px;
  border-radius: 999px;
  font-size: 1.12rem;
}

.award-row {
  display: flex;
  gap: 24px;
  margin-top: 28px;
  color: var(--gold);
}

.award-row div {
  position: relative;
  min-width: 124px;
  text-align: center;
}

.award-row div::before,
.award-row div::after {
  position: absolute;
  top: 15px;
  color: rgba(184, 139, 66, 0.72);
  font-size: 2.4rem;
  line-height: 1;
}

.award-row div::before {
  content: "‹";
  left: -10px;
}

.award-row div::after {
  content: "›";
  right: -10px;
}

.award-row small {
  display: block;
  font-size: 0.72rem;
  font-weight: 900;
}

.award-row strong {
  display: block;
  margin-top: 1px;
  font-size: 1.5rem;
  line-height: 1.1;
}

.hero-note {
  max-width: 520px;
  margin: 10px 0 0;
  color: rgba(11, 46, 56, 0.52);
  font-size: 0.72rem;
  line-height: 1.55;
}

.hero-person {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 420px;
  height: 520px;
}

.hero-person img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top center;
  mix-blend-mode: normal;
}

.logo-strip {
  padding: 18px 0 28px;
  overflow: hidden;
  background: #fff;
}

.logo-track {
  display: flex;
  justify-content: center;
  gap: clamp(34px, 5vw, 74px);
  width: max-content;
  min-width: 100%;
  color: #14333b;
  font-size: 1.5rem;
  font-weight: 900;
  line-height: 1.2;
  white-space: nowrap;
}

.logo-track.second {
  margin-top: 14px;
  color: #31575f;
  font-size: 1.22rem;
}

.section {
  padding: 76px 0;
}

.section-title {
  margin: 0 0 32px;
  color: var(--ink);
  font-size: 2.12rem;
  line-height: 1.32;
  text-align: center;
}

.section-lead {
  max-width: 680px;
  margin: -18px auto 34px;
  color: var(--ink);
  text-align: center;
  line-height: 1.65;
}

.issue-section {
  padding-top: 46px;
  background: #fff;
}

.issue-panel {
  position: relative;
  display: grid;
  grid-template-columns: 1fr 190px;
  align-items: center;
  max-width: 900px;
  min-height: 166px;
  margin: 0 auto;
}

.issue-checks {
  display: grid;
  gap: 12px;
  margin: 0;
  padding: 28px 40px;
  border-radius: var(--radius);
  background: var(--mint-2);
  list-style: none;
}

.issue-checks li {
  position: relative;
  padding-left: 34px;
  color: var(--ink);
  font-size: 1.12rem;
  font-weight: 900;
  line-height: 1.5;
}

.issue-checks li::before {
  content: "✓";
  position: absolute;
  left: 0;
  top: 2px;
  display: grid;
  place-items: center;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  color: #fff;
  font-size: 0.82rem;
  background: var(--teal);
}

.issue-checks strong {
  color: var(--coral);
}

.issue-illustration {
  position: relative;
  display: grid;
  place-items: center;
  width: 170px;
  height: 150px;
  margin-left: 24px;
  color: var(--teal);
}

.issue-illustration svg {
  width: 92px;
  height: 92px;
  stroke-width: 1.5;
}

.issue-illustration span {
  position: absolute;
  right: 16px;
  top: 14px;
  width: 36px;
  height: 36px;
  border: 4px solid var(--teal);
  border-bottom-color: transparent;
  border-radius: 50%;
  transform: rotate(34deg);
}

.feature-section,
.task-section,
.example-section,
.contract-section,
.faq-section {
  background: var(--mint-2);
}

.feature-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 24px;
}

.feature-grid article {
  display: grid;
  gap: 14px;
}

.feature-image {
  display: grid;
  place-items: center;
  height: 140px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: #fff;
}

.feature-image svg {
  width: 70px;
  height: 70px;
  color: var(--teal);
  stroke-width: 1.5;
}

.feature-grid h3 {
  margin: 0;
  text-align: center;
  font-size: 1.24rem;
}

.feature-grid p {
  margin: 0;
  color: var(--muted);
  font-size: 0.95rem;
}

.task-section {
  padding-bottom: 96px;
}

.task-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 24px;
}

.task-grid article {
  overflow: hidden;
  border-radius: var(--radius);
  background: #fff;
  box-shadow: var(--soft-shadow);
}

.task-grid h3 {
  display: flex;
  align-items: center;
  gap: 9px;
  margin: 0;
  padding: 10px 18px;
  color: #fff;
  font-size: 1.08rem;
  background: var(--teal);
}

.task-grid h3 svg {
  width: 20px;
  height: 20px;
}

.task-grid ul {
  min-height: 156px;
  margin: 0;
  padding: 14px 20px 18px;
  color: #263d43;
  list-style-position: inside;
}

.task-grid li {
  margin: 3px 0;
}

.contact-band {
  display: grid;
  place-items: center;
  gap: 16px;
  padding: 36px 20px 48px;
  color: #fff;
  text-align: center;
  background: linear-gradient(90deg, #73cdbc, #21c4ad);
}

.contact-band p {
  margin: 0;
  font-weight: 900;
}

.contact-band a {
  display: grid;
  place-items: center;
  width: min(420px, 100%);
  min-height: 52px;
  border-radius: 999px;
  color: #fff;
  font-weight: 900;
  background: var(--coral);
  box-shadow: 0 10px 18px rgba(11, 46, 56, 0.18);
}

.case-section {
  background: #fff;
}

.case-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 24px;
  max-width: 920px;
  margin: 0 auto;
}

.case-grid article {
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: #fff;
}

.case-image {
  display: grid;
  place-items: center;
  height: 140px;
  background: var(--mint);
}

.case-image svg {
  width: 68px;
  height: 68px;
  color: var(--teal-dark);
}

.case-grid h3 {
  margin: 0;
  padding: 18px 18px 8px;
  font-size: 1.05rem;
  line-height: 1.55;
}

.case-grid p {
  margin: 0;
  padding: 0 18px 22px;
  color: var(--muted);
  font-size: 0.9rem;
}

.example-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 24px;
}

.example-grid article {
  display: grid;
  grid-template-columns: 56px 1fr;
  gap: 18px;
  min-height: 160px;
  padding: 22px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: #fff;
}

.avatar {
  display: grid;
  place-items: center;
  width: 56px;
  height: 56px;
  border-radius: 50%;
  color: var(--teal-dark);
  background: #ffe3e0;
}

.avatar svg {
  width: 34px;
  height: 34px;
}

.example-kicker {
  margin: 0;
  color: var(--muted);
  font-size: 0.9rem;
}

.example-grid h3 {
  margin: 2px 0 8px;
  font-size: 1.16rem;
  line-height: 1.45;
}

.example-grid p:last-child {
  margin: 0;
  color: var(--muted);
  font-size: 0.92rem;
}

.plan-checks {
  display: grid;
  gap: 6px;
  margin: 14px 0 0;
  padding: 0;
  color: var(--ink);
  font-size: 0.9rem;
  font-weight: 800;
  list-style: none;
}

.plan-checks li {
  position: relative;
  padding-left: 22px;
}

.plan-checks li::before {
  content: "✓";
  position: absolute;
  left: 0;
  top: 0;
  color: var(--teal);
  font-weight: 900;
}

.flow-section {
  background: #fff;
}

.flow-note {
  width: 476px;
  max-width: 100%;
  margin: -10px auto 18px;
  padding: 5px 16px;
  color: #fff;
  text-align: center;
  font-size: 0.78rem;
  font-weight: 900;
  background: var(--coral);
}

.flow {
  position: relative;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 44px;
}

.flow::before {
  content: "";
  position: absolute;
  left: 12%;
  right: 12%;
  top: 66px;
  height: 2px;
  background: var(--teal);
  opacity: 0.5;
}

.flow article {
  position: relative;
  text-align: center;
}

.flow article:not(:last-child)::after {
  content: "›";
  position: absolute;
  right: -28px;
  top: 40px;
  color: var(--teal);
  font-size: 2.8rem;
  line-height: 1;
}

.flow-icon {
  position: relative;
  z-index: 1;
  display: grid;
  place-items: center;
  width: 126px;
  height: 126px;
  margin: 0 auto 16px;
  border-radius: 50%;
  color: #365962;
  background: var(--mint);
}

.flow-icon svg {
  width: 45px;
  height: 45px;
  stroke-width: 1.5;
}

.flow-icon span {
  margin-top: -8px;
  font-size: 0.88rem;
  font-weight: 900;
}

.flow h3 {
  margin: 0 0 10px;
  font-size: 1.1rem;
}

.flow p {
  margin: 0;
  color: var(--ink);
  font-size: 0.9rem;
  text-align: left;
}

.contract-diagram {
  display: grid;
  grid-template-columns: 1fr 1.2fr 1fr;
  align-items: center;
  gap: 34px;
  margin-top: 40px;
}

.contract-party {
  display: grid;
  place-items: center;
  gap: 10px;
  color: var(--ink);
  text-align: center;
}

.contract-party svg {
  width: 88px;
  height: 88px;
  padding: 20px;
  border-radius: 50%;
  color: var(--coral);
  background: #ffe3e0;
}

.contract-center {
  position: relative;
  display: grid;
  place-items: center;
  gap: 8px;
  min-height: 100px;
  color: var(--ink);
  text-align: center;
}

.contract-center::before,
.contract-center::after {
  content: "";
  position: absolute;
  top: 50%;
  width: 44%;
  border-top: 2px dashed var(--coral);
}

.contract-center::before {
  left: 0;
}

.contract-center::after {
  right: 0;
}

.contract-center span,
.contract-center strong {
  position: relative;
  z-index: 1;
  padding: 4px 16px;
  background: var(--mint-2);
}

.contract-center strong {
  display: grid;
  place-items: center;
  width: 128px;
  height: 128px;
  border-radius: 50%;
  color: #fff;
  background: var(--teal);
}

.faq-section {
  background: #fff;
}

.faq-list {
  max-width: 980px;
  margin: 0 auto;
}

.faq-list details {
  border-bottom: 1px solid #bdd1d0;
}

.faq-list summary {
  position: relative;
  display: flex;
  align-items: center;
  gap: 18px;
  min-height: 74px;
  padding: 16px 42px 16px 0;
  cursor: pointer;
  color: #35515a;
  font-weight: 800;
  list-style: none;
}

.faq-list summary::-webkit-details-marker {
  display: none;
}

.faq-list summary::after {
  content: "⌄";
  position: absolute;
  right: 6px;
  color: var(--teal);
  font-size: 1.6rem;
}

.faq-list summary span {
  display: grid;
  place-items: center;
  width: 32px;
  height: 32px;
  flex: 0 0 32px;
  border-radius: 50%;
  color: #fff;
  background: var(--teal);
}

.faq-list p {
  margin: 0;
  padding: 0 48px 22px 50px;
  color: var(--muted);
}

.final-cta {
  display: grid;
  place-items: center;
  gap: 14px;
  padding: 46px 20px;
  color: #fff;
  background: linear-gradient(90deg, #6cc9b8, #20c2ac);
}

.final-cta p {
  margin: 0;
  font-weight: 900;
}

.final-cta a {
  display: grid;
  place-items: center;
  width: min(460px, 100%);
  min-height: 58px;
  border-radius: 999px;
  color: #fff;
  font-size: 1.08rem;
  font-weight: 900;
  text-align: center;
  background: var(--coral);
  box-shadow: 0 10px 18px rgba(11, 46, 56, 0.18);
}

.site-footer {
  padding: 42px 0;
  color: rgba(255, 255, 255, 0.78);
  background: #092b34;
}

.footer-inner {
  display: grid;
  gap: 18px;
}

.footer-brand strong {
  color: #fff;
}

.footer-brand small {
  color: rgba(255, 255, 255, 0.65);
}

.site-footer nav {
  display: flex;
  flex-wrap: wrap;
  gap: 18px;
}

.site-footer a {
  color: rgba(255, 255, 255, 0.9);
}

.trademark-note,
.copyright {
  margin: 0;
  color: rgba(255, 255, 255, 0.58);
  font-size: 0.84rem;
}

.page-hero {
  padding: 82px 0 66px;
  background: var(--mint);
}

.page-hero-inner {
  max-width: 820px;
}

.page-hero h1,
.company-layout h2 {
  margin: 0;
  color: var(--ink);
  font-size: 2.38rem;
  line-height: 1.32;
}

.page-hero p,
.company-layout p {
  margin: 16px 0 0;
  color: var(--muted);
}

.contact-layout,
.company-layout {
  display: grid;
  grid-template-columns: minmax(0, 1.2fr) minmax(300px, 0.8fr);
  gap: 28px;
  align-items: start;
}

.contact-form,
.contact-side,
.company-table,
.value-grid article {
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: #fff;
  box-shadow: var(--soft-shadow);
}

.contact-form {
  display: grid;
  gap: 20px;
  padding: 30px;
}

.contact-link-card h2 {
  margin: 0;
  font-size: 2rem;
  line-height: 1.32;
}

.contact-link-card p {
  margin: 0;
  color: var(--muted);
}

.contact-link-card .consultation-button {
  display: grid;
  place-items: center;
  min-height: 58px;
  border-radius: 999px;
  color: #fff;
  text-align: center;
  background: #23864b;
}

.contact-link-card .consultation-button span {
  color: #fff200;
  font-weight: 900;
}

.contact-link-card .consultation-button strong {
  color: #fff;
  font-size: 1.08rem;
}

.contact-side {
  padding: 28px;
  background: var(--mint);
}

.contact-side h2 {
  margin: 0;
  font-size: 1.58rem;
  line-height: 1.35;
}

.contact-side p {
  margin: 14px 0 0;
  color: var(--muted);
}

.contact-points {
  display: grid;
  gap: 14px;
  margin-top: 24px;
}

.contact-points div {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  font-weight: 900;
}

.contact-points svg {
  width: 22px;
  height: 22px;
  flex: 0 0 auto;
  color: var(--teal-dark);
}

.company-layout {
  grid-template-columns: minmax(260px, 0.6fr) minmax(0, 1.2fr);
}

.company-table {
  width: 100%;
  border-collapse: collapse;
  overflow: hidden;
  box-shadow: none;
}

.company-table th,
.company-table td {
  padding: 18px 20px;
  border-bottom: 1px solid var(--line);
  vertical-align: top;
}

.company-table tr:last-child th,
.company-table tr:last-child td {
  border-bottom: 0;
}

.company-table th {
  width: 180px;
  text-align: left;
  background: var(--mint-2);
}

.company-table a {
  color: var(--teal-dark);
  font-weight: 900;
}

.value-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 20px;
}

.value-grid article {
  padding: 26px;
}

.value-grid svg {
  width: 30px;
  height: 30px;
  color: var(--teal-dark);
}

.value-grid h3 {
  margin: 16px 0 8px;
}

.value-grid p {
  margin: 0;
  color: var(--muted);
}

@media (max-width: 980px) {
  .site-nav {
    position: fixed;
    inset: 62px 16px auto;
    display: none;
    flex-direction: column;
    align-items: stretch;
    gap: 8px;
    padding: 12px;
    border: 1px solid var(--line);
    border-radius: var(--radius);
    background: #fff;
    box-shadow: var(--soft-shadow);
  }

  .site-nav.is-open {
    display: flex;
  }

  .header-hours {
    border-left: 0;
    padding-left: 0;
  }

  .nav-toggle {
    display: grid;
    place-items: center;
  }

  .hero-inner {
    grid-template-columns: 1fr;
    width: min(720px, calc(100% - 32px));
  }

  .hero-person {
    position: relative;
    right: auto;
    width: min(420px, 100%);
    margin: 0 auto;
  }

  .feature-grid,
  .task-grid,
  .case-grid,
  .example-grid,
  .flow,
  .contract-diagram,
  .contact-layout,
  .company-layout,
  .value-grid {
    grid-template-columns: 1fr;
  }

  .flow::before,
  .flow article::after,
  .contract-center::before,
  .contract-center::after {
    display: none;
  }
}

@media (max-width: 680px) {
  .container {
    width: min(var(--max), calc(100% - 28px));
  }

  .brand strong {
    font-size: 0.92rem;
  }

  .hero-inner {
    padding: 34px 0 20px;
  }

  .hero h1 {
    font-size: 1.9rem;
  }

  .hero h1 span {
    font-size: 2.24rem;
  }

  .hero-facts,
  .award-row,
  .logo-track {
    overflow-x: auto;
  }

  .hero-cta {
    width: 100%;
    margin-top: 28px;
  }

  .hero-person {
    height: 360px;
  }

  .section {
    padding: 62px 0;
  }

  .section-title {
    font-size: 1.74rem;
  }

  .issue-panel {
    grid-template-columns: 1fr;
  }

  .issue-checks {
    padding: 22px;
  }

  .issue-checks li {
    font-size: 1rem;
  }

  .issue-illustration {
    margin: 20px auto 0;
  }

  .task-grid article,
  .example-grid article {
    min-height: 0;
  }

  .company-table,
  .company-table tbody,
  .company-table tr,
  .company-table th,
  .company-table td {
    display: block;
    width: 100%;
  }

  .company-table th {
    border-bottom: 0;
    padding-bottom: 6px;
  }

  .company-table td {
    padding-top: 6px;
  }
}
