@charset "UTF-8";

/*修正_250415*/
#manufacturing-industry_top + section .cta-section .cta-button-white{
  background: var(--i_btn_color);
  color: var(--i_btn_txt_color);
}

#manufacturing-industry_top + section .cta-section .cta-button-white:hover{
  background: var(--i_btn_hover_color);
}
/*修正_250418*/
header li {
    padding-left: 0;
    margin-bottom: 0;
}
header li:before,
footer li:before {
    display: none;
}
footer nav li {
    margin-bottom: 0;
}

        /* リセットCSS */
        * {
            margin: 0;
            padding: 0;
            box-sizing: border-box;
        }

        /* 基本設定 */
        body {
            font-family: 'Hiragino Sans', 'Hiragino Kaku Gothic ProN', 'Meiryo', sans-serif;
            color: #000000;
            line-height: 1.8;
            background-color: #ECF0F0;
        }

        /* コンテナ */
        .container {
            max-width: 1000px;
            margin: 0 auto;
            padding: 0 20px;
        }

        /* ヒーローセクション */
        .hero {
            background-color: white;
            padding: 60px 0;
            text-align: center;
        }

        .hero h1 {
            font-size: 32px;
            color: #1a237e;
            margin-bottom: 20px;
            line-height: 1.5;
        }

        .hero-subtitle {
            font-size: 18px;
            color: #666;
            margin-bottom: 30px;
            max-width: 700px;
            margin-left: auto;
            margin-right: auto;
        }

        .cta-button {
            display: inline-block;
            background-color: #2ECC71;
            color: white;
            padding: 15px 35px;
            text-decoration: none;
            border-radius: 5px;
            font-size: 18px;
            font-weight: bold;
            transition: all 0.3s;
            box-shadow: 0 4px 6px rgba(0,0,0,0.1);
        }

        .cta-button:hover {
            background-color: #1a237e;
            transform: translateY(-2px);
            box-shadow: 0 6px 8px rgba(0,0,0,0.15);
        }

        /* セクション共通 */
        .section {
            padding: 60px 0;
        }

        .section-title {
            font-size: 28px;
            color: #1a237e;
            text-align: center;
            margin-bottom: 40px;
        }

        /* ストーリーセクション */
        .story {
            background-color: white;
        }

        .story-content {
            max-width: 700px;
            margin: 0 auto;
            text-align: center;
        }

        .story-points {
            background-color: #E3F2FD;
            padding: 30px;
            border-radius: 10px;
            margin: 30px 0;
            text-align: left;
        }

        .story-points h3 {
            color: #E74C3C;
            font-size: 20px;
            margin-bottom: 20px;
        }

        .story-points ul {
            list-style: none;
        }

        .story-points li {
            margin-bottom: 15px;
            padding-left: 20px;
            position: relative;
        }

        .story-points li:before {
            content: "▶";
            position: absolute;
            left: 0;
            color: #E74C3C;
        }

        .worry-text {
            font-size: 20px;
            color: #E74C3C;
            font-weight: bold;
            margin-top: 30px;
        }

        /* 通訳者セクション */
        .interpreter {
            background-color: #ECF0F0;
        }

        .quote-box {
            background-color: white;
            padding: 30px;
            border-left: 5px solid #2ECC71;
            margin: 30px auto;
            font-size: 20px;
            font-style: italic;
            color: #1a237e;
            max-width: 600px;
        }

        /* 約束セクション */
        .promises {
            background-color: white;
        }

        .promise-cards {
            display: grid;
            grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
            gap: 30px;
            margin-top: 40px;
        }

        .promise-card {
            background-color: #E3F2FD;
            padding: 25px;
            border-radius: 10px;
            text-align: center;
            transition: transform 0.3s;
        }

        .promise-card:hover {
            transform: translateY(-5px);
            box-shadow: 0 5px 15px rgba(0,0,0,0.1);
        }

        .promise-number {
            background-color: #2ECC71;
            color: white;
            width: 40px;
            height: 40px;
            border-radius: 50%;
            display: flex;
            align-items: center;
            justify-content: center;
            font-size: 20px;
            font-weight: bold;
            margin: 0 auto 15px;
        }

        .promise-title {
            font-size: 18px;
            color: #1a237e;
            margin-bottom: 10px;
            font-weight: bold;
        }

        .promise-text {
            font-size: 14px;
            line-height: 1.6;
        }

        /* 結果セクション */
        .results {
            background-color: #ECF0F0;
        }

        .result-grid {
            display: grid;
            grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
            gap: 25px;
            margin: 40px 0;
            max-width: 800px;
            margin-left: auto;
            margin-right: auto;
        }

        .result-item {
            background-color: white;
            padding: 25px;
            border-radius: 10px;
            text-align: center;
            box-shadow: 0 2px 5px rgba(0,0,0,0.1);
        }

        .result-value {
            font-size: 32px;
            color: #2ECC71;
            font-weight: bold;
            margin-bottom: 5px;
        }

        .result-label {
            font-size: 14px;
            color: #666;
        }

        .result-summary {
            max-width: 700px;
            margin: 40px auto 0;
            background-color: white;
            padding: 30px;
            border-radius: 10px;
        }

        .testimonial {
            background-color: #ECF0F0;
            padding: 20px;
            border-radius: 10px;
            margin-top: 20px;
            font-style: italic;
            text-align: center;
            font-size: 18px;
            color: #1a237e;
        }

        /* 代表紹介 */
        .representative {
            background-color: white;
            padding: 50px 0;
        }

        .rep-content {
            max-width: 700px;
            margin: 0 auto;
            text-align: center;
        }

        .rep-info h3 {
            color: #1a237e;
            font-size: 22px;
            margin-bottom: 20px;
        }

        .rep-message {
            background-color: #ECF0F0;
            padding: 20px;
            border-radius: 10px;
            font-style: italic;
            line-height: 1.8;
        }

        /* CTA最終 */
        .final-cta {
            background-color: #1a237e;
            color: white;
            padding: 60px 0;
            text-align: center;
        }

        .final-cta h2 {
            font-size: 28px;
            margin-bottom: 30px;
        }

        .contact-info {
            margin-top: 25px;
            font-size: 18px;
        }

        .phone-number {
            font-size: 26px;
            color: #FFD700;
            font-weight: bold;
            margin: 10px 0;
        }

        /* レスポンシブ */
        @media (max-width: 768px) {
            .hero h1 {
                font-size: 26px;
            }

            .promise-cards {
                grid-template-columns: 1fr;
            }

            .section-title {
                font-size: 24px;
            }

            .cta-button {
                padding: 12px 25px;
                font-size: 16px;
            }

            .result-grid {
                grid-template-columns: repeat(2, 1fr);
            }
        }