@charset "UTF-8";
/* -------------------------------------------------- */
/* PC */
/* -------------------------------------------------- */
/* ドクター紹介一覧ページ */
/* -------------------------------------------------- */
.doctorInfo01 {
	margin-bottom: 80px;
}

.doctorInfo01TitBox {
	min-height: 80px;
	display: flex;
	justify-content: space-between;
	align-items: center;
	gap: 30px;
	flex-wrap: wrap;
	padding: 15px 50px;
	background: linear-gradient(45deg, #434039 0, #121212 100%);
}

.doctorInfo01TitBox .tit {
	color: #e9dfb9;
	font-weight: 500;
	font-size: 3rem;
}

.doctorInfo01TitBox .logo {
	display: flex;
	justify-content: flex-end;
	align-items: center;
	gap: 30px;
	margin-inline: auto 0;
}

.doctorInfo01TitBox .logo .item img {
	width: auto;
}

.doctorInfo01TitBox .logo .item.isGinza img {
	max-height: 50px;
}

.doctorInfo01TitBox .logo .item.isFukuoka img {
	max-height: 34px;
}

/* プロフィール */
.doctorInfo01ContentWrap {
	padding: 50px 50px 80px;
	margin-bottom: 80px;
	background: #fff;
}

.doctorInfo01Content {
	border: 1px solid #998a54;
}

.doctorInfo01Content + .doctorInfo01Content {
	margin-top: 50px;
}

.doctorInfo01Content a {
	display: grid;
	grid-template-columns: 1fr 60%;
	grid-gap: 70px;
	padding: 60px 50px;
	position: relative;
}

.doctorInfo01Content .txtBox {
	align-self: center;
	position: relative;
	z-index: 2;
}

.doctorInfo01Content .position {
	margin-bottom: 20px;
	font-weight: 600;
	font-size: 2rem;
}

.doctorInfo01Content .name {
	display: flex;
	flex-direction: column;
	gap: 10px;
	margin-bottom: 40px;
	font-weight: 600;
	font-size: 3.6rem;
}

.doctorInfo01Content .name .en {
	font-weight: 400;
	font-size: 2rem;
}

.doctorInfo01Content .txt {
	font-size: 1.6rem;
	font-family: var(--font-family-sub);
}

/* 画像・大 */
.doctorInfo01Content .imgMain {
	overflow: hidden;
	border-radius: 2px;
	position: relative;
}

.doctorInfo01Content .imgMain img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

/* 画像・小 */
.doctorInfo01Content .imgSub {
	position: absolute;
	left: 35%;
	bottom: 0;
	pointer-events: none;
}

.doctorInfo01Content .imgSub img {
	width: 50%;
}

.doctorInfo01Content .more {
	height: 40px;
	display: flex;
	align-items: center;
	gap: 12px;
	font-weight: 600;
	position: absolute;
	right: 50px;
	bottom: 10px;
}
.doctorInfo01Content .more::after {
	content: "";
	display: block;
	height: 100%;
	aspect-ratio: 1/1;
	border-radius: 50%;
	background: #444 url(../../img/common/icon_clinic_arrow.svg) no-repeat center/25%;
	flex-shrink: 0;
}


/* 顧問 */
/* -------------------------------------------------- */
.doctorInfo02 {
	margin-bottom: 150px;
}

.doctorInfo02Tit {
	text-align: left;
}

/* プロフィール */
.doctorInfo02Content {
	border: 3px solid #000;
	color: #fff;
}

.doctorInfo02Content a {
	display: flex;
	justify-content: flex-end;
	padding-inline: 60px 170px;
	gap: 30px;
	background: url(../../img/doctor/bg_stripe01.png) no-repeat right top, linear-gradient(45deg, #434039 0, #121212 100%);
	position: relative;
}

.doctorInfo02Content .txtBox {
	flex: 1;
	max-width: 450px;
	padding-block: 60px;
	align-self: center;
	position: relative;
	z-index: 2;
}

.doctorInfo02Content .position {
	margin-bottom: 20px;
	font-weight: 600;
	font-size: 2rem;
}

.doctorInfo02Content .name {
	display: flex;
	flex-direction: column;
	gap: 10px;
	margin-bottom: 40px;
	font-weight: 600;
	font-size: 3.6rem;
}

.doctorInfo02Content .name .en {
	font-weight: 400;
	font-size: 2rem;
}

.doctorInfo02Content .txt {
	font-size: 1.6rem;
	font-family: var(--font-family-sub);
}

.doctorInfo02Content .img {
	width: 36%;
	align-self: end;
	margin-bottom: -3px;
}

.doctorInfo02Content .img img {
	max-width: 100%;
	display: block;
	margin-inline: auto;
}

.doctorInfo02Content .more {
	height: 40px;
	display: flex;
	align-items: center;
	gap: 12px;
	font-weight: 600;
	position: absolute;
	right: 55px;
	bottom: 25px;
}
.doctorInfo02Content .more::after {
	content: "";
	display: block;
	height: 100%;
	aspect-ratio: 1/1;
	border-radius: 50%;
	background: #fff url(../../img/common/icon_bk_arrow.svg) no-repeat center/25%;
	flex-shrink: 0;
}


/* -------------------------------------------------- */
/* 詳細ページ */
/* -------------------------------------------------- */
/* プロフィール */
/* -------------------------------------------------- */
#profileSingle {
	padding-block: 0 150px;
}

/* プロフィールトップ */
#profileSingle #profileTop {
	display: grid;
	grid-template-columns: 50% 1fr;
	align-items: center;
	grid-gap: 7%;
	margin-bottom: 50px;
}

#profileSingle #profileImg img {
	width: 100%;
}

#profileSingle #profileClinic {
	margin-bottom: 30px;
	font-weight: 600;
	font-size: 2.4rem;
}

#profileSingle #profileName {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	gap: 5px 30px;
	margin-bottom: 30px;
	font-weight: 600;
	font-size: 3.6rem;
}

#profileSingle #profileName .en {
	font-weight: 400;
	font-size: 2rem;
}

#specialties {
	padding: 30px 0;
	border-top: 1px solid #cac8c8;
	border-bottom: 1px solid #cac8c8;
	font-weight: 400;
	font-size: 1.6rem;
}


#SpecialtiesTit  {
	padding: 5px 10px;
	margin-bottom: 3px;
	width: max-content;
	font-weight: 600;
	display: block;
	background: #FFF;
}

#profileSingle #profileSns {
	margin-top: 30px;
	display: flex;
	align-items: center;
	gap: 15px;
}

#profileSingle #profileSns .profileSnsIcon {
	display: flex;
	justify-content: center;
	align-items: center;
}

#profileSingle #profileLead {
	margin-bottom: 50px;
	font-size: 1.8rem;
	line-height: 2;
}

/* プロフィール詳細 */
#profileSingle #profileSubWrap {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	grid-gap: 60px;
}

#profileSingle .profileSub {
	padding: 35px 40px;
	background: #fff;
}

#profileSingle .profileSub .tit {
	margin-bottom: 25px;
	padding-bottom: 20px;
	border-bottom: 1px solid #cac8c8;
	color: #998a54;
	font-weight: 600;
	font-size: 2.4rem;
}

#profileSingle .profileSub .txt {
	font-size: 1.6rem;
	line-height: 2.2;
	font-family: var(--font-family-sub);
}

#profileSingle .profileSub .txt + .tit {
	margin-top: 60px;
}

/* 経歴 */
#profileSingle .profileSub:has(.history) .tit {
	margin-bottom: 0;
}

#profileSingle .history {
	display: grid;
	grid-template-columns: 75px 1fr;
}

#profileSingle .historyYear,
#profileSingle .historyTxt {
	padding-block: 30px;
	border-bottom: 1px solid #cac8c8;
}

#profileSingle .historyYear:last-of-type,
#profileSingle .historyTxt:last-of-type {
	padding-bottom: 0;
	border-bottom: none;
}

#profileSingle .historyYear {
	display: flex;
	align-items: center;
	font-weight: 600;
	font-size: 1.8rem;
}

#profileSingle .historyTxt {
	font-size: 1.6rem;
	font-family: var(--font-family-sub);
}

#profileSingle .historyTxt p + p {
	margin-top: 10px;
}

#advisor {
	padding: 35px 40px;
	margin-top: 50px;
	background: #FFF;
	border: 3px solid #e9dfb9;
	font-size: 1.6rem;
}

#advisor p {
	padding-bottom: 1em;
}

#advisor ul {
	padding-bottom: 1em;
}

#advisor li {
	display: flex;
	gap: 5px;
}

#advisor li::before {
	content: "";
	width: 10px;
	height: 10px;
	border-radius: 100vw;
	background: #998a54;
	display: inline-block;
	-webkit-transform: translate(0, 0.5em);
	transform: translate(0, 0.5em);
}

#columnBtn {
	padding-top: 60px;
}


/* 担当した最新症例集 */
/* -------------------------------------------------- */
#doctorSinglePage #similarCases {
	margin-bottom: 140px;
	padding-block: 140px 150px;
	background: #fff;
}

#doctorSinglePage #similarCasesBtn {
	margin-top: 100px;
}


/* -------------------------------------------------- */
/* PC(調整) */
/* -------------------------------------------------- */
@media screen and (min-width: 1025px) {
	/* -------------------------------------------------- */
	/* 詳細ページ */
	/* -------------------------------------------------- */
	/* 担当した最新症例集 */
	/* -------------------------------------------------- */
	#doctorSinglePage #similarCasesBtn .btn1Link {
		min-height: 65px;
	}

	#doctorSinglePage #similarCasesBtn .btn1Icon {
		width: 30px;
		height: 30px;
	}

}


/* -------------------------------------------------- */
/* TAB&SP */
/* -------------------------------------------------- */
@media screen and (max-width: 1024px) {
	/* ドクター紹介一覧ページ */
	/* -------------------------------------------------- */
	.doctorInfo01 {
		margin-bottom: 50px;
	}

	.doctorInfo01TitBox {
		min-height: auto;
		padding-inline: 20px;
	}

	.doctorInfo01TitBox .tit {
		font-size: 2rem;
	}

	.doctorInfo01TitBox .logo {
		gap: 20px;
	}

	.doctorInfo01TitBox .logo .item img {
		width: auto;
	}

	.doctorInfo01TitBox .logo .item.isGinza img {
		max-height: 35px;
	}

	.doctorInfo01TitBox .logo .item.isFukuoka img {
		max-height: 25px;
	}

	/* プロフィール */
	.doctorInfo01ContentWrap {
		padding: 20px 3%;
	}

	.doctorInfo01Content + .doctorInfo01Content {
		margin-top: 30px;
	}

	.doctorInfo01Content a {
		grid-template-columns: 1fr;
		grid-gap: 30px;
		padding: 20px max(10px, 5%) 70px;
	}

	.doctorInfo01Content .position {
		margin-bottom: 10px;
		font-size: 1.4rem;
	}

	.doctorInfo01Content .name {
		margin-bottom: 25px;
		font-size: 2.6rem;
	}

	.doctorInfo01Content .name .en {
		font-size: 1.4rem;
	}

	.doctorInfo01Content .txt {
		font-size: 1.4rem;
	}

	/* 画像・大 */
	.doctorInfo01Content .imgMain img {
		height: auto;
		object-fit: fill;
	}

	/* 画像・小 */
	.doctorInfo01Content .imgSub {
		width: 30%;
		max-width: none;
		right: auto;
		left: 5px;
	}

	.doctorInfo01Content .more {
		right: max(20px, 5%);
		bottom: 15px;
	}

	.doctorInfo01Content .imgSub img {
		width: 100%;
	}


	/* 顧問 */
	/* -------------------------------------------------- */
	.doctorInfo02 {
		margin-bottom: 80px;
	}

	/* プロフィール */
	.doctorInfo02Content a {
		display: grid;
		grid-template-columns: 1fr max(40%, 110px);
		grid-gap: 30px 0;
		padding: max(30px, 5%) max(20px, 5%) 0;
		background: url(../../img/doctor/bg_stripe01.png) no-repeat right top/min(70%, 400px), linear-gradient(45deg, #434039 0, #121212 100%);
	}

	.doctorInfo02Content .txtBox {
		grid-column: span 2;
		max-width: none;
		padding-block: 0;
	}

	.doctorInfo02Content .position {
		margin-bottom: 10px;
		font-size: 1.4rem;
	}

	.doctorInfo02Content .name {
		margin-bottom: 25px;
		font-size: 2.6rem;
	}

	.doctorInfo02Content .name .en {
		font-size: 1.4rem;
	}

	.doctorInfo02Content .txt {
		font-size: 1.4rem;
	}

	.doctorInfo02Content .img {
		width: 100%;
	}

	.doctorInfo02Content .more {
		align-self: center;
		margin-inline: auto;
		position: static;
	}


	/* -------------------------------------------------- */
	/* 詳細ページ */
	/* -------------------------------------------------- */
	/* プロフィール */
	/* -------------------------------------------------- */
	#profileSingle {
		padding-bottom: 80px;
	}

	/* プロフィールトップ */
	#profileSingle #profileTop {
		grid-template-columns: 40% 1fr;
		grid-gap: 5%;
		margin-bottom: 30px;
	}

	#profileSingle #profileClinic {
		margin-bottom: 20px;
		font-size: 1.8rem;
	}

	#profileSingle #profileName {
		margin-bottom: 20px;
		padding-bottom: 20px;
		gap: 5px 20px;
		font-size: 2.8rem;
	}

	#profileSingle #profileName .en {
		font-size: 1.6rem;
	}

	#specialties {
		padding-bottom: 20px;
		font-size: 1.4rem;
	}

	#profileSingle #profileSns {
		margin-top: 20px;
	}

	#profileSingle #profileLead {
		margin-bottom: 30px;
		font-size: 1.5rem;
	}

	/* プロフィール詳細 */
	#profileSingle #profileSubWrap {
		grid-template-columns: 1fr;
		grid-gap: 30px;
	}

	#profileSingle .profileSub {
		padding: max(30px, 5%) max(20px, 5%);
	}

	#profileSingle .profileSub .tit {
		margin-bottom: 15px;
		padding-bottom: 15px;
		font-size: 1.8rem;
	}

	#profileSingle .profileSub .txt {
		font-size: 1.4rem;
		line-height: 2;
	}

	#profileSingle .profileSub .txt + .tit {
		margin-top: 30px;
	}

	/* 経歴 */
	#profileSingle .history {
		grid-template-columns: 60px 1fr;
	}

	#profileSingle .historyYear,
	#profileSingle .historyTxt {
		padding-block: 15px;
	}

	#profileSingle .historyYear {
		font-size: 1.5rem;
	}

	#profileSingle .historyTxt {
		font-size: 1.4rem;
	}


	/* 担当した最新症例集 */
	/* -------------------------------------------------- */
	#doctorSinglePage #similarCases {
		margin-bottom: 80px;
		padding-block: 80px 100px;
	}

	#doctorSinglePage #similarCasesBtn {
		margin-top: 80px;
	}

}


/* -------------------------------------------------- */
/* SP(調整) */
/* -------------------------------------------------- */
@media screen and (max-width: 767px) {
	/* -------------------------------------------------- */
	/* ドクター紹介一覧ページ */
	/* -------------------------------------------------- */
	.doctorInfo01ContentWrap {
		padding: 20px 5%;
		margin-bottom: 60px;
	}

	.doctorInfo01TitBox .logo {
		gap: 10px;
	}

	.doctorInfo01TitBox .logo .item.isGinza img {
		max-height: 20px;
	}

	.doctorInfo01TitBox .logo .item.isFukuoka img {
		max-height: 15px;
	}

	.doctorInfo01TitBox .tit {
		font-size: 1.8rem;
	}

	.doctorInfo01Content .imgSub {
		width: 40%;
		max-width: none;
		right: auto;
		left: 5px;
	}


	/* -------------------------------------------------- */
	/* 詳細ページ */
	/* -------------------------------------------------- */
	/* プロフィール */
	/* -------------------------------------------------- */
	/* プロフィールトップ */
	#profileSingle #profileTop {
		grid-template-columns: 1fr;
		grid-gap: 30px;
	}

	#profileSingle #profileClinic {
		font-size: 1.6rem;
	}

	#profileSingle #profileName {
		font-size: 2.4rem;
	}

	#profileSingle #profileName .en {
		font-size: 1.2rem;
	}

	#specialties {
		font-size: 1.2rem;
	}

}


/* -------------------------------------------------- */
/* hover */
/* -------------------------------------------------- */
@media (hover: hover) {
	/* ドクター紹介一覧ページ */
	/* -------------------------------------------------- */
	/* 画像・大 */
	.doctorInfo01Content .imgMain img {
		transition: transform 0.4s ease;
	}

	/* 画像・小 */
	.doctorInfo01Content .imgSub img {
		transition: all 0.3s;
	}

	.doctorInfo01Content a:hover .imgMain img {
		transform: scale(1.08);
	}

	/* .doctorInfo01Content a:hover .imgSub img {
		filter: brightness(1.1);
	} */


	/* 顧問 */
	/* -------------------------------------------------- */
	.doctorInfo02Content .img img {
		transition: all 0.3s;
	}

	/* .doctorInfo02Content a:hover .img img {
		filter: brightness(1.1);
	} */

}