@charset "utf-8";
.js-fadein, .js-fade-row > li{
	opacity: 1;
	transform: translateY(0);
}
#sec_strengths ul{
	margin-top: 10px;
	align-items: stretch;
}
#sec_strengths ul li{
	background: #F3F3F3;
	min-height: 304px;
	display: flex;
	flex-direction: column;
	justify-content: flex-start;
	position: relative;
	width: calc(100% / 4 - 30px);
}

#sec_strengths ul li .num{
	font-family: "Titillium Web", sans-serif;
	width: 49px;
	height: 49px;
	background: #A2000D;
	color: #fff;
	font-size: 2.4rem;
	display: flex;
	justify-content: center;
	align-items: center;
	position: absolute;
	top: -16px;
	right: 16px;
}

#sec_strengths ul li .thumb{
	aspect-ratio: 34 / 21;
	background-repeat: no-repeat;
	background-position: center;
	margin-top: 9px;
}
	#sec_strengths ul li.strengths01 .thumb{
		background-image: url("../img/strengths_thumb_01.svg");
		background-size: 167px 100px;
	}
	#sec_strengths ul li.strengths02 .thumb{
		background-image: url("../img/strengths_thumb_02.svg");
		background-size: 118px 100px;
	}
	#sec_strengths ul li.strengths03 .thumb{
		background-image: url("../img/strengths_thumb_03.svg");
		background-size: 100px 111px;
	}
	#sec_strengths ul li.strengths04 .thumb{
		background-image: url("../img/strengths_thumb_04.svg");
		background-size: 133px 100px;
	}

#sec_strengths ul li .txtBox{
	padding: 0 16px 16px;
}
#sec_strengths ul li h4{
	color: #A2000D;
	font-size: 2rem;
	line-height: 1.2;
	height: 50px;
	display: flex;
	justify-content: center;
	align-items: center;
}
#sec_strengths ul li p{
	text-align: justify;
	font-size: 1.6rem;
	font-weight: 500;
	margin-top: 16px;
	word-break: break-word;
}

#sec_strengths .conteiner{
	padding-top: 120px;
}
#sec_strengths .hd03{
	margin-bottom: 40px;
}

.txtContainer.flex{
	align-items: flex-start;
}

.txtContainer.flex .txtBox{
	width: 50%;
}
.txtContainer.flex .txtBox .txt{
	line-height: 2;
	font-size: 1.8rem;
}
.txtContainer.flex figure{
	max-width: 560px;
	width: 48%;
}

.txtContainer .txtBox{
	text-align: left;
}

.txtContainer .txtBox .btnBasic{
	margin-top: 40px;
	line-height: 1.5;
	padding: 12px 40px 12px 40px;
	font-size: 1.6rem;
}

.txtContainer + .txtContainer {
	margin-top: 40px;
}

@media screen and (max-width: 1179px){
	#sec_strengths ul li{
		width: calc(100% / 4 - 10px);
	}
	#sec_strengths ul li .num{
		width: 36px;
		height: 36px;
		font-size: 2rem;
	}
	#sec_strengths ul li.strengths01 .thumb{
		background-size: auto 59%;
	}
	#sec_strengths ul li.strengths02 .thumb{
		background-size: auto 53%;
	}
	#sec_strengths ul li.strengths03 .thumb{
		background-size: auto 59%;
	}
	#sec_strengths ul li.strengths04 .thumb{
		background-size: auto 76%;
	}
	#sec_strengths ul li p br{
		display: none;
	}
}
@media screen and (max-width: 880px){
	#sec_strengths ul li{
		min-height: fit-content;
	}
	.txtContainer.flex{
		display: block;
	}
	.txtContainer.flex .txtBox{
		width: 100%;
	}
	.txtContainer.flex figure{
		width: 100%;
		margin: 20px auto 0;
		padding: 0;
	}
	.txtContainer .txtBox .btnBasic{
		margin-top: 20px;
	}
}

@media screen and (max-width: 767px){
	.underPage #contentsBlock #sec_strengths > .inner{
		padding-bottom: 80px;
	}
	#sec_strengths .conteiner{
		padding-top: 80px;
	}
	#sec_strengths ul{
		flex-direction: column;
	}
	#sec_strengths ul li{
		flex-direction: row-reverse;
		justify-content: space-between;
		align-items: center;
		width: 100%;
		min-height: 160px;
		padding: 0 16px;
	}
	#sec_strengths ul li + li{
		margin-top: 34px;
	}
	#sec_strengths ul li .num{
		font-size: 2.4rem;
		width: 48px;
		height: 48px;
		top: -20px;
		right: auto;
		left: 16px;
	}
	#sec_strengths ul li .thumb{
		width: 100px;
		min-height: 129px;
		flex-shrink: 0;
		margin: 0;
	}
	#sec_strengths ul li.strengths01 .thumb{
		background-size: 100% auto;
	}
	#sec_strengths ul li.strengths02 .thumb{
		background-size: 100% auto;
	}
	#sec_strengths ul li.strengths03 .thumb{
		background-size: 100% auto;
	}
	#sec_strengths ul li.strengths04 .thumb{
		background-size: 100% auto;
	}
	#sec_strengths ul li h4{
		display: block;
		height: inherit;
		text-align: left;
		margin-top: 16px;
	}
	#sec_strengths ul li .txtBox{
		padding: 32px 16px 32px 0;
	}
	.txtContainer.flex .txtBox .txt{
		font-size: 1.6rem;
	}
	#sec_strengths .hd03{
		margin-bottom: 24px;
	}

}



