@charset "utf-8";


/*========================================================
	汎用スタイル
========================================================*/
.-han-serif-400 {
	font-family: Times New Roman,serif;
	font-weight: 400;
	font-style: normal;
}
body {
	word-wrap: break-word;
}

body#enTop #gNavi li > p a {
	color: #fff;
}
body#enTop.headerHover #gNavi li > p a {
	color: #000;
}
body#enTop.scrollHeader #gNavi li > p a {
	color: #000;
}
body#enTop.headerHover #gNavi li:hover > p a,
body#enTop #gNavi li > p:hover a,
body#enTop #gNavi li > p a:hover {
	color: #fff;
}
#gNavi li.language p > a,
body#enTop.headerHover #gNavi li.language > p a ,
body#enTop.scrollHeader #gNavi li.language > p a {
	color: #fff;
}
#gNavi li.language p > a.current,
body#enTop #gNavi li.language p > a.current,
body#enTop.scrollHeader #gNavi li.language > p a.current {
	color: #2D9CFF;
}
body#enTop #gNavi li.language p > a:hover,
body#enTop.headerHover #gNavi li.language > p a:hover ,
body#enTop.scrollHeader #gNavi li.language > p a:hover {
	color: #2D9CFF;
}

#gHeader h1 {
	margin-top: 23px;
}

#gFooter {
	background: #000;
}
.corp_logo {
	background: url("/assets/img/en/bg_footer_en.jpg") no-repeat center;
	position: relative;
	height: 550px;
}
.corp_logo .box {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	color: #ccc;
	text-align: center;
}
.corp_logo .box .logo {
	margin-bottom: 1em;
}
.corp_logo .box .title {
	font-size: 1.4em;
}
.corp_logo .box p {
	font-size: 1.23em;
}

.footBox {
	color: #fff;
	font-size: 1.1em;
}
.footNavi {
	margin-bottom: 3em;
}
.footNavi ul {
	position: relative;
	overflow: hidden;
}
.footNavi ul li {
	float: left;
	padding-right: 1em;
	margin-left: 1em;
	border-right: 1px solid #fff;
	margin-bottom: 1em;
}
.footNavi ul li:first-child {
	margin-left: 0;
}
.footNavi ul li:last-child {
	border: 0;
}
.footNavi ul li a {
	color: #fff;
}
.footNavi ul li a:hover {
	color: #005BAC;
}
.footBox .address {
}
.footBox .address address {
	font-style: normal;
	margin-bottom: 1em;
}
.footBox .address .tel {
	margin-bottom: 2em;
}
.footBox .copyright {
	font-size: 0.82em;
	color: #ccc;
}

.sns_link {
	padding-top: 10em;
}


@media all and (min-width: 0) and (max-width: 767px) {
	body#enTop .menu span {
		background: #fff;
	}
	body#enTop #gNavi li > p a {
		color: #000;
	}
	.footBox .copyright {
		text-align: center;
	}
	.corp_logo .box {
		width: 100%;
	}
	.corp_logo {
		background: url("/assets/img/en/bg_footer_en.jpg") no-repeat center;
		position: relative;
		height: 200px;
	}
	.corp_logo .box .title {
		font-size: 1.1em;
	}
	.corp_logo .box p {
		font-size: 0.89em;
	}
	#gHeader h1 {
		margin-top: 0px;
	}
	.footNavi {
		margin-bottom: 1em;
	}
	.footNavi ul li {
		font-size: 0.9em;
	}
	.sns_link {
		padding-top: 1em;
		text-align: center;
	}
}



/*========================================================
	トップページ
========================================================*/
body {
	font-size: 14px;
	line-height: 1.8em;
	font-family: 'Roboto';
}
body#enTop {
	
}
body#enTop #banner {
	margin-bottom: 8em;
}
#topBg {
	background: url("/assets/img/en/bg_top_en.jpg") no-repeat;
	background-size: cover;
}
#topBg header {
	width: 550px;
	color: #fff;
	bottom: 15%;
	left: 10%;
	position: relative;
	height: 80vh;
}
#topBg header h2 {
	font-size: 5em;
	line-height: 1.2em;
	margin-bottom: 0.5em;
	padding-top: 40vh;
}
#topBg header p {
	font-size: 1.8em;
}

.parallax {
	min-height: 600px;
	background-position: center top;
	background-repeat: no-repeat;
	background-size: cover;
	overflow: hidden;
	margin-bottom: 8em;
}
.parallax.bg-01 {
	background-image: url(/assets/img/en/bg_top_parallax.jpg);
}

.slider-nav figure {
	text-align: center;
}
.slider-nav figure img {
	border: 1px solid #ddd;
	margin: 0 auto;
}
.slider-nav figure.slick-current img {
	border: 1px solid #083388;
}
.product_info {
	margin-top: 1em;
	text-align: center;
	margin-bottom: 2em;
}
.product_info h3 {
	font-size: 1.88em;
	margin-bottom: 0.5em;
}
.product_info h3 span {
	font-size: 0.78em;
}


#newsBox {
	max-width: 800px;
	margin: 0 auto;
}

@media all and (min-width: 0) and (max-width: 767px) {
	#topBg {
		background: url("/assets/img/en/bg_top_en_sp.jpg") no-repeat;
		background-size: cover;
	}
	#topBg header {
		width: 100%;
	}
	#topBg header h2 {
		font-size: 3em;
	}
	#topBg header p {
		font-size: 1.2em;
		width: 300px;
	}
	.parallax {
		min-height: 400px;
	}
	
	.product_box img {
		width: 100%;
	}
	.slider-nav figure img {
		margin: 0;
	}

}

.business_box {
	margin-bottom: 4em;
}
.business_box .box {
	background: #fafafa;
	padding: 2em;
	min-height: 250px;
}
.business_box .box h3 {
	text-align: center;
	font-size: 1.3em;
	margin-bottom: 1em;
	font-weight: 600;
	position: relative;
	color: #06152D;
	line-height: 3em;
}
.business_box .box h3:after {
	display: block;
	position: absolute;
	width: 50px; height: 1px;
	background: #06152D;
	content: ' ';
	bottom: 0px;
	left: 50%;
	transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
}
.business_box .box ul {
	margin-left: 1em;
}
.business_box .box ul li {
	list-style: disc;
}

/*========================================================
	汎用
========================================================*/
/* 見出しヘッダー */
.bannerTop {
	position: relative;
}
.bannerTop .page_title {
	position: absolute;
	top: 50%;
	left: 35%;
	color: #fff;
	text-align: left;
	opacity: 1;
	transition: opacity 1s ease;
	z-index: 1;
	transform: translate(-50%, -35%);
	text-align: left;
	max-width: 1100px;
}
.bannerTop h2  {
	font-size: 100px;
	color: #fff;
	text-align: left;
	letter-spacing: 12px;
	text-shadow: 0px 0px 5px rgba(0, 0, 0, 0.5);
	line-height: 1em;
	position: static;
}
.bannerTop h2:before {
	width: 80px; height: 5px;
	background: #fff;
	display: block;
	content: ' ';
	position: absolute;
	left: -100px;
	top: 50px;
}
.bannerTop p {
	font-size: 18px;
	color: #fff;
	font-weight: 500;
	letter-spacing: normal;
	line-height: 2em;
}

.bannerTop.sub_content {
	margin-bottom: 6em;
}
.bannerTop.sub_content h2 {
	font-size: 50px;
}
.bannerTop.sub_content h2:before {
	top: 25px;
}
.bannerTop.sub_content h2 span.sub {
	font-size: 25px;
}
.bannerTop.sub_content p {
	font-size: 24px;
}

@media all and (min-width: 0) and (max-width: 767px) {

	.bannerTop .page_title {
		left: 50%;
		transform: translate(-50%, -50%);
		width: 70%;
	}
	.bannerTop h2  {
		font-size: 35px;
		letter-spacing: 6px;
		line-height: 0.7em;
	}
	.bannerTop h2:before {
		left: -100px;
		top: 14px;
	}
	.bannerTop.sub_content h2 span.sub {
		font-size: 20px;
		color: #fff;
	}
	.bannerTop p {
		font-size: 15px;
		line-height: 1.5em;
	}
	.bannerTop.sub_content h2 {
		font-size: 30px;
	}
	.bannerTop.sub_content h2:before {
		top: 14px;
	}
	.bannerTop.sub_content p {
		font-size: 15px;
	}

}