@charset "utf-8";
/*------------------------------------------------------------
	reset
------------------------------------------------------------*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	background: transparent;
	border: 0;
	outline: 0;

	font-size: 1em;
}

body {
	font-size: 62.5%;
}

body,
table,
input, textarea, select, option {
	font-family: Microsoft YaHei, sans-serif;
}

article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary {
	display: block;
}

ol, ul {
	list-style: none;
}

blockquote, q {
	quotes: none;
}

:focus {
	outline: 0;
}

ins {
	text-decoration: none;
}

del {
	text-decoration: line-through;
}

img {
	vertical-align: top;
}

a,
a:link {
	color: #040404;
	text-decoration: none;
}

a:visited {
	color: #040404;
}

a:hover {
	color: #040404;
}

a:active {
	color: #040404;
}

.mt0 { margin-top: 0 !important; }
.mb0 { margin-bottom: 0 !important; }
	* html .clearfix {
		zoom: 1;
	}

	*+html .clearfix {
		zoom: 1;
	}

.clearfix:after {
	height: 0;
	visibility: hidden;
	content: ".";
	display: block;
	clear: both;
}

/*------------------------------------------------------------
	common
------------------------------------------------------------*/
body {
	min-width: 1280px;
	color: #000;
	font-size: 13px;
	line-height: 1.5;
	text-size-adjust: none;
	-webkit-text-size-adjust: none;
	background-color: #FFF;
}

#container {
	text-align: left;
}

a[href^="tel:"] {
	cursor: default;
	pointer-events: none;
}

.sp {
	display: none !important;
}

/*------------------------------------------------------------
	gHeader
------------------------------------------------------------*/
#gHeader {
	position: relative;
}

#gHeader .hBox{
	padding: 0 50px;
	width: 100%;
	position: absolute;
	left: 0;
	top: 0;
	box-sizing: border-box;
	z-index: 100;
}

#gHeader h1 {
	padding-top: 15px;
	float: left;
}

#gHeader h1 img {
	width: 400px;
}

#gHeader .tel {
	margin-top: 32px;
	padding: 5px 30px;
	float: right;
	color: #fff;
	font-size: 25px;
	font-weight: bold;
	background: #1072C3;
	border-radius: 50px;
}

.mainImg {
	height: 100vh;
	overflow: hidden;
	z-index: 50;
	position: relative;
}

.mainImg .textImg {
	width: 100%;
	position: absolute;
	left: 0;
	top: 28%;
	text-align: center;
}

.mainImg .pic01,
.mainImg .pic02,
.mainImg .pic03 {
	width: 100%;
	height: 100vh;
	float: left;
}

.mainImg .pic01 {
	background: url(../images/banner01.jpg) no-repeat center center;
	background-size: cover;
}

.mainImg .pic02 {
	background: url(../images/banner02.jpg) no-repeat center center;
	background-size: cover;
}

.mainImg .pic03 {
	background: url(../images/banner03.jpg) no-repeat center center;
	background-size: cover;
}

.slick-dots {
	width: 100%;
	position:absolute;
	left: 0;
	bottom: 20px;
	text-align: center;
}

.slick-dots li {
	margin: 0 20px 0 0;
	width: 14px;
	height: 14px;
	display: inline-block;
	float: none;
	background: #fff;
	border: 2px solid #FF7F00;
	border-radius: 11px;
	opacity: 0.9;
	cursor: pointer;
}
	
.slick-dots li button {
	display: none;
}
	
.slick-dots .slick-active {
	background: #FF7F00;
}

/*------------------------------------------------------------
	gNavi
------------------------------------------------------------*/
#gNavi {
	margin-right: 20px;
	width: 45%;
	float: right;
}

#gNavi li {
	width: 14.28%;
	float: left;
}

#gNavi li a {
	padding: 43px 0;
	display: block;
	color: #fff;
	font-size: 16px;
	text-align: center;
}

#gNavi li a:hover {
	background: #1072C3;
}

/*------------------------------------------------------------
	gFooter
------------------------------------------------------------*/
#gFooter {
	background: #333333;
}

#gFooter .fBox {
	margin: 0 auto;
	width: 80%;
	min-width: 1200px;
}

#gFooter .logo {
	margin-right: 70px;
	padding: 70px 0;
	float: left;
}

#gFooter .logo img {
	width: 300px;
}

#gFooter .navi {
	padding: 70px 0;
	width: 45%;
	float: left;
}

#gFooter .sub {
	width: 33.33%;
	float: left;
}

#gFooter .title {
	margin-bottom: 15px;
	padding-bottom: 15px;
	color: #fff;
	font-size: 20px;
	font-weight: bold;
	position: relative;
}

#gFooter .title:before {
	width: 40px;
	height: 3px;
	position: absolute;
	left: 0;
	bottom: 0;
	content: "";
	background: #fff;
}

#gFooter li {
	margin-bottom: 5px;
}

#gFooter li a {
	color: #fff;
	font-size: 15px;
}

#gFooter li a:hover {
	text-decoration: underline;
}

#gFooter .info {
	padding: 70px 0;
	width: 20%;
	float: right;
}

#gFooter .text {
	color: #fff;
	font-size: 15px;
	line-height: 1.8;
}

#gFooter .copyright {
	padding: 10px 0;
	color: #fff;
	font-size: 15px;
	text-align: center;
	background: #151515;
}

#gFooter .copyright span {
	margin-left: 20px;
}

#gFooter .copyright a {
	color: #fff;
}

.headLine01 {
	margin-bottom: 40px;
	color: #1072C3;
	font-size: 50px;
	line-height: 1.2;
	text-align: center;
}

.headLine01 .en {
	margin-bottom: -40px;
	display: block;
	color: #000;
	opacity: 0.1;
	font-family: Impact;
	font-size: 50px;
}

.headLine01 .ttl {
	position: relative;
	z-index: 2;
}

.headLine01 .ttl em {
	color: #FF6000;
	font-style: normal;
}

.headLine01 .txt {
	margin-top: 15px;
	display: block;
	color: #666;
	font-size: 16px;
	font-weight: normal;
}

.headLine02 {
	margin-bottom: 40px;
	color: #fff;
	font-size: 50px;
	line-height: 1.2;
	text-align: center;
}

.headLine02 .en {
	margin-bottom: -40px;
	display: block;
	color: #fff;
	opacity: 0.1;
	font-family: Impact;
	font-size: 50px;
}

.headLine02 .ttl {
	position: relative;
	z-index: 2;
}

.headLine02 .ttl em {
	color: #fff;
	font-style: normal;
}

.headLine02 .txt {
	margin-top: 15px;
	display: block;
	color: #fff;
	font-size: 16px;
	font-weight: normal;
}

.pageLead {
	margin-bottom: 50px;
	padding-top: 190px;
	height: 500px;
	box-sizing: border-box;
	position: relative;
	background: url(../images/page_lead.jpg) no-repeat center center;
	background-size: cover;
}

.pageLead h2 {
	color: #fff;
	font-size: 55px;
	text-align: center;
}

.pageLead h2 span {
	display: block;
	font-size: 16px;
	font-weight: normal;
}

.pagePath {
	width: 100%;
	position: absolute;
	left: 0;
	bottom: 0;
	background: rgba(0,0,0,.7);
}

.pagePath .sub {
	margin: 0 auto;
	padding: 10px 10px 10px 30px;
	width: 80%;
	color: #fff;
	font-size: 16px;
	min-width: 1200px;
	background: url(../images/icon07.png) no-repeat left center;
	background-size: 20px auto;
}

.pagePath .sub a {
	color: #fff;
}

.section {
	margin: 0 auto;
	width: 80%;
	min-width: 1200px;
}