@charset "utf-8";
.cont .container {
  padding-bottom: 0;
}
.cont_img {
  text-align: center;
  position: relative;
  background: url(../images/cont_img.jpg) no-repeat center center;
  background-size: cover;
}
@media only screen and (max-width: 768px) {
  .cont_img {
    background: url(../images/cont_img_sp.jpg) no-repeat center center;
    background-size: cover;
    margin-top: 50px;
  }
}
.cont_img h1 {
  background: url(../images/page_title.png) no-repeat right 45px center;
  padding-top: 400px;
  width: 980px;
  margin: auto;
}
@media only screen and (max-width: 768px) {
  .cont_img h1 {
    background: url(../images/page_title_sp.png) no-repeat center center;
   /* padding-top: 39.58333%;*/
	  padding-top: 46.58333%;
    background-size: contain;
    width: auto;
  }
}
/* こんな不安や悩みはありませんか？ */
.bgHp {
  background: url(../images/bgHp.jpg) no-repeat center;
  background-size: cover;
}
@media only screen and (max-width: 768px) {
  .bgHp {
    background: url(../images/bgHp_sp.jpg) no-repeat center right;
    background-size: cover;
  }
}
.trouble {
  width: 56%;
  padding: 60px 0 60px;
  font-weight: bold;
}
@media only screen and (max-width: 768px) {
  .trouble {
    width: 100%;
    padding: 40px 0 40px;
  }
}
.trouble li {
  text-align: left;
  letter-spacing: 0.08em;
  font-size: 18px;
  font-weight: bold;
  width: 580px;
  background-color: #fff;
  margin-bottom: 16px;
  line-height: 1;
  padding: 20px 0 20px 80px;
  border-radius: 28px;
  position: relative;
  box-shadow: 0 0 12px rgb(0 33 64 / 10%);
}
@media only screen and (max-width: 768px) {
  .trouble li {
    letter-spacing: 0em;
    font-size: 15px;
    width: 100%;
    margin-bottom: 25px;
    line-height: 1.5;
    padding: 20px 20px 20px 48px;
    border-radius: 100px;
    position: relative;
    box-shadow: 0 0 12px rgb(0 33 64 / 10%);
  }
}
.trouble li::after {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  left: 15px;
  margin: auto;
  display: block;
  background: url(../images/icon01.gif);
  height: 41px;
  width: 46px;
}
@media only screen and (max-width: 768px) {
  .trouble li::after {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: 11px;
    margin: auto;
    display: block;
    background: url(../images/icon01.gif) no-repeat;
    height: 34px;
    width: 30px;
    background-size: contain;
  }
}
.trouble li:nth-child(2)::after {
  background-image: url(../images/icon02.gif);
  height: 43px;
  width: 39px;
  left: 18px;
}
@media only screen and (max-width: 768px) {
  .trouble li:nth-child(2)::after {
    background-image: url(../images/icon02.gif);
    height: 34px;
    width: 30px;
    left: 11px;
  }
}
.trouble li:nth-child(3)::after {
  background-image: url(../images/icon03.gif);
  height: 41px;
  width: 43px;
  left: 18px;
}
@media only screen and (max-width: 768px) {
  .trouble li:nth-child(3)::after {
    background-image: url(../images/icon03.gif);
    height: 34px;
    width: 30px;
    left: 13px;
  }
}
.trouble li:nth-child(4)::after {
  background-image: url(../images/icon04.gif);
  height: 40px;
  width: 43px;
  left: 20px;
}
@media only screen and (max-width: 768px) {
  .trouble li:nth-child(4)::after {
    background-image: url(../images/icon04.gif);
    height: 34px;
    width: 30px;
    left: 11px;
  }
}
.trouble li:nth-child(5)::after {
  background-image: url(../images/icon05.gif);
  height: 42px;
  width: 43px;
  left: 18px;
}
@media only screen and (max-width: 768px) {
  .trouble li:nth-child(5)::after {
    background-image: url(../images/icon05.gif);
    height: 34px;
    width: 30px;
    left: 11px;
  }
}
/* オレンジの矢印 */
.orangeArrow {
  position: relative;
  padding-top: 117px;
}
@media only screen and (max-width: 768px) {
  .orangeArrow {
    padding-top: 0;
  }
}
.orangeArrow::after {
  position: absolute;
  content: '';
  top: 60px;
  left: 0;
  right: 0;
  margin: auto;
  background: url(../images/arrow.png) no-repeat center center;
  display: block;
  height: 57px;
  width: 160px;
}
@media only screen and (max-width: 768px) {
  .orangeArrow::after {
    position: absolute;
    content: '';
    top: -1px;
    left: 0;
    right: 0;
    margin: auto;
    background: url(../images/arrow.png) no-repeat center center;
    height: 28.5px;
    width: 80px;
    background-size: 100%;
  }
}
/* ホームページを持つことのメリット */
.hpMerit {
  position: relative;
  margin-bottom: 80px;
}
@media only screen and (max-width: 768px) {
  .hpMerit {
    margin-bottom: 0;
  }
}
.wrapper .container .hpMerit h3 {
  color: #052f81;
  font-weight: bold;
  font-size: 30px;
  padding: 0;
  margin-bottom: 0;
  border-left: none;
  background: #fff;
  text-align: center;
  margin-top: 70px;
  border-bottom: none;
}
@media only screen and (max-width: 768px) {
  .wrapper .container .hpMerit h3 {
    font-size: 20px;
    text-align: center;
  }
}
.wrapper .container .hpMerit h3 span {
  position: relative;
  display: inline-block;
  margin-bottom: 60px;
}
@media only screen and (max-width: 768px) {
  .wrapper .container .hpMerit h3 span {
    margin-bottom: 40px;
  }
}
.wrapper .container .hpMerit h3 span::before {
  content: '';
  background: url(../../images/common/contents/left.png);
  display: block;
  width: 43px;
  height: 33px;
  position: absolute;
  left: -60px;
  bottom: 5px;
  top: 0;
  margin: auto;
}
@media only screen and (max-width: 768px) {
  .wrapper .container .hpMerit h3 span::before {
    content: '';
    background: url(../../images/common/contents/left_sp.png);
    background-size: contain;
    display: block;
    left: -53px;
    bottom: 0;
    top: 15px;
  }
}
.wrapper .container .hpMerit h3 span::after {
  content: '';
  background: url(../../images/common/contents/right.png);
  display: block;
  width: 43px;
  height: 33px;
  position: absolute;
  right: -60px;
  bottom: 5px;
  top: 0;
  margin: auto;
}
@media only screen and (max-width: 768px) {
  .wrapper .container .hpMerit h3 span::after {
    content: '';
    background: url(../../images/common/contents/right_sp.png);
    background-size: contain;
    display: block;
    right: -53px;
    bottom: 0;
    top: 15px;
  }
}
.merit {
  width: 310px;
  margin-bottom: 5px;
}
@media only screen and (max-width: 768px) {
  .merit {
    width: 100%;
    margin-bottom: 40px;
  }
}
.merit img {
  width: 100%;
}
.merit h4 {
  text-align: center;
  background: #0c345a;
  color: #fff;
  font-size: 18px;
  font-weight: bold;
  padding: 10px 0 10px;
  border-bottom: solid 2px #fff;
}
@media only screen and (max-width: 768px) {
  .merit h4 {
    font-size: 16px;
  }
}
.merit dd p {
  margin-top: 35px;
}
@media only screen and (max-width: 768px) {
  .merit dd p {
    margin-top: 20px;
  }
}
.merit dd p:first-of-type {
  margin-top: 20px;
}
.merit dd span {
  font-weight: bold;
}
/*//////////////////////////
ホームページ制作ってどういう流れ？
 //////////////////////////*/
@media only screen and (max-width: 768px) {
  .order1 {
    order: 1;
  }
}
@media only screen and (max-width: 768px) {
  .order2 {
    order: 2;
  }
}
@media only screen and (max-width: 768px) {
  .order3 {
    order: 3;
  }
}
@media only screen and (max-width: 768px) {
  .order4 {
    order: 4;
  }
}
/*
.sakusei img{
  width: 100%;
}
*/
/*ここ*/
.sakusei ul {
  -js-display: flex;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  padding-top: 80px;
  counter-reset: number 0;
}
.sakusei ul li::before {
  content: "";
  /* number カウンタの増加数をセット */
  counter-increment: number 1;
  /* 表示形式を指定 */
  content: "STEP."counter(number) " ";
  font-size: 28px;
  font-weight: bold;
  letter-spacing: 0.1em;
  border-bottom: 1px solid #fff;
  display: block;
  padding-bottom: 10px;
}
.sakusei ul li:not(:last-of-type)::after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 20px 0 20px 30px;
  border-color: transparent transparent transparent #0c345a;
  position: absolute;
  top: calc(50% - 20px);
  right: -50px;
}
.sakusei ul li {
  /*    background: #0c345a;*/
  background: #ff8e14;
  width: 280px;
  height: 280px;
  border-radius: 140px;
  text-align: center;
  color: #fff;
  padding: 30px;
  font-size: 18px;
  font-weight: bold;
  position: relative;
  margin-bottom: 70px;
}
.sakusei ul li img {
  display: block;
  margin: 30px auto 20px;
  width: auto;
  height: 60px;
}
.sakusei ul li span {
  display: block;
  font-size: 14px;
}
@media only screen and (max-width: 768px) {
  .sakusei ul {
    padding-top: 40px;
  }
  .sakusei ul li::before {
    font-size: 20px;
  }
  .sakusei ul li:not(:last-of-type)::after {
    content: "";
    display: block;
    border-width: 20px 20px 0 20px;
    border-color: #0c345a transparent transparent transparent;
    border-style: solid;
    position: absolute;
    top: auto;
    right: 0;
    left: 0;
    margin: 0 auto;
    bottom: -30px;
  }
  .sakusei ul li {
    width: 100%;
    height: auto;
    border-radius: 0;
    padding: 20px;
    font-size: 16px;
  }
  .sakusei ul li:not(:last-of-type) {
    margin-bottom: 40px;
  }
  .sakusei ul li img {
    margin: 20px auto 10px;
    width: auto;
    height: 40px;
  }
  .sakusei ul li span {
    display: block;
    font-size: 14px;
  }
}
.pcsp {
  text-align: center;
}
.pcsp img {
  margin-top: 80px;
  margin-bottom: 0;
}
h5 {
  font-size: 35px;
  font-weight: bold;
  text-align: center;
  text-decoration: underline dashed 3px #ff7e00;
  position: relative;
  margin-top: 50px;
}
h5::after {
  content: url("../../images/common/pixta_48631832_S.png");
  display: inline-block;
  position: absolute;
  top: -100px;
  vertical-align: top;
  -webkit-transform: scale(0.5);
  transform: scale(0.5);
}
.taiou span {
  color: #ff7e00;
}
.spimg img {
  width: 250px;
}
.taiou p {
  margin-top: 20px;
  text-align: center;
  font-weight: bold;
  font-size: 25px;
  line-height: 2.5em;
	margin-bottom: 80px;
}
@media only screen and (max-width: 768px) {
  .pcsp img {
    width: 85%;
    margin-top: 40px;
  }
  h5 {
    font-size: 20px;
    margin-top: 30px;
  }
  h5::after {
    content: url("");
  }
  .taiou p {
    font-size: 17px;
  }
}
/*//////////
 KIZUNAで制作するメリット
 //////////*/
.k_merit {
  margin: 80px auto 60px;
	clear: both;
}
@media only screen and (max-width: 768px) {
  .k_merit {
    margin: 40px auto 40px;
  }
}
.k_merit .blueTitle {
  display: flex;
  margin-bottom: 0;
  justify-content: center;
}
.k_merit .logo {
  padding-top: 38px;
  display: inline-block;
  overflow: hidden;
  width: 193px;
  height: 0;
  background: url(../images/logo_white.svg) no-repeat center right 3px;
  background-size: 276px;
  align-self: center;
}
@media only screen and (max-width: 768px) {
  .k_merit .logo {
    padding-top: 26px;
    width: 127px;
    background-size: 178px;
  }
}
.k_meritBox {
  display: flex;
  justify-content: space-between;
  margin: 40px auto 40px;
}
@media only screen and (max-width: 768px) {
  .k_meritBox {
    margin: 25px auto 25px;
  }
}
.k_meritBox:first-of-type {
  margin: 60px auto auto;
}
@media only screen and (max-width: 768px) {
  .k_meritBox:first-of-type {
    margin: 40px auto auto;
  }
}
.k_meritBox:last-of-type {
  margin: 0 auto 60px;
}
@media only screen and (max-width: 768px) {
  .k_meritBox:last-of-type {
    margin: 0 auto 40px;
  }
}
.checkBox {
  padding-top: 55px;
  display: block;
  overflow: hidden;
  height: 0;
  background: url(../images/check.jpg) no-repeat right center;
  background-size: contain;
}
@media only screen and (max-width: 768px) {
  .checkBox {
    background: url(../images/check.jpg) no-repeat left center;
    background-size: contain;
  }
}
.k_merit dl {
  width: 80%;
  margin-top: 10px;
}
@media only screen and (max-width: 768px) {
  .k_merit dl {
    width: 100%;
  }
}
.k_merit dt {
  font-size: 26px;
  font-weight: bold;
  margin-bottom: 20px;
}
@media only screen and (max-width: 768px) {
  .k_merit dt {
    font-size: 18px;
  }
}
.k_merit dt span {
  font-size: 32px;
  color: #fa0505;
}
@media only screen and (max-width: 768px) {
  .k_merit dt span {
    font-size: 22px;
  }
}
.k_merit dd {
  font-size: 18px;
}
@media only screen and (max-width: 768px) {
  .k_merit dd {
    font-size: 16px;
  }
}

/*//////////
実績一覧
///////*/
.template{
	width: 980px;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
}
.template img{
	width: 310px;
	margin-right: 10px;
}
.itiran{
	width: 100%;
}
.template2 p{
	margin-top: 25px;
	text-align: center;
	font-size: 16px;
}
.template5 .companyname{
	text-align: center;
	margin-top: 40px;
	font-size: 16px;
}
.template3{
	width:  980px;
	margin: 100px auto;
}
.template4 img{
	width: 310px;
	margin-right: 10px;
}
.template6 img{
	width: 310px;
	margin-right: 10px;
}
.template5{
	width: 780px;
	margin: 100px auto;
}
.template6{
	float: right;
}
.template4{
	float: left;
	
}

h8{
	background: #25259a;
	color: #fff;
	font-size: 20px;
	margin-top: 40px;
	margin-bottom: 15px;
	padding: 8px 20px;
	font-weight: bold;
	display: table;
	position: relative;
}
h9{
	background: #438b46;
	color: #fff;
	font-size: 20px;
	margin-top: 40px;
	margin-bottom: 15px;
	padding: 8px 20px;
	font-weight: bold;
	display: table;
	position: relative;
}
h10{
	background: #da0909;
	color: #fff;
	font-size: 20px;
	/*margin-top: 40px;*/
	margin-bottom: 15px;
	padding: 8px 20px;
	font-weight: bold;
	display: table;
	position: relative;
}
.template5 .hpplan{
	padding-top: 30px;
	clear: both;
}
.hpplan{
	text-align: center;
	font-weight: bold;
	margin-top: 50px;
	font-size: 19px;
}
.hpdesign{
    margin-top: 100px;
    font-size: 18px;
    margin-bottom: 50px;
}
h8::before{
 content: "";
  position: absolute;
  top: 0;
  left: 100%;
  border: 25px solid transparent;/*吹き出しの縦幅*/
  border-left: 20px solid #25259a;/*吹き出しの横幅*/
}
h9::before{
 content: "";
  position: absolute;
  top: 0;
  left: 100%;
  border: 25px solid transparent;/*吹き出しの縦幅*/
  border-left: 20px solid #438b46;/*吹き出しの横幅*/
}
h10::before{
 content: "";
  position: absolute;
  top: 0;
  left: 100%;
  border: 25px solid transparent;/*吹き出しの縦幅*/
  border-left: 20px solid #da0909;/*吹き出しの横幅*/
}
.itiransetumei{
	display: flex;
}
.big{
	font-size: 18px;
}
.itiranwrapper{
	width: 980px;
	margin: 0 auto;
}
@media only screen and (max-width: 768px){
.template{
	width: 980px;
	margin: 0 auto;
	display: inline-grid;
}
	.template3{
	width:  90.625%;
	margin: 50px auto;
}
	.template6 {
		float: left;
    clear: both;
		margin-top: 80px;
}
	.template5{
	width: 90.625%;
	margin: 0 auto;
}
	.itiranwrapper {
    width: 90.625%;
    margin: 0 auto;
}
	.hpplan {
    text-align: center;
    font-weight: bold;
    margin-top: 35px;
    font-size: 19px;
}
	.template5 .companyname{
	text-align: center;
	margin-top: 25px;
	font-size: 16px;
}
}
/*//////////
 有料版の料金について
 //////////*/
.paid .mtA {
  margin: auto;
}
/*//////////
 料金について
 //////////*/
.cost {
  width: 400px;
  margin: 60px auto;
}
@media only screen and (max-width: 768px) {
  .cost {
    width: 100%;
    margin: 40px auto;
  }
}
.cost dl {
  width: 100%;
  font-size: 18px;
}
@media only screen and (max-width: 768px) {
  .cost dl {
    font-size: 15px;
  }
}
.cost dt {
  text-align: center;
  background: #eee;
  border-bottom: solid 1px #868686;
  font-size: 18px;
  padding: 15px 0 15px;
}
@media only screen and (max-width: 768px) {
  .cost dt {
    font-size: 16px;
  }
}
.cost dd {
  display: flex;
  justify-content: space-between;
  width: 90%;
  margin: 30px auto auto;
}
.cost dd p {
  align-self: flex-end;
}
.cost .logo {
  padding-top: 30px;
  display: block;
  overflow: hidden;
  width: 129px;
  height: 0;
  background: url(../images/logo.gif) no-repeat top center;
  background-size: contain;
}
@media only screen and (max-width: 768px) {
  .cost .logo {
    width: 115px;
  }
}
.cost span {
  font-size: 22px;
  padding: 0 3px 0;
}
@media only screen and (max-width: 768px) {
  .cost span {
    font-size: 20px;
  }
	
}
.underline span{
	border-bottom: 3px solid #ff8110;
}