@charset "utf-8";
/* CSS Document */

.mainTitle {
	background-image: url(../images/interview/ttl_bg.png);
	background-size: cover;
}

@media (max-width: 767px) {

.mainTitle .ttl img {
	height: 26px;
}
}
/*--------------------------------------------------------
   						スタッフ一覧
------------------------------------------------------------*/
.staffList {
	-js-display: flex;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
	-ms-align-items: stretch;
	-webkit-align-items: stretch;
	align-items: stretch;
}
.staffList .staff {
	width: 47.5%;
	margin: 0 50px 50px 0;
	border: #e5e5e5 2px solid;
	position: relative;
}
.staffList .staff:nth-child(even) {
	margin: 0 0 50px 0;
}
.staffList .staff .desc {
	margin: 0 30px 20px;
	border-bottom: #e5e5e5 2px solid;
}
.staffList .staff a {
	display: block;
	color: #ff0000;
	padding-top: 30px;
}
.staffList .staff:hover {
	background: #e6ce7c;
	-webkit-transition: all .8s;
	-moz-transition: all .8s;
	-ms-transition: all .8s;
	-o-transition: all .8s;
	transition: all .8s;
}
.staffList .staff a:hover {
	text-decoration: none;
	color: #fff;
	-webkit-transition: all .8s;
	-moz-transition: all .8s;
	-ms-transition: all .8s;
	-o-transition: all .8s;
	transition: all .8s;
}
.staffList .staff a .staffPic {
	margin: 0 0 20px;
	text-align: center;
}
.staffList .staff a .staffCatch {
	margin-bottom: 20px;
}
.staffList .staff a .staffCatch h3 {
	font-size: 1.37em;
	font-weight: 700;
}
.staffList .staff a .staffName {
	color: #ff0000;
	font-size: 1.37em;
	font-weight: 700;
	padding: 0 30px 30px;
	display: block;
}
.staffList .staff a .facultiesTtl {
	background: #e6ce7c;
	color: #000000;
	font-size: 16px;
	padding: 10px;
	margin-bottom: 15px;
	width: auto;
}
.staffList .staff a .staffName span {
	display: block;
	font-size: 0.6em;
	font-weight: normal;
	color: #000000;
}

@media (max-width: 767px) {
.staffList .staff {
	width: 100%;
	margin: 0 0 20px 0;
}
.staffList .staff:nth-child(even) {
	margin: 0 0 20px 0;
}
.staffList .staff .desc {
	margin: 0 15px 15px;
}
.staffList .staff a {
	padding-top: 15px;
}
.staffList .staff:hover {
	background: #ffffff;
}
.staffList .staff a:hover {
	color: #000000;
}
.staffList .staff a .staffPic {
	margin: 0 0 15px;
}
.staffList .staff a .staffCatch {
	margin-bottom: 15px;
}
.staffList .staff a .staffName {
	padding: 0 15px 15px;
}
.staffList .staff a .facultiesTtl {
	margin-bottom: 10px;
}
}
/*--------------------------------------------------------
   					インタビュー詳細/ タイトル
------------------------------------------------------------*/
.staffHed {
	border: #e5e5e5 2px solid;
	padding: 30px;
	position: relative;
	margin-bottom: 60px;
}
.staffHed .staffPic {
	text-align: right;
}
.staffHed .desc {
	position: absolute;
	width: 470px;
	top: 80px;
}
.staffHed .desc .read {
	font-size: 1.75em;
	color: #ff0000;
	font-weight: 700;
	border-bottom: #eeeeee 2px solid;
	padding-bottom: 30px;
	margin-bottom: 30px;
}
.staffHed .desc .faculties {
	display: inline-block;
	background: #e6ce7c;
	padding: 0.7em;
	font-weight: 700;
	margin-bottom: 20px;
}
.staffHed .desc .date {
	font-size: 0.875em;
}
.staffHed .desc .staffName {
	font-size: 1.375em;
	color: #ff0000;
	font-weight: 700;
}
.interviewDetail dt {
	margin: 0 0 30px;
	padding: 15px;
	font-size: 1.12em;
	font-weight: 700;
	background: #ecda9d;
}
.interviewDetail dd {
	margin: 0 0 50px;
	padding-left: 53px;
	background: url(../images/interview/icon.gif) top left no-repeat;
}
.interviewContents .btn {
	width: 415px;
	margin: 36px auto 80px;
	font-size: 1.125em;
}

@media (max-width: 767px) {
.staffHed {
	padding: 15px;
	margin-bottom: 30px;
}
.staffHed .staffPic {
	text-align: center;
	margin-bottom: 15px;
}
.staffHed .desc {
	position: relative;
	width: 100%;
	top: 0;
}
.staffHed .desc .read {
	padding-bottom: 15px;
	margin-bottom: 15px;
}
.staffHed .desc .faculties {
	display: block;
	margin-bottom: 10px;
}
.interviewDetail dt {
	margin: 0 0 15px;
	padding: 10px;
}
.interviewDetail dd {
	margin: 0 0 30px;
	padding-left: 53px;
	background: url(../images/interview/icon.gif) top left no-repeat;
}
.interviewContents .btn {
	width: 90%;
	margin: 36px auto 80px;
}
.interviewContents .btn a.btn01 {
	height: auto;
}
.interviewContents .btn a.btn01 .fa {
	position: inherit;
	margin: 0 0 0 1em;
}
}
