#page-recruit #tripla-searching-app {
  display: none;
}
#page-recruit .maincol {
  max-width: 960rem;
  margin: 90rem auto 0;
  width: 100%;
  padding: 0 20rem;
}
#page-recruit .column-inner {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 0 50rem;
}
#page-recruit .cnt_inner {
  width: 960rem;
  margin: 0 auto;
  position: relative;
}
#page-recruit .common_btn {
  position: relative;
  width: 440rem;
  height: 70rem;
  border-radius: 8rem;
  background: #8e2242;
}
#page-recruit .common_btn a {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #fff;
  font-size: 20rem;
}
#page-recruit .common_btn:hover {
  opacity: 0.8;
}
#page-recruit .common_btn.center {
  margin-left: auto;
  margin-right: auto;
}
#page-recruit .photos-left {
  margin-right: 0;
}
#page-recruit .plandetail {
  width: 600rem;
}
#page-recruit .plandetail .topic_ttl {
  font-size: 20rem;
  font-weight: bold;
}
#page-recruit .plandetail .desc {
  margin-top: 15rem;
}
#page-recruit .plandetail dl {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  gap: 2rem;
  margin-top: 25rem;
  margin-bottom: 25rem;
  font-size: 15rem;
  line-height: 1.5;
}
#page-recruit .plandetail dl dt {
  width: 20%;
  padding: 5rem 2rem;
  background: #ebebeb;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-bottom: 1px solid #ebebeb;
}
#page-recruit .plandetail dl dd {
  width: 75%;
  padding: 5rem 8rem;
  border-bottom: 1px solid #ebebeb;
}

@media screen and (max-width: 680px) {
  #page-recruit .maincol {
    margin-top: 50rem;
  }
  #page-recruit .column-inner {
    display: block;
  }
  #page-recruit .common_btn {
    width: 100%;
    height: 55rem;
    border-radius: 5rem;
  }
  #page-recruit .common_btn a {
    font-size: 16rem;
  }
  #page-recruit .plandetail {
    width: 100%;
  }
  #page-recruit .plandetail .desc {
    font-size: 15rem;
  }
  #page-recruit .plandetail dl {
    font-size: 14rem;
  }
  #page-recruit .plandetail dl dt,
  #page-recruit .plandetail dl dd {
    width: 100%;
    border: none;
    padding: 5rem;
  }
}/*# sourceMappingURL=recruit.css.map */