/* senior-housing */
.care-office__main {
  display: flex;
  flex-direction: column;
  gap:24px;
  font-size: .933em;
}
.care-office__main .care-office__info { margin-top: -8px;}
.care-office__main-ttl {
  color: var(--blue);
  display: flex;
  align-items: center; /* 垂直中心 */
  justify-content: center;
  text-align: left;
  margin-left: -12px;
  white-space: nowrap
}
.care-office__main-ttl:after {
  content:''; display: block;
  background:var(--blue) ;
  height: 1px;
  width: calc(100% - 8em);
  margin-left: -12px;
}

.care-office__main-contact { display: flex; align-items: center; gap:24px; margin-top: 0;}
.care-office__main-contact .care-office__phone{ font-size: 1.8rem; margin-top: 0;}
.care-office__main p { line-height: 1.6;}
.care-office__list.care-office__list--btn {
  border:0;
  border-radius: 9999px;
}
  .care-office__list.care-office__list--btn li { border:0!important;}
  .care-office__list.care-office__list--btn li a {
    display: block;
    background:var(--pink02);
    color: #fff;
    text-align: center;
    border-radius: 9999px;
    padding: 0 32px;
    min-width: 216px;
    max-width: 256px;
    height: 40px;
    line-height: 40px;
  }
  .care-office__list.care-office__list--btn li a:before { content:unset;}
  .care-office__list.care-office__list--btn li a:hover  { background:var(--blue); border-radius: 9999px;}

@media (min-width: 768px){
.care-office__wrap { display: flex; gap:24px;}
.care-office__main { flex: 1;}
}
@media (min-width: 960px) {
.page-menu-pc .sub.sub--house { gap: 8px 16px;}
.sub--house li:first-child{ display: block; width: 100%;}
.care-office__wrap{ gap:32px;}
}