{"id":12,"date":"2025-09-08T10:08:10","date_gmt":"2025-09-08T01:08:10","guid":{"rendered":"https:\/\/zen1.childstar-sp.net\/?page_id=12"},"modified":"2025-09-08T10:38:59","modified_gmt":"2025-09-08T01:38:59","slug":"%e3%83%88%e3%83%83%e3%83%97%e3%83%9a%e3%83%bc%e3%82%b8","status":"publish","type":"page","link":"https:\/\/zen1.childstar-sp.net\/","title":{"rendered":"\u30c8\u30c3\u30d7\u30da\u30fc\u30b8"},"content":{"rendered":"\n<!-- WordPress\u6295\u7a3f\u306eHTML\u30d3\u30e5\u30fc\u307e\u305f\u306f\u30ab\u30b9\u30bf\u30e0HTML\u30d6\u30ed\u30c3\u30af\u306b\u8cbc\u308a\u4ed8\u3051\u3066\u304f\u3060\u3055\u3044 -->\n\n<style>\n    .ai-landing-page * {\n        margin: 0;\n        padding: 0;\n        box-sizing: border-box;\n    }\n    \n    .ai-landing-page {\n        font-family: 'Helvetica Neue', Arial, 'Hiragino Kaku Gothic ProN', 'Hiragino Sans', Meiryo, sans-serif;\n        line-height: 1.6;\n        color: #333;\n    }\n    \n    .ai-hero {\n        background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);\n        color: white;\n        padding: 80px 20px;\n        text-align: center;\n        position: relative;\n        overflow: hidden;\n    }\n    \n    .ai-hero::before {\n        content: '';\n        position: absolute;\n        top: 0;\n        left: 0;\n        right: 0;\n        bottom: 0;\n        background: url('data:image\/svg+xml,<svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" viewBox=\"0 0 100 100\"><defs><pattern id=\"grid\" width=\"10\" height=\"10\" patternUnits=\"userSpaceOnUse\"><path d=\"M 10 0 L 0 0 0 10\" fill=\"none\" stroke=\"rgba(255,255,255,0.1)\" stroke-width=\"1\"\/><\/pattern><\/defs><rect width=\"100\" height=\"100\" fill=\"url(%23grid)\"\/><\/svg>');\n        opacity: 0.3;\n    }\n    \n    .ai-hero-content {\n        position: relative;\n        z-index: 1;\n        max-width: 1200px;\n        margin: 0 auto;\n    }\n    \n    .ai-hero h1 {\n        font-size: 3rem;\n        font-weight: bold;\n        margin-bottom: 20px;\n        text-shadow: 2px 2px 4px rgba(0,0,0,0.3);\n    }\n    \n    .ai-hero-subtitle {\n        font-size: 1.4rem;\n        margin-bottom: 30px;\n        opacity: 0.9;\n    }\n    \n    .ai-hero-description {\n        font-size: 1.1rem;\n        margin-bottom: 40px;\n        max-width: 800px;\n        margin-left: auto;\n        margin-right: auto;\n    }\n    \n    .ai-cta-button {\n        display: inline-block;\n        background: linear-gradient(45deg, #ff6b6b, #ee5a24);\n        color: white !important;\n        padding: 18px 35px;\n        text-decoration: none;\n        border-radius: 50px;\n        font-size: 1.2rem;\n        font-weight: bold;\n        transition: all 0.3s ease;\n        box-shadow: 0 10px 30px rgba(0,0,0,0.3);\n    }\n    \n    .ai-cta-button:hover {\n        transform: translateY(-3px);\n        box-shadow: 0 15px 40px rgba(0,0,0,0.4);\n        color: white !important;\n    }\n    \n    .ai-free-trial {\n        background: white;\n        padding: 60px 20px;\n        text-align: center;\n    }\n    \n    .ai-section-title {\n        font-size: 2.2rem;\n        color: #333;\n        margin-bottom: 20px;\n        font-weight: bold;\n    }\n    \n    .ai-section-subtitle {\n        font-size: 1.2rem;\n        color: #666;\n        margin-bottom: 40px;\n        max-width: 600px;\n        margin-left: auto;\n        margin-right: auto;\n    }\n    \n    .ai-problems {\n        background: #f8f9fa;\n        padding: 60px 20px;\n    }\n    \n    .ai-problems-grid {\n        display: grid;\n        grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));\n        gap: 25px;\n        margin-top: 40px;\n        max-width: 1200px;\n        margin-left: auto;\n        margin-right: auto;\n    }\n    \n    .ai-problem-card {\n        background: white;\n        padding: 25px;\n        border-radius: 15px;\n        box-shadow: 0 8px 25px rgba(0,0,0,0.1);\n        transition: transform 0.3s ease;\n    }\n    \n    .ai-problem-card:hover {\n        transform: translateY(-5px);\n    }\n    \n    .ai-problem-icon {\n        font-size: 2.5rem;\n        margin-bottom: 15px;\n    }\n    \n    .ai-solutions {\n        background: white;\n        padding: 60px 20px;\n        text-align: center;\n    }\n    \n    .ai-solutions-grid {\n        display: grid;\n        grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));\n        gap: 30px;\n        margin-top: 40px;\n        max-width: 1200px;\n        margin-left: auto;\n        margin-right: auto;\n    }\n    \n    .ai-solution-card {\n        text-align: center;\n        padding: 35px 15px;\n        border-radius: 20px;\n        background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);\n        color: white;\n        transition: transform 0.3s ease;\n    }\n    \n    .ai-solution-card:hover {\n        transform: scale(1.05);\n    }\n    \n    .ai-solution-number {\n        background: rgba(255,255,255,0.2);\n        width: 50px;\n        height: 50px;\n        border-radius: 50%;\n        display: flex;\n        align-items: center;\n        justify-content: center;\n        font-size: 1.3rem;\n        font-weight: bold;\n        margin: 0 auto 15px;\n    }\n    \n    .ai-services {\n        background: #f8f9fa;\n        padding: 60px 20px;\n    }\n    \n    .ai-services-grid {\n        display: grid;\n        grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));\n        gap: 25px;\n        margin-top: 40px;\n        max-width: 1200px;\n        margin-left: auto;\n        margin-right: auto;\n    }\n    \n    .ai-service-card {\n        background: white;\n        border-radius: 20px;\n        padding: 30px;\n        box-shadow: 0 12px 35px rgba(0,0,0,0.1);\n        transition: all 0.3s ease;\n        border-left: 5px solid #667eea;\n    }\n    \n    .ai-service-card:hover {\n        transform: translateY(-8px);\n        box-shadow: 0 20px 45px rgba(0,0,0,0.15);\n    }\n    \n    .ai-service-title {\n        font-size: 1.3rem;\n        font-weight: bold;\n        color: #333;\n        margin-bottom: 12px;\n    }\n    \n    .ai-service-price {\n        font-size: 1.8rem;\n        font-weight: bold;\n        color: #667eea;\n        margin-bottom: 15px;\n    }\n    \n    .ai-service-note {\n        font-size: 0.9rem;\n        color: #666;\n        margin-bottom: 15px;\n    }\n    \n    .ai-service-features {\n        list-style: none;\n        margin-bottom: 25px;\n    }\n    \n    .ai-service-features li {\n        padding: 6px 0;\n        border-bottom: 1px solid #eee;\n        position: relative;\n        padding-left: 20px;\n    }\n    \n    .ai-service-features li:before {\n        content: \"\u2713\";\n        color: #28a745;\n        font-weight: bold;\n        position: absolute;\n        left: 0;\n    }\n    \n    .ai-contact {\n        background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);\n        color: white !important;\n        padding: 60px 20px;\n        text-align: center;\n    }\n    \n    .ai-contact h2,\n    .ai-contact p,\n    .ai-contact div {\n        color: white !important;\n    }\n    \n    @media (max-width: 768px) {\n        .ai-hero h1 {\n            font-size: 2.2rem;\n        }\n        \n        .ai-hero-subtitle {\n            font-size: 1.1rem;\n        }\n        \n        .ai-section-title {\n            font-size: 1.8rem;\n        }\n        \n        .ai-problems-grid,\n        .ai-solutions-grid,\n        .ai-services-grid {\n            grid-template-columns: 1fr;\n        }\n    }\n<\/style>\n\n<div class=\"ai-landing-page\">\n    <!-- \u30d2\u30fc\u30ed\u30fc\u30bb\u30af\u30b7\u30e7\u30f3 -->\n    <section class=\"ai-hero\">\n        <div class=\"ai-hero-content\">\n            <h1>AI\u3067\u5909\u308f\u308b\uff01<br>\u4e2d\u5c0f\u4f01\u696d\u306e\u4e09\u4f4d\u4e00\u4f53\u6539\u9769<\/h1>\n            <p class=\"ai-hero-subtitle\">\u58f2\u4e0a\u30fb\u5229\u76ca\u30fb\u7d44\u7e54\u529b\u3092\u540c\u6642\u5f37\u5316\u3067\u672a\u6765\u3092\u62d3\u304f<\/p>\n            <p class=\"ai-hero-description\">\n                \u58f2\u4e0a\u304c\u4f38\u3073\u306a\u3044\u3001\u4eba\u4ef6\u8cbb\u304c\u4e0a\u304c\u3063\u3066\u5229\u76ca\u304c\u51fa\u306a\u3044\u3001\u30c7\u30b8\u30bf\u30eb\u5316\u306b\u3064\u3044\u3066\u3044\u3051\u306a\u3044&#8230;<br>\n                \u305d\u3093\u306a\u304a\u60a9\u307f\u3092\u62b1\u3048\u308b\u4e2d\u5c0f\u4f01\u696d\u30fb\u500b\u4eba\u4e8b\u696d\u4e3b\u306e\u7686\u69d8\u3002<br>\n                AI\u3092\u6d3b\u7528\u3057\u305f\u4e8b\u696d\u8a08\u753b\u66f8\u4f5c\u6210\u304b\u3089\u58f2\u4e0a\u5411\u4e0a\u3001\u30b3\u30b9\u30c8\u6539\u5584\u3001\u30b9\u30bf\u30c3\u30d5\u80b2\u6210\u307e\u3067\u3001<br>\n                \u4e00\u7dd2\u306b\u3042\u306a\u305f\u306e\u4f1a\u793e\u306e\u6210\u9577\u3092\u30b5\u30dd\u30fc\u30c8\u3059\u308b\u5c02\u9580\u30b5\u30fc\u30d3\u30b9\u3067\u3059\u3002\n            <\/p>\n            <a href=\"#ai-contact\" class=\"ai-cta-button\">\u7121\u6599\u76f8\u8ac7\u3092\u7533\u3057\u8fbc\u3080<\/a>\n        <\/div>\n    <\/section>\n\n    <!-- \u7121\u6599\u4f53\u9a13\u30bb\u30af\u30b7\u30e7\u30f3 -->\n    <section class=\"ai-free-trial\">\n        <h2 class=\"ai-section-title\">\ud83c\udf81 \u4eca\u3060\u3051\u7121\u6599\uff01<\/h2>\n        <p class=\"ai-section-subtitle\">\n            AI\u6d3b\u7528\u4e8b\u696d\u8a08\u753b\u66f8\u3092\u7121\u6599\u3067\u4f5c\u6210\u3044\u305f\u3057\u307e\u3059<br>\n            <strong>\u901a\u5e38\u4fa1\u683c20\u4e07\u5186 \u2192 \u671f\u9593\u9650\u5b9a\u3067\u5b8c\u5168\u7121\u6599<\/strong>\n        <\/p>\n        <a href=\"#ai-contact\" class=\"ai-cta-button\">\u7121\u6599\u3067\u4e8b\u696d\u8a08\u753b\u66f8\u3092\u4f5c\u6210\u3059\u308b<\/a>\n    <\/section>\n\n    <!-- \u8ab2\u984c\u30bb\u30af\u30b7\u30e7\u30f3 -->\n    <section class=\"ai-problems\">\n        <h2 class=\"ai-section-title\" style=\"text-align: center;\">\u3053\u3093\u306a\u304a\u60a9\u307f\u3042\u308a\u307e\u305b\u3093\u304b\uff1f<\/h2>\n        <div class=\"ai-problems-grid\">\n            <div class=\"ai-problem-card\">\n                <div class=\"ai-problem-icon\">\ud83d\udcc9<\/div>\n                <h3>\u58f2\u4e0a\u304c\u4f38\u3073\u60a9\u3093\u3067\u3044\u308b<\/h3>\n                <p>\u4eba\u53e3\u6e1b\u5c11\u3067\u9867\u5ba2\u6570\u304c\u6e1b\u308a\u3001\u65b0\u5546\u54c1\u958b\u767a\u3084\u8ca9\u8def\u62e1\u5927\u306e\u65b9\u6cd5\u304c\u898b\u3064\u304b\u3089\u306a\u3044<\/p>\n            <\/div>\n            <div class=\"ai-problem-card\">\n                <div class=\"ai-problem-icon\">\ud83d\udcb0<\/div>\n                <h3>\u4eba\u4ef6\u8cbb\u304c\u9ad8\u9a30\u3057\u3066\u3044\u308b<\/h3>\n                <p>\u4eba\u6750\u306e\u9ad8\u9f62\u5316\u3068\u8cc3\u91d1\u4e0a\u6607\u3067\u53ce\u76ca\u6027\u304c\u4f4e\u4e0b\u3002\u9000\u8077\u91d1\u3082\u6255\u3048\u306a\u3044\u72b6\u6cc1<\/p>\n            <\/div>\n            <div class=\"ai-problem-card\">\n                <div class=\"ai-problem-icon\">\ud83d\udcf1<\/div>\n                <h3>\u30c7\u30b8\u30bf\u30eb\u5316\u306b\u9045\u308c\u3066\u3044\u308b<\/h3>\n                <p>SNS\u30de\u30fc\u30b1\u30c6\u30a3\u30f3\u30b0\u3084\u30db\u30fc\u30e0\u30da\u30fc\u30b8\u6d3b\u7528\u304c\u3067\u304d\u305a\u3001\u60c5\u5831\u767a\u4fe1\u304c\u975e\u52b9\u7387<\/p>\n            <\/div>\n            <div class=\"ai-problem-card\">\n                <div class=\"ai-problem-icon\">\ud83d\udccb<\/div>\n                <h3>\u793e\u5185\u306e\u60c5\u5831\u5171\u6709\u304c\u4e0d\u5341\u5206<\/h3>\n                <p>\u30de\u30cb\u30e5\u30a2\u30eb\u304c\u6563\u5728\u3057\u3001\u30af\u30ec\u30fc\u30e0\u5bfe\u5fdc\u306b\u6642\u9593\u304c\u304b\u304b\u308a\u4fe1\u7528\u5931\u589c\u306e\u30ea\u30b9\u30af<\/p>\n            <\/div>\n            <div class=\"ai-problem-card\">\n                <div class=\"ai-problem-icon\">\ud83d\udc65<\/div>\n                <h3>\u5f93\u696d\u54e1\u306e\u610f\u8b58\u304c\u30d0\u30e9\u30d0\u30e9<\/h3>\n                <p>\u7d4c\u55b6\u8005\u306e\u60f3\u3044\u304c\u4f1d\u308f\u3089\u305a\u3001\u30c1\u30fc\u30e0\u4e00\u4e38\u3068\u306a\u3063\u3066\u53d6\u308a\u7d44\u3081\u306a\u3044<\/p>\n            <\/div>\n            <div class=\"ai-problem-card\">\n                <div class=\"ai-problem-icon\">\u26a1<\/div>\n                <h3>\u696d\u52d9\u52b9\u7387\u304c\u60aa\u3044<\/h3>\n                <p>\u50cd\u304d\u65b9\u6539\u9769\u3067\u6b8b\u696d\u898f\u5236\u304c\u3042\u308b\u306e\u306b\u3001\u696d\u52d9\u30d7\u30ed\u30bb\u30b9\u304c\u6539\u5584\u3055\u308c\u3066\u3044\u306a\u3044<\/p>\n            <\/div>\n        <\/div>\n    <\/section>\n\n    <!-- \u89e3\u6c7a\u7b56\u30bb\u30af\u30b7\u30e7\u30f3 -->\n    <section class=\"ai-solutions\">\n        <h2 class=\"ai-section-title\">AI\u3067\u89e3\u6c7a\u3067\u304d\u307e\u3059\uff01<\/h2>\n        <p class=\"ai-section-subtitle\">\u5f53\u793e\u306e AI\u6d3b\u7528\u30b3\u30f3\u30b5\u30eb\u30c6\u30a3\u30f3\u30b0\u30b5\u30fc\u30d3\u30b9\u304c\u3001\u3042\u306a\u305f\u306e\u4f1a\u793e\u306e\u8ab2\u984c\u3092\u6839\u672c\u304b\u3089\u89e3\u6c7a\u3057\u307e\u3059<\/p>\n        <div class=\"ai-solutions-grid\">\n            <div class=\"ai-solution-card\">\n                <div class=\"ai-solution-number\">1<\/div>\n                <h3>AI\u4e8b\u696d\u8a08\u753b\u66f8\u4f5c\u6210<\/h3>\n                <p>\u4f01\u696d\u7406\u5ff5\u304b\u3089\u5e74\u9593\u5229\u76ca\u8a08\u753b\u307e\u3067\u3001AI\u304c\u5305\u62ec\u7684\u306a\u4e8b\u696d\u8a08\u753b\u66f8\u3092\u4f5c\u6210<\/p>\n            <\/div>\n            <div class=\"ai-solution-card\">\n                <div class=\"ai-solution-number\">2<\/div>\n                <h3>\u58f2\u4e0a\u30fb\u5229\u76ca\u5411\u4e0a\u6226\u7565<\/h3>\n                <p>SEO\u5bfe\u7b56\u3001SNS\u30de\u30fc\u30b1\u30c6\u30a3\u30f3\u30b0\u3001E\u30b3\u30de\u30fc\u30b9\u5c55\u958b\u307e\u3067\u7dcf\u5408\u7684\u306b\u30b5\u30dd\u30fc\u30c8<\/p>\n            <\/div>\n            <div class=\"ai-solution-card\">\n                <div class=\"ai-solution-number\">3<\/div>\n                <h3>\u30b3\u30b9\u30c8\u6539\u5584\u63d0\u6848<\/h3>\n                <p>\u7d4c\u8cbb\u524a\u6e1b\u3068\u30af\u30ec\u30fc\u30e0\u5bfe\u5fdc\u306e\u52b9\u7387\u5316\u3067\u53ce\u76ca\u6027\u3092\u5927\u5e45\u6539\u5584<\/p>\n            <\/div>\n            <div class=\"ai-solution-card\">\n                <div class=\"ai-solution-number\">4<\/div>\n                <h3>\u30b9\u30bf\u30c3\u30d5\u80b2\u6210\u652f\u63f4<\/h3>\n                <p>\u7d4c\u55b6\u5e79\u90e8\u304b\u3089\u65b0\u5165\u793e\u54e1\u307e\u3067\u3001\u6bb5\u968e\u7684\u306a\u4eba\u6750\u958b\u767a\u30d7\u30ed\u30b0\u30e9\u30e0\u3092\u63d0\u4f9b<\/p>\n            <\/div>\n        <\/div>\n    <\/section>\n\n    <!-- \u30b5\u30fc\u30d3\u30b9\u6599\u91d1\u30bb\u30af\u30b7\u30e7\u30f3 -->\n    <section class=\"ai-services\">\n        <h2 class=\"ai-section-title\" style=\"text-align: center;\">\u30b5\u30fc\u30d3\u30b9\u30fb\u6599\u91d1<\/h2>\n        <p class=\"ai-section-subtitle\">\u304a\u5ba2\u69d8\u306e\u30cb\u30fc\u30ba\u306b\u5408\u308f\u305b\u305f\u6bb5\u968e\u7684\u306a\u30b5\u30fc\u30d3\u30b9\u30e1\u30cb\u30e5\u30fc<\/p>\n        <div class=\"ai-services-grid\">\n            <div class=\"ai-service-card\">\n                <h3 class=\"ai-service-title\">\ud83c\udf81 \u4e8b\u696d\u8a08\u753b\u66f8\u5236\u4f5cGPT<\/h3>\n                <p class=\"ai-service-price\">\u7121\u6599<\/p>\n                <ul class=\"ai-service-features\">\n                    <li>\u7c21\u6613\u7248\u4e8b\u696d\u8a08\u753b\u66f8\u4f5c\u6210<\/li>\n                    <li>\u58f2\u4e0a\u5897\u5927\u306e\u63d0\u6848<\/li>\n                    <li>\u30b3\u30b9\u30c8\u524a\u6e1b\u306e\u63d0\u6848<\/li>\n                    <li>\u793e\u5185\u60c5\u5831\u5171\u6709\u6539\u5584\u6848<\/li>\n                    <li>\u521d\u671f\u8cbb\u7528\u6982\u7b97\u7b97\u51fa<\/li>\n                <\/ul>\n                <a href=\"#ai-contact\" class=\"ai-cta-button\">\u7121\u6599\u3067\u59cb\u3081\u308b<\/a>\n            <\/div>\n            \n            <div class=\"ai-service-card\">\n                <h3 class=\"ai-service-title\">\ud83d\udcca \u7d4c\u55b6\u8a08\u753b\u30fb\u5229\u76ca\u8a08\u753b\u4f5c\u6210GPT<\/h3>\n                <p class=\"ai-service-price\">20\u4e07\u5186\u301c<\/p>\n                <ul class=\"ai-service-features\">\n                    <li>\u4f01\u696d\u7406\u5ff5\u30fb\u4f7f\u547d\u30fb\u4fe1\u6761\u7b56\u5b9a<\/li>\n                    <li>\u5e74\u9593\u5229\u76ca\u8a08\u753b\u4f5c\u6210<\/li>\n                    <li>\u793e\u54e1\u610f\u8b58\u7d71\u4e00\u5168\u4f53\u4f1a\u4f01\u753b<\/li>\n                    <li>\u904e\u53bb\u5b9f\u7e3e\u30c7\u30fc\u30bf\u5206\u6790<\/li>\n                    <li>1\u30f6\u6708\u30b5\u30dd\u30fc\u30c8\u4ed8\u304d<\/li>\n                <\/ul>\n                <a href=\"#ai-contact\" class=\"ai-cta-button\">\u8a73\u7d30\u3092\u554f\u3044\u5408\u308f\u305b<\/a>\n            <\/div>\n            \n            <div class=\"ai-service-card\">\n                <h3 class=\"ai-service-title\">\ud83d\ude80 \u58f2\u4e0a\u5897\u5927\u30fb\u8ca9\u8def\u62e1\u5927GPT<\/h3>\n                <p class=\"ai-service-price\">20\u4e07\u5186\u301c<\/p>\n                <p class=\"ai-service-note\">\u4ed8\u5e2f\u30b5\u30fc\u30d3\u30b9\u5546\u54c1<\/p>\n                <ul class=\"ai-service-features\">\n                    <li>\u30db\u30fc\u30e0\u30da\u30fc\u30b8SEO\u5bfe\u7b56\uff0860\u4e07\u5186\u301c\uff09<\/li>\n                    <li>LINE\u516c\u5f0f+L\u30b9\u30c6\u30c3\u30d7\u69cb\u7bc9\uff08100\u4e07\u5186\u301c\uff09<\/li>\n                    <li>E\u30b3\u30de\u30fc\u30b9\u5236\u4f5c\uff0850\u4e07\u5186\u301c\uff09<\/li>\n                    <li>6\u30f6\u6708\u7d99\u7d9a\u30b5\u30dd\u30fc\u30c8<\/li>\n                    <li>ROI\u4fdd\u8a3c\u5236\u5ea6<\/li>\n                <\/ul>\n                <a href=\"#ai-contact\" class=\"ai-cta-button\">\u76f8\u8ac7\u3059\u308b<\/a>\n            <\/div>\n            \n            <div class=\"ai-service-card\">\n                <h3 class=\"ai-service-title\">\ud83d\udca1 \u30b3\u30b9\u30c8\u524a\u6e1b\u30fb\u30af\u30ec\u30fc\u30e0\u5bfe\u5fdcGPT<\/h3>\n                <p class=\"ai-service-price\">20\u4e07\u5186\u301c<\/p>\n                <p class=\"ai-service-note\">\u4ed8\u5e2f\u76f8\u8ac7\u30b5\u30fc\u30d3\u30b9\u5546\u54c1\u30fb\u4fa1\u683c\u5fdc\u76f8\u8ac7<\/p>\n                <ul class=\"ai-service-features\">\n                    <li>\u7d4c\u8cbb\u524a\u6e1b\u63d0\u6848\u3068\u5b9f\u884c\u652f\u63f4<\/li>\n                    <li>\u30af\u30ec\u30fc\u30e0\u5bfe\u5fdc\u30de\u30cb\u30e5\u30a2\u30eb\u4f5c\u6210<\/li>\n                    <li>6\u56de\u306e\u793e\u54e1\u30df\u30fc\u30c6\u30a3\u30f3\u30b0\u652f\u63f4<\/li>\n                    <li>AI\u30c7\u30fc\u30bf\u30d9\u30fc\u30b9\u69cb\u7bc9<\/li>\n                    <li>\u52b9\u679c\u6e2c\u5b9a\u30ec\u30dd\u30fc\u30c8<\/li>\n                <\/ul>\n                <a href=\"#ai-contact\" class=\"ai-cta-button\">\u8a73\u7d30\u3092\u554f\u3044\u5408\u308f\u305b<\/a>\n            <\/div>\n            \n            <div class=\"ai-service-card\">\n                <h3 class=\"ai-service-title\">\ud83d\udc65 \u4eba\u6750\u958b\u767aGPT<\/h3>\n                <p class=\"ai-service-price\">20\u4e07\u5186\u301c<\/p>\n                <p class=\"ai-service-note\">\u4ed8\u5e2f\u76f8\u8ac7\u30b5\u30fc\u30d3\u30b9\u5546\u54c1\u30fb\u4fa1\u683c\u5fdc\u76f8\u8ac7<\/p>\n                <ul class=\"ai-service-features\">\n                    <li>\u7d4c\u55b6\u5e79\u90e8\u80fd\u529b\u958b\u767a\u30bb\u30df\u30ca\u30fc<\/li>\n                    <li>\u67081\u56de\u00d76\u30f6\u6708\u306e\u7d99\u7d9a\u7814\u4fee<\/li>\n                    <li>\u500b\u5225\u30b3\u30fc\u30c1\u30f3\u30b0\u30bb\u30c3\u30b7\u30e7\u30f3<\/li>\n                    <li>\u7d44\u7e54\u8a3a\u65ad\u3068\u6539\u5584\u63d0\u6848<\/li>\n                    <li>\u4eba\u6750\u958b\u767aGPT\u63d0\u4f9b<\/li>\n                <\/ul>\n                <a href=\"#ai-contact\" class=\"ai-cta-button\">\u76f8\u8ac7\u3059\u308b<\/a>\n            <\/div>\n        <\/div>\n    <\/section>\n\n    <!-- \u304a\u554f\u3044\u5408\u308f\u305b\u30bb\u30af\u30b7\u30e7\u30f3 -->\n    <section class=\"ai-contact\" id=\"ai-contact\">\n        <h2 class=\"ai-section-title\">\u7121\u6599\u76f8\u8ac7\u30fb\u304a\u554f\u3044\u5408\u308f\u305b<\/h2>\n        <p class=\"ai-section-subtitle\">\n            \u307e\u305a\u306f\u7121\u6599\u3067\u4e8b\u696d\u8a08\u753b\u66f8\u3092\u4f5c\u6210\u3044\u305f\u3057\u307e\u3059<br>\n            \u304a\u6c17\u8efd\u306b\u3054\u76f8\u8ac7\u304f\u3060\u3055\u3044\n        <\/p>\n        <div style=\"margin-top: 30px;\">\n            <p style=\"font-size: 1.1rem; margin-bottom: 10px;\">\ud83d\udcde <strong>\u9023\u7d61\u5148<\/strong><\/p>\n            <p>\u30e1\u30fc\u30eb: chika@childstar.jp<\/p>\n            <p>\u96fb\u8a71: 090-6521-9877<\/p>\n            <p>\u55b6\u696d\u6642\u9593: \u5e73\u65e5 10:00-17:00<\/p>\n            <br>\n            <p style=\"font-size: 1.1rem; margin-bottom: 10px;\">\ud83c\udfaf <strong>\u5bfe\u5fdc\u30a8\u30ea\u30a2<\/strong><\/p>\n            <p>\u5168\u56fd\u5bfe\u5fdc\uff08\u30aa\u30f3\u30e9\u30a4\u30f3\u76f8\u8ac7\u53ef\uff09<\/p>\n            <p>\u5bfe\u9762\u76f8\u8ac7: \u9996\u90fd\u570f\u5185<\/p>\n            <p>24\u6642\u9593\u4ee5\u5185\u306b\u3054\u9023\u7d61\u3044\u305f\u3057\u307e\u3059<\/p>\n        <\/div>\n    <\/section>\n<\/div>\n","protected":false},"excerpt":{"rendered":"<p>AI\u3067\u5909\u308f\u308b\uff01\u4e2d\u5c0f\u4f01\u696d\u306e\u4e09\u4f4d\u4e00\u4f53\u6539\u9769 \u58f2 [&hellip;]<\/p>\n","protected":false},"author":1,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"","meta":{"site-sidebar-layout":"default","site-content-layout":"","ast-site-content-layout":"default","site-content-style":"default","site-sidebar-style":"default","ast-global-header-display":"","ast-banner-title-visibility":"","ast-main-header-display":"","ast-hfb-above-header-display":"","ast-hfb-below-header-display":"","ast-hfb-mobile-header-display":"","site-post-title":"","ast-breadcrumbs-content":"","ast-featured-img":"","footer-sml-layout":"","theme-transparent-header-meta":"","adv-header-id-meta":"","stick-header-meta":"","header-above-stick-meta":"","header-main-stick-meta":"","header-below-stick-meta":"","astra-migrate-meta-layouts":"default","ast-page-background-enabled":"default","ast-page-background-meta":{"desktop":{"background-color":"var(--ast-global-color-5)","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""},"tablet":{"background-color":"","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""},"mobile":{"background-color":"","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""}},"ast-content-background-meta":{"desktop":{"background-color":"var(--ast-global-color-4)","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""},"tablet":{"background-color":"var(--ast-global-color-4)","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""},"mobile":{"background-color":"var(--ast-global-color-4)","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""}},"footnotes":""},"class_list":["post-12","page","type-page","status-publish","hentry"],"_links":{"self":[{"href":"https:\/\/zen1.childstar-sp.net\/index.php?rest_route=\/wp\/v2\/pages\/12","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/zen1.childstar-sp.net\/index.php?rest_route=\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/zen1.childstar-sp.net\/index.php?rest_route=\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/zen1.childstar-sp.net\/index.php?rest_route=\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/zen1.childstar-sp.net\/index.php?rest_route=%2Fwp%2Fv2%2Fcomments&post=12"}],"version-history":[{"count":5,"href":"https:\/\/zen1.childstar-sp.net\/index.php?rest_route=\/wp\/v2\/pages\/12\/revisions"}],"predecessor-version":[{"id":19,"href":"https:\/\/zen1.childstar-sp.net\/index.php?rest_route=\/wp\/v2\/pages\/12\/revisions\/19"}],"wp:attachment":[{"href":"https:\/\/zen1.childstar-sp.net\/index.php?rest_route=%2Fwp%2Fv2%2Fmedia&parent=12"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}