#footer {
  background: url(../img/main-bg-blue.png) center/cover no-repeat fixed;
}

#archive-post .section .sec-content {
  position: relative;
  overflow: hidden;
  padding-top: 8rem;
}
#archive-post .section .sec-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url(../img/main-bg-blue.png) center/cover no-repeat fixed;
  z-index: -1;
}
#archive-post .section .sec-bg _::-webkit-full-page-media, #archive-post .section .sec-bg _:future, :root #archive-post .section .sec-bg {
  background: url(../img/main-bg-blue.png) top/100% repeat;
}
#archive-post .section .sec-tit {
  margin-bottom: 10.4rem;
}
#archive-post .section .sec-tabs {
  display: flex;
  justify-content: center;
  align-items: flex-end;
  color: #fff;
  text-align: center;
}
#archive-post .section .sec-tabs .sec-tab {
  margin-left: -2px;
  padding: 0.56em 0.68em;
  background: #00568C;
  border: 2px solid #fff;
  border-top-right-radius: 8px;
  color: #DBECF6;
  font-size: 3.2rem;
  font-size: clamp(24px, 2.55vw, 32px);
  font-weight: bold;
  line-height: 1.3;
  white-space: nowrap;
  overflow: hidden;
}
#archive-post .section .sec-tabs .sec-tab:first-child {
  border-top-left-radius: 8px;
}
#archive-post .section .sec-tabs .sec-tab.current {
  margin-left: 0;
  padding: 3.6rem 8rem;
  padding: 3.6rem clamp(1px, 4.16vw, 80px);
  background: #008FE9;
  border: none;
  border-top-left-radius: 8px;
  pointer-events: none;
  color: #fff;
}
#archive-post .section .sec-tabs .sec-tab.current + .sec-tab {
  margin-left: 0;
}
#archive-post .section .sec-list {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(260px, 1fr));
  gap: 8rem 4rem;
}
#archive-post .section .sec-item {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  font-size: 20px;
  color: #fff;
}
#archive-post .section .sec-item-img {
  width: 100%;
  margin-bottom: 8px;
  background: #eee;
  border-left: 2px solid #fff;
  border-bottom: 2px solid #fff;
  aspect-ratio: 331/312;
}
#archive-post .section .sec-item-tag {
  position: absolute;
  top: 0.8rem;
  left: 0.8rem;
  display: inline-block;
  padding: 0 4px;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 2.4rem;
  font-weight: bold;
  line-height: 1.54;
  z-index: 2;
}
#archive-post .section .sec-item-time, #archive-post .section .sec-item-tit {
  display: inline-block;
  padding: 0 4px;
  background: #008FE9;
  line-height: 1.6;
}
#archive-post .section .sec-item.inview img {
  opacity: 1;
  transform: scale(1) translate3d(0, 0, 0);
}
#archive-post .section .sec-item:hover img {
  transform: scale(1.08) !important;
  transition: transform 0.5s;
}
#archive-post .section .sec-item.inview .u-inview-fadeup {
  opacity: 1;
  transform: translateY(0);
}
@media only screen and (max-width: 768px) {
  #archive-post .section .sec-content {
    padding-top: 40px;
  }
  #archive-post .section .sec-tit {
    margin-bottom: 40px;
    padding: 24px 0;
  }
  #archive-post .section .sec-tabs .sec-tab {
    padding: 10px 5px 8px;
    font-size: 16px;
    font-size: clamp(1px, 4vw, 16px);
  }
  #archive-post .section .sec-tabs .sec-tab.current {
    padding: 19px 10px;
    width: 125px;
    width: clamp(1px, 31vw, 125px);
  }
  #archive-post .section .sec-list {
    grid-template-columns: repeat(auto-fill, minmax(140px, 1fr));
    gap: 24px;
  }
  #archive-post .section .sec-item {
    font-size: 16px;
  }
  #archive-post .section .sec-item-img {
    aspect-ratio: 1/1;
  }
  #archive-post .section .sec-item-tag {
    top: 8px;
    left: 8px;
    font-size: 16px;
    line-height: 1.68;
  }
  #archive-post .section .sec-item-time, #archive-post .section .sec-item-tit {
    background: #0069D4;
  }
}/*# sourceMappingURL=archive.css.map */