@charset "utf-8";
/*------------------------------------------------------------
	index
------------------------------------------------------------*/
#main .content {
	max-width: 1587px;
}
#main .imgBox {
	/* margin-bottom: 176px; */
	margin-bottom: 100px;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
#main .imgBox:last-child {
	margin-bottom: 0;
}
#main .imgBox .photoBox {
	/* width: 54.1%;
	margin-left: 7%; */
	width: 46vw;
  margin-left: 4%;
  margin-right: -12vw;
}
#main .imgBox .photoBox img {
	width: 100%;
}
#main .imgBox .textBox {
	margin-top: -10px;
	flex: 1;
	padding-left: 5%;
}
#main .imgBox p {
	font-size: 2.1rem;
	color: #1A1A1A;
	line-height: 2.1;
	letter-spacing: 0.08em;
	font-weight: 700;
	position: relative;
	z-index: 2;
	font-feature-settings: "palt";
}
#main .imgBox .ttl {
	margin-bottom: 40px;
	font-size: 5rem;
	color: #0096DF;
	line-height: 1.25;
	letter-spacing: 0;
	position: relative;
	z-index: 1;
}
#main .imgBox .ttl .num {
	font-size: 7rem;
}
#main .imgBox .ttl .txtSpan {
	position: absolute;
	top: max(-15vw,-150px);
	left: max(-6.3vw,-120px);
	font-size: 26.6rem;
	line-height: 1;
	font-weight: 400;
	color: #FEFEFE;
	z-index: -1;
}
#main .imgBox02 .photoBox {
	order: -1;
	/* width: 49.5%;
	margin: 0 0.6% 0 10px; */
	width: 46vw;
  margin: 0 0.6% 0 -10vw;
}
#main .imgBox02 .textBox {
	margin-top: 0;
	padding-top: 35px;
}
#main .imgBox02 .ttl .txtSpan {
	left: auto;
	top: max(-12vw,-110px);
	font-size: 30.5rem;
	right: max(-4.2vw,-80px);
}
#main .construction {
	margin-top: 106px;
	padding: 85px 0 94px;
	box-sizing: border-box;
	background: linear-gradient(#70cbff 0%, #001eb6 100%);
}
#main .construction .content {
	/* max-width: 1510px; */
	max-width: 1400px;
}
#main .construction h3 {
	margin-bottom: 50px;
	text-align: center;
	/* font-size: 4.2rem; */
	font-size: 4rem;
	color: #fff;
}
#main .construction .list {
	display: flex;
	flex-wrap: wrap;
}
#main .construction .list li {
	width: 31.6%;
	padding: 45px 20px 20px;
	box-sizing: border-box;
	margin: 0 2.6% 48px 0;
	height: 100%;
	background-color: #FFFFFF;
	border-radius: 18px;
}
#main .construction .list li:nth-child(3n) {
	margin-right: 0;
}
#main .construction .list li p {
	margin-bottom: 32px;
	text-align: center;
	font-size: min(2.5vw,3.3rem);
	font-weight: 700;
	color: #292929;
}
@media all and (min-width: 897px) {
	.mainImg02{
		/* margin-bottom: 74px; */
		margin-bottom: 82px;
	}
	.mainImg02 .inner02 h2 {
		/* font-size: 5.1rem; */
		/* font-size:4.7rem; */
	}
	.mainImg02 .inner02 .subSpan {
		left: -213px;
		top: 37px;
	}
	.comList {
		/* margin-bottom: 203px; */
	}
}


@media all and (max-width: 896px) {
	#main{ 
		padding-top: 0;
	}
	.mainImg02 {
		margin-bottom: 26px;
	}
	.mainImg02 .inner02 .subSpan {
		top: 19px;
		left: -82px;
	}
	.mainImg02 .inner02 .txtSpan{ 
		margin: 0 10px;
	}
	.comList {
		margin-bottom: 92px;
	}
	#main .imgBox {
		margin-bottom: 50px;
		display: block;
	}
	#main .imgBox .textBox {
		padding: 0;
		margin: 0 0 18px;
	}
	#main .imgBox .photoBox {
		width: auto;
		margin: 0;
	}
	#main .imgBox p {
		letter-spacing: 0.04em;
		font-size: 1.4rem;
		font-feature-settings: "palt";
	}
	#main .imgBox .ttl {
		margin-bottom: 17px;
		font-size: 2.8rem;
	}
	#main .imgBox .ttl .num {
		font-size: 4.6rem;
	}
	#main .imgBox .ttl .txtSpan {
		font-size: 15rem;
		left: 160px;
		top: -57px;
	}
	#main .imgBox02 .ttl .txtSpan {
		font-size: 15rem;
		left: 165px;
		top: -40px;
	}
	#main .imgBox02 .ttl {
		padding-bottom: 4px;
		line-height: 1.5;
	}
	#main .imgBox02 p {
		line-height: 1.78;
	}
	#main .construction {
		margin-top: 33px;
		padding: 28px 10px;
		min-height: 633px;
	}
	#main .construction h3 {
		font-size: 2.1rem;
		margin: 0 -10px 38px;
	}
	#main .construction .list {
		justify-content: space-between;
	}
	#main .construction .list li {
		width: 48%;
		margin: 0 0 11px;
		min-height: 145px;
		padding: 15px 10px 4px;
	}
	#main .construction .list li p {
		margin-bottom: 12px;
		font-size: 0.9rem;
	}
}

@media all and (max-width: 374px) {
	#main .imgBox .ttl .txtSpan {
		font-size: 13rem;
	}
}