@charset "UTF-8";
/* 代表挨拶 */
.greeting_text {
	margin-bottom: 40px;
	letter-spacing: 0.1em;
}

/* スタッフ紹介 */
.staff_contents {
	margin-bottom: 48px;
}

.staff_contents:last-child {
	margin-bottom: 0;
}

.img_staff {
	margin-bottom: 24px;
	width: 50%;
	margin: 0 auto 24px;
}

.wrap_staff_text {
	letter-spacing: 0.1em;
}

.wrap_staff_text .staff_name {
	color: #643E2F;
	font-size: 18px;
	font-size: 1.8rem;
	text-align: center;
	margin-bottom: 16px;
	line-height: 1.5;
}

.staff_contents1 .img_staff {
	margin-bottom: 40px;
	width: 100%;
}

.staff_contents1 .wrap_staff_text {
	letter-spacing: 0;
}

.staff_contents1 .wrap_staff_text .staff_name {
	margin-bottom: 24px;
}

/* 外部リンク追加 */
.other_staff {
	padding: 40px 0;
}

.other_staff p {
	color: #643E2F;
	font-size: 18px;font-size: 1.8rem;
	letter-spacing: 0.1em;
}

.other_staff p a {
	color: #643E2F;
	word-break: break-all;
	font-size: 16px;font-size: 1.6rem;
}

.other_staff p a::after {
	content: "\f2d2";
	font-weight: 400;
	font-family: "Font Awesome 5 Free";
	margin-left: 8px;
}

@media print, screen and (min-width: 769px) {
	/* 代表挨拶 */
	.wrap_greeting_contents {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
	}
	.greeting_text {
		margin-bottom: 0;
		max-width: 560px;
		width: 60%;
	}
	.img_greeting {
		max-width: 360px;
		width: 38%;
	}
	/* スタッフ紹介 */
	.staff_contents {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
	}
	.img_staff {
		margin-bottom: 0;
		width: 160px;
		margin: 0;
	}
	.wrap_staff_text {
		width: 80%;
		max-width: 760px;
	}
	.wrap_staff_text .staff_name {
		text-align: left;
	}
	.staff_contents1 .img_staff {
		margin-bottom: 0;
		width: 360px;
	}
	.staff_contents1 .wrap_staff_text {
		letter-spacing: 0.1em;
		width: 60%;
		max-width: 560px;
	}
	.staff_contents1 .wrap_staff_text .staff_name {
		margin-bottom: 24px;
	}

	/* 外部リンク追加 */
	.other_staff {
		text-align: center;
	}

	.other_staff p a {
		font-size: 18px;font-size: 1.8rem;
	}

	.other_staff p a:hover {
		text-decoration: underline;
	}
}

/* ========== 20251017　追加 ========== */
/* 院長挨拶 */
.staff .lead_text {
	margin-bottom: 24px;
}

@media (min-width: 769px) {
	.staff .lead_text {
		margin-bottom: 48px;
	}
}

/* 獣医の追加 */
.jui_link a {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 24px;
	font-size: 14px;
	font-size: 1.4rem;
	letter-spacing: 0;
	text-decoration: underline;
	word-break: break-all;
	line-height: calc(24 / 14);
}

.jui_link a::after {
	content: "";
	display: block;
	min-width: 16px;
	height: 16px;
	background: url(../images/icon_external_link.svg);
	background-size: contain;
}

.wrap_jui_contents {
	width: calc(304 / 375 * 100vw);
	margin: 40px auto 0;
}

.jui_contents:not(:last-child) {
	margin-bottom: 40px;
}

.jui_text {
	margin-top: 8px;
	line-height: 1.5;
	letter-spacing: 0.05em;
}

.jui_text p:not(:first-child) {
	margin-top: 4px;
}

.jui_name {
	color: #643E2F;
}

@media (min-width: 769px) {
	.jui_link a {
		justify-content: flex-start;
		gap: 8px;
	}

	.jui_link a:hover {
		color: #F0B774;
	}

	.wrap_jui_contents {
		display: flex;
		flex-wrap: wrap;
		gap: 40px 24px;
		width: 100%;
	}

	.jui_contents {
		display: flex;
		flex-direction: column;
		width: calc(100% / 3 - 48px / 3);
	}

	.jui_contents:not(:last-child) {
		margin-bottom: 0;
	}

	.jui_text {
		display: flex;
		flex-direction: column;
		justify-content: space-between;
		flex: 1;
	}

	.jui_text .jui_link a {
		gap: 24px;
	}
}