@charset "UTF-8";
/* CSS Document */

/* 中身-モバイルファースト======================================================================================================== */
#title .photo{
	margin-bottom: 10px;
}
#title .text em{
	font-weight: bold;
}
#title .text h3{
	font-size: 18px;
}

#interview li{
	background-color: #EEE;
	margin-top: 20px;
	position: relative;
}
#interview li:first-child{
	margin-top: 0px;
}
#interview li .photo{
	margin-bottom: 10px;
	text-align: center;
}
#interview li .text{
	padding: 4vw;
}
#interview li .num{
	width: 15vw;
	height: 15vw;
	background-color: #111;
	color: #FFF;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 10;
}
#interview li .num p{
	font-size: 3vw;
	line-height: 1.1;
}
#interview li .num em{
	font-size: 6vw;
	line-height: 1.1;
}
#interview li h5{
	font-weight: bold;
	margin-bottom: 10px;
}




/* PCのみ======================================================================================================== */
@media print, screen and (min-width: 751px){
#title{
	display: flex;
	align-items: center;
}
#title .photo{
}
#title .text{
	flex: 1;
	margin-left: 40px;
}
#title .text em{
	font-size: 16px;
	margin-bottom: 20px;
}
#title .text h3{
	font-size: 20px;
}

#reason{
	text-align: center;
}

#interview li{
	margin-top: 40px;
	display: flex;
}
#interview li:nth-child(odd){
	flex-direction: row-reverse;
}
#interview li .photo{
	margin-bottom: 0px;
}
#interview li .photo img{
	max-width: 420px;
	max-height: 280px;
}
#interview li .text{
	padding: 40px 40px 40px 120px;
	flex: 1;
	position: relative;
}
#interview li .num{
	width: 80px;
	height: 80px;
}
#interview li .num p{
	font-size: 12px;
}
#interview li .num em{
	font-size: 40px;
}


}

