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

/* 中身-モバイルファースト======================================================================================================== */
#interview li{
	margin-top: 40px;
}
#interview li:first-child{
	margin-top: 0px;
}
#interview li a{
	text-decoration: none;
}
#interview li .photo{
	margin-bottom: 10px;
}
#interview li .text{
	display: flex;
	justify-content: space-between;
}
#interview li .text .num{
	width: 15vw;
	height: 15vw;
	border-radius: 15vw;
	margin-right: 2vw;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	border: solid 1px #111;
}
#interview li .text .num p{
	display: block;
	font-size: 4vw;
	line-height: 1;
}
#interview li .text .num em{
	display: block;
	font-size: 6vw;
	line-height: 1;
}
#interview li .text dl{
	flex: 1;
}
#interview li .text dl dt{
	font-weight: bold;
}
#interview li .text dl dd{
}
#interview .common_btn{
	margin-top: 20px;
}


/* PCのみ======================================================================================================== */
@media print, screen and (min-width: 751px){
#interview ul{
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
}
#interview li{
	width: 330px;
	margin-top: 105px;
	margin-left: 105px;
}
#interview li:nth-child(-n+3){
	margin-top: 0px;
}
#interview li:nth-child(3n-2){
	margin-left: 0px;
}
#interview li .photo img{
	max-width: 330px;
	max-height: 220px;
}
#interview li .text .num{
	width: 80px;
	height: 80px;
	border-radius: 80px;
	margin-right: 20px;
}
#interview li .text .num p{
	font-size: 14px;
}
#interview li .text .num em{
	font-size: 34px;
}
#interview li .text dl{
	font-size: 16px;
}
#interview .common_btn{
	margin-top: 30px;
}



}

