.sec_service .sec_job_description .list_service img, .sec_bank_login .list_bank_login img, .sec_main_cont .list_main_cont img {
  display: block;
  max-width: 100%;
  height: auto;
  margin: auto;
}

.wrap__col {
  margin-top: 0;
  padding-top: 0;
}

.col__main {
  padding: 0;
}

.sec_hyogo_bnr {
  border-top: none;
}

.sec_mv {
  height: 100vw;
  background-image: url(../img/mv_sp.jpg);
  background-position: center top;
  background-repeat: no-repeat;
  background-size: cover;
}

@media only screen and (min-width: 768px), print {
  .sec_mv {
    height: 400px;
    background-image: url(../img/mv.jpg);
  }
}

.sec_mv .ttl_service {
  position: relative;
  top: 50px;
}

@media only screen and (min-width: 576px), print {
  .sec_mv .ttl_service {
    top: 120px;
  }
}

@media only screen and (min-width: 768px), print {
  .sec_mv .ttl_service {
    top: 90px;
  }
}

.sec_mv .ttl_service img {
  max-width: 80%;
  height: auto;
}

@media only screen and (min-width: 768px), print {
  .sec_mv .ttl_service img {
    max-width: 100%;
  }
}

.sec_service {
  padding: 25px 0 30px;
}

@media only screen and (min-width: 768px), print {
  .sec_service {
    padding: 60px 0 70px;
  }
}

.sec_service .sec_job_description .ttl_service {
  font-size: 26px;
  font-size: 2.6rem;
  line-height: 1.4;
  margin-bottom: 1em;
  color: #168047;
  -webkit-font-feature-settings: "palt";
  font-feature-settings: "palt";
  font-weight: 700;
  text-align: center;
}

@media only screen and (max-width: 575px) {
  .sec_service .sec_job_description .ttl_service {
    font-size: 21px;
    font-size: 2.1rem;
  }
}

.sec_service .sec_job_description .list_service {
  overflow: hidden;
  -js-display: flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: -10px -5px 0;
}

@media only screen and (min-width: 576px), print {
  .sec_service .sec_job_description .list_service {
    margin: 0 -10px;
  }
}

@media only screen and (min-width: 768px), print {
  .sec_service .sec_job_description .list_service {
    margin: 0;
  }
}

.sec_service .sec_job_description .list_service li {
  width: 50%;
  padding: 0 5px;
  margin-top: 10px;
}

@media only screen and (min-width: 576px), print {
  .sec_service .sec_job_description .list_service li {
    float: left;
    width: 33.33333%;
    margin-top: 0;
    padding: 0 10px;
  }
}

@media only screen and (min-width: 768px), print {
  .sec_service .sec_job_description .list_service li {
    width: 326px;
    padding: 0;
    margin-right: 31px;
  }
  .sec_service .sec_job_description .list_service li:last-child {
    margin-right: 0;
  }
}

.sec_service .sec_job_description .list_service a {
  -webkit-transition-property: opacity;
  -o-transition-property: opacity;
  transition-property: opacity;
  -webkit-transition-duration: 0.5s;
  -o-transition-duration: 0.5s;
  transition-duration: 0.5s;
  -webkit-transition-timing-function: ease;
  -o-transition-timing-function: ease;
  transition-timing-function: ease;
  position: relative;
  display: block;
  padding: 25px 5px 20px;
  background-color: #e1f4ea;
  border-radius: 3px;
  text-decoration: none;
}

@media only screen and (min-width: 768px), print {
  .sec_service .sec_job_description .list_service a {
    padding: 40px 5px 35px;
  }
  .sec_service .sec_job_description .list_service a:hover {
    opacity: 0.7;
  }
}

.sec_service .sec_job_description .list_service a:after {
  position: absolute;
  bottom: 3px;
  right: 3px;
  content: "";
  display: block;
  width: 13px;
  height: 13px;
  background: url(../common/img/arrow_right_green_m@2x.gif) no-repeat center center;
  background-size: cover;
}

.sec_service .sec_job_description .list_service .txt_service {
  margin-top: 0.6em;
  font-size: 16px;
  color: #08a154;
  font-size: 1.6rem;
  -webkit-font-feature-settings: "palt";
  font-feature-settings: "palt";
  font-weight: 700;
  text-align: center;
}

@media only screen and (min-width: 768px), print {
  .sec_service .sec_job_description .list_service .txt_service {
    font-size: 22px;
    font-size: 2.2rem;
    line-height: 1.4;
  }
}

@media only screen and (min-width: 768px) and (max-width: 575px) {
  .sec_service .sec_job_description .list_service .txt_service {
    font-size: 18px;
    font-size: 1.8rem;
  }
}

.sec_service .sec_as {
  margin-top: 30px;
}

@media only screen and (min-width: 768px), print {
  .sec_service .sec_as {
    margin-top: 70px;
  }
}

@media only screen and (min-width: 768px), print {
  .sec_service .sec_as .inr {
    overflow: hidden;
    -js-display: flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
}

.sec_service .sec_as .ttl_as {
  font-size: 23px;
  font-size: 2.3rem;
  line-height: 1.4;
  margin-bottom: 1em;
  color: #338047;
  -webkit-font-feature-settings: "palt";
  font-feature-settings: "palt";
  font-weight: 700;
  text-align: center;
}

@media only screen and (max-width: 575px) {
  .sec_service .sec_as .ttl_as {
    font-size: 18px;
    font-size: 1.8rem;
  }
}

@media only screen and (min-width: 768px), print {
  .sec_service .sec_as .ttl_as {
    width: 326px;
    float: left;
    -webkit-box-flex: 1;
    -ms-flex: auto;
    flex: auto;
    margin-bottom: 0;
    padding: 22px 0 25px 15px;
    border-left: 5px solid #338047;
    text-align: left;
  }
}

.sec_service .sec_as a {
  -webkit-transition-property: opacity;
  -o-transition-property: opacity;
  transition-property: opacity;
  -webkit-transition-duration: 0.5s;
  -o-transition-duration: 0.5s;
  transition-duration: 0.5s;
  -webkit-transition-timing-function: ease;
  -o-transition-timing-function: ease;
  transition-timing-function: ease;
  overflow: hidden;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 100%;
  background-color: #e1f4ea;
  border-radius: 3px;
  text-decoration: none;
}

@media only screen and (min-width: 768px), print {
  .sec_service .sec_as a {
    width: 683px;
    float: left;
  }
  .sec_service .sec_as a:hover {
    opacity: 0.7;
  }
}

.sec_service .sec_as a:after {
  position: absolute;
  bottom: 3px;
  right: 3px;
  content: "";
  display: block;
  width: 13px;
  height: 13px;
  background: url(../common/img/arrow_right_green_m@2x.gif) no-repeat center center;
  background-size: cover;
}

.sec_service .sec_as a .img_as {
  float: left;
}

.sec_service .sec_as a .txt_as {
  float: left;
  margin-top: 0.9em;
  padding-left: 15px;
  color: #08a154;
  font-size: 16px;
  font-size: 1.6rem;
  -webkit-font-feature-settings: "palt";
  font-feature-settings: "palt";
  font-weight: 700;
  vertical-align: middle;
}

@media only screen and (min-width: 768px), print {
  .sec_service .sec_as a .txt_as {
    font-size: 22px;
    font-size: 2.2rem;
    line-height: 1.4;
    margin-top: 0.5em;
    padding-left: 25px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 575px) {
  .sec_service .sec_as a .txt_as {
    font-size: 18px;
    font-size: 1.8rem;
  }
}

.sec_service .sec_as .link_as {
  padding: 15px 5px;
}

.sec_bank_login {
  padding: 30px 0 30px;
  background-color: #edfdff;
}

@media only screen and (min-width: 768px), print {
  .sec_bank_login {
    padding: 70px 0;
  }
}

@media only screen and (min-width: 768px), print {
  .sec_bank_login .inr {
    overflow: hidden;
    -js-display: flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
}

.sec_bank_login .ttl_bank_login {
  margin-bottom: 1em;
  color: #586368;
  -webkit-font-feature-settings: "palt";
  font-feature-settings: "palt";
  text-align: center;
}

@media only screen and (min-width: 768px), print {
  .sec_bank_login .ttl_bank_login {
    float: left;
    margin-right: 15px;
    padding: 5px 0 8px 15px;
    border-left: 5px solid #4da7d6;
    text-align: left;
  }
}

.sec_bank_login .ttl_bank_login .sub {
  font-size: 18px;
  font-size: 1.8rem;
  display: block;
  font-weight: 700;
}

@media only screen and (max-width: 575px) {
  .sec_bank_login .ttl_bank_login .sub {
    font-size: 16px;
    font-size: 1.6rem;
  }
}

.sec_bank_login .ttl_bank_login .main {
  font-size: 23px;
  font-size: 2.3rem;
  line-height: 1.4;
  display: block;
  font-weight: 700;
}

@media only screen and (max-width: 575px) {
  .sec_bank_login .ttl_bank_login .main {
    font-size: 18px;
    font-size: 1.8rem;
  }
}

.sec_bank_login .list_bank_login {
  overflow: hidden;
  -js-display: flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 0 -5px;
}

@media only screen and (min-width: 768px), print {
  .sec_bank_login .list_bank_login {
    float: right;
    margin: 0;
  }
}

.sec_bank_login .list_bank_login li {
  padding: 0 5px;
}

@media only screen and (min-width: 768px), print {
  .sec_bank_login .list_bank_login li {
    float: left;
    width: 320px;
    margin-right: 40px;
    padding: 0;
  }
  .sec_bank_login .list_bank_login li:last-child {
    margin-right: 0;
  }
}

.sec_bank_login .list_bank_login a {
  -webkit-transition-property: opacity;
  -o-transition-property: opacity;
  transition-property: opacity;
  -webkit-transition-duration: 0.5s;
  -o-transition-duration: 0.5s;
  transition-duration: 0.5s;
  -webkit-transition-timing-function: ease;
  -o-transition-timing-function: ease;
  transition-timing-function: ease;
  display: block;
  text-decoration: none;
}

@media only screen and (min-width: 768px), print {
  .sec_bank_login .list_bank_login a:hover {
    opacity: 0.7;
  }
}

.sec_main_cont {
  padding: 30px 0 30px;
  background: url(../common/img/bg01.gif) repeat left top;
}

@media only screen and (min-width: 768px), print {
  .sec_main_cont {
    padding: 70px 0;
  }
}

.sec_main_cont .list_main_cont {
  overflow: hidden;
  -js-display: flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: -10px -5px 0;
}

@media only screen and (min-width: 576px), print {
  .sec_main_cont .list_main_cont {
    margin: 0;
  }
}

.sec_main_cont .list_main_cont li {
  width: 50%;
  float: left;
  margin-top: 10px;
  padding: 0 5px;
}

@media only screen and (min-width: 768px), print {
  .sec_main_cont .list_main_cont li {
    width: 320px;
    margin-top: 0;
    padding: 0;
    margin-right: 40px;
  }
  .sec_main_cont .list_main_cont li:last-child {
    margin-right: 0;
  }
}

.sec_main_cont .list_main_cont a {
  -webkit-transition-property: opacity;
  -o-transition-property: opacity;
  transition-property: opacity;
  -webkit-transition-duration: 0.5s;
  -o-transition-duration: 0.5s;
  transition-duration: 0.5s;
  -webkit-transition-timing-function: ease;
  -o-transition-timing-function: ease;
  transition-timing-function: ease;
  display: block;
  text-decoration: none;
}

@media only screen and (min-width: 768px), print {
  .sec_main_cont .list_main_cont a:hover {
    opacity: 0.7;
  }
}

.sec_news {
  padding: 30px 0;
  background-color: #f4f3eb;
}

@media only screen and (min-width: 768px), print {
  .sec_news {
    padding: 70px 0;
  }
}

@media only screen and (min-width: 768px), print {
  .sec_news .txt__link {
    margin-right: 30px;
  }
}

.sec_news .qs_tab__menu li.active, .sec_news .qs_tab__menu li:hover {
  background-color: #f4f3eb !important;
}

/*# sourceMappingURL=uniq.css.map */