.site_container.news .page_content {
  margin: 0 auto;
  max-width: var(--w-max);
  width: 100%;
}

.site_container.news .page_content.column_1 .content_main {
  margin: 0 auto;
  max-width: 1140px;
}

.site_container.news .page_content.column_2 {
  display: flex;
}

.site_container.news .page_content.column_2 .content_head .head_title span {
  display: block;
}

.site_container.news .page_content.column_2 .content_head .head_title .title_en {
  margin: 8px 0 23px;
  max-width: 366px;
}

.site_container.news .page_content.column_2 .content_head .head_title .title_ja {
  color: var(--color-text-gray);
  font-size: 1.4rem;
}

.site_container.news .page_hero {
  align-items: flex-end;
  background-color: var(--color-bg-black);
  display: flex;
  height: 250px;
  justify-content: center;
  position: relative;
}

.site_container.news .page_hero .hero_visual {
  height: 100%;
  overflow: hidden;
  position: absolute;
  width: 100%;
  z-index: 1;
}

.site_container.news .page_hero .hero_visual img {
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
}

.site_container.news .page_hero .hero_title {
  color: #fff;
  margin-bottom: 27px;
  max-width: calc(var(--w-max) + 120px);
  padding: 0 60px;
  position: relative;
  width: 100%;
  z-index: 2;
}

.site_container.news .page_hero .hero_title .title_wrap {
  display: inline-block;
  padding-bottom: 20px;
  position: relative;
}

.site_container.news .page_hero .hero_title .title_wrap::after {
  background: #fff;
  content: "";
  height: 1px;
  margin-left: -50vw;
  position: absolute;
  right: 0;
  top: 100%;
  width: 100vw;
}

.site_container.news .page_hero .hero_title em {
  display: block;
  font-size: 1.6rem;
  font-weight: 500;
  margin-bottom: 10px;
}

.site_container.news .page_hero .hero_title .h1_title {
  display: block;
  font-size: 4.2rem;
  font-weight: 700;
}

.site_container.news .page_hero.visual_on {
  background-color: var(--color-bg-primary);
  height: 400px;
}

.site_container.news .page_content .entry_cat {
  align-items: center;
  background: var(--color-bg-gray);
  border: 1px solid var(--color-border-d);
  border-radius: 20px;
  color: var(--color-text-gray);
  display: flex;
  font-size: 1.1rem;
  font-style: normal;
  font-weight: 500;
  height: 20px;
  justify-content: center;
  line-height: 1;
  text-align: center;
}

.site_container.news .page_content .entry_date {
  color: var(--color-text-gray);
  font-family: var(--font-en);
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 20px;
}

.site_container.news .page_content .side_nav + .side_nav {
  margin-top: 30px;
}

.site_container.news .page_content .side_nav.category .nav_tit::before {
  background-image: url(../img/news/nav_icon_cat.svg);
}

.site_container.news .page_content .side_nav.date .nav_tit::before {
  background-image: url(../img/news/nav_icon_archive.svg);
}

.site_container.news .page_content .side_nav .nav_tit {
  align-items: center;
  display: flex;
  justify-content: flex-start;
  margin-bottom: 12px;
  padding-left: 27px;
  position: relative;
}

.site_container.news .page_content .side_nav .nav_tit::before {
  background-position: left center;
  background-repeat: no-repeat;
  background-size: 15px auto;
  content: "";
  display: inline-block;
  height: 21px;
  left: 0;
  position: absolute;
  top: 0;
  width: 15px;
}

.site_container.news .page_content .side_nav .nav_tit span {
  font-size: 1.4rem;
  font-weight: 700;
  line-height: 1.5;
}

.site_container.news .page_content .side_nav .nav_list .toggle_btn {
  align-items: center;
  background: var(--color-bg-gray);
  cursor: pointer;
  display: flex;
  font-size: 1.5rem;
  font-weight: normal;
  min-height: 42px;
  padding: 5px 20px;
  position: relative;
  transition: all 0.4s ease;
}

.site_container.news .page_content .side_nav .nav_list .toggle_btn .arr {
  aspect-ratio: 1/1;
  background: url(../img/news/nav_arr_open.svg) center center/cover no-repeat;
  display: block;
  position: absolute;
  right: 15px;
  top: calc(50% - 11px);
  width: 22px;
}

.site_container.news .page_content .side_nav .nav_list .toggle_btn.active .arr {
  background-image: url(../img/news/nav_arr_close.svg);
}

.site_container.news .page_content .side_nav .noarticles {
  font-size: 1.4rem;
  padding: 10px;
}

.site_container.news .page_content .side_nav .entry_cat_wrap {
  display: flex;
  flex-wrap: wrap;
  margin: -12px -10px 0 0;
  width: calc(100% + 10px);
}

.site_container.news .page_content .side_nav .entry_cat {
  font-size: 1.3rem;
  height: 24px;
  margin: 12px 10px 0 0;
  padding: 0 20px;
  transition: all 0.4s ease 0s;
}

.site_container.news .page_content .side_nav .entry_cat.current {
  background-color: var(--color-primary);
  color: #fff;
}

.site_container.news .page_content .side_nav .archive_link_wrap {
  display: flex;
  flex-wrap: wrap;
  margin: 10px -15px 10px 20px;
  width: calc(100% - 5px);
}

.site_container.news .page_content .side_nav .archive_link {
  color: var(--color-text-gray);
  font-size: 1.5rem;
  margin: 10px 15px 10px 0;
  transition: all 0.4s ease;
}

.site_container.news .page_content .side_nav .archive_link.current {
  color: var(--color-primary);
}

.site_container.news.archive .content_main .entry_list {
  margin-bottom: 50px;
}

.site_container.news.archive .content_main .entry_cnt {
  align-items: flex-start;
  border-bottom: 1px solid var(--color-border);
  display: flex;
  justify-content: flex-start;
  padding: 25px 0 24px;
  width: 100%;
}

.site_container.news.archive .content_main .entry_date {
  width: 92px;
}

.site_container.news.archive .content_main .entry_title {
  width: calc(100% - 190px);
}

.site_container.news.archive .content_main .entry_title a {
  display: block;
}

.site_container.news.archive .content_main .entry_title a span {
  color: #000;
  font-size: 1.6rem;
  line-height: 20px;
}

.site_container.news.archive .content_main .entry_cat_wrap {
  margin-bottom: -5px;
}

.site_container.news.archive .content_main .entry_cat_wrap .entry_cat {
  height: 20px;
  line-height: 18px;
  margin-bottom: 5px;
  margin-right: 5px;
}

.site_container.news.archive .more_btn.view-more-button {
  margin: 50px auto 0;
  transition: all 0.3s ease;
  width: 150px;
}

.site_container.news.archive .more_btn.view-more-button span {
  align-items: center;
  background: #969696;
  border-radius: 40px;
  color: #fff;
  cursor: pointer;
  display: flex;
  font-size: 1.6rem;
  height: 40px;
  justify-content: center;
  line-height: 1.4;
  padding-right: 10px;
  position: relative;
  text-align: center;
  width: 100%;
}

.site_container.news.archive .more_btn.view-more-button span::after {
  border-bottom: 1px solid #fff;
  border-right: 1px solid #fff;
  content: "";
  height: 7px;
  position: absolute;
  right: 12px;
  top: calc(50% - 6px);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  width: 7px;
}

body.pc .site_container.news.archive .more_btn.view-more-button:hover {
  opacity: 0.65;
}

.site_container.news.archive .page-load-status {
  text-align: center;
}

.site_container.news.archive .page-load-status .infinite-scroll-request,
.site_container.news.archive .page-load-status .infinite-scroll-last {
  color: var(--color-text-gray);
  font-size: 1.4rem;
  margin: 40px auto 0;
}

.site_container.news.single .article p {
  font-size: 1.6rem;
  line-height: 1.75;
  hanging-punctuation: allow-end;
  line-break: strict;
  overflow-wrap: break-word;
  word-wrap: break-word;
}

.site_container.news.single .article_head {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}

.site_container.news.single .article_head .entry_date {
  width: 92px;
}

.site_container.news.single .article_head .entry_cat_wrap {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: -5px;
  width: calc(100% - 92px);
}

.site_container.news.single .article_head .entry_cat_wrap .entry_cat {
  height: 20px;
  line-height: 18px;
  margin-bottom: 5px;
  min-width: 106px;
  padding: 0 10px;
}

.site_container.news.single .article_body {
  margin-top: 45px;
}

.site_container.news.single .article_foot .back_btn {
  align-items: center;
  background: #969696;
  border-radius: 40px;
  color: #fff;
  display: flex;
  font-size: 1.6rem;
  height: 40px;
  justify-content: center;
  margin: 50px auto 0;
  position: relative;
  text-align: center;
  width: 150px;
}

.site_container.news.single .article_foot .back_btn::after {
  border-bottom: 1px solid #fff;
  border-right: 1px solid #fff;
  content: "";
  height: 7px;
  left: 12px;
  position: absolute;
  top: calc(50% - 6px);
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
  width: 7px;
}

.site_container.news.single .entry_title {
  border-bottom: 1px solid var(--color-border);
  color: #000;
  font-weight: 700;
  margin-bottom: 20px;
  padding-bottom: 20px;
  position: relative;
  width: 100%;
}

.site_container.news.single .entry_title::after {
  background-color: var(--color-primary);
  bottom: -1px;
  content: "";
  height: 1px;
  left: 0;
  position: absolute;
  width: 30px;
}

.site_container.news.single .entry_title span {
  font-size: 3rem;
  line-height: 1.53;
}

.site_container.news.single .entry_body {
  font-size: 1.6rem;
}

.site_container.news.single .entry_body p,
.site_container.news.single .entry_body li {
  font-size: 100%;
  line-height: 1.75;
}

.site_container.news.single .entry_body p {
  margin: 20px 0;
  hanging-punctuation: allow-end;
  line-break: strict;
  overflow-wrap: break-word;
  word-wrap: break-word;
}

.site_container.news.single .entry_body p:first-of-type {
  margin-top: 0;
}

.site_container.news.single .entry_body h2,
.site_container.news.single .entry_body h3,
.site_container.news.single .entry_body h4,
.site_container.news.single .entry_body h5 {
  color: #000;
  font-weight: 700;
  line-height: 1.42;
}

.site_container.news.single .entry_body h2 {
  font-size: 150%;
}

.site_container.news.single .entry_body h3 {
  font-size: 125%;
}

.site_container.news.single .entry_body h4 {
  font-size: 100%;
}

.site_container.news.single .entry_body h2,
.site_container.news.single .entry_body h3,
.site_container.news.single .entry_body h4,
.site_container.news.single .entry_body h5,
.site_container.news.single .entry_body p,
.site_container.news.single .entry_body .wp-block-buttons,
.site_container.news.single .entry_body .wp-block-image {
  margin: 32px 0;
}

.site_container.news.single .entry_body h2 + h2,
.site_container.news.single .entry_body h3 + h2,
.site_container.news.single .entry_body h4 + h2,
.site_container.news.single .entry_body h5 + h2,
.site_container.news.single .entry_body p + h2,
.site_container.news.single .entry_body .wp-block-buttons + h2,
.site_container.news.single .entry_body .wp-block-image + h2 {
  margin-top: 60px;
}

.site_container.news.single .entry_body p a {
  color: var(--color-primary);
  text-decoration: underline;
}

.site_container.news.single .entry_body .wp-block-buttons {
  justify-content: center;
}

.site_container.news.single .entry_body .wp-block-button {
  text-align: center;
}

.site_container.news.single .entry_body .wp-block-button__link {
  align-items: center;
  background: #fff;
  border: 1px solid var(--color-border);
  border-radius: 48px;
  display: inline-flex;
  font-size: 100%;
  justify-content: center;
  line-height: 1.4;
  padding: 8px 60px 8px 40px;
  position: relative;
  text-align: center;
}

.site_container.news.single .entry_body .wp-block-button__link::after {
  background: var(--btn-arr-background);
  border-radius: 14px;
  content: "";
  display: block;
  height: 14px;
  position: absolute;
  right: 20px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  transition: right var(--btn-transition-delay) var(--btn-transition-timing);
  width: 30px;
}

.site_container.news.single .entry_body .wp-block-button__link:not(.has-text-color) {
  color: var(--color-text);
}

.site_container.news.single .entry_body .wp-block-button__link:not(.has-background) {
  background: #fff;
}

.site_container.news.single .entry_body .wp-block-image figcaption {
  color: var(--color-text-gray);
  font-size: 87.5%;
  line-height: 1.6;
  text-align: center;
}

@media screen and (min-width: 601px), print {
  .site_wrapper {
    overflow: visible;
  }

  .site_container.news .page_content {
    padding: 62px 0 70px;
  }

  .site_container.news .page_content.column_2 .content_head .head_wrap {
    left: 0;
    position: sticky;
    top: 114px;
  }

  .site_container.news .page_hero .hero_title_sb {
    display: none;
  }

  .site_container.news.archive .content_main .entry_cnt:first-of-type {
    padding-top: 8px;
  }

  .site_container.news.single .entry_body .wp-block-button__link {
    min-height: 48px;
    min-width: 440px;
  }
}

@media screen and (min-width: 961px), print {
  .site_container.news .page_content {
    max-width: calc(var(--w-max) + 120px);
    min-height: 556px;
    padding: 62px 60px 70px;
  }

  .site_container.news .page_content.column_2 {
    justify-content: space-between;
  }

  .site_container.news .page_content.column_2 .content_head {
    width: 26.23%;
  }

  .site_container.news .page_content.column_2 .content_head .head_title {
    margin-bottom: 50px;
  }

  .site_container.news .page_content.column_2 .content_main {
    max-width: 820px;
    width: 67.62%;
  }

  .site_container.news.archive .content_main .entry_cat_wrap {
    padding-right: 18px;
  }

  .site_container.news.archive .content_main .entry_cat_wrap .entry_cat {
    width: 106px;
  }
}

@media screen and (max-width: 960px) {
  .site_container.news .page_content.column_1 {
    padding: 25px 30px;
  }

  .site_container.news .page_content.column_2 {
    flex-direction: column;
  }

  .site_container.news .page_content.column_2 .content_head {
    order: 2;
    padding: 0 30px 25px;
  }

  .site_container.news .page_content.column_2 .content_head .head_title {
    display: none;
  }

  .site_container.news .page_content.column_2 .content_main {
    order: 1;
    padding: 0 30px 25px;
  }

  .site_container.news .page_hero .hero_title {
    max-width: calc(var(--w-max) + 60px);
    padding: 0 30px;
  }

  .site_container.news.archive .content_main .entry_cnt {
    flex-wrap: wrap;
  }

  .site_container.news.archive .content_main .entry_title {
    margin-top: 10px;
    width: 100%;
  }

  .site_container.news.archive .content_main .entry_cat_wrap {
    display: flex;
    flex-wrap: wrap;
    width: calc(100% - 130px);
  }

  .site_container.news.archive .content_main .entry_cat_wrap .entry_cat {
    min-width: 106px;
    padding: 0 10px;
  }

  .site_container.news.single .article_head .entry_cat_wrap .entry_cat {
    margin-right: 5px;
  }

  .site_container.news.single .article_body {
    margin-top: 25px;
  }

  .site_container.news.single .entry_title span {
    font-size: 2.6rem;
  }

  .site_container.news.single .entry_body h2,
  .site_container.news.single .entry_body h3,
  .site_container.news.single .entry_body h4,
  .site_container.news.single .entry_body h5,
  .site_container.news.single .entry_body p,
  .site_container.news.single .entry_body .wp-block-buttons,
  .site_container.news.single .entry_body .wp-block-image {
    margin: 25px 0;
  }

  .site_container.news.single .entry_body h2 + h2,
  .site_container.news.single .entry_body h3 + h2,
  .site_container.news.single .entry_body h4 + h2,
  .site_container.news.single .entry_body h5 + h2,
  .site_container.news.single .entry_body p + h2,
  .site_container.news.single .entry_body .wp-block-buttons + h2,
  .site_container.news.single .entry_body .wp-block-image + h2 {
    margin-top: 30px;
  }
}

@media screen and (max-width: 600px) {
  .site_container.news .page_content.column_1 {
    padding: 5.33vw 4vw 13.33vw;
  }

  .site_container.news .page_content.column_2 .content_head {
    padding: 0 4vw 10.67vw;
  }

  .site_container.news .page_content.column_2 .content_head .head_title .title_en {
    margin: 0 0 1.33vw;
    width: 73.07vw;
  }

  .site_container.news .page_content.column_2 .content_head .head_title .title_ja {
    font-size: 2.8vw;
  }

  .site_container.news .page_content.column_2 .content_main {
    padding: 12vw 4vw 12.67vw;
  }

  .site_container.news .page_hero {
    height: 41.33vw;
  }

  .site_container.news .page_hero .hero_title {
    margin-bottom: 4vw;
    padding: 0 4vw;
  }

  .site_container.news .page_hero .hero_title .title_wrap {
    padding-bottom: 2vw;
  }

  .site_container.news .page_hero .hero_title em {
    font-size: 2.4vw;
    margin-bottom: 2.53vw;
  }

  .site_container.news .page_hero .hero_title .h1_title {
    font-size: 6.4vw;
  }

  .site_container.news .page_hero .hero_title_sb {
    bottom: 4.53vw;
    color: #fff;
    font-size: 3.2vw;
    position: absolute;
    right: 4vw;
  }

  .site_container.news .page_hero.visual_on {
    height: 66.67vw;
  }

  .site_container.news .page_content .entry_cat {
    font-size: 2.67vw;
    height: 4.93vw;
  }

  .site_container.news .page_content .entry_date {
    font-size: 3.2vw;
    line-height: 4.93vw;
  }

  .site_container.news .page_content .side_nav + .side_nav {
    margin-top: 8vw;
  }

  .site_container.news .page_content .side_nav .nav_tit span {
    font-size: 3.73vw;
  }

  .site_container.news .page_content .side_nav .nav_list .toggle_btn {
    font-size: 3.73vw;
    min-height: 11.2vw;
    padding: 1.33vw 5.87vw;
  }

  .site_container.news .page_content .side_nav .nav_list .toggle_btn .arr {
    right: 2.67vw;
    top: calc(50% - 2.93vw);
    width: 5.87vw;
  }

  .site_container.news .page_content .side_nav .noarticles {
    font-size: 3.73vw;
    padding: 2.67vw;
  }

  .site_container.news .page_content .side_nav .entry_cat_wrap {
    margin: -3.2vw -2.67vw 0 0;
    width: calc(100% + 2.67vw);
  }

  .site_container.news .page_content .side_nav .entry_cat {
    font-size: 3.47vw;
    height: 6.4vw;
    margin: 3.2vw 2.67vw 0 0;
    padding: 0 5.33vw;
  }

  .site_container.news .page_content .side_nav .archive_link_wrap {
    margin: 2.67vw -4vw 2.67vw 5.33vw;
    width: calc(100% + -1.33vw);
  }

  .site_container.news .page_content .side_nav .archive_link {
    font-size: 4vw;
    margin: 2.67vw 4vw 2.67vw 0;
  }

  .site_container.news.archive .content_main .entry_list {
    margin-bottom: 6.67vw;
  }

  .site_container.news.archive .content_main .entry_cnt {
    padding: 3.33vw 0 3.07vw;
  }

  .site_container.news.archive .content_main .entry_cnt:first-of-type {
    padding-top: 0;
  }

  .site_container.news.archive .content_main .entry_date {
    width: 17.33vw;
  }

  .site_container.news.archive .content_main .entry_title {
    margin-top: 1.07vw;
  }

  .site_container.news.archive .content_main .entry_title a span {
    -webkit-box-orient: vertical;
    display: -webkit-box;
    font-size: 3.47vw;
    -webkit-line-clamp: 2;
    line-height: 1.54;
    max-height: 10.6876vw;
    overflow: hidden;
  }

  .site_container.news.archive .content_main .entry_cat_wrap {
    margin-bottom: -0.67vw;
    width: calc(100% - 17.33vw);
  }

  .site_container.news.archive .content_main .entry_cat_wrap .entry_cat {
    height: 4.93vw;
    line-height: 4.67vw;
    margin-bottom: 1.33vw;
    margin-right: 1.33vw;
    min-width: 25.07vw;
    padding: 0 1.33vw;
  }

  .site_container.news.archive .more_btn.view-more-button {
    margin-top: 6.67vw;
    width: 30.13vw;
  }

  .site_container.news.archive .more_btn.view-more-button span {
    font-size: 3.2vw;
    height: 8vw;
    padding-right: 1.33vw;
  }

  .site_container.news.archive .more_btn.view-more-button span::after {
    height: 1.33vw;
    right: 2.67vw;
    top: calc(50% - 1.33vw);
    width: 1.33vw;
  }

  .site_container.news.single .article p {
    font-size: 3.73vw;
    line-height: 1.75;
  }

  .site_container.news.single .article_head .entry_date {
    width: 17.33vw;
  }

  .site_container.news.single .article_head .entry_cat_wrap {
    margin-bottom: -0.67vw;
    width: calc(100% - 17.33vw);
  }

  .site_container.news.single .article_head .entry_cat_wrap .entry_cat {
    height: 4.93vw;
    line-height: 4.67vw;
    margin-bottom: 1.33vw;
    margin-right: 1.33vw;
    min-width: 25.07vw;
    padding: 0 2.67vw;
  }

  .site_container.news.single .article_body {
    margin-top: 6.67vw;
  }

  .site_container.news.single .article_foot .back_btn {
    font-size: 3.2vw;
    height: 8vw;
    margin-top: 9.33vw;
    width: 30.13vw;
  }

  .site_container.news.single .article_foot .back_btn::after {
    height: 1.33vw;
    left: 3.2vw;
    top: calc(50% - 1.07vw);
    width: 1.33vw;
  }

  .site_container.news.single .entry_title {
    margin-bottom: 4vw;
    padding-bottom: 3.73vw;
  }

  .site_container.news.single .entry_title span {
    font-size: 5.6vw;
    line-height: 1.52;
  }

  .site_container.news.single .entry_body {
    font-size: 3.73vw;
  }

  .site_container.news.single .entry_body p,
  .site_container.news.single .entry_body li {
    font-size: 3.73vw;
    line-height: 1.75;
  }

  .site_container.news.single .entry_body h2 {
    font-size: 5.07vw;
  }

  .site_container.news.single .entry_body h3 {
    font-size: 4.8vw;
  }

  .site_container.news.single .entry_body h4 {
    font-size: 4.27vw;
  }

  .site_container.news.single .entry_body h2,
  .site_container.news.single .entry_body h3,
  .site_container.news.single .entry_body h4,
  .site_container.news.single .entry_body h5,
  .site_container.news.single .entry_body p,
  .site_container.news.single .entry_body .wp-block-buttons,
  .site_container.news.single .entry_body .wp-block-image {
    margin: 6.67vw 0;
  }

  .site_container.news.single .entry_body h2 + h2,
  .site_container.news.single .entry_body h3 + h2,
  .site_container.news.single .entry_body h4 + h2,
  .site_container.news.single .entry_body h5 + h2,
  .site_container.news.single .entry_body p + h2,
  .site_container.news.single .entry_body .wp-block-buttons + h2,
  .site_container.news.single .entry_body .wp-block-image + h2 {
    margin-top: 8vw;
  }

  .site_container.news.single .entry_body .wp-block-button__link {
    font-size: 3.73vw;
    min-height: 10.67vw;
    padding: 1.07vw 13.33vw 1.07vw 5.73vw;
    width: 100%;
  }

  .site_container.news.single .entry_body .wp-block-button__link::after {
    height: 3.2vw;
    right: 4.4vw;
    width: 6.93vw;
  }

  .site_container.news.single .entry_body .wp-block-image figcaption {
    font-size: 3.73vw;
  }
}

@media (hover: none) {
  .site_container.news .page_content .side_nav .nav_list .toggle_btn {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  }

  .site_container.news .page_content .side_nav .nav_list .toggle_btn:active {
    background: var(--color-primary);
    color: #fff;
  }

  .site_container.news .page_content .side_nav .entry_cat {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  }

  .site_container.news .page_content .side_nav .entry_cat:active {
    background-color: var(--color-primary);
    color: #fff;
    opacity: 1;
  }

  .site_container.news .page_content .side_nav .archive_link {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  }

  .site_container.news .page_content .side_nav .archive_link:active {
    color: var(--color-primary);
    opacity: 1;
  }

  .site_container.news.archive .content_main .entry_title a {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  }

  .site_container.news.archive .content_main .entry_title a:active {
    text-decoration: underline;
  }

  .site_container.news.single .entry_body .wp-block-button__link {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  }

  .site_container.news.single .entry_body .wp-block-button__link:active {
    color: var(--color-primary);
    opacity: 1;
  }

  .site_container.news.single .entry_body .wp-block-button__link:active::after {
    right: 15px;
  }
}

@media (-ms-high-contrast: none), (-ms-high-contrast: active), (-moz-touch-enabled: 0), (hover: hover) {
  .site_container.news .page_content .side_nav .nav_list .toggle_btn:hover {
    background: var(--color-primary);
    color: #fff;
  }

  .site_container.news .page_content .side_nav .entry_cat:hover {
    background-color: var(--color-primary);
    color: #fff;
    opacity: 1;
  }

  .site_container.news .page_content .side_nav .archive_link:hover {
    color: var(--color-primary);
    opacity: 1;
  }

  .site_container.news.archive .content_main .entry_title a:hover {
    text-decoration: underline;
  }

  .site_container.news.single .entry_body .wp-block-button__link:hover {
    color: var(--color-primary);
    opacity: 1;
  }

  .site_container.news.single .entry_body .wp-block-button__link:hover::after {
    right: 15px;
  }
}