/*!
 * GrowthFix Top (/) 固有スタイル
 * top_本番/index.html から外部化。WP テーマ自動生成 <style> とは独立。
 */

/* Gravityシリーズセクション：item 行のレイアウト統一 */
.service .item {
    gap: 48px;
    margin-bottom: 24px;
    align-items: stretch;
}
.service .item:last-child {
    margin-bottom: 0;
}
.service .item_name {
    flex: 0 0 180px;
    min-width: 180px;
    display: flex;
    align-items: center;
    font-size: 20px;
    line-height: 1.5;
    font-weight: 800;
    color: #ffffff !important;
    padding: 24px 0;
    background: transparent !important;
}
.service .item > .area {
    flex: 1 1 auto;
    min-width: 0;
}
.service .item > .area > a.row {
    padding: 28px 32px;
    min-height: 120px;
    border-radius: 12px;
    background: #fff;
    border: 1px solid #e2e8f0;
    transition: all 0.2s ease;
    gap: 32px;
    text-decoration: none !important;
    box-shadow: none !important;
}
.service .item > .area > a.row::after,
.service .item > .area > a.row::before {
    display: none !important;
    content: none !important;
}
.service .item > .area > a.row:hover {
    border-color: #0f172a;
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(15, 23, 42, 0.08) !important;
}
.service .item > .area {
    border-bottom: none !important;
}
.service .item > .area::after,
.service .item > .area::before {
    display: none !important;
    content: none !important;
}
.service .item .logo {
    flex: 0 0 auto;
    min-width: 220px;
}
.service .item .logo_en {
    font-size: 18px;
    font-weight: 800;
    color: #0f172a;
    margin-bottom: 4px;
    line-height: 1.4;
}
.service .item .logo_jp {
    font-size: 13px;
    color: #64748b;
    line-height: 1.5;
    white-space: normal !important;
}
.service .item .content {
    flex: 1 1 auto;
    gap: 20px;
}
.service .item .content .txt {
    font-size: 14px;
    line-height: 1.7;
    color: #475569;
    flex: 1 1 auto;
}
.service .item .btn {
    flex: 0 0 auto;
}

@media (max-width: 768px) {
    .service .item {
        flex-direction: column !important;
        gap: 12px;
    }
    .service .item_name {
        flex: 0 0 auto;
        min-width: 0;
        padding: 0;
    }
    .service .item > .area > a.row {
        flex-direction: column !important;
        gap: 16px;
        padding: 20px;
    }
    .service .item .logo {
        min-width: 0;
    }
}
