.sideDataArea .Img img {
  transition: all 0.5s ease-in-out;
}

.titleBox {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.titleBox .title {
  position: relative;
  display: inline-flex;
  color: #00007E;
  font-size: clamp(30px, 1.875vw, 36px);
  font-weight: 400;
  padding-left: 17px;
}
.titleBox .title::after {
  content: "";
  position: absolute;
  display: block;
  width: 6px;
  height: 6px;
  background-color: #fa0001;
  left: 0px;
  top: 50%;
  transform: translateY(-50%);
}

.newsInfoBox {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding-bottom: 10px;
}
.newsInfoBox .dateBox,
.newsInfoBox .classTitle {
  padding: 5px 0;
}
.newsInfoBox .dateBox .date {
  line-height: 1;
}
.newsInfoBox .classTitle {
  font-size: 14px;
  line-height: 1;
  letter-spacing: 0.5px;
  padding: 5px 10px;
}

.newsList {
  display: flex;
  flex-wrap: wrap;
  padding: 0 5vw;
}
@media (max-width: 1180px) {
  .newsList {
    padding: 0;
    margin: 0 -15px;
  }
}
.newsList .newsItem {
  position: relative;
  width: 100%;
  padding: 0 15px;
}
.newsList .item {
  display: grid;
  align-items: center;
  padding: 40px 0px 40px 20vw;
}
@media (max-width: 768px) {
  .newsList .item {
    display: block;
    padding: 0 0 30px;
  }
}
.newsList .Img, .newsList .Txt {
  grid-area: 1/1;
}
@media (max-width: 768px) {
  .newsList .Img, .newsList .Txt {
    grid-area: unset;
  }
}
.newsList .Img {
  width: 25vw;
  height: auto;
  aspect-ratio: 480/340;
  margin-left: -20vw;
  border-radius: 8px;
  overflow: hidden;
  border: 1px solid #e0e0e0;
}
@media (max-width: 1180px) {
  .newsList .Img {
    width: 40vw;
  }
}
@media (max-width: 768px) {
  .newsList .Img {
    width: calc(100% - 40px);
    max-width: 400px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: -50px;
    position: relative;
    z-index: 2;
  }
}
.newsList .Img img {
  width: 100%;
  height: auto;
  display: block;
  backface-visibility: hidden;
}
.newsList .Txt {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: clamp(20px, 2.0833vw, 40px);
  width: 100%;
  height: calc(100% + 40px);
  padding: clamp(24px, 2.5vw, 40px) clamp(20px, 2vw, 30px) clamp(24px, 2.5vw, 40px) 6vw;
  border: 1px solid #e0e0e0;
  border-radius: 8px;
  overflow: hidden;
}
@media (max-width: 1180px) {
  .newsList .Txt {
    padding: 24px 20px 24px 22vw;
  }
}
@media (max-width: 768px) {
  .newsList .Txt {
    position: relative;
    z-index: 1;
    height: auto;
    margin-top: 0;
    padding: 74px 20px 24px;
  }
}
.newsList .Txt .contentBox {
  display: flex;
  align-items: flex-start;
  gap: clamp(20px, 2.0833vw, 40px);
}
@media (max-width: 768px) {
  .newsList .Txt .contentBox {
    gap: 20px;
  }
}
.newsList .Txt .newsInfoBox {
  flex-shrink: 0;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  width: clamp(70px, 8vw, 100px);
  padding-bottom: 0;
}
.newsList .Txt .newsInfoBox .dateBox {
  padding: 0;
}
.newsList .Txt .newsInfoBox .dateBox .date {
  font-size: clamp(40px, 3.5vw, 56px);
  font-weight: 700;
  line-height: 1;
  color: #333333;
}
@media (max-width: 480px) {
  .newsList .Txt .newsInfoBox .dateBox .date {
    display: none;
  }
}
.newsList .Txt .newsInfoBox .dateBox .year {
  margin-top: 6px;
  font-size: clamp(12px, 0.75vw, 14px);
  line-height: 1;
  color: #999;
}
@media (max-width: 480px) {
  .newsList .Txt .newsInfoBox .dateBox .year {
    display: none;
  }
}
.newsList .Txt .newsInfoBox .dateBox .dateLine {
  display: block;
  font-size: 14px;
  line-height: 1.4;
  color: #999;
}
@media (min-width: 481px) {
  .newsList .Txt .newsInfoBox .dateBox .dateLine {
    display: none;
  }
}
.newsList .Txt .newsInfoBox .dateBox:has(+ .classTitle)::after {
  content: "";
  display: block;
  width: 1px;
  height: 28px;
  margin: 16px auto 0;
  background-color: #ccc;
  transform: rotate(45deg);
}
@media (max-width: 480px) {
  .newsList .Txt .newsInfoBox .dateBox:has(+ .classTitle)::after {
    display: none;
  }
}
.newsList .Txt .newsInfoBox .classTitle {
  margin-top: 12px;
  padding: 0;
  font-size: clamp(14px, 0.9vw, 16px);
  line-height: 1.4;
  color: #333333;
  letter-spacing: 0;
}
.newsList .Txt .textBox {
  flex: 1;
  min-width: 0;
}
.newsList .Txt .btnBox {
  margin-top: 0;
}
.newsList .Txt .btnBox .btn {
  min-width: auto;
  padding: 12px 40px;
  border: none;
  border-radius: 0;
  background-color: #e6e6e6;
  color: #000;
  font-size: clamp(14px, 0.8vw, 16px);
  font-weight: 400;
}
@media (min-width: 1181px) {
  .newsList .Txt .btnBox .btn:hover {
    background-color: #d9d9d9;
    border-color: transparent;
    color: #000;
  }
}
.newsList .Txt .title a {
  display: block;
  font-size: clamp(20px, 1.25vw, 24px);
  font-weight: 700;
  line-height: 1.4;
  color: #000;
}
.newsList .Txt .text {
  margin-top: clamp(16px, 1.5vw, 24px);
  color: #000;
  font-size: clamp(14px, 0.8vw, 16px);
  line-height: 1.8;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
@media (max-width: 480px) {
  .newsList .Txt {
    gap: 12px;
    padding: 74px 16px 20px;
  }
  .newsList .Txt .contentBox,
  .newsList .Txt .newsInfoBox,
  .newsList .Txt .textBox {
    display: contents;
  }
  .newsList .Txt .classTitle {
    order: 1;
    width: 100%;
    margin-top: 0;
    font-size: 14px;
  }
  .newsList .Txt .newsInfoBox .dateBox {
    order: 2;
    width: 100%;
  }
  .newsList .Txt .title {
    order: 3;
  }
  .newsList .Txt .text {
    order: 4;
    margin-top: 0;
    -webkit-line-clamp: 5;
  }
  .newsList .Txt .btnBox {
    order: 5;
  }
}

.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;
  }
}

.sideDataArea .sideDataList {
  filter: drop-shadow(0 0 10px rgba(0, 0, 0, 0.1));
}
.sideDataArea .sideDataList .slick-track {
  margin-left: 0;
}
.sideDataArea .item {
  display: flex;
  flex-direction: column;
  height: 100%;
  border-radius: 8px;
  border: 1px solid rgba(0, 0, 0, 0.1);
  background-color: #fff;
  overflow: hidden;
}
@media (min-width: 1181px) {
  .sideDataArea .item:hover .Img img {
    transform: scale(1.05);
    opacity: 0.8 !important;
  }
}
.sideDataArea .Img {
  width: 100%;
  background-color: #000;
  overflow: hidden;
}
.sideDataArea .Img a {
  display: block;
}
.sideDataArea .Img img {
  will-change: transform;
  width: 100%;
  height: auto;
  display: block;
  backface-visibility: hidden;
}
.sideDataArea .Txt {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  flex: 1;
  padding: 15px;
  overflow: hidden;
}
.sideDataArea .Txt .title a {
  display: block;
  font-size: clamp(18px, 1.0417vw, 20px);
  font-weight: 500;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.sideDataArea .Txt .text {
  max-height: none;
  color: #000;
  font-size: clamp(14px, 0.8333vw, 16px);
  padding-top: 10px;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}