/* CSS Document */
/* base
----------------------------------------- */
html {
  font-size: 62.5%;
  /* 16px * 62.5% = 10px */
  width: 100%;
  box-sizing: border-box;
  scroll-behavior: smooth;
}

body {
  color: #251e1c;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.4rem;
  font-weight: 400;
  background-color: #fff;
  text-align: justify;
  line-height: 150%;
  position: relative;
  letter-spacing: 0.088em;
  text-justify: inter-ideograph; /* Edge */
  line-break: strict;
  word-break: break-word;
  overflow-wrap: break-word;
  word-wrap: break-word;
  position: relative;
  font-feature-settings: "palt";
  background-repeat: repeat;
  background-size: cover;
}

h1 {
  font-size: 4.8rem;
  font-weight: bold;
  line-height: 150%;
} /* 800 */
h2 {
  font-size: 3.2rem;
  font-weight: bold;
  line-height: 150%;
} /* 700 */
h3 {
  font-size: 2rem;
  font-weight: bold;
  line-height: 150%;
} /* 500 */
h4 {
  font-size: 2rem;
  line-height: 150%;
} /* 500 */
p {
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 150%;
} /* 400 */
.font-bold {
  font-weight: bold;
}

img {
  width: 100%;
  height: auto;
}

.mb_unset {
  margin-bottom: unset !important;
}

.pd-b-unset {
  padding-bottom: unset !important;
}

* {
  transition: all 0.3s ease;
}

.fade-in {
  opacity: 0;
  transition: opacity 0.8s ease, transform 0.8s ease;
}

.fade-in.visible {
  opacity: 1;
}

.m_auto {
  margin-left: auto;
  margin-right: auto;
}

.t_center {
  text-align: center;
}

.br {
  display: none;
}

@media screen and (max-width: 767px) {
  .br {
    display: block;
  }
}
.breadcrumb {
  color: #808080;
}

.mb_l {
  margin-bottom: 100px !important;
}

.mb_m {
  margin-bottom: 50px !important;
}

.mb_s {
  margin-bottom: 25px !important;
}

.mb_ss {
  margin-bottom: 15px !important;
}

.mb_10 {
  margin-bottom: 10px !important;
}

.mb_20 {
  margin-bottom: 20px !important;
}

.mb_30 {
  margin-bottom: 30px !important;
}

.mb_40 {
  margin-bottom: 40px !important;
}

.mb_50 {
  margin-bottom: 50px !important;
}

.pt_90 {
  padding-top: 90px;
}

.box-shadow {
  box-shadow: 0px 0px 10px 0px rgb(136, 136, 136);
}

.base-sectionWrap {
  max-width: 1060px;
  width: 100%;
  padding-left: 30px;
  padding-right: 30px;
  margin-left: auto;
  margin-right: auto;
}

.site-header {
  width: 100%;
  margin-bottom: 50px;
  padding: 20px 30px;
}

li.card-list__item {
  width: 100%;
  display: flex;
  border-bottom: 0.5px solid #808080;
}

li.card-list__item:first-child {
  border-top: 0.5px solid #808080;
}

.card__body {
  padding-left: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 20px;
}

img.card__thumb-img {
  width: 80px;
  aspect-ratio: 3/2;
}

a.card__link {
  display: flex;
  align-items: center;
}

ul.card-list {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
}

li.card__category {
  width: 120px;
  background-color: #31511E;
  color: #fff;
  text-align: center;
  font-size: 1.1rem;
  border-radius: 5px;
}

figure.card__thumb {
  width: 80px;
  overflow: hidden;
}

.card__title {
  font-size: 1.6rem;
  font-weight: 500;
  max-width: 400px;
  width: 100%;
}

.card__year {
  font-size: 1.2rem;
  color: #1C534A;
  width: 60px;
}

ul.cat-filter__list {
  display: flex;
  margin-bottom: 50px;
  flex-wrap: wrap;
  font-size: 1.1rem;
}

.cat-filter__item {
  font-size: 1.1rem;
}

.cat-filter__year {
  padding: 0px;
}

h2.sekou__title {
  font-size: 1.8rem;
  font-weight: normal;
  margin-bottom: 10px;
  color: #1C534A;
  border-bottom: 0.5px solid #808080;
}

nav.pagination {
  padding: 30px 0px;
}

span.page-numbers.current {
  border: 1px solid #31511E;
  padding: 5px;
}

a.page-numbers {
  border: 1px solid #31511E;
  padding: 5px;
}

.taxonomy-title {
  width: 100%;
  font-size: 4.2rem;
  color: #1C534A;
  margin-bottom: 50px;
  text-align: center;
  border: 0.5px solid #808080;
  padding: 10px;
}

.base_flexWrap {
  display: flex;
  flex-direction: row-reverse;
  justify-content: space-between;
  flex-wrap: wrap;
}

.base-sectionWrap-right {
  max-width: 200px;
  width: 100%;
  padding: 0px 0px 20px 20px;
  border-left: 0.5px solid #808080;
}

.base-sectionWrap-left {
  width: calc(100% - 200px);
  padding: 0px 50px 20px 0px;
}

ul.page-numbers {
  display: flex;
  gap: 5px;
}

.achievement_year_list {
  width: 80px;
}

ul.achievement_year_listWrap {
  flex-direction: row;
}

@media screen and (max-width: 767px) {
  h1 {
    font-size: 3.2rem;
  }
  h2 {
    font-size: 2.8rem;
  }
  .card__body {
    flex-direction: column;
    align-items: baseline;
    gap: 5px;
  }
  li.card-list__item {
    padding: 10px 0px;
  }
  .base_flexWrap {
    flex-direction: column-reverse;
  }
  .base-sectionWrap-left {
    width: 100%;
    padding-right: unset;
  }
}/*# sourceMappingURL=style.css.map */