.page-header-wrap{
  background-image: url(../img/header-recruit.jpg);
  background-position: 63%;
}
.page-title-wrap {
    margin-bottom: 70px;
}
.bg-recruit-about{
  background-image: url(../img/recruit-about.png);
  background-size: 45%;
  background-repeat: no-repeat;
  background-position: top right;
}
.bg-gray{
  background: #f5f5f5;
}
.bg-white{
  background: #fff;
}
.recruit-nav{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding-bottom: 20px;
}
.recruit-nav a {
  line-height: 60px;
  width: 31%;
  background-color: #fff;
  text-align: center;
  border: 2px solid #eb7548;
  color: #eb7548;
  margin-bottom: 30px;
  font-weight: bold;
  position: relative;
  padding-bottom: 20px;
  font-size: 20px;
}
.recruit-nav a svg{
  position: absolute;
  transform: translateX(-50%);
  left: 50%;
  bottom: 10px;
  stroke: #eb7548;
  transition: .3s;
}
.recruit-nav a:hover{
  background-color: #eb7548;
  color: #fff;
}
.recruit-nav a:hover svg{
  stroke: #fff;
}
.recruit-nav .null{
  width: 31%;
}
section.recruit-info{
  margin: 0;
  padding: 80px 0;
}
.recruit-article{
  padding: 60px;
  margin-bottom: 60px;
}
.recruit-article .flex .text-box{
  flex: 1
}
.recruit-article .flex .img-box{
  flex: 1;
  margin-left: 40px;
}
.orange-table-wrap.flex{
  align-items: flex-start;
  margin-top: 50px;
}
.orange-table{
  margin-bottom: 30px;
}
.bg-orange{
  display: flex;
  background-color: #eb7548;
  color: #fff;
  width: 120px;
  align-self: stretch;
  align-items: center;
}
.bg-orange span{
  margin: 0 auto;
}
.orange-table .text{
  width: 100%;
  padding-left: 20px;
}
.orange-table-wrap .column{
  flex: 1
}
.orange-table-wrap .column:nth-child(1){
  padding-right: 30px;
}
a.recruit-contact-btn{
  width: 100%;
  max-width: 400px;
  line-height: 60px;
  margin: 0 auto;
  display: block;
  background-color: #eb7548;
  color: #fff;
  text-align: center;
  margin-top: 20px;
  border: 2px solid #eb7548;
  position: relative;
  font-weight: bold;
}
a.recruit-contact-btn:hover{
  background-color: #fff;
  color: #eb7548;
}
a.recruit-contact-btn svg{
  position: absolute;
  right: 20px;
  top: 22px;
  stroke: #fff;
}
a.recruit-contact-btn:hover svg{
  stroke: #eb7548;
}
.recruit-thum-sp{
  display: none;
}
@media screen and (max-width: 980px) {
  .orange-table-wrap.flex{
    flex-direction: column;
  }
  .orange-table-wrap .column:nth-child(1){
    padding-right: 0;
  }
}
@media screen and (max-width: 780px) {
  .bg-recruit-about{
    background: none;
  }
  .recruit-text-img.flex{
    flex-direction: column;
  }
  .recruit-text-img .img-box{
    display: none;
  }
  .recruit-article{
    padding: 0;
    background: #f5f5f5 !important;
  }
  .recruit-article .wrap{
    padding: 30px 5%;
  }
  .recruit-thum-sp{
    display: block;
    height: 300px;
    width: 95%;
    margin: 0 auto;
    background-repeat: no-repeat;
    background-size: cover;
  }
  #manager .recruit-thum-sp{
    background-image: url(../img/top-recruit-1.png);
    background-position: center;
  }
  #buyer .recruit-thum-sp{
    background-image: url(../img/top-recruit-2.png);
    background-position: center;
  }
  #photographer .recruit-thum-sp{
    background-image: url(../img/top-recruit-3.png);
    background-position: center;
  }
  #craftsman .recruit-thum-sp{
    background-image: url(../img/top-recruit-4.png);
    background-position: center;
  }
  #salesstaff .recruit-thum-sp{
    background-image: url(../img/top-recruit-5.png);
    background-position: center;
  }
  .recruit-nav a{
    width: 48%;
    line-height: 50px;
    margin-bottom: 20px;
  }
  .recruit-article{
    margin-bottom: 40px;
  }
}
