@charset "UTF-8";

.sec-member {
	margin-bottom: 230px;
	overflow: hidden;
}

.member-box:not(:last-child) {
	margin-bottom: 160px;
}

.member-box__catch {
	position: relative;
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	margin-bottom: 60px;
}

.member-box:nth-child(even) .member-box__catch {
	flex-flow: row-reverse;
	text-align: right;
}

.member-box__thumb {
	width: 50%;
}

.member-box:first-child .member-box__thumb {
	width: calc(50% + 60px);
	margin-left: -60px;
}

.member-box__cnt {
	width: calc(50% - 70px);
}

.member-box__subttl {
	margin: 1em 0;
	font-size: 4.8rem;
	line-height: 1.5;
}

.member-box__subttl > span:last-child {
	display: block;
	font-size: 0.5em;
}

.member-box__pos {
	position: absolute;
	right: -90px;
	bottom: -1em;
	color: #add0e1;
	font-size: 14rem;
	white-space: nowrap;
	opacity: .8;
}

.member-box:first-child .member-box__pos {
	font-size: 17rem;
}

.member-box__info {
	position: relative;
}

.member-box__prof-ttl {
	margin-bottom: 0.5em;
	font-size: 3.6rem;
}

.member-box__prof-ttl:not(:first-child) {
	margin-top: 1.5em;
}

.member-box__prof-list {
	margin-left: 40px;
	padding-left: 40px;
	line-height: 1;
	border-left: 3px solid #253a4b;
}

.member-box__prof-list + .member-box__prof-list {
	padding-top: 1.2em;
}

@media screen and (max-width: 896px) {

	.sec-member {
		margin-bottom: 100px;
	}

	.member-box:not(:last-child) {
		margin-bottom: 70px;
	}

	.member-box__catch {
		display: block;
		margin-bottom: 30px;
	}

	.member-box__thumb {
		width: 100%;
	}

	.member-box:first-child .member-box__thumb {
		width: 100%;
		margin-left: 0;
	}

	.member-box__cnt {
		width: 100%;
	}

	.member-box__subttl {
		font-size: 2.2rem;
		text-align: center;
	}

	.member-box__pos {
		right: 10px;
		font-size: 9vw;
	}

	.member-box:first-child .member-box__pos {
		font-size: 11vw;
	}

	.member-box__prof-ttl {
		font-size: 2.2rem;
	}

	.member-box__prof-list {
		margin-left: 10px;
		padding-left: 10px;
	}
}

/* フッターギャラリー */
.parts-gallery {
	background-image: url(../img/doctor/gallery_bg.jpg);
}
