@charset "UTF-8";
/* ===================================================================
CSS information

 file name  : recruit.css
 style info : 採用情報
=================================================================== */
/* -----------------------------------------------------------
  .con_message
----------------------------------------------------------- */
.con_message {
  margin-top: 20px;
  margin-bottom: 50px;
}
.con_message h1 {
  margin-bottom: 25px;
  text-align: center;
  color: #558f41;
  font-size: 1.5rem;
}
.con_message h1 .under {
  background: linear-gradient(transparent 50%, yellow 50%);
}
.con_message p.txt_block {
  padding: 5px;
  width: 98%;
  margin: 0 auto 30px;
  font-size: 1.2rem;
}
.con_message p.txt_block span {
  font-weight: bold;
}
@media only screen and (min-width: 741px) {
  .con_message h1 {
    font-size: 1.8rem;
  }
  .con_message p.txt_block {
    padding: 20px;
    width: 70%;
  }
}
/* -----------------------------------------------------------
  .con_work
----------------------------------------------------------- */
.con_work {
  max-width: 920px;
  margin: 0 auto 50px;
}
.con_work .inner {
  margin-left: 10px;
}
.con_work .inner p {
  font-size: 1.2rem;
}
.con_work .inner .box_work {
  margin-bottom: 20px;
}
.con_work .inner .box_work .detail {
  width: 90%;
  margin-bottom: 20px;
}
.con_work .inner .box_work .img_thum {
  float: left;
  width: 48%;
  margin-left: 5px;
}
.con_work .inner .txt_point {
  clear: both;
  padding-top: 20px;
}
.con_work .inner .txt_point span {
  font-weight: bold;
}
.con_work .inner ol.list {
  counter-reset: list;
  list-style-type: none;
  font: 14px/1.6 "arial narrow", sans-serif;
  padding: 0 0 0 10px;
}
.con_work .inner ol.list li {
  position: relative;
  padding: 0 0 0 20px;
  margin: 7px 0 7px 0px;
  font-weight: bold;
  font-size: 14px;
  line-height: 30px;
  border-bottom: dashed 1px #bb0000;
  width: 80%;
}
.con_work .inner ol.list li:before {
  counter-increment: list;
  content: "";
  display: block;
  position: absolute;
  left: 0px;
  height: 10px;
  width: 10px;
  border-radius: 50%;
  background: #bb0000;
  top: 50%;
  -moz-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
@media only screen and (min-width: 741px) {
  .con_work .inner {
    margin-left: 20px;
  }
  .con_work .inner .box_work {
    margin-bottom: 20px;
  }
  .con_work .inner .box_work .detail {
    float: left;
    width: 40%;
  }
  .con_work .inner .box_work .img_thum {
    float: left;
    width: 30%;
    margin-left: 0;
    text-align: right;
  }
  .con_work .inner .txt_point {
    clear: both;
    padding-top: 20px;
  }
  .con_work .inner .txt_point span {
    font-weight: bold;
  }
}

/* -----------------------------------------------------------
  .con_target
----------------------------------------------------------- */
.con_target {
  max-width: 920px;
  margin: 0 auto 50px;
}
.con_target .inner {
  margin-left: 10px;
}
.con_target .inner .point {
  position: relative;
  padding: 0.3em;
  font-weight: bold;
}
.con_target .inner .point:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 4px;
  background: repeating-linear-gradient(-45deg, #bb0000, #bb0000 2px, white 2px, white 4px);
}
.con_target .inner p {
  font-size: 1.2rem;
}
.con_target .inner p span {
  font-weight: bold;
}
@media only screen and (min-width: 741px) {
  .con_target .inner {
    margin-left: 20px;
  }
}

/* -----------------------------------------------------------
  .con_guideline
----------------------------------------------------------- */
.con_guideline {
  max-width: 920px;
  margin: 0 auto 50px;
}
@media only screen and (min-width: 741px) {
  .con_guideline {
    margin-bottom: 80px;
  }
  .con_guideline .inner {
    margin-left: 20px;
  }
}

.bn_contact {
  margin: 0 auto 30px;
  border: 1px solid #558f41;
  border-radius: 7px;
  background-color: #9ce266;
  background-image: linear-gradient(to bottom, #9ce266 0%, #61c419 50%, #62915d 100%);
}
.bn_contact a {
  text-decoration: none;
  display: block;
  padding: 15px 15px 15px 60px;
  color: #fff;
  background: url(../images/ic_mail.png) 5px center no-repeat;
  background-size: 50px;
  position: relative;
}
.bn_contact a:after {
  content: "\f138";
  font-family: "FontAwesome";
  position: absolute;
  right: 7px;
  top: 50%;
  margin-top: -0.5em;
  color: #fff;
}
.bn_contact a span {
  text-shadow: 1px 1px 3px #000;
}
.bn_contact a p {
  font-weight: bold;
  font-size: 1.4em;
  text-shadow: 1px 1px 3px #000;
}
@media only screen and (min-width: 741px) {
  .bn_contact {
    max-width: 480px;
    margin: 0 auto 50px;
  }
  .bn_contact a {
    padding: 15px 15px 15px 115px;
    background: url(../images/ic_mail.png) 15px center no-repeat;
    background-size: 80px;
  }
  .bn_contact a span {
    font-size: 1.2em;
  }
  .bn_contact a p {
    font-size: 2em;
  }
}
@media only screen and (min-width: 741px) {
  .bn_contact:hover {
    opacity: 0.8;
  }
}
@media print {
  .bn_contact:hover {
    opacity: 0.8;
  }
}
.ie8 .bn_contact:hover {
  opacity: 0.8;
}

/* -----------------------------------------------------------
	テーブル
----------------------------------------------------------- */
table.outline-list th,
table.outline-list td {
  font-weight: bold;
  text-align: left;
  vertical-align: middle;
  border: 1px solid #666666;
}
table.outline-list th {
  width: 30%;
  padding: 10px 5px;
  background-color: #F9F9F9;
}
table.outline-list td {
  padding: 10px 5px;
}
@media only screen and (min-width: 741px) {
  table.outline-list th {
    padding: 10px 15px;
  }
  table.outline-list td {
    padding: 10px 12px;
  }
}