{"id":5775,"date":"2025-10-17T15:31:34","date_gmt":"2025-10-17T15:31:34","guid":{"rendered":"https:\/\/wovencapitastg.wpenginepowered.com\/careers\/"},"modified":"2026-04-01T21:09:53","modified_gmt":"2026-04-01T21:09:53","slug":"careers","status":"publish","type":"page","link":"https:\/\/woven.vc\/ja\/careers\/","title":{"rendered":"\u63a1\u7528\u60c5\u5831"},"content":{"rendered":"\t\t<div data-elementor-type=\"wp-page\" data-elementor-id=\"5775\" class=\"elementor elementor-5775 elementor-1537\" data-elementor-post-type=\"page\">\n\t\t\t\t<div class=\"elementor-element elementor-element-3acd952 e-flex e-con-boxed e-con e-parent\" data-id=\"3acd952\" 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-6221b61 elementor-widget elementor-widget-shortcode\" data-id=\"6221b61\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"shortcode.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t<div class=\"elementor-shortcode\">    <style>\r\n    \/* ========================================\r\n       CAREER CAROUSEL - INFINITE SCROLL\r\n       ======================================== *\/\r\n\r\n    .career-carousel-section {\r\n        width: 100%;\r\n        overflow: hidden;\r\n        display: flex;\r\n        align-items: center;\r\n        background: #ffffff;\r\n        -webkit-overflow-scrolling: touch;\r\n        position: relative;\r\n    }\r\n\r\n    .career-carousel-container {\r\n        width: 100%;\r\n        height: 100%;\r\n        overflow: hidden;\r\n        position: relative;\r\n    }\r\n\r\n    .career-carousel-track {\r\n        display: flex;\r\n        gap: 0;\r\n        align-items: stretch; \/* \u2705 FIX: Cambiar de center a stretch *\/\r\n        will-change: transform;\r\n        -webkit-transform: translate3d(0, 0, 0);\r\n        transform: translate3d(0, 0, 0);\r\n        -webkit-backface-visibility: hidden;\r\n        backface-visibility: hidden;\r\n    }\r\n\r\n    .career-carousel-item {\r\n        flex-shrink: 0;\r\n        display: flex;\r\n        align-items: center;\r\n        justify-content: center;\r\n        width: 550px;\r\n        min-width: 550px;\r\n        height: 385px;\r\n        min-height: 385px; \/* \u2705 FIX: Agregar min-height *\/\r\n        max-height: 385px; \/* \u2705 FIX: Agregar max-height *\/\r\n        position: relative;\r\n        padding: 5px;\r\n        box-sizing: border-box;\r\n        -webkit-tap-highlight-color: transparent;\r\n    }\r\n\r\n    \/* \u2705 FIX: Asegurar que la imagen llene completamente el contenedor *\/\r\n    .career-carousel-image {\r\n        width: 100%;\r\n        height: 100%;\r\n        object-fit: cover;\r\n        object-position: center center;\r\n        display: block;\r\n        border-radius: 8px;\r\n        -webkit-transform: translateZ(0);\r\n        transform: translateZ(0);\r\n        \/* \u2705 Forzar dimensiones exactas *\/\r\n        max-width: 100%;\r\n        max-height: 100%;\r\n        min-width: 100%;\r\n        min-height: 100%;\r\n    }\r\n\r\n    \/* Animaci\u00f3n infinita *\/\r\n    @keyframes scroll-career {\r\n        0% {\r\n            transform: translateX(0);\r\n            -webkit-transform: translateX(0);\r\n        }\r\n        100% {\r\n            transform: translateX(-50%);\r\n            -webkit-transform: translateX(-50%);\r\n        }\r\n    }\r\n\r\n    @-webkit-keyframes scroll-career {\r\n        0% {\r\n            -webkit-transform: translateX(0);\r\n        }\r\n        100% {\r\n            -webkit-transform: translateX(-50%);\r\n        }\r\n    }\r\n\r\n    \/* ========================================\r\n       MOBILE SLIDESHOW - OCULTO POR DEFECTO\r\n       ======================================== *\/\r\n\r\n    .career-slideshow-mobile {\r\n        display: none;\r\n    }\r\n\r\n    \/* ========================================\r\n       RESPONSIVE - Desktop grande (1440px)\r\n       ======================================== *\/\r\n\r\n    @media (max-width: 1440px) {\r\n        .career-carousel-item {\r\n            width: 500px;\r\n            min-width: 500px;\r\n            height: 350px;\r\n            min-height: 350px;\r\n            max-height: 350px;\r\n        }\r\n    }\r\n\r\n    \/* ========================================\r\n       RESPONSIVE - Tablet (1024px)\r\n       ======================================== *\/\r\n\r\n    @media (max-width: 1024px) {\r\n        .career-carousel-item {\r\n            width: 450px;\r\n            min-width: 450px;\r\n            height: 315px;\r\n            min-height: 315px;\r\n            max-height: 315px;\r\n        }\r\n        \r\n        .career-carousel-track {\r\n            animation: scroll-career 35s linear infinite;\r\n            -webkit-animation: scroll-career 35s linear infinite;\r\n        }\r\n    }\r\n\r\n    \/* ========================================\r\n       RESPONSIVE - Tablet peque\u00f1a (768px)\r\n       ======================================== *\/\r\n\r\n    @media (max-width: 768px) {\r\n        .career-carousel-item {\r\n            width: 380px;\r\n            min-width: 380px;\r\n            height: 266px;\r\n            min-height: 266px;\r\n            max-height: 266px;\r\n        }\r\n        \r\n        .career-carousel-track {\r\n            animation: scroll-career 30s linear infinite;\r\n            -webkit-animation: scroll-career 30s linear infinite;\r\n        }\r\n    }\r\n\r\n    \/* ========================================\r\n       RESPONSIVE - Mobile (568px - 481px)\r\n       Mantiene infinite scroll\r\n       ======================================== *\/\r\n\r\n    @media (max-width: 568px) and (min-width: 568px) {\r\n        .career-carousel-item {\r\n            width: 280px;\r\n            min-width: 280px;\r\n            max-width: 280px;\r\n            height: 196px;\r\n            min-height: 196px;\r\n            max-height: 196px;\r\n        }\r\n        \r\n        .career-carousel-track {\r\n            animation: scroll-career 28s linear infinite;\r\n            -webkit-animation: scroll-career 28s linear infinite;\r\n        }\r\n    }\r\n\r\n    \/* ========================================\r\n       RESPONSIVE - Mobile SLIDESHOW (<568px)\r\n       ======================================== *\/\r\n\r\n    @media (max-width: 567px) {\r\n        \/* Ocultar el carousel infinito *\/\r\n        .career-slideshow-mobile{\r\n            padding: 0 0 50px 0;\r\n        }\r\n        .career-carousel-track {\r\n            display: none !important;\r\n        }\r\n        \r\n        \/* Mostrar el slideshow *\/\r\n        .career-slideshow-mobile {\r\n            display: block;\r\n            position: relative;\r\n            width: 100%;\r\n            overflow: hidden;\r\n        }\r\n        \r\n        .career-slideshow-track {\r\n            display: flex;\r\n            transition: transform 0.3s ease-out;\r\n            will-change: transform;\r\n        }\r\n        \r\n        .career-slide {\r\n            flex: 0 0 100%;\r\n            width: 100%;\r\n            padding: 0 10px;\r\n            box-sizing: border-box;\r\n        }\r\n        \r\n        .career-slide-image {\r\n            width: 100%;\r\n            height: 200px;\r\n            object-fit: cover;\r\n            border-radius: 8px;\r\n            display: block;\r\n        }\r\n        \r\n        \/* ========================================\r\n           ARROWS\r\n           ======================================== *\/\r\n        \r\n        .career-arrow {\r\n            position: absolute;\r\n            top: calc(50% - 25px) ;\r\n            transform: translateY(-50%);\r\n            background: rgba(0, 0, 0, 0);\r\n            border: none;\r\n            border-radius: 50%;\r\n            width: 52px;\r\n            height: 52px;\r\n            display: flex;\r\n            align-items: center;\r\n            justify-content: center;\r\n            cursor: pointer;\r\n            z-index: 10;\r\n            padding: 0;\r\n            -webkit-tap-highlight-color: transparent;\r\n            transition: background 0.2s ease;\r\n        }\r\n        \r\n        .career-arrow:active {\r\n            background: none;\r\n        }\r\n         .career-arrow:focus, .career-arrow:hover {\r\n            background: none;\r\n        }\r\n        \r\n        \r\n        .career-arrow-prev {\r\n            left: 5px;\r\n        }\r\n        \r\n        .career-arrow-next {\r\n            right: 5px;\r\n        }\r\n        \r\n        .career-arrow svg {\r\n            width: 36px;\r\n            height: 36px;\r\n        }\r\n        \r\n        \/* ========================================\r\n           DOTS\r\n           ======================================== *\/\r\n        \r\n        .career-dots {\r\n            display: flex;\r\n            justify-content: center;\r\n            align-items: center;\r\n            gap: 6px;\r\n            margin-top: 12px;\r\n            padding: 0;\r\n            position: absolute;\r\n            z-index: 2;\r\n            bottom: 35px;\r\n            left: 0;\r\n            right: 0;\r\n        }\r\n        \r\n        .career-dot {\r\n            width: 6px;\r\n            height: 6px;\r\n            border-radius: 50%;\r\n            background: rgba(0, 0, 0, 0.2);\r\n            border: none;\r\n            padding: 0;\r\n            cursor: pointer;\r\n            transition: all 0.2s ease;\r\n            -webkit-tap-highlight-color: transparent;\r\n        }\r\n        \r\n        .career-dot.active {\r\n            background: rgba(0, 0, 0, 0.6);\r\n            width: 8px;\r\n            height: 8px;\r\n        }\r\n    }\r\n\r\n    \/* ========================================\r\n       RESPONSIVE - Mobile extra peque\u00f1o (375px)\r\n       ======================================== *\/\r\n\r\n    \/* ========================================\r\n       ACCESIBILIDAD - Reducir movimiento\r\n       ======================================== *\/\r\n\r\n    @media (prefers-reduced-motion: reduce) {\r\n        .career-carousel-track {\r\n            animation-play-state: paused;\r\n            -webkit-animation-play-state: paused;\r\n        }\r\n        \r\n        .career-slideshow-track {\r\n            transition: none;\r\n        }\r\n    }\r\n    <\/style>\r\n    \r\n    <div class=\"career-carousel-section\">\r\n        <div class=\"career-carousel-container\">\r\n            <div class=\"career-carousel-track\">\r\n                                    <div class=\"career-carousel-item\">\r\n                        <img decoding=\"async\" \r\n                            src=\"https:\/\/woven.vc\/wp-content\/uploads\/2026\/04\/roguptaalking.png\" \r\n                            alt=\"Career Image 1\" \r\n                            class=\"career-carousel-image\"\r\n                        >\r\n                    <\/div>\r\n                                    <div class=\"career-carousel-item\">\r\n                        <img decoding=\"async\" \r\n                            src=\"https:\/\/woven.vc\/wp-content\/uploads\/2025\/12\/JJ5A5151.jpg\" \r\n                            alt=\"Career Image 2\" \r\n                            class=\"career-carousel-image\"\r\n                        >\r\n                    <\/div>\r\n                                    <div class=\"career-carousel-item\">\r\n                        <img decoding=\"async\" \r\n                            src=\"https:\/\/woven.vc\/wp-content\/uploads\/2025\/10\/imagen_2025-10-17_104136567.png\" \r\n                            alt=\"Career Image 3\" \r\n                            class=\"career-carousel-image\"\r\n                        >\r\n                    <\/div>\r\n                                    <div class=\"career-carousel-item\">\r\n                        <img decoding=\"async\" \r\n                            src=\"https:\/\/woven.vc\/wp-content\/uploads\/2025\/12\/JJ5A2592.jpg\" \r\n                            alt=\"Career Image 4\" \r\n                            class=\"career-carousel-image\"\r\n                        >\r\n                    <\/div>\r\n                                    <div class=\"career-carousel-item\">\r\n                        <img decoding=\"async\" \r\n                            src=\"https:\/\/woven.vc\/wp-content\/uploads\/2026\/04\/nicolelblanctalking.png\" \r\n                            alt=\"Career Image 5\" \r\n                            class=\"career-carousel-image\"\r\n                        >\r\n                    <\/div>\r\n                                    <div class=\"career-carousel-item\">\r\n                        <img decoding=\"async\" \r\n                            src=\"https:\/\/woven.vc\/wp-content\/uploads\/2025\/10\/imagen_2025-10-17_104206387.png\" \r\n                            alt=\"Career Image 6\" \r\n                            class=\"career-carousel-image\"\r\n                        >\r\n                    <\/div>\r\n                                    <div class=\"career-carousel-item\">\r\n                        <img decoding=\"async\" \r\n                            src=\"https:\/\/woven.vc\/wp-content\/uploads\/2026\/04\/roguptaalking.png\" \r\n                            alt=\"Career Image 1\" \r\n                            class=\"career-carousel-image\"\r\n                        >\r\n                    <\/div>\r\n                                    <div class=\"career-carousel-item\">\r\n                        <img decoding=\"async\" \r\n                            src=\"https:\/\/woven.vc\/wp-content\/uploads\/2025\/12\/JJ5A5151.jpg\" \r\n                            alt=\"Career Image 2\" \r\n                            class=\"career-carousel-image\"\r\n                        >\r\n                    <\/div>\r\n                                    <div class=\"career-carousel-item\">\r\n                        <img decoding=\"async\" \r\n                            src=\"https:\/\/woven.vc\/wp-content\/uploads\/2025\/10\/imagen_2025-10-17_104136567.png\" \r\n                            alt=\"Career Image 3\" \r\n                            class=\"career-carousel-image\"\r\n                        >\r\n                    <\/div>\r\n                                    <div class=\"career-carousel-item\">\r\n                        <img decoding=\"async\" \r\n                            src=\"https:\/\/woven.vc\/wp-content\/uploads\/2025\/12\/JJ5A2592.jpg\" \r\n                            alt=\"Career Image 4\" \r\n                            class=\"career-carousel-image\"\r\n                        >\r\n                    <\/div>\r\n                                    <div class=\"career-carousel-item\">\r\n                        <img decoding=\"async\" \r\n                            src=\"https:\/\/woven.vc\/wp-content\/uploads\/2026\/04\/nicolelblanctalking.png\" \r\n                            alt=\"Career Image 5\" \r\n                            class=\"career-carousel-image\"\r\n                        >\r\n                    <\/div>\r\n                                    <div class=\"career-carousel-item\">\r\n                        <img decoding=\"async\" \r\n                            src=\"https:\/\/woven.vc\/wp-content\/uploads\/2025\/10\/imagen_2025-10-17_104206387.png\" \r\n                            alt=\"Career Image 6\" \r\n                            class=\"career-carousel-image\"\r\n                        >\r\n                    <\/div>\r\n                            <\/div>\r\n            \r\n            <div class=\"career-slideshow-mobile\">\r\n                <div class=\"career-slideshow-track\">\r\n                                            <div class=\"career-slide active\" data-index=\"0\">\r\n                            <img decoding=\"async\" \r\n                                src=\"https:\/\/woven.vc\/wp-content\/uploads\/2026\/04\/roguptaalking.png\" \r\n                                alt=\"Career Image 1\" \r\n                                class=\"career-slide-image\"\r\n                            >\r\n                        <\/div>\r\n                                            <div class=\"career-slide \" data-index=\"1\">\r\n                            <img decoding=\"async\" \r\n                                src=\"https:\/\/woven.vc\/wp-content\/uploads\/2025\/12\/JJ5A5151.jpg\" \r\n                                alt=\"Career Image 2\" \r\n                                class=\"career-slide-image\"\r\n                            >\r\n                        <\/div>\r\n                                            <div class=\"career-slide \" data-index=\"2\">\r\n                            <img decoding=\"async\" \r\n                                src=\"https:\/\/woven.vc\/wp-content\/uploads\/2025\/10\/imagen_2025-10-17_104136567.png\" \r\n                                alt=\"Career Image 3\" \r\n                                class=\"career-slide-image\"\r\n                            >\r\n                        <\/div>\r\n                                            <div class=\"career-slide \" data-index=\"3\">\r\n                            <img decoding=\"async\" \r\n                                src=\"https:\/\/woven.vc\/wp-content\/uploads\/2025\/12\/JJ5A2592.jpg\" \r\n                                alt=\"Career Image 4\" \r\n                                class=\"career-slide-image\"\r\n                            >\r\n                        <\/div>\r\n                                            <div class=\"career-slide \" data-index=\"4\">\r\n                            <img decoding=\"async\" \r\n                                src=\"https:\/\/woven.vc\/wp-content\/uploads\/2026\/04\/nicolelblanctalking.png\" \r\n                                alt=\"Career Image 5\" \r\n                                class=\"career-slide-image\"\r\n                            >\r\n                        <\/div>\r\n                                            <div class=\"career-slide \" data-index=\"5\">\r\n                            <img decoding=\"async\" \r\n                                src=\"https:\/\/woven.vc\/wp-content\/uploads\/2025\/10\/imagen_2025-10-17_104206387.png\" \r\n                                alt=\"Career Image 6\" \r\n                                class=\"career-slide-image\"\r\n                            >\r\n                        <\/div>\r\n                                    <\/div>\r\n                \r\n                <button class=\"career-arrow career-arrow-prev\" aria-label=\"Previous\">\r\n                    <svg width=\"20\" height=\"20\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\">\r\n                        <path d=\"M15 18L9 12L15 6\" stroke=\"white\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\/>\r\n                    <\/svg>\r\n                <\/button>\r\n                <button class=\"career-arrow career-arrow-next\" aria-label=\"Next\">\r\n                    <svg width=\"20\" height=\"20\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\">\r\n                        <path d=\"M9 18L15 12L9 6\" stroke=\"white\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\/>\r\n                    <\/svg>\r\n                <\/button>\r\n                \r\n                <div class=\"career-dots\">\r\n                                            <button class=\"career-dot active\" data-index=\"0\" aria-label=\"Go to slide 1\"><\/button>\r\n                                            <button class=\"career-dot \" data-index=\"1\" aria-label=\"Go to slide 2\"><\/button>\r\n                                            <button class=\"career-dot \" data-index=\"2\" aria-label=\"Go to slide 3\"><\/button>\r\n                                            <button class=\"career-dot \" data-index=\"3\" aria-label=\"Go to slide 4\"><\/button>\r\n                                            <button class=\"career-dot \" data-index=\"4\" aria-label=\"Go to slide 5\"><\/button>\r\n                                            <button class=\"career-dot \" data-index=\"5\" aria-label=\"Go to slide 6\"><\/button>\r\n                                    <\/div>\r\n            <\/div>\r\n        <\/div>\r\n    <\/div>\r\n    \r\n    <script>\r\n    (function() {\r\n        function initDesktopCarousel() {\r\n            if (window.innerWidth <= 567) return;\r\n            \r\n            const track = document.querySelector('.career-carousel-track');\r\n            if (!track || track.dataset.initialized) return;\r\n            \r\n            track.dataset.initialized = 'true';\r\n            track.style.animation = 'none';\r\n            \r\n            let position = 0;\r\n            const speed = 0.3; \/\/ Velocidad lenta\r\n            const halfWidth = track.scrollWidth \/ 2;\r\n            \r\n            function animate() {\r\n                position -= speed;\r\n                \r\n                if (Math.abs(position) >= halfWidth) {\r\n                    position = 0;\r\n                }\r\n                \r\n                track.style.transform = 'translateX(' + position + 'px)';\r\n                requestAnimationFrame(animate);\r\n            }\r\n            \r\n            requestAnimationFrame(animate);\r\n        }\r\n        \r\n        function initMobileSlideshow() {\r\n            if (window.innerWidth > 567) return;\r\n            \r\n            const slideshow = document.querySelector('.career-slideshow-mobile');\r\n            if (!slideshow || slideshow.dataset.initialized) return;\r\n            \r\n            slideshow.dataset.initialized = 'true';\r\n            \r\n            const track = slideshow.querySelector('.career-slideshow-track');\r\n            const slides = slideshow.querySelectorAll('.career-slide');\r\n            const dots = slideshow.querySelectorAll('.career-dot');\r\n            const prevBtn = slideshow.querySelector('.career-arrow-prev');\r\n            const nextBtn = slideshow.querySelector('.career-arrow-next');\r\n            \r\n            let currentIndex = 0;\r\n            const totalSlides = slides.length;\r\n            let startX = 0, endX = 0, isDragging = false;\r\n            \r\n            function goToSlide(index) {\r\n                if (index < 0) index = totalSlides - 1;\r\n                if (index >= totalSlides) index = 0;\r\n                currentIndex = index;\r\n                \r\n                slides.forEach(function(slide, i) {\r\n                    slide.classList.toggle('active', i === currentIndex);\r\n                });\r\n                dots.forEach(function(dot, i) {\r\n                    dot.classList.toggle('active', i === currentIndex);\r\n                });\r\n                track.style.transform = 'translateX(-' + (currentIndex * 100) + '%)';\r\n            }\r\n            \r\n            if (prevBtn) prevBtn.addEventListener('click', function() { goToSlide(currentIndex - 1); });\r\n            if (nextBtn) nextBtn.addEventListener('click', function() { goToSlide(currentIndex + 1); });\r\n            \r\n            dots.forEach(function(dot) {\r\n                dot.addEventListener('click', function() {\r\n                    goToSlide(parseInt(dot.dataset.index));\r\n                });\r\n            });\r\n            \r\n            track.addEventListener('touchstart', function(e) {\r\n                startX = e.touches[0].clientX;\r\n                isDragging = true;\r\n            }, { passive: true });\r\n            \r\n            track.addEventListener('touchmove', function(e) {\r\n                if (isDragging) endX = e.touches[0].clientX;\r\n            }, { passive: true });\r\n            \r\n            track.addEventListener('touchend', function() {\r\n                if (!isDragging) return;\r\n                isDragging = false;\r\n                const diff = startX - endX;\r\n                if (Math.abs(diff) > 50) {\r\n                    goToSlide(currentIndex + (diff > 0 ? 1 : -1));\r\n                }\r\n                startX = 0;\r\n                endX = 0;\r\n            });\r\n        }\r\n        \r\n        function init() {\r\n            if (window.innerWidth > 567) {\r\n                initDesktopCarousel();\r\n            } else {\r\n                initMobileSlideshow();\r\n            }\r\n        }\r\n        \r\n        if (document.readyState === 'loading') {\r\n            document.addEventListener('DOMContentLoaded', init);\r\n        } else {\r\n            init();\r\n        }\r\n    })();\r\n    <\/script>\r\n    <\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-d3eab10 e-con-full e-flex e-con e-child\" data-id=\"d3eab10\" data-element_type=\"container\" data-e-type=\"container\" id=\"no-positions\">\n\t\t\t\t<div class=\"elementor-element elementor-element-9a6c07e fade-in-up elementor-widget elementor-widget-text-editor\" data-id=\"9a6c07e\" 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<h1 class=\"careers-title-main-no-positions\" data-v-122d036d=\"\">\u79c1\u305f\u3061\u3068\u4e00\u7dd2\u306b\u672a\u6765\u3092\u5275\u308a\u307e\u305b\u3093\u304b\uff1f<\/h1>\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-b9b518b fade-in-up elementor-widget elementor-widget-text-editor\" data-id=\"b9b518b\" 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 class=\"careers-title-main-paragraph-no-positions\">\n\u79c1\u305f\u3061\u306e\u30d3\u30b8\u30e7\u30f3\u306b\u5171\u611f\u3057\u3001\u4eca\u5f8c\u306e\u63a1\u7528\u6a5f\u4f1a\u306b\u3064\u3044\u3066\u3054\u95a2\u5fc3\u306e\u3042\u308b\u65b9\u306f\u3001\u305c\u3072\u3054\u9023\u7d61\u304f\u3060\u3055\u3044\u3002\n<\/p>\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-41f5d17 fade-in-up elementor-widget elementor-widget-text-editor\" data-id=\"41f5d17\" 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<a class=\"no-positions-button-contact\" href=\"\/ja\/contact\/\">\n\u304a\u554f\u3044\u5408\u308f\u305b\u30d5\u30a9\u30fc\u30e0\u3078\n<\/a>\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-951cc72 fade-in-up elementor-widget elementor-widget-text-editor\" data-id=\"951cc72\" 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 class=\"careers-title-main-paragraph-no-positions\">\n\u5f53\u793e\u306e\u6295\u8cc7\u5148\u4f01\u696d\u3067\u306e\u30ad\u30e3\u30ea\u30a2\u3092\u304a\u63a2\u3057\u3067\u3059\u304b\uff1f\u8a73\u7d30\u306f<a href=\"https:\/\/portfoliojobs.woven.vc\/jobs\">\u6295\u8cc7\u5148\u63a1\u7528\u60c5\u5831\u30da\u30fc\u30b8\n<\/a>\u3092\u3054\u89a7\u304f\u3060\u3055\u3044\u3002<\/p>\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-40ea058 e-con-full e-grid e-con e-child\" data-id=\"40ea058\" data-element_type=\"container\" data-e-type=\"container\" id=\"positions-open\">\n\t\t<div class=\"elementor-element elementor-element-1f0dd57 e-con-full e-flex e-con e-child\" data-id=\"1f0dd57\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-5460ca1 fade-in-up elementor-widget elementor-widget-text-editor\" data-id=\"5460ca1\" 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<h1 class=\"careers-title-main-no-positions\" data-v-122d036d=\"\">\u63a1\u7528\u60c5\u5831<\/h1>\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-5059588 fade-in-up elementor-widget elementor-widget-text-editor\" data-id=\"5059588\" 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 class=\"careers-title-main-paragraph-no-positions\">\n\u79c1\u305f\u3061\u306f\u3001\u30c6\u30af\u30ce\u30ed\u30b8\u30fc\u3092\u901a\u3058\u3066\u3088\u308a\u826f\u3044\u4e16\u754c\u3092\u5275\u308b\u3068\u3044\u3046\u30d3\u30b8\u30e7\u30f3\u3092\u5171\u6709\u3059\u308b\u3001\u624d\u80fd\u3042\u3075\u308c\u308b\u60c5\u71b1\u7684\u306a\u4eba\u6750\u3092\u6c42\u3081\u3066\u3044\u307e\u3059\u3002<\/p>\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-928e20e fade-in-up elementor-widget elementor-widget-shortcode\" data-id=\"928e20e\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"shortcode.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t<div class=\"elementor-shortcode\">        <div class=\"positions-content-shortcode\">\r\n            <h2 class=\"open-positions\" style=\"font-family: 'Mozilla Text', 'Yu Gothic Medium', 'Yu Gothic', 'Hiragino Kaku Gothic ProN', 'Hiragino Sans', serif; font-weight: 500; -webkit-font-smoothing: antialiased;\">\r\n\t\t\t\t\u52df\u96c6\u30dd\u30b8\u30b7\u30e7\u30f3\t\t\t<\/h2>\r\n            \r\n            <div class=\"container-careers\">\r\n                                    <div class=\"content-career\">\r\n                        <a href=\"https:\/\/woven.vc\/ja\/career\/portfolio-success\/\" class=\"link-career\">\r\n                            <h4 class=\"career-name\">\u30dd\u30fc\u30c8\u30d5\u30a9\u30ea\u30aa\u30fb\u30b5\u30af\u30bb\u30b9 \u30de\u30cd\u30fc\u30b8\u30e3\u30fc<\/h4>\r\n                            <p class=\"career-designation\">\r\n                                <img decoding=\"async\" src=\"https:\/\/woven.vc\/wp-content\/uploads\/2025\/10\/imagen_2025-10-18_171703148.png\" alt=\"Location icon\">\r\n                                \u6771\u4eac, \u540d\u53e4\u5c4b                            <\/p>\r\n                        <\/a>\r\n                    <\/div>\r\n                            <\/div>\r\n        <\/div>\r\n    <\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t","protected":false},"excerpt":{"rendered":"<p>\u79c1\u305f\u3061\u3068\u4e00\u7dd2\u306b\u672a\u6765\u3092\u5275\u308a\u307e\u305b\u3093\u304b\uff1f \u79c1\u305f\u3061\u306e\u30d3\u30b8\u30e7\u30f3\u306b\u5171\u611f\u3057\u3001\u4eca\u5f8c\u306e\u63a1\u7528\u6a5f\u4f1a\u306b\u3064\u3044\u3066\u3054\u95a2\u5fc3\u306e\u3042\u308b\u65b9\u306f\u3001\u305c\u3072\u3054\u9023\u7d61\u304f\u3060\u3055\u3044\u3002 \u304a\u554f\u3044\u5408\u308f\u305b\u30d5\u30a9\u30fc\u30e0\u3078 \u5f53\u793e\u306e\u6295\u8cc7\u5148\u4f01\u696d\u3067\u306e\u30ad\u30e3\u30ea\u30a2\u3092\u304a\u63a2\u3057\u3067\u3059\u304b\uff1f\u8a73\u7d30\u306f\u6295\u8cc7\u5148\u63a1\u7528\u60c5\u5831\u30da\u30fc\u30b8  [&hellip;]<\/p>\n","protected":false},"author":4,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"","meta":{"_acf_changed":false,"footnotes":""},"class_list":["post-5775","page","type-page","status-publish","hentry"],"acf":[],"_links":{"self":[{"href":"https:\/\/woven.vc\/ja\/wp-json\/wp\/v2\/pages\/5775","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/woven.vc\/ja\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/woven.vc\/ja\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/woven.vc\/ja\/wp-json\/wp\/v2\/users\/4"}],"replies":[{"embeddable":true,"href":"https:\/\/woven.vc\/ja\/wp-json\/wp\/v2\/comments?post=5775"}],"version-history":[{"count":0,"href":"https:\/\/woven.vc\/ja\/wp-json\/wp\/v2\/pages\/5775\/revisions"}],"wp:attachment":[{"href":"https:\/\/woven.vc\/ja\/wp-json\/wp\/v2\/media?parent=5775"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}