#strength .pageHeader .bigText{
	bottom: -40px;
}
#strength .secTitle p{
	font-size: 1.8rem;
	line-height: 1.5;
	margin-bottom: 10px;
}
#strength .secTitle h2{
	font-size: 3rem;
	line-height: 1.5;
	letter-spacing: 2px;
}
#strength .secTitle div{
	margin-top: 20px;
}
#strength .section{
	padding: 0;
}
#strength .section .inner{
	border-bottom: solid 1px #dedede;
	padding: 120px 0;
}
@media screen and (max-width:1500px){
	#strength .section .inner{
		padding: 100px 0;
	}
}
#strength .section.content01 .inner{
	padding: 150px 0 120px;
}
@media screen and (max-width:1500px){
	#strength .section.content01 .inner{
		padding: 150px 0 100px;
	}
}
.strength-content .info{
	border-left: solid 7px #1A6096;
	padding-left: 30px;
}
.strength-content .info .wrapper{
	display: flex;
	justify-content: space-between;
	align-items: stretch;
}
.strength-content .info .box{
	box-sizing: border-box;
	width: 47%;
}
.strength-content .info .left{
	position: relative;
}
.strength-content .info .left::before{
	position: absolute;
	bottom: 0;
	right: 0;
}
.strength-content.content01 .info .left::before{
	content: url("../img/strength/svg_01.svg");
}
.strength-content.content02 .info .left::before{
	content: url("../img/strength/svg_02.svg");
}
.strength-content.content03 .info .left::before{
	content: url("../img/strength/svg_03.svg");
}
.strength-content.content04 .info .left::before{
	content: url("../img/strength/svg_04.svg");
}
.strength-content.content05 .info .left::before{
	content: url("../img/strength/svg_05.svg");
}
.strength-content.content06 .info .left::before{
	content: url("../img/strength/svg_06.svg");
}
.strength-content .info .left .text{
	margin-top: 20px;
}
.strength-content .info .left .text p{
	margin-top: 20px;
}
.strength-content .info .right div{
	border-radius: 30px;
	overflow: hidden;
}
.strength-content .info .right div img{
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.strength-content .list{
	padding-top: 80px;
}
.strength-content .list .content{
	margin-top: 80px;
}
.strength-content .list h3{
	color: #1A6096;
}
.strength-content .list ul{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: stretch;
}
.strength-content .list ul li{
	box-sizing: border-box;
	border-right: solid 1px #DEDEDE;
	text-align: center;
}
.strength-content.content04 .list ul li{
	width: 33.3333%;
}
.strength-content.content05 .list ul li{
	width: 25%;
}
.strength-content.content05 .list ul li:nth-of-type(5),
.strength-content.content05 .list ul li:nth-of-type(6),
.strength-content.content05 .list ul li:nth-of-type(7){
	width: 33.3333%;
	margin-top: 80px;
}
.strength-content .list ul li div{
	margin-bottom: 20px;
}



@media screen and (max-width:767px){
	
	
	
	#strength .pageHeader .bigText{
		bottom: -23px;
	}
	#strength .section .inner{
		padding: 50px 0;
	}
	#strength .section.content01 .inner{
		padding: 70px 0 50px;
	}
	#strength .secTitle p{
		font-size: 1.5rem;
	}
	#strength .secTitle h2{
		font-size: 2rem;
	}
	.strength-content .info{
		padding: 0 20px;
		border-left: solid 4px #1A6096;
	}
	.strength-content .info .wrapper{
		display: block;
	}
	.strength-content .info .box{
		width: 100%;
	}
	.strength-content .info .left .text{
		margin-top: 15px;
	}
	.strength-content .info .left .text p{
		margin-top: 15px;
	}
	.strength-content .info .right{
		margin-top: 30px;
	}
	.strength-content .list{
		padding-top: 50px;
	}
	.strength-content .list .content{
		margin-top: 50px;
	}
	.strength-content.content04 .list ul li {
    width: 50%;
		padding: 0 30px;
		margin-bottom: 50px;
	}
	.strength-content.content04 .list ul li:last-of-type{
		margin-bottom: 0;
	}
	.strength-content.content04 .list ul li:nth-of-type(2){
		border-right: none;
	}
	.strength-content.content04 .list ul li:nth-of-type(3){
		border-right: none;
		width: 100%;
	}
	.strength-content.content05 .list ul li {
    width: 50%;
		padding: 0 30px;
		margin-bottom: 50px;
	}
	.strength-content .list ul li div img{
		height: 90px;
	}
	.strength-content.content05 .list ul li:nth-of-type(5),
	.strength-content.content05 .list ul li:nth-of-type(6){
		width: 50%;
		margin-top: 0;
	}
	.strength-content.content05 .list ul li:nth-of-type(7){
		width: 100%;
		margin-top: 0;
		margin-bottom: 0;
	}
	.strength-content.content05 .list ul li:nth-of-type(2),
	.strength-content.content05 .list ul li:nth-of-type(4),
	.strength-content.content05 .list ul li:nth-of-type(6){
		border-right: none;
	}

	
}