#equipment .sec_05 {
    padding: 6em 0 7em;
  }
  #equipment .sec_05 .sec_title{
    height: min(4vw, 80px);
  
  }
  .sec_05 .sec_title_01{
    position: absolute;
    bottom: -16%;
    left: 0;
    transform: translateX(-50%);
  }
  .sec_05 .sec_title_02{
    position: absolute;
    bottom: -16%;
    right: 0;
    transform: translateX(55%);
  }
  @media screen and (max-width: 1400px) {
    .sec_05 .sec_title_01{
      transform: translateX(-25%);
    }
    .sec_05 .sec_title_02{
      transform: translateX(25%);
    }
  }
  @media screen and (max-width: 1279px) {
    .sec_05 .sec_title_01{
      bottom: -21%;
    }
    .sec_05 .sec_title_02{
      bottom: -21%;
    }
  }
  @media screen and (max-width: 1100px) {
    .sec_05 .sec_title_01{
      bottom: -18%;
      transform: translateX(0);
    }
    .sec_05 .sec_title_02{
      bottom: -18%;
      transform: translateX(0);
    }
  }
  @media screen and (max-width: 767px) {
    #equipment .sec_05 {
        padding: 4em 0 7em;
    }
    #equipment .sec_05 .sec_title_01{
        position: static;
        transform: translateX(0);
        height: min(8.7vw, 52px);
      }
      #equipment .sec_05 .sec_title_02{
        position: static;
        transform: translateX(0);
        height: min(8.7vw, 52px);
        margin-top: 5em;
      }
  }