@charset "utf-8";
section.clinic-rehabilitation {
	position: relative;
	padding: 125px 0 615px;
	width: 100%;
	overflow: hidden;
}
section.clinic-rehabilitation .clinic-bg{
	position: absolute;
	top: 0;
	left: 50%;
	display: block;
	width: 150%;
	height: 100%;
	object-fit: cover;
	object-position: center;
	z-index: 0;
	transform: translateX(-50%);
}

section.clinic-rehabilitation .clinic-catch {
	position: relative;
	width: 100%;
	max-width: 1160px;
	padding: 35px 30px;
	background: #e08a09;
	border-radius: 5px;
	color: #FFFFFF;
	margin:0 auto 60px;
	z-index: 5;
}

section.clinic-rehabilitation .clinic-catch-title {
	font: bold 24px/36px 'Noto Serif', serif;
	letter-spacing: 2.4px;
}

section.clinic-rehabilitation .clinic-catch-text {
	font: 500 18px/36px 'Noto Sans JP', sans-serif;
	letter-spacing: 1.8px;
}

section.clinic-rehabilitation .clinic-content-wrap {
	position: relative;
	display: flex;
	align-items:baseline;
	justify-content: center;
	max-width: 1440px;
	margin: 0 auto;
	flex-wrap: wrap;
	z-index: 10;
}

section.clinic-rehabilitation .clinic-content {
	width: 540px;
	padding: 50px 50px 70px;
	background-color: #fff;
	border-radius: 5px;
	border: 1px solid #e08a09;
}

section.clinic-rehabilitation .clinic-content:not(:last-child) {
	margin-bottom: 125px;
}

section.clinic-rehabilitation .clinic-content:nth-child(2n) {
	transform: translateY(50%);
	margin-left: 80px;
}

section.clinic-rehabilitation .clinic-content h2 {
	font: bold 34px/34px 'Noto Serif', serif;
	letter-spacing: 3.4px;
	color: #080402;
	margin-bottom: 30px;
}

section.clinic-rehabilitation .clinic-content-img {
	display: block;
	width: 100%;
	height: auto;
	margin-bottom: 30px;
}

section.clinic-rehabilitation .clinic-content h3 {
	font: 400 16px/30px 'Noto Sans JP', sans-serif;
	color: #080402
}

@media screen and (max-width:1200px){
	section.clinic-rehabilitation {
		padding: 40px 25px 50px;
	}
	section.clinic-rehabilitation .clinic-bg{
		left: 0;
		display: block;
		width: 100%;
		height: 100%;
		object-fit: cover;
		object-position: center;
		z-index: 0;
		transform: translateX(0);
	}
	
	section.clinic-rehabilitation .clinic-content-wrap {
		flex-flow: column;
		justify-content: center;
		max-width:600px;
		flex-wrap: nowrap;
		z-index: 10;
	}
	
	section.clinic-rehabilitation .clinic-content {
		width: 100%;
		padding: 20px 20px 30px;
	}
	
	section.clinic-rehabilitation .clinic-content:not(:last-child) {
		margin-bottom: 30px;
	}
	
	section.clinic-rehabilitation .clinic-content:nth-child(2n) {
		transform: translateY(0);
		margin-left: 0;
	}
	
	section.clinic-rehabilitation .clinic-content h2 {
		font: bold 22px/22px 'Noto Serif', serif;
		letter-spacing: 2.2px;
		margin-bottom: 18px;
	}
	
	section.clinic-rehabilitation .clinic-content-img {
		margin-bottom: 18px;
	}
	
}