@charset "utf-8";
/* CSS Document */

/* -------------------------------------------------

css

------------------------------------------------- */

.left-box {
  background: url(../images/main.jpg) center;
}

@media screen and (max-width:1000px) {
    .left-box {
      background-size: 250%;
    }
}

/* 資格・免許一覧
------------------------------------------------- */
.box_guide {
  margin: 20px 0 0;
}
.box_guide img {
  width: 100%;
  height: auto;
}

/* 求人票のお申込み
------------------------------------------------- */
.box_joboffer {
  margin: 20px 0 0;
}
#contents_main h4 {
  font-size: 20px;
}
.box_joboffer h5 {
  margin: 20px 0 0;
  color: #00792C;
  font-size: 15px;
  font-weight: bold;
}
.box_joboffer h5.icon_merk {
  padding: 0 0 0 25px;
  background: url(../images/icon_mark.png) no-repeat 0 2px;
}

.box_joboffer .image_text {
  margin: 10px 0 0;
}
.box_joboffer .image_text .img {
  width: 300px;
  height: 200px;
  background: #EEEEEE;
  display: flex;
  align-items: center;
  justify-content: center;
  float: left;
}
.box_joboffer .image_text .img img {
  max-width: 100%;
  max-height: 200px;
  width: auto;
  height: auto;
}
.box_joboffer .image_text .txt {
  width: calc(100% - 320px);
  float: right;
}
.contents_sub .box_joboffer .btn a {
  margin: 20px auto;
}

@media screen and (max-width:1300px) {
    .box_joboffer .image_text .img {
      width: 100%;
      float: none;
    }
    .box_joboffer .image_text .img img {
      float: none;
    }
    .box_joboffer .image_text .txt {
      width: calc(100% - 0px);
      margin: 20px 0 0;
      float: none;
    }
}
@media screen and (max-width:1000px) {
    .box_joboffer .image_text .img {
      width: 300px;
      height: 200px;
      background: #EEEEEE;
      display: flex;
      align-items: center;
      justify-content: center;
      float: left;
    }
    .box_joboffer .image_text .img img {
      max-width: 100%;
      max-height: 200px;
      width: auto;
      height: auto;
    }
    .box_joboffer .image_text .txt {
      width: calc(100% - 320px);
      float: right;
    }
}
@media screen and (max-width:600px) {
    .box_joboffer .image_text .img {
      width: 100%;
      float: none;
    }
    .box_joboffer .image_text .img img {
      float: none;
    }
    .box_joboffer .image_text .txt {
      width: calc(100% - 0px);
      margin: 20px 0 0;
      float: none;
    }
}