@charset "UTF-8";
/* ======================================================================
 setting
====================================================================== */
/* ======================================================================
 .p_recruit
====================================================================== */
@media screen and (max-width: 768px) {
  .p_recruit {
    overflow: hidden;
  }
}

.container.--small {
  max-width: 960px;
}

.view_pc {
  display: inline-block;
}

.view_sp {
  display: none;
}

.flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.sub_container {
  width: 100%;
  max-width: 1000px;
  margin: auto;
}

@media screen and (max-width: 767px) {
  .view_pc {
    display: none;
  }
  .view_sp {
    display: inline-block;
  }
  .sub_container {
    padding: 0 0;
  }
}

.p_recruit .content_title {
  margin-bottom: 30px;
}

@media screen and (max-width: 768px) {
  .p_recruit .content_title {
    margin-bottom: 20px;
  }
}

.information {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row;
          flex-flow: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media screen and (max-width: 768px) {
  .information {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
  }
}

#detail {
  margin-bottom: 100px;
}

@media screen and (max-width: 768px) {
  #detail {
    margin-bottom: 40px;
    width: 100%;
  }
}

#detail dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row;
          flex-flow: row;
  width: 100%;
  border-bottom: 1px solid #DCDCDC;
}

#detail dl:first-of-type {
  border-top: 1px solid #DCDCDC;
}

@media screen and (max-width: 768px) {
  #detail dl {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
    border-bottom: 2px solid #DCDCDC;
    padding-bottom: 10px;
  }
}

@media screen and (max-width: 768px) and (max-width: 768px) {
  #detail dl {
    border-bottom: 1px solid #DCDCDC;
  }
}

@media screen and (max-width: 768px) {
  #detail dl:not(:last-of-type) {
    margin-bottom: 10px;
  }
}

#detail dt {
  padding: 15px 20px;
  -ms-flex-preferred-size: 250px;
      flex-basis: 250px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  background: #FAFAFA;
  color: #141414;
  font-size: 16px;
  line-height: 2;
}

@media screen and (max-width: 768px) {
  #detail dt {
    padding: 0;
    -ms-flex-preferred-size: auto;
        flex-basis: auto;
    background: #fff;
    font-weight: bold;
    font-size: 14px;
  }
}

#detail dd {
  padding: 15px 20px;
  -ms-flex-preferred-size: 650px;
      flex-basis: 650px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  color: #141414;
  font-size: 16px;
  line-height: 2;
  background: #fff;
}

@media screen and (max-width: 768px) {
  #detail dd {
    padding: 0;
    -ms-flex-preferred-size: auto;
        flex-basis: auto;
    font-size: 14px;
  }
}

@media screen and (max-width: 768px) {
  #detail dd ._name {
    width: calc(100% - 100px);
  }
}

@media print {
  .info_side_inner {
    position: static;
  }
}

.info_main {
  width: 900px;
}

@media screen and (max-width: 768px) {
  .info_main {
    width: auto;
  }
}

.recruitTable {
  width: 100%;
  font-size: 1.6rem;
  color: #141414;
}

@media screen and (max-width: 768px) {
  .recruitTable {
    font-size: 1.4rem;
  }
}

.recruitTable__row {
  line-height: 24px;
  border-top: 1px solid #DCDCDC;
}

.recruitTable__row:last-child {
  border-bottom: 1px solid #DCDCDC;
}

.recruitTable__heading, .recruitTable__description {
  vertical-align: middle;
}

@media screen and (max-width: 768px) {
  .recruitTable__heading, .recruitTable__description {
    display: block;
    width: 100%;
    line-height: 19px;
  }
}

.recruitTable__heading {
  padding: 15px 20px;
  width: 120px;
  height: 60px;
  font-weight: normal;
  background-color: #FAFAFA;
}

@media screen and (max-width: 768px) {
  .recruitTable__heading {
    padding: 10px 15px 0;
    width: 100%;
    height: auto;
    font-weight: bold;
    text-align: left;
    background-color: transparent;
  }
}

.recruitTable__description__inner {
  display: -webkit-box;
      display: -ms-flexbox;
          display: flex;
}

@media screen and (max-width: 768px) {
  .recruitTable__description__inner {
    -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
    padding: 0 15px;
  }
}

.recruitTable__description__item {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 0%;
          flex: 1 1 0%;
  padding: 15px 20px;
  min-height: 60px;
  border-right: 1px solid #DCDCDC;
}

@media screen and (max-width: 768px) {
  .recruitTable__description__item {
    padding: 15px 0;
    min-height: inherit;
    border-right: none;
    border-bottom: 1px solid #DCDCDC;
  }
}

.recruitTable__description__item:last-child {
  border-right: none;
}

@media screen and (max-width: 768px) {
  .recruitTable__description__item:last-child {
    border-bottom: none;
  }
}

.recruitContact {
  margin-top: 40px;
  text-align: center;
}

.recruitContact__link {
  display: -webkit-inline-box;
      display: -ms-inline-flexbox;
          display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 12px 33px;
  font-size: 2rem;
  color: #fff !important;
  background-color: #214DE5;
  border-radius: 2px;
  -webkit-transition: .2s all ease;
      transition: .2s all ease;
}

.recruitContact__link:hover {
  opacity: 0.8;
}

@media screen and (max-width: 768px) {
  .recruitContact__link {
    display: block;
    padding: 18px;
    width: 100%;
    font-size: 1.6rem;
    text-align: center;
  }
}