/*--------スライダー--------*/
.slide {
    width: 100%;
	  height: auto !important;
}
.slide a > img,
.slide a > picture > img,
.slide img,
.slide picture > img {
    width: 100%;
}
.carousel {
	box-shadow: 0 1px 10px rgba(0,0,0,0.2);
}
.carousel-inner {
	width: 100vw !important;
}


/*--------TOP_contents--------*/
#wrap_TOP_cont1,
#wrap_TOP_cont2,
#wrap_TOPnews {
  margin: 0 calc(50% - 50vw);
  padding: 40px calc(50vw - 50%);
  width: 100vw;
}
#TOP_cont1,
#TOP_cont2,
#TOPnews {
	width: 800px;
	margin: 0 auto;
}
.TOP_cont1_in,
.TOP_cont2_in {
	width: 250px;
	float: left;
	margin: 0 25px 0 0;
}
#TOP_cont1_3,
#TOP_cont2_3 {
	margin-right: 0;
}

/* TOP_cont1 */
#wrap_TOP_cont1 {
	background: #f7f3eb;
	background-size:cover;
}
.TOP_cont1_in a {
	display: block;
	width: 250px;
	padding: 20px;
	background: #ffffff;
}
.TOP_cont1_in a:hover {
	opacity: 0.5;
}
.TOP_cont1_in h2 {
	width: 210px;
	height: 170px;
	margin: 0 0 20px 0;
	text-indent: -9999px;
}
#TOP_cont1_1 h2 {
	background: url(../../../../wp-content/uploads/job_ic1.gif) no-repeat center top;
	background-size: 200px 170px;
}
#TOP_cont1_2 h2 {
	background: url(../../../../wp-content/uploads/job_ic2.gif) no-repeat center top;
	background-size: 210px 170px;
}
#TOP_cont1_3 h2 {
	background: url(../../../../wp-content/uploads/job_ic3.gif) no-repeat center top;
	background-size: 210px 170px;
}
p.TOP_cont1_box {
	width: 210px;
	height: 100px;
	font-size: 14px;
	overflow: hidden;
	text-overflow: ellipsis;
	margin: 0 0 20px 0;
}
p.more {
	width: 210px;
	margin: 0;
}
p.more a {
	color: #000;
	text-decoration: underline;
}

/* TOP_cont2 */
#wrap_TOP_cont2 {
	background: url(../../../../wp-content/uploads/graphpaper.gif) repeat center top;
}
.TOP_cont2_in a {
	display: block;
	width: 246px;
	padding: 20px;
	background: #ffffff;
	
}
#TOP_cont2_1 a {
	border: 2px solid #c7d1c2;
}
#TOP_cont2_1 a:hover {
	color:#fff;
	background:#c7d1c2;
	-webkit-transition-duration: 0.1s;
}
#TOP_cont2_2 a {
	border: 2px solid #d5b3e4;
}
#TOP_cont2_2 a:hover {
	color:#fff;
	background:#d5b3e4;
	-webkit-transition-duration: 0.1s;
}
#TOP_cont2_3 a {
	border: 2px solid #a1d0d7;
}
#TOP_cont2_3 a:hover {
	color:#fff;
	background:#a1d0d7;
	-webkit-transition-duration: 0.1s;
}
.TOP_cont2_in a h2 {
	width: 210px;
	height: 50px;
	margin: 0;
	padding: 0;
	line-height: 50px;
	color: #333;
	font-size: 20px;
	text-align: center;
}
.TOP_cont2_in a p {
	width: 210px;
	height: 25px;
	margin: 15px 0 0 0;
	padding: 0;
	background: url(../../../../wp-content/uploads/recruit_arrow.png) no-repeat center top;
	text-indent: -9999px;
}

/* TOP_news */
#wrap_TOPnews {
	background: #f7f3eb;
	background-size:cover;
}
.whatsnew h2 {
	width: 210px;
	height: 50px;
	line-height: 50px;
	margin: 0 auto 60px auto;
	padding: 0;
	text-align: center;
	font-size: 26px;
	 border-bottom: 1px solid #c0c3a4;
}
.whatsnew dl dt {
	display: block;
	width: 100vw;
	color: #000;
}
.whatsnew dl dd {
	border: 0;
	margin: 0 0 10px 0;
	text-decoration: underline;
}
p.TOPnews_more {
	width: 800px;
	margin: 20px auto 0 auto;
	padding: 0;
	font-size: 12px;
	text-align: right;
	color: #29afda;
}