@media (min-width: 768px) {
  .section-sop .staticlist {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}
@media (min-width: 768px) {
  .section-sop .staticlist__item--fashion {
    margin-top: 50px;
  }
}
@media (min-width: 1280px) {
  .section-sop .staticlist__item--fashion {
    margin-top: 130px;
  }
}
.section-sop .deco_gray4_2:after {
  display: none;
}
@media (min-width: 1024px) {
  .section-sop .deco_gray4_2:after {
    display: block;
    left: 62%;
    bottom: 0;
  }
}

.banner--profession {
  padding: 145px 0;
  background-image: url("../images/joinus/bg_joinus_profession.jpeg");
  margin-bottom: 0;
  min-height: 470px;
}
@media (min-width: 768px) {
  .banner--profession {
    min-height: initial;
  }
}
@media (min-width: 1280px) {
  .banner--profession {
    min-height: 640px;
  }
}
@media (min-width: 768px) {
  .section-brand {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
.section-brand__imgbox-wrap {
  background: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 95px 0;
}
@media (min-width: 768px) {
  .section-brand__imgbox-wrap {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
  }
}
@media (min-width: 1280px) {
  .section-brand__imgbox-wrap {
    padding: 155px 0;
  }
}
.section-brand__imgbox {
  width: 88px;
}
@media (min-width: 1280px) {
  .section-brand__imgbox {
    width: 147px;
  }
}
.section-brand__infobox {
  background: #1f2a66;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 95px 0;
}
@media (min-width: 768px) {
  .section-brand__infobox {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
  }
}
@media (min-width: 1280px) {
  .section-brand__infobox {
    padding: 155px 0;
  }
}
.section-brand__info {
  color: #fff;
  text-align: center;
}
@media (min-width: 768px) {
  .section-brand__info {
    text-align: left;
  }
}
.section-brand__heading {
  margin: 0 0 30px;
}
.section-brand__pretext {
  font-size: 20px;
  background: #ea5532;
  border-radius: 60px;
  padding: 3px 20px;
  display: inline-block;
  margin: 0 0 10px;
}
@media (min-width: 1280px) {
  .section-brand__pretext {
    font-size: 24px;
  }
}
.section-brand__title {
  font-size: 40px;
  font-weight: normal;
  line-height: 1.2;
}
@media (min-width: 1280px) {
  .section-brand__title {
    font-size: 60px;
  }
}
.section-brand__subtitle {
  font-size: 31px;
  font-weight: normal;
  line-height: 1.2;
}
@media (min-width: 1280px) {
  .section-brand__subtitle {
    font-size: 46px;
  }
}
.section-brand__tel {
  color: #85cbbf;
  font-size: 36px;
  font-weight: bold;
}
@media (min-width: 1280px) {
  .section-brand__tel {
    font-size: 47px;
  }
}
.section-brand__tips {
  font-size: 24px;
}
@media (min-width: 1280px) {
  .section-brand__tips {
    font-size: 26px;
  }
}

.section-joinstep {
  padding: 75px 0 0;
  background: #fff;
}
@media (min-width: 1280px) {
  .section-joinstep {
    padding: 180px 0 0;
  }
}
.section-joinstep .section__body {
  background: #85cbbf;
  padding-bottom: 0;
  padding-top: 0;
  margin-bottom: 0;
}

.section-contact {
  overflow: hidden;
  padding: 75px 0;
  background: #85cbbf;
}
@media (min-width: 1280px) {
  .section-contact {
    padding: 180px 0 125px;
  }
}
.section-contact__btn {
  width: 224px;
  height: 50px;
}
@media (min-width: 768px) {
  .section-contact__btn {
    width: 224px;
    height: 60px;
  }
}
.section-contact.deco_green4-2:after {
  display: none;
}
@media (min-width: 1280px) {
  .section-contact.deco_green4-2:after {
    display: block;
    bottom: initial;
    width: 400px;
    height: 400px;
    top: -200px;
  }
}