@charset "utf-8";

html {
	font-size: 62.5%;/*10px*/
	overflow-y: scroll;
}
body{
	font-size: 1.6rem;/*16px*/
	overflow: hidden;
	font-family: "Noto Sans Japanese","游ゴシック Medium",YuGothic Medium,"メイリオ",Meiryo,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",sans-serif;
	-webkit-text-size-adjust: 100%;
}
header, footer, section, main{
	display: block;
	margin:0;
	padding:0;
}
*,
*::before,
*::after {
	box-sizing: border-box;
}

/*下層共通*/
.bg_darkgray {
	background: #242424;
	color: #fff;
	padding: 100px 0 0 0;
}

.logo_sub {/*仮*/
	position: absolute;
	top: 44px;
	left: 50px;
	display: block;
	width: 212px;
	height: 27px;
	z-index: 2;
}
.nextpage_footlink {
	background: #1D1D1D;
	padding: 12px 0;
}
.nextpage_footlink .path {
	width: 1150px;
	margin: 0 auto;
	color: #666666;
	font-size: 1.3rem;
}
.nextpage_footlink .path a:link {color: #666;text-decoration: none;}
.nextpage_footlink .path a:visited {color: #666;text-decoration: none;}
.nextpage_footlink .path a:hover {color: #666;text-decoration: underline;}
.nextpage_footlink .path a:active {color: #666;text-decoration: none;}

.nextpage_footlink .path span {margin: 0 10px;}

/* --------------------------------------------------------------------PC用CSS（640px～） */

/*-----------------------------------------------
スタッフ個人
-----------------------------------------------*/
header {/*一時的にbase_pc.cssの設定を打ち消し*/
	height: auto;
	position: absolute;
}
.staffdetail {
	height: 648px;
	margin: 0 0 66px 0;
}
.staffdetail .staffdetail_main {
	position: relative;
	min-width: 1150px;
	height: 648px;
	object-fit: cover;
}
.staffdetail .namebox {
	width: 400px;
	height: 360px;
	background :rgba(0,0,0,0.85);
	position: absolute;
	top: 150px;
	left: 50%;
	margin: 0 0 0 -530px;/*----------★★★右or左寄せ設定。140px又は-530px*/
	display: flex;
	justify-content: center;
	align-items: center;
}
.staffdetail .namebox:before {
	position: absolute;
	content: '';
	left: -40px;
	top: 0;
	width: 0;
	height: 0;
	border: none;
	border-left: solid 40px transparent;
	border-bottom: solid 360px rgba(0,0,0,0.85);
}
.staffdetail .namebox:after {
	position: absolute;
	content: '';
	right: -40px;
	top: 0;
	width: 0;
	height: 0;
	border: none;
	border-right: solid 40px transparent;
	border-top: solid 360px rgba(0,0,0,0.85);
}
.staffdetail .namebox .namebox_inner {
	width: 90%;
	max-width: 100%;
	height: auto;
	text-align: center;
	letter-spacing: 0.1em;
}
.staffdetail .namebox .namebox_inner .yakushoku {
	position: relative;
	width: 100%;
	padding: 0.5em 0;
	margin: 0 0 1em 0;
	text-align: center;
	font-family: ‘Noto Serif Japanese’, serif;
	font-size: 1.8rem;
}
.staffdetail .namebox .namebox_inner .yakushoku::before,
.staffdetail .namebox .namebox_inner .yakushoku::after {
	content: '';
	position: absolute;
	left: 0;
	right: 0;
	width: 100%;
	height: 1px;
	background-image: -webkit-linear-gradient(left, transparent, #fff 25%, #fff 75%, transparent);
	background-image: linear-gradient(to right, transparent, #fff 25%, #fff 75%, transparent);
	background-position: center;
	background-repeat: no-repeat;
}
.staffdetail .namebox .namebox_inner .yakushoku::before {
	bottom: 0;
}
.staffdetail .namebox .namebox_inner .yakushoku::after {
	top: 0;
}
.staffdetail .namebox .namebox_inner .name {
	font-size: 6.0rem;
	font-family: ‘Noto Serif Japanese’, serif;
}
.staffdetail .namebox .namebox_inner .name span {
	display: block;
	font-size: 1.8rem;
	margin: -8px 0 1.5em 0;
}
.staffdetail .namebox .namebox_inner .staffinterview {
	color: #717170;
	font-size: 2.4rem;
	font-style: italic;
	letter-spacing: 0.01em;
	margin: 0 20px 0 0;
}
/*コンテンツ*/
.staffdetail_mainbox {
	width: 100%;
	min-width: 1100px;
}
.main_leadtext {
	width: 1150px;
	font-size: 5.4rem;
	line-height: 1.3;
	margin: 0 auto 60px;
	font-family: ‘Noto Serif Japanese’, serif;
}

.staffdetail_sec01 {
	width: 1150px;
	height: 780px;/*----------★★★個別設定。基本このまま。*/
	margin: 0 auto 80px;
	position: relative;
}
.title_sec01 {
	padding: 40px 0 0 0;
	font-size: 3.8rem;
	font-family: ‘Noto Serif Japanese’, serif;
	position: static;/*----------★★★個別設定。左寄せならstaticで以降全部削除*/
	/*top: 0;
	left: 50%;
	margin: 0 0 0 114px;*/
}
.img_sec01 {
	position: absolute;
	top: 0;
	right: 0;/*----------★★★個別設定。left又はright*/
}
.text_sec01 {
	width: 60%;
	position: absolute;
	bottom: 0;
	left: 0;/*----------★★★個別設定。left又はright*/
	padding: 50px 50px 0 0;/*----------★★★個別設定。右か左50px*/
	background: rgba(36,36,36,0.9);
	line-height: 1.9;
}
.text_sec01 p,
.text_sec02 p,
.text_sec03_1 p,
.text_sec03_2 p,
.sec03_le .intext p,
.sec03_ri .intext p{
	margin: 0 0 3rem 0;
}
.staffdetail_sec02 {
	width: 1150px;
	height: 820px;/*----------★★★個別設定。文字数で増減*/
	margin: 110px auto 60px;
	position: relative;
}
.title_sec02 {
	position: absolute;
	top: 200px;
	right: 0;/*----------★★★個別設定。left又はright*/
	font-size: 3.8rem;
	font-family: ‘Noto Serif Japanese’, serif;
}
.img_sec02 {
	position: absolute;
	top: 0;
	left: 0;/*----------★★★個別設定。left又はright*/
}
.text_sec02 {
	width: 60%;
	position: absolute;
	bottom: 0;
	right: 0;/*----------★★★個別設定。left又はright*/
	padding: 50px 0 0 50px;/*----------★★★個別設定。右か左50px*/
	background: rgba(36,36,36,0.9);
	line-height: 1.9;
}
.staffdetail_sec03 {
	width: 1150px;
	height: auto;
	margin: 0 auto 140px;
}
.title_sec03 {
	font-size: 3.0rem;
	font-family: ‘Noto Serif Japanese’, serif;
	margin: 0 0 1em 0;
}
.sec03_le {/*----------★★★個別設定。HTML側をleかriに変える*/
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin: 0 0 4em 0;
}
.sec03_ri {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	flex-flow: row-reverse;
	margin: 0 0 4em 0;
}
.sec03_le figure,
.sec03_ri figure, {
	width: 680px;
}
.sec03_le .intext,
.sec03_ri .intext {
	width: 430px;
}
/* --------------------------------------------------------------------ヘッダー中間CSS①（ヘッダーのみ～1150px～840px） */
@media screen and (min-width:840px) and (max-width:1149px){
	.staffdetail .namebox {
		width: 320px;
		height: 288px;
		margin: 0 0 0 -340px;/*----------★★★右or左寄せ設定。180px又は-340px*/
	}
	.staffdetail .namebox:before {
		border-bottom: solid 288px rgba(0,0,0,0.85);
	}
	.staffdetail .namebox:after {
		border-top: solid 288px rgba(0,0,0,0.85);
	}
	.staffdetail .namebox .namebox_inner .name {
		font-size: 5.0rem;
	}
}
/* --------------------------------------------------------------------ヘッダー中間CSS②（ヘッダーのみ～839px～640px） */
@media screen and (min-width:640px) and (max-width:839px){

.staffdetail {
	height: auto;
	margin: 0;
}
.staffdetail .staffdetail_main {
	position: static;
	min-width: 0;
	height: 648px;
}
.staffdetail .namebox {
	width: 100%;
	height: auto;
	position: static;
	margin: 0 auto 100px;
	display: block;
}
.staffdetail .namebox:before,
.staffdetail .namebox:after {
	border-left: none;
	border-right: none;
	border-bottom: none;
}
.staffdetail .namebox .namebox_inner {
	max-width: none;
	padding: 2em 0 1.5em;
	margin: 0 auto;
}
.staffdetail .namebox .namebox_inner .yakushoku {
	font-size: 2.0rem;
}
.staffdetail .namebox .namebox_inner .name {
	font-size: 3.4rem;
}
.staffdetail .namebox .namebox_inner .name span {
	font-size: 1.6rem;
	margin: 0 0 1em 0;
}
.staffdetail .namebox .namebox_inner .staffinterview {
	font-size: 1.4rem;
	margin: 0;
}
}

/* --------------------------------------------------------------------コンテンツ中間CSS（1150px～639px） */
@media screen and (min-width:640px) and (max-width:1149px){

.title_sec01 {
	padding: 40px 0 0 2%;
}
.text_sec01 {
	left: 2%;/*----------★★★写真左寄せの場合はright6%。右寄せはleft2%*/
}
.title_sec02 {
	right: 6%;/*----------★★★写真左寄せの場合はright6%。右寄せはleft2%*/
	font-size: 3.4rem;
}
.text_sec02 {
	right: 6%;/*----------★★★写真左寄せの場合はright6%。右寄せはleft2%*/
}
.title_sec03 {
	font-size: 3.4rem;
	padding: 0 0 0 2%;
}
.text_sec03_1 {
	padding: 50px 0 0 2%;
}
.text_sec03_2 {
	width: 30%;
	bottom: -30px;
	right: 6%;
}
.sec03_le .intext{
	padding: 0 6% 0 0;
}
.sec03_ri .intext {
	padding: 0 0 0 2%;
}

}
/* --------------------------------------------------------------------スマホ用CSS（～639px） */

@media screen and (max-width: 639px) {

/*スタッフ、スタッフ個人共通*/
.logo_sub {/*仮*/
	top: 10px;
	left: 20px;
	width: 157px;
	height: 20px;
}
.nextpage_footlink .path {
	width: 90%;
	font-size: 1.4rem;
}

/*-----------------------------------------------
スタッフ個人
-----------------------------------------------*/
/*コンテンツ*/
.staffdetail_mainbox {
	width: 100%;
	min-width: 0;
	padding: 0;
	margin: 0 auto 20px;
}
.main_leadtext {
	width: 90%;
	font-size: 2.4rem;
	line-height: 1.5;
	margin: 0 auto 2.5em;
	font-family: ‘Noto Serif Japanese’, serif;
}
.staffdetail {
	height: auto;
	margin: 0;
}
.staffdetail .staffdetail_main {
	position: static;
	min-width: 0;
	height: 300px;
	object-fit: cover;
}
.staffdetail .namebox {
	width: 100%;
	height: auto;
	background :rgba(0,0,0,0.85);
	position: static;
	margin: 0 0 50px 0;
}
.staffdetail .namebox:before,
.staffdetail .namebox:after {
	position: static;
	content: '';
	left: 0;
	top: 0;
	width: 0;
	height: 0;
	border: none;
	border-left: none;
	border-bottom: none;
}
.staffdetail .namebox .namebox_inner {
	width: 90%;
	max-width: none;
	height: auto;
	text-align: center;
	letter-spacing: 0.1em;
	padding: 1em 0 0.5em;
}
.staffdetail .namebox .namebox_inner .yakushoku {
	position: relative;
	width: 100%;
	padding: 0.5em 0;
	margin: 0 0 1em 0;
	text-align: center;
	font-family: ‘Noto Serif Japanese’, serif;
	font-size: 1.6rem;
}
.staffdetail .namebox .namebox_inner .yakushoku::before,
.staffdetail .namebox .namebox_inner .yakushoku::after {
	content: '';
	position: absolute;
	left: 0;
	right: 0;
	width: 100%;
	height: 1px;
	background-image: -webkit-linear-gradient(left, transparent, #fff 25%, #fff 75%, transparent);
	background-image: linear-gradient(to right, transparent, #fff 25%, #fff 75%, transparent);
	background-position: center;
	background-repeat: no-repeat;
}
.staffdetail .namebox .namebox_inner .yakushoku::before {
	bottom: 0;
}
.staffdetail .namebox .namebox_inner .yakushoku::after {
	top: 0;
}
.staffdetail .namebox .namebox_inner .name {
	font-size: 2.4rem;
	font-family: ‘Noto Serif Japanese’, serif;
}
.staffdetail .namebox .namebox_inner .name span {
	display: block;
	font-size: 1.2rem;
	margin: 0 0 1em 0;
}
.staffdetail .namebox .namebox_inner .staffinterview {
	color: #717170;
	font-size: 1.4rem;
	font-style: italic;
	letter-spacing: 0.01em;
	margin: 0;
}
.staffdetail_sec01 {
	width: 90%;
	height: auto;
	margin: 0 auto 30px;
	position: static;
}
.title_sec01 {
	padding: 0 0 0 0.8em;
	font-size: 1.8rem;
	font-family: ‘Noto Serif Japanese’, serif;
	border-left: 5px solid #666;
	margin: 0 0 1.5em 0;
	position: static;
}
.img_sec01 {
	position: static;
}
.text_sec01 {
	width: 90%;
	position: static;
	padding: 30px 0 0 0;
	margin: 0 auto;
}
.staffdetail_sec02 {
	width: 90%;
	height: auto;
	margin: 60px auto 30px;
}
.title_sec02 {
	position: static;
	font-size: 1.8rem;
	border-left: 5px solid #666;
	padding: 0 0 0 0.8em;
	margin: 0 0 1.5em 0;
}
.img_sec02 {
	position: static;
}
.text_sec02 {
	width: 90%;
	position: static;
	padding: 30px 0 0 0;
	margin: 0 auto;
}
.staffdetail_sec03 {
	width: 90%;
	margin: 60px auto 0;
}
.title_sec03 {
	font-size: 1.8rem;
	border-left: 5px solid #666;
	padding: 0 0 0 0.8em;
	margin: 0 0 1.5em 0;
}
.sec03_le {
	display: flex;
	flex-direction: column;
	margin: 0;
}
.sec03_ri {
	display: flex;
	flex-direction: column;
	margin: 0;
}
.sec03_le figure,
.sec03_ri figure {
	width: 100%;
	margin: 0 0 2em 0;
}
.sec03_le .intext,
.sec03_ri .intext {
	width: 100%;
	margin: 0 0 2em 0;
}


}