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



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

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




/*================================
メインビジュアル
===============================*/
.main-visual {
	background: url(img/mv_bg.jpg)center/cover no-repeat;
}

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

/*タイトル*/
/*-----------------------------*/
.u-title01 .sub {
	position: relative;
	z-index: 1;
	margin-bottom: 20px;
	padding-bottom: 10px;
	font-family: "Noto Serif JP", serif;
	font-size: 2rem;
	text-align: center;
	line-height: 1.4;
	color: #de8585;
}
.u-title01 .sub::after {
	position: absolute;
	z-index: 1;
	content: "";
	bottom: 0;
	left: 50%;
	transform: translateX(-50%);
	width: 24rem;
	height: 1px;
	background: #dadada;
}
.u-title01 .main {
	font-family: "Noto Serif JP", serif;
	font-size: 2.6rem;
	text-align: center;
	line-height: 1.4;
	color: #de8585;
}
.u-title02 {
	display: flex;
	justify-content: center;
	align-items: center;
	min-height: calc(2rem*1.6*2);
	font-family: "Noto Serif JP", serif;
	font-size: 2rem;
	line-height: 1.6;
	text-align: center;
	color: #de8585;
}
.u-title03 {
	margin-bottom: 40px;
	padding: 0 10px;
	background: #de8585;
	font-family: "Noto Serif JP", serif;
	font-size: 2.2rem;
	font-weight: 600;
	text-align: center;
	line-height: 1.6;
	color: #fff;
}
/*-----------------------------*/
.u-check dt {
	padding-left: 2em;
	background: url(../common/img/li-check_icon.png)left top 0.16em/1.18em auto no-repeat;
	font-family: "Noto Serif JP", serif;
	font-size: 2.2rem;
	line-height: 1.8;
	text-align: left;
	color: #de8585;
}
.u-check dd {
	padding-left: calc(2.2rem*2);
}

/*役職、名前*/
/*-----------------------------*/
.u-staff_name {
	display: flex;
	justify-content: flex-start;
	align-items: baseline;
	flex-flow: row wrap;
	gap: 0 3rem;
}
.u-staff_name_job {
	/*width: 100%;*/
	font-family: "Noto Serif JP", serif;
	font-size: 2.2rem;
	line-height: 1.6;
	color: #7f0707;
}
.u-staff_name_jp {
	font-family: "Noto Serif JP", serif;
	font-size: 3rem;
	line-height: 1.6;
}
.u-staff_name_en {
	font-family: "Noto Serif JP", serif;
	font-size: 2.2rem;
	line-height: 1.6;
}


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


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


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

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

	/*タイトル*/
	/*-----------------------------*/
	.u-title01 .sub {}
	.u-title01 .sub::after {}
	.u-title01 .main {}
	.u-title02 {
		min-height: auto;
	}
	.u-title03 {}
	/*-----------------------------*/
	.u-check dt {}
	.u-check dd {}

	/*役職、名前*/
	/*-----------------------------*/
	.u-staff_name {}
	.u-staff_name_job {
		width: 100%;
	}
	.u-staff_name_jp {}
	.u-staff_name_en {}
	/*-----------------------------*/
	.u-border {
		position: relative;
		z-index: 1;
		min-height: 20px;
		padding: 10px 0 11px;
	}
	.u-border::before {
		position: absolute;
		z-index: -1;
		content: "";
		width: 10px;
		height: 100%;
		left: 50%;
		top: 0;
		transform: translateX(-50%);
		background: #7f0707;
	}
	.u-border .text {
		background: #f8f8f8;
		font-family: "Noto Serif JP", serif;
		font-size: 2.2rem;
		font-weight: bold;
		line-height: 1.2;
		text-align: center;
		color: #de8585;
	}
	/*-----------------------------*/
	.scroll_item01 {
		min-width: 700px;
	}

}
	
	
	

















