{"id":6,"date":"2026-04-07T13:53:59","date_gmt":"2026-04-07T04:53:59","guid":{"rendered":"https:\/\/akariya.conohawing.com\/kango\/?page_id=6"},"modified":"2026-04-08T20:43:41","modified_gmt":"2026-04-08T11:43:41","slug":"kinmuhyo","status":"publish","type":"page","link":"https:\/\/akariya.conohawing.com\/kango\/","title":{"rendered":"\u770b\u8b77\u5e2b\u306e\u52e4\u52d9\u8868\u3092\u30dc\u30bf\u30f3\u3072\u3068\u3064\u3067\u81ea\u52d5\u751f\u6210"},"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, viewport-fit=cover\">\n  <title>\u770b\u8b77\u5e2b\u52e4\u52d9\u8868AI | \u30b7\u30d5\u30c8\u81ea\u52d5\u4f5c\u6210\u30a2\u30d7\u30ea \u8ca9\u58f2\u30da\u30fc\u30b8<\/title>\n  <link href=\"https:\/\/fonts.googleapis.com\/css2?family=Inter:opsz,wght@14..32,300;14..32,400;14..32,600;14..32,700;14..32,800&#038;display=swap\" rel=\"stylesheet\">\n  <style>\n    * {\n      margin: 0;\n      padding: 0;\n      box-sizing: border-box;\n    }\n\n    body {\n      font-family: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;\n      background: #f8fafc;\n      color: #0f172a;\n      line-height: 1.5;\n      scroll-behavior: smooth;\n    }\n\n    .container {\n      max-width: 1280px;\n      margin: 0 auto;\n      padding: 0 24px;\n    }\n\n    .header {\n      background: linear-gradient(135deg, #0f172a 0%, #1e293b 100%);\n      color: white;\n      position: sticky;\n      top: 0;\n      z-index: 50;\n      border-bottom: 1px solid rgba(255,255,255,0.1);\n    }\n\n    .nav {\n      display: flex;\n      justify-content: space-between;\n      align-items: center;\n      padding: 16px 0;\n      flex-wrap: wrap;\n      gap: 16px;\n    }\n\n    .logo {\n      display: flex;\n      align-items: center;\n      gap: 12px;\n    }\n\n    .logo-icon {\n      background: #3b82f6;\n      width: 36px;\n      height: 36px;\n      border-radius: 12px;\n      display: flex;\n      align-items: center;\n      justify-content: center;\n      font-size: 20px;\n    }\n\n    .logo-text {\n      font-weight: 800;\n      font-size: 1.35rem;\n      letter-spacing: -0.3px;\n      background: linear-gradient(135deg, #ffffff, #a5f3fc);\n      -webkit-background-clip: text;\n      background-clip: text;\n      color: transparent;\n    }\n\n    .nav-links {\n      display: flex;\n      gap: 28px;\n      align-items: center;\n      flex-wrap: wrap;\n    }\n\n    .nav-links a {\n      color: #cbd5e1;\n      text-decoration: none;\n      font-weight: 500;\n      transition: color 0.2s;\n    }\n\n    .nav-links a:hover {\n      color: white;\n    }\n\n    .btn-outline-light {\n      border: 1.5px solid #3b82f6;\n      background: transparent;\n      padding: 8px 20px;\n      border-radius: 40px;\n      color: white;\n      font-weight: 600;\n      transition: all 0.2s;\n      cursor: pointer;\n    }\n\n    .btn-outline-light:hover {\n      background: #3b82f6;\n      border-color: #3b82f6;\n    }\n\n    .hero {\n      padding: 64px 0 48px;\n      background: linear-gradient(145deg, #f1f5f9 0%, #ffffff 100%);\n    }\n\n    .hero-grid {\n      display: grid;\n      grid-template-columns: 1fr 1fr;\n      gap: 48px;\n      align-items: center;\n    }\n\n    .hero-badge {\n      background: #e0f2fe;\n      color: #0284c7;\n      padding: 6px 14px;\n      border-radius: 40px;\n      font-size: 0.8rem;\n      font-weight: 600;\n      display: inline-block;\n      margin-bottom: 24px;\n    }\n\n    .hero-title {\n      font-size: 3rem;\n      font-weight: 800;\n      line-height: 1.2;\n      letter-spacing: -0.02em;\n      background: linear-gradient(135deg, #0f172a, #1e3a8a);\n      -webkit-background-clip: text;\n      background-clip: text;\n      color: transparent;\n      margin-bottom: 20px;\n    }\n\n    .hero-desc {\n      font-size: 1.1rem;\n      color: #334155;\n      margin-bottom: 32px;\n      max-width: 90%;\n    }\n\n    .hero-stats {\n      display: flex;\n      gap: 32px;\n      margin: 28px 0 32px;\n    }\n\n    .stat-number {\n      font-size: 2rem;\n      font-weight: 800;\n      color: #0f172a;\n    }\n\n    .stat-label {\n      font-size: 0.85rem;\n      color: #475569;\n    }\n\n    .btn-group {\n      display: flex;\n      gap: 16px;\n      flex-wrap: wrap;\n    }\n\n    .btn-primary {\n      background: #3b82f6;\n      color: white;\n      border: none;\n      padding: 14px 32px;\n      border-radius: 44px;\n      font-weight: 700;\n      font-size: 1rem;\n      cursor: pointer;\n      transition: all 0.2s;\n      box-shadow: 0 8px 20px rgba(59,130,246,0.3);\n    }\n\n    .btn-primary:hover {\n      background: #2563eb;\n      transform: translateY(-2px);\n    }\n\n    .btn-secondary {\n      background: white;\n      border: 1.5px solid #cbd5e1;\n      padding: 14px 32px;\n      border-radius: 44px;\n      font-weight: 600;\n      cursor: pointer;\n      transition: 0.2s;\n    }\n\n    .btn-secondary:hover {\n      border-color: #3b82f6;\n      background: #f8fafc;\n    }\n\n    .demo-card {\n      background: white;\n      border-radius: 28px;\n      padding: 20px;\n      box-shadow: 0 20px 35px -12px rgba(0,0,0,0.15);\n      border: 1px solid #e2e8f0;\n    }\n\n    .demo-title {\n      font-weight: 700;\n      margin-bottom: 12px;\n      display: flex;\n      align-items: center;\n      gap: 8px;\n    }\n\n    .mock-table {\n      font-size: 0.7rem;\n      overflow-x: auto;\n    }\n\n    .mock-table table {\n      width: 100%;\n      border-collapse: collapse;\n      background: white;\n      border-radius: 16px;\n    }\n\n    .mock-table th, .mock-table td {\n      padding: 8px 4px;\n      text-align: center;\n      border: 1px solid #eef2ff;\n    }\n\n    .shift-badge {\n      display: inline-block;\n      width: 24px;\n      height: 24px;\n      border-radius: 6px;\n      font-weight: 700;\n      font-size: 10px;\n      line-height: 24px;\n    }\n\n    .section {\n      padding: 72px 0;\n    }\n\n    .section-title {\n      text-align: center;\n      font-size: 2.2rem;\n      font-weight: 800;\n      margin-bottom: 16px;\n    }\n\n    .section-sub {\n      text-align: center;\n      color: #475569;\n      max-width: 680px;\n      margin: 0 auto 48px;\n      font-size: 1.1rem;\n    }\n\n    .features-grid {\n      display: grid;\n      grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));\n      gap: 32px;\n    }\n\n    .feature-card {\n      background: white;\n      border-radius: 28px;\n      padding: 28px 24px;\n      border: 1px solid #eef2ff;\n      box-shadow: 0 5px 15px rgba(0,0,0,0.02);\n    }\n\n    .feature-icon {\n      width: 52px;\n      height: 52px;\n      background: #eff6ff;\n      border-radius: 20px;\n      display: flex;\n      align-items: center;\n      justify-content: center;\n      font-size: 28px;\n      margin-bottom: 20px;\n    }\n\n    .rule-list {\n      background: #f1f5f9;\n      border-radius: 28px;\n      padding: 32px;\n    }\n\n    .rule-grid {\n      display: grid;\n      grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));\n      gap: 20px;\n      margin-top: 20px;\n    }\n\n    .price-card {\n      background: white;\n      border-radius: 36px;\n      max-width: 480px;\n      margin: 0 auto;\n      padding: 40px 32px;\n      text-align: center;\n      box-shadow: 0 25px 45px -12px rgba(0,0,0,0.2);\n      border: 1px solid #e2e8f0;\n      transition: 0.2s;\n    }\n\n    .price-card:hover {\n      transform: translateY(-5px);\n    }\n\n    .limited-badge {\n      background: #ef4444;\n      color: white;\n      display: inline-block;\n      padding: 6px 16px;\n      border-radius: 40px;\n      font-size: 0.8rem;\n      font-weight: 700;\n      margin-bottom: 20px;\n    }\n\n    .price {\n      font-size: 3.5rem;\n      font-weight: 800;\n      color: #0f172a;\n      margin: 10px 0 8px;\n    }\n\n    .price small {\n      font-size: 1rem;\n      font-weight: 400;\n    }\n\n    .original-price {\n      font-size: 1rem;\n      color: #94a3b8;\n      text-decoration: line-through;\n      margin-bottom: 16px;\n    }\n\n    .price-features {\n      text-align: left;\n      margin: 28px 0;\n      list-style: none;\n      padding-left: 0;\n    }\n\n    .price-features li {\n      margin-bottom: 12px;\n      display: flex;\n      align-items: center;\n      gap: 8px;\n    }\n\n    .btn-buy {\n      background: #ef4444;\n      color: white;\n      width: 100%;\n      padding: 16px;\n      border-radius: 60px;\n      font-weight: 800;\n      font-size: 1.2rem;\n      border: none;\n      cursor: pointer;\n      transition: 0.2s;\n      display: inline-block;\n      text-align: center;\n      text-decoration: none;\n      box-shadow: 0 4px 14px rgba(239,68,68,0.4);\n    }\n\n    .btn-buy:hover {\n      background: #dc2626;\n      transform: translateY(-2px);\n    }\n\n    .modal-mock {\n      background: #f9fafb;\n      border-radius: 24px;\n      padding: 16px;\n      margin: 16px 0;\n      border: 1px solid #e2e8f0;\n    }\n\n    footer {\n      background: #0f172a;\n      color: #94a3b8;\n      padding: 48px 0 32px;\n    }\n\n    @media (max-width: 800px) {\n      .hero-grid { grid-template-columns: 1fr; }\n      .hero-title { font-size: 2.2rem; }\n      .section { padding: 48px 0; }\n      .price-card { margin: 0 16px; }\n    }\n  <\/style>\n<\/head>\n<body>\n\n<header class=\"header\">\n  <div class=\"container\">\n    <div class=\"nav\">\n      <div class=\"logo\">\n        <div class=\"logo-icon\">\ud83c\udfe5<\/div>\n        <span class=\"logo-text\">\u770b\u8b77\u5e2b\u52e4\u52d9\u8868AI<\/span>\n      <\/div>\n      <div class=\"nav-links\">\n        <a href=\"#features\">\u6a5f\u80fd<\/a>\n        <a href=\"#rules\">\u30eb\u30fc\u30eb<\/a>\n        <a href=\"#pricing\">\u4fa1\u683c<\/a>\n        <a href=\"#contact\" class=\"btn-outline-light\">\u304a\u554f\u3044\u5408\u308f\u305b \u2192<\/a>\n      <\/div>\n    <\/div>\n  <\/div>\n<\/header>\n\n<main>\n  <!-- \u30d2\u30fc\u30ed\u30fc + \u753b\u9762\u30a4\u30e1\u30fc\u30b8 -->\n  <section class=\"hero\">\n    <div class=\"container hero-grid\">\n      <div>\n        <div class=\"hero-badge\">\u2728 AI\u304c\u30b7\u30d5\u30c8\u3092\u6700\u9069\u5316 \u2728<\/div>\n        <h1 class=\"hero-title\">\u770b\u8b77\u5e2b\u306e\u52e4\u52d9\u8868\u3092<br>\u30dc\u30bf\u30f3\u3072\u3068\u3064\u3067\u81ea\u52d5\u751f\u6210<\/h1>\n        <p class=\"hero-desc\">\u8907\u96d1\u306a\u591c\u52e4\u30eb\u30fc\u30eb\u30fb\u9023\u7d9a\u52e4\u52d9\u5236\u9650\u30fb\u5e0c\u671b\u4f11\u3092\u5b8c\u5168\u8003\u616e\u3002\u5fc5\u8981\u306a\u4eba\u54e1\u6570\u3092\u5fc5\u305a\u5b88\u308a\u3001\u30b9\u30bf\u30c3\u30d5\u9593\u306e\u516c\u5e73\u6027\u3092\u5b9f\u73fe\u3059\u308b\u52e4\u52d9\u8868\u4f5c\u6210\u30c4\u30fc\u30eb\u3002<\/p>\n        <div class=\"hero-stats\">\n          <div><div class=\"stat-number\">-70%<\/div><div class=\"stat-label\">\u4f5c\u6210\u6642\u9593\u524a\u6e1b<\/div><\/div>\n          <div><div class=\"stat-number\">6+<\/div><div class=\"stat-label\">\u52e4\u52d9\u30d1\u30bf\u30fc\u30f3<\/div><\/div>\n          <div><div class=\"stat-number\">100%<\/div><div class=\"stat-label\">\u30eb\u30fc\u30eb\u9075\u5b88<\/div><\/div>\n        <\/div>\n        <div class=\"btn-group\">\n          <a href=\"#pricing\" class=\"btn-primary\" style=\"display:inline-block; text-decoration:none; text-align:center;\">\ud83d\udcb0 \u4eca\u3059\u3050\u8cfc\u5165<\/a>\n          <a href=\"#contact\" class=\"btn-secondary\" style=\"display:inline-block; text-decoration:none; text-align:center;\">\ud83d\udce9 \u304a\u554f\u3044\u5408\u308f\u305b<\/a>\n        <\/div>\n      <\/div>\n      <div class=\"demo-card\">\n        <div class=\"demo-title\">\ud83d\udcf1 \u30a2\u30d7\u30ea\u753b\u9762\u30a4\u30e1\u30fc\u30b8\uff08\u30e1\u30a4\u30f3\u52e4\u52d9\u8868\uff09<\/div>\n        <div class=\"mock-table\">\n          <table style=\"font-size: 0.68rem;\">\n            <thead><tr style=\"background:#f1f5f9;\"><th>\u540d\u524d<\/th><th>1<br>\u6708<\/th><th>2<br>\u706b<\/th><th>3<br>\u6c34<\/th><th>4<br>\u6728<\/th><th>5<br>\u91d1<\/th><th>6<br>\u571f<\/th><th>7<br>\u65e5<\/th><th>8<br>\u6708<\/th><th>9<br>\u706b<\/th><th>10<br>\u6c34<\/th><th>\u52e4\u52d9<\/th><\/tr><\/thead>\n            <tbody>\n              <tr><td style=\"font-weight:600;\">\u7530\u4e2d\u82b1\u5b50<\/td><td style=\"background:#dbeafe;\"><span class=\"shift-badge\" style=\"background:#3b82f6; color:white;\">\u65e5<\/span><\/td><td style=\"background:#dbeafe;\">\u65e5<\/td><td style=\"background:#fef9c3;\">\u65e9<\/td><td style=\"background:#ede9fe;\">\u591c<\/td><td style=\"background:#fef3c7;\">\u660e<\/td><td style=\"background:#f3f4f6;\">\u4f11<\/td><td style=\"background:#f3f4f6;\">\u4f11<\/td><td style=\"background:#dbeafe;\">\u65e5<\/td><td style=\"background:#dbeafe;\">\u65e5<\/td><td style=\"background:#fce7f3;\">\u9045<\/td><td>14\u65e5<\/td><\/tr>\n              <tr><td style=\"font-weight:600;\">\u9234\u6728\u4e00\u90ce<\/td><td style=\"background:#fce7f3;\">\u9045<\/td><td style=\"background:#dbeafe;\">\u65e5<\/td><td style=\"background:#ede9fe;\">\u591c<\/td><td style=\"background:#fef3c7;\">\u660e<\/td><td style=\"background:#f3f4f6;\">\u4f11<\/td><td style=\"background:#dbeafe;\">\u65e5<\/td><td style=\"background:#dbeafe;\">\u65e5<\/td><td style=\"background:#fef9c3;\">\u65e9<\/td><td style=\"background:#ede9fe;\">\u591c<\/td><td style=\"background:#fef3c7;\">\u660e<\/td><td>13\u65e5<\/td><\/tr>\n              <tr><td style=\"font-weight:600;\">\u4f50\u85e4\u7f8e\u54b2<\/td><td style=\"background:#f3f4f6;\">\u4f11<\/td><td style=\"background:#fef9c3;\">\u65e9<\/td><td style=\"background:#dbeafe;\">\u65e5<\/td><td style=\"background:#dbeafe;\">\u65e5<\/td><td style=\"background:#cffafe;\">\u6e96<\/td><td style=\"background:#dbeafe;\">\u65e5<\/td><td style=\"background:#ede9fe;\">\u591c<\/td><td style=\"background:#fef3c7;\">\u660e<\/td><td style=\"background:#f3f4f6;\">\u4f11<\/td><td style=\"background:#dbeafe;\">\u65e5<\/td><td>15\u65e5<\/td><\/tr>\n              <tr><td style=\"font-weight:600;\">\u5c71\u7530\u592a\u90ce<\/td><td style=\"background:#dbeafe;\">\u65e5<\/td><td style=\"background:#ede9fe;\">\u591c<\/td><td style=\"background:#fef3c7;\">\u660e<\/td><td style=\"background:#f3f4f6;\">\u4f11<\/td><td style=\"background:#dbeafe;\">\u65e5<\/td><td style=\"background:#fce7f3;\">\u9045<\/td><td style=\"background:#dbeafe;\">\u65e5<\/td><td style=\"background:#dbeafe;\">\u65e5<\/td><td style=\"background:#ede9fe;\">\u591c<\/td><td style=\"background:#fef3c7;\">\u660e<\/td><td>12\u65e5<\/td><\/tr>\n            <\/tbody>\n          <\/table>\n        <\/div>\n        <div style=\"font-size: 0.7rem; margin-top: 12px; background:#f8fafc; border-radius: 16px; padding: 10px;\">\n          <div>\u2728 \u4e0b\u90e8\u306b\u306f\u300c\u65e5\u52e4\/\u591c\u52e4\u4eba\u6570\u300d\u300c\u5e73\u5747\u52e4\u52d9\u65e5\u6570\u300d\u300c\u4f11\u65e5\u9054\u6210\u7387\u300d\u3092\u30ea\u30a2\u30eb\u30bf\u30a4\u30e0\u8868\u793a<\/div>\n          <div>\ud83c\udfaf \u30ef\u30f3\u30af\u30ea\u30c3\u30af\u3067\u5e0c\u671b\u4f11\u30e2\u30fc\u30c0\u30eb\u30fb\u52e4\u52d9\u8a2d\u5b9a\u30e2\u30fc\u30c0\u30eb\u304c\u958b\u304f<\/div>\n        <\/div>\n      <\/div>\n    <\/div>\n  <\/section>\n\n  <!-- \u30e2\u30fc\u30c0\u30eb\u30a4\u30e1\u30fc\u30b8 -->\n  <div class=\"container\" style=\"margin-top: -40px; margin-bottom: 20px;\">\n    <div style=\"display: grid; grid-template-columns: 1fr 1fr; gap: 24px;\">\n      <div class=\"modal-mock\">\n        <div style=\"font-weight:700; margin-bottom: 8px;\">\ud83c\udf3f \u5e0c\u671b\u4f11\u5165\u529b\u30e2\u30fc\u30c0\u30eb<\/div>\n        <table style=\"width:100%; font-size:0.7rem; border-collapse:collapse;\">\n          <tr><th><\/th><th>1<\/th><th>2<\/th><th>3<\/th><th>4<\/th><th>5<\/th><th>6<\/th><\/tr>\n          <tr><td>\u7530\u4e2d<\/td><td style=\"background:#d1fae5;\">\u5e0c<\/td><td>&#8211;<\/td><td>&#8211;<\/td><td style=\"background:#d1fae5;\">\u5e0c<\/td><td>&#8211;<\/td><td>&#8211;<\/td><\/tr>\n          <tr><td>\u9234\u6728<\/td><td>&#8211;<\/td><td style=\"background:#d1fae5;\">\u5e0c<\/td><td>&#8211;<\/td><td>&#8211;<\/td><td>&#8211;<\/td><td style=\"background:#d1fae5;\">\u5e0c<\/td><\/tr>\n        <\/table>\n        <div style=\"margin-top: 8px; text-align:right;\"><span style=\"background:#e2e8f0; padding:2px 8px; border-radius:20px;\">\u4fdd\u5b58\u3059\u308b<\/span><\/div>\n      <\/div>\n      <div class=\"modal-mock\">\n        <div style=\"font-weight:700; margin-bottom: 8px;\">\ud83d\udc65 \u52e4\u52d9\u8a2d\u5b9a\u30e2\u30fc\u30c0\u30eb<\/div>\n        <div>\u76ee\u6a19\u4f11\u65e5\u6570: <strong>8\u65e5<\/strong> (\u516c\u4f11+\u6709\u4f11)<\/div>\n        <div style=\"display:flex; gap:8px; flex-wrap:wrap; margin: 8px 0;\">\u65e5\u52e4:5 \u65e9\u756a:2 \u9045\u756a:2 \u591c\u52e4:3 \u6e96\u591c:0<\/div>\n        <div style=\"font-size:0.7rem;\">\u2705 \u591c\u52e4\u30eb\u30fc\u30eb\u30fb\u9023\u7d9a\u52e4\u52d9\u5236\u9650\u3092\u81ea\u52d5\u3067\u9069\u7528<\/div>\n      <\/div>\n    <\/div>\n  <\/div>\n\n  <!-- \u6a5f\u80fd\u30bb\u30af\u30b7\u30e7\u30f3 -->\n  <section id=\"features\" class=\"section\">\n    <div class=\"container\">\n      <h2 class=\"section-title\">\ud83e\udde0 \u73fe\u5834\u304c\u6c42\u3081\u308b\u6a5f\u80fd\u3092\u5b8c\u5168\u642d\u8f09<\/h2>\n      <div class=\"section-sub\">\u624b\u52d5\u8abf\u6574\u306e\u624b\u9593\u3092\u30bc\u30ed\u306b\u3002AI\u304c\u6700\u9069\u306a\u30b7\u30d5\u30c8\u3092\u5c0e\u304d\u51fa\u3057\u307e\u3059\u3002<\/div>\n      <div class=\"features-grid\">\n        <div class=\"feature-card\"><div class=\"feature-icon\">\u2696\ufe0f<\/div><h3>\u7d76\u5bfe\u9075\u5b88\u306e\u4eba\u54e1\u914d\u7f6e<\/h3><p>\u65e5\u52e4\u30fb\u591c\u52e4\u30fb\u65e9\u756a\u306a\u30691\u65e5\u3054\u3068\u306e\u5fc5\u8981\u4eba\u6570\u3092\u5fc5\u305a\u6e80\u305f\u3057\u307e\u3059\u3002<\/p><\/div>\n        <div class=\"feature-card\"><div class=\"feature-icon\">\ud83d\udcc5<\/div><h3>\u5e0c\u671b\u4f11\u30ab\u30ec\u30f3\u30c0\u30fc<\/h3><p>\u30ab\u30ec\u30f3\u30c0\u30fc\u4e0a\u3067\u5e0c\u671b\u4f11\u3092\u30ab\u30f3\u30bf\u30f3\u5165\u529b\u3002AI\u304c\u516c\u4f11\u3068\u3057\u3066\u81ea\u52d5\u7d44\u8fbc\u3002<\/p><\/div>\n        <div class=\"feature-card\"><div class=\"feature-icon\">\ud83c\udf19<\/div><h3>\u591c\u52e4\u30eb\u30fc\u30eb\u5b8c\u5168\u5bfe\u5fdc<\/h3><p>\u300c\u591c\u52e4\u2192\u660e\u3051\u2192\u4f11\u65e5\u300d\u3084\u591c\u52e4\u9593\u9694\u30fb\u6708\u9593\u4e0a\u9650\u3092\u5fb9\u5e95\u7ba1\u7406\u3002<\/p><\/div>\n        <div class=\"feature-card\"><div class=\"feature-icon\">\ud83d\udd04<\/div><h3>\u9023\u7d9a\u52e4\u52d9\u5236\u9650<\/h3><p>\u6700\u59276\u65e5\u4ee5\u4e0a\u306e\u9023\u7d9a\u52e4\u52d9\u3084\u4f11\u65e5\u9023\u7d9a2\u65e5\u3092\u81ea\u52d5\u9632\u6b62\u3002<\/p><\/div>\n        <div class=\"feature-card\"><div class=\"feature-icon\">\ud83c\udfaf<\/div><h3>\u4f11\u65e5\u6570\u3074\u3063\u305f\u308a\u8abf\u6574<\/h3><p>\u76ee\u6a19\u306e\u6708\u9593\u4f11\u65e5\u6570\u306b\u5404\u30b9\u30bf\u30c3\u30d5\u3092\u6700\u9069\u5316\u3002\u904e\u4e0d\u8db3\u3092\u81ea\u52d5\u88dc\u6b63\u3002<\/p><\/div>\n        <div class=\"feature-card\"><div class=\"feature-icon\">\ud83d\udcca<\/div><h3>CSV \/ \u5370\u5237 \/ \u30d0\u30c3\u30af\u30a2\u30c3\u30d7<\/h3><p>\u30ef\u30f3\u30af\u30ea\u30c3\u30af\u3067CSV\u51fa\u529b\u3001\u5370\u5237\u5bfe\u5fdc\u3002\u30c7\u30fc\u30bf\u306f\u30ed\u30fc\u30ab\u30eb\u306b\u6c38\u7d9a\u4fdd\u5b58\u3002<\/p><\/div>\n      <\/div>\n    <\/div>\n  <\/section>\n\n  <!-- \u30eb\u30fc\u30eb\u8a73\u7d30 -->\n  <section id=\"rules\" class=\"section\" style=\"background:#f1f5f9;\">\n    <div class=\"container\">\n      <h2 class=\"section-title\">\ud83d\udccb \u53b3\u683c\u306a\u770b\u8b77\u5e2b\u52e4\u52d9\u30eb\u30fc\u30eb\u3092\u5185\u8535<\/h2>\n      <div class=\"section-sub\">AI\u304c\u8907\u96d1\u306a\u5c31\u696d\u898f\u5247\u3092\u5b8c\u5168\u306b\u7406\u89e3\u30fb\u81ea\u52d5\u9075\u5b88<\/div>\n      <div class=\"rule-list\">\n        <div class=\"rule-grid\">\n          <div class=\"rule-item\">\u2705 \u9023\u7d9a\u52e4\u52d9\u6700\u59276\u65e5\uff08\u65e5\/\u65e9\/\u9045\/\u591c\/\u6e96\/\u660e\u3051\u3059\u3079\u3066\u542b\u3080\uff09<\/div>\n          <div class=\"rule-item\">\u2705 \u516c\u4f11\u30fb\u6709\u4f11\u306f\u9023\u7d9a2\u65e5\u307e\u3067<\/div>\n          <div class=\"rule-item\">\u2705 \u591c\u52e4\u306e\u7fcc\u65e5\u306f\u5fc5\u305a\u300c\u660e\u3051\u300d<\/div>\n          <div class=\"rule-item\">\u2705 \u660e\u3051\u306e\u7fcc\u65e5\u306f\u5f37\u5236\u300c\u4f11\u65e5\u300d<\/div>\n          <div class=\"rule-item\">\u2705 \u591c\u52e4\u524d\u65e5\u306f\u65e5\u52e4\/\u65e9\u756a\/\u9045\u756a\/\u6e96\u591c\u306e\u307f\u8a31\u53ef<\/div>\n          <div class=\"rule-item\">\u2705 \u591c\u52e4\u9593\u9694\u306f\u6700\u4f4e3\u65e5\u4ee5\u4e0a<\/div>\n          <div class=\"rule-item\">\u2705 \u6708\u9593\u591c\u52e4\u56de\u6570\u4e0a\u9650\uff08\u6700\u59275\u56de\u307e\u3067\u8a2d\u5b9a\u53ef\uff09<\/div>\n          <div class=\"rule-item\">\u2705 \u5fc5\u8981\u4eba\u6570\u7d76\u5bfe\u9075\u5b88\uff08\u8a2d\u5b9a\u3057\u305f\u4eba\u54e1\u6570\u3092\u5fc5\u305a\u6e80\u305f\u3059\uff09<\/div>\n        <\/div>\n      <\/div>\n    <\/div>\n  <\/section>\n\n  <!-- \u4fa1\u683c \u9650\u5b9a\u7279\u4fa1980\u5186 \u30b5\u30dd\u30fc\u30c8\u306a\u3057\u4e00\u672c -->\n  <section id=\"pricing\" class=\"section\">\n    <div class=\"container\">\n      <h2 class=\"section-title\">\ud83d\udc8e \u4eca\u3060\u3051\u9650\u5b9a\u7279\u4fa1\uff01<\/h2>\n      <div class=\"section-sub\">\u3053\u306e\u6a5f\u4f1a\u306b\u52e4\u52d9\u8868\u4f5c\u6210\u306e\u30b9\u30c8\u30ec\u30b9\u304b\u3089\u89e3\u653e\u3055\u308c\u307e\u3057\u3087\u3046\u3002<\/div>\n      <div class=\"price-card\">\n        <div class=\"limited-badge\">\ud83d\udd25 \u671f\u9593\u9650\u5b9a\u30ad\u30e3\u30f3\u30da\u30fc\u30f3 \ud83d\udd25<\/div>\n        <div class=\"price\">\u00a5980 <small>\u7a0e\u8fbc<\/small><\/div>\n        <div class=\"original-price\">\u901a\u5e38\u4fa1\u683c \u00a53,450<\/div>\n        <p style=\"color:#ef4444; font-weight:700; margin-bottom:16px;\">\u2728 \u306a\u3093\u306870%\u4ee5\u4e0aOFF\uff01 \u2728<\/p>\n        <ul class=\"price-features\">\n          <li>\u2713 Web\u30a2\u30d7\u30ea\u7248\uff08\u30a4\u30f3\u30b9\u30c8\u30fc\u30eb\u4e0d\u8981\uff09<\/li>\n          <li>\u2713 \u30c7\u30fc\u30bf\u306f\u30ed\u30fc\u30ab\u30eb\u4fdd\u5b58 \/ \u5b8c\u5168\u30d7\u30e9\u30a4\u30d0\u30b7\u30fc<\/li>\n          <li>\u2713 AI\u81ea\u52d5\u5272\u308a\u5f53\u3066\uff0b\u624b\u52d5\u7de8\u96c6\uff0b\u4f11\u65e5\u8abf\u6574<\/li>\n          <li>\u2713 CSV\u51fa\u529b\u30fb\u5370\u5237\u6a5f\u80fd<\/li>\n          <li>\u2713 \u6c38\u7d9a\u5229\u7528\u53ef\u80fd\uff08\u8cb7\u3044\u5207\u308a\uff09<\/li>\n          <li>\u2713 \u5168\u6a5f\u80fd\u7121\u5236\u9650<\/li>\n        <\/ul>\n        <a href=\"https:\/\/akariya.supersale.jp\/items\/140978646\" target=\"_blank\" rel=\"noopener noreferrer\" class=\"btn-buy\">\ud83d\uded2 \u4eca\u3059\u3050\u00a5980\u3067\u8cfc\u5165\u3059\u308b<\/a>\n        <p style=\"margin-top: 20px; font-size: 0.75rem; color: #6c757d;\">\u203b 30\u65e5\u9593\u8fd4\u91d1\u4fdd\u8a3c \/ \u8cfc\u5165\u5f8c\u3059\u3050\u306b\u7d0d\u54c1<\/p>\n        <p style=\"margin-top: 8px; font-size: 0.7rem; color: #ef4444; font-weight: 500;\">\u26a0\ufe0f \u671f\u9593\u9650\u5b9a\u4fa1\u683c\u306e\u305f\u3081\u4e88\u544a\u306a\u304f\u7d42\u4e86\u3059\u308b\u5834\u5408\u304c\u3042\u308a\u307e\u3059<\/p>\n      <\/div>\n    <\/div>\n  <\/section>\n\n  <!-- \u304a\u554f\u3044\u5408\u308f\u305b\u30bb\u30af\u30b7\u30e7\u30f3 -->\n  <section id=\"contact\" class=\"section\" style=\"background:#f8fafc;\">\n    <div class=\"container\">\n      <div style=\"max-width: 600px; margin: 0 auto; background: white; border-radius: 36px; padding: 40px 32px; text-align: center; box-shadow: 0 8px 25px rgba(0,0,0,0.05);\">\n        <div style=\"font-size: 48px; margin-bottom: 16px;\">\ud83d\udce9<\/div>\n        <h2 style=\"margin-bottom: 12px;\">\u304a\u554f\u3044\u5408\u308f\u305b<\/h2>\n        <p style=\"color: #475569; margin-bottom: 24px;\">\u88fd\u54c1\u306b\u95a2\u3059\u308b\u3054\u8cea\u554f\u306f\u3001\u4ee5\u4e0b\u306e\u30e1\u30fc\u30eb\u30a2\u30c9\u30ec\u30b9\u307e\u3067\u3054\u9023\u7d61\u304f\u3060\u3055\u3044\u3002<br>\u901a\u5e381\u55b6\u696d\u65e5\u4ee5\u5185\u306b\u3054\u8fd4\u4fe1\u3044\u305f\u3057\u307e\u3059\u3002<\/p>\n        <div style=\"background: #f1f5f9; padding: 16px; border-radius: 60px; margin-bottom: 20px;\">\n          <a href=\"mailto:maniakermit0829@gmail.com\" style=\"font-size: 1.2rem; font-weight: 600; color: #0f172a; text-decoration: none;\">maniakermit0829@gmail.com<\/a>\n        <\/div>\n        <p style=\"font-size: 0.8rem; color: #6c757d;\">\u203b \u8cfc\u5165\u306f\u4e0a\u306e\u30dc\u30bf\u30f3\u304b\u3089\u76f4\u63a5\u304a\u9032\u307f\u304f\u3060\u3055\u3044<\/p>\n      <\/div>\n    <\/div>\n  <\/section>\n<\/main>\n\n<footer>\n  <div class=\"container\">\n    <div style=\"display:flex; justify-content:space-between; flex-wrap:wrap; gap:24px;\">\n      <div>\n        <div style=\"display:flex; gap:8px; align-items:center; margin-bottom:12px;\">\n          <span style=\"font-size:24px;\">\ud83c\udfe5<\/span>\n          <span style=\"font-weight:700; color:white;\">\u770b\u8b77\u5e2b\u52e4\u52d9\u8868AI<\/span>\n        <\/div>\n        <p style=\"max-width:260px;\">\u770b\u8b77\u5e2b\u30fb\u533b\u7642\u73fe\u5834\u306e\u305f\u3081\u306e\u6b21\u4e16\u4ee3\u52e4\u52d9\u8868\u4f5c\u6210\u30b7\u30b9\u30c6\u30e0<\/p>\n      <\/div>\n      <div>\n        <h4 style=\"color:white;\">\u30ea\u30f3\u30af<\/h4>\n        <a href=\"#features\" style=\"display:block; color:#94a3b8; margin-bottom:6px; text-decoration:none;\">\u6a5f\u80fd<\/a>\n        <a href=\"#rules\" style=\"display:block; color:#94a3b8; margin-bottom:6px; text-decoration:none;\">\u52e4\u52d9\u30eb\u30fc\u30eb<\/a>\n        <a href=\"#pricing\" style=\"display:block; color:#94a3b8; text-decoration:none;\">\u4fa1\u683c<\/a>\n      <\/div>\n      <div>\n        <h4 style=\"color:white;\">\u304a\u554f\u3044\u5408\u308f\u305b<\/h4>\n        <span>maniakermit0829@gmail.com<\/span>\n        <div style=\"margin-top:8px;\">\u00a9 2026 \u770b\u8b77\u5e2b\u52e4\u52d9\u8868AI<\/div>\n      <\/div>\n    <\/div>\n  <\/div>\n<\/footer>\n\n<\/body>\n<\/html>\n","protected":false},"excerpt":{"rendered":"<p>\u770b\u8b77\u5e2b\u52e4\u52d9\u8868AI | \u30b7\u30d5\u30c8\u81ea\u52d5\u4f5c\u6210\u30a2\u30d7\u30ea \u8ca9\u58f2\u30da\u30fc\u30b8 \ud83c\udfe5 \u770b\u8b77\u5e2b\u52e4\u52d9\u8868AI \u6a5f\u80fd \u30eb\u30fc\u30eb \u4fa1\u683c \u304a\u554f\u3044\u5408\u308f\u305b \u2192 \u2728 AI\u304c\u30b7\u30d5\u30c8\u3092\u6700\u9069\u5316 \u2728 \u770b\u8b77\u5e2b\u306e\u52e4\u52d9\u8868\u3092\u30dc\u30bf\u30f3\u3072\u3068\u3064\u3067\u81ea\u52d5\u751f\u6210 \u8907\u96d1\u306a\u591c\u52e4\u30eb\u30fc\u30eb\u30fb\u9023\u7d9a\u52e4\u52d9\u5236\u9650\u30fb\u5e0c [&hellip;]<\/p>\n","protected":false},"author":1,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"","meta":{"footnotes":""},"class_list":["post-6","page","type-page","status-publish","hentry"],"_links":{"self":[{"href":"https:\/\/akariya.conohawing.com\/kango\/index.php?rest_route=\/wp\/v2\/pages\/6","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/akariya.conohawing.com\/kango\/index.php?rest_route=\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/akariya.conohawing.com\/kango\/index.php?rest_route=\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/akariya.conohawing.com\/kango\/index.php?rest_route=\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/akariya.conohawing.com\/kango\/index.php?rest_route=%2Fwp%2Fv2%2Fcomments&post=6"}],"version-history":[{"count":6,"href":"https:\/\/akariya.conohawing.com\/kango\/index.php?rest_route=\/wp\/v2\/pages\/6\/revisions"}],"predecessor-version":[{"id":23,"href":"https:\/\/akariya.conohawing.com\/kango\/index.php?rest_route=\/wp\/v2\/pages\/6\/revisions\/23"}],"wp:attachment":[{"href":"https:\/\/akariya.conohawing.com\/kango\/index.php?rest_route=%2Fwp%2Fv2%2Fmedia&parent=6"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}