.homeLink-btn {
  max-width: 660px;
  width: 100%;
  margin: 0 auto 95px;
}
@media screen and (max-width: 991px) {
  .homeLink-btn {
    margin-bottom: 60px;
  }
}
.homeLink-link {
  display: inline-block;
  width: 100%;
  height: 100%;
}
.homeLink-link:hover .homeLink-overlay {
  opacity: 1;
  visibility: visible;
}
.homeLink-pic {
  max-width: 660px;
  position: relative;
}
.homeLink-pic img {
  border-radius: 10px;
}
.homeLink-overlay {
  width: 100%;
  height: 100%;
  position: absolute;
  background-color: rgba(157, 149, 149, 0.7960784314);
  mix-blend-mode: multiply;
  border-radius: 10px;
  opacity: 0;
  visibility: hidden;
  top: 0;
  left: 0;
  z-index: 1;
  transition: all 0.4s linear 0s;
}
.homeLink-inner_main {
  max-width: 460px;
  width: 100%;
  height: 60px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #FFFFFFCC;
  position: absolute;
  top: 50%;
  right: 50%;
  z-index: 2;
  transform: translate(50%, -50%);
}
@media screen and (max-width: 767px) {
  .homeLink-inner_main {
    transform: translate(50%, 0);
  }
}
@media screen and (max-width: 575px) {
  .homeLink-inner_main {
    max-width: 213px;
    height: 30px;
    padding: 6px 13px;
    right: 24px;
    transform: translate(0, 0);
  }
}
.homeLink-inner_sub {
  max-width: 292px;
  width: 100%;
  height: 37px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #1C3388;
  border-radius: 7px;
  position: absolute;
  top: 27px;
  right: 100px;
  z-index: 2;
}
@media screen and (max-width: 767px) {
  .homeLink-inner_sub {
    top: 40px;
  }
}
@media screen and (max-width: 575px) {
  .homeLink-inner_sub {
    max-width: 200px;
    height: 22px;
    padding: 5px 10px;
    top: 21px;
    right: 24px;
  }
}
.homeLink-text_main {
  font-family: "Helvetica Neue", "Noto Sans JP", Arial, "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  font-weight: normal;
  font-size: 36px;
  line-height: 61px;
  color: #AB2323;
  font-weight: bold;
}
@media screen and (max-width: 575px) {
  .homeLink-text_main {
    font-size: 17px;
    line-height: 29px;
  }
}
.homeLink-text_sub {
  font-family: "Helvetica Neue", "Noto Sans JP", Arial, "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  font-weight: normal;
  font-size: 18px;
  line-height: 31px;
  color: #FFFFFF;
  font-weight: bold;
}
@media screen and (max-width: 575px) {
  .homeLink-text_sub {
    font-size: 12px;
    line-height: 20px;
  }
}

/*# sourceMappingURL=homepageLink.css.map */
