html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  vertical-align: baseline;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  scroll-behavior: smooth;
}

/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

li {
  list-style-type: none;
}

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

button {
  background-color: transparent;
  border: none;
  cursor: pointer;
  outline: none;
  padding: 0;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

html {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 62.5%;
  letter-spacing: 0.05em;
}

p {
  font-size: 16px;
  line-height: 2;
  letter-spacing: 0.05em;
}

.top-news {
  padding: 200px 0;
}
.top-news .news-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 60px;
}
.top-news .news-header {
  display: grid;
  grid-template-columns: auto 1fr;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: end;
  gap: 120px;
}
.top-news .title-group {
  color: #001733;
}
.top-news .news-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 40px 40px;
}
.top-news .news-card {
  background: #fff;
  border-radius: 12px;
  padding: 20px;
}
.top-news .news-card__link {
  border-bottom: 1px solid #E5E2DC;
  display: grid;
  grid-template-columns: 180px 1fr 40px;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
  gap: 32px;
  padding: 48px 0px 40px;
  color: #33302B;
  text-decoration: none;
}
.top-news .news-card__thumbnail {
  width: 180px;
  height: 120px;
  overflow: hidden;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.top-news .news-card__thumbnail img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.top-news .news-card__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 18px;
}
.top-news .news-card__date {
  color: #7A7A7A;
  font-weight: 500;
  letter-spacing: 0.05em;
  font-size: 14px;
}
.top-news .news-card__title {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  font-size: 18px;
  font-weight: 500;
  margin: 0;
  line-height: 1.4;
  position: relative;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.top-news .news-card:hover {
  background-color: #fcfcfc;
}
.top-news .page-nation {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
  margin-top: 80px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.top-news .page-nation a,
.top-news .page-nation span {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 60px;
  height: 60px;
  margin: 0 5px;
  font-size: 20px;
  color: #33302B;
  background: #fff;
  border-radius: 50%;
  text-decoration: none;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  border: 2px solid transparent;
}
.top-news .page-nation a:hover,
.top-news .page-nation span:hover {
  background: #f4f4f4;
  border-color: #001733;
}
.top-news .page-nation a.current,
.top-news .page-nation span.current {
  background: #001733;
  color: #fff;
  pointer-events: none;
  border-color: #001733;
}
.top-news .page-nation a.prev, .top-news .page-nation a.next,
.top-news .page-nation span.prev,
.top-news .page-nation span.next {
  font-weight: 400;
  font-size: 16px;
  line-height: 1.5;
}
.top-news .page-nation a.prev:hover, .top-news .page-nation a.next:hover,
.top-news .page-nation span.prev:hover,
.top-news .page-nation span.next:hover {
  background: #001733;
  color: #fff;
}
.top-news .news-empty {
  text-align: center;
  color: #33302B;
  font-size: 18px;
  padding: 60px 0;
}