.news-page {
  font-family: "Noto Sans JP", sans-serif;
  line-height: 1;
}

.news-page .main-visual-area {
  background-image: url(../img/news/main-visual-sp.jpg);
  background-size: cover;
  padding-top: 76.5625%;
  position: relative;
  margin-bottom: calc(1.4rem + 72px + 27px);
}

.news-page .main-visual-area::after {
  content: "";
  display: block;
}

.main-visual-area h1 {
  font-size: 2.2rem;
  bottom: calc(-1.1rem - 72px - 27px);
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  text-align: center;
  padding-bottom: 27px;
  margin-bottom: 72px;
  font-style: italic;
  letter-spacing: 0.3rem;
}

.main-visual-area h1 span {
  font-size: 2rem;
}

.main-visual-area h1::after {
  content: "";
  display: block;
  width: 200px;
  height: 6px;
  margin: 0 auto;
  background-color: #487ec7;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}

.page-link-area {
  padding: 0 20px;
  margin-bottom: 48px;
}

.page-link-area ul {
  display: flex;
}

.page-link-area li {
  font-size: 0.9rem;
}

.page-link-area li::after {
  content: " ＞　";
}

.page-link-area li:last-of-type::after {
  content: none;
}

.contents-area .page-message {
  font-size: 1rem;
  line-height: 1.77;
  letter-spacing: 0.1rem;
  margin-bottom: 20px;
  padding: 0 20px;
}

.news_topic .newss {
  padding: 0 20px;
}

.news_topic .newss .news {
  padding: 25px 0 29px;
  border-bottom: 1px dotted #707070;
}

.news_topic .newss .news:nth-child(1) {
  border-top: 1px dotted #707070;
}

.news_topic .newss .news a {
  display: flex;
  align-items: center;
}

.news_topic .newss .news .thumbnail {
  margin-right: 2.673%;
  width: 26.125%;
}

.news-contents {
  flex-grow: 10;
  letter-spacing: 0.1rem;
}

.pagination {
  margin: 62px auto 52px;
  text-align: center;
}

.pagination .page_num {
  display: none;
}

.pagination .pager {
  color: #4b8be0;
  border: 1px solid #4b8be0;
  border-radius: 5px;
  width: 35px;
  height: 35px;
  line-height: 33px;
  text-align: center;
  display: inline-block;
  margin-right: 13px;
}

.pagination .current {
  color: #fff;
  border: 1px solid #4b8be0;
  background-color: #4b8be0;
}

.pagination .prev {
  margin-right: 13px;
}

.pagination .arrow {
  width: 16.5px;
  vertical-align: middle;
}

.news-contents .date {
  font-size: 0.9rem;
  color: #b4b4b4;
  margin-bottom: 10px;
}

.news-contents .title {
  font-size: 1rem;
  line-height: 1.357;
  letter-spacing: 0.1rem;
}

.news .link-contents {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-left: 13px;
}

.top-link {
  margin-top: 52.5px;
}

.top-link div {
  width: 66.66%;
  background-color: #4b8be0;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 55px;
  margin: 0 auto 89px;
  position: relative;
}

.top-link a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.top-link div p {
  letter-spacing: 0.2rem;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.top-link div p::before {
  content: "";
  position: absolute;
  top: -2px;
  bottom: 0;
  right: calc(-36px - 20px);
  background-color: #fff;
  width: 12px;
  height: 2px;
  transform: rotate(45deg);
  margin: auto 0;
  transition: all 0.3s;
}

.top-link div p::after {
  content: "";
  position: absolute;
  top: 6px;
  bottom: 0;
  right: calc(-35px - 20px);
  background-color: #fff;
  width: 35px;
  height: 2px;
  margin: auto 0;
  transition: all 0.3s;
}

.top-link div:hover p::before {
  right: calc(-41px - 20px);
}

.top-link div:hover p::after {
  right: calc(-39px - 20px);
}

@media screen and (min-width: 500px) {
  .main-visual-area h1 {
    font-size: 4.125rem;
    bottom: calc(-2rem - 72px - 27px);
  }

  .main-visual-area h1 span {
    font-size: 2.5rem;
  }

  .page-link-area {
    padding: 0 40px;
    margin-bottom: 96px;
  }

  .contents-area .page-message {
    padding: 0 40px;
  }

  .news_topic .newss {
    padding: 0 40px;
  }

  .news_topic .newss .news {
    padding: 50px 11px 58px 20px;
  }

  .pagination {
    margin: 120px auto 104px;
    text-align: center;
  }

  .pagination .pager {
    width: 70px;
    height: 70px;
    line-height: 70px;
    margin-right: 27px;
  }

  .pagination .prev {
    margin-right: 27px;
  }

  .pagination .arrow {
    width: 33px;
  }

  .top-link div {
    width: 66.66%;
    height: 66px;
    margin: 0 auto 179px;
  }

  .top-link div p {
    font-size: 1rem;
  }

  .top-link div p::before {
    top: -4px;
    right: calc(-57px - 40px);
    width: 16px;
  }

  .top-link div p::after {
    top: 6px;
    right: calc(-55px - 40px);
    width: 55px;
  }

  .top-link div:hover p::before {
    right: calc(-62px - 40px);
  }

  .top-link div:hover p::after {
    right: calc(-60px - 40px);
  }
}

@media screen and (min-width: 697px) {
  .news-page .main-visual-area {
    margin-bottom: calc(2.3rem + 72px + 27px);
  }

  .main-visual-area h1 span {
    font-size: 4.5rem;
  }
}

@media screen and (min-width: 769px) {
  .news-page .main-visual-area {
    background-image: url(../img/news/main-visual.jpg);
    background-position-x: center;
    background-size: cover;
    padding-top: 500px;
    margin-bottom: calc(2.3rem + 89px + 45px);
  }

  .main-visual-area h1 {
    font-size: 4.125rem;
    padding-bottom: 45px;
    bottom: calc(-1rem - 89px - 45px);
  }

  .main-visual-area h1 span {
    font-size: 4.375rem;
  }

  .page-link-area {
    padding: 0 20px;
    margin: 0 auto 74px;
    max-width: 1200px;
  }

  .page-link-area li {
    font-size: 0.875rem;
  }

  .contents-area .page-message,
  .contents-area .news_topic {
    padding: 0;
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
  }

  .contents-area .page-message {
    font-size: 1rem;
    margin-bottom: 64px;
    padding-left: 112px;
  }

  .contents-area .page-message br {
    display: none;
  }

  .news_topic .newss .news {
    padding: 48px 50px 42px;
  }

  .news_topic .newss .news .thumbnail {
    margin-right: 48px;
    width: 240px;
  }

  .news-contents .date {
    font-size: 1rem;
  }

  .news-contents .title {
    font-size: 1.25rem;
  }

  .pagination {
    margin: 50px auto 88px;
  }

  .pagination .pager {
    width: 40px;
    height: 40px;
    line-height: 40px;
    margin-right: 16px;
  }

  .pagination .prev,
  .pagination .next {
    height: 19px;
    display: inline-block;
  }

  .pagination .arrow {
    width: 19px;
  }

  .top-link {
    margin-top: 98px;
  }

  .top-link div {
    width: 330px;
    height: 66px;
    margin: 0 auto 180px;
  }

  .top-link div p {
    font-size: 1rem;
  }
}
