@charset "UTF-8";

/* スタイルシート
作成者：Hatomi Inc.
作成日：R8.04.09
-------------------------------------------------------------------------------------*/

/* =========================================================
  NEWS ARCHIVE
========================================================= */

.topNews--archive{
  padding: 1rem 0 3rem;
}
@media (max-width: 900px){
  .topNews--archive{
    padding: 1rem 0 2rem;
  }
}
@media (max-width: 480px){
  .topNews--archive{
    padding: 1rem 0 2rem;
  }
}

/* =========================================================
  NEWS ARCHIVE LAYOUT
========================================================= */

.archiveLayout{
  display: grid;
  grid-template-columns: minmax(0, 1fr) 20rem;
  gap: 3rem;
  align-items: start;
}
@media (max-width: 1100px){
  .archiveLayout{
    grid-template-columns: minmax(0, 1fr) 18rem;
    gap: 2.5rem;
  }
}
@media (max-width: 900px){
  .archiveLayout{
    grid-template-columns: 1fr;
    gap: 2.5rem;
  }
}

.archiveMain{
  min-width: 0;
}


/* =========================================================
  TOP NEWS ARCHIVE RESET
========================================================= */

.topNews--archive .topNews__inner{
  display: block;
  padding: 0;
  border: 0;
  border-radius: 0;
  background: none;
  box-shadow: none;
}

.topNews--archive .topNews__head{
  display: block;
  margin-bottom: 2rem;
}

.topNews--archive .topNews__more{
  display: none;
}

.topNews--archive .topNews__body{
  display: block;
  min-width: 0;
}


/* =========================================================
  ARCHIVE HEADING
========================================================= */

.topNews--archive .topNews__heading{
  display: flex;
  align-items: baseline;
  flex-wrap: wrap;
  gap: 0.5rem;
}

.topNews--archive .topNews__en{
  margin: 0;
  color: #7AC943;
  font-size: 3rem;
  font-weight: 700;
  line-height: 1.1;
}
@media (max-width: 900px){
  .topNews--archive .topNews__en{
    font-size: 2.5rem;
  }
}
@media (max-width: 700px){
  .topNews--archive .topNews__en{
    font-size: 2.2rem;
  }
}
@media (max-width: 480px){
  .topNews--archive .topNews__en{
    font-size: 2rem;
  }
}

.topNews--archive .topNews__ja{
  margin: 0;
  color: #7AC943;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.4;
}


/* =========================================================
  ARCHIVE LIST
========================================================= */

.topNews--archive .topNews__list{
  margin: 0;
  padding: 0;
  list-style: none;
}

.topNews--archive .topNews__item{
  margin: 0;
  border-bottom: 1px dashed #BFBFBF;
}

.topNews--archive .topNews__item:last-child{
  border-bottom: 0;
}

.topNews--archive .topNews__link{
  display: grid;
  grid-template-columns: 7rem minmax(0, 1fr) 2.5rem;
  align-items: center;
  column-gap: 1.5rem;
  min-height: 4rem;
  padding: .8rem 0;
  color: #111;
  text-decoration: none;
}
.topNews--archive .topNews__link:hover{
  opacity: 1;
}

@media (max-width: 900px){
  .topNews--archive .topNews__link{
    grid-template-columns: 6.5rem minmax(0, 1fr) 2.25rem;
    column-gap: 1rem;
  }
}

@media (max-width: 700px){
  .topNews--archive .topNews__link{
    grid-template-columns: 1fr 2rem;
    grid-template-areas:
      "date arrow"
      "title arrow";
    row-gap: .35rem;
    min-height: 0;
    padding: .9rem 0;
  }
}


/* =========================================================
  ARCHIVE DATE
========================================================= */

.topNews--archive .topNews__date{
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.4;
  white-space: nowrap;
}

@media (max-width: 700px){
  .topNews--archive .topNews__date{
    grid-area: date;
    font-size: .95rem;
  }
}


/* =========================================================
  ARCHIVE TITLE
========================================================= */

.topNews--archive .topNews__title{
  min-width: 0;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.4;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

@media (max-width: 700px){
  .topNews--archive .topNews__title{
    grid-area: title;
    font-size: 1rem;
  }
}


/* =========================================================
  ARCHIVE ITEM ARROW
========================================================= */

.topNews--archive .topNews__itemArrow{
  display: block;
  justify-self: end;
  width: 1.75rem;
  height: 1.75rem;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  transition: transform .22s ease;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 28 28'%3E%3Cg%3E%3Cg%3E%3Cline x1='7' y1='14' x2='20' y2='14' fill='none' stroke='%2379BE49' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cline x1='21' y1='14' x2='16.1' y2='18.9' fill='none' stroke='%2379BE49' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cline x1='16.1' y1='9.1' x2='21' y2='14' fill='none' stroke='%2379BE49' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/g%3E%3Ccircle cx='14' cy='14' r='13.5' fill='none' stroke='%2379BE49' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/g%3E%3C/svg%3E");
}

.topNews--archive .topNews__link:hover .topNews__itemArrow{
  transform: translateX(10px);
}

@media (max-width: 700px){
  .topNews--archive .topNews__itemArrow{
    grid-area: arrow;
    align-self: center;
  }
}


/* =========================================================
  SIDEBAR SPACING
========================================================= */

@media (max-width: 900px){
  .topNews--archive .sidebar{
    padding-left: 2rem;
    padding-right: 2rem;
  }
}
@media (max-width: 480px){
  .topNews--archive .sidebar{
    padding-left: 1rem;
    padding-right: 1rem;
  }
}


/* =========================================================
  PAGINATION
========================================================= */

.topNews--archive .pagination{
  margin-top: 2.5rem;
  display: flex;
  justify-content: center;
}

.topNews--archive .pagination__list{
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 0.5rem;
  margin: 0;
  padding: 0;
  list-style: none;
}

.topNews--archive .pagination__item{
  margin: 0;
}

.topNews--archive .pagination__link{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 2.5rem;
  height: 2.5rem;
  padding: 0 0.75rem;
  border: 1px solid #d9d9d9;
  border-radius: 999px;
  background: #fff;
  color: #333;
  font-size: 0.9375rem;
  line-height: 1;
  text-decoration: none;
  transition: background 0.25s ease, color 0.25s ease, border-color 0.25s ease;
}

.topNews--archive .pagination__link:hover{
  background: #6b8e23;
  border-color: #6b8e23;
  color: #fff;
}

.topNews--archive .pagination__link.is-current{
  background: #6b8e23;
  border-color: #6b8e23;
  color: #fff;
}

.topNews--archive .pagination__prev,
.topNews--archive .pagination__next{
  font-weight: 700;
}

.topNews--archive .pagination__dots{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 1.5rem;
  color: #888;
  font-size: 0.9375rem;
  line-height: 1;
}

@media (max-width: 480px){
  .topNews--archive .pagination{
    margin-top: 2rem;
  }

  .topNews--archive .pagination__list{
    gap: 0.375rem;
  }

  .topNews--archive .pagination__link{
    min-width: 2.25rem;
    height: 2.25rem;
    padding: 0 0.625rem;
    font-size: 0.875rem;
  }
}


/* =========================================================
  NONE
========================================================= */

.archiveNone{
  margin: 0;
  color: #666;
  line-height: 1.8;
}

/* =========================================================
  POST CONTENT
========================================================= */

.postLayout .post-content{
	margin-top: 2rem;
}

.postLayout .post-content .post-ttl{
	margin-bottom: 1.5rem;
	font-weight: 700;
	color: #78c544;
}

.postLayout .post-content a{
	color: #78c544;
	font-weight: 700;
}



