@@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); 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; }

/* 子ページ対応 */


.recruit-movie{
  width: 80%;
  margin: 0 auto;
  height: 450px;
  padding-bottom:120px;
}
.recruit-movie iframe{
  width: 100%;
  height: 450px;
}

.header-change{
  width: 100%;
  background-color: #000;
  color: #ff0;
  height: 70px;
  border-bottom: 5px solid #000;
}
.header-change.sticky {
    position: fixed;
    top: 0;
    z-index: 10000;
}
.header-change > .inner {
    margin: auto;
    width: 960px;
}
.header-logo2{
  float: left;
  width: 430px;
  padding-top: 13px;
  color: #ff0;
}
.header-logo2 img{
  width: 100px;
  margin-right: 15px;
}
.header-logo2 h2{
  padding-top: 5px;
  color: #ff0;
}
.header-logo2 h2:hover{
  color: #000;
  background-color: #ff0;
  display: inline-block;
  padding-left: 10px;
  padding-right: 10px;
  transition: 0.5s;
}
.recruit-message{
  width: 70%;
  margin: 0 auto;
  line-height: 35px;
  color: #FF0;
}

/* 共通エリア開始 */
header{
  position: relative;
}
.smart-link{
  display: none;
}
.smart-toppicture{
  display: none;
}
.humberger-menu{
  display: none;
}
.yellow{
  width: 100%;
  height: 5px;
  background-color: #000;
  margin-top: -10px;
}
.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%;
  text-align: left;
  margin-left: 5%;
}
.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;
}
.w46{
  width: 46%;
  float: left;
}
.space8{
  margin-left: 8%;
}
.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-in{
  width: 100%;
  background-color:#ff0;
  color: #000;
  height: 70px;
}
.header-menu-in li{
  display: inline-block;
  padding-left: 40px;
}
.header-menu{
  width: 100%;
  background-color: #ff0;
  color: #000;
  height: 70px;
  border-bottom: 5px solid #000;
}
.header-menu.sticky {
    position: fixed;
    top: 0;
    z-index: 10000;
}
.header-menu > .inner {
    margin: auto;
    width: 960px;
}
.header-menu-in.sticky {
    position: fixed;
    top: 0;
    z-index: 10000;
}
.header-menu-in > .inner {
    margin: auto;
    width: 960px;
}
#menu{
  list-style-type: none;
  width: 100%;
  padding-top: 10px;
  padding-bottom: 10px;
  color: #000;
  font-family: "ヒラギノ角ゴ Pro W6";
  text-align: center;
}
#menu li{
  position: relative;;
  float: left;
  margin: 0;
  padding-left: 12px;
  padding-right: 12px;
  text-align: center;
}
#menu li a{
  display: block;
  margin: 0;
  padding: 18px 0;
  font-size: 15px;
  font-weight: bold;
  line-height: 1;
}
#menu li ul{
  list-style: none;
  position: absolute;
  top: 100%;
  left: 0;
  margin: 0;
    padding: 0;
    z-index: 100;
}
#menu li:last-child ul{
  left: -100%;
  width: 100%
}
#menu li ul li{
  overflow: hidden;
  width: 200%;
  height: 0;
  color: #fff;
  -moz-transition: .2s;
  -webkit-transition: .2s;
  -o-transition: .2s;
  -ms-transition: .2s;
  transition: .2s;
}
#menu li ul li a{
  padding: 13px 15px;
  background: #000;
  color: #ff0;
  text-align: left;
  font-size: 12px;
  font-weight: normal;
}
#menu li:hover > a{
  background: #000;
  color: #ff0;
}
#menu li:hover ul li{
  overflow: visible;
  height: 38px;
  border-bottom: 1px solid #fff;
}
#menu li:hover ul li:first-child{
  border-top: 0;
}
#menu li:hover ul li:last-child{
  border-bottom: 0;
}
#menu2{
  list-style-type: none;
  width: 100%;
  padding-top: 10px;
  padding-bottom: 10px;
  color: #ff0;
  font-family: "ヒラギノ角ゴ Pro W6";
  text-align: center;
}
#menu2 li{
  position: relative;;
  float: left;
  margin: 0;
  padding-left: 12px;
  padding-right: 12px;
  text-align: center;
}
#menu2 li a{
  display: block;
  margin: 0;
  padding: 18px 0;
  font-size: 15px;
  font-weight: bold;
  line-height: 1;
}
#menu2 li ul{
  list-style: none;
  position: absolute;
  top: 100%;
  left: 0;
  margin: 0;
    padding: 0;
    z-index: 100;
}
#menu2 li:last-child ul{
  left: -100%;
  width: 100%
}
#menu2 li ul li{
  overflow: hidden;
  width: 200%;
  height: 0;
  color: #fff;
  -moz-transition: .2s;
  -webkit-transition: .2s;
  -o-transition: .2s;
  -ms-transition: .2s;
  transition: .2s;
}
#menu2 li ul li a{
  padding: 13px 15px;
  background: #000;
  color: #ff0;
  text-align: left;
  font-size: 12px;
  font-weight: normal;
}
#menu2 li:hover > a{
  background: #000;
  color: #ff0;
}
#menu2 li:hover ul li{
  overflow: visible;
  height: 38px;
  border-bottom: 1px solid #fff;
}
#menu2 li:hover ul li:first-child{
  border-top: 0;
}
#menu2 li:hover ul li:last-child{
  border-bottom: 0;
}
.header-logo{
  float: left;
  width: 400px;
  padding-top: 13px;
}
.header-logo img{
  width: 100px;
  margin-right: 15px;
}
.header-logo h2{
  padding-top: 5px;
}
.header-logo h2:hover{
  color: #ff0;
  background-color: #000;
  display: inline-block;
  padding-left: 10px;
  padding-right: 10px;
  transition: 0.5s;
}
.header-right{
  float: right;
}
.text-small{
  font-size: 0.8em;
}
.w1080{
  width: 1080px;
  margin: 0 auto;
  font-family: "ヒラギノ角ゴ Pro W6";
}
.width108{
  width: 1080px;
  margin: 0 auto;
}
.title{
  margin-top: 30px;
  margin-bottom: 30px;
  text-align: center;
  font-family: "font-family: 'Oswald', sans-serif;";
  color: #000;
}
.title h2{
  font-size: 33px;
}
.title-white{
  padding-top: 30px;
  margin-bottom: 30px;
  text-align: center;
  font-family: "font-family: 'Oswald', sans-serif;";
  color: #fff;
}
.title-white h2{
  font-size: 33px;
}
.title-yel{
  margin-top: 30px;
  margin-bottom: 30px;
  text-align: center;
  font-family: "font-family: 'Oswald', sans-serif;";
  color: #000;
  text-shadow: 2px 2px 2px #ff0;
}
.title-yel h2{
  font-size: 33px;
  text-shadow: 2px 2px 2px #ff0;
}
.buttons li{
  display: inline-block;
  margin-top: 30px;
  background-color: #000;
  color: #ff0;
  text-align: center;
  padding: 10px;
  width: 200px;
  margin-right: 20px;

}
.buttons li:hover{
  color: #000;
  background-color: #ff0;
  transition: 0.6s;
}
.button2{
  text-align: center;
  padding: 10px;
  background-color: #EB6CA2;
  color: #fff;
  width: 200px;
  margin: 30px auto 0;
  border-radius: 20px;        /* CSS3草案 */  
    -webkit-border-radius: 20px;    /* Safari,Google Chrome用 */  
    -moz-border-radius: 20px;   /* Firefox用 */  
}
.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;
}
.button4{
  text-align: center;
  padding: 10px 20px;
  background-color: #000;
  border: solid 1px #ff0;
  color: #fff;
  width: 270px;
  margin: 16% auto 0;
  vertical-align: middle;
  font-size: 25px;
}
.button4:hover{
  color: #000;
  background-color: #ff0;
  transition: 0.5s;
}
.top{
  overflow: hidden;
  top: 0;
  position: absolute;
  min-width: 960px;
  width: 100%;
  height: 730px;
  margin-top: -7px;
  margin-bottom: 30px;
}
.top img{
  display: none;
    position: absolute;
    width: 100%;
    height: 730px;
    left: 800px;
    margin-left: -800px;
}
.center-wide{
  width: 1080px;
  margin: 0 auto;
}


.ceparate:after {
  content:"";
  display: block;
  clear:both;
}
.contents{
  text-align: center;
  margin-top: 750px;
}
.black-height{
  background-color: #ff0;
  height: 20px;
  width: 100%;
}
.aboutus{
  text-align: center;
  margin-bottom: 100px;
}
.aboutus-side{
  float: left;
  position: relative;
  width: 300px;
  line-height: 40px;
}
.aboutus-side img{
  width: 200px;
}
.aboutus-center{
  float: left;
  width: 700px;
  line-height: 35px;
}
.aboutus-center h3{
  text-shadow: 2px 2px 2px #ff0;
  font-size: 23px;
  margin-bottom: 20px;
}
.aboutus-center p{
  margin-bottom: 5px;
}
.menu-2top{
  width: 100%;
}
.menu-2top img{
  width: 100%;
}
.w50-left{
  float: left;
  width: 50%;
}
.w50-right{
  float: left;
  width: 50%;
}
.top-menu-rela{
  position: relative;
}
.top-menu-ab{
  position: absolute;
  top: 30%;
  width: 100%;
  background-color: rgba(255,255,255,0.6);
}
.top-menu-ab:hover{
  background-color: rgba(255,255,0,0.3);
  transition: 0.6s;
}

.picture-small{
  width: 100px;
  position: absolute;
  left: 100px;
}
.picture-small img{
  width: 100%;
  margin-bottom: -50px;
}
.serviceus-main{
  width: 70%;
  position: relative;
  margin-bottom: 40px;
}
.serviceus-main img{
  width: 100%;
  height: 400px;
}
.serviceus-text{
  position: absolute;
  background-color: #fff;
  top: 40px;
  left: 600px;
  width: 400px;
  border:solid 6px #000;
  padding: 30px;
  line-height: 30px;
  text-align: left;
}
.serviceus-text:hover{
  border:solid 6px #ff0;
  transition: 0.5s;
}
.serviceus-text h2{
  text-align: center;
  margin-bottom: 20px;
  text-shadow: 2px 2px 2px #ff0;
}
.serviceus-main-under{
  width: 70%;
  position: relative;
  margin-left: 30%;
  margin-bottom: 120px;
}
.serviceus-main-under img{
  width: 100%;
  height: 400px;
}
.serviceus-text-under{
  position: absolute;
  background-color: #fff;
  top: 40px;
  left: -305px;
  width: 400px;
  border:solid 6px #000;
  padding: 30px;
  line-height: 30px;
  text-align: left;
}
.serviceus-text-under:hover{
  border:solid 6px #ff0;
  transition: 0.5s;
}
.serviceus-text-under h2{
  text-align: center;
  margin-bottom: 20px;
  text-shadow: 2px 2px 2px #ff0;

}
.service-me h3{
  border-top:solid 5px #33ccff;
  border-bottom:solid 5px #33ccff;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 30px;
  margin-bottom: 40px;
  color: ##330099;
}
.service-text{
  float: left;
  width: 50%;
  margin-left: 5%;
  line-height: 30px;
  margin-bottom: 90px;
}
.service-photo{
  width: 30%;
  float: left;
  margin-left: 10%;
  margin-right: 5%;
  margin-bottom: 90px;
}
.service-photo img{
  width: 100%;
}
.under-menu{
  width: 100%;
  text-align: center;
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #000;
  color: #ff0;
}
.under-menu li{
  display: inline-block;
  border-right: 1px solid;
  text-align: center;
  padding-left: 20px;
  padding-right: 20px;
  font-size: 13px;
}
.left-border{
  border-left: solid 1px;
}
.recruit-info{
  background-image: url(../material/back.jpg);
  background-size: 100% 100%;
  margin-bottom: 40px;
  padding-bottom: 5px;
}
.picture-cover{
  width: 100%;
  background-color: rgba(0,0,0,0.7);
  padding-bottom: 5px;
}
.recruit-merit{
  width: 900px;
  margin:0 auto 70px;
}
.recruit-merit-img{
  float: left;
  width: 200px;
}
.recruit-merit-img img{
  width: 100%;
}
.recruit-merit-text{
  float: left;
  width: 560px;
  padding-left: 40px;
  line-height: 30px;
}
.recruit-merit-text h2{
  text-shadow: 2px 2px 2px #ff0;
  margin-bottom: 10px;
}
.recruit-merit2{
  margin-bottom: 70px;
}
.recruit-merit-img2{
  float: left;
  width: 150px;
}
.recruit-merit-img2 img{
  width: 100%;
}
.recruit-merit-text2{
  float: left;
  width: 360px;
  padding-left: 10px;
  line-height: 30px;
}
.recruit-merit-text2 h2{
  text-shadow: 2px 2px 2px #ff0;
  margin-bottom: 10px;
}
.recruit-merit-text img{
  width: 100%;
}
.recruit-button{
  text-align: center;
  margin-bottom: 60px;
}
.top-contact{
  padding-top: 1px;
  padding-bottom: 30px;
  width: 800px;
  margin: 0 auto 50px;
  border-radius: 10px;    /* CSS3草案 */
  -webkit-border-radius: 10px;  /* Safari,Google Chrome用 */
  -moz-border-radius: 10px; /* Firefox用 */
  background-color: rgba(139,198,231,0.3);
}
.top-contact-message{
	width: 430px;
	margin: 0 auto;
}
.back-color{
  padding-top: 40px;
  padding-bottom: 1px;
}
.recruit-member{
  margin-bottom: 90px;
}
.recruit-member img{
  width: 100%;
}
.color-black{
  background-color: #000;
  color: #ff0;
}

footer{
  background-color: #ededed;
  width: 100%;
  padding-top: 40px;
  padding-bottom: 30px;
  font-family: "ヒラギノ角ゴ Pro W6";
}
.footer-left{
  width: 290px;
  float: left;
  margin-right: 6%;
}
.footer-left img{
  width: 40%;
  margin-right: 20px;
}
.footer-left p{
  font-size: 12px;
}
.footer-right{
  float: left;
  margin-right: 5%;
}
.footer-right p{
  font-size: 12px;
}
.footer-small{
  font-size: 15px;
}
.footer-in{
  width: 95%;
  margin: 0 auto;
}
.footer-l-block{
  margin-bottom: 10px;
}
.footer-right i{
  margin-right: 20px;
}
.text-big{
  font-size: 30px;
}
.text-big2{
  font-size: 1.3em;
  color: #f00;
}
.footer-section p{
  margin-bottom: 10px;
  margin-left: 10px;
}
.footer-section h5{
  text-shadow: 2px 2px 2px #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: relative;
  height: 200px;
  margin-bottom: 20px;
}
.inner-picture img{
  width: 100%;
  height: 200px;
}
.inner-guide{
  text-align: center;
  position: absolute;
  top: 70px;
  font-size: 35px;
  font-family: "osaka";
  color: #fff;
  width: 100%;
  margin: 0 auto;
}
.inner-guide p{
  font-size: 18px;
}
.incontents{
  width: 1080px;
  margin: 0 auto;
}
.message{
  line-height: 30px;
}
.ceo-text{
  float: left;
  width: 800px;
  line-height: 30px;
  margin-right: 30px;
}
.ceo-text p{
  margin-bottom: 15px;
}
.ceo-photo{
  float: left;
  width: 250px;
  height: 300px;
}
.ceo-photo img{
  width: 100%;
  margin-bottom: 10px;
}
.bottom30{
  margin-bottom: 30px;
}
.ceo{
  width: 350px;
  float: right;
}
.ceo img{
  width: 100%;
}
.selection{
  text-align: center;
}
.selection-block{
  float: left;
  padding: 10px 30px;
  background-color: #000;
  color: #ff0;
  text-align: center;
  margin-top: 30px;
  border-left:solid 1px #ff0;
  border-right:solid 1px #ff0;
}
.hit-color{
  background-color: #ff0;
  color: #000;
}
.da1group{
  margin-bottom: 60px;
}
.da1group img{
  width: 100%;
}
.group-link{
  margin-top: 30px;
}
.group-link li{
  width: 13.5%;
  display: inline-block;
}
.recruiting-flow{
  margin-bottom: 70px;
}
.recruiting-flow img{
  width: 40%;
  margin-left: 30%;
}
.recruit-qa{
  width: 80%;
  margin: 0 auto;
}
.item-part{
  margin-bottom: 40px;
}
.item-part h3{
  background-color: rgb(51,126,227,0.2);
  padding-left: 10px;
  padding-top: 10px;
  padding-bottom: 10px;
  margin-bottom: 15px;
}
.company-message{
  margin-bottom: 120px;
}
.company{
  text-align: left;
}
.company-bottom{
  margin-bottom: 60px;
}
.company table{
  border: solid 1px #4983dc;
  border-collapse: collapse;
  padding-bottom: 30px;
  margin: 0 auto 30px;
}
.company th{
  width: 130px;
  background-color: #e9f5fb;
  border: solid 1px #4983dc;
  text-align: center;
}
.company td{
  border: solid 1px #4983dc;
  padding-left: 30px;
  padding-right: 20px;
}
.company tr{
  height: 70px;
}
.company iframe{
  width: 100%;
  height: 670px;
}
.history{
  line-height: 30px;
  margin-bottom: 90px;
}
.history table{
  margin-top: 40px;
  text-align: left;
}
.history th{
  text-align: left;
  padding-left: 20px;
}
.privacy{
  margin-bottom: 70px;
}
.privacy-day{
	width: 200px;
	margin-left: 70%;
}
.personal{
  text-align: left;
}
.personal-section{
  margin-bottom: 40px;
}
.personal-section2{
	width: 900px;
	margin: 0 auto;
}
.personal-section2 p{
	margin-bottom: 30px;
}
.contact-message{
  width: 600px;
  margin: 0 auto;
}
.contactform{
  text-align: center;
  font-size: 15px;
  margin-bottom: 40px;
}
.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;
}
.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: solid 1px #4983dc;
  border-collapse: collapse;
  padding-bottom: 30px;
  margin: 0 auto 30px;
}
.recruit-prof th{
  width: 130px;
  background-color: #000;
  border: solid 1px #fff;
  text-align: center;
  color: #ff0;
}
.recruit-prof td{
  border: solid 1px #fff;
  padding-left: 30px;
  padding-right: 20px;
}
.recruit-prof tr{
  height: 70px;
}
.soshiki{
  width: 800px;
  margin: 0 auto;
  line-height: 30px;
}
.soshiki img{
	width: 80%;
	margin-left: 10%;
  margin-bottom: 30px;
}
.soshiki-text{
  margin-bottom: 30px;
}
.soshiki-small{
  width: 65%;
  margin: 0 auto;
}
.soshiki-small img{
  width: 100;
}
.organize{
	margin-bottom: 80px;
}
.organize-text{
  margin-bottom: 40px;
}
.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;
}









