@charset "utf-8";
/*------------------------------------------------------------
	index
------------------------------------------------------------*/
.pageTitle {
	margin-bottom: 0;
}
#main {
	padding-bottom: 36.5rem;
	background: url(../img/development/bg03.jpg) no-repeat center top;
	background-size: cover;
}
#main .headLine03 {
	margin-bottom: 8.2rem;
}
#main .sec01 {
	padding: 8rem 0 8rem;
	position: relative;
}
#main .sec01 .bg01 {
	width: 32.4rem;
	position: absolute;
	top: 4.2rem;
	right: 0;
}
#main .sec01 .bg02 {
	width: 25.8rem;
	position: absolute;
	top: 27.2rem;
	left: 0;
}
#main .sec01 .centerTxt {
	margin-bottom: 17.4rem;
	text-align: center;
	font-size: 2.5rem;
	font-weight: 700;
	letter-spacing: 0.05em;
	line-height: 2.18;
}
#main .imgBox {
	margin-bottom: 16.6rem;
	align-items: center;
	border-radius: 4rem;
	position: relative;
	background-color: #fff;
}
#main .imgBox:last-child {
	margin-bottom: 0;
}
#main .imgBox .photoBox {
	width: 50.5%;
	order: 2;
	margin-left: 3rem;
}
#main .imgBox .photoBox img {
	width: 100%;
	border-radius: 0 4rem 4rem 0;
}
#main .imgBox .textBox {
	flex: 1;
	padding: 6rem 4rem 2rem 5rem;
	position: relative;
}
#main .imgBox .num {
	position: absolute;
	top: -9.5rem;
	left: -1.3rem;
	font-size: 13.8rem;
	font-weight: 500;
	color: #009b7d;
	line-height: 1;
	font-style: italic;
}
#main .imgBox .textBox p {
	font-size: 3rem;
	line-height: 1.641;
	font-weight: 700;
}
#main .imgBox .textBox .ttl {
	margin-bottom: 4rem;
	font-size: 3rem;
	color: #fff;
	width: fit-content;
	min-width: 31.6rem;
	padding: 0.2rem 0.2rem;
	text-align: center;
	font-weight: 400;
	background-color: #0000FF;
}
#main .imgBox .textBox .ttl02 {
	background-color: #0000FF;
}
#main .imgBox .textBox .ttl03 {
	background-color: #0000FF;
}
#main .imgBox .textBox .pBox {
	margin-bottom: 3.5rem;
	min-height: 15.5rem;
	padding: 1.6rem 0 2.5rem;
	display: flex;
	align-items: center;
	justify-content: center;
	position: relative;
}
#main .imgBox .textBox .pBox .img01 {
	position: absolute;
	top: 0;
	left: 0;
	width: 3.8rem;
}
#main .imgBox .textBox .pBox .img02 {
	position: absolute;
	top: 0;
	right: 0;
	width: 3.8rem;
}
#main .imgBox .textBox .pBox .img03 {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 3.8rem;
}
#main .imgBox .textBox .pBox .img04 {
	position: absolute;
	bottom: 0;
	right: 0;
	width: 3.8rem;
}
#main .imgBox .link {
	text-align: right;
	margin-right: -0.5rem;
}
#main .imgBox .link a {
	display: inline-flex;
	align-items: center;
	font-size: 2.5rem;
	font-weight: 700;
	letter-spacing: 0.05em;
	color: #44987e;
}
#main .imgBox .link a:hover {
	opacity: 1;
}
#main .imgBox .link .comIco {
	margin-left: 2rem;
	width: 7rem;
	height: 7rem;
}
@media all and (max-width: 896px) {
	.pageTitle {
		margin-bottom: 0 !important;
	}
	#main .headLine03 {
		margin-bottom: 4rem;
	}
	#main .sec01 .centerTxt {
		margin-bottom: 8rem;
		font-size: 1.6rem;
		line-height: 1.7;
	}
	#main .sec01 .bg02,
	#main .sec01 .bg01 {
		display: none;
	}
	#main .imgBox {
		margin-bottom: 10rem;
		border-radius: 1rem;
		display: block;
	}
	#main .imgBox .photoBox {
		width: auto;
		margin: 0 0 3rem;
	}
	#main .imgBox .photoBox img {
		border-radius: 1rem 1rem 0 0;
	}
	#main .imgBox .textBox {
		padding: 0 2rem 4rem;
	}
	#main .imgBox .num {
		font-size: 8rem;
		top: -5.5rem;
		left: 0;
	}
	#main .imgBox .textBox p {
		font-size: 1.6rem;
		line-height: 1.6;
	}
	#main .imgBox .textBox .pBox {
		min-height: 10rem;
	}
	#main .imgBox .textBox .pBox .img04,
	#main .imgBox .textBox .pBox .img03,
	#main .imgBox .textBox .pBox .img02,
	#main .imgBox .textBox .pBox .img01 {
		width: 2rem;
	}
	#main .imgBox .textBox .ttl {
		min-width: inherit;
		font-size: 2rem;
		width: auto;
	}
	#main .imgBox .link {
		text-align: center;
	}
	#main .imgBox .link a {
		font-size: 2rem;
		background-size: 4rem auto;
	}
	#main {
		padding-bottom: 10rem;
		background-size: cover;
	}
	#main .imgBox .link .comIco {
		width: 4.5rem;
		height: 4.5rem;
		margin-left: 1rem;
	}
}


@media (min-width: 897px) and (max-width: 1700px) {
	#main .sec01 .bg02 {
		width: 20rem;
	}
	#main .sec01 .bg01 {
		width: 30rem;
	}
}