@@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-image: url(../material/back.png); background-size: 100% 100%; 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;
  padding-top: 20px;
  padding-bottom: 20px;
  text-align: center;
}
.topvalue img{
  width: 40px;
}
.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: 200px;
}
.smart-text h4{
  color: #fff;
  font-size: 22px;
  font-family: sans-serif;
  text-shadow: 1px 1px 0px #000,
    -1px 1px 0px #000,
    1px -1px 0px #000,
    -1px -1px 0px #000;
}
.menu-flat{
  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;
}
/* 最初の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: #B0CB52;
    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;
}

.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: 80%;
  background-color: #B0CB52;
  padding: 10px;
  border-left: solid 4px #47A738;
  margin-bottom: 20px;
  color: #fff;
}

.greeding{
  margin-top: 30px;
  margin-bottom: 40px;
}
.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-left: 15%;
}
.link img{
  width: 100%;
}
.message p{
  margin-bottom: 20px;
}
 .ceo{
  margin-left: 50px;
  margin-bottom: 30px;
  margin-top: 20px;
  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: #260b0b;
  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-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{
  width: 100%;
  background-color: rgba(220,221,221,0.9);
}
.copyright{
  width: 100%;
  text-align: center;
  color: #fff;
  background-color: #000;
}
.copyright{
  padding: 10px;
  bottom: 0;
  margin-bottom: 70px;
}
.footer-all:after {
  content:"";
  display: block;
  clear:both;
}
.footer-all{
  width: 92%;
  margin: 0 auto;
  padding-top: 30px;
  padding-bottom: 30px;

}
.footer-l{
  width: 98%;
  margin: 0 auto;
}
.footer-l h1{
  font-size: 14px;
}
.footer-l ul{
  display: none;
}
.footer-c{
  float: left;
  width: 65%;
  margin-left: 5%;
}
.footer-r{
  width: 30%;
  margin: 0 auto;
  margin-top: 30px;
}
.footer-r img{
  width: 100%;
}
.footer-r li{
  display: inline-block;
  padding: 13px;
  margin-bottom: 15px;
  background-color: #0066c8;
  color: #fff;
  border: solid 1px;
}
.footer-l img{
  width: 100%;
}
.smart-link{
  background-color: rgba(0,0,0,0.8);
  position: fixed;
  bottom:0;
  width: 100%;
  padding-top: 10px;
  padding-bottom: 10px;
}
.width50f i{
  margin-right: 20px;
}
.width50f{
  float: left;
  width: 48%;
  text-align: center;
}
.width50f p{
  padding-top: 12px;
  font-size: 20px;
}
.ctel{
  background-color: #00f;
  width: 95%;
  margin: 0 auto;
  border-radius: 7px;    /* CSS3草案 */
  -webkit-border-radius: 7px;  /* Safari,Google Chrome用 */
  -moz-border-radius: 7px; /* Firefox用 */
  height: 50px;
  color: #fff;
}
.cmail{
  background-color: #808000;
  width: 95%;
  margin: 0 auto;
  border-radius: 7px;    /* CSS3草案 */
  -webkit-border-radius: 7px;  /* Safari,Google Chrome用 */
  -moz-border-radius: 7px; /* Firefox用 */
  height: 50px;
  color: #fff;
}










