@charset "UTF-8";

#concept_3col + .composite_box01 .inner_item{
    position: relative;
}
#concept_3col + .composite_box01 .inner_item{
    border: 5px solid var(--i_main_color);
    border-radius: 50%;
    aspect-ratio: 1 / 1;
}
#concept_3col + .composite_box01 .inner_item .inner_item_txt{
   position: absolute;
    width: 100%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
}
#concept_3col + .composite_box01 .inner_item .inner_item_txt h3{
    font-weight: bold;
    text-shadow: 0 0 5px #fff, 0 0 5px #fff, 0 0 5px #fff, 0 0 5px #fff;
}
#concept_3col + .composite_box01 .inner_item_img img{
    border-radius: 50%;
    object-fit: contain;
    opacity: .2;
    height: auto !important;
}
@media screen and (max-width: 700px){
   #concept_3col + .composite_box01 .inner_item{
      width: 30% !important;
     margin-bottom: 0 !important;
     border: 3px solid var(--i_main_color);
   }
   #concept_3col + .composite_box01 .inner_item:nth-of-type(3):nth-last-of-type(1){
      margin-left: 4% !important;
   }

   #concept_3col + .composite_box01 .inner_item .inner_item_txt h3{
      font-size: 2.4vw !important;
      padding: 0 5px;
   }
}
@media screen and (max-width: 480px){
   #concept_3col + .composite_box01 .inner_item,
   #concept_3col + .composite_box01 .inner_item:nth-of-type(3):nth-last-of-type(1){
      margin-left: 2% !important;
   }
}