@charset "utf-8";

/***********************************************************************

------------------------------------------------------------------------
先輩スタッフの声
***********************************************************************/

/* ---------------------------
一覧ページ
----------------------------- */

.voice {}

.voice-list .voice-item-wrap {
	max-width: 990px;
	width: 100%;
	margin-inline: auto;
	margin-top: 100px;
	position: relative;
}
.voice-list .voice-item {
	display: flex;
	flex-direction:column-reverse;
	flex-wrap: wrap;
	box-shadow: 0px 0px 16px -6px #b9b9b9;
	border-radius: 16px;
	overflow: hidden;
}
.voice-item picture {
	background: #E1F4FC;
	text-align: center;
	height: 330px;
}
.voice-item picture img {
	height: inherit;
}
.voice-item .voice-item-data {
	width: 100%;
	padding-bottom: 32px;
}
.voice-list .voice-item .voice-item-data {
	width: 100%;
	padding: 32px;
}

.voice-item .voice-item-data .voice-catch {
	text-align: center;
	font-size: 32px;
	font-weight: bold;
}

.voice-name > h3 {
	display: flex;
	align-items: center;
	gap: 30px;
	justify-content: center;
	margin-top: 20px;
}
.voice-name > h3 em {
	background: url(../img/common/ic_face_gr.svg) no-repeat left center;
	padding-left: 36px;
}
.voice-item-btn {
	text-align: center;
	margin-top: 30px;
}
.voice-item-btn a {
	display: inline-block;
	color: #fff;
	background: #0235AB url(../img/common/ic_cir_arr_right_wh.svg) no-repeat right 1em center;
	text-align: center;
	max-width: 450px;
	width: 100%;
	padding: 1em;
	border-radius: 40px;
}
.voice-item-btn a::after {
	content:"";
	width: 100%;
	height: 100%;
	display: block;
	position: absolute;
	left: 0;
	top: 0;
}
@media only screen and (max-width: 767px) {
	.voice-list .voice-item-wrap {
		margin-top: 60px;
	}
	.voice-item .voice-item-data .voice-catch {
		font-size: 22px;
	}
	.voice-list .voice-item .voice-item-data {
		width: 100%;
		padding: 20px;
	}
	.voice-item picture {
		height: 240px;
	}
	.voice-name > h3 {
		font-size: 16px;
	}
}

/* ---------------------------
　記事
----------------------------- */

.interview {}
.interview + .interview {
	margin-top: 120px;
	position: relative;
}
.interview + .interview::after {
	content: "";
	width: 66px;
	height: 3px;
	background: #32AB02;
	display: block;
	position: absolute;
	left: 0;
	top: -60px;
}
.interview .interview-tit {
	padding-bottom: 38px;
}
.interview .interview-tit h4 {
	font-size: 24px;
	font-weight: bold;
	color: #0235AB;
}
@media only screen and (max-width: 767px) {
	.interview .interview-tit h4 {
		font-size: 18px;
	}
}
