/* -----

   strength

---------------------------------------------------- */

#strength #breadcrumb__wrap {
	margin: 14px 0 14px 0;
}
.strength_top {
	background: #f2f3f7 no-repeat center;
	background-image: url(../images/strength/img_visual_top.jpg);
	height: 530px;
}
.strength_top__flex {
	display: flex;
	flex-wrap: wrap;
	align-items: flex-start;
	padding: 90px 0 0 0;
}
.strength_top__flex > .diagram {
	
}
.strength_top__inner {
	width: 435px;
	font-feature-settings: 'palt';
	letter-spacing: 0.08em;
	margin-right: 38px;
}
.strength_top__inner .headline {
	width: 358px;
	margin-bottom: 35px;
}

.strength_box {
	
}
.strength_box > li:nth-child(n+2) {
	margin-top: 96px;
}
.strength_box__ttl {
	width: 100%;
	position: relative;
	text-align: center;
	margin-bottom: 40px;
}
.strength_box__ttl > img {
	margin-top: -20px;
}
.strength_box__ttl::before {
	display: block;
	content: '';
	background: no-repeat center #e7eaef;
	width: 100%;
	height: 240px;
	box-sizing: border-box;
}
.strength_box__ttl.adj_top::before {
	content: none;
}
.strength_box__ttl.adj_middle::before {
	background-image: url(../images/strength/img_visual_middle.jpg);
}
.strength_box__ttl.adj_bottom::before {
	background-image: url(../images/strength/img_visual_bottom.jpg);
}
.strength_box__body {
	display: flex;
	flex-wrap: wrap;
	align-content: space-between;
}
.strength_box__body > div {
	width: 580px;
}
.strength_box__body.img_left {
	flex-direction: row-reverse;
}
.strength_box__body.img_left > img {
	margin-right: auto;
}
.strength_box__body.img_right {
	flex-direction: row
}
.strength_box__body.img_right > div {
	margin-right: auto;
}
.strength_box__body > div > a {
	background: url(../images/strength/btn_link.svg) no-repeat;
	width: 260px;
	height: 42px;
	display: block;
	padding: 12px 10px 0 0;
	margin-top: 30px;
	transition: all 0.2s ease-out;
	font-weight: 500;
	text-align: center;
}
.strength_box__body > div > a:hover {
	color: #0095d8;
}



















