{"id":37,"date":"2025-07-11T10:51:30","date_gmt":"2025-07-11T01:51:30","guid":{"rendered":"https:\/\/www.gt-innovations.jp\/?page_id=37"},"modified":"2025-07-14T23:02:26","modified_gmt":"2025-07-14T14:02:26","slug":"home","status":"publish","type":"page","link":"https:\/\/www.gt-innovations.jp\/","title":{"rendered":"Home"},"content":{"rendered":"\n<!DOCTYPE html>\n<html lang=\"ja\">\n<head>\n    <meta charset=\"UTF-8\">\n    <meta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\">\n    <title>GT\u30a4\u30ce\u30d9\u30fc\u30b7\u30e7\u30f3\u5275\u7814 &#8211; \u4f01\u696d\u5411\u3051AI\u30bd\u30ea\u30e5\u30fc\u30b7\u30e7\u30f3<\/title>\n    <style>\n        * {\n            margin: 0;\n            padding: 0;\n            box-sizing: border-box;\n        }\n\n        body {\n            font-family: 'Noto Sans JP', -apple-system, BlinkMacSystemFont, sans-serif;\n            line-height: 1.6;\n            color: #333;\n            background: #ffffff;\n        }\n\n        .container {\n            max-width: 1200px;\n            margin: 0 auto;\n            padding: 0 20px;\n        }\n\n        \/* Header *\/\n        header {\n            background: rgba(255, 255, 255, 0.95);\n            backdrop-filter: blur(10px);\n            position: fixed;\n            top: 0;\n            width: 100%;\n            z-index: 1000;\n            border-bottom: 1px solid #e5e7eb;\n        }\n\n        nav {\n            display: flex;\n            justify-content: space-between;\n            align-items: center;\n            padding: 1rem 0;\n        }\n\n        .logo {\n            font-size: 1.5rem;\n            font-weight: 700;\n            color: #1f2937;\n            text-decoration: none;\n        }\n\n        .logo span {\n            color: #3b82f6;\n        }\n\n        .nav-links {\n            display: flex;\n            list-style: none;\n            gap: 2rem;\n        }\n\n        .nav-links a {\n            text-decoration: none;\n            color: #6b7280;\n            font-weight: 500;\n            transition: color 0.3s;\n        }\n\n        .nav-links a:hover {\n            color: #3b82f6;\n        }\n\n        \/* Hero Section *\/\n        .hero {\n            background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);\n            color: white;\n            padding: 8rem 0 6rem;\n            text-align: center;\n            margin-top: 70px;\n        }\n\n        .hero h1 {\n            font-size: 3.5rem;\n            font-weight: 700;\n            margin-bottom: 1.5rem;\n            line-height: 1.2;\n        }\n\n        .hero p {\n            font-size: 1.25rem;\n            margin-bottom: 3rem;\n            opacity: 0.9;\n            max-width: 700px;\n            margin-left: auto;\n            margin-right: auto;\n        }\n\n        .hero-buttons {\n            display: flex;\n            gap: 1rem;\n            justify-content: center;\n            flex-wrap: wrap;\n        }\n\n        .btn-primary {\n            background: white;\n            color: #3b82f6;\n            padding: 1rem 2rem;\n            border-radius: 8px;\n            text-decoration: none;\n            font-weight: 600;\n            transition: all 0.3s;\n        }\n\n        .btn-secondary {\n            background: transparent;\n            color: white;\n            padding: 1rem 2rem;\n            border: 2px solid white;\n            border-radius: 8px;\n            text-decoration: none;\n            font-weight: 600;\n            transition: all 0.3s;\n        }\n\n        .btn-primary:hover {\n            transform: translateY(-2px);\n            box-shadow: 0 10px 25px rgba(0,0,0,0.1);\n        }\n\n        .btn-secondary:hover {\n            background: white;\n            color: #3b82f6;\n        }\n\n        \/* Solutions Section *\/\n        .solutions {\n            padding: 6rem 0;\n            background: #f9fafb;\n        }\n\n        .section-header {\n            text-align: center;\n            margin-bottom: 4rem;\n        }\n\n        .section-header h2 {\n            font-size: 2.5rem;\n            font-weight: 700;\n            color: #1f2937;\n            margin-bottom: 1rem;\n        }\n\n        .section-header p {\n            font-size: 1.125rem;\n            color: #6b7280;\n            max-width: 700px;\n            margin: 0 auto;\n        }\n\n        .solutions-grid {\n            display: grid;\n            grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));\n            gap: 2rem;\n        }\n\n        .solution-card {\n            background: white;\n            padding: 2rem;\n            border-radius: 12px;\n            box-shadow: 0 4px 6px rgba(0, 0, 0, 0.05);\n            transition: all 0.3s;\n            border: 1px solid #e5e7eb;\n        }\n\n        .solution-card:hover {\n            transform: translateY(-5px);\n            box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1);\n        }\n\n        .solution-icon {\n            width: 60px;\n            height: 60px;\n            background: #3b82f6;\n            border-radius: 12px;\n            display: flex;\n            align-items: center;\n            justify-content: center;\n            margin-bottom: 1.5rem;\n            font-size: 1.5rem;\n            color: white;\n        }\n\n        .solution-card h3 {\n            font-size: 1.25rem;\n            font-weight: 600;\n            color: #1f2937;\n            margin-bottom: 1rem;\n        }\n\n        .solution-card p {\n            color: #6b7280;\n            margin-bottom: 1.5rem;\n        }\n\n        .solution-features {\n            list-style: none;\n        }\n\n        .solution-features li {\n            color: #374151;\n            margin-bottom: 0.5rem;\n            padding-left: 1rem;\n            position: relative;\n        }\n\n        .solution-features li:before {\n            content: \"\u2713\";\n            color: #10b981;\n            font-weight: bold;\n            position: absolute;\n            left: 0;\n        }\n\n        \/* Industries Section *\/\n        .industries {\n            padding: 6rem 0;\n        }\n\n        .industries-grid {\n            display: grid;\n            grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));\n            gap: 2rem;\n            margin-top: 3rem;\n        }\n\n        .industry-card {\n            text-align: center;\n            padding: 2rem;\n            border-radius: 12px;\n            transition: all 0.3s;\n        }\n\n        .industry-card:hover {\n            background: #f3f4f6;\n            transform: translateY(-2px);\n        }\n\n        .industry-icon {\n            width: 80px;\n            height: 80px;\n            background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);\n            border-radius: 20px;\n            display: flex;\n            align-items: center;\n            justify-content: center;\n            margin: 0 auto 1rem;\n            font-size: 2rem;\n            color: white;\n        }\n\n        .industry-card h4 {\n            font-size: 1.125rem;\n            font-weight: 600;\n            color: #1f2937;\n            margin-bottom: 0.5rem;\n        }\n\n        .industry-card p {\n            color: #6b7280;\n            font-size: 0.875rem;\n        }\n\n        \/* Stats Section *\/\n        .stats {\n            background: #1f2937;\n            color: white;\n            padding: 4rem 0;\n        }\n\n        .stats-grid {\n            display: grid;\n            grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));\n            gap: 2rem;\n            text-align: center;\n        }\n\n        .stat-item h3 {\n            font-size: 3rem;\n            font-weight: 700;\n            color: #3b82f6;\n            margin-bottom: 0.5rem;\n        }\n\n        .stat-item p {\n            color: #d1d5db;\n            font-weight: 500;\n        }\n\n        \/* CTA Section *\/\n        .final-cta {\n            background: linear-gradient(135deg, #3b82f6 0%, #1e40af 100%);\n            color: white;\n            padding: 4rem 0;\n            text-align: center;\n        }\n\n        .final-cta h2 {\n            font-size: 2.5rem;\n            font-weight: 700;\n            margin-bottom: 1rem;\n        }\n\n        .final-cta p {\n            font-size: 1.125rem;\n            margin-bottom: 2rem;\n            opacity: 0.9;\n        }\n\n        \/* Footer *\/\n        footer {\n            background: #1f2937;\n            color: #d1d5db;\n            padding: 3rem 0 2rem;\n        }\n\n        .footer-content {\n            display: grid;\n            grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));\n            gap: 2rem;\n            margin-bottom: 2rem;\n        }\n\n        .footer-section h4 {\n            color: white;\n            font-weight: 600;\n            margin-bottom: 1rem;\n        }\n\n        .footer-section a {\n            color: #d1d5db;\n            text-decoration: none;\n            display: block;\n            margin-bottom: 0.5rem;\n            transition: color 0.3s;\n        }\n\n        .footer-section a:hover {\n            color: #3b82f6;\n        }\n\n        .footer-bottom {\n            border-top: 1px solid #374151;\n            padding-top: 2rem;\n            text-align: center;\n            color: #9ca3af;\n        }\n\n        \/* Responsive *\/\n        @media (max-width: 768px) {\n            .hero h1 {\n                font-size: 2.5rem;\n            }\n            \n            .nav-links {\n                display: none;\n            }\n            \n            .hero-buttons {\n                flex-direction: column;\n                align-items: center;\n            }\n        }\n    <\/style>\n<\/head>\n<body>\n    <!-- Header -->\n    <header>\n        <nav class=\"container\">\n            <a href=\"#\" class=\"logo\">GT <span>Innovations<\/span><\/a>\n            <ul class=\"nav-links\">\n                <li><a href=\"#solutions\">\u30bd\u30ea\u30e5\u30fc\u30b7\u30e7\u30f3<\/a><\/li>\n                <li><a href=\"#industries\">\u5bfe\u8c61\u696d\u754c<\/a><\/li>\n                <li><a href=\"https:\/\/www.gt-innovations.jp\/?page_id=42\">\u4f1a\u793e\u6982\u8981<\/a><\/li>\n                <li><a href=\"#blog\">\u30d6\u30ed\u30b0<\/a><\/li>\n                <li><a href=\"#contact\">\u304a\u554f\u3044\u5408\u308f\u305b<\/a><\/li>\n            <\/ul>\n        <\/nav>\n    <\/header>\n\n    <!-- Hero Section -->\n    <section class=\"hero\">\n        <div class=\"container\">\n            <h1>\u4f01\u696d\u5411\u3051AI\u3067\u30d3\u30b8\u30cd\u30b9\u3092\u5909\u9769<\/h1>\n            <p>\u30ab\u30b9\u30bf\u30e0AI\u30bd\u30ea\u30e5\u30fc\u30b7\u30e7\u30f3\u3001\u4e88\u6e2c\u5206\u6790\u3001\u81ea\u52d5\u5316\u30b7\u30b9\u30c6\u30e0\u3067\u696d\u754c\u3092\u554f\u308f\u305a\u6e2c\u5b9a\u53ef\u80fd\u306aROI\u3092\u5b9f\u73fe\u3057\u3001\u30d3\u30b8\u30cd\u30b9\u306e\u6210\u9577\u3092\u52a0\u901f\u3055\u305b\u307e\u3059<\/p>\n            <div class=\"hero-buttons\">\n                <a href=\"#consultation\" class=\"btn-primary\">AI\u8a3a\u65ad\u3092\u4e88\u7d04<\/a>\n                <a href=\"#case-studies\" class=\"btn-secondary\">\u5c0e\u5165\u4e8b\u4f8b\u3092\u898b\u308b<\/a>\n            <\/div>\n        <\/div>\n    <\/section>\n\n    <!-- Solutions Section -->\n    <section id=\"solutions\" class=\"solutions\">\n        <div class=\"container\">\n            <div class=\"section-header\">\n                <h2>\u5305\u62ec\u7684\u306aAI\u30bd\u30ea\u30e5\u30fc\u30b7\u30e7\u30f3<\/h2>\n                <p>\u4e88\u6e2c\u5206\u6790\u304b\u3089\u81ea\u52d5\u6295\u8cc7\u307e\u3067\u3001\u5b9f\u969b\u306e\u30d3\u30b8\u30cd\u30b9\u6210\u679c\u3092\u751f\u307f\u51fa\u3059AI\u30b7\u30b9\u30c6\u30e0\u3092\u63d0\u4f9b\u3044\u305f\u3057\u307e\u3059<\/p>\n            <\/div>\n            \n            <div class=\"solutions-grid\">\n                <div class=\"solution-card\">\n                    <div class=\"solution-icon\">\ud83d\udcca<\/div>\n                    <h3>\u4e88\u6e2c\u5206\u6790\u30fb\u30c7\u30fc\u30bf\u30b5\u30a4\u30a8\u30f3\u30b9<\/h3>\n                    <p>\u751f\u306e\u30d3\u30b8\u30cd\u30b9\u30c7\u30fc\u30bf\u3092\u6210\u9577\u3068\u52b9\u7387\u6027\u3092\u63a8\u9032\u3059\u308b\u5b9f\u7528\u7684\u306a\u6d1e\u5bdf\u306b\u5909\u63db\u3057\u307e\u3059\u3002<\/p>\n                    <ul class=\"solution-features\">\n                        <li>\u9867\u5ba2\u884c\u52d5\u4e88\u6e2c<\/li>\n                        <li>\u9700\u8981\u4e88\u6e2c<\/li>\n                        <li>\u30ea\u30b9\u30af\u8a55\u4fa1\u30e2\u30c7\u30eb<\/li>\n                        <li>\u30d3\u30b8\u30cd\u30b9\u30a4\u30f3\u30c6\u30ea\u30b8\u30a7\u30f3\u30b9AI<\/li>\n                    <\/ul>\n                <\/div>\n\n                <div class=\"solution-card\">\n                    <div class=\"solution-icon\">\ud83d\udcc8<\/div>\n                    <h3>AI\u6295\u8cc7\u30fb\u91d1\u878d\u30bd\u30ea\u30e5\u30fc\u30b7\u30e7\u30f3<\/h3>\n                    <p>\u30ea\u30a2\u30eb\u30bf\u30a4\u30e0\u30ea\u30b9\u30af\u7ba1\u7406\u6a5f\u80fd\u3092\u5099\u3048\u305f\u30d7\u30ed\u30d5\u30a7\u30c3\u30b7\u30e7\u30ca\u30eb\u30b0\u30ec\u30fc\u30c9\u306e\u30a2\u30eb\u30b4\u30ea\u30ba\u30e0\u6295\u8cc7\u30b7\u30b9\u30c6\u30e0\u3002<\/p>\n                    <ul class=\"solution-features\">\n                        <li>\u30a2\u30eb\u30b4\u30ea\u30ba\u30e0\u6295\u8cc7\u30d7\u30e9\u30c3\u30c8\u30d5\u30a9\u30fc\u30e0<\/li>\n                        <li>\u30dd\u30fc\u30c8\u30d5\u30a9\u30ea\u30aa\u6700\u9069\u5316<\/li>\n                        <li>\u30ea\u30a2\u30eb\u30bf\u30a4\u30e0\u30ea\u30b9\u30af\u7ba1\u7406<\/li>\n                        <li>\u5e02\u5834\u30bb\u30f3\u30c1\u30e1\u30f3\u30c8\u5206\u6790<\/li>\n                    <\/ul>\n                <\/div>\n\n                <div class=\"solution-card\">\n                    <div class=\"solution-icon\">\ud83c\udfed<\/div>\n                    <h3>\u7523\u696dAI\u30fb\u30d7\u30ed\u30bb\u30b9\u6700\u9069\u5316<\/h3>\n                    <p>\u6700\u5148\u7aef\u306eAI\u30a2\u30d7\u30ea\u30b1\u30fc\u30b7\u30e7\u30f3\u3067\u88fd\u9020\u696d\u3084\u904b\u55b6\u3092\u9769\u65b0\u3057\u307e\u3059\u3002<\/p>\n                    <ul class=\"solution-features\">\n                        <li>\u4e88\u77e5\u4fdd\u5168<\/li>\n                        <li>\u30d7\u30ed\u30bb\u30b9\u6700\u9069\u5316<\/li>\n                        <li>\u54c1\u8cea\u7ba1\u7406AI<\/li>\n                        <li>\u30b5\u30d7\u30e9\u30a4\u30c1\u30a7\u30fc\u30f3\u30a4\u30f3\u30c6\u30ea\u30b8\u30a7\u30f3\u30b9<\/li>\n                    <\/ul>\n                <\/div>\n\n                <div class=\"solution-card\">\n                    <div class=\"solution-icon\">\ud83d\udee0\ufe0f<\/div>\n                    <h3>\u30ab\u30b9\u30bf\u30e0AI\u958b\u767a<\/h3>\n                    <p>\u304a\u5ba2\u69d8\u56fa\u6709\u306e\u30d3\u30b8\u30cd\u30b9\u8ab2\u984c\u3068\u8981\u4ef6\u306b\u5408\u308f\u305b\u305f\u30aa\u30fc\u30c0\u30fc\u30e1\u30a4\u30c9\u306eAI\u30bd\u30ea\u30e5\u30fc\u30b7\u30e7\u30f3\u3002<\/p>\n                    <ul class=\"solution-features\">\n                        <li>\u81ea\u7136\u8a00\u8a9e\u51e6\u7406<\/li>\n                        <li>\u30b3\u30f3\u30d4\u30e5\u30fc\u30bf\u30d3\u30b8\u30e7\u30f3\u30a2\u30d7\u30ea\u30b1\u30fc\u30b7\u30e7\u30f3<\/li>\n                        <li>\u63a8\u85a6\u30a8\u30f3\u30b8\u30f3<\/li>\n                        <li>MLOps\u30fb\u30c7\u30d7\u30ed\u30a4\u30e1\u30f3\u30c8<\/li>\n                    <\/ul>\n                <\/div>\n            <\/div>\n        <\/div>\n    <\/section>\n\n    <!-- Industries Section -->\n    <section id=\"industries\" class=\"industries\">\n        <div class=\"container\">\n            <div class=\"section-header\">\n                <h2>\u5bfe\u8c61\u696d\u754c<\/h2>\n                <p>\u5b9f\u8a3c\u3055\u308c\u305f\u5c02\u9580\u77e5\u8b58\u306b\u3088\u308a\u3001\u591a\u69d8\u306a\u5206\u91ce\u3067\u7279\u5316\u3057\u305fAI\u30bd\u30ea\u30e5\u30fc\u30b7\u30e7\u30f3\u3092\u63d0\u4f9b\u3044\u305f\u3057\u307e\u3059<\/p>\n            <\/div>\n            \n            <div class=\"industries-grid\">\n                <div class=\"industry-card\">\n                    <div class=\"industry-icon\">\ud83c\udfe6<\/div>\n                    <h4>\u91d1\u878d\u30b5\u30fc\u30d3\u30b9<\/h4>\n                    <p>\u6295\u8cc7\u30b7\u30b9\u30c6\u30e0\u3001\u30ea\u30b9\u30af\u7ba1\u7406\u3001\u4e0d\u6b63\u691c\u77e5<\/p>\n                <\/div>\n                <div class=\"industry-card\">\n                    <div class=\"industry-icon\">\ud83c\udfed<\/div>\n                    <h4>\u88fd\u9020\u696d<\/h4>\n                    <p>\u30d7\u30ed\u30bb\u30b9\u6700\u9069\u5316\u3001\u4e88\u77e5\u4fdd\u5168<\/p>\n                <\/div>\n                <div class=\"industry-card\">\n                    <div class=\"industry-icon\">\ud83c\udfe5<\/div>\n                    <h4>\u30d8\u30eb\u30b9\u30b1\u30a2<\/h4>\n                    <p>\u8a3a\u65adAI\u3001\u5275\u85ac\u3001\u904b\u55b6\u52b9\u7387\u5316<\/p>\n                <\/div>\n                <div class=\"industry-card\">\n                    <div class=\"industry-icon\">\ud83d\uded2<\/div>\n                    <h4>\u5c0f\u58f2\u696d<\/h4>\n                    <p>\u30d1\u30fc\u30bd\u30ca\u30e9\u30a4\u30bc\u30fc\u30b7\u30e7\u30f3\u3001\u5728\u5eab\u6700\u9069\u5316<\/p>\n                <\/div>\n                <div class=\"industry-card\">\n                    <div class=\"industry-icon\">\u26a1<\/div>\n                    <h4>\u30a8\u30cd\u30eb\u30ae\u30fc<\/h4>\n                    <p>\u30b0\u30ea\u30c3\u30c9\u6700\u9069\u5316\u3001\u518d\u751f\u53ef\u80fd\u30a8\u30cd\u30eb\u30ae\u30fc\u4e88\u6e2c<\/p>\n                <\/div>\n                <div class=\"industry-card\">\n                    <div class=\"industry-icon\">\ud83d\udcbb<\/div>\n                    <h4>\u30c6\u30af\u30ce\u30ed\u30b8\u30fc<\/h4>\n                    <p>AI\u7d71\u5408\u3001\u81ea\u52d5\u5316\u30b7\u30b9\u30c6\u30e0<\/p>\n                <\/div>\n            <\/div>\n        <\/div>\n    <\/section>\n\n    <!-- Stats Section -->\n    <section class=\"stats\">\n        <div class=\"container\">\n            <div class=\"stats-grid\">\n                <div class=\"stat-item\">\n                    <h3>180%<\/h3>\n                    <p>\u5e73\u5747ROI\u5411\u4e0a\u7387<\/p>\n                <\/div>\n                <div class=\"stat-item\">\n                    <h3>50+<\/h3>\n                    <p>AI\u5c0e\u5165\u6210\u529f\u5b9f\u7e3e<\/p>\n                <\/div>\n                <div class=\"stat-item\">\n                    <h3>35%<\/h3>\n                    <p>\u5e73\u5747\u52b9\u7387\u6027\u5411\u4e0a<\/p>\n                <\/div>\n                <div class=\"stat-item\">\n                    <h3>99.5%<\/h3>\n                    <p>\u30e2\u30c7\u30eb\u7cbe\u5ea6<\/p>\n                <\/div>\n            <\/div>\n        <\/div>\n    <\/section>\n\n    <!-- Final CTA -->\n    <section class=\"final-cta\">\n        <div class=\"container\">\n            <h2>AI\u3067\u30d3\u30b8\u30cd\u30b9\u3092\u5909\u9769\u3059\u308b\u6e96\u5099\u306f\u3067\u304d\u3066\u3044\u307e\u3059\u304b\uff1f<\/h2>\n            <p>\u304a\u5ba2\u69d8\u306e\u696d\u754c\u3067AI\u304c\u3069\u306e\u3088\u3046\u306b\u6210\u9577\u3092\u4fc3\u9032\u3067\u304d\u308b\u304b\u3092\u767a\u898b\u3059\u308b\u305f\u3081\u306b\u3001\u3054\u76f8\u8ac7\u304f\u3060\u3055\u3044<\/p>\n            <a href=\"#consultation\" class=\"btn-primary\">\u4eca\u3059\u3050\u59cb\u3081\u308b<\/a>\n        <\/div>\n    <\/section>\n\n    <!-- Footer -->\n    <footer id=\"contact\">\n        <div class=\"container\">\n            <div class=\"footer-content\">\n                <div class=\"footer-section\">\n                    <h4>GT\u30a4\u30ce\u30d9\u30fc\u30b7\u30e7\u30f3\u5275\u7814<\/h4>\n                    <p>\u696d\u754c\u3092\u554f\u308f\u305a\u6e2c\u5b9a\u53ef\u80fd\u306a\u6210\u679c\u3092\u63d0\u4f9b\u3059\u308b\u4f01\u696d\u5411\u3051AI\u30bd\u30ea\u30e5\u30fc\u30b7\u30e7\u30f3\u3002<\/p>\n                <\/div>\n                <div class=\"footer-section\">\n                    <h4>\u30bd\u30ea\u30e5\u30fc\u30b7\u30e7\u30f3<\/h4>\n                    <a href=\"#solutions\">\u4e88\u6e2c\u5206\u6790<\/a>\n                    <a href=\"#solutions\">AI\u6295\u8cc7<\/a>\n                    <a href=\"#solutions\">\u7523\u696dAI<\/a>\n                    <a href=\"#solutions\">\u30ab\u30b9\u30bf\u30e0\u958b\u767a<\/a>\n                <\/div>\n                <div class=\"footer-section\">\n                    <h4>\u5bfe\u8c61\u696d\u754c<\/h4>\n                    <a href=\"#industries\">\u91d1\u878d\u30b5\u30fc\u30d3\u30b9<\/a>\n                    <a href=\"#industries\">\u88fd\u9020\u696d<\/a>\n                    <a href=\"#industries\">\u30d8\u30eb\u30b9\u30b1\u30a2<\/a>\n                    <a href=\"#industries\">\u5c0f\u58f2\u30fbE\u30b3\u30de\u30fc\u30b9<\/a>\n                <\/div>\n                <div class=\"footer-section\">\n                    <h4>\u4f1a\u793e\u60c5\u5831<\/h4>\n                    <a href=\"https:\/\/www.gt-innovations.jp\/?page_id=42\">\u4f1a\u793e\u6982\u8981<\/a>\n                    <a href=\"#case-studies\">\u5c0e\u5165\u4e8b\u4f8b<\/a>\n                    <a href=\"#blog\">\u30d6\u30ed\u30b0<\/a>\n                    <a href=\"#contact\">\u304a\u554f\u3044\u5408\u308f\u305b<\/a>\n                <\/div>\n            <\/div>\n            <div class=\"footer-bottom\">\n                <p>&copy; 2025 GT\u30a4\u30ce\u30d9\u30fc\u30b7\u30e7\u30f3\u5275\u7814\u682a\u5f0f\u4f1a\u793e. All rights reserved.<\/p>\n            <\/div>\n        <\/div>\n    <\/footer>\n<\/body>\n<\/html><!DOCTYPE html>\n<html lang=\"ja\">\n<head>\n    <meta charset=\"UTF-8\">\n    <meta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\">\n    <title>GT\u30a4\u30ce\u30d9\u30fc\u30b7\u30e7\u30f3\u5275\u7814 &#8211; \u4f01\u696d\u5411\u3051AI\u30bd\u30ea\u30e5\u30fc\u30b7\u30e7\u30f3<\/title>\n    <style>\n        * {\n            margin: 0;\n            padding: 0;\n            box-sizing: border-box;\n        }\n\n        body {\n            font-family: 'Noto Sans JP', -apple-system, BlinkMacSystemFont, sans-serif;\n            line-height: 1.6;\n            color: #333;\n            background: #ffffff;\n        }\n\n        .container {\n            max-width: 1200px;\n            margin: 0 auto;\n            padding: 0 20px;\n        }\n\n        \/* Header *\/\n        header {\n            background: rgba(255, 255, 255, 0.95);\n            backdrop-filter: blur(10px);\n            position: fixed;\n            top: 0;\n            width: 100%;\n            z-index: 1000;\n            border-bottom: 1px solid #e5e7eb;\n        }\n\n        nav {\n            display: flex;\n            justify-content: space-between;\n            align-items: center;\n            padding: 1rem 0;\n        }\n\n        .logo {\n            font-size: 1.5rem;\n            font-weight: 700;\n            color: #1f2937;\n            text-decoration: none;\n        }\n\n        .logo span {\n            color: #3b82f6;\n        }\n\n        .nav-links {\n            display: flex;\n            list-style: none;\n            gap: 2rem;\n        }\n\n        .nav-links a {\n            text-decoration: none;\n            color: #6b7280;\n            font-weight: 500;\n            transition: color 0.3s;\n        }\n\n        .nav-links a:hover {\n            color: #3b82f6;\n        }\n\n        \/* Hero Section *\/\n        .hero {\n            background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);\n            color: white;\n            padding: 8rem 0 6rem;\n            text-align: center;\n            margin-top: 70px;\n        }\n\n        .hero h1 {\n            font-size: 3.5rem;\n            font-weight: 700;\n            margin-bottom: 1.5rem;\n            line-height: 1.2;\n        }\n\n        .hero p {\n            font-size: 1.25rem;\n            margin-bottom: 3rem;\n            opacity: 0.9;\n            max-width: 700px;\n            margin-left: auto;\n            margin-right: auto;\n        }\n\n        .hero-buttons {\n            display: flex;\n            gap: 1rem;\n            justify-content: center;\n            flex-wrap: wrap;\n        }\n\n        .btn-primary {\n            background: white;\n            color: #3b82f6;\n            padding: 1rem 2rem;\n            border-radius: 8px;\n            text-decoration: none;\n            font-weight: 600;\n            transition: all 0.3s;\n        }\n\n        .btn-secondary {\n            background: transparent;\n            color: white;\n            padding: 1rem 2rem;\n            border: 2px solid white;\n            border-radius: 8px;\n            text-decoration: none;\n            font-weight: 600;\n            transition: all 0.3s;\n        }\n\n        .btn-primary:hover {\n            transform: translateY(-2px);\n            box-shadow: 0 10px 25px rgba(0,0,0,0.1);\n        }\n\n        .btn-secondary:hover {\n            background: white;\n            color: #3b82f6;\n        }\n\n        \/* Solutions Section *\/\n        .solutions {\n            padding: 6rem 0;\n            background: #f9fafb;\n        }\n\n        .section-header {\n            text-align: center;\n            margin-bottom: 4rem;\n        }\n\n        .section-header h2 {\n            font-size: 2.5rem;\n            font-weight: 700;\n            color: #1f2937;\n            margin-bottom: 1rem;\n        }\n\n        .section-header p {\n            font-size: 1.125rem;\n            color: #6b7280;\n            max-width: 700px;\n            margin: 0 auto;\n        }\n\n        .solutions-grid {\n            display: grid;\n            grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));\n            gap: 2rem;\n        }\n\n        .solution-card {\n            background: white;\n            padding: 2rem;\n            border-radius: 12px;\n            box-shadow: 0 4px 6px rgba(0, 0, 0, 0.05);\n            transition: all 0.3s;\n            border: 1px solid #e5e7eb;\n        }\n\n        .solution-card:hover {\n            transform: translateY(-5px);\n            box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1);\n        }\n\n        .solution-icon {\n            width: 60px;\n            height: 60px;\n            background: #3b82f6;\n            border-radius: 12px;\n            display: flex;\n            align-items: center;\n            justify-content: center;\n            margin-bottom: 1.5rem;\n            font-size: 1.5rem;\n            color: white;\n        }\n\n        .solution-card h3 {\n            font-size: 1.25rem;\n            font-weight: 600;\n            color: #1f2937;\n            margin-bottom: 1rem;\n        }\n\n        .solution-card p {\n            color: #6b7280;\n            margin-bottom: 1.5rem;\n        }\n\n        .solution-features {\n            list-style: none;\n        }\n\n        .solution-features li {\n            color: #374151;\n            margin-bottom: 0.5rem;\n            padding-left: 1rem;\n            position: relative;\n        }\n\n        .solution-features li:before {\n            content: \"\u2713\";\n            color: #10b981;\n            font-weight: bold;\n            position: absolute;\n            left: 0;\n        }\n\n        \/* Industries Section *\/\n        .industries {\n            padding: 6rem 0;\n        }\n\n        .industries-grid {\n            display: grid;\n            grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));\n            gap: 2rem;\n            margin-top: 3rem;\n        }\n\n        .industry-card {\n            text-align: center;\n            padding: 2rem;\n            border-radius: 12px;\n            transition: all 0.3s;\n        }\n\n        .industry-card:hover {\n            background: #f3f4f6;\n            transform: translateY(-2px);\n        }\n\n        .industry-icon {\n            width: 80px;\n            height: 80px;\n            background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);\n            border-radius: 20px;\n            display: flex;\n            align-items: center;\n            justify-content: center;\n            margin: 0 auto 1rem;\n            font-size: 2rem;\n            color: white;\n        }\n\n        .industry-card h4 {\n            font-size: 1.125rem;\n            font-weight: 600;\n            color: #1f2937;\n            margin-bottom: 0.5rem;\n        }\n\n        .industry-card p {\n            color: #6b7280;\n            font-size: 0.875rem;\n        }\n\n        \/* Stats Section *\/\n        .stats {\n            background: #1f2937;\n            color: white;\n            padding: 4rem 0;\n        }\n\n        .stats-grid {\n            display: grid;\n            grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));\n            gap: 2rem;\n            text-align: center;\n        }\n\n        .stat-item h3 {\n            font-size: 3rem;\n            font-weight: 700;\n            color: #3b82f6;\n            margin-bottom: 0.5rem;\n        }\n\n        .stat-item p {\n            color: #d1d5db;\n            font-weight: 500;\n        }\n\n        \/* CTA Section *\/\n        .final-cta {\n            background: linear-gradient(135deg, #3b82f6 0%, #1e40af 100%);\n            color: white;\n            padding: 4rem 0;\n            text-align: center;\n        }\n\n        .final-cta h2 {\n            font-size: 2.5rem;\n            font-weight: 700;\n            margin-bottom: 1rem;\n        }\n\n        .final-cta p {\n            font-size: 1.125rem;\n            margin-bottom: 2rem;\n            opacity: 0.9;\n        }\n\n        \/* Footer *\/\n        footer {\n            background: #1f2937;\n            color: #d1d5db;\n            padding: 3rem 0 2rem;\n        }\n\n        .footer-content {\n            display: grid;\n            grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));\n            gap: 2rem;\n            margin-bottom: 2rem;\n        }\n\n        .footer-section h4 {\n            color: white;\n            font-weight: 600;\n            margin-bottom: 1rem;\n        }\n\n        .footer-section a {\n            color: #d1d5db;\n            text-decoration: none;\n            display: block;\n            margin-bottom: 0.5rem;\n            transition: color 0.3s;\n        }\n\n        .footer-section a:hover {\n            color: #3b82f6;\n        }\n\n        .footer-bottom {\n            border-top: 1px solid #374151;\n            padding-top: 2rem;\n            text-align: center;\n            color: #9ca3af;\n        }\n\n        \/* Responsive *\/\n        @media (max-width: 768px) {\n            .hero h1 {\n                font-size: 2.5rem;\n            }\n            \n            .nav-links {\n                display: none;\n            }\n            \n            .hero-buttons {\n                flex-direction: column;\n                align-items: center;\n            }\n        }\n    <\/style>\n<\/head>\n<body>\n    <!-- Header -->\n    <header>\n        <nav class=\"container\">\n            <a href=\"#\" class=\"logo\">GT <span>Innovations<\/span><\/a>\n            <ul class=\"nav-links\">\n                <li><a href=\"#solutions\">\u30bd\u30ea\u30e5\u30fc\u30b7\u30e7\u30f3<\/a><\/li>\n                <li><a href=\"#industries\">\u5bfe\u8c61\u696d\u754c<\/a><\/li>\n                <li><a href=\"https:\/\/www.gt-innovations.jp\/?page_id=42\">\u4f1a\u793e\u6982\u8981<\/a><\/li>\n                <li><a href=\"#blog\">\u30d6\u30ed\u30b0<\/a><\/li>\n                <li><a href=\"#contact\">\u304a\u554f\u3044\u5408\u308f\u305b<\/a><\/li>\n            <\/ul>\n        <\/nav>\n    <\/header>\n\n    <!-- Hero Section -->\n    <section class=\"hero\">\n        <div class=\"container\">\n            <h1>\u4f01\u696d\u5411\u3051AI\u3067\u30d3\u30b8\u30cd\u30b9\u3092\u5909\u9769<\/h1>\n            <p>\u30ab\u30b9\u30bf\u30e0AI\u30bd\u30ea\u30e5\u30fc\u30b7\u30e7\u30f3\u3001\u4e88\u6e2c\u5206\u6790\u3001\u81ea\u52d5\u5316\u30b7\u30b9\u30c6\u30e0\u3067\u696d\u754c\u3092\u554f\u308f\u305a\u6e2c\u5b9a\u53ef\u80fd\u306aROI\u3092\u5b9f\u73fe\u3057\u3001\u30d3\u30b8\u30cd\u30b9\u306e\u6210\u9577\u3092\u52a0\u901f\u3055\u305b\u307e\u3059<\/p>\n            <div class=\"hero-buttons\">\n                <a href=\"#consultation\" class=\"btn-primary\">AI\u8a3a\u65ad\u3092\u4e88\u7d04<\/a>\n                <a href=\"#case-studies\" class=\"btn-secondary\">\u5c0e\u5165\u4e8b\u4f8b\u3092\u898b\u308b<\/a>\n            <\/div>\n        <\/div>\n    <\/section>\n\n    <!-- Solutions Section -->\n    <section id=\"solutions\" class=\"solutions\">\n        <div class=\"container\">\n            <div class=\"section-header\">\n                <h2>\u5305\u62ec\u7684\u306aAI\u30bd\u30ea\u30e5\u30fc\u30b7\u30e7\u30f3<\/h2>\n                <p>\u4e88\u6e2c\u5206\u6790\u304b\u3089\u81ea\u52d5\u6295\u8cc7\u307e\u3067\u3001\u5b9f\u969b\u306e\u30d3\u30b8\u30cd\u30b9\u6210\u679c\u3092\u751f\u307f\u51fa\u3059AI\u30b7\u30b9\u30c6\u30e0\u3092\u63d0\u4f9b\u3044\u305f\u3057\u307e\u3059<\/p>\n            <\/div>\n            \n            <div class=\"solutions-grid\">\n                <div class=\"solution-card\">\n                    <div class=\"solution-icon\">\ud83d\udcca<\/div>\n                    <h3>\u4e88\u6e2c\u5206\u6790\u30fb\u30c7\u30fc\u30bf\u30b5\u30a4\u30a8\u30f3\u30b9<\/h3>\n                    <p>\u751f\u306e\u30d3\u30b8\u30cd\u30b9\u30c7\u30fc\u30bf\u3092\u6210\u9577\u3068\u52b9\u7387\u6027\u3092\u63a8\u9032\u3059\u308b\u5b9f\u7528\u7684\u306a\u6d1e\u5bdf\u306b\u5909\u63db\u3057\u307e\u3059\u3002<\/p>\n                    <ul class=\"solution-features\">\n                        <li>\u9867\u5ba2\u884c\u52d5\u4e88\u6e2c<\/li>\n                        <li>\u9700\u8981\u4e88\u6e2c<\/li>\n                        <li>\u30ea\u30b9\u30af\u8a55\u4fa1\u30e2\u30c7\u30eb<\/li>\n                        <li>\u30d3\u30b8\u30cd\u30b9\u30a4\u30f3\u30c6\u30ea\u30b8\u30a7\u30f3\u30b9AI<\/li>\n                    <\/ul>\n                <\/div>\n\n                <div class=\"solution-card\">\n                    <div class=\"solution-icon\">\ud83d\udcc8<\/div>\n                    <h3>AI\u6295\u8cc7\u30fb\u91d1\u878d\u30bd\u30ea\u30e5\u30fc\u30b7\u30e7\u30f3<\/h3>\n                    <p>\u30ea\u30a2\u30eb\u30bf\u30a4\u30e0\u30ea\u30b9\u30af\u7ba1\u7406\u6a5f\u80fd\u3092\u5099\u3048\u305f\u30d7\u30ed\u30d5\u30a7\u30c3\u30b7\u30e7\u30ca\u30eb\u30b0\u30ec\u30fc\u30c9\u306e\u30a2\u30eb\u30b4\u30ea\u30ba\u30e0\u6295\u8cc7\u30b7\u30b9\u30c6\u30e0\u3002<\/p>\n                    <ul class=\"solution-features\">\n                        <li>\u30a2\u30eb\u30b4\u30ea\u30ba\u30e0\u6295\u8cc7\u30d7\u30e9\u30c3\u30c8\u30d5\u30a9\u30fc\u30e0<\/li>\n                        <li>\u30dd\u30fc\u30c8\u30d5\u30a9\u30ea\u30aa\u6700\u9069\u5316<\/li>\n                        <li>\u30ea\u30a2\u30eb\u30bf\u30a4\u30e0\u30ea\u30b9\u30af\u7ba1\u7406<\/li>\n                        <li>\u5e02\u5834\u30bb\u30f3\u30c1\u30e1\u30f3\u30c8\u5206\u6790<\/li>\n                    <\/ul>\n                <\/div>\n\n                <div class=\"solution-card\">\n                    <div class=\"solution-icon\">\ud83c\udfed<\/div>\n                    <h3>\u7523\u696dAI\u30fb\u30d7\u30ed\u30bb\u30b9\u6700\u9069\u5316<\/h3>\n                    <p>\u6700\u5148\u7aef\u306eAI\u30a2\u30d7\u30ea\u30b1\u30fc\u30b7\u30e7\u30f3\u3067\u88fd\u9020\u696d\u3084\u904b\u55b6\u3092\u9769\u65b0\u3057\u307e\u3059\u3002<\/p>\n                    <ul class=\"solution-features\">\n                        <li>\u4e88\u77e5\u4fdd\u5168<\/li>\n                        <li>\u30d7\u30ed\u30bb\u30b9\u6700\u9069\u5316<\/li>\n                        <li>\u54c1\u8cea\u7ba1\u7406AI<\/li>\n                        <li>\u30b5\u30d7\u30e9\u30a4\u30c1\u30a7\u30fc\u30f3\u30a4\u30f3\u30c6\u30ea\u30b8\u30a7\u30f3\u30b9<\/li>\n                    <\/ul>\n                <\/div>\n\n                <div class=\"solution-card\">\n                    <div class=\"solution-icon\">\ud83d\udee0\ufe0f<\/div>\n                    <h3>\u30ab\u30b9\u30bf\u30e0AI\u958b\u767a<\/h3>\n                    <p>\u304a\u5ba2\u69d8\u56fa\u6709\u306e\u30d3\u30b8\u30cd\u30b9\u8ab2\u984c\u3068\u8981\u4ef6\u306b\u5408\u308f\u305b\u305f\u30aa\u30fc\u30c0\u30fc\u30e1\u30a4\u30c9\u306eAI\u30bd\u30ea\u30e5\u30fc\u30b7\u30e7\u30f3\u3002<\/p>\n                    <ul class=\"solution-features\">\n                        <li>\u81ea\u7136\u8a00\u8a9e\u51e6\u7406<\/li>\n                        <li>\u30b3\u30f3\u30d4\u30e5\u30fc\u30bf\u30d3\u30b8\u30e7\u30f3\u30a2\u30d7\u30ea\u30b1\u30fc\u30b7\u30e7\u30f3<\/li>\n                        <li>\u63a8\u85a6\u30a8\u30f3\u30b8\u30f3<\/li>\n                        <li>MLOps\u30fb\u30c7\u30d7\u30ed\u30a4\u30e1\u30f3\u30c8<\/li>\n                    <\/ul>\n                <\/div>\n            <\/div>\n        <\/div>\n    <\/section>\n\n    <!-- Industries Section -->\n    <section id=\"industries\" class=\"industries\">\n        <div class=\"container\">\n            <div class=\"section-header\">\n                <h2>\u5bfe\u8c61\u696d\u754c<\/h2>\n                <p>\u5b9f\u8a3c\u3055\u308c\u305f\u5c02\u9580\u77e5\u8b58\u306b\u3088\u308a\u3001\u591a\u69d8\u306a\u5206\u91ce\u3067\u7279\u5316\u3057\u305fAI\u30bd\u30ea\u30e5\u30fc\u30b7\u30e7\u30f3\u3092\u63d0\u4f9b\u3044\u305f\u3057\u307e\u3059<\/p>\n            <\/div>\n            \n            <div class=\"industries-grid\">\n                <div class=\"industry-card\">\n                    <div class=\"industry-icon\">\ud83c\udfe6<\/div>\n                    <h4>\u91d1\u878d\u30b5\u30fc\u30d3\u30b9<\/h4>\n                    <p>\u6295\u8cc7\u30b7\u30b9\u30c6\u30e0\u3001\u30ea\u30b9\u30af\u7ba1\u7406\u3001\u4e0d\u6b63\u691c\u77e5<\/p>\n                <\/div>\n                <div class=\"industry-card\">\n                    <div class=\"industry-icon\">\ud83c\udfed<\/div>\n                    <h4>\u88fd\u9020\u696d<\/h4>\n                    <p>\u30d7\u30ed\u30bb\u30b9\u6700\u9069\u5316\u3001\u4e88\u77e5\u4fdd\u5168<\/p>\n                <\/div>\n                <div class=\"industry-card\">\n                    <div class=\"industry-icon\">\ud83c\udfe5<\/div>\n                    <h4>\u30d8\u30eb\u30b9\u30b1\u30a2<\/h4>\n                    <p>\u8a3a\u65adAI\u3001\u5275\u85ac\u3001\u904b\u55b6\u52b9\u7387\u5316<\/p>\n                <\/div>\n                <div class=\"industry-card\">\n                    <div class=\"industry-icon\">\ud83d\uded2<\/div>\n                    <h4>\u5c0f\u58f2\u696d<\/h4>\n                    <p>\u30d1\u30fc\u30bd\u30ca\u30e9\u30a4\u30bc\u30fc\u30b7\u30e7\u30f3\u3001\u5728\u5eab\u6700\u9069\u5316<\/p>\n                <\/div>\n                <div class=\"industry-card\">\n                    <div class=\"industry-icon\">\u26a1<\/div>\n                    <h4>\u30a8\u30cd\u30eb\u30ae\u30fc<\/h4>\n                    <p>\u30b0\u30ea\u30c3\u30c9\u6700\u9069\u5316\u3001\u518d\u751f\u53ef\u80fd\u30a8\u30cd\u30eb\u30ae\u30fc\u4e88\u6e2c<\/p>\n                <\/div>\n                <div class=\"industry-card\">\n                    <div class=\"industry-icon\">\ud83d\udcbb<\/div>\n                    <h4>\u30c6\u30af\u30ce\u30ed\u30b8\u30fc<\/h4>\n                    <p>AI\u7d71\u5408\u3001\u81ea\u52d5\u5316\u30b7\u30b9\u30c6\u30e0<\/p>\n                <\/div>\n            <\/div>\n        <\/div>\n    <\/section>\n\n    <!-- Stats Section -->\n    <section class=\"stats\">\n        <div class=\"container\">\n            <div class=\"stats-grid\">\n                <div class=\"stat-item\">\n                    <h3>180%<\/h3>\n                    <p>\u5e73\u5747ROI\u5411\u4e0a\u7387<\/p>\n                <\/div>\n                <div class=\"stat-item\">\n                    <h3>50+<\/h3>\n                    <p>AI\u5c0e\u5165\u6210\u529f\u5b9f\u7e3e<\/p>\n                <\/div>\n                <div class=\"stat-item\">\n                    <h3>35%<\/h3>\n                    <p>\u5e73\u5747\u52b9\u7387\u6027\u5411\u4e0a<\/p>\n                <\/div>\n                <div class=\"stat-item\">\n                    <h3>99.5%<\/h3>\n                    <p>\u30e2\u30c7\u30eb\u7cbe\u5ea6<\/p>\n                <\/div>\n            <\/div>\n        <\/div>\n    <\/section>\n\n    <!-- Final CTA -->\n    <section class=\"final-cta\">\n        <div class=\"container\">\n            <h2>AI\u3067\u30d3\u30b8\u30cd\u30b9\u3092\u5909\u9769\u3059\u308b\u6e96\u5099\u306f\u3067\u304d\u3066\u3044\u307e\u3059\u304b\uff1f<\/h2>\n            <p>\u304a\u5ba2\u69d8\u306e\u696d\u754c\u3067AI\u304c\u3069\u306e\u3088\u3046\u306b\u6210\u9577\u3092\u4fc3\u9032\u3067\u304d\u308b\u304b\u3092\u767a\u898b\u3059\u308b\u305f\u3081\u306b\u3001\u3054\u76f8\u8ac7\u304f\u3060\u3055\u3044<\/p>\n            <a href=\"#consultation\" class=\"btn-primary\">\u4eca\u3059\u3050\u59cb\u3081\u308b<\/a>\n        <\/div>\n    <\/section>\n\n    <!-- Footer -->\n    <footer id=\"contact\">\n        <div class=\"container\">\n            <div class=\"footer-content\">\n                <div class=\"footer-section\">\n                    <h4>GT\u30a4\u30ce\u30d9\u30fc\u30b7\u30e7\u30f3\u5275\u7814<\/h4>\n                    <p>\u696d\u754c\u3092\u554f\u308f\u305a\u6e2c\u5b9a\u53ef\u80fd\u306a\u6210\u679c\u3092\u63d0\u4f9b\u3059\u308b\u4f01\u696d\u5411\u3051AI\u30bd\u30ea\u30e5\u30fc\u30b7\u30e7\u30f3\u3002<\/p>\n                <\/div>\n                <div class=\"footer-section\">\n                    <h4>\u30bd\u30ea\u30e5\u30fc\u30b7\u30e7\u30f3<\/h4>\n                    <a href=\"#solutions\">\u4e88\u6e2c\u5206\u6790<\/a>\n                    <a href=\"#solutions\">AI\u6295\u8cc7<\/a>\n                    <a href=\"#solutions\">\u7523\u696dAI<\/a>\n                    <a href=\"#solutions\">\u30ab\u30b9\u30bf\u30e0\u958b\u767a<\/a>\n                <\/div>\n                <div class=\"footer-section\">\n                    <h4>\u5bfe\u8c61\u696d\u754c<\/h4>\n                    <a href=\"#industries\">\u91d1\u878d\u30b5\u30fc\u30d3\u30b9<\/a>\n                    <a href=\"#industries\">\u88fd\u9020\u696d<\/a>\n                    <a href=\"#industries\">\u30d8\u30eb\u30b9\u30b1\u30a2<\/a>\n                    <a href=\"#industries\">\u5c0f\u58f2\u30fbE\u30b3\u30de\u30fc\u30b9<\/a>\n                <\/div>\n                <div class=\"footer-section\">\n                    <h4>\u4f1a\u793e\u60c5\u5831<\/h4>\n                    <a href=\"https:\/\/www.gt-innovations.jp\/?page_id=42\">\u4f1a\u793e\u6982\u8981<\/a>\n                    <a href=\"#case-studies\">\u5c0e\u5165\u4e8b\u4f8b<\/a>\n                    <a href=\"#blog\">\u30d6\u30ed\u30b0<\/a>\n                    <a href=\"#contact\">\u304a\u554f\u3044\u5408\u308f\u305b<\/a>\n                <\/div>\n            <\/div>\n            <div class=\"footer-bottom\">\n                <p>&copy; 2025 GT\u30a4\u30ce\u30d9\u30fc\u30b7\u30e7\u30f3\u5275\u7814\u682a\u5f0f\u4f1a\u793e. All rights reserved.<\/p>\n            <\/div>\n        <\/div>\n    <\/footer>\n<\/body>\n<\/html>\n\n\n\n<p class=\"wp-block-paragraph\"><\/p>\n","protected":false},"excerpt":{"rendered":"<p>GT\u30a4\u30ce\u30d9\u30fc\u30b7\u30e7\u30f3\u5275\u7814 &#8211;  [&hellip;]<\/p>\n","protected":false},"author":1,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"","meta":{"site-sidebar-layout":"default","site-content-layout":"","ast-site-content-layout":"default","site-content-style":"default","site-sidebar-style":"default","ast-global-header-display":"","ast-banner-title-visibility":"","ast-main-header-display":"","ast-hfb-above-header-display":"","ast-hfb-below-header-display":"","ast-hfb-mobile-header-display":"","site-post-title":"","ast-breadcrumbs-content":"","ast-featured-img":"","footer-sml-layout":"","theme-transparent-header-meta":"","adv-header-id-meta":"","stick-header-meta":"","header-above-stick-meta":"","header-main-stick-meta":"","header-below-stick-meta":"","astra-migrate-meta-layouts":"default","ast-page-background-enabled":"default","ast-page-background-meta":{"desktop":{"background-color":"var(--ast-global-color-5)","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""},"tablet":{"background-color":"","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""},"mobile":{"background-color":"","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""}},"ast-content-background-meta":{"desktop":{"background-color":"var(--ast-global-color-4)","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""},"tablet":{"background-color":"var(--ast-global-color-4)","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""},"mobile":{"background-color":"var(--ast-global-color-4)","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""}},"footnotes":""},"class_list":["post-37","page","type-page","status-publish","hentry"],"_links":{"self":[{"href":"https:\/\/www.gt-innovations.jp\/index.php?rest_route=\/wp\/v2\/pages\/37","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/www.gt-innovations.jp\/index.php?rest_route=\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/www.gt-innovations.jp\/index.php?rest_route=\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/www.gt-innovations.jp\/index.php?rest_route=\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/www.gt-innovations.jp\/index.php?rest_route=%2Fwp%2Fv2%2Fcomments&post=37"}],"version-history":[{"count":5,"href":"https:\/\/www.gt-innovations.jp\/index.php?rest_route=\/wp\/v2\/pages\/37\/revisions"}],"predecessor-version":[{"id":49,"href":"https:\/\/www.gt-innovations.jp\/index.php?rest_route=\/wp\/v2\/pages\/37\/revisions\/49"}],"wp:attachment":[{"href":"https:\/\/www.gt-innovations.jp\/index.php?rest_route=%2Fwp%2Fv2%2Fmedia&parent=37"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}