@charset "UTF-8";

.mt32{margin-top:32px;}

.news{
    margin-top: 80px;
    min-height: 700px;
}

.news li {
    list-style: none;
    padding: 24px 0;
    border-bottom: 1px solid #E7E7E7;
}

.date{
    font-size: 12px;
    font-family: Adobe Garamond Pro;
    letter-spacing: .05em;
    font-weight: bold;
    width: 120px;
    display: inline-block;
}

.news-title {
    width: 80%;
    display: inline-block;
    vertical-align: top;
}

.next {
    float: right;
}

ul{
    width: 60%;
}

.bg-img {
    width: 400px;
    position: absolute;
    right: 0;
    top: 320px;
}

.green{
    color:#117C36;
    font-size: 14px;
}

.btn-p{
    margin-top: 16px;
}

.orange{
    color:#D58A23;
    font-size: 14px;
}

/*=========================
記事
=========================*/

h2.title.article {
    font-family: 'Noto Serif JP';
    font-size: 40px;
    margin-bottom: 8px;
}

p.news-tag {
    width: 64px;
    color: #117C36;
    display: inline-flex;
}

p.date.article {
    font-size: 16px;
    color: #117C36;
    font-weight: 100;
}

.news-detail {
    margin: 80px 0;
}

.news-detail p {
    margin-bottom: 40px;
    line-height: 1.5em;
	word-break: break-all;
}

.back a {
    font-family: Adobe Garamond Pro;
    font-size: 32px;
    letter-spacing: .1em;
}

i.fa-solid.fa-chevron-left {
    margin-right: 8px;
    font-size: 16px;
    vertical-align: middle;
    margin-top: -5px;
}

/*== filter ==*/

.filter {
    display: flex;
    flex-wrap: wrap
}
.filter li {
  cursor: pointer;
}

.filter li.is-active {
  color: #117C36;
}

.category li {
  display: none;
}

.category li.is-show {
  display: block;
  position: relative;
}

ul.filter li {
    font-size: 14px;
    border: none;
    justify-content: space-around;
    font-weight: bold;
    font-family: 'Adobe Garamond Pro', 'Noto Serif JP';
    margin:0 48px 0 0;
}

.category .date {
    width: 85px;
}

p.filter-tag {
    display: inline-block;
    background: #000;
    color: #fff;
    text-align: center;
    padding: 2px 16px;
    font-size: 12px;
    margin-right: 16px;
}

.category .news-title {
    width: 95%;
    margin-top: 8px;
    display: inline-block;
}

.category .next {
    position: absolute;
    right: 0;
    top: 50%;
}

p.tag {
    display: inline-block;
    margin-right: 16px;
    font-size: 14px;
}

ul.filter li:hover {
    opacity: .5;
    transition: .8s;
}

/*== live ==*/
table {
    width: 100%;
    font-family: Noto Serif JP;
    line-height: 1.5em;
    font-size: 14px;
}

tr {
    vertical-align: top;
    border-bottom: 1px solid #E7E7E7;
    padding: 32px 0;
    display: block;
}

th, td {
    text-align: left;
    letter-spacing: .1em;
}

th{
    font-weight: bold;
    width: 220px;
}

/*== btn ==*/

.btn {
    position: relative;
    overflow: hidden;
    text-decoration: none;
    display: inline-block;
    border: 1px solid #000;
    padding: 24px 32px;
    text-align: center;
    outline: none;
    transition: ease .2s;
    font-family: 'Noto Serif JP';
    background: #000;
    letter-spacing: .05em;
    font-weight: bold;
    color: #fff;
    margin: 16px 0;
    width: 320px;
}

p.btn_none {
    position: relative;
    overflow: hidden;
    text-decoration: none;
    display: inline-block;
    padding: 24px 32px;
    text-align: center;
    outline: none;
    transition: ease .2s;
    font-family: 'Noto Serif JP';
    background: #eee;
    letter-spacing: .05em;
    font-weight: bold;
    color: #000;
    margin: 16px 0;
    width: 320px;
}

.btn span {
    position: relative;
    z-index: 3;
    color:#fff;
}

.btn:hover span{
    color:#000;
}

.bgleft:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
    background:#fff;
    width: 100%;
    height: 100%;
    transition: transform .6s cubic-bezier(0.8, 0, 0.2, 1) 0s;
    transform: scale(0, 1);
    transform-origin: right top;
    color:#000;
}

.bgleft:hover:before{
    transform-origin:left top;
    transform:scale(1, 1);
}

.cord a{
    margin-bottom: 0;
}

.cord p{
    margin-bottom: 0;
}

.archive-btn a {
    width: 200px;
}

.archive-back{
    margin-top: 40px;
}

/*=========================
レスポンシブ
スマホ＠~1024px
=========================*/
@media(max-width:1024px){
  ul{
    width: 100%;
  }

  .news-title {
    width: 90%;
  }

  .next {
      margin-top: 24px;
      margin-right: 8px;
  }

  .news {
    margin-top: 0;
    min-height: auto;
  }

  h2.title.article, .back a {
    font-size: 24px;
  }

  tr {
    border-bottom: none;
    padding: 0;
  }

  th {
    font-weight: bold;
    display: block;
    background: #E7E7E7;
    padding: 16px;
    width: auto;
  }

  td {
    width: 100%;
    padding: 16px;
  }

  .archive-btn {
    margin-top: 80px;
    text-align: center;
  }

  .archive-back{
      margin-top: 80px;
  }

}

@media(max-width:767px){
  .news-detail {
    margin-top: 32px;
  }

  ul.filter li {
    display: inline-flex;
    width: 32%;
    padding-bottom: 0;
    justify-content: flex-start;
  }

  ul.filter {
    margin-bottom: 24px;
  }
}

@media(min-width:1025px) and (max-width:1200px){
  ul.filter li {
    width: 32%;
    justify-content: flex-start;
    padding-bottom: 0;
  }
  ul.filter {
    margin-bottom: 24px;
  }
}

.news p img {
    max-width:560px;
    width:100%;
    height:auto;
    margin:0 auto;
    text-align: center;
}