.secMainVisual.company {
  background: url(/assets/images/company/main_company.jpg) no-repeat;
  background-size: cover;
}
.companyBloc {
  padding-right: 38px;
  font-size: 0;
  letter-spacing: normal;
}
.companyBloc a {
  text-decoration: none;
  color: #000;
}
.companyBloc__cts {
  margin-right: 38px;
  margin-bottom: 60px;
  display: inline-block;
}
.companyBloc__cts:nth-child(2n) {
  margin-right: -38px;
}
.companyBloc__cts .img{
  text-align: center;
  position: relative;
  width: 100%;
  height: 61.663286%;
  overflow: hidden;
}
.companyBloc__cts .img img{
  width: 100%;
  overflow: hidden;
  -webkit-transform: scale(1);
  transform: scale(1);
  -webkit-transition: .4s ease-in-out;
  transition: .4s ease-in-out;
}
.companyBloc__cts:hover .img img {
  -webkit-transform: scale(1.05);
  transform: scale(1.05);
}
.companyBloc__cts .cts--ttl {
  font-size: 24px;
  font-weight: normal;
  padding-top: 15px;
  display: inline-block;
  position: relative;
}
.companyBloc a:hover .cts--ttl{
  color: #e60012;
}
.companyBloc a:hover .cts--ttl:after {
  position: absolute;
  content: '';
  display: block;
  width: 100%;
  height: 1px;
  border-top: solid 1px #e60012;
  bottom: 7px;
}
.companyBloc__cts .cts--txt {
  font-size: 14px;
  columns: #666;
}

@media screen and (max-width: 860px) {
  .companyBloc {
    padding-right: 0;
  }
}
@media screen and (max-width: 480px) {

  .companyBloc__cts .cts--ttl {
    font-size: 16px;
  }
  .companyBloc a:hover .cts--ttl:after {
    bottom: -1px;
  }
}