@charset "UTF-8";
/*タイトル
---------------------*/
.h4_style {
	font-size: 4rem;
	font-weight: 400;
}
@media screen and (max-width: 767px) {
.h4_style {
	font-size: 3rem;
	font-weight: 400;
}
}
/*strengths
---------------------*/
.strengths_wrap{
	background: #F2F5FE;
}
.strengths_list{
	max-width: 930px;
	margin: auto;
}
.strengths_list li{
	width: 270px;
	height: 270px;
	display: flex;
	align-items: center;
	justify-content: center;
	background: #1D2088;
	border-radius: 1000px;
	color: #fff;
}
@media screen and (max-width: 960px) {
.strengths_list li{
	width: 220px;
	height: 220px;
	margin: 0 auto 1rem;
}
}
@media screen and (max-width: 767px) {
.strengths_list li{
	width: 180px;
	height: 180px;
	margin: 0 auto 1rem;
}
}
/*results
---------------------*/
.results_bg{
	position: relative;
	padding-bottom: 7rem;
}

.results_bg:after{
	content: "";
	width: 100%;
	height: 46rem;
	background: #1D2088;
	position: absolute;
	left: 0;
	bottom: 0;
	z-index: -1;
}
.results_wrap{
	background: #fff;
}
/*photo_list
---------------------*/
.photo_list_bg{
	position: relative;
	padding: 3rem 0;
	margin-top: 6rem;
}
.photo_list_bg:before{
	content: "";
	/*width: calc(1210px + calc(calc(100% - 1210px) / 2));
	width: 90%;*/
	width: calc(1210px + calc(calc(100% - 1210px) / 2));
	height: 3rem;
	position: absolute;
	right: 0;
	top: 0;
	background: #1D2088;
}
.photo_list_bg:after{
	content: "";
	/*width: 90%;*/
	width: calc(1210px + calc(calc(100% - 1210px) / 2));
	height: 3rem;
	position: absolute;
	left: 0;
	bottom: 0;
	background: #1D2088;
}
.photo_list {
	padding: 3rem 3rem 0 3rem;
	background: #F2F5FE;
}
.photo_list li{
	width: 24%;
	margin-bottom: 3rem;
}

@media screen and (max-width: 767px) {
.photo_list_bg{
	position: relative;
	padding: 2rem 0;
	margin-top: 3rem;
}
.photo_list_bg:before{
	width: calc(100% - 2rem);
	height: 2rem;
}
.photo_list_bg:after{
	width: calc(100% - 2rem);
	height: 2rem;
}

.photo_list {
	padding: 2rem 2rem 1rem 2rem;
}
.photo_list li{
	width: 48%;
	margin-bottom: 1rem;
}
}








