#underPageKv {
	background-image: url(../images/pc/service_hero.webp);
}
.service_menu {
	padding: 100px 0;
	border-bottom: 1px solid #d7d7d7;
	margin: auto calc(50% - 50vw);
}
.service_menu_inner {
	max-width: 1100px;
	width: 80%;
	margin: auto;
}
.service_menu_desc_text {
	line-height: 1.4;
}
.service_list {
	display: flex;
	flex-direction: row;
	gap: 4.444vw;
	margin-top: 58px;
}
.service_item {
	display: flex;
	justify-content: center;
	align-items: center;
	transition: all 0.3s;
	padding-bottom: 10px;
	border-bottom: 1px solid #333;
}
.service_item_link_text {
	font-size: 20px;
	line-height: 1.4;
	display: flex;
	flex-direction: row;
	align-items: baseline;
}
.service_item_link_text .num {
	font-size: 16px;
	line-height: 1.3;
	margin-right: 16px;
}
.service_item:hover {
	background-color: rgba(255, 255, 255, 0.41);
}
.service_item:not(:last-child) {
	border-right: 1px solid rgba(255, 255, 255, 0.7);
}
.service_item svg {
	transition: all 0.3s;
}
.service_item:hover svg {
	margin-bottom: -7px;
}
.service_item_link {
	display: flex;
	flex-direction: row;
	gap: 3.888vw;
	align-items: center;
	width: 100%;
	height: 100%;
}

.service_content_item {
	padding: 100px 0;
}
.service_content_item.reverse .content_item_wrap .service_content_item_left {
	order: 2;
}
.content_item_wrap {
	display: grid;
	grid-template-columns: 1fr 1fr;
	justify-content: space-between;
	align-items: center;
	gap: max(64px, 6.25vw);
}
.under_page .sec_title span {
	font-weight: 500;
	font-size: min(40px, 2.777vw);
	line-height: 1.4;
}
#service .sec_title {
	margin-top: 24px;
}
.service_content_item_title-en {
	font-size: clamp(15px, 1.111vw, 16px);
	line-height: 1.4;
	letter-spacing: 0.07rem;
	color: #929292;
	margin-top: 14px;
}
.service_content_item_desc {
	margin-top: 54px;
	font-size: clamp(15px, 1.111vw, 16px);
	line-height: 1.5;
}
.service_content_item_right_inner {
	position: relative;
}
.service_strengths {
	margin-top: 72px;
}
.service_strengths_head {
	width: 100%;
}
.service_strengths_title {
	font-size: 14px;
	line-height: 1.4;
	letter-spacing: 0.07rem;
	font-weight: 400;
	color: #929292;
	display: grid;
	grid-template-columns: 220px 1fr;
	align-items: center;
	gap: 16px;
}
.service_strengths_title::after {
	content: "";
	display: inline-block;
	height: 1px;
	background-color: #cacaca;
}
.service_strengths_list {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 32px;
	margin-top: 32px;
}
.service_strengths_item_img {
	border-radius: 4px;
}
.service_strengths_item_title {
	margin-top: 18px;
	font-size: 20px;
	line-height: 1.4;
	font-weight: 500;
	letter-spacing: 0.07rem;
}
.service_strengths_item_desc {
	margin-top: 12px;
	font-size: 14px;
	line-height: 1.4;
	letter-spacing: 0.04rem;
}

@media screen and (max-width: 1240px) {
	.service_menu_inner {
		width: 90%;
	}
}

@media screen and (max-width: 1024px) {
	.service_item_link_text {
		font-size: 18px;
	}
	.service_content_item {
		padding: 80px 0;
	}
	#service .sec_title {
		margin-top: 14px;
	}
	.service_content_item_title-en {
		margin-top: 8px;
	}
	.service_content_item_desc {
		margin-top: 32px;
	}
}

@media screen and (max-width: 767px) {
	#underPageKv {
		background-image: url(../images/sp/service_hero.webp);
	}
	.service_kv_content {
		height: 260px;
	}
	.service_menu {
		padding-top: 60px;
		padding-bottom: 60px;
	}
	.service_list {
		flex-direction: column;
	}
	.service_item_link {
		justify-content: space-between;
	}
	.service_item_link_text {
		font-size: 16px;
	}
	.service_item_link_text .num {
		font-size: 14px;
		margin-right: 8px;
	}
	.content_item_wrap {
		display: grid;
		grid-template-columns: 1fr;
		gap: 20px;
	}
	.service_content_item {
		padding: 60px 0;
	}
	.service_content_item:first-child {
		padding-bottom: 0;
	}
	.service_content_item_left {
		order: 2;
	}
	#service .sec_title {
		margin-top: 6px;
	}
	#service .sec_title span {
		font-size: 24px;
	}
	.service_content_item_desc {
		margin-top: 20px;
	}
	.service_content_item_right {
		order: 1;
	}
	.service_strengths_list {
		grid-template-columns: 1fr;
	}
}
