.doctor-v2-page {
  width: 100%;
  background: #0f0f0f;
  color: #fff;
}

.doctor-v2-page *,
.doctor-v2-page *::before,
.doctor-v2-page *::after {
  box-sizing: border-box;
}

.doctor-v2-sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  border: 0;
  overflow: hidden;
  clip: rect(0 0 0 0);
}

.doctor-v2-hero img {
  width: 100%;
  height: auto;
  display: block;
}

.doctor-v2-message {
  position: relative;
  background: linear-gradient(rgba(6, 8, 12, 0.56), rgba(6, 8, 12, 0.56)), url('/img/sub/doctor/02_img.jpg') center center / cover no-repeat;
  min-height: clamp(420px, 39.0625vw, 750px);
  padding: 34px 20px;
  display: flex;
  align-items: center;
  text-align: center;
}

.doctor-v2-message__overlay {
  width: min(900px, 100%);
  margin: 0 auto;
}

.doctor-v2-message__en {
  margin: 0;
  font-size: clamp(20px, 2.1vw, 52px);
  line-height: 1.15;
  font-family: 'ArtnerPrimary', sans-serif;
  font-weight: 400;
}

.doctor-v2-message__title {
  margin: 14px 0 0;
  font-size: clamp(18px, 1.5vw, 40px);
  line-height: 1.25;
  font-weight: 100;
}

.doctor-v2-message__copy {
  margin-top: 24px;
  color: rgba(255, 255, 255, 0.87);
  font-size: clamp(15px, 1.05vw, 20px);
  line-height: 1.72;
}

.doctor-v2-message__copy p,
.doctor-v2-message__strong {
  margin: 0;
      font-weight: 300;
}

.doctor-v2-message__copy strong,
.doctor-v2-message__strong {
  color: #fff;
  font-weight: 700;
}

.doctor-v2-message__strong {
  margin-top: 20px;
  font-size: clamp(17px, 1.15vw, 22px);
}

.doctor-v2-doctor {
  position: relative;
  background: url('/img/sub/doctor/03_doctor_bg.jpg') center center / cover no-repeat;
  min-height: clamp(420px, 39.0625vw, 750px);
  color: #222;
}

.doctor-v2-doctor__inner {
  width: min(1400px, 100%);
  margin: 0 auto;
  padding: 78px 40px 0;
  display: flex;
  gap: 24px;
  align-items: flex-end;
  position: relative;
  min-height: inherit;
}

.doctor-v2-doctor__copy {
  flex: 1;
  max-width: 760px;
  padding-bottom: 90px;
}

.doctor-v2-doctor__heading2 {
  position: relative;
  margin: 0 0 20px 0;
  padding-left: 22px;
  border-left: 2px solid #343434; 
  line-height: 1.2;
  z-index: 1;
  font-size: 20px;
  color: #000000c7;
}

.doctor-v2-doctor__heading {
  position: relative;
  margin: 0;
  padding-left: 22px;
  border-left: 2px solid #343434; 
  line-height: 1.2;
  z-index: 1;
}

.doctor-v2-doctor__heading::after {
  content: '';
  position: absolute;
  left: 30%;
  top: 50%;
  width: clamp(220px, 20vw, 340px);
  aspect-ratio: 340 / 237;
  transform: translateY(-56%);
  background: url('/img/sub/doctor/03_doctor_logo.png') center center / contain no-repeat;
  pointer-events: none;
  z-index: -1;
}

.doctor-v2-doctor__heading span {
  display: block;
  font-size: clamp(20px, 2.15vw, 48px);
  font-weight: 400;
}

.doctor-v2-doctor__heading strong {
  display: inline-flex;
  align-items: baseline;
  gap: 10px;
  margin-top: 6px;
  font-size: clamp(35px, 2.15vw, 72px);
  line-height: 1;
  font-weight: 600;
}

.doctor-v2-doctor__heading em {
  font-style: normal;
  font-size: clamp(30px, 1.8vw, 46px);
  font-weight: 400;
}

.doctor-v2-doctor h4 {
  margin: 56px 0 26px;
  font-size: clamp(35px, 1.5vw, 52px);
  line-height: 1;
}

.doctor-v2-doctor__history {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px 54px;
}

.doctor-v2-doctor__history ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: grid;
  gap: 6px;
  align-content: start;
}

.doctor-v2-doctor__history li {
  font-size: clamp(19px, 1vw, 30px);
  line-height: 1.35;
}

.doctor-v2-doctor__photo {
  margin: 0;
  width: min(560px, 40vw);
  position: absolute;
  right: 40px;
  bottom: 0;
}

.doctor-v2-doctor__photo img {
  display: block;
  width: 100%;
  height: auto;
}

.doctor-v2-preview {
  padding: 80px 20px 90px;
  background: url('/img/sub/doctor/04_bg.jpg') center center / cover no-repeat;
}

.doctor-v2-preview__head {
  text-align: center;
  margin-bottom: 50px;
}

.doctor-v2-preview__head h3 {
  margin: 0;
  font-family: 'ArtnerPrimary', sans-serif;
  font-size: clamp(35px, 3.1vw, 74px);
  font-weight: 400;
  line-height: 1.1;
}

.doctor-v2-preview__head p {
  margin: 18px 0 0;
  font-size: clamp(20px, 1.55vw, 34px);
  line-height: 1.45;
  font-weight: 300;
}

.doctor-v2-preview__image {
  width: min(1149px, 100%);
  margin: 0 auto;
}

.doctor-v2-preview__image img {
  display: block;
  width: 100%;
  height: auto;
}

.doctor-v2-outro {
  position: relative;
  min-height: 420px;
  background: linear-gradient(rgba(8, 12, 6, 0.5), rgba(8, 12, 6, 0.5)), url('/img/sub/doctor/05_bg.jpg') center center / cover no-repeat;
  display: flex;
  align-items: flex-end;
  justify-content: center;
}

.doctor-v2-outro__overlay {
  width: min(980px, 100%);
  padding: 0 20px 92px;
  text-align: center;
}

.doctor-v2-outro p {
  margin: 0;
  font-family: 'ArtnerPrimary', sans-serif;
  font-size: clamp(22px, 1.5vw, 40px);
  line-height: 1.2;
}

.doctor-v2-outro h3 {
  margin: 18px 0 0;
  font-size: clamp(20px, 2.15vw, 62px);
  line-height: 1.3;
  font-weight: 300;
}

.doctor-v2-outro strong {
  font-weight: 700;
}

@media (max-width: 1280px) {
  .doctor-v2-doctor__inner {
    padding: 58px 24px 0;
  }

  .doctor-v2-doctor__photo {
    width: min(470px, 41vw);
    right: 24px;
  }
}

@media (max-width: 1024px) {
  .doctor-v2-message {
    min-height: auto;
    padding: 52px 18px 58px;
  }

  .doctor-v2-message__copy {
    margin-top: 20px;
  }

  .doctor-v2-doctor {
    min-height: auto;
  }

  .doctor-v2-doctor__inner {
    display: block;
    padding: 48px 18px 0;
    min-height: unset;
  }

  .doctor-v2-doctor__copy {
    max-width: none;
  }

  .doctor-v2-doctor h4 {
    margin-top: 34px;
  }

  .doctor-v2-doctor__history {
    grid-template-columns: 1fr;
    gap: 14px;
  }

  .doctor-v2-doctor__photo {
    position: static;
    max-width: 460px;
    margin: 26px auto 0;
    width: 100%;
  }

  .doctor-v2-preview {
    padding: 60px 16px 68px;
  }

  .doctor-v2-preview__head {
    margin-bottom: 30px;
  }

  .doctor-v2-outro {
    min-height: 340px;
  }

  .doctor-v2-outro__overlay {
    padding-bottom: 62px;
  }
}

@media (max-width: 640px) {
  .doctor-v2-doctor__heading::after {
    left: 22px;
    width: 210px;
    transform: translateY(-52%);
    opacity: 0.11;
  }

  .doctor-v2-message__copy {
    font-size: 10px;
    line-height: 1.7;
  }

  .doctor-v2-message__strong {
    font-size: 16px;
  }

  .doctor-v2-doctor__heading {
    padding-left: 14px;
  }

  .doctor-v2-doctor h4 {
    font-size: 32px;
  }

  .doctor-v2-doctor__history li {
    font-size: 16px;
  }

  .doctor-v2-outro {
    min-height: 280px;
  }

  .doctor-v2-outro p {
    font-size: 20px;
  }

  .doctor-v2-outro h3 {
    margin-top: 10px;
  }
}
