@charset "UTF-8";
/*------------------------------------------------------------------------------
    config
------------------------------------------------------------------------------*/
/***  media ***/
/***  color ***/
/*** font ***/
.menu_on::after {
  width: 100% !important;
}
.footer_menu_on {
  color: #ff6600 !important;
}
.page_h2_item {
  background: url(../img/h2_page_bg.jpg) no-repeat center / contain;
  background-position-x: right;
  background-size: cover;
}
@media screen and (max-width: 850px) {
  .page_h2_item {
    background: url(../img/h2_page_bg_sp.jpg) no-repeat center / contain;
    background-position-x: right;
    background-size: cover;
  }
}
.rehabili {
  font-family: "M PLUS Rounded 1c";
}
.rehabili .inner {
  padding-top: 100px;
}
@media screen and (max-width: 850px) {
  .rehabili .inner {
    padding-top: 40px;
  }
}
.rehabili .h2_ttl_line {
  max-width: 600px !important;
}
.rehabili .txt {
  letter-spacing: 0.1em;
  text-align: left;
}
.rehabili .txt span {
  border-bottom: 4px solid #F5BB81;
}
.rehabili .txt p + p {
  margin-top: 23px;
}
.rehabili .img_list {
  margin-top: 45px;
  display: flex;
  flex-wrap: wrap;
  gap: 50px;
  column-gap: 46px;
}
@media screen and (max-width: 850px) {
  .rehabili .img_list {
    display: block;
    margin-top: 25px;
  }
}
.rehabili .img_list li {
  width: calc(50% - 23px);
}
@media screen and (max-width: 850px) {
  .rehabili .img_list li {
    width: 100%;
  }
  .rehabili .img_list li + li {
    margin-top: 30px;
  }
}
.rehabili .img_list li img {
  width: 100%;
  border-radius: 5px;
}
.about {
  font-family: "M PLUS Rounded 1c";
}
.about .inner {
  padding-top: 150px;
  padding-bottom: 275px;
}
@media screen and (max-width: 850px) {
  .about .inner {
    padding-bottom: 130px;
    padding-top: 125px;
  }
}
.about .h2_ttl_line {
  max-width: 530px !important;
}
.about .sub {
  text-align: center;
  font-size: 24px;
  font-weight: 500;
  letter-spacing: 0.1em;
  margin-bottom: 30px;
  color: #663333;
  line-height: 1.44;
}
@media screen and (max-width: 850px) {
  .about .sub {
    margin-top: 25px;
    margin-bottom: 25px;
    font-size: 18px;
  }
}
.about p {
  text-align: left;
}
.about .about_list {
  display: flex;
  column-gap: 46px;
}
@media screen and (max-width: 850px) {
  .about .about_list {
    display: block;
    margin-top: 45px;
  }
}
.about .about_list li {
  width: calc(50% - 23px);
  background: #ffffff;
  border-radius: 6px 6px 8px 8px;
  border: 2px solid #FF9933;
  padding: 20px;
}
@media screen and (max-width: 850px) {
  .about .about_list li {
    border: none;
    background: none;
    padding: 0;
    width: 100%;
  }
  .about .about_list li + li {
    margin-top: 30px;
  }
}
.about .about_list li:nth-child(2) dl dt img {
  max-width: 301px;
  margin: auto;
}
.about .about_list li dl {
  display: flex;
}
@media screen and (max-width: 850px) {
  .about .about_list li dl {
    display: block;
    background: #ffffff;
    border-radius: 6px 6px 8px 8px;
    border: 2px solid #FF9933;
    padding: 20px;
    padding-bottom: 30px;
  }
}
.about .about_list li dl dt {
  width: 47%;
}
@media screen and (max-width: 850px) {
  .about .about_list li dl dt {
    width: 100%;
  }
}
.about .about_list li dl dt img {
  width: 100%;
}
@media screen and (max-width: 850px) {
  .about .about_list li dl dt img {
    max-width: 178px;
    margin: auto;
  }
}
.about .about_list li dl dd {
  width: 53%;
  padding-left: 20px;
}
@media screen and (max-width: 850px) {
  .about .about_list li dl dd {
    padding-left: 0;
    width: 100%;
  }
}
.about .about_list li dl dd .dd_txt_after::after {
  position: absolute;
  content: "";
  width: 24px;
  height: 23px;
  bottom: -44px;
  left: calc(50% - 12px);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  background: url(../img/icon.png) no-repeat center / contain;
  transition: 0.4s ease-in-out;
}
@media screen and (max-width: 850px) {
  .about .about_list li dl dd .dd_txt_after::after {
    display: none;
  }
}
.about .about_list li dl dd .dd_txt {
  height: 118px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #FFEED7;
  border-radius: 4px;
  position: relative;
}
@media screen and (max-width: 850px) {
  .about .about_list li dl dd .dd_txt {
    height: auto;
    padding: 20px 0;
    margin-top: 8px;
  }
}
.about .about_list li dl dd .time {
  font-size: 22px;
  font-weight: 500;
  text-align: center;
  letter-spacing: 0.1em;
  line-height: 1.3;
}
@media screen and (max-width: 850px) {
  .about .about_list li dl dd .time {
    font-size: 20px;
  }
}
.about .about_list li dl dd .point {
  font-size: 22px;
  font-weight: 800;
  color: #FF9933;
  text-align: center;
  letter-spacing: 0.1em;
  line-height: 1.3;
  margin-bottom: 5px;
}
@media screen and (max-width: 850px) {
  .about .about_list li dl dd .point {
    font-size: 20px;
  }
}
.about .about_list li dl dd .sub_t {
  font-size: 16px;
  font-weight: 500;
  text-align: center;
  line-height: 1.3;
  letter-spacing: 0.05em;
}
.about .about_list li dl p {
  margin-top: 40px;
  text-align: left;
}
@media screen and (max-width: 850px) {
  .about .about_list li dl p {
    margin-top: 20px;
  }
}
.about .about_list li .ttl {
  display: none;
  padding-left: 20px;
  padding-right: 20px;
}
@media screen and (max-width: 850px) {
  .about .about_list li .ttl {
    padding-left: 0;
    padding-right: 0;
    display: block;
  }
}
.about .about_list li .ttl span {
  display: block;
  width: 100%;
  font-size: 22px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 500;
  text-align: center;
  position: relative;
  background: url(../img/ttl_bg01.png) no-repeat center / contain;
  background-size: 100% 100%;
  transition: 0.4s ease-in-out;
  height: 71px;
  padding-bottom: 12px;
}
@media screen and (max-width: 850px) {
  .about .about_list li .ttl span {
    font-size: 20px;
    background: url(../img/ttl_bg01_sp.png) no-repeat center / contain;
    background-size: 100% 100%;
  }
}
.about .about_list li:nth-child(2) span {
  color: #ffffff;
  background: url(../img/ttl_bg02.png) no-repeat center / contain;
  background-size: 100% 100%;
}
@media screen and (max-width: 850px) {
  .about .about_list li:nth-child(2) span {
    background: url(../img/ttl_bg02_sp.png) no-repeat center / contain;
    background-size: 100% 100%;
  }
}
.about .about_list_ttl {
  display: flex;
  column-gap: 46px;
  margin-top: 45px;
}
@media screen and (max-width: 850px) {
  .about .about_list_ttl {
    display: none;
  }
}
.about .about_list_ttl li {
  width: calc(50% - 23px);
}
@media screen and (max-width: 850px) {
  .about .about_list_ttl li {
    width: 100%;
  }
}
.about .about_list_ttl li .ttl {
  padding-left: 20px;
  padding-right: 20px;
}
.about .about_list_ttl li .ttl span {
  display: block;
  width: 100%;
  font-size: 22px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 500;
  text-align: center;
  position: relative;
  background: url(../img/ttl_bg01.png) no-repeat center / contain;
  background-size: 100% 100%;
  transition: 0.4s ease-in-out;
  height: 71px;
  padding-bottom: 12px;
}
@media screen and (max-width: 850px) {
  .about .about_list_ttl li .ttl span {
    font-size: 20px;
    background: url(../img/ttl_bg01_sp.png) no-repeat center / contain;
    background-size: 100% 100%;
  }
}
.about .about_list_ttl li:nth-child(2) span {
  background: url(../img/ttl_bg02.png) no-repeat center / contain;
  background-size: 100% 100%;
  color: #ffffff;
}
@media screen and (max-width: 850px) {
  .about .about_list_ttl li:nth-child(2) span {
    background: url(../img/ttl_bg02_sp.png) no-repeat center / contain;
    background-size: 100% 100%;
  }
}
.about .h3_ttl {
  margin-top: 50px;
  color: #663333;
  text-align: left;
  font-size: 26px;
  font-weight: bold;
  letter-spacing: 0.02em;
  line-height: 1.53;
  padding-bottom: 5px;
  border-bottom: 4px solid #663333;
  margin-bottom: 30px;
}
@media screen and (max-width: 850px) {
  .about .h3_ttl {
    font-size: 18px;
    line-height: 2.22;
    padding-bottom: 0;
    margin-bottom: 20px;
  }
}
.about .li_list {
  display: flex;
  column-gap: 46px;
}
@media screen and (max-width: 850px) {
  .about .li_list {
    display: block;
  }
}
.about .li_list ul {
  width: calc(50% - 23px);
  display: block;
}
@media screen and (max-width: 850px) {
  .about .li_list ul {
    width: 100%;
  }
  .about .li_list ul + ul {
    margin-top: 10px;
  }
}
.about .li_list ul li {
  position: relative;
  padding-left: 26px;
  text-align: left;
  font-size: 20px;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0.075em;
}
@media screen and (max-width: 850px) {
  .about .li_list ul li {
    line-height: 1.73;
    font-size: 15px;
    letter-spacing: 0.05em;
  }
}
.about .li_list ul li + li {
  margin-top: 42px;
}
@media screen and (max-width: 850px) {
  .about .li_list ul li + li {
    margin-top: 10px;
  }
}
.about .li_list ul li::after {
  position: absolute;
  content: "";
  border-radius: 100%;
  width: 17px;
  height: 17px;
  top: 6px;
  left: 0;
  background: #FDAB5B;
  transition: 0.4s ease-in-out;
}
.about .li_list ul .m_t12 {
  margin-top: 12px;
}
@media screen and (max-width: 850px) {
  .about .li_list ul .m_t12 {
    margin-top: 10px;
  }
}
.about .li_list_pc {
  display: flex;
}
@media screen and (max-width: 850px) {
  .about .li_list_pc {
    display: none;
  }
}
.about .step_list {
  display: flex;
  column-gap: 46px;
}
@media screen and (max-width: 850px) {
  .about .step_list {
    position: relative;
    display: block;
  }
  .about .step_list::after {
    position: absolute;
    content: "";
    width: 10px;
    height: 100%;
    top: 0;
    left: 30px;
    background: #FFEED7;
    transition: 0.4s ease-in-out;
  }
}
.about .step_list ul {
  width: calc(50% - 23px);
  position: relative;
}
@media screen and (max-width: 850px) {
  .about .step_list ul {
    width: 100%;
  }
  .about .step_list ul + ul {
    margin-top: 50px;
  }
}
.about .step_list ul::after {
  position: absolute;
  content: "";
  width: 20px;
  height: 100%;
  top: 0;
  left: 41px;
  background: #FFEED7;
  transition: 0.4s ease-in-out;
}
@media screen and (max-width: 850px) {
  .about .step_list ul::after {
    display: none;
  }
}
.about .step_list ul li {
  width: 100%;
}
.about .step_list ul li + li {
  margin-top: 50px;
}
.about .step_list ul li .ttl_item {
  display: flex;
  align-items: center;
}
.about .step_list ul li .icon {
  width: 103px;
  position: relative;
  z-index: 5;
}
@media screen and (max-width: 850px) {
  .about .step_list ul li .icon {
    width: 70px;
  }
}
.about .step_list ul li .time {
  width: 145px;
  line-height: 54px;
  margin-left: -16px;
  border-radius: 0 4px 4px 0;
  background: #663333;
  color: #ffffff;
  padding-right: 18px;
  text-align: right;
  font-size: 30px;
  font-family: "Noto Sans JP";
  font-weight: bold;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 850px) {
  .about .step_list ul li .time {
    line-height: 40px;
    font-size: 24px;
    width: 110px;
    padding-right: 15px;
  }
}
.about .step_list ul li .ttl {
  color: #FF6600;
  font-size: 26px;
  font-weight: 500;
  padding-left: 20px;
  text-align: left;
}
@media screen and (max-width: 850px) {
  .about .step_list ul li .ttl {
    font-size: 20px;
  }
}
.about .step_list ul .m_t_20 {
  margin-top: 40px;
}
@media screen and (max-width: 850px) {
  .about .step_list ul .m_t_20 {
    margin-top: 20px;
  }
}
.about .step_list ul .last {
  position: absolute;
  bottom: 0;
}
@media screen and (max-width: 850px) {
  .about .step_list ul .last {
    position: relative;
  }
}
.about .step_list ul p {
  text-align: left;
  font-size: 24px;
  padding-left: 120px;
  line-height: 1.5;
  letter-spacing: 0;
}
@media screen and (max-width: 850px) {
  .about .step_list ul p {
    font-size: 16px;
    line-height: 2.5;
    padding-left: 65px;
  }
}
