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

/*------------ 初期設定 ------------*/
p {
	line-height: 1.7;	
}

/*------------ 全体 ------------*/
html {
}

body {
	background-color: #000;
}

.cent{
	font-family: "Century Gothic", CenturyGothic, AppleGothic, sans-serif;
}

.preload * {
    -webkit-transition: none !important;
    -moz-transition: none !important;
    -ms-transition: none !important;
    -o-transition: none !important;
    transition: none !important;
}

/*------------ WRAPPER ------------*/
#wrapper {
}
#contents_wrapper{
	padding-top: 250px;
}

/*------------ HEADER ------------*/
#header{
	height: 151px;
	position: fixed;
	top: 0;
	background-color: #000;
	z-index: 100;
	width : 70%;
	width : -webkit-calc(100% - 380px - 60px);
	width : calc(100% - 380px - 60px);
}
#works #header{
	height: 250px;
}
.ttl_wrapper{
	padding-top: 120px;
	padding-bottom: 10px;
	border-bottom: 1px solid #FFF;
	margin-bottom: 0;
}
#works .ttl_wrapper{
	margin-bottom: 40px;
}
.ttl_wrapper h2,
.ttl_wrapper h3{
	display: inline-block;
	vertical-align: bottom;
}
.ttl_wrapper h3{
	font-size: 16px;
	font-weight: normal;
	margin-left: 40px;
	position: relative;
	top: 4px;
}
.nav_page li{
	display: inline-block;
	vertical-align: top;
	margin-right: 40px;
}
#contents_wrapper .nav_page li.active a{
	text-decoration: underline;
}


/*------------ NAVI ------------*/
#btn_menu{
	display:none;
}
#nav{
	width: 320px;
	height: 100vh;
	position: fixed;
	left: 0;
	top: 0;
	z-index: 100;
	overflow: auto;
	background-color: #FFF;
}
#nav_inner{
	padding: 120px 60px 0;
}
#nav h1{
	padding-bottom: 100px;
}
#gnav{
	padding-bottom: 100px;
}
#gnav li{
	margin-bottom: 20px;
}
#gnav li a{
	position: relative;
	display: block;
	border-left: 1px solid #000;
	padding: 20px;
	text-decoration: none;
	color: inherit;
	font-size: 16px;
	transition: background 0.15s linear;
	height: 20px;
}
#gnav li a:hover{
	background-color: #e1e1e1;
}
#gnav li a:before{
	content: "";
	display: block;
	width: 0;
	height: 0;
	border: 30px solid transparent;
	border-left: 30px solid #e1e1e1;
	position: absolute;
	right: -60px;
	top: 0;
	transition: opacity 0.15s linear;
	opacity: 0;
}
#gnav li a:hover:before{
	opacity: 1;
}
#gnav li a span{
	position: relative;
	left: 0px;
	transition: all 0.15s linear;
}
#gnav li a:hover span{
	left: 5px;
}
#sns li{
	display: inline-block;
	vertical-align: top;
	margin-right: 20px;
}
#sns li:last-child{
	margin-right: 0;
}

/*------------ TOP ------------*/
#contents_wrapper{
	margin-left: 380px;
	margin-right: 60px;
	max-width: 1220px;
	color: #FFF;
}
#contents_wrapper a{
	color: #FFF;
	text-decoration: none;
}
#contents_wrapper a:hover{
	text-decoration: underline;
}
.list_item_col5{
	margin-right: -25px;
}
.list_item_col5 li{
	width: 224px;
	margin-right: 25px;
	float: left;
	padding-bottom: 20px;
}
.list_item .pic{
	padding-bottom: 10px;
}
.list_item .body span.body{
	display: inline-block;
	vertical-align: top;
}
.list_item_col3{
	margin-right: -24px;
}
.list_item_col3 li{
	width: 390px;
	margin-right: 24px;
	float: left;
	padding-bottom: 20px;
}

.table_company{
	width: 100%;
}
.table_company th,
.table_company td{
	vertical-align: top;
	font-size: 16px;
	font-weight: normal;
	text-align: left;
	padding-bottom: 40px;
}
.table_company th{
	width: 140px;
}

.content_contact p{
	padding-bottom: 80px;
	font-size: 16px;
}

/*------------ FOOTER ------------*/

#footer{
}

/*-------- text_right --------*/
.t_right {
	text-align: right;
}

/*-------- text_left --------*/
.t_left {
	text-align: left;
}

/*-------- center --------*/
.t_center {
	text-align: center;
}

/*-------- left --------*/
.left {
	float: left;
}

/*-------- right --------*/
.right {
	float: right;
}

/*-------- ClearBoth --------*/
.cb {
	clear: both;
}

/*-------- COLOR --------*/

.red{
	color:#FF0000;
}

.orange{
	color:#FF6600;
}

.blue{
	color:#0097B2;
}

/*-------- FONT --------*/

.bold{
	font-weight:700;
}

.f10{
	font-size:10px;
}

.f14{
	font-size:14px;
}

/*-------- WIDTH --------*/

.w149{
	width:149px;	
}

.w180{
	width:180px;	
}

.w287{
	width:287px;
}

.w380{
	width:380px;
}

.w304{
	width:304px;
}

/*-------- HEIGHT --------*/

.h350{
	height:350px;	
}

.h375{
	height:375px;	
}

.h500{
	height:420px;	
}

.h600{
	height:470px;	
}

/*-------- MARGIN --------*/

.ml3{
	margin:0 0 0 3px;
}

.ml10{
	margin:0 0 0 10px;
}

.ml30{
	margin:0 0 0 30px;
}

.ml40{
	margin:0 0 0 40px;
}

.ml60{
	margin:0 0 0 60px;
}

.ml70{
	margin:0 0 0 70px;
}

.mb10{
	margin:0 0 10px 0;
}

.mb15{
	margin:0 0 15px 0;
}

.mt3{
	margin:3px 0 0 0;
}

.mt10{
	margin:10px 0 0 0;
}


.mt20{
	margin:20px 0 0 0;
}

.mt30{
	margin:30px 0 0 0;
}

/*-------- PADDING --------*/

.pt5{
	padding-top:5px;
}

.pt10{
	padding-top:10px;
}

.pt15{
	padding-top:15px;
}

.pt20{
	padding-top:20px;
}

.pt25{
	padding-top:25px;
}

.pt30{
	padding-top:30px;
}

.pt40{
	padding-top:40px;
}

.pt60{
	padding-top:60px;
}

.pl10{
	padding-left:10px;	
}

.pl12{
	padding-left:12px;	
}

.pl15{
	padding-left:15px;	
}

.pl20{
	padding-left:20px;	
}

.pl30{
	padding-left:30px;	
}

.pl40{
	padding-left:40px;	
}

.pl50{
	padding-left:50px;	
}

.pl60{
	padding-left:60px;	
}

.pl70{
	padding-left:70px;	
}

.pl80{
	padding-left:80px;	
}

.pl100{
	padding-left:100px;	
}

.pr100{
	padding-right:100px;	
}


.pb20{
	padding-bottom:20px;	
}

/*-------- COMMON --------*/

.pic{
}

.hidden{
	overflow:hidden;
}

.abs{
	position:absolute;
}

.ondes{
	color:#999999;
}






@media (min-width:670px) {
.sp{
	display:none !important;
}
}
@media (max-width:670px) {
.pc{
	display:none !important;
}
body{
	-webkit-text-size-adjust: 100%;
	font-size: 14px;
}
img{
	max-width:100%;
	height:auto;
}

/*------------ WRAPPER ------------*/

/*------------ HEADER ------------*/
#header{
	height: 49px;
	position: fixed;
	z-index: 50;
	width : 95%;
	width : -webkit-calc(100% - 20px);
	width : calc(100% - 20px);
}
#works #header{
	height: 85px;
}
.ttl_wrapper{
	padding-top: 20px;
	padding-bottom: 10px;
	border-bottom: 1px solid #FFF;
	margin-bottom: 0;
}
#works .ttl_wrapper{
	margin-bottom: 10px;
}
.ttl_wrapper h2,
.ttl_wrapper h3{
	display: inline-block;
	vertical-align: bottom;
}
.ttl_wrapper h2{
	width: 100px;
}
.ttl_wrapper h3{
	font-size: 12px;
	margin-left: 10px;
	top: 0px;
}
.nav_page li{
	display: inline-block;
	vertical-align: top;
	margin-right: 8px;
}
.nav_page li:last-child{
	margin-right: 0;
}
#contents_wrapper .nav_page li.active a{
	text-decoration: underline;
}

/*------------ NAVI ------------*/
#btn_menu{
	position:fixed;
	right:5px;
	top:5px;
    width: 34px;
    height:34px;
	display:block;
	z-index:2000;
	background-color: #000;
}
#btn_menu span {
    display: block;
    background: #FFF;
    width: 24px;
    height: 2px;
    position: absolute;
    left: 5px;
    transition: all 0.4s;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
}
#btn_menu span:first-child {
    top: 11px;
}
#btn_menu span:nth-child(2) {
    margin-top: -1px;
    top: 50%;
}
#btn_menu span:last-child {
    bottom: 11px;
}
#btn_menu.active span:first-child {
    -webkit-transform: translateY(5px) rotate(45deg);
    -moz-transform: translateY(5px) rotate(45deg);
    -ms-transform: translateY(5px) rotate(45deg);
    transform: translateY(5px) rotate(45deg);
}
#btn_menu.active span:nth-child(2) {
    opacity: 0;
}
#btn_menu.active span:last-child {
    -webkit-transform: translateY(-5px) rotate(-45deg);
    -moz-transform: translateY(-5px) rotate(-45deg);
    -ms-transform: translateY(-5px) rotate(-45deg);
    transform: translateY(-5px) rotate(-45deg);
}
#nav{
	width: 160px;
	left: -250px;
	transition: left 0.3s linear;
}
#nav.active{
	left: 0px;
}
.bg_cover{
	position: fixed;
	left: 0;
	right: 0;
	bottom: 0;
	top: 0;
	background-color: rgba(0,0,0,0.2);
	z-index: 80;
	display: none;
}
#nav_inner{
	padding: 40px 20px 0;
}
#nav h1{
	padding-bottom: 40px;
}
#gnav{
	padding-bottom: 25px;
}
#gnav li{
	margin-bottom: 15px;
}
#gnav li a{
	padding: 10px 15px;
	line-height: 1.7;
	font-size: 14px;
	height: auto;
}
#gnav li a:hover{
	background: none;
}
#gnav li a:before{
	display: none;
}
#gnav li a:hover span{
	left: 0;
}
#sns li{
	margin-right: 10px;
}
#sns li:last-child{
	margin-right: 0;
}

/*------------ TOP ------------*/
#contents_wrapper{
	margin-left: 0;
	margin-right: 0;
	padding: 70px 10px 10px;
	box-sizing: border-box;
	transition: filter 0.3s linear;
}
#works #contents_wrapper{
	padding: 85px 10px 10px;
}
#contents_wrapper.open{
  -webkit-filter: blur(3px);
  filter: blur(3px);
}
.list_item_col5{
	margin-right: 0;
}
.list_item_col5 li{
	width: 48.5%;
	margin-right: 0;
	float: left;
	padding-bottom: 0;
	margin-bottom: 6%;
}
.list_item .pic img{
	width: 100%;
}
.list_item_col3{
	margin-right: 0;
}
.list_item_col3 li{
	width: 100%;
	margin-right: 0;
	float: left;
	padding-bottom: 0;
	margin-bottom: 6%;
}
.list_item_col3 li:nth-child(odd),
.list_item_col5 li:nth-child(odd){
	clear: both;
}
.list_item_col3 li:nth-child(even),
.list_item_col5 li:nth-child(even){
	float: right;
}
.list_item .body span.ttl{
	display: block;
	font-size: 10px;
	padding-top: 8px;
}
.list_item .body span.body{
	display: inline-block;
}

.table_company th,
.table_company td{
	font-size: 14px;
	padding-bottom: 20px;
	display: block;
}
.table_company th{
	width: auto;
	padding-bottom: 5px;
	font-size: 10px;
}
.table_company td{
	padding-top: 0;
}

.content_contact p{
	padding-bottom: 20px;
	font-size: 14px;
}
.content_contact p a img{
	width: 26px;
}
}

