<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; }

.news_list .item,
.detail_head_wrap {
  position: relative;
  width: 100%;
  align-items: baseline;
  padding-bottom: 24px;
  margin-bottom: 20px;
  text-align: center; }
  @media screen and (max-width: 480px) {
    .news_list .item,
    .detail_head_wrap {
      flex-wrap: wrap;
      padding-bottom: 17px;
      margin-bottom: 15px; } }
  .news_list .item .news_text,
  .detail_head_wrap .news_text {
    font-size: 30px;
    line-height: 1.4;
    padding-right: 1em; }
    @media screen and (max-width: 960px) {
      .news_list .item .news_text,
      .detail_head_wrap .news_text {
        font-size: 24px; } }
    @media screen and (max-width: 480px) {
      .news_list .item .news_text,
      .detail_head_wrap .news_text {
        margin-top: 0.5em;
        width: 100%;
        font-size: 18px;
        order: 3;
        padding-right: 0; } }
  .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; } }

.detail_content .detail_text {
  font-size: 16px;
  line-height: 2.5; }
  .detail_content .detail_text .title {
    text-align: center;
    font-size: 1.3em;
    line-height: 1.5;
    margin-bottom: 50px; }
    @media screen and (max-width: 480px) {
      .detail_content .detail_text .title {
        margin-bottom: 30px;
        font-size: 1.1em; } }
  .detail_content .detail_text .sub_tit {
    color: #709a10;
    line-height: 1;
    margin-bottom: 30px;
    padding-left: 30px;
    position: relative;
    font-size: 1.1em; }
    .detail_content .detail_text .sub_tit::before, .detail_content .detail_text .sub_tit::after {
      content: "";
      display: block;
      position: absolute;
      top: 0;
      bottom: 0;
      width: 4px; }
    .detail_content .detail_text .sub_tit::before {
      left: 0;
      background: #709a10; }
    .detail_content .detail_text .sub_tit::after {
      left: 7px;
      background: rgba(112, 154, 16, 0.6); }
  .detail_content .detail_text .list {
    padding-left: 1em;
    text-indent: -1em;
    margin-bottom: 20px; }
  @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; } }
</pre></body></html>