@@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{
  width: 100%;
}
.header-top{
  width: 100%;
  margin: 0 auto;
  background-color: rgba(255,255,255,0.7);
  position: absolute;
  top: 0;
  z-index: 40;
}
.wid1080{
  width: 1080px;
  margin: 0 auto;
}
.page-header {
    background-color: rgb(22, 64, 119);
    position: absolute;
    text-align: center;
    top: 100px;
    width: 100%;
    color: #fff;
    z-index: 30;
    -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.25);
            box-shadow: 0 1px 1px rgba(0, 0, 0, 0.25);
}
.page-header li{
  display: inline-block;
  width: 210px;
  height: 45px;
  padding-top: 20px;
}
.no-boxshadow .page-header {
    border-bottom: 1px solid rgb(204, 204, 204);
}
.page-header.sticky {
    position: fixed;
    top: 0;
}
.page-header > .inner {
    margin: auto;
    width: 100%;
}

.humberger-menu{
  display: none;
}
.catch{
  font-size: 8px;
  color: #c0c0c0;
  margin-bottom: 13px;
}
.ceparate-all:after {
  content:"";
  display: block;
  clear:both;
}
.ceparate-all{
  margin-bottom: 10px;
  font-family: "osaka";
}
.header-l{
  float: left;
  margin-top: 10px;
}
.header-r{
  float: right;
  width: 150px;
}
.header-l span{
  font-size: 12px;
  margin-left: 30px;
}
.header-l img{
  width: 70px;
  margin-right: 10px;
  margin-top: -15px;
}
.header-r p{
  padding-top: -10px;
}
.header-tell{
  width: 230px;
  font-size: 18px;
}
.ceparate{
  border-left:solid 1px;
  border-right:solid 1px;
}
.ceparate-left{
  border-left:solid 1px;
}
.smart-toppicture{
  display: none;
}
.topview{
  overflow: hidden;
    position: relative;
    min-width: 960px;
    width: 100%;
    height: 650px;
  margin-top: -7px;
}
.top img{
  display: none;
    position: absolute;
    width: 100%;
    left: 800px;
    margin-left: -800px;
}
.frame-h{
  border:solid 2px  #144d9a;
  padding:10px 40px;
  color: #144d9a;
}
.frame-f{
  border:solid 2px  #fff;
  padding:10px 40px;
}
.fa-envelope-open-text{
  color: #144d9a;
  margin-right: 20px;
}
.fa-phone-alt{
  color: #144d9a;
}
.fa-phone{
  margin-right: 10px;
}
.fa-footer{
  color: #fff;
}
.underup {
opacity : 0;
transform: translateY(90px);
transition: all 1s;
}
.contents h2{
  text-align: center;
  font-family: "Impact";
  font-size: 35px;
  padding-top: 50px;
  color: #164077;
   -webkit-transition: 0.5s ease-in-out;
  -moz-transition: 0.5s ease-in-out;
  -o-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
  margin-bottom: 30px;
}
.contents h2:hover{
    color: #bce2e8;
}
.contents h3{
  text-align: center;
  color: #164077;
  font-family: "Impact";
  font-size: 26px;
}
.catch-set{
  margin-bottom: 40px;
}
.common-text{
  width: 80%;
  margin: 0 auto;
  padding-bottom: 60px;
}
.top-greeding span{
  font-size: 25px;
  font-family: "Impact";
}
.top-greeding p{
  margin-bottom: 30px;
  line-height: 40px;
}
.works{
  background-image: url(../material/back.png);
  background-size: 100% 100%;
  color: #fff;
}
.works h2{
  color: #fff;
}
.works h3{
  color: #fff;
}
.works ul{
  text-align: center;
  margin-top: 90px;
}
.works li{
  width: 225px;
  text-align: center;
  display: inline-block;
  padding-left: 13px;
  padding-right: 13px;
}
.works i{
  margin-bottom: 30px;
  margin-top: 20px;
  color: #bce2e8;
  -webkit-transition: 0.5s ease-in-out;
  -moz-transition: 0.5s ease-in-out;
  -o-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
}
.works i:hover{
  color: #ff0;
}
.works p{
  text-align: center;
  line-height: 40px;
}
.works h4{
  font-size: 23px;
  margin: 0 auto;
}
.link{
  border:solid 1px #fff;
  width: 250px;
  margin: 30px auto 0;
  text-align: center;
  font-size: 18px;
}
.link p{
  padding-top: 15px;
  padding-bottom: 15px;
}
.link :hover{
  background-color: #bce2e8;
  color: #000088;
  -webkit-transition: 0.5s ease-in-out;
  -moz-transition: 0.5s ease-in-out;
  -o-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
}
.link-rec{
  border:solid 1px #fff;
  width: 250px;
  height: 75px;
  margin: 0px auto;
  text-align: center;
  font-size: 18px;
}
.link-rec p{
  padding-top: 20px;
}
.link-rec :hover{
  background-color: #bce2e8;
  color: #000088;
  width: 250px;
  height: 55px;
  -webkit-transition: 0.5s ease-in-out;
  -moz-transition: 0.5s ease-in-out;
  -o-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
}
.top-recruit{
  background-color: #024a1c;
  width: 100%;
  color: #fff;
  padding-bottom: 40px;
}
.top-recruit h2{
  color: #fff;
}
.top-recruit h3{
  color: #fff;
}
.top-recruit p{
  line-height: 40px;
  margin-bottom: 30px;
}
.map{
  width: 100%;
  height: 450px;
}
.map iframe{
  width: 100%;
  height: 100%;
}
.contactlink{
  width: 100%;
  text-align: center;
  background-color: rgb(2, 71, 131);
  padding-bottom: 30px;
}
.contactlink h2{
  color: #fff;
}
.contacttolink{
  text-align: center;
  width: 300px;
  margin: 0 auto;
  padding-top: 5px;
  padding-bottom: 5px;
  background-color: #fff;
    border-radius: 15px;        /* CSS3草案 */  
    -webkit-border-radius: 15px;    /* Safari,Google Chrome用 */  
    -moz-border-radius: 15px;   /* Firefox用 */  
  font-family: "Impact";
  color: #000088;
}
.smart-link{
  display: none;
}
footer{
  text-align: center;
  padding-top: 20px;
}
footer h1{
  font-size: 17px;
  margin-top: 10px;
  margin-bottom: 30px;
  color: #00067A;
}
footer li{
  display: inline-block;
  margin-left: 5%;
  margin-right: 5%;
}
.copyright{
  margin-top: 30px;
  margin-bottom: 30px;
  color: #bebebe;
  font-size: 13px;
}
.inner-picture{
  width: 100%;
  position: relative;
}
.inner-picture img{
  width: 100%;
}
.inner-picture-text{
  position: absolute;
  top: 90px;
  left: 40px;
  font-size: 40px;
  color: #1b2b60;
  text-shadow: 1px 1px 1px #fff;
}
.breadcrumb {
  width: 1080px;
  margin: 0 auto;
  padding-left:0;
  padding-top: 10px;
  height: 15px;
  margin-bottom: 30px;
}
.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;
}
.in-contents{
  font-family: "osaka";
  width: 1080px;
  margin: 0 auto;
  line-height: 40px;
}
.in-contents h3{
  text-align: center;
  color: #000088;
  font-size: 25px;margin-bottom: 20px;
}
.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 40px;
}
.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: 10px;
  margin-bottom: 30px;
}
.company-message{
  margin-bottom: 90px;
  text-align: center;
}
.company-message h4{
  text-align: center;
}
.company-ceo{
  float: right;
  width: 350px;
}
.company-ceo img{
  width: 100%;
}
.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;/*線を消す*/
}
.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;
}
.service-l{
  float: left;
  width: 500px;
  margin-right: 50px;
}
.service-r{
  float: left;
  width: 450px;
}
.service-r img{
  width: 100%;
}
.service h4{
  font-size: 20px;
  background-color: rgb(2, 71, 131);
  color: #fff;
  padding: 10px 20px;
}
.service-work{
  text-align: center;
  margin-top: 50px;
  margin-bottom: 40px;
}
.service-work ul{
  margin-bottom: 30px;
}
.service-work li{
  display: inline-block;
  width: 270px;
}
.service-work img{
  width: 100%;
}
.side-space{
  margin-left: 40px;
  margin-right: 40px;
}
