@media screen and (min-width: 720px) {
  .p-syuroPlace .p-whatCanDo {
    margin-top: 6rem;
  }
}
@media screen and (max-width: 719px) {
  .p-syuroPlace .p-whatCanDo {
    margin-top: 4rem;
  }
}
.p-syuroPlace .p-whatCanDo-item {
  border-radius: 1.5rem;
}
@media screen and (min-width: 720px) {
  .p-syuroPlace .p-whatCanDo-item {
    padding: 3rem 5rem;
  }
}
@media screen and (max-width: 719px) {
  .p-syuroPlace .p-whatCanDo-item {
    padding: 3rem 2rem;
  }
}
.p-syuroPlace .p-whatCanDo-item:not(:first-of-type) {
  margin-top: 2rem;
}
.p-syuroPlace .p-whatCanDo .m-label {
  background-color: transparent;
}
.p-syuroPlace .p-whatCanDo-box {
  border-radius: 1.5rem;
}
@media screen and (min-width: 720px) {
  .p-syuroPlace .p-whatCanDo-box {
    padding: 1.5rem 2rem;
  }
}
@media screen and (max-width: 719px) {
  .p-syuroPlace .p-whatCanDo-box {
    padding: 1.5rem;
  }
}
.p-syuroPlace .p-whatCanDo-box > .m-heading5 {
  margin-bottom: 0.3rem;
}
@media screen and (min-width: 720px) {
  .p-syuroPlace .p-whatCanDo-box:has(.p-whatCanDo-boxUser) {
    padding: 2rem;
  }
}
@media screen and (max-width: 719px) {
  .p-syuroPlace .p-whatCanDo-box:has(.p-whatCanDo-boxUser) {
    padding: 2rem 1.9rem;
  }
}
.p-syuroPlace .p-whatCanDo-boxUser {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 100%;
}
.p-syuroPlace .p-whatCanDo-boxUserIcon {
  width: 6rem;
}
.p-syuroPlace .p-whatCanDo-boxUserInfo {
  width: calc(100% - 7rem);
}
.p-syuroPlace .p-whatCanDo-boxUserJob {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.p-syuroPlace .p-whatCanDo-boxUser .m-textSub {
  line-height: 150%;
}
/*# sourceMappingURL=place.css.map */