.main-decorayion{
	background-color:antiquewhite;
}

.infomation-image{
	background-color:azure;
	position: relative;
}

.infomation-image img{
	width: 100%;
	height: 250px;
	object-fit: cover;
	opacity: 0.2;
}

.infomation-image__title{
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	font-size: 50px;
	text-align: center;
}

/*求人情報*/

.overview-font{
	font-size: 30px;
	margin-top: 50px;
	margin-left: 15%;
}

hr{
	border-top: thick solid;
	width: 75%;
	margin: 15px auto;
}

/*求人メイン*/

.info-frame{
	font-size: 18px;
	width: 	55%;
	margin: 30px auto;
}

.info-frame__row{
	border-top: solid 2.5px #A4A4A4;
	
}

.info-frame__head{
	background-color: #FCF1EE;
	width: 200px;
	padding: 20px 0 20px 20px;
	text-align: left;
}

.info-frame__data{
	padding: 20px 0 20px 20px;
}

.info-frame__underline{
	border-bottom: solid 2.5px #A4A4A4;
}

.info-frame__data p{
	line-height: 20px;
}

/*リンクエフェクト*/

.article-link{
	width: 100%;
	margin: auto;
}

.article-link__recruit{
	width: 182px;
	margin-bottom: 60px;
	overflow: hidden;
}

.article-link__recruit a{
	display: block;
	text-align: center;
	width: 170px;
	padding: 5px;
	font-size: 22px;
	text-decoration: none;
	color: black;
	font-weight: bold;
	background-color: ;
	border: 1px solid #8A2908;
	border-radius: 3px;
	transition: .4s;
	position: relative;
}

.article-link__recruit a:before{
	content: "";
	z-index: -1;
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: -100%;
	background-color: #8A2908;
	transition: .4s;
	border-radius: 3px;
}

.article-link__recruit a:hover{
	color: white;
	background-color: #8A2908;
	border-radius: 3px;
}

.article-link__recruit a:hover:before{
	left: 0;
}


/* ========== iPad版の設定 =========== */


@media(max-width: 768px){
	
	.info-frame{
		font-size: 15px;
		width: 450px;
	}
	
	.info-frame__data{
		width: 300px;
	}
}

@media(max-width: 414px){
	
	hr{
		border-top: solid;
		margin: 5px auto;
	}
	
	.info-frame{
		font-size: 18px;
		width: 360px;
	}
	
	.info-frame__head{
		width: 125px;
		padding: 10px;
	}
	
	.info-frame__data{
		padding: 12px;
	}
	
	.article-link__recruit{
		margin-bottom: 40px;
	}
}

@media(max-width: 375px){
	
	.info-frame{
		font-size: 16px;
		width: 335px;
		margin: 20px auto;
	}
	
	.article-link__recruit{
		width: 165px;
	}
	
	.article-link__recruit a{
		font-size: 25px;
		border: 2px solid #8A2908;
		width: 150px;
	}
	
	.article-link__recruit{
		margin: 20px 0 40px;
	}
}
