#history {
  -webkit-text-size-adjust: 100%;
}

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

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

#history .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;
}

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

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

#history .history {
  margin-top: 80px;
}

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

#history .history__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) {
  #history .history__ttl {
    font-size: 2rem;
  }
}

#history .history__wrp {
  margin-top: 30px;
}

#history .history__wrp table {
  width: 100%;
}

#history .history__wrp table tbody {
  width: 100%;
}

#history .history__wrp table tbody tr {
  width: 100%;
}

#history .history__wrp table tbody tr th {
  width: 15.7%;
  padding: 26px 22px;
  text-align: left;
}

@media screen and (max-width: 1199px) {
  #history .history__wrp table tbody tr th {
    width: 35%;
    padding: 26px 20px;
    font-size: 1.4rem;
  }
}

#history .history__wrp table tbody tr td {
  width: 84.3%;
  padding: 26px 22px;
}

@media screen and (max-width: 1199px) {
  #history .history__wrp table tbody tr td {
    width: 65%;
    padding: 26px 20px 26px 0;
    font-size: 1.4rem;
  }
}

#history .history__wrp table tbody tr td p > img {
  width: 100%;
  max-width: 320px;
  margin-top: 20px;
}

#history .history__wrp table tbody tr:nth-of-type(odd) {
  background: #e6f8f6;
}

#history .history__hospital {
  margin-top: 30px;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

#history .history__hospital__img {
  width: 30%;
}

@media screen and (max-width: 767px) {
  #history .history__hospital__img {
    width: 100%;
    margin-bottom: 20px;
  }
}

#history .history__hospital__img img {
  width: 100%;
}

#history .history__hospital__img p {
  margin-top: 10px;
}

#history .director .history__ttl {
  margin: 60px 0 30px;
}

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

#history .director__list__img {
  width: 21.25%;
  margin-right: 5%;
}

@media screen and (max-width: 767px) {
  #history .director__list__img {
    width: 46%;
    margin-right: 8%;
  }
}

#history .director__list__img p {
  margin-top: 20px;
  font-size: 1.4rem;
}

@media screen and (max-width: 767px) {
  #history .director__list__img p {
    font-size: 1.2rem;
  }
}

#history .director__list__img p span {
  display: inline-block;
  padding-bottom: 5px;
  font-weight: bold;
  font-size: 1.4rem;
}

@media screen and (max-width: 767px) {
  #history .director__list__img:nth-child(2n) {
    margin-right: 0;
  }
}

@media screen and (max-width: 767px) {
  #history .director__list__img:nth-child(n+3) {
    margin-top: 30px;
  }
}

#history .director__list__img:nth-child(n+5) {
  margin-top: 40px;
}

#history .director__list__img:nth-child(4n) {
  margin-right: 0;
}

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

@media screen and (max-width: 767px) {
  #history .footer {
    margin-top: 60px;
  }
}
/*# sourceMappingURL=style.css.map */