@charset "UTF-8";
.main_v {
  margin-top: 90px;
  height: 65vh;
  width: 100%;
  position: relative;
}

@media screen and (max-width: 979px) {
  .main_v {
    margin-top: 70px;
    height: 50vh;
  }
}

.main_v .video-area {
  position: absolute;
  z-index: -1;
  /*最背面に設定*/
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  overflow: hidden;
}

.main_v .video {
  /*天地中央配置*/
  position: absolute;
  z-index: -1;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  /*縦横幅指定*/
  width: 177.77777778vh;
  /* 16:9 の幅→16 ÷ 9＝ 177.77% */
  height: 56.25vw;
  /* 16:9の幅 → 9 ÷ 16 = 56.25% */
  min-height: 100%;
  min-width: 100%;
}

/**
 * 最大幅の指定と中央寄せ
 */
.bannerslider {
  overflow: hidden;
  margin: 120px auto 35px;
}

@media screen and (max-width: 979px) {
  .bannerslider {
    margin: 35px auto;
  }
}

.bannerslider .bannerslider-inner {
  position: relative;
  margin-left: auto;
  margin-right: auto;
  max-width: 680px;
}

@media screen and (max-width: 979px) {
  .bannerslider .bannerslider-inner {
    padding: 0 !important;
  }
}

/**
 * swiper.js
 */
.swiper-container {
  width: 100%;
  height: 100%;
  overflow: visible !important;
  z-index: 1;
}

.swiper-button-next,
.swiper-button-prev {
  fill: #fff;
  stroke: none;
  stroke-width: 0;
  z-index: 1 !important;
  width: 24px !important;
  height: 44px !important;
  margin-top: -22px !important;
  background-image: none;
}

@media screen and (max-width: 1179px) {
  .swiper-button-next,
  .swiper-button-prev {
    z-index: 1 !important;
    width: 15px !important;
    height: 28px !important;
    margin-top: -14px !important;
  }
}

.swiper-pagination-bullet-active {
  background: #fff;
}

/**
 * bannerslider
 */
.swiper-container {
  overflow-x: hidden;
}

.swiper-button-prev,
.swiper-container-rtl .swiper-button-next {
  background: url("../images/arrow_next.svg") !important;
  background-size: cover !important;
  left: -50px !important;
  right: auto;
  outline: none;
}

@media screen and (max-width: 1179px) {
  .swiper-button-prev,
  .swiper-container-rtl .swiper-button-next {
    left: 10px !important;
    right: auto;
  }
}

.swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
  background: url("../images/arrow_prev.svg") !important;
  background-size: cover !important;
  right: -50px !important;
  left: auto;
  outline: none;
}

@media screen and (max-width: 1179px) {
  .swiper-button-next,
  .swiper-container-rtl .swiper-button-prev {
    right: 10px !important;
    right: auto;
  }
}

.message_area {
  margin: 140px 0 60px;
}

@media screen and (max-width: 979px) {
  .message_area {
    margin: 15px 0;
  }
}

.message_area p {
  font-size: 1.8rem;
  font-weight: bold;
}

@media screen and (max-width: 979px) {
  .message_area p {
    font-size: 1.4rem;
    font-weight: normal;
    text-align: center;
  }
}

.btn_area {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}

.btn_area .btn_area_block {
  display: block;
  width: 50%;
  padding: 70px 35px 45px;
  position: relative;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}

@media screen and (max-width: 979px) {
  .btn_area .btn_area_block {
    width: 100%;
    padding: 35px 20px;
  }
}

.btn_area .btn_area_block .dummy {
  max-width: 30%;
  margin: 0 auto 30px;
}

.btn_area .btn_area_block .dummy img {
  mix-blend-mode: multiply;
}

.btn_area .btn_area_block .inr {
  width: 70%;
  padding-left: 5%;
}

.btn_area .btn_area_block h3 {
  margin: auto;
  font-size: 2rem;
  font-weight: bold;
}

@media screen and (max-width: 979px) {
  .btn_area .btn_area_block h3 {
    font-size: 1.6rem;
    text-align: left;
  }
}

.btn_area .btn_area_block .reed {
  margin: 10px auto;
  font-size: 1.2rem;
}

@media screen and (max-width: 979px) {
  .btn_area .btn_area_block .reed {
    text-align: left;
    font-size: 1.1rem;
  }
}

@media screen and (min-width: 980px) {
  .btn_area .btn_area_block .count {
    line-height: 1;
    position: absolute;
    top: 65px;
    right: 35px;
  }
}

@media screen and (max-width: 979px) {
  .btn_area .btn_area_block .count {
    line-height: 1;
    position: absolute;
    top: 35px;
    right: 20px;
  }
}

.btn_area .btn_area_block .count span {
  font-size: 4rem;
  font-style: italic;
  font-family: serif;
  margin-right: 8px;
}

.btn_area .btn_area_block .btn_more {
  text-align: left;
}

@media screen and (max-width: 979px) {
  .btn_area .btn_area_block .btn_more {
    text-align: center;
    margin: 0 auto;
  }
}

.btn_area .action_btn {
  background: #daf400;
  color: #070707;
}

.btn_area .assist_btn {
  background: #2D2D2D;
  color: #ffffff;
}

.page_section {
  position: relative;
}

@media screen and (max-width: 979px) {
  .page_section .section_title {
    position: -webkit-sticky;
    position: sticky;
    top: 70px;
    z-index: 9;
    background: #ffffff;
    padding: 12px;
    width: -webkit-calc(100% + 30px);
    width: calc(100% + 30px);
    margin: 0 -15px;
  }
  .page_section .section_title.section_title_01 {
    background: #daf400;
    color: #070707;
  }
  .page_section .section_title.section_title_02 {
    background: #f7f6f5;
    color: #070707;
  }
  .page_section .section_title.section_title_03 {
    background: #2D2D2D;
    color: #ffffff;
  }
}

.page_section .container {
  position: relative;
}

@media screen and (min-width: 980px) {
  .page_section .btn_more {
    position: absolute;
    top: 0;
    right: 0;
  }
}

.news_area .top_topics_list {
  margin: auto;
}

.news_area .top_topics_list .topics_card {
  display: -webkit-flex;
  display: flex;
  margin-bottom: 2em;
  padding-bottom: 2em;
  border-bottom: 1px dotted #070707;
}

@media screen and (max-width: 979px) {
  .news_area .top_topics_list .topics_card {
    margin-bottom: 1.5em;
    padding-bottom: 1.5em;
  }
}

.news_area .top_topics_list .topics_card:last-child {
  border-bottom: none;
}

@media screen and (max-width: 979px) {
  .news_area .top_topics_list .topics_card:last-child {
    margin-bottom: 0;
    padding-bottom: 0;
  }
}

.news_area .top_topics_list .topics_card .inr {
  width: 100%;
}

.news_area .top_topics_list .topics_card .inr .date {
  display: inline-block;
  width: 100px;
  font-size: 1.4rem;
  color: #070707;
}

@media screen and (max-width: 979px) {
  .news_area .top_topics_list .topics_card .inr .date {
    width: 75px;
    font-size: 1rem;
  }
}

.news_area .top_topics_list .topics_card .inr .cat {
  border: 1px solid #070707;
  border-radius: 20px;
  color: #070707;
  display: inline-block;
  text-align: center;
  font-size: 1.2rem;
  margin: 0 30px;
  width: 120px;
}

@media screen and (max-width: 979px) {
  .news_area .top_topics_list .topics_card .inr .cat {
    font-size: 1rem;
  }
}

.news_area .top_topics_list .topics_card a {
  display: block;
  color: #070707;
  font-size: 1.6rem;
  position: relative;
  padding-right: 10px;
  margin-top: 10px;
}

@media screen and (max-width: 979px) {
  .news_area .top_topics_list .topics_card a {
    width: 100%;
    font-size: 1.4rem;
    font-weight: bold;
    display: block;
    margin-top: 7px;
  }
}

.news_area .top_topics_list .topics_card a:after {
  content: '';
  width: 6px;
  height: 6px;
  border: 0;
  border-top: solid 1px #070707;
  border-right: solid 1px #070707;
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  position: absolute;
  top: 50%;
  right: 0;
  margin-top: -6px;
  z-index: 2;
  -webkit-transition-property: all;
  transition-property: all;
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s;
}

.news_area .top_topics_list .topics_card a:hover {
  color: #B9B9B9;
}

.news_area .top_topics_list .topics_card a:hover:after {
  right: -5px;
}
