@charset "utf-8";

@media screen and (max-width: 1023px){
/* Init tags
================================================*/
/*--- reset */
* {
    margin:0;
    padding:0;
    outline:0;
    vertical-align:baseline;
}


h1, h2, h3, h4, h5, h6, p {
	margin: 0;
}

address, em, cite, dfn, var {
  font-style: normal;
}

article,aside,details,figcaption,figure,
footer,header,hgroup,menu,nav,section {
    display:block;
}

hr {
    display:block;
    height:1px;
    border:0;
    border-top:1px solid #cccccc;
    margin:1em 0;
    padding:0;
}

ul {
	list-style:none;
	padding:0;
}
li {
	padding:0;
}

table {
  border-collapse: collapse;
}

table th{
  vertical-align:top;
}

input, select {
    vertical-align:middle;
}

a{
	text-decoration:none;
	color: #0048a0;
}

a {
    -webkit-tap-highlight-color:transparent;
}

a:hover{
	color: #444;
	text-decoration:none;
}

a img {
    border-style:none;
}

	
html,body {  
  -webkit-text-size-adjust: none;  
} 


body {
    margin:0;
	width:100%; 
    font: 14px/20px 'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro',Verdana,Arial,sans-serif;
	color: #444;
	background:#fff;
}



.center{
	text-align:center;
	margin:0 auto;
}

.left{
	text-align:left;
}


.right{
	text-align:right;
}

.right2 {
	text-align:right;
	padding-right: 30px;
}

img{
	height: auto;
	max-width: 100%;
	vertical-align: bottom;
}


.clearfix:after {
	content: ".";
	display: block;
	height: 0.1px;
	font-size: 0.1em;
	line-height: 0; 
	clear: both;
	visibility: hidden; 
}

.service{
	margin: 0px auto;
	text-align:left;
	font-size: 14px;
	line-height: 20px;
}

.s-img{
	margin: 10px 0;	
}

/* ---------------------------------------------------------------------
none
--------------------------------------------------------------------- */

.sp-none{
	display:none;
}



/* ---------------------------------------------------------------------
header
--------------------------------------------------------------------- */
#main{
	margin:0;
	overflow:hidden;
}

  
#header{
	height: 60px;
	width: 100%;
	background: rgb(0,0,0);
	background: -webkit-linear-gradient(left, rgba(80,80,80,0.6) 0%, rgba(0,0,0,0.6) 100%);
	background: -o-linear-gradient(left, rgba(80,80,80,0.6) 0%, rgba(0,0,0,0.6) 100%);
	background: linear-gradient(to right, rgba(80,80,80,0.6) 0%, rgba(0,0,0,0.6) 100%);
	position: fixed;
	top: 0;
	left: 0;
}


h1{
	margin:0 auto;
	width: 70px;
}


.menu{
	margin:0 auto;
}

.fmenu{
	padding-top:10px;
}

.menu li,
.fmenu li{
	list-style:none;
	float:left;
	text-align: center;
	width: 33.33%;
}

.menu li img,
.fmenu li img{
	height: 15px;
}

#top-banner{
	width: 100%;
	background:url("../images/top-bg.jpg") no-repeat center;
	background-size:cover;
	text-align:center;
	padding:200px 0;
	font-size: 18px;
	color: #fff;
	text-shadow:1px 1px 0px #000;
	line-height: 45px;
}

.contents{
	margin: 0 auto;
	padding:5px;
	text-align:left;
}

.title{
	margin: 0 auto;
	text-align:center;
	padding:10px 0 14px;
	width: 100%;
	background: rgb(0,0,0);
	background: -webkit-linear-gradient(left, rgba(80,80,80,1) 0%, rgba(0,0,0,1) 100%);
	background: -o-linear-gradient(left, rgba(80,80,80,1) 0%, rgba(0,0,0,1) 100%);
	background: linear-gradient(to right, rgba(80,80,80,1) 0%, rgba(0,0,0,1) 100%);
}

.title img{
	height: 20px;
}

.s-title{
	text-align:center;
	font-size:14px;	
}

.news-area{
	margin: 10px auto;
	text-align:left;
}

.news-area li{
	float: left;
	margin: 5px 0;
}

.n-img{
	float: left;
	width:  120px;
}

.n-info{
	margin-left: 130px;
}
.n-title{
	margin:0px 0 2px;
	font-weight: bold;
}

.works-area{
	margin: 20px;
	text-align:left;
}

.w-info{
	margin: 20px auto;
}


.w-title{
	margin:20px 0 8px;
	text-align: center;
	font-weight: bold;
}

.w-img{
	text-align: center;
}


.w-img img{
	border-radius: 50%;
	width: 290px;
}

.contact{
	margin: 20px 10px;
	text-align:center;
}

.tel{
	font-size: 30px;
	margin: 20px 0;
	font-weight: bold;
}

.pt-btn{
	width: 98%;
	margin: 4% 1%;
	background: url("../images/ar.svg")no-repeat 98%, -webkit-linear-gradient(left, rgba(80,80,80,1) 0%, rgba(0,0,0,1) 100%);
	background: url("../images/ar.svg")no-repeat 98%, -o-linear-gradient(left, rgba(80,80,80,1) 0%, rgba(0,0,0,1) 100%);
	background: url("../images/ar.svg")no-repeat 98%, linear-gradient(to right, rgba(80,80,80,1) 0%, rgba(0,0,0,1) 100%);
	padding: 20px 0;
	box-sizing: border-box;
	text-align: center;
	font-size: 16px;
	font-weight: bold;
	margin: 15px auto;
}

.pt-btn a{
	color: #fff;
	text-decoration: none;
	display: block;
}

.c-f{
	margin: 20px 0;
}


.company{
	width: 100%;
	background:#000;
	background-size:cover;
	text-align:center;
	padding:10px 0;
}


.company-area{
	margin: 10px auto;
	text-align:left;
	font-size: 12px;
	line-height: 22px;
	color: #fff;
	background-color: rgba(0,0,0,0.4);
	width: 90%;
}

.company-area dl {
	padding:10px;
}

.company-area dt {
	float:left;
 
}

.company-area dd {
 	margin-left:60px;
	
}


.recruitment{
	margin: 10px 20px;
	text-align:left;
}

.company-photo{
	float:left;
	width: 500px;
	height: 260px;
}

#map {
	height:320px;
	width:100%;
	margin:0;
}

.se-title{
	border-left: 5px solid #d1b702;
	padding-left: 10px;
	font-size: 16px;
	margin-bottom: 15px;
}

.stu{
	border-bottom: 1px dotted #999;
	margin: 10px 0;
	padding-bottom: 3px;
	font-size: 14px;
}


/* ---------------------------------------------------------------------
Footer
--------------------------------------------------------------------- */
#page-top {
	position: fixed;
	bottom: 10px;
	right: 10px;
	
}

#page-top img{
	width:40px;
	height:40px;

}

#footer{
	background: rgb(0,0,0);
	background: -webkit-linear-gradient(left, rgba(80,80,80,1) 0%, rgba(0,0,0,1) 100%);
	background: -o-linear-gradient(left, rgba(80,80,80,1) 0%, rgba(0,0,0,1) 100%);
	background: linear-gradient(to right, rgba(80,80,80,1) 0%, rgba(0,0,0,1) 100%);
	padding:0;
	text-align:center;
	color:#fff;
}


#footer li:last-child{
	border-right:none;
}

#footer a{
	color: #fff;
	display: block;
}


#footer .logo {
	padding-top: 20px;
	margin: 0 auto;
	width: 100px;
}

address {
	margin:0px auto;
	font-size: 10px;
	padding:20px 0;

}



}




/* ---------------------------------------------------------------------
iPad
--------------------------------------------------------------------- */

@media screen and (min-width: 768px) and (max-width: 1024px) {
}