@@charset "UTF-8";

/* Base */
html { font-family: "Ropa Sans", "Hiragino Kaku Gothic ProN", "Meiryo", sans-serif; font-size: 16px; line-height: 1.5; }
body { background-color: rgb(255, 255, 255); color: rgb(0, 0, 0); min-width: 960px; }
h1, h2, h3, p, ul { margin: 0; }
ul { padding-left: 0; }
ul li { list-style-type: none; }
a { color: inherit; text-decoration: none; }
img { vertical-align: middle; }
.clearfix:before, .clearfix:after { content: " "; display: table; }
.clearfix:after { clear: both; }


/*
 * Hero header
 */
.headerall:after {
  content:"";
  display: block;
  clear:both;
  width: 100%;
}
.headerall{
  width: 100%;
  margin-bottom: 5px;
}
.headerleft{
  float: left;
  width: 70%;
}
.headerright{
  float: left;
  width: 25%;
  font-size: 13px;
  margin-top: 10px;
}
.headerleft img{
  height: 50px;
}
.smart-header{
  display: none;
}
.smart-toppicture{
  display: none;
}
.toptext{
  display: none;
}
#globalnavi {
  width: 100%;
  height: 60px;
  background-color: #173b80;
}
#globalnavi li{
  display: inline-block;
  width: 19%;
  text-align: center;
  font-size: 17px;
  margin-top: 17px;
  color: #fff;
}
#globalnavi.sticky {
    position: fixed;
    bottom: 10px;
}
.humberger-menu{
  display: none;
}
.toggle {
    position: fixed; /* bodyに対しての絶対位置指定 */
    right: 13px;
    top: 13px;
    display: block;
    width: 45px;
    height: 50px;
    cursor: pointer;
    z-index: 3;
    background: #ccc;
}
.toggle span {
    display: block;
    position: absolute; /* .toggleに対して */
    width: 70%;
    border-bottom: solid 3px #000;
    -webkit-transition: .35s ease-in-out;
    -moz-transition: .35s ease-in-out;
    transition: .35s ease-in-out;
    padding-top: 5px;
    right: 7px;
}
.toggle span:nth-child(1) {
    top: 3px;
}
.toggle span:nth-child(2) {
    top: 13px;
}
.toggle span:nth-child(3) {
    top: 23px;
}
.toggle span:nth-child(4) {
    border: none;
    top: 28px;
    left: 5px;
    font-size: 12px;
    font-weight: bold;
}
#toppicture{
  width: 100%;
}
#toppicture img{
  min-width: 960px;
  width: 100%;
}
#section h2{
  padding-top: 30px;
  margin-left: 10px;
  margin-bottom: 20px;
}
#section1{
  height: 350px;
  transition: opacity 0.7s;
  -moz-transition: opacity 0.7s;
  -webkit-transition: opacity 0.7s;
  -o-transition: opacity 0.7s;
  transition: transform 0.7s;
  -moz-transition: transform 0.7s;
  -webkit-transition: transform 0.7s;
  -o-transition: transform 0.7s;
}

#section1 li{
  display: inline-block;
  width: 24%;
  text-align: center;
  margin-top: 40px;
}
#section1 img{
  width: 100px;
}
#section1 p{
  margin-top: 10px;
  font-size: 12px;
  color: #6b6b6b;
}
#section2{
  height: 630px;
  transition: opacity 0.7s;
  -moz-transition: opacity 0.7s;
  -webkit-transition: opacity 0.7s;
  -o-transition: opacity 0.7s;
  transition: transform 0.7s;
  -moz-transition: transform 0.7s;
  -webkit-transition: transform 0.7s;
  -o-transition: transform 0.7s;
  background-image: url(../material/back.png);
  background-size: 100% 100% ;
}
#section2 h3{
  font-size: 35px;
}
#section2 p{
  margin-top: 40px;
  font-size: 18px;
}

.infiniteslide1{
  margin-top: 80px;
}
.infiniteslide1 img{
  height: 200px;
}
#section3{
  background-color: #aad7e2;
  height: 450px;
  opacity: 0;
  transform: translate(0,60px); 
  -webkit-transform: translate(0,60px); 
    -webkit-transform: translateY(40px);
    transform: translateY(40px);
    opacity: 0;
    -webkit-transition: 0.8s;
    transition: 0.8s;
}

#section3 li{
  display: inline-block;
  width: 27%;
  margin-left:2%;
  margin-right: 2%;
  text-align: center;
}
#section3 ul{
  margin:auto;
  padding-left:20px;
}

.recruitpage{
  text-align: center;
  margin-top: 90px;
}
#section4{
  height: 450px;
  text-align: left;
  transition: opacity 0.7s;
  -moz-transition: opacity 0.7s;
  -webkit-transition: opacity 0.7s;
  -o-transition: opacity 0.7s;
  transition: transform 0.7s;
  -moz-transition: transform 0.7s;
  -webkit-transition: transform 0.7s;
  -o-transition: transform 0.7s;
}
.section4all:after {
  content:"";
  display: block;
  clear:both;
  width: 100%;
  margin-bottom: 10px;
}
.section4all{
  font-size: 15px;
  margin: 0 auto;
  width: 80%;
}
.section4left{
  float: left;
  width: 45%;
  margin-bottom: 10px;
  margin-right: 2%;
}
.section4right{
  float: left;
  width: 45%;
  margin-left: 2%;
  margin-bottom: 10px;
}
#section4 tr {
  height: 50px;
}
#section4 td {
  width: 100px;
}
#contact{
  background-color: #f6f6f6;
  padding-bottom: 70px;
}
.contactform{
  text-align: center;
  padding-top: 30px;
  font-size: 15px;
}
.nyuryoku{
  width: 650px;
  margin:auto;
  margin-top: 30px;
}
.nyuryoku li{
  display: inline-block;
}
.nyuryoku tr{
  height: 70px;
}
.nyuryoku th{
  width: 150px;
  text-align: right;
  padding-right: 70px;
}
.nyuryoku td{
  text-align: left;
}
#news:after {
  content:"";
  display: block;
  clear:both;
  width: 100%;
  margin-bottom: 10px;
}
.news-text{
  float: left;
  width: 66%;
  margin-left: 5%;
}
.news-text p{
  margin-bottom: 15px;
}
.news-text li{
  display: inline-block;
}
.news-text ul{
  margin-bottom: 30px;
}
.news-text img{
  width: 150px;
}
.news-movie{
  float: left;
  width: 25%;
  margin-left: 3%;
}
.news-text h3{
  margin-bottom: 10px;
  color: #f00;
}
.page-inner{
  margin-bottom: 50px;
}
.page-inner img{
  width: 100%;
}
.privacy-message{
  width: 90%;
  margin: 0 auto;
  padding-top: 30px;
  padding-bottom: 70px;
}
.privacy-message-text{
  width: 100%;
  margin-top: 40px;
}
.privacy-title h3{
  font-size: 25px;
}
.privacy-title p{
  font-size: 12px;
}
.privacy-title hr{
  color: #c0c0c0
}
.privacy-message-text th{
  text-align: left;
}
.privacy-message-text table{
  margin:auto;
}
.privacy-message tr{
  height: 50px;
}
.privacy-message li{
  display: inline-block;
}
#formEnd{
  text-align: center;
}
.privacy-message form{
  margin-top: 40px;
}
.confirm{
  width: 90%;
  margin: 0 auto;
  padding-bottom: 70px;
}
footer{
  height: 250px;
  background-color: #173b80;
  color: #fff;
  text-align: center;
  padding-top: 30px;
}
footer img{
  height: 70px;
}
