@charset "utf-8";
/*------------------------------------------------------------
	mission
------------------------------------------------------------*/
#main .missionBox .h2Title {
	padding: 10rem 0 9.7rem;
	margin-bottom: 10rem;
	background: url("../img/common/bg04.jpg") repeat left top / 75rem auto;
	text-align: center;
}
#main .missionBox .h2Title img {
	width: 47.7rem;
}
#main .imgBox {
	display: flex;
	position: relative;
	padding-bottom: 5rem;
	margin-bottom: 8rem;
}
#main .imgBox::after {
	width: 999.9rem;
	height: 76.7%;
	position: absolute;
	left: 50%;
	bottom: 0;
	transform: translateX(-50%);
	background-color: #0064B6;
	opacity: 0.1;
	content: "";
}
#main .imgBox .photo {
	width: 51.2rem;
	position: relative;
	z-index: 10;
}
#main .imgBox .photo img {
	width: 100%;
}
#main .imgBox .photo .talkImg {
	width: auto;
	position: absolute;
	bottom: calc(100% - 3.2rem);
	left: calc(100% - 4.2rem);
	height: 7rem;
}
#main .imgBox .textBox {
	flex: 1;
	margin: 5rem 0 0 3.1rem;
	position: relative;
	z-index: 15;
}
#main .imgBox .headLine02 {
	background-color: #D1F21F;
	padding: 2.7rem 3.1rem;
	margin: 0 0 2.8rem -6.5rem;
	position: relative;
}
#main .imgBox02::after {
	background-color: #A4BC23;
}
#main .imgBox02 .photo {
	order: 3;
}
#main .imgBox02 .textBox {
	margin: 5rem 3.1rem 0 0;
}
#main .imgBox02 .headLine02 {
	margin: 0 -6.5rem 2.8rem 0;
	color: #fff;
	background-color: #0064B6;
}
#main .imgBox02 .photo .talkImg {
	right: calc(100% - 4.2rem);
	left: auto;
}
@media all and (min-width: 897px) {
	.mainVisual .txt02 {
		max-width: 57.6rem;
	}
	.mainVisual .leftBox {
		padding-top: 12.5rem;
	}
}
@media all and (max-width: 896px) {
	#main .missionBox .h2Title img {
		width: 29.4rem;
	}
	#main .missionBox .h2Title {
		padding: 5rem 0;
	}
	#main .imgBox {
		display: block;
	}
	#main .imgBox .photo {
		width: auto;
	}
	#main .imgBox .textBox {
		margin: 2rem 0 0 0;
	}
	#main .imgBox .headLine02 {
		padding: 1.6rem 1.5rem 1.3rem;
		margin: 0 0 1.5rem;
	}
	#main .imgBox .photo .talkImg {
		left: 0;
	}
	#main .imgBox02 .photo .talkImg {
		right: 0;
		left: auto;
	}
}