/* ===========================================
ニュースリリース
セミナー・イベント
主要メディア掲載一覧

改修
=========================================== */
@media screen and (max-width: 1023px) {
  .tabWrap.new .slick-track {
    width: 100% !important;
    display: flex;
    align-items: flex-end;
  }
}

.tabWrap.new .term-3 {
  order: 1;
}
.tabWrap.new .term-0 {
  order: 2;
}
.tabWrap.new .term-4 {
  order: 3;
}

.tabWrap.new .linkTabBtn {
  color: #a4a4a4 !important;
  font-size: 16px !important;
  text-decoration: none !important;
}
@media screen and (max-width: 1380px) {
  .tabWrap.new .linkTabBtn {
    font-size: calc(16 / 1380 * 100vw) !important;
  }
}
@media screen and (max-width: 1023px) {
  .tabWrap.new .linkTabBtn {
    text-align: center;
    font-size: calc(14 / 375 * 100vw) !important;
    padding-left: 3vw !important;
    padding-right: 3vw !important;
    line-height: 1.2;
  }
}

.tabWrap.new .linkTabBtn.active {
  color: #006EC2 !important;
}
.tabWrap.new .linkTabBtn.active::before {
  background-color: #006EC2 !important;
}

.childCateWrap.new {
  background-color: #f2f5f8;
  padding: 23px 20px 23px 100px;
}
@media screen and (max-width: 1380px) {
  .childCateWrap.new {
    padding: calc(23 / 1380 * 100vw) calc(20 / 1380 * 100vw) calc(23 / 1380 * 100vw) calc(100 / 1380 * 100vw);
  }
}
@media screen and (max-width: 1023px) {
  .childCateWrap.new {
    padding: calc(20 / 375 * 100vw) calc(16 / 375 * 100vw) calc(20 / 375 * 100vw) calc(16 / 375 * 100vw);
  }
}

.childCateWrap.new .childCateWrap__title {
  position: absolute;
  left: -78px;
  top: 50%;
  transform: translate(0, -50%);
  font-size: 14px;
  color: #333333;
  font-weight: 700;
}
@media screen and (max-width: 1380px) {
  .childCateWrap.new .childCateWrap__title {
    left: calc(-78 / 1380 * 100vw);
    font-size: calc(14 / 1380 * 100vw);
  }
}
@media screen and (max-width: 1023px) {
  .childCateWrap.new .childCateWrap__title {
    position: static;
    width: 100%;
    transform: none;
    margin-bottom: calc(10 / 375 * 100vw);
    font-size: calc(14 / 375 * 100vw);
  }
}

.childCateWrap.new .childCateWrap__search {
  position: relative;
  width: 100%;
  margin-bottom: 24px;
}
@media screen and (max-width: 1380px) {
  .childCateWrap.new .childCateWrap__search {
    margin-bottom: calc(24 / 1380 * 100vw);
  }
}
@media screen and (max-width: 1023px) {
  .childCateWrap.new .childCateWrap__search {
    margin-bottom: calc(16 / 375 * 100vw);
  }
}

.childCateWrap.new .childCateWrap__search .custom-select {
  width: 260px;
  height: 40px;
  border: 1px solid #d3d3d4;
  background-color: #fff;
  font-size: 14px;
  position: relative;
  z-index: 1;
}
.custom-select::before {
  content: attr(data-label); /* JSで反映するなど */
  position: absolute;
  left: 20px;
  top: 50%;
  transform: translateY(-50%);
  pointer-events: none;
}
.childCateWrap.new .childCateWrap__search .custom-select .arrow {
  position: absolute;
  right: 18px;
  top: 50%;
  width: 14px;
  height: 8px;
  background: url('../images/icon/nav_arrow_down_icon.png') no-repeat center center;
  background-size: contain;
  transform: translateY(-50%);
  pointer-events: none;
}
@media screen and (max-width: 1380px) {
  .childCateWrap.new .childCateWrap__search .custom-select {
    width: calc(260 / 1380 * 100vw);
    height: calc(40 / 1380 * 100vw);
    font-size: calc(14 / 1380 * 100vw);
  }
  .custom-select::before {
    left: calc(20 / 1380 * 100vw);
  }
  .childCateWrap.new .childCateWrap__search .custom-select .arrow {
    right: calc(18 / 1380 * 100vw);
    width: calc(14 / 1380 * 100vw);
    height: calc(8 / 1380 * 100vw);
  }
}
@media screen and (max-width: 1023px) {
  .childCateWrap.new .childCateWrap__search .custom-select {
    width: 100%;
    height: calc(36 / 375 * 100vw);
    font-size: calc(12 / 375 * 100vw);
  }
  .custom-select::before {
    left: calc(16 / 375 * 100vw);
  }
  .childCateWrap.new .childCateWrap__search .custom-select .arrow {
    right: calc(14 / 375 * 100vw);
    width: calc(12 / 375 * 100vw);
    height: calc(7 / 375 * 100vw);
  }
}

.childCateWrap.new .childCateWrap__search select {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 0; /* select を透明化してネイティブUIを隠す */
  cursor: pointer;
  width: 285px;
  min-height: 48px;
}
@media screen and (max-width: 1380px) {
  .childCateWrap.new .childCateWrap__search select {
    width: calc(285 / 1380 * 100vw);
    min-height: calc(48 / 1380 * 100vw);
  }
}
@media screen and (max-width: 1023px) {
  .childCateWrap.new .childCateWrap__search select {
    width: 100%;
    min-height: calc(40 / 375 * 100vw);
  }
}

.childCateWrap.new .childCateWrap__categories {
  position: relative;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  gap: 12px 12px;
  font-size: 0;
}
@media screen and (max-width: 1380px) {
  .childCateWrap.new .childCateWrap__categories {
    gap: calc(12 / 1380 * 100vw) calc(12 / 1380 * 100vw);
  }
}
@media screen and (max-width: 1023px) {
  .childCateWrap.new .childCateWrap__categories {
    gap: calc(10 / 375 * 100vw) calc(10 / 375 * 100vw);
  }
}

#underPageContents .childCateWrap.new .childCateWrap__categories .childCateBtn {
  margin: 0 !important;
  border: 1px solid #d3d3d4 !important;
  border-radius: 99px;
  color: #0c0c0c !important;
  background-color: #fff !important;
  padding: 10px 28px;
  font-size: 14px;
}
#underPageContents .childCateWrap.new .childCateWrap__categories .childCateBtn.active {
  background-color: #1997DD !important;
  color: #FFF !important;
  border-color: #1997DD !important;
}
@media screen and (max-width: 1380px) {
  #underPageContents .childCateWrap.new .childCateWrap__categories .childCateBtn {
    padding: calc(10 / 1380 * 100vw) calc(28 / 1380 * 100vw);
    font-size: calc(14 / 1380 * 100vw);
  }
}
@media screen and (max-width: 1023px) {
  #underPageContents .childCateWrap.new .childCateWrap__categories .childCateBtn {
    padding: calc(8 / 375 * 100vw) calc(15 / 375 * 100vw);
    font-size: calc(12 / 375 * 100vw);
  }
}

.mediaListTable {
  margin-top: -30px;
}
@media screen and (max-width: 1380px) {
  .mediaListTable {
    margin-top: calc(-30 / 1380 * 100vw);
  }
}
@media screen and (max-width: 1023px) {
  .mediaListTable {
    margin-top: calc(-20 / 375 * 100vw);
  }
}

.mediaListTable .tab-icon {
  display: inline-block;
  width: 16px;
  height: 16px;
  background-image: url(../images/icon/blank_gy.svg);
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
  margin-left: 8px;
  vertical-align: sub;
}

/* ===========================================
検索機能の追加
=========================================== */
.searchBtn {
  margin-left: auto;
  margin-right: 18px;
  width: 18px;
  height: 18px;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  background: none;
  border: none;
  padding: 0;
  cursor: pointer;
}
@media screen and (max-width: 1023px) and (min-width: 768px) {
  .searchBtn {
    margin-right: 150px;
    width: 26px;
    height: 26px;
  }
}
@media screen and (max-width: 767px) {
  .searchBtn {
    margin-right: 30vw;
    width: 5vw;
    height: 5vw;
  }
}

.searchBox {
  position: fixed;
  z-index: 999;
  top: 94px;
  left: 0;
  width: 100%;
  height: auto;
  background-color: #fff;
  padding-top: 10px;
  padding-bottom: 40px;
  transition: top 0.3s ease-in-out, opacity 0.3s ease-in-out;
  opacity: 0;
  pointer-events: none;
}
.searchBox.active {
  opacity: 1;
  pointer-events: auto;
}
body:has(#headWrap.hide) .searchBox {
  top: 0;
}
body:has(#headWrap.header-min) .searchBox {
  top: 66px;
}
@media screen and (max-width: 1023px) {
  .searchBox {
    z-index: 1001;
    top: 90px;
  }
}
@media screen and (max-width: 767px) {
  .searchBox {
    top: 18.8vw !important;
  }
}

.searchBox__inner {
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 767px) {
  .searchBox__inner {
    padding-left: calc(16 / 375 * 100vw);
    padding-right: calc(16 / 375 * 100vw);
  }
}

.searchBox__title {
  text-align: center;
  font-weight: 700;
  font-size: 18px;
  margin-bottom: 16px;
  color: #1997DD;
}
@media screen and (max-width: 767px) {
  .searchBox__title {
    font-size: calc(18 / 375 * 100vw);
    margin-bottom: calc(16 / 375 * 100vw);
  }
}

.searchBox__close {
  position: absolute;
  z-index: 1;
  top: -24px;
  right: -24px;
  cursor: pointer;
  display: inline-block;
  width: 18px;
  height: 18px;
}
.searchBox__close::after,
.searchBox__close::before {
  content: '';
  position: absolute;
  top: 50%;
  left: 0;
  width: 18px;
  height: 2px;
  background-color: #333;
}
.searchBox__close::after {
  transform: translate(0, -50%) rotate(45deg);
}
.searchBox__close::before {
  transform: translate(0, -50%) rotate(-45deg);
}
@media screen and (max-width: 767px) {
  .searchBox__close {
    right: 0;
    top: calc(-24 / 375 * 100vw);
    width: calc(18 / 375 * 100vw);
    height: calc(18 / 375 * 100vw);
  }
}

.searchKeywordBox {
  position: relative;
  display: flex;
}
.searchKeywordBox__input {
  width: 100%;
  height: 58px;
  background-color: #f0f2f4;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  border: none;
  padding: 0 60px 0 30px;
  font-size: 16px;
  border-radius: 99px;
}
.searchKeywordBox__input:focus {
  outline-color: #1997DD !important;
}
@media screen and (max-width: 767px) {
  .searchKeywordBox__input {
    height: 14.9333vw;
    font-size: calc(16 / 375 * 100vw);
    padding: 0 calc(60 / 375 * 100vw) 0 calc(30 / 375 * 100vw);
  }
}

.searchKeywordBox__submit {
  position: absolute;
  z-index: 1;
  top: 50%;
  right: 28px;
  transform: translate(0, -50%);
  width: 18px;
  height: 18px;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  background: none;
  border: none;
  padding: 0;
  cursor: pointer;
}
@media screen and (max-width: 767px) {
  .searchKeywordBox__submit {
    right: calc(28 / 375 * 100vw);
    width: calc(18 / 375 * 100vw);
    height: calc(18 / 375 * 100vw);
  }
}

@media only screen and (max-width: 767px) {
  #headWrap #header #globalNavWrap > .contactLink {
    right: 16.3vw;
  }
}

/* ===========================================
検索結果ページ
=========================================== */
.searchPage {
  padding: 52px 0 126px;
}
@media screen and (min-width: 1024px) and (max-width: 1380px) {
  .searchPage {
    padding: calc(52 / 1380 * 100vw) 0 calc(126 / 1380 * 100vw);
  }
}
@media screen and (max-width: 1023px) {
  .searchPage {
    padding: calc(40 / 375 * 100vw) 0 calc(80 / 375 * 100vw);
  }
}

.searchPage__inner {
  max-width: 1120px;
  padding-left: 20px;
  padding-right: 20px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (min-width: 1024px) and (max-width: 1380px) {
  .searchPage__inner {
    padding-left: calc(20 / 1380 * 100vw);
    padding-right: calc(20 / 1380 * 100vw);
  }
}
@media screen and (max-width: 1023px) {
  .searchPage__inner {
    padding-left: calc(16 / 375 * 100vw);
    padding-right: calc(16 / 375 * 100vw);
  }
}

.searchPage__title {
  text-align: center;
  font-size: 28px;
  font-weight: 700;
  color: #1997DD;
}
@media screen and (min-width: 1024px) and (max-width: 1380px) {
  .searchPage__title {
    font-size: calc(28 / 1380 * 100vw);
  }
}
@media screen and (max-width: 1023px) {
  .searchPage__title {
    font-size: calc(20 / 375 * 100vw);
  }
}

.searchPage__form-keyword {
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 40px;
  margin-bottom: 46px;
}
@media screen and (min-width: 1024px) and (max-width: 1380px) {
  .searchPage__form-keyword {
    max-width: calc(600 / 1380 * 100vw);
    margin-top: calc(40 / 1380 * 100vw);
    margin-bottom: calc(46 / 1380 * 100vw);
  }
}
@media screen and (max-width: 1023px) {
  .searchPage__form-keyword {
    margin-top: calc(30 / 375 * 100vw);
    margin-bottom: calc(36 / 375 * 100vw);
  }
}

.searchPage__form-status {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 12px;
}
@media screen and (min-width: 1024px) and (max-width: 1380px) {
  .searchPage__form-status {
    gap: calc(12 / 1380 * 100vw);
  }
}
@media screen and (max-width: 1023px) {
  .searchPage__form-status {
    gap: calc(8 / 375 * 100vw);
  }
}

.searchPage__form-found {
  font-size: 24px;
}
.searchPage__form-found .found {
  font-size: 20px;
}
@media screen and (min-width: 1024px) and (max-width: 1380px) {
  .searchPage__form-found {
    font-size: calc(24 / 1380 * 100vw);
  }
  .searchPage__form-found .found {
    font-size: calc(20 / 1380 * 100vw);
  }
}
@media screen and (max-width: 1023px) {
  .searchPage__form-found {
    width: 100%;
    text-align: center;
    font-size: calc(16 / 375 * 100vw);
  }
  .searchPage__form-found .found {
    font-size: calc(14 / 375 * 100vw);
  }
}

.searchPage__form-sorting {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  gap: 10px;
}
@media screen and (min-width: 1024px) and (max-width: 1380px) {
  .searchPage__form-sorting {
    gap: calc(10 / 1380 * 100vw);
  }
}
@media screen and (max-width: 1023px) {
  .searchPage__form-sorting {
    gap: calc(8 / 375 * 100vw);
    margin-left: auto;
    margin-top: calc(8 / 375 * 100vw);
  }
}

.searchPage__form-sorting select {
  border: none;
  font-size: 14px;
}
@media screen and (min-width: 1024px) and (max-width: 1380px) {
  .searchPage__form-sorting select {
    font-size: calc(14 / 1380 * 100vw);
  }
}
@media screen and (max-width: 1023px) {
  .searchPage__form-sorting select {
    font-size: calc(12 / 375 * 100vw);
  }
}

.searchPage__form-buttons {
  margin-top: 25px;
  background-color: #f2f5f8;
  padding: 22px 22px 25px;
}
@media screen and (min-width: 1024px) and (max-width: 1380px) {
  .searchPage__form-buttons {
    margin-top: calc(25 / 1380 * 100vw);
    padding: calc(22 / 1380 * 100vw) calc(22 / 1380 * 100vw) calc(25 / 1380 * 100vw);
  }
}
@media screen and (max-width: 1023px) {
  .searchPage__form-buttons {
    margin-top: calc(8 / 375 * 100vw);
    padding: calc(16 / 375 * 100vw) calc(16 / 375 * 100vw) calc(18 / 375 * 100vw);
  }
}

.searchPage__form-buttons-group {
  display: flex;
}
.searchPage__form-buttons-group + .searchPage__form-buttons-group {
  margin-top: 18px;
}
@media screen and (min-width: 1024px) and (max-width: 1380px) {
  .searchPage__form-buttons-group + .searchPage__form-buttons-group {
    margin-top: calc(18 / 1380 * 100vw);
  }
}
@media screen and (max-width: 1023px) {
  .searchPage__form-buttons-group {
    flex-direction: column;
  }
  .searchPage__form-buttons-group + .searchPage__form-buttons-group {
    margin-top: calc(12 / 375 * 100vw);
  }
}

.searchPage__form-buttons__label {
  width: 110px;
  font-size: 14px;
  font-weight: 700;
  color: #333;
  padding-top: 10px;
}
@media screen and (min-width: 1024px) and (max-width: 1380px) {
  .searchPage__form-buttons__label {
    width: calc(110 / 1380 * 100vw);
    font-size: calc(14 / 1380 * 100vw);
    padding-top: calc(10 / 1380 * 100vw);
  }
}
@media screen and (max-width: 1023px) {
  .searchPage__form-buttons__label {
    width: 100%;
    font-size: calc(12 / 375 * 100vw);
    padding-top: calc(8 / 375 * 100vw);
    margin-bottom: calc(10 / 375 * 100vw);
  }
}

.searchPage__form-buttons__items {
  width: calc(100% - 110px);
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  gap: 10px 12px;
}
@media screen and (min-width: 1024px) and (max-width: 1380px) {
  .searchPage__form-buttons__items {
    width: calc(100% - (110 / 1380 * 100vw));
    gap: calc(10 / 1380 * 100vw) calc(12 / 1380 * 100vw);
  }
}
@media screen and (max-width: 1023px) {
  .searchPage__form-buttons__items {
    width: 100%;
    gap: calc(8 / 375 * 100vw) calc(8 / 375 * 100vw);
  }
}

.checkboxItem {
  display: flex;
  align-items: center;
  min-width: 176px;
  border-radius: 99px;
  border: 1px solid #cccccc;
  background-color: #fff;
  padding: 8px 12px;
}
.checkboxItem:has(input:checked) {
  background-color: #1997DD;
  color: #FFF;
}
@media screen and (min-width: 1024px) and (max-width: 1380px) {
  .checkboxItem {
    min-width: calc(176 / 1380 * 100vw);
    padding: calc(8 / 1380 * 100vw) calc(12 / 1380 * 100vw);
  }
}
@media screen and (max-width: 1023px) {
  .checkboxItem {
    min-width: calc(130 / 375 * 100vw);
    padding: calc(6 / 375 * 100vw) calc(8 / 375 * 100vw);
  }
}

.checkboxItem__label {
  font-size: 14px;
  display: block;
  flex-grow: 1;
  text-align: center;
  padding-right: 12px;
}
@media screen and (min-width: 1024px) and (max-width: 1380px) {
  .checkboxItem__label {
    font-size: calc(14 / 1380 * 100vw);
    padding-right: calc(12 / 1380 * 100vw);
  }
}
@media screen and (max-width: 1023px) {
  .checkboxItem__label {
    font-size: calc(12 / 375 * 100vw);
    padding-right: calc(8 / 375 * 100vw);
  }
}

.searchPage__body {
  position: relative;
  margin-top: 52px !important;
}
@media screen and (min-width: 1024px) and (max-width: 1380px) {
  .searchPage__body {
    margin-top: calc(52 / 1380 * 100vw) !important;
  }
}
@media screen and (max-width: 1023px) {
  .searchPage__body {
    margin-top: calc(40 / 375 * 100vw) !important;
  }
}

.searchPage__loading {
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.8);
  display: flex;
  justify-content: center;
  align-items: flex-start;
  font-size: 18px;
  font-weight: 700;
  color: #333;
  padding-top: 20px;
  transition: opacity 0.3s ease-in-out;
}
.searchPage__loading.hide {
  opacity: 0;
  pointer-events: none;
}
@media screen and (min-width: 1024px) and (max-width: 1380px) {
  .searchPage__loading {
    font-size: calc(18 / 1380 * 100vw);
    padding-top: calc(20 / 1380 * 100vw);
  }
}
@media screen and (max-width: 1023px) {
  .searchPage__loading {
    font-size: calc(16 / 375 * 100vw);
    padding-top: calc(16 / 375 * 100vw);
  }
}

.searchPage__results {
  display: flex;
  flex-direction: column;
  gap: 25px;
}
@media screen and (min-width: 1024px) and (max-width: 1380px) {
  .searchPage__results {
    gap: calc(25 / 1380 * 100vw);
  }
}
@media screen and (max-width: 1023px) {
  .searchPage__results {
    gap: calc(18 / 375 * 100vw);
  }
}

.searchPage__paginate {
  margin-top: 100px;
}
@media screen and (min-width: 1024px) and (max-width: 1380px) {
  .searchPage__paginate {
    margin-top: calc(100 / 1380 * 100vw);
  }
}
@media screen and (max-width: 1023px) {
  .searchPage__paginate {
    margin-top: calc(60 / 375 * 100vw);
  }
}
