@charset "UTF-8";
/* フォント設定
---------------------------------------------------------- */
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&display=swap');

/* アーカイブボタン */
.archive_2025_container {
  width: 95%;
  height: auto;
  margin: 30px auto 0;
  padding: 30px 0;
  background: rgba(103, 114, 137, 0.5);
}
@media screen and (min-width:768px) { /* PC ==================== */
  .btn_archive_2025 {
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: 1;
    text-decoration: none;
    color: #ffffff;
    font-size: 1.7em;
    border-radius: 20px;
    margin: 0 auto;
    width: 70%;
    height: 100px;
    font-family: "Noto Sans JP", sans-serif;
    font-optical-sizing: auto;
    font-weight: 500;
    font-style: normal;
    border: 2px solid #ffffff;
    transition: 0.3s;
    box-shadow: 0px 4px 10px -2px rgba(0, 0, 0, 0.3);
    background-image: linear-gradient(271deg, rgba(17, 156, 75, 1), rgba(0, 74, 30, 1));
  }
  .btn_archive_2025:hover {
    box-shadow: 0 0 rgba(0, 0, 0, .3);
  }
}
@media (max-width:768px) { /* SP ==================== */
  .btn_archive_2025 {
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: 1;
    text-decoration: none;
    color: #ffffff;
   font-size: 0.8em;
    border-radius: 10px;
    margin: 0 auto;
    width: 80%;
    height: 50px;
    font-family: "Noto Sans JP", sans-serif;
    font-optical-sizing: auto;
    font-weight: 500;
    font-style: normal;
    border: 2px solid #ffffff;
    transition: 0.3s;
    box-shadow: 0px 4px 10px -2px rgba(0, 0, 0, 0.3);
    background-image: linear-gradient(271deg, rgba(17, 156, 75, 1), rgba(0, 74, 30, 1));
  }
  .btn_archive_2025:hover {
    box-shadow: 0 0 rgba(0, 0, 0, .3);
  }
}