@charset "UTF-8";
/*
.container {
  width: 100%;
  @include mq("tb") {
    width: 90%;
  }
  @include mq("pc") {
    width: 80%;
  }
}
*/
.zen-old-mincho-regular {
  font-family: "Zen Old Mincho", serif;
  font-weight: 400;
  font-style: normal;
}

.noto-sans-jp-regular {
  font-family: "Noto Sans JP", serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
}

section.aboutLink {
  position: relative;
  z-index: 500;
  background-color: rgba(0, 179, 255, 0.0823529412);
  margin-top: 120px;
  padding-top: 110px;
  padding-bottom: 184px;
}
@media (max-width: 1024px) {
  section.aboutLink {
    margin-top: 0;
    padding: 13vw 0;
  }
}
section.aboutLink .link {
  width: 95%;
  min-width: 800px;
  max-width: 980px;
}
@media (max-width: 1024px) {
  section.aboutLink .link {
    min-width: 90%;
    width: 90%;
    margin: 0 auto;
  }
}
section.aboutLink .link ul {
  width: 100%;
  display: grid;
  grid-template-columns: repeat(3, 1fr); /* 3列を指定 */
  row-gap: 10px;
}
@media (max-width: 1024px) {
  section.aboutLink .link ul {
    grid-template-columns: 1fr;
    row-gap: 15px;
  }
}
section.aboutLink .link ul li {
  width: 98%;
  height: 250px;
}
@media (max-width: 1024px) {
  section.aboutLink .link ul li {
    height: 60vw;
  }
}
section.aboutLink .link ul li a {
  display: block;
  width: 100%;
  height: 100%;
  background-color: #ccc;
  color: #fff;
  background-size: cover;
  position: relative;
}
section.aboutLink .link ul li a figure {
  height: calc(100% - 58px);
  overflow: hidden;
}
section.aboutLink .link ul li a figure img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
section.aboutLink .link ul li a p {
  background-color: #247090;
  font-family: "Zen Old Mincho", "Hiragino Mincho ProN", "Noto Serif JP", "Yu Mincho", YuMincho, serif;
  font-size: 20px;
  letter-spacing: 0.08;
  line-height: 2.9;
  padding-left: 1em;
  position: absolute;
  bottom: 0;
  width: 100%;
}
section.aboutLink .link ul li a p::after {
  content: "";
  position: absolute;
  top: 1.2em;
  right: 1.3em;
  width: 0;
  height: 0;
  border-style: solid;
  border-top: 4px solid transparent;
  border-bottom: 4px solid transparent;
  border-left: 10px solid #fff;
  border-right: 0;
}
section.aboutLink .link ul li.group {
  display: none;
}
@media (max-width: 1024px) {
  section.aboutLink .link ul li {
    width: 90%;
    margin: 0 auto;
  }
}