@charset "UTF-8";
/* CSS Document */
/*===================================================
	土台作成用CSS
===================================================*/

/*//////////////////////////////////////////////////
	共通設定
///////////////////////////////////////////////////*/
* {
			box-sizing: border-box;
	    -ms-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
}

html, body {
	width:100%;
	height:100%;
}

body {
	-webkit-text-size-adjust: 100%;
	font-family: YuGothic, "游ゴシック",Hiragino Kaku Gothic Pro,"ヒラギノ角ゴシック Pro",Meiryo,"メイリオ", Osaka,MS PGothic,"ＭＳ Ｐゴシック",sans-serif;
	font-size: 14px;
	line-height: 1.7;
	word-break: break-all;
	text-align: left;
	color: #333333;
	background-color: #FFF;
	min-width: 990px;
	position: relative;
	right: 0;
	background: #000000;
}

/*リンク*/
a {
	color: #FFFFFF;
}
a:link {
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}

/* 画像幅 */
figure img {
	width: 100%;
}

/*float解除*/
.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	font-size: 0;
	clear: both;
	visibility: hidden;
}

/*//////////////////////////////////////////////////
	全ページ共通部分設定
///////////////////////////////////////////////////*/
/* --------------------------------------------------
	1. header
-------------------------------------------------- */
header {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	min-width: 990px;
	background: #000000;
	z-index: 9999;
}
	header h1 {
		color: #FFFFFF;
	}
		header h1 a {
			display: block;
		}
			header h1 a img {
				width: 100%;
			}
	header #btnMenu {
		position: absolute;
		top: 10px;
		right: 10px;
		width: 20px;
		z-index: 9999;
	}
		header #btnMenu img {
			width: 100%;
		}
/* --------------------------------------------------
	キービジュアル
-------------------------------------------------- */
#kv {
	position: relative;
	width: 100%;
	height: 100%;
	color: #FFFFFF;
}
		#kv h2 {
			margin-bottom: 0.5em;
			letter-spacing: 0.1em;
			font-size: 80px;
			font-weight: 700;
			text-align: center;
			line-height: 1;
			font-family: 'Sarpanch', sans-serif;
		}
		#kv p {
			font-size: 18px;
			text-align: center;
		}
#topKv {
	position: relative;
	width: 100%;
	height: 100%;
}
	#topKv .kvBox {
		position: absolute;
		top: 0;
		left:0;
		width: 100%;
		height: 100%;
	}
		#topKv .kvBox > div {
			position: absolute;
			top: 0;
			left: 0;
			width: 100%;
			height: 100%;
		}
		#topKv .kvBox .kv01 {
			background: url("../image/img_bg01.png") center no-repeat;
			background-size: cover;
		}
		#topKv .kvBox .kv02 {
			background: url("../image/img_bg02.png") center no-repeat;
			background-size: cover;
		}
		#topKv .kvBox .kv03 {
			background: url("../image/img_bg03.png") center no-repeat;
			background-size: cover;
		}
	#topKv .kvTitle {
		position: absolute;
		top: 0;
		bottom:0;
		left:0;
		right: 0;
		margin:auto;
		max-width: 454px;
		height: 300px;
		z-index: 999;
	}

/* --------------------------------------------------
	3. メインコンテンツ
-------------------------------------------------- */
article .contBox {
	padding: 40px 10px;
	text-align: center;
	background: #FFFFFF;
}
	article .contBox h2 {
		font-family: 'Sarpanch', sans-serif;
		font-size: 50px;
		margin-bottom: 15px;
		font-weight: bold;
	}

#introduction {
	color: #FFFFFF;
	background: #000000;
}
#service {
	color: #FFFFFF;
	background: #100D56;
}
	#service p {
		margin-bottom: 1em;
		line-height: 2em;
	}
#work {
	margin-top: 50px;
}
#about {
	color: #FFFFFF;
	background: #100D56;
}
	#about h3 {
		margin-top: 20px;
		font-size: 20px;
		font-weight: bold;
	}
		#about dl.ceo dt {
			margin-bottom: 1em;
			font-size: 16px;
		}
		#about dl.ceo dd h3 {
			margin-bottom: 1em;
			font-size: 14px;
		}
/* CONTACT
-------------------------------------------------- */
#contact .btnMail {
	width: 380px;
	margin: 70px auto 0;
}
	#contact .btnMail a {
		display: block;
		text-decoration: none;
		color: #333333;
		font-family: 'Sarpanch', sans-serif;
		font-size: 20px;
		font-weight: 700;
		line-height: 50px;
		letter-spacing: 0.1em; 
		border-radius: 30px;
		border: 2px solid #333333;
	}
	#contact .btnMail a:hover{
		background: rgba(255,255,255,0.3);
	}
/* --------------------------------------------------
	4. ページトップへ戻る
-------------------------------------------------- */
#pageTop {
	width:  40px;
	height: 40px;
	background: url("../image/pagetop.png") left center no-repeat;
	background-size: 40px auto;
	position: fixed;
	z-index: 10;
	bottom: 20px;
	right: 10px;
	text-align: left;
}
	#pageTop a {
		display: block;
		width: 100%;
		height: 100%;
		text-indent: 100%;
		white-space: nowrap;
		overflow: hidden;
	}
/* --------------------------------------------------
	5. フッター
-------------------------------------------------- */
footer {
	font-size: 12px;
	padding: 10px 0;
	text-align: center;
	color: #FFFFFF;
	background: #000000;
}
/*//////////////////////////////////////////////////
	BLOG
///////////////////////////////////////////////////*/
/* --------------------------------------------------
	BLOG一覧ページ用CSS
-------------------------------------------------- */
.blogCnt {
	margin-top: 100px;
	background: #F3F3F3;
}
.blogCnt a {
	color: #333333;
}
	.blogCnt .kv {
		position: relative;
		width: 100%;
		min-height: 350px;
		margin: 0 0 100px;
		color: #FFFFFF;
		background: url("../blog/image/kv_blog.png") center no-repeat;
		background-size: cover;
	}
		.blogCnt .kv h2 {
			position: absolute;
			top: 0;
			bottom: 0;
			left: 0;
			right: 0;
			width: 200px;
			height: 50px;
			margin: auto;
			font-size: 50px;
			font-weight: 700;
			text-align: center;
			line-height: 1;
			font-family: 'Sarpanch', sans-serif;
		}
.blogCnt .mainWrap {
	overflow: hidden;
	max-width: 1000px;
	padding: 0 10px;
	margin: 0 auto;
}
	.blogCnt .leftMain {
		float: left;
		width: 74%;
		max-width: 740px;
	}
		.blogCnt .leftMain section {
			overflow: hidden;
			width: 100%;
			margin-bottom: 60px;
		}
		.blogCnt .leftMain .blogTxt {
			float: right;
			width: 64%;
		}
			.blogCnt .leftMain .blogTxt h3 {
				margin-bottom: 1em;
				font-size: 18px;
			}
				.blogCnt .leftMain .blogTxt h3 a {
					line-height: 1;
					vertical-align: top;
				}
			.blogCnt .leftMain .blogTxt h3 + p {
				margin-bottom: 2em;
				line-height: 2;
			}
		.blogCnt .blogTxt + p {
			float: left;
			width: 31%;
			max-width: 220px;
		}
			.blogCnt .blogTxt + p img {
				width: 100%;
			}
		.blogCnt .leftMain section + ul {
			overflow: hidden;
			width: 100%;
			margin-bottom: 90px;
		}
			/*ページ送り*/
			.blogCnt .leftMain section + ul .prev {
				float: left;
			}
			.blogCnt .leftMain section + ul .next {
				float: right;
			}
	/* サイドメニュー
	-------------------------------------------------- */
	.blogCnt .rightMenu {
		float: right;
		width: 20%;
		max-width: 200px;
	}
		.blogCnt .rightMenu dl {
			margin-bottom: 60px;
		}
			.blogCnt .rightMenu dl dt {
				margin-bottom: 1em;
				padding-left: 0.3em;
				border-bottom: 1px solid #DBD5C8;
			}
				.blogCnt .rightMenu #catList img {
					width: 53px;
				}
				.blogCnt .rightMenu #entryList img {
					width: 81px;
				}
				.blogCnt .rightMenu dl dd ul li {
					list-style: disc;
					list-style-position: inside;
				}
/*===================================================
	BLOG詳細ページ用CSS
===================================================*/
#detail .blogBox {
	padding-bottom: 30px;
	border-bottom: 1px solid #DBD5C8;
}
#detail .blogBox h3 {
	margin-bottom: 50px;
	font-size: 24px;
}
	#detail .blogBox h3 > span {
		display: block;
		margin-top: 1em;
		font-size: 13px;
	}
#detail .blogBox h3 + p {
	margin-bottom: 55px;
	text-align: center;
}
	#detail .blogBox h3 + p img {
		max-width: 540px;
	}
	#detail .blogBox p {
		margin-bottom: 2em;
	}
	#detail .blogBox img {
		width: auto;
	}
	#detail .blogBox .sns {
		overflow: hidden;
	}
		#detail .blogBox .sns li {
			float: left;
			width: 100px;
			margin-right: 10px;
		}
			#detail .blogBox .sns li img {
				width: 100%;
			}
		#detail .blogBox .sns #line {
			display: none;
		}







