@@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ゴシック";}
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; }


header{
  background-image: url(../material/top.jpg);
  background-size: 100% 100%;
  height: 600px;
}
.header:after {
  content:"";
  display: block;
  clear:both;
  width: 100%;
}
.header{
  width: 100%;
  background-color: rgba(0,0,0,0.6);
  height: 80px;
}
.inheader{
  width: 100%;
  height: 80px;
}
.header-contents{
  width: 1080px;
  margin: 0 auto;
}
.humberger-menu{
  display: none;
}
.smart-top{
  display: none;
}
.logo{
  float: left;
  width: 500px;
  height: 80px;
}
.adress{
  float: left;
  width: 350px;
  height: 70px;
  margin-left: 230px;
  color: #fff;
  font-family: "arial narrow";
}
.logo img{
  height: 50px;
  padding-top: 15px;
  padding-right: 10px;
}
.logo h1{
  color: #fff;
  font-family: 'Franklin Gothic Medium';
  font-size: 25px;
  margin-top: 20px;
}
.logoin{
  float: left;
  width: 500px;
  height: 90px;
}
.adressin{
  float: left;
  width: 350px;
  height: 90px;
  margin-left: 230px;
  font-family: "arial narrow";
}
.logoin img{
  height: 50px;
  padding-top: 15px;
  padding-right: 10px;
}
.logoin h1{
  font-family: 'Franklin Gothic Medium';
  font-size: 25px;
  margin-top: 20px;
}
.catch{
  font-size: 11px;
}
.ad{
  font-size: 20px;
}
.phone{
  font-size: 24px;
}
#menu{
  width: 100%;
  height: 70px;
  background-color: #013c8f;
  color: #fff;
  vertical-align: top;
}
#menu ul{
  width: 960px;
  margin: 0 auto;
}
#menu li{
  display: inline-block;
  text-align: center;
  margin-left: 50px;
  margin-right: 50px;
  padding-top: 15px;
}
#menu p{
  font-size: 12px;
}
.menu{
  width: 100%;
  height: 70px;
  background-color: #013c8f;
  color: #fff;
  vertical-align: top;
}
.menu ul{
  width: 960px;
  margin: 0 auto;
}
.menu li{
  display: inline-block;
  text-align: center;
  margin-left: 50px;
  margin-right: 50px;
  padding-top: 5px;
}
.menu p{
  font-size: 12px;
}
.inner-picture{
  width: 100%;
  position: relative;
}
.inner-guide{
  position: absolute;
  top: 70px;
  left: 40px;
  font-size: 40px;
  color: #1b2b60;
  text-shadow: 1px 1px 1px #fff;
}
.inner-picture img{
  width: 100%;
}
/* Primary nav */
.primary-nav {
    float: right;
    line-height: 65px;
    letter-spacing: 1px;
    text-transform: uppercase;
}
.primary-nav li {
    float: left;
}
.primary-nav a {
    display: block;
    padding: 0 1.36em;
}
.primary-nav a:hover {
    background-color: rgb(240, 240, 240);
}
/*about以降のページ*/
.breadcrumb {
  width: 100%;
  margin: 0 auto;
  padding-left:0;
  padding-top: 0px;
  height: 15px;
}
.breadcrumb li{
  display:inline;/*横に並ぶように*/
  list-style: none;
  font-size: 14px;
}
.breadcrumb li:after{/* >を表示*/
  content: '>';
  padding: 0 3px;
}
.breadcrumb li:last-child:after{
  content: '';
}
.breadcrumb li a {
  text-decoration: none;
}
.breadcrumb li a:hover {
    text-decoration: underline;
}
.underbar a{
  display: inline-block;
  position: relative;
  text-decoration: none;
}
.underbar a:before{
  content: "";
  position: absolute;
  left: 0;
  bottom: -4px;
  width: 100%;
  height: 3px;
  background: #fff;
  transform: scale(0, 1);
  transition: 0.4s;
}
.underbar a:hover:before {
  transform: scale(1);
}
.contents:after {
  content:"";
  display: block;
  clear:both;
  width: 100%;
}
.contents{
  width: 1080px;
  margin: 40px auto;
}
.sidebar{
  float: left;
  width: 250px;
  margin-right: 30px;
}
.sidebar img{
  margin-bottom: 20px;
  width: 100%;
}
.main-contents{
  float: left;
  width: 800px;
  font-family: "osaka";
}
.main-contents h2{
  background-color: #013c8f;
  color: #fff;
  padding-left: 20px;
  padding-top: 5px;
  padding-bottom: 5px;
  border-left: solid 5px #121a45;
  margin-bottom: 20px;
}
.topnews{
  width: 800px;
  height: 200px;
  margin-bottom: 30px;
}
.news-text{
  width: 90%;
  margin: 0 auto 50px;
}
.day{
  margin-right: 20px;
}
.strongpoint{
  margin-bottom: 30px;
}
.st-text li{
  width: 100%;
}
.st-li p{
  width: 95%;
  margin: 15px auto;
}
.st-text img{
  width: 5%;
  margin-right: 10px;
}
.st-text h3{
  padding-left: 10px;
  padding-top: 3px;
}
.st-li{
  width: 95%;
  margin: 0 auto 20px;
}

.map{
  width: 100%;
  margin-bottom: 40px;
}
.map iframe{
  width: 100%;
  height: 330px;
}
.contents-in{
  margin: 0 auto 40px;
}
.contents-in h2{
  width: 100%;
  background-color: #F5F5F2;
  padding: 10px;
  border-left: solid 4px #013c8f;
  margin-bottom: 20px;
  color: #013c8f;
}
.greeding{
  margin-bottom: 40px;
}
.ceo{
  text-align: right;
  font-size: 20px;
  margin-top: 10px;
}
.company-prof{
  text-align: left;
}
.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: #e9f5fb;
  border: solid 1px #D1D6DD;
  padding-left: 30px;
}
.company-prof td{
  border: solid 1px #D1D6DD;
  padding-left: 30px;
  width: 560px;
}
.company-prof tr{
  height: 70px;
}
.company-prof iframe{
  width: 100%;
  height: 450px;
  margin-top: 30px;
  margin-bottom: 30px;
}
.recruit-greeding h3{
  margin-bottom: 10px;
}
.recruit-greeding{
  margin-bottom: 30px;
}
.recruit-greeding:after {
  content:"";
  display: block;
  clear:both;
  width: 100%;
  min-width: 1080px;
  margin-bottom: 10px;
}
.recruit-greeding-text{
  float: left;
  width: 65%;
}
.recruit-greeding-photo{
  float: left;
  width: 28%;
  margin-left: 4%;
}
.recruit-greeding-photo2{
  float: left;
  width: 24%;
  margin-right: 4%;
}
.recruit-greeding img{
  width: 100%;
}
.recruit-prof h4{
  border-bottom:solid 5px #46b13b;
  padding-bottom: 5px;
  padding-left: 15px;
}
.recruit-prof{
  text-align: left;
  margin-bottom: 30px;
}
.mark{
  margin-bottom: 40px;
}
.mark h3{
  border-left: solid 7px;
  padding-left: 20px;
  margin-bottom: 20px;
}
.mark li{
  margin-bottom: 10px;
}
.contactform{
  text-align: center;
  font-size: 15px;
}
.contactform h2{
  text-align: left;
}
.contactform p{
  text-align: left;
}
#hogo{
  margin-top: 30px;
}
.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;/*線を消す*/
}
.works{
  margin-top: 30px;
}
.works li{
  display: inline-block;
  width: 230px;
  margin-left: 15px;
  margin-right: 15px;
}
.works img{
  width: 100%;
}
.confirm {
  width: 700px;
  margin: auto;
  padding-top: 30px;
  padding-bottom: 100px;
}
.confirm p{
  line-height: 200%;
}
.confirm h2{
  margin-top: 30px;
}





.footer-menu{
  width: 100%;
  height: 90px;
  background-color: #013c8f;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  border-bottom: solid 1px #345580;
}
.footer-menu li{
  display: inline-block;
  margin-left: 10px;
  margin-right: 10px;
}
.footer-picture{
  height: 290px;
  padding-top: 30px;
  text-align: center;
  background-image: url(../material/footer-pic.jpg);
  background-size: 100% 100%;
  color: #fff;
}
.footer-picture img{
  width: 100%;
}
.f-logo img{
  width: 40px;
  margin-top: -10px;
  margin-right: 10px;
}
.footer-ad{
  font-size: 15px;
  margin-top: 30px;
  margin-bottom: 30px;
}
.link{
  width: 300px;
  height: 55px;
  border: solid 1px #fff;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  margin-bottom: 30px;
}
.change:hover{
  background-color: #fff;
  color: #013c8f;
  -webkit-transition: all 0.6s ease;
    -moz-transition: all 0.6s ease;
    -o-transition: all 0.6s ease;
    transition: all  0.6s ease;
}
.copyright{
  background-color: #013c8f;
  text-align: center;
  font-size: 13px;
  color: #fff;
  padding-top: 20px;
  padding-bottom: 20px;
}