@media screen and (max-width: 1200px) {
  section.kv {
    margin-top: 70px;
  }
}
section.kv .kv_img {
  background: url(/news/img/news_kv.jpg) no-repeat;
  background-size: cover;
  width: 100%;
  height: 33.33vw;
}

section.news {
  width: 100%;
  margin-top: 60px;
}
section.news .inner {
  width: 90%;
  max-width: 1000px;
  margin: 0 auto;
}
section.news .inner .year_list {
  width: 100%;
}
section.news .inner .year_list ul {
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
}
@media screen and (max-width: 768px) {
  section.news .inner .year_list ul {
    gap: 20px 10px;
  }
}
section.news .inner .year_list ul li a {
  color: #20459e;
  border: 1px solid #20459e;
  font-size: 20px;
  font-weight: 400;
  padding: 0px 25px;
  transition: all 0.3s;
}
@media (hover) {
  section.news .inner .year_list ul li a:hover {
    color: #fff;
    background: #20459e;
  }
}
@media screen and (max-width: 768px) {
  section.news .inner .year_list ul li a {
    font-size: 16px;
    padding: 0px 15px;
  }
}
section.news .inner .year_list ul li a.is_active {
  color: #fff;
  background: #20459e;
}
section.news .news_area {
  position: relative;
  width: 100%;
  margin-top: 60px;
  overflow: hidden;
}
section.news .news_area .news_contents {
  width: 100%;
  transition: all 0.7s;
  visibility: hidden;
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
}
section.news .news_area .news_contents.is_show {
  visibility: visible;
  opacity: 1;
  position: relative;
}
section.news .news_area .news_contents .news_box {
  padding-block: 80px;
}
@media screen and (max-width: 768px) {
  section.news .news_area .news_contents .news_box {
    padding-bottom: 40px;
  }
}
section.news .news_area .news_contents .news_box:nth-child(even) {
  background: #f8f3ee;
}
section.news .news_area .news_contents .news_box .inner {
  max-width: 1000px;
  width: 90%;
  margin: 0 auto;
}
section.news .news_area .news_contents .news_box .inner .news_item {
  transition: all 0.7s;
}
section.news .news_area .news_contents .news_box .inner .news_item .title {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  padding-bottom: 20px;
  border-bottom: 2px solid #20459e;
}
section.news .news_area .news_contents .news_box .inner .news_item .title h2 {
  font-family: "Zen Old Mincho", sans-serif;
  font-size: 32px;
}
@media screen and (max-width: 768px) {
  section.news .news_area .news_contents .news_box .inner .news_item .title h2 {
    font-size: 20px;
  }
}
section.news .news_area .news_contents .news_box .inner .news_item .title p {
  font-weight: 400;
}
@media screen and (max-width: 768px) {
  section.news .news_area .news_contents .news_box .inner .news_item .title p {
    font-size: 14px;
  }
}
section.news .news_area .news_contents .news_box .inner .news_item .img_box {
  display: flex;
  flex-wrap: wrap;
  gap: 40px;
  width: 100%;
  margin-top: 60px;
}
@media screen and (max-width: 768px) {
  section.news .news_area .news_contents .news_box .inner .news_item .img_box {
    gap: 10px;
  }
}
section.news .news_area .news_contents .news_box .inner .news_item .img_box .img_item {
  display: block;
  width: 100%;
  max-width: 480px;
  margin-inline: auto;
}
section.news .news_area .news_contents .news_box .inner .news_item .img_box .img_item img {
  width: 100%;
}
section.news .news_area .news_contents .news_box .inner .news_item .text_box {
  margin-top: 40px;
}
section.news .news_area .news_contents .news_box .inner .news_item .text_box P {
  font-size: 16px;
  font-weight: 400;
  line-height: 2.1875;
}
@media screen and (max-width: 768px) {
  section.news .news_area .news_contents .news_box .inner .news_item .text_box P {
    font-size: 14px;
  }
}
section.news .news_area .news_contents .news_box .inner .news_item .text_box a {
  text-decoration: underline;
  transition: opacity 0.3s;
}
@media (hover) {
  section.news .news_area .news_contents .news_box .inner .news_item .text_box a:hover {
    opacity: 0.7;
  }
}

/*# sourceMappingURL=style.css.map */
