@charset "utf-8";


/* -------------------------------------------------- */
/* 共通設定 */
/* -------------------------------------------------- */

.sp {
	display: none!important;
}

/* WP */
/* -------------------------------------------------- */
/* 投稿の画像配置 */
/*.alignright { display: block; margin: 0 0 10px auto; }*//* 配置位置 左 */
/*.alignleft { display: block; margin: 0 auto 10px 0; }*//* 配置位置 右 */
.aligncenter { display: block; margin: 0 auto 10px; }/* 配置位置 中央 */
.alignright { float: right; padding: 0px 0 10px 10px; } /* 後続のテキスト左回り込み */
.alignleft { float: left; padding: 0px 10px 10px 0; }/* 後続テキスト右回り込み */


/* LINK */
/* -------------------------------------------------- */
a:link,
a:visited { text-decoration: none; color: #333333; }
a:hover  { text-decoration: none; color: #004ea2; }
a:active { text-decoration: none; color: #004ea2; }

/* CLEARFIX */
/* -------------------------------------------------- */
.cf:before,
.cf:after {
	content: " ";
	display: table;
}

.cf:after {
	clear: both;
}

.cf {
	*zoom: 1;
}

/*SNS*/
#shr_canvas6 {
	display: none;
}

/* OUTLINE */
/* -------------------------------------------------- */
html {
	font-size: 62.5%;/* 10px */
	height: 100%;
}

body {
	height: 100%;
	background: #FFFFFF;
	color: #333333;
	font-size: 14px;
	font-size: 1.4rem;
	font-family: "Noto Sans JP","ヒラギノ角ゴ ProN W4", "Hiragino Kaku Gothic ProN","游ゴシック", YuGothic, "メイリオ", Meiryo, Osaka,"ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-weight: 400; /* normal */
}

body .en {
	font-family: 'Oswald',"Noto Sans Japanese","ヒラギノ角ゴ ProN W4", "Hiragino Kaku Gothic ProN","游ゴシック", YuGothic, "メイリオ", Meiryo, Osaka,"ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-weight: 500;
}

#container {
	height: 100%;
	position: relative;
	line-height: 1.4;
	letter-spacing: 0.05em;
	transition: all 0.3s ease-in-out 0s;
}

.inner {
	width: 1000px;
	margin: 0 auto;
}

/*ヘッダー*/
header {
	width: 250px;
	height: 100%;
	position: fixed;
	top: 0;
	left: 0;
	background: #222222;
	overflow: auto;
}

#logo a {
	padding: 30px 0;
	display: block;
	background: #222222;
	text-align: center;
}

#gnav li {
	border-top: 1px #7d7d7d solid;
	position: relative;
}


#gnav li a {
	padding: 20px;
	display: block;
	color: #d5d5d5;
	font-size: 1.7rem;
	line-height: 1.1;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	position: relative;
}

#gnav #allMenu a {
	padding: 30px 20px;
	text-align: center;
}

#gnav #allMenu a span:after {
	content: "";
	display: inline-block;
	margin-left: 10px;
	width: 24px;
	height: 24px;
	background: url(../img/side_allmenu_icon.png) 0 0 no-repeat;
	vertical-align: middle;
}

#gnav li a:after {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: -100%;
	z-index: -1;
	display: block;
	content: '';
	-webkit-transition: all .3s;
	transition: all .3s;
}

#gnav li a:hover:after {
	left: 0;
	background: #333;
}

#gnav li a .navEn {
	color: #8c8c8c;
	font-size: 1.0rem;
}

nav {
	width: 100%;
	height: 100%;
	position: fixed;
	top: 0;
	left: -100%;
	z-index: 20000;
	display: table;
}

#menu {
	width: 100%;
	height: 100%;
	display: table-cell;
	vertical-align: middle;
	text-align: center;
}

#menuIn {
	display: inline-block;
	width: 1000px;
	text-align: left;
	overflow: hidden;
	position: relative;
}

#menuLeft {
	width: 450px;
	float: left;
}

#menuGnav {
	border-top: 2px #999999 solid;
	border-bottom: 2px #999999 solid;
}

#menuGnav li {
	border-top: 1px #999999 solid;
}

#menuGnav li a {
	display: block;
	padding:  20px 10px;
	transition: all 0.3s ease-in-out 0s;
	background: url(../img/icon2.png) 95% center no-repeat;
	position: relative;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

#menuGnav li a:after {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: -100%;
	z-index: -1;
	display: block;
	content: '';
	-webkit-transition: all .3s;
	transition: all .3s;
}

#menuGnav li a:hover:after {
	left: 0;
	background: #333333;
}

#menuRight {
	width: 450px;
	float: right;
}

.menuTit {
	font-size: 3rem;
	color: #FFFFFF;
}

#menuGnav a {
	font-size: 2.6rem;
	color: #FFFFFF;
}

#over {
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,0.9);
	position: absolute;
	top: 0;
	left: 0;
	z-index: -2;
	cursor: pointer;
}

/*メイン*/
main {
	display: block;
	padding-left: 250px;
	overflow: hidden
}

/*フッター*/
footer {
	padding-left: 250px;
	text-align: center;
}

#pageTop a {
	width: 100%;
	padding: 15px 0;
	display: block;
	background: #0c398a;
	text-align: center;
	transition: all 0.3s ease-in-out 0s;
}

#pageTop a:hover {
	background: #0f4cba;
}

#footerLogo {
	padding: 60px 0;
	text-align: center;
}

#companyInfo {
	display: inline-block;
	text-align: left;
}

#companyInfo .info {
	padding-bottom: 1em;
}

#footerBtn {
	margin-bottom: 40px;
	text-align: center;
}

#copy {
	padding-bottom: 40px;
}


/* -------------------------------------------------- */
/* 共通パーツ */
/* -------------------------------------------------- */


/* タイトル */
/* -------------------------------------------------- */
.tit1 {
	display: inline-block;
	font-size: 2.4rem;
	font-weight: 500;
	color: #0c398a;
}

.tit1:before {
	content: "";
	font-size: 4.3rem;
	padding-right: 20px;
	letter-spacing: 0.2em;
	font-family: 'Oswald',"Noto Sans Japanese","ヒラギノ角ゴ ProN W4", "Hiragino Kaku Gothic ProN","游ゴシック", YuGothic, "メイリオ", Meiryo, Osaka,"ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

.tit2 {
	margin-bottom: 40px;
	display: block;
	text-align: center;
	font-size: 2rem;
	font-weight: 500;
	color: #0c398a;
}

.tit2:before {
	content: "";
	padding-bottom: 10px;
	margin-bottom: 10px;
	display: block;
	min-width: 95px;
	font-size: 4.3rem;
	background: url(../img/tit_bar.svg) center bottom no-repeat;
	letter-spacing: 0.2em;
	font-family: 'Oswald',"Noto Sans Japanese","ヒラギノ角ゴ ProN W4", "Hiragino Kaku Gothic ProN","游ゴシック", YuGothic, "メイリオ", Meiryo, Osaka,"ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

.tit3 {
	display: inline-block;
	padding: 40px 13px;
	position: relative;
	background: url(../img/tit_bar.svg) center top no-repeat,
				url(../img/tit_bar.svg) center bottom no-repeat;
	-webkit-writing-mode: vertical-rl;
	-ms-writing-mode: tb-rl;
	writing-mode: vertical-rl;
	font-size: 2.4rem;
	color: #0c398a;
	font-weight: 500;
}

.tit3:before {
	content:"";
	display: block;
	font-family: 'Oswald',"Noto Sans Japanese","ヒラギノ角ゴ ProN W4", "Hiragino Kaku Gothic ProN","游ゴシック", YuGothic, "メイリオ", Meiryo, Osaka,"ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

.tit3 span {
	display: block;
}

/* 個別設定 */
.tit1.service:before {
	content: "SERVICE";
}

.tit2.project:before {
	content: "PRODUCT";
}

.tit2.about:before {
	content: "ABOUT";
}

.tit3.news:before {
	content: "NEWS";
}

.tit2.contact:before {
	content: "CONTACT";
}


/* ボタン */
/* -------------------------------------------------- */
a.btn1 {
	padding: 15px 80px;
	border-radius: 5px;
	display: inline-block;
	color: #FFF;
	background: #0c398a url(../img/icon2.svg) 95% center no-repeat;
	transition: all 0.3s ease-in-out 0s;
}

a.btn1:hover {
	background: #0f4cba url(../img/icon2.svg) 95% center no-repeat;
}


a.btn2 {
	padding: 15px 80px;
	border-radius: 5px;
	display: inline-block;
	color: #FFF;
	font-size: 1.8rem;
	background: #e57516 url(../img/icon2.svg) 95% center no-repeat;
	transition: all 0.3s ease-in-out 0s;
}

a.btn2 .small {
	font-size: 1.3rem;
}

a.btn2:hover {
	background: #ed862f url(../img/icon2.svg) 95% center no-repeat;
}

/* パンくず */
/* -------------------------------------------------- */
#bc {
	padding: 30px 30px 90px 30px;
}

#bc li {
	display: inline-block;
	padding-left: 20px;
	margin-left: 10px;
	background: url(../img/icon3.svg) left center no-repeat;
}

#bc li:first-child {
	padding: 0;
	margin-left: 10px;
	background: none;
}


/* 下層見出し */
/* -------------------------------------------------- */
#underMv {
	text-align: center;
}

