{"id":383,"date":"2025-03-25T02:15:08","date_gmt":"2025-03-25T02:15:08","guid":{"rendered":"http:\/\/www.fujishinwa.jp\/?post_type=fuji-news&#038;p=383"},"modified":"2026-02-26T04:48:10","modified_gmt":"2026-02-26T04:48:10","slug":"%e7%a4%be%e4%bc%9a%e8%a6%8b%e5%ad%a6%e3%83%bc%e6%98%8e%e6%b2%bb%e7%a5%9e%e5%ae%ae","status":"publish","type":"fuji-news","link":"http:\/\/www.fujishinwa.jp\/?fuji-news=%e7%a4%be%e4%bc%9a%e8%a6%8b%e5%ad%a6%e3%83%bc%e6%98%8e%e6%b2%bb%e7%a5%9e%e5%ae%ae","title":{"rendered":"2025\u5e743\u670825\u65e5 \u2013 \u5352\u696d\u5f0f\u306e\u304a\u77e5\u3089\u305b"},"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>\u5352\u696d\u5f0f\u306e\u304a\u77e5\u3089\u305b<\/title>\n    <style>\n        :root {\n            --primary-color: #2c3e50;\n            --accent-color: #3498db;\n            --text-color: #444;\n            --bg-color: #f4f6f8;\n            --card-bg: #ffffff;\n            --border-radius: 12px;\n        }\n\n        body {\n            font-family: \"Helvetica Neue\", Arial, \"Hiragino Kaku Gothic ProN\", \"Hiragino Sans\", Meiryo, sans-serif;\n            line-height: 1.8;\n            color: var(--text-color);\n            margin: 0;\n            padding: 0;\n            background-color: var(--bg-color);\n            width: 100%;\n            box-sizing: border-box;\n            -webkit-font-smoothing: antialiased;\n        }\n\n        .container {\n            background-color: var(--card-bg);\n            padding: 60px 8%;\n            width: 100%;\n            max-width: 100%;\n            box-shadow: 0 4px 20px rgba(0,0,0,0.05);\n        }\n\n        \/* \u5f15\u8a00\u90e8\u5206\u6837\u5f0f\u4f18\u5316 *\/\n        .intro {\n            font-size: 18px;\n            color: #555;\n            margin-bottom: 50px;\n            padding-bottom: 30px;\n            border-bottom: 1px solid #eee;\n            font-weight: 300;\n        }\n\n        h2 {\n            font-size: 20px;\n            color: var(--primary-color);\n            margin-top: 40px;\n            margin-bottom: 20px;\n            padding-left: 15px;\n            border-left: 5px solid var(--accent-color);\n            font-weight: 700;\n            letter-spacing: 0.05em;\n        }\n\n        p {\n            margin-bottom: 20px;\n            text-align: justify;\n        }\n\n        \/* \u9488\u5bf9\u5178\u793c\u8be6\u60c5\u7684\u5217\u8868\u6837\u5f0f\u5fae\u8c03\uff0c\u4f7f\u5176\u66f4\u50cf\u4fe1\u606f\u5757 *\/\n        ul.details-list {\n            list-style: none;\n            padding: 20px;\n            background-color: #f9fbfd;\n            border-radius: 8px;\n            border: 1px solid #eef2f7;\n            margin-bottom: 25px;\n        }\n        \n        ul.details-list li {\n            margin-bottom: 15px;\n            display: flex;\n            border-bottom: 1px dashed #ddd;\n            padding-bottom: 10px;\n        }\n\n        ul.details-list li:last-child {\n            border-bottom: none;\n            margin-bottom: 0;\n            padding-bottom: 0;\n        }\n\n        ul.details-list strong {\n            min-width: 100px;\n            color: var(--primary-color);\n            font-weight: 600;\n            flex-shrink: 0;\n        }\n\n        ul.details-list span {\n            color: #333;\n        }\n\n        \/* \u666e\u901a\u5217\u8868\u6837\u5f0f *\/\n        ul {\n            margin-bottom: 25px;\n            padding-left: 20px;\n            background-color: #f9fbfd;\n            padding: 20px 20px 20px 40px;\n            border-radius: 8px;\n            border: 1px solid #eef2f7;\n        }\n\n        li {\n            margin-bottom: 12px;\n            position: relative;\n        }\n\n        strong {\n            color: var(--primary-color);\n            font-weight: 600;\n        }\n\n        .image-container {\n            text-align: center;\n            margin: 30px 0;\n            width: 100%;\n        }\n\n        img {\n            max-width: 100%;\n            height: auto;\n            border-radius: 8px;\n            box-shadow: 0 4px 15px rgba(0,0,0,0.1);\n            transition: transform 0.3s ease;\n        }\n\n        img:hover {\n            transform: scale(1.01);\n        }\n\n        .conclusion {\n            margin-top: 50px;\n            padding: 30px;\n            background-color: #eef7fc;\n            border-radius: 8px;\n            color: #2c3e50;\n            text-align: center;\n            font-weight: 500;\n            border: 1px solid #dcebf7;\n        }\n\n        .contact-box {\n            margin-top: 20px;\n            font-size: 15px;\n            color: #555;\n        }\n\n        \/* \u79fb\u52a8\u7aef\u9002\u914d *\/\n        @media (max-width: 768px) {\n            .container {\n                padding: 30px 20px;\n            }\n            .intro {\n                font-size: 16px;\n                margin-bottom: 30px;\n            }\n            h2 {\n                font-size: 18px;\n                margin-top: 30px;\n            }\n            ul {\n                padding: 15px 15px 15px 30px;\n            }\n            ul.details-list li {\n                flex-direction: column;\n            }\n            ul.details-list strong {\n                margin-bottom: 5px;\n            }\n        }\n    <\/style>\n<\/head>\n<body>\n    <div class=\"container\">\n        \n        <div class=\"intro\">\n            \u9032\u548c\u5916\u8a9e\u30a2\u30ab\u30c7\u30df\u30fc\u306e\u5352\u696d\u5f0f\u304c\u8fd1\u3065\u3044\u3066\u304a\u308a\u307e\u3059\u3002\u3053\u306e\u91cd\u8981\u306a\u30a4\u30d9\u30f3\u30c8\u306f\u3001\u5352\u696d\u751f\u306b\u3068\u3063\u3066\u5b66\u696d\u306e\u65c5\u306b\u304a\u3051\u308b\u5927\u304d\u306a\u7bc0\u76ee\u3068\u306a\u308a\u307e\u3059\u3002\u5168\u3066\u306e\u5b66\u751f\u306b\u53c2\u52a0\u3057\u3066\u3044\u305f\u3060\u304d\u3001\u5352\u696d\u751f\u306e\u6210\u679c\u3092\u5171\u306b\u795d\u3063\u3066\u3044\u305f\u3060\u304d\u305f\u304f\u5b58\u3058\u307e\u3059\u3002\n        <\/div>\n\n        <h2>\u5352\u696d\u5f0f\u306e\u8a73\u7d30<\/h2>\n        <ul class=\"details-list\">\n            <li><strong>\u65e5 \u7a0b<\/strong><span>2025\u5e7403\u670825\u65e5<\/span><\/li>\n            <li><strong>\u6642 \u9593<\/strong><span>09:30 AM<\/span><\/li>\n            <li><strong>\u4f1a \u5834<\/strong><span>\u6587\u4eac\u533a\u6c11\u30db\u30fc\u30eb\uff08\u5927\u30db\u30fc\u30eb\uff09<\/span><\/li>\n            <li><strong>\u6700\u5bc4\u308a\u99c5<\/strong><span>\u6625\u65e5\u99c5 \u307e\u305f\u306f \u5f8c\u697d\u5712\u99c5<\/span><\/li>\n        <\/ul>\n\n       \n\n        <h2>\u51fa\u5e2d\u30fb\u670d\u88c5<\/h2>\n        <p>\u5168\u3066\u306e\u5b66\u751f\u306e\u51fa\u5e2d\u306f\u5fc5\u9808\u3067\u3059\u3002\u6b20\u5e2d\u306f\u51fa\u5e2d\u7c3f\u306b\u53cd\u6620\u3055\u308c\u307e\u3059\u306e\u3067\u3001\u3054\u6ce8\u610f\u304f\u3060\u3055\u3044\u3002\u5352\u696d\u751f\u306f\u3001\u5352\u696d\u5f0f\u306e\u30b9\u30fc\u30c4\u3084\u3054\u81ea\u5206\u306e\u56fd\u306e\u4f1d\u7d71\u7684\u306a\u5f0f\u670d\u3092\u7740\u7528\u3057\u3066\u304f\u3060\u3055\u3044\u3002\u7279\u5225\u306a\u65e5\u3092\u3088\u308a\u8a18\u5ff5\u306b\u6b8b\u3059\u305f\u3081\u3067\u3059\u3002<\/p>\n\n        <h2>\u5ea7\u5e2d\u914d\u7f6e<\/h2>\n        <p>\u5352\u696d\u751f\u306f\u6307\u5b9a\u3055\u308c\u305f\u5e2d\u306b\u7740\u5e2d\u3057\u3001\u5352\u696d\u3057\u3066\u3044\u306a\u3044\u73fe\u5f79\u751f\u306f\u5352\u696d\u751f\u306e\u5f8c\u308d\u306b\u5ea7\u308b\u3053\u3068\u306b\u306a\u308a\u307e\u3059\u3002\u3053\u306e\u914d\u7f6e\u306b\u3088\u308a\u3001\u5352\u696d\u751f\u304c\u8a8d\u3081\u3089\u308c\u3001\u795d\u798f\u3055\u308c\u308b\u3053\u3068\u304c\u3067\u304d\u307e\u3059\u3002<\/p>\n\n        <div class=\"conclusion\">\n            <p>\u3053\u306e\u7279\u5225\u306a\u77ac\u9593\u3092\u5171\u6709\u3067\u304d\u308b\u3053\u3068\u3092\u697d\u3057\u307f\u306b\u3057\u3066\u304a\u308a\u307e\u3059\u3002\u5352\u696d\u751f\u306e\u7686\u69d8\u306b\u3001\u5c06\u6765\u306e\u3054\u6d3b\u8e8d\u3092\u5fc3\u3088\u308a\u304a\u7948\u308a\u7533\u3057\u4e0a\u3052\u307e\u3059\u3002<\/p>\n            \n            <div class=\"contact-box\">\n                <strong>\u554f\u3044\u5408\u308f\u305b\u5148\uff1a<\/strong><br>\n                \u8a73\u7d30\u3084\u8cea\u554f\u304c\u3054\u3056\u3044\u307e\u3057\u305f\u3089\u3001\u9032\u548c\u5916\u8a9e\u30a2\u30ab\u30c7\u30df\u30fc\u307e\u3067\u304a\u554f\u3044\u5408\u308f\u305b\u304f\u3060\u3055\u3044\u3002<br>\n                <br>\n                \u3054\u5354\u529b\u3068\u3054\u53c2\u52a0\u3092\u5fc3\u3088\u308a\u611f\u8b1d\u7533\u3057\u4e0a\u3052\u307e\u3059\u3002\n            <\/div>\n        <\/div>\n    <\/div>\n<\/body>\n<\/html>\n","protected":false},"featured_media":677,"template":"","meta":{"_acf_changed":false},"school-lift-cate":[63],"class_list":["post-383","fuji-news","type-fuji-news","status-publish","has-post-thumbnail","hentry","school-lift-cate-fuji-news-ja"],"acf":[],"_links":{"self":[{"href":"http:\/\/www.fujishinwa.jp\/index.php?rest_route=\/wp\/v2\/fuji-news\/383","targetHints":{"allow":["GET"]}}],"collection":[{"href":"http:\/\/www.fujishinwa.jp\/index.php?rest_route=\/wp\/v2\/fuji-news"}],"about":[{"href":"http:\/\/www.fujishinwa.jp\/index.php?rest_route=\/wp\/v2\/types\/fuji-news"}],"wp:featuredmedia":[{"embeddable":true,"href":"http:\/\/www.fujishinwa.jp\/index.php?rest_route=\/wp\/v2\/media\/677"}],"wp:attachment":[{"href":"http:\/\/www.fujishinwa.jp\/index.php?rest_route=%2Fwp%2Fv2%2Fmedia&parent=383"}],"wp:term":[{"taxonomy":"school-lift-cate","embeddable":true,"href":"http:\/\/www.fujishinwa.jp\/index.php?rest_route=%2Fwp%2Fv2%2Fschool-lift-cate&post=383"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}