{"id":11922,"date":"2025-07-18T16:39:23","date_gmt":"2025-07-18T16:39:23","guid":{"rendered":"https:\/\/elusivedata.io\/?page_id=11922"},"modified":"2026-03-19T03:33:53","modified_gmt":"2026-03-19T03:33:53","slug":"careers","status":"publish","type":"page","link":"https:\/\/elusivedata.io\/ja\/careers\/","title":{"rendered":"\u63a1\u7528\u60c5\u5831"},"content":{"rendered":"\t\t<div data-elementor-type=\"wp-page\" data-elementor-id=\"11922\" class=\"elementor elementor-11922\" data-elementor-post-type=\"page\">\n\t\t\t\t\t\t<section class=\"elementor-section elementor-top-section elementor-element elementor-element-3bbf2ae4 elementor-section-boxed elementor-section-height-default elementor-section-height-default\" data-id=\"3bbf2ae4\" data-element_type=\"section\" data-e-type=\"section\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n\t\t\t\t\t\t\t<div class=\"elementor-background-overlay\"><\/div>\n\t\t\t\t\t\t\t<div class=\"elementor-container elementor-column-gap-default\">\n\t\t\t\t\t<div class=\"elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-11a63295\" data-id=\"11a63295\" data-element_type=\"column\" data-e-type=\"column\">\n\t\t\t<div class=\"elementor-widget-wrap elementor-element-populated\">\n\t\t\t\t<div class=\"elementor-element elementor-element-319f4dd e-flex e-con-boxed e-con e-parent\" data-id=\"319f4dd\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t\t\t<div class=\"elementor-element elementor-element-789ca5f elementor-widget elementor-widget-heading\" data-id=\"789ca5f\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<h1 class=\"elementor-heading-title elementor-size-default\">Join our team<\/h1>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/section>\n\t\t<div class=\"elementor-element elementor-element-9a9475b e-flex e-con-boxed e-con e-parent\" data-id=\"9a9475b\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t\t\t<div class=\"elementor-element elementor-element-0ac0fbf elementor-widget elementor-widget-text-editor\" data-id=\"0ac0fbf\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t<p data-start=\"124\" data-end=\"272\">Help us support digital forensics professionals worldwide. We&#8217;re looking for passionate team members to join our mission of providing practical training and tools that make investigations more efficient and effective.<\/p>\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-64dbff6 e-flex e-con-boxed e-con e-parent\" data-id=\"64dbff6\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t\t\t<div class=\"elementor-element elementor-element-ba4c9b8 elementor-widget elementor-widget-html\" data-id=\"ba4c9b8\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"html.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<!DOCTYPE html>\n<html lang=\"en\">\n<head>\n    <meta charset=\"UTF-8\">\n    <meta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\">\n    <title>Join Our Team - Elusive Data<\/title>\n    <link href=\"https:\/\/fonts.googleapis.com\/css2?family=Saira:wght@300;400;500;600;700&display=swap\" rel=\"stylesheet\">\n    <style>\n        * {\n            margin: 0;\n            padding: 0;\n            box-sizing: border-box;\n        }\n\n        body {\n            font-family: 'Saira', sans-serif;\n            background: linear-gradient(135deg, #1e293b 0%, #0f172a 100%);\n            color: white;\n            min-height: 100vh;\n            padding: 40px 20px;\n        }\n\n        .container {\n            max-width: 1200px;\n            margin: 0 auto;\n        }\n\n        .jobs-grid {\n            display: grid;\n            grid-template-columns: repeat(auto-fit, minmax(380px, 1fr));\n            gap: 30px;\n            margin-bottom: 60px;\n        }\n\n        .job-card {\n            background: white;\n            border-radius: 24px;\n            padding: 40px;\n            border: 1px solid rgba(43, 100, 248, 0.1);\n            transition: all 0.3s ease;\n            position: relative;\n            overflow: hidden;\n            color: #1e293b;\n            font-family: 'Saira', sans-serif;\n        }\n\n        .job-card::before {\n            content: '';\n            position: absolute;\n            top: 0;\n            left: 0;\n            right: 0;\n            height: 4px;\n            background: linear-gradient(90deg, #2B64F8, #4C7BFA);\n            opacity: 0;\n            transition: opacity 0.3s ease;\n        }\n\n        .job-card:hover {\n            transform: translateY(-5px);\n            box-shadow: 0 20px 40px rgba(43, 100, 248, 0.15);\n            border-color: rgba(43, 100, 248, 0.2);\n        }\n\n        .job-card:hover::before {\n            opacity: 1;\n        }\n\n        .job-title {\n            font-size: 28px;\n            font-weight: 500;\n            margin-bottom: 16px;\n            color: #2B64F8;\n            text-align: center;\n            line-height: 1.3;\n            font-family: 'Saira', sans-serif;\n        }\n\n        .job-location {\n            font-size: 16px;\n            color: #64748b;\n            margin-bottom: 24px;\n            font-weight: 500;\n            text-align: center;\n            font-family: 'Saira', sans-serif;\n        }\n\n        .job-description {\n            color: #475569;\n            line-height: 1.7;\n            margin-bottom: 28px;\n            font-size: 16px;\n            font-family: 'Saira', sans-serif;\n        }\n\n        .job-requirements {\n            margin-bottom: 32px;\n        }\n\n        .job-requirements h4 {\n            font-size: 20px;\n            margin-bottom: 16px;\n            color: #2B64F8;\n            font-weight: 500;\n            font-family: 'Saira', sans-serif;\n        }\n\n        .job-requirements ul {\n            list-style: none;\n            padding: 0;\n        }\n\n        .job-requirements li {\n            color: #475569;\n            margin-bottom: 10px;\n            padding-left: 28px;\n            position: relative;\n            font-size: 16px;\n            line-height: 1.6;\n            font-family: 'Saira', sans-serif;\n        }\n\n        .job-requirements li::before {\n            content: '\u2713';\n            position: absolute;\n            left: 0;\n            color: #2B64F8;\n            font-weight: bold;\n            font-size: 18px;\n        }\n\n        .deadline {\n            margin-bottom: 28px;\n            color: #64748b;\n            font-size: 16px;\n            font-weight: 500;\n            text-align: center;\n            font-family: 'Saira', sans-serif;\n        }\n\n        .apply-btn {\n            width: auto;\n            min-width: 200px;\n            padding: 16px 32px;\n            background: #2B64F8;\n            color: white;\n            border: none;\n            border-radius: 14px;\n            font-family: 'Saira', sans-serif;\n            font-weight: 500;\n            font-size: 16px;\n            cursor: pointer;\n            transition: all 0.3s ease;\n            display: block;\n            margin: 0 auto;\n        }\n\n        .apply-btn:hover {\n            background: #4C7BFA;\n            transform: translateY(-2px);\n            box-shadow: 0 8px 16px rgba(43, 100, 248, 0.3);\n        }\n\n        \/* Modal Styles *\/\n        .modal-overlay {\n            position: fixed;\n            top: 0;\n            left: 0;\n            width: 100%;\n            height: 100%;\n            background: rgba(0, 0, 0, 0.85);\n            backdrop-filter: blur(8px);\n            display: none;\n            justify-content: center;\n            align-items: center;\n            z-index: 1000;\n            padding: 20px;\n        }\n\n        .modal-content {\n            background: linear-gradient(135deg, #1e293b 0%, #0f172a 100%);\n            border-radius: 24px;\n            max-width: 800px;\n            width: 100%;\n            max-height: 90vh;\n            overflow-y: auto;\n            border: 1px solid rgba(59, 130, 246, 0.2);\n            position: relative;\n            color: #ffffff;\n            box-shadow: 0 25px 50px rgba(0, 0, 0, 0.6);\n        }\n\n        .modal-header {\n            padding: 40px 40px 30px;\n            border-bottom: 1px solid rgba(59, 130, 246, 0.2);\n            position: relative;\n        }\n\n        .modal-title {\n            font-family: 'Saira', sans-serif;\n            font-size: 32px;\n            font-weight: 500;\n            margin-bottom: 12px;\n            color: #3B82F6;\n            line-height: 1.2;\n        }\n\n        .modal-subtitle {\n            color: rgba(255, 255, 255, 0.7);\n            font-size: 18px;\n            font-weight: 400;\n        }\n\n        .close-btn {\n            position: absolute;\n            top: 30px;\n            right: 30px;\n            background: none;\n            border: none;\n            color: rgba(255, 255, 255, 0.6);\n            font-size: 32px;\n            cursor: pointer;\n            width: 40px;\n            height: 40px;\n            display: flex;\n            align-items: center;\n            justify-content: center;\n            transition: color 0.3s ease;\n        }\n\n        .close-btn:hover {\n            color: white;\n        }\n\n        .modal-body {\n            padding: 40px;\n        }\n\n        .job-details {\n            margin-bottom: 40px;\n            font-family: 'Saira', sans-serif;\n        }\n\n        .job-details h3 {\n            color: #ffffff;\n            margin-bottom: 14px;\n            font-size: 20px;\n            font-weight: 500;\n        }\n\n        .job-details p, .job-details li {\n            color: rgba(255, 255, 255, 0.8);\n            line-height: 1.7;\n            margin-bottom: 10px;\n            font-size: 15px;\n        }\n\n        .form-group {\n            margin-bottom: 28px;\n        }\n\n        .form-group label {\n            display: block;\n            margin-bottom: 12px;\n            color: #ffffff;\n            font-weight: 500;\n            font-size: 16px;\n        }\n\n        .form-group input,\n        .form-group select,\n        .form-group textarea {\n            width: 100%;\n            padding: 16px 20px;\n            background: rgba(255, 255, 255, 0.08);\n            border: 2px solid rgba(255, 255, 255, 0.15);\n            border-radius: 12px;\n            color: #ffffff;\n            font-family: 'Saira', sans-serif;\n            font-size: 16px;\n            transition: all 0.3s ease;\n            box-sizing: border-box;\n        }\n\n        .form-group input:focus,\n        .form-group select:focus,\n        .form-group textarea:focus {\n            outline: none;\n            border-color: #3B82F6;\n        }\n\n        .form-group textarea {\n            min-height: 120px;\n            resize: vertical;\n        }\n\n        .file-upload {\n            position: relative;\n            display: inline-block;\n            width: 100%;\n        }\n\n        .file-upload input[type=\"file\"] {\n            position: absolute;\n            opacity: 0;\n            width: 100%;\n            height: 100%;\n            cursor: pointer;\n        }\n\n        .file-upload-label {\n            display: block;\n            padding: 16px 20px;\n            background: rgba(59, 130, 246, 0.15);\n            border: 2px dashed rgba(59, 130, 246, 0.4);\n            border-radius: 12px;\n            text-align: center;\n            color: #3B82F6;\n            cursor: pointer;\n            transition: all 0.3s ease;\n            font-weight: 500;\n            font-size: 16px;\n        }\n\n        .file-upload-label:hover {\n            background: rgba(59, 130, 246, 0.2);\n            border-color: #3B82F6;\n        }\n\n        .submit-btn {\n            width: 100%;\n            padding: 20px 32px;\n            background: linear-gradient(135deg, #3B82F6, #1D4ED8);\n            color: white;\n            border: none;\n            border-radius: 16px;\n            font-family: 'Saira', sans-serif;\n            font-weight: 600;\n            font-size: 18px;\n            cursor: pointer;\n            transition: all 0.3s ease;\n            margin-top: 20px;\n        }\n\n        .submit-btn:hover {\n            transform: translateY(-2px);\n            box-shadow: 0 12px 24px rgba(59, 130, 246, 0.4);\n        }\n\n        .success-message {\n            display: none;\n            text-align: center;\n            padding: 40px;\n            font-family: 'Saira', sans-serif;\n        }\n\n        .success-icon {\n            font-size: 48px;\n            color: #10B981;\n            margin-bottom: 16px;\n        }\n\n        .success-title {\n            font-size: 28px;\n            font-weight: 600;\n            margin-bottom: 16px;\n            color: #ffffff;\n        }\n\n        .success-text {\n            color: rgba(255, 255, 255, 0.8);\n            line-height: 1.6;\n            font-size: 16px;\n        }\n\n        .other-field {\n            display: none;\n            margin-top: 12px;\n        }\n\n        .other-field input {\n            background: rgba(255, 255, 255, 0.12);\n            border: 2px solid rgba(255, 255, 255, 0.2);\n        }\n\n        @media (max-width: 768px) {\n            body {\n                padding: 20px 15px;\n            }\n            \n            .jobs-grid {\n                grid-template-columns: 1fr;\n                gap: 25px;\n            }\n            \n            .job-card {\n                padding: 25px;\n            }\n            \n            .job-title {\n                font-size: 22px;\n            }\n            \n            .job-description {\n                font-size: 15px;\n            }\n            \n            .apply-btn {\n                width: 100%;\n                min-width: auto;\n            }\n            \n            .modal-content {\n                margin: 0 10px;\n                max-width: calc(100vw - 20px);\n            }\n            \n            .modal-header,\n            .modal-body {\n                padding: 25px 20px;\n            }\n            \n            .modal-title {\n                font-size: 24px;\n            }\n            \n            .form-group {\n                margin-bottom: 20px;\n            }\n        }\n\n        @media (max-width: 480px) {\n            .modal-header,\n            .modal-body {\n                padding: 20px 15px;\n            }\n            \n            .job-card {\n                padding: 20px;\n            }\n        }\n    <\/style>\n<\/head>\n<body>\n    <div class=\"container\">\n        <div class=\"jobs-grid\">\n            <!-- Contract Trainer DACH -->\n            <div class=\"job-card\">\n                <div class=\"job-title\" style=\"color: #2B64F8;\">Contract Trainer<br>Digital Forensics<\/div>\n                <div class=\"job-location\">DACH Region (Germany, Austria, Switzerland)<\/div>\n                <div class=\"job-description\">\n                    Lead practical digital forensics training programs across the DACH region. Deliver expert-level instruction in mobile forensics, SQLite analysis, and investigation techniques to help law enforcement and security professionals solve real cases more effectively.\n                <\/div>\n                <div class=\"job-requirements\">\n                    <h4>Key Requirements:<\/h4>\n                    <ul>\n                        <li>5+ years hands-on digital forensics experience<\/li>\n                        <li>Mobile device forensics expertise (iOS\/Android)<\/li>\n                        <li>Professional training\/instruction experience<\/li>\n                        <li>Fluent in German and English<\/li>\n                        <li>Industry certifications preferred<\/li>\n                    <\/ul>\n                <\/div>\n                <div class=\"deadline\">\n                    \ud83d\udcc5 Application deadline: March 15, 2025\n                <\/div>\n                <button class=\"apply-btn\" onclick=\"openJobModal('dach-trainer')\">\n                    Apply Now\n                    <svg width=\"16\" height=\"16\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\" viewBox=\"0 0 24 24\">\n                        <line x1=\"5\" y1=\"19\" x2=\"19\" y2=\"5\"><\/line>\n                        <polyline points=\"7 5 19 5 19 17\"><\/polyline>\n                    <\/svg>\n                <\/button>\n            <\/div>\n\n            <!-- Contract Trainer North America -->\n            <div class=\"job-card\">\n                <div class=\"job-title\" style=\"color: #2B64F8;\">Partner Trainer<br>Digital Forensics<\/div>\n                <div class=\"job-location\">North America (US & Canada)<\/div>\n                <div class=\"job-description\">\n                    Partner with us to deliver world-class digital forensics training across North America. Focus on practical mobile forensics, drone investigations, and emerging technologies that help investigators work more efficiently with digital evidence.\n                <\/div>\n                <div class=\"job-requirements\">\n                    <h4>Key Requirements:<\/h4>\n                    <ul>\n                        <li>7+ years digital forensics field experience<\/li>\n                        <li>Law enforcement or corporate investigation background<\/li>\n                        <li>Advanced mobile & UAV forensics knowledge<\/li>\n                        <li>Proven training delivery track record<\/li>\n                        <li>Relevant industry certifications preferred<\/li>\n                    <\/ul>\n                <\/div>\n                <div class=\"deadline\">\n                    \ud83d\udcc5 Application deadline: February 28, 2025\n                <\/div>\n                <button class=\"apply-btn\" onclick=\"openJobModal('na-trainer')\">\n                    Apply Now\n                    <svg width=\"16\" height=\"16\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\" viewBox=\"0 0 24 24\">\n                        <line x1=\"5\" y1=\"19\" x2=\"19\" y2=\"5\"><\/line>\n                        <polyline points=\"7 5 19 5 19 17\"><\/polyline>\n                    <\/svg>\n                <\/button>\n            <\/div>\n\n            <!-- Sales Role Europe -->\n            <div class=\"job-card\">\n                <div class=\"job-title\" style=\"color: #2B64F8;\">Sales Executive<br>Training & Tools<\/div>\n                <div class=\"job-location\">Europe (Remote\/Hybrid)<\/div>\n                <div class=\"job-description\">\n                    Help us grow across European markets by selling our practical training programs AND our new forensics tools portfolio launching September 2025. Work with law enforcement agencies, corporate security teams, and training organizations to provide solutions that make their work easier.\n                <\/div>\n                <div class=\"job-requirements\">\n                    <h4>Key Requirements:<\/h4>\n                    <ul>\n                        <li>3+ years B2B sales experience (SaaS\/tools preferred)<\/li>\n                        <li>Understanding of cybersecurity\/digital forensics market<\/li>\n                        <li>Experience selling both services and software products<\/li>\n                        <li>Strong network in law enforcement or corporate security<\/li>\n                        <li>Fluent in English + 1 European language<\/li>\n                        <li>Track record of exceeding sales targets<\/li>\n                    <\/ul>\n                <\/div>\n                <div class=\"deadline\">\n                    \ud83d\udcc5 Application deadline: March 8, 2025\n                <\/div>\n                <button class=\"apply-btn\" onclick=\"openJobModal('sales-europe')\">\n                    Apply Now\n                    <svg width=\"16\" height=\"16\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\" viewBox=\"0 0 24 24\">\n                        <line x1=\"5\" y1=\"19\" x2=\"19\" y2=\"5\"><\/line>\n                        <polyline points=\"7 5 19 5 19 17\"><\/polyline>\n                    <\/svg>\n                <\/button>\n            <\/div>\n\n            <!-- Sales Role North America -->\n            <div class=\"job-card\">\n                <div class=\"job-title\" style=\"color: #2B64F8;\">Sales Executive<br>Training & Tools<\/div>\n                <div class=\"job-location\">North America (US & Canada)<\/div>\n                <div class=\"job-description\">\n                    Drive growth across North American markets by selling our practical training programs and new forensics tools launching September 2025. Help law enforcement agencies, corporations, and government organizations find the right solutions for their investigation needs.\n                <\/div>\n                <div class=\"job-requirements\">\n                    <h4>Key Requirements:<\/h4>\n                    <ul>\n                        <li>3+ years B2B sales experience (SaaS\/tools preferred)<\/li>\n                        <li>Understanding of cybersecurity\/digital forensics market<\/li>\n                        <li>Experience with law enforcement or enterprise sales<\/li>\n                        <li>Strong existing network in security\/forensics industry<\/li>\n                        <li>Track record of exceeding sales targets<\/li>\n                        <li>Willingness to travel across North America<\/li>\n                    <\/ul>\n                <\/div>\n                <div class=\"deadline\">\n                    \ud83d\udcc5 Application deadline: February 21, 2025\n                <\/div>\n                <button class=\"apply-btn\" onclick=\"openJobModal('sales-na')\">\n                    Apply Now\n                    <svg width=\"16\" height=\"16\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\" viewBox=\"0 0 24 24\">\n                        <line x1=\"5\" y1=\"19\" x2=\"19\" y2=\"5\"><\/line>\n                        <polyline points=\"7 5 19 5 19 17\"><\/polyline>\n                    <\/svg>\n                <\/button>\n            <\/div>\n\n            <!-- Drone Forensics Specialist -->\n            <div class=\"job-card\">\n                <div class=\"job-title\" style=\"color: #2B64F8;\">UAV Forensics<br>Specialist<\/div>\n                <div class=\"job-location\">Global (Remote)<\/div>\n                <div class=\"job-description\">\n                    Lead our expansion into drone forensics training and consulting. Develop practical curriculum, deliver specialized training, and support investigations involving unmanned aerial systems to help investigators handle this growing area of digital evidence.\n                <\/div>\n                <div class=\"job-requirements\">\n                    <h4>Key Requirements:<\/h4>\n                    <ul>\n                        <li>Drone\/UAV forensics expertise and certifications<\/li>\n                        <li>Experience with DJI, Parrot, Autel systems<\/li>\n                        <li>Flight log analysis and data extraction skills<\/li>\n                        <li>Law enforcement or military drone experience<\/li>\n                        <li>Training development and delivery experience<\/li>\n                    <\/ul>\n                <\/div>\n                <div class=\"deadline\">\n                    \ud83d\udcc5 Application deadline: March 22, 2025\n                <\/div>\n                <button class=\"apply-btn\" onclick=\"openJobModal('drone-specialist')\">\n                    Apply Now\n                    <svg width=\"16\" height=\"16\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\" viewBox=\"0 0 24 24\">\n                        <line x1=\"5\" y1=\"19\" x2=\"19\" y2=\"5\"><\/line>\n                        <polyline points=\"7 5 19 5 19 17\"><\/polyline>\n                    <\/svg>\n                <\/button>\n            <\/div>\n        <\/div>\n    <\/div>\n\n    <!-- Modal -->\n    <div class=\"modal-overlay\" id=\"jobModal\">\n        <div class=\"modal-content\">\n            <div class=\"modal-header\">\n                <div class=\"modal-title\" id=\"modalTitle\">Apply for Position<\/div>\n                <div class=\"modal-subtitle\">Join the Elusive Data team<\/div>\n                <button class=\"close-btn\" onclick=\"closeJobModal()\">&times;<\/button>\n            <\/div>\n            <div class=\"modal-body\">\n                <div id=\"jobForm\">\n                    <div class=\"job-details\" id=\"jobDetails\">\n                        <!-- Job details will be populated dynamically -->\n                    <\/div>\n\n                    <form id=\"applicationForm\">\n                        <div class=\"form-group\">\n                            <label for=\"fullName\">Full Name *<\/label>\n                            <input type=\"text\" id=\"fullName\" name=\"fullName\" required>\n                        <\/div>\n\n                        <div class=\"form-group\">\n                            <label for=\"email\">Email Address *<\/label>\n                            <input type=\"email\" id=\"email\" name=\"email\" required>\n                        <\/div>\n\n                        <div class=\"form-group\">\n                            <label for=\"phone\">Phone Number *<\/label>\n                            <input type=\"tel\" id=\"phone\" name=\"phone\" required>\n                        <\/div>\n\n                        <div class=\"form-group\">\n                            <label for=\"location\">Current Location *<\/label>\n                            <input type=\"text\" id=\"location\" name=\"location\" placeholder=\"City, Country\" required>\n                        <\/div>\n\n                        <div class=\"form-group\">\n                            <label for=\"experience\">Years of Relevant Experience *<\/label>\n                            <select id=\"experience\" name=\"experience\" required onchange=\"toggleOtherField('experience', 'experienceOther')\">\n                                <option value=\"\">Select experience level<\/option>\n                                <option value=\"1-3\">1-3 years<\/option>\n                                <option value=\"3-5\">3-5 years<\/option>\n                                <option value=\"5-10\">5-10 years<\/option>\n                                <option value=\"10+\">10+ years<\/option>\n                                <option value=\"other\">Other<\/option>\n                            <\/select>\n                            <div class=\"other-field\" id=\"experienceOther\">\n                                <input type=\"text\" id=\"experienceOtherText\" name=\"experienceOtherText\" placeholder=\"Please specify your experience level\">\n                            <\/div>\n                        <\/div>\n\n                        <div class=\"form-group\">\n                            <label for=\"certifications\">Relevant Certifications *<\/label>\n                            <textarea id=\"certifications\" name=\"certifications\" placeholder=\"List your digital forensics certifications...\" required><\/textarea>\n                        <\/div>\n\n                        <div class=\"form-group\">\n                            <label for=\"motivation\">Why do you want to join Elusive Data? *<\/label>\n                            <textarea id=\"motivation\" name=\"motivation\" placeholder=\"Tell us about your passion for digital forensics and why you're interested in this role...\" required><\/textarea>\n                        <\/div>\n\n                        <div class=\"form-group\">\n                            <label for=\"availability\">Availability *<\/label>\n                            <select id=\"availability\" name=\"availability\" required onchange=\"toggleOtherField('availability', 'availabilityOther')\">\n                                <option value=\"\">Select availability<\/option>\n                                <option value=\"immediate\">Immediate<\/option>\n                                <option value=\"2-weeks\">2 weeks notice<\/option>\n                                <option value=\"1-month\">1 month notice<\/option>\n                                <option value=\"flexible\">Flexible timing<\/option>\n                                <option value=\"other\">Other<\/option>\n                            <\/select>\n                            <div class=\"other-field\" id=\"availabilityOther\">\n                                <input type=\"text\" id=\"availabilityOtherText\" name=\"availabilityOtherText\" placeholder=\"Please specify your availability\">\n                            <\/div>\n                        <\/div>\n\n                        <div class=\"form-group\">\n                            <label for=\"resume\">Resume\/CV *<\/label>\n                            <div class=\"file-upload\">\n                                <input type=\"file\" id=\"resume\" name=\"resume\" accept=\".pdf,.doc,.docx\" required>\n                                <label for=\"resume\" class=\"file-upload-label\">\n                                    \ud83d\udcc4 Click to upload your resume (PDF, DOC, DOCX)\n                                <\/label>\n                            <\/div>\n                        <\/div>\n\n                        <div class=\"form-group\">\n                            <label for=\"portfolio\">Portfolio\/Additional Documents<\/label>\n                            <div class=\"file-upload\">\n                                <input type=\"file\" id=\"portfolio\" name=\"portfolio\" accept=\".pdf,.doc,.docx\" multiple>\n                                <label for=\"portfolio\" class=\"file-upload-label\">\n                                    \ud83d\udcce Upload portfolio, certifications, or other documents\n                                <\/label>\n                            <\/div>\n                        <\/div>\n\n                        <button type=\"submit\" class=\"submit-btn\" onclick=\"handleFormSubmit(event)\">Submit Application<\/button>\n                    <\/form>\n                <\/div>\n\n                <div id=\"successMessage\" class=\"success-message\">\n                    <div class=\"success-icon\">\u2705<\/div>\n                    <div class=\"success-title\">Application Submitted!<\/div>\n                    <div class=\"success-text\">\n                        Thank you for your interest in joining Elusive Data. We've received your application and will review it carefully. Our team will be in touch within 5-7 business days to discuss next steps.\n                        <br><br>\n                        We're excited about the possibility of working together to advance the field of digital forensics!\n                    <\/div>\n                <\/div>\n            <\/div>\n        <\/div>\n    <\/div>\n\n    <script>\n        \/\/ Job data\n        const jobDataList = {\n            'dach-trainer': {\n                title: 'Contract Trainer - Digital Forensics (DACH)',\n                details: `\n                    <h3>About the Role<\/h3>\n                    <p>As a Contract Trainer for the DACH region, you will deliver world-class digital forensics training to law enforcement agencies, corporate security teams, and government organizations.<\/p>\n                    \n                    <h3>Key Responsibilities<\/h3>\n                    <ul>\n                        <li>Deliver expert-level training in mobile device forensics, SQLite analysis, and digital investigation techniques<\/li>\n                        <li>Conduct hands-on workshops and scenario-based exercises<\/li>\n                        <li>Adapt training content for different skill levels and organizational needs<\/li>\n                        <li>Provide technical support and mentoring to trainees<\/li>\n                        <li>Contribute to curriculum development and improvement<\/li>\n                    <\/ul>\n                    \n                    <h3>What We Offer<\/h3>\n                    <ul>\n                        <li>Competitive contract rates and performance bonuses<\/li>\n                        <li>Flexible scheduling and remote work options<\/li>\n                        <li>Access to latest forensics tools and resources<\/li>\n                        <li>Professional development and certification support<\/li>\n                        <li>Travel opportunities across Europe<\/li>\n                    <\/ul>\n                `\n            },\n            'na-trainer': {\n                title: 'Partner Trainer - Digital Forensics (North America)',\n                details: `\n                    <h3>About the Role<\/h3>\n                    <p>Join our elite team of Partner Trainers to deliver premium digital forensics education across North America. This partnership opportunity offers significant growth potential.<\/p>\n                    \n                    <h3>Key Responsibilities<\/h3>\n                    <ul>\n                        <li>Lead advanced training programs in mobile forensics and drone investigations<\/li>\n                        <li>Develop specialized curriculum for emerging technologies<\/li>\n                        <li>Mentor junior trainers and support team development<\/li>\n                        <li>Represent Elusive Data at conferences and industry events<\/li>\n                        <li>Collaborate on research and tool development projects<\/li>\n                    <\/ul>\n                    \n                    <h3>Partnership Benefits<\/h3>\n                    <ul>\n                        <li>Revenue sharing and equity participation opportunities<\/li>\n                        <li>Brand recognition and co-marketing support<\/li>\n                        <li>Access to exclusive tools and early technology previews<\/li>\n                        <li>Speaking opportunities at major industry conferences<\/li>\n                        <li>Collaborative research and publication opportunities<\/li>\n                    <\/ul>\n                `\n            },\n            'sales-europe': {\n                title: 'Sales Executive - Training & Tools (Europe)',\n                details: `\n                    <h3>About the Role<\/h3>\n                    <p>Drive our European expansion by selling both our world-class training programs AND our exciting new forensics tools portfolio launching September 2025.<\/p>\n                    \n                    <h3>Key Responsibilities<\/h3>\n                    <ul>\n                        <li>Sell comprehensive training solutions and our new forensics tools suite<\/li>\n                        <li>Lead product demonstrations for our September 2025 tools launch<\/li>\n                        <li>Build and maintain relationships with key decision makers<\/li>\n                        <li>Identify cross-selling opportunities between training and tools<\/li>\n                        <li>Collaborate with product team on customer feedback and requirements<\/li>\n                        <li>Achieve and exceed targets for both training and tools revenue<\/li>\n                    <\/ul>\n                    \n                    <h3>What We Offer<\/h3>\n                    <ul>\n                        <li>Competitive base salary plus uncapped commission on both products<\/li>\n                        <li>Early access to our new tools portfolio before public launch<\/li>\n                        <li>Comprehensive benefits package<\/li>\n                        <li>Professional development and training opportunities<\/li>\n                        <li>Travel to industry conferences and client meetings<\/li>\n                        <li>Remote work flexibility with quarterly team meetings<\/li>\n                        <li>Equity participation in our tools business growth<\/li>\n                    <\/ul>\n                `\n            },\n            'sales-na': {\n                title: 'Sales Executive - Training & Tools (North America)',\n                details: `\n                    <h3>About the Role<\/h3>\n                    <p>Drive growth across North American markets by selling both our practical training programs AND our exciting new forensics tools portfolio launching September 2025.<\/p>\n                    \n                    <h3>Key Responsibilities<\/h3>\n                    <ul>\n                        <li>Sell comprehensive training solutions and our new forensics tools suite<\/li>\n                        <li>Lead product demonstrations for our September 2025 tools launch<\/li>\n                        <li>Build relationships with key decision makers across North America<\/li>\n                        <li>Identify cross-selling opportunities between training and tools<\/li>\n                        <li>Support customers in finding the right solutions for their needs<\/li>\n                        <li>Achieve and exceed targets for both training and tools revenue<\/li>\n                        <li>Travel to conferences, trade shows, and customer sites<\/li>\n                    <\/ul>\n                    \n                    <h3>What We Offer<\/h3>\n                    <ul>\n                        <li>Competitive base salary plus uncapped commission on both products<\/li>\n                        <li>Early access to our new tools portfolio before public launch<\/li>\n                        <li>Comprehensive health benefits and 401k matching<\/li>\n                        <li>Professional development budget and training opportunities<\/li>\n                        <li>Travel opportunities across North America<\/li>\n                        <li>Remote work flexibility with quarterly team meetings<\/li>\n                        <li>Equity participation in our tools business growth<\/li>\n                    <\/ul>\n                `\n            },\n            'drone-specialist': {\n                title: 'UAV Forensics Specialist (Global)',\n                details: `\n                    <h3>About the Role<\/h3>\n                    <p>Lead our expansion into the rapidly growing field of drone forensics. You will develop training programs, support investigations, and help establish Elusive Data as the premier provider of UAV forensics education.<\/p>\n                    \n                    <h3>Key Responsibilities<\/h3>\n                    <ul>\n                        <li>Develop comprehensive UAV forensics training curriculum<\/li>\n                        <li>Deliver specialized training on drone data extraction and analysis<\/li>\n                        <li>Support law enforcement investigations involving drones<\/li>\n                        <li>Research emerging drone technologies and forensics techniques<\/li>\n                        <li>Collaborate with industry partners and manufacturers<\/li>\n                    <\/ul>\n                    \n                    <h3>What We Offer<\/h3>\n                    <ul>\n                        <li>Competitive salary with performance bonuses<\/li>\n                        <li>Global remote work with travel opportunities<\/li>\n                        <li>Access to latest drone technology and forensics tools<\/li>\n                        <li>Conference speaking and industry recognition opportunities<\/li>\n                        <li>Research collaboration with leading academic institutions<\/li>\n                    <\/ul>\n                `\n            }\n        };\n\n        \/\/ Modal functions\n        function openJobModal(jobType) {\n            console.log('Opening modal for:', jobType);\n            \n            const modal = document.getElementById('jobModal');\n            const modalTitle = document.getElementById('modalTitle');\n            const jobDetails = document.getElementById('jobDetails');\n            \n            if (jobDataList[jobType]) {\n                modalTitle.textContent = jobDataList[jobType].title;\n                modalTitle.style.color = '#3B82F6';\n                \n                jobDetails.innerHTML = jobDataList[jobType].details;\n                \n                modal.style.display = 'flex';\n                document.body.style.overflow = 'hidden';\n            }\n        }\n\n        function closeJobModal() {\n            const modal = document.getElementById('jobModal');\n            modal.style.display = 'none';\n            document.body.style.overflow = 'auto';\n            \n            \/\/ Reset form\n            const form = document.getElementById('applicationForm');\n            if (form) {\n                form.reset();\n            }\n            \n            document.getElementById('jobForm').style.display = 'block';\n            document.getElementById('successMessage').style.display = 'none';\n            \n            \/\/ Reset file upload labels\n            const resumeLabel = document.querySelector('label[for=\"resume\"]');\n            const portfolioLabel = document.querySelector('label[for=\"portfolio\"]');\n            if (resumeLabel) {\n                resumeLabel.textContent = '\ud83d\udcc4 Click to upload your resume (PDF, DOC, DOCX)';\n                resumeLabel.style.color = '#3B82F6';\n            }\n            if (portfolioLabel) {\n                portfolioLabel.textContent = '\ud83d\udcce Upload portfolio, certifications, or other documents';\n                portfolioLabel.style.color = '#3B82F6';\n            }\n        }\n\n        \/\/ Submit form function\n        function handleFormSubmit(event) {\n            event.preventDefault();\n            console.log('Submit button clicked!');\n            \n            \/\/ Get the form\n            const form = document.getElementById('applicationForm');\n            \n            \/\/ Check required fields\n            const requiredFields = form.querySelectorAll('[required]');\n            let isValid = true;\n            \n            requiredFields.forEach(field => {\n                if (!field.value.trim()) {\n                    isValid = false;\n                    field.style.borderColor = '#ef4444';\n                } else {\n                    field.style.borderColor = 'rgba(255, 255, 255, 0.15)';\n                }\n            });\n            \n            if (!isValid) {\n                alert('Please fill in all required fields.');\n                return false;\n            }\n            \n            \/\/ Show loading state\n            const submitBtn = event.target;\n            const originalText = submitBtn.textContent;\n            submitBtn.textContent = 'Submitting...';\n            submitBtn.disabled = true;\n            \n            \/\/ Simulate form submission\n            setTimeout(() => {\n                document.getElementById('jobForm').style.display = 'none';\n                document.getElementById('successMessage').style.display = 'block';\n                \n                \/\/ Reset button\n                submitBtn.textContent = originalText;\n                submitBtn.disabled = false;\n            }, 1500);\n            \n            console.log('Form processing complete!');\n            return false;\n        }\n\n        \/\/ Toggle other field visibility\n        function toggleOtherField(selectId, otherId) {\n            const select = document.getElementById(selectId);\n            const otherField = document.getElementById(otherId);\n            const otherInput = otherField.querySelector('input');\n            \n            if (select.value === 'other') {\n                otherField.style.display = 'block';\n                otherInput.required = true;\n            } else {\n                otherField.style.display = 'none';\n                otherInput.required = false;\n                otherInput.value = '';\n            }\n        }\n\n        \/\/ Close modal when clicking outside\n        document.getElementById('jobModal').addEventListener('click', function(e) {\n            if (e.target === this) {\n                closeJobModal();\n            }\n        });\n\n        \/\/ Close modal with Escape key\n        document.addEventListener('keydown', function(e) {\n            if (e.key === 'Escape') {\n                closeJobModal();\n            }\n        });\n\n        \/\/ File upload feedback\n        document.getElementById('resume').addEventListener('change', function() {\n            const label = this.nextElementSibling;\n            if (this.files.length > 0) {\n                label.textContent = '\u2705 ' + this.files[0].name;\n                label.style.color = '#10B981';\n            }\n        });\n\n        document.getElementById('portfolio').addEventListener('change', function() {\n            const label = this.nextElementSibling;\n            if (this.files.length > 0) {\n                if (this.files.length === 1) {\n                    label.textContent = '\u2705 ' + this.files[0].name;\n                } else {\n                    label.textContent = '\u2705 ' + this.files.length + ' files selected';\n                }\n                label.style.color = '#10B981';\n            }\n        });\n    <\/script>\n<\/body>\n<\/html>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t","protected":false},"excerpt":{"rendered":"<p>At Elusive Data, we\u2019re building the place we always wished existed. A learning hub for accessible top-tier, high-impact digital forensic knowledge. A space where deep, immersive courses meet focused micro-trainings, practical guides, and purpose-built tools \u2014 all designed to help solve real-world investigative challenges.<\/p>\n<p>We\u2019re here for the moments when time is short, tools fall short, and the right answers matter. Whether you&#8217;re validating tool output, recovering deleted records, or preparing findings that need to stand up to scrutiny \u2014 knowing what to do next can make all the difference.<\/p>","protected":false},"author":1,"featured_media":11927,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"","meta":{"content-type":"","footnotes":""},"class_list":["post-11922","page","type-page","status-publish","has-post-thumbnail","hentry"],"acf":[],"yoast_head":"<!-- This site is optimized with the Yoast SEO Premium plugin v27.3 (Yoast SEO v27.3) - https:\/\/yoast.com\/product\/yoast-seo-premium-wordpress\/ -->\n<title>Careers in Digital Forensics | Elusive Data<\/title>\n<meta name=\"description\" content=\"Join the Elusive Data team. We&#039;re building the go-to hub for digital forensics training and tools. View career opportunities.\" \/>\n<meta name=\"robots\" content=\"index, nofollow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/elusivedata.io\/ja\/careers\/\" \/>\n<meta property=\"og:locale\" content=\"ja_JP\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Careers\" \/>\n<meta property=\"og:description\" content=\"Join the Elusive Data team. We&#039;re building the go-to hub for digital forensics training and tools. View career opportunities.\" \/>\n<meta property=\"og:url\" content=\"https:\/\/elusivedata.io\/ja\/careers\/\" \/>\n<meta property=\"og:site_name\" content=\"Elusive Data\" \/>\n<meta property=\"article:modified_time\" content=\"2026-03-19T03:33:53+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/elusivedata.io\/wp-content\/uploads\/2025\/07\/Sam-Office-Background.png\" \/>\n\t<meta property=\"og:image:width\" content=\"1600\" \/>\n\t<meta property=\"og:image:height\" content=\"840\" \/>\n\t<meta property=\"og:image:type\" content=\"image\/png\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:label1\" content=\"\u63a8\u5b9a\u8aad\u307f\u53d6\u308a\u6642\u9593\" \/>\n\t<meta name=\"twitter:data1\" content=\"3\u5206\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\\\/\\\/schema.org\",\"@graph\":[{\"@type\":\"WebPage\",\"@id\":\"https:\\\/\\\/elusivedata.io\\\/careers\\\/\",\"url\":\"https:\\\/\\\/elusivedata.io\\\/careers\\\/\",\"name\":\"Careers in Digital Forensics | Elusive Data\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/elusivedata.io\\\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\\\/\\\/elusivedata.io\\\/careers\\\/#primaryimage\"},\"image\":{\"@id\":\"https:\\\/\\\/elusivedata.io\\\/careers\\\/#primaryimage\"},\"thumbnailUrl\":\"https:\\\/\\\/elusivedata.io\\\/wp-content\\\/uploads\\\/2025\\\/07\\\/Sam-Office-Background.png\",\"datePublished\":\"2025-07-18T16:39:23+00:00\",\"dateModified\":\"2026-03-19T03:33:53+00:00\",\"description\":\"Join the Elusive Data team. We're building the go-to hub for digital forensics training and tools. View career opportunities.\",\"breadcrumb\":{\"@id\":\"https:\\\/\\\/elusivedata.io\\\/careers\\\/#breadcrumb\"},\"inLanguage\":\"ja\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\\\/\\\/elusivedata.io\\\/careers\\\/\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"ja\",\"@id\":\"https:\\\/\\\/elusivedata.io\\\/careers\\\/#primaryimage\",\"url\":\"https:\\\/\\\/elusivedata.io\\\/wp-content\\\/uploads\\\/2025\\\/07\\\/Sam-Office-Background.png\",\"contentUrl\":\"https:\\\/\\\/elusivedata.io\\\/wp-content\\\/uploads\\\/2025\\\/07\\\/Sam-Office-Background.png\",\"width\":1600,\"height\":840,\"caption\":\"Elusive Data office workspace \u2014 digital forensics training company headquarters\"},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\\\/\\\/elusivedata.io\\\/careers\\\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\\\/\\\/elusivedata.io\\\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Careers\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\\\/\\\/elusivedata.io\\\/#website\",\"url\":\"https:\\\/\\\/elusivedata.io\\\/\",\"name\":\"ElusiveData\",\"description\":\"Excellence in Digital Forensics Training and Consulting\",\"publisher\":{\"@id\":\"https:\\\/\\\/elusivedata.io\\\/#organization\"},\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\\\/\\\/elusivedata.io\\\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"ja\"},{\"@type\":\"Organization\",\"@id\":\"https:\\\/\\\/elusivedata.io\\\/#organization\",\"name\":\"ElusiveData\",\"url\":\"https:\\\/\\\/elusivedata.io\\\/\",\"logo\":{\"@type\":\"ImageObject\",\"inLanguage\":\"ja\",\"@id\":\"https:\\\/\\\/elusivedata.io\\\/#\\\/schema\\\/logo\\\/image\\\/\",\"url\":\"https:\\\/\\\/elusivedata.io\\\/wp-content\\\/uploads\\\/2024\\\/11\\\/Asset-3_2x-scaled.png\",\"contentUrl\":\"https:\\\/\\\/elusivedata.io\\\/wp-content\\\/uploads\\\/2024\\\/11\\\/Asset-3_2x-scaled.png\",\"width\":2560,\"height\":370,\"caption\":\"ElusiveData\"},\"image\":{\"@id\":\"https:\\\/\\\/elusivedata.io\\\/#\\\/schema\\\/logo\\\/image\\\/\"},\"sameAs\":[\"https:\\\/\\\/www.youtube.com\\\/@elusivedata\"]}]}<\/script>\n<!-- \/ Yoast SEO Premium plugin. -->","yoast_head_json":{"title":"Careers in Digital Forensics | Elusive Data","description":"Join the Elusive Data team. We're building the go-to hub for digital forensics training and tools. View career opportunities.","robots":{"index":"index","follow":"nofollow","max-snippet":"max-snippet:-1","max-image-preview":"max-image-preview:large","max-video-preview":"max-video-preview:-1"},"canonical":"https:\/\/elusivedata.io\/ja\/careers\/","og_locale":"ja_JP","og_type":"article","og_title":"Careers","og_description":"Join the Elusive Data team. We're building the go-to hub for digital forensics training and tools. View career opportunities.","og_url":"https:\/\/elusivedata.io\/ja\/careers\/","og_site_name":"Elusive Data","article_modified_time":"2026-03-19T03:33:53+00:00","og_image":[{"width":1600,"height":840,"url":"https:\/\/elusivedata.io\/wp-content\/uploads\/2025\/07\/Sam-Office-Background.png","type":"image\/png"}],"twitter_card":"summary_large_image","twitter_misc":{"\u63a8\u5b9a\u8aad\u307f\u53d6\u308a\u6642\u9593":"3\u5206"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"WebPage","@id":"https:\/\/elusivedata.io\/careers\/","url":"https:\/\/elusivedata.io\/careers\/","name":"Careers in Digital Forensics | Elusive Data","isPartOf":{"@id":"https:\/\/elusivedata.io\/#website"},"primaryImageOfPage":{"@id":"https:\/\/elusivedata.io\/careers\/#primaryimage"},"image":{"@id":"https:\/\/elusivedata.io\/careers\/#primaryimage"},"thumbnailUrl":"https:\/\/elusivedata.io\/wp-content\/uploads\/2025\/07\/Sam-Office-Background.png","datePublished":"2025-07-18T16:39:23+00:00","dateModified":"2026-03-19T03:33:53+00:00","description":"Join the Elusive Data team. We're building the go-to hub for digital forensics training and tools. View career opportunities.","breadcrumb":{"@id":"https:\/\/elusivedata.io\/careers\/#breadcrumb"},"inLanguage":"ja","potentialAction":[{"@type":"ReadAction","target":["https:\/\/elusivedata.io\/careers\/"]}]},{"@type":"ImageObject","inLanguage":"ja","@id":"https:\/\/elusivedata.io\/careers\/#primaryimage","url":"https:\/\/elusivedata.io\/wp-content\/uploads\/2025\/07\/Sam-Office-Background.png","contentUrl":"https:\/\/elusivedata.io\/wp-content\/uploads\/2025\/07\/Sam-Office-Background.png","width":1600,"height":840,"caption":"Elusive Data office workspace \u2014 digital forensics training company headquarters"},{"@type":"BreadcrumbList","@id":"https:\/\/elusivedata.io\/careers\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/elusivedata.io\/"},{"@type":"ListItem","position":2,"name":"Careers"}]},{"@type":"WebSite","@id":"https:\/\/elusivedata.io\/#website","url":"https:\/\/elusivedata.io\/","name":"\u30a8\u30eb\u30fc\u30b7\u30d6\u30c7\u30fc\u30bf","description":"\u5353\u8d8a\u3057\u305f\u30c7\u30b8\u30bf\u30eb\u30fb\u30d5\u30a9\u30ec\u30f3\u30b8\u30c3\u30af\u306e\u30c8\u30ec\u30fc\u30cb\u30f3\u30b0\u3068\u30b3\u30f3\u30b5\u30eb\u30c6\u30a3\u30f3\u30b0","publisher":{"@id":"https:\/\/elusivedata.io\/#organization"},"potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/elusivedata.io\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"ja"},{"@type":"Organization","@id":"https:\/\/elusivedata.io\/#organization","name":"\u30a8\u30eb\u30fc\u30b7\u30d6\u30c7\u30fc\u30bf","url":"https:\/\/elusivedata.io\/","logo":{"@type":"ImageObject","inLanguage":"ja","@id":"https:\/\/elusivedata.io\/#\/schema\/logo\/image\/","url":"https:\/\/elusivedata.io\/wp-content\/uploads\/2024\/11\/Asset-3_2x-scaled.png","contentUrl":"https:\/\/elusivedata.io\/wp-content\/uploads\/2024\/11\/Asset-3_2x-scaled.png","width":2560,"height":370,"caption":"ElusiveData"},"image":{"@id":"https:\/\/elusivedata.io\/#\/schema\/logo\/image\/"},"sameAs":["https:\/\/www.youtube.com\/@elusivedata"]}]}},"_links":{"self":[{"href":"https:\/\/elusivedata.io\/ja\/wp-json\/wp\/v2\/pages\/11922","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/elusivedata.io\/ja\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/elusivedata.io\/ja\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/elusivedata.io\/ja\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/elusivedata.io\/ja\/wp-json\/wp\/v2\/comments?post=11922"}],"version-history":[{"count":23,"href":"https:\/\/elusivedata.io\/ja\/wp-json\/wp\/v2\/pages\/11922\/revisions"}],"predecessor-version":[{"id":13731,"href":"https:\/\/elusivedata.io\/ja\/wp-json\/wp\/v2\/pages\/11922\/revisions\/13731"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/elusivedata.io\/ja\/wp-json\/wp\/v2\/media\/11927"}],"wp:attachment":[{"href":"https:\/\/elusivedata.io\/ja\/wp-json\/wp\/v2\/media?parent=11922"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}