@charset "UTF-8";
/**
 * エクラアシスト コーポレートサイト.
 * 共通CSS.
 */

/**
 * Bootstrap style over write.
 */
.btn-primary {
	background-color:#ff6600;
}

/**
 * ページトップ戻るbtn.
 */
.pagetop {
	position: fixed;
	z-index: 9;
	width: 80px;
	right: 0;
	bottom: 0;
	margin: 40px;
}

@media screen and (max-width: 750px) {
	.pagetop {
		width: 50px;
	}
}

.hide{
	display: none;
}

/**
 * 共通コンテンツ(パーツ).
 */
body {
	color: #666666;
	font-family: 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', Meiryo, メイリオ, Osaka, 'MS PGothic', arial, helvetica, sans-serif;
	animation: fadeIn 4s ease 0s 1 normal;
	-webkit-animation: fadeIn 2s ease 0s 1 normal;
	line-height: 30px;
}
@keyframes fadeIn {
	0% {opacity: 0}
	100% {opacity: 1}
}
@-webkit-keyframes fadeIn {
	0% {opacity: 0}
	100% {opacity: 1}
}

.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
	margin: 0;
}

h2{
	color: #fff;
	font-size: 1.25rem;
	padding: 6px;
	margin-bottom: 40px;
	background: #ff6600;
	font-weight: bold;
	box-shadow: 6px 6px 0px 1px rgba(0,0,0,0.1);
}
h3{
	color: #ff6600;
	margin: 40px 0;
	font-weight: bold;
	font-size: 1.25rem;
	line-height: 28px;
}
p {
	margin: 0;
	font-size: 0.875rem;
}
@media screen and (max-width: 991.0px) {
	h2 {
		font-size: 1.125rem;
	}
}

@media screen and (max-width: 767.0px) {
	h2 {
		font-size: 1.5rem;
	}
	h3 {
		font-size: 20px;
	}
}

.fixed {
	position: fixed;
}

/**
 * 共通ヘッダー 共通ナビゲーション.
 */
.navigation {
	position: fixed;
	transition: all 300.0ms ease-in-out;
	-webkit-transition: all 300.0ms ease-in-out;
	width: 100.0%;
	z-index: 999;
	-webkit-transition: all 300ms ease-in-out;
	transition: all 300ms ease-in-out;
	position: fixed;
	width: 100%;
	z-index: 999; 
	background-color: #fff;
	height: 76px;
	box-shadow: 0px 9px 3px -3px rgba(0,0,0,0.6);
	-webkit-box-shadow: 0px 9px 3px -3px rgba(0,0,0,0.6);
	-moz-box-shadow: 0px 9px 3px -3px rgba(0,0,0,0.6);
}
.navigation.fixed {
	background-color: rgb(35, 39, 48);
	position: fixed;
	width: 100.0%;
	z-index: 999;
}

.navigation #top-head {
	top: -100px;
	position: absolute;
	width: 100%;
	margin: 100px auto 0;
	line-height: 1;
	z-index: 999;
}
.navigation #top-head a,
.navigation #top-head {
	color: #777;
	text-decoration: none;
}
.navigation #top-head .inner {
	position: relative;
}
.navigation #top-head .logo {
	float: left;
	font-size: 36px;
}
.navigation header {
	margin: 0 auto;
	/*    padding: 12.0px 0 !important;*/
	position: relative;
	width: 1170.0px;
	transition: padding 300.0ms ease-in-out;
	-webkit-transition: padding 300.0ms ease-in-out;
}
.navigation header .inner {
	width: 980px;
	margin: 0 auto;
}
.navigation header .inner:after {
	content: "";
	clear: both;
	display: block;
}
/*ロゴ画像*/
.navigation header .logo {
	height: 78px;
}
.navigation header .logo a{
	height: 78px;
	display: inline-block;
}
.navigation header .logo a img{
	height: 100%;
	padding: 10px 0;
}
/*グローバルナビ*/
.navigation header #global-nav {
	display: block;
}
.navigation header #global-nav ul {
	list-style: none;
	position: absolute;
	right: 0;
	bottom: 0;
	font-size: 14px;
	font-size: 14px;
	display: flex;
	justify-content: center;
	align-items: center;
	height: 76px;
	margin-bottom: 0;
}
.navigation header #global-nav ul.primary-nav li a{
	font-weight: bold;
	padding: 0 30px;
}
.navigation header #global-nav ul.primary-nav li a.current,
.navigation header #global-nav ul.primary-nav li a:hover {
	color: #ee774f;
}


@media screen and (max-width: 992px) {
	.navigation header .inner {
		width: 100%;
		margin: 0 auto;
	}
	/* Fixed reset */
	#top-head.fixed {
		padding-top: 0;
		background: transparent;
	}
	#mobile-head {
		height: 76px;
		z-index: 999;
		position: relative;
	}
	#top-head.fixed .logo,
	#top-head .logo {
		left: 13px;
		top: 13px;
		color: #333;
		font-size: 26px;
	}
	/* Toggle Button */
	#nav-toggle {
		display: block;
		position: absolute;
		right: 12px;
		top: 24px;
		width: 34px;
		height: 36px;
		cursor: pointer;
		z-index: 101;
	}
	.navigation header #global-nav {
		display: none;
		width: 100%;
	}
	.navigation header #global-nav.open {
		display: block;
		width: 100%;
	}
	.navigation header #global-nav ul{
		list-style: none;
		position: static;
		right: 0;
		bottom: 0;
		font-size: 14px;
		display: flex;
		justify-content: center;
		align-items: center;
		height: 100vh;
		margin-bottom: 0;
		display: block;
		background-color: #ff6600;
		width: 100%;
	}
	#nav-toggle div {
		position: relative;
	}
	#nav-toggle span {
		display: block;
		position: absolute;
		height: 4px;
		width: 100%;
		background: #666;
		left: 0;
		-webkit-transition: .55s ease-in-out;
		-moz-transition: .55s ease-in-out;
		transition: .55s ease-in-out;
	}
	#nav-toggle span:nth-child(1) {
		top: 0;
	}
	#nav-toggle span:nth-child(2) {
		top: 11px;
	}
	#nav-toggle span:nth-child(3) {
		top: 22px;
	}
	#global-nav ul li {
		float: none;
		position: static;
	}
	#top-head #global-nav ul li a,
	#top-head.fixed #global-nav ul li a {
		width: 100%;
		display: block;
		color: #fff;
		padding: 26px 0;
		font-size: 1.5rem;
	}
	/* #nav-toggle 切り替えアニメーション */
	.open #nav-toggle span:nth-child(1) {
		top: 11px;
		-webkit-transform: rotate(315deg);
		-moz-transform: rotate(315deg);
		transform: rotate(315deg);
	}
	.open #nav-toggle span:nth-child(2) {
		width: 0;
		left: 50%;
	}
	.open #nav-toggle span:nth-child(3) {
		top: 11px;
		-webkit-transform: rotate(-315deg);
		-moz-transform: rotate(-315deg);
		transform: rotate(-315deg);
	}
}

/**
 * 下層ページ共通メインビジュアル
 */
.intro {
	width: 100%;
	height: 100%;
	padding: 150px 0 50px;
	text-align: center;
	color: #fff;
	background: url(../img/mv-01.jpg) no-repeat bottom center scroll;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	background-size: cover;
	-o-background-size: cover;
	margin-bottom: 40px;
}
.intro::before {
	/* 透過した黒を重ねる */
	background-color: rgba(254,131,0,0.8);
	/* どの範囲に重ねるかを指定 */
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	content: ' ';
}

/**
 * footer.css.
 */
footer{
	padding:20px 0;
	margin-top: 40px;
	background-color: #ff6600;
	color: #fff;
	font-size: 0.875rem;
}

footer hr{
	border-color: #fff;
}

footer .fa{
	padding-right: 10px;
}

footer a{
	color: #fff;
	padding-left: 0 !important;
	padding-right: 0 !important;
}

footer a:hover {
	color: #fff;
	text-decoration: none;
}




