@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;
}

#main {

}

a[href^="tel:"] {
	cursor: default;
	pointer-events: none;
}

.sp {
	display: none !important;
}

/*------------------------------------------------------------
	gHeader
------------------------------------------------------------*/
#gHeader {
	width: 100%;
	position: fixed;
	left: 0;
	top: 0;
	z-index: 100;
	-webkit-transition: all .4s ease-in-out 0s;
	-moz-transition: all .4s ease-in-out 0s;
	-ms-transition: all .4s ease-in-out 0s;
	transition: all .4s ease-in-out 0s;
}

#gHeader.fixed-header {
	background: #fff;
	box-shadow: 0 0 3px rgba(0,0,0,.5);
}

#gHeader .hBox {
	padding: 0 50px;
}

#gHeader h1 {
	margin-top: 20px;
	float: left;
	-webkit-transition: all .4s ease-in-out 0s;
	-moz-transition: all .4s ease-in-out 0s;
	-ms-transition: all .4s ease-in-out 0s;
	transition: all .4s ease-in-out 0s;
}


/*------------------------------------------------------------
	gNavi
------------------------------------------------------------*/
#gNavi {
	width: 60%;
	float: right;
}

#gNavi ul {
	display: flex;
	align-items: center;
	justify-content: center;
}

#gNavi li {
	font-size: 17px;
	flex-grow: 1;
	position: relative;
}

#gNavi li a {
	padding: 45px 0;
	display: block;
	color: #000;
	text-align: center;
	transition: all .4s ease-in-out 0s;
	-webkit-transition: all .4s ease-in-out 0s;
	-moz-transition: all .4s ease-in-out 0s;
	-ms-transition: all .4s ease-in-out 0s;
}

#gHeader.fixed-header #gNavi li a {
	padding: 40px 0;
	color: #000;
	text-shadow: none;
	-webkit-text-shadow: none;
	-moz-text-shadow: none;
	-ms-text-shadow: none;
}

#gNavi li a:hover {
	color: #fff;
	background: #1488F5;
}

#gHeader.fixed-header #gNavi li a:hover {
	color: #fff;
}

/*------------------------------------------------------------
	pagePath
------------------------------------------------------------*/
#pagePath {
}

#pagePath li {
	display: inline;
	color: #000;
	font-size: 1.2em;
}

#pagePath li a {
}

#main {
	margin-bottom: 80px;
}

/*------------------------------------------------------------
	conts
------------------------------------------------------------*/
#conts {

}
/*------------------------------------------------------------
	sideBar
------------------------------------------------------------*/
#sideBar {

}

/*------------------------------------------------------------
	gFooter
------------------------------------------------------------*/
#gFooter {
	padding-top: 50px;
	background: #323232;
}

#gFooter .feature {
	margin: 0 auto;
	padding-bottom: 40px;
	width: 80%;
	min-width: 1300px;
	border-bottom: 1px dotted #666;
}

#gFooter .feature li {
	padding: 10px 0;
	width: 25%;
	float: left;
	color: #fff;
	font-size: 18px;
	text-align: center;
	border-right: 1px dotted #666;
	box-sizing: border-box;
}

#gFooter .feature li:last-child {
	border: none;
}

#gFooter .feature li span {
	display: block;
	font-size: 12px;
}

#gFooter .fBox {
	margin: 0 auto;
	padding: 50px 0;
	width: 80%;
	min-width: 1300px;
	position: relative;
	border-bottom: 1px dotted #666;
}

#gFooter .fBox .logoBox {
	margin: 30px 3% 0 0;
	float: left;
}

#gFooter .logoBox .tel {
	color: #1488F5;
	font-size: 30px;
	font-weight: bold;
	position: absolute;
	left: 10px;
	bottom: 40px;
}

#gFooter .logoBox .tel span {
	padding: 0 60px 0  45px;
	display: inline-block;
	background: url(../images/f_tel.png) no-repeat left center;
	background-size: 35px 35px;
}

#gFooter .proNavi {
	width: 35%;
	float: left;
}

#gFooter .proNavi li {
	margin-bottom: 10px;
	width: 33.33333%;
	float: left;
	color: #fff;
}

#gFooter .proNavi li a {
	color: #fff;
	font-size: 15px;
}

#gFooter .proNavi li a:hover {
	text-decoration: underline;
}

#gFooter .code {
	padding-top: 10px;
	width: 150px;
	float: left;
	text-align: center;
}

#gFooter .code img {
	width: 120px;
}

#gFooter .code span {
	margin-top: 10px;
	display: block;
	color: #fff;
	font-size: 15px;
	text-align: center;
}

#gFooter .contact {
	width: 30%;
	float: right;
}

#gFooter .contact p {
	color: #fff;
	font-size: 15px;
	line-height: 1.8;
}

#gFooter .contact .ttl {
	color: #fff;
	font-size: 20px;
	font-weight: bold;
}

#gFooter .fNavi {
	margin: 0 auto;
	padding: 40px 0;
	width: 80%;
	min-width: 1300px;
	display: flex;
	align-items: center;
	justify-content: center;
}

#gFooter .fNavi li {
	flex-grow: 1;
	text-align: center;
}

#gFooter .fNavi li a {
	color: #fff;
	font-size: 16px;
}

#gFooter .fNavi li a:hover {
	text-decoration: underline;
}

.copyright {
	padding: 10px 0;
	text-align: center;
	color: #fff;
	font-size: 15px;
	background: #000;
}

.copyright span {
	margin-left: 30px;
}

.copyright a {
	color: #fff;
}

.copyright a:hover {
	text-decoration: underline;
}

.headLine01 {
	margin-bottom: 40px;
	color: #1488F5;
	font-size: 55px;
	line-height: 1.2;
	text-align: center;
}

.headLine01 .en {
	margin-bottom: -60px;
	display: block;
	color: #000;
	opacity: 0.1;
	font-family: Impact;
	font-size: 70px;
}

.headLine01 .name {
	position: relative;
	z-index: 2;
}

.headLine01 .txt {
	margin-top: 15px;
	display: block;
	color: #666;
	font-size: 16px;
	font-weight: normal;
}


.headLine02 {
	margin-bottom: 40px;
	color: #fff;
	font-size: 55px;
	line-height: 1.2;
	text-align: center;
}

.headLine02 .en {
	margin-bottom: -60px;
	display: block;
	color: #fff;
	opacity: 0.1;
	font-family: Impact;
	font-size: 70px;
}

.headLine02 .name {
	position: relative;
	z-index: 2;
}

.headLine02 .txt {
	margin-top: 15px;
	display: block;
	color: #fff;
	font-size: 16px;
	font-weight: normal;
}

.section {
	margin: 0 auto;
	width: 85%;
}

.pageLead {
	height: 600px;
	position: relative;
}

.pageLead.bg01 {
	background: url(../images/page_lead_bg01.jpg) no-repeat center center;
	background-size: cover;
}

.pageLead h2 {
	margin: 0 auto;
	padding-top: 220px;
	width: 80%;
	color: #fff;
	font-size: 50px;
}

.pageLead h2 span {
	display: block;
	font-size: 20px;
	font-weight: normal;
	font-style: oblique;
}

.pagepath {
	width: 100%;
	position: absolute;
	left: 0;
	bottom: 0;
	text-align: right;
	background: rgba(0,0,0,.7);
	border-top: 1px solid rgba(255,255,255,.5);	
}

.pagepath .sub {
	margin: 0 auto;
	padding: 15px 0;
	width: 80%;
	min-width: 1300px;
	font-size: 16px;
}

.pagepath .anchor {
	width: 65%;
	float: left;
}

.pagepath .anchor li {
	margin: 0 15px 5px 0;
	float: left;
	text-align: left;
}

.pagepath .anchor li a {
	padding-right: 15px;
	display: block;
	color: #fff;
	overflow: hidden;
	border-right: 1px dotted #fff;
}

.pagepath .anchor li a:hover {
	text-decoration: underline;
}

.pagepath .anchor li a span {
	float: right;
}

.pagepath p {
	width: 35%;
	float: right;
	color: #fff;
}

.pagepath p a {
	color: #fff;
}

.pagepath p a:hover {
	text-decoration: underline;
}
