@charset "UTF-8";
/* ------------------------------
	レスポンシブ
------------------------------ */
/* ------------------------------
	フォント
------------------------------ */
@import url("https://fonts.googleapis.com/css2?family=Zen+Kaku+Gothic+New:wght@300;400;500;700;900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&display=swap");
/* ------------------------------
	カラー
------------------------------ */
/* ------------------------------
	.news
------------------------------ */
.news {
  padding: 8rem 0 12rem;
}
@media screen and (max-width: 768px) {
  .news {
    padding: 6rem 0 8rem;
  }
}
.news .news_list .news_item {
  display: flex;
  padding: 2rem 4rem;
  background: #fff;
}
@media screen and (max-width: 768px) {
  .news .news_list .news_item {
    display: block;
    padding: 1.6rem 4%;
  }
}
.news .news_list .news_item + .news_item {
  margin-top: 2rem;
}
@media screen and (max-width: 768px) {
  .news .news_list .news_item + .news_item {
    margin-top: 1rem;
  }
}
.news .news_list .news_item a {
  text-decoration: underline;
}
@media screen and (min-width: 769px) {
  .news .news_list .news_item a:hover {
    text-decoration: none;
  }
}
.news .news_list .news_item .data_box {
  flex-shrink: 0;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  width: 20rem;
  padding-right: 1.6rem;
}
@media screen and (max-width: 768px) {
  .news .news_list .news_item .data_box {
    flex-wrap: wrap;
    justify-content: flex-start;
    gap: 1rem;
    width: 100%;
    margin-bottom: 0.5rem;
  }
}
.news .news_list .news_item .data_box .data {
  font-size: 2rem;
  font-weight: bold;
  line-height: 1.5;
}
@media screen and (max-width: 768px) {
  .news .news_list .news_item .data_box .data {
    font-size: 1.8rem;
  }
}
.news .news_list .news_item .data_box .ico {
  margin-top: 0.4rem;
  width: 4.8rem;
  height: 2rem;
}
@media screen and (max-width: 768px) {
  .news .news_list .news_item .data_box .ico {
    margin-top: 0.3rem;
  }
}
.news .news_list .news_item .data_box .ico img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.news .news_list .news_item .news_ttl_box {
  width: 100%;
}
.news .news_list .news_item .news_ttl_box *:not(.news_ttl) {
  font-weight: 500;
  line-height: 1.8;
}
.news .news_list .news_item .news_ttl_box .news_ttl {
  margin-bottom: 0.8rem;
  font-weight: bold;
  line-height: 1.8;
}
@media screen and (max-width: 768px) {
  .news .news_list .news_item .news_ttl_box .news_ttl {
    margin-bottom: 0.5rem;
  }
}
.news .news_list .news_item .news_ttl_box iframe {
  display: block;
  aspect-ratio: 16/9;
  max-width: 100%;
  height: auto;
  margin-left: 0;
  margin-right: 0;
}
@media screen and (max-width: 768px) {
  .news .news_list .news_item .news_ttl_box iframe {
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
  }
}
.news .pager {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1.6rem;
  margin-top: 8rem;
}
@media screen and (max-width: 768px) {
  .news .pager {
    margin-top: 6rem;
    gap: 1rem;
  }
}
.news .pager .pager_list {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 3.2rem;
}
@media screen and (max-width: 768px) {
  .news .pager .pager_list {
    gap: 1.5rem;
  }
}
.news .pager .pager_btn {
  width: 4.8rem;
  height: 4.8rem;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .news .pager .pager_btn {
    width: 3.4rem;
    height: 3.4rem;
  }
}
.news .pager .pager_btn a {
  width: 100%;
  height: 100%;
  background: #E8465A;
}
.news .pager .pager_btn.current {
  background: #B5B39D;
}
.news .pager .pager_btn,
.news .pager .pager_btn a {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  font-weight: bold;
  font-family: "Lato", "Zen Kaku Gothic New", "メイリオ", "Meiryo", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "ＭＳ Ｐゴシック", Arial, Verdana, sans-serif;
  font-size: 2rem;
  color: #fff;
}
@media screen and (max-width: 768px) {
  .news .pager .pager_btn,
  .news .pager .pager_btn a {
    font-size: 1.4rem;
  }
}
.news .pager .pager_dot {
  position: relative;
  top: -0.3em;
  margin: 0 -0.8rem;
  font-size: 3rem;
  color: #B5B39D;
  font-family: "Lato", "Zen Kaku Gothic New", "メイリオ", "Meiryo", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "ＭＳ Ｐゴシック", Arial, Verdana, sans-serif;
  pointer-events: none;
}
@media screen and (max-width: 768px) {
  .news .pager .pager_dot {
    margin: 0 -0.25rem;
    font-size: 2rem;
  }
}