@charset "UTF-8";
/* CSS Document */

html, body{
	text-align: center;
	color: #000;
	background: #fff;
	margin: 0;
	padding: 90px 0 0;
	position: relative;
}
#loading{
	background: #fff url(../img/loading.gif) center center no-repeat;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 99999;
	width: 100vw;
	height: 100vh;
}
.sp{
	display: none;
}
.scrollme.animateme{
	opacity: 0;
}
#scr-top{
	position: fixed;
	bottom: 0;
	right: 0;
	cursor: pointer;
	width: 80px;
	-webkit-transition: 0.3s ease-in-out;
	-moz-transition: 0.3s ease-in-out;
	-o-transition: 0.3s ease-in-out;
	transition: 0.3s ease-in-out;
}
#scr-top:hover{
	bottom: 15px;
}
@media print{
	html,body{width: 100%;}
	.inner{width: 98%;}
}

/*Header
------------------------------------------*/
header{
	width: 100%;
	height: 90px;
	margin: 0;
	padding: 0;
	background: rgba(255,255,255,0.85);
	position: fixed;
	top: 0;
	left: 0;
	z-index: 999;
}
header>.inner{
	position: relative;
	z-index: 99;
	padding-right: 0;
}
header h1{
	width: 20%;
	float: left;
	line-height: 0;
}
header h1 img{
	width: auto;
	height: 90px;
}
header #head{
	margin: 2px auto 0;
}
header #head>ul{
	display: block;
	letter-spacing: -0.4em;
	text-align: right;
}
header #head>ul>li{
	display: inline-block;
	letter-spacing: normal;
	margin: 0 0 0 10px;
}
header #head>ul>li>a{
	display: block;
	border: 1px solid #29392b;
	color: #29392b;
	padding: 5px 15px;
	font-family: "游ゴシック", YuGothic, "メイリオ", Meiryo, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "ＭＳ Ｐゴシック", sans-serif;
	-webkit-transition: 0.3s ease-in-out;
	-moz-transition: 0.3s ease-in-out;
	-o-transition: 0.3s ease-in-out;
	transition: 0.3s ease-in-out;
}
header #head>ul>li>a:hover{
	text-decoration: none;
	background: #29392b;
	color: #fff;
}
header nav{
	width: 78%;
	float: right;
}
@media (min-width:1080px){
	header nav{
		display: block !important;
	}
}
header nav>ul{
	float: right;
	line-height: 0;
}
header nav>ul>li{
	float: left;
	font-size: 1.6rem;
	padding: 0;
	line-height: 0;
}
header nav>ul>li>a{
	display: block;
	color: #29392b;
	padding: 0 30px;
	line-height: 50px;
	padding-bottom: 9px;
	position: relative;
}

@media (max-width:1000px){
	header nav>ul>li>a{
		padding: 0 20px 9px;
	}
}
@media (max-width:880px){
	header nav>ul>li>a{
		padding: 0 15px 9px;
	}
}
@media (max-width:820px){
	header nav>ul>li>a{
		padding: 0 10px 9px;
	}
}
@media (min-width: 768px){
	header nav>ul>li>a{
		-webkit-box-sizing: border-box;
		box-sizing: border-box;
		-webkit-transition: 0.6s ease-in-out;
		-moz-transition: 0.6s ease-in-out;
		-o-transition: 0.6s ease-in-out;
		transition: 0.6s ease-in-out;
	}
}
header nav>ul>li>a:after{
	content: '';
	width: 0;
	height: 0;
	background: #29392b;
	position: absolute;
	left: 50%;
	bottom: 10px;
	margin-left: 0;
	-webkit-transition: 0.3s ease-in-out;
	-moz-transition: 0.3s ease-in-out;
	-o-transition: 0.3s ease-in-out;
	transition: 0.3s ease-in-out;
}
header nav>ul>li a:hover{
	text-decoration: none;
}
@media (min-width: 768px){
	header nav>ul>li>a.active:after,
	header nav>ul>li>a:hover:after{
		width: 80%;
		margin-left: -40%;
		height: 1px;
	}
}
header nav>ul>li.parent{
	position: relative;
}
header nav>ul>li.parent>ul{
	display: block;
	position: fixed;
	top: 80px;
	left: 0;
	margin: 0;
	padding: 0;
	background: rgba(41, 57, 43, 0);
	letter-spacing: -0.4em;
	width: 100%;
	text-align: center;
	filter:alpha(opacity=0);
	-moz-opacity: 0;
	opacity: 0;
	transform: translate(0, -20%);
	-webkit-transform: translate(0, -20%);
	-moz-transform: translate(0, -20%);
	-o-transform: translate(0, -20%);
	-ms-transform: translate(0, -20%);
	-webkit-transition: 0.3s ease-in-out;
	-moz-transition: 0.3s ease-in-out;
	-o-transition: 0.3s ease-in-out;
	transition: 0.3s ease-in-out;
	z-index: -1;
}
header nav>ul>li.parent[data-hover="active"]>ul{
	top: 90px;
	z-index: 9;
	background: rgba(41, 57, 43, 0.85);
	filter:alpha(opacity=100);
	-moz-opacity: 1;
	opacity: 1;
	transform: translate(0, 0);
	-webkit-transform: translate(0, 0);
	-moz-transform: translate(0, 0);
	-o-transform: translate(0, 0);
	-ms-transform: translate(0, 0);
}
@media (max-width:1079px){
	header nav>ul>li.parent>ul{top: 40px;}
	header nav>ul>li.parent[data-hover="active"]>ul{top: 60px;}
}
header nav>ul>li.parent>ul>li{
	display: inline-block;
	letter-spacing: normal;
}
header nav>ul>li.parent>ul>li>a{
	display: block;
	padding: 20px 2em;
	font-size: 1.4rem;
	color: #fff;
	line-height: 100%;
	position: relative;
}
header nav>ul>li.parent>ul>li>a:after{
	content: '';
	width: 0;
	height: 0;
	background: #fff;
	position: absolute;
	left: 50%;
	bottom: 10px;
	margin-left: 0;
	-webkit-transition: 0.3s ease-in-out;
	-moz-transition: 0.3s ease-in-out;
	-o-transition: 0.3s ease-in-out;
	transition: 0.3s ease-in-out;
}
@media (min-width: 768px){
	header nav>ul>li.parent>ul>li>a:hover:after{
		width: 80%;
		height: 1px;
		margin-left: -40%;
	}
}
header nav>ul>li.parent>ul>li>a span{
	display: inline-block;
	vertical-align: text-top;
	background: #e10000;
	color: #fff;
	padding: 0.1em 0.3em;
	font-size: 1.2rem;
	margin: 0 0 0 0.5em;
}
header #sp-nav{
	display: none;
}



/*Footer
------------------------------------------*/
footer{
	width: 100%;
	height: auto;
	margin: 0;
	padding: 60px 0 0;
	background: #f7f7f7 url(../img/bg.svg) 0 0 no-repeat;
	background-size: cover;
	position: relative;
}
footer address{
	display: block;
	float: left;
	width: 30%;
	text-align: left;
	letter-spacing: normal;
}
footer address h2{
	line-height: 100%;
	margin: 0 auto 10px;
}
footer address h2 img{
	width: auto;
	height: 80px;
}
footer address p{
	font-size: 1.6rem;
	color: #29392b;
	line-height: 160%;
}
footer address p.fb{
	margin: 5px auto 0;
	line-height: 0;
}
footer address p.fb img{
	width: 30px;
	height: auto;
	-webkit-transition: 0.3s ease-in-out;
	-moz-transition: 0.3s ease-in-out;
	-o-transition: 0.3s ease-in-out;
	transition: 0.3s ease-in-out;
}
footer address p.fb img:hover{
	filter:alpha(opacity=60);
	-moz-opacity: 0.6;
	opacity: 0.6;
}
footer nav{
	display: block;
	float: right;
	width: 65%;
	padding-top: 30px;
}
footer nav>ul{
	display: block;
	float: left;
	width: 30%;
	margin: 0 1.666666%;
}
footer nav>ul li{
	display: block;
	margin: 0 auto 10px;
	font-size: 1.6rem;
	line-height: 140%;
	text-align: left;
	position: relative;
}
footer nav>ul li:before{
	content: '';
	position: absolute;
	left: -0.8em;
	top: 0.3em;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 5px 0 5px 6px;
	border-color: transparent transparent transparent #29392b;
}
footer nav>ul>li>ul,
footer nav>ul>li>ul>li>ul{
	display: block;
	margin: 10px 0 0 1em;
}
footer nav>ul li a{
	position: relative;
	color: #29392b;
}
footer nav>ul li a:after{
	content: '';
	width: 0;
	height: 0;
	background: #29392b;
	position: absolute;
	left: 0;
	bottom: 0;
	-webkit-transition: 0.3s ease-in-out;
	-moz-transition: 0.3s ease-in-out;
	-o-transition: 0.3s ease-in-out;
	transition: 0.3s ease-in-out;
}
footer nav>ul li a:hover{
	text-decoration: none;
}
@media (min-width: 768px){
	footer nav>ul li a:hover:after{
		width: 100%;
		height: 1px;
	}
}
footer #copy{
	margin: 60px auto 0;
	padding: 10px;
	background: #fff;
	color: #29392b;
	font-size: 1.2rem;
	text-align: center;
	line-height: 100%;
}

footer .determine{
	display: block;
	letter-spacing: -0.4em;
	text-align: center;
	line-height: 0;
	margin: 0 auto;
	position: absolute;
	bottom: 20px;
	right: 80px;
	a{
		display: inline-block;
		letter-spacing: normal;
		vertical-align: top;
		font-size: 1.4rem;
		color: #29392b;
		border: 1px solid #29392b;
		line-height: 100%;
		padding: 1em 3em 1em 2em;
		margin: 0 10px;
		background: url('../img/pdf.svg') right 16px top 10px no-repeat;
		background-size: 14px auto;
		transition: 0.3s ease-in-out;
		&:hover{
			text-decoration: none;
			background: #29392b url('../img/pdf2.svg') right 16px top 10px no-repeat;
			background-size: 14px auto;
			color: #fff;
		}
	}
}


/*Common
------------------------------------------*/
.inner{
	width: 1080px;
	margin: 0 auto;
	padding: 0 20px;
	position: relative;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
@media (max-width:1079px){
	.inner{
		width:100%;
		padding: 0 10px;
	}
}
#pkz{
	padding: 20px 0 40px;
	margin: 0;
}
#pkz>ul{
	letter-spacing: -0.4em;
	text-align: left;
}
#pkz>ul>li{
	letter-spacing: normal;
	display: inline-block;
	margin: 0 auto;
	padding: 0 2em 0 0;
	font-size: 1.2rem;
	position: relative;
}
#pkz>ul>li>a{
	color: #29392b;
	position: relative;
}
#pkz>ul>li>a:hover{
	text-decoration: none;
}
#pkz>ul>li:after{
	position: absolute;
	top: 50%;
	right: 0.9em;
	display: block;
	content: '';
	width: 6px;
	height: 6px;
	margin-top: -4px;
	border-top: 1px solid #29392b;
	border-right: 1px solid #29392b;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}
#pkz>ul>li:last-child:after{
	content: none;
}
#pkz>ul>li>a:after{
	content: '';
	width: 0;
	height: 0;
	background: #29392b;
	position: absolute;
	left: 0;
	bottom: 0;
	-webkit-transition: 0.3s ease-in-out;
	-moz-transition: 0.3s ease-in-out;
	-o-transition: 0.3s ease-in-out;
	transition: 0.3s ease-in-out;
}
@media (min-width: 768px){
	#pkz>ul>li>a:hover:after{
		width: 100%;
		height: 1px;
	}
}
#contents{
	overflow: hidden;
}
#contents h2{
	font-size: 6rem;
	line-height: 100%;
	color: #29392b;
	text-align: left;
	padding: 0;
	margin: 0 auto 40px;
	font-weight: 100;
}
#contents h3{
	font-size: 2.4rem;
	line-height: 100%;
	color: #29392b;
	text-align: left;
	padding: 18px 1em;
	border-top: 1px solid #29392b;
	border-bottom: 1px solid #29392b;
	margin: 0 auto 40px;
	font-weight: 100;
}
#contents p{
	font-size: 1.6rem;
	line-height: 180%;
	color: #29392b;
	text-align: left;
}
#contents a{
	color: #29392b;
	position: relative;
}
#contents a:hover{
	text-decoration: none;
}
#contents a:after{
	content: '';
	width: 0;
	height: 0;
	background: #29392b;
	position: absolute;
	left: 0;
	bottom: 0;
	-webkit-transition: 0.3s ease-in-out;
	-moz-transition: 0.3s ease-in-out;
	-o-transition: 0.3s ease-in-out;
	transition: 0.3s ease-in-out;
}
@media (min-width: 768px){
	#contents a:hover:after{
		width: 100%;
		height: 1px;
	}
}
#contents table{
	padding: 0;
	margin: 0;
	text-align: left;
}
#contents table tr:nth-child(even){
	background: #eee;
}
#contents table th,#contents table td{
	font-size: 1.4rem;
	line-height: 200%;
	padding: 1em;
	margin: 0;
	border-bottom: 1px solid #ddd;
	vertical-align: top;
	text-align: left;
}
#contents table th{
	width: 25%;
	padding: 1em 3em;
}
#contents>.title{
	margin: 0 auto 60px;
}
#contents>.title>h2{
	font-size: 6rem;
	text-align: center;
	margin: 0 auto 15px;
}
#contents>.title>p{
	font-size: 1.8rem;
	line-height: 0;
	text-align: center;
	display: inline-block;
}
#contents>.title>p:before,
#contents>.title>p:after{
	content: "-";
	padding: 0 5px;
}
#contents span.faster{
	display: inline-block;
	vertical-align: text-top;
	background: #e10000;
	color: #fff;
	padding: 0.1em 0.3em;
	font-size: 1.2rem;
	margin: 0 0 0 0.5em;
}
#pkz>ul>li span.faster{
	font-size: 0.8rem;
	padding: 0 0.3em;
}
#contacts{
	background: #fff url(../img/bg.svg) 0 0 no-repeat;
	background-size: cover;
	padding: 140px 0;
}
#contents #contacts{
	padding: 100px 0;
	margin: 100px auto 0;
}
#contacts h2{
	font-size: 6rem;
	line-height: 100%;
	color: #29392b;
	text-align: left;
	padding: 0;
	margin: 0 auto 90px;
	font-weight: 100;
}
#contacts h2>span{
	color: #EF9716;
}
#contacts .content{
	text-align: center;
	color: #29392b;
	line-height: 160%;
	font-size: 1.6rem;
}
#contacts .content>h3{
	text-align: center;
	font-size: 2.6rem;
	margin: 0 auto 20px;
	line-height: 120%;
	padding: 0;
	border: 0;
	font-weight: bold;
}
#contacts .content p{
	text-align: center;
}
#contacts .content .tel{
	font-size: 3rem;
	margin: 20px auto;
	text-align: center;
}
#contacts .content .btn{
	line-height: 100%;
	letter-spacing: -0.4em;
	text-align: center;
}
#contacts .content .btn>a{
	display: inline-block;
	letter-spacing: normal;
	font-size: 2rem;
	color: #fff;
	background: #EF9716;
	padding: 1em 2em;
	margin: 0 auto;
	-webkit-transition: 0.3s ease-in-out;
	-moz-transition: 0.3s ease-in-out;
	-o-transition: 0.3s ease-in-out;
	transition: 0.3s ease-in-out;
}
#contacts .content .btn>a:after{
	content: none;
}
#contacts .content .btn>a:hover{
	text-decoration: none;
}
@media (min-width: 768px){
	#contacts .content .btn>a:hover{
		filter:alpha(opacity=60);
		-moz-opacity: 0.6;
		opacity: 0.6;
	}
}



/*index
------------------------------------------*/
#index{
	padding-top: 0;
}
#index #visual{
	background: #000;
	position: relative;
	overflow: hidden;
}
#index #visual .logo{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 9;
}
#index #visual .logo>img{
	width: 100%;
	height: 100%;
}
#index #visual .flexslider .flexslider .slides img{
	filter:alpha(opacity=68);
	-moz-opacity: 0.68;
	opacity: 0.68;
}
#index #visual>h1,
#index #visual .flexslider .slides>li>.txt{
	font-size: 8.5rem;
	color: #fff;
	font-weight: 100;
	text-align: center;
	width: 100%;
	position: absolute;
	top: 43%;
	left: 0;
	z-index: 11;
	letter-spacing: 10px;
	font-weight: 100;
}
#index #visual>h1{
	top: 44%;
	line-height: 24px;
	font-weight: 100;
}
#index #visual .flexslider .slides>li>.txt{
	letter-spacing: 0.1em;
	top: 40%;
	display: none;
	font-weight: 100;
}
#index #visual .flexslider .slides>li.security>.txt,
#index #visual .flexslider .slides>li.web>.txt{
	top: 38%;
}
#index #visual .flexslider .slides>li>.txt>span{
	font-size: 3rem;
	display: block;
}
#index #visual .flexslider .slides>li>.txt>small{
	font-size: 2rem;
	display: block;
	margin: 0 auto 30px;
}
#index #visual .flexslider .slides>li>.txt>a{
	display: inline-block;
	font-size: 1.4rem;
	border: 2px solid #fff;
	color: #fff;
	padding: 1em 4em;
	letter-spacing: 0.5em;
	background: rgba(0, 0, 0, 0.8);
	-webkit-transition: 0.3s ease-in-out;
	-moz-transition: 0.3s ease-in-out;
	-o-transition: 0.3s ease-in-out;
	transition: 0.3s ease-in-out;
}
#index #visual .flexslider .slides>li>.txt>a:hover{
	text-decoration: none;
	background: rgba(255, 255, 255, 0.5);
}
#index #visual>h1>i{
	opacity: 0;
	font-style: normal;
	display: inline-block;
	-webkit-transition: 0.4s ease-in-out;
	-moz-transition: 0.4s ease-in-out;
	-o-transition: 0.4s ease-in-out;
	transition: 0.4s ease-in-out;
}
#index #visual>h1>i:nth-of-type(1){
	color: #e35292;
}
#index #visual>h1>i:nth-of-type(2){
	color: #EF9716;
}
#index #visual>h1>i:nth-of-type(3){
	color: #f5d11d;
}
#index #visual>h1>i:nth-of-type(4){
	color: #C3D917;
}
#index #visual>h1>i:nth-of-type(5){
	color: #27AF37;
}
#index #visual>h1>i:nth-of-type(6){
	color: #1ca7cb;
}
#index #visual>h1>span{
	display: inline-block;
	vertical-align: top;
	-webkit-transition: 1s ease-in-out;
	-moz-transition: 1s ease-in-out;
	-o-transition: 1s ease-in-out;
	transition: 1s ease-in-out;
}
#index #visual>h1>span>i{
	opacity: 0;
	font-style: normal;
}
#index #visual>h1>small{
	display: none;
	font-size: 2rem;
	margin-top: -40px;
}

@media (max-width:899px){
	#index #visual>h1{
		top: 35%;
	}
	#index #visual>h1[data="active"]>br{
		display: block;
	}
}
#index #wwd{
	background: #F7F7F7 url(../img/bg.svg) 0 0 no-repeat;
	background-size: cover;
	padding: 140px 0;
	overflow: hidden;
}
#index #wwd h2{
	font-size: 6rem;
	line-height: 100%;
	color: #29392b;
	text-align: center;
	padding: 0;
	margin: 0 auto 40px;
	font-weight: 100;
}
#index #wwd h2>span{
	color: #e35292;
}
#index #wwd p.tex{
	font-size: 1.8rem;
	line-height: 200%;
	text-align: center;
	margin: 0 auto 1em;
}
#index #wwd p.tex:last-child{
	margin-bottom: 90px;
}
#index #wwd .web{
	margin: 0 auto 100px;
}
#index #wwd .title{
	padding: 120px 0;
	margin: 0;
	line-height: 0;
}
#index #wwd .title>h3{
	font-size: 6rem;
	line-height: 100%;
	color: #29392b;
	font-weight: 100;
}
#index #wwd .title>h3>small{
	display: block;
	line-height: 100%;
	font-size: 2rem;
	padding: 0;
	margin: 10px auto 0;
}
#index #wwd .web>.title{
	background: url(../img/index/wwd/web_bg.jpg) 0 0 no-repeat;
	background-size: cover;
}
#index #wwd .security>.title{
	background: url(../img/index/wwd/security_bg.jpg) 0 0 no-repeat;
	background-size: cover;
}
#index #wwd ul{
	display: block;
	line-height: 0;
	letter-spacing: -0.4em;
	margin: -60px auto 0;
	padding: 0;
}
#index #wwd ul>li{
	display: inline-block;
	letter-spacing: normal;
	width: 31.3%;
	min-height: 240px;
	margin: 0 1%;
	line-height: 0;
	background: #101010 url(../img/bg.svg) center bottom no-repeat;
	background-size: cover;
	padding: 20px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	vertical-align: top;
}
#index #wwd ul>li[data="web"]{
	background: url(../img/bg.svg) center bottom no-repeat,url(../img/service/web/web.jpg) center bottom no-repeat;
	background-size: cover;
}
#index #wwd ul>li[data="cms"]{
	background: url(../img/bg.svg) center bottom no-repeat,url(../img/service/web/cms.jpg) center bottom no-repeat;
	background-size: cover;
}
#index #wwd ul>li[data="consulting"]{
	background: url(../img/bg.svg) center bottom no-repeat,url(../img/service/web/webconsulting.jpg) center bottom no-repeat;
	background-size: cover;
}
#index #wwd ul>li[data="guidance"]{
	background: url(../img/bg.svg) center bottom no-repeat,url(../img/service/security/guidance.jpg) center bottom no-repeat;
	background-size: cover;
}
#index #wwd ul>li[data="event"]{
	background: url(../img/bg.svg) center bottom no-repeat,url(../img/service/security/event.jpg) center bottom no-repeat;
	background-size: cover;
}
#index #wwd ul>li[data="facility"]{
	background: url(../img/bg.svg) center bottom no-repeat,url(../img/service/security/facility.jpg) center bottom no-repeat;
	background-size: cover;
}
#index #wwd ul>li>.icn{
	line-height: 0;
	margin: 0 auto 20px;
}
#index #wwd ul>li>.icn>svg{
	color: #fff;
	width: auto;
	height: 120px;
}
#index #wwd ul>li>.icn>svg .web-icon,
#index #wwd ul>li>.icn>svg .cms-icon,
#index #wwd ul>li>.icn>svg .consulting-icon,
#index #wwd ul>li>.icn>svg .guidance-icon,
#index #wwd ul>li>.icn>svg .event-icon,
#index #wwd ul>li>.icn>svg .facility-icon{
	fill: none;
	stroke: currentColor;
	color: #fff;
}
#index #wwd ul>li>.icn>svg .guidance-icon{
	stroke-width: 4px;
}
#index #wwd ul>li>.icn img{
	width: auto;
	height: 120px;
	-webkit-transition: 0.3s ease-in-out;
	-moz-transition: 0.3s ease-in-out;
	-o-transition: 0.3s ease-in-out;
	transition: 0.3s ease-in-out;
}
#index #wwd ul>li>h4{
	font-size: 2.4rem;
	line-height: 120%;
	color: #fff;
	text-align: center;
	font-weight: 100;
	-webkit-transition: 0.3s ease-in-out;
	-moz-transition: 0.3s ease-in-out;
	-o-transition: 0.3s ease-in-out;
	transition: 0.3s ease-in-out;
}
#index #wwd ul>li>h4.once{
	padding: 0.5em 0 0;
}
#index #wwd ul>li>.bg{
	overflow: hidden;
	box-sizing: border-box;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	padding: 5px;
	z-index: -1;
}
#index #wwd ul>li>.bg>.bg_inner{
	position: relative;
	width: 100%;
	height: 100%;
}
#index #wwd ul>li>.bg .rect{
	position: absolute;
	top: 0;
	width: 100%;
	height: 100%;
	background: #24d2f0;
	background: -moz-linear-gradient(left,  rgba(204,224,244,0.51) 0%, rgba(30,156,215,0.51) 57%, rgba(0,117,190,0.51) 87%, rgba(0,91,151,0.51) 99%, rgba(0,91,151,0.51) 100%);
	background: -webkit-linear-gradient(left,  rgba(204,224,244,0.51) 0%,rgba(30,156,215,0.51) 57%,rgba(0,117,190,0.51) 87%,rgba(0,91,151,0.51) 99%,rgba(0,91,151,0.51) 100%);
	background: linear-gradient(to right,  rgba(204,224,244,0.51) 0%,rgba(30,156,215,0.51) 57%,rgba(0,117,190,0.51) 87%,rgba(0,91,151,0.51) 99%,rgba(0,91,151,0.51) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#82cce0f4', endColorstr='#82005b97',GradientType=1 );
	opacity: 0;
	filter: alpha(opacity=0);
}
#index #wwd .security ul>li>.bg .rect{
	background: -moz-linear-gradient(left,  rgba(255,224,255,0.51) 0%, rgba(255,156,255,0.51) 39%, rgba(255,117,255,0.51) 87%, rgba(255,91,255,0.51) 99%, rgba(255,91,255,0.51) 100%);
	background: -webkit-linear-gradient(left,  rgba(255,224,255,0.51) 0%,rgba(255,156,255,0.51) 39%,rgba(255,117,255,0.51) 87%,rgba(255,91,255,0.51) 99%,rgba(255,91,255,0.51) 100%);
	background: linear-gradient(to right,  rgba(255,224,255,0.51) 0%,rgba(255,156,255,0.51) 39%,rgba(255,117,255,0.51) 87%,rgba(255,91,255,0.51) 99%,rgba(255,91,255,0.51) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#82ffe0ff', endColorstr='#82ff5bff',GradientType=1 );
}
#index #wwd ul>li>.bg .line{
	position: absolute;
	background: #fff;
}
#index #wwd ul>li>.bg .line.top,
#index #wwd ul>li>.bg .line.bottom{
	width: 0;
	height: 1px;
}
#index #wwd ul>li>.bg .line.left,
#index #wwd ul>li>.bg .line.right{
	height: 0;
	width: 1px;
}
#index #wwd ul>li>.bg .line.top{top: 0; left: 0;}
#index #wwd ul>li>.bg .line.right{top: 0; right: 0;}
#index #wwd ul>li>.bg .line.bottom{bottom: 0; right: 0;}
#index #wwd ul>li>.bg .line.left{bottom: 0; left: 0;}

#index #wwd ul>li>.bg .line.top{transition: width .1s linear .3s;}
#index #wwd ul>li>.bg .line.right{transition: height .1s linear .2s;}
#index #wwd ul>li>.bg .line.bottom{transition: width .1s linear .1s;}
#index #wwd ul>li>.bg .line.left{transition: height .1s linear 0s;}

#index #wwd ul>li[data-object="active"]>.bg .line.top,
#index #wwd ul>li[data-object="active"]>.bg .line.bottom{ width: 100%;}
#index #wwd ul>li[data-object="active"]>.bg .line.right,
#index #wwd ul>li[data-object="active"]>.bg .line.left{ height: 100%;}

#index #wwd ul>li[data-object="active"]>.bg .line.top{transition: width .1s linear;}
#index #wwd ul>li[data-object="active"]>.bg .line.right{transition: height .1s linear .1s;}
#index #wwd ul>li[data-object="active"]>.bg .line.bottom{transition: width .1s linear .2s;}
#index #wwd ul>li[data-object="active"]>.bg .line.left{transition: height .1s linear .3s;}

#index #wwd ul>li[data-object="active"]>.bg .rect{
	opacity: 1;
	transition: opacity .4s cubic-bezier(0.47, 0, 0.745, 0.715) .4s;
}

@media (max-width:940px){
	#index #wwd ul>li{min-height: 190px;}
	#index #wwd ul>li>.icn img{height: 80px;}
	#index #wwd ul>li>h4{font-size: 2rem;}
}
@media (max-width:830px){
	#index #wwd ul>li>h4{font-size: 1.8rem;}
}


#index #wwd .btn{
	display: block;
	text-align: center;
	line-height: 0;
	margin: 30px auto 0;
}
#index #wwd .btn>a{
	display: inline-block;
	border: 1px solid #29392b;
	color: #29392b;
	font-size: 1.6rem;
	line-height: 100%;
	padding: 1em 2em;
	-webkit-transition: 0.3s ease-in-out;
	-moz-transition: 0.3s ease-in-out;
	-o-transition: 0.3s ease-in-out;
	transition: 0.3s ease-in-out;
}
#index #wwd .btn>a:hover{
	text-decoration: none;
	border: 1px solid #e35292;
	color: #e35292;
}
#index #wwd .btn>a:after{
	content: '';
}



#index #works{
	background: #1CA7CB url(../img/bg.svg) 0 0 no-repeat;
	background-size: cover;
	padding: 140px 0;
}
#index #works .link{
	display: inline-block;
	padding: 0.5em 2em;
	color: #fff;
	border: 2px solid #fff;
	font-weight: bold;
	font-size: 1.4rem;
	position: absolute;
	top: 10px;
	right: 0;
	-webkit-transition: 0.3s ease-in-out;
	-moz-transition: 0.3s ease-in-out;
	-o-transition: 0.3s ease-in-out;
	transition: 0.3s ease-in-out;
}
#index #works .link:hover{
	text-decoration: none;
	background: rgba(255, 255, 255, 0.8);
	color: #1CA7CB;
}
#index #works h2{
	font-size: 6rem;
	line-height: 100%;
	color: #29392b;
	text-align: left;
	padding: 0;
	margin: 0 auto 90px;
	font-weight: 100;
}
#index #works h2>span{
	color: #fff;
}
#index #works .content{
	line-height: 100%;
	letter-spacing: -0.4em;
	text-align: center;
}
#index #works .content>section{
	display: inline-block;
	letter-spacing: normal;
	vertical-align: top;
	width: 30%;
	margin: 0 1.66666666%;
}
#index #works .content>section .img{
	line-height: 0;
	margin: 0 auto 15px;
	padding: 0;
}
#index #works .content>section .img img{
	width: 100%;
	height: auto;
	-webkit-transition: 0.3s ease-in-out;
	-moz-transition: 0.3s ease-in-out;
	-o-transition: 0.3s ease-in-out;
	transition: 0.3s ease-in-out;
}
#index #works .content>section .img>a{
	display: block;
	line-height: 100%;
	overflow: hidden;
	position: relative;
}
#index #works .content>section .img>a>p{
	border: 5px solid rgba(255, 255, 255, 0.2);
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	color: #fff;
	font-size: 1.4rem;
	line-height: 180%;
	display: -webkit-flex;
	display: flex;
	-webkit-align-items: center;
	align-items: center;
	-webkit-justify-content: center;
	justify-content: center;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(41, 57, 43, 0.8);
	vertical-align: middle;
	filter:alpha(opacity=0);
	-moz-opacity: 0;
	opacity: 0;
	-webkit-transition: 0.3s ease-in-out;
	-moz-transition: 0.3s ease-in-out;
	-o-transition: 0.3s ease-in-out;
	transition: 0.3s ease-in-out;
}
#index #works .content>section .img>a[data-hover="active"]>img{
	transform: scale(1.3, 1.3);
	-webkit-transform: scale(1.3, 1.3);
	-moz-transform: scale(1.3, 1.3);
	-o-transform: scale(1.3, 1.3);
	-ms-transform: scale(1.3, 1.3);
}
#index #works .content>section .img>a[data-hover="active"]>p{
	filter:alpha(opacity=100);
	-moz-opacity: 1;
	opacity: 1;
}
#index #works .content>section h3{
	font-size: 1.6rem;
	color: #333;
	line-height: 120%;
	padding: 0;
	margin: 0 auto;
	text-align: center;
	font-weight: 100;
}
#index #works .content>section h3 a{
	color: #29392b;
	position: relative;
}
#index #works .content>section h3 a:hover{
	text-decoration: none;
}
#index #works .content>section h3>a:after{
	content: '';
	width: 0;
	height: 0;
	background: #29392b;
	position: absolute;
	left: 0;
	bottom: 0;
	-webkit-transition: 0.3s ease-in-out;
	-moz-transition: 0.3s ease-in-out;
	-o-transition: 0.3s ease-in-out;
	transition: 0.3s ease-in-out;
}
#index #works .content>section h3>a:hover:after{
	width: 100%;
	height: 1px;
}


#index #team{
	background: #fff url(../img/bg.svg) 0 0 no-repeat;
	background-size: cover;
	padding: 140px 0;
}
#index #team h2{
	font-size: 6rem;
	line-height: 100%;
	color: #29392b;
	text-align: left;
	padding: 0;
	margin: 0 auto 90px;
	font-weight: 100;
}
#index #team h2>span{
	color: #248727;
}
#index #team .content{
	line-height: 100%;
	letter-spacing: -0.4em;
	text-align: center;
}
#index #team .content>section{
	display: inline-block;
	letter-spacing: normal;
	vertical-align: top;
	width: 20%;
	margin: 0 6.66666666%;
}
#index #team .content>section .img{
	line-height: 0;
	margin: 0 auto 15px;
	padding: 0;
	border-radius: 100%;
	-webkit-border-radius: 100%;
	-moz-border-radius: 100%;
	overflow: hidden;
}
#index #team .content>section .img img{
	width: 100%;
	height: auto;
	-webkit-transition: 0.3s ease-in-out;
	-moz-transition: 0.3s ease-in-out;
	-o-transition: 0.3s ease-in-out;
	transition: 0.3s ease-in-out;
}
#index #team .content>section .img>a>img:nth-child(2){
	position: absolute;
	top: 0;
	left: 0;
	filter:alpha(opacity=0);
	-moz-opacity: 0;
	opacity: 0;
	transform: rotateY(180deg);
	-webkit-transform: rotateY(180deg);
	-moz-transform: rotateY(180deg);
	-o-transform: rotateY(180deg);
	-ms-transform: rotateY(180deg);
}
#index #team .content>section .img>a{
	display: block;
	line-height: 100%;
	overflow: hidden;
	position: relative;
	border-radius: 100%;
	-webkit-border-radius: 100%;
	-moz-border-radius: 100%;
}
#index #team .content>section .img>a>p{
	border: 5px solid rgba(255, 255, 255, 0.2);
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	color: #fff;
	font-size: 1.4rem;
	line-height: 180%;
	display: -webkit-flex;
	display: flex;
	-webkit-align-items: center;
	align-items: center;
	-webkit-justify-content: center;
	justify-content: center;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(41, 57, 43, 0.8);
	vertical-align: middle;
	filter:alpha(opacity=0);
	-moz-opacity: 0;
	opacity: 0;
	border-radius: 100%;
	-webkit-border-radius: 100%;
	-moz-border-radius: 100%;
	overflow: hidden;
	-webkit-transition: 0.3s ease-in-out;
	-moz-transition: 0.3s ease-in-out;
	-o-transition: 0.3s ease-in-out;
	transition: 0.3s ease-in-out;
}
#index #team .content>section .img>a[data-hover="active"]>img:nth-child(1){
	filter:alpha(opacity=0);
	-moz-opacity: 0;
	opacity: 0;
	transform: rotateY(180deg);
	-webkit-transform: rotateY(180deg);
	-moz-transform: rotateY(180deg);
	-o-transform: rotateY(180deg);
	-ms-transform: rotateY(180deg);
}
#index #team .content>section .img>a[data-hover="active"]>img:nth-child(2){
	filter:alpha(opacity=100);
	-moz-opacity: 1;
	opacity: 1;
	transform: rotateY(0deg);
	-webkit-transform: rotateY(0deg);
	-moz-transform: rotateY(0deg);
	-o-transform: rotateY(0deg);
	-ms-transform: rotateY(0deg);
}
#index #team .content>section .img>a[data-hover="active"]>p{
	filter:alpha(opacity=100);
	-moz-opacity: 1;
	opacity: 1;
}
#index #team .content>section h3{
	font-size: 1.6rem;
	color: #29392b;
	line-height: 160%;
	padding: 0;
	margin: 0 auto;
	text-align: center;
	font-weight: 100;
}
#index #team .content>section p{
	font-size: 1.4rem;
	line-height: 160%;
}
#index #team .content>section p.btn{
	margin: 15px auto 0;
}
#index #team .content>section p.btn>a{
	display: inline-block;
	color: #29392b;
	background: #fff;
	padding: 6px 30px;
	border: 1px solid #29392b;
	position: relative;
	-webkit-transition: 0.3s ease-in-out;
	-moz-transition: 0.3s ease-in-out;
	-o-transition: 0.3s ease-in-out;
	transition: 0.3s ease-in-out;
}
#index #team .content>section p.btn>a:before{
	position: absolute;
	top: 50%;
	left: 12px;
	display: block;
	content: '';
	width: 4px;
	height: 4px;
	margin-top: -2px;
	border-top: 1px solid #29392b;
	border-right: 1px solid #29392b;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}
#index #team .content>section p.btn>a:after{
	content: none;
}
#index #team .content>section p.btn>a:hover{
	text-decoration: none;
	background: #29392b;
	color: #fff;
}
#index #team .content>section p.btn>a:hover:before{
	border-top: 1px solid #fff;
	border-right: 1px solid #fff;
	-webkit-transition: 0.3s ease-in-out;
	-moz-transition: 0.3s ease-in-out;
	-o-transition: 0.3s ease-in-out;
	transition: 0.3s ease-in-out;
}


#index #news{
	background: #C3D917 url(../img/bg.svg) 0 0 no-repeat;
	background-size: cover;
	padding: 140px 0;
}
#index #news .link{
	display: inline-block;
	padding: 0.5em 2em;
	color: #fff;
	border: 2px solid #fff;
	font-weight: bold;
	font-size: 1.4rem;
	position: absolute;
	top: 10px;
	right: 0;
	-webkit-transition: 0.3s ease-in-out;
	-moz-transition: 0.3s ease-in-out;
	-o-transition: 0.3s ease-in-out;
	transition: 0.3s ease-in-out;
}
#index #news .link:hover{
	text-decoration: none;
	background: rgba(255, 255, 255, 0.8);
	color: #C3D917;
}
#index #news h2{
	font-size: 6rem;
	line-height: 100%;
	color: #29392b;
	text-align: left;
	padding: 0;
	margin: 0 auto 90px;
	font-weight: 100;
}
#index #news h2>span{
	color: #fff;
}
#index #news .content{
	width: 80%;
	margin: 0 auto;
}
#index #news .content>section{
	text-align: left;
	line-height: 100%;
	padding: 0;
	margin: 0 auto 15px;
}
#index #news .content>section>.time{
	font-size: 1.4rem;
	line-height: 120%;
	margin: 0 auto 5px;
	color: #29392b;
}
#index #news .content>section>h3{
	font-size: 1.6rem;
	line-height: 120%;
	font-weight: normal;
}
#index #news .content>section>h3 a{
	color: #29392b;
	position: relative;
}
#index #news .content>section>h3 a:hover{
	text-decoration: none;
}
#index #news .content>section>h3>a:after{
	content: '';
	width: 0;
	height: 0;
	background: #29392b;
	position: absolute;
	left: 0;
	bottom: 0;
	-webkit-transition: 0.3s ease-in-out;
	-moz-transition: 0.3s ease-in-out;
	-o-transition: 0.3s ease-in-out;
	transition: 0.3s ease-in-out;
}
#index #news .content>section>h3>a:hover:after{
	width: 100%;
	height: 1px;
}




/*About
------------------------------------------*/
#about #contents>.title>p>span{
	display: inline-block;
	font-size: 2rem;
	color: #29392b;
	line-height: 100%;
}
#about #contents h2>span{
	color: #e35292;
}
#about #contents>.title+.inner>h3{
	margin-bottom: 0;
}
#about #contents .president-img{
	width: 100%;
	line-height: 0;
	background: #f7f7f7;
	text-align: center;
	margin: 0 auto 40px;
}
#about #contents .president-img>img{
	max-width: 100%;
	height: auto;
}
#about #contents h4{
	text-align: center;
	font-size: 4.6rem;
	margin: 0 auto 10px;
	font-weight: normal;
}
#about #contents .greeting{
	margin: 0 auto 80px;
}
#about #contents .greeting>h4+p{
	font-size: 2rem;
}
#about #contents .greeting strong{
	font-size: 1.8rem;
	font-weight: bold;
}
#about #contents .signature{
	text-align: right;
	margin: 20px auto 0;
	font-size: 2rem;
}
#about #contacts{
	background: #e35292 url(../img/bg.svg) 0 0 no-repeat;
	background-size: cover;
}
#about #contacts h2>span{
	color: #fff
}
#about #contacts .content>h3,
#about #contacts .content p{
	color: #fff;
}
#about #contacts .content .btn>a{
	color: #e35292;
	background: #fff;
}
#about #contents .overview{
	margin: 0 auto 120px;
}
#about #contents #maps{
	width: 100%;
	height: 400px;
	border: 1px solid #fff;
	padding: 0;
	margin: 0;
	-moz-box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.15);
	-webkit-box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.15);
	box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.15);
}

/*team*/
#about #team{
	margin: 0 auto 40px;
}
#about #team .content{
	line-height: 100%;
	letter-spacing: -0.4em;
	text-align: center;
}
#about #team .content>section{
	display: inline-block;
	letter-spacing: normal;
	vertical-align: top;
	width: 20%;
	margin: 0 6.66666666%;
}
#about #team .content>section .img{
	line-height: 0;
	margin: 0 auto 15px;
	padding: 0;
	border-radius: 100%;
	-webkit-border-radius: 100%;
	-moz-border-radius: 100%;
	overflow: hidden;
}
#about #team .content>section .img img{
	width: 100%;
	height: auto;
	-webkit-transition: 0.3s ease-in-out;
	-moz-transition: 0.3s ease-in-out;
	-o-transition: 0.3s ease-in-out;
	transition: 0.3s ease-in-out;
}
#about #team .content>section .img>a>img:nth-child(2){
	position: absolute;
	top: 0;
	left: 0;
	filter:alpha(opacity=0);
	-moz-opacity: 0;
	opacity: 0;
	transform: rotateY(180deg);
	-webkit-transform: rotateY(180deg);
	-moz-transform: rotateY(180deg);
	-o-transform: rotateY(180deg);
	-ms-transform: rotateY(180deg);
}
#about #team .content>section .img>a{
	display: block;
	line-height: 100%;
	overflow: hidden;
	position: relative;
	border-radius: 100%;
	-webkit-border-radius: 100%;
	-moz-border-radius: 100%;
	cursor: pointer;
}
#about #team .content>section .img>a:after{
	content: none;
}
#about #team .content>section .img>a>p{
	border: 5px solid rgba(255, 255, 255, 0.2);
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	color: #fff;
	font-size: 1.4rem;
	line-height: 180%;
	display: -webkit-flex;
	display: flex;
	-webkit-align-items: center;
	align-items: center;
	-webkit-justify-content: center;
	justify-content: center;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(41, 57, 43, 0.8);
	vertical-align: middle;
	filter:alpha(opacity=0);
	-moz-opacity: 0;
	opacity: 0;
	border-radius: 100%;
	-webkit-border-radius: 100%;
	-moz-border-radius: 100%;
	overflow: hidden;
	-webkit-transition: 0.3s ease-in-out;
	-moz-transition: 0.3s ease-in-out;
	-o-transition: 0.3s ease-in-out;
	transition: 0.3s ease-in-out;
}
#about #team .content>section .img>a:hover>img:nth-child(1){
	filter:alpha(opacity=0);
	-moz-opacity: 0;
	opacity: 0;
	transform: rotateY(180deg);
	-webkit-transform: rotateY(180deg);
	-moz-transform: rotateY(180deg);
	-o-transform: rotateY(180deg);
	-ms-transform: rotateY(180deg);
}
#about #team .content>section .img>a:hover>img:nth-child(2){
	filter:alpha(opacity=100);
	-moz-opacity: 1;
	opacity: 1;
	transform: rotateY(0deg);
	-webkit-transform: rotateY(0deg);
	-moz-transform: rotateY(0deg);
	-o-transform: rotateY(0deg);
	-ms-transform: rotateY(0deg);
}
#about #team .content>section .img>a:hover>p{
	filter:alpha(opacity=100);
	-moz-opacity: 1;
	opacity: 1;
}
#about #team .content>section h3{
	font-size: 1.6rem;
	color: #29392b;
	line-height: 160%;
	padding: 0;
	margin: 0 auto;
	text-align: center;
	font-weight: 100;
	border: none;
}
#about #team .content>section p{
	font-size: 1.4rem;
	line-height: 160%;
	text-align: center;
}
#about #team .content>section p.btn{
	margin: 15px auto 0;
}
#about #team .content>section p.btn>a{
	display: inline-block;
	color: #29392b;
	background: #fff;
	padding: 6px 30px;
	border: 1px solid #29392b;
	position: relative;
	-webkit-transition: 0.3s ease-in-out;
	-moz-transition: 0.3s ease-in-out;
	-o-transition: 0.3s ease-in-out;
	transition: 0.3s ease-in-out;
}
#about #team .content>section p.btn>a:before{
	position: absolute;
	top: 50%;
	left: 12px;
	display: block;
	content: '';
	width: 4px;
	height: 4px;
	margin-top: -2px;
	border-top: 1px solid #29392b;
	border-right: 1px solid #29392b;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	-webkit-transition: 0.3s ease-in-out;
	-moz-transition: 0.3s ease-in-out;
	-o-transition: 0.3s ease-in-out;
	transition: 0.3s ease-in-out;
}
#about #team .content>section p.btn>a:after{
	content: none;
}
#about #team .content>section p.btn>a:hover{
	text-decoration: none;
	background: #29392b;
	color: #fff;
}
#about #team .content>section p.btn>a:hover:before{
	border-top: 1px solid #fff;
	border-right: 1px solid #fff;
}


#about #team-details{
	
}
#about #team-details section{
	display: none;
}
#about #team-details section>.img{
	margin: 0 auto 20px;
	line-height: 0;
	position: relative;
}
#about #team-details section>.img:after{
	content: '';
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border: 10px solid rgba(255,255,255,0.8);
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
#about #team-details section>.img img{
	width: 100%;
	height: auto;
}
#about #team-details section>h4{
	font-weight: 100;
}
#about #team-details section>h4>small{
	font-size: 2rem;
	vertical-align: middle;
	padding: 0 1em;
}
#about #team-details section>h4>small:before,
#about #team-details section>h4>small:after{
	content: '-';
}
#about #team-details section>h4>small:before{
	padding-right: 1em;
}
#about #team-details section>h4>small:after{
	padding-left: 1em;
}




/*Service
------------------------------------------*/
#service #web{}
#service #web h3,
#service #security h3{
	padding: 0.5em 0 0.3em;
	font-size: 5.4rem;
	text-align: center;
	font-weight: 100;
	margin-bottom: 50px;
}
#service #web h3>span,
#service #security h3>span{
	color: #1900d4;
}
#service #web h3>small,
#service #security h3>small{
	display: block;
	font-size: 2rem;
}
#service #web .content,
#service #security .content{
	position: relative;
	margin: 0 auto 160px;
	padding: 0;
	line-height: 0;
}
#service #web .content>.image,
#service #security .content>.image{
	position: relative;
	margin: 0;
	line-height: 0;
	padding: 0;
	width: 800px;
}
#service #web .content:nth-child(odd)>.image,
#service #security .content:nth-child(odd)>.image{
	margin: 0 0 0 auto;
}
#service #web .content>.image>.img,
#service #security .content>.image>.img{
	text-align: left;
	line-height: 0;
}
#service #web .content>.image>.img img,
#service #security .content>.image>.img img{
	width: 100%;
	height: auto;
}
#service #web .content>.image>h4,
#service #security .content>.image>h4{
	display: block;
	width: 100%;
	position: absolute;
	top: 25%;
	left: 0;
	text-align: center;
	font-size: 7.8rem;
	color: #fff;
	line-height: 100%;
	font-weight: 100;
	z-index: 5;
}
#service #web .content>.image>.icn,
#service #security .content>.image>.icn{
	position: absolute;
	top: 62%;
	left: 0;
	text-align: center;
	color: #fff;
	width: 100%;
	margin-top: -50px;
	display: block;
	line-height: 0;
	z-index: 5;
}
#service #web .content>.image>.icn.h7,
#service #security .content>.image>.icn.h7{
	margin-top: -35px;
}
#service #web .content>.image>.icn>svg,
#service #security .content>.image>.icn>svg{
	color: #fff;
	width: auto;
	height: 100px;
}
#service #web .content>.image>.icn.h7>svg,
#service #security .content>.image>.icn.h7>svg{
	height: 70px;
}
#service #web .content>.image>.icn>svg .web-icon,
#service #web .content>.image>.icn>svg .cms-icon,
#service #web .content>.image>.icn>svg .system-icon,
#service #web .content>.image>.icn>svg .seo-icon,
#service #web .content>.image>.icn>svg .consulting-icon,
#service #security .content>.image>.icn>svg .guidance-icon,
#service #security .content>.image>.icn>svg .event-icon,
#service #security .content>.image>.icn>svg .road-icon,
#service #security .content>.image>.icn>svg .facility-icon{
	fill: none;
	stroke: currentColor;
	color: #fff;
}
#service #security .content>.image>.icn>svg .guidance-icon{
	stroke-width: 8px;
}
#service #security .content>.image>.icn>svg .event-icon{
	stroke-width: 2px;
}
#service #security .content>.image>.icn>svg .road-icon{
	stroke-width: 0.7px;
}
#service #security .content>.image>.icn>svg .facility-icon{
	stroke-width: 2px;
}
#service #web .content>.image>.bg,
#service #security .content>.image>.bg{
	overflow: hidden;
	box-sizing: border-box;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	padding: 10px;
}
#service #web .content>.image>.bg>.bg_inner,
#service #security .content>.image>.bg>.bg_inner{
	position: relative;
	width: 100%;
	height: 100%;
}
#service #web .content>.image>.bg .rect,
#service #security .content>.image>.bg .rect{
	position: absolute;
	top: 0;
	width: 100%;
	height: 100%;
	background: #24d2f0;
	background: -moz-linear-gradient(left,  rgba(204,224,244,0.51) 0%, rgba(30,156,215,0.51) 57%, rgba(0,117,190,0.51) 87%, rgba(0,91,151,0.51) 99%, rgba(0,91,151,0.51) 100%);
	background: -webkit-linear-gradient(left,  rgba(204,224,244,0.51) 0%,rgba(30,156,215,0.51) 57%,rgba(0,117,190,0.51) 87%,rgba(0,91,151,0.51) 99%,rgba(0,91,151,0.51) 100%);
	background: linear-gradient(to right,  rgba(204,224,244,0.51) 0%,rgba(30,156,215,0.51) 57%,rgba(0,117,190,0.51) 87%,rgba(0,91,151,0.51) 99%,rgba(0,91,151,0.51) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#82cce0f4', endColorstr='#82005b97',GradientType=1 );
	opacity: 0;
	filter: alpha(opacity=0);
}
#service #security .content>.image>.bg .rect{
	background: -moz-linear-gradient(left,  rgba(255,224,255,0.51) 0%, rgba(255,156,255,0.51) 39%, rgba(255,117,255,0.51) 87%, rgba(255,91,255,0.51) 99%, rgba(255,91,255,0.51) 100%);
	background: -webkit-linear-gradient(left,  rgba(255,224,255,0.51) 0%,rgba(255,156,255,0.51) 39%,rgba(255,117,255,0.51) 87%,rgba(255,91,255,0.51) 99%,rgba(255,91,255,0.51) 100%);
	background: linear-gradient(to right,  rgba(255,224,255,0.51) 0%,rgba(255,156,255,0.51) 39%,rgba(255,117,255,0.51) 87%,rgba(255,91,255,0.51) 99%,rgba(255,91,255,0.51) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#82ffe0ff', endColorstr='#82ff5bff',GradientType=1 );
}
#service #web .content>.image>.bg .line,
#service #security .content>.image>.bg .line{
	position: absolute;
	background: #fff;
}
#service #web .content>.image>.bg .line.top,
#service #web .content>.image>.bg .line.bottom,
#service #security .content>.image>.bg .line.top,
#service #security .content>.image>.bg .line.bottom{
	width: 0;
	/*width: 100%;*/
	height: 2px;
}
#service #web .content>.image>.bg .line.left,
#service #web .content>.image>.bg .line.right,
#service #security .content>.image>.bg .line.left,
#service #security .content>.image>.bg .line.right{
	height: 0;
	/*height: 100%;*/
	width: 2px;
}
#service #web .content>.image>.bg .line.top,
#service #security .content>.image>.bg .line.top{top: 0; left: 0;}
#service #web .content>.image>.bg .line.right,
#service #security .content>.image>.bg .line.right{top: 0; right: 0;}
#service #web .content>.image>.bg .line.bottom,
#service #security .content>.image>.bg .line.bottom{bottom: 0; right: 0;}
#service #web .content>.image>.bg .line.left,
#service #security .content>.image>.bg .line.left{bottom: 0; left: 0;}


#service #web .content>.image>.bg .line.top,
#service #security .content>.image>.bg .line.top{transition: width .1s linear .3s;}
#service #web .content>.image>.bg .line.right,
#service #security .content>.image>.bg .line.right{transition: height .1s linear .2s;}
#service #web .content>.image>.bg .line.bottom,
#service #security .content>.image>.bg .line.bottom{transition: width .1s linear .1s;}
#service #web .content>.image>.bg .line.left,
#service #security .content>.image>.bg .line.left{transition: height .1s linear 0s;}

#service #web .content[data-object="active"]>.image>.bg .line.top,
#service #web .content[data-object="active"]>.image>.bg .line.bottom,
#service #security .content[data-object="active"]>.image>.bg .line.top,
#service #security .content[data-object="active"]>.image>.bg .line.bottom{ width: 100%;}
#service #web .content[data-object="active"]>.image>.bg .line.right,
#service #web .content[data-object="active"]>.image>.bg .line.left,
#service #security .content[data-object="active"]>.image>.bg .line.right,
#service #security .content[data-object="active"]>.image>.bg .line.left{ height: 100%;}

#service #web .content[data-object="active"]>.image>.bg .line.top,
#service #security .content[data-object="active"]>.image>.bg .line.top{transition: width .1s linear;}
#service #web .content[data-object="active"]>.image>.bg .line.right,
#service #security .content[data-object="active"]>.image>.bg .line.right{transition: height .1s linear .1s;}
#service #web .content[data-object="active"]>.image>.bg .line.bottom,
#service #security .content[data-object="active"]>.image>.bg .line.bottom{transition: width .1s linear .2s;}
#service #web .content[data-object="active"]>.image>.bg .line.left,
#service #security .content[data-object="active"]>.image>.bg .line.left{transition: height .1s linear .3s;}

#service #web .content[data-object="active"]>.image>.bg .rect,
#service #security .content[data-object="active"]>.image>.bg .rect{
	opacity: 1;
	transition: opacity .4s cubic-bezier(0.47, 0, 0.745, 0.715) .4s;
}
#service #web .content>.cont,
#service #security .content>.cont{
	display: inline-block;
	margin: 0 0 0 auto;
	background: #101010  url(../img/bg.svg) center bottom no-repeat;
	background-size: cover;
	padding: 40px;
	line-height: 0;
	width: 400px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	position: absolute;
	bottom: -50px;
	right: 0;
}
#service #web .content:nth-child(odd)>.cont,
#service #security .content:nth-child(odd)>.cont{
	right: inherit;
	left: 0;
}
#service #web .content>.cont>h4,
#service #security .content>.cont>h4{
	text-align: center;
	color: #fff;
	font-size: 2.2rem;
	line-height: 160%;
	margin: 0 auto 40px;
	position: relative;
}
#service #web .content>.cont>h4:after,
#service #security .content>.cont>h4:after{
	content: '';
	width: 0;
	height: 2px;
	display: block;
	position: absolute;
	bottom: -18px;
	left: 50%;
	margin-left: 0;
	background: -moz-linear-gradient(left,  rgba(204,224,244,0.51) 0%, rgba(30,156,215,0.51) 57%, rgba(0,117,190,0.51) 87%, rgba(0,91,151,0.51) 99%, rgba(0,91,151,0.51) 100%);
	background: -webkit-linear-gradient(left,  rgba(204,224,244,0.51) 0%,rgba(30,156,215,0.51) 57%,rgba(0,117,190,0.51) 87%,rgba(0,91,151,0.51) 99%,rgba(0,91,151,0.51) 100%);
	background: linear-gradient(to right,  rgba(204,224,244,0.51) 0%,rgba(30,156,215,0.51) 57%,rgba(0,117,190,0.51) 87%,rgba(0,91,151,0.51) 99%,rgba(0,91,151,0.51) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#82cce0f4', endColorstr='#82005b97',GradientType=1 );
	-webkit-transition: 0.5s ease-in-out;
	-moz-transition: 0.5s ease-in-out;
	-o-transition: 0.5s ease-in-out;
	transition: 0.5s ease-in-out;
}
#service #security .content>.cont>h4:after{
	background: -moz-linear-gradient(left,  rgba(255,224,255,0.51) 0%, rgba(255,156,255,0.51) 39%, rgba(255,117,255,0.51) 87%, rgba(255,91,255,0.51) 99%, rgba(255,91,255,0.51) 100%);
	background: -webkit-linear-gradient(left,  rgba(255,224,255,0.51) 0%,rgba(255,156,255,0.51) 39%,rgba(255,117,255,0.51) 87%,rgba(255,91,255,0.51) 99%,rgba(255,91,255,0.51) 100%);
	background: linear-gradient(to right,  rgba(255,224,255,0.51) 0%,rgba(255,156,255,0.51) 39%,rgba(255,117,255,0.51) 87%,rgba(255,91,255,0.51) 99%,rgba(255,91,255,0.51) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#82ffe0ff', endColorstr='#82ff5bff',GradientType=1 );
}
#service #web .content[data-object="active"]>.cont>h4:after,
#service #security .content[data-object="active"]>.cont>h4:after{
	width: 30%;
	margin-left: -15%;
}
#service #web .content>.cont>p,
#service #security .content>.cont>p{
	text-align: center;
	color: #fff;
	font-size: 1.4rem;
	line-height: 180%;
}
@media (max-width:899px){
	#service #web .content>.image,
	#service #security .content>.image{
		width: 100%;
	}
	#service #web .content>.cont,
	#service #security .content>.cont{
		position: relative;
		bottom: initial;
		right: initial;
		width: 85%;
		margin-top: -80px;
		z-index: 10;
	}
}


#service #service-contents{
	margin: 0 auto 120px;
}
#service #service-contents .content{
	line-height: 100%;
	letter-spacing: -0.4em;
	text-align: center;
}
#service #service-contents .content .wwd{
	display: inline-block;
	letter-spacing: normal;
	vertical-align: top;
	width: 40%;
	margin: 0 5%;
}
#service #service-contents .content .wwd[data="web"]{
	padding-top: 10px;
}
#service #service-contents .content .wwd .icon{
	width: 100%;
	margin: 0 auto 40px;
	line-height: 0;
	text-align: center;
}
#service #service-contents .content .wwd .icon>a{
	display: block;
	position: relative;
}
#service #service-contents .content .wwd .icon>a:after{
	content: none;
}
#service #service-contents .content .wwd .icon img{
	width: auto;
	height: 145px;
}
#service #service-contents .content .wwd .icon>a>i{
	text-align: center;
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	filter:alpha(opacity=0);
	-moz-opacity: 0;
	opacity: 0;
	-webkit-transition: 0.3s ease-in-out;
	-moz-transition: 0.3s ease-in-out;
	-o-transition: 0.3s ease-in-out;
	transition: 0.3s ease-in-out;
}
#service #service-contents .content .wwd .icon>a:hover>i{
	filter:alpha(opacity=100);
	-moz-opacity: 1;
	opacity: 1;
}
#service #service-contents .content .wwd[data="web"] .icon img{
	width: auto;
	height: 135px;
}
#service #service-contents .content .wwd h3{
	font-size: 3.8rem;
	line-height: 100%;
	color: #29392b;
	padding: 0;
	margin: 0 auto 30px;
	text-align: left;
	font-weight: normal;
	border: none;
}
#service #service-contents .content .wwd h3>a{
	color: #29392b;
	-webkit-transition: 0.3s ease-in-out;
	-moz-transition: 0.3s ease-in-out;
	-o-transition: 0.3s ease-in-out;
	transition: 0.3s ease-in-out;
	position: relative;
}
#service #service-contents .content .wwd h3>a:after{
	content: none;
}
#service #service-contents .content .wwd h3>a:hover{
	color: #e35292;
	text-decoration: none;
}
#service #service-contents .content .wwd h3>a:after{
	content: '';
	width: 0;
	height: 0;
	background: #e35292;
	position: absolute;
	left: 0;
	bottom: 0;
	-webkit-transition: 0.3s ease-in-out;
	-moz-transition: 0.3s ease-in-out;
	-o-transition: 0.3s ease-in-out;
	transition: 0.3s ease-in-out;
}
@media (min-width: 768px){
	#service #service-contents .content .wwd h3>a:hover:after{
		width: 100%;
		height: 1px;
	}
}
#service #service-contents .content .wwd .txt{
	font-size: 1.6rem;
	line-height: 160%;
	text-align: left;
}


#service #contents>.title>p>span{
	display: inline-block;
	font-size: 2rem;
	color: #29392b;
	line-height: 100%;
}
#service #contents h2>span{
	color: #248727;
}
#service #contents #security{
	background: #f7f7f7 url(../img/bg.svg) center bottom no-repeat;
	background-size: 100%;
	padding: 0 0 120px;
}
#service #contents #web{
	background: #fff url(../img/bg.svg) center bottom no-repeat;
	background-size: 100%;
	padding: 0 0 120px;
}
#service #contents .service-img{
	width: 100%;
	line-height: 0;
	background: #f7f7f7;
	text-align: center;
	margin: 0 auto 40px;
}
#service #contents .service-img>img{
	max-width: 100%;
	height: auto;
}
#service #contents h4{
	text-align: center;
	font-size: 4.6rem;
	margin: 0 auto 10px;
	font-weight: normal;
}
#service #contents .greeting{
	margin: 0 auto 80px;
}
#service #contents .greeting>h4+p{
	font-size: 2rem;
}
#service #contents .greeting strong{
	font-size: 1.8rem;
	font-weight: bold;
}
#service #contents .signature{
	text-align: right;
	margin: 20px auto 0;
	font-size: 2rem;
}
#service #contacts{
	background: #248727 url(../img/bg.svg) 0 0 no-repeat;
	background-size: cover;
	margin-top: 0;
}
#service #contacts h2>span{
	color: #fff
}
#service #contacts .content>h3,
#service #contacts .content p{
	color: #fff;
}
#service #contacts .content .btn>a{
	color: #248727;
	background: #fff;
}

#service #web-nav{
	display: block;
	letter-spacing: -0.4em;
	line-height: 0;
}
#service #web-nav>li{
	display: inline-block;
	letter-spacing: normal;
	line-height: 0;
	padding: 0;
	margin: 0 1em 1em;
	font-size: 1.6rem;
}
#service #web-nav>li>a{
	display: block;
	padding: 1rem;
	color: #29392b;
	border: 1px solid #29392b;
	line-height: 140%;
	min-width: 5em;
	-webkit-transition: 0.3s ease-in-out;
	-moz-transition: 0.3s ease-in-out;
	-o-transition: 0.3s ease-in-out;
	transition: 0.3s ease-in-out;
}
#service #web-nav>li>a:hover{
	color: #fff;
	text-decoration: none;
	background: rgba(41, 57, 43, 0.7);
}
#service #web-nav>li>a>img{
	display: block;
	margin: 10px auto 0;
	width: 30px;
	height: auto;
	background: rgba(41, 57, 43, 0.7);
}
#service #web-nav>li>a:hover>img{
	background: none;
}
#service #web-nav>li>a>i>img{
	display: block;
	margin: 0 auto 15px;
	width: auto;
	height: 60px;
}




/*Works
------------------------------------------*/
#works #contents>.title>p>span{
	display: inline-block;
	font-size: 2rem;
	color: #29392b;
	line-height: 100%;
}
#works #contents h2>span{
	color: #1CA7CB;
}
#works #contents>.title+.inner>h3{
	margin-bottom: 0;
}
#works #contacts{
	background: #1CA7CB url(../img/bg.svg) 0 0 no-repeat;
	background-size: cover;
	margin-top: 0;
}
#works #contacts h2>span{
	color: #fff
}
#works #contacts .content>h3,
#works #contacts .content p{
	color: #fff;
}
#works #contacts .content .btn>a{
	color: #1CA7CB;
	background: #fff;
}
#works #work{
	background: #fff url(../img/bg.svg) center center no-repeat;
	background-size: cover;
	padding: 0 0 120px;
}
#works #work .content{
	line-height: 100%;
	letter-spacing: -0.4em;
	text-align: left;
}
#works #work .content>section{
	display: inline-block;
	letter-spacing: normal;
	vertical-align: top;
	width: 30%;
	margin: 0 1.66666666% 40px;
}
#works #work .content>section .img{
	line-height: 0;
	margin: 0 auto 15px;
	padding: 0;
}
#works #work .content>section .img img{
	width: 100%;
	height: auto;
	-webkit-transition: 0.3s ease-in-out;
	-moz-transition: 0.3s ease-in-out;
	-o-transition: 0.3s ease-in-out;
	transition: 0.3s ease-in-out;
}
#works #work .content>section .img>a{
	display: block;
	line-height: 100%;
	overflow: hidden;
	position: relative;
}
#works #work .content>section .img>a>p{
	border: 5px solid rgba(255, 255, 255, 0.2);
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	color: #fff;
	font-size: 1.4rem;
	line-height: 180%;
	display: -webkit-flex;
	display: flex;
	text-align: center;
	-webkit-align-items: center;
	align-items: center;
	-webkit-justify-content: center;
	justify-content: center;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(41, 57, 43, 0.8);
	vertical-align: middle;
	filter:alpha(opacity=0);
	-moz-opacity: 0;
	opacity: 0;
	-webkit-transition: 0.3s ease-in-out;
	-moz-transition: 0.3s ease-in-out;
	-o-transition: 0.3s ease-in-out;
	transition: 0.3s ease-in-out;
}
#works #work .content>section .img>a>p>span{
	display: inline;
}
#works #work .content>section .img>a[data-hover="active"]>img{
	transform: scale(1.3, 1.3);
	-webkit-transform: scale(1.3, 1.3);
	-moz-transform: scale(1.3, 1.3);
	-o-transform: scale(1.3, 1.3);
	-ms-transform: scale(1.3, 1.3);
}
#works #work .content>section .img>a[data-hover="active"]>p{
	filter:alpha(opacity=100);
	-moz-opacity: 1;
	opacity: 1;
}

#works #work .content>section h3{
	font-size: 1.6rem;
	color: #333;
	line-height: 120%;
	padding: 0;
	margin: 0 auto;
	text-align: center;
	font-weight: normal;
	border: 0;
}
#works #work .content>section h3 a{
	color: #29392b;
	position: relative;
}
#works #work .content>section h3 a:hover{
	text-decoration: none;
}
#works #work .content>section h3>a:after{
	content: '';
	width: 0;
	height: 0;
	background: #29392b;
	position: absolute;
	left: 0;
	bottom: 0;
	-webkit-transition: 0.3s ease-in-out;
	-moz-transition: 0.3s ease-in-out;
	-o-transition: 0.3s ease-in-out;
	transition: 0.3s ease-in-out;
}
#works #work .content>section h3>a:hover:after{
	width: 100%;
	height: 1px;
}

#works #work .content>#single{
	display: block;
	letter-spacing: -0.4em;
	width: 100%;
	margin: 0 auto;
}
#works #work .content>#single h3{
	font-size: 2.4rem;
	line-height: 100%;
	text-align: left;
	letter-spacing: normal;
	padding: 18px 1em;
	margin: 0 auto 20px;
	font-weight: 100;
	border: none;
	background: #1CA7CB;
	color: #fff;
}
#works #work .content>#single>.img{
	line-height: 0;
	display: inline-block;
	width: 30%;
	letter-spacing: normal;
	margin: 0 5% 0 0;
	vertical-align: top;
}
#works #work .content>#single>.img>a{
	display: block;
	margin: 0 auto 20px;
	cursor: pointer;
}
#works #work .content>#single>.img>a:after{
	width: 100%;
	height: 100%;
	opacity: 0;
	background: rgba(41, 57, 43, 0.8);
	border: 5px solid rgba(255, 255, 255, 0.2);
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
#works #work .content>#single>.img>a:hover:after{
	opacity: 1;
}
#works #work .content>#single>.img>a:last-child{
	margin-bottom: 0;
}
#works #work .content>#single>.content_area{
	display: inline-block;
	width: 65%;
	letter-spacing: normal;
	margin: 0 auto;
	vertical-align: top;
}
#works #work .content>#single>.content_area .com{
	font-size: 1.4rem;
	line-height: 160%;
	text-align: left;
	color: #29392b;
	margin: 0 auto 30px;
}
#works #work .content>#single>.content_area .com p{
	font-size: 1.6rem;
	line-height: 200%;
	text-align: left;
	color: #29392b;
	margin: 0 auto 1em;
}
#works #work .content>#single>.content_area .com p:last-child{
	margin-bottom: 0;
}
#works #work .content>#single h4{
	font-size: 1.8rem;
	line-height: 100%;
	text-align: left;
	margin: 0 auto 10px;
	color: #1CA7CB;
	border-top: 1px solid #1CA7CB;
	border-bottom: 1px solid #1CA7CB;
	padding: 14px 10px;
}
#works #work .content>#single .service{
	display: block;
	letter-spacing: -0.4em;
	margin: 0 auto 40px;
}
#works #work .content>#single .service>li{
	display: inline-block;
	letter-spacing: normal;
	color: #29392b;
	font-size: 1.6rem;
	line-height: 160%;
}
#works #work .content>#single .service>li:first-child:before{
	content: '/';
	padding-right: 0.5em;
}
#works #work .content>#single .service>li:after{
	content: '/';
	padding-left: 0.5em;
	padding-right: 0.5em;
}
#works #work .content>#single .btn{
	display: block;
	text-align: right;
	line-height: 0;
	margin: 30px auto 0;
}
#works #work .content>#single .btn>a{
	display: inline-block;
	border: 1px solid #29392b;
	color: #29392b;
	background: url(/img/blank.svg) right 10px top 10px no-repeat;
	background-size: 10px auto;
	font-size: 1.6rem;
	line-height: 100%;
	padding: 1em 2.5em 1em 2em;
	-webkit-transition: 0.3s ease-in-out;
	-moz-transition: 0.3s ease-in-out;
	-o-transition: 0.3s ease-in-out;
	transition: 0.3s ease-in-out;
}
#works #work .content>#single .btn>a:hover{
	background: url(/img/blank_on_works.svg) right 10px top 10px no-repeat;
	background-size: 10px auto;
	text-decoration: none;
	border: 1px solid #1CA7CB;
	color: #1CA7CB;
}
#works #work .content>#single .btn>a:after{
	content: none;
}




/*News
------------------------------------------*/
#news #contents>.title>p>span{
	display: inline-block;
	font-size: 2rem;
	color: #29392b;
	line-height: 100%;
}
#news #contents h2>span{
	color: #C3D917;
}
#news #contents>.title+.inner>h3{
	margin-bottom: 0;
}
#news #contacts{
	background: #C3D917 url(../img/bg.svg) 0 0 no-repeat;
	background-size: cover;
	margin-top: 0;
}
#news #contacts h2>span{
	color: #fff
}
#news #contacts .content>h3,
#news #contacts .content p{
	color: #fff;
}
#news #contacts .content .btn>a{
	color: #C3D917;
	background: #fff;
}
#news #news-area{
	background: #fff url(../img/bg.svg) center center no-repeat;
	background-size: cover;
	padding: 0 0 120px;
}
#news #news-area section>h3{
	border: none;
	background: #C3D917;
	color: #fff;
	margin-bottom: 20px;
}
#news #news-area section>.comn{
	font-size: 1.4rem;
	line-height: 180%;
	text-align: left;
	margin: 0 auto 60px;
	padding: 0 20px;
}
#news #news-area section>.comn p{
	margin: 0 auto 20px;
}
#news #news-area section>.comn .img{
	float: left;
	margin: 0 20px 20px 0;
	max-width: 35%;
	line-height: 0;
	border: 1px solid #eee;
}
#news #news-area section>.comn .img img{
	max-width: 100%;
	height: auto;
}
#news #news-area section>.comn p:last-child{
	margin-bottom: 0;
}





/*Recruit
------------------------------------------*/
#recruit #contents{
	background: #fff url(../img/bg.svg) center bottom no-repeat;
	background-size: 100%;
	padding: 0 0 120px;
}
#recruit #contents>.title{
	padding: 100px 0;
	background: url(../img/bg.svg) center bottom no-repeat,url(../img/recruit/title.jpg) center 75% no-repeat;
	background-size: cover;
}
#recruit #contents .title h2,
#recruit #contents .title p{
	text-shadow: 0 0 8px #fff,0 0 8px #fff,0 0 8px #fff;
}
#recruit #contents h2>span{
	color: #ED961A;
}
#recruit #contents .overview{
	margin-bottom: 160px;
}
#recruit #contents .overview>h3{
	margin-bottom: 0;
}
#recruit #contents .overview>.image{
	line-height: 0;
	position: relative;
	margin: 0 auto 20px;
}
#recruit #contents .overview>.image:after{
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: url(../img/bg.svg) center center no-repeat;
	background-size: cover;
}
#recruit #contents .overview>.image img{
	width: 100%;
	height: auto;
}
#recruit #contacts{
	background: #ED961A url(../img/bg.svg) 0 0 no-repeat;
	background-size: cover;
	margin-top: 0;
}
#recruit #contacts h2>span{
	color: #fff
}
#recruit #contacts .content>h3,
#recruit #contacts .content p{
	color: #fff;
}
#recruit #contacts .content .btn>a{
	color: #ED961A;
	background: #fff;
}
#recruit form th>span{
	color: #F00;
	font-size: 2rem;
	padding: 0 10px;
}
#recruit form .policy{
	width: 100%;
	height: 300px;
	border: 1px solid #ddd;
	overflow: scroll;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	padding: 20px;
	background: #fff;
}
#recruit form .policy h3{
	font-size: 1.8rem;
}
#recruit form .form-btn{
	display: block;
	letter-spacing: -0.4em;
	line-height: 100%;
	text-align: center;
	margin: 40px auto 0;
}
#recruit form .form-btn>li{
	display: inline-block;
	line-height: 100%;
	letter-spacing: normal;
	margin: 0 2em;
}
#recruit form .form-btn>li button{
	padding: 1em 2em;
	background: #EF9716;
	font-size: 1.6rem;
	cursor: pointer;
	outline: none;
	color: #fff;
	border: 0;
	-webkit-transition: 0.3s ease-in-out;
	-moz-transition: 0.3s ease-in-out;
	-o-transition: 0.3s ease-in-out;
	transition: 0.3s ease-in-out;
}
#recruit form .form-btn>li button[type="reset"]{
	background: #ccc;
	color: #29392b;
}
#recruit form .form-btn>li button:hover {
	filter:alpha(opacity=60);
	-moz-opacity: 0.6;
	opacity: 0.6;
}





/*Contact
------------------------------------------*/
#contact #contents{
	background: #fff url(../img/bg.svg) center bottom no-repeat;
	background-size: 100%;
	padding: 0 0 120px;
}
#contact #contents h2>span{
	color: #F4D016;
}
#contact form th>span{
	color: #F00;
	font-size: 2rem;
	padding: 0 10px;
}
#contact form .policy{
	width: 100%;
	height: 300px;
	border: 1px solid #ddd;
	overflow: scroll;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	padding: 20px;
	background: #fff;
}
#contact form .policy h3{
	font-size: 1.8rem;
}
#contact form .form-btn{
	display: block;
	letter-spacing: -0.4em;
	line-height: 100%;
	text-align: center;
	margin: 40px auto 0;
}
#contact form .form-btn>li{
	display: inline-block;
	line-height: 100%;
	letter-spacing: normal;
	margin: 0 2em;
}




/*Privacy Policy
------------------------------------------*/
#contents #privacy{
	line-height:160%;
	margin: 0 auto;
	font-size: 1.4rem;
	line-height: 160%;
	color: #333;
	text-align: left;
}
#policy #contents h2>span{
	color: #00A7A5;
}
#contents #privacy p{
	font-size: 1.4rem;
}
#contents #privacy dt{
	padding: 1px 0 0;
	margin: 0 0 10px;
	line-height: 110%;
	font-weight: bolder;
	font-size: 1.6rem;
}
#contents #privacy dd{
	margin-bottom: 30px;
	margin-left: 1em;
}
#contents #privacy .bc{
	background-color: #00A7A5;
	padding: 20px 50px;
	text-align: center;
	color: #fff;
}
#contents #privacy .list{
	margin-left: 1.5em;
}
#contents #privacy .list li{
	margin-left: 1.5em;
	text-indent: -1.5em;
	margin: 0 auto;
}
#contents #privacy .mb030{margin-bottom: 30px;}
#contents #privacy .mb040{margin-bottom: 40px;}




/*Site Map
------------------------------------------*/
#sitemap #sitemaps{
	letter-spacing: -0.4em;
	text-align: center;
}
#sitemap #contents h2>span{
	color: #00A7A5;
}
#sitemap ul.textlink{
	display: inline-block;
	letter-spacing: normal;
}
#sitemap ul.textlink>li{
	text-align: left;
	margin-bottom:20px;
	font-size: 1.6rem;
	position: relative;
}
#sitemap ul.textlink>li:before{
	content: '';
	position: absolute;
	left: -0.8em;
	top: 0.3em;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 5px 0 5px 6px;
	border-color: transparent transparent transparent #29392b;
}
#sitemap ul.textlink>li>ul{
	margin-top: 1em;
}
#sitemap ul.textlink>li li{
	margin-left: 1em;
	position: relative;
	font-size: 1.6rem;
	text-align: left;
	margin-bottom: 1em;
}
#sitemap ul.textlink>li li:before{
	content: '・';
	position: absolute;
	left: -0.8em;
	top: 0;
}