{"id":131,"date":"2026-04-09T22:48:36","date_gmt":"2026-04-09T13:48:36","guid":{"rendered":"https:\/\/subarashiki.com\/?page_id=131"},"modified":"2026-04-09T22:51:15","modified_gmt":"2026-04-09T13:51:15","slug":"site-operator","status":"publish","type":"page","link":"https:\/\/subarashiki.com\/?page_id=131","title":{"rendered":"\u904b\u55b6\u8005\u60c5\u5831"},"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>\u904b\u55b6\u8005\u60c5\u5831 | \u7d20\u6674\u3089\u3057\u304d\u4eba\u751f<\/title>\n  <link rel=\"preconnect\" href=\"https:\/\/fonts.googleapis.com\">\n  <link rel=\"preconnect\" href=\"https:\/\/fonts.gstatic.com\" crossorigin>\n  <link href=\"https:\/\/fonts.googleapis.com\/css2?family=Noto+Sans+JP:wght@400;500;700&#038;display=swap\" rel=\"stylesheet\">\n  <style>\n    *, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }\n\n    :root {\n      --acc:   #1B5BE8;\n      --acc-s: #ECF2FD;\n      --acc-b: rgba(27,91,232,.15);\n      --t0: #0A1628;\n      --t1: #3D5068;\n      --t2: #8A9BB0;\n      --bg: #F4F7FB;\n      --sur: #FFFFFF;\n      --bd: #E0E9F2;\n    }\n\n    html { scroll-behavior: smooth; }\n\n    body {\n      font-family: 'Noto Sans JP', -apple-system, 'Hiragino Sans', 'Yu Gothic UI', sans-serif;\n      background: var(--bg);\n      color: var(--t0);\n      font-size: 15px;\n      line-height: 1.85;\n      -webkit-font-smoothing: antialiased;\n    }\n\n    .hdr {\n      position: sticky; top: 0; z-index: 100;\n      background: var(--sur); border-bottom: 1px solid var(--bd);\n      height: 58px; display: flex; align-items: center;\n      padding: 0 32px; justify-content: space-between;\n    }\n    .hdr-logo { font-size: 15px; font-weight: 700; color: var(--t0); text-decoration: none; letter-spacing: -.02em; }\n    .hdr-back { font-size: 12.5px; color: var(--t1); text-decoration: none; transition: color .15s; }\n    .hdr-back:hover { color: var(--acc); }\n\n    .hero {\n      background: var(--sur); border-bottom: 1px solid var(--bd);\n      padding: 54px 32px 46px; text-align: center;\n    }\n    .hero-tag {\n      display: inline-flex; align-items: center;\n      font-size: 11px; font-weight: 700; letter-spacing: .1em; text-transform: uppercase;\n      color: var(--acc); background: var(--acc-s);\n      padding: 5px 14px; border-radius: 100px; margin-bottom: 18px;\n    }\n    .hero h1 { font-size: 28px; font-weight: 700; letter-spacing: -.03em; margin-bottom: 10px; }\n    .hero-date { font-size: 13px; color: var(--t2); }\n\n    .wrap {\n      max-width: 1040px; margin: 0 auto;\n      padding: 48px 32px 80px;\n      display: grid; grid-template-columns: 200px 1fr;\n      gap: 40px; align-items: start;\n    }\n\n    .toc { position: sticky; top: 74px; }\n    .toc-box { background: var(--sur); border: 1px solid var(--bd); border-radius: 12px; padding: 20px; }\n    .toc-head { font-size: 10.5px; font-weight: 700; letter-spacing: .12em; text-transform: uppercase; color: var(--t2); padding-bottom: 12px; border-bottom: 1px solid var(--bd); margin-bottom: 12px; }\n    .toc-list { list-style: none; }\n    .toc-list li + li { margin-top: 1px; }\n    .toc-list a { display: flex; align-items: center; gap: 8px; padding: 6px 8px; border-radius: 6px; font-size: 12.5px; color: var(--t1); text-decoration: none; transition: background .1s, color .1s; }\n    .toc-list a:hover { background: var(--acc-s); color: var(--acc); }\n    .toc-n { width: 18px; height: 18px; background: var(--bg); border: 1px solid var(--bd); border-radius: 4px; font-size: 10px; font-weight: 700; color: var(--t2); display: flex; align-items: center; justify-content: center; flex-shrink: 0; }\n\n    .sec { background: var(--sur); border: 1px solid var(--bd); border-radius: 12px; padding: 28px 32px; margin-bottom: 12px; }\n    .sec-hd { display: flex; align-items: center; gap: 12px; margin-bottom: 18px; padding-bottom: 16px; border-bottom: 1px solid var(--bd); }\n    .sec-n { width: 28px; height: 28px; background: var(--acc); color: #fff; border-radius: 6px; font-size: 12px; font-weight: 700; display: flex; align-items: center; justify-content: center; flex-shrink: 0; }\n    .sec-hd h2 { font-size: 16px; font-weight: 700; letter-spacing: -.02em; }\n    .sec p { font-size: 14.5px; line-height: 1.9; color: #2C3E50; margin-bottom: 10px; }\n    .sec p:last-child { margin-bottom: 0; }\n    .sec ul { list-style: none; margin: 10px 0; }\n    .sec li { font-size: 14.5px; line-height: 1.8; color: #2C3E50; padding: 4px 0 4px 20px; position: relative; }\n    .sec li::before { content: ''; position: absolute; left: 5px; top: 12px; width: 5px; height: 5px; background: var(--acc); border-radius: 50%; opacity: .4; }\n\n    \/* Profile table *\/\n    .profile-table { width: 100%; border-collapse: collapse; margin: 4px 0; }\n    .profile-table th, .profile-table td { text-align: left; padding: 11px 16px; border-bottom: 1px solid var(--bd); font-size: 14px; line-height: 1.6; color: #2C3E50; }\n    .profile-table th { background: var(--bg); font-weight: 700; color: var(--t1); font-size: 13px; width: 32%; white-space: nowrap; }\n    .profile-table tr:last-child th, .profile-table tr:last-child td { border-bottom: none; }\n\n    \/* Notice box *\/\n    .note { background: var(--bg); border-left: 3px solid var(--acc); border-radius: 0 8px 8px 0; padding: 16px 20px; margin: 12px 0; }\n    .note p { font-size: 14px !important; color: var(--t1) !important; margin-bottom: 0 !important; }\n\n    .cbox { background: var(--acc-s); border: 1px solid var(--acc-b); border-radius: 10px; padding: 22px 26px; margin-top: 14px; }\n    .cbox p { color: #2C3E50 !important; }\n    .cbox a { color: var(--acc); font-weight: 600; text-decoration: none; }\n    .cbox a:hover { text-decoration: underline; }\n\n    .ftr { background: var(--sur); border-top: 1px solid var(--bd); padding: 28px 32px; text-align: center; }\n    .ftr-links { display: flex; justify-content: center; gap: 24px; margin-bottom: 12px; flex-wrap: wrap; }\n    .ftr-links a { font-size: 13px; color: var(--t1); text-decoration: none; }\n    .ftr-links a:hover { color: var(--acc); }\n    .ftr-copy { font-size: 12.5px; color: var(--t2); }\n\n    @media (max-width: 768px) {\n      .hdr { padding: 0 16px; }\n      .hero { padding: 36px 16px 32px; }\n      .hero h1 { font-size: 22px; }\n      .wrap { grid-template-columns: 1fr; padding: 24px 16px 60px; gap: 16px; }\n      .toc { position: static; }\n      .sec { padding: 20px; }\n      .profile-table th { width: 40%; }\n    }\n  <\/style>\n<\/head>\n<body>\n\n<header class=\"hdr\">\n  <a href=\"\/\" class=\"hdr-logo\">\u7d20\u6674\u3089\u3057\u304d\u4eba\u751f<\/a>\n  <a href=\"\/\" class=\"hdr-back\">\u2190 \u30b5\u30a4\u30c8\u30c8\u30c3\u30d7\u3078<\/a>\n<\/header>\n\n<div class=\"hero\">\n  <div class=\"hero-tag\">About<\/div>\n  <h1>\u904b\u55b6\u8005\u60c5\u5831<\/h1>\n  <p class=\"hero-date\">\u6700\u7d42\u66f4\u65b0\u65e5\uff1a2026\u5e744\u67089\u65e5<\/p>\n<\/div>\n\n<div class=\"wrap\">\n\n  <aside class=\"toc\">\n    <div class=\"toc-box\">\n      <p class=\"toc-head\">\u76ee\u6b21<\/p>\n      <ol class=\"toc-list\">\n        <li><a href=\"#s1\"><span class=\"toc-n\">1<\/span>\u30b5\u30a4\u30c8\u6982\u8981<\/a><\/li>\n        <li><a href=\"#s2\"><span class=\"toc-n\">2<\/span>\u904b\u55b6\u65b9\u91dd<\/a><\/li>\n        <li><a href=\"#s3\"><span class=\"toc-n\">3<\/span>\u30b3\u30f3\u30c6\u30f3\u30c4\u30dd\u30ea\u30b7\u30fc<\/a><\/li>\n        <li><a href=\"#s4\"><span class=\"toc-n\">4<\/span>\u53ce\u76ca\u5316\u306b\u3064\u3044\u3066<\/a><\/li>\n        <li><a href=\"#s5\"><span class=\"toc-n\">5<\/span>\u304a\u554f\u3044\u5408\u308f\u305b<\/a><\/li>\n      <\/ol>\n    <\/div>\n  <\/aside>\n\n  <main>\n\n    <section class=\"sec\" id=\"s1\">\n      <div class=\"sec-hd\"><span class=\"sec-n\">1<\/span><h2>\u30b5\u30a4\u30c8\u6982\u8981<\/h2><\/div>\n      <table class=\"profile-table\">\n        <tr><th>\u30b5\u30a4\u30c8\u540d<\/th><td>\u7d20\u6674\u3089\u3057\u304d\u4eba\u751f<\/td><\/tr>\n        <tr><th>URL<\/th><td>https:\/\/subarashiki.com<\/td><\/tr>\n        <tr><th>\u904b\u55b6\u8005<\/th><td>\u7d20\u6674\u3089\u3057\u304d\u4eba\u751f \u7de8\u96c6\u90e8<\/td><\/tr>\n        <tr><th>\u9023\u7d61\u5148<\/th><td>contact@subarashiki.com<\/td><\/tr>\n        <tr><th>\u8a2d\u7acb<\/th><td>2026\u5e74<\/td><\/tr>\n      <\/table>\n    <\/section>\n\n    <section class=\"sec\" id=\"s2\">\n      <div class=\"sec-hd\"><span class=\"sec-n\">2<\/span><h2>\u904b\u55b6\u65b9\u91dd<\/h2><\/div>\n      <p>\u300c\u7d20\u6674\u3089\u3057\u304d\u4eba\u751f\u300d\u306f\u3001\u65c5\u884c\u30fb\u30e9\u30a4\u30d5\u30b9\u30bf\u30a4\u30eb\u30fb\u65e5\u5e38\u3092\u3082\u3063\u3068\u8c4a\u304b\u306b\u3059\u308b\u305f\u3081\u306e\u60c5\u5831\u3092\u767a\u4fe1\u3059\u308b\u30e1\u30c7\u30a3\u30a2\u3067\u3059\u3002<\/p>\n      <p>\u8aad\u8005\u304c\u3088\u308a\u826f\u3044\u9078\u629e\u3092\u3067\u304d\u308b\u3088\u3046\u3001\u5b9f\u969b\u306e\u4f53\u9a13\u3084\u72ec\u81ea\u306e\u8abf\u67fb\u306b\u57fa\u3065\u3044\u305f\u8aa0\u5b9f\u306a\u60c5\u5831\u63d0\u4f9b\u3092\u5fc3\u304c\u3051\u3066\u3044\u307e\u3059\u3002\u300c\u5e83\u544a\u3060\u304b\u3089\u7d39\u4ecb\u3059\u308b\u300d\u3067\u306f\u306a\u304f\u3001\u300c\u672c\u5f53\u306b\u4f7f\u3048\u308b\u304b\u3089\u7d39\u4ecb\u3059\u308b\u300d\u3092\u539f\u5247\u3068\u3057\u3066\u3044\u307e\u3059\u3002<\/p>\n    <\/section>\n\n    <section class=\"sec\" id=\"s3\">\n      <div class=\"sec-hd\"><span class=\"sec-n\">3<\/span><h2>\u30b3\u30f3\u30c6\u30f3\u30c4\u30dd\u30ea\u30b7\u30fc<\/h2><\/div>\n      <p>\u5f53\u30b5\u30a4\u30c8\u306e\u30b3\u30f3\u30c6\u30f3\u30c4\u4f5c\u6210\u306b\u304a\u3044\u3066\u3001\u4ee5\u4e0b\u306e\u65b9\u91dd\u3092\u5b88\u3063\u3066\u3044\u307e\u3059\u3002<\/p>\n      <ul>\n        <li>\u63b2\u8f09\u60c5\u5831\u306f\u516c\u5f0f\u60c5\u5831\u30fb\u5b9f\u4f53\u9a13\u30fb\u4e00\u6b21\u60c5\u5831\u3092\u3082\u3068\u306b\u4f5c\u6210\u3057\u307e\u3059<\/li>\n        <li>\u60c5\u5831\u304c\u53e4\u304f\u306a\u3063\u305f\u5834\u5408\u306f\u901f\u3084\u304b\u306b\u66f4\u65b0\u3057\u307e\u3059<\/li>\n        <li>\u30a2\u30d5\u30a3\u30ea\u30a8\u30a4\u30c8\u5e83\u544a\u3092\u542b\u3080\u8a18\u4e8b\u306b\u306f\u300cPR\u300d\u3068\u660e\u8a18\u3057\u307e\u3059<\/li>\n        <li>\u8aad\u8005\u306b\u4e0d\u5229\u76ca\u3092\u3082\u305f\u3089\u3059\u8a87\u5927\u30fb\u865a\u507d\u8868\u73fe\u306f\u4e00\u5207\u884c\u3044\u307e\u305b\u3093<\/li>\n        <li>\u8457\u4f5c\u6a29\u30fb\u8096\u50cf\u6a29\u3092\u5c0a\u91cd\u3057\u3001\u9069\u5207\u306a\u6a29\u5229\u51e6\u7406\u306e\u3082\u3068\u3067\u753b\u50cf\u30fb\u60c5\u5831\u3092\u4f7f\u7528\u3057\u307e\u3059<\/li>\n      <\/ul>\n      <div class=\"note\">\n        <p>\u63b2\u8f09\u5185\u5bb9\u306b\u8aa4\u308a\u3084\u554f\u984c\u304c\u3042\u308b\u5834\u5408\u306f\u3001\u304a\u554f\u3044\u5408\u308f\u305b\u3088\u308a\u3054\u9023\u7d61\u304f\u3060\u3055\u3044\u3002\u78ba\u8a8d\u306e\u3046\u3048\u901f\u3084\u304b\u306b\u5bfe\u5fdc\u3057\u307e\u3059\u3002<\/p>\n      <\/div>\n    <\/section>\n\n    <section class=\"sec\" id=\"s4\">\n      <div class=\"sec-hd\"><span class=\"sec-n\">4<\/span><h2>\u53ce\u76ca\u5316\uff08\u30a2\u30d5\u30a3\u30ea\u30a8\u30a4\u30c8\uff09\u306b\u3064\u3044\u3066<\/h2><\/div>\n      <p>\u5f53\u30b5\u30a4\u30c8\u306f\u30a2\u30d5\u30a3\u30ea\u30a8\u30a4\u30c8\u30d7\u30ed\u30b0\u30e9\u30e0\u3092\u901a\u3058\u305f\u53ce\u76ca\u3067\u904b\u55b6\u3055\u308c\u3066\u3044\u307e\u3059\u3002\u8a18\u4e8b\u5185\u306e\u30ea\u30f3\u30af\u304b\u3089\u5546\u54c1\u30fb\u30b5\u30fc\u30d3\u30b9\u3092\u3054\u8cfc\u5165\u30fb\u304a\u7533\u8fbc\u307f\u3044\u305f\u3060\u3044\u305f\u5834\u5408\u3001\u5f53\u30b5\u30a4\u30c8\u306b\u6210\u679c\u5831\u916c\u304c\u767a\u751f\u3059\u308b\u3053\u3068\u304c\u3042\u308a\u307e\u3059\u3002<\/p>\n      <p>\u8aad\u8005\u306e\u7686\u69d8\u306e\u8cfc\u5165\u4fa1\u683c\u306b\u306f\u4e00\u5207\u5f71\u97ff\u3057\u307e\u305b\u3093\u3002\u307e\u305f\u3001<strong>\u5831\u916c\u306e\u6709\u7121\u306f\u30b3\u30f3\u30c6\u30f3\u30c4\u306e\u8a55\u4fa1\u30fb\u7de8\u96c6\u65b9\u91dd\u306b\u5f71\u97ff\u3057\u307e\u305b\u3093<\/strong>\u3002\u8aad\u8005\u306b\u3068\u3063\u3066\u6709\u76ca\u306a\u60c5\u5831\u3092\u5c4a\u3051\u308b\u3053\u3068\u3092\u6700\u512a\u5148\u3068\u3057\u3066\u3044\u307e\u3059\u3002<\/p>\n    <\/section>\n\n    <section class=\"sec\" id=\"s5\">\n      <div class=\"sec-hd\"><span class=\"sec-n\">5<\/span><h2>\u304a\u554f\u3044\u5408\u308f\u305b<\/h2><\/div>\n      <p>\u63b2\u8f09\u5185\u5bb9\u306b\u95a2\u3059\u308b\u3054\u6307\u6458\u30fb\u8457\u4f5c\u6a29\u306b\u95a2\u3059\u308b\u3054\u9023\u7d61\u30fb\u5e83\u544a\u63b2\u8f09\u306e\u304a\u554f\u3044\u5408\u308f\u305b\u306f\u4e0b\u8a18\u3088\u308a\u304a\u9858\u3044\u3057\u307e\u3059\u3002<\/p>\n      <div class=\"cbox\">\n        <p><strong>\u7d20\u6674\u3089\u3057\u304d\u4eba\u751f \u7de8\u96c6\u90e8<\/strong><\/p>\n        <p style=\"margin-top: 8px;\">\u30e1\u30fc\u30eb\uff1a<a href=\"mailto:contact@subarashiki.com\">contact@subarashiki.com<\/a><\/p>\n        <p style=\"margin-top: 4px; font-size: 13px; color: #5a6a7a;\">\u539f\u5247\u3068\u3057\u30667\u55b6\u696d\u65e5\u4ee5\u5185\u306b\u3054\u8fd4\u4fe1\u3044\u305f\u3057\u307e\u3059\u3002<\/p>\n      <\/div>\n    <\/section>\n\n  <\/main>\n<\/div>\n\n<!-- WP\u5165\u7a3f\u6642: \u5404\u30ea\u30f3\u30af\u306ehref\u3092WordPress\u30da\u30fc\u30b8\u306e\u30d1\u30fc\u30de\u30ea\u30f3\u30af\u306b\u5909\u66f4\u3059\u308b\u3053\u3068 -->\n<footer class=\"ftr\">\n  <div class=\"ftr-links\">\n    <a href=\".\/\u30d7\u30e9\u30a4\u30d0\u30b7\u30fc\u30dd\u30ea\u30b7\u30fc.html\">\u30d7\u30e9\u30a4\u30d0\u30b7\u30fc\u30dd\u30ea\u30b7\u30fc<\/a>\n    <a href=\".\/\u904b\u55b6\u8005\u60c5\u5831.html\">\u904b\u55b6\u8005\u60c5\u5831<\/a>\n    <a href=\".\/\u514d\u8cac\u4e8b\u9805.html\">\u514d\u8cac\u4e8b\u9805<\/a>\n  <\/div>\n  <p class=\"ftr-copy\">\u00a9 2026 \u7d20\u6674\u3089\u3057\u304d\u4eba\u751f<\/p>\n<\/footer>\n\n<\/body>\n<\/html>\n\n","protected":false},"excerpt":{"rendered":"<p>\u904b\u55b6\u8005\u60c5\u5831 | \u7d20\u6674\u3089\u3057\u304d\u4eba\u751f \u7d20\u6674\u3089\u3057\u304d\u4eba\u751f \u2190 \u30b5\u30a4\u30c8\u30c8\u30c3\u30d7\u3078 About \u904b\u55b6\u8005\u60c5\u5831 \u6700\u7d42\u66f4\u65b0\u65e5\uff1a2026\u5e744\u67089\u65e5 \u76ee\u6b21 1\u30b5\u30a4\u30c8\u6982\u8981 2\u904b\u55b6\u65b9\u91dd 3\u30b3\u30f3\u30c6\u30f3\u30c4\u30dd\u30ea\u30b7\u30fc 4\u53ce\u76ca\u5316\u306b\u3064\u3044\u3066 5\u304a\u554f\u3044\u5408\u308f\u305b 1 \u30b5\u30a4 [&hellip;]<\/p>\n","protected":false},"author":1,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"","meta":{"swell_btn_cv_data":"","footnotes":""},"class_list":["post-131","page","type-page","status-publish","hentry"],"_links":{"self":[{"href":"https:\/\/subarashiki.com\/index.php?rest_route=\/wp\/v2\/pages\/131","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/subarashiki.com\/index.php?rest_route=\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/subarashiki.com\/index.php?rest_route=\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/subarashiki.com\/index.php?rest_route=\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/subarashiki.com\/index.php?rest_route=%2Fwp%2Fv2%2Fcomments&post=131"}],"version-history":[{"count":1,"href":"https:\/\/subarashiki.com\/index.php?rest_route=\/wp\/v2\/pages\/131\/revisions"}],"predecessor-version":[{"id":132,"href":"https:\/\/subarashiki.com\/index.php?rest_route=\/wp\/v2\/pages\/131\/revisions\/132"}],"wp:attachment":[{"href":"https:\/\/subarashiki.com\/index.php?rest_route=%2Fwp%2Fv2%2Fmedia&parent=131"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}