.business_legacy .healthcare-title {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	background: url(../../img/healthcare/kv_img01.png) no-repeat center center / cover;
	height: 676px;
}

@media screen and (max-width: 767px) {
	.business_legacy .healthcare-title {
		height: 408px;
		background-image: url(../../img/healthcare/kv_img01_sp.png);
	}
}

.business_legacy .healthcare-title .title-main {
	margin-bottom: 14px;
	font-weight: bold;
	font-size: 47px;
	letter-spacing: 0.21em;
	line-height: 62px;
	text-align: center;
	color: #000;
}

@media screen and (max-width: 767px) {
	.business_legacy .healthcare-title .title-main {
		margin-bottom: 27px;
		font-size: 30px;
		letter-spacing: 0.04em;
		line-height: 44px;
	}
}

.business_legacy .healthcare-title .title-main.eng {
	letter-spacing: 0.05em;
}

.business_legacy .healthcare-title .title-sub {
	margin-bottom: 120px;
	font-family: "Lato";
	font-weight: bold;
	font-size: 31px;
	letter-spacing: 0.09em;
	line-height: 20px;
	text-align: center;
	color: #e60010;
}

@media screen and (max-width: 767px) {
	.business_legacy .healthcare-title .title-sub {
		margin-bottom: 0;
		font-weight: bold;
		font-size: 16px;
		letter-spacing: 0.06em;
		line-height: 27px;
	}
}

.business_legacy .top-message {
	position: relative;
	z-index: 1;
	margin: 0 auto;
	padding: 62px 62px 99px;
	max-width: 1000px;
	background: #fff;
	box-sizing: border-box;
}

@media screen and (max-width: 767px) {
	.business_legacy .top-message {
		margin: 0;
		padding: 55px 20px;
	}
}

.business_legacy .top-message * {
	box-sizing: border-box;
}

.business_legacy .top-message .message-language {
	margin-bottom: 55px;
	text-align: center;
}

@media screen and (max-width: 767px) {
	.business_legacy .top-message .message-language {
		margin-bottom: 35px;
	}
}

.business_legacy .top-message .message-language .language-list {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	border-radius: 5px;
	border: 1px solid #c4c4c4;
	overflow: hidden;
}

.business_legacy .top-message .message-language .language-list li {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 150px;
	height: 44px;
	font-weight: 600;
	font-size: 14px;
	color: #000;
	border-right: 1px solid #c4c4c4;
}

.business_legacy .top-message .message-language .language-list li:last-child {
	border-right: none;
}

.business_legacy .top-message .message-language .language-list .active {
	background: #f3f3f3;
}

.business_legacy .top-message .message-language li a {
	position: relative;
	display: inline-block;
	text-decoration: none;
	padding-right: 14px;
	transition: ease 0.25s opacity;
}

@media (hover: hover) and (pointer: fine) {
	.business_legacy .top-message .message-language li a:hover {
		opacity: 0.5;
	}
}

.business_legacy .top-message .message-language li a:after {
	content: "";
	display: block;
	position: absolute;
	top: 50%;
	right: 0;
	margin-top: -3px;
	width: 8px;
	height: 8px;
	border-top: 1px solid #000;
	border-right: 1px solid #000;
	box-sizing: border-box;
	transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
}

.business_legacy .top-message .message-detail {
	font-weight: normal;
	font-size: 16px;
	line-height: 35px;
	text-align: center;
	color: #000;
}

@media screen and (max-width: 767px) {
	.business_legacy .top-message .message-detail {
		text-align: left;
	}

	.business_legacy .top-message .message-detail br {
		display: none;
	}
}

.business_legacy .image-set {
	margin: 0 auto 83px;
	max-width: 1400px;
	display: flex;
	flex-wrap: wrap;
}

@media screen and (max-width: 767px) {
	.business_legacy .image-set {
		display: block;
		margin-bottom: 60px;
	}
}

.business_legacy .image-set * {
	box-sizing: border-box;
}

.business_legacy .image-set.reverse {
	flex-direction: row-reverse;
	justify-content: flex-start;
}

.business_legacy .image-set .set-photo {
	width: 470px;
}

@media screen and (max-width: 1100px) {
	.business_legacy .image-set .set-photo {
		width: 320px;
	}
}

@media screen and (max-width: 767px) {
	.business_legacy .image-set .set-photo {
		width: calc(100% - 40px);
	}
}

.business_legacy .image-set.reverse .set-photo {
	display: flex;
	align-items: flex-start;
	justify-content: flex-end;
}

@media screen and (max-width: 767px) {
	.business_legacy .image-set.reverse .set-photo {
		margin-left: auto;
	}
}

.business_legacy .image-set .set-photo img {
	max-width: 560px;
}

@media screen and (max-width: 1100px) {
	.business_legacy .image-set .set-photo img {
		max-width: 400px;
	}
}

@media screen and (max-width: 767px) {
	.business_legacy .image-set .set-photo img {
		width: 100%;
	}
}

.business_legacy .image-set .set-text {
	position: relative;
	z-index: 1;
	margin-top: 104px;
	width: calc(100% - 470px - 127px);
	padding: 50px 65px;
	background: #eff6fc;
}

@media screen and (max-width: 1100px) {
	.business_legacy .image-set .set-text {
		width: calc(100% - 320px);
	}
}

@media screen and (max-width: 767px) {
	.business_legacy .image-set .set-text {
		margin-top: -40px;
		margin-left: auto;
		width: calc(100% - 40px);
		padding: 36px 25px;
	}

	.business_legacy .image-set.reverse .set-text {
		margin-left: 0;
		margin-right: auto;
	}
}

.business_legacy .image-set .set-text:after {
	content: "";
	position: absolute;
	left: 65px;
	top: 0;
	z-index: 1;
	width: 188px;
	height: 5px;
	background: #e60010;
}

@media screen and (max-width: 767px) {
	.business_legacy .image-set .set-text:after {
		left: 25px;
		height: 4px;
	}
}

.business_legacy .image-set .set-text .text-title {
	margin-bottom: 40px;
	font-weight: bold;
	font-size: 30px;
	letter-spacing: 0.04em;
	line-height: 47px;
	text-align: left;
	color: #000;
}

@media screen and (max-width: 767px) {
	.business_legacy .image-set .set-text .text-title {
		margin-bottom: 20px;
		font-size: 26px;
		line-height: 1.4;
	}
}

.business_legacy .image-set .set-text .text-detail {
	font-weight: normal;
	font-size: 16px;
	line-height: 32px;
	text-align: left;
	color: #000;
}

.business_legacy .image-set .set-text .text-option {
	margin-top: 34px;
	padding: 37px 50px;
	background: #fff;
}

@media screen and (max-width: 767px) {
	.business_legacy .image-set .set-text .text-option {
		padding: 23px;
	}
}

.business_legacy .image-set .set-text .text-option .option-title {
	margin-bottom: 12px;
	font-weight: 600;
	font-size: 16px;
	line-height: 32px;
	text-align: left;
	color: #000;
}

@media screen and (max-width: 767px) {
	.business_legacy .image-set .set-text .text-option .option-title {
		font-size: 14px;
		line-height: 1.4;
	}
}

.business_legacy .image-set .set-text .text-option .option-list {}

.business_legacy .image-set .set-text .text-option .option-list li {
	position: relative;
	padding-left: 23px;
	line-height: 32px;
}

@media screen and (max-width: 767px) {
	.business_legacy .image-set .set-text .text-option .option-list li {
		margin-bottom: 8px;
		padding-left: 15px;
		line-height: 1.6;
	}
}

.business_legacy .image-set .set-text .text-option .option-list li:before {
	content: "・";
	position: absolute;
	left: 0;
	top: 0;
}

.business_legacy .logo-set {
	position: relative;
	text-align: center;
	margin-bottom: 110px;
	padding-top: 42px;
}

@media screen and (max-width: 767px) {
	.business_legacy .logo-set {
		margin-bottom: 80px;
		padding-top: 30px;
	}
}

.business_legacy .logo-set:before {
	content: "";
	position: absolute;
	left: 50%;
	top: 0;
	z-index: 1;
	transform: translateX(-50%);
	display: block;
	width: 142px;
	height: 5px;
	background: #e60010;
}

@media screen and (max-width: 767px) {
	.business_legacy .logo-set:before {
		width: 122px;
		height: 4px;
	}
}

.business_legacy .logo-set .set-title {
	margin-bottom: 40px;
	font-weight: bold;
	font-size: 30px;
	letter-spacing: 0.04em;
	text-align: center;
	color: #000;
}

@media screen and (max-width: 767px) {
	.business_legacy .logo-set .set-title {
		margin-bottom: 26px;
		font-size: 26px;
	}
}

.business_legacy .logo-set .set-photo {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	gap: 50px;
}

.business_legacy .logo-set .set-photo img {
	width: auto;
	height: 70px;
}

.business_legacy .logo-set .set-photo.sec {
	margin-top: 50px;
}

@media screen and (max-width: 767px) {
	.business_legacy .logo-set .set-photo {
		flex-direction: column;
		gap: 30px;
	}

	.business_legacy .logo-set .set-photo.sec {
		margin-top: 30px;
	}

	.business_legacy .logo-set .set-photo img {
		height: auto;
	}

	.business_legacy .logo-set .set-photo img {
		max-width: 227px;
	}

	.business_legacy .logo-set .set-photo .sec img {
		max-width: 140px;
	}

	.business_legacy .logo-set .set-photo .fifth img {
		max-width: 300px
	}
}

.business_legacy .contact-set {
	position: relative;
	max-width: 1200px;
	margin: 0 auto;
	padding-top: 44px;
	padding-bottom: 66px;
	border-top: 1px solid #c6c6c6;
	border-bottom: 1px solid #c6c6c6;
}

@media screen and (max-width: 767px) {
	.business_legacy .contact-set {
		padding-top: 27px;
		padding-bottom: 41px;
		margin: 0 20px;
	}
}

.business_legacy .contact-set:before {
	content: "";
	position: absolute;
	left: 50%;
	top: 0;
	z-index: 1;
	transform: translateX(-50%);
	display: block;
	width: 120px;
	height: 5px;
	background: #e60010;
}

@media screen and (max-width: 767px) {
	.business_legacy .contact-set:before {
		width: 106px;
		height: 4px;
	}
}

.business_legacy .contact-set .set-title {
	margin-bottom: 27px;
	font-weight: bold;
	font-size: 30px;
	letter-spacing: 0.04em;
	line-height: 47px;
	text-align: center;
	color: #000;
}

@media screen and (max-width: 767px) {
	.business_legacy .contact-set .set-title {}
}

.business_legacy .contact-set .set-detail {
	font-weight: 500;
	font-size: 22px;
	letter-spacing: 0.08em;
	line-height: 47px;
	text-align: center;
	color: #e60010;
}

@media screen and (max-width: 767px) {
	.business_legacy .contact-set .set-detail {
		font-size: 18px;
		line-height: 1;
	}
}