<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>SNS PR | 有限会社ハビス - パソコントラブルコンサルタント・ＩＴ活用コンサルタント</title>
	<atom:link href="https://habis.co.jp/portfolio_category/sns-pr/feed/" rel="self" type="application/rss+xml" />
	<link>https://habis.co.jp</link>
	<description>パソコンに関することのすべてをまとめてコンサルティングする会社です。小規模企業に強く、幅広く得意分野がありますので当社１社にすべてお任せください。</description>
	<lastBuildDate>Mon, 17 Nov 2025 13:10:52 +0000</lastBuildDate>
	<language>ja</language>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=6.9</generator>

<image>
	<url>https://habis.co.jp/wp-content/uploads/2019/10/cropped-site-icon_H-32x32.png</url>
	<title>SNS PR | 有限会社ハビス - パソコントラブルコンサルタント・ＩＴ活用コンサルタント</title>
	<link>https://habis.co.jp</link>
	<width>32</width>
	<height>32</height>
</image> 
	<item>
		<title>ＩＴ活用コンサルタント</title>
		<link>https://habis.co.jp/munio_portfolio/it-consultant/</link>
		
		<dc:creator><![CDATA[habis@ot]]></dc:creator>
		<pubDate>Mon, 01 Nov 2021 03:01:25 +0000</pubDate>
				<guid isPermaLink="false">https://habis.co.jp/?post_type=munio_portfolio&#038;p=3353</guid>

					<description><![CDATA[<p>ファンを作る ホームページはあなたの想いをのせてファンをどれだけ作れるかがポイントです。 商品コンセプト サービス「志」 経営理念ビジョンを公表 誰に何を？ あなたの商品サービスを誰に何を提供するかを明確にします。 商品 [&#8230;]</p>
The post <a href="https://habis.co.jp/munio_portfolio/it-consultant/">ＩＴ活用コンサルタント</a> first appeared on <a href="https://habis.co.jp">有限会社ハビス - パソコントラブルコンサルタント・ＩＴ活用コンサルタント</a>.]]></description>
										<content:encoded><![CDATA[<style media="screen">
@import url('https://fonts.googleapis.com/css2?family=Oxanium&display=swap');
html {
font-size: 18px;
}
body {
  background-color: #efefef;
}
#main-content {
  background-color: #efefef !important;
}
#main-page-content {
  max-width: inherit;
  background-size: 20%;
}
#header-container {
  transition: .3s !important;
  background-color: #0000007a !important;
}
h1 {
  font-family: 'Oxanium', sans-serif !important;
  font-size: 2.5rem;
  letter-spacing: 8px;
}
h2 {
  margin-bottom: inherit !important;
  font-size: 1.8rem !important;
}
p {
  font-size: 1rem;
}
h1,p {
margin-block-start: 0;
margin-block-end: 0;
}
#main-page-content {
padding: 0;
}
.sp_br {
  display: none;
}
@media screen and (max-width:767px) {
  #main-page-content {
    background-size: 50%;
  }
  #hero-bg-image {
    background-position: center right 15%;
  }
  .sp_br {
    display: block;
  }
}
.it_header {
  width: 100%;
  height: 150px;
  background-color: #3d4450;
}
@media screen and (max-width:767px) {
  .it_header {
    height: 15vh;
  }
}

.point1_sec {
  position: relative;
  margin-bottom: 15%;
}
.point1_sec::before {
  content: '';
  position: absolute;
  width: 50%;
  height: 90%;
  max-width: 1000px;
  background-image: repeating-linear-gradient(0deg, #2a3f5b, #2a3f5b 2px, #213856 2px, #213856 8px);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: left bottom;
  left: 0;
  bottom: -15%;
  opacity: .8;
}
.point1_sec::after {
  content: '01';
  position: absolute;
  font-size: 6vw;
  font-family: 'Oxanium', sans-serif !important;
  right: 5vw;
  color: #1f2d46;
  opacity: .8;
  bottom: -15%;
  writing-mode: vertical-rl;
}
.point1_outer {
  position: relative;
}
.point1_outer::before {
  content: '';
  position: absolute;
  top: 180px;
  right: 0;
  height: 80px;
  width: 8vw;
  background-image: repeating-linear-gradient(0deg, #2a3f5b, #2a3f5b 10px, transparent 10px, transparent 20px);
  opacity: .8;
}
.point1_inner {
  width: 80%;
  max-width: 1000px;
  margin: 120px auto;
}
.point1_gridbox {
  display: grid;
  grid-template-columns: repeat(3, minmax(200px,400px));
  grid-template-rows: repeat(3, minmax(100px,200px));
  column-gap: 15px;
  row-gap: 30px;
}
.point1_grid1 {
  grid-row: 1 / 4;
  grid-column:  1 / 3;
  background-color: red;
  background-image: url("https://habis.co.jp/wp-content/uploads/2021/10/AdobeStock_128585375-2.jpg");
  background-size: cover;
  display: grid;
  justify-content: center;
  align-items: center;
  padding: 4% 6%;
  position: relative;
}
.point1_grid1::before {
  content: '';
  position: absolute;
  width: 150px;
  height: 150px;
  border-radius: 50%;
  border: solid #efefef;
  top: -30px;
  left: -30px;
  background-image: url("https://habis.co.jp/wp-content/uploads/2021/10/point01@0.5x.png");
  background-repeat: no-repeat;
  background-size: cover;
  z-index: 1;
}
.point1_grid1_titlebox {
  background-color: rgba(255,255,255,.8);
  padding: 4% 6%;
  border: solid #213856 5px;
  box-shadow: 0 0 0 10px rgba(255,255,255,.8);
}
.point1_grid1_titlebox h1 {
  text-align: center;
  position: relative;
}
.point1_grid1_titlebox h1::after {
  content:'';
  position: absolute;
  width: 50%;
  height: 10px;
  left: 0;
  right: 0;
  bottom: -1rem;
  margin: auto;
  background-image: repeating-linear-gradient(90deg, #213856, #213856 2px, transparent 2px, transparent 4px);
}
.point1_grid1_titlebox p {
  margin-top: 2rem;
}
.point1_grid_child {
  background-image: linear-gradient(rgb(2 50 114 / 63%),rgb(2 50 114 / 63%)),url("https://habis.co.jp/wp-content/uploads/2021/10/AdobeStock_324151768.jpg");
  background-size: contain;
  color: white !important;
  display: grid;
  justify-content: center;
  align-items: center;
  text-align: center;
  clip-path: polygon(8% 10%, 100% 0,100% 90%,8% 90%, 8% 60%, 0 50%, 8% 40%);
  padding-left: 5%;
  position: relative;
}
.point1_grid2 {
  transform: rotate(-8deg);
}
.point1_grid2 span {
  display: inline-block;
  transform: rotate(8deg);
}
.point1_grid4 {
  transform: rotate(8deg);
}
.point1_grid4 span {
  display: inline-block;
  transform: rotate(-8deg);
}
.point1_grid_child::after {
  content: '';
  position: absolute;
  width: 2vw;
  height: 2vw;
  top: 0;
  right: 0;
  background-color: lightgrey;
  clip-path: polygon(0 0, 100% 0, 100% 100%, 0 0);
}
@media screen and (max-width:767px) {
  .point1_sec::before {
    bottom: -5%;
    left: 0;
    margin: auto;
    background-position: bottom left;
    opacity: .3;
  }
  .point1_sec::after {
    bottom: -5%;
  }
  .point1_inner {
    width: 100%;
    margin: 70px auto 120px;
  }
  .point1_gridbox {
    display: block;
  }
  .point1_grid1_titlebox {
    width: 65%;
    margin: 14% auto;
  }
  .point1_grid1::before {
    width: 20vw;
    height: 20vw;
    top: -45px;
    right: 0;
    left: 0;
    margin: auto;
  }
  .point1_grid_child {
    padding: 10% 0 5% 0;
  }
  .point1_grid2, .point1_grid4, .point1_grid2 span, .point1_grid4 span {
    transform: inherit;
  }
  .point1_grid1 {
    padding: 4% 0;
  }
  .point1_grid2 {
    clip-path: polygon(0 15%, 25% 15%, 30% 0%, 35% 15%, 100% 15%, 100% 100%, 0 100%);
    margin-top: 1rem;
  }
  .point1_grid3 {
    clip-path: polygon(0 15%, 45% 15%, 50% 0%, 55% 15%, 100% 15%, 100% 100%, 0 100%);
    margin-top: 1rem;
  }
  .point1_grid4 {
    clip-path: polygon(0 15%, 65% 15%, 70% 0%, 75% 15%, 100% 15%, 100% 100%, 0 100%);
    margin-top: 1rem;
  }
}

.point2_sec {
  margin-bottom: 15%;
  position: relative;
}
.point2_sec::before {
  content: '';
  background-image: repeating-linear-gradient(0deg, #2d5765, #2d5765 2px, #244550 2px, #244550 8px);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: right bottom;
  position: absolute;
  max-width: 1000px;
  width: 50%;
  height: 90%;
  right: 0;
  bottom: -15%;
  opacity: .8;
  z-index: -1;
}
.point2_sec::after {
  content: '02';
  position: absolute;
  font-size: 6vw;
  font-family: 'Oxanium', sans-serif !important;
  left: 5vw;
  color: #2d5765;
  opacity: .8;
  bottom: -15%;
  writing-mode: vertical-rl;
  transform: rotate(180deg);
}
.point2_outer {
  position: relative;
}
.point2_outer::before {
  content: '';
  position: absolute;
  top: 180px;
  left: 0;
  height: 80px;
  width: 8vw;
  background-image: repeating-linear-gradient(0deg, #2d5765, #2d5765 10px, transparent 10px, transparent 20px);
  opacity: .8;
}
.point2_inner {
  width: 80%;
  max-width: 1000px;
  margin: 120px auto;
}
.point2_gridbox {
  display: grid;
  grid-template-columns: repeat(3, minmax(200px,400px));
  grid-template-rows: repeat(3, minmax(100px,200px));
  column-gap: 15px;
  row-gap: 30px;
}
.point2_grid1 {
  grid-row: 1 / 4;
  grid-column:  2 / 4;
  background-color: red;
  background-image: url("https://habis.co.jp/wp-content/uploads/2021/10/AdobeStock_126265964.jpg");
  background-size: cover;
  display: grid;
  justify-content: center;
  align-items: center;
  padding: 4% 6%;
  position: relative;
}
.point2_grid1::before {
  content: '';
  position: absolute;
  width: 150px;
  height: 150px;
  border-radius: 50%;
  border: solid #efefef;
  top: -30px;
  right: -30px;
  background-image: url("https://habis.co.jp/wp-content/uploads/2021/10/point02@0.5x.png");
  background-repeat: no-repeat;
  background-size: cover;
  z-index: 1;
}
.point2_grid1_titlebox {
  background-color: rgba(255,255,255,.8);
  padding: 4% 6%;
  border: solid #2d5765 5px;
  box-shadow: 0 0 0 10px rgba(255,255,255,.8);
}
.point2_grid1_titlebox h1 {
  text-align: center;
  position: relative;
}
.point2_grid1_titlebox h1::after {
  content:'';
  position: absolute;
  width: 50%;
  height: 10px;
  left: 0;
  right: 0;
  bottom: -1rem;
  margin: auto;
  background-image: repeating-linear-gradient(90deg, #2d5765, #2d5765 2px, transparent 2px, transparent 4px);
}
.point2_grid1_titlebox p {
  margin-top: 2rem;
}
.point2_grid_child {
  background-image: linear-gradient(rgba(41, 95, 114, 0.77),rgba(41, 95, 114, 0.77)),url('https://habis.co.jp/wp-content/uploads/2021/10/AdobeStock_324151768.jpg');
  color: white !important;
  display: grid;
  justify-content: center;
  align-items: center;
  text-align: center;
  clip-path: polygon(0 0, 92% 10%, 92% 40%, 100% 50%, 92% 60%, 92% 90%, 0 100% );
  padding: 0 12% 0 4%;
  position: relative;
}
.point2_grid_child::before {
  content: '';
  position: absolute;
  width: 2vw;
  height: 2vw;
  top: 0;
  left: 0;
  background-color: lightgrey;
  clip-path: polygon(0 0, 100% 0, 0 100%, 0 0);
}
.point2_grid2 {
  transform: rotate(8deg);
}
.point2_grid2 span {
  display: inline-block;
  transform: rotate(-8deg);
}
.point2_grid4 {
  transform: rotate(-8deg);
}
.point2_grid4 span {
  display: inline-block;
  transform: rotate(8deg);
}
@media screen and (max-width:767px) {
  .point2_sec::before {
    bottom: -5%;
    right: 0;
    background-position: bottom right;
    opacity: .3;
  }
  .point2_sec::after {
    bottom: -5%;
  }
  .point2_inner {
    width: 100%;
  }
  .point2_gridbox {
    display: block;
  }
  .point2_grid1_titlebox {
    width: 65%;
    margin: 14% auto;
  }
  .point2_grid1::before {
    width: 20vw;
    height: 20vw;
    top: -45px;
    right: 0;
    left: 0;
    margin: auto;
  }
  .point2_grid1 {
    padding: 4% 0;
  }
  .point2_grid_child {
    padding: 10% 0 5% 0;
  }
  .point2_grid2, .point2_grid4, .point2_grid2 span, .point2_grid4 span {
    transform: inherit;
  }
  .point2_grid2 {
    clip-path: polygon(0 15%, 25% 15%, 30% 0%, 35% 15%, 100% 15%, 100% 100%, 0 100%);
    margin-top: 1rem;
  }
  .point2_grid3 {
    clip-path: polygon(0 15%, 45% 15%, 50% 0%, 55% 15%, 100% 15%, 100% 100%, 0 100%);
    margin-top: 1rem;
  }
  .point2_grid4 {
    clip-path: polygon(0 15%, 65% 15%, 70% 0%, 75% 15%, 100% 15%, 100% 100%, 0 100%);
    margin-top: 1rem;
  }
}

.point3_sec {
  position: relative;
}
.point3_sec::before {
  content: '';
  position: absolute;
  width: 50%;
  height: 90%;
  max-width: 1000px;
  background-image: repeating-linear-gradient(0deg, #2f2b54, #2f2b54 2px, #3a3569 2px, #3a3569 8px);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: left bottom;
  left: 0;
  bottom: -15%;
  opacity: .8;
}
.point3_sec::after {
  content: '03';
  position: absolute;
  font-size: 6vw;
  font-family: 'Oxanium', sans-serif !important;
  right: 5vw;
  color: #2f2b54;
  opacity: .8;
  bottom: -15%;
  writing-mode: vertical-rl;
}
.point3_outer {
  position: relative;
}
.point3_outer::before {
  content: '';
  position: absolute;
  top: 180px;
  right: 0;
  height: 80px;
  width: 8vw;
  background-image: repeating-linear-gradient(0deg, #2f2b54, #2f2b54 10px, transparent 10px, transparent 20px);
  opacity: .8;
}
.point3_inner {
  width: 80%;
  max-width: 1000px;
  margin: 120px auto;
}
.point3_gridbox {
  display: grid;
  grid-template-columns: repeat(3, minmax(200px,400px));
  grid-template-rows: repeat(3, minmax(100px,200px));
  column-gap: 15px;
  row-gap: 30px;
}
.point3_grid1 {
  grid-row: 1 / 4;
  grid-column: 1 / 3 ;
  background-color: red;
  background-image: url("https://habis.co.jp/wp-content/uploads/2021/10/AdobeStock_215194963.jpg");
  background-size: cover;
  display: grid;
  justify-content: center;
  align-items: center;
  padding: 4% 6%;
  position: relative;
}
.point3_grid1::before {
  content: '';
  position: absolute;
  width: 150px;
  height: 150px;
  border-radius: 50%;
  border: solid #efefef;
  top: -30px;
  left: -30px;
  background-image: url("https://habis.co.jp/wp-content/uploads/2021/10/point03@0.5x.png");
  background-repeat: no-repeat;
  background-size: cover;
  z-index: 1;
}
.point3_grid1_titlebox {
  background-color: rgba(255,255,255,.8);
  padding: 4% 6%;
  border: solid #2f2b54 5px;
  box-shadow: 0 0 0 10px rgba(255,255,255,.8);
}
.point3_grid1_titlebox h1 {
  text-align: center;
  position: relative;
}
.point3_grid1_titlebox h1::after {
  content:'';
  position: absolute;
  width: 50%;
  height: 10px;
  left: 0;
  right: 0;
  bottom: -1rem;
  margin: auto;
  background-image: repeating-linear-gradient(90deg, #2f2b54, #2f2b54 2px, transparent 2px, transparent 4px);
}
.point3_grid1_titlebox p {
  margin-top: 2rem;
}
.point3_grid_child {
  background-image: linear-gradient(rgb(20 31 86 / 77%),rgb(20 31 86 / 77%)),url('https://habis.co.jp/wp-content/uploads/2021/10/AdobeStock_324151768.jpg');
  color: white !important;
  display: grid;
  justify-content: center;
  align-items: center;
  text-align: center;
}
.point3_grid2 img {
  width: 100%;
}
.point3_grid3 {
  grid-row: 2 / 4;
  clip-path: polygon(8% 0, 100% 0, 100% 100%, 8% 100%, 8% 55%, 0 50%, 8% 45%);
  position: relative;
}
.point3_grid3::after {
  content: '';
  position: absolute;
  width: 4vw;
  height: 4vw;
  bottom: 0;
  right: 0;
  background-color: lightgrey;
  clip-path: polygon(100% 0, 100% 100%, 0 100%);
}
.point3_grid3 p {
  text-align:  left;
  padding: 0 3% 0 15%;
  position: relative;
}
.point3_grid3 p::before {
  content: '';
  position: absolute;
  width: 50%;
  height: 1px;
  top: -2rem;
  left: 0;
  right: 0;
  margin: auto;
  background-color: white;
}
@media screen and (max-width:767px) {
  .point3_sec::before {
    bottom: -10%;
    left: -5%;
    opacity: .3;
  }
  .point3_sec::after {
    bottom: -10%;
  }
  .point3_inner {
    width: 100%;
  }
  .point3_gridbox {
    display: flex;
    flex-direction: column;
  }
  .point3_grid1 {
    background-position: center;
    padding: 0;
  }
  .point3_grid1::before {
    width: 20vw;
    height: 20vw;
    left: 0;
    right: 0;
    margin: auto;
    top: -45px;
  }
  .point3_grid1_titlebox {
    width: 65%;
    margin: 4rem auto 4rem;
  }
  .point3_grid2 {
    display: none;
  }
  .point3_grid3 {
    clip-path: polygon(0 8%, 45% 8%, 50% 0%, 55% 8%, 100% 8%, 100% 100%, 0 100%);
    padding: 35% 0 15% 0;
    margin-top: -10px;
  }
  .point3_grid3 p {
    padding: 0 5%;
  }
}

.point4_sec {
  margin:  300px auto 250px;
  position: relative;
}
.point4_sec::before {
  content: '';
  position: absolute;
  width: 50%;
  height: 90%;
  max-width: 1000px;
  background-image: repeating-linear-gradient(0deg, #3f6454, #3f6454 2px, #436c5e 2px, #436c5e 8px);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: right bottom;
  right: 0;
  bottom: -10%;
  opacity: .8;
}
.point4_sec::after {
  content: '04';
  position: absolute;
  font-size: 6vw;
  font-family: 'Oxanium', sans-serif !important;
  left: 5vw;
  bottom: -10%;
  color: #3f6354;
  opacity: .8;
  writing-mode: vertical-rl;
  transform: rotate(180deg);
}
.point4_outer {
  position: relative;
}
.point4_outer::before {
  content: '';
  position: absolute;
  top: 180px;
  left: 0;
  height: 80px;
  width: 8vw;
  background-image: repeating-linear-gradient(0deg, #3f6354, #3f6354 10px, transparent 10px, transparent 20px);
  opacity: .8;
}
.point4_inner {
  width: 80%;
  max-width: 1000px;
  margin: 0 auto;
  display: grid;
  justify-content: center;
}
.point4_1 {
  width: 100%;
  height: 100%;
  position: relative;
}
.point4_1::before {
  content: '';
  position: absolute;
  width: 150px;
  height: 150px;
  border-radius: 50%;
  border: solid #efefef;
  top: -30px;
  left: 0;
  right: 0;
  margin: auto;
  background-image: url("https://habis.co.jp/wp-content/uploads/2021/10/point04@0.5x.png");
  background-repeat: no-repeat;
  background-size: cover;
  z-index: 1;
}
.point4_catch {
  position: relative;
}
.point4_catch img {
  width: 100%;
  vertical-align: middle;
}
.point4_catch_title_outer {
  position: absolute;
  width: fit-content;
  width: -moz-fit-content;
  top: 50%;
  left: 0;
  right: 0;
  margin: auto;
  background-color: rgba(255,255,255,.8);
  padding: 4% 6%;
  border: solid #3f6354 5px;
  box-shadow: 0 0 0 10px rgba(255,255,255,.8);
}
.point4_catch_title_outer h1 {
  text-align: center;
  position: relative;
}
.point4_catch_title_outer h1::after {
  content:'';
  position: absolute;
  width: 50%;
  height: 10px;
  left: 0;
  right: 0;
  bottom: -1rem;
  margin: auto;
  background-image: repeating-linear-gradient(90deg, #3f6354, #3f6354 2px, transparent 2px, transparent 4px);
}
.point4_catch_title_outer p {
  text-align: center;
  margin-top: 2rem;
}
.point4_2 {
  width: 100%;
  background-image: linear-gradient(rgb(21 84 76 / 77%),rgb(21 84 76 / 77%)),url('https://habis.co.jp/wp-content/uploads/2021/10/AdobeStock_324151768.jpg');
  color: white !important;
  display: grid;
  justify-content: center;
  align-items: center;
  padding: 5% 0 1.5rem 0;
  clip-path: polygon(0 15%, 45% 15%, 50% 0%, 55% 15%, 100% 15%, 100% 100%, 0 100%);
  position: relative;
  top: -15%;
}
.point4_2 h2 {
 margin-bottom: 1rem !important;
}
.point4_3_gridbox {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  background-color: white;
  padding: 2rem;
  border: solid #3f6354;
  row-gap: 2rem;
  color: #3f6354 !important;
  position: relative;
  top: -15%;
}
.point4_2::before {
  content: '';
  position: absolute;
  width: 2vw;
  height: 2vw;
  bottom: 0;
  left: 0;
  background-color: lightgrey;
  clip-path: polygon(0 0, 100% 100%, 0% 100%, 0 0);
}
.point4_3_gridbox p {
  position: relative;
}
.mail_icon::before {
  content:'';
  display: inline-block;
  width: 70px;
  height: 70px;
  background-image: url('https://habis.co.jp/wp-content/uploads/2021/10/mail.png');
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  vertical-align: middle;
  margin-right: 1rem;
}
.line_icon::before {
  content:'';
  display: inline-block;
  width: 70px;
  height: 70px;
  background-image: url('https://habis.co.jp/wp-content/uploads/2021/10/line@0.5x.png');
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  vertical-align: middle;
  margin-right: 1rem;
}
.sns_icon::before {
  content:'';
  display: inline-block;
  width: 70px;
  height: 70px;
  background-image: url('https://habis.co.jp/wp-content/uploads/2021/10/sns_1-1.png');
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  vertical-align: middle;
  margin-right: 1rem;
}
.movie_icon::before {
  content:'';
  display: inline-block;
  width: 70px;
  height: 70px;
  background-image: url('https://habis.co.jp/wp-content/uploads/2021/10/movie@0.5x.png');
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  vertical-align: middle;
  margin-right: 1rem;
}
@media screen and (max-width:767px) {
  .point4_sec {
    margin: 200px auto;
  }
  .point4_sec::before {
    opacity: .3;
  }
  .point4_sec::after {
    bottom: -10%;
  }
  .point4_inner {
    width: 100%;
    display: block;
  }
  .point4_1 {
    width: 100%;
    height: 100%;
    background-image: url('https://habis.co.jp/wp-content/uploads/2021/10/point04_back.jpg');
    padding: 18% 0;
    background-size: cover;
    background-position: center;
  }
  .point4_1::before {
    width: 20vw;
    height: 20vw;
    top: -45px;
  }
  .point4_catch img {
    display: none;
  }
  .point4_catch_title_outer {
    width: 65%;
    position: relative;
  }
  .point4_catch_title_outer p {
    text-align: left;
  }
  .point4_2 {
    top: 1rem;
    clip-path: polygon(0 8%, 45% 8%, 50% 0%, 55% 8%, 100% 8%, 100% 100%, 0 100%);
  }
  .point4_2 h2 {
    padding: 1rem;
    padding-bottom: 0;
    margin-bottom: .5rem !important;
  }
  .point4_3_gridbox {
    display: block;
  }
}

.separate_top, .separate_bottom {
  width: 100%;
  height: 150px;
  background-color: #3d4450;
}
.text1_and_text2 {
  background-color: #dde2eb;
}
.common_sec h1 {
  font-family: sans-serif;
  font-size: 2rem;
  line-height: 1.5;
  letter-spacing: 4px;
  text-align: center;
}
.common_sec p {
  width: 50%;
  max-width: 800px;
  margin: 2rem auto;
}
.common_sec hr {
  width: fit-content;
  width: -moz-fit-content;
  margin: 0 auto;
  border: none;
  position: relative;
  display: block !important;
}
.common_sec hr::before {
  content: '・ ・ ・';
  font-size: 1.5rem;
}
.textbox01_outer {
  background-color: whitesmoke;
  padding: 5% 0 10%;
  clip-path: polygon(0 0, 100% 0, 100% 80%, 0 100%);
}
.textbox02_outer {
  background-color: #dde2eb;
  padding: 3% 0 5%;
}
.textbox01_inner p {
  position: relative;
}
.textbox01_inner p::before {
  content: '';
  position: absolute;
  width: 2px;
  height: 80%;
  background-color: black;
  top: 0;
  bottom: 0;
  margin: auto;
  left: -5%;
}
.textbox02_inner p {
  position: relative;
}
.textbox02_inner p::before {
  content: '';
  position: absolute;
  width: 2px;
  height: 80%;
  background-color: black;
  top: 0;
  bottom: 0;
  margin: auto;
  right: -5%;
}
@media screen and (max-width:767px) {
  .separate_top, .separate_bottom {
    height: 13vh;
  }
  .common_sec h1 {
    font-size: 1.5rem;
    padding: 0 5%;
    letter-spacing: 3px;
  }
  .common_sec p {
    width: 80%;
    margin: 2rem auto;
  }
  .textbox01_outer {
    padding: 15% 0 10%;
    clip-path: polygon(0 0, 100% 0, 100% 90%, 0 100%);
  }
  .textbox01_inner p::before {
    content: '';
    position: absolute;
    width: 2px;
    height: 80%;
    background-color: black;
    top: 0;
    bottom: 0;
    margin: auto;
    left: -8%;
  }
  .textbox02_outer {
    padding: 8% 0 5%;
  }
}

.pdf_dl {
height: 400px;
background-color: #e1e6ef;
background-image: url("https://habis.co.jp/wp-content/uploads/2021/09/habis-logo-bw02.png");
background-repeat: no-repeat;
background-size: auto 75%;
background-position: left 15% center;
display: grid;
align-items: center;
justify-content: center;
background-blend-mode: color-dodge;
}
.pdf_flex {
display: flex;
justify-content: center;
column-gap: 40px;
align-items: center;
align-self: end;
color: #1f2d46;
}
.pdf_flex img {
width: 150px;
}
.pdf_flex p {
border-left: solid thin;
padding-left: 20px;
}
.dl_bt {
text-align: center;
align-self: start;
padding: 20px 90px;
color: #fff !important;
background-color: #1f2d46;
width: 150px;
margin: 2rem auto 0;
cursor: pointer;
transition: .5s;
position: relative;
}
.dl_bt::after {
content: '>';
position: absolute;
right: 40px;
}
.dl_bt:hover {
opacity: .8;
transform: scale(1.05);
}

.comment {
width: 100%;
height: auto;
background-color: whitesmoke;
padding-bottom: 150px;
}
.comment_title {
text-align: center;
padding-top: 80px;
}

.comment_box {
width: 60%;
max-width: 800px;
margin: 0 auto;
position: relative;
padding: 50px 80px;
}
.comment_box::before {
content: '';
width: 70px;
height: 100px;
position: absolute;
border-top: inset 5px;
border-left: outset 10px;
top: 0px;
left: 0px;
opacity: .8;
}
.comment_box::after {
content: '';
width: 70px;
height: 100px;
position: absolute;
border-bottom: outset 5px;
border-right: inset 10px;
bottom: 0px;
right: 0px;
opacity: .8;
}
.comment_box img {
float: left;
height: 400px;
shape-margin: 5px;
shape-outside: polygon(0% 0%, 70% 0%, 80% 20%, 60% 30%, 82.48% 35.25%, 98.34% 44%, 99.59% 66%, 95.46% 99%);
-webkit-shape-outside: polygon(0% 0%, 70% 0%, 80% 20%, 60% 30%, 82.48% 35.25%, 98.34% 44%, 99.59% 66%, 95.46% 99%);
padding-bottom: 1rem;
}
.comment_box h2 {
padding-top: .8rem;
font-size: 1.2rem;
color: #1f2d46 !important;
}
.comment_box p {
font-size: 1rem;
text-align: justify;
position: relative;
left: 10px;
margin: 0 auto;
color: #525252 !important;
}
.comment_box p:last-child {
margin-top: 1rem;
padding-bottom: 1rem;
}

h1.about_title {
  padding: 5% 0 0 20%;
  position: relative;
  top: 45px;
  color: black !important;
}
.about_outer {
  width: 80%;
  margin: 50px auto 100px;
  position: relative;
  top: 30px;
}
.about_inner {
  height: 750px;
  max-width: 900px;
  margin: 0 auto;
  background-image:url(https://habis.co.jp/wp-content/uploads/2021/10/habis-naime01.png), linear-gradient(to bottom, #1f2d46 50%, #eeeeee 50%);
  background-repeat: no-repeat;
  background-size: auto 100%;
  position: relative;
}
.about_inner h3 {
  color: white;
  padding-left: 220px;
  font-weight: normal;
  margin-block-start: 0;
  margin-block-end: 0;
}
.company_info {
  padding-left: 220px;
  color: white;
  border-collapse: separate;
  font-size: .9rem;
}
.company_info td {
  vertical-align: top;
  font-family: 'Oxanium', sans-serif;
}
.company_history, h3.company_history {
  color: #1f2d46 !important;
}
.company_info_outer {
  position: absolute;
  top: 50px;
}
.company_history_outer {
  position: absolute;
  bottom: 50px;
}
h3.company_history {
  margin-top: 2rem;
}
.company_history td {
  font-size: .8rem;
}
.first_td {
  width: 100px;
}
table, tr, td {
border: none !important;
margin: inherit;
}
.sp_br {
  display: none;
}
@media screen and (max-width:767px) {
  h1.about_title {
    top: 10px;
    padding: 5% 0 0 10%;
  }
  .about_outer {
    width: 100%;
    margin:  0 auto;
  }
  .about_outer table {
    border-spacing: 0 5px;
    padding: 10px;
  }
  .about_inner h3 {
    padding-left: 10px;
  }
  .company_info {
    padding-left: 10px;
  }
  .about_inner {
    background-color: #ffffff1a;
    background-blend-mode: soft-light;
    height: 900px;
  }
  .company_history_outer {
    bottom: 50px;
  }
  .sp_br {
    display: block;
  }
}
</style>



<div class="it_header"></div>



<section class="point1_sec has-animation">
      <div class="point1_outer">
        <div class="point1_inner">
          <div class="point1_gridbox">
            <div class="point1_grid1">
              <div class="point1_grid1_titlebox">
                <h1 style="color: #000000 !important;">ファンを<br class="sp_br">作る</h1>
                <p style="color: #000000 !important;">ホームページはあなたの想いをのせてファンをどれだけ作れるかがポイントです。</p>
              </div>
            </div>
            <div class="point1_grid_child point1_grid2">
              <h2><span>商品コンセプト</span></h2>
            </div>
            <div class="point1_grid_child point1_grid3">
              <h2><span>サービス<br>「志」</span></h2>
            </div>
            <div class="point1_grid_child point1_grid4">
              <h2><span>経営理念<br>ビジョンを公表</span></h2>
            </div>
          </div>
        </div>
      </div>
    </section>



<section class="point2_sec has-animation">
      <div class="point2_outer">
        <div class="point2_inner">
          <div class="point2_gridbox">
            <div class="point2_grid1">
              <div class="point2_grid1_titlebox">
                <h1 style="color: #000000 !important;">誰に<br class="sp_br">何を？</h1>
                <p style="color: #000000 !important;">あなたの商品サービスを誰に何を提供するかを明確にします。</p>
              </div>
            </div>
            <div class="point2_grid_child point2_grid2">
              <h2><span>商品を届けたいお客様とつながる</span></h2>
            </div>
            <div class="point2_grid_child point2_grid3">
              <h2><span>最高の評価をしてくれるお客様に届ける</span></h2>
            </div>
            <div class="point2_grid_child point2_grid4">
              <h2><span>商品の価値を高めてくれるお客様と出会う</span></h2>
            </div>
          </div>
        </div>
      </div>
    </section>



<section class="point3_sec has-animation">
      <div class="point3_outer">
        <div class="point3_inner">
          <div class="point3_gridbox">
            <div class="point3_grid1">
              <div class="point3_grid1_titlebox">
                <h1 style="color: #000000 !important;">どんな<br class="sp_br">価値？</h1>
                <p style="color: #000000 !important;">商品の価値を正確にお客様へ届けるのには技術が必要です。当社独自の発見力で貴社に貢献いたします。</p>
              </div>
            </div>
            <div class="point3_grid_child point3_grid2">
              <img decoding="async" src="https://habis.co.jp/wp-content/uploads/2021/10/AdobeStock_298870555.jpg" alt="ポイントを発見します">
            </div>
            <div class="point3_grid_child point3_grid3">
              <p style="color: #fff !important;">商品サービスを「誰に、何を、どのように」提供するかは明確ですか？
                <br>明確で無くても安心してください。一緒に発見していきましょう。
                <br>
                <br>誰の心に響かせるかを一筋の道のようにホームページを制作いたします。
              </p>
            </div>
          </div>
        </div>
      </div>
    </section>



<section class="point4_sec has-animation">
      <div class="point4_outer">
        <div class="point4_inner">
          <div class="point4_1">
            <div class="point4_catch">
              <img decoding="async" src="https://habis.co.jp/wp-content/uploads/2021/10/point04_back.jpg" alt="ネットはコンテンツ">
              <div class="point4_catch_title_outer">
                <h1 style="color: #000000 !important;">ネットはコンテンツ？</h1>
                <p style="color: #000000 !important;">コンテンツを制するものはネットを制する。</p>
              </div>
            </div>
          </div>
          <div class="point4_2">
            <h2>自社の情報発信コンテンツを持ち、一番良い方法でお届けする。</h2>
          </div>
          <div class="point4_3_gridbox">
            <p style="color: #000000 !important;" class="mail_icon">メールマガジン</p>
            <p style="color: #000000 !important;" class="line_icon">LINE（公式アカウント）</p>
            <p style="color: #000000 !important;" class="sns_icon">SNS（facebook、インスタ、ツイッター等）</p>
            <p style="color: #000000 !important;" class="movie_icon">動画配信</p>
          </div>
        </div>
      </div>
    </section>



<section class="common_sec">
      <div class="separate_top"></div>
      <div class="text1_and_text2">
        <div class="common_textbox_outer textbox01_outer">
          <div class="common_textbox_inner textbox01_inner">
            <h1 style="color: #000000 !important;">１．ファンを作る商品ページとは</h1>
            <hr>
            <p style="color: #000000 !important;">ファンを作る商品ページとは、２つの情報が重要です。<br>
            良い情報、悪い情報がしっかりと記載されているページです。<br>
            <br>
            商品を検討しているお客様が、商品のメリット・デメリットを検討して納得してから購入できるものがファンを作る商品ページと呼べます。<br>
            <br>
            あなたの商品の悪い面も、お客様が許容して好きになってくれるからファンが増えていきます。
            </p>
          </div>
        </div>
        <div class="common_textbox_outer textbox02_outer">
          <div class="common_textbox_inner textbox02_inner">
            <h1 style="color: #000000 !important;">２．アンチがいない商品はファンもいない</h1>
            <hr>
            <p style="color: #000000 !important;">世の中には沢山のヒット商品があります。<br>
            アンチがいない商品はファンもいません。<br>
            どんなに人気の商品、性能が良い商品でも一定数アンチは存在します。
            </p>
          </div>
        </div>
        <div class="common_textbox_outer textbox01_outer">
          <div class="common_textbox_inner textbox01_inner">
            <h1 style="color: #000000 !important;">３．商品の良さを伝えられなければ<br>その価値は無いのと一緒です</h1>
            <hr>
            <p style="color: #000000 !important;">商品価値を伝える際に、商品の事実だけを伝えても意味がありません。<br>
            <br>
            その商品がお客様にどのように作用し、どのような効果をもたらすのか。<br>
            商品の良さをお客様に伝えられなければ、その価値は無いのと一緒です。<br>
            <br>
            『誰に売るかが明確でない商品は、誰の心にも響かない』ということをご認識していただくと販促が行いやすいです。
            </p>
          </div>
        </div>
        <div class="common_textbox_outer textbox02_outer">
          <div class="common_textbox_inner textbox02_inner">
            <h1 style="color: #000000 !important;">４．１００円の水を１０００円で売るには？</h1>
            <hr>
            <p style="color: #000000 !important;">昔レストランで１００円の水を１０００円で売ってネット批判されていました。<br>
            <br>
            でも、その店にはたくさんのお客様が来店して黒字経営をしているのです。<br>
            その店の売上はすべてお客様が作るものです。<br>
            <br>
            本当に価値がなければ黒字経営ができるはずがありません。<br>
            その店の付加価値がわからない人は１０００円の水を見れば文句を言うでしょう。<br>
            <br>
            でもペルソナが違うことがわかっていれば何を言われてもなんでも無いかと存じます。<br>
            <br>
            このように、ターゲットとするお客様のペルソナが明確になっていればインターネットでの集客も行いやすいです。<br>
            <br>
            弊社では沢山の小規模事業者様にインターネットの宣伝活用方法をお伝えしてきました。<br>
            しかしながら、今回はお困りの方のために無料にて商品の宣伝方法をお伝えします。
            </p>
          </div>
        </div>
<div class="common_textbox_outer textbox01_outer">
          <div class="common_textbox_inner textbox01_inner">
            <h1 style="color: #000000 !important;">５．インターネットで商品の宣伝をする方法</h1>
            <hr>
            <p style="color: #000000 !important;">インターネットで商品の宣伝をするにはどうしたら良いか。<br>
            今では昔に比べると宣伝をする方法は様々な種類が増えてきました。<br>
            <br>
            しかしながら、インターネットでの宣伝はどの方法でも効果が出るわけではありません。<br>
            中には費用ばかりかかってしまい効果が出ない宣伝もあるのが事実です。  <br>   
            <br> 
            弊社ではインターネットで宣伝活用を行う方法を無料にてご紹介しています。<br>
            下記リンクよりダウンロードが可能です。<br>
            <br>
            <a style="color: #0000e0 !important;" href="https://76auto.biz/habis/registp/entryform8.htm" target="_blank" rel="noopener noreferrer">≫インターネットで商品の宣伝方法ＰＤＦをダウンロード</a>
            </p>
          </div>
        </div>
        <div class="common_textbox_outer textbox02_outer">
          <div class="common_textbox_inner textbox02_inner">
            <h1 style="color: #000000 !important;">６．クラウドツールで効率化を実現する方法</h1>
            <hr>
            <p style="color: #000000 !important;">今行っている業務が30分、1時間以上短縮できたらいかがでしょうか。<br>
            <br>
            クラウドツールを活用すれば無駄な業務を改善することが可能です。
            <br>どのようなクラウドツールを用いれば業務を改善できるのか、弊社ではどのような取り組みで改善しているのか。<br>
            具体的な例をＰＤＦにてご紹介します。<br>
            <br>
            クラウドツールで効率化を実現するＰＤＦは下記よりご確認くださいませ。<br>
            <br>
            <a style="color: #0000e0 !important;" href="https://76auto.biz/habis/registp/entryform13.htm" target="_blank" rel="noopener noreferrer">≫クラウドツールで効率化を実現するＰＤＦをダウンロード</a>
            </p>
          </div>
        </div>
      </div>
      <div class="separate_bottom"></div>
    </section>



<section class="comment">
      <div class="comment_title">
        <h1 style="color: #1f2d46 !important;"><span class="title_habis" style="font-family: 'Oxanium', sans-serif;">個人情報の管理・取扱いについて</span></h1>
<br>
<br>
          <div class="comment_box">
            <p>当社では、お客様よりお預かりしました個人情報を、「当社取扱い製品および関連製品の販売事業」「当社内における市場調査/分析/統計データの作成」「当社での採用などの雇用管理情報」「付帯関連する事業ならびに業務」、以上の目的で利用いたします。<br>
            <br>
            上記目的以外での利用を行う場合は、取得時に利用目的および問い合わせ先を明示するとともに、その目的以外には利用いたしません。<br>
            <br>
            また当社は、サービスの向上および業務の効率化を図るため、限定された特定の業務(商品発送、印刷、その他の販売事業に必要な業務)の範囲で、個人情報を別の会社に委託することがあります。<br>
            その場合は委託に必要な最小限の個人情報のみとし、適切な安全措置を講じます。<br>
            <br>
            前述の利用目的達成の範囲内において業務委託する際には、個人情報を安全に管理できる委託先を選定した上で当該委託先を適切に監督いたします。<br>
            なお、必要事項の中でご提出いただけない個人情報がある場合、サービスの一部をお受けいただけない場合がございますのでご了承下さい。<br>
            個人情報の利用目的の通知，開示，内容の訂正，追加又は削除，利用の停止，消去及び第三者への提供の停止については、下記までご連絡ください。</p>
            <p>有限会社ハビス　個人情報に関するお問合せ窓口<br>
            〒410-0003　静岡県沼津市新沢田町17-10<br>
            担当：大島　０５５－９５６－４８５４</p>
          </div>
      </div>
</section>



<section class="comment">
      <h1 class="about_title"><span class="text_clip"><span style="color: #ffab0e !important;">A</span>BOUT</span></h1>
      <div class="about_outer has-animation">
        <div class="about_inner">
          <div class="company_info_outer">
            <h3>会社概要</h3>
            <table class="company_info"><tbody>
              <tr>
                <td class="first_td">会社名</td>
                <td>有限会社ハビス</td>
              </tr>
              <tr>
                <td>代表取締役</td>
                <td>大島 高明</td>
              </tr>
              <tr>
                <td>本社所在地</td>
                <td>〒410-0003　<br class="sp_br">静岡県沼津市新沢田17-10</td>
              </tr>
              <tr>
                <td>資本金</td>
                <td>400万円</td>
              </tr>
              <tr>
                <td>創業</td>
                <td>2001年5月</td>
              </tr></tbody>
            </table>
          </div>

          <div class="company_history_outer">
            <h3 class="company_history">会社沿革</h3>
            <table class="company_info company_history"><tbody>
              <tr>
                <td class="first_td">2001年5月</td>
                <td>インターネット通販業として創業</td>
              </tr>
              <tr>
                <td>2006年</td>
                <td>YAHOO!で検索結果１位になる</td>
              </tr>
              <tr>
                <td>2009年</td>
                <td>バッファロー等の大手OA機器メーカーの仕事をすることによってコンピュータの技術を高める</td>
              </tr>
              <tr>
                <td>2013年</td>
                <td>ウェブサイト販売を終了</td>
              </tr>
              <tr>
                <td>2017年</td>
                <td>静岡県沼津市に店舗を開設</td></tr></tbody>
              
            </table>
          </div>
        </div>
      </div>
    </section>



<div class="pdf_dl">
      <div class="pdf_flex">
        <p style="color: #1f2d46;">お問い合わせは下記までご連絡ください<br>
        営業時間：10:00 &#8211; 18:00（年中無休）<br>
        ※無料通話となっております</p>
      </div>
        <a href="tel:0120-929-926"><span style="color: #1f2d46;important">
        <font size="30px">０１２０－９２９－９２６</font></span></a>
</div>The post <a href="https://habis.co.jp/munio_portfolio/it-consultant/">ＩＴ活用コンサルタント</a> first appeared on <a href="https://habis.co.jp">有限会社ハビス - パソコントラブルコンサルタント・ＩＴ活用コンサルタント</a>.]]></content:encoded>
					
		
		
			</item>
	</channel>
</rss>
