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

/*全体*/

.clearfix:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;}

.clearfix { display: inline-table; }

body{
	font-family:"メイリオ",sans-serif;
	background-image:url(../img/bk.jpg);
	color:#333333;}

#wrapper{
	margin:0 auto;}


	
	
/*トップ*/
.header_top{
	width:956px;
	height:60px;
	margin:0 auto;
	padding: 0 22px;}

.top{
	margin:0 auto;
	height:950px;
	background-image:url(../img/main.jpg);
	background-position:top center;
	padding-top:30px;
	min-width: 1000px;}
	
.nav_top{
	float:left;}

/*TOP header menu*/
.header_top ul{
	margin-top:15px;}
	
.nav_top ul li{
	display:inline-block;
	margin-right:60px;
	font-size:23px;}
	
.nav_top a{
	text-decoration:none;
	color:#ffffff;}

.nav_top li a:hover{
	opacity:0.6;
	transition-duration:0.5s;
	-moz-transition-duration:0.5s;
	-webkit-transition-duration:0.5s;}

.header_top .tel{
	float:right;}

/*TOP page h1*/
.logo_top{
	width:1000px;
	margin:0 auto;
	position:relative;
	top:350px;}
.logo_top img{
	display: block;
	float: left;}
.logo_top h1{
	font-size:17px;
	font-weight:normal;
	float: left;
	margin: 45px 0 0 60px;}
	
	
/*コンテンツ*/
	
#contents{
	font-size:12px;}
#contents .hdg_index {
	float:left;
	margin-top:12px;}

/*サービス*/

.service{
	width:1000px;
	margin:auto;
	padding-bottom:60px;}

.box01{
	width:1000px;
	height:100px;
	margin:0 auto 60px auto;
	padding-top:60px;}

.text{
	float:left;
	margin:50px 0 0 50px;
	line-height:1.6;}
	
.service .box02{
	width:1000px;
	margin:0 auto 60px auto;
	display:-webkit-box;/*--- Android ---*/
	display:-ms-flexbox;/*--- IE10 ---*/
	display: -webkit-flex;/*--- safari ---*/
	display:flex;
	-webkit-box-pack:justify;/*--- Android ---*/
	-ms-flex-pack:justify;/*--- IE10 ---*/
	-webkit-justify-content:space-between;/*--- safari ---*/
	justify-content:space-between;
	text-align:center;}
	
.service .creative{
	width:200px;
	/*float:left;
	margin-right:30px;
	margin-left:55px;*/}

.event,.web,.media{
	width:200px;
	/*float:left;
	margin-right:30px;*/}
	
.icon{
	margin-bottom:20px;}

#contents h2{
	font-size:18px;
	font-weight:bold;}
	
.line{
	margin-bottom:20px;}
	
.service li{
	margin-bottom:15px;
}
	
.service li:last-child{
	margin-bottom:20px;}
	
.service .btn_more{
	margin-bottom:60px;
	text-align:center;}	

	
	
/*事例*/

.works{
	background-color:#000000;
	padding-bottom:60px;
	min-width: 1000px;
	}
	
.box06{
	width:1000px;
	margin:0 auto;}
	
.works .box01{}

.works .text{
	color:#ffffff;}
	
.works ul{
	margin-bottom:60px;}
	
.works .btn_more{
	width:320px;
	margin:0 auto 60px auto;}
	
.slider li p{
	color:#ffffff;
	font-size:16px;
	margin-bottom:10px;
	line-height:1.4;}
	
.slider li img{
	margin-bottom:15px;}
	
.slider li{
	text-align:center;
	width:300px;}
	
.slider{
	margin:0 auto;}
	
.slick-slide{
	width: 300px;
	}
	
	
	
/*企業概要*/

.company{
	padding-bottom:20px;
	width:1000px;
	margin:0 auto;
}
	
table{
	width:480px;
	border-top:dotted 1px #585858;}

table tr{
	border-bottom:dotted 1px #585858;
}
table td{
	text-align:left;
	vertical-align:middle;
	line-height:1.3rem;
	padding:20px;}
	
table th{
	text-align:left;
	width: 145px;
	vertical-align:middle;
	font-weight: normal;
	padding-left:15px;}
	
.hdg2_company{
	font-weight:bold;
	font-size:16px;
	text-align:left;
	margin-bottom: 15px;}
	
.text_access{
	position:absolute;
	top: 0;
	right: 0;}
	
.text_access img{
	vertical-align:middle;
	margin-right:5px;}
	
.box03 .btn_more{
	margin-top:55px;
	text-align:center;}	
	
.box04{
	width:480px;
	margin-right:30px;}
	
.box05{
	width:490px;
	position:relative;}
	
.box03{
	width:1000px;
	margin:0 auto 60px auto;
  display: flex;
  justify-content: space-between;
}	
	
.box03:after{
	content:" ";
	display:block;
	clear:both;}
	
.jump{
	text-align:right;
	}
	
.jump a:hover{
	-ms-filter:alpha(opacity=60);
	filter:alpha(opacity=60);
	-moz-opacity:0.6;
	opacity:0.6;}

.recruit_ttl {
  font-size: 130%;
  font-weight: bold;
}
.recruit_subttl {
  font-size: 110%;
  margin-top: 20px;
}
.recruit_tell {
  font-size: 150%;
  margin-top: 7px;
  border-bottom: 1px solid;
  display: inline-block;
}
.company-map {
  margin-bottom: 30px;
}
.company-area{
  width:1000px;
	height:100px;
	margin:0 auto 50px auto;
	padding-top:60px;
  display: flex;
  justify-content: space-between;
}

/*sub page*/
.header_page {
	background:#fff;
	padding: 23px 0;
	min-width: 1000px;
}
.header_page img {
	display:block;
}
.header_page .box {
	width: 1000px;
	margin: 0 auto;
	overflow: hidden;
}
.nav_page {
	float:left;
	margin-top: 25px;
}
.nav_page ul li{
	display: inline-block;
	margin-right: 34px;
}
.nav_page ul li a {
	font-size:22px;
	color:#000000;
	text-decoration:none;
}
.nav_page ul li a:hover {
	opacity:0.6;
	transition-duration:0.5s;
	-moz-transition-duration:0.5s;
	-webkit-transition-duration:0.5s;}
	
.header_page h1 {
	float: left;
	margin-right: 60px;
}
.header_page h1 a {

}
.header_page .tel {
	float:right;
}

.ttl_page {
	background-image: url(../img/bg_ttl_page.png);
	background-position: center top;
	margin-bottom: 75px;
	min-width: 1000px;
}
.box_pagettl {
	width: 1000px;
	margin: 0 auto;
	padding: 38px 0;
	overflow: hidden;
}
.box_pagettl h1 {
	float:left;
	margin: 0 55px 0 65px;
}
.text_pagettl {
	font-size: 12px;
	line-height:1.2rem;
	color:#fff;
	margin-top: 38px;
}
#contents .inner {
	width:1000px;
	margin: 0 auto 15px;
}

/*サービスページ*/

.service_page h1{
	width: 870px;
	font-size: 32px;
	display: flex;
	display: -webkit-flex; /* Safari */
    align-items: center;
	 -webkit-align-items: center;
    text-align: center;
	margin-bottom: 50px;
}
.service_page h1:before,
.service_page h1:after {
    border-top: 2px solid #ED1C29;
    content: "";
    display: inline; /* for IE */
    flex-grow: 1;
	-webkit-flex-grow: 1; /* Safari */
	
}
.service_page h1:before {
    margin-right: 47px;
}

.service_page h1:after {
    margin-left: 47px;
}
.service_page h1 img {
	vertical-align: middle;
	margin-right: 15px;
}
.box_se-text img {
	display:block;
}
.box_se-text p{
	font-size: 14px;
	line-height:1.8rem;
	width: 392px;
}
.box_service01,
.box_service02{
	width: 870px;
	margin: 0 auto 100px;
}
.box_service01 img{
	float: left;
	margin-right: 32px;
}
.box_service01 p{
	float:right;
}
.box_service02 img{
	float:right;
}
.box_service02 p{
	float: left;
	margin-right: 32px;
}

/*実績ページ*/
.hdg_works {
	font-size: 26px;
	text-align: center;
	border-bottom: solid 5px #EC3A39;
	width: 320px;
	margin: 0 auto 35px;
	padding-bottom: 10px;
}
.advertisement {
	width: 870px;
	margin: 0 auto 100px;	
}
.advertisement ul {
	display:-webkit-box;/*--- Android ---*/
	display:-ms-flexbox;/*--- IE10 ---*/
	display: -webkit-flex;/*--- safari ---*/
	display:flex;
	-webkit-box-pack:justify;/*--- Android ---*/
	-ms-flex-pack:justify;/*--- IE10 ---*/
	-webkit-justify-content:space-between;/*--- safari ---*/
	justify-content:space-between;
}
.advertisement ul li {
	display:inline-block;
	text-align: center;
}
.ttl_works {
	margin-top: 20px;
	font-size: 16px;
	line-height: 1.4rem;
	text-align: center;
}
.promotion {
	width: 560px;
	margin: 0 auto 100px;
}
.promotion .ttl_works {
	margin: 30px 0 50px;
}
.works-gl {
  width: 65%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  flex-wrap: wrap;
  margin: 0 auto;
}
.works-gl__item {
  margin-top: 40px;
}
/*フッター*/

footer{
	background: #000;
	min-width: 1000px;}
	
footer .menu{
	width:956px;
	height:60px;
	margin:0 auto;
	padding: 30px 22px 26px;}
	
footer .menu nav{
	margin-top:20px;
	float: left;}
	
.copy:before {
	content:"";
	background-image:url(../img/bg_footer.jpg);
	background-position:center;
	height: 144px;
	display:block;
	width: 100%;
	margin-bottom: 20px;
	min-width: 1000px;
}
footer .menu nav li{
	display:inline-block;
	margin-right: 40px;}

footer .menu nav a {
	font-size: 23px;
	color:#fff;
	text-decoration: none;}
	
footer .menu nav a:hover{
	opacity:0.6;
	transition-duration:0.5s;
	-moz-transition-duration:0.5s;
	-webkit-transition-duration:0.5s;}
	
footer .tel {
	float: right;}

.copy{
	font-size:10px;
	color:#ffffff;
	width:100%;
	text-align:center;
	margin:0 auto;
	padding-bottom: 20px;
}


	