@charset "utf-8";
/*------------------------------------------------------------
	solution
------------------------------------------------------------*/
#main .topTxt {
	margin: -1.6rem 0 15.7rem;
	text-align: center;
	font-size: 2.4rem;
	line-height: 2.25;
	letter-spacing: 0.1em;
	font-weight: 700;
}
#main .total {
	margin-bottom: 15rem;
	padding-bottom: 15rem;
	position: relative;
}
#main .total::before {
	position: absolute;
	right: 0;
	top: 3.7rem;
	bottom: 0;
	width: calc(50% + 32rem);
	background-color: #F2F2F2;
	content: "";
}
#main .total .content {
	position: relative;
}
#main .total p {
	margin-bottom: 7.5rem;
}
#main p {
	line-height: 2;
	letter-spacing: 0.1em;
}
#main .total .phoBox {
	position: relative;
	display: flex;
}
#main .total .phoBox img {
	margin-right: 2rem;
	height: 40rem;
	max-width: inherit;
}
#main .imgBox {
	margin-bottom: 8rem;
	align-items: center;
}
#main .imgBox:last-child {
	margin-bottom: 0;
}
#main .imgBox .phoBox {
	width: calc(50% + 8rem);
}
#main .imgBox .phoBox img {
	width: 100%;
}
#main .imgBox .txtBox {
	padding: 0 4rem 5.6rem;
	width: calc(50% - 8rem);
}
#main .imgBox .txtBox .subBox {
	max-width: 58rem;
	margin: 0 auto;
}
#main .imgBox .headLine05 .en {
	margin-bottom: 2.8rem;
}
#main .imgBox .txtBox p {
	text-align: justify;
}
@media all and (max-width: 896px) {
	#main .topTxt {
		margin: 0 0 5rem;	
		font-size: 1.5rem;
		text-align: left;
		line-height: 2;
	}
	#main .total {
		margin-bottom: 8rem;
		padding-bottom: 5rem;
		position: relative;
	}
	#main .total::before {
		top: 1.6rem;
		width: 100%;
	}
	#main .total p {
		margin-bottom: 5rem;
	}
	#main .total .phoBox img {
		width: auto;
		height: 20rem;
	}
	#main .imgBox {
		margin-bottom: 5rem;
		display: block;
	}
	#main .imgBox .phoBox {
		margin-bottom: 3rem;
		width: auto;
	}
	#main .imgBox .txtBox {
		padding: 0 2rem;
		width: auto;
	}
	#main .imgBox .txtBox .subBox {
		max-width: inherit;
	}	
}