.main-contents-inner {
  margin: 0 auto;
}

#page-title span {
  width: 150px;
}
@media screen and (min-width: 768px) {
  #page-title span {
    padding: 28px 30px 20px 30px;
    width: 285px;
  }
}
#page-title span img {
  margin-bottom: 5px;
}
@media screen and (min-width: 768px) {
  #page-title span img {
    margin-bottom: 0;
  }
}

.link {
  background-color: #FFF;
}
.link .inner {
  padding: 0 10px;
  text-align: left;
  max-width: 980px;
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  .link .inner {
    padding: 0;
  }
}
.link__grid {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 10px;
  width: 100%;
}
.link__container {
  position: relative;
  width: 100%;
}
.link__container:hover {
  opacity: 0.5;
  transition: 0.5s;
}
.link__container--col2 {
  grid-column: span 3;
}
.link__container--col3 {
  grid-column: span 2;
}
.link__bg {
  width: 100%;
}
.link__bg img {
  width: 100%;
  height: auto;
  object-fit: cover;
}
.link__group {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
.link__group--top {
  left: 20px;
}
@media screen and (min-width: 768px) {
  .link__group--top {
    left: 50px;
  }
}
.link__group--middle {
  top: auto;
  left: 15px;
  bottom: 15px;
  transform: none;
}
@media screen and (min-width: 768px) {
  .link__group--middle {
    left: 25px;
    bottom: 30px;
  }
}
.link__group--bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-direction: column;
  left: 20px;
  gap: 10px;
}
@media screen and (min-width: 768px) {
  .link__group--bottom {
    flex-direction: row;
    left: 40px;
    gap: 35px;
  }
}
.link__title {
  font-size: 14px;
  color: #0068B7;
  font-weight: 600;
  line-height: 1.5;
  letter-spacing: 0.05em;
}
@media screen and (min-width: 768px) {
  .link__title {
    line-height: normal;
    font-size: 16px;
  }
}
.link__title span {
  letter-spacing: 0;
  font-size: 18px;
  color: #001E34;
  font-weight: bold;
}
@media screen and (min-width: 768px) {
  .link__title span {
    font-size: 28px;
  }
}
.link__title--bottom span {
  font-size: 16px;
  line-height: 1.3;
}
@media screen and (min-width: 768px) {
  .link__title--bottom span {
    font-size: 24px;
  }
}
.link__text {
  font-size: 14px;
  color: #001E34;
  margin-top: 5px;
}
@media screen and (min-width: 768px) {
  .link__text {
    font-size: 16px;
    margin-top: 13px;
  }
}
@media screen and (min-width: 768px) {
  .link__icon {
    flex-shrink: 0;
  }
}
.link__icon img {
  width: 100%;
  height: auto;
}
.link__icon--1 {
  width: 50px;
  height: auto;
}
@media screen and (min-width: 768px) {
  .link__icon--1 {
    width: 79.53px;
  }
}
.link__icon--2 {
  width: 100px;
  height: auto;
}
@media screen and (min-width: 768px) {
  .link__icon--2 {
    width: 144px;
  }
}