@charset "utf-8";
/* CSS Document */

.mainTitle .titleBk {
	background-image: url(../images/interview/title_bk.jpg);
}
.titleWrap {
	background: linear-gradient(90deg, #eeeeee 0%, #eeeeee 30%, rgba(255,255,255,.0) 30%, rgba(255,255,255,.0) 100%);
}
.titleWrap .title {
	background: #eeeeee;
}
/*-------------------------------------------------------------
					interviewList
---------------------------------------------------------------*/
.interviewHed {
	text-align: center;
}
.interviewHed .copy {
	display: inline !important;
	font-size: 1.625em;
	font-weight: 700;
	background: linear-gradient(transparent 60%, #fff43f 0%);
}
.interviewHed .read {
	font-size: 1.125em;
	padding-top: 2.5em;
	line-height: 1.77;
}
.interviewList {
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
}
.interviewList .item {
	width: 21.8%;
	margin: 3.125em 4.2% 0 0;
	text-align: center;
}
.interviewList .item:nth-child(4n) {
	margin-right: 0;
}
.interviewList .item span {
	display: block;
}
.interviewList .info {
	font-size: 0.875em;
	color: #5d8aa9;
	padding: 0.6em 0 0.3em;
}
.interviewList .name {
	font-size: 1.375em;
	font-weight: 700;
	margin-bottom: 0.5em;
}
.interviewList .name .en {
	font-size: 0.636em;
}
.interviewList .btn02 a {
	padding: 0.4em 0;
	font-weight: 500;
}
.interviewList .btn02 a i {
	bottom: -1.5em;
	width: 40px;
}

@media (min-width: 768px) {
.interviewList .btn02 a:hover i {
	width: 25px;
}
}

@media (max-width: 767px) {
.interviewHed .read {
	font-size: 1.125em;
	padding-top: 1.5em;
}
.interviewList .item {
	width: 48%;
	margin: 2.5em 4% 0 0;
	text-align: center;
}
.interviewList .item:nth-child(even) {
	margin-right: 0;
}
.interviewList .name .en {
	font-size: 0.625em;
	font-weight: normal;
}
.interviewList .btn02 a i {
	bottom: 1em;
	width: 20px;
	height: 0.8em;
	right: 5px;
	background: url(../images/arrow03.png) no-repeat right;
}
}
/*-------------------------------------------------------------
					interviewdetail
---------------------------------------------------------------*/
.staffHed {
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	-ms-flex-pack: justify;
	-webkit-flex-direction: row-reverse;
	-ms-flex-direction: row-reverse;
	flex-direction: row-reverse;
	-webkit-align-items: center;
	-ms-align-items: center;
	align-items: center;
}
.staffHed .staff {
	width: 58%;
}
.staffHed .staffHero {
	text-align: center;
	margin-bottom: 0.8em;
}
.staffHed .staffinfo {
	margin-left: 50px;
}
.staffHed .copy {
	display: inline !important;
	font-size: 1.875em;
	font-weight: 700;
	background: linear-gradient(transparent 60%, #fff43f 0%);
}
.staffHed .desc {
	margin: 0.8em 0 0 0;
}
.staffHed .info {
	color: #5d8aa9;
	padding: 0.6em 0 0.3em;
}
.staffHed .name {
	font-size: 1.625em;
	font-weight: 700;
	margin-bottom: 0.5em;
}
.staffHed .name .en {
	font-size: 0.615em;
	font-weight: normal;
	padding-left: 0.5em;
}
.staffHed .staffPic {
	width: 42%;
}

@media (max-width: 767px) {
.staffHed .staff {
	width: 100%;
}
.staffHed .staffinfo {
	margin: 0 10px;
	text-align: center;
}
.staffHed .copy {
	display: inline !important;
	font-size: 1.65em;
}
.staffHed .info {
	color: #5d8aa9;
	padding: 0.6em 0 0.3em;
}
.staffHed .staffPic {
	width: 100%;
	text-align: center;
}
}
.interview01 {
	background: #f6f6f6;
	padding: 3.75em 0;
	margin: 3em 0;
}
.interview01 >div, .interview02 >div {
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	-ms-flex-pack: justify;
}
.interview02 >div:nth-child(even) {
	-webkit-flex-direction: row-reverse;
	-ms-flex-direction: row-reverse;
	flex-direction: row-reverse;
	margin-top: 80px;
}
.interview01 .article >div:nth-child(even) {
	margin-top: 50px;
}
.interviewDetail .article {
	width: 59%;
}
.interviewDetail .article h4.read {
	font-size: 1.25em;
	font-weight: 700;
	line-height: 2;
	color: #101246;
	display: inline !important;
	background: url(../images/unline.png) bottom repeat-x;
	background-size: auto 2px;
	padding-bottom: 0.2em;
}
.interviewDetail .article p.txt {
	line-height: 1.875;
	margin-top: 0.8em;
}
.interview02 .pic {
	width: 36.3%;
	text-align: center;
}
.schedule {
	width: 34%;
}
.schedule .sttl {
	margin-bottom: 1.25em;
}
.schedule .items {
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
	-webkit-align-content: stretch;
	-ms-align-content: stretch;
	align-content: stretch;
	-webkit-align-items: center;
	-ms-align-items: center;
	align-items: center;
	background: linear-gradient(90deg, #101246 0%, #101246 42%, #ffffff 42%, #ffffff 100%);
}
.schedule dt {
	width: 42%;
	position: relative;
	color: #a4bac5;
	font-size: 0.875em;
	text-align: center;
	padding: 1.5em 0;
}
.schedule dt::before {
	content: '';
	background: #F8ED3D;
	border-radius: 50px;
	width: 6px;
	height: 6px;
	position: absolute;
	top: 50%;
	left: 30px;
	margin-top: -3px;
}
.schedule dt::after {
	content: "";
	background-image: url(../images/arrow03.png);
	width: 100px;
	height: 15px;
	background-size: auto;
	background-repeat: no-repeat;
	position: absolute;
	top: 50%;
	left: 50%;
	margin: 5px 0 0 -20px;
}
.schedule dd {
	width: 58%;
	font-size: 0.875em;
	padding: 1.5em 1em 1.5em 1.25em;
	border-bottom: #bfcfd6 1px dashed;
}
.schedule dd:last-child {
	border-bottom: none;
}

@media (max-width: 767px) {
.interview01 {
	padding: 3.75em 0;
	margin: 0 0;
}

.interview02 >div:nth-child(even) {
	margin-top: 40px;
}
.interview01 .article >div:nth-child(even) {
	margin-top: 25px;
}
.interviewDetail .article {
	width: 100%;
}
.interviewDetail .article h4.read {
	line-height: 1.8;
}
.interview02 .pic {
	width: 100%;
	margin-bottom: 0.8em;
}
.schedule {
	width:100%;
	margin-top: 30px;
}
}
