@charset "UTF-8";

:root {
  --navy: #0f172a;
  --navy-2: #16213a;
  --blue: #38bdf8;
  --green: #22c55e;
  --green-dark: #16a34a;
  --text: #172033;
  --muted: #667085;
  --line: #e4eaf1;
  --bg: #f6f8fb;
  --white: #fff;
  --shadow: 0 22px 60px rgba(15, 23, 42, .10);
  --radius: 20px;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  color: var(--text);
  background: #fff;
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", "Yu Gothic", sans-serif;
  font-size: 16px;
  line-height: 1.9;
  letter-spacing: .025em;
}

img {
  max-width: 100%;
  height: auto;
}

a {
  color: inherit;
 text-decoration: none;
	color:#F87E06; 
}

button,
input,
textarea {
  font: inherit;
}

.container {
  width: min(1200px, calc(100% - 64px));
  margin-inline: auto;
}

.section {
  padding: 110px 0;
}

.eyebrow {
  margin: 0 0 18px;
  color: #8fdfff;
  font-size: 13px;
  font-weight: 800;
  letter-spacing: .18em;
}

.eyebrow.dark {
  color: #1697c7;
}

.section-head {
 
  margin: 0 auto 58px;
  text-align: center;
}

.section-head--left {
  margin-left: 0;
  text-align: left;
}

.section-head h2,
.solution-intro h2,
.case-copy h2,
.screen-copy h2,
.strength-grid h2,
.cta h2 {
  margin: 0 0 24px;
  font-size: clamp(32px, 3.2vw, 48px);
  line-height: 1.35;
  letter-spacing: -.03em;
}

.section-head p,
.solution-intro > p:last-child,
.case-copy > p,
.screen-copy > p {
  margin: 0;
  color: var(--muted);
}

.site-header {
  position: absolute;
  z-index: 20;
  top: 0;
  left: 0;
  width: 100%;
  color: #fff;
}

.header-inner {
  height: 80px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.brand {
  display: flex;
  align-items: center;
  gap: 12px;
  font-weight: 800;
  letter-spacing: .08em;
}

.brand-mark {
  width: 170px;
}

.header-cta {
  padding: 11px 20px;
  border: 1px solid rgba(255,255,255,.28);
  border-radius: 999px;
  font-size: 14px;
  font-weight: 700;
  transition: .25s ease;
	color: var(--line);
}

.header-cta:hover {
  background: rgba(255,255,255,.08);
}

.hero {
  position: relative;
  min-height: 760px;
  display: flex;
  align-items: center;
  overflow: hidden;
  color: #fff;
  background:
    linear-gradient(130deg, #0b1224 0%, #111d34 46%, #132942 100%);
}

.hero::after {
  content: "";
  position: absolute;
  inset: auto 0 0;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(255,255,255,.25), transparent);
}

.hero-glow {
  position: absolute;
  border-radius: 50%;
  filter: blur(1px);
  opacity: .5;
}

.hero-glow--01 {
  width: 520px;
  height: 520px;
  top: -230px;
  right: 4%;
  background: radial-gradient(circle, rgba(56,189,248,.22), transparent 67%);
}

.hero-glow--02 {
  width: 480px;
  height: 480px;
  bottom: -260px;
  left: 30%;
  background: radial-gradient(circle, rgba(34,197,94,.16), transparent 67%);
}

.hero-grid {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(400px, .9fr);
  gap: 80px;
  align-items: center;
  padding-top: 55px;
}

.hero-copy h1 {
  margin: 0 0 28px;
  font-size: clamp(43px, 5vw, 68px);
  line-height: 1.22;
  letter-spacing: -.045em;
}

.hero-copy h1 span {
  color: transparent;
  background: linear-gradient(90deg, #7dd3fc, #55e49b);
  background-clip: text;
  -webkit-background-clip: text;
}

.hero-lead {
  max-width: 720px;
  margin: 0;
  color: #c8d3df;
  font-size: 16px;
}

.hero-badges {
  display: flex;
  flex-wrap: wrap;
  gap: 9px;
  margin: 30px 0 36px;
}

.hero-badges span {
  padding: 8px 13px;
  border: 1px solid rgba(255,255,255,.14);
  border-radius: 999px;
  background: rgba(255,255,255,.055);
  color: #dce6ef;
  font-size: 12px;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
}

.btn {
  min-height: 58px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0 28px;
  border-radius: 12px;
  font-weight: 800;
  transition: transform .2s ease, box-shadow .2s ease, background .2s ease;
}

.btn:hover {
  transform: translateY(-2px);
}

.btn-primary {
  color: #052316;
  background: linear-gradient(135deg, #55e49b, #22c55e);
  box-shadow: 0 14px 34px rgba(34, 197, 94, .23);
}

.btn-primary:hover {
  background: linear-gradient(135deg, #70ebab, #2bd269);
}

.btn-ghost {
  border: 1px solid rgba(255,255,255,.2);
  color: #fff;
  background: rgba(255,255,255,.04);
}

.hero-visual {
  position: relative;
}

.migration-card {
  position: relative;
  padding: 42px;
  border: 1px solid rgba(255,255,255,.13);
  border-radius: 30px;
  background: rgba(255,255,255,.055);
  box-shadow: 0 35px 90px rgba(0,0,0,.28);
  backdrop-filter: blur(16px);
}

.cms {
  display: flex;
  align-items: center;
  gap: 20px;
  padding: 20px;
  border-radius: 17px;
}

.cms + .cms {
  margin-top: 10px;
}

.cms--wp {
  background: rgba(255,255,255,.065);
}

.cms--modx {
  background: linear-gradient(135deg, rgba(34,197,94,.18), rgba(56,189,248,.12));
  border: 1px solid rgba(76,231,150,.24);
}

.cms-logo {
  width: 58px;
  height: 58px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  font-size: 23px;
  font-weight: 800;
  background: rgba(255,255,255,.1);
}

.cms small {
  display: block;
  margin-bottom: 4px;
  color: #8da0b5;
  font-size: 10px;
  letter-spacing: .15em;
}

.cms strong {
  font-size: 22px;
}

.migration-arrow {
  position: relative;
  height: 64px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #82dda9;
  font-size: 12px;
}

.migration-arrow span {
  position: absolute;
  width: 2px;
  height: 34px;
  top: 5px;
  background: linear-gradient(#64748b, #55e49b);
}

.migration-arrow span::after {
  content: "";
  position: absolute;
  left: -4px;
  bottom: -1px;
  width: 8px;
  height: 8px;
  border-right: 2px solid #55e49b;
  border-bottom: 2px solid #55e49b;
  transform: rotate(45deg);
}

.migration-arrow b {
  position: absolute;
  right: 0;
  bottom: 18px;
  font-weight: 600;
}

.mini-panel {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-top: 22px;
  padding: 14px 16px;
  border-radius: 12px;
  background: #0b1323;
  color: #aebdcd;
  font-size: 12px;
}

.mini-panel p {
  margin: 0;
}

.status-dot {
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background: #4ade80;
  box-shadow: 0 0 0 5px rgba(74,222,128,.09);
}

.problem {
  background: var(--bg);
}

.problem-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 18px;
}

.problem-card,
.feature-card,
.price-card {
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: #fff;
}

.problem-card {
  padding: 34px 28px;
}

.card-number {
  display: block;
  margin-bottom: 22px;
  color: #b3bfcd;
  font-size: 13px;
  font-weight: 800;
}

.problem-card h3,
.feature-card h3,
.service-grid h3,
.strength-points h3 {
  margin: 0 0 14px;
  font-size: 19px;
  line-height: 1.45;
}

.problem-card p,
.feature-card p,
.service-grid p,
.strength-points p {
  margin: 0;
  color: var(--muted);
  font-size: 14px;
}

.risk {
  color: #fff;
  background: var(--navy);
}

.risk .section-head h2,
.risk .section-head p {
  color: #fff;
}

.feature-grid {
  display: grid;
  gap: 20px;
}

.feature-grid--3 {
  grid-template-columns: repeat(3, 1fr);
}

.feature-grid--4 {
  grid-template-columns: repeat(4, 1fr);
}

.feature-card {
  padding: 34px;
}

.risk .feature-card {
  border-color: rgba(255,255,255,.09);
  background: rgba(255,255,255,.055);
}

.risk .feature-card p {
  color: #b9c7d5;
}

.icon {
  width: 44px;
  height: 44px;
  display: grid;
  place-items: center;
  margin-bottom: 26px;
  border-radius: 12px;
  color: #91e6ff;
  background: rgba(56,189,248,.1);
  font-size: 12px;
  font-weight: 800;
}

.note-box {
  margin-top: 28px;
  padding: 28px 30px;
  border-left: 3px solid var(--green);
  background: rgba(255,255,255,.05);
}

.note-box strong {
  display: block;
  margin-bottom: 8px;
}

.note-box p {
  margin: 0;
  color: #b9c7d5;
  font-size: 14px;
}

.case {
  background: #fff;
}

.case-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 100px;
  align-items: center;
}

.case-list {
  display: grid;
  gap: 12px;
}

.case-item {
  display: flex;
  gap: 20px;
  align-items: center;
  padding: 20px 22px;
  border: 1px solid var(--line);
  border-radius: 14px;
  background: #fff;
  box-shadow: 0 10px 35px rgba(15,23,42,.04);
}

.case-item span,
.service-grid article > span,
.strength-points article > span {
  color: #1ca4d8;
  font-size: 12px;
  font-weight: 800;
}

.case-item p {
  margin: 0;
  font-weight: 600;
}

.solution {
  color: #fff;
  background: linear-gradient(145deg, #0b1325, #10243b);
}

.solution-intro {
/*  max-width: 900px;*/
  margin-bottom: 60px;
}

.solution-intro h2 span {
  color: #68e4a2;
}

.solution-intro > p:last-child {
  color: #c2cfdb;
}

.feature-card--light {
  border-color: rgba(255,255,255,.1);
  background: rgba(255,255,255,.055);
}

.feature-card--light p {
  color: #bac7d4;
}

.cms-screen {
  background: var(--bg);
}

.cms-screen-grid {
  display: grid;
  grid-template-columns: 1.15fr .85fr;
  gap: 80px;
  align-items: center;
}

.screen-placeholder {
  overflow: hidden;
  border: 1px solid #d9e0e8;
  border-radius: 18px;
  background: #fff;
  box-shadow: var(--shadow);
}

.screen-browser {
  height: 44px;
  display: flex;
  gap: 7px;
  align-items: center;
  padding: 0 16px;
  background: #eef2f6;
  border-bottom: 1px solid #e0e6ed;
}

.screen-browser span {
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background: #c1cad4;
}

.screen-body {
  min-height: 390px;
  display: grid;
  grid-template-columns: 170px 1fr;
}

.screen-side {
  display: flex;
  flex-direction: column;
  gap: 16px;
  padding: 24px 20px;
  background: #263142;
  color: #fff;
}

.screen-side b {
  margin-bottom: 8px;
  font-size: 12px;
}

.screen-side i {
  display: block;
  height: 9px;
  border-radius: 99px;
  background: rgba(255,255,255,.12);
}

.screen-main {
  padding: 30px;
}

.screen-main b {
  display: block;
  margin-bottom: 24px;
  font-size: 17px;
}

.screen-main label {
  display: block;
  margin: 14px 0 7px;
  color: #788595;
  font-size: 11px;
}

.fake-input,
.fake-editor {
  border: 1px solid #dde4eb;
  border-radius: 7px;
  background: #f8fafc;
}

.fake-input {
  height: 38px;
}

.fake-editor {
  height: 150px;
}

.screen-main button {
  float: right;
  margin-top: 18px;
  padding: 9px 22px;
  border: 0;
  border-radius: 8px;
  color: #fff;
  background:#F87E06;
}

.check-list {
  display: grid;
  gap: 10px;
  padding: 0;
  margin: 28px 0 0;
  list-style: none;
}

.check-list li {
  position: relative;
  padding-left: 30px;
  font-weight: 600;
}

.check-list li::before {
  content: "✓";
  position: absolute;
  left: 0;
  top: 0;
  color: var(--green-dark);
  font-weight: 800;
}

.trust {
  color: #fff;
  background: var(--navy);
}

.trust .section-head p {
  color: #b7c5d2;
}

.trust-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 14px;
}

.trust-grid div {
  padding: 28px 20px;
  border: 1px solid rgba(255,255,255,.1);
  border-radius: 14px;
  text-align: center;
  background: rgba(255,255,255,.04);
  font-weight: 700;
}

.service {
  background: #fff;
}

.service-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}

.service-grid article {
  padding: 38px 34px;
}

.service-grid article + article {
  border-left: 1px solid var(--line);
}

.service-grid article > span {
  display: block;
  margin-bottom: 22px;
}

.price {
  color: #fff;
  background: linear-gradient(135deg, #101d30, #0c1728);
}

.price .section-head p {
  color: #b9c7d4;
}

.price-grid {
  max-width: 920px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 22px;
  margin-inline: auto;
}

.price-card {
  padding: 38px;
  border-color: rgba(255,255,255,.12);
  background: rgba(255,255,255,.05);
}

.price-card--main {
  background: linear-gradient(145deg, rgba(34,197,94,.14), rgba(255,255,255,.055));
  border-color: rgba(85,228,155,.24);
}

.price-label {
  margin: 0 0 14px;
  font-weight: 700;
}

.price-value {
  margin: 0 0 18px;
  line-height: 1;
}

.price-value strong {
  font-size: 58px;
  letter-spacing: -.05em;
}

.price-value span {
  margin-left: 8px;
  color: #c2cfdb;
  font-weight: 700;
}

.price-card > p:last-child {
  margin: 0;
  color: #b6c4d1;
  font-size: 13px;
}

.strength {
  background: var(--bg);
}

.strength-grid {
  display: grid;
  grid-template-columns: .8fr 1.2fr;
  gap: 100px;
}

.strength-points {
  display: grid;
  gap: 0;
}

.strength-points article {
  display: grid;
  grid-template-columns: 48px 1fr;
  gap: 18px;
  padding: 26px 0;
  border-bottom: 1px solid #dce3ea;
}

.faq {
  background: #fff;
}

.faq-container {
  max-width: 900px;
}

details {
  border-top: 1px solid var(--line);
}

details:last-child {
  border-bottom: 1px solid var(--line);
}

summary {
  position: relative;
  padding: 25px 50px 25px 0;
  cursor: pointer;
  list-style: none;
  font-weight: 700;
}

summary::-webkit-details-marker {
  display: none;
}

summary::after {
  content: "+";
  position: absolute;
  right: 4px;
  top: 19px;
  font-size: 24px;
  font-weight: 400;
}

details[open] summary::after {
  content: "−";
}

details p {
  margin: -4px 0 25px;
  padding-right: 50px;
  color: var(--muted);
}

.cta {
  padding: 110px 0;
  color: #fff;
  text-align: center;
  background:
    radial-gradient(circle at 20% 0%, rgba(56,189,248,.13), transparent 30%),
    radial-gradient(circle at 80% 100%, rgba(34,197,94,.15), transparent 30%),
    #0b1425;
}

.cta-inner {
  max-width: 850px;
}

.cta h2 {
  font-size: clamp(34px, 4vw, 54px);
}

.cta-inner > p:not(.eyebrow) {
  margin: 0 0 34px;
  color: #becbd7;
}

.btn-large {
  min-width: 320px;
  min-height: 66px;
  font-size: 17px;
}

.cta small {
  display: block;
  margin-top: 18px;
  color: #8fa0b0;
}

.footer {
  padding: 30px 0;
  color: #8190a0;
  background: #07101d;
}

.footer-inner {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  font-size: 12px;
}

.footer p {
  margin: 0;
}
.footer p a{color: #8190a0;}
@media (max-width: 1100px) {
  .hero-grid {
    grid-template-columns: 1fr;
    gap: 50px;
    padding-top: 110px;
    padding-bottom: 90px;
  }

  .hero {
    min-height: auto;
  }

  .hero-visual {
    max-width: 640px;
  }

  .problem-grid,
  .feature-grid--4 {
    grid-template-columns: repeat(2, 1fr);
  }

  .case-grid,
  .cms-screen-grid,
  .strength-grid {
    gap: 60px;
  }
}

@media (max-width: 820px) {
  .container {
    width: min(100% - 36px, 680px);
  }

  .section {
    padding: 82px 0;
  }

  .header-inner {
    height: 72px;
  }

/*  .brand-text {
    font-size: 13px;
  }*/

  .header-cta {
    padding: 8px 14px;
    font-size: 12px;
  }

  .hero-grid {
    padding-top: 100px;
    padding-bottom: 72px;
  }

  .hero-copy h1 {
    font-size: clamp(40px, 10vw, 56px);
  }

  .hero-lead br {
    display: none;
  }

  .problem-grid,
  .feature-grid--3,
  .feature-grid--4,
  .trust-grid,
  .price-grid {
    grid-template-columns: 1fr 1fr;
  }

  .case-grid,
  .cms-screen-grid,
  .strength-grid {
    grid-template-columns: 1fr;
  }

  .case-grid {
    gap: 50px;
  }

  .service-grid {
    grid-template-columns: 1fr;
    border-bottom: 0;
  }

  .service-grid article {
    border-bottom: 1px solid var(--line);
  }

  .service-grid article + article {
    border-left: 0;
  }
}

@media (max-width: 580px) {
  body {
    font-size: 15px;
  }

  .container {
    width: calc(100% - 30px);
  }

  .section {
    padding: 68px 0;
  }

  .section-head {
    margin-bottom: 38px;
  }

  .section-head h2,
  .solution-intro h2,
  .case-copy h2,
  .screen-copy h2,
  .strength-grid h2,
  .cta h2 {
    font-size: 28px;
  }

  .hero-grid {
    padding-top: 85px;
    gap: 38px;
  }

  .hero-copy h1 {
    font-size: 38px;
  }

  .hero-lead {
    font-size: 15px;
  }

  .hero-badges {
    margin: 24px 0 30px;
  }

  .hero-actions {
    display: grid;
  }

  .btn {
    width: 100%;
  }

  .migration-card {
    padding: 22px;
    border-radius: 22px;
  }

  .cms {
    padding: 15px;
  }

  .cms-logo {
    width: 48px;
    height: 48px;
  }

  .cms strong {
    font-size: 18px;
  }

  .problem-grid,
  .feature-grid--3,
  .feature-grid--4,
  .trust-grid,
  .price-grid {
    grid-template-columns: 1fr;
  }

  .problem-card,
  .feature-card,
  .price-card {
    padding: 26px 22px;
  }

  .screen-body {
    min-height: 320px;
    grid-template-columns: 90px 1fr;
  }

  .screen-side {
    padding: 18px 11px;
  }

  .screen-main {
    padding: 20px 14px;
  }

  .screen-main b {
    font-size: 14px;
  }

  .fake-editor {
    height: 110px;
  }

  .strength-points article {
    grid-template-columns: 38px 1fr;
  }

  details p {
    padding-right: 15px;
  }

  .btn-large {
    min-width: 0;
  }

  .footer-inner {
    display: grid;
    text-align: center;
  }
}
