@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);}
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*/
.catch-line:after {
 content: "";
 display: block;
 clear: both;
 width: 100%; 
}
.catch-line{
  display: none;
  height: 40px;
  width: 1110px;
  margin: 0 auto;
}
.catch{
  float: left;
  color: #80bfff;
}
.catch h1{
  font-size: 22px;
  font-weight: bolder;
}
.catch-tell{
  float: right;
  font-size: 20px;
}
.catch-tell img{
  width: 25px;
}
.catch-tell span{
  margin-right: 20px;
}
.catch-mail{
  float: right;
  height: 40px;
  background-color: rgba(0,152,255,0.8);
}
.catch-mail p{
  color: #171c61;
  padding: 10px 15px;
}
.smenu{
  background-color: rgba(29,84,146,1);
  color: #fff;
  width: 100%;
  text-align: center;
  padding-top: 10px;
  padding-bottom: 10px;
}
.smart-toppicture{
  position: relative;
  width: 100%;
  margin-bottom: 50px;
}
.smart-toppicture img{
  width: 100%;
}
.smart-text{
  position: absolute;
  width: 100%;
  text-align: center;
  top: 200px;
}
.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;
    text-align: center;
}
.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%);
}

.hmenu{
  display: none;
  background-color: rgba(29,84,146,1);
  height: 80px;
  font-color: #f8f8fc;
  width: 100%;
  position: relative;
}
.menu{
  width: 1024px;
  margin: 0 auto;
  color: #fff;
}
.menu-li{
  position: absolute;
  top: 30%;
/*  margin-top: -1em; */
}
.menu-li li{
  display: inline-block;
  margin-left: 20px;
  margin-right: 20px;
}
.li-right{
  width: 300px; 
}

/*コンテンツ全体の文字変更*/
.contents{font-family: "Yo Gothic";}

/* Slideshow */
.slideshow {
  display: none;
  width: 100%;
  height: 530px;
  margin-bottom: 50px;
  overflow: hidden;
  position: relative;
}
.slideshow img {
  width: 100%;
  height: 530px;
  display: none;
  position: absolute;
}
.top-text{
  width: 100%;
  position: absolute;
  /*height: 530px;*/
  text-align: center;
  padding-top: 100px; 
}
.top-text p{
  text-align: center;
  color: #fff;
  font-size: 30px;
  padding-top:20px; 
  background-color: rgba(10,10,250,0.3);
}
.main-recr:after{
 content: "";
 display: block;
 clear: both;
 width: 100%; 
}
/*.main-recr{
  margin-top: 60px;
  margin-bottom: 60px;
}*/
.side-space{
  width: 95%;
  margin: 0 auto;
  background-color: #fff;
}
.recr-img{
  width: 100%;
  background-color: rgba(0,52,255,0.2);
  margin-bottom: 50px;
}
.recr-img img{
  margin-top: 10px;
  width: 100%;
}

/*renovate*/

.reno:after {
  content: "";
  display: block;
  clear: both;
  width: 100%;
}
.reno{
  margin-bottom: 90px;
}
.reno-menu{
  width: 100%;
}
.reno-menu:after{
  content: "";
  display: block;
  clear: both;
  width: 100%; 
}
.reno-title{
  width: 100%;
  height: 40px;
}
.reno-title-in{
  background-color: rgba(29,84,146,1);
  width: 200px;
  height: 40px;
  margin: 0 auto;
}
.reno-title p{
  text-align: center;
  padding-top: 5px;
  font-size: 20px;
  color: #fff;
}
.reno-menu1:after{
  display: none;
  content: "";
  display: block;
  clear: both;
  width: 100%; 
}
.reno-menu2:after{
  display: none;
  content: "";
  display: block;
  clear: both;
  width: 100%; 
}
.reno-menu-side{
  background-color: #EAF6FD;
  width: 90%;
  margin: 0 auto 40px;
  height: 470px;
  position: relative;
}
.reno-menu-side img{
  width: 100%;
  height: 180px;
  margin-bottom: 15px;
}
.reno-menu-center{
  background-color: #EAF6FD;
  width: 90%;
  margin: 0 auto 40px;
  height: 470px;
  position: relative;
}
.reno-menu-center img{
  width: 100%;
  height: 180px;
  margin-bottom: 15px;
}
.reno-menu-side2{
  background-color: #EAF6FD;
  width: 90%;
  margin: 0 auto 30px;
  height: 470px;
  position: relative;
}
.reno-menu-side2 img{
  width: 100%;
  height: 180px;
  margin-bottom: 15px;
}
.reno-menu-center2{
  background-color: #EAF6FD;
  width: 90%;
  margin: 0 auto;
  height: 470px;
  position: relative;
}
.reno-menu-center2 img{
  width: 100%;
  height: 180px;
  margin-bottom: 15px;
}
.reno-menu-in{
  width: 90%;
  margin: 0 auto;
  letter-spacing: 3px;
}
.reno-menu-in h2{
  font-size: 22px;
  margin-bottom: 10px;
  text-align: center;
}
.renovate{
  margin-top: 20px;
  margin-bottom: 30px;
}
.renovate p{
  margin-top: 30px;
  margin-bottom: 30px;
}
.renovate h3{
  border:solid 1px;
  border-left:solid 5px #000;
  background-color: rgba(29,84,146,1);
  color: #fff;
  padding: 10px;
  width: 200px;
  text-align: center;
}
#reno-s{
  margin-bottom: 40px;
}
#reno-z{
  margin-bottom: 40px;
}
#reno-k{
  margin-bottom: 40px;
}
#reno-g{
  margin-bottom: 40px;
}
#reno-t{
  margin-bottom: 40px;
}
.detail-cover{
  width: 100%;
  background-color: rgba(0,52,255,0.7);
  height: 50px;
  position: absolute;
  bottom: 0;
}
.detail{
  width: 100%;
  color: #fff;
  text-align: center;
  height: 50px;
}
.detail p{
  padding-top: 10px;
  font-size: 20px;

}
.section-punctuate20{
  width: 100%;
  height: 10px;
}
.section-punctuate30{
  width: 100%;
  height: 30px;
}
.section-punctuate80{
  width: 100%;
  height: 75px;
  border:solid 1px;
}
.section-punctuate20 :after{
  content: "";
  display: block;
  clear: both;
  width: 100%;
}
.section-punctuate30 :after{
  content: "";
  display: block;
  clear: both;
  width: 100%;
}
.section-punctuate80 :after{
  content: "";
  display: block;
  clear: both;
  width: 100%;
}
.main-comp{
  width: 100%;
  margin-bottom: 70px;
}
.main-comp :after{
  content: "";
  display: block;
  clear: both;
  width: 100%; 
}
.comp-title{
  width: 100%;
  height: 40px;
}
.comp-title :after{
  content: "";
  display: block;
  clear: both;
  width: 100%; 
}
.comp-title-in1{
  float: left;
  width: 200px;
  height: 40px;
  margin-left: 178px;
  margin-right: 177px;
  background-color: rgba(29,84,146,1);
}
.comp-title-in1 p{
  text-align: center;
  padding-top: 5px;
  font-size: 20px;
  color: #fff;
}
.comp-title-in2{
  float: left;
  width: 200px;
  height: 40px;
  margin-left: 177px;
  margin-right: 178px;
  background-color: rgba(29,84,146,1);
  }
.comp-title-in2 p{
  text-align: center;
  padding-top: 5px;
  font-size: 20px;
  color: #fff;
}
.comp-content{
  width: 95%;
  margin: 0 auto;
  background-color: #EAF6FD;
}
.compk{
  float: left;
  width: 30px;
  height: 480px;
}
.footer-box{
  background-color: rgba(29,84,146,1);
  color: #fff;
  width: 100%;
}
.footer-all:after{
  display: none;
  content: "";
  display: block;
  clear: both;
  width: 100%; 
}
.footer-left{
  width: 80%;
  text-align: center;
  margin: 0 auto;
}
.footer-right{
  width: 95%;
  margin: 0 auto 20px;
  text-align: center;
}
.footer-left h3{
  font-size: 28px;
  margin-left: 40px;
  padding-top: 20px;
  margin-bottom: 30px;
}
.footer-right li{
  display: inline-block;
  border:solid 2px #fff;
  padding: 10px;
  margin-right: 15px;
  margin-bottom: 10px;
}

.footer-frame{
  border:solid 1px #fff;
  padding: 10px;
  margin-right: 10px;
}
.foot-bottom{
  width: 100%;
  border-top:solid 2px;
  margin: 0 auto;
  text-align: center;
  font-size: 12px;
}
.foot-bottom p{
  padding-top: 10px;
  padding-bottom: 10px;
}
.comp-content-in{
  margin-top: 12px;
}
.comp-content-in table{
  border-collapse: collapse;
  padding-top: 55px;
  margin-top: 40px;
  width: 100%;
  height: 477px;
  margin-left: 5%;
}
.comp-content-in th{
  border: solid 2px rgba(29,84,146,1);
  width: 30%;
}
.comp-content-in td{
  border: solid 2px rgba(29,84,146,1);
  width: 60%;
  padding-left: 15px;
}
.comp-content-in iframe{
  width: 100%;
  height: 480px;
  margin-top: 10px;
}
.comp-map-text table{
  margin-top: 5px;
  height: 200px;
}
.comp-map-text th{
  border: solid 1px rgba(0,102,255,1);
  width: 150px;
}
.comp-map-text td{
  border: solid 1px rgba(0,102,255,1);
  padding-left: 15px;
}
.page-top{
  width: 100%;
}
.page-top-img {
  width: 100%;page-top
  overflow: hidden;
  position: relative;
}

.page-top-img img{
  width: 100%;
}
.page-top-text{
  position: absolute;
  top: 20px;
  left: 30px;
  font-size: 35px;
  color: rgba(0,52,255,0.7);
  text-shadow: 1px 1px 1px #fff;
}
.breadcrumbs{
  width: 100%;
  height: 30px;
  margin: 0 auto;
  padding-left: 10px;
  padding-top: 5px;
}
.breadcrumbs li{
  display: inline-block;
  font-size: 16px;
}
.breadcrumbs li:after{
  content: ">";
  padding: auto 10px;
}
.breadcrumbs li:last-child:after{
  display: none;
}
.breadcrumb li a {
  text-decoration: none;
}
.breadcrumb li a:hover {
  text-decoration: underline;
}
.page-contents{
  width: 100%;
}
.page-contents-head{
  background-color: rgba(0,102,255,1);
  margin-bottom: 20px;
}
.page-contents-head h2{
  color: #fff;
  padding: 15px;
  font-size: 20px;
}

.page-contents{
  width: 95%;
  margin: 0 auto;
}
.page-contents p{
  margin-top: 15px;
}
.page-contents-pct li{
  margin-right: 18px;
  margin-bottom: 18px;
  width: 80%;
  margin-left: 10%;
  display: inline-block;
}
.page-contents-pct img{
  width: 100%;
}
.recruit{
  margin-top: 20px;
  margin-bottom: 60px;
}
.page-contents-recr:after{
  content: "";
  display: block;
  clear: both;
  width: 100%; 
}
.page-contents-recr{
  margin-bottom: 40px;
}
.page-contents-rt{
  float: left;
  margin-right: 30px;
}
.page-contents-rt h3{
  font-size: 18px;
}
.page-contents-ri{
  float: left;
  width: 90%;
}
.page-contents-ri img{
  float: left;
  margin-top: 30px;
  width: 90%;
  margin-left: 5%;
}
.page-contents-recr2{
  margin-top: 10px;
  margin-bottom: 60px;
}
.page-contents-recr2 table{
  border-collapse: collapse;
  padding-top: 25px;
  width: 95%;
  height: 500px;
  margin: 0 auto;
}
.page-contents-recr2 th{
  border: solid 1px rgba(0,102,255,1);
  width: 30%;
}
.page-contents-recr2 td{
  border: solid 1px rgba(0,102,255,1);
  width: 60%;
  padding-left: 30px;
}
.president{
  margin-bottom: 40px;
}
.president p{
  text-align: right;
}
.page-contents-head:after{
  content: "";
  display: block;
  clear: both;
  width: 100%; 
}
.page-comp-title-in1{
  float: left;
  width: 200px;
  height: 40px;
  margin-left: 208px;
  margin-right: 147px;
}
.page-comp-title-in1 p{
  text-align: center;
  padding-top: 5px;
  font-size: 20px;
  color: #fff;
}
.page-comp-title-in2{
  float: left;
  width: 200px;
  height: 40px;
  margin-left: 207px;
  margin-right: 148px;
  }
.page-comp-title-in2 p{
  text-align: center;
  padding-top: 5px;
  font-size: 20px;
  color: #fff;
}
.page-contact{
  width: 100%;
  margin: 0 auto;
  text-align: center;
}
.page-contact li{
  display: inline-block;
}
.page-contact tr{
  height: 70px;
}
.page-contact th{
  width: 200px;
  text-align: right;
  padding-right: 10px;
}
.page-contact td{
  width: 650px;
  text-align: left;
}
.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;
}
.contactform{
  text-align: center;
  font-size: 15px;
  margin-bottom: 40px;
}
.contactform h2{
  text-align: left;
}
.contactdelete{
  display: none;
}
.nyuryoku{
  margin:auto;
  margin-top: 30px;
}
.nyuryoku li{
  display: inline-block;
}
.nyuryoku tr{
  height: 80px;
}
.nyuryoku th{
  width: 160px;
  text-align: right;
  padding-right: 10px;
}
.nyuryoku td{
  text-align: left;
  padding-left: 20px;
}
.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: 90%;
  margin:0 auto;
}
.contens-c p{
margin-top: 30px;
}
.confirm {
  width: 95%;
  margin:0 auto;
  padding-top: 30px;
  padding-bottom: 100px;
}
.confirm p{
  line-height: 200%;
}
.confirm h2{
  margin-top: 30px;
}