@charset "UTF-8";



/*======================================================================================================================
========================================================================================================================

frame.css

全体フレーム・ヘッダー・フッター用

========================================================================================================================
======================================================================================================================*/



/* フレーム全体
-------------------------------------------------------------------------------------------------------- */
body {
	margin:         0px 0px 0px 0px;
	padding:        0px 0px 0px 0px;
	text-align:     center;
	letter-spacing: 0;
}

#wrapper {
	padding:        110px 0px 0px 0px;
	text-align:     left;
	clear:          both;
	line-height:    0;
}
.megaNavParent > li > a {
	padding: 30px 10px 40px 10px;
}



/* ヘッダー
-------------------------------------------------------------------------------------------------------- */
/*header{
	padding: 50px 0 0;
}

header #logo {
	width: 218px;
    margin: 0 auto 35px;
}*/

header.globalHeader {
	min-width: 960px;
	margin-top: -110px;
}

header.globalHeader .logo {
	width: 220px;
	height: auto;
}



/*  グローバルナビ 
--------------------------------*/
#gn {
	background: #EEEEEE;
	width: 100%;
}

#gn .inner {
	width: 940px;
	margin: 0 auto;
}

#gn .inner li {
	width: 235px;
	height: 50px;
	float: left;
	display: block;
}
#gn .inner li a {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 235px;
	height: 50px;
	color: #5f5f5f;
	font-weight: bold;
	/* text-indent: -9999px; */
	text-decoration: none;
	letter-spacing: 1.5px;
	position: relative;
}
#gn .inner li a:hover {
	background: #dfdfdf;
	color: #777;
}
#gn .inner li a::after {
  content: "";
  display: block;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 1px;
  height: 20px;
  background-color: #ccc;
}
#gn .inner li.outline a::before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 1px;
  height: 20px;
  background-color: #ccc;
}


/* 会社概要 */
/*#gn .inner li.outline { background: url(../img/gn_outline_over.gif) 0 0 no-repeat;}
#gn .inner li.outline a { background: url(../img/gn_outline.gif) 0 0 no-repeat;}
#gn .inner li.outline a:hover { background:none;}
body#outline #gn .inner li.outline a { background: none;}*/
body#outline #gn .inner li.outline a { background: #dfdfdf;	color: #777;}


/* 事業分野 */
/*#gn .inner li.field { background: url(../img/gn_field_over.gif) 0 0 no-repeat;}
#gn .inner li.field a { background: url(../img/gn_field.gif) 0 0 no-repeat;}
#gn .inner li.field a:hover { background:none;}
body#field #gn .inner li.field a { background: none;}*/
body#field #gn .inner li.field a { background: #dfdfdf;	color: #777;}


/* 採用情報 */
/*#gn .inner li.recruit { background: url(../img/gn_recruit_over.gif) 0 0 no-repeat;}
#gn .inner li.recruit a { background: url(../img/gn_recruit.gif) 0 0 no-repeat;}
#gn .inner li.recruit a:hover { background:none;}
body#recruit #gn .inner li.recruit a { background: none;}*/
body#recruit #gn .inner li.recruit a { background: #dfdfdf;	color: #777;}


/* アクセス・お問い合わせ */
/*#gn .inner li.contact { background: url(../img/gn_contact_over.gif) 0 0 no-repeat;}
#gn .inner li.contact a { background: url(../img/gn_contact.gif) 0 0 no-repeat;}
#gn .inner li.contact a:hover { background:none;}
body#contact #gn .inner li.contact a { background: none;}*/
body#contact #gn .inner li.contact a { background: #dfdfdf;	color: #777;}


/*  グローバルナビ 下部 
--------------------------------*/
#un {
	width: 100%;
	background: url(../img/bg_un.gif) left top repeat-x;
}
#un .inner {
	width: 940px;
	margin: 0 auto;
}
#un .inner li {
	width: 470px;
	height: 80px;
	display: block;
	float: left;
}
#un .inner li a {
	width: 470px;
	height: 80px;
	display: flex;
	justify-content: center;
	align-items: center;
	background: linear-gradient(to bottom, #333, #545454);
	color: #fff;
	font-size: 18px;
	font-weight: bold;
	text-decoration: none;
	position: relative;
}
#un .inner li a:hover {
		background: linear-gradient(to bottom, #535353, #575757);
}
#un .inner li.result a {
	letter-spacing: 5px;
}
#un .inner li a::after {
  content: "";
  display: block;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 1px;
  height: 50px;
  background-color: #5c5c5c;
}
#un .inner li.result a::before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 1px;
  height: 50px;
  background-color: #5c5c5c;
}

/* 実績 */
/*#un .inner li.result { background: url(../img/un_result_over.gif) 0 0 no-repeat;}
#un .inner li.result a { background: url(../img/un_result.gif) 0 0 no-repeat;}
#un .inner li.result a:hover { background:none;}
body#result #un .inner li.result a { background: none;}*/


/* お知らせ */
/*#un .inner li.news { background: url(../img/un_news_over.gif) 0 0 no-repeat;}
#un .inner li.news a { background: url(../img/un_news.gif) 0 0 no-repeat;}
#un .inner li.news a:hover { background:none;}
body#news.list_info #un .inner li.news a { background: none;}*/



/*  ENGLISH／簡体字　ナビ 
--------------------------------*/
#ln {
	width: 100%;
}
#ln .inner {
	width: 940px;
	margin: 0 auto;
	position: relative;
}
#ln .inner ul {
	position: absolute;
	top: -236px;
	right: 0;
}
#ln .inner li {
	display: block;
	margin-left: 10px;
	float: right;
	line-height: 1.1;
	font-size: 12px;
}
#ln .inner li a {
	padding: 5px 10px;
	background: #EEEEEE;
	text-decoration: none;
	border-radius: 0 0 5px 5px;
}
#ln .inner li a:hover {
	background: #CCCCCC;
}





/*  タイトル指定 
-------------------------------------------------------------------------------------------------------- */

/*  メインタイトル 
--------------------------------*/
.ttl_area {
	width: 100%;
	background: url(../img/bg_img_main.gif) center top no-repeat #001a72;
	line-height: 1;
}

.ttl_area .inner {
	width: 940px;
	margin: 0 auto;
	color: #FFF;
	padding: 35px 0;
}

.ttl_main {
	display: block;
	position: relative;
}

.ttl_main h1 {
	font-size: 178.5%;
	font-weight: normal;
	
}



/* メインタイトルにコンテンツが重なるページ */
/*body#service1 .ttl_area .inner ,
body#service2 .ttl_area .inner ,
body#data .ttl_area .inner ,
body#feature .ttl_area .inner {
   padding: 35px 0 90px;
}
body#trans .ttl_area .inner ,
body#tec .ttl_area .inner ,
body#energy .ttl_area .inner {
   padding: 35px 0 90px;
}*/





/*  パンくず指定 
-------------------------------------------------------------------------------------------------------- */
span.topicpath {
	width: 470px;
	text-align: right;
	display: block;
	position: absolute;
	right: 0;
	top: 25%;
	font-size: 80%;
}
span.topicpath a {
	color: #FFFFFF;
}





/* コンテンツ
-------------------------------------------------------------------------------------------------------- */
#contents {
	width: 940px;
	margin: 0 auto 100px;
	position: relative;
}

#contents .inner {
	padding: 100px 0 0;
	line-height: 1.7;
}


/* メインタイトルにコンテンツが重なるページ */
/*body#service1 #contents ,
body#service2 #contents ,
body#data #contents ,
body#feature #contents {
	position: relative;
	margin-top: -50px;
}

body#service1 #contents .inner ,
body#service2 #contents .inner ,
body#data #contents .inner ,
body#feature #contents .inner {
	padding: 0;
}
body#trans #contents ,
body#tec #contents ,
body#energy #contents {
	position: relative;
	margin-top: -50px;
}

body#trans #contents .inner ,
body#tec #contents .inner ,
body#energy #contents .inner {
	padding: 0;
}*/





/* フッター
-------------------------------------------------------------------------------------------------------- */
footer {
	background: #EBEFF7;
	line-height: 1.5;
}

footer .inner {
	width: 940px;
	margin: 0 auto;
}

/*個人情報取扱ボタン*/
/*footer .inner .btn_privacy {
	width: 200px;
	float: left;
}*/
footer .inner .btn_privacy {
	display: flex;
}
footer .inner .btn_privacy a {
  background: #fff;
  color: #333;
  padding: 24px 16px;
  border-radius: 0 0 5px 5px;
  text-decoration: none;
  box-shadow: 0 2px 4px rgba(0,0,0,0.05); /* 軽い影で浮かせる */
  font-size: 13px;
}
footer .inner .btn_privacy a:hover {
  color: #888;
}

footer .inner .copy {
	width: 252px;
	float: right;
	padding: 0 0 100px;
}




