/*------------------------------------------------------------
	BASE
------------------------------------------------------------*/
/*------------------------------------------------------------
	COLOR
------------------------------------------------------------*/
/*------------------------------------------------------------
	FONT
------------------------------------------------------------*/
/*------------------------------------------------------------
	FUNCTION
------------------------------------------------------------*/
/*------------------------------------------------------------
	MIXIN
------------------------------------------------------------*/
/*------------------------------------------------------------
	NEWS
------------------------------------------------------------*/
.news {
  background: #FAF9F7;
}
.news_wrap {
  padding: 20.3562340967vw 5.0890585242vw 50.8905852417vw;
}
@media screen and (min-width: 768px) {
  .news_wrap {
    padding: 10.4166666667vw 5.2083333333vw;
  }
}
.news_wrap .inner {
  display: flex;
  flex-flow: column;
  justify-content: center;
  gap: 12.7226463104vw;
}
@media screen and (min-width: 768px) {
  .news_wrap .inner {
    flex-flow: row;
    justify-content: space-between;
    gap: 0;
  }
}
.news_navi {
  flex: 1;
}
.news_title {
  display: flex;
  flex-flow: row-reverse;
  justify-content: center;
  gap: 0.2604166667vw;
}
@media screen and (min-width: 768px) {
  .news_title {
    justify-content: flex-end;
    gap: 0.2604166667vw;
  }
}
.news_title > .-ja {
  font-size: 5.0890585242vw;
  letter-spacing: 1.0178117048vw;
  writing-mode: vertical-rl;
}
@media screen and (min-width: 768px) {
  .news_title > .-ja {
    font-size: 1.3541666667vw;
    letter-spacing: 0.3125vw;
  }
}
.news_title > .-en {
  font-size: 3.5623409669vw;
  letter-spacing: 0.6361323155vw;
  writing-mode: vertical-rl;
}
@media screen and (min-width: 768px) {
  .news_title > .-en {
    font-size: 0.9375vw;
    letter-spacing: 0;
  }
}
.news_tags {
  display: none;
}
@media screen and (min-width: 768px) {
  .news_tags {
    display: block;
    padding: 1.5625vw 0 0;
  }
}
.news_tags dd {
  padding: 1.5625vw 0 0;
}
@media screen and (min-width: 768px) {
  .news_tags dd {
    padding: 1.5625vw 0 0;
  }
}
.news_tags dd ul {
  display: flex;
  flex-flow: column;
  gap: 0.5208333333vw;
}
@media screen and (min-width: 768px) {
  .news_tags dd ul {
    gap: 0.5208333333vw;
  }
}
.news_tags dd ul li a {
  display: inline-block;
  padding: 0.3125vw 0.5208333333vw;
  font-size: 1.0416666667vw;
}
@media screen and (min-width: 768px) {
  .news_tags dd ul li a {
    padding: 0.3125vw 0.5208333333vw;
    font-size: 1.0416666667vw;
  }
}
.news_tags dd ul li a.-current, .news_tags dd ul li a:hover {
  text-decoration: underline;
}
.news_list {
  display: flex;
  flex-flow: column;
  row-gap: 20.3562340967vw;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .news_list {
    display: flex;
    flex-flow: row;
    flex-wrap: wrap;
    column-gap: 1.3541666667vw;
    row-gap: 2.6041666667vw;
    width: 77.0833333333vw;
  }
}
.news_list_item {
  width: 100%;
}
@media screen and (min-width: 768px) {
  .news_list_item {
    width: 18.2291666667vw;
  }
}
.news_list_item_link {
  display: block;
}
@media screen and (min-width: 768px) {
  .news_list_item_link:hover .news_list_item_img img {
    transform: scale(1.1, 1.1);
  }
}
.news_list_item_img {
  display: block;
  width: 100%;
  overflow: hidden;
}
@media screen and (min-width: 768px) {
  .news_list_item_img img {
    transform: scale(1, 1);
    transform-origin: center center;
    transition: all 1s cubic-bezier(0.21, 0.51, 0.51, 1);
  }
}
.news_list_item_status {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 3.8167938931vw 0 0;
}
@media screen and (min-width: 768px) {
  .news_list_item_status {
    padding: 0.78125vw 0 0;
  }
}
.news_list_item_status .news_list_item_tag {
  font-size: 3.5623409669vw;
}
@media screen and (min-width: 768px) {
  .news_list_item_status .news_list_item_tag {
    font-size: 0.7291666667vw;
  }
}
.news_list_item_status .news_list_item_date {
  font-size: 4.0712468193vw;
}
@media screen and (min-width: 768px) {
  .news_list_item_status .news_list_item_date {
    font-size: 0.8333333333vw;
  }
}
.news_list_item_txt {
  padding: 3.8167938931vw 0 0;
  font-size: 5.0890585242vw;
  line-height: 1.6;
}
@media screen and (min-width: 768px) {
  .news_list_item_txt {
    padding: 0.78125vw 0 0;
    font-size: 1.0416666667vw;
    line-height: 1.6;
  }
}

/*------------------------------------------------------------
	NEWS DETAIL
------------------------------------------------------------*/
.news_detail {
  background: #FAF9F7;
}
.news_detail_article {
  margin: 0 auto;
  padding: 50.8905852417vw 5.0890585242vw;
}
@media screen and (min-width: 768px) {
  .news_detail_article {
    padding: 10.4166666667vw 0;
    width: 50vw;
  }
}
.news_detail_status {
  display: flex;
  justify-content: space-between;
}
.news_detail_status_tag {
  font-size: 3.5623409669vw;
}
@media screen and (min-width: 768px) {
  .news_detail_status_tag {
    font-size: 0.7291666667vw;
  }
}
.news_detail_status_date {
  font-size: 4.0712468193vw;
}
@media screen and (min-width: 768px) {
  .news_detail_status_date {
    font-size: 0.8333333333vw;
  }
}
.news_detail_title {
  padding: 6.3613231552vw 0 0;
  font-size: 5.0890585242vw;
  line-height: 2;
}
@media screen and (min-width: 768px) {
  .news_detail_title {
    padding: 1.3020833333vw 0 0;
    font-size: 1.3541666667vw;
    line-height: 2;
  }
}
.news_detail_img {
  margin-top: 10.1781170483vw;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .news_detail_img {
    margin-top: 2.0833333333vw;
  }
}
.news_detail_img img {
  width: 100%;
}
.news_detail_contents {
  margin-top: 10.1781170483vw;
  padding-bottom: 20.3562340967vw;
}
@media screen and (min-width: 768px) {
  .news_detail_contents {
    margin-top: 2.0833333333vw;
    padding-bottom: 4.1666666667vw;
  }
}
.news_detail_contents * + h2 {
  padding-top: 7.6335877863vw;
}
@media screen and (min-width: 768px) {
  .news_detail_contents * + h2 {
    padding-top: 1.0416666667vw;
  }
}
.news_detail_contents * + p {
  padding-top: 1.272264631vw;
}
@media screen and (min-width: 768px) {
  .news_detail_contents * + p {
    padding-top: 0.5208333333vw;
  }
}
.news_detail_contents h2 {
  font-size: 5.0890585242vw;
  line-height: 2;
}
@media screen and (min-width: 768px) {
  .news_detail_contents h2 {
    font-size: 1.3541666667vw;
    line-height: 2;
  }
}
.news_detail_contents p {
  font-size: 4.0712468193vw;
  line-height: 1.6;
}
@media screen and (min-width: 768px) {
  .news_detail_contents p {
    font-size: 1.0416666667vw;
    line-height: 1.6;
  }
}
.news_detail_contents ul {
  display: flex;
  flex-flow: column;
  gap: 0.7633587786vw;
}
@media screen and (min-width: 768px) {
  .news_detail_contents ul {
    gap: 0.15625vw;
  }
}
.news_detail_contents ul li {
  position: relative;
  padding-left: 7.6335877863vw;
  font-size: 4.0712468193vw;
  line-height: 1.6;
}
@media screen and (min-width: 768px) {
  .news_detail_contents ul li {
    padding-left: 2.2395833333vw;
    font-size: 1.0416666667vw;
    line-height: 1.6;
  }
}
.news_detail_contents ul li:before {
  content: "";
  display: block;
  position: absolute;
  top: 3.3078880407vw;
  left: 2.5445292621vw;
  width: 1.5267175573vw;
  height: 1.5267175573vw;
  border-radius: 100px;
  overflow: hidden;
  background: #000;
}
@media screen and (min-width: 768px) {
  .news_detail_contents ul li:before {
    top: 0.6770833333vw;
    left: 1.0416666667vw;
    width: 0.4166666667vw;
    height: 0.4166666667vw;
    border-radius: 100px;
  }
}
.news_detail .button_more {
  margin-left: auto;
  margin-right: auto;
}

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