.know {
  padding-top: 7.5rem;
}

.know__items {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.875rem;
  margin-top: 1.875rem;
}

.know__item a {
  position: relative;
  display: block;
  height: 100%;
}

.know__item a::before {
  content: "";
  position: absolute;
  width: 101%;
  height: 100%;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  border: 0.25rem solid #e6001e;
  opacity: 0;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  z-index: 1;
}

.know__item a:hover::before {
  opacity: 1;
}

.know__item-image {
  overflow: hidden;
}

.know__item-image img {
  aspect-ratio: 300/200;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

.know__item a:hover .know__item-image img {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}

.know__item-title {
  font-weight: 500;
  line-height: 1.5714285714;
  letter-spacing: 0em;
  padding: 0.625rem;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
@media (min-width: 769px) and (max-width: 1279px) {
  .know__item-title {
    font-size: max(0.7rem, 10px);
  }
}
@media not ((min-width: 769px) and (max-width: 1279px)) {
  .know__item-title {
    font-size: 0.875rem;
  }
}

.know__item a:hover .know__item-title {
  color: #e6001e;
}

.apply {
  padding-top: 7.5rem;
}

.apply__items {
  margin-top: 1.875rem;
}

.apply__item:not(:first-of-type) {
  margin-top: 1.875rem;
}

.apply__title {
  font-weight: 700;
  line-height: 2;
  letter-spacing: 0.04em;
  color: #e6001e;
}
@media (min-width: 769px) and (max-width: 1279px) {
  .apply__title {
    font-size: max(0.8rem, 10px);
  }
}
@media not ((min-width: 769px) and (max-width: 1279px)) {
  .apply__title {
    font-size: 1rem;
  }
}

.apply__text {
  margin-top: 0.375rem;
}

.apply__text a {
  text-decoration: underline;
}

@media screen and (max-width: 768px) and (min-width: 769px) {
  .know {
    padding-top: 9.38vw;
  }
}
@media screen and (max-width: 768px) and (max-width: 768px) {
  .know {
    padding-top: 32vw;
  }
}
@media screen and (max-width: 768px) {
  .know__items {
    grid-template-columns: 1fr;
  }
}
@media screen and (max-width: 768px) and (min-width: 769px) {
  .know__items {
    gap: 2.73vw;
  }
}
@media screen and (max-width: 768px) and (max-width: 768px) {
  .know__items {
    gap: 9.33vw;
  }
}
@media screen and (max-width: 768px) and (min-width: 769px) {
  .know__items {
    margin-top: 2.34vw;
  }
}
@media screen and (max-width: 768px) and (max-width: 768px) {
  .know__items {
    margin-top: 8vw;
  }
}
@media screen and (max-width: 768px) {
  .know__item a::before {
    display: none;
  }
  .know__item a:hover .know__item-image img {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@media screen and (max-width: 768px) and (min-width: 769px) {
  .know__item-title {
    font-size: max(1.09vw, 10px);
  }
}
@media screen and (max-width: 768px) and (max-width: 768px) {
  .know__item-title {
    font-size: max(3.73vw, 10px);
  }
}
@media screen and (max-width: 768px) and (min-width: 769px) {
  .know__item-title {
    padding: 0.78vw;
  }
}
@media screen and (max-width: 768px) and (max-width: 768px) {
  .know__item-title {
    padding: 2.67vw;
  }
}
@media screen and (max-width: 768px) {
  .know__item a:hover .know__item-title {
    color: #000;
  }
}
@media screen and (max-width: 768px) and (min-width: 769px) {
  .apply {
    padding: 9.38vw 0 1.56vw;
  }
}
@media screen and (max-width: 768px) and (max-width: 768px) {
  .apply {
    padding: 32vw 0 5.33vw;
  }
}
@media screen and (max-width: 768px) and (min-width: 769px) {
  .apply__items {
    margin-top: 2.34vw;
  }
}
@media screen and (max-width: 768px) and (max-width: 768px) {
  .apply__items {
    margin-top: 8vw;
  }
}
@media screen and (max-width: 768px) and (min-width: 769px) {
  .apply__item:not(:first-of-type) {
    margin-top: 2.34vw;
  }
}
@media screen and (max-width: 768px) and (max-width: 768px) {
  .apply__item:not(:first-of-type) {
    margin-top: 8vw;
  }
}
@media screen and (max-width: 768px) and (min-width: 769px) {
  .apply__title {
    font-size: max(1.09vw, 10px);
  }
}
@media screen and (max-width: 768px) and (max-width: 768px) {
  .apply__title {
    font-size: max(3.73vw, 10px);
  }
}
@media screen and (max-width: 768px) and (min-width: 769px) {
  .apply__text {
    margin-top: 0.78vw;
  }
}
@media screen and (max-width: 768px) and (max-width: 768px) {
  .apply__text {
    margin-top: 2.67vw;
  }
}