@charset "utf-8";
/*----------------------------------------------------
  製品紹介
----------------------------------------------------*/
/*-- タイトル --*/
.pagemenu-title-area {
  background: url("../images/pho_main01.jpg") center center no-repeat;
  background-size: cover;
}
/*----------------------------------------------------
  求人募集要項
----------------------------------------------------*/
.tbl-recruit {
  width: 100%;
  margin-top: 20px;
}
.tbl-recruit th,
.tbl-recruit td {
  padding: 0.6em 20px;
  border-top: 1px solid #ddd;
  }
.tbl-recruit tr:last-of-type,
.tbl-recruit tr:last-of-type {
  border-bottom: 1px solid #ddd;
}
.tbl-recruit th {
  width: 20%;
  background-color: #edf2fa;
  font-weight: normal;
}
.tbl-recruit td .blank:after {
  display: inline-block;
  margin: 0 5px;
  content: "\f2d2";
  color: #0085cf;
  font-family: "Font Awesome 5 Free";
  font-weight: 400;
}
.senior-catch {
  font-size: 2.0rem;
  margin-bottom: 15px;
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-weight: 500;
  line-height: 1.5;
}
.clearfix::after {
display: block;
clear: both;
content: "";
}
/*----------------------------------------------------
  先輩社員紹介
----------------------------------------------------*/
.contents-title span {
  font-size: 1.6rem;
}
.question {
  margin-bottom: 20px;
}
.question dt,
.question dd {
  position: relative;
  padding-left: 22px;
}
.question dt {
  color: #0085cf;
  font-weight: 500;
}
.question dt:before,
.question dd:before {
  position: absolute;
  top: 3px;
  left: 0;
  display: inline-block;
  width: 18px;
  height: 18px;
  padding:4px 0 0 0;
  font-size: 1.2rem;
  line-height: 1.0;
  text-align: center;
  border-radius: 3px;
}
.question dt:before {
  content: "Q";
  background-color: #0085cf;
  color: #fff;
}
.question dd:before {
  content: "A";
  background-color: #d3ddf0;
  color: #0085cf;
}
@media (max-width: 767.98px) {
  .col-6.senior-photo {
    margin: 0 auto;
  }
}
/*----------------------------------------------------
  人材
----------------------------------------------------*/
.people-wrap {
  text-align: center;
}
.people-area {
  position: relative;
  top: 0;
  display: inline-block;
  width: 70%;
  padding: 1.0rem 20px;
  line-height: 1.4;
}
.people-area:before,
.people-area:after { 
  position: absolute;
  top: 0;
  width: 8px;
  height: 100%;
  display: inline-block;
  content: "";
}
.people-area:before {
  left: 0;
  border-left: 1px solid #ccc;
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
}
.people-area:after {
  content: '';
  border-top: solid 1px #ccc;
  border-right: solid 1px #ccc;
  border-bottom: solid 1px #ccc;
  right: 0;
}
.people-list {
  margin-top: 15px;
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 1.5;
}
/*----------------------------------------------------
  福利厚生・社内制度
----------------------------------------------------*/
.system-list {
  list-style: none;
  padding-left: 1.0rem;
}
.system-list li {
  margin-bottom: 10px;
  padding-left: 8px;
  text-indent: -10px;
}
.system-list li:before {
  display: inline-block;
  font-family: "Font Awesome 5 Free";
  content: "\f0c8";
  color: #0085cf;
  font-weight: bold;
  padding-right: 5px;
}
.zweigen-kanazawa,
.bnr-mynavi {
  display: inline-block;
  border: 1px solid #ddd;
}
.col-list li {
  float: left;
  width: 33.33333%;
}
.hall{
    margin-top: 30px;
}
@media (max-width: 767.98px) {
  .tbl-recruit th,
  .tbl-recruit td {
    float: left;
    width: 100%;
    padding: 0.6rem 15px;
  }
  .senior-catch {
    margin-top: 15px;
    font-size: 1.8rem;
  }
  .question {
    margin-bottom: 15px;
  }
  .ph-senior {
    margin-top: 10px;
    margin-bottom: 20px;
  }
  .people-wrap {
    text-align: left;
  }
  .people-area {
    width: auto;
    padding: 1.0rem 15px;
  }
  .ph-duties {
    margin-top: 10px;
  }
  .col-list li {
    float: none;
    width: auto;
    margin-bottom: 0;
  }
    .hall{
        margin-top: 0;
    }
}
