@charset "utf-8";
/*================================
ここから全サイズ適用
================================*/

/*------------------------------
.u-〇〇 …… 下層ページ固有のclass名

lower.cssにあるclass名と被らないよう
接頭文字として "u-" を付けてます。
uniqueの略。
------------------------------*/




/*================================
*
共通パーツ
*
================================*/

/*お名前*/
/*-----------------------------*/
.intro_name_job,
.intro_name_jp,
.intro_name_en {
	display: block;
	letter-spacing: 0.05em;
}

/*タイトル*/
/*-----------------------------*/
.u-heading01 {
	margin-bottom: 30px;
	padding-left: 1em;
	padding-bottom: 6px;
	border-left: 12px solid var(--theme-color04);
	border-bottom: 1px solid var(--theme-color04);
	font-size: 2.6rem;
	font-weight: 500;
	line-height: 1.6;
	text-align: left;
	color: var(--theme-color04);
}
.u-heading02 {
	position: relative;
	z-index: 1;
	margin-bottom: 20px;
	padding-left: 1.2em;
	font-size: 2.2rem;
	font-weight: 500;
	line-height: 1.6;
	text-align: left;
	color: var(--theme-color05);
}
.u-heading02::before {
	position: absolute;
	z-index: 1;
	content: "◆";
	left: 0;
	top: 0;
}

/*括弧*/
/*-----------------------------*/
.u-brackets01 {
	position: relative;
	z-index: 1;
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 1em;
	max-width: 480px;
	margin-inline: auto;
}
.u-brackets01::before,
.u-brackets01::after {
	position: absolute;
	z-index: -1;
	content: "";
	width: 5rem;
	height: 5rem;
}
.u-brackets01::before {
	left: 0;
	top: 0;
	border-top: 1px solid var(--theme-color05);
	border-left: 1px solid var(--theme-color05);
}
.u-brackets01::after {
	bottom: 0;
	right: 0;
	border-right: 1px solid var(--theme-color05);
	border-bottom: 1px solid var(--theme-color05);
}
.u-brackets01_text {
	font-size: 2.4rem;
	font-weight: 500;
	line-height: 1.4;
	text-align: left;
	color: var(--theme-color05);
}

/*吹き出し*/
/*-----------------------------*/
.u-speech {
	display: flex;
	justify-content: center;
	align-items: flex-end;
	gap: 1em;
	margin-bottom: 30px;
	font-size: 2.6rem;
	font-weight: 500;
	line-height: 1.4;
	text-align: center;
	color: var(--theme-color05);
}
.u-speech::before,
.u-speech::after {
	content: "";
	width: 2px;
	height: 5.5rem;
	background: var(--theme-color05);
}
.u-speech::before {
	rotate: -30deg;
	transform-origin: right bottom;
}
.u-speech::after {
	rotate: 30deg;
	transform-origin: left bottom;
}

/*--------------------------------
院長紹介
--------------------------------*/
.u-interview_hero {
	position: relative;
	z-index: 1;
	height: 39rem;
	background: #8ba59c;
}
.u-interview_hero::before {
	position: absolute;
	z-index: -1;
	content: "";
	left: 50%;
	top: 0;
	translate: -50%;
	width: 100vw;
	height: 100%;
	background: url(../img/staff/interview_hero_img01.jpg)center/auto 100% no-repeat;
}
.u-interview_frame {
	position: absolute;
	z-index: 1;
	right: 0;
	bottom: 5rem;
	display: flex;
	justify-content: flex-start;
	align-items: baseline;
	flex-flow: row wrap;
	gap: 0 2rem;
	width: calc(100%/2 - 4rem/2);
	padding: 10px 30px;
	background: var(--theme-color04);
	border-radius: 3rem 0 3rem 0;
}
.u-interview_name_job {
	font-size: 2.2rem;
	font-weight: 500;
	line-height: 1.4;
	text-align: left;
	color: #fff;
}
.u-interview_name_jp {
	font-size: 3rem;
	font-weight: 500;
	line-height: 1.4;
	text-align: left;
	color: #fff;
}

/*--------------------------------
スタッフ紹介
--------------------------------*/
.intro_content.-staff {
	justify-content: flex-end;
}
.intro_content.-staff .intro_photo_group {
	margin-right: 0;
}
.intro_content.-staff .intro_name_frame {
	min-width: 44.5%;
	margin-right: auto;
	margin-top: -20%;
	translate: -80%;
}

/*================================
TABLET横 1080px～0px
================================*/
@media (max-width: 1080px) {}

/*================================
TABLET縦 834px～0px
================================*/
@media (max-width: 834px) {
	
	/*================================
	*
	共通パーツ
	*
	================================*/

	/*タイトル*/
	/*-----------------------------*/
	.u-heading01 {}
	.u-heading02 {}
	.u-heading02::before {}

	/*括弧*/
	/*-----------------------------*/
	.u-brackets01 {}
	.u-brackets01::before,
	.u-brackets01::after {}
	.u-brackets01::before {}
	.u-brackets01::after {}
	.u-brackets01_text {}
	
	/*吹き出し*/
	/*-----------------------------*/
	.u-speech {}
	.u-speech::before,
	.u-speech::after {}
	.u-speech::before {}
	.u-speech::after {}

	/*--------------------------------
	院長紹介
	--------------------------------*/
	.u-interview_hero {}
	.u-interview_hero::before {}
	.u-interview_frame {}
	.u-interview_name_job {}
	.u-interview_name_jp {}

  /*--------------------------------
	スタッフ紹介
	--------------------------------*/
	.intro_content.-staff {}
	.intro_content.-staff .intro_photo_group {
		margin-right: auto;
	}
	.intro_content.-staff .intro_name_frame {
		margin-top: 0;
		margin-right: 0;
		min-width: 230px;
		translate: none;
	}

	
}

/*================================
SP表示 667px～0px
================================*/
@media (max-width: 667px) {

	/*================================
	*
	共通パーツ
	*
	================================*/

	/*タイトル*/
	/*-----------------------------*/
	.u-heading01 {
		padding-left: 0.6em;
		border-left: 6px solid var(--theme-color04);
		font-size: 2.2rem;
	}
	.u-heading02 {
		font-size: 2rem;
	}
	.u-heading02::before {}

	/*括弧*/
	/*-----------------------------*/
	.u-brackets01 {}
	.u-brackets01::before,
	.u-brackets01::after {}
	.u-brackets01::before {}
	.u-brackets01::after {}
	.u-brackets01_text {
		font-size: 2rem;
	}

	/*吹き出し*/
	/*-----------------------------*/
	.u-speech {
		font-size: 2rem;
		padding: 0 20px;
	}
	.u-speech::before,
	.u-speech::after {}
	.u-speech::before {}
	.u-speech::after {}

	/*--------------------------------
	院長紹介
	--------------------------------*/
	.u-interview_hero {}
	.u-interview_hero::before {
		background-position: left 28% center;
	}
	.u-interview_frame {
		width: 100%;
		bottom: 2rem;
	}
	.u-interview_name_job {}
	.u-interview_name_jp {}

  /*--------------------------------
	スタッフ紹介
	--------------------------------*/
	.intro_content.-staff {}
	.intro_content.-staff .intro_photo_group {}
	.intro_content.-staff .intro_name_frame {
		margin-top: -6vw;
	}



}













