@charset "UTF-8";
/*--------------------------------------



--------------------------------------*/
.mainSlideWrap img {
  width: 100%;
}

.slideItem {
  position: relative;
  padding: 0 0 48.9%;
  text-decoration: none;
  display: block;
}
.slideItem img {
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
  font-family: "object-fit: cover;"; /*IE対策*/
}

.sp-selected-button {
  background: #9AB940;
}

.PcOnly {
  display: none;
}

.spOnly {
  display: block;
}

/*--------------------------------------



--------------------------------------*/
.contentBox {
  margin: 0 0 80px;
}

.contentSubBox {
  margin: 0 0 60px;
}

.contentTitle {
  border-left: solid 10px #9AB940;
  padding: 0 0 0 20px;
  font-size: calc(1.325rem + 0.675vw);
  font-weight: 700;
  margin: 0 0 20px;
}

.contentMinTitle {
  font-size: calc(1.375rem + 1.125vw);
  font-weight: 700;
  border-bottom: solid #EEEEEE 3px;
  position: relative;
  margin: 0 0 20px;
  padding: 0 0 2px;
}
.contentMinTitle::before {
  content: "";
  position: absolute;
  bottom: -3px;
  left: 0;
  height: 3px;
  width: 80px;
  background: #9AB940;
  z-index: 1;
}

.contentSubTitle {
  border-left: solid 7px #9AB940;
  font-size: calc(1.305rem + 0.495vw);
  font-weight: 500;
  margin: 0 0 10px;
  padding: 0 0 0 5px;
}

/*--------------------------------------



--------------------------------------*/
.main {
  margin: 0 0 30px;
}

.mainVisual {
  margin-bottom: 80px;
}

.indexLead {
  margin-bottom: 30px;
}

.indexLeadTitle {
  font-size: calc(1.375rem + 1.125vw);
  color: #9AB940;
  font-weight: 700;
  line-height: 1.5;
  margin-bottom: 10px;
}

.indexLeadSubTitle {
  font-size: calc(1.285rem + 0.315vw);
  color: #9AB940;
  line-height: 1.5;
}

.leadWrap {
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: auto auto;
  gap: 30px;
  margin-bottom: 80px;
}

.leadContentstitle {
  font-size: calc(1.325rem + 0.675vw);
  color: #9AB940;
  margin-bottom: 10px;
}

.philosophy {
  font-size: calc(1.325rem + 0.675vw);
  font-weight: bold;
}

.guidelinesList {
  counter-reset: my-counter;
}

.guidelinesListItem {
  font-weight: bold;
  margin-bottom: 10px;
  padding-bottom: 10px;
  padding-left: 35px;
  position: relative;
  border-bottom: 1px dashed #C4C4C4;
}
.guidelinesListItem::before {
  content: counter(my-counter);
  counter-increment: my-counter;
  background-color: #9AB940;
  border: 1px solid;
  border-radius: 50%;
  box-sizing: border-box;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 25px;
  height: 25px;
  color: #ffffff;
  font-size: calc(1.305rem + 0.495vw);
  font-weight: bold;
  line-height: 1;
  position: absolute;
  top: 0;
  left: 0;
}

.serviceWrap {
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: auto auto;
  gap: 20px;
}

.serviceBox {
  padding: 20px;
}

.serviceTitle {
  font-size: calc(1.375rem + 1.125vw);
  font-weight: bold;
  color: #fff;
  padding: 10px;
  text-align: center;
  margin-bottom: 15px;
}

.serviceListItem {
  font-size: calc(1.275rem + 0.225vw);
  list-style-type: disc;
  list-style-position: inside;
  text-indent: -1rem;
  padding-left: 1rem;
}

.serviceListItem:not(:last-of-type) {
  margin-bottom: 5px;
}

.serviceGreen {
  background: #F7FCE9;
}

.serviceTitleGreen {
  background: #9AB940;
}

.serviceBlue {
  background: #EDF7F8;
}

.serviceTitleBlue {
  background: #62D2DB;
}

.flowWrap {
  margin-bottom: 50px;
}

.flowBox {
  width: 100%;
  display: flex;
  margin-bottom: 70px;
  position: relative;
}

.flowBox:not(:last-of-type)::after {
  content: "";
  background: url(../images/flow-arrow.svg) no-repeat;
  width: 44px;
  height: 37px;
  position: absolute;
  left: 50%;
  bottom: -70px;
  transform: translate(0, -50%);
}

.flowNum {
  width: 75px;
  font-weight: bold;
  background: #9AB940;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: calc(1.255rem + 0.045vw);
}
.flowNum span {
  font-size: calc(1.305rem + 0.495vw);
  display: inline-block;
  margin-left: 5px;
}

.flowContents {
  font-weight: bold;
  width: calc(100% - 70px);
  background: #F5F4EB;
  padding: 10px 15px;
  display: flex;
}

.flowTitle {
  font-size: calc(1.305rem + 0.495vw);
  font-weight: bold;
  margin-bottom: 50px;
  text-align: center;
}

.middleContactWrap {
  padding: 25px 15px;
  background: #FFEBEB;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  font-weight: bold;
}

.middleContactTitle {
  margin-bottom: 5px;
  font-size: calc(1.305rem + 0.495vw);
}

.middleContactTel {
  color: #E20000;
  font-size: calc(1.425rem + 1.575vw);
}
.middleContactTel a {
  color: #E20000;
}

.facilityTable {
  width: 100%;
}

.facilityTableTr {
  margin: 0 0 30px;
  display: block;
}

.facilityTableHead {
  display: none;
}

.facilityTableName {
  display: block;
  font-size: calc(1.305rem + 0.495vw);
  text-align: left;
  padding: 10px;
  margin-bottom: 10px;
  border-left: 5px solid #9AB940;
  border-bottom: 1px solid #9AB940;
  background: #f5f4eb;
}

.facilityTableData {
  display: block;
  padding: 7px 0;
}
.facilityTableData a {
  color: #9AB940;
}
.facilityTableData:before {
  content: attr(data-label);
  display: block;
  background: #f1f1f1;
  font-size: calc(1.255rem + 0.045vw);
  padding: 5px 10px;
  margin-bottom: 5px;
}

.facilityInfoWrap {
  margin-bottom: 50px;
}

.facilityInfoBox {
  display: flex;
  flex-direction: column;
}

.facilityInfoTitle {
  width: 80px;
  font-size: calc(1.275rem + 0.225vw);
  color: #fff;
  font-weight: bold;
  padding: 2px 5px;
  text-align: center;
  background: #9AB940;
  margin-bottom: 5px;
}

.facilityInfoBox:not(:last-of-type) {
  margin-bottom: 15px;
}

.rehabiliBnr {
  transition: all 0.2s;
}
.rehabiliBnr:hover {
  opacity: 0.8;
}

/*--------------------------------------



--------------------------------------*/
.facilityBg {
  position: relative;
  padding: 50px 0;
}

.facilityBgImg {
  position: absolute;
  z-index: -1;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.facilityBgImg::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: #9AB940;
  opacity: 0.56;
}
.facilityBgImg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  font-family: "object-fit: cover;"; /*IE対策*/
}

.facilityWrap {
  background: rgba(255, 255, 255, 0.8);
  border-radius: 15px;
  padding: 45px 25px 35px;
}

.facilityTitle {
  position: relative;
  font-size: calc(1.425rem + 1.575vw);
  text-align: center;
  padding: 0 0 10px;
  margin: 0 0 20px;
}
.facilityTitle::before {
  content: "";
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  width: 78px;
  height: 5px;
  background: #9AB940;
  bottom: 0;
}

.facilityText {
  max-width: 980px;
  margin: 0 auto 15px;
}

.facilityItem {
  margin: 0 0 15px;
}

.facilityLink {
  display: flex;
  flex-direction: column;
  text-decoration: none;
  transition: 0.3s;
  height: 100%;
}
.facilityLink:hover {
  opacity: 0.8;
}

.facilityName {
  font-size: calc(1.265rem + 0.135vw);
  border: solid 1px #CCCCCC;
  padding: 10px;
  background: #fff;
  color: #444;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
}

.facilityCoop {
  color: #fff;
  background: #FFAE44;
  border: solid 0;
  font-weight: bold;
}

.facilityHospital {
  color: #fff;
  background: #61D2DB;
  border: solid 0;
  font-weight: bold;
}

.facilityIno {
  color: #fff;
  background: #70A5D9;
  border: solid 0;
  font-weight: bold;
}

.facilitySakura {
  color: #fff;
  background: #F9A1A1;
  border: solid 0;
  font-weight: bold;
}

.facilityHidamari {
  color: #fff;
  background: #EEBE1F;
  border: solid 0;
  font-weight: bold;
}

@media (min-width: 1000px){
  .contentTitle {
    font-size: 2rem;
  }
  .contentMinTitle {
    font-size: 2.5rem;
  }
  .contentSubTitle {
    font-size: 1.8rem;
  }
  .indexLeadTitle {
    font-size: 2.5rem;
  }
  .indexLeadSubTitle {
    font-size: 1.6rem;
  }
  .leadContentstitle {
    font-size: 2rem;
  }
  .philosophy {
    font-size: 2rem;
  }
  .guidelinesListItem::before {
    font-size: 1.8rem;
  }
  .serviceTitle {
    font-size: 2.5rem;
  }
  .serviceListItem {
    font-size: 1.5rem;
  }
  .flowNum {
    font-size: 1.3rem;
  }
  .flowNum span {
    font-size: 1.8rem;
  }
  .flowTitle {
    font-size: 1.8rem;
  }
  .middleContactTitle {
    font-size: 1.8rem;
  }
  .middleContactTel {
    font-size: 3rem;
  }
  .facilityTableName {
    font-size: 1.8rem;
  }
  .facilityTableData:before {
    font-size: 1.3rem;
  }
  .facilityInfoTitle {
    font-size: 1.5rem;
  }
  .facilityTitle {
    font-size: 3rem;
  }
  .facilityName {
    font-size: 1.4rem;
  }
}

@media print and (min-width: 1000px), screen and (min-width: 768px) and (min-width: 1000px){
  .indexLeadTitle {
    font-size: 3rem;
  }
  .indexLeadSubTitle {
    font-size: 2rem;
  }
  .guidelinesListItem {
    font-size: 1.8rem;
  }
  .serviceListItem {
    font-size: 1.6rem;
  }
  .flowContents {
    font-size: 1.8rem;
  }
  .flowTitle {
    font-size: 2rem;
  }
  .middleContactTitle {
    font-size: 2.3rem;
  }
  .middleContactTel {
    font-size: 3rem;
  }
  .facilityTableName {
    font-size: 1.6rem;
  }
}

@media print, screen and (min-width: 500px){
  .facilityList {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -20px 0 0;
  }
  .facilityItem {
    width: calc(50% - 20px);
    margin: 0 20px 15px 0;
  }
}

@media print, screen and (min-width: 768px){
  .PcOnly {
    display: block;
  }
  .spOnly {
    display: none;
  }
  .indexLead {
    margin-bottom: 100px;
  }
  .indexLeadTitle {
    text-align: center;
    font-size: calc(1.425rem + 1.575vw);
    margin-bottom: 20px;
  }
  .indexLeadSubTitle {
    text-align: center;
    font-size: calc(1.325rem + 0.675vw);
  }
  .leadWrap {
    grid-template-columns: 1fr 1fr;
    gap: 0 80px;
    margin-bottom: 120px;
  }
  .leadContents {
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
  .guidelinesListItem {
    font-size: calc(1.305rem + 0.495vw);
    margin-bottom: 15px;
    padding-bottom: 15px;
    padding-left: 45px;
  }
  .guidelinesListItem::before {
    width: 30px;
    height: 30px;
  }
  .serviceWrap {
    grid-template-columns: 1fr 1fr;
    gap: 0 20px;
  }
  .serviceBox {
    padding: 25px 25px 30px;
  }
  .serviceListItem {
    font-size: calc(1.285rem + 0.315vw);
  }
  .flowBox {
    margin-bottom: 80px;
  }
  .flowBox:not(:last-of-type)::after {
    bottom: -80px;
  }
  .flowNum {
    height: 70px;
    align-items: center;
  }
  .flowContents {
    height: 70px;
    font-size: calc(1.305rem + 0.495vw);
    align-items: center;
  }
  .flowTitle {
    font-size: calc(1.325rem + 0.675vw);
    margin-bottom: 100px;
  }
  .middleContactWrap {
    width: 630px;
    padding: 25px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: auto auto;
    gap: 0 20px;
    text-align: center;
  }
  .middleContactTitle {
    margin-bottom: 0;
    font-size: calc(1.355rem + 0.945vw);
  }
  .middleContactTel {
    font-size: calc(1.425rem + 1.575vw);
  }
  .facilityTable {
    border: 1px solid #D2D2D2;
    margin-bottom: 30px;
  }
  .facilityTableTr {
    display: table-row;
  }
  .facilityTableHead {
    display: table-cell;
    text-align: center;
    font-weight: bold;
    background: #F8F8F8;
    padding: 15px;
    border-right: 1px solid #D2D2D2;
    border-bottom: 1px solid #D2D2D2;
  }
  .fName {
    width: 20%;
  }
  .fService {
    width: 40%;
  }
  .facilityTableName {
    display: table-cell;
    font-size: calc(1.285rem + 0.315vw);
    font-weight: normal;
    padding: 15px;
    margin-bottom: 0;
    border-left: none;
    border-right: 1px solid #D2D2D2;
    border-bottom: 1px solid #D2D2D2;
    background: #fff;
  }
  .facilityTableData:before {
    display: none;
  }
  .facilityTableData {
    display: table-cell;
    padding: 15px;
    border-left: 1px solid #D2D2D2;
    border-bottom: 1px solid #D2D2D2;
  }
  .facilityInfoWrap {
    margin-bottom: 100px;
  }
  .facilityItem {
    width: calc(25% - 25px) !important;
    margin: 0 25px 15px 0 !important;
  }
}

@media print, screen and (min-width: 960px){
  .contentBox {
    margin: 0 0 120px;
  }
  .contentSubBox {
    margin: 0 0 85px;
  }
  .flowWrap {
    margin-bottom: 100px;
  }
  .facilityBg {
    padding: 135px 0;
  }
  .facilityWrap {
    padding: 60px 30px;
  }
  .facilityText {
    margin: 0 auto 50px;
  }
}

/*# sourceMappingURL=index.css.map*/