/* #visit .mainvisual {
  height: 220px;
  background: url(../../img/mainvisual.jpg) no-repeat center/cover;
}

@media screen and (max-width: 767px) {
  #visit .mainvisual {
    height: 180px;
    margin-top: 60px;
  }
}

#visit .mainvisual .inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

#visit .mainvisual__ttl {
  color: #fff;
  font-size: 3.2rem;
  font-family: tbchibirgothicplusk-pro, sans-serif;
}

@media screen and (max-width: 767px) {
  #visit .mainvisual__ttl {
    font-size: 2.6rem;
  }
}

#visit .visit {
  margin-top: 85px;
}

@media screen and (max-width: 767px) {
  #visit .visit {
    margin-top: 60px;
  }
}

#visit .visit__ttl {
  color: #02a4c3;
  margin-top: calc(0px - (((2.6rem * 1.6) - 2.6rem) / 2));
  padding-bottom: calc(23px - (((2.6rem * 1.6) - 2.6rem) / 2));
  font-size: 2.6rem;
  font-family: tbchibirgothicplusk-pro, sans-serif;
  border-bottom: solid 3px #ddd;
  position: relative;
}

@media screen and (max-width: 767px) {
  #visit .visit__ttl {
    font-size: 2rem;
  }
}

#visit .visit__ttl::after {
  content: "";
  position: absolute;
  width: 200px;
  height: 3px;
  left: 0;
  bottom: -3px;
  background: #02a4c3;
}

#visit .visit__subttl {
  color: #666;
  margin-top: calc(60px - (((2rem * 1.6) - 2rem) / 2));
  padding-left: 20px;
  font-size: 2rem;
  font-weight: bold;
  border-left: 6px solid #02a4c3;
}

@media screen and (max-width: 767px) {
  #visit .visit__subttl {
    font-size: 1.8rem;
  }
}

#visit .visit__txt {
  margin: calc(30px - (((1.6rem * 1.6) - 1.6rem) / 2)) 0;
}

#visit .visit__txt.background {
  margin-top: 25px;
  padding: 30px;
  border-radius: 5px;
  background: #e5f6f9;
}

#visit .visit__txt.background .visit__txt {
  margin: calc(30px - (((1.6rem * 1.6) - 1.6rem) / 2)) 0 0;
}

#visit .visit__list {
  margin: calc(30px - (((1.6rem * 1.6) - 1.6rem) / 2)) 0;
  background: #f2f2f2;
  padding: 30px 40px;
  border-radius: 5px;
}

#visit .visit__list__item {
  margin-top: 5px;
  padding-left: 1em;
  text-indent: -1em;
}

#visit .visit__list__item:first-child {
  margin-top: 0;
}

#visit .visit__flex {
  display: flex;
  margin: 30px 0;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
}
#visit .visit__flex__img {
  width: 30%;
}
@media screen and (max-width: 767px) {
  #visit .visit__flex__img {
    width: 100%;
  }
}
#visit .visit__flex__img {
  width: 30%;
}
@media screen and (max-width: 767px) {
  #visit .visit__flex__img {
    width: 100%;
  }
}
#visit .visit__flex__pdf {
  width: 60%;
  background: url(../img/ico_pdf@2x.png) no-repeat left 20px center/19px, url(../../../common/img/ico_vector04@2x.png) no-repeat right 20px center/9px, #02a4c3;
  border-radius: 4px;
  transition: .5s;
}
@media screen and (max-width: 767px) {
  #visit .visit__flex__pdf {
    width: 100%;
  }
}
#visit .visit__flex__pdf:hover {
  opacity: .7;
}
#visit .visit__flex__pdf__link {
  color: #fff;
  display: block;
  padding: 16px 10px;
  text-align: center;
  text-decoration: none;
}
@media screen and (max-width: 767px) {
  #visit .visit__flex__pdf__link {
    font-size: 1.4rem;
  }
}

#visit .visit__btnlist {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 30px 0 30px;
}

@media screen and (max-width: 767px) {
  #visit .visit__btnlist {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

#visit .visit__btnlist__content {
  width: 100%;
  max-width: 380px;
  border-radius: 4px;
}

#visit .visit__btnlist__content__link {
  color: #fff;
  display: block;
  padding: 16px 10px;
  text-align: center;
  text-decoration: none;
}

@media screen and (max-width: 767px) {
  #visit .visit__btnlist__content__link {
    font-size: 1.4rem;
  }
}

#visit .visit__btnlist__content.pdf {
  background: url(../img/ico_pdf@2x.png) no-repeat left 20px center/19px, url(../../../common/img/ico_vector04@2x.png) no-repeat right 20px center/9px, #02a4c3;
}

@media screen and (max-width: 767px) {
  #visit .visit__btnlist__content.pdf {
    margin: 20px 0 0;
  }
}

#visit .visit__btnlist__content:hover {
  opacity: 0.8;
}

#visit .visit__head {
  font-family: tbchibirgothicplusk-pro, sans-serif;
  color: #008ea9;
  font-size: 2.2rem;
}

@media screen and (max-width: 767px) {
  #visit .visit__head {
    font-size: 1.6rem;
  }
}

#visit .visit__img {
  margin-top: 30px;
}

#visit .visit__img img {
  width: 30%;
}

@media screen and (max-width: 767px) {
  #visit .visit__img img {
    width: 100%;
  }
}

#visit .visit__table {
  margin-top: 30px;
  width: 100%;
  color: #666;
}

@media screen and (max-width: 767px) {
  #visit .visit__table {
    margin-top: 20px;
  }
}

#visit .visit__table__body {
  width: 100%;
}

#visit .visit__table__body__list {
  width: 100%;
}

#visit .visit__table__body__list__head {
  width: 35%;
  padding: 20px;
  background: #daf5f2;
  color: #00ab99;
  font-weight: 600;
  vertical-align: middle;
}

@media screen and (max-width: 767px) {
  #visit .visit__table__body__list__head {
    padding: 15.5px 10px;
  }
}

#visit .visit__table__body__list__date {
  width: 65.179%;
  padding: 20px;
}

@media screen and (max-width: 767px) {
  #visit .visit__table__body__list__date {
    padding: 15.5px 18px;
  }
}

#visit .visit__table__body__list__date__link {
  color: #02a4c3;
  -webkit-transition: .5s;
  transition: .5s;
}

#visit .visit__table__body__list__date__link:hover {
  color: #00ab99;
}

#visit .visit__table__body__list__date__list__item:first-child {
  margin-top: 0;
}

#visit .visit__table__body__list__date__list__item {
  margin-top: 10px;
}

#visit .visit table, #visit .visit td, #visit .visit th {
  border: 1px solid #ddd;
  border-collapse: collapse;
}

#visit .visit__bg {
  margin-top: calc(30px - (((1.6rem * 1.6) - 1.6rem) / 2));
  padding: 35.5px 40px;
  background: #e5f6f9;
  text-align: center;
  color: #666;
}

#visit .visit__bg__ttl {
  font-size: 2rem;
}

@media screen and (max-width: 767px) {
  #visit .visit__bg__ttl {
    font-size: 1.6rem;
  }
}

#visit .visit__bg__txt {
  margin-top: 20px;
  color: #666;
  line-height: 1.8;
}

#visit .visit__guide {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-top: 30px;
}

#visit .visit__guide__item {
  width: 32%;
  border-radius: 4px;
  background: #d9f1f6;
  margin: 13px 1.5% 0 0;
}

@media screen and (max-width: 1199px) {
  #visit .visit__guide__item {
    width: 49%;
    margin: 13px 2% 0 0;
  }
}

@media screen and (max-width: 767px) {
  #visit .visit__guide__item {
    margin-right: 0;
    width: 100%;
  }
}

#visit .visit__guide__item__link {
  color: #008ea9;
  display: block;
  text-decoration: none;
  text-align: center;
  padding: 15px;
  background: url(../../../common/img/ico_vector02@2x.png) no-repeat center right 15px/6px;
}

@media screen and (max-width: 767px) {
  #visit .visit__guide__item__link {
    font-size: 1.4rem;
  }
}

#visit .visit__guide__item:nth-child(3n) {
  margin-right: 0;
}

@media screen and (max-width: 1199px) {
  #visit .visit__guide__item:nth-child(3n) {
    margin-right: 2%;
  }
}

@media screen and (max-width: 1199px) {
  #visit .visit__guide__item:nth-child(2n) {
    margin-right: 0;
  }
}

#visit .visit__guide__item:hover {
  opacity: 0.7;
}

#visit .inner__r2-recruitment {
  color: #fff;
  width: 100%;
  max-width: 380px;
  display: block;
  margin-top: calc(30px - (((1.6rem * 1.6) - 1.6rem) / 2));
  padding: 16px 10px;
  text-align: center;
  text-decoration: none;
  border-radius: 4px;
  background: url(../img/ico_pdf@2x.png) no-repeat left 20px center/19px, url(../../../common/img/ico_vector04@2x.png) no-repeat right 20px center/9px, #02a4c3;
}

@media screen and (max-width: 767px) {
  #visit .inner__r2-recruitment {
    font-size: 1.4rem;
  }
}

.background .visit__head {
  text-align: center;
}

.background .visit__txt {
  text-align: center;
}

#visit .footer {
  margin-top: 80px;
}

@media screen and (max-width: 767px) {
  #visit .footer {
    margin-top: 60px;
  }
} */



#greeting .mainvisual {
  height: 220px;
  background: url(../../img/mainvisual.jpg) no-repeat center/cover;
}

@media screen and (max-width: 767px) {
  #greeting .mainvisual {
    height: 180px;
    margin-top: 60px;
  }
}

#greeting .mainvisual .inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

#greeting .mainvisual__ttl {
  color: #fff;
  font-size: 3.2rem;
  font-family: tbchibirgothicplusk-pro, sans-serif;
}

@media screen and (max-width: 767px) {
  #greeting .mainvisual__ttl {
    font-size: 2.6rem;
  }
}

#greeting .visit {
  margin-top: 85px;
}

@media screen and (max-width: 767px) {
  #greeting .visit {
    margin-top: 60px;
  }
}

#greeting .visit__ttl {
  color: #02a4c3;
  margin-top: calc(0px - (((2.6rem * 1.6) - 2.6rem) / 2));
  padding-bottom: calc(23px - (((2.6rem * 1.6) - 2.6rem) / 2));
  font-size: 2.6rem;
  font-family: tbchibirgothicplusk-pro, sans-serif;
  border-bottom: solid 3px #ddd;
  position: relative;
}

@media screen and (max-width: 767px) {
  #greeting .visit__ttl {
    font-size: 2rem;
  }
}

#greeting .visit__ttl::after {
  content: "";
  position: absolute;
  width: 200px;
  height: 3px;
  left: 0;
  bottom: -3px;
  background: #02a4c3;
}

#greeting .visit__subttl {
  color: #666;
  margin-top: calc(60px - (((2rem * 1.6) - 2rem) / 2));
  padding-left: 20px;
  font-size: 2rem;
  font-weight: bold;
  border-left: 6px solid #02a4c3;
}

@media screen and (max-width: 767px) {
  #greeting .visit__subttl {
    font-size: 1.8rem;
  }
}

#greeting .message {
  margin-top: 85px;
}

@media screen and (max-width: 767px) {
  #greeting .message {
    margin-top: 60px;
  }
}

#greeting .message__ttl {
  color: #02a4c3;
  margin-top: calc(0px - (((2.6rem * 1.6) - 2.6rem) / 2));
  padding-bottom: calc(23px - (((2.6rem * 1.6) - 2.6rem) / 2));
  font-size: 2.6rem;
  font-family: tbchibirgothicplusk-pro, sans-serif;
  background: url(../img/bg_border01@2x.jpg) no-repeat left bottom/200px, url(../img/bg_border02@2x.jpg) repeat-x left bottom/1000px;
}

@media screen and (max-width: 767px) {
  #greeting .message__ttl {
    font-size: 2rem;
  }
}

#greeting .message__box {
  margin: 32px auto 0;
  width: 100%;
}

@media screen and (max-width: 767px) {
  #greeting .message__box {
    width: 100%;
  }
}

#greeting .message__box__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 84%;
  margin: 0 auto;
}

@media screen and (max-width: 767px) {
  #greeting .message__box__inner {
    width: 100%;
    display: block;
  }
}

#greeting .message__box__inner__text {
  margin-right: 9.6%;
  width: 48.8%;
}

@media screen and (max-width: 767px) {
  #greeting .message__box__inner__text {
    width: 100%;
    margin-bottom: 20px;
    margin-right: 0;
  }
}

#greeting .message__box__inner__text__ttl {
  font-size: 2.6rem;
  color: #02a4c3;
  font-family: tbchibirgothicplusk-pro, sans-serif;
  margin-top: 40px;
}

@media screen and (max-width: 1199px) {
  #greeting .message__box__inner__text__ttl {
    font-size: 2.3rem;
    margin-top: 10px;
  }
}

@media screen and (max-width: 767px) {
  #greeting .message__box__inner__text__ttl {
    font-size: 1.8rem;
  }
}

#greeting .message__box__inner__text__year {
  color: #666;
  margin-top: 65px;
  margin-left: 50px;
}

@media screen and (max-width: 1199px) {
  #greeting .message__box__inner__text__year {
    margin-top: 20px;
    margin-left: 80px;
  }
}

@media screen and (max-width: 767px) {
  #greeting .message__box__inner__text__year {
    margin-top: calc(20px - (((1.6rem * 1.6) - 1.6rem) / 2));
    margin-left: 0;
    text-align: right;
  }
}

#greeting .message__box__inner__text__name {
  color: #02a4c3;
  margin-top: calc(10px - (((2rem * 1.6) - 2rem) / 2));
  margin-left: 50px;
  font-size: 1.8rem;
}

@media screen and (max-width: 1199px) {
  #greeting .message__box__inner__text__name {
    margin-left: 80px;
  }
}

@media screen and (max-width: 767px) {
  #greeting .message__box__inner__text__name {
    font-size: 1.6rem;
    margin-left: 0;
    text-align: right;
  }
}

#greeting .message__box__inner__text__name__mini {
  font-size: 1.5rem;
  font-family: tbchibirgothicplusk-pro, sans-serif;
}

@media screen and (max-width: 767px) {
  #greeting .message__box__inner__text__name__mini {
    font-size: 1.4rem;
  }
}

#greeting .message__box__inner__text__name__hospital {
  color: #666;
  font-size: 1.6rem;
}

@media screen and (max-width: 767px) {
  #greeting .message__box__inner__text__name__hospital {
    font-size: 1.0rem;
  }
}

#greeting .message__box__inner__text__name__n {
  font-family: tbchibirgothicplusk-pro, sans-serif;
  font-size: 1.8rem;
}

#greeting .message__box__inner__text__name__br {
  display: none;
}

@media screen and (max-width: 1199px) {
  #greeting .message__box__inner__text__name__br {
    display: block;
  }
}

#greeting .message__box__inner__fig {
  max-width: 41.6%;
}

@media screen and (max-width: 767px) {
  #greeting .message__box__inner__fig {
    width: 100%;
    max-width: none;
  }
}

@media screen and (max-width: 767px) {
  #greeting .message__box__inner__fig__pic {
    width: 90%;
    margin: auto;
  }
}

#greeting .message__box__sentence {
  max-width: 84%;
  margin: 30px auto 0;
}

@media screen and (max-width: 767px) {
  #greeting .message__box__sentence {
    width: 100%;
    margin-top: 40px;
    max-width: none;
  }
}

#greeting .message__box__sentence__txt {
  color: #666;
  margin-top: calc(0px - (((1.6rem * 1.6) - 1.6rem) / 2));
}

#greeting .message__box__sentence__txt__link {
  color: #02a4c3;
}

#greeting .message__box__sentence__txt__link:hover {
  color: #08bba8;
}

#greeting .message__box__sentence__txt:not(:nth-of-type(1)) {
  margin-top: calc(36px - (((1.6rem * 1.6) - 1.6rem) / 2));
}

@media screen and (max-width: 767px) {
  #greeting .message__box__sentence__txt:not(:nth-of-type(1)) {
    margin-top: calc(20px - (((1.6rem * 1.6) - 1.6rem) / 2));
  }
}

#greeting .visit__guide {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-top: 30px;
}

#greeting .visit__guide__item {
  width: 32%;
  border-radius: 4px;
  background: #d9f1f6;
  margin: 13px 1.5% 0 0;
}

@media screen and (max-width: 1199px) {
  #greeting .visit__guide__item {
    width: 49%;
    margin: 13px 2% 0 0;
  }
}

@media screen and (max-width: 767px) {
  #greeting .visit__guide__item {
    margin-right: 0;
    width: 100%;
  }
}

#greeting .visit__guide__item__link {
  color: #008ea9;
  display: block;
  text-decoration: none;
  text-align: center;
  padding: 15px;
  background: url(../../../common/img/ico_vector02@2x.png) no-repeat center right 15px/6px;
}

@media screen and (max-width: 767px) {
  #greeting .visit__guide__item__link {
    font-size: 1.4rem;
  }
}

#greeting .visit__guide__item:nth-child(3n) {
  margin-right: 0;
}

@media screen and (max-width: 1199px) {
  #greeting .visit__guide__item:nth-child(3n) {
    margin-right: 2%;
  }
}

@media screen and (max-width: 1199px) {
  #greeting .visit__guide__item:nth-child(2n) {
    margin-right: 0;
  }
}

#greeting .visit__guide__item:hover {
  opacity: 0.7;
}

#greeting .inner__r2-recruitment {
  color: #fff;
  width: 100%;
  max-width: 380px;
  display: block;
  margin-top: calc(30px - (((1.6rem * 1.6) - 1.6rem) / 2));
  padding: 16px 10px;
  text-align: center;
  text-decoration: none;
  border-radius: 4px;
  background: url(../img/ico_pdf@2x.png) no-repeat left 20px center/19px, url(../../../common/img/ico_vector04@2x.png) no-repeat right 20px center/9px, #02a4c3;
}

@media screen and (max-width: 767px) {
  #greeting .inner__r2-recruitment {
    font-size: 1.4rem;
  }
}

.background .visit__head {
  text-align: center;
}

.background .visit__txt {
  text-align: center;
}

#greeting .footer {
  margin-top: 80px;
}

@media screen and (max-width: 767px) {
  #greeting .footer {
    margin-top: 60px;
  }
}

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