@charset "UTF-8";
@media screen and (max-width: 679px) {
  body {
    padding-top: 0px;
  }
}

/********************************************************
=========================================================
---------------------------------------------------------
アイキャッチ 関連タグ
---------------------------------------------------------
=========================================================
********************************************************/
/*====================================
--------------------------------------
アイキャッチ表示領域
--------------------------------------
=====================================*/
/*基本レイアウト*/
.eyeCatch {
  width: 100%;
  z-index: 0;
  position: relative;
  /*キャッチコピー(任意)*/
}

@media screen and (min-width: 1025px) {
  .eyeCatch {
    height: 100vh;
    background-image: url(../../image/image_index/top/top_image.png);
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
  }
}

@media screen and (min-width: 680px) and (max-width: 1024px) {
  .eyeCatch {
    padding-top: 100px;
    height: 50vh;
    background-image: url(../../image/image_index/top/top_image_mb.png);
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
  }
}

@media screen and (max-width: 679px) {
  .eyeCatch {
    padding-top: 70px;
    height: 70vh;
    background-image: url(../../image/image_index/top/top_image_mb.png);
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
  }
}

.eyeCatch .catchCopy {
  width: 80%;
  height: 100%;
  margin: -80px auto 0;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #280c02;
  text-align: center;
}

.eyeCatch .catchCopy h1 {
  font-weight: normal;
}

@media screen and (min-width: 1025px) {
  .eyeCatch .scroll_item_wrapper {
    position: absolute;
    bottom: 50px;
    left: 0;
    right: 0;
    margin: auto;
    text-align: center;
  }
  .eyeCatch .scroll_item_wrapper .scroll_item {
    position: relative;
    animation-name: scroll_item;
  }
  .eyeCatch .scroll_item_wrapper .scroll_item::before {
    content: '';
    display: block;
    width: 1px;
    height: 40px;
    background: #000;
    position: absolute;
    margin: 0 auto;
    left: 0;
    right: 0;
    bottom: 30px;
  }
  .eyeCatch .scroll_item_wrapper .scroll_item::after {
    content: '';
    display: block;
    width: 20px;
    height: 20px;
    border-left: 1px solid;
    border-bottom: 1px solid;
    position: absolute;
    margin: 0 auto;
    left: 0;
    right: 0;
    bottom: -15px;
    transform: rotate(-45deg);
  }
  @keyframes scroll_item {
    0% {
      transform: translate(0, 0px);
    }
    25% {
      transform: translate(0, 10px);
    }
    50% {
      transform: translate(0, 0px);
    }
    100% {
      transform: translate(0, 0px);
    }
  }
  .eyeCatch .scroll_item_wrapper .animation {
    animation-timing-function: ease-in-out;
    animation-iteration-count: infinite;
    animation-direction: alternate;
    animation-duration: 2.5s;
  }
}

@media screen and (min-width: 680px) and (max-width: 1024px) {
  .eyeCatch .scroll_item_wrapper {
    position: absolute;
    bottom: 50px;
    left: 0;
    right: 0;
    margin: auto;
    text-align: center;
  }
  .eyeCatch .scroll_item_wrapper .scroll_item {
    position: relative;
    animation-name: scroll_item;
  }
  .eyeCatch .scroll_item_wrapper .scroll_item::before {
    content: '';
    display: block;
    width: 1px;
    height: 40px;
    background: #000;
    position: absolute;
    margin: 0 auto;
    left: 0;
    right: 0;
    bottom: 30px;
  }
  .eyeCatch .scroll_item_wrapper .scroll_item::after {
    content: '';
    display: block;
    width: 20px;
    height: 20px;
    border-left: 1px solid;
    border-bottom: 1px solid;
    position: absolute;
    margin: 0 auto;
    left: 0;
    right: 0;
    bottom: -15px;
    transform: rotate(-45deg);
  }
  @keyframes scroll_item {
    0% {
      transform: translate(0, 0px);
    }
    25% {
      transform: translate(0, 10px);
    }
    50% {
      transform: translate(0, 0px);
    }
    100% {
      transform: translate(0, 0px);
    }
  }
  .eyeCatch .scroll_item_wrapper .animation {
    animation-timing-function: ease-in-out;
    animation-iteration-count: infinite;
    animation-direction: alternate;
    animation-duration: 2.5s;
  }
}

@media screen and (max-width: 679px) {
  .eyeCatch .scroll_item_wrapper {
    position: absolute;
    bottom: 50px;
    left: 0;
    right: 0;
    margin: auto;
    text-align: center;
  }
  .eyeCatch .scroll_item_wrapper .scroll_item {
    position: relative;
    animation-name: scroll_item;
  }
  .eyeCatch .scroll_item_wrapper .scroll_item::before {
    content: '';
    display: block;
    width: 1px;
    height: 20px;
    background: #000;
    position: absolute;
    margin: 0 auto;
    left: 0;
    right: 0;
    bottom: 30px;
  }
  .eyeCatch .scroll_item_wrapper .scroll_item::after {
    content: '';
    display: block;
    width: 10px;
    height: 10px;
    border-left: 1px solid;
    border-bottom: 1px solid;
    position: absolute;
    margin: 0 auto;
    left: 0;
    right: 0;
    bottom: -15px;
    transform: rotate(-45deg);
  }
  @keyframes scroll_item {
    0% {
      transform: translate(0, 0px);
    }
    25% {
      transform: translate(0, 10px);
    }
    50% {
      transform: translate(0, 0px);
    }
    100% {
      transform: translate(0, 0px);
    }
  }
  .eyeCatch .scroll_item_wrapper .animation {
    animation-timing-function: ease-in-out;
    animation-iteration-count: infinite;
    animation-direction: alternate;
    animation-duration: 2.5s;
  }
}

/********************************************************
=========================================================
---------------------------------------------------------
コンテンツタイトル 関連タグ
---------------------------------------------------------
=========================================================
********************************************************/
/*====================================
--------------------------------------
各パーツフォントサイズ設定
【dlリスト】
--------------------------------------
=====================================*/
/*------------------------------------
dt-見出し
-------------------------------------*/
@media screen and (min-width: 1025px) {
  .concept_wrapper {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .concept_wrapper .concept {
    font-weight: bold;
    width: 30%;
    text-align: center;
  }
  .concept_wrapper .concept h1 {
    display: inline-block;
    border-bottom: 5px solid;
  }
  .concept_wrapper .concept span {
    color: #5fb629;
  }
  .concept_wrapper .text {
    width: 70%;
  }
  .concept_wrapper .text p {
    width: 80%;
    margin: 0 auto;
    font-size: 2.5rem;
  }
  .concept_wrapper .text p span {
    display: block;
  }
}

@media screen and (max-width: 679px) {
  .concept_wrapper {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .concept_wrapper .concept {
    font-weight: bold;
    width: 100%;
    text-align: center;
  }
  .concept_wrapper .concept h1 {
    display: inline-block;
    border-bottom: 5px solid;
  }
  .concept_wrapper .concept span {
    color: #5fb629;
  }
  .concept_wrapper .text {
    width: 100%;
  }
  .concept_wrapper .text p {
    width: 100%;
    margin: 10px auto 0;
    font-size: 2.4rem;
  }
}

/********************************************************
=========================================================
---------------------------------------------------------
ニュースタブ 関連タグ
---------------------------------------------------------
=========================================================
********************************************************/
/*====================================
--------------------------------------
ニュースタブ
--------------------------------------
=====================================*/
.news_tab_wrapper {
  /*「NEWS/お知らせ」タイトル*/
  /*タブ切り替え全体のスタイル*/
  /*各タブのスタイル*/
  /*「NEWS」タブサイズ*/
  /*「MORE」タブサイズ*/
  /*ラジオボタンを全て消す*/
  /*選択されているタブのコンテンツのみを表示*/
  /*選択されているタブのスタイルを変える*/
  /*タブ切り替えの中身のスタイル*/
  /*スクロールバーの横幅指定*/
  /*スクロールバーの背景色・角丸指定*/
  /*スクロールバーの色・角丸指定*/
}

.news_tab_wrapper .title {
  text-align: center;
}

@media screen and (min-width: 1025px) {
  .news_tab_wrapper .title img {
    width: 500px;
  }
}

@media screen and (min-width: 680px) and (max-width: 1024px) {
  .news_tab_wrapper .title img {
    width: 80%;
  }
}

@media screen and (max-width: 679px) {
  .news_tab_wrapper .title img {
    width: 80%;
  }
}

.news_tab_wrapper .news_tabs {
  margin-top: 50px;
  background-color: #fff;
  width: 100%;
  margin: 0 auto;
  border: 1px solid #dadada;
}

.news_tab_wrapper .tab_item {
  height: 50px;
  border-bottom: 3px solid #565656;
  line-height: 50px;
  font-size: 16px;
  text-align: center;
  color: #565656;
  display: block;
  float: left;
  text-align: center;
  font-weight: bold;
  transition: all 0.2s ease;
  background-color: #ece7e7;
  padding: 10px;
  cursor: pointer;
}

.news_tab_wrapper .tab_item:hover {
  opacity: 0.75;
}

.news_tab_wrapper .tab_news {
  width: 70%;
}

.news_tab_wrapper .tab_more {
  width: 30%;
}

.news_tab_wrapper input[name="tab_item"] {
  display: none;
}

.news_tab_wrapper .tab_item:checked {
  background: red;
}

.news_tab_wrapper input[name="tab_item"]:checked + .tab_item {
  color: #280c02;
  background-color: #fff;
  position: relative;
  z-index: 10;
  border-bottom: 3px solid #5fb629;
}

.news_tab_wrapper #news:checked ~ #news_contents,
.news_tab_wrapper #more:checked ~ #more_contents {
  display: block;
}

.news_tab_wrapper .tabs input:checked + .tab_item {
  background-color: #5ab4bd;
  color: #fff;
}

.news_tab_wrapper .tab_content {
  display: none;
  padding: 10px 10px 10px;
  clear: both;
  overflow: hidden;
  overflow-y: scroll;
  /*ニュース表示領域 - column1つにつき1記事*/
}

@media screen and (min-width: 1025px) {
  .news_tab_wrapper .tab_content {
    height: 180px;
  }
}

@media screen and (min-width: 680px) and (max-width: 1024px) {
  .news_tab_wrapper .tab_content {
    height: 180px;
  }
}

@media screen and (max-width: 679px) {
  .news_tab_wrapper .tab_content {
    height: 150px;
  }
}

.news_tab_wrapper .tab_content .flex-column-reverse {
  display: flex;
  flex-direction: column-reverse;
}

@media screen and (min-width: 1025px) {
  .news_tab_wrapper .tab_content .column {
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: 2px solid #5fb629;
    margin-bottom: 20px;
    padding: 10px 0;
  }
  .news_tab_wrapper .tab_content .column .day {
    width: 20%;
    min-width: 150px;
    text-align: center;
  }
  .news_tab_wrapper .tab_content .column .news {
    width: 80%;
    word-break: break-all;
  }
  .news_tab_wrapper .tab_content .column a {
    color: #280c02;
    font-weight: bold;
  }
  .news_tab_wrapper .tab_content .column .point_underBar {
    text-decoration: underline;
  }
}

@media screen and (min-width: 680px) and (max-width: 1024px) {
  .news_tab_wrapper .tab_content .column {
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: 2px solid #5fb629;
    margin-bottom: 20px;
  }
  .news_tab_wrapper .tab_content .column .day {
    width: 20%;
    min-width: 150px;
    text-align: center;
  }
  .news_tab_wrapper .tab_content .column .news {
    width: 80%;
    word-break: break-all;
  }
}

@media screen and (max-width: 679px) {
  .news_tab_wrapper .tab_content .column {
    display: flex;
    flex-direction: column;
    border-bottom: 2px solid #5fb629;
    margin-bottom: 20px;
  }
  .news_tab_wrapper .tab_content .column .day {
    width: 100%;
    margin-bottom: 10px;
    text-align: center;
  }
  .news_tab_wrapper .tab_content .column .news {
    width: 100%;
    word-break: break-all;
  }
}

.news_tab_wrapper .tab_content .column:last-child {
  margin-bottom: 0;
}

.news_tab_wrapper .tab_content::-webkit-scrollbar {
  width: 8px;
}

.news_tab_wrapper .tab_content::-webkit-scrollbar-track {
  border-radius: 4px;
  background: #f5f5f5;
}

.news_tab_wrapper .tab_content::-webkit-scrollbar-thumb {
  border-radius: 4px;
  background: #5fb629;
}

/*
*/
