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



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

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




/*================================
メインビジュアル
===============================*/
.main-visual {
	position: relative;
	z-index: 1;
	background-image: url(../img/people_mv_bg.png);
	background-position: top center;
	background-size: auto calc(100% - 13rem);
	background-repeat: no-repeat;
	background-color: var(--theme-color01);
	padding-top: 17rem;
	/*padding-bottom: 4rem;*/
}
.main-visual::before {
	position: absolute;
	z-index: -1;
	content: "";
	left: 0;
	bottom: 0;
	width: 100%;
	/*height: 13rem;*/
	height: 11.5rem;
	background: url(../img/pattern02.jpg)bottom center;
}
.main-visual .inner {
	max-width: calc(1020px + 14rem);
}
.mv_flex {
	display: flex;
	justify-content: center;
	align-items: flex-start;
	gap: 10px 0;
}
.mv_article {
	position: relative;
	z-index: 1;
	width: 60%;
	margin-right: -10%;
}
.mv_title {
	padding-top: 6rem;
	padding-bottom: 4rem;
}
.mv_title_jp {
	font-size: 2.5rem;
	line-height: 1.2;
	letter-spacing: 0.05em;
	color: #fff;
}
.mv_title_en {
	font-size: 6.5rem;
	line-height: 1;
	letter-spacing: 0.18em;
	color: #fff;
	text-shadow: 4px 4px #0074ad;
}
.mv_prof {
	display: flex;
	justify-content: flex-end;
	align-items: flex-start;
	gap: 2rem;
}
.mv_job {
	margin-top: calc(3.5rem*1.4/4);
	padding: 3px 10px;
	background: #ffe916;
	border-radius: 5px;
	font-size: 1.5rem;
	font-weight: 700;
	text-align: center;
	line-height: 1.4;
	color: var(--theme-color01);
}
.mv_name {}
.mv_name_jp {
	font-size: 3.5rem;
	text-align: right;
	line-height: 1.4;
	letter-spacing: 0.05em;
	color: #fff;
}
.mv_name_en {
	font-size: 2rem;
	font-weight: 700;
	line-height: 1.4;
	text-align: right;
	letter-spacing: 0.05em;
	color: #fff;
}
.mv_name_hosoku {
	font-size: 1.3rem;
	font-weight: 700;
	text-align: right;
	line-height: 1.4;
	letter-spacing: 0.05em;
	color: #fff;
}
.mv_pic {
	width: 50%;
}

.section01 {
	padding-top: 0;
}

/* 写真
-----------------------------*/
.u-fl_box {
	display: flex;
	justify-content: flex-start;
	align-items: stretch;
	gap: 20px 4rem;
	max-width: 840px;
	margin-left: auto;
	margin-right: auto;
}
.u-fl_box .fl_item {
	width: calc(100%/2 - (4rem/2));
}
.u-fl_box .fl_item:nth-child(1) {
	padding-top: 11rem;
}

/* 質問の見出し
-----------------------------*/
.u-question_title {
	display: flex;
	justify-content: flex-start;
	align-items: stretch;
	margin-bottom: 20px;
	font-size: 2.3rem;
	font-weight: 700;
	line-height: 1.4;
	letter-spacing: 0.05em;
	color: var(--theme-color01);
}
.u-question_title .en {
	width: 1.2em;
}
.u-question_title .jp {
	width: calc(100% - 1.2em);
}

/*================================
他の社員も見る
===============================*/
.u-members_link-pic {
	position: relative;
	z-index: 1;
	transition: .3s;
	top: 0;
	display: block;
	margin: 0 auto 10px;
	max-width: 27rem;
}
.u-members_link-pic:hover {
	top: -6px;
}



/*================================
TABLET横 1080px～0px
================================*/
@media (max-width: 1080px) {
	/*================================
	メインビジュアル
	===============================*/
	.main-visual::before {
		height: 14.5rem;
	}
	
	
}


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

	/*================================
	メインビジュアル
	===============================*/
	.main-visual {
		background-image: url(../img/people_mv_bg_tab.png);
	}
	.main-visual::before {
		height: 11.5rem;
	}
	.mv_article {
		width: 55%;
		margin-right: 0;
	}
	.mv_pic {
		width: 45%;
	}




	.section01 {}

	/* 写真
	-----------------------------*/
	.u-fl_box {}
	.u-fl_box .fl_item {}
	.u-fl_box .fl_item:nth-child(1) {}

	/* 質問の見出し
	-----------------------------*/
	.u-question_title {}
	.u-question_title .en {}
	.u-question_title .jp {}

	/*================================
	他の社員も見る
	===============================*/
	.u-members_link-pic {}
	.u-members_link-pic:hover {}
	

}


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

	/*================================
	メインビジュアル
	===============================*/
	.main-visual {
		padding-top: 100px;
		background-image: url(../img/people_mv_bg_sp.png);
		background-size: auto;
		background-position: bottom 13rem center;
	}
	.main-visual::before {
		height: 9.5rem;
	}
	.main-visual .inner {}
	.mv_flex {
		flex-direction: column;
	}
	.mv_article {
		width: 100%;
		margin-right: 0;
	}
	.mv_title {
		padding-top: 0;
	}
	.mv_title_jp {}
	.mv_title_en {
		font-size: 5rem;
	}
	.mv_prof {}
	.mv_job {}
	.mv_name {}
	.mv_name_jp {}
	.mv_name_en {}
	.mv_name_hosoku {}
	.mv_pic {
		width: 80%;
		margin: auto;
	}

	
	

	.section01 {}

	/* 写真
	-----------------------------*/
	.u-fl_box {
		flex-direction: column;
	}
	.u-fl_box .fl_item {
		width: 100%;
	}
	.u-fl_box .fl_item:nth-child(1) {
		padding-top: 0;
	}

	/* 質問の見出し
	-----------------------------*/
	.u-question_title {}
	.u-question_title .en {}
	.u-question_title .jp {}

	/*================================
	他の社員も見る
	===============================*/
	.u-members_link-pic {
		max-width: 200px;
	}
	.u-members_link-pic:hover {}
	
	
}

















