@media screen and (min-width: 769px) {
  .hero_wrap {
    background-image: url(../img/company/officelist/kv_pc.jpg);
  }
}
@media screen and (max-width: 768px) {
  .hero_wrap {
    background-image: url(../img/company/officelist/kv_sp.jpg);
  }
}

@media screen and (min-width: 769px) {
  .intro {
    padding-top: 10rem;
  }
}
@media screen and (max-width: 768px) {
  .intro {
    padding-top: 1rem;
  }
}

@media screen and (min-width: 769px) {
  .category {
    margin: 11rem auto 18rem;
    width: 110rem;
  }
}
@media screen and (max-width: 768px) {
  .category {
    margin: 10rem auto 18rem;
  }
}
.category .link {
  color: #1E1E1E;
  text-decoration: underline;
}
.category a:hover {
  color: #e72410;
}

.dep_group + .dep_group {
  margin-top: 10rem;
}
@media screen and (min-width: 769px) {
  .dep_group.child {
    margin-top: 6rem;
  }
}
@media screen and (max-width: 768px) {
  .dep_group.child {
    margin-top: 8.5rem;
  }
}
.dep_group.child > h4 {
  background-color: #E6EFF7;
  border-bottom: 1px solid #0A64B4;
  font-weight: 500;
  color: #0A64B4;
}
@media screen and (min-width: 769px) {
  .dep_group.child > h4 {
    padding: 1.5rem 2rem;
    font-size: 2rem;
  }
}
@media screen and (max-width: 768px) {
  .dep_group.child > h4 {
    padding: 2rem 2rem;
    font-size: 3.2rem;
  }
}
@media screen and (min-width: 769px) {
  + .dep_group.child {
    margin-top: 4.5rem;
  }
}
@media screen and (max-width: 768px) {
  + .dep_group.child {
    margin-top: 7rem;
  }
}
.dep_group > h3 {
  border-bottom: 2px solid #0A64B4;
  color: #0A64B4;
  font-weight: 700;
}
@media screen and (min-width: 769px) {
  .dep_group > h3 {
    padding-bottom: 0.3em;
    font-size: 2.4rem;
  }
}
@media screen and (max-width: 768px) {
  .dep_group > h3 {
    padding-bottom: 0.4em;
    font-size: 3.8rem;
  }
}

.dep_items {
  border-bottom: 1px solid #DCDCDC;
}
@media screen and (min-width: 769px) {
  .dep_items {
    margin-top: 1rem;
  }
}
.dep_items > li {
  display: grid;
  font-family: YakuHanJP, "M PLUS 1p", sans-serif;
}
.dep_items > li + li {
  border-top: 1px solid #DCDCDC;
}
@media screen and (min-width: 769px) {
  .dep_items > li {
    padding: 1.5rem 0;
    grid-template-columns: repeat(4, auto);
    align-items: center;
    -moz-column-gap: 3rem;
         column-gap: 3rem;
    font-size: 1.5rem;
    line-height: 2.6rem;
  }
}
@media screen and (max-width: 768px) {
  .dep_items > li {
    padding: 3rem 0;
    grid-template-columns: 1fr auto;
    font-size: 2.5rem;
    line-height: 4rem;
  }
}
.dep_items > li .name {
  font-weight: 500;
}
@media screen and (min-width: 769px) {
  .dep_items > li .name {
    width: 28rem;
  }
}
@media screen and (max-width: 768px) {
  .dep_items > li .name {
    grid-area: 1/1/2/2;
    font-size: 2.8rem;
    line-height: 4.4rem;
  }
}
@media screen and (min-width: 769px) {
  .dep_items > li .address {
    width: 51rem;
  }
}
@media screen and (max-width: 768px) {
  .dep_items > li .address {
    margin-top: 1rem;
    grid-area: 2/1/3/2;
  }
}
.dep_items > li .address span {
  display: block;
}
@media screen and (min-width: 769px) {
  .dep_items > li .tel {
    width: 19rem;
  }
}
@media screen and (max-width: 768px) {
  .dep_items > li .tel {
    margin-top: 0.5rem;
    grid-area: 3/1/4/2;
  }
}
.dep_items > li .tel span {
  display: inline-block;
  margin-right: 0.2em;
}
.dep_items > li .map {
  display: block;
  height: auto;
}
@media screen and (min-width: 769px) {
  .dep_items > li .map {
    width: 2.4rem;
  }
}
@media screen and (max-width: 768px) {
  .dep_items > li .map {
    margin-left: 3rem;
    width: 4.4rem;
    height: 8rem;
    grid-area: 1/2/4/3;
  }
}
.dep_items > li .map:hover {
  opacity: 0.7;
}/*# sourceMappingURL=officelist.css.map */