@charset "utf-8";


.template0001_08 {
	text-align: justify;
	text-justify: inter-ideograph;
}

/*------------------------------
リスト共通
------------------------------*/
.template0001_08_list a {
	display: block;
	background: #fff;
	box-shadow: rgb(149 157 165 / 20%) 0px 8px 24px;
}

.template0001_08_list img {
	display: block;
	width: 100%;
	aspect-ratio: 3 / 2;
	object-fit: cover;
}

.template0001_08_list a > div {
	padding: 20px;
}

.template0001_08_list a > div > p + p {
	margin-top: 5px;
}

@media (min-width:768px){
	.template0001_08_list {
		display: flex;
		justify-content: center;
		flex-wrap: wrap;
	}

	.template0001_08_list a {
		width: 360px;
		margin: 15px;
		transition: all .3s;
	}

	.template0001_08_list a:hover {
		box-shadow: rgb(149 157 165 / 30%) 0px 8px 24px;
	}
}

@media screen and (max-width:767px){
	.template0001_08_list a + a {
		margin-top: 20px;
	}
}

/*------------------------------
リスト独自
------------------------------*/
.template0001_08_list .job_title {
	font-size: 110%;
	font-weight: bold;
}

.template0001_08_list .job_icon span {
	display: inline-block;
	margin: 5px 5px 0 0;
	padding: 5px;
	border: 1px solid #999;
	border-radius: 3px;
	font-size: 80%;
	line-height: 1;
}

.template0001_08_list .job_pr {
	margin-top: 20px;
	font-size: 80%;
}

.template0001_08_list .job_view_detail {
	color: #009cd3;
}

.template0001_08_list .job_view_detail:before {
	content: "★";
}

@media (min-width:768px){
	.template0001_08_list a{
		position: relative;
	}

	.template0001_08_list a:after {
		display: block;
		content: '';
		position: absolute;
		margin-left: -8px;
		left: 50%;
		bottom: 20px;
		width: 12px;
		height: 12px;
		border-top: 2px solid #111;
		border-right: 2px solid #111;
		transform: rotate(135deg);
    }

	.template0001_08_list a > div {
		padding: 20px 20px 40px;
	}
}
























