{"id":4848,"date":"2023-12-06T13:56:06","date_gmt":"2023-12-06T13:56:06","guid":{"rendered":"https:\/\/imt-soft.com\/?page_id=4848"},"modified":"2026-07-09T03:37:25","modified_gmt":"2026-07-09T03:37:25","slug":"fintech-service","status":"publish","type":"page","link":"https:\/\/imt-soft.com\/ja\/expertise\/fintech-service\/","title":{"rendered":"\u30d5\u30a3\u30f3\u30c6\u30c3\u30af\u30b5\u30fc\u30d3\u30b9"},"content":{"rendered":"<section class=\"hero-ai\" style=\"   padding: 90px 20px 90px;\">\n\n    <div class=\"hero-overlay\"><\/div>\n\n    <div class=\"hero-content\">\n\n<span class=\"eyebrow\" style=\"color:#fff; font-size:18px;\">\n     FINANCIAL SERVICES\n        <\/span>\n        <h2>\nReliable Technology Delivery for Banking,<br> Payments, Insurance, and Fintech\n        <\/h2>\n\n        <p>\nFinancial organizations need technology that supports growth while keeping critical systems<br> stable, secure, and available. IMT helps build and improve banking, payment, insurance, and<br> fintech platforms designed for everyday operations and long-term scalability.\n        <\/p>\n     <p style=\"font-size:14px;\"><i>18+ years of engineering experience delivering technology solutions for financial organizations in the US, Switzerland, and Singapore.<\/i>  <\/p>\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 \n\n    background-image: url('\/wp-content\/themes\/restly-child\/assets\/images\/Financial-Services\/emerging_technologies_in_finance.jpg');\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\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 h2 {\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: 800px;\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 !important;\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 h2 {\n        font-size: 36px;\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 h2 {\n        font-size: 36px;\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 h2 {\n        font-size: 36px;\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<style>\n\/* ==========================\nOUTCOMES SECTION\n========================== *\/\n\n.ai-outcomes{\n    padding:100px 20px;\n}\n.ai-outcomes .eyebrow {\n  font-size: 12px;\n  font-weight: 700;\n  letter-spacing: 2px;\n  text-transform: uppercase;\n  color: #2f5bea;\n  margin-bottom: 16px;\n}\n.ai-outcomes-container{\n    max-width:1200px;\n    margin:0 auto;\n}\n\n.ai-outcomes h2{\n    margin:0 0 24px;\n    font-size:48px;\n    line-height:1.05;\n    font-weight:800;\n    letter-spacing:-2px;\n    max-width:1000px;\n}\n\n.ai-outcomes-intro{\n    margin:0 0 60px;\n    font-size:18px;\n    line-height:1.8;\n    color:#62708a;\n}\n\n\/* ==========================\n5 CARD GRID\n========================== *\/\n\n.ai-outcomes-grid-five{\n    display:grid;\n    grid-template-columns:repeat(3,1fr);\n    gap:50px;\n}\n\n\/* ==========================\nCARD\n========================== *\/\n\n.ai-outcome-box{\n    background:#fff;\n    border:1px solid #d8dde8;\n    border-radius:18px;\n    padding: 20px;\n\n    min-height:220px;\n\n    display:flex;\n    flex-direction:column;\n    justify-content:center;\n    align-items:flex-start;\n\n    transition:.3s ease;\n}\n\n.ai-outcome-box:hover{\n    border-top: 5px solid #24689a;\n    transform:translateY(-4px);\n    box-shadow:0 14px 28px rgba(0,0,0,.08);\n}\n\n.ai-outcome-box h3{\n    margin:0 0 16px;\n    font-size:20px;\n    line-height:1.5;\n    font-weight:800;\n    color:#071A3D;\n}\n\n.ai-outcome-box p{\n    margin:0;\n    font-size:16px;\n    line-height:1.8;\n    color:#62708a;\n}\n\n\/* ==========================\nTABLET\n========================== *\/\n\n@media (max-width:1024px){\n\n    .ai-outcomes{\n        padding:80px 20px;\n    }\n\n    .ai-outcomes h2{\n        font-size:36px;\n        line-height:1.1;\n    }\n\n    .ai-outcomes-grid-five{\n        grid-template-columns:repeat(2,1fr);\n        gap:24px;\n    }\n\n    .ai-outcomes-grid-five .ai-outcome-box{\n        grid-column:auto !important;\n    }\n}\n\n\/* ==========================\nMOBILE\n========================== *\/\n\n@media (max-width:767px){\n\n    .ai-outcomes{\n        padding:60px 16px;\n    }\n\n    .ai-outcomes h2{\n        font-size:36px;\n        line-height:1.15;\n        letter-spacing:-1px;\n    }\n\n    .ai-outcomes-intro{\n        font-size:15px;\n        line-height:1.7;\n        margin-bottom:35px;\n    }\n\n    .ai-outcomes-grid-five{\n        grid-template-columns:1fr;\n        gap:20px;\n    }\n\n    .ai-outcomes-grid-five .ai-outcome-box{\n        grid-column:auto !important;\n    }\n\n    .ai-outcome-box{\n        padding:22px;\n        min-height:auto;\n    }\n\n    .ai-outcome-box h3{\n        font-size:18px;\n    }\n\n    .ai-outcome-box p{\n        font-size:15px;\n        line-height:1.7;\n    }\n}\n<\/style>\n\n<section class=\"container ai-outcomes\">\n\n    <div class=\"container ai-outcomes-container\">\n<span class=\"eyebrow\">\nREALITY\n        <\/span>\n        <h2>\n          Challenges Financial Organizations Are Facing Today\n        <\/h2>\n\n        <p class=\"ai-outcomes-intro\">\n        Customer expectations are rising. Regulations continue to evolve. At the same time, financial organizations need <br>to keep critical systems running every day. Teams are trying to improve digital services while managing legacy<br> systems, operational complexity, and growing business demands.\n        <\/p>\n\n        <div class=\"ai-outcomes-grid-five\">\n\n            <div class=\"ai-outcome-box\">\n                <h3>Legacy Systems<\/h3>\n                <p>\nMany financial organizations still rely on long-standing systems that are critical to daily operations but difficult to update, integrate, or scale.\n                <\/p>\n            <\/div>\n\n            <div class=\"ai-outcome-box\">\n                <h3>Transaction Reliability<\/h3>\n                <p>\nFinancial services depend on systems that process transactions accurately and consistently. Even brief disruptions can impact customer trust and business operations.\n                <\/p>\n            <\/div>\n\n            <div class=\"ai-outcome-box\">\n                <h3>Compliance &amp; Audit Readiness<\/h3>\n                <p>\nOrganizations need to maintain secure processes, clear documentation, and audit readiness while continuing to deliver new services and capabilities.\n                <\/p>\n            <\/div>\n\n            <div class=\"ai-outcome-box\">\n                <h3>Operational Efficiency<\/h3>\n                <p>\n      Manual processes and disconnected workflows can slow down operations, reduce visibility, and create unnecessary overhead for teams.\n                <\/p>\n            <\/div>\n\n            <div class=\"ai-outcome-box\">\n                <h3>Customer Expectations<\/h3>\n                <p>\nCustomers increasingly expect fast onboarding, convenient self-service options, and seamless digital experiences across multiple channels.\n                <\/p>\n            <\/div>\n\n        <\/div>\n    <\/div>\n\n<\/section>\n\n\n\n<section style=\" background: #f7f8fa;\"> \n    <div class=\"container\">\n\n    \n    <div class=\"container ai-reality-container\">\n<span class=\"eyebrow\">\nHOW WE WORK\n        <\/span>\n    <h2>\n  \nBuilt to Support Change Without Disruption\n    <\/h2>\n   <p>Building financial software requires more than engineering expertise. Teams need to understand how critical systems operate, how different stakeholders work together, and how to deliver changes without disrupting daily business activities.\n<br><br>\n\nThat&#8217;s where IMT focuses its efforts. Drawing from experience across financial services projects, IMT focuses on delivery practices that help organizations introduce change while maintaining operational continuity.<\/p>\n\n    <div class=\"ai-reality-grid\">\n\n      <div class=\"ai-reality-card\">\n        <h3>Delivery You Can Track and Trust<\/h3>\n        <p>\nWe follow structured development and testing processes, provide regular updates, and keep stakeholders informed throughout the project lifecycle.\n        <\/p>\n \n\n      <\/div>\n\n      <div class=\"ai-reality-card\">\n        <h3>Teams That Work Alongside Yours<\/h3>\n<p>\nOur engineers collaborate closely with product, business, and technology teams to keep projects moving efficiently and reduce communication gaps.\n        <\/p>\n\n\n      <\/div>\n\n      <div class=\"ai-reality-card\">\n        <h3>Built Around Long-Term Success<\/h3>\n\n        <p>\nWhether supporting an existing platform or developing a new solution, we focus on creating systems that can be maintained, expanded, and improved over time.\n        <\/p>\n\n\n      <\/div>\n    <\/div>\n\n  <a href=\"https:\/\/imt-soft.com\/ja\/company\/how-we-work\/\" class=\"framework-btn-1 mt-5\">\nExplore our delivery approach\n\n\n               \n                <\/a>\n   \n   <\/div>\n   <\/div>\n<\/section>\n\n<style>\n\n\/* =========================\n   REALITY SECTION\n========================= *\/\n\n.ai-reality-container .eyebrow {\n    font-size: 12px;\n    font-weight: 700;\n    letter-spacing: 2px;\n    text-transform: uppercase;\n    color: #2f5bea;\n    margin-bottom: 16px;\n}\n\n.ai-reality-container{\n   padding:100px 0;\n}\n\n.ai-reality-container h2{\n    margin:0 0 30px;\n    font-size:48px;\n    line-height:1.05;\n    font-weight:800;\n    letter-spacing:-2px;\n}\n .ai-reality-container > p{\n    font-size:20px;\n    line-height:1.9;\n    color:#5F6F8F;\n    margin-bottom:50px;\n}\n\n\/* =========================\n   CARDS\n========================= *\/\n\n.ai-reality-grid{\n    display:grid;\n    grid-template-columns:repeat(3,1fr);\n    gap:20px;\n}\n\n.ai-reality-card{\n    background:#ffffff;\n    border:1px solid #e4eaf2;\n    border-radius:24px;\n    padding: 30px 20px 30px 20px;\n    transition:.3s ease;\n}\n\n.ai-reality-card:hover{\n    transform:translateY(-6px);\n    box-shadow:0 20px 40px rgba(0,0,0,.08);\n}\n\n.ai-reality-card h3{\n    margin:0 0 20px;\n    font-size:22px;\n    line-height:1.2;\n    font-weight:800;\n}\n\n.ai-reality-card p{\ncolor: #62708a;\n    font-size:16px;\n    line-height:1.8;\n    margin-top: 20px;\n}\n\n\/* =========================\n   NOTE\n========================= *\/\n\n.ai-reality-note{\n    text-align:center;\n    margin-top:35px;\n    font-size:20px;\n    font-style:italic;\n    color:#6a7c99;\n}\n\/* ==========================\n   BUTTON\n========================== *\/\n\n.framework-btn-1 {\n    display: inline-flex;\n    align-items: center;\n    justify-content: center;\n    gap: 10px;\n    border: 1px solid #0d4c8e;\n    margin-top: 24px;\n    padding: 16px 20px;\n\n    background: #0d4c8e;\n    color: #fff !important;\n    text-decoration: none !important;\n\n    border-radius: 999px;\n    width: 300px;\n    font-size: 15px;\n    font-weight: 700;\n    line-height: 1.4;\n\n    transition: all .3s ease;\n}\n\n.framework-btn-1:hover {\n    background: #0d4c8e;\n    color: #fff !important;\n    text-decoration: none !important;\n  transform: translateY(-4px);\n}\n\n.framework-btn-1 svg {\n    transition: transform .3s ease;\n    width: 20px;\n}\n\n.framework-btn-1:hover svg {\n    transform: translateX(4px);\n}\n\/* =========================\n   TABLET\n========================= *\/\n\n@media (max-width:1024px){\n\n    .ai-reality-container{\n        padding:80px 0px;\n    }\n\n    .ai-reality-container h2{\n        font-size:36px;\n        line-height:1.15;\n    }\n\n .ai-reality-container > p{\n        font-size:18px;\n    }\n\n    .ai-reality-grid{\n        grid-template-columns:repeat(2,1fr);\n        gap:20px;\n    }\n}\n\n\/* =========================\n   MOBILE\n========================= *\/\n\n@media (max-width:768px){\n\n    .ai-reality-container{\n        padding:60px 0px;\n    }\n.framework-btn-1 {\n    width: 360px;\n\n}\n    .ai-reality-container h2{\n        font-size:36px;\n        line-height:1.2;\n        letter-spacing:-1px;\n        margin-bottom:20px;\n    }\n\n\n .ai-reality-container > p{\n        font-size:16px;\n        line-height:1.8;\n        margin-bottom:30px;\n    }\n\n    .ai-reality-grid{\n        grid-template-columns:1fr;\n        gap:18px;\n    }\n\n    .ai-reality-card{\n        padding:24px;\n        border-radius:18px;\n    }\n\n    .ai-reality-card h3{\n        font-size:24px;\n    }\n\n    .ai-reality-card p{\n        font-size:16px;\n        line-height:1.8;\n    }\n\n    .ai-reality-note{\n        font-size:16px;\n        line-height:1.7;\n        margin-top:25px;\n    }\n}\n\n\/* =========================\n   SMALL MOBILE\n========================= *\/\n\n@media (max-width:480px){\n.framework-btn-1 {\n    width: 300px;\n\n}\n    .ai-reality-container h2{\n        font-size:36px;\n    }\n\n    .ai-reality-card{\n        padding:20px;\n    }\n\n    .ai-reality-card h3{\n        font-size:20px;\n    }\n\n    .ai-reality-card p{\n        font-size:15px;\n    }\n\n    .ai-reality-note{\n        font-size:15px;\n    }\n}\n\n<\/style>\n\n\n\n<style>\n\n\/* ===========================\n   Financial Services Section\n=========================== *\/\n\n\n\n.financial-service-section{\n    padding:100px 20px;\n}\n\n.financial-service-container{\n    max-width:1200px;\n    margin:auto;\n}\n\n.financial-service-heading{\n    margin-bottom:55px;\n}\n\n.financial-service-heading h2{\n    font-size:48px;\n    font-weight:700;\n    line-height:1.1;\n    margin-bottom:20px;\n}\n\n.financial-service-heading p{\n    font-size:16px;\n    color:#6b7690;\n    line-height:1.8;\n}\n\n.financial-service-grid{\n    display:grid;\n    grid-template-columns:repeat(3,1fr);\n    gap:20px;\n}\n\n.financial-service-card{\n    border:1px solid #dbe4ef;\n    border-radius:18px;\n    overflow:hidden;\n    background:#fff;\n    transition:.3s;\n}\n\n.financial-service-card:hover{\n    transform:translateY(-8px);\n    box-shadow:0 15px 40px rgba(0,0,0,.08);\n}\n\n\/* Image *\/\n\n.financial-service-image{\n    position:relative;\n    height:180px;\n    overflow:hidden;\n    background:#3457a8;\n}\n\n.financial-service-image img{\n    width:100%;\n    height:100%;\n    object-fit:cover;\n    display:block;\n}\n\n\/* Blue Overlay *\/\n\n.financial-service-image::after{\n    content:\"\";\n    position:absolute;\n    inset:0;\n}\n\n.financial-service-content{\n    padding:20px;\n}\n\n.financial-service-content h3{\n    font-size:20px;\n    line-height:1.35;\n    margin-bottom:18px;\n}\n\n.financial-service-content p{\n    color:#69758f;\n    line-height:1.8;\n    margin-bottom:22px;\n}\n\n.financial-service-content ul{\n    padding-left:18px;\npadding-right: 1px;\n    margin-bottom:24px;\n}\n\n.financial-service-content li{\n    margin-bottom:10px;\n    color:#5d6780;\n    line-height:1.6;\n}\n\n.financial-service-link{\n    text-decoration:none;\n    color:#1749a6;\n    font-weight:700;\n    font-size:15px;\n}\n\n.financial-service-link:hover{\n    text-decoration:underline;\n}\n.case-study{\n    border:1px solid #24689a;\n    border-radius:12px;\n    padding:18px 20px;\n\n    height:120px;              \/* t\u1ea5t c\u1ea3 box cao b\u1eb1ng nhau *\/\n    display:flex;\n    align-items:flex-start;   \/* n\u1ed9i dung n\u1eb1m tr\u00ean *\/\n}\n\/* Responsive *\/\n\n@media(max-width:991px){\n\n.financial-service-grid{\n        grid-template-columns:repeat(2,1fr);\n}\n\n.financial-service-heading h2{\n    font-size:36px;\n}\n\n}\n\n@media(max-width:576px){\n\n.financial-service-section{\n    padding:60px 20px;\n}\n\n.financial-service-heading h2{\n    font-size:36px;\n}\n\n.financial-service-content{\n    padding:22px;\n}\n\n}\n\n<\/style>\n\n\n\n<section class=\"financial-service-section container\">\n\n<div class=\"financial-service-container container\">\n\n<div class=\"financial-service-heading\">\n\n<h2>\nSupporting Different Areas of Financial Services\n<\/h2>\n\n<p>\nFinancial organizations rely on a wide range of platforms to support customer services,\ntransaction processing,<br> and operational workflows. IMT has worked across fintech,\ninsurance, trading, and financial operations to<br> develop, enhance, and maintain these systems.\n<\/p>\n\n<\/div>\n\n<div class=\"financial-service-grid\">\n\n<!-- Card 1 -->\n\n<div class=\"financial-service-card\">\n\n<div class=\"financial-service-image\">\n<img decoding=\"async\" src=\"\/wp-content\/themes\/restly-child\/assets\/images\/Financial-Services\/banking.png\" alt=\"banking\">\n<\/div>\n\n<div class=\"financial-service-content\">\n\n<h3>Banking &amp; Payments<\/h3>\n\n<p>\nSupport secure, reliable, and user-friendly financial experiences across digital channels.\n<\/p>\n\n<ul>\n<li>Digital banking applications<\/li>\n<li>Mobile payment solutions<\/li>\n<li>eWallet platforms<\/li>\n<li>Customer onboarding journeys<\/li>\n<li>KYC and identity verification workflows<\/li>\n<li>Customer self-service portals<\/li>\n<li>Payment processing systems<\/li>\n<\/ul>\n\n<div class=\"case-study\">\n    <a href=\"https:\/\/imt-soft.com\/ja\/company\/case-studies\/fintech-app-development-for-seamless-payment-experiences\/\" style=\"text-decoration: none; color: inherit;\" target=\"_blank\" rel=\"noopener noreferrer\">\n        <strong style=\"font-weight:700;\"><i>Read Case Study:<\/i><\/strong>\n        <p style=\"color:#000;font-size:14px;\">Fintech Mobile App Development<\/p>\n    <\/a>\n<\/div>\n\n<\/div>\n\n<\/div>\n\n<!-- Card 2 -->\n\n<div class=\"financial-service-card\">\n\n<div class=\"financial-service-image\">\n<img decoding=\"async\" src=\"\/wp-content\/themes\/restly-child\/assets\/images\/Financial-Services\/insurance.jpg\" alt=\"Insurance\">\n<\/div>\n\n<div class=\"financial-service-content\">\n\n<h3>Insurance &amp; Financial Operations<\/h3>\n\n<p>\nHelp streamline operational processes, improve workflow efficiency, and support business-critical financial activities.\n<\/p>\n\n<ul>\n<li>Insurance processing platforms<\/li>\n<li>Claims and guarantee workflows<\/li>\n<li>Loan management systems<\/li>\n<li>Internal banking applications<\/li>\n<li>Financial operations platforms<\/li>\n<li>Workflow management solutions<\/li>\n<li>Operational monitoring systems<\/li>\n<\/ul>\n\n<div class=\"case-study\">\n    <a href=\"https:\/\/imt-soft.com\/ja\/company\/case-studies\/imt-automate-insurance-processing-for-swiss-insurer\/\" style=\"text-decoration: none; color: inherit;\" target=\"_blank\" rel=\"noopener noreferrer\">\n        <strong style=\"font-weight:700;\"><i>Read Case Study:<\/i><\/strong>\n        <p style=\"color:#000;font-size:14px;\">AI in Insurance Automation and Guarantee Processing<\/p>\n    <\/a>\n<\/div>\n\n<\/div>\n\n<\/div>\n\n<!-- Card 3 -->\n\n<div class=\"financial-service-card\">\n\n<div class=\"financial-service-image\">\n<img decoding=\"async\" src=\"\/wp-content\/themes\/restly-child\/assets\/images\/Financial-Services\/trading.png\" alt=\"Trading\">\n<\/div>\n\n<div class=\"financial-service-content\">\n\n<h3>Trading &amp; Capital Markets<\/h3>\n\n<p>\nSupport transaction-intensive environments that require performance, reliability, and integration across multiple systems.\n<\/p>\n\n<ul>\n<li>Trading platforms<\/li>\n<li>Brokerage and securities systems<\/li>\n<li>Portfolio management tools<\/li>\n<li>Market data integrations<\/li>\n<li>Financial reporting workflows<\/li>\n<li>Internal operation platforms<\/li>\n<\/ul>\n\n<div class=\"case-study\">\n    <a href=\"https:\/\/imt-soft.com\/ja\/company\/case-studies\/commodity-trading\/\" style=\"text-decoration: none; color: inherit;\" target=\"_blank\" rel=\"noopener noreferrer\">\n        <strong style=\"font-weight:700;\"><i>Read Case Study:<\/i><\/strong>\n        <p style=\"color:#000;font-size:14px;\">Commodity Trading<\/p>\n    <\/a>\n<\/div>\n<\/div>\n\n<\/div>\n\n<\/div>\n\n<\/div>\n\n<\/section>\n\n\n\n<style>\n\/* ==========================\n   FRAMEWORK SECTION\n========================== *\/\n\n.framework {\n    padding: 100px 20px;\n}\n\n.framework .container {\n    max-width: 1200px;\n    margin: 0 auto;\n}\n\n.framework .eyebrow {\n    font-size: 12px;\n    font-weight: 700;\n    letter-spacing: 2px;\n    text-transform: uppercase;\n    color: #2f5bea;\n    margin-bottom: 16px;\n}\n\n.framework h2 {\n    font-size: 48px;\n    line-height: 1.15;\n    font-weight: 700;\n  \n    margin-bottom: 20px;\n\n}\n\n.framework  > p {\n    font-size: 18px;\n    line-height: 1.8;\n    color: #5c6475;\n    margin-bottom: 50px;\n}\n\n\/* ==========================\n   GRID\n========================== *\/\n\n.framework-grid {\n    display: grid;\n    grid-template-columns: repeat(2, minmax(0, 1fr));\n    gap: 20px;\n}\n\n.framework-box {\n    background: #fff;\n    border: 1px solid #dfe5ef;\n    border-radius: 18px;\n    padding: 32px 20px;\n    transition: all .3s ease;\n}\n\n.framework-box:hover {\n    transform: translateY(-4px);\n    box-shadow: 0 12px 30px rgba(0,0,0,.06);\n}\n\n.framework-box h3 {\n    font-size: 24px;\n    font-weight: 700;\n    color: #0b1324;\n    margin-bottom: 20px;\n}\n\n.framework-box ul {\n    margin: 0;\n    padding-left: 18px;\n}\n\n.framework-box ul li {\n    color: #5c6475;\n    font-size: 16px;\n    line-height: 1.8;\n    margin-bottom: 10px;\n}\n\n.framework-box ul li:last-child {\n    margin-bottom: 0;\n}\n\n.framework-box p {\n    margin: 0;\n    color: #5c6475;\n    font-size: 16px;\n    line-height: 1.8;\n}\n\n.framework-box.full-width {\n    grid-column: 1 \/ -1;\n}\n\n\/* ==========================\n   BUTTON\n========================== *\/\n\n.framework-btn {\n    display: inline-flex;\n    align-items: center;\n    justify-content: center;\n    gap: 10px;\n\n    margin-top: 24px;\n    padding: 16px 32px;\n\n    background: #1D4F97;\n    color: #fff !important;\n    text-decoration: none !important;\n\n    border-radius: 999px;\n    width: 400px;\n    font-size: 15px;\n    font-weight: 700;\n    line-height: 1.4;\n\n    transition: all .3s ease;\n}\n\n.framework-btn:hover {\n    background: #163f79;\n    color: #fff !important;\n    text-decoration: none !important;\n  transform: translateY(-4px);\n}\n\n.framework-btn svg {\n    transition: transform .3s ease;\n}\n\n.framework-btn:hover svg {\n    transform: translateX(4px);\n}\n\n\/* ==========================\n   TABLET\n========================== *\/\n\n@media (max-width: 991px) {\n\n    .framework {\n        padding: 80px 20px;\n    }\n\n    .framework h2 {\n        font-size: 36px;\n width: 600px;\n    }\n\n    .framework  > p {\n        font-size: 17px;\n    }\n\n    .framework-box {\n        padding: 28px;\n    }\n\n    .framework-box h3 {\n        font-size: 22px;\n    }\n}\n\n\/* ==========================\n   MOBILE\n========================== *\/\n\n@media (max-width: 767px) {\n\n    .framework {\n        padding: 60px 16px;\n    }\n\n    .framework h2 {\n        font-size: 36px;\n        line-height: 1.25;\nwidth: auto;\n    }\n\n    .framework > p {\n        font-size: 15px;\n        line-height: 1.7;\n        margin-bottom: 35px;\n    }\n\n    .framework-grid {\n        grid-template-columns: 1fr;\n        gap: 16px;\n    }\n\n    .framework-box {\n        padding: 24px;\n        border-radius: 16px;\n    }\n\n    .framework-box h3 {\n        font-size: 20px;\n        margin-bottom: 16px;\n    }\n\n    .framework-box ul li,\n    .framework-box p {\n        font-size: 15px;\n        line-height: 1.7;\n    }\n\n    .framework-box.full-width {\n        grid-column: auto;\n    }\n\n    .framework-btn {\n        width: 100%;\n        text-align: center;\n    }\n}\n<\/style>\n\n<!-- FRAMEWORK -->\n<section style=\" background: #f7f8fa;\">\n    <div class=\"container\">\n    <div class=\"container framework\">\n\n        <h2>Where AI Can Support Financial Operations<\/h2>\n\n        <p>\nFinancial organizations are increasingly exploring AI to improve efficiency, reduce manual effort, and support day-to-day operations.<br><br>\n\n\nRather than replacing existing systems, AI is often most effective when applied to specific workflows where automation and faster decision-making can create measurable business value.<br><br>\n\n\nIMT helps organizations integrate AI capabilities into existing platforms and processes while maintaining operational visibility and control.\n\n\n\n        <\/p>\n\n        <div class=\"framework-grid\">\n\n            <!-- Card 1 -->\n            <div class=\"framework-box\">\n                <h3>Document Review &amp; Verification<\/h3>\n             <p> Help reduce manual effort in onboarding, KYC reviews, claims processing, and other document-heavy workflows.<\/p>\n            <\/div>\n\n            <!-- Card 2 -->\n            <div class=\"framework-box\">\n                <h3>\u30ef\u30fc\u30af\u30d5\u30ed\u30fc\u306e\u81ea\u52d5\u5316<\/h3>\n                   <p>Automate repetitive operational tasks to help teams process requests faster and focus on higher-value work.<\/p>\n            <\/div>\n\n            <!-- Card 3 -->\n            <div class=\"framework-box\">\n                <h3>Operational Monitoring<\/h3>\n                  <p>Improve visibility into system activities, operational performance, and workflow status through AI-assisted monitoring and reporting.<\/p>\n            <\/div>\n\n            <!-- Card 4 -->\n            <div class=\"framework-box\">\n                <h3>Customer Support Assistance<\/h3>\n                   <p>Support service teams with AI-powered tools that help answer customer inquiries and provide faster access to information.<\/p>\n            <\/div>\n\n         \n          <\/div>\n        <\/div>\n    <\/div>\n<\/section>\n\n\n\n<style>\n.heading{\n    margin-bottom:55px;\n}\n.heading h2{\n    font-size:48px;\n    font-weight:700;\n    line-height:1.08;\n    letter-spacing:-1px;\n    margin-bottom:24px;\n}\n.heading p{\n    font-size:18px;\n    line-height:1.8;\n    color:#6b7690;\n}\n.cards{\n    display:grid;\n    grid-template-columns:repeat(3,1fr);\n    gap:24px;\n}\n.card{\n    border:1px solid #d8e2ef;\n    border-radius:18px;\n    padding:25px 24px 0;\n    transition:.3s;\n}\n.card:hover{\n    transform:translateY(-5px);\n    box-shadow:0 15px 40px rgba(0,0,0,.08);\n}\n.card h3{\n    font-size:20px;\n    font-weight:700;\n    line-height:1.5;\n    margin-bottom:18px;\n    color:#17243d;\n}\n.card p{\n    font-size:17px;\n    color:#6b7690;\n    line-height:1.8;\n\n}\n.card ul{\n    list-style:none;\n    padding:0;\n}\n.card li{\n    padding:14px 0;\n    border-bottom:1px solid #dde5f1;\n    color:#56627e;\n    font-size:16px;\n}\n.card li:last-child{\n    border-bottom:none;\n}\n\/* Tablet *\/\n@media(max-width:991px){\n.heading h2{\n    font-size:36px;\n}\n.cards{\n      grid-template-columns:repeat(2,1fr);\n}\n}\n\/* Mobile *\/\n@media(max-width:576px){\nsection{\n    padding:60px 0;\n}\n.heading h2{\n    font-size:36px;\n}\n.heading p{\n    font-size:16px;\n}\n.card{\n    padding:22px;\n}\n}\n<\/style>\n<section class=\"container\" style=\"padding: 100px 20px;\">\n<div class=\"container\">\n<div class=\"heading\">\n<h2>\nEngineering Practices Designed for Stability and Control\n<\/h2>\n<p>\nFinancial systems support critical business operations every day. That&#8217;s why reliability, security, and quality <br>remain part of every stage of delivery. IMT follows structured engineering and quality practices designed to<br> support operational stability while introducing technology changes.\n<\/p>\n<\/div>\n<div class=\"cards\">\n<div class=\"card\">\n<h3>Security-Focused Development<\/h3>\n<p>\nProtecting systems and sensitive data through secure development practices and controlled release processes.\n<\/p>\n<ul>\n<li>Secure SDLC practices<\/li>\n<li>Security-focused testing<\/li>\n<li>Controlled release management<\/li>\n<li>Data handling awareness<\/li>\n<\/ul>\n<\/div>\n<div class=\"card\">\n<h3>Quality Assurance<\/h3>\n<p>\nReducing risk through structured testing and quality control throughout the delivery<br> lifecycle.\n<\/p>\n<ul>\n<li>Dedicated QA processes<\/li>\n<li>\u6a5f\u80fd\u30c6\u30b9\u30c8<\/li>\n<li>Regression testing<\/li>\n<li>\u6027\u80fd\u30c6\u30b9\u30c8<\/li>\n<\/ul>\n<\/div>\n<div class=\"card\">\n<h3>Operational Reliability<\/h3>\n<p>\nSupporting stable system performance and business continuity through reliability-focused engineering practices.\n<\/p>\n<ul>\n<li>Stability-focused deployment practices<\/li>\n<li>Scalability considerations<\/li>\n<li>Performance monitoring support<\/li>\n<li>Business continuity awareness<\/li>\n<\/ul>\n<\/div>\n<\/div>\n<\/div>\n<\/section>\n<\/body>\n<\/html>\n\n\n\n<section class=\"hero-ai-footer mb-5\" style=\"   padding: 90px 20px 90px;\">\n\n    <div class=\"hero-overlay\"><\/div>\n\n    <div class=\"hero-content\">\n        <h2>\nBuild Reliable Financial Systems That Support Long-Term Growth\n        <\/h2>\n\n        <p>\nWhether you&#8217;re modernizing legacy systems, improving operational workflows, or launching<br> new digital financial services, IMT can support your team with experienced engineers,<br> structured delivery, and long-term collaboration.\n        <\/p>\n\n        <div class=\"hero-buttons\">\n\n            <a href=\"https:\/\/imt-soft.com\/ja\/contact\/\" class=\"btn-primary\" style=\"color:#0d4c8e;\">\n         Talk to Our Financial Services Team\n            <\/a>\n\n \n\n        <\/div>\n\n    <\/div>\n\n<\/section>\n\n<style>\n\/* ===========================\n   HERO SECTION\n=========================== *\/\n\n.hero-ai-footer {\n    position: relative;\n\n    min-height: 400px;\n\n    display: flex;\n    align-items: center;\n    justify-content: center;\n\n \n\n    background-image: url('\/wp-content\/themes\/restly-child\/assets\/images\/Financial-Services\/emerging_technologies_in_finance.jpg');\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\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 h2 {\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: 940px;\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 !important;\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 h2 {\n        font-size: 36px;\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 h2 {\n        font-size: 36px;\n        line-height: 1.2;\n    }\n\n    .hero-content p {\n        font-size: 15px;\n        line-height: 1.8;\n\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 h2 {\n        font-size: 36px;\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>","protected":false},"excerpt":{"rendered":"<p>FINANCIAL SERVICES Reliable Technology Delivery for Banking, Payments, Insurance, and Fintech Financial organizations need technology that supports growth while keeping critical systems stable, secure, and available. IMT helps build and improve banking, payment, insurance, and fintech platforms designed for everyday operations and long-term scalability. 18+ years of engineering experience delivering technology solutions for financial organizations in the US, Switzerland, and Singapore. REALITY Challenges Financial Organizations Are Facing Today Customer expectations are rising. Regulations continue to evolve. At the same time, financial organizations need to keep critical systems running every day. Teams are trying to improve digital services while managing legacy systems, operational complexity, and growing business demands. Legacy Systems Many [&hellip;]<\/p>","protected":false},"author":12,"featured_media":0,"parent":2606,"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-4848","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>Fintech Service Providers - IMT Solutions<\/title>\n<meta name=\"description\" content=\"As a leading fintech service provider, IMT Solutions offers reliable solutions to streamline financial processes and increase digital transformation.\" \/>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/m.imt-soft.com\/en\/expertise\/fintech-service\/\" \/>\n<meta property=\"og:locale\" content=\"ja_JP\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Fintech Service Providers - IMT Solutions\" \/>\n<meta property=\"og:description\" content=\"As a leading fintech service provider, IMT Solutions offers reliable solutions to streamline financial processes and increase digital transformation.\" \/>\n<meta property=\"og:url\" content=\"https:\/\/m.imt-soft.com\/en\/expertise\/fintech-service\/\" \/>\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-07-09T03:37:25+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=\"13\u5206\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\/\/schema.org\",\"@graph\":[{\"@type\":\"WebPage\",\"@id\":\"https:\/\/m.imt-soft.com\/en\/expertise\/fintech-service\/\",\"url\":\"https:\/\/m.imt-soft.com\/en\/expertise\/fintech-service\/\",\"name\":\"Fintech Service Providers - IMT Solutions\",\"isPartOf\":{\"@id\":\"https:\/\/www.imt-soft.com\/en\/#website\"},\"datePublished\":\"2023-12-06T13:56:06+00:00\",\"dateModified\":\"2026-07-09T03:37:25+00:00\",\"description\":\"As a leading fintech service provider, IMT Solutions offers reliable solutions to streamline financial processes and increase digital transformation.\",\"breadcrumb\":{\"@id\":\"https:\/\/m.imt-soft.com\/en\/expertise\/fintech-service\/#breadcrumb\"},\"inLanguage\":\"ja\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/m.imt-soft.com\/en\/expertise\/fintech-service\/\"]}]},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/m.imt-soft.com\/en\/expertise\/fintech-service\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\/\/imt-soft.com\/en\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Expertise\",\"item\":\"https:\/\/www.imtpm.com\/ja\/expertise\/\"},{\"@type\":\"ListItem\",\"position\":3,\"name\":\"FINTECH SERVICE\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\/\/www.imt-soft.com\/en\/#website\",\"url\":\"https:\/\/www.imt-soft.com\/en\/\",\"name\":\"IMT Solutions\",\"description\":\"Trusted IT Outsourcing Provider\",\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\/\/www.imt-soft.com\/en\/?s={search_term_string}\"},\"query-input\":\"required name=search_term_string\"}],\"inLanguage\":\"ja\"}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"Fintech Service Providers - IMT Solutions","description":"As a leading fintech service provider, IMT Solutions offers reliable solutions to streamline financial processes and increase digital transformation.","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:\/\/m.imt-soft.com\/en\/expertise\/fintech-service\/","og_locale":"ja_JP","og_type":"article","og_title":"Fintech Service Providers - IMT Solutions","og_description":"As a leading fintech service provider, IMT Solutions offers reliable solutions to streamline financial processes and increase digital transformation.","og_url":"https:\/\/m.imt-soft.com\/en\/expertise\/fintech-service\/","og_site_name":"IMT Solutions","article_publisher":"https:\/\/www.facebook.com\/IMTSolutions\/","article_modified_time":"2026-07-09T03:37:25+00:00","twitter_card":"summary_large_image","twitter_site":"@imtsolutions","twitter_misc":{"\u63a8\u5b9a\u8aad\u307f\u53d6\u308a\u6642\u9593":"13\u5206"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"WebPage","@id":"https:\/\/m.imt-soft.com\/en\/expertise\/fintech-service\/","url":"https:\/\/m.imt-soft.com\/en\/expertise\/fintech-service\/","name":"Fintech Service Providers - IMT Solutions","isPartOf":{"@id":"https:\/\/www.imt-soft.com\/en\/#website"},"datePublished":"2023-12-06T13:56:06+00:00","dateModified":"2026-07-09T03:37:25+00:00","description":"As a leading fintech service provider, IMT Solutions offers reliable solutions to streamline financial processes and increase digital transformation.","breadcrumb":{"@id":"https:\/\/m.imt-soft.com\/en\/expertise\/fintech-service\/#breadcrumb"},"inLanguage":"ja","potentialAction":[{"@type":"ReadAction","target":["https:\/\/m.imt-soft.com\/en\/expertise\/fintech-service\/"]}]},{"@type":"BreadcrumbList","@id":"https:\/\/m.imt-soft.com\/en\/expertise\/fintech-service\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/imt-soft.com\/en\/"},{"@type":"ListItem","position":2,"name":"Expertise","item":"https:\/\/www.imtpm.com\/ja\/expertise\/"},{"@type":"ListItem","position":3,"name":"FINTECH SERVICE"}]},{"@type":"WebSite","@id":"https:\/\/www.imt-soft.com\/en\/#website","url":"https:\/\/www.imt-soft.com\/en\/","name":"IMT Solutions","description":"Trusted IT Outsourcing Provider","potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/www.imt-soft.com\/en\/?s={search_term_string}"},"query-input":"required name=search_term_string"}],"inLanguage":"ja"}]}},"_links":{"self":[{"href":"https:\/\/imt-soft.com\/ja\/wp-json\/wp\/v2\/pages\/4848","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/imt-soft.com\/ja\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/imt-soft.com\/ja\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/imt-soft.com\/ja\/wp-json\/wp\/v2\/users\/12"}],"replies":[{"embeddable":true,"href":"https:\/\/imt-soft.com\/ja\/wp-json\/wp\/v2\/comments?post=4848"}],"version-history":[{"count":38,"href":"https:\/\/imt-soft.com\/ja\/wp-json\/wp\/v2\/pages\/4848\/revisions"}],"predecessor-version":[{"id":7241,"href":"https:\/\/imt-soft.com\/ja\/wp-json\/wp\/v2\/pages\/4848\/revisions\/7241"}],"up":[{"embeddable":true,"href":"https:\/\/imt-soft.com\/ja\/wp-json\/wp\/v2\/pages\/2606"}],"wp:attachment":[{"href":"https:\/\/imt-soft.com\/ja\/wp-json\/wp\/v2\/media?parent=4848"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}