@charset "utf-8";
#spc_glo_entry {
  display: none;
}
#contents {
  clear: both;
  width: 100%;
  padding: 180px 0px 100px;
  background-color: #F0EEEC;
}
#h2_recruit {
  clear: both;
  width: 100%;
  text-align: center;
  color: #2E2E2E;
  font-size: 40px;
  font-weight: 700;
  line-height: 1.0em;
  padding: 110px 0px 0px 0px;
  margin-bottom: 60px;
  background: url("../images/entry_logo.svg") no-repeat top center;
  background-size: 62px auto;
}
#h2_recruit span {
  display: block;
  text-align: center;
  font-size: 24px;
  padding: 30px 0px 0px 0px;
  color: #DC0000;
}
.sec_recruit {
  clear: both;
  overflow: hidden;
  width: 1200px;
  border-radius: 10px;
  box-sizing: border-box;
  padding: 100px 80px 80px;
  margin: 0px auto 80px;
  background-color: #FFF;
}
.sec_recruit h3 {
  font-size: 35px;
  color: #DC0000;
  font-weight: 500;
  text-align: center;
  margin-bottom: 40px;
}
.sec_recruit dl, .sec_recruit2 dl {
  width: 1040px;
  margin: 0 auto 0;
  display: flex;
  padding: 0 0;
  align-items: stretch;
}
/* 基本の dt, dd の線設定 */
.sec_recruit dl dt, .sec_recruit2 dl dt {
  display: flex;
  align-items: flex-start;
  width: 180px;
  font-size: 18px;
  line-height: 1.6em;
  font-weight: 700;
  padding: 20px 10px;
  margin-right: 48px;
  border-bottom: 3px solid #EDEDED;
}
.sec_recruit dl dd, .sec_recruit2 dl dd {
  width: calc(100% - 180px - 48px);
  font-size: 18px;
  line-height: 1.6em;
  padding: 20px 10px;
  border-bottom: 3px solid #EDEDED;
}
/* 最初の dl は上線 3px */
.sec_recruit dl.dl_first dt, .sec_recruit dl.dl_first dd {
  border-top: 3px solid #EDEDED;
}
.sec_recruit2 dl.dl_first dt, .sec_recruit2 dl.dl_first dd {
  border-top: 3px solid #EDEDED;
}
.bt_recruit {
  clear: both;
  width: 100%;
  text-align: center;
  margin: 70px 0px 30px 0px;
}
#sougousyoku {
  clear: both;
  width: 100%;
  padding: 90px 0px 100px;
  background-color: #FFFFFF;
  margin-bottom: 100px;
}
.sougou_wrap {
  clear: both;
  width: 1040px;
  text-align: center;
  margin: 0px auto;
}
#sougousyoku h2 {
  display: inline-block;
  font-size: 35px;
  line-height: 1.4em;
  color: #DC0000;
  font-weight: 500;
  text-align: center;
  padding: 0px 0px 10px 10px;
  border-bottom: 3px solid #DC0000;
  margin: 0px auto 50px;
}
p.rec_desc {
  text-align: left;
  font-size: 18px;
  line-height: 1.7em;
  margin: 0px 0px 70px 0px;
}
#modle_wrap {
  clear: both;
  width: 710px;
  margin: 0px auto;
}
.rec_flex {
  clear: both;
  width: 710px;
  display: flex;
  justify-content: space-between;
}
.rec_flex article {
  width: 330px;
}
.rec_flex article h4 {
  font-size: 18px;
  font-weight: 700;
  text-align: center;
  color: #FFFFFF;
  padding: 10px 0px 12px;
  background-color: #484848;
  margin-bottom: 8px;
}
.rec_flex article ul li {
  font-size: 18px;
  font-weight: 500;
  padding: 12px 20px;
  border-bottom: 3px solid #EDEDED;
  display: flex; /* flexboxに */
  justify-content: space-between; /* 左右に分ける */
  align-items: center; /* 縦位置を揃える */
}