@charset "utf-8";

/***********************************************************************

------------------------------------------------------------------------
先輩インタビュー TOP
***********************************************************************/

#main.license-home {
}
#main.license-home .cate-bGreen { background-color: #5faa82;}
#main.license-home .cate-orange { background-color: #e98b4b;}

/* 最新インタビュー
========================================== */

#main.license-home #newest {
	margin-top: 40px;
}
#main.license-home #newest ul {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 25px 24px;
}
#main.license-home #newest ul li {
}
#main.license-home #newest ul li a {
	display: block;
	box-shadow: 0 0 8px rgba(0,0,0,0.2);
	background-color: #fff;
	width: 100%;
	max-width: 325px;
	height: 100%;
	text-decoration: none;
	position: relative;
}
#main.license-home #newest ul li a::after {
	content: "";
	background: url("../img/recruit/arrow_blue.png") center / cover no-repeat;
	width: 40px;
	height: 11px;
	position: absolute;
	bottom: 20px;
	right: 20px;
}
#main.license-home #newest ul li a figure {
	position: relative;
}
#main.license-home #newest ul li a figure > img {
}
#main.license-home #newest ul li a figure figcaption {
	position: absolute;
	top: 0;
	left: 0;
	display: inline-block;
	color: #fff;
	line-height: 1;
	padding: 5px 5px 7px;
	letter-spacing: 0;
}
#main.license-home #newest ul li a .newest-list-txt {
	min-height: 245px;
	padding: 20px 20px 15px;
}
#main.license-home #newest ul li a .newest-list-txt .catch-txt {
	min-height: 108px;
	display: flex;
	justify-content: flex-end;
	align-items: center;
}
#main.license-home #newest ul li a .newest-list-txt .catch-txt img {
}
#main.license-home #newest ul li a .newest-list-txt p {
	font-size: 20px;
	margin-top: 30px;
	font-weight: 700;
}
#main.license-home #newest ul li a .newest-list-txt p .staff-year {
	font-size: 12px;
	color: #fff;
	background-color: #004098;
	display: flex;
	justify-content: center;
	align-items: center;
	width: 84px;
	height: 22px;
}
#main.license-home #newest ul li a .newest-list-txt p .staff-group {
	display: block;
	font-size: 15px;
	line-height: 1.4;
	margin-top: 5px;
}

/* アーカイブ
========================================== */

#main.license-home #archive {
	margin-top: 60px;
	padding-bottom: 50px;
}
#main.license-home #archive ul {
	margin-top: 20px;
}
#main.license-home #archive ul li {
	margin-top: 15px;
}
#main.license-home #archive ul li a {
	display: flex;
	align-items: center;
	box-shadow: 0 0 8px rgba(0,0,0,0.2);
	background-color: #fff;
	width: 100%;
	height: 130px;
	text-decoration: none;
	position: relative;
}
#main.license-home #archive ul li a::after {
	content: "";
	background: url("../img/recruit/arrow_blue.png") center / cover no-repeat;
	width: 40px;
	height: 11px;
	position: absolute;
	top: 50%;
	right: 25px;
	transform: translateY(-50%);
}
#main.license-home #archive ul li a [class^="cate-"] {
	position: absolute;
	top: 0;
	left: 0;
	display: inline-block;
	color: #fff;
	line-height: 1;
	padding: 5px 5px 7px;
	letter-spacing: 0;
}
#main.license-home #archive ul li a .catch-txt {
	width: 550px;
	padding-top: 20px;
	padding-left: 40px;
}
#main.license-home #archive ul li a > p {
	width: 220px;
	font-size: 20px;
	font-weight: 700;
}
#main.license-home #archive ul li a > p .staff-year {
	font-size: 12px;
	color: #fff;
	background-color: #004098;
	display: flex;
	justify-content: center;
	align-items: center;
	width: 84px;
	height: 22px;	
}
#main.license-home #archive ul li a > p .staff-group {
	display: block;
	font-size: 15px;
	line-height: 1.4;
	margin-top: 5px;
}
@media only screen and (max-width:767px) {
	#main.license-home #archive {
		padding-bottom: 0;
	}
	#main.license-home #archive ul li a {
		flex-wrap: wrap;
		height: auto;
		row-gap: 25px;
		padding-bottom: 50px;
	}
	#main.license-home #archive ul li a::after {
		top: auto;
		bottom: 20px;
		right: 20px;
		transform: none;
	}
	#main.license-home #archive ul li a .catch-txt {
		width: 100%;
		padding: 45px 15px 0;
		text-align: center;
	}
	#main.license-home #archive ul li a > p {
		width: calc(100% - 150px);
		padding: 0 15px;
	}
	#main.license-home #archive ul li a figure {
		width: 150px;
	}
	#main.license-home #archive ul li a figure img {
		width: 150px;
		height: 130px;
	}
}