.philosophy_title {
  text-align: left;
  margin: 0;
}

/* Vision and Team member pages unified size */
.vision_mv .philosophy_title--img,
.teammember_mv .philosophy_title--img {
    display: block !important;
    width: 33.028rem !important;
    height: auto !important;
    margin-bottom: 1rem !important;
    max-width: none !important;
}

.philosophy_title--sub {
  font-family: "Zen Kaku Gothic New";
  font-size: 28px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  color: #000;
  display: block;
}

/* SP only line break */
.sp_only {
  display: none;
}
@media (max-width: 767px) {
  .sp_only {
    display: inline;
  }
}

.purpose_label,
.vision_label,
.mission_label {
  display: block;
  font-family: "Jost", "Zen Kaku Gothic New", sans-serif;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1;
  color: #F35C44;
  margin-bottom: 1.2rem;
}

.vision_title {
  font-size: 2.8rem;
  font-weight: 600;
  line-height: 1.4;
  margin-bottom: 3rem;
  color: #333;
}

/* Compact MV section - shared by Vision and Team Member pages */
.compact_mv.bg_round_corners {
  padding: 8.5rem 0 3.7rem !important;
}

/* Team Member page specific adjustments */
.teammember_mv {
  position: relative;
}





/* Vision page MV - separate gray background layer */
.vision_mv {
  position: relative;
}

.vision_mv--bg {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background-color: #fff;
  border-bottom-right-radius: 16rem;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}

/* Team Member page MV - separate white background layer */
.teammember_mv--bg {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background-color: #fff;
  border-bottom-right-radius: 16rem;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}

/* Keep the original white background hidden for both pages */
.vision_mv.bg_round_corners::after,
.teammember_mv.bg_round_corners::after {
  display: none !important;
}


/* Vision content section - overlaps with title section */
.vision_content {
  background-color: #fff;
  border-top-left-radius: 16rem;
  margin-top: 8rem;
  padding-top: 8rem;
  padding-bottom: 8rem;
  position: relative;
  z-index: 2;
}



.vision_purpose,
.vision_vision,
.vision_mission {
  padding: 4rem 0;
}



@media (max-width: 767px) {

  
  .philosophy_title--sub {
    font-size: 22px;
  }
  
  .vision_title {
    font-size: 2rem;
  }
  
  .compact_mv.bg_round_corners {
    padding: 6rem 0 3rem !important;
  }
  
  .vision_purpose,
  .vision_vision,
  .vision_mission {
    padding: 3rem 0;
  }
  
  /* Mobile list adjustments */
  .vision_vision .article ul li,
  .vision_mission .article ul li {
    padding: 0 0 0 2rem;
  }
  
  .vision_vision .article ul li::before,
  .vision_mission .article ul li::before {
    width: 1.2rem;
    border: 0.25rem solid #F35C44;
    top: 0.3rem;
  }
}

