@charset "UTF-8";
/*  =============================

			 BASE

=============================  */
/*  ---------------------------
				Navi
---------------------------  */
nav{
	width:100%;
	text-align:center;
	font-size:14px;
	position:fixed;
	top:0;
	left:0;
	z-index:1000;
	padding:20px 0 20px 0;
	background: -moz-linear-gradient(top,  rgba(255,255,255,1) 0%, rgba(255,255,255,0.01) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(255,255,255,0.01) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom,  rgba(255,255,255,1) 0%,rgba(255,255,255,0.01) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#03ffffff',GradientType=0 ); /* IE6-9 */
}

nav ul li{
	display:inline-block;
	margin:0 15px 0 15px;
}

/*  ---------------------------
				Top
---------------------------  */
#logo{
	width:100%;
	height:100%;
	position:fixed;
	z-index:0;
}

#logo h1{
	position:absolute;
	top:50%;
	left:50%;
	margin:-145px 0 0 -141px;
}

#top{
	width:100%;
	height:100%;
	position:fixed;
	background:url(../images/key.png) center;
	background-attachment:fixed;
	background-size:cover;
}

#top_cnt{
	width:100%;
	height:100%;
}

/*  ---------------------------
				Company
---------------------------  */
#company .inner{
	overflow:hidden;
}

#company ul.company_navi{
	width:225px;
	margin:30px auto 0 auto;
}

#company ul.company_navi li{
	float:left;
	border:1px solid #CCCCCC;
	text-align:center;
}

#company ul.company_navi li a{
	width:100px;
	padding:8px 5px 8px 5px;
	display:block;
}

#company ul.company_navi li a.current{
	background:#444;
	color:#fff;
}

#company ul.company_navi li:first-child{
	border-right:none;
}

#slider{
	width:2000px;
}

.off #slider{
	margin-left:0;
}

.on #slider{
	margin-left:-980px;
}

#slider .slider_cullum{
	float:left;
}

#company h3{
	display:none;
	margin-bottom:20px;
}

#company .rinen{
	font-size:16px;
	line-height:2.3em;
	width:980px;
	text-align:left;
}

#company .rinen p{
	padding-left:270px;
}

#company .profile dl{
	margin:0;
	padding:0;
}

#company .profile dl dt{
	float: left;
	width:80px;
	text-align:right;
	font-size:80%;
}

#company .profile dl dt.secound{
	line-height:16px;
}

#company .profile dl dd{
	margin:0 0 0 100px;
	padding:0 0 15px 20px;
	border-left:1px solid #AAAAAA;
}

#company .inner ul.cullum_2 li:nth-child(1){
	width:500px;
}

#company .inner ul.cullum_2 li:nth-child(2){
	width:400px;
}

@media screen and (max-width: 788px){
#company .profile dl dt{
	width:110px;
}
#company .profile dl dd{
	margin:0 0 0 110px;
}

#company .inner ul.cullum_2 li:nth-child(1){
	width:100%;
}

#company .inner ul.cullum_2 li:nth-child(2){
	width:100%;
}
}

/*  ---------------------------
				RECRUIT
---------------------------  */
#recruit .inner{
	width:680px;
}

#recruit .inner h2{
	margin-bottom:35px;
}

#recruit .inner p{
	margin-bottom:30px;
}

#recruit .inner ul{
	margin-bottom:30px;
}

#recruit .inner ul li{
	margin-bottom:3px;
}

#recruit .inner a{
	font-weight:bold;
	margin:0 5px 0 5px;
}

@media screen and (max-width: 788px){
#recruit .inner{
	width:100%;
	box-sizing:border-box;
}
}

/*  ---------------------------
				WORKS
---------------------------  */
#works dl{
	margin:0;
	padding:0;
	background:#eee;
	margin-bottom:15px;
}

#works dl dt{
	float: left;
	width:80px;
	text-align:center;
	padding-top:10px;
}

#works dl dd{
	margin:0 0 0 80px;
	padding:10px 0 10px 10px;
	background:#fff;
}

#works dl.tv{

}

#works dl.tv dt{
	float: left;
	width:140px;
	text-align:left;
	padding:10px 0 0 15px;
}

#works dl.tv dd{
	margin:0 0 0 155px;
	padding:10px 0 0 10px;
	background:#fff;
}

#works dl.tv dd:last-child{
	padding-bottom:10px;
}

#works dl.tv dd p{
	
}

#works p{
	padding-bottom:5px;
}

/*  ---------------------------
				STUDIO
---------------------------  */
#studio h4{
	margin-top:20px;
}

#studio .pic_area{
	width:100%;
	height:400px;
	position:relative;
}

#studio #three{
	width:100%;
	height:100%;
	cursor: move;
	display:block;
}

#studio #three iframe{
	width:100%;
	height:100%;
	border:none;
}

#studio #pano{
	width:100%;
	height:100%;
	cursor: move;
	display:none;
	transition: 0s linear;
    -webkit-transition: 0s linear;
    -moz-transition: 0s linear;
    -o-transition: 0s linear;
    -ms-transition: 0s linear;
}

@media screen and (max-width: 788px){
#studio #three{
	display:none;
}

#studio #pano{
	display:block;
}
}

#studio .pic_area .icon{
	position:absolute;
	top:50%;
	left:50%;
	margin:-40px 0 0 -40px;
	pointer-events: none;
	-moz-animation:icon 2s cubic-bezier(0.215, 0.61, 0.355, 1) infinite;
	-webkit-animation:icon 2s cubic-bezier(0.215, 0.61, 0.355, 1) infinite;
	animation:icon 2s cubic-bezier(0.215, 0.61, 0.355, 1) infinite;
}

#studio .pic_area .icon img{
	width:80px;
}

@keyframes icon{
	0% {
		opacity:0.3;
		filter: alpha(opacity=30);
  		-moz-opacity:0.3;
	}
	50% {
		opacity:1;
		filter: alpha(opacity=100);
  		-moz-opacity:1;
	}
	100% {
		opacity:0.3;
		filter: alpha(opacity=30);
  		-moz-opacity:0.3;
	}
}

/*  ---------------------------
				ACCESS
---------------------------  */
#map_area{
	width:100%;
	height:400px;
	margin-bottom:15px;
}

#access p{
	padding-bottom:15px;
}

#access ul{
	padding-bottom:15px;
}

#access ul li{
	padding-bottom:3px;
}

#access a.map{
	background:#333;
	padding:5px 10px 5px 10px;
	display:inline-block;
	color:#fff;
	font-size:12px;
}

#access a.map img{
	height:12px;
	margin-right:10px;
	margin-bottom:-1px;
}

@media screen and (max-width: 788px){
#access ul{
	padding-bottom:20px;
}


#access a.map{
	display:block;
	text-align:center;
	padding:8px 10px 8px 10px;
}
}

/*  ---------------------------
				CONTACT
---------------------------  */
#contact{
	text-align:center;
}


@media screen and (max-width: 788px){
#top{
	background:url(../images/key_sp.png) center;
}
/*  ---------------------------
				Top
---------------------------  */
#logo h1{
	margin:-80px 0 0 -85px;
}

#logo h1 img{
	width:65%;
}

/*  ---------------------------
				Company
---------------------------  */
#company ul.company_navi{
	display:none;
}

#slider .slider_cullum{
	float:left !important;
	width:50%;
}

#slider{
	width:100%;
	margin-left:0 !important;
}

#slider .slider_cullum{
	float:none !important;
	width:100%;
	margin-bottom:20px;
}

#slider .rinen{
	text-align:left;
	font-size:14px;
}

#company .rinen p{
	padding-left:0;
}

#company ul.cullum_2 li:first-child{
	margin-bottom:0;
}

#company h3{
	display:block;
}

#company .profile dl dt{
	text-align:left;
}

#map_area{
	width:100%;
	height:400px;
	margin-bottom:15px;
}


}
