@charset "utf-8";

body {
  background-image: none;
}

#fv {
  background-image: url(../img/recruit_fv.webp);
}

@media (max-width: 519px) {
  #fv {
    background-image: url(../img/recruit_fv_sp.webp);
    height: 180px;
  }
}

#recruit {
  padding-top: 60px;
  padding-bottom: 40px;
}

#recruit .ttl {
  font-size: 24px;
}

#recruit p {
  margin-top: 20px;
  font-weight: bold;
  line-height: 2;
}

#recruit p a {
  text-decoration: underline;
}










#recruit .head {
  max-width: 1000px;
  margin: auto;
  text-align: center;
  border-bottom: 1px solid #D1CAC4;
  margin-bottom: 60px;
}

#recruit .head .img img {
  max-height: 73px;
  max-width: 100%;
}

@media (max-width: 519px) {
  #recruit {
    padding-top: 30px;
  }

  #recruit .head .img img {
    width: 44px;
  }
}

#recruit .head .ttl {
  font-size: 32px;
}

#recruit .bg-ttl {
  font-size: 24px;
  text-align: center;
  padding: 12px 0;
  color: #C1B074;
  background: center / cover url(../img/sub_tit_bg.webp) no-repeat;
}

#recruit .items {
  margin-bottom: 70px;
}

#recruit .item {
  color: #000;
  display: flex;
  justify-content: space-between;
  -moz-column-gap: 20px;
  -webkit-column-gap: 20px;
  column-gap: 20px;
  row-gap: 20px;
}

#recruit .item:nth-child(2n+1) {
  flex-direction: row-reverse;
}

#recruit .item .img {
  /* margin-right: -1%; */
}

#recruit .item .img img {
  max-width: 100%;
}

#recruit .item:nth-child(2n+1) .img {
  margin-right: 0;
  margin-left: -1%;
}

#recruit .item + .item {
  margin-top: 60px;
}

#recruit .item .text {
  max-width: 41%;
}

#recruit .item .ttl {
  font-size: 24px;
  margin: 30px 0;
  letter-spacing: 1.5px;
}

#recruit .item p {
  line-height: 2;
  letter-spacing: 1.5px;
}

@media (max-width: 959px) {

  #recruit .item,
  #recruit .item:nth-child(2n+1) {
    flex-direction: column-reverse;
  }

  #recruit .item .text {
    max-width: 100%;
  }
}

#detail .table {
  margin-bottom: 30px;
}

#detail .link {
  text-align: center;
}

#detail .link p {
  text-align: center;
  margin-bottom: 30px;
  font-size: 15px;
  color: #000;
  font-family: var(--gothic);
}

@media (max-width: 519px) {
  #recruit .head {
    margin-bottom: 20px;
  }

  #recruit .item {
    row-gap: 0;
  }

  #recruit .item .ttl {
    margin: 30px 0 10px;
  }

  #detail .link p {
    text-align: left;
  }
}