@charset "UTF-8";
/*! destyle.css v4.0.0 | MIT License | https://github.com/nicolas-cusan/destyle.css */
/* Reset box-model and set borders */
/* ============================================ */
*,
::before,
::after {
  box-sizing: border-box;
  border-style: solid;
  border-width: 0;
}

/* Document */
/* ============================================ */
html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: transparent;
  scroll-behavior: smooth;
  font-size: 62.5%;
  -webkit-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  text-size-adjust: 100%;
  overflow-x: hidden;
}

/* Sections */
/* ============================================ */
body {
  margin: 0;
  font-family: "Hiragino Kaku Gothic ProN", "Hiragino Sans", "メイリオ", "Lucida Grande", Verdana, sans-serif;
  color: #252525;
}

main {
  display: block;
}

p,
table,
blockquote,
address,
pre,
iframe,
form,
figure,
dl {
  margin: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;
  margin: 0;
}

ul,
ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

dt {
  font-weight: bold;
}

dd {
  margin-left: 0;
}

hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
  border-top-width: 1px;
  margin: 0;
  clear: both;
  color: inherit;
}

pre {
  font-family: monospace, monospace;
  font-size: inherit;
}

address {
  font-style: inherit;
}

a {
  background-color: transparent;
  text-decoration: none;
  color: inherit;
}

abbr[title] {
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
}

b,
strong {
  font-weight: bolder;
}

code,
kbd,
samp {
  font-family: monospace, monospace;
  font-size: inherit;
}

small {
  font-size: 80%;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

svg,
img,
embed,
object,
iframe {
  vertical-align: bottom;
}

button,
[type=button],
[type=reset],
[type=submit] {
  cursor: pointer;
}

button:disabled,
[type=button]:disabled,
[type=reset]:disabled,
[type=submit]:disabled {
  cursor: default;
}

:-moz-focusring {
  outline: auto;
}

select:disabled {
  opacity: inherit;
}

option {
  padding: 0;
}

fieldset {
  margin: 0;
  padding: 0;
  min-width: 0;
}

legend {
  padding: 0;
}

progress {
  vertical-align: baseline;
}

textarea {
  overflow: auto;
}

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

[type=search] {
  outline-offset: -2px;
}

[type=search]::-webkit-search-decoration {
  -webkit-: none;
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

[type=number] {
  -moz-appearance: textfield;
}

label[for] {
  cursor: pointer;
}

details {
  display: block;
}

summary {
  display: list-item;
}

[contenteditable]:focus {
  outline: auto;
}

table {
  border-color: inherit;
  border-collapse: collapse;
}

caption {
  text-align: left;
}

td,
th {
  vertical-align: top;
  padding: 0;
}

th {
  text-align: left;
  font-weight: bold;
}

:focus {
  outline: none;
}

.overflow {
  overflow: hidden;
}

.l-header {
  background-color: #121C8B;
  color: #fff;
  padding: 40px;
}
.l-header__logo {
  width: 270px;
}
.l-header__logo a {
  display: flex;
  flex-direction: column;
}
.l-header__logo div {
  font-family: "Noto Sans", sans-serif;
  font-size: 28px;
  font-weight: bold;
  white-space: nowrap;
  letter-spacing: 0;
}
.l-header__logo h1 {
  font-family: "Noto Sans", sans-serif;
  font-size: 12px;
  font-weight: bold;
}

.l-footer {
  background-color: #121C8B;
  padding: 40px;
}
.l-footer__copyright {
  color: #FFFFFF;
  font-size: 12px;
}

.l-contents {
  min-height: 400px;
  margin: 40px;
}

.l-pageTitle {
  width: 1140px;
  margin: auto;
}
@media screen and (max-width: 992px) {
  .l-pageTitle {
    width: 95%;
  }
}
.l-pageTitle__container {
  margin: auto;
  width: 95%;
  display: flex;
  flex-direction: column;
  gap: 20px;
  line-height: 1;
}
@media screen and (max-width: 992px) {
  .l-pageTitle__container {
    gap: 8px;
  }
}
.l-pageTitle .enTitle {
  font-family: "Inter", Sans-serif;
  font-size: 80px;
  font-weight: 600;
  color: #252525;
}
@media screen and (max-width: 992px) {
  .l-pageTitle .enTitle {
    font-size: 50px;
  }
}
.l-pageTitle h2 {
  font-family: "Inter", Sans-serif;
  font-size: 16px;
  font-weight: 600;
}
@media screen and (max-width: 992px) {
  .l-pageTitle h2 {
    font-size: 13px;
  }
}

.l-news {
  width: 1140px;
  margin: auto;
  padding: 0 0 80px;
}
@media screen and (max-width: 992px) {
  .l-news {
    width: 95%;
    padding: 0 0 40px;
  }
}
.l-news__container {
  margin: 40px auto auto;
  width: 95%;
  display: flex;
  justify-content: space-between;
  gap: 60px;
}
@media screen and (max-width: 992px) {
  .l-news__container {
    flex-direction: column;
  }
}
.l-news__main {
  width: 100%;
}
@media screen and (max-width: 992px) {
  .l-news__main {
    width: 100%;
  }
}
.l-news__item {
  border-bottom: solid 1px #CED1D8;
  padding: 28px 0;
}
.l-news__item-meta {
  display: flex;
  gap: 12px;
  align-items: center;
  margin: auto auto 12px;
}
.l-news__item-day {
  font-size: 15px;
  font-family: "Inter", Sans-serif;
}
.l-news__item-cat {
  font-size: 13px;
  padding: 6px 8px;
  color: #FFFFFF;
  background-color: #252525;
  border-radius: 4px;
}
.l-news__item-title a {
  font-size: 16px;
  color: #252525;
  text-decoration: underline;
}
.l-news__item-title a:hover {
  text-decoration: none;
}
.l-news__contents__head {
  padding: 24px 0 24px;
  border-bottom: solid 1px #E0E0E0;
}
.l-news__contents__meta {
  display: flex;
  gap: 12px;
  align-items: center;
  margin: auto auto 16px;
}
@media screen and (max-width: 992px) {
  .l-news__contents__meta {
    margin: auto auto 8px;
  }
}
.l-news__contents__day {
  font-size: 15px;
  font-family: "Inter", Sans-serif;
}
.l-news__contents__cat {
  font-size: 13px;
  padding: 6px 8px;
  color: #FFFFFF;
  background-color: #252525;
  border-radius: 4px;
  display: inline-block;
}
.l-news__contents__title {
  font-size: 24px;
  color: #252525;
}
@media screen and (max-width: 992px) {
  .l-news__contents__title {
    font-size: 18px;
  }
}
.l-news__contents__block {
  font-size: 16px;
  line-height: 2em;
  padding: 24px 0;
}
@media screen and (max-width: 992px) {
  .l-news__contents__block {
    font-size: 14px;
    line-height: 1.8em;
  }
}
.l-news__contents__block img {
  margin: 20px auto;
}
.l-news__contents__btn {
  margin: 24px auto auto;
}
@media screen and (max-width: 992px) {
  .l-news__contents__btn {
    margin: 8px auto auto;
  }
}
.l-news__contents__btn a {
  border: solid 1px #E0E0E0;
  font-family: "Noto Sans", sans-serif;
  font-weight: bold;
  font-size: 15px;
  color: #252525;
  padding: 16px 16px;
  display: flex;
  align-items: center;
  gap: 8px;
  transition: all 0.3s;
  border-radius: 4px;
  display: inline-block;
}
@media screen and (max-width: 992px) {
  .l-news__contents__btn a {
    display: block;
    text-align: center;
  }
}
.l-news__contents__btn a:hover {
  opacity: 0.8;
}

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

.pagination .nav-links {
  display: inline-flex;
  gap: 8px;
  align-items: center;
}

.pagination .page-numbers {
  display: inline-block;
  padding: 8px 14px;
  border: 1px solid #ddd;
  text-decoration: none;
  color: #333;
  border-radius: 4px;
  transition: all 0.2s;
}

.pagination .page-numbers:hover {
  background: #333;
  color: #fff;
}

.pagination .page-numbers.current {
  background: #333;
  color: #fff;
  border-color: #333;
}

.pagination .page-numbers.dots {
  border: none;
  background: none;
}
/*# sourceMappingURL=style.css.map */