/*
* {
  outline: 1px solid red;
}
  */
.recruit {
  background: linear-gradient(to bottom, #fff 400px, #f5f7f9 400px);
  background-repeat: no-repeat;
  background-position: center top;
  background-size: auto;
  color: #000;
}
.recruit .pageMain {
  background-image: url(../img/recruitMain_bg.jpg);
  background-repeat: repeat-x;
  padding: 0;
}
@media (max-width: 767px) {
  .recruit .pageMain {
    background-size: auto 400px;
    background-position: center 0;
  }
}
@media screen and (min-width: 768px) {
  .recruit .pageMain {
    background-size: auto 500px;
    background-position: center 0;
  }
}
.recruit .catch {
  display: flex;
  height: 350px;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-start;
  gap: 0.5em;
  margin-bottom: 50px;
  font-size: calc(100vw / 30);
}
.recruit .catch p {
  background-color: #fff;
  margin: 0;
  padding: 0 1em;
}
@media screen and (min-width: 769px) {
  .recruit .catch {
    height: 400px;
  }
  .recruit .catch p {
    font-size: calc(100vw / 45);
  }
}
.recruit .logomark {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 1em 0;
}
.recruit .logomark img {
  width: 80%;
  max-width: 600px;
}
@media (max-width: 767px) {
}
.recruit .gallary {
  display: flex;
  flex-direction: column;
  gap: 15px;
  padding: 15px;
  box-sizing: border-box;
}
.recruit .gallary .text {
  font-size: 14px;
}
@media screen and (min-width: 769px) {
  .recruit .gallary {
    flex-direction: row;
    justify-content: center;
  }
  .recruit .gallary .item {
    flex-basis: calc(33.3% - 10px);
    display: flex;
    flex-direction: column;
  }
  .recruit .gallary .item .img {
    width: 100%;
  }
  .recruit .gallary .item .img img {
    width: 100%;
  }
}
.recruit .detail h3 {
  font-weight: 700;
}
.recruit .detail h3 span {
  font-size: 70%;
}
.recruit .detail dl {
  border-top: 1px solid #000;
}
.recruit .detail dl dt {
  font-weight: 700;
  font-size: 12px;
  padding: 1em 1em 0.5em;
}
.recruit .detail dl dd {
  margin: 0;
  border-bottom: 1px solid #000;
  font-size: 12px;
}
@media screen and (max-width: 768px) {
  .recruit .detail {
    padding: 15px;
  }
  .recruit .detail dl dd {
    padding-left: 2em;
    padding:0.25em 0.5em 1em 2em
  }
}
@media screen and (min-width: 769px) {
  .recruit .detail {
    width: 80%;
    max-width: 950px;
    margin: 0 auto 30px;
  }
  .recruit .detail dl {
    display: flex;
    flex-wrap: wrap;
  }
  .recruit .detail dl dt {
    flex-basis: 25%;
    font-size: 16px;
    border-bottom: 1px solid #000;
    padding: 1em;
  }
  .recruit .detail dl dd {
    font-size: 16px;
    flex-basis: 75%;
    padding: 1em;
  }
}
