/* ============================================================
   Smart Connect LP — メインスタイルシート
   パス: assets/css/smart-connect.css
   背景画像は ../img/ファイル名 で参照
   ============================================================ */

   *,*::before,*::after { box-sizing: border-box; margin: 0; padding: 0; }
   html { font-size: 16px; }
   body {
     font-family: 'Noto Sans JP', 'Hiragino Kaku Gothic ProN', 'Yu Gothic', sans-serif;
     color: #1C2340;
     background: #FFFFFF;
     max-width: 1440px; /* width:1440px → max-width に変更（画面幅を超えないように） */
     margin: 0 auto;
     overflow-x: hidden;
   }
   
   /* ── HEADER ── */
   header {
     background: #FFFFFF;
     border-bottom: 2px solid #003087;
     padding: 0 80px;
     height: 72px;
     display: flex;
     align-items: center;
     justify-content: space-between;
   }
   .logo { display: flex; align-items: center; gap: 16px; }
   .logo-mark {
     width: 44px; height: 44px;
     background: linear-gradient(135deg,#003087,#0057C8);
     border-radius: 4px;
     display: flex; align-items: center; justify-content: center;
     color: #FFF; font-size: 20px; font-weight: 900; letter-spacing: -1px;
   }
   .logo-text { display: flex; flex-direction: column; gap: 2px; }
   .logo-name { font-size: 17px; font-weight: 700; color: #003087; letter-spacing: 0.04em; }
   .logo-sub { font-size: 10px; color: #0057C8; letter-spacing: 0.18em; font-weight: 500; }
   .logo-divider { width: 1px; height: 36px; background: #D0D8E8; margin: 0 4px; }
   .partner-badge {
     background: #F0F4FA; border: 1px solid #C0CFEA; border-radius: 2px;
     padding: 5px 12px; font-size: 10px; color: #003087; font-weight: 700; letter-spacing: .12em;
   }
   nav { display: flex; gap: 32px; align-items: center; }
   nav a {
     color: #333; text-decoration: none; font-size: 13px; letter-spacing: .04em;
     transition: color .2s; padding-bottom: 2px; border-bottom: 2px solid transparent;
   }
   nav a:hover { color: #003087; border-bottom-color: #003087; }
   .nav-cta {
     background: #003087; color: #FFF !important; padding: 11px 28px; border-radius: 3px;
     font-weight: 700 !important; font-size: 13px !important; border-bottom: none !important;
     letter-spacing: .06em; transition: background .2s !important;
   }
   .nav-cta:hover { background: #0044B8 !important; }
   
   /* ── FV ── */
   .fv {
     width: 100%;
     display: flex; align-items: stretch; min-height: 680px; overflow: hidden;
   }
   .fv-left {
     flex: 1; padding: 80px 80px 80px 120px;
     display: flex; flex-direction: column; justify-content: center;
     background: linear-gradient(160deg,#FFFFFF 0%,#EEF3FB 100%);
   }
   .fv-badge {
     display: inline-flex; align-items: center; gap: 10px;
     background: #EEF3FF; border: 1px solid #B8CCEE; border-radius: 3px;
     padding: 8px 18px; margin-bottom: 32px; width: fit-content;
   }
   .fv-badge-dot { width: 8px; height: 8px; border-radius: 50%; background: #003087; }
   .fv-badge span { font-size: 11px; color: #003087; font-weight: 700; letter-spacing: .18em; }
   .fv h1 {
     font-size: 50px; font-weight: 900; color: #1C2340;
     line-height: 1.45; letter-spacing: .02em; margin-bottom: 24px;
   }
   .fv h1 .blue { color: #003087; }
   .fv-sub {
     font-size: 16px; color: #555; line-height: 1.9; margin-bottom: 44px;
     font-weight: 300; letter-spacing: .03em; max-width: 500px;
   }
   .fv-cta { display: flex; gap: 16px; align-items: center; margin-bottom: 52px; }
   .btn-primary {
     background: #003087; color: #FFF; padding: 17px 44px; border-radius: 3px;
     font-size: 15px; font-weight: 700; letter-spacing: .08em; text-decoration: none;
     box-shadow: 0 4px 16px rgba(0,48,135,.3); transition: all .2s;
   }
   .btn-secondary {
     color: #003087; font-size: 14px; text-decoration: none; letter-spacing: .05em;
     display: flex; align-items: center; gap: 6px; font-weight: 500;
     border: 1.5px solid #003087; padding: 15px 28px; border-radius: 3px;
   }
   .fv-trust { display: flex; gap: 32px; align-items: center; }
   .fv-trust-item { display: flex; align-items: center; gap: 10px; }
   .fv-trust-num { font-size: 26px; font-weight: 900; color: #003087; }
   .fv-trust-num span { font-size: 12px; }
   .fv-trust-label { font-size: 12px; color: #777; line-height: 1.4; }
   .fv-trust-divider { width: 1px; height: 40px; background: #D0D8E8; }
   
   /* ── FV右 ── */
   .fv-right {
     width: 580px; flex-shrink: 0;
     background-image:
       linear-gradient(160deg,rgba(0,26,86,.94) 0%,rgba(0,55,150,.91) 55%,rgba(0,82,190,.88) 100%),
       url(../img/fv-business-man.png); /* 相対パス: assets/css/ → assets/img/ */
     background-size: cover;
     background-position: center 20%;
     position: relative; overflow: hidden;
     display: flex; flex-direction: column; justify-content: center;
   }
   .fv-right-pattern {
     position: absolute; inset: 0;
     background-image:
       linear-gradient(rgba(255,255,255,.03) 1px,transparent 1px),
       linear-gradient(90deg,rgba(255,255,255,.03) 1px,transparent 1px);
     background-size: 48px 48px;
   }
   .fv-right-circle {
     position: absolute; right: -80px; bottom: -80px;
     width: 360px; height: 360px;
     border-radius: 50%; border: 1px solid rgba(255,255,255,.07);
   }
   .fv-right-circle2 {
     position: absolute; right: -140px; bottom: -140px;
     width: 480px; height: 480px;
     border-radius: 50%; border: 1px solid rgba(255,255,255,.04);
   }
   .fv-right-inner {
     position: relative; z-index: 2; padding: 52px 44px;
     display: flex; flex-direction: column;
   }
   .fv-right-header {
     margin-bottom: 28px; padding-bottom: 24px;
     border-bottom: 1px solid rgba(255,255,255,.15);
   }
   .fv-right-badge {
     display: inline-block;
     background: rgba(255,255,255,.11);
     border: 1px solid rgba(255,255,255,.26); border-radius: 2px;
     padding: 5px 14px; font-size: 10px; font-weight: 700;
     color: rgba(255,255,255,.82); letter-spacing: .2em; margin-bottom: 14px;
   }
   .fv-right-tagline {
     font-size: 21px; font-weight: 700; color: #FFF; line-height: 1.55; letter-spacing: .03em;
   }
   .fv-info-cards { display: flex; flex-direction: column; gap: 12px; }
   .fv-info-card {
     background: rgba(255,255,255,.09); border: 1px solid rgba(255,255,255,.20);
     border-radius: 8px; padding: 20px 22px; backdrop-filter: blur(14px);
     display: flex; gap: 16px; align-items: flex-start; transition: background .25s;
   }
   .fv-info-card:hover { background: rgba(255,255,255,.14); }
   .fv-info-icon {
     flex-shrink: 0; width: 40px; height: 40px; border-radius: 6px;
     background: rgba(255,255,255,.11);
     display: flex; align-items: center; justify-content: center; font-size: 20px;
   }
   .fv-info-title { font-size: 14px; font-weight: 700; color: #FFF; margin-bottom: 5px; letter-spacing: .02em; }
   .fv-info-text { font-size: 12px; color: rgba(255,255,255,.68); line-height: 1.7; }
   
   /* ── SECTION BASE ── */
   .sec { padding: 100px 120px; }
   .sec-header { margin-bottom: 68px; }
   .sec-header.center { text-align: center; }
   .kicker {
     display: inline-flex; align-items: center; gap: 8px;
     font-size: 11px; font-weight: 700; color: #003087; letter-spacing: .25em; margin-bottom: 12px;
   }
   .kicker::before { content: ''; display: block; width: 20px; height: 2px; background: #003087; }
   .kicker-light { color: rgba(255,255,255,.6); }
   .kicker-light::before { background: rgba(255,255,255,.4); }
   .sec-title { font-size: 36px; font-weight: 700; color: #1C2340; line-height: 1.45; margin-bottom: 14px; letter-spacing: .02em; }
   .sec-desc { font-size: 15px; color: #666; line-height: 1.85; font-weight: 300; }
   
   /* ── 選ばれる理由 ── */
   .reasons-sec { background: #FFFFFF; }
   .reasons-photo-row {
     display: grid; grid-template-columns: 1fr 1fr; gap: 24px;
     margin-bottom: 56px;
   }
   .reasons-photo {
     border-radius: 8px; overflow: hidden; height: 240px; position: relative;
   }
   .reasons-photo img {
     width: 100%; height: 100%; object-fit: cover; display: block;
     transition: transform .4s;
     filter: brightness(0.90) saturate(0.85);
   }
   .reasons-photo:hover img { transform: scale(1.03); }
   .reasons-photo-caption {
     position: absolute; bottom: 0; left: 0; right: 0;
     background: linear-gradient(transparent,rgba(0,28,80,.78));
     padding: 24px 28px 20px;
     font-size: 13px; font-weight: 600; color: #FFF; letter-spacing: .04em;
   }
   .reasons-grid {
     display: grid; grid-template-columns: repeat(2,1fr);
     gap: 28px;
   }
   .reason-card {
     border: 1px solid #E0E8F4; border-radius: 8px;
     padding: 52px 44px;
     display: flex; gap: 28px; align-items: flex-start; transition: all .2s;
     position: relative; overflow: hidden; background: #FAFCFF;
   }
   .reason-card:hover {
     border-color: #B8D0F0;
     box-shadow: 0 4px 20px rgba(0,48,135,.07);
   }
   .reason-card::before {
     content: ''; position: absolute; top: 0; left: 0; right: 0; height: 3px;
     background: linear-gradient(90deg,#003087,#0057C8);
   }
   .reason-num-badge {
     flex-shrink: 0; width: 52px; height: 52px; border-radius: 50%;
     background: linear-gradient(135deg,#003087,#0057C8);
     display: flex; align-items: center; justify-content: center;
     color: #FFF; font-size: 18px; font-weight: 900;
   }
   .reason-content h3 { font-size: 19px; font-weight: 700; color: #1C2340; margin-bottom: 12px; line-height: 1.4; }
   .reason-content p { font-size: 14px; color: #666; line-height: 1.85; font-weight: 300; }
   
   /* ── サービス ── */
   .services-sec { background: #F4F7FB; }
   .services-tabs {
     display: flex; border-bottom: 2px solid #D0D8E8; margin-bottom: 40px;
   }
   .tab {
     padding: 14px 28px; font-size: 14px; font-weight: 500; color: #888;
     cursor: pointer; border-bottom: 3px solid transparent; margin-bottom: -2px;
     letter-spacing: .04em; transition: all .2s;
   }
   .tab.active { color: #003087; border-bottom-color: #003087; font-weight: 700; }
   .services-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 20px; }
   .srv-card {
     background: #FFF; border-radius: 8px; overflow: hidden;
     box-shadow: 0 2px 12px rgba(0,48,135,.06); transition: all .2s;
     border: 1px solid transparent;
   }
   .srv-card:hover {
     box-shadow: 0 6px 24px rgba(0,48,135,.12);
     border-color: #D0DCF0;
     transform: translateY(-2px);
   }
   .srv-img {
     width: 100%; height: 160px; overflow: hidden; display: block; position: relative;
   }
   .srv-img::after {
     content: ''; position: absolute; inset: 0;
     background: linear-gradient(180deg,rgba(0,28,90,.05) 0%,rgba(0,55,150,.18) 100%);
     pointer-events: none;
   }
   .srv-img img {
     width: 100%; height: 100%; object-fit: cover; display: block;
     filter: brightness(0.87) saturate(0.80) contrast(1.04);
     transition: transform .4s, filter .4s;
   }
   .srv-card:hover .srv-img img {
     transform: scale(1.04);
     filter: brightness(0.93) saturate(0.86) contrast(1.02);
   }
   .srv-body { padding: 28px 28px 32px; }
   .srv-icon-wrap {
     width: 48px; height: 48px; border-radius: 8px; margin-bottom: 16px;
     display: flex; align-items: center; justify-content: center; font-size: 22px;
   }
   .icon-blue   { background: linear-gradient(135deg,#EEF3FF,#DCE8FF); }
   .icon-teal   { background: linear-gradient(135deg,#EEF9FF,#DCEFFF); }
   .icon-green  { background: linear-gradient(135deg,#EEFAF4,#DCEFE8); }
   .icon-purple { background: linear-gradient(135deg,#F3EEFF,#E8DCFF); }
   .icon-orange { background: linear-gradient(135deg,#FFF5EE,#FFE8DC); }
   .icon-indigo { background: linear-gradient(135deg,#F0EEFF,#E2DCFF); }
   .srv-tag { font-size: 10px; letter-spacing: .25em; color: #0057C8; font-weight: 600; margin-bottom: 6px; }
   .srv-name { font-size: 17px; font-weight: 700; color: #1C2340; margin-bottom: 10px; line-height: 1.4; }
   .srv-desc { font-size: 13px; color: #888; line-height: 1.8; font-weight: 300; margin-bottom: 14px; }
   .srv-link { font-size: 12px; color: #003087; font-weight: 600; letter-spacing: .05em; }
   .srv-card-cta {
     background: #EEF3FF; border: 1px solid #B8CCEE; border-radius: 8px;
     display: flex; flex-direction: row; justify-content: space-between; align-items: center;
     gap: 32px; padding: 32px 48px; grid-column: 1/-1;
   }
   .srv-cta-text { flex: 1; }
   .srv-cta-text h4 { font-size: 17px; font-weight: 700; color: #003087; line-height: 1.55; margin-bottom: 8px; }
   .srv-cta-text p { font-size: 13px; color: #555; line-height: 1.7; }
   .srv-cta-actions { display: flex; flex-direction: column; gap: 10px; align-items: flex-end; flex-shrink: 0; }
   .srv-card-feature {
     background: linear-gradient(135deg,#003087,#1A7AE8);
     border-radius: 8px; padding: 36px 28px; grid-column: span 3;
     display: grid; grid-template-columns: 1fr 1fr 1fr; gap: 28px;
     align-items: center;
   }
   .feature-item { text-align: center; }
   .feature-num { font-size: 40px; font-weight: 900; color: #FFF; line-height: 1; margin-bottom: 6px; }
   .feature-num span { font-size: 16px; }
   .feature-label { font-size: 13px; color: rgba(255,255,255,.7); }
   
   /* ── 導入メリット ── */
   .merit-sec { background: #FFFFFF; }
   .merit-layout { display: grid; grid-template-columns: 1fr 1fr; gap: 64px; align-items: center; }
   .merit-list { display: flex; flex-direction: column; gap: 16px; }
   .merit-item {
     display: flex; gap: 24px; align-items: flex-start;
     padding: 28px 32px; border: 1px solid #E0E8F4; border-radius: 8px;
     background: #FAFCFF; transition: border-color .2s;
   }
   .merit-item:hover { border-color: #B8D0F0; }
   .merit-num {
     flex-shrink: 0; width: 44px; height: 44px; border-radius: 50%;
     background: #EEF3FF; display: flex; align-items: center; justify-content: center;
     font-size: 13px; font-weight: 900; color: #003087;
   }
   .merit-title { font-size: 15px; font-weight: 700; color: #1C2340; margin-bottom: 6px; }
   .merit-text { font-size: 13px; color: #777; line-height: 1.8; font-weight: 300; }
   .merit-visual {
     border-radius: 12px; overflow: hidden;
     position: relative;
   }
   .merit-visual-bg {
     position: absolute; inset: 0;
     background-image: url(../img/service-data-analytics.png); /* 相対パス */
     background-size: cover; background-position: center;
   }
   .merit-visual-overlay {
     position: absolute; inset: 0;
     background: linear-gradient(145deg,rgba(0,38,105,.91) 0%,rgba(0,68,175,.87) 60%,rgba(26,122,232,.84) 100%);
   }
   .merit-visual-content {
     position: relative; z-index: 1; padding: 36px 32px;
   }
   .merit-visual-title {
     font-size: 13px; font-weight: 700; color: rgba(255,255,255,.75);
     letter-spacing: .1em; margin-bottom: 20px; padding-bottom: 14px;
     border-bottom: 1px solid rgba(255,255,255,.14);
   }
   .merit-stat-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 10px; }
   .merit-stat {
     background: rgba(255,255,255,.09); border-radius: 8px; padding: 18px 14px;
     text-align: center; border: 1px solid rgba(255,255,255,.16);
   }
   .m-num { font-size: 28px; font-weight: 900; color: #FFF; line-height: 1.1; margin-bottom: 4px; }
   .m-num span { font-size: 13px; }
   .m-label { font-size: 11px; color: rgba(255,255,255,.56); }
   .merit-cta-note {
     text-align: center; margin-top: 14px; font-size: 11px;
     color: rgba(255,255,255,.40); line-height: 1.6;
   }
   
   /* ── 実績・信頼 ── */
   .trust-sec { background: #F4F7FB; }
   .trust-grid { display: grid; grid-template-columns: repeat(4,1fr); gap: 20px; margin-bottom: 48px; }
   .trust-stat-card {
     background: #FFF; border-radius: 8px; padding: 36px 24px; text-align: center;
     box-shadow: 0 2px 12px rgba(0,48,135,.06); border-top: 3px solid #003087;
   }
   .ts-num { font-size: 44px; font-weight: 900; color: #003087; line-height: 1; margin-bottom: 8px; }
   .ts-num em { font-style: normal; font-size: 20px; }
   .ts-label { font-size: 13px; color: #888; }
   .trust-cases { display: grid; grid-template-columns: repeat(3,1fr); gap: 20px; }
   .tc {
     background: #FFF; border-radius: 8px; overflow: hidden;
     box-shadow: 0 2px 12px rgba(0,48,135,.06); transition: box-shadow .2s;
   }
   .tc:hover { box-shadow: 0 6px 24px rgba(0,48,135,.10); }
   .tc-img {
     width: 100%; height: 140px; overflow: hidden; position: relative;
   }
   .tc-img::after {
     content: ''; position: absolute; inset: 0;
     background: linear-gradient(180deg,rgba(0,28,90,.04) 0%,rgba(0,55,150,.20) 100%);
   }
   .tc-img img {
     width: 100%; height: 100%; object-fit: cover; display: block;
     filter: brightness(0.87) saturate(0.80);
   }
   .tc-body { padding: 28px 32px 32px; }
   .tc-industry {
     display: inline-block; background: #EEF3FF; border-radius: 2px;
     padding: 4px 12px; font-size: 10px; color: #003087; font-weight: 700;
     letter-spacing: .12em; margin-bottom: 14px;
   }
   .tc-title { font-size: 16px; font-weight: 700; color: #1C2340; margin-bottom: 10px; line-height: 1.5; }
   .tc-text { font-size: 14px; color: #555; line-height: 1.9; font-weight: 300; }
   .tc-result {
     margin-top: 18px; padding-top: 16px; border-top: 1px solid #E0E8F4;
     font-size: 13px; font-weight: 700; color: #003087;
   }
   
   /* ── 会社情報 ── */
   .company-sec { background: #FFFFFF; }
   .company-layout { display: grid; grid-template-columns: 3fr 2fr; gap: 64px; }
   .company-table { width: 100%; border-collapse: collapse; }
   .company-table tr { border-bottom: 1px solid #E8EEF6; }
   .company-table th {
     padding: 18px 16px 18px 0; text-align: left; font-size: 12px;
     color: #999; font-weight: 500; width: 140px; vertical-align: top; letter-spacing: .05em;
   }
   .company-table td { padding: 18px 0; font-size: 14px; color: #333; line-height: 1.75; }
   .company-sidebar-unit {
     border-radius: 12px; overflow: hidden;
     border: 1px solid #D8E4F2;
     box-shadow: 0 4px 24px rgba(0,48,135,.09);
   }
   .company-photo {
     height: 200px; overflow: hidden; display: block;
   }
   .company-photo img {
     width: 100%; height: 100%; object-fit: cover; display: block;
     filter: brightness(0.90) saturate(0.84);
   }
   .company-sidebar-body { background: #F4F7FB; }
   .sidebar-card {
     padding: 28px 32px; border-bottom: 1px solid #DDE8F4;
   }
   .sidebar-card h4 { font-size: 14px; font-weight: 700; color: #1C2340; margin-bottom: 12px; }
   .cert-list { list-style: none; display: flex; flex-direction: column; gap: 8px; }
   .cert-list li {
     font-size: 12px; color: #555; padding-left: 16px; position: relative; line-height: 1.55;
   }
   .cert-list li::before {
     content: '✓'; position: absolute; left: 0; color: #003087; font-weight: 700;
   }
   .sidebar-contact {
     padding: 28px 32px; background: #003087;
   }
   .sidebar-contact h4 { color: #FFF; font-size: 14px; font-weight: 700; margin-bottom: 8px; }
   .sidebar-contact p { color: rgba(255,255,255,.70); font-size: 13px; line-height: 1.75; margin-bottom: 16px; }
   .sidebar-tel { font-size: 28px; font-weight: 900; color: #FFF; letter-spacing: .01em; margin-bottom: 4px; }
   .sidebar-tel-note { font-size: 12px; color: rgba(255,255,255,.48); margin-bottom: 20px; }
   .sidebar-contact-btn {
     display: block; text-align: center; background: #FFF; color: #003087;
     padding: 13px; border-radius: 3px; font-size: 14px; font-weight: 700; text-decoration: none;
     transition: opacity .2s;
   }
   .sidebar-contact-btn:hover { opacity: .92; }
   
   /* ── CTA セクション ── */
   .cta-sec {
     background: linear-gradient(140deg,#001F6E 0%,#003087 38%,#0050B8 72%,#1A7AE8 100%);
     padding: 100px 120px; position: relative; overflow: hidden;
   }
   .cta-sec::before {
     content: ''; position: absolute; inset: 0;
     background-image:
       linear-gradient(rgba(255,255,255,.03) 1px,transparent 1px),
       linear-gradient(90deg,rgba(255,255,255,.03) 1px,transparent 1px);
     background-size: 56px 56px;
   }
   .cta-inner {
     position: relative; z-index: 1;
     display: grid; grid-template-columns: 1fr 1fr; gap: 72px; align-items: start;
   }
   .cta-left h2 {
     font-size: 40px; font-weight: 700; color: #FFF;
     line-height: 1.5; margin-bottom: 18px; letter-spacing: .02em;
   }
   .cta-left p {
     font-size: 15px; color: rgba(255,255,255,.75); line-height: 1.9;
     font-weight: 300; margin-bottom: 24px;
   }
   .cta-check-list {
     list-style: none; display: flex; flex-direction: column; gap: 11px; margin-bottom: 36px;
   }
   .cta-check-list li {
     display: flex; align-items: center; gap: 10px;
     font-size: 14px; color: rgba(255,255,255,.85); font-weight: 500; letter-spacing: .02em;
   }
   .cta-check-list li::before {
     content: '✓'; flex-shrink: 0;
     font-size: 12px; font-weight: 700; color: #FFF;
     width: 22px; height: 22px; border-radius: 50%;
     background: rgba(255,255,255,.14); border: 1.5px solid rgba(255,255,255,.35);
     display: flex; align-items: center; justify-content: center;
     line-height: 22px; text-align: center;
   }
   .cta-image {
     border-radius: 10px; overflow: hidden;
     box-shadow: 0 14px 44px rgba(0,0,0,.32);
     border: 1.5px solid rgba(255,255,255,.18);
     position: relative;
   }
   .cta-image::after {
     content: ''; position: absolute; inset: 0;
     background: linear-gradient(180deg,transparent 45%,rgba(0,18,70,.32) 100%);
     pointer-events: none;
   }
   .cta-image img {
     width: 100%; height: 300px; object-fit: cover; display: block;
   }
   
   /* CTA フォームエリア（Contact Form 7 差し替え対応） */
   .cta-right {
     background: rgba(255,255,255,.11); border: 1px solid rgba(255,255,255,.22);
     border-radius: 12px; padding: 44px 40px; backdrop-filter: blur(8px);
   }
   .cta-form-title { font-size: 18px; font-weight: 700; color: #FFF; margin-bottom: 8px; }
   .cta-form-sub { font-size: 13px; color: rgba(255,255,255,.62); margin-bottom: 28px; line-height: 1.6; }
   
   /* --- Contact Form 7 スタイル上書き（差し替え後に機能） --- */
   .cta-right .wpcf7 .wpcf7-form { display: flex; flex-direction: column; gap: 16px; }
   .cta-right .wpcf7 label,
   .cta-form-label {
     font-size: 12px; color: rgba(255,255,255,.75); margin-bottom: 6px; display: block;
   }
   .cta-right .wpcf7 input[type="text"],
   .cta-right .wpcf7 input[type="email"],
   .cta-right .wpcf7 textarea,
   .cta-form-input {
     width: 100%; background: rgba(255,255,255,.12); border: 1px solid rgba(255,255,255,.24);
     border-radius: 4px; padding: 12px 16px; font-size: 14px; color: #FFF;
     font-family: inherit; transition: border-color .2s, background .2s;
   }
   .cta-right .wpcf7 input[type="text"]:focus,
   .cta-right .wpcf7 input[type="email"]:focus,
   .cta-right .wpcf7 textarea:focus,
   .cta-form-input:focus {
     outline: none; border-color: rgba(255,255,255,.52); background: rgba(255,255,255,.17);
   }
   .cta-right .wpcf7 input[type="text"]::placeholder,
   .cta-right .wpcf7 input[type="email"]::placeholder,
   .cta-form-input::placeholder { color: rgba(255,255,255,.30); }
   .cta-right .wpcf7 input[type="submit"],
   .btn-white {
     width: 100%; background: #FFF; color: #003087; padding: 16px; border: none;
     border-radius: 4px; font-size: 15px; font-weight: 700; cursor: pointer;
     letter-spacing: .06em; margin-top: 8px; font-family: inherit; transition: opacity .2s;
   }
   .cta-right .wpcf7 input[type="submit"]:hover,
   .btn-white:hover { opacity: .93; }
   .cta-form-note {
     font-size: 11px; color: rgba(255,255,255,.36); margin-top: 12px; text-align: center;
   }
   /* CF7 バリデーションメッセージ */
   .cta-right .wpcf7-not-valid-tip { color: #ffb3b3; font-size: 11px; }
   .cta-right .wpcf7-response-output {
     border: none !important; color: rgba(255,255,255,.8) !important;
     font-size: 13px; margin-top: 8px !important; padding: 8px 0 !important;
   }
   
   /* ── FOOTER ── */
   footer { background: #0D1F3C; padding: 0 120px; }
   .footer-top {
     padding: 48px 0; border-bottom: 1px solid rgba(255,255,255,.08);
     display: grid; grid-template-columns: 2fr 1fr 1fr 1fr; gap: 48px;
   }
   .footer-brand .logo-name { color: #FFF; font-size: 16px; }
   .footer-brand .logo-sub { color: rgba(255,255,255,.4); }
   .footer-brand p { font-size: 12px; color: rgba(255,255,255,.4); line-height: 1.8; margin-top: 16px; }
   .footer-col h5 { font-size: 12px; font-weight: 700; color: rgba(255,255,255,.7); letter-spacing: .1em; margin-bottom: 16px; }
   .footer-col a { display: block; font-size: 12px; color: rgba(255,255,255,.4); text-decoration: none; margin-bottom: 10px; }
   .footer-bottom {
     padding: 20px 0; display: flex; justify-content: space-between; align-items: center;
   }
   .footer-copy { font-size: 11px; color: rgba(255,255,255,.25); }
   .footer-legal { display: flex; gap: 24px; }
   .footer-legal a { font-size: 11px; color: rgba(255,255,255,.25); text-decoration: none; }
   
   
   /* ============================================================
      RESPONSIVE STYLES  v2
      ============================================================
      - Tablet  : max-width 1024px
      - Mobile  : max-width  767px
      - Small   : max-width  480px（補完用）
      PCデザインはすべて上記スタイルで維持し、
      以下はオーバーライドのみを記述する。
      ============================================================ */
   
   /* ────────────────────────────────────────────────────────────
      TABLET  (≤ 1024px)
      ──────────────────────────────────────────────────────────── */
   @media (max-width: 1024px) {
   
     /* ─ Header ─ */
     header {
       padding: 0 32px;
       height: 64px;
     }
     nav { gap: 20px; }
     nav a { font-size: 12px; }
     .nav-cta { padding: 9px 18px; font-size: 12px !important; }
   
     /* ─ FV ─ */
     .fv { min-height: 560px; }
     .fv-left { padding: 60px 48px 60px 60px; }
     .fv-right { width: 440px; }
     .fv h1 { font-size: 38px; }
     .fv-sub { font-size: 14px; }
     .fv-trust { gap: 20px; flex-wrap: wrap; }
     .fv-trust-num { font-size: 22px; }
   
     /* ─ Section base ─ */
     .sec { padding: 80px 60px; }
     .sec-title { font-size: 30px; }
     .sec-header { margin-bottom: 48px; }
   
     /* ─ Reasons ─ */
     .reason-card { padding: 36px 28px; }
   
     /* ─ Services ─ */
     .services-grid { grid-template-columns: repeat(2, 1fr); }
     .srv-card-feature { grid-column: span 2; }
   
     /* ─ Merit ─ */
     .merit-layout { gap: 40px; }
   
     /* ─ Trust ─ */
     .trust-grid { grid-template-columns: repeat(2, 1fr); }
     .trust-cases { grid-template-columns: repeat(2, 1fr); }
   
     /* ─ Company ─ */
     .company-layout { gap: 40px; }
   
     /* ─ CTA ─ */
     .cta-sec { padding: 80px 60px; }
     .cta-inner { gap: 48px; }
     .cta-left h2 { font-size: 32px; }
   
     /* ─ Footer ─ */
     footer { padding: 0 48px; }
     .footer-top {
       grid-template-columns: 2fr 1fr 1fr;
       gap: 32px;
     }
     /* ブランドカラムが広め、3列目は折り返す */
     .footer-top > *:last-child { grid-column: 1 / -1; }
   
   }
   
   
   /* ────────────────────────────────────────────────────────────
      MOBILE  (≤ 767px)
      ──────────────────────────────────────────────────────────── */
   @media (max-width: 767px) {
   
     /* ─ 1. html / body ─ */
     html { font-size: 15px; }
     body { overflow-x: hidden; }
   
     /* ────────────────────────────────────────
        2. Header
        ロゴ＋CTAボタンのみのシンプル構成。
        ナビは非表示（崩れ防止・ハンバーガー未実装のため）。
        高さは固定せず flex で自然に決まる。
     ──────────────────────────────────────── */
     header {
       padding: 0 20px;
       height: 56px;          /* 少し低くしてスッキリ */
       min-height: 56px;
       flex-wrap: nowrap;     /* 折り返し不要 */
       gap: 0;
     }
     .logo { gap: 10px; }
     .logo-mark { width: 34px; height: 34px; font-size: 15px; }
     .logo-name { font-size: 14px; letter-spacing: 0; }
     .logo-sub  { display: none; }      /* サブテキストは省略 */
     .logo-divider,
     .partner-badge { display: none; }  /* 区切り・バッジは省略 */
   
     /* ナビ全体を非表示 */
     nav { display: none; }
   
     /* nav内のCTAが nav と一緒に消えるため、
        HTMLで nav の外に .nav-cta がある場合はここで表示させる */
     header > a.nav-cta {
       display: inline-block;
       padding: 8px 14px;
       font-size: 12px !important;
       white-space: nowrap;
       border-bottom: none !important;
       flex-shrink: 0;
     }
   
     /* ────────────────────────────────────────
        3. FV
        左右2カラム → 縦積み。
        見出し・サブコピー・信頼数値の余白を
        再調整してテンポよく読み進められるように。
     ──────────────────────────────────────── */
     .fv {
       flex-direction: column;
       min-height: unset;
       overflow: hidden;
     }
     .fv-left {
       padding: 52px 24px 48px;  /* 上下を少し広く取りゆとりを確保 */
       order: 1;
     }
     .fv-right {
       width: 100%;
       flex-shrink: unset;
       min-height: 300px;
       order: 2;
       background-position: center 20%;
     }
   
     /* バッジ */
     .fv-badge {
       padding: 6px 14px;
       margin-bottom: 22px;
       gap: 8px;
     }
     .fv-badge span { font-size: 10px; letter-spacing: .14em; }
   
     /* 見出し：読みやすさ最優先で30px */
     .fv h1 {
       font-size: 30px;
       line-height: 1.5;
       margin-bottom: 18px;
       letter-spacing: .01em;
     }
   
     /* サブコピー：15px で本文と差別化しつつ読みやすく */
     .fv-sub {
       font-size: 15px;
       line-height: 1.85;
       margin-bottom: 32px;
       max-width: 100%;
       color: #444;
     }
   
     /* CTAボタン群：縦積み・全幅 */
     .fv-cta {
       flex-direction: column;
       align-items: stretch;
       gap: 12px;
       margin-bottom: 36px;
     }
     .btn-primary {
       padding: 17px 24px;
       font-size: 15px;
       text-align: center;
       letter-spacing: .06em;
     }
     .btn-secondary {
       padding: 15px 24px;
       font-size: 14px;
       justify-content: center;
       letter-spacing: .04em;
     }
   
     /* 信頼数値3指標：横並びを維持しつつ wrap で2段対応 */
     .fv-trust {
       display: flex;
       flex-wrap: wrap;
       gap: 16px 24px;
       align-items: flex-start;
     }
     .fv-trust-divider { display: none; }
     .fv-trust-item { gap: 10px; min-width: 120px; }
     .fv-trust-num { font-size: 24px; }
     .fv-trust-num span { font-size: 11px; }
     .fv-trust-label { font-size: 11px; line-height: 1.45; }
   
     /* FV右パネル：カード部分 */
     .fv-right-inner {
       padding: 32px 22px;
     }
     .fv-right-header {
       margin-bottom: 22px;
       padding-bottom: 20px;
     }
     .fv-right-badge { font-size: 9px; letter-spacing: .18em; }
     .fv-right-tagline { font-size: 17px; line-height: 1.5; }
     .fv-info-cards { gap: 10px; }
     .fv-info-card {
       padding: 15px 16px;
       gap: 14px;
       border-radius: 6px;
     }
     .fv-info-icon { width: 36px; height: 36px; font-size: 18px; flex-shrink: 0; }
     .fv-info-title { font-size: 13px; margin-bottom: 4px; }
     .fv-info-text  { font-size: 12px; line-height: 1.65; color: rgba(255,255,255,.72); }
   
     /* ────────────────────────────────────────
        4. Section 共通
        各セクションの上下余白を52pxに統一し
        ページ全体のリズムを整える。
     ──────────────────────────────────────── */
     .sec { padding: 52px 20px; }
     .sec-header { margin-bottom: 32px; }
     .sec-header.center { text-align: left; } /* スマホでは左揃えの方が読みやすい */
     .sec-title {
       font-size: 24px;
       line-height: 1.45;
       margin-bottom: 12px;
     }
     .sec-desc { font-size: 14px; line-height: 1.8; }
     .kicker { font-size: 10px; letter-spacing: .2em; margin-bottom: 10px; }
   
     /* ────────────────────────────────────────
        5. 選ばれる理由
        写真行1カラム、カード1カラム。
        paddingを詰めすぎず、読み心地を保つ。
     ──────────────────────────────────────── */
     .reasons-photo-row {
       grid-template-columns: 1fr;
       gap: 14px;
       margin-bottom: 28px;
     }
     .reasons-photo { height: 190px; }
     .reasons-photo-caption {
       font-size: 12px;
       padding: 14px 18px 12px;
       letter-spacing: .03em;
     }
     .reasons-grid { grid-template-columns: 1fr; gap: 14px; }
     .reason-card {
       padding: 24px 20px;   /* 詰めすぎず自然な余白 */
       gap: 16px;
       align-items: flex-start;
     }
     .reason-num-badge { width: 42px; height: 42px; font-size: 15px; flex-shrink: 0; }
     .reason-content h3 { font-size: 16px; margin-bottom: 10px; }
     .reason-content p  { font-size: 13px; line-height: 1.8; }
   
     /* ────────────────────────────────────────
        6. サービス一覧
        1カラム。画像高さを抑えてテンポよく。
        feature帯・CTAブロックも縦積み対応。
     ──────────────────────────────────────── */
     .services-tabs {
       overflow-x: auto;
       -webkit-overflow-scrolling: touch;
       white-space: nowrap;
       gap: 0;
       /* スクロールバー非表示（見た目改善） */
       scrollbar-width: none;
     }
     .services-tabs::-webkit-scrollbar { display: none; }
     .tab { padding: 12px 16px; font-size: 13px; flex-shrink: 0; }
   
     .services-grid { grid-template-columns: 1fr; gap: 14px; }
   
     /* サービス画像：130pxに抑えてスクロールをテンポよく */
     .srv-img { height: 130px; }
   
     /* サービスカード本文 */
     .srv-body { padding: 18px 18px 22px; }
     .srv-icon-wrap { width: 40px; height: 40px; font-size: 18px; margin-bottom: 12px; }
     .srv-tag  { font-size: 10px; margin-bottom: 4px; }
     .srv-name { font-size: 16px; margin-bottom: 8px; }
     .srv-desc { font-size: 13px; line-height: 1.75; margin-bottom: 10px; }
     .srv-link { font-size: 12px; }
   
     /* feature帯：3列 → 1列縦並び */
     .srv-card-feature {
       grid-column: span 1;
       grid-template-columns: 1fr;
       gap: 0;
       padding: 0;
       background: linear-gradient(135deg,#003087,#1A7AE8);
       border-radius: 8px;
       overflow: hidden;
     }
     .feature-item {
       padding: 20px 24px;
       border-bottom: 1px solid rgba(255,255,255,.12);
       text-align: left;
       display: flex;
       align-items: center;
       gap: 16px;
     }
     .feature-item:last-child { border-bottom: none; }
     .feature-num {
       font-size: 34px;
       line-height: 1;
       margin-bottom: 0;
       flex-shrink: 0;
       min-width: 80px;
     }
     .feature-num span { font-size: 15px; }
     .feature-label {
       font-size: 13px;
       color: rgba(255,255,255,.78);
       text-align: left;
     }
   
     /* CTAブロック：縦積み */
     .srv-card-cta {
       flex-direction: column;
       align-items: stretch;
       gap: 14px;
       padding: 24px 20px;
       grid-column: span 1;
     }
     .srv-cta-text h4 { font-size: 16px; }
     .srv-cta-text p  { font-size: 13px; }
     .srv-cta-actions { align-items: stretch; flex-direction: column; }
     .srv-cta-actions > * { width: 100%; text-align: center; justify-content: center; }
   
     /* ────────────────────────────────────────
        7. 導入メリット
        1カラム。カードのpadding調整と
        ビジュアルパネルをコンパクトに。
     ──────────────────────────────────────── */
     .merit-layout {
       grid-template-columns: 1fr;
       gap: 28px;
     }
     .merit-list { gap: 12px; }
     .merit-item {
       padding: 20px 18px;
       gap: 14px;
       align-items: flex-start;
     }
     .merit-num   { width: 38px; height: 38px; font-size: 12px; flex-shrink: 0; }
     .merit-title { font-size: 15px; margin-bottom: 5px; }
     .merit-text  { font-size: 13px; line-height: 1.75; }
   
     /* ビジュアルパネル */
     .merit-visual-content { padding: 28px 20px; }
     .merit-visual-title { font-size: 12px; margin-bottom: 16px; padding-bottom: 12px; }
     .merit-stat-grid {
       grid-template-columns: 1fr 1fr;
       gap: 8px;
     }
     .merit-stat  { padding: 16px 12px; }
     .m-num       { font-size: 26px; margin-bottom: 4px; }
     .m-num span  { font-size: 12px; }
     .m-label     { font-size: 11px; }
     .merit-cta-note { font-size: 11px; margin-top: 12px; }
   
     /* ────────────────────────────────────────
        8. 実績・信頼
        数値カード：2列×2行で揃える。
        読みやすさのためpadding・font調整。
     ──────────────────────────────────────── */
     .trust-grid {
       grid-template-columns: repeat(2, 1fr);
       gap: 12px;
       margin-bottom: 32px;
     }
     .trust-stat-card {
       padding: 22px 14px;
       border-radius: 8px;
     }
     .ts-num { font-size: 36px; line-height: 1; margin-bottom: 6px; }
     .ts-num em { font-size: 17px; }
     .ts-label { font-size: 12px; line-height: 1.4; margin-top: 2px; }
   
     /* 事例カード：1カラム */
     .trust-cases { grid-template-columns: 1fr; gap: 14px; }
     .tc-img { height: 130px; }
     .tc-body { padding: 18px 20px 22px; }
     .tc-industry { font-size: 10px; margin-bottom: 10px; }
     .tc-title { font-size: 15px; line-height: 1.45; margin-bottom: 8px; }
     .tc-text  { font-size: 13px; line-height: 1.8; }
     .tc-result { font-size: 13px; margin-top: 14px; padding-top: 12px; }
   
     /* ────────────────────────────────────────
        9. 会社情報
        テーブルをラベル＋値の縦並びに変換。
        ラベルに背景色をつけて視認性を高める。
     ──────────────────────────────────────── */
     .company-layout {
       grid-template-columns: 1fr;
       gap: 28px;
     }
   
     /* ─────────────────────────────────────────────────────
        会社情報テーブル — スマホ縦並びカード化（Pattern A）
        ─────────────────────────────────────────────────────
        各 tr を1ブロックとして扱い、
        th（項目ラベル）を上、td（内容）を下に縦積みする。
        左側に3pxのアクセントラインで項目感を演出。
        背景は最小限・余白で区切るシンプル設計。
     ───────────────────────────────────────────────────── */
   
     /* テーブル全体をブロック化 */
     .company-table,
     .company-table tbody,
     .company-table tr,
     .company-table th,
     .company-table td {
       display: block;
       width: 100%;
     }
   
     /* 行ごとのブロック */
     .company-table tr {
       padding: 18px 0 20px;
       border-bottom: 1px solid #E8EEF6;
     }
     /* 最初の行は上線なし */
     .company-table tr:first-child {
       padding-top: 4px;
     }
     /* 最後の行は下線なし */
     .company-table tr:last-child {
       border-bottom: none;
       padding-bottom: 4px;
     }
   
     /* ラベル（th）
        - 左3pxボーダーで「ここが項目名」と一目でわかる
        - 11px・small caps的な字間で補足テキスト感
        - PCの width: 140px を上書き */
     .company-table th {
       width: 100%;           /* PCの固定幅を解除 */
       padding: 0 0 7px 11px;
       font-size: 11px;
       font-weight: 700;
       color: #003087;
       letter-spacing: .12em;
       line-height: 1.2;
       border-left: 3px solid #003087;
       vertical-align: unset; /* block化後は不要だが念のため */
       text-align: left;
     }
   
     /* 内容（td）
        - ラベルと揃えるために左paddingをthと合わせる
        - 14px・行間1.8で余裕のある読みやすさ */
     .company-table td {
       padding: 0 0 0 14px;   /* th の border-left(3px)+padding(11px) に揃える */
       font-size: 14px;
       color: #333;
       line-height: 1.8;
       word-break: break-word; /* break-all より自然な折り返し */
     }
   
     /* サイドバー */
     .company-sidebar-unit { margin-top: 0; }
     .company-photo { height: 150px; }
     .sidebar-card { padding: 20px 18px; }
     .sidebar-card h4 { font-size: 13px; margin-bottom: 10px; }
     .cert-list li { font-size: 12px; }
     .sidebar-contact { padding: 20px 18px; }
     .sidebar-contact h4 { font-size: 14px; }
     .sidebar-contact p  { font-size: 13px; }
     .sidebar-tel      { font-size: 24px; letter-spacing: 0; }
     .sidebar-tel-note { font-size: 11px; margin-bottom: 16px; }
     .sidebar-contact-btn { font-size: 14px; padding: 13px; }
   
     /* ────────────────────────────────────────
        10. CTA
        1カラム。画像は160pxに抑えフォームを優先。
        テキストは十分な余白で読みやすく。
     ──────────────────────────────────────── */
     .cta-sec { padding: 52px 20px; }
     .cta-inner {
       grid-template-columns: 1fr;
       gap: 32px;
     }
     .cta-left h2 {
       font-size: 26px;
       line-height: 1.45;
       margin-bottom: 14px;
     }
     .cta-left p { font-size: 14px; line-height: 1.85; margin-bottom: 20px; }
     .cta-check-list { gap: 9px; margin-bottom: 28px; }
     .cta-check-list li { font-size: 13px; }
   
     /* 画像は高さを抑えてフォームに誘導 */
     .cta-image img { height: 160px; object-fit: cover; }
   
     /* フォームエリア */
     .cta-right {
       padding: 28px 20px;
       border-radius: 10px;
     }
     .cta-form-title { font-size: 16px; margin-bottom: 6px; }
     .cta-form-sub   { font-size: 12px; margin-bottom: 22px; }
   
     .cta-right .wpcf7 .wpcf7-form { gap: 14px; }
     .cta-right .wpcf7 input[type="text"],
     .cta-right .wpcf7 input[type="email"],
     .cta-right .wpcf7 textarea,
     .cta-form-input {
       font-size: 16px;      /* iOSズームを防ぐ */
       padding: 13px 14px;
     }
     .cta-right .wpcf7 input[type="submit"],
     .btn-white {
       font-size: 15px;
       padding: 17px;
       margin-top: 4px;
     }
     .cta-form-note { font-size: 11px; }
   
     /* ────────────────────────────────────────
        11. Footer
        ブランド欄を全幅に、リンク列は2カラム。
        最下部は縦積み。
     ──────────────────────────────────────── */
     footer { padding: 0 20px; }
     .footer-top {
       grid-template-columns: 1fr 1fr;
       gap: 24px;
       padding: 36px 0;
     }
     .footer-brand {
       grid-column: 1 / -1;
       margin-bottom: 4px;
     }
     .footer-brand .logo-name { font-size: 15px; }
     .footer-brand p { font-size: 12px; line-height: 1.75; margin-top: 12px; }
     .footer-col h5 { font-size: 11px; margin-bottom: 12px; }
     .footer-col a  { font-size: 12px; margin-bottom: 9px; }
     .footer-bottom {
       flex-direction: column;
       align-items: flex-start;
       gap: 10px;
       padding: 16px 0;
     }
     .footer-copy  { font-size: 11px; }
     .footer-legal { flex-wrap: wrap; gap: 12px; }
     .footer-legal a { font-size: 11px; }
   
   }
   
   
   /* ────────────────────────────────────────────────────────────
      SMALL  (≤ 480px)
      ──────────────────────────────────────────────────────────── */
   @media (max-width: 480px) {
   
     /* ─ FV ─ */
     .fv-left { padding: 44px 18px 40px; }
     .fv h1 { font-size: 26px; }
     .fv-sub { font-size: 14px; }
     .fv-right { min-height: 260px; }
     .fv-right-inner { padding: 26px 18px; }
     .fv-right-tagline { font-size: 16px; }
     .fv-info-card { padding: 13px 14px; gap: 12px; }
     .fv-info-title { font-size: 12px; }
     .fv-info-text  { font-size: 11px; }
   
     /* 信頼数値：小さい端末では縦並び */
     .fv-trust { flex-direction: column; gap: 12px; }
     .fv-trust-item { min-width: unset; }
   
     /* ─ Section ─ */
     .sec { padding: 44px 16px; }
     .sec-title { font-size: 22px; }
     .sec-desc  { font-size: 13px; }
   
     /* ─ Trust: 小端末では1カラムへ ─ */
     .trust-grid { grid-template-columns: 1fr; gap: 10px; }
     .ts-num { font-size: 40px; }
   
     /* ─ Company table（小端末）─ */
     .company-table th { font-size: 10px; padding-bottom: 6px; }
     .company-table td { font-size: 13px; }
   
     /* ─ Footer ─ */
     .footer-top { grid-template-columns: 1fr; }
   
     /* ─ CTA ─ */
     .cta-left h2 { font-size: 22px; }
     .cta-image img { height: 140px; }
     .cta-right { padding: 24px 16px; }
   
   }
   
   
   /* ────────────────────────────────────────────────────────────
      横スクロール根絶のための広域ガード
      ──────────────────────────────────────────────────────────── */
   @media (max-width: 767px) {
     /* 装飾円（絶対配置で画面外にはみ出す要素）を非表示 */
     .fv-right-circle,
     .fv-right-circle2 { display: none; }
   
     /* 全画像が親要素を超えないよう保証 */
     img { max-width: 100%; height: auto; }
   
     /* company-table は display:block 化されるため table-layout 指定は不要
        他のテーブルがある場合の保険 */
     table:not(.company-table) { table-layout: auto; width: 100%; }
   }
   
   
   .form-error-box {
    background: rgba(255, 80, 80, 0.12);
    border: 1px solid rgba(255, 120, 120, 0.35);
    border-radius: 8px;
    padding: 14px 16px;
    margin-bottom: 20px;
  }
  
  .form-error-box ul {
    list-style: none;
    margin: 0;
    padding: 0;
  }
  
  .form-error-box li {
    color: #ffd7d7;
    font-size: 13px;
    line-height: 1.7;
  }
  
  .form-complete-box {
    background: rgba(255,255,255,.10);
    border: 1px solid rgba(255,255,255,.20);
    border-radius: 10px;
    padding: 28px 24px;
    text-align: center;
  }
  
  .form-complete-box p {
    color: #fff;
    font-size: 14px;
    line-height: 1.9;
  }
  
  .confirm-list {
    display: flex;
    flex-direction: column;
    gap: 12px;
  }
  
  .confirm-item {
    background: rgba(255,255,255,.10);
    border: 1px solid rgba(255,255,255,.20);
    border-radius: 8px;
    overflow: hidden;
  }
  
  .confirm-label {
    padding: 12px 16px;
    background: rgba(255,255,255,.08);
    color: rgba(255,255,255,.72);
    font-size: 12px;
    font-weight: 700;
    letter-spacing: .04em;
  }
  
  .confirm-value {
    padding: 14px 16px;
    color: #fff;
    font-size: 14px;
    line-height: 1.8;
    word-break: break-word;
  }
  
  .confirm-actions {
    display: flex;
    gap: 12px;
    margin-top: 20px;
  }
  
  .confirm-actions .btn-white,
  .confirm-actions .confirm-back-btn {
    flex: 1;
  }
  
  .confirm-back-btn {
    justify-content: center;
  }
  
  .cta-form-input[type="text"],
  .cta-form-input[type="email"],
  .cta-form-input[type="tel"],
  .cta-form-input textarea,
  textarea.cta-form-input {
    resize: vertical;
  }
  
  @media (max-width: 767px) {
    .confirm-actions {
      flex-direction: column;
    }
  }

  /* ============================================================
   お問い合わせフォーム（確認画面・完了画面）
   ============================================================ */

.form-error-box {
  background: rgba(255, 80, 80, 0.12);
  border: 1px solid rgba(255, 120, 120, 0.35);
  border-radius: 8px;
  padding: 14px 16px;
  margin-bottom: 20px;
}

.form-error-box ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.form-error-box li {
  color: #ffd7d7;
  font-size: 13px;
  line-height: 1.7;
}

.form-complete-box {
  background: rgba(255,255,255,.10);
  border: 1px solid rgba(255,255,255,.20);
  border-radius: 10px;
  padding: 28px 24px;
  text-align: center;
}

.form-complete-box p {
  color: #fff;
  font-size: 14px;
  line-height: 1.9;
}

.confirm-list {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.confirm-item {
  background: rgba(255,255,255,.10);
  border: 1px solid rgba(255,255,255,.20);
  border-radius: 8px;
  overflow: hidden;
}

.confirm-label {
  padding: 12px 16px;
  background: rgba(255,255,255,.08);
  color: rgba(255,255,255,.72);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: .04em;
}

.confirm-value {
  padding: 14px 16px;
  color: #fff;
  font-size: 14px;
  line-height: 1.8;
  word-break: break-word;
}

.confirm-actions {
  display: flex;
  gap: 12px;
  margin-top: 20px;
}

.confirm-actions .btn-white,
.confirm-actions .confirm-back-btn {
  flex: 1;
}

.confirm-back-btn {
  justify-content: center;
}

.cta-form-input[type="text"],
.cta-form-input[type="email"],
.cta-form-input[type="tel"],
textarea.cta-form-input {
  resize: vertical;
  min-height: 52px;
}

textarea.cta-form-input {
  min-height: 140px;
}

.cta-right form {
  margin: 0;
}

.cta-right .btn-white,
.cta-right .btn-secondary {
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

@media (max-width: 1024px) {
  .confirm-actions {
    flex-direction: column;
  }

  .confirm-actions .btn-white,
  .confirm-actions .confirm-back-btn {
    width: 100%;
  }
}

@media (max-width: 767px) {
  .form-error-box {
    padding: 12px 14px;
    margin-bottom: 16px;
  }

  .form-error-box li {
    font-size: 12px;
  }

  .form-complete-box {
    padding: 22px 18px;
  }

  .form-complete-box p {
    font-size: 13px;
    line-height: 1.8;
  }

  .confirm-list {
    gap: 10px;
  }

  .confirm-label {
    padding: 10px 14px;
    font-size: 11px;
  }

  .confirm-value {
    padding: 12px 14px;
    font-size: 13px;
    line-height: 1.75;
  }

  .confirm-actions {
    flex-direction: column;
    gap: 10px;
    margin-top: 16px;
  }

  .confirm-actions .btn-white,
  .confirm-actions .confirm-back-btn {
    width: 100%;
  }

  textarea.cta-form-input {
    min-height: 120px;
  }
}

.thanks-sec {
  padding: 120px 20px;
  text-align: center;
  background: #0a1f44;
}

.thanks-inner {
  max-width: 600px;
  margin: 0 auto;
}

.thanks-title {
  font-size: 26px;
  font-weight: 700;
  color: #fff;
  margin-bottom: 20px;
  line-height: 1.6;
}

.thanks-text {
  font-size: 14px;
  color: rgba(255,255,255,.8);
  line-height: 1.8;
}

.thanks-btn {
  display: inline-block;
  margin-top: 30px;
  padding: 14px 36px;
  background: #003087;
  color: #fff;
  text-decoration: none;
  font-size: 13px;
  font-weight: 700;
  border-radius: 3px;
  letter-spacing: .06em;
}


/* ============================================================
   CTA フォーム最適化版（CV重視）
   ============================================================ */

/* フォーム全体 */
.cta-right {
  background: linear-gradient(135deg, rgba(255,255,255,.14), rgba(255,255,255,.08));
  border: 1px solid rgba(255,255,255,.24);
  border-radius: 18px;
  padding: 40px 36px;
  backdrop-filter: blur(10px);
  box-shadow: 0 20px 50px rgba(0, 20, 80, .18);
}

.cta-form-title {
  font-size: 18px;
  font-weight: 700;
  color: #FFFFFF;
  margin-bottom: 10px;
  line-height: 1.5;
}

.cta-form-sub {
  font-size: 14px;
  color: rgba(255,255,255,.82);
  margin-bottom: 26px;
  line-height: 1.9;
}

/* ============================================================
   Contact Form 7 余白リセット
   ============================================================ */
.wpcf7 {
  margin: 0;
  padding: 0;
}

.wpcf7 form {
  margin: 0;
  padding: 0;
}

.wpcf7 p {
  margin: 0;
  padding: 0;
}

.wpcf7 br {
  display: none;
}

.wpcf7-form-control-wrap {
  display: block;
  margin: 0;
}

.wpcf7-spinner {
  display: none;
}

.wpcf7-response-output {
  margin: 14px 0 0 !important;
  padding: 12px 14px !important;
  border-radius: 8px;
  font-size: 13px;
  line-height: 1.7;
}

.wpcf7 form.sent .wpcf7-response-output {
  background: rgba(255,255,255,.12);
  border: 1px solid rgba(255,255,255,.22);
  color: #FFFFFF;
}

.wpcf7 form.invalid .wpcf7-response-output,
.wpcf7 form.unaccepted .wpcf7-response-output,
.wpcf7 form.failed .wpcf7-response-output {
  background: rgba(255, 90, 90, .12);
  border: 1px solid rgba(255, 120, 120, .28);
  color: #FFE1E1;
}

/* ============================================================
   フォーム行
   ============================================================ */
.cta-right .wpcf7 .wpcf7-form {
  display: flex;
  flex-direction: column;
  gap: 18px;
}

.cta-form-row {
  margin-bottom: 0;
}

.cta-form-label,
.cta-right .wpcf7 label {
  display: block;
  margin-bottom: 8px;
  font-size: 14px;
  font-weight: 700;
  color: #FFFFFF;
  line-height: 1.5;
  letter-spacing: .02em;
}

/* 必須マークを使う場合 */
.cta-form-label .required {
  color: #CFE0FF;
  font-weight: 700;
}

/* ============================================================
   入力欄
   ============================================================ */
.cta-right .wpcf7 input[type="text"],
.cta-right .wpcf7 input[type="email"],
.cta-right .wpcf7 input[type="tel"],
.cta-right .wpcf7 textarea,
.cta-form-input {
  width: 100%;
  background: rgba(255,255,255,.16);
  border: 1px solid rgba(255,255,255,.32);
  border-radius: 10px;
  padding: 15px 18px;
  font-size: 16px;
  color: #FFFFFF;
  font-family: inherit;
  line-height: 1.6;
  transition: border-color .2s, background .2s, box-shadow .2s;
  box-shadow: inset 0 1px 0 rgba(255,255,255,.08);
}

.cta-right .wpcf7 textarea,
textarea.cta-form-input {
  min-height: 180px;
  resize: vertical;
}

.cta-right .wpcf7 input[type="text"]::placeholder,
.cta-right .wpcf7 input[type="email"]::placeholder,
.cta-right .wpcf7 input[type="tel"]::placeholder,
.cta-right .wpcf7 textarea::placeholder,
.cta-form-input::placeholder {
  color: rgba(255,255,255,.62);
}

.cta-right .wpcf7 input[type="text"]:focus,
.cta-right .wpcf7 input[type="email"]:focus,
.cta-right .wpcf7 input[type="tel"]:focus,
.cta-right .wpcf7 textarea:focus,
.cta-form-input:focus {
  outline: none;
  background: rgba(255,255,255,.22);
  border-color: rgba(255,255,255,.72);
  box-shadow: 0 0 0 4px rgba(255,255,255,.12);
}

/* 入力済みの視認性も少し上げる */
.cta-right .wpcf7 input:not(:placeholder-shown),
.cta-right .wpcf7 textarea:not(:placeholder-shown) {
  color: #FFFFFF;
}

/* ============================================================
   バリデーション
   ============================================================ */
.wpcf7-not-valid {
  border-color: rgba(255, 120, 120, .7) !important;
  background: rgba(255, 90, 90, .08) !important;
}

.wpcf7-not-valid-tip {
  display: block;
  margin-top: 6px;
  font-size: 12px;
  font-weight: 500;
  color: #FFD1D1;
  line-height: 1.6;
}

/* ============================================================
   確認画面ボタン・送信ボタン
   ============================================================ */
.cta-right .wpcf7 input[type="submit"],
.btn-white {
  width: 100%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 58px;
  background: #FFFFFF;
  color: #003087;
  border: none;
  border-radius: 10px;
  font-size: 16px;
  font-weight: 700;
  letter-spacing: .04em;
  cursor: pointer;
  margin-top: 6px;
  padding: 16px 20px;
  font-family: inherit;
  box-shadow: 0 10px 24px rgba(0, 25, 90, .16);
  transition: transform .2s, box-shadow .2s, background .2s;
}

.cta-right .wpcf7 input[type="submit"]:hover,
.btn-white:hover {
  background: #F3F7FF;
  transform: translateY(-1px);
  box-shadow: 0 14px 28px rgba(0, 25, 90, .20);
}

.cta-right .wpcf7 input[type="submit"]:active,
.btn-white:active {
  transform: translateY(0);
}

.confirm-back-btn,
.btn-secondary.confirm-back-btn {
  min-height: 58px;
  border-radius: 10px;
  font-size: 15px;
  font-weight: 700;
}

/* ============================================================
   補足テキスト
   ============================================================ */
.cta-form-note {
  font-size: 12px;
  color: rgba(255,255,255,.72);
  margin-top: 14px;
  text-align: center;
  line-height: 1.8;
}

/* ============================================================
   自作確認画面
   ============================================================ */
.smart-contact-confirm {
  margin-top: 6px;
}

.confirm-list {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.confirm-item {
  background: rgba(255,255,255,.11);
  border: 1px solid rgba(255,255,255,.22);
  border-radius: 10px;
  overflow: hidden;
}

.confirm-label {
  padding: 11px 16px;
  background: rgba(255,255,255,.08);
  color: rgba(255,255,255,.78);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: .03em;
}

.confirm-value {
  padding: 14px 16px;
  color: #FFFFFF;
  font-size: 14px;
  line-height: 1.85;
  word-break: break-word;
  white-space: pre-wrap;
}

.confirm-actions {
  display: flex;
  gap: 12px;
  margin-top: 20px;
}

.confirm-actions .btn-white,
.confirm-actions .confirm-back-btn {
  flex: 1;
}

/* ============================================================
   モバイル
   ============================================================ */
@media (max-width: 767px) {
  .cta-right {
    padding: 28px 20px;
    border-radius: 14px;
  }

  .cta-form-title {
    font-size: 17px;
    margin-bottom: 8px;
  }

  .cta-form-sub {
    font-size: 13px;
    line-height: 1.8;
    margin-bottom: 20px;
  }

  .cta-right .wpcf7 .wpcf7-form {
    gap: 16px;
  }

  .cta-form-label,
  .cta-right .wpcf7 label {
    font-size: 13px;
    margin-bottom: 7px;
  }

  .cta-right .wpcf7 input[type="text"],
  .cta-right .wpcf7 input[type="email"],
  .cta-right .wpcf7 input[type="tel"],
  .cta-right .wpcf7 textarea,
  .cta-form-input {
    font-size: 16px;
    padding: 14px 16px;
    border-radius: 8px;
  }

  .cta-right .wpcf7 textarea,
  textarea.cta-form-input {
    min-height: 140px;
  }

  .cta-right .wpcf7 input[type="submit"],
  .btn-white,
  .confirm-back-btn,
  .btn-secondary.confirm-back-btn {
    min-height: 54px;
    font-size: 15px;
    border-radius: 8px;
  }

  .confirm-label {
    font-size: 11px;
    padding: 10px 14px;
  }

  .confirm-value {
    font-size: 13px;
    padding: 12px 14px;
    line-height: 1.8;
  }

  .confirm-actions {
    flex-direction: column;
    gap: 10px;
    margin-top: 16px;
  }

  .cta-form-note {
    font-size: 11px;
    margin-top: 12px;
  }
}

/* ============================================================
   ロゴ画像
   ============================================================ */
.logo-mark img {
  display: block;
  height: 40px;
  width: auto;
}

/* ============================================================
   ハンバーガーメニュー
   ============================================================ */
.site-header {
  position: relative;
  z-index: 1000;
}

.pc-nav {
  display: flex;
}

.hamburger {
  display: none;
  width: 44px;
  height: 44px;
  border: none;
  background: transparent;
  padding: 0;
  cursor: pointer;
  position: relative;
  z-index: 1101;
}

.hamburger span {
  display: block;
  width: 24px;
  height: 2px;
  margin: 5px auto;
  background: #003087;
  border-radius: 999px;
  transition: transform .25s ease, opacity .25s ease;
}

.hamburger.is-active span:nth-child(1) {
  transform: translateY(7px) rotate(45deg);
}

.hamburger.is-active span:nth-child(2) {
  opacity: 0;
}

.hamburger.is-active span:nth-child(3) {
  transform: translateY(-7px) rotate(-45deg);
}

.mobile-nav-overlay {
  position: fixed;
  inset: 0;
  background: rgba(8, 22, 54, 0.45);
  opacity: 0;
  visibility: hidden;
  transition: opacity .25s ease, visibility .25s ease;
  z-index: 1090;
}

.mobile-nav {
  position: fixed;
  top: 0;
  right: 0;
  width: min(82vw, 320px);
  height: 100vh;
  padding: 88px 24px 24px;
  background: #ffffff;
  box-shadow: -8px 0 30px rgba(0, 25, 90, 0.16);
  transform: translateX(100%);
  transition: transform .28s ease;
  z-index: 1100;
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.mobile-nav-link {
  display: block;
  padding: 14px 8px;
  color: #1C2340;
  text-decoration: none;
  font-size: 15px;
  font-weight: 500;
  line-height: 1.5;
  border-bottom: 1px solid #E7EEF8;
}

.mobile-nav-cta {
  margin-top: 10px;
  background: #003087;
  color: #fff;
  text-align: center;
  border-radius: 6px;
  border-bottom: none;
  padding: 14px 16px;
  font-weight: 700;
}

body.menu-open {
  overflow: hidden;
}

body.menu-open .mobile-nav {
  transform: translateX(0);
}

body.menu-open .mobile-nav-overlay {
  opacity: 1;
  visibility: visible;
}

@media (max-width: 767px) {
  .logo-mark img {
    height: 32px;
  }

  .pc-nav {
    display: none;
  }

  .hamburger {
    display: block;
    flex-shrink: 0;
  }

  header.site-header {
    padding: 0 16px;
    height: 56px;
    min-height: 56px;
  }

  header.site-header .logo {
    min-width: 0;
  }

  header.site-header .logo-name {
    font-size: 13px;
  }

  header.site-header .logo-sub,
  header.site-header .logo-divider,
  header.site-header .partner-badge {
    display: none;
  }
}

@media (max-width: 767px) {
  .hamburger {
    position: absolute;
    right: 16px;
    top: 50%;
    transform: translateY(-50%);
    font-size: 24px;
    background: none;
    border: none;
  }
}
