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

body {
	margin:0;
	background-color:#000;
	font-family: 'Noto Sans JP', sans-serif;
	font-weight: 400;
	font-size: 100%;
	animation: fadeIn 2s ease 0s 1 normal;
    -webkit-animation: fadeIn 2s ease 0s 1 normal;
}

@keyframes fadeIn {
    0% {opacity: 0}
    100% {opacity: 1}
}

@-webkit-keyframes fadeIn {
    0% {opacity: 0}
    100% {opacity: 1}
}

.bg_stripe_yellow {background-image:url(../../imges/common/back_stripe_yellow.gif);}
.bg_stripe_orange {background-image:url(../../imges/common/back_stripe_orange.gif);}
.bg_stripe_black {background-image:url(../../imges/common/back_stripe_black.gif);}
.bg_stripe_pink {background-image:url(../../imges/common/back_stripe_pink.gif);}

.margin_r10 { margin-right:10px; }

.bg_white { background-color:#fff; }
.bg_black { background-color:#000; }
.bg_yellow { background-color:#ffff00; }
.bg_pink { background-color:#ff7bac; }
.bg_orange { background-color:#f7931e; }
.bg_blue { background-color:#29abe2; }
.bg_skyblue { background-color:#00ffff; }

h1 {
	width:100%;
	height:20px;
	margin:0;
	font-size:13px;
	text-align:center;
	line-height:20px;
	color:#FFF;
	background-color:#000;
	display:block;
	top: 0;
	position: fixed;
	display: block;
}

#head {
	width:100%;
	margin:0;
	border-bottom:#000 5px solid;
	height:auto;
	float:left;
	top: 20px;
	position: fixed;
	display: block;
}

#logo {
	width: 200px;
	margin-top:20px;
	margin-left:20px;
	float:left;
}




/*************
/* page-top
*************/
.pagetop {
	position: fixed;
	bottom: 130px;
	right: 20px;
	font-size: 77%;
}

.pagetop a {
	background:#ffff00;
	text-decoration: none;
	color: #fff;
	width: 70px;
	padding:10px;
	text-align: center;
	text-decoration:none;
	display: block;
	border:#000 5px solid;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	cursor: pointer;
}
 
.pagetop a:hover {
	text-decoration: none;
	background: #ff7bac;
}

.pagetop p {
	font-size:150%;
	font-family:"Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-weight:bold;
}

#p_top {
	text-decoration:none;
}

/***************************
/*    FOOTER
/***************************/

#foot {
	float:left;
	width:100%;
	height:auto;
	margin:0;
	background-color:#000;
}

#foot_menu {
	padding:10px;
	float:left;
	margin:10px;
	border:#FFF 5px solid;
	border-radius: 10px;
	-moz-border-radius: 10px;
}

#foot_menu ul {
	margin:0;
	padding:0;
}

#foot_menu ul li {
	float:left;
	list-style:none;
	font-weight:bold;
}

#foot_menu ul li a {
	text-decoration:none;
	color:#000;
}

#foot_menu ul li a:hover {
	color:#070CF8;
}


#corpname {
	font-size:13px;
	line-height:15px;
	color:#FFF;
	padding:10px;
	float:left;
	margin:10px;
	border:#FFF 5px solid;
	border-radius: 10px;
	-moz-border-radius: 10px;
}

#copyname {
	clear:both;
	width:100%;
	height:20px;
	margin:0;
	border-top:#FFF 5px solid;
	font-size:15px;
	line-height:20px;
	text-align:center;
	color:#FFF;
}

/***************************
/*    CONTENTS
/***************************/


#cont_main {
	width:100%;
	margin:100px 0 0;
	float:left;
	border-bottom:#000 5px solid;
	display:block;
}

.cont_sub_tit {
	float:left;
	margin-left:20px;
}

.cont_point {
	float:right;
	margin-right:0;
}

#cont_main_textbox {
	float:right;
	overflow:hidden;
	margin-right:0;
	font-size:15px;
	line-height:18px;
	width:400px;
}

#cont_main_textbox p {
	font-weight:bold;
	margin-bottom:10px;
}

#serv_wrap {
	width:100%;
	float:left;
}

#serv_wrap h2 {
	width:80%;
	margin: 20px 10%;
	padding: 10px 0;
	text-align: center;
	font-family: "Audiowide", sans-serif;
	font-weight: 400;
	font-style: normal;
	background-color: #ffff00;
	box-shadow: 3px 3px 5px 0 #000;
	border-radius: 50px 0 0 0;
}

#serv_wrap .bg_orange h2 {
	background-color: #29abe2;
	color: #FFF;
}

#serv_wrap .bg_pink h2 {
	background-color: #FFF;
}

#serv_wrap .bg_yellow h2 {
	background-color: #000;
	color: #FFF;
}

.more {
	width: 100%;
	margin: 0;
	padding: 0;
	bottom: 0;
	position: relative;
	display: flex;
	text-align: center;
}

.more .btn {
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.5;
  position: relative;
  display: inline-block;
  margin: 0 auto;
  padding: 1rem 4rem;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  text-align: center;
  vertical-align: middle;
  text-decoration: none;
  letter-spacing: 0.1em;
  color: #212529;
  border-radius: 0.5rem;
}

.more a.btn-border {
  margin-bottom: 12px;
  padding: 20px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  border: 5px solid #000;
  background: -webkit-radial-gradient(#000 15%, rgba(0, 0, 0, 0) 16%),
    -webkit-radial-gradient(#000 15%, rgba(0, 0, 0, 0) 16%), #fc0;
  background: radial-gradient(#000 15%, rgba(0, 0, 0, 0) 16%),
    radial-gradient(#000 15%, rgba(0, 0, 0, 0) 16%), #fc0;
  background-position: 0 0, 6px 6px;
  background-clip: border-box;
  background-origin: padding-box;
  background-size: 12px 12px;
  font-family: "Audiowide", sans-serif;
	font-weight: 400;
}

.more a.btn-border span {
  position: relative;
  display: block;
  padding: 10px 20px;
  color: #000;
  border: 5px solid #000;
  border-radius: 0.5rem;
  background: #fff;
}

.more a.btn-border:hover {
  background-position: 0 0, 8px 8px;
  background-size: 16px 16px;
}

#serv_cat_box {
	float:left;
	margin:0
}

#serv_cat_tex {
	margin:50px 20px;
	height: 200px;
}

#serv_cat_tex li { margin-left:30px;}

#work_cat {
	width:40%;
	float:left;
	margin-left:5%;
	margin-top:20px;
	margin-bottom:20px;
	color:#FFF;
	background-color:#000;
	border-radius: 10px;
	-moz-border-radius: 10px;
	padding:20px;
}

#work_cat a:hover { opacity:0.7; }

/*********************************************************
/*        Profile
/*********************************************************/

#wrap_profile {
	width:80%;
	float:left;
	margin-left:10%;
	margin-top:20px;
	margin-bottom:30px;
	color:#000;
	border:#000 5px solid;
	background-color:#FFF;
	border-radius: 10px;
	-moz-border-radius: 10px;
	padding:20px;
}

#wrap_profile p {
	width:98%;
	border-bottom:#999 1px solid;
	letter-spacing:1px;
	padding-left:20px;
	font-weight:bold;
}

#wrap_profile p span {
	margin-left:20px;
	font-family: "Audiowide", sans-serif;
	font-weight: 400;
}

#wrap_profile aside {
	margin-left:40px;
	letter-spacing:1px;
}

#wrap_profile aside span {font-size:80%;}

#wrap_profile aside li { margin-left:20px; }

#message {
	width:80%;
	margin-top:20px;
	margin-bottom:20px;
	margin-left:10%;
	margin-right:10%;
	float:left;
}

/* PC用
------------------------------------------------------------*/
@media only screen and (min-width: 960px){
	
#wrap {
	width:960px;
	margin-left:auto;
	margin-right:auto;
	clear:both;
}

nav#mainNav{
	overflow:hidden;
	height:60px;
	width:700px;
	margin-top:10px;
	margin-right:20px;
	float:right;
}

nav#mainNav ul {
	margin:0;
	padding:0;
}

nav#mainNav ul li{
	float: left;
	position: relative;
	list-style:none;
	margin:0;
	width:140px;
	height:60px;
}

nav#mainNav ul li a{
	display: block;
	width:140px;
	height:60px;
	left:0;
	text-indent:-9999em;
	transition: ease 0.5s all;
}
	
nav#mainNav ul li a span{
	color:#FFF;
	font-size:10px;
}

nav div.panel{
	display:block !important;
	float:left;
}

a#menu{display:none;}

nav#mainNav li.active a,nav#mainNav li a:hover{
	background-image:url(../../imges/menu_top_act.gif) no-repeat;
	background-position:-0px 0px;
}

nav#mainNav ul li a.home { background-image:url(../../imges/common/menu_home_off.gif); }
nav#mainNav ul li a.service { background-image:url(../../imges/common/menu_service_off.gif); }
nav#mainNav ul li a.works { background-image:url(../../imges/common/menu_works_off.gif); }
nav#mainNav ul li a.profile { background-image:url(../../imges/common/menu_profile_off.gif); }
nav#mainNav ul li a.contact { background-image:url(../../imges/common/menu_contact_off.gif); }

nav#mainNav ul li a.home:hover { background-image:url(../../imges/common/menu_home_on.gif); }
nav#mainNav ul li a.service:hover { background-image:url(../../imges/common/menu_service_on.gif); }
nav#mainNav ul li a.works:hover { background-image:url(../../imges/common/menu_works_on.gif); }
nav#mainNav ul li a.profile:hover { background-image:url(../../imges/common/menu_profile_on.gif); }
nav#mainNav ul li a.contact:hover { background-image:url(../../imges/common/menu_contact_on.gif); }

nav#mainNav ul li a.home_act { background-image:url(../../imges/common/menu_home_on.gif); }
nav#mainNav ul li a.service_act { background-image:url(../../imges/common/menu_service_on.gif); }
nav#mainNav ul li a.works_act { background-image:url(../../imges/common/menu_works_on.gif); }
nav#mainNav ul li a.profile_act { background-image:url(../../imges/common/menu_profile_on.gif); }
nav#mainNav ul li a.contact_act { background-image:url(../../imges/common/menu_contact_on.gif); }

#cont_main { height:400px; }
#cont_main_textbox　{ width:400px; }

#serv_cat_box {
	width:25%;
	height:500px;
}

#serv_readmore {
	width:100%;
	margin-top:20px;
	float:left;
	text-align:center;
}

#serv_readmore a img {
	float:right;
	margin-right:10px;
}

#serv_readmore a {opacity:1.0;}
#serv_readmore a:hover {opacity:0.7;}
	
}

/* Dispray W-size 940px */
@media only screen and (max-width:959px){
*{
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
         -o-box-sizing: border-box;
        -ms-box-sizing: border-box;
            box-sizing: border-box;
}

nav#mainNav{
	clear:both;
	width:100%;
	margin:0;
	padding:0;
	background: -webkit-gradient(linear, left top, left bottom, color-stop(1, #2a1d12), color-stop(0.00, #000));
	background: -webkit-linear-gradient(top, #ffff00 0%, #ffff00 100%);
	background: -moz-linear-gradient(top, #ffff00 0%, #ffff00 100%);
	background: -o-linear-gradient(top, #ffff00 0%, #ffff00 100%);
	background: -ms-linear-gradient(top, #ffff00 0%, #ffff00 100%);
	background: linear-gradient(top, #ffff00 0%, #ffff00 100%);
	border-top:#000 5px solid;
}

nav#mainNav a.menu{
	width:100%;
	display:block;
	height:40px;
	line-height:40px;
	font-weight: bold;
	text-align:left;
	color:#000;
}

nav#mainNav a#menu span{padding-left:10px; font-weight:bold; font-size:110%;}
nav#mainNav a.menu span:before{content: "→ ";}
nav#mainNav a.menuOpen span:before{content: "↓ ";}

nav#mainNav a#menu:hover{cursor:pointer;}

nav .panel{
	display: none;
	width:100%;
	position: relative;
	right: 0;
	top:0;
	z-index: 1;
}

nav#mainNav ul li{
	float: none;
	clear:both;
	width:95%;
	height:auto;
	line-height:1.2;
	list-style:none;
}

nav#mainNav ul li a,nav#mainNav ul li.current-menu-item li a{
	display: block;
	padding:15px 10px;
	text-align:left;
	text-decoration:none;
	border-bottom:5px solid #000;
	color:#000;
	background:#ffff00;
	font-weight:bold;
}
	
nav#mainNav ul li a span{padding-left:10px; font-size:90%; letter-spacing:1px;}
	
nav#mainNav ul li:first-child a{border-top:1px dashed #777;}
	
nav#mainNav ul li:last-child a{border:0;}
	
nav#mainNav ul li.active a,nav#mainNav ul li a:hover{background-image:url(../imges/bg.gif);}

nav div.panel{float:none;}

/**********************
/*   CONTENTS
/**********************/

#cont_main { height:300px; }
#cont_main_textbox　{ width:300px; }

#cont_main_textbox {
	height:300px;
	width:35%;
}

#serv_cat_box {
	width:50%;
	height:500px;
}

#serv_cat_tex {
	margin:50px 20px;
	height: auto;
}

}

@media only screen and (max-width:960px){
#cont_main {
	margin:140px 0 0;
}

}

/* SmartPhone Wide(Land Scape) */
@media only screen and (max-width:640px){

/**********************
/*   CONTENTS
/**********************/

#cont_main { height:250px; }
#cont_main_textbox　{ width:250px; }

#serv_cat_box {
	width:100%;
	height:auto;
}

#cont_main_textbox {
	width:0;
	height:0;
	text-indent:-9999px;
}

}

/* Smart Phone Standard(Portlate) */
@media only screen and (max-width:480px){

/**********************
/*   CONTENTS
/**********************/

#cont_main { height:150px; }
#cont_main_textbox　{ width:200px; }

}
