@charset "UTF-8";

/*================
フルライフケアイズム
================*/

/* MV（ヒーロー画像なし・タイトル中央）
----------------------------------------------------------*/
#strength .mv-wrap + .section {
	margin-top: 80px;
}
#strength .strength-list-root {
	display: contents;
}
#strength .page-head .ttl-01 {
	text-align: center;
	margin-bottom: 160px;
}
#strength .section + .section {
	margin-top: 0;
}
#strength .main > .sec-contact {
	margin-top: 160px;
}
#strength .bc-wrap.sp-mode-01 + .sec-contact {
	margin-top: 160px;
}

/* 強みブロック
----------------------------------------------------------*/
#strength .sec-strength-item > .inner-1320 {
	gap: 0;
}
#strength .sec-strength-item {
	padding-top: 80px;
	padding-bottom: 80px;
}
#strength .sec-strength-item:first-of-type {
	padding-top: 0;
	padding-bottom: 100px;
}
#strength .sec-strength-item.type-bg {
	background-color: #F7F9F4;
}
#strength .strength-block {
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	gap: 32px;
	width: 100%;
}
#strength .sec-strength-item.type-reverse .strength-block {
	flex-direction: row-reverse;
}
#strength .strength-body {
	flex: 0 0 644px;
	width: 644px;
	max-width: 100%;
}
#strength .strength-photo {
	flex: 0 0 644px;
	width: 644px;
	max-width: 100%;
	margin: 0;
	overflow: hidden;
	border-radius: 10px;
}
#strength .strength-photo img {
	display: block;
	width: 100%;
	height: 400px;
	object-fit: cover;
	object-position: center center;
}
#strength .strength-ttl {
	margin: 0 0 40px;
	color: #447D1A;
	font-size: 42px;
	font-weight: 600;
	line-height: 1.4;
}
#strength .strength-txt {
	color: #222;
	font-size: 16px;
	font-weight: 300;
	line-height: 1.8;
}
#strength .strength-txt p {
	margin: 0;
}
#strength .strength-txt p + p {
	margin-top: 2em;
}

/* 関連リンク
----------------------------------------------------------*/
#strength .sec-strength-links {
	padding-top: 80px;
	padding-bottom: 0;
}
#strength .sec-strength-links > .inner-1320 {
	gap: 0;
}
#strength .strength-links-box {
	box-sizing: border-box;
	width: 100%;
	padding: 40px 0;
	border-radius: 10px;
	background-color: #fff;
	box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
}
#strength .strength-links-row {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 32px;
	margin: 0;
}
#strength .strength-links-row .btn-01 {
	margin: 0;
}
#strength .strength-links-row .btn-01 a {
	width: 350px;
}

/* SP
----------------------------------------------------------*/
@media only screen and (max-width: 768px) {
	#strength .mv-wrap + .section {
		margin-top: 0;
	}
	#strength .mv-inner .page-head .ttl-01 {
		text-align: center;
		margin-bottom: 19.532vw;
	}
	#strength .main > .sec-contact,
	#strength .bc-wrap.sp-mode-01 + .sec-contact {
		margin-top: 0;
	}

	#strength .sec-strength-item {
		padding-top: 19.531vw; /* 150 */
		padding-bottom: 19.531vw;
	}
	#strength .sec-strength-item:first-of-type {
		padding-top: 0;
		padding-bottom: 19.532vw;
	}
	#strength .strength-block,
	#strength .sec-strength-item.type-reverse .strength-block {
		flex-direction: column;
		gap: 8.594vw; /* 60 */
	}
	#strength .strength-body,
	#strength .strength-photo {
		flex: 1 1 auto;
		width: 100%;
	}
	#strength .strength-ttl {
		margin-bottom: 7.813vw; /* 60 */
		font-size: 8.333vw; /* 64 */
		line-height: 1.5;
	}
	#strength .strength-txt {
		font-size: 4.167vw; /* 32 */
		line-height: 1.9;
	}
	#strength .strength-photo {
		border-radius: 2.604vw; /* 20 */
	}
	#strength .strength-photo img {
		height: 52.083vw; /* 400 */
	}

	#strength .sec-strength-links {
		padding-top: 13.021vw; 
	}
	#strength .strength-links-box {
		padding: 7.813vw; /* 60 */
		border-radius: 2.604vw; /* 20 */
		box-shadow: 0 0 2.604vw rgba(0, 0, 0, 0.1); /* 20 */
	}
	#strength .strength-links-row {
		flex-direction: column;
		align-items: center;
		gap: 5.208vw; /* 40 */
	}
	#strength .strength-links-row .btn-01,
	#strength .strength-links-row .btn-01 a {
		width: 100%;
	}
}
