@charset "UTF-8";
/*--------------------- .mv ---------------------*/
.mv.news {
  background: url(../img/mv.jpg) center center no-repeat;
  background-size: cover;
}


/*--------------------- .category_sort ---------------------*/
.category_box {
  display: flex;
  align-items: center;
  margin: 0 auto;
  padding: 0 0 50px;
  width: 1080px;
  flex-wrap: wrap;
}
.category_box li:nth-child(5n+1) {
  border-left: 2px solid #ccc;
}
.category_list {
  border-right: 2px solid #ccc;
  color: #222;
  cursor: pointer;
  font-family: 'M PLUS Rounded 1c', sans-serif;
  letter-spacing: 0.1em;
  padding: 5px 10px;
  position: relative;
  text-align: center;
  transition: color 0.3s ease;
  width: 20%;
  margin-bottom: 3px;
}
.category_list a {
  transition: color 0.3s ease;
}
.category_list a:hover {
  color: #f4810b;
}
.category_list.current a {
  color: #f4810b;
}


/*--------------------- .news_contents ---------------------*/
.news_article {
  border-bottom: 1px solid #f2f2f2;
}
.news_article:first-child {
  border-top: 1px solid #f2f2f2;
}
.news_article a {
  display: flex;
  align-items: center;
  padding: 25px 10px;
  transition: opacity 0.3s ease;
}
.news_article a:hover {
  opacity: 0.3;
}
.news_article .info {
  width: 30%;
}
.news_article .info .tag {
  background-color: #ccc;
  border-radius: 30px;
  color: #fff;
  display: inline-block;
  font-size: 14px;
  line-height: 1.2;
  margin-right: 10px;
  padding: 5px;
  text-align: center;
  width: 100px;
}
.news_article .info .tag.wasaka {
  background-color: #9c2b2d;
}
.news_article .info .tag.hasuike {
  background-color: #2d2a78;
}
.news_article .info .tag.kanigasaka {
  background-color: #faaf6d;
}
.news_article .info .tag.uwagaike {
  background-color: #1E793A;
}
.news_article .info .tag.hayashi {
  background-color: #e48cc0;
}
.news_article .info .tag.akashi {
  background-color: #e48cc0;
}
.news_article .info .tag.hasuike-s {
  background-color: #e48cc0;
}
.news_article .info .tag.recruit {
  background-color: #82cdde;
}
.news_article .info .date {
  font-size: 14px;
}
.news_article .ttl {
  line-height: 1.4;
  width: 70%;
}


/*--------------------- .pagenation ---------------------*/
.pagenation {
  margin-top: 50px;
}
.pagenation_list {
  display: flex;
  justify-content: center;
}
.pagenation_list li {
  border-radius: 100px;
  color: #f4810b;
  height: 50px;
  margin: 0 5px;
  width: 50px;
}
.pagenation_list li a {
  border: 1px solid #f4810b;
  border-radius: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  transition: opacity 0.3s ease;
}
.pagenation_list li a:hover {
  opacity: 0.3;
}
.pagenation_list li.current span {
  background-color: #f4810b;
  border-radius: 100px;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
}





/*▽▽▽▽▽▽---------- SP ----------▽▽▽▽▽▽*/
@media only screen and (max-width: 960px){
  .category_box {
    width: 100%;
  }
}


@media only screen and (max-width: 768px) {
  /*--------------------- .category_sort ---------------------*/
  .category_box {
    flex-wrap: wrap;
  }
  .category_list {
    background-color: #fff;
    border-bottom: 1px solid #ccc;
    border-right: 1px solid #ccc;
    border-left: 1px solid #ccc;
    padding: 10px;
    width: 100%;
  }
  .category_list:first-child {
    border-top: 1px solid #ccc;
    border-left: 1px solid #ccc;
  }
  .category_list.current {
    background-color: #f4810b;
    color: #fff;
  }
  .category_list.current a {
    color: #fff;
  }
  
  
  /*--------------------- .news_contents ---------------------*/
  .news_article a {
    flex-wrap: wrap;
    padding: 18px 10px;
  }
  .news_article .info {
    width: 100%;
  }
  .news_article .ttl {
    margin-top: 15px;
    width: 100%;
  }
  
}
