<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*! Writen  by SCSS */
.inner {
  max-width: 1200px;
  width: calc(100% - 40px);
  margin: 0 auto; }

.flex {
  display: flex;
  justify-content: space-between; }

.flex_wrap {
  flex-wrap: wrap; }

.flex_rr {
  flex-direction: row-reverse; }

.pos_r {
  position: relative; }

.pos_a {
  position: absolute; }

.sec_news {
  position: relative;
  background: url("../images/news/bg_news.jpg") center/cover no-repeat;
  color: #491d12; }
  .sec_news .inner {
    padding-top: clamp(40px, 6.67%, 80px);
    padding-bottom: clamp(30px, 5%, 60px); }

.news_head {
  position: relative;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  font-size: 40px;
  line-height: 1;
  margin-bottom: clamp(60px, 8.34%, 100px); }
  @media screen and (max-width: 960px) {
    .news_head {
      font-size: 36px; } }
  @media screen and (max-width: 480px) {
    .news_head {
      font-size: 28px; } }
  .news_head .en {
    letter-spacing: 0.2em;
    font-weight: 500; }
  .news_head .jp {
    font-size: 0.6em;
    margin-top: 0.25em; }
  .news_head .illust {
    position: absolute;
    width: 3.45em;
    left: 66.67%;
    bottom: 0; }
    @media screen and (max-width: 1240px) {
      .news_head .illust {
        left: 74%; } }
    @media screen and (max-width: 960px) {
      .news_head .illust {
        left: 80%; } }
    @media screen and (max-width: 480px) {
      .news_head .illust {
        left: auto;
        right: -10px;
        bottom: -30px;
        width: 25%; } }
  .news_head::after {
    content: "";
    display: block;
    margin-top: 0.87em;
    width: 4.15em;
    height: 2px;
    background: #c3d067; }

.icon {
  text-align: center;
  width: 5.62em;
  padding: 0.5em;
  font-size: 16px;
  color: #fff;
  line-height: 1;
  border-radius: 1em; }
  @media screen and (max-width: 960px) {
    .icon {
      font-size: 14px; } }
  @media screen and (max-width: 480px) {
    .icon {
      font-size: 13px; } }
  .icon.icon_news {
    background: #e4a881; }
  .icon.icon_event {
    background: #7298cb; }

.news_list .item,
.detail_head_wrap {
  position: relative;
  width: 100%;
  display: flex;
  align-items: baseline;
  padding-bottom: 24px;
  margin-bottom: 20px; }
  @media screen and (max-width: 480px) {
    .news_list .item,
    .detail_head_wrap {
      flex-wrap: wrap;
      padding-bottom: 17px;
      margin-bottom: 15px; } }
  .news_list .item .date,
  .detail_head_wrap .date {
    display: flex;
    justify-content: center;
    align-items: baseline;
    text-align: center;
    width: 8em;
    padding: 0.75em 0.5em;
    margin-right: 3em;
    font-size: 20px;
    line-height: 1;
    color: #fff;
    border-radius: 1.3em;
    background: #a4b819; }
    @media screen and (max-width: 960px) {
      .news_list .item .date,
      .detail_head_wrap .date {
        font-size: 18px; } }
    @media screen and (max-width: 768px) {
      .news_list .item .date,
      .detail_head_wrap .date {
        margin-right: 2em; } }
    @media screen and (max-width: 480px) {
      .news_list .item .date,
      .detail_head_wrap .date {
        font-size: 14px;
        margin-right: 1em;
        order: 1;
        padding: 0.8em 0.5em; } }
    .news_list .item .date .text_min,
    .detail_head_wrap .date .text_min {
      font-size: 0.7em; }
  .news_list .item .news_text,
  .detail_head_wrap .news_text {
    font-size: 24px;
    line-height: 1.4;
    padding-right: 1em;
    margin-right: auto; }
    @media screen and (max-width: 960px) {
      .news_list .item .news_text,
      .detail_head_wrap .news_text {
        font-size: 20px; } }
    @media screen and (max-width: 480px) {
      .news_list .item .news_text,
      .detail_head_wrap .news_text {
        margin-top: 0.5em;
        width: 100%;
        font-size: 16px;
        order: 3;
        padding-right: 0; } }
    .news_list .item .news_text a,
    .detail_head_wrap .news_text a {
      display: block;
      transition: opacity 0.3s ease-in-out; }
      @media (hover: hover) {
        .news_list .item .news_text a:hover,
        .detail_head_wrap .news_text a:hover {
          opacity: 0.7; } }
  .news_list .item .icon,
  .detail_head_wrap .icon {
    margin-right: 1.87em; }
    @media screen and (max-width: 480px) {
      .news_list .item .icon,
      .detail_head_wrap .icon {
        order: 2; } }
  .news_list .item::after,
  .detail_head_wrap::after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 4px;
    background: url("../images/news/border_news.png") left top/12px 4px repeat-x; }
    @media screen and (max-width: 480px) {
      .news_list .item::after,
      .detail_head_wrap::after {
        height: 2px;
        background: url("../images/news/border_news.png") left top/6px 2px repeat-x; } }

.pager_wrap {
  margin-top: clamp(40px, 6.67%, 80px);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  font-weight: 500;
  line-height: 1; }
  @media screen and (max-width: 960px) {
    .pager_wrap {
      font-size: 18px; } }
  @media screen and (max-width: 480px) {
    .pager_wrap {
      font-size: 16px; } }
  .pager_wrap .pager_item_number {
    margin-left: 0.25em;
    margin-right: 0.25em;
    font-size: 1.4em; }
  .pager_wrap a {
    display: block;
    transition: opacity 0.3s ease-in-out; }
    @media (hover: hover) {
      .pager_wrap a:hover {
        opacity: 0.7; } }
  .pager_wrap span {
    display: block;
    color: #a4b819; }
  .pager_wrap .pager_item_prev a,
  .pager_wrap .pager_item_next a {
    display: flex;
    align-items: center;
    justify-content: center; }
    .pager_wrap .pager_item_prev a .pager_icon,
    .pager_wrap .pager_item_next a .pager_icon {
      width: 2em;
      height: 2em;
      border-radius: 50%;
      background: #a4b819;
      display: flex;
      align-items: center;
      justify-content: center; }
      .pager_wrap .pager_item_prev a .pager_icon::before,
      .pager_wrap .pager_item_next a .pager_icon::before {
        content: "";
        width: 0.5em;
        height: 0.5em;
        border-top: 2px solid #fff;
        border-left: 2px solid #fff; }
  .pager_wrap .pager_item_prev {
    margin-right: 0.5em; }
    .pager_wrap .pager_item_prev .pager_icon {
      margin-right: 1em; }
      @media screen and (max-width: 480px) {
        .pager_wrap .pager_item_prev .pager_icon {
          right: 0.5em; } }
      .pager_wrap .pager_item_prev .pager_icon::before {
        transform: translateX(0.05em) rotate(-45deg); }
  .pager_wrap .pager_item_next {
    margin-left: 0.5em; }
    .pager_wrap .pager_item_next .pager_icon {
      margin-left: 1em; }
      @media screen and (max-width: 480px) {
        .pager_wrap .pager_item_next .pager_icon {
          margin-left: 0.5em; } }
      .pager_wrap .pager_item_next .pager_icon::before {
        transform: translateX(-0.05em) rotate(135deg); }

.detail_content .detail_text {
  font-size: 16px;
  line-height: 2.5; }
  @media screen and (max-width: 960px) {
    .detail_content .detail_text {
      line-height: 1.8; } }
  @media screen and (max-width: 768px) {
    .detail_content .detail_text {
      font-size: 14px; } }
  @media screen and (max-width: 480px) {
    .detail_content .detail_text {
      line-height: 1.6; } }
  .detail_content .detail_text p {
    margin-bottom: 20px; }

.return_btn {
  margin-top: clamp(40px, 6.67%, 80px);
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  width: 10em; }
  .return_btn a {
    width: 100%;
    display: block;
    padding: 0.75em 0.5em;
    font-size: 16px;
    line-height: 1;
    color: #fff;
    background: #a4b819;
    border-radius: 1.31em;
    transition: opacity 0.3s ease-in-out; }
    @media screen and (max-width: 768px) {
      .return_btn a {
        font-size: 14px; } }
    @media (hover: hover) {
      .return_btn a:hover {
        opacity: 0.7; } }

/*# sourceMappingURL=news.css.map */
</pre></body></html>