@charset "utf-8";
/*------------------------------------------------------------
	about
------------------------------------------------------------*/
#main .about {
	padding-bottom: 25rem;
	position: relative;
	z-index: 1;
}
#main .about::after {
	position: absolute;
	z-index: -1;
	content: "";
	bottom: 0;
	left: 0;
	width: 100%;
	height: 112.6rem;
	background: url(../img/about/bg03.png) no-repeat top left / 100%;
}
#main .about .imgBox {
	margin-bottom: 22.5rem;
	position: relative;
	z-index: 1;
	align-items: flex-start;
}
#main .about .imgBox::after {
	position: absolute;
	z-index: -1;
	content: "";
	background: url(../img/about/bg01.png) no-repeat right top / 100%;
}
#main .about .imgBox:last-child {
	margin-bottom: 0;
}
#main .about .imgBox:nth-child(2n-1) {
	padding: 0 0 0 2rem;
	margin-left: auto;
}
#main .about .imgBox .photoBox {
	margin-top: 3.3rem;
	width: calc(50% - 10.3rem);
}
#main .about .imgBox .photoBox img {
	width: 100%;
}
#main .about .imgBox .textBox {
	padding: 0 6rem;
	width: calc(50% + 10.3rem)
}
#main .about .imgBox .textBox .sub {
	max-width: 55rem;
}
#main .about .imgBox .h_title {
	margin: 0 0 2.3rem 1.5rem;
	color: #073296;
	font-size: 3.3rem;
	font-weight: 700;
	letter-spacing: 0.075em;
	line-height: 1.3;
}
#main .about .imgBox .h_title .num {
	margin-left: 2rem;
	font-size: 6.8rem;
	display: inline-block;
	letter-spacing: 0.075em;
}
#main .about .imgBox .title {
	margin-bottom: 3rem;
	color: #073296;
	font-weight: 500;
	font-size: 3.5rem;
	letter-spacing: 0.07em;
	line-height: 1.68;
}
#main .about .imgBox .text {
	text-align: justify;
	letter-spacing: 0.025em;
	line-height: 2.18;
}
#main .about .imgBox:nth-child(2n) {
	flex-direction: row-reverse;
}
#main .about .imgBox:nth-child(2n-1) .text {
	padding-right: 4rem;
}
#main .about .imgBox:nth-child(2n-1) .textBox .sub {
	margin-left: auto;
}
#main .about .imgBox01 {
	padding-top: 7.2rem !important;
}
#main .about .imgBox01::after {
	top: -13rem;
	right: 0;
	width: 57rem;
	height: 120rem;
}
#main .about .imgBox02 {
	padding-bottom: 1.5rem;
}
#main .about .imgBox02 .photoBox {
	margin-top: 6.7rem;
	width: calc(50% - 11.4rem);
}
#main .about .imgBox02 .title {
	margin-bottom: 4rem;
}
#main .about .imgBox02 .textBox {
	padding: 0 8.5rem;
}
#main .about .imgBox02 .textBox .sub {
	max-width: 52rem;
}
#main .about .imgBox02::after {
	top: 50%;
	left: 0;
	transform: translateY(-44.6%);
	width: 34rem;
	height: 82.7rem;
	background-image: url(../img/about/bg02.png);
}
#main .about .imgBox03::after {
	display: none;
}
@media all and (max-width: 896px) {
	#main .about {
		padding-bottom: 9.8rem;
	}
	#pagePath {
		margin-bottom: 0;
	}
	#main .about::after {
		height: 83.6rem;
		background-image: url(../img/about/bg03_sp.png);
	}
	#main .about .imgBox {
		margin-bottom: 12rem;
		padding: 0 2.5rem !important;
		max-width: 100%;
		display: block;
	}
	#main .about .imgBox::after {
		background-image: url(../img/about/bg01_sp.png);
	}
	#main .about .imgBox .photoBox {
		margin: 0 0 2.3rem;
		width: auto;
	}
	#main .about .imgBox .textBox {
		padding: 0 !important;
		width: auto !important;
	}
	#main .about .imgBox .textBox .sub {
		max-width: 100%;
	}
	#main .about .imgBox .h_title {
		margin: 0 0 0.6rem 1rem;
		font-size: 1.65rem;
		line-height: 1.3;
	}
	#main .about .imgBox .h_title .num {
		margin-left: 1rem;
		font-size: 3.4rem;
	}
	#main .about .imgBox .title {
		margin: 0 0 3rem 1rem;
		font-size: 2.2rem;
		letter-spacing: 0;
		line-height: 1.6;
	}
	#main .about .imgBox .text {
		margin: 0 0.8rem;
		letter-spacing: 0;
		line-height: 2;
	}
	#main .about .imgBox:nth-child(2n-1) .text {
		padding-right: 0;
	}
	#main .about .imgBox01 {
		padding-top: 5.1rem !important;
	}
	#main .about .imgBox01::after {
		top: -4rem;
		right: 0;
		width: 76vw;
		height: 164.267vw;
		max-width: 50rem;
	}
	#main .about .imgBox02 {
		padding-bottom: 0;
	}
	#main .about .imgBox02 .photoBox {
		margin-top: 0;
	}
	#main .about .imgBox02 .title {
		margin-bottom: 3rem;
		letter-spacing: 0.075em;
	}
	#main .about .imgBox02::after {
		transform: translateY(0);
		top: -6rem;
		width: 17rem;
		height: inherit;
		bottom: -7rem;
		background-image: url(../img/about/bg02_sp.png);
		background-size: 100% 100%;
	}
	#main .about .imgBox03 .title {
		letter-spacing: 0.02em;
	}
}