/* Scss Document */
:root {
  --pc: 1000px;
  --sp: 999px;
  --fs48: 4.8rem;
  --fs40: 4rem;
  --fs36: 3.6rem;
  --fs28: 2.8rem;
  --fs22: 2.2rem;
  --fs20: 2.0rem;
  --fs18: 1.8rem;
  --fs16: 1.6rem;
  --fs14:1.4rem;
  --fs12:1.2rem; }

@media (max-width: 999px) {
  :root {
    --fs48: 2.6rem;
    --fs40: 2.2rem;
    --fs36: 2.4rem;
    --fs28: 2.2rem;
    --fs22: 2.0rem;
    --fs20: 1.8rem;
    --fs18: 1.4rem;
    --fs16: 1.4rem;
    --fs14: 1.2rem;
    --fs12: 1.0rem; } }
#news-archive {
  padding: 0 0 16rem; }
  @media (max-width: 999px) {
    #news-archive {
      padding: 0 0 6rem; } }
  @media (max-width: 999px) {
    #news-archive .ttlDeco {
      text-align: center; } }
  @media (max-width: 999px) {
    #news-archive .ttl {
      text-align: center; } }
  #news-archive li a {
    display: flex;
    padding: 4rem;
    background: #F7F7F7;
    margin-bottom: 0.2rem;
    align-items: baseline; }
    @media (max-width: 999px) {
      #news-archive li a {
        padding: 1rem;
        display: block; } }
  #news-archive .time {
    margin-right: 4rem;
    color: #787574; }
    @media (max-width: 999px) {
      #news-archive .time {
        margin-right: 0;
        line-height: 1.75; } }
  @media (max-width: 999px) {
    #news-archive .stxt {
      font-size: 1.4rem; } }
  #news-archive .btn2 {
    margin: 0 0 0 auto; }

.works #news-archive .inner12,
.column #news-archive .inner12 {
  display: grid;
  gap: 8rem 5.5rem;
  grid-template-columns: repeat(3, 1fr); }
  @media (max-width: 999px) {
    .works #news-archive .inner12,
    .column #news-archive .inner12 {
      gap: 2rem 1.5rem;
      grid-template-columns: repeat(2, 1fr); } }
.works #news-archive li a,
.column #news-archive li a {
  display: block;
  background: none;
  padding: 0;
  margin-bottom: 0; }
.works #news-archive .sttl,
.column #news-archive .sttl {
  font-size: 1.8rem;
  text-align: justify; }
  @media (max-width: 999px) {
    .works #news-archive .sttl,
    .column #news-archive .sttl {
      font-size: 1.4rem; } }
.works #news-archive .pic,
.column #news-archive .pic {
  aspect-ratio: 366 / 257;
  overflow: hidden;
  background: #fff; }
.works #news-archive .pic img,
.column #news-archive .pic img {
  width: 100%;
  height: auto;
  object-fit: contain;
  background-position: top center;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start; }

.news #news-archive ul a {
  padding: 4rem;
  display: flex;
  align-items: center;
  border-top: 1px solid #ddd;
  background: #fff; }
  @media (max-width: 999px) {
    .news #news-archive ul a {
      padding: 2rem 0rem 2rem 2rem;
      display: flex;
      align-items: center;
      border-top: 1px solid #ddd;
      flex-wrap: wrap; } }
.news #news-archive ul li:last-child a {
  border-bottom: 1px solid #ddd; }
.news #news-archive ul li {
  border-left: 3px solid #30884E; }
.news #news-archive ul time {
  margin-right: 6rem;
  color: #787574;
  font-size: 1.4rem; }
  @media (max-width: 999px) {
    .news #news-archive ul time {
      font-size: 1.4rem;
      width: 100%;
      margin-right: 0; } }
.news #news-archive ul .sttl {
  margin-right: 6rem;
  color: #30884E; }
  @media (max-width: 999px) {
    .news #news-archive ul .sttl {
      margin-right: 0;
      width: 86%; } }
.news #news-archive ul .fa-solid {
  background: #F7F7F7;
  color: #E1222A;
  padding: 1rem;
  font-size: 2rem;
  border-radius: 4px;
  margin: 0 0 0 auto; }
  @media (max-width: 999px) {
    .news #news-archive ul .fa-solid {
      font-size: 1.4rem;
      width: 3rem;
      height: 3rem;
      padding: 0;
      display: flex;
      align-items: center;
      justify-content: center; } }
.news #news-archive ul li a:hover {
  opacity: 1; }
.news #news-archive ul li a .fa-solid {
  transition: all 0.3s; }
.news #news-archive ul li a:hover .fa-solid {
  transition: all 0.3s;
  transform: scale(1.1);
  background: #e1222A !important;
  color: #fff !important;
  border: 1px solid #e1222A !important; }

.works #news-archive time {
  font-size: 1.4rem;
  color: #787574;
  display: flex;
  margin-bottom: 0.8rem; }
  @media (max-width: 999px) {
    .works #news-archive time {
      font-size: 1rem; } }
.works #news-archive .categoryBox {
  display: flex;
  flex-wrap: wrap; }
.works #news-archive .category {
  color: #fff;
  background: #3E3A39;
  padding: 0 1.2rem;
  border-radius: 4px;
  height: 3rem;
  line-height: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 1rem;
  font-size: 1.4rem; }
  @media (max-width: 999px) {
    .works #news-archive .category {
      padding: 0 0.6rem;
      margin-right: 0.5rem;
      margin-bottom: 0.5rem;
      font-size: 1.1rem; } }
.works #news-archive .categoryNav {
  display: flex;
  justify-content: space-between; }
  @media (min-width: 1000px) {
    .works #news-archive .categoryNav {
      border-bottom: 1px solid #ddd; } }
  .works #news-archive .categoryNav .btns {
    width: 100%;
    display: flex;
    justify-content: space-between;
    gap: 16px;
    max-width: 80rem;
    margin: 0 auto;
    flex-wrap: wrap; }
    @media (max-width: 999px) {
      .works #news-archive .categoryNav .btns {
        gap: 5px; } }
  @media (min-width: 1000px) {
    .works #news-archive .categoryNav li {
      flex: 1; } }
  @media (max-width: 999px) {
    .works #news-archive .categoryNav li {
      border-bottom: 1px solid #ddd; } }
  .works #news-archive .categoryNav a {
    text-align: center;
    padding: 2rem;
    font-weight: bold; }
    @media (max-width: 999px) {
      .works #news-archive .categoryNav a {
        padding: 1rem; } }
  .works #news-archive .categoryNav a.active {
    border-bottom: 2px solid #E1222A; }

.column #news-archive .sttl {
  color: #30884E; }

#news-single {
  padding: 0 0 16rem; }
  @media (max-width: 999px) {
    #news-single {
      padding: 0 0 8rem; } }
  #news-single .time {
    color: #919191;
    margin-bottom: 4rem;
    font-size: 1.4rem; }
    @media (max-width: 999px) {
      #news-single .time {
        margin-bottom: 2rem;
        font-size: 1.2rem; } }
  #news-single .ttl {
    font-size: 3.8rem;
    font-weight: bold;
    border-bottom: 2px solid #30884E;
    padding-bottom: 2.5rem;
    line-height: 1.5; }
    @media (max-width: 999px) {
      #news-single .ttl {
        font-size: 2.4rem; } }
  #news-single .btn {
    margin: 0 auto; }

.pagination {
  margin-top: 6rem;
  display: flex;
  justify-content: center;
  align-items: center; }
  @media (max-width: 999px) {
    .pagination {
      margin-top: 4rem; } }

.pagination span {
  background: #F7F7F7;
  text-align: center;
  padding: 0;
  font-size: 1.8rem;
  line-height: 0;
  width: 6rem;
  height: 6rem;
  margin-right: 1rem;
  border-radius: 4px;
  font-weight: bold;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #30884E; }
  @media (max-width: 999px) {
    .pagination span {
      font-size: 16px;
      line-height: 16px;
      padding: 12px 16.7px;
      margin-right: 6px;
      width: 4rem;
      height: 4rem; } }

.pagination a.page-numbers {
  background: #fff;
  text-align: center;
  padding: 0;
  font-size: 1.8rem;
  line-height: 0;
  width: 6rem;
  height: 6rem;
  margin-right: 1rem;
  border: 1px solid #30884E;
  border-radius: 4px;
  font-weight: bold;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #30884E; }
  @media (max-width: 999px) {
    .pagination a.page-numbers {
      font-size: 16px;
      margin-right: 6px;
      width: 4rem;
      height: 4rem; } }

.pagination a.page-numbers.prev {
  background: #30884E;
  text-align: center;
  padding: 0;
  font-size: 1.8rem;
  line-height: 0;
  width: 6rem;
  height: 6rem;
  margin-right: 1rem;
  border: 1px solid #30884E;
  border-radius: 4px;
  font-weight: bold;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff; }
  @media (max-width: 999px) {
    .pagination a.page-numbers.prev {
      font-size: 16px;
      margin-right: 10px;
      width: 4rem;
      height: 4rem; } }

.pagination a.page-numbers.next {
  background: #30884E;
  text-align: center;
  padding: 0;
  font-size: 1.8rem;
  line-height: 0;
  width: 6rem;
  height: 6rem;
  margin-right: 1rem;
  border: 1px solid #30884E;
  border-radius: 4px;
  font-weight: bold;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff; }
  @media (max-width: 999px) {
    .pagination a.page-numbers.next {
      font-size: 16px;
      margin-left: 10px;
      width: 4rem;
      height: 4rem; } }

.works #news-single time {
  font-size: 1.4rem;
  color: #787574;
  display: flex;
  margin-right: 0.8rem; }
  @media (max-width: 999px) {
    .works #news-single time {
      font-size: 1rem; } }
.works #news-single .categoryBox {
  display: flex;
  flex-wrap: wrap; }
.works #news-single .category {
  color: #fff;
  background: #3E3A39;
  padding: 0 1.2rem;
  border-radius: 4px;
  height: 3rem;
  line-height: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 1rem;
  font-size: 1.4rem; }
  @media (max-width: 999px) {
    .works #news-single .category {
      padding: 0 0.6rem;
      margin-right: 0.5rem;
      margin-bottom: 0.5rem;
      font-size: 1.1rem; } }
.works #news-single .timeBox {
  display: flex;
  align-items: center;
  margin-bottom: 4rem; }
