@import url("//fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&display=swap");
.p-guidance-index__blocktitle {
  padding: 10px 24px;
  background: #F9F8F1;
  color: #141414;
  margin-top: 4rem;
  margin-bottom: 3rem;
  letter-spacing: 0;
  font-size: 2rem;
}
.p-guidance-index__list {
  display: flex;
  flex-wrap: wrap;
  gap: 26px;
  padding-bottom: 30px;
}
@media screen and (max-width: 767px) {
  .p-guidance-index__list {
    gap: 20px 10px;
  }
}
.p-guidance-index__each {
  display: block;
  width: calc((100% - 52px) / 3);
}
@media screen and (max-width: 767px) {
  .p-guidance-index__each {
    width: calc(50% - 5px);
  }
}
.p-guidance-index__each:hover {
  text-decoration: none;
}
.p-guidance-index__each:hover .p-guidance-index__img {
  opacity: 1;
}
.p-guidance-index__each:hover .p-guidance-index__img img {
  transform: scale(1.05);
}
.p-guidance-index__img {
  position: relative;
  width: 100%;
  aspect-ratio: 316/178;
  border-radius: 20px 20px 0 0;
  overflow: hidden;
}
.p-guidance-index__img img {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: transform 0.3s;
}
.p-guidance-index__name {
  min-height: 93px;
  padding: 15px 20px 24px;
  border-radius: 0 0 20px 20px;
  background: #fff;
  border: 1px solid #ccc;
  color: #141414;
}
@media screen and (max-width: 767px) {
  .p-guidance-index__name {
    min-height: initial;
    padding: 10px 10px 20px;
    font-size: 14px;
  }
}/*# sourceMappingURL=guidance.css.map */