@charset "utf-8";

#contents{
	width: 100%;
}
@media screen and (max-width: 768px) {
  #contents {
    padding: 0;
  }
}
#contents p{
	font-size: 18px;
}
.inner {
  width: 100%;
  max-width: 1024px;
  margin: 0 auto;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .inner {
    padding: 0 10px;
  }
}
.kv{
	position: relative;
	height: 600px;
	background: url("../img/merit/kv.jpg");
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center 55%;
}
@media screen and (max-width: 768px) {
	.kv{
		height: 30vh;
	}
}
.kv h1{
	position: absolute;
	top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
	color: #fff;
	font-size: 47px;
	letter-spacing: 0.2em;
	text-shadow: 0px 0px 10px rgba(0, 0, 0, 1),0px 0px 10px rgba(0, 0, 0, 1),0px 0px 10px rgba(0, 0, 0, 1);
}
@media screen and (max-width: 768px) {
	.kv h1{
		width: 100%;
		font-size: 36px;
		text-align: center;
	}
}
#contents .merit-wrap{
	padding: 80px 0;
	background: url("../img/merit/bg01.jpg");
	background-size: cover;
	background-position: top left;	
}
@media screen and (max-width: 768px) {
	#contents .merit-wrap{
		padding: 50px 0 30px;
	}
}
#contents .merit-wrap:nth-child(2n){
	background: none;
}
#contents .merit-wrap:nth-child(3n){
	background-image: url("../img/merit/bg02.jpg");
	background-position: top right;
}
.merit-text{
	margin-bottom: 60px;
}
@media screen and (max-width: 768px) {
	.merit-text{
		margin-bottom: 40px;
	}
}
#contents p.merit-ttl{
	margin-bottom: 40px;
	color: #9a895c;
	font-size: 42px;
}
@media screen and (max-width: 768px) {
	#contents p.merit-ttl{
		margin-bottom: 30px;
		font-size: 28px;
	}
}
.merit-ttl img{
	display: block;
	margin: 0 auto 40px;	
}
@media screen and (max-width: 768px) {
	.merit-ttl img{
		width: 25%;
		max-width:  158px;
		margin: 0 auto 20px;	
	}
}
.img-full{
	width: 100%;
	text-align: center;
}
.img-full img{
	width: 100%;
}
@media screen and (max-width: 768px) {
	.img-full img{
		width: 300%;
	}
}
.caption{
	display: block;
	font-size: 16px;
	text-align: right;
}
@media screen and (max-width: 768px) {
	.caption{
		font-size: 10px;
	}
}
.img-full .caption{
	padding-right: 2em;
}
@media screen and (max-width: 768px) {
	.img-full .caption{
		padding-right: 1em;
	}
}
.img-box{
	position: relative;
	display: inline-block;
}
.img-box img{
	display: block;
	line-height: 1;
}
.img-box .caption{
	position: absolute;
	right:8px;
	bottom:5px;
}