/* ----------------------------------------
医療・福祉 medical
---------------------------------------- */
h2.ttl {
	display: flex;
	flex-direction: column;
	align-items: center;
	margin-bottom: 50px;
	&>img {
		margin-bottom: 15px;
	}
	& span {
		font-size: 32px;
		font-weight: 600;
	}
	& br {
		display: none;
	}
}
/* 医療・福祉 メイン main
---------------------------------------- */
.main {
	background: var(--main-color);
	padding: 20px 0 80px;
	position: relative;
	overflow: hidden;
	box-shadow: inset 0px -5px 10px rgba(0, 0, 0, .1);
	&:before, &:after {
		content: "";
		display: block;
		position: absolute;
	}
	&:before {
		background: url(/scene/img/common/main_shape01.webp) 0 0 no-repeat;
		width: 420px;
		height: 270px;
		top: -40px;
		left: -60px;
	}
	&:after {
		background: url(/scene/img/common/main_shape02.webp) 0 0 no-repeat;
		width: 490px;
		height: 280px;
		bottom: -20px;
		right: -20px;
	}
}
.main_inner {
	width: 1200px;
	height: 550px;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
	align-items: center;
	position: relative;
	z-index: 1;
}
.main_box {
	position: relative;
	z-index: 1;
}
.main_catch {
	margin-bottom: 20px;
}
.main_li {
	display: flex;
	gap: 20px;
	margin-bottom: 40px;
	& li {
		display: flex;
		align-items: center;
		justify-content: center;
		gap: 10px;
		border-radius: 10px;
		background: var(--main-bright-color);
		height: 56px;
		padding: 0 25px 0 15px;
		&:before {
			content: url(/scene/img/common/check_02.webp);
			width: 25px;
			height: 23px;
			margin-top: 2px;
		}
		& span {
			font-size: 20px;
			font-weight: bold;
		}
	}
}
.main_catch_contact {
	display: flex;
	gap: 20px;
}
.main_image {
	margin-bottom: auto;
	padding-top: 50px;
}
.main_chara {
	position: absolute;
	bottom: -20px;
	right: 160px;
}
/* 医療・福祉 課題 onayami
---------------------------------------- */
.onayami {
	width: 1200px;
	background: #fff;
	margin: -60px auto 60px;
	padding: 50px 0;
	position: relative;
	z-index: 1;
	box-sizing: border-box;
	border-radius: 50px;
}
.onayami_ttl {
	font-size: 32px;
	font-weight: 600;
	text-align: center;
	margin-bottom: 60px;
	& span {
		background: linear-gradient(transparent 60%, var(--point-color) 60%);
	}
}
.onayami_li {
	display: flex;
	justify-content: center;
	gap: 40px;
	flex-wrap: wrap;
	margin-bottom: 60px;
	& li {
		width: 340px;
		box-sizing: border-box;
		background: #f6f6f6;
		border-radius: 10px;
		box-shadow: 0 0 10px 0 rgba(0, 0, 0, .2);
		padding: 30px 20px;
		display: flex;
		flex-direction: column;
		align-items: center;
		text-align: center;
	}
}
.onayami_heading {
	font-size: 18px;
	font-weight: 600;
	margin-bottom: 20px;
	display: flex;
	align-items: center;
}
.onayami_catch {
	font-size: 32px;
	font-weight: 600;
	display: flex;
	flex-direction: column;
	align-items: center;
	&:after {
		content: "";
		display: block;
		background: url(/scene/img/ho/line_red.webp) 0 0 repeat-x;
		height: 9px;
		width: 510px;
	}
}
.onayami_chara {
	position: absolute;
	bottom: 0;
	right: 160px;
}
/* 医療・福祉 情報共有 usecase
---------------------------------------- */
.usecase {
	margin-top: 200px;
	padding-bottom: 100px;
	background: var(--main-bright-color);
	position: relative;
	&::before {
		content: "";
		display: block;
		position: absolute;
		width: 100%;
		height: 160px;
	}
	&:before {
		background: url(/scene/img/common/bg_wave_top.webp) 50% 0 no-repeat;
		top: -160px;
		left: 0;
	}
}
.usecase_arrow {
	position: absolute;
	width: 36px;
	top: -193px;
	left: calc(50% - 18px);
}
.usecase_block {
	width: 1200px;
	margin: 0 auto;
	border-radius: 40px;
	box-sizing: border-box;
	background: #fff;
	padding: 40px 60px 60px 60px;
	box-shadow: 0 0 10px 0 rgba(0, 0, 0, .2);
	&:not(:last-child) {
		margin-bottom: 40px;
	}
}
.usecase_ttl {
	width: 100%;
	font-size: 32px;
	font-weight: 600;
	text-align: center;
	& span {
		background: linear-gradient(transparent 60%, var(--point-color) 60%);
	}
}
.usecase_subcatch {
	width: 100%;
	font-size: 22px;
	font-weight: bold;
	text-align: center;
	color: var(--main-color);
}
.usecase_inner {
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-top: 30px;
}
.usecase_box {
	box-sizing: border-box;
	width: 480px;
	border-radius: 10px;
	background: #f5f5f5;
	padding: 15px 30px 30px 30px;
	& .ttl {
		position: relative;
		border-bottom: 1px solid #ccc;
		padding-bottom: 10px;
		margin-bottom: 20px;
		& p {
			font-size: 20px;
			font-weight: bold;
		}
		& img {
			position: absolute;
			bottom: -10px;
			right: 0;
		}
	}
	& ul {
		display: flex;
		flex-wrap: wrap;
		gap: 10px;
		& li {
			display: flex;
			gap: 10px;
			align-items: center;
			background: #fff;
			border-radius: 10px;
			box-shadow: 0 3px 5px 0 rgba(0, 0, 0, .1);
			width: 100%;
			height: 50px;
			padding: 0 10px;
			font-size: 20px;
			font-weight: bold;
			color: #333;
			&.small {
				height: 37.5px;
				padding: 0 10px;
				font-size: 15px;
			}
			&.short {
				width: 185px;
			}
		}
	}
}
.usecase_result {
	& ul li:before {
		content: url(/scene/img/common/check_02.webp);
		width: 25px;
		height: 23px;
	}
}
.usecase_blue {
	& .usecase_result {
		background: var(--main-bright-color);
		& ul li {
			color: var(--main-color);
		}
	}
}
.usecase_green {
	& .usecase_result {
		background: #d6e5cb;
		& ul li {
			color: #689846;
		}
	}
}
/* 医療・福祉 特徴 features
---------------------------------------- */
.features {
	margin-top: 120px;
	padding-bottom: 80px;
	position: relative;
}
.features_arrow {
	position: absolute;
	width: 36px;
	top: -200px;
	left: calc(50% - 18px);
}
.features_ttl {
	text-align: center;
	margin-bottom: 80px;
}
.features_chara {
	position: absolute;
	top: -20px;
	left: calc(50% - 560px);
}
.features_li {
	display: flex;
	justify-content: center;
	gap: 45px;
}
.features_box {
	width: 370px;
	background: #fff;
	border-radius: 20px;
	box-shadow: 0 0 10px 0 rgba(0, 0, 0, .1);
	box-sizing: border-box;
	padding: 35px;
	position: relative;
	z-index: 1;
}
.features_number {
	background: var(--main-color);
	width: 90px;
	height: 90px;
	border-radius: 90px;
	box-shadow: 0 0 10px 0 rgba(0, 0, 0, .1);
	color: #fff;
	line-height: 1;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	margin: -65px auto 20px;
	transition: 0.2s;
	& span:nth-child(1) {
		font-size: 16px;
		font-weight: 600;
	}
	& span:nth-child(2) {
		font-family: "Jost", sans-serif;
		font-weight: 600;
		font-size: 35px;
	}
}
.features_catch {
	font-size: 26px;
	color: var(--main-color);
	font-weight: 600;
	text-align: center;
	line-height: 1.3;
	margin-bottom: 20px;
	transition: 0.2s;
}
.features_image {
	text-align: center;
	margin-bottom: 20px;
}
.features_txt {
	font-size: 16px;
	color: #111;
}
/* 医療・福祉 情報共有 platform
---------------------------------------- */
.platform {
	margin-bottom: 80px;
}
.platform_block {
	width: clamp(1260px, 90%, 1700px);
	margin: 0 auto;
	background: var(--main-color);
	border-radius: 30px;
	position: relative;
	padding: 50px 0 80px;
}
.platform_ttl {
	font-size: 32px;
	font-weight: bold;
	color: #fff;
	margin: 0 auto 60px;
	text-align: center;
	position: relative;
	& span.dot {
		color: var(--point-color);
		background-position: top 12px left 0px;
		background-repeat: repeat-x;
		background-size: 1em .3em;
		background-image: radial-gradient(0.1em .1em at center center, var(--point-color), var(--point-color) 100%, transparent, transparent);
		padding-top: .6em;
	}
	& span.belt {
		background: var(--point-color);
		padding: 3px 10px;
		box-shadow: 0 0 5px 0 rgba(0, 0, 0, .1);
		color: var(--main-color);
		font-feature-settings: "palt";
		margin: 0 3px;
	}
}
.platform_li {
	display: flex;
	justify-content: center;
	gap: 30px;
}
.platform_box {
	position: relative;
	width: 220px;
	height: 220px;
	border-radius: 40px;
	background: #fff;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	&::before {
		content: url(/scene/img/medical/platform_check.webp);
		position: absolute;
		top: 0;
		left: 0;
		width: 42px;
		height: 38px;
	}
	& .ttl {
		display: flex;
		align-items: center;
		justify-content: center;
		height: 60px;
		font-size: 18px;
		font-weight: 600;
		line-height: 1.3;
		margin-bottom: 5px;
		text-align: center;
	}
	& img {
		width: 90px;
		height: auto;
	}
}
.platform_arrow {
	margin: -67px auto 20px;
	display: block;
	position: relative;
}
.platform_closing {
	font-size: 32px;
	font-weight: 600;
	line-height: 1.5;
	text-align: center;
	& span {
		background: linear-gradient(transparent 60%, var(--point-color) 60%);
	}
}