@charset "UTF-8";

#sec-company-index{
  padding: 95px 0 90px;
}

#sec-company-index .top-company__link {
    justify-content: space-between;
}

#sec-company-index .top-company__link a {
    height: auto;
    width: 30.333%;
    overflow: inherit;
}

#sec-company-index .top-company__link a .wrap{
  overflow: hidden;
}

#sec-company-index .top-company__link a picture{
  display: block;
}

#sec-company-index .top-company__link a .cont {
    left: inherit;
    bottom: 0;
    background: #fff;
    padding: 25px 0;
    position: relative;
    width: 100%;
}

#sec-company-index .top-company__link a .cont .top-company__link-title {
    font-size: 21px;
    color: #15283f;
    font-weight: bold;
}

#sec-company-index .top-company__link a .cont .en {
    font-size: 12px;
    font-weight: 200;
    color: #a9a9a9;
}

#sec-company-index a .round-btn{
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 30px;
  width: 35px;
  height: 35px;
  display: flex;
  justify-content: center;
  align-items: center;
}

#sec-company-index .round-btn__label {
    padding-left: 18px;
}

#sec-company-index a .round-btn .arrow {
    width: 40%;
    height: 1px;
    background-color: #fff;
    position: relative;
    transform: translateX(-60%);
}

#sec-company-index a .round-btn .arrow::after {
    content: "";
    display: block;
    width: 6px;
    height: 1px;
    background-color: #fff;
    transform: rotate(23deg);
    right: 0;
    bottom: 1px;
    left: auto;
    position: absolute;
}

#sec-company-index a:hover .round-btn .arrow,
#sec-company-index a:hover .round-btn .arrow:after{
    background-color: #15283f;
}

@media only screen and (max-width: 834px){
#sec-company-index {
    padding: 50px 0 60px;
}

#sec-company-index .top-company__link a .cont .top-company__link-title {
    font-size: 18px;
}

#sec-company-index a .round-btn {
    right: 10px;
}
}

@media only screen and (max-width: 640px){
#sec-company-index .top-company__link a {
    width: 100%;
}  

#sec-company-index .top-company__link a .cont {
    padding: 15px 0;
}


}







