{"id":12,"date":"2025-04-26T20:18:22","date_gmt":"2025-04-26T11:18:22","guid":{"rendered":"https:\/\/www.impegno.jp\/?page_id=12"},"modified":"2026-08-19T19:31:35","modified_gmt":"2026-08-19T10:31:35","slug":"home","status":"publish","type":"page","link":"https:\/\/www.impegno.jp\/","title":{"rendered":"Winning through Marketing."},"content":{"rendered":"\n<style>\nhtml{scroll-behavior:smooth}\n\n.impegno-page{\n  --ink:#111;\n  --sub:#6f6f6f;\n  --line:#d9d9d6;\n  --soft:#f5f5f2;\n  width:100%;\n  margin:0;\n  color:var(--ink);\n  background:#fff;\n  font-family:-apple-system,BlinkMacSystemFont,\"Helvetica Neue\",\"Hiragino Sans\",\"Yu Gothic\",YuGothic,Arial,sans-serif;\n}\n\n.impegno-page *{box-sizing:border-box}\n.impegno-page a{color:inherit;text-decoration:none}\n\n.imp-wrap{\n  width:min(1240px,calc(100% - 96px));\n  margin:0 auto;\n}\n\n\/* HEADER *\/\n.imp-header{\n  position:sticky;\n  top:0;\n  z-index:50;\n  height:76px;\n  display:flex;\n  align-items:center;\n  background:rgba(255,255,255,.94);\n  backdrop-filter:blur(14px);\n  border-bottom:1px solid rgba(0,0,0,.07);\n}\n\n.admin-bar .imp-header{top:32px}\n\n.imp-header-inner{\n  display:flex;\n  align-items:center;\n  justify-content:space-between;\n}\n\n.imp-logo{\n  font-weight:700;\n  font-size:16px;\n  letter-spacing:-.02em;\n}\n\n.imp-nav{\n  display:flex;\n  align-items:center;\n  gap:34px;\n  font-size:12px;\n}\n\n.imp-nav a{\n  position:relative;\n  padding:8px 0;\n}\n\n.imp-nav a:after{\n  content:\"\";\n  position:absolute;\n  left:0;\n  bottom:3px;\n  width:0;\n  height:1px;\n  background:#111;\n  transition:.25s;\n}\n\n.imp-nav a:hover:after{width:100%}\n\n\/* HERO *\/\n.imp-hero{\n  min-height:calc(100vh - 76px);\n  display:flex;\n  align-items:center;\n  position:relative;\n  overflow:hidden;\n}\n\n.imp-hero:after{\n  content:\"\";\n  position:absolute;\n  width:420px;\n  height:420px;\n  right:-150px;\n  bottom:-210px;\n  border:1px solid #e5e5e2;\n  border-radius:50%;\n}\n\n.imp-kicker{\n  margin:0 0 30px;\n  font-size:11px;\n  letter-spacing:.29em;\n  color:#7d7d7d;\n}\n\n.imp-hero h1{\n  margin:0;\n  max-width:1100px;\n  font-family:Georgia,\"Times New Roman\",serif;\n  font-size:clamp(78px,8vw,132px);\n  line-height:.85;\n  font-weight:400;\n  letter-spacing:-.06em;\n}\n\n.imp-hero-bottom{\n  margin-top:58px;\n  display:flex;\n  justify-content:space-between;\n  align-items:flex-end;\n  gap:60px;\n}\n\n.imp-hero-copy{\n  margin:0;\n  max-width:510px;\n  font-size:14px;\n  line-height:2;\n}\n\n.imp-scroll{\n  font-size:9px;\n  letter-spacing:.25em;\n  color:#999;\n}\n\n\/* COMMON *\/\n.imp-section{\n  padding:135px 0;\n}\n\n.imp-label{\n  margin:0 0 40px;\n  font-size:10px;\n  letter-spacing:.27em;\n  color:#999;\n}\n\n.imp-serif{\n  font-family:Georgia,\"Times New Roman\",serif;\n  font-weight:400;\n}\n\n\/* ABOUT *\/\n.imp-about{\n  background:#111;\n  color:#fff;\n  position:relative;\n  overflow:hidden;\n}\n\n.imp-about:before{\n  content:\"IMPEGNO\";\n  position:absolute;\n  right:-30px;\n  bottom:-70px;\n  font-family:Georgia,\"Times New Roman\",serif;\n  font-size:220px;\n  letter-spacing:-.08em;\n  color:rgba(255,255,255,.025);\n  pointer-events:none;\n}\n\n.imp-about-grid{\n  display:grid;\n  grid-template-columns:.8fr 1.2fr;\n  gap:120px;\n  align-items:start;\n}\n\n.imp-about-word{\n  margin:0;\n  font-size:82px;\n  line-height:.9;\n}\n\n.imp-about-copy{\n  padding-top:18px;\n  position:relative;\n  z-index:2;\n}\n\n.imp-about-copy h2{\n  margin:0 0 32px;\n  font-size:34px;\n  line-height:1.5;\n  font-weight:500;\n}\n\n.imp-about-copy p{\n  margin:0;\n  max-width:690px;\n  color:#b9b9b9;\n  font-size:14px;\n  line-height:2.2;\n}\n\n\/* SERVICES *\/\n.imp-services{\n  background:#fff;\n}\n\n.imp-head{\n  display:grid;\n  grid-template-columns:360px 1fr;\n  gap:80px;\n  align-items:end;\n  margin-bottom:70px;\n}\n\n.imp-head h2{\n  margin:0;\n  font-size:76px;\n  line-height:1;\n}\n\n.imp-head p{\n  margin:0 0 7px;\n  max-width:570px;\n  color:#666;\n  font-size:14px;\n  line-height:2;\n}\n\n.imp-service-grid{\n  display:grid;\n  grid-template-columns:repeat(3,1fr);\n  border-top:1px solid var(--line);\n  border-left:1px solid var(--line);\n}\n\n.imp-service-card{\n  min-height:250px;\n  padding:32px;\n  border-right:1px solid var(--line);\n  border-bottom:1px solid var(--line);\n  display:flex;\n  flex-direction:column;\n  justify-content:space-between;\n  position:relative;\n  overflow:hidden;\n  transition:.28s ease;\n}\n\n.imp-service-card:before{\n  content:\"\";\n  position:absolute;\n  inset:0;\n  background:#111;\n  transform:translateY(101%);\n  transition:.32s cubic-bezier(.2,.8,.2,1);\n}\n\n.imp-service-card:hover:before{\n  transform:translateY(0);\n}\n\n.imp-service-card > *{\n  position:relative;\n  z-index:1;\n}\n\n.imp-service-card small{\n  color:#999;\n  font-size:9px;\n  letter-spacing:.18em;\n}\n\n.imp-service-card h3{\n  margin:0 0 12px;\n  font-size:19px;\n  line-height:1.5;\n  transition:.25s;\n}\n\n.imp-service-card p{\n  margin:0;\n  color:#777;\n  font-size:12px;\n  line-height:1.85;\n  transition:.25s;\n}\n\n.imp-service-card:hover h3{color:#fff}\n.imp-service-card:hover p{color:#aaa}\n.imp-service-card:hover small{color:#777}\n\n\/* COMPANY *\/\n.imp-company{\n  background:var(--soft);\n}\n\n.imp-company-grid{\n  display:grid;\n  grid-template-columns:400px 1fr;\n  gap:100px;\n}\n\n.imp-company-title{\n  margin:0;\n  font-size:78px;\n  line-height:1;\n}\n\n.imp-table{\n  margin:0;\n  border-top:1px solid #cfcfcb;\n}\n\n.imp-row{\n  display:grid;\n  grid-template-columns:145px 1fr;\n  gap:30px;\n  padding:25px 0;\n  border-bottom:1px solid #d4d4d0;\n}\n\n.imp-row dt{\n  margin:0;\n  color:#888;\n  font-size:12px;\n}\n\n.imp-row dd{\n  margin:0;\n  font-size:14px;\n  line-height:1.95;\n}\n\n\/* CONTACT *\/\n.imp-contact{\n  background:#fff;\n  padding:115px 0 55px;\n}\n\n.imp-contact-main{\n  display:grid;\n  grid-template-columns:1fr auto;\n  gap:60px;\n  align-items:end;\n  padding-bottom:65px;\n  border-bottom:1px solid var(--line);\n}\n\n.imp-contact h2{\n  margin:0;\n  font-size:90px;\n  line-height:.95;\n}\n\n.imp-mail{\n  display:inline-flex;\n  align-items:center;\n  gap:14px;\n  padding:12px 0;\n  border-bottom:1px solid #111;\n  font-size:14px;\n  transition:.2s;\n}\n\n.imp-mail:hover{\n  gap:24px;\n}\n\n\/* FOOTER *\/\n.imp-footer{\n  padding:34px 0 46px;\n}\n\n.imp-footer-inner{\n  display:flex;\n  justify-content:space-between;\n  gap:30px;\n  color:#777;\n  font-size:10px;\n  letter-spacing:.08em;\n}\n\n\/* MOBILE *\/\n@media(max-width:900px){\n  .imp-wrap{\n    width:min(100% - 48px,1240px);\n  }\n\n  .imp-nav{\n    gap:18px;\n    font-size:11px;\n  }\n\n  .imp-hero h1{\n    font-size:clamp(66px,11vw,100px);\n  }\n\n  .imp-about-grid,\n  .imp-company-grid,\n  .imp-head{\n    grid-template-columns:1fr;\n    gap:55px;\n  }\n\n  .imp-service-grid{\n    grid-template-columns:repeat(2,1fr);\n  }\n}\n\n@media(max-width:600px){\n  .admin-bar .imp-header{top:46px}\n\n  .imp-wrap{\n    width:calc(100% - 36px);\n  }\n\n  .imp-header{\n    height:66px;\n  }\n\n  .imp-nav a:nth-child(1),\n  .imp-nav a:nth-child(3){\n    display:none;\n  }\n\n  .imp-nav{\n    gap:16px;\n  }\n\n  .imp-hero{\n    min-height:680px;\n  }\n\n  .imp-kicker{\n    font-size:9px;\n    margin-bottom:24px;\n  }\n\n  .imp-hero h1{\n    font-size:56px;\n    line-height:.91;\n  }\n\n  .imp-hero-bottom{\n    margin-top:42px;\n    display:block;\n  }\n\n  .imp-scroll{\n    margin-top:38px;\n  }\n\n  .imp-section{\n    padding:90px 0;\n  }\n\n  .imp-about-word,\n  .imp-head h2,\n  .imp-company-title{\n    font-size:54px;\n  }\n\n  .imp-about-copy h2{\n    font-size:25px;\n  }\n\n  .imp-service-grid{\n    grid-template-columns:1fr;\n  }\n\n  .imp-service-card{\n    min-height:190px;\n  }\n\n  .imp-company-grid,\n  .imp-about-grid{\n    gap:45px;\n  }\n\n  .imp-row{\n    grid-template-columns:88px 1fr;\n    gap:14px;\n  }\n\n  .imp-contact{\n    padding:80px 0 45px;\n  }\n\n  .imp-contact-main{\n    grid-template-columns:1fr;\n    gap:35px;\n  }\n\n  .imp-contact h2{\n    font-size:58px;\n  }\n\n  .imp-footer-inner{\n    display:block;\n    line-height:2;\n  }\n}\n<\/style>\n\n<div class=\"impegno-page\">\n\n<header class=\"imp-header\">\n  <div class=\"imp-wrap imp-header-inner\">\n    <a class=\"imp-logo\" href=\"#\">\u682a\u5f0f\u4f1a\u793eImpegno<\/a>\n\n    <nav class=\"imp-nav\">\n      <a href=\"#about\">About<\/a>\n      <a href=\"#services\">Services<\/a>\n      <a href=\"#company\">Company<\/a>\n      <a href=\"#contact\">Contact<\/a>\n      <a href=\"https:\/\/global.impegno.jp\/\" target=\"_blank\" rel=\"noopener noreferrer\">Global \u2197<\/a>\n    <\/nav>\n  <\/div>\n<\/header>\n\n<main>\n\n<section class=\"imp-hero\">\n  <div class=\"imp-wrap\">\n\n    <p class=\"imp-kicker\">IMPEGNO \/ DIGITAL MARKETING<\/p>\n\n    <h1>Winning through<br>Marketing.<\/h1>\n\n    <div class=\"imp-hero-bottom\">\n      <p class=\"imp-hero-copy\">\n        \u30c7\u30fc\u30bf\u3068\u6226\u7565\u3001\u5b9f\u884c\u529b\u3067\u30d3\u30b8\u30cd\u30b9\u306e\u6210\u9577\u3092\u652f\u3048\u308b\u3002<br>\n        Impegno\u306f\u3001\u6210\u679c\u306b\u7e4b\u304c\u308b\u30de\u30fc\u30b1\u30c6\u30a3\u30f3\u30b0\u3092\u8ffd\u6c42\u3057\u307e\u3059\u3002\n      <\/p>\n\n      <span class=\"imp-scroll\">SCROLL \u2193<\/span>\n    <\/div>\n\n  <\/div>\n<\/section>\n\n<section class=\"imp-section imp-about\" id=\"about\">\n  <div class=\"imp-wrap\">\n\n    <p class=\"imp-label\">01 \/ ABOUT<\/p>\n\n    <div class=\"imp-about-grid\">\n      <h2 class=\"imp-serif imp-about-word\">Move<br>Forward.<\/h2>\n\n      <div class=\"imp-about-copy\">\n        <h2>\n          \u30de\u30fc\u30b1\u30c6\u30a3\u30f3\u30b0\u306e\u529b\u3067\u3001<br>\n          \u30d3\u30b8\u30cd\u30b9\u3092\u524d\u3078\u3002\n        <\/h2>\n\n        <p>\n          \u79c1\u305f\u3061\u306f\u3001\u5e83\u544a\u904b\u7528\u30fb\u30c7\u30fc\u30bf\u5206\u6790\u30fb\u30d7\u30ed\u30e2\u30fc\u30b7\u30e7\u30f3\u3092\u6a2a\u65ad\u3057\u3001\n          \u304a\u5ba2\u69d8\u306e\u30d3\u30b8\u30cd\u30b9\u306b\u5fc5\u8981\u306a\u6226\u7565\u3092\u8a2d\u8a08\u3057\u307e\u3059\u3002\n          \u6570\u5b57\u3092\u898b\u308b\u3060\u3051\u3067\u3082\u3001\u65bd\u7b56\u3092\u5b9f\u884c\u3059\u308b\u3060\u3051\u3067\u3082\u306a\u304f\u3001\n          \u6210\u679c\u306b\u3064\u306a\u304c\u308b\u307e\u3067\u4f34\u8d70\u3059\u308b\u3053\u3068\u3092\u5927\u5207\u306b\u3057\u3066\u3044\u307e\u3059\u3002\n        <\/p>\n      <\/div>\n    <\/div>\n\n  <\/div>\n<\/section>\n\n<section class=\"imp-section imp-services\" id=\"services\">\n  <div class=\"imp-wrap\">\n\n    <p class=\"imp-label\">02 \/ SERVICES<\/p>\n\n    <div class=\"imp-head\">\n      <h2 class=\"imp-serif\">Services.<\/h2>\n\n      <p>\n        \u6226\u7565\u8a2d\u8a08\u304b\u3089\u904b\u7528\u30fb\u5206\u6790\u307e\u3067\u3001\n        \u76ee\u7684\u306b\u5408\u308f\u305b\u305f\u30de\u30fc\u30b1\u30c6\u30a3\u30f3\u30b0\u652f\u63f4\u3092\u63d0\u4f9b\u3057\u307e\u3059\u3002\n      <\/p>\n    <\/div>\n\n    <div class=\"imp-service-grid\">\n\n      <article class=\"imp-service-card\">\n        <small>01<\/small>\n        <div>\n          <h3>WEB\u5e83\u544a\u904b\u7528<\/h3>\n          <p>\u76ee\u7684\u3068\u4e88\u7b97\u306b\u5408\u308f\u305b\u305f\u5e83\u544a\u8a2d\u8a08\u30fb\u904b\u7528\u30fb\u6539\u5584\u3002<\/p>\n        <\/div>\n      <\/article>\n\n      <article class=\"imp-service-card\">\n        <small>02<\/small>\n        <div>\n          <h3>\u30c7\u30fc\u30bf\u5206\u6790\u30fb\u30de\u30fc\u30b1\u30c6\u30a3\u30f3\u30b0\u652f\u63f4<\/h3>\n          <p>\u30c7\u30fc\u30bf\u3092\u5143\u306b\u8ab2\u984c\u3092\u6574\u7406\u3057\u3001\u65bd\u7b56\u306e\u7cbe\u5ea6\u3092\u9ad8\u3081\u307e\u3059\u3002<\/p>\n        <\/div>\n      <\/article>\n\n      <article class=\"imp-service-card\">\n        <small>03<\/small>\n        <div>\n          <h3>\u30b3\u30f3\u30b5\u30eb\u30c6\u30a3\u30f3\u30b0<\/h3>\n          <p>\u4e8b\u696d\u8ab2\u984c\u306b\u5408\u308f\u305b\u305f\u6226\u7565\u8a2d\u8a08\u3068\u5b9f\u884c\u3092\u652f\u63f4\u3057\u307e\u3059\u3002<\/p>\n        <\/div>\n      <\/article>\n\n      <article class=\"imp-service-card\">\n        <small>04<\/small>\n        <div>\n          <h3>Web\u30d7\u30ed\u30e2\u30fc\u30b7\u30e7\u30f3<\/h3>\n          <p>\u8cb4\u793e\u306b\u6700\u9069\u306a\u8a8d\u77e5\u30fb\u96c6\u5ba2\u30fb\u8ca9\u58f2\u4fc3\u9032\u3092\u8a2d\u8a08\u3057\u307e\u3059\u3002<\/p>\n        <\/div>\n      <\/article>\n\n      <article class=\"imp-service-card\">\n        <small>05<\/small>\n        <div>\n          <h3>SNS\u30e1\u30c7\u30a3\u30a2\u904b\u7528<\/h3>\n          <p>SNS\u306e\u4f01\u753b\u30fb\u904b\u7528\u3092\u901a\u3058\u3066\u7d99\u7d9a\u7684\u306a\u63a5\u70b9\u3092\u4f5c\u308a\u307e\u3059\u3002<\/p>\n        <\/div>\n      <\/article>\n\n      <article class=\"imp-service-card\">\n        <small>06<\/small>\n        <div>\n          <h3><a href=\"https:\/\/global.impegno.jp\/\" target=\"_blank\" rel=\"noopener noreferrer\">\u6d77\u5916\u7dcf\u5408\u4ee3\u7406\u4e8b\u696d \u2197<\/a><\/h3>\n          <p>\u6d77\u5916\u4f01\u696d\u306e\u512a\u308c\u305f\u88fd\u54c1\u30fb\u30b5\u30fc\u30d3\u30b9\u306e\u65e5\u672c\u5e02\u5834\u5c55\u958b\u3092\u30b5\u30dd\u30fc\u30c8\u3057\u307e\u3059\u3002<\/p>\n        <\/div>\n      <\/article>\n\n    <\/div>\n\n  <\/div>\n<\/section>\n\n<section class=\"imp-section imp-company\" id=\"company\">\n  <div class=\"imp-wrap\">\n\n    <p class=\"imp-label\">03 \/ COMPANY<\/p>\n\n    <div class=\"imp-company-grid\">\n\n      <h2 class=\"imp-serif imp-company-title\">Company.<\/h2>\n\n      <dl class=\"imp-table\">\n\n        <div class=\"imp-row\">\n          <dt>\u4f1a\u793e\u540d<\/dt>\n          <dd>\u682a\u5f0f\u4f1a\u793eImpegno<\/dd>\n        <\/div>\n\n        <div class=\"imp-row\">\n          <dt>\u4ee3\u8868\u8005<\/dt>\n          <dd>\u9ad8\u6749\u826f<\/dd>\n        <\/div>\n\n        <div class=\"imp-row\">\n          <dt>\u4e8b\u696d\u5185\u5bb9<\/dt>\n          <dd>\n            WEB\u5e83\u544a\u904b\u7528<br>\n            \u30c7\u30fc\u30bf\u5206\u6790\u30fb\u30de\u30fc\u30b1\u30c6\u30a3\u30f3\u30b0\u652f\u63f4<br>\n            \u30b3\u30f3\u30b5\u30eb\u30c6\u30a3\u30f3\u30b0<br>\n            Web\u30d7\u30ed\u30e2\u30fc\u30b7\u30e7\u30f3<br>\n            SNS\u30e1\u30c7\u30a3\u30a2\u904b\u7528<br>\n            \u6d77\u5916\u7dcf\u5408\u4ee3\u7406\u4e8b\u696d\n          <\/dd>\n        <\/div>\n\n        <div class=\"imp-row\">\n          <dt>\u6240\u5728\u5730<\/dt>\n          <dd>\n            \u6771\u4eac\u90fd\u65b0\u5bbf\u533a\u897f\u65b0\u5bbf3-3-13<br>\n            \u897f\u65b0\u5bbf\u6c34\u9593\u30d3\u30eb6\u968e\n          <\/dd>\n        <\/div>\n\n      <\/dl>\n    <\/div>\n\n  <\/div>\n<\/section>\n\n<section class=\"imp-contact\" id=\"contact\">\n  <div class=\"imp-wrap\">\n\n    <p class=\"imp-label\">04 \/ CONTACT<\/p>\n\n    <div class=\"imp-contact-main\">\n      <h2 class=\"imp-serif\">Contact.<\/h2>\n\n      <a class=\"imp-mail\" href=\"mailto:contact@impegno.jp\">\n        contact@impegno.jp <span>\u2192<\/span>\n      <\/a>\n    <\/div>\n\n  <\/div>\n<\/section>\n\n<\/main>\n\n<footer class=\"imp-footer\">\n  <div class=\"imp-wrap imp-footer-inner\">\n    <span>\u682a\u5f0f\u4f1a\u793eImpegno<\/span>\n    <span>\u00a9 Impegno Inc.<\/span>\n  <\/div>\n<\/footer>\n\n<\/div>\n","protected":false},"excerpt":{"rendered":"<p>\u682a\u5f0f\u4f1a\u793eImpegno About Services Company Contact Global \u2197 IMPEGNO \/ DIGITAL MARKETING Winning throughMarketing. \u30c7\u30fc\u30bf\u3068 [&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-12","page","type-page","status-publish","hentry"],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v25.0 - https:\/\/yoast.com\/wordpress\/plugins\/seo\/ -->\n<title>Winning through Marketing. - \u682a\u5f0f\u4f1a\u793eImpegno<\/title>\n<meta name=\"description\" content=\"\u5f53\u793e\u306f\u30c7\u30fc\u30bf\u30c9\u30ea\u30d6\u30f3\u00d7\u6700\u65b0\u30c8\u30ec\u30f3\u30c9\u3092\u878d\u5408\u3055\u305b\u305f\u72ec\u81ea\u306e\u30de\u30fc\u30b1\u30c6\u30a3\u30f3\u30b0\u6226\u7565\u3067\u3001\u5fa1\u793e\u306e\u96c6\u5ba2\u3068\u30d6\u30e9\u30f3\u30c9\u4fa1\u5024\u5411\u4e0a\u306b\u8ca2\u732e\u3057\u307e\u3059\u3002\" \/>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/www.impegno.jp\/\" \/>\n<meta property=\"og:locale\" content=\"ja_JP\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Winning through Marketing. - \u682a\u5f0f\u4f1a\u793eImpegno\" \/>\n<meta property=\"og:description\" content=\"\u5f53\u793e\u306f\u30c7\u30fc\u30bf\u30c9\u30ea\u30d6\u30f3\u00d7\u6700\u65b0\u30c8\u30ec\u30f3\u30c9\u3092\u878d\u5408\u3055\u305b\u305f\u72ec\u81ea\u306e\u30de\u30fc\u30b1\u30c6\u30a3\u30f3\u30b0\u6226\u7565\u3067\u3001\u5fa1\u793e\u306e\u96c6\u5ba2\u3068\u30d6\u30e9\u30f3\u30c9\u4fa1\u5024\u5411\u4e0a\u306b\u8ca2\u732e\u3057\u307e\u3059\u3002\" \/>\n<meta property=\"og:url\" content=\"https:\/\/www.impegno.jp\/\" \/>\n<meta property=\"og:site_name\" content=\"\u682a\u5f0f\u4f1a\u793eImpegno\" \/>\n<meta property=\"article:modified_time\" content=\"2026-08-19T10:31:35+00:00\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:label1\" content=\"\u63a8\u5b9a\u8aad\u307f\u53d6\u308a\u6642\u9593\" \/>\n\t<meta name=\"twitter:data1\" content=\"17\u5206\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\/\/schema.org\",\"@graph\":[{\"@type\":\"WebPage\",\"@id\":\"https:\/\/www.impegno.jp\/\",\"url\":\"https:\/\/www.impegno.jp\/\",\"name\":\"Winning through Marketing. - \u682a\u5f0f\u4f1a\u793eImpegno\",\"isPartOf\":{\"@id\":\"https:\/\/www.impegno.jp\/#website\"},\"datePublished\":\"2025-04-26T11:18:22+00:00\",\"dateModified\":\"2026-08-19T10:31:35+00:00\",\"description\":\"\u5f53\u793e\u306f\u30c7\u30fc\u30bf\u30c9\u30ea\u30d6\u30f3\u00d7\u6700\u65b0\u30c8\u30ec\u30f3\u30c9\u3092\u878d\u5408\u3055\u305b\u305f\u72ec\u81ea\u306e\u30de\u30fc\u30b1\u30c6\u30a3\u30f3\u30b0\u6226\u7565\u3067\u3001\u5fa1\u793e\u306e\u96c6\u5ba2\u3068\u30d6\u30e9\u30f3\u30c9\u4fa1\u5024\u5411\u4e0a\u306b\u8ca2\u732e\u3057\u307e\u3059\u3002\",\"breadcrumb\":{\"@id\":\"https:\/\/www.impegno.jp\/#breadcrumb\"},\"inLanguage\":\"ja\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/www.impegno.jp\/\"]}]},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/www.impegno.jp\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"\u30db\u30fc\u30e0\",\"item\":\"https:\/\/www.impegno.jp\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Winning through Marketing.\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\/\/www.impegno.jp\/#website\",\"url\":\"https:\/\/www.impegno.jp\/\",\"name\":\"\u682a\u5f0f\u4f1a\u793eImpegno\",\"description\":\"\",\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\/\/www.impegno.jp\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"ja\"}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"Winning through Marketing. - \u682a\u5f0f\u4f1a\u793eImpegno","description":"\u5f53\u793e\u306f\u30c7\u30fc\u30bf\u30c9\u30ea\u30d6\u30f3\u00d7\u6700\u65b0\u30c8\u30ec\u30f3\u30c9\u3092\u878d\u5408\u3055\u305b\u305f\u72ec\u81ea\u306e\u30de\u30fc\u30b1\u30c6\u30a3\u30f3\u30b0\u6226\u7565\u3067\u3001\u5fa1\u793e\u306e\u96c6\u5ba2\u3068\u30d6\u30e9\u30f3\u30c9\u4fa1\u5024\u5411\u4e0a\u306b\u8ca2\u732e\u3057\u307e\u3059\u3002","robots":{"index":"index","follow":"follow","max-snippet":"max-snippet:-1","max-image-preview":"max-image-preview:large","max-video-preview":"max-video-preview:-1"},"canonical":"https:\/\/www.impegno.jp\/","og_locale":"ja_JP","og_type":"article","og_title":"Winning through Marketing. - \u682a\u5f0f\u4f1a\u793eImpegno","og_description":"\u5f53\u793e\u306f\u30c7\u30fc\u30bf\u30c9\u30ea\u30d6\u30f3\u00d7\u6700\u65b0\u30c8\u30ec\u30f3\u30c9\u3092\u878d\u5408\u3055\u305b\u305f\u72ec\u81ea\u306e\u30de\u30fc\u30b1\u30c6\u30a3\u30f3\u30b0\u6226\u7565\u3067\u3001\u5fa1\u793e\u306e\u96c6\u5ba2\u3068\u30d6\u30e9\u30f3\u30c9\u4fa1\u5024\u5411\u4e0a\u306b\u8ca2\u732e\u3057\u307e\u3059\u3002","og_url":"https:\/\/www.impegno.jp\/","og_site_name":"\u682a\u5f0f\u4f1a\u793eImpegno","article_modified_time":"2026-08-19T10:31:35+00:00","twitter_card":"summary_large_image","twitter_misc":{"\u63a8\u5b9a\u8aad\u307f\u53d6\u308a\u6642\u9593":"17\u5206"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"WebPage","@id":"https:\/\/www.impegno.jp\/","url":"https:\/\/www.impegno.jp\/","name":"Winning through Marketing. - \u682a\u5f0f\u4f1a\u793eImpegno","isPartOf":{"@id":"https:\/\/www.impegno.jp\/#website"},"datePublished":"2025-04-26T11:18:22+00:00","dateModified":"2026-08-19T10:31:35+00:00","description":"\u5f53\u793e\u306f\u30c7\u30fc\u30bf\u30c9\u30ea\u30d6\u30f3\u00d7\u6700\u65b0\u30c8\u30ec\u30f3\u30c9\u3092\u878d\u5408\u3055\u305b\u305f\u72ec\u81ea\u306e\u30de\u30fc\u30b1\u30c6\u30a3\u30f3\u30b0\u6226\u7565\u3067\u3001\u5fa1\u793e\u306e\u96c6\u5ba2\u3068\u30d6\u30e9\u30f3\u30c9\u4fa1\u5024\u5411\u4e0a\u306b\u8ca2\u732e\u3057\u307e\u3059\u3002","breadcrumb":{"@id":"https:\/\/www.impegno.jp\/#breadcrumb"},"inLanguage":"ja","potentialAction":[{"@type":"ReadAction","target":["https:\/\/www.impegno.jp\/"]}]},{"@type":"BreadcrumbList","@id":"https:\/\/www.impegno.jp\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"\u30db\u30fc\u30e0","item":"https:\/\/www.impegno.jp\/"},{"@type":"ListItem","position":2,"name":"Winning through Marketing."}]},{"@type":"WebSite","@id":"https:\/\/www.impegno.jp\/#website","url":"https:\/\/www.impegno.jp\/","name":"\u682a\u5f0f\u4f1a\u793eImpegno","description":"","potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/www.impegno.jp\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"ja"}]}},"_links":{"self":[{"href":"https:\/\/www.impegno.jp\/index.php?rest_route=\/wp\/v2\/pages\/12","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/www.impegno.jp\/index.php?rest_route=\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/www.impegno.jp\/index.php?rest_route=\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/www.impegno.jp\/index.php?rest_route=\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/www.impegno.jp\/index.php?rest_route=%2Fwp%2Fv2%2Fcomments&post=12"}],"version-history":[{"count":23,"href":"https:\/\/www.impegno.jp\/index.php?rest_route=\/wp\/v2\/pages\/12\/revisions"}],"predecessor-version":[{"id":83,"href":"https:\/\/www.impegno.jp\/index.php?rest_route=\/wp\/v2\/pages\/12\/revisions\/83"}],"wp:attachment":[{"href":"https:\/\/www.impegno.jp\/index.php?rest_route=%2Fwp%2Fv2%2Fmedia&parent=12"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}