@charset "UTF-8";
/***********************************************/
/* 目次 */
/*=============================================*/

/***********************************************/
/*=============================================*/
/*00.setting*/
/*=============================================*/
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary {
  display: block;
}

/*=============================================*/
/*01 common*/
/*=============================================*/
html {
  font-size: 62.5%;
}

/* commons */
body {
  -webkit-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -o-text-size-adjust: 100%;
  text-size-adjust: 100%;
  font-family: 'Source Sans Pro', Arial, Roboto, 游ゴシック体, 'Yu Gothic', 'ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic Pro', メイリオ, Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
  color: #333;
  letter-spacing: 0.1em;
}

p, span, li, dt, dd, th, td {
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 2.0;
}

a,
a:link,
a:hover,
a:focus {
	color: #062630;
	text-decoration: none;
	cursor: pointer;
	outline: none;
	-webkit-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
	}

a:hover {
  text-decoration: underline;
}

.sp-only {
  display: none;
}


/*==========Add ==========*/

.fwBold {
	font-weight:bold;
}

.normal {font-weight: normal;}

.alCenter {
	text-align:center;
}

.alLeft{
	text-align:left;
}

.alRight{
	text-align:right;
}

.vaTop {
	vertical-align:top;
}

.vaMiddle {
	vertical-align:middle;
}

.vaBottom {
	vertical-align:bottom;
}

.fLeft { float:left; }
.fRight { float:right; }

.offHidden {
	overflow:hidden;
}

.m0a {
	margin:0 auto;
}

.opTr a {
	opacity: 1;
	transition: .3s ease-in-out;
	-webkit-transition: .3s ease-in-out;
	-moz-transition: .3s ease-in-out;
}

.opTr a:hover img {
opacity: .8;
}

a.ovUnder{
  text-decoration: underline;
}

a.ovUnder:hover{
  text-decoration: none;
	opacity: .8;
}

.displayB {
	display:block;
}

i {
	margin-right: 5px;
}

.blueColor {
	color:#001032;
}

.lineH17 {
	line-height:1.7;
}



/*----------------------------------------------------
	☆br clear
----------------------------------------------------*/


br.clear_noie, 
div.clear_noie {
	display:inline !important;
	display:none;
	clear:both;
	line-height:0px;
}

br.clear_all {
	clear:both;
	line-height:0px;
}

@media screen and (-webkit-min-device-pixel-ratio:0) {
br.clear_noie  {
	display:block!important;
	content: " ";
}
}

/*----------------------------------------------------
	☆Size
----------------------------------------------------*/

.size10 { font-size:1.0rem!important; }
.size11 { font-size:1.1rem!important; }
.size12 { font-size:1.2rem!important; }
.size13 { font-size:1.3rem!important; }
.size14 { font-size:1.4rem!important; }
.size15 { font-size:1.5rem!important; }
.size16 { font-size:1.6rem!important; }
.size17 { font-size:1.7rem!important; }
.size18 { font-size:1.8rem!important; }
.size19 { font-size:1.9rem!important; }
.size20 { font-size:2.0rem!important; }
.size21 { font-size:2.1rem!important; }
.size22 { font-size:2.2rem!important; }
.size23 { font-size:2.3rem!important; }
.size24 { font-size:2.4rem!important; }
.size28 { font-size:2.8rem!important; }
.size30 { font-size:3.0rem!important; }
.size32 { font-size:3.2rem!important; }

/*----------------------------------------------------
	☆Size
----------------------------------------------------*/

.lHight12 {line-height:1.2!important; }
.lHight15 {line-height:1.5!important; }


/*----------------------------------------------------
	☆Header
----------------------------------------------------*/

header{
	background-color: #001032;
	margin:0 auto;
	width: 100%;
	height:80px;
	position: fixed;
	z-index:100;
	top:0;
}

header p, 
header h1 {
	position:absolute;
	top:15px;
	left:50px;
}
@media screen and (max-width: 1150px) {
  header p, header h1 {
    left: 10px;
  }
}

/*----------メガメニュー-------------*/

.menu-container {
  margin: 0 auto;
  /*background: #001032;*/
	position:absolute;
	top:0;
	right:0;
}

.menu-mobile {
  display: none;
  padding: 20px;
}
.menu-mobile:after {
  content: "\f394";/*モバイル用メニューに表示するアイコン*/
  font-family: "Ionicons";
  font-size: 2.5rem;
  padding: 0;
  float: right;
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-25%);
          transform: translateY(-25%);
}
.menu-dropdown-icon:before {
  content: "\f489";/*モバイル用メニューに表示するアイコン*/
  font-family: "Ionicons";
  display: none;
  cursor: pointer;
  float: right;
  padding: 1.5em 2em;
  background: #fff;
  color: #333;
}

.menu > ul {
  margin: 0 auto;
  width: 100%;
  list-style: none;
  padding: 0;
  position: relative;
  -webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.menu > ul:before,
.menu > ul:after {
  content: "";
  display: table;
}
.menu > ul:after {
  clear: both;
}
.menu > ul > li {
  float: left;
  /*background: #e9e9e9;*/
  padding: 0;
  margin: 0;
	border-left: 1px solid #525D70;
}
.menu > ul > li a {
  text-decoration: none;
  padding: 1.2em 1.2em 1.8em;
  display: block;
		background-color:#001032;
		color:#FFF;
		font-weight: bold;
		text-align:center;
}

.menu > ul > li a span{
	display: block;
	line-height: 110%;
	font-size: 1.1rem;
	color:#99A5BE;
	line-height:0;
}

.menu > ul > li:last-child a {
	background-color:#667080;
}

.menu > ul > li:hover {
  /*background: #f0f0f0;*/
}

.menu > ul > li a:hover {
	background-color: #667080;
}

.menu > ul > li:last-child a:hover {
	background-color: #334059;
}

.menu > ul > li > ul {
  display: none;
  width: 100%;
  background: #001032;
  padding: 20px;
  position: absolute;
  z-index: 99;
  left: 0;
  margin: 0;
  list-style: none;
  	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	color:#FFF;
}
.menu > ul > li > ul:before,
.menu > ul > li > ul:after {
  content: "";
  display: table;
}
.menu > ul > li > ul:after {
  clear: both;
}
.menu > ul > li > ul > li {
  margin: 0;
  padding-bottom: 0;
  list-style: none;
  width: 25%;
  background: none;
  float: left;
	font-size:1.3rem;
	text-align:left;
}
.menu > ul > li > ul > li a {
  color: #fff;
  padding: .2em 0;
  width: 95%;
  display: block;
  border-bottom: 1px solid #ccc;
	text-align:left;
}

.menu > ul > li > ul > li a:hover {
	background-color: #001032;
	color:#99A5BE;
	text-decoration:underline;
}

.menu > ul > li > ul > li > ul {
  display: block;
  padding: 0;
  margin: 10px 0 0;
  list-style: none;
  	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.menu > ul > li > ul > li > ul:before,
.menu > ul > li > ul > li > ul:after {
  content: "";
  display: table;
}
.menu > ul > li > ul > li > ul:after {
  clear: both;
}
.menu > ul > li > ul > li > ul > li {
  float: left;
  width: 100%;
  padding: 10px 0;
  margin: 0;
  font-size: .8em;
}
.menu > ul > li > ul > li > ul > li a {
  border: 0;
}
.menu > ul > li > ul.normal-sub {
  width: 300px;
  left: auto;
  padding: 10px 20px;
}
.menu > ul > li > ul.normal-sub > li {
  width: 100%;
}
.menu > ul > li > ul.normal-sub > li a {
  border: 0;
  padding: 1em 0;
}


/* ––––––––––––––––––––––––––––––––––––––––––––––––––
モバイル用
–––––––––––––––––––––––––––––––––––––––––––––––––– */
/*サイズは任意で。js側の設定と合わせる*/
@media only screen and (max-width: 959px) {
  .menu-container {
    width: 100%;
  }
  .menu-mobile {
    display: block;
  }
  .menu-dropdown-icon:before {
    display: block;
  }
  .menu > ul {
    display: none;
  }
  .menu > ul > li {
    width: 100%;
    float: none;
    display: block;
  }
  .menu > ul > li a {
    padding: 1.5em;
    width: 100%;
    display: block;
  }
  .menu > ul > li > ul {
    position: relative;
  }
  .menu > ul > li > ul.normal-sub {
    width: 100%;
  }
  .menu > ul > li > ul > li {
    float: none;
    width: 100%;
    margin-top: 20px;
  }
  .menu > ul > li > ul > li:first-child {
    margin: 0;
  }
  .menu > ul > li > ul > li > ul {
    position: relative;
  }
  .menu > ul > li > ul > li > ul > li {
    float: none;
  }
  .menu .show-on-mobile {
    display: block;
  }
}

/*----------------------------------------------------
	☆MV
----------------------------------------------------*/

#titleH {
	width:100%;
	height:170px;
	display: table;
	text-align:center;
	margin-top:80px;
}

#titleH h1 {
	font-size:28px;
	font-size:2.8rem;
	color:#001032;
	display: table-cell;
	text-align:center;
	vertical-align: middle;

}

#titleH h1 span {
	display:block;
	font-size:16px;
	font-size:1.6rem;
	color:#99A5BE;
	font-weight:600;
}

#mv {
	height: 300px;
	width: 100%;
	min-width:1087px;
	margin: 0;
	position: relative;
}

.historyMv {
	background: url(../../img/bg-history.png) no-repeat center top;
}

.outlineMv{
	background: url(../../img/bg-outline.png) no-repeat center top;
}

.branchMv {
	background: url(../../img/bg-branch.png) no-repeat center top;
}

.companyMv{
	background: url(../../img/bg-company.png) no-repeat center top;
}

.sitemapMv {
	background: url(../../img/bg-sitemap.png) no-repeat center top;
}

.contactMv{
	background: url(../../img/bg-contact.png) no-repeat center top;
}

.messageMv{
	background: url(../../img/bg-message.png) no-repeat center top;
}

.conceptMv{
	background: url(../../img/bg-concept.png) no-repeat center top;
}






/* デバイスの横幅が画像サイズを超えた場合 */
@media only screen and (min-width: 2000px) {
.mvOver {
	background-size:100% auto;
}
}


/*----------------------------------------------------
	☆Breadcrum
----------------------------------------------------*/

.breadcrumb {
	display: block;
	margin: 90px auto -40px;
	width: 100%;
	padding: 7px 0 5px ;
}

.breadcrumb02{
	display: block;
	margin: 0 auto -40px;
	width: 100%;
	padding: 7px 0 5px ;
}


.breadcrumb ul,
.breadcrumb02 ul {
	*zoom: 1;
	width:1087px;
	margin:0 auto;
	padding-top:0;
}

.breadcrumb ul:after,
.breadcrumb02 ul:after {
	content: "";
	display: table;
	clear: both;
}

.breadcrumb li,
.breadcrumb02 li {
	position: relative;
	top: 4px;
	left: 0;
	float: left;
	padding: 0 1.4em 0 0;
	font-size: 13px;
	font-size: 1.3rem;
}

.breadcrumb li:before,
.breadcrumb02 li:before {
	position: absolute;
	top: -1px;
	right: 0;
	content: ">";
	width: 1em;
	height: 1em;
}

.breadcrumb li:last-child:before,
.breadcrumb02 li:last-child:before {
	display: none;
}

.breadcrumb li a,
.breadcrumb02 li a {
	color:#0085B2;
}


/*----------------------------------------------------
	☆Contents
----------------------------------------------------*/
#contents {
	margin:90px auto 150px;
	width: 100%;
	overflow:hidden;
}


/*----------------------------------------------------
	☆ContentsNomt
----------------------------------------------------*/
.contentsNombt {
	margin:90px auto 0;
	width: 100%;
	overflow:hidden;
}


/*----------------------------------------------------
	☆Main
----------------------------------------------------*/
#main {
	margin:0 auto;
	width: 1087px;
}



#mainContets{
	float:right;
	width: 762px;
}

/*----------------------------------------------------
	☆sideNavi
----------------------------------------------------*/
#sideNavi {
	float:left;
	width:266px;
}
.navBox{
	background-color: #fff;
	border: 1px solid #EAEBEE;
	border-top:none;
	margin-bottom: 40px;
	padding: 0;
}

#sideNavi h1, #sideNavi h2 {
	line-height: 1.2;
	padding: 16px 0;
	color:#fff;
	background:#001032;
	text-align:center;
	font-size:1.6rem;
}

.navBox ul {
	background-color: #fff;
}

.navBox ul.acMenu li {
	border-bottom: 1px solid #E0E2E7;
	width:100%;
	font-weight:bold;
	letter-spacing:0;
}

.navBox ul li:last-child {
	border-bottom: none;
}

.navBox ul li i {
	font-size: 16px;
	position: absolute;
	left: 245px;
	top: 18px;
	line-height:1.2;
}

.navBox ul li a {
	color: #0085B2;
	display: block;
	padding: 12px 3px 9px 7px;
	position: relative;
	text-decoration: none;
	transition: all 0.02s ease 0s;
	cursor:pointer;
}

.navBox ul li a:hover {
	background-color: #ededed;
	color: #0085B2;
	text-decoration: none;
}

.navBox ul li a span {
	font-size:1.3rem;
}

.navBox ul li ul.subcate {
	display:none;
}

.navBox ul li ul.subcate li{
	border-bottom: none;
	width:97%;
	margin-left:3%;
	line-height:1.2;

}

.navBox ul li ul.subcate li:last-child {
	margin-bottom:10px;
}

.navBox ul li ul.subcate li i {
	font-size: 13px;
	position: absolute;
	left: 10px;
	top: 11px;
}

.navBox ul li ul.subcate li a {
	color: #0085B2;
	display: block;
	padding: 7px 3px 4px 20px;
	position: relative;
	text-decoration: none;
	transition: all 0.02s ease 0s;
}

.navBox ul li ul.subcate li a span{
	font-size: 13px;
	font-size: 1.3rem;
	font-weight:bold;
}


/*----------------------------------------------------
	☆Footer
----------------------------------------------------*/

footer {
	width:100%;
	background:#001032;
	padding: 80px 0 70px;
	color:#99A7BE;
	font-size: 13px;
	font-size: 1.3rem;
}

footer #footerInner {
	overflow:hidden;
	width:1087px;
	margin:0 auto;
}

footer #footerLeft {
	float:left;
	width:450px;
}

footer #footerRight {
	float:left;
	width:637px;
}

footer #footerRight ul {
	overflow:hidden;
}

footer #footerRight ul li {
	float:left;
	margin-right:36px;
}

footer #footerRight ul li:last-child {
	margin-right:0;
}

footer #footerRight ul li a {
	color:#99A7BE;
	font-size:13px;
	font-size:1.3rem;
	font-weight:bold;
}

footer #footerRight ul li a:hover {
	color:#FFF;
	text-decoration:none;
}


/*----------------------------------------------------
	fixedTop
----------------------------------------------------*/

#fixedTop {
    right: 20px;
    bottom: 10px;
    width: 50px;
    height: 50px;
    line-height: 50px;
    color: #fff;
    font-size: 20px;
    text-align: center;
    display: none;
    background: #001032;
    position: fixed;
    z-index: 9999;
    border-radius: 5px;
    -webkit-transform: translateZ(0);
}
#fixedTop:hover {
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
    opacity: 0.7;
}




