@charset "UTF-8";
/* CSS Document */
/* ラベルの色変更はここでする*/ :root {
  --color-home-office: #2d479c;
  --color-care-home: #38bde9;
  --color-safety: #8a509c;
  --color-ds: #ea6390;
  --color-home-care: #129196;
  --color-visit: #ef8319;
  --color-food-delevery: #45bab2;
  --color-soccer-school: #e60012;
  --color-car-service: #036eb8;
}
/*ラベルに色をつける*/
.bcatlabel {
  color: #000000;
  background-color: #fff;
  &.label23 {
    /*本部*/
    background-color: var(--color-home-office);
    color: #fff;
  }
  &.label12 {
    /*老人ホーム*/
    background-color: var(--color-care-home);
    color: #fff;
  }
  &.label13 {
    /*セーフティネット住宅*/
    background-color: var(--color-safety);
    color: #fff;
  }
  &.label1 {
    /*デイサービス*/
    background-color: var(--color-ds);
    color: #fff;
  }
  &.label11 {
    /*居宅介護支援*/
    background-color: var(--color-home-care);
    color: #fff;
  }
  &.label14, &.label15, &.label16 {
    /*訪問OO*/
    background-color: var(--color-visit);
    color: #fff;
  }
  &.label17 {
    /*宅配弁当*/
    background-color: var(--color-food-delevery);
    color: #fff;
  }
&.label29{
    /*宅配弁当*/
    background-color: var(--color-food-delevery);
    color: #fff;
  }
  &.label24 {
    background-color: var(--color-soccer-school);
    color: #fff;
  }
&.label24 {
    background-color: var(--color-soccer-school);
    color: #fff;
  }
  &.label19 {
    background-color: var(--color-car-service);
    color: #fff;
  }
}
.categorylist {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  & a {
    text-decoration: none;
    &:hover {
      opacity: 0.7;
    }
  }
  & .bcatlabel {
    margin-bottom: 20px;
    padding: 5px 15px;
    border-radius: 5px;
  }
}
.categorylist-search {
  justify-content: center;
  & .bcatlabel {
    margin-bottom: 10px;
    margin-right: 10px;
  }
}
/*
.magokoro-icon .bCustomS .bCustomS-inner .bcu_title.bcu_title1>h2::before
{content: "";
  display: inline-block;
  height: 41px;
  background-image: url(/global-data/20251210144451481.png);
  background-size: contain;
  vertical-align: middle;}
/*-------↑共通で必要なもの----------*/
/*-------↓spでは不要なもの---------*/
/*事業所一覧ページの事業区分タイトルをPCでは横並びにする*/
.inlinetitle > .bCustomS > .bCustomS-inner {
  display: flex;
  align-items: flex-end;
  & .bcu_title2 {
    margin-left: 20px;
  }
}
/*事業所個別ページにカバー画像がないのでタイトルがヘッダーにめり込んでしまうのを防ぐ*/
.without-cvr {
  position: relative;
  top: 60px;
}
/*ヘッダー*/
#headerAreaSection {
  background-position: center bottom !important;
  padding-bottom: 65px;
  background-size: cover !important;
}
#headerAreaOuter {
  width: 100%;
  margin: 0 auto;
  background: #fff;
}
#headerArea {
  align-items: center;
  width: 90%;
  margin: 0 auto;
  padding: .8em 0;
}
@media (max-width: 1000px) {
  .menuFirst > li > a {
    padding: 12px 10px 10px 10px;
  }
}
#headerAreaImage {
  min-height: auto !important;
}
#globalNaviArea .menuFirst {
  display: flex;
  align-items: center;
}
#fixedArea {
  background: transparent;
}
#contentsAreaSection {
  margin-top: 50px !important;
}
#HdLogo {
  top: 50% !important;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.slideWrap {
  position: relative;
  z-index: 1;
}
.contentsLeadWrap {
  position: relative;
  z-index: 2;
  margin-top: -230px;
}
/*フッター*/
.branch-ftlist, .branch-ftlist > li > div > ul {
  list-style-type: none;
}
.branch-ftlist > li {
  font-weight: 600;
  margin: 2em 0;
  & a {
    text-decoration-line: none !important;
  }
  & ul {
    font-weight: 400;
    margin-top: 0.4em;
  }
}

/*おしらせ*/
.extCatList5InnerText {
display: flex !important;    
flex-direction: row-reverse !important;
}

.extCatList5_WL .bCatListLabel {
margin: 0!important;
/*margin-left: 20px!important;*/
margin-right: 30px!important;
}

.extCatList5_WL .bCatListLabel .bcatlabel{
margin:0;}

.label30, .label18, .label20{
padding-left: 2.07em!important;
padding-right: 2.07em!important;}

.extCatList5Row_0 ul.extCatListUL li{
padding-bottom: 1em;
border-style: solid;
border-width: 0 0 1px 0;
border-color: #e5e5e5;
}