@charset "utf-8";

/**
 *
 *  トップページ
 *
 */

/*--------------------------------------------------------------------------
   overwrite  - 共通CSSの上書き -
---------------------------------------------------------------------------*/

/*--------------------------------------------------------------------------
   Main
---------------------------------------------------------------------------*/

/* mainVisual
-----------------------------------------------------------------*/
#mainVisual{
	position: relative;
}
#mainVisual .inner{
	position: relative;
	background: url(../images/mv_bg_repeat.png) repeat;
	height: 546px;
	overflow: hidden;
}
#mainVisual .lead{
	display: none;
	position: absolute;
	top: 79px;
	left: 50%;
	margin-left: -427px;
	z-index: 3;
}
#mainVisual .sub-lead{
	display: none;
	position: absolute;
	top: 152px;
	left: 50%;
	margin-left: -427px;
	z-index: 3;
}
#mainVisual .btn{
	opacity: 0;
	position: absolute;
	top: 204px;
	left: 50%;
	width: 180px;
	margin-left: -423px;
	z-index: 3;
}
#mainVisual .img{
	display: none;
	text-align: center;
	position: absolute;
	left: 50%;
	bottom: 0;
	margin-left: -1011px;
}
#mainVisual .line{
	display: none;
	position: absolute;
	top: 159px;
	left: 50%;
	margin-left: -480px;
	z-index: 2;
}
#mainVisual .bottom{
	position: absolute;
	bottom: -33px;
	width: 100%;
	height: 62px;
	background: url(../images/mv_bg_bottom.png) no-repeat 50% 100%;
}
#mainVisual #canvas01{
	width: 100%;
	height: 546px;
}
#mainVisual #canvas02{
	position: absolute;
	top: 159px;
	left: 50%;
	margin-left: -480px;
	z-index: 2;
}
.oldbrowse #mainVisual #canvas01,
.oldbrowse #mainVisual #canvas02{
	display: none;
}
.oldbrowse #mainVisual .img,
.oldbrowse #mainVisual .line,
.oldbrowse #mainVisual .lead,
.oldbrowse #mainVisual .sub-lead{
	display: block;
}
.oldbrowse #mainVisual .btn{
	opacity: 1;
}

/* mission
-----------------------------------------------------------------*/
#mission{
	padding-top: 30px;
	background: url(../shared/images/bg_repeat01.png) repeat;
}
#mission .lead{
	margin-bottom: 60px;
	text-align: center;
	line-height: 1.5;
	font-size: 147%;
	font-family: 'Noto Sans Japanese',"メイリオ","Meiryo", serif;
}

/* service */
.service{
	position: relative;
	letter-spacing: -0.4em;
	background: #fe9e1a;
}
#mission .web,
#mission .humanresource{
	display: inline-block;
	/display: inline;
	/zoom: 1;
	letter-spacing: -0.4em;
	vertical-align: top;
}
#mission .web{
	width: 75%;
	background: #fe9e1a;
}
#mission .web:after{
	position: absolute;
	content: '';
	width: 1px;
	height: 100%;
	top: 0;
	right: 25%;
	background: #ffce90;
}
#mission .humanresource{
	width: 25%;
	background: #e88432;
}
#mission .humanresource:after{
	position: absolute;
	content: '';
	height: 100%;
	width: 24px;
	top:0;
	right: 25%;
	margin-right: -12px;
	background: url(../images/ico_plus.png) no-repeat 0 50%;
}
#mission .unit{
	position: relative;
	display: inline-block;
	/display: inline;
	/zoom: 1;
	margin-top: 50px;
	color: #fff;
	text-align: center;
	letter-spacing: 0;
	vertical-align: top;
	border-left: 1px solid #cf7319;
	font-family: 'Noto Sans Japanese',"メイリオ","Meiryo", serif;
}
#mission .unit:after{
	content: '';
	position: absolute;
	height: 11px;
	width: 35px;
	top: -50px;
	left: 50%;
	margin-left: -17px;
	background: url(../images/service_arrow_bg.png) no-repeat;
}
#mission .unit:first-child{
	border-left: none;
}
#mission .web .unit{
	width: 33%;
}
#mission .humanresource .unit{
	width: 100%;
	padding-bottom: 0;
	border-bottom: none;
}
#mission .ico{
	margin-bottom: 10px;
}
#mission dt{
	margin-bottom: 13px;
	font-size: 139%;
	line-height: 1.7;
}
#mission dt span{
	display: block;
	font-size: 150%;
	line-height: 1.6;
}
#mission .list li{
	font-size: 108%;
}

/* more-btn */
#mission .more-btn{
	letter-spacing: 0;
	margin: 27px auto 34px;
}
#mission .web .more-btn{
	width: 402px;
}
#mission .humanresource .more-btn{
	width: 222px;
}

/* news
-----------------------------------------------------------------*/
#news{
	padding: 54px 0 40px;
	background: #f6f4ed;
}

#news .btn-more{
	width: 220px;
	margin: 40px auto 0;
}


/* blog
-----------------------------------------------------------------*/
#blog{
	padding: 55px 0 40px;
	background: #fafafa;
}
#blog .inner{
	position: relative;
	max-width: 1560px;
	min-width: 960px;
	margin: 0 auto;
	letter-spacing: -0.4em;
}
#blog .list{
	width: 25%;
	display: inline-block;
	/display: inline;
	/zoom: 1;
	letter-spacing: 0;
	vertical-align: top;
}
#blog .list a{
	display: block;
	margin: 0 15px;
	background: #fff;
	transition: all 0.3s;
	box-shadow: 0px 2px 1px rgba(0, 0, 0, 0.15);
}
#blog .list .thumb{
	position: relative;
	width: 100%;
	height: 214px;
}
#blog .list .thumb img{
	width: 100%;
	height: 214px;
	display: block;
	position: relative;
}
#blog .list .thumb .cap{
	position: absolute;
	display: block;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	opacity: 0;
	filter: alpha(opacity=0);
	transition: all 0.4s ease-in-out;
	background: url(../images/blog_bg.png) repeat 0 0;
}
#blog .list a:hover .thumb .cap{
	opacity: 1;
	filter: alpha(opacity=100);
}
#blog .list .thumb .cap span{
	position: absolute;
	top: 50%;
	left: 50%;
	width: 92px;
	height: 68px;
	margin: -34px 0 0 -46px;
	text-indent: -9999px;
	opacity: 0;
	filter: alpha(opacity=0);
	transition: opacity 0.4s 0s ease-in-out;
	background: url(../shared/images/ico_detail.png) no-repeat 50% 50%;
}
#blog .list a:hover .thumb .cap span{
	opacity: 1;
	filter: alpha(opacity=100);
	transition-delay: 0.3s;
}
#blog .list .note{
	padding: 20px 24px 18px;
}
#blog .list .date{
	margin-bottom: 5px;
	color: #e28414;
	line-height: 1.2;
}
#blog .list .ttl{
	font-weight: bold;
}
#blog .btn-more{
	width: 220px;
	margin: 35px auto 0;
}


/* works
-----------------------------------------------------------------*/
#works{
	position: relative;
	padding: 54px 0 40px;
	background: #5b5b5b;
}
#works:after{
	position: absolute;
	top: 0;
	left: 0;
	content: '';
	width: 100%;
	height: 100%;
	z-index: 2;
	background: url(../images/work_bg.png) repeat 0 0;
}
#works .inside{
	position: relative;
	z-index: 3;
}
#works .bgImg{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 1;
	height: 100%;
	overflow: hidden;
	background-image: url(../images/work_spacer.png);
	background-repeat: no-repeat;
	background-position: 0 0;
	background-size: 100% auto;
}
#works .bgImg img{
	width: 100%;
}
#works .blockTtl{
	color: #fff;
}

/* slider */
#works .slider{
	position: relative;
}
#works .slider .inner{
	position: relative;
	overflow: hidden;
	width: 100%;
	height: 315px!important;
	margin: auto;
}
#works .slider .list{
	position: absolute;
	top: 0;
	left: 0;
	width: 13000px;
	height: 100%;
}
#works .slider article{
	float: left;
	width: 960px;
	height: 100%;
}

/* inbox */
#works .inbox{
	width: 960px;
	height: 315px;
	margin: auto;
	overflow: hidden;
	background: #f3f1e8;
	box-shadow: 0px 2px 2px 2px rgba(0,0,0,0.1);
}
#works .inbox a{
	display: block;
}
#works .thumb{
	float: left;
}
#works .thumb img{
	transition: all 0.3s;
}
#works .inbox a:hover .thumb img{
	opacity: 0.7;
	filter: alpha(opacity=70);
}
#works .data-box{
	width: 420px;
	padding: 35px 30px 30px;
	float: left;
}
#works .data-box header{
	border-bottom: 1px solid #e3e1d7;
}
#works .data-box .ttl{
	margin-bottom: 12px;
	line-height: 1.4;
	font-size: 147%;
	font-family: 'Noto Sans Japanese',"メイリオ","Meiryo", serif;
	transition: all 0.3s;
	word-wrap: break-word;
}
#works .data-box .note{
	margin-bottom: 17px;
	color: #646464;
	line-height: 1.6;
	word-wrap: break-word;
}
#works .solution{
	padding: 15px 0;
}
#works .solution dt{
	margin-bottom: 4px;
	font-size: 85%;
	font-weight: bold;
	font-family: 'Noto Serif', serif;
}
#works .inbox a:hover .solution dt{
	color: #494949;
}
#works .solution ul{
	margin-left: -5px;
	letter-spacing: -0.4em;
}
#works .solution li{
	margin-bottom: 2px;
	display: inline-block;
	/display: inline;
	/zoom: 1;
	color: #a9a9a4;
	font-size: 85%;
	line-height: 1.2;
	letter-spacing: 0;
}
#works .solution span{
	padding: 0 5px;
}
#works .solution .active span{
	color: #e28414;
	font-weight: bold;
}

/* pointer */
#works .pointer{
	position: relative;
	margin: auto;
	max-width: 1560px;
	min-width: 960px;
}
#works .prev,
#works .next{
	position: absolute;
	top: -180px;
}
#works .prev a,
#works .next a{
	display: block;
	position: relative;
	width: 50px;
	height: 50px;
	opacity: 0.7;
	filter: alpha(opacity=70);
	line-height: 50px;
	border-radius: 50px;
	text-indent: -9999px;
	transition: all 0.3s;
}
#works .prev .off,
#works .next .off{
	display: none;
}
#works .prev{
	left: 20px;
}
#works .prev a{
	background: #fff url(../images/btn_prev.png) no-repeat 50% 50%;
}
#works .next{
	right: 20px;
}
#works .next a{
	background: #fff url(../images/btn_next.png) no-repeat 50% 50%;
}
#works .prev a:hover{
	opacity: 1;
	filter: alpha(opacity=100);
	transform:scale(1.1);
	background: #fff url(../images/btn_prev_on.png) no-repeat 50% 50%;
}
#works .next a:hover{
	opacity: 1;
	filter: alpha(opacity=100);
	transform:scale(1.1);
	background: #fff url(../images/btn_next_on.png) no-repeat 50% 50%;
}
#works .more-btn{
	width: 220px;
	margin: 40px auto 0;
}



/** -----------------------------------------------------------------
 *
 *  [sp]レスポンシブ 740px
 *
 ----------------------------------------------------------------- */

@media screen and (max-width:740px) {

	/*--------------------------------------------------------------------------
	   Main
	---------------------------------------------------------------------------*/

	/* mainVisual
	-----------------------------------------------------------------*/
	#mainVisual .inner{
		height: 336px;
	}
	#mainVisual .lead{
		display: block;
		top: 32px;
		margin-left: -122px;
		width: 245px;
		height: 32px;
		text-indent: -9999px;
		background: url(../images/mv_lead_sp.png) no-repeat 0 0;
		background-size: 245px 32px;
	}
	#mainVisual .sub-lead{
		display: block;
		top: 78px;
		margin-left: -123px;
		width: 246px;
		height: 13px;
		text-indent: -9999px;
		background: url(../images/mv_txt_sp.png) no-repeat 0 0;
		background-size: 246px 13px;
	}
	#mainVisual .img{
		display: block;
		margin-left: -434px;
		bottom: 36px;
	}
	#mainVisual .img img{
		width: auto;
		height: 225px;
	}
	#mainVisual .btn{
		opacity: 1;
		top: inherit;
		left: inherit;
		bottom: -5px;
		width: 100%;
		margin-left: 0;
	}
	#mainVisual .btn:after{
		content: '';
		position: absolute;
		width: 32px;
		height: 30px;
		bottom: -10px;
		left: 50%;
		margin-left: -16px;
		background: url(../images/ico_arrow02.png) no-repeat 50% 98%;
		background-size: 32px 12px;
	}
	#mainVisual .btn .btnLink{
		border-radius: 0;
		box-shadow: 0 -1px 2px 0 rgba(0,0,0,0.1) inset;
	}
	#mainVisual .btn .btnLink:hover{
		background: #fe9e1a;
	}
	#mainVisual .btn .btnLink span{
		font-weight: bold;
	}
	#mainVisual .bottom,
	#mainVisual .line,
	.oldbrowse #mainVisual .line,
	#mainVisual #canvas01,
	#mainVisual #canvas02{
		display: none;
	}


	/* mission
	-----------------------------------------------------------------*/
	#mission .lead{
		margin-bottom: 30px;
		font-size: 100%;
		padding: 0 20px;
	}

	/* service */
	#mission .service{
		overflow: hidden;
	}
	#mission .web,
	#mission .humanresource{
		display: block;
		width: 100%;
		padding: 0 20px;
		box-sizing: border-box;
		-webkit-box-sizing: border-box;
	}
	#mission .web{
		border-bottom: 1px solid #ffce90;
	}
	#mission .web:after,
	#mission .humanresource:after{
		display: none;
	}
	#mission .unit{
		padding: 18px 0;
		margin-top: 0;
		text-align: left;
		border-left: none;
		width: 100%;
		border-bottom: 1px solid #cf7319;
	}
	#mission .unit:after{
		display: none;
	}
	#mission .web .unit,
	#mission .humanresource .unit{
		width: 100%;
	}
	#mission .ico{
		width: 38px;
		float: left;
		margin: 8px 10px 0 0;
		text-align: center;
	}
	#mission .ico img{
		width: auto;
		height: 32px;
	}
	#mission dt{
		margin-bottom: 8px;
		overflow: hidden;
		font-size: 93%;
	}
	#mission dt span{
		line-height: 1.3;
		display: inline;
		font-weight: 500;
	}
	#mission dt br{
		display: none;
	}
	#mission .list{
		margin-left: 48px;
		overflow: hidden;
	}
	#mission .list ul{
		padding: 0;
	}
	#mission .list li{
		font-size: 85%;
	}
	#mission .web .more-btn,
	#mission .humanresource .more-btn{
		width: 100%;
		clear: both;
		margin: 25px auto 0;
		padding-bottom: 25px;
	}
	#mission .humanresource .more-btn{
		margin: 20px auto 0;
	}


	/* news-release
	-----------------------------------------------------------------*/
	#news{
		padding: 30px 0 25px;
		margin: 0;
	}
	#news .btn-more{
		margin-top: 25px;
		width: auto;
	}


	/* blog
	-----------------------------------------------------------------*/
	#blog{
		padding: 25px 0;
	}
	#blog .inner{
		margin: 0 20px;
		min-width: 280px;
		padding: 0;
	}
	#blog .list{
		display: block;
		width: 100%;
		margin-bottom: 22px;
	}
	#blog .list a{
		display: table;
		width: 100%;
		margin: 0;
		box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.12);
	}
	#blog .list .thumb{
		display: table-cell;
		width: 110px;
		height: 110px;
		vertical-align: top;
	}
	#blog .list .thumb img{
		width: 110px;
		height: 110px;
	}
	#blog .list .thumb:after{
		display: none;
	}
	#blog .list .thumb .cap{
		display: none;
	}
	#blog .list a:hover .thumb .cap{
		display: none;
	}
	#blog .list .note{
		display: table-cell;
		vertical-align: middle;
		padding: 14px 15px;
	}
	#blog .list .ttl{
		line-height: 1.4;
	}
	#blog .list .date{
		margin-bottom: 8px;
		line-height: 1.2;
	}
	#blog .btn-more{
		margin: 23px 20px 0;
		width: auto;
	}



	/* works
	-----------------------------------------------------------------*/
	#works{
		padding: 28px 20px;
		overflow: hidden;
	}
	#works .bgImg{
		height: 470px;
		width: auto;
		background-size: auto 100%;
	}
	#works .bgImg img{
		width: auto;
		height: 100%;
	}
	#works .slider .inner{
		height: 284px!important;
	}
	#works .slider article{
		width: 200px;
	}

	/* inbox */
	#works .inbox{
		width: 200px;
		height: 284px;
		margin: 0 auto;
	}
	#works .thumb{
		float: none;
		margin: 0;
		padding: 0;
	}
	#works .thumb img{
		width: 100%;
		height: auto;
	}
	#works .data-box{
		width: auto;
		float: none;
		margin: 0;
		padding: 14px 10px 10px;
	}
	#works .data-box header{
		padding: 0;
		margin: 0;
		border: none;
	}
	#works .data-box .ttl{
		margin-bottom: 7px;
		padding: 0;
		font-size: 100%;
	}
	#works .data-box .note{
		margin-bottom: 0;
		font-size: 85%;
	}
	#works .solution{
		display: none;
	}

	/* pointer */
	#works .pointer{
		min-width: 280px;
	}
	#works .prev,
	#works .next{
		top: -146px;
	}
	#works .prev a,
	#works .next a{
		width: 27px;
		height: 27px;
	}
	#works .prev{
		left: 0;
	}
	#works .prev a{
		background: #fff url(../images/btn_prev_sp.png) no-repeat 50% 50%;
		background-size: 4px 8px;
	}
	#works .prev a:hover{
		background: #fff url(../images/btn_prev_sp.png) no-repeat 50% 50%;
		background-size: 4px 8px;
	}
	#works .next{
		right: 0;
	}
	#works .next a{
		background: #fff url(../images/btn_next_sp.png) no-repeat 50% 50%;
		background-size: 4px 8px;
	}
	#works .next a:hover{
		background: #fff url(../images/btn_next_sp.png) no-repeat 50% 50%;
		background-size: 4px 8px;
	}
	#works .more-btn{
		margin-top: 26px;
		width: auto;
	}



}