/* ================================================
   BICS MINPAKU - トップページ 統合CSS
   最適化・整理版
   最終更新: 2025年
================================================ */

/* ==============================================
   1. WordPress構造リセット
============================================== */
body.top-page .entry-content > *,
body.top-page .post_content > * {
    max-width: none !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
}

body.top-page .swell-block-fullWide,
body.top-page [class*="full-wide"],
body.top-page .alignfull {
    width: 100vw !important;
    max-width: 100vw !important;
    margin-left: calc(50% - 50vw) !important;
    margin-right: calc(50% - 50vw) !important;
}

/* ==============================================
   2. アニメーション定義
============================================== */
@keyframes shimmer {
    0%, 100% { background-position: 0% 50%; }
    50% { background-position: 100% 50%; }
}

@keyframes floatParticle {
    0%, 100% { transform: translateY(0) scale(1); opacity: 0.2; }
    50% { transform: translateY(-20px) scale(1.3); opacity: 0.5; }
}

@keyframes btnShine {
    to { left: 100%; }
}

@keyframes pulse {
    0% { transform: scale(1); opacity: 1; }
    100% { transform: scale(1.5); opacity: 0; }
}

@keyframes linePulse {
    0%, 100% { opacity: 0.3; }
    50% { opacity: 0.6; }
}

@keyframes sparkle {
    0% { left: -100%; }
    100% { left: 100%; }
}

@keyframes sparkleFloat {
    0%, 100% { opacity: 0; transform: scale(0) translateY(0); }
    50% { opacity: 1; transform: scale(1) translateY(-10px); }
}

@keyframes numberShimmer {
    0%, 100% { background-position: 0% 50%; }
    50% { background-position: 100% 50%; }
}

@keyframes heroZoom {
    0% { transform: scale(1.1); }
    100% { transform: scale(1); }
}

@keyframes float {
    0%, 100% { transform: translateY(0) translateX(0); opacity: 0.3; }
    25% { transform: translateY(-30px) translateX(10px); opacity: 0.6; }
    50% { transform: translateY(-20px) translateX(-10px); opacity: 0.4; }
    75% { transform: translateY(-40px) translateX(5px); opacity: 0.5; }
}

@keyframes lineSweep {
    0% { transform: translateX(0); }
    100% { transform: translateX(50%); }
}

@keyframes underlineReveal {
    to { transform: scaleX(1); }
}

@keyframes scrollDown {
    0% { transform: translateY(-20px); opacity: 0; }
    30% { opacity: 1; }
    100% { transform: translateY(60px); opacity: 0; }
}

@keyframes fadeInUp {
    to { opacity: 1; transform: translateY(0); }
}

@keyframes fadeIn {
    to { opacity: 1; }
}

@keyframes fadeInRight {
    from { opacity: 0; transform: translateX(30px); }
    to { opacity: 1; transform: translateX(0); }
}

@keyframes headerShine {
    to { left: 100%; }
}

@keyframes dropdownSlide {
    from { opacity: 0; transform: translateY(-10px); }
    to { opacity: 1; transform: translateY(0); }
}

@keyframes textBoom {
    0% { opacity: 0; transform: scale(0.3); }
    50% { opacity: 1; transform: scale(1.15); }
    70% { transform: scale(0.95); }
    100% { opacity: 1; transform: scale(1); }
}

@keyframes textBoomDelay {
    0% { opacity: 0; transform: scale(0.3) translateY(10px); }
    50% { opacity: 1; transform: scale(1.2) translateY(0); }
    70% { transform: scale(0.9) translateY(0); }
    100% { opacity: 1; transform: scale(1) translateY(0); }
}

@keyframes glowPulseGold {
    0%, 100% { box-shadow: 0 5px 20px rgba(201, 162, 39, 0.4); }
    50% { box-shadow: 0 5px 30px rgba(201, 162, 39, 0.6), 0 0 40px rgba(201, 162, 39, 0.3); }
}

@keyframes iconPulse {
    0%, 100% { transform: scale(1); }
    50% { transform: scale(1.05); }
}

@keyframes ringExpand {
    0% { transform: scale(0.8); opacity: 0.8; }
    100% { transform: scale(1.5); opacity: 0; }
}

@keyframes iconFloat {
    0%, 100% { transform: translateY(0); }
    50% { transform: translateY(-8px); }
}

@keyframes shimmerText {
    0%, 100% { background-position: -200% center; }
    50% { background-position: 200% center; }
}

@keyframes tagPop {
    0% { transform: scale(0.8); opacity: 0; }
    100% { transform: scale(1); opacity: 1; }
}

@keyframes starTwinkle {
    0%, 100% { opacity: 1; transform: scale(1); }
    50% { opacity: 0.7; transform: scale(0.9); }
}

@keyframes badgeBounce {
    0%, 100% { transform: translateY(0) rotate(-3deg); }
    50% { transform: translateY(-3px) rotate(3deg); }
}

/* ==============================================
   3. 共通セクションスタイル
============================================== */
.hero,
.services-section,
.availability-section,
.why-section,
.numbers-section,
.flow-section,
.updates-section,
.cta-section {
    position: relative;
    overflow: hidden;
    width: 100vw;
    margin-left: calc(50% - 50vw);
    margin-right: calc(50% - 50vw);
}

.services-section { overflow: visible; }

/* 共通背景グリッド */
.services-bg-grid,
.availability-bg-grid,
.flow-bg-grid,
.updates-bg-grid {
    position: absolute;
    inset: 0;
    background-image: 
        linear-gradient(rgba(26, 46, 74, 0.03) 1px, transparent 1px),
        linear-gradient(90deg, rgba(26, 46, 74, 0.03) 1px, transparent 1px);
    background-size: 60px 60px;
}

.why-bg-grid,
.cta-bg-grid {
    position: absolute;
    inset: 0;
    background-image: 
        linear-gradient(rgba(255, 255, 255, 0.03) 1px, transparent 1px),
        linear-gradient(90deg, rgba(255, 255, 255, 0.03) 1px, transparent 1px);
    background-size: 60px 60px;
}

.services-section::before,
.services-bg-grid { overflow: hidden; }

/* 共通パーティクル */
.floating-particle,
.availability-particle,
.why-particle,
.flow-particle,
.updates-particle,
.cta-particle {
    position: absolute;
    border-radius: 50%;
    animation: floatParticle 10s ease-in-out infinite;
}

.floating-particle,
.availability-particle,
.flow-particle,
.updates-particle {
    width: 5px;
    height: 5px;
    background: linear-gradient(135deg, #c9a227, #1a2e4a);
    opacity: 0.2;
}

.why-particle,
.cta-particle {
    width: 4px;
    height: 4px;
    background: rgba(201, 162, 39, 0.6);
    opacity: 0.3;
    animation-duration: 12s;
}

/* パーティクル位置 */
.floating-particle:nth-child(1) { left: 10%; top: 20%; animation-delay: 0s; }
.floating-particle:nth-child(2) { left: 20%; top: 70%; animation-delay: 1s; }
.floating-particle:nth-child(3) { left: 80%; top: 30%; animation-delay: 2s; }
.floating-particle:nth-child(4) { left: 90%; top: 60%; animation-delay: 3s; }
.floating-particle:nth-child(5) { left: 50%; top: 10%; animation-delay: 4s; }
.floating-particle:nth-child(6) { left: 30%; top: 85%; animation-delay: 5s; }

.availability-particle:nth-child(1) { left: 5%; top: 30%; animation-delay: 0s; }
.availability-particle:nth-child(2) { left: 95%; top: 20%; animation-delay: 2s; }
.availability-particle:nth-child(3) { left: 15%; top: 80%; animation-delay: 4s; }
.availability-particle:nth-child(4) { left: 85%; top: 70%; animation-delay: 6s; }

.why-particle:nth-child(1) { left: 8%; top: 25%; animation-delay: 0s; }
.why-particle:nth-child(2) { left: 92%; top: 15%; animation-delay: 2s; }
.why-particle:nth-child(3) { left: 18%; top: 75%; animation-delay: 4s; }
.why-particle:nth-child(4) { left: 82%; top: 65%; animation-delay: 6s; }
.why-particle:nth-child(5) { left: 45%; top: 85%; animation-delay: 3s; }
.why-particle:nth-child(6) { left: 55%; top: 10%; animation-delay: 5s; }

.flow-particle:nth-child(1) { left: 5%; top: 20%; animation-delay: 0s; }
.flow-particle:nth-child(2) { left: 95%; top: 30%; animation-delay: 2s; }
.flow-particle:nth-child(3) { left: 10%; top: 70%; animation-delay: 4s; }
.flow-particle:nth-child(4) { left: 90%; top: 80%; animation-delay: 6s; }

.updates-particle:nth-child(1) { left: 5%; top: 25%; animation-delay: 0s; }
.updates-particle:nth-child(2) { left: 95%; top: 20%; animation-delay: 2s; }
.updates-particle:nth-child(3) { left: 15%; top: 75%; animation-delay: 4s; }
.updates-particle:nth-child(4) { left: 85%; top: 70%; animation-delay: 6s; }

.cta-particle:nth-child(1) { left: 5%; top: 20%; animation-delay: 0s; }
.cta-particle:nth-child(2) { left: 95%; top: 25%; animation-delay: 2s; }
.cta-particle:nth-child(3) { left: 10%; top: 75%; animation-delay: 4s; }
.cta-particle:nth-child(4) { left: 90%; top: 80%; animation-delay: 6s; }
.cta-particle:nth-child(5) { left: 50%; top: 10%; animation-delay: 3s; }
.cta-particle:nth-child(6) { left: 50%; top: 90%; animation-delay: 5s; }

/* 共通セクションタイトル（明るい背景用） */
.services-title,
.availability-title,
.flow-title,
.updates-title {
    font-family: 'Poppins', sans-serif;
    font-weight: 700;
    color: transparent;
    background: linear-gradient(135deg, #1a2e4a 0%, #c9a227 50%, #1a2e4a 100%);
    background-clip: text;
    -webkit-background-clip: text;
    background-size: 200% 200%;
    animation: shimmer 3s ease-in-out infinite;
    position: relative;
    display: inline-block;
}

/* 共通セクションタイトル（暗い背景用） */
.why-title,
.cta-title {
    font-family: 'Poppins', sans-serif;
    font-weight: 700;
    color: transparent;
    background: linear-gradient(135deg, #ffffff 0%, #c9a227 50%, #ffffff 100%);
    background-clip: text;
    -webkit-background-clip: text;
    background-size: 200% 200%;
    animation: shimmer 3s ease-in-out infinite;
    position: relative;
    display: inline-block;
}

/* タイトル下線 */
.services-title::after,
.availability-title::after,
.why-title::after,
.flow-title::after,
.updates-title::after,
.cta-title::after {
    content: '';
    position: absolute;
    bottom: -12px;
    left: 50%;
    transform: translateX(-50%);
    width: 80px;
    height: 3px;
    background: linear-gradient(90deg, transparent, #c9a227, transparent);
    border-radius: 2px;
}

.availability-title::after { width: 60px; bottom: -10px; }

/* 共通CTAボタン */
.why-cta-btn,
.flow-cta-btn {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    padding: 18px 40px;
    background: linear-gradient(135deg, #c9a227, #e8c547);
    color: #1a2e4a;
    font-size: 1rem;
    font-weight: 700;
    border-radius: 50px;
    text-decoration: none;
    transition: all 0.4s cubic-bezier(0.23, 1, 0.32, 1);
    box-shadow: 0 10px 30px rgba(201, 162, 39, 0.3);
    position: relative;
    overflow: hidden;
}

.why-cta-btn::before,
.flow-cta-btn::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.4), transparent);
    transition: none;
}

.why-cta-btn:hover,
.flow-cta-btn:hover {
    transform: translateY(-5px) scale(1.02);
    box-shadow: 0 20px 40px rgba(201, 162, 39, 0.4);
}

.why-cta-btn:hover::before,
.flow-cta-btn:hover::before {
    animation: btnShine 0.6s ease-out forwards;
}

.why-cta-btn svg,
.flow-cta-btn svg {
    width: 20px;
    height: 20px;
    fill: #1a2e4a;
    transition: transform 0.3s;
}

.why-cta-btn:hover svg,
.flow-cta-btn:hover svg {
    transform: translateX(5px);
}

/* ==============================================
   4. ヒーローセクション
============================================== */
.hero {
    min-height: 100vh;
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

.hero-bg {
    position: absolute;
    inset: 0;
    background: url('../img/top/eye_top.png') center/cover no-repeat;
    transform: scale(1.1);
    animation: heroZoom 20s ease-in-out infinite alternate;
}

.hero-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(135deg, rgba(15, 39, 68, 0.92) 0%, rgba(26, 54, 93, 0.85) 40%, rgba(49, 130, 206, 0.6) 100%);
}

.hero-particles {
    position: absolute;
    inset: 0;
    overflow: hidden;
    pointer-events: none;
}

.particle {
    position: absolute;
    width: 4px;
    height: 4px;
    background: rgba(255, 255, 255, 0.3);
    border-radius: 50%;
    animation: float 15s infinite ease-in-out;
}

.particle:nth-child(1) { left: 10%; top: 20%; animation-delay: 0s; animation-duration: 18s; }
.particle:nth-child(2) { left: 20%; top: 60%; animation-delay: 2s; animation-duration: 22s; }
.particle:nth-child(3) { left: 35%; top: 30%; animation-delay: 4s; animation-duration: 16s; }
.particle:nth-child(4) { left: 50%; top: 70%; animation-delay: 1s; animation-duration: 20s; }
.particle:nth-child(5) { left: 65%; top: 25%; animation-delay: 3s; animation-duration: 24s; }
.particle:nth-child(6) { left: 75%; top: 55%; animation-delay: 5s; animation-duration: 19s; }
.particle:nth-child(7) { left: 85%; top: 35%; animation-delay: 2s; animation-duration: 21s; }
.particle:nth-child(8) { left: 90%; top: 75%; animation-delay: 4s; animation-duration: 17s; }

.hero-lines {
    position: absolute;
    inset: 0;
    pointer-events: none;
    overflow: hidden;
}

.hero-line {
    position: absolute;
    background: linear-gradient(90deg, transparent, rgba(255,255,255,0.1), transparent);
    height: 1px;
}

.hero-line:nth-child(1) { top: 30%; left: -100%; width: 200%; animation: lineSweep 8s infinite linear; }
.hero-line:nth-child(2) { top: 60%; left: -100%; width: 200%; animation: lineSweep 12s infinite linear; animation-delay: 3s; }

.hero-content {
    position: relative;
    z-index: 10;
    padding: 0 6rem;
    max-width: 800px;
}

.hero-subtitle {
    display: inline-flex;
    align-items: center;
    gap: 0.75rem;
    font-family: 'Poppins', sans-serif;
    font-size: 0.875rem;
    font-weight: 500;
    color: #63b3ed;
    letter-spacing: 0.15em;
    text-transform: uppercase;
    margin-bottom: 1.5rem;
    opacity: 0;
    transform: translateY(20px);
    animation: fadeInUp 0.8s ease forwards 0.3s;
}

.hero-subtitle::before {
    content: '';
    width: 40px;
    height: 2px;
    background: #63b3ed;
}

.hero-title {
    font-family: 'Poppins', sans-serif;
    font-size: clamp(3rem, 6vw, 5rem);
    font-weight: 700;
    color: #ffffff;
    line-height: 1.15;
    margin-bottom: 1.75rem;
    opacity: 0;
    transform: translateY(30px);
    animation: fadeInUp 1s ease forwards 0.5s;
}

.hero-title .highlight {
    background: linear-gradient(135deg, #ffffff 0%, #63b3ed 50%, #4fd1c5 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    position: relative;
    display: inline-block;
}

.hero-title .highlight::after {
    content: '';
    position: absolute;
    bottom: 0.1em;
    left: 0;
    width: 100%;
    height: 3px;
    background: linear-gradient(90deg, #63b3ed, transparent);
    transform: scaleX(0);
    transform-origin: left;
    animation: underlineReveal 1s ease forwards 1.5s;
}

.hero-title .line2 {
    display: block;
    font-weight: 800;
    letter-spacing: -0.02em;
}

.hero-desc {
    font-size: 1.0625rem;
    color: rgba(255, 255, 255, 0.9);
    line-height: 2;
    margin-bottom: 2.5rem;
    opacity: 0;
    transform: translateY(30px);
    animation: fadeInUp 1s ease forwards 0.7s;
}

.hero-cta {
    display: flex;
    gap: 1.25rem;
    flex-wrap: wrap;
    opacity: 0;
    transform: translateY(30px);
    animation: fadeInUp 1s ease forwards 0.9s;
}

.hero-btn {
    display: inline-flex;
    align-items: center;
    gap: 0.75rem;
    padding: 1.125rem 2.25rem;
    border-radius: 6px;
    font-size: 0.9375rem;
    font-weight: 600;
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    position: relative;
    overflow: hidden;
}

.hero-btn-primary {
    background: #3182ce;
    color: #ffffff;
    box-shadow: 0 4px 20px rgba(49, 130, 206, 0.4);
}

.hero-btn-primary::before {
    content: '';
    position: absolute;
    inset: 0;
    background: linear-gradient(135deg, rgba(255,255,255,0.2) 0%, transparent 50%);
    opacity: 0;
    transition: opacity 0.3s;
}

.hero-btn-primary:hover {
    transform: translateY(-3px);
    box-shadow: 0 8px 30px rgba(49, 130, 206, 0.5);
}

.hero-btn-primary:hover::before { opacity: 1; }

.hero-btn-secondary {
    background: transparent;
    color: #ffffff;
    border: 1.5px solid rgba(255, 255, 255, 0.4);
    backdrop-filter: blur(4px);
}

.hero-btn-secondary:hover {
    background: rgba(255, 255, 255, 0.1);
    border-color: rgba(255, 255, 255, 0.6);
    transform: translateY(-3px);
}

.hero-btn svg {
    width: 18px;
    height: 18px;
    transition: transform 0.3s;
}

.hero-btn:hover svg { transform: translateX(3px); }

.hero-scroll {
    position: absolute;
    bottom: 3rem;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 0.75rem;
    color: rgba(255, 255, 255, 0.7);
    font-size: 0.75rem;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    opacity: 0;
    animation: fadeIn 1s ease forwards 1.5s;
}

.scroll-line {
    width: 1px;
    height: 60px;
    background: linear-gradient(to bottom, rgba(255,255,255,0.5), transparent);
    position: relative;
    overflow: hidden;
}

.scroll-line::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 20px;
    background: #63b3ed;
    animation: scrollDown 2s infinite ease-in-out;
}

.hero-stats {
    position: absolute;
    bottom: 4rem;
    right: 6rem;
    display: flex;
    gap: 3rem;
    opacity: 0;
    animation: fadeInRight 1s ease forwards 1.2s;
}

.hero-stat {
    text-align: center;
    color: #ffffff;
}

.hero-stat-value {
    font-family: 'Poppins', sans-serif;
    font-size: 2.5rem;
    font-weight: 700;
    line-height: 1.2;
    background: linear-gradient(135deg, #fff, #63b3ed);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

.hero-stat-label {
    font-size: 0.75rem;
    opacity: 0.8;
    letter-spacing: 0.05em;
}

/* ==============================================
   5. サービスセクション
============================================== */
.services-section {
    padding: 120px 0;
    background: #ffffff;
}

.services-section::before {
    content: '';
    position: absolute;
    inset: 0;
    background: 
        radial-gradient(ellipse 80% 50% at 20% 40%, rgba(26, 46, 74, 0.03) 0%, transparent 50%),
        radial-gradient(ellipse 60% 40% at 80% 60%, rgba(201, 162, 39, 0.05) 0%, transparent 50%);
    pointer-events: none;
}

.services-inner {
    position: relative;
    z-index: 2;
    max-width: 1300px;
    margin: 0 auto;
    padding: 0 2rem;
}

.services-header {
    text-align: center;
    margin-bottom: 80px;
}

.services-title {
    font-size: clamp(3rem, 8vw, 5rem);
    letter-spacing: 0.1em;
}

.services-title::after { width: 80px; height: 4px; bottom: -10px; }

.services-subtitle {
    color: rgba(26, 46, 74, 0.5);
    font-size: 1rem;
    letter-spacing: 0.3em;
    margin-top: 1.5rem;
    text-transform: uppercase;
}

.services-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
    overflow: visible !important;
}

.service-card {
    position: relative;
    background: #ffffff;
    border-radius: 24px;
    border: 1px solid rgba(26, 46, 74, 0.08);
    padding: 0;
    overflow: visible !important;
    transition: all 0.5s cubic-bezier(0.23, 1, 0.32, 1);
    cursor: pointer;
    box-shadow: 0 4px 20px rgba(26, 46, 74, 0.08);
    display: flex;
    flex-direction: column;
}

.service-card::before {
    content: '';
    position: absolute;
    inset: 0;
    background: linear-gradient(135deg, rgba(201, 162, 39, 0) 0%, rgba(201, 162, 39, 0.05) 100%);
    opacity: 0;
    transition: opacity 0.5s;
}

.service-card:hover {
    transform: translateY(-15px) scale(1.02);
    border-color: rgba(201, 162, 39, 0.3);
    box-shadow: 0 30px 60px rgba(26, 46, 74, 0.15), 0 0 40px rgba(201, 162, 39, 0.1);
    z-index: 20;
}

.service-card:hover::before { opacity: 1; }
.service-card:has(.area-select-dropdown.is-open) { z-index: 30; }

.service-image-wrapper {
    position: relative;
    height: 200px;
    overflow: hidden;
    flex-shrink: 0;
}

.service-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all 0.7s cubic-bezier(0.23, 1, 0.32, 1);
}

.service-card:hover .service-image {
    transform: scale(1.15);
    filter: brightness(0.7);
}

.service-image-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, transparent 0%, rgb(96 100 107 / 80%) 100%);
}

.service-content {
    position: relative;
    padding: 30px;
    z-index: 2;
    display: flex;
    flex-direction: column;
    flex-grow: 1;
    overflow: visible !important;
}

.service-title-card {
    font-size: 1.6rem;
    font-weight: 700;
    color: #1a2e4a;
    margin-bottom: 16px;
    position: relative;
    padding-bottom: 12px;
    min-height: 3.5em;
    display: flex;
    align-items: flex-end;
}

.service-title-card::before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 40px;
    height: 3px;
    background: linear-gradient(90deg, #c9a227, #e8c547);
    border-radius: 2px;
    transition: width 0.4s cubic-bezier(0.23, 1, 0.32, 1);
}

.service-title-card::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 3px;
    background: rgba(26, 46, 74, 0.08);
    border-radius: 2px;
    z-index: -1;
}

.service-card:hover .service-title-card::before { width: 100%; }

.service-desc {
    color: rgba(26, 46, 74, 0.7);
    font-size: 0.95rem;
    line-height: 1.8;
    margin-bottom: 20px;
    flex-grow: 1;
}

.service-tags-container {
    position: relative;
    margin-bottom: 25px;
}

.service-tags-number {
    position: absolute;
    top: -15px;
    right: -5px;
    font-family: 'Poppins', sans-serif;
    font-size: 3rem;
    font-weight: 800;
    line-height: 1;
    color: transparent;
    background: linear-gradient(135deg, #c9a227 0%, #1a2e4a 50%, #c9a227 100%);
    background-size: 200% 200%;
    background-clip: text;
    -webkit-background-clip: text;
    opacity: 0.25;
    transition: all 0.5s cubic-bezier(0.23, 1, 0.32, 1);
    letter-spacing: -0.05em;
}

.service-card:hover .service-tags-number {
    opacity: 0.5;
    transform: scale(1.15) rotate(-5deg);
    animation: numberShimmer 1.5s ease-in-out infinite;
}

.service-tags {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    padding-right: 60px;
}

.service-tag {
    padding: 6px 14px;
    background: rgba(26, 46, 74, 0.05);
    border: 1px solid rgba(26, 46, 74, 0.1);
    border-radius: 20px;
    color: #1a2e4a;
    font-size: 0.8rem;
    font-weight: 500;
    transition: all 0.3s;
    position: relative;
    overflow: hidden;
}

.service-tag::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, transparent 0%, rgba(255, 255, 255, 0.9) 45%, rgba(201, 162, 39, 0.6) 50%, rgba(255, 255, 255, 0.9) 55%, transparent 100%);
    transition: none;
}

.service-card:hover .service-tag:nth-child(1)::before { animation: sparkle 0.5s ease-out 0.1s forwards; }
.service-card:hover .service-tag:nth-child(2)::before { animation: sparkle 0.5s ease-out 0.2s forwards; }
.service-card:hover .service-tag:nth-child(3)::before { animation: sparkle 0.5s ease-out 0.3s forwards; }
.service-card:hover .service-tag:nth-child(4)::before { animation: sparkle 0.5s ease-out 0.4s forwards; }
.service-card:hover .service-tag:nth-child(5)::before { animation: sparkle 0.5s ease-out 0.5s forwards; }
.service-card:hover .service-tag:nth-child(6)::before { animation: sparkle 0.5s ease-out 0.6s forwards; }

.service-card:hover .service-tag {
    background: rgba(201, 162, 39, 0.1);
    border-color: #c9a227;
    color: #c9a227;
    box-shadow: 0 0 15px rgba(201, 162, 39, 0.3);
}

.service-cta {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    color: #1a2e4a;
    font-weight: 600;
    font-size: 0.95rem;
    text-decoration: none;
    padding: 12px 0;
    position: relative;
    overflow: hidden;
    margin-top: auto;
}

.service-cta::after {
    content: '';
    position: absolute;
    bottom: 10px;
    left: 0;
    width: 0;
    height: 2px;
    background: #c9a227;
    transition: width 0.4s cubic-bezier(0.23, 1, 0.32, 1);
}

.service-card:hover .service-cta::after { width: calc(100% - 30px); }

.service-cta svg {
    width: 20px;
    height: 20px;
    fill: #c9a227;
    transition: transform 0.3s;
}

.service-card:hover .service-cta svg { transform: translateX(5px); }

.card-glow {
    position: absolute;
    width: 200px;
    height: 200px;
    background: radial-gradient(circle, rgba(201, 162, 39, 0.15) 0%, transparent 70%);
    border-radius: 50%;
    pointer-events: none;
    opacity: 0;
    transition: opacity 0.3s;
    z-index: 1;
}

.service-card:hover .card-glow { opacity: 1; }

/* エリア選択ドロップダウン */
.area-select-buttons {
    position: relative;
    margin-top: auto;
    z-index: 100;
}

.area-select-toggle {
    width: 100%;
    padding: 14px 18px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-family: 'Noto Sans JP', sans-serif;
    font-size: 0.95rem;
    font-weight: 600;
    color: #1a2e4a;
    background: linear-gradient(135deg, rgba(26, 46, 74, 0.03), rgba(201, 162, 39, 0.03));
    border: 2px solid rgba(26, 46, 74, 0.1);
    border-radius: 12px;
    cursor: pointer;
    transition: all 0.3s;
}

.area-select-toggle:hover {
    border-color: #c9a227;
    background: linear-gradient(135deg, rgba(201, 162, 39, 0.05), rgba(201, 162, 39, 0.08));
}

.area-select-toggle svg {
    width: 20px;
    height: 20px;
    color: #c9a227;
    transition: transform 0.3s ease;
}

.area-select-toggle[aria-expanded="true"] svg { transform: rotate(180deg); }

.area-select-dropdown {
    display: none;
    position: absolute;
    top: calc(100% + 8px);
    left: 0;
    right: 0;
    padding: 20px;
    background: #ffffff;
    border: 1px solid rgba(26, 46, 74, 0.1);
    border-radius: 12px;
    box-shadow: 0 15px 40px rgba(26, 46, 74, 0.15);
    z-index: 9999 !important;
}

.area-select-dropdown.is-open {
    display: block;
    animation: dropdownSlide 0.3s ease;
}

.area-group-section { margin-bottom: 16px; }
.area-group-section:last-child { margin-bottom: 0; }

.area-group-label {
    display: block;
    font-size: 0.75rem;
    font-weight: 700;
    color: rgba(26, 46, 74, 0.5);
    letter-spacing: 0.1em;
    margin-bottom: 10px;
    padding-bottom: 6px;
    border-bottom: 1px solid rgba(26, 46, 74, 0.08);
}

.area-buttons {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}

.area-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 10px 18px;
    font-size: 0.85rem;
    font-weight: 600;
    color: #1a2e4a;
    background: rgba(26, 46, 74, 0.05);
    border: 1px solid rgba(26, 46, 74, 0.1);
    border-radius: 25px;
    text-decoration: none;
    transition: all 0.3s cubic-bezier(0.23, 1, 0.32, 1);
}

.area-btn:hover {
    color: #1a2e4a;
    background: linear-gradient(135deg, #c9a227, #e8c547);
    border-color: transparent;
    transform: translateY(-2px);
    box-shadow: 0 5px 15px rgba(201, 162, 39, 0.4);
}

/* ==============================================
   6. サービス対応表セクション
============================================== */
.availability-section {
    padding: 120px 0;
    background: linear-gradient(180deg, #f8f9fb 0%, #ffffff 50%, #f8f9fb 100%);
}

.availability-section::before {
    content: '';
    position: absolute;
    inset: 0;
    background: 
        radial-gradient(ellipse 60% 40% at 20% 30%, rgba(201, 162, 39, 0.04) 0%, transparent 50%),
        radial-gradient(ellipse 50% 30% at 80% 70%, rgba(26, 46, 74, 0.03) 0%, transparent 50%);
    pointer-events: none;
}

.availability-inner {
    position: relative;
    z-index: 2;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 2rem;
}

.availability-header {
    text-align: center;
    margin-bottom: 70px;
}

.availability-title {
    font-size: clamp(1.8rem, 6vw, 3.5rem);
    letter-spacing: 0.05em;
}

.availability-subtitle {
    color: rgba(26, 46, 74, 0.5);
    font-size: 0.95rem;
    letter-spacing: 0.15em;
    margin-top: 1.5rem;
}

.availability-card {
    background: #ffffff;
    border-radius: 24px;
    border: 1px solid rgba(26, 46, 74, 0.06);
    box-shadow: 0 10px 40px rgba(26, 46, 74, 0.08);
    padding: 50px;
    transition: all 0.5s cubic-bezier(0.23, 1, 0.32, 1);
    overflow-x: auto;
}

.availability-card:hover {
    box-shadow: 0 20px 60px rgba(26, 46, 74, 0.12), 0 0 30px rgba(201, 162, 39, 0.05);
    transform: translateY(-5px);
}

.availability-table {
    width: 100%;
    min-width: 500px;
}

.table-header {
    display: grid;
    grid-template-columns: minmax(180px, 1.5fr) repeat(3, 1fr);
    gap: 15px;
    margin-bottom: 20px;
    padding-bottom: 20px;
    border-bottom: 2px solid rgba(26, 46, 74, 0.06);
}

.table-header-item {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    padding: 14px 16px;
    background: linear-gradient(135deg, #1a2e4a, #2a4a6a);
    border-radius: 12px;
    color: #fff;
    font-size: 0.9rem;
    font-weight: 600;
    position: relative;
    overflow: hidden;
    transition: all 0.3s;
    text-align: center;
}

.table-header-item::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(201, 162, 39, 0.3), transparent);
    transition: none;
}

.table-header-item:hover::before { animation: headerShine 0.6s ease-out forwards; }

.table-header-item:hover {
    transform: translateY(-2px);
    box-shadow: 0 8px 20px rgba(26, 46, 74, 0.3);
}

.header-icon {
    display: none;
    width: 28px;
    height: 28px;
    fill: #c9a227;
}

.header-text { display: inline; }

.table-row {
    display: grid;
    grid-template-columns: minmax(180px, 1.5fr) repeat(3, 1fr);
    gap: 15px;
    padding: 18px 0;
    border-bottom: 1px solid rgba(26, 46, 74, 0.04);
    transition: all 0.3s;
}

.table-row:hover {
    background: linear-gradient(90deg, rgba(201, 162, 39, 0.03), transparent);
    border-radius: 12px;
    margin: 0 -15px;
    padding: 18px 15px;
}

.table-row:last-child { border-bottom: none; }

.table-area-label {
    display: flex;
    align-items: center;
    gap: 12px;
    color: #1a2e4a;
}

.area-icon-wrapper {
    width: 40px;
    height: 40px;
    background: linear-gradient(135deg, rgba(201, 162, 39, 0.1), rgba(26, 46, 74, 0.05));
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    transition: all 0.3s;
}

.table-row:hover .area-icon-wrapper {
    background: linear-gradient(135deg, #c9a227, #e8c547);
    transform: rotate(-5deg);
}

.area-icon-wrapper svg {
    width: 20px;
    height: 20px;
    fill: #1a2e4a;
    transition: fill 0.3s;
}

.table-row:hover .area-icon-wrapper svg { fill: #fff; }

.area-text {
    display: flex;
    flex-direction: column;
    gap: 3px;
}

.area-name { font-size: 1.1rem; font-weight: 600; }
.area-support { font-size: 0.7rem; color: #c9a227; font-weight: 600; }
.area-full-service { font-size: 0.65rem; color: rgba(26, 46, 74, 0.5); font-weight: 400; }
.area-sub-text { font-size: 0.65rem; color: rgba(26, 46, 74, 0.5); font-weight: 400; display: block; margin-top: 2px; }

.service-check {
    display: flex;
    justify-content: center;
    align-items: center;
}

.check-icon {
    width: 34px;
    height: 34px;
    background: linear-gradient(135deg, rgba(201, 162, 39, 0.1), rgba(201, 162, 39, 0.2));
    border: 2px solid #c9a227;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    transition: all 0.4s cubic-bezier(0.23, 1, 0.32, 1);
    cursor: pointer;
}

.check-icon svg {
    width: 16px;
    height: 16px;
    fill: #c9a227;
    transition: all 0.3s;
}

.check-icon::after {
    content: '';
    position: absolute;
    inset: -4px;
    border: 2px solid transparent;
    border-radius: 50%;
    transition: all 0.3s;
}

.check-icon:hover {
    background: linear-gradient(135deg, #c9a227, #e8c547);
    transform: scale(1.2) rotate(10deg);
    box-shadow: 0 8px 25px rgba(201, 162, 39, 0.4), 0 0 20px rgba(201, 162, 39, 0.2);
}

.check-icon:hover svg { fill: #fff; }

.check-icon:hover::after {
    border-color: rgba(201, 162, 39, 0.3);
    animation: pulse 1s ease-out infinite;
}

.check-icon.inactive {
    background: rgba(26, 46, 74, 0.03);
    border: 2px solid rgba(26, 46, 74, 0.1);
    cursor: default;
}

.check-icon.inactive svg { fill: rgba(26, 46, 74, 0.2); }

.check-icon.inactive:hover {
    background: rgba(26, 46, 74, 0.05);
    transform: none;
    box-shadow: none;
}

.check-icon.inactive:hover svg { fill: rgba(26, 46, 74, 0.3); }
.check-icon.inactive:hover::after { border-color: transparent; animation: none; }

/* 対応エリア詳細 */
.availability-areas-detail {
    margin-top: 50px;
    padding-top: 50px;
    border-top: 1px solid rgba(26, 46, 74, 0.08);
}

.areas-detail-title {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
    font-size: 1.2rem;
    font-weight: 700;
    color: #1a2e4a;
    margin-bottom: 35px;
    text-align: center;
}

.areas-detail-title svg {
    width: 24px;
    height: 24px;
    fill: #c9a227;
}

.areas-detail-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 25px;
}

.areas-detail-box {
    background: linear-gradient(135deg, rgba(26, 46, 74, 0.02), rgba(201, 162, 39, 0.03));
    border: 1px solid rgba(26, 46, 74, 0.08);
    border-radius: 16px;
    padding: 30px;
    transition: all 0.4s cubic-bezier(0.23, 1, 0.32, 1);
}

.areas-detail-box:hover {
    border-color: rgba(201, 162, 39, 0.3);
    box-shadow: 0 10px 30px rgba(26, 46, 74, 0.08);
    transform: translateY(-3px);
}

.areas-detail-label {
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 1.1rem;
    font-weight: 700;
    color: #1a2e4a;
    margin-bottom: 20px;
    padding-bottom: 15px;
    border-bottom: 2px solid rgba(26, 46, 74, 0.08);
}

.areas-label-icon {
    width: 28px;
    height: 28px;
    border-radius: 6px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.areas-label-icon.kanagawa { background: linear-gradient(135deg, #1a2e4a, #2a4a6a); }
.areas-label-icon.shizuoka { background: linear-gradient(135deg, #c9a227, #e8c547); }

.areas-detail-content {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.area-group {
    position: relative;
    padding-left: 15px;
}

.area-group::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    width: 3px;
    background: linear-gradient(180deg, #c9a227, rgba(201, 162, 39, 0.3));
    border-radius: 2px;
}

.area-group-name {
    display: block;
    font-size: 0.95rem;
    font-weight: 600;
    color: #1a2e4a;
    margin-bottom: 8px;
}

.area-group-cities {
    font-size: 0.85rem;
    color: rgba(26, 46, 74, 0.7);
    line-height: 1.8;
    margin: 0;
}

/* ==============================================
   7. 選ばれる理由セクション
============================================== */
.why-section {
    padding: 120px 0;
    background: linear-gradient(180deg, #1a2e4a 0%, #0f1c2e 100%);
}

.why-section::before {
    content: '';
    position: absolute;
    inset: 0;
    background: 
        radial-gradient(ellipse 60% 40% at 20% 30%, rgba(201, 162, 39, 0.08) 0%, transparent 50%),
        radial-gradient(ellipse 50% 30% at 80% 70%, rgba(201, 162, 39, 0.05) 0%, transparent 50%);
    pointer-events: none;
}

.why-decoration-line {
    position: absolute;
    height: 1px;
    background: linear-gradient(90deg, transparent, rgba(201, 162, 39, 0.3), transparent);
    pointer-events: none;
    left: 0;
    width: 100%;
}

.why-decoration-line:nth-child(7) { top: 20%; animation: linePulse 4s ease-in-out infinite; }
.why-decoration-line:nth-child(8) { bottom: 25%; animation: linePulse 4s ease-in-out infinite; animation-delay: 2s; }

.why-inner {
    position: relative;
    z-index: 2;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 2rem;
}

.why-header {
    text-align: center;
    margin-bottom: 80px;
}

.why-title {
    font-size: clamp(2rem, 6vw, 3.5rem);
    letter-spacing: 0.08em;
}

.why-subtitle {
    color: rgba(255, 255, 255, 0.5);
    font-size: 0.95rem;
    letter-spacing: 0.2em;
    margin-top: 1.5rem;
}

.why-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 25px;
}

.why-card {
    position: relative;
    background: rgba(255, 255, 255, 0.03);
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 24px;
    padding: 40px 28px 35px;
    text-align: center;
    transition: all 0.5s cubic-bezier(0.23, 1, 0.32, 1);
    overflow: hidden;
}

.why-card::before {
    content: '';
    position: absolute;
    inset: 0;
    background: linear-gradient(135deg, rgba(201, 162, 39, 0) 0%, rgba(201, 162, 39, 0.15) 100%);
    opacity: 0;
    transition: opacity 0.5s;
    border-radius: 24px;
}

.why-card::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 4px;
    background: linear-gradient(90deg, transparent, #c9a227, transparent);
    opacity: 0;
    transition: opacity 0.4s;
}

.why-card:hover {
    transform: translateY(-12px);
    border-color: rgba(201, 162, 39, 0.5);
    box-shadow: 0 30px 60px rgba(0, 0, 0, 0.4), 0 0 50px rgba(201, 162, 39, 0.2), inset 0 0 30px rgba(201, 162, 39, 0.03);
}

.why-card:hover::before { opacity: 1; }
.why-card:hover::after { opacity: 1; }

.why-card-glow {
    position: absolute;
    width: 300px;
    height: 300px;
    background: radial-gradient(circle, rgba(201, 162, 39, 0.25) 0%, transparent 70%);
    border-radius: 50%;
    pointer-events: none;
    opacity: 0;
    transition: opacity 0.3s;
    z-index: 0;
}

.why-card:hover .why-card-glow { opacity: 1; }

.why-card-number {
    position: absolute;
    top: 15px;
    right: 18px;
    font-family: 'Poppins', sans-serif;
    font-size: 4rem;
    font-weight: 900;
    line-height: 1;
    color: transparent;
    background: linear-gradient(135deg, rgba(201, 162, 39, 0.12) 0%, rgba(255, 255, 255, 0.03) 100%);
    background-clip: text;
    -webkit-background-clip: text;
    transition: all 0.6s cubic-bezier(0.23, 1, 0.32, 1);
    z-index: 1;
}

.why-card:hover .why-card-number {
    background: linear-gradient(135deg, rgba(201, 162, 39, 0.5) 0%, rgba(255, 255, 255, 0.15) 100%);
    background-clip: text;
    -webkit-background-clip: text;
    transform: scale(1.15) rotate(-8deg);
    filter: drop-shadow(0 0 20px rgba(201, 162, 39, 0.3));
}

.why-icon-container {
    position: relative;
    width: 110px;
    height: 110px;
    margin: 0 auto 30px;
    z-index: 2;
}

.why-icon-bg {
    position: absolute;
    inset: 0;
    background: linear-gradient(135deg, rgba(201, 162, 39, 0.2), rgba(201, 162, 39, 0.05));
    border-radius: 28px;
    transform: rotate(0deg);
    transition: all 0.6s cubic-bezier(0.23, 1, 0.32, 1);
}

.why-card:hover .why-icon-bg {
    transform: rotate(45deg) scale(1.1);
    background: linear-gradient(135deg, rgba(201, 162, 39, 0.4), rgba(201, 162, 39, 0.15));
    box-shadow: 0 15px 40px rgba(201, 162, 39, 0.3), inset 0 0 20px rgba(201, 162, 39, 0.2);
}

.why-icon {
    position: absolute;
    inset: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 2;
}

.why-icon svg {
    width: 52px;
    height: 52px;
    color: #c9a227;
    transition: all 0.5s cubic-bezier(0.23, 1, 0.32, 1);
    filter: drop-shadow(0 0 10px rgba(201, 162, 39, 0.3));
}

.why-card:hover .why-icon svg {
    transform: scale(1.15);
    filter: drop-shadow(0 0 20px rgba(201, 162, 39, 0.6));
    animation: iconFloat 2s ease-in-out infinite;
}

.why-icon-ring {
    position: absolute;
    inset: -15px;
    border: 2px solid rgba(201, 162, 39, 0.2);
    border-radius: 35px;
    opacity: 0;
    transition: opacity 0.3s;
}

.why-icon-ring-2 { inset: -25px; border-radius: 40px; animation-delay: 0.3s; }

.why-card:hover .why-icon-ring {
    opacity: 1;
    animation: ringExpand 1.5s ease-out infinite;
}

.why-card-content {
    position: relative;
    z-index: 2;
}

.why-card-title {
    font-size: 1.2rem;
    font-weight: 700;
    color: #ffffff;
    margin-bottom: 15px;
    line-height: 1.4;
    transition: all 0.3s;
}

.why-card:hover .why-card-title { text-shadow: 0 0 20px rgba(201, 162, 39, 0.4); }

.why-card-title-accent {
    display: inline-block;
    font-family: 'Poppins', sans-serif;
    font-size: 1.8rem;
    font-weight: 800;
    color: transparent;
    background: linear-gradient(135deg, #c9a227, #e8c547, #c9a227);
    background-size: 200% auto;
    background-clip: text;
    -webkit-background-clip: text;
    margin: 0 4px;
    transition: all 0.4s;
}

.why-card:hover .why-card-title-accent {
    animation: shimmerText 2s ease-in-out infinite;
    transform: scale(1.1);
}

.why-card-title-badge {
    display: inline-block;
    padding: 4px 12px;
    margin-left: 8px;
    background: linear-gradient(135deg, #c9a227, #e8c547);
    color: #1a2e4a;
    font-size: 0.85rem;
    font-weight: 800;
    border-radius: 20px;
    vertical-align: middle;
    transition: all 0.4s;
}

.why-card:hover .why-card-title-badge {
    animation: badgeBounce 0.8s ease-in-out infinite;
    box-shadow: 0 5px 20px rgba(201, 162, 39, 0.5);
}

.why-card-desc {
    font-size: 0.88rem;
    color: rgba(255, 255, 255, 0.6);
    line-height: 1.9;
    margin-bottom: 20px;
}

.why-card-tags {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 8px;
    row-gap: 14px;
    
}

.why-card-tag {
    padding: 5px 14px;
    background: rgba(201, 162, 39, 0.1);
    border: 1px solid rgba(201, 162, 39, 0.3);
    border-radius: 20px;
    color: #c9a227;
    font-size: 0.75rem;
    font-weight: 600;
    transition: all 0.3s;
    opacity: 0.8;
}

.why-card:hover .why-card-tag {
    opacity: 1;
    background: rgba(201, 162, 39, 0.2);
    border-color: #c9a227;
    box-shadow: 0 0 15px rgba(201, 162, 39, 0.3);
}

.why-card:hover .why-card-tag:nth-child(1) { animation: tagPop 0.4s ease-out 0.1s both; }
.why-card:hover .why-card-tag:nth-child(2) { animation: tagPop 0.4s ease-out 0.15s both; }
.why-card:hover .why-card-tag:nth-child(3) { animation: tagPop 0.4s ease-out 0.2s both; }
.why-card:hover .why-card-tag:nth-child(4) { animation: tagPop 0.4s ease-out 0.25s both; }
.why-card:hover .why-card-tag:nth-child(5) { animation: tagPop 0.4s ease-out 0.3s both; }
.why-card:hover .why-card-tag:nth-child(6) { animation: tagPop 0.4s ease-out 0.35s both; }

.why-card-services {
    display: flex;
    flex-direction: column;
    gap: 8px;
    align-items: center;
}

.why-service-item {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 6px 16px;
    background: rgba(255, 255, 255, 0.05);
    border-radius: 20px;
    color: rgba(255, 255, 255, 0.8);
    font-size: 0.8rem;
    font-weight: 500;
    transition: all 0.3s;
}

.why-service-item svg {
    width: 14px;
    height: 14px;
    fill: #c9a227;
}

.why-card:hover .why-service-item {
    background: rgba(201, 162, 39, 0.15);
    color: #ffffff;
}

.why-card:hover .why-service-item:nth-child(1) { animation: tagPop 0.4s ease-out 0.1s both; }
.why-card:hover .why-service-item:nth-child(2) { animation: tagPop 0.4s ease-out 0.2s both; }
.why-card:hover .why-service-item:nth-child(3) { animation: tagPop 0.4s ease-out 0.3s both; }

.why-card-rating {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 10px;
}

.why-rating-stars {
    display: flex;
    gap: 4px;
}

.why-rating-stars svg {
    width: 22px;
    height: 22px;
    fill: #c9a227;
    transition: all 0.3s;
}

.why-card:hover .why-rating-stars svg { filter: drop-shadow(0 0 8px rgba(201, 162, 39, 0.6)); }

.why-card:hover .why-rating-stars svg:nth-child(1) { animation: starTwinkle 1s ease-in-out 0s infinite; }
.why-card:hover .why-rating-stars svg:nth-child(2) { animation: starTwinkle 1s ease-in-out 0.1s infinite; }
.why-card:hover .why-rating-stars svg:nth-child(3) { animation: starTwinkle 1s ease-in-out 0.2s infinite; }
.why-card:hover .why-rating-stars svg:nth-child(4) { animation: starTwinkle 1s ease-in-out 0.3s infinite; }
.why-card:hover .why-rating-stars svg:nth-child(5) { animation: starTwinkle 1s ease-in-out 0.4s infinite; }

.why-rating-text {
    font-size: 0.8rem;
    color: rgba(255, 255, 255, 0.6);
}

.why-rating-text strong {
    font-family: 'Poppins', sans-serif;
    font-size: 1.1rem;
    font-weight: 700;
    color: #c9a227;
    margin-left: 4px;
}

.why-card-urgent {
    display: flex;
    justify-content: center;
}

.why-urgent-badge {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 10px 20px;
    background: linear-gradient(135deg, rgba(201, 162, 39, 0.2), rgba(201, 162, 39, 0.1));
    border: 1px solid rgba(201, 162, 39, 0.4);
    border-radius: 25px;
    color: #c9a227;
    font-size: 0.85rem;
    font-weight: 700;
    transition: all 0.4s;
}

.why-urgent-badge svg {
    width: 18px;
    height: 18px;
    fill: #c9a227;
}

.why-card:hover .why-urgent-badge {
    background: linear-gradient(135deg, #c9a227, #e8c547);
    color: #1a2e4a;
    border-color: transparent;
    box-shadow: 0 10px 30px rgba(201, 162, 39, 0.4);
    transform: scale(1.05);
}

.why-card:hover .why-urgent-badge svg {
    fill: #1a2e4a;
    animation: iconFloat 1s ease-in-out infinite;
}

.why-bottom {
    margin-top: 70px;
    text-align: center;
}

.why-cta-text {
    color: rgba(255, 255, 255, 0.7);
    font-size: 1rem;
    margin-bottom: 25px;
    line-height: 1.8;
}

.why-cta-highlight {
    color: #c9a227;
    font-weight: 600;
}

/* ==============================================
   8. 実績数字セクション
============================================== */
.numbers-section {
    padding: 100px 0;
    background: linear-gradient(135deg, #c9a227 0%, #b8922a 50%, #a6841f 100%);
}

.numbers-bg-pattern {
    position: absolute;
    inset: 0;
    background-image: 
        radial-gradient(circle at 20% 50%, rgba(255, 255, 255, 0.1) 0%, transparent 50%),
        radial-gradient(circle at 80% 50%, rgba(255, 255, 255, 0.08) 0%, transparent 50%);
    pointer-events: none;
}

.numbers-dots {
    position: absolute;
    inset: 0;
    background-image: radial-gradient(rgba(255, 255, 255, 0.15) 1px, transparent 1px);
    background-size: 30px 30px;
    pointer-events: none;
}

.numbers-line {
    position: absolute;
    height: 1px;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.3), transparent);
    pointer-events: none;
    left: 0;
    width: 100%;
}

.numbers-line:nth-child(1) { top: 30%; }
.numbers-line:nth-child(2) { bottom: 30%; }

.numbers-inner {
    position: relative;
    z-index: 2;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 2rem;
}

.numbers-header {
    text-align: center;
    margin-bottom: 60px;
}

.numbers-title {
    font-family: 'Poppins', sans-serif;
    font-size: clamp(1.8rem, 5vw, 2.5rem);
    font-weight: 700;
    color: #1a2e4a;
    letter-spacing: 0.1em;
    position: relative;
    display: inline-block;
}

.numbers-title::after {
    content: '';
    position: absolute;
    bottom: -10px;
    left: 50%;
    transform: translateX(-50%);
    width: 60px;
    height: 3px;
    background: #1a2e4a;
    border-radius: 2px;
}

.numbers-subtitle {
    color: rgba(26, 46, 74, 0.7);
    font-size: 0.9rem;
    letter-spacing: 0.15em;
    margin-top: 1.25rem;
}

.numbers-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 30px;
}

.number-card {
    position: relative;
    text-align: center;
    padding: 40px 20px;
    background: rgba(255, 255, 255, 0.1);
    border-radius: 20px;
    backdrop-filter: blur(10px);
    border: 1px solid rgba(255, 255, 255, 0.2);
    transition: all 0.4s cubic-bezier(0.23, 1, 0.32, 1);
    overflow: hidden;
}

.number-card::before {
    content: '';
    position: absolute;
    inset: 0;
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.2) 0%, transparent 100%);
    opacity: 0;
    transition: opacity 0.4s;
    border-radius: 20px;
}

.number-card:hover {
    transform: translateY(-8px) scale(1.02);
    background: rgba(255, 255, 255, 0.2);
    box-shadow: 0 20px 40px rgba(26, 46, 74, 0.2);
}

.number-card:hover::before { opacity: 1; }

.number-label {
    font-size: 1rem;
    font-weight: 600;
    color: #1a2e4a;
    margin-bottom: 15px;
    position: relative;
    z-index: 1;
    letter-spacing: 0.05em;
}

.number-label::after {
    content: '';
    display: block;
    width: 30px;
    height: 2px;
    background: rgba(26, 46, 74, 0.3);
    margin: 10px auto 0;
    transition: all 0.3s;
}

.number-card:hover .number-label::after {
    width: 50px;
    background: rgba(26, 46, 74, 0.5);
}

.number-value {
    display: flex;
    align-items: baseline;
    justify-content: center;
    gap: 4px;
    margin-bottom: 10px;
    position: relative;
    z-index: 1;
}

.number-count {
    font-family: 'Poppins', sans-serif;
    font-size: clamp(2.8rem, 6vw, 4rem);
    font-weight: 800;
    color: #1a2e4a;
    line-height: 1.1;
}

.number-suffix {
    font-family: 'Noto Sans JP', sans-serif;
    font-size: clamp(1rem, 2vw, 1.3rem);
    font-weight: 600;
    color: #1a2e4a;
    margin-left: 2px;
}

.number-sub {
    font-size: 0.8rem;
    color: rgba(26, 46, 74, 0.6);
    position: relative;
    z-index: 1;
}

.number-sparkle {
    position: absolute;
    width: 4px;
    height: 4px;
    background: #fff;
    border-radius: 50%;
    opacity: 0;
    animation: sparkleFloat 3s ease-in-out infinite;
}

.number-card:nth-child(1) .number-sparkle { top: 20%; left: 15%; animation-delay: 0s; }
.number-card:nth-child(2) .number-sparkle { top: 25%; right: 20%; animation-delay: 0.5s; }
.number-card:nth-child(3) .number-sparkle { bottom: 30%; left: 25%; animation-delay: 1s; }
.number-card:nth-child(4) .number-sparkle { top: 30%; right: 15%; animation-delay: 1.5s; }

.number-card:hover .number-sparkle { animation-duration: 1.5s; }

/* 対応エリア テキスト版 */
.number-card-text .number-text-value {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 16px;
    margin-bottom: 10px;
    position: relative;
    z-index: 1;
}

.area-text-main {
    font-family: 'Noto Sans JP', sans-serif;
    font-size: clamp(1.4rem, 4vw, 1.8rem);
    font-weight: 900;
    color: #1a2e4a;
    line-height: 1.3;
    text-align: center;
    opacity: 0;
    transform: scale(0.5);
    transition: none;
}

.area-text-sub {
    display: inline-block;
    font-family: 'Noto Sans JP', sans-serif;
    font-size: clamp(1.1rem, 3vw, 1.4rem);
    font-weight: 800;
    color: #1a2e4a;
    background: linear-gradient(135deg, #c9a227, #e8c547);
    padding: 6px 20px;
    border-radius: 30px;
    opacity: 0;
    transform: scale(0.5) translateY(10px);
    transition: none;
    box-shadow: 0 5px 20px rgba(201, 162, 39, 0.4);
}

.area-text-main.is-visible { animation: textBoom 0.8s cubic-bezier(0.34, 1.56, 0.64, 1) forwards; }
.area-text-sub.is-visible { animation: textBoomDelay 0.8s cubic-bezier(0.34, 1.56, 0.64, 1) 0.3s forwards; }

.number-card-text:hover .area-text-sub.is-visible {
    animation: textBoomDelay 0.8s cubic-bezier(0.34, 1.56, 0.64, 1) 0.3s forwards,
               glowPulseGold 2s ease-in-out infinite 1s;
}

/* ==============================================
   9. フローセクション
============================================== */
.flow-section {
    padding: 120px 0;
    background: linear-gradient(180deg, #ffffff 0%, #f8f9fb 50%, #ffffff 100%);
}

.flow-section::before {
    content: '';
    position: absolute;
    inset: 0;
    background: 
        radial-gradient(ellipse 50% 30% at 10% 50%, rgba(201, 162, 39, 0.05) 0%, transparent 50%),
        radial-gradient(ellipse 50% 30% at 90% 50%, rgba(26, 46, 74, 0.03) 0%, transparent 50%);
    pointer-events: none;
}

.flow-inner {
    position: relative;
    z-index: 2;
    max-width: 1100px;
    margin: 0 auto;
    padding: 0 2rem;
}

.flow-header {
    text-align: center;
    margin-bottom: 80px;
}

.flow-title {
    font-size: clamp(2rem, 6vw, 3.5rem);
    letter-spacing: 0.08em;
}

.flow-subtitle {
    color: rgba(26, 46, 74, 0.5);
    font-size: 0.95rem;
    letter-spacing: 0.2em;
    margin-top: 1.5rem;
}

.flow-steps {
    position: relative;
    display: flex;
    flex-direction: column;
    gap: 0;
}

.flow-steps::before {
    content: '';
    position: absolute;
    left: 40px;
    top: 60px;
    bottom: 60px;
    width: 3px;
    background: linear-gradient(180deg, #c9a227, rgba(201, 162, 39, 0.3), #c9a227);
    border-radius: 2px;
}

.flow-step {
    display: flex;
    align-items: flex-start;
    gap: 40px;
    position: relative;
    padding: 30px 0;
    opacity: 0;
    transform: translateY(40px);
    transition: all 0.8s cubic-bezier(0.23, 1, 0.32, 1);
}

.flow-step.is-visible {
    opacity: 1;
    transform: translateY(0);
}

.flow-step:nth-child(1) { transition-delay: 0s; }
.flow-step:nth-child(2) { transition-delay: 0.2s; }
.flow-step:nth-child(3) { transition-delay: 0.4s; }
.flow-step:nth-child(4) { transition-delay: 0.6s; }

.flow-step-number {
    width: 80px;
    height: 80px;
    min-width: 80px;
    background: linear-gradient(135deg, #1a2e4a, #2a4a6a);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    z-index: 2;
    box-shadow: 0 10px 30px rgba(26, 46, 74, 0.3);
    transition: all 0.4s cubic-bezier(0.23, 1, 0.32, 1);
}

.flow-step:hover .flow-step-number {
    transform: scale(1.1);
    box-shadow: 0 15px 40px rgba(26, 46, 74, 0.4), 0 0 30px rgba(201, 162, 39, 0.2);
}

.flow-step-number span {
    font-family: 'Poppins', sans-serif;
    font-size: 1.8rem;
    font-weight: 800;
    color: #c9a227;
}

.flow-step-content {
    flex: 1;
    background: #ffffff;
    border-radius: 20px;
    padding: 35px 40px;
    border: 1px solid rgba(26, 46, 74, 0.08);
    box-shadow: 0 8px 30px rgba(26, 46, 74, 0.06);
    transition: all 0.4s cubic-bezier(0.23, 1, 0.32, 1);
    position: relative;
    overflow: hidden;
}

.flow-step-content::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 4px;
    height: 100%;
    background: linear-gradient(180deg, #c9a227, #e8c547);
    opacity: 0;
    transition: opacity 0.3s;
}

.flow-step:hover .flow-step-content {
    transform: translateX(10px);
    border-color: rgba(201, 162, 39, 0.2);
    box-shadow: 0 15px 40px rgba(26, 46, 74, 0.1), 0 0 20px rgba(201, 162, 39, 0.05);
}

.flow-step:hover .flow-step-content::before { opacity: 1; }

.flow-step-title {
    font-size: 1.3rem;
    font-weight: 700;
    color: #1a2e4a;
    margin-bottom: 12px;
    display: flex;
    align-items: center;
    gap: 12px;
}

.flow-step-title-en {
    font-family: 'Poppins', sans-serif;
    font-size: 0.75rem;
    font-weight: 600;
    color: #c9a227;
    letter-spacing: 0.1em;
    text-transform: uppercase;
}

.flow-step-desc {
    font-size: 0.95rem;
    color: rgba(26, 46, 74, 0.7);
    line-height: 1.9;
}

.flow-step-highlight {
    color: #c9a227;
    font-weight: 600;
}

.flow-step-icon {
    position: absolute;
    top: 30px;
    right: 30px;
    width: 50px;
    height: 50px;
    background: rgba(201, 162, 39, 0.1);
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s;
}

.flow-step:hover .flow-step-icon {
    background: rgba(201, 162, 39, 0.2);
    transform: rotate(-10deg);
}

.flow-step-icon svg {
    width: 26px;
    height: 26px;
    fill: #c9a227;
}

.flow-bottom {
    margin-top: 80px;
    text-align: center;
}

.flow-cta-box {
    background: linear-gradient(135deg, #1a2e4a, #2a4a6a);
    border-radius: 24px;
    padding: 50px;
    position: relative;
    overflow: hidden;
}

.flow-cta-box::before {
    content: '';
    position: absolute;
    inset: 0;
    background: 
        radial-gradient(circle at 20% 50%, rgba(201, 162, 39, 0.1) 0%, transparent 50%),
        radial-gradient(circle at 80% 50%, rgba(201, 162, 39, 0.08) 0%, transparent 50%);
    pointer-events: none;
}

.flow-cta-text {
    color: rgba(255, 255, 255, 0.9);
    font-size: 1.1rem;
    margin-bottom: 25px;
    line-height: 1.8;
    position: relative;
    z-index: 1;
}

.flow-cta-highlight {
    color: #c9a227;
    font-weight: 600;
}

.flow-cta-btn {
    padding: 18px 45px;
    position: relative;
    z-index: 1;
}

/* ==============================================
   10. 最新情報セクション
============================================== */
.updates-section {
    padding: 120px 0;
    background: linear-gradient(180deg, #f8f9fb 0%, #ffffff 50%, #f8f9fb 100%);
}

.updates-section::before {
    content: '';
    position: absolute;
    inset: 0;
    background: 
        radial-gradient(ellipse 60% 40% at 20% 30%, rgba(201, 162, 39, 0.04) 0%, transparent 50%),
        radial-gradient(ellipse 50% 30% at 80% 70%, rgba(26, 46, 74, 0.03) 0%, transparent 50%);
    pointer-events: none;
}

.updates-inner {
    position: relative;
    z-index: 2;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 2rem;
}

.updates-header {
    text-align: center;
    margin-bottom: 60px;
}

.updates-title {
    font-size: clamp(2rem, 6vw, 3.5rem);
    letter-spacing: 0.08em;
}

.updates-subtitle {
    color: rgba(26, 46, 74, 0.5);
    font-size: 0.95rem;
    letter-spacing: 0.2em;
    margin-top: 1.5rem;
}

.updates-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
    margin-bottom: 50px;
}

.update-card {
    background: #ffffff;
    border-radius: 20px;
    overflow: hidden;
    border: 1px solid rgba(26, 46, 74, 0.06);
    box-shadow: 0 8px 30px rgba(26, 46, 74, 0.06);
    transition: all 0.5s cubic-bezier(0.23, 1, 0.32, 1);
    display: flex;
    flex-direction: column;
}

.update-card:hover {
    transform: translateY(-10px);
    border-color: rgba(201, 162, 39, 0.2);
    box-shadow: 0 20px 50px rgba(26, 46, 74, 0.12), 0 0 30px rgba(201, 162, 39, 0.05);
}

.update-card-image {
    position: relative;
    height: 200px;
    overflow: hidden;
}

.update-card-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all 0.6s cubic-bezier(0.23, 1, 0.32, 1);
}

.update-card:hover .update-card-image img { transform: scale(1.1); }

.update-card-image::after {
    content: '';
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, transparent 50%, rgba(26, 46, 74, 0.4) 100%);
    opacity: 0;
    transition: opacity 0.3s;
}

.update-card:hover .update-card-image::after { opacity: 1; }

.update-card-category {
    position: absolute;
    top: 15px;
    left: 15px;
    padding: 6px 14px;
    background: linear-gradient(135deg, #c9a227, #e8c547);
    color: #1a2e4a;
    font-size: 0.7rem;
    font-weight: 700;
    border-radius: 20px;
    letter-spacing: 0.05em;
    z-index: 2;
    transition: all 0.3s;
}

.update-card:hover .update-card-category {
    transform: scale(1.05);
    box-shadow: 0 5px 15px rgba(201, 162, 39, 0.4);
}

.update-card-content {
    padding: 25px;
    display: flex;
    flex-direction: column;
    flex-grow: 1;
}

.update-card-date {
    display: flex;
    align-items: center;
    gap: 6px;
    font-size: 0.75rem;
    color: rgba(26, 46, 74, 0.5);
    margin-bottom: 12px;
}

.update-card-date svg {
    width: 14px;
    height: 14px;
    fill: rgba(26, 46, 74, 0.4);
}

.update-card-title {
    font-size: 1.05rem;
    font-weight: 700;
    color: #1a2e4a;
    line-height: 1.6;
    margin-bottom: 15px;
    flex-grow: 1;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    transition: color 0.3s;
}

.update-card:hover .update-card-title { color: #c9a227; }

.update-card-link {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    font-size: 0.85rem;
    font-weight: 600;
    color: #1a2e4a;
    text-decoration: none;
    transition: all 0.3s;
    margin-top: auto;
}

.update-card-link svg {
    width: 16px;
    height: 16px;
    fill: #c9a227;
    transition: transform 0.3s;
}

.update-card:hover .update-card-link { color: #c9a227; }
.update-card:hover .update-card-link svg { transform: translateX(5px); }

.update-card-no-image {
    width: 100%;
    height: 100%;
    background: linear-gradient(135deg, #1a2e4a, #2a4a6a);
    display: flex;
    align-items: center;
    justify-content: center;
}

.update-card-no-image svg {
    width: 50px;
    height: 50px;
    fill: rgba(255, 255, 255, 0.3);
}

.updates-more {
    text-align: center;
}

.updates-more-btn {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 16px 40px;
    background: transparent;
    color: #1a2e4a;
    font-size: 0.95rem;
    font-weight: 600;
    border: 2px solid rgba(26, 46, 74, 0.2);
    border-radius: 50px;
    text-decoration: none;
    transition: all 0.4s cubic-bezier(0.23, 1, 0.32, 1);
    position: relative;
    overflow: hidden;
}

.updates-more-btn::before {
    content: '';
    position: absolute;
    inset: 0;
    background: linear-gradient(135deg, #1a2e4a, #2a4a6a);
    opacity: 0;
    transition: opacity 0.3s;
    z-index: -1;
}

.updates-more-btn:hover {
    color: #ffffff;
    border-color: #1a2e4a;
}

.updates-more-btn:hover::before { opacity: 1; }

.updates-more-btn svg {
    width: 18px;
    height: 18px;
    fill: currentColor;
    transition: transform 0.3s;
}

.updates-more-btn:hover svg { transform: translateX(5px); }

.updates-empty {
    text-align: center;
    padding: 60px 20px;
    background: rgba(26, 46, 74, 0.03);
    border-radius: 20px;
}

.updates-empty-text {
    color: rgba(26, 46, 74, 0.5);
    font-size: 1rem;
}

/* ==============================================
   11. CTAセクション
============================================== */
.cta-section {
    padding: 120px 0;
    background: linear-gradient(135deg, #1a2e4a 0%, #0f1c2e 100%);
}

.cta-section::before {
    content: '';
    position: absolute;
    inset: 0;
    background: 
        radial-gradient(ellipse 60% 40% at 20% 30%, rgba(201, 162, 39, 0.1) 0%, transparent 50%),
        radial-gradient(ellipse 50% 30% at 80% 70%, rgba(201, 162, 39, 0.08) 0%, transparent 50%);
    pointer-events: none;
}

.cta-decoration-line {
    position: absolute;
    height: 1px;
    background: linear-gradient(90deg, transparent, rgba(201, 162, 39, 0.3), transparent);
    pointer-events: none;
    left: 0;
    width: 100%;
}

.cta-decoration-line:nth-child(7) { top: 15%; }
.cta-decoration-line:nth-child(8) { bottom: 15%; }

.cta-inner {
    position: relative;
    z-index: 2;
    max-width: 1100px;
    margin: 0 auto;
    padding: 0 2rem;
}

.cta-header {
    text-align: center;
    margin-bottom: 60px;
}

.cta-label {
    font-family: 'Poppins', sans-serif;
    font-size: 0.85rem;
    font-weight: 600;
    color: #c9a227;
    letter-spacing: 0.2em;
    margin-bottom: 15px;
}

.cta-title {
    font-size: clamp(2rem, 6vw, 3rem);
    letter-spacing: 0.05em;
}

.cta-desc {
    color: rgba(255, 255, 255, 0.7);
    font-size: 1rem;
    line-height: 1.8;
    margin-top: 1.5rem;
    max-width: 600px;
    margin-left: auto;
    margin-right: auto;
}

.cta-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 30px;
    margin-bottom: 50px;
}

.cta-box {
    background: rgba(255, 255, 255, 0.05);
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 24px;
    padding: 45px 40px;
    text-align: center;
    backdrop-filter: blur(10px);
    transition: all 0.5s cubic-bezier(0.23, 1, 0.32, 1);
    position: relative;
    overflow: hidden;
}

.cta-box::before {
    content: '';
    position: absolute;
    inset: 0;
    background: linear-gradient(135deg, rgba(201, 162, 39, 0) 0%, rgba(201, 162, 39, 0.1) 100%);
    opacity: 0;
    transition: opacity 0.5s;
    border-radius: 24px;
}

.cta-box:hover {
    transform: translateY(-10px);
    border-color: rgba(201, 162, 39, 0.4);
    box-shadow: 0 25px 50px rgba(0, 0, 0, 0.3), 0 0 40px rgba(201, 162, 39, 0.15);
}

.cta-box:hover::before { opacity: 1; }

.cta-box-icon {
    width: 70px;
    height: 70px;
    margin: 0 auto 25px;
    background: linear-gradient(135deg, rgba(201, 162, 39, 0.2), rgba(201, 162, 39, 0.05));
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.4s;
    position: relative;
    z-index: 1;
}

.cta-box:hover .cta-box-icon {
    background: linear-gradient(135deg, #c9a227, #e8c547);
    transform: scale(1.1) rotate(-10deg);
    box-shadow: 0 10px 30px rgba(201, 162, 39, 0.4);
}

.cta-box-icon svg {
    width: 28px;
    height: 28px;
    fill: #c9a227;
    transition: all 0.4s;
}

.cta-box:hover .cta-box-icon svg { fill: #1a2e4a; }

.cta-box-title {
    font-size: 1.2rem;
    font-weight: 700;
    color: #ffffff;
    margin-bottom: 12px;
    position: relative;
    z-index: 1;
}

.cta-box-desc {
    font-size: 0.9rem;
    color: rgba(255, 255, 255, 0.6);
    line-height: 1.7;
    margin-bottom: 25px;
    position: relative;
    z-index: 1;
}

.cta-box-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    width: 100%;
    max-width: 280px;
    padding: 16px 30px;
    border-radius: 50px;
    font-size: 1rem;
    font-weight: 700;
    text-decoration: none;
    transition: all 0.4s cubic-bezier(0.23, 1, 0.32, 1);
    position: relative;
    z-index: 1;
    overflow: hidden;
}

.cta-box-btn::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.3), transparent);
    transition: none;
}

.cta-box-btn:hover::before { animation: btnShine 0.6s ease-out forwards; }

.cta-box-btn svg {
    width: 18px;
    height: 18px;
    transition: transform 0.3s;
}

.cta-box-btn:hover svg { transform: translateX(3px); }

.cta-box-btn.phone-btn {
    background: linear-gradient(135deg, #c9a227, #e8c547);
    color: #1a2e4a;
    box-shadow: 0 8px 25px rgba(201, 162, 39, 0.3);
}

.cta-box-btn.phone-btn svg { fill: #1a2e4a; }

.cta-box-btn.phone-btn:hover {
    transform: translateY(-3px);
    box-shadow: 0 15px 35px rgba(201, 162, 39, 0.4);
}

.cta-box-btn.email-btn {
    background: transparent;
    color: #ffffff;
    border: 2px solid rgba(255, 255, 255, 0.3);
}

.cta-box-btn.email-btn svg { fill: #ffffff; }

.cta-box-btn.email-btn:hover {
    background: rgba(255, 255, 255, 0.1);
    border-color: rgba(255, 255, 255, 0.5);
    transform: translateY(-3px);
}

.cta-box-hours {
    font-size: 0.75rem;
    color: rgba(255, 255, 255, 0.5);
    line-height: 1.7;
    margin-top: 20px;
    position: relative;
    z-index: 1;
}

.cta-note {
    background: rgba(255, 255, 255, 0.05);
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 16px;
    padding: 25px 30px;
    text-align: center;
}

.cta-note p {
    font-size: 0.85rem;
    color: rgba(255, 255, 255, 0.6);
    line-height: 1.8;
    margin: 0;
}

.cta-note p + p { margin-top: 8px; }

.cta-note-highlight {
    color: #c9a227;
    font-weight: 600;
}

/* ==============================================
   12. レスポンシブ - 1100px以下
============================================== */
@media (max-width: 1100px) {
    .why-grid { grid-template-columns: repeat(2, 1fr); gap: 20px; }
}

/* ==============================================
   13. レスポンシブ - 1024px以下
============================================== */
@media (max-width: 1024px) {
    .hero-content { padding: 0 4rem; }
    .hero-stats { right: 4rem; gap: 2rem; }
    .hero-stat-value { font-size: 2rem; }
    .services-grid { grid-template-columns: 1fr; max-width: 500px; margin: 0 auto; }
    .numbers-grid,
    .updates-grid { grid-template-columns: repeat(2, 1fr); }
}

/* ==============================================
   14. レスポンシブ - 768px以下
============================================== */
@media (max-width: 768px) {
    /* Hero */
    .hero-content { padding: 0 2rem; }
    .hero-title { font-size: 2.25rem; }
    .hero-scroll { display: none; }
    .hero-stats { position: absolute; bottom: 2rem; left: 50%; right: auto; transform: translateX(-50%); justify-content: center; gap: 2rem; }
    .hero-stat { text-align: center; }
    .hero-stat-value { font-size: 1.8rem; }
    .hero-stat-label { font-size: 0.7rem; }
    .hero-cta { flex-direction: column; }
    .hero-btn { justify-content: center; }
    
    /* セクション共通 */
    .services-section,
    .availability-section,
    .why-section,
    .numbers-section,
    .flow-section,
    .updates-section,
    .cta-section { padding: 80px 0; }
    
    .services-header,
    .availability-header,
    .why-header,
    .numbers-header,
    .flow-header,
    .updates-header,
    .cta-header { margin-bottom: 50px; }
    
    /* Services */
    .service-title-card { min-height: auto; }
    .service-tags-number { font-size: 2.5rem; top: -10px; right: 0; }
    
    /* エリア選択ドロップダウン */
    .area-select-toggle { padding: 12px 14px; font-size: 0.9rem; border-radius: 10px; }
    .area-select-toggle svg { width: 18px; height: 18px; }
    .area-select-dropdown { padding: 16px; border-radius: 10px; }
    .area-group-label { font-size: 0.7rem; }
    .area-btn { padding: 8px 14px; font-size: 0.8rem; }
    
    /* Availability */
    .availability-inner,
    .why-inner,
    .flow-inner,
    .updates-inner,
    .cta-inner,
    .numbers-inner { padding: 0 1.5rem; }
    .availability-card { padding: 30px 20px; border-radius: 20px; }
    
    /* テーブル - スマホ対応 */
    .area-icon-wrapper { display: none !important; }
    .table-area-label { gap: 0 !important; }
    .table-header-item::before { content: none !important; display: none !important; animation: none !important; }
    .table-header-item .header-text { display: none !important; }
    .table-header-item span { display: none !important; }
    .header-icon { display: block !important; width: 26px !important; height: 26px !important; fill: #c9a227 !important; }
    .table-header-item { display: flex !important; justify-content: center !important; align-items: center !important; padding: 12px 8px !important; }
    .table-header, .table-row { grid-template-columns: minmax(90px, 1.5fr) repeat(3, 1fr); gap: 8px; }
    .area-name { font-size: 0.95rem; font-weight: 600; }
    .area-support { font-size: 0.6rem; }
    .area-full-service { font-size: 0.55rem; }
    .area-sub-text { font-size: 0.55rem; }
    .check-icon { width: 30px; height: 30px; }
    .check-icon svg { width: 14px; height: 14px; }
    
    /* 対応エリア詳細 */
    .availability-areas-detail { margin-top: 40px; padding-top: 40px; }
    .areas-detail-title { font-size: 1.1rem; margin-bottom: 25px; }
    .areas-detail-title svg { width: 20px; height: 20px; }
    .areas-detail-grid { grid-template-columns: 1fr; gap: 20px; }
    .areas-detail-box { padding: 25px 20px; }
    .areas-detail-label { font-size: 1rem; margin-bottom: 15px; padding-bottom: 12px; }
    .areas-label-icon { width: 24px; height: 24px; }
    .area-group-name { font-size: 0.9rem; }
    .area-group-cities { font-size: 0.8rem; }
    
    /* WHY CHOOSE US */
    .why-grid { grid-template-columns: repeat(2, 1fr); gap: 15px; }
    .why-card { padding: 30px 20px 28px; border-radius: 20px; }
    .why-card-number { font-size: 3rem; top: 10px; right: 12px; }
    .why-icon-container { width: 85px; height: 85px; margin-bottom: 22px; }
    .why-icon-bg { border-radius: 22px; }
    .why-icon svg { width: 40px; height: 40px; }
    .why-icon-ring { inset: -10px; border-radius: 28px; }
    .why-icon-ring-2 { inset: -18px; border-radius: 32px; }
    .why-card-title { font-size: 1.05rem; }
    .why-card-title-accent { font-size: 1.5rem; }
    .why-card-title-badge { padding: 3px 10px; font-size: 0.75rem; }
    .why-card-desc { font-size: 0.82rem; margin-bottom: 15px; }
    .why-card-tag { padding: 4px 12px; font-size: 0.7rem; }
    .why-service-item { padding: 5px 12px; font-size: 0.75rem; }
    .why-service-item svg { width: 12px; height: 12px; }
    .why-rating-stars svg { width: 18px; height: 18px; }
    .why-rating-text { font-size: 0.75rem; }
    .why-rating-text strong { font-size: 1rem; }
    .why-urgent-badge { padding: 8px 16px; font-size: 0.8rem; }
    .why-urgent-badge svg { width: 16px; height: 16px; }
    .why-bottom { margin-top: 50px; }
    .why-cta-btn { padding: 16px 35px; font-size: 0.95rem; }
    
    /* Numbers */
    .numbers-grid { grid-template-columns: repeat(2, 1fr); gap: 15px; }
    .number-card { padding: 30px 15px; border-radius: 16px; }
    .number-label { font-size: 0.9rem; margin-bottom: 12px; }
    .number-count { font-size: 2.5rem; }
    .number-suffix { font-size: 1rem; }
    .number-sub { font-size: 0.75rem; }
    .area-text-main { font-size: 1.3rem; }
    .area-text-sub { font-size: 1rem; padding: 5px 16px; }
    
    /* Flow */
    .flow-steps::before { left: 30px; top: 50px; bottom: 50px; }
    .flow-step { flex-direction: column; gap: 20px; padding: 25px 0; }
    .flow-step-number { width: 60px; height: 60px; min-width: 60px; }
    .flow-step-number span { font-size: 1.4rem; }
    .flow-step-content { padding: 30px; margin-left: 20px; border-radius: 16px; }
    .flow-step:hover .flow-step-content { transform: translateX(0) translateY(-5px); }
    .flow-step-title { font-size: 1.15rem; flex-direction: column; align-items: flex-start; gap: 6px; }
    .flow-step-desc { font-size: 0.9rem; }
    .flow-step-icon { top: 20px; right: 20px; width: 40px; height: 40px; }
    .flow-step-icon svg { width: 22px; height: 22px; }
    .flow-bottom { margin-top: 60px; }
    .flow-cta-box { padding: 40px 30px; border-radius: 20px; }
    .flow-cta-text { font-size: 1rem; }
    .flow-cta-btn { padding: 16px 35px; font-size: 0.95rem; }
    
    /* Updates */
    .updates-grid { grid-template-columns: repeat(2, 1fr); gap: 20px; margin-bottom: 40px; }
    .update-card { border-radius: 16px; }
    .update-card-image { height: 160px; }
    .update-card-content { padding: 20px; }
    .update-card-title { font-size: 0.95rem; }
    .update-card-date { font-size: 0.7rem; }
    .update-card-link { font-size: 0.8rem; }
    .updates-more-btn { padding: 14px 35px; font-size: 0.9rem; }
    
    /* CTA */
    .cta-desc { font-size: 0.9rem; }
    .cta-grid { grid-template-columns: 1fr; gap: 20px; margin-bottom: 40px; }
    .cta-box { padding: 35px 30px; border-radius: 20px; }
    .cta-box-icon { width: 60px; height: 60px; margin-bottom: 20px; }
    .cta-box-icon svg { width: 24px; height: 24px; }
    .cta-box-title { font-size: 1.1rem; }
    .cta-box-desc { font-size: 0.85rem; margin-bottom: 20px; }
    .cta-box-btn { padding: 14px 25px; font-size: 0.95rem; }
    .cta-box-hours { font-size: 0.7rem; margin-top: 15px; }
    .cta-note { padding: 20px 25px; border-radius: 14px; text-align: left; }
    .cta-note p { font-size: 0.8rem; text-align: left; }
}

/* ==============================================
   15. レスポンシブ - 560px以下
============================================== */
@media (max-width: 560px) {
    .availability-section,
    .flow-section,
    .updates-section,
    .cta-section { padding: 60px 0; }
    
    .availability-card { padding: 25px 15px; border-radius: 16px; }
    .availability-title { letter-spacing: 0.02em; }
    .availability-subtitle { font-size: 0.75rem; }
    .availability-table { min-width: auto; }
    
    .table-header, .table-row { grid-template-columns: minmax(80px, 1.4fr) repeat(3, 1fr); gap: 6px; }
    .table-header-item { padding: 10px 6px !important; min-height: 55px; border-radius: 8px; }
    .header-icon { width: 24px !important; height: 24px !important; }
    .area-name { font-size: 0.85rem; }
    .check-icon { width: 26px; height: 26px; }
    .check-icon svg { width: 12px; height: 12px; }
    
    .updates-inner { padding: 0 1rem; }
    .updates-header { margin-bottom: 40px; }
    .updates-grid { grid-template-columns: 1fr; gap: 20px; max-width: 400px; margin: 0 auto 40px; }
    .update-card-image { height: 180px; }
    .update-card-content { padding: 20px; }
    .update-card-title { font-size: 1rem; }
    .updates-more-btn { width: 100%; justify-content: center; }
}

/* ==============================================
   16. レスポンシブ - 480px以下
============================================== */
@media (max-width: 480px) {
    .hero-title { font-size: 1.875rem; }
    .hero-desc { font-size: 0.9375rem; }
    
    .numbers-section,
    .why-section,
    .cta-section { padding: 60px 0; }
    
    .numbers-inner,
    .why-inner,
    .flow-inner,
    .cta-inner { padding: 0 1rem; }
    
    .numbers-header,
    .why-header,
    .flow-header,
    .cta-header { margin-bottom: 40px; }
    
    /* テーブル */
    .table-header, .table-row { grid-template-columns: minmax(70px, 1.3fr) repeat(3, 1fr); gap: 5px; }
    .table-header-item { padding: 8px 4px !important; min-height: 50px; border-radius: 6px; }
    .header-icon { width: 22px !important; height: 22px !important; }
    .area-name { font-size: 0.8rem; }
    .area-support { font-size: 0.55rem; }
    .area-full-service { display: none; }
    .area-sub-text { font-size: 0.5rem; }
    .check-icon { width: 24px; height: 24px; }
    .check-icon svg { width: 11px; height: 11px; }
    
    /* 対応エリア詳細 */
    .availability-areas-detail { margin-top: 30px; padding-top: 30px; }
    .areas-detail-title { font-size: 1rem; margin-bottom: 20px; }
    .areas-detail-box { padding: 20px 15px; border-radius: 14px; }
    .areas-detail-label { font-size: 0.95rem; gap: 8px; }
    .areas-label-icon { width: 22px; height: 22px; border-radius: 5px; }
    .areas-detail-content { gap: 15px; }
    .area-group { padding-left: 12px; }
    .area-group::before { width: 2px; }
    .area-group-name { font-size: 0.85rem; margin-bottom: 6px; }
    .area-group-cities { font-size: 0.75rem; line-height: 1.7; }
    
    /* Numbers */
    .numbers-grid { grid-template-columns: repeat(2, 1fr); gap: 12px; }
    .number-card { padding: 25px 12px; }
    .number-label { font-size: 0.8rem; margin-bottom: 10px; }
    .number-label::after { width: 20px; margin-top: 8px; }
    .number-count { font-size: 1.8rem; }
    .number-suffix { font-size: 0.85rem; }
    .number-sub { font-size: 0.65rem; }
    .area-text-main { font-size: 1.1rem; }
    .area-text-sub { font-size: 0.9rem; padding: 4px 14px; }
    .number-card-text .number-text-value { gap: 6px; }
    
    /* WHY CHOOSE US */
    .why-grid { grid-template-columns: 1fr; gap: 15px; max-width: 360px; margin: 0 auto; }
    .why-card { padding: 35px 25px 30px; border-radius: 20px; }
    .why-card-number { font-size: 3.5rem; top: 12px; right: 15px; }
    .why-icon-container { width: 95px; height: 95px; margin-bottom: 25px; }
    .why-icon-bg { border-radius: 24px; }
    .why-icon svg { width: 46px; height: 46px; }
    .why-card-title { font-size: 1.15rem; }
    .why-card-title-accent { font-size: 1.7rem; }
    .why-card-title-badge { padding: 4px 12px; font-size: 0.8rem; margin-left: 6px; }
    .why-card-desc { font-size: 0.88rem; }
    .why-card-tags { gap: 6px; row-gap: 14px;}
    .why-card-tag { padding: 5px 14px; font-size: 0.75rem; }
    .why-card-services { gap: 6px; }
    .why-service-item { padding: 6px 14px; font-size: 0.8rem; }
    .why-rating-stars svg { width: 20px; height: 20px; }
    .why-rating-text { font-size: 0.8rem; }
    .why-rating-text strong { font-size: 1.1rem; }
    .why-urgent-badge { padding: 10px 18px; font-size: 0.85rem; }
    .why-cta-text { font-size: 0.9rem; }
    .why-cta-btn { padding: 14px 30px; font-size: 0.9rem; width: 100%; justify-content: center; }
    
    /* Flow */
    .flow-steps::before { left: 25px; top: 40px; bottom: 40px; width: 2px; }
    .flow-step { padding: 20px 0; }
    .flow-step-number { width: 50px; height: 50px; min-width: 50px; }
    .flow-step-number span { font-size: 1.2rem; }
    .flow-step-content { padding: 25px 20px; margin-left: 10px; }
    .flow-step-title { font-size: 1.05rem; padding-right: 50px; }
    .flow-step-title-en { font-size: 0.65rem; }
    .flow-step-desc { font-size: 0.85rem; }
    .flow-step-icon { top: 15px; right: 15px; width: 36px; height: 36px; border-radius: 10px; }
    .flow-step-icon svg { width: 18px; height: 18px; }
    .flow-bottom { margin-top: 50px; }
    .flow-cta-box { padding: 35px 20px; }
    .flow-cta-text { font-size: 0.9rem; }
    .flow-cta-btn { padding: 14px 30px; font-size: 0.9rem; width: 100%; justify-content: center; }
    
    /* CTA */
    .cta-label { font-size: 0.75rem; }
    .cta-desc { font-size: 0.85rem; }
    .cta-grid { gap: 15px; margin-bottom: 30px; }
    .cta-box { padding: 30px 20px; }
    .cta-box-icon { width: 55px; height: 55px; }
    .cta-box-icon svg { width: 22px; height: 22px; }
    .cta-box-title { font-size: 1rem; }
    .cta-box-desc { font-size: 0.8rem; }
    .cta-box-btn { padding: 14px 20px; font-size: 0.9rem; max-width: 100%; }
    .cta-note { padding: 18px 20px; }
    .cta-note p { font-size: 0.75rem; }
    
    /* エリア選択ドロップダウン */
    .area-select-toggle { padding: 11px 12px; font-size: 0.85rem; }
    .area-select-dropdown { padding: 14px; }
    .area-group-section { margin-bottom: 14px; }
    .area-group-label { font-size: 0.65rem; margin-bottom: 8px; }
    .area-buttons { gap: 6px; }
    .area-btn { padding: 8px 12px; font-size: 0.75rem; border-radius: 20px; }
}

/* ==============================================
   17. レスポンシブ - 380px以下
============================================== */
@media (max-width: 380px) {
    .availability-card { padding: 20px 12px; }
    .table-header, .table-row { grid-template-columns: minmax(60px, 1.2fr) repeat(3, 1fr); gap: 4px; }
    .table-header-item { padding: 6px 3px !important; min-height: 45px; }
    .header-icon { width: 20px !important; height: 20px !important; }
    .area-name { font-size: 0.75rem; }
    .area-support { display: none; }
    .area-sub-text { display: none; }
    .check-icon { width: 22px; height: 22px; }
    .check-icon svg { width: 10px; height: 10px; }
}