@charset 'utf-8';
/* ======================================================
CSS information

 File Name  : recruit.css
 Style Info : 「採用情報」のCSS
====================================================== */

#page-title-block {
  background-image: url(../img/recruit/page-title-block-bg.jpg);
  background-position: center center;
}

#recruit-block .desc-text {
  line-height: 1.8;
  margin-bottom: 2em;
  text-align: justify;
}

.situation-on,
.situation-off {
  line-height: 35px;
  width: 70px;
  font-size: 1.3rem;
  font-weight: 700;
  text-align: center;
}

.situation-on {
  background: #ffee59;
}

.situation-off {
  background: #e0e0e0;
}

#recruit-title-box {
  margin-bottom: 3em;
  padding-top: 2em;
  padding-bottom: 2em;
  background: var(--basecolor2);
}

#recruit-title-box > .grid {
  display: grid;
  gap: 1em;
}

#recruit-title-box > .grid a {
  display: block;
}

#recruit-title-box dl {
  display: table;
  width: 100%;
}

#recruit-title-box dt,
#recruit-title-box dd {
  display: table-cell;
  vertical-align: middle;
}

#recruit-title-box dt {
  width: 70px;
}

#recruit-title-box dd {
  line-height: 1.3;
  padding-left: .5em;
  font-size: 1.4rem;
  font-weight: 500;
}

#recruit-list-box .items:not(:last-child) {
  margin-bottom: 3em;
}

#recruit-list-box .items dl {
  display: table;
  margin-bottom: 1em;
  width: 100%;
}

#recruit-list-box .items dt,
#recruit-list-box .items dd {
  display: table-cell;
  vertical-align: middle;
}

#recruit-list-box .items dt {
  width: 70px;
}

#recruit-list-box .items dd {
  line-height: 1.3;
  padding-left: .5em;
  font-size: 1.8rem;
  font-weight: 700;
}

#recruit-list-box .my-table th {
  padding: .8em 1em;
  font-weight: 700;
}

#recruit-list-box .my-table td {
  padding: .6em 1em;
}

/* 768px～（タブレット）
------------------------------------------------------ */
@media screen and (min-width: 768px) {

  #recruit-block .desc-text {
    line-height: 1.9;
    text-align: center;
  }

  .situation-on,
  .situation-off {
    line-height: 40px;
    width: 75px;
    font-size: 1.4rem;
  }

  #recruit-title-box {
    margin-bottom: 3.5em;
    padding-top: 2.5em;
    padding-bottom: 2.5em;
  }

  #recruit-title-box > .grid {
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: repeat(3, 1fr);
    gap: 1.5em;
    grid-auto-flow: column;
  }

  #recruit-title-box dt {
    width: 75px;
  }

  #recruit-title-box dd {
    font-size: 1.6rem;
  }

  #recruit-list-box .items:not(:last-child) {
    margin-bottom: 3.5em;
  }

  #recruit-list-box .items dl {
    margin-bottom: 1.5em;
  }

  #recruit-list-box .items dt {
    width: 75px;
  }

  #recruit-list-box .items dd {
    font-size: 2.2rem;
  }

  #recruit-list-box .my-table th,
  #recruit-list-box .my-table td {
    background: #fff;
  }

  #recruit-list-box .my-table tr:nth-child(odd) th,
  #recruit-list-box .my-table tr:nth-child(odd) td {
    background: #fdfdf5;
  }

  #recruit-list-box .my-table th {
    padding: 1em;
    vertical-align: middle;
    width: 180px;
  }

  #recruit-list-box .my-table td {
    padding: 1em;
  }

}

/* 960px～（パソコン）
------------------------------------------------------ */
@media screen and (min-width: 960px) {

  #recruit-block .desc-text {
    line-height: 2;
  }

  .situation-on,
  .situation-off {
    line-height: 45px;
    width: 80px;
    font-size: 1.5rem;
  }

  #recruit-title-box {
    margin-bottom: 4em;
    padding-top: 3em;
    padding-bottom: 3em;
  }

  #recruit-title-box > .grid {
    gap: 2em;
  }

  #recruit-title-box dt {
    width: 80px;
  }

  #recruit-title-box dd {
    font-size: 1.8rem;
  }

  #recruit-list-box .items:not(:last-child) {
    margin-bottom: 4em;
  }

  #recruit-list-box .items dl {
    margin-bottom: 2em;
  }

  #recruit-list-box .items dt {
    width: 80px;
  }

  #recruit-list-box .items dd {
    font-size: 2.6rem;
  }

  #recruit-list-box .my-table th {
    width: 200px;
  }

}

/* ～767px（例外）
------------------------------------------------------ */
@media screen and (max-width: 767px) {

  .my-table th,
  .my-table td {
    display: block;
    width: 100%;
    font-size: 1.4rem;
    border: none;
  }

  .my-table th {
    background: #fdfdf5;
  }

}
