@charset "utf-8";
/* CSS Document */
.wrapContainer {
  text-align: justify;
}
/*-------------------------
first
--------------------------*/
.fst_faq_box {
  border: 1px solid var(--c-green-light);
  margin-bottom: min(2.5vw, 30px);
  border-radius: 10px;
}
.fst_faq_q {
  background-color: var(--c-green-light);
  padding: 2rem;
  border-radius: 10px;
  color: #fff;
  position: relative;
  font-weight: bold;
  font-size: 2.4rem;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  padding-left: 80px;
}
.fst_faq_q::before {
  content: "Q";
  position: absolute;
  left: 2rem;
  width: 40px;
  height: 40px;
  background-color: #fff;
  color: var(--c-green-light);
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 1.8rem;
  font-weight: bold;
}
.fst_faq_q.active {
  border-radius: 10px 10px 0 0;
}
.fst_faq_a {
  padding: 2rem 3rem;
  background-color: #fff;
  border-radius: 0 0 10px 10px;
  display: none;
}
.fst_faq_q span {
  position: relative;
  display: block;
  width: 100%;
}
.fst_faq_q span::before, .fst_faq_q span::after {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  transform-origin: center center;
  transform: translateY(-50%);
  width: min(1.25vw, 15px);
  height: 3px;
  background: #fff;
  transition: 0.2s all ease-in-out;
}
.fst_faq_q span::after {
  transform: translateY(-50%) rotate(90deg);
}
.fst_faq_q.active span::after {
  transform: translateY(-50%);
}
/*-------------------------
about
--------------------------*/
.about_box .hB {
  text-align: center;
}
.about_box {
  position: relative;
  padding-top: 60px;
}
.about_box::before {
  content: attr(data-number);
  font-family: var(--ff-en);
  font-size: 10rem;
  color: rgba(153, 197, 222, 0.39);
  position: absolute;
  line-height: 0.7;
  font-weight: 800;
  top: 30px;
  left: 50%;
  transform: translateX(-50%);
}
.kikiList p {
  margin-bottom: 0;
}
.kikiList dl {
  background-color: #fff;
  padding: 20px;
}
.facility dl dt {
  font-weight: bold;
  color: var(--c-blue);
}
.kikiList dl dt {
  font-weight: bold;
  color: var(--c-blue);
}
/*-------------------------
news
--------------------------*/
.newsList dt {
  font-weight: bold;
  color: var(--c-blue);
  margin-top: 20px;
}
/*-------------------------
menu
--------------------------*/
.menuBox > .flexColCont {
  border: 1px solid #ccc;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  border-radius: 10px;
  align-items: stretch;
  position: relative;
}
.menuBox > .flexColCont h4 {
  font-weight: 600;
  background: #f6f6f6;
  font-size: 2.4rem;
  color: #333;
  ;
  padding: 2rem;
  text-align: center;
  border-radius: 9px 9px 0 0;
  line-height: 1.4;
}
.menuBox > .flexColCont::before {
  content: attr(data-number);
  margin: 0;
  font-family: var(--ff-en);
  font-size: min(10vw, 15rem);
  color: rgba(255, 255, 255, 0.4);
  position: absolute;
  right: min(1.25vw, 15px);
  bottom: 0;
  line-height: 0.7;
  font-weight: 800;
}
.menuBox > .flexColCont.numGray::before {
  color: rgba(211, 211, 211, 0.2);
}
.menuBox_inr {
  padding: 2rem 3rem 5rem;
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
}
.menuBox > .flexColCont img {
  height: 200px;
  object-fit: cover;
  border-radius: 0 0 9px 9px;
}
.menuBox02 {
  box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.15);
  display: flex;
  flex-direction: column;
  border-radius: 1rem;
}
.menuBox02 .menuBox_inr {
  padding-bottom: 1rem;
}
.menuBox02 img {
  border-radius: 0 0 1rem 1rem;
}
.menuBox02 .hD {
  padding-left: 0;
  font-size: 2.4rem;
  font-weight: bold;
}
.menuBox02 .hD::before, .menuBox02 .hD::after {
  display: none;
}
.menuBox02 img {
  height: 200px;
  object-fit: cover;
}
.rehaList h4 {
  color: var(--c-blue);
  font-weight: bold;
  font-size: 2rem;
  margin: 5px 0 15px;
}
.rehaList img {
  margin-bottom: 15px;
}
.femaleList {
  display: -webkit-flex;
  display: flex;
  justify-content: flex-start;
}
.femaleList li {
  border-radius: 50%;
  border: 2px solid #eadeea;
  padding: 15px;
  margin: 5px;
}
.femaleList li img {
  width: 100px;
}
.menuCheckList li {
  background-color: #f6f6f6;
  padding: 1.6rem 2rem 1.6rem 3rem !important;
  border-radius: 5px;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  text-indent: inherit !important;
}
ul.menuCheckList li::before {
  margin-right: 1.8rem;
}
.acsStp .stpContent:not(:last-child) {
  padding-bottom: 20px;
}
.acsStp .stpNum {
  width: 70px;
  left: 13px;
}
.acsStp .stpCont__wrap {
  padding-left: 100px;
}
.acsStp .stpNum p span {
  font-size: 16px;
}
.osteo_flex {
  display: -webkit-flex;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.osteoBox {
  background-color: #fff;
  padding: 2rem 3rem;
  margin: 15px 5px;
  border-radius: 1rem;
}
.osteoBox img {
  width: auto;
  height: 200px;
  display: block;
  margin: 0 auto 20px;
}
.osteoBox h4 {
  color: var(--c-green);
  font-weight: bold;
  font-size: 2.4rem;
  text-align: center;
  line-height: 2;
}
.osteoBox h4 span {
  background-color: var(--c-green);
  color: #fff;
  display: inline-block;
  border-radius: 30px;
  padding: 1px 30px;
  font-size: 1.6rem;
}
.reha_txtImg {
  object-position: bottom;
}
/*-------------------------
access
--------------------------*/
.TimeSchedule {
  text-align: center;
}
/*-------------------------
staff
--------------------------*/
#stfContent {
  position: relative;
}
#stfContent::before {
  content: "";
  background: url(../../img/common/bg-left-01.png) left center / cover no-repeat;
  aspect-ratio: 761 / 1423;
  position: absolute;
  left: 0;
  top: 200px;
  width: 48%;
  transform: translateY(-25%);
  z-index: 0;
  margin: 0 calc(50% - 50vw);
}
#stfContent::after {
  content: "";
  background: url(../../img/common/bg-right-01.png) right bottom / cover no-repeat;
  aspect-ratio: 589 / 912;
  position: absolute;
  right: 0;
  bottom: 200px;
  width: 37%;
  transform: translateY(40%);
  margin: 0 calc(50% - 50vw);
  z-index: 0;
}
.stfInner {
  position: relative;
  z-index: 9;
}
ul.Keireki li {
  padding: 1rem;
  border-bottom: 1px dashed #ccc;
}
ul.Keireki li dl {
  display: -webkit-flex;
  display: flex;
  margin-bottom: 0;
}
/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
PC Setting
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
@media (min-width: 768px) {
  /*-------------------------
menu(PC)
--------------------------*/
  .osteoBox {
    width: 48%;
  }
  .osteo_hdtxt {
    width: 55%;
  }
  .osteo_hdImg {
    width: 40%;
  }
  /*------------------------
staff(PC)
--------------------------*/
  ul.Keireki {
    font-size: 1.6rem;
  }
  ul.Keireki li dl dt {
    width: 18%;
  }
  ul.Keireki li dl dd {
    width: 80%;
  }
  .Keireki_fstdt {
    display: none;
  }
  /*-------------------------
about(PC)
--------------------------*/
  .about_box .floatBox {
    margin-top: 5rem;
  }
}
/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
tabletSetting
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
@media (max-width: 1200px) and (min-width: 768px) {}
/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
SP Setting
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
@media (max-width: 767px) {
  /*-------------------------
menu(SP)
--------------------------*/
  .femaleList {
    justify-content: center;
    flex-wrap: wrap;
  }
  .femaleList li {
    border-radius: 50%;
    border: 2px solid #eadeea;
    padding: 15px;
    margin: 5px;
  }
  .femaleList li img {
    width: 100px;
  }
  .acsStp .stpNum {
    left: 0;
  }
  .menuBox_inr {
    padding: 5vw;
  }
  .menuBox > .flexColCont h4 {
    font-size: 4.4vw;
    padding: 5vw;
  }
  .menuBox > .flexColCont::before {
    font-size: 15vw;
  }
  /*-------------------------
first(SP)
--------------------------*/
  .fst_faq_box {
    margin-bottom: min(6vw, 30px);
  }
  .fst_faq_q {
    font-size: 4vw;
    padding: 15px 40px 15px 60px;
  }
  .fst_faq_q::before {
    width: 30px;
    height: 30px;
    left: 15px;
  }
  .fst_faq_a {
    padding: 10px;
  }
  .fst_faq_q span::before, .fst_faq_q span::after {
    width: min(3vw, 15px);
    right: -15px;
  }
  /*------------------------
staff(SP)
--------------------------*/
  ul.Keireki li dl {
    display: block;
  }
  #stfContent::before, #stfContent::after {
    width: 130%;
  }
  #staff {
    overflow-x: hidden;
  }
  /*-------------------------
about(SP)
--------------------------*/
  .about_box::before {
    font-size: 60px;
  }
  .about_box .floatImg {
    width: 100%;
  }
  /*-------------------------
access(SP)
--------------------------*/
  table.TimeSchedule th {
    padding: 3px;
    font-size: 4vw;
    line-height: 1.3;
  }
  table.TimeSchedule td {
    padding: 3px;
    font-size: 4vw;
  }
}
/*influenza*/
#flu .hA::before {
  content: 'INFLUENZA';
  position: absolute;
  left: 50%;
  top: 0;
  transform: translate(-50%, -50%);
  font-size: min(1.3vw, 1.6rem);
  text-transform: uppercase;
  font-family: var(--ff-en);
  color: var(--c-green);
  font-weight: 600;
}
#flu .decBox02 .hD {
  padding: 0 !important;
  font-weight: bold;
}
#flu .decBox02 .hD::before, #flu .decBox02 .hD::after {
  display: none;
}