.tc {
  text-align: center;
}
.tl {
  text-align: left;
}
.tr {
  text-align: right;
}
.mt10 {
  margin-top: 10px;
}
.mt20 {
  margin-top: 20px;
}
.mt30 {
  margin-top: 30px;
}
.mt40 {
  margin-top: 40px;
}
.mt50 {
  margin-top: 50px;
}
.mb10 {
  margin-bottom: 10px;
}
.mb20 {
  margin-bottom: 20px;
}
.mb30 {
  margin-bottom: 30px;
}
.mb40 {
  margin-bottom: 40px;
}
.mb50 {
  margin-bottom: 50px;
}
.mb100 {
  margin-bottom: 100px;
}
.map_btn {
  margin-left: 10px;
  background: #000;
  color: #FFF;
  padding: 0px 5px 3px;
  border-radius: 5px;
}
ul.footer-menu {
  display: block;
  float: left;
  margin-bottom: 15px;
  margin-left:64px;
}
ul.footer-menu li {
  list-style-type: none;
  display: block;
  float: left;
 /* margin-left: 30px;*/
}
ul.footer-menu li a {
  color: #FFF;
  text-transform: uppercase;
  font-family: 'Raleway', sans-serif;
  font-weight: bold;
 /* line-height: 22px;*/
  font-size: 9px;
  letter-spacing: 1px;
}
ul.footer-menu li a:hover {
  color: #FCEE21;
}


ul.footer-menu li.current a {
  color: #FCEE21;
}
#copyrights {
  float: right;
  width: 200px;
  padding: 0px;
  padding-right:45px;
  text-align: right;
  color:#CCCCCC;
}
.form-control {
  border: #ccc 1px solid;
  background: #F4F4F4;
  color: #555;
  font-size: 16px;
  height:45px;
}
.service_single {
  width: 350px;
  margin-right: 30px;
  float: left;
}
.service_single p.title {
  font-size: 22px;
  font-weight: bold;
  margin: 30px 0px;
  text-align: center;
  color: #000;
}
.service_single hr {
  margin: 0px auto;
  width: 100px;
  border-top: 5px #000 solid;
}
.service_single hr.bottom {
  width: 300px;
  margin-top: 30px auto 0px;
  border-top: 1px #ccc solid;
}
.service_single p.contents {
  text-align: center;
  font-size: 11px;
  color: #333;
  margin-top: 30px;
}
.service_single:first-child {
  margin-left: 35px;
}
.service_single:last-child {
  margin-left: 0px;
}
.footer_contant {
  width: 950px;
  margin: 20px auto 0px;
}
.fc-1 {
  max-width: 250px;
  float: left;
}
.fc-2 {
  float: left;
  margin-left: 15px;
  margin-top: 17px
  margin-bottom: 17px;
}
.fc-2 p {
  font-size: 9px;
  color: #000;
}
.fc-3 {
  float: right;
  margin-top: -5px;
}
.footer_contant2 {
  width: 1040px;
  margin: 0px auto;
  padding-top: 13px;
}
#footer {
  height: auto;
}
.title_07 {
  width: 1100px;
  margin: 10px auto 0px;
}
.title_07 .left {
  float: left;
  width: 6%;
}
.title_07 .right {
  float: left;
  width: 94%;
}
.widget > h4 {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}
#slider .owl-carousel {
  width: 90%;
  margin: 0px auto;
}
.block_center {
  margin-left: auto;
  margin-right: auto;
}
#content .pc-pa60 {
  padding-top: 60px;
}
.show_sp_br {
  display: none;
}
.show_pc_br {
  display: inline;
}
.taiken_title {
  font-size: 20px;
  font-weight: bold;
  color: #000;
  /*margin-left:-100px;*/
}
.msg_img {
  width: 320px;
}
.heading-block ~ p:not(.lead) {
  /*font-style: italic;*/
  font-size: 20px;
}
.index-pb {
  padding-bottom: 75px!important;
}
.msg_txt {
  font-size: 14px;
  font-family: "游明朝", YuMincho, 'Yu Mincho', "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN";
}
@media (min-width: 1200px) {
  .container {
    width: 1205px;
  }
}
@media (max-width: 991px) {
  #header-wrap {
    margin-top: -100px;
  }
  #logo img {
    height: 55px;
    margin-top: 13px;
    position: relative;
    z-index: 200;
  }
  #content .content-wrap {
    padding-top: 0px;
    padding-bottom: 50px;
  }
  .container {
    width: 100%;
  }

  #slider .owl-carousel {
    width: 100%;
  }
  .block_center {
    margin-left: -15px;
    margin-right: -15px;
  }
  #footer {
  /*  padding-left: 15px;
    padding-right: 15px;*/
  }
  .footer_contant {
    width: 100%;
  }
  .footer_contant2 {
    width: 100%;
    padding-top: 0px;
  }
  ul.footer-menu li {
    margin-left: 15px;
  }
  ul.footer-menu li a {
    font-size: 8px;
  }
  ul.footer-menu li:first-child {
    margin-left: 0px;
  }
  #copyrights {
    width: 100%;
    text-align: left;
    padding-left: 10px;
    font-size:12px;
    padding-right:10px;
  }
  .pc-pa60,
  .spmt0 {
    margin-top: 0px;
  }
  .spmt10 {
    margin-top: 10px;
  }
  .spmt20 {
    margin-top: 20px;
  }
  .spmt30 {
    margin-top: 30px;
  }
  .spmt40 {
    margin-top: 40px;
  }
  .spmt50 {
    margin-top: 50px;
  }
  .spmb0 {
    margin-bottom: 0px;
  }
  .spmb10 {
    margin-bottom: 10px;
  }
  .spmb20 {
    margin-bottom: 20px;
  }
  .spmb30 {
    margin-bottom: 30px;
  }
  .spmb40 {
    margin-bottom: 40px;
  }
  .spmb50 {
    margin-bottom: 50px;
  }
  .boxed-slider {
    padding-top: 0px;
  }
  .service_single,
  .service_single:first-child,
  .service_single:last-child {
    margin: 40px auto 0px;
    float: none;
    width: 100%;
    text-align: center;
  }
  .service_single:first-child {
    margin-top: 20px;
  }
  .service_single hr.service_last {
    border-top: none;
  }
  .sp7 {
    background: url("../images/services/sp_banner.jpg");
    background-size: cover;
    width: 350px;
    height: 520px;
    padding-top: 1px;
    margin: 0px auto;
  }
  .sp7 p {
    color: #FFF;
    margin-top: 70px;
    padding: 0px 15px;
    font-size: 13px;
  }
  .show_sp_br {
    display: inline;
  }
  .show_pc_br {
    display: none;
  }
  .taiken_title {
  /*  text-indent: -1em;*/
    font-weight: bold;
  }
  #content .sp-nopb {
    padding-bottom: 0px;
  }
  .sp-padding {
    padding-left: 20px;
    padding-right: 20px;
  }
  .msg_img {
    width: 250px;
  }
  .heading-block h4 {
    font-size: 16px;
  }
  .index-pb {
    padding-bottom: 30px!important;
  }
  .owl-dots {
    display: none;
  }
  .table > tbody > tr > th,
  .table > tbody > tr > td {
    font-size: 12px;
  }
  .msg_txt {
    font-size: 12px;
  }
  #slider .owl-nav {
    opacity: 1;
  }
  #slider .owl-prev,
  #slider .owl-next {
    width: 33px;
    height: 33px;
    top: 96%;
  }
  #slider .owl-next i,
  #slider .owl-prev i {
    line-height: 30px;
    width: 15px;
  }
  .sp_title_07 .left {
    float: left;
    width: 25%;
  }
  .sp_title_07 .right {
    float: left;
    width: 75%;
  }
}
@media (max-width: 767px) {
  .heading-block ~ p:not(.lead) {
    font-size: 10px;
  }
}

.top-background{
  width:100%;
  height:500px;
  background-image: url('/assets/TOP_BG.jpg') ;
  background-repeat: no-repeat;
  background-position: center center;
  text-align: center;
}

.top_img_sp{
  display: none;
  width: 320px;
  height: 155px;
  margin-top:70px;
}
.top_img{
  width: 810px;
  height: 124px;
  margin-top:180px;
}

.home_title_1{
  width: 900px;
  height: 78px;
}

.home_title_1_sp{
  padding-left:30px;
  padding-right:30px;
  display: none;
 /* width: 800px;
  height: 128px;*/
}

.home_title_2{
/*  width: 900px;
  height: 82px;*/
}

.home_title_2_sp{
  display: none;
 /* width: 800px;
  height: 194px;*/
}
.home_industry{
/*  width: 900px;
  height: 82px;*/
}

.home_industry_sp{
   padding-left:30px;
  padding-right:30px;
  display: none;
 /* width: 800px;
  height: 128px;*/
}

#registbtn{
  text-align: center;
  width: 100%;
  margin-top: 10px;
}

#registbtn img{
  height: 50px;
}

.team-background{
  width:100%;
  height:300px;
  background-image: url('/assets/team/TEAM_BG.jpg') ;
  background-repeat: no-repeat;
  background-position:center center
}
.job-background{
  width:100%;
  height:300px;
  background-image: url('/assets/jobseekers/JOBSEE_BG.jpg') ;
  background-repeat: no-repeat;
  background-position:center center;
}
.job_title{
/*  width: 900px;
  height: 82px;*/
}

.job_title_sp{
  display: none;
/*  width: 800px;
  height: 194px;*/
}
.job_icon{
/*  width: 900px;
  height: 82px;*/
}

.job_icon_sp{
  display: none;
/*  width: 800px;
  height: 194px;*/
}
.register_button{
/*  width: 900px;
  height: 82px;*/
}

.register_button_sp{
  display: none;
/*  width: 800px;
  height: 194px;*/
}

.client-background{
  width:100%;
  height:300px;
  background-image: url('/assets/clients/CLIENT_BG.jpg') ;
  background-repeat: no-repeat;
  background-position:center center;
}
.client_title_1{
/*  width: 900px;
  height: 82px;*/
}

.client_title_1_sp{
  display: none;
/*  width: 800px;
  height: 194px;*/
}
.client_title_2{
/*  width: 900px;
  height: 82px;*/
}

.client_title_2_sp{
  display: none;
/*  width: 800px;
  height: 194px;*/
}
.client_title_3{
/*  width: 900px;
  height: 82px;*/
}

.client_title_3_sp{
  display: none;
/*  width: 800px;
  height: 194px;*/
}
.contactus_title_1{
/*  width: 900px;
  height: 82px;*/
}

.contactus_title_1_sp{
  display: none;
/*  width: 800px;
  height: 194px;*/
}
.contactus_title_2{
/*  width: 900px;
  height: 82px;*/
}
.contactus_title_2_sp{
  display: none;
/*  width: 800px;
  height: 194px;*/
}
.send_button{
/*  width: 900px;
  height: 82px;*/
}
.send_button_sp{
  display: none;
/*  width: 800px;
  height: 194px;*/
}
.team_title_1{
/*  width: 900px;
  height: 82px;*/
}
.team_title_1_sp{
  display: none;
/*  width: 800px;
  height: 194px;*/
}
.team_line{
/*  width: 900px;
  height: 82px;*/
}
.team_line_sp{
  display: none;
     padding-left:30px;
    padding-right:30px;
/*  width: 800px;
  height: 194px;*/
}
.register_title{
/*  width: 900px;
  height: 82px;*/
}
.register_title_sp{
  display: none;
    
/*  width: 800px;
  height: 194px;*/
}
.register_button{
/*  width: 900px;
  height: 82px;*/
}
.register_button_sp{
  display: none;
    
/*  width: 800px;
  height: 194px;*/
}
@media (max-width: 810px) {
  .top-background{
    height: 350px;
    background-size: auto 350px;
    background-position-x:63%;
  }

  .home_title_1{
   display:none;
  }

  .home_title_1_sp{
    display: inline;
 
  }

  .home_title_2{
   display:none;
  }

  .home_title_2_sp{
    display: inline;
 
  }
   .home_industry{
   display:none;
  }

  .home_industry_sp{
    display: inline;
 
  }
    .job_title{
   display:none;
  }

  .job_title_sp{
    display: inline;
 
  }
    .job_icon{
   display:none;
  }

  .job_icon_sp{
    display: inline;
 
  }
    .register_button{
   display:none;
  }

  .register_button_sp{
    display: inline;
 
  }

  .client_title_1{
   display:none;
  }

  .client_title_1_sp{
    display: inline;
 
  }
  .client_title_2{
   display:none;
  }

  .client_title_2_sp{
    display: inline;
 
  }
  .client_title_3{
   display:none;
  }

  .client_title_3_sp{
    display: inline;
 
  }
    .contactus_title_1{
   display:none;
  }

  .contactus_title_1_sp{
    display: inline;
 
  }
  .contactus_title_2{
   display:none;
  }

  .contactus_title_2_sp{
    display: inline;
 
  }
    .send_button{
   display:none;
  }

  .send_button_sp{
    display: inline;
 
  }
  .team_title_1{
   display:none;
  }

  .team_title_1_sp{
    display: inline;
 
  }
  .team_line{
   display:none;
  }

  .team_line_sp{
    display: inline;
 
  }
  .register_title{
   display:none;
  }

  .register_title_sp{
    display: inline;
 
  }
  .register_button{
   display:none;
  }

  .register_button_sp{
    display: inline;
 
  }
  .team-background,.job-background,.client-background{
    height: 200px;
    background-size: auto 200px;
  }
  .top_img_sp{
    display: inline;
  }
  .top_img{
    display: none;
  }
  #registbtn{
    text-align: left;
    width: 320px;
    margin: 20px auto 0px;
  }
  #registbtn img{
    height: 30px;
    margin-left: 13px;
  }
}
