@charset "utf-8";
/* CSS Document */
.left{
	float:left;
}

.contents-title{
	margin:50px 0 30px;
	text-align:center;

}
.contentsbox{
	margin-bottom:50px;
}

/* js制御 */
.border-right{
	border-right:1px dotted #bdbab0;
}
.border-left{
	border-left:1px dotted #bdbab0;
}
/*-------*/


/* === /slider =========================*/

/* サムネイル */
.slide-pager img{
	width:55px;
	height:auto;
	-webkit-border-radius: 100px;
	-moz-border-radius: 100px;
	border-radius: 100px;
	box-shadow: 0px 0px 0px 1px #ddd;
	-moz-box-shadow: 0px 0px 0px 1px #ddd;
	-webkit-box-shadow: 0px 0px 0px 1px #ddd;
	margin:5px;
}
.slide-pager .active img{
	-webkit-border-radius: 100px;
	-moz-border-radius: 100px;
	border-radius: 100px;
	box-shadow: 0px 0px 0px 3px #ddd;
	-moz-box-shadow: 0px 0px 0px 3px #ddd;
	-webkit-box-shadow: 0px 0px 0px 3px #ddd;
	padding:2px;
	margin:5px;

}
.slide-pager{
	text-align:center;
	background:url(../images/bg-stripe1.png);
	position:relative;
	padding:5px 0px;
}
.slide-pager a img {
opacity: 0.5;
filter: alpha(opacity=50);
cursor:pointer;
}
.slide-pager a.active img {
opacity: 1;
filter: alpha(opacity=100);
}

/* スライダー */
#mainimages{
	overflow:hidden;
	width:100%;
}
#slide{
width:960px;
position:relative;
margin:0 auto;
}

#slide ul{
width:100%;
height:330px;
position:relative;
}

#slide li{
position:absolute;
top:0;
left:0;
width:100%;
height:100%;
text-align:center;
}


.prev {
	left: 10px;
	background: url(../images/slider/prev-bg.png) no-repeat;
}

.next {
	right: 10px;
	background: url(../images/slider/next-bg.png) no-repeat;
}

.prev:hover {
	opacity:0.7;
	cursor:pointer;
}
.next:hover {
	opacity:0.7;
	cursor:pointer;
}
#controls{
	width:960px;
	position:absolute;
	top:50%;
	left:50%;
	margin-left:-480px;
}
span.prev,span.next {
	position: absolute;
	top: 50%;
	margin-top: -16px;
	outline: 0;
	width: 38px;
	height: 38px;
	overflow:hidden;
	white-space:nowrap;
	text-indent: 100%;
	z-index: 10;
}

/* ----- */


.bnArea{
	margin: 50px 0;
	text-align: center;
}
.bnArea a:hover{
	opacity: 0.8;
}


/* === news ===================================*/
.category-icon{
	font-size:150% !important;
 }
 .newslist li{
	display:block;
	-webkit-transition: background-color .3s ease 0s;
	transition: background-color .3s ease 0s;
}

.newslist li.linone{
	padding:10px 0 15px 10px;
}
.newslist li:hover{
	background:#eee;
}

.newslist li.linone:hover{
	background:none;
}

.newslist li>a{
	display:block;
	width:100%;
	height:100%;
	padding:10px 0 15px 10px;
}
.linkColorHover{
	color:#6eb335;
	text-decoration:underline;
}
.news{
	width:50%;
	padding-right:20px;
	-moz-box-sizing:border-box;
	-webkit-box-sizing:border-box;
	box-sizing:border-box;
	float:left;
}


.information p.listheader,.bloginfo p.listheader{
	margin-bottom:5px;
}
.indent{
	padding-left:1em;
}
.osirase{
	border:1px solid #6eb335;
	color:#6eb335;
	padding:2px;
}



.blog{
	width:50%;
	-moz-box-sizing:border-box;
	-webkit-box-sizing:border-box;
	box-sizing:border-box;
	float:right;
}
.blog-title{
	margin-left:20px;
}
.bloginfo{
	padding-left:20px;

}
.bloginfo li{
	overflow:hidden;
}
.bloginfo li>img{
	float:left;
}
.blogthumb{
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}

/* === about ===================================*/
.aboutbox{
	position:relative;
	height:742px;
	background:url(../images/top/default-bg.jpg) center top repeat fixed;
	margin-top:50px;
}
.aboutbg{
	position:absolute;
	height:742px;
	width:100%;
	top:0px;
	left:0px;
	background-position: center top;
	background-repeat: repeat;
	background-attachment:fixed;
	z-index:1;
}

.gamebg{
	background-image:url(../images/top/game-bg.jpg);
	display:none;
}
.socialbg{
	background-image:url(../images/top/social-bg.jpg);
	display:none;
}
.webbg{
	background-image:url(../images/top/web-bg.jpg);
	display:none;
}

.abouttitle{
	position:absolute;
	top:0px;
	left:50%;
	margin-left:-73px;
	z-index:10;
}

.categorybtn a{
	display:block;
	background:#000;
	opacity:0.8;
	position:relative;
	width:85px;
	height:85px;
	border-radius:85px;
}


.about{
	padding:0px 0 140px 0;

	z-index:2;
}

.maincopy{
	min-height:45px;
	width:auto;
	padding-top:140px;
	text-align:center;
}
.sub-copy{
	width:700px;
	padding-top:50px;
	margin:0 auto;
	height:181px;
	line-height:180%;
}
.copy-color{
	color:#323232;
}
.copy-color2{
	color:#fff;
}

.bold{
	font-weight:bold;
}
.aboutbox .morebtnbox{
	width:500px;
}
.aboutbox .morebtn{
	padding:20px 0;
}
/*--- job-btn ------------------*/
.p1{
	font-size:12px;
	color:#fff;
	padding-bottom:10px;
	letter-spacing:1px;
}


.job-icon{
	width:960px;
	height:174px;
	position:absolute;
	bottom:0;
	left:50%;
	margin-left:-480px;
	z-index:10;
}
.job-icon ul{
	overflow:hidden;

}
.game,.social,.web{
	display:inline-block;
	margin-right:60px;

}
.web{
	margin-right:0px !important;
}

.job-icon .icon{
	font-size:50px;
	color:#fff;
	text-shadow:1px 1px 2px #000;
	display:block;
}
.job-icon .icon-game{
	padding-top:5px;
}
.job-icon .icon-social{
	font-size:45px !important;
	padding-top:10px;
}
.job-icon .icon-web{
	font-size:45px !important;
	padding-top:10px;
}
.job-icon .icon-game:after{
	content:"コンシューマ";
	display:block;
	font-size:11px;
	color:#fff;
	font-weight:bold;
	text-align:center;
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Verdana , "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
.job-icon .icon-social:after{
	content:"モバイル";
	display:block;
	font-size:11px;
	color:#fff;
	font-weight:bold;
	margin-top:5px;
	text-align:center;
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Verdana , "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
.job-icon .icon-web:after{
	content:"Web";
	display:block;
	margin-top:5px;
	font-size:11px;
	color:#fff;
	text-align:center;
	font-weight:bold;
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Verdana , "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
/* === works ===================================*/
.works{

}
.workbox{
		margin:0 auto;
		overflow:hidden;
}
.worklist{
	display: flex;
	justify-content: center;
}
.worklist>li{
	margin: 0 11px 40px;
	position:relative;

}
.worklist>li a{
	display:block;

}
.worklist>li img.pickup{
	-webkit-border-top-left-radius: 5px;
	-webkit-border-top-right-radius: 5px;
	-moz-border-top-left-radius: 5px;
	-moz-border-top-right-radius: 5px;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
	vertical-align:bottom;
}
li.pickupbox{
	width:303px;
	border:solid 1px #bcbcbc;
	-webkit-border-top-left-radius: 5px;
	-webkit-border-top-right-radius: 5px;
	-moz-border-top-left-radius: 5px;
	-moz-border-top-right-radius: 5px;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
	-moz-box-sizing:border-box;
	-webkit-box-sizing:border-box;
	box-sizing:border-box;
	-webkit-transition: opacity .3s ease 0s;
	transition: opacity .3s ease 0s;
	overflow: hidden;

}
li.pickupbox h3{
	color:#81b258;
}
li.pickupbox a{

	-webkit-transition: opacity .3s ease 0s;
	transition: opacity .3s ease 0s;
	width:100%;
	height:100%;

}
li.pickupbox a:hover{
	opacity:0.7;
}
li.pickupbox h3{
	width:100%;
	-moz-box-sizing:border-box;
	-webkit-box-sizing:border-box;
	box-sizing:border-box;
	background:url(../images/bg-stripe1.png);
	padding:10px 10px;

}
li.pickupbox p{
	margin:15px;
}
li.normalbox{
	margin-right:20px;
	margin-left:230px;
}

li.normal2{
	margin-left:10px;
}

li.box1 , li.box2 , li.box3{
	margin: 0 0 40px;
}
li.box1{
	margin-left: 100px;
}
li.box2{
	margin:0 37.5px;
}

.wl_small{
	display: flex;
	justify-content: center;
	margin-bottom: 40px;
}
.wl_small li{
	float: none;
	margin: 0 18.75px;
}

/* オンマウス処理 */
	.in-contents{
		position:absolute;
		top:0;
		left:0;
		padding:10px 5px 0px;
		background: rgba(0, 0, 0, 0.8); /* カラーを重ねる */
		background: #000\9;
		color:#fff;
		-webkit-border-radius: 5px;
		-moz-border-radius: 5px;
		border-radius: 5px;
		height:100%;
		width:100%;
		opacity:0;
		cursor:pointer;
		-moz-box-sizing:border-box;
		-webkit-box-sizing:border-box;
		box-sizing:border-box;

	}
	.in-contents h3{
		background:#b7f11a;
		-webkit-border-radius: 5px;
		-moz-border-radius: 5px;
		border-radius: 5px;
		color:#333;
	}
	.in-contents>p{
		margin-top:20px;
		text-align:left;
		padding:0 5px;
	}

.worklist>li img.s-size{
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	border:solid 1px #bcbcbc;
	width:223px;
	height:145px;
	vertical-align:bottom;
}

.hoverEffect:after{
	position: absolute;
	display: block;
	content: "";
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	padding:20px 0px 0;
	background: rgba(0, 0, 0, 0.8); /* カラーを重ねる */

}

.workbox .more a{
	width:180px;
	padding:15px;
	display:block;
	margin:0 auto;
	font-size:14px;

}



/* === news ===================================*/


/* === news ===================================*/
