/* JIBUN 業務委託パートナー募集 — 共通スタイル */
*,*::before,*::after{box-sizing:border-box;margin:0;padding:0}
:root{
  --navy:#0A1628;--navy2:#0D1E35;--gold:#C9A84C;--gold-light:#DDB85E;
  --white:#fff;--off:#F6F5F1;--black:#0E0E0E;--gray:#E8E7E3;--text-sub:#555;--line:#06C755;
}
html{scroll-behavior:smooth}
body{font-family:'Noto Sans JP','Inter',sans-serif;color:var(--black);background:var(--white);overflow-x:hidden;font-weight:400;line-height:1.7}
a{color:inherit;-webkit-tap-highlight-color:transparent}
img{max-width:100%;display:block}

/* HEADER */
header{position:fixed;top:0;left:0;right:0;z-index:1000;height:64px;display:flex;align-items:center;justify-content:space-between;padding:0 40px;background:rgba(10,22,40,.97);backdrop-filter:blur(16px);border-bottom:1px solid rgba(201,168,76,.12);transition:height .3s}
.logo{text-decoration:none;line-height:1;display:flex;flex-direction:column}
.logo-main{font-family:'Inter',sans-serif;font-size:14px;font-weight:800;letter-spacing:.1em;color:#fff}
.logo-sub{font-size:8.5px;font-weight:300;letter-spacing:.22em;color:var(--gold);margin-top:3px}
nav{display:flex;align-items:center;gap:24px}
nav a{font-family:'Inter',sans-serif;font-size:10px;font-weight:600;letter-spacing:.14em;text-transform:uppercase;color:rgba(255,255,255,.65);text-decoration:none;transition:color .2s}
nav a:hover{color:#fff}
nav a.btn-nav{background:var(--gold);color:var(--navy);padding:8px 16px;border-radius:2px;font-weight:700}
nav a.btn-nav:hover{background:var(--gold-light)}
.hamburger{display:none;flex-direction:column;gap:5px;cursor:pointer;padding:4px;background:none;border:none}
.hamburger span{display:block;width:22px;height:1.5px;background:#fff}
.mobile-nav{position:fixed;inset:0;background:var(--navy);z-index:999;flex-direction:column;align-items:flex-start;justify-content:center;padding:80px 40px;gap:20px;display:none}
.mobile-nav.open{display:flex}
.mobile-nav a{font-family:'Inter',sans-serif;font-size:26px;font-weight:900;color:rgba(255,255,255,.6);text-decoration:none;letter-spacing:-.02em;min-height:44px;display:flex;align-items:center}
.mobile-nav a:hover{color:var(--gold)}
.mobile-nav-close{position:absolute;top:22px;right:26px;width:44px;height:44px;font-size:22px;color:rgba(255,255,255,.4);cursor:pointer;background:none;border:none}

/* BUTTONS */
.btn{display:inline-flex;align-items:center;gap:.5rem;font-family:'Noto Sans JP',sans-serif;font-weight:700;font-size:15px;padding:16px 30px;border-radius:4px;text-decoration:none;transition:transform .2s,background .2s;min-height:52px;justify-content:center;border:none;cursor:pointer}
.btn:hover{transform:translateY(-2px)}
.btn-gold{background:var(--gold);color:var(--navy)}
.btn-gold:hover{background:var(--gold-light)}
.btn-line{background:var(--line);color:#fff}
.btn-ghost{background:transparent;color:#fff;border:1.5px solid rgba(255,255,255,.4)}
.btn-ghost:hover{border-color:rgba(255,255,255,.85)}
.btn-dark{background:var(--navy);color:#fff}
.btn-block{width:100%}
.cta-row{display:flex;gap:14px;flex-wrap:wrap}

/* HERO */
.hero{background:var(--navy);color:#fff;padding:150px 40px 90px;position:relative;overflow:hidden}
.hero-ghost{position:absolute;top:50%;right:-4%;transform:translateY(-50%);font-family:'Inter',sans-serif;font-size:min(30vw,360px);font-weight:900;color:rgba(255,255,255,.045);letter-spacing:-.06em;white-space:nowrap;pointer-events:none;user-select:none}
.hero-inner{position:relative;z-index:2;max-width:900px}
.eyebrow{display:flex;align-items:center;gap:12px;font-family:'Inter',sans-serif;font-size:11px;font-weight:700;letter-spacing:.26em;text-transform:uppercase;color:var(--gold);margin-bottom:22px}
.eyebrow::before{content:'';width:28px;height:1px;background:var(--gold)}
.hero h1{font-size:clamp(29px,5.2vw,58px);font-weight:900;line-height:1.3;letter-spacing:-.02em;margin-bottom:24px}
.hero h1 .accent{color:var(--gold)}
.hero-sub{font-size:clamp(15px,2vw,18px);color:rgba(255,255,255,.74);line-height:2;margin-bottom:34px;max-width:660px}
.hero-tags{display:flex;flex-wrap:wrap;gap:10px;margin-bottom:32px}
.hero-tag{font-size:12px;font-weight:600;letter-spacing:.03em;color:rgba(255,255,255,.85);border:1px solid rgba(201,168,76,.35);border-radius:999px;padding:7px 15px}

/* TRUST BAR */
.trustbar{background:var(--navy2);color:#fff;padding:0 40px}
.trustbar-inner{max-width:1120px;margin:0 auto;display:grid;grid-template-columns:repeat(3,1fr);gap:1px;background:rgba(255,255,255,.08)}
.trust-item{background:var(--navy2);padding:26px 20px;text-align:center}
.trust-item .t-k{font-family:'Inter',sans-serif;font-size:11px;font-weight:700;letter-spacing:.18em;color:var(--gold);text-transform:uppercase;margin-bottom:8px}
.trust-item .t-v{font-size:15px;font-weight:700}

/* SECTIONS */
.section{padding:96px 40px}
.section.off{background:var(--off)}
.section.navy{background:var(--navy);color:#fff}
.inner{max-width:1120px;margin:0 auto}
.inner-narrow{max-width:760px;margin:0 auto}
.lead-eyebrow{font-family:'Inter',sans-serif;font-size:11px;font-weight:700;letter-spacing:.2em;color:var(--gold);margin-bottom:16px;text-transform:uppercase}
.h2{font-size:clamp(26px,3.6vw,40px);font-weight:900;letter-spacing:-.02em;line-height:1.35;margin-bottom:22px}
.navy .h2{color:#fff}
.lead{font-size:16px;color:var(--text-sub);line-height:2;max-width:760px;margin-bottom:40px}
.navy .lead{color:rgba(255,255,255,.72)}
.note{font-size:13.5px;color:var(--text-sub);line-height:1.95;max-width:780px}
.navy .note{color:rgba(255,255,255,.6)}

/* PROBLEM */
.problem-list{display:flex;flex-direction:column;gap:14px;max-width:780px}
.problem-item{display:flex;gap:14px;align-items:flex-start;font-size:16px;line-height:1.8;color:rgba(255,255,255,.88)}
.problem-item::before{content:'✓';color:var(--gold);font-weight:800;flex-shrink:0}

/* CARDS */
.cards{display:grid;grid-template-columns:repeat(3,1fr);gap:22px}
.cards.c4{grid-template-columns:repeat(4,1fr)}
.card{background:#fff;border:1px solid var(--gray);border-radius:10px;padding:32px 26px}
.card-no{font-family:'Inter',sans-serif;font-size:12px;font-weight:800;color:var(--gold);margin-bottom:14px}
.card h3{font-size:18px;font-weight:800;margin-bottom:12px;line-height:1.5}
.card p{font-size:14.5px;color:var(--text-sub);line-height:1.9}

/* FLOW */
.flow{display:flex;flex-direction:column;max-width:860px}
.flow-step{display:flex;gap:22px;padding:24px 0;border-top:1px solid var(--gray)}
.flow-step:last-child{border-bottom:1px solid var(--gray)}
.navy .flow-step{border-color:rgba(255,255,255,.14)}
.flow-num{font-family:'Inter',sans-serif;font-size:26px;font-weight:900;color:var(--gold);flex-shrink:0;width:52px}
.flow-body h3{font-size:17px;font-weight:800;margin-bottom:7px}
.flow-body p{font-size:14.5px;color:var(--text-sub);line-height:1.9}
.navy .flow-body p{color:rgba(255,255,255,.72)}
.flow-tag{display:inline-block;font-size:11px;font-weight:700;color:var(--gold);border:1px solid rgba(201,168,76,.4);border-radius:999px;padding:2px 10px;margin-left:8px;vertical-align:middle}

/* TABLE (conditions) */
.spec{width:100%;border-collapse:collapse;max-width:760px}
.spec th,.spec td{text-align:left;padding:18px 16px;border-bottom:1px solid var(--gray);font-size:15px;vertical-align:top}
.spec th{width:34%;font-weight:800;color:var(--navy);background:var(--off)}
.spec td{color:var(--text-sub);line-height:1.85}

/* FAQ */
.faq-item{border-top:1px solid var(--gray);max-width:860px;margin:0 auto}
.faq-item:last-child{border-bottom:1px solid var(--gray)}
.faq-q{width:100%;text-align:left;background:none;border:none;cursor:pointer;font-family:inherit;font-size:16.5px;font-weight:800;color:var(--black);padding:24px 44px 24px 0;position:relative;line-height:1.6}
.faq-q::before{content:'Q.';color:var(--gold);margin-right:10px}
.faq-q::after{content:'+';position:absolute;right:6px;top:50%;transform:translateY(-50%);font-size:24px;font-weight:400;color:var(--gold);transition:transform .3s}
.faq-item.open .faq-q::after{transform:translateY(-50%) rotate(45deg)}
.faq-a{max-height:0;overflow:hidden;transition:max-height .35s ease}
.faq-a p{font-size:15px;color:var(--text-sub);line-height:1.95;padding:0 44px 24px 26px}
.faq-a p::before{content:'A.';color:var(--gold);font-weight:700;margin-right:8px}

/* FINAL */
.final{background:var(--navy);color:#fff;text-align:center;padding:104px 40px}
.final h2{font-size:clamp(24px,3.6vw,40px);font-weight:900;line-height:1.5;margin-bottom:18px}
.final p{color:rgba(255,255,255,.72);font-size:16px;line-height:1.9;margin-bottom:34px}
.final .cta-row{justify-content:center}

/* FORM */
.form-wrap{max-width:640px;margin:0 auto}
.field{margin-bottom:24px}
.field label{display:block;font-size:14px;font-weight:700;margin-bottom:8px}
.field .req{color:#c0392b;font-size:12px;margin-left:6px}
.field .opt{color:var(--text-sub);font-size:12px;margin-left:6px;font-weight:400}
.field input,.field select,.field textarea{width:100%;font-family:inherit;font-size:15px;padding:14px 16px;border:1px solid var(--gray);border-radius:6px;background:#fff;color:var(--black);transition:border-color .2s}
.field input:focus,.field select:focus,.field textarea:focus{outline:none;border-color:var(--gold)}
.field textarea{min-height:120px;resize:vertical}
.field .hint{font-size:12.5px;color:var(--text-sub);margin-top:6px;line-height:1.7}
.slots{display:grid;grid-template-columns:1fr 1fr;gap:12px}
.slot{position:relative}
.slot input{position:absolute;opacity:0;pointer-events:none}
.slot label{display:block;border:1px solid var(--gray);border-radius:8px;padding:16px;cursor:pointer;font-weight:700;font-size:14px;transition:all .2s;margin:0}
.slot input:checked+label{border-color:var(--gold);background:rgba(201,168,76,.08)}
.slot label .d{font-size:12px;color:var(--text-sub);font-weight:400;margin-top:4px}
.consent{display:flex;gap:12px;align-items:flex-start;background:var(--off);border-radius:8px;padding:18px 20px;margin-bottom:26px}
.consent input{margin-top:4px;width:18px;height:18px;flex-shrink:0}
.consent label{font-size:13.5px;line-height:1.8;color:var(--text-sub);font-weight:400;margin:0}
.form-msg{display:none;padding:16px 18px;border-radius:8px;font-size:14px;margin-bottom:20px;line-height:1.7}
.form-msg.err{display:block;background:#fdecea;color:#c0392b;border:1px solid #f5c6cb}
.form-msg.ok{display:block;background:#eafaf1;color:#1e8449;border:1px solid #a9dfbf}

/* FOOTER */
footer{background:var(--navy);padding:68px 40px 34px;color:#fff}
.footer-grid{max-width:1120px;margin:0 auto;display:grid;grid-template-columns:2fr 1fr 1fr;gap:44px;margin-bottom:48px}
.footer-brand p{font-size:13px;line-height:1.9;color:rgba(255,255,255,.45);margin-top:18px;max-width:300px}
.fc h4{font-family:'Inter',sans-serif;font-size:10px;font-weight:700;letter-spacing:.24em;text-transform:uppercase;color:var(--gold);margin-bottom:20px}
.fc ul{list-style:none;display:flex;flex-direction:column;gap:12px}
.fc ul li a{font-size:13px;color:rgba(255,255,255,.55);text-decoration:none;transition:color .2s}
.fc ul li a:hover{color:#fff}
.footer-bottom{max-width:1120px;margin:0 auto;border-top:1px solid rgba(255,255,255,.08);padding-top:28px;display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;gap:14px}
.footer-bottom p{font-size:12px;color:rgba(255,255,255,.2)}
.footer-bottom .fl{display:flex;gap:22px;flex-wrap:wrap}
.footer-bottom .fl a{font-size:12px;color:rgba(255,255,255,.2);text-decoration:none}
.footer-bottom .fl a:hover{color:rgba(255,255,255,.6)}

/* SUBPAGE HERO */
.page-head{background:var(--navy);color:#fff;padding:130px 40px 60px;position:relative;overflow:hidden}
.page-head .eyebrow{margin-bottom:14px}
.page-head h1{font-size:clamp(26px,4vw,44px);font-weight:900;letter-spacing:-.02em;line-height:1.3}
.page-head p{color:rgba(255,255,255,.7);margin-top:16px;font-size:15px;line-height:1.9;max-width:620px}
.crumb{font-size:12px;color:rgba(255,255,255,.4);margin-top:20px}
.crumb a{color:var(--gold);text-decoration:none}

/* LEGAL / PROSE */
.legal{max-width:820px;margin:0 auto;padding:64px 40px 90px}
.legal .updated{font-size:13px;color:var(--text-sub);margin-bottom:36px}
.legal h2{font-size:19px;font-weight:800;color:var(--navy);margin:40px 0 14px;padding-top:8px;border-top:1px solid var(--gray)}
.legal h2:first-of-type{border-top:none;margin-top:8px}
.legal h3{font-size:16px;font-weight:800;margin:22px 0 10px}
.legal p{font-size:15px;line-height:1.95;color:#333;margin-bottom:14px}
.legal ul,.legal ol{margin:0 0 16px 1.4em}
.legal li{font-size:15px;line-height:1.9;color:#333;margin-bottom:8px}
.legal table{width:100%;border-collapse:collapse;margin:8px 0 20px}
.legal table th,.legal table td{text-align:left;padding:14px 16px;border:1px solid var(--gray);font-size:14.5px;vertical-align:top;line-height:1.8}
.legal table th{width:32%;background:var(--off);font-weight:800;color:var(--navy)}
.legal .lead-note{background:var(--off);border-left:3px solid var(--gold);padding:16px 20px;border-radius:0 8px 8px 0;font-size:14px;color:#444;line-height:1.9;margin-bottom:28px}
@media(max-width:600px){.legal{padding:44px 20px 64px}.legal table th{width:40%}}

/* REVEAL */
.r{opacity:0;transform:translateY(26px);transition:opacity .7s ease,transform .7s ease}
.r.visible{opacity:1;transform:none}
.r.d1{transition-delay:.08s}.r.d2{transition-delay:.16s}.r.d3{transition-delay:.24s}

/* RESPONSIVE */
@media(max-width:960px){
  header{padding:0 20px}
  nav{display:none}
  .hamburger{display:flex;width:44px;height:44px;justify-content:center;align-items:center}
  .hero{padding:120px 20px 72px}
  .section{padding:68px 20px}
  .page-head{padding:104px 20px 48px}
  .cards,.cards.c4{grid-template-columns:1fr}
  .trustbar-inner{grid-template-columns:1fr}
  .footer-grid{grid-template-columns:1fr 1fr;gap:30px}
  .final{padding:72px 20px}
  footer{padding:52px 20px 28px}
}
@media(max-width:600px){
  .btn{width:100%;font-size:14px}
  .cta-row{flex-direction:column}
  .slots{grid-template-columns:1fr}
  .footer-grid{grid-template-columns:1fr 1fr;gap:26px 20px}
  .footer-brand{grid-column:1/-1}
  .footer-bottom{flex-direction:column;text-align:center}
  .spec th{width:40%}
}
@media(prefers-reduced-motion:reduce){
  .r{transition:none;opacity:1;transform:none}
  html{scroll-behavior:auto}
  .btn:hover{transform:none}
}

/* ============================================================
   V2 — 図解・アイコン中心 / スマホ最優先コンポーネント
   ============================================================ */

/* 3秒でわかる クイックストリップ */
.quick{background:var(--navy2);color:#fff;padding:0 40px}
.quick-inner{max-width:1120px;margin:0 auto;display:grid;grid-template-columns:repeat(4,1fr);gap:1px;background:rgba(255,255,255,.08)}
.quick-cell{background:var(--navy2);padding:30px 16px;text-align:center}
.quick-ico{font-size:34px;line-height:1;margin-bottom:12px}
.quick-t{font-size:15px;font-weight:800;letter-spacing:.01em}
.quick-s{font-size:12px;color:rgba(255,255,255,.55);margin-top:5px}

/* 6業務 可視化カード */
.jobgrid{display:grid;grid-template-columns:repeat(3,1fr);gap:20px}
.jobcard{background:#fff;border:1px solid var(--gray);border-radius:14px;padding:26px 24px;display:flex;flex-direction:column;transition:transform .2s,box-shadow .2s}
.jobcard:hover{transform:translateY(-4px);box-shadow:0 12px 30px rgba(10,22,40,.08)}
.jobcard-head{display:flex;align-items:center;gap:14px;margin-bottom:14px}
.jobcard-ico{width:54px;height:54px;flex-shrink:0;border-radius:14px;background:linear-gradient(135deg,#0A1628,#16304f);display:flex;align-items:center;justify-content:center;font-size:27px}
.jobcard-no{font-family:'Inter',sans-serif;font-size:11px;font-weight:800;letter-spacing:.14em;color:var(--gold)}
.jobcard h3{font-size:17px;font-weight:800;line-height:1.4;margin-top:2px}
.jobcard-desc{font-size:13.5px;color:var(--text-sub);line-height:1.8;margin-bottom:16px}
.chips{display:flex;flex-wrap:wrap;gap:8px;margin-top:auto}
.chip{display:inline-flex;align-items:center;gap:5px;font-size:12px;font-weight:700;color:var(--navy);background:var(--off);border:1px solid var(--gray);border-radius:999px;padding:6px 11px;line-height:1}
.chip .k{color:var(--text-sub);font-weight:600}
.stars{color:var(--gold);letter-spacing:1px;font-size:12px}
.stars .off{color:var(--gray)}

/* インフォグラフィック（報酬など 横並びアイコン説明） */
.info3{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}
.info-cell{text-align:center;padding:28px 20px;background:#fff;border:1px solid var(--gray);border-radius:14px}
.info-ico{font-size:30px;margin-bottom:12px}
.info-cell h4{font-size:16px;font-weight:800;margin-bottom:8px}
.info-cell p{font-size:13px;color:var(--text-sub);line-height:1.8}

/* フローチャート（応募〜業務開始） */
.fchart{display:grid;grid-template-columns:repeat(7,1fr);gap:10px;align-items:stretch}
.fnode{position:relative;background:#fff;border:1px solid var(--gray);border-radius:14px;padding:22px 10px 18px;text-align:center;display:flex;flex-direction:column;align-items:center;gap:8px}
.fnode .fstep{position:absolute;top:-10px;left:50%;transform:translateX(-50%);font-family:'Inter',sans-serif;font-size:10px;font-weight:800;letter-spacing:.1em;color:#fff;background:var(--gold);border-radius:999px;padding:3px 9px}
.fnode .fico{width:52px;height:52px;border-radius:50%;background:var(--off);display:flex;align-items:center;justify-content:center;font-size:25px;margin-top:6px}
.fnode .ft{font-size:13px;font-weight:800;line-height:1.4}
.fnode::after{content:'›';position:absolute;right:-11px;top:50%;transform:translateY(-50%);color:var(--gold);font-size:24px;font-weight:800;z-index:2}
.fnode:last-child::after{display:none}
.fchart.on-navy .fnode{background:rgba(255,255,255,.04);border-color:rgba(255,255,255,.14);color:#fff}
.fchart.on-navy .fnode .fico{background:rgba(201,168,76,.14)}

/* 実績カード（パートナーの声） */
.voices{display:grid;grid-template-columns:repeat(3,1fr);gap:20px}
.voice-card{background:#fff;border:1px solid var(--gray);border-radius:14px;overflow:hidden;display:flex;flex-direction:column}
.voice-top{display:flex;align-items:center;gap:14px;padding:22px 22px 16px}
.voice-photo{width:60px;height:60px;border-radius:50%;background:var(--off);border:1px solid var(--gray);display:flex;align-items:center;justify-content:center;font-size:26px;color:var(--text-sub);flex-shrink:0}
.voice-meta .vn{font-size:15px;font-weight:800}
.voice-meta .vd{font-size:12px;color:var(--text-sub);margin-top:3px}
.voice-stats{display:grid;grid-template-columns:1fr 1fr;gap:1px;background:var(--gray);border-top:1px solid var(--gray);border-bottom:1px solid var(--gray)}
.voice-stat{background:#fff;padding:14px 16px}
.voice-stat .sk{font-size:11px;color:var(--text-sub);font-weight:600}
.voice-stat .sv{font-size:16px;font-weight:800;color:var(--navy);margin-top:3px}
.voice-comment{padding:18px 22px;font-size:13.5px;color:#444;line-height:1.85}
.voice-note{grid-column:1/-1;text-align:center;font-size:13px;color:var(--text-sub);background:var(--off);border:1px dashed var(--gray);border-radius:12px;padding:20px}
.badge-prep{display:inline-block;font-size:11px;font-weight:800;letter-spacing:.08em;color:var(--gold);border:1px solid rgba(201,168,76,.5);border-radius:999px;padding:4px 12px;margin-bottom:14px}
/* 実データ実績カード */
.voice-photo.real{background:linear-gradient(135deg,#0A1628,#16304f);color:var(--gold);font-family:'Inter',sans-serif;font-weight:800;font-size:22px;border:2px solid var(--gold)}
.voice-meta .vn.big{font-size:17px}
.voice-stat.hl .sv{color:var(--gold)}
.disclaimer{font-size:12.5px;line-height:1.85;color:var(--text-sub);background:var(--off);border-left:3px solid var(--gold);border-radius:0 8px 8px 0;padding:14px 18px;margin-top:22px;max-width:900px}
.disclaimer strong{color:var(--navy)}

/* 肯定コミットメント（チェックカード） */
.promise{display:grid;grid-template-columns:repeat(3,1fr);gap:20px}
.pcard{background:#fff;border:1px solid var(--gray);border-radius:14px;padding:28px 24px}
.pcard .pico{width:48px;height:48px;border-radius:12px;background:rgba(201,168,76,.12);display:flex;align-items:center;justify-content:center;font-size:22px;margin-bottom:16px}
.pcard h4{font-size:16px;font-weight:800;margin-bottom:10px;line-height:1.5}
.pcard p{font-size:13.5px;color:var(--text-sub);line-height:1.85}

/* V2 レスポンシブ（スマホ最優先） */
@media(max-width:960px){
  .quick{padding:0 20px}
  .quick-inner{grid-template-columns:1fr 1fr}
  .jobgrid,.voices,.promise{grid-template-columns:1fr}
  .info3{grid-template-columns:1fr}
  .fchart{grid-template-columns:1fr;gap:26px}
  .fnode{flex-direction:row;justify-content:flex-start;gap:16px;text-align:left;padding:16px 18px}
  .fnode .fstep{top:50%;left:auto;right:14px;transform:translateY(-50%)}
  .fnode .fico{margin-top:0;width:46px;height:46px;font-size:22px}
  .fnode::after{content:'⌄';right:50%;top:auto;bottom:-22px;transform:translateX(50%)}
}
@media(max-width:600px){
  body{font-size:15.5px}
  .h2{font-size:clamp(24px,6.4vw,34px)}
  .lead{font-size:15px}
  .quick-inner{gap:1px}
  .quick-cell{padding:22px 12px}
  .jobcard{padding:22px 20px}
  .jobcard-ico{width:48px;height:48px;font-size:24px}
  .voice-stat .sv{font-size:15px}
  .btn{min-height:56px;font-size:15px}
  .section{padding:52px 18px}
}
