@charset "utf-8";
/*==================================================
	【サブ】ページ固有のスタイル
==================================================*/
#rehabilitation .bg_gray::after {
	content: "REHABILITATION ROOM";
	position: absolute;
	right: calc(((100vw - 100%) / 2) * -1);
	top: -35px;
	color: #fff;
	font-size: 85px;
	font-family: var(--font-com);
	z-index: -1;
}
@media only screen and (max-width: 1360px) {  /* タブレット以下 */
	#rehabilitation .bg_gray::after {
		font-size: 70px;
		top: -30px;
	}
}
@media only screen and (max-width: 1150px) {  /* タブレット以下 */
	#rehabilitation .bg_gray::after {
		right: -25px;
	}
}
#rehabilitation .group_list .box {
	margin-bottom: 70px;
}
#rehabilitation .group_list .box .row:not(:last-of-type) {
	margin-bottom: 70px;
}
#rehabilitation .group_list .box .row .img {
	width: 320px;
}
#rehabilitation .group_list .box .row .info {
	width: 730px;
}
#rehabilitation .group_list .box .row .info h4.sub {
	border-color: #f7f7f7;
	margin-bottom: 30px;
}
#rehabilitation .group_list .box .row .info h5.sub.mt {
	margin-top: 30px;
}
#rehabilitation .group_list .box .row .info h5.sub {
	margin-bottom: 30px;
}
#rehabilitation .group_list .box .row .info .txt {
	line-height: 1.7;
}
@media print, screen and (min-width: 769px){ /* PCのみ */
}
@media print, screen and (min-width: 641px){ /* PC・タブレット */
	#rehabilitation .group_list .box .row:nth-of-type(even) .img {
		order: 2;
	}
	#rehabilitation .group_list .box:nth-of-type(even) .row .img {
		order: 2;
	}
	#rehabilitation .group_list .box:nth-of-type(even) .row:nth-of-type(even) .img {
		order: 1;
	}
	#rehabilitation .group_list .box .row:nth-of-type(even) .info {
		order: 1;
	}
	#rehabilitation .group_list .box:nth-of-type(even) .row .info {
		order: 1;
	}
	#rehabilitation .group_list .box:nth-of-type(even) .row:nth-of-type(even) .info {
		order: 2;
	}
}
@media only screen and (max-width: 768px) and (min-width: 641px){ /* タブレットのみ */
}
@media only screen and (max-width: 768px) {  /* タブレット以下 */
	#rehabilitation .bg_gray::after {
		font-size: 40px;
		top: -15px;
	}
	#rehabilitation .group_list .box .row:not(:last-of-type) {
		margin-bottom: 50px;
	}
	#rehabilitation .group_list .box .row .img {
		width: 28%;
	}
	#rehabilitation .group_list .box .row .info {
		width: 70%;
	}
	#rehabilitation .group_list .box .row .info h4.sub {
		margin-bottom: 20px;
	}
	#rehabilitation .group_list .box .row .info h5.sub {
		margin-bottom: 20px;
	}
	#rehabilitation .group_list .box .row .info h5.sub.mt {
		margin-top: 20px;
	}
}
@media only screen and (max-width: 640px){ /* スマホ */
	#rehabilitation .bg_gray::after {
		font-size: 15px;
		top: -6px;
	}
	#rehabilitation h3.sub {
		font-size: 23px;
	}
	#rehabilitation .group_list .box .row .img {
		width: 40%;
		margin: 0 auto 15px;
	}
	#rehabilitation .group_list .box .row .info {
		width: 100%;
	}
}