@charset "UTF-8";
/* CSS Document */

/* ページ内共通 */
h2 {
  font-size: 25px;
  color: #231815;
  font-family: "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝",
    "MS PMincho", "serif";
  text-align: center;
  font-weight: bold;
  margin-bottom: 70px;
  letter-spacing: 5px;
  position: relative;
}

h2:after {
  content: "";
  width: 30px;
  height: 1px;
  background: #231815;
  position: absolute;
  left: -webkit-calc(50% - 15px);
  left: calc(50% - 15px);
  bottom: -20px;
}

h2 span {
  display: block;
  font-size: 11px;
  color: #231815;
  font-family: "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝",
    "MS PMincho", "serif";
  letter-spacing: 3px;
  padding-top: 10px;
}

/* メインビジュアル */
.mainImg {
  margin-top: -100px;
}

/* 募集要項 */
section.recruit .saiyoBox {
  max-width: 945px;
  margin: 0 auto 100px;
}

section.recruit .saiyoBox:last-child {
  margin-bottom: 0;
}

section.recruit .saiyoBox h3 {
  font-size: 20px;
  color: #fff;
  font-family: "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝",
    "MS PMincho", "serif";
  text-align: center;
  letter-spacing: 5px;
  background: #000;
  padding: 10px 0;
  margin-bottom: 20px;
}

section.recruit .saiyoBox table {
  width: 100%;
}

/* section.recruit .saiyoBox table tr{
	border-bottom: 1px solid #e6e6e6;
} */
section.recruit .saiyoBox table th {
  width: 21%;
  font-size: 16px;
  color: #231815;
  vertical-align: top;
  padding: 15px 0;
  letter-spacing: 1px;
  font-weight: bold;
}

section.recruit .saiyoBox table td {
  width: 79%;
  font-size: 16px;
  color: #231815;
  vertical-align: top;
  padding: 15px 0;
}

section.recruit .saiyoBox table td a {
  font-size: 16px;
  color: #3c9cd7;
}

@media only screen and (max-width: 1149px) {
  .navWrap h1 .logo01 {
    display: block !important;
  }

  .navWrap h1 .logo02 {
    display: none;
  }

  .navWrap .nav-toggle span {
    background: #231815;
  }

  .navWrap .nav-toggle span::before,
  .navWrap .nav-toggle span::after {
    background: #231815;
  }

  .navWrap .nav-toggle.opened span::before,
  .navWrap .nav-toggle.opened span::after {
    background: #fff;
  }
}

@media only screen and (min-width: 768px) {
}

@media only screen and (max-width: 767px) {
  /* ページ内共通 */
  h2 {
    font-size: 18px;
    margin-bottom: 50px;
  }

  /* メインビジュアル */
  .mainImg {
    margin-top: 5px;
  }

  /* 募集要項 */
  section.recruit .saiyoBox {
    margin: 0 auto 50px;
  }

  section.recruit .saiyoBox h3 {
    font-size: 16px;
    margin-bottom: 0;
  }

  section.recruit .saiyoBox table {
    width: 100%;
    display: block;
  }

  section.recruit .saiyoBox table th {
    width: 100%;
    display: block;
    font-size: 14px;
    padding: 15px 0 0;
  }

  section.recruit .saiyoBox table td {
    width: 100%;
    display: block;
    font-size: 14px;
    padding: 0 0 15px;
  }
}

/* 20210720修正 */
.money-block {
  display: block;
  margin-left: 16px;
}

section.recruit .saiyoBox table td.address {
  width: 20%;
}

@media screen and (max-width: 768px) {
  section.recruit .saiyoBox table td.address {
    width: 100%;
  }
}

section.recruit .saiyoBox table td.address2 {
  width: 60%;
}

@media screen and (max-width: 768px) {
  section.recruit .saiyoBox table td.address2 {
    width: 100%;
  }
}

section.recruit .saiyoBox table td,
section.recruit .saiyoBox table th {
  border-bottom: 1px solid #e6e6e6;
}
@media screen and (max-width: 768px) {
  section.recruit .saiyoBox table td,
  section.recruit .saiyoBox table th {
    border-bottom: none;
  }
}
.border-none {
  border-bottom: none !important;
}
@media screen and (max-width: 768px) {
  section.recruit .saiyoBox table tr {
    border-bottom: 1px solid #e6e6e6;
  }
}
