@@charset "UTF-8";

/* Base */
html { font-family: "Ropa Sans", "Hiragino Kaku Gothic ProN", "Meiryo", sans-serif; font-size: 16px; line-height: 1.5; }
body {text-align: center; background-color: rgb(255, 255, 255); color: rgb(0, 0, 0); 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; }


/*inner-text
 * Hero header
 */
 .logo{
  height: 90px;
  vertical-align: middle;
  background-color: #0a132e;
  color: #fff;
 }
  .logo2{
    width: 190px;
    margin: 0 auto;
    text-align: left;
    padding-top: 15px;
  }
  .textbig{
    font-size: 27px;
  }
 .logo img{
  height: 60px;
  margin-right: 15px;
 }
.header-menu li{
  display: none;

  margin-left: 20px;
  margin-right: 20px;
  color: #fff;
}
.header-menu{
  display: none;
  height: 70px;
  position: absolute;
  top: 0;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.top-picture{
  display: none;
  position: relative;
  width: 100%;
}
.top-picture img{
  width: 100%;
}
.contents h2{
  margin-bottom: 30px;
}
.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: 27px;
  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;
}
.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: #0a132e;
    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%);
}
#section1{
  padding-bottom: 40px;
  border-bottom: solid 1px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.section1logo{
  position: relative;
}
.section1text{
  position: absolute;
}
.section1text h1{
  font-size: 23px;
  color: #268ec6;
}
.section1logo img{
  padding-top: 20px;
  width: 100%;
}
#section2{
  padding-bottom: 40px;
}
.text{
  margin-top: 40px;
  margin-bottom: 40px;
}
.text p{
  margin-bottom: 5px;
}
.link{
  width: 200px;
  height: 55px;
  border: solid 1px #0a132e;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #0a132e;
  margin-bottom: 30px;
}
.link2{
  width: 200px;
  height: 55px;
  border: solid 1px #fff;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  margin-bottom: 30px;
}
.top-recruit li{
  display: inline-block;
  margin-left: 5%;
  margin-right: 5%;
  width: 200px;
  height: 200px;
  margin-bottom: 20px;
}
.top-recruit img{
  width: 100%;
}
#section3{
  padding-bottom: 40px;
}
.section3all:after{
  content:"";
  display: block;
  clear:both;
  width: 100%;
}
.smart-delete{
  display: none;
}
.section3-left{
  width: 100%;
  float: left;
  padding-bottom: 30px;
}
.section3-left img{
  width: 100%;
}
.section3-left h3{
  margin-bottom: 30px;
  margin-top: 30px;
}
.section3-left p{
  margin-bottom: 8px;
}
.inner-page{
  width: 90%;
  margin: 40px auto 40px;
}
.inner-page h2{
  border-bottom:solid 1px #000;
  padding-bottom: 10px;
}
.inner-text{
  width: 100%;
  padding-top: 20px;
}
.inner-text p{
  margin-bottom: 10px;
}
.contactform{
  text-align: center;
  font-size: 15px;
}
.contens-c{
  width: 95%;
  margin:0 auto;
}
.contens-c p{
margin-top: 30px;
}
.confirm {
  width: 90%;
  margin: auto;
  padding-top: 30px;
  padding-bottom: 100px;
}
.confirm p{
  line-height: 200%;
}
.confirm h2{
  margin-top: 30px;
}
.company{
  margin-bottom: 60px;
}
.company table{
  border: solid 1px #4983dc;
  border-collapse: collapse;
  margin-bottom: 30px;
  text-align: left;
  width: 100%;
  margin: 0 auto 40px;
}
.company th{
  background-color: #e9f5fb;
  border: solid 1px #4983dc;
  padding-left: 10px;
  padding-right: 10px;
}
.company td{
  border: solid 1px #4983dc;
  padding-left: 30px;
}
.company tr{
  height: 70px;
}
.inner-text iframe{
  width: 100%;
  height: 300px;
}
.service-menu-frame{
  margin-bottom: 90px;
}
.service-menu{
  text-align: left;
}
.service-menu h3{
  border-bottom: solid 5px #0a132e;
  margin-bottom: 15px;
}
.service-all img{
  width: 90%;
  margin-left: 5%;
  margin-bottom: 20px;
}
.service-all p{
  line-height: 30px;
  margin-bottom: 30px;
}
.service-photo img{
  width: 70%;
  margin-left: 15%;
  margin-bottom: 20px;
}
#rectuit{
  padding-bottom: 40px;
}

.contact p{
  margin-top: 10px;
  line-height: 30px;
}
.footer-menu{
  width: 100%;
  height: 90px;
  background-color: #0a132e;
  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;
  background-image: url(../material/footer-pic.png);
  background-size: 100% 100%;
  color: #fff;
}
.footer-picture img{
  width: 100%;
}
.footer-logo{
  width: 170px;
  margin: 0 auto;
}
.footer-logo img{
  width: 60px;
}
.footer-ad{
  font-size: 15px;
  margin-top: 30px;
  margin-bottom: 30px;
}
.copyright{
  background-color: #0a132e;
  font-size: 13px;
  color: #fff;
  padding-top: 20px;
  padding-bottom: 20px;
}


.inner-text-recruit-ichiran {
  width: 100%;
}

.inner-text-recruit {
  width: 100%;
  margin: 0 auto;
}

.inner-text-recruit table{
  border: solid 1px #4983dc;
  border-collapse: collapse;
  text-align: left;
  width: 95%;
  margin-top: -20px;
}

.recruit-title-top {
  background-color: #fffe9c;
  padding: 10px;
}

.recruit-ichiran-title-top {
  background-color: #e9f5fb;
  padding: 10px;
  border-bottom: solid 2px #1637ff;
}

.recruit-menu{
  width: 100%;
  /* height: 100px; */
  padding-top: 5px;
  padding-bottom: 5px;
  background-color: #091e9a;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  border-bottom: solid 1px #345580;
}
.recruit-menu li{
  display: inline-block;
  margin-left: 10px;
  margin-right: 10px;
}

.recruit-syosai-table-th {
 width: 60px;
}



.recruit-gaiyo-discription {
 text-align: left;
}

.recruit-top-title{
  width: 100%;
  height: 70px;
  background-color: #091e9a;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 20px;
  font-weight: bold;
  font-size: 2.0em;
}


.recruit-title {
  margin-bottom: 30px;
}

.recruit-ichiran-title {
  margin-bottom: 0px;
}

.recruit-syosai table{
  border: solid 1px #4983dc;
  border-collapse: collapse;
  margin-bottom: 10px;
  text-align: left;
  width: 95%;
  margin: 0 auto 10px;
}
.recruit-syosai th{
  background-color: #e9f5fb;
  border: solid 1px #4983dc;
  padding-left: 5px;
  padding-right: 5px;
}
.recruit-syosai td{
  border: solid 1px #4983dc;
  padding-left: 5px;
  padding-right: 5px;
}
.recruit-syosai tr{
  height: 70px;
}

.recruit-ichiran-table-titke-td {
  background-color: #091e9a;
  padding: 5px;
  font-weight: bold;
  font-size: 1.2em;
  color: #ffffff;
}

.shadow {
    margin-top: 5px; /* 画像の上の余白*/
    margin-bottom: 5px; /* 画像の下の余白*/
    display: inline-block; 
    box-shadow: 0px 5px 15px -5px rgba(0, 0, 0, 0.8); /*横方向　下方向　ぼかし　広がり　色 */
	display: block; margin-left: auto; margin-right: auto;
}


.recruit-gaiyo-img {
    display: block;
    margin-left: auto;
    margin-right: auto;
    box-shadow: 0 10px 10px #666666;
}
.recruit-syosai-setsumei {
    display: none;
}


.recruit-service-photo img{
  width: 74%;
  margin-left: 13%;
  margin-bottom: 10px;
}




/* 採用詳細、辞退説明のところ */

.ta-jitai {
	font-size: 16px;
	line-height: 150%;
}

.ta-jitai, .ta-jitai td, .ta-jitai th{
	border: 1px solid #00e100;
}

.ta-jitai td, .ta-jitai th{
	padding: 5px;	/*テーブル内の余白*/
}

.ta-jitai td{
	background-color: #e2ffe2;	
	text-align: center;
}

.jitai-setsumei {
	text-align: center;
}

.jitai-kochirabotan a {
	padding: 10px;
	color: #ffffff;
	background-color: #107c41;
	font-weight: bold;
	text-decoration: none;
}

.jitai-kochirabotan {
	margin: 15px;

}

.margin20 {
	margin-bottom: 40px;
}