@charset "UTF-8";
/*----------------もしかするとページ共通系？----------------*/
.page-title {
	background-color: #f5f5f5;
	color: #dc0008;
	font-size: 14px;
	line-height: 1;
	padding: 80px 0 39px;
	text-align: center}
.page-title-en {
	display: block;
	font-size: 56px;
	font-weight: 700;
	margin-bottom: 12px;}
.title-area-txt {line-height: 2.2;}
.image-block {font-size: 0;line-height: 1;}
@media only screen and (max-width: 767px) {
	.page-title {
		font-size: 12px;
		padding: 35px 0 20px;}
	.page-title-en {
		display: block;
		font-size: 32px;
		margin-bottom: 6px;}
	.title-area-txt {
		margin: 0 auto;
		width: 89.4%;}
	.title-area-txt {line-height: 1.8;}
}
/*======================================

社員紹介 PEOPLE 一覧・詳細

======================================*/


/*---------------- 調整 ----------------*/
.title-area.people {
	margin-bottom: 72px;
}

.people .page-mainimg {
	background-image: url(../image/people/main.jpg);
}

.people-detail .page-mainimg {
	background-image: url(../image/people/main_detail.jpg);
}

.pagelink-container {
	margin: 80px auto;
}



.title-area.people-detail {
	background-color: #f5f5f5;
	margin-bottom: 80px;
	padding: 80px 0;
}

.people-detail .page-title {
	background-color: unset;
	position: relative;
}

.people-detail .interview-number {
	font-size: 16px;
	padding: 6px 55px 6px 16px;
	position: absolute;
	top: 25%;
	left: 5.2%;
}

.people-detail .title-area-heading {
	color: #222222;
	font-size: 48px;
	line-height: 1.4;
	margin: 0 auto;
	position: absolute;
	top: 39%;
	left: 5.2%;
	width: auto;
}

@media only screen and (max-width: 767px) {
	.title-area.people {
		margin-bottom: 35px;
	}

	.title-area.people-detail {
		margin-bottom: 30px;
		padding: 20px 0 40px;
		z-index: -2;
	}

	.people-detail .page-mainimg {
		margin-bottom: -14px;
		z-index: -1;
	}

	.people-detail .interview-number {
		font-size: 12px;
		padding: 3px 24px 3px 10px;
		position: static;
		margin-left: 7.8%;
	}

	.people-detail .title-area-heading {
		font-size: 28px;
		line-height: 1.25;
		margin: 15px auto 22px;
		position: static;
		width: 84.4%;
	}

	.pagelink-container {
		margin: 40px auto 80px;
	}
}

/*----------------//ここまで//----------------*/



/*==========
一覧
===========*/

.people-interview {
	margin: 0 auto;
	width: calc(960px + 48px);
}

.interview-info {
	line-height: 1.9;
	margin: 0 auto 114px;
	width: 960px;
}

.interview-container {
	display: flex;
	display: -ms-flex;
	display: -webkit-flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-bottom: 40px;
}

/* flex 左寄せ */
.interview-container::after {
	content: "";
	display: block;
	width: 304px;
}

.interview-list {
	margin: 0 24px 76px;
	width: 288px;
}

.interview-link {
	display: block;
	font-weight: bold;
	position: relative;
}

.interview-link:hover {
	opacity: 1;
}

/*--- INTERVIEW XX ---*/
.interview-number {
	background-color: #dc0008;
	color: #fff;
	display: inline-block;
	font-size: 14px;
	font-weight: bold;
	padding: 3px 12px;
	position: absolute;
	top: 16px;
	left: -16px;
	z-index: 1;
}

/*--- 画像 ---*/
.interview-imgbox {
	height: 0px;
	margin: 0 auto 13px;
	overflow: hidden;
	padding-bottom: 139%;
	position: relative;
	width: 100%;
}

.interview-img {
	position: absolute;
	top: 50%;
	left: 50%;
	object-fit: cover;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	transition: all ease-in-out 0.4s;
	width: 100%;
	height: 100%;
}

.interview-link:hover .interview-img {
	width: 110%;
	height: 110%;
}

/*--- タイトル ---*/
.interview-title {
	color: #fff;
	font-size: 22px;
	position: absolute;
	left: 20px;
	bottom: 100px;
}

/*--- 名前 ---*/
.interview-name {
	color: #dc0008;
	font-size: 20px;
	margin: 0 auto 8px;
}

/*--- 部署 ---*/
.interview-department {
	font-size: 12px;
}

/*--- 入社年 ---*/
.interview-join {
	font-size: 12px;
}

.interview-under {
	margin: 0 auto;
	width: 960px;
}


/* 一覧の矢印マーク（ → ） */
.interview-listTxt{
	height: 70px;
	position: relative;width: 100%;
	transition: all ease-in-out 0.3s;}

.interview-link:hover .interview-listTxt {
	color: #dc0008;}

.interview-listTxt::after {
	background-image: url(../image/all/arrow_w20_red.svg);
	content: "";
	height:6px;
	position: absolute;
	bottom:0;
	right: 10px;
	transition: all ease-in-out 0.25s;
	width: 20px;
}

.interview-link:hover .interview-listTxt::after {
	right: 0;
}

@media only screen and (max-width: 767px) {
	.people-interview {
		width: 89.4%;
	}

	.interview-info {
		margin: 0 auto 55px;
		width: 100%;
	}

	.interview-container {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		margin: 0 auto;
	}

	.interview-container::after {
		display: none;
	}

	.interview-list {
		margin: 0 auto 40px;
		max-width: 288px;
		width: 85%;
	}

	.interview-under {
		display: none;
	}
}


/*==========
詳細
===========*/

.interview-info-box {
	background-color: #fff;
	font-weight: bold;
	line-height: 1.4;
	padding: 28px 30px;
	position: absolute;
	top: 72%;
	left: 5.2%;
}

/*--- 名前 ---*/
.interview-info-name {
	font-size: 24px;
	margin-bottom: 13px;
}

/*--- 部署 ---*/
.interview-info-department {
	font-size: 14px;
}

/*--- 入社年 ---*/
.interview-info-join {
	font-size: 14px;
}

.people-detail-container {
	margin: 0 auto 150px;
	width: 960px;
}

.question-list:not(:last-child) {
	margin-bottom: 90px;
}

.question-number {
	color: #dc0008;
	font-size: 56px;
}

.question-topics {
	color: #dc0008;
	font-size: 28px;
	font-weight: bold;
}

.question-topics::after {
	background-color: #dc0008;
	content: "";
	display: block;
	height: 2px;
	width: 40px;
	margin: 34px 0 38px;
}

.question-txt {
	line-height: 2;
	text-align: justify;
}

.people-detail-heading {
	font-size: 14px;
	line-height: 1;
	margin-bottom: 40px;
	text-align: center;
}

.people-detail-heading-en {
	display: block;
	font-size: 40px;
	font-weight: bold;
	margin-bottom: 8px;
}

.people-interview {
	margin: 80px auto 0;
}


@media only screen and (max-width: 767px) {
	.interview-info-box {
		margin: 0 auto;
		padding: 20px;
		position: static;
		width: 84.4%;
	}

	/*--- 名前 ---*/
	.interview-info-name {
		font-size: 20px;
		margin-bottom: 8px;
	}

	/*--- 部署 ---*/
	/*--- 入社年 ---*/
	.interview-info-department,
	.interview-info-join {
		font-size: 12px;
	}

	.people-detail-container {
		margin: 0 auto 55px;
		width: 89.4%;
	}

	.question-list:not(:last-child) {
		margin-bottom: 46px;
	}

	.question-number {
		font-size: 40px;
	}

	.question-topics {
		font-size: 20px;
	}

	.people-detail-heading {
		font-size: 12px;
	}

	.people-detail-heading-en {
		font-size: 32px;
		margin-bottom: 5px;
	}

	.people-interview {
		margin: 62px auto 0;
	}
}
