@charset "UTF-8";
/* CSS Document */
.ticker {
    margin: 0 auto;
    padding: 1em 160px;
    width: 100%;
	box-sizing: border-box;
    text-align: left;
    position: relative;
    overflow: hidden;
}

.ticker ul {
    width: 100%;
    position: relative;
}
.ticker ul li {
    width: 100%;
    display: none;
	clear: left;
	height: 80px;
}
.ticker ul li time {
	float: left;
	display: block;
}
.ticker ul li a {
	padding-left: 7em;
	display: block;
}





h2 {
	text-align: center;
	margin-bottom: 1em;
}

/* --------------------------------------------
	#main
-------------------------------------------- */
#main {
	background: url(../img/bg_main.jpg) no-repeat;
	/*padding: 5em;*/
	background-position: center top;
	background-size: cover;
	color: #FFF;
	height: 70vh;
}
#main .maintxt {
	text-align: center;
	padding: 10em 2em 2em;
}
@media screen and (max-width: 780px) {
	#main {
		height: 65vh;
	}
}

/* --------------------------------------------
	#news
-------------------------------------------- */
.news {
	background: url(../img/tit_news.png) no-repeat left center, #c12200;
	color: #FFF;
	width: 100%;
	position: relative;
	height: 80px;
}
.news iframe {
	padding-left: 170px;
}
.news .newslist {
	position: absolute;
	top: 0;
	right: 0;
}
@media screen and (max-width: 780px) {
.news {
	background: url(../img/tit_news.png) no-repeat center 10%, #c12200;
	color: #FFF;
	width: 100%;
	position: static;
	height: 100%;
}
.news iframe {
	padding-left: 0;
	padding-top: 30px;
	height: 150px;
}
.news .newslist {
	position: static;
	text-align: center;
	background: #022222;
	width: 100%;
	}
}


/* --------------------------------------------
	#business
-------------------------------------------- */
#business {
	background: url(../img/bg_business.jpg) no-repeat;
	background-position: center bottom;
	background-size: cover;
	font-weight: bold;
	padding: 2em 0 4em;
}
#business .slider{
	width: 50%;
	float: left;
	box-shadow: 7px 7px #ff2319;
}
/*#business .slider .slick-list {
	box-shadow: 7px 7px #ff2319;
}*/
#business .txtarea {
	padding: 2em;
	float: right;
	box-sizing: border-box;
	width: 50%;
}
#business .txtarea p {
	padding: 0 2em 2em;
}


/* --------------------------------------------
	#about
-------------------------------------------- */
#about {
	background: url(../img/bg_about.jpg) no-repeat;
	background-size: cover;
	background-position: center bottom;
	padding: 2em 0 4em;
	font-weight: bold;
}
.btnlist li {
	float: left;
	width: calc((100% - 20px) / 2);
	box-sizing: border-box;
	margin-top: 20px;
}
.btnlist li:first-child,
.btnlist li:nth-child(3){
	margin-right: 20px;
}

/* --------------------------------------------
	#interview
-------------------------------------------- */
#interview {
	background: url(../img/bg_interview.png) repeat;
	padding: 2em 0 4em;
	font-weight: bold;
}

#interview .slider a:hover {
	opacity: 1;
}

#interview .slick-prev:before {
	content: url(../img/prev.png);
}
#interview .slick-next:before {
	content: url(../img/next.png);
}

#interview .slick-slide img {
	padding: 0 10px;
}
#interview .slider {
	margin-bottom: 3em;
    padding: 0 25px;
}

.slick-next{
    right: 0 !important;
}
[dir='rtl'] .slick-next {
    right: auto;
    left: 0 !important;
}

.slick-prev {
    left: 0 !important;
}

[dir='rtl'] .slick-prev {
    right: 0 !important;
    left: auto;
}

/* --------------------------------------------
	#jobinfo
-------------------------------------------- */
#jobinfo {
	background: #ffd7d2;
	font-weight: bold;
	padding: 2em 0 4em;
}



/* --------------------------------------------
	Mobile
-------------------------------------------- */
@media screen and (max-width: 780px) {
	#main {
		background: url(../img/bg_main_sp.jpg) no-repeat;
		background-size: 110%;
		background-position: center;
	}
	#main .maintxt img {
		width: 100%;
	}
	.inner1100,
	.inner900 {
		padding: 10px;
	}
	
	#business {
		background-size: 100vh;
	}
	#business .slider,
	#business .txtarea{
		display: block;
		width: 100%;
		float: none;
	}
	#business .txtarea {
		padding: 0;
		margin-bottom: 2em;
	}
	
	#about .btnlist li,
	#jobinfo .btnlist li{
		width: 100%;
		margin-right: 0;
		margin-top: 10px;
		margin-bottom: 10px !important;
	 }
}