{"id":68,"date":"2026-07-07T06:34:44","date_gmt":"2026-07-07T06:34:44","guid":{"rendered":"https:\/\/gh3.nk-ts.biz\/index.php\/flow\/"},"modified":"2026-08-19T02:03:44","modified_gmt":"2026-08-19T02:03:44","slug":"flow","status":"publish","type":"page","link":"https:\/\/gh3.nk-ts.biz\/index.php\/flow\/","title":{"rendered":"\u5165\u5c45\u307e\u3067\u306e\u6d41\u308c"},"content":{"rendered":"\n<style>\n\/* ================================ \n   \u5165\u5c45\u307e\u3067\u306e\u6d41\u308c \n================================ *\/ \n \n.xiv-flow-section { \n  width: 100%; \n  padding: 80px 20px; \n  background: #fffaf5; \n  box-sizing: border-box; \n} \n \n.xiv-flow-inner { \n  max-width: 1100px; \n  margin: 0 auto; \n} \n \n.xiv-flow-heading { \n  text-align: center; \n  margin-bottom: 25px; \n} \n \n.xiv-flow-heading .label { \n  display: inline-block; \n  margin-bottom: 12px; \n  padding: 7px 18px; \n  background: #f58220; \n  color: #ffffff; \n  border-radius: 30px; \n  font-size: 13px; \n  font-weight: bold; \n  letter-spacing: 2px; \n} \n \n.xiv-flow-heading h2 { \n  margin: 0; \n  color: #333333; \n  font-size: 38px; \n  line-height: 1.5; \n  font-weight: 700; \n} \n \n.xiv-flow-lead { \n  max-width: 750px; \n  margin: 0 auto 55px; \n  text-align: center; \n  color: #555555; \n  font-size: 16px; \n  line-height: 2; \n} \n \n.xiv-flow-grid { \n  display: grid; \n  grid-template-columns: repeat(3, 1fr); \n  gap: 25px; \n} \n \n.xiv-flow-card { \n  position: relative; \n  background: #ffffff; \n  border-radius: 12px; \n  padding: 35px 28px 30px; \n  box-sizing: border-box; \n  box-shadow: 0 5px 20px rgba(0,0,0,0.06); \n  border: 1px solid #f3e5d8; \n  transition: all 0.3s ease; \n} \n \n.xiv-flow-card:hover { \n  transform: translateY(-5px); \n  box-shadow: 0 10px 28px rgba(0,0,0,0.10); \n} \n \n.xiv-flow-step { \n  position: absolute; \n  top: -15px; \n  left: 25px; \n  width: 70px; \n  height: 30px; \n  display: flex; \n  align-items: center; \n  justify-content: center; \n  background: #f58220; \n  color: #ffffff; \n  border-radius: 20px; \n  font-size: 12px; \n  font-weight: bold; \n  letter-spacing: 1px; \n} \n \n.xiv-flow-card h3 { \n  margin: 10px 0 15px; \n  color: #333333; \n  font-size: 21px; \n  line-height: 1.5; \n  font-weight: 700; \n} \n \n.xiv-flow-card p { \n  margin: 0; \n  color: #666666; \n  font-size: 14px; \n  line-height: 1.9; \n} \n \n.xiv-flow-contact { \n  margin-top: 65px; \n  padding: 45px 30px; \n  background: linear-gradient(135deg, #f58220, #e86f0d); \n  border-radius: 14px; \n  text-align: center; \n  color: #ffffff; \n  box-sizing: border-box; \n} \n \n.xiv-flow-contact h3 { \n  margin: 0 0 18px; \n  color: #ffffff; \n  font-size: 27px; \n  line-height: 1.5; \n} \n \n.xiv-flow-contact p { \n  margin: 0 auto 25px; \n  color: #ffffff; \n  font-size: 15px; \n  line-height: 1.9; \n} \n\n\n\/* ================================\n   \u304a\u554f\u3044\u5408\u308f\u305b\u30dc\u30bf\u30f3\n================================ *\/\n\n.xiv-flow-contact-button {\n  display: inline-flex;\n  align-items: center;\n  justify-content: center;\n  gap: 10px;\n  min-width: 300px;\n  padding: 16px 35px;\n  background: #ffffff;\n  color: #f58220 !important;\n  text-decoration: none !important;\n  border-radius: 7px;\n  font-size: 16px;\n  font-weight: bold;\n  line-height: 1.5;\n  box-sizing: border-box;\n  transition: all 0.3s ease;\n  cursor: pointer;\n}\n\n.xiv-flow-contact-button:hover {\n  background: #fff3e8;\n  color: #df6d0d !important;\n  transform: translateY(-3px);\n  box-shadow: 0 6px 15px rgba(0,0,0,0.12);\n}\n\n\n\/* ================================\n   \u30b9\u30de\u30fc\u30c8\u30d5\u30a9\u30f3\n================================ *\/\n\n@media screen and (max-width: 767px) { \n \n  .xiv-flow-section { \n    padding: 60px 15px; \n  } \n \n  .xiv-flow-heading h2 { \n    font-size: 29px; \n  } \n \n  .xiv-flow-lead { \n    font-size: 14px; \n    line-height: 1.9; \n    margin-bottom: 45px; \n  } \n \n  .xiv-flow-grid { \n    grid-template-columns: 1fr; \n    gap: 35px; \n  } \n \n  .xiv-flow-card { \n    padding: 32px 22px 25px; \n  } \n \n  .xiv-flow-card h3 { \n    font-size: 20px; \n  } \n \n  .xiv-flow-card p { \n    font-size: 14px; \n  } \n \n  .xiv-flow-contact { \n    margin-top: 50px; \n    padding: 35px 20px; \n  } \n \n  .xiv-flow-contact h3 { \n    font-size: 23px; \n  } \n \n  .xiv-flow-contact p { \n    font-size: 14px; \n  } \n\n\n  \/* \u30b9\u30de\u30db\u3067\u306f\u30dc\u30bf\u30f3\u3092\u6a2a\u5e45\u3044\u3063\u3071\u3044 *\/\n  .xiv-flow-contact-button { \n    width: 100%;\n    min-width: 0;\n  }\n\n} \n<\/style> \n \n \n<section class=\"xiv-flow-section\"> \n \n  <div class=\"xiv-flow-inner\"> \n \n    <div class=\"xiv-flow-heading\"> \n \n      <div class=\"label\"> \n        FLOW \n      <\/div> \n \n      <h2> \n        \u5165\u5c45\u307e\u3067\u306e\u6d41\u308c \n      <\/h2> \n \n    <\/div> \n \n \n    <div class=\"xiv-flow-lead\"> \n \n      <p> \n        \u300c\u30b0\u30eb\u30fc\u30d7\u30db\u30fc\u30e0\u3063\u3066\u3069\u3093\u306a\u3068\u3053\u308d\uff1f\u300d<br> \n        \u300c\u81ea\u5206\u306b\u5408\u3046\u304b\u4e0d\u5b89\u2026\u2026\u300d<br> \n        \u305d\u3093\u306a\u65b9\u3082\u3001\u307e\u305a\u306f\u304a\u6c17\u8efd\u306b\u3054\u76f8\u8ac7\u304f\u3060\u3055\u3044\u3002 \n      <\/p> \n \n      <p> \n        \u3054\u672c\u4eba\u69d8\u3084\u3054\u5bb6\u65cf\u69d8\u306e\u3054\u5e0c\u671b\u3092\u304a\u4f3a\u3044\u3057\u306a\u304c\u3089\u3001 \n        \u898b\u5b66\u30fb\u4f53\u9a13\u3092\u901a\u3057\u3066\u3001\u5b89\u5fc3\u3057\u3066\u65b0\u3057\u3044\u751f\u6d3b\u3092\u59cb\u3081\u3089\u308c\u308b\u3088\u3046\u30b5\u30dd\u30fc\u30c8\u3044\u305f\u3057\u307e\u3059\u3002 \n      <\/p> \n \n    <\/div> \n \n \n    <div class=\"xiv-flow-grid\"> \n \n      <div class=\"xiv-flow-card\"> \n        <div class=\"xiv-flow-step\">STEP 01<\/div> \n        <h3>\u304a\u554f\u3044\u5408\u308f\u305b\u30fb\u3054\u76f8\u8ac7<\/h3> \n        <p> \n          \u307e\u305a\u306f\u304a\u96fb\u8a71\u307e\u305f\u306f\u304a\u554f\u3044\u5408\u308f\u305b\u30d5\u30a9\u30fc\u30e0\u3088\u308a\u3001\u304a\u6c17\u8efd\u306b\u3054\u9023\u7d61\u304f\u3060\u3055\u3044\u3002 \n          \u5165\u5c45\u306b\u3064\u3044\u3066\u306e\u3054\u8cea\u554f\u3084\u3054\u4e0d\u5b89\u306a\u3053\u3068\u3001\u73fe\u5728\u306e\u751f\u6d3b\u72b6\u6cc1\u306a\u3069\u3092\u304a\u4f3a\u3044\u3057\u306a\u304c\u3089\u3001 \n          \u3054\u5e0c\u671b\u306b\u5408\u3063\u305f\u30b0\u30eb\u30fc\u30d7\u30db\u30fc\u30e0\u3092\u3054\u6848\u5185\u3044\u305f\u3057\u307e\u3059\u3002 \n        <\/p> \n      <\/div> \n \n \n      <div class=\"xiv-flow-card\"> \n        <div class=\"xiv-flow-step\">STEP 02<\/div> \n        <h3>\u65bd\u8a2d\u898b\u5b66<\/h3> \n        <p> \n          \u5b9f\u969b\u306b\u30b0\u30eb\u30fc\u30d7\u30db\u30fc\u30e0\u3078\u304a\u8d8a\u3057\u3044\u305f\u3060\u304d\u3001 \n          \u5c45\u5ba4\u3084\u5171\u6709\u30b9\u30da\u30fc\u30b9\u3001\u65bd\u8a2d\u306e\u96f0\u56f2\u6c17\u3092\u3054\u89a7\u3044\u305f\u3060\u304d\u307e\u3059\u3002 \n          \u6c17\u306b\u306a\u308b\u3053\u3068\u306f\u4f55\u3067\u3082\u3054\u76f8\u8ac7\u304f\u3060\u3055\u3044\u3002 \n        <\/p> \n      <\/div> \n \n \n      <div class=\"xiv-flow-card\"> \n        <div class=\"xiv-flow-step\">STEP 03<\/div> \n        <h3>\u9762\u8ac7\u30fb\u3054\u76f8\u8ac7<\/h3> \n        <p> \n          \u3054\u672c\u4eba\u69d8\u3084\u3054\u5bb6\u65cf\u69d8\u3068\u9762\u8ac7\u3092\u884c\u3044\u3001 \n          \u73fe\u5728\u306e\u751f\u6d3b\u72b6\u6cc1\u3084\u3054\u5e0c\u671b\u3001\u4eca\u5f8c\u3069\u306e\u3088\u3046\u306a\u751f\u6d3b\u3092\u9001\u308a\u305f\u3044\u304b\u306a\u3069\u3092\u304a\u4f3a\u3044\u3057\u307e\u3059\u3002 \n          \u4e00\u4eba\u3072\u3068\u308a\u306b\u5408\u308f\u305b\u3066\u3054\u76f8\u8ac7\u3055\u305b\u3066\u3044\u305f\u3060\u304d\u307e\u3059\u3002 \n        <\/p> \n      <\/div> \n \n \n      <div class=\"xiv-flow-card\"> \n        <div class=\"xiv-flow-step\">STEP 04<\/div> \n        <h3>\u4f53\u9a13\u5165\u5c45<\/h3> \n        <p> \n          \u3054\u5e0c\u671b\u306b\u5fdc\u3058\u3066\u3001\u5b9f\u969b\u306b\u30b0\u30eb\u30fc\u30d7\u30db\u30fc\u30e0\u3067\u306e\u751f\u6d3b\u3092\u4f53\u9a13\u3057\u3066\u3044\u305f\u3060\u304d\u307e\u3059\u3002 \n          \u98df\u4e8b\u3084\u5165\u6d74\u3001\u5171\u540c\u751f\u6d3b\u306e\u96f0\u56f2\u6c17\u306a\u3069\u3092\u4f53\u9a13\u3057\u3001 \n          \u5165\u5c45\u5f8c\u306e\u751f\u6d3b\u3092\u30a4\u30e1\u30fc\u30b8\u3057\u3066\u3044\u305f\u3060\u3051\u307e\u3059\u3002 \n        <\/p> \n      <\/div> \n \n \n      <div class=\"xiv-flow-card\"> \n        <div class=\"xiv-flow-step\">STEP 05<\/div> \n        <h3>\u5229\u7528\u7533\u8acb\u30fb\u3054\u5951\u7d04<\/h3> \n        <p> \n          \u30b0\u30eb\u30fc\u30d7\u30db\u30fc\u30e0\u306e\u5229\u7528\u306b\u5fc5\u8981\u306a\u969c\u5bb3\u798f\u7949\u30b5\u30fc\u30d3\u30b9\u306e\u7533\u8acb\u3084\u624b\u7d9a\u304d\u3092\u9032\u3081\u307e\u3059\u3002 \n          \u5fc5\u8981\u306a\u624b\u7d9a\u304d\u306b\u3064\u3044\u3066\u3082\u30b9\u30bf\u30c3\u30d5\u304c\u5206\u304b\u308a\u3084\u3059\u304f\u3054\u6848\u5185\u3044\u305f\u3057\u307e\u3059\u3002 \n          \u624b\u7d9a\u304d\u304c\u6574\u3044\u307e\u3057\u305f\u3089\u6b63\u5f0f\u306b\u3054\u5951\u7d04\u3068\u306a\u308a\u307e\u3059\u3002 \n        <\/p> \n      <\/div> \n \n \n      <div class=\"xiv-flow-card\"> \n        <div class=\"xiv-flow-step\">STEP 06<\/div> \n        <h3>\u3054\u5165\u5c45\u30fb\u65b0\u751f\u6d3b\u30b9\u30bf\u30fc\u30c8<\/h3> \n        <p> \n          \u5951\u7d04\u3084\u5165\u5c45\u6e96\u5099\u304c\u6574\u3044\u307e\u3057\u305f\u3089\u3001\u3044\u3088\u3044\u3088\u3054\u5165\u5c45\u3067\u3059\u3002 \n          \u5165\u5c45\u5f8c\u3082\u30b9\u30bf\u30c3\u30d5\u304c\u65e5\u3005\u306e\u751f\u6d3b\u3092\u30b5\u30dd\u30fc\u30c8\u3057\u306a\u304c\u3089\u3001 \n          \u5b89\u5fc3\u3057\u3066\u81ea\u5206\u3089\u3057\u3044\u751f\u6d3b\u3092\u9001\u308c\u308b\u3088\u3046\u304a\u624b\u4f1d\u3044\u3044\u305f\u3057\u307e\u3059\u3002 \n        <\/p> \n      <\/div> \n \n    <\/div> \n \n \n    <div class=\"xiv-flow-contact\"> \n \n      <h3> \n        \u307e\u305a\u306f\u304a\u6c17\u8efd\u306b\u3054\u76f8\u8ac7\u304f\u3060\u3055\u3044 \n      <\/h3> \n \n      <p> \n        \u300c\u898b\u5b66\u3060\u3051\u3057\u3066\u307f\u305f\u3044\u300d<br> \n        \u300c\u307e\u305a\u306f\u8a71\u3092\u805e\u3044\u3066\u307f\u305f\u3044\u300d<br> \n        \u3068\u3044\u3046\u65b9\u3082\u5927\u6b53\u8fce\u3067\u3059\u3002<br> \n        \u5165\u5c45\u306b\u3064\u3044\u3066\u5206\u304b\u3089\u306a\u3044\u3053\u3068\u3084\u4e0d\u5b89\u306a\u3053\u3068\u304c\u3054\u3056\u3044\u307e\u3057\u305f\u3089\u3001 \n        \u3069\u3046\u305e\u304a\u6c17\u8efd\u306b\u304a\u554f\u3044\u5408\u308f\u305b\u304f\u3060\u3055\u3044\u3002 \n      <\/p> \n\n\n      <!-- =========================================\n           \u2605 \u304a\u554f\u3044\u5408\u308f\u305b\u30d5\u30a9\u30fc\u30e0\u306eURL\u3092\u3053\u3053\u306b\u5165\u529b \u2605\n           \u4f8b\uff1ahttps:\/\/example.com\/contact\/\n           ========================================= -->\n\n      <a\n        href=\"https:\/\/gh3.nk-ts.biz\/index.php\/contact\/\"\n        class=\"xiv-flow-contact-button\">\n\n        \u3054\u76f8\u8ac7\u30fb\u304a\u554f\u3044\u5408\u308f\u305b\u306f\u3053\u3061\u3089\n        <span>\u2192<\/span>\n\n      <\/a>\n \n    <\/div> \n \n  <\/div> \n \n<\/section>\n\n","protected":false},"excerpt":{"rendered":"<p>FLOW \u5165\u5c45\u307e\u3067\u306e\u6d41\u308c \u300c\u30b0\u30eb\u30fc\u30d7\u30db\u30fc\u30e0\u3063\u3066\u3069\u3093\u306a\u3068\u3053\u308d\uff1f\u300d \u300c\u81ea\u5206\u306b\u5408\u3046\u304b\u4e0d\u5b89\u2026\u2026\u300d \u305d\u3093\u306a\u65b9\u3082\u3001\u307e\u305a\u306f\u304a\u6c17\u8efd\u306b\u3054\u76f8\u8ac7\u304f\u3060\u3055\u3044\u3002 \u3054\u672c\u4eba\u69d8\u3084\u3054\u5bb6\u65cf\u69d8\u306e\u3054\u5e0c\u671b\u3092\u304a\u4f3a\u3044\u3057\u306a\u304c\u3089\u3001 \u898b\u5b66\u30fb\u4f53\u9a13\u3092\u901a\u3057\u3066\u3001\u5b89\u5fc3\u3057\u3066\u65b0\u3057\u3044\u751f\u6d3b\u3092\u2026<\/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-68","page","type-page","status-publish","hentry"],"_links":{"self":[{"href":"https:\/\/gh3.nk-ts.biz\/index.php\/wp-json\/wp\/v2\/pages\/68","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/gh3.nk-ts.biz\/index.php\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/gh3.nk-ts.biz\/index.php\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/gh3.nk-ts.biz\/index.php\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/gh3.nk-ts.biz\/index.php\/wp-json\/wp\/v2\/comments?post=68"}],"version-history":[{"count":1,"href":"https:\/\/gh3.nk-ts.biz\/index.php\/wp-json\/wp\/v2\/pages\/68\/revisions"}],"predecessor-version":[{"id":351,"href":"https:\/\/gh3.nk-ts.biz\/index.php\/wp-json\/wp\/v2\/pages\/68\/revisions\/351"}],"wp:attachment":[{"href":"https:\/\/gh3.nk-ts.biz\/index.php\/wp-json\/wp\/v2\/media?parent=68"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}