/* ==============================
	Strength
	（私たちの強み）
============================== */

/* ------------------------------
	Strength Hero
------------------------------ */
.strength-hero {
	padding: 40px 0;
	border-left: 20px solid #EF8125;
}
.strength-hero__inner {
	display: flex;
	flex-direction: column;
	padding: 0 20px;
}
.strength-hero__image {
	order: 1;
	margin-bottom: 30px;
}
.strength-hero__content {
	display: contents;
}
.strength-hero__heading {
	order: 0;
	margin-bottom: 20px;
}
.strength-hero__label {
	margin-bottom: 5px;
	color: #9F9D9D;
	font-size: 1.2rem;
	font-weight: 500;
	letter-spacing: .1rem;
}
.strength-hero__title {
	margin-bottom: 8px;
	font-size: 2.5rem;
	font-weight: 500;
	letter-spacing: .2rem;
	font-family: "Zen Kaku Gothic New", "Noto Sans JP", sans-serif;
}
.strength-hero__title-em {
	margin-left: -.6em;
	color: #ED6C00;
}
.strength-hero__title-en {
	color: #ED6C00;
	font-size: 1rem;
	font-weight: 400;
	letter-spacing: .05rem;
}
.strength-hero__list {
	order: 2;
}
.strength-hero__list-item {
	position: relative;
	margin-bottom: 10px;
	padding-left: 22px;
	font-size: 1.3rem;
	line-height: 1.5;
}
.strength-hero__list-item:last-child {
	margin-bottom: 0;
}
.strength-hero__list-item span {
	display: inline-block;
}
.strength-hero__list-item::before {
	content:'';
	position: absolute;
	top: 3.25px;
	left: 0;
	width: 13px;
	height: 13px;
	background-image: url("../img/strength/icon-check-circle.svg");
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
}
.strength-hero__list-strong {
	font-weight: 700;
}

/* ------------------------------
	Strength Item
------------------------------ */
.strength-item {
	margin-bottom: 80px;
}
.strength-item__inner {
}
.strength-item__content {
}
.strength-item__media {
	width: 100vw;
	margin: 0 calc(50% - 50vw) 20px;
}
.strength-item__body {
}

/* ------------------------------
	Strength Item Heading
------------------------------ */
.strength-item__heading {
	position: relative;
	display: flex;
	flex-direction: column;
	align-items: center;
	margin-bottom: 30px;
}
.strength-item__heading::after {
	content: '';
	position: absolute;
	bottom: -10px;
	left: 50%;
	transform: translateX(-50%);
	display: block;
	width: 26px;
	height: 1px;
	background: #EF8125;
}
.strength-item__catch {
	position: relative;
	margin-bottom: 10px;
	padding: 1px 12px 0;
	background: #EF8125;
	color: #fff;
	font-size: 1.2rem;
	font-weight: 700;
	line-height: 1.5;
	text-align: center;
}
.strength-item__catch::after {
	content: '';
	position: absolute;
	bottom: -8px;
	left: 50%;
	transform: translateX(-50%);
	display: block;
	width: 9px;
	height: 9px;
	border-left: 9px solid #EF8124;
	border-bottom: 9px solid transparent;
}
.strength-item__title {
	font-size: 2.1rem;
	font-weight: 500;
	letter-spacing: .05rem;
}
.strength-item__num {
	display: inline-block;
	padding-right: 4px;
	color: #EF8125;
	font-size: 2.3rem;
	font-weight: 400;
}

/* ------------------------------
	Strength Item Content
------------------------------ */
.strength-item__text {
	margin-bottom: 20px;
	font-size: 1.4rem;
	font-weight: 400;
}
.strength-item__sub-image {
	margin-bottom: 20px;
}

/* ------------------------------
	Strength Item Feature List
------------------------------ */
.strength-item__feature-list {
	background: #FFF7F0;
	padding: 15px;
}
.strength-item__feature-item {
	position: relative;
	margin-bottom: 8px;
	padding-left: 25px;
	font-size: 1.3rem;
	font-weight: 500;
}
.strength-item__feature-item:last-child {
	margin-bottom: 0;
}
.strength-item__feature-item::before {
	content:'';
	position: absolute;
	top: 50%;
	left: 0;
	width: 17px;
	height: 17px;
	transform: translateY(-50%);
	background-image: url("../img/service/icon-check.svg");
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
}

/* ------------------------------
	Strength Item Stats
------------------------------ */
.strength-item__stats {
	display: flex;
	gap: 10px;
	margin-bottom: 20px;
}
.strength-item__stat {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	width: calc((100% - 10px) / 2);
	border: 1px solid #939393;
	border-radius: 5px;
	padding: 10px;
}
.strength-item__stat-label {
	position: relative;
	padding-left: 13px;
	font-size: 1.2rem;
	font-weight: 500;
}
.strength-item__stat-label::before {
	content: '';
	position: absolute;
	top: 50%;
	left: 0;
	transform: translateY(-50%);
	display: block;
	width: 8px;
	height: 2px;
	background: #ED6C00;
}
.strength-item__stat-value {
	font-size: 1.5rem;
	font-weight: 500;
}
.strength-item__stat-value span {
	display: inline-block;
	margin-right: 5px;
	color: #EF8125;
	font-size: 3.7rem;
	font-weight: 400;
	line-height: 1.2;
}
.strength-item__stat-note {
	color: #9F9D9D;
	font-size: 1rem;
	font-weight: 500;
	letter-spacing: -.05rem;
}

/* ------------------------------
	Strength Item Case
------------------------------ */
.strength-item__case {
	width: calc(100% + 40px);
	max-width: 100vw;
	margin: 0 -20px 20px;
	background: #F5F5F5;
	padding: 20px;
}
.strength-item__case-title {
	position: relative;
	margin-bottom: 10px;
	padding-left: 18px;
	font-size: 1.5rem;
	font-weight: 500;
	line-height: 1.5;
	letter-spacing: .05rem;
}
.strength-item__case-title::before {
	content: '';
	position: absolute;
	top: 50%;
	left: 0;
	transform: translateY(-50%);
	width: 11px;
	height: 11px;
	border-radius: 50%;
	border: 2px solid #EF8125;
}
.strength-item__case-text {
	margin-bottom: 18px;
	font-size: 1.3rem;
	font-weight: 400;
}
.strength-item__case-images {
	display: flex;
	flex-direction: column;
	gap: 15px;
}
.strength-item__case-image {
}

/* ------------------------------
	Strength Closing
------------------------------ */
.strength-closing {
	position: relative;
}
.strength-closing__visual {
}
.strength-closing__message {
	position: absolute;
	top: 50px;
	left: 50%;
	transform: translateX(-50%);
	color: #fff;
	font-size: 1.6rem;
	font-weight: 500;
	line-height: 2;
	letter-spacing: .3rem;
	writing-mode: vertical-rl;
	text-orientation: upright;
	font-family: "Zen Kaku Gothic New", "Noto Sans JP", sans-serif;
}

/* ==============================
	PC
============================== */
@media screen and (min-width: 1024px) {

	/* ------------------------------
		Strength Hero
	------------------------------ */
	.strength-hero {
		margin-bottom: 80px;
		padding: 80px 0;
		border-left: 60px solid #EF8125;
	}
	.strength-hero__inner {
		flex-direction: row;
		gap: 110px;
		padding: 0 60px;
	}
	.strength-hero__image {
		order: 0;
		width: calc(50% - 50px);
	}
	.strength-hero__content {
		display: block;
		width: calc(50% - 60px);
	}
	.strength-hero__heading {
		margin-bottom: 40px;
	}
	.strength-hero__label {
		margin-bottom: 10px;
		font-size: 1.4rem;
	}
	.strength-hero__title {
		margin-bottom: 15px;
		font-size: 4rem;
		letter-spacing: .3rem;
	}
	.strength-hero__title-em {
	}
	.strength-hero__title-en {
		font-size: 1.2rem;
	}
	.strength-hero__list {
	}
	.strength-hero__list-item {
		margin-bottom: 12px;
		font-size: 1.6rem;
	}
	.strength-hero__list-item::before {
		top: 5.5px;
	}
	.strength-hero__list-strong {
	}

	/* ------------------------------
		Strength Item
	------------------------------ */
	.strength-item {
		margin-bottom: 160px;
	}
	.strength-item__inner {
	}
	.strength-item__content {
		display: flex;
		gap: 80px;
		margin-bottom: 40px;
	}
	.strength-item__content--reverse {
		flex-direction: row-reverse;
	}
	.strength-item__media {
		display: flex;
		justify-content: flex-end;
		width: 50%;
		margin: 0;
	}
	.strength-item__content--reverse .strength-item__media {
		justify-content: flex-start;
	}
	.strength-item__media picture {
		display: block;
		flex: 0 0 auto;
		width: 50vw;
		margin-left: auto;
	}
	.strength-item__body {
		width: calc(50% - 80px);
	}

	/* ------------------------------
		Strength Item Heading
	------------------------------ */
	.strength-item__heading {
		align-items: flex-start;
		margin-bottom: 10px;
	}
	.strength-item__heading::after {
		content: none;
	}
	.strength-item__catch {
		margin-bottom: 15px;
		padding: 2px 12px 1px;
		font-size: 1.3rem;
	}
	.strength-item__catch::after {
		bottom: -9px;
		left: 15px;
		transform: none;
		width: 10px;
		height: 10px;
		border-left: 10px solid #EF8124;
		border-bottom: 10px solid transparent;
	}
	.strength-item__title {
		font-size: 2.6rem;
	}
	.strength-item__num {
		font-size: 2.9rem;
	}

	/* ------------------------------
		Strength Item Content
	------------------------------ */
	.strength-item__text {
		margin-bottom: 0;
		font-size: 1.6rem;
	}
	.strength-item__sub-image {
		margin-top: 30px;
		margin-bottom: 0;
	}

	/* ------------------------------
		Strength Item Feature List
	------------------------------ */
	.strength-item__feature-list {
		display: flex;
		flex-wrap: wrap;
		align-items: flex-start;
		gap: 15px 20px;
		padding: 40px 60px;
	}
	.strength-item__feature-item {
		width: calc((100% - 20px) / 2);
		margin-bottom: 0;
		padding-left: 34px;
		font-size: 1.7rem;
	}
	.strength-item__feature-item::before {
		width: 23px;
		height: 23px;
	}

	/* ------------------------------
		Strength Item Stats
	------------------------------ */
	.strength-item__stats {
		gap: 14px;
		margin-top: 20px;
		margin-bottom: 0;
	}
	.strength-item__stat {
		width: calc((100% - 14px) / 2);
		padding: 14px;
	}
	.strength-item__stat-label {
		padding-left: 16px;
		font-size: 1.4rem;
	}
	.strength-item__stat-label::before {
		width: 10px;
	}
	.strength-item__stat-value {
		font-size: 1.7rem;
	}
	.strength-item__stat-value span {
		font-size: 4.4rem;
	}
	.strength-item__stat-note {
		font-size: 1.1rem;
	}

	/* ------------------------------
		Strength Item Case
	------------------------------ */
	.strength-item__case {
		width: 100%;
		margin: 0 0 40px;
	}
	.strength-item__case-title {
		margin-bottom: 20px;
		padding-left: 25px;
		font-size: 2rem;
	}
	.strength-item__case-title::before {
		width: 15px;
		height: 15px;
	}
	.strength-item__case-text {
	}
	.strength-item__case-images {
		flex-direction: row;
		gap: 20px;
	}
	.strength-item__case-image {
		width: calc((100% - 20px) / 2);
	}

	/* ------------------------------
		Strength Closing
	------------------------------ */
	.strength-closing {
	}
	.strength-closing__visual {
	}
	.strength-closing__message {
		top: 100px;
		font-size: 2.3rem;
		line-height: 1.5;
		text-align: center;
		letter-spacing: .1rem;
		white-space: nowrap;
		writing-mode: horizontal-tb;
		text-orientation: mixed;
	}
	.strength-closing__message .sp {
		display: none;
	}

}
