@charset "utf-8";
/* CSS Document */


/*---------------------------
　history
-----------------------------*/

#contents_area .section_wrap {
	margin-bottom: 10rem;
}

#contents_area .img_wrap {
	position: relative;
	overflow: hidden;
}
#contents_area .img_wrap img {
	width: 100%;
	height: auto;
}
#contents_area h2 {
	font-size: 1.8rem;
	position: absolute;
	bottom: 0;
	left: 0;
	z-index: 1;
	width: 100%;
	font-feature-settings: "palt";
	padding: 30px 0;
	letter-spacing: 0.2em;
	color: #fff;
}

#contents_area h2 .large {
	font-size: 6.0rem;
	display: block;
	line-height: 1.5;
}
#contents_area h3 {
	font-size: 3.0rem;
	letter-spacing: 0.2em;
	margin-bottom: 1em;
	font-weight: bold;
}
#contents_area .text {
	align-items: flex-end; /* 縦 */
	font-weight: bold;
	padding-top: 50px;
	padding-bottom: 50px;
}
#contents_area .text p {
	font-size: 1.8rem;
	line-height: 2;
}
#contents_area .aks {
	display: inline-block;
}






@media screen and (max-width: 960px) {
	
}
	
	
@media screen and (max-width: 768px) {
	#contents_area .img_wrap:first-child img {
		position: relative;
		width: 150%;
		left: 50%;
		transform: translateX(-50%);
		-webkit- transform: translateX(-50%);
	}
	#contents_area h2 {
		padding: 2% 0
	}
	#contents_area h2 .large {
		font-size: 5.0rem;
	}
}
