@charset "utf-8";
/* CSS Document */

/*共通*/

.l-wrapper {
	width:100%;
	padding:0 3%;
	max-width:calc( 1200px + 6% );
	margin:0 auto 0;
	position: relative;
	box-sizing: border-box;
}

/*メディアクエリ*/

/*二段階*/

@media screen and (min-width:1201px) { /*PC*/
}
@media screen and (max-width:1200px) { /*MB*/
}

/*三段階*/

@media screen and (min-width:1201px) { /*PC-LARGE*/
}
@media screen and (max-width:1200px) { /*PC-MIDDLE*/
}
@media screen and (max-width:1024px) { /*MB*/
}

/*レイアウト全体*/

body {
	font-family:"メイリオ", Meiryo, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", Verdana, sans-serif;
	text-align:center;
	min-height: 100vh;
	font-size: 1.0rem;
	color:rgba(50,50,50,1.00)
}

#l-Wrap {
	min-height: 100%;
	height: auto !important;
	height: 100%;
	position: relative;
	width:100%;
}

/*ヘッダー*/

header {
	display: none;
	opacity: 0;
	visibility: hidden;
}

/*メニュー*/

#l-Menu {
	padding:16px 0;
	box-sizing: border-box;
	position: relative;
}

/*メインビジュアル*/

#l-MainVisual {
	width:100%;
	position: relative;
	background:url("../img/mv_grad.jpg") center center no-repeat;
	background-size: cover;
}

/*事業内容*/

#l-Service {
	padding:64px 0;
	box-sizing: border-box;
	background-color:#f5f5f5;
	position: relative;
}

/*会社概要*/

#l-Company {
	padding:64px 0;
	box-sizing: border-box;
	position: relative;
}



/*アクセス*/

#l-Access {
	padding:64px 0;
	box-sizing: border-box;
	background-color:#f5f5f5;
	position: relative;
}

/*リンク*/

#l-Link {
	padding:64px 0;
	box-sizing: border-box;
	background:url("../img/link_bg.png") center center no-repeat;
	background-size: cover;
	position: relative;
}

/*フッター*/

footer {
	background-color:#fff;
	padding:60px 0;
	box-sizing: border-box;
	color:#666666;
}