@charset "UTF-8";

.main_content {
  position: relative;
}
.page_title {
  margin-bottom: 0;
}
.pankuzu {
  position: absolute;
  margin-top: 1rem;
  left: 50%;
  transform: translateX(-50%);
}
.main_content h4 {
  position: relative;
  padding: .8rem 0 1rem 5.9rem;
  font-size: 2.2rem;
  font-weight: 500;
  color: #fff;
  background: linear-gradient(45deg, #3EA3BA, #79CCDE);
  box-shadow: 1px 1px #457998;
}
.main_content h4::after {
  content: "";
  position: absolute;
  top: 1.3rem;
  left: 2.5rem;
  width: 1.4rem;
  height: 2.5rem;
  background-color: #AEE5F2;
}
@media screen and (max-width: 768px) {
  .page_title span {
    width: 26rem;
  }
  .main_content h4 {
    font-size: 2rem;
    padding: .7rem 0 .6rem 3.7rem;
  }
  .main_content h4::after {
    top: .9rem;
    left: 1.6rem;
    width: 1.1rem;
  }
}


/* ---------------------------------
  mv_block
--------------------------------- */
.mv_block {
  position: relative;
  margin-bottom: 10rem;
  background-image: url(/wp-content/themes/dhc_syokuji/assets/images/corporate/mv_bg_img01.webp);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: bottom 7.5rem center;
  z-index: 0;
  padding-bottom: 7.5rem;
}
.mv_block::after {
  content: "";
  position: absolute;
  bottom: 7.4rem;
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0), rgba(255, 255, 255, 1));
  width: 100%;
  height: 39.6rem;
  z-index: -1;
}
.mv_lead_container {
  position: relative;
  display: flex;
  flex-flow: column;
  row-gap: 2.5rem;
  margin: 0 0 5.9rem 37rem;
  padding-top: 4.7rem;
  z-index: 1;
}
.mv_lead_container::before {
  content: "";
  position: absolute;
  left: -44.5rem;
  bottom: -5.9rem;
  background-image: url(/wp-content/themes/dhc_syokuji/assets/images/corporate/mv_img01.webp);
  background-size: contain;
  background-repeat: no-repeat;
  width: 44.5rem;
  height: 52.8rem;
}
.mv_lead_container h2 {
  font-size: 3.9rem;
  font-family: 'notoserifjp', serif;
  font-weight: 700;
  line-height: 1.4;
}
.mv_lead_container h3 {
  font-size: 2.5rem;
  font-weight: 700;
  color: #199092;
  margin-bottom: 1.1rem;
}
.mv_lead_container p {
  line-height: 1.7;
}
.mv_thought_container {
  padding: 5.5rem 6.4rem;
  background-color: rgb(247, 255, 252, .63);
  border: .3rem solid rgb(161, 230, 230, .63);
  margin-bottom: -7.5rem;
}
.mv_thought_container p {
  margin-bottom: 4.6rem;
  font-size: 2rem;
  line-height: 1.7;
}
.mv_thought_container a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 47.5rem;
  height: 6.2rem;
  margin: auto;
  font-size: 2.4rem;
  font-weight: 700;
  color: #199092;
  background-color: #fff;
  border: .3rem solid #199092;
  border-radius: 3.8rem;
  box-shadow: 5px 5px rgba(147, 147, 146, 0.62);
}
.mv_thought_container a span {
  margin-right: .8rem;
}
@media screen and (max-width: 768px) {
  .mv_block {
    margin-bottom: 5rem;
    background-image: url(/wp-content/themes/dhc_syokuji/assets/images/corporate/mv_bg_img01_sp.webp);
    background-position: bottom 48rem center;
    background-size: 100%;
    padding-bottom: 0;
  }
  .mv_block::after {
    display: none;
  }
  .mv_block .inner {
    padding: 0 1.6rem;
  }
  .mv_lead_container h2 {
    font-size: 3.1rem;
    margin-left: 1.6rem;
    line-height: 1.5;
  }
  .mv_lead_container h3 {
    font-size: 2.2rem;
    margin-bottom: 1rem;
  }
  .mv_lead_container {
    row-gap: 2rem;
    margin: 0;
    padding: 2rem 0 25.4rem;
  }
  .mv_lead_container::before {
    display: none;
  }
  .mv_lead_text {
    margin: 0 1.6rem;
  }
  .mv_thought_container {
    padding: 2rem 1.6rem 4.2rem;
    background-color: rgb(247, 255, 252, 1);
    border: .3rem solid rgb(161, 230, 230, 1);
    margin-bottom: 0;
  }
  .mv_thought_container p {
    margin-bottom: 2.8rem;
    font-size: 1.6rem;
  }
  .mv_thought_container a {
    flex-flow: column;
    text-align: center;
    width: 27.3rem;
    height: 9.9rem;
    border-radius: 2.2rem;
    box-shadow: 5px 5px rgba(147, 147, 146, 0.62);
  }
  .mv_img {
    width: 25.3rem;
    margin: 1.2rem 5.3rem -3.7rem 3.7rem;
  }
}

/* ---------------------------------
  corporate_block
--------------------------------- */
.corporate_block {
  margin-bottom: 6.3rem;
}
.corporate_detail_list {
  margin: 2.8rem 0 0 2.5rem;
}
.corporate_detail_list dl {
  display: flex;
  padding: 1rem 0;
  width: 100%;
  border-top: .05rem solid #707070;
}
.corporate_detail_list dl:last-child {
  border-bottom: .1rem solid #707070;
}
.corporate_detail_list dt {
  padding: 1rem 0 0 2.2rem;
  font-size: 2rem;
  font-weight: 500;
  color: #fff;
  width: 18.3rem;
  background-color: #86BCDD;
  flex-shrink: 0;
}
.corporate_detail_list dd {
  font-size: 1.8rem;
  line-height: 1.9;
  margin-left: 14.2rem;
  padding: 1rem 0;
}
.corporate_detail_list dd .icon_newwindow {
  text-decoration: underline;
  text-underline-offset: .2rem;
}
.corporate_detail_list dd .icon_newwindow::after {
  content: "";
  display: inline-block;
  background-image: url(/wp-content/themes/dhc_syokuji/assets/images/corporate/corporate_icon_img01.svg);
  background-size: contain;
  background-repeat: no-repeat;
  width: 1.9rem;
  height: 1.6rem;
  margin-left: 1.3rem;
}
@media screen and (max-width: 768px) {
  .corporate_block {
    margin: 0 1.6rem 4rem;
  }
  .corporate_detail_list {
    margin: 3.2rem 1.6rem 0;
  }
  .corporate_detail_list dl {
    display: flex;
    flex-flow: column;
    padding: 0;
    width: 100%;
    border-top: none;
    margin-bottom: 2.4rem;
  }
  .corporate_detail_list dl:last-child {
    border-bottom: none;
  }
  .corporate_detail_list dt {
    padding: .4rem 0 .6rem;
    text-align: center;
    font-size: 1.8rem;
    width: 100%;
  }
  .corporate_detail_list dd {
    font-size: 1.4rem;
    line-height: 1.7;
    margin-left: 0;
    padding: 1.5rem 1.6rem 0;
  }
  .corporate_detail_list dd a::after {
    margin-left: 1.2rem;
  }
}

/* ---------------------------------
  membership_block
--------------------------------- */
.membership_block {
  margin-bottom: 6rem;
}
.membership_block ul {
  margin: 2.4rem 0 0 6.4rem;
}
.membership_block li {
  position: relative;
  font-size: 1.8rem;
}
.membership_block li:not(:last-child) {
  margin-bottom: .8rem;
}
.membership_block li::before {
  content: "●";
  position: absolute;
  left: -3.8rem;
  color: #AEE5F2;
}
@media screen and (max-width: 786px) {
  .membership_block {
    margin: 0 1.6rem 4rem;
  }
  .membership_block ul {
    margin: 2.4rem 0 0 4rem;
  }
  .membership_block li {
    font-size: 1.4rem;
  }
  .membership_block li::before {
    left: -2.4rem;
  }
}

/* ---------------------------------
  certification_block
--------------------------------- */
.certification_inner {
  margin: 0 2.6rem;
}
.certification_unit {
  display: flex;
  justify-content: space-between;
  margin-top: 3.3rem;
}
.certification_unit + .certification_unit {
  border-top: .1rem solid #707070;
  margin-top: 3rem;
  padding-top: 3.3rem;
}
.certification_unit > div {
  display: flex;
  width: 45.6rem;
}
.certification_img {
  margin-right: 3rem;
}
.certification_text p + p {
  margin-top: 1.4rem;
}
.certification_text ul {
  counter-reset: number 0;
  padding-left: 2.5rem;
  font-size: 1.4rem;
}
.certification_text li {
  position: relative;
}
.certification_text li::before {
  counter-increment: number 1;
  content: counter(number) "．";
  text-transform: full-width;
  position: absolute;
  left: -2.5rem;
}
.medical_related_service_mark_img {
  width: 9rem;
  height: 9rem;
}
.quality_management_system_img {
  width: 9rem;
  height: 12.9rem;
}
.environmental_management_system_img {
  width: 9rem;
  height: 11.4rem;
}
@media screen and (max-width: 768px) {
  .certification_block {
    margin: 0 1.6rem;
  }
  .certification_inner {
    margin: 2.4rem 1.6rem 0;
  }
  .certification_unit {
    flex-flow: column;
    margin-top: 2.4rem;
    row-gap: 3rem;
  }
  .certification_unit + .certification_unit {
    border-top: none;
    margin-top: 2.7rem;
    padding-top: 0;
  }
  .certification_unit > div {
    display: flex;
    width: 100%;
    order: 1;
  }
  .certification_unit + .certification_unit > div + div {
    order: 0;
  }
  .certification_img {
    margin-right: 1.6rem;
  }
  .certification_text p {
    font-size: 1.4rem;
  }
  .certification_text p + p {
    margin-top: .6rem;
  }
  .certification_text ul {
    counter-reset: number 0;
    font-size: 1.4rem;
  }
  .certification_text li::before {
    counter-increment: number 1;
    content: counter(number) "．";
    text-transform: full-width;
  }
  .medical_related_service_mark_img {
    width: 7rem;
    height: 7rem;
  }
  .quality_management_system_img {
    width: 7rem;
    height: 10rem;
  }
  .environmental_management_system_img {
    width: 7rem;
    height: 8.9rem;
  }
}