@charset "UTF-8";
/*-------------------------
共通
---------------------------*/
.news-search {
  width: 100%;
  position: relative;
  border-bottom: 1px solid #ccc;
}

.news-search__inner {
  max-width: 1240px;
  padding: 0 20px;
  margin: 0 auto;
}

.pc-only {
  display: block !important;
}

.sp-only {
  display: none !important;
}

@media screen and (max-width: 600px) {
  .news-search__inner {
    padding: 0 15px;
  }
  .pc-only {
    display: none !important;
  }
  .sp-only {
    display: block !important;
  }
}

/*-------------------------
h1
---------------------------*/
.c-h1 {
  margin: 120px 0 25px 0;
  font-family: "UD Shin Go Medium";
  font-weight: 600;
  font-style: normal;
  font-size: 30px;
  line-height: 1.5;
  color: #000000;
}

@media screen and (max-width: 600px) {
  .news-search__head {
    margin: 25px 0;
    position: relative;
  }
  .c-h1 {
    margin: 0;
    font-size: 23px;
    position: absolute;
    left: 0;
    top: 0;
  }
}

/*-------------------------
カテゴリで見るボタン
---------------------------*/
.openbtn1 {
  position: relative;
  cursor: pointer;
  width: 40px;
  height: 40px;
  border-radius: 5px;
}

.openbtn1 span {
  display: inline-block;
  transition: all .4s;
  position: absolute;
  left: 7px;
  height: 3px;
  border-radius: 2px;
  background: #000;
  width: 65%;
}

.openbtn1 span:nth-of-type(1) {
  top: 11px;
}

.openbtn1 span:nth-of-type(2) {
  top: 18px;
}

.openbtn1 span:nth-of-type(3) {
  top: 25px;
}

.openbtn1.active span:nth-of-type(1) {
  top: 12px;
  left: 10px;
  transform: translateY(6px) rotate(-45deg);
  width: 58%;
}

.openbtn1.active span:nth-of-type(2) {
  opacity: 0;
}

.openbtn1.active span:nth-of-type(3) {
  top: 24px;
  left: 10px;
  transform: translateY(-6px) rotate(45deg);
  width: 58%;
}

.c-accordion-button {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  cursor: pointer;
}

.c-accordion-button__text {
  font-family: "UD Shin Go Medium";
  font-weight: 600;
  font-style: normal;
  font-size: 15px;
  line-height: 1.5;
  color: #000000;
}

@media screen and (max-width: 600px) {
  .c-accordion-button__text {
    font-size: 13px;
  }
  .openbtn1 {
    width: 30px;
    height: 30px;
  }
  .openbtn1 span:nth-of-type(1) {
    top: 7px;
    left: 5px;
  }
  .openbtn1 span:nth-of-type(2) {
    top: 13px;
    left: 5px;
  }
  .openbtn1 span:nth-of-type(3) {
    top: 19px;
    left: 5px;
  }
  .openbtn1.active span:nth-of-type(1) {
    top: 7px;
  }
  .openbtn1.active span:nth-of-type(3) {
    top: 19px;
  }
}

/*-------------------------
カテゴリ選択ボタン
---------------------------*/
.c-category-menu-list {
  margin: 10px 0 0 0;
  padding: 0;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}

.c-category-menu-list li {
  list-style: none;
  margin: 5px 10px;
  width: auto;
}

.c-category-menu-list li a {
  display: block;
  padding-left: 30px;
  position: relative;
}

.c-category-menu-list li a::before {
  content: "";
  position: absolute;
  left: 0px;
  top: 7px;
  width: 20px;
  height: 20px;
  border: 1px solid #000;
}

.c-category-menu-list li a span {
  font-size: 0.9em;
  position: relative;
}

.c-category-menu-list li a span::before {
  content: "";
  display: block;
  position: absolute;
  border-bottom: 3px solid #666464;
  border-left: 3px solid #666464;
  opacity: 0;
  height: 6px;
  width: 11px;
  transform: rotate(-45deg);
  top: 9px;
  left: -26px;
}

.c-category-menu-list li a.current span::before {
  opacity: 1;
}

#tax0 .current::before {
  background: #000;
}

#tax0 .current span::before {
  border-bottom: 3px solid #fff;
  border-left: 3px solid #fff;
}

#tax1 .current::before {
  background: #000;
}

#tax1 .current span::before {
  border-bottom: 3px solid #fff;
  border-left: 3px solid #fff;
}

@media screen and (max-width: 600px) {
  .c-category-menu-list {
    margin: 10px 0 0 0;
    justify-content: flex-start;
  }
  .c-category-menu-list li {
    margin: 2px 5px;
  }
  .c-category-menu-list li a {
    padding-left: 28px;
  }
  .c-category-menu-list li a span {
    font-size: 13px;
  }
  .c-category-menu-list li a span::before {
    top: 6px;
    left: -25px;
  }
  .c-category-menu-list li a::before {
    width: 18px;
    height: 18px;
  }
}

/*-------------------------
記事リスト
---------------------------*/
.c-news-search-list {
  margin: 30px 0 0 0;
  padding: 0;
}

.c-news-search-list__item {
  list-style: none;
  border-bottom: 1px solid #D7D7D7;
}

.c-news-search-list__item:first-child {
  border-top: 1px solid #D7D7D7;
}

.c-news-search-list__item a {
  display: flex;
  align-items: center;
  padding: 25px 0;
  position: relative;
}

.c-news-search-list__item a .c-news-search-list__item-img img {
  transition: 0.5s;
}

.c-news-search-list__item a:hover .c-news-search-list__item-img img {
  transform: scale(1.2);
}

.c-news-search-list__item .c-news-search-list__item-left {
  width: 80%;
  padding-right: 40px;
}

.c-news-search-list__item .c-news-search-list__item-head {
  position: relative;
}

.c-news-search-list__item .new-icon {
  position: absolute;
  top: 0;
  left: 0;
  width: 60px;
  background: #D30050;
  font-size: 13px;
  text-align: center;
  color: #fff;
  line-height: 1.2;
  padding: 5px 5px 5px 5px;
}

.c-news-search-list__item .c-news-search-list__item-right {
  width: 20%;
}

.c-news-search-list__item .c-news-search-list__item-img {
  width: 100%;
  height: 120px;
  overflow: hidden;
  border-radius: 20px;
  border: 1px solid #ccc;
}

.c-news-search-list__item .c-news-search-list__item-img img {
  object-fit: cover;
  object-position: center;
  width: 100%;
  height: 120px;
}

.c-news-search-list__item .c-news-search-list__item-h2 {
  font-family: "UD Shin Go Medium";
  font-weight: 600;
  font-style: normal;
  font-size: 20px;
  line-height: 1.5;
  color: #000000;
  margin: 0;
}

.c-news-search-list__item .c-news-search-list__item-body {
  margin-top: 10px;
}

.c-news-search-list__item .c-news-search-list__item-wrap {
  display: flex;
}

.c-news-search-list__item .c-news-search-list__item-date span {
  font-family: "UD Shin Go Medium";
  font-weight: 300;
  font-style: normal;
  font-size: 15px;
  margin: 7px 15px 7px 0;
}

.c-news-search-list__item .c-category-list {
  margin: 0;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  padding: 0;
  width: 100%;
}

.c-news-search-list__item .c-category-list li {
  list-style: none;
  width: auto;
  margin: 3px 5px;
}

.c-news-search-list__item .c-category-list li span {
  font-family: "UD Shin Go Medium";
  font-weight: 300;
  font-style: normal;
  font-size: 14px;
  line-height: 1;
  padding: 3px 5px;
  border: 1px solid #000;
}

@media screen and (max-width: 600px) {
  .c-news-search-list__item a {
    align-items: flex-start;
    padding: 25px 0;
  }
  .c-news-search-list__item .c-news-search-list__item-date {
    line-height: 1;
  }
  .c-news-search-list__item .c-news-search-list__item-date span {
    font-size: 13px;
    margin: 0 7px 0 0;
  }
  .c-news-search-list__item .c-news-search-list__item-wrap {
    align-items: flex-start;
  }
  .c-news-search-list__item .new-icon {
    position: absolute;
    top: 0;
    left: 0;
    width: 52px;
    background: #D30050;
    font-size: 11px;
    text-align: center;
    color: #fff;
    line-height: 1;
    padding: 5px;
  }
  .c-news-search-list__item .c-news-search-list__item-body {
    margin-top: 7px;
  }
  .c-news-search-list__item .c-news-search-list__item-h2 {
    font-size: 14px;
  }
  .c-news-search-list__item .c-news-search-list__item-left {
    width: 67%;
    padding-right: 15px;
  }
  .c-news-search-list__item .c-news-search-list__item-right {
    width: 33%;
  }
  .c-news-search-list__item .c-news-search-list__item-img {
    height: 70px;
    border-radius: 12px;
  }
  .c-news-search-list__item .c-news-search-list__item-img img {
    height: 70px;
  }
  .c-news-search-list__item .c-category-list li {
    line-height: 1;
  }
  .c-news-search-list__item .c-category-list li span {
    font-size: 11px;
  }
  .c-news-search-list__item .c-news-search-list__item-cate {
    margin-top: -5px;
  }
}

/*-------------------------
ナビゲーション
---------------------------*/
.page-navigation {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  margin: 40px 20px;
}

.page-navigation span {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  background: #000;
  text-align: center;
  color: #fff;
  font-family: "UD Shin Go Medium";
  font-weight: 600;
  font-style: normal;
  font-size: 15px;
  line-height: 1;
  border: 1px solid #000;
  margin: 5px;
}

.page-navigation a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  background: #fff;
  text-align: center;
  color: #000;
  font-family: "UD Shin Go Medium";
  font-weight: 600;
  font-style: normal;
  font-size: 15px;
  line-height: 1;
  border: 1px solid #000;
  margin: 5px;
}

.page-navigation .next, .page-navigation .prev {
  width: 60px;
}

@media screen and (max-width: 600px) {
  .page-navigation {
    margin: 25px 8px;
  }
  .page-navigation span {
    width: 26px;
    height: 30px;
    font-size: 12px;
    margin: 3px;
  }
  .page-navigation a {
    width: 26px;
    height: 30px;
    font-size: 12px;
    margin: 3px;
  }
  .page-navigation .next, .page-navigation .prev {
    width: 46px;
  }
}

.page-numbers.dots {
  background: #fff;
  color: #000;
}

/*----------------------------
各施設から来たときのCSS
------------------------------*/
#page_top_btn {
  display: none;
}

.p-area-top-button {
  position: fixed;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  z-index: 200;
  width: 260px;
  display: none;
}

.p-area-top-button a {
  display: block;
}

.p-area-top-button a:hover {
  opacity: 1;
  background: none;
}

.p-area-top-button a:hover img {
  opacity: 1;
  background: none;
}

.p-area-top-button .p-area-top-button__text {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 0.9em;
  color: #000;
  text-align: center;
  font-family: "Gothic MB101 Medium";
  z-index: 3;
}

.news-search__category {
  border: 2px dotted #666464;
  padding: 0 10px 10px 10px;
  border-radius: 10px;
}

.news-search__special {
  width: 100%;
  height: 400px;
  position: relative;
  z-index: 0;
  margin-bottom: 50px;
}

.news-search__special-h1 {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 3;
  margin: 0;
}

.news-search__special-img, .news-search__special-text {
  display: block;
}

.news-search__special-text {
  font-family: "UD Shin Go Medium";
  font-weight: 600;
  font-size: 1.5em;
  margin-top: 30px;
  text-align: center;
  color: #fff;
}

.c-news-spe__button {
  margin-top: 50px;
}

.c-news-spe__button__inner {
  max-width: 400px;
  margin: 0 auto;
}

.c-news-spe__button__inner a {
  display: block;
  text-align: center;
  padding: 15px;
  border-radius: 30px;
  font-family: "UD Shin Go Medium";
  font-weight: 600;
  font-size: 1.2em;
}

@media screen and (max-width: 1349px) {
  #page_top_btn {
    right: 20px;
    bottom: 20px;
    width: 40px;
    height: 40px;
  }
}

@media screen and (max-width: 600px) {
  .p-area-top-button {
    width: 250px;
  }
  .p-area-top-button .p-area-top-button__text {
    font-size: 0.9em;
  }
  .news-search__category {
    margin-top: 20px;
  }
  .news-search__special {
    height: 200px;
    margin-bottom: 25px;
  }
  .news-search__special-text {
    margin-top: 15px;
    font-size: 1em;
  }
  .c-news-spe__button {
    margin-top: 30px;
  }
  .c-news-spe__button__inner a {
    padding: 12px;
    font-size: 1em;
  }
}

.label-hotel.tax1-btn span {
  color: #A40066;
  font-weight: bold;
}

.c-category-menu-list li.label-hotel a::before {
  border: 2px solid #A40066;
}

.c-category-menu-list li.label-hotel a span::before {
  border-bottom: 3px solid #A40066;
  border-left: 3px solid #A40066;
}

li.label-hotel a.current::before {
  background: #A40066;
}

li.label-hotel a.current span::before {
  border-bottom: 3px solid #fff;
  border-left: 3px solid #fff;
}

.label-hotel.c-category-list__item span {
  background: #A40066;
  border: 1px solid #A40066 !important;
  color: #fff;
}

.page-hotel .news-search__special {
  background: url(../images/hotel/main-hero.webp) center center no-repeat;
  background-size: cover;
}

.page-hotel .news-search__special::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  background-color: rgba(164, 0, 102, 0.6);
}

.page-hotel .news-search__special-h1 {
  max-width: 600px;
}

.page-hotel .c-news-search-list__item:first-child {
  border-top: 2px solid #A40066;
}

.page-hotel .c-news-search-list__item {
  border-bottom: 2px solid #A40066;
}

.page-hotel .page-navigation span {
  background: #A40066;
  border: 1px solid #A40066;
}

.page-hotel .page-navigation a {
  color: #A40066;
  border: 1px solid #A40066;
}

.page-hotel .page-numbers.dots {
  color: #A40066;
}

.page-hotel .c-news-spe__button__inner a {
  background: #A40066;
  color: #fff;
  border: 2px solid #A40066;
  position: relative;
  overflow: hidden;
}

.page-hotel .c-news-spe__button__inner a::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transform: scaleX(0);
  transform-origin: right;
  transition: transform 0.7s cubic-bezier(0.19, 1, 0.22, 1);
  background: #fff;
}

.page-hotel .c-news-spe__button__inner a span {
  position: relative;
  color: #fff;
  z-index: 5;
}

.page-hotel .c-news-spe__button__inner a:hover {
  opacity: 1;
  overflow: hidden;
}

.page-hotel .c-news-spe__button__inner a:hover::before {
  transform: scaleX(1);
  transform-origin: left;
}

.page-hotel .c-news-spe__button__inner a:hover span {
  color: #A40066;
  z-index: 5;
}

@media screen and (max-width: 600px) {
  .page-hotel .news-search__special-h1 {
    max-width: 90%;
    width: 250px;
  }
}

.label-stadium.tax1-btn span {
  color: #86B81B;
  font-weight: bold;
}

.c-category-menu-list li.label-stadium a::before {
  border: 2px solid #86B81B;
}

.c-category-menu-list li.label-stadium a span::before {
  border-bottom: 3px solid #86B81B;
  border-left: 3px solid #86B81B;
}

li.label-stadium a.current::before {
  background: #86B81B;
}

li.label-stadium a.current span::before {
  border-bottom: 3px solid #fff;
  border-left: 3px solid #fff;
}

.label-stadium.c-category-list__item span {
  background: #86B81B;
  border: 1px solid #86B81B !important;
  color: #fff;
}

.page-stadium .news-search__special {
  background: url(../images/stadium/main-hero.webp) center center no-repeat;
  background-size: cover;
}

.page-stadium .news-search__special::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  background-color: rgba(134, 184, 27, 0.6);
}

.page-stadium .news-search__special-h1 {
  max-width: 350px;
}

.page-stadium .c-news-search-list__item:first-child {
  border-top: 2px solid #86B81B;
}

.page-stadium .c-news-search-list__item {
  border-bottom: 2px solid #86B81B;
}

.page-stadium .page-navigation span {
  background: #86B81B;
  border: 1px solid #86B81B;
}

.page-stadium .page-navigation a {
  color: #86B81B;
  border: 1px solid #86B81B;
}

.page-stadium .page-numbers.dots {
  color: #86B81B;
}

.page-stadium .c-news-spe__button__inner a {
  background: #86B81B;
  color: #fff;
  border: 2px solid #86B81B;
  position: relative;
  overflow: hidden;
}

.page-stadium .c-news-spe__button__inner a::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transform: scaleX(0);
  transform-origin: right;
  transition: transform 0.7s cubic-bezier(0.19, 1, 0.22, 1);
  background: #fff;
}

.page-stadium .c-news-spe__button__inner a span {
  position: relative;
  color: #fff;
  z-index: 5;
}

.page-stadium .c-news-spe__button__inner a:hover {
  opacity: 1;
  overflow: hidden;
}

.page-stadium .c-news-spe__button__inner a:hover::before {
  transform: scaleX(1);
  transform-origin: left;
}

.page-stadium .c-news-spe__button__inner a:hover span {
  color: #86B81B;
  z-index: 5;
}

@media screen and (max-width: 600px) {
  .page-stadium .news-search__special-h1 {
    max-width: 90%;
    width: 170px;
  }
}

.label-arena.tax1-btn span {
  color: #008FC3;
  font-weight: bold;
}

.c-category-menu-list li.label-arena a::before {
  border: 2px solid #008FC3;
}

.c-category-menu-list li.label-arena a span::before {
  border-bottom: 3px solid #008FC3;
  border-left: 3px solid #008FC3;
}

li.label-arena a.current::before {
  background: #008FC3;
}

li.label-arena a.current span::before {
  border-bottom: 3px solid #fff;
  border-left: 3px solid #fff;
}

.label-arena.c-category-list__item span {
  background: #008FC3;
  border: 1px solid #008FC3 !important;
  color: #fff;
}

.page-arena .news-search__special {
  background: url(../images/arena/main-hero.webp?8029) center center no-repeat;
  background-size: cover;
}

.page-arena .news-search__special::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  background-color: rgba(0, 143, 195, 0.6);
}

.page-arena .news-search__special-h1 {
  max-width: 500px;
}

.page-arena .c-news-search-list__item:first-child {
  border-top: 2px solid #008FC3;
}

.page-arena .c-news-search-list__item {
  border-bottom: 2px solid #008FC3;
}

.page-arena .page-navigation span {
  background: #008FC3;
  border: 1px solid #008FC3;
}

.page-arena .page-navigation a {
  color: #008FC3;
  border: 1px solid #008FC3;
}

.page-arena .page-numbers.dots {
  color: #008FC3;
}

.page-arena .c-news-spe__button__inner a {
  background: #008FC3;
  color: #fff;
  border: 2px solid #008FC3;
  position: relative;
  overflow: hidden;
}

.page-arena .c-news-spe__button__inner a::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transform: scaleX(0);
  transform-origin: right;
  transition: transform 0.7s cubic-bezier(0.19, 1, 0.22, 1);
  background: #fff;
}

.page-arena .c-news-spe__button__inner a span {
  position: relative;
  color: #fff;
  z-index: 5;
}

.page-arena .c-news-spe__button__inner a:hover {
  opacity: 1;
  overflow: hidden;
}

.page-arena .c-news-spe__button__inner a:hover::before {
  transform: scaleX(1);
  transform-origin: left;
}

.page-arena .c-news-spe__button__inner a:hover span {
  color: #008FC3;
  z-index: 5;
}

@media screen and (max-width: 600px) {
  .page-arena .news-search__special-h1 {
    max-width: 90%;
    width: 200px;
  }
}

.label-shoppingmall.tax1-btn span {
  color: #E5CA00;
  font-weight: bold;
}

.c-category-menu-list li.label-shoppingmall a::before {
  border: 2px solid #E5CA00;
}

.c-category-menu-list li.label-shoppingmall a span::before {
  border-bottom: 3px solid #E5CA00;
  border-left: 3px solid #E5CA00;
}

li.label-shoppingmall a.current::before {
  background: #E5CA00;
}

li.label-shoppingmall a.current span::before {
  border-bottom: 3px solid #fff;
  border-left: 3px solid #fff;
}

.label-shoppingmall.c-category-list__item span {
  background: #E5CA00;
  border: 1px solid #E5CA00 !important;
  color: #fff;
}

.page-shoppingmall .news-search__special {
  background: url(../images/shoppingmall/main-hero.webp) center center no-repeat;
  background-size: cover;
}

.page-shoppingmall .news-search__special::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  background-color: rgba(229, 202, 0, 0.6);
}

.page-shoppingmall .news-search__special-h1 {
  max-width: 500px;
}

.page-shoppingmall .c-news-search-list__item:first-child {
  border-top: 2px solid #E5CA00;
}

.page-shoppingmall .c-news-search-list__item {
  border-bottom: 2px solid #E5CA00;
}

.page-shoppingmall .page-navigation span {
  background: #E5CA00;
  border: 1px solid #E5CA00;
}

.page-shoppingmall .page-navigation a {
  color: #E5CA00;
  border: 1px solid #E5CA00;
}

.page-shoppingmall .page-numbers.dots {
  color: #E5CA00;
}

.page-shoppingmall .c-news-spe__button__inner a {
  background: #E5CA00;
  color: #fff;
  border: 2px solid #E5CA00;
  position: relative;
  overflow: hidden;
}

.page-shoppingmall .c-news-spe__button__inner a::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transform: scaleX(0);
  transform-origin: right;
  transition: transform 0.7s cubic-bezier(0.19, 1, 0.22, 1);
  background: #fff;
}

.page-shoppingmall .c-news-spe__button__inner a span {
  position: relative;
  color: #fff;
  z-index: 5;
}

.page-shoppingmall .c-news-spe__button__inner a:hover {
  opacity: 1;
  overflow: hidden;
}

.page-shoppingmall .c-news-spe__button__inner a:hover::before {
  transform: scaleX(1);
  transform-origin: left;
}

.page-shoppingmall .c-news-spe__button__inner a:hover span {
  color: #E5CA00;
  z-index: 5;
}

@media screen and (max-width: 600px) {
  .page-shoppingmall .news-search__special-h1 {
    max-width: 90%;
    width: 200px;
  }
}

.label-office.tax1-btn span {
  color: #A4A8AB;
  font-weight: bold;
}

.c-category-menu-list li.label-office a::before {
  border: 2px solid #A4A8AB;
}

.c-category-menu-list li.label-office a span::before {
  border-bottom: 3px solid #A4A8AB;
  border-left: 3px solid #A4A8AB;
}

li.label-office a.current::before {
  background: #A4A8AB;
}

li.label-office a.current span::before {
  border-bottom: 3px solid #fff;
  border-left: 3px solid #fff;
}

.label-office.c-category-list__item span {
  background: #A4A8AB;
  border: 1px solid #A4A8AB !important;
  color: #fff;
}

.page-office .news-search__special {
  background: url(../images/office/main-hero.webp) center center no-repeat;
  background-size: cover;
}

.page-office .news-search__special::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  background-color: rgba(164, 168, 171, 0.6);
}

.page-office .news-search__special-h1 {
  max-width: 500px;
}

.page-office .c-news-search-list__item:first-child {
  border-top: 2px solid #A4A8AB;
}

.page-office .c-news-search-list__item {
  border-bottom: 2px solid #A4A8AB;
}

.page-office .page-navigation span {
  background: #A4A8AB;
  border: 1px solid #A4A8AB;
}

.page-office .page-navigation a {
  color: #A4A8AB;
  border: 1px solid #A4A8AB;
}

.page-office .page-numbers.dots {
  color: #A4A8AB;
}

.page-office .c-news-spe__button__inner a {
  background: #A4A8AB;
  color: #fff;
  border: 2px solid #A4A8AB;
  position: relative;
  overflow: hidden;
}

.page-office .c-news-spe__button__inner a::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transform: scaleX(0);
  transform-origin: right;
  transition: transform 0.7s cubic-bezier(0.19, 1, 0.22, 1);
  background: #fff;
}

.page-office .c-news-spe__button__inner a span {
  position: relative;
  color: #fff;
  z-index: 5;
}

.page-office .c-news-spe__button__inner a:hover {
  opacity: 1;
  overflow: hidden;
}

.page-office .c-news-spe__button__inner a:hover::before {
  transform: scaleX(1);
  transform-origin: left;
}

.page-office .c-news-spe__button__inner a:hover span {
  color: #A4A8AB;
  z-index: 5;
}

@media screen and (max-width: 600px) {
  .page-office .news-search__special-h1 {
    max-width: 90%;
    width: 200px;
  }
}
