@charset "UTF-8";
.topPage .mv {
  width: 100%;
  height: 100vh;
  position: relative;
  position: relative;
  background: #fff;
  z-index: 9;
}
@media screen and (max-width: 768px) {
  .topPage .mv {
    height: auto;
    padding-top: 100px;
  }
}
.topPage .mv::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 60%;
  height: 105%;
  background: url("../cmn_img/top/mv_main.png") no-repeat center center/contain;
  z-index: 9;
}
@media screen and (max-width: 768px) {
  .topPage .mv::before {
    content: none;
  }
}
.topPage .mv::after {
  content: "";
  position: absolute;
  bottom: -80px;
  left: 0;
  width: 100%;
  height: 220px;
  background: url("/kaigo/lib/cmn_img/bg01.png") no-repeat center center/100% 100%;
}
@media screen and (max-width: 768px) {
  .topPage .mv::after {
    height: 70px;
    bottom: -1px;
  }
}
.topPage .mv .mainImg {
  width: calc(100% - 20px);
  margin: 10px auto 0 auto;
  position: relative;
  z-index: 9;
}
.topPage .mv .txBox {
  position: absolute;
  top: 50%;
  left: 7%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 90%;
  text-align: left;
  z-index: 9;
}
@media screen and (max-width: 768px) {
  .topPage .mv .txBox {
    width: calc(100% - 40px);
    margin: 0 auto;
    position: static;
    -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
            transform: translateY(0);
    text-align: center;
  }
}
.topPage .mv .txBox .copy {
  font-size: 5.8rem;
  font-weight: 500;
  line-height: 1.6;
}
@media screen and (max-width: 768px) {
  .topPage .mv .txBox .copy {
    font-size: 2.4rem;
  }
}
.topPage .mv .txBox .copy span {
  display: block;
  font-size: 2.4rem;
  margin-bottom: 12px;
}
@media screen and (max-width: 768px) {
  .topPage .mv .txBox .copy span {
    font-size: 1.5rem;
    margin-bottom: 8px;
  }
}
.topPage .mv .txBox .enTx {
  color: #33b558;
  font-size: 1.6rem;
  margin-top: 15px;
}
@media screen and (max-width: 768px) {
  .topPage .mv .txBox .enTx {
    font-size: 1.3rem;
    margin-top: 10px;
  }
}
.topPage .sec09 {
  overflow: hidden;
}
.topPage .sec09 .ttlStyle_01 {
  margin-bottom: 25px;
  padding-top: 0;
}
@media screen and (max-width: 768px) {
  .topPage .sec09 .ttlStyle_01 {
    margin-bottom: 20px;
  }
}
.topPage .sec09 .logoList {
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.topPage .sec09 .logoList.slick-initialized {
  opacity: 1;
  visibility: visible;
}
.topPage .sec09 .logoList .slick-track {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}
.topPage .sec09 .logoList .slick-slide {
  width: 300px;
  margin-right: 25px;
  padding-bottom: 5px;
  height: 135px;
}
@media screen and (max-width: 768px) {
  .topPage .sec09 .logoList .slick-slide {
    margin-right: 10px;
    height: 80px;
    width: 160px;
  }
}
.topPage .sec09 .logoList .slick-slide a {
  display: block;
  border: 1px solid #ddd;
  border-radius: 5px;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .topPage .sec09 .logoList .slick-slide a {
    border-radius: 3px;
  }
}
.topPage .sec09 .logoList .slick-slide a {
  padding: 15px 20px;
  text-align: center;
  height: 100%;
  background: #fff;
}
@media screen and (max-width: 768px) {
  .topPage .sec09 .logoList .slick-slide a {
    padding: 10px;
  }
}
.topPage .sec09 .logoList .slick-slide a > p {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
}
.topPage .sec09 .logoList .slick-slide a > p > span {
  display: block;
}
.topPage .sec09 .logoList .slick-slide a > p > span > img {
  max-width: 100%;
  max-height: 100%;
  width: 300px;
  height: auto;
  display: block;
}
@media screen and (max-width: 768px) {
  .topPage .sec09 .logoList .slick-slide a > p > span > img {
    width: 130px;
  }
}
@media (hover: hover) and (pointer: fine) {
  .topPage .sec09 .logoList .slick-slide a:hover {
    -webkit-transform: translateY(5px);
        -ms-transform: translateY(5px);
            transform: translateY(5px);
  }
}
@media (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .topPage .sec09 .logoList .slick-slide a:hover {
    -webkit-transform: translateY(5px);
        -ms-transform: translateY(5px);
            transform: translateY(5px);
  }
}
.topPage .sec01 {
  background: #f8f5f1;
  padding-top: 140px;
}
@media screen and (max-width: 768px) {
  .topPage .sec01 {
    padding-top: 60px;
  }
}
.topPage .sec01 .img01 {
  max-width: 955px;
  width: 100%;
  margin: 0 auto;
}
.topPage .sec02 {
  padding-top: 80px;
}
@media screen and (max-width: 768px) {
  .topPage .sec02 {
    padding-top: 60px;
  }
}
.topPage .sec02 .inr {
  position: relative;
}
.topPage .sec02 .inr .btn {
  position: absolute;
  top: 30px;
  right: 0;
}
@media screen and (max-width: 768px) {
  .topPage .sec02 .inr .btn {
    position: static;
    text-align: right;
    margin-top: 25px;
    width: 100%;
  }
}
.topPage .sec03 .readTx {
  font-size: 1.7rem;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .topPage .sec03 .readTx {
    font-size: 1.3rem;
    text-align: left;
  }
}
.topPage .sec03 .facilityList {
  margin-top: 40px;
  text-align: center;
}
.topPage .sec03 .facilityList {
  margin-top: 30px;
}
.topPage .sec03 .facilityList > li {
  text-align: left;
}
@media screen and (max-width: 768px) {
  .topPage .sec03 .facilityList > li {
    margin-bottom: 25px;
  }
}
.topPage .sec03 .facilityList > li a {
  display: block;
}
.topPage .sec03 .facilityList > li a .wrap {
  border-radius: 20px;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .topPage .sec03 .facilityList > li a .wrap {
    border-radius: 14px;
  }
}
.topPage .sec03 .facilityList > li a .wrap .ttl {
  background: #fff;
  padding: 16px 60px 16px 22px;
  font-size: 1.5rem;
  position: relative;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  line-height: 1.7;
  display: table;
  width: 100%;
}
@media screen and (max-width: 1259px) {
  .topPage .sec03 .facilityList > li a .wrap .ttl {
    font-size: 1.6rem;
    text-align: center;
    padding: 12px 6px;
    line-height: 1.65;
  }
}
@media screen and (max-width: 768px) {
  .topPage .sec03 .facilityList > li a .wrap .ttl {
    font-size: 1.3rem;
  }
}
.topPage .sec03 .facilityList > li a .wrap .ttl::before {
  content: "";
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 60px;
  width: 1px;
  height: calc(100% - 30px);
  background: #ddd;
}
@media screen and (max-width: 768px) {
  .topPage .sec03 .facilityList > li a .wrap .ttl::before {
    display: none;
  }
}
.topPage .sec03 .facilityList > li a .wrap .ttl .in {
  display: table-cell;
  vertical-align: middle;
  width: 100%;
  font-weight: 500;
}
.topPage .sec03 .facilityList > li a .wrap .ttl .cmn_arw01 {
  position: absolute;
  top: 50%;
  right: 15px;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
@media screen and (max-width: 768px) {
  .topPage .sec03 .facilityList > li a .wrap .ttl .cmn_arw01 {
    -webkit-transform: scale(0.6);
        -ms-transform: scale(0.6);
            transform: scale(0.6);
    top: auto;
    bottom: 0px;
    right: 0px;
  }
}
.topPage .sec03 .facilityList > li a .tx {
  font-size: 1.5rem;
  margin-top: 20px;
}
@media screen and (max-width: 768px) {
  .topPage .sec03 .facilityList > li a .tx {
    font-size: 1.2rem;
    margin-top: 10px;
  }
}
@media (hover: hover) and (pointer: fine) {
  .topPage .sec03 .facilityList > li a:hover .wrap .ttl {
    background: #33b558;
    color: #fff;
  }
  .topPage .sec03 .facilityList > li a:hover .wrap .ttl .cmn_arw01 {
    right: 11px;
  }
}
@media (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .topPage .sec03 .facilityList > li a:hover .wrap .ttl {
    background: #33b558;
    color: #fff;
  }
  .topPage .sec03 .facilityList > li a:hover .wrap .ttl .cmn_arw01 {
    right: 11px;
  }
}
.topPage .sec04 {
  position: relative;
}
.topPage .sec04::after {
  content: "";
  position: absolute;
  top: -220px;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  background: url("../cmn_img/top/sec04_item01.png") no-repeat center center/cover;
  width: 393px;
  height: 235px;
}
@media screen and (max-width: 768px) {
  .topPage .sec04::after {
    width: 247px;
    height: 147px;
    top: -110px;
  }
}
.topPage .sec04 .searchList {
  text-align: center;
}
.topPage .sec04 .searchList > li {
  border-radius: 20px;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .topPage .sec04 .searchList > li {
    border-radius: 14px;
  }
}
.topPage .sec04 .searchList > li {
  background: #fff;
  text-align: center;
  padding: 45px 40px 40px;
  position: relative;
}
@media screen and (max-width: 768px) {
  .topPage .sec04 .searchList > li {
    padding: 30px 20px 20px;
  }
}
.topPage .sec04 .searchList > li::before {
  content: "01";
  position: absolute;
  font-family: "Figtree", sans-serif;
  font-weight: 500;
  top: 7px;
  left: 0;
  width: 100%;
  text-align: center;
  font-size: 15rem;
  color: #f8f5f1;
  line-height: 1;
}
@media screen and (max-width: 768px) {
  .topPage .sec04 .searchList > li::before {
    font-size: 10rem;
    top: 5px;
  }
}
.topPage .sec04 .searchList > li .ttl {
  font-weight: 500;
  font-size: 2.4rem;
  margin-bottom: 15px;
  line-height: 1.7;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 1259px) {
  .topPage .sec04 .searchList > li .ttl {
    font-size: 2rem;
  }
}
@media screen and (max-width: 768px) {
  .topPage .sec04 .searchList > li .ttl {
    font-size: 1.5rem;
    margin-bottom: 10px;
  }
}
.topPage .sec04 .searchList > li .tx {
  text-align: center;
  font-size: 1.6rem;
  margin-top: 5px;
}
@media screen and (max-width: 768px) {
  .topPage .sec04 .searchList > li .tx {
    font-size: 1.3rem;
    text-align: left;
  }
}
.topPage .sec04 .searchList > li table {
  font-size: 1.5rem;
}
@media screen and (max-width: 768px) {
  .topPage .sec04 .searchList > li table {
    font-size: 1.3rem;
  }
}
.topPage .sec04 .searchList > li table tr th, .topPage .sec04 .searchList > li table tr td {
  vertical-align: top;
  text-align: left;
}
.topPage .sec04 .searchList > li table tr th {
  width: 125px;
  padding: 4px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .topPage .sec04 .searchList > li table tr th {
    width: 80px;
  }
}
.topPage .sec04 .searchList > li table tr th span {
  color: #33b558;
  font-weight: 500;
  color: #33b558;
  border-radius: 5px;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .topPage .sec04 .searchList > li table tr th span {
    border-radius: 3px;
  }
}
.topPage .sec04 .searchList > li table tr th span {
  border: 1px solid #33b558;
  padding: 5px 4px;
  display: block;
  line-height: 1.4;
}
@media screen and (max-width: 768px) {
  .topPage .sec04 .searchList > li table tr th span {
    padding-bottom: 4px;
    padding: 4px 4px 5px;
  }
}
.topPage .sec04 .searchList > li table tr td {
  padding: 6px 0 0 15px;
}
@media screen and (max-width: 768px) {
  .topPage .sec04 .searchList > li table tr td {
    padding: 5px 0 0 10px;
  }
}
.topPage .sec04 .searchList > li .btnList {
  margin-top: 30px;
}
@media screen and (max-width: 768px) {
  .topPage .sec04 .searchList > li .btnList {
    margin-top: 15px;
  }
}
@media screen and (max-width: 768px) {
  .topPage .sec04 .searchList > li .btnList > li {
    margin-bottom: 5px;
  }
}
@media screen and (max-width: 768px) {
  .topPage .sec04 .searchList > li .btnList > li a {
    max-width: 100%;
  }
}
@media screen and (max-width: 768px) {
  .topPage .sec04 .searchList > li .btnList > li.last {
    margin-bottom: 0;
  }
}
.topPage .sec04 .searchList > li:nth-child(2)::before {
  content: "02";
}
.topPage .sec04 .searchList > li:nth-child(3)::before {
  content: "03";
}
.topPage .sec04 .searchList > li:nth-child(4)::before {
  content: "04";
}
.topPage .sec04 .searchList > li:nth-child(5)::before {
  content: "05";
}
.topPage .sec05 .inr {
  font-size: 0;
}
.topPage .sec05 .inr .boxL {
  width: 70%;
  margin-right: 5%;
  display: inline-block;
  vertical-align: top;
  font-size: 1.6rem;
}
@media screen and (max-width: 768px) {
  .topPage .sec05 .inr .boxL {
    width: 100%;
    margin: 0 0 25px;
    font-size: 1.3rem;
  }
}
.topPage .sec05 .inr .boxR {
  width: 25%;
  display: inline-block;
  vertical-align: top;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .topPage .sec05 .inr .boxR {
    max-width: 220px;
    width: 100%;
    display: block;
    margin: 0 auto;
  }
}
.topPage .sec05 .inr .boxR .img {
  border-radius: 20px;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .topPage .sec05 .inr .boxR .img {
    border-radius: 14px;
  }
}
.topPage .sec05 .inr .boxR .name {
  font-size: 1.8rem;
  font-weight: 500;
  margin-top: 20px;
  line-height: 1.7;
}
@media screen and (max-width: 768px) {
  .topPage .sec05 .inr .boxR .name {
    font-size: 1.5rem;
  }
}
.topPage .sec05 .inr .boxR .name span {
  display: block;
  font-size: 1.3rem;
}
@media screen and (max-width: 768px) {
  .topPage .sec05 .inr .boxR .name span {
    font-size: 1.2rem;
  }
}
.topPage .sec06 .inr {
  font-size: 0;
}
.topPage .sec06 .inr .boxL {
  width: 240px;
  margin-right: 50px;
  display: inline-block;
  vertical-align: top;
}
@media screen and (max-width: 768px) {
  .topPage .sec06 .inr .boxL {
    width: 100%;
    margin: 0 0 20px;
  }
}
.topPage .sec06 .inr .boxL .navList > li {
  background: #f8f5f1;
  border-radius: 5px;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .topPage .sec06 .inr .boxL .navList > li {
    border-radius: 3px;
  }
}
.topPage .sec06 .inr .boxL .navList > li {
  text-align: left;
  font-size: 1.6rem;
  font-weight: 500;
  padding: 15px 20px;
  margin-bottom: 10px;
  position: relative;
  overflow: inherit;
}
@media screen and (max-width: 768px) {
  .topPage .sec06 .inr .boxL .navList > li {
    width: 49%;
    display: inline-block;
    vertical-align: top;
    font-size: 1.3rem;
    margin: 0 2% 2% 0;
    text-align: center;
    padding: 10px 3px;
  }
}
@media screen and (max-width: 768px) {
  .topPage .sec06 .inr .boxL .navList > li:nth-child(2n) {
    margin-right: 0;
  }
}
.topPage .sec06 .inr .boxL .navList > li.current {
  background: #33b558;
  color: #fff;
}
.topPage .sec06 .inr .boxL .navList > li.current::before {
  content: "";
  position: absolute;
  top: 50%;
  right: -7px;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  display: inline-block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 7px 0px 7px 7px;
  border-color: transparent transparent transparent #33b558;
}
@media screen and (max-width: 768px) {
  .topPage .sec06 .inr .boxL .navList > li.current::before {
    border-width: 6px 7px 0px 7px;
    border-color: #33b558 transparent transparent transparent;
    top: auto;
    bottom: -5px;
    right: auto;
    left: 50%;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}
.topPage .sec06 .inr .boxR {
  width: calc(100% - 290px);
  display: inline-block;
  vertical-align: top;
  border: 1px solid #ddd;
  border-radius: 20px;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .topPage .sec06 .inr .boxR {
    border-radius: 14px;
  }
}
.topPage .sec06 .inr .boxR {
  padding: 40px;
  font-size: 1.6rem;
  zoom: 1;
}
@media screen and (max-width: 768px) {
  .topPage .sec06 .inr .boxR {
    font-size: 1.3rem;
    width: 100%;
    padding: 20px 20px 25px;
  }
}
.topPage .sec06 .inr .boxR .imgBox {
  float: right;
  width: 47.5%;
  border-radius: 20px;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .topPage .sec06 .inr .boxR .imgBox {
    border-radius: 14px;
  }
}
@media screen and (max-width: 768px) {
  .topPage .sec06 .inr .boxR .imgBox {
    width: 100%;
    float: none;
  }
}
.topPage .sec06 .inr .boxR .txBox {
  float: left;
  width: 47.5%;
  display: table;
}
@media screen and (max-width: 768px) {
  .topPage .sec06 .inr .boxR .txBox {
    width: 100%;
    float: none;
    margin-top: 20px;
  }
}
.topPage .sec06 .inr .boxR .txBox > div {
  display: table-cell;
  vertical-align: middle;
}
.topPage .sec06 .inr .boxR .txBox > div .ttl {
  font-weight: 500;
  font-size: 2.4rem;
  text-align: center;
  line-height: 1.7;
}
@media screen and (max-width: 768px) {
  .topPage .sec06 .inr .boxR .txBox > div .ttl {
    font-size: 1.5rem;
  }
}
.topPage .sec06 .inr .boxR .txBox > div .ttl span {
  font-size: 1.7rem;
  display: block;
  margin-bottom: 4px;
  font-weight: 500;
}
@media screen and (max-width: 768px) {
  .topPage .sec06 .inr .boxR .txBox > div .ttl span {
    font-size: 1.2rem;
    margin-bottom: 2px;
  }
}
.topPage .sec06 .inr .boxR .txBox > div .tx {
  text-align: center;
  margin-top: 5px;
}
@media screen and (max-width: 768px) {
  .topPage .sec06 .inr .boxR .txBox > div .tx {
    margin-top: 3px;
  }
}
.topPage .sec06 .inr .boxR .txBox > div .btn {
  margin-top: 20px;
}
@media screen and (max-width: 768px) {
  .topPage .sec06 .inr .boxR .txBox > div .btn {
    margin-top: 15px;
  }
}
.topPage .sec07 {
  padding: 100px 0;
  background-image: -webkit-gradient(linear, left top, right top, from(#fff8d9), to(#fff1eb));
  background-image: linear-gradient(90deg, #fff8d9, #fff1eb);
  position: relative;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .topPage .sec07 {
    padding: 60px 0 120px;
  }
}
.topPage .sec07::before {
  content: "";
  position: absolute;
  top: 50%;
  right: 0%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 60%;
  height: 100%;
  background: url("../cmn_img/top/sec07_bg.png") no-repeat center center/cover;
}
@media screen and (max-width: 768px) {
  .topPage .sec07::before {
    width: 85%;
    background-position: right bottom;
    -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
            transform: translateY(0);
    top: auto;
    bottom: -70px;
    background-size: contain;
  }
}
.topPage .sec07 .inr {
  position: relative;
  z-index: 9;
}
.topPage .sec07 .ttlStyle_01 {
  padding: 0;
}
.topPage .sec07 .ttlStyle_01 span {
  display: block;
  padding: 0;
}
.topPage .sec07 .btn a {
  margin: 30px auto 0 0;
}
@media screen and (max-width: 768px) {
  .topPage .sec07 .btn a {
    margin: 20px auto 0;
  }
}

.care-facilityPage .sec01 {
  text-align: center;
}
.care-facilityPage .sec01 .copy {
  font-size: 1.8rem;
}
@media screen and (max-width: 768px) {
  .care-facilityPage .sec01 .copy {
    font-size: 1.4rem;
  }
}
.care-facilityPage .sec01 .copy span {
  font-weight: 500;
  color: #33b558;
  font-size: 3.8rem;
  background: #fff;
  border-radius: 5px;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .care-facilityPage .sec01 .copy span {
    border-radius: 3px;
  }
}
.care-facilityPage .sec01 .copy span {
  border: 1px solid #33b558;
  line-height: 1.65;
  padding: 4px 15px;
  display: inline-block;
  margin-top: 2px;
}
@media screen and (max-width: 768px) {
  .care-facilityPage .sec01 .copy span {
    font-size: 1.8rem;
    margin-top: 5px;
    padding: 3px 12px;
  }
}
.care-facilityPage .sec01 .readTx {
  font-size: 2.2rem;
  font-weight: 500;
  margin-top: 15px;
}
@media screen and (max-width: 768px) {
  .care-facilityPage .sec01 .readTx {
    font-size: 1.4rem;
    margin-top: 5px;
  }
}
.care-facilityPage .sec01 .img01 {
  margin-top: 30px;
}
@media screen and (max-width: 768px) {
  .care-facilityPage .sec01 .img01 {
    margin-top: 20px;
  }
}
.care-facilityPage .sec02 .tab .wrapList > li {
  vertical-align: middle;
  margin-bottom: 0;
}
.care-facilityPage .sec02 .tab .wrapList > li .img {
  border-radius: 20px;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .care-facilityPage .sec02 .tab .wrapList > li .img {
    border-radius: 14px;
  }
}
@media screen and (max-width: 768px) {
  .care-facilityPage .sec02 .tab .wrapList > li .ttlWrap {
    margin-top: 15px;
    text-align: center;
  }
}
.care-facilityPage .sec02 .tab .wrapList > li .ttlWrap .floor {
  width: 38px;
  height: 38px;
  background: #111;
  border-radius: 90px;
  text-align: center;
  line-height: 1;
  padding: 13px 0;
  display: inline-block;
  vertical-align: middle;
  margin-right: 15px;
  color: #fff;
  font-size: 1.5rem;
  font-family: "Figtree", sans-serif;
  font-weight: 500;
}
@media screen and (max-width: 768px) {
  .care-facilityPage .sec02 .tab .wrapList > li .ttlWrap .floor {
    width: 31px;
    height: 31px;
    font-size: 1.2rem;
    padding: 10px 0;
    margin-right: 10px;
  }
}
.care-facilityPage .sec02 .tab .wrapList > li .ttlWrap .ttl {
  font-size: 2.6rem;
  display: inline-block;
  vertical-align: middle;
  font-weight: 500;
}
@media screen and (max-width: 768px) {
  .care-facilityPage .sec02 .tab .wrapList > li .ttlWrap .ttl {
    font-size: 1.6rem;
  }
}
.care-facilityPage .sec02 .tab .wrapList > li .tx {
  font-size: 1.6rem;
  margin-top: 5px;
  text-align: left;
}
@media screen and (max-width: 768px) {
  .care-facilityPage .sec02 .tab .wrapList > li .tx {
    font-size: 1.3rem;
    margin-top: 5px;
  }
}
.care-facilityPage .sec03 .ttlWrap {
  text-align: center;
  position: relative;
  margin-bottom: 25px;
}
.care-facilityPage .sec03 .ttlWrap::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  height: 1px;
  background: #33b558;
}
.care-facilityPage .sec03 .ttlWrap > p {
  display: inline-block;
  background: #fff;
  position: relative;
  z-index: 1;
  border: 1px solid #33b558;
  border-radius: 5px;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .care-facilityPage .sec03 .ttlWrap > p {
    border-radius: 3px;
  }
}
.care-facilityPage .sec03 .ttlWrap > p {
  overflow: inherit;
  font-size: 2.4rem;
  font-weight: 500;
  color: #33b558;
  padding: 4px 10px 4px 30px;
  text-align: center;
  width: 300px;
  -webkit-transform: translateX(10px);
      -ms-transform: translateX(10px);
          transform: translateX(10px);
}
@media screen and (max-width: 768px) {
  .care-facilityPage .sec03 .ttlWrap > p {
    font-size: 1.6rem;
    width: 200px;
  }
}
.care-facilityPage .sec03 .ttlWrap > p span {
  position: absolute;
  top: 50%;
  left: -30px;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 75px;
  z-index: 1;
}
@media screen and (max-width: 768px) {
  .care-facilityPage .sec03 .ttlWrap > p span {
    width: 50px;
    left: -20px;
  }
}
.care-facilityPage .sec03 .ttlWrap.tx01::before {
  background: #3659a3;
}
.care-facilityPage .sec03 .ttlWrap.tx01 > p {
  border-color: #3659a3;
}
.care-facilityPage .sec03 .ttlWrap.tx01 > p small {
  width: 90px;
  display: inline-block;
}
@media screen and (max-width: 768px) {
  .care-facilityPage .sec03 .ttlWrap.tx01 > p small {
    width: 60px;
  }
}
.care-facilityPage .sec03 .ttlWrap.tx02::before {
  background: #ebc735;
}
.care-facilityPage .sec03 .ttlWrap.tx02 > p {
  border-color: #ebc735;
}
.care-facilityPage .sec03 .ttlWrap.tx02 > p small {
  width: 90px;
  display: inline-block;
}
@media screen and (max-width: 768px) {
  .care-facilityPage .sec03 .ttlWrap.tx02 > p small {
    width: 60px;
  }
}
.care-facilityPage .sec03 .ttlWrap.tx03::before {
  background: #d19cbf;
}
.care-facilityPage .sec03 .ttlWrap.tx03 > p {
  border-color: #d19cbf;
}
.care-facilityPage .sec03 .ttlWrap.tx03 > p small {
  width: 90px;
  display: inline-block;
}
@media screen and (max-width: 768px) {
  .care-facilityPage .sec03 .ttlWrap.tx03 > p small {
    width: 60px;
  }
}
.care-facilityPage .sec03 .ttlWrap.tx03 > p small.small02 {
  width: 80px;
  margin-left: 10px;
}
@media screen and (max-width: 768px) {
  .care-facilityPage .sec03 .ttlWrap.tx03 > p small.small02 {
    width: 55px;
  }
}
.care-facilityPage .sec04 .navList > li {
  padding: 8px;
  font-size: 1.5erm;
}
@media screen and (max-width: 768px) {
  .care-facilityPage .sec04 .navList > li {
    font-size: 1.3rem;
  }
}
.care-facilityPage .sec04 .tab02 {
  font-size: 0;
  margin-top: 30px;
  padding-top: 40px;
  border-top: 1px solid #ccc;
}
@media screen and (max-width: 768px) {
  .care-facilityPage .sec04 .tab02 {
    margin-top: 0;
    padding-top: 0;
    border: none;
  }
}
.care-facilityPage .sec04 .nav02 > li, .care-facilityPage .sec04 .nav03 > li {
  cursor: pointer;
}
.care-facilityPage .sec04 .nav03 {
  width: 25%;
  display: inline-block;
  vertical-align: top;
  margin-right: 5%;
  background: #fff;
  border-radius: 5px;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .care-facilityPage .sec04 .nav03 {
    border-radius: 3px;
  }
}
.care-facilityPage .sec04 .nav03 {
  padding: 18px 25px;
}
@media screen and (max-width: 768px) {
  .care-facilityPage .sec04 .nav03 {
    width: 100%;
    margin: 0 0 20px;
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 15px 1fr;
    grid-template-columns: repeat(2, 1fr);
    gap: 0 15px;
    padding: 5px 15px 15px;
  }
}
.care-facilityPage .sec04 .nav03 > li {
  font-size: 1.5rem;
  line-height: 1.7;
  padding: 14px 0;
  border-bottom: 2px dotted #ddd;
}
@media screen and (max-width: 768px) {
  .care-facilityPage .sec04 .nav03 > li {
    font-size: 1.2rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    min-height: 42px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    padding: 8px 0;
  }
}
.care-facilityPage .sec04 .nav03 > li span {
  font-weight: 500;
  display: inline-block;
}
@media screen and (max-width: 768px) {
  .care-facilityPage .sec04 .nav03 > li:nth-child(2n) {
    margin-right: 0;
  }
}
.care-facilityPage .sec04 .nav03 > li.current span {
  color: #33b558;
  padding-left: 18px;
  position: relative;
}
@media screen and (max-width: 768px) {
  .care-facilityPage .sec04 .nav03 > li.current span {
    padding-left: 13px;
  }
}
.care-facilityPage .sec04 .nav03 > li.current span::before {
  content: "";
  position: absolute;
  top: 10px;
  left: 0;
  width: 7px;
  height: 7px;
  background: #33b558;
  border-radius: 90px;
}
@media screen and (max-width: 768px) {
  .care-facilityPage .sec04 .nav03 > li.current span::before {
    width: 5px;
    height: 5px;
    top: 8px;
  }
}
.care-facilityPage .sec04 .nav03 > li.last {
  border: none;
}
@media screen and (max-width: 768px) {
  .care-facilityPage .sec04 .nav03 > li.last {
    border-bottom: 2px dotted #ddd;
  }
}
.care-facilityPage .sec04 .tab03 {
  width: 70%;
  display: inline-block;
  vertical-align: top;
}
@media screen and (max-width: 768px) {
  .care-facilityPage .sec04 .tab03 {
    width: 100%;
  }
}
.care-facilityPage .sec04 .tab03 .ttl {
  text-align: center;
  font-weight: 500;
  font-size: 2.4rem;
  line-height: 1.7;
}
@media screen and (max-width: 768px) {
  .care-facilityPage .sec04 .tab03 .ttl {
    font-size: 1.6rem;
  }
}
.care-facilityPage .sec04 .tab03 .tx {
  font-size: 1.6rem;
  text-align: left;
  margin-top: 2px;
}
@media screen and (max-width: 768px) {
  .care-facilityPage .sec04 .tab03 .tx {
    font-size: 1.3rem;
  }
}
.care-facilityPage .sec04 .tab03 .eventSlider {
  margin-top: 25px;
}
@media screen and (max-width: 768px) {
  .care-facilityPage .sec04 .tab03 .eventSlider {
    margin-top: 20px;
  }
}
.care-facilityPage .sec04 .tab03 .eventSlider .slick-slide {
  padding: 0 5px;
}
.care-facilityPage .sec04 .tab03 .eventSlider .slick-slide img {
  border-radius: 20px;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .care-facilityPage .sec04 .tab03 .eventSlider .slick-slide img {
    border-radius: 14px;
  }
}
.care-facilityPage .sec04 .tab03 .eventSlider .slick-track {
  margin: 0 auto;
}
.care-facilityPage .sec04 .tab02 > div,
.care-facilityPage .sec04 .tab03 > div {
  display: block !important;
  visibility: hidden;
  opacity: 0;
  height: 0;
  overflow: hidden;
  pointer-events: none;
}
.care-facilityPage .sec04 .tab02 > div.is-active,
.care-facilityPage .sec04 .tab03 > div.is-active {
  visibility: visible;
  opacity: 1;
  height: auto;
  overflow: visible;
  pointer-events: auto;
}
.care-facilityPage .sec05 {
  text-align: center;
}
.care-facilityPage .sec05 .img01 {
  max-width: 600px;
  width: 100%;
  margin: 0 auto;
  display: block;
}
.care-facilityPage .sec05 .wrap {
  border-radius: 20px;
  background: #fff;
  padding: 40px 40px 10px;
}
@media screen and (max-width: 768px) {
  .care-facilityPage .sec05 .wrap {
    border-radius: 14px;
    padding: 15px 20px 6px;
  }
}
.care-facilityPage .sec05 .scroll-hint-icon {
  top: calc(50% - 50px);
}
.care-facilityPage .sec05 .scrollBox {
  padding-bottom: 30px;
  overflow-x: auto;
  overflow-y: hidden !important;
  white-space: nowrap;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: auto; /* Firefox */
  scrollbar-color: #ddd8d0 transparent;
}
@media screen and (max-width: 768px) {
  .care-facilityPage .sec05 .scrollBox {
    padding-bottom: 20px;
  }
}
.care-facilityPage .sec05 .scrollBox::-webkit-scrollbar {
  height: 14px;
}
.care-facilityPage .sec05 .scrollBox::-webkit-scrollbar-track {
  background: transparent;
  border-radius: 999px;
}
.care-facilityPage .sec05 .scrollBox::-webkit-scrollbar-thumb {
  background: #ddd8d0;
  border-radius: 999px;
  border: 3px solid transparent;
  background-clip: padding-box;
}
.care-facilityPage .sec05 .scrollBox .dayList > li {
  width: 150px;
  display: inline-block;
  vertical-align: top;
  text-align: center;
  position: relative;
}
@media screen and (max-width: 768px) {
  .care-facilityPage .sec05 .scrollBox .dayList > li {
    width: 90px;
  }
}
.care-facilityPage .sec05 .scrollBox .dayList > li::before {
  content: "";
  position: absolute;
  top: 22px;
  left: 75px;
  width: 150px;
  height: 1px;
  background: #33b558;
}
@media screen and (max-width: 768px) {
  .care-facilityPage .sec05 .scrollBox .dayList > li::before {
    top: 17px;
    width: 90px;
    left: 45px;
  }
}
.care-facilityPage .sec05 .scrollBox .dayList > li .icon {
  display: block;
  width: 45px;
  height: 45px;
  background: #dff5e3;
  border-radius: 90px;
  margin: 0 auto;
  position: relative;
  z-index: 9;
}
@media screen and (max-width: 768px) {
  .care-facilityPage .sec05 .scrollBox .dayList > li .icon {
    width: 30px;
    height: 30px;
  }
}
.care-facilityPage .sec05 .scrollBox .dayList > li .icon::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 8px;
  height: 8px;
  background: #33b558;
  border-radius: 90px;
}
@media screen and (max-width: 768px) {
  .care-facilityPage .sec05 .scrollBox .dayList > li .icon::before {
    width: 6px;
    height: 6px;
  }
}
.care-facilityPage .sec05 .scrollBox .dayList > li .time {
  font-size: 1.6rem;
  color: #33b558;
  margin-top: 12px;
  line-height: 1.7;
  font-weight: 500;
}
@media screen and (max-width: 768px) {
  .care-facilityPage .sec05 .scrollBox .dayList > li .time {
    font-size: 1.2rem;
    margin-top: 8px;
  }
}
.care-facilityPage .sec05 .scrollBox .dayList > li .ttl {
  font-size: 2rem;
  line-height: 1.5;
  margin-top: 3px;
}
@media screen and (max-width: 768px) {
  .care-facilityPage .sec05 .scrollBox .dayList > li .ttl {
    font-size: 1.3rem;
    margin-top: 0;
  }
}
.care-facilityPage .sec05 .scrollBox .dayList > li .cauTx {
  font-size: 1.2rem;
}
@media screen and (max-width: 768px) {
  .care-facilityPage .sec05 .scrollBox .dayList > li .cauTx {
    font-size: 1rem;
  }
}
.care-facilityPage .sec05 .scrollBox .dayList > li.last::before {
  content: none;
}
.care-facilityPage .sec07 .btnList {
  text-align: center;
}
.care-facilityPage .sec07 .btnList > li a {
  max-width: 100%;
}
.care-facilityPage .sec08 .map {
  border-radius: 20px;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .care-facilityPage .sec08 .map {
    border-radius: 14px;
  }
}
@media screen and (max-width: 768px) {
  .care-facilityPage .sec08 .map iframe {
    height: 260px;
  }
}
.care-facilityPage .sec08 .tbl {
  margin-top: 50px;
}
@media screen and (max-width: 768px) {
  .care-facilityPage .sec08 .tbl {
    margin-top: 30px;
  }
}
@media screen and (max-width: 768px) {
  .care-facilityPage .sec08 .tbl tr th, .care-facilityPage .sec08 .tbl tr td {
    font-size: 1.2rem;
  }
}
.care-facilityPage .sec08 .tbl tr th {
  width: 25%;
}
@media screen and (max-width: 768px) {
  .care-facilityPage .sec08 .tbl tr th {
    width: 100px;
  }
}
.care-facilityPage.day-care .sec05 .dayList {
  padding: 40px;
  border-radius: 5px;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .care-facilityPage.day-care .sec05 .dayList {
    border-radius: 3px;
  }
}
.care-facilityPage.day-care .sec05 .dayList {
  background: #fff;
  font-size: 0;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .care-facilityPage.day-care .sec05 .dayList {
    padding: 5px 15px;
  }
}
.care-facilityPage.day-care .sec05 .dayList > li {
  display: inline-block;
  vertical-align: middle;
  width: 33.33%;
}
@media screen and (max-width: 768px) {
  .care-facilityPage.day-care .sec05 .dayList > li {
    display: block;
    width: 100%;
    margin: 15px auto;
    max-width: 300px;
    width: 100%;
  }
}
.care-facilityPage.day-care .sec05 .dayList > li:nth-child(2) {
  width: 34%;
}
@media screen and (max-width: 768px) {
  .care-facilityPage.day-care .sec05 .dayList > li:nth-child(2) {
    width: 100%;
  }
}
.care-facilityPage.day-care .sec05 .dayList > li:nth-child(3) {
  width: 31.5%;
}
@media screen and (max-width: 768px) {
  .care-facilityPage.day-care .sec05 .dayList > li:nth-child(3) {
    width: 100%;
  }
}

.utpatient-rehabPage .sec01 .secReadTx {
  text-align: center;
  font-size: 1.8rem;
}
@media screen and (max-width: 768px) {
  .utpatient-rehabPage .sec01 .secReadTx {
    text-align: left;
    font-size: 1.4rem;
  }
}
.utpatient-rehabPage .ct {
  margin-top: 100px;
}
@media screen and (max-width: 768px) {
  .utpatient-rehabPage .ct {
    margin-top: 70px;
  }
}
.utpatient-rehabPage .ct04 .btnList > li a {
  max-width: 100%;
}
.utpatient-rehabPage .ct05 .map {
  border-radius: 20px;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .utpatient-rehabPage .ct05 .map {
    border-radius: 14px;
  }
}
@media screen and (max-width: 768px) {
  .utpatient-rehabPage .ct05 .map iframe {
    height: 240px !important;
  }
}
.utpatient-rehabPage .ct05 .tbl {
  max-width: 1000px;
  width: 100%;
  margin: 40px auto 0;
}
@media screen and (max-width: 768px) {
  .utpatient-rehabPage .ct05 .tbl {
    margin-top: 30px;
  }
}
.utpatient-rehabPage .ct05 .tbl th {
  width: 200px;
}
@media screen and (max-width: 768px) {
  .utpatient-rehabPage .ct05 .tbl th {
    width: 110px;
  }
}

.newsPage .sec01 .tagList {
  margin-bottom: 50px;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 10px 1fr 10px 1fr 10px 1fr;
  grid-template-columns: repeat(4, 1fr);
  gap: 10px; /* 任意 */
}
@media screen and (max-width: 768px) {
  .newsPage .sec01 .tagList {
    -ms-grid-columns: 1fr 6px 1fr;
    grid-template-columns: repeat(2, 1fr);
    gap: 6px;
    margin-bottom: 40px;
  }
}
.newsPage .sec01 .tagList > li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; /* 縦中央 */
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center; /* 横中央 */
  text-align: center;
  width: 100%;
  height: 100%;
  padding: 18px 10px; /* 任意 */
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-size: 1.4rem;
  border-radius: 5px;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .newsPage .sec01 .tagList > li a {
    border-radius: 3px;
  }
}
.newsPage .sec01 .tagList > li a {
  line-height: 1.65;
  background: #fff;
}
@media screen and (max-width: 768px) {
  .newsPage .sec01 .tagList > li a {
    font-size: 1.1rem;
    padding: 8px 3px;
  }
}
.newsPage .sec01 .tagList > li.current a {
  background: #111;
  color: #fff;
}

.newsPage_detail .sec01 .ttlWrap .day {
  font-family: "Figtree", sans-serif;
  font-weight: 500;
  font-size: 1.4rem;
  display: inline-block;
  vertical-align: middle;
}
@media screen and (max-width: 768px) {
  .newsPage_detail .sec01 .ttlWrap .day {
    font-size: 1.1rem;
  }
}
.newsPage_detail .sec01 .ttlWrap .tag {
  color: #33b558;
  border: 1px solid #33b558;
  background: #fff;
  border-radius: 5px;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .newsPage_detail .sec01 .ttlWrap .tag {
    border-radius: 3px;
  }
}
.newsPage_detail .sec01 .ttlWrap .tag {
  padding: 1px 12px;
  font-size: 1.3rem;
  display: inline-block;
  vertical-align: middle;
  margin-left: 15px;
}
@media screen and (max-width: 768px) {
  .newsPage_detail .sec01 .ttlWrap .tag {
    font-size: 1.1rem;
    margin-left: 12px;
  }
}
.newsPage_detail .sec01 .ttlWrap .ttl {
  font-size: 2.8rem;
  border-bottom: 1px solid #ccc;
  padding-bottom: 20px;
  line-height: 1.7;
  margin-bottom: 30px;
  font-weight: 500;
  position: relative;
  margin-top: 10px;
}
@media screen and (max-width: 768px) {
  .newsPage_detail .sec01 .ttlWrap .ttl {
    font-size: 1.8rem;
  }
}
.newsPage_detail .sec01 .ttlWrap .ttl::before {
  content: "";
  position: absolute;
  bottom: -2px;
  left: 0;
  width: 60px;
  height: 3px;
  background: #33b558;
}
.newsPage_detail .sec01 .btnStyle_01.btn {
  text-align: center;
}
.newsPage_detail .sec01 .btnStyle_01.btn a {
  display: inline-block;
  vertical-align: top;
  margin-left: 5px;
  margin-right: 5px;
}
@media screen and (max-width: 768px) {
  .newsPage_detail .sec01 .btnStyle_01.btn a {
    margin: 5px auto;
  }
}

.gyoukoukeiPage .sec01 {
  font-size: 0;
}
.gyoukoukeiPage .sec01 .dayTx {
  font-family: "Figtree", sans-serif;
  font-weight: 500;
  font-size: 1.3rem;
  text-align: center;
  margin-bottom: 35px;
}
@media screen and (max-width: 768px) {
  .gyoukoukeiPage .sec01 .dayTx {
    font-size: 1.2rem;
    margin-bottom: 15px;
  }
}
.gyoukoukeiPage .sec01 .copy {
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
  width: 17%;
  display: inline-block;
  vertical-align: top;
}
@media screen and (max-width: 768px) {
  .gyoukoukeiPage .sec01 .copy {
    width: 100px;
  }
}
.gyoukoukeiPage .sec01 .copy span {
  font-size: 2.2rem;
  font-weight: 500;
  background: #33b558;
  color: #fff;
  box-decoration-break: clone;
  -webkit-box-decoration-break: clone;
  display: inline;
  padding: 10px 7px;
  line-height: 2.5 !important;
  font-weight: 500;
  border-radius: 5px;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .gyoukoukeiPage .sec01 .copy span {
    border-radius: 3px;
  }
}
@media screen and (max-width: 768px) {
  .gyoukoukeiPage .sec01 .copy span {
    font-size: 1.4rem;
    padding: 10px 3px;
    line-height: 2.4 !important;
  }
}
.gyoukoukeiPage .sec01 .tx {
  width: 46%;
  display: inline-block;
  vertical-align: top;
  font-size: 1.8rem;
  line-height: 2.2;
  padding: 0 5%;
}
@media screen and (max-width: 768px) {
  .gyoukoukeiPage .sec01 .tx {
    width: calc(100% - 100px);
    padding: 0 0 0 20px;
    font-size: 1.4rem;
    line-height: 1.9;
  }
}
.gyoukoukeiPage .sec01 .img {
  width: 37%;
  display: inline-block;
  vertical-align: top;
}
@media screen and (max-width: 768px) {
  .gyoukoukeiPage .sec01 .img {
    display: block;
    width: 100%;
    margin-top: 25px;
  }
}
.gyoukoukeiPage .sec02 .copy {
  text-align: center;
  font-weight: 500;
  font-size: 2rem;
  line-height: 1.7;
  margin-bottom: 10px;
}
@media screen and (max-width: 768px) {
  .gyoukoukeiPage .sec02 .copy {
    font-size: 1.5rem;
  }
}
.gyoukoukeiPage .sec03 .interviewList > li {
  font-size: 0;
  margin-bottom: 3px;
}
@media screen and (max-width: 768px) {
  .gyoukoukeiPage .sec03 .interviewList > li {
    margin-bottom: 5px;
  }
}
.gyoukoukeiPage .sec03 .interviewList > li span {
  width: 100px;
  text-align: center;
  padding: 0;
  border-radius: 5px;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .gyoukoukeiPage .sec03 .interviewList > li span {
    border-radius: 3px;
  }
}
.gyoukoukeiPage .sec03 .interviewList > li span {
  color: #33b558;
  border: 1px solid #33b558;
  font-size: 1.2rem;
  font-weight: 500;
  display: inline-block;
  vertical-align: top;
  background: #fff;
}
@media screen and (max-width: 768px) {
  .gyoukoukeiPage .sec03 .interviewList > li span {
    width: 70px;
    padding-bottom: 1px;
    font-size: 1.1rem;
  }
}
.gyoukoukeiPage .sec03 .interviewList > li p {
  width: calc(100% - 100px);
  display: inline-block;
  vertical-align: top;
  font-size: 1.5rem;
  padding-left: 15px;
}
@media screen and (max-width: 768px) {
  .gyoukoukeiPage .sec03 .interviewList > li p {
    width: calc(100% - 70px);
    font-size: 1.3rem;
    padding-left: 12px;
  }
}

.site-mapPage .sec01 .linkList > li {
  margin-bottom: 0;
}
.site-mapPage .sec01 .linkList > li > a {
  display: block;
  font-size: 1.6rem;
  padding: 15px 0;
  border-bottom: 1px solid #ddd;
  font-weight: 500;
}
@media screen and (max-width: 768px) {
  .site-mapPage .sec01 .linkList > li > a {
    font-size: 1.3rem;
    padding: 10px 0;
  }
}
.site-mapPage .sec01 .linkList > li > a span {
  font-weight: 500;
}
.site-mapPage .sec01 .linkList > li > a .cmn_arw01 {
  display: inline-block;
  vertical-align: middle;
  margin-right: 15px;
}
@media screen and (max-width: 768px) {
  .site-mapPage .sec01 .linkList > li > a .cmn_arw01 {
    width: 18px;
    height: 18px;
    margin-right: 10px;
    -webkit-transform: translateY(-2px);
        -ms-transform: translateY(-2px);
            transform: translateY(-2px);
  }
}
@media screen and (max-width: 768px) {
  .site-mapPage .sec01 .linkList > li > a .cmn_arw01::after {
    left: 2px;
  }
}
@media screen and (max-width: 768px) {
  .site-mapPage .sec01 .linkList > li > a .cmn_arw01.link::after {
    left: 4px;
    width: 10px;
    height: 10px;
  }
}
@media (hover: hover) and (pointer: fine) {
  .site-mapPage .sec01 .linkList > li > a:hover {
    -webkit-transform: translateX(3px);
        -ms-transform: translateX(3px);
            transform: translateX(3px);
  }
}
@media (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .site-mapPage .sec01 .linkList > li > a:hover {
    -webkit-transform: translateX(3px);
        -ms-transform: translateX(3px);
            transform: translateX(3px);
  }
}
.site-mapPage .sec01 .linkList02 {
  margin: 10px auto 15px;
}
.site-mapPage .sec01 .linkList02 > li {
  display: inline-block;
  vertical-align: middle;
  margin-right: 25px;
}
@media screen and (max-width: 768px) {
  .site-mapPage .sec01 .linkList02 > li {
    margin-right: 15px;
  }
}
.site-mapPage .sec01 .linkList02 > li a {
  font-size: 1.5rem;
}
@media screen and (max-width: 768px) {
  .site-mapPage .sec01 .linkList02 > li a {
    font-size: 1.2rem;
  }
}
.site-mapPage .sec01 .linkList02 > li a .link {
  padding-right: 16px;
  display: inline-block;
  background: url("/kaigo/lib/cmn_img/icon_link.png") no-repeat center right/10px 10px;
}
@media (hover: hover) and (pointer: fine) {
  .site-mapPage .sec01 .linkList02 > li a:hover {
    color: #33b558;
  }
}
@media (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .site-mapPage .sec01 .linkList02 > li a:hover {
    color: #33b558;
  }
}

.community-care-centerPage .sec05, .community-social-workerPage .sec05 {
  font-size: 0;
}
.community-care-centerPage .sec05 .inr, .community-social-workerPage .sec05 .inr {
  border-radius: 20px;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .community-care-centerPage .sec05 .inr, .community-social-workerPage .sec05 .inr {
    border-radius: 14px;
  }
}
.community-care-centerPage .sec05 .map, .community-care-centerPage .sec05 .box, .community-social-workerPage .sec05 .map, .community-social-workerPage .sec05 .box {
  width: 50%;
  display: inline-block;
  vertical-align: top;
  border-radius: 0;
}
@media screen and (max-width: 768px) {
  .community-care-centerPage .sec05 .map, .community-care-centerPage .sec05 .box, .community-social-workerPage .sec05 .map, .community-social-workerPage .sec05 .box {
    width: 100%;
    display: block;
  }
}
@media screen and (max-width: 768px) {
  .community-care-centerPage .sec05 .map, .community-social-workerPage .sec05 .map {
    height: 260px !important;
  }
}

.contactPage .sec01 .tbl th, .contactPage .sec01 .tbl td {
  text-align: center;
}
.contactPage .sec01 .tbl th {
  width: 50%;
}
@media screen and (max-width: 768px) {
  .contactPage .sec01 .tbl th {
    font-size: 1.2rem;
  }
}
.contactPage .sec01 .tbl td a {
  display: inline-block;
  padding-left: 21px;
  font-family: "Figtree", sans-serif;
  font-weight: 500;
  background: url("../cmn_img/icon_tel03.png") no-repeat center left/13px 15px;
}
@media screen and (max-width: 768px) {
  .contactPage .sec01 .tbl td a {
    padding-left: 16px;
    background-size: 10px 13px;
  }
}