@charset "utf-8";
/*----- float解除 -----*/

.clearfix:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}

.clearfix {
  display: inline-table;
}

/* Hides from IE-mac \*/

* html .clearfix {
  height: 1%;
}

.clearfix {
  display: block;
}

/*===== [rehabilitation] =====*/

#rehabilitation {
  width: 100%;
}

#rehabilitation .con-w {
  width: 100%;
  max-width: 1240px;
  padding: 0 2%;
  height: auto;
  margin: 0 auto;
}

#rehabilitation img {
  width: 100%;
  height: auto;
}

#rehabilitation .pc {}

#rehabilitation .sp {
  display: none;
}

/*----- #front -----*/

#rehabilitation #front {
  padding-top: 40px;
  padding-bottom: 40px;
}

#rehabilitation #front .box {}

#rehabilitation #front .box h2 {
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  font-size: 28px;
  letter-spacing: 0.1em;
  width: 80px;
  float: left;
}

#rehabilitation #front .box .text-box {
  width: calc(98% - 80px);
  float: right;
  margin-top: 30px;
}

#rehabilitation #front .box .text-box .text {
  width: 50%;
  float: left;
  line-height: 3;
  font-size: 18px;
  letter-spacing: 0.1em;
  margin-bottom: 15px;
}

#rehabilitation #front .box .text-box .img {
  width: 46%;
  float: right;
}

#rehabilitation #front .box .text-box .btn {
  width: 50%;
  float: left;
}

#rehabilitation #front .box .text-box .btn img {
  max-width: 395px;
}

/*----- #blog -----*/

#rehabilitation #blog {}

#rehabilitation #blog h2 {
  display: flex;
  align-items: center;
  margin-bottom: 30px;
}

#rehabilitation #blog h2:before, #rehabilitation #blog h2:after {
  content: "";
  height: 3px;
  flex-grow: 1;
  background-color: #448f22;
}

#rehabilitation #blog h2 span {
  width: 100%;
  margin: 0 auto;
  max-width: 600px;
}

#rehabilitation #blog .blog-area {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 40px;
}

#rehabilitation #blog .blog-area .box {
  background: url(./images/rehabilitation/blog-bg.jpg) repeat top center;
  width: 23%;
  margin-bottom: 15px;
}

#rehabilitation #blog .blog-area .box a {}

#rehabilitation #blog .blog-area .box .img {
  line-height: 0;
}

#rehabilitation #blog .blog-area .box .hx {
  padding: 15px 4%;
  font-size: 16px;
}

#rehabilitation #blog .blog-area .box .hx span {
  display: block;
  margin-bottom: 5px;
  font-size: 14px;
}

/*----- #merit -----*/

#rehabilitation #merit {
  padding-bottom: 40px;
}

#rehabilitation #merit h2 {
  display: flex;
  align-items: center;
  margin-bottom: 30px;
}

#rehabilitation #merit h2:before, #rehabilitation #merit h2:after {
  content: "";
  height: 3px;
  flex-grow: 1;
  background-color: #448f22;
}

#rehabilitation #merit h2 span {
  width: 100%;
  margin: 0 auto;
  max-width: 600px;
}

#rehabilitation #merit .merit-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

#rehabilitation #merit .merit-list li {
  width: 48%;
  margin-bottom: 50px;
  list-style-type: none;
}

#rehabilitation #merit .btn {
  text-align: center;
  margin-bottom: 30px;
}

#rehabilitation #merit .btn img {
  max-width: 395px;
}

/*----- #stand-by-you -----*/

#rehabilitation #stand-by-you {
  background: url(./images/rehabilitation/border01-pc.png) no-repeat right top;
  padding-top: 60px;
  padding-bottom: 60px;
}

#rehabilitation #stand-by-you h2 {
  width: 100%;
  max-width: 270px;
}

#rehabilitation #stand-by-you .box {}

#rehabilitation #stand-by-you .box .text {
  width: 45%;
  float: left;
  margin-bottom: 25px;
  line-height: 2.5em;
  margin-top: 40px;
}

#rehabilitation #stand-by-you .box .img {
  width: 50%;
  float: right;
  margin-bottom: 25px;
}

#rehabilitation #stand-by-you .btn {}

#rehabilitation #stand-by-you .btn img {
  max-width: 395px;
}

/*----- #interview -----*/

#rehabilitation #interview {
  background: url(./images/rehabilitation/border02-pc.png) no-repeat left top;
  padding-top: 60px;
  padding-bottom: 60px;
}

#rehabilitation #interview h2 {
  width: 100%;
  max-width: 263px;
  margin-left: auto;
}

#rehabilitation #interview .box {}

#rehabilitation #interview .box .text {
  width: 45%;
  float: right;
  margin-bottom: 25px;
  line-height: 2.5em;
  margin-top: 40px;
}

#rehabilitation #interview .box .img {
  width: 50%;
  float: left;
  margin-bottom: 25px;
}

#rehabilitation #interview .btn {}

#rehabilitation #interview .btn img {
  max-width: 395px;
}

/*----- #stand-out -----*/

#rehabilitation #stand-out {
  background: url(./images/rehabilitation/border03-pc.png) no-repeat right top;
  padding-top: 60px;
  padding-bottom: 60px;
}

#rehabilitation #stand-out h2 {
  width: 100%;
  max-width: 277px;
}

#rehabilitation #stand-out .box {}

#rehabilitation #stand-out .box .text {
  width: 45%;
  float: left;
  margin-bottom: 25px;
  line-height: 2.5em;
  margin-top: 40px;
}

#rehabilitation #stand-out .box .img {
  width: 50%;
  float: right;
  margin-bottom: 25px;
}

#rehabilitation #stand-out .btn {}

#rehabilitation #stand-out .btn img {
  max-width: 395px;
}

/*----- .bnr-box -----*/

#rehabilitation .bnr-box {
  margin-bottom: 60px;
}

#rehabilitation .bnr-box li {
  width: 48%;
  float: left;
  list-style-type: none;
}

#rehabilitation .bnr-box li.n2 {
  float: right;
}

/*===== [first] =====*/

#first {
  width: 100%;
}

#first .con-w {
  max-width: 1240px;
  padding: 0 2%;
  height: auto;
  margin: 0 auto;
}

#first .greeting {
  padding-top: 60px;
}

#first #greeting01 {
  margin-top: 100px;
  position: relative;
}

#first #greeting02 {
  margin-top: 60px;
  position: relative;
}

#first #greeting01::before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  width: 1000%;
  height: 485px;
  background: #69b94b;
  z-index: -1;
}

#first #greeting02::before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  width: 1000%;
  height: 485px;
  background: #fb8646;
  z-index: -1;
}

#first .profile {
  display: flex;
  justify-content: space-between;
  flex-direction: row-reverse;
  padding-right: 50px;
}

#first .profile-text {
  color: #fff;
  padding-top: 80px;
  flex: 0 1 100%;
  text-align: right;
}

#first .profile-number {
  font-family: trajan-pro-3, serif;
  font-weight: 600;
  font-style: normal;
  font-size: 26px;
}

#first .profile-en {
  font-family: trajan-pro-3, serif;
  font-weight: 600;
  font-style: normal;
  font-size: 53px;
  margin-top: 26px;
}

#first .profile-name {
  margin-top: 35px;
  font-size: 28px;
  font-weight: bold;
}

#first .profile-position {
  font-size: 15px;
  line-height: calc(22 / 15);
}

#first .profile-photo {
  flex: 0 0 38.5%;
}

#first .greeting-message {
  margin-top: 68px;
  font-size: 45px;
  font-family: "ヒラギノ明朝 ProN W6", "HiraMinProN-W6", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
  line-height: 1.2;
}

#first #greeting01 .greeting-message {
  color: #69b94b;
}

#first #greeting02 .greeting-message {
  color: #fb8646;
}

#first .greeting-text {
  margin-top: 60px;
}

#first .photos {
  margin-top: 100px;
}

#first .photos-title {
  font-size: 17px;
  position: relative;
}

#first .photos-title::before {
  width: 765px;
  height: 2px;
  content: "";
  background: #000;
  position: absolute;
  top: -10px;
  left: 0;
}

#first .photos-wrap {
  margin-top: 50px;
  display: grid;
  grid-gap: 33px;
  grid-template-rows: 514px 513px 494px 515px;
  grid-template-columns: 386px 351px 387px;
}

#first figure {
  margin: 0;
}

#first .photos-item#item1 {
  grid-row: 1 / 2;
  grid-column: 1 / 2;
}

#first .photos-item#item2 {
  grid-row: 1 / 2;
  grid-column: 2 / 4;
}

#first .photos-item#item3 {
  grid-row: 2 / 4;
  grid-column: 1 / 3;
}

#first .photos-item#item4 {
  grid-row: 2 / 3;
  grid-column: 3 / 4;
}

#first .photos-item#item5 {
  grid-row: 3 / 4;
  grid-column: 3 / 4;
}

#first .photos-item#item6 {
  grid-row: 4 / 5;
  grid-column: 1 / 2;
}

#first .photos-item#item7 {
  grid-row: 4 / 5;
  grid-column: 2 / 3;
}

#first .photos-item#item8 {
  grid-row: 4 / 5;
  grid-column: 3 / 4;
}

#first .bnrs {
  margin-top: 160px;
  display: flex;
  justify-content: space-between;
  margin-bottom: 60px;
}

#first .bnrs-img {
  flex: 0 0 47%;
}

/*===============================================
    ■tablet 画面の横幅が768pxまで
===============================================*/

@media screen and (max-width: 768px) {}

/*===============================================
    ■smart 画面の横幅が480pxまで
===============================================*/

@media screen and (max-width: 480px) {
  /*===== [rehabilitation] =====*/
  #rehabilitation .pc {
    display: none;
  }
  #rehabilitation .sp {
    display: block;
  }
  /*--------------- #front -------------*/
  #rehabilitation #front .box h2 {
    writing-mode: horizontal-tb;
    font-size: 23px;
    letter-spacing: 0.1em;
    width: 100%;
    float: none;
  }
  #rehabilitation #front .box .text-box {
    width: 100%;
    float: none;
    margin-top: 15px;
  }
  #rehabilitation #front .box .text-box .text {
    width: 100%;
    float: none;
    line-height: 1.8;
  }
  #rehabilitation #front .box .text-box .img {
    width: 100%;
    float: none;
    max-width: 499px;
    margin: 0 auto 15px;
  }
  #rehabilitation #front .box .text-box .btn {
    width: 90%;
    float: none;
    max-width: 395px;
    margin: 0 auto;
  }
  /*--------------- #blog -------------*/
  #rehabilitation #blog h2 span {
    width: 70%;
  }
  #rehabilitation #blog .blog-area .box {
    width: 100%;
    margin-bottom: 25px;
  }
  /*--------------- #merit -------------*/
  #rehabilitation #merit h2 span {
    width: 70%;
    margin: 0 auto;
    max-width: 600px;
  }
  #rehabilitation #merit .merit-list li {
    width: 100%;
    max-width: 571px;
    margin: 0 auto 30px;
  }
  #rehabilitation #merit .btn {
    width: 90%;
    margin: 0 auto 30px;
  }
  /*--------------- #stand-by-you -------------*/
  #rehabilitation #stand-by-you {
    background: url(./images/rehabilitation/border01-sp.png) no-repeat right top;
    background-size: 60%;
  }
  #rehabilitation #stand-by-you h2 {
    max-width: 215px;
  }
  #rehabilitation #stand-by-you .box .text {
    width: 100%;
    float: none;
    line-height: 2em;
    margin-top: 20px;
  }
  #rehabilitation #stand-by-you .box .img {
    width: 100%;
    float: none;
    max-width: 601px;
    margin: 0 auto 15px;
  }
  #rehabilitation #stand-by-you .btn {
    width: 90%;
    margin: 0 auto 30px;
  }
  /*--------------- #interview -------------*/
  #rehabilitation #interview {
    background: url(./images/rehabilitation/border02-sp.png) no-repeat left top;
    background-size: 60%;
  }
  #rehabilitation #interview h2 {
    width: 100%;
    max-width: 215px;
    margin-left: auto;
    margin-bottom: 20px;
  }
  #rehabilitation #interview .box .text {
    width: 100%;
    float: none;
    line-height: 2em;
    margin-top: 20px;
  }
  #rehabilitation #interview .box .img {
    width: 100%;
    float: none;
    max-width: 601px;
    margin: 0 auto 15px;
  }
  #rehabilitation #interview .btn {
    width: 90%;
    margin: 0 auto 30px;
  }
  /*--------------- #stand-out -------------*/
  #rehabilitation #stand-out {
    background: url(./images/rehabilitation/border03-sp.png) no-repeat right top;
    background-size: 60%;
  }
  #rehabilitation #stand-out .box .text {
    width: 100%;
    float: none;
    line-height: 2em;
    margin-top: 20px;
  }
  #rehabilitation #stand-out .box .img {
    width: 100%;
    float: none;
    max-width: 601px;
    margin: 0 auto 15px;
  }
  #rehabilitation #stand-out .btn {
    width: 90%;
    margin: 0 auto 30px;
  }
  /*--------------- # -------------*/
  #rehabilitation .bnr-box li {
    width: 100%;
    float: none;
    max-width: 570px;
    margin: 0 auto 20px;
  }
  #rehabilitation .bnr-box li.n2 {
    float: none;
  }

  /*===== [first] =====*/

#first {
  width: 100%;
}

#first img {
  width: 100%;
}

#first .main-mv {
  margin-top: 25px;
}

#first .con-w {
  width: 100%;
  max-width: 1240px;
  padding: 0 2%;
  height: auto;
  margin: 0 auto;
}

#first .greeting {
  padding-top: 22px;
}

#first #greeting01 {
  margin-top: 45px;
  position: relative;
}

#first #greeting02 {
  margin-top: 60px;
  position: relative;
}

#first #greeting01::before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  width: 100%;
  height: 200px;
  background: #69b94b;
  z-index: 0;
}

#first #greeting02::before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  width: 100%;
  height: 200px;
  background: #fb8646;
  z-index: 0;
}

#first .profile {
  padding-right: 0;
}

#first .profile-text {
  padding-top: 0;
  z-index: 2;
}

#first .profile-number {
  font-size: 15px;
}

#first .profile-en {
  font-size: 22px;
  margin-top: 12px;
  line-height: 1.2;
}

#first .profile-name {
  margin-top: 12px;
  font-size: 19px;
}

#first .profile-position {
  font-size: 12px;
  line-height: calc(22 / 15);
}

#first .profile-photo {
  flex: 0 0 45.8%;
  z-index: 2;
}

#first .greeting-message {
  margin-top: 30px;
  font-size: 22px;
}

#first .greeting-text {
  margin-top: 28px;
}

#first .photos {
  margin-top: 60px;
}

#first .photos-title {
  font-size: 11px;
  position: relative;
}

#first .photos-title::before {
  width: 211px;
}

#first .photos-wrap {
  margin-top: 30px;
  display: grid;
  grid-gap: 9px;
  grid-template-rows: 148px 148px 150px 148px;
  grid-template-columns: 111px 101px 111px;
}

#first .bnrs {
  margin-top: 0;
  display: flex;
  justify-content: space-between;
  margin-bottom: 0;
  position: fixed;
  left: 0;
  bottom: 80px;
}

#first .bnrs-img {
  flex: 0 0 49%;
}

}