@charset "UTF-8";

#mv_outer::before {
  content: "";
  position: absolute;   
  bottom: calc(clamp(10px, 1.4285714286px + 2.380952381vw, 30px) * -1);    
  right: clamp(10px, 1.4285714286px + 2.380952381vw, 30px);
  max-width: 40%;
  min-width: 400px;
  width: 100%;    
  height: 100%;   
  background-image: url(/common/upload_data/cdc-dc-ticom/image/20240113125701.png);   
  background-size: contain;
  background-repeat: no-repeat;
  background-position: bottom;
  z-index: 99;
  height: 100%;
  max-height: 250px;
  max-height: 30vh;
  filter: drop-shadow(2px 1px 6px black);
}
@media screen and (max-width: 900px){
  #mv_outer::before {
    display: none;
  }
}

#top_concept+.composite_box01 .wrapper_item{
    justify-content: space-around;
}

@media screen and (max-width: 480px){
#top_concept+.composite_box01 .inner_item {
    width: 48%!important;
}
#top_concept+.composite_box01 .heading.block_header_4 .h {
    font-size: clamp(1.4rem,3vw,2rem)!important;
}
}

/*-----------------------------診療コンセプト---------------------------------*/
#top_concept+.composite_box01 .wrapper_item {
    justify-content: center;
}