@charset "utf-8";


/*================================================
 * --news
 ================================================*/
.--news .icon {
  background-size: contain;
  background-repeat: no-repeat;
  vertical-align: middle;
  display: inline-block;
}

.--news .filter_btn .icon.i-search {
  background-image: url(../img/news/ico_searchbar.png);
  width: 34px;
  height: 22px;
  margin-right: 14px;
}

.--news .icon.i-cat {
  background-image: url(../img/news/ico_cat.png);
  width: 22px;
  height: 16px;
  margin-right: 12px;
}

.--news .icon.i-area {
  background-image: url(../img/news/ico_area.png);
  width: 24px;
  height: 25px;
  margin-right: 12px;
}

.--news .icon.i-clock {
  background-image: url(../img/news/ico_clock.png);
  width: 19px;
  height: 19px;
  margin-right: 12px;
}

.--news ::placeholder {
  color: #B9B9B9;
}

.--news select {
  color: #B9B9B9;
}

.--news .search_box_wrap {
  border: 1px solid;
  margin-bottom: 100px;
}

.--news .search_box {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  width: 100%;
  gap: 32px;
  padding: 33px 2.59%;
}

.--news .search_box-cnt {
  display: flex;
  align-items: center;
  gap: 25px;
}

.--news .search_box .keyword {
  width: calc(100% - (5.15% + 280px));
}



.--news .search_box span {
  display: block;
  white-space: nowrap;
}

.--news select,
.--news input {
  display: block;
  height: 75px;
  background: #eeeeee;
  padding: 25px;
}

.--news .search_box .keyword input {
  width: 100%;
  padding-right: 45px;
}


.--news .keyword_form {
  position: relative;
  width: 100%;
}

.--news .keyword_form .keyword_btn {
  position: absolute;
  z-index: 5;
  right: 8px;
  bottom: 0;
  top: 0;
  margin: auto;
  width: 32px;
  height: 32px;
  padding: 0;
  overflow: hidden;
  text-indent: -999px;
  background: url(../img/news/ico_glass.png) 50% 50% no-repeat;
  background-size: 100% auto;
}

.--news .search_box select option:first-child {
  color: gray;
}

.--news .filter_btn {
  width: 280px;
  padding: 0 10px;
  display: grid;
  place-content: center;
  background: #000;
  border: 1px solid #000;
  color: #fff;
  height: 75px;
  border-radius: 10000px;
  transition: all .2s;
  position: relative;
}

.--news .filter_btn span {
  display: flex;
}

.--news .filter_btn.active {
  background: #fff;
}

.--news .filter_btn span span {
  position: relative;
}

.--news .filter_btn span span::after {
  position: absolute;
  content: "検索条件を閉じる";
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  color: #000;
  opacity: 0;
  z-index: -1;
  transition: all .2s;
}

html[lang="en"] .--news .filter_btn span span::after {
  content: "Close search results";
}

html[lang="zh-CN"] .--news .filter_btn span span::after {
  content: "关闭条件";
}

.--news .filter_btn span span::before {
  position: absolute;
  content: "";
  background-size: contain;
  background-repeat: no-repeat;
  vertical-align: middle;
  display: inline-block;
  background-image: url(../img/news/ico_search-close.png);
  width: 20px;
  height: 20px;
  top: 44%;
  transform: translateY(-50%);
  left: -32px;
  opacity: 0;
}

.--news .filter_btn.active span span::before,
.--news .filter_btn.active span span::after {
  opacity: 1;
  z-index: 1;
}

/* filter_wrap */
.--news .filter_wrap {
  border-top: 1px solid #000;
  padding: 33px 2.59%;
}

.--news .filter_wrap {
  display: none;
}

.--news .filter_wrap-inner {
  gap: 42px 8.29%;
  grid-template-columns: repeat(2, 1fr);
  display: grid;
}

.--news .filter_box {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: start;
  gap: 10px 6px;
}

.--news .filter_box a {
  font-size: 12px;
  padding: 8px 12px;
  border: 1px solid #000;
  border-radius: 5px;
  line-height: 1;
}

.--news .year select {
  background: #eeeeee;
}


.--news .filter_wrap .filter_ttl {
  margin-bottom: 14px;
}

.--news .filter_wrap .filter_btn {
  margin: 28px auto 0;
}


/* select-box */
.--news .select-box {
  display: block;
  position: relative;
}

.--news .select-box::before {
  position: absolute;
  content: "";
  background-size: contain;
  background-repeat: no-repeat;
  vertical-align: middle;
  display: inline-block;
  background-image: url(../img/news/ico_serect.png);
  width: 12px;
  height: 6px;
  top: 50%;
  right: 22px;
  transform: translateY(-50%);
}

.--news .select-box select {
  width: 100%;
}


/* catBtn_wrap */
.--news .catBtn_wrap {
  display: grid;
  gap: 20px;
  grid-template-columns: repeat(3, 1fr);
  margin-bottom: 60px;
}

.--news .catBtn_wrap a {
  cursor: pointer;
  padding: 18px 0;
  border-bottom: 1px solid #767676;
  color: #767676;
  text-align: center;
}

.--news .catBtn_wrap a.active {
  color: #000;
  border-bottom: 1px solid #767676
}


/* c-news_list */
.--news .c-news_card {
  padding: 24px 8.1% 24px 0;
  border-bottom: 1px solid #e1e1e1;
}

.--news .news_meta {
  display: grid;
  align-items: center;
  justify-content: start;
  flex-wrap: wrap;
  gap: 1em;
  margin-bottom: 1.56em;
}

.--news .news_meta .date {
  font-family: "Helvetica", "Arial", sans-serif;
  font-weight: 300;
  font-size: 16px;
}

.--news .news_meta .category {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 0.6em;
}

.--news .news_meta .cat {
  font-size: 14px;
  display: inline-block;
  padding: 0.2em 1.2em 0.1em;
  border: 1px solid #000;
  border-radius: 0.35em;
}


.--news .c-news_card .box-1 img {
  aspect-ratio: 500 / 335;
}

.--news .c-news_card .col-lg-2 {
  margin-bottom: 0;
}

@media screen and (max-width: 1024px) {
  .--news .search_box .keyword {
    width: 100%;
  }

  .--news .filter_btn {
    margin: 0 auto;
  }

  .--news .filter_wrap-inner {
    gap: 48px;
    grid-template-columns: repeat(1, 1fr);
  }

  /* catBtn_wrap */
  .--news .catBtn_wrap {
    gap: 12px;
    margin-bottom: 40px;
  }

}

@media screen and (max-width: 768.8px) {
  .--news .news_meta {
    margin-bottom: 12px;
  }

  .--news .c-news_card h2.c-ttl02 {
    margin-bottom: 12px;
  }

  .--news .c-news_card {
    padding: 27px 0;
  }


  .--news .search_box {
    padding-left: 15px;
    padding-right: 15px;
  }

  .--news .search_box .keyword {
    flex-direction: column;
    align-items: start;
    gap: 14px;
  }

  /* catBtn_wrap */
  .--news .catBtn_wrap {
    gap: 6px;
    font-size: 12px;
    margin-bottom: 20px;
  }
}