.p-doctor_sub_mv img {
  -o-object-position: 66% 50%;
     object-position: 66% 50%;
}

.p-doctor {
  padding-bottom: 12.3rem;
}

.p-doctor_sec {
  border-top: 1px solid #DCDCDC;
  border-bottom: 1px solid #DCDCDC;
}
.p-doctor_sec:first-child {
  margin-top: 4.1rem;
}
.p-doctor_sec:not(:first-child) {
  margin-top: 9rem;
}

.p-doctor_sec_inner {
  border-left: 1px solid #DCDCDC;
  border-right: 1px solid #DCDCDC;
}

.p-doctor_sec-cells {
  display: flex;
}
@media screen and (max-width: 1024px) {
  .p-doctor_sec-cells {
    display: block;
  }
}
.p-doctor_sec-cells > .p-doctor_cell {
  width: 50%;
}
@media screen and (max-width: 1024px) {
  .p-doctor_sec-cells > .p-doctor_cell {
    width: 100%;
  }
}
.p-doctor_sec-cells .p-doctor_cell {
  padding: 2.8rem 5.8rem;
}
@media screen and (max-width: 768px) {
  .p-doctor_sec-cells .p-doctor_cell {
    padding: 4rem 2.8rem;
  }
}
.p-doctor_sec-cells .p-doctor_cell:not(:first-child) {
  border-left: 1px solid #DCDCDC;
}
@media screen and (max-width: 1024px) {
  .p-doctor_sec-cells .p-doctor_cell:not(:first-child) {
    border-left: none;
  }
}

.p-doctor_cell {
  padding: 2.5rem 5.4rem;
}
@media screen and (max-width: 768px) {
  .p-doctor_cell {
    padding: 4rem 2.8rem;
  }
}
.p-doctor_cell:not(.p-doctor_nameArea) {
  border-top: 1px solid #DCDCDC;
}

.p-doctor_name {
  font-weight: 400;
  position: relative;
}
.p-doctor_name::before {
  content: "";
  position: absolute;
  width: 5px;
  aspect-ratio: 1/1;
  background-color: #2A2A2A;
  top: 1rem;
  left: -1.5rem;
}
@media screen and (max-width: 768px) {
  .p-doctor_name.p-doctor_cell {
    padding: 2rem 2.8rem;
  }
}

.p-doctor_name_kanji {
  font-size: 3.6rem;
  line-height: 1.7;
}
@media screen and (max-width: 768px) {
  .p-doctor_name_kanji {
    font-size: 2.8rem;
  }
}

.p-doctor_name_kana {
  display: inline-block;
  font-size: 1.4rem;
  line-height: 1.5;
  letter-spacing: 0.03em;
  margin-left: 1rem;
}

.p-doctor_sec-messageArea {
  display: flex;
  gap: 5.5rem;
}
@media screen and (max-width: 1024px) {
  .p-doctor_sec-messageArea {
    flex-direction: column;
  }
}
@media screen and (max-width: 768px) {
  .p-doctor_sec-messageArea {
    gap: 3.5rem;
  }
}
.p-doctor_sec-messageArea.p-doctor_cell {
  padding: 6rem 5.8rem;
}
@media screen and (max-width: 768px) {
  .p-doctor_sec-messageArea.p-doctor_cell {
    padding: 4rem 2.8rem;
  }
}

.p-doctor_sec-message {
  width: calc(100% - 51.5rem);
  display: flex;
  flex-direction: column;
}
@media screen and (max-width: 1024px) {
  .p-doctor_sec-message {
    width: 100%;
    order: 2;
  }
}

.p-doctor_sec_ttl {
  font-size: 2.2rem;
  letter-spacing: 0.1em;
  font-weight: 400;
}

.p-doctor_sec_ttl2 {
  font-size: 2rem;
  letter-spacing: 0.1em;
  font-weight: 400;
}

.p-doctor_sec-message_text {
  font-size: 1.5rem;
  line-height: 2;
  font-weight: 400;
  margin-top: 1.5rem;
}

.p-doctor_sec-message_signature {
  font-size: 1.5rem;
  line-height: 1.85;
  margin-top: auto;
  text-align: right;
}
@media screen and (max-width: 768px) {
  .p-doctor_sec-message_signature {
    margin-top: 2rem;
  }
}

.p-doctor_sec-message_img {
  width: 100%;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .p-doctor_sec-message_img {
    order: 1;
  }
}

.p-doctor_img01 {
  max-width: 51.5rem;
  aspect-ratio: 515/538;
}

.p-doctor_img02 {
  max-width: 51.7rem;
  aspect-ratio: 517/300;
}

.p-doctor_history_list {
  display: grid;
  grid-template-columns: 0.25fr 1fr;
  gap: 0.7rem 1.3rem;
  margin-top: 2.2rem;
  line-height: 1.6;
}
.p-doctor_history_list.--compact {
  grid-template-columns: 0.17fr 1fr;
}
@media screen and (max-width: 768px) {
  .p-doctor_history_list {
    margin-top: 1.4rem;
    grid-template-columns: 1fr;
    gap: 0;
    font-size: 1.4rem;
  }
  .p-doctor_history_list.--compact {
    grid-template-columns: 1fr;
  }
}
.p-doctor_history_list .--space {
  display: inline-block;
  width: 0.8rem;
  height: 1em;
}
@media screen and (max-width: 768px) {
  .p-doctor_history_list dd {
    margin-left: 1.3rem;
    margin-bottom: 1rem;
  }
}
@media screen and (max-width: 768px) {
  .p-doctor_history_list dd:last-of-type {
    margin-bottom: 0;
  }
}

.p-doctor_sec-child:not(:first-child) {
  margin-top: 3rem;
}

.p-doctor_history_text {
  margin-top: 2.2rem;
}
@media screen and (max-width: 768px) {
  .p-doctor_history_text {
    margin-top: 1.4rem;
    font-size: 1.4rem;
  }
}

.p-doctor_sec-btn {
  width: 22rem;
  height: 5rem;
  margin-top: 3rem;
}

.p-doctor_research_text {
  margin-top: 2.2rem;
  list-style: 1.85;
}

.p-doctor_research_list {
  margin-top: 2.2rem;
  padding-left: 1.6rem;
}
.p-doctor_research_list li {
  line-height: 1.85;
  position: relative;
}
.p-doctor_research_list li::before {
  content: "";
  position: absolute;
  background-color: #2A2A2A;
  width: 4px;
  height: 4px;
  border-radius: 50%;
  top: 0.9em;
  left: -1.1rem;
}