@charset "UTF-8";
.info {
  padding: 90px 0 145px;
}
@media screen and (max-width: 719px) {
  .info {
    padding: 50px 0 90px;
  }
}
.info__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 999px) {
  .info__content {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.info .tag-category {
  width: 165px;
}
@media screen and (max-width: 999px) {
  .info .tag-category {
    width: 100%;
  }
}
.info .tag-category__ttl {
  font-weight: 700;
  color: #777;
  font-size: 17px;
  line-height: 1.5;
  margin: 0 0 12px;
}
@media (max-width: 719px) {
  .info .tag-category__ttl {
    font-size: 14px;
  }
}
.info .tag-category__list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: block;
}
@media (max-width: 999px) {
  .info .tag-category__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 0 12px;
  }
}
.info .tag-category__list li {
  margin: 0 0 26px;
}
@media (max-width: 719px) {
  .info .tag-category__list li {
    margin: 0 0 28px;
  }
}
.info .tag-category__item {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
  font-weight: 700;
  color: #777;
  font-size: 17px;
  line-height: 1.5;
  text-decoration: none;
  position: relative;
  padding-left: 26px;
  margin-left: 10px;
  /* ドット（元checkboxの代替） */
  /* 選択リング（元: checked::before のリング） */
  /* ホバー/フォーカス */
  /* アクティブ状態（選択済み） */
}
@media (max-width: 719px) {
  .info .tag-category__item {
    font-size: 14px;
    padding-left: 18px;
  }
}
.info .tag-category__item::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 7px;
  height: 7px;
  background: #bababa;
  border-radius: 50%;
}
@media (max-width: 719px) {
  .info .tag-category__item::before {
    width: 5.32px;
    height: 5.32px;
  }
}
.info .tag-category__item::after {
  content: "";
  position: absolute;
  left: -9px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 25px;
  height: 25px;
  border: 1px solid transparent;
  border-radius: 50%;
  pointer-events: none;
}
@media (max-width: 719px) {
  .info .tag-category__item::after {
    width: 19px;
    height: 19px;
    left: -7px;
  }
}
.info .tag-category__item:hover, .info .tag-category__item.focus-visible {
  color: #05280c;
}
.info .tag-category__item:hover, .info .tag-category__item:focus-visible {
  color: #05280c;
}
.info .tag-category__item.is-active, .info .tag-category__item[aria-current=page] {
  color: #05280c;
}
.info .tag-category__item.is-active::before, .info .tag-category__item[aria-current=page]::before {
  background: #05280c;
}
.info .tag-category__item.is-active::after, .info .tag-category__item[aria-current=page]::after {
  border-color: #d9d9d9;
}
.info__wrap {
  width: 68.833%;
}
@media screen and (max-width: 999px) {
  .info__wrap {
    width: 100%;
  }
}
.info__list {
  width: 100%;
  font-size: 16px;
  border-top: solid 1px #e0e0e0;
  margin: 0 auto 50px;
}
@media screen and (max-width: 719px) {
  .info__list {
    margin: 0 auto 35px;
  }
}
.info__item {
  font-family: var(--font-gothic);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  padding: 40px 0 36px;
  border-bottom: solid 1px #e0e0e0;
}
@media screen and (max-width: 719px) {
  .info__item {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    padding: 18px 0 15px;
  }
}
.info__date {
  font-family: var(--font-cg);
  padding: 0 12.5px 0 0;
  color: #05280c;
}
.info__badge {
  display: inline-block;
  background: #f3f3f3;
  font-size: 12px;
  letter-spacing: 0.04em;
  padding: 1px 15px;
  white-space: nowrap;
  margin: 3px 20px 0 0;
  color: #05280c;
}
@media screen and (max-width: 719px) {
  .info__badge {
    font-size: 10px;
    padding: 1.5px 11px;
    margin: 4px 10px 0 0;
  }
}
.info__ttl {
  position: relative;
  padding: 0 60px 0 0;
  color: #222;
}
@media screen and (max-width: 719px) {
  .info__ttl {
    width: 100%;
    margin: 12px 0 0;
    padding: 0 43px 0 0;
    font-size: 14px;
  }
}
.info__ttl::after {
  position: absolute;
  top: 8px;
  right: 0;
  content: "";
  width: 16px;
  height: 10px;
  background: url(https://d2w53g1q050m78.cloudfront.net/wwwhiramatsuonli/uploads/img/common/ico_arrow03.svg) no-repeat;
  background-size: contain;
}
@media screen and (max-width: 719px) {
  .info__ttl::after {
    right: 0;
  }
}