.p-single-doctor__bg {
  padding: 1.25rem 0 3.125rem;
}
@media screen and (min-width: 768px) {
  .p-single-doctor__bg {
    padding: 6.25rem 0;
  }
}
._column .p-single-doctor__bg {
  padding-block: 3.125rem;
  background: url(../images/single/bg_doctor01.webp) no-repeat top center/cover;
}
@media screen and (min-width: 768px) {
  ._archive .p-single-doctor__bg {
    padding-bottom: 5.625rem;
  }
}

@media screen and (min-width: 768px) {
  .p-single-doctor + .p-single-doctor._archive .p-single-doctor__bg {
    padding-top: 0;
  }
}

@media screen and (min-width: 768px) {
  .p-single-doctor._archive {
    margin-top: 6.25rem;
  }
}

.p-single-doctor__content {
  display: contents;
}
@media screen and (min-width: 768px) {
  .p-single-doctor__content {
    display: block;
  }
}
.p-single-doctor__content._noContents {
  display: block;
}

.p-single-doctor__position {
  font-family: "Zen Old Mincho", "Noto Serif", serif;
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 2;
}

.p-single-doctor__media {
  margin-top: 1.25rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media screen and (min-width: 768px) {
  .p-single-doctor__media {
    margin-top: 3.125rem;
    display: flow-root;
  }
}

.p-single-doctor__doctorImg {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
  margin-top: 1.25rem;
}
@media screen and (min-width: 768px) {
  .p-single-doctor__doctorImg {
    -webkit-box-ordinal-group: initial;
        -ms-flex-order: initial;
            order: initial;
    float: right;
    padding-left: 1rem;
    margin-top: 0;
  }
}

.p-single-doctor__doctorImg img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: top;
     object-position: top;
}
@media screen and (min-width: 768px) {
  .p-single-doctor__doctorImg img {
    aspect-ratio: 520/408;
    max-width: 32.5rem;
  }
}

.p-single-doctor__head {
  display: grid;
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}
@media screen and (min-width: 768px) {
  .p-single-doctor__head {
    -webkit-box-ordinal-group: initial;
        -ms-flex-order: initial;
            order: initial;
  }
}

.p-single-doctor__workingDay {
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 2;
  font-family: "Zen Old Mincho", "Noto Serif", serif;
}

.p-single-doctor__info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.5rem;
}
@media screen and (min-width: 768px) {
  .p-single-doctor__info {
    gap: 1.25rem;
  }
}
._archive .p-single-doctor__info {
  gap: 0.5rem;
}

.p-single-doctor__info::after {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background-color: #998E73;
}

.p-single-doctor__name {
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 2;
  font-family: "Zen Old Mincho", "Noto Serif", serif;
  color: #766A4C;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.p-single-doctor__name span {
  display: block;
  font-size: 0.875rem;
  line-height: 1.5;
  margin-top: -0.5625rem;
}

.p-single-doctor__snsItems {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.25rem;
}
@media screen and (min-width: 768px) {
  .p-single-doctor__snsItems {
    gap: 0.875rem;
  }
}
._archive .p-single-doctor__snsItems {
  gap: 0.25rem;
}

.p-single-doctor__snsItemLink {
  width: 2.5rem;
  height: 2.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-color: #998E73;
  border-radius: 50%;
}

.p-single-doctor__snsItemLink img {
  -o-object-fit: contain;
     object-fit: contain;
  width: 100%;
  height: 100%;
}

.p-single-doctor__title {
  font-size: 0.875rem;
  font-weight: 700;
  line-height: 2;
  color: #998E73;
}

.p-single-doctor__textBox {
  -webkit-box-ordinal-group: 4;
      -ms-flex-order: 3;
          order: 3;
  margin-top: 3.125rem;
}
@media screen and (min-width: 768px) {
  .p-single-doctor__textBox {
    -webkit-box-ordinal-group: initial;
        -ms-flex-order: initial;
            order: initial;
    margin-top: 1.25rem;
  }
}
.p-single-doctor__textBox p {
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 2;
}
.p-single-doctor__textBox p + .p-single-doctor__textBox p {
  margin-top: 1.25rem;
}

.p-single-doctor__text + .p-single-doctor__text {
  margin-top: 1.25rem;
}

.p-single-doctor__items {
  margin-top: 3.125rem;
  display: grid;
  gap: 2.5rem;
}
@media screen and (min-width: 768px) {
  .p-single-doctor__items {
    grid-template-columns: repeat(2, 1fr);
  }
}

.p-single-doctor__lists {
  margin-top: 1.25rem;
}
.p-single-doctor__lists p {
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 2;
}

.p-single-doctor__list {
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 2;
}

.p-single-doctor__colCards {
  margin-top: 2.5rem;
}

.p-single-doctor__cards {
  display: grid;
  gap: 3rem;
  margin-top: 1.1875rem;
}
@media screen and (min-width: 768px) {
  .p-single-doctor__cards {
    grid-template-columns: repeat(3, 1fr);
    gap: 3.875rem 2.1875rem;
    margin-top: 3.125rem;
  }
}

.p-single-doctor__card {
  display: grid;
  gap: 1.25rem;
}

.p-single-doctor__img img {
  aspect-ratio: 340/260;
  -o-object-position: top;
     object-position: top;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
}
@media screen and (min-width: 768px) {
  .p-single-doctor__img img {
    -o-object-position: initial;
       object-position: initial;
    aspect-ratio: 340/400;
  }
}

.p-single-doctor__career {
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 2;
  color: #998E73;
}

.p-single-doctor__btn {
  margin-top: 1.375rem;
  text-align: right;
}/*# sourceMappingURL=single-doctor.css.map */