.col-2_inner {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
  padding: 0 4em;
  margin-top: -1em;
}
@media screen and (max-width: 991px) {
  .col-2_inner {
    padding: 0 40px;
  }
}
@media screen and (max-width: 767px) {
  .col-2_inner {
    padding: 0 20px;
  }
}
.col-2_inner .side-menu {
  border: solid 1px #333;
  width: 18em;
  padding: 2em 1.6em;
}
@media screen and (max-width: 1199px) {
  .col-2_inner .side-menu {
    width: 100%;
    margin-top: 4em;
  }
}
.col-2_inner .side-menu .side-menu-content {
  border-bottom: solid 1px #dedede;
  padding-bottom: 2em;
  margin-top: 2em;
}
.col-2_inner .side-menu .side-menu-content:nth-of-type(1) {
  margin-top: 0;
}
.col-2_inner .side-menu .side-menu-content:last-of-type {
  padding-bottom: 0;
  border-bottom: none;
}
.col-2_inner .side-menu .side-menu-content .menu-name {
  font-weight: 600;
  font-size: 0.9em;
  margin-bottom: 0.8em;
}
.col-2_inner .side-menu .side-menu-content .select-list ul li a {
  display: flex;
  align-items: flex-start;
  width: -moz-fit-content;
  width: fit-content;
  font-size: 0.975em;
  line-height: 1.4em;
  margin-top: 0.6em;
}
.col-2_inner .side-menu .side-menu-content .select-list ul li a::before {
  content: "";
  display: block;
  width: 0.52em;
  height: 2px;
  background-color: #15130f;
  margin-top: 0.64em;
  margin-right: 0.8em;
  flex-shrink: 0;
}
.col-2_inner .main-content {
  width: calc(100% - 18em - 4em);
}
@media screen and (max-width: 1199px) {
  .col-2_inner .main-content {
    width: 100%;
  }
}
.col-2_inner .news-info {
  display: flex;
  align-items: center;
}
.col-2_inner .news-info .__date {
  letter-spacing: 0.04em;
  margin-right: 1em;
}

/* news.html
---------------------------------------------------- */
.news-list ul {
  margin-top: -4em;
}
@media screen and (max-width: 1199px) {
  .news-list ul {
    margin-top: -2em;
    display: flex;
    flex-wrap: wrap;
  }
}
.news-list ul .news-list-item {
  display: flex;
  margin-top: 4em;
}
@media screen and (max-width: 1199px) {
  .news-list ul .news-list-item {
    display: block;
    width: calc(50% - 1.2em);
    margin-right: 2.4em;
    margin-top: 2.4em;
  }
  .news-list ul .news-list-item:nth-of-type(2n) {
    margin-right: 0;
  }
}
@media screen and (max-width: 767px) {
  .news-list ul .news-list-item {
    width: 100%;
    margin-right: 0;
  }
}
.news-list ul .news-list-item .item-img {
  width: 22.5rem;
  flex-shrink: 0;
  margin-right: 3em;
}
@media screen and (max-width: 1199px) {
  .news-list ul .news-list-item .item-img {
    width: 100%;
    aspect-ratio: 3/2;
  }
}
.news-list ul .news-list-item .item-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.news-list ul .news-list-item .item-content {
  width: 100%;
  margin-top: 1em;
  margin-bottom: 1em;
}
.news-list ul .news-list-item .item-content .news-info {
  margin: 0.6em 0;
}
.news-list ul .news-list-item .item-content .item-ttl {
  font-size: 1.25em;
  font-weight: 500;
}
.news-list ul .news-list-item .item-content .item-txt {
  margin-top: 0.6em;
}
.news-list ul .news-list-item .item-content .item-link {
  margin-top: 2.4em;
}
.news-list ul .news-list-item .item-content .item-link .__linkbtn01 {
  margin-left: auto;
}
.news-list ul .news-list-item .item-content .item-link .__linkbtn01 a {
  font-size: 1.05em;
}

.paging-wrap {
  margin-bottom: 2em;
}
@media screen and (max-width: 1199px) {
  .paging-wrap {
    margin-top: 2em;
  }
}

.paging {
  display: flex;
  align-items: center;
  justify-content: center;
}
.paging > span {
  font-family: "Poppins", sans-serif;
  width: 4em;
  height: 4em;
  background-color: #f0efed;
  margin: 0 1em;
}
@media screen and (max-width: 1199px) {
  .paging > span {
    width: 3.6em;
    height: 3.6em;
    margin: 0 0.6em;
  }
}
@media screen and (max-width: 767px) {
  .paging > span {
    width: 3em;
    height: 3em;
    margin: 0 0.4em;
  }
}
.paging > span.paging-text {
  font-size: 1.125em;
}
.paging > span.paging-text a {
  cursor: pointer;
  width: 100%;
  height: 100%;
  font-size: 1em;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.2s ease;
}
.paging > span.paging-text a img {
  width: 0.8em;
}
.paging > span.paging-text a:hover {
  background-color: #dedede;
}
.paging > span.current {
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  background-color: #333;
}
.paging > span.paging-prev {
  width: auto;
  background-color: initial;
  margin-right: 1em;
}
.paging > span.paging-prev a img {
  margin-right: 0.6em;
  transform: scaleX(-1);
}
.paging > span.paging-prev a:hover {
  background-color: initial;
  color: #3d888c;
}
.paging > span.paging-next {
  width: auto;
  background-color: initial;
  margin-left: 1em;
}
.paging > span.paging-next a img {
  margin-left: 0.6em;
}
.paging > span.paging-next a:hover {
  background-color: initial;
  color: #3d888c;
}

/* detail.html
---------------------------------------------------- */
.sec-news-detail .__news-item_mt {
  margin-top: 4em;
}
@media screen and (max-width: 991px) {
  .sec-news-detail .__news-item_mt {
    margin-top: 3em;
  }
}
@media screen and (max-width: 767px) {
  .sec-news-detail .__news-item_mt {
    margin-top: 2em;
  }
}
.sec-news-detail .news-ttl h3 {
  font-size: 2.25rem;
}
@media screen and (max-width: 1199px) {
  .sec-news-detail .news-ttl h3 {
    font-size: 1.75em;
  }
}
@media screen and (max-width: 767px) {
  .sec-news-detail .news-ttl h3 {
    font-size: 1.375em;
  }
}
.sec-news-detail .news-info {
  margin-top: 1em;
}
.sec-news-detail .news-main-img {
  box-shadow: 3px 3px 12px rgba(120, 120, 120, 0.08);
  margin-top: 2em;
}
.sec-news-detail .news-main-img img {
  width: 100%;
  height: auto;
}
.sec-news-detail .news-img-slider {
  position: relative;
  padding: 0 3em;
  padding-bottom: 2em;
}
@media screen and (max-width: 767px) {
  .sec-news-detail .news-img-slider {
    padding: 0 1.4em;
    padding-bottom: 2em;
  }
}
.sec-news-detail .news-img-slider .news-slider {
  width: 100%;
  background-color: #dedede;
  box-shadow: 3px 3px 12px rgba(120, 120, 120, 0.08);
  aspect-ratio: 4/3;
}
.sec-news-detail .news-img-slider .news-slider .swiper-wrapper .swiper-slide .swiper-img {
  width: 100%;
  height: 100%;
}
.sec-news-detail .news-img-slider .news-slider .swiper-wrapper .swiper-slide .swiper-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.sec-news-detail .news-img-slider .swiper-button-next,
.sec-news-detail .news-img-slider .swiper-button-prev {
  width: -moz-fit-content;
  width: fit-content;
  --swiper-navigation-color: #3d888c;
}
.sec-news-detail .news-img-slider .swiper-button-next::after,
.sec-news-detail .news-img-slider .swiper-button-prev::after {
  font-size: 2em;
}
@media screen and (max-width: 767px) {
  .sec-news-detail .news-img-slider .swiper-button-next::after,
  .sec-news-detail .news-img-slider .swiper-button-prev::after {
    font-size: 1.4em;
  }
}
.sec-news-detail .news-img-slider .swiper-button-next {
  right: 0;
}
.sec-news-detail .news-img-slider .swiper-button-prev {
  left: 0;
}
.sec-news-detail .news-img-slider .swiper-pagination {
  bottom: 0;
}
.sec-news-detail .news-img-slider .swiper-pagination-bullet {
  background-color: #15130f;
}
@media screen and (max-width: 767px) {
  .sec-news-detail .news-img-slider .swiper-pagination-bullet {
    width: 6px;
    height: 6px;
  }
}
.sec-news-detail .news-content a {
  display: inline;
}
.sec-news-detail .news-content.flex-wrap {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
@media screen and (max-width: 991px) {
  .sec-news-detail .news-content.flex-wrap {
    display: block;
  }
}
.sec-news-detail .news-content.flex-wrap:nth-of-type(odd) {
  flex-direction: row-reverse;
}
.sec-news-detail .news-content.flex-wrap .txt-wrap {
  width: calc(100% - 32.5 * 1rem - 7.5 * 1rem);
}
@media screen and (max-width: 991px) {
  .sec-news-detail .news-content.flex-wrap .txt-wrap {
    width: 100%;
  }
}
.sec-news-detail .news-content.flex-wrap .img-wrap {
  width: 32.5rem;
  box-shadow: 3px 3px 12px rgba(120, 120, 120, 0.08);
}
@media screen and (max-width: 991px) {
  .sec-news-detail .news-content.flex-wrap .img-wrap {
    width: 100%;
    margin-bottom: 3em;
  }
}
@media screen and (max-width: 767px) {
  .sec-news-detail .news-content.flex-wrap .img-wrap {
    margin-bottom: 2em;
  }
}
.sec-news-detail .news-content.flex-wrap .img-wrap img {
  width: 100%;
  height: auto;
}
.sec-news-detail .news-links ul {
  display: flex;
  flex-wrap: wrap;
  margin-top: -1em;
}
.sec-news-detail .news-links ul .__linkbtn02 {
  margin-top: 1em;
  margin-right: 1em;
}
.sec-news-detail .news-links ul .__linkbtn02 a {
  padding-top: 0.8em;
  padding-bottom: 0.8em;
}
.sec-news-detail .news-links ul .__linkbtn02 a span.__txt {
  margin-top: 0.1em;
}
.sec-news-detail .news-links ul .__linkbtn02 a:hover {
  opacity: 0.8;
}
.sec-news-detail .back-btn .__linkbtn01 {
  margin-left: auto;
}/*# sourceMappingURL=news-item.css.map */