@media screen and (min-width: 1025px) {
  .heading-post-primary .string {
    font-size: 1.66667vw;
  }
}
@media screen and (max-width: 1024px) and (min-width: 601px) {
  .heading-post-primary .string {
    font-size: 2.73438vw;
  }
}
@media screen and (max-width: 600px) {
  .heading-post-primary .string {
    font-size: 5vw;
  }
}

.visual-eye-catch .disp {
  position: relative;
}
@media screen and (min-width: 1025px) {
  .visual-eye-catch .disp {
    padding-block-start: 3.75vw;
    padding-block-end: 3.75vw;
  }
}
@media screen and (max-width: 1024px) and (min-width: 601px) {
  .visual-eye-catch .disp {
    padding-block-start: 5.27344vw;
    padding-block-end: 5.27344vw;
  }
}
@media screen and (max-width: 600px) {
  .visual-eye-catch .disp {
    padding-block-start: 9vw;
    padding-block-end: 9vw;
  }
}
@media screen and (min-width: 1025px) {
  .visual-eye-catch .disp {
    padding-inline-start: 3.75vw;
    padding-inline-end: 3.75vw;
  }
}
@media screen and (max-width: 1024px) and (min-width: 601px) {
  .visual-eye-catch .disp {
    padding-inline-start: 5.27344vw;
    padding-inline-end: 5.27344vw;
  }
}
@media screen and (max-width: 600px) {
  .visual-eye-catch .disp {
    padding-inline-start: 9vw;
    padding-inline-end: 9vw;
  }
}
.visual-eye-catch .disp::before, .visual-eye-catch .disp::after {
  content: "";
  position: absolute;
  z-index: -2;
  border-radius: 50%;
}
.visual-eye-catch .disp::before {
  inset-block-start: 0;
  inset-inline-start: 0;
  inline-size: 100%;
  background-color: rgba(199, 154, 87, 0.5);
}
@media screen and (min-width: 1025px) {
  .visual-eye-catch .disp::before {
    max-inline-size: 18.75vw;
    block-size: 18.75vw;
  }
}
@media screen and (max-width: 1024px) and (min-width: 601px) {
  .visual-eye-catch .disp::before {
    max-inline-size: 31.25vw;
    block-size: 31.25vw;
  }
}
@media screen and (max-width: 600px) {
  .visual-eye-catch .disp::before {
    max-inline-size: 40vw;
    block-size: 40vw;
  }
}
.visual-eye-catch .disp::after {
  inset-block-end: 0;
  inset-inline-end: 0;
  inline-size: 100%;
  background-color: rgba(169, 37, 34, 0.5);
}
@media screen and (min-width: 1025px) {
  .visual-eye-catch .disp::after {
    max-inline-size: 16.66667vw;
    block-size: 16.66667vw;
  }
}
@media screen and (max-width: 1024px) and (min-width: 601px) {
  .visual-eye-catch .disp::after {
    max-inline-size: 27.34375vw;
    block-size: 27.34375vw;
  }
}
@media screen and (max-width: 600px) {
  .visual-eye-catch .disp::after {
    max-inline-size: 30vw;
    block-size: 30vw;
  }
}
.visual-eye-catch .disp .media {
  inline-size: 100%;
  block-size: 100%;
  aspect-ratio: 16 / 9;
}
.visual-eye-catch .disp .media .image {
  inline-size: 100%;
  block-size: 100%;
  aspect-ratio: 16 / 9;
  object-fit: cover;
}
.visual-eye-catch .disp .media {
  margin-inline-start: auto;
  margin-inline-end: auto;
  overflow: hidden;
}
@media screen and (min-width: 1025px) {
  .visual-eye-catch .disp .media {
    max-inline-size: 50vw;
  }
}
@media screen and (max-width: 1024px) and (min-width: 601px) {
  .visual-eye-catch .disp .media {
    max-inline-size: 70.3125vw;
  }
}
@media screen and (max-width: 600px) {
  .visual-eye-catch .disp .media {
    max-inline-size: 100%;
  }
}
@media screen and (min-width: 1025px) {
  .visual-eye-catch .disp .media {
    border-radius: 0 5vw 0 5vw;
  }
}
@media screen and (max-width: 1024px) and (min-width: 601px) {
  .visual-eye-catch .disp .media {
    border-radius: 0 7.03125vw 0 7.03125vw;
  }
}
@media screen and (max-width: 600px) {
  .visual-eye-catch .disp .media {
    border-radius: 0 12vw 0 12vw;
  }
}

@scope (.area-prmy-post) to (.area-scdy-post) {
  :scope .head .overview {
    display: grid;
    justify-content: space-between;
    align-items: center;
    grid-template-areas: "title title" "date term";
    grid-template-columns: max-content 1fr;
  }
  :scope .head .overview .ga-title {
    grid-area: title;
  }
  :scope .head .overview .ga-term {
    grid-area: term;
  }
  :scope .head .overview .ga-date {
    grid-area: date;
  }
  @media screen and (min-width: 1025px) {
    :scope .head .overview {
      padding-block-end: 3.75vw;
    }
  }
  @media screen and (max-width: 1024px) and (min-width: 601px) {
    :scope .head .overview {
      padding-block-end: 5.27344vw;
    }
  }
  @media screen and (max-width: 600px) {
    :scope .head .overview {
      padding-block-end: 9vw;
    }
  }
  @media screen and (min-width: 1025px) {
    :scope .head .overview .title {
      padding-block-end: 1.25vw;
    }
  }
  @media screen and (max-width: 1024px) and (min-width: 601px) {
    :scope .head .overview .title {
      padding-block-end: 1.95313vw;
    }
  }
  @media screen and (max-width: 600px) {
    :scope .head .overview .title {
      padding-block-end: 4vw;
    }
  }
  :scope .head .overview .term .name .link {
    display: inline-block;
    color: currentColor;
    text-decoration: none;
    background-color: #81d8d0;
  }
  :scope .head .overview .term .name .link .string {
    color: #fff;
  }
  @media screen and (min-width: 1025px) {
    :scope .head .overview .term .name .link .string {
      padding-block-start: 0.20833vw;
      padding-block-end: 0.20833vw;
    }
  }
  @media screen and (max-width: 1024px) and (min-width: 601px) {
    :scope .head .overview .term .name .link .string {
      padding-block-start: 0.39063vw;
      padding-block-end: 0.39063vw;
    }
  }
  @media screen and (max-width: 600px) {
    :scope .head .overview .term .name .link .string {
      padding-block-start: 1vw;
      padding-block-end: 1vw;
    }
  }
  @media screen and (min-width: 1025px) {
    :scope .head .overview .term .name .link .string {
      padding-inline-start: 0.41667vw;
      padding-inline-end: 0.41667vw;
    }
  }
  @media screen and (max-width: 1024px) and (min-width: 601px) {
    :scope .head .overview .term .name .link .string {
      padding-inline-start: 0.78125vw;
      padding-inline-end: 0.78125vw;
    }
  }
  @media screen and (max-width: 600px) {
    :scope .head .overview .term .name .link .string {
      padding-inline-start: 2vw;
      padding-inline-end: 2vw;
    }
  }
  @media screen and (min-width: 1025px) {
    :scope .head .overview .date {
      padding-inline-end: 5vw;
    }
  }
  @media screen and (max-width: 1024px) and (min-width: 601px) {
    :scope .head .overview .date {
      padding-inline-end: 7.03125vw;
    }
  }
  @media screen and (max-width: 600px) {
    :scope .head .overview .date {
      padding-inline-end: 12vw;
    }
  }
}
@media screen and (min-width: 1025px) {
  .wp-block-heading {
    margin-block-start: 0.83333vw;
    margin-block-end: 0.83333vw;
  }
}
@media screen and (max-width: 1024px) and (min-width: 601px) {
  .wp-block-heading {
    margin-block-start: 1.36719vw;
    margin-block-end: 1.36719vw;
  }
}
@media screen and (max-width: 600px) {
  .wp-block-heading {
    margin-block-start: 3vw;
    margin-block-end: 3vw;
  }
}
@media screen and (min-width: 1025px) {
  .wp-block-heading {
    padding-block-end: 0.83333vw;
  }
}
@media screen and (max-width: 1024px) and (min-width: 601px) {
  .wp-block-heading {
    padding-block-end: 1.36719vw;
  }
}
@media screen and (max-width: 600px) {
  .wp-block-heading {
    padding-block-end: 3vw;
  }
}

h2.wp-block-heading {
  position: relative;
}
@media screen and (min-width: 1025px) {
  h2.wp-block-heading {
    font-size: 1.25vw;
  }
}
@media screen and (max-width: 1024px) and (min-width: 601px) {
  h2.wp-block-heading {
    font-size: 2.14844vw;
  }
}
@media screen and (max-width: 600px) {
  h2.wp-block-heading {
    font-size: 4.5vw;
  }
}
h2.wp-block-heading::before, h2.wp-block-heading::after {
  content: "";
  position: absolute;
  inset-block-end: 0;
  inset-inline-start: 0;
  inline-size: 100%;
}
@media screen and (min-width: 1025px) {
  h2.wp-block-heading::before, h2.wp-block-heading::after {
    block-size: 0.20833vw;
  }
}
@media screen and (max-width: 1024px) and (min-width: 601px) {
  h2.wp-block-heading::before, h2.wp-block-heading::after {
    block-size: 0.39063vw;
  }
}
@media screen and (max-width: 600px) {
  h2.wp-block-heading::before, h2.wp-block-heading::after {
    block-size: 1vw;
  }
}
h2.wp-block-heading::before {
  background-color: #81d8d0;
  max-inline-size: 100%;
}
h2.wp-block-heading::after {
  background-color: #a92522;
  max-inline-size: 32%;
}
/*# sourceMappingURL=single.css.map */
