/* ---------------------------------------------------------------------- */
/* mv
/* ---------------------------------------------------------------------- */
#mv {
  background: url(../images/update/mv.jpg) center center no-repeat;
  background-size: cover;
}

#mv.update-mv {
  height: 50vw;
  min-height: auto;
}
@media screen and (min-width: 1001px) {
  #mv.update-mv {
    height: 362px;
  }
}

/* ---------------------------------------------------------------------- */
/* update
/* ---------------------------------------------------------------------- */
.update {
  padding: 50px 0 60px;
}
.update .tab-button {
  min-width: 23%;
}
.update__date {
  display: block;
  width: 128px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  font-size: 1.2rem;
  font-weight: bold;
  letter-spacing: 0.1em;
}
.update__ttl {
  font-size: 1.8rem;
  font-weight: bold;
}
.update .cat-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 10px 10px;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.update .post-type {
  font-size: 1.2rem;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #505050;
  background-color: #D6F4D1;
  border-radius: 4px;
  min-width: 90px;
  height: 22px;
  text-align: center;
  padding: 0.2em;
  border: none;
}
@media screen and (min-width: 1001px) {
  .update .post-type {
    position: absolute;
    top: 50%;
    right: initial;
    left: calc(100% - 118px);
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
}

/* ---------------------------------------------------------------------- */
/* info
/* ---------------------------------------------------------------------- */
.info {
  margin-bottom: 85px;
}
@media screen and (min-width: 1001px) {
  .info {
    margin-bottom: 150px;
  }
}
.info__list li {
  position: relative;
  color: #505050;
  padding: 1em 0;
  border-bottom: 1px solid var(--primary-color);
}
@media screen and (min-width: 1001px) {
  .info__list li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 0.5em 130px 0.5em 1.3em;
  }
}
@media screen and (max-width: 1000px) {
  .info__meta {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-bottom: 0.1em;
  }
}

/* ---------------------------------------------------------------------- */
/* blog
/* ---------------------------------------------------------------------- */
.blog {
  margin-bottom: 85px;
}
@media screen and (min-width: 1001px) {
  .blog {
    margin-bottom: 150px;
  }
}
.blog__list a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 20px 13px;
  position: relative;
  color: #505050;
  padding: 1em 0;
  border-bottom: 1px solid var(--primary-color);
}
@media screen and (min-width: 1001px) {
  .blog__list a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 0.85em 130px 0.85em 0em;
  }
}
.blog__img {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 30%;
          flex: 1 0 30%;
  aspect-ratio: 8/5;
  border-radius: 10px;
  overflow: hidden;
}
.blog__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (min-width: 1001px) {
  .blog__img {
    max-width: 160px;
  }
}
.blog__content {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 calc(70% - 13px);
          flex: 1 0 calc(70% - 13px);
  min-width: 280px;
}
@media screen and (max-width: 1000px) {
  .blog__meta {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-bottom: 0.1em;
  }
}
.blog .update__ttl {
  margin-bottom: 8px;
}/*# sourceMappingURL=news.css.map */