﻿/* ------------------------------------------
メインビジュアル
------------------------------------------ */
.mv-visual.mv-stroke .mv-visual_img {
	background: url("../../images/stroke-rehabilitation-center/stroke-rh-mv.jpg") center center no-repeat;
	background-size: cover;
}

/* ------------------------------------------
脳卒中リハページの共通設定
------------------------------------------ */
#stroke-rehabilitation-center .contents {
	width: 80%;
	border-left: solid 1px #ccc;
	padding: 100px 0 0;
}

@media only screen and (max-width: 769px) {
	#stroke-rehabilitation-center .contents {
		width: 100%;
		padding: 50px 0 0;
	}
}

#stroke-rehabilitation-center .stroke-rh-wrap {
	position: relative;
	display: flex;
	flex-wrap: wrap;
	border-bottom: solid 1px #ccc;
}

section#stroke-rh-sec02,
section#stroke-rh-sec03,
section#stroke-rh-sec04,
section#stroke-rh-sec05,
section#stroke-rh-sec06 {
	padding: clamp(3.1rem, calc(0.96rem + 4.44vw), 6.3rem) clamp(5rem, calc(1.66rem + 6.94vw), 10rem);
}

@media only screen and (max-width: 769px) {

	section#stroke-rh-sec02,
	section#stroke-rh-sec03,
	section#stroke-rh-sec04,
	section#stroke-rh-sec05,
	section#stroke-rh-sec06 {
		padding: 80px 3%;
	}
}

#stroke-rehabilitation-center .contents section .stroke-rh-inner {
	max-width: 70%;
	margin: auto;
}

@media only screen and (max-width: 769px) {
	#stroke-rehabilitation-center .contents section .stroke-rh-inner {
		max-width: 80%;
	}
}

#stroke-rehabilitation-center .contents section:nth-child(even) {
	background: #fffdef;
}

#stroke-rehabilitation-center .contents section h3 {
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	font-size: clamp(1.5rem, calc(0.83rem + 1.38vw), 2.5rem);
	font-weight: bold;
	text-align: center;
	margin: 0 0 clamp(2.5rem, calc(0.83rem + 3.47vw), 5rem);
}

#stroke-rehabilitation-center .contents section h4 {
	font-size: clamp(1.13rem, calc(0.88rem + 0.51vw), 1.5rem);
	font-weight: bold;
	text-align: center;
	margin: 0 0 clamp(2.5rem, calc(0.83rem + 3.47vw), 5rem);
}

@media only screen and (max-width: 769px) {
	#stroke-rehabilitation-center .contents section h4 {
		font-size: clamp(1rem, calc(0.9rem + 0.46vw), 1.13rem);
	}
}

.stroke-rh-txt,
.stroke-rh-img {
	text-align: center;
}

@media only screen and (max-width: 769px) {

	.stroke-rh-txt,
	.stroke-rh-img {
		text-align: left;
	}
}

.stroke-rh-txt {
	margin: 0 auto 3.75rem;
}

.link-btn {
	display: block;
	background: #d6f6f5;
	border: solid 3px #d6f6f5;
	padding: 13px;
	width: 200px;
	font-weight: bold;
	margin: auto;
	position: relative;
	line-height: 1;
	transition: all .5s;
}

@media (min-width: 770px) {
	.link-btn:hover {
		background: initial;
	}
}

.link-btn::after {
	content: "";
	background-image: url(../../images/guide/icon_arrow.png);
	background-size: 6px 10px;
	width: 6px;
	height: 10px;
	margin-left: 30px;
	display: inline-block;
}

/* ------------------------------------------
サイドメニュー
------------------------------------------ */
#stroke-rehabilitation-center .sidebar {
	width: 20%;
	padding: 0 1%;
}

@media only screen and (max-width: 769px) {
	#stroke-rehabilitation-center .sidebar {
		width: 100%;
		display: none;
	}
}

#stroke-rehabilitation-center .sidebar-in {
	position: sticky;
	top: 0;
	padding: 100px 0 0;
}

#stroke-rehabilitation-center .sidebar .sidebar-menu {
	display: flex;
	justify-content: center;
}

#stroke-rehabilitation-center .sidebar .sidebar-menu li {
	margin: 0 0 40px;
	line-height: 1;
}

#stroke-rehabilitation-center .sidebar .sidebar-menu a {
	font-size: clamp(0.7rem, calc(0.36rem + 0.69vw), 1.2rem);
	position: relative;
	font-weight: bold;
	transition: all .5s;
}

#stroke-rehabilitation-center .sidebar .sidebar-menu a::after {
	content: "";
	position: absolute;
	width: 3px;
	height: 100%;
	background: #98c43c;
	top: 0;
	left: 5px;
	opacity: 0;
	transition: all .5s;
}

#stroke-rehabilitation-center .sidebar .sidebar-menu a:hover::after {
	left: -8px;
	opacity: 1;
}

/* ------------------------------------------
メインコンテンツ
------------------------------------------ */
/* もう一度、「動ける日常」へ（脳卒中リハビリテーションセンターとは） */
#stroke-rehabilitation-center section.about-stroke-rh-center {
	padding: 100px clamp(4rem, calc(1.33rem + 5.55vw), 8rem) 0 clamp(3.1rem, calc(0.96rem + 4.44vw), 6.3rem);
	margin: -100px auto 0;
}

@media only screen and (max-width: 769px) {
	#stroke-rehabilitation-center section.about-stroke-rh-center {
		padding: 100px 3% 0;
	}
}

#stroke-rehabilitation-center .about-stroke-rh-center .about-wrap {
	display: flex;
}

@media only screen and (max-width: 769px) {
	#stroke-rehabilitation-center .about-stroke-rh-center .about-wrap {
		display: block;
	}
}

#stroke-rehabilitation-center .about-stroke-rh-center .about-wrap .about-txt {
	width: 58%;
	flex-shrink: 0;
}

@media only screen and (max-width: 769px) {
	#stroke-rehabilitation-center .about-stroke-rh-center .about-wrap .about-txt {
		width: 100%;
	}
}

#stroke-rehabilitation-center .about-stroke-rh-center .about-wrap .about-txt h2 {
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	font-size: clamp(1.5rem, calc(0.63rem + 1.8vw), 2.8rem);
	font-weight: bold;
	line-height: 1;
	color: #61c1be;
	margin: 0 0 clamp(1.3rem, calc(0.5rem + 1.66vw), 2.5rem);
}

@media only screen and (max-width: 769px) {
	#stroke-rehabilitation-center .about-stroke-rh-center .about-wrap .about-txt h2 {
		font-size: clamp(1.25rem, calc(1.07rem + 0.9vw), 1.5rem);
	}
}

#stroke-rehabilitation-center .about-stroke-rh-center .about-wrap .about-txt p {
	font-size: clamp(1rem, calc(0.73rem + 0.55vw), 1.4rem);
	margin: 0 0 clamp(1.3rem, calc(0.5rem + 1.66vw), 2.5rem);
}

#stroke-rehabilitation-center .about-stroke-rh-center .about-wrap .about-img {
	width: 42%;
}

@media only screen and (max-width: 769px) {
	#stroke-rehabilitation-center .about-stroke-rh-center .about-wrap .about-img {
		width: 70%;
		margin: auto;
	}
}

/* 脳卒中に精通した専門スタッフによるチーム医療 */
#stroke-rehabilitation-center .stroke-rh-team .stroke-rh-img:first-of-type {
	margin: 0 auto 1.75rem;
}

/* 歯科と連携したリハビリ栄養・口腔ケア */
.dentistry .dentistry-images {
	display: flex;
	align-items: end;
}

@media only screen and (max-width: 769px) {
	.dentistry .dentistry-images {
		flex-wrap: wrap;
		justify-content: center;
	}
}

.dentistry .dentistry-images .dentistry-images-item {
	flex: 1 1 0;
	transition: flex-grow 1s ease;
}

@media only screen and (max-width: 769px) {
	.dentistry .dentistry-images .dentistry-images-item {
		flex: unset;
		width: 80%;
		margin: 0 0 10px;
	}
}

.dentistry .dentistry-images .dentistry-images-item img {
	width: 100%;
	display: block;
}

@media (min-width: 770px) {
	.dentistry .dentistry-images .dentistry-images-item:hover {
		flex-grow: 1.7;
		/* 値を大きくするほど広がる */
	}
}

/* ロボット × 療法士 */
#stroke-rehabilitation-center .robot-slide {
	position: relative;
	max-width: 70%;
	margin: 0 auto 50px;
	z-index: 0;
}

@media only screen and (max-width: 769px) {
	#stroke-rehabilitation-center .robot-slide {
		max-width: 100%;
	}
}

#stroke-rehabilitation-center .robot-slide .swiper-button-prev,
#stroke-rehabilitation-center .robot-slide .swiper-button-next {
	color: #98c43c;
}

#stroke-rehabilitation-center .robot-slide .swiper-button-prev {
	left: -50px;
}

#stroke-rehabilitation-center .robot-slide .swiper-button-next {
	right: -50px;
}

@media only screen and (max-width: 769px) {
	#stroke-rehabilitation-center .robot-slide .swiper-button-prev {
		left: 0;
	}

	#stroke-rehabilitation-center .robot-slide .swiper-button-next {
		right: 0;
	}
}

#stroke-rehabilitation-center .robot-slide .swiper-pagination {
	bottom: -30px;
}

#stroke-rehabilitation-center .robot-slide .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
	background: #98c43c;
}

#stroke-rehabilitation-center .robot-slide .swiper-slide p {
	position: absolute;
	bottom: 0;
	right: 10px;
	color: #fff;
	font-weight: bold;
	text-shadow: 0px 0px 10px rgba(0, 0, 0, 1);
}

/* 脳卒中リハビリ実績 */
.achievement {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin: 0 auto 30px;
}

.achievement .achievement-item {
	width: calc(33% - 5px);
	text-align: center;
	background: #d6f6f5;
	line-height: 1;
	padding: 40px 20px;
	margin: 0 0 10px;
	font-weight: bold;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	transition: all .5s;
}

@media only screen and (max-width: 769px) {
	.achievement .achievement-item {
		width: 80%;
		padding: 40px 20px;
		margin: 0 auto 10px;
	}
}

@media (min-width: 770px) {
	.achievement .achievement-item:hover {
		box-shadow: 0px 5px 15px 0px rgba(0, 0, 0, 0.35);
	}
}

.achievement .achievement-num {
	width: 100%;
	font-size: clamp(1.6rem, calc(1.33rem + 0.55vw), 2rem);
	margin: 0 0 20px;
}

.achievement .achievement-num span {
	font-size: clamp(2.8rem, calc(0.93rem + 3.88vw), 5.6rem);
}

.achievement .achievement-ttl {
	width: 100%;
	font-size: clamp(1.3rem, calc(1.1rem + 0.41vw), 1.6rem);
}

@media only screen and (max-width: 769px) {
	.achievement .achievement-ttl {
		font-size: clamp(1.1rem, calc(0.95rem + 0.7vw), 1.3rem);
	}
}

.remarks {
	font-size: 12px;
}

.remarks dl {
	display: flex;
}

.remarks dt {
	flex-shrink: 0;
}