/* page.css - FV・各セクション固有スタイル・レスポンシブ */

  /* ===================== FV ===================== */
  .fv {
    min-height: 100vh;
    display: flex;
    align-items: center;
    position: relative;
    overflow: hidden;
    padding: 120px 0 80px;
  }

  .fv-photo {
    position: absolute;
    inset: 0;
    z-index: 0;
    background-image: url('/img/t_mv01.webp');
    background-size: cover;
    background-position: center;
  }

  .fv-bg {
    position: absolute;
    inset: 0;
    background: linear-gradient(135deg, rgb(5 50 100) 0%, rgb(5 40 85 / 33%) 55%, rgb(5 30 70 / 81%) 100%);
    z-index: 1;
  }

  .fv-grid {
    position: absolute;
    inset: 0;
    background-image:
      linear-gradient(rgba(255,255,255,0.06) 1px, transparent 1px),
      linear-gradient(90deg, rgba(255,255,255,0.06) 1px, transparent 1px);
    background-size: 80px 80px;
    z-index: 0;
  }

  .fv-accent-line {
    position: absolute;
    top: 0; bottom: 0;
    right: 38%;
    width: 1px;
    background: linear-gradient(to bottom, transparent, rgba(255,255,255,0.35) 30%, rgba(255,255,255,0.35) 70%, transparent);
    z-index: 2;
  }

  .fv-number {
    position: absolute;
    right: 6%;
    top: 50%;
    transform: translateY(-50%);
    font-family: 'Oswald', sans-serif;
    font-size: 180px;
    font-weight: 700;
    color: rgba(26,127,193,0.05);
    line-height: 1;
    z-index: 1;
    user-select: none;
  }

  .fv-inner {
    position: relative;
    z-index: 3;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 48px;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 80px;
    align-items: center;
  }

  .fv-label {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 32px;
  }

  .fv-label::before {
    content: '';
    display: block;
    width: 32px;
    height: 1px;
    background: var(--white);
  }

  .fv-label span {
    font-family: 'Oswald', sans-serif;
    font-size: 12px;
    letter-spacing: 0.3em;
    color: var(--white);
    text-transform: uppercase;
  }

  .fv-catch {
    font-family: 'Noto Sans JP', sans-serif;
    font-size: clamp(36px, 4vw, 58px);
    font-weight: 900;
    line-height: 1.4;
    letter-spacing: 0.02em;
    margin-bottom: 16px;
    color: var(--white);
  }

  .fv-catch em {
    font-style: normal;
    font-size: clamp(25px, 3vw, 40px);
  }

  .fv-sub {
    font-size: 15px;
    color: rgba(255,255,255,0.82);
    line-height: 1.9;
    margin-bottom: 48px;
    letter-spacing: 0.03em;
  }

  .fv-stats {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 0;
    margin-bottom: 48px;
    padding: 28px 0;
    border-top: 1px solid rgba(255,255,255,0.25);
    border-bottom: 1px solid rgba(255,255,255,0.25);
    width: 100%;
    min-width: 520px;
  }

  .fv-stat-item {
    text-align: center;
    padding: 0 12px;
  }

  .fv-stat-item + .fv-stat-item {
    border-left: 1px solid rgba(255,255,255,0.3);
  }

  .fv-stat-num {
    font-family: 'Oswald', sans-serif;
    font-size: clamp(20px, 2.5vw, 25px);
    font-weight: 700;
    color: var(--yellow);
    line-height: 1;
    margin-bottom: 6px;
    white-space: nowrap;
  }

  .fv-stat-label {
    font-size: clamp(9px, 1.1vw, 11px);
    color: rgba(255,255,255,0.88);
    letter-spacing: 0.05em;
    white-space: nowrap;
  }

  .fv-btns {
    display: flex;
    gap: 16px;
    align-items: center;
  }

  .btn-primary {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    background: var(--white);
    color: var(--blue-dark);
    font-size: 15px;
    font-weight: 700;
    padding: 18px 36px;
    text-decoration: none;
    letter-spacing: 0.08em;
    transition: all 0.25s;
    position: relative;
    overflow: hidden;
    border-radius: 50px;
  }

  .btn-primary::after {
    content: '';
    position: absolute;
    inset: 0;
    background: rgba(255,255,255,0);
    transition: background 0.2s;
  }

  .btn-primary:hover::after { background: rgba(255,255,255,0.15); }

  .btn-primary svg { width: 18px; height: 18px; }

  .btn-secondary {
    font-size: 14px;
    color: rgba(255,255,255,0.95);
    text-decoration: none;
    letter-spacing: 0.05em;
    display: flex;
    align-items: center;
    gap: 8px;
    transition: color 0.2s;
  }

  .btn-secondary:hover { color: var(--blue); }

  .btn-secondary::before {
    content: '';
    display: block;
    width: 1px;
    height: 36px;
    background: rgba(255,255,255,0.3);
  }

  /* FV右：メリットリスト */
  .fv-merit-block {
    background: rgba(0, 0, 0, 0.4);
    border-radius: 16px;
    border: 3px solid rgba(255, 255, 255, 1);
    padding: 40px;
    position: relative;
  }

  .fv-merit-block::before {
    content: 'WHY UNIVERSE';
    position: absolute;
    top: 20px;
    left: 32px;
    background: transparent;
    padding: 0 12px;
    font-family: 'Oswald', sans-serif;
    font-size: 11px;
    letter-spacing: 0.25em;
    color: var(--white);
  }

  .fv-merit-title {
    font-family: 'Noto Sans JP', sans-serif;
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 28px;
    line-height: 1.6;
    color: white;
  }

  .merit-list {
    list-style: none;
    display: flex;
    flex-direction: column;
    gap: 16px;
  }

  .merit-list li {
    display: flex;
    align-items: flex-start;
    gap: 14px;
    font-size: 14px;
    color: rgba(255,255,255,0.9);
    line-height: 1.6;
  }

  .merit-icon {
    width: 28px;
    height: 28px;
    background: rgb(145 145 145 / 50%);
    border: 1px solid rgb(255 255 255 / 80%);
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    font-size: 13px;
    color: var(--yellow);
    margin-top: 1px;
  }

  .merit-list li strong {
    color: var(--yellow);
    font-weight: 700;
  }

  /* ===================== PAIN ===================== */
  .section-pain {
    background: #1A2E48;
    padding: 100px 48px;
    position: relative;
    overflow: hidden;
  }

  .section-pain::before {
    content: '';
    position: absolute;
    inset: 0;
    background: rgba(5,35,80,0.65);
    z-index: 0;
  }

  .section-pain::after {
    content: '';
    position: absolute;
    top: 0; left: 0; right: 0;
    height: 1px;
    background: linear-gradient(to right, transparent, var(--blue), transparent);
    z-index: 1;
  }

  .pain-inner {
    max-width: 1200px;
    margin: 0 auto;
    position: relative;
    z-index: 2;
.section-label span { color: var(--white);}
.section-label::after {    background: rgb(255 255 255 / 60%);}
h2{ color: var(--white);}
.section-desc { color: var(--white);}
.section-title em {color: var(--yellow);}
  }

  .section-label {
    display: flex;
    align-items: center;
    gap: 16px;
    margin-bottom: 20px;
  }

  .section-label span {
    font-family: 'Oswald', sans-serif;
    font-size: 20px;
    letter-spacing: 0.35em;
    color: var(--blue);
    text-transform: uppercase;
  }

  .section-label::after {
    content: '';
    flex: 1;
    height: 1px;
    background: rgb(26 127 193);
  }

  .section-title {
    font-family: 'Noto Sans JP', sans-serif;
    font-size: clamp(26px, 3vw, 42px);
    font-weight: 900;
    line-height: 1.5;
    margin-bottom: 16px;
  }

  .section-title em {
    font-style: normal;
    color: var(--blue-dark);
  }

  .section-desc {
    font-size: 15px;
    color: var(--text-muted);
    line-height: 1.9;
    margin-bottom: 60px;
  }

  .pain-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
    margin-bottom: 60px;
  }

  .pain-card {
background: rgba(255, 255, 255, 1);
    color: var(--blue-dark);
    border-radius: 16px;
    overflow: hidden;
    border: 2px solid rgba(255, 255, 255, 0.9);
    transition: all 0.3s;
  }

  .pain-card:hover {
    background: rgba(255,255,255,0.12);
    transform: translateY(-3px);
    color: var(--white);
  }

  .pain-card-img {
    width: 100%;
    height: 150px;
    background-size: cover;
    background-position: center;
    background-color: #1A3A5C;
  }
.prop-card-img {
  width: 100%;
  height: 160px;
  object-fit: cover;
  object-position: center;
  display: block;
}
  .pain-card-body {
    padding: 22px 22px 26px;
  }

  .pain-text {
    font-size: 18px;
    line-height: 1.8;
  }

  .pain-text strong { font-weight: 700; }

  .pain-resolve {
    text-align: center;
    padding: 48px;
  }

  .pain-resolve-text {
    font-family: 'Noto Sans JP', sans-serif;
    font-size: clamp(20px, 2.5vw, 32px);
    font-weight: 700;
    line-height: 1.7;
    color: var(--white);
  }

  .pain-resolve-text em {
    font-style: normal;
    color: var(--yellow);
    border-bottom: 2px solid var(--yellow);
  }

  /* ===================== MERIT ===================== */
  .section-merit {
    background: #FFFFFF;
    padding: 100px 48px;
    position: relative;
    background-image: url('https://picsum.photos/id/1047/1400/800');
    background-size: cover;
    background-position: center top;
    background-attachment: fixed;
  }

  .section-merit::before {
    content: '';
    position: absolute;
    inset: 0;
    background: rgba(255,255,255,0.96);
    z-index: 0;
  }

  .merit-inner { max-width: 1200px; margin: 0 auto; position: relative; z-index: 1; }

  .merit-blocks {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
    margin-top: 60px;
  }

  .merit-block {
    background: #FFFFFF;
    border-radius: 16px;
    overflow: hidden;
    border: 1px solid rgba(26,127,193,0.08);
    transition: all 0.3s;
  }

  .merit-block:hover { transform: translateY(-4px); box-shadow: 0 12px 40px rgba(26,127,193,0.12); }

	.merit-block-img {
	width: 100%;
	height: 200px;
	object-fit: cover;
	object-position: center;
	display: block;
	}

  .merit-block-body {
    padding: 1em 1em 1.5em;
  }

  .merit-block-title {
    font-family: 'Noto Sans JP', sans-serif;
    font-size: 18px;
    font-weight: 700;
    line-height: 1.6;
    margin-bottom: 14px;
    color: var(--text);
  }

  .merit-block-title em {
    font-style: normal;
    color: var(--blue);
  }

  .merit-block-text {
    font-size: 13px;
    color: var(--text-muted);
    line-height: 1.9;
  }

  /* ===================== SPEED ===================== */
  .section-speed {
    background: #FFFFFF;
    padding: 100px 48px;
    position: relative;
    overflow: hidden;
  }
/*
  .section-speed::before {
    content: 'SPEED';
    position: absolute;
    right: -40px;
    top: 50%;
    transform: translateY(-50%) rotate(90deg);
    font-family: 'Oswald', sans-serif;
    font-size: 140px;
    font-weight: 700;
    color: rgba(26,127,193,0.05);
    letter-spacing: 0.1em;
    user-select: none;
    white-space: nowrap;
  }
*/
  .speed-inner {
    max-width: 1200px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 80px;
    align-items: start;
  }

  .speed-steps {
    margin-top: 60px;
    display: flex;
    flex-direction: column;
    gap: 0;
  }

  .speed-step {
    display: flex;
    gap: 28px;
    position: relative;
    padding-bottom: 40px;
  }

  .speed-step:last-child { padding-bottom: 0; }

  .speed-step-left {
    display: flex;
    flex-direction: column;
    align-items: center;
    flex-shrink: 0;
  }

  .speed-step-circle {
    width: 44px;
    height: 44px;
    border: 2px solid var(--blue);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: 'Oswald', sans-serif;
    font-size: 16px;
    font-weight: 600;
    color: var(--blue);
    background: #FFFFFF;
    position: relative;
    z-index: 1;
  }

  .speed-step-line {
    flex: 1;
    width: 1px;
    background: rgba(26,127,193,0.3);
    margin-top: 8px;
  }

  .speed-step:last-child .speed-step-line { display: none; }

  .speed-step-content { padding-top: 8px; }

  .speed-step-time {
    font-family: 'Oswald', sans-serif;
    font-size: 11px;
    letter-spacing: 0.2em;
    color: var(--blue);
    margin-bottom: 8px;
  }

  .speed-step-title {
    font-size: 17px;
    font-weight: 700;
    margin-bottom: 8px;
    line-height: 1.4;
    color: var(--text);
  }

  .speed-step-text {
    font-size: 13px;
    color: var(--text-muted);
    line-height: 1.8;
  }

  .speed-right { padding-top: 60px; }

  .speed-photo {
width: 100%;
    height: 260px;
    margin-bottom: 28px;
    position: relative;
    overflow: hidden;
    background: var(--bg-pale);
    background-image: url(/img/speed-photo.webp);
    background-size: cover;
    background-position: center;
  }

  .speed-photo svg {
    width: 100%;
    height: 100%;
  }

  .speed-photo-caption {
    position: absolute;
    bottom: 0; left: 0; right: 0;
    background: linear-gradient(to top, rgba(5,16,31,0.9), transparent);
    color: rgba(255,255,255,0.8);
    font-size: 12px;
    padding: 24px 16px 12px;
    letter-spacing: 0.05em;
  }

  .speed-highlight {
    background: linear-gradient(135deg, rgba(26,127,193,0.1), rgba(26,127,193,0.04));
    border: 1px solid rgba(26,127,193,0.35);
    padding: 40px;
    margin-bottom: 28px;
    position: relative;
  }

  .speed-highlight-label {
    position: absolute;
    top: -15px;
    left: 24px;
    background: #1a7fc1;
    padding: 0 12px;
    font-family: 'Oswald', sans-serif;
    font-size: 20px;
    letter-spacing: 0.25em;
    color: var(--white);
  }

  .speed-highlight-num {
    font-family: 'Oswald', sans-serif;
    font-size: 64px;
    font-weight: 700;
    color: #FFFFFF;
    line-height: 1;
    margin-bottom: 8px;
    color: var(--blue);
	span{
		font-size:0.4em;
	}
  }


  .speed-highlight-title {
    font-size: 25px;
    font-weight: 700;
    line-height: 1.5;
    margin-bottom: 8px;
color: var(--blue);
	em{

		font-style: normal;
	}
  }

  .speed-highlight-text {
    font-size: 14px;
    color: var(--text-muted);
    line-height: 1.8;
  }

  .speed-note {
    font-size: 12px;
    color: var(--text-light);
    line-height: 1.8;
    padding: 16px 20px;
    border-left: 2px solid rgba(26,127,193,0.2);
    margin-top: 4px;
  }

  /* ===================== PROPERTIES ===================== */
  .section-properties {
    background: #F0F8FF;
    padding: 100px 48px;
    position: relative;
    background-image: url('/img/properties-bg.webp');
    background-size: cover;
    background-position: center top;
    background-attachment: fixed;
    color: var(--white);
	.section-title em {
	    color: var(--yellow);
	}
	.section-desc { color: var(--white);}
	.section-label span { color: var(--white);}
  }

  .section-properties::before {
    content: '';
    position: absolute;
    inset: 0;
    background: rgba(5, 16, 31, 0.8);
    z-index: 0;
  }

  .properties-inner { max-width: 1200px; margin: 0 auto; position: relative; z-index: 1; }

  .prop-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
    margin-top: 60px;
  }

  .prop-card {
    background: #FFFFFF;border-radius: 16px;
    
    padding: 36px 32px;
    border-bottom: 2px solid transparent;
    border: 1px solid rgba(26,127,193,0.08);
    transition: all 0.3s;
    cursor: default;
  }

  .prop-card:hover {
    background: #EAF5FF;
    border-color: rgba(26,127,193,0.2);
    box-shadow: 0 8px 32px rgba(26,127,193,0.1);
  }



  .prop-card-title {
    font-size: 16px;
    font-weight: 700;
    margin-bottom: 12px;
    color: var(--text);
  }

  .prop-card-text {
    font-size: 13px;
    color: var(--text-muted);
    line-height: 1.8;
  }

  .prop-card-badge {
    display: inline-block;
    margin-top: 16px;
    font-size: 11px;
    color: var(--blue);
    border: 1px solid rgba(26,127,193,0.45);
    padding: 4px 12px;
    letter-spacing: 0.05em;
  }

  /* ===================== FLOW ===================== */
  .section-flow {
    background: #EEF7FF;
    padding: 100px 48px;
    position: relative;
  }

  .flow-inner { max-width: 1200px; margin: 0 auto; }

  .flow-grid {
    display: flex;
    gap: 0;
    margin-top: 60px;
    position: relative;
  }

  .flow-grid::before {
    content: '';
    position: absolute;
    top: 32px;
    left: 32px;
    right: 32px;
    height: 1px;
    background: rgba(26,127,193,0.3);
    z-index: 0;
  }

  .flow-item {
    flex: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    padding: 0 16px;
    position: relative;
    z-index: 1;
  }

  .flow-circle {
    width: 64px;
    height: 64px;
    border: 2px solid var(--blue);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #FFFFFF;
    margin-bottom: 24px;
    box-shadow: 0 4px 16px rgba(26,127,193,0.15);
    font-family: 'Oswald', sans-serif;
    font-size: 20px;
    color: var(--blue);
    font-weight: 600;
  }

  .flow-title {
    font-size: 15px;
    font-weight: 700;
    margin-bottom: 12px;
    line-height: 1.5;
    color: var(--text);
  }

  .flow-text {
    font-size: 12px;
    color: var(--text-muted);
    line-height: 1.8;
  }

  .flow-badge {
    margin-top: 12px;
    font-size: 11px;
    color: var(--blue-dark);
    letter-spacing: 0.05em;
  }

  /* ===================== FAQ ===================== */
  .section-faq {
    background: #FFFFFF;
    padding: 100px 48px;
  }

  .faq-inner {
    max-width: 800px;
    margin: 0 auto;
  }

  .faq-list {
    margin-top: 60px;
    display: flex;
    flex-direction: column;
    gap: 10px;
  }

  .faq-item {
    background: #F0F8FF;border-radius: 12px;
    
    overflow: hidden;
    border: 1px solid rgba(26,127,193,0.08);
    margin-bottom: 2px;
  }

  .faq-question {
    display: flex;
    align-items: center;
    gap: 20px;
    padding: 28px 32px;
    cursor: pointer;
    transition: background 0.2s;
    user-select: none;
  }

  .faq-question:hover { background: #EEF7FF; }

  .faq-q-mark {
    font-family: 'Oswald', sans-serif;
    font-size: 20px;
    font-weight: 700;
    color: var(--blue);
    flex-shrink: 0;
    width: 28px;
  }

  .faq-q-text {
    font-size: 15px;
    font-weight: 700;
    flex: 1;
    line-height: 1.5;
    color: var(--text);
  }

  .faq-toggle {
    width: 28px;
    height: 28px;
    border: 1px solid rgba(26,127,193,0.35);
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    font-size: 18px;
    color: var(--blue);
    transition: transform 0.3s;
  }

  .faq-item.open .faq-toggle { transform: rotate(45deg); }

  .faq-answer {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.4s ease;
    border-top: 1px solid rgba(26,127,193,0.1);
  }

  .faq-item.open .faq-answer { max-height: 300px; }

  .faq-answer-inner {
    padding: 0 32px 28px 80px;
    font-size: 14px;
    color: var(--text-muted);
    line-height: 1.9;
    border-top: 1px solid rgba(26,127,193,0.1);
    padding-top: 20px;
  }

  /* ===================== COMPANY ===================== */
  .section-company {
    background: #EEF6FF;
    padding: 100px 48px;
  }

  .company-inner {
    max-width: 1200px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 80px;
    align-items: center;
  }

  .company-table {
    margin-top: 40px;
    border-collapse: collapse;
    width: 100%;
  }

  .company-table tr {
    border-bottom: 1px solid rgba(26,127,193,0.1);
  }

  .company-table th {
    padding: 16px 0;
    font-size: 12px;
    color: var(--blue-dark);
    font-weight: 500;
    letter-spacing: 0.05em;
    width: 120px;
    vertical-align: top;
    padding-top: 18px;
  }

  .company-table td {
    padding: 16px 0;
    font-size: 14px;
    color: var(--text-muted);
    line-height: 1.7;
  }

  .company-link {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    font-size: 13px;
    color: var(--blue);
    text-decoration: none;
    margin-top: 28px;
    letter-spacing: 0.05em;
    transition: gap 0.2s;
  }

  .company-link:hover { gap: 14px; }

  .company-right-box {
    padding: 1.5em;
    border-radius: 20px;
    position: relative;
    overflow: hidden;
    background: linear-gradient(135deg, #daefff, #ebf3ff);
    border: 1px solid rgba(26,127,193,0.15);
  }



  .company-right-box > * {
    position: relative;
    z-index: 1;
  }

  .company-right-title {
    font-family: 'Noto Sans JP', sans-serif;
    font-size: 22px;
    font-weight: 700;
    line-height: 1.7;
    margin-bottom: 20px;
    color: var(--text);
  }

  .company-right-text {
    font-size: 14px;
    color: var(--text-muted);
    line-height: 1.9;
    margin-bottom: 32px;
  }

  .strength-tags {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
  }

  .strength-tag {
    font-size: 12px;
    border: 1px solid rgba(26,127,193,0.4);
    color: var(--blue);
    padding: 6px 14px;
    letter-spacing: 0.05em;
  }

  /* ===================== CTA ===================== */
  .section-cta {
    background: var(--bg-base);
    color: var(--white);
    padding: 100px 48px;
    position: relative;
    overflow: hidden;
    background-image: url(/img/contact-bg.webp);
    background-size: cover;
    background-position: center bottom;
    background-attachment: fixed;
  }

  .section-cta::before {
    content: '';
    position: absolute;
    inset: 0;
    background: rgba(5,40,90,0.72);
    z-index: 0;
  }

  .section-cta::after {
    content: '';
    position: absolute;
    inset: 0;
    background: radial-gradient(ellipse 80% 60% at 50% 50%, rgba(26,127,193,0.07) 0%, transparent 70%);
    z-index: 0;
  }

  .cta-inner {
    max-width: 800px;
    margin: 0 auto;
    text-align: center;
    position: relative;
    z-index: 1;
  }

  .cta-label {
    font-family: 'Oswald', sans-serif;
    font-size: 11px;
    letter-spacing: 0.35em;
    color: var(--blue);
    margin-bottom: 28px;
  }

  .cta-title {
    font-family: 'Noto Sans JP', sans-serif;
    font-size: clamp(28px, 3.5vw, 48px);
    font-weight: 900;
    line-height: 1.5;
    margin-bottom: 20px;
  }

  .cta-title em {
    font-style: normal;
    color: var(--blue);
  }

  .cta-desc {
    font-size: 15px;
    color: rgba(255,255,255,0.9);
    line-height: 1.9;
    margin-bottom: 52px;
  }

  /* CTA 3列グリッド：幅に合わせて可変 */
  .cta-boxes {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 16px;
    margin-bottom: 32px;
  }

  .cta-boxes-3 {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    justify-content: center;
    max-width: 900px;
    margin-left: auto;
    margin-right: auto;
  }

  .cta-box {

    border-radius: 16px;
    padding: 32px 28px;
    text-decoration: none;
    color: var(--navy);
    transition: all 0.3s;
    display: flex;
    flex-direction: column;
    position: relative;
    overflow: hidden;
  }

  .cta-box:hover { background: rgba(255,255,255,0.18); transform: translateY(-3px); }

  .cta-box-label {
    font-family: 'Oswald', sans-serif;
    font-size: 16px;
    letter-spacing: 0.3em;
    color: var(--white);
    margin-bottom: 16px;
  }

  .cta-box-title {
    font-size: 17px;
    font-weight: 700;
    margin-bottom: 10px;
    line-height: 1.4;
    color: var(--white);
  }

  .cta-box-text {
    font-size: 13px;
    color: rgba(255,255,255,0.75);
    line-height: 1.8;
  }

  .cta-box-arrow {
    position: absolute;
    bottom: 24px;
    right: 28px;
    font-size: 20px;
    color: var(--white);
    opacity: 0.5;
    transition: all 0.3s;
  }

  .cta-box:hover .cta-box-arrow { opacity: 1; right: 20px; }

  .cta-tel {
    font-size: 13px;
    color: rgba(255,255,255,0.4);
    line-height: 2;
  }

  .cta-tel a {
    font-family: 'Oswald', sans-serif;
    font-size: 32px;
    color: var(--blue);
    text-decoration: none;
    letter-spacing: 0.05em;
    display: block;
    margin: 8px 0;
  }

  /* ===================== TABLET ===================== */
  @media (max-width: 1024px) {
    header { padding: 16px 24px; }
    .header-nav { display: none; }
    .fv-inner { grid-template-columns: 1fr; gap: 40px; padding: 0 24px; }
    .fv-merit-block { display: none; }
    .fv-accent-line { display: none; }
    .pain-grid { grid-template-columns: 1fr 1fr; }
    .merit-blocks { grid-template-columns: 1fr 1fr; }
    .reasons-grid { grid-template-columns: 1fr 1fr; }
    .split-cards { grid-template-columns: 1fr; }
    .fast-inner { grid-template-columns: 1fr; gap: 48px; }
    .fast-stats { grid-template-columns: repeat(4, 1fr); }
    .prop-grid { grid-template-columns: 1fr 1fr; }
    .company-inner { grid-template-columns: 1fr; gap: 48px; }
    .cta-boxes,
    .cta-boxes-3 { grid-template-columns: 1fr; max-width: 100%; }
    .footer-inner { flex-direction: column; gap: 24px; text-align: center; }
    .footer-links { flex-wrap: wrap; justify-content: center; }
    .speed-inner { grid-template-columns: 1fr; gap: 48px; }
    .section-pain, .section-merit, .section-high, .section-fast,
    .section-warning, .section-properties, .section-flow,
    .section-faq, .section-company, .section-cta, .section-split,
    .section-speed { padding-left: 24px; padding-right: 24px; }
  }

  /* ===================== MOBILE ===================== */
  @media (max-width: 768px) {
    header { padding: 14px 20px; }
    .header-logo span { display: none; }
    .header-tel { display: none; }
    .header-cta { padding: 8px 16px; font-size: 12px; }
    .header-logo {width: 50%;}
    .header-logo-img {height: auto; width: 100%;}
    .fv { padding: 100px 0 60px; }
    .fv-inner { padding: 0 20px; }
    .fv-catch { font-size: clamp(26px, 7vw, 38px); }
    .fv-sub { font-size: clamp(13px, 4vw, 15px); margin-bottom: 28px; }
    .fv-stats { padding: 20px 0; min-width: 100%;}
    .fv-stat-item {padding: 0;}
    .fv-stat-num { font-size: clamp(16px, 4.5vw, 26px); }
    .fv-btns { flex-direction: column; align-items: stretch; gap: 12px; }
    .btn-primary { justify-content: center; padding: 16px 20px; font-size: 14px; }
    .fv-number { font-size: 80px; }
    .fv-merit-block { display: none; }
    .fv-accent-line { display: none; }

    .section-pain, .section-merit, .section-high, .section-fast,
    .section-warning, .section-properties, .section-flow,
    .section-faq, .section-company, .section-cta, .section-split,
    .section-speed {
      padding: 64px 20px;
    }

    .section-title { font-size: clamp(20px, 6vw, 30px); margin-bottom: 12px; }
    .section-desc { font-size: 13px; margin-bottom: 36px; }
    .section-label span {font-size: 11px;}
    .split-cards { grid-template-columns: 1fr; }
    .split-card { padding: 32px 24px; }
    .split-card-tag {font-size: 12px;}
    .split-card-bg-text { font-size: 72px; }
    .split-card-title { font-size: clamp(18px, 5vw, 24px); }
    .split-lead { margin-bottom: 32px; }

    .pain-grid { grid-template-columns: 1fr; }
    .pain-card-body { padding: 18px; }
    .pain-resolve { padding: 28px 20px; }
    .pain-resolve-text { font-size: clamp(14px, 4vw, 16px); }

    .reasons-grid { grid-template-columns: 1fr; }
    .reason-card { padding: 28px 24px; }

    .fast-inner { grid-template-columns: 1fr; gap: 40px; }
    .fast-stats { grid-template-columns: 1fr 1fr; gap: 2px; }
    .fast-stat { padding: 20px 16px; }
    .fast-stat-num { font-size: 32px; }

    .warning-item { padding: 20px 16px; flex-direction: column; gap: 10px; }
    .warning-resolve { padding: 32px 20px; }
    .warning-resolve-text { font-size: clamp(16px, 5vw, 20px); }
    .warning-title { font-size: clamp(18px, 5.5vw, 26px); }

    .merit-blocks { grid-template-columns: 1fr; }
    .merit-block { padding: 32px 24px; }

    .speed-inner { grid-template-columns: 1fr; gap: 40px; }
    .speed-right { padding-top: 0; }
    .speed-photo { height: 160px; }
    .speed-highlight { padding: 24px; }
    .speed-highlight-num { font-size: 48px; }

    .prop-grid { grid-template-columns: 1fr; }
    .prop-card { padding: 24px 20px; }

    .flow-grid { flex-direction: column; }
    .flow-grid::before { display: none; }
    .flow-item {
      flex-direction: row;
      text-align: left;
      padding: 20px 0;
      border-bottom: 1px solid rgba(26,127,193,0.1);
      gap: 16px;
      align-items: flex-start;
    }
    .flow-item:last-child { border-bottom: none; }
    .flow-circle { flex-shrink: 0; margin-bottom: 0; width: 44px; height: 44px; font-size: 15px; }
    .flow-title { font-size: 13px; margin-bottom: 6px; }
    .flow-text { font-size: 11px; }

    .faq-inner { max-width: 100%; }
    .faq-question { padding: 18px 16px; gap: 12px; }
    .faq-q-text { font-size: 13px; }
    .faq-answer-inner { padding: 0 16px 18px 46px; font-size: 13px; }

    .company-inner { grid-template-columns: 1fr; gap: 36px; }
    .company-table th { width: 80px; font-size: 11px; }
    .company-table td { font-size: 13px; }

    .cta-boxes,
    .cta-boxes-3 { grid-template-columns: 1fr; max-width: 100%; }
    .cta-box { padding: 28px 24px; }
    .cta-title { font-size: clamp(20px, 6vw, 32px); }

    footer { padding: 32px 20px; }
    .footer-inner { flex-direction: column; gap: 20px; text-align: center; }
    .footer-links { flex-wrap: wrap; justify-content: center; gap: 14px; }

    .fixed-cta { bottom: 16px; right: 16px; gap: 8px; }
    .fixed-cta-btn { padding: 11px 16px; font-size: 12px; }
    .fixed-cta-btn.secondary { display: none; }
  }

  @media (max-width: 480px) {
    .fv-catch { font-size: clamp(22px, 12vw, 50px); line-height: 1.5; }
    .fv-stat-num { font-size: clamp(14px, 5vw, 22px); }
    .split-card-title {font-size: 8vw;}
    .fast-stats { grid-template-columns: 1fr 1fr; gap: 5%;}
    .prop-card-title { font-size: clamp(16px, 5vw, 20px); }
    .merit-block-title { font-size: clamp(16px, 5vw, 20px); }
    .cta-tel a { font-size: 22px; }
    .fast-stat-num { font-size: 6vw; }
    .speed-highlight-title { font-size: 5vw; }

	.speed-highlight-label {
	    position: absolute;
	    top: -1em;
	    left: 2em;
	    background: #1a7fc1;
	    padding: 0.2em 1em;
	    font-family: 'Oswald', sans-serif;
	    font-size: 3.5vw;
	    letter-spacing: 0.25em;
	    color: var(--white);
	}
	.cta-boxes { width: 80%;}
  }

