.ly_promiseCopyWrapper {
  padding-top: 100px;
  margin-bottom: 100px;
}

.ly_promiseContent__inner {
  max-width: 1184px;
  margin-inline: auto;
}

.ly_promiseCopyWrapper .ly_promiseContent__inner p {
  color: #2D91B1;
  text-align: center;
  font-family: "Zen Old Mincho" , serif;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.8;
}

@media (max-width: 768px) {
  .ly_promiseCopyWrapper {
    padding-top: 68px;
    margin-bottom: 68px;
  }

  .ly_promiseCopyWrapper .ly_promiseContent__inner p {
    font-size: 20px;
    text-align: left;
  }

}


.ly_promiseContentsWrapper {
  padding-inline: 20px;
}

.ly_promiseContents__inner {
  max-width: 1184px;
  margin-inline: auto;
}

.ly_promiseContentsWrapper h2 {
  position: relative;
  padding-block: 20px;
  color: #2D91B1;
  font-family: "Zen Old Mincho" , serif;
  font-size: 28px;
  font-weight: 500;
  line-height: 1;
  background-color: #E9F4F6;
  padding-left: 14px;
  margin-top: 50px;
}

.ly_promiseContentsWrapper h2:first-child {
  margin-top: 0;
}

.ly_promiseContentsWrapper h2::before {
  content: "";
  position: absolute;
  top: 20px;
  left: 0;
  width: 4px;
  height: 32px;
  border-radius: 0 4px 4px 0;
  background-color: #2D91B1;
}


.ly_promiseContentsWrapper h3 {
  color: #444342;
  font-family: "Zen Old Mincho" , serif;
  font-size: 24px;
  font-weight: 500;
  line-height: 1.4;
  margin-top: 30px;
  padding-bottom: 10px;
  border-bottom: 1px solid #2D91B1;
}

.ly_promiseContentsWrapper h3:first-child {
  margin-top: 0;
}

.ly_promiseContentsWrapper p {
  color: #444342;
  font-family: "Zen Old Mincho" , serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.6;
  margin-top: 20px;
}

.ly_promiseContentsWrapper p:first-child {
  margin-top: 0;
}

@media (max-width: 768px) {

  .ly_promiseContentsWrapper h2 {
    padding-block: 16px;
    font-size: 20px;
  }

  .ly_promiseContentsWrapper h2::before {
    top: 10px;
  }

  .ly_promiseContentsWrapper h3 {
    font-size: 18px;
  }

  .ly_promiseContentsWrapper p {
    font-size: 16px;
    font-weight: 400;
    line-height: 2;
    margin-top: 20px;
  }

}


.ly_promiseDoctorSection {
  padding-top: 100px;
  padding-bottom: 120px;
  padding-inline: 20px;
  background-image: url(../img/promise/bg.jpg);
  background-size: 100% 100%;
  background-position: bottom;
  background-repeat: no-repeat;
}

@media (max-width: 768px) {
  .ly_promiseDoctorSection {
    padding-top: 68px;
    padding-bottom: 188px;
  }
}

.bl_promiseDoctorSection_inner {
  max-width: 1184px;
  margin-inline: auto;
}

.bl_promiseDoctorSection_ttlWrapper {
  width: fit-content;
  margin-inline: auto;
  margin-bottom: 50px;
}

.el_promiseDoctorSection_ttl {
  color: #2D91B1;
  text-align: center;
  font-family: "Libre Caslon Display", serif;
  font-size: 60px;
  font-weight: 400;
  line-height: 1;
  margin-bottom: 10px;
}

.el_promiseDoctorSection_ttlSub {
  color: #444342;
  font-family: "Zen Old Mincho" , serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 1;
  width: fit-content;
  margin-inline: auto;
}

@media (max-width: 768px) {
  .bl_promiseDoctorSection_ttlWrapper {
    margin-bottom: 40px;
  }

  .el_promiseDoctorSection_ttl {
    font-size: 46px;
  }

  .el_promiseDoctorSection_ttlSub {
    font-size: 16px;
  }
}

.el_promiseDoctorSection_doctorItem_profileWrapper_img {
  display: block;
  max-width: 396px;
  width: 100%;
  height: auto;
  object-fit: cover;
  margin-inline: auto;
  margin-bottom: 30px;
}

@media (max-width: 768px) {
  .el_promiseDoctorSection_doctorItem_profileWrapper_img {
    margin-bottom: 31px;
  }
}

.bl_promiseDoctorSection_doctorItem_nameWrapper_upper {
  display: grid;
  grid-template-columns: 52px 1fr;
  gap: 10px;
  align-items: center;
  justify-items: center;
  width: fit-content;
  margin-inline: auto;
  margin-bottom: 14px;
}

@media (max-width: 768px) {
  .bl_promiseDoctorSection_doctorItem_nameWrapper_upper {
    grid-template-columns: 48px 1fr;
    gap: 8px;
  }
}

.el_promiseDoctorSection_doctorItem_nameWrapper_upper_job {
  color: #FFF;
  font-family: "Zen Old Mincho" , serif;
  font-size: 18px;
  font-weight: 600;
  line-height: 1;
  padding: 6px 8px 8px 8px;
  background-color: #2D91B1;
}


.el_promiseDoctorSection_doctorItem_nameWrapper_upper_name {
  color: #2D91B1;
  font-family: "Zen Old Mincho" , serif;
  font-size: 32px;
  font-weight: 700;
  line-height: 1;
}

@media (max-width: 768px) {
  .el_promiseDoctorSection_doctorItem_nameWrapper_upper_job {
    font-size: 16px;
  }

  .el_promiseDoctorSection_doctorItem_nameWrapper_upper_name {
    font-size: 28px;
  }
}



.bl_promiseDoctorSection_doctorItem_nameWrapper_lower {
  display: grid;
  grid-template-columns: auto auto;
  gap: 20px;
  align-items: center;
  width: fit-content;
  margin-inline: auto;
}

.el_promiseDoctorSection_doctorItem_nameWrapper_lower_txt {
  color: #444342;
  font-family: "Libre Caslon Display", serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 1;
}

@media (max-width: 768px) {
  .el_promiseDoctorSection_doctorItem_nameWrapper_lower_txt {
    font-size: 16px;
  }
}

.bl_promiseDoctorSection_promiseAboutWrapper {
  padding-block: 60px;
}

@media (max-width: 768px) {
  .bl_promiseDoctorSection_promiseAboutWrapper {
    padding-block: 50px;
  }
}

.bl_promiseDoctorSection_promiseAboutWrapper_ttl {
  display: grid;
  grid-template-columns: 11px auto 11px;
  align-items: center;
  justify-items: center;
  gap: 25px;
  width: fit-content;
  margin-inline: auto;
  margin-bottom: 30px;
}

.bl_promiseDoctorSection_promiseAboutWrapper_ttl:before,
.bl_promiseDoctorSection_promiseAboutWrapper_ttl:after {
  content: "";
  display: block;
  width: 11px;
  height: 6px;
  border-radius: 50%;
  background-color: #2D91B1;
}


.el_promiseDoctorSection_promiseAboutWrapper_ttl_txt {
  color: #444342;
  font-family: "Zen Old Mincho", serif;
  font-size: 32px;
  font-weight: 500;
  line-height: 1;
}


@media (max-width: 768px) {
  .el_promiseDoctorSection_promiseAboutWrapper_ttl_txt {
    font-size: 20px;
  }
}

.bl_promiseDoctorSection_promiseAboutWrapper_content {
  display: flex;
  flex-direction: column;
  gap: 20px;
  color: #444342;
  font-family: "Zen Old Mincho", serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 160%;
}

@media screen and (max-width: 768px) {
  .bl_promiseDoctorSection_promiseAboutWrapper_content {
    font-size: 16px;
    line-height: 200%;
  }
}

.bl_promiseDoctorSection_promiseAboutWrapper_content p span {
  color: #2D91B1;
}


.bl_promiseDoctorSection_promiseAboutWrapper_footer {
  width: fit-content;
  margin-inline: auto;
}

.el_promiseDoctorSection_promiseAboutWrapper_footer_ttl {
  color: #2D91B1;
  font-family: "Zen Old Mincho" , serif;
  font-size: 48px;
  font-weight: 500;
  line-height: 1;
  width: fit-content;
  margin-inline: auto;
  margin-bottom: 40px;
}

.el_promiseDoctorSection_promiseAboutWrapper_footer_txt {
  color: #2D91B1;
  text-align: center;
  font-family: "Zen Old Mincho" , serif;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.8;
}


.bl_promiseDoctorSection_careerListContainer {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 66px;
  padding-inline: 60px;
  padding-block: 40px;
  border-radius: 6px;
  background-color: #fff;
  margin-bottom: 100px;
}


.el_promiseDoctorSection_careerListContainer_item_ttl {
  color: #444342;
  font-family: "Zen Old Mincho" , serif;
  font-size: 24px;
  font-weight: 500;
  line-height: 1;
  padding-bottom: 10px;
  border-bottom: 1px solid #2D91B1;
  margin-bottom: 20px;
}

.bl_promiseDoctorSection_careerListContainer_item_list {
  display: flex;
  flex-direction: column;
  gap: 17px;
}


.bl_promiseDoctorSection_careerListContainer_item_list_item {
  display: flex;
  gap: 10px;
  align-items: flex-start;
}

.el_promiseDoctorSection_careerListContainer_item_list_item_date{
  max-width: 100px;
  width: 100%;
}

.sp-only{
  display: none;
}
@media (max-width: 768px) {
  .sp-only{
    display: block;
  }
}

@media (max-width: 768px) {

  .bl_promiseDoctorSection_careerListContainer {
    grid-template-columns: 1fr;
    gap: 30px;
    background-color: transparent;
    padding-inline: 0;
    padding-block: 0;
    border-radius: 0;
    margin-bottom: 68px;
  }

  .bl_promiseDoctorSection_careerListContainer_item_list{
    gap: 10px;
  }

  .bl_promiseDoctorSection_careerListContainer_item {
    background-color: #fff;
    padding: 20px;
    border-radius: 6px;
  }

  .el_promiseDoctorSection_promiseAboutWrapper_footer_ttl{
    font-size: 28px;
  }

  .el_promiseDoctorSection_promiseAboutWrapper_footer_txt{
    font-size: 16px;
  }
}