@charset "UTF-8";

/** added on 2020-03-15 **/
@media screen {
  dd {
    margin-inline-start: 0; /* reset */
  }
  .people section#content-wrapper .page-content {
    margin-top: 80px;
  }

  .heading-sub {
    font-size: 20px;
    font-weight: normal;
    line-height: 1;
    margin-bottom: 30px;
  }

  .recruit-position  {
    margin: 0 auto 80px;
    width: 755px;
  }

  .recruit-poslist {
  }

  .recruit-positem + .recruit-positem {
    margin-top: 60px;
  }

  .positem-heading {
    font-size: 20px;
    font-weight: normal;
    line-height: 1;
    margin-bottom: 5px;
  }

  .positem-msg {
    font-size: 26px;
    font-weight: bold;
    line-height: 1.4;
    margin-bottom: 10px;
  }

  .positem-cont {
    align-items: flex-start;
    display: flex;
    justify-content: space-between;
  }

  .positem-cont-txt {
    width: 425px;
  }

  .positem-desc {
    line-height: 2;
    margin-bottom: 0;
  }

  .positem-desc-place {
    font-size: 16px;
    margin-bottom: 0;
  }

  .positem-cont-img {
  }

  .label {
    border-top: 1px dotted #000;
    margin-bottom: 50px;
  }

  .recruit-requirements {
    margin-bottom: 70px;
  }

  .recruit-req-heading {
    display: inline-block;
    width: auto;
    min-width: 200px;
    font-size: 14px;
    padding: 5px 12px;
    margin: 0 0 0 20px;
    background: #000;
    color: #fff;
    line-height: 1.5em;
    letter-spacing: 0.1em;
    font-weight: normal;
  }

  .recruit-req-table {
    margin: 0 auto;
    width: 755px;
  }

  .recruit-list {
    display: flex;
    justify-content: space-between;
  }

  .recruit-list + .recruit-list {
    margin-top: 45px;
  }

  .recruit-term {
    display: inline-block;
    letter-spacing: 1px;
    vertical-align: top;
    width: 11em;
  }

  .recruit-desc {
    display: inline-block;
    flex: 1;
    line-height: 1.5;
  }

  .recruit-subitem + .recruit-subitem {
    margin-top: 8px;
  }

  .recruit-photoArea {
    margin-bottom: 100px;
    text-align: center;
  }

  .recruit-linkArea {
    text-align: center;
  }

  .recruit-link {
    background-color: #666;
    color: #fff;
    display: inline-block;
    text-align: center;
    line-height: 100px;
    margin-bottom: 100px;
    padding: 0 40px;
    /* width: 200px; */
  }

  .recruit-link:hover {
    cursor: pointer;
    opacity: .8;
  }

  .recruit-link:link,
  .recruit-link:visited {
    color: #fff; /* reset */
    text-decoration: none; /* reset */
  }

}

@media screen and (max-width: 960px) {
  .recruit-position  {
    margin: 0 auto 60px;
    width: calc(41vw + 340px);
  }

  .positem-heading {
    font-size: 22px;
    padding-left: 1em;
    text-indent: -1em;
  }

  .positem-msg {
    font-size: 22px;
  }

  .positem-cont-txt {
    width: calc(31.3vw + 99.1px);
  }

  .positem-cont-img {
    height: auto;
    width: calc(9.4vw + 210px);
  }

  .recruit-requirements {
    margin-bottom: 40px;
  }

  .recruit-req-table {
    margin: 0 auto;
    width: calc(41vw + 340px);
  }

  .recruit-list + .recruit-list {
    margin-top: 30px;
  }

  .recruit-term {
    width: 8em;
  }

  .recruit-subitem + .recruit-subitem {
    margin-top: 5px;
  }

  .recruit-photoArea {
    margin: 0 auto 60px;
    width: calc(41vw + 340px);
  }

  .recruit-img {
    height: auto;
    width: 100%;
  }
}

@media screen and (max-width: 640px) {
  .page section#content-wrapper .content-header {
    margin-bottom: 50px
  }

  .people section#content-wrapper .page-content {
    margin-top: 50px;
  }

  .recruit-position  {
    padding: 0 10px;
    width: auto;
  }

  .heading-sub {
    font-size: 22px;
    line-height: 1.4;
  }

  .positem-cont {
    flex-direction: column;
  }

  .recruit-positem + .recruit-positem {
    margin-top: 50px;
  }

  .positem-heading {
  }

  .positem-msg {
    font-size: 20px;
  }

  .positem-desc {
    line-height: 1.8;
  }

  .positem-cont-txt {
    width: auto;
  }

  .positem-cont-img {
    width: auto;
  }

  .label {
    margin-bottom: 30px;
  }

  .recruit-requirements {
    margin-bottom: 40px;
  }

  .recruit-req-heading {
    display: block;
    text-align: center;
    margin: 0 20px;
  }

  .recruit-req-table {
    padding: 0 10px;
    width: auto;
  }

  .recruit-list {
    flex-direction: column;
  }

  .recruit-term {
    font-weight: bold;
    margin-bottom: 5px;
  }

  .recruit-desc {
  }

  .recruit-list + .recruit-list {
    margin-top: 40px;
  }


  .recruit-photoArea {
    padding: 0 10px;
    width: auto;
  }

}
