@charset "UTF-8";

#underlayer-ec {
  background-image: url(/assets/images/recruit/main-smp.jpg);
  background-position: center;
  background-size: cover;
}
#message h2 {
	letter-spacing: .5rem;	
}
#message h3 {
	letter-spacing: .2rem;	
}

.category-btn {
	line-height: 1.3;
}
.category-btn:hover {
	opacity: 1;	
}

#sdgs .sub {
	line-height: 2;
}
.section-title-icon {
	max-width: 40px;
	width: 100%;
}

.white-content {
	margin-top: -30px;
}


/* Tablet */
@media screen and (min-width:768px) and (max-width:1024px) {

}

/* Tablet以上 */
@media screen and (min-width:1024px) {
	#underlayer-ec {
		background-image: url(/assets/images/recruit/main-pc.jpg);
		background-position: center;
		background-size: cover;
	}
	.section-title-icon {
		max-width: 50px;
	}
	#cv .cont {
		min-height: 180px;
		height: 100%;
	}

}