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



	
	
/* message
--------------------- */
#message {
	width: 100%;
	background:linear-gradient(135deg, #fff,#DFE9F3,#fff);
	background-size: 300% 200%;
	animation: bggradient 10s ease infinite;
	padding-top: 250px;
	padding-bottom: 150px;
	position: relative;
}
#message:before {
	content: "";
	width: 100%;
	height: 684px;
	background: url("/files/user/www-nidec-com/recruit/img/message/title_pht.png") no-repeat center top;
	position: absolute;
	top: 100px;
	left: 0;
}
	#message .title {
		text-align: center;
		margin-bottom: 100px;
	}
		#message .title h1 {
			font-size: 3.0rem;
			font-weight: 500;
			line-height: 1;
			color: #00AA48;
			margin-bottom: 30px;
		}

		#message .title h2 img {
			max-width: 750px;
			line-height: 1;
		}


	#message .text {
		text-align: center;
		margin-bottom: 100px;
	}
		#message .text p {
			font-size: 1.8rem;
			line-height: 2.2em;
			margin-bottom: 30px;
		}








/* 1400px */
@media screen and (max-width: 1400px) {






}












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



	
	
/* message
--------------------- */
#message {
	padding-top: 250px;
	padding-bottom: 120px;
}
#message:before {
	background: url("/files/user/www-nidec-com/recruit/img/message/title_pht.png") no-repeat center top / 100%;
	top: 180px;
}
	#message .text p {
		font-size: 1.6rem;
	}




}

	







/* max 767px */
@media screen and (max-width: 767px) {



	
	
/* message
--------------------- */
#message {
	padding-top: 150px;
	padding-bottom: 50px;
}
#message:before {
	background: url("/files/user/www-nidec-com/recruit/img/message/title_pht.png") no-repeat center top / 100%;
	top: 110px;
}
	#message .title {
		margin-bottom: 70px;
	}
		#message .title h1 {
			font-size: 2.5rem;
			margin-bottom: 20px;
		}
	
	
	#message .text {
		margin-bottom: 70px;
		text-align: left;
	}





}