.doctor .doctor-unit {
  display: grid;
  grid-template-columns: 350px 1fr;
  gap: 56px;
}

@media screen and (max-width: 1279px) {
  .doctor .doctor-unit {
    grid-template-columns: 310px 1fr;
    gap: 40px;
  }
}

@media screen and (max-width: 959px) {
  .doctor .doctor-unit {
    grid-template-columns: 260px 1fr;
    gap: 32px;
  }
}

@media screen and (max-width: 767px) {
  .doctor .doctor-unit {
    grid-template-columns: 1fr;
    gap: 24px;
  }
}

.doctor .doctor-unit__vsl {
  position: relative;
}

@media screen and (max-width: 767px) {
  .doctor .doctor-unit__vsl {
    max-width: 320px;
    margin-inline: auto;
  }
}

.doctor .doctor-unit__vsl .vsl-inner {
  position: sticky;
  top: 16px;
  left: 0;
}

.doctor .doctor-unit__vsl .vsl-inner .vsl-contents {
  position: relative;
}

@media screen and (max-width: 767px) {
  .doctor .doctor-unit__vsl .vsl-inner .vsl-contents {
    aspect-ratio: 1/1;
  }
}

.doctor .doctor-unit__vsl .vsl-inner .vsl-contents img {
  border-radius: 8px;
}

@media screen and (max-width: 959px) {
  .doctor .doctor-unit__vsl .vsl-inner .vsl-contents img {
    border-radius: calc(8px * 0.75);
  }
}

@media screen and (max-width: 519px) {
  .doctor .doctor-unit__vsl .vsl-inner .vsl-contents img {
    border-radius: calc(8px * 0.5);
  }
}

@media screen and (max-width: 767px) {
  .doctor .doctor-unit__vsl .vsl-inner .vsl-contents img {
    -o-object-fit: cover;
    object-fit: cover;
    height: 100%;
    -o-object-position: center 10%;
    object-position: center 10%;
  }
}

.doctor .doctor-unit__dtl .doctor-name {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 16px;
  margin-bottom: 64px;
  position: relative;
  font-size: 2.8rem;
}

@media screen and (max-width: 959px) {
  .doctor .doctor-unit__dtl .doctor-name {
    margin-bottom: 40px;
    font-size: 2.4rem;
  }
}

@media screen and (max-width: 767px) {
  .doctor .doctor-unit__dtl .doctor-name {
    margin-bottom: 32px;
    font-size: 2rem;
  }
}

.doctor .doctor-unit__dtl .doctor-name::before {
  content: "";
  position: absolute;
  bottom: -30px;
  left: 0;
  width: 100%;
  height: 53px;
  background: url("/wp-content/themes/itreat_base/dist/img/common/headttl.svg") bottom left/contain no-repeat;
}

@media screen and (max-width: 767px) {
  .doctor .doctor-unit__dtl .doctor-name::before {
    bottom: -20px;
  }
}

.doctor .doctor-unit__dtl .doctor-name__position {
  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;
  padding: 8px 10px 8px 12px;
  border-radius: 1px 6px 1px 6px;
  background: #6AACA1;
  font-size: 2rem;
  color: #ffffff;
  line-height: 1;
}

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

@media screen and (max-width: 767px) {
  .doctor .doctor-unit__dtl .doctor-name__position {
    padding: 3px 6px 5px 8px;
    border-radius: 2px;
    font-size: 1.4rem;
  }
}

.doctor .doctor-unit__dtl .doctor-lead {
  margin-bottom: 24px;
  font-size: 2rem;
  line-height: 1.4;
}

@media screen and (max-width: 959px) {
  .doctor .doctor-unit__dtl .doctor-lead {
    margin-bottom: 18px;
    font-size: 1.8rem;
  }
}

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

@media screen and (max-width: 519px) {
  .doctor .doctor-unit__dtl .doctor-lead {
    margin-bottom: 10px;
  }
}

.doctor .doctor-unit__dtl .doctor-lead .marker {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(50%, transparent), color-stop(50%, #FDFAD7));
  background: linear-gradient(transparent 50%, #FDFAD7 50%);
}

.doctor .doctor-unit__dtl .doctor-history {
  padding: 24px;
  background: rgba(196, 179, 140, 0.05);
  border-radius: 2px;
}

@media screen and (max-width: 959px) {
  .doctor .doctor-unit__dtl .doctor-history {
    padding: 20px;
  }
}

@media screen and (max-width: 519px) {
  .doctor .doctor-unit__dtl .doctor-history {
    padding: 16px;
  }
}

.doctor .doctor-unit__dtl .doctor-history .doctor-history-ttl {
  position: relative;
  margin-bottom: 16px;
  padding-bottom: 8px;
  padding-left: 34px;
  font-size: 2rem;
  border-bottom: 1px solid rgba(106, 172, 161, 0.4);
  line-height: 1.4;
}

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

@media screen and (max-width: 519px) {
  .doctor .doctor-unit__dtl .doctor-history .doctor-history-ttl {
    font-size: 1.6rem;
    margin-bottom: 8px;
    padding-bottom: 8px;
  }
}

.doctor .doctor-unit__dtl .doctor-history .doctor-history-ttl::before {
  content: "";
  position: absolute;
  top: 7px;
  left: 0;
  width: 24px;
  height: 16px;
  background: url("/wp-content/themes/itreat_base/dist/img/common/ttl-m-deco.svg") center/contain no-repeat;
}

.doctor .doctor-unit__dtl .doctor-history .doctor-history-list__item {
  display: grid;
  grid-template-columns: 80px 1fr;
  gap: 16px;
}

@media screen and (max-width: 519px) {
  .doctor .doctor-unit__dtl .doctor-history .doctor-history-list__item {
    gap: 0;
  }
}

.doctor .doctor-unit__dtl .doctor-history .doctor-history-list__item:not(:last-child) {
  margin-bottom: 8px;
}

.doctor .doctor-unit__dtl .doctor-history .doctor-history-list__item dt {
  position: relative;
  padding-top: 2px;
  padding-left: 20px;
  line-height: 1.2;
}

@media screen and (max-width: 519px) {
  .doctor .doctor-unit__dtl .doctor-history .doctor-history-list__item dt {
    padding-top: 4px;
    font-size: 1.4rem;
  }
}

.doctor .doctor-unit__dtl .doctor-history .doctor-history-list__item dt::before {
  position: absolute;
  content: "";
  left: 0;
  top: 8px;
  width: 12px;
  height: 12px;
  background: url("/wp-content/themes/itreat_base/dist/img/common/list-deco.svg") center/contain no-repeat;
}

@media screen and (max-width: 959px) {
  .doctor .doctor-unit__dtl .doctor-history .doctor-history-list__item dt::before {
    top: 6px;
  }
}

@media screen and (max-width: 519px) {
  .doctor .doctor-unit__dtl .doctor-history .doctor-history-list__item dd {
    font-size: 1.4rem;
  }
}

.doctor .doctor-unit__dtl .doctor-books .doctor-history-ttl {
  margin-bottom: 24px;
  padding-bottom: 8px;
  border-bottom: 2px dotted rgba(124, 112, 82, 0.5);
  color: #7C7052;
  font-size: 2rem;
}

.doctor .doctor-unit__dtl .credentials-container {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 16px;
}

@media screen and (max-width: 959px) {
  .doctor .doctor-unit__dtl .credentials-container {
    grid-template-columns: repeat(1, 1fr);
    gap: 8px;
  }
}

.doctor .doctor-unit__dtl .credentials-container .doctor-qualification,
.doctor .doctor-unit__dtl .credentials-container .doctor-affiliation {
  padding: 24px;
  border: 1px solid #6AACA1;
  border-radius: 2px;
}

@media screen and (max-width: 959px) {
  .doctor .doctor-unit__dtl .credentials-container .doctor-qualification,
  .doctor .doctor-unit__dtl .credentials-container .doctor-affiliation {
    padding: 20px;
  }
}

@media screen and (max-width: 519px) {
  .doctor .doctor-unit__dtl .credentials-container .doctor-qualification,
  .doctor .doctor-unit__dtl .credentials-container .doctor-affiliation {
    padding: 16px;
  }
}

.doctor .doctor-unit__dtl .credentials-container .doctor-qualification .doctor-history-ttl,
.doctor .doctor-unit__dtl .credentials-container .doctor-affiliation .doctor-history-ttl {
  position: relative;
  margin-bottom: 8px;
  padding-bottom: 8px;
  padding-left: 34px;
  border-bottom: 1px solid rgba(106, 172, 161, 0.4);
}

@media screen and (max-width: 519px) {
  .doctor .doctor-unit__dtl .credentials-container .doctor-qualification .doctor-history-ttl,
  .doctor .doctor-unit__dtl .credentials-container .doctor-affiliation .doctor-history-ttl {
    margin-bottom: 4px;
    padding-bottom: 4px;
  }
}

.doctor .doctor-unit__dtl .credentials-container .doctor-qualification .doctor-history-ttl::before,
.doctor .doctor-unit__dtl .credentials-container .doctor-affiliation .doctor-history-ttl::before {
  content: "";
  position: absolute;
  top: 5px;
  left: 0;
  width: 24px;
  height: 16px;
  background: url("/wp-content/themes/itreat_base/dist/img/common/ttl-m-deco.svg") center/contain no-repeat;
}

.doctor .doctor-unit__dtl .credentials-container .doctor-qualification a,
.doctor .doctor-unit__dtl .credentials-container .doctor-affiliation a {
  text-decoration: underline;
  color: #6AACA1;
}

.doctor .doctor-unit__dtl .credentials-container .doctor-qualification a:hover,
.doctor .doctor-unit__dtl .credentials-container .doctor-affiliation a:hover {
  text-decoration: none;
}

.doctor .doctor-unit:not(:last-child) {
  margin-bottom: calc(8px * 11);
  padding-bottom: calc(8px * 11);
  border-bottom: solid 1px rgba(106, 172, 161, 0.24);
}

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

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

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

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

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