@charset "UTF-8";
/* ------------------------------
    common
------------------------------ */

#pagettl{
	padding: 130px 0;
	background: url(../img/strength/bg_pagettl.jpg) no-repeat center / cover;
}
#pagettl .txt_pagettl{
	color: #fff;
	padding: 0;
}
#pagettl .txt_pagettl::before{
	display: none;
}
#pagettl .txt_pagettl .ja{
	margin-top: 0;
	font-size: 3.0rem;
}

.breadcrumb{
	margin-bottom: 95px;
}



/* ------------------------------
    #strength .strength_box
------------------------------ */

#strength {
	margin-bottom: 135px;
}
#strength h3 {
	font-size: 2.0rem;
	font-weight: bold;
	color: #3d4975;
	text-align: center;
	line-height: 1.5;
	margin-bottom: 20px;
}
#strength h3 + p {
	text-align: center;
}

@media screen and (max-width: 768px) {
	#strength{
		margin-bottom: 75px;
	}
	#strength .sp_wrap{
		padding: 0 5%;
	}
	#pagettl{
		background: url(../img/strength/bg_pagettl_sp.jpg) no-repeat center / cover;
		padding: 80px 0;
	}
	#pagettl .txt_pagettl .ja{
		font-size: 1.5rem;
	}
	#strength h3{
		font-size: 1.5rem;
	}
}


/* ------------------------------
    #strength .strength_box
------------------------------ */

#strength .strength_box{
	display: flex;
	flex-wrap: wrap;
	margin: 100px 0;
}

#strength .sp_wrap > section.strength_box:nth-child(even){
	justify-content: flex-end;
}

#strength .sp_wrap > section.strength_box:nth-child(even) > div{
	order: 1;
}

#strength .sp_wrap > section.strength_box:nth-child(even) > p{
	order: 2;
	margin-left: 80px;
}

#strength .sp_wrap > section.strength_box:nth-child(odd) > p{
	margin-right: 80px;
}

#strength .strength_box > p{
	width: 42.5%;
}

#strength .strength_box > p img{
	width: 100%;
}

#strength .strength_box > div{
	width: 542px;
}

#strength .strength_box h4{
	position: relative;
	padding-left: 1em;
	margin: 50px 0 25px;
	font-size: 2.0rem;
	font-weight: bold;
}

#strength .strength_box h4::before{
	content: "";
	display: inline-block;
	width: 12px;
	height: 4px;
	background: #3d4975;
	position: absolute;
	left: 0;
	top: 50%;
	margin-top: -2px;
}
/* IE対応 */
@media screen and (min-width: 769px) {
	.ie #strength .strength_box h4::before{
		margin-top: -5px;
	}
}

#strength .strength_box > div div{
	display: flex;
	margin-top: 25px;
}

#strength p.btn.white{
	width: 230px;
}

#strength p.btn.white:first-child{
	margin-right: 40px;
}

#strength p.btn.white.center{
	margin: 0;
}

@media screen and (max-width: 768px) {
	#strength .strength_box h4{
		font-size: 1.5rem;
		margin: 20px 0 15px;
	}
	#strength .strength_box h4::before{
		width: 6px;
		height: 2px;
		margin-top: -2px;
	}
	#strength .strength_box{
		flex-direction: column;
		margin: 50px 0;
	}
	#strength .strength_box > p{
		width: 100%;
	}
	#strength .strength_box > div{
		width: 100%;
	}
	#strength .sp_wrap > section.strength_box:nth-child(odd) > div{
		order: 2;
	}
	#strength .sp_wrap > section.strength_box:nth-child(even) > p{
		order: 1;
		margin: 0;
	}
	#strength .strength_box > div div{
		justify-content: space-between;
		margin-top: 15px;
	}
	#strength p.btn.white{
		width: 45%;
	}
	#strength p.btn.white:first-child{
		margin: 0;
	}
	#strength p.btn.white.center{
		margin: 0 auto;
	}
}




/* ------------------------------
    #strength .strength_field
------------------------------ */
#strength .strength_field{
	padding: 100px 0;
	background-color: #eff1f5;
	text-align: center;
}

#strength .strength_field h4{
	position: relative;
	padding-bottom: 15px;
	margin-bottom: 25px;
	text-align: center;
	font-size: 2.0rem;
	font-weight: bold;
}

#strength .strength_field h4::before{
	content: "";
	display: inline-block;
	width: 12px;
	height: 4px;
	background: #3d4975;
	position: absolute;
	right: 0;
	left: 0;
	bottom: 0;
	margin: 0 auto;
}

#strength .strength_field p{
	text-align: center;
}

#strength .field_box{
	position: relative;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	width: 900px;
	padding: 50px 52px;
	margin: 30px auto 0;
	background-color: #fff;
}

#strength .field_box > div{
	display: flex;
	flex-wrap: wrap;
}

#strength .field_box > div div{
	width: 185px;
	height: 185px;
	padding: 50px 0;
	background-color: rgba(61,73,117,0.1);
	border-radius: 50%;
}


#strength .field_box > div div:last-child{
	margin-left: -20px;
}

#strength .field_box p{
	font-weight: bold;
}

#strength .field_box > p{
	width: 100%;
	margin-bottom: 20px;
}

#strength .field_box p:first-child{
	font-size: 1.8rem;
	color: #3d4975;
}

#strength .field_box p:first-child::after{
	content: "";
	display: block;
	width: 50px;
	height: 50px;
	background: url(../img/strength/arrow.png) no-repeat center center;
	background-size: 44px;
	position: absolute;
	top: 175px;
	right: 0;
	left: 0;
	margin: 0 auto;
}


@media screen and (max-width: 768px) {
	#strength .strength_field{
		padding: 50px 5%;
	}
	#strength .field_box{
		width: 100%;
		padding: 25px 5%;
	}
	#strength .strength_field h4{
		padding-bottom: 10px;
		margin-bottom: 20px;
		font-size: 1.5rem;
	}
	#strength .strength_field h4::before{
		width: 6px;
		height: 2px;
	}
	#strength .field_box > div{
		justify-content: center;
		width: 100%;
	}
	#strength .field_box > div + div{
		margin-top: 50px;
	}
	#strength .field_box > div div{
		width: 134px;
		height: 134px;
		padding: 30px 0;
	}
	#strength .field_box > div div:last-child{
		margin-left: -10px;
	}
	#strength .field_box > p{
		margin-bottom: 10px;
	}
	#strength .field_box p:first-child{
		font-size: 1.5rem;
	}
	#strength .field_box p:first-child::after{
		top: 49%;
		background-size: 35px;
		transform:rotate(90deg);
	}
}