@charset "UTF-8";
.page-general-link {
  display: flex;
  justify-content: space-between;
  margin-top: 37px;
  margin-bottom: 88px;
}
@media only screen and (max-width: 750px) {
  .page-general-link {
    margin-top: 20px;
    margin-bottom: 50px;
  }
}
.page-general-link-item {
  background-image: repeating-linear-gradient(135deg, transparent, transparent 6px, rgb(32, 125, 125) 6px, rgb(32, 125, 125) 8px);
  position: relative;
  width: 395px;
  height: 156px;
  background-color: #066e6e;
  border-radius: 5px;
}
@media only screen and (max-width: 750px) {
  .page-general-link-item {
    width: 48.57%;
    height: 140px;
    display: block;
    margin-bottom: 10px;
  }
}
.page-general-link-item:hover {
  background-color: #368888;
}
.page-general-link-item:hover .page-general-link-item__arrow-img {
  transform: translate(20px);
}
.page-general-link-item__title {
  position: relative;
  font-family: "Kiwi Maru", serif;
  font-weight: 400;
  font-size: 2rem;
  letter-spacing: 0.12em;
  text-align: center;
  color: #fff;
  padding-top: 57px;
}
@media only screen and (max-width: 750px) {
  .page-general-link-item__title {
    font-size: 1.6rem;
    padding-top: 52px;
  }
}
.page-general-link-item__title::before {
  content: "";
  position: absolute;
  bottom: -4px;
  left: 0;
  right: 0;
  margin: auto;
  width: 62px;
  height: 2px;
  background-image: linear-gradient(to right, #fff, #fff 6px, transparent 6px);
  background-size: 12px 2px;
  background-position: left bottom;
  background-repeat: repeat-x;
}
.page-general-link-item__dashed {
  position: absolute;
  top: 6px;
  left: 6px;
}
@media only screen and (max-width: 750px) {
  .page-general-link-item__dashed {
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 93.52%;
  }
}
.page-general-link-item__arrow {
  position: absolute;
  right: 12px;
  bottom: 12px;
  width: 40px;
  height: 15px;
  border-radius: 10px;
  background-color: #fff;
}
.page-general-link-item__arrow-img {
  position: absolute;
  top: 3px;
  left: 5px;
  transition: all 300ms;
}
.page-general-list {
  counter-reset: item;
  list-style-type: none;
  padding-left: 0;
}
.page-general-list__item {
  font-weight: 400;
  font-size: 1.6rem;
  letter-spacing: 0.04em;
  line-height: 28px;
  margin-bottom: 26px;
  text-indent: -2em;
  padding-left: 2em;
}
.page-general-list__item:before {
  counter-increment: item;
  content: "0" counter(item);
  /* 以下は自由に装飾... */
  padding-right: 0.5em;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: bold;
  font-size: 1.8rem;
  letter-spacing: 0.04em;
  line-height: 24px;
  color: #6aa8a8;
}
.page-general-reference__banner {
  margin-bottom: 13px;
}
.page-general-reference__item {
  margin-bottom: 48px;
}/*# sourceMappingURL=general.css.map */