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

html,body{
  font: 14px nomal "Josefin Sans", "ヒラギノ角ゴ Pro W3",  "メイリオ",  "ＭＳ Ｐゴシック",  sans-serif;
  line-height:2;
  width:100%;
  height:100%;
  color:#414141;
}

body{
  display:none;
}

::selection {
  background-color: #ec2d7e;
  color: #000;
}

::-moz-selection {
  background-color: #ec2d7e;
  color: #000;
}

img { width : auto}
img { max-width : 100%}


#wrap{
  width:100%;
  height:100%;
  min-height:100%;
  text-align:center;
  background:url(../img/bg_top.jpg);
  background-size:cover;
}

.cs {
  width: 180px;
  height: auto;
  float: left;
  margin:0 10px;
}
#wrap div.copy{
  width: 52%;
  left: 45%;
  top:50%;
  position: absolute;
  text-align: left;
}
#wrap h1{
  width: 100%;
  max-width: 534px;
}
#wrap p{
  color: #fff;
}

#contents{
  width:100%;
  height:auto;
  margin: auto;
  background:#fff;
  text-align: left;
}

.contents_in{
  padding:150px 0 60px;
}

li.online a{
  color: #dd3835;
}
h2{
  margin: 0 auto 50px;
  font-size: 40px;
  letter-spacing: 8px;
  height: 65px;
  text-align: center;
  border-bottom: solid 1px;
  padding-bottom: 20px;
}
h3{
  margin: 0 auto 40px auto;
  font-weight: ;
  font-size: 18px;
  letter-spacing: 3px;
}
h4.h4_title{
  font-size: 34px;
  width: 1000px;
  margin: auto;
  text-align: left;
  padding: 10% 0 5%;
  line-height: 3.5rem;
}
@media screen and (max-width:1000px){
h4.h4_title{
  font-size:  30px;
  width: 100%;
}
.tel_wrapper{
  margin-top:40px;
}
}

/*-------hedder----------*/

#headerWrap{
  width:100%;
  position:absolute;
  font-weight:bold;
}

#headerWrap h1{
  padding:70px 0 60px 0;
}

#header{
  width:100%;
  background-color: rgba(0,0,0,0.8);
  overflow:hidden;
  margin:0 auto;
  padding:5px 0;
  font-size:12px;
}
.fixed {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 10000;
}

#menu{
  list-style:none;
  max-width:980px;
  text-align: right;
  margin:0 auto;
}

#header li{
  display:inline-block;
  margin:0 10px;
  padding-top: 10px;
}

.point a {
  color:#fff;
  position:relative;
  display: inline-block;
  text-decoration: none;
}

.point a {
  -webkit-transition: 0.4s ease-in-out;
     -moz-transition: 0.4s ease-in-out;
       -o-transition: 0.4s ease-in-out;
          transition: 0.4s ease-in-out;
}
.point a:hover {
  opacity: 0.6;
  filter: alpha(opacity=60);
}

/*-------list----------*/
#list{
  width: 100%;
  background-image: url(../img/bg.gif);
}
.list_inner{
  width:980px;
  height:auto;
  margin:0 auto;
  text-align:center;
  overflow:hidden;
  padding:40px 0 40px 0;
  color: #fff;
}

.list_inner div{
  width:490px;
  line-height:1.8;
  float:left;
}
.list_inner div:first-child{
  padding-left:0px;
}
.list_inner h2{
  padding-bottom:40px;
}
.list_inner a img {
  -webkit-transition: 0.4s ease-in-out;
     -moz-transition: 0.4s ease-in-out;
       -o-transition: 0.4s ease-in-out;
          transition: 0.4s ease-in-out;
}
.list_inner a:hover img {
  opacity: 0.6;
  filter: alpha(opacity=60);
}


/*-------Company----------*/

#company{
  width:100%;
  height:600px;
  margin:0 auto;
  background:url(../img/bg_company.jpg) center no-repeat;
  background-size:cover;
  text-align:center;
  color: #fff;
}
dl {
  line-height: 2;
  letter-spacing: 2px;
  width: 500px;
  margin: 0 auto;

}
dl dt {
  clear: left;
  display: block;
  float: left;
  width: 140px;
  text-align: left;

}
dl dd {
  display: block;
  width: 360px;
  float: left;
  padding-bottom: 25px;
  text-align: left;
}
/*-------concept----------*/

.concept{
  width:1000px;
  padding-bottom: 100px;
  min-height: 500px;
  margin:0 auto;
  text-align:left;
  overflow: hidden;
}
@media screen and (max-width:1000px){
.concept{
  width:100%;
}}


.concept p{
  max-width: 640px;
  background: #fff;
  padding:0 50px;
  margin:0 auto;
  text-align:left;
  overflow: hidden;
}
/*-------ACCESS----------*/

#access{
  width:100%;
  height:auto;
  background: #fff;
  margin:0 auto;
  text-align:center;
  overflow: hidden;
}
/* Map */

#map_canvas,#map_canvas2{
  width: 100%;
  height: 400px;
  margin:0 auto;
}
/*-------recruit----------*/

#recruit{
  width:100%;
  padding-bottom: 100px;
  background: #fff;
  margin:0 auto;
  text-align:center;
  overflow: hidden;
}

/*-------footer----------*/

#footer{
  width:100%;
  height:100px;
  margin:0 auto;
  text-align:center;
  color:#fff;
  background-image:url(../img/bg.gif);

}

#footer p{
  padding-top:40px;
}

.slicknav_menu {
    display:none;
}


@media screen and (max-width:1000px){
.spnone{
  display:none;
}}

.margin-top100{
  margin-top: 100px;
}


