#archive .wp-pagenavi {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: calc(100% + 12px);
  -webkit-transform: translateX(-6px);
  transform: translateX(-6px);
}

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

#archive .wp-pagenavi .page,
#archive .wp-pagenavi .current,
#archive .wp-pagenavi .nextpostslink,
#archive .wp-pagenavi .previouspostslink {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  z-index: 1;
  width: 48px;
  height: 48px;
  margin: 0 6px;
  background: #ffffff;
  border: 1px solid #30669B;
  border-radius: 2px;
  color: #30669B;
  font-size: 1.6rem;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

@media screen and (max-width: 768px) {
  #archive .wp-pagenavi .page,
  #archive .wp-pagenavi .current,
  #archive .wp-pagenavi .nextpostslink,
  #archive .wp-pagenavi .previouspostslink {
    width: 40px;
    height: 40px;
    font-size: 1.4rem;
  }
}

@media screen and (max-width: 520px) {
  #archive .wp-pagenavi .page,
  #archive .wp-pagenavi .current,
  #archive .wp-pagenavi .nextpostslink,
  #archive .wp-pagenavi .previouspostslink {
    font-size: 1.2rem;
  }
}

#archive .wp-pagenavi .page:not(.current):hover,
#archive .wp-pagenavi .current:not(.current):hover,
#archive .wp-pagenavi .nextpostslink:not(.current):hover,
#archive .wp-pagenavi .previouspostslink:not(.current):hover {
  background: #30669B;
  color: #ffffff;
}

#archive .wp-pagenavi .current {
  background: #30669B;
  color: #ffffff;
}

#archive .wp-pagenavi .page,
#archive .wp-pagenavi .current {
  max-width: 80px;
}

@media screen and (max-width: 520px) {
  #archive .wp-pagenavi .page,
  #archive .wp-pagenavi .current {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
  }
}

#archive .wp-pagenavi .nextpostslink,
#archive .wp-pagenavi .previouspostslink {
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  position: relative;
  width: 80px;
  white-space: nowrap;
}

@media screen and (max-width: 960px) {
  #archive .wp-pagenavi .nextpostslink,
  #archive .wp-pagenavi .previouspostslink {
    width: 72px;
  }
}

@media screen and (max-width: 520px) {
  #archive .wp-pagenavi .nextpostslink,
  #archive .wp-pagenavi .previouspostslink {
    width: calc(50% - 12px);
  }
}

#archive .wp-pagenavi .nextpostslink::before,
#archive .wp-pagenavi .previouspostslink::before {
  content: '';
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 4px 0 4px 6px;
  border-color: transparent transparent transparent #30669B;
  -webkit-transition: .3s ease-in-out;
  transition: .3s ease-in-out;
}

@media screen and (max-width: 960px) {
  #archive .wp-pagenavi .nextpostslink::before,
  #archive .wp-pagenavi .previouspostslink::before {
    border-width: 4px 0 4px 6px;
  }
}

#archive .wp-pagenavi .nextpostslink:hover::before,
#archive .wp-pagenavi .previouspostslink:hover::before {
  border-color: transparent transparent transparent #ffffff;
}

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

#archive .wp-pagenavi .previouspostslink::before {
  margin-right: 4px;
  -webkit-transform: rotateZ(180deg);
  transform: rotateZ(180deg);
}

#archive .wp-pagenavi .nextpostslink {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}

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

#archive .wp-pagenavi .nextpostslink::before {
  margin-left: 4px;
}

#archive .news-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 24px;
  margin-bottom: calc(8px * 5);
}

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

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

@media screen and (max-width: 520px) {
  #archive .news-list {
    gap: 16px;
  }
}

#archive .news-list__item {
  position: relative;
  width: calc(50% - 12px);
  padding: 24px 16px;
  border: solid 1px #eaeaea;
  background: #ffffff;
  border-radius: 4px;
}

@media screen and (max-width: 768px) {
  #archive .news-list__item {
    width: 100%;
    padding: 16px;
  }
}

#archive .news-list__item::before {
  content: '';
  position: absolute;
  right: 8px;
  bottom: 8px;
  width: 8px;
  height: 8px;
  background: -webkit-gradient(linear, left top, right bottom, color-stop(50%, transparent), color-stop(50%, #73B41B));
  background: linear-gradient(to bottom right, transparent 50%, #73B41B 50%);
}

@media screen and (max-width: 768px) {
  #archive .news-list__item::before {
    right: 6px;
    bottom: 6px;
    width: 6px;
    height: 6px;
  }
}

#archive .news-list__item .news-ttl {
  margin-bottom: 8px;
  font-size: 1.8rem;
  line-height: 1.4;
  text-decoration: underline;
  overflow: hidden;
  display: block;
  white-space: nowrap;
  text-overflow: ellipsis;
}

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

#archive .news-list__item .news-date {
  margin-bottom: 12px;
  color: #73B41B;
  font-size: 1.4rem;
  font-family: "Inter", sans-serif;
}

#archive .news-list__item .news-txt {
  font-size: 1.4rem;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}

@media screen and (max-width: 768px) {
  #archive .news-list__item .news-txt {
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
  }
}

#archive .news-list__item:hover .news-ttl {
  text-decoration: none;
}

#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-date {
  margin-bottom: 8px;
  font-family: "Inter", sans-serif;
}

#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: "Inter", "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 h2 {
  margin-top: 48px;
  margin-bottom: 24px;
  border-bottom: solid 3px #30669B;
  font-size: 2.4rem;
  font-weight: bold;
}

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

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

#single .post-dtl h3 {
  position: relative;
  margin-top: 40px;
  padding-left: 12px;
  margin-bottom: calc(8px * 3);
  font-size: 2.2rem;
  font-weight: bold;
}

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

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

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

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

#single .post-dtl h3::before {
  content: '';
  position: absolute;
  top: 50%;
  left: 0;
  width: 3px;
  height: calc(100% - 12px);
  background: #30669B;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

#single .post-dtl h4 {
  margin-top: 32px;
  margin-bottom: 8px;
  color: #30669B;
  font-size: 2rem;
  font-weight: bold;
}

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

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

#single .post-dtl .has-blk-color {
  color: #333333;
}

#single .post-dtl .has-wht-color {
  color: #ffffff;
}

#single .post-dtl .has-red-color {
  color: #c80952;
}

#single .post-dtl .has-main-color {
  color: #73B41B;
}

#single .post-dtl .has-sub-color {
  color: #333333;
}

#single .post-dtl .has-blk-background-color {
  background-color: #333333;
}

#single .post-dtl .has-wht-background-color {
  background-color: #ffffff;
}

#single .post-dtl .has-red-background-color {
  background-color: #c80952;
}

#single .post-dtl .has-blu-background-color {
  background-color: #30669B;
}

#single .post-dtl .has-grn-background-color {
  background-color: #73B41B;
}

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

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

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

#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: #73B41B;
  border-radius: 50%;
}

#single .post-dtl ol {
  margin: 0 0 32px;
  list-style: auto;
  list-style-position: inside;
  -webkit-padding-start: 0;
  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: #73B41B;
}

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

#single .post-dtl .wp-block-quote {
  margin: 0 0 32px;
  padding: 16px;
  background: #eaeaea;
}

#single .post-dtl .wp-block-quote p {
  margin: 0 0 4px;
}

#single .post-dtl .wp-block-quote cite a {
  text-decoration: underline;
  font-size: 1.4rem;
  color: #999999;
}

#single .post-dtl .wp-block-quote cite a:hover {
  text-decoration: none;
}

#single .post-dtl .wp-block-image {
  margin: 0 0 32px;
}

#single .post-dtl .wp-block-image img {
  width: auto;
}

#single .post-dtl .wp-block-media-text {
  margin: 0 0 32px;
}

#single .post-dtl .wp-block-column .wp-block-image {
  margin: 0;
}

#single .post-dtl .wp-block-column .wp-block-image img {
  width: 100%;
}

#single .post-dtl .wp-block-file {
  margin: 0 0 32px;
}

#single .post-dtl .wp-block-file a {
  font-size: 1.6rem;
  color: #73B41B;
  text-decoration: underline;
}

#single .post-dtl .wp-block-file a:hover {
  text-decoration: none;
}

@media screen and (max-width: 960px) {
  #single .post-dtl .wp-block-file a {
    font-size: 1.4rem;
  }
}

@media screen and (max-width: 960px) and (max-width: 960px) {
  #single .post-dtl .wp-block-file a {
    font-size: 1.2rem;
  }
}

#single .post-dtl .wp-block-file .wp-block-file__button {
  background: #73B41B;
  display: inline-block;
  padding: 4px 8px 2px 10px;
  text-decoration: none;
  color: #ffffff;
}

#single .post-dtl .wp-block-separator {
  margin: 32px 0;
}

@media screen and (max-width: 960px) {
  #single .post-dtl .wp-block-separator {
    margin: 24px 0;
  }
}

#single .pagelink {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

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

#single .pagelink__prev, #single .pagelink__next, #single .pagelink__back {
  margin: 0 12px;
}

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

#single .pagelink__prev a, #single .pagelink__next a, #single .pagelink__back a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  z-index: 1;
  width: 100%;
  height: 48px;
  background: #ffffff;
  border: 1px solid #30669B;
  border-radius: 2px;
  color: #30669B;
  font-size: 1.6rem;
  -webkit-transition: .3s ease-in-out;
  transition: .3s ease-in-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:hover, #single .pagelink__next a:hover, #single .pagelink__back a:hover {
  background: #30669B;
  color: #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% - 12px);
  }
}

#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% - 12px);
  }
}

#single .pagelink__next a::after {
  content: '';
  position: absolute;
  top: 50%;
  right: 24px;
  width: 10px;
  height: 10px;
  border-style: solid;
  border-width: 2px 2px 0 0;
  border-color: #30669B;
  -webkit-transform: translateY(-50%) rotateZ(45deg);
  transform: translateY(-50%) rotateZ(45deg);
  -webkit-transition: 0.3s ease-out;
  transition: 0.3s ease-out;
}

#single .pagelink__next a:hover::after {
  border-color: #ffffff;
}

#single .pagelink__prev a::before {
  content: '';
  position: absolute;
  top: 50%;
  left: 24px;
  width: 10px;
  height: 10px;
  border-style: solid;
  border-width: 2px 0 0 2px;
  border-color: #30669B;
  -webkit-transform: translateY(-50%) rotateZ(-45deg);
  transform: translateY(-50%) rotateZ(-45deg);
  -webkit-transition: 0.3s ease-out;
  transition: 0.3s ease-out;
}

#single .pagelink__prev a:hover::before {
  border-color: #ffffff;
}

#single .news {
  margin-bottom: calc(8px * 5);
  border-bottom: solid 1px #eaeaea;
}

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

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

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