@charset "UTF-8";
@layer page {
  .special-body {
    padding-top: 5rem;
    padding-bottom: 5rem;
  }
  @media screen and (max-width: 1200px) {
    .special-body {
      padding-top: 3.75rem;
      padding-bottom: 3.75rem;
    }
  }
  @media screen and (max-width: 767px) {
    .special-body {
      padding-top: 5vw;
      padding-bottom: 0;
    }
  }
  .special-important {
    margin-bottom: 5rem;
    border-radius: 0.625rem;
    border: 1px solid #DC0202;
    background: #FFF0F0;
    padding: 0.625rem 2.5rem 0.625rem 1.875rem;
  }
  @media screen and (max-width: 1200px) {
    .special-important {
      margin-bottom: 3.75rem;
    }
  }
  @media screen and (max-width: 767px) {
    .special-important {
      margin-bottom: 12.5vw;
      padding: 0 5vw;
    }
  }
  .special-important svg {
    fill: #DC0202;
  }
  .special-important .p-posts {
    border-bottom: 0;
  }
  .special-important .p-posts__row {
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
    grid-template-columns: 9.375rem 1fr;
  }
  @media screen and (max-width: 767px) {
    .special-important .p-posts__row {
      padding-top: 5vw;
      padding-bottom: 5vw;
      grid-template-columns: 27.5vw 1fr;
    }
  }
  .special-important .p-posts__tax {
    background: #DC0202;
    color: #fff;
    padding: 0.375rem 1.25rem;
    font-size: 0.9375rem;
  }
  @media screen and (max-width: 767px) {
    .special-important .p-posts__tax {
      padding: 1vw 2.5vw;
      font-size: 3vw;
    }
  }
  .special-important .p-posts__ttl {
    font-weight: 700;
  }
  .special-filter {
    margin-bottom: 1.875rem;
  }
  @media screen and (max-width: 767px) {
    .special-filter {
      margin-bottom: 7.5vw;
    }
  }
  .special-filter__ttl {
    font-size: 1.125rem;
    font-weight: bold;
    margin-bottom: 0.9375rem;
  }
  @media screen and (max-width: 767px) {
    .special-filter__ttl {
      margin-bottom: 2.5vw;
      font-size: 4vw;
    }
  }
  .special-filter__items {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 0.5rem;
  }
  @media screen and (max-width: 767px) {
    .special-filter__items {
      gap: 1.25vw;
      font-size: 3.25vw;
    }
  }
  .special-filter__items a {
    background: #fff;
    display: inline-block;
    padding: 0.375rem 1.25rem;
    border-radius: 12.5rem;
    font-weight: 600;
    color: var(--accent);
    transition-property: color, background;
    transition-duration: 0.25s;
  }
  @media screen and (max-width: 767px) {
    .special-filter__items a {
      padding: 2vw 3.75vw;
    }
  }
  .special-filter__items a.is-active {
    background: var(--accent);
    color: #fff;
  }
  @media (hover: hover) {
    .special-filter__items a:hover {
      background: var(--accent);
      color: #fff;
    }
  }
  .special-posts,
  .special-post {
    border-radius: 0.625rem;
    background: #FFF;
    padding: 5rem;
  }
  @media screen and (max-width: 1200px) {
    .special-posts,
    .special-post {
      padding: 3.125rem 2.5rem;
    }
  }
  @media screen and (max-width: 767px) {
    .special-posts,
    .special-post {
      padding: 6vw 5vw 7.5vw 5vw;
    }
  }
  .special-post-info {
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .special-post-info__tag {
    display: inline-block;
    line-height: 1;
    font-size: 0.9375rem;
    padding: 0.375rem 0.625rem;
    margin-top: 0;
    border-radius: 100rem;
    font-weight: 70;
    background: var(--bg-green);
    font-weight: 700;
  }
  @media screen and (max-width: 767px) {
    .special-post-info__tag {
      font-size: 3.5vw;
    }
  }
  .special-post-info__date {
    margin-top: 0 !important;
    font-size: 0.8125rem;
    color: #949494;
    margin-left: 0.9375rem;
  }
  @media screen and (max-width: 767px) {
    .special-post-info__date {
      font-size: 3.5vw !important;
    }
  }
  .special-post {
    overflow: hidden;
  }
  .special-post__hdr h1 {
    font-size: 2.5rem;
    font-weight: 700;
    text-align: center;
    margin: 0.9375rem 0 0;
    line-height: 1.3;
  }
  @media screen and (max-width: 767px) {
    .special-post__hdr h1 {
      font-size: 6vw;
      text-align: left;
      margin: 2.5vw 0 0;
    }
  }
  .special-post__body {
    margin-top: 3.125rem;
    font-size: 1.125rem;
  }
  @media screen and (max-width: 767px) {
    .special-post__body {
      margin-top: 6.5vw;
      font-size: 4vw;
    }
  }
  .special-post__body > * + * {
    margin-top: 1.25rem;
  }
  .special-post__body p {
    line-height: 1.6;
    font-weight: 400;
  }
  .special-post__body a {
    color: var(--accent);
    text-decoration: underline;
  }
  .special-post__body a[target=_blank]::after {
    content: "";
    display: inline-block;
    aspect-ratio: 1/1;
    width: 0.75rem;
    background: url("../../../img/icon/blank.svg") 50% 100%/cover no-repeat;
  }
  .special-post__body figure {
    overflow: hidden;
    border-radius: 0.625rem;
    margin: 2.5rem 0 0;
    line-height: 0;
    text-align: center;
  }
  @media screen and (max-width: 767px) {
    .special-post__body figure {
      margin: 5vw 0 0;
    }
  }
  .special-post__body figure--border {
    border: 1px solid var(--line);
  }
  .special-post__body figure img {
    width: auto;
    max-width: 100%;
  }
  @media screen and (max-width: 767px) {
    .special-post__body figure img {
      width: 100%;
    }
  }
  .special-post__body h2 {
    margin-bottom: 1.25rem;
    padding: 0 0 0 2.5rem;
    font-size: 1.75rem;
    position: relative;
    font-weight: 600;
  }
  @media screen and (max-width: 767px) {
    .special-post__body h2 {
      font-size: 5vw;
      padding: 0 0 0 7.5vw;
    }
  }
  .special-post__body h2::before {
    content: "";
    width: 1.875rem;
    height: 0.25rem;
    background-color: #00ad92;
    position: absolute;
    top: 1.25rem;
    left: 0;
  }
  @media screen and (max-width: 767px) {
    .special-post__body h2::before {
      width: 5vw;
      top: 3.5vw;
    }
  }
  .special-post__body h2:not(:first-child) {
    margin-top: 1.875rem;
  }
  .special-post__body h3 {
    font-size: 1.5rem;
    margin: 2.5rem 0 1.25rem;
    color: var(--accent);
    font-weight: 700;
    line-height: 1.5;
  }
  @media screen and (max-width: 767px) {
    .special-post__body h3 {
      font-size: 5vw;
    }
  }
  .special-post__body h3::before {
    content: "■";
    color: var(--accent);
    margin-right: 0.625rem;
  }
  .special-post__body h4 {
    margin: 1.875rem 0 1rem;
    font-size: 1.625rem;
    font-weight: 600;
    color: var(--accent);
    padding-bottom: 0.3125rem;
    border-bottom: 2px dotted var(--accent);
  }
  .special-post__body h5 {
    margin: 1.625rem 0 0.625rem;
    font-size: 1.25rem;
    font-weight: 700;
    margin-bottom: 0.625rem;
    padding-top: 1.25rem;
    line-height: 1.5;
  }
  @media screen and (max-width: 767px) {
    .special-post__body h5 {
      font-size: 4.5vw;
    }
  }
  .special-post__body ul {
    font-size: 1.125rem;
  }
  @media screen and (max-width: 767px) {
    .special-post__body ul {
      font-size: 4vw;
    }
  }
  .special-post__body ul li::before {
    content: "・";
  }
  .special-post__body ol {
    list-style: decimal;
    margin-left: 20px;
  }
  .special-post__body li + li {
    margin-top: 1em;
  }
  .special-post__body dl.is-count dd {
    margin-left: 3em;
  }
  .special-post-sect {
    padding-top: 2.5rem;
  }
  @media screen and (max-width: 767px) {
    .special-post-sect {
      padding-top: 7.5vw;
    }
  }
  .special-post-sect + .p-article-sect {
    margin-top: 2.5rem;
  }
  @media screen and (max-width: 767px) {
    .special-post-sect + .p-article-sect {
      margin-top: 5vw;
    }
  }
  .special-post-index {
    margin: 2.5rem auto;
    border: 2px solid #00ad92;
    border-radius: 0.625rem;
    overflow: hidden;
  }
  @media screen and (max-width: 767px) {
    .special-post-index {
      margin: 7.5vw auto 5vw;
    }
  }
  .special-post-index dt {
    line-height: 1;
    font-size: 1.375rem;
    text-align: center;
    padding: 0.625rem 0;
    background-color: #00ad92;
    font-weight: 700;
    color: #fff;
  }
  @media screen and (max-width: 767px) {
    .special-post-index dt {
      font-size: 5vw;
    }
  }
  .special-post-index dd {
    padding: 1.875rem 0 2.5rem;
  }
  @media screen and (max-width: 767px) {
    .special-post-index dd {
      padding: 2.5vw 0 5vw;
    }
  }
  .special-post-index dd ul {
    max-width: 47.5rem;
    margin: 0 auto;
  }
  @media screen and (max-width: 1200px) {
    .special-post-index dd ul {
      max-width: 90%;
    }
  }
  .special-post-index dd li {
    border-bottom: 2px dotted #dfdfdf;
  }
  .special-post-index dd a {
    padding: 0.4375rem 0 0.4375rem 1.5rem;
    font-size: 1.25rem;
    position: relative;
    display: inline-block;
    font-weight: 700;
  }
  @media screen and (max-width: 767px) {
    .special-post-index dd a {
      font-size: 4.5vw;
      padding: 1.5vw 0 1.5vw 5vw;
    }
  }
  .special-post-index dd a::before {
    content: "";
    width: 0.875rem;
    height: 0.125rem;
    background-color: #00ad92;
    position: absolute;
    top: 1.5rem;
    left: 0;
  }
  @media screen and (max-width: 767px) {
    .special-post-index dd a::before {
      top: 5.5vw;
    }
  }
  @media (hover: hover) {
    .special-post-index dd a:hover {
      text-decoration: underline;
    }
  }
  .special-post-box {
    display: flex;
    justify-content: space-between;
    margin-top: 1.5625rem;
  }
  .special-post-box .p-article__ttl-02 {
    margin-top: 0 !important;
  }
  .special-post-box02 + .p-article-box02 {
    margin-top: 1.25rem;
  }
  .special-post-box--around-rt {
    display: block;
    overflow: hidden;
  }
  .special-post-box--around-rt .p-article-box__item {
    width: 26.875rem;
    float: right;
    margin: 0 0 2.5rem 2.5rem;
  }
  @media screen and (max-width: 1200px) {
    .special-post-box--around-rt .p-article-box__item {
      float: initial;
      margin: 0 auto 2.5rem;
    }
  }
  @media screen and (max-width: 767px) {
    .special-post-box--around-rt .p-article-box__item {
      width: 100%;
      margin-bottom: 5vw;
    }
  }
  .special-post-box--around-rt .p-article-box__item + p {
    margin-top: 0;
  }
  .special-post-box--around-lt {
    display: block;
    overflow: hidden;
  }
  .special-post-box--around-lt .p-article-box__item {
    width: 26.875rem;
    float: left;
    margin: 0 2.5rem 2.5rem 0;
  }
  @media screen and (max-width: 1200px) {
    .special-post-box--around-lt .p-article-box__item {
      float: initial;
      margin: 0 auto 2.5rem;
    }
  }
  @media screen and (max-width: 767px) {
    .special-post-box--around-lt .p-article-box__item {
      width: 100%;
      margin-bottom: 5vw;
    }
  }
  .special-post-box--around-lt .p-article-box__item + p {
    margin-top: 0;
  }
  .special-post__link {
    color: var(--accent);
  }
  .p-article__link .c-ico.c-ico--blank01 {
    display: none;
  }
  .special-post__link .p-icon-blank {
    display: inline-block;
    vertical-align: middle;
    margin-left: 0.1875rem;
    position: relative;
    top: -0.125rem;
    width: 0.8125rem;
    height: 0.75rem;
    fill: var(--accent);
  }
  @media (hover: hover) {
    .special-post__link:hover {
      text-decoration: none;
    }
  }
  .special-post-btn-wrp {
    display: flex;
    flex-direction: row-reverse;
    justify-content: center;
    align-items: center;
    margin-top: 2.5rem;
    gap: 1.25rem;
  }
  @media screen and (max-width: 767px) {
    .special-post-btn-wrp {
      flex-direction: column;
      margin-top: 10vw;
    }
  }
  .special-post-btn-wrp__item .c-btn--03 {
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #fff;
    border-radius: 100rem;
    outline: 1px solid var(--line);
    width: 24.375rem;
    height: 4.5625rem;
    font-size: 1.125rem;
    font-weight: 700;
    margin: 0 auto;
    text-decoration: none;
    transition-duration: 0.1s;
    transition-property: outline, background-color;
  }
  @media (hover: hover) {
    .special-post-btn-wrp__item .c-btn--03:hover {
      outline: 2px solid var(--accent);
      background-color: var(--bg-green);
    }
  }
  @media screen and (max-width: 1200px) {
    .special-post-btn-wrp__item .c-btn--03 {
      width: 21.25rem;
    }
  }
  @media screen and (max-width: 767px) {
    .special-post-btn-wrp__item .c-btn--03 {
      width: 85vw;
    }
  }
  .special-post-btn-wrp__item .c-btn--03 .c-icon {
    position: absolute;
    left: 1.5625rem;
    transform: scale(-1, 1);
    width: 0.5rem;
    height: 0.875rem;
    fill: var(--accent);
  }
  @media screen and (max-width: 767px) {
    .special-post-btn-wrp__item .c-btn--03 .c-icon {
      left: 6.25vw;
    }
  }
  .special-post-btn-wrp__item .c-btn--04 {
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #fff;
    border-radius: 100rem;
    outline: 1px solid var(--line);
    width: 24.375rem;
    height: 4.5625rem;
    font-size: 1.125rem;
    font-weight: 700;
    margin: 0 auto;
    text-decoration: none;
    transition-duration: 0.1s;
    transition-property: outline, background-color;
  }
  @media (hover: hover) {
    .special-post-btn-wrp__item .c-btn--04:hover {
      outline: 2px solid var(--accent);
      background-color: var(--bg-green);
    }
  }
  @media screen and (max-width: 1200px) {
    .special-post-btn-wrp__item .c-btn--04 {
      width: 21.25rem;
    }
  }
  @media screen and (max-width: 767px) {
    .special-post-btn-wrp__item .c-btn--04 {
      width: 85vw;
    }
  }
  .special-post-btn-wrp__item .c-btn--04 .c-icon {
    position: absolute;
    left: 1.5625rem;
    transform: scale(1, -1);
    rotate: 180deg;
    width: 0.5rem;
    height: 0.875rem;
    fill: var(--accent);
  }
  @media screen and (max-width: 767px) {
    .special-post-btn-wrp__item .c-btn--04 .c-icon {
      left: 6.25vw;
    }
  }
}
/* Blade互換: SP用ページネーション・空結果スタイル */
@media screen and (max-width: 767px) {
  .special-posts__empty {
    text-align: center;
    padding: 2.5rem 0;
  }
  .special-posts .p-pagination {
    gap: 1vw;
  }
  .special-posts .p-pagination > * {
    width: 8vw;
    height: 8vw;
    font-size: 3vw;
  }
}
