@charset "UTF-8";

@import url(https://fonts.googleapis.com/earlyaccess/notosansjapanese.css);
@media screen and (min-width: 1024px){
	
 /* Reset */

* {
	margin:0;
	padding: 0;
}

h5, h6, pre, table, code, kbd, samp, acronym, input, textarea, select {
  font-size: 100%;
}

a, ins {
  text-decoration: none;
}

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

input, textarea {
  font-family: sans-serif;
  font-weight: normal;
}

img {
	vertical-align: bottom;
}

a img {
  border: none;
}




/* Setting */

html {
	height: 100%;
	font-size: 16px;
	line-height: 24px;
}
body {
	height: 100%;
	color: #444;
	background:#fff;
	font-family: 'Noto Sans Japanese', sans-serif, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ",Meiryo, sans-serif;
}


* html body { /* for IE6 */
  font-size: small;
}
  
*:first-child+html body { /* for IE7 */
  font-size: small;
}

ul {
  list-style-position: outside;
  list-style-type: none;
}

ol {
  list-style-position: outside;
}
  

table {
  border-collapse: collapse;
}

legend {
  color: #333;
}


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

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

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

.center {
	text-align:center;
}

.left{
	text-align:left;
}

.right {
	text-align:right;
}

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

.b{
	font-weight:bold;
}



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

.pc-none{
	display:none;
}


/* ---------------------------------------------------------------------
header
--------------------------------------------------------------------- */
#main{
}

#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;
}

.header{
	height: 60px;
	width: 1000px;
	margin: 0 auto;
}


#top-banner{
	background:url(../images/top-bg.jpg) center no-repeat #000;
	height:680px;
}


h1{
	margin-top: 5px;
	float: left;
}

.menu{
	margin:0 auto;
	height: 60px;
	float: right;
}

.menu li {
	list-style:none;
	float:left;
	text-align: center;
	height: 60px;
	box-sizing: border-box;
	margin: 0 10px;
	padding-top: 12px;
}




/* ---------------------------------------------------------------------
contents
--------------------------------------------------------------------- */
.contents{
	margin: 0 auto;
	padding:20px 0;
	text-align:left;
}


.title{
	margin: 0 auto;
	text-align:center;
	height: 60px;
	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: 24px;
	padding-top: 14px;
}

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

.news-area,
.works-area{
	margin: 40px auto;
	width:930px;
	text-align:left;
}

.news-area li,
.works-area li{
	float: left;
	width: 290px;
	margin: 10px;
	font-size: 14px;
	line-height: 24px;
}

.n-title{
	margin:20px 0 8px;
	font-weight: bold;
}

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

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

.contact{
	margin: 20px auto;
	text-align:center;
	font-size: 14px;
	line-height: 24px;
	width: 700px;
}

.tel{
	font-size: 40px;
	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: 30px 0;
	width: 460px;
	box-sizing: border-box;
	text-align: center;
	font-size: 20px;
	font-weight: bold;
	margin: 15px auto;
}

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

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



.company-area{
	margin: 40px auto;
	width:1000px;
	text-align:left;
	font-size: 14px;
	line-height: 40px;
}

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

.company-area dt {
	float:left;
 
}

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

.about{
	float:left;
	width: 500px;
}

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

.recruitment{
	margin: 40px auto;
	width:1000px;
	text-align:left;
	font-size: 14px;
	line-height: 24px;
}

.compa

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

.s-img{
	margin: 10px 0;	
}
/* ---------------------------------------------------------------------
Footer
--------------------------------------------------------------------- */
#page-top {
	position: fixed;
	bottom: 20px;
	right: 20px;
}

#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;
	font-size: 12px;
}

.fmenu{
	margin:0 auto;
	width: 900px;
}

.fmenu li {
	list-style:none;
	float:left;
	text-align: center;
	box-sizing: border-box;
	width: 300px;
	padding-top: 12px;
}

#footer .logo {
	padding:30px 0 0;
}


address {
	margin:0px auto;
	padding:20px 0;
}

}

