.mvNews {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 530px;
  padding: 12px 0;
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  margin-top: 40px;
  transition: 0.2s;
  position: relative;
}
@media screen and (max-width: 1280px) {
  .mvNews::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 530px;
    height: 100%;
    background-color: #fff;
    opacity: 0.8;
    z-index: -1;
  }
}
.mvNews:hover {
  opacity: 0.8;
}
@media (max-width: 768px) {
  .mvNews {
    justify-content: flex-start;
    width: 100%;
    margin-top: 20px;
  }
}
.mvNews__item {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-direction: column;
}
@media (max-width: 768px) {
  .mvNews__item {
    flex-direction: column;
  }
}
.mvNews__img {
  margin-right: 20px;
}
.mvNews__img img {
  max-width: 250px;
}
.mvNews__date {
  font-size: 14px;
  font-weight: 500;
  margin-right: 25px;
  margin-bottom: 3px;
  line-height: 1em;
}
.mvNews__ttl {
  font-size: 15px;
  font-weight: 600;
  line-height: 1.4em;
}
.mvNews__txt {
  overflow-wrap: anywhere;
  line-height: 1.3;
  margin-top: 6px;
  font-size: 14px;
  padding-right: 15px;
  font-weight: 500;
  display: -webkit-box;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
@media (max-width: 768px) {
  .mvNews__txt {
    display: none;
  }
}

.news {
  width: 100%;
  margin-bottom: 60px;
}
.news__wrap {
  width: 1130px;
  height: auto;
  margin: 0 auto;
}
@media (max-width: 768px) {
  .news__wrap {
    width: 90%;
  }
}
.news__ttlArea {
  display: flex;
  align-items: center;
  height: auto;
  margin-bottom: 35px;
}
.news__ttl {
  font-size: 50px;
  color: #007CCF;
  margin: 0 12px 0 0;
  line-height: none;
}
@media (max-width: 768px) {
  .news__ttl {
    font-size: 30px;
  }
}
.news__subttl {
  font-size: 16px;
  color: #007CCF;
}
.news__inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 25px 0;
  border-top: 1px solid #ccc;
  transition: 0.2s;
}
.news__inner:hover {
  opacity: 0.8;
}
@media (max-width: 768px) {
  .news__inner {
    justify-content: flex-start;
  }
}
.news__inner:last-child {
  border-bottom: 1px solid #ccc;
}
.news__inner__item {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media (max-width: 768px) {
  .news__inner__item {
    flex-direction: column;
  }
}
.news__inner__img {
  margin-right: 25px;
}
.news__inner__date {
  margin-right: 25px;
}
.news__inner__ttl {
  font-weight: 600;
  line-height: 1.4em;
}
.news__inner__txt {
  width: 100%;
  overflow-wrap: anywhere;
  line-height: 1.7;
  margin-top: 10px;
}
@media (max-width: 768px) {
  .news__inner__txt {
    display: none;
  }
}
@media (max-width: 768px) {
  .news__inner img {
    width: 106px;
    height: 62px;
  }
}
.news__btn {
  width: 160px;
  background-color: #007CCF;
  margin: 50px auto 0;
  text-align: center;
  transition: 0.3s;
}
.news__btn:hover {
  opacity: 0.5;
}
.news__btn a {
  display: inline-block;
  padding: 15px;
  font-weight: 600;
  color: #fff;
}

.newsArchive {
  width: 100%;
  max-width: 1130px;
  margin: 10px auto 100px;
}
@media (max-width: 768px) {
  .newsArchive {
    width: 90%;
    margin: 50px auto;
  }
}
.newsArchive__list {
  padding: 50px 80px;
  border: 1px solid #ccc;
  margin-bottom: 30px;
}
.newsArchive__list:first-child {
  margin-top: -20px;
}
@media (max-width: 768px) {
  .newsArchive__list {
    padding: 30px 20px;
  }
}
.newsArchive h3 {
  font-size: 27px;
  font-weight: 600;
  margin-bottom: 10px;
}
@media (max-width: 768px) {
  .newsArchive h3 {
    font-size: 17px;
  }
}
.newsArchive__date {
  font-size: 14px;
}
@media (max-width: 768px) {
  .newsArchive__date {
    margin-bottom: 20px;
  }
}
.newsArchive__imgBox {
  margin: 10px auto 30px;
  margin-bottom: 30px;
  text-align: center;
}
.newsArchive__imgBox img {
  width: auto;
  height: 200px;
}
@media (max-width: 768px) {
  .newsArchive__imgBox img {
    max-width: 90%;
    height: auto;
  }
}
.newsArchive__txt {
  font-size: 15px;
  line-height: 26px;
  margin-bottom: 15px;
}
.newsArchive__release {
  font-size: 13px;
}
.newsArchive__release__link {
  font-size: 13px;
  color: #00C3FF;
}
.newsArchive__table-base {
  width: 100%;
  border-collapse: collapse;
  text-align: center;
  margin-top: 40px;
  font-size: 13px;
}
.newsArchive th {
  font-weight: 600;
  border: 1px solid #ccc;
  vertical-align: middle;
  padding: 10px;
}
@media screen and (max-width: 1024px) {
  .newsArchive th {
    padding: 7px 2px;
  }
}
@media screen and (max-width: 599px) {
  .newsArchive th {
    padding: 6px;
  }
}
.newsArchive td {
  font-weight: 500;
  padding: 10px;
  border: 1px solid #ccc;
  vertical-align: middle;
}
@media screen and (max-width: 1024px) {
  .newsArchive td {
    padding: 7px 2px;
  }
}
@media screen and (max-width: 599px) {
  .newsArchive td {
    padding: 6px;
  }
}

.goTop {
  color: #000;
  display: inline-block;
  margin-top: 70px;
  transition: 0.2s;
}
.goTop:hover {
  color: #00C3FF;
}
.goTop::before {
  content: "";
  background-image: url(../img/news/rectangle.svg);
  width: 10px;
  height: 10px;
  background-size: contain;
  background-repeat: no-repeat;
  display: inline-block;
}

.newicon::after {
  content: "NEW";
  display: inline-block;
  padding: 4px 6px;
  background-color: #007CCF;
  line-height: 1;
  color: #fff;
  font-weight: 600;
  font-size: 13px;
  margin-left: 15px;
}

.pagination {
  margin-top: 60px;
  display: flex;
  justify-content: center;
  margin-top: -20px;
}
.pagination .pagenavi {
  font-size: 14px;
  text-align: center;
}
.pagination .page {
  display: inline-block;
  width: 40px;
  height: 40px;
  line-height: 40px;
  color: #000;
  border: 1px solid #ccc;
  margin: 15px 0 0 15px;
}
.pagination .page:first-of-type {
  margin-left: 0;
}
.pagination .page:hover {
  background-color: #007CCF;
  color: #fff;
  border: 1px solid #007CCF;
}
.pagination .current {
  background-color: #007CCF;
  color: #fff;
  border: none;
  pointer-events: none;
}
.pagination .extend {
  display: inline-block;
  width: 40px;
  height: 40px;
  line-height: 40px;
  margin-top: 15px;
  margin-right: -15px;
}
.pagination .arrow {
  display: inline-block;
  width: 40px;
  height: 40px;
  line-height: 40px;
  margin-top: 15px;
}
.pagination .arrow:hover {
  color: #007CCF;
}/*# sourceMappingURL=style.css.map */