@charset "UTF-8";
/* CSS Document */
/* aboutus/index.html */
.page-about {
  /* 右カラム崩れる
  *{
  	box-sizing: border-box;
  }
  */
  /* bg title */
  /* はな事業別タイトル */
  /* sp only area list */
  /* office-link-list, 事業所一覧 */
  /* sec pref */
  /* list */
  /* office link color */
  /* about hana */
  /* 事業所詳細 */
}
.page-about .about-sec + .about-sec {
  margin-top: 64px;
}
.page-about .bg-title-box > * {
  font-size: clamp(16px, 4vw, 20px);
}
.page-about .category-title {
  display: flex;
  align-items: center;
  margin-bottom: 16px;
}
.page-about .category-title:not(:first-child) {
  margin-top: 32px;
}
.page-about .category-title-img {
  width: 30px;
  margin-right: 8px;
}
.page-about .category-title-img img {
  width: 100%;
  height: 100%;
}
.page-about .category-title-img_logo {
  width: 160px;
}
@media screen and (min-width: 768px) {
  .page-about .category-title-img_logo {
    width: 200px;
  }
}
.page-about .category-title-text {
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: bold;
}
.page-about .lists-sp {
  margin-bottom: 20px;
}
@media screen and (min-width: 768px) {
  .page-about .lists-sp {
    display: none;
  }
}
.page-about .list-area {
  display: flex;
  align-items: center;
  margin-bottom: 5px;
}
.page-about .list-area-name {
  color: #fff;
  font-size: 14px;
  font-weight: 700;
  background-color: #DF8A8F;
  border-radius: 20px;
  letter-spacing: 0.2em;
  padding: 5px 12px;
}
.page-about .list-area-link {
  font-size: 16px;
  padding: 0 12px;
  border-right: 1px solid #727071;
}
.page-about .list-area-link a {
  color: #727071 !important;
}
.page-about .list-area-link:last-child {
  border-right: none;
}
.page-about .sec-pref {
  padding-top: 8px;
  /* pref title */
}
.page-about .sec-pref .prefecture:not(:nth-of-type(1)) {
  margin-top: 10px;
}
.page-about .sec-pref .prefecture {
  padding-top: 5px;
}
.page-about .sec-pref .prefecture__title {
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 16px;
  padding-left: 8px;
  letter-spacing: 0.1em;
  color: #b2b2b2;
  border-left: 2px solid #b2b2b2;
}
@media screen and (min-width: 769px) {
  .page-about .sec-pref .prefecture__title {
    padding-left: 16px;
  }
}
@media screen and (min-width: 769px) {
  .page-about .sec-pref .prefecture__title::before {
    width: 4px;
  }
}
.page-about .office-link-list {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  font-size: 16px;
}
.page-about .office-link-list li {
  flex-basis: 30%;
  margin-bottom: 20px;
  margin-left: 5%;
}
.page-about .office-link-list li:nth-child(3n-2) {
  margin-left: 0;
}
.page-about .office-link-list li a {
  line-height: 1.4;
  padding: 0.5em;
  display: block;
  text-align: center;
  background: white;
  border-left: 5px solid #C51C70;
  border-right: 1px solid #C51C70;
  border-bottom: 1px solid #C51C70;
  border-top: 1px solid #C51C70;
}
.page-about .office-link-list li a:hover {
  color: white !important;
  background: #C51C70;
}
.page-about .office-link-care li a {
  color: #AED007;
  border-color: #AED007;
}
.page-about .office-link-care li a:hover {
  background-color: #AED007;
}
.page-about .office-link-helper li a {
  color: #a570af;
  border-color: #a570af;
}
.page-about .office-link-helper li a:hover {
  background-color: #a570af;
}
.page-about .about-hana p {
  font-size: 16px;
  line-height: 1.6;
}
.page-about .office-detail {
  /* title, th bg color */
  /* 福祉用具 */
  /*
  .red {
  	color: #964045;
  }
  */
  /* detail totop  */
}
.page-about .office-detail .office-box {
  /* 事業所個別タイトル */
  /* pdf link */
  /* map */
}
.page-about .office-detail .office-box h3.office-title {
  /* common.cssが強い */
  color: inherit !important;
  font-size: 18px;
  line-height: 1.6;
  background-image: url("../img/titlebg.png") !important;
  background-repeat: repeat !important;
  background-position: left top;
  padding: 0 0 0 15px !important;
  font-weight: bold !important;
  margin-bottom: 30px;
}
.page-about .office-detail .office-box h3.office-title:before {
  content: "■";
}
.page-about .office-detail .office-box table {
  width: 100%;
  margin: 0 auto;
  border: 1px solid #CECCCD;
  border-collapse: collapse;
  line-height: 1.7;
  background: #fff;
  font-size: 14px;
}
.page-about .office-detail .office-box th {
  background-image: url("../img/sidebg.png");
  background-repeat: repeat;
  background-position: left top;
}
.page-about .office-detail .office-box th,
.page-about .office-detail .office-box td {
  text-align: left;
  vertical-align: top;
  border-bottom: 1px solid #CECCCD;
  padding: 8px;
}
@media screen and (min-width: 769px) {
  .page-about .office-detail .office-box th {
    width: 25%;
  }
  .page-about .office-detail .office-box td {
    width: 75%;
  }
  .page-about .office-detail .office-box th,
  .page-about .office-detail .office-box td {
    padding: 15px 20px;
  }
}
.page-about .office-detail .office-box .pdf-link {
  color: #656358 !important;
}
.page-about .office-detail .office-box .pdf-link::after {
  content: " ▶";
}
.page-about .office-detail .office-box .map-box {
  margin: auto;
  margin-bottom: 48px;
}
.page-about .office-detail .office-box .map-box .map-title {
  font-weight: bold;
  margin: 1.5em 0 0;
}
.page-about .office-detail .office-box .map-box .map-title:before {
  content: "■";
}
.page-about .office-detail .office-box .map-box iframe {
  width: 100%;
}
.page-about .office-detail .kaigo h3.office-title,
.page-about .office-detail .kaigo table th {
  background-color: #F4B4D0;
}
.page-about .office-detail .kaigo .map-box .map-title::before {
  color: #F4B4D0;
}
.page-about .office-detail .care h3.office-title,
.page-about .office-detail .care table th {
  background-color: #88C242;
}
.page-about .office-detail .care .map-box .map-title::before {
  color: #88C242;
}
.page-about .office-detail .fukushi h3.office-title,
.page-about .office-detail .fukushi table th {
  background-color: #C37779;
}
.page-about .office-detail .fukushi .map-box .map-title::before {
  color: #C37779;
}
.page-about .office-detail .helper h3.office-title,
.page-about .office-detail .helper table th {
  background-color: #DDD1E7;
}
.page-about .office-detail .helper .map-box .map-title::before {
  color: #DDD1E7;
}
.page-about .office-detail .detail-totop {
  position: sticky;
  /* stickyはright不可 */
  left: calc(100vw - 2% - 40px);
  bottom: 16px;
  z-index: 2;
}
.page-about .office-detail .detail-totop a {
  /* position:absolute でstickyの高さ0にする、ボタン押せない対策 */
  position: absolute;
  right: 2%;
  bottom: 0;
  display: block;
  overflow: hidden;
  text-indent: -999em;
  width: 40px;
  height: 40px;
  background-color: #fff;
  border-radius: 50%;
  border: 2px solid #C51C70;
}
.page-about .office-detail .detail-totop a:before {
  content: "";
  width: 10px;
  height: 10px;
  border-top: solid 2px #C51C70;
  border-right: solid 2px #C51C70;
  position: absolute;
  left: 50%;
  top: calc(50% + 2px);
  transform: translate(-50%, -50%) rotate(-45deg);
}
@media screen and (min-width: 769px) {
  .page-about .office-detail .detail-totop {
    left: 100%;
    width: 100%;
    /* pc時sticky枠外に飛ばす */
  }
  .page-about .office-detail .detail-totop a {
    font-size: 14px;
    text-indent: 0;
    line-height: 1.2;
    padding: 0 0.5em;
    width: -moz-fit-content;
    width: fit-content;
    border-radius: 2em;
    position: absolute;
    right: -230px;
    bottom: 0;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .page-about .office-detail .detail-totop a::before {
    content: "▲";
    border: none;
    position: initial;
    width: auto;
    height: auto;
    transform: none;
  }
}

/* recruit.html */
.page-recruit {
  /* recruit-table */
}
.page-recruit .recruit-catch-box {
  padding: 0px 20px;
}
.page-recruit .recruit-catch-box .message {
  line-height: 1.4;
  font-size: min(4vw, 24px);
  color: #C51C70;
  font-weight: bold;
  margin-bottom: 36px;
}
@media screen and (min-width: 769px) {
  .page-recruit .recruit-catch-box .message {
    font-size: 25px;
  }
}
.page-recruit .recruit-catch-box .recruit_img {
  width: 100%;
  margin-bottom: 38px;
  text-align: center;
}
.page-recruit .recruit-catch-box p {
  box-sizing: border-box;
}
.page-recruit .recruit-catch-box .recruit_img img {
  max-width: 100%;
}
.page-recruit .recruit-table-box table {
  width: 100%;
  margin: 0 auto;
  border: 1px solid #CECCCD;
  border-collapse: collapse;
  line-height: 1.7;
  background: #fff;
  font-size: 14px;
}
.page-recruit .recruit-table-box th {
  background-image: url(../../about_us/img/img_01.gif);
  background-repeat: repeat;
  background-position: left top;
  width: 5em;
}
.page-recruit .recruit-table-box th,
.page-recruit .recruit-table-box td {
  text-align: left;
  vertical-align: top;
  border-bottom: 1px solid #CECCCD;
  padding: 8px;
}
@media screen and (min-width: 769px) {
  .page-recruit .recruit-table-box th {
    width: 25%;
  }
  .page-recruit .recruit-table-box td {
    width: 75%;
  }
  .page-recruit .recruit-table-box th,
  .page-recruit .recruit-table-box td {
    padding: 15px 20px;
  }
}/*# sourceMappingURL=about_us.css.map */