#templates .pageTitle,
#template .pageTitle{
	background-image: url("../img/templates/pc/img_01.png");
	background-size: cover;
}

/* common start */
.template-secHeader{
	text-align: center;
	margin-bottom: 70px;
}
.template-secHeader h2{
	font-size: 2.5rem;
	font-weight: bold;
	margin-bottom: 10px;
}
/* common end */

/* impact start */
.template-impact-message{
	font-size: 3rem;
	font-weight: bold;
	line-height: 1.7;
	text-align: center;
	margin-bottom: 70px;
	letter-spacing: 3px;
}
.template-impact-title{
	text-align: center;
	margin-bottom: 70px;
}
.template-impact-title p{
	margin-bottom: 5px;
}
.template-impact-title h2{
	font-size: 2.5rem;
	font-weight: bold;
	letter-spacing: 3px;
}
.template-impact-title h2 span{
	font-size: 3.5rem;
	font-weight: bold;
	letter-spacing: 3px;
	text-transform: uppercase;
	position: relative;
	top: 3px;
}
.template-impact-image{
	width: 80%;
	margin: 0 auto 70px;
}
.template-impact-btn{
	display: flex;
	justify-content: center;
}
.template-impact-btn .btn{
	margin: 0;
}
.template-impact-btn .btn:first-of-type{
	margin-right: 50px;
}
.template-impact-real{
	margin-top: 100px;
	transition: 0.3s;
}
.template-impact-real a{
	text-align: center;
}
.template-impact-real:hover{
	opacity: 0.8;
}
.template-impact-real h3{
	font-size: 2.5rem;
	font-weight: bold;
	text-align: center;
	margin-bottom: 50px;
}
/* impact end */

/* structure start */
.template-structure{
	background-color: #f9f9f9;
}
/* structure end */

/* feature start */
.section.template-feature .inner{
	max-width: 100%;
}
.template-feature-list{
	margin-top: 150px;
}
.template-feature-list ul li{
	background-color: #f9f9f9;
	margin-bottom: 120px;
}
.template-feature-list ul li:last-of-type{
	margin-bottom: 0;
}
.template-feature-li-inner{
	width: 1140px;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
	background-color: #f9f9f9;
}
.template-feature-list-block{
	width: 47%;
}
.template-feature-list-block.image{
	position: relative;
	top: -50px;
	box-shadow: 10px 10px 20px 0 rgb(0 0 0 / 30%);
}
.template-feature-list-block.contents{
	display: flex;
	justify-content: center;
	align-items: center;
}
.template-feature-list-block.contents div{
	display: inline-block;
}
.template-feature-list-block.contents div span{
	display: block;
	text-transform: uppercase;
	font-size: 1.4rem;
	font-weight: bold;
	margin-bottom: 5px;
	color: #bfd63e;
}
.template-feature-list-block.contents div h3{
	font-size: 2rem;
	font-weight: bold;
	margin-bottom: 25px;
}
.template-feature-list-block.contents div p{
	letter-spacing: 2px;
}
.template-feature-list ul li:nth-of-type(2) .template-feature-list-block.image,
.template-feature-list ul li:nth-of-type(4) .template-feature-list-block.image{
	order: 2;
	box-shadow: -10px 10px 20px 0 rgb(0 0 0 / 30%);
}
/* feature end */

/* banner start */
.section.template-banner{
	padding: 150px 0;
}
.template-banner-contents{
	transition: 0.3s;
}
.template-banner-contents:hover{
	opacity: 0.8;
}
/* banner end */


@media screen and (max-width:767px){
  body{
      font-size: 1.4rem;
  }
  .inner{
      box-sizing: border-box;
      width: 100%;
      padding: 0 20px;
  }
  img{
      width: 100%;
      height: auto;
  }
  .pcOnly{
		display: none;
  }
  .spOnly{
		display: block;
  }
  
	/*共通 start*/
	.section{
		padding: 60px 0;
	}
	/*共通 end*/
	
	#templates .pageTitle,
	#template .pageTitle{
		background-image: url("../img/templates/sp/img_01.png");
		background-size: cover;
		background-position: bottom;
	}
	#template .pageTitle h1{
		line-height: 1.5;
	}
	
	/* common start */
	.template-secHeader{
		text-align: center;
		margin-bottom: 40px;
	}
	.template-secHeader h2{
		font-size: 2rem;
		font-weight: bold;
		margin-bottom: 10px;
	}
	.template-secHeader p{
		text-align: left;
		line-height: 1.7;
	}
	/* common end */
	
	/* impact start */
	.template-impact-message{
		font-size: 5vw;
		margin-bottom: 40px;
		letter-spacing: 1px;
	}
	.template-impact-title{
		text-align: center;
		margin-bottom: 40px;
	}
	.template-impact-title p{
		margin-bottom: 0;
	}
	.template-impact-title h2{
		font-size: 1.8rem;
		font-weight: bold;
		letter-spacing: 3px;
	}
	.template-impact-title h2 span{
		font-size: 2.5rem;
		font-weight: bold;
		letter-spacing: 3px;
		text-transform: uppercase;
		position: relative;
		top: 3px;
	}
	.template-impact-image{
		width: 100%;
		margin-bottom: 40px;
	}
	.template-impact-btn{
		display: block;
		justify-content: center;
	}
	.template-impact-btn .btn{
		margin: 0 auto 30px;
	}
	.template-impact-btn .btn:first-of-type{
		margin-right: auto;
	}
	.template-impact-btn .btn:last-of-type{
		margin-bottom: 0;
	}
	.template-impact-real{
		margin-top: 60px;
		transition: 0.3s;
	}
	.template-impact-real a{
		text-align: center;
	}
	.template-impact-real a img{
		width: auto;
		max-width: 100%;
	}
	.template-impact-real:hover{
		opacity: 0.8;
	}
	.template-impact-real h3{
		font-size: 1.6rem;
		font-weight: bold;
		text-align: center;
		margin-bottom: 30px;
	}
	/* impact end */

	/* structure start */
	.template-structure{
		background-color: #f9f9f9;
	}
	/* structure end */
	
	/* feature start */
	.section.template-feature .inner{
		width: 100%;
		padding: 0;
	}
	.template-feature-list{
		margin-top: 80px;
	}
	.template-feature-list ul li{
		background-color: #f9f9f9;
		margin-bottom: 80px;
		padding-bottom: 30px;
	}
	.template-feature-li-inner{
		width: 100%;
		margin: 0 auto;
		display: block;
		justify-content: space-between;
		background-color: #f9f9f9;
	}
	.template-feature-list-block{
		width: 100%;
	}
	.template-feature-list-block.image{
		width: 90%;
		margin: 0 auto;
		position: relative;
		top: -30px;
		box-shadow: 5px 5px 10px 0 rgb(0 0 0 / 30%);
	}
	.template-feature-list-block.contents{
		display: block;
		justify-content: center;
		align-items: center;
		padding: 0 20px;
		box-sizing: border-box;
	}
	.template-feature-list-block.contents div{
		display: inline-block;
	}
	.template-feature-list-block.contents div span{
		text-transform: uppercase;
		font-size: 1.2rem;
		font-weight: bold;
		margin-bottom: 0;
		color: #bfd63e;
	}
	.template-feature-list-block.contents div h3{
		font-size: 1.6rem;
		font-weight: bold;
		margin-bottom: 20px;
	}
	.template-feature-list-block.contents div p{
		letter-spacing: 2px;
	}
	.template-feature-list ul li:nth-of-type(2) .template-feature-list-block.image,
	.template-feature-list ul li:nth-of-type(4) .template-feature-list-block.image{
		order: 2;
		box-shadow: -5px 5px 20px 0 rgb(0 0 0 / 30%);
	}
	/* feature end */
	
	/* banner start */
	.section.template-banner{
		padding: 70px 0;
	}
	.template-banner-contents{
		transition: 0.3s;
	}
	.template-banner-contents:hover{
		opacity: 0.8;
	}
	/* banner end */
	
	
	
}
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	