@charset "UTF-8";
/* ------------------------------ 
採用情報
------------------------------ */
.recruit-article__container {
  max-width: 1050px;
  width: 100%;
  margin: 0 auto;
}
.recruit-article__content {
  font-size: 1.8rem;
  line-height: 26px;
  color: #000;
  margin-bottom: 80px;
}
@media screen and (max-width: 1110px) {
  .recruit-article__content {
    font-size: 1.6rem;
  }
}
.recruit-article__content .table-of-contents {
  max-width: 500px;
  width: 100%;
  margin: 50px auto 70px;
  border: 1px solid #ccc;
  border-top: 3px solid #00aca0;
  padding: 20px 15px;
}
@media screen and (max-width: 480px) {
  .recruit-article__content .table-of-contents {
    padding: 15px 10px;
  }
}
.recruit-article__content h2 {
  background-size: auto !important;
}
.recruit-article__content h2 {
  margin-bottom: 40px;
  height: 63px;
  background-image: url(../images/template/bg-recruit-content-title.png);
  background-size: cover;
  background-position: center left;
  font-size: 2rem;
  font-weight: 600;
  padding: 20px 40px 23px;
}
@media screen and (max-width: 929px) {
  .recruit-article__content h2 {
    border-right: 1px solid #00aca0;
  }
}
@media screen and (max-width: 480px) {
  .recruit-article__content h2 {
    font-size: 1.8rem;
  }
}
.recruit {}
.column-wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 60px;
}
.recruit .entry-column {
  width: calc((100% / 2) - 10px);
  padding: 30px 15px;
}
.recruit .info-column {
  width: calc((100% / 4) - 10px);
  padding: 30px 15px;
  border: 1px solid #37aca0;
  border-radius: 10px;
}
.recruit .info-column .ttl {
  display: block;
  text-align: center;
  font-weight: bold;
  border-bottom: 1px solid #37aca0;
  margin-bottom: 15px;
}
@media screen and (max-width: 767px) {
  .recruit .info-column {
    width: calc((100% / 2) - 10px);
    margin-bottom: 10px;
  }
  .recruit .entry-column {
    width: calc((100% / 1) - 10px);
    margin-bottom: 10px;
  }
}


/*--------------------
女性の活躍に関する情報公開
--------------------*/

.women-block {
  margin: 60px auto 0;
}

.women-block-ttl {
  text-align: center;
  margin-bottom: 10px;
}
.women-wrap {
  max-width: 500px;
  width: 100%;
  margin: 10px auto;
  padding: 15px;
  border: 3px solid #272727;
}
.women-wrap dl {
  margin-bottom: 20px;
  text-align: center
}
.women-wrap dl dt {
  font-weight: 600;
}
span.space {
  padding: 0 30px;
}