@charset "utf-8";
/* Home
------------------------------------------------*/
#home .aboutSec_home {
	overflow: hidden;
}

#home .recruit {
	border: 2px solid #f00;
	margin-bottom: 40px;
	padding: 20px;
	border-radius: 5px;
}

#home .recruit h1 {
	position: relative;
	font-size: 1.600em;
	font-weight: bold;
	line-height: 1.6;
	padding-left: 60px;
}

#home .recruit h1:after {
	content: '募集';
	position: absolute;
	left: 0;
	top: 0;
	display: block;
	background: #f00;
	color: #fff;
	font-size: 0.708em;
	font-weight: bold;
	margin-right: 10px;
	padding: 8px 10px 5px;
	border-radius: 3px;
}

#home .recruit p {
	font-size: 1em;
	font-weight: bold;
	text-align: right;
	margin-top: 10px;
}

#home .aboutBox_home {
	background-color: #f4f2e2;
	-webkit-border-radius: 5px;
	   -moz-border-radius: 5px;
			border-radius: 5px;
}

#home .about_home {
	background: #f4f2e2 url(../../images/home/bg_index_001.png) no-repeat right bottom;
	margin-bottom: 40px;
	padding: 40px 40px 35px 40px;
}

#home .about_home h1 {
	font-size: 1.846em;
	font-weight: bold;
	margin-bottom: 15px;
}

#home .about_home h1 span {
	font-size: 0.708em;
	font-weight: bold;
}

#home .about_home p {
	width: 78%;
	font-size: 1.154em;
	font-weight: bold;
	line-height: 2.1;
	text-shadow: 2px 2px 5px #fff,
				 -2px 2px 5px #fff,
				 2px -2px 5px #fff,
				 -2px -2px 5px #fff;
}

#home .about_home p.small {
	font-size: 0.923em;
	line-height: 1.7;
	margin-top: 10px;
}

#home .aboutB_home {
	height: 130px;
	padding: 30px;
}


#home .aboutA_home h1, #home .aboutB_home h1 {
	font-size: 1.385em;
	font-weight: bold;
	text-align: center;
	margin-bottom: 20px;
	-webkit-border-radius: 3px;
	   -moz-border-radius: 3px;
			border-radius: 3px;
}

#home .aboutA_home h1 a, #home .aboutB_home h1 a {
	display: block;
	color: #fff;
	font-weight: bold;
	text-decoration: none;
	padding: 10px 0;
}

#home .aboutA_home h1 {
	background: #138c43;
}

#home .aboutA_home h1:hover {
	background: #0d7637;
	transition: 0.2s;
}

#home .aboutB_home h1 {
	background: #ee741f;
}

#home .aboutB_home h1:hover {
	background: #d36316;
	transition: 0.2s;
}

#home .aboutA_home p, #home .aboutB_home p {
	font-weight: bold;
	line-height: 2;
}


#home .workSec_home {
	position: relative;
	width: 100%;
	background: #e6ebca;
	margin-top: 120px;
	padding-top: 78px;
}

#home .workSec_home:before {
	content: url("../../images/home/bg_index_002.png");
	display: block;
	position: absolute;
	width: 100px;
	height: 100px;
	top: -50px;
	left: 50%;
	margin-left: -50px;
}

#home .workSec_home h1 {
	margin-bottom: 15px;
}

#home .workSec_home .bxslider li {
	max-width: 220px;
	margin-right: 60px;
}

#home .workSec_home .bxslider li a {
	display: block;
	text-decoration: none;
}

#home .workSec_home .bxslider li a:hover {
	opacity: 0.7;
	transition: 0.3s;
}

#home .workSec_home .workDetail_home {
	background: #fff;
	height: 90px;
	padding: 15px;
}

#home .workSec_home .workDetail_home h2 {
	color: #333;
	font-weight: bold;
	margin-bottom: 10px;
}

#home .workSec_home .workDetail_home p {
	color: #333;
}


#home .news {
	overflow: hidden;
	padding: 40px 0;
}

#home .news .newsHead {
	float: left;
	width: 25%;
	height: 120px;
}

#home .news .newsBody {
	float: left;
	width: 75%;
	height: 120px;
	overflow-y: scroll;
}


#home .news h1 {
	height: auto;
	background-position: left 45px;
	line-height: 120px;
}

#home .news dl dt {
	clear: left;
	float: left;
	width: 11em;
	color: #666;
	font-weight: bold;
	line-height: 1.6;
	margin-bottom: 10px;
	padding-bottom: 5px;
}

#home .news dl dt span {
	color: #a92222;
	font-weight: bold;
}

#home .news dl dd {
	line-height: 1.6;
	margin-bottom: 10px;
	padding: 0 0 5px 11em;
}



/* 1 */
@media only screen and (max-width : 1160px) {
	/* Home
	------------------------------------------------*/
}



/* 2 */
@media only screen and (max-width : 1060px) {
	/* Home
	------------------------------------------------*/
	#home .workSec_home h1 {
		background-position: left center;
		text-align: left;
		padding: 0 0 0 30px;
	}


	#home .news {
		padding: 40px 30px;
	}

	#home .news .newsHead {
		float: none;
		width: 100%;
		height: auto;
	}

	#home .news .newsBody {
		float: none;
		width: 100%;
		height: auto;
		overflow-y: auto;
	}


	#home .news h1 {
		background-position: left top;
		line-height: normal;
	}
}



/* 3 */
@media only screen and (max-width : 960px) {
	/* Home
	------------------------------------------------*/
	#home .about_home {
		background-size: 40%;
	}
	#home .about_home h1 {
		text-align: center;
	}

	#home .about_home p {
		width: auto;
		line-height: 1.9;
	}




	#home .aboutA_home {
		float: none;
		width: auto;
		height: auto;
		margin-bottom: 40px;
	}

	#home .aboutB_home {
		float: none;
		width: auto;
		height: auto;
	}


	#home .aboutA_home h1, #home .aboutB_home h1 {
		font-size: 1.385em;
		font-weight: bold;
		text-align: center;
		margin-bottom: 20px;
		-webkit-border-radius: 3px;
		   -moz-border-radius: 3px;
				border-radius: 3px;
	}

	#home .aboutA_home h1 a, #home .aboutB_home h1 a {
		display: block;
		color: #fff;
		font-weight: bold;
		text-decoration: none;
		padding: 10px 0;
	}

	#home .aboutA_home h1 {
		background: #138c43;
	}

	#home .aboutA_home h1:hover {
		background: #0d7637;
		transition: 0.2s;
	}

	#home .aboutB_home h1 {
		background: #ee741f;
	}

	#home .aboutB_home h1:hover {
		background: #d36316;
		transition: 0.2s;
	}

	#home .aboutA_home p, #home .aboutB_home p {
		font-weight: bold;
		line-height: 2;
	}


	#home .news h1 {
		background-position: center top;
	}
}



/* 4 */
@media only screen and (max-width : 800px) {
	/* Home
	------------------------------------------------*/
	#home .recruit {
		box-sizing: border-box;
	}

	#home .recruit h1 {
		font-size: 1.600em;
		padding: 50px 0 0 0;
	}

	#home .recruit h1:after {
		width: 100%;
		letter-spacing: 5px;
		text-align: center;
		box-sizing: border-box;
	}
}



/* 5 iphone6s plus */
@media only screen and (max-width : 660px) {
	/* Home
	------------------------------------------------*/
	#home .about_home h1 {
		text-align: left;
	}

	#home .news {
		overflow: hidden;
		padding-top: 40px;
		padding-bottom: 40px;
	}

	#home .news dl dt {
		float: none;
		width: auto;
		margin-bottom: 0;
	}

	#home .news dl dd {
		line-height: 1.6;
		margin-bottom: 20px;
		padding: 0 0 5px 0
	}
}



/* iphone6s */
@media only screen and (max-width : 420px) {
	/* Home
	------------------------------------------------*/
	#home .recruit {
		box-sizing: border-box;
	}

	#home .recruit h1 {
		font-size: 1.200em;
	}

	#home .recruit h1:after {
		font-size: 1em;
	}


	#home .about_home h1 {
		font-size: 1.462em;
	}

	#home .about_home h1 span {
		font-size: 1em;
	}

	#home .about_home p {
		font-size: 1em;
	}

	#home .aboutA_home p, #home .aboutB_home p {
		line-height: 1.8;
	}
}



/* 6 iphone5s */
@media only screen and (max-width : 375px) {
	/* Home
	------------------------------------------------*/
	#home .about_home h1 {
		font-size: 1.231em;
	}

	#home .aboutA_home h1, #home .aboutB_home h1 {
		font-size: 1.231em;
		margin-bottom: 15px;
	}

	#home .workSec_home .bxslider li {
		margin-right: 30px;
		margin-left: 30px;
	}
}



/* 7 */
@media only screen and (max-width : 330px) {
	/* Page
	------------------------------------------------*/
}
