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

.sp-none{
	display: none;
}
.pc-none{
	display: block;
}
.clear {
	clear: both;
}
.clearfix {
	zoom: 1;
	}
.clearfix:after {
	content: "";
	display: block;
	clear: both;
}

#top_mv{
	margin-top: 60px;
	position: relative;
}

#top_mv .copyarea{
	position: absolute;
	width: 100%;
	height: 100%;
	background-color: rgba(0,0,0,0.20);
	color:#fff;
	top:0;
	left:0;
	font-weight: bold;
	padding-top: 20%;
	padding-left: 10%;
}
#top_mv .copyarea .subtitle{
	font-size:14px;
}
#top_mv .copyarea .maintitle{
	font-size:24px;
}

.newsarea{
	margin: 0px auto 0;
	position: relative;
	top: 0px;
	right: 5%;
	left:5%;
	max-width: 90%;
	color:#fff;
	border-top:none;
}
.newsarea .newsinner a{
	display: block;
	width: 90%;
	padding: 10px 0px 10px;
	color: #fff;
	transition: 0.2s;
		background-image: url(../img/top/arrow-w.png);
	background-repeat: no-repeat;
	background-position: 99% center;
	background-size: 20px auto;
}
.newsarea .newsinner a:hover{
	background-image: url(../img/top/arrow-w.png);
	background-repeat: no-repeat;
	background-position: 100% center;
	background-size: 20px auto;
}
.news-titlebox{
	font-size:14px;
	margin-bottom: 10px;
	display: block;
	vertical-align: middle;
}
.date_list{
	display: block;
	vertical-align: middle;
	padding-bottom: 5px;
	width: 100%;
}
.date_list li{
	margin-bottom: 0px;
	font-size:12px;
}


.top_about_section{
	position: relative;
	top: 0;
	background-color: #F3F3F3;
	height: 100%;
}
.top-about{
	padding-top: 60px;
	padding-bottom: 60px;
	background-image: none;
	background-repeat: no-repeat;
	background-position: right top;
	background-size: 100% auto;
}

.about-txtbox{
	width: 100%;
}
.top-about .title {
	color: #17469D;
	font-size:24px;

}
.top-about .sub_title {
	font-size:16px;
	font-weight: bold;
}
.top-about .txtbox{
	margin-top: 20px;
	margin-bottom: 20px;
	font-size:12px;
}
.top-about .txtbox p{
	font-size:12px;
}
.top-about .linkbtn{
	border-top:1px solid #c0c0c0;
}
.top-about .linkbtn li a{
	display: block;
	padding: 15px 0;
	border-bottom: 1px solid #c0c0c0;
	font-size: 16px;
	line-height: 16px;
	font-weight: bold;
	background-image: url(../img/top/arrow-bk.png);
	background-repeat: no-repeat;
	background-position: 98% center;
	background-size: 20px auto;
	transition: 0.2s;
	padding-left: 1vw;
}
.top-about .linkbtn li a span{
	font-size:12px;
	color:#17469D;
}
.top-about .linkbtn li a:hover{
	background-image: url(../img/top/arrow-bk.png);
	background-repeat: no-repeat;
	background-position: 99% center;
	background-size: 20px auto;
	background-color: #FFFFFF;
}
.top-about .centerphoto{
	width: 90%;
	margin: 20px auto
}
.top-about .centerphoto img{
	width: 100%;
	height: auto;
}


.top_job_section{
	position: relative;
	top: 0;
	background-color: #fff;
	height: 100%;
}
.top-job {
	padding-top: 30px;
	padding-bottom: 30px;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	background-image: url(../img/top/sec02-img.webp);
}

.job-txtbox{
	width: 100%;
	color: #fff;
	margin-left: auto;
}
.top-job .title {
	font-size:24px;

}
.top-job .sub_title {
	font-size:16px;
	font-weight: bold;
}
.top-job .txtbox{
	margin-top: 20px;
	margin-bottom: 20px;
	font-size:12px;
}
.top-job .txtbox p{
	font-size:12px;
}
.top-job .btn-more{
	border:1px solid #fff;
	border-radius: 40px;
}
.top-job .btn-more a{
	display: block;
	padding: 15px;
	font-size: 12px;
	line-height: 12px;
	font-weight: bold;
	background-image: url(../img/top/arrow-w.png);
	background-repeat: no-repeat;
	background-position: 95% center;
	background-size: 20px auto;
	transition: 0.2s;
	border-radius: 40px;
	color:#fff;
}

.top-job .btn-more a:hover{
	background-image: url(../img/top/arrow-bk.png);
	background-repeat: no-repeat;
	background-position: 96% center;
	background-size: 20px auto;
	background-color: #FFFFFF;
	border-radius: 40px;
	color:#000;
}


.top_interview_section{
	position: relative;
	top: 0;
	height: 100%;
}

.inner1200{
	max-width: 1200px;
	width: 96%;
	margin: 0 auto;
}
.inner1686{
	max-width: 1686px;
	width: 96%;
	margin: 0 auto;
}
.inner1460{
	max-width: 1430px;
	width: 96%;
	margin: 0 auto;
}
.inner1400{
	max-width: 1400px;
	width: 96%;
	margin: 0 auto;
}


.slickarea li{
	max-width: 1484px;
	margin: 0 20px;
	font-size:16px;
}
.slickarea .slickbox{
	position: relative;
	overflow: hidden;
	border-radius: 0px;
}
.slickarea .slickbox img{
	width: 100%;
	height: auto;
}

.slickarea a{
	color:#96B0C4;
}




.slick-dots{
	bottom:-30px;
	
}

.slick-dots li{
	width: 10px;
	height: 2px;
	padding: 0;
}
.slick-dots li button{
	width: 40px;
	height: 2px;
	padding: 0;
	background: #fff;
}
.slick-dots li button:before{
	width: 40px;
	height: 2px;
	padding: 0;
	font-size:0;
	line-height: 0;
}
.slick-dots li.slick-active button{
	background: #0052DE;
}
.slick-dots li.slick-active button:before{
	background: #0052DE;
}
.slickarea .slick-prev {
	font-size: 0;
	line-height: 0;
	position: absolute;
	top:90%;
	left:22%;
	right:auto;
	display: block;
	width: 50px;
	height: 50px;
	padding: 0;
	cursor: pointer;
	color: transparent;
	border: none;
	outline: none;
	background: transparent;
	z-index: 2000;
}
.slickarea .slick-next {
	font-size: 0;
	line-height: 0;
	position: absolute;
	top:90%;
	right:22%;
	left:auto;
	display: block;
	width: 50px;
	height: 50px;
	padding: 0;
	cursor: pointer;
	color: transparent;
	border: none;
	outline: none;
	background: transparent;
	z-index: 2000;
}
.slickarea .slick-prev:before {
	content: '';
	display: block;
	width: 50px;
	height: 50px;
	background-repeat: no-repeat;
	background-image: url(../img/top/btn-prev.png);
	background-size: 50px 50px;
	cursor: pointer;
	background-position: center top;
}
.slickarea .slick-next:before {
	content: '';
	display: block;
	width: 50px;
	height: 850px;
	background-repeat: no-repeat;
	background-image: url(../img/top/btn-next.png);
	background-size: 50px 50px;
	cursor: pointer;
	background-position: left top;
}

.slide-ttl{
	position: absolute;
	font-size:30px;
	color:#fff;
	left:0px;
	top:50px;
	transform: rotate(90deg);
}
.coment-box{
	position: absolute;
	bottom:15px;
	padding: 8%;
	color:#fff;
}
.staff-title{
	font-size:20px;
	margin-bottom: 10px;
}
.staff-data{
	font-size:13px;
}
.top_interview_section{
	position: relative;
	top: 0;
	background-color: #F3F3F3;
	height: 100%;
	background-image: url(../img/top/sec03-bg.webp);
	background-repeat: no-repeat;
	background-position: center 200px;
	background-size: 100% auto;
}
.top-interview {
	padding-top: 50px;
	padding-bottom: 50px;
}

.interview-txtbox{
	width: 31%;
	color: #fff;
	margin-left: auto;
}
.top-interview .title {
	color: #17469D;
	font-size:24px;

}
.top-interview .sub_title {
	font-size:16px;
	font-weight: bold;
}


.top-interview .btn-more{
	border:1px solid #17469D;
	border-radius: 40px;
	width: 90%;
	max-width: 370px;
	margin: 40px auto;
}
.top-interview .btn-more a{
	display: block;
	padding: 15px;
	font-size: 12px;
	line-height: 12px;
	font-weight: bold;
	background-image: url(../img/top/arrow-b.png);
	background-repeat: no-repeat;
	background-position: 90% center;
	background-size: 20px auto;
	transition: 0.2s;
	border-radius: 38px;
	color:#17469D;
}

.top-interview .btn-more a:hover{
	background-image: url(../img/top/arrow-w.png);
	background-repeat: no-repeat;
	background-position: 91% center;
	background-size: 20px auto;
	background-color: #17469D;
	border-radius: 38px;
	color:#fff;
}
.top-workstyle-bg{
	background-image: url(../img/top/foot_bg.webp);
	background-repeat: no-repeat;
	background-position: center 100px;
	background-size: 100% auto;
	padding-bottom: 60px;
}
.top-workstyle{
	max-width: 90%;
	margin: 40px auto 0;
	background-image: url(../img/top/sec04-img.webp);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	color:#fff;
	padding: 50px 20px;
}
.workstyle-txtbox{
	width: 100%;
	color: #fff;
	margin-right: auto;
}
.top-workstyle .title {
	font-size:24px;

}
.top-workstyle .sub_title {
	font-size:16px;
	font-weight: bold;
}
.top-workstyle .txtbox{
	margin-top: 20px;
	margin-bottom: 20px;
	font-size:12px;
}
.top-workstyle .txtbox p{
	font-size:12px;
}
.top-workstyle .btn-more{
	border:1px solid #fff;
	border-radius: 40px;
	width: 90%;
	max-width: 370px;
	margin: 0px auto 10px 0;
}
.top-workstyle .btn-more a{
	display: block;
	padding: 15px;
	font-size: 12px;
	line-height: 12px;
	font-weight: bold;
	background-image: url(../img/top/arrow-w.png);
	background-repeat: no-repeat;
	background-position: 90% center;
	background-size: 20px auto;
	transition: 0.2s;
	border-radius: 38px;
	color:#fff;
}

.top-workstyle .btn-more a:hover{
	background-image: url(../img/top/arrow-bk.png);
	background-repeat: no-repeat;
	background-position: 91% center;
	background-size: 20px auto;
	background-color: #FFFFFF;
	border-radius: 38px;
	color:#000;
}