.recruit h2 {
  font-size: 2.4rem;
  font-weight: 400;
  font-family: "Raleway", sans-serif;
  text-align: center;
  letter-spacing: 5px;
  margin-bottom: 40px;
}

@media screen and (max-width: 768px) {
  .recruit h2 {
    font-size: 2rem;
    margin-bottom: 20px;
  }
}

/*.recruit .mv .page_ttl {
  margin-bottom: 70px !important;
}*/

.recruit .mv .lead {
  font-size: 2.4rem;
  font-family: "Noto Serif JP", serif;
  border: 1px solid #000;
  display: table;
  margin: 0 auto;
  padding: 10px 60px;
}

@media screen and (max-width: 768px) {
  .recruit .mv .lead {
    font-size: 1.8rem;
    width: 100%;
    padding: 10px;
  }
}

.recruit .rec_cont {
  padding-bottom: 120px;
}

.recruit .rec_cont table {
  width: 100%;
}

.recruit .rec_cont table tr th,
.recruit .rec_cont table tr td {
  font-size: 1.6rem;
  font-weight: 500;
  letter-spacing: 2px;
  padding: 40px 60px;
  border-top: 1px solid #c0b079;
}

.recruit .rec_cont table tr:last-of-type th,
.recruit .rec_cont table tr:last-of-type td {
  border-bottom: 1px solid #c0b079;
}

.recruit .rec_cont table tr th {
  width: 20%;
  background: #f7f7f5;
}

.recruit .rec_cont table tr td {
  width: 80%;
}

@media screen and (max-width: 768px) {
  .recruit .rec_cont table tr th,
  .recruit .rec_cont table tr td {
    width: 100%;
    display: block;
    padding: 20px;
    border: none !important;
  }
  .recruit .rec_cont table tr td {
    padding-bottom: 60px;
  }
}

.recruit .entry {
  padding-bottom: 100px;
}

.recruit .entry .ttl {
  margin-bottom: 80px;
}

.recruit .entry .ttl .sub_ttl {
  font-size: 1.6rem;
  letter-spacing: 2px;
  text-align: center;
}

.recruit .entry .flex p {
  font-size: 2.8rem;
  font-weight: 200;
  font-family: "Noto Serif JP", serif;
  letter-spacing: 4px;
  text-align: center;
  width: 45%;
}

.recruit .entry .flex p a {
  color: #000;
  display: block;
  background: #fff;
  border: 1px solid #000;
  padding: 50px 0;
}

.recruit .entry .flex p a:hover {
  color: #fff;
  background: #000;
  opacity: 1;
}

.recruit .entry .flex p.tel a:before {
  content: "\f879";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  color: #000;
  margin-right: 20px;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.recruit .entry .flex p.tel a:hover:before {
  color: #fff;
}

.recruit .entry .flex p.mail a:before {
  content: "\f0e0";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  color: #000;
  margin-right: 20px;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.recruit .entry .flex p.mail a:hover:before {
  color: #fff;
}

@media screen and (max-width: 768px) {
  .recruit .entry .ttl {
    margin-bottom: 40px;
  }
  .recruit .entry .ttl .sub_ttl {
    font-size: 1.4rem;
  }
  .recruit .entry .flex p {
    font-size: 2rem;
    letter-spacing: 2px;
    width: 100%;
    margin-bottom: 20px;
  }
  .recruit .entry .flex p a {
    padding: 15px 0;
  }
}

/*2022.11.9 TOP背景画像*/
.recruit .mv {
  background: url(../img/recruit/mv.png?20221115) top center/cover no-repeat;
  margin-bottom: 40px;
  padding: 400px 0 !important;
  position: relative;
}

.recruit .mv-2 {
  text-align: center;
  padding: 100px 0;
}

.recruit .mv-2 .page_ttl {
  margin-bottom: 70px !important;
}

.recruit .mv-2 .lead {
  font-size: 2.4rem;
  font-family: "Noto Serif JP", serif;
  border: 1px solid #000;
  display: table;
  margin: 0 auto;
  padding: 10px 60px;
  line-height: 2.5;
  letter-spacing: 2px;
}

@media screen and (max-width: 768px) {
  .recruit .mv-2 .lead {
    font-size: 1.8rem;
    width: 100%;
    padding: 10px;
  }

  .recruit .mv {
    background: url(../img/recruit/mv.png) top center/cover no-repeat;
    margin-bottom: 40px;
    padding: 19px 0 !important;
    position: relative;
    background-size: 124%;
  }
  
  .recruit .mv-2 {
    text-align: center;
    padding: 48px 0;
  }
  
  .recruit .mv-2 .page_ttl {
    margin-bottom: 40px !important;
  }

  .recruit .mv .container{
    padding-top: 80px;
  }

  .recruit .mv .page_ttl h1{
    color:#fff;
  }

  .recruit .mv .page_ttl p{
    color:#fff;
  }
}