@charset "utf-8";
/* staff.css */


#staff {
	background-image: 
		linear-gradient(to bottom, rgba(255, 255, 255, 0) 500px, rgba(255, 255, 255, 1) 820px),
		url("../images/bg_02.jpg");
	background-repeat: no-repeat;
	background-position: top center;
	background-size: 100% auto;
	background-color: #fff;
}
@media screen and (max-width: 640px) {
	#staff {
		background-image: 
			linear-gradient(to bottom, rgba(255, 255, 255, 0) 500px, rgba(255, 255, 255, 1) 820px),
			url("../images/bg_02.jpg");
		background-repeat: no-repeat;
		background-position: top center;
		background-size: 300% auto;
		background-color: #fff;
	}
}





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

	院長からのご挨拶

==================================================================*/
.staff_feaddoctor {
	margin-bottom: 90px;
}
.staff_feaddoctor .inner {
	display: flex;
	gap: 80px;
	align-items: flex-start;
	margin-top: 80px;
}
@media screen and (max-width: 640px) {
	.staff_feaddoctor {
		margin-bottom: 60px;
	}
	.staff_feaddoctor .inner {
		flex-direction: column;
		gap: 40px;
		margin-top: 40px;
	}
	.staff_feaddoctor h3 {line-height: 1.9; letter-spacing: 1px;}
	.staff_feaddoctor h3 em {line-height: 1; letter-spacing: 4px;}
}


/*------------------------------ 左 ------------------------------*/
.staff_feaddoctor .left {
	width: 400px;
}

.staff_feaddoctor figure {
	width: 100%;
	flex-shrink: 0;
	margin-bottom: 40px;
}
.staff_feaddoctor figure img {
	width: 100%;
	height: auto;
}

.staff_feaddoctor dl {
	text-align: center;
	font-family: "Shippori Mincho B1", serif;
}
.staff_feaddoctor dt {
	font-size: 17px;
	letter-spacing: 4px;
	color: var(--color-gold);
	margin-bottom: 5px;
}
.staff_feaddoctor dd {
	font-size: 28px;
	letter-spacing: 4px;
	margin-bottom: 5px;
}
.staff_feaddoctor dd span {
	display: block;
	font-size: 13px;
	letter-spacing: 3px;
}
@media screen and (max-width: 640px) {
	.staff_feaddoctor .left {
		width: 100%;
	}
	.staff_feaddoctor figure {
		margin-bottom: 24px;
	}
	.staff_feaddoctor dt {
		margin-bottom: 0;
	}
	.staff_feaddoctor dd {
	}
}


/*------------------------------ 右 ------------------------------*/
.staff_feaddoctor .right {
	flex: 1;
}
.staff_feaddoctor .right h4 {
	font-size: 22px;
	line-height: 2.2;
	margin-bottom: 10px;
	color: var(--color-blue);
}
.staff_feaddoctor .right h4:first-child {
	margin-top: 0;
}
@media screen and (max-width: 640px) {
	.staff_feaddoctor .right h4 {
		font-size: 21px;
		line-height: 1.9;
	}
}




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

	動画セクション

==================================================================*/
.movie {
	margin-bottom: 90px;
}
.movie_inner {
	display: flex;
	justify-content: center;
}
.movie_wrap {
	width: 70%;
	aspect-ratio: 16 / 9;
	position: relative;
}
.movie_wrap iframe {
	position: absolute;
	top: 0; left: 0;
	width: 100%;
	height: 100%;
}
@media screen and (max-width: 640px) {
	.movie { margin-bottom: 60px; }
	.movie_wrap { width: 100%; }
}




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

	院長プロフィール

==================================================================*/
.staff_profile {
	margin-bottom: 90px;
}
.staff_profile .inner {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 30px;
	margin-top: 60px;
}


.staff_profile .box {
	background: #f9f7f5;
	padding: 30px 35px;
	box-sizing: border-box;
}
.staff_profile .box--full {
	grid-column: 1 / -1;
}


.staff_profile h4 {
	font-size: 22px;
	margin-top: 5px;
	margin-bottom: 10px;
	padding-bottom: 20px;
	border-bottom: 1px solid #e0dbd3;
}
.staff_career {
	display: grid;
	grid-template-columns: 80px 1fr;
	gap: 0;
}
.staff_career dt,
.staff_career dd {
	padding: 10px 0;
	border-bottom: 1px solid #e8e4dc;
	line-height: 1.7;
}
.staff_career dt { color: var(--color-gold); }
.staff_career dt:last-of-type,
.staff_career dd:last-of-type { border-bottom: none; }
.staff_list {
	margin-top: 20px;
}
.staff_list li {
	position: relative;
	padding-left: 16px;
	margin-bottom: 10px;
	line-height: 1.7;
}
.staff_list li::before {
	position: absolute; content: '';
	left: 0; top: 12px;
	width: 5px; height: 5px;
	border-radius: 50%;
	background: var(--color-gold-light);
}

.staff_profile .box:nth-of-type(2) .staff_list {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
}

.staff_profile .box--full h4 {
	margin-bottom: 20px;
}
@media screen and (max-width: 640px) {
	.staff_profile {
		margin-bottom: 60px;
	}
	.staff_profile .inner {
		grid-template-columns: 1fr;
		gap: 16px;
		margin-top: 40px;
	}
	.staff_profile .box {
		padding: 20px;
	}
	.staff_profile .box--full {
		grid-column: auto;
	}
	.staff_profile h4 {
		font-size: 20px;
		padding-bottom: 10px;
	}
	.staff_profile .box:nth-of-type(2) .staff_list {
		grid-template-columns: 1fr;
	}
	.staff_list li::before {
		top: 11px;
	}
}




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

	歯科医師紹介

==================================================================*/
.staff_doctor {
	padding: 80px 0 90px;
}
.staff_doctor_lead {
	margin-bottom: 50px;
	line-height: 1.9;
}
.staff_doctor_list {
	display: flex;
	gap: 40px;
}
.staff_doctor_list li {
	flex: 1;
	overflow: hidden;
	display: flex;
	flex-direction: column;
}
.staff_doctor_list figure img {
	width: 100%;
	height: 400px;
	object-fit: cover;
	object-position: top;
}
.staff_doctor_box {
	flex: 1;
	padding: 30px;
	background: #fff;
	line-height: 1.9;
}
@media screen and (max-width: 640px) {
	.staff_doctor { padding: 60px 0; }
	.staff_doctor_lead { margin-bottom: 30px; }
	.staff_doctor_list { flex-direction: column; gap: 24px; }
	.staff_doctor_list figure img { height: 240px; }
	.staff_doctor_box { padding: 20px; }
}




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

	スタッフ紹介

==================================================================*/
.staff_team {
	margin-bottom: 90px;
}
.staff_team_lead {
	margin-bottom: 50px;
	line-height: 1.9;
}
.staff_team_img {
	margin-bottom: 50px;
}
.staff_team_img img {
	width: 100%;
	height: auto;
}

.staff_team h4 {
	text-align: center;
	line-height: 2;
	margin-bottom: 50px;
}

.staff_team ul {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 12px 30px;
	margin-bottom: 30px;
}
.staff_team ul li {
	    background: #fff;
    border: 1px solid #e0dbd3;
    padding: 20px 24px;
    display: flex;
    align-items: center;
    gap: 12px;
    font-family: "Shippori Mincho B1", serif;
}
.staff_team ul li::before {
	content: '';
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: var(--color-gold-light);
    flex-shrink: 0;
}
@media screen and (max-width: 640px) {
	.staff_team {
		margin-bottom: 60px;
	}
	.staff_team h3 {line-height: 1.6; letter-spacing: 1px;}
	.staff_team h3 em {line-height: 1; letter-spacing: 4px;}
	.staff_team_lead {
		margin-bottom: 30px;
	}
	.staff_team_img {
		margin-bottom: 30px;
	}
	.staff_team h4 {
		font-size: 18px;
		margin-bottom: 30px;
	}
	.staff_team ul {
		grid-template-columns: 1fr;
		gap: 10px;
		margin-bottom: 20px;
	}
	.staff_team ul li {
		align-items: flex-start;
		padding: 15px 20px;
	}
	.staff_team ul li::before {
		margin-top: 13px;
	}
}







