@charset "UTF-8";
/*! このファイルを変更する場合は「.scss」から変更して下さい */
/*! 「.scss」ファイルがつかえない場合はcustom.cssを変更する */
/* ボタンカラー */
/* フォント系 */
/*
	Noto Sans使用する場合
	'Noto Sans JP', 'Open Sans', Verdana, Roboto, 'Droid Sans'
*/
/*! このファイルを変更する場合は「.scss」から変更して下さい */
/*! 「.scss」ファイルがつかえない場合はcustom.cssを変更する */
#pagetitle {
  background: url("../images/service/pagetitle2.jpg") no-repeat center;
  background-size: cover;
}

.service__section {
  margin-top: 170px;
}
.service__section .service__title {
  position: relative;
  height: 396px;
}
.service__section .service__title:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  width: 100%;
  height: 100%;
}
.service__section .service__title .title__block {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 70%;
  height: 396px;
  z-index: 10;
}
.service__section .service__title .title__block:before {
  content: "";
  display: block;
  position: absolute;
  right: 0;
  top: 0;
  width: 10000px;
  height: 100%;
  background: rgba(255, 255, 255, 0.7);
}
.service__section .service__title .title__block > * {
  position: relative;
  z-index: 1;
}
.service__section .service__title .title__block .block__title {
  margin-bottom: 20px;
  font-size: 45rem;
  letter-spacing: .3em;
  line-height: 1.4;
}
.service__section .service__title .title__block .block__text {
  margin-bottom: 0;
  font-size: 25rem;
  font-weight: bold;
  letter-spacing: .05em;
}
.service__section .service__title.even .title__block {
  float: right;
  align-items: flex-end;
}
.service__section .service__title.even .title__block:before {
  right: auto;
  left: 0;
}
.service__section .service__title.even .title__block .block__container {
  width: 400px;
}
.service__section .service__bg {
  padding: 100px 0;
  background: #efedea;
}
.service__section .service__block {
  margin: 70px auto 0;
  max-width: 1080px;
  align-items: center;
}
.service__section .service__block .block__pic {
  width: 510px;
  max-width: 47.3%;
}
.service__section .service__block .block__pic img {
  float: right;
  max-width: none;
}
.service__section .service__block .block__content {
  width: 46.3%;
  font-size: 20rem;
  letter-spacing: .05em;
}
.service__section .service__block .block__content p {
  margin-bottom: 0;
}
.service__section .service__block .block__title {
  margin-bottom: 45px;
  padding-bottom: 35px;
  border-bottom: 1px solid;
  font-size: 35rem;
  letter-spacing: .35em;
  white-space: nowrap;
}
.service__section .service__block.even .block__pic {
  order: 10;
}
.service__section .service__block.even .block__pic img {
  float: none;
}
.service__section .service__block:nth-of-type(1) {
  margin-top: 0;
}
#care .service__title:before {
  background: url(../images/service/care_bg.jpg) no-repeat center;
  background-size: cover;
}

#rehabilitation .service__title:before {
  background: url("../images/service/rehabilitation_bg2.jpg") no-repeat center;
  background-size: cover;
}

#medical .service__title:before {
  background: url(../images/service/medical_bg.jpg) no-repeat center;
  background-size: cover;
}

#information {
  padding: 150px 0;
}
#information .information__title {
  margin-bottom: 30px;
  padding-bottom: 10px;
  border-bottom: 1px solid;
  font-size: 25rem;
  letter-spacing: .35em;
}
#information .visual th {
  width: 44%;
  padding-left: 10%;
  font-family: "ヒラギノ明朝 ProN W6", "HiraMinProN-W6", "游明朝体", "Yu Mincho", YuMincho, "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
}
#information .visual td {
  text-align: center;
}
#information .information__text {
  margin-top: 40px;
  font-size: 18rem;
  text-align: center;
}
#other {
  padding: 80px 0 60px;
}
#other .other__title {
  margin-bottom: 15px;
  padding-bottom: 10px;
  border-bottom: 1px solid;
  font-size: 35rem;
  letter-spacing: .1em;
  line-height: 1.4;
}
#other .other__text {
  margin-bottom: 0;
}
#point .target__button {
  margin-top: 0px;
  margin-bottom: 80px;
  text-align: center;
}
#point .target__button .button {
  width: 552px;
}
#point .target__button .button.color {
  margin-top: 25px;
  background: #bb134b;
}
#point .target__button .button.color:before {
  background: #ea306e;
}


@media screen and (max-width: 768px) {
  .service__section {
    margin-top: 50px;
  }
  .service__section .service__title {
    height: auto;
  }
  .service__section .service__title .title__block {
    display: block;
    width: 100%;
    height: auto;
    padding: 30px 15px 35px;
  }
  .service__section .service__title .title__block:before {
    width: calc(100% + 30px);
    left: -15px;
  }
  .service__section .service__title .title__block .block__title {
    margin-bottom: 15px;
    font-size: 28rem;
  }
  .service__section .service__title .title__block .block__text {
    font-size: 18rem;
  }
  .service__section .service__title.even .title__block {
    float: none;
  }
  .service__section .service__title.even .title__block:before {
    right: auto;
    left: -15px;
  }
  .service__section .service__title.even .title__block .block__container {
    width: 100%;
  }
  .service__section .service__bg {
    padding: 50px 0;
  }
  .service__section .service__block {
    margin: 30px auto 0;
  }
  .service__section .service__block .block__pic {
    width: 100%;
    max-width: 100%;
    margin-bottom: 15px;
  }
  .service__section .service__block .block__pic img {
    float: none;
    width: 100%;
    max-width: 100%;
  }
  .service__section .service__block .block__content {
    width: 100%;
    font-size: 16rem;
  }
  .service__section .service__block .block__title {
    margin-bottom: 18px;
    padding-bottom: 12px;
    font-size: 22rem;
    line-height: 1.5;
    letter-spacing: .2em;
  }
  .service__section .service__block.even .block__pic {
    order: 0;
  }

  #care {
    margin-top: 50px;
  }

  #medical .service__title .title__block {
    padding-top: 45px;
    padding-bottom: 50px;
  }

  #information {
    padding: 50px 0;
  }
  #information .information__title {
    margin-bottom: 18px;
    padding-bottom: 12px;
    font-size: 21rem;
    line-height: 1.5;
    letter-spacing: .2em;
  }
  #information .visual th {
    width: 60%;
    padding-left: 15px;
  }
  #information .information__text {
    margin-top: 25px;
    font-size: 16rem;
    text-align: left;
  }
#other {
  padding: 80px 0 30px;
}
#other .other__title {
  margin-bottom: 15px;
  padding-bottom: 10px;
  border-bottom: 1px solid;
  font-size: 35rem;
  letter-spacing: .1em;
  line-height: 1.4;
}
#other .other__text {
  margin-bottom: 0;
}
#other {
  padding: 50px 0 60px;
}
#other .other__title {
  margin-top: 40px;
  font-size: 26rem;
}


}