.page-website {
  --website-blue: #087fc3;
  --website-navy: #17456f;
  --website-ink: #171717;
  --website-muted: #5f6368;
  --website-bg: #f5f6f7;
  font-family: "Noto Sans JP", sans-serif;
  color: var(--website-ink);
  background: #fff;
}

.page-website main { overflow: hidden; }
.website-container { width: min(1160px, calc(100% - 48px)); margin: 0 auto; }

.website-breadcrumb {
  display: flex;
  gap: 10px;
  padding: 0 0 30px;
  color: #687078;
  font-size: .8rem;
}
.website-breadcrumb a { color: var(--website-blue); text-decoration: underline; text-underline-offset: 3px; }
.website-breadcrumb a:hover { color: var(--website-navy); }

.website-hero {
  position: relative;
  display: flex;
  min-height: min(820px, 82vh);
  padding: 124px 0 68px;
  align-items: center;
  overflow: hidden;
  background: #eef2f4;
}
.website-hero::after {
  position: absolute;
  inset: 0;
  content: "";
  background: linear-gradient(90deg, rgba(239,244,246,.15) 0%, rgba(239,244,246,0) 58%);
  pointer-events: none;
}
.website-hero-background {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
}
.website-hero-inner { position: relative; z-index: 1; }
.website-hero-card {
  width: min(620px, 58%);
  padding: 34px 46px 44px;
  border-radius: 24px;
  background: rgba(255,255,255,.94);
  box-shadow: 0 24px 60px rgba(28,49,63,.15);
  backdrop-filter: blur(8px);
}
.website-eyebrow { margin: 0 0 18px; color: var(--website-blue); font-weight: 700; font-size: .92rem; }
.website-hero h1 { margin: 0; font-size: clamp(2.35rem, 4.2vw, 4rem); line-height: 1.28; letter-spacing: -.04em; }
.website-hero h1 span { color: var(--website-navy); }
.website-hero-lead { max-width: 650px; margin: 26px 0 0; color: var(--website-muted); font-size: 1rem; line-height: 1.9; }
.website-hero-actions { display: flex; gap: 14px; margin-top: 36px; flex-wrap: wrap; }
.website-button { display: inline-flex; min-height: 54px; padding: 14px 28px; border: 2px solid var(--website-blue); border-radius: 999px; align-items: center; justify-content: center; color: var(--website-blue); font-weight: 700; text-decoration: none; transition: transform .2s, background .2s, color .2s; }
.website-button:hover { transform: translateY(-2px); }
.website-button.is-primary { background: var(--website-blue); color: #fff; }
.website-button.is-secondary { background: #fff; }

.website-section-title {
  margin: 0;
  color: var(--website-ink);
  font-size: clamp(2.15rem, 4.5vw, 3.8rem);
  line-height: 1.4;
  letter-spacing: -.03em;
  text-align: center;
}
.website-section-title span { display: block; color: var(--website-blue); }

.website-news { padding: 38px 0; border-bottom: 1px solid #dce5e9; background: #fff; }
.website-news-inner { display: grid; grid-template-columns: auto minmax(0, 1fr) auto; gap: 30px; align-items: center; padding: 24px 28px; border: 1.5px solid rgba(8,127,195,.38); border-radius: 10px; background: rgba(8,127,195,.055); }
.website-news-title { margin: 0; padding: 0 24px 0 14px; border-right: 1px solid #d3dfe5; border-left: 4px solid var(--website-blue); color: var(--website-blue); font-size: 1.5rem; line-height: 1.5; letter-spacing: .04em; white-space: nowrap; }
.website-news-list { display: grid; gap: 8px; min-width: 0; margin: 0; padding: 0; list-style: none; }
.website-news-list li { min-width: 0; }
.website-news-list a { display: block; max-width: 100%; overflow: hidden; color: var(--website-ink); text-decoration: underline; text-decoration-color: rgba(8,127,195,.45); text-decoration-thickness: 1.5px; text-underline-offset: 4px; text-overflow: ellipsis; white-space: nowrap; }
.website-news-list a:hover { color: var(--website-blue); text-decoration-color: var(--website-blue); }
.website-news-more { color: var(--website-blue); font-size: .9rem; text-decoration: underline; text-decoration-thickness: 1.5px; text-underline-offset: 4px; white-space: nowrap; }

.website-overview { padding: 58px 0 64px; background: #fff; }
.website-overview-inner { width: min(1100px, calc(100% - 48px)); }
.website-overview h2 { margin-bottom: 28px; }
.website-overview-copy > p:first-child { max-width: 760px; margin: 0 auto; color: var(--website-muted); font-size: 1.02rem; line-height: 2; text-align: center; }
.website-capabilities { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 18px; margin-top: 44px; }
.website-capability { position: relative; padding: 34px 34px 32px; border: 1px solid #dfe7eb; border-radius: 18px; overflow: hidden; background: #f7fafb; }
.website-capability::after { position: absolute; right: -32px; bottom: -46px; width: 130px; height: 130px; border-radius: 50%; background: rgba(8,127,195,.055); content: ""; pointer-events: none; }
.website-capability-number { margin: 0 0 14px; color: var(--website-blue); font-size: .76rem; font-weight: 700; letter-spacing: .14em; }
.website-capability h3 { margin: 0; color: var(--website-ink); font-size: clamp(1.25rem, 2vw, 1.6rem); line-height: 1.55; }
.website-capability h3 span { color: var(--website-navy); }
.website-capability > p:not(.website-capability-number) { margin: 18px 0 0; color: var(--website-muted); font-size: .92rem; line-height: 1.85; }
.website-capability ul { display: grid; gap: 10px; margin: 22px 0 0; padding: 20px 0 0; border-top: 1px solid #dce5e9; list-style: none; }
.website-capability li { position: relative; padding-left: 1.25em; color: #41474c; font-size: .86rem; line-height: 1.75; }
.website-capability li::before { position: absolute; left: 0; color: var(--website-blue); font-weight: 700; content: "・"; }

.website-section-head { max-width: 760px; margin: 0 auto 64px; text-align: center; }
.website-section-head p { margin: 22px 0 0; color: var(--website-muted); line-height: 1.9; }
.website-places { padding: 66px 0 54px; background: var(--website-bg); }
.website-place-tabs { display: grid; grid-template-columns: 270px minmax(0, 1fr); gap: 34px; align-items: start; }
.website-place-tablist { position: sticky; top: 100px; display: grid; gap: 8px; }
.website-place-tab {
  display: grid;
  grid-template-columns: 34px 1fr;
  gap: 10px;
  width: 100%;
  padding: 18px 16px;
  border: 1px solid #dce2e6;
  border-radius: 12px;
  align-items: center;
  background: #fff;
  color: var(--website-ink);
  font: inherit;
  font-size: .92rem;
  font-weight: 700;
  line-height: 1.55;
  text-align: left;
  cursor: pointer;
}
.website-place-tab > span { color: var(--website-blue); font-size: .74rem; letter-spacing: .08em; }
.website-place-tab:hover { border-color: #9fc7dd; background: #f8fbfd; }
.website-place-tab:focus-visible { outline: 3px solid rgba(8,127,195,.3); outline-offset: 2px; }
.website-place-tab.is-active { border-color: var(--website-blue); background: var(--website-navy); color: #fff; box-shadow: 0 10px 24px rgba(23,69,111,.16); }
.website-place-tab.is-active > span { color: #91d8ff; }
.website-place-panel { display: grid; gap: 38px; padding: 42px; border: 1px solid #dce2e6; border-radius: 20px; background: #fff; box-shadow: 0 12px 34px rgba(23,69,111,.06); }
.website-place-panel[hidden] { display: none; }
.website-place-panel .website-flow-step { min-height: 0; padding: 24px; }
.website-place-list { display: none; gap: 14px; }
.website-place-accordion {
  border: 1px solid #dce2e6;
  border-radius: 18px;
  overflow: clip;
  background: #fff;
  box-shadow: 0 8px 24px rgba(23,69,111,.04);
}
.website-place-accordion > summary {
  display: grid;
  grid-template-columns: 54px 1fr 42px;
  gap: 18px;
  min-height: 100px;
  padding: 24px 28px;
  align-items: center;
  cursor: pointer;
  list-style: none;
}
.website-place-accordion > summary::-webkit-details-marker { display: none; }
.website-place-accordion > summary:hover { background: #f8fafb; }
.website-place-accordion > summary:focus-visible { outline: 3px solid rgba(8,127,195,.32); outline-offset: -3px; }
.website-place-accordion[open] > summary { border-bottom: 1px solid #dce2e6; background: #f7fafc; }
.website-place-accordion .website-place-number { margin: 0; }
.website-place-summary-title { color: var(--website-ink); font-size: 1.15rem; font-weight: 700; }
.website-place-toggle { position: relative; width: 38px; height: 38px; border: 1px solid #b9c7d0; border-radius: 50%; background: #fff; }
.website-place-toggle::before, .website-place-toggle::after { position: absolute; top: 50%; left: 50%; width: 14px; height: 2px; content: ""; background: var(--website-blue); transform: translate(-50%, -50%); transition: transform .2s; }
.website-place-toggle::after { transform: translate(-50%, -50%) rotate(90deg); }
.website-place-accordion[open] .website-place-toggle::after { transform: translate(-50%, -50%) rotate(0); }
.website-place-content { display: grid; gap: 42px; padding: 48px; }
.website-place-number { margin: 0 0 12px; color: var(--website-blue); font-size: .8rem; font-weight: 700; letter-spacing: .12em; }
.website-place-note { margin: 16px 0 0; padding-left: 14px; border-left: 2px solid #d4d7da; color: #74787c; font-size: .78rem; line-height: 1.7; }

.website-flow-prototype {
  position: relative;
  margin-top: 0;
  padding: 0;
}
.website-flow-prototype > h3 { margin: 0 0 28px; font-size: 1.45rem; }
.website-case-summary { margin: -14px 0 28px; color: var(--website-muted); line-height: 1.85; }
.website-flow-grid {
  display: grid;
  grid-template-columns: minmax(190px, .7fr) minmax(0, 1.3fr);
  gap: 16px;
  align-items: stretch;
}
.website-flow-step {
  min-height: 210px;
  padding: 26px;
  border-radius: 15px;
}
.website-flow-step.is-example { background: #e8f5ef; }
.website-flow-step.is-question { background: #f1f7fb; }
.website-flow-label {
  margin: 0 0 16px;
  color: var(--website-navy);
  font-size: .78rem;
  font-weight: 700;
}
.website-flow-step ul { display: grid; gap: 11px; margin: 0; padding: 0; list-style: none; }
.website-flow-step li { padding-left: 1em; text-indent: -1em; font-size: .9rem; line-height: 1.7; }
.website-flow-step.is-example li::before { content: "・"; }
.website-flow-note { margin: 20px 0 0; color: var(--website-muted); font-size: .86rem; line-height: 1.8; }

.website-places-closing { margin-top: 48px; padding: 48px 54px; border-radius: 22px; background: var(--website-navy); color: #fff; text-align: center; box-shadow: 0 18px 42px rgba(23,69,111,.16); }
.website-places-closing .website-section-title { color: #fff; font-size: clamp(1.75rem, 3.2vw, 2.55rem); }
.website-places-closing .website-section-title span { color: #79d6b7; }
.website-places-closing > div { max-width: 820px; margin: 24px auto 0; }
.website-places-closing p { margin: 0; color: rgba(255,255,255,.86); font-size: 1.02rem; line-height: 2; }

.website-price { padding: 72px 0 78px; background: #fff; }
.website-price .website-section-head { margin-bottom: 42px; }
.website-price-card { width: min(640px, 100%); margin: 0 auto; padding: 42px 52px; border: 1px solid #dce5e9; border-radius: 22px; background: #f7fafb; text-align: center; box-shadow: 0 14px 36px rgba(23,69,111,.07); }
.website-price-trial { display: inline-block; margin: 0 0 20px; padding: 8px 18px; border-radius: 999px; background: #dff4ea; color: #276b57; font-size: .86rem; font-weight: 700; }
.website-price-plan { margin: 0; color: var(--website-navy); font-weight: 700; }
.website-price-value { margin: 8px 0 0; color: var(--website-ink); font-size: clamp(3rem, 7vw, 4.7rem); font-weight: 700; line-height: 1.15; letter-spacing: -.04em; }
.website-price-value > span { margin-right: 4px; font-size: .45em; vertical-align: .65em; }
.website-price-value small { margin-left: 8px; font-size: .3em; letter-spacing: 0; }
.website-price-tax { margin: 4px 0 0; color: var(--website-muted); font-size: .8rem; }
.website-price-card ul { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 10px 24px; margin: 30px 0; padding: 26px 0 0; border-top: 1px solid #dce5e9; text-align: left; list-style: none; }
.website-price-card li { position: relative; padding-left: 1.25em; color: #41474c; font-size: .88rem; line-height: 1.7; }
.website-price-card li::before { position: absolute; left: 0; color: var(--website-blue); content: "・"; }
.website-price-note { margin: 16px 0 0; color: var(--website-muted); font-size: .78rem; }

.website-cta { padding: 68px 0 78px; background: #edf3f7; text-align: center; }
.website-cta h2 { margin: 0; font-size: clamp(2rem, 4vw, 3.4rem); line-height: 1.45; }
.website-cta p { margin: 24px auto 0; color: var(--website-muted); line-height: 1.9; }
.website-cta .website-hero-actions { justify-content: center; }
.website-contact { max-width: 900px; margin: 72px auto 0; padding-top: 64px; border-top: 1px solid #cfdce4; }
.website-contact h3 { margin: 0; color: var(--website-navy); font-size: clamp(1.7rem, 3vw, 2.4rem); }
.website-contact > p { max-width: 680px; margin-top: 16px; }
.website-form-embed { width: min(760px, 100%); margin: 30px auto 0; padding: 42px 48px; border: 1px solid #dce5e9; border-radius: 22px; background: #f7fafb; text-align: left; box-shadow: 0 14px 36px rgba(23,69,111,.07); }

.website-form-status { margin: 0 0 26px; padding: 18px 20px; border-radius: 12px; text-align: left; }
.website-form-status p { margin: 0; font-weight: 700; line-height: 1.7; }
.website-form-status.is-success { border: 1px solid #7fcdb0; background: #e4f6ee; color: #1c6b4c; }
.website-form-status.is-error { border: 1px solid #f2a3a3; background: #fbe8e8; color: #b93a3a; }

.website-form-row { display: grid; grid-template-columns: 1fr; gap: 20px; margin-bottom: 22px; }
.website-form-row.two-cols { grid-template-columns: 1fr 1fr; }

.website-form-field { margin-bottom: 22px; }
.website-form-row .website-form-field { margin-bottom: 0; }
.website-form-field-wide { margin-bottom: 26px; }
.website-form-field label { display: block; margin-bottom: 10px; color: var(--website-navy); font-size: .9rem; font-weight: 700; }

.website-form-field input,
.website-form-field textarea {
  width: 100%;
  padding: 15px 16px;
  border: 1px solid #c8d3d9;
  border-radius: 10px;
  background: #fff;
  color: var(--website-ink);
  font-family: inherit;
  font-size: .95rem;
}

.website-form-field input:focus,
.website-form-field textarea:focus {
  outline: none;
  border-color: var(--website-blue);
  box-shadow: 0 0 0 3px rgba(8,127,195,.14);
}

.website-form-field textarea { resize: vertical; }

.website-radio-group { display: flex; flex-wrap: wrap; gap: 14px 26px; margin-top: 6px; }
.website-radio-label { display: flex; align-items: center; gap: 8px; color: var(--website-ink); font-size: .92rem; cursor: pointer; }
.website-radio-label input[type="radio"] { width: 18px; height: 18px; margin: 0; accent-color: var(--website-blue); cursor: pointer; }

.website-required-tag { margin-left: 6px; padding: 2px 7px; border-radius: 4px; background: rgba(217,68,68,.1); color: #d94444; font-size: .72rem; font-weight: 700; vertical-align: middle; }

.website-form-turnstile { margin-bottom: 24px; }

.website-form-submit { width: 100%; border-radius: 12px; }

@media (max-width: 900px) {
  .website-place-tabs { display: none; }
  .website-place-list { display: grid; }
  .website-place-accordion > summary { grid-template-columns: 46px 1fr 42px; }
  .website-place-content { padding: 40px; }
  .website-hero { min-height: 720px; }
  .website-hero-card { width: min(650px, 68%); }
  .website-flow-prototype { margin-top: 0; }
  .website-flow-grid { grid-template-columns: 1fr; }
  .website-flow-step { min-height: 0; }
}

@media (max-width: 600px) {
  .website-container { width: min(100% - 36px, 1160px); }
  .website-hero {
    display: block;
    min-height: 0;
    padding: 0 0 58px;
    overflow: visible;
    background: #f7fafc;
  }
  .website-hero::after { display: none; }
  .website-hero-background {
    position: relative;
    width: 100%;
    height: auto;
    aspect-ratio: 16 / 10;
    object-position: 70% center;
  }
  .website-hero-inner { margin-top: -28px; }
  .website-hero-card {
    width: 100%;
    padding: 25px 22px 32px;
    border-radius: 18px;
    background: #fff;
    box-shadow: 0 16px 42px rgba(28,49,63,.12);
    backdrop-filter: none;
  }
  .website-news { padding: 28px 0; }
  .website-news-inner { grid-template-columns: 1fr; gap: 14px; padding: 18px; }
  .website-news-title { padding: 0 0 10px 14px; border-right: 0; border-bottom: 1px solid #d3dfe5; font-size: 1.25rem; }
  .website-news-more { justify-self: end; font-size: .85rem; }
  .website-breadcrumb { padding-bottom: 24px; }
  .website-hero h1 { font-size: clamp(2.15rem, 11vw, 3rem); }
  .website-hero-lead { font-size: .98rem; }
  .website-hero-actions { display: grid; grid-template-columns: 1fr; }
  .website-button { width: 100%; }
  .website-overview { padding: 62px 0 68px; }
  .website-capabilities { grid-template-columns: 1fr; gap: 14px; margin-top: 36px; }
  .website-capability { padding: 28px 24px 26px; }
  .website-places { padding: 68px 0 72px; }
  .website-price { padding: 64px 0 68px; }
  .website-price-card { padding: 34px 24px; }
  .website-price-card ul { grid-template-columns: 1fr; }
  .website-section-head { margin-bottom: 48px; }
  .website-place-list { gap: 10px; }
  .website-place-accordion { border-radius: 14px; }
  .website-place-accordion > summary { grid-template-columns: 34px 1fr 36px; gap: 10px; min-height: 78px; padding: 17px 16px; }
  .website-place-summary-title { font-size: 1rem; }
  .website-place-toggle { width: 34px; height: 34px; }
  .website-place-content { gap: 28px; padding: 28px 18px 22px; }
  .website-place { gap: 32px; }
  .website-flow-prototype { margin-top: 0; padding: 0; }
  .website-flow-prototype > h3 { font-size: 1.25rem; }
  .website-flow-step { padding: 22px; }
  .website-places-closing { margin-top: 46px; padding: 38px 24px; border-radius: 18px; }
  .website-places-closing p { font-size: .96rem; line-height: 1.9; }
  .website-cta { padding: 62px 0 68px; }
  .website-contact { margin-top: 58px; padding-top: 52px; }
  .website-form-embed { padding: 28px 20px; border-radius: 18px; }
  .website-form-row.two-cols { grid-template-columns: 1fr; }
  .website-radio-group { gap: 12px 20px; }
}

@media (prefers-reduced-motion: reduce) {
  .website-button { transition: none; }
}
