.sideDataArea.news .Txt .title, .sideDataArea.news .Img .btnBox, .sideDataArea.news .Img img, .sideDataArea.news .Img::after, .newsList .Txt .title, .newsList .Img .btnBox, .newsList .Img img, .newsList .Img::after {
  transition: all 0.5s ease-in-out;
}

.linkWrap {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  display: block;
  width: 100%;
  height: 100%;
}

.bgWrap {
  position: absolute;
  inset: 0;
  z-index: -1;
}

.beforeGsap {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}

.newsIndex .bread {
  padding: 50px 0 0;
}
@media (max-width: 1180px) {
  .newsIndex .bread {
    padding: 40px 0;
  }
}
.newsIndex .bread .wrap {
  justify-content: start;
}

.newsSearchBox {
  width: 100%;
}
.newsSearchBox .searchBox {
  margin: 30px auto;
  max-width: 100%;
  position: relative;
}
@media (max-width: 1180px) {
  .newsSearchBox .searchBox {
    margin: 0;
  }
}
.newsSearchBox .searchBox input[type=text] {
  width: 100%;
  display: block;
  border: 1px solid #e1e1e1;
  padding: 12px 55px 12px 15px;
}
.newsSearchBox .searchBox button {
  width: 42px;
  height: 42px;
  background-color: #d8282a;
  color: #fff;
  display: block;
  font-size: 16px;
  flex-shrink: 0;
  line-height: 42px;
  position: absolute;
  top: 50%;
  right: 0;
  z-index: 1;
  transform: translateY(-50%);
  text-align: center;
}
@media (min-width: 1181px) {
  .newsSearchBox .searchBox button:hover {
    background-color: #000;
  }
}

.classTagSide {
  margin-bottom: 40px;
}
@media (max-width: 1180px) {
  .classTagSide {
    display: flex;
    gap: 20px;
    align-items: center;
  }
}
@media (max-width: 768px) {
  .classTagSide {
    flex-direction: column;
  }
}
.classTagSide .classBox {
  width: 100%;
}
.classTagSide .classBoxRow {
  margin: 0;
}

.classTagSide + .tagBox {
  margin-top: 15px;
  margin-bottom: 40px;
}

.newsListArea {
  transition: opacity 0.2s ease;
}
.newsListArea.is-loading {
  opacity: 0.35;
  pointer-events: none;
}
.newsListArea .newsInfoBox {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding-bottom: 10px;
  color: #515151;
}
.newsListArea .newsInfoBox .dateBox,
.newsListArea .newsInfoBox .classTitle {
  padding: 5px 0;
}
.newsListArea .newsInfoBox .dateBox .date {
  line-height: 1;
}
.newsListArea .newsInfoBox .classTitle {
  font-size: 14px;
  line-height: 1;
  letter-spacing: 0.5px;
  padding: 5px 10px;
}

.topBox .tagItems {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  margin: 12px 0 0;
  padding: 0;
  list-style: none;
}
.topBox .tagItems a {
  display: block;
  padding: 4px 10px;
  border: 1px solid #d8282a;
  font-size: 12px;
  color: #d8282a;
  line-height: 1.4;
}
@media (min-width: 1181px) {
  .topBox .tagItems a:hover {
    color: #fff;
    background-color: #d8282a;
  }
}

.newsList {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -15px;
}
.newsList .newsItem {
  position: relative;
  width: 33.3333333333%;
  min-width: 0;
  padding: 0 15px 30px;
}
@media (max-width: 1180px) {
  .newsList .newsItem {
    width: 50%;
    padding: 12px;
  }
}
@media (max-width: 425px) {
  .newsList .newsItem {
    width: 100%;
  }
}
.newsList .Img {
  position: relative;
  z-index: 0;
  width: 100%;
  overflow: hidden;
}
.newsList .Img::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.4);
  opacity: 0;
  z-index: 1;
  pointer-events: none;
}
.newsList .Img img {
  width: 100%;
  height: auto;
  display: block;
  backface-visibility: hidden;
}
.newsList .Img .btnBox {
  visibility: hidden;
  opacity: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  margin-top: 0;
  z-index: 3;
  width: auto;
  pointer-events: none;
}
.newsList .Img .btnBox .btn {
  min-width: auto;
  max-width: none;
  width: auto;
  flex: none;
  display: inline-block;
  padding: 8px 20px;
  font-size: 14px;
  line-height: 1.4;
  text-align: center;
  color: #fff;
  background-color: transparent;
  border: 1px solid #fff;
  pointer-events: none;
}
@media (min-width: 1181px) {
  .newsList .Img .btnBox .btn:hover {
    background-color: transparent;
    border-color: #fff;
    color: #fff;
  }
}
.newsList .Txt {
  padding: 15px 12px;
  overflow: hidden;
  background: #f7f7f7;
}
.newsList .Txt .tagItems {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  margin-top: 10px;
  padding: 0;
  list-style: none;
  min-height: 26.8px;
  position: relative;
  z-index: 2;
}
.newsList .Txt .tagItems li {
  margin: 0;
  padding: 0;
  list-style: none;
}
.newsList .Txt .tagItems a {
  display: block;
  padding: 4px 10px;
  border: 1px solid #d8282a;
  font-size: 12px;
  color: #d8282a;
  line-height: 1.4;
  background-color: transparent;
  pointer-events: auto;
  position: relative;
  z-index: 2;
}
@media (min-width: 1181px) {
  .newsList .Txt .tagItems a:hover {
    color: #fff;
    background-color: #d8282a;
  }
}
.newsList .Txt .title {
  font-size: clamp(20px, 1.25vw, 24px);
  font-weight: 500;
  line-height: 1.5;
  min-height: calc(1em * 1.5 * 1);
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
  white-space: normal;
  word-break: break-word;
  box-sizing: border-box;
}
.newsList .Txt .title a {
  display: block;
  color: inherit;
  font-size: inherit;
  font-weight: inherit;
  line-height: 1.5;
  min-height: calc(1em * 1.5 * 1);
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
  white-space: normal;
  word-break: break-word;
  box-sizing: border-box;
}
.newsList .Txt .text {
  color: #515151;
  font-size: clamp(0.875rem, 0.8447rem + 0.1294vw, 1rem);
  margin-top: 10px;
  line-height: 1.5;
  min-height: calc(1em * 1.5 * 2);
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  white-space: normal;
  word-break: break-word;
  box-sizing: border-box;
}
.newsList .item {
  position: relative;
}
@media (min-width: 1181px) {
  .newsList .item:hover .title {
    color: #d8282a;
  }
  .newsList .item:hover .Img {
    z-index: 2;
    pointer-events: none;
  }
  .newsList .item:hover .Img::after {
    opacity: 1;
  }
  .newsList .item:hover .Img img {
    scale: 1.1;
  }
  .newsList .item:hover .Img .btnBox {
    visibility: visible;
    opacity: 1;
  }
}

.sideDataArea.news .Img {
  position: relative;
  z-index: 0;
  width: 100%;
  overflow: hidden;
}
.sideDataArea.news .Img::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.4);
  opacity: 0;
  z-index: 1;
  pointer-events: none;
}
.sideDataArea.news .Img img {
  width: 100%;
  height: auto;
  display: block;
  backface-visibility: hidden;
}
.sideDataArea.news .Img .btnBox {
  visibility: hidden;
  opacity: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  margin-top: 0;
  z-index: 3;
  width: auto;
  pointer-events: none;
}
.sideDataArea.news .Img .btnBox .btn {
  min-width: auto;
  max-width: none;
  width: auto;
  flex: none;
  display: inline-block;
  padding: 8px 20px;
  font-size: 14px;
  line-height: 1.4;
  text-align: center;
  color: #fff;
  background-color: transparent;
  border: 1px solid #fff;
  pointer-events: none;
}
@media (min-width: 1181px) {
  .sideDataArea.news .Img .btnBox .btn:hover {
    background-color: transparent;
    border-color: #fff;
    color: #fff;
  }
}
.sideDataArea.news .Txt {
  padding: 15px 12px;
  overflow: hidden;
  background: #f7f7f7;
}
.sideDataArea.news .Txt .tagItems {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  margin-top: 10px;
  padding: 0;
  list-style: none;
  min-height: 26.8px;
  position: relative;
  z-index: 2;
}
.sideDataArea.news .Txt .tagItems li {
  margin: 0;
  padding: 0;
  list-style: none;
}
.sideDataArea.news .Txt .tagItems a {
  display: block;
  padding: 4px 10px;
  border: 1px solid #d8282a;
  font-size: 12px;
  color: #d8282a;
  line-height: 1.4;
  background-color: transparent;
  pointer-events: auto;
  position: relative;
  z-index: 2;
}
@media (min-width: 1181px) {
  .sideDataArea.news .Txt .tagItems a:hover {
    color: #fff;
    background-color: #d8282a;
  }
}
.sideDataArea.news .Txt .newsInfoBox {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding-bottom: 10px;
  color: #515151;
  margin-bottom: 0;
}
.sideDataArea.news .Txt .newsInfoBox .dateBox,
.sideDataArea.news .Txt .newsInfoBox .classTitle {
  padding: 5px 0;
}
.sideDataArea.news .Txt .newsInfoBox .dateBox .date {
  line-height: 1;
}
.sideDataArea.news .Txt .title {
  max-height: none;
  font-size: clamp(20px, 1.25vw, 24px);
  font-weight: 500;
  white-space: normal;
  line-height: 1.5;
  min-height: calc(1em * 1.5 * 1);
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
  white-space: normal;
  word-break: break-word;
  box-sizing: border-box;
}
.sideDataArea.news .Txt .title a {
  display: block;
  color: inherit;
  font-size: inherit;
  font-weight: inherit;
  line-height: 1.5;
  min-height: calc(1em * 1.5 * 1);
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
  white-space: normal;
  word-break: break-word;
  box-sizing: border-box;
}
.sideDataArea.news .Txt .text {
  color: #515151;
  font-size: clamp(0.875rem, 0.8447rem + 0.1294vw, 1rem);
  margin-top: 10px;
  padding-top: 0;
  line-height: 1.5;
  min-height: calc(1em * 1.5 * 2);
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  white-space: normal;
  word-break: break-word;
  box-sizing: border-box;
}
.sideDataArea.news .item {
  position: relative;
}
@media (min-width: 1181px) {
  .sideDataArea.news .item:hover .title {
    color: #d8282a;
  }
  .sideDataArea.news .item:hover .Img {
    z-index: 2;
    pointer-events: none;
  }
  .sideDataArea.news .item:hover .Img::after {
    opacity: 1;
  }
  .sideDataArea.news .item:hover .Img img {
    scale: 1.1;
  }
  .sideDataArea.news .item:hover .Img .btnBox {
    visibility: visible;
    opacity: 1;
  }
}

.shareBox {
  float: right;
}
.shareBox .btn-fb {
  display: inline-block;
  vertical-align: middle;
  margin-right: 5px;
}
.shareBox .back {
  display: inline-block;
  vertical-align: middle;
  padding: 3px 5px;
  border-radius: 3px;
  font-size: 12px;
  color: #fff;
  background: rgb(174, 66, 51);
  /* Old browsers */
  /* FF3.6+ */
  /* Chrome,Safari4+ */
  /* Chrome10+,Safari5.1+ */
  /* Opera 11.10+ */
  /* IE10+ */
  background: linear-gradient(to bottom, rgb(174, 66, 51) 0%, rgb(196, 76, 76) 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ae4233', endColorstr='#c44c4c', GradientType=0);
  /* IE6-9 */
  cursor: pointer;
}
@media (min-width: 1181px) {
  .shareBox .back:hover {
    background: #398cb1;
  }
}
