@charset 'utf-8';


/* ------------------------------------------------------------ LINK ------------------------------------------------------------ */

/*--------------------------------
	Font
--------------------------------*/
a:focus				{ color:#000; text-decoration:none; }
a:link				{ color:#000; text-decoration:none; }
a:link:hover		{ color:#0e9700; text-decoration:none; }
a:link:active		{ color:#0e9700; text-decoration:none; }
a:visited			{ color:#000; text-decoration:none; }
a:visited:hover		{ color:#0e9700; text-decoration:none; }
a:visited:active	{ color:#0e9700; text-decoration:none; }

/* ------------------------------------------------------------ COMMON ------------------------------------------------------------ */

html {
	background: rgba(238,238,238,1);
	font-size: 62.5%;
}

body {
	width:100%;
	line-height:1.8;
	font-size: 1.3rem;
	color:#000;
	font-family: 'メイリオ','meiryo', sans-serif;
}


/* ボーダーボックス */

* {
	box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
}

/* 基本 */

.inner {
	width: 100%;
	max-width:990px;
	padding: 0 15px;
	margin: 0 auto;
}

header {
	width:100%;
	height: 50px;
	padding:0;
	margin:0 auto;
	position: fixed;
	top:0;
	left: 0;
	background: rgba(238,238,238,0.9);
	z-index: 999;
	min-height:1px;
	zoom:1;
	clear:both;
}

header:after {
	content:".";
	display:block;
	clear:both;
	height:0px;
	visibility:hidden;
	font-size:0px;
}

header h1 {
	position: absolute;
	top: 0;
	left: 50px;
	padding: 10px 0 0;
	font-size: 1.6rem;
	font-family: 'Raleway', sans-serif;
	font-weight: 600;
	letter-spacing: 0.1em;
	z-index: 99999;
}

header h1 span {
	font-size: 1.1rem;
	font-weight: 400;
	display: inline-block;
	margin: 0 0 0 20px;
}

header a {
	z-index: 999;
	-webkit-transition: 0.3s;
	-moz-transition: 0.3s;
	-o-transition: 0.3s;
	-ms-transition: 0.3s;
	transition: 0.3s;
}

header a:hover {
	opacity: 0.7;
}

header #nav_btnwrapper {
	display: none;
}

nav {
	width: 100%;
	height: 50px;
	line-height: 50px;
	float: right;
	font-family: 'Raleway', sans-serif;
	letter-spacing: 0.1em;
	min-height:1px;
	zoom:1;
}

nav:after {
	content:".";
	display:block;
	clear:both;
	height:0px;
	visibility:hidden;
	font-size:0px;
}

nav ul {
	text-align: right;
	margin: 0 50px 0 0;
}

nav ul li {
	display: inline-block;
	margin: 0 15px 0 0;
	font-size: 1.1rem;
}

nav ul li:last-child {
	margin: 0;
}

header.head_top + section {
	margin: 50px auto 0;
}

nav ul li a.active:focus			{ color:#0e9700 !important; }
nav ul li a.active:link				{ color:#0e9700 !important; }
nav ul li a.active:link:hover		{ color:#0e9700 !important; }
nav ul li a.active:link:active		{ color:#0e9700 !important; }
nav ul li a.active:visited			{ color:#0e9700 !important; }
nav ul li a.active:visited:hover	{ color:#0e9700 !important; }
nav ul li a.active:visited:active	{ color:#0e9700 !important; }

/*-- トップヘッダー --*/

/*
body.top hader {
	position: relative;
	height: 300px;
	background: url(/common/images/bg.png) no-repeat left top;
	background-size: 20%;
	background-position: left top 80px;
}
*/

header.head_top {
	position: static;
	height: 300px;
	background: url(/common/images/bg.png) no-repeat left top;
	background-size: 20%;
	background-position: left 5% top 80px;
}


header.head_top h1 {
	position: absolute;
	top: 38px;
	left: 50px;
	padding: 12px 0 0;
}

header.head_top h1.fixed_h1 {
	position: fixed;
	top: 0;
	left: 50px;

}

header.head_top nav {
	position: absolute;
	top: 230px;
	right: 0;
}

header.head_top + section {
	margin: 0 auto;
}

/*-- section --*/

section {
	width:100%;
	min-height:1px;
	zoom:1;
	clear:both;
}

section:after {
	content:".";
	display:block;
	clear:both;
	height:0px;
	visibility:hidden;
	font-size:0px;
}

footer {
	width:100%;
	padding: 100px 0 50px;
	margin: 0 auto;
	font-family: 'Raleway', sans-serif;
	font-size: 1.2rem;
	min-height:1px;
	zoom:1;
	clear:both;
}

footer:after {
	content:".";
	display:block;
	clear:both;
	height:0px;
	visibility:hidden;
	font-size:0px;
}

footer div:first-child {
	margin: 0 0 0 50px;
}

footer .copyright {
	float:left;
	font-size: 1rem;
	margin: 15px 0 0 50px;
}

footer .pagetop {
	display: none;
	float: right;
	zoom:1;
	background-color: #a4a4a4;
	position: fixed;
	bottom: 50px;
	right: 50px;
	width:30px;
	height:30px;
	text-indent: -9999px;
	border-radius: 15px;
	-moz-border-radius: 15px;
	-webkit-border-radius: 15px;
	-webkit-transition: 0.3s;
	-moz-transition: 0.3s;
	-o-transition: 0.3s;
	-ms-transition: 0.3s;
	transition: 0.3s;
}

footer .pagetop:hover {
	background-color: #0e9700;
	bottom: 53px;
}

footer .pagetop a {
	display: block;
	width: 100%;
	height: 100%;
	background-image: url(/common/images/pagetop.png);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 13px auto;
	-webkit-background-size: 13px auto;
}

footer .pagetop a img { /* for less than IE8 */
	margin: 13px 0 0 0;
}


/* ------------------------------------------------------------ TOPPAGE ------------------------------------------------------------ */

.top_list ul.works_nav {
	background: rgba(238,238,238,0.9);
	width: 100%;
	padding: 30px 0;
	text-align: center;
	font-family: 'Raleway', sans-serif;
	font-style: italic;
	letter-spacing: 0.1em;
}

.top_list ul.works_nav.fixed_worksnav {
	position: fixed;
	top: 50px;
	left: 0;
	z-index: 999;
}

.top_list ul.works_nav.fixed_worksnav + ul {
	margin: 83px auto 0;
}

.top_list ul.works_nav li {
	display: inline-block;
	margin: 0 10px;
	cursor: pointer;
	color: #b1b1b1;
	-webkit-transition: 0.3s;
	-moz-transition: 0.3s;
	-o-transition: 0.3s;
	-ms-transition: 0.3s;
	transition: 0.3s;
}

.top_list ul.works_nav li#key_sort_all {
	color: #0e9700;
}

.top_list ul.works_nav li:hover {
	color: #0e9700;
}

.top_list ul.works_list {
	padding: 0 50px;
	margin: 0 auto;
	font-size: 0;
	line-height: 1;
}

.top .top_list ul.works_list li {
	width: 33.33333333%;
}

.top_list ul.works_list li {
	width: 16.6666666%;
	display: inline-block;
	text-align: center;
	overflow: hidden;
	-webkit-transition: 0.5s;
	-moz-transition: 0.5s;
	-o-transition: 0.5s;
	-ms-transition: 0.5s;
	transition: 0.5s;
}

.top_list ul.works_list li a {
	display: block;
	width: 100%;
	height: 100%;
	position: relative;
	cursor: crosshair;
}

.top_list ul.works_list li a img {
	width: 100%;
	height: auto;
	-webkit-transition: 0.5s;
	-moz-transition: 0.5s;
	-o-transition: 0.5s;
	-ms-transition: 0.5s;
	transition: 0.5s;
}

.top_list ul.works_list li:hover a img {
	opacity: 0.3 !important;
	filter: blur(5px) saturate(50%);
	-webkit-filter: blur(5px) saturate(50%);
}

.top_list ul.works_list li a p {
	display: block;
	width: 100%;
	opacity: 0;
	position: absolute;
	top: 50%;
	left: 0;
	z-index: 999;
	margin-top: -0.5em;
	padding: 0 2px;
	color: #fff;
	font-size: 1.2rem;
	font-family: 'Raleway', sans-serif;
	line-height: 1.8;
	letter-spacing: 0.1em;
	-webkit-transition: 0.5s;
	-moz-transition: 0.5s;
	-o-transition: 0.5s;
	-ms-transition: 0.5s;
	transition: 0.5s;
}

.top_list ul.works_list li:hover a p {
	opacity: 1;
}


/* ------------------------------------------------------------ SECONDPAGE ------------------------------------------------------------ */

/* works */

.works_img {
	margin: 50px 0 60px 0;
}

.works_img li {
	box-sizing: border-box;
	width: 100%;
	padding: 30px;
	margin: 0 auto 100px;
	text-align: center;
	line-height: 0;
	font-size: 0;
}

.works_img li span {
	display: inline-block;
}

.works_img li img {
	width: 100%;
	height: auto;
}

.fadeInDown {
	-webkit-animation-fill-mode:both;
	-ms-animation-fill-mode:both;
	animation-fill-mode:both;
	-webkit-animation-duration:1.2s;
	-ms-animation-duration:1.2s;
	animation-duration:1.2s;
	-webkit-animation-name: fadeInDown;
	animation-name: fadeInDown;
	visibility: visible !important;
}
@-webkit-keyframes fadeInDown {
	0% { opacity: 0; }
	100% { opacity: 1;}
}
@keyframes fadeInDown {
	0% { opacity: 0;}
	100% { opacity: 1;}
}

.works_detail {
	width: 100%;
	margin: 60px auto 0;
	padding: 100px 0 150px;
	color: #303030;
}

.works_detail h2 {
	width: 100%;
	max-width: 990px;
	padding: 0 15px;
	margin: 0 auto 50px;
	font-size: 1.8rem;
}

.works_spec {
	width: 100%;
	max-width: 990px;
	padding: 0 15px;
	margin: 0 auto;
	min-height:1px;
	zoom:1;
	clear:both;
}

.works_spec:after {
	content:".";
	display:block;
	clear:both;
	height:0px;
	visibility:hidden;
	font-size:0px;
}

.works_spec dl {
	width: 40%;
	float: left;
	font-size: 1.1rem;
	line-height: 1.4;
	min-height:1px;
	zoom:1;
	clear:both;
}

.works_spec dl:after {
	content:".";
	display:block;
	clear:both;
	height:0px;
	visibility:hidden;
	font-size:0px;
}

.works_spec dl dt {
	width: 25%;
	float: left;
	clear: both;
	margin: 0 0 10px;
	font-size: 1.1rem;
}

.works_spec dl dd {
	width: 72%;
	margin: 0 0 10px 3%;
	float: left;
}

.works_spec p {
	width: 50%;
	float: right;
	font-size: 1.2rem;
	line-height: 1.8;	
}

/* project */

.project {
	padding: 150px 0;
}

.project dl {
	width: 100%;
	margin: 0 auto;
	line-height: 2;
	min-height:1px;
	zoom:1;
	clear:both;
}

.project dl:after {
	content:".";
	display:block;
	clear:both;
	height:0px;
	visibility:hidden;
	font-size:0px;
}

.project dl dt {
	width: 45%;
	float: left;
	padding: 30px 0;
	color: #666;
	font-size: 1.4rem;
}

.project dl dd {
	width: 100%;
	padding: 30px 0 30px 50%;
}

.project dl dd h2 {
	font-size: 1.6rem;
	margin: 0 0 20px;
}

.project dl dd img {
	max-width: 100%;
	height: auto;
}


/* process */

.process {
	padding: 150px 0;
}

.process h2 {
	margin: 0 0 30px;
	font-size: 1.8rem;
	text-align: center;
}

.process dl {
	width: 100%;
	line-height: 2;
	text-align: center;
	min-height:1px;
	zoom:1;
	clear:both;
}

.process dl:after {
	content:".";
	display:block;
	clear:both;
	height:0px;
	visibility:hidden;
	font-size:0px;
}

.process dl:nth-of-type(2n+1) {
	background: rgba(250,250,250,0.5);
}

.process dl:nth-of-type(1) {
	margin: 100px auto 0;
}

.process dl dt {
	display: inline-block;
	width: 50%;
	max-width:495px;
	padding: 30px 15px;
	color: #666;
	font-size: 1.4rem;
	vertical-align: top;
	text-align: left;
}

.process dl dd {
	display: inline-block;
	width: 50%;
	max-width:495px;
	padding: 30px 15px;
	vertical-align: top;
	text-align: left;
}


.process dl + p {
	text-align: right;
	margin: 50px 10% 0 0;
	color: #828282;
	font-size: 1.1rem;
}

/* profile */

.profile {
	padding: 50px 0;
}

.profile .inner > div {
	padding: 100px 0 0;
	min-height:1px;
	zoom:1;
	clear:both;
}

.profile .inner > div:after {
	content:".";
	display:block;
	clear:both;
	height:0px;
	visibility:hidden;
	font-size:0px;
}

.profile .inner div h2 {
	font-size: 1.4rem;
	width: 50%;
	float: left;
	color: #666;
}

.profile .inner div .prof_fr {
	width: 50%;
	float: right;
	clear: none;
}

.profile .inner div .prof_fr p {
	margin: 0 0 20px;
}

.profile h3 {
	margin: 0 0 20px;
	font-size: 1.6rem;
}

.profile h3 span {
	font-size: 1.2rem;
	display: inline-block;
	margin: 0 0 0 10px;
}

.profile ul li {
	margin: 0 0 15px;
}

.profile ul li span {
	display: block;
	color: #666;
	font-size: 1.1rem;
}

.profile dl {
	min-height:1px;
	zoom:1;
	clear:both;
}

.profile dl:after {
	content:".";
	display:block;
	clear:both;
	height:0px;
	visibility:hidden;
	font-size:0px;
}

.profile dl dt {
	float: left;
	clear: left;
	width: 100px;
	margin: 0 0 20px;
}

.profile dl dd {
	margin: 0 0 20px 120px;
}

.profile #map_custom {
	width: 100%;
	margin: 30px 0 10px;
}

.profile #map {
	width: 100% !important;
	margin: 0 !important;
}

/* contact */

.contact {
	padding: 150px 0;
}



/* ------------------------------------------------------------ jQuery ------------------------------------------------------------ */

/* bx-slider */

.slide {
	min-height:1px;
	zoom:1;
	clear:both;
}

.slide:after {
	content:".";
	display:block;
	clear:both;
	height:0px;
	visibility:hidden;
	font-size:0px;
}

.slide li img {
	width: 100%;
	height: auto;
}

section.main {
	padding: 0 50px;
}

.bx-wrapper .bx-controls-direction a {
	z-index: 990;
}

.bx-wrapper .bx-pager.bx-default-pager a {
	background: rgba(255,255,255,0.3);
	text-indent: -9999px;
	display: block;
	width: 8px;
	height: 8px;
	margin: 0 10px;
	outline: 0;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
}

.bx-wrapper .bx-pager,
.bx-wrapper .bx-controls-auto {
	position: absolute;
	bottom: 20px;
	width: 100%;
	z-index: 51;
}

.bx-wrapper .bx-pager.bx-default-pager a:hover,
.bx-wrapper .bx-pager.bx-default-pager a.active {
	background: #0e9700;
}

/* DIRECTION CONTROLS (NEXT / PREV) */

.bx-wrapper .bx-prev {
	left: 0;
	background: transparent;
	cursor: w-resize;
}

.bx-wrapper .bx-next {
	right: 0;
	background: transparent;
	cursor: e-resize;
}

.bx-wrapper .bx-prev:hover {
	background-position: 0 0;
}

.bx-wrapper .bx-next:hover {
	background-position: -43px 0;
}

.bx-wrapper .bx-controls-direction a {
	position: absolute;
	top: 0;
	margin-top: 0;
	width: 33%;
	height: 90%;
}

.bx-wrapper .bx-controls-direction a.disabled {
	display: none;
}




/* ------------------------------------------------------------ responsive ------------------------------------------------------------ */

@media only screen and (max-width: 800px) {
	header h1 {
		left: 20px !important;
	}
	nav ul {
		margin: 0 20px 0 0;
	}
	section.main {
		padding: 0 20px;
	}	
	.top_list ul.works_list {
		padding: 0 20px;
	}
}

/* ------------------------------------------------------------ ETC ------------------------------------------------------------ */

#PosiEx {
	position:absolute;
	background:#ff0;
}

.arrows {
	padding:20px 0;
	background:#ccc;
}

.arrow1_b {
	padding:0 0 0 10px;
	background:url(/common/images/arrow1_b.png) left no-repeat;
	font-size:1.1rem;
}

.arrow1_w {
	padding:0 0 0 10px;
	background:url(/common/images/arrow1_w.png) left no-repeat;
	font-size:1.1rem;
}

.arrow2_b {
	padding:0 0 0 10px;
	background:url(/common/images/arrow2_b.png) left no-repeat;
	font-size:1.1rem;
}

.arrow2_w {
	padding:0 0 0 10px;
	background:url(/common/images/arrow2_w.png) left no-repeat;
	font-size:1.1rem;
}



/*--------------------------------
	FontAwesome
--------------------------------*/

i {
	font-style: normal;
	font-family: 'FontAwesome';
}

/*
IE8以下の場合metaにハックでstyle追記
contsnts内部にバックスラッシュを一つ追加
style.cssとresponsive.cssをimportの外に移動させる
<!--[if lt IE 9]>
<style type="text/css">
	.fa-envelope-o:before {
	  content: "\\f003";
	}
</style>
<![endif]-->
*/


/*--------------------------------
	vendor prefix
--------------------------------*/

.backgroundSize {
	background-size: auto auto;
	-webkit-background-size: auto auto;
}

.box-sizing {
	box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
}


/*--------------------------------
	CSS3
--------------------------------*/

.round {
	border-radius: 5px; /* CSS3 */
	behavior: url(ie-css3.htc);  /* for less than IE8 */
	-moz-border-radius: 5px; /* Firefox */
	-webkit-border-radius: 5px; /* Safari and Chrome */
}

.shadow {
	box-shadow: 3px 3px 5px 0px #999; /* CSS3 */
	behavior: url(ie-css3.htc);   /* for less than IE8 */
	-moz-box-shadow: 3px 3px 5px 0px #999; /* Firefox */
	-webkit-box-shadow: 3px 3px 5px 0px #999; /* Safari and Chrome */
}


/*--------------------------------
	Hack
--------------------------------*/

/* IE6 hack */
*html {
}

/* IE7 hack */
*:first-child+html{
}

/* IE7,8 hack */
.XXX { example/*\**/: 000px\9; }

/* opera10later hack */
@media not screen and (1) { /* opera10以上 ハック */
	.example {
		style:000px;
	}
}

/* safari hack */
@media screen and (-webkit-min-device-pixel-ratio:0) {
	.example {
		style:000px;
	}
}


/*--------------------------------
	Print
--------------------------------*/

@media print {
}
