{"id":5,"date":"2023-01-31T08:30:48","date_gmt":"2023-01-31T08:30:48","guid":{"rendered":"http:\/\/localhost:8787\/?page_id=5"},"modified":"2026-06-12T07:26:16","modified_gmt":"2026-06-12T07:26:16","slug":"homepage","status":"publish","type":"page","link":"https:\/\/www.imt-soft.com\/ja\/","title":{"rendered":"HomePage"},"content":{"rendered":"<section class=\"hero-ai\">\n\n    <div class=\"hero-overlay\"><\/div>\n\n    <div class=\"hero-content\">\n\n        <h1>\n            AI-Augmented Software\n            <br>\n            Engineering, Delivered with Trust\n        <\/h1>\n\n        <p>\n            <strong style=\"color:#fff;\">IMT Solutions<\/strong> \u2014 Reliable software delivery\n            with governed AI adoption and zero disruption.\n            Built for enterprises that cannot afford downtime.\n        <\/p>\n\n        <div class=\"hero-buttons\">\n\n            <a href=\"#contact\" class=\"btn-primary\" style=\"color:#0d4c8e;\">\n                Talk to IMT Experts\n            <\/a>\n\n            <a href=\"#contact\" class=\"btn-outline\" style=\"color:#ffffff;\">\n                Discuss your engineering challenges\n            <\/a>\n\n        <\/div>\n\n    <\/div>\n\n<\/section>\n\n<style>\n\/* ===========================\n   HERO SECTION\n=========================== *\/\n\n.hero-ai {\n    position: relative;\n\n    min-height: 400px;\n\n    display: flex;\n    align-items: center;\n    justify-content: center;\n\n    padding: 150px 20px 90px;\n\n    background-image: url('\/wp-content\/themes\/restly-child\/assets\/images\/HomePage\/Homepage.png');\n    background-size: cover;\n    background-position: center;\n\n    overflow: hidden;\n}\n\n\/* ===========================\n   OVERLAY\n=========================== *\/\n\n.hero-overlay {\n    position: absolute;\n    inset: 0;\n\n    background:\n        linear-gradient(\n            180deg,\n            rgba(0,0,0,0.30),\n            rgba(0,0,0,0.45)\n        );\n}\n\n\/* ===========================\n   CONTENT BOX\n=========================== *\/\n\n.hero-content {\n    position: relative;\n    z-index: 2;\n\n    width: 100%;\n    max-width: 1120px;\n\n    text-align: center;\n\n    padding: 30px 30px;\n\n    border-radius: 28px;\n\n    background: rgba(13, 76, 142, 0.80);\n    background-image: url('\/wp-content\/uploads\/2026\/06\/Homepage.png');\n    backdrop-filter: blur(8px);\n    -webkit-backdrop-filter: blur(8px);\n\n    border: 1px solid rgba(255,255,255,0.10);\n\n    box-shadow:\n        0 24px 60px rgba(0,0,0,0.30);\n}\n\n\/* ===========================\n   HEADING\n=========================== *\/\n\n.hero-content h1 {\n    margin: 0 0 24px;\n\n    color: #ffffff;\n\n    font-size: 60px;\n    font-weight: 700;\n    line-height: 1.08;\n\n    letter-spacing: -1.5px;\n\n    text-align: center;\n\n    text-shadow:\n        0 6px 18px rgba(0,0,0,0.45);\n}\n\n\/* ===========================\n   SUBHEADING\n=========================== *\/\n\n.hero-content p {\n    max-width: 780px;\n\n    margin: 0 auto 40px;\n\n    color: rgba(255,255,255,0.95);\n\n    font-size: 18px;\n    line-height: 1.9;\n\n    text-align: center;\n}\n\n.hero-content p strong {\n    font-weight: 800;\n}\n\n\/* ===========================\n   BUTTONS\n=========================== *\/\n\n.hero-buttons {\n    display: flex;\n    justify-content: center;\n    align-items: center;\n\n    gap: 18px;\n\n    flex-wrap: wrap;\n}\n.hero-buttons .btn-primary,\n.hero-buttons .btn-outline {\n    font-weight: 900 !important;\n}\n.hero-buttons a {\n    display: inline-flex;\n    align-items: center;\n    justify-content: center;\n \n    min-width: 260px;\n    height: 54px;\n\n    padding: 0 34px;\n\n    border-radius: 999px;\n\n    text-decoration: none;\n\n    font-size: 15px;\n\n    transition:\n        all .25s ease;\n}\n\n\/* ===========================\n   PRIMARY BUTTON\n=========================== *\/\n\n.btn-primary {\n    background: #ffffff;\n\n    color: #0d4c8e;\n\n    font-weight: 800;\n\n    border: 1px solid #ffffff;\n\n    box-shadow:\n        0 10px 28px rgba(0,0,0,0.20);\n}\n\n.btn-primary:hover {\n    transform: translateY(-3px);\n   background: #ffffff;\n}\n\n\/* ===========================\n   OUTLINE BUTTON\n=========================== *\/\n\n.btn-outline {\n    background: transparent;\n\n    border: 1.5px solid #fff;\n\n    color: #ffffff;\n\n    font-weight: 400;\n}\n\n.btn-outline:hover {\n    transform: translateY(-3px);\n\n   color:#ffffff;\n\n    border-color: #ffffff;\n}\n\n\/* ===========================\n   TABLET\n=========================== *\/\n\n@media (max-width: 1024px) {\n .hero-ai {\n        padding: 100px 16px;\n    }\n    .hero-content {\n        padding: 48px 36px;\n    }\n\n    .hero-content h1 {\n        font-size: 48px;\n    }\n\n    .hero-content p {\n        font-size: 16px;\n    }\n}\n\n\/* ===========================\n   MOBILE\n=========================== *\/\n\n@media (max-width: 768px) {\n\n    .hero-ai {\n        padding: 100px 16px;\n    }\n\n    .hero-content {\n        padding: 36px 22px;\n\n        border-radius: 20px;\n    }\n\n    .hero-content h1 {\n        font-size: 34px;\n        line-height: 1.2;\n    }\n\n    .hero-content p {\n        font-size: 15px;\n        line-height: 1.8;\n\n        margin-bottom: 28px;\n    }\n\n    .hero-buttons {\n        flex-direction: column;\n    }\n\n    .hero-buttons a {\n        width: 100%;\n        min-width: unset;\n    }\n}\n\n\/* ===========================\n   SMALL MOBILE\n=========================== *\/\n\n@media (max-width: 480px) {\n\n    .hero-content h1 {\n        font-size: 28px;\n    }\n\n    .hero-content p {\n        font-size: 14px;\n    }\n\n    .hero-buttons a {\n        height: 52px;\n        font-size: 14px;\n    }\n}\n<\/style>\n\n\n\n<section class=\"company-stats pt-5 pb-5\">\n    <div class=\"stats-container\">\n\n        <div class=\"stat-item\">\n            <h3>2008<\/h3>\n            <span>Established Since <\/span>\n        <\/div>\n\n        <div class=\"stat-item\">\n            <h3>350+<\/h3>\n            <span>Specialists<\/span>\n        <\/div>\n\n        <div class=\"stat-item\">\n            <h3>150+<\/h3>\n            <span>Global Clients<\/span>\n        <\/div>\n\n        <div class=\"stat-item\">\n            <h3>ISO 27001<\/h3>\n            <span>Certified<\/span>\n        <\/div>\n\n        <div class=\"stat-item\">\n            <h3>Microsoft<\/h3>\n            <span>Gold Partner verified<\/span>\n        <\/div>\n\n        <div class=\"stat-item\">\n            <h3>GDPR \u2022 HIPAA<\/h3>\n            <span>Compliant<\/span>\n        <\/div>\n\n    <\/div>\n<\/section>\n<style>\n\/* ==========================\n   COMPANY STATS BAR\n========================== *\/\n\n.company-stats {\n    background: #0d4c8e;\n    width: 100%;\n}\n\n.stats-container {\n    max-width: 1400px;\n    margin: 0 auto;\n\n    display: flex;\n    align-items: center;\n    justify-content: space-between;\n\n    padding: 12px 30px; \/* gi\u1ea3m t\u1eeb 18px -> 12px *\/\n    gap: 16px;\n}\n\n.stat-item {\n    flex: 1;\n    text-align: center;\n}\n\n.stat-item h3 {\n    margin: 0 0 2px;\n\n    color: #ffffff;\n\n    font-size: 22px; \/* gi\u1ea3m t\u1eeb 30px *\/\n    font-weight: 700;\n    line-height: 1;\n}\n\n.stat-item span {\n    display: block;\n\n    color: rgba(255,255,255,.9);\n\n    font-size: 12px; \/* gi\u1ea3m t\u1eeb 14px *\/\n    font-weight: 500;\n    line-height: 1.2;\n}\n\n\/* ==========================\n   TABLET\n========================== *\/\n\n@media (max-width: 992px) {\n\n    .stats-container {\n        flex-wrap: wrap;\n        justify-content: center;\n        gap: 18px;\n    }\n\n    .stat-item {\n        flex: 0 0 calc(33.33% - 16px);\n    }\n}\n\n\/* ==========================\n   MOBILE\n========================== *\/\n\n@media (max-width: 768px) {\n\n    .stats-container {\n        padding: 16px;\n        gap: 16px;\n    }\n\n    .stat-item {\n        flex: 0 0 calc(50% - 8px);\n    }\n\n    .stat-item h3 {\n        font-size: 20px;\n    }\n\n    .stat-item span {\n        font-size: 11px;\n    }\n}\n\n<\/style>\n\n\n\n<section class=\"who-we-help\">\n\n    <div class=\"container\">\n\n        <span class=\"section-label\">\n            WHO WE HELP\n        <\/span>\n\n        <h2 class=\"section-title\">\n            Built For Teams That Cannot Compromise On Delivery\n        <\/h2>\n\n        <div class=\"help-grid\">\n\n            <!-- Card 1 -->\n            <div class=\"help-card\">\n\n                <div class=\"help-icon\">\n                   <svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" width=\"24\" height=\"24\" viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\" class=\"lucide lucide-workflow h-5 w-5\" aria-hidden=\"true\"><rect width=\"8\" height=\"8\" x=\"3\" y=\"3\" rx=\"2\"><\/rect><path d=\"M7 11v4a2 2 0 0 0 2 2h4\"><\/path><rect width=\"8\" height=\"8\" x=\"13\" y=\"13\" rx=\"2\"><\/rect><\/svg>\n                <\/div>\n\n                <h3>\n                    Enterprises operationalizing AI with governance and measurement\n                <\/h3>\n\n                <h4>\n                    Modernization leaders under DORA \/ FINMA pressure\n                <\/h4>\n\n                <p>\n                    The priority is translating AI mandates into controlled execution with defined governance, measurable outcomes, and enterprise-grade accountability.\n                <\/p>\n\n            <\/div>\n\n            <!-- Card 2 -->\n            <div class=\"help-card\">\n\n                <div class=\"help-icon\">\n                   <svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" width=\"24\" height=\"24\" viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\" class=\"lucide lucide-shield-check h-5 w-5\" aria-hidden=\"true\"><path d=\"M20 13c0 5-3.5 7.5-7.66 8.95a1 1 0 0 1-.67-.01C7.5 20.5 4 18 4 13V6a1 1 0 0 1 1-1c2 0 4.5-1.2 6.24-2.72a1.17 1.17 0 0 1 1.52 0C14.51 3.81 17 5 19 5a1 1 0 0 1 1 1z\"><\/path><path d=\"m9 12 2 2 4-4\"><\/path><\/svg>\n                <\/div>\n\n                <h3>\n                    Compliance &amp; risk-conscious organizations\n                <\/h3>\n\n                <h4>\n                    With regulated industries, audit and security first\n                <\/h4>\n\n                <p>\n                    Every engagement must satisfy audit requirements, security standards, and governance frameworks with no compromise on delivery control.\n                <\/p>\n\n            <\/div>\n\n            <!-- Card 3 -->\n            <div class=\"help-card\">\n\n                <div class=\"help-icon\">\n                 <svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" width=\"24\" height=\"24\" viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\" class=\"lucide lucide-users h-5 w-5\" aria-hidden=\"true\"><path d=\"M16 21v-2a4 4 0 0 0-4-4H6a4 4 0 0 0-4 4v2\"><\/path><path d=\"M16 3.128a4 4 0 0 1 0 7.744\"><\/path><path d=\"M22 21v-2a4 4 0 0 0-3-3.87\"><\/path><circle cx=\"9\" cy=\"7\" r=\"4\"><\/circle><\/svg>\n                <\/div>\n\n                <h3>\n                    Scaling &amp; offshore-challenged companies\n                <\/h3>\n\n                <h4>\n                    Fast-scale startups, cost-conscious SMEs, and enterprises burned by outsourcing\n                <\/h4>\n\n                <p>\n                    The focus is on establishing accountability across delivery operations, including communication alignment, execution quality, and cost performance.\n                <\/p>\n\n            <\/div>\n\n        <\/div>\n\n    <\/div>\n\n<\/section>\n\n<style>\n\/* ====================================\n   WHO WE HELP\n==================================== *\/\n\n.who-we-help {\n    padding: 90px 20px;\n\n}\n\n.container {\n    max-width: 1400px;\n    margin: 0 auto;\n}\n\n\/* Label *\/\n\n.section-label {\n    display: inline-block;\n\n    margin-bottom: 16px;\n\n    font-size: 12px;\n    font-weight: 700;\n    letter-spacing: 2px;\n\n    color: #21479b;\n}\n\n\/* Title *\/\n\n.section-title {\n\n\n    margin: 0 0 50px;\n\n    font-size: 48px;\n    line-height: 1.15;\n    font-weight: 700;\n\n}\n\n\/* Grid *\/\n\n.help-grid {\n    display: grid;\n    grid-template-columns: repeat(3, 1fr);\n    gap: 24px;\n}\n\n\/* Card *\/\n\n.help-card {\n    background: #fff;\n\n    border: 1px solid #dbe2ea;\n    border-radius: 12px;\n\n    padding: 24px;\n\n    transition: all .3s ease;\n}\n\n.help-card:hover {\n    transform: translateY(-4px);\n\n    box-shadow:\n        0 12px 30px rgba(0,0,0,.08);\n}\n\n\/* Icon *\/\n\n.help-icon {\n    width: 42px;\n    height: 42px;\n\n    border-radius: 8px;\n\n    background: #eef2ff;\n\n    display: flex;\n    align-items: center;\n    justify-content: center;\n\n    color: #21479b;\n\n    margin-bottom: 20px;\n}\n\n\/* Heading *\/\n\n.help-card h3 {\n    margin: 0 0 12px;\n\n    font-size: 18px; \n    line-height: 1.35;\n    font-weight: 500;\n\n    color: #0b121a;\n}\n\n\/* Subtitle *\/\n\n.help-card h4 {\n    margin: 0 0 18px;\n\n    font-size: 14px;\n    line-height: 1.6;\n    font-weight: 500;\ncolor:#4d5664;\n    \n}\n\n\/* Paragraph *\/\n\n.help-card p {\n    margin: 0;\n\n    font-size: 14px;\n    line-height: 1.8;\ncolor:#4d5664;\n  \n}\n\n\/* =========================\n   TABLET\n========================= *\/\n\n@media (max-width: 1024px) {\n\n    .help-grid {\n         grid-template-columns: repeat(2, 1fr);\n    }\n\n    .section-title {\n        font-size: 40px;\n    }\n}\n\n\/* =========================\n   MOBILE\n========================= *\/\n\n@media (max-width: 768px) {\n\n    .who-we-help {\n        padding: 70px 20px;\n    }\n  .help-grid {\n         grid-template-columns: 1fr;\n    }\n    .section-title {\n        font-size: 32px;\n        margin-bottom: 35px;\n    }\n\n    .help-card {\n        padding: 22px;\n    }\n\n    .help-card h3 {\n        font-size: 22px;\n    }\n}\n<\/style>\n\n\n\n<section class=\"strategic-shift\">\n   <div class=\"container\">\n    <div class=\"strategic-container\">\n\n        <!-- LEFT -->\n        <div class=\"strategic-content\">\n\n            <span class=\"section-tag\">\n                STRATEGIC SHIFT\n            <\/span>\n\n            <h2>\n                From Traditional Outsourcing To <br>\nAI-Augmented Engineering Capability\n\n            <\/h2>\n\n            <p>\n                AI is changing how software is designed, developed, and delivered.\n                Traditional outsourcing models built around headcount and cost\n                efficiency alone are no longer enough for enterprises facing\n                increasing pressure around delivery speed, operational resilience,\n                governance, and long-term scalability.\n            <\/p>\n\n            <p>\n                IMT combines mature offshore delivery with governed AI adoption,\n                disciplined engineering practices, structured collaboration,\n                and measurable execution standards \u2014 helping enterprises transform\n                from fragmented AI experimentation into scalable and reliable\n                software delivery capability.\n            <\/p>\n\n            <p>\n                Our teams support AI-enabled engineering workflows, cloud and\n                DevOps modernization, application modernization, and long-term\n                product delivery within enterprise environments where downtime,\n                operational risk, and execution inconsistency are not acceptable.\n            <\/p>\n\n        <\/div>\n\n        <!-- RIGHT -->\n        <div class=\"control-center\">\n\n            <div class=\"window-header\">\n\n\n\n                <div class=\"window-title\">\n                    AI Delivery Control Center\n                <\/div>\n\n            <\/div>\n\n            <div class=\"capability-grid\">\n\n                <div class=\"capability-card\">\n                    <h4><span class=\"window-icon\" style=\"background:rgba(13,76,142,0.08);color:#0d4c8e;padding: 5px;border-radius: 5px;\">\n<svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" width=\"14\" height=\"14\" viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"#0d4c8e\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\" class=\"lucide lucide-cpu h-3.5 w-3.5\" aria-hidden=\"true\"><path d=\"M12 20v2\"><\/path><path d=\"M12 2v2\"><\/path><path d=\"M17 20v2\"><\/path><path d=\"M17 2v2\"><\/path><path d=\"M2 12h2\"><\/path><path d=\"M2 17h2\"><\/path><path d=\"M2 7h2\"><\/path><path d=\"M20 12h2\"><\/path><path d=\"M20 17h2\"><\/path><path d=\"M20 7h2\"><\/path><path d=\"M7 20v2\"><\/path><path d=\"M7 2v2\"><\/path><rect x=\"4\" y=\"4\" width=\"16\" height=\"16\" rx=\"2\"><\/rect><rect x=\"8\" y=\"8\" width=\"8\" height=\"8\" rx=\"1\"><\/rect><\/svg><\/span>AI <\/h4>\n                    <p>Enabled engineering workflows<\/p>\n                <\/div>\n\n                <div class=\"capability-card\">\n                    <h4><span class=\"window-icon\" style=\"background:rgba(13,76,142,0.08);color:#0d4c8e;padding: 5px;border-radius: 5px;\"><svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" width=\"14\" height=\"14\" viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"#0d4c8e\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\" class=\"lucide lucide-circle-check h-3.5 w-3.5\" aria-hidden=\"true\"><circle cx=\"12\" cy=\"12\" r=\"10\"><\/circle><path d=\"m9 12 2 2 4-4\"><\/path><\/svg><\/span> QA<\/h4>\n                    <p>Continuous quality assurance<\/p>\n                <\/div>\n\n                <div class=\"capability-card\">\n                    <h4><span class=\"window-icon\" style=\"background:rgba(13,76,142,0.08);color:#0d4c8e;padding: 5px;border-radius: 5px;\"><svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" width=\"14\" height=\"14\" viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"#0d4c8e\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\" class=\"lucide lucide-cloud h-3.5 w-3.5\" aria-hidden=\"true\"><path d=\"M17.5 19H9a7 7 0 1 1 6.71-9h1.79a4.5 4.5 0 1 1 0 9Z\"><\/path><\/svg><\/span>DevOps<\/h4>\n                    <p>Cloud, CI\/CD and automation<\/p>\n                <\/div>\n\n                <div class=\"capability-card\">\n                   <h4><span class=\"window-icon\" style=\"background:rgba(13,76,142,0.08);color:#0d4c8e;padding: 5px;border-radius: 5px;\"> <svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" width=\"14\" height=\"14\" viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"#0d4c8e\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\" class=\"lucide lucide-eye h-3.5 w-3.5\" aria-hidden=\"true\"><path d=\"M2.062 12.348a1 1 0 0 1 0-.696 10.75 10.75 0 0 1 19.876 0 1 1 0 0 1 0 .696 10.75 10.75 0 0 1-19.876 0\"><\/path><circle cx=\"12\" cy=\"12\" r=\"3\"><\/circle><\/svg><\/span>  HITL<\/h4>\n                    <p>Human oversight and governance<\/p>\n                <\/div>\n\n            <\/div>\n\n            <div class=\"workflow-list\">\n\n                <div class=\"workflow-item\">\n                    <span class=\"step\">01<\/span>\n\n                    <div>\n                        <h5>Assess engineering workflow<\/h5>\n                        <p>Identify AI opportunities across SDLC<\/p>\n                    <\/div>\n                <\/div>\n\n                <div class=\"workflow-item\">\n                    <span class=\"step\">02<\/span>\n\n                    <div>\n                        <h5>Integrate AI with governance<\/h5>\n                        <p>Secure, controlled and measurable adoption<\/p>\n                    <\/div>\n                <\/div>\n\n                <div class=\"workflow-item\">\n                    <span class=\"step\">03<\/span>\n\n                    <div>\n                        <h5>Scale with friendshore teams<\/h5>\n                        <p>Long-term delivery capability from Vietnam<\/p>\n                    <\/div>\n                <\/div>\n\n            <\/div>\n\n        <\/div>\n   <\/div>\n    <\/div>\n\n<\/section>\n<style>\n\/* ==========================\n   STRATEGIC SHIFT\n========================== *\/\n\n.strategic-shift {\n    padding: 100px 20px;\n    background: #f7f8fc;\n}\n\n.strategic-container {\n  \n    margin: 0 auto;\n\n    display: grid;\n    grid-template-columns: 1fr 520px;\n    gap: 80px;\n    align-items: center;\n}\n\n\/* LEFT SIDE *\/\n\n.section-tag {\n    display: inline-block;\n    margin-bottom: 16px;\n    font-size: 11px;\n    font-weight: 700;\n    letter-spacing: 2px;\n    color: #21479b;\n}\n\n.strategic-content h2 {\n    font-size: 34px;\n    font-weight: 700;\n    line-height: 1.15;\n}\n\n.strategic-content p {\n    margin-bottom: 22px;\n\n    color: #4d5660;\n    font-size: 16px;\n    line-height: 1.9;\n}\n\n\/* RIGHT PANEL *\/\n\n.control-center {\n    background: #0d4c8e;\n    border: 1px solid #e0e5eb;\n    border-radius: 14px;\n\n    padding: 16px;\n\n    box-shadow: 0 12px 30px rgba(0,0,0,.06);\n}\n\n\/* HEADER *\/\n\n.window-header {\n    display: flex;\n\n\n    padding-bottom: 16px;\n}\n\n.window-title {\n    font-size: 20px;\n    font-weight: 600;\n    color: #fff;\n}\n\n\/* CAPABILITY GRID *\/\n\n.capability-grid {\n    display: grid;\n    grid-template-columns: repeat(2,1fr);\n    gap: 10px;\n\n    margin-bottom: 14px;\n}\n\n.capability-card {\n    background: #fff;\n    border: 1px solid #dce3ee;\n    border-radius: 10px;\n\n    padding: 16px;\n\n    transition: all .3s ease;\n}\n\n.capability-card:hover {\n    transform: translateY(-3px);\n    box-shadow: 0 10px 20px rgba(0,0,0,.08);\n}\n\n\/* ICON + TITLE INLINE *\/\n\n.capability-card h4 {\n    margin: 0 0 10px;\n\n    display: flex;\n    align-items: center;\n    gap: 10px;\n\n    color: #09162b;\n    font-size: 15px;\n    font-weight: 700;\n    line-height: 1;\n}\n\n.window-icon {\n    width: 30px;\n    height: 30px;\n\n    border-radius: 8px;\n\n    display: flex;\n    align-items: center;\n    justify-content: center;\n\n    flex-shrink: 0;\n    margin: 0;\n}\n\n.window-icon svg {\n    width: 14px;\n    height: 14px;\n}\n\n.capability-card p {\n    margin: 0;\n\n    color: #6b7280;\n    font-size: 12px;\n    line-height: 1.5;\n}\n\n\/* WORKFLOW *\/\n\n.workflow-list {\n    display: flex;\n    flex-direction: column;\n    gap: 10px;\n}\n\n.workflow-item {\n    display: flex;\n    align-items: flex-start;\n    gap: 14px;\n\n    background: #fff;\n\n    border: 1px solid #dce3ee;\n    border-radius: 10px;\n\n    padding: 14px;\n\n    transition: all .3s ease;\n}\n\n.workflow-item:hover {\n    transform: translateX(4px);\n}\n\n.step {\n    min-width: 34px;\n    width: 34px;\n    height: 34px;\n\n    border-radius: 8px;\n\n    background: #0d4c8e;\n    color: #fff;\n\n    display: flex;\n    align-items: center;\n    justify-content: center;\n\n    font-size: 12px;\n    font-weight: 700;\n}\n\n.workflow-item h5 {\n    margin: 0 0 4px;\n\n    color: #09162b;\n    font-size: 14px;\n    font-weight: 700;\n}\n\n.workflow-item p {\n    margin: 0;\n\n    color: #6b7280;\n    font-size: 12px;\n    line-height: 1.5;\n}\n\n\/* TABLET *\/\n\n@media (max-width: 1024px) {\n\n    .strategic-container {\n        grid-template-columns: 1fr;\n        gap: 50px;\n    }\n\n    .control-center {\n        width: 100%;\n        margin: 0 auto;\n    }\n\n    .strategic-content h2 {\n        font-size: 40px;\n    }\n}\n\n\/* MOBILE *\/\n\n@media (max-width: 768px) {\n\n    .strategic-shift {\n        padding: 70px 20px;\n    }\n\n    .strategic-content h2 {\n        font-size: 30px;\n    }\n\n    .capability-grid {\n        grid-template-columns: 1fr;\n    }\n\n    .workflow-item {\n        flex-direction: row;\n    }\n\n    .capability-card h4 {\n        font-size: 14px;\n    }\n}\n\n@media (max-width: 480px) {\n\n    .strategic-shift {\n        padding: 60px 16px;\n    }\n\n    .strategic-content h2 {\n        font-size: 26px;\n        line-height: 1.2;\n    }\n\n    .strategic-content p {\n        font-size: 15px;\n        line-height: 1.8;\n    }\n\n    .control-center {\n        padding: 14px;\n    }\n\n    .window-title {\n        font-size: 18px;\n        text-align: center;\n    }\n\n    .capability-card,\n    .workflow-item {\n        padding: 12px;\n    }\n}\n<\/style>\n\n\n\n<section class=\"what-we-do\">\n    <div class=\"container\">\n\n        <span class=\"section-label\">\u4e8b\u696d\u5185\u5bb9<\/span>\n\n        <h2 class=\"section-title\">\n            Capabilities That Deliver Outcomes\n        <\/h2>\n\n        <p class=\"section-desc\">\n            Each service is built around defined business outcomes rather than\n            standalone service categories, ensuring alignment across\n            modernization, governance, performance, and AI enablement.\n        <\/p>\n\n        <div class=\"services-grid\">\n\n            <!-- 1 -->\n            <article class=\"service-card\">\n               <a href=\"https:\/\/www.imt-soft.com\/ja\/\" class=\"service-arrow\" aria-label=\"View Service\">\n\n    <svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" width=\"22\" height=\"22\" viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\">\n        <path d=\"M5 12h14\"><\/path>\n        <path d=\"m12 5 7 7-7 7\"><\/path>\n    <\/svg>\n\n<\/a>\n\n                <div class=\"service-icon\">\n                    <svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" width=\"24\" height=\"24\" viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\" class=\"lucide lucide-bot h-5 w-5\" aria-hidden=\"true\"><path d=\"M12 8V4H8\"><\/path><rect width=\"16\" height=\"12\" x=\"4\" y=\"8\" rx=\"2\"><\/rect><path d=\"M2 14h2\"><\/path><path d=\"M20 14h2\"><\/path><path d=\"M15 13v2\"><\/path><path d=\"M9 13v2\"><\/path><\/svg>\n                <\/div>\n\n                <h3>AI-Augmented Engineering<\/h3>\n\n                <div class=\"service-subtitle\">\n                    Governed AI workflows, not experiments\n                <\/div>\n\n                <p>\n                    Integrate AI into development pipelines with human oversight,\n                    compliance guardrails, and measurable productivity gains.\n                    From copilots to autonomous QA.\n                <\/p>\n            <\/article>\n\n            <!-- 2 -->\n            <article class=\"service-card\">\n                 <a href=\"https:\/\/www.imt-soft.com\/ja\/\" class=\"service-arrow\" aria-label=\"View Service\">\n\n    <svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" width=\"22\" height=\"22\" viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\">\n        <path d=\"M5 12h14\"><\/path>\n        <path d=\"m12 5 7 7-7 7\"><\/path>\n    <\/svg>\n\n<\/a>\n\n                <div class=\"service-icon\">\n                   <svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" width=\"24\" height=\"24\" viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\" class=\"lucide lucide-boxes h-5 w-5\" aria-hidden=\"true\"><path d=\"M2.97 12.92A2 2 0 0 0 2 14.63v3.24a2 2 0 0 0 .97 1.71l3 1.8a2 2 0 0 0 2.06 0L12 19v-5.5l-5-3-4.03 2.42Z\"><\/path><path d=\"m7 16.5-4.74-2.85\"><\/path><path d=\"m7 16.5 5-3\"><\/path><path d=\"M7 16.5v5.17\"><\/path><path d=\"M12 13.5V19l3.97 2.38a2 2 0 0 0 2.06 0l3-1.8a2 2 0 0 0 .97-1.71v-3.24a2 2 0 0 0-.97-1.71L17 10.5l-5 3Z\"><\/path><path d=\"m17 16.5-5-3\"><\/path><path d=\"m17 16.5 4.74-2.85\"><\/path><path d=\"M17 16.5v5.17\"><\/path><path d=\"M7.97 4.42A2 2 0 0 0 7 6.13v4.37l5 3 5-3V6.13a2 2 0 0 0-.97-1.71l-3-1.8a2 2 0 0 0-2.06 0l-3 1.8Z\"><\/path><path d=\"M12 8 7.26 5.15\"><\/path><path d=\"m12 8 4.74-2.85\"><\/path><path d=\"M12 13.5V8\"><\/path><\/svg>\n                <\/div>\n\n                <h3>Product &amp; App Engineering<\/h3>\n\n                <div class=\"service-subtitle\">\n                    From ideation to scalable platforms\n                <\/div>\n\n                <p>\n                    End-to-end product and application development with\n                    iterative delivery, scalable engineering practices,\n                    and reliable production deployment. Turning ideas into\n                    stable, production-ready software.\n                <\/p>\n            <\/article>\n\n            <!-- 3 -->\n            <article class=\"service-card\">\n                  <a href=\"https:\/\/www.imt-soft.com\/ja\/\" class=\"service-arrow\" aria-label=\"View Service\">\n\n    <svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" width=\"22\" height=\"22\" viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\">\n        <path d=\"M5 12h14\"><\/path>\n        <path d=\"m12 5 7 7-7 7\"><\/path>\n    <\/svg>\n\n<\/a>\n\n                <div class=\"service-icon\">\n                 <svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" width=\"24\" height=\"24\" viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\" class=\"lucide lucide-git-branch h-5 w-5\" aria-hidden=\"true\"><path d=\"M15 6a9 9 0 0 0-9 9V3\"><\/path><circle cx=\"18\" cy=\"6\" r=\"3\"><\/circle><circle cx=\"6\" cy=\"18\" r=\"3\"><\/circle><\/svg>\n                <\/div>\n\n                <h3>DevOps \/ Cloud \/ SRE<\/h3>\n\n                <div class=\"service-subtitle\">\n                    Reliability as a discipline\n                <\/div>\n\n                <p>\n                    Infrastructure as code, automated observability,\n                    and site reliability engineering. Achieve high uptime\n                    and rapid incident response.\n                <\/p>\n            <\/article>\n\n            <!-- 4 -->\n            <article class=\"service-card\">\n                  <a href=\"https:\/\/www.imt-soft.com\/ja\/\" class=\"service-arrow\" aria-label=\"View Service\">\n\n    <svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" width=\"22\" height=\"22\" viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\">\n        <path d=\"M5 12h14\"><\/path>\n        <path d=\"m12 5 7 7-7 7\"><\/path>\n    <\/svg>\n\n<\/a>\n\n                <div class=\"service-icon\">\n                    <svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" width=\"24\" height=\"24\" viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\" class=\"lucide lucide-circle-check h-5 w-5\" aria-hidden=\"true\"><circle cx=\"12\" cy=\"12\" r=\"10\"><\/circle><path d=\"m9 12 2 2 4-4\"><\/path><\/svg>\n                <\/div>\n\n                <h3>QA &amp; Independent Testing<\/h3>\n\n                <div class=\"service-subtitle\">\n                    Automation + compliance testing\n                <\/div>\n\n                <p>\n                    Shift-left quality, automated regression, performance\n                    testing, and security validation. Audit-ready test\n                    evidence for regulated releases.\n                <\/p>\n            <\/article>\n\n            <!-- 5 -->\n            <article class=\"service-card\">\n                   <a href=\"https:\/\/www.imt-soft.com\/ja\/services\/application-modernization\/\" class=\"service-arrow\" aria-label=\"View Service\">\n\n    <svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" width=\"22\" height=\"22\" viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\">\n        <path d=\"M5 12h14\"><\/path>\n        <path d=\"m12 5 7 7-7 7\"><\/path>\n    <\/svg>\n\n<\/a>\n                <div class=\"service-icon\">\n                  <svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" width=\"24\" height=\"24\" viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\" class=\"lucide lucide-layers h-5 w-5\" aria-hidden=\"true\"><path d=\"M12.83 2.18a2 2 0 0 0-1.66 0L2.6 6.08a1 1 0 0 0 0 1.83l8.58 3.91a2 2 0 0 0 1.66 0l8.58-3.9a1 1 0 0 0 0-1.83z\"><\/path><path d=\"M2 12a1 1 0 0 0 .58.91l8.6 3.91a2 2 0 0 0 1.65 0l8.58-3.9A1 1 0 0 0 22 12\"><\/path><path d=\"M2 17a1 1 0 0 0 .58.91l8.6 3.91a2 2 0 0 0 1.65 0l8.58-3.9A1 1 0 0 0 22 17\"><\/path><\/svg>\n                <\/div>\n\n                <h3>\u30a2\u30d7\u30ea\u30b1\u30fc\u30b7\u30e7\u30f3\u30e2\u30c0\u30ca\u30a4\u30bc\u30fc\u30b7\u30e7\u30f3<\/h3>\n\n                <div class=\"service-subtitle\">\n                    From legacy to cloud-native, no disruption\n                <\/div>\n\n                <p>\n                    Phased legacy-to-cloud migration, containerization,\n                    and re-architecting with zero downtime. Preserve business\n                    continuity while reducing technical debt.\n                <\/p>\n            <\/article>\n\n            <!-- 6 -->\n            <article class=\"service-card\">\n                  <a href=\"https:\/\/www.imt-soft.com\/ja\/services\/ai-and-data\/\" class=\"service-arrow\" aria-label=\"View Service\">\n\n    <svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" width=\"22\" height=\"22\" viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\">\n        <path d=\"M5 12h14\"><\/path>\n        <path d=\"m12 5 7 7-7 7\"><\/path>\n    <\/svg>\n\n<\/a>\n\n                <div class=\"service-icon\">\n                   <svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" width=\"24\" height=\"24\" viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\" class=\"lucide lucide-database h-5 w-5\" aria-hidden=\"true\"><ellipse cx=\"12\" cy=\"5\" rx=\"9\" ry=\"3\"><\/ellipse><path d=\"M3 5V19A9 3 0 0 0 21 19V5\"><\/path><path d=\"M3 12A9 3 0 0 0 21 12\"><\/path><\/svg>\n                <\/div>\n\n                <h3>Data &amp; AI<\/h3>\n\n                <div class=\"service-subtitle\">\n                    Data governance, analytics, operational AI\n                <\/div>\n\n                <p>\n                    End-to-end data pipelines, governance frameworks,\n                    and AI model deployment. Turn raw data into governed,\n                    actionable intelligence.\n                <\/p>\n            <\/article>\n\n        <\/div>\n\n    <\/div>\n<\/section>\n<style>\n.what-we-do{\n    padding:100px 20px;\n    background:#fff;\n}\n\n\n\n.section-label{\n    display:inline-block;\n    margin-bottom:14px;\n    font-size:12px;\n    font-weight:700;\n    letter-spacing:2px;\n    text-transform:uppercase;\n    color:#5d7dbb;\n}\n\n.section-title{\n    margin:0 0 20px;\n    color:#111;\n    font-size:48px;\n    font-weight:500;\n    line-height:1.15;\n}\n\n.section-desc{\n    max-width:860px;\n    margin-bottom:60px;\n    color:#616161;\n    font-size:18px;\n    line-height:1.8;\n}\n\n.services-grid{\n    display:grid;\n    grid-template-columns:repeat(3,1fr);\n    gap:24px;\n}\n\n.service-card{\n    position:relative;\n    padding:28px;\n    border:1px solid #e8edf6;\n    border-radius:18px;\n    background:#fff;\n    transition:.3s;\n}\n\n.service-card:hover{\n    transform:translateY(-4px);\n    box-shadow:0 16px 35px rgba(0,0,0,.06);\n}\n\n.service-icon{\n    width:42px;\n    height:42px;\n    border-radius:10px;\n    background:#f3f7fd;\n    display:flex;\n    align-items:center;\n    justify-content:center;\n    color:#3558a8;\n    margin-bottom:18px;\n}\n.service-arrow{\n    position:absolute;\n    top:18px;\n    right:18px;\n\n    width:36px;\n    height:36px;\n\n    display:flex;\n    align-items:center;\n    justify-content:center;\n\n    border-radius:8px;\n\n    background:#fff;\n\n    color:#0d4c8e !important;\n\n    text-decoration:none;\n\n    transition:all .3s ease;\n}\n\n.service-arrow svg{\n    width:20px;\n    height:20px;\n\n    stroke:currentColor;\n}\n\n.service-card:hover .service-arrow{\n    background:#3558a8;\n\n    color:#ffffff !important;\n}\n\n.service-card h3{\n    margin:0 0 10px;\n    font-size:22px;\n    line-height:1.35;\n    color:#111;\n}\n\n.service-subtitle{\n    margin-bottom:14px;\n    font-size:14px;\n    font-weight:600;\n    color:#667085;\n}\n\n.service-card p{\n    margin:0;\n    color:#555;\n    line-height:1.8;\n    font-size:15px;\n}\n\n\/* Tablet *\/\n\n@media (max-width:991px){\n\n    .section-title{\n        font-size:40px;\n    }\n\n    .services-grid{\n        grid-template-columns:repeat(2,1fr);\n    }\n}\n\n\/* Mobile *\/\n\n@media (max-width:767px){\n\n    .what-we-do{\n        padding:70px 20px;\n    }\n\n    .section-title{\n        font-size:32px;\n    }\n\n    .section-desc{\n        font-size:16px;\n    }\n\n    .services-grid{\n        grid-template-columns:1fr;\n        gap:20px;\n    }\n\n    .service-card{\n        padding:24px;\n    }\n}\n<\/style>\n\n\n\n<section class=\"how-we-work\">\n    <div class=\"container\">\n\n        <span class=\"section-label\">HOW WE WORK<\/span>\n\n        <h2 class=\"section-title\">\n            Governed. Accountable. Collaborative.\n        <\/h2>\n\n        <p class=\"section-desc\">\n            AI-enabled engineering only works when delivery remains structured,\n            measurable, and operationally reliable across teams, processes,\n            and long-term execution.\n        <\/p>\n\n        <div class=\"work-grid\">\n\n            <!-- Box 1 -->\n            <div class=\"work-card\">\n                <div class=\"work-icon\">\n                   <svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" width=\"24\" height=\"24\" viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\" class=\"lucide lucide-shield-check h-5 w-5\" aria-hidden=\"true\"><path d=\"M20 13c0 5-3.5 7.5-7.66 8.95a1 1 0 0 1-.67-.01C7.5 20.5 4 18 4 13V6a1 1 0 0 1 1-1c2 0 4.5-1.2 6.24-2.72a1.17 1.17 0 0 1 1.52 0C14.51 3.81 17 5 19 5a1 1 0 0 1 1 1z\"><\/path><path d=\"m9 12 2 2 4-4\"><\/path><\/svg>\n                <\/div>\n\n                <h3>Governed AI Engineering<\/h3>\n\n                <div class=\"card-subtitle\">\n                    AI adoption with operational control\n                <\/div>\n\n                <p>\n                    We integrate AI into engineering workflows through governed\n                    implementation, human oversight, and secure delivery practices\n                    &#8211; helping teams improve productivity without compromising\n                    quality, compliance, or operational reliability, with AI\n                    already embedded in our day-to-day engineering operations.\n                <\/p>\n            <\/div>\n\n            <!-- Box 2 -->\n            <div class=\"work-card\">\n                <div class=\"work-icon\">\n                  <svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" width=\"24\" height=\"24\" viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\" class=\"lucide lucide-chart-line h-5 w-5\" aria-hidden=\"true\"><path d=\"M3 3v16a2 2 0 0 0 2 2h16\"><\/path><path d=\"m19 9-5 5-4-4-3 3\"><\/path><\/svg>\n                <\/div>\n\n                <h3>Accountable Delivery<\/h3>\n\n                <div class=\"card-subtitle\">\n                    Clear ownership with measurable execution\n                <\/div>\n\n                <p>\n                    Delivery is managed through defined ownership, transparent\n                    progress tracking, and measurable engineering outcomes &#8211;\n                    helping clients maintain visibility, reliability, and\n                    confidence throughout execution.\n                <\/p>\n            <\/div>\n\n            <!-- Box 3 -->\n            <div class=\"work-card\">\n                <div class=\"work-icon\">\n                  <svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" width=\"24\" height=\"24\" viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\" class=\"lucide lucide-workflow h-5 w-5\" aria-hidden=\"true\"><rect width=\"8\" height=\"8\" x=\"3\" y=\"3\" rx=\"2\"><\/rect><path d=\"M7 11v4a2 2 0 0 0 2 2h4\"><\/path><rect width=\"8\" height=\"8\" x=\"13\" y=\"13\" rx=\"2\"><\/rect><\/svg>\n                <\/div>\n\n                <h3>Structured Collaboration<\/h3>\n\n                <div class=\"card-subtitle\">\n                    Proactive communication across distributed teams\n                <\/div>\n\n                <p>\n                    We operate through structured collaboration, proactive\n                    communication, and consistent reporting practices that keep\n                    stakeholders aligned across priorities, risks, decisions,\n                    and delivery progress in cross-border engagements.\n                <\/p>\n            <\/div>\n\n        <\/div>\n\n        <div class=\"cta-wrap\">\n            <a href=\"https:\/\/www.imt-soft.com\/ja\/company\/how-we-work\/\" class=\"cta-btn\">\n                See How IMT Delivers at Scale\n            <\/a>\n        <\/div>\n\n    <\/div>\n<\/section>\n\n<style>\n\/* ==========================\n   HOW WE WORK\n========================== *\/\n\n.how-we-work {\n    padding: 100px 20px;\n    background: #f7f8fc;\n}\n\n\n\n.section-label {\n    display: inline-block;\n    margin-bottom: 16px;\n    font-size: 12px;\n    font-weight: 700;\n    letter-spacing: 2px;\n    text-transform: uppercase;\n    color: #5d7dbb;\n}\n\n.section-title {\n    margin: 0 0 20px;\n    font-size: 48px;\n    line-height: 1.15;\n    font-weight: 500;\n    color: #111111;\n}\n\n.section-desc {\n    max-width: 820px;\n    margin-bottom: 60px;\n    font-size: 18px;\n    line-height: 1.8;\n    color: #5b5b5b;\n}\n\n\/* Cards *\/\n\n.work-grid {\n    display: grid;\n    grid-template-columns: repeat(3, 1fr);\n    gap: 28px;\n}\n\n.work-card {\n    padding: 32px;\n    border: 1px solid #e9edf5;\n    border-radius: 18px;\n    background: #ffffff;\n    transition: all .3s ease;\n}\n\n.work-card:hover {\n    transform: translateY(-4px);\n    box-shadow: 0 15px 35px rgba(0,0,0,.06);\n}\n\n.work-icon {\n    width: 52px;\n    height: 52px;\n    border-radius: 12px;\n    background: #f4f7fc;\n    display: flex;\n    align-items: center;\n    justify-content: center;\n    color: #3558a8;\n    margin-bottom: 22px;\n}\n\n.work-card h3 {\n    margin: 0 0 10px;\n    font-size: 24px;\n    line-height: 1.3;\n    color: #111;\n    font-weight: 600;\n}\n\n.card-subtitle {\n    margin-bottom: 18px;\n    font-size: 15px;\n    color: #6a6a6a;\n    font-weight: 500;\n}\n\n.work-card p {\n    margin: 0;\n    color: #555;\n    font-size: 14px;\n    line-height: 1.8;\n}\n\n\/* CTA *\/\n\n.cta-wrap {\n    margin-top: 50px;\n    text-align: center;\n}\n\n.cta-btn {\n    display: inline-flex;\n    align-items: center;\n    justify-content: center;\n\n    min-width: 295px;\n    height: 50px;\n    padding: 0 36px;\n\n    background: #2f56ad;\n    border-radius: 999px;\n\n    color: #ffffff !important;\n    font-size: 15px;\n    font-weight: 600;\n    line-height: 1;\n\n    text-decoration: none !important;\n    border: none;\n\n    transition: all .3s ease;\n}\n\n.cta-btn:hover {\n    background: #264998;\n    color: #ffffff !important;\n    text-decoration: none !important;\n    transform: translateY(-2px);\n}\n\n.cta-btn:focus,\n.cta-btn:active,\n.cta-btn:visited {\n    color: #ffffff !important;\n    text-decoration: none !important;\n}\n\/* ==========================\n   TABLET\n========================== *\/\n\n@media (max-width: 991px) {\n\n    .section-title {\n        font-size: 40px;\n    }\n\n    .section-desc {\n        font-size: 17px;\n    }\n\n    .work-grid {\n        grid-template-columns: repeat(2, 1fr);\n    }\n}\n\n\/* ==========================\n   MOBILE\n========================== *\/\n\n@media (max-width: 767px) {\n\n    .how-we-work {\n        padding: 70px 20px;\n    }\n\n    .section-title {\n        font-size: 32px;\n    }\n\n    .section-desc {\n        font-size: 16px;\n        margin-bottom: 40px;\n    }\n\n    .work-grid {\n        grid-template-columns: 1fr;\n        gap: 20px;\n    }\n\n    .work-card {\n        padding: 24px;\n    }\n\n    .work-card h3 {\n        font-size: 22px;\n    }\n\n    .cta-btn {\n        width: 100%;\n        max-width: 340px;\n    }\n}\n<\/style>\n\n\n\n<section class=\"security-section\">\n<div class=\"container\">\n    <div class=\"security-container\">\n\n        <span class=\"security-label\">\n            TRUST, SECURITY &amp; GOVERNANCE\n        <\/span>\n\n        <h2 class=\"security-title\">\n           Security And Governance Are Not Add-Ons.\nThey Are Our Standard\n\n        <\/h2>\n\n        <div class=\"security-grid\">\n\n            <!-- Card -->\n            <div class=\"security-card\">\n\n                <div class=\"security-icon\">\n                    <svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" width=\"22\" height=\"22\" fill=\"none\" viewbox=\"0 0 24 24\" stroke=\"currentColor\">\n                        <path stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\" d=\"M12 3l7 4v5c0 5-3.5 8-7 9-3.5-1-7-4-7-9V7l7-4z\"><\/path>\n                        <path stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\" d=\"M9 12l2 2 4-4\"><\/path>\n                    <\/svg>\n                <\/div>\n\n                <div>\n                    <h3>ISO 27001<\/h3>\n                    <p>Certified information security management<\/p>\n                <\/div>\n\n            <\/div>\n\n            <!-- Card -->\n            <div class=\"security-card\">\n\n                <div class=\"security-icon\">\n                    <svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" width=\"22\" height=\"22\" fill=\"none\" viewbox=\"0 0 24 24\" stroke=\"currentColor\">\n                        <rect x=\"5\" y=\"11\" width=\"14\" height=\"10\" rx=\"2\" stroke-width=\"2\"><\/rect>\n                        <path d=\"M8 11V8a4 4 0 0 1 8 0v3\" stroke-width=\"2\"><\/path>\n                    <\/svg>\n                <\/div>\n\n                <div>\n                    <h3>Secure SDLC<\/h3>\n                    <p>Security embedded in every phase, not a final scan<\/p>\n                <\/div>\n\n            <\/div>\n\n            <!-- Card -->\n            <div class=\"security-card\">\n\n                <div class=\"security-icon\">\n                    <svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" width=\"24\" height=\"24\" viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\" class=\"lucide lucide-activity h-5 w-5 text-white\" aria-hidden=\"true\"><path d=\"M22 12h-2.48a2 2 0 0 0-1.93 1.46l-2.35 8.36a.25.25 0 0 1-.48 0L9.24 2.18a.25.25 0 0 0-.48 0l-2.35 8.36A2 2 0 0 1 4.49 12H2\"><\/path><\/svg>\n                <\/div>\n\n                <div>\n                    <h3>Delivery Governance<\/h3>\n                    <p>Transparent dashboards, accountable metrics, regular audits<\/p>\n                <\/div>\n\n            <\/div>\n\n            <!-- Card -->\n            <div class=\"security-card\">\n\n                <div class=\"security-icon\">\n                  <svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" width=\"24\" height=\"24\" viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\" class=\"lucide lucide-eye h-5 w-5 text-white\" aria-hidden=\"true\"><path d=\"M2.062 12.348a1 1 0 0 1 0-.696 10.75 10.75 0 0 1 19.876 0 1 1 0 0 1 0 .696 10.75 10.75 0 0 1-19.876 0\"><\/path><circle cx=\"12\" cy=\"12\" r=\"3\"><\/circle><\/svg>\n                <\/div>\n\n                <div>\n                    <h3>Human-in-the-Loop AI<\/h3>\n                    <p>AI with human oversight &amp; control, no black-box decisions<\/p>\n                <\/div>\n\n            <\/div>\n\n            <!-- Card -->\n            <div class=\"security-card\">\n\n                <div class=\"security-icon\">\n                   <svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" width=\"24\" height=\"24\" viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\" class=\"lucide lucide-file-check h-5 w-5 text-white\" aria-hidden=\"true\"><path d=\"M6 22a2 2 0 0 1-2-2V4a2 2 0 0 1 2-2h8a2.4 2.4 0 0 1 1.704.706l3.588 3.588A2.4 2.4 0 0 1 20 8v12a2 2 0 0 1-2 2z\"><\/path><path d=\"M14 2v5a1 1 0 0 0 1 1h5\"><\/path><path d=\"m9 15 2 2 4-4\"><\/path><\/svg>\n                <\/div>\n\n                <div>\n                    <h3>GDPR \u00b7 HIPAA \u00b7 FINMA readiness<\/h3>\n                    <p>Built for regulated environments out of the box<\/p>\n                <\/div>\n\n            <\/div>\n\n        <\/div>\n\n    <\/div>\n   <\/div>\n<\/section>\n\n<style>\n\n\/* ===================================== *\/\n\/* SECURITY SECTION *\/\n\/* ===================================== *\/\n\/* ===================================== *\/\n\/* SECURITY SECTION *\/\n\/* ===================================== *\/\n\n.security-section{\n    position:relative;\n    overflow:hidden;\n\n    padding:100px 24px;\n\n    background-image:\n        \n        url('\/wp-content\/themes\/restly-child\/assets\/images\/HomePage\/Trust, Security & Governance.jpg');\n\n    background-size:cover;\n    background-position:center;\n    background-repeat:no-repeat;\n}\n\n\n\n\/* Label *\/\n\n.security-label{\n    display:inline-block;\n\n    margin-bottom:18px;\n\n    font-size:11px;\n    font-weight:700;\n\n    letter-spacing:2px;\n    text-transform:uppercase;\n\n    color:#c8d4ea;\n}\n\n\/* Title *\/\n\n.security-title{\n    max-width:700px;\n\n    margin-bottom:56px;\n\n    font-size:52px;\n    line-height:1.15;\n    font-weight:700;\n\n    color:#fff;\n}\n\n\/* ===================================== *\/\n\/* GRID *\/\n\/* ===================================== *\/\n\n.security-grid{\n    display:grid;\n    grid-template-columns:repeat(3,1fr);\n    gap:16px;\n}\n\n\/* Card *\/\n\n.security-card{\n    display:flex;\n    align-items:flex-start;\n    gap:18px;\n\n    padding:22px;\n\n    border:1px solid rgba(255,255,255,.08);\n    border-radius:14px;\n\n    background:rgba(0,0,0,.9);\n\n    backdrop-filter:blur(6px);\n\n    transition:all .3s ease;\n}\n\n.security-card:hover{\n    transform:translateY(-4px);\nbox-shadow:0 10px 30px rgba(0,0,0,.35);\n    border-color:rgba(255,255,255,.16);\n\n    background:rgba(0,0,0,.95);\n}\n\n\/* Icon *\/\n\n.security-icon{\n    display:flex;\n    align-items:center;\n    justify-content:center;\n\n    min-width:44px;\n    width:44px;\n    height:44px;\n\n    border-radius:10px;\n\n    background:rgba(255,255,255,.06);\n\n    color:#fff;\n}\n\n\/* Text *\/\n\n.security-card h3{\n    margin-bottom:6px;\n\n    font-size:18px;\n    font-weight:700;\n\n    color:#fff;\n}\n\n.security-card p{\n    font-size:14px;\n    line-height:1.7;\n\n    color:rgba(255,255,255,.72);\n}\n\n\/* ===================================== *\/\n\/* RESPONSIVE *\/\n\/* ===================================== *\/\n\n@media (max-width:1024px){\n\n    .security-grid{\n        grid-template-columns:repeat(2,1fr);\n    }\n\n    .security-title{\n        font-size:42px;\n    }\n}\n\n@media (max-width:768px){\n\n    .security-section{\n        padding:80px 20px;\n    }\n\n    .security-grid{\n        grid-template-columns:1fr;\n    }\n\n    .security-title{\n        font-size:32px;\n        margin-bottom:40px;\n    }\n}\n\n<\/style>\n\n\n\n<section class=\"industry-section\">\n<div class=\"container\">\n    <div class=\"industry-container\">\n        <!-- Heading -->\n        <div class=\"industry-heading\">\n            <span class=\"section-label\">\n                INDUSTRY EXPERIENCE\n            <\/span>\n            <h2>\nDomain Depth Across Regulated\nand High-performance Sectors\n            <\/h2>\n            <p>\n                We apply domain-specific expertise to tailor engineering delivery systems\n                that reflect each industry\u2019s regulatory requirements, operation and performance.\n            <\/p>\n        <\/div>\n        <!-- Tabs -->\n<div class=\"industry-tabs\">\n  <!-- Financial -->\n  <button class=\"industry-tab active inline-flex items-center gap-2\" data-tab=\"financial\" data-category=\"financial-services\">\n    <svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" width=\"16\" height=\"16\" viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\" class=\"h-4 w-4\">\n      <path d=\"M10 12h4\"><\/path>\n      <path d=\"M10 8h4\"><\/path>\n      <path d=\"M14 21v-3a2 2 0 0 0-4 0v3\"><\/path>\n      <path d=\"M6 10H4a2 2 0 0 0-2 2v7a2 2 0 0 0 2 2h16a2 2 0 0 0 2-2V9a2 2 0 0 0-2-2h-2\"><\/path>\n      <path d=\"M6 21V5a2 2 0 0 1 2-2h8a2 2 0 0 1 2 2v16\"><\/path>\n    <\/svg>\n    <span>\u91d1\u878d\u30b5\u30fc\u30d3\u30b9<\/span>\n  <\/button>\n  <!-- Healthcare -->\n  <button class=\"industry-tab inline-flex items-center gap-2\" data-tab=\"healthcare\" data-category=\"healthcare\">\n   <svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" width=\"16\" height=\"16\" viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\" class=\"lucide lucide-heart-pulse h-4 w-4\" aria-hidden=\"true\"><path d=\"M2 9.5a5.5 5.5 0 0 1 9.591-3.676.56.56 0 0 0 .818 0A5.49 5.49 0 0 1 22 9.5c0 2.29-1.5 4-3 5.5l-5.492 5.313a2 2 0 0 1-3 .019L5 15c-1.5-1.5-3-3.2-3-5.5\"><\/path><path d=\"M3.22 13H9.5l.5-1 2 4.5 2-7 1.5 3.5h5.27\"><\/path><\/svg>\n    <span>\u5065\u5eb7\u7ba1\u7406<\/span>\n  <\/button>\n  <!-- Media -->\n  <button class=\"industry-tab inline-flex items-center gap-2\" data-tab=\"media\" data-category=\"media-entertainment\">\n <svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" width=\"16\" height=\"16\" viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\" class=\"lucide lucide-clapperboard h-4 w-4\" aria-hidden=\"true\"><path d=\"m12.296 3.464 3.02 3.956\"><\/path><path d=\"M20.2 6 3 11l-.9-2.4c-.3-1.1.3-2.2 1.3-2.5l13.5-4c1.1-.3 2.2.3 2.5 1.3z\"><\/path><path d=\"M3 11h18v8a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2z\"><\/path><path d=\"m6.18 5.276 3.1 3.899\"><\/path><\/svg>\n    <span>Media &amp; Entertainment<\/span>\n  <\/button>\n  <!-- Technology -->\n  <button class=\"industry-tab inline-flex items-center gap-2\" data-tab=\"technology\" data-category=\"technology-platform\">\n  <svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" width=\"16\" height=\"16\" viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\" class=\"lucide lucide-cpu h-4 w-4\" aria-hidden=\"true\"><path d=\"M12 20v2\"><\/path><path d=\"M12 2v2\"><\/path><path d=\"M17 20v2\"><\/path><path d=\"M17 2v2\"><\/path><path d=\"M2 12h2\"><\/path><path d=\"M2 17h2\"><\/path><path d=\"M2 7h2\"><\/path><path d=\"M20 12h2\"><\/path><path d=\"M20 17h2\"><\/path><path d=\"M20 7h2\"><\/path><path d=\"M7 20v2\"><\/path><path d=\"M7 2v2\"><\/path><rect x=\"4\" y=\"4\" width=\"16\" height=\"16\" rx=\"2\"><\/rect><rect x=\"8\" y=\"8\" width=\"8\" height=\"8\" rx=\"1\"><\/rect><\/svg>\n    <span>Technology Platform<\/span>\n  <\/button>\n<\/div>\n        <!-- TAB CONTENT -->\n        <div class=\"industry-content-wrapper\">\n            <!-- Financial -->\n            <div class=\"industry-content active\" id=\"financial\">\n<!-- Main Card -->\n<div class=\"industry-main-card\">\n    <span class=\"card-label\">\n        FOCUS AREA\n    <\/span>\n    <h3>\n        \u91d1\u878d\u30b5\u30fc\u30d3\u30b9\n    <\/h3>\n    <p>\n        Secure software delivery, modernization, AI-enabled operations,\n        QA automation, compliance-aware engineering, and data-driven platforms.\n    <\/p>\n<\/div>\n    <div class=\"posts-area\"><\/div>\n            <\/div>\n            <!-- Healthcare -->\n            <div class=\"industry-content\" id=\"healthcare\">\n<!-- Main Card -->\n<div class=\"industry-main-card\">\n    <span class=\"card-label\">\n        FOCUS AREA\n    <\/span>\n    <h3>\n        \u5065\u5eb7\u7ba1\u7406\n    <\/h3>\n    <p>\n       Digital health platforms, data workflows, operational automation, system integration, and secure application development.\n    <\/p>\n<\/div>\n    <div class=\"posts-area\"><\/div>\n            <\/div>\n            <!-- Media -->\n            <div class=\"industry-content\" id=\"media\">\n<!-- Main Card -->\n<div class=\"industry-main-card\">\n    <span class=\"card-label\">\n        FOCUS AREA\n    <\/span>\n    <h3>\n        Media &#038; Entertainment\n    <\/h3>\n    <p>\n        High-traffic platforms, user experience features, real-time systems, content workflows, and scalable engineering teams.\n    <\/p>\n<\/div>\n    <div class=\"posts-area\"><\/div>\n            <\/div>\n            <!-- Technology -->\n            <div class=\"industry-content\" id=\"technology\">\n          <!-- Main Card -->\n<div class=\"industry-main-card\">\n    <span class=\"card-label\">\n        FOCUS AREA\n    <\/span>\n    <h3>\n     Technology Platform\n    <\/h3>\n    <p>\n       Product engineering, feature delivery, cloud-native development, QA automation, and long-term dedicated teams.\n    <\/p>\n<\/div>\n    <div class=\"posts-area\"><\/div>\n        <\/div>\n        <!-- CTA -->\n        <div class=\"industry-cta\">\n           <a href=\"https:\/\/www.imt-soft.com\/ja\/company\/case-studies\/\" class=\"inline-flex items-center gap-2\">\n  Discover More Success Projects\n  <svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" width=\"16\" height=\"16\" viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\" class=\"lucide lucide-arrow-right h-4 w-4\">\n    <path d=\"M5 12h14\"><\/path>\n    <path d=\"m12 5 7 7-7 7\"><\/path>\n  <\/svg>\n<\/a>\n        <\/div>\n    <\/div>\n    <\/div>\n<\/section>\n<style>\n\/* ===========================\n   SECTION\n=========================== *\/\n.industry-section {\n    padding: 100px 20px;\n}\n.industry-tab {\n  display: inline-flex;\n  align-items: center; \n  gap: 8px;\n}\n.industry-tab {\n  border-radius: 14px;\n}\n\/* ===========================\n   HEADING\n=========================== *\/\n.section-label {\n    display: inline-block;\n    margin-bottom: 14px;\n    font-size: 11px;\n    font-weight: 700;\n    letter-spacing: 2px;\n    color: #214e97;\n}\n.industry-heading h2 {\n    max-width: 550px;\n    margin: 0 0 18px;\n    font-size: 36px;\n    line-height: 1.15;\n    font-weight: 800;\n}\n.industry-heading p {\n    max-width: 760px;\n    font-size: 14px;\n    line-height: 1.9;\n    color: #475569;\n}\n\/* ===========================\n   TABS\n=========================== *\/\n.industry-tabs {\n    display: flex;\n    flex-wrap: wrap;\n    gap: 14px;\n    margin-top: 42px;\n    margin-bottom: 34px;\n}\n.industry-tab {\n    border: 1px solid #d7deea;\n border-radius: 50px !important;\n    background: #ffffff;\n    color: #0f172a;\n    height: 50px;\n    padding: 12px 22px;\n    border-radius: 999px;\n    font-size: 14px;\n    font-weight: 700;\n    cursor: pointer;\n    transition: all .25s ease;\n}\n.industry-tab:hover {\n    background: #edf4ff;\n}\n.posts-area {\n    display: grid;\n    grid-template-columns: 1fr 1fr;\n    gap: 22px;\n}\n.industry-tab.active {\n    background: #214e97;\n    border-color: #214e97;\n    border-radius: 50px;\n    color: #ffffff;\n}\n\/* ===========================\n   CONTENT\n=========================== *\/\n.industry-content {\n    display: none;\n    grid-template-columns: 1.2fr 1fr 1fr;\n    gap: 22px;\n    padding: 26px;\n    border-radius: 20px;\n    background: #ffffff;\n    border: 1px solid #dce4ef;\n}\n.industry-content.active {\n    display: grid;\n    grid-template-columns: 420px 1fr;\n    gap: 28px;\n    align-items: start;\n}\n\/* ===========================\n   CARDS\n=========================== *\/\n.case-study-card {\n    border-radius: 16px;\n    border: 1px solid #dde5ef;\n    background: #ffffff;\n    transition: all .25s ease;\n}\n.case-study-card-content {\npadding: 0 20px 20px;\n}\n.case-study-card:hover {\n    transform: translateY(-4px);\n    box-shadow:\n        0 14px 30px rgba(0,0,0,0.06);\n}\n.card-label {\n    display: inline-block;\n    margin-bottom: 14px;\n    font-size: 10px;\n    font-weight: 700;\n    letter-spacing: 2px;\n    color: #64748b;\n}\n.industry-main-card h3,\n.case-study-card h4 {\n    margin: 0 0 16px;\n    font-size: 24px;\n    line-height: 1.3;\n    color: #0f172a;\n}\n.case-study-card h4 {\n    font-size: 18px;\n}\n.industry-main-card p,\n.case-study-card p {\n    font-size: 14px;\n    line-height: 1.8;\n    color: #475569;\n}\n.case-study-card a {\n    display: inline-block;\n    margin-top: 20px;\n    font-size: 14px;\n    font-weight: 700;\n    color: #214e97;\n    text-decoration: none;\n}\n\/* ===========================\n   CTA\n=========================== *\/\n.industry-cta {\n    margin-top: 38px;\n    text-align: center;\n}\n.industry-cta a {\n    display: inline-flex;\n    align-items: center;\n    justify-content: center;\n    height: 50px;\n    padding: 0 30px;\n    border-radius: 999px;\n    background: #ffffff;\n    border: 1px solid #d7deea;\n    color: #0f172a;\n    font-size: 14px;\n    font-weight: 700;\n    text-decoration: none;\n    transition: all .25s ease;\n}\n.industry-cta a:hover {\n    transform: translateY(-3px);\n    box-shadow:\n        0 12px 28px rgba(0,0,0,0.08);\n}\n\/* ===========================\n   TABLET\n=========================== *\/\n@media (max-width: 1024px) {\n    .industry-heading h2 {\n        font-size: 38px;\n    }\n    .industry-content {\n        grid-template-columns: 1fr;\n    }\n  .industry-content.active {\n        grid-template-columns: 1fr;\n    }\n    .posts-area {\n        grid-template-columns: 1fr 1fr;\n    }\n}\n\/* ===========================\n   MOBILE\n=========================== *\/\n@media (max-width: 768px) {\n    .industry-section {\n        padding: 70px 16px;\n    }\n    .industry-heading h2 {\n        font-size: 32px;\n    }\n    .industry-heading p {\n        font-size: 15px;\n    }\n    .industry-tabs {\n        gap: 10px;\n    }\n    .industry-tab {\n        width: 100%;\n        text-align: center;\n    }\n    .industry-content {\n        padding: 18px;\n    }\n    .industry-main-card,\n   \n   .industry-content.active {\n        grid-template-columns: 1fr;\n    }\n    .posts-area {\n        grid-template-columns: 1fr;\n    }\n}\n<\/style>\n<script>\nconst tabs = document.querySelectorAll('.industry-tab');\nconst contents = document.querySelectorAll('.industry-content');\ntabs.forEach(tab => {\n    tab.addEventListener('click', () => {\n        tabs.forEach(item => item.classList.remove('active'));\n        contents.forEach(item => item.classList.remove('active'));\n        tab.classList.add('active');\n        const target = document.getElementById(tab.dataset.tab);\n        target.classList.add('active');\n    });\n});\n<\/script>\n\n\n\n<section class=\"friendshore\">\n    <div class=\"container\">\n        <span class=\"section-tag\">FRIENDSHORE<\/span>\n\n        <h2 class=\"section-title\">\n            Vietnam: A High-Trust Friendshore Destination\n        <\/h2>\n\n        <p class=\"section-desc\">\n            Global enterprises choose Vietnam for engineering capability and\n            long-term stability. IMT supports that advantage through governed\n            delivery, structured collaboration, and operational accountability.\n        <\/p>\n\n        <div class=\"feature-grid\">\n\n            <div class=\"feature-card\">\n                <div class=\"icon-box\"><svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" width=\"24\" height=\"24\" viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"#0d4c8e\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\" class=\"lucide lucide-sparkles h-5 w-5\" aria-hidden=\"true\"><path d=\"M11.017 2.814a1 1 0 0 1 1.966 0l1.051 5.558a2 2 0 0 0 1.594 1.594l5.558 1.051a1 1 0 0 1 0 1.966l-5.558 1.051a2 2 0 0 0-1.594 1.594l-1.051 5.558a1 1 0 0 1-1.966 0l-1.051-5.558a2 2 0 0 0-1.594-1.594l-5.558-1.051a1 1 0 0 1 0-1.966l5.558-1.051a2 2 0 0 0 1.594-1.594z\"><\/path><path d=\"M20 2v4\"><\/path><path d=\"M22 4h-4\"><\/path><circle cx=\"4\" cy=\"20\" r=\"2\"><\/circle><\/svg><\/div>\n                <h3>Strong Technology Talent<\/h3>\n                <p>\n                Highly skilled engineering talent across AI, cloud, enterprise platforms, and scalable software systems. Proven experience delivering complex and business-critical applications for global markets.\n                <\/p>\n            <\/div>\n\n            <div class=\"feature-card\">\n                <div class=\"icon-box\"><svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" width=\"24\" height=\"24\" viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"#0d4c8e\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\" class=\"lucide lucide-chart-line h-5 w-5\" aria-hidden=\"true\"><path d=\"M3 3v16a2 2 0 0 0 2 2h16\"><\/path><path d=\"m19 9-5 5-4-4-3 3\"><\/path><\/svg><\/div>\n                <h3>Value-Driven Development<\/h3>\n                <p>\n                   We focus on maximizing engineering output per investment through disciplined execution, scalable team structures, and long-term delivery efficiency that creates shared value for both firms.\n                <\/p>\n            <\/div>\n\n            <div class=\"feature-card\">\n                <div class=\"icon-box\"><svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" width=\"24\" height=\"24\" viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"#0d4c8e\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\" class=\"lucide lucide-earth h-5 w-5\" aria-hidden=\"true\"><path d=\"M21.54 15H17a2 2 0 0 0-2 2v4.54\"><\/path><path d=\"M7 3.34V5a3 3 0 0 0 3 3a2 2 0 0 1 2 2c0 1.1.9 2 2 2a2 2 0 0 0 2-2c0-1.1.9-2 2-2h3.17\"><\/path><path d=\"M11 21.95V18a2 2 0 0 0-2-2a2 2 0 0 1-2-2v-1a2 2 0 0 0-2-2H2.05\"><\/path><circle cx=\"12\" cy=\"12\" r=\"10\"><\/circle><\/svg><\/div>\n                <h3>Strategic APAC Location<\/h3>\n                <p>\n              Convenient collaboration across US and EU time zones with strong regional connectivity and a stable business environment that supports long-term delivery continuity.\n                <\/p>\n            <\/div>\n\n            <div class=\"feature-card\">\n                <div class=\"icon-box\"><svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" width=\"24\" height=\"24\" viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"#0d4c8e\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\" class=\"lucide lucide-users h-5 w-5\" aria-hidden=\"true\"><path d=\"M16 21v-2a4 4 0 0 0-4-4H6a4 4 0 0 0-4 4v2\"><\/path><path d=\"M16 3.128a4 4 0 0 1 0 7.744\"><\/path><path d=\"M22 21v-2a4 4 0 0 0-3-3.87\"><\/path><circle cx=\"9\" cy=\"7\" r=\"4\"><\/circle><\/svg><\/div>\n                <h3>Cultural Adaptability<\/h3>\n                <p>\n                 Strong English communication skills and extensive experience working within international environments. Teams integrate smoothly across cultures, workflows, and distributed collaboration models.\n                <\/p>\n            <\/div>\n\n            <div class=\"feature-card\">\n                <div class=\"icon-box\"><svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" width=\"24\" height=\"24\" viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"#0d4c8e\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\" class=\"lucide lucide-shield-check h-5 w-5\" aria-hidden=\"true\"><path d=\"M20 13c0 5-3.5 7.5-7.66 8.95a1 1 0 0 1-.67-.01C7.5 20.5 4 18 4 13V6a1 1 0 0 1 1-1c2 0 4.5-1.2 6.24-2.72a1.17 1.17 0 0 1 1.52 0C14.51 3.81 17 5 19 5a1 1 0 0 1 1 1z\"><\/path><path d=\"m9 12 2 2 4-4\"><\/path><\/svg><\/div>\n                <h3>Trusted Delivery Base<\/h3>\n                <p>\n                   Supported by transparent delivery practices, operational accountability, commitment and long-term client relationships within a stable geopolitical and business environment.\n                <\/p> \n            <\/div>\n\n            <div class=\"feature-card\">\n                <div class=\"icon-box\"><svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" width=\"24\" height=\"24\" viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"#0d4c8e\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\" class=\"lucide lucide-bot h-5 w-5\" aria-hidden=\"true\"><path d=\"M12 8V4H8\"><\/path><rect width=\"16\" height=\"12\" x=\"4\" y=\"8\" rx=\"2\"><\/rect><path d=\"M2 14h2\"><\/path><path d=\"M20 14h2\"><\/path><path d=\"M15 13v2\"><\/path><path d=\"M9 13v2\"><\/path><\/svg><\/div>\n                <h3>AI-Ready Engineering Crew<\/h3>\n                <p>\n                  Engineering teams experienced in governed AI adoption, MLOps, and human-in-the-loop development practices. Ready to support AI-enabled delivery within enterprise engineering environments.\n                <\/p>\n            <\/div>\n\n        <\/div>\n    <\/div>\n<\/section>\n\n<style>\n\n\n.friendshore{\n    padding:80px 20px;\n    position: relative;\n    overflow: hidden;\n\n    background-image: url('\/wp-content\/themes\/restly-child\/assets\/images\/HomePage\/Friendshore.png');\n    background-size: cover;\n    background-position: top right;\n    background-repeat: no-repeat;\n}\n\n\/* optional overlay *\/\n.friendshore::before{\n    content:\"\";\n    position:absolute;\n    inset:0;\n\n    z-index:0;\n}\n\n\n\n\n.section-tag{\n    display:block;\n    font-size:12px;\n    letter-spacing:2px;\n    color:#3658b3;\n    font-weight:600;\n    margin-bottom:16px;\n}\n\n.section-title{\n\n    font-size:48px;\n    line-height:1.2;\n    font-weight:700;\n    margin-bottom:20px;\n}\n\n.section-desc{\n    max-width:760px;\n    font-size:18px;\n    line-height:1.8;\n    color:#556070;\n    margin-bottom:50px;\n}\n\n.feature-grid{\n    display:grid;\n    grid-template-columns:repeat(3,1fr);\n    gap:24px;\n}\n\n.feature-card{\n    background:#fff;\n    border:1px solid #e5e7eb;\n    border-radius:16px;\n    padding:24px;\n    transition: all 0.35s ease;\n    position: relative;\n}\n\n\/* HOVER r\u00f5 r\u00e0ng h\u01a1n *\/\n.feature-card:hover{\n    transform: translateY(-10px);\n    box-shadow: 0 20px 45px rgba(13, 76, 142, 0.18);\n    border-color: #c7d2fe;\n}\n\n.icon-box{\n    width:44px;\n    height:44px;\n    border-radius:10px;\n    background:#eef2ff;\n    display:flex;\n    align-items:center;\n    justify-content:center;\n    font-size:20px;\n    margin-bottom:20px;\n}\n\n.feature-card h3{\n    font-size:20px;\n    font-weight:600;\n    margin-bottom:12px;\n    color:#111827;\n}\n\n.feature-card p{\n    font-size:15px;\n    line-height:1.8;\n    color:#6b7280;\n}\n\n\/* Tablet *\/\n@media (max-width: 991px){\n    .feature-grid{\n        grid-template-columns:repeat(2,1fr);\n    }\n\n    .section-title{\n        font-size:38px;\n    }\n}\n\n\/* Mobile *\/\n@media (max-width: 767px){\n    .feature-grid{\n        grid-template-columns:1fr;\n    }\n\n    .friendshore{\n        background-image: none;\n    }\n    .section-title{\n        font-size:30px;\n    }\n\n    .section-desc{\n        font-size:16px;\n    }\n}\n<\/style>\n\n\n\n    <section class=\"ai-insight-section\">\n        <div class=\"container\">\n            <div class=\"ai-insight-header\">\n                <span class=\"ai-insight-label\">INSIGHT HUB<\/span>\n\n                <h2>Ideas on AI, Engineering, And Digital Transformation<\/h2>\n\n                <p>\n                    Explore ideas on AI, software engineering, and digital transformation.\n                <\/p>\n            <\/div>\n\n            <div class=\"ai-insight-grid\">\n\n                \n                    <article class=\"ai-post-card\">\n\n                        <a href=\"https:\/\/www.imt-soft.com\/ja\/2026\/06\/19\/red-teaming-incident-response-for-ai-systems\/\" class=\"ai-post-thumb\">\n                            <img loading=\"lazy\" decoding=\"async\" width=\"400\" height=\"300\" src=\"https:\/\/www.imt-soft.com\/wp-content\/uploads\/2026\/06\/AI-Red-Teaming.png\" class=\"attachment-large size-large wp-post-image\" alt=\"\" srcset=\"https:\/\/www.imt-soft.com\/wp-content\/uploads\/2026\/06\/AI-Red-Teaming.png 400w, https:\/\/www.imt-soft.com\/wp-content\/uploads\/2026\/06\/AI-Red-Teaming-300x225.png 300w, https:\/\/www.imt-soft.com\/wp-content\/uploads\/2026\/06\/AI-Red-Teaming-16x12.png 16w\" sizes=\"auto, (max-width: 400px) 100vw, 400px\" \/>                        <\/a>\n\n                        <div class=\"ai-post-content\">\n\n                            <span class=\"ai-post-category\">\n                                AI                            <\/span>\n\n                            <h3>\n                                <a href=\"https:\/\/www.imt-soft.com\/ja\/2026\/06\/19\/red-teaming-incident-response-for-ai-systems\/\">\n                                    Red-Teaming &amp; Incident Response for AI Systems                                <\/a>\n                            <\/h3>\n\n                           <div class=\"ai-post-excerpt\">\n\n                            If you&#039;re not attacking your own AI, someone else will. Learn how to run AI red-team exercises, build incident response plans, and meet EU AI Act reporting requirements.\n                        <\/div>\n                        <div class=\"ai-post-footer\">\n                            <a class=\"ai-read-more\" href=\"https:\/\/www.imt-soft.com\/ja\/2026\/06\/19\/red-teaming-incident-response-for-ai-systems\/\">\n                                Read\n                                <span class=\"ai-read-icon\">\n                                    <svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" width=\"18\" height=\"18\" viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\">\n                                        <path d=\"M5 12h14\"><\/path>\n                                        <path d=\"m12 5 7 7-7 7\"><\/path>\n                                    <\/svg>\n                                <\/span>\n                            <\/a>\n                        <\/div>\n                        <\/div>\n\n                    <\/article>\n\n                \n                    <article class=\"ai-post-card\">\n\n                        <a href=\"https:\/\/www.imt-soft.com\/ja\/2026\/06\/16\/securing-the-ai-pipeline-zero-trust-architecture-aispm\/\" class=\"ai-post-thumb\">\n                            <img loading=\"lazy\" decoding=\"async\" width=\"400\" height=\"300\" src=\"https:\/\/www.imt-soft.com\/wp-content\/uploads\/2026\/06\/AI-pipeline.png\" class=\"attachment-large size-large wp-post-image\" alt=\"\" srcset=\"https:\/\/www.imt-soft.com\/wp-content\/uploads\/2026\/06\/AI-pipeline.png 400w, https:\/\/www.imt-soft.com\/wp-content\/uploads\/2026\/06\/AI-pipeline-300x225.png 300w, https:\/\/www.imt-soft.com\/wp-content\/uploads\/2026\/06\/AI-pipeline-16x12.png 16w\" sizes=\"auto, (max-width: 400px) 100vw, 400px\" \/>                        <\/a>\n\n                        <div class=\"ai-post-content\">\n\n                            <span class=\"ai-post-category\">\n                                AI                            <\/span>\n\n                            <h3>\n                                <a href=\"https:\/\/www.imt-soft.com\/ja\/2026\/06\/16\/securing-the-ai-pipeline-zero-trust-architecture-aispm\/\">\n                                    Securing the AI Pipeline: Zero-Trust Architecture &amp; AISPM                                <\/a>\n                            <\/h3>\n\n                           <div class=\"ai-post-excerpt\">\n\n                            AI pipelines face attacks on data ingestion, model training and deployment. Learn how zero-trust architecture and AISPM harden your AI stack and what EU AI Act and NIS2 require.\n                        <\/div>\n                        <div class=\"ai-post-footer\">\n                            <a class=\"ai-read-more\" href=\"https:\/\/www.imt-soft.com\/ja\/2026\/06\/16\/securing-the-ai-pipeline-zero-trust-architecture-aispm\/\">\n                                Read\n                                <span class=\"ai-read-icon\">\n                                    <svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" width=\"18\" height=\"18\" viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\">\n                                        <path d=\"M5 12h14\"><\/path>\n                                        <path d=\"m12 5 7 7-7 7\"><\/path>\n                                    <\/svg>\n                                <\/span>\n                            <\/a>\n                        <\/div>\n                        <\/div>\n\n                    <\/article>\n\n                \n                    <article class=\"ai-post-card\">\n\n                        <a href=\"https:\/\/www.imt-soft.com\/ja\/2026\/06\/12\/ai-threat-landscape-2026-adversarial-attacks-data-poisoning-prompt-injection\/\" class=\"ai-post-thumb\">\n                            <img loading=\"lazy\" decoding=\"async\" width=\"400\" height=\"300\" src=\"https:\/\/www.imt-soft.com\/wp-content\/uploads\/2026\/06\/AI-threat-landscape.png\" class=\"attachment-large size-large wp-post-image\" alt=\"\" srcset=\"https:\/\/www.imt-soft.com\/wp-content\/uploads\/2026\/06\/AI-threat-landscape.png 400w, https:\/\/www.imt-soft.com\/wp-content\/uploads\/2026\/06\/AI-threat-landscape-300x225.png 300w, https:\/\/www.imt-soft.com\/wp-content\/uploads\/2026\/06\/AI-threat-landscape-16x12.png 16w\" sizes=\"auto, (max-width: 400px) 100vw, 400px\" \/>                        <\/a>\n\n                        <div class=\"ai-post-content\">\n\n                            <span class=\"ai-post-category\">\n                                AI                            <\/span>\n\n                            <h3>\n                                <a href=\"https:\/\/www.imt-soft.com\/ja\/2026\/06\/12\/ai-threat-landscape-2026-adversarial-attacks-data-poisoning-prompt-injection\/\">\n                                    AI Threat Landscape 2026: Adversarial Attacks, Data Poisoning &amp; Prompt Injection                                <\/a>\n                            <\/h3>\n\n                           <div class=\"ai-post-excerpt\">\n\n                            Explore the AI threat landscape in 2026: adversarial attacks, data poisoning, prompt injection, and how enterprises can assess AI security risk.\n                        <\/div>\n                        <div class=\"ai-post-footer\">\n                            <a class=\"ai-read-more\" href=\"https:\/\/www.imt-soft.com\/ja\/2026\/06\/12\/ai-threat-landscape-2026-adversarial-attacks-data-poisoning-prompt-injection\/\">\n                                Read\n                                <span class=\"ai-read-icon\">\n                                    <svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" width=\"18\" height=\"18\" viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\">\n                                        <path d=\"M5 12h14\"><\/path>\n                                        <path d=\"m12 5 7 7-7 7\"><\/path>\n                                    <\/svg>\n                                <\/span>\n                            <\/a>\n                        <\/div>\n                        <\/div>\n\n                    <\/article>\n\n                \n            <\/div>\n        <\/div>\n    <\/section>\n\n    \n\n\n\n<style> \n.ai-insight-section {\n    padding: 100px 20px;\n}\n\n.ai-insight-header {\n    margin-bottom: 40px;\n}\n\n.ai-insight-label {\n    display: block;\n    margin-bottom: 10px;\n    font-size: 11px;\n    font-weight: 700;\n    letter-spacing: 2px;\n    text-transform: uppercase;\n    color: #1b4d9b;\n}\n\n.ai-insight-header h2 {\n    margin: 0 0 16px;\n    font-size: 36px;\n    font-weight: 700; \n    line-height: 1.2;\n   \n}\n\n.ai-insight-header p {\n    margin: 0;\n    font-size: 18px;\n    color: #5b6575;\n}\n\n.ai-insight-grid {\n    display: grid;\n    grid-template-columns: repeat(3, 1fr);\n    gap: 24px;\n}\n\n.ai-post-card {\n    overflow: hidden;\n    background: #fff;\n    border: 1px solid #e5e7eb;\n    border-radius: 10px;\n    transition: 0.3s;\n}\n.ai-post-card{\n    position: relative;\n}\n.ai-post-card:hover {\n    transform: translateY(-5px);\n}\n\n.ai-post-thumb {\n    display: block;\n}\n\n.ai-post-thumb img {\n    width: 100%;\n    object-fit: cover;\n    display: block;\n}\n\n.ai-post-content {\n    padding: 18px;\n}\n.ai-post-excerpt{\n\n    margin-top:12px;\n\n    color:#6b7280;\n    font-size:14px;\n    line-height:1.7;\n\n    display:-webkit-box;\n    -webkit-line-clamp:3;\n    -webkit-box-orient:vertical;\n    overflow:hidden;\n}\n.ai-post-category {\n    display: block;\n    margin-bottom: 12px;\n    font-size: 11px;\n    font-weight: 700;\n    text-transform: uppercase;\n    letter-spacing: 1.5px;\n    color: #ff6b35;\n}\n\n.ai-post-content h3 {\n    margin: 0;\n}\n\n.ai-post-content h3 a {\n    color: #111827;\n    font-size: 16px;\n    line-height: 1.5;\n    text-decoration: none;\n}\n\n.ai-post-content h3 a:hover {\n    color: #1b4d9b;\n}\n.ai-post-footer{\n    display:flex;\n    justify-content:flex-end; \/* \ud83d\udc48 \u0111\u1ea9y sang ph\u1ea3i *\/\n    align-items:center;\n    margin-top:16px;\n}\n\/* RIGHT: read link *\/\n.ai-read-more{\n    display:inline-flex;\n    align-items:center;\n    gap:4px;\n\n    font-size:13px;\n    font-weight:600;\n    color:#1b4d9b !important;\n    text-decoration:none !important;\n\n    transition: all 0.2s ease;\n}\n\n\/* hover nh\u1eb9 gi\u1ed1ng SaaS *\/\n.ai-read-more:hover{\n    color:#0f2f66;\n    transform: translateX(2px);\n}\n\n\/* icon *\/\n.ai-read-more svg{\n    width:14px;\n    height:14px;\n}\n\/* Tablet *\/\n\n@media (max-width: 1024px) {\n    .ai-insight-grid {\n        grid-template-columns: repeat(2, 1fr);\n    }\n}\n\n\/* Mobile *\/\n\n@media (max-width: 767px) {\n    .ai-insight-grid {\n        grid-template-columns: 1fr;\n    }\n\n    .ai-insight-header h2 {\n        font-size: 32px;\n    }\n}\n<\/style>\n\n\n\n<section class=\"ai-contact-section\" id=\"contact\">\n   <div class=\"container\">\n    <div class=\"ai-contact-overlay\"><\/div>\n\n    <div class=\"ai-contact-container\">\n\n        <!-- LEFT CONTENT -->\n        <div class=\"ai-contact-content\">\n\n            <span class=\"ai-contact-label\">\n                \u304a\u554f\u3044\u5408\u308f\u305b\n            <\/span>\n\n            <h2>\n                Ready to deliver software with AI without compromising trust?\n            <\/h2>\n\n            <p>\n                Let\u2019s discuss how IMT Solutions can help your team improve engineering productivity, modernize delivery workflows, and scale software development with governed AI adoption, reliable execution, and trusted friendshore collaboration.\n            <\/p>\n\n        <\/div>\n\n        <!-- RIGHT FORM -->\n        <div class=\"ai-contact-form-wrap\">\n\n  \n\t<div class=\"wpforms-container wpforms-container-full\" id=\"wpforms-7163\"><form id=\"wpforms-form-7163\" class=\"wpforms-validate wpforms-form wpforms-ajax-form\" data-formid=\"7163\" method=\"post\" enctype=\"multipart\/form-data\" action=\"\/ja\/wp-json\/wp\/v2\/pages\/5\" data-token=\"bd2024b154e8855f7baa2a5ac5c26868\" data-trp-original-action=\"\/ja\/wp-json\/wp\/v2\/pages\/5\"><noscript class=\"wpforms-error-noscript\">\u3053\u306e\u30d5\u30a9\u30fc\u30e0\u306b\u5165\u529b\u3059\u308b\u306b\u306f\u3001\u30d6\u30e9\u30a6\u30b6\u30fc\u3067 JavaScript \u3092\u6709\u52b9\u306b\u3057\u3066\u304f\u3060\u3055\u3044\u3002<\/noscript><div class=\"wpforms-field-container\"><div id=\"wpforms-7163-field_1-container\" class=\"wpforms-field wpforms-field-text\" data-field-id=\"1\"><label class=\"wpforms-field-label\" for=\"wpforms-7163-field_1\">NAME<\/label><input type=\"text\" id=\"wpforms-7163-field_1\" class=\"wpforms-field-large\" name=\"wpforms[fields][1]\" ><\/div><div id=\"wpforms-7163-field_2-container\" class=\"wpforms-field wpforms-field-email\" data-field-id=\"2\"><label class=\"wpforms-field-label\" for=\"wpforms-7163-field_2\">BUSINESS EMAIL <span class=\"wpforms-required-label\">*<\/span><\/label><input type=\"email\" id=\"wpforms-7163-field_2\" class=\"wpforms-field-large wpforms-field-required\" name=\"wpforms[fields][2]\" required><\/div><div id=\"wpforms-7163-field_3-container\" class=\"wpforms-field wpforms-field-text\" data-field-id=\"3\"><label class=\"wpforms-field-label\" for=\"wpforms-7163-field_3\">COMPANY<\/label><input type=\"text\" id=\"wpforms-7163-field_3\" class=\"wpforms-field-large\" name=\"wpforms[fields][3]\" ><\/div><div id=\"wpforms-7163-field_4-container\" class=\"wpforms-field wpforms-field-textarea\" data-field-id=\"4\"><label class=\"wpforms-field-label\" for=\"wpforms-7163-field_4\">MESSAGE (OPTIONAL)<\/label><textarea id=\"wpforms-7163-field_4\" class=\"wpforms-field-medium\" name=\"wpforms[fields][4]\" ><\/textarea><\/div><\/div><div class=\"wpforms-recaptcha-container wpforms-is-recaptcha\"><div class=\"g-recaptcha\" data-sitekey=\"6LdcOfwpAAAAAH7FlQ8LYZM_MSdKdZm-ShzBg1DC\"><\/div><input type=\"text\" name=\"g-recaptcha-hidden\" class=\"wpforms-recaptcha-hidden\" style=\"position:absolute!important;clip:rect(0,0,0,0)!important;height:1px!important;width:1px!important;border:0!important;overflow:hidden!important;padding:0!important;margin:0!important;\" required><\/div><div class=\"wpforms-submit-container\"><input type=\"hidden\" name=\"wpforms[id]\" value=\"7163\"><input type=\"hidden\" name=\"wpforms[author]\" value=\"7\"><button type=\"submit\" name=\"wpforms[submit]\" id=\"wpforms-submit-7163\" class=\"wpforms-submit\" data-alt-text=\"Sending...\" data-submit-text=\"Submit your details \" aria-live=\"assertive\" value=\"wpforms-submit\">\u9001\u4fe1\u3059\u308b <\/button><img loading=\"lazy\" decoding=\"async\" src=\"https:\/\/www.imt-soft.com\/wp-content\/plugins\/wpforms-lite\/assets\/images\/submit-spin.svg\" class=\"wpforms-submit-spinner\" style=\"display: none;\" width=\"26\" height=\"26\" alt=\"\u8aad\u307f\u8fbc\u307f\u4e2d\"><\/div><input type=\"hidden\" name=\"trp-form-language\" value=\"ja\"><\/form><\/div>  <!-- .wpforms-container -->\n\n        <\/div>\n\n    <\/div>\n <\/div>\n<\/section>\n\n<style>\n\n\/* ===================================== *\/\n\/* SECTION *\/\n\/* ===================================== *\/\n\n.ai-contact-section{\n    position:relative;\n    padding:90px 20px;\n    background:url('\/wp-content\/themes\/restly-child\/assets\/images\/HomePage\/Contact.jpg') center\/cover no-repeat;\n}\n\n.ai-contact-overlay{\n    position:absolute;\n    inset:0;\n    z-index:1;\n}\n\n.ai-contact-container{\n    position:relative;\n    z-index:2;\n    max-width:1280px;\n    margin:0 auto;\n    display:flex;\n    gap:60px;\njustify-content:space-between;\n    align-items:center;\n}\n\n\/* LEFT *\/\n.ai-contact-content{\n    flex:1;\n    max-width:520px;\n    color:#fff;\n}\ndiv.wpforms-container-full .wpforms-form .wpforms-field {\n  padding:  0;\n}\n.ai-contact-label{\n    font-size:13px;\n    font-weight:700;\n    letter-spacing:1.5px;\n    text-transform:uppercase;\n    margin-bottom:16px;\n    display:inline-block;\n}\n\n.ai-contact-content h2{\n    font-size:42px;\n    line-height:1.2;\n    margin-bottom:24px;\n}\n\n.ai-contact-content p{\n    font-size:16px;\n    line-height:1.8;\n   \n}\n\n\/* FORM CARD *\/\n.ai-contact-form-wrap{\n    flex:1;\n    max-width:550px;\n    background:#fff;\n    padding:28px;\n    border-radius:14px;\n    box-shadow:0 20px 50px rgba(0,0,0,.15);\n}\n\n\/* ===================================== *\/\n\/* WPFORMS FIX GRID (IMPORTANT) *\/\n\/* ===================================== *\/\n\n.ai-contact-form-wrap .wpforms-container{\n    margin:0 !important;\n}\n\n.ai-contact-form-wrap .wpforms-field-container{\n    display:flex;\n    flex-wrap:wrap;\n    gap:16px;\n}\n\n\/* default field *\/\n.ai-contact-form-wrap .wpforms-field{\n    width:100% !important;\n    margin:0 0 16px !important;\n}\n\n\/* 2 COLUMNS: NAME + EMAIL *\/\n.ai-contact-form-wrap .wpforms-field:nth-of-type(1),\n.ai-contact-form-wrap .wpforms-field:nth-of-type(2){\n    width:calc(50% - 8px) !important;\n}\n\n\/* ===================================== *\/\n\/* INPUT STYLE *\/\n\/* ===================================== *\/\n\n.ai-contact-form-wrap input,\n.ai-contact-form-wrap textarea,\n.ai-contact-form-wrap select{\n    width:100% !important;\n    border:1px solid #d9dfe7 !important;\n    border-radius:8px !important;\n    padding:12px 14px !important;\n    font-size:14px;\n    transition:.2s ease;\n}\n\n.ai-contact-form-wrap input{\n    height:48px !important;\n}\n\n.ai-contact-form-wrap textarea{\n    min-height:120px !important;\n}\n\n.ai-contact-form-wrap input:focus,\n.ai-contact-form-wrap textarea:focus{\n    border-color:#0d4ea6 !important;\n    box-shadow:0 0 0 3px rgba(13,78,166,.12) !important;\n    outline:none;\n}\n\n\/* LABEL *\/\n.ai-contact-form-wrap .wpforms-field-label{\n    font-size:11px !important;\n    font-weight:700 !important;\n    letter-spacing:1.5px;\n    text-transform:uppercase;\n    margin-bottom:8px !important;\n}\n\n\/* ===================================== *\/\n\/* BUTTON *\/\n\/* ===================================== *\/\n\n.ai-contact-form-wrap .wpforms-submit{\n    width:100% !important;\n    height:48px !important;\n    background:#0d4ea6 !important;\n    color:#fff !important;\n    border:none !important;\n    border-radius:8px !important;\n    font-weight:700;\n    display:flex;\n    align-items:center;\n    justify-content:center;\n    gap:8px;\n    transition:.25s ease;\n}\n\n\/* ICON *\/\n.wpforms-submit::after{\n    content:\"\";\n    width:18px;\n    height:18px;\n    display:inline-block;\n    background:url(\"data:image\/svg+xml,%3Csvg xmlns='http:\/\/www.w3.org\/2000\/svg' viewBox='0 0 24 24' fill='none' stroke='white' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M5 12h14'\/%3E%3Cpath d='m12 5 7 7-7 7'\/%3E%3C\/svg%3E\") center\/contain no-repeat;\n    transform:translateY(2px);\n}\n\n.wpforms-submit:hover{\n    background:#08397a !important;\n    transform:translateY(-1px);\n}\n\n.wpforms-submit:hover::after{\n    transform:translateX(4px) translateY(2px);\n}\n\n\/* ===================================== *\/\n\/* RESPONSIVE *\/\n\/* ===================================== *\/\n\n@media(max-width:1024px){\n    .ai-contact-container{\n        flex-direction:column;\n    }\n\n    .ai-contact-content h2{\n        font-size:34px;\n    }\n}\n\n@media(max-width:768px){\n    .ai-contact-form-wrap .wpforms-field:nth-of-type(1),\n    .ai-contact-form-wrap .wpforms-field:nth-of-type(2){\n        width:100% !important;\n    }\n}\n\n<\/style>","protected":false},"excerpt":{"rendered":"<p>AI-Augmented Software Engineering, Delivered with Trust IMT Solutions \u2014 Reliable software delivery with governed AI adoption and zero disruption. Built for enterprises that cannot afford downtime. Talk to IMT Experts Discuss your engineering challenges 2008 Established Since 350+ Specialists 150+ Global Clients ISO 27001 Certified Microsoft Gold Partner verified GDPR \u2022 HIPAA Compliant WHO WE HELP Built For Teams That Cannot Compromise On Delivery Enterprises operationalizing AI with governance and measurement Modernization leaders under DORA \/ FINMA pressure The priority is translating AI mandates into controlled execution with defined governance, measurable outcomes, and enterprise-grade accountability. Compliance &amp; risk-conscious organizations With regulated industries, audit and security first Every engagement must satisfy [&hellip;]<\/p>","protected":false},"author":1,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"template-home.php","meta":{"om_disable_all_campaigns":false,"_mi_skip_tracking":false,"_monsterinsights_sitenote_active":false,"_monsterinsights_sitenote_note":"","_monsterinsights_sitenote_category":0,"footnotes":""},"class_list":["post-5","page","type-page","status-publish","hentry"],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v20.9 - https:\/\/yoast.com\/wordpress\/plugins\/seo\/ -->\n<title>Trusted IT Outsourcing Provider - IMT Solutions<\/title>\n<meta name=\"description\" content=\"IMT Solutions is a trusted IT outsourcing provider, delivering cost-effective IT services for your business needs with a focus on innovation.\" \/>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/imt-soft.com\/ja\/\" \/>\n<meta property=\"og:locale\" content=\"ja_JP\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Trusted IT Outsourcing Provider - IMT Solutions\" \/>\n<meta property=\"og:description\" content=\"IMT Solutions is a trusted IT outsourcing provider, delivering cost-effective IT services for your business needs with a focus on innovation.\" \/>\n<meta property=\"og:url\" content=\"https:\/\/imt-soft.com\/ja\/\" \/>\n<meta property=\"og:site_name\" content=\"IMT Solutions\" \/>\n<meta property=\"article:publisher\" content=\"https:\/\/www.facebook.com\/IMTSolutions\/\" \/>\n<meta property=\"article:modified_time\" content=\"2026-06-12T07:26:16+00:00\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:site\" content=\"@imtsolutions\" \/>\n<meta name=\"twitter:label1\" content=\"\u63a8\u5b9a\u8aad\u307f\u53d6\u308a\u6642\u9593\" \/>\n\t<meta name=\"twitter:data1\" content=\"18\u5206\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\/\/schema.org\",\"@graph\":[{\"@type\":\"WebPage\",\"@id\":\"https:\/\/imt-soft.com\/ja\/\",\"url\":\"https:\/\/imt-soft.com\/ja\/\",\"name\":\"Trusted IT Outsourcing Provider - IMT Solutions\",\"isPartOf\":{\"@id\":\"https:\/\/imt-soft.com\/ja\/#website\"},\"datePublished\":\"2023-01-31T08:30:48+00:00\",\"dateModified\":\"2026-06-12T07:26:16+00:00\",\"description\":\"IMT Solutions is a trusted IT outsourcing provider, delivering cost-effective IT services for your business needs with a focus on innovation.\",\"breadcrumb\":{\"@id\":\"https:\/\/imt-soft.com\/ja\/#breadcrumb\"},\"inLanguage\":\"ja\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/imt-soft.com\/ja\/\"]}]},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/imt-soft.com\/ja\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\/\/imt-soft.com\/ja\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"HomePage\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\/\/imt-soft.com\/ja\/#website\",\"url\":\"https:\/\/imt-soft.com\/ja\/\",\"name\":\"IMT Solutions\",\"description\":\"Trusted IT Outsourcing Provider\",\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\/\/imt-soft.com\/ja\/?s={search_term_string}\"},\"query-input\":\"required name=search_term_string\"}],\"inLanguage\":\"ja\"}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"Trusted IT Outsourcing Provider - IMT Solutions","description":"IMT Solutions is a trusted IT outsourcing provider, delivering cost-effective IT services for your business needs with a focus on innovation.","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:\/\/imt-soft.com\/ja\/","og_locale":"ja_JP","og_type":"article","og_title":"Trusted IT Outsourcing Provider - IMT Solutions","og_description":"IMT Solutions is a trusted IT outsourcing provider, delivering cost-effective IT services for your business needs with a focus on innovation.","og_url":"https:\/\/imt-soft.com\/ja\/","og_site_name":"IMT Solutions","article_publisher":"https:\/\/www.facebook.com\/IMTSolutions\/","article_modified_time":"2026-06-12T07:26:16+00:00","twitter_card":"summary_large_image","twitter_site":"@imtsolutions","twitter_misc":{"\u63a8\u5b9a\u8aad\u307f\u53d6\u308a\u6642\u9593":"18\u5206"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"WebPage","@id":"https:\/\/imt-soft.com\/ja\/","url":"https:\/\/imt-soft.com\/ja\/","name":"Trusted IT Outsourcing Provider - IMT Solutions","isPartOf":{"@id":"https:\/\/imt-soft.com\/ja\/#website"},"datePublished":"2023-01-31T08:30:48+00:00","dateModified":"2026-06-12T07:26:16+00:00","description":"IMT Solutions is a trusted IT outsourcing provider, delivering cost-effective IT services for your business needs with a focus on innovation.","breadcrumb":{"@id":"https:\/\/imt-soft.com\/ja\/#breadcrumb"},"inLanguage":"ja","potentialAction":[{"@type":"ReadAction","target":["https:\/\/imt-soft.com\/ja\/"]}]},{"@type":"BreadcrumbList","@id":"https:\/\/imt-soft.com\/ja\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/imt-soft.com\/ja\/"},{"@type":"ListItem","position":2,"name":"HomePage"}]},{"@type":"WebSite","@id":"https:\/\/imt-soft.com\/ja\/#website","url":"https:\/\/imt-soft.com\/ja\/","name":"IMT Solutions","description":"Trusted IT Outsourcing Provider","potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/imt-soft.com\/ja\/?s={search_term_string}"},"query-input":"required name=search_term_string"}],"inLanguage":"ja"}]}},"_links":{"self":[{"href":"https:\/\/www.imt-soft.com\/ja\/wp-json\/wp\/v2\/pages\/5","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/www.imt-soft.com\/ja\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/www.imt-soft.com\/ja\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/www.imt-soft.com\/ja\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/www.imt-soft.com\/ja\/wp-json\/wp\/v2\/comments?post=5"}],"version-history":[{"count":200,"href":"https:\/\/www.imt-soft.com\/ja\/wp-json\/wp\/v2\/pages\/5\/revisions"}],"predecessor-version":[{"id":7170,"href":"https:\/\/www.imt-soft.com\/ja\/wp-json\/wp\/v2\/pages\/5\/revisions\/7170"}],"wp:attachment":[{"href":"https:\/\/www.imt-soft.com\/ja\/wp-json\/wp\/v2\/media?parent=5"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}