/* Staff page
-------------------------------------------------*/
.s_box1 {
  width: 100%;
  max-width: 1400px;
  margin: 0 auto;
  padding-top: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-bottom: 70px;
}

@media all and (max-width: 1024px) {
  .s_box1 {
    padding: 35px 20px 50px;
    max-width: 800px;
  }
}

@media all and (max-width: 768px) {
  .s_box1 {
    padding: 30px 10px 40px;
    max-width: 480px;
  }
}

.s_box1_item {
  width: 48.5%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 60px;
}

@media all and (max-width: 1024px) {
  .s_box1_item {
    width: 100%;
  }
}

@media all and (max-width: 768px) {
  .s_box1_item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.s_box1_item_img {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 300px;
          flex: 0 0 300px;
}

@media all and (max-width: 1024px) {
  .s_box1_item_img {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 260px;
            flex: 0 0 260px;
  }
}

@media all and (max-width: 768px) {
  .s_box1_item_img {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 300px;
            flex: 0 0 300px;
  }
}

.s_box1_item_img img {
  width: 100%;
}

.s_box1_item_main {
  padding-left: 30px;
}

@media all and (max-width: 768px) {
  .s_box1_item_main {
    padding-left: 0;
    padding-top: 20px;
  }
}

.s_box1_item_txt1 {
  font-size: 14px;
  line-height: 160%;
  padding-bottom: 15px;
}

@media all and (max-width: 1024px) {
  .s_box1_item_txt1 {
    font-size: 11.2px;
    padding-bottom: 10px;
  }
}

@media all and (max-width: 768px) {
  .s_box1_item_txt1 {
    font-size: 10px;
    text-align: center;
  }
}

.s_box1_item_txt1 span {
  font-size: 22px;
  font-weight: bold;
}

@media all and (max-width: 1024px) {
  .s_box1_item_txt1 span {
    font-size: 18px;
  }
}

@media all and (max-width: 768px) {
  .s_box1_item_txt1 span {
    font-size: 14px;
  }
}

.s_box1_item_txt2 {
  font-size: 13px;
  line-height: 180%;
}

@media all and (max-width: 1024px) {
  .s_box1_item_txt2 {
    font-size: 12px;
  }
}

@media all and (max-width: 768px) {
  .s_box1_item_txt2 {
    font-size: 10px;
  }
}
