@charset "utf-8";
.pg-fv {
      position: absolute;
    top: 0;
    width: clamp(23rem, 5rem + 37.5vw, 50rem);
    padding-top: clamp(2.5rem, 0.833rem + 3.47vw, 5rem);
    padding-bottom: clamp(26.813rem, 25.438rem + 2.86vw, 28.875rem);
    padding-left: clamp(2.5rem, -3.833rem + 13.19vw, 12rem);
    background-color: #F8F8FF;
}
.pg-fv-title__main {
      font-size: clamp(2rem, 1.25rem + 1.56vw, 3.125rem);
    font-weight: 500;
    font-family: "Noto Serif JP", serif;
}
.pg-fv-title__sub {
      margin-top: clamp(0.5rem, 0.167rem + 0.69vw, 1rem);
    font-size: 18px;
    font-weight: 400;
    font-family: "Tenor Sans", sans-serif;
    color: #676767;
}

.news {
      padding-top: clamp(11.938rem, 8.938rem + 6.25vw, 16.438rem);
    padding-bottom: clamp(6.25rem, 3.75rem + 5.21vw, 10rem);
}
.news__inner {
  padding: 0 clamp(1.875rem, -11.875rem + 28.65vw, 22.5rem);
      position: relative;
    z-index: 50;
}

.newsDetail-header {
        display: flex;
    align-items: center;
    column-gap: clamp(0.5rem, -0.167rem + 1.39vw, 1.5rem);
}
.newsDetailTime {
        font-size: clamp(1rem, 0.917rem + 0.17vw, 1.125rem);
    color: #676767;
    font-family: "Noto Serif JP", serif;
    font-weight: 400;
}
.newsDetailCate {
        padding: clamp(0.375rem, 0.167rem + 0.43vw, 0.688rem) clamp(0.375rem, 0.167rem + 0.43vw, 0.688rem);
    background-color: #F8F8F8;
    color: #676767;
    border: 1px solid #676767;
    font-size: clamp(0.75rem, 0.667rem + 0.17vw, 0.875rem);
    font-weight: 400;
    line-height: 1;
    text-align: center;
}
.newsDetailTit {
       font-size: clamp(1.375rem, 1.125rem + 0.52vw, 1.75rem);
    font-weight: 400;
    margin-top: 32px;
    font-family: "Noto Serif JP", serif;
}
.newsDetailImg {
  margin-top: 32px;
}
.newsDetailTxt {
      margin-top: clamp(1.5rem, -0.833rem + 4.86vw, 5rem);
    line-height: 2;
    font-size: clamp(0.875rem, 0.708rem + 0.35vw, 1.125rem);
    font-weight: 500;
}
.news-pdf {
      margin-top: 26px;
}
.pdfLink {
  border-bottom: 1px solid #000;
}
.newsdetail__btn {
      margin-top: 100px;
    display: flex;
    justify-content: center;
}

@media (max-width: 767px) {
  .pg-fv {
    top: 90px;
  }
  
  .news {
    padding-top: 240px;
  }
}

@media (max-width: 389px) {
  .pg-fv {
    width: 300px;
  }
  .pg-fv-title__main {
    font-size: 26px;
  }
  
  .news__inner {
    padding: 0 16px;
  }
}