@charset "UTF-8";
/*===================================
 page --- ブログ（一覧）
===================================*/
footer {
  margin-top: 60px;
}
@media screen and (min-width: 600px) {
  footer {
    margin-top: 60px;
  }
}

/*----------------------------------
 ページタイトル
----------------------------------*/
.page__title-area {
  background-image: url("../../images/blog/mv_sp.jpg");
}
@media screen and (min-width: 600px) {
  .page__title-area {
    background-image: url("../../images/blog/mv.jpg");
  }
}

.page__title {
  color: #fff;
}

/*----------------------------------
 コンテンツ
----------------------------------*/
.blog-wrap {
  margin-top: 30px;
}
@media screen and (min-width: 600px) {
  .blog-wrap {
    margin-top: 45px;
  }
}

.c-blog-list {
  gap: 0 0;
}
@media screen and (min-width: 600px) {
  .c-blog-list {
    gap: 44px 5.3%;
    padding: 0;
    margin: 0;
  }
}

@media screen and (min-width: 600px) {
  .c-blog__item {
    max-width: 329px;
  }
}
.c-blog__item:nth-child(n+2) {
  border-top: 1px dotted #595757;
  margin-top: 9px;
  padding-top: 9px;
}
@media screen and (min-width: 600px) {
  .c-blog__item:nth-child(n+2) {
    border-top: none;
    margin-top: 0;
    padding-top: 0;
  }
}
.c-blog__item:last-child {
  border-bottom: 1px dotted #595757;
  margin-bottom: 9px;
  padding-bottom: 9px;
}
@media screen and (min-width: 600px) {
  .c-blog__item:last-child {
    border-bottom: none;
    margin-bottom: 0;
    padding-bottom: 0;
  }
}

.c-blog__link {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 118px 10px auto;
  grid-template-columns: 118px auto;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0 10px;
}

.c-blog__link > *:nth-child(1) {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
}

.c-blog__link > *:nth-child(2) {
  -ms-grid-row: 1;
  -ms-grid-column: 3;
}
@media screen and (min-width: 600px) {
  .c-blog__link {
    display: block;
  }
}

.c-blog__img {
  width: 100%;
  padding-bottom: 64.666666666666667%;
  height: 0;
  position:relative;
}

.c-blog__img img {
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
}

@media screen and (min-width: 600px) {
  .c-blog-content {
    margin-top: 13px;
  }
}

.c-blog__title {
  font-size: 16px;
  margin-top: 0;
}

@media screen and (max-width: 599px) {
  .c-blog-detail {
    display: none;
  }
}
@media screen and (min-width: 600px) {
  .c-blog-detail {
    -webkit-line-clamp: 2;
    font-size: 15px;
    line-height: 1.5333333333;
  }
}

/*----------------------------------
 ページネーション
----------------------------------*/
.pagination {
  margin: 32px 0 0;
}
@media screen and (min-width: 600px) {
  .pagination {
    margin: 86px 0 0;
  }
}

@media screen and (min-width: 600px) {
  .pagination-list {
    -webkit-box-pack: end !important;
        -ms-flex-pack: end !important;
            justify-content: flex-end !important;
  }
}

/*----------------------------------
 アーカイブ
----------------------------------*/
.ttl_archive {
  margin: 0 0 30px;
  text-align: center;
  font-weight: bold;
  font-size: 18px;
}
@media screen and (min-width: 600px) {
  .ttl_archive {
    margin: 0 0 50px;
    font-size: 25px;
  }
}
.no_articles {
  margin: 90px 0;
  text-align: center;
}

/*# sourceMappingURL=blog.css.map */