@charset "utf-8";

.pageContent {

}

.interviewList li {
	width: 100%;
	height: 390px;
	padding: 30px 50px;
	margin-bottom: 30px;
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-end;
	flex-direction: column;
	position: relative;
	overflow: hidden;
}

.interviewList li a:after {
	content: "";
	width: 100%;
	height: 280px;
	background: url(../img/interview/interview_shadow.png) 0 0 repeat-x;
	background-size: cover;
	display: inline-block;
	vertical-align: middle;
	position: absolute;
	bottom: 0;
	left: 0;
	z-index: 2;
}

.interviewList li a {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: flex-end;
}

.num {
	width: max-content;
	margin-bottom: 5px;
	padding: 0 10px;
	position: relative;
	z-index: 3;
	color: #FFF;
	font-family: "Michroma", sans-serif;
	font-size: 1.8rem;
	border: 1px solid #FFF;
	display: block;
}

.catchCopy {
	/* padding-bottom: 5px; */
	position: relative;
	z-index: 3;
	color: #FFF;
	font-size: 2.4rem;
	font-weight: bold;
}

.companyInfo {
	position: relative;
	z-index: 3;
	color: #FFF;
	font-size: 2rem;
	font-weight: bold;
}

.interviewImg {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
	transition: all 0.3s ease-in-out 0s;
}

.interviewImg img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.interviewList a:hover .interviewImg{
	transform: scale(1.1);
}


/* ----------------------------------- */
/* 詳細 */
/* ----------------------------------- */
.singleInterview #pageHead {
	height: 750px;
}

.singleInterview #pageHead::after {
	content: "";
	width: 100%;
	height: 400px;
	background: url(../img/interview/interview_shadow.png) 0 0 repeat-x;
	background-size: cover;
	display: inline-block;
	vertical-align: middle;
	position: absolute;
	bottom: 0;
	left: 0;
	z-index: 2;
}

.singleInterview .pageTitleWrap {
	height: 100%;
	padding-bottom: 30px;
	display: flex;
	flex-wrap: wrap;
	flex-direction: column;
	justify-content: flex-end;
	align-items: flex-start;
	position: relative;
	z-index: 3;
}

.singleInterview .catchCopy {
	padding-bottom: 5px;
	position: relative;
	z-index: 3;
	color: #FFF;
	font-size: 3rem;
	font-weight: bold;
}

.singleInterview .companyInfo {
	position: relative;
	z-index: 3;
	color: #FFF;
	font-size: 2.2rem;
	font-weight: bold;
}

#singleInterviewContent {
	padding: 50px;
	margin-bottom: 50px;
	box-shadow: 0px 5px 15px 0px rgba(0, 0, 0, 0.35);
	border-radius: 20px;
}

.intervieMovie {
	margin-bottom: 30px;
}

.intervieMovie iframe {
	width: 100%;
	height: 100%;
	aspect-ratio: 560 / 315;
}

.interviewContent {
	padding-bottom: 30px;
}

.interviewContent h2 {
	padding: 15px 20px;
	margin-top: 30px;
	margin-bottom: 20px;
	font-size: 2.4rem;
	font-weight: bold;
	background: #eeeeee;
	border-radius: 10px;
}

.interviewContent h3 {
	margin-bottom: 10px;
	font-size: 2.2rem;
	font-weight: bold;
}

.interviewContent p {
	padding-bottom: 1em;
	font-size: 1.8rem;
	line-height: 1.8;
}

/* Q&Aブロック（画像付き） */
.interviewQaItem {
	margin-top: 30px;
}

.interviewQaItem:first-child {
	margin-top: 0;
}

.interviewQaRow {
	display: flex;
	flex-wrap: wrap;
	align-items: flex-start;
	gap: 24px;
}

.interviewQaRow .interviewQaBody {
	flex: 1;
	min-width: 0;
}

.interviewQaRow .interviewQaImg {
	flex: 0 0 300px;
}

.interviewQaItem:nth-of-type(odd) .interviewQaRow {
	flex-direction: row;
}

.interviewQaItem:nth-of-type(even) .interviewQaRow {
	flex-direction: row-reverse;
}

.interviewQaImg img {
	width: 100%;
	height: auto;
	vertical-align: top;
	object-fit: cover;
}

.interviewContent a {
	color: #0f74c9;
	transition: all 0.3s ease-in-out 0s;
}

.interviewContent a:hover {
	opacity: 0.7;
}

#interviewCompany {
	padding: 40px;
	border: 1px solid #7d7d7d;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 40px;
	font-size: 1.6rem;
}

#icImg {
	width: 200px;
}

#icImg img {
	width: 100%;
	height: auto;
}

#icInfo {
	flex: 1;
}

#icName {
	padding-bottom: 8px;
	font-weight: bold;
	font-size: 2.2rem;
}

#icWebsite {
	padding-bottom: 16px;
	font-size: 1.6rem;
}

#icWebsite a {
	color: #176ac8;
	text-decoration: underline;
}

#icWebsite a:hover {
	text-decoration: none;
}

.icBox {
	margin-bottom: 16px;
}

.icBox:last-child {
	margin-bottom: 0;
}

.icBoxTitle {
	display: inline-block;
	width: 150px;
	padding: 0.1em 0.5em;
	text-align: center;
	font-size: 1.5rem;
	/* border: 1px solid #7d7d7d; */
	background: #eee;
}

.icBoxContent {
	font-size: 1.5rem;
	line-height: 1.7;
}

.icBoxContent .textIndent {
	display: inline-block;
	text-indent: 5.4em;
}

#backBtn {
	width: 320px;
	margin: 0 auto;
}

.interviewContent .lead {
	padding: 20px;
	border: 1px solid #7d7d7d;
}

.interviewContent .lead dt {
	font-weight: bold;
	padding-bottom: 10px;
	font-size: 2rem;
}

.interviewContent .lead dd {
	font-size: 1.8rem;
}

#icContact {
	font-size: 1.3rem;
}

#icInfo .icBoxContent a {
	color: #0f74c9;
}

