/* =================================
 PC staff
================================= */

@import url(https://fonts.googleapis.com/css?family=Lato:400,700);

.key {
  background: url(/img/recruit/key_07.png) no-repeat center;
  background-size: cover;
}


  .page_nav {
    margin-bottom: 80px;
}
.page_nav {
  width: 1000px;
  margin: 30px auto 20px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.page_nav a:first-child {
  border-radius: 25px 0 0 25px;
}
.page_nav a {
  width: 100%;
  height: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  border: #366bac solid 1px;
  color: #366bac;
  font-weight: 600;
  box-sizing: border-box;
}
.page_nav a:last-child {
  border-radius: 0 25px 25px 0;
}
.page_nav a + a {
  border-left: 0;
}
.recruit-staff {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.recruit-staff {
  margin: 20px 0 30px;
}
.recruit-staff:first-child {
  margin: 0;
}
.recruit-img {
  margin: 20px auto 30px;
  max-width: 600px;
  width: 100%;
}
.recruit-img:last-child {
  margin: 0 auto;
}

.recruit-staff .staff-item {
  /*width: 16%;*/
  margin-bottom: 40px;
}
.recruit-staff .recruit-item {
  width: 48%;
}
.req {
  padding: 5px;
  background: #366bac;
  color: #fff;
  font-size: 12px;
  margin-right: 10px;
  font-weight: normal;
}
.bg-color {
  padding: 5px 10px!important;
    background: #66a1f7;
    color: #fff!important;
}
.bg-gray {
  padding: 20px 20px!important;
    background: #f3f5f9;
}
.cont_treatment_box_inner .txt {
  font-size: 0;
  margin-bottom: 16px;
}
.cont_treatment_box_inner .txt .image_box {
  width: calc( (100% - 30px) / 2 );
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin-right: 30px;
  display: inline-block;
  margin-bottom: 30px;
  vertical-align: top;
}
.cont_treatment_box_inner .txt .image_box img {
  width: 100%;
}
.cont_treatment_box_inner .txt .image_box p {
  font-size: 18px;
  text-align: center;
  padding: 10px 0 0;
  font-weight: bold;
  color: #366bac;
}
.cont_treatment_box_inner .txt .image_box .inner_txt {
  font-size: 15px;
  font-weight: normal;
  text-align: left;
  color: #222222;
}
.cont_treatment_box_inner .txt .image_box:nth-child(2n) {
  margin-right: 0;
}
.cont_treatment_box_inner .form {
  color: #f77683;
  font-size: 20px;
}
@media (max-width: 767px) {

.page_nav {
  width: 100%;
  margin: 20px auto 30px;
  display: block;
}
.page_nav a {
  width: 100%;
  height: 40px;
  position: relative;
}
.page_nav a:first-child {
  border-radius: 5px 5px 0 0;
}
.page_nav a + a {
  border-left: #366bac solid 1px;
  border-top: 0;
}
.page_nav a:last-child {
  border-radius: 0 0 5px 5px;
}
.recruit-img img {
  width: 100%;
  max-width: none;
  height: auto;
}
  .recruit-staff .staff-item {
    width: 33%;
    margin-bottom: 0.5%;
  }
  .recruit-staff .recruit-item {
    width: 100%;
  }
  .recruit-staff .recruit-item img {
    margin-bottom: 20px;
  }
  .cont_treatment_box_inner .txt .image_box {
    width: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: inline-block;
    margin-bottom: 16px;
    vertical-align: top;
}
.cont_treatment_box_inner .form {
  font-size: 15px;
}
}