@charset "utf-8";
body {
	margin: 0;
	padding: 0;
	font-size: 14px;
	line-height: 24px;
	font-family: 'Times New Roman', Arial, Verdana, 'Lucida Grande';
	color: #333;
	box-sizing: border-box;
	text-size-adjust: 100%;
	-webkit-text-size-adjust: 100%;
	-moz-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
	-o-text-size-adjust: 100%;
	/* background-image: url(../img/bg-body.jpg);
	background-position: top center;
	background-repeat: repeat; */
	/* min-height: 100000px; */
}

.container, .rows, header, section, footer {
	width: 100%;
	float: left;
}

.cont {
	width: 100%;
	max-width: 1200px;
	margin: 0 auto;
}

* {
	box-sizing: border-box;
}

*::after {
	box-sizing: border-box;
}

*::before {
	box-sizing: border-box;
}

img {
	max-width: 100%;
	height: auto;
	display: block;
}

a:hover, a:visited, a:focus {
	outline: none;
	border: none;
}

.ow {
	overflow: hidden;
	width: 100%;
}


.anchor_fixtop {
    display: block;
    position: relative;
    top: -100px;
    width: 100%;
    visibility: hidden;
}

.link_top{
	width: 100%;
	height: 100%;
	display: block;
	position: relative;
	text-decoration: none;
}

.link_top:hover{
	text-decoration: none;
}

#rss_news {
	width: 100%;
	overflow: hidden !important;
	min-height: 260px;
}


/*Header*/

.wrapHeader {
	background-image: url(../img/bg-header.png);
	background-position: top left;
	background-repeat: repeat-x;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 999;
}

.heRows {
	/* display: flex;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	justify-content: space-between;
	align-items: center;
	min-height: 111px;
	padding-top: 20px; */
	width: 100%;
	font-size: 0;
	letter-spacing: 0;
	position: relative;
}

.heLogo {
	width: 307px;
	display: inline-block;
	vertical-align: middle;
}

.heNav {
	width: calc(100% - 307px);
	display: inline-block;
	vertical-align: middle;
}

.heNav ul.menu {
	font-size: 0;
	text-align: right;
}

.heNav ul.menu>li {
	display: inline-block;
	vertical-align: middle;
	padding-left: 25px;
	padding-right: 25px;
	position: relative;
}

.heNav ul.menu>li::before {
	content: "";
	width: 100%;
	height: 100%;
	background: inherit;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 9;
	transform: skewX(-21deg);
	-webkit-transform: skewX(-21deg);
	-moz-transform: skewX(-21deg);
	-ms-transform: skewX(-21deg);
	-o-transform: skewX(-21deg);
}

.heNav ul.menu>li:hover::before {
	background: rgba(0, 0, 255, 0.5);
}

.heNav ul.menu>li.co-pc-block:hover::before {
	background: rgba(255, 0, 0, 0.5);
}

.heNav ul.menu>li>a {
	display: block;
	font-size: 17px;
	font-weight: bold;
	line-height: 160%;
	color: #fff;
	z-index: 9;
	padding: 10px 0;
	position: relative;
	text-decoration: none;
	letter-spacing: 0.5px;
}

.ie .heNav ul.menu>li>a {
	padding: 17px 0 3px 0;
}

.heNav ul.menu>li:last-child>a {
	font-size: 15px;
}

.heNav ul.menu>li:nth-child(6) .sub-menu {
	width: 355px;
}

/* /////////////// */

.heNav ul.menu>li.co-sp-block {
	display: none;
}

.sp-humbager {
	display: none;
}

.heRows {
	padding-top: 20px;
	min-height: 110px;
}

.wrapHeader {
	overflow: visible;
}

.all-width {
	display: none;
	width: 515px;
	position: absolute;
	top: 47px;
	left: -9px;
	z-index: 9;
	font-size: 0;
	overflow: hidden;
	background: rgba(0, 0, 255, 0.5);
}

.all-width-item {
	width: 48%;
	display: inline-block;
	vertical-align: top;
	position: relative;
}

.all-width-item ul {
	text-align: left;
	clear: both;
}

.all-width-item li {
	display: block;
	width: 100%;
	position: relative;
}

.all-width-item:last-child {
	width: 52%;
}

.all-width-item ul.s2 li:last-child a {
	font-size: 13px;
	letter-spacing: -0.4px;
	padding-top: 10px;
	padding-bottom: 6px;
}

.ie .all-width-item ul.s2 li:last-child a {
	padding-top: 15px;
	padding-bottom: 4px;
	letter-spacing: -0.5px;
}

.all-width-item li:hover a {
	color: #E50012;
	background: rgba(203, 203, 255, 0.5);
}

.all-width-item a {
	display: block;
	font-size: 16px;
	color: #fff;
	letter-spacing: 0.5px;
	line-height: 175%;
	padding: 5px 15px;
	padding-right: 10px;
	text-decoration: none;
}

.ie .all-width-item a {
	font-size: 15px;
	padding: 15px 15px 0 15px;
}

.title-sub-menu {
	display: inline-block;
	float: left;
	text-align: center;
	font-size: 16px;
	color: #fff;
	letter-spacing: 0.5px;
	padding: 0px 15px;
	text-decoration: none;
	z-index: 9;
	position: relative;
	line-height: 33px;
	padding: 0;
	border-bottom: 30px solid rgba(0, 0, 255, 0.0);
	border-left: 14px solid transparent;
	border-right: 14px solid transparent;
	height: 0;
	width: auto;
}

.ie .title-sub-menu {
	line-height: 46px;
}

.title-sub-menu.active {
	line-height: 33px;
	padding: 0;
	border-bottom: 30px solid #FF0000;
	border-left: 14px solid transparent;
	border-right: 14px solid transparent;
	height: 0;
	width: auto;
}

.ie .title-sub-menu.active {
	line-height: 46px;
}

.menu>li:hover .sub-menu {
	display: block;
}

.menu>li:hover .all-width {
	display: block;
}

.sub-menu {
	display: none;
	position: absolute;
	/*width: 240px;*/
	width: 270px;
	top: 47px;
	left: -9px;
	text-align: left;
}

.sub-menu li {
	width: 100%;
	/* display: block; */
	position: relative;
}

.sub-menu>li>a {
	display: block;
	color: #fff;
	font-size: 16px;
	line-height: 160%;
	text-decoration: none;
	padding: 5px 20px;
	padding-right: 10px;
	background: rgba(0, 0, 255, 0.5);
}

.ie .sub-menu>li>a {
	padding: 15px 15px 0 15px;
}

.heNav ul.menu>li.sp-db {
	display: none;
}

.sub-menu>li:hover a {
	color: #E50012;
	background: rgba(203, 203, 255, 0.5);
}

.main {
	width: 100%;
	position: relative;
	overflow: hidden;
	background: url(../../img/index/top-3.png) top center repeat-y;
	background-size: contain;
}

footer {
	width: 100%;
	padding-top: 24px;
	padding-bottom: 20px;
	position: relative;
	background-image: url(../img/bg-footer.png);
	background-position: left top;
	background-repeat: no-repeat;
	background-size: cover;
}

.coppyRight {
	width: 100%;
	text-align: center;
	position: relative;
	color: #fff;
	font-size: 18px;
	line-height: 175%;
	letter-spacing: 0.5px;
	margin-top: 5px;
}

.foContent {
	width: 100%;
	max-width: 1200px;
	margin: 0 auto;
	background: #01209F;
	font-size: 0;
	position: relative;
	text-align: center;
	padding: 19.5px 0;
}

.foContent a {
	width: 50%;
	display: inline-block;
	vertical-align: middle;
	position: relative;
}

.foContent a img {
	display: block;
	margin: 0 auto;
}

.hitachi .img-fosp {
	display: none;
}

.gtel strong {
	font-weight: normal;
}

.colums-fo-715 {
	display: none;
}

.foContent a img.img-sp {
	display: none;
}

.menu-smart-phone {
	display: none;
}

.logo-fo .sp-img-logo {
	display: none;
}

.ceofoter {
	position: absolute;
	left: 50%;
	top: 0;
	transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	-o-transform: translateX(-50%);
}

.ceofoter span {
	width: 20px;
	height: 155px;
	background: #2D3170;
	display: block;
	transform: skew(-26.5deg);
	-webkit-transform: skew(-26.5deg);
	-moz-transform: skew(-26.5deg);
	-ms-transform: skew(-26.5deg);
	-o-transform: skew(-26.5deg);
}

.foContent00 {
	width: 100%;
	margin-top: 24px;
	position: relative;
	border-top: #0000FF solid 10px;
}

.logo-fo {
	padding-left: 37px;
	display: block;
}

.RowFo {
	width: 100%;
	font-size: 0;
	letter-spacing: 0;
	padding-top: 47px;
	position: relative;
}

.ItemFo {
	width: 28.3%;
	margin-right: 2.7%;
	display: inline-block;
	vertical-align: top;
}

.ItemFo:first-child {
	width: 28.3%;
	margin-right: 2.7%;
}

.ItemFo:last-child {
	width: 69%;
	margin-right: 0;
}

.address-fo {
	color: #fff;
	padding-top: 59px;
	font-size: 18px;
	letter-spacing: 0.5px;
	line-height: 175%;
	text-align: center;
	position: relative;
	overflow: hidden;
}

.address-fo a {
	display: block;
	color: #fff;
	text-decoration: none;
	transition: ease all 0.35s;
	-webkit-transition: ease all 0.35s;
	-moz-transition: ease all 0.35s;
	-ms-transition: ease all 0.35s;
	-o-transition: ease all 0.35s;
}

.address-fo a:hover {
	color: #E50012;
}

.gmaps img {
	display: block;
	margin: 13px auto;
}

.hitachi {
	padding-top: 38px;
}

.hitachi img {
	display: block;
	margin: 0 auto;
}

.ItemFo ul {
	width: 100%;
	font-size: 0;
	letter-spacing: 0;
	margin-top: 31px;
	position: relative;
}

.ItemFo li {
	width: 50%;
	margin-right: 0%;
	margin-bottom: 55px;
	display: inline-block;
	vertical-align: top;
}

.ItemFo li:nth-child(3n) {
	margin-right: 0;
}

.ItemFo li:nth-child(3) a:nth-child(8){
	font-size: 13px;
	letter-spacing: 0;
}
.ItemFo li a {
	font-size: 18px;
	color: #fff;
	letter-spacing: 0.5px;
	line-height: 195%;
	display: block;
	text-decoration: none;
	position: relative;
	padding-left: 15px;
	margin-left: 0px;
}

.ItemFo li a::before {
	width: 11px;
	height: 11px;
	background: #fff;
	content: "";
	position: absolute;
	left: 0;
	top: 12px;
	border-radius: 100%;
	-webkit-border-radius: 100%;
	-moz-border-radius: 100%;
	-ms-border-radius: 100%;
	-o-border-radius: 100%;
}

.ItemFo li a.fo-tt-iteam{
	padding-left: 30px;
	margin-left: 0;
	color: #fff;
    font-size: 20px;
    letter-spacing: 0.5px;
    line-height: 175%;
    background-image: url(../img/line-fo.png);
    background-position: left bottom;
    background-repeat: no-repeat;
    margin-bottom: 18px;
}

.ItemFo li a.fo-tt-iteam::before{
	content: none;
}

.ItemFo li a:hover {
	color: #E50012;
}

.fo-tt-iteam {
	color: #fff;
	font-size: 20px;
	letter-spacing: 0.5px;
	line-height: 175%;
	background-image: url(../img/line-fo.png);
	background-position: left bottom;
	background-repeat: no-repeat;
	padding-left: 30px;
	margin-bottom: 18px;
}

/* PAGE CHILD 2019 09 18 */

/* 1: BANNER */

.page-child-banner {
	height: 400px;
	position: relative;
	background-position: center top;
	background-repeat: no-repeat;
	background-size: cover;
}

.banner-position {
	width: 100%;
	overflow: hidden;
	position: absolute;
	left: 50%;
	bottom: 105px;
	background: rgb(255,255,255,0.1);
	background-image: linear-gradient(to right, rgba(255,255,255,1) , rgba(255,255,255,0.1));
	padding: 15px 10px;
	transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	-o-transform: translateX(-50%);
}

.row-banner {
	width: 100%;
	max-width: 1510px;
	margin: 0 auto;
	font-size: 0;
	position: relative;
	display: flex;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	justify-content: space-between;
}

.item-banner {
	display: inline-block;
	vertical-align: middle;
	position: relative;
}

.item-banner:first-child {
	width: 100%;
	padding-right: 0;
}

.item-banner:last-child {
	display: none;
}

.title-page-banner {
	color: #231815;
	width: 100%;
	max-width: 100%;
	display: block;
	line-height: 175%;
	font-size: 38px;
	letter-spacing: 0.5px;
	position: relative;
	top: 3px;
}

.title-page-banner::first-letter {
	color: #0000FF;
}

.title-page-banner span {
	display: block;
	line-height: 100%;
	position: relative;
	padding-left: 45px;
	padding-bottom: 5px;
	border-bottom: 2px solid #0000FF;
}

.title-page-banner span::before {
	content: "";
	width: 20px;
	height: 52px;
	position: absolute;
	left: 9px;
	bottom: -1px;
	z-index: 1;
	background-color: #0000FF;
	transform: skewX(-21deg);
	-webkit-transform: skewX(-21deg);
	-moz-transform: skewX(-21deg);
	-ms-transform: skewX(-21deg);
	-o-transform: skewX(-21deg);
}

.item-banner:last-child {
	width: 49%;
	padding: 2.5px 0;
	padding-right: 8.073vw;
}

.item-banner:last-child img {
	float: right;
	z-index: 10;
	position: relative;
}

.banner-hatachi {
	width: 100%;
	max-width: 1200px;
	position: absolute;
	left: 50%;
	bottom: 12px;
	z-index: 1;
	transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	-o-transform: translateX(-50%);
}

.breadcrumb {
	background-color: inherit;
	padding: 5.5px 5px;
	margin-bottom: 0;
}

.breadcrumb .breadcrumb-item a {
	text-decoration: none;
	letter-spacing: 0.5px;
	line-height: 175%;
	font-size: 14px;
	color: #000;
}

.breadcrumb .breadcrumb-item {
	letter-spacing: 0.5px;
	line-height: 175%;
	font-size: 14px;
	color: #000;
}

.breadcrumb>li+li:before {
	content: "＞";
	color: #000;
	padding: 0 17px;
	font-size: 14px;
}

.breadcrumb .breadcrumb-item:hover a {
	color: #E50012;
}

.breadcrumb-page {
	text-align: center;
	width: 100%;
	font-size: 0;
	margin: 0 auto;
	/*margin-top: 100px;*/
	max-width: 910px;
	position: relative;
}

.breadcrumb-page-item {
	width: 20%;
	text-align: center;
	border-right: 1px solid #eee;
	display: inline-block;
	vertical-align: middle;
	position: relative;
	background: rgba(0, 0, 255, 0.5);
	transform: skewX(-21deg);
	-webkit-transform: skewX(-21deg);
	-moz-transform: skewX(-21deg);
	-ms-transform: skewX(-21deg);
	-o-transform: skewX(-21deg);
	transition: ease all 0.35s;
	-webkit-transition: ease all 0.35s;
	-moz-transition: ease all 0.35s;
	-ms-transition: ease all 0.35s;
	-o-transition: ease all 0.35s;
}

.breadcrumb-page-item.active, .breadcrumb-page-item:hover {
	background: rgba(229, 0, 18, 0.5);
}

.breadcrumb-page-item:last-child {
	border-right: none;
}

.breadcrumb-page-item a {
	display: block;
	padding: 15.5px 8px;
	font-size: 15px;
	color: #000000;
	line-height: 175%;
	letter-spacing: 0.5px;
	text-decoration: none;
	transform: skewX(21deg);
	-webkit-transform: skewX(21deg);
	-moz-transform: skewX(21deg);
	-ms-transform: skewX(21deg);
	-o-transform: skewX(21deg);
}

.home-page-top {
	width: 100%;
	max-width: 1085px;
	margin: 48px auto;
	margin-top: 43px;
	font-size: 0;
	position: relative;
}

.home-top, .page-top {
	width: 50%;
	display: inline-block;
	vertical-align: middle;
}

.home-page-top a {
	font-size: 18px;
	padding-left: 27px;
	color: #000;
	letter-spacing: 0.5px;
	line-height: 175%;
	text-decoration: none;
	transition: ease all 0.35s;
	-webkit-transition: ease all 0.35s;
	-moz-transition: ease all 0.35s;
	-ms-transition: ease all 0.35s;
	-o-transition: ease all 0.35s;
}

.home-page-top a:hover {
	color: #E50012;
}

.home-top a {
	background-image: url(../img/hop-top-1.png);
	background-repeat: no-repeat;
	background-position: left center;
}

.page-top {
	text-align: right;
}

.page-top a {
	display: inline-block;
	background-image: url(../img/page-top-1.png);
	background-repeat: no-repeat;
	background-position: left center;
}

@media screen and (max-width:1510px) {
	/* .page-child-banner {
		background-size: inherit;
	} */
}

@media screen and (max-width:1390px) {
	.item-banner:last-child {
		padding-right: 4vw;
	}
}

@media screen and (max-width:1300px) {
	.item-banner:last-child {
		padding-right: 2vw;
	}
}

@media screen and (max-width:1220px) {
	.item-banner:first-child {
		padding-left: 1vw;
	}
	.item-banner:last-child {
		padding-right: 1vw;
	}
}

@media screen and (max-width:900px) {
	.title-page-banner {
		font-size: 25px;
	}
	.title-page-banner span::before {
		width: 15px;
		height: 36px;
		left: 6.5px;
	}
}

@media screen and (max-width:767px) {
	.page-child-banner{
		background-size: cover;
	}
	.home-page-top a {
		font-size: 16px;
	}
	.banner-hatachi img {
		width: 120px;
	}
	.item-banner:first-child {
		width: 100%;
		padding-right: 0;
		background-image: inherit;
	}
	.item-banner:last-child {
		display: none;
	}
	.title-page-banner {
		top: 0;
		max-width: 100%;
	}
	.home-page-top {
		margin: 20px auto;
	}
	.breadcrumb>li+li:before {
		padding: 0 7px;
	}
	.breadcrumb-page {
		margin-top: 7.823vw;
	}
	.breadcrumb-page-item {
		width: 50%;
		border-bottom: 1px solid #fff;
		transform: inherit;
		-webkit-transform: inherit;
		-moz-transform: inherit;
		-ms-transform: inherit;
		-o-transform: inherit;
	}
	.breadcrumb-page-item:last-child {
		width: 100%;
		border-bottom: inherit;
	}
	.breadcrumb-page-item a {
		transform: inherit;
		-webkit-transform: inherit;
		-moz-transform: inherit;
		-ms-transform: inherit;
		-o-transform: inherit;
	}
	.hide-sm {
		display: none;
	}

	.breadcrumb-page-item:nth-child(2n){
		border-right:none;
	}

	.banner-hatachi{
		bottom: 15px;
		padding-left: 25px;
	}
}

.sp__imgservice{
	display: none;
}

@media screen and (max-width:650px){
	.service-650{
		display: none !important;
	}

	.sp__imgservice{
		display: block;
	}

	.title-page-banner span{
		padding-left: 35px;
	}
}

.wrap__slider_poa {
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
	z-index: 999;
	display: none;
}


/*Slide*/


#slide.off_bg{
	background-image: inherit;
} 

.owl-theme .owl-nav [class*='owl-']{
	background: none;
	margin: 0;
	padding: 0;
}
.owl-theme .owl-nav [class*='owl-']:hover{
	background: none;
}
.owl-nav{
	margin-top: 0;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	width: 100%;
}
.owl-carousel .owl-controls .owl-nav .owl-prev{
	float: left;
	padding-left: 35px;
}
.owl-carousel .owl-controls .owl-nav .owl-next{
	float: right;
	padding-right: 35px;
}
.owl-dots{
	position: absolute;
	bottom: 15px;
	left: 50%;
	transform: translateX(-50%);
}
.owl-theme .owl-dots .owl-dot span{
	background-color: #fff;
	margin: 5px 10px;
}
.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span{
	background-color: #006FC5;
}


.slider, .bgs-top-view , .bx-viewport , .bx-top , .slider .bx-top > .children {
	height: 640px !important;
}

@media screen and (max-width:1690px){
	.slider, .bgs-top-view , .bx-viewport , .bx-top , .slider .bx-top > .children {
		height: 600px !important;
	}
}

@media screen and (max-width:1510px){

	.slider, .bgs-top-view , .bx-viewport , .bx-top , .slider .bx-top > .children {
		height: 540px !important;
	}

	#colums-one {
		padding-top: 4vw !important;
	}
}

@media screen and (max-width:1480px){
	.slider, .bgs-top-view , .bx-viewport , .bx-top , .slider .bx-top > .children {
		height: 500px !important;
	}
}

@media screen and (max-width:1400px){
	.slider, .bgs-top-view , .bx-viewport , .bx-top , .slider .bx-top > .children {
		height: 480px !important;
	}
}

@media screen and (max-width:1300px){
	.slider, .bgs-top-view , .bx-viewport , .bx-top , .slider .bx-top > .children {
		height: 440px !important;
	}
}

@media screen and (max-width:540px){
	#slide.off_bg{
		padding-top: 101px;
	}
	.slider, .bgs-top-view , .bx-viewport , .bx-top , .slider .bx-top > .children {
		height: 350px !important;
	}
	.slider .bx-controls .bx-pager .bx-pager-link{
		margin: 0 5px;
	}
}

@media screen and (max-width:480px){
	.slider, .bgs-top-view , .bx-viewport , .bx-top , .slider .bx-top > .children {
		height: 350px !important;
	}
}

@media screen and (max-width:380px){
	.slider, .bgs-top-view , .bx-viewport , .bx-top , .slider .bx-top > .children {
		height: 300px !important;
	}
}

@media screen and (max-width:360px){
	.slider, .bgs-top-view , .bx-viewport , .bx-top , .slider .bx-top > .children {
		height: 250px !important;
	}
}
/* END PAGE CHILD */