@@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: 1080px; font-family: "MS Pゴシック"; background-image: url(../material/back.png); background-size: 100% 100%;}
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{
  display: none;
}
.tell:after {
  content:"";
  display: block;
  clear:both;
}
.humberger-menu{
  display: none;
}
.smart-top{
  display: none;
}
.inner-picture{
  display: none;
}
.menu:after {
  content:"";
  display: block;
  clear:both;
}
.menu{
  width: 1080px;
  margin: 0 auto 10px;
}
.menu img{
  width: 100%;
}
.menu-left{
  width: 100px;
  float: left;
  margin-right: 50px;
}
.menu-right{
  float: right;
  margin-left: 50px;
  font-family: "arial black";
}
.menu-right ul{
  margin-bottom: 20px;
}
.menu-right li{
  display: inline-block;
  margin-right: 20px;
}
.menu-flat{
  width: 1200px;
  min-width: 1080px;
  margin: 0 auto 10px;
}
.menu-flat li{
  display: inline-block;
  width: 234.5px;
  height: 60px;
  font-size: 22px;
  padding-top: 20px;
  text-align: center;
  border-left: 1px solid;
  font-family: "osaka";
}
.menu-flat-right{
  border-right: 1px solid;
}
.menu-flat p{
  font-size: 10px;
  color: #f00;
}
.fa-phone{
  color: #47A738;
}
.fa-envelope{
  color: #B0CB52;
}
.licenter{
  border-left: solid 1px #47A738;
}
.lileft{
  border-left: solid 1px #47A738;
}
.liright{
  border-left: solid 1px #47A738;
  border-right: solid 1px #47A738;
}
#top {
    overflow: hidden;
    position: relative;
    min-width: 1080px;
    height: 550px;
    margin-bottom: 50px;
}
#top img {
    display: none;
    width: 1200px;
    height: 550px;
    position: absolute;
    left: 50%;
    margin-left: -600px;
}
.no-js #top img:first-child {
    display: inline;
}

.contents{
  width: 1080px;
  margin: 0 auto;
  font-family:-apple-system,BlinkMacSystemFont,"Helvetica Neue","游ゴシック Medium",YuGothic,YuGothicM,"Hiragino Kaku Gothic ProN",メイリオ,Meiryo,sans-serif;
}
.greeding h3{
border-left: 6px solid #000;
padding-left: 10px;
font-size: 23px;
margin-bottom: 10px;
line-height: 150%;
}
.greeding:after {
  content:"";
  display: block;
  clear:both;
}
.greeding-left{
  float: left;
  margin-right: 60px;
}
.greeding-left img{
  width: 90px;
  margin-left: 30px;
  margin-bottom: 20px;
}
.greeding-right{
  float: left;
  width: 800px;
}
.greeding-right p{
  line-height: 250%;
}
.ceo{
  float: right;
  font-size: 20px;
}
.space{
  margin-right: 30px;
  margin-left: 20px;
}
.sec2:after {
  content:"";
  display: block;
  clear:both;
}
.sec2{
  margin-bottom: 30px;
}
.sec2-left{
  float: left;
  width: 50px;
  border-top:6px solid #000;
  margin-right: 40px;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  text-align: center;
}
.sec2-center{
  float: left;
  margin-top: 20px;
  margin-right: 50px;
}
.sec2-center p{
  border-bottom: 1px dotted #000;
  margin-top: 10px;
  padding-bottom: 10px;
}
.sec2-right {
  float: left;
  width: 500px;
}
.sec2-right iframe{
  width: 100%;
  height: 300px;
}
.link li{
  display: inline-block;
  width: 200px;
  margin-left: 2%;
  margin-right: 2%;
}
.link img{
  width: 100%;
}
.link{
  margin-bottom: 30px;
  text-align: center;
}
.insert{
  width: 100%;
  background-color: #260b0b;
  padding-top: 5px;
  padding-bottom: 5px;
  margin-bottom: 30px;
}
.insert img{
  width: 100%;
}
.inner{
  width: 95%;
  margin: 0 auto;
}
.contents h3{
  width: 100%;
  background-color: #B0CB52;
  padding: 10px;
  border-left: solid 4px #47A738;
  margin-bottom: 20px;
  color: #fff;
}
.company-message{
  margin-bottom: 50px;
  line-height: 200%;
}
.company-prof{
  text-align: left;
  padding-bottom: 100px;
}
.company-prof table{
  border: solid 1px #D1D6DD;
  border-collapse: collapse;
  padding-bottom: 30px;
  width: 700px;
  margin: 0 auto;
}
.company-prof th{
  width: 130px;
  background-color: #8CB696;
  border: solid 1px #D1D6DD;
  padding-left: 30px;
  color: #fff;
}
.company-prof td{
  border: solid 1px #D1D6DD;
  background-color: #fff;
  padding-left: 30px;
  width: 560px;
}
.company-prof tr{
  height: 70px;
}
.company-prof iframe{
  width: 100%;
  height: 450px;
  margin-top: 60px;
  margin-bottom: 30px;
}
.recruit{
  margin-bottom: 40px;
}
.recruit:after {
  content:"";
  display: block;
  clear:both;
  width: 100%;
}
.recruit-photo{
  float: left;
  width: 33%;
  margin-left: 2%;
  margin-right: 3%;
}
.recruit-photo img{
  width: 100%;
}
.recruit-text{
  float: left;
  width: 62%;
  text-align: left;
  line-height: 200%;
}
.contactform{
  text-align: center;
  font-size: 15px;
  margin-bottom: 40px;
}
.nyuryoku{
  width: 760px;
  margin:auto;
  margin-top: 30px;
}
.nyuryoku li{
  display: inline-block;
}
.nyuryoku tr{
  height: 70px;
}
.nyuryoku th{
  width: 160px;
  text-align: right;
  padding-right: 70px;
}
.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;/*線を消す*/
}
.service-menu h2{
  color: #0e62aa;
  margin-bottom: 20px;
}
.service-all:after {
  content:"";
  display: block;
  clear:both;
  width: 100%;
}
.service-all{
  margin-bottom: 50px;
  margin-top: 30px;
}
.service-left{
  float: left;
  width: 60%;
  margin-right: 5%;
  line-height: 200%;
}
.service-left h4{
  font-size: 20px;
  color: #379439;
  margin-bottom: 10px;
}
.service-left img{
  width: 50%;
}

.service-right{
  float: left;
  width: 35%;
}
.service-right img{
  width: 100%;
}
.service-flow{
  text-align: center;
}
.service-flow img{
  width: 70%;
  margin-left: 15%;
}
.policy{
  margin-bottom: 40px;
}
.policy li{
  margin-bottom: 15px;
  font-size: 18px;
}
.work-photo ul{
  margin-top: 10px;
  margin-bottom: 20px;
}
.work-photo li{
  display: inline-block;
  width: 46%;
  margin-left: 1%;
  margin-right: 1%;
}
.work-photo img{
  width: 100%;
}
.contens-c{
  width: 960px;
  margin:auto;
}
.contens-c p{
margin-top: 30px;
}
.confirm {
  width: 700px;
  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;
  border-top: solid 2px #fff;
}
.copyright{
  padding: 10px;
  bottom: 0;
}
.footer-all:after {
  content:"";
  display: block;
  clear:both;
}
.footer-all{
  width: 92%;
  margin: 0 auto;
  padding-top: 30px;
  padding-bottom: 30px;
}
.footer-all img{
  width: 80px;
}
.footer-l{
  float: left;
  margin-right: 20px;
  padding-top: 30px;
}
.footer-l h1{
  color: #47A738;
  font-size: 18px;
  margin-bottom: 10px;
}
.footer-c{
  float: left;
}
.footer-r{
  float: right;
}
.footer-all li{
  display: inline-block;
  padding-left: 13px;
  padding-right: 13px;
  margin-bottom: 15px;
  font-size: 18px;
  color: #B0CB52;
}
.footer-l img{
  width: 100%;
}
.smart-link{
  display: none;
}











