@@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); font-family: "MS Pゴシック";}
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; }


.topvalue{
  text-align: center;
  background-color: #0066c8;
  color: #fff;
}
.catch{
  display: none;
}
.tell:after {
  content:"";
  display: block;
  clear:both;
}
.smart-toppicture{
  position: relative;
  width: 100%;
}
.smart-toppicture img{
  width: 100%;
}
.smart-text{
  position: absolute;
  width: 100%;
  text-align: center;
  top: 150px;
}
.smart-text h4{
  color: #fff;
  font-size: 30px;
  font-family: sans-serif;
  text-shadow: 1px 1px 0px #000,
    -1px 1px 0px #000,
    1px -1px 0px #000,
    -1px -1px 0px #000;
}
.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;
}
/* 最初のspanをマイナス45度に */
.toggle.active span:nth-child(1) {
    top: 15px;
    left: 4px;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    transform: rotate(-45deg);
}
/* 2番目と3番目のspanを45度に */
.toggle.active span:nth-child(2),
.toggle.active span:nth-child(3) {
    top: 15px;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    transform: rotate(45deg);
}

/* .global_nav */
.global_nav {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    transform: translateY(-100%);
    z-index: 2;
    padding-top: 50px;
    text-align: center;
    color: #000;
    background: #1b2b60;
    transition: all 0.8s;
}
.global_nav.sticky {
    position: fixed;
    bottom: 10px;
}
.global_nav .nav_li {
    width: 100%;
    padding: 10px;
    list-style-type: none;
}
.global_nav .nav_li a {
    display: block;
    color: #fff;
}
/* .global_navに.activeが追加 */
.global_nav.active {
    transform: translateY(0%);
}
.menu{
  display: none;
  width: 1020px;
  margin: 0 auto 30px;
}
.licenter{
  border-left: solid 1px #cccccc;
}
.lileft{
  border-left: solid 1px #cccccc;
}
.liright{
  border-left: solid 1px #cccccc;
  border-right: solid 1px #cccccc;
}
.inner-picture{
  width: 100%;
}
.inner-picture img{
  width: 100%;
}
.inner{
  width: 95%;
  margin:0 auto;
}
#top {
  display: none;
    overflow: hidden;
    position: relative;
    min-width: 1080px;
    height: 450px;
    margin-bottom: 50px;
}
#top img {
    display: none;
    width: 1200px;
    height: 450px;
    position: absolute;
    left: 50%;
    margin-left: -600px;
}
.no-js #top img:first-child {
    display: inline;
}
.lefttoright {
opacity : 0;
transform: translateX(-90px);
transition: all 3s;
}
.underup {
opacity : 0;
transform: translateY(90px);
transition: all 2s;
}
.contents{
  width: 100%;
  margin: 0 auto;
  font-family:-apple-system,BlinkMacSystemFont,"Helvetica Neue","游ゴシック Medium",YuGothic,YuGothicM,"Hiragino Kaku Gothic ProN",メイリオ,Meiryo,sans-serif;
}
.contents h3{
  width: 100%;
  line-height: 200%;
  color: #fff;
  padding: 10px;
  margin-bottom: 20px;
  background-image: url(../material/line.png);
  background-repeat: no-repeat;
}
.greeding{
  margin-top: 30px;
}
.greeding:after {
  content:"";
  display: block;
  clear:both;
}
.greeding-left{
  float: left;
  margin-right: 60px;
  width: 20%;
  margin-right: 5%;
}
.greeding-left img{
  width: 60%;
  margin-left: 20%;
  margin-bottom: 20px;
}
.greeding-right{
  float: left;
  width: 75%;
  line-height: 150%;
}
.works{
  margin-bottom: 30px;
}
.works li{
  display: inline-block;
  margin-left: 2%;
  margin-right: 2%;
}
.service-right{
  width: 100%;
  margin-bottom: 30px;
}
.service-right img{
  width: 100%;
}
.link{
  width: 95%;
  margin:0 auto;
  text-align: center;
}
.link li{
  width: 70%;
  margin-bottom: 20px;
  margin-top: 20px;
  margin-left: 15%;
}
.link img{
  width: 100%;
}
.message p{
  margin-bottom: 20px;
}
 .ceo{
  margin-left: 50px;
  margin-bottom: 30px;
  margin-top: 40px;
  font-size: 20px;
 }
 .sec2:after {
  content:"";
  display: block;
  clear:both;
}
.sec2{
  width: 95%;
  margin: 0 auto 30px;
}
.sec2-left{
  float: left;
  width: 10%;
  margin-right: 5%;
}
.sec2-left img{
  width: 100%;
}
.sec2-center{
  float: left;
  width: 85%;
  line-height: 200%;
  margin-bottom: 30px;
}
.sec2-right{
  float: left;
  width: 100%;
  height: 250px;
  margin-bottom: 50px;
}
.sec2-right iframe{
  width: 100%;
  height: 250px;
}
.insert{
  width: 100%;
  background-color: #255287;
  padding-top: 5px;
  padding-bottom: 5px;
  margin-bottom: 30px;
}
.insert img{
  width: 100%;
}
.map{
  margin-bottom: 40px;
}
.map iframe{
  width: 100%;
  height: 350px;
}
.company-message{
  line-height: 150%;
  padding-bottom: 60px;
}
.company-message p{
  margin-bottom: 20px;
}
.company-prof{
  text-align: left;
}
.company-prof table{
  border: solid 1px #4983dc;
  border-collapse: collapse;
  margin-bottom: 30px;
}
.company-prof th{
  width: 130px;
  padding-left: 10px;
  background-color: #e9f5fb;
  border: solid 1px #4983dc;
}
.company-prof td{
  border: solid 1px #4983dc;
  padding-left: 30px;
  width: 560px;
}
.company-prof tr{
  height: 70px;
}
.company-prof iframe{
  width: 100%;
  height: 450px;
  margin-top: 60px;
  margin-bottom: 30px;
}
.service-menu h2{
  color: #0e62aa;
  margin-bottom: 20px;
}
.service-left{
  line-height: 150%;
}
.recruit{
  width: 80%;
  margin:0 auto 40px;
}
.recruit-photo img{
  width: 100%;
  margin-bottom: 30px;
}
.recruit-text{
  text-align: left;
  line-height: 150%;
}
.contactform{
  text-align: center;
  font-size: 15px;
  margin-bottom: 40px;
}
.nyuryoku{
  margin:auto;
  margin-top: 30px;
}
.nyuryoku li{
  display: inline-block;
}
.nyuryoku tr{
  height: 70px;
}
.nyuryoku th{
  width: 160px;
  text-align: right;
  padding-right: 10px;
}
.nyuryoku td{
  text-align: left;
}
.square_btn{
    display: inline-block;
    padding: 0.5em 1em;
    text-decoration: none;
    background: #668ad8;/*ボタン色*/
    color: #FFF;
    border-bottom: solid 4px #627295;
    border-radius: 3px;
}
.square_btn:active {/*ボタンを押したとき*/
    -ms-transform: translateY(4px);
    -webkit-transform: translateY(4px);
    transform: translateY(4px);/*下に動く*/
    border-bottom: none;/*線を消す*/
}
.work-photo{
  width: 80%;
  margin: 30px auto 0;
}
.work-photo li{
  width: 100%;
  margin-bottom: 30px;
}
.work-photo img{
  width: 100%;
}
.side-side{

}
.policy{
  margin-bottom: 40px;
}
.policy li{
  margin-bottom: 15px;
  font-size: 18px;
}
.confirm {
  width: 95%;
  margin: auto;
  padding-top: 30px;
  padding-bottom: 100px;
}
.confirm p{
  line-height: 200%;
}
.confirm h2{
  margin-top: 30px;
}


.footer-box{
  width: 100%;
  padding-top: 20px;
  color: white;
  background-color: rgba(0,0,0,0.2);
}
.footer-box:after{
  width: 100%;  
  content: "";  
  display: block;  
  clear: both;
}
.foot-left{
  width: 90%;
  margin: 0 auto;
  text-align: center;
  color: #255287;
}
.foot-left img{
  width: 100px;
  margin-left: 10%;
}
.foot-menu{
  width: 90%;
  margin: 0 auto;
  text-align: center;
  padding-bottom: 10px;
}
.foot-menu li{
  border:solid 2px #255287;
  display: inline-block;
  padding: 3px 20px;
  margin: 5px auto;
  color: #255287;
  background-color: #fff;
  box-shadow: 0 3px 3px rgba(0, 0, 0, .2), inset 0 1px 1px rgba(255, 255, 255, .7);
  text-shadow: 0px 1px 0px rgba(0, 0, 0, .4);
}
.foot-menu span{
  font-weight: bold;
  font-size: 18px;
}
.footer-map{
  display: none;
}
.foot-bottom{
  text-align: center;
  font-size: 14px;
  background-color: royalblue;
}
.foot-bottom span{
  color: orangered;
  font-size: 18px;
}












