.contents {
  padding-bottom: 0;
}

.docter {
  padding: 80px 0 0;
}
@media screen and (max-width: 600px) {
  .docter {
    padding: 4.5rem 0 0;
  }
}
.docter__desc {
  margin-bottom: 80px;
}
.docter__desc__ttl {
  font-size: 48px;
  font-size: 4.8rem;
  margin-bottom: 75px;
}
@media screen and (max-width: 900px) {
  .docter__desc__ttl {
    font-size: 4rem;
    margin-bottom: 2rem;
  }
}
@media screen and (max-width: 600px) {
  .docter__desc__ttl {
    font-size: 2.8rem;
  }
}
.docter__desc__ttl span {
  margin-left: -24px;
}
@media screen and (max-width: 900px) {
  .docter__desc__ttl span {
    margin-left: 0;
  }
}
.docter__desc__ttl--other {
  font-size: 36px;
  font-size: 3.6rem;
  margin-bottom: 34px;
  line-height: 1.4;
}
@media screen and (max-width: 600px) {
  .docter__desc__ttl--other {
    font-size: 2.6rem;
  }
}
.docter__desc__ttl--grope {
  font-size: 24px;
  font-size: 2.4rem;
  text-align: center;
  line-height: 1.4;
  margin-bottom: 54px;
}
.docter__desc__name {
  font-size: 24px;
  font-size: 2.4rem;
  font-weight: bold;
}
.docter__desc__name span {
  font-size: 18px;
  font-size: 1.8rem;
}
.docter__desc__name--other {
  line-height: 1.4;
  margin-bottom: 34px;
}
.docter__desc__txt {
  margin-bottom: 34px;
}
.docter__desc__bg {
  padding: 80px 0;
  background: url(../img/common/bg__lightblue__ptn.gif);
}
.docter__career {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 40px;
}
@media screen and (max-width: 600px) {
  .docter__career {
    display: block;
  }
}
.docter__career__wrap {
  width: 47.5%;
  margin-right: 4%;
}
.docter__career__wrap:last-child {
  margin-right: 0;
}
@media screen and (max-width: 600px) {
  .docter__career__wrap {
    width: 100%;
    margin: 0 0 4rem 0;
  }
}
.docter__career__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 900px) {
  .docter__career__inner {
    display: block;
  }
}
.docter__career__list {
  margin-right: 45px;
}
.docter__career__list:last-child {
  margin-right: 0;
}
.docter__career--other {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.docter__career--other__ttl {
  line-height: 1;
  margin-bottom: 0;
  padding: 10px 20px 10px 60px;
  margin-right: 20px;
}
.docter__media__ttl {
  font-size: 22px;
  font-size: 2.2rem;
  text-align: center;
  line-height: 1;
  margin-bottom: 40px;
}
@media screen and (max-width: 600px) {
  .docter__media__ttl {
    margin-bottom: 2.5rem;
  }
}
.docter__media__txt {
  text-align: center;
  line-height: 1;
  margin-bottom: 20px;
}
@media screen and (max-width: 600px) {
  .docter__media__txt {
    text-align: left;
    line-height: 1.4;
  }
}
.docter__media__btn {
  width: 100%;
  font-size: 22px;
  font-size: 2.2rem;
  font-weight: bold;
  text-align: center;
  line-height: 1;
}
.docter__media__btn a {
  background: #1082d1;
  color: #fff;
  display: block;
  padding: 30px 0;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.docter__media__btn a span {
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  position: relative;
}
.docter__media__btn a span:before, .docter__media__btn a span:after {
  position: absolute;
  content: "";
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  background-size: cover;
  background-repeat: no-repeat;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.docter__media__btn a span:before {
  width: 45px;
  height: 53px;
  background-image: url(../img/docter/pdf.svg);
  left: -104px;
}
.docter__media__btn a span:after {
  font-family: "FontAwesome";
  content: "\f019";
  font-size: 3rem;
  font-weight: normal;
  right: -77px;
}
.docter__media__btn a:hover {
  opacity: 0.85;
}
.docter__media__btn a:hover span:before, .docter__media__btn a:hover span:after {
  top: 40%;
}
.docter__media__btn--bnr {
  text-align: center;
}
.docter__media__btn--bnr a {
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.docter__media__btn--bnr a:hover {
  opacity: 0.85;
}
/*# sourceMappingURL=docter.css.map */