@charset "UTF-8";
[class*=container] {
  margin: 0 auto;
  position: relative;
}

.container__60 {
  width: 60%;
}
.container__90 {
  width: 90%;
}
@media screen and (max-width: 1279px) {
  .container__60 {
    width: 75%;
  }
}
@media screen and (max-width: 767px) {
  .container__60 {
    width: 90%;
  }
}

.max-width {
  margin: 0 auto;
  max-width: 80rem;
  position: relative;
  width: 100%;
}

.footer {
  position: relative;
}
.footer__inner {
  background-color: rgb(0, 0, 0);
  padding: 0.8rem 0;
}
.footer__inner > p {
  color: rgb(255, 255, 255);
  font-size: 0.8rem;
  font-weight: 400;
  margin: 0;
  text-align: center;
}

.header {
  position: relative;
}
.header__flex {
  align-items: center;
  display: flex;
  justify-content: space-between;
}
.header__inner {
  background-color: rgb(255, 255, 255);
  box-shadow: 0 0 0.4rem rgba(0, 0, 0, 0.4);
  padding: 0.8rem 0;
}
.header__logo {
  display: block;
  width: 12rem;
}
.header__logo > img {
  display: block;
  height: auto;
  width: 100%;
}
.header__nav > ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.header__nav-item > a {
  color: rgb(82, 82, 99);
  font-size: 1rem;
  text-decoration: underline;
}
@media screen and (max-width: 1279px) {
  .header__logo {
    width: 10.8rem;
  }
}
@media screen and (max-width: 767px) {
  .header__logo {
    width: 9.6rem;
  }
}

.single-news-page {
  position: relative;
}
.single-news-page__content {
  margin-bottom: 2rem;
}
.single-news-page__content-container {
  background-color: rgb(248, 248, 248);
  border-radius: 2rem;
  padding: 3rem;
}
.single-news-page__content-container > a {
  align-items: center;
  background-color: rgb(33, 162, 175);
  border-radius: 3rem;
  color: rgb(255, 255, 255);
  display: flex;
  font-size: 1rem;
  font-weight: 700;
  height: 3rem;
  justify-content: center;
  margin: 0 auto;
  text-decoration: none;
  width: 15rem;
}
.single-news-page__content-container > img {
  aspect-ratio: 16/9;
  border-radius: 1rem;
  display: block;
  object-fit: cover;
  margin-bottom: 2rem;
  width: 100%;
}
.single-news-page__date {
  color: rgba(82, 82, 99, 0.4);
  display: block;
  font-size: 1rem;
  font-weight: 400;
  margin-bottom: 2rem;
}
.single-news-page__inner {
  padding: 3rem 0;
}
.single-news-page__title {
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.2;
  margin: 0 0 0.8rem;
  padding-bottom: 0.8rem;
  position: relative;
}
.single-news-page__title::after, .single-news-page__title::before {
  bottom: 0;
  content: "";
  height: 0.2rem;
  left: 0;
  position: absolute;
}
.single-news-page__title::after {
  background-color: rgb(33, 162, 175);
  right: 80%;
}
.single-news-page__title::before {
  background-color: rgba(33, 162, 175, 0.4);
  right: 0;
}
@media screen and (max-width: 1279px) {
  .single-news-page__content {
    margin-bottom: 1.8rem;
  }
  .single-news-page__content-container {
    border-radius: 1.8rem;
    padding: 2.7rem;
  }
  .single-news-page__content-container > a {
    border-radius: 2.7rem;
    height: 2.7rem;
    width: 13.5rem;
  }
  .single-news-page__content-container > img {
    aspect-ratio: 16/11;
    margin-bottom: 1.8rem;
  }
  .single-news-page__date {
    margin-bottom: 1.8rem;
  }
  .single-news-page__inner {
    padding: 2.7rem 0;
  }
  .single-news-page__title {
    font-size: 1.8rem;
  }
  .single-news-page__title::after {
    right: 70%;
  }
}
@media screen and (max-width: 767px) {
  .single-news-page__content {
    margin-bottom: 1.6rem;
  }
  .single-news-page__content-container {
    border-radius: 1.6rem;
    padding: 2.4rem;
  }
  .single-news-page__content-container > a {
    border-radius: 2.4rem;
    height: 2.4rem;
    width: 12rem;
  }
  .single-news-page__content-container > img {
    aspect-ratio: 16/13;
    margin-bottom: 1.6rem;
  }
  .single-news-page__date {
    margin-bottom: 1.6rem;
  }
  .single-news-page__inner {
    padding: 2.4rem 0;
  }
  .single-news-page__title {
    font-size: 1.6rem;
  }
  .single-news-page__title::after {
    right: 60%;
  }
}

body,
html {
  color: rgb(82, 82, 99);
  font-family: Roboto, "游ゴシック", YuGothic, "Yu Gothic", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", Arial, "メイリオ", Meiryo, sans-serif;
  font-size: 16px;
  margin: 0;
  overflow-x: hidden;
}

@media screen and (max-width: 1279px) {
  body,
  html {
    font-size: 15px;
  }
}
@media screen and (max-width: 767px) {
  body,
  html {
    font-size: 14px;
  }
}/*# sourceMappingURL=style.css.map */