{"id":42,"date":"2025-07-14T22:37:10","date_gmt":"2025-07-14T13:37:10","guid":{"rendered":"https:\/\/www.gt-innovations.jp\/?page_id=42"},"modified":"2025-07-15T22:03:44","modified_gmt":"2025-07-15T13:03:44","slug":"company","status":"publish","type":"page","link":"https:\/\/www.gt-innovations.jp\/?page_id=42","title":{"rendered":"Company"},"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\u30ba\u5275\u7814\u682a\u5f0f\u4f1a\u793e &#8211; \u4f1a\u793e\u6982\u8981<\/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.7;\n            color: #333;\n            background: #ffffff;\n        }\n\n        .container {\n            max-width: 800px;\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            max-width: 1200px;\n            margin: 0 auto;\n            padding: 1rem 20px;\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            align-items: center;\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        .back-button {\n            background: #3b82f6;\n            color: white;\n            padding: 0.5rem 1rem;\n            border-radius: 6px;\n            text-decoration: none;\n            font-size: 0.9rem;\n            font-weight: 500;\n            transition: all 0.3s;\n        }\n\n        .back-button:hover {\n            background: #2563eb;\n            transform: translateY(-1px);\n        }\n\n        \/* Hero Section *\/\n        .hero {\n            background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);\n            color: white;\n            padding: 8rem 0 4rem;\n            text-align: center;\n            margin-top: 70px;\n        }\n\n        .hero h1 {\n            font-size: 2.5rem;\n            font-weight: 700;\n            margin-bottom: 1rem;\n            line-height: 1.3;\n        }\n\n        .hero p {\n            font-size: 1.125rem;\n            opacity: 0.9;\n            max-width: 800px;\n            margin: 0 auto;\n        }\n\n        \/* Main Content *\/\n        .main-content {\n            padding: 4rem 0;\n        }\n\n        .company-info {\n            background: white;\n            padding: 3rem;\n            border-radius: 12px;\n            box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);\n            margin-bottom: 3rem;\n        }\n\n        .info-table {\n            width: 100%;\n        }\n\n        .info-row {\n            border-bottom: 1px solid #f3f4f6;\n            padding: 1.5rem 0;\n            display: flex;\n            align-items: flex-start;\n        }\n\n        .info-row:last-child {\n            border-bottom: none;\n        }\n\n        .info-label {\n            font-weight: 600;\n            color: #374151;\n            width: 120px;\n            flex-shrink: 0;\n            font-size: 0.95rem;\n        }\n\n        .info-content {\n            color: #1f2937;\n            flex: 1;\n            font-size: 0.95rem;\n        }\n\n        .info-content strong {\n            color: #1f2937;\n            font-weight: 600;\n        }\n\n        \/* Business Activities *\/\n        .business-section {\n            background: #f9fafb;\n            padding: 3rem;\n            border-radius: 12px;\n            margin-bottom: 3rem;\n        }\n\n        .section-title {\n            font-size: 1.5rem;\n            font-weight: 700;\n            color: #1f2937;\n            margin-bottom: 2rem;\n            text-align: center;\n            position: relative;\n        }\n\n        .section-title::after {\n            content: '';\n            position: absolute;\n            bottom: -8px;\n            left: 50%;\n            transform: translateX(-50%);\n            width: 60px;\n            height: 3px;\n            background: linear-gradient(135deg, #3b82f6 0%, #8b5cf6 100%);\n            border-radius: 2px;\n        }\n\n        .business-list {\n            list-style: none;\n        }\n\n        .business-item {\n            padding: 1rem 0;\n            border-bottom: 1px solid #e5e7eb;\n            font-size: 0.95rem;\n            color: #374151;\n        }\n\n        .business-item:last-child {\n            border-bottom: none;\n        }\n\n        .business-number {\n            display: inline-block;\n            background: #3b82f6;\n            color: white;\n            width: 20px;\n            height: 20px;\n            border-radius: 50%;\n            text-align: center;\n            font-size: 0.8rem;\n            font-weight: 600;\n            line-height: 20px;\n            margin-right: 0.75rem;\n        }\n\n        \/* Company Story *\/\n        .story-section {\n            background: white;\n            padding: 3rem;\n            border-radius: 12px;\n            box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);\n            margin-bottom: 3rem;\n        }\n\n        .story-content {\n            color: #374151;\n            font-size: 0.95rem;\n            line-height: 1.8;\n        }\n\n        .story-content p {\n            margin-bottom: 1.5rem;\n        }\n\n        .story-content p:last-child {\n            margin-bottom: 0;\n        }\n\n        \/* Footer *\/\n        footer {\n            background: #1f2937;\n            color: #d1d5db;\n            padding: 3rem 0 2rem;\n            text-align: center;\n        }\n\n        .footer-logo {\n            font-size: 1.5rem;\n            font-weight: 700;\n            color: white;\n            margin-bottom: 1rem;\n        }\n\n        .footer-logo span {\n            color: #3b82f6;\n        }\n\n        .footer-contact {\n            margin-bottom: 2rem;\n            font-size: 0.9rem;\n        }\n\n        .footer-bottom {\n            border-top: 1px solid #374151;\n            padding-top: 2rem;\n            color: #9ca3af;\n            font-size: 0.85rem;\n        }\n\n        .footer-nav {\n            margin-bottom: 2rem;\n        }\n\n        .footer-nav a {\n            color: #d1d5db;\n            text-decoration: none;\n            margin: 0 1rem;\n            transition: color 0.3s;\n        }\n\n        .footer-nav a:hover {\n            color: #3b82f6;\n        }\n\n        \/* Responsive *\/\n        @media (max-width: 768px) {\n            .hero h1 {\n                font-size: 2rem;\n            }\n            \n            .nav-links {\n                display: none;\n            }\n            \n            .company-info,\n            .business-section,\n            .story-section {\n                padding: 2rem;\n            }\n            \n            .info-row {\n                flex-direction: column;\n                gap: 0.5rem;\n            }\n            \n            .info-label {\n                width: auto;\n                font-weight: 700;\n                color: #1f2937;\n            }\n        }\n    <\/style>\n<\/head>\n<body>\n    <!-- Header -->\n    <header>\n        <nav>\n            <a href=\"https:\/\/www.gt-innovations.jp\/\" class=\"logo\">GT <span>Innovations<\/span><\/a>\n            <ul class=\"nav-links\">\n                <li><a href=\"https:\/\/www.gt-innovations.jp\/#solutions\">Solutions<\/a><\/li>\n                <li><a href=\"https:\/\/www.gt-innovations.jp\/#industries\">Industries<\/a><\/li>\n                <li><a href=\"#company\">\u4f1a\u793e\u6982\u8981<\/a><\/li>\n                <li><a href=\"https:\/\/www.gt-innovations.jp\/#contact\">Contact<\/a><\/li>\n                <li><a href=\"https:\/\/www.gt-innovations.jp\/\" class=\"back-button\">\u2190 Home<\/a><\/li>\n            <\/ul>\n        <\/nav>\n    <\/header>\n\n    <!-- Hero Section -->\n    <section class=\"hero\">\n        <div class=\"container\">\n            <h1>GT\u30a4\u30ce\u30d9\u30fc\u30b7\u30e7\u30f3\u30ba\u5275\u7814\u682a\u5f0f\u4f1a\u793e<\/h1>\n            <p>\u4eba\u5de5\u77e5\u80fd\u6280\u8853\u3068\u30c7\u30b8\u30bf\u30eb\u30c8\u30e9\u30f3\u30b9\u30d5\u30a9\u30fc\u30e1\u30fc\u30b7\u30e7\u30f3\u3001\u6295\u8cc7\u81ea\u52d5\u5316\u30b7\u30b9\u30c6\u30e0\u306e\u7814\u7a76\u958b\u767a\u3092\u901a\u3058\u3066\u3001<br>\n            \u9769\u65b0\u7684\u306a\u30bd\u30ea\u30e5\u30fc\u30b7\u30e7\u30f3\u3092\u63d0\u4f9b\u3057\u3001\u304a\u5ba2\u69d8\u306e\u30d3\u30b8\u30cd\u30b9\u6210\u9577\u3092\u652f\u63f4\u3057\u307e\u3059\u3002<\/p>\n        <\/div>\n    <\/section>\n\n    <!-- Main Content -->\n    <main class=\"main-content\">\n        <div class=\"container\">\n            <!-- Company Information -->\n            <section id=\"company\" class=\"company-info\">\n                <div class=\"info-table\">\n                    <div class=\"info-row\">\n                        <div class=\"info-label\">\u4f1a\u793e\u540d<\/div>\n                        <div class=\"info-content\">GT\u30a4\u30ce\u30d9\u30fc\u30b7\u30e7\u30f3\u30ba\u5275\u7814\u682a\u5f0f\u4f1a\u793e<\/div>\n                    <\/div>\n                    \n                    <div class=\"info-row\">\n                        <div class=\"info-label\">\u6240\u5728\u5730<\/div>\n                        <div class=\"info-content\">\n                            \u3012530-0001<br>\n                            \u5927\u962a\u5e9c\u5927\u962a\u5e02\u5317\u533a\u6885\u75301-1-3\u3000\u5927\u962a\u99c5\u524d\u7b2c3\u30d3\u30eb 29\u968e 1-1-1\u53f7\u5ba4\n                        <\/div>\n                    <\/div>\n                    \n                    <div class=\"info-row\">\n                        <div class=\"info-label\">\u96fb\u8a71\u756a\u53f7<\/div>\n                        <div class=\"info-content\">\u304a\u554f\u3044\u5408\u308f\u305b\u306f\u30e1\u30fc\u30eb\u306b\u3066\u627f\u3063\u3066\u304a\u308a\u307e\u3059<\/div>\n                    <\/div>\n                    \n                    <div class=\"info-row\">\n                        <div class=\"info-label\">Email<\/div>\n                        <div class=\"info-content\">info@gt-innovations.jp<\/div>\n                    <\/div>\n                    \n                    <div class=\"info-row\">\n                        <div class=\"info-label\">\u8a2d\u7acb<\/div>\n                        <div class=\"info-content\">2025\u5e747\u67087\u65e5<\/div>\n                    <\/div>\n                    \n                    <div class=\"info-row\">\n                        <div class=\"info-label\">\u8cc7\u672c\u91d1<\/div>\n                        <div class=\"info-content\">300\u4e07\u5186<br>\uff082025\u5e747\u6708\u73fe\u5728\uff09<\/div>\n                    <\/div>\n                    \n                    <div class=\"info-row\">\n                        <div class=\"info-label\">\u4ee3\u8868\u8005\u540d<\/div>\n                        <div class=\"info-content\">\u4ee3\u8868\u53d6\u7de0\u5f79\u3000\u8c37 \u4eac\u6668<\/div>\n                    <\/div>\n                <\/div>\n            <\/section>\n\n            <!-- Business Activities -->\n            <section id=\"business\" class=\"business-section\">\n                <h2 class=\"section-title\">\u4e8b\u696d\u5185\u5bb9<\/h2>\n                <ul class=\"business-list\">\n                    <li class=\"business-item\">\n                        <span class=\"business-number\">1<\/span>\n                        \u4eba\u5de5\u77e5\u80fd\uff08AI\uff09\u6280\u8853\u3092\u6d3b\u7528\u3057\u305f\u30bd\u30d5\u30c8\u30a6\u30a7\u30a2\u53ca\u3073\u30bd\u30ea\u30e5\u30fc\u30b7\u30e7\u30f3\u306e\u7814\u7a76\u3001\u958b\u767a\u3001\u8ca9\u58f2\u3001\u30ec\u30f3\u30bf\u30eb\u3001\u4fdd\u5b88\u304a\u3088\u3073\u30b3\u30f3\u30b5\u30eb\u30c6\u30a3\u30f3\u30b0\u696d\u52d9\n                    <\/li>\n                    <li class=\"business-item\">\n                        <span class=\"business-number\">2<\/span>\n                        \u4eba\u5de5\u77e5\u80fd\uff08AI\uff09\u6280\u8853\u306b\u95a2\u3059\u308b\u30b3\u30f3\u30c6\u30f3\u30c4\u306e\u4f01\u753b\u53ca\u3073\u63d0\u4f9b\u696d\u52d9\n                    <\/li>\n                    <li class=\"business-item\">\n                        <span class=\"business-number\">3<\/span>\n                        \u30c7\u30b8\u30bf\u30eb\u30c8\u30e9\u30f3\u30b9\u30d5\u30a9\u30fc\u30e1\u30fc\u30b7\u30e7\u30f3\uff08DX\uff09\u30b7\u30b9\u30c6\u30e0\u306e\u7814\u7a76\u3001\u958b\u767a\u3001\u8ca9\u58f2\u3001\u30ec\u30f3\u30bf\u30eb\u3001\u4fdd\u5b88\u304a\u3088\u3073\u30b3\u30f3\u30b5\u30eb\u30c6\u30a3\u30f3\u30b0\u696d\u52d9\n                    <\/li>\n                    <li class=\"business-item\">\n                        <span class=\"business-number\">4<\/span>\n                        \u6295\u8cc7\u81ea\u52d5\u5316\u30b7\u30b9\u30c6\u30e0\uff08EA\uff09\u306e\u4f01\u753b\u3001\u958b\u767a\u3001\u8ca9\u58f2\u3001\u30ec\u30f3\u30bf\u30eb\u53ca\u3073\u4fdd\u5b88\u696d\u52d9\n                    <\/li>\n                    <li class=\"business-item\">\n                        <span class=\"business-number\">5<\/span>\n                        \u5e02\u5834\u5206\u6790\u306b\u95a2\u3059\u308b\u30b7\u30b0\u30ca\u30eb\u914d\u4fe1\u30b5\u30fc\u30d3\u30b9\u306e\u63d0\u4f9b\u304a\u3088\u3073\u904b\u55b6\u696d\u52d9\n                    <\/li>\n                    <li class=\"business-item\">\n                        <span class=\"business-number\">6<\/span>\n                        \u524d\u5404\u53f7\u306b\u4ed8\u5e2f\u53c8\u306f\u95a2\u9023\u3059\u308b\u4e00\u5207\u306e\u4e8b\u696d\n                    <\/li>\n                <\/ul>\n            <\/section>\n\n            <!-- Company Story -->\n            <section id=\"story\" class=\"story-section\">\n                <h2 class=\"section-title\">\u4f01\u696d\u7406\u5ff5<\/h2>\n                <div class=\"story-content\">\n                    <p>\n                        GT\u30a4\u30ce\u30d9\u30fc\u30b7\u30e7\u30f3\u30ba\u5275\u7814\u682a\u5f0f\u4f1a\u793e\u306f\u3001\u6700\u5148\u7aef\u306eAI\u6280\u8853\u3068\u9769\u65b0\u7684\u306a\u30a2\u30d7\u30ed\u30fc\u30c1\u3092\u901a\u3058\u3066\u3001\n                        \u304a\u5ba2\u69d8\u306e\u30d3\u30b8\u30cd\u30b9\u8ab2\u984c\u3092\u89e3\u6c7a\u3057\u3001\u30c7\u30b8\u30bf\u30eb\u793e\u4f1a\u306e\u767a\u5c55\u306b\u8ca2\u732e\u3059\u308b\u3053\u3068\u3092\u4f7f\u547d\u3068\u3057\u3066\u3044\u307e\u3059\u3002\n                    <\/p>\n                    <p>\n                        \u79c1\u305f\u3061\u306f\u3001\u4eba\u5de5\u77e5\u80fd\u6280\u8853\u306e\u53ef\u80fd\u6027\u3092\u6700\u5927\u9650\u306b\u6d3b\u7528\u3057\u3001\u5f93\u6765\u306e\u67a0\u7d44\u307f\u3092\u8d85\u3048\u305f\n                        \u9769\u65b0\u7684\u306a\u30bd\u30ea\u30e5\u30fc\u30b7\u30e7\u30f3\u3092\u63d0\u4f9b\u3057\u307e\u3059\u3002\u7279\u306b\u91d1\u878d\u5206\u91ce\u306b\u304a\u3051\u308b\u81ea\u52d5\u5316\u30b7\u30b9\u30c6\u30e0\u3084\n                        \u30c7\u30fc\u30bf\u5206\u6790\u6280\u8853\u306b\u304a\u3044\u3066\u3001\u304a\u5ba2\u69d8\u306e\u7af6\u4e89\u512a\u4f4d\u6027\u5411\u4e0a\u306b\u8ca2\u732e\u3044\u305f\u3057\u307e\u3059\u3002\n                    <\/p>\n                    <p>\n                        \u6280\u8853\u9769\u65b0\u306b\u3088\u308b\u4fa1\u5024\u5275\u9020\u3092\u901a\u3058\u3066\u3001\u6301\u7d9a\u53ef\u80fd\u306a\u793e\u4f1a\u306e\u5b9f\u73fe\u3092\u76ee\u6307\u3057\u3001\n                        \u3059\u3079\u3066\u306e\u30b9\u30c6\u30fc\u30af\u30db\u30eb\u30c0\u30fc\u3068\u3068\u3082\u306b\u6210\u9577\u3057\u7d9a\u3051\u308b\u4f01\u696d\u3092\u76ee\u6307\u3057\u307e\u3059\u3002\n                    <\/p>\n                <\/div>\n            <\/section>\n        <\/div>\n    <\/main>\n\n    <!-- Footer -->\n    <footer id=\"contact\">\n        <div class=\"container\">\n            <div class=\"footer-logo\">GT <span>Innovations<\/span><\/div>\n            <div class=\"footer-nav\">\n                <a href=\"https:\/\/www.gt-innovations.jp\/\">Home<\/a>\n                <a href=\"https:\/\/www.gt-innovations.jp\/#solutions\">Solutions<\/a>\n                <a href=\"https:\/\/www.gt-innovations.jp\/#industries\">Industries<\/a>\n                <a href=\"https:\/\/www.gt-innovations.jp\/#contact\">Contact<\/a>\n            <\/div>\n            <div class=\"footer-contact\">\n                Email: info@gt-innovations.jp<br>\n                \u3012530-0001\u3000\u5927\u962a\u5e9c\u5927\u962a\u5e02\u5317\u533a\u6885\u75301-1-3\u3000\u5927\u962a\u99c5\u524d\u7b2c3\u30d3\u30eb 29\u968e\n            <\/div>\n            <div class=\"footer-bottom\">\n                <p>&copy; 2025 GT\u30a4\u30ce\u30d9\u30fc\u30b7\u30e7\u30f3\u30ba\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\u30ba\u5275\u7814\u682a\u5f0f\u4f1a\u793e &#038;#8 [&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-42","page","type-page","status-publish","hentry"],"_links":{"self":[{"href":"https:\/\/www.gt-innovations.jp\/index.php?rest_route=\/wp\/v2\/pages\/42","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=42"}],"version-history":[{"count":5,"href":"https:\/\/www.gt-innovations.jp\/index.php?rest_route=\/wp\/v2\/pages\/42\/revisions"}],"predecessor-version":[{"id":51,"href":"https:\/\/www.gt-innovations.jp\/index.php?rest_route=\/wp\/v2\/pages\/42\/revisions\/51"}],"wp:attachment":[{"href":"https:\/\/www.gt-innovations.jp\/index.php?rest_route=%2Fwp%2Fv2%2Fmedia&parent=42"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}