@charset "utf-8";

/* ----------------------------------------
 プロジェクトストーリー 下層メインイメージ
---------------------------------------- */
.contents{
	margin-bottom: 0;
}
.contents .heading {
	margin-bottom: 10px;
}
.contents .heading h1 {
	font-size: 2.4rem;
}
.lead {
	font-size: 4.2rem;
	line-height: 1.4;
	font-weight: bold;
	text-align: left;
}
.bg-red ul li{
	border-bottom: solid 1px rgba(255,255,255,0.5);
	padding: 5px 0;
	display: flex;
}
.bg-red ul li:last-child{
	border-bottom: none;
}
.bg-red ul li:first-child{
	padding-top: 0;
}
.bg-red ul li:before{
	content: none;
}
.bg-red ul li strong{
	width: 67px;
}
.bg-red ul li p{
	width: calc(100% - 67px);
}
.bg-red {
	background: #bf0040;
	color: #fff;
	padding: 40px;
}
.bg-red {
	background: #bf0040;
	color: #fff;
	padding: 40px;
}
@media print, screen and (min-width: 768px) {
	.contents .heading:before {
		content: "";
		width: 220px;
		height: 282px;
		display: block;
		background: url(../img/h1_deco.svg) no-repeat center center / cover;
		position: absolute;
		top: 85px;
		left: -235px;
	}
	.bg-gray.bottom-pd {
		padding-bottom: 520px;
	}
	.bg-gray.top-pd {
		padding-top: 520px;
		padding-bottom: 160px;
		margin-top: -430px;
	}
	.minus-img {
		margin-top: -430px;
	}
	.wide-img img{
		width: 79.9%;
		height: 600px;
		object-fit: cover;
		object-position: right 0;
	}
}
@media print, screen and (max-width: 767px) {
	.bg-red{
		padding: 30px 0;
		margin-bottom: 30px;
	}
	.contents .heading-img img{
		height: 246px;
	}
	.contents .heading h1 {
		font-size: 1.5rem;
	}
	.lead {
		font-size: 2.5rem;
		padding-left: 10px;
	}
	.sp_mb50.mb0{
		margin-bottom: 50px !important;
	}
	.wide-img img{
		width: 100%;
		height: 340px;
		object-fit: cover;
	}
	.wide img{
		width: 100%;
	}
}

@media print, screen and (max-width: 320px) {
	.contents .heading h1 {
		font-size: 1.3rem;
	}
}