{"id":423,"date":"2025-12-06T10:58:42","date_gmt":"2025-12-06T01:58:42","guid":{"rendered":"https:\/\/web.detomo.co.jp\/?page_id=423"},"modified":"2025-12-06T11:01:13","modified_gmt":"2025-12-06T02:01:13","slug":"it%e3%82%b3%e3%83%b3%e3%82%b5%e3%83%ab%e3%83%86%e3%82%a3%e3%83%b3%e3%82%b0","status":"publish","type":"page","link":"https:\/\/web.detomo.co.jp\/?page_id=423","title":{"rendered":"IT\u30b3\u30f3\u30b5\u30eb\u30c6\u30a3\u30f3\u30b0"},"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>IT\u30b3\u30f3\u30b5\u30eb\u30c6\u30a3\u30f3\u30b0 &#8211; \u30c7\u30c8\u30e2<\/title>\n    <style>\n        * {\n            margin: 0;\n            padding: 0;\n            box-sizing: border-box;\n        }\n\n        body {\n            font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;\n            line-height: 1.8;\n            color: #333;\n            background: #f5f5f5;\n            padding: 40px 20px;\n        }\n\n        .container {\n            max-width: 1400px;\n            margin: 0 auto;\n            background: white;\n            border-radius: 8px;\n            box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);\n            padding: 50px;\n        }\n\n        .breadcrumb {\n            margin-bottom: 30px;\n            font-size: 0.95em;\n            color: #666;\n        }\n\n        .breadcrumb a {\n            color: #2c3e50;\n            text-decoration: none;\n        }\n\n        .breadcrumb a:hover {\n            text-decoration: underline;\n        }\n\n        .page-title {\n            font-size: 2.2em;\n            color: #2c3e50;\n            margin-bottom: 15px;\n            padding-bottom: 15px;\n            border-bottom: 4px solid #2c3e50;\n            font-weight: 600;\n        }\n\n        .service-description {\n            font-size: 1.08em;\n            color: #555;\n            margin-bottom: 50px;\n            line-height: 2;\n            background: #fafafa;\n            padding: 25px;\n            border-radius: 6px;\n            border-left: 5px solid #2c3e50;\n        }\n\n        .projects-title {\n            font-size: 1.5em;\n            color: #2c3e50;\n            margin-bottom: 30px;\n            font-weight: 600;\n            padding-bottom: 10px;\n            border-bottom: 2px solid #ddd;\n        }\n\n        .project-card {\n            background: #fafafa;\n            padding: 30px;\n            margin-bottom: 25px;\n            border-radius: 8px;\n            box-shadow: 0 2px 6px rgba(0, 0, 0, 0.08);\n            transition: transform 0.2s, box-shadow 0.2s;\n        }\n\n        .project-card:hover {\n            transform: translateY(-2px);\n            box-shadow: 0 4px 12px rgba(0, 0, 0, 0.12);\n        }\n\n        .project-header {\n            display: flex;\n            justify-content: space-between;\n            align-items: flex-start;\n            margin-bottom: 15px;\n            flex-wrap: wrap;\n            gap: 10px;\n        }\n\n        .project-name {\n            font-size: 1.35em;\n            color: #2c3e50;\n            font-weight: 600;\n            flex: 1;\n        }\n\n        .project-badges {\n            display: flex;\n            gap: 8px;\n            flex-wrap: wrap;\n        }\n\n        .badge {\n            display: inline-block;\n            padding: 4px 12px;\n            border-radius: 15px;\n            font-size: 0.85em;\n            font-weight: 500;\n        }\n\n        .badge-tech {\n            background: #3498db;\n            color: white;\n        }\n\n        .badge-industry {\n            background: #9b59b6;\n            color: white;\n        }\n\n        .project-client {\n            font-size: 1.05em;\n            color: #666;\n            margin-bottom: 15px;\n            font-style: italic;\n        }\n\n        .project-description {\n            font-size: 1.05em;\n            color: #555;\n            line-height: 1.8;\n            margin-bottom: 20px;\n            padding: 15px;\n            background: white;\n            border-radius: 4px;\n            border-left: 3px solid #3498db;\n        }\n\n        .project-highlight {\n            font-size: 1.05em;\n            color: #e74c3c;\n            font-weight: 600;\n            margin-bottom: 15px;\n            padding: 12px;\n            background: #fff5f5;\n            border-radius: 4px;\n        }\n\n        .project-details {\n            display: grid;\n            grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));\n            gap: 15px;\n            margin-top: 20px;\n        }\n\n        .detail-item {\n            padding: 12px;\n            background: white;\n            border-radius: 4px;\n            border-left: 3px solid #2c3e50;\n        }\n\n        .detail-label {\n            font-size: 0.9em;\n            color: #888;\n            margin-bottom: 4px;\n        }\n\n        .detail-value {\n            font-size: 1.05em;\n            color: #2c3e50;\n            font-weight: 600;\n        }\n\n        .project-scope {\n            margin-top: 20px;\n            padding: 15px;\n            background: #f0f8ff;\n            border-radius: 4px;\n        }\n\n        .scope-title {\n            font-size: 1.05em;\n            color: #2c3e50;\n            font-weight: 600;\n            margin-bottom: 10px;\n        }\n\n        .scope-content {\n            color: #555;\n            line-height: 1.8;\n        }\n\n        .back-button {\n            display: inline-block;\n            margin-top: 40px;\n            padding: 12px 30px;\n            background: #2c3e50;\n            color: white;\n            text-decoration: none;\n            border-radius: 5px;\n            font-weight: 600;\n            transition: background 0.3s;\n        }\n\n        .back-button:hover {\n            background: #34495e;\n        }\n\n        @media (max-width: 768px) {\n            .container {\n                padding: 30px 20px;\n            }\n\n            .page-title {\n                font-size: 1.7em;\n            }\n\n            .project-details {\n                grid-template-columns: 1fr;\n            }\n        }\n    <\/style>\n<\/head>\n<body>\n    <div class=\"container\">\n        <div class=\"breadcrumb\">\n            <a href=\"index.html\">\u30db\u30fc\u30e0<\/a> \/ IT\u30b3\u30f3\u30b5\u30eb\u30c6\u30a3\u30f3\u30b0\n        <\/div>\n\n        <h1 class=\"page-title\">IT\u30b3\u30f3\u30b5\u30eb\u30c6\u30a3\u30f3\u30b0<\/h1>\n        \n        <div class=\"service-description\">\n            \u4e8b\u696d\u8a08\u753b\u306e\u7acb\u6848\u306b\u59cb\u307e\u308a\u3001IT\u3092\u306f\u3058\u3081\u3068\u3059\u308b\u30bd\u30ea\u30e5\u30fc\u30b7\u30e7\u30f3\u306e\u63d0\u6848\u3001\u63d0\u4f9b\u3057\u305f\u6280\u8853\u306e\u691c\u8a3c\u3001\u696d\u52d9\u9042\u884c\u306e\u305f\u3081\u306e\u4f53\u5236\u3065\u304f\u308a\u307e\u3067\u3001\u3042\u3089\u3086\u308b\u89d2\u5ea6\u304b\u3089\u8ab2\u984c\u89e3\u6c7a\u3092\u5b9f\u73fe\u3057\u307e\u3059\u3002\u6d77\u5916\u306e\u30b5\u30fc\u30d3\u30b9\u3092\u65e5\u672c\u5e02\u5834\u306b\u5c55\u958b\u3059\u308b\u3068\u3044\u3046\u6848\u4ef6\u3092\u5f97\u610f\u3068\u3057\u3066\u304a\u308a\u3001\u7279\u306b\u533b\u7642\u3001\u5316\u7ca7\u54c1\u3001\u60c5\u5831\u30cd\u30c3\u30c8\u30ef\u30fc\u30af\u95a2\u9023\u3067\u8c4a\u5bcc\u306a\u5b9f\u7e3e\u3092\u6709\u3057\u3066\u3044\u307e\u3059\u3002\n        <\/div>\n\n        <h2 class=\"projects-title\">\u4ee3\u8868\u7684\u306a\u5b9f\u7e3e<\/h2>\n\n        <div class=\"project-card\">\n            <div class=\"project-header\">\n                <div class=\"project-name\">\u58f2\u4e0a\u30fb\u4ed5\u5165\u52d5\u5411\u30c7\u30fc\u30bf\u5206\u6790\u30fb\u898b\u3048\u308b\u5316<\/div>\n                <div class=\"project-badges\">\n                    <span class=\"badge badge-tech\">PowerBI<\/span>\n                    <span class=\"badge badge-industry\">\u30a2\u30d1\u30ec\u30eb\u696d\u754c<\/span>\n                <\/div>\n            <\/div>\n            <div class=\"project-client\">\u30a2\u30d1\u30ec\u30eb\u4f1a\u793e\u69d8<\/div>\n            <div class=\"project-highlight\">\n                \u2713 BI\u30c4\u30fc\u30eb\u3067\u5229\u76ca\u62e1\u5927\u306b\u8ca2\u732e\n            <\/div>\n            <div class=\"project-description\">\n                \u58f2\u4e0a\u30fb\u4ed5\u5165\u52d5\u5411\u30c7\u30fc\u30bf\u306e\u5206\u6790\u3068\u898b\u3048\u308b\u5316\u306b\u3088\u308a\u3001\u7d4c\u55b6\u5224\u65ad\u306e\u8fc5\u901f\u5316\u3068\u7cbe\u5ea6\u5411\u4e0a\u3092\u5b9f\u73fe\u3002\u30c7\u30fc\u30bf\u30c9\u30ea\u30d6\u30f3\u306a\u610f\u601d\u6c7a\u5b9a\u3092\u652f\u63f4\u3057\u3001\u5229\u76ca\u62e1\u5927\u306b\u8ca2\u732e\u3057\u307e\u3057\u305f\u3002\n            <\/div>\n            <div class=\"project-details\">\n                <div class=\"detail-item\">\n                    <div class=\"detail-label\">\u6848\u4ef6\u7a2e\u985e<\/div>\n                    <div class=\"detail-value\">\u8acb\u8ca0<\/div>\n                <\/div>\n                <div class=\"detail-item\">\n                    <div class=\"detail-label\">\u958b\u767a\u898f\u6a21<\/div>\n                    <div class=\"detail-value\">30\u4eba\u6708<\/div>\n                <\/div>\n                <div class=\"detail-item\">\n                    <div class=\"detail-label\">\u958b\u767a\u671f\u9593<\/div>\n                    <div class=\"detail-value\">6\u30f6\u6708<\/div>\n                <\/div>\n                <div class=\"detail-item\">\n                    <div class=\"detail-label\">\u958b\u767a\u624b\u6cd5<\/div>\n                    <div class=\"detail-value\">\u30a2\u30b8\u30e3\u30a4\u30eb<\/div>\n                <\/div>\n                <div class=\"detail-item\">\n                    <div class=\"detail-label\">\u6280\u8853\u30b9\u30bf\u30c3\u30af<\/div>\n                    <div class=\"detail-value\">PowerBI, JavaScript, Oracle<\/div>\n                <\/div>\n                <div class=\"detail-item\">\n                    <div class=\"detail-label\">\u30a4\u30f3\u30d5\u30e9<\/div>\n                    <div class=\"detail-value\">Windows<\/div>\n                <\/div>\n            <\/div>\n        <\/div>\n\n        <div class=\"project-card\">\n            <div class=\"project-header\">\n                <div class=\"project-name\">\u75c5\u7406\u691c\u67fb\u5de5\u7a0b\u7ba1\u7406\u30b7\u30b9\u30c6\u30e0<\/div>\n                <div class=\"project-badges\">\n                    <span class=\"badge badge-industry\">\u533b\u7642\u30fb\u691c\u67fb\u696d\u754c<\/span>\n                <\/div>\n            <\/div>\n            <div class=\"project-client\">\u53d7\u8a17\u81e8\u5e8a\u691c\u67fb\u4e8b\u696d\u69d8<\/div>\n            <div class=\"project-highlight\">\n                \u2713 \u6d41\u901a\u696d\u52d9\u77e5\u8b58\u3092\u6d3b\u304b\u3057\u305f\u696d\u52d9\u52b9\u7387\u5316\n            <\/div>\n            <div class=\"project-description\">\n                \u75c5\u7406\u691c\u67fb\u306e\u5de5\u7a0b\u7ba1\u7406\u30b7\u30b9\u30c6\u30e0\u3092\u69cb\u7bc9\u3057\u3001\u691c\u67fb\u30d7\u30ed\u30bb\u30b9\u306e\u53ef\u8996\u5316\u3068\u52b9\u7387\u5316\u3092\u5b9f\u73fe\u3002\u8c4a\u5bcc\u306a\u6d41\u901a\u696d\u52d9\u77e5\u8b58\u3092\u6d3b\u304b\u3057\u3001\u691c\u67fb\u696d\u52d9\u306b\u7279\u5316\u3057\u305f\u6700\u9069\u306a\u30ef\u30fc\u30af\u30d5\u30ed\u30fc\u3092\u8a2d\u8a08\u3057\u307e\u3057\u305f\u3002\n            <\/div>\n            <div class=\"project-details\">\n                <div class=\"detail-item\">\n                    <div class=\"detail-label\">\u6848\u4ef6\u7a2e\u985e<\/div>\n                    <div class=\"detail-value\">\u8acb\u8ca0<\/div>\n                <\/div>\n                <div class=\"detail-item\">\n                    <div class=\"detail-label\">\u958b\u767a\u898f\u6a21<\/div>\n                    <div class=\"detail-value\">25\u4eba\u6708<\/div>\n                <\/div>\n                <div class=\"detail-item\">\n                    <div class=\"detail-label\">\u958b\u767a\u671f\u9593<\/div>\n                    <div class=\"detail-value\">5\u30f6\u6708<\/div>\n                <\/div>\n                <div class=\"detail-item\">\n                    <div class=\"detail-label\">\u958b\u767a\u624b\u6cd5<\/div>\n                    <div class=\"detail-value\">\u30a2\u30b8\u30e3\u30a4\u30eb<\/div>\n                <\/div>\n                <div class=\"detail-item\">\n                    <div class=\"detail-label\">\u6280\u8853\u30b9\u30bf\u30c3\u30af<\/div>\n                    <div class=\"detail-value\">Java, MySQL<\/div>\n                <\/div>\n                <div class=\"detail-item\">\n                    <div class=\"detail-label\">\u30a4\u30f3\u30d5\u30e9<\/div>\n                    <div class=\"detail-value\">Linux<\/div>\n                <\/div>\n            <\/div>\n            <div class=\"project-scope\">\n                <div class=\"scope-title\">\u62c5\u5f53\u5de5\u7a0b<\/div>\n                <div class=\"scope-content\">\u30d7\u30ed\u30b8\u30a7\u30af\u30c8\u4f01\u753b\u30fb\u8a2d\u8a08\uff5e\u30ea\u30ea\u30fc\u30b9\u30fb\u4fdd\u5b88<\/div>\n            <\/div>\n        <\/div>\n\n        <div class=\"project-card\">\n            <div class=\"project-header\">\n                <div class=\"project-name\">\u30b7\u30cb\u30a2\u5411\u3051\u52c9\u5f37\u4f1a\u30fb\u30bb\u30df\u30ca\u30fc\u7ba1\u7406\u30b7\u30b9\u30c6\u30e0<\/div>\n                <div class=\"project-badges\">\n                    <span class=\"badge badge-industry\">\u30de\u30fc\u30b1\u30c6\u30a3\u30f3\u30b0<\/span>\n                <\/div>\n            <\/div>\n            <div class=\"project-client\">\u30de\u30fc\u30b1\u30c6\u30a3\u30f3\u30b0\u4e8b\u696d\u4f1a\u793e\u69d8<\/div>\n            <div class=\"project-highlight\">\n                \u2713 \u65b0\u898f\u4e8b\u696d\u3092\u30b9\u30e2\u30fc\u30eb\u30b9\u30bf\u30fc\u30c8\u3067\u52b9\u7387\u7684\u306b\u5b9f\u65bd\n            <\/div>\n            <div class=\"project-description\">\n                \u30b7\u30cb\u30a2\u5411\u3051\u65b0\u898f\u30b5\u30fc\u30d3\u30b9\u3068\u3057\u3066\u3001\u7533\u8fbc\u5236\u30bb\u30df\u30ca\u30fc\u30fb\u52c9\u5f37\u4f1a\u7b49\u306e\u958b\u50ac\u30a4\u30d9\u30f3\u30c8\u3092\u7ba1\u7406\u3059\u308b\u30b7\u30b9\u30c6\u30e0\u3092\u30d3\u30b8\u30cd\u30b9\u8a2d\u8a08\u3068\u4f34\u594f\u3057\u306a\u304c\u3089\u69cb\u7bc9\u3002\u8981\u4ef6\u5b9a\u7fa9\u304b\u3089\u904b\u7528\u307e\u3067\u30b9\u30e2\u30fc\u30eb\u30b9\u30bf\u30fc\u30c8\u3067\u52b9\u7387\u7684\u306b\u5b9f\u73fe\u3057\u307e\u3057\u305f\u3002\n            <\/div>\n            <div class=\"project-details\">\n                <div class=\"detail-item\">\n                    <div class=\"detail-label\">\u6848\u4ef6\u7a2e\u985e<\/div>\n                    <div class=\"detail-value\">\u8acb\u8ca0<\/div>\n                <\/div>\n                <div class=\"detail-item\">\n                    <div class=\"detail-label\">\u958b\u767a\u898f\u6a21<\/div>\n                    <div class=\"detail-value\">1BSE\u30014DEV (12\u4eba\u6708)<\/div>\n                <\/div>\n                <div class=\"detail-item\">\n                    <div class=\"detail-label\">\u958b\u767a\u671f\u9593<\/div>\n                    <div class=\"detail-value\">4\u30f6\u6708<\/div>\n                <\/div>\n                <div class=\"detail-item\">\n                    <div class=\"detail-label\">\u958b\u767a\u624b\u6cd5<\/div>\n                    <div class=\"detail-value\">\u30a2\u30b8\u30e3\u30a4\u30eb<\/div>\n                <\/div>\n                <div class=\"detail-item\">\n                    <div class=\"detail-label\">\u6280\u8853\u30b9\u30bf\u30c3\u30af<\/div>\n                    <div class=\"detail-value\">PHP\/Laravel, MySQL<\/div>\n                <\/div>\n                <div class=\"detail-item\">\n                    <div class=\"detail-label\">\u74b0\u5883<\/div>\n                    <div class=\"detail-value\">AWS<\/div>\n                <\/div>\n            <\/div>\n            <div class=\"project-scope\">\n                <div class=\"scope-title\">\u62c5\u5f53\u5de5\u7a0b<\/div>\n                <div class=\"scope-content\">\u8981\u4ef6\u5b9a\u7fa9\uff5e\u30ea\u30ea\u30fc\u30b9\u30fb\u4fdd\u5b88<\/div>\n            <\/div>\n        <\/div>\n\n        <a href=\"?page_id=15\" class=\"back-button\">\u2190 \u30b5\u30fc\u30d3\u30b9\u4e00\u89a7\u306b\u623b\u308b<\/a>\n    <\/div>\n<\/body>\n<\/html>\n","protected":false},"excerpt":{"rendered":"<p>IT\u30b3\u30f3\u30b5\u30eb\u30c6\u30a3\u30f3\u30b0 &#8211; \u30c7\u30c8\u30e2 \u30db\u30fc\u30e0 \/ IT\u30b3\u30f3\u30b5\u30eb\u30c6\u30a3\u30f3\u30b0 IT\u30b3\u30f3\u30b5\u30eb\u30c6\u30a3\u30f3\u30b0 \u4e8b\u696d\u8a08\u753b\u306e\u7acb\u6848\u306b\u59cb\u307e\u308a\u3001IT\u3092\u306f\u3058\u3081\u3068\u3059\u308b\u30bd\u30ea\u30e5\u30fc\u30b7\u30e7\u30f3\u306e\u63d0\u6848\u3001\u63d0\u4f9b\u3057\u305f\u6280\u8853\u306e\u691c\u8a3c\u3001\u696d\u52d9\u9042\u884c\u306e\u305f\u3081\u306e\u4f53\u5236\u3065\u304f\u308a\u307e\u3067\u3001\u3042 [&hellip;]<\/p>\n","protected":false},"author":1,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"","meta":{"footnotes":""},"class_list":["post-423","page","type-page","status-publish","hentry"],"blog_post_layout_featured_media_urls":{"thumbnail":"","full":""},"categories_names":null,"comments_number":"0","_links":{"self":[{"href":"https:\/\/web.detomo.co.jp\/index.php?rest_route=\/wp\/v2\/pages\/423","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/web.detomo.co.jp\/index.php?rest_route=\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/web.detomo.co.jp\/index.php?rest_route=\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/web.detomo.co.jp\/index.php?rest_route=\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/web.detomo.co.jp\/index.php?rest_route=%2Fwp%2Fv2%2Fcomments&post=423"}],"version-history":[{"count":2,"href":"https:\/\/web.detomo.co.jp\/index.php?rest_route=\/wp\/v2\/pages\/423\/revisions"}],"predecessor-version":[{"id":425,"href":"https:\/\/web.detomo.co.jp\/index.php?rest_route=\/wp\/v2\/pages\/423\/revisions\/425"}],"wp:attachment":[{"href":"https:\/\/web.detomo.co.jp\/index.php?rest_route=%2Fwp%2Fv2%2Fmedia&parent=423"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}