@charset "UTF-8";

/* Base */
html { font-family: "ヒラギノ角ゴ Pro W3"; font-size: 16px; line-height: 1.5; }
body { background-color: rgb(51, 52, 51); color: rgb(255, 255, 255); min-width: 1080px; font-family: "ヒラギノ角ゴ Pro W3";}
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; }



.slide {
  position: relative;
  width: 100%;
  height: 690px;
  overflow: hidden;
  margin-top: -10px;
}

.slide-image {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  animation: slider-1 24s linear infinite;
}

.slide-image:nth-child(1) {
  background-image: url(../material/top2.png);
  animation-delay: -2s;
}

.slide-image:nth-child(2) {
  background-image: url(../material/top.png);
  animation-delay: 6s;
}

.slide-image:nth-child(3) {
  background-image: url(../material/top3.png);
  animation-delay: 14s;
}

@keyframes slider-1 {
  0% {
    opacity: 0;
    transform: scale(1);
  }
  4.16% {
    opacity: 1;
  }
  33.33% {
    opacity: 1;
  }
  41.66% {
    opacity: 0;
    transform: scale(1.2);
  }
  100% {
    opacity: 0;
  }
}

.blue{
  color: #33ccff;
}
.red{
  color: #f00;
}
.text-fadein span{
  display: inline-block;
  position: relative;
}
.text-fadein span:before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background: #ffffff;
  -webkit-transition: all .9s linear;
  -o-transition: all .9s linear;
  transition: all .9s linear;
}
.text-fadein.active span:before {
  width: 0%;
}
.pc-none{
  display: none;
}
.type-page h1{
  display: none;
}
/* 共通エリア開始 */
#header{
  position: relative;
  width: 100%;
}
.w250{
  width: 263px;
  margin-top: -35px;
  margin-right: 3px;
  font-size: 25px;
}
.w250 img{
  width: 80px;
  margin-right: 10px;
  margin-top: -20px;
}
.w25 {
  width: 25%;
  float: left;
}

.smart-link{
  display: none;
}
.smart-toppicture{
  display: none;
}
.humberger-menu{
  display: none;
}
.maintext {
  position: absolute;
  top:280px;
  width: 740px;
  background-color: rgba(150, 54, 48, 0.8);
  color: #fff;
  left: 8%;
  font-size: 18px;
  text-align: left;
  padding-top: 10px;
  font-family: "ヒラギノ角ゴ Pro W3";
}
.maintext h3{
  font-size: 32px;
  margin-left: 10%;
  font-family: "ヒラギノ角ゴ Pro W6";
}
.maintext p{
  text-align: right;
}
.maintext-in{
  padding:-10px;
  height: 30px;
}

.w50{
  float: left;
  width: 50%;
}
.w35{
  float: left;
  width: 45%;
  margin-bottom: 40px;
}

.w45{
  float: left;
  width: 47.5%;
}
.w80{
  width: 80%;
  margin: 0 auto;
  padding-top: 40px;
} 
.w25left{
  margin-left: 2.5%;
}
.w25right{
  margin-right: 2.5%;
}
.w50 img{
  width: 100%
}
.fa-envelope-open-text{
  margin-right: 20px;
}
.fa-phone{
  margin-right: 20px;
}
.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:150px;
  left:15%;
  list-style: none;
  text-align: center;
  opacity: 0;
  animation: example 2.5s ease 2.5s 1 forwards;　
    -webkit-animation: example 2.5s ease 2.5s 1 forwards;
  z-index: 100;    
}
@-webkit-keyframes example {
  100% {
    opacity: 1;
  }
}
@keyframes example {
  100% {
    opacity: 1;
  }
}

.w90{
  width: 90%;
  margin: 0 auto;
}
.w520{
  width: 520px;
  float: left;
}
.w520-nomal{
	width: 520px;
	margin: 0 auto;
}
.whalf{
  width: 50%;
  float: left;
}
.w30{
	width: 30%;
	float: left;
}
.w70{
	width: 70%;
  float: left;
  text-align: left;
}
.w60{
  width: 65%;
  float: left;
  text-align: left;
}
.space20{
  margin-left: 40px;
}
.space40{
  margin-left: 40px;
}
.underup {
  opacity : 0;
  transform: translateY(90px);
  transition: all 1s;
}
.underleft{
  opacity : 0;
  transform: translateX(90px);
  transition: all 2s;
}

.header-menu{
  position: absolute;
  top: 0px;
  height: 96px;
  width: 100%;
}
.header-menu.sticky {
    position: fixed;
    top: 0;
    z-index: 10000;
}
.header-menu li{
  display: inline-block;
  padding-left: 20px;
  padding-right: 20px;
  padding-top: 35px;
  color: #fff;
}
.header-menu i{
  font-size: 35px;
  margin-top: -20px;
}


.header-menu-in{
  position: absolute;
  width: 100%;
  top: 0px;
  height: 102px;
  background-color: rgba(38, 75, 39, 0.6);
}
.header-menu-in.sticky {
    position: fixed;
    top: 0;
    z-index: 10000;
}
.header-menu-in li{
  display: inline-block;
  padding-left: 20px;
  padding-right: 20px;
  padding-top: 45px;
  color: #fff;
}
.header-menu-in i{
  font-size: 35px;
  margin-top: -130px;

}

.small-italic{
  font-style: italic;
  font-size: 0.7em;
  
}
.header-logo{
  width: 270px;
  padding-top: 29.5px;
  padding-right: 20px;
  padding-bottom: 29.5px;
  text-align: center;
  font-size: 14px;
  text-align: center;
  float: left;
  color:#fff;
  background-color: #963630;
}
.header-logo img{
  width: 100px;
  margin-right: 5px;
  margin-left: 20px;
  margin-top: 5px;
}
.header-middle{
  float: left;
  margin-left: 6%;
}
.contact-form{
  margin-left: 50px;
  margin-top: -40px;
}
.contact-form:hover{
  background-color: #170354;
  transition: 0.7s;
}
.colora{
  background-color: #2b493b;
}
.colorb{
  background-color: #264c23;
}
.color-paterna{
  background-color: #4E1766;
  padding-left: 22px;
  padding-right: 13px;
  height: 56px;
  text-align: center;
  font-family: "ヒラギノ角ゴ Pro W3";
  width: 75px;
}
.color-paternb{
  background-color: #4EAEFF;
  padding-left: 22px;
  padding-right: 13px;
  height: 56px;
  margin-left: -5px;
  text-align: center;
  font-family: "ヒラギノ角ゴ Pro W3";
  width: 75px;
}
.color-paternc{
  background-color: #B5312D;
  padding-left: 22px;
  padding-right: 13px;
  height: 40px;
  margin-left: -6px;
  text-align: center;
  font-family: "ヒラギノ角ゴ Pro W3";
  width: 75px;
}
.top-small{
  font-size: 9px;
  margin-top: 10px;
  color: #c0c0c0;
}
.text-small{
  font-size: 0.7em;
}

.width108{
  width: 1080px;
  margin: 0 auto;
}
.title{
  padding-top: 50px;
  margin-bottom: 50px;
  font-family: 'arial', 'sans-serif';
  text-align: left;
}
.title p{
  font-size: 16px;
  color: #FFB801;
  display: inline-block;
  padding-top: 5px;
  letter-spacing: 5px;
  margin-bottom: 10px;
}
.title h2{
  font-size: 40px;
  letter-spacing: 0.15em;
  color: rgb(255, 255, 255);
}
.title-contact{
  margin-bottom: 20px;
}
.title-contact h2{
  font-size: 40px;
}
.title-contact h3{
  margin-bottom: 10px;
  border-bottom: 5px solid; 
  padding-bottom: 10px;
  padding-top: 5px;
  display: inline-block;
}

.button4{
  text-align: center;
  padding: 10px 20px;
  border: solid 2px #fff;
  color: #fff;
  width: 270px;
  margin: 14.5px auto;
  vertical-align: middle;
  font-size: 25px;
}
.button4:hover{
  color: #fff;
  background-color: #54D58A;
  transition: 0.5s;
}
.colorch{
  color: #34C7E0;
  font-size: 1.3em;
}
.colorch2{
  color: #FFB801;
  font-size: 1.3em;
}

.lispace10{
  margin-left: 4%;
  margin-right: 4%;
}
.whats-text{
  text-align: left;
  line-height: 40px;
}
.whats-text h2{
  margin-bottom: 60px;
  font-size: 22px;
  text-align: center;
}
.whats-text .title{
  margin-top: 80px;
  text-align: left;
}
.tile-picture img{
  width: 100%;
}
.flow-intro .w30{
  margin-bottom: 60px;
}



.about-rela{
  position: relative;
  overflow:hidden;
}
.about-ab{
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 90px;
  background: linear-gradient(180deg, rgba(22, 135, 237,0), rgba(145, 43, 57, 0.9));
  font-family: 'arial', 'sans-serif';
  
}
.about-rela img{
  transition:1s all;
}
.about-rela img:hover{
  transform:scale(1.2,1.2);
  transition:1s all;
}
.about-ab h3{
  text-align: left;
  padding-left: 30px;
  padding-top: 30px;
  color: #fff;
  font-size: 35px;
}


.button-yoko {
  text-align: center;
  margin-top: 40px;
  padding-bottom: 40px;
}
.button-yoko li{
  display: inline-block;
  width: 35%;
  border:solid 3px;
  padding-top: 20px;
  padding-bottom: 20px;
}
.button-tate {
  text-align: center;
}
.button-tate li:hover{
  background-color: #0D0F80;
  color: #fff;
  transition: 0.8s;
}
.button-tate li{
  display: inline-block;
  width: 45%;
  border:solid 3px;
  padding-top: 20px;
  padding-bottom: 20px;
  margin-bottom: 30px;
}
.button-contact li{
  display: inline-block;
  width: 75%;
  margin-top: 20px;
  border:solid 3px;
  padding-top: 20px;
  padding-bottom: 20px;
  margin-bottom: 30px;
  text-align: center;
}
.top-recruit{
  background-image:url(../material/top4.png);
  background-size: 100% 100%;
  line-height: 30px;
  color: #fff;
  padding-bottom: 80px;
}
.top-recruit .title h2{
  color: #fff;
  text-align: center;
}
.top-recruit-text{
  font-size: 20px;
  margin-bottom: 100px;
}
.top-recruit-text p{
  font-size: 17px;
}
.top-recruit img{
  width: 100%;
}
.top-recruit-ul{
  text-align: center;
}
.top-recruit-ul li{
  width: 23%;
  display: inline-block;
}
.top-recruit-ul p{
  text-align: left;
}
.side-wide{
  margin-left: 1.5%;
  margin-right: 1.5%;
}

.shadow-img{
  filter: drop-shadow(0 0px 3px rgba(0, 0, 0, .9));
}
.person-img{
  font-family: "ヒラギノ角ゴ Pro W3";
  text-align: left;
  font-size: 25px;
  line-height: 45px;
}
.privacy-day{
	width: 400px;
  margin-left: 70%;
  margin-bottom: 60px;
}
.w300{
  width: 290px;
  font-size: 12px;
  border-top:solid 2px;
  margin-top: 10px;
}
.w300 p{
  margin-top: 10px;
}
.top-contact{
  padding-top: 20px;
  padding-bottom: 20px;
  width: 80%;
  text-align: center;
  margin: 0 auto;
  color: #fff;
  border: solid 3px #fff;
  font-family: "ヒラギノ角ゴ Pro W3";
}
.top-contact-message{
	width: 430px;
	margin: 0 auto;
}
.img-left{
  background-color: rgba(237, 113, 0, 0.7);
  padding-top: 40px;
  padding-bottom: 40px;
}
.img-right{
  background-color: rgba(28, 41, 94, 0.7);
  padding-top: 40px;
  padding-bottom: 40px;
}
.contact-tel{
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 29px;
  font-family: "ヒラギノ角ゴ Pro W6";
}
.color-a{
  background-image: url(../material/half-right.png);
  background-size: 100% 100%;
}
.color-b{
  background-image: url(../material/half-left.png);
  background-size: 100% 100%;
}
.works{
  width: 100%;
  margin-bottom: 40px;
}
.works img{
  width: 100%;
}
.works-index{
  padding: 20px;
  height: 40px;
  color: #fc4400;
}
.works-index h3{
  color: #0f1766;
  font-size: 23px;
  margin-bottom: 10px;
}
.works-text{
  padding: 20px;
}
.facirity{
  text-align: center;
  margin-bottom: 60px;
}
.facirity table{
  width: 80%;
  margin: 60px auto 80px;
  text-align: left;
}
.facirity tr{
  height: 60px;
  border: solid 1px #c0c0c0;
  border-collapse: collapse;
}
.facirity th{
  background-color: #fc4400;
  color: #fff;
  text-align: center;
  border: solid 1px #c0c0c0;
  border-collapse: collapse;
}
.facirity td{
  padding-left: 20px;
  border: solid 1px #c0c0c0;
  border-collapse: collapse;
}
.macine img{
  width: 100%;
}
.macine li{
  display: inline-block;
  width: 30%;
  margin-right: 2%;
  margin-bottom: 50px;
}
.macine h3{
  border-left: #0f1766 solid 7px;
  padding-left: 10px;
  margin-bottom: 20px;
}


.top-member{
  background-color: #000;
  line-height: 30px;
  padding-top: 40px;
  padding-bottom: 60px;
  text-align: left;
  color: #000;
}
.top-member h2{
  margin-top: 30px;
  margin-bottom: 30px;
}
.top-member .title{
  text-align: center;
}
.top-member img{
  width: 100%;
}
.top-member-li li{
  width: 32%;
  display: inline-block;
}
.top-member-li img{
  width: 100%;
}
.top-member .button{

}
.member-rela{
  position: relative;
}
.member-ab{
  position: absolute;
  width: 400px;
  top: 40px;
  left: 15%;
  padding-top: 40px;
  padding-bottom: 40px;
  color: #000;
  background-color: #fff;
  border-top: #963630 solid 15px;
}




.top-about{
  width: 100%;
}
.top-about img{
  width: 100%;
}
.top-about-text{
  line-height: 30px;
  text-align: left;
}



.button{
  text-align: center;
  padding: 10px;
  border:solid 1px;
  width: 240px;
  margin: 30px auto 0;
}
.button p{
  text-align: center;
}
.button:hover{
  color: #1c2788;
  background-color: #fff;
  transition: 0.6s;
}
.button2{
  text-align: center;
  background-color: #EB6CA2;
  color: #fff;
  width: 250px;
  padding-top: 10px;
  padding-bottom: 10px;
}
.button2:hover{
  color: #EB6CA2;
  background-color: #fff;
  transition: 0.6s;
}
.button3{
  background-color: #000;
  color: #ff0;
  text-align: center;
  padding: 10px;
  width: 200px;
}
.button3:hover{
  color: #000;
  background-color: #ff0;
  transition: 0.6s;
}

.top-cover{
  position: absolute;
  top: 0;
  height: 690px;
  width: 100%;
  background-color: rgba(255, 255, 255, 0.2);
}
.top-cover-in{
  position: absolute;
  top: 0;
  height: 408px;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.4);
}
.cover-color{
  background-color: rgba(0, 7, 31, 0.7);
  padding-top: 40px;
  padding-bottom: 110px;
}
.ceparate:after {
  content:"";
  display: block;
  clear:both;
}
.contents{
  text-align: center;
}
.contents img{
  width: 100%;
}
.black-height{
  background-color: #ff0;
  height: 20px;
  width: 100%;
}
.yarigai{
  margin-bottom: 210px;
}
.service-text h3{
  font-size: 25px;
  margin-bottom: 30px;
  margin-top: 40px;
  color: #97ea2d;
}
.service-me img{
  width: 100%;
}
.service-l{
  float: left;
  width: 25%;
}
.service-r{
  float: left;
  width: 70%;
  margin-left: 5%;
}
.service-l img{
  width: 100%;
  margin-bottom: 20px;
}
.service-point{
  width: 90%;
  margin: 0 auto 60px;
}
.service-point img{
  width: 90%;
  margin-left: 5%;
  margin-right: 5%;
  margin-bottom: 20px;
}
.service-point h3{
  font-size: 25px;
  margin-bottom: 10px;
  font-family: "Arial";
  color: #97ea2d;
}
.service-text{
  width: 90%;
  height: 140px;
  margin:0 auto;
  line-height: 30px;
  padding-bottom: 40px;
}


.w50-in{
  padding-top: 40px;
  text-align: center;
  width: 90%;
  margin: 0 auto;
  line-height: 30px;
  text-align: left;
}
.w50-in h3{
  font-size: 22px;
  margin-bottom: 20px;
  text-align: left;
  color: #fff;
  font-family: "Arial";
}

.left-border{
  border-left: solid 1px;
}
.three-point{
  width: 100%;
}
.three-point img{
  width: 100%;
}
.w33 {
  width: 33.3%;
  float: left;
}
.w33 img{
  width: 100%;
}


.service30{
  width: 25%;
  float: left;
}
.service70{
  float: left;
  width: 65%;
  text-align: left;
  padding-top: 50px;
  font-family: "ヒラギノ角ゴ Pro W3";
}

.recruit-voice{
  background-color: rgba(247, 249, 255, 0.8);
  padding: 10px 30px;
  font-family: "Arial";
  text-align: left;
  margin-bottom: 30px;
}
.recruit-voice-title{
  width: 750px;
}
.recruit-voice-title h3{
  font-size: 55px;
  color: #0D0F80;
  margin-bottom: 30px;
  text-align: left;
  font-style: italic;
}
.recruit-button{
  color: #fff;
  width:30%;
  margin: 0px auto;
  background: #350a3b;
  border-radius:10px;
  padding: 20px 35px;
  text-align: center;
  font-size: 20px;
}
.download{
  font-family: "Arial";
  background-color: rgba(247, 249, 255, 0.9);
  padding: 10px 10px 30px 40px;
}



.strong-point {
  text-align: center;
  margin-top: 60px;
  margin-bottom: 40px;
}
.strong-point i{
  color: #1F2B61;
}
.strong-point li{
  width: 33%;
  display: inline-block;
}

.small-text{
  font-size: 24px;
}
.w20{
  float: left;
  margin-left: 2%;
}
.w15 {
  width: 14%;
  float: left;
  margin-left: 1%;
}
.recruit-message .title{
  text-align: center;
}
.recruit-message img{
  width: 100%;
}
.recruit-photo-big{
  width: 60%;
  margin: 20px auto 30px;
}
.recruit-block{
  line-height: 30px;
}
.recruit-block h2{
  margin-bottom: 30px;
  font-style: italic;
  color: #97ea2d;
}

.right-half{
  border-right:solid 2px;
  height:70px;
}
.cutin{
  width: 100%;
  margin-top: 60px;
  margin-bottom: 40px;
  text-align: center;
}
.cutin img{
  width: 100%;
}
.cutin li{
  width: 24%;
  display: inline-block;
}
.team {
  width: 90%;
  margin:0 auto;
  padding-bottom: 40px;
  text-align: center;
}
.team li{
  width: 30%;
  margin-top: 30px;
  display: inline-block;
}
.team img{
  width: 100%;
}
.recruit-button{
  text-align: center;
  margin-bottom: 60px;
}
.equipment-all li{
  width: 30%;
  display: inline-block;
  margin-bottom: 70px;
}
.equipment-text{
  height: 100px;
}
.equipment-all img{
  width: 100%;
}
.equipment-all h3{
  text-align: left;
  border-left: solid 7px #ddcc18;
  padding-left: 10px;
  margin-bottom: 15px;
  margin-top: 15px;
}
.back-color{
  background-color: rgba(255,255,0,0.2);
  padding-top: 40px;
  padding-bottom: 1px;
}
.recruit-member{
  margin-bottom: 90px;
}
.recruit-member img{
  width: 100%;
}
.color-black{
  background-color: #000;
  color: #ff0;
}

.button-color{
    width:200px;
    margin-top: 10px;
    background: #1C295E;
    border-radius:30px;
    padding: 10px 35px;
    text-align: center;
    color: #fff;
}
.button-color:hover{
  color: #fff;
  background-color: #348DC5;
  transition: 0.7s;
}

.copyright{
  text-align: left;
  background-color: #333433;
  font-size: 12px;
  padding-top: 25px;
  padding-bottom: 20px;
}
.copyright p{
  margin-left: 40px;
}
.ff0{
  color: #ff0;
}

/*パンクズリスト*/
.breadcrumb {
  width: 1080px;
  margin: 0 auto;
  padding-left:0;
  height: 15px;
  padding-bottom: 20px;
}
.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;
}
.inner-picture{
  width: 100%;
  position: absolute;
  height: 400px;
  margin-top: -10px;
}
.inner-picture img{
  width: 100%;
  height: 400px;
}
.inner-guide{
  text-align: center;
  position: absolute;
  top: 190px;
  left:140px;
  font-size: 28px;
  color: #fff;
  text-align: left;
}
.inner-guide p{
  font-size: 18px;
}

.incontents{
  padding-top: 450px;
  width: 90%;
  margin: 0 auto;
  font-family: "ヒラギノ角ゴ Pro W3";
}
.message{
  line-height: 30px;
}
.bottom30{
  margin-bottom: 30px;
}
.ceo{
  width: 380px;
  float: right;
}
.ceo-text{
  font-family: "ヒラギノ角ゴ Pro W6";
  font-size: 22px;
  margin-bottom: 30px;
}
.ceo-text h2{
  margin-bottom: 40px;
}
.ceo-text img{
  width: 80%;
  margin-left: 10%;
}
.ceo img{
  width: 100%;
}
.vision{
  text-align: center;
  width: 50%;
  margin: 0 auto 50px;
}
.vision img{
  width: 100%;
}
.vision .title{
  text-align: center;
}
.hit-color{
  background-color: #ff0;
  color: #000;
}
.map{
  width: 100%;
}
.map iframe{
  width: 100%;
  height: 430px;
  margin-bottom: 40px;
}
.to-contact{
  background-color: #eef4fa;
  margin-top: -10px;
  box-shadow: 0px 10px 10px 0px rgba(0, 0, 0, 0.5)inset;
  padding-bottom: 50px;
  padding-top: 60px;
}
.to-contact-all{
  text-align: center;
  font-family: osaka,sans-serif; 
  margin-bottom: 50px;
  margin-top:80px;
}
.to-contact-all ul{
  width: 816px;
  margin: 0 auto;
}
.to-contact-all li{
  width: 400px;
  display: inline-block;
  vertical-align: top;
}
.to-contact-button{
  text-align: center;
  padding: 25px 20px;
  color: #fff;
  width: 200px;
  margin: 0 auto;
  border-radius: 5px;        /* CSS3草案 */  
    -webkit-border-radius: 5px;    /* Safari,Google Chrome用 */  
    -moz-border-radius: 5px;   /* Firefox用 */
}
.to-contact .textbig{
  font-size: 2em;
}
.contact-tel{
  margin-top: -10px;
  font-size: 40px;
}
.company{
  text-align: left;
}
.company-message{
  text-align: center;
  line-height: 30px;
  
  margin-bottom: 40px;
}
.company-message h2{
  font-size: 30px;
  margin-bottom: 30px;
}
.company-message .title{
  text-align: center;
}
.company-grid{
  text-align: left;
  width: 800px;
  margin: 0 auto;
  font-size: 17px;
}
.company-bottom{
  margin-bottom: 60px;
  margin-top: 60px;
}
.company-prof table{
  padding-bottom: 30px;
  margin: 0 auto 30px;
}
.company-prof th{
  width: 130px;
  background-color: #91352f;
  border: solid 1px #c0c0c0;
  text-align: center;
  color: #fff;
}
.company-prof td{
  padding-left: 30px;
  padding-right: 20px;
  width: 500px;
  background-color: #EEFFEE;
  color:#000;
}
.company-prof tr{
  height: 90px;
}
.company-prof .title{
  text-align: center;
}
.botm-space{
  margin-top: 10px;
  margin-bottom: 10px;
}

.history{
  margin-top: 90px;
}
.history table{
  margin: 0 auto;
}
.history th{
  width: 130px;
  border-bottom: dotted 2px #B22E29;
  text-align: center;
}
.history td{
  border-bottom: dotted 2px #B22E29;
  padding-left: 30px;
  padding-right: 20px;
  width: 500px;
}
.history tr{
  height: 70px;
}



.personal{
  text-align: left;
}
.personal-section{
  margin-bottom: 40px;
  line-height: 30px;
}
.personal-section2{
	width: 900px;
	margin: 0 auto;
}
.personal-section2 p{
	margin-bottom: 30px;
}
.italic{
  font-style: italic;
}


.contact-message{
  width: 600px;
  margin: 0 auto;
}
.contactform{
  text-align: center;
  font-size: 15px;
  margin-bottom: 40px;
}
.nyuryoku{
  width: 700px;
  margin:0 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:0 auto;
  padding-top: 30px;
  padding-bottom: 100px;
}
.confirm p{
  line-height: 200%;
}
.confirm h2{
  margin-top: 30px;
}
.walfare{
  margin-top: 60px;
  line-height: 30px;
  margin-bottom: 70px;
}
.walfare h2{
  margin-bottom: 30px;
  font-style: italic;
  color: #97ea2d;
}
.walfare-block{
  margin-bottom: 40px;
}
.walfare img{
  width: 100%;
  margin-bottom: 30px;
}
.walfare .title{
  width: 200px;
}


.recruit-greeding{
  text-align: center;
  width: 900px;
  margin:0 auto 80px;
}
.recruit-greeding h3{
  color: #000;
  text-shadow: 2px 2px 2px #ff0;
}
.recruit-greeding p{
  margin-top: 30px;
}
.recruit-prof table{
  border-collapse: collapse;
  padding-bottom: 30px;
  margin: 0 auto 30px;
  width: 700px;
  font-size: 17px;
}
.recruit-prof th{
  width: 130px;
  background-color: #91352f;
  border: solid 1px #fff;
  color: #fff;
  text-align: center;
}
.recruit-prof td{
  border: solid 1px #fff;
  padding-left: 30px;
  padding-right: 20px;
}
.recruit-prof tr{
  height: 70px;
}
.recruit-prof .title{
  text-align: center;
}
.selection-recruit{
	text-align: center;
	margin-bottom: 40px;
}
.selection-recruit li{
	width: 250px;
	margin-left: 10px;
	margin-right: 10px;
	display: inline-block;
}
.selection-recruit img{
	width: 100%;
}
.busho-intro{
	margin-bottom: 100px;
}
.busho-intro h3{
	background-color: #000;
	color: #ff0;
	display: inline-block;
	padding:5px 20px;
	font-family: "ヒラギノ角ゴ Pro W6";
	margin-bottom: 20px;
}
.busho-intro img{
  width: 80%;
  margin-left: 10%;
}
.member-duce{
	line-height: 30px;
	margin-bottom: 30px;
}
.strongpoint{
	font-size: 20px;
	margin-bottom: 10px;
	margin-top: 20px;
	font-weight: "bold";
	text-shadow: 2px 2px 2px #ff0;
}
.cotact-block{
  text-align: center;
  background: linear-gradient(180deg, rgba(0, 0, 0,0), rgba(145, 43, 57, 0.9));
  padding-top: 60px;
  padding-bottom: 60px;
}
.cotact-block i{
  font-size: 50px;
  color: #fff;
  margin-bottom: 20px;
}



#footer{
  width: 100%;
}
.footer-cover{
  background: radial-gradient(rgba(0, 0, 0,0.5), rgba(0, 0, 0,0.9));
  padding-top: 80px;
  padding-bottom: 80px;
}
.footer-over{
  background-image: url(../material/top-footer.png);
  background-size: 100% 100%;
  font-size: 14px;
  color: #fff;
}
.footer-over img{
  width: 300px;
  margin-bottom: 15px;
}
.footer-over i{
  font-size: 25px;
  margin-top: 10px;
  margin-bottom: 10px;
}
.footer-left{
  padding-bottom: 40px;
  border-bottom: solid 2px #fff;
}
.footer-left h2{
  font-size: 30px;
}
.footer-left h3{
  margin-top: 10px;
  font-size: 20px;
  color: #fff;
}
.footer-addres{
  padding-top: 3px;
  padding-bottom: 3px;
  text-align:center;
  width: 70px;
  margin-bottom: 20px;
  margin-top: 20px;
  border: solid 1px #fff;
  color: #fff;
}
.footer-menu{
  margin-top: 40px;
}
.footer-menu li{
  display: inline-block;
  margin-bottom: 10px;
  margin-right: 30px;
}




