@charset "UTF-8";

/* Base */
html {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; }



.humberger-menu-smart{
  display: none;
}
/*スクロールダウン全体の場所*/
.scrolldown1{
  /*描画位置※位置は適宜調整してください*/
position:absolute;
right:5%;
bottom:10px;
  /*全体の高さ*/
height:50px;
}

/*Scrollテキストの描写*/
.scrolldown1 span{
  /*描画位置*/
position: absolute;
left:-15px;
top: -15px;
  /*テキストの形状*/
color: #eee;
font-size: 0.7rem;
letter-spacing: 0.2em;
}

.scrolldown1::after{
content: "";
position: absolute;
top: 0;
width: 3px;
height: 100px;
background: #eee;
animation: pathmove 2s ease-in-out infinite;
opacity:0;
}

/*高さ・位置・透過が変化して線が上から下に動く*/
@keyframes pathmove{
0%{
  height:0;
  top:0;
  opacity: 0;
}
30%{
  height:50px;
  opacity: 1;
}
100%{
  height:0;
  top:50px;
  opacity: 0;
}
}

.toggle {
  position: fixed; /* bodyに対しての絶対位置指定 */
  right: 13px;
  display: block;
  width: 80px;
  height: 80px;
  cursor: pointer;
  z-index: 3;
  background:rgba(0, 0, 0, 0.8);
  color: #fff;
}
.toggle span {
  display: block;
  position: absolute; /* .toggleに対して */
  width: 50%;
  border-bottom: solid 3px #fff;
  -webkit-transition: .35s ease-in-out;
  -moz-transition: .35s ease-in-out;
  transition: .35s ease-in-out;
  padding-top: 5px;
  right: 18px;
}
.toggle span:nth-child(1) {
  top: 23px;
}
.toggle span:nth-child(2) {
  top: 35px;
}
.toggle span:nth-child(3) {
  top: 47px;
}
.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: 35px;
  left: 20px;
  -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: 35px;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  transform: rotate(45deg);
}
.phone-no{
  display: none;
}
/* .global_nav */
.global_nav {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transform: translateX(-100%);
  z-index: 2;
  padding: 50px;
  color: #fff;
  background-image: url(../material/toggle.jpg);
  background-size: 100% 100%;
  transition: all 0.8s;
}
.global_nav.sticky {
  position: fixed;
  bottom: 10px;
}
.global_nav .nav_li {
  padding: 10px;
  font-size: 25px;
  list-style-type: none;
}
.global_nav .nav_li a {
  display: block;
  color: #fff;
}
.navi-right{
  margin-left: 40px;
}
/* .global_navに.activeが追加 */
.global_nav.active {
  transform: translateY(0%);
}

.smart-logo{
  width: 100%;
  height: 90px;
}
.smart-logo img{
  width: 100%;
}
.invisible-pc{
  display: none;
}
.slide-message{
  position: absolute;
  top: 240px;
  right: 60px;
  z-index: 1000;
  color: #fff;
  font-size: 30px;
}
.top-back{
  height: 650px;
  margin-top: -20px;
}
.slide {
  position   : relative;
  max-width  : 100%;
  height     : 650px;
  overflow   : hidden;
}
/* スライドショー背景の設定 */
.slide .bgImg {
  position   : absolute;
  top        : 0;
  left       : 0;
  bottom     : 0;
  right      : 0;
  opacity    : 0;
  background-size:cover;
  /* 4枚を5s毎で計20s */
  animation  : pseudoAnimation 21s infinite; /* infiniteで繰り返す */ 
}

/* 時間差で背景画像のアニメーションを開始 */
.slide .srcImage1 {
  background-image : url(../material/top1.png);   /* 背景の画像を指定 */
}
.slide .srcImage2 {
  background-image : url(../material/top2.png);   /* 背景の画像を指定 */
  animation-delay  : 7s;
}
.slide .srcImage3 {
  background-image : url(../material/top3.png);   /* 背景の画像を指定 */
  animation-delay  : 14s;
}

/* 20sのうち最初の約5sだけ表示する */
@keyframes pseudoAnimation {
   0% { opacity: 0; }
   5% { opacity: 1; } /* 表示タイミングをずらしてフェードイン風に */
  25% { opacity: 1; }
  30% { opacity: 0; }
 100% { opacity: 0; }
}

.parallax {
/* パララックスをつくる部分 */
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.small-text{
  font-size: 0.7em;
}

 
header{
  width: 100%;
  position: fixed;
  top: 0;
  z-index: 1000;
  background-color:rgba(255, 255, 255, 0.9);
}
header-in{
  width: 100%;
}
header img{
  width: 300px;
}
.red{
  color: #f00;
}
.underup {
  opacity : 0;
  transform: translateY(90px);
  transition: all 0.6s;
}
.underleft{
  opacity : 0;
  transform: translateX(90px);
  transition: all 2s;
}


.fa-instagram2 {/*アイコン*/
  color: #FFF;/*白に*/
}
/*
.fa-instagram2 {/*アイコン
  color: #FFF;/*白に
  position: relative;/*z-indexを使うため
  z-index: 2;/*グラデーションより前に
  font-size: 10px;/*アイコンサイズ
}
*/
.text-big{
  font-size: 1.5em;
}
.w90{
  width: 90%;
  margin: 0 auto;
}
.w80{
  width: 80%;
  margin: 0 auto;
  padding-top: 40px;
} 
.w50{
  width: 50%;
  float: left;
}
.w50 img{
  width: 100%;
}
.w40{
  width: 40%;
  float: left;
}
.w60{
  width: 60%;
  float: left;
}
.w60right{
  width: 90%;
  margin-left: 5%;
  margin-right: 5%;
  margin-bottom: 30px;
  height: 370px;
  float: left;
  text-align: left;
  font-family: "ヒラギノ角ゴ Pro W6";
}
.w5right{
  margin-right: 5%;
}
.w49{
  width: 49%;
  float: left;
}
.w49-side{
  margin-left: 2%;
}
.w30{
  width: 30%; 
  margin-right: 2%;
  float: left;
}
.w30-10{
  width: 30%; 
  margin-right: 10%;
  float: left;
}
.color-ch{
  background-color: rgba(0, 3, 95, 0.7);
  height:260px;
}
.color-ch2{
  background-color: rgba(0, 0, 0, 0.4)
}



.top-effect-img img{
  display: none;
    position: absolute;
    width: 100%;
    left: 800px;
    margin-left: -800px;
}
.top-effect-img{
  position: absolute;
  width: 750px;
  min-width: 500px;
  bottom:300px;
  left:5%;
  list-style: none;
  text-align: center;
  opacity: 0;
  animation: example 2s ease 2s 1 forwards;　
    -webkit-animation: example 2s ease 2s 1 forwards;
  z-index: 1000;
}
@-webkit-keyframes example {
  100% {
    opacity: 1;
  }
}
@keyframes example {
  100% {
    opacity: 1;
  }
}
.ceparate:after {
  content:"";
  display: block;
  clear:both;
}
.herder-left{
  float: left;
  width: 380px;
  padding-left: 20px;
}
.herder-left h1{
  font-size: 30px;
}
.herder-left p{
  padding-top: -30px;
}
.herder-left img{
  width: 380px;
  margin-right: 30px;
  margin-left: 10px;
  margin-top: 5px;
  padding-bottom: 7px;
  padding-top: 5px;
}
.li-line{
  border-left:solid 1px #a9a9a9;
}
.li-right{
  border-right:solid 1px #a9a9a9;
}
.li-line:hover{
  background-color: #3e78b5;
  color: #fff;
}

.herder-middle-text{
  float: right;
  text-align: center;
  background-color: rgba(0, 0, 0, 0.8);
  font-size: 13px;
  margin-right: 100px;
  width: 160px;
  height: 90px;
  color: #fff;
}
.herder-middle-text p{
  font-size: 18px;
  margin-top: 30px;
}
.herder-middle-icon{
  float: right;
  text-align: center;
  background-color: rgba(0, 0, 0, 0.8);
  font-size: 15px;
  width: 70px;
  height: 90px;
  color: #fff;
}
.herder-middle-icon i{
  margin-top: 30px;
}

.header-right{
  float: right;
  height: 85px;
  margin-right: 150px;
  text-align: center;
  font-family: "ヒラギノ角ゴ Pro W6";
}
.header-right li{
  display: inline-block;
  margin-left: 10px;
  margin-right: 10px;
  font-size: 14px;
  margin-top: 35px;
}
.hover-white:hover {
  background-color: #fff;
  color: #262504;
  transition: 0.6s;
}
.hover-border:hover {
  border-bottom: 3px solid #f7f038;
}

.herder-position-in{
  width: 100%;
  background-color: #fff;
  color: #000;
  padding-top: 10px;
  padding-bottom: 10px;
}
.header-relative{
  position: relative;
}
.csr{
  margin-bottom: 80px;
}
.contact-button{
  color: #fff;
  background-color: #14093b;
  border:solid 2px #14093b;
  padding-top: 20px;
  padding-bottom: 20px;
  font-size: 18px;
}
.contact-change{
  text-align: center;
  width: 100%;
  margin: 0 auto;
}
.contact-change :hover{
  background-color: #fff;
  color: #14093b;
  transition: 0.5s;
}
.small{
  font-size: 20px;
}
.small-header{
  font-size: 10px;
}
.top{
  overflow:hidden;
  min-width: 960px;
  width: 100%;
  border:solid 1px;
  margin-bottom: -60px;
  position: rela;
}
.top video{
  width: 100%;
  margin-bottom: -130px;
}
.inner{
  position: relative;
  width: 600px;
  margin: 0 auto;
}
.inner div{
  opacity: 0;
  animation-name: Drop;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
  position: absolute;
  display: block;
  width: 50px;
  height: 50px;
  background: url(../material/mj.png) no-repeat;
}
.flake3,
.flake5,
.flake6,
.flake8{
  background-size: 23px 25px !important;
}
.flake1 {
  left: 50px;
  animation-duration: 12s;
}
.flake2 {
  left: 80px;
  animation-duration: 8s;
  animation-delay: 10s;
}
.flake3 {
  left: 120px;
  animation-duration: 12s;
  animation-delay: 8s;
}
.flake4 {
  left: 160px;
  animation-duration: 10s;
  animation-delay: 16s;
}
.flake5 {
  left: 200px;
  animation-duration: 8s;
  animation-delay: 2s;
}
.flake6 {
  left: 240px;
  animation-duration: 12s;
  animation-delay: 13s;
}
.flake7 {
  left: 260px;
  animation-duration: 10s;
  animation-delay: 8s;
}
.flake8 {
  left: 320px;
  animation-duration: 8s;
  animation-delay: 14s;
}
.flake9 {
  left: 380px;
  animation-duration: 10s;
  animation-delay: 2s;
}
.flake10 {
  left: 540px;
  animation-duration: 12s;
  animation-delay: 6s;
}

@keyframes Drop{
  0%{
    transform: translate(0,0);
    opacity: 0;
}
50%{
  transform: translate(30px, 140px);
  opacity: 1;
}
100%{
  transform: translate(20px,280px);
  opacity: 0.1;
}
}
.news{
  width: 90%;
  margin: 0 auto;
  font-family: "Arial";
  padding-top: 90px;
  padding-bottom: 140px;
}
.news table{
  border-collapse: collapse;
  margin-bottom: 70px;
  width: 100%;
}
.news tr{
  height: 90px;
  width: 100%;
  margin-bottom: 10px;
  margin-top: 10px;
  border-top: 1px solid #00facf;
  border-bottom: 1px solid #00facf;
}
.news td{
  width: 20%;
}
.news th{
  text-align: left;
}
.day-left{
  width: 140px;
  float: left;
  text-align: center;
  background-color: #2596f5;
  padding: 5px 0px;
  color: rgb(255, 248, 248);
  margin-right: 50px;
  font-size: 12px;
}
.day-right{
  float: left;
  padding-top: 5px;
}
.to-contact img{
  width: 30%;
  margin-left: 35%;
  margin-right: 35%;
  margin-top:20px ;
}



.title{
  padding-top: 30px;
  margin-bottom: 30px;
  text-align: center;
}
.title-top{
  margin-bottom: 30px;
  text-align: center;
}
.title h2{
  font-size: 33px;
  color: #000;
  font-family: "Arial";
}
.title-top h2{
  font-size: 33px;
  color: #fff;
}
.title p{
  font-size: 15px;
  color: #9b97c9;
  font-family: "Verdana";
}
.title-top p{
  font-size: 15px;
  color: #fff;
  margin-top: 40px;
  line-height: 30px;
  font-family: "Verdana";
}
.title2{
  font-size: 35px;
  font-family: "Arial";
  color: #1d2d61;
  text-align: center;
  padding-top: 60px;
}
.title2 p{
  color: #000;
  font-size: 15px;
}
.posi-relative{
  position: relative;
}
.posi-absolute{
  position: absolute;
}
.section0size{
  top: 40%;
  left: 35%;
  right: 30%;
  width: 40%;
  margin: 0 auto;
}

.section0{
  background: linear-gradient(#002b60, #008cd6) fixed;
  padding-top: 80px;
  padding-bottom: 80px;
  margin-top: 40px;
  padding-left: 40px;
  color: #fff;
  font-family: "Verdana";
}
.section0 img{
  width: 100%;
}
.section0 h3{
  line-height: 40px;
}
.movie .title2 h2{
  color: #fff;
}
.movie{
  width: 80%;
  margin: 0 auto;
}
.movie video{
  width: 100%;
  margin-top: 50px;
}

.title3{
  font-family: "Arial";
  padding-top: 60px;
  font-size: 50px;
  text-align: center;
}
.title-contact{
  font-family: "Arial";
  font-size: 50px;
}
.title-contact p{
  padding-top: 35px;
  padding-bottom: 10px;
  font-size: 30px;
} 
.section-message0{
  color: #fff;
  width: 80%;
  margin: 0 auto;
  line-height: 30px;
  text-align: left;
  padding-top: 40px;
  padding-bottom: 40px;
}
.section-message0 h3{
  font-size: 30px; 
  margin-bottom: 25px; 
  text-align: center;
}
.section-message{
  background-color: rgba(22, 82, 122, 0.9);
  color: #fff;
  width: 50%;
  line-height: 30px;
  text-align: center;
  padding-top: 40px;
  padding-bottom: 40px;
}
.section-message h3{
  font-size: 27px; 
  margin-bottom: 30px; 
}
.section-company{
  margin-bottom: 20px;
}
.section-com-text{
  width: 600px;
  text-align: center;
  margin: 40px auto;
}
.section-service1{
  padding-bottom: 60px;
}
.section-service1-img{
  width: 70%;
  position: relative;
}
.section-service1-img img{
  width: 100%;
}
.section-service1-text{
  position: absolute;
  width: 500px;
  background-color: #fff;
  top: 70px;
  right:-280px;
  border-top: 7px #1d2d61 solid;
}


.section-service2{
  padding-bottom: 60px;
}
.section-service2-img{
  width: 70%;
  margin-left: 30%;
  position: relative;
}
.section-service2-img img{
  width: 100%;
}
.section-service2-text{
  position: absolute;
  width: 500px;
  background-color: #fff;
  top: 70px;
  left:-280px;
  border-top: 7px #1d2d61 solid;
}

.twitter-timeline{
  width: 300px;
  height: 600px;
}
.section-service-block p{
line-height: 30px;
}
.backimg{
  background-image:  url(../material/back-water2.png);
  background-size: 100% 100%;
}
.back-color{
  background-color: rgba(0, 0, 0,0.9);
}
.top-recruit{
  background-color: #0065dc;
  position: relative;
}
.top-recruit-img{
  background-image: url(../material/recruit.jpg);
  background-size: 100% 100%;
}
.car {
  width: 100%;
  overflow: hidden;
  height: 400px;
}
.car video{
  width: 150%;
  margin-left: -25%;
}




.button-line{
  text-align: center;
}
.button-line li{
  display: inline-block;
}

.section1{
  background-image: url(../material/top01.png);
  background-size: 100% 100%;
  height: 600px;
}
.section1-size{
  padding-top: 150px;
}

.service-text3{
  width: 80%;
  margin: 0 auto;
  border:solid 3px #4b71af;
  border-radius: 10px;    /* CSS3草案 */
  -webkit-border-radius: 10px;  /* Safari,Google Chrome用 */
  -moz-border-radius: 10px; /* Firefox用 */
  padding: 20px;
  font-size: 17px;
  line-height: 30px;
}
.service-text3 h3{
  margin-top: 20px;
  color: #00035f;
}
.works{
  width: 100%;
  margin-bottom: 80px;
  text-align: left;
}
.works img{
  width: 100%;
}
.works-index{
  padding:20px 80px;
  height: 40px;
  color: #0f1766;
}
.works-index h3{
  color: #0f1766;
  font-size: 23px;
  margin-bottom: 10px;
}
.works-text{
  padding:20px 80px;
}
.flow-intro{
  margin-bottom: 50px;
}
.flow-intro li{
  width: 49%;
  display: inline-block;
}
.flow-intro img{
  width: 100%;
  margin-bottom: 5px;
}
.flow-intro h2{
  font-size: 2em;
}





.cars{
  margin-bottom: 80px;
}
.cars table{
  width: 90%;
  margin: 0 auto;
  text-align: center;
  border-collapse: collapse;
}
.cars tr{
  height: 60px;
}
.cars th{
  width: 150px;
  border: solid 3px #4983dc;
  border-collapse: collapse;
}
.cars td{
  width: 80px;
  border: solid 3px #4983dc;
  border-collapse: collapse;
}
.works{
  margin-bottom: 60px;
}


.contacttolink{
  padding-top: 10px;
  padding-bottom: 10px;
  background-color: #1d2d61;
  color: #fff;
  text-align: center;
  width: 200px;
  margin: 0 auto;
}
.contacttolink:hover {
  padding-top: 10px;
  padding-bottom: 10px;
  background-color: #fff;
  color: #9F280E;
  transition: 0.3s;
}
.contacttolink2{
  padding-top: 10px;
  padding-bottom: 10px;
  color: #fff;
  text-align: center;
  margin-top: 40px;
  width: 200px;
  border:solid 1px #fff;
}
.contacttolink2:hover {
  padding-top: 10px;
  padding-bottom: 10px;
  background-color: #fff;
  color: #000;
  transition: 0.3s;
}
.contacttolink3{
  padding-top: 10px;
  padding-bottom: 10px;
  color: #fff;
  text-align: center;
  width: 200px;
  border:solid 1px #3e78b5;
  background-color: #3e78b5;
}
.contacttolink3:hover {
  padding-top: 10px;
  padding-bottom: 10px;
  background-color: #f00;
  border: solid 1px #f00;
  color: #000;
  transition: 0.3s;
}




.section3{
  width: 100%;
  background-color: #ededed;
  position: relative;
  margin-bottom: 70px;
}
.section3-back{
  width: 85%;
  height: 450px;
  background-image: url(../material/work3.png);
  background-size: 100% 100%;
}
.section3 img{
  width: 100%;
  height: 100%;
}
.section3-text{
  width: 400px;
  position: absolute;
  top:70px;
  right: 40px;
  background-color: rgba(62,120,181,0.8);
}
.section3-intro{
  padding-left: 30px;
  padding-right: 30px;
  padding-bottom: 30px;
  color: #fff;
  line-height: 30px;
}

.section4{
  width: 100%;
  background-color: #ededed;
  position: relative;
  margin-bottom: 70px;
}
.section4-back{
  width: 85%;
  margin-left: 15%;
  height: 450px;
  background-image: url(../material/work4.png);
  background-size: 100% 100%;
}
.section4 img{
  width: 100%;
  height: 100%;
}
.section4-text{
  width: 400px;
  position: absolute;
  top:70px;
  left: 40px;
  background-color: rgba(0,0,0,0.8);
}
.section4-intro{
  padding-left: 30px;
  padding-right: 30px;
  padding-bottom: 30px;
  color: #fff;
  line-height: 30px;
}
.event-table table th{
  width: 200px;
}
.event-table-smart{
  display: none;
}
.event-detail{
  margin-bottom: 30px;
  border-bottom: dotted 1px;
}
.event-detail h3{
  margin-bottom: 5px;
  color: #542180;
  text-shadow: 1px 2px 2px #AB951C; 
}
.shucho{
  margin-bottom: 60px;
}
.shucho li{
  display: inline-block;
  margin-right: 5%;
  border-bottom: 3px #ff0 solid;
  margin-bottom: 10px;
}
.footer{
  background-color: #002b60;
  color: #fff;
  font-family:"Avenir";
}

.footerlogo{
  color: #fff;
  text-align: center;
  height: 260px;
  background-image: url(../material/contact.png);
  background-size: 100% 100%;
}
.footer-color-over{
  background-color: #20c92f;
  height: 130px;
  text-align: center;
  font-family: "ヒラギノ角ゴ ProN W3";
  color: #fff;
}
.footer-color-over h2{
  color: #fff;
  padding-top: 45px;
  font-size: 27px;
}
.footer-color-over i{
  margin-right: 20px;
}
.footer-color-under{
  background-color: #0095eb;
  height: 130px;
  font-family: "ヒラギノ角ゴ ProN W3";
  color: #fff;
  font-size: 25px;
  text-align: center;
}
.footer-color-under i{
  margin-right: 20px;
}
.footer-color-under h2{
  color: #fff;
  padding-top: 45px;
  font-size: 27px;
}
.footer-color-under p{
  padding-top: 50px;
}
.footer-tel{
  padding-bottom: 30px;
  margin-bottom: 30px;
  border-bottom: 2px solid #fff;
}
.footer-tel img{
  width: 300px;
  margin-bottom: 50px;
}
.footer-tel span{
  margin-left: 10px;
  margin-right: 10px;
}
.footer-menu{
  margin-bottom: 30px;
}
.footer-menu li{
  display: inline-block;
  margin-right: 50px;
  margin-bottom: 5px;
}
.footer-logo{
  width: 20%;
  margin-left: 75%;
  margin-right: 5%;
  text-align: right;
  margin-right: 60px;
}
.footer-logo img{
  width: 100%;
}

.footer-sns{
  margin-top: 50px;
  margin-bottom: 20px;
  color: #fff;
}
.footer-sns li{
  display: inline-block;
  margin-right: 20px;
}

.copyright{
  background-color: #1e1d03;
  text-align: center;
  margin-bottom: -20px;
  font-size: 14px;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #fff;
}

.smart-link{
  display: none;
}
.inner-picture{
  width: 100%;
  position: relative;
  height: 550px;
  margin-top: -10px;
}
.inner-picture img{
  width: 100%;
  height: 550px;
}
.inner-picture-text{
  position: absolute;
  top: 250px;
  font-size: 40px;
  font-family: "osaka";
  color: #fff;
  background-color: rgba(24, 86, 132, 0.8);
  width: 35%;
  left: 5%;
  text-align: center;

}
.in-contents{
  padding-top: 40px;
}
.copmany-section1{
  width: 100%;
  padding-bottom: 60px;
}
.company-message{
  width: 1080px;
  margin: 0 auto;
  line-height: 30px;
}
.company-message iframe{
  width: 100%;
  height: 600px;
}
.company-greed{
  margin-bottom: 120px;
}
.company-goaisatu{
  width: 980px;
  margin: 0 auto;
  line-height: 40px;
  padding-bottom: 30px;
}
.company-goaisatu img{
  width: 100%;
  margin-top: 20px;
  margin-bottom: 20px;
}
.company-goaisatu h3{
  text-align: center;
  font-size: 1.5em;
  margin-top: 20px;
  margin-bottom: 20px;
}
.ceo{
  float: right;
  width: 400px;
  margin-top: 30px;
}
.ceo img{
  width: 100%;
  margin-bottom: 20px;
}
.action{
  text-align: center;
  width: 740px;
  margin: 0 auto 120px;
  line-height: 35px;
}
.action h2{
  color: #00035f;
  margin-bottom: 20px;
}
.greeding{
  margin-bottom: 130px;
  text-align: center;
  font-size: 18px;
  line-height: 40px;
}
.greeding img{
  width: 60%;
  margin-left: 20%;
  margin-right: 20%;
}
.company-prof{
  margin-bottom: 30px;
}
.company-prof{
  text-align: left;
}
.company-prof table{
  border: solid 1px #fff;
  border-collapse: collapse;
  padding-bottom: 30px;
  width: 700px;
  margin: 0 auto 70px;
}
.company-prof th{
  width: 130px;
  color: #fff;
  background-color: #0099ff;
  border: solid 1px #fff;
  text-align: center;
}
.company-prof td{
  border: solid 1px #fff;
  padding-left: 30px;
  padding-right: 30px;
  width: 560px;
}
.company-prof tr{
  height: 60px;
}
.heightup{
  height: 120px;
}
.map{
  width: 100%;
}
.map iframe{
  width: 100%;
  height: 450px;
}
.branch{
  line-height: 30px;
  font-family: "ヒラギノ角ゴ ProN W3";
}
.branch img{
  width: 380px;
}
.branch iframe{
  width: 100%;
  height: 400px;
}
.branch-block{
  margin-top: 15px;
  margin-bottom: 15px;
}
.history{
  width: 95%;
  margin: 0px auto 60px;
  text-align: center;
}
.history table{
  margin: 0 auto;
}
.history th{
  width: 130px;
  border-bottom: dotted 2px #000;
  text-align: center;
}
.history td{
  border-bottom: dotted 2px #000;
  padding-left: 30px;
  padding-right: 20px;
  width: 500px;
  text-align: left;
}
.history tr{
  height: 70px;
}




.contactform{
  text-align: center;
  font-size: 15px;
  margin-bottom: 40px;
}
.cuttin{
  width: 100%;
  height: 390px;
  margin-top: 40px;
  margin-bottom: 40px;
  background-image: url(../material/contact.png);
  background-size: 100% 100%;
}
.person-image{
  margin-top: 40px;
}
.recruit-person{
  background-image: url(../material/recruit-person.png);
  height: 750px;
  background-size: 100% auto;
  overflow: hidden;
  margin-bottom: 60px;
  background-repeat: no-repeat;
}
.career{
  margin-bottom: 80px;
}
.career-choice{
  margin-bottom: 40px;
}
.career-choice img{
  width: 50%;
  margin-bottom: 30px;
}
.career li{
  display: inline-block;
  position: relative;
  color: #0099ff;
  background-color: #fff;
  width: 30%;
  margin-left: 1%;
  margin-right: 1%;
  text-align: center;
  padding-top: 40px;
  padding-bottom: 40px;
  font-family: "Arial";
  box-shadow: 0px 10px 10px 0px rgba(0, 0, 0, 0.5);
}
.career li:hover{
  display: inline-block;
  color: #000;
  background-color: #fff;
  text-align: center;
  padding-top: 40px;
  padding-bottom: 40px;
  font-family: "Arial";
  transition: 0.5s;
}
.flag {
  position: absolute;
  top: 0;
  left: 0;
  border-left: 90px solid #002b60;
  border-bottom: 90px solid transparent;
}
.career-text{
  text-align: center;
  margin-top: 40px;
  margin-bottom: 40px;
}
.career-text h3{
  color: #000;
  text-shadow: 2px 2px 2px #ffb100;
  font-size: 28px;
}
.recruit-mes{
  width:  100%;
  margin-top: 50px;
}
.recruit-mes img{
  width: 70%;
  margin-left: 15%;
  margin-right: 15%;
}


.recruit-greeding{
  text-align: center;
  width: 900px;
  margin:0 auto 30px;
  line-height: 40px;
}
.recruit-greeding strong{
  color: #14093b;
  font-size: 1.3em;
}
.recruit-prof{
  margin-bottom: 60px;
}
.recruit-prof table{
  border: solid 1px #4983dc;
  border-collapse: collapse;
  padding-bottom: 30px;
  margin: 0 auto;
  width: 950px;
}
.recruit-prof th{
  width: 150px;
  background-color: #1d2d61;
  border: solid 1px #fff;
  text-align: center;
  color: #fff;
}
.recruit-prof td{
  border: solid 1px #fff;
  padding-left: 30px;
  padding-right: 20px;
  width: 300px;
}
.recruit-prof td:nth-of-type(2){
  width: 90px;
}
.recruit-prof tr{
  height: 70px;
}
.recruit-button{
  text-align: center;
}
.recruit-button li{
  display: inline-block;
}
.button{
  width: 300px;
  margin: 30px auto;
  border: solid 1px #fff;
  color: #fff;
  text-align: center;
  padding-top: 15px;
  padding-bottom: 15px;
}
.button:hover{
  background-color: #fff;
  color: #00035f;
  transition: 0.7s;
}
.button2{
  width: 300px;
  margin: 50px auto;
  border: solid 1px #1d2d61;
  color: #1d2d61;
  text-align: center;
  padding-top: 15px;
  padding-bottom: 15px;
}
.button2:hover{
  color: #fff;
  background-color: #1d2d61;
  transition: 0.7s;
}
.button-color{
  width: 300px;
  margin: 40px auto;
  background-color: #1d2d61;
  color: #fff;
  text-align: center;
  padding-top: 15px;
  padding-bottom: 15px;
}
.button-color:hover{
  color: #1d2d61;
  background-color: #fff;
  transition: 0.7s;
}





.button-footer{
  width: 300px;
  border: solid 2px #00035f;
  background-color: #fff;
  color: #00035f;
  text-align: center;
  padding-top: 15px;
  padding-bottom: 15px;
  margin-top: 20px;
}
.button-footer:hover{
  border: solid 2px #fff;
  background-color: #9b97c9;
  color: #fff;
  transition: 0.7s;
}

.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;/*線を消す*/
}
.confirm {
  width: 700px;
  margin: auto;
  padding-top: 30px;
  padding-bottom: 100px;
}
.confirm p{
  line-height: 200%;
}
.confirm h2{
  margin-top: 30px;
}
.personal{
  text-align: left;
}
.privacy a{
  color: #008cd6;
}
.personal-section2{
	width: 900px;
  margin: 0 auto;
  text-align: left;
}
.personal-section2 p{
	margin-bottom: 30px;
}
.privacy-day{
	width: 400px;
  text-align: left;
  margin-left: 80%;
  margin-bottom: 60px;
}
.service{
  width: 95%;
  margin: 0 auto 50px;
}


.hatuho{
  margin-top: 90px;
}
.yakudoshi{
  margin-top: 120px;
}
.yakudoshi h3{
  margin-bottom: 5px;
  color: #542180;
  text-shadow: 1px 2px 2px #AB951C; 
}
.yaku-frame img{
  width: 100%;
}
.smart-toppicture{
  display: none;
}




