@charset "UTF-8";
/*
    Template: swell
    Theme Name: SWELL CHILD
    Theme URI: https://swell-theme.com/
    Description: SWELLの子テーマ
    Version: 1.0.0
    Author: LOOS WEB STUDIO
    Author URI: https://loos-web-studio.com/

    License: GNU General Public License
    License URI: http://www.gnu.org/licenses/gpl.html
*/


.swell-block-step__item:before {
    border-left: 3.5px solid #37722799;
    content: "";
    display: block;
    height: 100%;
    left: 23px;
    position: absolute;
    top: 0;
    width: 0;
}




.language-switcher {
    text-align: center;
    margin: 20px 0;
}

.language-switcher a {
    text-decoration: none;
    color: #0073aa;
    font-weight: bold;
}

.language-switcher a:hover {
    text-decoration: underline;
}


.c-gnav>.menu-item {

    width: 14%;
    height: 44px;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}

.c-gnav {

    text-align: center;
    display: flex;
    flex-wrap: wrap;
    height: auto;
    width: 100%;
    justify-content: center;
    align-items: center;
}


        .company-info {
            background: #ffffff;
            border-radius: 12px;
            box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
            overflow: hidden;
            margin-bottom: 40px;
        }

        .section-header {
            background: linear-gradient(135deg, #1f2937, #374151);
            color: white;
            padding: 24px 32px;
            font-size: 1.5rem;
            font-weight: 600;
            letter-spacing: 0.025em;
        }

        /* WordPressテーブルスタイル */
        .wp-block-table {
            width: 100%;
            margin: 0;
        }

        .wp-block-table table {
            width: 100%;
            border-collapse: collapse;
            font-size: 0.95rem;
        }

        .wp-block-table td {
            padding: 16px 24px;
            border-bottom: 1px solid #e5e7eb;
            vertical-align: top;
        }

        .wp-block-table tr:last-child td {
            border-bottom: none;
        }

        /* 項目名（左列）のスタイル */
        .wp-block-table td:first-child {
            background-color: #f9fafb;
            font-weight: 600;
            color: #374151;
            width: 180px;
            min-width: 180px;
            position: relative;
        }

        .wp-block-table td:first-child::after {
            content: '';
            position: absolute;
            right: 0;
            top: 0;
            bottom: 0;
            width: 2px;
        }

        /* 内容（右列）のスタイル */
        .wp-block-table td:last-child {
            background-color: #ffffff;
            color: #4b5563;
            line-height: 1.7;
        }

        /* ホバーエフェクト */
        .wp-block-table tr {
            transition: all 0.2s ease;
        }

        .wp-block-table tr:hover {
            background-color: rgba(59, 130, 246, 0.02);
        }

        .wp-block-table tr:hover td:first-child {
            background-color: #f3f4f6;
            color: #1f2937;
        }

        .wp-block-table tr:hover td:last-child {
            background-color: rgba(255, 255, 255, 0.9);
        }

        /* リンクスタイル */
        .wp-block-table a {
            color: #3b82f6;
            text-decoration: none;
            font-weight: 500;
            transition: color 0.2s ease;
        }

        .wp-block-table a:hover {
            color: #1d4ed8;
            text-decoration: underline;
        }

        /* レスポンシブデザイン */
        @media (max-width: 768px) {
            body {
                padding: 20px 10px;
            }

            .section-header {
                padding: 20px 24px;
                font-size: 1.25rem;
            }

            .wp-block-table td {
                padding: 16px 24px;
                font-size: 0.9rem;
            }

            .wp-block-table td:first-child {
                width: 140px;
                min-width: 140px;
            }
        }

        @media (max-width: 600px) {
            .wp-block-table,
            .wp-block-table table {
                display: block;
            }

            .wp-block-table tr {
                display: block;
                margin-bottom: 24px;
                border: 1px solid #e5e7eb;
                border-radius: 8px;
                overflow: hidden;
                box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
            }

            .wp-block-table td {
                display: block;
                width: 100% !important;
                min-width: auto !important;
                padding: 16px 20px;
                border-bottom: 1px solid #e5e7eb;
            }

            .wp-block-table td:first-child {
                background: linear-gradient(135deg, #1f2937, #374151);
                color: white;
                font-weight: 600;
                border-bottom: 2px solid #3b82f6;
            }

            .wp-block-table td:first-child::after {
                display: none;
            }

            .wp-block-table td:last-child {
                background-color: #ffffff;
                border-bottom: none;
            }

            .wp-block-table tr:hover td:first-child {
                background: linear-gradient(135deg, #1f2937, #374151);
                color: white;
            }

            .wp-block-table tr:last-child {
                margin-bottom: 0;
            }
        }

        /* アクセント要素 */
        .highlight {
            background: linear-gradient(135deg, #fef3c7, #fde68a);
            padding: 2px 8px;
            border-radius: 4px;
            font-weight: 600;
            color: #92400e;
        }

        .contact-info {
            display: flex;
            flex-direction: column;
            gap: 8px;
        }

        .contact-info span {
            display: flex;
            align-items: center;
            gap: 8px;
        }

        @media (max-width: 600px) {
            .contact-info {
                gap: 12px;
            }
        }



.post_content h2:where(:not([class^="swell-block-"]):not(.faq_q):not(.p-postList__title))::before {

    border-top: none;
}