/* ==========================================================================
   career
   ========================================================================== */
  .under768,
  .under500{
    display: none;
  }
#content {
  font-family: 'Noto Sans JP', "Inter", sans-serif;
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  font-size: 14px;

}

.page-title {
  margin-bottom: 50px;
}

article section h1 {
  text-align: center;
  font-size: 19px;
  font-weight: 500;
  margin-bottom: 18px;
  position: relative;
}

.page-title h2 {
  text-align: center;
  font-size: 24px;
  line-height: 1.2;
  font-weight: 500;
}

.page-title span {
  color: #ff0000;
  font-size: 16px;
  font-weight: normal;
}
.bg_gray{
  background: #f1f1f1;
  padding: 60px 0;
}
article section {
  margin: 0 0 0 0;
}

article section+section {
  margin: 90px 0 0 0;
}

article section p,
article section .img_center {
  text-align: center;
}

article section .img_center {
  max-width: 850px;
  margin: 30px auto 0;
}
  article section .img_center img{
  width: 100%;
  height: auto;
  }
article section h1+p,
article section p+p {
  margin: 30px 0 0 0;
}

article section table {
  margin: 30px auto 0;
  width: 100%;
  max-width: 850px;
  border: solid 1px #666666;
}

article section table th {
  width: 14%;
  padding: 15px 10px;
  border-top: solid 1px #ccc;
  border-bottom: solid 1px #ccc;
  background: #f1f1f1;
  font-weight: bold;
  vertical-align: middle;
}

article section table td {
  width: 80%;
  padding: 15px 10px 15px 80px;
  border-top: solid 1px #ccc;
  border-bottom: solid 1px #ccc;
  vertical-align: middle;
}

article section table tr:first-child th,
article section table tr:first-child td {
  border-top: solid 1px #666;
}

article section table tr:last-child th,
article section table tr:last-child td {
  border-bottom: solid 1px #666;
}

article section table .heading {
  font-weight: bold;
  text-align: center;
  color: #fff;
  background-color: #666;
  padding: 13px 10px;
}

article section table.column-2 th {
  font-size: 19px;
}

article section table.column-2 td {
  width: 50%;
}

article section table.data td {
  text-align: center;
}

article table td ul.disc li {
  list-style: disc outside;
  margin-left: 1em;
}

.btn_center {
  max-width: 340px;
  margin: 60px auto 0;
  padding: 0 10px;
}

.btn_center a {
  display: block;
  padding: 16px 10px 16px 30px;
  text-align: center;
  position: relative;
  background: #333;
  color: #fff;
  transition: .3s;
  font-size: 20px;
  text-decoration: none;
  ;
}

.btn_center a img {
  margin-left: 20px;
  margin-top: -2px;
}

.btn_center.red a {
  background: #ff0000;
}

.btn_center a:hover {
  background: #ff0000;
}

.btn_center.red a:hover {
  background: #333;
}

.bg_box{
    padding: 15px 0 20px;
    background: #f1f1f1;
    max-width: 850px;
    border: 1px solid #333;
    margin: auto;
}


article section .bg_box h1+p{
  margin: 0;
}

@media screen and (max-width: 768px) {
  .under768{
    display: block;
  }
  .over768{
    display: none;
  }
  .page-title {
    margin-bottom: 20px;
  }

  article header {
    padding-bottom: 30px
  }

  article header h1 {
    font-size: 16px;
    margin-bottom: 20px;
  }

  article section table.column-2 th{
    font-size: 16px;
    
  }
      .page-title h2 {
        font-size: 18px;
        line-height: 1.2;
    }
        .page-title h2 span {
        font-size: 12px;
    }
.btn_center a{
  font-size: 18px;
}
.btn_center a img{
  margin-left: 10px;
      width: 24px;
    margin-top: 0px;
    height: auto;
}
  article header p {
    font-size: 14.4px;
    /* x1.2 */
    padding: 0 20px;
  }

  article section {
    margin: 20px 10px 0;
  }

  article section+section {
    margin: 60px 10px 0;
  }
  .bg_gray{
    margin: 60px auto 0;
  }

  article section table {
    margin: 20px 0 40px 0;
    /* x1.2 */
  }

  article section table th {
    width: 20%;
  }

  article section table td {
    line-height: 1.4;
    padding-left: 10px;
  }

  article section table .heading {
    padding: 5px 3px;
  }

  article section h1+dl {
    margin: 30px auto 0;
  }

  article section dl dt,
  article section dl dd {
    padding: 5px 0 5px 60px;
  }
  article section table .disc{
    width: 320px;
    margin: auto;
  }
  article section .img_center{
    padding: 0 10px;
  }

article section table tr:first-child td {
  border-right: solid 1px #666;
}


}
@media screen and (max-width: 500px) {
.under500{
  display: block;
}
.over500{
  display: block;
}

}