/* Achievements Page Specific Styles */
.achievements-content h2 {
    font-size: 2.2rem;
    color: #004080;
    text-align: center;
    margin-bottom: 2rem;
}

.achievements-content h3 {
    font-size: 1.5rem;
    color: #004080;
    margin-top: 2rem;
    margin-bottom: 1rem;
    border-bottom: 2px solid #cce7ff;
    padding-bottom: 0.5rem;
}

.service-content h3, .company-content h3, .for-companies-content h3, .achievements-content h3, .contact-content h3, .privacy-content h3 {
        font-size: 1.3rem;
    }

.flow-content li, .service-content li, .achievements-content li {
        padding: 0.5rem;
    }

}

    /* Reduce horizontal padding for other major sections on small screens */
    .service-content, .company-content, .contact-content, .for-companies-content, .achievements-content, .pricing-content, .faq-content, .campaign-content, .skill-section {
        padding-left: 1rem;
        padding-right: 1rem;
    }

main h2, .service-content h2, .flow-content h2, .pricing-content h2, .company-content h2, .achievements-content h2, .faq-content h2, .contact-content h2, .privacy-content h2 {font-size:var(--h2-size)}

.stats-overview {
    margin-bottom: 3rem;
}

.stats-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    gap: 1.5rem;
    margin-top: 2rem;
}

/* Achievements Page Mobile Styles */
    .stats-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 1rem;
    }

/* Achievements Page Mobile Styles */
    .stats-grid {
        grid-template-columns: 1fr;
        gap: 1rem;
    }

.stat-card {
    background: linear-gradient(135deg, #004080, #0066cc);
    color: white;
    padding: 2rem 1.5rem;
    border-radius: 15px;
    text-align: center;
    box-shadow: 0 8px 25px rgba(0, 64, 128, 0.3);
}

.stat-card {
        padding: 1.5rem 1rem;
    }

.stat-card {
        padding: 1rem;
    }

.stat-number {
    font-size: 3rem;
    font-weight: bold;
    margin-bottom: 0.5rem;
    display: block;
}

.stat-number {
        font-size: 2.5rem;
    }

.stat-number {
        font-size: 2rem;
    }

.stat-label {
    font-size: 1.5rem;
    font-weight: 600;
    margin-bottom: 0.5rem;
}

.stat-label {
        font-size: 1.2rem;
    }

.stat-description {
    font-size: 0.9rem;
    opacity: 0.9;
}

.industry-results {
    margin-bottom: 3rem;
}

.industry-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 2rem;
    margin-top: 2rem;
}

@media (max-width: 900px) {
    .industry-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 1.5rem;
    }
}

@media (max-width: 600px) {
    .industry-grid {
        grid-template-columns: 1fr;
        gap: 1.5rem;
    }
}

.industry-card {
    background: linear-gradient(135deg, #f8f9fa, #e3f2fd);
    padding: 2rem;
    border-radius: 15px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
    text-align: center;
}

.industry-card h4 {
    color: #004080;
    margin: 0 0 1.5rem 0;
    font-size: 1.3rem;
}

.industry-card p {
    color: #555;
    margin: 0;
    line-height: 1.6;
    font-size: 0.9rem;
}

.industry-card {
        padding: 1.5rem;
    }

.industry-card {
        padding: 1rem;
    }

.industry-card h4 {
        font-size: 1.1rem;
    }

.industry-icon {
    font-size: 3rem;
    margin-bottom: 1rem;
}

.industry-icon {
        font-size: 2.5rem;
    }

.industry-stats {
    display: flex;
    justify-content: center;
    gap: 2rem;
    margin-bottom: 1.5rem;
}

.industry-stats {
        flex-direction: column;
        gap: 1rem;
    }

.industry-stat {
    text-align: center;
}

.industry-stat .number {
    font-size: 2rem;
    font-weight: bold;
    color: #004080;
    display: block;
}

.industry-stat .unit {
    font-size: 1.2rem;
    color: #004080;
    font-weight: 600;
}

.industry-stat .desc {
    font-size: 0.8rem;
    color: #666;
    display: block;
    margin-top: 0.25rem;
}

.case-studies {
    margin-bottom: 3rem;
}

.case-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 2rem;
    margin-top: 2rem;
}

@media (max-width: 900px) {
    .case-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 1.5rem;
    }
}

@media (max-width: 600px) {
    .case-grid {
        grid-template-columns: 1fr;
        gap: 1.5rem;
    }
}

.case-card {
    background: #fff;
    border-radius: 15px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
    overflow: hidden;
    border: 1px solid #e3f2fd;
}

.case-card {
        margin: 0 0.5rem;
    }

.case-header {
    background: linear-gradient(135deg, #004080, #0066cc);
    color: white;
    padding: 1.5rem;
}

.case-header {
        padding: 1rem;
    }

.case-company {
    font-size: 1.1rem;
    font-weight: 600;
    margin-bottom: 0.5rem;
}

}

.case-industry {
    font-size: 0.9rem;
    opacity: 0.9;
}

.case-content {
    padding: 1.5rem;
}

.case-content h4 {
    color: #004080;
    margin: 0 0 1rem 0;
    font-size: 1.1rem;
}

.case-content p {
    color: #555;
    margin: 0 0 1.5rem 0;
    line-height: 1.6;
    font-size: 0.9rem;
}

.case-content {
        padding: 1rem;
    }

.case-result {
    background: #f8f9fa;
    padding: 1rem;
    border-radius: 8px;
    text-align: center;
}

.result-label {
    font-weight: 600;
    color: #004080;
    margin-right: 0.5rem;
}

.result-value {
    color: #004080;
    font-weight: bold;
    font-size: 1.1rem;
}

/* Testimonials preview */
.testimonials-preview { margin: 3rem 0; padding: 1.5rem 0; }

.testimonials-preview h3 { color: #004080; text-align: center; margin-bottom: 1.25rem; }

.testimonials-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
    gap: 1rem;
    align-items: stretch;
}

}

.flow, .pricing, .testimonials {
    padding: 3rem 2rem; /* 左右に余白を追加 */
    background-color: #fff;
    border-radius: 10px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
}

.flow h3, .pricing h3, .testimonials h3 {
    text-align: center;
    font-size: 2rem;
    margin-bottom: 2rem;
    color: #004080;
}

.testimonials blockquote {
    font-style: italic;
    margin: 2rem auto;
    padding: 2rem;
    background: #f8f9fa;
    border-left: 5px solid #004080;
    border-radius: 10px;
    max-width: 600px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
}

.testimonials cite {
    display: block;
    text-align: right;
    margin-top: 1rem;
    font-weight: 500;
}

.testimonials {
    margin-bottom: 3rem;
}

/* Reduce section horizontal padding on smaller screens to avoid overflow */
    .flow, .pricing, .testimonials {
        padding-left: 1rem;
        padding-right: 1rem;
    }

.testimonials blockquote {
        padding: 1.5rem;
        margin: 1.5rem auto;
    }

section h3, .service-content h3, .flow h3, .pricing h3, .testimonials h3, .info-card h3, .campaign-header h3, .cta-card h3 {font-size:var(--h3-size)}

.testimonial-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 2rem;
    margin-top: 2rem;
}

@media (max-width: 900px) {
    .testimonial-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 1.5rem;
    }
}

@media (max-width: 600px) {
    .testimonial-grid {
        grid-template-columns: 1fr;
        gap: 1rem;
    }
}

.testimonial-content p {
    color: #555;
    margin: 0 0 1.5rem 0;
    line-height: 1.6;
    font-style: italic;
    font-size: 0.95rem;
}

.testimonial-author {
    border-top: 1px solid #e3f2fd;
    padding-top: 1rem;
}

.author-name {
    font-weight: 600;
    color: #004080;
    margin-bottom: 0.25rem;
}

.author-company {
    font-size: 0.9rem;
    color: #666;
}

.success-factors {
    margin-bottom: 2rem;
}

.factors-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 1.5rem;
    margin-top: 2rem;
}

@media (max-width: 1000px) {
    .factors-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 1.5rem;
    }
}

@media (max-width: 600px) {
    .factors-grid {
        grid-template-columns: 1fr;
        gap: 1rem;
    }
}

.factor-card {
    background: linear-gradient(135deg, #f8f9fa, #e3f2fd);
    padding: 1.5rem;
    border-radius: 10px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
    text-align: center;
}

.factor-card h4 {
    color: #004080;
    margin: 0 0 0.5rem 0;
    font-size: 1.1rem;
}

.factor-card p {
    color: #555;
    margin: 0;
    font-size: 0.9rem;
    line-height: 1.5;
}

.factor-card {
        padding: 1rem;
    }

.factor-card {
        padding: 0.75rem;
    }

.factor-icon {
    font-size: 2.5rem;
    margin-bottom: 1rem;
}

.factor-icon {
        font-size: 2rem;
    }

/* Hide list markers for case items */
.case-items {
    list-style: none;
    padding-left: 0;
}

.case-items li {
    margin-bottom: 0.8rem;
}