@charset "utf-8";
/*------------------------------------------------------------
	wellness
------------------------------------------------------------*/
.wellness-page {
	background: #fff;
	color: #222;
	font-style: normal;
	letter-spacing: 0.05em;
}
.wellness-page .content {
	box-sizing: border-box;
	width: min(1100px, calc(100% - 40px));
	margin-right: auto;
	margin-left: auto;
}
.wellness-pageVisual {
	height: 250px;
	background: linear-gradient(90deg, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0) 50%), url("../img/wellness/page_img.jpg") center 42% / cover no-repeat;
}
.wellness-pageVisual .content {
	display: flex;
	align-items: center;
	height: 100%;
}
.wellness-pageVisual .headLine01 {
	color: #fff;
	font-size: 3rem;
	font-weight: 700;
	line-height: 1.5;
	letter-spacing: 0.1em;
}
.wellness-pageVisual .headLine01 .en {
	display: block;
	margin-top: 2px;
	font-family: "Poppins", sans-serif;
	font-size: 1.2rem;
	font-weight: 500;
	line-height: 1.5;
	letter-spacing: 0.3em;
}
.wellness-content {
	padding-top: 0;
	padding-bottom: 160px;
}
.wellness-section + .wellness-section {
	margin-top: 100px;
}
.wellness-heading {
	position: relative;
	margin-bottom: 38px;
	padding-left: 21px;
	color: #222;
	font-size: 2rem;
	font-weight: 400;
	line-height: 1.8;
	letter-spacing: 0.05em;
}
.wellness-heading::before {
	position: absolute;
	top: 0.3em;
	left: 0;
	width: 1px;
	height: 30px;
	background: #d32d36;
	content: "";
}
.wellness-lead {
	font-size: 1.5rem;
	line-height: 1.8;
	letter-spacing: 0.05em;
}
.wellness-lead + .wellness-lead {
	margin-top: 0.4em;
}
.wellness-pillList {
	display: grid;
	grid-template-columns: repeat(3, 340px);
	justify-content: center;
	gap: 10px;
	margin-top: 50px;
}
.wellness-pillList li {
	display: flex;
	align-items: center;
	justify-content: center;
	min-height: 60px;
	padding: 12px 18px;
	border-radius: 10px;
	background: linear-gradient(260deg, #d32d36 0%, #f78f68 100%);
	color: #fff;
	font-size: 1.6rem;
	font-weight: 700;
	line-height: 1.6;
	text-align: center;
}
.wellness-signature {
	margin-top: 22px;
	font-size: 1.5rem;
	line-height: 1.8;
	text-align: right;
}
.wellness-concept {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 400px));
	justify-content: center;
	gap: 16px;
	margin-bottom: 30px;
}
.wellness-concept__item {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	min-height: 100px;
	padding: 18px;
	border-radius: 10px;
	background: linear-gradient(256deg, #d32d36 0%, #f78f68 100%);
	color: #fff;
	text-align: center;
}
.wellness-concept__item span {
	margin-bottom: 8px;
	font-size: 1.6rem;
	font-weight: 500;
	line-height: 1.5;
}
.wellness-concept__item strong {
	font-size: 2rem;
	font-weight: 700;
	line-height: 1.6;
}
.wellness-figure {
	display: block;
	width: 100%;
	margin: 0;
}
.wellness-figure--chart {
	max-width: 980px;
	margin-right: auto;
	margin-left: auto;
}
.wellness-figure--map {
	max-width: 1100px;
}
.wellness-figure img {
	display: block;
	width: 100%;
	height: auto;
}
.wellness-zoomButton {
	display: none;
}
.wellness-section--link {
	margin-top: 76px;
}
.wellness-linkLine {
	position: relative;
	box-sizing: border-box;
	width: calc(100% - 40px);
	min-height: 35px;
	margin-left: 20px;
	padding-bottom: 7px;
	border-bottom: none;
}
.wellness-linkLine::after {
	position: absolute;
	bottom: 0;
	left: 0;
	display: block;
	width: 100%;
	height: 1px;
	background-color: #ccc;
	content: "";
}
.wellness-pdfLink {
	display: inline-flex;
	align-items: center;
	gap: 4px;
	color: #d32d36 !important;
	font-size: 1.5rem;
	line-height: 27px;
	letter-spacing: 0.05em;
	text-decoration: none;
	transition: opacity 0.3s ease;
}
.wellness-pdfLink:link,
.wellness-pdfLink:visited,
.wellness-pdfLink span,
.wellness-pdfLink small {
	color: #d32d36 !important;
}
.wellness-pdfLink span {
	text-decoration: underline;
	text-underline-offset: 2px;
}
.wellness-pdfLink:hover {
	opacity: 0.65;
}
.wellness-pdfLink small {
	display: inline-flex;
	align-items: center;
	gap: 4px;
	font-size: 1.2rem;
	line-height: 27px;
	text-decoration: none;
}
.wellness-pdfLink .icon-pdf {
	display: block;
	flex: 0 0 12px;
	width: 12px !important;
	height: 15px !important;
	max-width: none;
	object-fit: contain;
}
@media all and (max-width: 896px) {
	.wellness-content {
		padding-top: 0;
		padding-bottom: 90px;
	}
	.wellness-pageVisual {
		height: 150px;
	}
	.wellness-pageVisual .headLine01 {
		font-size: 2.4rem;
	}
	.wellness-pageVisual .headLine01 .en {
		font-size: 1rem;
	}
	.wellness-section + .wellness-section {
		margin-top: 62px;
	}
	.wellness-heading {
		margin-bottom: 24px;
		font-size: 1.8rem;
	}
	.wellness-lead {
		font-size: 1.4rem;
		line-height: 1.9;
	}
	.wellness-pillList {
		grid-template-columns: 1fr;
		gap: 10px;
		margin-top: 30px;
	}
	.wellness-pillList li {
		min-height: 60px;
		font-size: 1.6rem;
	}
	.wellness-signature {
		margin-top: 18px;
		font-size: 1.3rem;
		text-align: left;
	}
	.wellness-concept {
		grid-template-columns: 1fr;
		gap: 10px;
		margin-bottom: 24px;
	}
	.wellness-concept__item {
		min-height: 76px;
	}
	.wellness-concept__item span {
		font-size: 1.3rem;
	}
	.wellness-concept__item strong {
		font-size: 1.6rem;
	}
	.wellness-zoomButton {
		display: flex;
		align-items: center;
		justify-content: center;
		gap: 8px;
		box-sizing: border-box;
		width: fit-content;
		min-width: 146px;
		min-height: 42px;
		margin: 18px auto 0;
		padding: 10px 22px;
		border: 1px solid #d32d36;
		border-radius: 21px;
		background-color: #fff;
		color: #d32d36;
		font-size: 1.4rem;
		font-weight: 700;
		line-height: 1.4;
	}
	.wellness-zoomButton::before {
		display: block;
		width: 15px;
		height: 15px;
		background: linear-gradient(90deg, transparent 6px, #d32d36 6px, #d32d36 9px, transparent 9px), linear-gradient(0deg, transparent 6px, #d32d36 6px, #d32d36 9px, transparent 9px);
		content: "";
	}
	.wellness-section--link {
		margin-top: 62px;
	}
	.wellness-linkLine {
		width: 100%;
		min-height: 35px;
		margin-left: 0;
	}
	.wellness-pdfLink {
		align-items: flex-start;
		font-size: 1.4rem;
		line-height: 27px;
	}
	.wellness-pdfLink small {
		padding-top: 0.1em;
	}
}
