@charset "UTF-8";


/* info kv ---------------------------------------*/

.infokv {
	background: url(../img/recruit/webp/kv.jpg.webp) no-repeat center/cover;
}

/* info ---------------------------------------*/

.info {
	padding-top: 120px;
	position: relative;
}

.info-bg {
	position: absolute;
	bottom: 0;
	left: 0;
	z-index: -1;
}

.info img {
	max-width: 840px;
	width: 43.75vw;
	height: auto;
	object-fit: contain;
}

.infoline-container{
	background: #FFF;
    width: 100%;
    gap: 150px;
    box-shadow: 10px 10px 0 #CDCAC521;
	padding: 80px 160px 120px;
}

.info-date{
	text-align: right;
}

.info-title{
	font-size: 20px;
	padding: 60px 120px 0px;
	text-align: center;
	line-height: 32px;
}

.info-text{
	padding-top: 60px;
	line-height: 32px;
}
/* small pc */
@media screen and (min-width: 768px) and (max-width: 1200px) {
}
@media screen and (max-width: 767px) {


	/* info kv ---------------------------------------*/

	.infokv {
		background: url(../img/recruit/webp/kv_sp.jpg.webp) no-repeat center/cover;
	}

	/* info ---------------------------------------*/

	.info {
		padding-top: 60px;
	}

	.info-bg img {
		width: 160px;
		height: 190px;
	}

	.info-title{
		text-align: center;
		padding: 20px 20px 0px;
	}

	.info-text{
		padding-top: 30px;
	}
	
	.infoline-container {
		padding: 12px 20px 40px;
		box-shadow: 6px 6px 0 #CDCAC521;
	}

}
/* EOF . don't move! */