.top_linkButton {
  position: absolute;
  bottom: 60px;
  left: 90px;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 140px;
  height: 140px;
  border-radius: 50%;
  background-color: #065bab;
  z-index: 20;
}
@media screen and (max-width: 1024px) {
  .top_linkButton {
    left: 50px;
    width: 120px;
    height: 120px;
  }
}
@media screen and (max-width: 768px) {
  .top_linkButton {
    left: 40px;
    width: 100px;
    height: 100px;
  }
}
@media screen and (max-width: 500px) {
  .top_linkButton {
    left: 30px;
    width: 90px;
    height: 90px;
    bottom: 40px;
  }
}
.top_linkButton.--second {
  left: 240px;
}
@media screen and (max-width: 1024px) {
  .top_linkButton.--second {
    left: 180px;
  }
}
@media screen and (max-width: 768px) {
  .top_linkButton.--second {
    left: 150px;
  }
}
@media screen and (max-width: 500px) {
  .top_linkButton.--second {
    left: 130px;
  }
}
.top_linkButton_text {
  color: #fff;
  font-size: 18px;
  text-align: center;
  line-height: 1.2;
}
@media screen and (max-width: 1024px) {
  .top_linkButton_text {
    font-size: 16px;
  }
}
@media screen and (max-width: 768px) {
  .top_linkButton_text {
    font-size: 14px;
  }
}
@media screen and (max-width: 500px) {
  .top_linkButton_text {
    font-size: 12px;
  }
}
