{"id":5633,"date":"2026-06-27T09:49:01","date_gmt":"2026-06-27T09:49:01","guid":{"rendered":"https:\/\/midecnc.com\/?p=5633"},"modified":"2026-06-27T09:49:09","modified_gmt":"2026-06-27T09:49:09","slug":"cnc-bridge-saw-applications-stone-industries","status":"publish","type":"post","link":"https:\/\/midecnc.com\/ja\/cnc-bridge-saw-applications-stone-industries\/","title":{"rendered":"\u7570\u306a\u308b\u77f3\u6750\u7523\u696d\u306b\u304a\u3051\u308bCNC\u30d6\u30ea\u30c3\u30b8\u30bd\u30fc\u306e\u7528\u9014"},"content":{"rendered":"<div data-elementor-type=\"wp-post\" data-elementor-id=\"5633\" class=\"elementor elementor-5633\" data-elementor-post-type=\"post\">\n\t\t\t\t<div class=\"elementor-element elementor-element-6fa9d02 e-con e-atomic-element e-flexbox-base e-43314d8\" data-id=\"6fa9d02\" data-element_type=\"e-flexbox\" data-e-type=\"e-flexbox\" data-interaction-id=\"6fa9d02\">\n    \t\t<div class=\"elementor-element elementor-element-577d6b3 elementor-widget elementor-widget-html\" data-id=\"577d6b3\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"html.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<!DOCTYPE html>\n<html lang=\"en\">\n<head>\n    <meta charset=\"UTF-8\">\n    <meta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\">\n    <title>Hero Section | CNC Bridge Saw<\/title>\n    <style>\n        * {\n            box-sizing: border-box;\n            margin: 0;\n            padding: 0;\n        }\n        html {\n            scroll-behavior: smooth;\n            font-family: 'Geist', -apple-system, BlinkMacSystemFont, \"Segoe UI\", Roboto, \"Helvetica Neue\", Arial, sans-serif;\n            -webkit-font-smoothing: antialiased;\n            -moz-osx-font-smoothing: grayscale;\n        }\n        body {\n            background-color: #ffffff;\n            color: #111827;\n            line-height: 1.5;\n            overflow-x: hidden;\n        }\n        img {\n            max-width: 100%;\n            display: block;\n        }\n        .container {\n            max-width: 72rem;\n            margin: 0 auto;\n            padding: 0 1.5rem;\n        }\n\n        ::-webkit-scrollbar { width: 10px; }\n        ::-webkit-scrollbar-track { background: #f9fafb; }\n        ::-webkit-scrollbar-thumb { background: #111827; border-radius: 5px; }\n        ::-webkit-scrollbar-thumb:hover { background: #374151; }\n        ::selection { background-color: #111827; color: #ffffff; }\n\n        \/* Section base - Full-Bleed background *\/\n        section {\n            padding: 5rem 0;\n            position: relative;\n            width: 100vw;\n            margin-left: calc(50% - 50vw);\n        }\n        .section-gray {\n            background-color: #f9fafb;\n            background-image:\n                radial-gradient(circle at 20% 20%, rgba(17, 24, 39, 0.02) 0%, transparent 50%),\n                radial-gradient(circle at 80% 80%, rgba(17, 24, 39, 0.02) 0%, transparent 50%);\n        }\n\n        \/* Hero *\/\n        .hero-grid {\n            display: grid;\n            grid-template-columns: 1fr 1fr;\n            gap: 3rem;\n            align-items: center;\n        }\n        h1 {\n            font-size: 3.25rem;\n            font-weight: 800;\n            color: #111827;\n            margin-bottom: 1.5rem;\n            line-height: 1.1;\n            letter-spacing: -0.03em;\n            background: linear-gradient(135deg, #111827 0%, #374151 50%, #111827 100%);\n            -webkit-background-clip: text;\n            background-clip: text;\n            -webkit-text-fill-color: transparent;\n            animation: fadeInUp 0.8s ease-out;\n        }\n        .hero-desc {\n            font-size: 1.25rem;\n            color: #4b5563;\n            margin-bottom: 2rem;\n            line-height: 1.7;\n            animation: fadeInUp 0.8s ease-out 0.2s both;\n        }\n        .hero-buttons {\n            display: flex;\n            gap: 1rem;\n            flex-wrap: wrap;\n            animation: fadeInUp 0.8s ease-out 0.4s both;\n        }\n        .btn-primary {\n            padding: 0.875rem 1.75rem;\n            font-weight: 600;\n            color: #ffffff;\n            background: linear-gradient(135deg, #111827 0%, #1f2937 100%);\n            border-radius: 0.375rem;\n            text-decoration: none;\n            border: none;\n            cursor: pointer;\n            transition: all 0.3s ease;\n            box-shadow: 0 4px 12px -2px rgba(17, 24, 39, 0.3);\n            position: relative;\n            overflow: hidden;\n        }\n        .btn-primary::before {\n            content: '';\n            position: absolute;\n            inset: 0;\n            background: linear-gradient(135deg, transparent 30%, rgba(255,255,255,0.2) 50%, transparent 70%);\n            transform: translateX(-100%);\n            transition: transform 0.6s ease;\n        }\n        .btn-primary:hover {\n            transform: translateY(-2px);\n            box-shadow: 0 8px 20px -4px rgba(17, 24, 39, 0.4);\n        }\n        .btn-primary:hover::before {\n            transform: translateX(100%);\n        }\n        .btn-outline {\n            padding: 0.875rem 1.75rem;\n            font-weight: 600;\n            color: #111827;\n            border: 2px solid #111827;\n            border-radius: 0.375rem;\n            text-decoration: none;\n            background-color: transparent;\n            cursor: pointer;\n            transition: all 0.3s ease;\n            position: relative;\n            overflow: hidden;\n            z-index: 1;\n        }\n        .btn-outline::before {\n            content: '';\n            position: absolute;\n            inset: 0;\n            background-color: #111827;\n            transform: scaleX(0);\n            transform-origin: left;\n            transition: transform 0.3s ease;\n            z-index: -1;\n        }\n        .btn-outline:hover {\n            color: #ffffff;\n            transform: translateY(-2px);\n            box-shadow: 0 8px 20px -4px rgba(17, 24, 39, 0.3);\n        }\n        .btn-outline:hover::before {\n            transform: scaleX(1);\n        }\n        .hero-image {\n            height: 26rem;\n            border-radius: 0.75rem;\n            overflow: hidden;\n            box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);\n            position: relative;\n            animation: fadeInRight 0.8s ease-out 0.3s both;\n        }\n        .hero-image::after {\n            content: '';\n            position: absolute;\n            inset: 0;\n            background: linear-gradient(135deg, transparent 0%, transparent 70%, rgba(17, 24, 39, 0.1) 100%);\n            pointer-events: none;\n        }\n        .hero-image img {\n            width: 100%;\n            height: 100%;\n            object-fit: cover;\n            transition: transform 0.8s ease;\n        }\n        .hero-image:hover img {\n            transform: scale(1.05);\n        }\n\n        .reveal {\n            opacity: 0;\n            transform: translateY(30px);\n            transition: opacity 0.8s ease, transform 0.8s ease;\n        }\n        .reveal.active {\n            opacity: 1;\n            transform: translateY(0);\n        }\n\n        @keyframes fadeInUp {\n            from { opacity: 0; transform: translateY(30px); }\n            to { opacity: 1; transform: translateY(0); }\n        }\n        @keyframes fadeInRight {\n            from { opacity: 0; transform: translateX(30px); }\n            to { opacity: 1; transform: translateX(0); }\n        }\n\n        @media (max-width: 1024px) {\n            .hero-grid { grid-template-columns: 1fr; }\n        }\n        @media (max-width: 768px) {\n            h1 { font-size: 2.25rem; }\n            section { padding: 3rem 0; }\n        }\n    <\/style>\n<\/head>\n<body>\n    <!-- Hero Section -->\n    <section>\n        <div class=\"container\">\n            <div class=\"hero-grid\">\n                <div>\n                    <h1>\u7570\u306a\u308b\u77f3\u6750\u7523\u696d\u306b\u304a\u3051\u308bCNC\u30d6\u30ea\u30c3\u30b8\u30bd\u30fc\u306e\u7528\u9014<\/h1>\n                    <p class=\"hero-desc\">\n                        \u30ad\u30c3\u30c1\u30f3\u30ab\u30a6\u30f3\u30bf\u30fc\u30c8\u30c3\u30d7\u304b\u3089\u5efa\u7bc9\u30d5\u30a1\u30b5\u30fc\u30c9\u307e\u3067\u3001CNC\u30d6\u30ea\u30c3\u30b8\u30bd\u30fc\u306f\u73fe\u4ee3\u306e\u77f3\u6750\u30e1\u30fc\u30ab\u30fc\u306b\u7cbe\u5bc6\u3067\u52b9\u7387\u7684\u304b\u3064\u4fe1\u983c\u6027\u306e\u9ad8\u3044\u30bd\u30ea\u30e5\u30fc\u30b7\u30e7\u30f3\u3092\u63d0\u4f9b\u3059\u308b\u3002\n                    <\/p>\n                    <div class=\"hero-buttons\">\n                        <a href=\"https:\/\/midecnc.com\/ja\/support\/\" class=\"btn-primary\">\u8a73\u3057\u304f\u306f\u3053\u3061\u3089<\/a>\n                        <a href=\"https:\/\/midecnc.com\/ja\/applications\/\" class=\"btn-outline\">\u30c7\u30e2\u3092\u898b\u308b<\/a>\n                    <\/div>\n                <\/div>\n                <div class=\"hero-image\">\n                    <img decoding=\"async\" src=\"https:\/\/midecnc.com\/wp-content\/uploads\/2026\/06\/NC-Bridge-Saw-Applications.webp\" alt=\"CNC Bridge Saw Machine\">\n                <\/div>\n            <\/div>\n        <\/div>\n    <\/section>\n\n    <script>\n        const revealElements = document.querySelectorAll('.hero-image');\n        revealElements.forEach(el => el.classList.add('reveal'));\n        const observer = new IntersectionObserver((entries) => {\n            entries.forEach(entry => {\n                if (entry.isIntersecting) {\n                    entry.target.classList.add('active');\n                    observer.unobserve(entry.target);\n                }\n            });\n        }, { threshold: 0.1, rootMargin: '0px 0px -50px 0px' });\n        revealElements.forEach(el => observer.observe(el));\n    <\/script>\n<\/body>\n<\/html>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\n<\/div>\n<div class=\"elementor-element elementor-element-809efc2 e-con e-atomic-element e-flexbox-base e-25b8665\" data-id=\"809efc2\" data-element_type=\"e-flexbox\" data-e-type=\"e-flexbox\" data-interaction-id=\"809efc2\">\n    \t\t<div class=\"elementor-element elementor-element-6453f25 elementor-widget elementor-widget-html\" data-id=\"6453f25\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"html.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<!DOCTYPE html>\n<html lang=\"en\">\n<head>\n    <meta charset=\"UTF-8\">\n    <meta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\">\n    <title>Why CNC Section | CNC Bridge Saw<\/title>\n    <style>\n        * {\n            box-sizing: border-box;\n            margin: 0;\n            padding: 0;\n        }\n        html {\n            font-family: 'Geist', -apple-system, BlinkMacSystemFont, \"Segoe UI\", Roboto, \"Helvetica Neue\", Arial, sans-serif;\n            -webkit-font-smoothing: antialiased;\n            -moz-osx-font-smoothing: grayscale;\n        }\n        body {\n            background-color: #ffffff;\n            color: #111827;\n            line-height: 1.5;\n            overflow-x: hidden;\n        }\n        img {\n            max-width: 100%;\n            display: block;\n        }\n        .container {\n            max-width: 72rem;\n            margin: 0 auto;\n            padding: 0 1.5rem;\n        }\n\n        ::-webkit-scrollbar { width: 10px; }\n        ::-webkit-scrollbar-track { background: #f9fafb; }\n        ::-webkit-scrollbar-thumb { background: #111827; border-radius: 5px; }\n        ::selection { background-color: #111827; color: #ffffff; }\n\n        \/* Section base - Full-Bleed background *\/\n        section {\n            padding: 5rem 0;\n            position: relative;\n            width: 100vw;\n            margin-left: calc(50% - 50vw);\n        }\n        .section-gray {\n            background-color: #f9fafb;\n            background-image:\n                radial-gradient(circle at 20% 20%, rgba(17, 24, 39, 0.02) 0%, transparent 50%),\n                radial-gradient(circle at 80% 80%, rgba(17, 24, 39, 0.02) 0%, transparent 50%);\n        }\n\n        h2 {\n            font-size: 2.5rem;\n            font-weight: 800;\n            color: #111827;\n            margin-bottom: 3rem;\n            letter-spacing: -0.02em;\n            position: relative;\n            display: inline-block;\n        }\n        h2::after {\n            content: '';\n            position: absolute;\n            bottom: -0.75rem;\n            left: 0;\n            width: 3rem;\n            height: 4px;\n            background: linear-gradient(90deg, #111827 0%, transparent 100%);\n            border-radius: 2px;\n        }\n        h3 {\n            font-size: 1.25rem;\n            font-weight: 700;\n            color: #111827;\n            margin-bottom: 0.75rem;\n        }\n        p {\n            color: #4b5563;\n            margin-bottom: 1rem;\n            line-height: 1.7;\n        }\n\n        \/* Feature Grid *\/\n        .feature-grid {\n            display: grid;\n            grid-template-columns: repeat(3, 1fr);\n            gap: 2rem;\n            margin-bottom: 3rem;\n        }\n        .feature-card {\n            background-color: #ffffff;\n            padding: 2rem;\n            border-radius: 0.75rem;\n            border: 1px solid #e5e7eb;\n            transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);\n            position: relative;\n            overflow: hidden;\n        }\n        .feature-card::before {\n            content: '';\n            position: absolute;\n            top: 0;\n            left: 0;\n            width: 100%;\n            height: 3px;\n            background: linear-gradient(90deg, #111827 0%, #374151 100%);\n            transform: scaleX(0);\n            transform-origin: left;\n            transition: transform 0.4s ease;\n        }\n        .feature-card:hover {\n            transform: translateY(-8px);\n            box-shadow: 0 20px 40px -8px rgba(0, 0, 0, 0.15);\n            border-color: transparent;\n        }\n        .feature-card:hover::before {\n            transform: scaleX(1);\n        }\n        .feature-icon {\n            width: 3rem;\n            height: 3rem;\n            background: linear-gradient(135deg, #111827 0%, #1f2937 100%);\n            border-radius: 0.625rem;\n            margin-bottom: 1rem;\n            display: flex;\n            align-items: center;\n            justify-content: center;\n            color: #ffffff;\n            transition: all 0.4s ease;\n        }\n        .feature-card:hover .feature-icon {\n            transform: rotate(-5deg) scale(1.1);\n            background: linear-gradient(135deg, #1f2937 0%, #374151 100%);\n        }\n        .feature-icon svg {\n            width: 1.5rem;\n            height: 1.5rem;\n            stroke-width: 2;\n        }\n        .feature-card p {\n            color: #4b5563;\n            margin: 0;\n        }\n\n        \/* Large Image *\/\n        .large-image {\n            background-color: #ffffff;\n            border-radius: 0.75rem;\n            overflow: hidden;\n            box-shadow: 0 10px 30px -5px rgba(0, 0, 0, 0.1);\n            position: relative;\n        }\n        .large-image .img-wrap {\n            height: 22rem;\n        }\n        .large-image img {\n            width: 100%;\n            height: 100%;\n            object-fit: cover;\n        }\n\n        .reveal {\n            opacity: 0;\n            transform: translateY(30px);\n            transition: opacity 0.8s ease, transform 0.8s ease;\n        }\n        .reveal.active {\n            opacity: 1;\n            transform: translateY(0);\n        }\n\n        @media (max-width: 1024px) {\n            .feature-grid { grid-template-columns: repeat(2, 1fr); }\n        }\n        @media (max-width: 768px) {\n            h2 { font-size: 1.875rem; }\n            section { padding: 3rem 0; }\n            .feature-grid { grid-template-columns: 1fr; }\n        }\n    <\/style>\n<\/head>\n<body>\n    <!-- Why CNC Section -->\n    <section id=\"advantages\" class=\"section-gray\">\n        <div class=\"container\">\n            <h2>CNC\u30d6\u30ea\u30c3\u30b8\u30bd\u30fc\u304c\u5e83\u304f\u4f7f\u7528\u3055\u308c\u308b\u7406\u7531<\/h2>\n\n            <div class=\"feature-grid\">\n                <div class=\"feature-card\">\n                    <div class=\"feature-icon\">\n                        <svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><circle cx=\"12\" cy=\"12\" r=\"10\"\/><line x1=\"22\" y1=\"12\" x2=\"18\" y2=\"12\"\/><line x1=\"6\" y1=\"12\" x2=\"2\" y2=\"12\"\/><line x1=\"12\" y1=\"6\" x2=\"12\" y2=\"2\"\/><line x1=\"12\" y1=\"22\" x2=\"12\" y2=\"18\"\/><\/svg>\n                    <\/div>\n                    <h3>\u3088\u308a\u9ad8\u3044\u5207\u65ad\u7cbe\u5ea6<\/h3>\n                    <p>\u3059\u3079\u3066\u306e\u5207\u65ad\u3092\u7cbe\u5bc6\u306b\u5236\u5fa1\u3059\u308b\u3053\u3068\u3067\u3001\u5b8c\u74a7\u306a\u88fd\u54c1\u54c1\u8cea\u304c\u4fdd\u8a3c\u3055\u308c\u308b\u3002<\/p>\n                <\/div>\n                <div class=\"feature-card\">\n                    <div class=\"feature-icon\">\n                        <svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><circle cx=\"6\" cy=\"6\" r=\"3\"\/><circle cx=\"6\" cy=\"18\" r=\"3\"\/><line x1=\"20\" y1=\"4\" x2=\"8.12\" y2=\"15.88\"\/><line x1=\"14.47\" y1=\"14.48\" x2=\"20\" y2=\"20\"\/><line x1=\"8.12\" y1=\"8.12\" x2=\"12\" y2=\"12\"\/><\/svg>\n                    <\/div>\n                    <h3>\u6750\u6599\u306e\u7121\u99c4\u524a\u6e1b<\/h3>\n                    <p>\u6700\u9069\u5316\u3055\u308c\u305f\u5207\u65ad\u30d1\u30b9\u306f\u539f\u6750\u6599\u306e\u5229\u7528\u7387\u3092\u6700\u5927\u5316\u3059\u308b\u3002<\/p>\n                <\/div>\n                <div class=\"feature-card\">\n                    <div class=\"feature-icon\">\n                        <svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><polygon points=\"13 2 3 14 12 14 11 22 21 10 12 10 13 2\"\/><\/svg>\n                    <\/div>\n                    <h3>\u3088\u308a\u901f\u3044\u751f\u7523\u30b5\u30a4\u30af\u30eb<\/h3>\n                    <p>\u81ea\u52d5\u5316\u3055\u308c\u305f\u751f\u7523\u30d7\u30ed\u30bb\u30b9\u306f\u751f\u7523\u91cf\u3092\u5927\u5e45\u306b\u5411\u4e0a\u3055\u305b\u308b\u3002<\/p>\n                <\/div>\n                <div class=\"feature-card\">\n                    <div class=\"feature-icon\">\n                        <svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><polyline points=\"17 1 21 5 17 9\"\/><path d=\"M3 11V9a4 4 0 0 1 4-4h14\"\/><polyline points=\"7 23 3 19 7 15\"\/><path d=\"M21 13v2a4 4 0 0 1-4 4H3\"\/><\/svg>\n                    <\/div>\n                    <h3>\u4e00\u8cab\u3057\u305f\u518d\u73fe\u6027<\/h3>\n                    <p>\u6a19\u6e96\u5316\u3055\u308c\u305f\u30d1\u30e9\u30e1\u30fc\u30bf\u306f\u5747\u4e00\u306a\u88fd\u54c1\u54c1\u8cea\u3092\u4fdd\u8a3c\u3059\u308b\u3002<\/p>\n                <\/div>\n                <div class=\"feature-card\">\n                    <div class=\"feature-icon\">\n                        <svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><path d=\"M21 16V8a2 2 0 0 0-1-1.73l-7-4a2 2 0 0 0-2 0l-7 4A2 2 0 0 0 3 8v8a2 2 0 0 0 1 1.73l7 4a2 2 0 0 0 2 0l7-4A2 2 0 0 0 21 16z\"\/><\/svg>\n                    <\/div>\n                    <h3>\u8907\u96d1\u5f62\u72b6\u52a0\u5de5<\/h3>\n                    <p>\u591a\u8ef8\u5236\u5fa1\u306f\u8907\u96d1\u306a\u5e7e\u4f55\u5f62\u72b6\u3092\u51e6\u7406\u3067\u304d\u308b\u3002<\/p>\n                <\/div>\n                <div class=\"feature-card\">\n                    <div class=\"feature-icon\">\n                        <svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><path d=\"M17 21v-2a4 4 0 0 0-4-4H5a4 4 0 0 0-4 4v2\"\/><circle cx=\"9\" cy=\"7\" r=\"4\"\/><path d=\"M23 21v-2a4 4 0 0 0-3-3.87\"\/><path d=\"M16 3.13a4 4 0 0 1 0 7.75\"\/><\/svg>\n                    <\/div>\n                    <h3>\u52b4\u50cd\u8981\u4ef6\u306e\u524a\u6e1b<\/h3>\n                    <p>\u30a4\u30f3\u30c6\u30ea\u30b8\u30a7\u30f3\u30c8\u30aa\u30fc\u30c8\u30e1\u30fc\u30b7\u30e7\u30f3\u306f\u624b\u52d5\u4ecb\u5165\u306e\u5fc5\u8981\u6027\u3092\u6e1b\u3089\u3059\u3002<\/p>\n                <\/div>\n            <\/div>\n\n            <div class=\"large-image\">\n                <div class=\"img-wrap\">\n                    <img decoding=\"async\" src=\"https:\/\/midecnc.com\/wp-content\/uploads\/2026\/06\/NC-Bridge-Saw-Applications1.webp\" alt=\"Stone Processing Factory\">\n                <\/div>\n            <\/div>\n        <\/div>\n    <\/section>\n\n    <script>\n        const revealElements = document.querySelectorAll('.feature-card, .large-image, h2');\n        revealElements.forEach(el => el.classList.add('reveal'));\n        const observer = new IntersectionObserver((entries) => {\n            entries.forEach(entry => {\n                if (entry.isIntersecting) {\n                    entry.target.classList.add('active');\n                    observer.unobserve(entry.target);\n                }\n            });\n        }, { threshold: 0.1, rootMargin: '0px 0px -50px 0px' });\n        revealElements.forEach(el => observer.observe(el));\n    <\/script>\n<\/body>\n<\/html>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\n<\/div>\n<div class=\"elementor-element elementor-element-002532f e-con e-atomic-element e-flexbox-base e-87a3c70\" data-id=\"002532f\" data-element_type=\"e-flexbox\" data-e-type=\"e-flexbox\" data-interaction-id=\"002532f\">\n    \t\t<div class=\"elementor-element elementor-element-0a05b57 elementor-widget elementor-widget-html\" data-id=\"0a05b57\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"html.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<!DOCTYPE html>\n<html lang=\"en\">\n<head>\n    <meta charset=\"UTF-8\">\n    <meta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\">\n    <title>Industries Section | CNC Bridge Saw<\/title>\n    <style>\n        * {\n            box-sizing: border-box;\n            margin: 0;\n            padding: 0;\n        }\n        html {\n            font-family: 'Geist', -apple-system, BlinkMacSystemFont, \"Segoe UI\", Roboto, \"Helvetica Neue\", Arial, sans-serif;\n            -webkit-font-smoothing: antialiased;\n            -moz-osx-font-smoothing: grayscale;\n        }\n        body {\n            background-color: #ffffff;\n            color: #111827;\n            line-height: 1.5;\n            overflow-x: hidden;\n        }\n        img {\n            max-width: 100%;\n            display: block;\n        }\n        .container {\n            max-width: 72rem;\n            margin: 0 auto;\n            padding: 0 1.5rem;\n        }\n\n        ::-webkit-scrollbar { width: 10px; }\n        ::-webkit-scrollbar-track { background: #f9fafb; }\n        ::-webkit-scrollbar-thumb { background: #111827; border-radius: 5px; }\n        ::selection { background-color: #111827; color: #ffffff; }\n\n        \/* Section base - Full-Bleed background *\/\n        section {\n            padding: 5rem 0;\n            position: relative;\n            width: 100vw;\n            margin-left: calc(50% - 50vw);\n        }\n\n        h2 {\n            font-size: 2.5rem;\n            font-weight: 800;\n            color: #111827;\n            margin-bottom: 3rem;\n            letter-spacing: -0.02em;\n            position: relative;\n            display: inline-block;\n        }\n        h2::after {\n            content: '';\n            position: absolute;\n            bottom: -0.75rem;\n            left: 0;\n            width: 3rem;\n            height: 4px;\n            background: linear-gradient(90deg, #111827 0%, transparent 100%);\n            border-radius: 2px;\n        }\n        h3 {\n            font-size: 1.25rem;\n            font-weight: 700;\n            color: #111827;\n            margin-bottom: 0.75rem;\n        }\n        p {\n            color: #4b5563;\n            margin-bottom: 1rem;\n            line-height: 1.7;\n        }\n\n        \/* Industry Block *\/\n        .industries-list {\n            display: flex;\n            flex-direction: column;\n            gap: 3rem;\n        }\n        .industry-block {\n            display: grid;\n            grid-template-columns: 1fr 1fr;\n            gap: 2rem;\n            align-items: center;\n            padding-bottom: 3rem;\n            border-bottom: 1px solid #e5e7eb;\n        }\n        .industry-block:last-child {\n            border-bottom: none;\n            padding-bottom: 0;\n        }\n        .industry-block:nth-child(even) {\n            direction: rtl;\n        }\n        .industry-block:nth-child(even) > * {\n            direction: ltr;\n        }\n        .industry-block h3 {\n            font-size: 1.75rem;\n            margin-bottom: 1rem;\n        }\n        .industry-block p {\n            margin-bottom: 1.5rem;\n            line-height: 1.75;\n        }\n        .industry-image {\n            height: 18rem;\n            border-radius: 0.75rem;\n            overflow: hidden;\n            box-shadow: 0 10px 30px -5px rgba(0, 0, 0, 0.15);\n            position: relative;\n            transition: transform 0.4s ease, box-shadow 0.4s ease;\n        }\n        .industry-image:hover {\n            transform: translateY(-6px);\n            box-shadow: 0 20px 40px -8px rgba(0, 0, 0, 0.2);\n        }\n        .industry-image img {\n            width: 100%;\n            height: 100%;\n            object-fit: cover;\n            transition: transform 0.8s ease;\n        }\n        .industry-image:hover img {\n            transform: scale(1.08);\n        }\n\n        \/* Product Tags *\/\n        .tags {\n            display: flex;\n            flex-wrap: wrap;\n            gap: 0.5rem;\n        }\n        .tag {\n            padding: 0.375rem 0.875rem;\n            font-size: 0.875rem;\n            font-weight: 500;\n            color: #374151;\n            background-color: #f3f4f6;\n            border-radius: 9999px;\n            transition: all 0.3s ease;\n            cursor: default;\n        }\n        .tag:hover {\n            background-color: #111827;\n            color: #ffffff;\n            transform: translateY(-2px);\n        }\n\n        .reveal {\n            opacity: 0;\n            transform: translateY(30px);\n            transition: opacity 0.8s ease, transform 0.8s ease;\n        }\n        .reveal.active {\n            opacity: 1;\n            transform: translateY(0);\n        }\n\n        @media (max-width: 1024px) {\n            .industry-block { grid-template-columns: 1fr; }\n            .industry-block:nth-child(even) { direction: ltr; }\n        }\n        @media (max-width: 768px) {\n            h2 { font-size: 1.875rem; }\n            section { padding: 3rem 0; }\n        }\n    <\/style>\n<\/head>\n<body>\n    <!-- Industries Section -->\n    <section id=\"industries\">\n        <div class=\"container\">\n            <h2>\u7523\u696d\u7528\u9014<\/h2>\n\n            <div class=\"industries-list\">\n                <!-- Granite -->\n                <div class=\"industry-block\">\n                    <div>\n                        <h3>\u82b1\u5d17\u5ca9\u52a0\u5de5\u696d\u754c<\/h3>\n                        <p>\n                            \u82b1\u5d17\u5ca9\u306f\u3001\u305d\u306e\u512a\u308c\u305f\u786c\u5ea6\u3068\u8010\u4e45\u6027\u306b\u3088\u308a\u3001\u4f9d\u7136\u3068\u3057\u3066\u6700\u3082\u52a0\u5de5\u304c\u96e3\u3057\u3044\u5929\u7136\u77f3\u306e\u4e00\u3064\u3067\u3042\u308b\u3002\u5546\u696d\u30d3\u30eb\u3001\u5916\u69cb\u3001\u8a18\u5ff5\u7891\u3001\u968e\u6bb5\u3001\u91cd\u91cf\u5e8a\u6750\u306a\u3069\u306b\u5e83\u304f\u4f7f\u7528\u3055\u308c\u3066\u3044\u308b\u30025\u8ef8CNC\u30d6\u30ea\u30c3\u30b8\u30bd\u30fc\u306f\u82b1\u5d17\u5ca9\u52a0\u5de5\u306b\u6700\u9069\u3067\u3001\u76f4\u7dda\u5207\u65ad\u300145\u00b0\u7559\u3081\u5207\u65ad\u3001\u30b7\u30f3\u30af\u958b\u53e3\u3001\u66f2\u7dda\u30a8\u30c3\u30b8\u5207\u65ad\u3092\u884c\u3046\u3053\u3068\u304c\u3067\u304d\u308b\u3002\n                        <\/p>\n                        <div class=\"tags\">\n                            <span class=\"tag\">\u30ad\u30c3\u30c1\u30f3\u30ab\u30a6\u30f3\u30bf\u30fc\u30c8\u30c3\u30d7<\/span>\n                            <span class=\"tag\">\u968e\u6bb5<\/span>\n                            <span class=\"tag\">\u58c1\u9762\u30af\u30e9\u30c3\u30c7\u30a3\u30f3\u30b0<\/span>\n                            <span class=\"tag\">\u5e8a\u30bf\u30a4\u30eb<\/span>\n                            <span class=\"tag\">\u8a18\u5ff5\u7891\u306e\u69cb\u6210\u8981\u7d20<\/span>\n                            <span class=\"tag\">\u5c4b\u5916\u8217\u88c5\u77f3<\/span>\n                        <\/div>\n                    <\/div>\n                    <div class=\"industry-image\">\n                        <img decoding=\"async\" src=\"https:\/\/midecnc.com\/wp-content\/uploads\/2026\/06\/Granite-Processing-Industry.webp\" alt=\"Granite Products\">\n                    <\/div>\n                <\/div>\n\n                <!-- Marble -->\n                <div class=\"industry-block\">\n                    <div>\n                        <h3>\u5927\u7406\u77f3\u88fd\u9020\u696d<\/h3>\n                        <p>\n                            \u5927\u7406\u77f3\u306f\u82b1\u5d17\u5ca9\u3088\u308a\u67d4\u3089\u304b\u3044\u304c\u3001\u9ad8\u7d1a\u5efa\u7bc9\u30d7\u30ed\u30b8\u30a7\u30af\u30c8\u3067\u5e83\u304f\u4f7f\u7528\u3055\u308c\u308b\u305f\u3081\u3001\u975e\u5e38\u306b\u9ad8\u3044\u8868\u9762\u54c1\u8cea\u304c\u6c42\u3081\u3089\u308c\u308b\u3002\u73fe\u4ee3\u306eCNC\u30d6\u30ea\u30c3\u30b8\u30bd\u30fc\u306f\u9001\u308a\u901f\u5ea6\u3068\u5207\u524a\u30d1\u30e9\u30e1\u30fc\u30bf\u3092\u6700\u9069\u5316\u3057\u3001\u7e4a\u7d30\u306a\u77f3\u6750\u8868\u9762\u3092\u4fdd\u8b77\u3057\u306a\u304c\u3089\u6ed1\u3089\u304b\u306a\u30a8\u30c3\u30b8\u3092\u5b9f\u73fe\u3059\u308b\u3002\n                        <\/p>\n                        <div class=\"tags\">\n                            <span class=\"tag\">\u30db\u30c6\u30eb\u306e\u5e8a\u6750<\/span>\n                            <span class=\"tag\">\u5185\u88c5\u58c1\u30d1\u30cd\u30eb<\/span>\n                            <span class=\"tag\">\u6d17\u9762\u5316\u7ca7\u53f0<\/span>\n                            <span class=\"tag\">\u88c5\u98fe\u67f1<\/span>\n                            <span class=\"tag\">\u6696\u7089\u5468\u308a\u306e\u88c5\u98fe<\/span>\n                            <span class=\"tag\">\u9ad8\u7d1a\u5bb6\u5177<\/span>\n                        <\/div>\n                    <\/div>\n                    <div class=\"industry-image\">\n                        <img decoding=\"async\" src=\"https:\/\/midecnc.com\/wp-content\/uploads\/2026\/06\/Marble-Manufacturing.webp\" alt=\"Marble Manufacturing\">\n                    <\/div>\n                <\/div>\n\n                <!-- Quartz -->\n                <div class=\"industry-block\">\n                    <div>\n                        <h3>\u30af\u30a9\u30fc\u30c4\u30ab\u30a6\u30f3\u30bf\u30fc\u30c8\u30c3\u30d7\u696d\u754c<\/h3>\n                        <p>\n                            \u4eba\u9020\u30af\u30a9\u30fc\u30c4\u306f\u3001\u4f4f\u5b85\u304a\u3088\u3073\u5546\u696d\u7528\u30ab\u30a6\u30f3\u30bf\u30fc\u30c8\u30c3\u30d7\u88fd\u9020\u306b\u304a\u3044\u3066\u6700\u3082\u6025\u901f\u306b\u6210\u9577\u3057\u3066\u3044\u308b\u6750\u6599\u306e\u4e00\u3064\u3068\u306a\u3063\u3066\u3044\u308b\u3002CAD\/CAM\u30bd\u30d5\u30c8\u30a6\u30a7\u30a2\u3092\u642d\u8f09\u3057\u305fCNC\u30d6\u30ea\u30c3\u30b8\u30bd\u30fc\u306b\u3088\u308a\u3001\u30aa\u30da\u30ec\u30fc\u30bf\u30fc\u306f\u30ab\u30a6\u30f3\u30bf\u30fc\u30c8\u30c3\u30d7\u56f3\u9762\u3092\u76f4\u63a5\u53d6\u308a\u8fbc\u307f\u3001\u624b\u4f5c\u696d\u306e\u30ec\u30a4\u30a2\u30a6\u30c8\u3092\u6e1b\u3089\u3057\u306a\u304c\u3089\u5bf8\u6cd5\u7cbe\u5ea6\u3092\u78ba\u4fdd\u3067\u304d\u308b\u3002\n                        <\/p>\n                        <div class=\"tags\">\n                            <span class=\"tag\">\u30b7\u30f3\u30af\u958b\u53e3<\/span>\n                            <span class=\"tag\">\u6c34\u6813\u7a74<\/span>\n                            <span class=\"tag\">\u89d2\u4e38<\/span>\n                            <span class=\"tag\">\u30a6\u30a9\u30fc\u30bf\u30fc\u30d5\u30a9\u30fc\u30eb\u30a8\u30c3\u30b8<\/span>\n                            <span class=\"tag\">\u30a2\u30a4\u30e9\u30f3\u30c9\u30ab\u30a6\u30f3\u30bf\u30fc\u30c8\u30c3\u30d7<\/span>\n                            <span class=\"tag\">\u7d99\u304e\u76ee\u306e\u6e96\u5099<\/span>\n                        <\/div>\n                    <\/div>\n                    <div class=\"industry-image\">\n                        <img decoding=\"async\" src=\"https:\/\/midecnc.com\/wp-content\/uploads\/2026\/06\/Quartz-Countertops.webp\" alt=\"Quartz Countertops\">\n                    <\/div>\n                <\/div>\n\n                <!-- Porcelain -->\n                <div class=\"industry-block\">\n                    <div>\n                        <h3>\u305b\u3063\u5668\u30b9\u30e9\u30d6\u52a0\u5de5<\/h3>\n                        <p>\n                            \u5927\u5224\u30bb\u30e9\u30df\u30c3\u30af\uff08\u30dd\u30fc\u30bb\u30ea\u30f3\uff09\u30b9\u30e9\u30d6\u306f\u3001\u73fe\u4ee3\u306e\u30a4\u30f3\u30c6\u30ea\u30a2\u30c7\u30b6\u30a4\u30f3\u306b\u304a\u3044\u3066\u5929\u7136\u77f3\u306b\u4ee3\u308f\u308a\u3064\u3064\u3042\u308b\u3002\u82b1\u5d17\u5ca9\u3088\u308a\u8584\u3044\u3082\u306e\u306e\u975e\u5e38\u306b\u8106\u304f\u3001\u7cbe\u5bc6\u306a\u5207\u65ad\u304c\u5fc5\u8981\u3067\u3042\u308b\u3002\u591a\u304f\u306e\u30e1\u30fc\u30ab\u30fc\u306f\u3001\u5927\u5224\u30b9\u30e9\u30d6\u3092\u5b89\u5168\u306b\u53d6\u308a\u6271\u3046\u305f\u3081\u306b\u771f\u7a7a\u30ea\u30d5\u30c6\u30a3\u30f3\u30b0\u30b7\u30b9\u30c6\u30e0\u4ed8\u304d\u306e\u30d6\u30ea\u30c3\u30b8\u30bd\u30fc\u3092\u9078\u629e\u3057\u3066\u3044\u308b\u3002\n                        <\/p>\n                        <div class=\"tags\">\n                            <span class=\"tag\">\u30ad\u30c3\u30c1\u30f3\u30ab\u30a6\u30f3\u30bf\u30fc\u30c8\u30c3\u30d7<\/span>\n                            <span class=\"tag\">\u30d0\u30b9\u30eb\u30fc\u30e0\u306e\u58c1<\/span>\n                            <span class=\"tag\">\u5bb6\u5177\u30d1\u30cd\u30eb<\/span>\n                            <span class=\"tag\">\u30ad\u30e3\u30d3\u30cd\u30c3\u30c8\u8868\u9762<\/span>\n                            <span class=\"tag\">\u88c5\u98fe\u58c1\u30b7\u30b9\u30c6\u30e0<\/span>\n                        <\/div>\n                    <\/div>\n                    <div class=\"industry-image\">\n                        <img decoding=\"async\" src=\"https:\/\/midecnc.com\/wp-content\/uploads\/2026\/06\/Porcelain-Slabs.webp\" alt=\"Porcelain Slabs\">\n                    <\/div>\n                <\/div>\n\n                <!-- Monument -->\n                <div class=\"industry-block\">\n                    <div>\n                        <h3>\u8a18\u5ff5\u7891\u30fb\u30e1\u30e2\u30ea\u30a2\u30eb\u7523\u696d<\/h3>\n                        <p>\n                            \u8a18\u5ff5\u7891\u696d\u754c\u3067\u306f\u9ad8\u3044\u5bf8\u6cd5\u7cbe\u5ea6\u3068\u518d\u73fe\u6027\u304c\u6c42\u3081\u3089\u308c\u308b\u3002CNC\u30d6\u30ea\u30c3\u30b8\u30bd\u30fc\u306f\u5f6b\u523b\u3084\u7814\u78e8\u306e\u524d\u6bb5\u968e\u3068\u3057\u3066\u521d\u671f\u6210\u5f62\u3092\u884c\u3044\u3001CNC\u5f6b\u523b\u6a5f\u3068\u9023\u643a\u3057\u3066\u8907\u96d1\u306a\u30ab\u30b9\u30bf\u30e0\u30c7\u30b6\u30a4\u30f3\u3092\u5b8c\u6210\u3055\u305b\u308b\u3053\u3068\u304c\u3067\u304d\u308b\u3002\n                        <\/p>\n                        <div class=\"tags\">\n                            <span class=\"tag\">\u5893\u77f3<\/span>\n                            <span class=\"tag\">\u8a18\u5ff5\u30d7\u30ec\u30fc\u30c8<\/span>\n                            <span class=\"tag\">\u8a18\u5ff5\u7891\u306e\u57fa\u790e\u53f0<\/span>\n                            <span class=\"tag\">\u5893\u5730\u306e\u6a19\u8b58<\/span>\n                            <span class=\"tag\">\u88c5\u98fe\u77f3\u5f6b\u523b<\/span>\n                        <\/div>\n                    <\/div>\n                    <div class=\"industry-image\">\n                        <img decoding=\"async\" src=\"https:\/\/midecnc.com\/wp-content\/uploads\/2026\/06\/Monument-Manufacturing.webp\" alt=\"Monument Manufacturing\">\n                    <\/div>\n                <\/div>\n\n                <!-- Construction Stone -->\n                <div class=\"industry-block\">\n                    <div>\n                        <h3>\u5efa\u7bc9\u7528\u77f3\u6750\u696d\u754c<\/h3>\n                        <p>\n                            \u5927\u898f\u6a21\u5efa\u8a2d\u30d7\u30ed\u30b8\u30a7\u30af\u30c8\u3067\u306f\u3001\u6a19\u6e96\u5316\u3055\u308c\u305f\u77f3\u6750\u90e8\u54c1\u306e\u7d99\u7d9a\u7684\u306a\u751f\u7523\u304c\u5fc5\u8981\u3067\u3042\u308b\u3002\u5efa\u8a2d\u30d7\u30ed\u30b8\u30a7\u30af\u30c8\u306b\u306f\u6570\u5343\u306e\u540c\u4e00\u90e8\u54c1\u304c\u542b\u307e\u308c\u308b\u3053\u3068\u304c\u591a\u304f\u3001\u81ea\u52d5\u5316\u304c\u6975\u3081\u3066\u91cd\u8981\u3068\u306a\u308b\u3002CNC\u30d6\u30ea\u30c3\u30b8\u30bd\u30fc\u306f\u4e00\u8cab\u6027\u3092\u5411\u4e0a\u3055\u305b\u308b\u3068\u540c\u6642\u306b\u3001\u4eba\u4ef6\u8cbb\u3068\u751f\u7523\u30df\u30b9\u3092\u524a\u6e1b\u3059\u308b\u3002\n                        <\/p>\n                        <div class=\"tags\">\n                            <span class=\"tag\">\u5efa\u7269\u306e\u30d5\u30a1\u30b5\u30fc\u30c9<\/span>\n                            <span class=\"tag\">\u5916\u58c1\u30d1\u30cd\u30eb<\/span>\n                            <span class=\"tag\">\u5e8a\u8217\u88c5<\/span>\n                            <span class=\"tag\">\u968e\u6bb5\u306e\u8e0f\u307f\u677f<\/span>\n                            <span class=\"tag\">\u7a93\u53f0<\/span>\n                            <span class=\"tag\">\u30c9\u30a2\u306e\u6577\u5c45<\/span>\n                        <\/div>\n                    <\/div>\n                    <div class=\"industry-image\">\n                        <img decoding=\"async\" src=\"https:\/\/midecnc.com\/wp-content\/uploads\/2026\/06\/construction-industry.webp\" alt=\"Construction Stone\">\n                    <\/div>\n                <\/div>\n\n                <!-- Interior Decoration -->\n                <div class=\"industry-block\">\n                    <div>\n                        <h3>\u30a4\u30f3\u30c6\u30ea\u30a2\u88c5\u98fe\u3068\u30ab\u30b9\u30bf\u30e0\u5bb6\u5177<\/h3>\n                        <p>\n                            \u30a4\u30f3\u30c6\u30ea\u30a2\u30c7\u30b6\u30a4\u30ca\u30fc\u306f\u5929\u7136\u77f3\u3092\u9ad8\u7d1a\u88c5\u98fe\u7d20\u6750\u3068\u3057\u3066\u307e\u3059\u307e\u3059\u4f7f\u7528\u3057\u3066\u3044\u308b\u3002\u3053\u308c\u3089\u306e\u88fd\u54c1\u306f\u4e0d\u898f\u5247\u306a\u5f62\u72b6\u3001\u659c\u3081\u5207\u65ad\u3001\u30ab\u30b9\u30bf\u30e0\u5bf8\u6cd5\u3092\u5fc5\u8981\u3068\u3059\u308b\u3053\u3068\u304c\u591a\u3044\u3002\u591a\u8ef8CNC\u30d6\u30ea\u30c3\u30b8\u30bd\u30fc\u306f\u3001\u9ad8\u7d1a\u30a4\u30f3\u30c6\u30ea\u30a2\u52a0\u5de5\u306b\u5fc5\u8981\u306a\u67d4\u8edf\u6027\u3092\u63d0\u4f9b\u3059\u308b\u3002\n                        <\/p>\n                        <div class=\"tags\">\n                            <span class=\"tag\">\u30c0\u30a4\u30cb\u30f3\u30b0\u30c6\u30fc\u30d6\u30eb<\/span>\n                            <span class=\"tag\">\u30b3\u30fc\u30d2\u30fc\u30c6\u30fc\u30d6\u30eb<\/span>\n                            <span class=\"tag\">\u30c6\u30ec\u30d3\u80cc\u666f\u58c1<\/span>\n                            <span class=\"tag\">\u53d7\u4ed8\u30c7\u30b9\u30af<\/span>\n                            <span class=\"tag\">\u9ad8\u7d1a\u30b7\u30a7\u30eb\u30d5<\/span>\n                            <span class=\"tag\">\u88c5\u98fe\u30d1\u30cd\u30eb<\/span>\n                        <\/div>\n                    <\/div>\n                    <div class=\"industry-image\">\n                        <img decoding=\"async\" src=\"https:\/\/midecnc.com\/wp-content\/uploads\/2026\/06\/Interior-Decoration.webp\" alt=\"Interior Decoration\">\n                    <\/div>\n                <\/div>\n            <\/div>\n        <\/div>\n    <\/section>\n\n    <script>\n        const revealElements = document.querySelectorAll('.industry-block, h2');\n        revealElements.forEach(el => el.classList.add('reveal'));\n        const observer = new IntersectionObserver((entries) => {\n            entries.forEach(entry => {\n                if (entry.isIntersecting) {\n                    entry.target.classList.add('active');\n                    observer.unobserve(entry.target);\n                }\n            });\n        }, { threshold: 0.1, rootMargin: '0px 0px -50px 0px' });\n        revealElements.forEach(el => observer.observe(el));\n    <\/script>\n<\/body>\n<\/html>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\n<\/div>\n<div class=\"elementor-element elementor-element-1915281 e-con e-atomic-element e-flexbox-base e-e2defda\" data-id=\"1915281\" data-element_type=\"e-flexbox\" data-e-type=\"e-flexbox\" data-interaction-id=\"1915281\">\n    \t\t<div class=\"elementor-element elementor-element-a2b2bec elementor-widget elementor-widget-html\" data-id=\"a2b2bec\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"html.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<!DOCTYPE html>\n<html lang=\"en\">\n<head>\n    <meta charset=\"UTF-8\">\n    <meta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\">\n    <title>Comparison Table Section | CNC Bridge Saw<\/title>\n    <style>\n        * {\n            box-sizing: border-box;\n            margin: 0;\n            padding: 0;\n        }\n        html {\n            font-family: 'Geist', -apple-system, BlinkMacSystemFont, \"Segoe UI\", Roboto, \"Helvetica Neue\", Arial, sans-serif;\n            -webkit-font-smoothing: antialiased;\n            -moz-osx-font-smoothing: grayscale;\n        }\n        body {\n            background-color: #ffffff;\n            color: #111827;\n            line-height: 1.5;\n            overflow-x: hidden;\n        }\n        .container {\n            max-width: 72rem;\n            margin: 0 auto;\n            padding: 0 1.5rem;\n        }\n\n        ::-webkit-scrollbar { width: 10px; }\n        ::-webkit-scrollbar-track { background: #f9fafb; }\n        ::-webkit-scrollbar-thumb { background: #111827; border-radius: 5px; }\n        ::selection { background-color: #111827; color: #ffffff; }\n\n        \/* Section base - Full-Bleed background *\/\n        section {\n            padding: 5rem 0;\n            position: relative;\n            width: 100vw;\n            margin-left: calc(50% - 50vw);\n        }\n        .section-gray {\n            background-color: #f9fafb;\n            background-image:\n                radial-gradient(circle at 20% 20%, rgba(17, 24, 39, 0.02) 0%, transparent 50%),\n                radial-gradient(circle at 80% 80%, rgba(17, 24, 39, 0.02) 0%, transparent 50%);\n        }\n\n        h2 {\n            font-size: 2.5rem;\n            font-weight: 800;\n            color: #111827;\n            margin-bottom: 3rem;\n            letter-spacing: -0.02em;\n            position: relative;\n            display: inline-block;\n        }\n        h2::after {\n            content: '';\n            position: absolute;\n            bottom: -0.75rem;\n            left: 0;\n            width: 3rem;\n            height: 4px;\n            background: linear-gradient(90deg, #111827 0%, transparent 100%);\n            border-radius: 2px;\n        }\n\n        \/* Table *\/\n        .table-wrapper {\n            overflow-x: auto;\n            border-radius: 0.75rem;\n            border: 1px solid #e5e7eb;\n            box-shadow: 0 4px 12px -2px rgba(0, 0, 0, 0.05);\n        }\n        table {\n            width: 100%;\n            border-collapse: collapse;\n        }\n        thead tr {\n            background: linear-gradient(135deg, #111827 0%, #1f2937 100%);\n            color: #ffffff;\n        }\n        th {\n            padding: 1.25rem 1.5rem;\n            text-align: left;\n            font-weight: 700;\n        }\n        td {\n            padding: 1.25rem 1.5rem;\n            transition: background-color 0.2s ease;\n        }\n        tbody tr {\n            transition: transform 0.2s ease;\n        }\n        tbody tr:nth-child(even) {\n            background-color: #f9fafb;\n        }\n        tbody tr:nth-child(odd) {\n            background-color: #ffffff;\n        }\n        tbody tr:hover {\n            background-color: #f3f4f6;\n            transform: translateX(4px);\n        }\n        tbody td:first-child {\n            color: #111827;\n            font-weight: 600;\n        }\n        tbody td:last-child {\n            color: #4b5563;\n        }\n\n        .reveal {\n            opacity: 0;\n            transform: translateY(30px);\n            transition: opacity 0.8s ease, transform 0.8s ease;\n        }\n        .reveal.active {\n            opacity: 1;\n            transform: translateY(0);\n        }\n\n        @media (max-width: 768px) {\n            h2 { font-size: 1.875rem; }\n            section { padding: 3rem 0; }\n        }\n    <\/style>\n<\/head>\n<body>\n    <!-- Comparison Table Section -->\n    <section id=\"products\" class=\"section-gray\">\n        <div class=\"container\">\n            <h2>\u696d\u754c\u5225\u63a8\u5968\u69cb\u6210<\/h2>\n\n            <div class=\"table-wrapper\">\n                <table>\n                    <thead>\n                        <tr>\n                            <th>\u7523\u696d<\/th>\n                            <th>\u63a8\u5968\u69cb\u6210<\/th>\n                        <\/tr>\n                    <\/thead>\n                    <tbody>\n                        <tr>\n                            <td>\u82b1\u5d17\u5ca9\u52a0\u5de5<\/td>\n                            <td>5\u8ef8CNC\u30d6\u30ea\u30c3\u30b8\u30bd\u30fc<\/td>\n                        <\/tr>\n                        <tr>\n                            <td>\u5927\u7406\u77f3\u52a0\u5de5<\/td>\n                            <td>4+1\u8ef8 \u307e\u305f\u306f 5\u8ef8<\/td>\n                        <\/tr>\n                        <tr>\n                            <td>\u30af\u30a9\u30fc\u30c4\u30ab\u30a6\u30f3\u30bf\u30fc\u30c8\u30c3\u30d7<\/td>\n                            <td>5\u8ef8CNC\u30d6\u30ea\u30c3\u30b8\u30bd\u30fc<\/td>\n                        <\/tr>\n                        <tr>\n                            <td>\u30bb\u30e9\u30df\u30c3\u30af\uff08\u30dd\u30fc\u30bb\u30ea\u30f3\uff09\u30b9\u30e9\u30d6<\/td>\n                            <td>\u771f\u7a7a\u5438\u7740\u4ed8\u304d5\u8ef8<\/td>\n                        <\/tr>\n                        <tr>\n                            <td>\u8a18\u5ff5\u7891\u88fd\u9020<\/td>\n                            <td>5\u8ef8 + CNC\u5f6b\u523b<\/td>\n                        <\/tr>\n                        <tr>\n                            <td>\u5efa\u7bc9\u7528\u77f3\u6750<\/td>\n                            <td>\u81ea\u52d5CNC\u30d6\u30ea\u30c3\u30b8\u30bd\u30fc<\/td>\n                        <\/tr>\n                        <tr>\n                            <td>\u30a4\u30f3\u30c6\u30ea\u30a2\u88c5\u98fe<\/td>\n                            <td>5\u8ef8CNC\u30d6\u30ea\u30c3\u30b8\u30bd\u30fc<\/td>\n                        <\/tr>\n                        <tr>\n                            <td>\u30ab\u30b9\u30bf\u30e0\u77f3\u6750\u52a0\u5de5<\/td>\n                            <td>\u30d6\u30ea\u30c3\u30b8\u30bd\u30fc + \u30a6\u30a9\u30fc\u30bf\u30fc\u30b8\u30a7\u30c3\u30c8\u8907\u5408\u6a5f<\/td>\n                        <\/tr>\n                    <\/tbody>\n                <\/table>\n            <\/div>\n        <\/div>\n    <\/section>\n\n    <script>\n        const revealElements = document.querySelectorAll('.table-wrapper, h2');\n        revealElements.forEach(el => el.classList.add('reveal'));\n        const observer = new IntersectionObserver((entries) => {\n            entries.forEach(entry => {\n                if (entry.isIntersecting) {\n                    entry.target.classList.add('active');\n                    observer.unobserve(entry.target);\n                }\n            });\n        }, { threshold: 0.1, rootMargin: '0px 0px -50px 0px' });\n        revealElements.forEach(el => observer.observe(el));\n    <\/script>\n<\/body>\n<\/html>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\n<\/div>\n<div class=\"elementor-element elementor-element-eef9d05 e-con e-atomic-element e-flexbox-base e-cd5d7ab\" data-id=\"eef9d05\" data-element_type=\"e-flexbox\" data-e-type=\"e-flexbox\" data-interaction-id=\"eef9d05\">\n    \t\t<div class=\"elementor-element elementor-element-09a2983 elementor-widget elementor-widget-html\" data-id=\"09a2983\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"html.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<!DOCTYPE html>\n<html lang=\"en\">\n<head>\n    <meta charset=\"UTF-8\">\n    <meta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\">\n    <title>Production Line Section | CNC Bridge Saw<\/title>\n    <style>\n        * {\n            box-sizing: border-box;\n            margin: 0;\n            padding: 0;\n        }\n        html {\n            font-family: 'Geist', -apple-system, BlinkMacSystemFont, \"Segoe UI\", Roboto, \"Helvetica Neue\", Arial, sans-serif;\n            -webkit-font-smoothing: antialiased;\n            -moz-osx-font-smoothing: grayscale;\n        }\n        body {\n            background-color: #ffffff;\n            color: #111827;\n            line-height: 1.5;\n            overflow-x: hidden;\n        }\n        .container {\n            max-width: 72rem;\n            margin: 0 auto;\n            padding: 0 1.5rem;\n        }\n\n        ::-webkit-scrollbar { width: 10px; }\n        ::-webkit-scrollbar-track { background: #f9fafb; }\n        ::-webkit-scrollbar-thumb { background: #111827; border-radius: 5px; }\n        ::selection { background-color: #111827; color: #ffffff; }\n\n        \/* Section base - Full-Bleed background *\/\n        section {\n            padding: 5rem 0;\n            position: relative;\n            width: 100vw;\n            margin-left: calc(50% - 50vw);\n        }\n\n        h2 {\n            font-size: 2.5rem;\n            font-weight: 800;\n            color: #111827;\n            margin-bottom: 3rem;\n            letter-spacing: -0.02em;\n            position: relative;\n            display: inline-block;\n        }\n        h2::after {\n            content: '';\n            position: absolute;\n            bottom: -0.75rem;\n            left: 0;\n            width: 3rem;\n            height: 4px;\n            background: linear-gradient(90deg, #111827 0%, transparent 100%);\n            border-radius: 2px;\n        }\n        p {\n            color: #4b5563;\n            margin-bottom: 1rem;\n            line-height: 1.7;\n        }\n\n        \/* Production Line *\/\n        .production-box {\n            background-color: #ffffff;\n            border: 2px solid #111827;\n            border-radius: 0.75rem;\n            padding: 3rem;\n            position: relative;\n            overflow: hidden;\n        }\n        .production-box::before {\n            content: '';\n            position: absolute;\n            top: 0;\n            left: 0;\n            right: 0;\n            height: 4px;\n            background: linear-gradient(90deg, #111827 0%, #374151 50%, #111827 100%);\n        }\n        .production-grid {\n            display: grid;\n            grid-template-columns: repeat(4, 1fr);\n            gap: 1rem;\n            margin-bottom: 2rem;\n        }\n        .production-step {\n            display: flex;\n            align-items: center;\n            gap: 0.75rem;\n            padding: 0.75rem;\n            border-radius: 0.5rem;\n            transition: all 0.3s ease;\n        }\n        .production-step:hover {\n            background-color: #f9fafb;\n            transform: translateY(-2px);\n        }\n        .step-number {\n            flex-shrink: 0;\n            width: 2rem;\n            height: 2rem;\n            background: linear-gradient(135deg, #111827 0%, #1f2937 100%);\n            border-radius: 9999px;\n            display: flex;\n            align-items: center;\n            justify-content: center;\n            color: #ffffff;\n            font-weight: 700;\n            font-size: 0.875rem;\n            transition: transform 0.3s ease;\n        }\n        .production-step:hover .step-number {\n            transform: scale(1.15) rotate(5deg);\n        }\n        .production-step p {\n            margin: 0;\n            color: #374151;\n        }\n        .production-footer {\n            text-align: center;\n            padding-top: 2rem;\n            border-top: 1px solid #e5e7eb;\n            margin: 0;\n        }\n\n        .reveal {\n            opacity: 0;\n            transform: translateY(30px);\n            transition: opacity 0.8s ease, transform 0.8s ease;\n        }\n        .reveal.active {\n            opacity: 1;\n            transform: translateY(0);\n        }\n\n        @media (max-width: 1024px) {\n            .production-grid { grid-template-columns: repeat(2, 1fr); }\n        }\n        @media (max-width: 768px) {\n            h2 { font-size: 1.875rem; }\n            section { padding: 3rem 0; }\n            .production-grid { grid-template-columns: 1fr; }\n        }\n    <\/style>\n<\/head>\n<body>\n    <!-- Production Line Section -->\n    <section>\n        <div class=\"container\">\n            <h2>\u77f3\u6750\u5de5\u5834\u306e\u751f\u7523\u30e9\u30a4\u30f3<\/h2>\n\n            <div class=\"production-box\">\n                <div class=\"production-grid\">\n                    <div class=\"production-step\">\n                        <div class=\"step-number\">1<\/div>\n                        <p>\u30b9\u30e9\u30d6\u642c\u5165<\/p>\n                    <\/div>\n                    <div class=\"production-step\">\n                        <div class=\"step-number\">2<\/div>\n                        <p>\u81ea\u52d5\u6e2c\u5b9a<\/p>\n                    <\/div>\n                    <div class=\"production-step\">\n                        <div class=\"step-number\">3<\/div>\n                        <p>CAD\u30cd\u30b9\u30c6\u30a3\u30f3\u30b0<\/p>\n                    <\/div>\n                    <div class=\"production-step\">\n                        <div class=\"step-number\">4<\/div>\n                        <p>CNC\u30d6\u30ea\u30c3\u30b8\u30bd\u30fc\u5207\u65ad<\/p>\n                    <\/div>\n                    <div class=\"production-step\">\n                        <div class=\"step-number\">5<\/div>\n                        <p>\u7aef\u9762\u7814\u78e8<\/p>\n                    <\/div>\n                    <div class=\"production-step\">\n                        <div class=\"step-number\">6<\/div>\n                        <p>\u7a74\u3042\u3051<\/p>\n                    <\/div>\n                    <div class=\"production-step\">\n                        <div class=\"step-number\">7<\/div>\n                        <p>\u30a6\u30a9\u30fc\u30bf\u30fc\u30b8\u30a7\u30c3\u30c8\uff08\u30aa\u30d7\u30b7\u30e7\u30f3\uff09<\/p>\n                    <\/div>\n                    <div class=\"production-step\">\n                        <div class=\"step-number\">8<\/div>\n                        <p>\u691c\u67fb\u30fb\u68b1\u5305<\/p>\n                    <\/div>\n                <\/div>\n                <p class=\"production-footer\">\n                    \u8907\u6570\u306eCNC\u6a5f\u68b0\u3092\u7d71\u5408\u3059\u308b\u3053\u3068\u3067\u30b9\u30eb\u30fc\u30d7\u30c3\u30c8\u304c\u5927\u5e45\u306b\u5411\u4e0a\u3057\u3001\u4e00\u8cab\u3057\u305f\u88fd\u54c1\u54c1\u8cea\u3092\u7dad\u6301\u3067\u304d\u307e\u3059\u3002\n                <\/p>\n            <\/div>\n        <\/div>\n    <\/section>\n\n    <script>\n        const revealElements = document.querySelectorAll('.production-box, h2');\n        revealElements.forEach(el => el.classList.add('reveal'));\n        const observer = new IntersectionObserver((entries) => {\n            entries.forEach(entry => {\n                if (entry.isIntersecting) {\n                    entry.target.classList.add('active');\n                    observer.unobserve(entry.target);\n                }\n            });\n        }, { threshold: 0.1, rootMargin: '0px 0px -50px 0px' });\n        revealElements.forEach(el => observer.observe(el));\n    <\/script>\n<\/body>\n<\/html>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\n<\/div>\n<div class=\"elementor-element elementor-element-1106862 e-con e-atomic-element e-flexbox-base e-be16bc4\" data-id=\"1106862\" data-element_type=\"e-flexbox\" data-e-type=\"e-flexbox\" data-interaction-id=\"1106862\">\n    \t\t<div class=\"elementor-element elementor-element-408b4f4 elementor-widget elementor-widget-html\" data-id=\"408b4f4\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"html.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<!DOCTYPE html>\n<html lang=\"en\">\n<head>\n    <meta charset=\"UTF-8\">\n    <meta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\">\n    <title>CTA Section | CNC Bridge Saw<\/title>\n    <style>\n        * {\n            box-sizing: border-box;\n            margin: 0;\n            padding: 0;\n        }\n        html {\n            font-family: 'Geist', -apple-system, BlinkMacSystemFont, \"Segoe UI\", Roboto, \"Helvetica Neue\", Arial, sans-serif;\n            -webkit-font-smoothing: antialiased;\n            -moz-osx-font-smoothing: grayscale;\n        }\n        body {\n            background-color: #ffffff;\n            color: #111827;\n            line-height: 1.5;\n            overflow-x: hidden;\n        }\n        .container {\n            max-width: 72rem;\n            margin: 0 auto;\n            padding: 0 1.5rem;\n        }\n\n        ::-webkit-scrollbar { width: 10px; }\n        ::-webkit-scrollbar-track { background: #f9fafb; }\n        ::-webkit-scrollbar-thumb { background: #111827; border-radius: 5px; }\n        ::selection { background-color: #111827; color: #ffffff; }\n\n        \/* Section base - Full-Bleed background *\/\n        section {\n            padding: 5rem 0;\n            position: relative;\n            width: 100vw;\n            margin-left: calc(50% - 50vw);\n        }\n\n        h2 {\n            font-size: 2.5rem;\n            font-weight: 800;\n            color: #111827;\n            margin-bottom: 3rem;\n            letter-spacing: -0.02em;\n            position: relative;\n            display: inline-block;\n        }\n        h2::after {\n            content: '';\n            position: absolute;\n            bottom: -0.75rem;\n            left: 0;\n            width: 3rem;\n            height: 4px;\n            background: linear-gradient(90deg, #111827 0%, transparent 100%);\n            border-radius: 2px;\n        }\n        h3 {\n            font-size: 1.25rem;\n            font-weight: 700;\n            color: #111827;\n            margin-bottom: 0.75rem;\n        }\n\n        \/* CTA Section - Full-Bleed gradient background *\/\n        .cta {\n            background: linear-gradient(135deg, #111827 0%, #1f2937 50%, #111827 100%);\n            color: #ffffff;\n            text-align: center;\n            position: relative;\n            overflow: hidden;\n        }\n        .cta::before {\n            content: '';\n            position: absolute;\n            top: -50%;\n            left: -50%;\n            width: 200%;\n            height: 200%;\n            background: radial-gradient(circle, rgba(255,255,255,0.05) 0%, transparent 50%);\n            animation: rotate 20s linear infinite;\n        }\n        .cta > .container {\n            position: relative;\n            z-index: 1;\n        }\n        .cta h2 {\n            color: #ffffff;\n            margin-bottom: 1.5rem;\n        }\n        .cta h2::after {\n            background: linear-gradient(90deg, #ffffff 0%, transparent 100%);\n        }\n        .cta-desc {\n            font-size: 1.125rem;\n            color: #d1d5db;\n            max-width: 42rem;\n            margin: 0 auto 3rem;\n            line-height: 1.7;\n        }\n        .cta-grid {\n            display: grid;\n            grid-template-columns: repeat(3, 1fr);\n            gap: 1.5rem;\n            margin-bottom: 3rem;\n        }\n        .cta-card {\n            background-color: rgba(255, 255, 255, 0.08);\n            border: 1px solid rgba(255, 255, 255, 0.1);\n            border-radius: 0.75rem;\n            padding: 1.75rem;\n            backdrop-filter: blur(8px);\n            -webkit-backdrop-filter: blur(8px);\n            text-align: left;\n            transition: all 0.4s ease;\n        }\n        .cta-card:hover {\n            background-color: rgba(255, 255, 255, 0.12);\n            transform: translateY(-6px);\n            border-color: rgba(255, 255, 255, 0.2);\n        }\n        .cta-icon {\n            width: 2.75rem;\n            height: 2.75rem;\n            background: linear-gradient(135deg, rgba(255,255,255,0.15) 0%, rgba(255,255,255,0.05) 100%);\n            border: 1px solid rgba(255, 255, 255, 0.1);\n            border-radius: 0.625rem;\n            display: flex;\n            align-items: center;\n            justify-content: center;\n            color: #ffffff;\n            margin-bottom: 1rem;\n            transition: all 0.4s ease;\n        }\n        .cta-card:hover .cta-icon {\n            transform: scale(1.1);\n            background: linear-gradient(135deg, rgba(255,255,255,0.25) 0%, rgba(255,255,255,0.1) 100%);\n        }\n        .cta-icon svg {\n            width: 1.25rem;\n            height: 1.25rem;\n            stroke-width: 2;\n        }\n        .cta-card h3 {\n            color: #ffffff;\n            margin-bottom: 0.5rem;\n        }\n        .cta-card p {\n            color: #d1d5db;\n            font-size: 0.875rem;\n            margin: 0;\n        }\n        .cta-btn {\n            display: inline-block;\n            padding: 1.125rem 2.5rem;\n            font-weight: 700;\n            color: #111827;\n            background-color: #ffffff;\n            border-radius: 0.5rem;\n            text-decoration: none;\n            transition: all 0.3s ease;\n            box-shadow: 0 4px 20px -4px rgba(255, 255, 255, 0.3);\n            position: relative;\n            overflow: hidden;\n        }\n        .cta-btn::before {\n            content: '';\n            position: absolute;\n            inset: 0;\n            background: linear-gradient(135deg, transparent 30%, rgba(17, 24, 39, 0.1) 50%, transparent 70%);\n            transform: translateX(-100%);\n            transition: transform 0.6s ease;\n        }\n        .cta-btn:hover {\n            transform: translateY(-3px) scale(1.02);\n            box-shadow: 0 8px 30px -4px rgba(255, 255, 255, 0.4);\n        }\n        .cta-btn:hover::before {\n            transform: translateX(100%);\n        }\n\n        .reveal {\n            opacity: 0;\n            transform: translateY(30px);\n            transition: opacity 0.8s ease, transform 0.8s ease;\n        }\n        .reveal.active {\n            opacity: 1;\n            transform: translateY(0);\n        }\n\n        @keyframes rotate {\n            from { transform: rotate(0deg); }\n            to { transform: rotate(360deg); }\n        }\n\n        @media (max-width: 1024px) {\n            .cta-grid { grid-template-columns: repeat(2, 1fr); }\n        }\n        @media (max-width: 768px) {\n            h2 { font-size: 1.875rem; }\n            section { padding: 3rem 0; }\n            .cta-grid { grid-template-columns: 1fr; }\n        }\n    <\/style>\n<\/head>\n<body>\n    <!-- CTA Section -->\n    <section class=\"cta\" id=\"contact\">\n        <div class=\"container\">\n            <h2>\u3042\u306a\u305f\u306e\u30d3\u30b8\u30cd\u30b9\u306b\u6700\u9069\u306aCNC\u30d6\u30ea\u30c3\u30b8\u30bd\u30fc\u3092\u304a\u9078\u3073\u304f\u3060\u3055\u3044<\/h2>\n            <p class=\"cta-desc\">\n                \u696d\u754c\u306b\u3088\u3063\u3066\u751f\u7523\u306e\u512a\u5148\u4e8b\u9805\u306f\u7570\u306a\u308a\u307e\u3059\u3002\u8a2d\u5099\u306b\u6295\u8cc7\u3059\u308b\u524d\u306b\u3001\u30e1\u30fc\u30ab\u30fc\u306f\u77f3\u6750\u306e\u7a2e\u985e\u3001\u88fd\u54c1\u30bf\u30a4\u30d7\u30011\u65e5\u306e\u751f\u7523\u80fd\u529b\u3001\u81ea\u52d5\u5316\u8981\u4ef6\u3001\u5de5\u5834\u30b9\u30da\u30fc\u30b9\u3001\u5c06\u6765\u306e\u4e8b\u696d\u62e1\u5927\u3092\u8a55\u4fa1\u3059\u308b\u5fc5\u8981\u304c\u3042\u308a\u307e\u3059\u3002\n            <\/p>\n\n            <div class=\"cta-grid\">\n                <div class=\"cta-card\">\n                    <div class=\"cta-icon\">\n                        <svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><path d=\"M16.5 9.4l-9-5.19\"\/><path d=\"M21 16V8a2 2 0 0 0-1-1.73l-7-4a2 2 0 0 0-2 0l-7 4A2 2 0 0 0 3 8v8a2 2 0 0 0 1 1.73l7 4a2 2 0 0 0 2 0l7-4A2 2 0 0 0 21 16z\"\/><polyline points=\"3.27 6.96 12 12.01 20.73 6.96\"\/><line x1=\"12\" y1=\"22.08\" x2=\"12\" y2=\"12\"\/><\/svg>\n                    <\/div>\n                    <h3>\u77f3\u6750<\/h3>\n                    <p>\u52a0\u5de5\u3059\u308b\u4e3b\u8981\u306a\u77f3\u6750\u306e\u7a2e\u985e\u3092\u8a55\u4fa1\u3059\u308b<\/p>\n                <\/div>\n                <div class=\"cta-card\">\n                    <div class=\"cta-icon\">\n                        <svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><polygon points=\"12 2 2 7 12 12 22 7 12 2\"\/><polyline points=\"2 17 12 22 22 17\"\/><polyline points=\"2 12 12 17 22 12\"\/><\/svg>\n                    <\/div>\n                    <h3>\u88fd\u54c1\u30bf\u30a4\u30d7<\/h3>\n                    <p>\u751f\u7523\u3059\u308b\u88fd\u54c1\u7bc4\u56f2\u3092\u6c7a\u5b9a\u3059\u308b<\/p>\n                <\/div>\n                <div class=\"cta-card\">\n                    <div class=\"cta-icon\">\n                        <svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><polyline points=\"23 6 13.5 15.5 8.5 10.5 1 18\"\/><polyline points=\"17 6 23 6 23 12\"\/><\/svg>\n                    <\/div>\n                    <h3>\u751f\u7523\u80fd\u529b\u306e\u30cb\u30fc\u30ba<\/h3>\n                    <p>\u65e5\u6b21\u751f\u7523\u76ee\u6a19\u3092\u8a08\u7b97\u3059\u308b<\/p>\n                <\/div>\n            <\/div>\n\n            <a href=\"https:\/\/wa.me\/8615594977687\" class=\"cta-btn\">\u30b3\u30f3\u30b5\u30eb\u30c6\u30fc\u30b7\u30e7\u30f3\u958b\u59cb<\/a>\n        <\/div>\n    <\/section>\n\n    <script>\n        const revealElements = document.querySelectorAll('.cta-card, h2');\n        revealElements.forEach(el => el.classList.add('reveal'));\n        const observer = new IntersectionObserver((entries) => {\n            entries.forEach(entry => {\n                if (entry.isIntersecting) {\n                    entry.target.classList.add('active');\n                    observer.unobserve(entry.target);\n                }\n            });\n        }, { threshold: 0.1, rootMargin: '0px 0px -50px 0px' });\n        revealElements.forEach(el => observer.observe(el));\n    <\/script>\n<\/body>\n<\/html>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\n<\/div>\n<div class=\"elementor-element elementor-element-607ff34f e-grid e-con-boxed e-con e-parent\" data-id=\"607ff34f\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t<div class=\"elementor-element elementor-element-49618a9f e-con-full e-flex e-con e-child\" data-id=\"49618a9f\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-2412d9bf elementor-widget elementor-widget-heading\" data-id=\"2412d9bf\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<h2 class=\"elementor-heading-title elementor-size-default\">\u63a8\u5968\u6a5f\u68b0<\/h2>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-2082f620 elementor-widget elementor-widget-text-editor\" data-id=\"2082f620\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t<p>\u30a4\u30f3\u30c6\u30ea\u30a2\u88c5\u98fe\u306e\u5c02\u9580\u5bb6\u306b\u5411\u3051\u3066\u3001Midecnc \u306f\u9ad8\u7cbe\u5ea6\u30fb\u9ad8\u52b9\u7387\u30fb\u5275\u9020\u7684\u306a\u67d4\u8edf\u6027\u3092\u517c\u306d\u5099\u3048\u305f CNC \u30de\u30b7\u30f3\u3092\u63d0\u4f9b\u3057\u3066\u3044\u307e\u3059\u3002\u713c\u7d50\u77f3\u3001\u30bb\u30e9\u30df\u30c3\u30af\u30d1\u30cd\u30eb\u3001\u8907\u5408\u6750\u6599\u306a\u3069\u3092\u6271\u3046\u969b\u306b\u3082\u3001\u5f53\u793e\u306e\u30d6\u30ea\u30c3\u30b8\u30bd\u30fc\u3068\u5f6b\u523b\u30b7\u30b9\u30c6\u30e0\u306f\u3001\u82b8\u8853\u7684\u306a\u30c7\u30a3\u30c6\u30fc\u30eb\u52a0\u5de5\u3068\u69cb\u9020\u7684\u306a\u88fd\u9020\u306e\u4e21\u65b9\u306b\u6700\u9069\u5316\u3055\u308c\u3066\u3044\u307e\u3059\u3002<\/p>\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-68ad6b31 e-grid e-con-full e-con e-child\" data-id=\"68ad6b31\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t<div class=\"elementor-element elementor-element-75142b2a e-con-full e-flex e-con e-child\" data-id=\"75142b2a\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-6014c597 elementor-widget__width-initial elementor-widget elementor-widget-image\" data-id=\"6014c597\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"image.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<a href=\"https:\/\/midecnc.com\/ja\/product\/5-axis-cnc-bridge-saw\/\">\n\t\t\t\t\t\t\t<img fetchpriority=\"high\" decoding=\"async\" width=\"1000\" height=\"692\" src=\"https:\/\/midecnc.com\/wp-content\/uploads\/2026\/05\/5-axis-bridge-saw.webp\" class=\"elementor-animation-grow attachment-full size-full wp-image-5354\" alt=\"\" srcset=\"https:\/\/midecnc.com\/wp-content\/uploads\/2026\/05\/5-axis-bridge-saw.webp 1000w, https:\/\/midecnc.com\/wp-content\/uploads\/2026\/05\/5-axis-bridge-saw-300x208.webp 300w, https:\/\/midecnc.com\/wp-content\/uploads\/2026\/05\/5-axis-bridge-saw-768x531.webp 768w, https:\/\/midecnc.com\/wp-content\/uploads\/2026\/05\/5-axis-bridge-saw-18x12.webp 18w, https:\/\/midecnc.com\/wp-content\/uploads\/2026\/05\/5-axis-bridge-saw-600x415.webp 600w\" sizes=\"(max-width: 1000px) 100vw, 1000px\" \/>\t\t\t\t\t\t\t\t<\/a>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-386eb76e e-con-full e-flex e-con e-child\" data-id=\"386eb76e\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-451c348a elementor-widget elementor-widget-heading\" data-id=\"451c348a\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<h2 class=\"elementor-heading-title elementor-size-default\">5\u8ef8CNC\u30d6\u30ea\u30c3\u30b8\u30bd\u30fc<\/h2>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-5d1c918 elementor-widget elementor-widget-heading\" data-id=\"5d1c918\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<h6 class=\"elementor-heading-title elementor-size-default\">\u9ad8\u7d1a\u306a\u30a4\u30f3\u30c6\u30ea\u30a2\u304a\u3088\u3073\u5efa\u7bc9\u7528\u9014\u5411\u3051\u306b\u8a2d\u8a08\u3055\u308c\u305f5\u8ef8CNC\u30d6\u30ea\u30c3\u30b8\u30bd\u30fc\u306f\u3001\u8d85\u9ad8\u7cbe\u5ea6\u306e\u7559\u3081\u5207\u308a\u3001\u66f2\u7dda\u6210\u5f62\u3001\u30b7\u30f3\u30af\u958b\u53e3\u3001\u3055\u3089\u306b\u306f\u6d6e\u304d\u5f6b\u308a\u52a0\u5de5\u307e\u3067\u3001\u3059\u3079\u3066\u3092\u30a4\u30f3\u30c6\u30ea\u30b8\u30a7\u30f3\u30c8\u306a\u30ef\u30fc\u30af\u30d5\u30ed\u30fc\u3067\u5b9f\u73fe\u3057\u307e\u3059\u3002\u713c\u7d50\u77f3\u3001\u5927\u7406\u77f3\u3001\u30af\u30a9\u30fc\u30c4\u3001\u30bb\u30e9\u30df\u30c3\u30af\u30d1\u30cd\u30eb\u306b\u5bfe\u5fdc\u3057\u3001\u8a2d\u8a08\u8005\u3068\u52a0\u5de5\u696d\u8005\u306b\u5353\u8d8a\u3057\u305f\u52b9\u7387\u6027\u3068\u591a\u69d8\u6027\u3092\u63d0\u4f9b\u3057\u307e\u3059\u3002<\/h6>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-4e934a40 elementor-align-start elementor-icon-list--layout-traditional elementor-list-item-link-full_width elementor-widget elementor-widget-icon-list\" data-id=\"4e934a40\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"icon-list.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t<ul class=\"elementor-icon-list-items\">\n\t\t\t\t\t\t\t<li class=\"elementor-icon-list-item\">\n\t\t\t\t\t\t\t\t\t\t\t<span class=\"elementor-icon-list-icon\">\n\t\t\t\t\t\t\t<svg aria-hidden=\"true\" class=\"e-font-icon-svg e-far-check-square\" viewbox=\"0 0 448 512\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"><path d=\"M400 32H48C21.49 32 0 53.49 0 80v352c0 26.51 21.49 48 48 48h352c26.51 0 48-21.49 48-48V80c0-26.51-21.49-48-48-48zm0 400H48V80h352v352zm-35.864-241.724L191.547 361.48c-4.705 4.667-12.303 4.637-16.97-.068l-90.781-91.516c-4.667-4.705-4.637-12.303.069-16.971l22.719-22.536c4.705-4.667 12.303-4.637 16.97.069l59.792 60.277 141.352-140.216c4.705-4.667 12.303-4.637 16.97.068l22.536 22.718c4.667 4.706 4.637 12.304-.068 16.971z\"><\/path><\/svg>\t\t\t\t\t\t<\/span>\n\t\t\t\t\t\t\t\t\t\t<span class=\"elementor-icon-list-text\">\u64ae\u5f71\uff06\u5438\u76e4\u30b7\u30b9\u30c6\u30e0\uff1a\u9ad8\u5ea6\u306a\u4f4d\u7f6e\u5408\u308f\u305b\u3068\u77f3\u6750\u56fa\u5b9a\u30b7\u30b9\u30c6\u30e0\u306b\u3088\u308a\u3001\u5b89\u5168\u6027\u3068\u7cbe\u5ea6\u304c\u5411\u4e0a\u3057\u307e\u3059\u3002<\/span>\n\t\t\t\t\t\t\t\t\t<\/li>\n\t\t\t\t\t\t\t\t<li class=\"elementor-icon-list-item\">\n\t\t\t\t\t\t\t\t\t\t\t<span class=\"elementor-icon-list-icon\">\n\t\t\t\t\t\t\t<svg aria-hidden=\"true\" class=\"e-font-icon-svg e-far-check-square\" viewbox=\"0 0 448 512\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"><path d=\"M400 32H48C21.49 32 0 53.49 0 80v352c0 26.51 21.49 48 48 48h352c26.51 0 48-21.49 48-48V80c0-26.51-21.49-48-48-48zm0 400H48V80h352v352zm-35.864-241.724L191.547 361.48c-4.705 4.667-12.303 4.637-16.97-.068l-90.781-91.516c-4.667-4.705-4.637-12.303.069-16.971l22.719-22.536c4.705-4.667 12.303-4.637 16.97.069l59.792 60.277 141.352-140.216c4.705-4.667 12.303-4.637 16.97.068l22.536 22.718c4.667 4.706 4.637 12.304-.068 16.971z\"><\/path><\/svg>\t\t\t\t\t\t<\/span>\n\t\t\t\t\t\t\t\t\t\t<span class=\"elementor-icon-list-text\">\u771f\u306e5\u8ef8\u5207\u65ad\uff1aXYZ\u5168\u65b9\u5411\u306e\u52d5\u304d\u306b\u52a0\u3048\u3001\u30b9\u30d4\u30f3\u30c9\u30eb\u306e\u56de\u8ee2\u3068\u50be\u659c\u306b\u3088\u308a\u3001\u9ad8\u5ea6\u306a3D\u52a0\u5de5\u3001\u30a8\u30c3\u30b8\u6210\u5f62\u3001\u6700\u592745\u00b0\u306e\u659c\u3081\u5207\u65ad\u304c\u53ef\u80fd\u3067\u3059\u3002<\/span>\n\t\t\t\t\t\t\t\t\t<\/li>\n\t\t\t\t\t\t\t\t<li class=\"elementor-icon-list-item\">\n\t\t\t\t\t\t\t\t\t\t\t<span class=\"elementor-icon-list-icon\">\n\t\t\t\t\t\t\t<svg aria-hidden=\"true\" class=\"e-font-icon-svg e-far-check-square\" viewbox=\"0 0 448 512\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"><path d=\"M400 32H48C21.49 32 0 53.49 0 80v352c0 26.51 21.49 48 48 48h352c26.51 0 48-21.49 48-48V80c0-26.51-21.49-48-48-48zm0 400H48V80h352v352zm-35.864-241.724L191.547 361.48c-4.705 4.667-12.303 4.637-16.97-.068l-90.781-91.516c-4.667-4.705-4.637-12.303.069-16.971l22.719-22.536c4.705-4.667 12.303-4.637 16.97.069l59.792 60.277 141.352-140.216c4.705-4.667 12.303-4.637 16.97.068l22.536 22.718c4.667 4.706 4.637 12.304-.068 16.971z\"><\/path><\/svg>\t\t\t\t\t\t<\/span>\n\t\t\t\t\t\t\t\t\t\t<span class=\"elementor-icon-list-text\">\u8907\u96d1\u306a\u5f62\u72b6\u306b\u5bfe\u5fdc\uff1a\u4e09\u89d2\u5f62\u3001\u6955\u5186\u5f62\u3001\u3072\u3057\u5f62\u3001\u5186\u5f62\u3001\u30ab\u30a6\u30f3\u30bf\u30fc\u30c8\u30c3\u30d7\u3001\u30c6\u30fc\u30d6\u30eb\u306a\u3069\u306e\u5207\u65ad\u306b\u6700\u9069\u3067\u3059\u3002<\/span>\n\t\t\t\t\t\t\t\t\t<\/li>\n\t\t\t\t\t\t<\/ul>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-25eff632 elementor-widget elementor-widget-button\" data-id=\"25eff632\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"button.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t<div class=\"elementor-button-wrapper\">\n\t\t\t\t\t<a class=\"elementor-button elementor-button-link elementor-size-sm elementor-animation-grow\" href=\"https:\/\/midecnc.com\/ja\/5-axis-cnc-bridge-saw\/\">\n\t\t\t\t\t\t<span class=\"elementor-button-content-wrapper\">\n\t\t\t\t\t\t\t\t\t<span class=\"elementor-button-text\">\u3059\u3079\u3066\u306e\u6a5f\u68b0\u3092\u898b\u308b<\/span>\n\t\t\t\t\t<\/span>\n\t\t\t\t\t<\/a>\n\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-70c70d06 e-con-full e-flex e-con e-child\" data-id=\"70c70d06\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-1a357480 elementor-widget__width-initial elementor-widget elementor-widget-image\" data-id=\"1a357480\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"image.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<a href=\"https:\/\/midecnc.com\/ja\/product\/41-cnc-bridge-saw-4-aixs-marble-stone-bridge-saw-machine\/\">\n\t\t\t\t\t\t\t<img decoding=\"async\" width=\"1706\" height=\"1279\" src=\"https:\/\/midecnc.com\/wp-content\/uploads\/2025\/04\/\u5fae\u4fe1\u56fe\u7247_20250405202057-3.jpg\" class=\"elementor-animation-grow attachment-full size-full wp-image-746\" alt=\"\" srcset=\"https:\/\/midecnc.com\/wp-content\/uploads\/2025\/04\/\u5fae\u4fe1\u56fe\u7247_20250405202057-3.jpg 1706w, https:\/\/midecnc.com\/wp-content\/uploads\/2025\/04\/\u5fae\u4fe1\u56fe\u7247_20250405202057-3-300x225.jpg 300w, https:\/\/midecnc.com\/wp-content\/uploads\/2025\/04\/\u5fae\u4fe1\u56fe\u7247_20250405202057-3-1024x768.jpg 1024w, https:\/\/midecnc.com\/wp-content\/uploads\/2025\/04\/\u5fae\u4fe1\u56fe\u7247_20250405202057-3-768x576.jpg 768w, https:\/\/midecnc.com\/wp-content\/uploads\/2025\/04\/\u5fae\u4fe1\u56fe\u7247_20250405202057-3-1536x1152.jpg 1536w, https:\/\/midecnc.com\/wp-content\/uploads\/2025\/04\/\u5fae\u4fe1\u56fe\u7247_20250405202057-3-16x12.jpg 16w, https:\/\/midecnc.com\/wp-content\/uploads\/2025\/04\/\u5fae\u4fe1\u56fe\u7247_20250405202057-3-1320x990.jpg 1320w, https:\/\/midecnc.com\/wp-content\/uploads\/2025\/04\/\u5fae\u4fe1\u56fe\u7247_20250405202057-3-600x450.jpg 600w\" sizes=\"(max-width: 1706px) 100vw, 1706px\" \/>\t\t\t\t\t\t\t\t<\/a>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-7ff35bef e-con-full e-flex e-con e-child\" data-id=\"7ff35bef\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-30dea7b8 elementor-widget elementor-widget-heading\" data-id=\"30dea7b8\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<h2 class=\"elementor-heading-title elementor-size-default\">4+1\u8ef8CNC\u30d6\u30ea\u30c3\u30b8\u30bd\u30fc<\/h2>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-78922164 elementor-widget elementor-widget-heading\" data-id=\"78922164\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<h6 class=\"elementor-heading-title elementor-size-default\">\u7559\u3081\u5207\u308a\u3001\u76f4\u7dda\u7814\u78e8\u3001\u57cb\u3081\u8fbc\u307f\u30b9\u30ed\u30c3\u30c8\u52a0\u5de5\u304c\u5fc5\u8981\u306a\u30d7\u30ed\u30b8\u30a7\u30af\u30c8\u306b\u6700\u9069\u306a\u9078\u629e\u3067\u3059\u3002\u4fe1\u983c\u6027\u304c\u9ad8\u304f\u3001\u9ad8\u901f\u3067\u3001\u65e5\u5e38\u306e\u5ba4\u5185\u5207\u65ad\u4f5c\u696d\u306b\u4f7f\u3044\u3084\u3059\u3044\u8a2d\u8a08\u3067\u3059\u3002<\/h6>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-2636f603 elementor-icon-list--layout-traditional elementor-list-item-link-full_width elementor-widget elementor-widget-icon-list\" data-id=\"2636f603\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"icon-list.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t<ul class=\"elementor-icon-list-items\">\n\t\t\t\t\t\t\t<li class=\"elementor-icon-list-item\">\n\t\t\t\t\t\t\t\t\t\t\t<span class=\"elementor-icon-list-icon\">\n\t\t\t\t\t\t\t<svg aria-hidden=\"true\" class=\"e-font-icon-svg e-far-check-square\" viewbox=\"0 0 448 512\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"><path d=\"M400 32H48C21.49 32 0 53.49 0 80v352c0 26.51 21.49 48 48 48h352c26.51 0 48-21.49 48-48V80c0-26.51-21.49-48-48-48zm0 400H48V80h352v352zm-35.864-241.724L191.547 361.48c-4.705 4.667-12.303 4.637-16.97-.068l-90.781-91.516c-4.667-4.705-4.637-12.303.069-16.971l22.719-22.536c4.705-4.667 12.303-4.637 16.97.069l59.792 60.277 141.352-140.216c4.705-4.667 12.303-4.637 16.97.068l22.536 22.718c4.667 4.706 4.637 12.304-.068 16.971z\"><\/path><\/svg>\t\t\t\t\t\t<\/span>\n\t\t\t\t\t\t\t\t\t\t<span class=\"elementor-icon-list-text\"> \u00b190\u00b0\u306e\u30d6\u30ec\u30fc\u30c9\u56de\u8ee2\u30010\uff5e90\u00b0\u306e\u50be\u659c\u5bfe\u5fdc<\/span>\n\t\t\t\t\t\t\t\t\t<\/li>\n\t\t\t\t\t\t\t\t<li class=\"elementor-icon-list-item\">\n\t\t\t\t\t\t\t\t\t\t\t<span class=\"elementor-icon-list-icon\">\n\t\t\t\t\t\t\t<svg aria-hidden=\"true\" class=\"e-font-icon-svg e-far-check-square\" viewbox=\"0 0 448 512\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"><path d=\"M400 32H48C21.49 32 0 53.49 0 80v352c0 26.51 21.49 48 48 48h352c26.51 0 48-21.49 48-48V80c0-26.51-21.49-48-48-48zm0 400H48V80h352v352zm-35.864-241.724L191.547 361.48c-4.705 4.667-12.303 4.637-16.97-.068l-90.781-91.516c-4.667-4.705-4.637-12.303.069-16.971l22.719-22.536c4.705-4.667 12.303-4.637 16.97.069l59.792 60.277 141.352-140.216c4.705-4.667 12.303-4.637 16.97.068l22.536 22.718c4.667 4.706 4.637 12.304-.068 16.971z\"><\/path><\/svg>\t\t\t\t\t\t<\/span>\n\t\t\t\t\t\t\t\t\t\t<span class=\"elementor-icon-list-text\">\u30ad\u30e3\u30d3\u30cd\u30c3\u30c8\u6e9d\u52a0\u5de5\u3084\u7167\u660e\u30b9\u30ed\u30c3\u30c8\u4f5c\u6210\u306b\u6700\u9069<\/span>\n\t\t\t\t\t\t\t\t\t<\/li>\n\t\t\t\t\t\t\t\t<li class=\"elementor-icon-list-item\">\n\t\t\t\t\t\t\t\t\t\t\t<span class=\"elementor-icon-list-icon\">\n\t\t\t\t\t\t\t<svg aria-hidden=\"true\" class=\"e-font-icon-svg e-far-check-square\" viewbox=\"0 0 448 512\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"><path d=\"M400 32H48C21.49 32 0 53.49 0 80v352c0 26.51 21.49 48 48 48h352c26.51 0 48-21.49 48-48V80c0-26.51-21.49-48-48-48zm0 400H48V80h352v352zm-35.864-241.724L191.547 361.48c-4.705 4.667-12.303 4.637-16.97-.068l-90.781-91.516c-4.667-4.705-4.637-12.303.069-16.971l22.719-22.536c4.705-4.667 12.303-4.637 16.97.069l59.792 60.277 141.352-140.216c4.705-4.667 12.303-4.637 16.97.068l22.536 22.718c4.667 4.706 4.637 12.304-.068 16.971z\"><\/path><\/svg>\t\t\t\t\t\t<\/span>\n\t\t\t\t\t\t\t\t\t\t<span class=\"elementor-icon-list-text\">\u9ad8\u8010\u4e45\u30d5\u30ec\u30fc\u30e0\uff06\u7c21\u5358\u64cd\u4f5c\uff1a\u5b89\u5b9a\u6027\u3068\u76f4\u611f\u7684\u306a\u64cd\u4f5c\u6027\u3092\u5b9f\u73fe<\/span>\n\t\t\t\t\t\t\t\t\t<\/li>\n\t\t\t\t\t\t<\/ul>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-2809c94c elementor-widget elementor-widget-button\" data-id=\"2809c94c\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"button.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t<div class=\"elementor-button-wrapper\">\n\t\t\t\t\t<a class=\"elementor-button elementor-button-link elementor-size-sm elementor-animation-grow\" href=\"https:\/\/midecnc.com\/ja\/4-axis-cnc-bridge-saw\/\">\n\t\t\t\t\t\t<span class=\"elementor-button-content-wrapper\">\n\t\t\t\t\t\t\t\t\t<span class=\"elementor-button-text\">\u3059\u3079\u3066\u306e\u6a5f\u68b0\u3092\u898b\u308b<\/span>\n\t\t\t\t\t<\/span>\n\t\t\t\t\t<\/a>\n\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-7597a67f e-con-full e-flex e-con e-child\" data-id=\"7597a67f\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-6d47b500 elementor-widget__width-initial elementor-widget elementor-widget-image\" data-id=\"6d47b500\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"image.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<a href=\"https:\/\/midecnc.com\/ja\/product\/5-axis-waterjet-cutting-stone-metal-ceramics\/\">\n\t\t\t\t\t\t\t<img decoding=\"async\" width=\"1000\" height=\"596\" src=\"https:\/\/midecnc.com\/wp-content\/uploads\/2026\/05\/AC5-Axis-Waterjet.webp\" class=\"elementor-animation-grow attachment-full size-full wp-image-5349\" alt=\"\" srcset=\"https:\/\/midecnc.com\/wp-content\/uploads\/2026\/05\/AC5-Axis-Waterjet.webp 1000w, https:\/\/midecnc.com\/wp-content\/uploads\/2026\/05\/AC5-Axis-Waterjet-300x179.webp 300w, https:\/\/midecnc.com\/wp-content\/uploads\/2026\/05\/AC5-Axis-Waterjet-768x458.webp 768w, https:\/\/midecnc.com\/wp-content\/uploads\/2026\/05\/AC5-Axis-Waterjet-18x12.webp 18w, https:\/\/midecnc.com\/wp-content\/uploads\/2026\/05\/AC5-Axis-Waterjet-600x358.webp 600w\" sizes=\"(max-width: 1000px) 100vw, 1000px\" \/>\t\t\t\t\t\t\t\t<\/a>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-3d86fcb e-con-full e-flex e-con e-child\" data-id=\"3d86fcb\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-13323510 elementor-widget elementor-widget-heading\" data-id=\"13323510\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<h2 class=\"elementor-heading-title elementor-size-default\">AC 5\u8ef8CNC\u30a6\u30a9\u30fc\u30bf\u30fc\u30b8\u30a7\u30c3\u30c8\u5207\u65ad\u6a5f\uff084020AC\uff09<\/h2>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-7c3b083a elementor-widget elementor-widget-heading\" data-id=\"7c3b083a\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<h6 class=\"elementor-heading-title elementor-size-default\">\u5927\u5224\u30b9\u30e9\u30d6\u306e\u5207\u65ad\u3001\u7e01\u53d6\u308a\u52a0\u5de5\u3001\u7559\u3081\u52a0\u5de5\u306b\u6700\u9069\u306a\u30d5\u30e9\u30c3\u30b0\u30b7\u30c3\u30d7\u30e2\u30c7\u30eb\u3002\u78c1\u5668\u3001\u713c\u7d50\u77f3\u3001\u88c5\u98fe\u6750\u3092\u4f7f\u7528\u3057\u305f\u5ba4\u5185\u7528\u9014\u306b\u7406\u60f3\u7684\u3067\u3059\u3002<\/h6>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-5be6f2b6 elementor-icon-list--layout-traditional elementor-list-item-link-full_width elementor-widget elementor-widget-icon-list\" data-id=\"5be6f2b6\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"icon-list.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t<ul class=\"elementor-icon-list-items\">\n\t\t\t\t\t\t\t<li class=\"elementor-icon-list-item\">\n\t\t\t\t\t\t\t\t\t\t\t<span class=\"elementor-icon-list-icon\">\n\t\t\t\t\t\t\t<svg aria-hidden=\"true\" class=\"e-font-icon-svg e-far-check-square\" viewbox=\"0 0 448 512\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"><path d=\"M400 32H48C21.49 32 0 53.49 0 80v352c0 26.51 21.49 48 48 48h352c26.51 0 48-21.49 48-48V80c0-26.51-21.49-48-48-48zm0 400H48V80h352v352zm-35.864-241.724L191.547 361.48c-4.705 4.667-12.303 4.637-16.97-.068l-90.781-91.516c-4.667-4.705-4.637-12.303.069-16.971l22.719-22.536c4.705-4.667 12.303-4.637 16.97.069l59.792 60.277 141.352-140.216c4.705-4.667 12.303-4.637 16.97.068l22.536 22.718c4.667 4.706 4.637 12.304-.068 16.971z\"><\/path><\/svg>\t\t\t\t\t\t<\/span>\n\t\t\t\t\t\t\t\t\t\t<span class=\"elementor-icon-list-text\">5\u8ef8\u30d5\u30eb\u30a4\u30f3\u30bf\u30fc\u30dd\u30ec\u30fc\u30b7\u30e7\u30f3\u5207\u524a\u306b\u3088\u308a\u3001\u7d99\u304e\u76ee\u306e\u306a\u3044\u63a5\u5408\u3068\u82b8\u8853\u7684\u306a\u89d2\u5ea6\u52a0\u5de5\u3092\u5b9f\u73fe<\/span>\n\t\t\t\t\t\t\t\t\t<\/li>\n\t\t\t\t\t\t\t\t<li class=\"elementor-icon-list-item\">\n\t\t\t\t\t\t\t\t\t\t\t<span class=\"elementor-icon-list-icon\">\n\t\t\t\t\t\t\t<svg aria-hidden=\"true\" class=\"e-font-icon-svg e-far-check-square\" viewbox=\"0 0 448 512\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"><path d=\"M400 32H48C21.49 32 0 53.49 0 80v352c0 26.51 21.49 48 48 48h352c26.51 0 48-21.49 48-48V80c0-26.51-21.49-48-48-48zm0 400H48V80h352v352zm-35.864-241.724L191.547 361.48c-4.705 4.667-12.303 4.637-16.97-.068l-90.781-91.516c-4.667-4.705-4.637-12.303.069-16.971l22.719-22.536c4.705-4.667 12.303-4.637 16.97.069l59.792 60.277 141.352-140.216c4.705-4.667 12.303-4.637 16.97.068l22.536 22.718c4.667 4.706 4.637 12.304-.068 16.971z\"><\/path><\/svg>\t\t\t\t\t\t<\/span>\n\t\t\t\t\t\t\t\t\t\t<span class=\"elementor-icon-list-text\">\u81ea\u52d5\u30cd\u30b9\u30c6\u30a3\u30f3\u30b0\u3068\u30a4\u30f3\u30c6\u30ea\u30b8\u30a7\u30f3\u30c8\u306a\u30c4\u30fc\u30eb\u30d1\u30b9\u6700\u9069\u5316\u306b\u3088\u308a\u3001\u6750\u6599\u30ed\u30b9\u3092\u524a\u6e1b<\/span>\n\t\t\t\t\t\t\t\t\t<\/li>\n\t\t\t\t\t\t\t\t<li class=\"elementor-icon-list-item\">\n\t\t\t\t\t\t\t\t\t\t\t<span class=\"elementor-icon-list-icon\">\n\t\t\t\t\t\t\t<svg aria-hidden=\"true\" class=\"e-font-icon-svg e-far-check-square\" viewbox=\"0 0 448 512\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"><path d=\"M400 32H48C21.49 32 0 53.49 0 80v352c0 26.51 21.49 48 48 48h352c26.51 0 48-21.49 48-48V80c0-26.51-21.49-48-48-48zm0 400H48V80h352v352zm-35.864-241.724L191.547 361.48c-4.705 4.667-12.303 4.637-16.97-.068l-90.781-91.516c-4.667-4.705-4.637-12.303.069-16.971l22.719-22.536c4.705-4.667 12.303-4.637 16.97.069l59.792 60.277 141.352-140.216c4.705-4.667 12.303-4.637 16.97.068l22.536 22.718c4.667 4.706 4.637 12.304-.068 16.971z\"><\/path><\/svg>\t\t\t\t\t\t<\/span>\n\t\t\t\t\t\t\t\t\t\t<span class=\"elementor-icon-list-text\">\u78c1\u5668\u3001\u5ca9\u677f\u3001\u30ac\u30e9\u30b9\u3001MDF\u3001\u8907\u5408\u7d20\u6750\u306b\u5bfe\u5fdc<\/span>\n\t\t\t\t\t\t\t\t\t<\/li>\n\t\t\t\t\t\t<\/ul>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-672db214 elementor-widget elementor-widget-button\" data-id=\"672db214\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"button.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t<div class=\"elementor-button-wrapper\">\n\t\t\t\t\t<a class=\"elementor-button elementor-button-link elementor-size-sm elementor-animation-grow\" href=\"https:\/\/midecnc.com\/ja\/ac-5-axis-cnc-waterjet-cutting-machine\/\">\n\t\t\t\t\t\t<span class=\"elementor-button-content-wrapper\">\n\t\t\t\t\t\t\t\t\t<span class=\"elementor-button-text\">\u3059\u3079\u3066\u306e\u6a5f\u68b0\u3092\u898b\u308b<\/span>\n\t\t\t\t\t<\/span>\n\t\t\t\t\t<\/a>\n\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-61231ab6 e-flex e-con-boxed e-con e-parent\" data-id=\"61231ab6\" data-element_type=\"container\" data-e-type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t<div class=\"elementor-element elementor-element-3f4ef06a e-con-full e-flex e-con e-child\" data-id=\"3f4ef06a\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-5f2a295 elementor-widget elementor-widget-heading\" data-id=\"5f2a295\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<h2 class=\"elementor-heading-title elementor-size-default\">\u5c02\u9580\u306e\u55b6\u696d\u30c1\u30fc\u30e0\u306b\u304a\u554f\u3044\u5408\u308f\u305b\u304f\u3060\u3055\u3044<\/h2>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-63476954 elementor-widget elementor-widget-text-editor\" data-id=\"63476954\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t<p>CAD\u5bfe\u5fdc\u306e\u30b7\u30f3\u30b0\u30eb\u30d8\u30c3\u30c9\u5ca9\u77f3\u30c9\u30ea\u30eb\u30ab\u30c3\u30bf\u30fc\u304c\u5fc5\u8981\u3067\u3082\u3001\u6d17\u9762\u7a74\u3084\u30ab\u30a6\u30f3\u30bf\u30fc\u30c8\u30c3\u30d7\u88fd\u4f5c\u7528\u306e\u5b8c\u5168\u306aCNC\u77f3\u6750\u6a5f\u68b0\u304c\u5fc5\u8981\u3067\u3082\u3001\u7cbe\u5ea6\u3092\u4fdd\u3061\u306a\u304c\u3089\u62e1\u5927\u3059\u308b\u304a\u624b\u4f1d\u3044\u3092\u3057\u307e\u3059\u3002<\/p>\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-2808436 e-flex e-con-boxed e-con e-child\" data-id=\"2808436\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t<div class=\"elementor-element elementor-element-4c5729fd e-con-full e-flex e-con e-child\" data-id=\"4c5729fd\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-e9b976a elementor-widget elementor-widget-image\" data-id=\"e9b976a\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"image.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<img decoding=\"async\" src=\"https:\/\/midecnc.com\/wp-content\/uploads\/elementor\/thumbs\/1SY-1-rc6vxun4yaqq07blnn87fksx6d9fa1ydumr6a797cg.webp\" title=\"1SY\" alt=\"1SY\" loading=\"lazy\" \/>\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-ead51bf elementor-widget elementor-widget-image-box\" data-id=\"ead51bf\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"image-box.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<div class=\"elementor-image-box-wrapper\"><div class=\"elementor-image-box-content\"><h4 class=\"elementor-image-box-title\">Sally<\/h4><p class=\"elementor-image-box-description\">\u55b6\u696d\u30de\u30cd\u30fc\u30b8\u30e3\u30fc<\/p><\/div><\/div>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-a6baf4e elementor-shape-circle elementor-grid-0 e-grid-align-center elementor-widget elementor-widget-social-icons\" data-id=\"a6baf4e\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"social-icons.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t<div class=\"elementor-social-icons-wrapper elementor-grid\" role=\"list\">\n\t\t\t\t\t\t\t<span class=\"elementor-grid-item\" role=\"listitem\">\n\t\t\t\t\t<a class=\"elementor-icon elementor-social-icon elementor-social-icon-facebook elementor-repeater-item-f54bf68\" href=\"https:\/\/www.facebook.com\/profile.php?id=61582249592727\" target=\"_blank\">\n\t\t\t\t\t\t<span class=\"elementor-screen-only\">Facebook<\/span>\n\t\t\t\t\t\t<svg aria-hidden=\"true\" class=\"e-font-icon-svg e-fab-facebook\" viewbox=\"0 0 512 512\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"><path d=\"M504 256C504 119 393 8 256 8S8 119 8 256c0 123.78 90.69 226.38 209.25 245V327.69h-63V256h63v-54.64c0-62.15 37-96.48 93.67-96.48 27.14 0 55.52 4.84 55.52 4.84v61h-31.28c-30.8 0-40.41 19.12-40.41 38.73V256h68.78l-11 71.69h-57.78V501C413.31 482.38 504 379.78 504 256z\"><\/path><\/svg>\t\t\t\t\t<\/a>\n\t\t\t\t<\/span>\n\t\t\t\t\t\t\t<span class=\"elementor-grid-item\" role=\"listitem\">\n\t\t\t\t\t<a class=\"elementor-icon elementor-social-icon elementor-social-icon-twitter elementor-repeater-item-11dc8af\" href=\"https:\/\/x.com\/midecnc\" target=\"_blank\">\n\t\t\t\t\t\t<span class=\"elementor-screen-only\">Twitter<\/span>\n\t\t\t\t\t\t<svg aria-hidden=\"true\" class=\"e-font-icon-svg e-fab-twitter\" viewbox=\"0 0 512 512\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"><path d=\"M459.37 151.716c.325 4.548.325 9.097.325 13.645 0 138.72-105.583 298.558-298.558 298.558-59.452 0-114.68-17.219-161.137-47.106 8.447.974 16.568 1.299 25.34 1.299 49.055 0 94.213-16.568 130.274-44.832-46.132-.975-84.792-31.188-98.112-72.772 6.498.974 12.995 1.624 19.818 1.624 9.421 0 18.843-1.3 27.614-3.573-48.081-9.747-84.143-51.98-84.143-102.985v-1.299c13.969 7.797 30.214 12.67 47.431 13.319-28.264-18.843-46.781-51.005-46.781-87.391 0-19.492 5.197-37.36 14.294-52.954 51.655 63.675 129.3 105.258 216.365 109.807-1.624-7.797-2.599-15.918-2.599-24.04 0-57.828 46.782-104.934 104.934-104.934 30.213 0 57.502 12.67 76.67 33.137 23.715-4.548 46.456-13.32 66.599-25.34-7.798 24.366-24.366 44.833-46.132 57.827 21.117-2.273 41.584-8.122 60.426-16.243-14.292 20.791-32.161 39.308-52.628 54.253z\"><\/path><\/svg>\t\t\t\t\t<\/a>\n\t\t\t\t<\/span>\n\t\t\t\t\t\t\t<span class=\"elementor-grid-item\" role=\"listitem\">\n\t\t\t\t\t<a class=\"elementor-icon elementor-social-icon elementor-social-icon-youtube elementor-repeater-item-e2aef00\" href=\"https:\/\/www.youtube.com\/channel\/UCHyRL5Vrs9KxdM7OPrNqiEQ\" target=\"_blank\">\n\t\t\t\t\t\t<span class=\"elementor-screen-only\">Youtube<\/span>\n\t\t\t\t\t\t<svg aria-hidden=\"true\" class=\"e-font-icon-svg e-fab-youtube\" viewbox=\"0 0 576 512\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"><path d=\"M549.655 124.083c-6.281-23.65-24.787-42.276-48.284-48.597C458.781 64 288 64 288 64S117.22 64 74.629 75.486c-23.497 6.322-42.003 24.947-48.284 48.597-11.412 42.867-11.412 132.305-11.412 132.305s0 89.438 11.412 132.305c6.281 23.65 24.787 41.5 48.284 47.821C117.22 448 288 448 288 448s170.78 0 213.371-11.486c23.497-6.321 42.003-24.171 48.284-47.821 11.412-42.867 11.412-132.305 11.412-132.305s0-89.438-11.412-132.305zm-317.51 213.508V175.185l142.739 81.205-142.739 81.201z\"><\/path><\/svg>\t\t\t\t\t<\/a>\n\t\t\t\t<\/span>\n\t\t\t\t\t\t\t<span class=\"elementor-grid-item\" role=\"listitem\">\n\t\t\t\t\t<a class=\"elementor-icon elementor-social-icon elementor-social-icon-tiktok elementor-repeater-item-c27a427\" href=\"https:\/\/www.tiktok.com\/@sally768678\" target=\"_blank\">\n\t\t\t\t\t\t<span class=\"elementor-screen-only\">Tiktok<\/span>\n\t\t\t\t\t\t<svg aria-hidden=\"true\" class=\"e-font-icon-svg e-fab-tiktok\" viewbox=\"0 0 448 512\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"><path d=\"M448,209.91a210.06,210.06,0,0,1-122.77-39.25V349.38A162.55,162.55,0,1,1,185,188.31V278.2a74.62,74.62,0,1,0,52.23,71.18V0l88,0a121.18,121.18,0,0,0,1.86,22.17h0A122.18,122.18,0,0,0,381,102.39a121.43,121.43,0,0,0,67,20.14Z\"><\/path><\/svg>\t\t\t\t\t<\/a>\n\t\t\t\t<\/span>\n\t\t\t\t\t\t\t<span class=\"elementor-grid-item\" role=\"listitem\">\n\t\t\t\t\t<a class=\"elementor-icon elementor-social-icon elementor-social-icon-whatsapp elementor-repeater-item-53f2ac7\" href=\"https:\/\/wa.me\/8615594977687\" target=\"_blank\">\n\t\t\t\t\t\t<span class=\"elementor-screen-only\">Whatsapp<\/span>\n\t\t\t\t\t\t<svg aria-hidden=\"true\" class=\"e-font-icon-svg e-fab-whatsapp\" viewbox=\"0 0 448 512\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"><path d=\"M380.9 97.1C339 55.1 283.2 32 223.9 32c-122.4 0-222 99.6-222 222 0 39.1 10.2 77.3 29.6 111L0 480l117.7-30.9c32.4 17.7 68.9 27 106.1 27h.1c122.3 0 224.1-99.6 224.1-222 0-59.3-25.2-115-67.1-157zm-157 341.6c-33.2 0-65.7-8.9-94-25.7l-6.7-4-69.8 18.3L72 359.2l-4.4-7c-18.5-29.4-28.2-63.3-28.2-98.2 0-101.7 82.8-184.5 184.6-184.5 49.3 0 95.6 19.2 130.4 54.1 34.8 34.9 56.2 81.2 56.1 130.5 0 101.8-84.9 184.6-186.6 184.6zm101.2-138.2c-5.5-2.8-32.8-16.2-37.9-18-5.1-1.9-8.8-2.8-12.5 2.8-3.7 5.6-14.3 18-17.6 21.8-3.2 3.7-6.5 4.2-12 1.4-32.6-16.3-54-29.1-75.5-66-5.7-9.8 5.7-9.1 16.3-30.3 1.8-3.7.9-6.9-.5-9.7-1.4-2.8-12.5-30.1-17.1-41.2-4.5-10.8-9.1-9.3-12.5-9.5-3.2-.2-6.9-.2-10.6-.2-3.7 0-9.7 1.4-14.8 6.9-5.1 5.6-19.4 19-19.4 46.3 0 27.3 19.9 53.7 22.6 57.4 2.8 3.7 39.1 59.7 94.8 83.8 35.2 15.2 49 16.5 66.6 13.9 10.7-1.6 32.8-13.4 37.4-26.4 4.6-13 4.6-24.1 3.2-26.4-1.3-2.5-5-3.9-10.5-6.6z\"><\/path><\/svg>\t\t\t\t\t<\/a>\n\t\t\t\t<\/span>\n\t\t\t\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-fd189a0 e-con-full e-flex e-con e-child\" data-id=\"fd189a0\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-7d0ec049 elementor-widget elementor-widget-image\" data-id=\"7d0ec049\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"image.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<img decoding=\"async\" src=\"https:\/\/midecnc.com\/wp-content\/uploads\/elementor\/thumbs\/6c44b-rirgf8pmb1zb8zbdlbpeusxig9go96gpv0ugiu6fzk.webp\" title=\"6c44b\" alt=\"6c44b\" loading=\"lazy\" \/>\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-31cb7f38 elementor-widget elementor-widget-image-box\" data-id=\"31cb7f38\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"image-box.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<div class=\"elementor-image-box-wrapper\"><div class=\"elementor-image-box-content\"><h4 class=\"elementor-image-box-title\">Sia<\/h4><p class=\"elementor-image-box-description\">\u55b6\u696d\u30de\u30cd\u30fc\u30b8\u30e3\u30fc<\/p><\/div><\/div>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-130712e7 elementor-shape-circle elementor-grid-0 e-grid-align-center elementor-widget elementor-widget-social-icons\" data-id=\"130712e7\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"social-icons.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t<div class=\"elementor-social-icons-wrapper elementor-grid\" role=\"list\">\n\t\t\t\t\t\t\t<span class=\"elementor-grid-item\" role=\"listitem\">\n\t\t\t\t\t<a class=\"elementor-icon elementor-social-icon elementor-social-icon-facebook elementor-repeater-item-f54bf68\" href=\"https:\/\/www.facebook.com\/profile.php?id=61582249592727\" target=\"_blank\">\n\t\t\t\t\t\t<span class=\"elementor-screen-only\">Facebook<\/span>\n\t\t\t\t\t\t<svg aria-hidden=\"true\" class=\"e-font-icon-svg e-fab-facebook\" viewbox=\"0 0 512 512\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"><path d=\"M504 256C504 119 393 8 256 8S8 119 8 256c0 123.78 90.69 226.38 209.25 245V327.69h-63V256h63v-54.64c0-62.15 37-96.48 93.67-96.48 27.14 0 55.52 4.84 55.52 4.84v61h-31.28c-30.8 0-40.41 19.12-40.41 38.73V256h68.78l-11 71.69h-57.78V501C413.31 482.38 504 379.78 504 256z\"><\/path><\/svg>\t\t\t\t\t<\/a>\n\t\t\t\t<\/span>\n\t\t\t\t\t\t\t<span class=\"elementor-grid-item\" role=\"listitem\">\n\t\t\t\t\t<a class=\"elementor-icon elementor-social-icon elementor-social-icon-twitter elementor-repeater-item-11dc8af\" href=\"https:\/\/x.com\/midecnc\" target=\"_blank\">\n\t\t\t\t\t\t<span class=\"elementor-screen-only\">Twitter<\/span>\n\t\t\t\t\t\t<svg aria-hidden=\"true\" class=\"e-font-icon-svg e-fab-twitter\" viewbox=\"0 0 512 512\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"><path d=\"M459.37 151.716c.325 4.548.325 9.097.325 13.645 0 138.72-105.583 298.558-298.558 298.558-59.452 0-114.68-17.219-161.137-47.106 8.447.974 16.568 1.299 25.34 1.299 49.055 0 94.213-16.568 130.274-44.832-46.132-.975-84.792-31.188-98.112-72.772 6.498.974 12.995 1.624 19.818 1.624 9.421 0 18.843-1.3 27.614-3.573-48.081-9.747-84.143-51.98-84.143-102.985v-1.299c13.969 7.797 30.214 12.67 47.431 13.319-28.264-18.843-46.781-51.005-46.781-87.391 0-19.492 5.197-37.36 14.294-52.954 51.655 63.675 129.3 105.258 216.365 109.807-1.624-7.797-2.599-15.918-2.599-24.04 0-57.828 46.782-104.934 104.934-104.934 30.213 0 57.502 12.67 76.67 33.137 23.715-4.548 46.456-13.32 66.599-25.34-7.798 24.366-24.366 44.833-46.132 57.827 21.117-2.273 41.584-8.122 60.426-16.243-14.292 20.791-32.161 39.308-52.628 54.253z\"><\/path><\/svg>\t\t\t\t\t<\/a>\n\t\t\t\t<\/span>\n\t\t\t\t\t\t\t<span class=\"elementor-grid-item\" role=\"listitem\">\n\t\t\t\t\t<a class=\"elementor-icon elementor-social-icon elementor-social-icon-youtube elementor-repeater-item-e2aef00\" href=\"https:\/\/www.youtube.com\/channel\/UCHyRL5Vrs9KxdM7OPrNqiEQ\" target=\"_blank\">\n\t\t\t\t\t\t<span class=\"elementor-screen-only\">Youtube<\/span>\n\t\t\t\t\t\t<svg aria-hidden=\"true\" class=\"e-font-icon-svg e-fab-youtube\" viewbox=\"0 0 576 512\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"><path d=\"M549.655 124.083c-6.281-23.65-24.787-42.276-48.284-48.597C458.781 64 288 64 288 64S117.22 64 74.629 75.486c-23.497 6.322-42.003 24.947-48.284 48.597-11.412 42.867-11.412 132.305-11.412 132.305s0 89.438 11.412 132.305c6.281 23.65 24.787 41.5 48.284 47.821C117.22 448 288 448 288 448s170.78 0 213.371-11.486c23.497-6.321 42.003-24.171 48.284-47.821 11.412-42.867 11.412-132.305 11.412-132.305s0-89.438-11.412-132.305zm-317.51 213.508V175.185l142.739 81.205-142.739 81.201z\"><\/path><\/svg>\t\t\t\t\t<\/a>\n\t\t\t\t<\/span>\n\t\t\t\t\t\t\t<span class=\"elementor-grid-item\" role=\"listitem\">\n\t\t\t\t\t<a class=\"elementor-icon elementor-social-icon elementor-social-icon-tiktok elementor-repeater-item-c27a427\" href=\"https:\/\/www.tiktok.com\/@sally768678\" target=\"_blank\">\n\t\t\t\t\t\t<span class=\"elementor-screen-only\">Tiktok<\/span>\n\t\t\t\t\t\t<svg aria-hidden=\"true\" class=\"e-font-icon-svg e-fab-tiktok\" viewbox=\"0 0 448 512\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"><path d=\"M448,209.91a210.06,210.06,0,0,1-122.77-39.25V349.38A162.55,162.55,0,1,1,185,188.31V278.2a74.62,74.62,0,1,0,52.23,71.18V0l88,0a121.18,121.18,0,0,0,1.86,22.17h0A122.18,122.18,0,0,0,381,102.39a121.43,121.43,0,0,0,67,20.14Z\"><\/path><\/svg>\t\t\t\t\t<\/a>\n\t\t\t\t<\/span>\n\t\t\t\t\t\t\t<span class=\"elementor-grid-item\" role=\"listitem\">\n\t\t\t\t\t<a class=\"elementor-icon elementor-social-icon elementor-social-icon-whatsapp elementor-repeater-item-5d6093a\" href=\"https:\/\/wa.me\/8615594977687\" target=\"_blank\">\n\t\t\t\t\t\t<span class=\"elementor-screen-only\">Whatsapp<\/span>\n\t\t\t\t\t\t<svg aria-hidden=\"true\" class=\"e-font-icon-svg e-fab-whatsapp\" viewbox=\"0 0 448 512\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"><path d=\"M380.9 97.1C339 55.1 283.2 32 223.9 32c-122.4 0-222 99.6-222 222 0 39.1 10.2 77.3 29.6 111L0 480l117.7-30.9c32.4 17.7 68.9 27 106.1 27h.1c122.3 0 224.1-99.6 224.1-222 0-59.3-25.2-115-67.1-157zm-157 341.6c-33.2 0-65.7-8.9-94-25.7l-6.7-4-69.8 18.3L72 359.2l-4.4-7c-18.5-29.4-28.2-63.3-28.2-98.2 0-101.7 82.8-184.5 184.6-184.5 49.3 0 95.6 19.2 130.4 54.1 34.8 34.9 56.2 81.2 56.1 130.5 0 101.8-84.9 184.6-186.6 184.6zm101.2-138.2c-5.5-2.8-32.8-16.2-37.9-18-5.1-1.9-8.8-2.8-12.5 2.8-3.7 5.6-14.3 18-17.6 21.8-3.2 3.7-6.5 4.2-12 1.4-32.6-16.3-54-29.1-75.5-66-5.7-9.8 5.7-9.1 16.3-30.3 1.8-3.7.9-6.9-.5-9.7-1.4-2.8-12.5-30.1-17.1-41.2-4.5-10.8-9.1-9.3-12.5-9.5-3.2-.2-6.9-.2-10.6-.2-3.7 0-9.7 1.4-14.8 6.9-5.1 5.6-19.4 19-19.4 46.3 0 27.3 19.9 53.7 22.6 57.4 2.8 3.7 39.1 59.7 94.8 83.8 35.2 15.2 49 16.5 66.6 13.9 10.7-1.6 32.8-13.4 37.4-26.4 4.6-13 4.6-24.1 3.2-26.4-1.3-2.5-5-3.9-10.5-6.6z\"><\/path><\/svg>\t\t\t\t\t<\/a>\n\t\t\t\t<\/span>\n\t\t\t\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-70dbb2aa e-con-full e-flex e-con e-child\" data-id=\"70dbb2aa\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-62884caf elementor-widget elementor-widget-image\" data-id=\"62884caf\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"image.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<img decoding=\"async\" src=\"https:\/\/midecnc.com\/wp-content\/uploads\/elementor\/thumbs\/c468c21-rirgfcgz2e4gjf5wzdbx4rzctsy53yvn7jgefy0vao.webp\" title=\"c468c21\" alt=\"c468c21\" loading=\"lazy\" \/>\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-449efb18 elementor-widget elementor-widget-image-box\" data-id=\"449efb18\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"image-box.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<div class=\"elementor-image-box-wrapper\"><div class=\"elementor-image-box-content\"><h4 class=\"elementor-image-box-title\">Nina<\/h4><p class=\"elementor-image-box-description\">\u55b6\u696d\u30de\u30cd\u30fc\u30b8\u30e3\u30fc<\/p><\/div><\/div>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-c1e7640 elementor-shape-circle elementor-grid-0 e-grid-align-center elementor-widget elementor-widget-social-icons\" data-id=\"c1e7640\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"social-icons.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t<div class=\"elementor-social-icons-wrapper elementor-grid\" role=\"list\">\n\t\t\t\t\t\t\t<span class=\"elementor-grid-item\" role=\"listitem\">\n\t\t\t\t\t<a class=\"elementor-icon elementor-social-icon elementor-social-icon-facebook elementor-repeater-item-f54bf68\" href=\"https:\/\/www.facebook.com\/profile.php?id=61582249592727\" target=\"_blank\">\n\t\t\t\t\t\t<span class=\"elementor-screen-only\">Facebook<\/span>\n\t\t\t\t\t\t<svg aria-hidden=\"true\" class=\"e-font-icon-svg e-fab-facebook\" viewbox=\"0 0 512 512\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"><path d=\"M504 256C504 119 393 8 256 8S8 119 8 256c0 123.78 90.69 226.38 209.25 245V327.69h-63V256h63v-54.64c0-62.15 37-96.48 93.67-96.48 27.14 0 55.52 4.84 55.52 4.84v61h-31.28c-30.8 0-40.41 19.12-40.41 38.73V256h68.78l-11 71.69h-57.78V501C413.31 482.38 504 379.78 504 256z\"><\/path><\/svg>\t\t\t\t\t<\/a>\n\t\t\t\t<\/span>\n\t\t\t\t\t\t\t<span class=\"elementor-grid-item\" role=\"listitem\">\n\t\t\t\t\t<a class=\"elementor-icon elementor-social-icon elementor-social-icon-twitter elementor-repeater-item-11dc8af\" href=\"https:\/\/x.com\/midecnc\" target=\"_blank\">\n\t\t\t\t\t\t<span class=\"elementor-screen-only\">Twitter<\/span>\n\t\t\t\t\t\t<svg aria-hidden=\"true\" class=\"e-font-icon-svg e-fab-twitter\" viewbox=\"0 0 512 512\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"><path d=\"M459.37 151.716c.325 4.548.325 9.097.325 13.645 0 138.72-105.583 298.558-298.558 298.558-59.452 0-114.68-17.219-161.137-47.106 8.447.974 16.568 1.299 25.34 1.299 49.055 0 94.213-16.568 130.274-44.832-46.132-.975-84.792-31.188-98.112-72.772 6.498.974 12.995 1.624 19.818 1.624 9.421 0 18.843-1.3 27.614-3.573-48.081-9.747-84.143-51.98-84.143-102.985v-1.299c13.969 7.797 30.214 12.67 47.431 13.319-28.264-18.843-46.781-51.005-46.781-87.391 0-19.492 5.197-37.36 14.294-52.954 51.655 63.675 129.3 105.258 216.365 109.807-1.624-7.797-2.599-15.918-2.599-24.04 0-57.828 46.782-104.934 104.934-104.934 30.213 0 57.502 12.67 76.67 33.137 23.715-4.548 46.456-13.32 66.599-25.34-7.798 24.366-24.366 44.833-46.132 57.827 21.117-2.273 41.584-8.122 60.426-16.243-14.292 20.791-32.161 39.308-52.628 54.253z\"><\/path><\/svg>\t\t\t\t\t<\/a>\n\t\t\t\t<\/span>\n\t\t\t\t\t\t\t<span class=\"elementor-grid-item\" role=\"listitem\">\n\t\t\t\t\t<a class=\"elementor-icon elementor-social-icon elementor-social-icon-youtube elementor-repeater-item-e2aef00\" href=\"https:\/\/www.youtube.com\/channel\/UCHyRL5Vrs9KxdM7OPrNqiEQ\" target=\"_blank\">\n\t\t\t\t\t\t<span class=\"elementor-screen-only\">Youtube<\/span>\n\t\t\t\t\t\t<svg aria-hidden=\"true\" class=\"e-font-icon-svg e-fab-youtube\" viewbox=\"0 0 576 512\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"><path d=\"M549.655 124.083c-6.281-23.65-24.787-42.276-48.284-48.597C458.781 64 288 64 288 64S117.22 64 74.629 75.486c-23.497 6.322-42.003 24.947-48.284 48.597-11.412 42.867-11.412 132.305-11.412 132.305s0 89.438 11.412 132.305c6.281 23.65 24.787 41.5 48.284 47.821C117.22 448 288 448 288 448s170.78 0 213.371-11.486c23.497-6.321 42.003-24.171 48.284-47.821 11.412-42.867 11.412-132.305 11.412-132.305s0-89.438-11.412-132.305zm-317.51 213.508V175.185l142.739 81.205-142.739 81.201z\"><\/path><\/svg>\t\t\t\t\t<\/a>\n\t\t\t\t<\/span>\n\t\t\t\t\t\t\t<span class=\"elementor-grid-item\" role=\"listitem\">\n\t\t\t\t\t<a class=\"elementor-icon elementor-social-icon elementor-social-icon-tiktok elementor-repeater-item-c27a427\" href=\"https:\/\/www.tiktok.com\/@sally768678\" target=\"_blank\">\n\t\t\t\t\t\t<span class=\"elementor-screen-only\">Tiktok<\/span>\n\t\t\t\t\t\t<svg aria-hidden=\"true\" class=\"e-font-icon-svg e-fab-tiktok\" viewbox=\"0 0 448 512\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"><path d=\"M448,209.91a210.06,210.06,0,0,1-122.77-39.25V349.38A162.55,162.55,0,1,1,185,188.31V278.2a74.62,74.62,0,1,0,52.23,71.18V0l88,0a121.18,121.18,0,0,0,1.86,22.17h0A122.18,122.18,0,0,0,381,102.39a121.43,121.43,0,0,0,67,20.14Z\"><\/path><\/svg>\t\t\t\t\t<\/a>\n\t\t\t\t<\/span>\n\t\t\t\t\t\t\t<span class=\"elementor-grid-item\" role=\"listitem\">\n\t\t\t\t\t<a class=\"elementor-icon elementor-social-icon elementor-social-icon-whatsapp elementor-repeater-item-0f15640\" href=\"https:\/\/wa.me\/8615594977687\" target=\"_blank\">\n\t\t\t\t\t\t<span class=\"elementor-screen-only\">Whatsapp<\/span>\n\t\t\t\t\t\t<svg aria-hidden=\"true\" class=\"e-font-icon-svg e-fab-whatsapp\" viewbox=\"0 0 448 512\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"><path d=\"M380.9 97.1C339 55.1 283.2 32 223.9 32c-122.4 0-222 99.6-222 222 0 39.1 10.2 77.3 29.6 111L0 480l117.7-30.9c32.4 17.7 68.9 27 106.1 27h.1c122.3 0 224.1-99.6 224.1-222 0-59.3-25.2-115-67.1-157zm-157 341.6c-33.2 0-65.7-8.9-94-25.7l-6.7-4-69.8 18.3L72 359.2l-4.4-7c-18.5-29.4-28.2-63.3-28.2-98.2 0-101.7 82.8-184.5 184.6-184.5 49.3 0 95.6 19.2 130.4 54.1 34.8 34.9 56.2 81.2 56.1 130.5 0 101.8-84.9 184.6-186.6 184.6zm101.2-138.2c-5.5-2.8-32.8-16.2-37.9-18-5.1-1.9-8.8-2.8-12.5 2.8-3.7 5.6-14.3 18-17.6 21.8-3.2 3.7-6.5 4.2-12 1.4-32.6-16.3-54-29.1-75.5-66-5.7-9.8 5.7-9.1 16.3-30.3 1.8-3.7.9-6.9-.5-9.7-1.4-2.8-12.5-30.1-17.1-41.2-4.5-10.8-9.1-9.3-12.5-9.5-3.2-.2-6.9-.2-10.6-.2-3.7 0-9.7 1.4-14.8 6.9-5.1 5.6-19.4 19-19.4 46.3 0 27.3 19.9 53.7 22.6 57.4 2.8 3.7 39.1 59.7 94.8 83.8 35.2 15.2 49 16.5 66.6 13.9 10.7-1.6 32.8-13.4 37.4-26.4 4.6-13 4.6-24.1 3.2-26.4-1.3-2.5-5-3.9-10.5-6.6z\"><\/path><\/svg>\t\t\t\t\t<\/a>\n\t\t\t\t<\/span>\n\t\t\t\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-1985ef6d e-flex e-con-boxed e-con e-parent\" data-id=\"1985ef6d\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t\t\t<div class=\"elementor-element elementor-element-74077ade elementor-share-buttons--view-icon-text elementor-share-buttons--skin-gradient elementor-share-buttons--shape-square elementor-grid-0 elementor-share-buttons--color-official elementor-widget elementor-widget-share-buttons\" data-id=\"74077ade\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"share-buttons.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t<div class=\"elementor-grid\" role=\"list\">\n\t\t\t\t\t\t\t\t<div class=\"elementor-grid-item\" role=\"listitem\">\n\t\t\t\t\t\t<div class=\"elementor-share-btn elementor-share-btn_facebook\" role=\"button\" tabindex=\"0\" aria-label=\"Share on facebook\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<span class=\"elementor-share-btn__icon\">\n\t\t\t\t\t\t\t\t<svg aria-hidden=\"true\" class=\"e-font-icon-svg e-fab-facebook\" viewbox=\"0 0 512 512\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"><path d=\"M504 256C504 119 393 8 256 8S8 119 8 256c0 123.78 90.69 226.38 209.25 245V327.69h-63V256h63v-54.64c0-62.15 37-96.48 93.67-96.48 27.14 0 55.52 4.84 55.52 4.84v61h-31.28c-30.8 0-40.41 19.12-40.41 38.73V256h68.78l-11 71.69h-57.78V501C413.31 482.38 504 379.78 504 256z\"><\/path><\/svg>\t\t\t\t\t\t\t<\/span>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<div class=\"elementor-share-btn__text\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<span class=\"elementor-share-btn__title\">\n\t\t\t\t\t\t\t\t\t\tFacebook\t\t\t\t\t\t\t\t\t<\/span>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t\t<div class=\"elementor-grid-item\" role=\"listitem\">\n\t\t\t\t\t\t<div class=\"elementor-share-btn elementor-share-btn_twitter\" role=\"button\" tabindex=\"0\" aria-label=\"Share on twitter\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<span class=\"elementor-share-btn__icon\">\n\t\t\t\t\t\t\t\t<svg aria-hidden=\"true\" class=\"e-font-icon-svg e-fab-twitter\" viewbox=\"0 0 512 512\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"><path d=\"M459.37 151.716c.325 4.548.325 9.097.325 13.645 0 138.72-105.583 298.558-298.558 298.558-59.452 0-114.68-17.219-161.137-47.106 8.447.974 16.568 1.299 25.34 1.299 49.055 0 94.213-16.568 130.274-44.832-46.132-.975-84.792-31.188-98.112-72.772 6.498.974 12.995 1.624 19.818 1.624 9.421 0 18.843-1.3 27.614-3.573-48.081-9.747-84.143-51.98-84.143-102.985v-1.299c13.969 7.797 30.214 12.67 47.431 13.319-28.264-18.843-46.781-51.005-46.781-87.391 0-19.492 5.197-37.36 14.294-52.954 51.655 63.675 129.3 105.258 216.365 109.807-1.624-7.797-2.599-15.918-2.599-24.04 0-57.828 46.782-104.934 104.934-104.934 30.213 0 57.502 12.67 76.67 33.137 23.715-4.548 46.456-13.32 66.599-25.34-7.798 24.366-24.366 44.833-46.132 57.827 21.117-2.273 41.584-8.122 60.426-16.243-14.292 20.791-32.161 39.308-52.628 54.253z\"><\/path><\/svg>\t\t\t\t\t\t\t<\/span>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<div class=\"elementor-share-btn__text\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<span class=\"elementor-share-btn__title\">\n\t\t\t\t\t\t\t\t\t\tTwitter\t\t\t\t\t\t\t\t\t<\/span>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t\t<div class=\"elementor-grid-item\" role=\"listitem\">\n\t\t\t\t\t\t<div class=\"elementor-share-btn elementor-share-btn_linkedin\" role=\"button\" tabindex=\"0\" aria-label=\"Share on linkedin\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<span class=\"elementor-share-btn__icon\">\n\t\t\t\t\t\t\t\t<svg aria-hidden=\"true\" class=\"e-font-icon-svg e-fab-linkedin\" viewbox=\"0 0 448 512\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"><path d=\"M416 32H31.9C14.3 32 0 46.5 0 64.3v383.4C0 465.5 14.3 480 31.9 480H416c17.6 0 32-14.5 32-32.3V64.3c0-17.8-14.4-32.3-32-32.3zM135.4 416H69V202.2h66.5V416zm-33.2-243c-21.3 0-38.5-17.3-38.5-38.5S80.9 96 102.2 96c21.2 0 38.5 17.3 38.5 38.5 0 21.3-17.2 38.5-38.5 38.5zm282.1 243h-66.4V312c0-24.8-.5-56.7-34.5-56.7-34.6 0-39.9 27-39.9 54.9V416h-66.4V202.2h63.7v29.2h.9c8.9-16.8 30.6-34.5 62.9-34.5 67.2 0 79.7 44.3 79.7 101.9V416z\"><\/path><\/svg>\t\t\t\t\t\t\t<\/span>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<div class=\"elementor-share-btn__text\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<span class=\"elementor-share-btn__title\">\n\t\t\t\t\t\t\t\t\t\tLinkedIn\t\t\t\t\t\t\t\t\t<\/span>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t\t<div class=\"elementor-grid-item\" role=\"listitem\">\n\t\t\t\t\t\t<div class=\"elementor-share-btn elementor-share-btn_vk\" role=\"button\" tabindex=\"0\" aria-label=\"Share on vk\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<span class=\"elementor-share-btn__icon\">\n\t\t\t\t\t\t\t\t<svg aria-hidden=\"true\" class=\"e-font-icon-svg e-fab-vk\" viewbox=\"0 0 576 512\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"><path d=\"M545 117.7c3.7-12.5 0-21.7-17.8-21.7h-58.9c-15 0-21.9 7.9-25.6 16.7 0 0-30 73.1-72.4 120.5-13.7 13.7-20 18.1-27.5 18.1-3.7 0-9.4-4.4-9.4-16.9V117.7c0-15-4.2-21.7-16.6-21.7h-92.6c-9.4 0-15 7-15 13.5 0 14.2 21.2 17.5 23.4 57.5v86.8c0 19-3.4 22.5-10.9 22.5-20 0-68.6-73.4-97.4-157.4-5.8-16.3-11.5-22.9-26.6-22.9H38.8c-16.8 0-20.2 7.9-20.2 16.7 0 15.6 20 93.1 93.1 195.5C160.4 378.1 229 416 291.4 416c37.5 0 42.1-8.4 42.1-22.9 0-66.8-3.4-73.1 15.4-73.1 8.7 0 23.7 4.4 58.7 38.1 40 40 46.6 57.9 69 57.9h58.9c16.8 0 25.3-8.4 20.4-25-11.2-34.9-86.9-106.7-90.3-111.5-8.7-11.2-6.2-16.2 0-26.2.1-.1 72-101.3 79.4-135.6z\"><\/path><\/svg>\t\t\t\t\t\t\t<\/span>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<div class=\"elementor-share-btn__text\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<span class=\"elementor-share-btn__title\">\n\t\t\t\t\t\t\t\t\t\tVK\t\t\t\t\t\t\t\t\t<\/span>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t\t<div class=\"elementor-grid-item\" role=\"listitem\">\n\t\t\t\t\t\t<div class=\"elementor-share-btn elementor-share-btn_whatsapp\" role=\"button\" tabindex=\"0\" aria-label=\"Share on whatsapp\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<span class=\"elementor-share-btn__icon\">\n\t\t\t\t\t\t\t\t<svg aria-hidden=\"true\" class=\"e-font-icon-svg e-fab-whatsapp\" viewbox=\"0 0 448 512\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"><path d=\"M380.9 97.1C339 55.1 283.2 32 223.9 32c-122.4 0-222 99.6-222 222 0 39.1 10.2 77.3 29.6 111L0 480l117.7-30.9c32.4 17.7 68.9 27 106.1 27h.1c122.3 0 224.1-99.6 224.1-222 0-59.3-25.2-115-67.1-157zm-157 341.6c-33.2 0-65.7-8.9-94-25.7l-6.7-4-69.8 18.3L72 359.2l-4.4-7c-18.5-29.4-28.2-63.3-28.2-98.2 0-101.7 82.8-184.5 184.6-184.5 49.3 0 95.6 19.2 130.4 54.1 34.8 34.9 56.2 81.2 56.1 130.5 0 101.8-84.9 184.6-186.6 184.6zm101.2-138.2c-5.5-2.8-32.8-16.2-37.9-18-5.1-1.9-8.8-2.8-12.5 2.8-3.7 5.6-14.3 18-17.6 21.8-3.2 3.7-6.5 4.2-12 1.4-32.6-16.3-54-29.1-75.5-66-5.7-9.8 5.7-9.1 16.3-30.3 1.8-3.7.9-6.9-.5-9.7-1.4-2.8-12.5-30.1-17.1-41.2-4.5-10.8-9.1-9.3-12.5-9.5-3.2-.2-6.9-.2-10.6-.2-3.7 0-9.7 1.4-14.8 6.9-5.1 5.6-19.4 19-19.4 46.3 0 27.3 19.9 53.7 22.6 57.4 2.8 3.7 39.1 59.7 94.8 83.8 35.2 15.2 49 16.5 66.6 13.9 10.7-1.6 32.8-13.4 37.4-26.4 4.6-13 4.6-24.1 3.2-26.4-1.3-2.5-5-3.9-10.5-6.6z\"><\/path><\/svg>\t\t\t\t\t\t\t<\/span>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<div class=\"elementor-share-btn__text\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<span class=\"elementor-share-btn__title\">\n\t\t\t\t\t\t\t\t\t\tWhatsApp\t\t\t\t\t\t\t\t\t<\/span>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t\t<div class=\"elementor-grid-item\" role=\"listitem\">\n\t\t\t\t\t\t<div class=\"elementor-share-btn elementor-share-btn_pinterest\" role=\"button\" tabindex=\"0\" aria-label=\"Share on pinterest\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<span class=\"elementor-share-btn__icon\">\n\t\t\t\t\t\t\t\t<svg aria-hidden=\"true\" class=\"e-font-icon-svg e-fab-pinterest\" viewbox=\"0 0 496 512\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"><path d=\"M496 256c0 137-111 248-248 248-25.6 0-50.2-3.9-73.4-11.1 10.1-16.5 25.2-43.5 30.8-65 3-11.6 15.4-59 15.4-59 8.1 15.4 31.7 28.5 56.8 28.5 74.8 0 128.7-68.8 128.7-154.3 0-81.9-66.9-143.2-152.9-143.2-107 0-163.9 71.8-163.9 150.1 0 36.4 19.4 81.7 50.3 96.1 4.7 2.2 7.2 1.2 8.3-3.3.8-3.4 5-20.3 6.9-28.1.6-2.5.3-4.7-1.7-7.1-10.1-12.5-18.3-35.3-18.3-56.6 0-54.7 41.4-107.6 112-107.6 60.9 0 103.6 41.5 103.6 100.9 0 67.1-33.9 113.6-78 113.6-24.3 0-42.6-20.1-36.7-44.8 7-29.5 20.5-61.3 20.5-82.6 0-19-10.2-34.9-31.4-34.9-24.9 0-44.9 25.7-44.9 60.2 0 22 7.4 36.8 7.4 36.8s-24.5 103.8-29 123.2c-5 21.4-3 51.6-.9 71.2C65.4 450.9 0 361.1 0 256 0 119 111 8 248 8s248 111 248 248z\"><\/path><\/svg>\t\t\t\t\t\t\t<\/span>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<div class=\"elementor-share-btn__text\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<span class=\"elementor-share-btn__title\">\n\t\t\t\t\t\t\t\t\t\tPinterest\t\t\t\t\t\t\t\t\t<\/span>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-981473b elementor-widget elementor-widget-wp-widget-recent-posts\" data-id=\"981473b\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"wp-widget-recent-posts.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\n\t\t\n\t\t<h5>\u63a8\u5968\u8aad\u66f8<\/h5><nav aria-label=\"\u63a8\u5968\u8aad\u66f8\">\n\t\t<ul>\n\t\t\t\t\t\t\t\t\t\t\t<li>\n\t\t\t\t\t<a href=\"https:\/\/midecnc.com\/ja\/manual-cutting-to-cnc-automation-stone-workshop\/\">From Manual Cutting to CNC Automation: A Small Stone Workshop\u2019s Transformation<\/a>\n\t\t\t\t\t\t\t\t\t<\/li>\n\t\t\t\t\t\t\t\t\t\t\t<li>\n\t\t\t\t\t<a href=\"https:\/\/midecnc.com\/ja\/how-one-cnc-bridge-saw-replaced-three-manual-cutting-workers\/\">1\u53f0\u306eCNC\u30d6\u30ea\u30c3\u30b8\u30bd\u30fc\u304c3\u4eba\u306e\u624b\u4f5c\u696d\u5207\u65ad\u4f5c\u696d\u54e1\u306b\u53d6\u3063\u3066\u4ee3\u308f\u3063\u305f\u65b9\u6cd5<\/a>\n\t\t\t\t\t\t\t\t\t<\/li>\n\t\t\t\t\t\t\t\t\t\t\t<li>\n\t\t\t\t\t<a href=\"https:\/\/midecnc.com\/ja\/how-cnc-waterjet-cutting-eliminates-edge-chipping-on-sintered-stone\/\">CNC\u30a6\u30a9\u30fc\u30bf\u30fc\u30b8\u30a7\u30c3\u30c8\u5207\u65ad\u304c\u713c\u7d50\u77f3\u306e\u30a8\u30c3\u30b8\u6b20\u3051\u3092\u89e3\u6d88\u3059\u308b\u65b9\u6cd5<\/a>\n\t\t\t\t\t\t\t\t\t<\/li>\n\t\t\t\t\t\t\t\t\t\t\t<li>\n\t\t\t\t\t<a href=\"https:\/\/midecnc.com\/ja\/why-a-luxury-stone-fabricator-chose-a-5-axis-cnc-bridge-saw-for-curved-marble-projects\/\">\u9ad8\u7d1a\u77f3\u6750\u52a0\u5de5\u696d\u8005\u304c\u66f2\u9762\u5927\u7406\u77f3\u30d7\u30ed\u30b8\u30a7\u30af\u30c8\u306b5\u8ef8CNC\u30d6\u30ea\u30c3\u30b8\u30bd\u30fc\u3092\u9078\u629e\u3057\u305f\u7406\u7531<\/a>\n\t\t\t\t\t\t\t\t\t<\/li>\n\t\t\t\t\t\t\t\t\t\t\t<li>\n\t\t\t\t\t<a href=\"https:\/\/midecnc.com\/ja\/stone-cnc-machines-for-prefabricated-concrete-panels-cutting-strategies\/\">\u30d7\u30ec\u30ad\u30e3\u30b9\u30c8\u30b3\u30f3\u30af\u30ea\u30fc\u30c8\u30d1\u30cd\u30eb\u7528\u77f3\u6750CNC\u6a5f\u68b0\uff1a\u5207\u65ad\u6226\u7565<\/a>\n\t\t\t\t\t\t\t\t\t<\/li>\n\t\t\t\t\t\t\t\t\t\t\t<li>\n\t\t\t\t\t<a href=\"https:\/\/midecnc.com\/ja\/cnc-bridge-saw-applications-stone-industries\/\">\u7570\u306a\u308b\u77f3\u6750\u7523\u696d\u306b\u304a\u3051\u308bCNC\u30d6\u30ea\u30c3\u30b8\u30bd\u30fc\u306e\u7528\u9014<\/a>\n\t\t\t\t\t\t\t\t\t<\/li>\n\t\t\t\t\t\t\t\t\t\t\t<li>\n\t\t\t\t\t<a href=\"https:\/\/midecnc.com\/ja\/cnc-bridge-saw-maintenance-checklist-for-stone-factories\/\">\u77f3\u6750\u5de5\u5834\u5411\u3051CNC\u30d6\u30ea\u30c3\u30b8\u30bd\u30fc\u30e1\u30f3\u30c6\u30ca\u30f3\u30b9\u30c1\u30a7\u30c3\u30af\u30ea\u30b9\u30c8<\/a>\n\t\t\t\t\t\t\t\t\t<\/li>\n\t\t\t\t\t\t\t\t\t\t\t<li>\n\t\t\t\t\t<a href=\"https:\/\/midecnc.com\/ja\/manual-cutting-vs-cnc-bridge-saw-a-real-factory-comparison\/\">\u624b\u52d5\u5207\u65ad vs CNC\u30d6\u30ea\u30c3\u30b8\u30bd\u30fc\uff1a\u5b9f\u969b\u306e\u5de5\u5834\u6bd4\u8f03<\/a>\n\t\t\t\t\t\t\t\t\t<\/li>\n\t\t\t\t\t\t\t\t\t\t\t<li>\n\t\t\t\t\t<a href=\"https:\/\/midecnc.com\/ja\/cnc-bridge-saw-for-quartz-granite-and-marble-cutting-challenges-and-best-practices\/\">\u30af\u30a9\u30fc\u30c4\u30fb\u82b1\u5d17\u5ca9\u30fb\u5927\u7406\u77f3\u7528CNC\u30d6\u30ea\u30c3\u30b8\u30bd\u30fc\uff1a\u5207\u65ad\u306e\u8ab2\u984c\u3068\u30d9\u30b9\u30c8\u30d7\u30e9\u30af\u30c6\u30a3\u30b9<\/a>\n\t\t\t\t\t\t\t\t\t<\/li>\n\t\t\t\t\t\t\t\t\t\t\t<li>\n\t\t\t\t\t<a href=\"https:\/\/midecnc.com\/ja\/how-cnc-bridge-saws-process-quartz-granite-and-marble-differently\/\">CNC\u30d6\u30ea\u30c3\u30b8\u30bd\u30fc\u304c\u30af\u30a9\u30fc\u30c4\u30fb\u82b1\u5d17\u5ca9\u30fb\u5927\u7406\u77f3\u3092\u7570\u306a\u308b\u65b9\u6cd5\u3067\u52a0\u5de5\u3059\u308b\u4ed5\u7d44\u307f<\/a>\n\t\t\t\t\t\t\t\t\t<\/li>\n\t\t\t\t\t\t\t\t\t\t\t<li>\n\t\t\t\t\t<a href=\"https:\/\/midecnc.com\/ja\/reduce-stone-waste-cnc-bridge-saws-waterjet\/\">CNC\u30d6\u30ea\u30c3\u30b8\u30bd\u30fc\u3068\u30a6\u30a9\u30fc\u30bf\u30fc\u30b8\u30a7\u30c3\u30c8\u30de\u30b7\u30f3\u3092\u4f7f\u7528\u3057\u3066\u77f3\u6750\u5ec3\u68c4\u7269\u3092\u524a\u6e1b\u3059\u308b\u65b9\u6cd5<\/a>\n\t\t\t\t\t\t\t\t\t<\/li>\n\t\t\t\t\t\t\t\t\t\t\t<li>\n\t\t\t\t\t<a href=\"https:\/\/midecnc.com\/ja\/cnc-bridge-saw-workflow-kitchen-countertop-production\/\">CNC\u30d6\u30ea\u30c3\u30b8\u30bd\u30fc\u306b\u3088\u308b\u30ad\u30c3\u30c1\u30f3\u30ab\u30a6\u30f3\u30bf\u30fc\u88fd\u9020\u30ef\u30fc\u30af\u30d5\u30ed\u30fc<\/a>\n\t\t\t\t\t\t\t\t\t<\/li>\n\t\t\t\t\t\t\t\t\t\t\t<li>\n\t\t\t\t\t<a href=\"https:\/\/midecnc.com\/ja\/when-should-a-stone-factory-upgrade-to-a-5-axis-bridge-saw\/\">\u77f3\u6750\u5de5\u5834\u306f\u3044\u30645\u8ef8\u30d6\u30ea\u30c3\u30b8\u30bd\u30fc\u306b\u30a2\u30c3\u30d7\u30b0\u30ec\u30fc\u30c9\u3059\u3079\u304d\u3067\u3059\u304b\uff1f<\/a>\n\t\t\t\t\t\t\t\t\t<\/li>\n\t\t\t\t\t\t\t\t\t\t\t<li>\n\t\t\t\t\t<a href=\"https:\/\/midecnc.com\/ja\/cnc-bridge-saw-commercial-stone-projects\/\">\u5546\u696d\u5efa\u7bc9\u30d7\u30ed\u30b8\u30a7\u30af\u30c8\u5411\u3051CNC\u30d6\u30ea\u30c3\u30b8\u30bd\u30fc\u30bd\u30ea\u30e5\u30fc\u30b7\u30e7\u30f3<\/a>\n\t\t\t\t\t\t\t\t\t<\/li>\n\t\t\t\t\t\t\t\t\t\t\t<li>\n\t\t\t\t\t<a href=\"https:\/\/midecnc.com\/ja\/4-axis-vs-5-axis-cnc-bridge-saw-roi\/\">4\u8ef8 vs 5\u8ef8 CNC\u30d6\u30ea\u30c3\u30b8\u30bd\u30fc\uff1a\u77f3\u6750\u52a0\u5de5\u306eROI\u6bd4\u8f03<\/a>\n\t\t\t\t\t\t\t\t\t<\/li>\n\t\t\t\t\t<\/ul>\n\n\t\t<\/nav>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>","protected":false},"excerpt":{"rendered":"<p>Hero Section | CNC Bridge Saw CNC Bridge Saw Applications Across Different Stone Industries From kitchen countertops to architectural fa\u00e7ades, [&hellip;]<\/p>\n","protected":false},"author":1,"featured_media":5631,"comment_status":"open","ping_status":"open","sticky":true,"template":"elementor_header_footer","format":"standard","meta":{"_monsterinsights_skip_tracking":false,"_monsterinsights_sitenote_active":false,"_monsterinsights_sitenote_note":"","_monsterinsights_sitenote_category":0,"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":"","ast-disable-related-posts":"","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":""},"categories":[35,323],"tags":[447,192,291,429,195,190,446,193,219,430],"class_list":["post-5633","post","type-post","status-publish","format-standard","has-post-thumbnail","hentry","category-blog","category-buyers-guide","tag-bridge-saw-applications","tag-cnc-bridge-saw","tag-cnc-stone-machine","tag-granite-processing","tag-marble-processing","tag-midecnc","tag-quartz-countertops","tag-stone-cutting-machine","tag-stone-fabrication","tag-stone-industry"],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v28.1 - https:\/\/yoast.com\/product\/yoast-seo-wordpress\/ -->\n<title>CNC Bridge Saw Applications Across Different Stone Industries | Midecnc<\/title>\n<meta name=\"description\" content=\"Discover how CNC bridge saw machines are used across granite, marble, quartz, porcelain, monument, and construction stone industries. Learn which CNC bridge saw is best for different stone applications.\" \/>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/midecnc.com\/ja\/cnc-bridge-saw-applications-stone-industries\/\" \/>\n<meta property=\"og:locale\" content=\"ja_JP\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"CNC Bridge Saw Applications Across Different Stone Industries | Midecnc\" \/>\n<meta property=\"og:description\" content=\"Discover how CNC bridge saw machines are used across granite, marble, quartz, porcelain, monument, and construction stone industries. Learn which CNC bridge saw is best for different stone applications.\" \/>\n<meta property=\"og:url\" content=\"https:\/\/midecnc.com\/ja\/cnc-bridge-saw-applications-stone-industries\/\" \/>\n<meta property=\"article:publisher\" content=\"https:\/\/www.facebook.com\/midecnc\" \/>\n<meta property=\"article:author\" content=\"https:\/\/www.facebook.com\/midecnc\" \/>\n<meta property=\"article:published_time\" content=\"2026-06-27T09:49:01+00:00\" \/>\n<meta property=\"article:modified_time\" content=\"2026-06-27T09:49:09+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/midecnc.com\/wp-content\/uploads\/2026\/06\/construction-industry.webp\" \/>\n\t<meta property=\"og:image:width\" content=\"1000\" \/>\n\t<meta property=\"og:image:height\" content=\"561\" \/>\n\t<meta property=\"og:image:type\" content=\"image\/webp\" \/>\n<meta name=\"author\" content=\"Midecnc\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:label1\" content=\"\u57f7\u7b46\u8005\" \/>\n\t<meta name=\"twitter:data1\" content=\"Midecnc\" \/>\n\t<meta name=\"twitter:label2\" content=\"\u63a8\u5b9a\u8aad\u307f\u53d6\u308a\u6642\u9593\" \/>\n\t<meta name=\"twitter:data2\" content=\"8\u5206\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\\\/\\\/schema.org\",\"@graph\":[{\"@type\":\"Article\",\"@id\":\"https:\\\/\\\/midecnc.com\\\/cnc-bridge-saw-applications-stone-industries\\\/#article\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/midecnc.com\\\/cnc-bridge-saw-applications-stone-industries\\\/\"},\"author\":{\"name\":\"Midecnc\",\"@id\":\"https:\\\/\\\/midecnc.com\\\/#\\\/schema\\\/person\\\/5f533df466985e67087411e0e1e25b4c\"},\"headline\":\"CNC Bridge Saw Applications Across Different Stone Industries\",\"datePublished\":\"2026-06-27T09:49:01+00:00\",\"dateModified\":\"2026-06-27T09:49:09+00:00\",\"mainEntityOfPage\":{\"@id\":\"https:\\\/\\\/midecnc.com\\\/cnc-bridge-saw-applications-stone-industries\\\/\"},\"wordCount\":1008,\"commentCount\":0,\"publisher\":{\"@id\":\"https:\\\/\\\/midecnc.com\\\/#\\\/schema\\\/person\\\/5f533df466985e67087411e0e1e25b4c\"},\"image\":{\"@id\":\"https:\\\/\\\/midecnc.com\\\/cnc-bridge-saw-applications-stone-industries\\\/#primaryimage\"},\"thumbnailUrl\":\"https:\\\/\\\/midecnc.com\\\/wp-content\\\/uploads\\\/2026\\\/06\\\/construction-industry.webp\",\"keywords\":[\"Bridge Saw Applications\",\"CNC bridge saw\",\"CNC stone machine\",\"Granite Processing\",\"marble processing\",\"Midecnc\",\"Quartz Countertops\",\"stone cutting machine\",\"Stone Fabrication\",\"Stone Industry\"],\"articleSection\":[\"Blog\",\"Buyer\u2019s Guide\"],\"inLanguage\":\"ja\",\"potentialAction\":[{\"@type\":\"CommentAction\",\"name\":\"Comment\",\"target\":[\"https:\\\/\\\/midecnc.com\\\/cnc-bridge-saw-applications-stone-industries\\\/#respond\"]}]},{\"@type\":\"WebPage\",\"@id\":\"https:\\\/\\\/midecnc.com\\\/cnc-bridge-saw-applications-stone-industries\\\/\",\"url\":\"https:\\\/\\\/midecnc.com\\\/cnc-bridge-saw-applications-stone-industries\\\/\",\"name\":\"CNC Bridge Saw Applications Across Different Stone Industries | Midecnc\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/midecnc.com\\\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\\\/\\\/midecnc.com\\\/cnc-bridge-saw-applications-stone-industries\\\/#primaryimage\"},\"image\":{\"@id\":\"https:\\\/\\\/midecnc.com\\\/cnc-bridge-saw-applications-stone-industries\\\/#primaryimage\"},\"thumbnailUrl\":\"https:\\\/\\\/midecnc.com\\\/wp-content\\\/uploads\\\/2026\\\/06\\\/construction-industry.webp\",\"datePublished\":\"2026-06-27T09:49:01+00:00\",\"dateModified\":\"2026-06-27T09:49:09+00:00\",\"description\":\"Discover how CNC bridge saw machines are used across granite, marble, quartz, porcelain, monument, and construction stone industries. Learn which CNC bridge saw is best for different stone applications.\",\"breadcrumb\":{\"@id\":\"https:\\\/\\\/midecnc.com\\\/cnc-bridge-saw-applications-stone-industries\\\/#breadcrumb\"},\"inLanguage\":\"ja\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\\\/\\\/midecnc.com\\\/cnc-bridge-saw-applications-stone-industries\\\/\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"ja\",\"@id\":\"https:\\\/\\\/midecnc.com\\\/cnc-bridge-saw-applications-stone-industries\\\/#primaryimage\",\"url\":\"https:\\\/\\\/midecnc.com\\\/wp-content\\\/uploads\\\/2026\\\/06\\\/construction-industry.webp\",\"contentUrl\":\"https:\\\/\\\/midecnc.com\\\/wp-content\\\/uploads\\\/2026\\\/06\\\/construction-industry.webp\",\"width\":1000,\"height\":561},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\\\/\\\/midecnc.com\\\/cnc-bridge-saw-applications-stone-industries\\\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\\\/\\\/midecnc.com\\\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"CNC Bridge Saw Applications Across Different Stone Industries\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\\\/\\\/midecnc.com\\\/#website\",\"url\":\"https:\\\/\\\/midecnc.com\\\/\",\"name\":\"Midecnc Stone Cutting Machine\",\"description\":\"Precision CNC Cutting Machines for Stone\",\"publisher\":{\"@id\":\"https:\\\/\\\/midecnc.com\\\/#\\\/schema\\\/person\\\/5f533df466985e67087411e0e1e25b4c\"},\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\\\/\\\/midecnc.com\\\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"ja\"},{\"@type\":[\"Person\",\"Organization\"],\"@id\":\"https:\\\/\\\/midecnc.com\\\/#\\\/schema\\\/person\\\/5f533df466985e67087411e0e1e25b4c\",\"name\":\"Midecnc\",\"image\":{\"@type\":\"ImageObject\",\"inLanguage\":\"ja\",\"@id\":\"https:\\\/\\\/midecnc.com\\\/wp-content\\\/uploads\\\/2025\\\/04\\\/cropped-logo.png\",\"url\":\"https:\\\/\\\/midecnc.com\\\/wp-content\\\/uploads\\\/2025\\\/04\\\/cropped-logo.png\",\"contentUrl\":\"https:\\\/\\\/midecnc.com\\\/wp-content\\\/uploads\\\/2025\\\/04\\\/cropped-logo.png\",\"width\":915,\"height\":167,\"caption\":\"Midecnc\"},\"logo\":{\"@id\":\"https:\\\/\\\/midecnc.com\\\/wp-content\\\/uploads\\\/2025\\\/04\\\/cropped-logo.png\"},\"description\":\"At Midecnc, we are committed to building a trusted brand through originality and innovation. Specializing in automated CNC stone machinery, we design and manufacture precision equipment for marble, granite, sandstone, bluestone, artificial stone, tombstones, ceramic tiles, and more.\",\"sameAs\":[\"http:\\\/\\\/midecnc.com\",\"https:\\\/\\\/www.facebook.com\\\/midecnc\",\"https:\\\/\\\/www.youtube.com\\\/channel\\\/UCHyRL5Vrs9KxdM7OPrNqiEQ\"],\"url\":\"https:\\\/\\\/midecnc.com\\\/ja\\\/author\\\/skywen1990outlook-com\\\/\"}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"CNC Bridge Saw Applications Across Different Stone Industries | Midecnc","description":"Discover how CNC bridge saw machines are used across granite, marble, quartz, porcelain, monument, and construction stone industries. Learn which CNC bridge saw is best for different stone applications.","robots":{"index":"index","follow":"follow","max-snippet":"max-snippet:-1","max-image-preview":"max-image-preview:large","max-video-preview":"max-video-preview:-1"},"canonical":"https:\/\/midecnc.com\/ja\/cnc-bridge-saw-applications-stone-industries\/","og_locale":"ja_JP","og_type":"article","og_title":"CNC Bridge Saw Applications Across Different Stone Industries | Midecnc","og_description":"Discover how CNC bridge saw machines are used across granite, marble, quartz, porcelain, monument, and construction stone industries. Learn which CNC bridge saw is best for different stone applications.","og_url":"https:\/\/midecnc.com\/ja\/cnc-bridge-saw-applications-stone-industries\/","article_publisher":"https:\/\/www.facebook.com\/midecnc","article_author":"https:\/\/www.facebook.com\/midecnc","article_published_time":"2026-06-27T09:49:01+00:00","article_modified_time":"2026-06-27T09:49:09+00:00","og_image":[{"width":1000,"height":561,"url":"https:\/\/midecnc.com\/wp-content\/uploads\/2026\/06\/construction-industry.webp","type":"image\/webp"}],"author":"Midecnc","twitter_card":"summary_large_image","twitter_misc":{"\u57f7\u7b46\u8005":"Midecnc","\u63a8\u5b9a\u8aad\u307f\u53d6\u308a\u6642\u9593":"8\u5206"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"Article","@id":"https:\/\/midecnc.com\/cnc-bridge-saw-applications-stone-industries\/#article","isPartOf":{"@id":"https:\/\/midecnc.com\/cnc-bridge-saw-applications-stone-industries\/"},"author":{"name":"Midecnc","@id":"https:\/\/midecnc.com\/#\/schema\/person\/5f533df466985e67087411e0e1e25b4c"},"headline":"CNC Bridge Saw Applications Across Different Stone Industries","datePublished":"2026-06-27T09:49:01+00:00","dateModified":"2026-06-27T09:49:09+00:00","mainEntityOfPage":{"@id":"https:\/\/midecnc.com\/cnc-bridge-saw-applications-stone-industries\/"},"wordCount":1008,"commentCount":0,"publisher":{"@id":"https:\/\/midecnc.com\/#\/schema\/person\/5f533df466985e67087411e0e1e25b4c"},"image":{"@id":"https:\/\/midecnc.com\/cnc-bridge-saw-applications-stone-industries\/#primaryimage"},"thumbnailUrl":"https:\/\/midecnc.com\/wp-content\/uploads\/2026\/06\/construction-industry.webp","keywords":["Bridge Saw Applications","CNC bridge saw","CNC stone machine","Granite Processing","marble processing","Midecnc","Quartz Countertops","stone cutting machine","Stone Fabrication","Stone Industry"],"articleSection":["Blog","Buyer\u2019s Guide"],"inLanguage":"ja","potentialAction":[{"@type":"CommentAction","name":"Comment","target":["https:\/\/midecnc.com\/cnc-bridge-saw-applications-stone-industries\/#respond"]}]},{"@type":"WebPage","@id":"https:\/\/midecnc.com\/cnc-bridge-saw-applications-stone-industries\/","url":"https:\/\/midecnc.com\/cnc-bridge-saw-applications-stone-industries\/","name":"CNC Bridge Saw Applications Across Different Stone Industries | Midecnc","isPartOf":{"@id":"https:\/\/midecnc.com\/#website"},"primaryImageOfPage":{"@id":"https:\/\/midecnc.com\/cnc-bridge-saw-applications-stone-industries\/#primaryimage"},"image":{"@id":"https:\/\/midecnc.com\/cnc-bridge-saw-applications-stone-industries\/#primaryimage"},"thumbnailUrl":"https:\/\/midecnc.com\/wp-content\/uploads\/2026\/06\/construction-industry.webp","datePublished":"2026-06-27T09:49:01+00:00","dateModified":"2026-06-27T09:49:09+00:00","description":"Discover how CNC bridge saw machines are used across granite, marble, quartz, porcelain, monument, and construction stone industries. Learn which CNC bridge saw is best for different stone applications.","breadcrumb":{"@id":"https:\/\/midecnc.com\/cnc-bridge-saw-applications-stone-industries\/#breadcrumb"},"inLanguage":"ja","potentialAction":[{"@type":"ReadAction","target":["https:\/\/midecnc.com\/cnc-bridge-saw-applications-stone-industries\/"]}]},{"@type":"ImageObject","inLanguage":"ja","@id":"https:\/\/midecnc.com\/cnc-bridge-saw-applications-stone-industries\/#primaryimage","url":"https:\/\/midecnc.com\/wp-content\/uploads\/2026\/06\/construction-industry.webp","contentUrl":"https:\/\/midecnc.com\/wp-content\/uploads\/2026\/06\/construction-industry.webp","width":1000,"height":561},{"@type":"BreadcrumbList","@id":"https:\/\/midecnc.com\/cnc-bridge-saw-applications-stone-industries\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/midecnc.com\/"},{"@type":"ListItem","position":2,"name":"CNC Bridge Saw Applications Across Different Stone Industries"}]},{"@type":"WebSite","@id":"https:\/\/midecnc.com\/#website","url":"https:\/\/midecnc.com\/","name":"Midecnc Stone Cutting Machine","description":"Precision CNC Cutting Machines for Stone","publisher":{"@id":"https:\/\/midecnc.com\/#\/schema\/person\/5f533df466985e67087411e0e1e25b4c"},"potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/midecnc.com\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"ja"},{"@type":["Person","Organization"],"@id":"https:\/\/midecnc.com\/#\/schema\/person\/5f533df466985e67087411e0e1e25b4c","name":"Midecnc","image":{"@type":"ImageObject","inLanguage":"ja","@id":"https:\/\/midecnc.com\/wp-content\/uploads\/2025\/04\/cropped-logo.png","url":"https:\/\/midecnc.com\/wp-content\/uploads\/2025\/04\/cropped-logo.png","contentUrl":"https:\/\/midecnc.com\/wp-content\/uploads\/2025\/04\/cropped-logo.png","width":915,"height":167,"caption":"Midecnc"},"logo":{"@id":"https:\/\/midecnc.com\/wp-content\/uploads\/2025\/04\/cropped-logo.png"},"description":"At Midecnc, we are committed to building a trusted brand through originality and innovation. Specializing in automated CNC stone machinery, we design and manufacture precision equipment for marble, granite, sandstone, bluestone, artificial stone, tombstones, ceramic tiles, and more.","sameAs":["http:\/\/midecnc.com","https:\/\/www.facebook.com\/midecnc","https:\/\/www.youtube.com\/channel\/UCHyRL5Vrs9KxdM7OPrNqiEQ"],"url":"https:\/\/midecnc.com\/ja\/author\/skywen1990outlook-com\/"}]}},"_links":{"self":[{"href":"https:\/\/midecnc.com\/ja\/wp-json\/wp\/v2\/posts\/5633","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/midecnc.com\/ja\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/midecnc.com\/ja\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/midecnc.com\/ja\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/midecnc.com\/ja\/wp-json\/wp\/v2\/comments?post=5633"}],"version-history":[{"count":11,"href":"https:\/\/midecnc.com\/ja\/wp-json\/wp\/v2\/posts\/5633\/revisions"}],"predecessor-version":[{"id":5644,"href":"https:\/\/midecnc.com\/ja\/wp-json\/wp\/v2\/posts\/5633\/revisions\/5644"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/midecnc.com\/ja\/wp-json\/wp\/v2\/media\/5631"}],"wp:attachment":[{"href":"https:\/\/midecnc.com\/ja\/wp-json\/wp\/v2\/media?parent=5633"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/midecnc.com\/ja\/wp-json\/wp\/v2\/categories?post=5633"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/midecnc.com\/ja\/wp-json\/wp\/v2\/tags?post=5633"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}