@charset "UTF-8";
.doctor::before {
  background-image: url("../../assets/img/doctor_bg.png");
  background-size: cover;
  background-position: center 42px;
  background-repeat: no-repeat;
  content: "";
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 100vh;
}
.doctorWrapper {
  padding: 150px 0 50px;
  width: 74%;
  max-width: 1010px;
  margin: 0 auto
}
.doctorTitle {
  padding: 44px 0 30px;
  background-color: rgba(255, 255, 255, 0.7)
}
.doctorTitle h1 {
  font-size: 36px;
  text-align: center;
  letter-spacing: 7.2px;
  line-height: 1.2
}
.doctorTitle h1 span {
  font-size: 24px;
  text-align: center;
  letter-spacing: 2.4px
}
.doctorMain {
  background-color: #fff
}
.doctorTopTitle {
  font-size: 30px;
  text-align: center;
  font-weight: bold;
  margin-bottom: 58px
}
.doctorTitleBlock {
  border-bottom: 1px solid #202124;
  padding-bottom: 10px
}
.doctorMainContents {
  padding: 80px 0
}
.doctorMainBlock {
  width: 89.1%;
  margin: 0 auto
}
.doctorTopText {
  font-size: 16px;
  margin-bottom: 69px
}
.doctorMainTitle {
  font-size: 28px;
  padding-bottom: 10px;
  line-height: 1
}
.doctorListItem {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  margin-top: 40px;
  margin-bottom: 122px
}
.doctorListItem--noSpace {
  margin-bottom: 0
}
.doctorItemImage {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 45.1%;
  flex: 0 0 45.1%;
  margin-right: 45px
}
.doctorImage {
  display: block;
  width: 100%;
  image-rendering: -webkit-optimize-contrast
}
.doctorImage--small {
  margin: 0 auto;
  padding: 0 18%
}
.doctorImage--middle {
  margin: 0 auto;
  padding: 0 10%
}
.doctorItemImage--space {
  padding: 50px
}
.doctorItem {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  min-height: 267px;
  width: 100%
}
.doctorItem--long {
  min-height: 350px
}
.doctorItem--short {
  min-height: 250px
}
.doctorItemText {
  width: 100%;
  font-size: 16px;
  letter-spacing: 1px;
  margin-bottom: 32px
}
.doctorItemText--top {
  margin-top: 20px
}
.doctorItem-large {
  width: 100%
}
.doctorItemContents {
  width: 100%
}
.doctorItemText--bottom {
  margin-bottom: 30px
}
.doctorItemButtonList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center
}
.doctorItemButton {
  display: block;
  background-color: #9FCC01;
  padding: 19px 40px;
  font-size: 18px;
  border-radius: 8px;
  line-height: 1;
  color: #fff;
  cursor: pointer
}
.doctorItemButton--right {
  margin-right: 23px;
  padding: 19px 31px;
}
.doctorItemButton--smallSpace {
  padding: 19px 22px 19px 40px
}
.doctorItemButton:hover {
  color: #fff;
  background-color: rgba(159, 204, 1, 0.7);
}
.doctorItemLink {
  display: block;
  font-size: 18px;
  border-radius: 8px;
  line-height: 1.2;
  color: #202124;
  cursor: pointer;
  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
}
.doctorItemLink--right {
  margin-right: 30px
}
.doctorItemLink span {
  margin-top: 3px;
  margin-right: 5px
}
.doctorBr {
  display: none
}
.doctorItemLink {
  display: block;
  font-size: 18px;
  border-radius: 8px;
  line-height: 1.2;
  color: #202124;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 20px
}
.doctorItemLink--right {
  margin-top: 50px
}
.doctorItemLink span {
  margin-top: 3px;
  margin-right: 5px
}
/* SP　*/
@media screen and (max-width: 768px) {
  .doctor::before {
    background-image: url("../../assets/img/doctor_bg_sp.png");
    background-size: cover;
    background-position: center 42px;
    background-repeat: no-repeat;
    content: "";
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    z-index: -1;
    width: 100%;
    height: 100vh;
  }
  .doctorWrapper {
    width: 86.7%;
    padding: 80px 0
  }
  .doctorTitle {
    padding: 18px 0
  }
  .doctorTitle h1 {
    font-size: 24px;
    text-align: center;
    letter-spacing: 2.1px
  }
  .doctorTitle h1 span {
    font-size: 17px;
    text-align: center;
    letter-spacing: 2.55px
  }
  .doctorTopTitle {
    font-size: 23px;
    text-align: center;
    font-weight: normal;
    margin-bottom: 40px
  }
  .doctorListItem {
    display: block;
    margin-bottom: 42px;
    margin-top: 20px
  }
  .doctorItemImage {
    margin-bottom: 20px;
    margin-right: 0
  }
  .doctorImage--middle {
    padding: 0
  }
  .doctorImage--small {
    padding: 0
  }
  .doctorItemImage--wide {
    padding: 0;
    margin: 0
  }
  .doctorImage--smallSp {
    padding: 0 18%
  }
  .doctorItemButtonList {
    display: block;
    width: 100%;
    text-align: center
  }
  .doctorItemButton--right {
    margin-right: 0
  }
  .doctorItemButton {
    margin-bottom: 15px
  }
  .doctorMainBlock {
    width: 78.7%
  }
  .doctorMainContents {
    padding: 50px 0
  }
  .doctorMainTitle {
    margin: 0;
    padding: 0;
    font-size: 23px;
    line-height: 1.6
  }
  .doctorMainTitle span {
    font-size: 18px
  }
  .doctorItemText {
    margin-bottom: 28px
  }
  .doctorItemLink {
    font-size: 18px
  }
  .doctorItemLink--right {
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 28px
  }
  .doctorItemImage--space {
    padding: 0 20px
  }
  .doctorItem {
    min-height: auto
  }
  .doctorBr {
    display: inline
  }
  .doctorImage--space {
    margin-top: 0
  }
}