.page-about-link {
  display: flex;
  justify-content: space-between;
  margin-top: 37px;
  margin-bottom: 81px;
}
@media only screen and (max-width: 750px) {
  .page-about-link {
    display: block;
  }
}
.page-about-link-item {
  background-image: repeating-linear-gradient(135deg, transparent, transparent 6px, rgb(32, 125, 125) 6px, rgb(32, 125, 125) 8px);
  position: relative;
  width: 260px;
  height: 156px;
  background-color: #066e6e;
  border-radius: 5px;
}
@media only screen and (max-width: 750px) {
  .page-about-link-item {
    margin-right: auto;
    margin-left: auto;
    width: 280px;
    height: 110px;
    display: block;
    margin-bottom: 20px;
  }
}
.page-about-link-item:hover {
  background-color: #368888;
}
.page-about-link-item:hover .page-about-link-item__arrow-img {
  transform: translate(20px);
}
.page-about-link-item__title {
  position: relative;
  font-family: "Kiwi Maru", serif;
  font-weight: 400;
  font-size: 1.6rem;
  letter-spacing: 0.12em;
  text-align: center;
  color: #fff;
  padding-top: 57px;
}
@media only screen and (max-width: 750px) {
  .page-about-link-item__title {
    padding-top: 40px;
    font-size: 1.8rem;
  }
}
.page-about-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-about-link-item__dashed {
  position: absolute;
  top: 6px;
  left: 6px;
}
.page-about-link-item__arrow {
  position: absolute;
  right: 12px;
  bottom: 12px;
  width: 40px;
  height: 15px;
  border-radius: 10px;
  background-color: #fff;
}
.page-about-link-item__arrow-img {
  position: absolute;
  top: 3px;
  left: 5px;
  transition: all 300ms;
}
.page-about-map {
  width: 800px;
  height: 280px;
  margin-top: 15px;
}
@media only screen and (max-width: 750px) {
  .page-about-map {
    width: 100%;
  }
}
.page-about-map iframe {
  width: 100%;
  height: 100%;
}/*# sourceMappingURL=about.css.map */