*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
:root {
  --blue: #1D72E8;
  --blue-dark: #1557BF;
  --blue-pale: #E8F0FD;
  --navy: #0D1B2E;
  --text: #1A1A2E;
  --sub: #52525B;
  --muted: #9CA3AF;
  --border: #E5E7EB;
  --bg: #fff;
  --bg-gray: #F8F9FB;
  --partial: #93B4E8;
}
body { font-family: 'Noto Sans JP','Inter','Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif; background: var(--bg); color: var(--text); line-height: 1.6; -webkit-font-smoothing: antialiased; }

.wrap {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    box-sizing: border-box;
}


.wrap_top{
  margin-top:5rem !important;
}

.pc_on{
    display: block;
}

.br_pc {
    display: block;
}

.sp_on {
    display: none;
}

.br_sp {
    display: none;
}

/* NAV */
.nav {
  height: 68px; background: #fff; border-bottom: 1px solid var(--border);
  display: flex; align-items: center; justify-content: space-between;
  padding: 0 64px; position: sticky; top: 0; z-index: 200;
}
.nav-logo { display: flex; align-items: center; gap: 10px; text-decoration: none; }
.nav-logo-mark {
  width: 34px; height: 34px; background: var(--blue); border-radius: 8px;
  display: flex; align-items: center; justify-content: center;
  color: #fff; font-size: 13px; font-weight: 900; letter-spacing: -0.05em;
}
.nav-logo-name { font-size: 18px; font-weight: 700; color: var(--navy); letter-spacing: -0.02em; }
.nav-links { display: flex; align-items: center; gap: 36px; }
.nav-link { color: var(--sub); font-size: 15px; font-weight: 500; text-decoration: none; transition: color .15s; }
.nav-link:hover { color: var(--navy); }
.nav-btn { display: none; }

/* HERO */
.hero {
  background: #fff;
  padding: 60px 0 48px;
}
.hero-inner {
  max-width: 1200px; margin: 0 auto; padding: 0 64px;
  position: relative; z-index: 1;
  text-align: center;
}
.hero-left {}
.hero-tag {
  display: inline-flex;
    align-items: center;
    gap: 8px;
    background: #ffffff00;
    border: none;
    color: var(--blue);
    font-size: 27px;
    font-weight: 700;
    letter-spacing: .04em;
    padding: 0px;
    border-radius: 100px;
    margin-bottom: 8px;
}
.hero-tag-dot { width: 7px; height: 7px; background: var(--blue); border-radius: 50%; display: block; }
.hero-new-badge {
  display: inline-block;
  /* background: linear-gradient(90deg, #fb0779, #7208ca, #4361ee); */
  display: inline-block;
  background: linear-gradient(325deg, #ff8609, #ffa604, #f89112);
  color: #fff;
  font-size: 19px;
  font-weight: 800;
  padding: 2px 18px;
  border-radius: 27px;
  letter-spacing: .06em;
  margin-right: 3px;
  margin-bottom: -3px;
  vertical-align: middle;
}


.hero-launch-date {
  display: inline-block;
  font-size: 15px;
  font-weight: 700;
  color: #e07000;
  background: #fff7ed;
  border: 1.5px solid #fcd7a0;
  border-radius: 100px;
  padding: 5px 18px;
  margin-bottom: 16px;
  letter-spacing: .02em;
}

.hero h1 {
  font-size: 59px;
  font-weight: 900;
  color: #07111e;
  letter-spacing: -.03em;
  line-height: 1.4;
  margin-bottom: 10px;
}
.hero h1 .accent { color: var(--blue); }
.hero-lead {
  font-size: 21px; color: var(--sub);
  line-height: 1.6; margin-bottom: 40px; max-width: 100%;
  margin-left: auto; margin-right: auto;
}
.hero-btns {
  display: flex; gap: 20px; flex-wrap: wrap; margin-bottom: 16px; justify-content: center;
}
a.btn-primary {
  background: #fff; color: var(--blue); font-size: 19px; font-weight: 700;
  padding: 12px 32px; border-radius: 100px; text-decoration: none;
  border: none; position: relative;
  display: inline-flex; align-items: center; gap: 8px;
  transition: color .2s, transform .1s; letter-spacing: .01em;
  z-index: 0;
}

a.btn-primary::before {
  content: '';
  position: absolute;
  inset: -1.2px;
  border-radius: 100px;
  background: linear-gradient(90deg, #f1096f, #7208ca, #4361ee, #007cfb);
  z-index: -1;
}
a.btn-primary::after {
  content: '';
  position: absolute; inset: 0.8px;
  border-radius: 100px;
  background: #fff;
  transition: opacity .2s;
  z-index: -1;
  color: #fff; 
}
a.btn-primary:hover { color: #fff; transform: translateY(-1px); }
a.btn-primary:hover::after { opacity: 0; color: #fff; }
a.btn-ghost {
  background: #0061d5; color: #fff!important; font-size: 19px; font-weight: 600;
  padding: 12px 32px; border-radius: 100px;
  border: none; text-decoration: none;
  transition: background .15s, transform .1s;
}
a.btn-ghost:hover { background: #0061d5; transform: translateY(-1px); }

a.btn-download {
  background: #fff; color: #3d4248; font-size: 19px; font-weight: 700;
  padding: 12px 32px; border-radius: 100px; text-decoration: none;
  border: 1.5px solid #b7c2d2;
  display: inline-flex; align-items: center; gap: 8px;
  transition: border-color .15s, color .15s, transform .1s, background .15s;
}
a.btn-download:hover { border-color: #0061d5; color: #ffffff; background: #0061d5; transform: translateY(-1px); }
.hero-note {
  font-size: 12px; color: var(--muted); margin-top: 8px;
}

/* SPEC CARD */
.hero-card {
  background: #fff; border-radius: 20px;
  padding: 32px 36px; box-shadow: 0 20px 60px rgba(0,0,0,0.25);
}
.hero-card-badge {
  display: inline-block;
  background: #E8F5E9; color: #2E7D32;
  font-size: 11px; font-weight: 800; letter-spacing: .06em;
  padding: 4px 12px; border-radius: 100px; margin-bottom: 10px;
}
.hero-card-plan { font-size: 17px; font-weight: 800; color: var(--navy); margin-bottom: 4px; }
.hero-card-price {
  display: flex; align-items: baseline; gap: 8px; margin-bottom: 4px;
}
.hero-card-price-main { font-size: 36px; font-weight: 900; color: var(--navy); letter-spacing: -.03em; }
.hero-card-price-sub { font-size: 13px; color: var(--sub); font-weight: 500; }
.hero-card-desc { font-size: 13px; color: var(--sub); line-height: 1.75; margin-bottom: 16px; }
.hero-card-rows { display: flex; flex-direction: column; border-top: 1px solid var(--border); }
.hero-card-row {
  display: flex; justify-content: space-between; align-items: center;
  padding: 13px 0; border-bottom: 1px solid var(--border); font-size: 14px;
}
.hero-card-row:last-child { border-bottom: none; }
.hero-card-row-label { color: var(--sub); }
.hero-card-row-val { font-weight: 700; color: var(--blue); text-align: right; }

/* SPEC GRID — hidden */
.spec-grid { display: none; }
.spec-cell { display: none; }

/* ACCORDION */
.accordion-wrap { max-width: 1200px; margin: 0 auto; padding: 48px 64px 64px; }
.section-label {
  font-size: 12px; font-weight: 700; letter-spacing: .14em; text-transform: uppercase;
  color: var(--blue); margin-bottom: 8px;
}
.section-title { font-size: 47px; font-weight: 900; color: var(--navy); margin-bottom: 2px; text-align: center; }
.section-desc { font-size: 17px; color: #79797b; margin-bottom: 20px; text-align: center;}
.acc-toggle-row { text-align: right; margin-bottom: 10px; }
.acc-toggle-btn { background: none; border: none; cursor: pointer; font-size: 16px; color: var(--blue); font-weight: 600; padding: 4px 6px; }
.acc-toggle-btn:hover { text-decoration: underline; }
.acc-toggle-sep { color: #9CA3AF; font-size: 15px; }
.section-btns {
  display: flex; gap: 12px; justify-content: center; flex-wrap: wrap; margin-bottom: 40px;
}
.legend {
  display: flex; align-items: center; gap: 24px; margin-bottom: 32px; flex-wrap: wrap;
  padding: 14px 24px; background: var(--bg-gray); border: 1px solid var(--border); border-radius: 9px;
}
.legend-label { font-size: 12.5px; color: var(--muted); font-weight: 700; text-transform: uppercase; letter-spacing: .08em; }
.leg-item { display: flex; align-items: center; gap: 8px; font-size: 13.5px; color: var(--sub); font-weight: 500; }
.acc-item { border: 1px solid #DDE1E7; border-radius: 10px; margin-bottom: 25px; overflow: hidden; background: #FAFBFC; }
.acc-trigger {
  width: 100%; display: flex; align-items: center; justify-content: space-between;
  padding: 16px 40px; background: #FAFBFC; cursor: pointer;
  border: none; font-family: inherit; text-align: left; gap: 15px; transition: background .15s;
}
.acc-trigger:hover { background: #EEF3FB; }
.acc-left { display: flex; align-items: center; gap: 16px; }
.acc-title { font-size: 26px; font-weight: 700; color: var(--navy); letter-spacing: -.01em; }
.acc-sub { font-size: 16px; color: var(--muted); margin-top: 2px; }
.acc-chevron {
  flex-shrink: 0; display: flex; align-items: center; justify-content: center;
  transition: transform .25s ease;
  width: 28px; height: 28px;
}
.acc-item:has(.acc-trigger.open) { background: #0061d5; border-color: #d0d5dd; }
.acc-trigger.open { background: #0061d5; }
.acc-trigger.open .acc-chevron { transform: rotate(180deg); }
.acc-trigger.open .acc-chevron svg path { stroke: #add1fd; }
.acc-trigger.open .acc-title { color: #fff; }
.acc-trigger.open .acc-sub { color: rgba(255,255,255,0.7); }
.acc-body { display: none; }
.acc-body.open { display: block; }

/* FEATURE BLOCKS */
.feat-cat-head {
  display: flex; align-items: center; gap: 10px; padding: 14px 40px;
  background: #f8f9fb; border-top: 1px solid #e5e7ebd9; border-bottom: 1px solid #e5e7ebd9;
}

.feat-cat-name { font-size: 20px; font-weight: 700; color: var(--text); letter-spacing: .01em; }
.feat-table { width: 100%; border-collapse: collapse; background: #fff; table-layout: fixed; }
.feat-table tr { border-bottom: 1px solid var(--border); transition: background .1s; }
.feat-table tr:last-child { border-bottom: none; }
.feat-table tr:hover { background: #F9FAFB; }
.feat-table td { padding: 16px 32px 16px 40px; font-size: 17px; vertical-align: middle; }
.feat-table td:first-child { color: var(--text); width: 73%; }
.feat-table td:last-child { width: 23%; text-align: center; padding-right: 18px; }
.feat-table tr.price-highlight-row td { font-weight: 700; font-size: 1.5em; }
.feat-table tr.price-highlight-row td.plan-overview-val .s-val { font-size: 1em; font-weight: 700; }

/* プラン概要 기본仕様 오른쪽 컬럼 여백 */
.plan-overview-val { padding-left: 0px !important; padding-right: 30px !important; }

/* 주석 마크 */
.note-mark { font-size: 10px; color: #E8244A; vertical-align: super; margin-left: 1px; }

/* STATUS */
.s-yes { display: inline-flex; align-items: center; justify-content: flex-end; gap: 6px; color: #1D72E8; font-size: 15px; font-weight: 700; }
.s-no { color: #CBD5E1; display: flex; align-items: center; justify-content: center; height: 100%; }
.s-partial { display: inline-flex; align-items: center; justify-content: flex-end; }
.s-partial::before { display: none; }
.s-val {
  display: inline-block; color: var(--text);
  font-size: 17px; font-weight: 300;
  line-height: 1.6; text-align: center; white-space: nowrap;
}

.s-val-space{
  font-size:15px;font-weight:300;color:var(--text);line-height:1.8;text-align:center;
}
.s-sso {
  display: inline-block; background: var(--blue-pale); color: var(--blue-dark);
  font-size: 12px; font-weight: 600; padding: 6px 14px; border-radius: 8px; line-height: 1.7; text-align: left;
}

/* NOTES */
.notes-box { background: #F0F2F5; border-top: 1px solid #E5E7EB; padding: 26px 30px; }
.notes-box h3 {
  font-size: 11px; font-weight: 700; letter-spacing: .1em;
  text-transform: uppercase; color: var(--muted); margin-bottom: 14px;
}
.note { display: flex; gap: 12px; padding: 8px 0; font-size: 13px; color: var(--sub); line-height: 1.7; }
.note:last-child { border-bottom: none; }
.note-n { font-weight: 700; color: var(--blue); flex-shrink: 0; white-space: nowrap; }

/* 주석 독립 섹션 */
.notes-standalone {
  margin-top: 12px;
  padding: 0px 4px 0;
}
.notes-standalone-title {
  font-size: 11px; font-weight: 700; letter-spacing: .1em;
  text-transform: uppercase; color: var(--muted); margin-bottom: 14px;
}
.notes-standalone .note {
  display: flex; gap: 10px; padding: 1px 0;
  font-size: 12px; color: var(--muted); line-height: 1.5;
}
.notes-standalone .note-n {
  color: var(--muted); font-weight: 400; flex-shrink: 0; white-space: nowrap;
}
.notes-standalone a { color: var(--blue); text-decoration: underline; }

.notes-standalone .note1 {
  display: flex; gap: 0px; padding: 1px 0;
  font-size: 12px; color: var(--muted); line-height: 1.5;
}
.notes-standalone .note1-n {
  color: var(--muted); font-weight: 400; flex-shrink: 0; white-space: nowrap;
}

/* FAQ */
.faq-section { background: #fff; padding: 56px 0 64px; }
.faq-inner { max-width: 1200px; margin: 0 auto; padding: 0 64px; }
.faq-heading { margin-bottom: 28px; text-align: center; }
.faq-label { font-size: 12px; font-weight: 700; letter-spacing: .14em; text-transform: uppercase; color: var(--blue); margin-bottom: 12px; }
.faq-ja { font-size: 47px; font-weight: 900; color: var(--navy); letter-spacing: -.03em; margin-bottom: 10px; }
.faq-desc {font-size: 18px; color: #79797b; margin-bottom: 22px;}
.faq-list { display: flex; flex-direction: column; gap: 15px; }
.faq-item {
  background: #fff;
  border: 1px solid #DDE1E7;
  border-radius: 12px;
  overflow: hidden;
  transition: border-color 0.2s;
}
.faq-item.open { border-color: #DDE1E7; }
.faq-question {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 25px 24px 26px 32px;
  cursor: pointer;
  font-weight: 600;
  font-size: 20px;
  color: var(--navy);
  user-select: none;
  transition: background 0.15s;
  gap: 16px;
}
.faq-question:hover { background: #f8fbfe; }
.faq-icon {
  width: 32px; height: 32px;
  background: none;
  display: flex; align-items: center; justify-content: center;
  flex-shrink: 0;
  color: #b3b8c1;
  font-size: 32px; font-weight: 300;
  line-height: 1;
  transition: color 0.2s;

}
.faq-item.open .faq-icon { color:#b3b8c1; }
.faq-answer {
  max-height: 0; overflow: hidden;
  transition: max-height 0.35s ease, padding 0.25s;
  padding: 0 32px;
  font-size: 18px; color: var(--sub); line-height: 1.9;letter-spacing: -0.2px;
}
.faq-item.open .faq-answer { max-height: 600px; padding: 17px 32px 28px; }
.faq-answer a { color: var(--blue); text-decoration: underline; }
.faq-answer strong { color: var(--text); }

/* CTA */
.cta-section {
  background: linear-gradient(135deg, #0D1B2E 0%, #1557BF 60%, #1D72E8 100%);
  padding: 52px 64px;
  text-align: center;
  position: relative; overflow: hidden;
}
.cta-inner {
  max-width: 1200px; margin: 0 auto;
  position: relative; z-index: 1;
}
.cta-inner-card {
  background: none;
  border-radius: 0;
  padding: 0;
  text-align: center;
  position: relative; overflow: hidden;
}
.cta-inner-card::before {
  content: ''; position: absolute; inset: 0;
  background: radial-gradient(ellipse 60% 80% at 80% 50%, rgba(255,255,255,0.1) 0%, transparent 60%);
  pointer-events: none;
}
.cta-inner-card > * { position: relative; z-index: 1; }
.cta-label { display: none; }
.cta-section h2 {
  font-size: 40px; font-weight: 900; color: #fff;
  letter-spacing: -.03em; line-height: 1.2; margin-bottom: 16px;
}
.cta-lead {
  font-size: 16px; color: rgba(255,255,255,.85);
  font-weight: 400; margin-bottom: 40px;
}
.cta-btns {
  display: flex; justify-content: center; gap: 20px; flex-wrap: wrap;
}
.cta-btn-wrap { display: flex; flex-direction: column; align-items: center; gap: 8px; }
.cta-btn-note { font-size: 12px; color: rgba(255,255,255,0.7); letter-spacing: .02em; }
.btn-cta-white {
  display: flex; align-items: center; justify-content: center;
  background: #fff; color: var(--blue);
  font-size: 17px; font-weight: 700;
  padding: 16px 32px; border-radius: 100px; text-decoration: none;
  border: none; position: relative;
  transition: color .2s, transform .1s; min-width: 260px; gap: 12px;
  z-index: 0;
}
.btn-cta-white::before {
  content: '';
  position: absolute; inset: -1.5px;
  border-radius: 100px;
  background: linear-gradient(90deg, #f72585, #7209b7, #4361ee, #4cc9f0);
  z-index: -1;
}
.btn-cta-white::after {
  content: '';
  position: absolute; inset: 1px;
  border-radius: 100px;
  background: #fff;
  transition: opacity .2s;
  z-index: -1;
}
.btn-cta-white:hover { color: #fff; transform: translateY(-1px); }
.btn-cta-white:hover::after { opacity: 0; }
.btn-cta-blue {
  display: flex; align-items: center; justify-content: center;
  background: #0061d5; color: #fff;
  font-size: 17px; font-weight: 700;
  padding: 16px 32px; border-radius: 100px; text-decoration: none;
  border: none;
  transition: background .15s, transform .1s; min-width: 260px; gap: 12px;
}
.btn-cta-blue:hover { background: #0050b3; transform: translateY(-1px); }
.btn-cta-icon { display: none; }
.btn-cta-arrow { display: none; }
.cta-footer-bar { background: #060E1F; padding: 20px; margin-top: 0; text-align: center; }
.cta-footer-bar p { font-size: 13.5px; color: rgba(255,255,255,.25); }



/* SPEC CARD SECTION */
.spec-card-section {
  background: #fff;
  padding: 20px 0px 0px;
}
.spec-card-inner {
  max-width: 1200px; margin: 0 auto; padding: 0 64px;
}
.spec-card {
  background: linear-gradient(135deg, #0642cb 0%, #0058c4 60%, #106def 100%);
  border-radius: 20px;
  padding: 45px 50px;
  display: grid;
  grid-template-columns: 2fr 2fr;
  gap: 58px;
  position: relative;
  overflow: hidden;
}
.spec-card::before {
  content: ''; position: absolute; inset: 0;
  background: radial-gradient(ellipse 60% 80% at 80% 50%, rgba(255,255,255,0.07) 0%, transparent 60%);
  pointer-events: none;
}
.spec-card > * { position: relative; z-index: 1; }
.spec-card-left { display: flex; flex-direction: column; justify-content: center; }
.spec-card-badge {
  display: inline-block;
  background: #000e4363;
  color: #fff;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: .1em;
  padding: 5px 16px;
  border-radius: 100px;
  margin-bottom: 8px;
  border: none;
  width: fit-content;
}
.spec-card-title {
  font-size: 47px; font-weight: 900; color: #fff;
  letter-spacing: -.03em; line-height: 1.15; margin-bottom: 16px; white-space: nowrap;
}
.spec-card-sub {
  font-size: 17px;
  color: rgba(243, 244, 247, 0.8);
  margin-bottom: 25px;
  line-height: 1.55;
}
.spec-card-price {
  font-size: 22px; font-weight: 900; color: #fff;
  margin-bottom: 6px; letter-spacing: -.02em;
}
.spec-card-price-note {
  font-size: 13px; color: rgba(255,255,255,0.55);
  margin-bottom: 32px;
}
.spec-card-btns { display: flex; flex-direction: row; gap: 12px; flex-wrap: nowrap; }
a.spec-card-btn-primary {
  background: #fff; color: var(--blue);
  font-size: 17px; font-weight: 700;
  padding: 11px 30px; border-radius: 100px; text-decoration: none;
  text-align: center; transition: background .15s, transform .1s; white-space: nowrap;
}
a.spec-card-btn-primary:hover { background: #F0F4FF; transform: translateY(-1px); }
a.spec-card-btn-ghost {
  background: #FF114A;
  color: #fff;
  font-size: 17px;
  font-weight: 600;
  padding: 11px 30px;
  border-radius: 100px;
  text-decoration: none;
  text-align: center;
  transition: background .15s, transform .1s;
  white-space: nowrap;
}
a.spec-card-btn-ghost:hover { background: #f2023a; transform: translateY(-1px); }
.spec-card-right {}
.spec-card-list-label {
  font-size: 11px; font-weight: 700; letter-spacing: .1em;
  color: rgba(255,255,255,0.5); text-transform: uppercase;
  margin-bottom: 20px;
}
.spec-card-list { display: flex; flex-direction: column; gap: 0; }
.spec-card-list-item {
  display: flex; align-items: center; gap: 8px;
  padding: 8px 0;
  /*border-bottom: 1px solid rgba(255,255,255,0.1); */
  font-size: 16px; color: #fff;
}
.spec-card-list-item:last-child { border-bottom: none; }
.spec-card-list-check {
  flex-shrink: 0; display: flex; align-items: center;
}
.spec-card-list-key { font-weight: 700; color: #fff; flex-shrink: 0; }
.spec-card-list-val { color: #fff; }
@media (max-width: 900px) {
  .spec-card { grid-template-columns: 1fr; padding: 36px 28px; }
  .spec-card-inner { padding: 0 20px; }
}


/* FEATURE LINKS */
.feat-link {
  color: #0061d5 !important; text-decoration: none;
  transition: color .15s;
}
.feat-link:hover { color: #1557BF; }

/* VALUE CARDS */
.value-cards {
  max-width: 1200px; margin: 45px auto 0;
  display: grid; grid-template-columns: repeat(4, 1fr); gap: 20px;
}
.value-card {
  /* background: #fff; border: 1.5px solid #cbd3dfcc;  */
  border-radius: 20px;
  padding: 26px 20px; text-align: center;

  display: flex; flex-direction: column; align-items: center;

  background: linear-gradient(180deg, #f8fbff 0%, #FFFFFF 100%);
  border: 1.5px solid #dbe3f5;
  box-shadow: 0 6px 10px rgb(127 140 170 / 10%);
}
.value-badge {
  display: inline-block;
  background: #e4f0ff; color: var(--blue);
  font-size: 13px; font-weight: 700; letter-spacing: .06em;
  padding: 4px 12px; border-radius: 100px; margin-bottom: 10px;
}
.value-num { font-size: 38px; font-weight: 900; color: var(--navy); letter-spacing: -.03em; line-height: 1.1; margin-bottom: 12px; }
.value-num1 { font-size: 31px; font-weight: 900; color: var(--navy); letter-spacing: -.06em; line-height: 1.3; margin-bottom: 12px; }
.value-label {font-size: 16px;font-weight: 700;color: #545c66;margin-bottom: 17px; }
.value-desc {font-size: 15px;color: #717884;line-height: 1.55;text-align: center;}

/* MID CTA */
.mid-cta {
  max-width: 1200px; margin: 0 auto 44px; padding: 24px 28px;
  border: 1px solid #BFDBFE; border-radius: 18px;
  background: linear-gradient(135deg, #F5F9FF 0%, #FFFFFF 100%);
  display: flex; align-items: center; justify-content: space-between; gap: 20px;
}
.mid-cta-title { font-size: 20px; font-weight: 900; color: var(--navy); letter-spacing: -.02em; margin-bottom: 4px; }
.mid-cta-text { font-size: 14px; color: var(--sub); }
.mid-cta-actions { display: flex; gap: 10px; flex-shrink: 0; }

/* WHY SECTION */
.why-section { max-width: 1200px; margin: 0 auto 56px; }
.why-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; margin-top: 24px; }
.why-card {
  background: #fff; border: 1px solid var(--border); border-radius: 16px;
  padding: 24px; min-height: 160px;
}
.why-kicker { font-size: 12px; font-weight: 800; color: var(--blue); letter-spacing: .08em; margin-bottom: 10px; }
.why-title { font-size: 18px; font-weight: 800; color: var(--navy); line-height: 1.45; margin-bottom: 10px; }
.why-text { font-size: 14px; color: var(--sub); line-height: 1.8; }



/* UTILITY CTA */
.full-width-mid-cta { max-width: 1200px; margin: 0 auto 48px; padding: 0 64px; }
.full-width-mid-cta .mid-cta { margin-bottom: 0; }

/* MID CTA */
.mid-cta {
  max-width: 1200px; margin: 0 auto 44px; padding: 24px 28px;
  border: 1px solid #BFDBFE; border-radius: 18px;
  background: linear-gradient(135deg, #F5F9FF 0%, #FFFFFF 100%);
  display: flex; align-items: center; justify-content: space-between; gap: 20px;
}
.mid-cta-title { font-size: 20px; font-weight: 900; color: var(--navy); letter-spacing: -.02em; margin-bottom: 4px; }
.mid-cta-text { font-size: 14px; color: var(--sub); }
.mid-cta-actions { display: flex; gap: 10px; flex-shrink: 0; flex-wrap: wrap; justify-content: flex-end; }
.mid-cta-actions .btn-download { padding: 14px 24px; }

/* STICKY CTA */
.sticky-cta {
  position: fixed; bottom: 18px; left: 50%; transform: translateX(-50%); z-index: 190;
  width: calc(100% - 48px); max-width: 835px;
  background: rgba(13, 27, 46, 0.94); color: #fff;
  border-radius: 999px; padding: 10px 12px 10px 22px;
  display: flex; align-items: center; justify-content: space-between; gap: 16px;
  box-shadow: 0 16px 45px rgba(13, 27, 46, 0.28);
  backdrop-filter: blur(12px);
  transition: opacity 0.3s, transform 0.3s;
}
.sticky-cta--hidden {
  opacity: 0;
  pointer-events: none;
  transform: translateX(-50%) translateY(12px);
}
.sticky-cta-text { font-size: 15px; font-weight: 700; white-space: nowrap; padding-left: 5px;}
.sticky-cta-actions { display: flex; gap: 8px; }
.sticky-cta a { text-decoration: none; border-radius: 999px; padding: 8px 18px; font-size: 14px; font-weight: 800; }
a.sticky-cta-primary { background: #fff; color: var(--blue); }
a.sticky-cta-secondary { background: #0061d5; color: #fff; }
a.sticky-cta-download { background: rgba(255,255,255,0.14); color: #fff; border: 1px solid rgba(255,255,255,0.3); }

@media (max-width: 900px) {
  /* 표시 제어 */
  .pc_on { display: none !important; }
  .br_pc { display: none; }
  .sp_on { display: block; }
  .br_sp { display: block; }

  /* 레이아웃 */
  .wrap_top { margin-top: 4.2rem !important; margin-bottom: 15px; padding: 0px 10px;}
  .nav { padding: 0 24px; }
  .nav-links { display: none; }

  /* HERO */
  .hero { padding: 36px 0 32px; }
  .hero-inner { padding: 0 20px; }
  .hero-tag { font-size: 21px; flex-direction: column; gap: 4px; }
  .hero-new-badge { font-size: 15px; padding: 4px 10px; margin-right: 0; margin-bottom: 0; }
  .hero h1 { font-size: 30px; letter-spacing: -.02em; }
  .hero-lead { font-size: 15px; margin-bottom: 28px; }
  .hero-btns { flex-direction: column; align-items: stretch; gap: 12px; }
  .hero-btns a { width: 100%; justify-content: center; font-size: 16px; padding: 13px 20px; box-sizing: border-box; }

  /* VALUE CARDS */
  .value-cards { grid-template-columns: repeat(2, 1fr); gap: 10px; margin-top: 20px; }
  .value-card { padding: 16px 12px; }
  .value-badge { font-size: 10px; padding: 3px 8px; }
  .value-num { font-size: 26px; margin-bottom: 6px; }
  .value-num1 { font-size: 20px; margin-bottom: 6px; }
  .value-label { font-size: 13px; margin-bottom: 8px; }
  .value-desc { font-size: 12px; }

  /* ACCORDION */
  .accordion-wrap { padding: 32px 16px 20px; }
  .section-title { font-size: 28px; }
  .section-desc { font-size: 14px; }
  .acc-toggle-btn { font-size: 14px; }
  .acc-trigger { padding: 14px 16px; }
  .acc-title { font-size: 18px; }
  .acc-sub { font-size: 13px; }
  .acc-chevron { width: 20px; height: 20px; }
  .acc-chevron svg { width: 20px; height: 20px; }
  .feat-cat-head { padding: 10px 16px; }
  .feat-cat-name { font-size: 15px; }
  .feat-table { table-layout: auto; }
  .feat-table td { padding: 11px 13px; font-size: 14px; }
  .feat-table td:first-child { width: 65%; }
  .feat-table td:last-child { width: 35%; }
  .feat-table tr.price-highlight-row td { font-size: 14px; }
  .s-val { white-space: normal; font-size: 14px; }
  .s-yes svg { width: 21px; height: 21px; }
  .s-no svg { width: 22px; height: 22px; }
  .s-partial svg { width: 20px; height: 20px; }
  .plan-overview-val { padding-right: 8px !important; }
  .acc-item {margin-bottom: 16px;}

  /* FAQ */
  .faq-section { padding: 36px 0 48px; }
  .faq-inner { padding: 0 16px; }
  .faq-ja { font-size: 28px; }
  .faq-desc { font-size: 14px; }
  .faq-question { font-size: 15px; padding: 18px 16px; }
  .faq-icon { width: 20px; height: 20px; font-size: 20px; }
  .faq-answer { font-size: 14px; line-height: 1.75; }
  .faq-item.open .faq-answer { padding: 14px 16px 22px; }

  /* SPEC CARD */
  .spec-card { grid-template-columns: 1fr; padding: 28px 20px; gap: 28px; }
  .spec-card-inner { padding: 0 16px; }
  .spec-card-title { font-size: 32px; white-space: normal; }
  .spec-card-sub { font-size: 14px; }
  .spec-card-btns { flex-direction: column; }
  a.spec-card-btn-primary, a.spec-card-btn-ghost { text-align: center; }

  /* CTA */
  .cta-section { padding: 40px 20px; }
  .cta-section h2 { font-size: 26px; }
  .btn-cta-white, .btn-cta-blue { min-width: unset; width: 100%; max-width: 340px; }

  /* MID CTA */
  .mid-cta { flex-direction: column; align-items: flex-start; padding: 20px 16px; }
  .mid-cta-actions { width: 100%; flex-direction: column; }
  .mid-cta-actions .btn-primary,
  .mid-cta-actions .btn-ghost,
  .mid-cta-actions .btn-download { text-align: center; width: 100%; justify-content: center; }
  .full-width-mid-cta { padding: 0 16px; }

  /* OTHER */
  .why-grid { grid-template-columns: 1fr; }
}