.interview_header_card {
	display: flex;
	align-items: stretch;
	width: 680px;
	min-height: 100px;
	margin: 0 0 11px 0;
	border: 1px solid #b9b9b9;
	background: #fff;
	overflow: hidden;
}

.interview_header_card__figure {
	position: relative;
	flex: 0 0 112px;
	background-color: #d9ecff;
	background-image: url("/common/img/interview/interview_reqruit.png");
	background-position: center bottom;
	background-repeat: no-repeat;
	background-size: contain;
}

.interview_tenshokusha .interview_header_card__figure {
	background-color: #ece0f4;
	background-image: url("/common/img/interview/interview_success.png");
	background-position: center bottom;
	background-repeat: no-repeat;
	background-size: contain;
}

.interview_header_card__body {
	flex: 1 1 auto;
	padding: 14px 22px 12px;
	color: #fff;
}

.interview_saiyougawa .interview_header_card__body {
	background: linear-gradient(90deg, #76b28d 0%, #b9dbc9 100%);
}

.interview_tenshokusha .interview_header_card__body {
	background: linear-gradient(90deg, #6c71ab 0%, #c6c6e2 100%);
}

.interview_header_card__eyebrow {
	font-size: 20px;
	font-weight: bold;
	line-height: 1.2;
}

.interview_header_card__eyebrow span {
	font-weight: normal;
}

.interview_saiyougawa h1.interview_header_card__title,
.interview_tenshokusha h1.interview_header_card__title {
	width: auto !important;
	height: auto !important;
	background: none !important;
	text-indent: 0 !important;
	padding: 8px 0 0 !important;
	margin: 0 !important;
	color: #fff !important;
	font-size: 19px !important;
	font-weight: bold;
	line-height: 1.4;
	border: 0 !important;
	box-shadow: none !important;
}

.interview_tenshokusha h1.interview_header_card__title {
	font-size: 18px !important;
}

.interview_meta_line {
	margin: 2px 0 10px;
	text-align: right;
	font-size: 16px;
	font-weight: bold;
	color: #222;
}

@media screen and (max-width: 767px) {
	.interview_header_card {
		width: 100%;
		min-height: 82px;
	}

	.interview_header_card__figure {
		flex-basis: 84px;
	}

	.interview_header_card__body {
		padding: 10px 14px;
	}

	.interview_header_card__eyebrow {
		font-size: 16px;
	}

	.interview_header_card__title,
	.interview_tenshokusha .interview_header_card__title {
		font-size: 15px !important;
		line-height: 1.4;
	}

	.interview_meta_line {
		font-size: 14px;
	}
}
