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

/*----------------------------------------------------
	☆uniq
----------------------------------------------------*/
.concept .head00 {
	background: url(../images/longlifelogo.png) center top no-repeat;
	background-size: 38px auto;
	padding-top: 35px;
	margin-bottom: 30px;
	text-align: center;
	font-weight: normal;
	font-size: 2.3em;
	color: #c00000;
}

.concept .tx {
	text-align: center;
	font-size: 1.23em;
	line-height: 2em;
	margin-bottom: 30px;
}

.career_ttl {
	margin-bottom: 30px;
	text-align: center;
	font-weight: normal;
	font-size: 2.3em;
	color: #c00000;
}

.group {
	display: flex;
	width: 100%;
	justify-content: space-between;
}

.group li {
	width: 48%;
}

.group div{
	margin-bottom: 15px;
}

.group div img {
	width: 100%;
}

.group .name {
	font-size: 18px;
	font-weight: bold;
}

#contents .recruit {
	overflow: hidden;
	margin-bottom: 70px;
}

#contents .recruit li.li01 {
	background: url(../images/img_index_01.jpg) top center no-repeat;
}

#contents .recruit li.li02 {
	background: url(../images/img_index_02.jpg) top center no-repeat;
}

#contents .recruit li {
	float: left;
	width: 100%;
	background-position: top center;
	background-size: cover !important;
	position: relative;
}

#contents .recruit li::before {
	content: "";
	display: block;
	padding-top: 33.3333%;
}

#contents .recruit li a {
	color: #FFF;
	text-align: center;
	display: block;
	left: 0;
	top: 0;
	position: absolute;
	width: 100%;
	height: 100%;
}

#contents .recruit li .table {
	display: table;
	width: 100%;
	height: 100%;
}

#contents .recruit li .tablecell {
	display: table-cell;
	width: 100%;
	vertical-align: middle;
	height: 100%;
}

#contents .recruit li .tx01 {
	font-size: 3em;
	margin-bottom: 10px;
}

.banners {
	padding: 50px 0;
}

.banners+.banners {
	padding-top: 0;
}

.banners img {
	max-width: 100%;
}

@media screen and (max-width:768px) {
	.concept .head00 {
		font-size: 1.4em;
		margin-bottom: 15px;
	}

	.concept .tx {
		font-size: 1.08em;
		line-height: 1.6em;
		margin-bottom: 15px;
		text-align: left;
	}

	.career_ttl {
		font-size: 1.4em;
		margin-bottom: 15px;
	}

	.group .name {
		font-size: 16px;
	}

	#contents .recruit {
		margin-bottom: 30px;
	}

	#contents .recruit li {
		float: none;
		width: 100%;
	}

	#contents .recruit li .tx01 {
		font-size: 1.8em;
	}
}