@media screen and (max-width: 828px) {
  .commonWidth-sp {
    width: 88.4057971014%;
    margin-right: auto;
    margin-left: auto;
  }
}

/**
 * Fonts
 */
/*
$fonts: (
  Minamoto : 'source-han-sans-japanese, sans-serif', // 700 -> bold, 500 -> Medium, 400 -> Regular
  Niveau   : 'niveau-grotesk, sans-serif', // 700 -> bold, 500 -> Medium, 400 -> Regular
  Roboto   : 'roboto, sans-serif', // 700 -> bold, 500 -> Medium, 400 -> Regular
  Mincho   : 'source-han-serif-japanese, serif',
  Expo     : 'expo-serif-pro, serif', // 300 -> light,
  Futura   : 'futura-pt, sans-serif', // 300 -> light,
  NotoSans: 'noto-sans, sans-serif', // 100 -> thin, 400 -> Regular, 700 -> Bold
  TBNPMincho: 'tbnpmincho-std, serif', // 300 -> Regular
);

@mixin get_webfont( $font, $weight, $style: normal ) {
  $fonts: (
  Minamoto : 'source-han-sans-japanese, sans-serif', // 700 -> bold, 500 -> Medium, 400 -> Regular
  Niveau   : 'niveau-grotesk, sans-serif', // 700 -> bold, 500 -> Medium, 400 -> Regular
  Roboto   : 'roboto, sans-serif', // 700 -> bold, 500 -> Medium, 400 -> Regular
  Mincho   : 'source-han-serif-japanese, serif',
  Expo     : 'expo-serif-pro, serif', // 300 -> light,
  Futura   : 'futura-pt, sans-serif', // 300 -> light,
  NotoSans: 'noto-sans, sans-serif', // 100 -> thin, 400 -> Regular, 700 -> Bold
  TBNPMincho: 'tbnpmincho-std, serif', // 300 -> Regular
  );

  font-family: unquote( map-get( $fonts, $font ) );
  font-weight: $weight;
  font-style: $style;
  @content;
}
*/
.newsArchive .mainContent,
.newsSingle .mainContent {
  padding-top: 64px;
}
@media screen and (max-width: 1366px) {
  .newsArchive .mainContent,
  .newsSingle .mainContent {
    padding-top: 4.6852122987vw;
  }
}
@media screen and (max-width: 828px) {
  .newsArchive .mainContent,
  .newsSingle .mainContent {
    padding-top: 19.3236714976vw;
  }
}

.newsArchive .newsList_item {
  padding: 24px 0;
  border-bottom: 1px solid #000;
}
@media screen and (max-width: 1366px) {
  .newsArchive .newsList_item {
    padding: 1.756954612vw 0vw;
  }
}
@media screen and (max-width: 828px) {
  .newsArchive .newsList_item {
    padding: 3.8647342995vw 0vw;
  }
}
.newsArchive .newsList_date {
  margin-top: 16px;
  font-size: 1.2rem;
  letter-spacing: 0.06em;
  line-height: 1;
  color: #777;
}
@media screen and (max-width: 1366px) {
  .newsArchive .newsList_date {
    margin-top: 1.1713030747vw;
    font-size: 0.878477306vw;
  }
}
@media screen and (max-width: 828px) {
  .newsArchive .newsList_date {
    margin-top: 1.9323671498vw;
    font-size: 2.8985507246vw;
  }
}

.newsSingle .mainContent .inner {
  margin-top: 40px;
}
@media screen and (max-width: 1366px) {
  .newsSingle .mainContent .inner {
    margin-top: 2.9282576867vw;
  }
}
@media screen and (max-width: 828px) {
  .newsSingle .mainContent .inner {
    margin-top: 7.729468599vw;
  }
}
.newsSingle_date {
  margin-bottom: 16px;
  font-size: 1.2rem;
  letter-spacing: 0.04em;
  color: #777;
}
@media screen and (max-width: 1366px) {
  .newsSingle_date {
    margin-bottom: 1.1713030747vw;
    font-size: 0.878477306vw;
  }
}
@media screen and (max-width: 828px) {
  .newsSingle_date {
    margin-bottom: 3.8647342995vw;
    font-size: 3.3816425121vw;
  }
}
.newsSingle_title {
  font-size: 4rem;
  font-weight: 700;
  letter-spacing: 0.04em;
}
@media screen and (max-width: 1366px) {
  .newsSingle_title {
    font-size: 2.3426061493vw;
  }
}
@media screen and (max-width: 828px) {
  .newsSingle_title {
    font-size: 5.7971014493vw;
  }
}
.newsSingle_eyecatch {
  margin-top: 56px;
}
@media screen and (max-width: 1366px) {
  .newsSingle_eyecatch {
    margin-top: 4.0995607613vw;
  }
}
@media screen and (max-width: 828px) {
  .newsSingle_eyecatch {
    margin-top: 13.5265700483vw;
  }
}
.newsSingle_eyecatch img {
  max-width: 800px;
  margin: auto;
  display: table;
}
.newsSingle_content {
  margin-top: 48px;
  line-height: 2;
}
@media screen and (max-width: 1366px) {
  .newsSingle_content {
    margin-top: 3.513909224vw;
  }
}
@media screen and (max-width: 828px) {
  .newsSingle_content {
    margin-top: 9.6618357488vw;
  }
}
.newsSingle_content a {
  display: inline;
  color: #245DA8;
  text-decoration: underline;
}

.news__heading {
  display: grid;
  row-gap: 1rem;
  margin-top: 72px;
  padding-bottom: 1rem;
  border-bottom: 1px solid #333333;
}
@media screen and (max-width: 1366px) {
  .news__heading {
    margin-top: 5.270863836vw;
  }
}
@media screen and (max-width: 828px) {
  .news__heading {
    margin-top: 5.7971014493vw;
  }
}
.news__heading span {
  display: block;
  font-size: clamp(1.2rem, 1.141rem + 0.3vw, 1.4rem);
}

.newsArchive__list__inner {
  display: grid;
  margin-top: -1px;
}
.newsArchive__list__inner .col a,
.newsArchive__list__inner .col div {
  display: grid;
  padding: 1.8rem 2.4rem;
  font-size: clamp(1.6rem, 1.541rem + 0.3vw, 1.8rem);
  border-top: 1px solid #333333;
}
@media screen and (min-width: 829px) {
  .newsArchive__list__inner .col a,
  .newsArchive__list__inner .col div {
    align-items: center;
    grid-template-columns: 180px 1fr;
  }
}
@media screen and (max-width: 828px) {
  .newsArchive__list__inner .col a,
  .newsArchive__list__inner .col div {
    row-gap: 1rem;
  }
}
.newsArchive__list__inner .col a .date,
.newsArchive__list__inner .col div .date {
  font-weight: bold;
}