{"id":15,"date":"2026-01-30T09:42:26","date_gmt":"2026-01-30T00:42:26","guid":{"rendered":"http:\/\/asure.tokyo\/?page_id=15"},"modified":"2026-02-13T17:55:19","modified_gmt":"2026-02-13T08:55:19","slug":"15-2","status":"publish","type":"page","link":"https:\/\/asure.tokyo\/","title":{"rendered":"asure"},"content":{"rendered":"\n<!DOCTYPE html>\n<html lang=\"ja\">\n<head>\n    <meta charset=\"UTF-8\">\n    <meta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\">\n    <title>ASURE | \u682a\u5f0f\u4f1a\u793e\u30a2\u30b9\u30ec<\/title>\n    <!-- \u9ad8\u7d1a\u611f\u306e\u3042\u308b\u30d5\u30a9\u30f3\u30c8\u8a2d\u5b9a -->\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=Montserrat:wght@300;400;600&#038;family=Noto+Sans+JP:wght@300;400;500;700&#038;display=swap\" rel=\"stylesheet\">\n    \n    <!-- \u30a2\u30a4\u30b3\u30f3\u7528\u30d5\u30a9\u30f3\u30c8 -->\n    <link rel=\"stylesheet\" href=\"https:\/\/cdnjs.cloudflare.com\/ajax\/libs\/font-awesome\/6.4.0\/css\/all.min.css\">\n\n    <style>\n        \/* --- \u57fa\u672c\u8a2d\u5b9a --- *\/\n        :root {\n            --primary-color: #3EBBC9; \/* \u30ed\u30b4\u306e\u30b7\u30a2\u30f3\u30d6\u30eb\u30fc *\/\n            --primary-gradient: linear-gradient(135deg, #2b95d6 0%, #3ebbc9 100%);\n            --text-dark: #222222;\n            --text-gray: #888888;\n            --bg-white: #ffffff;\n            --bg-light: #f8f9fa;\n        }\n\n        \/* WordPress\u7b49\u306e\u5e72\u6e09\u3092\u9632\u3050\u305f\u3081\u306e\u30ea\u30bb\u30c3\u30c8\u5f37\u5316 *\/\n        html, body {\n            margin: 0 !important;\n            padding: 0 !important;\n            width: 100% !important;\n            overflow-x: hidden !important; \/* \u6a2a\u30b9\u30af\u30ed\u30fc\u30eb\u3092\u5f37\u5236\u7684\u306b\u7981\u6b62 *\/\n        }\n\n        body {\n            font-family: 'Noto Sans JP', sans-serif;\n            color: var(--text-dark);\n            background-color: var(--bg-white);\n            line-height: 1.8;\n            box-sizing: border-box;\n        }\n\n        *, *::before, *::after {\n            box-sizing: border-box;\n        }\n\n        \/* \u81ea\u52d5\u633f\u5165\u3055\u308c\u308b\u7a7ap\u30bf\u30b0\u5bfe\u7b56 *\/\n        p:empty { display: none; }\n\n        h1, h2, h3, h4, nav a {\n            font-family: 'Montserrat', sans-serif;\n            letter-spacing: 0.05em;\n        }\n\n        a { text-decoration: none; color: inherit; transition: all 0.3s ease; }\n        ul { list-style: none; margin: 0; padding: 0; }\n        \n        img { \n            max-width: 100%; \n            height: auto; \n            display: block; \n            vertical-align: bottom; \/* \u753b\u50cf\u4e0b\u306e\u9699\u9593\u5bfe\u7b56 *\/\n        }\n\n        \/* --- \u30a2\u30cb\u30e1\u30fc\u30b7\u30e7\u30f3 --- *\/\n        .fade-in-up {\n            opacity: 0;\n            transform: translateY(30px);\n            transition: opacity 1s cubic-bezier(0.16, 1, 0.3, 1), transform 1s cubic-bezier(0.16, 1, 0.3, 1);\n        }\n\n        .fade-in-up.visible {\n            opacity: 1;\n            transform: translateY(0);\n        }\n\n        \/* --- \u30d8\u30c3\u30c0\u30fc --- *\/\n        header {\n            position: fixed;\n            top: 0;\n            left: 0 !important; \/* \u5f37\u5236\u7684\u306b\u5de6\u7aef\u3078 *\/\n            width: 100vw !important; \/* \u5f37\u5236\u7684\u306b\u753b\u9762\u5e45\u3044\u3063\u3071\u3044\u3078 *\/\n            max-width: 100vw !important;\n            height: 80px;\n            display: flex;\n            justify-content: space-between;\n            align-items: center;\n            padding: 0 5%;\n            background: rgba(255, 255, 255, 0.95);\n            backdrop-filter: blur(10px);\n            z-index: 9999;\n            border-bottom: 1px solid rgba(0,0,0,0.05);\n            box-shadow: 0 2px 10px rgba(0,0,0,0.02);\n            box-sizing: border-box; \/* \u30d1\u30c7\u30a3\u30f3\u30b0\u3092\u542b\u3081\u305f\u5e45\u8a08\u7b97 *\/\n        }\n\n        .logo {\n            display: flex;\n            align-items: center;\n            height: 100%;\n            z-index: 10000; \/* \u30cf\u30f3\u30d0\u30fc\u30ac\u30fc\u5c55\u958b\u6642\u3082\u6700\u524d\u9762\u306b *\/\n        }\n\n        .logo img {\n            height: 45px;\n            width: auto;\n            object-fit: contain;\n        }\n\n        \/* PC\u30e1\u30cb\u30e5\u30fc (\u30c7\u30d5\u30a9\u30eb\u30c8) *\/\n        nav {\n            display: block;\n        }\n\n        nav ul {\n            display: flex;\n            gap: 40px;\n            margin: 0 !important;\n            padding: 0 !important;\n            list-style: none !important; \/* WordPress\u30c6\u30fc\u30de\u306e\u30ea\u30b9\u30c8\u30b9\u30bf\u30a4\u30eb\u3092\u6253\u3061\u6d88\u3057 *\/\n        }\n\n        nav ul li {\n            margin: 0 !important;\n            padding: 0 !important;\n            list-style: none !important;\n        }\n\n        nav a {\n            font-size: 0.9rem;\n            font-weight: 500;\n            color: var(--text-dark);\n            position: relative;\n            display: block;\n            padding: 5px 0;\n        }\n\n        nav a::after {\n            content: '';\n            position: absolute;\n            bottom: -5px;\n            left: 0;\n            width: 0;\n            height: 2px;\n            background: var(--primary-gradient);\n            transition: width 0.3s;\n        }\n\n        nav a:hover::after { width: 100%; }\n\n        \/* \u30cf\u30f3\u30d0\u30fc\u30ac\u30fc\u30dc\u30bf\u30f3 (PC\u3067\u306f\u975e\u8868\u793a) *\/\n        .mobile-menu-btn { \n            display: none; \n            font-size: 1.5rem; \n            cursor: pointer; \n            z-index: 10000;\n            color: var(--text-dark);\n        }\n\n        \/* --- \u30e1\u30a4\u30f3\u30d3\u30b8\u30e5\u30a2\u30eb (Hero) --- *\/\n        .hero {\n            height: 100vh;\n            min-height: 600px;\n            display: flex;\n            align-items: center;\n            justify-content: center;\n            background-color: #000;\n            overflow: hidden;\n            margin-top: 0;\n            \n            \/* \u5168\u5e45\u5f37\u5236\u9069\u7528 (Breakout) *\/\n            width: 100vw !important;\n            position: relative !important;\n            left: 50% !important;\n            right: 50% !important;\n            margin-left: -50vw !important;\n            margin-right: -50vw !important;\n            max-width: 100vw !important;\n        }\n\n        .hero-bg {\n            position: absolute;\n            top: 0; left: 0; width: 100%; height: 100%;\n            background: url('https:\/\/images.unsplash.com\/photo-1492684223066-81342ee5ff30?q=80&w=2070&auto=format&fit=crop') no-repeat center center\/cover;\n            opacity: 0.6;\n            transform: scale(1.05);\n            transition: transform 10s ease;\n        }\n        \n        .hero:hover .hero-bg { transform: scale(1.0); }\n\n        .hero-content {\n            position: relative;\n            z-index: 2;\n            text-align: center;\n            color: white;\n            padding: 0 20px;\n            width: 100%;\n        }\n\n        .hero h2 {\n            font-size: clamp(3rem, 8vw, 6rem);\n            font-weight: 700;\n            line-height: 1.1;\n            margin-bottom: 20px;\n            background: linear-gradient(to right, #ffffff, #bcebf3);\n            -webkit-background-clip: text;\n            -webkit-text-fill-color: transparent;\n            color: white; \n        }\n\n        .hero p {\n            font-size: 1.2rem;\n            letter-spacing: 0.2em;\n            margin-bottom: 40px;\n            font-weight: 300;\n        }\n\n        .hero-scroll {\n            position: absolute;\n            bottom: 30px;\n            left: 50%;\n            transform: translateX(-50%);\n            color: white;\n            font-size: 0.8rem;\n            letter-spacing: 0.1em;\n            animation: bounce 2s infinite;\n        }\n\n        @keyframes bounce {\n            0%, 20%, 50%, 80%, 100% {transform: translateX(-50%) translateY(0);}\n            40% {transform: translateX(-50%) translateY(-10px);}\n            60% {transform: translateX(-50%) translateY(-5px);}\n        }\n\n        \/* --- \u30bb\u30af\u30b7\u30e7\u30f3\u5171\u901a --- *\/\n        section {\n            padding: 120px 5%;\n            max-width: 1200px;\n            margin: 0 auto;\n        }\n\n        .section-header {\n            text-align: center;\n            margin-bottom: 80px;\n        }\n\n        .section-title-en {\n            font-size: 2.5rem;\n            font-weight: 600;\n            margin-bottom: 10px;\n            background: var(--primary-gradient);\n            -webkit-background-clip: text;\n            -webkit-text-fill-color: transparent;\n            color: var(--primary-color);\n        }\n        \n        .section-title-jp {\n            font-size: 0.9rem;\n            color: var(--text-gray);\n            letter-spacing: 0.2em;\n            display: block;\n        }\n\n        \/* --- NEWS --- *\/\n        .news-container {\n            border-top: 1px solid #eee;\n        }\n\n        .news-item {\n            display: flex;\n            align-items: center;\n            padding: 25px 0;\n            border-bottom: 1px solid #eee;\n            cursor: pointer;\n        }\n\n        .news-item:hover .news-title { color: var(--primary-color); }\n        .news-item:hover .arrow-icon { transform: translateX(5px); color: var(--primary-color); }\n\n        .news-date {\n            width: 120px;\n            font-family: 'Montserrat';\n            color: var(--text-gray);\n            font-size: 0.9rem;\n        }\n\n        .news-tag {\n            font-size: 0.7rem;\n            padding: 4px 12px;\n            border: 1px solid #ddd;\n            border-radius: 20px;\n            margin-right: 30px;\n            min-width: 80px;\n            text-align: center;\n            color: var(--text-gray);\n        }\n\n        .news-title {\n            flex: 1;\n            font-weight: 500;\n            transition: color 0.3s;\n        }\n\n        .arrow-icon {\n            color: #ddd;\n            transition: all 0.3s;\n        }\n\n        \/* --- TALENT --- *\/\n        .talent-filters {\n            display: flex;\n            justify-content: center;\n            gap: 20px;\n            margin-bottom: 50px;\n        }\n\n        .filter-btn {\n            background: none;\n            border: none;\n            font-family: 'Montserrat';\n            font-size: 0.9rem;\n            font-weight: 600;\n            color: var(--text-gray);\n            cursor: pointer;\n            padding-bottom: 5px;\n            position: relative;\n        }\n\n        .filter-btn.active { color: var(--text-dark); }\n        .filter-btn.active::after {\n            content: '';\n            position: absolute;\n            bottom: 0; left: 0; width: 100%; height: 2px;\n            background: var(--primary-gradient);\n        }\n\n        .talent-grid {\n            display: grid;\n            grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));\n            gap: 60px 40px;\n        }\n\n        \/* --- ABOUT --- *\/\n        .about-section {\n            background-color: var(--bg-light);\n            text-align: center;\n            \n            \/* \u5168\u5e45\u5f37\u5236\u9069\u7528 *\/\n            width: 100vw !important;\n            position: relative !important;\n            left: 50% !important;\n            right: 50% !important;\n            margin-left: -50vw !important;\n            margin-right: -50vw !important;\n            max-width: 100vw !important;\n        }\n\n        .about-content {\n            max-width: 800px;\n            margin: 0 auto;\n        }\n\n        .concept-word {\n            font-size: clamp(3rem, 10vw, 4rem);\n            font-weight: 700;\n            color: rgba(0,0,0,0.03);\n            line-height: 1;\n            margin-bottom: -20px;\n            font-family: 'Montserrat';\n        }\n\n        .about-lead {\n            font-size: clamp(1.2rem, 4vw, 1.5rem);\n            font-weight: 700;\n            margin-bottom: 40px;\n            background: var(--primary-gradient);\n            -webkit-background-clip: text;\n            -webkit-text-fill-color: transparent;\n            color: var(--primary-color);\n        }\n\n        .about-text p {\n            margin-bottom: 2rem;\n            color: #555;\n        }\n\n        \/* --- CONTACT --- *\/\n        .contact-banner {\n            background: var(--text-dark);\n            color: white;\n            text-align: center;\n            padding: 80px 5%;\n            \n            \/* \u5168\u5e45\u5f37\u5236\u9069\u7528 *\/\n            width: 100vw !important;\n            position: relative !important;\n            left: 50% !important;\n            right: 50% !important;\n            margin-left: -50vw !important;\n            margin-right: -50vw !important;\n            max-width: 100vw !important;\n        }\n\n        .contact-btn {\n            display: inline-block;\n            margin-top: 30px;\n            padding: 18px 60px;\n            background: var(--bg-white);\n            color: var(--text-dark);\n            font-family: 'Montserrat';\n            font-weight: 700;\n            border-radius: 50px;\n            transition: all 0.3s;\n        }\n\n        .contact-btn:hover {\n            background: var(--primary-gradient);\n            color: white;\n            transform: translateY(-3px);\n            box-shadow: 0 10px 20px rgba(62, 187, 201, 0.4);\n        }\n\n        \/* --- FOOTER --- *\/\n        footer {\n            background: #111;\n            color: #666;\n            padding: 60px 5%;\n            font-size: 0.8rem;\n            \n            \/* \u30d5\u30c3\u30bf\u30fc\u306e\u4f4d\u7f6e\u30ba\u30ec\u5bfe\u7b56 (Breakout) *\/\n            width: 100vw !important;\n            max-width: 100vw !important;\n            position: relative !important;\n            left: 50% !important;\n            transform: translateX(-50%) !important;\n            margin-left: 0 !important;\n            margin-right: 0 !important;\n            box-sizing: border-box !important;\n        }\n\n        .footer-content {\n            max-width: 1200px;\n            margin: 0 auto;\n            display: flex;\n            justify-content: space-between;\n            flex-wrap: wrap;\n            gap: 40px;\n        }\n\n        .footer-info h4 {\n            color: white;\n            font-size: 1.2rem;\n            margin-bottom: 20px;\n        }\n\n        .footer-links ul {\n            display: flex;\n            gap: 20px;\n        }\n\n        .copyright {\n            text-align: center;\n            margin-top: 60px;\n            border-top: 1px solid #333;\n            padding-top: 20px;\n        }\n\n        \/* --- \u30d7\u30e9\u30a4\u30d0\u30b7\u30fc\u30dd\u30ea\u30b7\u30fc \u30e2\u30fc\u30c0\u30eb --- *\/\n        .modal {\n            display: none; \n            position: fixed; \n            z-index: 20000; \n            left: 0;\n            top: 0;\n            width: 100%; \n            height: 100%; \n            overflow: auto; \n            background-color: rgba(0,0,0,0.6); \n            backdrop-filter: blur(5px);\n        }\n\n        .modal-content {\n            background-color: #fff;\n            margin: 5% auto;\n            padding: 40px;\n            border: none;\n            width: 90%;\n            max-width: 800px;\n            border-radius: 8px;\n            position: relative;\n            box-shadow: 0 10px 30px rgba(0,0,0,0.3);\n            max-height: 80vh;\n            overflow-y: auto;\n        }\n\n        .close-modal {\n            color: #aaa;\n            float: right;\n            font-size: 28px;\n            font-weight: bold;\n            cursor: pointer;\n            position: absolute;\n            right: 20px;\n            top: 10px;\n            transition: color 0.3s;\n        }\n\n        .close-modal:hover,\n        .close-modal:focus {\n            color: var(--primary-color);\n            text-decoration: none;\n        }\n\n        .policy-text h2 {\n            font-size: 1.2rem;\n            border-bottom: 1px solid #eee;\n            padding-bottom: 10px;\n            margin-top: 30px;\n            margin-bottom: 15px;\n        }\n        \n        .policy-text p, .policy-text li {\n            font-size: 0.9rem;\n            color: #555;\n            margin-bottom: 10px;\n        }\n\n        \/* --- \u30b9\u30de\u30db\u5bfe\u5fdc (Responsive & Hamburger) --- *\/\n        @media (max-width: 768px) {\n            \/* \u30cf\u30f3\u30d0\u30fc\u30ac\u30fc\u30dc\u30bf\u30f3\u8868\u793a *\/\n            .mobile-menu-btn { \n                display: block; \n            }\n\n            \/* \u30ca\u30d3\u30b2\u30fc\u30b7\u30e7\u30f3\u30e1\u30cb\u30e5\u30fc\u306e\u30b9\u30bf\u30a4\u30eb\u5207\u308a\u66ff\u3048 *\/\n            nav {\n                position: fixed;\n                top: 0;\n                left: 0;\n                width: 100%;\n                height: 100vh;\n                background: rgba(255, 255, 255, 0.98);\n                padding-top: 100px; \/* \u30d8\u30c3\u30c0\u30fc\u5206\u7a7a\u3051\u308b *\/\n                z-index: 9998;\n                \n                \/* \u30a2\u30cb\u30e1\u30fc\u30b7\u30e7\u30f3\u7528\u8a2d\u5b9a *\/\n                opacity: 0;\n                visibility: hidden;\n                transform: translateY(-20px);\n                transition: all 0.3s ease;\n            }\n\n            \/* \u30e1\u30cb\u30e5\u30fc\u30aa\u30fc\u30d7\u30f3\u6642\u306e\u30af\u30e9\u30b9 *\/\n            nav.active {\n                opacity: 1;\n                visibility: visible;\n                transform: translateY(0);\n            }\n\n            nav ul {\n                flex-direction: column;\n                align-items: center;\n                gap: 30px;\n            }\n\n            nav a {\n                font-size: 1.2rem;\n                font-weight: 700;\n            }\n\n            .talent-grid {\n                grid-template-columns: repeat(2, 1fr);\n                gap: 30px 15px;\n            }\n            \n            .hero h2 { margin-top: 0; }\n            section { padding: 80px 5%; }\n            \n            .footer-content { flex-direction: column; text-align: center; }\n            .footer-links ul { justify-content: center; }\n            \n            .modal-content {\n                margin: 15% auto;\n                padding: 20px;\n                width: 95%;\n            }\n        }\n    <\/style>\n<\/head>\n<body>\n\n    <!-- Header -->\n    <header>\n        <!-- \n            ========================================================================\n            \u3010 \u2193\u2193\u2193 \u30ed\u30b4\u753b\u50cf\u306e\u5909\u66f4\u5834\u6240 \u2193\u2193\u2193 \u3011\n            \n            1. WordPress\u7ba1\u7406\u753b\u9762\u306e\u300c\u30e1\u30c7\u30a3\u30a2\u300d\uff1e\u300c\u65b0\u898f\u8ffd\u52a0\u300d\u3067\u30ed\u30b4\u753b\u50cf\u3092\u30a2\u30c3\u30d7\u30ed\u30fc\u30c9\u3002\n            2. \u753b\u50cf\u306e\u300cURL\u3092\u30af\u30ea\u30c3\u30d7\u30dc\u30fc\u30c9\u306b\u30b3\u30d4\u30fc\u300d\u30dc\u30bf\u30f3\u3092\u62bc\u3057\u3066URL\u3092\u30b3\u30d4\u30fc\u3002\n            3. \u4ee5\u4e0b\u306e <img decoding=\"async\" src=\"...\"> \u306e src=\"\" \u306e\u4e2d\u8eab\u3092\u3001\u30b3\u30d4\u30fc\u3057\u305fURL\u306b\u66f8\u304d\u63db\u3048\u3066\u304f\u3060\u3055\u3044\u3002\n               (\u4f8b) src=\"https:\/\/asure.tokyo\/wp-content\/uploads\/2026\/02\/logo.png\"\n            ========================================================================\n        -->\n        <a href=\"\/\" class=\"logo\">\n            <img decoding=\"async\" src=\"https:\/\/asure.tokyo\/wp-content\/uploads\/2026\/02\/asure-2.png\" alt=\"ASURE\">\n        <\/a>\n        \n        <!-- PC\u3067\u306f\u901a\u5e38\u8868\u793a\u3001\u30b9\u30de\u30db\u3067\u306f\u30cf\u30f3\u30d0\u30fc\u30ac\u30fc\u30e1\u30cb\u30e5\u30fc\u306b\u306a\u308bNAV -->\n        <nav id=\"global-nav\">\n            <ul>\n                <li><a href=\"#about\" class=\"nav-link\">ABOUT<\/a><\/li>\n                <li><a href=\"#talent\" class=\"nav-link\">TALENT<\/a><\/li>\n                <li><a href=\"#news\" class=\"nav-link\">NEWS<\/a><\/li>\n                <li><a href=\"#contact\" class=\"nav-link\">CONTACT<\/a><\/li>\n            <\/ul>\n        <\/nav>\n\n        <!-- \u30b9\u30de\u30db\u7528\u30cf\u30f3\u30d0\u30fc\u30ac\u30fc\u30dc\u30bf\u30f3 -->\n        <div class=\"mobile-menu-btn\" id=\"hamburger\">\n            <i class=\"fa-solid fa-bars\"><\/i>\n        <\/div>\n    <\/header>\n\n    <!-- Hero Section -->\n    <section class=\"hero\">\n        <div class=\"hero-bg\"><\/div>\n        <div class=\"hero-content fade-in-up\">\n            <h2>LINK THE<br>FUTURE.<\/h2>\n            <p>\u660e\u65e5\u3078\u3001\u624d\u80fd\u3092\u7e4b\u3050\u3002<\/p>\n        <\/div>\n        <div class=\"hero-scroll\">SCROLL<\/div>\n    <\/section>\n\n    <!-- News Section -->\n    <section id=\"news\">\n        <div class=\"section-header fade-in-up\">\n            <div class=\"section-title-en\">LATEST NEWS<\/div>\n            <span class=\"section-title-jp\">\u6700\u65b0\u60c5\u5831<\/span>\n        <\/div>\n        <!-- News Container (Filled by JS) -->\n        <div class=\"news-container fade-in-up\" id=\"news-list\"><\/div>\n    <\/section>\n\n    <!-- Talent Section -->\n    <section id=\"talent\">\n        <div class=\"section-header fade-in-up\">\n            <div class=\"section-title-en\">TALENT<\/div>\n            <span class=\"section-title-jp\">\u6240\u5c5e\u30bf\u30ec\u30f3\u30c8<\/span>\n        <\/div>\n        \n        <div class=\"talent-filters fade-in-up\">\n            <button class=\"filter-btn active\">ALL<\/button>\n            <button class=\"filter-btn\">ACTOR<\/button>\n            <button class=\"filter-btn\">TALENT<\/button>\n            <button class=\"filter-btn\">INFLUENCER<\/button>\n        <\/div>\n\n        <div class=\"talent-grid fade-in-up\">\n            <!-- \u6e96\u5099\u4e2d\u306e\u8868\u793a -->\n            <div style=\"grid-column: 1 \/ -1; text-align: center; padding: 80px 0; color: #aaa;\">\n                <p style=\"font-family: 'Montserrat'; font-weight: 600; font-size: 1.5rem; letter-spacing: 0.1em; color: #ccc;\">COMING SOON<\/p>\n                <p style=\"font-size: 0.8rem; margin-top: 10px;\">\u73fe\u5728\u6e96\u5099\u4e2d\u3067\u3059<\/p>\n            <\/div>\n        <\/div>\n    <\/section>\n\n    <!-- About Section -->\n    <section id=\"about\" class=\"about-section\">\n        <div class=\"about-content fade-in-up\">\n            <div class=\"concept-word\">ASURE<\/div>\n            <h3 class=\"about-lead\">\u672a\u6765\u3092\u3001\u78ba\u304b\u306a\u3082\u306e\u306b\u3059\u308b\u3002<\/h3>\n            <div class=\"about-text\">\n                <p>\n                    ASURE\uff08\u30a2\u30b9\u30ec\uff09\u3068\u3044\u3046\u540d\u524d\u306b\u306f\u3001<br>\n                    \u300c\u660e\u65e5\uff08Asu\uff09\u300d\u3078\u306e\u30d0\u30c8\u30f3\u3092\u300c\u7e4b\u3050\uff08Relay\uff09\u300d\u3001<br>\n                    \u305d\u3057\u3066\u305d\u306e\u672a\u6765\u3092\u300c\u78ba\u4fe1\uff08Sure\uff09\u300d\u3042\u308b\u3082\u306e\u306b\u3059\u308b\u3068\u3044\u3046\u610f\u5fd7\u304c\u8fbc\u3081\u3089\u308c\u3066\u3044\u307e\u3059\u3002\n                <\/p>\n                <p>\n                    \u30a4\u30f3\u30d5\u30eb\u30a8\u30f3\u30b5\u30fc\u3068\u3057\u3066\u306e\u8868\u73fe\u529b\u3068\u3001\u30c7\u30b8\u30bf\u30eb\u30cd\u30a4\u30c6\u30a3\u30d6\u306e\u767a\u4fe1\u529b\u3002<br>\n                    \u79c1\u305f\u3061\u306f\u305d\u306e\u4e21\u8f2a\u3067\u3001\u6b21\u4e16\u4ee3\u306e\u30a8\u30f3\u30bf\u30fc\u30c6\u30a4\u30f3\u30e1\u30f3\u30c8\u3092\u5275\u9020\u3057\u307e\u3059\u3002\n                <\/p>\n            <\/div>\n        <\/div>\n    <\/section>\n\n    <!-- Contact Banner -->\n    <div id=\"contact\" class=\"contact-banner fade-in-up\">\n        <h3>RECRUIT &#038; CONTACT<\/h3>\n        <p style=\"margin-top: 20px; opacity: 0.8;\">\u6240\u5c5e\u30aa\u30fc\u30c7\u30a3\u30b7\u30e7\u30f3\u30fb\u304a\u4ed5\u4e8b\u306e\u3054\u4f9d\u983c\u306f\u3053\u3061\u3089<\/p>\n        <a href=\"https:\/\/docs.google.com\/forms\/d\/e\/1FAIpQLSdOVoH65LaCZGNjTnwboNdfejLnxPJ5D37PqRPtj-RJrbHDbw\/viewform?usp=dialog\" class=\"contact-btn\" target=\"_blank\" rel=\"noopener\">CONTACT US<\/a>\n    <\/div>\n\n    <!-- Footer -->\n    <footer>\n        <div class=\"footer-content\">\n            <div class=\"footer-info\">\n                <h4>ASURE<\/h4>\n                <p>Operated by \u682a\u5f0f\u4f1a\u793ePLF<br>\u3012107-0062 \u6771\u4eac\u90fd\u6e2f\u533a\u5357\u9752\u5c712\u4e01\u76ee2-15 \u30a6\u30a3\u30f3\u9752\u5c71942<\/p>\n            <\/div>\n            <div class=\"footer-links\">\n                <ul>\n                    <li><a href=\"#\">TOP<\/a><\/li>\n                    <li><a href=\"#about\">ABOUT<\/a><\/li>\n                    <li><a href=\"#talent\">TALENT<\/a><\/li>\n                    <!-- \u30af\u30ea\u30c3\u30af\u3067\u30e2\u30fc\u30c0\u30eb\u3092\u958b\u304f -->\n                    <li><a href=\"#\" id=\"open-privacy\">PRIVACY POLICY<\/a><\/li>\n                <\/ul>\n            <\/div>\n        <\/div>\n        <div class=\"copyright\">\n            &copy; 2025 ASURE. All Rights Reserved.\n        <\/div>\n    <\/footer>\n\n    <!-- \u30d7\u30e9\u30a4\u30d0\u30b7\u30fc\u30dd\u30ea\u30b7\u30fc \u30e2\u30fc\u30c0\u30eb -->\n    <div id=\"privacy-modal\" class=\"modal\">\n        <div class=\"modal-content\">\n            <span class=\"close-modal\">&times;<\/span>\n            <div class=\"policy-text\">\n                <h1 style=\"text-align: center; margin-bottom: 30px; font-family: 'Montserrat';\">PRIVACY POLICY<\/h1>\n                <p>\u682a\u5f0f\u4f1a\u793ePLF\uff08\u4ee5\u4e0b\u300c\u5f53\u793e\u300d\u3068\u3044\u3044\u307e\u3059\u3002\uff09\u306f\u3001\u5f53\u793e\u306e\u63d0\u4f9b\u3059\u308b\u30bf\u30ec\u30f3\u30c8\u30de\u30cd\u30b8\u30e1\u30f3\u30c8\u4e8b\u696d\u3001\u30a4\u30f3\u30d5\u30eb\u30a8\u30f3\u30b5\u30fc\u30de\u30fc\u30b1\u30c6\u30a3\u30f3\u30b0\u4e8b\u696d\u3001\u304a\u3088\u3073\u3053\u308c\u306b\u95a2\u9023\u3059\u308b\u30b5\u30fc\u30d3\u30b9\uff08\u4ee5\u4e0b\u300c\u672c\u30b5\u30fc\u30d3\u30b9\u300d\u3068\u3044\u3044\u307e\u3059\u3002\uff09\u306b\u304a\u3051\u308b\u3001\u6240\u5c5e\u30bf\u30ec\u30f3\u30c8\u3001\u767b\u9332\u30a4\u30f3\u30d5\u30eb\u30a8\u30f3\u30b5\u30fc\u3001\u304a\u3088\u3073\u672c\u30a6\u30a7\u30d6\u30b5\u30a4\u30c8\u5229\u7528\u8005\u306e\u500b\u4eba\u60c5\u5831\u306e\u53d6\u6271\u3044\u306b\u3064\u3044\u3066\u3001\u4ee5\u4e0b\u306e\u3068\u304a\u308a\u30d7\u30e9\u30a4\u30d0\u30b7\u30fc\u30dd\u30ea\u30b7\u30fc\uff08\u4ee5\u4e0b\u300c\u672c\u30dd\u30ea\u30b7\u30fc\u300d\u3068\u3044\u3044\u307e\u3059\u3002\uff09\u3092\u5b9a\u3081\u307e\u3059\u3002<\/p>\n\n                <h2>\u7b2c1\u6761\uff08\u500b\u4eba\u60c5\u5831\u306e\u5b9a\u7fa9\uff09<\/h2>\n                <p>\u300c\u500b\u4eba\u60c5\u5831\u300d\u3068\u306f\u3001\u500b\u4eba\u60c5\u5831\u4fdd\u8b77\u6cd5\u306b\u3044\u3046\u300c\u500b\u4eba\u60c5\u5831\u300d\u3092\u6307\u3059\u3082\u306e\u3068\u3057\u3001\u751f\u5b58\u3059\u308b\u500b\u4eba\u306b\u95a2\u3059\u308b\u60c5\u5831\u3067\u3042\u3063\u3066\u3001\u5f53\u8a72\u60c5\u5831\u306b\u542b\u307e\u308c\u308b\u6c0f\u540d\u3001\u751f\u5e74\u6708\u65e5\u3001\u4f4f\u6240\u3001\u96fb\u8a71\u756a\u53f7\u3001\u9023\u7d61\u5148\u305d\u306e\u4ed6\u306e\u8a18\u8ff0\u7b49\u306b\u3088\u308a\u7279\u5b9a\u306e\u500b\u4eba\u3092\u8b58\u5225\u3067\u304d\u308b\u60c5\u5831\u3001\u53ca\u3073\u5bb9\u8c8c\uff08\u8096\u50cf\uff09\u3001\u58f0\u7d0b\u306b\u304b\u304b\u308b\u30c7\u30fc\u30bf\u3001\u306a\u3089\u3073\u306b\u5f53\u8a72\u60c5\u5831\u5358\u4f53\u304b\u3089\u7279\u5b9a\u306e\u500b\u4eba\u3092\u8b58\u5225\u3067\u304d\u308b\u60c5\u5831\uff08\u500b\u4eba\u8b58\u5225\u60c5\u5831\uff09\u3092\u6307\u3057\u307e\u3059\u3002<\/p>\n\n                <h2>\u7b2c2\u6761\uff08\u500b\u4eba\u60c5\u5831\u306e\u53ce\u96c6\u65b9\u6cd5\uff09<\/h2>\n                <p>\u5f53\u793e\u306f\u3001\u4ee5\u4e0b\u306e\u65b9\u6cd5\u306b\u3088\u308a\u500b\u4eba\u60c5\u5831\u3092\u53ce\u96c6\u3059\u308b\u3053\u3068\u304c\u3042\u308a\u307e\u3059\u3002<\/p>\n                <ul>\n                    <li>\u5f53\u793e\u3078\u306e\u6240\u5c5e\u30aa\u30fc\u30c7\u30a3\u30b7\u30e7\u30f3\u3001\u307e\u305f\u306f\u30ad\u30e3\u30b9\u30c6\u30a3\u30f3\u30b0\u767b\u9332\u6642\u306e\u5fdc\u52df\u60c5\u5831\uff08\u6c0f\u540d\u3001\u4f4f\u6240\u3001\u751f\u5e74\u6708\u65e5\u3001\u9023\u7d61\u5148\u3001\u9280\u884c\u53e3\u5ea7\u60c5\u5831\u3001\u30b9\u30ea\u30fc\u30b5\u30a4\u30ba\u7b49\u306e\u8eab\u4f53\u7684\u7279\u5fb4\u3001\u5199\u771f\u30fb\u52d5\u753b\u30c7\u30fc\u30bf\u7b49\uff09<\/li>\n                    <li>SNS\u30a2\u30ab\u30a6\u30f3\u30c8\u60c5\u5831\uff08ID\u3001\u30d7\u30ed\u30d5\u30a3\u30fc\u30eb\u60c5\u5831\u3001\u30d5\u30a9\u30ed\u30ef\u30fc\u6570\u3001\u30a4\u30f3\u30b5\u30a4\u30c8\u30c7\u30fc\u30bf\u7b49\u306e\u5206\u6790\u60c5\u5831\uff09<\/li>\n                    <li>\u672c\u30b5\u30fc\u30d3\u30b9\u306b\u95a2\u3059\u308b\u304a\u554f\u3044\u5408\u308f\u305b\u3084\u3001\u696d\u52d9\u63d0\u643a\u6642\u306b\u304a\u3051\u308b\u53d6\u5f15\u8a18\u9332<\/li>\n                <\/ul>\n\n                <h2>\u7b2c3\u6761\uff08\u500b\u4eba\u60c5\u5831\u306e\u5229\u7528\u76ee\u7684\uff09<\/h2>\n                <p>\u5f53\u793e\u304c\u500b\u4eba\u60c5\u5831\u3092\u53ce\u96c6\u30fb\u5229\u7528\u3059\u308b\u76ee\u7684\u306f\u3001\u4ee5\u4e0b\u306e\u3068\u304a\u308a\u3067\u3059\u3002<\/p>\n                <ul>\n                    <li>\u30bf\u30ec\u30f3\u30c8\u304a\u3088\u3073\u30a4\u30f3\u30d5\u30eb\u30a8\u30f3\u30b5\u30fc\u306e\u30de\u30cd\u30b8\u30e1\u30f3\u30c8\u696d\u52d9\u3001\u80b2\u6210\u3001\u55b6\u696d\u6d3b\u52d5\u306e\u305f\u3081<\/li>\n                    <li>\u5e83\u544a\u4e3b\u30fb\u30af\u30e9\u30a4\u30a2\u30f3\u30c8\u4f01\u696d\u3078\u306e\u51fa\u6f14\u63d0\u6848\uff08\u30ad\u30e3\u30b9\u30c6\u30a3\u30f3\u30b0\uff09\u3001\u30d7\u30ed\u30d5\u30a3\u30fc\u30eb\u63d0\u51fa\u306e\u305f\u3081<\/li>\n                    <li>\u5e83\u544a\u6848\u4ef6\u7b49\u306e\u30de\u30c3\u30c1\u30f3\u30b0\u3001\u696d\u52d9\u9023\u7d61\u3001\u304a\u3088\u3073\u6210\u679c\u5831\u544a\u306e\u305f\u3081<\/li>\n                    <li>\u51fa\u6f14\u6599\u3001\u5831\u916c\u7b49\u306e\u652f\u6255\u3044\u3001\u304a\u3088\u3073\u7a0e\u52d9\u51e6\u7406\u306e\u305f\u3081<\/li>\n                    <li>\u672c\u30b5\u30fc\u30d3\u30b9\u306e\u63d0\u4f9b\u30fb\u904b\u55b6\u3001\u304a\u3088\u3073\u30b5\u30fc\u30d3\u30b9\u5411\u4e0a\u30fb\u6539\u5584\u306e\u305f\u3081\u306e\u5206\u6790\u306e\u305f\u3081<\/li>\n                    <li>\u5229\u7528\u898f\u7d04\u306b\u9055\u53cd\u3057\u305f\u30e6\u30fc\u30b6\u30fc\u3084\u3001\u4e0d\u6b63\u30fb\u4e0d\u5f53\u306a\u76ee\u7684\u3067\u30b5\u30fc\u30d3\u30b9\u3092\u5229\u7528\u3057\u3088\u3046\u3068\u3059\u308b\u30e6\u30fc\u30b6\u30fc\u306e\u7279\u5b9a\u3092\u3057\u3001\u3054\u5229\u7528\u3092\u304a\u65ad\u308a\u3059\u308b\u305f\u3081<\/li>\n                    <li>\u4e0a\u8a18\u306e\u5229\u7528\u76ee\u7684\u306b\u4ed8\u968f\u3059\u308b\u76ee\u7684<\/li>\n                <\/ul>\n\n                <h2>\u7b2c4\u6761\uff08\u7b2c\u4e09\u8005\u3078\u306e\u63d0\u4f9b\uff09<\/h2>\n                <p>\u5f53\u793e\u306f\u3001\u6b21\u306b\u63b2\u3052\u308b\u5834\u5408\u3092\u9664\u3044\u3066\u3001\u3042\u3089\u304b\u3058\u3081\u3054\u672c\u4eba\u306e\u540c\u610f\u3092\u5f97\u308b\u3053\u3068\u306a\u304f\u3001\u7b2c\u4e09\u8005\u306b\u500b\u4eba\u60c5\u5831\u3092\u63d0\u4f9b\u3059\u308b\u3053\u3068\u306f\u3042\u308a\u307e\u305b\u3093\u3002<\/p>\n                <ul>\n                    <li>\u6848\u4ef6\u306e\u4f9d\u983c\u4e3b\uff08\u30af\u30e9\u30a4\u30a2\u30f3\u30c8\u4f01\u696d\u3001\u5e83\u544a\u4ee3\u7406\u5e97\u3001\u5236\u4f5c\u4f1a\u793e\u7b49\uff09\u306b\u5bfe\u3057\u3001\u51fa\u6f14\u63d0\u6848\u3084\u9078\u8003\u306e\u305f\u3081\u306b\u5fc5\u8981\u306a\u7bc4\u56f2\u3067\u30d7\u30ed\u30d5\u30a3\u30fc\u30eb\u60c5\u5831\uff08\u6c0f\u540d\u3001\u8096\u50cf\u3001SNS\u30c7\u30fc\u30bf\u7b49\uff09\u3092\u958b\u793a\u3059\u308b\u5834\u5408<\/li>\n                    <li>\u6cd5\u4ee4\u306b\u57fa\u3065\u304f\u5834\u5408<\/li>\n                    <li>\u4eba\u306e\u751f\u547d\u3001\u8eab\u4f53\u307e\u305f\u306f\u8ca1\u7523\u306e\u4fdd\u8b77\u306e\u305f\u3081\u306b\u5fc5\u8981\u304c\u3042\u308b\u5834\u5408\u3067\u3042\u3063\u3066\u3001\u672c\u4eba\u306e\u540c\u610f\u3092\u5f97\u308b\u3053\u3068\u304c\u56f0\u96e3\u3067\u3042\u308b\u3068\u304d<\/li>\n                    <li>\u516c\u8846\u885b\u751f\u306e\u5411\u4e0a\u307e\u305f\u306f\u5150\u7ae5\u306e\u5065\u5168\u306a\u80b2\u6210\u306e\u63a8\u9032\u306e\u305f\u3081\u306b\u7279\u306b\u5fc5\u8981\u304c\u3042\u308b\u5834\u5408\u3067\u3042\u3063\u3066\u3001\u672c\u4eba\u306e\u540c\u610f\u3092\u5f97\u308b\u3053\u3068\u304c\u56f0\u96e3\u3067\u3042\u308b\u3068\u304d<\/li>\n                <\/ul>\n\n                <h2>\u7b2c5\u6761\uff08\u696d\u52d9\u59d4\u8a17\uff09<\/h2>\n                <p>\u5f53\u793e\u306f\u3001\u5229\u7528\u76ee\u7684\u306e\u9054\u6210\u306b\u5fc5\u8981\u306a\u7bc4\u56f2\u5185\u306b\u304a\u3044\u3066\u3001\u500b\u4eba\u60c5\u5831\u306e\u53d6\u6271\u3044\u306e\u5168\u90e8\u307e\u305f\u306f\u4e00\u90e8\u3092\u5916\u90e8\u306b\u59d4\u8a17\u3059\u308b\u3053\u3068\u304c\u3042\u308a\u307e\u3059\u3002\u3053\u306e\u5834\u5408\u3001\u5f53\u793e\u306f\u59d4\u8a17\u5148\u306b\u5bfe\u3057\u3066\u5fc5\u8981\u304b\u3064\u9069\u5207\u306a\u76e3\u7763\u3092\u884c\u3044\u307e\u3059\u3002<\/p>\n\n                <h2>\u7b2c6\u6761\uff08\u500b\u4eba\u60c5\u5831\u306e\u958b\u793a\u30fb\u8a02\u6b63\u30fb\u5229\u7528\u505c\u6b62\uff09<\/h2>\n                <p>\u5f53\u793e\u306f\u3001\u3054\u672c\u4eba\u304b\u3089\u500b\u4eba\u60c5\u5831\u306e\u958b\u793a\u3001\u8a02\u6b63\u3001\u8ffd\u52a0\u3001\u524a\u9664\u3001\u5229\u7528\u505c\u6b62\u7b49\u3092\u6c42\u3081\u3089\u308c\u305f\u3068\u304d\u306f\u3001\u3054\u672c\u4eba\u3067\u3042\u308b\u3053\u3068\u3092\u78ba\u8a8d\u306e\u4e0a\u3001\u6cd5\u4ee4\u306b\u5f93\u3044\u901f\u3084\u304b\u306b\u5bfe\u5fdc\u3044\u305f\u3057\u307e\u3059\u3002<\/p>\n\n                <h2>\u7b2c7\u6761\uff08\u30d7\u30e9\u30a4\u30d0\u30b7\u30fc\u30dd\u30ea\u30b7\u30fc\u306e\u5909\u66f4\uff09<\/h2>\n                <p>\u672c\u30dd\u30ea\u30b7\u30fc\u306e\u5185\u5bb9\u306f\u3001\u6cd5\u4ee4\u305d\u306e\u4ed6\u672c\u30dd\u30ea\u30b7\u30fc\u306b\u5225\u6bb5\u306e\u5b9a\u3081\u306e\u3042\u308b\u4e8b\u9805\u3092\u9664\u3044\u3066\u3001\u30e6\u30fc\u30b6\u30fc\u306b\u901a\u77e5\u3059\u308b\u3053\u3068\u306a\u304f\u5909\u66f4\u3059\u308b\u3053\u3068\u304c\u3067\u304d\u308b\u3082\u306e\u3068\u3057\u307e\u3059\u3002\u5f53\u793e\u304c\u5225\u9014\u5b9a\u3081\u308b\u5834\u5408\u3092\u9664\u3044\u3066\u3001\u5909\u66f4\u5f8c\u306e\u30d7\u30e9\u30a4\u30d0\u30b7\u30fc\u30dd\u30ea\u30b7\u30fc\u306f\u3001\u672c\u30a6\u30a7\u30d6\u30b5\u30a4\u30c8\u306b\u63b2\u8f09\u3057\u305f\u3068\u304d\u304b\u3089\u52b9\u529b\u3092\u751f\u3058\u308b\u3082\u306e\u3068\u3057\u307e\u3059\u3002<\/p>\n\n                <h2>\u7b2c8\u6761\uff08\u304a\u554f\u3044\u5408\u308f\u305b\u7a93\u53e3\uff09<\/h2>\n                <p>\u672c\u30dd\u30ea\u30b7\u30fc\u306b\u95a2\u3059\u308b\u304a\u554f\u3044\u5408\u308f\u305b\u306f\u3001\u4e0b\u8a18\u306e\u7a93\u53e3\u307e\u3067\u304a\u9858\u3044\u3044\u305f\u3057\u307e\u3059\u3002<\/p>\n                <p>\n                    \u682a\u5f0f\u4f1a\u793ePLF<br>\n                    \u4f4f\u6240\uff1a\u3012107-0062 \u6771\u4eac\u90fd\u6e2f\u533a\u5357\u9752\u5c712\u4e01\u76ee2-15 \u30a6\u30a3\u30f3\u9752\u5c71942<br>\n                    E\u30e1\u30fc\u30eb\u30a2\u30c9\u30ec\u30b9\uff1aplf.rink.entertainment@gmail.com\n                <\/p>\n            <\/div>\n        <\/div>\n    <\/div>\n\n    <!-- JavaScript -->\n    <script>\n        \/\/ \u25bc \u30cf\u30f3\u30d0\u30fc\u30ac\u30fc\u30e1\u30cb\u30e5\u30fc\u5236\u5fa1 \u25bc\n        const hamburger = document.getElementById('hamburger');\n        const nav = document.getElementById('global-nav');\n        const navLinks = document.querySelectorAll('.nav-link');\n        const icon = hamburger.querySelector('i');\n\n        hamburger.addEventListener('click', () => {\n            nav.classList.toggle('active');\n            \/\/ \u30a2\u30a4\u30b3\u30f3\u306e\u5207\u308a\u66ff\u3048 (bars <-> xmark)\n            if (nav.classList.contains('active')) {\n                icon.classList.remove('fa-bars');\n                icon.classList.add('fa-xmark');\n            } else {\n                icon.classList.remove('fa-xmark');\n                icon.classList.add('fa-bars');\n            }\n        });\n\n        \/\/ \u30e1\u30cb\u30e5\u30fc\u30ea\u30f3\u30af\u3092\u30af\u30ea\u30c3\u30af\u3057\u305f\u3089\u9589\u3058\u308b\n        navLinks.forEach(link => {\n            link.addEventListener('click', () => {\n                nav.classList.remove('active');\n                icon.classList.remove('fa-xmark');\n                icon.classList.add('fa-bars');\n            });\n        });\n\n        \/\/ \u25bc \u30d7\u30e9\u30a4\u30d0\u30b7\u30fc\u30dd\u30ea\u30b7\u30fc \u30e2\u30fc\u30c0\u30eb\u5236\u5fa1 \u25bc\n        const modal = document.getElementById(\"privacy-modal\");\n        const openBtn = document.getElementById(\"open-privacy\");\n        const closeBtn = document.getElementsByClassName(\"close-modal\")[0];\n\n        \/\/ \u30ea\u30f3\u30af\u30af\u30ea\u30c3\u30af\u3067\u958b\u304f\n        openBtn.addEventListener('click', (e) => {\n            e.preventDefault(); \/\/ \u30da\u30fc\u30b8\u9077\u79fb\u3092\u9632\u3050\n            modal.style.display = \"block\";\n            \/\/ \u30b9\u30af\u30ed\u30fc\u30eb\u7981\u6b62\uff08\u80cc\u666f\uff09\n            document.body.style.overflow = \"hidden\";\n        });\n\n        \/\/ \u00d7\u30dc\u30bf\u30f3\u3067\u9589\u3058\u308b\n        closeBtn.addEventListener('click', () => {\n            modal.style.display = \"none\";\n            document.body.style.overflow = \"auto\"; \/\/ \u30b9\u30af\u30ed\u30fc\u30eb\u89e3\u9664\n        });\n\n        \/\/ \u30e2\u30fc\u30c0\u30eb\u5916\u5074\u30af\u30ea\u30c3\u30af\u3067\u9589\u3058\u308b\n        window.addEventListener('click', (event) => {\n            if (event.target == modal) {\n                modal.style.display = \"none\";\n                document.body.style.overflow = \"auto\";\n            }\n        });\n\n        \/\/ \u25bc NEWS UPDATE SETTINGS \u25bc\n        const newsData = [\n            { date: '2026.01.20', category: 'INFO', title: '\u516c\u5f0f\u30db\u30fc\u30e0\u30da\u30fc\u30b8\u3092\u30aa\u30fc\u30d7\u30f3\u3057\u307e\u3057\u305f' },\n        ];\n\n        \/\/ \u30cb\u30e5\u30fc\u30b9\u3092\u81ea\u52d5\u751f\u6210\n        const newsContainer = document.getElementById('news-list');\n        newsData.forEach(item => {\n            const newsHTML = `\n                <div class=\"news-item\">\n                    <div class=\"news-date\">${item.date}<\/div>\n                    <div class=\"news-tag\">${item.category}<\/div>\n                    <div class=\"news-title\">${item.title}<\/div>\n                    <div class=\"arrow-icon\"><i class=\"fa-solid fa-arrow-right\"><\/i><\/div>\n                <\/div>\n            `;\n            newsContainer.innerHTML += newsHTML;\n        });\n\n        \/\/ \u30a2\u30cb\u30e1\u30fc\u30b7\u30e7\u30f3\u7528\n        const observerOptions = { root: null, rootMargin: '0px', threshold: 0.1 };\n        const observer = new IntersectionObserver((entries, observer) => {\n            entries.forEach(entry => {\n                if (entry.isIntersecting) {\n                    entry.target.classList.add('visible');\n                    observer.unobserve(entry.target);\n                }\n            });\n        }, observerOptions);\n\n        document.querySelectorAll('.fade-in-up').forEach(el => observer.observe(el));\n\n        \/\/ \u30d5\u30a3\u30eb\u30bf\u30fc\u30dc\u30bf\u30f3\u6319\u52d5\n        const filterBtns = document.querySelectorAll('.filter-btn');\n        filterBtns.forEach(btn => {\n            btn.addEventListener('click', () => {\n                filterBtns.forEach(b => b.classList.remove('active'));\n                btn.classList.add('active');\n            });\n        });\n    <\/script>\n<\/body>\n<\/html>\n\n\n\n<p><\/p>\n","protected":false},"excerpt":{"rendered":"<p>ASURE | \u682a\u5f0f\u4f1a\u793e\u30a2\u30b9\u30ec ABOUT TALENT NEWS CONTACT LINK THEFUTURE. \u660e\u65e5\u3078\u3001\u624d\u80fd\u3092\u7e4b\u3050\u3002 SCROLL LATEST NEWS \u6700\u65b0\u60c5\u5831 TALENT \u6240\u5c5e\u30bf\u30ec\u30f3\u30c8 ALL [&hellip;]<\/p>\n","protected":false},"author":1,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"lp","meta":{"footnotes":""},"class_list":["post-15","page","type-page","status-publish","hentry"],"aioseo_notices":[],"_links":{"self":[{"href":"https:\/\/asure.tokyo\/index.php?rest_route=\/wp\/v2\/pages\/15","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/asure.tokyo\/index.php?rest_route=\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/asure.tokyo\/index.php?rest_route=\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/asure.tokyo\/index.php?rest_route=\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/asure.tokyo\/index.php?rest_route=%2Fwp%2Fv2%2Fcomments&post=15"}],"version-history":[{"count":8,"href":"https:\/\/asure.tokyo\/index.php?rest_route=\/wp\/v2\/pages\/15\/revisions"}],"predecessor-version":[{"id":42,"href":"https:\/\/asure.tokyo\/index.php?rest_route=\/wp\/v2\/pages\/15\/revisions\/42"}],"wp:attachment":[{"href":"https:\/\/asure.tokyo\/index.php?rest_route=%2Fwp%2Fv2%2Fmedia&parent=15"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}