@charset "UTF-8";

/* 04_feature-webmarketing.css - WebマーケティングLP */

/* Reset and Base Styles */
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

.section {
    font-family: 'Hiragino Sans', 'Hiragino Kaku Gothic ProN', 'Noto Sans JP', sans-serif;
    line-height: 1.6;
    color: #333;
	padding: 0 0 50px 0;
}

/* .wrapper は global.css に移動 */

/* Hero Section */
.hero-section {
    background: url("../img/04_feature-webmarketing/hero.jpg") no-repeat right bottom #f97753;
    background-size: auto 100%;
    aspect-ratio: 16 / 5;
    padding: 80px 0;
    color: #FFF;
    width: 100%;
}

.hero-content {
    max-width: 90%;
    margin: 0 auto;
    padding: 0 30px;
}

.hero-title {
    font-size: 2.5rem;
    font-weight: 700;
    color: #FFF;
    margin-bottom: 20px;
    line-height: 1.3;
}

.hero-subtitle {
    font-size: 1.3rem;
    color: #FFF;
    margin-bottom: 30px;
}

.hero-description {
    font-size: 1.1rem;
    color: #FFF;
    margin: 0 auto;
}

/* Problems Section */
.problems-section {
    padding: 80px 0;
    background: white;
    width: 100%;
}

/* .section-title は global.css に移動 */

.section-subtitle {
    font-size: 1.1rem;
    color: #666;
    text-align: center;
    margin-bottom: 50px;
}

.problems-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 30px;
    margin-top: 50px;
}

.problem-card {
    background: #f8f9fa;
    padding: 30px;

    text-align: center;
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.15);
}


.problem-icon {
    font-size: 3rem;
    margin-bottom: 20px;
}

.problem-icon img {
    max-width: 90%;
    height: auto;
}

.problem-text {
    font-size: 1.1rem;
    font-weight: 500;
    color: #333;
}

/* Solution Section */
.solution-section {
    padding: 80px 0;
    background: url("../img/04_feature-webmarketing/ill09.jpg") no-repeat top 20px center #327494;
    background-size: 50% auto;
    width: 100%;
}

.solution-title {
    font-size: 2.2rem;
    font-weight: 700;
    color: #FFF;
    text-align: center;
    margin: 25% 0 20px;
}

.solution-description {
    font-size: 1.1rem;
    color: #FFF;
    text-align: center;
    margin-bottom: 50px;
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
}

.flow-container {
    margin-bottom: 50px;
}

.flow-title {
    font-size: 1.2rem;
    font-weight: 600;
    color: #FFF;
    text-align: center;
    margin-bottom: 30px;
}

.flow-steps {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 20px;
    flex-wrap: wrap;
    margin-bottom: 50px;
}

.flow-step {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 10px;
    padding: 20px;
    background: white;

    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
    min-width: 120px;
    transition: transform 0.3s ease;
}

.flow-step:hover {
    transform: translateY(-5px);
}

.step-number {
    background: #000;
    color: white;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 700;
    font-size: 1.2rem;
}

.step-text {
    font-weight: 600;
    color: #000;
    font-size: 0.9rem;
}

/* Comparison Table */
.comparison-table {
    width: 100%;
    border-collapse: collapse;
    background: white;

    overflow: hidden;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
}

.comparison-table th,
.comparison-table td {
    padding: 20px;
    text-align: left;
    border-bottom: 1px solid #ccc;
}

.comparison-table th {
    font-weight: 600;
    width: 30%;
}

.comparison-table thead th {
    background: #000;
    color: white;
}

.comparison-table tbody th {
    background: #eee;
}

.step-badge {
    background: #000;
    color: white;
    padding: 5px 15px;
    border-radius: 0;
    font-size: 0.9rem;
    font-weight: 600;
    display: inline-block;
    margin-bottom: 10px;
}

.comparison-table td {
    vertical-align: top;
}

.comparison-table strong {
    font-weight: 600;
}

/* Stats Section */
.stats-section {
    padding: 80px 0;
    background: white;
}

.stats-container {
    display: grid;
    grid-template-columns: 3fr 2fr;
    gap: 50px;
    align-items: center;
    margin-top: 50px;
}

.stats-content h3 {
    font-size: 1.3rem;
    color: #333;
    margin-bottom: 30px;
    line-height: 1.6;
}

.stats-highlight {
    background: #f2f2f2;
    padding: 20px;
    margin: 30px 0;
    font-weight: 500;
}

.stats-list {
    list-style: none;
    padding: 0;
}

.stats-list li {
    padding: 10px 0;
    border-bottom: 1px solid #f0f0f0;
}

.stats-list li:last-child {
    border-bottom: none;
}

.stats-visual {
    text-align: center;
}

/*
.stats-chart {
    background: #f8f9fa;
    padding: 40px;

    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
}
*/
.stats-chart {
    padding: 10px;
}

.stats-chart img {
    max-width: 100%;
    height: auto;
}

/* Reasons Section */
.reasons-section {
    padding: 80px 0;
}

.reasons-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(370px, 1fr));
    gap: 30px;
    margin-top: 50px;
}

.reason-card {
    background: white;
    padding: 30px;

    text-align: center;
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.15);
}

.reason-icon {
    font-size: 3rem;
    margin-bottom: 20px;
}

.reason-icon img {
    max-width: 30%;
    height: auto;
}

.reason-title {
    font-size: 1.3rem;
    font-weight: 600;
    color: #000;
    margin-bottom: 15px;
}

.reason-description {
    color: #666;
    line-height: 1.6;
}

/* Process Section */
.process-section {
    padding: 80px 0;
    background: white;
}

.process-title {
    font-size: 2.2rem;
    font-weight: 700;
    color: #000;
    text-align: center;
    margin-bottom: 20px;
}

.process-description {
    font-size: 1.1rem;
    color: #666;
    text-align: center;
    margin-bottom: 50px;
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
}

.process-steps {
    display: grid;
    gap: 30px;
    margin-top: 50px;
}

.process-step {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 30px;
    background: #f8f9fa;
    padding: 30px;

    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.1);
}


.step-icon {
    background: #000;
    color: white;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.5rem;
    font-weight: 700;
    flex-shrink: 0;
}

.step-title {
    font-size: 1.3rem;
    font-weight: 600;
    color: #000;

    width: 10em;
}

.step-description {
    color: #666;
    line-height: 1.6;

    width: calc(100% - calc(10em + 60px + 23em) - calc(30px * 3));
}

.step-button {
    display: inline-block;
    background: url("../assets/img/ar_white.svg") no-repeat right 20px center #000;
    color: white;
    padding: 10px 40px 10px 20px;
    border-radius: 0;
    text-decoration: none;
    font-weight: 600;
    transition: background 0.3s ease, transform 0.3s ease;
    width: 18em;
    box-sizing: border-box;
}

.step-button:hover {
    background: url("../assets/img/ar_white.svg") no-repeat right 15px center #000;
    transform: translateY(-2px);
}

/* FAQ Section */
/* FAQセクション関連は global.css に移動 */

/* CTA Section */
/* CTAセクション関連は global.css に移動 */

/* .cta-button は global.css に移動 */

/* Responsive Design */
@media (max-width: 1024px) {
    .step-title {
        width: auto;
    }

    .step-description {
        width: auto;
    }

    .step-button {
        width: auto;
    }
}

@media (max-width: 768px) {
    /* .wrapper のレスポンシブは global.css に移動 */

    .hero-section {
        background: url("../img/04_feature-webmarketing/hero.jpg") no-repeat center bottom #f97753;
        background-size: 100% auto;
        aspect-ratio: auto;
        padding: 0;
    }

    .hero-wrap {
        background-color: rgba(0, 0, 0, 0.55);
        padding: 40px;
    }

    .hero-title {
        font-size: 2rem;
    }

    .hero-subtitle {
        font-size: 1.1rem;
    }

    /* .section-title のレスポンシブは global.css に移動 */

    .problems-grid {
        grid-template-columns: 1fr;
        gap: 20px;
    }

    .flow-steps {
        gap: 15px;
    }

    .stats-container {
        grid-template-columns: 1fr;
        gap: 30px;
    }

    .reasons-grid {
        grid-template-columns: 1fr;
        gap: 20px;
    }

    .process-step {
        flex-direction: column;
        text-align: center;
    }

    .comparison-table {
        font-size: 0.9rem;
    }

    .comparison-table th,
    .comparison-table td {
        padding: 15px;
    }
}

@media (max-width: 480px) {
    .hero-section {}

    .hero-title {
        font-size: 1.6rem;
    }

    /* .section-title のレスポンシブは global.css に移動 */

    .process-step {
        padding: 20px;
    }

    .cta-title {
        font-size: 1.8rem;
    }
}

/* Print Styles */
@media print {

    /* プリントスタイルは global.css に移動 */
}