#enterprise .list {
  margin: 40px 0 0;
}
#enterprise .list a {
  display: grid;
  grid-template-columns: auto 1fr 31%;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  text-decoration: none;
  background: #FFF;
  border: 1px solid #000;
  color: #000;
  font-size: 1rem;
  line-height: 1.875;
}
@media screen and (max-width: 1023px) {
  #enterprise .list a {
    grid-template-columns: auto 1fr 36%;
  }
}
@media screen and (max-width: 767px) {
  #enterprise .list a {
    grid-template-columns: 1fr 1fr;
  }
}
#enterprise .list a + a {
  margin-top: 40px;
}
#enterprise .list a:focus-visible img {
  transform: scale(1.22);
}
#enterprise .list a:focus-visible div:last-child:before {
  background: #FFF;
}
@media screen and (max-width: 767px) {
  #enterprise .list a:focus-visible div:last-child:before {
    background: #000;
  }
}
#enterprise .list a:focus-visible div:last-child:after {
  animation: scales 0.3s cubic-bezier(0.165, 0.84, 0.44, 1) forwards;
}
#enterprise .list a:focus-visible div:last-child > span:before {
  transform: scale(1, 1);
}
@media (any-hover: hover) {
  #enterprise .list a:hover img {
    transform: scale(1.22);
  }
  #enterprise .list a:hover div:last-child:before {
    background: #FFF;
  }
}
@media screen and (any-hover: hover) and (max-width: 767px) {
  #enterprise .list a:hover div:last-child:before {
    background: #000;
  }
}
@media (any-hover: hover) {
  #enterprise .list a:hover div:last-child:after {
    animation: scales 0.3s cubic-bezier(0.165, 0.84, 0.44, 1) forwards;
  }
  #enterprise .list a:hover div:last-child > span:before {
    transform: scale(1, 1);
  }
}
#enterprise .list img {
  transform: scale(1.01);
  transition: transform 1s cubic-bezier(0.165, 0.84, 0.44, 1);
}
#enterprise .list h2 {
  margin: 0;
  font-size: 1.625rem;
  font-weight: normal;
  font-family: "Zen Old Mincho", serif;
}
@media screen and (max-width: 767px) {
  #enterprise .list h2 {
    font-size: 1.25rem;
  }
}
#enterprise .list div {
  overflow: hidden;
}
#enterprise .list div:nth-child(1) {
  grid-area: 1/1/2/2;
  padding: 6px 20px;
  border-right: 1px solid #000;
}
@media screen and (max-width: 767px) {
  #enterprise .list div:nth-child(1) {
    border-right: none;
    grid-area: unset;
    grid-column: span 2;
    padding: 0 10px;
    border-bottom: 1px solid #000;
  }
}
#enterprise .list div:nth-child(2) {
  grid-area: 1/2/2/4;
  align-content: center;
  font-family: "Rokkitt", serif;
  font-weight: 500;
  margin-top: 5px;
  padding: 0 20px;
}
@media screen and (max-width: 767px) {
  #enterprise .list div:nth-child(2) {
    grid-area: unset;
    grid-column: span 2;
    padding: 0 10px;
    border-bottom: 1px solid #000;
  }
}
#enterprise .list div:nth-child(3) {
  grid-area: 2/1/3/4;
  border-top: 1px solid #000;
  font-size: 0.75rem;
  padding: 5px 20px;
}
@media screen and (max-width: 767px) {
  #enterprise .list div:nth-child(3) {
    grid-area: unset;
    grid-column: span 2;
    border-top: none;
    padding: 5px 10px;
    border-bottom: 1px solid #000;
  }
}
#enterprise .list div:nth-child(4) {
  grid-area: 3/1/7/3;
  border: 1px solid #000;
  border-left: none;
}
@media screen and (max-width: 767px) {
  #enterprise .list div:nth-child(4) {
    grid-area: unset;
    grid-column: span 2;
    display: flex;
    flex-direction: column;
    flex-direction: column-reverse;
    border: none;
  }
}
#enterprise .list div:nth-child(4) div {
  padding: 0;
  border: none;
}
@media screen and (max-width: 767px) {
  #enterprise .list div:nth-child(4) div {
    border-top: 1px solid #000;
    border-bottom: 1px solid #000;
  }
}
#enterprise .list div:nth-child(4) p {
  margin: 0;
  padding: 10px 20px;
}
@media screen and (max-width: 767px) {
  #enterprise .list div:nth-child(4) p {
    padding: 10px;
  }
}
#enterprise .list div:nth-child(5) {
  grid-area: 3/3/5/4;
  border-top: 1px solid #000;
  border-bottom: 1px solid #000;
}
#enterprise .list div:nth-child(5) img {
  transition: transform 1.05s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition-delay: 0.05s;
}
@media screen and (max-width: 767px) {
  #enterprise .list div:nth-child(5) {
    grid-column: span 1;
    grid-area: unset;
    border-top: none;
    border-right: 1px solid #000;
    border-bottom: 1px solid #000;
  }
}
#enterprise .list div:nth-child(6) {
  grid-area: 5/3/7/4;
  border-bottom: 1px solid #000;
}
#enterprise .list div:nth-child(6) img {
  transition: transform 1.1s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition-delay: 0.1s;
}
@media screen and (max-width: 767px) {
  #enterprise .list div:nth-child(6) {
    grid-column: span 1;
    grid-area: unset;
  }
}
#enterprise .list div:nth-child(7) {
  grid-area: 7/1/8/4;
  text-align: center;
  font-size: 1.25rem;
  border: none;
}
@media screen and (max-width: 767px) {
  #enterprise .list div:nth-child(7) {
    grid-area: unset;
    grid-column: span 2;
    font-size: 1rem;
    padding: 0;
  }
}
@media screen and (max-width: 767px) {
  #enterprise .list div:nth-child(7):before {
    mask-image: url(../../common/img/arrow3.svg);
    width: 30px;
    height: 7px;
    mask-size: 30px 7px;
    background-size: contain;
  }
}
@media screen and (max-width: 767px) {
  #enterprise .list div:nth-child(7):after {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  #enterprise .list div:nth-child(7) span span span {
    display: none;
  }
}