/**
 * Layout
 */
.ly_container {
  margin: auto;
  width: 960px;
}
@media (max-width: 767px) {
  .ly_container {
    width: auto;
  }
}

@media (max-width: 640px) {
  .wrap__spSm {
    padding-left: 10.66vw;
    padding-right: 10.66vw;
  }
}

/**
 * Header
 */
@media (max-width: 960px) {
  .header_logo {
    position: fixed;
    left: 0;
    top: 0;
  }
  .header #menu_btn {
    position: fixed;
    right: 0;
    top: 0;
  }
  .header_bg_scrolled {
    opacity: 0;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 20;
    height: 74px;
    width: 100%;
    background: #8FC231;
    transition: opacity 0.3s;
  }
}
.header.is_scrolled .header_bg_scrolled {
  opacity: 1;
}

/**
 * Footer
 */
/**
 * Block
 */
.pt_news.pt_news__event {
  background: rgba(104, 159, 56, 0.8);
  color: #fff;
}
.pt_news.pt_news__event .pt_news_title,
.pt_news.pt_news__event .pt_news_btn a,
.pt_news.pt_news__event .pt_news_title span,
.pt_news.pt_news__event .pt_news_list li a {
  color: #fff;
}
.pt_news.pt_news__event .pt_news_btn a {
  background-image: url(../img/common/icon_arrow_white.png);
}
.pt_news.pt_news__event .pt_news_list li a {
  background-image: url(../img/common/icon_linkarrow_wh.png);
}

.pc_event_list_detail {
  width: 100%;
}
.pc_event_list_detail li a {
  display: block;
  padding-left: 54px;
}
.pc_event_list_head {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 14px;
}
.pc_event_list_conts {
  width: 100%;
}
.pc_event_list_date {
  flex-shrink: 0;
  position: relative;
  width: auto;
  font-size: 22px;
/*  font-style: italic;*/
  background: none;
}
/*.pc_event_list_date::before*/
.pc_event_list_title {
  position: relative;
}
.pc_event_list_title::before {
  content: "";
  position: absolute;
/*  top: 0;*/
  top: 4px;
  right: calc(100% + 1.09em);
  width: 1.13em;
  height: 1.13em;
  background: url("../img/common/icon_linkarrow.png") center/contain no-repeat;
}
.pc_event_list_tab_white, .pc_event_list_tab_black, .pc_event_list_tab_green, .pc_event_list_tab_blue {
/*  margin-left: 2.98em;*/
  margin-left: 1.5em;
}
.pc_event_list_time {
  margin-right: 1.48em;
}
@media (max-width: 1600px) {
  .pc_event_list_detail li a {
    padding-left: 45px;
  }
  .pc_event_list_conts {
    width: 100%;
  }
  .pc_event_list_wrap {
    display: none;
  }
  .pc_event_list_date {
    font-size: 18px;
  }
}
@media (max-width: 1200px) {
  .pc_event_list_detail li a {
    padding-left: 34px;
  }
  .pc_event_list_conts {
    width: 100%;
  }
  .pc_event_list_date {
    font-size: 16px;
  }
}
@media (max-width: 960px) {
  .pc_event_list_detail li a {
    padding-left: 27px;
  }
  .pc_event_list_conts {
    width: 100%;
  }
  .pc_event_list_date {
    font-size: 14px;
  }
}
@media (max-width: 640px) {
  .pc_event_list_head {
    justify-content: space-between;
    align-items: center;
  }
  .pc_event_list_tab_white, .pc_event_list_tab_black, .pc_event_list_tab_green, .pc_event_list_tab_blue {
    flex-grow: 1;
/*    margin-left: 1.41em;
    width: calc(100% - 70px - 1.41em);
    margin-right: 1.41em;*/
    margin-right: 0.6em;
    margin-left: 0;
    margin-top: 10px;
/*    width: calc(30% - 1.41em);*/
    width: calc(30% - 0.6em);
  }
  .pc_event_list_detail li a {
    padding-left: 43px;
  }
  .pc_event_list_conts {
    width: 100%;
  }
  .pc_event_list_tab_green {
    order: 1;
  }
  .pc_event_list_tab_black {
    order: 2;
  }
  .pc_event_list_tab_blue {
    order: 3;
  }
  .pc_event_list_wrap {
    width: 100%;
    display: block;
    order: 4;
  }
  .pc_event_list_date {
    font-size: 12px;
    width: 20%;
    order: 5;
  }
  .pc_event_list_time {
    font-size: 12px;
/*    width: 60%;*/
    width: 65%;
    margin-right: 0;
    order: 6;
  }
  .pc_event_list_title {
    font-size: 16px;
  }
  .pc_event_list_text {
    font-size: 14px;
  }
}

/**
 * Element
 */
.topicpath ul li:nth-of-type(1) a {
  height: 0.8em;
  padding-left: 1.4em;
}
.topicpath ul li:nth-of-type(1),
.topicpath ul li:nth-of-type(2),
.topicpath ul li:nth-of-type(3) {
  min-width: initial;
}
.topicpath ul li:nth-of-type(1) a,
.topicpath ul li:nth-of-type(2) a,
.topicpath ul li:nth-of-type(3) a {
  min-width: initial;
}
@media (max-width: 1600px) {
  .topicpath ul li:nth-of-type(1),
.topicpath ul li:nth-of-type(2),
.topicpath ul li:nth-of-type(3) {
    min-width: initial;
  }
  .topicpath ul li:nth-of-type(1) a,
.topicpath ul li:nth-of-type(2) a,
.topicpath ul li:nth-of-type(3) a {
    min-width: initial;
  }
}
@media (max-width: 1200px) {
  .topicpath ul li:nth-of-type(1),
.topicpath ul li:nth-of-type(2),
.topicpath ul li:nth-of-type(3) {
    min-width: initial;
  }
  .topicpath ul li:nth-of-type(1) a,
.topicpath ul li:nth-of-type(2) a,
.topicpath ul li:nth-of-type(3) a {
    min-width: initial;
  }
}
@media (max-width: 960px) {
  .topicpath ul li:nth-of-type(1),
.topicpath ul li:nth-of-type(2),
.topicpath ul li:nth-of-type(3) {
    min-width: initial;
  }
  .topicpath ul li:nth-of-type(1) a,
.topicpath ul li:nth-of-type(2) a,
.topicpath ul li:nth-of-type(3) a {
    min-width: initial;
  }
}
@media (max-width: 640px) {
  .topicpath ul li:nth-of-type(1),
.topicpath ul li:nth-of-type(2),
.topicpath ul li:nth-of-type(3) {
    min-width: initial;
  }
  .topicpath ul li:nth-of-type(1) a,
.topicpath ul li:nth-of-type(2) a,
.topicpath ul li:nth-of-type(3) a {
    min-width: initial;
  }
}

/**
 * Helper
 */
@media (max-width: 767px) {
  .hp_pcOnly {
    display: none !important;
  }
}

@media not all and (max-width: 767px) {
  .hp_spOnly {
    display: none !important;
  }
}

/**
 * Page
 */
/**
 * toppage
 */
/** toppage_heaer */
.header.toppage,
.toppage .header_bg,
.toppage .header_bg_box,
.toppage .section_title {
  height: 680px;
}
@media (max-width: 1600px) {
  .header.toppage,
.toppage .header_bg,
.toppage .header_bg_box,
.toppage .section_title {
    height: 575px;
  }
}
@media (max-width: 1200px) {
  .header.toppage,
.toppage .header_bg,
.toppage .header_bg_box,
.toppage .section_title {
    height: 431px;
  }
}

/** toppage_mv */
.toppage .slick-dots {
  right: 50%;
  transform: translateX(50%);
}
.toppage .slick-dots::after {
  content: none;
}
@media (max-width: 1600px) {
  .toppage .slick-dots {
    right: 50%;
    transform: translateX(50%);
  }
}
@media (max-width: 1200px) {
  .toppage .slick-dots {
    right: 50%;
    transform: translateX(50%);
  }
}
@media (max-width: 960px) {
  .toppage .slick-dots {
    right: 50%;
    transform: translateX(50%);
  }
}
@media (max-width: 640px) {
  .toppage .slick-dots {
    right: 50%;
    transform: translateX(50%);
  }
}
@media (max-width: 479px) {
  .toppage .slick-dots {
    right: 50%;
    transform: translateX(50%);
  }
}

/** toppage_news */
.top_mv_news {
  display: flex;
}
.top_mv_news_wrapper {
  padding: 60px 0 50px;
  background: #F4F9EA;
}
.top_mv_news_head {
  flex-shrink: 0;
  width: 210px;
  font-size: 30px;
  line-height: 1;
  color: #92C439;
  font-weight: bold;
}
.top_mv_news_body {
  width: 100%;
}
.top_mv_news_item > a {
  display: flex;
}
.top_mv_news_item > a::before {
  content: "";
  display: block;
  flex-shrink: 0;
  margin-right: 1em;
  width: 1.38em;
  height: 1.38em;
  background: url("../img/common/icon_linkarrow.png") center/contain no-repeat;
}
.top_mv_news_item + .top_mv_news_item {
  margin-top: 23px;
}
.top_mv_news_text {
  font-size: 18px;
  line-height: 1.2;
}
@media (max-width: 1600px) {
  .top_mv_news_text {
    font-size: 15px;
  }
}
@media (max-width: 1200px) {
  .top_mv_news_text {
    font-size: 13px;
  }
}
@media (max-width: 960px) {
  .top_mv_news {
    display: block;
  }
  .top_mv_news_wrapper {
    padding: 27px 0 38px;
  }
  .top_mv_news_head {
    width: 100%;
    font-size: 24px;
  }
  .top_mv_news_body {
    margin-top: 23px;
  }
  .top_mv_news_item > a {
    display: block;
    position: relative;
    padding-left: 30px;
  }
  .top_mv_news_item > a::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 16px;
    height: 16px;
  }
  .top_mv_news_item + .top_mv_news_item {
    margin-top: 40px;
  }
  .top_mv_news_date {
    display: block;
    margin: 0;
  }
  .top_mv_news_text {
    display: block;
    margin-top: 5px;
  }
}
@media (max-width: 640px) {
  .top_mv_news_text {
    font-size: 12px;
  }
}

/**
 * Keyframes
 */