@charset "utf-8";
/* CSS Document */


/*==================================================================

		$医師紹介ページ　＊　doctor

==================================================================*/

/*------------------------------ 私たちの「治療へのこだわり」 ------------------------------*/
#doctor-policy {
	position: relative;
}
#doctor-policy::before {
	position: absolute; content: "";
	inset: 0;
	background: url("images/bg_01.jpg") no-repeat center top -5px;
	transform: rotate(180deg) scaleX(-1);
	z-index: 0;
}
#doctor-policy .inner {
	position: relative;
	z-index: 1;
	width: 90%;
	max-width: 1300px;
	margin: 0 auto;
	padding: 100px 0;
}
@media screen and (max-width: 640px) {
	#doctor-policy .inner {
		padding: 60px 0;
	}
}


/* ---------- h3 ---------- */
#doctor-policy h3 em {
	padding-left: 20px; /*調整*/
	font-size: 50px;
	font-family: "Shippori Mincho B1", serif;
}
#doctor-policy h3 span {
	margin-top: 40px;
	font-size: 25px;
	letter-spacing: 2px;
	color: var(--color-green-light);
}
@media screen and (max-width: 640px) {
	#doctor-policy h3 em {
		font-size: 24px;
		letter-spacing: 0;
		padding-left: 6px;
	}
	#doctor-policy h3 span {
		font-size: 17px;
		margin-top: 20px;
		letter-spacing: 0;
	}
}


/* ---------- リード文 ---------- */
#doctor-policy > .inner > .text {
	text-align: center;
	margin-bottom: 60px;
	line-height: 2.2;
}
@media screen and (max-width: 640px) {
	#doctor-policy > .inner > .text {
		margin-bottom: 40px;
		line-height: 2;
	}
}


/* ---------- box：写真＋テキスト ---------- */
#doctor-policy .box {
	display: flex;
	align-items: stretch;
	gap: 80px;
	margin-bottom: 60px;
}
#doctor-policy .box:last-child { margin-bottom: 0;}
#doctor-policy .box:nth-child(even) { flex-direction: row-reverse;}
@media screen and (max-width: 640px) {
	#doctor-policy .box {
		flex-direction: column !important;
		gap: 30px;
		margin-bottom: 40px;
	}
}


/* ---------- figure ---------- */
#doctor-policy .box figure {
	flex: 0 0 45%;
	border-radius: 80px 10px 10px 10px;
	overflow: hidden;
	aspect-ratio: 16 / 10;
}
#doctor-policy .box:nth-child(even) figure {
	border-radius: 10px 80px 10px 10px;
}
#doctor-policy .box figure img {
	width: 100%; height: 100%;
	object-fit: cover;
}
@media screen and (max-width: 640px) {
	#doctor-policy .box figure {
		flex: 0 0 auto;
		width: 100%;
		border-radius: 10px 60px 10px 10px !important;
	}
}

/* ---------- dl ---------- */
#doctor-policy .box dl {
	flex: 1;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	justify-content: center;
}
#doctor-policy .box dt {
	font-size: 25px;
	font-family: "Shippori Mincho B1", serif;
	line-height: 1.7;
	letter-spacing: 2px;
	color: var(--color-gold);
	margin-bottom: 20px;
}
@media screen and (max-width: 640px) {
	#doctor-policy .box dt {
		font-size: 20px;
		letter-spacing: 1px;
	}
}


/*------------------------------ ドクター紹介 ------------------------------*/
#doctor-intro {
	position: relative;
	padding: 100px 0 40px;
	background: linear-gradient(to bottom, #f4f3f0, #fff);
}
#doctor-intro .inner {
	width: 90%;
	max-width: 1300px;
	margin: 0 auto;
}
#doctor-intro h3 em {
	color: var(--color-gold);
}
#doctor-intro .text {
	text-align: center;
	line-height: 2.2;
}
@media screen and (max-width: 640px) {
	#doctor-intro {
		padding: 60px 0 0;
	}
	#doctor-intro .text {
		line-height: 2;
	}
}


/* ---------- スライダー ---------- */
#doctor_intro_slide .slider:first-of-type {
	position: absolute;
	bottom: 10px;
	right: 3%;
	width: 20%;
	border-radius: 70px 20px 20px 20px;
	aspect-ratio: 9 / 6;
	overflow: hidden;
}
#doctor_intro_slide .slider:last-of-type {
	position: absolute;
	top: 90px;
	left: 3%;
	width: 300px;
	height: 210px;
	border-radius: 20px 70px 20px 20px;
	overflow: hidden;
}
#doctor_intro_slide .slider img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
#doctor_intro_slide .slider .slick-slide,
#doctor_intro_slide .slider .slick-list,
#doctor_intro_slide .slider .slick-track {
	height: 100%;
}
#doctor_intro_slide .slider .slick-slide > div {
	height: 100%;
}
@media screen and (max-width:1550px) {
	#doctor_intro_slide .slider:first-of-type {
		bottom: 40px;
		width: 13%;
		aspect-ratio: 9 / 8;
	}
	#doctor_intro_slide .slider:last-of-type {
		top: 60px;
		width: 14%;
		height: 170px;
	}
}
@media screen and (max-width: 640px) {
	#doctor_intro_slide {
		display: none;
	}
}

/*------------------------------ 医師紹介 ------------------------------*/
#doctor-greeting {
}
#doctor-greeting .inner {
	width: 90%;
	max-width: 1300px;
	margin: 0 auto;
	display: flex;
	flex-direction: column;
	gap: 80px;
}
@media screen and (max-width: 640px) {
	#doctor-greeting .inner {
		gap: 40px;
	}
}


/* ---------- box ---------- */
#doctor-greeting .box {
	display: flex;
	align-items: stretch;
	gap: 80px;
}
#doctor-greeting .box:nth-child(even) {
	flex-direction: row-reverse;
}
@media screen and (max-width: 640px) {
	#doctor-greeting .box {
		flex-direction: column !important;
		gap: 24px;
	}
}


/* ---------- figure ---------- */
#doctor-greeting .box figure {
	flex: 0 0 30%;
	border-radius: 80px 10px 10px 10px;
	aspect-ratio: 6 / 8;
	overflow: hidden;
}
#doctor-greeting .box:nth-child(even) figure {
	border-radius: 10px 80px 10px 10px;
}
#doctor-greeting .box figure img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
@media screen and (max-width: 640px) {
	#doctor-greeting .box figure {
		flex: 0 0 auto;
		width: 100%;
		aspect-ratio: 4 / 3;
		border-radius: 10px 60px 10px 10px !important;
	}
}


/* ---------- dl ---------- */
#doctor-greeting .box dl {
	flex: 1;
	display: flex;
	flex-direction: column;
	justify-content: center;
}
#doctor-greeting .box dt {
	font-size: 27px;
	font-family: "Shippori Mincho B1", serif;
	line-height: 1.7;
	letter-spacing: 2px;
	color: var(--color-green);
	margin-bottom: 20px;
}
#doctor-greeting .box dd {
	line-height: 2.2;
}
@media screen and (max-width: 640px) {
	#doctor-greeting .box dt {
		font-size: 20px;
		letter-spacing: 1px;
		margin-bottom: 14px;
	}
	#doctor-greeting .box dd {
		line-height: 2;
	}
}





