#contents-wrap {
  position: relative;
  padding: 0 6%;
}
@media screen and (max-width: 768px) {
  #contents-wrap {
    width: 100%;
    padding: 0 3%;
    overflow-x: hidden;
    transition-property: all;
    transition-duration: 0.3s;
  }
}
#contents-wrap .section-wrap {
  display: block;
}
#contents-wrap .section-wrap__inner {
  max-width: 1240px;
  margin: 0 auto;
}
#contents-wrap .section-wrap__header {
  background-color: #2D2D2D;
  text-align: center;
  color: white;
  padding: clamp(40px, 5vw + 10px, 70px) 0;
}
@media screen and (max-width: 768px) {
  #contents-wrap .section-wrap__header {
    padding: 25px 0;
    transition-property: all;
    transition-duration: 0.3s;
  }
}
#contents-wrap .section-wrap__header h2 {
  font-family: "Noto Serif JP", serif;
  font-style: normal;
  font-size: clamp(18px, 2vw + 12px, 24px);
  line-height: 1.5;
  letter-spacing: 1;
}
@media screen and (max-width: 768px) {
  #contents-wrap .section-wrap__header h2 {
    font-size: 16px;
    transition-property: all;
    transition-duration: 0.3s;
  }
}
#contents-wrap .section-wrap__header p {
  font-family: "Noto Serif JP", serif;
  font-style: normal;
  font-size: clamp(14px, 1.5vw + 10px, 16px);
  line-height: 1.5;
}
@media screen and (max-width: 768px) {
  #contents-wrap .section-wrap__header p {
    font-size: 12px;
    transition-property: all;
    transition-duration: 0.3s;
  }
}
#contents-wrap .doctor-section {
  padding-top: 60px;
  max-width: 1240px;
  margin: 0 auto;
}
#contents-wrap .doctor-section__inner {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  width: 100%;
}
@media screen and (max-width: 768px) {
  #contents-wrap .doctor-section {
    padding-top: 20px;
    transition-property: all;
    transition-duration: 0.3s;
  }
  #contents-wrap .doctor-section__inner {
    flex-direction: column;
    align-items: flex-start;
  }
}
#contents-wrap .doctor-section__image {
  position: relative;
  max-width: 45%;
  width: 100%;
  z-index: 1;
}
#contents-wrap .doctor-section__image img {
  width: 100%;
  height: auto;
}
@media screen and (max-width: 768px) {
  #contents-wrap .doctor-section__image {
    max-width: 90%;
    text-align: center;
    margin: 0 auto;
    margin-bottom: 20%;
    transition-property: all;
    transition-duration: 0.3s;
  }
}
#contents-wrap .doctor-section__image-overlay {
  position: absolute;
  top: 25%;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #EFF2F4;
  z-index: -5;
  transform: translate(-15%, 15%);
}
@media screen and (max-width: 768px) {
  #contents-wrap .doctor-section__image-overlay {
    width: 120%;
    left: 0;
    right: 0;
    transform: translate(-8%, 15%);
    transition-property: all;
    transition-duration: 0.3s;
  }
}
#contents-wrap .doctor-section__info {
  flex: 1;
  padding-left: 8%;
}
@media screen and (max-width: 768px) {
  #contents-wrap .doctor-section__info {
    padding-left: 0;
    padding: 6%;
    transition-property: all;
    transition-duration: 0.3s;
  }
}
#contents-wrap .doctor-section__name h3 {
  font-size: clamp(24px, 5vw + 10px, 38px);
  font-family: "Noto Serif JP", serif;
  font-style: normal;
  font-weight: bold;
  line-height: 1.5;
  letter-spacing: 1;
  margin-bottom: 20px;
}
#contents-wrap .doctor-section__name p {
  font-size: clamp(14px, 3vw + 8px, 16px);
  font-family: "Noto Serif JP", serif;
  font-style: normal;
  font-weight: bold;
  line-height: 1.5;
  letter-spacing: 1;
  margin-bottom: 20px;
}
@media screen and (max-width: 768px) {
  #contents-wrap .doctor-section__name p {
    line-height: 2;
    transition-property: all;
    transition-duration: 0.3s;
  }
}
#contents-wrap .doctor-section__detail dl {
  display: flex;
  gap: 10px;
  align-items: center;
}
#contents-wrap .doctor-section__detail dl dt {
  font-size: clamp(14px, 2vw + 6px, 14px);
  background-color: #2D2D2D;
  color: white;
  padding: 2% 5%;
  text-align: center;
  width: 20%;
}
#contents-wrap .doctor-section__detail dl dd {
  font-size: clamp(16px, 2vw + 6px, 14px);
}
#contents-wrap .doctor-section__sns {
  display: flex;
  gap: 10px;
  margin-top: 6%;
}
#contents-wrap .doctor-section__sns li a figure {
  width: 48px;
  height: 48px;
}
#contents-wrap .doctor-section__sns li a figure img {
  width: 100%;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
}
#contents-wrap .doctor-section__message {
  margin-top: 13%;
}
#contents-wrap .doctor-section__message h3 {
  font-size: clamp(18px, 5vw + 6px, 24px);
  font-family: "Noto Serif JP", serif;
  font-style: normal;
  font-weight: bold;
  line-height: 1.5;
  letter-spacing: 2px;
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid #2D2D2D;
}
#contents-wrap .doctor-section__message p {
  font-size: clamp(12px, 2vw + 2px, 16px);
  font-weight: normal;
  line-height: 2;
  letter-spacing: 1px;
  margin-bottom: 20px;
}
#contents-wrap .doctor-section__career {
  margin-top: 13%;
  margin-bottom: 20%;
}
@media screen and (max-width: 768px) {
  #contents-wrap .doctor-section__career {
    margin-bottom: 10%;
    transition-property: all;
    transition-duration: 0.3s;
  }
}
#contents-wrap .doctor-section__career h3 {
  font-size: clamp(18px, 5vw + 6px, 24px);
  font-family: "Noto Serif JP", serif;
  font-style: normal;
  font-weight: bold;
  line-height: 1.5;
  letter-spacing: 2px;
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid #2D2D2D;
}
#contents-wrap .doctor-section__career dl li {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 10px;
}
#contents-wrap .doctor-section__career dl li dt {
  font-size: clamp(12px, 2vw + 2px, 16px);
  font-weight: normal;
  line-height: 2;
  letter-spacing: 1px;
  margin-bottom: 0;
  width: 100px;
}
@media screen and (max-width: 768px) {
  #contents-wrap .doctor-section__career dl li dt {
    width: 50px;
    transition-property: all;
    transition-duration: 0.3s;
  }
}
#contents-wrap .doctor-section__career dl li dd {
  font-size: clamp(12px, 2vw + 2px, 16px);
  margin-bottom: 0;
  text-align: left;
  flex: 1;
  line-height: 1.5;
}
#contents-wrap .doctor-section__inner-wrap {
  padding-bottom: 60px;
  max-width: 1240px;
  width: 100%;
  margin: 0 auto;
  display: flex;
  gap: 5%;
}
@media screen and (max-width: 768px) {
  #contents-wrap .doctor-section__inner-wrap {
    flex-direction: column;
    gap: 0;
    transition-property: all;
    transition-duration: 0.3s;
  }
}
#contents-wrap .doctor-section__inner-wrap h3 {
  font-size: clamp(18px, 5vw + 6px, 24px);
  font-family: "Noto Serif JP", serif;
  font-style: normal;
  font-weight: bold;
  line-height: 1.5;
  letter-spacing: 2px;
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid #2D2D2D;
}
#contents-wrap .doctor-section__inner-wrap p {
  font-size: clamp(12px, 2vw + 2px, 16px);
  font-weight: normal;
  line-height: 2;
  letter-spacing: 1px;
  margin-bottom: 20px;
}
#contents-wrap .doctor-section__concept {
  width: 50%;
}
@media screen and (max-width: 768px) {
  #contents-wrap .doctor-section__concept {
    width: 100%;
    order: 2;
    padding: 6%;
    padding-top: 10%;
    padding-bottom: 0%;
    transition-property: all;
    transition-duration: 0.3s;
  }
}
#contents-wrap .doctor-section__image-store {
  position: relative;
  width: 45%;
}
@media screen and (max-width: 768px) {
  #contents-wrap .doctor-section__image-store {
    width: 106%;
    left: -3%;
    margin: 0;
    transition-property: all;
    transition-duration: 0.3s;
  }
}
#contents-wrap .doctor-section__image-store figure {
  width: 100%;
  height: auto;
}
#contents-wrap .doctor-section__image-store figure img {
  width: 100%;
  height: auto;
}
#contents-wrap .doctor-section__image-store figure .sp {
  display: none;
}
@media screen and (max-width: 768px) {
  #contents-wrap .doctor-section__image-store figure .sp {
    display: block;
    transition-property: all;
    transition-duration: 0.3s;
  }
}
#contents-wrap .doctor-section__image-store figure .pc {
  display: block;
}
@media screen and (max-width: 768px) {
  #contents-wrap .doctor-section__image-store figure .pc {
    display: none;
    transition-property: all;
    transition-duration: 0.3s;
  }
}