@charset "utf-8";
.pg-fv {
  padding-top: clamp(8.75rem, 6.25rem + 5.21vw, 12.5rem);
}
.pg-fv__inner {
  padding: 0 clamp(2.5rem, -11.833rem + 29.86vw, 24rem);
}
.pg-fv__container {
      display: flex;
    justify-content: space-between;
}

.blog {
      padding-top: clamp(5rem, 3.333rem + 3.47vw, 7.5rem);
    padding-bottom: clamp(14.375rem, 11.875rem + 5.21vw, 18.125rem);
  position: relative;
}
.blog__inner {
  padding: 0 clamp(2.5rem, -15rem + 36.46vw, 28.75rem);
}
.blog__cate {
      display: flex;
    column-gap: clamp(1.5rem, 1.167rem + 0.69vw, 2rem);
    align-items: center;
}
.blog-cate__btn {
      padding: 10px 32px;
    border: 1px solid #904142;
    background-color: #FAF9F5;
    font-weight: 400;
    font-size: 16px;
    transition: all 0.5s;
}
.blog-cate__btn:hover {
  background-color: #904142;
  color: #fff;
}
.blog__cate section {
      display: flex;
    align-items: center;
    column-gap: clamp(1.5rem, 1.167rem + 0.69vw, 2rem);
      flex-wrap: wrap;
    row-gap: 16px;
}
.blog__cate section article {
        display: flex;
    align-items: center;
    justify-content: center;
}
.blog__cate section article a {
    padding: 10px 32px;
    border: 1px solid #904142;
    background-color: #FAF9F5;
    font-weight: 400;
    font-size: 16px;
    transition: all 0.5s;
}
.blog__cate section article:hover a {
  background-color: #904142;
  color: #fff;
}
.blog__block {
  margin-top: 80px;
}
.blog__block section {
      display: grid;
    grid-template-columns: repeat(3, 1fr);
    column-gap: 16px;
  row-gap: 24px;
}
.blog__block section article {
      padding: clamp(1rem, 0.667rem + 0.69vw, 1.5rem) clamp(1rem, 0.667rem + 0.69vw, 1.5rem) clamp(1.5rem, 0.833rem + 1.39vw, 2.5rem);
    background-color: #FAF9F5;
  transition: all 0.5s;
}
.blog__block section article:hover {
  background-color: #904142;
}
.blogItemText {
      margin-top: 12px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.blogItemCate {
      font-size: clamp(0.625rem, 0.542rem + 0.17vw, 0.75rem);
    font-weight: 500;
    color: #904142;
    font-family: " YuGothic", "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
    background-color: #fff;
    min-width: 56px;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 6px 8px;
    line-height: 1;
}
.blogItemTime {
      font-size: clamp(0.75rem, 0.667rem + 0.17vw, 0.875rem);
    font-weight: 300;
    color: #904142;
    font-family: "Literata", serif;
    line-height: 1;
  transition: all 0.5s;
}
.blog__block section article:hover .blogItemTime {
  color: #fff;
}
.blogItemTit {
      margin-top: 16px;
    font-size: clamp(0.75rem, 0.667rem + 0.17vw, 0.875rem);
    font-weight: 500;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    line-height: 1.4;
  transition: all 0.5s;
}
.blog__block section article:hover .blogItemTit {
  color: #fff;
}
.blogTitleBox {
      display: flex;
    align-items: flex-end;
      flex-direction: column;
    row-gap: clamp(1.5rem, 1.167rem + 0.69vw, 2rem);
}
.blogItemTitCircle {
      width: 32px;
    height: 32px;
    min-width: 32px;
    border-radius: 50%;
    border: 0.5px solid #9F494A;
  background-color: #FAF9F5;
    position: relative;
}
.blogItemTitCircle:after {
      content: '';
    width: 6px;
    height: 6px;
    border: 0;
    border-top: solid 0.5px #9F494A;
    border-right: solid 0.5px #9F494A;
    transform: rotate(45deg) translate(-55%,45%);
    position: absolute;
    top: 0;
    left: 50%;
    bottom: 0;
    margin: auto;
}
.webgene-pagination {
  width: 100%;
      position: absolute;
    bottom: clamp(7.5rem, 6.667rem + 1.74vw, 8.75rem);
  left: 0;
      padding-left: clamp(2.5rem, -15rem + 36.46vw, 28.75rem);
}
.webgene-pagination>ul {
      display: flex;
  align-items: center;
    padding: 0;
    flex-wrap: wrap;
    row-gap: 16px;
    column-gap: 40px;
}
.webgene-pagination>ul>li {
      color: #5C5C5C;
    list-style: none;
}
.webgene-pagination>ul>li>a {
    color: #5C5C5C;
    font-size: 20px;
    font-weight: 500;
    transition: all 0.5s;
}
.webgene-pagination>ul>li>a:hover {
  color: #904142;
}
.number.selected a {
  color: #904142;
}

@media (max-width: 767px) {
  .pg-fv {
    padding-top: clamp(5.5rem, 2.391rem + 13.27vw, 8.75rem);
  }
  .pg-fv__inner {
    padding: 0 clamp(1.5rem, 0.833rem + 1.39vw, 2.5rem);
  }
  .pg-fv__container {
        flex-direction: column-reverse;
    row-gap: 64px;
  }
  .pg-fv__right {
        display: flex;
    justify-content: flex-end;
  }
  .blog__inner {
    padding: 0 clamp(1.5rem, 0.833rem + 1.39vw, 2.5rem);
  }
  .blog__cate {
        flex-direction: column;
    align-items: flex-start;
    row-gap: 16px;
  }
  .blog__block section {
        grid-template-columns: repeat(1, 1fr);
    row-gap: 8px;
  }
  .blogItemBottom {
        flex-direction: column;
    row-gap: 16px;
    align-items: flex-start;
  }
  .blogItemTit {
    -webkit-line-clamp: 2;
  }
  .webgene-pagination {
        display: flex;
    justify-content: center;
    padding-left: unset;
  }
}