{"id":8,"date":"2024-04-17T09:44:13","date_gmt":"2024-04-17T00:44:13","guid":{"rendered":"http:\/\/www.nssence.online\/?page_id=8"},"modified":"2025-12-27T21:57:15","modified_gmt":"2025-12-27T12:57:15","slug":"demo8","status":"publish","type":"page","link":"https:\/\/www.nssence.online\/","title":{"rendered":"\u30c8\u30c3\u30d7\u30da\u30fc\u30b8"},"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>NSSENCE | \u30bb\u30f3\u30b9\u3092\u6368\u3066\u3001\u672c\u8cea\u3092\u7e8f\u3046\u3002AI\u6642\u4ee3\u306e\u30e9\u30a4\u30d5\u30b9\u30bf\u30a4\u30eb\u30e1\u30c7\u30a3\u30a2<\/title>\n    <meta name=\"description\" content=\"AI\u3092\u65e5\u5e38\u306e\u30a8\u30c3\u30bb\u30f3\u30b9\u306b\u3002\u6642\u9593\u3092\u751f\u307f\u51fa\u3057\u3001\u7b11\u9854\u3092\u30c7\u30b6\u30a4\u30f3\u3059\u308b\u3002\u5168\u3066\u306e\u500b\u4eba\u30e1\u30c7\u30a3\u30a2\u306e\u305f\u3081\u306e\u7a76\u6975\u30c6\u30f3\u30d7\u30ec\u30fc\u30c8\u3002\">\n    \n    <!-- Tailwind CSS -->\n    <script src=\"https:\/\/cdn.tailwindcss.com\"><\/script>\n    <link href=\"https:\/\/fonts.googleapis.com\/css2?family=Noto+Sans+JP:wght@300;400;500;700;900&#038;display=swap\" rel=\"stylesheet\">\n    \n    <style>\n        :root {\n            --n-beige: #F7F2EE;\n            --n-charcoal: #2D2D2D;\n            --n-orange: #F97316;\n            --n-white: #FFFFFF;\n        }\n        \n        body {\n            font-family: 'Noto Sans JP', sans-serif;\n            background-color: var(--n-beige);\n            color: var(--n-charcoal);\n            overflow-x: hidden;\n            line-height: 1.8; \/* \u65e5\u672c\u8a9e\u306b\u6700\u9069\u306a\u884c\u9593\u3092\u5c11\u3057\u5e83\u3081\u306b\u8a2d\u5b9a *\/\n            scroll-behavior: smooth;\n            \/* \u6587\u5b57\u306e\u5883\u754c\u8abf\u6574\uff1a\u30b9\u30de\u30db\u3067\u306e\u30ac\u30bf\u3064\u304d\u3092\u5fb9\u5e95\u9632\u6b62 *\/\n            word-break: break-word;\n            overflow-wrap: break-word;\n        }\n\n        \/* \u30b9\u30de\u30db\u3067\u306e\u6bb5\u843d\u306e\u7f8e\u3057\u3055\u3092\u8abf\u6574\uff08\u5747\u7b49\u5272\u4ed8\uff09 *\/\n        p {\n            text-align: justify;\n            text-justify: inter-character;\n        }\n\n        .site-header {\n            background: transparent;\n            padding: 2.5rem 1.25rem;\n        }\n\n        .premium-card {\n            background: var(--n-white);\n            border-radius: 40px;\n            transition: all 0.6s cubic-bezier(0.16, 1, 0.3, 1);\n            border: 1px solid rgba(0,0,0,0.05);\n            display: flex;\n            flex-direction: column;\n            height: 100%;\n        }\n        \n        .premium-card:hover {\n            transform: translateY(-8px);\n            box-shadow: 0 30px 60px rgba(0,0,0,0.04);\n            border-color: var(--n-orange);\n        }\n\n        .fade-in {\n            animation: fadeIn 1.2s ease-out forwards;\n        }\n        @keyframes fadeIn {\n            from { opacity: 0; transform: translateY(20px); }\n            to { opacity: 1; transform: translateY(0); }\n        }\n\n        .floating {\n            animation: float 6s ease-in-out infinite;\n        }\n        @keyframes float {\n            0%, 100% { transform: translateY(0px); }\n            50% { transform: translateY(-15px); }\n        }\n\n        \/* \u753b\u9762\u7aef\u306e\u4f59\u767d\u8abf\u6574\uff08\u30b9\u30de\u30db\u7528\uff09 *\/\n        @media (max-width: 640px) {\n            .site-header { padding: 1.5rem 1rem; }\n            h1 { font-size: 3.2rem !important; line-height: 1.15 !important; }\n            .section-padding { padding-top: 3rem; padding-bottom: 3rem; }\n        }\n    <\/style>\n<\/head>\n<body>\n\n\n    <!-- \u30d2\u30fc\u30ed\u30fc\u30bb\u30af\u30b7\u30e7\u30f3 -->\n    <section class=\"relative min-h-[70vh] md:min-h-[85vh] flex items-center px-6 overflow-hidden\">\n        <div class=\"absolute top-0 right-0 w-[80%] md:w-[60%] h-full bg-gradient-to-br from-orange-100\/30 via-white to-transparent rounded-bl-[150px] md:rounded-bl-[300px] -z-10\"><\/div>\n        <div class=\"max-w-7xl mx-auto w-full grid lg:grid-cols-2 gap-12 md:gap-20 items-center\">\n            <div class=\"space-y-8 md:space-y-12 order-2 lg:order-1 text-center lg:text-left fade-in\">\n                <div class=\"inline-flex items-center gap-3 px-4 py-1.5 bg-white rounded-full shadow-sm border border-orange-50\">\n                    <span class=\"w-1.5 h-1.5 bg-orange-500 rounded-full animate-pulse\"><\/span>\n                    <span class=\"text-[9px] font-black uppercase tracking-widest text-orange-600 italic leading-none\">No Sense, Just Essence.<\/span>\n                <\/div>\n                <h1 class=\"text-5xl md:text-[110px] font-[900] leading-[1.1] md:leading-[0.85] tracking-[-0.05em] text-slate-900\">\n                    \u30bb\u30f3\u30b9<span class=\"text-slate-200\">\u3067\u306f\u306a\u304f\u3001<\/span><br class=\"hidden md:block\">\n                    <span class=\"text-orange-500\">\u3000\u3000\u672c\u8cea<\/span>\u3092\u63b4\u3080\u3002\n                <\/h1>\n                <p class=\"text-slate-500 text-base md:text-2xl font-medium max-w-xl leading-relaxed border-l-4 border-orange-500 pl-6 md:pl-8 mx-auto lg:mx-0\">\n                    AI\u306f\u6280\u8853\u3067\u306f\u3042\u308a\u307e\u305b\u3093\u3002\u3042\u306a\u305f\u306e\u300c\u7b11\u9854\u300d\u3092\u53d6\u308a\u623b\u3059\u305f\u3081\u306e\u30a8\u30c3\u30bb\u30f3\u30b9\u3067\u3059\u3002\n                   \u3055\u3041\u3001\u672c\u5f53\u306b\u5927\u5207\u306a\u3082\u306e\u306b\u96c6\u4e2d\u3057\u307e\u3057\u3087\u3046\u3002\n                <\/p>\n                <div class=\"flex flex-wrap gap-4 justify-center lg:justify-start pt-4\">\n                    <a href=\"https:\/\/www.nssence.online\/?page_id=835\" class=\"bg-black text-white px-8 md:px-10 py-4 md:py-5 rounded-full font-black text-xs md:text-sm tracking-widest hover:bg-orange-500 transition-all shadow-xl\">\u6700\u65b0\u306e\u8a18\u9332\u3092\u8aad\u3080<\/a>\n                <\/div>\n            <\/div>\n            \n            <!-- Hero Image -->\n            <div class=\"order-1 lg:order-2 flex justify-center lg:justify-end floating\">\n                <div class=\"relative w-full max-w-[280px] md:max-w-lg aspect-[4\/5] bg-white rounded-[60px] md:rounded-[100px] overflow-hidden shadow-2xl border-[10px] md:border-[20px] border-white\">\n                    <img decoding=\"async\" src=\"https:\/\/images.unsplash.com\/photo-1512486130939-2c4f79935e4f?q=80&#038;w=1200&#038;auto=format&#038;fit=crop\" alt=\"\u30df\u30cb\u30de\u30eb\u306a\u98a8\u666f\" class=\"w-full h-full object-cover\">\n                    <div class=\"absolute bottom-6 md:bottom-12 right-6 md:right-12 bg-white\/95 backdrop-blur-md p-4 md:p-8 rounded-[30px] md:rounded-[40px] shadow-2xl max-w-[180px] md:max-w-[240px]\">\n                        <p class=\"text-[8px] md:text-[10px] font-black text-orange-500 mb-1 tracking-[0.2em]\">VISION<\/p>\n                        <p class=\"text-xs md:text-sm font-bold leading-relaxed text-slate-800 italic\">&#8220;AI\u3092\u6d3b\u7528\u3057\u3001\u6642\u9593\u306b\u3086\u3068\u308a\u3092\u3002\u4eba\u751f\u306b\u5e78\u305b\u3092\u3002&#8221;<\/p>\n                    <\/div>\n                <\/div>\n            <\/div>\n        <\/div>\n    <\/section>\n\n    <!-- 3\u3064\u306e\u67f1 (\u3059\u3079\u3066\u306e\u30ab\u30fc\u30c9\u3092\u767d\u80cc\u666f\u306b\u7d71\u4e00\u3057\u3001WORK\u3082\u898b\u3084\u3059\u304f\u4fee\u6b63) -->\n    <section id=\"concept\" class=\"py-24 md:py-40 px-6 bg-white rounded-[60px] md:rounded-[120px]\">\n        <div class=\"max-w-7xl mx-auto\">\n            <div class=\"text-center mb-16 md:mb-24 space-y-4\">\n                <p class=\"text-[9px] md:text-[10px] font-black text-orange-500 uppercase tracking-[0.4em]\">The Three Pillars<\/p>\n                <h2 class=\"text-3xl md:text-7xl font-black italic tracking-tighter uppercase\">\u65e5\u5e38\u3092\u8abf\u5f8b\u3059\u308b\u30013\u3064\u306e\u67f1<\/h2>\n            <\/div>\n            \n            <div class=\"grid md:grid-cols-3 gap-8 md:gap-10\">\n                <!-- Card 1: LIFE -->\n                <a href=\"https:\/\/www.nssence.online\/?page_id=854\" class=\"premium-card p-10 md:p-14 group\">\n                    <div class=\"w-16 h-16 md:w-20 md:h-20 bg-orange-50 text-orange-500 rounded-[24px] md:rounded-[32px] flex items-center justify-center mb-8 md:mb-12 text-2xl md:text-3xl group-hover:bg-orange-500 group-hover:text-white transition-all duration-500 shadow-sm\">\ud83c\udfe0<\/div>\n                    <h3 class=\"text-2xl md:text-3xl font-black mb-4 md:mb-6 tracking-tighter italic text-slate-900\">Family &#038; Life<\/h3>\n                    <p class=\"text-slate-400 text-sm leading-relaxed\">\u5bb6\u4e8b\u3001\u80b2\u5150\u3001\u66ae\u3089\u3057\u306e\u300c\u3061\u3087\u3063\u3068\u9762\u5012\u300d\u3092AI\u3067\u89e3\u6c7a\u3002\u5927\u5207\u306a\u4eba\u3068\u904e\u3054\u3059\u6642\u9593\u3092\u6700\u5927\u5316\u3059\u308b\u305f\u3081\u306e\u5b9f\u8df5\u8a18\u3002<\/p>\n                <\/a>\n                \n                <!-- Card 2: WORK (\u4fee\u6b63\u7b87\u6240\uff1a\u767d\u80cc\u666f\u306b\u5909\u66f4\u3057\u3001\u8996\u8a8d\u6027\u3092\u5927\u5e45\u30a2\u30c3\u30d7) -->\n                <a href=\"https:\/\/www.nssence.online\/?page_id=863\" class=\"premium-card p-10 md:p-14 group\">\n                    <div class=\"w-16 h-16 md:w-20 md:h-20 bg-orange-50 text-orange-500 rounded-[24px] md:rounded-[32px] flex items-center justify-center mb-8 md:mb-12 text-2xl md:text-3xl group-hover:bg-orange-500 group-hover:text-white transition-all duration-500 shadow-sm\">\ud83d\udcbc<\/div>\n                    <h3 class=\"text-2xl md:text-3xl font-black mb-4 md:mb-6 tracking-tighter italic text-slate-900\">Smart Work<\/h3>\n                    <p class=\"text-slate-400 text-sm leading-relaxed\">PC\u4f5c\u696d\u3084\u30e1\u30fc\u30eb\u3001\u8cc7\u6599\u4f5c\u6210\u306e\u81ea\u52d5\u5316\u3002AI\u3067\u898b\u3064\u304b\u308b\u3001\u8ab0\u3067\u3082\u4f7f\u3048\u308b\u52b9\u7387\u5316\u306e\u30d2\u30f3\u30c8\u3002<\/p>\n                <\/a>\n                \n                <!-- Card 3: MIND -->\n                <a href=\"https:\/\/www.nssence.online\/?page_id=870\" class=\"premium-card p-10 md:p-14 group\">\n                    <div class=\"w-16 h-16 md:w-20 md:h-20 bg-orange-50 text-orange-500 rounded-[24px] md:rounded-[32px] flex items-center justify-center mb-8 md:mb-12 text-2xl md:text-3xl group-hover:bg-orange-500 group-hover:text-white transition-all duration-500 shadow-sm\">\ud83c\udf3f<\/div>\n                    <h3 class=\"text-2xl md:text-3xl font-black mb-4 md:mb-6 tracking-tighter italic text-slate-900\">Inner Space<\/h3>\n                    <p class=\"text-slate-400 text-sm leading-relaxed\">\u52b9\u7387\u306e\u5148\u306b\u3042\u308b\u3001\u672c\u5f53\u306e\u8c4a\u304b\u3055\u3002\u30c7\u30b8\u30bf\u30eb\u30c4\u30fc\u30eb\u3092\u4f7f\u3044\u3053\u306a\u3057\u306a\u304c\u3089\u3001\u5fc3\u3092\u6574\u3048\u308b\u30de\u30a4\u30f3\u30c9\u30bb\u30c3\u30c8\u3092\u5b66\u3076\u3002<\/p>\n                <\/a>\n            <\/div>\n        <\/div>\n    <\/section>\n\n    <!-- \u7279\u96c6\u30bb\u30af\u30b7\u30e7\u30f3 -->\n    <section class=\"py-24 md:py-40 px-4 md:px-6\">\n        <div class=\"max-w-7xl mx-auto bg-white rounded-[50px] md:rounded-[80px] p-10 md:p-24 relative overflow-hidden shadow-xl border border-slate-100\">\n            <div class=\"absolute top-0 right-0 w-64 h-64 md:w-96 md:h-96 bg-orange-50\/50 blur-[120px] rounded-full -mr-20 -mt-20 pointer-events-none\"><\/div>\n            \n            <div class=\"grid lg:grid-cols-2 gap-12 md:gap-20 items-center relative z-10\">\n                <div class=\"space-y-8 md:space-y-10 text-center lg:text-left\">\n                    <p class=\"text-[9px] md:text-[10px] font-black text-orange-500 uppercase tracking-[0.4em]\">The Journey<\/p>\n                    <h2 class=\"text-3xl md:text-6xl font-black text-slate-900 italic leading-tight tracking-tighter\">\n                        \u300c\u5b9f\u9a13\u300d\u3068\u300c\u691c\u8a3c\u300d\u306e<br>\u7a4d\u307f\u91cd\u306d\u3002\n                    <\/h2>\n                    <p class=\"text-slate-500 text-base md:text-lg leading-relaxed font-medium\">\n                        AI\u3092\u4f7f\u3063\u3066\u8ab0\u3082\u304c\u300c\u30bb\u30f3\u30b9\u300d\u3092\u5fc5\u8981\u3068\u305b\u305a\u306b\u300c\u5e78\u305b\u306e\u30a8\u30c3\u30bb\u30f3\u30b9\u300d\u306b\u5909\u3048\u308b\u305f\u3081\u306b\u3001\u6bce\u65e5\u8ab0\u3088\u308a\u3082\u8a66\u884c\u932f\u8aa4\u3092\u7e70\u308a\u8fd4\u3057\u3066\u3044\u307e\u3059\u3002\u7b49\u8eab\u5927\u306e\u691c\u8a3c\u7d50\u679c\u3092\u5171\u6709\u3057\u3001\u5171\u306b\u6210\u9577\u3057\u3066\u3044\u304f\u305f\u3081\u306e\u5834\u6240\u3067\u3059\u3002\n                    <\/p>\n                    <a href=\"https:\/\/www.nssence.online\/?page_id=2\" class=\"inline-block bg-black text-white px-8 py-3.5 rounded-full font-black text-[10px] md:text-xs tracking-widest uppercase hover:bg-orange-500 transition-all shadow-md\">Read Philosophy<\/a>\n                <\/div>\n                <div class=\"grid grid-cols-2 gap-4 md:gap-6\">\n                    <div class=\"bg-slate-50 p-6 md:p-8 rounded-[30px] md:rounded-[40px] border border-slate-100 text-center shadow-sm\">\n                        <p class=\"text-2xl md:text-4xl font-[900] text-orange-500 mb-1 leading-none\">365d<\/p>\n                        <p class=\"text-[8px] md:text-[9px] text-slate-400 font-black uppercase tracking-widest mt-2\">Challenge<\/p>\n                    <\/div>\n                    <div class=\"bg-slate-50 p-6 md:p-8 rounded-[30px] md:rounded-[40px] border border-slate-100 text-center shadow-sm translate-y-6 md:translate-y-8\">\n                        <p class=\"text-2xl md:text-4xl font-[900] text-slate-900 mb-1 leading-none\">100+<\/p>\n                        <p class=\"text-[8px] md:text-[9px] text-slate-400 font-black uppercase tracking-widest mt-2\">Tests<\/p>\n                    <\/div>\n                <\/div>\n            <\/div>\n        <\/div>\n    <\/section>\n\n   \n<\/body>\n<\/html>\n\n\n\n<p><\/p>\n\n\n\n<section class=\"wp-block-jinr-blocks-fullwidth b--jinr-block b--jinr-fullwidth-container\"><section class=\"b--jinr-fullwidth\" style=\"background-color:#ffffff\"><div class=\"d--fullwidth-max d--fullwidth-pad0 d--fullwidth-pad0-sp t--main-width\" style=\"color:false\">\n<div class=\"wp-block-jinr-blocks-background b--jinr-block b--jinr-background\"><div class=\"o--background-container d--background-design-flat d--background-shadow-s d--border-outset\"><div class=\"c--background-inner d--border-none d--border-2px t--round\" style=\"border-color:#ffffff\">\n<section class=\"wp-block-jinr-blocks-designtitle b--jinr-block b--jinr-h2rich d--h2rich-left d--h2rich-style1 d--titledesign-weight-thin d--h2rich-none js--scr-animation\" style=\"border-color:false\"><div class=\"c--h2rich-contents\"><span class=\"a--h2rich-subcopy ef\" style=\"color:#d2d588\">\u307e\u3059\u306f\u3053\u3061\u3089\u3092\u3069\u3046\u305e\uff01<\/span><div class=\"a--h2rich-maincopy d--bold ef\" style=\"color:false\"><em>\u304a\u3059\u3059\u3081\u8a18\u4e8b\u4e00\u89a7<\/em><\/div><\/div><\/section>\n\n\n<div class=d--postslider-scrollbar><section id='f71f6020-0014-496f-bc80-8540bd56ccb6' data-clientid='f71f6020-0014-496f-bc80-8540bd56ccb6' data-btn='\u3082\u3063\u3068\u898b\u308b' data-catdisp='off' data-timedisp='off' data-ar='pickup' data-postnum='4' data-cat='3' class='b--jinr-block b--jinr-postlist d--postlist-type-pickup d--postlist-slider d--postlist-slider-loader d--postlist-slider-sp d--postlist-slider-loader d--postlist-column4 d--postlist-column2-sp d--postlist-animation-fadebyone js--scr-animation d--postlist-hover-zoom   '><article class='o--postlist-item' data-id='526'>\n\t\t\t\t\t\t\t<a class='c--post-link' href='https:\/\/www.nssence.online\/?p=526'>\n\t\t\t\t\t\t\t\t<figure class='c--post-image'>\n\t\t\t\t\t\t\t\t\t<img class='a--post-img-src' src='https:\/\/www.nssence.online\/wp-content\/uploads\/2025\/12\/\u753b\u50cf-14.jpg' alt='\u3010\u3053\u3063\u305d\u308a\u6559\u3048\u307e\u3059\u3011 ChatGPT \u306e\u305a\u308b\u3044\u4f7f\u3044\u65b9' loading='lazy' width='357' height='200' srcset='https:\/\/www.nssence.online\/wp-content\/uploads\/2025\/12\/\u753b\u50cf-14-320x180.jpg 320w,https:\/\/www.nssence.online\/wp-content\/uploads\/2025\/12\/\u753b\u50cf-14-640x360.jpg 640w' sizes=\"auto, (max-width:552px) 70vw,(max-width:781px) 35vw , (max-width:1131px) 30vw, 20vw\" \/>\n\t\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t<\/figure>\n\t\t\t\t\t\t\t\t<div class='c--post-contents'>\n\t\t\t\t\t\t\t\t\t<div class='a--post-title d--bold'>\u3010\u3053\u3063\u305d\u308a\u6559\u3048\u307e\u3059\u3011 ChatGPT \u306e\u305a\u308b\u3044\u4f7f\u3044\u65b9<\/div>\n\t\t\t\t\t\t\t\t\t<div class='c--meta-options'><\/div>\n\t\t\t\t\t\t\t\t\t<div class='c--post-meta'>\n                <div><\/div>\n                <div class='a--paidpost-price'><\/div>\n                <\/div>\n\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t<\/a>\n\t\t\t\t\t\t<\/article><article class='o--postlist-item' data-id='448'>\n\t\t\t\t\t\t\t<a class='c--post-link' href='https:\/\/www.nssence.online\/?p=448'>\n\t\t\t\t\t\t\t\t<figure class='c--post-image'>\n\t\t\t\t\t\t\t\t\t<img class='a--post-img-src' src='https:\/\/www.nssence.online\/wp-content\/uploads\/2025\/11\/\u753b\u50cf-7.jpg' alt='AI\u306e\u30d7\u30ed\u30f3\u30d7\u30c8\u304b\u3089\u8003\u3048\u308b\u3001\u4eba\u9593\u3092\u69cb\u6210\u3057\u3066\u3044\u308b\u201c\u30d7\u30ed\u30f3\u30d7\u30c8\u201d\u306b\u3064\u3044\u3066' loading='lazy' width='357' height='200' srcset='https:\/\/www.nssence.online\/wp-content\/uploads\/2025\/11\/\u753b\u50cf-7-320x180.jpg 320w,https:\/\/www.nssence.online\/wp-content\/uploads\/2025\/11\/\u753b\u50cf-7-640x360.jpg 640w' sizes=\"auto, (max-width:552px) 70vw,(max-width:781px) 35vw , (max-width:1131px) 30vw, 20vw\" \/>\n\t\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t<\/figure>\n\t\t\t\t\t\t\t\t<div class='c--post-contents'>\n\t\t\t\t\t\t\t\t\t<div class='a--post-title d--bold'>AI\u306e\u30d7\u30ed\u30f3\u30d7\u30c8\u304b\u3089\u8003\u3048\u308b\u3001\u4eba\u9593\u3092\u69cb\u6210\u3057\u3066\u3044\u308b\u201c\u30d7\u30ed\u30f3\u30d7\u30c8\u201d\u306b\u3064\u3044\u3066<\/div>\n\t\t\t\t\t\t\t\t\t<div class='c--meta-options'><\/div>\n\t\t\t\t\t\t\t\t\t<div class='c--post-meta'>\n                <div><\/div>\n                <div class='a--paidpost-price'><\/div>\n                <\/div>\n\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t<\/a>\n\t\t\t\t\t\t<\/article><article class='o--postlist-item' data-id='435'>\n\t\t\t\t\t\t\t<a class='c--post-link' href='https:\/\/www.nssence.online\/?p=435'>\n\t\t\t\t\t\t\t\t<figure class='c--post-image'>\n\t\t\t\t\t\t\t\t\t<img class='a--post-img-src' src='https:\/\/www.nssence.online\/wp-content\/uploads\/2025\/11\/\u753b\u50cf-3.jpg' alt='\u30105\u5206\u3067\u308f\u304b\u308b\u3011ChatGPT\u306b\u3064\u3044\u3066' loading='lazy' width='357' height='200' srcset='https:\/\/www.nssence.online\/wp-content\/uploads\/2025\/11\/\u753b\u50cf-3-320x180.jpg 320w,https:\/\/www.nssence.online\/wp-content\/uploads\/2025\/11\/\u753b\u50cf-3-640x360.jpg 640w' sizes=\"auto, (max-width:552px) 70vw,(max-width:781px) 35vw , (max-width:1131px) 30vw, 20vw\" \/>\n\t\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t<\/figure>\n\t\t\t\t\t\t\t\t<div class='c--post-contents'>\n\t\t\t\t\t\t\t\t\t<div class='a--post-title d--bold'>\u30105\u5206\u3067\u308f\u304b\u308b\u3011ChatGPT\u306b\u3064\u3044\u3066<\/div>\n\t\t\t\t\t\t\t\t\t<div class='c--meta-options'><\/div>\n\t\t\t\t\t\t\t\t\t<div class='c--post-meta'>\n                <div><\/div>\n                <div class='a--paidpost-price'><\/div>\n                <\/div>\n\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t<\/a>\n\t\t\t\t\t\t<\/article><article class='o--postlist-item' data-id='398'>\n\t\t\t\t\t\t\t<a class='c--post-link' href='https:\/\/www.nssence.online\/?p=398'>\n\t\t\t\t\t\t\t\t<figure class='c--post-image'>\n\t\t\t\t\t\t\t\t\t<img class='a--post-img-src' src='https:\/\/www.nssence.online\/wp-content\/uploads\/2025\/11\/\u753b\u50cf.jpg' alt='\u3010\u5b8c\u5168\u4fdd\u5b58\u7248\u3011\u8ab0\u3067\u3082\u3067\u304d\u308b\uff01ChatGPT\u3067\u4f7f\u3048\u308b\u201c\u795e\u30d7\u30ed\u30f3\u30d7\u30c8\u96c6\u201d' loading='lazy' width='357' height='200' srcset='https:\/\/www.nssence.online\/wp-content\/uploads\/2025\/11\/\u753b\u50cf-320x180.jpg 320w,https:\/\/www.nssence.online\/wp-content\/uploads\/2025\/11\/\u753b\u50cf-640x360.jpg 640w' sizes=\"auto, (max-width:552px) 70vw,(max-width:781px) 35vw , (max-width:1131px) 30vw, 20vw\" \/>\n\t\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t<\/figure>\n\t\t\t\t\t\t\t\t<div class='c--post-contents'>\n\t\t\t\t\t\t\t\t\t<div class='a--post-title d--bold'>\u3010\u5b8c\u5168\u4fdd\u5b58\u7248\u3011\u8ab0\u3067\u3082\u3067\u304d\u308b\uff01ChatGPT\u3067\u4f7f\u3048\u308b\u201c\u795e\u30d7\u30ed\u30f3\u30d7\u30c8\u96c6\u201d<\/div>\n\t\t\t\t\t\t\t\t\t<div class='c--meta-options'><\/div>\n\t\t\t\t\t\t\t\t\t<div class='c--post-meta'>\n                <div><\/div>\n                <div class='a--paidpost-price'><\/div>\n                <\/div>\n\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t<\/a>\n\t\t\t\t\t\t<\/article><\/section><\/div>\n\n<p class=\"wp-block-tag-cloud\"><a href=\"https:\/\/www.nssence.online\/?cat=53\" class=\"tag-cloud-link tag-link-53 tag-link-position-1\" style=\"font-size: 20.6pt;\" aria-label=\"AI\u00d7\u30c4\u30fc\u30eb\u4f5c\u6210 (13\u500b\u306e\u9805\u76ee)\">AI\u00d7\u30c4\u30fc\u30eb\u4f5c\u6210<\/a>\n<a href=\"https:\/\/www.nssence.online\/?cat=50\" class=\"tag-cloud-link tag-link-50 tag-link-position-2\" style=\"font-size: 13.6pt;\" aria-label=\"AI\u00d7\u4ed5\u4e8b (7\u500b\u306e\u9805\u76ee)\">AI\u00d7\u4ed5\u4e8b<\/a>\n<a href=\"https:\/\/www.nssence.online\/?cat=52\" class=\"tag-cloud-link tag-link-52 tag-link-position-3\" style=\"font-size: 17.52pt;\" aria-label=\"AI\u00d7\u601d\u8003 (10\u500b\u306e\u9805\u76ee)\">AI\u00d7\u601d\u8003<\/a>\n<a href=\"https:\/\/www.nssence.online\/?cat=51\" class=\"tag-cloud-link tag-link-51 tag-link-position-4\" style=\"font-size: 8pt;\" aria-label=\"AI\u00d7\u751f\u6d3b (4\u500b\u306e\u9805\u76ee)\">AI\u00d7\u751f\u6d3b<\/a>\n<a href=\"https:\/\/www.nssence.online\/?cat=34\" class=\"tag-cloud-link tag-link-34 tag-link-position-5\" style=\"font-size: 8pt;\" aria-label=\"AI\u30cd\u30bf (4\u500b\u306e\u9805\u76ee)\">AI\u30cd\u30bf<\/a>\n<a href=\"https:\/\/www.nssence.online\/?cat=36\" class=\"tag-cloud-link tag-link-36 tag-link-position-6\" style=\"font-size: 13.6pt;\" aria-label=\"AI\u521d\u5fc3\u8005 (7\u500b\u306e\u9805\u76ee)\">AI\u521d\u5fc3\u8005<\/a>\n<a href=\"https:\/\/www.nssence.online\/?cat=30\" class=\"tag-cloud-link tag-link-30 tag-link-position-7\" style=\"font-size: 22pt;\" aria-label=\"AI\u6d3b\u7528 (15\u500b\u306e\u9805\u76ee)\">AI\u6d3b\u7528<\/a><\/p><\/div><\/div><div class=\"a--background-color\" style=\"background:#ffffff\"><\/div><div class=\"a--background-image t--round d--background-pattern5\" style=\"opacity:0.21999999999999997;background-size:30%\"><\/div><\/div>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity\"\/>\n\n\n\n<div class=\"wp-block-jinr-blocks-background b--jinr-block b--jinr-background\"><div class=\"o--background-container d--background-design-flat d--background-shadow-s d--border-outset\"><div class=\"c--background-inner d--border-none d--border-2px t--round\" style=\"border-color:#ffffff\">\n<section class=\"wp-block-jinr-blocks-designtitle b--jinr-block b--jinr-h2rich d--h2rich-left d--h2rich-style1 d--titledesign-weight-thin d--h2rich-none js--scr-animation\" style=\"border-color:false\"><div class=\"c--h2rich-contents\"><span class=\"a--h2rich-subcopy ef\" style=\"color:#d2d588\">\u30c4\u30fc\u30eb<\/span><div class=\"a--h2rich-maincopy d--bold ef\" style=\"color:false\"><em>AI\u3067\u4f5c\u6210\u3057\u305f\u30c4\u30fc\u30eb<\/em><\/div><\/div><\/section>\n\n\n\n<div class=\"wp-block-group\"><div class=\"wp-block-group__inner-container is-layout-constrained wp-block-group-is-layout-constrained\"><section id='a07e1667-bc3e-4731-8142-975b8199a12c' data-clientid='a07e1667-bc3e-4731-8142-975b8199a12c' data-catdisp='off' data-timedisp='off' data-btn='\u3082\u3063\u3068\u898b\u308b' data-listdesign='d--postlist-square' data-listdesignsp='d--postlist-square-sp' data-column='3' data-columnsp='1' data-ar='pickup' data-postnum='3' data-cat='8' class='b--jinr-block b--jinr-postlist d--postlist-type-pickup d--postlist-square d--postlist-square-sp d--postlist-column3 d--postlist-column1-sp d--postlist-animation-fade js--scr-animation d--postlist-hover-up     '><article class='o--postlist-item' data-id='546'>\n\t\t\t\t\t\t\t<a class='c--post-link' href='https:\/\/www.nssence.online\/?page_id=546'>\n\t\t\t\t\t\t\t\t<figure class='c--post-image'>\n\t\t\t\t\t\t\t\t\t<img class='a--post-img-src' src='https:\/\/www.nssence.online\/wp-content\/uploads\/2025\/12\/\u753b\u50cf-27.jpg' alt='\u30ef\u30f3\u30af\u30ea\u30c3\u30af\u540d\u8a00\u30e1\u30fc\u30ab\u30fc' loading='lazy' width='357' height='200' srcset='https:\/\/www.nssence.online\/wp-content\/uploads\/2025\/12\/\u753b\u50cf-27-320x180.jpg 320w,https:\/\/www.nssence.online\/wp-content\/uploads\/2025\/12\/\u753b\u50cf-27-640x360.jpg 640w' sizes=\"auto, (max-width:552px) 90vw,(max-width:781px) 35vw , (max-width:1131px) 30vw, 20vw\" \/>\n\t\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t<\/figure>\n\t\t\t\t\t\t\t\t<div class='c--post-contents'>\n\t\t\t\t\t\t\t\t\t<div class='a--post-title d--bold'>\u30ef\u30f3\u30af\u30ea\u30c3\u30af\u540d\u8a00\u30e1\u30fc\u30ab\u30fc<\/div>\n\t\t\t\t\t\t\t\t\t<div class='c--meta-options'><\/div>\n\t\t\t\t\t\t\t\t\t<div class='c--post-meta'>\n                <div class='a--pickup-label' style='color:#b89a89;background-color:rgba(184,154,137,0.12);'><span>\u884c\u52d5\u3092\u4fc3\u3059\u6700\u5f37\u30c4\u30fc\u30eb<\/span><\/div>\n                <div class='a--paidpost-price'><\/div>\n                <\/div>\n\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t<\/a>\n\t\t\t\t\t\t<\/article><article class='o--postlist-item' data-id='913'>\n\t\t\t\t\t\t\t<a class='c--post-link' href='https:\/\/www.nssence.online\/?page_id=913'>\n\t\t\t\t\t\t\t\t<figure class='c--post-image'>\n\t\t\t\t\t\t\t\t\t<img class='a--post-img-src' src='https:\/\/www.nssence.online\/wp-content\/uploads\/2025\/12\/\u753b\u50cf-35.jpg' alt='\u76ee\u7684\u9054\u6210\u30d7\u30ed\u30f3\u30d7\u30c8\u30b8\u30a7\u30cd\u30ec\u30fc\u30bf\u30fc' loading='lazy' width='357' height='200' srcset='https:\/\/www.nssence.online\/wp-content\/uploads\/2025\/12\/\u753b\u50cf-35-320x180.jpg 320w,https:\/\/www.nssence.online\/wp-content\/uploads\/2025\/12\/\u753b\u50cf-35-640x360.jpg 640w' sizes=\"auto, (max-width:552px) 90vw,(max-width:781px) 35vw , (max-width:1131px) 30vw, 20vw\" \/>\n\t\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t<\/figure>\n\t\t\t\t\t\t\t\t<div class='c--post-contents'>\n\t\t\t\t\t\t\t\t\t<div class='a--post-title d--bold'>\u76ee\u7684\u9054\u6210\u30d7\u30ed\u30f3\u30d7\u30c8\u30b8\u30a7\u30cd\u30ec\u30fc\u30bf\u30fc<\/div>\n\t\t\t\t\t\t\t\t\t<div class='c--meta-options'><\/div>\n\t\t\t\t\t\t\t\t\t<div class='c--post-meta'>\n                <div class='a--pickup-label' style='color:#b89a89;background-color:rgba(184,154,137,0.12);'><span>\u3042\u306a\u305f\u3060\u3051\u306e\u30d7\u30ed\u30f3\u30d7\u30c8\u3092\u751f\u6210<\/span><\/div>\n                <div class='a--paidpost-price'><\/div>\n                <\/div>\n\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t<\/a>\n\t\t\t\t\t\t<\/article><article class='o--postlist-item' data-id='723'>\n\t\t\t\t\t\t\t<a class='c--post-link' href='https:\/\/www.nssence.online\/?page_id=723'>\n\t\t\t\t\t\t\t\t<figure class='c--post-image'>\n\t\t\t\t\t\t\t\t\t<img class='a--post-img-src' src='https:\/\/www.nssence.online\/wp-content\/uploads\/2025\/12\/\u753b\u50cf-30.jpg' alt='\u904a\u3093\u3067\u5b66\u3079\u308bAI\u6d3b\u7528RPG \u3010\u5165\u9580\u7de8\u3011ver\uff12.0' loading='lazy' width='357' height='200' srcset='https:\/\/www.nssence.online\/wp-content\/uploads\/2025\/12\/\u753b\u50cf-30-320x180.jpg 320w,https:\/\/www.nssence.online\/wp-content\/uploads\/2025\/12\/\u753b\u50cf-30-640x360.jpg 640w' sizes=\"auto, (max-width:552px) 90vw,(max-width:781px) 35vw , (max-width:1131px) 30vw, 20vw\" \/>\n\t\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t<\/figure>\n\t\t\t\t\t\t\t\t<div class='c--post-contents'>\n\t\t\t\t\t\t\t\t\t<div class='a--post-title d--bold'>\u904a\u3093\u3067\u5b66\u3079\u308bAI\u6d3b\u7528RPG \u3010\u5165\u9580\u7de8\u3011ver\uff12.0<\/div>\n\t\t\t\t\t\t\t\t\t<div class='c--meta-options'><\/div>\n\t\t\t\t\t\t\t\t\t<div class='c--post-meta'>\n                <div class='a--pickup-label' style='color:#b89a89;background-color:rgba(184,154,137,0.12);'><span>\u30b2\u30fc\u30e0\u3067\u5b66\u3079\u308bAI\u6d3b\u7528\uff01<\/span><\/div>\n                <div class='a--paidpost-price'><\/div>\n                <\/div>\n\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t<\/a>\n\t\t\t\t\t\t<\/article><\/section><\/div><\/div>\n<\/div><\/div><div class=\"a--background-color\" style=\"background:#ffffff\"><\/div><div class=\"a--background-image t--round d--background-pattern1\" style=\"opacity:0.21999999999999997;background-size:1%\"><\/div><\/div>\n<\/div><\/section><\/section>\n\n\n\n<div class=\"wp-block-group\"><div class=\"wp-block-group__inner-container is-layout-constrained wp-block-group-is-layout-constrained\">\n<div class=\"jinr-add-class-container\"><div class=\"wp-block-jinr-blocks-profile b--jinr-profile-container\"><section class=\"b--jinr-block b--jinr-profile d--sns-display-on d--theme-color d--profile-style1\"><div class=\"o--profile-contents\"><a href=\"http:\/\/www.nssence.online\/?page_id=130\" class=\"a--profile-image\"><img src=http:\/\/www.nssence.online\/wp-content\/uploads\/2025\/12\/8AAF21EB-3BED-4076-A93B-CF3E6EDE6AC2-150x150.jpg alt=\"shota\" width=\"90\" height=\"90\" \/><\/a><div class=\"c--profile-meta\"><div class=\"a--profile-name d--bold\">shota<\/div><div class=\"a--profile-job\">\u4f1a\u793e\u54e1\u3000AI\u6d3b\u7528\u306b\u3064\u3044\u3066\u65e5\u3005\u596e\u95d8\u4e2d<\/div><\/div><\/div><div class=\"a--profile-introduction\"><div class=\"a--profile-label ef d--bold\">Profile<\/div><div class=\"a--profile-text\">\u3053\u3093\u306b\u3061\u306f\uff01shota\u3068\u7533\u3057\u307e\u3059\u3002\n\u30d6\u30ed\u30b0\u3092\u898b\u3066\u3044\u305f\u3060\u304d\u3042\u308a\u304c\u3068\u3046\u3054\u3056\u3044\u307e\u3059\u3002\n\u79c1\u81ea\u8eab\u304c\u7d4c\u9a13\u3057\u305f\u3053\u3068\u3001\u60a9\u3093\u3067\u89e3\u6c7a\u3057\u305f\u3053\u3068\u306a\u3069\u3092\u8a18\u4e8b\u306b\u3057\u3066\u304a\u308a\u307e\u3059\u3002\u7279\u306bAI\u6d3b\u7528\u306b\u3064\u3044\u3066\u5b66\u3073\u81ea\u5206\u306e\u6642\u9593\u3092\u3069\u306e\u3088\u3046\u306b\u3057\u3066\u5897\u3084\u3059\u304b\uff1f\u3092\u8ffd\u6c42\u3057\u3066\u304a\u308a\u3001\u65e5\u3005\u596e\u95d8\u4e2d\u3067\u3059\u3002\u79c1\u304c\u5b66\u3093\u3060\u3053\u3068\u3001\u8003\u3048\u3066\u3044\u308b\u3053\u3068\u3092\u8a18\u4e8b\u306b\u3057\u3066\u3044\u304d\u307e\u3059\u3002\u305d\u3093\u306a\u8a18\u4e8b\u304c\u7686\u69d8\u306e\u304a\u5f79\u306b\u7acb\u3066\u308c\u3070\u5149\u6804\u3067\u3059\u3002\u305c\u3072\u3001\u6c17\u306b\u306a\u308b\u8a18\u4e8b\u304c\u3042\u308c\u3070\u7247\u3063\u7aef\u304b\u3089\u8aad\u3093\u3067\u307f\u3066\u304f\u3060\u3055\u3044\uff01\u304d\u3063\u3068\u660e\u65e5\u306e\u5e0c\u671b\u306b\u306a\u308b\u306f\u305a\uff01\uff01<\/div><a href=\"http:\/\/www.nssence.online\/?page_id=130\" class=\"a--profile-link d--bold\"><span>\u30d7\u30ed\u30d5\u30a3\u30fc\u30eb\u3092\u8aad\u3080<\/span><i class=\"jin-icons jin-ifont-arrow-thin\" aria-hidden=\"true\"><\/i><\/a><div class=\"o--profile-sns\"><div class=\"c--profile-sns-item\"><a href=https:\/\/x.com\/shota_nssence class=\"a--sns-item-link d--twitter\" ><i class=\"jin-icons jin-ifont-twitter\" aria-hidden=\"true\"><\/i><span>X<\/span><\/a><a href=https:\/\/www.instagram.com\/shota.nssence?igsh=YXBuNng1dzBqaWVo&utm_source=qr class=\"a--sns-item-link d--instagram\"><i class=\"jin-icons jin-ifont-instagram\" aria-hidden=\"true\"><\/i><span>Instagram<\/span><\/a><a href=https:\/\/www.nssence.online\/?page_id=147 class=\"a--sns-item-link d--contact\"><i class=\"jin-icons jin-ifont-mail\" aria-hidden=\"true\"><\/i><span>Contact<\/span><\/a><\/div><\/div><\/div><\/section><\/div><style jsx=\"true\">&lt;a href=\"http:\/\/20240416-testkato.test-conohawing.com\/cocoon\/?page_id=636\">\u7ba1\u7406\u4eba\uff08\u30b5\u30f3\u30d7\u30eb\uff09&lt;\/a><\/style><\/div>\n<\/div><\/div>\n\n\n\n<p><\/p>\n","protected":false},"excerpt":{"rendered":"<p>NSSENCE | \u30bb\u30f3\u30b9\u3092\u6368\u3066\u3001\u672c\u8cea\u3092\u7e8f\u3046\u3002AI\u6642\u4ee3\u306e\u30e9\u30a4\u30d5\u30b9\u30bf\u30a4\u30eb\u30e1\u30c7\u30a3\u30a2 No Sense, Just Essence. \u30bb\u30f3\u30b9\u3067\u306f\u306a\u304f\u3001 \u3000\u3000\u672c\u8cea\u3092\u63b4\u3080\u3002 AI\u306f\u6280\u8853\u3067\u306f\u3042\u308a\u307e\u305b\u3093\u3002\u3042\u306a\u305f\u306e\u300c\u7b11\u9854\u300d\u3092\u53d6\u308a\u623b\u3059\u305f\u3081 [&hellip;]<\/p>\n","protected":false},"author":1,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"template-full-width.php","meta":{"_jinr_url_youtube":"","_jinr_pip_youtube":false,"_jinr_time_youtube":"","_jinr_thumb_youtube":"","_jinr_media_youtube":"","_jinr_category_edit":false,"_jinr_category":"","_jinr_title_display":false,"_jinr_snsbutton_display":false,"_jinr_ads_display":false,"_jinr_thumbnail_display":false,"_jinr_profile_display":false,"_jinr_representations_display":false,"_jinr_relatedpost_display":false,"_jinr_sidebar1col_display":false,"_jinr_sidebar2col_display":false,"_jinr_seotitle_display":"","_jinr_description_display":"","_jinr_keyword_display":"","_jinr_hastag_display":"","_jinr_canonical_display":"","_jinr_noindex_display":true,"_jinr_paidpost":false,"_jinr_paidpost_product_id":"","_jinr_headtag_article":"","footnotes":""},"class_list":["post-8","page","type-page","status-publish","hentry"],"_links":{"self":[{"href":"https:\/\/www.nssence.online\/index.php?rest_route=\/wp\/v2\/pages\/8","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/www.nssence.online\/index.php?rest_route=\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/www.nssence.online\/index.php?rest_route=\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/www.nssence.online\/index.php?rest_route=\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/www.nssence.online\/index.php?rest_route=%2Fwp%2Fv2%2Fcomments&post=8"}],"version-history":[{"count":55,"href":"https:\/\/www.nssence.online\/index.php?rest_route=\/wp\/v2\/pages\/8\/revisions"}],"predecessor-version":[{"id":1237,"href":"https:\/\/www.nssence.online\/index.php?rest_route=\/wp\/v2\/pages\/8\/revisions\/1237"}],"wp:attachment":[{"href":"https:\/\/www.nssence.online\/index.php?rest_route=%2Fwp%2Fv2%2Fmedia&parent=8"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}