.elementor-5744 .elementor-element.elementor-element-5cf7cfba{--display:flex;}.elementor-5744 .elementor-element.elementor-element-5cf7cfba.e-con{--flex-grow:0;--flex-shrink:0;}.elementor-widget-text-editor{font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-size:var( --e-global-typography-text-font-size );font-weight:var( --e-global-typography-text-font-weight );line-height:var( --e-global-typography-text-line-height );color:var( --e-global-color-text );}.elementor-widget-text-editor.elementor-drop-cap-view-stacked .elementor-drop-cap{background-color:var( --e-global-color-primary );}.elementor-widget-text-editor.elementor-drop-cap-view-framed .elementor-drop-cap, .elementor-widget-text-editor.elementor-drop-cap-view-default .elementor-drop-cap{color:var( --e-global-color-primary );border-color:var( --e-global-color-primary );}@media(max-width:1366px){.elementor-widget-text-editor{font-size:var( --e-global-typography-text-font-size );line-height:var( --e-global-typography-text-line-height );}}@media(max-width:1024px){.elementor-widget-text-editor{font-size:var( --e-global-typography-text-font-size );line-height:var( --e-global-typography-text-line-height );}}@media(max-width:767px){.elementor-widget-text-editor{font-size:var( --e-global-typography-text-font-size );line-height:var( --e-global-typography-text-line-height );}}@media(min-width:768px){.elementor-5744 .elementor-element.elementor-element-5cf7cfba{--width:95.955%;}}/* Start custom CSS for text-editor, class: .elementor-element-d913446 */:root {
  --bg: #f6f7fb;
  --bg-alt: #eef1f8;
  --panel: rgba(255, 255, 255, 0.9);
  --panel-solid: #ffffff;
  --text: #171a23;
  --muted: #697287;
  --line: rgba(23, 26, 35, 0.08);
  --line-strong: rgba(23, 26, 35, 0.15);
  --dark: #090a0f;
  --dark-soft: #11131b;
  --brand: #ff7a00;
  --brand-2: #ff9a3c;
  --brand-soft: rgba(255, 122, 0, 0.12);
  --blue-soft: rgba(84, 105, 212, 0.12);
  --success: #0ea463;
  --success-soft: rgba(14, 164, 99, 0.14);
  --warning: #b46900;
  --warning-soft: rgba(245, 158, 11, 0.14);
  --shadow: 0 24px 70px rgba(12, 15, 24, 0.12);
  --shadow-soft: 0 12px 32px rgba(12, 15, 24, 0.08);
  --radius-xl: 28px;
  --radius-lg: 22px;
  --radius-md: 16px;
  --radius-sm: 12px;
  --maxw: 1200px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--text);
  background:
    radial-gradient(circle at 10% -10%, rgba(255, 122, 0, 0.12), transparent 30%),
    radial-gradient(circle at 100% 0%, rgba(255, 154, 60, 0.1), transparent 22%),
    linear-gradient(180deg, #fcfdff 0%, var(--bg) 32%, var(--bg) 100%);
  font-family: Inter, "Noto Sans JP", "Hiragino Sans", "Yu Gothic UI", sans-serif;
  line-height: 1.75;
}

img { max-width: 100%; }
a { color: var(--brand); text-decoration: none; }
a:hover { text-decoration: underline; }
code, pre { font-family: "SFMono-Regular", Consolas, "Liberation Mono", Menlo, monospace; }
code {
  background: rgba(17, 24, 39, 0.06);
  color: #25324d;
  border-radius: 0.45rem;
  padding: 0.14rem 0.42rem;
  font-size: 0.95em;
}
pre {
  margin: 0;
  overflow: auto;
  padding: 1rem 1.1rem;
  border-radius: var(--radius-sm);
  background: #0d1018;
  color: #eef3ff;
  box-shadow: inset 0 0 0 1px rgba(255,255,255,0.05);
}
pre code { background: transparent; color: inherit; padding: 0; }

.skip-link {
  position: absolute;
  left: -9999px;
  top: auto;
}
.skip-link:focus {
  left: 1rem;
  top: 1rem;
  z-index: 100;
  background: #fff;
  color: #111;
  padding: 0.8rem 1rem;
  border-radius: 0.8rem;
}

.container {
  width: min(var(--maxw), calc(100% - 2rem));
  margin: 0 auto;
}

.hero {
  position: relative;
  overflow: hidden;
  background:
    radial-gradient(circle at 8% 14%, rgba(255, 122, 0, 0.28), transparent 18%),
    radial-gradient(circle at 92% 20%, rgba(90, 60, 255, 0.22), transparent 18%),
    linear-gradient(135deg, #07080c 0%, #0a0d15 56%, #0b0f1b 100%);
  color: #fff;
  padding: 4.5rem 0 2.6rem;
}
.hero-noise {
  position: absolute;
  inset: 0;
  pointer-events: none;
  background:
    radial-gradient(circle at 20% 80%, rgba(255,255,255,0.06) 0 1px, transparent 1px),
    radial-gradient(circle at 80% 25%, rgba(255,255,255,0.05) 0 1px, transparent 1px);
  background-size: 22px 22px, 28px 28px;
  opacity: 0.4;
}
.hero::after {
  content: "";
  position: absolute;
  right: -8rem;
  top: -3rem;
  width: 28rem;
  height: 28rem;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(255, 122, 0, 0.2), transparent 66%);
  filter: blur(16px);
}
.hero-grid {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(0, 1.4fr) minmax(320px, 0.86fr);
  gap: 1.5rem;
  align-items: start;
}
.eyebrow, .section-kicker {
  margin: 0 0 0.65rem;
  font-size: 0.82rem;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  font-weight: 800;
  color: var(--brand-2);
}
.hero h1 {
  margin: 0;
  font-size: clamp(2.3rem, 5vw, 4rem);
  line-height: 1.08;
  letter-spacing: -0.035em;
}
.lead {
  margin: 1.15rem 0 1.45rem;
  max-width: 52rem;
  color: rgba(255,255,255,0.82);
  font-size: 1.04rem;
}
.hero-badges {
  display: flex;
  flex-wrap: wrap;
  gap: 0.7rem;
}
.badge {
  display: inline-flex;
  align-items: center;
  padding: 0.52rem 0.82rem;
  border-radius: 999px;
  background: rgba(255,255,255,0.08);
  border: 1px solid rgba(255,255,255,0.12);
  color: #fff;
  backdrop-filter: blur(10px);
  font-weight: 700;
}
.summary-panel {
  background: linear-gradient(180deg, rgba(255,255,255,0.14), rgba(255,255,255,0.08));
  border: 1px solid rgba(255,255,255,0.15);
  border-radius: var(--radius-xl);
  padding: 1.35rem;
  backdrop-filter: blur(14px);
  box-shadow: 0 30px 60px rgba(0,0,0,0.22);
}
.summary-panel h2 {
  margin: 0 0 1rem;
  font-size: 1.08rem;
}
.meta-list { margin: 0; display: grid; gap: 0.85rem; }
.meta-list div {
  padding-bottom: 0.75rem;
  border-bottom: 1px solid rgba(255,255,255,0.12);
}
.meta-list div:last-child { border-bottom: none; padding-bottom: 0; }
.meta-list dt {
  font-size: 0.82rem;
  color: rgba(255,255,255,0.62);
  font-weight: 700;
}
.meta-list dd { margin: 0.16rem 0 0; color: #fff; }

.topbar {
  position: sticky;
  top: 0;
  z-index: 50;
  border-bottom: 1px solid rgba(255,255,255,0.06);
  backdrop-filter: blur(14px);
  background: rgba(9, 10, 15, 0.74);
}
.topbar-inner {
  min-height: 3.65rem;
  display: flex;
  align-items: center;
}
.quick-nav {
  display: flex;
  flex-wrap: wrap;
  gap: 0.45rem 0.9rem;
}
.quick-nav a {
  display: inline-flex;
  align-items: center;
  padding: 0.55rem 0.72rem;
  border-radius: 999px;
  color: rgba(255,255,255,0.78);
  font-weight: 700;
}
.quick-nav a:hover,
.quick-nav a:focus-visible {
  background: rgba(255,255,255,0.08);
  color: #fff;
  text-decoration: none;
}

.section {
  padding: 5rem 0;
}
.section-tight { padding: 4rem 0; }
.section-alt {
  background:
    linear-gradient(180deg, rgba(255,255,255,0.4), rgba(255,255,255,0.4)),
    radial-gradient(circle at top right, rgba(255, 122, 0, 0.08), transparent 22%),
    var(--bg-alt);
}
.section-dark {
  background:
    radial-gradient(circle at 8% 20%, rgba(255, 122, 0, 0.18), transparent 18%),
    radial-gradient(circle at 92% 5%, rgba(255, 122, 0, 0.08), transparent 16%),
    linear-gradient(180deg, #08090d 0%, #0a0d13 100%);
  color: #fff;
}
.section-heading {
  margin-bottom: 1.5rem;
}
.section-heading.center,
.section-intro.center { text-align: center; }
.section-heading.light .section-kicker { color: var(--brand-2); }
.section h2 {
  margin: 0;
  font-size: clamp(1.9rem, 3.3vw, 2.8rem);
  line-height: 1.15;
  letter-spacing: -0.03em;
}
.section-intro {
  margin: 0 auto 0;
  max-width: 52rem;
  color: var(--muted);
}
.section-dark .section-intro { color: rgba(255,255,255,0.74); }
.section-intro.left { margin-left: 0; }

.product-grid,
.card-grid {
  display: grid;
  gap: 1.2rem;
}
.product-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  margin-top: 2rem;
}
.card-grid.two { grid-template-columns: repeat(2, minmax(0, 1fr)); }
.card-grid.three { grid-template-columns: repeat(3, minmax(0, 1fr)); }

.product-card,
.feature-card,
.feature-block,
.tool-card,
.plain-card,
.support-card {
  background: var(--panel-solid);
  border-radius: var(--radius-lg);
  border: 1px solid rgba(255,255,255,0.85);
  box-shadow: var(--shadow-soft);
}
.product-card {
  position: relative;
  padding: 1.35rem;
  overflow: hidden;
  min-height: 100%;
}
.product-card::before {
  content: "";
  position: absolute;
  inset: 0 0 auto 0;
  height: 4px;
  background: linear-gradient(90deg, var(--brand), var(--brand-2));
}
.product-console { background: linear-gradient(180deg, #ffffff, #fbfbfd); }
.product-desktop {
  background: linear-gradient(180deg, #ffffff, #fff7f1);
}
.product-optimax {
  background: linear-gradient(180deg, #ffffff, #f7f6ff);
}
.product-head h3 { margin: 0.6rem 0 0.35rem; font-size: 1.35rem; }
.product-head p { margin: 0; color: var(--muted); }
.pill {
  display: inline-flex;
  align-items: center;
  padding: 0.34rem 0.65rem;
  border-radius: 999px;
  font-size: 0.8rem;
  font-weight: 800;
}
.pill-muted { background: rgba(17,24,39,0.06); color: #374151; }
.pill-accent { background: var(--brand-soft); color: #b65700; }
.pill-premium { background: rgba(110, 87, 255, 0.12); color: #5a46cc; }
.spec-list,
.check-list,
.mono-list {
  margin: 1rem 0 0;
  padding-left: 1.1rem;
}
.spec-list li,
.check-list li,
.mono-list li { margin-bottom: 0.55rem; }

.mini-table {
  margin-top: 1.4rem;
  border-radius: var(--radius-lg);
  overflow: hidden;
  border: 1px solid var(--line);
  background: rgba(255,255,255,0.82);
  box-shadow: var(--shadow-soft);
}
.mini-table-row {
  display: grid;
  grid-template-columns: 1.15fr 0.6fr 1.25fr 1fr;
}
.mini-table-row > div {
  padding: 0.95rem 1rem;
  border-bottom: 1px solid var(--line);
}
.mini-table-head {
  background: linear-gradient(180deg, rgba(255, 122, 0, 0.08), rgba(255, 122, 0, 0.03));
  font-weight: 800;
}
.mini-table-row:last-child > div { border-bottom: none; }
.status {
  display: inline-flex;
  align-items: center;
  padding: 0.24rem 0.62rem;
  border-radius: 999px;
  font-size: 0.82rem;
  font-weight: 800;
}
.status.on { background: var(--success-soft); color: var(--success); }
.status.off { background: rgba(107, 114, 128, 0.12); color: #4b5563; }

.timeline {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1rem;
}
.timeline-item {
  position: relative;
  padding: 1.15rem 1.15rem 1.15rem 1.2rem;
  background: rgba(255,255,255,0.8);
  border: 1px solid rgba(255,255,255,0.95);
  border-radius: var(--radius-md);
  box-shadow: var(--shadow-soft);
}
.timeline-item::before {
  content: "";
  position: absolute;
  left: 1rem;
  top: 1rem;
  bottom: 1rem;
  width: 3px;
  border-radius: 999px;
  background: linear-gradient(180deg, var(--brand), transparent);
}
.timeline-item h3,
.feature-card h3,
.feature-block h3,
.tool-card h3,
.plain-card h3,
.support-card h3,
.callout h3,
.footer-panel h2,
.dark-card h3 {
  margin-top: 0;
}
.timeline-item h3,
.timeline-item p { margin-left: 1rem; }
.feature-card,
.feature-block,
.tool-card,
.plain-card,
.support-card,
.dark-card {
  padding: 1.25rem;
}
.feature-card p,
.feature-block p,
.tool-card p,
.plain-card p,
.support-card p,
.dark-card p { color: var(--muted); }

.two-column {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1.2rem;
}
.split-hero { align-items: center; }
.pool-box {
  display: grid;
  gap: 0.8rem;
  background: linear-gradient(180deg, rgba(255,255,255,0.94), rgba(255,255,255,0.78));
  border: 1px solid rgba(255,255,255,0.96);
  border-radius: var(--radius-lg);
  padding: 1.2rem;
  box-shadow: var(--shadow-soft);
}
.pool-box code {
  display: block;
  background: rgba(255, 122, 0, 0.08);
  border: 1px solid rgba(255, 122, 0, 0.12);
  color: #7a4300;
  padding: 0.8rem 1rem;
}

.callout {
  margin-top: 1.2rem;
  padding: 1.15rem 1.2rem;
  border-radius: var(--radius-md);
  border: 1px solid var(--line);
  box-shadow: var(--shadow-soft);
}
.callout ul, .callout ol { margin: 0.65rem 0 0; padding-left: 1.1rem; }
.callout.warning {
  background: linear-gradient(180deg, rgba(255, 122, 0, 0.08), rgba(255, 122, 0, 0.04));
  border-color: rgba(255, 122, 0, 0.18);
}
.callout.info {
  background: linear-gradient(180deg, rgba(84, 105, 212, 0.1), rgba(84, 105, 212, 0.05));
  border-color: rgba(84, 105, 212, 0.16);
}
.callout.subtle {
  background: rgba(255,255,255,0.72);
}
.callout.compact { margin-top: 1rem; }
.accent-callout {
  background: linear-gradient(180deg, rgba(255, 122, 0, 0.12), rgba(255, 122, 0, 0.05));
  border-color: rgba(255, 122, 0, 0.15);
}
.muted { color: var(--muted); }
.nowrap { white-space: nowrap; }

.faq-list {
  display: grid;
  gap: 0.75rem;
}
details {
  border-radius: var(--radius-md);
  border: 1px solid var(--line);
  background: rgba(255,255,255,0.88);
  overflow: hidden;
  box-shadow: var(--shadow-soft);
}
summary {
  cursor: pointer;
  list-style: none;
  padding: 1rem 1.15rem;
  font-weight: 800;
}
summary::-webkit-details-marker { display: none; }
details p { margin: 0; padding: 0 1.15rem 1rem; color: var(--muted); }

.dark-card,
.support-card {
  background: rgba(255,255,255,0.06);
  border: 1px solid rgba(255,255,255,0.1);
  color: #fff;
  box-shadow: none;
}
.dark-card p,
.support-card p,
.light-list li { color: rgba(255,255,255,0.8); }
.support-grid { margin-top: 1.2rem; }

.footer-panel {
  display: grid;
  grid-template-columns: 1.25fr 0.95fr;
  gap: 1.2rem;
  padding: 1.35rem;
  border-radius: var(--radius-lg);
  background: linear-gradient(180deg, rgba(255,255,255,0.96), rgba(255,255,255,0.88));
  border: 1px solid rgba(255,255,255,0.98);
  box-shadow: var(--shadow);
}
.footer-panel ul {
  margin: 0;
  padding-left: 1.1rem;
}

@media (max-width: 1080px) {
  .hero-grid,
  .product-grid,
  .card-grid.three,
  .timeline,
  .two-column,
  .footer-panel,
  .mini-table-row {
    grid-template-columns: 1fr;
  }

  .summary-panel { order: -1; }
  .mini-table-head { display: none; }
  .mini-table-row {
    border-bottom: 1px solid var(--line);
  }
  .mini-table-row > div {
    padding: 0.7rem 1rem;
    border-bottom: none;
  }
  .mini-table-row > div::before {
    display: block;
    font-size: 0.78rem;
    color: var(--muted);
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    margin-bottom: 0.15rem;
  }
  .mini-table-row > div:nth-child(1)::before { content: "テンプレート"; }
  .mini-table-row > div:nth-child(2)::before { content: "XRDP"; }
  .mini-table-row > div:nth-child(3)::before { content: "主な接続方法"; }
  .mini-table-row > div:nth-child(4)::before { content: "向いている使い方"; }
}

@media (max-width: 760px) {
  .hero { padding-top: 3.4rem; }
  .container { width: min(var(--maxw), calc(100% - 1.2rem)); }
  .section { padding: 3.7rem 0; }
  .section-tight { padding: 3rem 0; }
  .quick-nav { gap: 0.35rem 0.5rem; }
  .quick-nav a { padding: 0.48rem 0.64rem; font-size: 0.92rem; }
  .hero-badges { gap: 0.55rem; }
  .badge { font-size: 0.9rem; }
}

@media (prefers-color-scheme: dark) {
  body {
    background: linear-gradient(180deg, #0a0b0f 0%, #10131b 100%);
    color: #edf1f8;
  }
  .section:not(.section-dark) {
    background: transparent;
  }
  .section-alt {
    background: rgba(255,255,255,0.02);
  }
  .product-card,
  .feature-card,
  .feature-block,
  .tool-card,
  .plain-card,
  .mini-table,
  details,
  .timeline-item,
  .pool-box,
  .footer-panel {
    background: rgba(255,255,255,0.05);
    border-color: rgba(255,255,255,0.08);
    color: #edf1f8;
  }
  .feature-card p,
  .feature-block p,
  .tool-card p,
  .plain-card p,
  .timeline-item p,
  details p,
  .muted,
  .section-intro,
  .product-head p,
  .mini-table-row > div::before {
    color: rgba(237,241,248,0.72);
  }
  code {
    background: rgba(255,255,255,0.08);
    color: #fff4e9;
  }
}

@media print {
  .topbar,
  .skip-link { display: none !important; }
  body {
    background: #fff;
    color: #111;
  }
  .hero,
  .section-dark {
    background: #fff !important;
    color: #111 !important;
  }
  .summary-panel,
  .product-card,
  .feature-card,
  .feature-block,
  .tool-card,
  .plain-card,
  .mini-table,
  .timeline-item,
  .callout,
  .footer-panel,
  details,
  .dark-card,
  .support-card {
    box-shadow: none !important;
    border: 1px solid #ddd !important;
    background: #fff !important;
    color: #111 !important;
  }
}/* End custom CSS */