#doctor {
  position: relative;
}

#doctor::before {
  position: absolute;
  content: '';
  bottom: -56px;
  left: 0;
  width: 100%;
  height: 1400px;
  background: url("/wp-content/themes/itreat_base/dist/img/doctor/doctor-bg.jpg") center/cover no-repeat;
  opacity: .16;
  z-index: -2;
}

@media screen and (max-width: 1279px) {
  #doctor::before {
    height: 1280px;
  }
}

@media screen and (max-width: 1023px) {
  #doctor::before {
    height: 1080px;
  }
}

@media screen and (max-width: 959px) {
  #doctor::before {
    height: 900px;
  }
}

@media screen and (max-width: 767px) {
  #doctor::before {
    height: 640px;
  }
}

@media screen and (max-width: 519px) {
  #doctor::before {
    height: 400px;
  }
}

.doctor .doctor-ttl {
  position: relative;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  display: block;
  margin-inline: auto;
  margin-bottom: calc(8px * 5);
  padding: 0 30px;
  font-size: 3.2rem;
  font-weight: bold;
  color: #776358;
  text-align: center;
  line-height: 1.2;
}

@media screen and (max-width: 959px) {
  .doctor .doctor-ttl {
    margin-bottom: calc((8px * 5) * 0.75);
  }
}

@media screen and (max-width: 519px) {
  .doctor .doctor-ttl {
    margin-bottom: calc((8px * 5) * 0.5);
  }
}

@media screen and (max-width: 1023px) {
  .doctor .doctor-ttl {
    padding: 0 28px;
    font-size: 2.8rem;
  }
}

@media screen and (max-width: 959px) {
  .doctor .doctor-ttl {
    padding: 0 24px;
    font-size: 2.4rem;
  }
}

@media screen and (max-width: 519px) {
  .doctor .doctor-ttl {
    text-align: center;
    font-size: 2rem;
    padding: 0 20px;
  }
}

.doctor .doctor-ttl::before, .doctor .doctor-ttl::after {
  content: "";
  position: absolute;
  top: 50%;
  translate: 0 -50%;
  width: 10px;
  height: 40px;
  background: url("/wp-content/themes/itreat_base/dist/img/common/frame-deco.svg") center/contain no-repeat;
}

@media screen and (max-width: 959px) {
  .doctor .doctor-ttl::before, .doctor .doctor-ttl::after {
    width: 8px;
    height: 38px;
  }
}

@media screen and (max-width: 519px) {
  .doctor .doctor-ttl::before, .doctor .doctor-ttl::after {
    width: 6px;
    height: 36px;
  }
}

.doctor .doctor-ttl::before {
  left: 0;
}

.doctor .doctor-ttl::after {
  right: 0;
  rotate: 180deg;
}

.doctor .doctor-unit {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 40px;
}

@media screen and (max-width: 1023px) {
  .doctor .doctor-unit {
    gap: 32px;
  }
}

@media screen and (max-width: 959px) {
  .doctor .doctor-unit {
    gap: 24px;
  }
}

@media screen and (max-width: 767px) {
  .doctor .doctor-unit {
    gap: 16px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

.doctor .doctor-unit__vsl {
  position: relative;
  width: 248px;
}

@media screen and (max-width: 1023px) {
  .doctor .doctor-unit__vsl {
    width: 220px;
  }
}

@media screen and (max-width: 959px) {
  .doctor .doctor-unit__vsl {
    width: 200px;
  }
}

.doctor .doctor-unit__vsl .doctor-name {
  position: absolute;
  bottom: 0;
  left: 0;
  line-height: 1.2;
  background: -webkit-gradient(linear, left top, right top, from(#53453D), to(#927C6F));
  background: linear-gradient(90deg, #53453D, #927C6F);
  color: #ffffff;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding: 8px 16px;
  font-weight: bold;
}

@media screen and (max-width: 959px) {
  .doctor .doctor-unit__vsl .doctor-name {
    padding: 6px 14px;
  }
}

@media screen and (max-width: 767px) {
  .doctor .doctor-unit__vsl .doctor-name {
    padding: 4px 12px;
  }
}

.doctor .doctor-unit__vsl .doctor-name span {
  display: block;
}

.doctor .doctor-unit__vsl .doctor-name span em {
  font-size: 2rem;
}

@media screen and (max-width: 1023px) {
  .doctor .doctor-unit__vsl .doctor-name span em {
    font-size: 1.8rem;
  }
}

@media screen and (max-width: 959px) {
  .doctor .doctor-unit__vsl .doctor-name span em {
    font-size: 1.6rem;
  }
}

.doctor .doctor-unit__dtl {
  width: calc(100% - 288px);
}

@media screen and (max-width: 1023px) {
  .doctor .doctor-unit__dtl {
    width: calc(100% - 252px);
  }
}

@media screen and (max-width: 959px) {
  .doctor .doctor-unit__dtl {
    width: calc(100% - 224px);
  }
}

@media screen and (max-width: 767px) {
  .doctor .doctor-unit__dtl {
    width: 100%;
  }
}

.doctor .doctor-unit:nth-child(2n) {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}

@media screen and (max-width: 767px) {
  .doctor .doctor-unit:nth-child(2n) {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

.doctor .doctor-unit:not(:last-child) {
  margin-bottom: calc(8px * 5);
}

@media screen and (max-width: 959px) {
  .doctor .doctor-unit:not(:last-child) {
    margin-bottom: calc((8px * 5) * 0.75);
  }
}

@media screen and (max-width: 519px) {
  .doctor .doctor-unit:not(:last-child) {
    margin-bottom: calc((8px * 5) * 0.5);
  }
}

.doctor .doctor-unit .doctor-unit-txt em {
  font-size: 1.8rem;
  font-weight: bold;
}

@media screen and (max-width: 959px) {
  .doctor .doctor-unit .doctor-unit-txt em {
    font-size: 1.6rem;
  }
}

.doctor .doctor-unit .doctor-unit-txt:not(:last-child) {
  margin-bottom: 12px;
}

.doctor .doctor-contents {
  margin-bottom: calc(8px * 4);
}

@media screen and (max-width: 959px) {
  .doctor .doctor-contents {
    margin-bottom: calc((8px * 4) * 0.75);
  }
}

@media screen and (max-width: 519px) {
  .doctor .doctor-contents {
    margin-bottom: calc((8px * 4) * 0.5);
  }
}

.doctor .doctor-contents .doctor-contents-txt em {
  font-size: 1.8rem;
  font-weight: bold;
}

@media screen and (max-width: 959px) {
  .doctor .doctor-contents .doctor-contents-txt em {
    font-size: 1.6rem;
    line-height: 1.4;
  }
}

.doctor .doctor-contents .doctor-contents-txt:not(:last-child) {
  margin-bottom: 12px;
}

.doctor .doctor-contents .doctor-contents-name {
  text-align: right;
  font-size: 2rem;
  padding-top: calc(8px * 5);
}

@media screen and (max-width: 959px) {
  .doctor .doctor-contents .doctor-contents-name {
    padding-top: calc((8px * 5) * 0.75);
  }
}

@media screen and (max-width: 519px) {
  .doctor .doctor-contents .doctor-contents-name {
    padding-top: calc((8px * 5) * 0.5);
  }
}

@media screen and (max-width: 959px) {
  .doctor .doctor-contents .doctor-contents-name {
    font-size: 1.8rem;
  }
}

@media screen and (max-width: 767px) {
  .doctor .doctor-contents .doctor-contents-name {
    font-size: 1.6rem;
  }
}

.doctor .doctor-contents .doctor-contents-name em {
  font-size: 2.4rem;
}

@media screen and (max-width: 1023px) {
  .doctor .doctor-contents .doctor-contents-name em {
    font-size: 2rem;
  }
}

@media screen and (max-width: 959px) {
  .doctor .doctor-contents .doctor-contents-name em {
    font-size: 1.8rem;
    line-height: 1.4;
  }
}

/*# sourceMappingURL=../../maps/pages/doctor.css.map */
