{"id":7786,"date":"2025-06-25T16:59:58","date_gmt":"2025-06-25T07:59:58","guid":{"rendered":"https:\/\/wizbiz.jp\/column\/?page_id=7786"},"modified":"2026-04-11T11:46:26","modified_gmt":"2026-04-11T02:46:26","slug":"pr","status":"publish","type":"page","link":"https:\/\/wizbiz.jp\/column\/pr\/","title":{"rendered":"\u5e83\u544a\u63b2\u8f09\u3092\u5e0c\u671b\u306e\u65b9"},"content":{"rendered":"\n<style>\n\/* =========================================\n   WizBiz Note \u5e83\u544a\u63b2\u8f09\u30da\u30fc\u30b8\u7528 \u30ab\u30b9\u30bf\u30e0CSS\n   (SWELL\u306e\u30b9\u30bf\u30a4\u30eb\u3068\u7af6\u5408\u3057\u306a\u3044\u3088\u3046\u8a2d\u8a08)\n========================================= *\/\n.wiz-ad-wrapper {\n    font-family: 'Helvetica Neue', Arial, 'Hiragino Kaku Gothic ProN', 'Hiragino Sans', Meiryo, sans-serif;\n    color: #333;\n    line-height: 1.8;\n}\n\n\/* \u30d2\u30fc\u30ed\u30fc\u30bb\u30af\u30b7\u30e7\u30f3 *\/\n.wiz-hero {\n    text-align: center;\n    padding: 30px 20px;\n    background: linear-gradient(135deg, #0f2027, #203a43, #2c5364);\n    color: #fff;\n    margin-bottom: 60px;\n}\n.wiz-hero-sub {\n    font-size: 1.1em;\n    font-weight: bold;\n    letter-spacing: 0.1em;\n    margin-bottom: 15px;\n    color: #e0e0e0;\n}\n.wiz-hero h1 {\n    color: #fff;\n    font-size: 2.4em;\n    margin-bottom: 20px;\n    font-weight: bold;\n}\n.wiz-hero p {\n    font-size: 1.1em;\n}\n\n\/* \u5171\u901a\u30bb\u30af\u30b7\u30e7\u30f3\u8a2d\u5b9a *\/\n.wiz-section {\n    padding: 0 20px 50px;\n    max-width: 1000px;\n    margin: 0 auto;\n}\n.wiz-section-title {\n    text-align: center;\n    font-size: 2em;\n    font-weight: bold;\n    margin-bottom: 30px;\n    letter-spacing: 0.05em;\n    color: #111;\n}\n.wiz-section-title span {\n    display: block;\n    font-size: 0.4em;\n    color: #777;\n    margin-top: 5px;\n    font-weight: normal;\n}\n.wiz-section-title::after {\n    content: '';\n    display: block;\n    width: 60px;\n    height: 3px;\n    background-color: #0f2027;\n    margin: 15px auto 0;\n}\n\n\/* ABOUT\u30a8\u30ea\u30a2 *\/\n.wiz-about-flex {\n    display: flex;\n    flex-wrap: wrap;\n    gap: 40px;\n    align-items: center;\n}\n.wiz-about-text {\n    flex: 1 1 400px;\n}\n.wiz-about-text h3 {\n    font-size: 1.5em;\n    font-weight: bold;\n    margin-bottom: 20px;\n    border-bottom: none;\n}\n.wiz-about-stats {\n    flex: 1 1 400px;\n    display: flex;\n    gap: 20px;\n    background: #f8f9fa;\n    padding: 40px 20px;\n    border-radius: 8px;\n    justify-content: space-around;\n}\n.wiz-stat {\n    text-align: center;\n}\n.wiz-stat-num {\n    font-size: 2.2em;\n    font-weight: bold;\n    color: #d32f2f;\n    line-height: 1.2;\n}\n.wiz-stat-num span {\n    font-size: 0.5em;\n    color: #333;\n}\n.wiz-stat-label {\n    font-size: 0.9em;\n    font-weight: bold;\n    margin-top: 10px;\n    color: #555;\n}\n\n\/* GRID\u30a8\u30ea\u30a2 (SOLUTION, PRODUCTS) *\/\n.wiz-grid {\n    display: grid;\n    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));\n    gap: 25px;\n}\n.wiz-card {\n    background: #fff;\n    border: 1px solid #eaeaea;\n    padding: 30px;\n    text-align: center;\n    border-radius: 8px;\n    transition: transform 0.3s, box-shadow 0.3s;\n}\n.wiz-card:hover {\n    transform: translateY(-5px);\n    box-shadow: 0 10px 20px rgba(0,0,0,0.08);\n}\n.wiz-card h3 {\n    font-size: 1.2em;\n    font-weight: bold;\n    margin-bottom: 15px;\n    color: #0f2027;\n}\n.wiz-card p {\n    font-size: 0.95em;\n    color: #555;\n}\n\n\/* CASE STUDY\u30a8\u30ea\u30a2 *\/\n.wiz-case-list {\n    display: flex;\n    flex-direction: column;\n    gap: 20px;\n}\n.wiz-case-item {\n    display: flex;\n    background: #f8f9fa;\n    padding: 25px;\n    border-radius: 8px;\n    border-left: 5px solid #203a43;\n}\n.wiz-case-num {\n    font-size: 2.5em;\n    font-weight: bold;\n    color: #ccc;\n    margin-right: 25px;\n    line-height: 1;\n}\n.wiz-case-content h3 {\n    font-size: 1.2em;\n    font-weight: bold;\n    margin-bottom: 10px;\n}\n\n\/* CTA\u30a8\u30ea\u30a2 (\u30dc\u30bf\u30f3) *\/\n.wiz-cta-area {\n    text-align: center;\n    background: #f0f4f8;\n    padding: 50px 10px;\n    margin-top: 40px;\n}\n.wiz-cta-area h2 {\n    font-size: 1.5em;\n    font-weight: bold;\n    margin-bottom: 30px;\n}\n.wiz-cta-flex {\n    display: flex;\n    justify-content: center;\n    gap: 20px;\n    flex-wrap: wrap;\n}\n.wiz-btn {\n    display: inline-flex;\n    align-items: center;\n    justify-content: center;\n    padding: 18px 40px;\n    font-size: 1.1em;\n    font-weight: bold;\n    text-decoration: none !important;\n    border-radius: 50px;\n    transition: opacity 0.3s, transform 0.2s;\n    min-width: 280px;\n}\n.wiz-btn:hover {\n    opacity: 0.9;\n    transform: scale(1.02);\n}\n.wiz-btn-primary {\n    background-color: #0f2027;\n    color: #fff !important;\n}\n.wiz-btn-secondary {\n    background-color: #d32f2f;\n    color: #fff !important;\n}\n\n\/* \u30b9\u30de\u30db\u5bfe\u5fdc *\/\n@media (max-width: 768px) {\n    .wiz-hero h1 { font-size: 1.8em; }\n    .wiz-stat-num { font-size: 1.8em; }\n    .wiz-case-item { flex-direction: column; }\n    .wiz-case-num { margin-bottom: 10px; }\n    .wiz-cta-flex { flex-direction: column; align-items: center; }\n    .wiz-btn { width: 100%; max-width: 350px; }\n}\n<\/style>\n\n<div class=\"wiz-ad-wrapper\">\n\n    <div class=\"wiz-hero\">\n        <div class=\"wiz-hero-sub\">WizBiz Note \u30d7\u30ed\u30e2\u30fc\u30b7\u30e7\u30f3<\/div>\n        <h1>\u7d4c\u55b6\u8005\u30fb\u500b\u4eba\u4e8b\u696d\u4e3b\u306b<br>\u30c0\u30a4\u30ec\u30af\u30c8\u306b\u5c4a\u304f\u30bd\u30ea\u30e5\u30fc\u30b7\u30e7\u30f3<\/h1>\n        <p>\u8cc7\u91d1\u8abf\u9054\u306b\u7279\u5316\u3057\u305f\u30d3\u30b8\u30cd\u30b9\u30e1\u30c7\u30a3\u30a2\u304c<br>\u8cb4\u793e\u306eBtoB\u30de\u30fc\u30b1\u30c6\u30a3\u30f3\u30b0\u3092\u52a0\u901f\u3055\u305b\u307e\u3059\u3002<\/p>\n    <\/div>\n\n    <div class=\"wiz-section\">\n        <h2 class=\"wiz-section-title\">WizBiz Note\u306b\u3064\u3044\u3066<\/h2>\n        <div class=\"wiz-about-flex\">\n            <div class=\"wiz-about-text\">\n                <h3>\u8cc7\u91d1\u30cb\u30fc\u30ba\u304c\u660e\u78ba\u306a\u30e6\u30fc\u30b6\u30fc\u304c\u96c6\u307e\u308b\u30e1\u30c7\u30a3\u30a2<\/h3>\n                <p>WizBiz Note\u306f\u3001\u30d3\u30b8\u30cd\u30b9\u30ed\u30fc\u30f3\u3084\u4e0d\u52d5\u7523\u62c5\u4fdd\u30ed\u30fc\u30f3\u306a\u3069\u3001\u4e8b\u696d\u8cc7\u91d1\u306e\u8abf\u9054\u3092\u691c\u8a0e\u3057\u3066\u3044\u308b\u300c\u6cd5\u4eba\u7d4c\u55b6\u8005\u300d\u300c\u500b\u4eba\u4e8b\u696d\u4e3b\u300d\u306b\u7279\u5316\u3057\u305f\u6bd4\u8f03\u30fb\u89e3\u8aac\u30e1\u30c7\u30a3\u30a2\u3067\u3059\u3002<\/p>\n                <p>\u8cc7\u91d1\u7e70\u308a\u306e\u30d7\u30ed\u30d5\u30a7\u30c3\u30b7\u30e7\u30ca\u30eb\uff08\u7a0e\u7406\u58eb\u30fb\u516c\u8a8d\u4f1a\u8a08\u58eb\u7b49\uff09\u304c\u76e3\u4fee\u3059\u308b\u4fe1\u983c\u6027\u306e\u9ad8\u3044\u30b3\u30f3\u30c6\u30f3\u30c4\u306b\u3088\u308a\u3001\u6c7a\u88c1\u6a29\u3092\u6301\u3064\u826f\u8cea\u306a\u30e6\u30fc\u30b6\u30fc\u5c64\u306b\u5bfe\u3057\u3066\u52b9\u679c\u7684\u306a\u30a2\u30d7\u30ed\u30fc\u30c1\u304c\u53ef\u80fd\u3067\u3059\u3002<\/p>\n            <\/div>\n            <div class=\"wiz-about-stats\">\n                <div class=\"wiz-stat\">\n                    <div class=\"wiz-stat-label\">\u30bf\u30fc\u30b2\u30c3\u30c8\u5c64<\/div>\n                    <div class=\"wiz-stat-num\" style=\"color:#0f2027; font-size:1.5em; margin-top:15px;\">\u7d4c\u55b6\u8005<br>\u500b\u4eba\u4e8b\u696d\u4e3b<\/div>\n                <\/div>\n                <div class=\"wiz-stat\">\n                    <div class=\"wiz-stat-label\">\u8aad\u8005\u306e\u95a2\u5fc3\u4e8b<\/div>\n                    <div class=\"wiz-stat-num\" style=\"color:#0f2027; font-size:1.5em; margin-top:15px;\">\u8cc7\u91d1\u8abf\u9054<br>\u7d4c\u55b6\u6539\u5584<\/div>\n                <\/div>\n            <\/div>\n        <\/div>\n    <\/div>\n\n    <div class=\"wiz-section\">\n        <h2 class=\"wiz-section-title\">\u8ab2\u984c\u89e3\u6c7a\u30a2\u30d7\u30ed\u30fc\u30c1<\/h2>\n        <div class=\"wiz-grid\">\n            <div class=\"wiz-card\">\n                <h3>\u898b\u8fbc\u307f\u5ba2\u3092\u7372\u5f97\u3057\u305f\u3044<\/h3>\n                <p>\u30ed\u30fc\u30f3\u5546\u54c1\u3084BtoB\u5411\u3051\u5546\u6750\u306e\u8cc7\u6599\u8acb\u6c42\u30fb\u7533\u3057\u8fbc\u307f\u3092\u4fc3\u3057\u3001\u8cfc\u8cb7\u610f\u6b32\u306e\u9ad8\u3044\u8cea\u306e\u9ad8\u3044\u30ea\u30fc\u30c9\u3092\u7372\u5f97\u3057\u307e\u3059\u3002<\/p>\n            <\/div>\n            <div class=\"wiz-card\">\n                <h3>\u30b5\u30fc\u30d3\u30b9\u8a8d\u77e5\u3092\u62e1\u5927\u3057\u305f\u3044<\/h3>\n                <p>WizBiz Note\u5185\u306e\u8a18\u4e8b\u5e83\u544a\u3084\u30d0\u30ca\u30fc\u3092\u901a\u3058\u3001\u7d4c\u55b6\u8005\u5c64\u306b\u5bfe\u3057\u3066\u8cb4\u793e\u30b5\u30fc\u30d3\u30b9\u306e\u8a8d\u77e5\u5ea6\u3092\u98db\u8e8d\u7684\u306b\u9ad8\u3081\u307e\u3059\u3002<\/p>\n            <\/div>\n            <div class=\"wiz-card\">\n                <h3>\u30bb\u30df\u30ca\u30fc\u306e\u96c6\u5ba2\u3092\u3057\u305f\u3044<\/h3>\n                <p>\u8cc7\u91d1\u8abf\u9054\u3084\u7d4c\u55b6\u529b\u5f37\u5316\u306b\u95a2\u3059\u308b\u30bb\u30df\u30ca\u30fc\u60c5\u5831\u3092\u63b2\u8f09\u3057\u3001\u8ab2\u984c\u3092\u62b1\u3048\u308b\u7d4c\u55b6\u8005\u3092\u30c0\u30a4\u30ec\u30af\u30c8\u306b\u96c6\u5ba2\u3057\u307e\u3059\u3002<\/p>\n            <\/div>\n        <\/div>\n    <\/div>\n\n    <div class=\"wiz-section\">\n        <h2 class=\"wiz-section-title\">\u5c0e\u5165\u4e8b\u4f8b<\/h2>\n        <div class=\"wiz-case-list\">\n            <div class=\"wiz-case-item\">\n                <div class=\"wiz-case-num\">01<\/div>\n                <div class=\"wiz-case-content\">\n                    <h3>\u3010\u91d1\u878d\u6a5f\u95a2\u69d8\u3011\u30d3\u30b8\u30cd\u30b9\u30ed\u30fc\u30f3\u7533\u8fbc\u7372\u5f97\u306e\u6700\u5927\u5316<\/h3>\n                    <p>WizBiz Note\u5185\u306e\u30e9\u30f3\u30ad\u30f3\u30b0\u8a18\u4e8b\u304a\u3088\u3073\u6bd4\u8f03\u89e3\u8aac\u8a18\u4e8b\u3078\u306e\u63b2\u8f09\u306b\u3088\u308a\u3001\u8cc7\u91d1\u8abf\u9054\u30cb\u30fc\u30ba\u304c\u9855\u5728\u5316\u3057\u3066\u3044\u308b\u30e6\u30fc\u30b6\u30fc\u304b\u3089\u306e\u30ed\u30fc\u30f3\u7533\u3057\u8fbc\u307f\u4ef6\u6570\u304c\u524d\u5e74\u6bd4\u30673\u500d\u306b\u5897\u52a0\u3057\u307e\u3057\u305f\u3002<\/p>\n                <\/div>\n            <\/div>\n            <div class=\"wiz-case-item\">\n                <div class=\"wiz-case-num\">02<\/div>\n                <div class=\"wiz-case-content\">\n                    <h3>\u3010BtoB\u652f\u63f4\u4f01\u696d\u69d8\u3011\u8a18\u4e8b\u63b2\u8f09\u306b\u3088\u308b\u8a8d\u77e5\u5411\u4e0a\u3068\u30ea\u30fc\u30c9\u7372\u5f97<\/h3>\n                    <p>\u7d4c\u55b6\u6539\u5584\u306b\u7e4b\u304c\u308b\u30b5\u30fc\u30d3\u30b9\u306e\u30bf\u30a4\u30a2\u30c3\u30d7\u5e83\u544a\u3092\u4f5c\u6210\u3002\u8cc7\u91d1\u7e70\u308a\u6539\u5584\u3068\u3044\u3046\u6587\u8108\u3067\u8a34\u6c42\u3059\u308b\u3053\u3068\u3067\u3001\u6c7a\u88c1\u8005\u304b\u3089\u306e\u8cea\u306e\u9ad8\u3044\u554f\u3044\u5408\u308f\u305b\u3092\u7372\u5f97\u3057\u307e\u3057\u305f\u3002<\/p>\n                <\/div>\n            <\/div>\n        <\/div>\n    <\/div>\n\n    <div class=\"wiz-section\">\n        <h2 class=\"wiz-section-title\">\u5e83\u544a\u5546\u54c1\u30e9\u30a4\u30f3\u30ca\u30c3\u30d7<\/h2>\n        <div class=\"wiz-grid\">\n            <div class=\"wiz-card\">\n                <h3>\u30bf\u30a4\u30a2\u30c3\u30d7\u8a18\u4e8b\u5e83\u544a<\/h3>\n                <p>\u8cb4\u793e\u30b5\u30fc\u30d3\u30b9\u306e\u5f37\u307f\u3084\u5c0e\u5165\u30e1\u30ea\u30c3\u30c8\u3092\u3001\u7b2c\u4e09\u8005\u76ee\u7dda\u3067\u5206\u304b\u308a\u3084\u3059\u304f\u89e3\u8aac\u3059\u308b\u30aa\u30ea\u30b8\u30ca\u30eb\u8a18\u4e8b\u3092\u5236\u4f5c\u30fb\u63b2\u8f09\u3057\u307e\u3059\u3002<\/p>\n            <\/div>\n            <div class=\"wiz-card\">\n                <h3>\u30d0\u30ca\u30fc\u5e83\u544a<\/h3>\n                <p>\u30b5\u30a4\u30c8\u5185\u306e\u76ee\u7acb\u3064\u30dd\u30b8\u30b7\u30e7\u30f3\u306b\u30d0\u30ca\u30fc\u3092\u8a2d\u7f6e\u3057\u3001\u95a2\u9023\u30da\u30fc\u30b8\u304b\u3089\u8cb4\u793e\u30b5\u30a4\u30c8\u3078\u30c0\u30a4\u30ec\u30af\u30c8\u306b\u9001\u5ba2\u3057\u307e\u3059\u3002<\/p>\n            <\/div>\n            <div class=\"wiz-card\">\n                <h3>\u30e9\u30f3\u30ad\u30f3\u30b0\u30fb\u6bd4\u8f03\u63b2\u8f09<\/h3>\n                <p>\u30d3\u30b8\u30cd\u30b9\u30ed\u30fc\u30f3\u3084\u4e0d\u52d5\u7523\u62c5\u4fdd\u30ed\u30fc\u30f3\u306e\u6bd4\u8f03\u30fb\u30e9\u30f3\u30ad\u30f3\u30b0\u8a18\u4e8b\u5185\u306b\u304a\u3044\u3066\u9732\u51fa\u3092\u56f3\u308a\u307e\u3059\u3002<\/p>\n            <\/div>\n            <div class=\"wiz-card\">\n                <h3>\u30bb\u30df\u30ca\u30fc\u63b2\u8f09<\/h3>\n                <p>WizBiz\u304c\u5c55\u958b\u3059\u308b\u30b3\u30f3\u30c6\u30f3\u30c4\u3068\u9023\u52d5\u3057\u3001\u7d4c\u55b6\u8005\u5411\u3051\u30bb\u30df\u30ca\u30fc\u306e\u96c6\u5ba2\u3092\u5f37\u529b\u306b\u30b5\u30dd\u30fc\u30c8\u3057\u307e\u3059\u3002<\/p>\n            <\/div>\n        <\/div>\n    <\/div>\n\n    <div class=\"wiz-cta-area\" id=\"contact-area\">\n        <h2>\u307e\u305a\u306f\u304a\u554f\u3044\u5408\u308f\u305b\u304f\u3060\u3055\u3044<\/h2>\n        <p>\u5e83\u544a\u306e\u6599\u91d1\u3001\u8aad\u8005\u5c5e\u6027\u306e\u8a73\u7d30\u3001\u904e\u53bb\u306e\u5b9f\u7e3e\u306a\u3069\u3092\u3054\u7528\u610f\u3057\u3066\u304a\u308a\u307e\u3059\u3002<br>\u3054\u76f8\u8ac7\u3084\u3054\u4e0d\u660e\u70b9\u306b\u3064\u304d\u307e\u3057\u3066\u3082\u3001\u304a\u6c17\u8efd\u306b\u304a\u554f\u3044\u5408\u308f\u305b\u304f\u3060\u3055\u3044\u3002<\/p>\n        <\/div>\n\n<\/div>\n\n\n\n<p>\u4ee5\u4e0b\u306e\u25a0\u306e\u90e8\u5206\u3092@\u306b\u5909\u66f4\u3057\u3066\u9001\u4fe1\u3057\u3066\u304f\u3060\u3055\u3044\u3002<\/p>\n\n\n\n<p>\u3010wizbiz.media\u25a0wizbiz.co.jp\u3011<\/p>\n","protected":false},"excerpt":{"rendered":"<p>WizBiz Note \u30d7\u30ed\u30e2\u30fc\u30b7\u30e7\u30f3 \u7d4c\u55b6\u8005\u30fb\u500b\u4eba\u4e8b\u696d\u4e3b\u306b\u30c0\u30a4\u30ec\u30af\u30c8\u306b\u5c4a\u304f\u30bd\u30ea\u30e5\u30fc\u30b7\u30e7\u30f3 \u8cc7\u91d1\u8abf\u9054\u306b\u7279\u5316\u3057\u305f\u30d3\u30b8\u30cd\u30b9\u30e1\u30c7\u30a3\u30a2\u304c\u8cb4\u793e\u306eBtoB\u30de\u30fc\u30b1\u30c6\u30a3\u30f3\u30b0\u3092\u52a0\u901f\u3055\u305b\u307e\u3059\u3002 WizBiz Note\u306b\u3064\u3044\u3066 \u8cc7\u91d1\u30cb\u30fc\u30ba\u304c\u660e [&hellip;]<\/p>\n","protected":false},"author":4,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"","meta":{"swell_btn_cv_data":"","footnotes":""},"class_list":["post-7786","page","type-page","status-publish","hentry"],"_links":{"self":[{"href":"https:\/\/wizbiz.jp\/column\/wp-json\/wp\/v2\/pages\/7786","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/wizbiz.jp\/column\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/wizbiz.jp\/column\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/wizbiz.jp\/column\/wp-json\/wp\/v2\/users\/4"}],"replies":[{"embeddable":true,"href":"https:\/\/wizbiz.jp\/column\/wp-json\/wp\/v2\/comments?post=7786"}],"version-history":[{"count":5,"href":"https:\/\/wizbiz.jp\/column\/wp-json\/wp\/v2\/pages\/7786\/revisions"}],"predecessor-version":[{"id":10408,"href":"https:\/\/wizbiz.jp\/column\/wp-json\/wp\/v2\/pages\/7786\/revisions\/10408"}],"wp:attachment":[{"href":"https:\/\/wizbiz.jp\/column\/wp-json\/wp\/v2\/media?parent=7786"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}