/* ==============================================
   サポートツール ページ専用スタイル
   Body class: .un_bm_support_tool
   ============================================== */

/* -----------------------------------------------
   Hero
----------------------------------------------- */
.un_bm_support_tool .un_bm_st_hero {
	position: relative;
	width: 100%;
	background-color: rgba(0, 0, 0, 0.5);
	display: flex;
	align-items: center;
	justify-content: center;
	min-height: 180px;
	text-align: center;
}

.un_bm_support_tool .un_bm_st_hero::before {
	content: "";
	position: absolute;
	inset: 0;
	background: rgba(128, 128, 128, 1);
}

.un_bm_support_tool .un_bm_st_hero_title {
	position: relative;
	z-index: 1;
	color: #fff;
	font-size: 46px;
	font-weight: 500;
	letter-spacing: 0.04em;
	line-height: 1.4;
}

/* -----------------------------------------------
   Breadcrumb
----------------------------------------------- */
.un_bm_support_tool .ly_main { margin-top: 147px; }
@media screen and (max-width: 1200px) {
	.un_bm_support_tool .ly_main { margin-top: 100px; }
}
@media screen and (max-width: 768px) {
	.un_bm_support_tool .ly_main { margin-top: 72px; }
}

/* -----------------------------------------------
   Intro Section
----------------------------------------------- */
.un_bm_support_tool .un_bm_st_intro {
	background: #fff;
	padding: 87px 92px 92px;
	text-align: center;
}

.un_bm_support_tool .un_bm_st_intro_label {
	display: inline-block;
	font-size: 16px;
	font-weight: 400;
	letter-spacing: 0.04em;
	color: #858585;
	margin-bottom: 15px;
}

.un_bm_support_tool .un_bm_st_intro_heading {
	font-size: 38px;
	font-weight: 500;
	color: #000000;
	line-height: 1.42;
	letter-spacing: 0.04em;
	margin: 0 0 38px;
}

.un_bm_support_tool .un_bm_st_intro_desc {
	font-family: "Noto Sans CJK JP", sans-serif;
	font-size: 20px;
	color: #000000;
	letter-spacing: 0.04em;
	margin: 0;
	line-height: 44px;
}

/* -----------------------------------------------
   Tools Section
----------------------------------------------- */
.un_bm_support_tool .un_bm_st_tools {
	background: #fbf6f6;
	padding: 108px 0px 117px;
}

.un_bm_support_tool .un_bm_st_tools_inner {
	padding: 0 20px;
	display: flex;
	gap: 38px;
	max-width: 1406px;
	margin: 0 auto;
}

/* -----------------------------------------------
   Tool Card
----------------------------------------------- */
.un_bm_support_tool .un_bm_st_tool_card {
	flex: 1;
	background: #fff;
	width: 664px;
	padding: 39px 43px;
	display: flex;
	flex-direction: column;
	align-items: center;
	text-align: center;
}

.un_bm_support_tool .un_bm_st_tool_card_icon {
	width: 100%;
	margin: 74px 0 63px;
	display: flex;
	align-items: center;
	justify-content: center;
}

.un_bm_support_tool .un_bm_st_tool_card_icon img {
	height: auto;
	max-width: 100%;
}

.un_bm_support_tool
	.un_bm_st_tools_inner
	> .un_bm_st_tool_card:nth-child(1)
	.un_bm_st_tool_card_icon
	img {
	width: 191px;
}

.un_bm_support_tool
	.un_bm_st_tools_inner
	> .un_bm_st_tool_card:nth-child(2)
	.un_bm_st_tool_card_icon
	img {
	width: 284px;
}

.un_bm_support_tool .un_bm_st_tool_card_icon svg {
	width: 100%;
	height: 100%;
}

.un_bm_support_tool .un_bm_st_tool_card_title {
	font-size: 36px;
	font-weight: 500;
	color: #000000;
	width: 100%;
	letter-spacing: 0.04em;
	line-height: 52px;
	background-color: #f8f8f8;
	padding: 20px 0;
	min-height: 144px;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 10px;
}

.un_bm_support_tool .un_bm_st_tool_card_desc {
	border-top: 1px solid #a72126;
	padding-top: 26px;
	font-size: 20px;
	color: #282828;
	letter-spacing: 0.04em;
	line-height: 38px;
	margin: 0 0 63px;
	text-align: left;
	flex: 1;
}

.un_bm_support_tool .un_bm_st_tool_card_btn {
	display: flex;
	align-items: center;
	width: 313px;
	height: 75px;
	margin: 0 0 0 auto;
	background: #a72126;
	color: #fff;
	text-decoration: none;
	letter-spacing: 0.04em;
	transition: background 0.2s;
}

.un_bm_support_tool .un_bm_st_tool_card_btn:hover {
	background: #8a1a1f;
}

.un_bm_support_tool .un_bm_st_tool_card_btn_text {
	font-family: "Inter", sans-serif;
	font-size: 24px;
	font-weight: 400;
	color: #fff;
	flex: 1;
	text-align: center;
}

.un_bm_support_tool .un_bm_st_tool_card_btn_arrow {
	width: 75px;
	height: 70%;
	display: flex;
	align-items: center;
	justify-content: center;
	border-left: 1px solid #fff;
	flex-shrink: 0;
}

/* -----------------------------------------------
   Responsive — 1024px
----------------------------------------------- */
@media screen and (max-width: 1024px) {
	.un_bm_support_tool .un_bm_st_hero_title {
		font-size: 40px;
	}

	.un_bm_support_tool .un_bm_st_intro {
		padding-left: 40px;
		padding-right: 40px;
	}

	.un_bm_support_tool .un_bm_st_intro_heading {
		font-size: 34px;
	}

	.un_bm_support_tool .un_bm_st_tool_card {
		padding: 31px 26px 25px;
		width: 100%;
	}

	.un_bm_support_tool .un_bm_st_tool_card_title {
		font-size: 22px;
		line-height: 36px;
		min-height: 112px;
	}

	.un_bm_support_tool .un_bm_st_tool_card_btn {
		width: 100%;
		margin: 0;
	}
}

/* -----------------------------------------------
   Responsive — 768px (SP)
----------------------------------------------- */
@media screen and (max-width: 768px) {
	.un_bm_support_tool .un_bm_st_hero {
		min-height: 105px;
	}

	.un_bm_support_tool .un_bm_st_intro_label {
		display: none;
	}

	.un_bm_support_tool .un_bm_st_hero_title {
		font-size: 24px;
	}

	.un_bm_support_tool .un_bm_st_intro {
		padding: 30px 20px 50px;
	}

	.un_bm_support_tool .un_bm_st_tools {
		padding: 50px 0 41px;
	}

	.un_bm_support_tool .un_bm_st_intro_heading {
		font-size: 22px;
		letter-spacing: -0.04em;
		margin-bottom: 30px;
	}

	.un_bm_support_tool .un_bm_st_intro_desc {
		font-size: 16px;
		line-height: 2;
	}

	.un_bm_support_tool .un_bm_st_br_pc {
		display: none;
	}

	.un_bm_support_tool .un_bm_st_tools_inner {
		flex-direction: column;
		gap: 50px;
	}

	.un_bm_support_tool .un_bm_st_tool_card_title {
		font-size: 20px;
		line-height: 27px;
		min-height: 80px;
		padding: 13px 23px;
		border-radius: 5px;
	}

	.un_bm_support_tool .un_bm_st_tool_card {
		padding: 31px 26px 25px;
	}

	.un_bm_support_tool .un_bm_st_tool_card_icon {
		margin: 41px 0;
	}

	.un_bm_support_tool .un_bm_st_tool_card_desc {
		font-size: 16px;
		line-height: 1.8;
		margin: 0 0 28px;
	}

	.un_bm_support_tool .un_bm_st_tool_card_btn_text {
		font-size: 20px;
		padding-left: 19px;
	}

	.un_bm_support_tool .un_bm_st_tool_card_btn {
		width: 290px;
		margin: 0;
	}

	.un_bm_support_tool
		.un_bm_st_tools_inner
		> .un_bm_st_tool_card:nth-child(1)
		.un_bm_st_tool_card_icon
		img {
		width: 160px;
	}

	.un_bm_support_tool
		.un_bm_st_tools_inner
		> .un_bm_st_tool_card:nth-child(2)
		.un_bm_st_tool_card_icon
		img {
		width: 162px;
	}

	.un_bm_support_tool .un_bm_st_tool_card_btn_arrow {
		width: 57px;
		height: 32px;
	}
}
