/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Apr 20 2025 | 19:46:58 */
.kigyou {
  position: relative;
  display: inline-block;
  cursor: pointer;
}

.kigyou::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%) scaleX(0);
  transform-origin: center;
  width: 100%;
  height: 1px;
  background-color: #333333;
  transition: transform 0.4s ease;
}

.kigyou:hover::after {
  transform: translateX(-50%) scaleX(1);
}
.kigyou:hover .nai{
	  color: #261A18!important;
  transition: color 0.5s ease;
}

.kigyou:hover a {
  color: #261A18!important;
  transition: color 0.5s ease;
}
