
{"id":101985,"date":"2025-05-13T15:17:20","date_gmt":"2025-05-13T15:17:20","guid":{"rendered":"https:\/\/mypalmleaf.com\/%e3%82%a4%e3%83%99%e3%83%b3%e3%83%88\/"},"modified":"2026-02-22T02:39:35","modified_gmt":"2026-02-22T02:39:35","slug":"%e3%82%a4%e3%83%99%e3%83%b3%e3%83%88","status":"publish","type":"page","link":"https:\/\/mypalmleaf.com\/ja\/%e3%82%a4%e3%83%99%e3%83%b3%e3%83%88\/","title":{"rendered":"\u30a4\u30d9\u30f3\u30c8"},"content":{"rendered":"\n<style>\n        :root {\n            --primary: #6C4AB6;\n            --primary-dark: #4B2E8E;\n            --secondary: #8D72E1;\n            --accent: #B9E0FF;\n            --light: #F5F5F5;\n            --dark: #2D2727;\n            --text: #3A3845;\n            --text-light: #7F8487;\n        }\n        \n        * {\n            box-sizing: border-box;\n            margin: 0;\n            padding: 0;\n        }\n        \n        body {\n            background: url(https:\/\/mypalmleaf.b-cdn.net\/wp-content\/themes\/mypalmleaf\/html\/img\/main-bg.webp) repeat-y center center\/cover;\n            color: var(--text);\n            line-height: 1.6;\n        }\n        \n        @import url('https:\/\/fonts.googleapis.com\/css2?family=Poppins:wght@300;400;500;600;700&display=swap');\n        \n        .events-banner {\n            color: black;\n            text-align: center;\n            padding: 4rem 0 5rem;\n            margin-bottom: -2rem;\n            position: relative;\n            overflow: hidden;\n        }\n\t.dropdown{\n\t\twidth: auto;\n\t}\n        \n        .events-banner::before::before {\n            content: '';\n            position: absolute;\n            top: 0;\n            left: 0;\n            right: 0;\n            bottom: 0;\n            background: radial-gradient(circle at 70% 30%, rgba(255,255,255,0.1) 0%, transparent 70%);\n        }\n        \n        h1 {\n            font-size: 3rem;\n            margin-bottom: 1rem;\n            font-weight: 700;\n            position: relative;\n            z-index: 1;\n        }\n        \n        .header-subtitle {\n            font-size: 1.2rem;\n            opacity: 0.9;\n            max-width: 700px;\n            margin: 0 auto;\n            position: relative;\n            z-index: 1;\n        }\n        \n        .container {\n            max-width: 1400px;\n            margin: 0 auto;\n            padding: 0 30px;\n        }\n        \n        .events-container {\n            display: grid;\n            grid-template-columns: repeat(auto-fill, minmax(350px, 1fr));\n            gap: 2.5rem;\n            padding: 2rem 0;\n        }\n        \n        .event-card {\n            background: white;\n            border-radius: 16px;\n            box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);\n            overflow: hidden;\n            transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);\n            position: relative;\n            border: 1px solid rgba(0,0,0,0.05);\n        }\n        \n        .event-card:hover {\n            transform: translateY(-8px);\n            box-shadow: 0 15px 35px rgba(0, 0, 0, 0.1);\n        }\n        \n        .event-image-container {\n            position: relative;\n            overflow: hidden;\n            height: 220px;\n        }\n        \n        .event-image {\n            width: 100%;\n            height: 100%;\n            object-fit: cover;\n            transition: transform 0.5s ease;\n        }\n        \n        .event-card:hover .event-image {\n            transform: scale(1.05);\n        }\n        \n        .event-badge {\n            position: absolute;\n            top: 15px;\n            right: 15px;\n            background-color: var(--accent);\n            color: var(--primary-dark);\n            padding: 5px 12px;\n            border-radius: 20px;\n            font-size: 0.8rem;\n            font-weight: 600;\n            z-index: 2;\n        }\n        \n        .event-content {\n            padding: 1.8rem;\n        }\n        \n        .event-title {\n            font-size: 1.5rem;\n            margin-bottom: 0.8rem;\n            color: var(--dark);\n            font-weight: 600;\n            min-height: 60px;\n        }\n        \n        .event-meta {\n            display: flex;\n            flex-wrap: wrap;\n            gap: 1rem;\n            margin-bottom: 1.2rem;\n        }\n        \n        .event-date, .event-location {\n            display: flex;\n            align-items: center;\n            font-size: 1.2rem;\n            width: 100%;\n        }\n        \n        .event-date {\n            color: var(--primary);\n            font-weight: 500;\n        }\n        \n        .event-location {\n            color: var(--text-light);\n        }\n        \n        .event-meta i {\n            margin-right: 0.5rem;\n            font-size: 1rem;\n        }\n        \n        .event-description {\n            margin-bottom: 1.8rem;\n            color: var(--text-light);\n            font-size: 0.95rem;\n        }\n        \n        .event-button {\n            display: inline-flex;\n            align-items: center;\n            justify-content: center;\n            background-color: var(--primary);\n            background: url(https:\/\/mypalmleaf.b-cdn.net\/wp-content\/themes\/mypalmleaf\/html\/img\/button-primary-bg.webp) no-repeat center center;\n            background-size: cover;\n            color: black;\n            padding: 0.8rem 1.8rem;\n            border-radius: 8px;\n            text-decoration: none;\n            font-weight: 500;\n            transition: all 0.3s ease;\n            border: none;\n            cursor: pointer;\n            text-align: center;\n        }\n\t.event-content .event-button{\n\t\twidth: 100%;\n\t}\n        .event-button:hover {\n            background-color: var(--primary-dark);\n            transform: translateY(-2px);\n            box-shadow: 0 5px 15px rgba(108, 74, 182, 0.3);\n        }\n        \n        .event-button i {\n            margin-left: 0.5rem;\n            transition: transform 0.3s ease;\n        }\n        \n        .event-button:hover i {\n            transform: translateX(3px);\n        }\n        \n        footer {\n            text-align: center;\n            padding: 3rem 0;\n            margin-top: 3rem;\n            background-color: var(--dark);\n            color: white;\n        }\n        \n        .footer-content {\n            max-width: 600px;\n            margin: 0 auto;\n        }\n        \n        .footer-links {\n            display: flex;\n            justify-content: center;\n            gap: 2rem;\n            margin: 1.5rem 0;\n        }\n        \n        .footer-links a {\n            color: var(--accent);\n            text-decoration: none;\n            transition: opacity 0.3s;\n        }\n        \n        .footer-links a:hover {\n            opacity: 0.8;\n        }\n        \n        .social-icons {\n            display: flex;\n            justify-content: center;\n            gap: 1.5rem;\n            margin: 1.5rem 0;\n        }\n        \n        .social-icons a {\n            color: white;\n            font-size: 1.2rem;\n            transition: color 0.3s;\n        }\n        \n        .social-icons a:hover {\n            color: var(--accent);\n        }\n        \n        @media (max-width: 992px) {\n            .events-container {\n                grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));\n            }\n        }\n        \n        @media (max-width: 768px) {\n            h1 {\n                font-size: 2.2rem;\n            }\n            \n            .header-subtitle {\n                font-size: 1rem;\n            }\n            \n            .container {\n                padding: 0 20px;\n            }\n            \n            .events-container {\n                grid-template-columns: 1fr;\n                gap: 2rem;\n            }\n        }\n    <\/style>\n    <link rel=\"stylesheet\" href=\"https:\/\/cdnjs.cloudflare.com\/ajax\/libs\/font-awesome\/6.4.0\/css\/all.min.css\"\/>\n<div class=\"events-banner\">\n    <div class=\"banner mb-4\"><img decoding=\"async\" src=\"\/wp-content\/uploads\/2025\/05\/events-new.jpg\" alt=\"\" class=\"img-fluid\"\/><\/div>\n  <div class=\"container\">\n            <h1>Mypalmleaf \u30b3\u30df\u30e5\u30cb\u30c6\u30a3\u30a4\u30d9\u30f3\u30c8<\/h1>\n            <p class=\"header-subtitle\">\u30aa\u30f3\u30e9\u30a4\u30f3\u30fb\u30aa\u30d5\u30e9\u30a4\u30f3\u3092\u554f\u308f\u305a\u3001\u79c1\u305f\u3061\u304c\u4e3b\u50ac\u307e\u305f\u306f\u53c2\u52a0\u3059\u308b\u4eca\u5f8c\u306e\u30a4\u30d9\u30f3\u30c8\u3092\u3054\u89a7\u304f\u3060\u3055\u3044\u3002\n            <\/p>\n        <\/div>\n    <\/div>\n\n    \n    <div class=\"container\">\n\t\t<div class=\"row d-flex justify-content-end\">\n\t\t<div class=\"dropdown\">\n  <button class=\"btn event-button dropdown-toggle\" type=\"button\" id=\"filterDropdown\" data-bs-toggle=\"dropdown\" aria-expanded=\"false\">\n \u30a4\u30d9\u30f3\u30c8\u30d5\u30a3\u30eb\u30bf\u30fc\n  <\/button>\n  <ul class=\"dropdown-menu\" aria-labelledby=\"filterDropdown\">\n  <li><a class=\"dropdown-item active\" href=\"#\" onclick=\"event.preventDefault(); filterSelection('all', this)\">\u3059\u3079\u3066<\/a><\/li>\n  <li><a class=\"dropdown-item\" href=\"#\" onclick=\"event.preventDefault(); filterSelection('qa', this)\">Q&#038;A<\/a><\/li>\n  <li><a class=\"dropdown-item\" href=\"#\" onclick=\"event.preventDefault(); filterSelection('ayurveda', this)\">\u30a2\u30fc\u30e6\u30eb\u30f4\u30a7\u30fc\u30c0<\/a><\/li>\n  <li><a class=\"dropdown-item\" href=\"#\" onclick=\"event.preventDefault(); filterSelection('navagraha', this)\">\u30ca\u30f4\u30a1\u30b0\u30e9\u30cf\u5de1\u793c<\/a><\/li>\n<\/ul>\n<\/div>\n\t\t\n\t\t<div id=\"sub-category-filters\" class=\"dropdown\" style=\"display: none;\">\n    <button class=\"btn event-button dropdown-toggle\" type=\"button\" data-bs-toggle=\"dropdown\">\n \u30e2\u30fc\u30c9\n    <\/button>\n    <ul class=\"dropdown-menu\">\n      <li><a class=\"dropdown-item\" href=\"javascript:void(0)\uff1b\" onclick=\"filterSubCategory('online', this)\">\u30aa\u30f3\u30e9\u30a4\u30f3<\/a><\/li>\n      <li><a class=\"dropdown-item\" href=\"javascript:void(0)\uff1b\" onclick=\"filterSubCategory('offline', this)\">\u30aa\u30d5\u30e9\u30a4\u30f3<\/a><\/li>\n    <\/ul>\n<\/div>\n\t\t<\/div>\n\t\t\n\t\t\n\t\t\n        <div class=\"events-container\" id=\"event-list\">\n\t\t\t<!-- Event Card 7 -->\n             <div class=\"event-card card position-relative event-item filterDiv qa online\" data-category=\"qa online\">\n                <div class=\"event-image-container\">\n                    <img decoding=\"async\" src=\"\/wp-content\/uploads\/2025\/05\/event1.jpg\" alt=\"\u30d1\u30fc\u30e0\u30ea\u30fc\u30d5\u30fb\u30ea\u30fc\u30c7\u30a3\u30f3\u30b0\u306b\u95a2\u3059\u308bQ&#038;A\" class=\"event-image\"\/>\n                    <span class=\"event-badge\">\u68d5\u6ada\u306e\u8449<\/span>\n                <\/div>\n                <div class=\"event-content\">\n                    <h2 class=\"event-title\">\u30d1\u30fc\u30e0\u30ea\u30fc\u30d5\u30fb\u30ea\u30fc\u30c7\u30a3\u30f3\u30b0\u306b\u95a2\u3059\u308bQ&#038;A<\/h2>\n                    <div class=\"event-meta\">\n                        <div class=\"event-date\">\n                            <i class=\"far fa-calendar-alt\"><\/i> 2026\u5e743\u67084\u65e5\uff5c\u65e5\u672c\u6642\u9593\u5348\u5f8c7\u6642\n                        <\/div>\n                        <div class=\"event-location\">\n                            <i class=\"fas fa-map-marker-alt\"><\/i> \u30aa\u30f3\u30e9\u30a4\u30f3\n                        <\/div>\n                    <\/div>\n                    <p class=\"event-description\">\n \u30d1\u30fc\u30e0\u30ea\u30fc\u30d5\u30ea\u30fc\u30c7\u30a3\u30f3\u30b0\u306e\u53e4\u4ee3\u306e\u53e1\u667a\u3092\u3001Q+A\u30bb\u30c3\u30b7\u30e7\u30f3\u3092\u901a\u3057\u3066\u767a\u898b\u3057\u3066\u304f\u3060\u3055\u3044\u3002\u3042\u306a\u305f\u306e\u30ea\u30fc\u30d5\u304c\u3069\u306e\u3088\u3046\u306b\u4f4d\u7f6e\u3057\u3001\u3069\u306e\u3088\u3046\u306a\u6d1e\u5bdf\u3092\u4e0e\u3048\u3066\u304f\u308c\u308b\u306e\u304b\u3092\u5b66\u3073\u307e\u3059\u3002 \n                    <\/p>\n\t\t\t\t\t<a href=\"https:\/\/mypalmleaf.com\/ja\/qa%e3%81%ae%e5%a4%95%e3%81%b9%e3%83%a4%e3%82%b7%e3%81%ae%e8%91%89%e3%81%ab%e3%81%a4%e3%81%84%e3%81%a6%e3%81%ae%e8%b3%aa%e5%95%8f\/\" class=\"stretched-link\"><\/a>\n                    <a href=\"https:\/\/mypalmleaf.com\/ja\/qa%e3%81%ae%e5%a4%95%e3%81%b9%e3%83%a4%e3%82%b7%e3%81%ae%e8%91%89%e3%81%ab%e3%81%a4%e3%81%84%e3%81%a6%e3%81%ae%e8%b3%aa%e5%95%8f\/\" class=\"event-button\">\u7121\u6599\u30a4\u30d9\u30f3\u30c8  <i class=\"fas fa-arrow-right\"><\/i>\n                    <\/a>\n                <\/div>\n            <\/div>\n\t\t\t\n\t\t\t<!-- Event Card 7 -->\n             <div class=\"event-card card position-relative event-item filterDiv qa online\" data-category=\"qa online\">\n                <div class=\"event-image-container\">\n                    <img decoding=\"async\" src=\"\/wp-content\/uploads\/2025\/05\/event1.jpg\" alt=\"\u30d1\u30fc\u30e0\u30ea\u30fc\u30d5\u30fb\u30ea\u30fc\u30c7\u30a3\u30f3\u30b0\u306b\u95a2\u3059\u308bQ&#038;A\" class=\"event-image\"\/>\n                    <span class=\"event-badge\">\u68d5\u6ada\u306e\u8449<\/span>\n                <\/div>\n                <div class=\"event-content\">\n                    <h2 class=\"event-title\">\u30d1\u30fc\u30e0\u30ea\u30fc\u30d5\u30fb\u30ea\u30fc\u30c7\u30a3\u30f3\u30b0\u306b\u95a2\u3059\u308bQ&#038;A<\/h2>\n                    <div class=\"event-meta\">\n                        <div class=\"event-date\">\n                            <i class=\"far fa-calendar-alt\"><\/i> 2026\u5e744\u67081\u65e5\uff5c\u65e5\u672c\u6642\u9593\u5348\u5f8c7\u6642\n                        <\/div>\n                        <div class=\"event-location\">\n                            <i class=\"fas fa-map-marker-alt\"><\/i> \u30aa\u30f3\u30e9\u30a4\u30f3\n                        <\/div>\n                    <\/div>\n                    <p class=\"event-description\">\n \u30d1\u30fc\u30e0\u30ea\u30fc\u30d5\u30ea\u30fc\u30c7\u30a3\u30f3\u30b0\u306e\u53e4\u4ee3\u306e\u53e1\u667a\u3092\u3001Q+A\u30bb\u30c3\u30b7\u30e7\u30f3\u3092\u901a\u3057\u3066\u767a\u898b\u3057\u3066\u304f\u3060\u3055\u3044\u3002\u3042\u306a\u305f\u306e\u30ea\u30fc\u30d5\u304c\u3069\u306e\u3088\u3046\u306b\u4f4d\u7f6e\u3057\u3001\u3069\u306e\u3088\u3046\u306a\u6d1e\u5bdf\u3092\u4e0e\u3048\u3066\u304f\u308c\u308b\u306e\u304b\u3092\u5b66\u3073\u307e\u3059\u3002 \n                    <\/p>\n\t\t\t\t\t<a href=\"https:\/\/mypalmleaf.com\/ja\/qa%e3%81%ae%e5%a4%95%e3%81%b9%e3%83%a4%e3%82%b7%e3%81%ae%e8%91%89%e3%81%ab%e3%81%a4%e3%81%84%e3%81%a6%e3%81%ae%e8%b3%aa%e5%95%8f\/?date=April%201st%202026\" class=\"stretched-link\"><\/a>\n                    <a href=\"https:\/\/mypalmleaf.com\/ja\/qa%e3%81%ae%e5%a4%95%e3%81%b9%e3%83%a4%e3%82%b7%e3%81%ae%e8%91%89%e3%81%ab%e3%81%a4%e3%81%84%e3%81%a6%e3%81%ae%e8%b3%aa%e5%95%8f\/?date=April%201st%202026\" class=\"event-button\">\u7121\u6599\u30a4\u30d9\u30f3\u30c8  <i class=\"fas fa-arrow-right\"><\/i>\n                    <\/a>\n                <\/div>\n            <\/div>\n\t\t\t\n\t\t\t<!-- Event Card 7 -->\n             <div class=\"event-card card position-relative event-item filterDiv qa online\" data-category=\"qa online\">\n                <div class=\"event-image-container\">\n                    <img decoding=\"async\" src=\"\/wp-content\/uploads\/2025\/05\/event1.jpg\" alt=\"\u30d1\u30fc\u30e0\u30ea\u30fc\u30d5\u30fb\u30ea\u30fc\u30c7\u30a3\u30f3\u30b0\u306b\u95a2\u3059\u308bQ&#038;A\" class=\"event-image\"\/>\n                    <span class=\"event-badge\">\u68d5\u6ada\u306e\u8449<\/span>\n                <\/div>\n                <div class=\"event-content\">\n                    <h2 class=\"event-title\">\u30d1\u30fc\u30e0\u30ea\u30fc\u30d5\u30fb\u30ea\u30fc\u30c7\u30a3\u30f3\u30b0\u306b\u95a2\u3059\u308bQ&#038;A<\/h2>\n                    <div class=\"event-meta\">\n                        <div class=\"event-date\">\n                            <i class=\"far fa-calendar-alt\"><\/i> 2026\u5e744\u670829\u65e5\uff5c\u65e5\u672c\u6642\u9593\u5348\u5f8c7\u6642\n                        <\/div>\n                        <div class=\"event-location\">\n                            <i class=\"fas fa-map-marker-alt\"><\/i> \u30aa\u30f3\u30e9\u30a4\u30f3\n                        <\/div>\n                    <\/div>\n                    <p class=\"event-description\">\n \u30d1\u30fc\u30e0\u30ea\u30fc\u30d5\u30ea\u30fc\u30c7\u30a3\u30f3\u30b0\u306e\u53e4\u4ee3\u306e\u53e1\u667a\u3092\u3001Q+A\u30bb\u30c3\u30b7\u30e7\u30f3\u3092\u901a\u3057\u3066\u767a\u898b\u3057\u3066\u304f\u3060\u3055\u3044\u3002\u3042\u306a\u305f\u306e\u30ea\u30fc\u30d5\u304c\u3069\u306e\u3088\u3046\u306b\u4f4d\u7f6e\u3057\u3001\u3069\u306e\u3088\u3046\u306a\u6d1e\u5bdf\u3092\u4e0e\u3048\u3066\u304f\u308c\u308b\u306e\u304b\u3092\u5b66\u3073\u307e\u3059\u3002 \n                    <\/p>\n\t\t\t\t\t<a href=\"https:\/\/mypalmleaf.com\/ja\/qa%e3%81%ae%e5%a4%95%e3%81%b9%e3%83%a4%e3%82%b7%e3%81%ae%e8%91%89%e3%81%ab%e3%81%a4%e3%81%84%e3%81%a6%e3%81%ae%e8%b3%aa%e5%95%8f\/?date=April%2029th%202026\" class=\"stretched-link\"><\/a>\n                    <a href=\"https:\/\/mypalmleaf.com\/ja\/qa%e3%81%ae%e5%a4%95%e3%81%b9%e3%83%a4%e3%82%b7%e3%81%ae%e8%91%89%e3%81%ab%e3%81%a4%e3%81%84%e3%81%a6%e3%81%ae%e8%b3%aa%e5%95%8f\/?date=April%2029th%202026\" class=\"event-button\">\u7121\u6599\u30a4\u30d9\u30f3\u30c8  <i class=\"fas fa-arrow-right\"><\/i>\n                    <\/a>\n                <\/div>\n            <\/div>\n\t\t\t\n\t\t\t<!-- Event Card 7 -->\n             <div class=\"event-card card position-relative event-item filterDiv qa online\" data-category=\"qa online\">\n                <div class=\"event-image-container\">\n                    <img decoding=\"async\" src=\"\/wp-content\/uploads\/2025\/05\/event1.jpg\" alt=\"\u30d1\u30fc\u30e0\u30ea\u30fc\u30d5\u30fb\u30ea\u30fc\u30c7\u30a3\u30f3\u30b0\u306b\u95a2\u3059\u308bQ&#038;A\" class=\"event-image\"\/>\n                    <span class=\"event-badge\">\u68d5\u6ada\u306e\u8449<\/span>\n                <\/div>\n                <div class=\"event-content\">\n                    <h2 class=\"event-title\">\u30d1\u30fc\u30e0\u30ea\u30fc\u30d5\u30fb\u30ea\u30fc\u30c7\u30a3\u30f3\u30b0\u306b\u95a2\u3059\u308bQ&#038;A<\/h2>\n                    <div class=\"event-meta\">\n                        <div class=\"event-date\">\n                            <i class=\"far fa-calendar-alt\"><\/i> 2026\u5e745\u670827\u65e5\uff5c\u65e5\u672c\u6642\u9593\u5348\u5f8c7\u6642\n                        <\/div>\n                        <div class=\"event-location\">\n                            <i class=\"fas fa-map-marker-alt\"><\/i> \u30aa\u30f3\u30e9\u30a4\u30f3\n                        <\/div>\n                    <\/div>\n                    <p class=\"event-description\">\n \u30d1\u30fc\u30e0\u30ea\u30fc\u30d5\u30ea\u30fc\u30c7\u30a3\u30f3\u30b0\u306e\u53e4\u4ee3\u306e\u53e1\u667a\u3092\u3001Q+A\u30bb\u30c3\u30b7\u30e7\u30f3\u3092\u901a\u3057\u3066\u767a\u898b\u3057\u3066\u304f\u3060\u3055\u3044\u3002\u3042\u306a\u305f\u306e\u30ea\u30fc\u30d5\u304c\u3069\u306e\u3088\u3046\u306b\u4f4d\u7f6e\u3057\u3001\u3069\u306e\u3088\u3046\u306a\u6d1e\u5bdf\u3092\u4e0e\u3048\u3066\u304f\u308c\u308b\u306e\u304b\u3092\u5b66\u3073\u307e\u3059\u3002 \n                    <\/p>\n\t\t\t\t\t<a href=\"https:\/\/mypalmleaf.com\/ja\/qa%e3%81%ae%e5%a4%95%e3%81%b9%e3%83%a4%e3%82%b7%e3%81%ae%e8%91%89%e3%81%ab%e3%81%a4%e3%81%84%e3%81%a6%e3%81%ae%e8%b3%aa%e5%95%8f\/?date=May%2027th%202026\" class=\"stretched-link\"><\/a>\n                    <a href=\"https:\/\/mypalmleaf.com\/ja\/qa%e3%81%ae%e5%a4%95%e3%81%b9%e3%83%a4%e3%82%b7%e3%81%ae%e8%91%89%e3%81%ab%e3%81%a4%e3%81%84%e3%81%a6%e3%81%ae%e8%b3%aa%e5%95%8f\/?date=May%2027th%202026\" class=\"event-button\">\u7121\u6599\u30a4\u30d9\u30f3\u30c8  <i class=\"fas fa-arrow-right\"><\/i>\n                    <\/a>\n                <\/div>\n            <\/div>\n\t\t\t\n\t\t\t<!-- Event Card 7 -->\n             <div class=\"event-card card position-relative event-item filterDiv qa online\" data-category=\"qa online\">\n                <div class=\"event-image-container\">\n                    <img decoding=\"async\" src=\"\/wp-content\/uploads\/2025\/05\/event1.jpg\" alt=\"\u30d1\u30fc\u30e0\u30ea\u30fc\u30d5\u30fb\u30ea\u30fc\u30c7\u30a3\u30f3\u30b0\u306b\u95a2\u3059\u308bQ&#038;A\" class=\"event-image\"\/>\n                    <span class=\"event-badge\">\u68d5\u6ada\u306e\u8449<\/span>\n                <\/div>\n                <div class=\"event-content\">\n                    <h2 class=\"event-title\">\u30d1\u30fc\u30e0\u30ea\u30fc\u30d5\u30fb\u30ea\u30fc\u30c7\u30a3\u30f3\u30b0\u306b\u95a2\u3059\u308bQ&#038;A<\/h2>\n                    <div class=\"event-meta\">\n                        <div class=\"event-date\">\n                            <i class=\"far fa-calendar-alt\"><\/i> 2026\u5e746\u670824\u65e5\uff5c\u65e5\u672c\u6642\u9593\u5348\u5f8c7\u6642\n                        <\/div>\n                        <div class=\"event-location\">\n                            <i class=\"fas fa-map-marker-alt\"><\/i> \u30aa\u30f3\u30e9\u30a4\u30f3\n                        <\/div>\n                    <\/div>\n                    <p class=\"event-description\">\n \u30d1\u30fc\u30e0\u30ea\u30fc\u30d5\u30ea\u30fc\u30c7\u30a3\u30f3\u30b0\u306e\u53e4\u4ee3\u306e\u53e1\u667a\u3092\u3001Q+A\u30bb\u30c3\u30b7\u30e7\u30f3\u3092\u901a\u3057\u3066\u767a\u898b\u3057\u3066\u304f\u3060\u3055\u3044\u3002\u3042\u306a\u305f\u306e\u30ea\u30fc\u30d5\u304c\u3069\u306e\u3088\u3046\u306b\u4f4d\u7f6e\u3057\u3001\u3069\u306e\u3088\u3046\u306a\u6d1e\u5bdf\u3092\u4e0e\u3048\u3066\u304f\u308c\u308b\u306e\u304b\u3092\u5b66\u3073\u307e\u3059\u3002 \n                    <\/p>\n\t\t\t\t\t<a href=\"https:\/\/mypalmleaf.com\/ja\/qa%e3%81%ae%e5%a4%95%e3%81%b9%e3%83%a4%e3%82%b7%e3%81%ae%e8%91%89%e3%81%ab%e3%81%a4%e3%81%84%e3%81%a6%e3%81%ae%e8%b3%aa%e5%95%8f\/?date=June%2024th%202026\" class=\"stretched-link\"><\/a>\n                    <a href=\"https:\/\/mypalmleaf.com\/ja\/qa%e3%81%ae%e5%a4%95%e3%81%b9%e3%83%a4%e3%82%b7%e3%81%ae%e8%91%89%e3%81%ab%e3%81%a4%e3%81%84%e3%81%a6%e3%81%ae%e8%b3%aa%e5%95%8f\/?date=June%2024th%202026\" class=\"event-button\">\u7121\u6599\u30a4\u30d9\u30f3\u30c8  <i class=\"fas fa-arrow-right\"><\/i>\n                    <\/a>\n                <\/div>\n            <\/div>\n\t\t\t\n\t\t\t<!-- Event Card 7 -->\n             <div class=\"event-card card position-relative event-item filterDiv qa online\" data-category=\"qa online\">\n                <div class=\"event-image-container\">\n                    <img decoding=\"async\" src=\"\/wp-content\/uploads\/2025\/05\/event1.jpg\" alt=\"\u30d1\u30fc\u30e0\u30ea\u30fc\u30d5\u30fb\u30ea\u30fc\u30c7\u30a3\u30f3\u30b0\u306b\u95a2\u3059\u308bQ&#038;A\" class=\"event-image\"\/>\n                    <span class=\"event-badge\">\u68d5\u6ada\u306e\u8449<\/span>\n                <\/div>\n                <div class=\"event-content\">\n                    <h2 class=\"event-title\">\u30d1\u30fc\u30e0\u30ea\u30fc\u30d5\u30fb\u30ea\u30fc\u30c7\u30a3\u30f3\u30b0\u306b\u95a2\u3059\u308bQ&#038;A<\/h2>\n                    <div class=\"event-meta\">\n                        <div class=\"event-date\">\n                            <i class=\"far fa-calendar-alt\"><\/i> 2026\u5e747\u670823\u65e5\uff5c\u65e5\u672c\u6642\u9593\u5348\u5f8c7\u6642\n                        <\/div>\n                        <div class=\"event-location\">\n                            <i class=\"fas fa-map-marker-alt\"><\/i> \u30aa\u30f3\u30e9\u30a4\u30f3\n                        <\/div>\n                    <\/div>\n                    <p class=\"event-description\">\n \u30d1\u30fc\u30e0\u30ea\u30fc\u30d5\u30ea\u30fc\u30c7\u30a3\u30f3\u30b0\u306e\u53e4\u4ee3\u306e\u53e1\u667a\u3092\u3001Q+A\u30bb\u30c3\u30b7\u30e7\u30f3\u3092\u901a\u3057\u3066\u767a\u898b\u3057\u3066\u304f\u3060\u3055\u3044\u3002\u3042\u306a\u305f\u306e\u30ea\u30fc\u30d5\u304c\u3069\u306e\u3088\u3046\u306b\u4f4d\u7f6e\u3057\u3001\u3069\u306e\u3088\u3046\u306a\u6d1e\u5bdf\u3092\u4e0e\u3048\u3066\u304f\u308c\u308b\u306e\u304b\u3092\u5b66\u3073\u307e\u3059\u3002 \n                    <\/p>\n\t\t\t\t\t<a href=\"https:\/\/mypalmleaf.com\/ja\/qa%e3%81%ae%e5%a4%95%e3%81%b9%e3%83%a4%e3%82%b7%e3%81%ae%e8%91%89%e3%81%ab%e3%81%a4%e3%81%84%e3%81%a6%e3%81%ae%e8%b3%aa%e5%95%8f\/?date=July%2023rd%202026\" class=\"stretched-link\"><\/a>\n                    <a href=\"https:\/\/mypalmleaf.com\/ja\/qa%e3%81%ae%e5%a4%95%e3%81%b9%e3%83%a4%e3%82%b7%e3%81%ae%e8%91%89%e3%81%ab%e3%81%a4%e3%81%84%e3%81%a6%e3%81%ae%e8%b3%aa%e5%95%8f\/?date=July%2023rd%202026\" class=\"event-button\">\u7121\u6599\u30a4\u30d9\u30f3\u30c8  <i class=\"fas fa-arrow-right\"><\/i>\n                    <\/a>\n                <\/div>\n            <\/div>\n\t\t\t\n\t\t\t<!-- Event Card 7 -->\n             <div class=\"event-card card position-relative event-item filterDiv qa online\" data-category=\"qa online\">\n                <div class=\"event-image-container\">\n                    <img decoding=\"async\" src=\"\/wp-content\/uploads\/2025\/05\/event1.jpg\" alt=\"\u30d1\u30fc\u30e0\u30ea\u30fc\u30d5\u30fb\u30ea\u30fc\u30c7\u30a3\u30f3\u30b0\u306b\u95a2\u3059\u308bQ&#038;A\" class=\"event-image\"\/>\n                    <span class=\"event-badge\">\u68d5\u6ada\u306e\u8449<\/span>\n                <\/div>\n                <div class=\"event-content\">\n                    <h2 class=\"event-title\">\u30d1\u30fc\u30e0\u30ea\u30fc\u30d5\u30fb\u30ea\u30fc\u30c7\u30a3\u30f3\u30b0\u306b\u95a2\u3059\u308bQ&#038;A<\/h2>\n                    <div class=\"event-meta\">\n                        <div class=\"event-date\">\n                            <i class=\"far fa-calendar-alt\"><\/i> 2026\u5e748\u670819\u65e5\uff5c\u65e5\u672c\u6642\u9593\u5348\u5f8c7\u6642\n                        <\/div>\n                        <div class=\"event-location\">\n                            <i class=\"fas fa-map-marker-alt\"><\/i> \u30aa\u30f3\u30e9\u30a4\u30f3\n                        <\/div>\n                    <\/div>\n                    <p class=\"event-description\">\n \u30d1\u30fc\u30e0\u30ea\u30fc\u30d5\u30ea\u30fc\u30c7\u30a3\u30f3\u30b0\u306e\u53e4\u4ee3\u306e\u53e1\u667a\u3092\u3001Q+A\u30bb\u30c3\u30b7\u30e7\u30f3\u3092\u901a\u3057\u3066\u767a\u898b\u3057\u3066\u304f\u3060\u3055\u3044\u3002\u3042\u306a\u305f\u306e\u30ea\u30fc\u30d5\u304c\u3069\u306e\u3088\u3046\u306b\u4f4d\u7f6e\u3057\u3001\u3069\u306e\u3088\u3046\u306a\u6d1e\u5bdf\u3092\u4e0e\u3048\u3066\u304f\u308c\u308b\u306e\u304b\u3092\u5b66\u3073\u307e\u3059\u3002 \n                    <\/p>\n\t\t\t\t\t<a href=\"https:\/\/mypalmleaf.com\/ja\/qa%e3%81%ae%e5%a4%95%e3%81%b9%e3%83%a4%e3%82%b7%e3%81%ae%e8%91%89%e3%81%ab%e3%81%a4%e3%81%84%e3%81%a6%e3%81%ae%e8%b3%aa%e5%95%8f\/?date=August%2019th%202026\" class=\"stretched-link\"><\/a>\n                    <a href=\"https:\/\/mypalmleaf.com\/ja\/qa%e3%81%ae%e5%a4%95%e3%81%b9%e3%83%a4%e3%82%b7%e3%81%ae%e8%91%89%e3%81%ab%e3%81%a4%e3%81%84%e3%81%a6%e3%81%ae%e8%b3%aa%e5%95%8f\/?date=August%2019th%202026\" class=\"event-button\">\u7121\u6599\u30a4\u30d9\u30f3\u30c8  <i class=\"fas fa-arrow-right\"><\/i>\n                    <\/a>\n                <\/div>\n            <\/div>\n\t\t\t\n\t\t\t<!-- Event Card 7 -->\n             <div class=\"event-card card position-relative event-item filterDiv qa online\" data-category=\"qa online\">\n                <div class=\"event-image-container\">\n                    <img decoding=\"async\" src=\"\/wp-content\/uploads\/2025\/05\/event1.jpg\" alt=\"\u30d1\u30fc\u30e0\u30ea\u30fc\u30d5\u30fb\u30ea\u30fc\u30c7\u30a3\u30f3\u30b0\u306b\u95a2\u3059\u308bQ&#038;A\" class=\"event-image\"\/>\n                    <span class=\"event-badge\">\u68d5\u6ada\u306e\u8449<\/span>\n                <\/div>\n                <div class=\"event-content\">\n                    <h2 class=\"event-title\">\u30d1\u30fc\u30e0\u30ea\u30fc\u30d5\u30fb\u30ea\u30fc\u30c7\u30a3\u30f3\u30b0\u306b\u95a2\u3059\u308bQ&#038;A<\/h2>\n                    <div class=\"event-meta\">\n                        <div class=\"event-date\">\n                            <i class=\"far fa-calendar-alt\"><\/i> 2026\u5e749\u670816\u65e5\uff5c\u65e5\u672c\u6642\u9593\u5348\u5f8c7\u6642\n                        <\/div>\n                        <div class=\"event-location\">\n                            <i class=\"fas fa-map-marker-alt\"><\/i> \u30aa\u30f3\u30e9\u30a4\u30f3\n                        <\/div>\n                    <\/div>\n                    <p class=\"event-description\">\n \u30d1\u30fc\u30e0\u30ea\u30fc\u30d5\u30ea\u30fc\u30c7\u30a3\u30f3\u30b0\u306e\u53e4\u4ee3\u306e\u53e1\u667a\u3092\u3001Q+A\u30bb\u30c3\u30b7\u30e7\u30f3\u3092\u901a\u3057\u3066\u767a\u898b\u3057\u3066\u304f\u3060\u3055\u3044\u3002\u3042\u306a\u305f\u306e\u30ea\u30fc\u30d5\u304c\u3069\u306e\u3088\u3046\u306b\u4f4d\u7f6e\u3057\u3001\u3069\u306e\u3088\u3046\u306a\u6d1e\u5bdf\u3092\u4e0e\u3048\u3066\u304f\u308c\u308b\u306e\u304b\u3092\u5b66\u3073\u307e\u3059\u3002 \n                    <\/p>\n\t\t\t\t\t<a href=\"https:\/\/mypalmleaf.com\/ja\/qa%e3%81%ae%e5%a4%95%e3%81%b9%e3%83%a4%e3%82%b7%e3%81%ae%e8%91%89%e3%81%ab%e3%81%a4%e3%81%84%e3%81%a6%e3%81%ae%e8%b3%aa%e5%95%8f\/?date=September%2016th%202026\" class=\"stretched-link\"><\/a>\n                    <a href=\"https:\/\/mypalmleaf.com\/ja\/qa%e3%81%ae%e5%a4%95%e3%81%b9%e3%83%a4%e3%82%b7%e3%81%ae%e8%91%89%e3%81%ab%e3%81%a4%e3%81%84%e3%81%a6%e3%81%ae%e8%b3%aa%e5%95%8f\/?date=September%2016th%202026\" class=\"event-button\">\u7121\u6599\u30a4\u30d9\u30f3\u30c8  <i class=\"fas fa-arrow-right\"><\/i>\n                    <\/a>\n                <\/div>\n            <\/div>\n\t\t\t\n\t\t\t<!-- Event Card 7 -->\n             <div class=\"event-card card position-relative event-item filterDiv qa online\" data-category=\"qa online\">\n                <div class=\"event-image-container\">\n                    <img decoding=\"async\" src=\"\/wp-content\/uploads\/2025\/05\/event1.jpg\" alt=\"\u30d1\u30fc\u30e0\u30ea\u30fc\u30d5\u30fb\u30ea\u30fc\u30c7\u30a3\u30f3\u30b0\u306b\u95a2\u3059\u308bQ&#038;A\" class=\"event-image\"\/>\n                    <span class=\"event-badge\">\u68d5\u6ada\u306e\u8449<\/span>\n                <\/div>\n                <div class=\"event-content\">\n                    <h2 class=\"event-title\">\u30d1\u30fc\u30e0\u30ea\u30fc\u30d5\u30fb\u30ea\u30fc\u30c7\u30a3\u30f3\u30b0\u306b\u95a2\u3059\u308bQ&#038;A<\/h2>\n                    <div class=\"event-meta\">\n                        <div class=\"event-date\">\n                            <i class=\"far fa-calendar-alt\"><\/i> 2026\u5e7410\u670814\u65e5\uff5c\u65e5\u672c\u6642\u9593\u5348\u5f8c7\u6642\n                        <\/div>\n                        <div class=\"event-location\">\n                            <i class=\"fas fa-map-marker-alt\"><\/i> \u30aa\u30f3\u30e9\u30a4\u30f3\n                        <\/div>\n                    <\/div>\n                    <p class=\"event-description\">\n \u30d1\u30fc\u30e0\u30ea\u30fc\u30d5\u30ea\u30fc\u30c7\u30a3\u30f3\u30b0\u306e\u53e4\u4ee3\u306e\u53e1\u667a\u3092\u3001Q+A\u30bb\u30c3\u30b7\u30e7\u30f3\u3092\u901a\u3057\u3066\u767a\u898b\u3057\u3066\u304f\u3060\u3055\u3044\u3002\u3042\u306a\u305f\u306e\u30ea\u30fc\u30d5\u304c\u3069\u306e\u3088\u3046\u306b\u4f4d\u7f6e\u3057\u3001\u3069\u306e\u3088\u3046\u306a\u6d1e\u5bdf\u3092\u4e0e\u3048\u3066\u304f\u308c\u308b\u306e\u304b\u3092\u5b66\u3073\u307e\u3059\u3002 \n                    <\/p>\n\t\t\t\t\t<a href=\"https:\/\/mypalmleaf.com\/ja\/qa%e3%81%ae%e5%a4%95%e3%81%b9%e3%83%a4%e3%82%b7%e3%81%ae%e8%91%89%e3%81%ab%e3%81%a4%e3%81%84%e3%81%a6%e3%81%ae%e8%b3%aa%e5%95%8f\/?date=October%2014th%202026\" class=\"stretched-link\"><\/a>\n                    <a href=\"https:\/\/mypalmleaf.com\/ja\/qa%e3%81%ae%e5%a4%95%e3%81%b9%e3%83%a4%e3%82%b7%e3%81%ae%e8%91%89%e3%81%ab%e3%81%a4%e3%81%84%e3%81%a6%e3%81%ae%e8%b3%aa%e5%95%8f\/?date=October%2014th%202026\" class=\"event-button\">\u7121\u6599\u30a4\u30d9\u30f3\u30c8  <i class=\"fas fa-arrow-right\"><\/i>\n                    <\/a>\n                <\/div>\n            <\/div>\n\t\t\t\n\t\t\t<!-- Event Card 7 -->\n             <div class=\"event-card card position-relative event-item filterDiv qa online\" data-category=\"qa online\">\n                <div class=\"event-image-container\">\n                    <img decoding=\"async\" src=\"\/wp-content\/uploads\/2025\/05\/event1.jpg\" alt=\"\u30d1\u30fc\u30e0\u30ea\u30fc\u30d5\u30fb\u30ea\u30fc\u30c7\u30a3\u30f3\u30b0\u306b\u95a2\u3059\u308bQ&#038;A\" class=\"event-image\"\/>\n                    <span class=\"event-badge\">\u68d5\u6ada\u306e\u8449<\/span>\n                <\/div>\n                <div class=\"event-content\">\n                    <h2 class=\"event-title\">\u30d1\u30fc\u30e0\u30ea\u30fc\u30d5\u30fb\u30ea\u30fc\u30c7\u30a3\u30f3\u30b0\u306b\u95a2\u3059\u308bQ&#038;A<\/h2>\n                    <div class=\"event-meta\">\n                        <div class=\"event-date\">\n                            <i class=\"far fa-calendar-alt\"><\/i> 2026\u5e7411\u670811\u65e5\uff5c\u65e5\u672c\u6642\u9593\u5348\u5f8c7\u6642\n                        <\/div>\n                        <div class=\"event-location\">\n                            <i class=\"fas fa-map-marker-alt\"><\/i> \u30aa\u30f3\u30e9\u30a4\u30f3\n                        <\/div>\n                    <\/div>\n                    <p class=\"event-description\">\n \u30d1\u30fc\u30e0\u30ea\u30fc\u30d5\u30ea\u30fc\u30c7\u30a3\u30f3\u30b0\u306e\u53e4\u4ee3\u306e\u53e1\u667a\u3092\u3001Q+A\u30bb\u30c3\u30b7\u30e7\u30f3\u3092\u901a\u3057\u3066\u767a\u898b\u3057\u3066\u304f\u3060\u3055\u3044\u3002\u3042\u306a\u305f\u306e\u30ea\u30fc\u30d5\u304c\u3069\u306e\u3088\u3046\u306b\u4f4d\u7f6e\u3057\u3001\u3069\u306e\u3088\u3046\u306a\u6d1e\u5bdf\u3092\u4e0e\u3048\u3066\u304f\u308c\u308b\u306e\u304b\u3092\u5b66\u3073\u307e\u3059\u3002 \n                    <\/p>\n\t\t\t\t\t<a href=\"https:\/\/mypalmleaf.com\/ja\/qa%e3%81%ae%e5%a4%95%e3%81%b9%e3%83%a4%e3%82%b7%e3%81%ae%e8%91%89%e3%81%ab%e3%81%a4%e3%81%84%e3%81%a6%e3%81%ae%e8%b3%aa%e5%95%8f\/?date=November%2011th%202026\" class=\"stretched-link\"><\/a>\n                    <a href=\"https:\/\/mypalmleaf.com\/ja\/qa%e3%81%ae%e5%a4%95%e3%81%b9%e3%83%a4%e3%82%b7%e3%81%ae%e8%91%89%e3%81%ab%e3%81%a4%e3%81%84%e3%81%a6%e3%81%ae%e8%b3%aa%e5%95%8f\/?date=November%2011th%202026\" class=\"event-button\">\u7121\u6599\u30a4\u30d9\u30f3\u30c8  <i class=\"fas fa-arrow-right\"><\/i>\n                    <\/a>\n                <\/div>\n            <\/div>\n\t\t\t\n\t\t\t<!-- Event Card 7 -->\n             <div class=\"event-card card position-relative event-item filterDiv qa online\" data-category=\"qa online\">\n                <div class=\"event-image-container\">\n                    <img decoding=\"async\" src=\"\/wp-content\/uploads\/2025\/05\/event1.jpg\" alt=\"\u30d1\u30fc\u30e0\u30ea\u30fc\u30d5\u30fb\u30ea\u30fc\u30c7\u30a3\u30f3\u30b0\u306b\u95a2\u3059\u308bQ&#038;A\" class=\"event-image\"\/>\n                    <span class=\"event-badge\">\u68d5\u6ada\u306e\u8449<\/span>\n                <\/div>\n                <div class=\"event-content\">\n                    <h2 class=\"event-title\">\u30d1\u30fc\u30e0\u30ea\u30fc\u30d5\u30fb\u30ea\u30fc\u30c7\u30a3\u30f3\u30b0\u306b\u95a2\u3059\u308bQ&#038;A<\/h2>\n                    <div class=\"event-meta\">\n                        <div class=\"event-date\">\n                            <i class=\"far fa-calendar-alt\"><\/i> 2026\u5e7412\u67089\u65e5\uff5c\u65e5\u672c\u6642\u9593\u5348\u5f8c7\u6642\n                        <\/div>\n                        <div class=\"event-location\">\n                            <i class=\"fas fa-map-marker-alt\"><\/i> \u30aa\u30f3\u30e9\u30a4\u30f3\n                        <\/div>\n                    <\/div>\n                    <p class=\"event-description\">\n \u30d1\u30fc\u30e0\u30ea\u30fc\u30d5\u30ea\u30fc\u30c7\u30a3\u30f3\u30b0\u306e\u53e4\u4ee3\u306e\u53e1\u667a\u3092\u3001Q+A\u30bb\u30c3\u30b7\u30e7\u30f3\u3092\u901a\u3057\u3066\u767a\u898b\u3057\u3066\u304f\u3060\u3055\u3044\u3002\u3042\u306a\u305f\u306e\u30ea\u30fc\u30d5\u304c\u3069\u306e\u3088\u3046\u306b\u4f4d\u7f6e\u3057\u3001\u3069\u306e\u3088\u3046\u306a\u6d1e\u5bdf\u3092\u4e0e\u3048\u3066\u304f\u308c\u308b\u306e\u304b\u3092\u5b66\u3073\u307e\u3059\u3002 \n                    <\/p>\n\t\t\t\t\t<a href=\"https:\/\/mypalmleaf.com\/ja\/qa%e3%81%ae%e5%a4%95%e3%81%b9%e3%83%a4%e3%82%b7%e3%81%ae%e8%91%89%e3%81%ab%e3%81%a4%e3%81%84%e3%81%a6%e3%81%ae%e8%b3%aa%e5%95%8f\/?date=December%209th%202026\" class=\"stretched-link\"><\/a>\n                    <a href=\"https:\/\/mypalmleaf.com\/ja\/qa%e3%81%ae%e5%a4%95%e3%81%b9%e3%83%a4%e3%82%b7%e3%81%ae%e8%91%89%e3%81%ab%e3%81%a4%e3%81%84%e3%81%a6%e3%81%ae%e8%b3%aa%e5%95%8f\/?date=December%209th%202026\" class=\"event-button\">\u7121\u6599\u30a4\u30d9\u30f3\u30c8  <i class=\"fas fa-arrow-right\"><\/i>\n                    <\/a>\n                <\/div>\n            <\/div>\n\t\t\t\n\t\t\t<!-- Event Card 7 -->\n             <div class=\"event-card card position-relative event-item filterDiv qa online\" data-category=\"qa online\">\n                <div class=\"event-image-container\">\n                    <img decoding=\"async\" src=\"\/wp-content\/uploads\/2025\/05\/event1.jpg\" alt=\"\u30d1\u30fc\u30e0\u30ea\u30fc\u30d5\u30fb\u30ea\u30fc\u30c7\u30a3\u30f3\u30b0\u306b\u95a2\u3059\u308bQ&#038;A\" class=\"event-image\"\/>\n                    <span class=\"event-badge\">\u68d5\u6ada\u306e\u8449<\/span>\n                <\/div>\n                <div class=\"event-content\">\n                    <h2 class=\"event-title\">\u30d1\u30fc\u30e0\u30ea\u30fc\u30d5\u30fb\u30ea\u30fc\u30c7\u30a3\u30f3\u30b0\u306b\u95a2\u3059\u308bQ&#038;A<\/h2>\n                    <div class=\"event-meta\">\n                        <div class=\"event-date\">\n                            <i class=\"far fa-calendar-alt\"><\/i> 2027\u5e741\u67086\u65e5\uff5c\u65e5\u672c\u6642\u9593\u5348\u5f8c7\u6642\n                        <\/div>\n                        <div class=\"event-location\">\n                            <i class=\"fas fa-map-marker-alt\"><\/i> \u30aa\u30f3\u30e9\u30a4\u30f3\n                        <\/div>\n                    <\/div>\n                    <p class=\"event-description\">\n \u30d1\u30fc\u30e0\u30ea\u30fc\u30d5\u30ea\u30fc\u30c7\u30a3\u30f3\u30b0\u306e\u53e4\u4ee3\u306e\u53e1\u667a\u3092\u3001Q+A\u30bb\u30c3\u30b7\u30e7\u30f3\u3092\u901a\u3057\u3066\u767a\u898b\u3057\u3066\u304f\u3060\u3055\u3044\u3002\u3042\u306a\u305f\u306e\u30ea\u30fc\u30d5\u304c\u3069\u306e\u3088\u3046\u306b\u4f4d\u7f6e\u3057\u3001\u3069\u306e\u3088\u3046\u306a\u6d1e\u5bdf\u3092\u4e0e\u3048\u3066\u304f\u308c\u308b\u306e\u304b\u3092\u5b66\u3073\u307e\u3059\u3002 \n                    <\/p>\n\t\t\t\t\t<a href=\"https:\/\/mypalmleaf.com\/ja\/qa%e3%81%ae%e5%a4%95%e3%81%b9%e3%83%a4%e3%82%b7%e3%81%ae%e8%91%89%e3%81%ab%e3%81%a4%e3%81%84%e3%81%a6%e3%81%ae%e8%b3%aa%e5%95%8f\/?date=January%206th%202026\" class=\"stretched-link\"><\/a>\n                    <a href=\"https:\/\/mypalmleaf.com\/ja\/qa%e3%81%ae%e5%a4%95%e3%81%b9%e3%83%a4%e3%82%b7%e3%81%ae%e8%91%89%e3%81%ab%e3%81%a4%e3%81%84%e3%81%a6%e3%81%ae%e8%b3%aa%e5%95%8f\/?date=January%206th%202026\" class=\"event-button\">\u7121\u6599\u30a4\u30d9\u30f3\u30c8  <i class=\"fas fa-arrow-right\"><\/i>\n                    <\/a>\n                <\/div>\n            <\/div>\n\n\t\t\t\n\t\t\t\n\t\t\t\n\n\n        <\/div>\n\t\t<div id=\"no-events-message\" style=\"display: none; text-align: center; margin-top: 20px; width: 100%;\">\n  <p>\u3053\u306e\u30ab\u30c6\u30b4\u30ea\u306e\u30a4\u30d9\u30f3\u30c8\u306f\u3042\u308a\u307e\u305b\u3093\u3002<\/p>\n<\/div>\n    <\/div>\n\n<script>\nlet currentMainCategory = 'all';\n\nfunction filterSelection(category, element) {\n  const cards = document.querySelectorAll('.event-item');\n  const dropdownItems = document.querySelectorAll('.dropdown-item');\n  const noEventsMessage = document.getElementById('no-events-message');\n  const subCategoryFilters = document.getElementById('sub-category-filters');\n\n  currentMainCategory = category;\n\n  dropdownItems.forEach(item => item.classList.remove('active'));\n  if (element) element.classList.add('active');\n\n  let visibleCount = 0;\n\n  cards.forEach(card => {\n    const matches = category === 'all' || card.classList.contains(category);\n    card.style.display = matches ? 'block' : 'none';\n    if (matches) visibleCount++;\n  });\n\n  noEventsMessage.style.display = visibleCount === 0 ? 'block' : 'none';\n\n  subCategoryFilters.style.display = category !== 'all' ? 'block' : 'none';\n}\n\t\n\t\n\tfunction filterSubCategory(subCategory, element) {\n  const cards = document.querySelectorAll('.event-item');\n  const noEventsMessage = document.getElementById('no-events-message');\n\n  let visibleCount = 0;\n\n  cards.forEach(card => {\n    const matches =\n      card.classList.contains(currentMainCategory) &&\n      card.classList.contains(subCategory);\n    card.style.display = matches ? 'block' : 'none';\n    if (matches) visibleCount++;\n  });\n\n  noEventsMessage.style.display = visibleCount === 0 ? 'block' : 'none';\n}\n<\/script>\n\n<p><\/p>\n","protected":false},"excerpt":{"rendered":"<p>Mypalmleaf \u30b3\u30df\u30e5\u30cb\u30c6\u30a3\u30a4\u30d9\u30f3\u30c8 \u30aa\u30f3\u30e9\u30a4\u30f3\u30fb\u30aa\u30d5\u30e9\u30a4\u30f3\u3092\u554f\u308f\u305a\u3001\u79c1\u305f\u3061\u304c\u4e3b\u50ac\u307e\u305f\u306f\u53c2\u52a0\u3059\u308b\u4eca\u5f8c\u306e\u30a4\u30d9\u30f3\u30c8\u3092\u3054\u89a7\u304f\u3060\u3055\u3044\u3002 \u30a4\u30d9\u30f3\u30c8\u30d5\u30a3\u30eb\u30bf\u30fc \u3059\u3079\u3066 Q&#038;A \u30a2\u30fc\u30e6\u30eb\u30f4\u30a7\u30fc\u30c0 \u30ca\u30f4\u30a1\u30b0\u30e9\u30cf\u5de1\u793c \u30e2\u30fc [&hellip;]<\/p>\n","protected":false},"author":406,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"","meta":{"_acf_changed":false,"footnotes":""},"class_list":["post-101985","page","type-page","status-publish","hentry"],"acf":[],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v26.4 - https:\/\/yoast.com\/wordpress\/plugins\/seo\/ -->\n<title>\u30a4\u30d9\u30f3\u30c8 - My Palm Leaf<\/title>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/mypalmleaf.com\/ja\/\u30a4\u30d9\u30f3\u30c8\/\" \/>\n<meta property=\"og:locale\" content=\"ja_JP\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"\u30a4\u30d9\u30f3\u30c8 - My Palm Leaf\" \/>\n<meta property=\"og:description\" content=\"Mypalmleaf \u30b3\u30df\u30e5\u30cb\u30c6\u30a3\u30a4\u30d9\u30f3\u30c8 \u30aa\u30f3\u30e9\u30a4\u30f3\u30fb\u30aa\u30d5\u30e9\u30a4\u30f3\u3092\u554f\u308f\u305a\u3001\u79c1\u305f\u3061\u304c\u4e3b\u50ac\u307e\u305f\u306f\u53c2\u52a0\u3059\u308b\u4eca\u5f8c\u306e\u30a4\u30d9\u30f3\u30c8\u3092\u3054\u89a7\u304f\u3060\u3055\u3044\u3002 \u30a4\u30d9\u30f3\u30c8\u30d5\u30a3\u30eb\u30bf\u30fc \u3059\u3079\u3066 Q&#038;A \u30a2\u30fc\u30e6\u30eb\u30f4\u30a7\u30fc\u30c0 \u30ca\u30f4\u30a1\u30b0\u30e9\u30cf\u5de1\u793c \u30e2\u30fc [&hellip;]\" \/>\n<meta property=\"og:url\" content=\"https:\/\/mypalmleaf.com\/ja\/\u30a4\u30d9\u30f3\u30c8\/\" \/>\n<meta property=\"og:site_name\" content=\"My Palm Leaf\" \/>\n<meta property=\"article:modified_time\" content=\"2026-02-22T02:39:35+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/mypalmleaf.com\/wp-content\/uploads\/2025\/08\/mpl-circle-logo.jpg\" \/>\n\t<meta property=\"og:image:width\" content=\"1200\" \/>\n\t<meta property=\"og:image:height\" content=\"1196\" \/>\n\t<meta property=\"og:image:type\" content=\"image\/jpeg\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:label1\" content=\"\u63a8\u5b9a\u8aad\u307f\u53d6\u308a\u6642\u9593\" \/>\n\t<meta name=\"twitter:data1\" content=\"2\u5206\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\/\/schema.org\",\"@graph\":[{\"@type\":\"WebPage\",\"@id\":\"https:\/\/mypalmleaf.com\/ja\/%e3%82%a4%e3%83%99%e3%83%b3%e3%83%88\/\",\"url\":\"https:\/\/mypalmleaf.com\/ja\/%e3%82%a4%e3%83%99%e3%83%b3%e3%83%88\/\",\"name\":\"\u30a4\u30d9\u30f3\u30c8 - My Palm Leaf\",\"isPartOf\":{\"@id\":\"https:\/\/mypalmleaf.com\/#website\"},\"datePublished\":\"2025-05-13T15:17:20+00:00\",\"dateModified\":\"2026-02-22T02:39:35+00:00\",\"breadcrumb\":{\"@id\":\"https:\/\/mypalmleaf.com\/ja\/%e3%82%a4%e3%83%99%e3%83%b3%e3%83%88\/#breadcrumb\"},\"inLanguage\":\"ja\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/mypalmleaf.com\/ja\/%e3%82%a4%e3%83%99%e3%83%b3%e3%83%88\/\"]}]},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/mypalmleaf.com\/ja\/%e3%82%a4%e3%83%99%e3%83%b3%e3%83%88\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\/\/mypalmleaf.com\/ja\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"\u30a4\u30d9\u30f3\u30c8\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\/\/mypalmleaf.com\/#website\",\"url\":\"https:\/\/mypalmleaf.com\/\",\"name\":\"My Palm Leaf\",\"description\":\"\",\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\/\/mypalmleaf.com\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"ja\"}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"\u30a4\u30d9\u30f3\u30c8 - My Palm Leaf","robots":{"index":"index","follow":"follow","max-snippet":"max-snippet:-1","max-image-preview":"max-image-preview:large","max-video-preview":"max-video-preview:-1"},"canonical":"https:\/\/mypalmleaf.com\/ja\/\u30a4\u30d9\u30f3\u30c8\/","og_locale":"ja_JP","og_type":"article","og_title":"\u30a4\u30d9\u30f3\u30c8 - My Palm Leaf","og_description":"Mypalmleaf \u30b3\u30df\u30e5\u30cb\u30c6\u30a3\u30a4\u30d9\u30f3\u30c8 \u30aa\u30f3\u30e9\u30a4\u30f3\u30fb\u30aa\u30d5\u30e9\u30a4\u30f3\u3092\u554f\u308f\u305a\u3001\u79c1\u305f\u3061\u304c\u4e3b\u50ac\u307e\u305f\u306f\u53c2\u52a0\u3059\u308b\u4eca\u5f8c\u306e\u30a4\u30d9\u30f3\u30c8\u3092\u3054\u89a7\u304f\u3060\u3055\u3044\u3002 \u30a4\u30d9\u30f3\u30c8\u30d5\u30a3\u30eb\u30bf\u30fc \u3059\u3079\u3066 Q&#038;A \u30a2\u30fc\u30e6\u30eb\u30f4\u30a7\u30fc\u30c0 \u30ca\u30f4\u30a1\u30b0\u30e9\u30cf\u5de1\u793c \u30e2\u30fc [&hellip;]","og_url":"https:\/\/mypalmleaf.com\/ja\/\u30a4\u30d9\u30f3\u30c8\/","og_site_name":"My Palm Leaf","article_modified_time":"2026-02-22T02:39:35+00:00","og_image":[{"width":1200,"height":1196,"url":"https:\/\/mypalmleaf.com\/wp-content\/uploads\/2025\/08\/mpl-circle-logo.jpg","type":"image\/jpeg"}],"twitter_card":"summary_large_image","twitter_misc":{"\u63a8\u5b9a\u8aad\u307f\u53d6\u308a\u6642\u9593":"2\u5206"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"WebPage","@id":"https:\/\/mypalmleaf.com\/ja\/%e3%82%a4%e3%83%99%e3%83%b3%e3%83%88\/","url":"https:\/\/mypalmleaf.com\/ja\/%e3%82%a4%e3%83%99%e3%83%b3%e3%83%88\/","name":"\u30a4\u30d9\u30f3\u30c8 - My Palm Leaf","isPartOf":{"@id":"https:\/\/mypalmleaf.com\/#website"},"datePublished":"2025-05-13T15:17:20+00:00","dateModified":"2026-02-22T02:39:35+00:00","breadcrumb":{"@id":"https:\/\/mypalmleaf.com\/ja\/%e3%82%a4%e3%83%99%e3%83%b3%e3%83%88\/#breadcrumb"},"inLanguage":"ja","potentialAction":[{"@type":"ReadAction","target":["https:\/\/mypalmleaf.com\/ja\/%e3%82%a4%e3%83%99%e3%83%b3%e3%83%88\/"]}]},{"@type":"BreadcrumbList","@id":"https:\/\/mypalmleaf.com\/ja\/%e3%82%a4%e3%83%99%e3%83%b3%e3%83%88\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/mypalmleaf.com\/ja\/"},{"@type":"ListItem","position":2,"name":"\u30a4\u30d9\u30f3\u30c8"}]},{"@type":"WebSite","@id":"https:\/\/mypalmleaf.com\/#website","url":"https:\/\/mypalmleaf.com\/","name":"My Palm Leaf","description":"","potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/mypalmleaf.com\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"ja"}]}},"_links":{"self":[{"href":"https:\/\/mypalmleaf.com\/ja\/wp-json\/wp\/v2\/pages\/101985","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/mypalmleaf.com\/ja\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/mypalmleaf.com\/ja\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/mypalmleaf.com\/ja\/wp-json\/wp\/v2\/users\/406"}],"replies":[{"embeddable":true,"href":"https:\/\/mypalmleaf.com\/ja\/wp-json\/wp\/v2\/comments?post=101985"}],"version-history":[{"count":2,"href":"https:\/\/mypalmleaf.com\/ja\/wp-json\/wp\/v2\/pages\/101985\/revisions"}],"predecessor-version":[{"id":125495,"href":"https:\/\/mypalmleaf.com\/ja\/wp-json\/wp\/v2\/pages\/101985\/revisions\/125495"}],"wp:attachment":[{"href":"https:\/\/mypalmleaf.com\/ja\/wp-json\/wp\/v2\/media?parent=101985"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}