.profile.clients .ttl {
  background: url(/profile/img/clients/mv_pc.jpg) no-repeat;
  background-size: cover;
}
@media screen and (max-width: 767px) {
  .profile.clients .ttl {
    background: url(/profile/img/clients/mv_sp.jpg) no-repeat;
    background-size: cover;
  }
}
.profile.clients .clients-info-wrap {
  display: flex;
  flex-wrap: wrap;
  background: #F5F6F7;
  padding: 55px 50px;
}
@media screen and (max-width: 767px) {
  .profile.clients .clients-info-wrap {
    padding: 35px 20px;
  }
}
.profile.clients .clients-info-wrap .clients-info {
  width: 33.3333333333%;
  padding: 0 12px;
}
@media screen and (max-width: 767px) {
  .profile.clients .clients-info-wrap .clients-info {
    width: 100%;
  }
}
.profile.clients .clients-info-wrap .clients-info li {
  padding-left: 11px;
  margin-bottom: 1em;
  position: relative;
}
.profile.clients .clients-info-wrap .clients-info li:before {
  content: "";
  display: block;
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background: #094181;
  position: absolute;
  top: 0.7em;
  left: 0;
}
.profile.clients .clients-info-wrap .clients-info li:last-of-type {
  margin-bottom: 0;
}
@media screen and (max-width: 767px) {
  .profile.clients .clients-info-wrap .clients-info li:last-of-type {
    margin-bottom: 1em;
  }
}
.profile.clients .clients-info-wrap .sp-accordion-head {
  display: none;
}
@media screen and (max-width: 767px) {
  .profile.clients .clients-info-wrap .sp-accordion-head {
    display: block;
    padding-left: 7px;
  }
}
@media screen and (max-width: 767px) {
  .profile.clients .clients-info-wrap .sp-accordion-head p {
    color: #094181;
    font-size: 1rem;
    font-weight: 500;
    margin-bottom: 1em;
  }
  .profile.clients .clients-info-wrap .sp-accordion-head p span {
    padding-bottom: 5px;
    padding-right: 30px;
    border-bottom: 1px solid #094181;
    position: relative;
  }
  .profile.clients .clients-info-wrap .sp-accordion-head p span:before, .profile.clients .clients-info-wrap .sp-accordion-head p span:after {
    content: "";
    display: block;
    width: 12px;
    height: 1px;
    background: #094181;
    position: absolute;
    right: 0;
    top: calc(50% - 3px);
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
  }
  .profile.clients .clients-info-wrap .sp-accordion-head p span:after {
    transform: rotate(90deg);
    transition: 0.5s ease;
  }
}
@media screen and (max-width: 767px) {
  .profile.clients .clients-info-wrap .sp-accordion-head p.open span:after {
    transform: rotate(0);
  }
}
.profile.clients .clients-info-wrap .sp-accordion {
  display: contents;
}
@media screen and (max-width: 767px) {
  .profile.clients .clients-info-wrap .sp-accordion {
    display: none;
    width: 100%;
    padding-top: 15px;
  }
}
.profile.clients .category-link .category-link-wrap .category-link-list li:nth-of-type(5) {
  display: none;
}/*# sourceMappingURL=clients.css.map */