@media screen and (min-width: 769px) {
  .hero_wrap {
    background-image: url(../img/recruit/kv_pc.jpg);
  }
}
@media screen and (max-width: 768px) {
  .hero_wrap {
    background-image: url(../img/recruit/kv_sp.jpg);
  }
}

.category {
  letter-spacing: 0.03em;
  text-align: center;
  border-bottom: 1px solid #dcdcdc;
}
@media screen and (min-width: 769px) {
  .category {
    padding-top: 10rem;
    padding-bottom: 10rem;
  }
}
@media screen and (max-width: 768px) {
  .category {
    padding-top: 10rem;
    padding-bottom: 10rem;
  }
}
.category p {
  text-align: justify;
  letter-spacing: 0.03em;
}
@media screen and (min-width: 769px) {
  .category p {
    font-size: 1.5rem;
    line-height: 1.7;
  }
}
@media screen and (max-width: 768px) {
  .category p {
    font-size: 2.6rem;
    line-height: 1.7;
  }
}
@media screen and (min-width: 769px) {
  .category .intro {
    margin-bottom: 8rem;
  }
}
@media screen and (max-width: 768px) {
  .category .intro {
    margin-bottom: 8rem;
  }
}
.category h3 {
  font-weight: 500;
  letter-spacing: 0.03em;
}
@media screen and (min-width: 769px) {
  .category h3 {
    font-size: 3rem;
    margin-bottom: 7rem;
  }
}
@media screen and (max-width: 768px) {
  .category h3 {
    font-size: 3.8rem;
    line-height: 1.6;
    margin-bottom: 6rem;
  }
}
@media screen and (min-width: 769px) {
  .category_inner {
    margin-bottom: 7rem;
  }
}
@media screen and (max-width: 768px) {
  .category_inner {
    margin-bottom: 8rem;
  }
}
.category_inner h4 {
  text-align: left;
  font-weight: 500;
  letter-spacing: 0.03em;
}
@media screen and (min-width: 769px) {
  .category_inner h4 {
    font-size: 2.5rem;
    margin-bottom: 3.5rem;
  }
}
@media screen and (max-width: 768px) {
  .category_inner h4 {
    font-size: 3.6rem;
    line-height: 1.6;
    margin-bottom: 3.5rem;
  }
}
.category_inner:last-of-type {
  margin-bottom: 0;
}

@media screen and (min-width: 769px) {
  .category:first-of-type {
    padding-top: 10.5rem;
  }
}
@media screen and (max-width: 768px) {
  .category:first-of-type {
    padding-top: 2rem;
  }
}

.category:last-of-type {
  border: none;
}

/* recruit navigation (コピー元: ヘッダードロップダウンのdrop_系スタイル) */
@media screen and (min-width: 769px) {
  .recruit_nav {
    margin-inline: auto;
    max-width: 100rem;
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    gap: 3rem 1.5rem;
    justify-content: center;
  }
}
@media screen and (max-width: 768px) {
  .recruit_nav {
    margin-top: 1.5rem;
  }
}

.recruit_nav li {
  width: 100%;
}
@media screen and (max-width: 768px) {
  .recruit_nav li:not(:last-of-type) {
    margin-bottom: 4rem;
  }
}
@media screen and (min-width: 769px) {
  .recruit_nav li {
    width: calc(50% - 0.75rem);
  }
}

.recruit_nav a:hover .recruit_img img {
  transform: scale(1.05);
  transition: transform 0.4s ease;
}

.recruit_nav a:hover .recruit_ttl {
  color: #0A64B4;
  text-decoration: underline;
  transition: all 0.4s ease;
}

@media screen and (min-width: 769px) {
  .recruit_img {
    width: 100%;
    height: auto;
    border-radius: 0.4rem;
    overflow: hidden;
  }
}

.recruit_img img {
  width: 100%;
  transition: transform 0.4s ease;
}

.recruit_ttl {
  transition: all 0.4s ease;
}
  .recruit_ttl {
    margin-top: 1.3rem;
    display: flex;
    align-items: center;
    column-gap: 0.7rem;
  }

.recruit_txt {
  letter-spacing: 0.03em;
}
  .recruit_txt {
    font-size: 1.6rem;
  }
@media screen and (max-width: 768px) {
  .recruit_txt {
    font-size: 2.5rem;
  }
}

@media screen and (max-width: 768px) {
  .recruit_ttl .arrow01.wid05 {
    width: 8rem;
    height: 4rem;
  }
}

/*# sourceMappingURL=privacy.css.map */