<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* 繝偵�繝ｭ繝ｼ繧ｻ繧ｯ繧ｷ繝ｧ繝ｳ縺ｮ繧ｹ繧ｿ繧､繝ｫ */
.hero {
  position: relative;
  text-align: center;
  padding-top: 58px;
  padding-bottom: 43px;
  overflow: hidden;
}

.hero-background {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: -1;
}

.hero h1 {
  position: absolute;
  top: 120px;
  left: 300px;
  font-family: "BIZ UDGothic", sans-serif;
font-weight: 400;
font-style: normal;
  font-size: 48px;
  margin: 0;
  color: #fff;
}

.hero h2 {
  position: absolute;
  font-family: "BIZ UDPGothic", sans-serif;
  font-weight: 900;
  font-style: normal;
  font-size: 95px;
  color: #ffffff;
}

/* 譛ｬ譁��繧ｹ繧ｿ繧､繝ｫ */
.news {
  max-width: 1022px;
  margin: 0 auto 80px auto;
}

.news h3 {
  font-size: 2em;
  padding: 5px 0;
  color: #2B528F;
  border-left: 11px solid #2B528F;
}

.news-tabs {
  margin: 20px 0;
  text-align: center;
}

.news-tabs ul {
  list-style: none;
  padding: 0;
  display: flex;
  justify-content: center;
}

.news-tabs ul li {
  margin: 0 10px;
  flex: 1; /* 蜷�ち繝悶ｒ蝮�ｭ峨↓蠎�￡繧� */
  text-align: center;
}

.news-tabs ul li a {
  text-decoration: none;
  color: #000000;
  font-family: "BIZ UDPGothic", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 1.2em;
  padding: 18px 10px;
  display: block;
}

.news-tabs ul li.active a {
  border-bottom: 2px solid #2B528F;
  border-bottom: 4px solid #2B528F; /* 螳溽ｷ壹�荳狗ｷ� */
}

.news-tabs ul li:not(.active) a {
  border-bottom: 2px solid rgba(43, 82, 143, 0.5); /* 蜊企乗�縺ｮ荳狗ｷ� */
}

.news-list ul {
  list-style: none;
  padding: 0;
  margin-top: 50px;
}

.news-list ul li {
  padding: 30px 0;
  border-bottom: 3px solid #f8f8f8;
  font-family: "BIZ UDGothic", sans-serif;
  font-weight: 400;
  font-style: normal;
}

.news-list ul li a {
  color: #000000;
}

.news-list .news-date {
  display: inline-block;
  width: 350px;
  font-family: "BIZ UDPGothic", sans-serif;
  font-weight: 400;
  font-style: normal;
  padding-left: 30px;
}

.news-list .news-title {
  display: inline-block;
  font-family: "BIZ UDPGothic", sans-serif;
  font-weight: 400;
  font-style: normal;
}

.pagination {
  text-align: center;
  margin: 20px 0;
}

.pagination a {
  text-decoration: none;
  color: #2B528F;
  padding: 12px 15px;
  margin: 0 5px;
  margin-top: 50px;
  border-radius: 50%;
  display: inline-block;
  font-family: "BIZ UDGothic", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-family: "BIZ UDPGothic", sans-serif;
  font-weight: 400;
  font-style: normal;
}

.pagination a.active {
  background: #2B528F;
  color: white;
}</pre></body></html>