{"id":2679,"date":"2026-03-25T14:31:10","date_gmt":"2026-03-25T05:31:10","guid":{"rendered":"https:\/\/trip-japan-ylp.com\/?page_id=2679"},"modified":"2026-04-01T12:22:37","modified_gmt":"2026-04-01T03:22:37","slug":"medical-tour","status":"publish","type":"page","link":"https:\/\/trip-japan-ylp.com\/?page_id=2679&lang=en","title":{"rendered":"Medical tour"},"content":{"rendered":"\n<!DOCTYPE html>\n<html lang=\"en\">\n<head>\n    \n    \n    <title>Invest in Your Future: Premium Medical Checkup Tour in Japan<\/title>\n    \n    <!-- Tailwind CSS CDN -->\n    <script src=\"https:\/\/cdn.tailwindcss.com\"><\/script>\n    \n    <!-- Font Awesome -->\n    <link rel=\"stylesheet\" href=\"https:\/\/cdnjs.cloudflare.com\/ajax\/libs\/font-awesome\/6.4.0\/css\/all.min.css\">\n    \n    <!-- Google Fonts -->\n    <link rel=\"preconnect\" href=\"https:\/\/fonts.googleapis.com\">\n    <link rel=\"preconnect\" href=\"https:\/\/fonts.gstatic.com\" crossorigin>\n    <link href=\"https:\/\/fonts.googleapis.com\/css2?family=Roboto:wght@300;400;500;700&family=Lato:wght@300;400;700;900&display=swap\" rel=\"stylesheet\">\n    \n    <style>\n        \/* \u2605 \u30ab\u30b9\u30bf\u30e0\u5909\u6570 - \u8272\u3084\u30d5\u30a9\u30f3\u30c8\u306e\u5909\u66f4\u306f\u3053\u3053\u3067 *\/\n        :root {\n            --medical-white: #ffffff;\n            --light-gray: #f4f6f8;\n            --deep-blue: #005f73;\n            --navy-blue: #0a2342;\n            --gold-accent: #d4af37;\n            --text-gray: #4a5568;\n            --success-green: #48bb78;\n        }\n        \n        \/* \u30d5\u30a9\u30f3\u30c8\u8a2d\u5b9a *\/\n        .font-roboto { font-family: 'Roboto', sans-serif; }\n        .font-lato { font-family: 'Lato', sans-serif; }\n        \n        \/* \u30ab\u30b9\u30bf\u30e0\u80cc\u666f\u3068\u30c6\u30ad\u30b9\u30c8\u8272 *\/\n        .bg-medical { background-color: var(--medical-white); }\n        .bg-light-gray { background-color: var(--light-gray); }\n        .bg-deep-blue { background-color: var(--deep-blue); }\n        .bg-navy { background-color: var(--navy-blue); }\n        .bg-gold { background-color: var(--gold-accent); }\n        .text-deep-blue { color: var(--deep-blue); }\n        .text-navy { color: var(--navy-blue); }\n        .text-gold { color: var(--gold-accent); }\n        .text-gray-custom { color: var(--text-gray); }\n        \n        \/* \u30a2\u30cb\u30e1\u30fc\u30b7\u30e7\u30f3 *\/\n        @keyframes fadeInUp {\n            from { opacity: 0; transform: translateY(30px); }\n            to { opacity: 1; transform: translateY(0); }\n        }\n        \n        @keyframes pulse {\n            0%, 100% { transform: scale(1); }\n            50% { transform: scale(1.05); }\n        }\n        \n        @keyframes downloadPulse {\n            0%, 100% { transform: scale(1); box-shadow: 0 0 0 0 rgba(212, 175, 55, 0.4); }\n            50% { transform: scale(1.02); box-shadow: 0 0 0 10px rgba(212, 175, 55, 0); }\n        }\n        \n        .fade-element {\n            opacity: 0;\n            transform: translateY(30px);\n            transition: all 0.8s ease-out;\n        }\n        \n        .fade-element.visible {\n            opacity: 1;\n            transform: translateY(0);\n        }\n        \n        .pulse-animate {\n            animation: pulse 2s infinite;\n        }\n        \n        .download-pulse {\n            animation: downloadPulse 2s infinite;\n        }\n        \n        \/* \u30ab\u30b9\u30bf\u30e0\u30dc\u30bf\u30f3\u30b9\u30bf\u30a4\u30eb *\/\n        .btn-primary {\n            background: linear-gradient(135deg, var(--deep-blue) 0%, var(--navy-blue) 100%);\n            transition: all 0.3s ease;\n        }\n        \n        .btn-primary:hover {\n            transform: translateY(-2px);\n            box-shadow: 0 10px 25px rgba(0, 95, 115, 0.3);\n        }\n        \n        .btn-gold {\n            background: linear-gradient(135deg, var(--gold-accent) 0%, #b8941f 100%);\n            transition: all 0.3s ease;\n        }\n        \n        .btn-gold:hover {\n            transform: translateY(-2px);\n            box-shadow: 0 10px 25px rgba(212, 175, 55, 0.4);\n        }\n        \n        \/* \u2605 PDF\u30c0\u30a6\u30f3\u30ed\u30fc\u30c9\u5c02\u7528\u30b9\u30bf\u30a4\u30eb *\/\n        .btn-download {\n            background: linear-gradient(135deg, #e74c3c 0%, #c0392b 100%);\n            color: white;\n            border: none;\n            padding: 16px 32px;\n            border-radius: 50px;\n            font-weight: 600;\n            text-decoration: none;\n            display: inline-flex;\n            align-items: center;\n            transition: all 0.3s ease;\n            box-shadow: 0 6px 20px rgba(231, 76, 60, 0.3);\n            font-size: 1.1rem;\n        }\n        \n        .btn-download:hover {\n            transform: translateY(-3px);\n            box-shadow: 0 10px 30px rgba(231, 76, 60, 0.4);\n            color: white;\n        }\n        \n        .btn-download-outline {\n            background: transparent;\n            color: var(--deep-blue);\n            border: 2px solid var(--deep-blue);\n            padding: 10px 20px;\n            border-radius: 50px;\n            font-weight: 500;\n            text-decoration: none;\n            display: inline-flex;\n            align-items: center;\n            transition: all 0.3s ease;\n        }\n        \n        .btn-download-outline:hover {\n            background: var(--deep-blue);\n            color: white;\n            transform: translateY(-2px);\n        }\n        \n        \/* \u30d7\u30e9\u30a4\u30b7\u30f3\u30b0\u30c6\u30fc\u30d6\u30eb\u306e\u30db\u30d0\u30fc\u52b9\u679c *\/\n        .pricing-card:hover {\n            transform: translateY(-10px);\n            box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1);\n        }\n        \n        \/* \u30b0\u30e9\u30c7\u30fc\u30b7\u30e7\u30f3\u30aa\u30fc\u30d0\u30fc\u30ec\u30a4 *\/\n        .gradient-overlay {\n            background: linear-gradient(135deg, rgba(10, 35, 66, 0.8) 0%, rgba(0, 95, 115, 0.6) 100%);\n        }\n        \n        \/* \u2605 \u7d71\u4e00\u9ad8\u3055\u30af\u30e9\u30b9 - \u30ab\u30fc\u30c9\u30b5\u30a4\u30ba\u3092\u7d71\u4e00 *\/\n        .card-uniform {\n            min-height: 400px;\n            height: auto;\n        }\n        \n        .card-uniform-tall {\n            min-height: 500px;\n            height: auto;\n        }\n        \n        \/* Safety \u30bb\u30af\u30b7\u30e7\u30f3\u306e\u30a2\u30a4\u30b3\u30f3\u4f4d\u7f6e\u8abf\u6574 *\/\n        .safety-card {\n            min-height: 300px;\n            display: flex;\n            flex-direction: column;\n            justify-content: flex-start;\n            align-items: center;\n            text-align: center;\n        }\n        \n        \/* \u2605 \u6599\u91d1\u30d7\u30e9\u30f3\u30ab\u30fc\u30c9\u306e\u5b8c\u5168\u7d71\u4e00\u30ec\u30a4\u30a2\u30a6\u30c8 *\/\n        .pricing-grid {\n            display: grid;\n            grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));\n            gap: 2rem;\n            align-items: stretch;\n        }\n        \n        .pricing-card-container {\n            display: flex;\n            flex-direction: column;\n            height: 100%;\n        }\n        \n        .pricing-card-inner {\n            display: flex;\n            flex-direction: column;\n            height: 100%;\n            background: white;\n            border-radius: 1rem;\n            padding: 2rem;\n            box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);\n            transition: all 0.3s ease;\n        }\n        \n        .pricing-header {\n            flex-shrink: 0;\n        }\n        \n        .pricing-features {\n            flex: 1;\n            display: flex;\n            flex-direction: column;\n            justify-content: flex-start;\n        }\n        \n        .pricing-button {\n            flex-shrink: 0;\n            margin-top: auto;\n        }\n        \n        \/* \u2605 \u30b7\u30f3\u30d7\u30eb\u306aPDF\u30d7\u30ec\u30d3\u30e5\u30fc\u7528\u30b9\u30bf\u30a4\u30eb *\/\n        .pdf-preview-simple {\n            background: linear-gradient(135deg, #f8f9fa 0%, #e9ecef 100%);\n            border: 2px dashed #dee2e6;\n            border-radius: 16px;\n            padding: 3rem 2rem;\n            text-align: center;\n            transition: all 0.3s ease;\n            max-width: 600px;\n            margin: 0 auto;\n        }\n        \n        .pdf-preview-simple:hover {\n            border-color: var(--deep-blue);\n            background: linear-gradient(135deg, #ffffff 0%, #f8f9fa 100%);\n            transform: translateY(-5px);\n            box-shadow: 0 15px 35px rgba(0, 0, 0, 0.1);\n        }\n        \n        \/* \u2605 Experience Section \u30ec\u30a4\u30a2\u30a6\u30c8\u4fee\u6b63 *\/\n        #experience .experience-grid {\n            display: grid;\n            grid-template-columns: 1fr;\n            gap: 3rem;\n            align-items: flex-start;\n        }\n        \n        @media (min-width: 1024px) {\n            #experience .experience-grid {\n                grid-template-columns: 1fr 1fr;\n                gap: 4rem;\n            }\n        }\n        \n        \/* Timeline Section \u30b9\u30bf\u30a4\u30eb *\/\n        .timeline-section {\n            display: flex;\n            flex-direction: column;\n            gap: 2rem;\n        }\n        \n        @media (min-width: 640px) {\n            .timeline-section {\n                gap: 2.5rem;\n            }\n        }\n        \n        .timeline-item {\n            display: flex;\n            align-items: flex-start;\n            gap: 1.5rem;\n        }\n        \n        .timeline-number {\n            flex-shrink: 0;\n            width: 3rem;\n            height: 3rem;\n            border-radius: 50%;\n            display: flex;\n            align-items: center;\n            justify-content: center;\n            color: white;\n            font-weight: bold;\n            font-size: 1rem;\n        }\n        \n        @media (min-width: 640px) {\n            .timeline-number {\n                width: 3.5rem;\n                height: 3.5rem;\n                font-size: 1.125rem;\n            }\n        }\n        \n        .timeline-content {\n            flex: 1;\n            min-width: 0;\n        }\n        \n        \/* Images Grid \u30b9\u30bf\u30a4\u30eb *\/\n        .images-grid {\n            display: grid;\n            grid-template-columns: 1fr 1fr;\n            gap: 1rem;\n        }\n        \n        .images-grid img {\n            width: 100%;\n            height: auto;\n            object-fit: cover;\n            border-radius: 0.5rem;\n            box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);\n            transition: transform 0.3s ease, box-shadow 0.3s ease;\n        }\n        \n        .images-grid img:hover {\n            transform: translateY(-2px);\n            box-shadow: 0 8px 16px rgba(0, 0, 0, 0.15);\n        }\n        \n        \/* \u30b9\u30de\u30db\u5bfe\u5fdc\u306e\u6539\u5584 *\/\n        @media (max-width: 768px) {\n            .card-uniform {\n                min-height: auto;\n            }\n            .card-uniform-tall {\n                min-height: auto;\n            }\n            .pricing-grid {\n                grid-template-columns: 1fr;\n                gap: 1.5rem;\n            }\n            .pdf-preview-simple {\n                padding: 2rem 1.5rem;\n            }\n            .btn-download {\n                padding: 14px 28px;\n                font-size: 1rem;\n            }\n            \n            .timeline-item {\n                gap: 1rem;\n            }\n            \n            .timeline-number {\n                width: 2.5rem;\n                height: 2.5rem;\n                font-size: 0.875rem;\n            }\n            \n            .images-grid {\n                gap: 0.75rem;\n            }\n        }\n    <\/style>\n    \n    <script>\n        \/* Tailwind\u8a2d\u5b9a\u306e\u30ab\u30b9\u30bf\u30de\u30a4\u30ba *\/\n        tailwind.config = {\n            theme: {\n                extend: {\n                    colors: {\n                        'medical': '#ffffff',\n                        'light-gray': '#f4f6f8',\n                        'deep-blue': '#005f73',\n                        'navy': '#0a2342',\n                        'gold': '#d4af37'\n                    },\n                    fontFamily: {\n                        'roboto': ['Roboto', 'sans-serif'],\n                        'lato': ['Lato', 'sans-serif']\n                    }\n                }\n            }\n        }\n    <\/script>\n<\/head>\n\n<body class=\"bg-medical text-gray-800 font-roboto\">\n    \n    <!-- \u2605 \u30d8\u30c3\u30c0\u30fc - \u30ca\u30d3\u30b2\u30fc\u30b7\u30e7\u30f3\uff08PDF\u8ffd\u52a0\uff09 -->\n    <header class=\"fixed top-0 w-full bg-white shadow-md z-50 transition-all duration-300\">\n        <div class=\"max-w-7xl mx-auto px-4 sm:px-6 lg:px-8\">\n            <div class=\"flex justify-between items-center py-4\">\n                <div class=\"flex items-center\">\n                    <i class=\"fas fa-heartbeat text-xl sm:text-2xl text-deep-blue mr-2 sm:mr-3\" aria-hidden=\"true\"><\/i>\n                    <h1 class=\"font-lato font-bold text-lg sm:text-xl text-navy\">Japan Medical VIP<\/h1>\n                <\/div>\n                <nav class=\"hidden md:flex space-x-8 font-lato font-medium text-sm\">\n                    <a href=\"#benefits\" class=\"text-gray-700 hover:text-deep-blue transition-colors\">Benefits<\/a>\n                    <a href=\"#experience\" class=\"text-gray-700 hover:text-deep-blue transition-colors\">Experience<\/a>\n                    <a href=\"#plans\" class=\"text-gray-700 hover:text-deep-blue transition-colors\">Plans<\/a>\n                    <a href=\"#brochure\" class=\"text-gray-700 hover:text-deep-blue transition-colors\">Brochure<\/a>\n                    <a href=\"#contact\" class=\"text-gray-700 hover:text-deep-blue transition-colors\">Contact<\/a>\n                <\/nav>\n                <div class=\"flex items-center space-x-3\">\n                    <a href=\"#brochure\" class=\"btn-download-outline text-xs sm:text-sm hidden sm:inline-flex\">\n                        <i class=\"fas fa-download mr-2\" aria-hidden=\"true\"><\/i>\n                        PDF\n                    <\/a>\n                    <button onclick=\"scrollToContact()\" class=\"btn-primary text-white px-4 sm:px-6 py-2 rounded-full text-xs sm:text-sm font-medium\">\n                        Get Free Quote\n                    <\/button>\n                <\/div>\n            <\/div>\n        <\/div>\n    <\/header>\n\n    <!-- \u2605 Hero Section - PDF\u30dc\u30bf\u30f3\u8ffd\u52a0 -->\n    <section class=\"relative min-h-screen flex items-center justify-center overflow-hidden pt-20\">\n        <!-- \u80cc\u666f\u753b\u50cf -->\n        <div class=\"absolute inset-0\">\n            <img decoding=\"async\" src=\"https:\/\/trip-japan-ylp.com\/wp-content\/uploads\/2026\/03\/iryo.jpg\" \n                 alt=\"Premium Medical Facility\" \n                 class=\"w-full h-full object-cover\">\n            <div class=\"absolute inset-0 gradient-overlay\"><\/div>\n        <\/div>\n        \n        <div class=\"relative z-10 text-center text-white max-w-5xl mx-auto px-4 sm:px-6 lg:px-8\">\n            <div class=\"fade-element\">\n                <h1 class=\"font-lato font-light text-3xl sm:text-4xl md:text-6xl lg:text-7xl leading-tight mb-4 sm:mb-6\">\n                    Invest in Your Future\n                <\/h1>\n                <h2 class=\"font-roboto text-lg sm:text-xl md:text-2xl lg:text-3xl mb-6 sm:mb-8 text-gold\">\n                    Premium Medical Checkup Tour in Japan\n                <\/h2>\n                <p class=\"font-roboto text-base sm:text-lg md:text-xl mb-8 sm:mb-12 opacity-90 leading-relaxed max-w-3xl mx-auto px-4\">\n                    Cutting-edge medical technology meets Nagoya's finest hospitality.<br class=\"hidden sm:block\">\n                    Complete health assessment with VIP treatment in Japan's medical capital.\n                <\/p>\n                <div class=\"flex flex-col sm:flex-row gap-4 justify-center items-center px-4\">\n                    <button onclick=\"scrollToContact()\" class=\"btn-gold text-white px-8 sm:px-10 py-3 sm:py-4 rounded-full text-base sm:text-lg font-medium pulse-animate w-full sm:w-auto\">\n                        <i class=\"fas fa-calendar-check mr-2\" aria-hidden=\"true\"><\/i>\n                        Book Consultation\n                    <\/button>\n                    <button onclick=\"scrollToPlans()\" class=\"border-2 border-white text-white px-8 sm:px-10 py-3 sm:py-4 rounded-full text-base sm:text-lg font-medium hover:bg-white hover:text-navy transition-all w-full sm:w-auto\">\n                        View Packages\n                    <\/button>\n                <\/div>\n                <!-- \u2605 Hero\u5185PDF\u30c0\u30a6\u30f3\u30ed\u30fc\u30c9\u30dc\u30bf\u30f3 -->\n                <div class=\"mt-8\">\n                    <a href=\"#brochure\" onclick=\"scrollToBrochure()\" class=\"inline-flex items-center text-white text-sm opacity-80 hover:opacity-100 transition-all\">\n                        <i class=\"fas fa-file-pdf mr-2\" aria-hidden=\"true\"><\/i>\n                        Download Detailed Brochure\n                        <i class=\"fas fa-arrow-down ml-2 animate-bounce\" aria-hidden=\"true\"><\/i>\n                    <\/a>\n                <\/div>\n            <\/div>\n        <\/div>\n        \n        <!-- \u30b9\u30af\u30ed\u30fc\u30eb\u30a4\u30f3\u30b8\u30b1\u30fc\u30bf\u30fc -->\n        <div class=\"absolute bottom-8 left-1\/2 transform -translate-x-1\/2 text-white animate-bounce hidden sm:block\">\n            <i class=\"fas fa-chevron-down text-2xl opacity-70\" aria-hidden=\"true\"><\/i>\n        <\/div>\n    <\/section>\n\n    <!-- \u2605 Why Choose Us Section - \u30ab\u30fc\u30c9\u30b5\u30a4\u30ba\u7d71\u4e00 -->\n    <section id=\"benefits\" class=\"py-16 sm:py-20 lg:py-28 bg-light-gray\">\n        <div class=\"max-w-7xl mx-auto px-4 sm:px-6 lg:px-8\">\n            <div class=\"text-center mb-12 sm:mb-16 fade-element\">\n                <h3 class=\"font-lato text-xs sm:text-sm uppercase tracking-widest text-gold mb-4\">Why Choose Us<\/h3>\n                <h2 class=\"font-lato text-2xl sm:text-3xl md:text-4xl lg:text-5xl font-light text-navy mb-4 sm:mb-6 px-4\">\n                    World-Class Medical Excellence\n                <\/h2>\n                <p class=\"text-gray-custom text-base sm:text-lg max-w-3xl mx-auto leading-relaxed px-4\">\n                    Experience Japan's renowned healthcare system with exclusive VIP services designed for discerning executives.\n                <\/p>\n            <\/div>\n            \n            <div class=\"grid md:grid-cols-3 gap-6 sm:gap-12\">\n                <!-- Advanced Technology -->\n                <div class=\"fade-element group\">\n                    <div class=\"card-uniform bg-white rounded-2xl p-6 sm:p-8 shadow-lg hover:shadow-xl transition-all duration-300 transform group-hover:-translate-y-2 flex flex-col\">\n                        <div class=\"w-16 sm:w-20 h-16 sm:h-20 bg-deep-blue rounded-full flex items-center justify-center mx-auto mb-4 sm:mb-6\">\n                            <i class=\"fas fa-microscope text-xl sm:text-3xl text-white relative left-[5px]\" aria-hidden=\"true\"><\/i>\n                        <\/div>\n                        <h4 class=\"font-lato text-xl sm:text-2xl font-semibold text-navy mb-3 sm:mb-4 text-center\">Advanced Technology<\/h4>\n                        <p class=\"text-gray-custom leading-relaxed mb-4 sm:mb-6 text-center flex-grow text-sm sm:text-base\">\n                            State-of-the-art MRI, CT, and PET scan equipment. Japan's cutting-edge medical technology for the most accurate diagnostics.\n                        <\/p>\n                        <div class=\"flex flex-col sm:flex-row justify-center space-y-2 sm:space-y-0 sm:space-x-4 text-xs sm:text-sm text-deep-blue text-center\">\n                            <span><i class=\"fas fa-check mr-1\" aria-hidden=\"true\"><\/i>Latest MRI 3.0T<\/span>\n                        <\/div>\n                    <\/div>\n                <\/div>\n                \n                <!-- VIP Support -->\n                <div class=\"fade-element group\">\n                    <div class=\"card-uniform bg-white rounded-2xl p-6 sm:p-8 shadow-lg hover:shadow-xl transition-all duration-300 transform group-hover:-translate-y-2 flex flex-col\">\n                        <div class=\"w-16 sm:w-20 h-16 sm:h-20 bg-gold rounded-full flex items-center justify-center mx-auto mb-4 sm:mb-6\">\n                            <i class=\"fas fa-concierge-bell text-xl sm:text-3xl text-white relative left-[5px]\" aria-hidden=\"true\"><\/i>\n                        <\/div>\n                        <h4 class=\"font-lato text-xl sm:text-2xl font-semibold text-navy mb-3 sm:mb-4 text-center\">VIP Support<\/h4>\n                        <p class=\"text-gray-custom leading-relaxed mb-4 sm:mb-6 text-center flex-grow text-sm sm:text-base\">\n                            Private airport transfers, dedicated medical interpreters, VIP examination rooms, and exclusive concierge services.\n                        <\/p>\n                        <div class=\"flex flex-col sm:flex-row justify-center space-y-2 sm:space-y-0 sm:space-x-4 text-xs sm:text-sm text-deep-blue text-center\">\n                            <span><i class=\"fas fa-check mr-1\" aria-hidden=\"true\"><\/i>Private Rooms<\/span>\n                        <\/div>\n                    <\/div>\n                <\/div>\n                \n                <!-- Detailed Report -->\n                <div class=\"fade-element group\">\n                    <div class=\"card-uniform bg-white rounded-2xl p-6 sm:p-8 shadow-lg hover:shadow-xl transition-all duration-300 transform group-hover:-translate-y-2 flex flex-col\">\n                        <div class=\"w-16 sm:w-20 h-16 sm:h-20 bg-deep-blue rounded-full flex items-center justify-center mx-auto mb-4 sm:mb-6\">\n                            <i class=\"fas fa-file-medical text-xl sm:text-3xl text-white relative left-[5px]\" aria-hidden=\"true\"><\/i>\n                        <\/div>\n                        <h4 class=\"font-lato text-xl sm:text-2xl font-semibold text-navy mb-3 sm:mb-4 text-center\">Detailed Report<\/h4>\n                        <p class=\"text-gray-custom leading-relaxed mb-4 sm:mb-6 text-center flex-grow text-sm sm:text-base\">\n                            Comprehensive medical report with English\/Vietnamese translation. Follow-up consultation available via video call.\n                        <\/p>\n                        <div class=\"flex flex-col sm:flex-row justify-center space-y-2 sm:space-y-0 sm:space-x-4 text-xs sm:text-sm text-deep-blue text-center\">\n                            <span><i class=\"fas fa-check mr-1\" aria-hidden=\"true\"><\/i>2-Week Delivery<\/span>\n                            <span><i class=\"fas fa-check mr-1\" aria-hidden=\"true\"><\/i>Video Follow-up<\/span>\n                        <\/div>\n                    <\/div>\n                <\/div>\n            <\/div>\n        <\/div>\n    <\/section>\n\n    <!-- \u2605 The Experience Section - \u4fee\u6b63\u7248 -->\n    <section id=\"experience\" class=\"py-16 sm:py-20 lg:py-28\">\n        <div class=\"max-w-7xl mx-auto px-4 sm:px-6 lg:px-8\">\n            <div class=\"text-center mb-12 sm:mb-16 fade-element\">\n                <h3 class=\"font-lato text-xs sm:text-sm uppercase tracking-widest text-gold mb-4\">Your Journey<\/h3>\n                <h2 class=\"font-lato text-2xl sm:text-3xl md:text-4xl lg:text-5xl font-light text-navy mb-4 sm:mb-6 px-4\">\n                    4-Day Premium Experience\n                <\/h2>\n                <p class=\"text-gray-custom text-base sm:text-lg max-w-3xl mx-auto leading-relaxed px-4\">\n                    More than just a medical checkup - a complete wellness and cultural experience in Nagoya.\n                <\/p>\n            <\/div>\n            \n            <div class=\"experience-grid\">\n                <!-- Left: Timeline -->\n                <div class=\"fade-element\">\n                    <div class=\"timeline-section\">\n                        <!-- Day 1 -->\n                        <div class=\"timeline-item\">\n                            <div class=\"timeline-number bg-gold\">1<\/div>\n                            <div class=\"timeline-content\">\n                                <h4 class=\"font-lato text-lg sm:text-xl font-semibold text-navy mb-1 sm:mb-2\">Day 1: Arrival & Welcome<\/h4>\n                                <p class=\"text-gray-custom leading-relaxed text-sm sm:text-base\">Private transfer from Chubu Airport to luxury hotel. Welcome dinner at traditional Nagoya restaurant.<\/p>\n                            <\/div>\n                        <\/div>\n                        \n                        <!-- Day 2 -->\n                        <div class=\"timeline-item\">\n                            <div class=\"timeline-number bg-deep-blue\">2<\/div>\n                            <div class=\"timeline-content\">\n                                <h4 class=\"font-lato text-lg sm:text-xl font-semibold text-navy mb-1 sm:mb-2\">Day 2: Premium Health Checkup<\/h4>\n                                <p class=\"text-gray-custom leading-relaxed text-sm sm:text-base\">Full medical examination in VIP suite. Traditional Hitsumabushi (grilled eel) dinner experience.<\/p>\n                            <\/div>\n                        <\/div>\n                        \n                        <!-- Day 3 -->\n                        <div class=\"timeline-item\">\n                            <div class=\"timeline-number bg-gold\">3<\/div>\n                            <div class=\"timeline-content\">\n                                <h4 class=\"font-lato text-lg sm:text-xl font-semibold text-navy mb-1 sm:mb-2\">Day 3: Leisure & Culture<\/h4>\n                                <p class=\"text-gray-custom leading-relaxed text-sm sm:text-base\">luxury shopping at Nagashima Premium Outlets, Mitsui Outlet Park Jazz Dream Nagashima,optional spa treatment.<\/p>\n                            <\/div>\n                        <\/div>\n                        \n                        <!-- Day 4 -->\n                        <div class=\"timeline-item\">\n                            <div class=\"timeline-number bg-deep-blue\">4<\/div>\n                            <div class=\"timeline-content\">\n                                <h4 class=\"font-lato text-lg sm:text-xl font-semibold text-navy mb-1 sm:mb-2\">Day 4: Departure<\/h4>\n                                <p class=\"text-gray-custom leading-relaxed text-sm sm:text-base\">Final consultation with doctor, private transfer to airport. Medical report follows within 2 weeks.<\/p>\n                            <\/div>\n                        <\/div>\n                    <\/div>\n                <\/div>\n                \n                <!-- Right: Images -->\n                <div class=\"fade-element\">\n                    <div class=\"images-grid\">\n                        <img decoding=\"async\" src=\"https:\/\/trip-japan-ylp.com\/wp-content\/uploads\/2026\/03\/nagoya_oasis.jpg\" \n                             alt=\"VIP Medical Room\">\n                        <img decoding=\"async\" src=\"https:\/\/trip-japan-ylp.com\/wp-content\/uploads\/2026\/03\/hotel.jpg\" \n                             alt=\"Luxury Hotel Suite\">\n                        <img decoding=\"async\" src=\"https:\/\/trip-japan-ylp.com\/wp-content\/uploads\/2026\/01\/23290193_m.jpg\" \n                             alt=\"Nagoya Castle\">\n                        <img decoding=\"async\" src=\"https:\/\/trip-japan-ylp.com\/wp-content\/uploads\/2026\/03\/\u3072\u3064\u307e\u3076\u3057.jpg\" \n                             alt=\"Hitsumabushi Dinner\">\n                    <\/div>\n                <\/div>\n            <\/div>\n        <\/div>\n    <\/section>\n\n    <!-- \u2605 Plans Pricing Section - \u5b8c\u5168\u7d71\u4e00\u30ec\u30a4\u30a2\u30a6\u30c8 -->\n    <section id=\"plans\" class=\"py-16 sm:py-20 lg:py-28 bg-light-gray\">\n        <div class=\"max-w-7xl mx-auto px-4 sm:px-6 lg:px-8\">\n            <div class=\"text-center mb-12 sm:mb-16 fade-element\">\n                <h3 class=\"font-lato text-xs sm:text-sm uppercase tracking-widest text-gold mb-4\">Investment Plans<\/h3>\n                <h2 class=\"font-lato text-2xl sm:text-3xl md:text-4xl lg:text-5xl font-light text-navy mb-4 sm:mb-6 px-4\">\n                    Choose Your Experience Level\n                <\/h2>\n                <p class=\"text-gray-custom text-base sm:text-lg max-w-3xl mx-auto leading-relaxed px-4\">\n                    All packages include medical checkup, accommodation, meals, and transfers. Flight costs separate.\n                <\/p>\n            <\/div>\n            \n            <!-- \u2605 \u4fee\u6b63: \u5b8c\u5168\u7d71\u4e00\u30ec\u30a4\u30a2\u30a6\u30c8\u306ePricingGrid -->\n            <div class=\"pricing-grid max-w-5xl mx-auto\">\n                <!-- Standard Plan -->\n                <div class=\"fade-element\">\n                    <div class=\"pricing-card-container\">\n                        <div class=\"pricing-card-inner border-2 border-transparent hover:border-deep-blue pricing-card\">\n                            <!-- Popular badge (Standard\u306b\u306f\u4e0d\u8981\u3060\u304c\u3001\u30ec\u30a4\u30a2\u30a6\u30c8\u7d71\u4e00\u306e\u305f\u3081\u4f59\u767d\u78ba\u4fdd) -->\n                            <div class=\"h-4 mb-2\"><\/div>\n                            \n                            <!-- Header Section -->\n                            <div class=\"pricing-header text-center mb-6 sm:mb-8\">\n                                <h4 class=\"font-lato text-xl sm:text-2xl font-bold text-navy mb-2\">Standard Package<\/h4>\n                                <p class=\"text-gray-custom mb-4 sm:mb-6 text-sm sm:text-base\">Essential health screening with comfort<\/p>\n                                <div class=\"text-3xl sm:text-4xl font-bold text-deep-blue mb-2\">\u00a5460,000<\/div>\n                                <p class=\"text-xs sm:text-sm text-gray-500\">per person<\/p>\n                            <\/div>\n                            \n                            <!-- Features Section (\u53ef\u5909\u9ad8\u3055) -->\n                            <div class=\"pricing-features mb-6 sm:mb-8\">\n                                <div class=\"space-y-3 sm:space-y-4\">\n                                    <div class=\"flex items-start\">\n                                        <i class=\"fas fa-check text-green-500 mr-3 mt-1 flex-shrink-0\" aria-hidden=\"true\"><\/i>\n                                        <span class=\"text-sm sm:text-base\">Basic health checkup (Blood test, X-ray, ECG)<\/span>\n                                    <\/div>\n                                    <div class=\"flex items-start\">\n                                        <i class=\"fas fa-check text-green-500 mr-3 mt-1 flex-shrink-0\" aria-hidden=\"true\"><\/i>\n                                        <span class=\"text-sm sm:text-base\">business hotel(3night).<\/span>\n                                    <\/div>\n                                    <div class=\"flex items-start\">\n                                        <i class=\"fas fa-check text-green-500 mr-3 mt-1 flex-shrink-0\" aria-hidden=\"true\"><\/i>\n                                        <span class=\"text-sm sm:text-base\">Medical interpreter included<\/span>\n                                    <\/div>\n                                    <div class=\"flex items-start\">\n                                        <i class=\"fas fa-check text-green-500 mr-3 mt-1 flex-shrink-0\" aria-hidden=\"true\"><\/i>\n                                        <span class=\"text-sm sm:text-base\">Airport transfers<\/span>\n                                    <\/div>\n                                    <div class=\"flex items-start\">\n                                        <i class=\"fas fa-check text-green-500 mr-3 mt-1 flex-shrink-0\" aria-hidden=\"true\"><\/i>\n                                        <span class=\"text-sm sm:text-base\">Bilingual medical coordinator<\/span>\n                                    <\/div>\n                                    <div class=\"flex items-start\">\n                                        <i class=\"fas fa-check text-green-500 mr-3 mt-1 flex-shrink-0\" aria-hidden=\"true\"><\/i>\n                                        <span class=\"text-sm sm:text-base\">English medical report<\/span>\n                                    <\/div>\n                                    <div class=\"flex items-start\">\n                                        <i class=\"fas fa-check text-green-500 mr-3 mt-1 flex-shrink-0\" aria-hidden=\"true\"><\/i>\n                                        <span class=\"text-sm sm:text-base\">Exclusive Hitsumabushi dinner<\/span>\n                                    <\/div>\n                                    <div class=\"flex items-start\">\n                                        <i class=\"fas fa-check text-green-500 mr-3 mt-1 flex-shrink-0\" aria-hidden=\"true\"><\/i>\n                                        <span class=\"text-sm sm:text-base\">Cultural tour<\/span>\n                                    <\/div>\n                                <\/div>\n                            <\/div>\n                            \n                            <!-- Button Section (\u6700\u4e0b\u90e8\u56fa\u5b9a) -->\n\n                        <\/div>\n                    <\/div>\n                <\/div>\n                \n                <!-- Premium Plan -->\n                <div class=\"fade-element\">\n                    <div class=\"pricing-card-container\">\n                        <div class=\"pricing-card-inner border-2 border-gold relative pricing-card\">\n                            <!-- Popular badge -->\n                            <div class=\"absolute -top-3 sm:-top-4 left-1\/2 transform -translate-x-1\/2\">\n                                <span class=\"bg-gold text-white px-4 sm:px-6 py-1 sm:py-2 rounded-full text-xs sm:text-sm font-medium\">Most Popular<\/span>\n                            <\/div>\n                            <div class=\"h-4 mb-2\"><\/div>\n                            \n                            <!-- Header Section -->\n                            <div class=\"pricing-header text-center mb-6 sm:mb-8\">\n                                <h4 class=\"font-lato text-xl sm:text-2xl font-bold text-navy mb-2\">Premium Package<\/h4>\n                                <p class=\"text-gray-custom mb-4 sm:mb-6 text-sm sm:text-base\">Comprehensive VIP medical experience<\/p>\n                                <div class=\"text-3xl sm:text-4xl font-bold text-gold mb-2\">\u00a5860,000<\/div>\n                                <p class=\"text-xs sm:text-sm text-gray-500\">per person<\/p>\n                                <p class=\"text-xs sm:text-sm text-gray-500\">Includes all items in the Standard Package, plus the following:<\/p>\n                            <\/div>\n                            \n                            <!-- Features Section (\u53ef\u5909\u9ad8\u3055) -->\n                            <div class=\"pricing-features mb-6 sm:mb-8\">\n                                <div class=\"space-y-3 sm:space-y-4\">\n                                    <div class=\"flex items-start\">\n                                        <i class=\"fas fa-check text-green-500 mr-3 mt-1 flex-shrink-0\" aria-hidden=\"true\"><\/i>\n                                        <span class=\"text-sm sm:text-base\"><strong>Premium checkup<\/strong> (MRI, MRA, CT, PET scan included)<\/span>\n                                    <\/div>\n                                    <div class=\"flex items-start\">\n                                        <i class=\"fas fa-check text-green-500 mr-3 mt-1 flex-shrink-0\" aria-hidden=\"true\"><\/i>\n                                        <span class=\"text-sm sm:text-base\">4-star or higher hotel (2night) business hotel(1night).<\/span>\n                                    <\/div>\n                                    <div class=\"flex items-start\">\n                                        <i class=\"fas fa-check text-green-500 mr-3 mt-1 flex-shrink-0\" aria-hidden=\"true\"><\/i>\n                                        <span class=\"text-sm sm:text-base\">Use of a private room<\/span>\n                                    <\/div>\n                                    <div class=\"flex items-start\">\n                                        <i class=\"fas fa-check text-green-500 mr-3 mt-1 flex-shrink-0\" aria-hidden=\"true\"><\/i>\n                                        <span class=\"text-sm sm:text-base\">Screening for cerebral infarction<\/span>\n                                    <\/div>\n                                    <div class=\"flex items-start\">\n                                        <i class=\"fas fa-check text-green-500 mr-3 mt-1 flex-shrink-0\" aria-hidden=\"true\"><\/i>\n                                        <span class=\"text-sm sm:text-base\">Myocardial infarction, and early-stage\ndementia<\/span>\n                                    <\/div>\n                                <\/div>\n                            <\/div>\n                            \n\n                        <\/div>\n                    <\/div>\n                <\/div>\n            <\/div>\n            \n            <div class=\"text-center mt-8 sm:mt-12 fade-element\">\n                <p class=\"text-xs sm:text-sm text-gray-500 px-4\">\n                    * Flights not included. Prices are subject to exchange rates.<br>\n                    ** Custom packages available for groups of 4+ people.\n                <\/p>\n            <\/div>\n        <\/div>\n    <\/section>\n\n    <!-- \u2605 \u30b7\u30f3\u30d7\u30eb\u306aPDF Brochure Download \u30bb\u30af\u30b7\u30e7\u30f3 -->\n    <section id=\"brochure\" class=\"py-16 sm:py-20 lg:py-28\">\n        <div class=\"max-w-6xl mx-auto px-4 sm:px-6 lg:px-8\">\n            <div class=\"text-center mb-12 sm:mb-16 fade-element\">\n                <h3 class=\"font-lato text-xs sm:text-sm uppercase tracking-widest text-gold mb-4\">Detailed Information<\/h3>\n                <h2 class=\"font-lato text-2xl sm:text-3xl md:text-4xl lg:text-5xl font-light text-navy mb-4 sm:mb-6 px-4\">\n                    Download Our Complete Brochure\n                <\/h2>\n                <p class=\"text-gray-custom text-base sm:text-lg max-w-3xl mx-auto leading-relaxed px-4\">\n                    Get comprehensive details about our medical tourism packages, and booking procedures.\n                <\/p>\n            <\/div>\n            \n            <!-- \u2605 \u30b7\u30f3\u30d7\u30eb\u306aPDF\u30c0\u30a6\u30f3\u30ed\u30fc\u30c9\u30a8\u30ea\u30a2 -->\n            <div class=\"fade-element\">\n                <div class=\"pdf-preview-simple\">\n                    <div class=\"mb-8\">\n                        <i class=\"fas fa-file-pdf text-7xl sm:text-8xl text-red-500 mb-6\" aria-hidden=\"true\"><\/i>\n                        <h4 class=\"font-lato text-2xl sm:text-3xl font-semibold text-navy mb-4\">\n                            Medical Tourism Brochure\n                        <\/h4>\n                        <p class=\"text-gray-custom text-base sm:text-lg mb-8\">\n                            guide with all the details you need<br>\n                            <span class=\"text-sm text-gray-500\">(PDF, 3.6MB)<\/span>\n                        <\/p>\n                    <\/div>\n                    \n                   \n                    \n                    <!-- \u2605 \u30e1\u30a4\u30f3\u30c0\u30a6\u30f3\u30ed\u30fc\u30c9\u30dc\u30bf\u30f3\uff08\u5b9f\u969b\u306e\u30d5\u30a1\u30a4\u30eb\u30d1\u30b9\u306b\u5909\u66f4\uff09 -->\n                    <a href=\"https:\/\/trip-japan-ylp.com\/wp-content\/uploads\/2026\/03\/medical-checkup-tour.pdf\" \n                       download=\"Japan-Medical-VIP-Brochure.pdf\"\n                       onclick=\"trackDownload('brochure_download', 'pdf')\"\n                       class=\"btn-download download-pulse\">\n                        <i class=\"fas fa-download mr-3\" aria-hidden=\"true\"><\/i>\n                        Download Complete Brochure\n                        <span class=\"ml-3 text-sm opacity-75\">(3.6MB)<\/span>\n                    <\/a>\n                    \n                    <p class=\"text-xs text-gray-500 mt-6\">\n                        PDF will open in a new tab. Compatible with all devices.<br>\n                        No registration required. Instant download.\n                    <\/p>\n                <\/div>\n            <\/div>\n        <\/div>\n    <\/section>\n\n\n    <!-- \u2605 Contact \/ CTA Section -->\n    <section id=\"contact\" class=\"py-16 sm:py-20 lg:py-28 bg-light-gray\">\n        <div class=\"max-w-4xl mx-auto px-4 sm:px-6 lg:px-8 text-center\">\n            <div class=\"fade-element mb-8 sm:mb-12\">\n                <h2 class=\"font-lato text-2xl sm:text-3xl md:text-4xl lg:text-5xl font-light text-navy mb-4 sm:mb-6 px-4\">\n                    Ready to Invest in Your Health?\n                <\/h2>\n                <p class=\"text-gray-custom text-base sm:text-lg mb-6 sm:mb-8 leading-relaxed px-4\">\n                    Schedule a free consultation with our medical tourism specialists. We'll create a personalized plan that fits your schedule and health goals.\n                <\/p>\n            <\/div>\n            \n            <!-- LINE Contact Option -->\n            <div class=\"fade-element mb-8 sm:mb-12\">\n                <div class=\"max-w-md mx-auto bg-white rounded-xl p-6 sm:p-8 shadow-lg\">\n                    <div class=\"w-16 h-16 bg-green-500 rounded-full flex items-center justify-center mx-auto mb-4\">\n                        <i class=\"fab fa-line text-4xl text-white relative left-[7px]\" aria-hidden=\"true\"><\/i>\n                    <\/div>\n                    <h4 class=\"font-lato font-semibold text-navy mb-3 text-lg\">TRIP-JAPAN-YLP<br>LINE Official Account<\/h4>\n                    <p class=\"text-gray-custom text-sm mb-4\">Quick response for consultations and bookings<\/p>\n                    <a href=\"https:\/\/lin.ee\/4E6dJh0\" \n                       target=\"_blank\"\n                       class=\"inline-flex items-center justify-center w-full bg-green-500 hover:bg-green-600 text-white font-medium py-3 px-6 rounded-full transition-all\">\n                        <i class=\"fab fa-line mr-2\" aria-hidden=\"true\"><\/i>\n                        Add LINE Official Account\n                    <\/a>\n                    <p class=\"text-xs text-gray-500 mt-3\">\n                        Account Name: TRIP-JAPAN-YLP<br>\n                        ID: @182tzeax\n                    <\/p>\n                <\/div>\n            <\/div>\n            \n            <!-- \u2605 Contact Form 7\u306e\u57cb\u3081\u8fbc\u307f\u7b87\u6240\uff08WordPress\u3067\u4ee5\u4e0b\u306e\u30b3\u30e1\u30f3\u30c8\u3092\u524a\u9664\u3057\u3066\u30b7\u30e7\u30fc\u30c8\u30b3\u30fc\u30c9\u306b\u7f6e\u304d\u63db\u3048\u308b\uff09 -->\n            <div class=\"fade-element bg-white rounded-2xl p-6 sm:p-8 shadow-xl max-w-2xl mx-auto\">\n                <h3 class=\"font-lato text-xl sm:text-2xl font-semibold text-navy mb-4 sm:mb-6 text-center\">Get Your Free Medical Tourism Quote<\/h3>\n                \n                     \n<div class=\"wpcf7 no-js\" id=\"wpcf7-f2712-o1\" lang=\"ja\" dir=\"ltr\" data-wpcf7-id=\"2712\">\n<div class=\"screen-reader-response\"><p role=\"status\" aria-live=\"polite\" aria-atomic=\"true\"><\/p> <ul><\/ul><\/div>\n<form action=\"\/index.php?rest_route=%2Fwp%2Fv2%2Fpages%2F2679#wpcf7-f2712-o1\" method=\"post\" class=\"wpcf7-form init\" aria-label=\"Contact form\" novalidate=\"novalidate\" data-status=\"init\">\n<fieldset class=\"hidden-fields-container\"><input type=\"hidden\" name=\"_wpcf7\" value=\"2712\" \/><input type=\"hidden\" name=\"_wpcf7_version\" value=\"6.1.3\" \/><input type=\"hidden\" name=\"_wpcf7_locale\" value=\"ja\" \/><input type=\"hidden\" name=\"_wpcf7_unit_tag\" value=\"wpcf7-f2712-o1\" \/><input type=\"hidden\" name=\"_wpcf7_container_post\" value=\"0\" \/><input type=\"hidden\" name=\"_wpcf7_posted_data_hash\" value=\"\" \/><input type=\"hidden\" name=\"_wpcf7_recaptcha_response\" value=\"\" \/>\n<\/fieldset>\n<div class=\"medical-form-wrapper\">\n \n <!-- 1\u884c\u76ee: Full Name \/ Email Address -->\n\t<div class=\"form-grid-2\">\n\t\t<div class=\"form-field\">\n\t\t\t<p>Name<br \/>\n<span class=\"wpcf7-form-control-wrap\" data-name=\"full-name\"><input size=\"40\" maxlength=\"400\" class=\"wpcf7-form-control wpcf7-text wpcf7-validates-as-required form-control\" aria-required=\"true\" aria-invalid=\"false\" placeholder=\"Full Name\" value=\"\" type=\"text\" name=\"full-name\" \/><\/span>\n\t\t\t<\/p>\n\t\t<\/div>\n\t\t<div class=\"form-field\">\n\t\t\t<p><label>Email<\/label><br \/>\n<span class=\"wpcf7-form-control-wrap\" data-name=\"your-email\"><input size=\"40\" maxlength=\"400\" class=\"wpcf7-form-control wpcf7-email wpcf7-validates-as-required wpcf7-text wpcf7-validates-as-email form-control\" aria-required=\"true\" aria-invalid=\"false\" placeholder=\"Email Address\" value=\"\" type=\"email\" name=\"your-email\" \/><\/span>\n\t\t\t<\/p>\n\t\t<\/div>\n\t<\/div>\n\n <!-- 2\u884c\u76ee: Phone Number \/ Preferred Package -->\n\t<div class=\"form-grid-2\">\n\t\t<div class=\"form-field\">\n\t\t\t<p><label>phone-number<\/label><br \/>\n<span class=\"wpcf7-form-control-wrap\" data-name=\"phone-number\"><input size=\"40\" maxlength=\"400\" class=\"wpcf7-form-control wpcf7-tel wpcf7-text wpcf7-validates-as-tel form-control\" aria-invalid=\"false\" placeholder=\"Phone Number (with country code)\" value=\"\" type=\"tel\" name=\"phone-number\" \/><\/span>\n\t\t\t<\/p>\n\t\t<\/div>\n\t\t<div class=\"form-field\">\n\t\t\t<p><label>preferred-package<\/label><br \/>\n<span class=\"wpcf7-form-control-wrap\" data-name=\"preferred-package\"><select class=\"wpcf7-form-control wpcf7-select form-control\" aria-invalid=\"false\" name=\"preferred-package\"><option value=\"\">&#8212;Please choose an option&#8212;<\/option><option value=\"Standard Package (\u00a5460,000)\">Standard Package (\u00a5460,000)<\/option><option value=\"Premium Package (\u00a5860,000)\">Premium Package (\u00a5860,000)<\/option><\/select><\/span>\n\t\t\t<\/p>\n\t\t<\/div>\n\t<\/div>\n\n <!-- 3\u884c\u76ee: Travel Date \/ Number of Travelers -->\n\t<div class=\"form-grid-2\">\n\t\t<div class=\"form-field\">\n\t\t\t<p><label>Preferred date<\/label><br \/>\n<span class=\"wpcf7-form-control-wrap\" data-name=\"travel-date\"><input class=\"wpcf7-form-control wpcf7-date wpcf7-validates-as-date form-control\" aria-invalid=\"false\" value=\"\" type=\"date\" name=\"travel-date\" \/><\/span>\n\t\t\t<\/p>\n\t\t<\/div>\n\t\t<div class=\"form-field\">\n\t\t\t<p><label>Number of Travelers<\/label><br \/>\n<span class=\"wpcf7-form-control-wrap\" data-name=\"travelers\"><input class=\"wpcf7-form-control wpcf7-number wpcf7-validates-as-number form-control\" min=\"1\" max=\"10\" aria-invalid=\"false\" placeholder=\"Number of Travelers\" value=\"\" type=\"number\" name=\"travelers\" \/><\/span>\n\t\t\t<\/p>\n\t\t<\/div>\n\t<\/div>\n\n <!-- 4\u884c\u76ee: Health Concerns (Full Width) -->\n\t<div class=\"form-field\">\n\t\t<p><label>Any other requests<\/label><br \/>\n<span class=\"wpcf7-form-control-wrap\" data-name=\"health-concerns\"><textarea cols=\"40\" rows=\"10\" maxlength=\"2000\" class=\"wpcf7-form-control wpcf7-textarea form-control\" aria-invalid=\"false\" placeholder=\"Any other requests (Optional)\" name=\"health-concerns\"><\/textarea><\/span>\n\t\t<\/p>\n\t<\/div>\n\n<!-- Personal Information Protection Policy -->\n\t<div class=\"cf7-field\">\n\t\t<p><label>Handling of Personal Information<\/label>\n\t\t<\/p>\n\t\t<div class=\"privacy-policy-box\">\n\t\t\t<p><br \/>\nTo strictly protect the personal information of all customers using this website, our company implements the following measures regarding its handling.\n\t\t\t<\/p>\n\n <!-- Heading: Purpose of Use of Personal Information -->\n\t\t\t<div style=\"font-weight: bold; text-decoration: underline; margin: 30px 0 10px;\">\n\t\t\t\t<p>Purpose of Use of Personal Information\n\t\t\t\t<\/p>\n\t\t\t<\/div>\n\t\t\t<p><br \/>\nWe use personal information obtained through the inquiry form for the following purposes:\n\t\t\t<\/p>\n\t\t\t<div style=\"margin-bottom: 15px;\">\n\t\t\t\t<p>(1) Purpose of use when obtaining personal information directly from the individual through documents (including those provided via website or email; hereinafter \u201cDocuments\u201d)\n\t\t\t\t<\/p>\n\t\t\t\t<div style=\"margin-left: 1em; margin-top: 5px;\">\n\t\t\t\t\t<p>\u2460 Customer Information\n\t\t\t\t\t<\/p>\n\t\t\t\t\t<div style=\"margin-left: 1em;\">\n\t\t\t\t\t\t<p>a) For communication with customers\n\t\t\t\t\t\t<\/p>\n\t\t\t\t\t\t<p>b) For the arrangement of travel services provided by transportation or accommodation agencies, and for receiving those services\n\t\t\t\t\t\t<\/p>\n\t\t\t\t\t\t<p>c) For various procedures related to travel\n\t\t\t\t\t\t<\/p>\n\t\t\t\t\t\t<p>d) For insurance procedures to secure responsibilities under travel contracts and expenses in the event of an accident\n\t\t\t\t\t\t<\/p>\n\t\t\t\t\t\t<p>e) To provide information on products, services, and various campaigns of our company and partner companies\n\t\t\t\t\t\t<\/p>\n\t\t\t\t\t\t<p>f) To collect opinions and impressions after participation in travel\n\t\t\t\t\t\t<\/p>\n\t\t\t\t\t\t<p>g) For requesting the completion of surveys\n\t\t\t\t\t\t<\/p>\n\t\t\t\t\t\t<p>h) For providing special benefit services\n\t\t\t\t\t\t<\/p>\n\t\t\t\t\t\t<p>i) For the preparation of statistical data\n\t\t\t\t\t\t<\/p>\n\t\t\t\t\t\t<p>j) For advertisement distribution (*1)\n\t\t\t\t\t\t<\/p>\n\t\t\t\t\t\t<p>k) For information security purposes\n\t\t\t\t\t\t<\/p>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t<\/div>\n\t\t\t<div style=\"margin-bottom: 15px;\">\n\t\t\t\t<p>(2) Purpose of use when obtaining personal information directly from the individual through means other than Documents\n\t\t\t\t<\/p>\n\t\t\t\t<div style=\"margin-left: 1em; margin-top: 5px;\">\n\t\t\t\t\t<p>\u2460 Customer Information (Call Recordings)\n\t\t\t\t\t<\/p>\n\t\t\t\t\t<div style=\"margin-left: 1em;\">\n\t\t\t\t\t\t<p>Calls are recorded to confirm inquiry or travel reservation details, and used for purposes a)\u2013c) above.\n\t\t\t\t\t\t<\/p>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t<\/div>\n\t\t\t<div style=\"margin-bottom: 15px;\">\n\t\t\t\t<p>(3) Purpose of use when obtaining personal information by methods other than (1) and (2) above\n\t\t\t\t<\/p>\n\t\t\t\t<div style=\"margin-left: 1em; margin-top: 5px;\">\n\t\t\t\t\t<p>\u2460 Customer Information (Non-disclosed)\n\t\t\t\t\t<\/p>\n\t\t\t\t\t<div style=\"margin-left: 1em;\">\n\t\t\t\t\t\t<p>For purposes a)\u2013d) above.\n\t\t\t\t\t\t<\/p>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t<\/div>\n\t\t\t<p style=\"font-size: 0.9em; color: #555;\"><br \/>\n(*1) Our company may obtain information related to individuals that is not classified as personal information (such as purchase history, location information, browsing and other behavioral history, device information, and network information including IP addresses) through cookies, etc. from third parties. We may use this information, matched with personal information held by our company, for the development, improvement, and enhancement of products and services, as well as for advertising and providing information tailored to individual interests and preferences.\n\t\t\t<\/p>\n\n <!-- Heading: Provision of Personal Information to Third Parties -->\n\t\t\t<div style=\"font-weight: bold; text-decoration: underline; margin: 30px 0 10px;\">\n\t\t\t\t<p>Provision of Personal Information to Third Parties\n\t\t\t\t<\/p>\n\t\t\t<\/div>\n\t\t\t<p><br \/>\n(1) Within the scope necessary to arrange travel services you have applied for, or within the scope required for insurance procedures that secure our responsibilities under travel contracts and expenses in the event of accidents, we may provide your personal information\u2014including name, gender, age, address, phone number or email address, passport number, and credit card number\u2014to transportation or accommodation agencies, insurance companies, or domestic\/overseas arrangement agents via electronic means.\n\t\t\t<\/p>\n\t\t\t<p>(2) For your convenience when shopping at travel destinations, we may provide your personal data\u2014such as your name, passport number, and flight number\u2014to duty-free shops and souvenir shops by sending the information in advance via electronic means.\n\t\t\t<\/p>\n\t\t\t<p><br \/>\nExcept in the cases listed above, we will not provide your personal information to third parties unless any of the following applies:\n\t\t\t<\/p>\n\t\t\t<div style=\"margin-left: 1em;\">\n\t\t\t\t<p>a) When consent is obtained from the individual\n\t\t\t\t<\/p>\n\t\t\t\t<p>b) When required by law\n\t\t\t\t<\/p>\n\t\t\t\t<p>c) When necessary to protect the life, body, or property of a person and obtaining consent is difficult\n\t\t\t\t<\/p>\n\t\t\t\t<p>d) When particularly necessary to improve public health or promote the sound development of children, and obtaining consent is difficult\n\t\t\t\t<\/p>\n\t\t\t\t<p>e) When cooperation is necessary for a national or local government agency, or an entity entrusted by them, to execute duties prescribed by law, and obtaining consent may hinder the execution of such duties\n\t\t\t\t<\/p>\n\t\t\t\t<p>f) When the handling of personal information is outsourced within the necessary scope to achieve the purpose of use in order to smoothly conduct business operations\n\t\t\t\t<\/p>\n\t\t\t<\/div>\n \n\n <!-- Heading: Outsourcing of Personal Information -->\n\t\t\t<div style=\"font-weight: bold; text-decoration: underline; margin: 30px 0 10px;\">\n\t\t\t\t<p>Outsourcing of Personal Information\n\t\t\t\t<\/p>\n\t\t\t<\/div>\n\t\t\t<p><br \/>\nTo provide better services in our business operations, we may outsource part of our work. In such cases, we may entrust personal information to contractors. We select contractors that are recognized as handling personal information appropriately, and through contracts and other measures, implement proper management to prevent leakage by ensuring appropriate management and confidentiality of personal information.\n\t\t\t<\/p>\n\n <!-- Heading: Voluntary Nature of Providing Personal Information -->\n\t\t\t<div style=\"font-weight: bold; text-decoration: underline; margin: 30px 0 10px;\">\n\t\t\t\t<p>Voluntary Nature of Providing Personal Information\n\t\t\t\t<\/p>\n\t\t\t<\/div>\n\t\t\t<p><br \/>\nProviding personal information to our company is voluntary. However, if necessary information is not provided, certain services may not be offered in an appropriate manner.\n\t\t\t<\/p>\n\n <!-- Heading: Requests for Disclosure of Retained Personal Data -->\n\t\t\t<div style=\"font-weight: bold; text-decoration: underline; margin: 30px 0 10px;\">\n\t\t\t\t<p>Requests for Disclosure of Retained Personal Data\n\t\t\t\t<\/p>\n\t\t\t<\/div>\n\t\t\t<p><br \/>\nWe accept requests for notification of purpose of use, disclosure, correction\/addition\/deletion of content, suspension of use, erasure, suspension of provision to third parties, and disclosure of third-party provision records (\u201cRequests for Disclosure, etc.\u201d) regarding retained personal data. For details on procedures, please contact us through our inquiry form.\n\t\t\t<\/p>\n\t\t\t<p>Please note that we may not be able to respond to requests due to legal regulations.\n\t\t\t<\/p>\n\n <!-- Heading: About Cookies -->\n\t\t\t<div style=\"font-weight: bold; text-decoration: underline; margin: 30px 0 10px;\">\n\t\t\t\t<p>About Cookies\n\t\t\t\t<\/p>\n\t\t\t<\/div>\n\t\t\t<p><br \/>\nThis site uses Google\u2019s access analysis tool \u201cGoogle Analytics.\u201d Google Analytics uses cookies to collect data. This data is collected anonymously and does not identify individuals.\n\t\t\t<\/p>\n\t\t\t<p>You can refuse data collection by disabling cookies in your browser settings. For more details, please refer to the Google Analytics Terms of Service and Google Policies and Terms pages.\n\t\t\t<\/p>\n\n <!-- Footer: Administrator & Contact Information -->\n\t\t\t<div style=\"margin-top: 30px; border-top: 1px dashed #ccc; padding-top: 15px;\">\n\t\t\t\t<p>\uff1cPersonal Information Protection Administrator\uff1e\n\t\t\t\t<\/p>\n\t\t\t\t<p>Young Life Proposal Co., Ltd. CEO: Akimori Katsuyama\n\t\t\t\t<\/p>\n\t\t\t\t<p>\uff1cPersonal Information Complaints and Consultation Desk\uff1e\n\t\t\t\t<\/p>\n\t\t\t\t<p>Tel: 052-265-8131\n\t\t\t\t<\/p>\n\t\t\t\t<p>(Business hours: 9:30\u201318:00, excluding weekends and public holidays)\n\t\t\t\t<\/p>\n\t\t\t<\/div>\n\t\t<\/div>\n\t<\/div>\n\n<!-- Agreement Checkbox -->\n\t<div class=\"cf7-field\">\n\t\t<p><span class=\"wpcf7-form-control-wrap\" data-name=\"acceptance-medical\"><span class=\"wpcf7-form-control wpcf7-acceptance\"><span class=\"wpcf7-list-item\"><label><input type=\"checkbox\" name=\"acceptance-medical\" value=\"1\" aria-invalid=\"false\" \/><span class=\"wpcf7-list-item-label\">I agree to the handling of personal information<\/span><\/label><\/span><\/span><\/span>\n\t\t<\/p>\n\t<\/div>\n\n<!-- Notice Text -->\n\t<div class=\"cf7-field\" style=\"font-size: 0.9em; line-height: 1.4; margin-top: 10px; margin-bottom: 20px;\">\n\t\t<p>Inquiries submitted through this form will be handled in accordance with our company\u2019s personal information handling policy. For details, please refer to \u201cHandling of Personal Information.\u201d\n\t\t<\/p>\n\t\t<p>After reviewing the contents, please check \u201cI agree to the handling of personal information\u201d and press \u201cSend\u201d if you agree.\n\t\t<\/p>\n\t<\/div>\n\n <!-- Submit Button -->\n\t<div class=\"form-field submit-field\">\n\t\t<p><input class=\"wpcf7-form-control wpcf7-submit has-spinner submit-btn\" type=\"submit\" value=\"Get Free Quote &amp; Consultation \/ Send\" \/>\n\t\t<\/p>\n\t<\/div>\n<\/div>\n<style>\n\/* Medical Tourism Form Styles *\/\n.medical-form-wrapper {\n max-width: 100%;\n margin: 0 auto;\n}\n\n.form-grid-2 {\n display: grid;\n grid-template-columns: 1fr;\n gap: 1.5rem;\n margin-bottom: 1.5rem;\n}\n\n@media (min-width: 768px) {\n .form-grid-2 {\n grid-template-columns: 1fr 1fr;\n }\n}\n\n.form-field {\n margin-bottom: 1.5rem;\n}\n\n.form-field:last-child {\n margin-bottom: 0;\n}\n\n\/* Form Controls *\/\n.medical-form-wrapper .form-control {\n width: 100% !important;\n padding: 0.75rem 1rem;\n border: 1px solid #d1d5db;\n border-radius: 0.5rem;\n font-size: 0.875rem;\n font-family: 'Roboto', sans-serif;\n background-color: #ffffff;\n transition: all 0.2s ease;\n box-sizing: border-box;\n}\n\n@media (min-width: 640px) {\n .medical-form-wrapper .form-control {\n padding: 0.875rem 1rem;\n font-size: 1rem;\n }\n}\n\n.medical-form-wrapper .form-control:focus {\n outline: none;\n border-color: #005f73;\n box-shadow: 0 0 0 3px rgba(0, 95, 115, 0.1);\n}\n\n\/* Select Dropdown *\/\n.medical-form-wrapper select.form-control {\n background-image: url(\"data:image\/svg+xml,%3csvg xmlns='http:\/\/www.w3.org\/2000\/svg' fill='none' viewBox='0 0 20 20'%3e%3cpath stroke='%236b7280' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5' d='m6 8 4 4 4-4'\/%3e%3c\/svg%3e\");\n background-position: right 0.5rem center;\n background-repeat: no-repeat;\n background-size: 1.5em 1.5em;\n padding-right: 2.5rem;\n appearance: none;\n}\n\n\/* Privacy Policy Styles *\/\n.cf7-field {\n margin-bottom: 1.5rem;\n}\n\n.cf7-field label {\n display: block;\n font-weight: 600;\n font-size: 1rem;\n color: #374151;\n margin-bottom: 0.75rem;\n}\n\n.privacy-policy-box {\n max-height: 300px;\n overflow-y: auto;\n padding: 1.5rem;\n border: 2px solid #d1d5db;\n border-radius: 0.75rem;\n background-color: #f9fafb;\n font-size: 0.875rem;\n line-height: 1.6;\n color: #374151;\n}\n\n.privacy-policy-box::-webkit-scrollbar {\n width: 8px;\n}\n\n.privacy-policy-box::-webkit-scrollbar-track {\n background: #f1f5f9;\n border-radius: 4px;\n}\n\n.privacy-policy-box::-webkit-scrollbar-thumb {\n background: #cbd5e1;\n border-radius: 4px;\n}\n\n.privacy-policy-box::-webkit-scrollbar-thumb:hover {\n background: #94a3b8;\n}\n\n.privacy-policy-box p {\n margin-bottom: 12px;\n}\n\n\/* Checkbox Field Styling *\/\n.medical-form-wrapper .wpcf7-list-item {\n margin: 0 !important;\n}\n\n.medical-form-wrapper .wpcf7-acceptance {\n margin-right: 0.75rem !important;\n width: 1.2rem !important;\n height: 1.2rem !important;\n}\n\n\/* Submit Button *\/\n\/* Submit Button *\/\n.submit-field {\n text-align: center;\n margin-top: 2rem;\n display: flex;\n justify-content: center;\n align-items: center;\n}\n\n.medical-form-wrapper .submit-btn {\n background: linear-gradient(135deg, #d4af37 0%, #b8941f 100%) !important;\n color: white !important;\n border: none !important;\n padding: 0.875rem 2rem !important;\n border-radius: 0.5rem !important;\n font-weight: 600 !important;\n font-size: 1rem !important;\n font-family: 'Lato', sans-serif !important;\n cursor: pointer !important;\n transition: all 0.3s ease !important;\n width: 100% !important;\n max-width: 400px;\n margin: 0 auto !important; \/* \u8ffd\u52a0\uff1a\u4e2d\u592e\u5bc4\u305b\u3092\u5f37\u5236 *\/\n display: block !important; \/* \u8ffd\u52a0\uff1a\u30d6\u30ed\u30c3\u30af\u8981\u7d20\u3068\u3057\u3066\u8868\u793a *\/\n text-transform: none !important;\n letter-spacing: normal !important;\n}\n\n@media (min-width: 640px) {\n .medical-form-wrapper .submit-btn {\n padding: 1rem 2.5rem !important;\n font-size: 1.125rem !important;\n }\n}\n\n.medical-form-wrapper .submit-btn:hover {\n transform: translateY(-2px) !important;\n box-shadow: 0 10px 25px rgba(212, 175, 55, 0.4) !important;\n background: linear-gradient(135deg, #b8941f 0%, #d4af37 100%) !important;\n}\n\n\/* Response Messages *\/\n.medical-form-wrapper .wpcf7-response-output {\n margin-top: 1rem !important;\n padding: 0.75rem 1rem !important;\n border-radius: 0.5rem !important;\n font-size: 0.875rem !important;\n font-weight: 500 !important;\n border: none !important;\n}\n\n.medical-form-wrapper .wpcf7-mail-sent-ok {\n background-color: #f0fdf4 !important;\n color: #166534 !important;\n border: 1px solid #bbf7d0 !important;\n}\n\n.medical-form-wrapper .wpcf7-validation-errors {\n background-color: #fef2f2 !important;\n color: #dc2626 !important;\n border: 1px solid #fecaca !important;\n}\n\n\/* Validation Error Styles *\/\n.medical-form-wrapper .wpcf7-not-valid {\n border-color: #dc2626 !important;\n box-shadow: 0 0 0 3px rgba(220, 38, 38, 0.1) !important;\n}\n\n.medical-form-wrapper .wpcf7-not-valid-tip {\n color: #dc2626 !important;\n font-size: 0.75rem !important;\n margin-top: 0.25rem !important;\n background-color: #fef2f2;\n padding: 0.5rem;\n border-radius: 0.25rem;\n border: 1px solid #fecaca;\n}\n\n\/* Loading State *\/\n.medical-form-wrapper .wpcf7 form.submitting .submit-btn {\n opacity: 0.7 !important;\n cursor: not-allowed !important;\n transform: none !important;\n}\n\n\/* Responsive Improvements *\/\n@media (max-width: 767px) {\n .medical-form-wrapper {\n padding: 0 0.5rem;\n }\n \n .form-grid-2 {\n gap: 1rem;\n }\n \n .form-field {\n margin-bottom: 1rem;\n }\n \n .privacy-policy-box {\n padding: 1rem;\n font-size: 0.8rem;\n }\n}\n<\/style>\n<p><script>\ndocument.addEventListener('DOMContentLoaded', function() {\n \/\/ \u30d5\u30a9\u30fc\u30e0\u9001\u4fe1\u5f8c\u306e\u30ea\u30c0\u30a4\u30ec\u30af\u30c8\uff08\u5fc5\u8981\u306b\u5fdc\u3058\u3066\uff09\n document.addEventListener('wpcf7mailsent', function(event) {\n console.log('Medical tourism form submitted successfully');\n \/\/ \u30ea\u30c0\u30a4\u30ec\u30af\u30c8\u304c\u5fc5\u8981\u306a\u5834\u5408\u306f\u4ee5\u4e0b\u306e\u30b3\u30e1\u30f3\u30c8\u30a2\u30a6\u30c8\u3092\u5916\u3059\n setTimeout(function() {\n window.location.href = 'https:\/\/trip-japan-ylp.com\/?page_id=2191&lang=en'; \n }, 2000);\n }, false);\n});\n<\/script>\n<\/p><div class=\"wpcf7-response-output\" aria-hidden=\"true\"><\/div>\n<\/form>\n<\/div>\n\n                \n\n                        <!-- \u9001\u4fe1\u5f8c\u30e1\u30c3\u30bb\u30fc\u30b8 -->\n                        <div id=\"form-response\" class=\"wpcf7-response-output\" style=\"display: none;\"><\/div>\n                    <\/form>\n                <\/div>\n            <\/div>\n        <\/div>\n    <\/section>\n\n    <!-- \u2605 Booking Modal -->\n    <div id=\"bookingModal\" class=\"fixed inset-0 bg-black bg-opacity-50 z-50 hidden\">\n        <div class=\"flex items-center justify-center min-h-screen p-4\">\n            <div class=\"bg-white rounded-2xl p-6 sm:p-8 max-w-md w-full mx-4\">\n                <div class=\"flex justify-between items-center mb-4 sm:mb-6\">\n                    <h3 class=\"text-xl sm:text-2xl font-lato font-semibold text-navy\">Schedule Video Call<\/h3>\n                    <button onclick=\"closeBookingModal()\" class=\"text-gray-400 hover:text-gray-600\">\n                        <i class=\"fas fa-times text-lg sm:text-xl\" aria-hidden=\"true\"><\/i>\n                    <\/button>\n                <\/div>\n                <p class=\"text-gray-600 mb-4 sm:mb-6 text-sm sm:text-base\">Choose your preferred time for a free consultation with our medical tourism specialist.<\/p>\n                <div class=\"space-y-3 sm:space-y-4\">\n                    <input type=\"email\" placeholder=\"Your Email\" required \n                           class=\"w-full px-3 sm:px-4 py-2 sm:py-3 border border-gray-300 rounded-lg text-sm sm:text-base\">\n                    <input type=\"datetime-local\" \n                           class=\"w-full px-3 sm:px-4 py-2 sm:py-3 border border-gray-300 rounded-lg text-sm sm:text-base\">\n                    <select class=\"w-full px-3 sm:px-4 py-2 sm:py-3 border border-gray-300 rounded-lg text-sm sm:text-base\">\n                        <option>Timezone<\/option>\n                        <option>GMT+7 (Vietnam)<\/option>\n                        <option>GMT+9 (Japan)<\/option>\n                        <option>GMT+8 (Singapore)<\/option>\n                    <\/select>\n                    <button class=\"w-full btn-gold text-white py-2 sm:py-3 rounded-lg font-medium text-sm sm:text-base\">\n                        Confirm Appointment\n                    <\/button>\n                <\/div>\n            <\/div>\n        <\/div>\n    <\/div>\n\n    <!-- \u2605 JavaScript -->\n    <script>\n        \/\/ \u30b9\u30af\u30ed\u30fc\u30eb\u6642\u306e\u30a2\u30cb\u30e1\u30fc\u30b7\u30e7\u30f3\n        const observerOptions = {\n            root: null,\n            rootMargin: '0px 0px -100px 0px',\n            threshold: 0.1\n        };\n\n        const observer = new IntersectionObserver((entries) => {\n            entries.forEach(entry => {\n                if (entry.isIntersecting) {\n                    entry.target.classList.add('visible');\n                }\n            });\n        }, observerOptions);\n\n        \/\/ \u5168\u3066\u306e fade-element \u3092\u76e3\u8996\n        document.querySelectorAll('.fade-element').forEach(el => {\n            observer.observe(el);\n        });\n\n        \/\/ \u30b9\u30e0\u30fc\u30b9\u30b9\u30af\u30ed\u30fc\u30eb\u95a2\u6570\n        function scrollToContact() {\n            document.getElementById('contact').scrollIntoView({\n                behavior: 'smooth'\n            });\n        }\n\n        function scrollToPlans() {\n            document.getElementById('plans').scrollIntoView({\n                behavior: 'smooth'\n            });\n        }\n\n        function scrollToBrochure() {\n            document.getElementById('brochure').scrollIntoView({\n                behavior: 'smooth'\n            });\n        }\n\n        \/\/ \u30d8\u30c3\u30c0\u30fc\u306e\u30b9\u30af\u30ed\u30fc\u30eb\u52b9\u679c\n        window.addEventListener('scroll', () => {\n            const header = document.querySelector('header');\n            if (window.scrollY > 100) {\n                header.classList.add('shadow-lg');\n                header.classList.add('bg-opacity-95');\n            } else {\n                header.classList.remove('shadow-lg');\n            }\n        });\n\n        \/\/ \u30e2\u30fc\u30c0\u30eb\u64cd\u4f5c\n        function openBookingModal() {\n            document.getElementById('bookingModal').classList.remove('hidden');\n            document.body.style.overflow = 'hidden';\n        }\n\n        function closeBookingModal() {\n            document.getElementById('bookingModal').classList.add('hidden');\n            document.body.style.overflow = 'auto';\n        }\n\n        \/\/ \u2605 PDF\u30c0\u30a6\u30f3\u30ed\u30fc\u30c9\u8ffd\u8de1\u6a5f\u80fd\n        function trackDownload(action, category) {\n            \/\/ Google Analytics \u30a4\u30d9\u30f3\u30c8\u8ffd\u8de1\uff08\u5b9f\u88c5\u6642\u306b\u8ffd\u52a0\uff09\n            console.log(`Download tracked: ${action} - ${category}`);\n            \n            \/\/ \u30c0\u30a6\u30f3\u30ed\u30fc\u30c9\u6210\u529f\u306e\u30d5\u30a3\u30fc\u30c9\u30d0\u30c3\u30af\n            showDownloadFeedback();\n            \n            \/\/ \u5b9f\u969b\u306e\u30d7\u30ed\u30b8\u30a7\u30af\u30c8\u3067\u306f\u4ee5\u4e0b\u306e\u3088\u3046\u306aAnalytics\u30b3\u30fc\u30c9\u3092\u8ffd\u52a0\n            \/\/ gtag('event', action, {\n            \/\/     'event_category': category,\n            \/\/     'event_label': 'medical_tourism_brochure'\n            \/\/ });\n        }\n\n        \/\/ \u30c0\u30a6\u30f3\u30ed\u30fc\u30c9\u6210\u529f\u30d5\u30a3\u30fc\u30c9\u30d0\u30c3\u30af\n        function showDownloadFeedback() {\n            \/\/ \u4e00\u6642\u7684\u306a\u6210\u529f\u30e1\u30c3\u30bb\u30fc\u30b8\u3092\u8868\u793a\n            const feedback = document.createElement('div');\n            feedback.className = 'fixed top-20 right-4 bg-green-500 text-white px-6 py-3 rounded-lg shadow-lg z-50 transition-all duration-300';\n            feedback.innerHTML = '<i class=\"fas fa-check mr-2\" aria-hidden=\"true\"><\/i>Download started successfully!';\n            document.body.appendChild(feedback);\n            \n            \/\/ 3\u79d2\u5f8c\u306b\u524a\u9664\n            setTimeout(() => {\n                feedback.remove();\n            }, 3000);\n        }\n\n        \/\/ \u30c0\u30df\u30fc\u30d5\u30a9\u30fc\u30e0\u9001\u4fe1\u51e6\u7406\n        function handleFormSubmit(event) {\n            event.preventDefault();\n            \n            const form = event.target;\n            const responseDiv = document.getElementById('form-response');\n            \n            \/\/ \u30d5\u30a9\u30fc\u30e0\u306e\u5fc5\u9808\u9805\u76ee\u30c1\u30a7\u30c3\u30af\n            const fullName = form['full-name'].value;\n            const email = form['email'].value;\n            const privacy = form['privacy'].checked;\n            \n            if (!fullName || !email || !privacy) {\n                responseDiv.innerHTML = 'Please fill in all required fields and accept the privacy policy.';\n                responseDiv.className = 'wpcf7-response-output wpcf7-validation-errors';\n                responseDiv.style.display = 'block';\n                return false;\n            }\n            \n            \/\/ \u6210\u529f\u30e1\u30c3\u30bb\u30fc\u30b8\u8868\u793a\n            responseDiv.innerHTML = '<i class=\"fas fa-check-circle mr-2\" aria-hidden=\"true\"><\/i>Thank you for your inquiry! Our medical tourism specialist will contact you within 24 hours with a personalized quote and consultation schedule.';\n            responseDiv.className = 'wpcf7-response-output wpcf7-mail-sent-ok';\n            responseDiv.style.display = 'block';\n            \n            \/\/ \u30d5\u30a9\u30fc\u30e0\u30ea\u30bb\u30c3\u30c8\n            setTimeout(() => {\n                form.reset();\n                responseDiv.style.display = 'none';\n            }, 5000);\n            \n            \/\/ Google Analytics\u8ffd\u8de1\uff08\u5b9f\u88c5\u6642\u306b\u8ffd\u52a0\uff09\n            console.log('Medical Tourism Form submitted:', {\n                name: fullName,\n                email: email,\n                package: form['package'].value\n            });\n            \n            return false;\n        }\n\n        \/\/ \u5916\u5074\u30af\u30ea\u30c3\u30af\u3067\u30e2\u30fc\u30c0\u30eb\u3092\u9589\u3058\u308b\n        window.onclick = function(event) {\n            const bookingModal = document.getElementById('bookingModal');\n            \n            if (event.target === bookingModal) {\n                closeBookingModal();\n            }\n        }\n\n        \/\/ \u30d1\u30d5\u30a9\u30fc\u30de\u30f3\u30b9\u5411\u4e0a\u306e\u305f\u3081\u306e\u9045\u5ef6\u8aad\u307f\u8fbc\u307f\n        document.addEventListener('DOMContentLoaded', function() {\n            console.log('Medical Tourism LP with Experience section fix loaded successfully');\n            \n            \/\/ PDF\u30c0\u30a6\u30f3\u30ed\u30fc\u30c9\u30dc\u30bf\u30f3\u306b\u30d1\u30eb\u30b9\u30a2\u30cb\u30e1\u30fc\u30b7\u30e7\u30f3\u3092\u8ffd\u52a0\n            setTimeout(() => {\n                const downloadBtn = document.querySelector('.download-pulse');\n                if (downloadBtn) {\n                    downloadBtn.classList.add('download-pulse');\n                }\n            }, 2000);\n        });\n\n        \/\/ \u30b9\u30af\u30ed\u30fc\u30eb\u6642\u306ePDF\u30dc\u30bf\u30f3\u5f37\u8abf\u52b9\u679c\n        window.addEventListener('scroll', () => {\n            const brochureSection = document.getElementById('brochure');\n            const rect = brochureSection.getBoundingClientRect();\n            const downloadBtn = document.querySelector('.download-pulse');\n            \n            \/\/ \u30d6\u30ed\u30b7\u30e3\u30fc\u30bb\u30af\u30b7\u30e7\u30f3\u304c\u898b\u3048\u308b\u6642\u306b\u30a2\u30cb\u30e1\u30fc\u30b7\u30e7\u30f3\u5f37\u5316\n            if (rect.top < window.innerHeight && rect.bottom > 0) {\n                if (downloadBtn) {\n                    downloadBtn.style.animationDuration = '1.5s';\n                }\n            } else {\n                if (downloadBtn) {\n                    downloadBtn.style.animationDuration = '2s';\n                }\n            }\n        });\n\n        \/\/ Contact Form 7\u7528\u306eCSS\u3092\u8ffd\u52a0\u3067\u30ed\u30fc\u30c9\n        const style = document.createElement('style');\n        style.textContent = `\n            \/* Contact Form 7 \u30b9\u30bf\u30a4\u30eb *\/\n            .contact-form-wrapper .wpcf7-form {\n                display: flex;\n                flex-direction: column;\n                gap: 1.5rem;\n            }\n\n            .contact-form-wrapper .wpcf7-form p {\n                margin: 0;\n            }\n\n            .contact-form-wrapper .wpcf7-form label {\n                display: block;\n                font-weight: 500;\n                color: #374151;\n                margin-bottom: 0.5rem;\n                font-size: 0.875rem;\n            }\n\n            .contact-form-wrapper .wpcf7-form-control {\n                width: 100% !important;\n                padding: 0.75rem 1rem;\n                border: 1px solid #d1d5db;\n                border-radius: 0.5rem;\n                font-size: 0.875rem;\n                font-family: inherit;\n                background-color: #ffffff;\n                transition: all 0.2s ease;\n                box-sizing: border-box;\n            }\n\n            @media (min-width: 640px) {\n                .contact-form-wrapper .wpcf7-form-control {\n                    padding: 0.875rem 1rem;\n                    font-size: 1rem;\n                }\n            }\n\n            .contact-form-wrapper .wpcf7-form-control:focus {\n                outline: none;\n                border-color: #005f73;\n                box-shadow: 0 0 0 3px rgba(0, 95, 115, 0.1);\n            }\n\n            .contact-form-wrapper select.wpcf7-form-control {\n                background-image: url(\"data:image\/svg+xml,%3csvg xmlns='http:\/\/www.w3.org\/2000\/svg' fill='none' viewBox='0 0 20 20'%3e%3cpath stroke='%236b7280' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5' d='m6 8 4 4 4-4'\/%3e%3c\/svg%3e\");\n                background-position: right 0.5rem center;\n                background-repeat: no-repeat;\n                background-size: 1.5em 1.5em;\n                padding-right: 2.5rem;\n                appearance: none;\n            }\n\n            .contact-form-wrapper .wpcf7-submit {\n                width: 100% !important;\n                background: linear-gradient(135deg, #d4af37 0%, #b8941f 100%) !important;\n                color: white !important;\n                border: none !important;\n                padding: 0.875rem 1rem !important;\n                border-radius: 0.5rem !important;\n                font-weight: 600 !important;\n                font-size: 1rem !important;\n                cursor: pointer !important;\n                transition: all 0.3s ease !important;\n                margin-top: 0.5rem !important;\n                display: block !important;\n                margin-left: auto !important;\n                margin-right: auto !important;\n                max-width: 400px !important;\n            }\n\n            @media (min-width: 640px) {\n                .contact-form-wrapper .wpcf7-submit {\n                    padding: 1rem !important;\n                    font-size: 1.125rem !important;\n                }\n            }\n\n            .contact-form-wrapper .wpcf7-submit:hover {\n                transform: translateY(-2px) !important;\n                box-shadow: 0 10px 25px rgba(212, 175, 55, 0.4) !important;\n            }\n\n            .contact-form-wrapper .wpcf7-response-output {\n                margin-top: 1rem !important;\n                padding: 0.75rem 1rem !important;\n                border-radius: 0.5rem !important;\n                font-size: 0.875rem !important;\n                font-weight: 500 !important;\n                border: none !important;\n            }\n\n            .contact-form-wrapper .wpcf7-mail-sent-ok {\n                background-color: #f0fdf4 !important;\n                color: #166534 !important;\n                border: 1px solid #bbf7d0 !important;\n            }\n\n            .contact-form-wrapper .wpcf7-validation-errors {\n                background-color: #fef2f2 !important;\n                color: #dc2626 !important;\n                border: 1px solid #fecaca !important;\n            }\n\n            .contact-form-wrapper .wpcf7-not-valid {\n                border-color: #dc2626 !important;\n                box-shadow: 0 0 0 3px rgba(220, 38, 38, 0.1) !important;\n            }\n\n            .contact-form-wrapper .wpcf7-not-valid-tip {\n                color: #dc2626 !important;\n                font-size: 0.75rem !important;\n                margin-top: 0.25rem !important;\n                background-color: #fef2f2;\n                padding: 0.5rem;\n                border-radius: 0.25rem;\n                border: 1px solid #fecaca;\n            }\n\n            .contact-form-wrapper .form-grid-2 {\n                display: grid;\n                grid-template-columns: 1fr;\n                gap: 1.5rem;\n            }\n\n            @media (min-width: 768px) {\n                .contact-form-wrapper .form-grid-2 {\n                    grid-template-columns: 1fr 1fr;\n                    gap: 1.5rem;\n                }\n            }\n\n            .checkbox-wrapper {\n                margin: 1rem 0;\n            }\n\n            .checkbox-label {\n                display: flex;\n                align-items: flex-start;\n                cursor: pointer;\n                font-size: 0.875rem;\n                line-height: 1.5;\n            }\n\n            .wpcf7-checkbox {\n                margin-right: 0.75rem !important;\n                margin-top: 0.125rem;\n                flex-shrink: 0;\n            }\n\n            .text-deep-blue {\n                color: #005f73;\n            }\n\n            .text-deep-blue:hover {\n                text-decoration: underline;\n            }\n        `;\n        document.head.appendChild(style);\n    <\/script>\n<\/body>\n<\/html>\n\n\n\n<p><\/p>\n","protected":false},"excerpt":{"rendered":"<p>Invest in Your Future: Premium Medical Checkup Tour in Japan Japan Medical VIP Benefits Experience Plans Broch [&hellip;]<\/p>\n","protected":false},"author":1,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"","meta":{"_uag_custom_page_level_css":"","vkexunit_cta_each_option":"","footnotes":""},"class_list":["post-2679","page","type-page","status-publish","hentry"],"uagb_featured_image_src":{"full":false,"thumbnail":false,"medium":false,"medium_large":false,"large":false,"1536x1536":false,"2048x2048":false,"post-thumbnail":false},"uagb_author_info":{"display_name":"admin","author_link":"https:\/\/trip-japan-ylp.com\/?author=1"},"uagb_comment_info":0,"uagb_excerpt":"Invest in Your Future: Premium Medical Checkup Tour in &hellip;","_links":{"self":[{"href":"https:\/\/trip-japan-ylp.com\/index.php?rest_route=\/wp\/v2\/pages\/2679","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/trip-japan-ylp.com\/index.php?rest_route=\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/trip-japan-ylp.com\/index.php?rest_route=\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/trip-japan-ylp.com\/index.php?rest_route=\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/trip-japan-ylp.com\/index.php?rest_route=%2Fwp%2Fv2%2Fcomments&post=2679"}],"version-history":[{"count":50,"href":"https:\/\/trip-japan-ylp.com\/index.php?rest_route=\/wp\/v2\/pages\/2679\/revisions"}],"predecessor-version":[{"id":2772,"href":"https:\/\/trip-japan-ylp.com\/index.php?rest_route=\/wp\/v2\/pages\/2679\/revisions\/2772"}],"wp:attachment":[{"href":"https:\/\/trip-japan-ylp.com\/index.php?rest_route=%2Fwp%2Fv2%2Fmedia&parent=2679"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}