@charset "UTF-8";


/* mv
----------------------------------------*/
.mv > .inner.fade.on{
	background: url(/fulfilledgrowth/article/images/vol1/bg-maintitle.jpg) no-repeat center;
	background-size: cover;
}
.mv-title{
	max-width: 744px;
}

@media screen and (max-width: 767px){
	.mv > .inner.fade.on{
		background: none;
	}
}


/* photo
----------------------------------------*/
.photo-wide-caption{
	left: 20px;
}
.section:nth-of-type(2) .photo-wide-caption{
	color: #fff;
}
.section:nth-of-type(4) .photo-wide-caption{
	text-shadow: 0 0 10px #fff,0 0 10px #fff,0 0 10px #fff,0 0 10px #fff,0 0 10px #fff;
}

@media screen and (max-width: 767px){
	.section:nth-of-type(1) .inner > .inner:nth-of-type(1) .photo-person{
		margin: 0 auto 30px;
	}
	.section:nth-of-type(1) .inner > .inner:nth-of-type(3) .photo-person{
		margin: 30px auto 0;
	}
	.section:nth-of-type(3) .photo{
		margin: 30px auto 0;
	}
	.section:nth-of-type(2) .photo-wide-caption{
		color: #000;
	}
	.section:nth-of-type(4) .photo-wide-caption{
		text-shadow: none;
	}
}
