.thepage .p-head {
  background-image: url(../img/recruit/hero@2x.jpg);
}

main .sec-top {
  padding-bottom: 60px;
}
.sec .tt {
  text-align: center;
  margin-bottom: 60px;
}
.tt h2 {
  position: relative;
  display: inline-block;
  min-width: 260px;
  font-size: 28px;
  line-height: 36px;
  padding-top: 8px;
}
.tt h2 span {
  display: inline-block;
  letter-spacing: 14px;
  margin-right: -14px;
}
.tt h2:before,
.tt h2:after {
  content:"";
  position: absolute;
  top:0;
  width: 16px;
  height: 55px;
}
.tt h2:before {
  background: no-repeat center url(../img/recruit/headline-deco-left.svg);
  background-size: 100%;
  left:0;
}
.tt h2:after {
  background: no-repeat center url(../img/recruit/headline-deco-right.svg);
  background-size: 100%;
  right: 0;
}
main .sec {
  padding:60px 0;
}

.row-rec {
  position: relative;
}
.rec-box {
  padding:50px 45px 180px;
  height: 100%;
}
.rec-box .t {
  position: relative;
  text-align: center;
  font-size: 24px;
  line-height: 35px;
  font-weight: 600;
  margin-bottom: 50px;
}
.rec-box .t:after {
  content:"";
  position: absolute;
  bottom: -10px;
  left: 0;
  right: 0;
  margin:auto;
  width: 192px;
  height: 3px;
  background: no-repeat center url(../img/common/headline-border.svg);
  background-size: 100%;
}
.rec-box .thumb {
  text-align: center;
  margin-bottom: 40px;
}
.rec-box .thumb img {
  border-radius: 50%;
  border:5px solid #fff;
}
.rec-box .desc {
  font-size: 18px;
  line-height: 36px;
  text-align: center;
  margin-bottom: 45px;
}
.rec-box dl {
  display: flex;
  flex-wrap: wrap;
  border-top: 2px dotted #909090;
}
.rec-box dt, .rec-box dd {
  border-bottom: 2px dotted #909090;
  padding:12px 8px;
  margin:0;
}
.rec-box dl dt {
  width: 28%;
}
.rec-box dl dd {
  width: 72%;
}
.st-note {
  
}
.rec-num-btm {
  position: absolute;
  width: 90%;
  bottom: 50px;
  left:0;
  right:0;
  margin:auto;
  background: #F9C34D;
  border: 5px solid #fff;
  padding:20px;
  text-align: center;
  font-size: 20px;
  line-height: 30px;
}

.rec-flow {
  text-align: center;
  margin-bottom: 40px;
}
#m2 .note {
  max-width: 712px;
  margin:auto;
  font-size: 14px;
  line-height: 24px;
}
main .sec-qa {
  padding-bottom: 0;
}
.q-and-a {
  max-width: 920px;
  margin:auto;
}
.sec-qa .qa-box {
  display: flex;
  margin-bottom: 40px;
}
.qa-box .q {
  width: 68px;
  height: 68px;
  background: #484545;
  display: flex;
  justify-content: center;
  align-items: center;
  flex: 0 0 auto;
}
.qa-box .q .n {
  color:#fff;
  font-size: 28px;
  margin-top: -4px;
}
.qa-box .q .n span {
  color:#F6AA00;
}
.qa-box .a {
  position: relative;
  flex-grow: 1;
  /*padding:20px 40px;*/
  transition: all 0.3s ease;
}
.qa-box .a:before {
  content:"";
  position: absolute;
  width: 20px;
  height: 20px;
  top:20px;
  right:40px;
  background: no-repeat center url(../img/recruit/btn-q-and-a-open.svg);
  background-size: 100%;
}
.qa-box .a.opening:before {
  background: no-repeat center url(../img/recruit/btn-q-and-a-close.svg);
  background-size: 100%;
}
.qa-box .a .at {
  font-size: 18px;
  line-height: 26px;
  font-weight: 600;
  padding:20px 40px;
  cursor:pointer;
}
.qa-box .a-cont {
  display: none;
  padding:10px 40px 20px;
}
.qa-box .a.opening {
  background: #F7F6F2;
}

@media (max-width: 1199px) {
  .cate-row>.col {
    width: 33.33333%;
  }
}
@media (max-width: 992px) {
  .row-rec>div:first-child {
    margin-bottom: 2px;
  }
  .rec-box {
    padding:50px 45px;
  }
  .rec-num-btm {
    position: relative;
    bottom: auto;
    margin-top: 50px;
    width: 100%;
  }
}
@media (max-width: 767px) {
  .thepage .p-head {
    background-image: url(../img/recruit/SP/hero@2x.jpg);
  }
  .thepage .sec-top {
    padding-bottom: 0;
  }
  main .sec {
    padding:40px 0;
  }
  .btn.pt-cate {
    height: 100%;
    font-size: 12px;
    padding-left: 50px;
  }
  .col:last-child .btn.pt-cate {
    padding-top: 15px;
  }
  .sec .tt {
    margin-bottom: 40px;
  }
  .tt h2 {
    font-size: 22px;
    line-height: 32px;
    min-width: 220px;
    padding-top: 5px;
  }
  .tt h2:before, .tt h2:after {
    width: 13px;
    height: 47px;
  }
  .tt h2 span {
    letter-spacing: 8px;
    margin-right: -8px;
  }

  .rec-box {
    padding:30px 16px;
  }
  .rec-box .t {
    font-size: 20px;
    line-height: 30px;
    margin-bottom: 30px;
  }
  .rec-box .t:after {
    width: 170px;
    bottom: -6px;
  }
  .rec-box .thumb {
    margin-bottom: 30px;
  }
  .rec-box .desc {
    text-align: left;
    font-size: 16px;
    line-height: 34p;
    margin-bottom: 20px;
  }
  .rec-box dl {
    font-size: 15px;
  }
  .rec-num-btm {
    padding:16px;
    margin-top: 40px;
  }
  .rec-num-btm span {
    font-size: 18px;
    line-height: 26px;
  }
  .rec-flow {
    margin-bottom: 20px;
  }

  .qa-box .q .n {
    font-size: 16px;
    line-height: 26px;
  }
  .qa-box .q {
    width: 46px;
    height: 46px;
  }
  .qa-box .a:before {
    width: 12px;
    height: 12px;
    right: 12px;
    top:16px;
  }
  .qa-box .a .at {
    font-size: 15px;
    padding:10px 12px;
    padding-right: 30px;
  }
  .qa-box .a-cont {
    padding: 5px 12px 10px;
    font-size: 15px;
    line-height: 28px;
  }
}