@charset "UTF-8";
/* media query */
/* SP縦から */
/* SP横から */
/* タブレット縦から */
/* フルワイド */
@import url(https://fonts.googleapis.com/earlyaccess/notosansjapanese.css);
@import url("https://fonts.googleapis.com/css2?family=Noto+Serif+JP:wght@200;400;600;900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Marcellus&display=swap");
.main .area_main {
  padding-top: 60px;
}
@media all and (max-width: 480px) {
  .main .area_main {
    padding-top: 30px;
  }
}
.main .area_main h1 {
  font-family: "ＭＳ Ｐゴシック", "MS PGothic", "ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro", Osaka, arial, verdana, メイリオ, Meiryo, sans-serif;
  color: #1A1A1A;
  font-size: 4rem;
  letter-spacing: 1.5px;
  line-height: 3rem;
  text-align: center;
}
.main .area_main h1 span {
  color: #999999;
  font-size: 1.5rem;
}
.main .area_main .img {
  width: 100%;
  height: 350px;
  margin-top: 40px;
  overflow: hidden;
}
@media all and (max-width: 1280px) {
  .main .area_main .img {
    height: auto;
  }
}
@media all and (max-width: 480px) {
  .main .area_main .img {
    margin-top: 20px;
  }
}
.main .area_main .img img {
  width: 100%;
  height: auto;
}
.main .area_main .w1200 {
  margin-top: 40px;
}
@media all and (max-width: 480px) {
  .main .area_main .w1200 {
    margin-top: 20px;
  }
}

.recruit .area_recruit .box_recruit {
  padding-top: 80px;
}
@media all and (max-width: 480px) {
  .recruit .area_recruit .box_recruit {
    padding-top: 40px;
  }
}
.recruit .area_recruit .box_recruit a {
  color: #123456;
  font-weight: bold;
  text-decoration: underline;
}
.recruit .area_recruit .box_recruit h2 {
  margin: 0 auto;
  padding: 0 20px 20px;
  color: #1A1A1A;
  font-size: 3rem;
  letter-spacing: 1.5px;
  line-height: 3rem;
  text-align: center;
  border-bottom: 3px solid #9F9F9F;
  position: relative;
  display: table;
}
@media all and (max-width: 480px) {
  .recruit .area_recruit .box_recruit h2 {
    padding: 0 0 20px;
    font-size: 2.2rem;
  }
}
.recruit .area_recruit .box_recruit h2::before {
  content: "";
  width: 50px;
  height: 3px;
  border-bottom: 3px solid #101A55;
  left: 0;
  bottom: -3px;
  position: absolute;
  display: block;
}
@-moz-document url-prefix() {
  .recruit .area_recruit .box_recruit h2::before {
    bottom: 0px;
  }
}
.recruit .area_recruit .box_recruit p.txt {
  margin-top: 20px;
}
.recruit .area_recruit .box_recruit table {
  width: 100%;
  margin-top: 20px;
  border-top: 1px solid #BBBBBB;
}
.recruit .area_recruit .box_recruit table th {
  width: 150px;
  padding: 20px;
  border-bottom: 1px solid #BBBBBB;
  background: #FFFFFF;
}
@media all and (max-width: 896px) {
  .recruit .area_recruit .box_recruit table th {
    width: auto;
    display: block;
  }
}
@media all and (max-width: 480px) {
  .recruit .area_recruit .box_recruit table th {
    padding: 15px 10px;
  }
}
.recruit .area_recruit .box_recruit table td {
  padding: 20px;
  border-bottom: 1px solid #BBBBBB;
  background: #FFFFFF;
}
@media all and (max-width: 896px) {
  .recruit .area_recruit .box_recruit table td {
    display: block;
  }
}
@media all and (max-width: 480px) {
  .recruit .area_recruit .box_recruit table td {
    padding: 10px;
  }
}
.recruit .area_recruit .box_recruit table td a {
  color: #123456;
  font-weight: bold;
  text-decoration: underline;
}
.recruit .area_recruit .box_recruit table td .mynavi {
  margin-top: 10px;
  padding: 5px;
  border: 1px solid #00ABEB;
}
