.top5 .uagb-column__wrap {
    overflow: visible;
}
.font1 {
    font-size: 15px;
}
img.company_hito {
    position: absolute;
    bottom: -100px;
    right: -250px;
}
.top5 .flex_2 {
    margin-bottom: 0 !important;
}
iframe {
    display: block;
    margin: 0;
    padding: 0;
    width: 100%;
    height: 350px;
}
.company_table table {
    margin-bottom: 0;
    background: #fff;
    border: none;
    padding: 75px 100px;
    border-radius: 25px;
}
.company_table table td {
    border-right: none;
    padding: 15px 20px;
}
.company_table table tr:last-child td {
    border-bottom: none;
}
.company_table table a {
    color: #222;
    text-decoration: none;
}
@media (max-width: 1640px){
  img.company_hito {
      right: -180px;
  }
}
@media (max-width: 1500px){
  img.company_hito {
      right: -60px;
  }
}
@media (max-width: 1360px){
  img.company_hito {
      right: 0;
  }
  .company_table table {
      padding: 60px 70px;
  }
}
@media (max-width: 767px){
  img.company_hito {
      bottom: -50px;
      width: 160px;
  }
}
@media (max-width: 480px){
  .top5 {
      padding-bottom: 50px !important;
  }
  .font1 {
      font-size: 14px;
  }
  .flex_2>div:last-child {
      margin-bottom: 25px;
  }
  .flex_2>div:not(:last-child) {
      order: 1;
      margin-bottom: 0;
  }
  img.company_hito {
      width: 102px;
      bottom: -35px;
      display: none;
  }
  .company_table table {
      padding: 20px;
      border-radius: 15px;
  }
  .company_table table tr td:last-child {
      padding-top: 2px;
  }
  .company_table table tr td:first-child {
      border-bottom: none;
      padding-bottom: 2px;
  }
  .company_table table td {
      padding: 10px 0px;
      width: 100%;
      display: block;
      line-height: 1.8;
      font-size: 13px;
  }
  iframe {
      padding-left: 0 !important;
      padding-right: 0 !important;
      height: 280px;
  }
}
