.lower-page .hero {
  background: url("/img/general/common/lower-img.jpg") center/cover no-repeat;
}

#archive .cate-menu {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 16px;
  max-width: 1000px;
  margin: 0 auto;
  margin-bottom: calc(8px * 5);
}

@media screen and (max-width: 960px) {
  #archive .cate-menu {
    margin-bottom: calc((8px * 5) * 0.75);
  }
}

@media screen and (max-width: 520px) {
  #archive .cate-menu {
    margin-bottom: calc((8px * 5) * 0.5);
  }
}

@media screen and (max-width: 960px) {
  #archive .cate-menu {
    gap: 12px;
  }
}

#archive .cate-menu__item {
  width: calc((100% / 4) - (16px * 3 / 4));
  height: 64px;
}

@media screen and (max-width: 960px) {
  #archive .cate-menu__item {
    width: calc((100% / 2) - (12px * 1 / 2));
  }
}

#archive .cate-menu__item a {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  background: #999999;
  color: #ffffff;
}

#archive .pagenav {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 8px;
}

@media screen and (max-width: 520px) {
  #archive .pagenav {
    position: relative;
    padding-bottom: 52px;
  }
}

#archive .pagenav__item, #archive .pagenav__prev, #archive .pagenav__next {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  width: 48px;
  height: 48px;
  border: solid 1px #ffae00;
  border-radius: 2px;
  background: #ffffff;
  color: #ffae00;
  font-size: 1.6rem;
  transition: 0.3s ease-out;
}

@media screen and (max-width: 768px) {
  #archive .pagenav__item, #archive .pagenav__prev, #archive .pagenav__next {
    width: 40px;
    height: 40px;
    font-size: 1.4rem;
  }
}

@media screen and (max-width: 520px) {
  #archive .pagenav__item, #archive .pagenav__prev, #archive .pagenav__next {
    font-size: 1.2rem;
  }
}

#archive .pagenav__item:hover, #archive .pagenav__item.is-current, #archive .pagenav__prev:hover, #archive .pagenav__prev.is-current, #archive .pagenav__next:hover, #archive .pagenav__next.is-current {
  background: #ffae00;
  color: #ffffff;
}

#archive .pagenav__item {
  font-weight: bold;
}

@media screen and (max-width: 520px) {
  #archive .pagenav__item {
    flex-grow: 1;
    max-width: 64px;
  }
}

#archive .pagenav__prev, #archive .pagenav__next {
  position: relative;
  z-index: 1;
  flex-wrap: nowrap;
  position: relative;
  width: 80px;
  white-space: nowrap;
}

@media screen and (max-width: 960px) {
  #archive .pagenav__prev, #archive .pagenav__next {
    width: 72px;
  }
}

@media screen and (max-width: 520px) {
  #archive .pagenav__prev, #archive .pagenav__next {
    width: calc((100% / 2) - (12px * 1 / 2));
  }
}

#archive .pagenav__prev::before, #archive .pagenav__prev::after, #archive .pagenav__next::before, #archive .pagenav__next::after {
  content: '';
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  transition: 0.3s ease-out;
}

#archive .pagenav__prev::before, #archive .pagenav__next::before {
  right: 8px;
  width: 14px;
  height: 14px;
  background: #ffae00;
  border: solid 1px #ffae00;
  border-radius: 1px;
}

#archive .pagenav__prev::after, #archive .pagenav__next::after {
  width: 0;
  height: 0;
  border-style: solid;
}

#archive .pagenav__prev:hover::before, #archive .pagenav__next:hover::before {
  background: #ffffff;
}

#archive .pagenav__prev {
  padding-left: 12px;
}

@media screen and (max-width: 520px) {
  #archive .pagenav__prev {
    position: absolute;
    bottom: 0;
    left: 0;
    margin: 0;
  }
}

#archive .pagenav__prev::before {
  left: 8px;
}

#archive .pagenav__prev::after {
  left: 13px;
  border-width: 3px 4px 3px 0;
  border-color: transparent #ffffff transparent transparent;
}

#archive .pagenav__prev:hover::after {
  border-color: transparent #ffae00 transparent transparent;
}

#archive .pagenav__next {
  padding-right: 12px;
}

@media screen and (max-width: 520px) {
  #archive .pagenav__next {
    position: absolute;
    right: 0;
    bottom: 0;
    margin: 0;
  }
}

#archive .pagenav__next::before {
  right: 8px;
}

#archive .pagenav__next::after {
  right: 13px;
  border-width: 3px 0 3px 4px;
  border-color: transparent transparent transparent #ffffff;
}

#archive .pagenav__next:hover::after {
  border-color: transparent transparent transparent #ffae00;
}

#archive .news-list {
  border-top: solid 1px #cccccc;
}

#archive .news-list__item {
  position: relative;
  color: #3A4764;
  padding: 16px 8px;
  border-bottom: solid 1px #cccccc;
}

#archive .news-meta {
  margin-bottom: 4px;
  color: #999999;
}

@media screen and (max-width: 960px) {
  #archive .news-meta {
    font-size: 1.4rem;
  }
}

#archive .news-meta__date {
  font-family: "Roboto", sans-serif;
}

#archive .news-ttl a {
  font-size: 2rem;
  line-height: 1.4;
  transition: color 0.2s;
}

@media screen and (max-width: 960px) {
  #archive .news-ttl a {
    font-size: 1.6rem;
  }
}

#archive .news-ttl a::before {
  content: '';
  width: 8px;
  position: absolute;
  top: 50%;
  right: 7px;
  height: 8px;
  border: 1px currentColor;
  border-style: solid solid none none;
  transform: rotate(45deg);
  transform-origin: top right;
}

#archive .news-ttl a::after {
  content: '';
  position: absolute;
  top: 50%;
  right: 8px;
  width: 20px;
  height: 1px;
  background-color: currentColor;
  transform: translateY(-50%);
}

#archive .news-ttl a:hover {
  color: #ffae00;
}

#single .post-eyecatch {
  position: relative;
  aspect-ratio: 3/2;
  max-width: 800px;
  margin-bottom: calc(8px * 5);
  margin-left: auto;
  margin-right: auto;
}

@media screen and (max-width: 960px) {
  #single .post-eyecatch {
    margin-bottom: calc((8px * 5) * 0.75);
  }
}

@media screen and (max-width: 520px) {
  #single .post-eyecatch {
    margin-bottom: calc((8px * 5) * 0.5);
  }
}

#single .post-eyecatch img {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}

#single .post-meta {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: calc(8px * 2);
}

@media screen and (max-width: 960px) {
  #single .post-meta {
    margin-bottom: calc((8px * 2) * 0.75);
  }
}

@media screen and (max-width: 520px) {
  #single .post-meta {
    margin-bottom: calc((8px * 2) * 0.5);
  }
}

#single .post-meta__date {
  margin-right: calc(8px * 2);
  font-family: "Roboto", sans-serif;
}

@media screen and (max-width: 960px) {
  #single .post-meta__date {
    margin-right: calc((8px * 2) * 0.75);
  }
}

@media screen and (max-width: 520px) {
  #single .post-meta__date {
    margin-right: calc((8px * 2) * 0.5);
  }
}

#single .post-meta__cate {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  height: 28px;
  padding: 0 16px;
  background: #999999;
  color: #ffffff;
  font-size: 1.4rem;
}

#single .post-tag {
  margin-bottom: calc(8px * 5);
}

@media screen and (max-width: 960px) {
  #single .post-tag {
    margin-bottom: calc((8px * 5) * 0.75);
  }
}

@media screen and (max-width: 520px) {
  #single .post-tag {
    margin-bottom: calc((8px * 5) * 0.5);
  }
}

#single .post-tag__item a {
  color: #999999;
}

#single .post-ttl {
  margin-bottom: calc(8px * 3);
  font-size: 3.2rem;
  font-weight: bold;
  line-height: 1.4;
}

@media screen and (max-width: 960px) {
  #single .post-ttl {
    margin-bottom: calc((8px * 3) * 0.75);
  }
}

@media screen and (max-width: 520px) {
  #single .post-ttl {
    margin-bottom: calc((8px * 3) * 0.5);
  }
}

@media screen and (max-width: 960px) {
  #single .post-ttl {
    font-size: 2.8rem;
  }
}

@media screen and (max-width: 520px) {
  #single .post-ttl {
    font-size: 2.4rem;
  }
}

#single .post-dtl .editor-styles-wrapper {
  font-size: 1.6rem;
  font-family: "Noto Sans JP", sans-serif;
  line-height: 1.6;
  letter-spacing: 0.05em;
}

@media screen and (max-width: 768px) {
  #single .post-dtl .editor-styles-wrapper {
    font-size: 1.4rem;
    letter-spacing: 0;
  }
}

#single .post-dtl .editor-styles-wrapper {
  width: 100%;
  max-width: 960px;
  margin: 0 auto;
  padding: 0;
}

#single .post-dtl .editor-styles-wrapper .edit-post-visual-editor__post-title-wrapper {
  padding: 0 16px;
}

#single .post-dtl .editor-styles-wrapper .edit-post-visual-editor__post-title-wrapper .editor-post-title {
  margin: 0;
}

#single .post-dtl .editor-styles-wrapper .wp-block-post-content {
  padding: 0 16px;
}

#single .post-dtl .editor-styles-wrapper .wp-block-post-content .wp-block {
  max-width: none;
}

#single .post-dtl h1 {
  position: relative;
  margin-bottom: calc(8px * 3);
  padding-left: 12px;
  font-size: 2.4rem;
  font-weight: bold;
  line-height: 1.4;
  font-feature-settings: "palt";
}

@media screen and (max-width: 960px) {
  #single .post-dtl h1 {
    margin-bottom: calc((8px * 3) * 0.75);
  }
}

@media screen and (max-width: 520px) {
  #single .post-dtl h1 {
    margin-bottom: calc((8px * 3) * 0.5);
  }
}

@media screen and (max-width: 960px) {
  #single .post-dtl h1 {
    font-size: 2rem;
  }
}

@media screen and (max-width: 768px) {
  #single .post-dtl h1 {
    padding-left: 8px;
    font-size: 1.8rem;
  }
}

#single .post-dtl h1::before, #single .post-dtl h1::after {
  position: absolute;
  content: '';
  width: 4px;
  left: 0;
}

@media screen and (max-width: 768px) {
  #single .post-dtl h1::before, #single .post-dtl h1::after {
    width: 3px;
  }
}

#single .post-dtl h1::before {
  bottom: 50%;
  height: calc(50% - 4px);
  background-color: #ffae00;
}

#single .post-dtl h1::after {
  top: 50%;
  height: calc(50% - 4px);
  background-color: #ffc64c;
}

#single .post-dtl h2 {
  position: relative;
  margin-bottom: calc(8px * 2);
  padding-left: 10px;
  color: #ffae00;
  font-size: 2rem;
  font-weight: bold;
  line-height: 1.4;
}

@media screen and (max-width: 960px) {
  #single .post-dtl h2 {
    margin-bottom: calc((8px * 2) * 0.75);
  }
}

@media screen and (max-width: 520px) {
  #single .post-dtl h2 {
    margin-bottom: calc((8px * 2) * 0.5);
  }
}

@media screen and (max-width: 960px) {
  #single .post-dtl h2 {
    font-size: 1.8rem;
  }
}

@media screen and (max-width: 768px) {
  #single .post-dtl h2 {
    font-size: 1.6rem;
  }
}

#single .post-dtl h2::before {
  content: '';
  position: absolute;
  top: 50%;
  left: 0;
  width: 3px;
  height: calc(100% - 8px);
  background-color: #ffae00;
  transform: translateY(-50%);
}

@media screen and (max-width: 768px) {
  #single .post-dtl h2::before {
    width: 2px;
  }
}

#single .post-dtl h3 {
  position: relative;
  margin-bottom: calc(8px * 2);
  padding-left: 16px;
  color: #ffc64c;
  font-size: 1.8rem;
  font-weight: bold;
}

@media screen and (max-width: 960px) {
  #single .post-dtl h3 {
    margin-bottom: calc((8px * 2) * 0.75);
  }
}

@media screen and (max-width: 520px) {
  #single .post-dtl h3 {
    margin-bottom: calc((8px * 2) * 0.5);
  }
}

@media screen and (max-width: 960px) {
  #single .post-dtl h3 {
    font-size: 1.6rem;
  }
}

@media screen and (max-width: 768px) {
  #single .post-dtl h3 {
    padding-left: 12px;
    font-size: 1.4rem;
  }
}

#single .post-dtl h3::before {
  content: '';
  position: absolute;
  top: 50%;
  left: 0;
  width: 12px;
  height: 2px;
  background-color: #ffc64c;
  transform: translateY(-50%);
}

@media screen and (max-width: 768px) {
  #single .post-dtl h3::before {
    width: 8px;
  }
}

#single .post-dtl h4 {
  width: -moz-fit-content;
  width: fit-content;
  margin-bottom: calc(8px * 1);
  padding: 6px 12px;
  background: #eeeeee;
  border-radius: 2px;
  font-size: 1.6rem;
  font-weight: bold;
}

@media screen and (max-width: 960px) {
  #single .post-dtl h4 {
    margin-bottom: calc((8px * 1) * 0.75);
  }
}

@media screen and (max-width: 520px) {
  #single .post-dtl h4 {
    margin-bottom: calc((8px * 1) * 0.5);
  }
}

@media screen and (max-width: 960px) {
  #single .post-dtl h4 {
    padding: 4px 12px;
    font-size: 1.4rem;
  }
}

#single .post-dtl p {
  margin: 0 0 32px;
}

#single .post-dtl p em {
  font-style: italic;
}

#single .post-dtl p strong {
  font-weight: bold;
}

#single .post-dtl p a {
  text-decoration: underline;
  color: #ffae00;
}

#single .post-dtl p a:hover {
  text-decoration: none;
}

#single .post-dtl ul {
  margin: 0 0 32px;
  list-style: none;
}

#single .post-dtl ul li {
  position: relative;
  padding-left: 16px;
}

#single .post-dtl ul li:not(:nth-last-of-type(1)) {
  margin-bottom: 8px;
}

#single .post-dtl ul li::before {
  content: '';
  display: block;
  position: absolute;
  top: 8px;
  left: 0;
  width: 8px;
  height: 8px;
  background: #64c188;
  border-radius: 50%;
}

#single .post-dtl ol {
  margin: 0 0 32px;
  list-style: auto;
  list-style-position: inside;
  padding-inline-start: 0;
}

#single .post-dtl ol.wp-block {
  padding: 0 0 0 20px;
}

#single .post-dtl ol li {
  margin-left: 1.3em;
  text-indent: -1.3em;
}

#single .post-dtl ol li::marker {
  color: #64c188;
}

#single .post-dtl ol li div {
  display: inline;
}

#single .post-dtl img {
  width: auto;
  max-width: 100%;
}

#single .gallery {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: calc(8px * 2);
  margin-bottom: calc(8px * 5);
}

@media screen and (max-width: 960px) {
  #single .gallery {
    gap: calc((8px * 2) * 0.75);
  }
}

@media screen and (max-width: 520px) {
  #single .gallery {
    gap: calc((8px * 2) * 0.5);
  }
}

@media screen and (max-width: 960px) {
  #single .gallery {
    margin-bottom: calc((8px * 5) * 0.75);
  }
}

@media screen and (max-width: 520px) {
  #single .gallery {
    margin-bottom: calc((8px * 5) * 0.5);
  }
}

@media screen and (max-width: 960px) {
  #single .gallery {
    grid-template-columns: repeat(2, 1fr);
  }
}

#single .gallery__item {
  position: relative;
  z-index: 1;
  aspect-ratio: 3/2;
  border: solid 1px #eeeeee;
  cursor: pointer;
}

#single .gallery__item img {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  margin: auto;
  -o-object-fit: contain;
  object-fit: contain;
}

#single .gallery__item .gallery-mask {
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  background: rgba(58, 71, 100, 0.3);
  transition: 0.3s ease-out;
}

#single .gallery__item .gallery-zoom {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: 2;
  height: 32px;
  padding: 0 8px;
  background: #3A4764;
  border: solid 1px #3A4764;
  color: #ffffff;
  transition: 0.3s ease-out;
}

@media screen and (max-width: 960px) {
  #single .gallery__item .gallery-zoom {
    height: 28px;
  }
}

#single .gallery__item .gallery-zoom::before {
  content: '';
  width: 16px;
  height: 16px;
  margin-right: 6px;
  background: linear-gradient(to right, transparent calc(50% - 1px), #ffffff calc(50% - 1px), #ffffff calc(50% + 1px), transparent calc(50% + 1px)), linear-gradient(to bottom, transparent calc(50% - 1px), #ffffff calc(50% - 1px), #ffffff calc(50% + 1px), transparent calc(50% + 1px));
  transition: 0.3s ease-out;
}

@media screen and (max-width: 960px) {
  #single .gallery__item .gallery-zoom::before {
    width: 14px;
  }
}

#single .gallery__item:hover .gallery-mask {
  opacity: 0;
}

#single .gallery__item:hover .gallery-zoom {
  background: #ffffff;
  color: #3A4764;
}

#single .gallery__item:hover .gallery-zoom::before {
  background: linear-gradient(to right, transparent calc(50% - 1px), #3A4764 calc(50% - 1px), #3A4764 calc(50% + 1px), transparent calc(50% + 1px)), linear-gradient(to bottom, transparent calc(50% - 1px), #3A4764 calc(50% - 1px), #3A4764 calc(50% + 1px), transparent calc(50% + 1px));
}

#single .pagelink {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 16px;
}

@media screen and (max-width: 960px) {
  #single .pagelink {
    gap: 12px;
  }
}

#single .pagelink__prev a, #single .pagelink__next a, #single .pagelink__back a {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 8px;
  position: relative;
  z-index: 4;
  width: 100%;
  height: 48px;
  background: #ffffff;
  border: solid 1px #ffae00;
  border-radius: 2px;
  color: #ffae00;
  font-size: 1.6rem;
  transition: 0.3s ease-out;
}

@media screen and (max-width: 520px) {
  #single .pagelink__prev a, #single .pagelink__next a, #single .pagelink__back a {
    font-size: 1.4rem;
  }
}

#single .pagelink__prev a .ico-arrow, #single .pagelink__next a .ico-arrow, #single .pagelink__back a .ico-arrow {
  width: 20px;
  height: 20px;
  fill: #ffae00;
  transition: 0.3s ease-out;
}

#single .pagelink__prev a:hover, #single .pagelink__next a:hover, #single .pagelink__back a:hover {
  background: #ffae00;
  color: #ffffff;
}

#single .pagelink__prev a:hover .ico-arrow, #single .pagelink__next a:hover .ico-arrow, #single .pagelink__back a:hover .ico-arrow {
  fill: #ffffff;
}

#single .pagelink__back {
  width: 400px;
}

@media screen and (max-width: 960px) {
  #single .pagelink__back {
    width: 240px;
  }
}

@media screen and (max-width: 768px) {
  #single .pagelink__back {
    width: calc(100% - 276px);
  }
}

@media screen and (max-width: 520px) {
  #single .pagelink__back {
    width: calc(40% - 8px);
  }
}

#single .pagelink__prev, #single .pagelink__next {
  width: 160px;
}

@media screen and (max-width: 960px) {
  #single .pagelink__prev, #single .pagelink__next {
    width: 120px;
  }
}

@media screen and (max-width: 520px) {
  #single .pagelink__prev, #single .pagelink__next {
    width: calc(30% - 8px);
  }
}

#single .pagelink__prev a .ico-arrow {
  transform: scale(-1, 1);
}

#single .post .post-meta {
  margin-bottom: 0;
}

#single .post .post-meta__date {
  color: #ffae00;
}

#single .post .post-ttl {
  color: #3A4764;
  font-size: 2.8rem;
  border-bottom: 2px solid #ffae00;
  padding-bottom: calc(8px * 2);
  margin-bottom: calc(8px * 6);
}

@media screen and (max-width: 960px) {
  #single .post .post-ttl {
    padding-bottom: calc((8px * 2) * 0.75);
  }
}

@media screen and (max-width: 520px) {
  #single .post .post-ttl {
    padding-bottom: calc((8px * 2) * 0.5);
  }
}

@media screen and (max-width: 960px) {
  #single .post .post-ttl {
    margin-bottom: calc((8px * 6) * 0.75);
  }
}

@media screen and (max-width: 520px) {
  #single .post .post-ttl {
    margin-bottom: calc((8px * 6) * 0.5);
  }
}

/*# sourceMappingURL=../../../maps/general/pages/news.css.map */
