/* --------------------------------------------------
	section size
-------------------------------------------------- */
.test {
  aspect-ratio: 1440/1324;
  display: flex;
  justify-content: center;
  align-items: flex-start;
  flex-wrap: wrap;
  align-content: stretch;
  flex-direction: column;
  font-size: 3.2rem;
  line-height: 1.6;
  font-weight: 700;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
/*.cat-nav__wrap
---------------------------------------------------------------------------- */
.cat-nav__wrap {
  background-color: transparent;
}
.cat-nav__wrap .l-inner {
  padding: 8rem 0;
  border-bottom: 2px solid #224589;
  box-sizing: border-box;
}
@media screen and (max-width: 767px) {
  .cat-nav__wrap .l-inner {
    width: calc(100% - 3.2rem);
    padding: 8rem 0 6.4rem 0;
  }
}
.cat-nav__wrap .cat-nav__list {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-wrap: wrap;
  align-content: stretch;
  gap: 2.1rem 2.1rem;
}
@media screen and (max-width: 767px) {
  .cat-nav__wrap .cat-nav__list {
    gap: 1.6rem 1.6rem;
  }
}
.cat-nav__wrap .cat-nav__item {
  width: calc((100% - 4.2rem) / 3);
  border-radius: 0.4rem;
  border: 2px solid #224589;
  background: #fff;
  transition: 0.4s;
}
@media screen and (max-width: 767px) {
  .cat-nav__wrap .cat-nav__item {
    width: 100%;
  }
}
.cat-nav__wrap .cat-nav__item a {
  display: block;
  text-align: center;
  width: 100%;
  height: 100%;
  font-size: 1.8rem;
  line-height: 1.6;
  letter-spacing: 0.00036em;
  font-weight: 700;
  color: #224589;
  padding: 1.4rem 1.6rem;
  box-sizing: border-box;
  transition: 0.4s;
}
@media screen and (max-width: 767px) {
  .cat-nav__wrap .cat-nav__item a {
    font-size: 1.6rem;
    line-height: 1.6;
    letter-spacing: 0.00032em;
    font-weight: 700;
    padding: 0.8rem 2.4rem;
  }
}
.cat-nav__wrap .cat-nav__item.-current {
  background: #D73030;
}
.cat-nav__wrap .cat-nav__item.-current a {
  color: #fff;
}
@media screen and (min-width: 768px) {
  .cat-nav__wrap .cat-nav__item:hover {
    background: #D73030;
  }
  .cat-nav__wrap .cat-nav__item:hover a {
    color: #fff;
    text-decoration: none;
  }
}

/* sec-news /sec-related
---------------------------------------------------------------------------- */
.sec-works,
.sec-related {
  padding: 0 0 16rem 0;
  background-color: transparent;
  box-sizing: border-box;
}
@media screen and (max-width: 767px) {
  .sec-works,
  .sec-related {
    padding: 6.5rem 0 8rem 0;
  }
}
.sec-works .post-wrap,
.sec-related .post-wrap {
  padding-top: 8rem;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-wrap: wrap;
  align-content: stretch;
  gap: 6.4rem 6.4rem;
}
@media screen and (max-width: 767px) {
  .sec-works .post-wrap,
  .sec-related .post-wrap {
    gap: 2.4rem 0;
    padding-top: 0;
  }
}
.sec-works .post-wrap .post,
.sec-related .post-wrap .post {
  width: calc((100% - 6.4rem) / 2);
  background: #fff;
  border: 2px solid #224589;
  border-radius: 0.4rem;
  box-sizing: border-box;
  box-sizing: border-box;
}
@media screen and (max-width: 767px) {
  .sec-works .post-wrap .post,
  .sec-related .post-wrap .post {
    width: 100%;
  }
}
.sec-works .post-wrap .post .post-links,
.sec-related .post-wrap .post .post-links {
  display: block;
  width: 100%;
}
.sec-works .post-wrap .post .post-links .post-info,
.sec-related .post-wrap .post .post-links .post-info {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-wrap: wrap;
  align-content: stretch;
  gap: 1.6rem 3rem;
  padding: 2rem;
}
@media screen and (max-width: 767px) {
  .sec-works .post-wrap .post .post-links .post-info,
  .sec-related .post-wrap .post .post-links .post-info {
    gap: 1.6rem 1.6rem;
    padding: 1.6rem;
  }
}
.sec-works .post-wrap .post .post-links .post-info .info-txt,
.sec-related .post-wrap .post .post-links .post-info .info-txt {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-wrap: nowrap;
  align-content: stretch;
  gap: 0 0.8rem;
  box-sizing: border-box;
}
.sec-works .post-wrap .post .post-links .post-info .info-txt dt,
.sec-related .post-wrap .post .post-links .post-info .info-txt dt {
  text-align: center;
  font-size: 1.6rem;
  line-height: 1.6;
  font-weight: 500;
  color: #fff;
  background: #224589;
  padding: 0.2rem 1.6rem;
  border-radius: 0.4rem;
  box-sizing: border-box;
}
@media screen and (max-width: 767px) {
  .sec-works .post-wrap .post .post-links .post-info .info-txt dt,
  .sec-related .post-wrap .post .post-links .post-info .info-txt dt {
    font-size: 1.2rem;
    line-height: 1.6;
    font-weight: 500;
  }
}
.sec-works .post-wrap .post .post-links .post-info .info-txt dd,
.sec-related .post-wrap .post .post-links .post-info .info-txt dd {
  flex: 1;
  font-size: 1.6rem;
  line-height: 1.6;
  font-weight: 400;
  word-break: initial;
}
@media screen and (max-width: 767px) {
  .sec-works .post-wrap .post .post-links .post-info .info-txt dd,
  .sec-related .post-wrap .post .post-links .post-info .info-txt dd {
    font-size: 1.4rem;
    line-height: 1.6;
    font-weight: 400;
  }
}
.sec-works .post-wrap .post .post-links .post-ttl,
.sec-related .post-wrap .post .post-links .post-ttl {
  width: 100%;
  font-size: 2rem;
  line-height: 1.6;
  letter-spacing: 0.0004em;
  font-weight: 700;
  color: #224589;
  padding: 1.6rem 2rem;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  word-break: break-all;
}
@media screen and (max-width: 767px) {
  .sec-works .post-wrap .post .post-links .post-ttl,
  .sec-related .post-wrap .post .post-links .post-ttl {
    font-size: 1.6rem;
    line-height: 1.6;
    letter-spacing: 0.00032em;
    font-weight: 700;
    padding: 1.6rem;
  }
}
.sec-works .post-wrap .post .post-links .post-img,
.sec-related .post-wrap .post .post-links .post-img {
  position: relative;
  aspect-ratio: 564/318;
  overflow: hidden;
}
.sec-works .post-wrap .post .post-links .post-img figure,
.sec-related .post-wrap .post .post-links .post-img figure {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.sec-works .post-wrap .post .post-links .post-img figure img,
.sec-related .post-wrap .post .post-links .post-img figure img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.sec-works .post-wrap .post .post-links .post-img .cat,
.sec-related .post-wrap .post .post-links .post-img .cat {
  position: absolute;
  left: 2rem;
  bottom: 9rem;
  min-width: 14.4rem;
  font-size: 1.6rem;
  line-height: 1.6;
  font-weight: 500;
  text-align: center;
  color: #224589;
  background: #fff;
  border: 1px solid #224589;
  padding: 0.2rem 1.6rem;
  border-radius: 0.4rem;
  z-index: 2;
}
@media screen and (max-width: 767px) {
  .sec-works .post-wrap .post .post-links .post-img .cat,
  .sec-related .post-wrap .post .post-links .post-img .cat {
    min-width: inherit;
    left: 1.6rem;
    bottom: 1.6rem;
    font-size: 1.2rem;
    line-height: 1.6;
    font-weight: 500;
  }
}

/* sec-detail
---------------------------------------------------------------------------- */
.sec-detail {
  padding: 8rem 0 12rem 0;
  box-sizing: border-box;
}
@media screen and (max-width: 767px) {
  .sec-detail {
    padding: 8rem 0 8rem 0;
  }
}
.sec-detail .works-info {
  margin-top: 8rem;
}
@media screen and (max-width: 767px) {
  .sec-detail .works-info {
    margin-top: 4rem;
  }
}

/* sec-related
---------------------------------------------------------------------------- */
.sec-related {
  border-top: 0;
  padding: 4rem 0 15rem 0;
}
@media screen and (max-width: 767px) {
  .sec-related {
    padding: 0 0 12rem 0;
  }
}
.sec-related .post-wrap {
  border: none;
  padding-top: 0;
}
.sec-related .c-title {
  margin-bottom: 6.4rem;
}
@media screen and (max-width: 767px) {
  .sec-related .c-title {
    margin-bottom: 4rem;
  }
}
.sec-related .post-wrap {
  border-bottom: none;
}