@charset "UTF-8";

/* Base */
html { font-family: "ヒラギノ明朝 ProN W6", "HiraMinProN-W6", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", 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: "ヒラギノ明朝 ProN W6", "HiraMinProN-W6", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
}
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; }



.colorch{
  color:#ee7800;
}
.colorch2{
  color:#ee7800;
}
/* 全体 */

.invisible-pc{
  display: none;
}
.slide video{
  width: 100%;
}
.slide {
  position   : relative;
  max-width  : 100%;
}





.text-fadein span{
  display: inline-block;
  position: relative;
}
.text-fadein span:before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background: #036eb8;
  -webkit-transition: all .9s linear;
  -o-transition: all .9s linear;
  transition: all .9s linear;
}
.text-fadein.active span:before {
  width: 0%;
}
 .maintext{
  position: absolute;
  top: 350px;
  left: 5%;
  font-family: "ヒラギノ明朝 ProN W6", "HiraMinProN-W6", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;

  font-size: 1.9em;
  background-color: rgba(0, 13, 56, 0.7);
  padding: 10px 30px;
}

 .catchcopy{
  position: absolute;
  top: -10px;
   color:#fff;
   width: 100%;
   text-align: right;
   height: 40px;
   padding-top: 50px;
   z-index: 10000;
   font-size: 25px;
  
 }
 .catchcopy li{
   display: inline-block;
   margin-left: 20px;
 }
 .catchcopy i{
   padding-right: 20px;
 }
header{
  width: 100%;
  font-family: "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
  position: absolute;
  top: 40px;
  z-index: 1000;
}
.header-in{
  background-color:#fff;
  width: 100%;
}
header img{
  width: 300px;
}
.red{
  color: #55AAFB;
}
.underup {
  opacity : 0;
  transform: translateY(90px);
  transition: all 1s;
}
.underup2 {
  opacity : 0;
  transform: translateY(90px);
  transition: all 1.2s;
}
.underup3 {
  opacity : 0;
  transform: translateY(90px);
  transition: all 1.4s;
}
.underup4 {
  opacity : 0;
  transform: translateY(90px);
  transition: all 1.6s;
}

.underleft{
  opacity : 0;
  transform: translateX(90px);
  transition: all 1s;
}
.insta {/*アイコンの背景*/
  position: relative;/*相対配置*/
  display: inline-block;
  width: 30px;/*幅*/
  height: 30px;/*高さ*/
  background: -webkit-linear-gradient(135deg, #427eff 0%, #f13f79 70%) no-repeat;
  background: linear-gradient(135deg, #427eff 0%, #f13f79 70%) no-repeat;/*グラデーション①*/
  overflow: hidden;/*はみ出た部分を隠す*/
  border-radius: 8px;/*角丸に*/
}
.insta:before {/*グラデーションを重ねるため*/
  content: '';
  position: absolute;/*絶対配置*/
  top: -1px;
  left:1px;/*ずらす*/
  width: 60px;/*グラデーションカバーの幅*/
  height: 60px;/*グラデーションカバーの高さ*/
  background: -webkit-radial-gradient(#ffdb2c 10%, rgba(255, 105, 34, 0.65) 55%, rgba(255, 88, 96, 0) 70%);
  background: radial-gradient(#ffdb2c 10%, rgba(255, 105, 34, 0.65) 55%, rgba(255, 88, 96, 0) 70%);/*グラデーション②*/
}
.fa-instagram2 {/*アイコン*/
  color: #FFF;/*白に*/
  position: relative;/*z-indexを使うため*/
  z-index: 2;/*グラデーションより前に*/
  font-size: 10px;/*アイコンサイズ*/
}
.w95h{
  width: 95%;
  margin: 0 auto;
}
.w90{
  width: 90%;
  margin: 0 auto;
}
.w80{
  width: 80%;
  margin: 0 auto;
  padding-top: 40px;
} 
.w70{
  width: 70%;
  margin: 0 auto;
}
.w60{
  width: 60%;
  margin: 0 auto;
  float: left;
}
.w50{
  width: 50%;
  float: left;
}
.w50 img{
  width: 100%;
}
.w49{
  width: 49%;
  float: left;
}
.w49-side{
  margin-left: 2%;
}

.w40{
  width: 40%;
  margin: 0 auto;
  float: left;
}
.w35{
  width: 35%;
  margin: 0 auto;
  float: left;
}
.w30{
  width: 30%;
  margin-bottom: 40px;
  float: left;
  font-family: "Arial";
}
.w30 img{
  width: 100%;
}
.w30 h3{
  color: #14093b;
  margin-top: 10px;
  margin-bottom: 10px;
}
.top-catch{
  width: 100%;
  color: #000;
  text-align: center;
}
.top-catch p{
  margin-bottom: 15px;
  font-size: 18px;
}
.back2img img{
  width: 100%;
}
.tate{
  text-orientation: upright;
	writing-mode: vertical-rl;
}
.text-tate{
  text-orientation: upright;
	writing-mode: vertical-rl;
  font-size: 42px;
  height: 100%;
  margin-top: 80px;
  margin-left: 180px;
}
.text-tate-space{
  margin-top: 100px;
}
.text-tate-selection{
  text-orientation: upright;
	writing-mode: vertical-rl;
  font-size: 92px;
  height: 110%;
  margin-top: 20px;
  margin-left: 80px;
}
.text-tate-space-selection{
  margin-top: 180px;
}
.back2img{
  background-image: url(../material/back2.jpg);
  background-size: 100% 100%;
}

.top-catch-under img{
  width:110%;
  margin-left: -30%;
}



.top-map{
  width: 100%;
  height: 500px;
}
.top-map iframe{
  width: 100%;
  height: 100%;
}
.top-effect-img img{
  display: none;
    position: absolute;
    width: 100%;
    left: 800px;
    margin-left: -800px;
}
.top-effect-img{
  position: absolute;
  width: 700px;
  min-width: 530px;
  top:300px;
  left:15%;
  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;
  color: #000;
  margin-left: 10px;
  background-color: rgba(255, 255, 255, 0.6);
}
.herder-left h1{
  margin-top: 20px;
  font-size: 29px;
  padding-left: 20px;
}
.herder-left p{
  padding-top: -30px;
}
.herder-left img{
  width: 140px;
  margin-right: 15px;
  margin-bottom: 5px;
  margin-top: -10px;
}
.li-line{
  border-left:solid 1px #a9a9a9;
}
.li-right{
  border-right:solid 1px #a9a9a9;
}
.li-line:hover{
  background-color: #3e78b5;
  color: #fff;
}
.herder-middle{
  float: right;
  font-size: 13px;
  margin-right: 30px;
  margin-top: 45px;
  text-orientation: upright;
	writing-mode: vertical-rl;
}
.herder-middle li{
  padding: 5px 20px;
  font-size: 1.2em;
}
.herder-a{
  font-size: 12px;
  margin-top: 5px;
  margin-bottom: 5px;
  text-align: right;
}
.herder-a li{
  background-color: #3b17c9;
  color: #fff;
  padding-left: 20px;
  padding-right: 20px;
  margin-right: 20px;
}
.hover-white:hover {
  background-color: #fff;
  color: #262504;
  transition: 0.6s;
}
.hover-border:hover {
  border-bottom: 3px solid #f7f038;
}
.herder-b{
  font-size: 15px;
}
.herder-position-in{
  width: 100%;
  color: #fff;
  padding-top: 10px;
  padding-bottom: 10px;
}
.header-relative{
  position: relative;
  color: #fff;
}
.csr{
  margin-bottom: 80px;
}
.contact-button{
  color: #fff;
  background-color: #001b7d;
  border:solid 2px #001b7d;
  padding-top: 20px;
  padding-bottom: 20px;
  font-size: 18px;
}

.small{
  font-size: 20px;
}
.small-header{
  font-size: 10px;
}
.top{
  overflow: hidden;
  top: 0;
  min-width: 960px;
  width: 100%;
  height: 900px;
  margin-top: -7px;
}
.top img{
  display: none;
    position: absolute;
    width: 100%;
    height: 900px;
    left: 800px;
    margin-left: -800px;
}

.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: 40px;
  padding-bottom: 40px;
}
.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: #331da0;
  padding: 5px 0px;
  color: #fff;
  margin-right: 50px;
  font-size: 12px;
}
.day-right{
  float: left;
  padding-top: 5px;
}
.infiniteslide1{
  height: 250px;
  background-color: #456;
}
.infiniteslide1 img{
  height: 250px;
}
.title{
  margin-top: 30px;
  margin-bottom: 30px;
  text-align: center;
}
.titleimg{
  width: 100%;
}
.titleimg img{
  margin-top: 50px;
  width: 100%;
}
.title2{
  margin-top: 30px;
  margin-bottom: 30px;
  text-align: center;
}
.title h2{
  font-size: 40px;
  margin-bottom: 10px;
  color: #5b5c5c;
}
.title2 h2{
  font-size: 50px;
  color: #1B5DC6;
  font-family: "Arial";
}
.title p{
  font-size: 15px;
  color: #ee7800;
  font-family: "Verdana";
}
.title2 p{
  font-size: 15px;
  color: #2261a0;
  font-family: "Verdana";
}
.title-selection h2{
  font-size: 100px;
}

.contact-tel{
  font-size: 40px;
}
.top-works{
  background-color: #eef4fa;
  padding-top: 30px;
  padding-bottom: 100px;
}
.top-works .title{
  text-align: left;
}
.top-works img{
  width: 100%;
  margin-bottom: 50px;
}
.top-works-message{
  width: 80%;
  margin: 50px auto;
  text-align: center;
  color: #000;
}
.top-works-message h2{
  font-size: 40px;
  margin-bottom: 20px;
}
.top-works-half h3{
  font-size: 35px;
}
.circle{
  width: 250px;
  height: 250px;
  margin: 0 auto;
  border-radius: 125px;
  background-color: #5b5c5c;
  text-align: center;
  font-size: 27px;
}

.circle h3{
  padding-top: 50px;
  margin-bottom: 10px;
}

.position-re {
  position: relative;
}
.jirei-link{
  position: absolute;
  text-align: center;
  top: 170px;
  width: 100%;
}
.jirei-link i{
  margin-bottom: 30px;
}
.jirei-link li{
  display: inline-block;
  color: #fff;
  background-color: #331da0;
  width: 25%;
  margin-left: 3%;
  margin-right: 3%;
  text-align: center;
  padding-top: 40px;
  padding-bottom: 40px;
  margin-bottom: 40px;
  font-family: "Arial";
  box-shadow: 0px 10px 10px 0px rgba(0, 0, 0, 0.5);
}
.jirei-link li:hover{
  display: inline-block;
  color: #331da0;
  background-color: #fff;
  width: 25%;
  margin-left: 3%;
  margin-right: 3%;
  text-align: center;
  padding-top: 40px;
  padding-bottom: 40px;
  font-family: "Arial";
  transition: 0.5s;
}
.contacttolink{
  padding-top: 10px;
  padding-bottom: 10px;
  background-color: #3b17c9;
  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;
}
.contacttolink4{
  padding-top: 5px;
  padding-bottom: 5px;
  background-color: #9F280E;
  color: #fff;
  height: 30px;
  width: 200px;
  text-align: center;
}


.lispace{
  margin-left: 10%;
  margin-right: 10%;
}
.lispace5{
  margin-left: 5%;
  margin-right: 5%;
}
.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-back{
  background-image: url(../material/back3.jpg);
  background-size: auto 100%;
}

footer{
  background-color: rgba(0,0, 0, 0.3);
  color: #fff;
  font-family:"Avenir";
}
.footer-bar{
  padding-top: 20px;
  padding-bottom: 40px;
}

.footer-in{
  width: 1080px;
  margin:0 auto;
  color: #fff;
  padding-top: 30px;
  text-align: center;
}
.footer-logo{
  width: 350px;
  margin: 0 auto 50px;
  text-align: center;
}
.footer-logo img{
  width: 100%;
}
.bottom20{
  margin-bottom: -21px;
}

.footer-adress{
  font-size: 18px;
  margin-top: 7px;
}
.footer-logo .textbig{
  font-size: 3em;
  margin-right: 10px;
  font-family: "ヒラギノ角ゴ Pro W6";
}
.footer-space{
  margin-right: 15px;
  margin-left: 15px;
}


.footer-link li{
  display: inline-block;
  width: 100px;
  margin-left: 20px;
  margin-right: 20px;
}
.footer-link img{
  width: 100%;
}
.copywright{
  text-align: center;
  background-color: rgba(0, 9, 9, 0.8);
  font-size: 14px;
  padding-top: 10px;
  padding-bottom: 10px;
}
.copywright span{
  color: orangered;
  font-size: 18px;
}
.humberger-menu{
  display: none;
}
.smart-link{
  display: none;
}
.inner-picture{
  width: 100%;
  position: relative;
  height: 550px;
}
.inner-picture img{
  width: 100%;
  height: 550px;
}
.inner-picture-text{
  position: absolute;
  top: 300px;
  font-size: 50px;
  font-family: "osaka";
  color: #fff;
  width: 60%;
  left: 13%;
 
}
.inner-picture-text h3{
  text-shadow:3px 4px 3px rgba(0, 0, 0, 0.9);
}

.in-contents{
  width: 100%;
  color: #000;
  margin-bottom: 70px;
}
.section0{
  background-image: url(../material/back.jpg);
  width: 100%;
  background-size: 100% 100%;
  height: 600px;
  position: relative;
}
.section0-text{
  position: absolute;
  width: 100%;
  top: 0;
  background-color: rgba(0, 0,0, 0.5);
  padding-top: 100px;
  text-align: center;
  color: #fff;
  font-size: 1em;
  line-height: 40px;
  padding-bottom: 70px;
}


.section1{
  background-image: url(../material/top5.jpg);
  width: 100%;
  background-size: 100% 100%;
  height: 600px;
  position: relative;
  margin-bottom: 90px;
}
.section1-text{
  position: absolute;
  width: 100%;
  top: 60%;
  background-color: rgba(255, 255, 255, 0.8);
  padding-bottom: 25px;
  color: #162347;
  font-family: Impact;
  font-size: 1.3em;
}
.section1-text p{
  color: #ee7800;
  font-size: 1.3em;
}
.section1-link{
  position: absolute;
  right: 5%;
  bottom:20px;
}

.kyujin-pic1{
  background-image: url(../material/branch2.jpg);
  background-size: 100% 100%;
  height: 400px;
  position: relative;
}
.kyujin-pic2{
  background-image: url(../material/recruit2.png);
  background-size: 100% 100%;
  height: 400px;
  position: relative;
}
.kyujin-pic3{
  background-image: url(../material/recruit3.png);
  background-size: 100% 100%;
  height: 400px;
  position: relative;
}
.kyujin-pic4{
  background-image: url(../material/recruit4.png);
  background-size: 100% 100%;
  height: 400px;
  position: relative;
}
.kyujin-text{
  position: absolute;
  width: 96%;
  margin-left: 2%;
  margin-right: 2%;
  margin-top: 2%;
  height: 96%;
  background-color: rgba(0, 48, 183, 0.7);
}
.kyujin-text-inpage{
  padding-top: 50px;
  text-align: center;
  width: 90%;
  margin: 0 auto;
  color: #fff;
}
.kyujin-text-inpage h2{
  margin-bottom: 10px;
  font-size: 32px;
}
.kyujin-text-inpage h3{
  margin-bottom: 20px;
  color: #f9ff03;
}
.text-small{
  font-size: 0.5em;
}

.copmany-section1{
  width: 100%;
  padding-bottom: 60px;
  padding-top: 60px;
}
.company-message{
  width: 1080px;
  margin: 0 auto;
  line-height: 30px;
}

.greeding{
  width: 1080px;
  margin: 0 auto 180px;
  text-align: center;
  font-size: 18px;
  line-height: 40px;
}
.greeding img{
  width: 40%;
  margin-left: 30%;
  margin-right: 30%;
  margin-bottom: 40px;
}
.greeding h2{
  margin-bottom: 20px;
  font-size: 2em;
}
.ceo{
  width: 390px;
  float: right;
  margin-top: -120px;
}
.ceo img{
  width: 100%;
  margin-bottom: 20px;
}
.history{
  margin-top: 90px;
}
.history table{
  margin: 0 auto;
}
.history th{
  width: 130px;
  border-bottom: dotted 2px #fff;
  text-align: center;
}
.history td{
  border-bottom: dotted 2px #fff;
  padding-left: 30px;
  padding-right: 20px;
  width: 500px;
}

.shop table{
  width: 90%;
  margin: 0 auto;
  color: #5b5c5c;
}
.shop th{
  width: 130px;
  border-bottom: dotted 2px #5b5c5c;
  text-align: center;
}
.shop td{
  border-bottom: dotted 2px #5b5c5c;
  padding-left: 30px;
  padding-right: 20px;
  width: 500px;
}
.shop tr{
  height: 65px;
}
.meet-menu{
  text-align: center;
  margin-top: 90px;
  margin-bottom: 120px;
}
.meet-menu li{
  width: 15%;
  margin-left: 2%;
  margin-right: 2%;
  display: inline-block;
}
.meet-menu img{
  width: 100%;
}
#company2{
  padding-top: 90px;
}
.award{
  width: 80%;
  margin: 0 auto;
}
.award p{
  margin-top: 20px;
  margin-bottom: 40px;
  color: #ff0;
}






.company-prof{
  margin-bottom: 70px;
}
.company-prof{
  text-align: left;
}
.company-prof table{
  border: solid 1px #4983dc;
  border-collapse: collapse;
  padding-bottom: 30px;
  width: 700px;
  margin: 0 auto 30px;
}
.company-prof th{
  width: 130px;
  background-color: #003e7c;
  border: solid 1px #4983dc;
  color: #fff;
  text-align: center;
}
.company-prof td{
  border: solid 1px #4983dc;
  padding-left: 30px;
  width: 560px;
}
.company-prof tr{
  height: 70px;
}
.branch{
  line-height: 30px;
  font-family: "ヒラギノ角ゴ ProN W3";
}
.branch img{
  width: 380px;
}
.branch iframe{
  width: 100%;
  height: 340px;
}
.branch-block{
  margin-top: 15px;
  margin-bottom: 15px;
}
.contactform{
  text-align: center;
  font-size: 15px;
  margin-bottom: 40px;
}
.recruit-greeding{
  text-align: center;
  width: 1000px;
  margin:0 auto 80px;
  line-height: 35px;
}
.recruit-greeding h3{
  color: #000;
  text-shadow: 2px 2px 2px #ffb100;
}
.recruit-greeding{
  text-align: center;
  width: 930px;
  margin:0 auto 80px;
}
.recruit-greeding h3{
  color: #000;
  text-shadow: 2px 2px 2px #ffb100;
}
.recruit-greeding p{
  margin-top: 30px;
}
.recruit-prof table{
  border: solid 1px #4983dc;
  border-collapse: collapse;
  padding-bottom: 30px;
  margin: 0 auto 30px;
  width: 95%;
}
.recruit-prof th{
  width: 130px;
  background-color: #003e7c;
  border: solid 1px #fff;
  text-align: center;
  color: #fff;
}
.recruit-prof td{
  border: solid 1px #fff;
  padding-left: 30px;
  padding-right: 20px;
}
.recruit-prof tr{
  height: 70px;
}
.recruit-button{
  text-align: center;
  margin-bottom: 60px;
}
.recruit-button li{
  width: 400px;
  margin: 0 auto;
  padding-top: 20px;
  padding-bottom: 20px;
}
.button{
  width: 350px;
  margin: 40px auto;
  background-color: #fff;
  color: #5b5c5c;
  text-align: center;
  padding-top: 15px;
  padding-bottom: 15px;
}
.button:hover{
  background-color: #3b17c9;
  color: #fff;
  transition: 0.7s;
}
.button-frame{
  width: 350px;
  margin: 40px auto;
  border: solid 2px #5b5c5c;
  color: #5b5c5c;
  text-align: center;
  padding-top: 15px;
  padding-bottom: 15px;
}
.button-frame h2{
  font-size: 2.4em;
}
.button2{
  width: 350px;
  margin: 40px auto;
  background-color: #5b5c5c;
  color: #fff;
  text-align: center;
  padding-top: 15px;
  padding-bottom: 15px;
}
.button2:hover{
  background-color: #fff;
  color: #5b5c5c;
  transition: 0.7s;
}
.privacy{
  width: 760px;
  margin:0 auto 60px;
}
.privacy a{
  color: red;
}
.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{
  width: 60%;
  margin-top: 50px;
  margin-left: 20%;
  margin-right: 20%;
  text-align: center;
    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;
  color: #000;
}

.personal-section2{
	width: 900px;
  margin: 0 auto;
}
.personal-section2 p{
	margin-bottom: 30px;
}
.privacy-day{
	width: 400px;
  margin-left: 70%;
  margin-bottom: 60px;
}
.careerup{
  width: 100%;
  margin-bottom: 60px;
}
.careerup img{
  width: 100%;
}
.careerup-left{
  width: 90%;
  margin:  auto;
}
.careerup-left img{
  width: 50%;
}
.careerup-right{
  margin-top: 120px;
}

.flag {
  position: absolute;
  top: 0;
  left: 0;
  border-left: 90px solid #000;
  border-bottom: 90px solid transparent;
}
.recruit-section{
  margin-top: 50px;
}
.recruit-section ul{
  text-align: center;
  margin-bottom: 90px;
}
.recruit-section li{
  width: 350px;
  margin-bottom: 20px;
  background-color: #003e7c;
  color: #fff;
}
.recruit-section img{
  width: 100%;
}
.recruit-section-img li{
  display: inline-block;
  width: 20%;
  margin-left: 1%;
  margin-right: 1%;
}


.recruit-grid h2{
  text-align: center;
  font-size: 35px;
  color: #1a4c8f;
  background: -webkit-linear-gradient(0deg, #fff, #ee7800);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.recruit-grid-p{
  text-align: center;
  font-style: italic;
  margin-top: 40px;
  margin-bottom: 40px;
  line-height: 30px;
}
.recruit-grid-p h3{
  margin-top: 30px;
}
.right-half{
  border-right:solid 2px;
  height:70px;
}




.confirm p{
  line-height: 200%;
}
.confirm h2{
  margin-top: 30px;
}
.personal{
  text-align: left;
}
.personal-section{
  margin-bottom: 40px;
}
.service{
  padding-bottom: 50px;
  width: 95%;
  margin: 0 auto;
}
.service-message{
  text-align: center;
  width: 90%;
  margin: 0 auto;
}
.service-message h2{
  text-align: center;
  width: 600px;
  margin: 0 auto;
  color: #fff;
  font-size: 30px;
  border-left: 3px #fff solid;
  border-right: 3px #fff solid;
}
.service-message p{
  margin-top: 30px;
  line-height: 30px;
}
.service-first{
  margin-bottom: 60px;
}
.service-first img{
  width: 100%;
}
.service-second img{
  width: 100%;
}
.service-third img{
  width: 100%;
}
.service-third{
  text-align: right;
}
.service-top{
  width: 80%;
  margin: 50px auto;
}
.service-top img{
  width: 100%;
  margin-bottom: 40px;
}
.hexagon {
  display: block;
  position: relative;
  width: 80px;
  height: 100px;
  background: #f00;
  color: #fff;
  clip-path: polygon(50% 0, 99% 25%, 100% 75%, 50% 100%, 0 75%, 0 25%);
  font-size: 50px;
  text-align: center;
}
.flow-table{
  width: 70%;
  margin: 0 auto;
}
.flow-table th{
  padding-right: 40px;
}
.flow-table h3{
  font-size: 40px;
  color: #f00;
  padding-top: 90px;
  margin-bottom: 20px;
}







.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%;
}
.jirei {
  width: 1080px;
  margin: 0 auto;
  padding-bottom: 90px;
  line-height: 40px;
  text-align: center;
}
.jirei img{
  width: 100%;
}
.jirei ul{
  margin-bottom: 30px;
}
.jirei li{
  width: 300px;
  display: inline-block;
}
.jirei-space{
  margin-left: 2%;
  margin-right: 2%;
}
.smart-toppicture{
  display: none;
}
.juyohin li{
  display: inline-block;
  width: 150px;
  margin-left: 0.5%;
  margin-right: 0.5%;
}
.juyohin img{
  width: 100%;
}




