@charset "UTF-8";
/*
        Template: swell
        Theme Name: SWELL CHILD
        Theme URI: https://swell-theme.com/
        Description: SWELLの子テーマ
        Version: 1.0.0
        Author: LOOS WEB STUDIO
        Author URI: https://loos-web-studio.com/

        License: GNU General Public License
        License URI: http://www.gnu.org/licenses/gpl.html
    */
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&family=Roboto:ital,wght@0,100..900;1,100..900&display=swap");
body {
    font-family: "Noto Sans JP", sans-serif;
    line-height: 1.8;
    font-weight: 400;
    letter-spacing: 0.05em;
    font-size: 16px;
}
@media (max-width: 599px) {
    body {
        font-size: 14px;
    }
    #lp-content .post_content,
    #main_content .post_content {
        font-size: 14px;
    }
}
@media (min-width: 600px) {
    .only-sp {
        display: none !important;
    }
}
@media (max-width: 599px) {
    .only-pc {
        display: none !important;
    }
}
img {
    display: block;
}
/* ヘッダー */
.l-header,
.-body-solid .l-fixHeader {
    box-shadow: none;
}
.l-fixHeader::before {
    opacity: 1;
}
.l-header__inner,
.l-fixHeader__inner.l-container {
    max-width: unset;
    padding-left: 40px;
    padding-right: 40px;
}
:is(.l-header, .l-fixHeader) .c-gnav {
    gap: 0 16px;
}
:is(.l-header, .l-fixHeader) .c-gnav > .menu-item {
    display: grid;
    place-content: center;
}
:is(.l-header, .l-fixHeader) .c-gnav .menu-item a {
    padding: 12px 8px;
}
:is(.l-header, .l-fixHeader) .c-gnav .menu-item a::after {
    height: 1px;
}
:is(.l-header, .l-fixHeader) .c-gnav a:hover::after {
    background: #1a1a1a;
}
:is(.l-header, .l-fixHeader) .c-gnav .menu-item:last-child a {
    display: grid;
    place-content: center;
    width: 140px;
    height: 40px;
    background: #1a1a1a;
    border-radius: 99px;
    border: 1px solid #1a1a1a;
    transition: none;
}
:is(.l-header, .l-fixHeader) .c-gnav .menu-item:last-child a::after {
    content: none;
}
:is(.l-header, .l-fixHeader) .c-gnav .menu-item:last-child a:hover {
    background: #fbe700;
}
:is(.l-header, .l-fixHeader) .c-gnav > .menu-item > a .ttl {
    color: #1a1a1a;
    font-size: 16px;
    font-weight: bold;
}
:is(.l-header, .l-fixHeader) .c-gnav .menu-item:last-child .ttl {
    color: #fff;
    line-height: 1;
    transition: none;
}
:is(.l-header, .l-fixHeader) .c-gnav .menu-item:last-child a:hover .ttl {
    color: #1a1a1a;
}
/* 現在ページ（aria-current="page"）には hover 無効 */
:is(.l-header, .l-fixHeader) .c-gnav a[aria-current="page"] {
    pointer-events: none; /* hover やクリック無効 */
    cursor: default;
}
:is(.l-header, .l-fixHeader) .c-gnav a[aria-current="page"]:hover {
    background: inherit !important;
    color: inherit !important;
    opacity: 1 !important;
}
@media not all and (min-width: 960px) {
    :is(.l-header, .l-fixHeader)[data-spfix="1"] {
        position: sticky;
    }
}

/* spヘッダー */
@media not all and (min-width: 960px) {
    .l-header__logo {
        padding: 0;
    }
}
@media not all and (min-width: 960px) {
    .-img .c-headLogo__link {
        padding: 8px 0;
    }
}
.p-spMenu__inner {
    width: 100vw;
    padding-top: 56px;
}
.-right .p-spMenu__inner {
    right: 0;
    -webkit-transform: translateX(100vw);
    transform: translateX(100vw);
}
[data-spmenu="opened"] .p-spMenu__inner {
    -webkit-transform: translateX(0);
    transform: translateX(0);
}
.p-spMenu__inner::after {
    content: "";
    display: block;
    width: 51px;
    height: 40px;
    background: url("https://chuyo.jp/wp-content/uploads/2025/10/header_logo.png") no-repeat top center / contain;
    position: absolute;
    top: 8px;
    left: 16px;
}
.p-spMenu__body {
    padding: 0 calc((40 / 375) * 100vw) 10vw;
}
.icon-close-thin:before {
    content: "";
    display: block;
    width: 14px;
    height: 14px;
    background: url("https://chuyo.jp/wp-content/uploads/2025/10/sp_menu_close.png") no-repeat top center / contain;
}
.p-spMenu__nav {
    margin-top: 40px;
}
.c-widget__title.-spmenu {
    display: none;
}
.p-spMenu__nav .c-listMenu.c-listMenu li + li {
    margin-top: 24px;
}
.c-spnav a {
    padding: 12px 0;
    color: #251e1c;
    font-weight: bold;
    font-size: 16px;
    line-height: 1;
    border: none;
}
.p-spMenu__nav .c-listMenu a:before {
    content: "";
    width: 24px;
    height: 24px;
    background: url("https://chuyo.jp/wp-content/uploads/2025/10/arrow_white.png") no-repeat top 7px center / 14px;
    background-color: #1a1a1a;
    border-radius: 50%;
    left: auto;
    right: 0;
}
.p-spMenu__nav .c-listMenu a:hover {
    padding: 12px 0;
    background-color: unset;
}
.p-spMenu__nav .c-listMenu.c-listMenu .menu-item:last-child {
    margin-top: 48px;
}
.c-spnav .menu-item:last-child a {
    display: grid;
    place-content: center;
    width: 100%;
    height: 48px;
    background: #1a1a1a;
    border-radius: 99px;
    border: 1px solid #1a1a1a;
    transition: none;
    color: #fff;
}
.c-spnav .menu-item:last-child a::before {
    content: none;
}
.c-spnav .menu-item:last-child a:hover {
    background: #fbe700;
    color: #1a1a1a;
}
@media (max-width: 599px) {
    .l-header__inner.l-container {
        padding: 0 16px;
    }
}
/* ヘッダー end */
.l-topTitleArea.c-filterLayer::before,
.l-topTitleArea.c-filterLayer::after {
    content: none;
}
.l-topTitleArea,
.p-breadcrumb,
#body_wrap {
    background: #fbe700;
}
.l-topTitleArea,
.original-head-wrap {
    min-height: unset;
    padding: 100px 0;
}
@media (max-width: 599px) {
    .l-topTitleArea,
    .original-head-wrap {
        padding: 64px 0;
    }
}
.c-pageTitle,
.original-head {
    font-size: 50px;
    color: #1a1a1a;
    line-height: 1.4;
    font-weight: 700;
}
@media (max-width: 599px) {
    .c-pageTitle,
    .original-head {
        font-size: 32px;
    }
}
.l-topTitleArea img,
.c-pageTitle__subTitle {
    display: none;
}
.p-breadcrumb {
    padding: 10px 0 30px;
    color: #1a1a1a;
}
@media (max-width: 599px) {
    .p-breadcrumb {
        padding: 0 0 14px;
    }
    .l-topTitleArea + .p-breadcrumb {
        padding: 0 0 14px;
    }
}
.p-breadcrumb__list {
    font-size: 14px;
}
.icon-home {
    font-weight: bold;
}
.icon-home:before {
    content: none;
}
.l-content {
    max-width: none;
    box-shadow: 0px 0px 17px rgba(0, 0, 0, 0.1);
    border-radius: 64px 64px 0px 0px;
    background: #fff;
    padding-top: 150px;
    padding-bottom: 150px;
}
.home .l-content {
    box-shadow: none;
}
@media screen and (max-width: 959px) {
    .l-content {
        padding-top: 64px;
        padding-bottom: 64px;
    }
}
@media screen and (max-width: 959px) {
    .l-container {
        border-radius: 32px 32px 0px 0px;
        padding-right: 24px;
        padding-left: 24px;
    }
}
@media (max-width: 959px) {
    :root {
        --swl-pad_container: 24px;
    }
}
.l-mainContent__inner > .post_content {
    margin: 0;
}
.post_content > * {
    margin: 0;
}
.swell-block-fullWide + .swell-block-fullWide {
    margin: 0;
}
.page .l-content {
    padding-top: 0;
    padding-bottom: 0;
}
.swell-block-fullWide {
    padding-top: 150px !important;
    padding-bottom: 150px !important;
}
@media screen and (max-width: 599px) {
    .swell-block-fullWide {
        padding-top: 64px !important;
        padding-bottom: 64px !important;
    }
}
.swell-block-fullWide__inner.l-article {
    padding: 0;
}
/* 見出し */
.l-topTitleArea__body {
    text-shadow: none;
}
.page .swell-block-fullWide h2 {
    margin-bottom: 32px;
    font-size: 28px;
    line-height: 1.5;
    letter-spacing: 0.1em;
    text-align: left;
    font-weight: 700;
}
@media (max-width: 599px) {
    .page .swell-block-fullWide h2 {
        font-size: 24px;
    }
}
.c-postTimes__modified:before,
.c-postTimes__posted:before {
    content: none;
}
.p-articleMetas {
    margin-bottom: 64px;
    font-size: 14px;
    color: #888;
    font-family: "Roboto", sans-serif;
    font-weight: 400;
}
/* ページネーション */
.c-pagination {
    margin-top: 64px;
}
@media (max-width: 599px) {
    .c-pagination {
        margin-top: 48px;
    }
}
[class*="page-numbers"] {
    display: grid;
    place-content: center;
    width: 40px;
    height: 40px;
    margin: 5px;
    color: #888888;
    border-color: #d1d1d1;
    font-size: 15px;
    line-height: 1;
    box-shadow: none;
}
[class*="page-numbers"].current {
    color: #fff;
    border-color: #000;
    background: #000;
}
[class*="page-numbers"]:hover {
    background: #f6f5e9;
    color: #888888;
    border-color: #d1d1d1;
}
[class*="page-numbers"].-next,
[class*="page-numbers"].-prev {
    border: none;
    position: relative;
}
[class*="page-numbers"].-next a,
[class*="page-numbers"].-prev a {
    display: block;
    width: 40px;
    height: 40px;
    color: transparent;
}
[class*="page-numbers"].-next::before {
    content: "";
    display: block;
    width: 40px;
    height: 40px;
    background: url("https://chuyo.jp/wp-content/uploads/2025/10/arrow_black.png") no-repeat top 16px center/ 14px;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
}
[class*="page-numbers"].-prev::before {
    content: "";
    display: block;
    width: 40px;
    height: 40px;
    background: url("https://chuyo.jp/wp-content/uploads/2025/10/arrow-prev.png") no-repeat top 16px center/ 14px;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
}

[class*="page-numbers"].-next:hover,
[class*="page-numbers"].-prev:hover {
    border-color: none;
    background-color: transparent;
}
[class*="page-numbers"].-next a:hover {
    background: url("https://chuyo.jp/wp-content/uploads/2025/10/arrow_black.png") no-repeat top 16px center/ 14px;
}
[class*="page-numbers"].-prev a:hover {
    background: url("https://chuyo.jp/wp-content/uploads/2025/10/arrow-prev.png") no-repeat top 16px center/ 14px;
}
/* フォーム */
.cf__items {
    margin-bottom: 48px;
}
.cf__item {
    display: flex;
    justify-content: space-between;
}
.cf__item + .cf__item {
    margin-top: 24px;
}
.cf__item-ttl {
    display: flex;
    align-items: center;
    gap: 14px;
    width: 28%;
    font-weight: bold;
    font-size: 16px;
}
.cf__item-ttl .required {
    display: grid;
    place-content: center;
    width: 32px;
    height: 20px;
    background: #1a1a1a;
    font-size: 12px;
    line-height: 1;
    color: #fff;
}
.cf__item-cont {
    width: 56%;
}
.contact__form button,
.contact__form input,
.contact__form select,
.contact__form textarea {
    width: 100%;
    background-color: #fff;
    border: 1px solid #d5d5c8;
    border-radius: 4px;
    color: inherit;
    padding: 0.5em;
}
.wpcf7-acceptance input {
    width: fit-content;
}
.style-align-fs {
    align-items: flex-start;
}
.cf__policy {
    margin-bottom: 24px;
    text-align: center;
    font-size: 12px;
}
.cf__policy a {
    font-size: 12px;
}
.cf__policy input {
    border-radius: 0;
    position: relative;
    top: 2px;
}
.cf__submit {
    width: fit-content;
    margin: 0 auto;
}
.cf__submit input {
    display: grid;
    place-content: center;
    width: fit-content;
    height: 64px;
    padding-right: 68px;
    padding-left: 54px;
    background: url("https://chuyo.jp/wp-content/uploads/2025/10/arrow_black.png") no-repeat top 26px right 30px/ 18.25px;
    background-color: #fbe700;
    border-radius: 50px;
    border: none;
    font-size: 18px;
    font-weight: bold;
    transition: 0;
}
.cf__submit input:hover {
    background: url("https://chuyo.jp/wp-content/uploads/2025/10/arrow_yellow.png") no-repeat top 26px right 30px/ 18.25px;
    background-color: #1a1a1a;
    color: #fbe700;
}
@media screen and (max-width: 959px) {
    .cf__item {
        flex-direction: column;
        gap: 8px;
    }
    .cf__item-ttl {
        width: 100%;
    }
    .cf__item-cont {
        width: 100%;
    }
}
@media screen and (max-width: 599px) {
    .cf__submit {
        width: 100%;
    }
    .cf__submit input {
        width: 100%;
        background: url(https://chuyo.jp/wp-content/uploads/2025/10/arrow_black.png) no-repeat top 26px right calc(50% - 60px) / 18.25px;
        background-color: #fbe700;
    }
    .cf__submit input:hover {
        background: url("https://chuyo.jp/wp-content/uploads/2025/10/arrow_yellow.png") no-repeat top 26px right calc(50% - 60px) / 18.25px;
        background-color: #1a1a1a;
    }
}
/* スライダー */
@keyframes infinity-scroll-left {
    from {
        transform: translateX(0);
    }
    to {
        transform: translateX(-100%);
    }
}
@keyframes infinity-scroll-right {
    from {
        transform: translateX(-100%);
    }
    to {
        transform: translateX(0%);
    }
}
.scroll-infinity__wrap {
    display: flex;
    overflow: hidden;
    height: 120px;
}
@media screen and (max-width: 599px) {
    .scroll-infinity__wrap {
        height: 72px;
    }
}
.scroll-infinity__list {
    display: flex;
    list-style: none;
    padding: 0;
    margin: 0;
}

.scroll-infinity__list--left {
    animation: infinity-scroll-left 80s infinite linear 0.5s both;
}

.scroll-infinity__list--right {
    animation: infinity-scroll-right 84s infinite linear 0.5s both;
}
.scroll-infinity__list .scroll-infinity__item {
    display: flex;
    align-items: center; /* 縦位置を中央に */
    justify-content: center;
    margin-right: 55px;
}
@media screen and (max-width: 599px) {
    .scroll-infinity__list--left {
        animation: infinity-scroll-left 60s infinite linear 0.5s both;
    }

    .scroll-infinity__list--right {
        animation: infinity-scroll-right 62s infinite linear 0.5s both;
    }
    .scroll-infinity__list .scroll-infinity__item {
        margin-right: 30px;
    }
}
.scroll-infinity__list .scroll-infinity__item > img {
    height: 100%;
    width: auto; /* 高さ基準で幅は自動 */
    object-fit: contain; /* はみ出さずにロゴ全体を表示 */
}
.scroll-infinity__list .slider-logo01 {
    width: 199px;
}
.scroll-infinity__list .slider-logo02 {
    width: 199px;
}
.scroll-infinity__list .slider-logo03 {
    width: 267px;
}
.scroll-infinity__list .slider-logo04 {
    width: 169px;
}
.scroll-infinity__list .slider-logo05 {
    width: 184px;
}
.scroll-infinity__list .slider-logo06 {
    width: 99px;
}
.scroll-infinity__list .slider-logo07 {
    width: 91px;
}
.scroll-infinity__list .slider-logo08 {
    width: 83px;
}
.scroll-infinity__list .slider-logo09 {
    width: 114px;
}
.scroll-infinity__list .slider-logo10 {
    width: 186px;
}
.scroll-infinity__list .slider-logo11 {
    width: 167px;
}
.scroll-infinity__list .slider-logo12 {
    width: 166px;
}
.scroll-infinity__list .slider-logo13 {
    width: 180px;
}
.scroll-infinity__list .slider-logo14 {
    width: 207px;
}
.scroll-infinity__list .slider-logo15 {
    width: 154px;
}
.scroll-infinity__list .slider-logo16 {
    width: 199px;
}
.scroll-infinity__list .slider-logo17 {
    width: 212px;
}
.scroll-infinity__list .slider-logo18 {
    width: 119px;
}
.scroll-infinity__list .slider-logo19 {
    width: 150px;
}
@media screen and (max-width: 599px) {
    .scroll-infinity__list .slider-logo01 {
        width: 120px;
    }
    .scroll-infinity__list .slider-logo02 {
        width: 93px;
    }
    .scroll-infinity__list .slider-logo03 {
        width: 161px;
    }
    .scroll-infinity__list .slider-logo04 {
        width: 102px;
    }
    .scroll-infinity__list .slider-logo05 {
        width: 110px;
    }
    .scroll-infinity__list .slider-logo06 {
        width: 59px;
    }
    .scroll-infinity__list .slider-logo07 {
        width: 54px;
    }
    .scroll-infinity__list .slider-logo08 {
        width: 50px;
    }
    .scroll-infinity__list .slider-logo09 {
        width: 68px;
    }
    .scroll-infinity__list .slider-logo10 {
        width: 112px;
    }
    .scroll-infinity__list .slider-logo11 {
        width: 100px;
    }
    .scroll-infinity__list .slider-logo12 {
        width: 100px;
    }
    .scroll-infinity__list .slider-logo13 {
        width: 108px;
    }
    .scroll-infinity__list .slider-logo14 {
        width: 125px;
    }
    .scroll-infinity__list .slider-logo15 {
        width: 92px;
    }
    .scroll-infinity__list .slider-logo16 {
        width: 120px;
    }
    .scroll-infinity__list .slider-logo17 {
        width: 128px;
    }
    .scroll-infinity__list .slider-logo18 {
        width: 72px;
    }
    .scroll-infinity__list .slider-logo19 {
        width: 90px;
    }
}
/* フッター */
.l-footer__widgetArea {
    padding: 40px 0;
}
.l-container.w-footer {
    max-width: 1200px;
    padding: 0;
}
.w-footer .w-footer__box {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    flex: unset;
    gap: 40px;
    padding: 0;
}
.widget_media_image {
    width: 170px;
}
.w-footer .menu {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 10px 40px;
}
.w-footer .menu li {
    border: none;
}
.w-footer .menu li a {
    padding: 4px 8px;
    border: none;
    font-size: 14px;
    transition: none;
}
.w-footer .menu li a::before,
.w-footer .menu li a::after {
    content: none;
}
.w-footer .menu li a:hover {
    background: #fbe700;
    opacity: 1;
    color: #251e1c;
}

.w-footer .c-widget + .c-widget {
    margin-top: 0;
}
.l-footer__foot {
    border-top: 1px solid #8a8a8a;
    padding: 0;
}
.l-footer__foot .l-container {
    display: flex;
    justify-content: space-between;
    align-items: center;
    max-width: 1200px;
    padding: 23px 0 20px;
}
.l-footer__foot .l-container p {
    margin: 0;
    font-size: 11px;
}
.l-footer__foot .l-container a {
    text-decoration: none;
    font-size: 11px;
}
@media screen and (max-width: 1220px) {
    .l-container.w-footer {
        padding-right: 10px;
        padding-left: 10px;
    }
    .l-footer__foot .l-container {
        padding-right: 10px;
        padding-left: 10px;
    }
}
@media screen and (max-width: 599px) {
    .l-footer__widgetArea {
        padding: 48px 0;
    }
    .l-container.w-footer {
        max-width: 1200px;
        padding: 0;
    }
    .w-footer .w-footer__box {
        flex-direction: column;
        gap: 40px;
    }
    .w-footer .menu {
        flex-direction: column;
    }
    .l-footer__foot .l-container {
        padding-right: 32px;
        padding-left: 32px;
    }
}
/*==================================================
    アニメーション
    ===================================*/

/* fadeUp */
.fadeUp {
    animation-name: fadeUpAnime;
    animation-duration: 1.5s;
    animation-fill-mode: forwards;
    opacity: 0;
}
@keyframes fadeUpAnime {
    from {
        opacity: 0;
        transform: translateY(100px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}
/* その場で */

.fadeIn {
    animation-name: fadeInAnime;
    animation-duration: 2s;
    animation-fill-mode: forwards;
    opacity: 0;
}
@keyframes fadeInAnime {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}
/* 右から */

.fadeRight {
    animation-name: fadeRightAnime;
    animation-duration: 1.5s;
    animation-fill-mode: forwards;
    opacity: 0;
}
@keyframes fadeRightAnime {
    from {
        opacity: 0;
        transform: translateX(100px);
    }
    to {
        opacity: 1;
        transform: translateX(0);
    }
}
/* 左から */

.fadeLeft {
    animation-name: fadeLeftAnime;
    animation-duration: 1.5s;
    animation-fill-mode: forwards;
    opacity: 0;
}
@keyframes fadeLeftAnime {
    from {
        opacity: 0;
        transform: translateX(-100px);
    }
    to {
        opacity: 1;
        transform: translateX(0);
    }
}
/* 下から */

.fadeUp {
    animation-name: fadeUpAnime;
    animation-duration: 1.5s;
    animation-fill-mode: forwards;
    opacity: 0;
}
@keyframes fadeUpAnime {
    from {
        opacity: 0;
        transform: translateY(100px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}
/* 上から */

.fadeDown {
    animation-name: fadeDownAnime;
    animation-duration: 1.5s;
    animation-fill-mode: forwards;
    opacity: 0;
}
@keyframes fadeDownAnime {
    from {
        opacity: 0;
        transform: translateY(-100px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

/* スクロールをしたら出現する要素にはじめに透過0を指定　*/

.fadeUpTrigger {
    opacity: 0;
}
.fadeDownTrigger {
    opacity: 0;
}
.fadeInTrigger {
    opacity: 0;
}
.fadeRightTrigger {
    opacity: 0;
}
.fadeLeftTrigger {
    opacity: 0;
}

/*=====================================
    投稿：ニュース 
===================================*/
/* 一覧ページ */
.category-news {
    --color_border: #d1d1d1;
}
.category-news .p-postList__link {
    padding: 24px;
    transition: none;
}
.category-news .p-postList__link:hover {
    padding: 24px;
    background: #f6f5e9;
}
.category-news .p-postList__body {
    display: flex;
    gap: 4px 68px;
}
.category-news .p-postList__meta {
    width: min(23%, 114px);
    flex-shrink: 0;
    margin: 0;
}
.category-news .p-postList__cat {
    display: none;
}
.category-news .p-postList__times {
    margin: 0;
    padding: 0;
    font-size: 14px;
    color: #888;
    font-family: "Roboto", sans-serif;
    font-weight: 400;
    opacity: 1;
}
@media (max-width: 599px) {
    .category-news .p-postList__link {
        padding: 16px 0;
    }
    .category-news .p-postList__body {
        flex-direction: column;
    }
    .category-news .p-postList__meta {
        width: 100%;
    }
}
/* 詳細ページ */
.cat-news .c-postTitle__ttl {
    font-size: 24px;
}
.cat-news .l-mainContent__inner > .post_content {
    margin: 64px 0;
    padding: 0;
}
.cat-news .news__btn a {
    display: grid;
    place-content: center;
    width: fit-content;
    padding: 20px 68px 20px 32px;
    margin: 0 auto;
    border: 1px solid #1a1a1a;
    border-radius: 44px;
    text-decoration: none;
    background: url("https://chuyo.jp/wp-content/uploads/2025/10/arrow_black.png") no-repeat top 22px right 30px/ 18.25px;
    transition: none;
    font-size: 16px;
    line-height: 1;
}
.cat-news .news__btn a:hover {
    background: url("https://chuyo.jp/wp-content/uploads/2025/10/arrow_black.png") no-repeat top 22px right 30px/ 18.25px;
    background-color: #fbe700;
}
.cat-news .p-articleFoot {
    display: none;
}
@media (max-width: 599px) {
    .cat-news .c-postTitle__ttl {
        font-size: 20px;
    }
    .cat-news .l-mainContent__inner > .post_content {
        margin: 48px 0;
    }
}

/*=====================================
    投稿：ご支援実績
===================================*/
/* 一覧ページ */
.post-type-archive-support .c-pageTitle {
    display: none;
}
.post-type-archive-support .p-archiveContent.u-mt-40 {
    margin-top: 0 !important;
}
.post-type-archive-support .p-postList {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    gap: 48px 33px;
}
.post-type-archive-support .p-postList__item,
.post-type-archive-support .p-postList__item {
    width: 200px;
    justify-self: center;
    padding: 0;
}
.post-type-archive-support .p-postList__item a {
    pointer-events: none;
    cursor: default;
}
.post-type-archive-support .p-postList__thumb {
    width: 200px;
    height: 200px;
    margin-bottom: 12px;
    filter: drop-shadow(0px 0px 12px rgba(0, 0, 0, 0.1));
    box-shadow: none;
}
.post-type-archive-support .p-postList__thumb img {
    width: 200px;
    height: 200px;
    object-fit: contain;
}
.post-type-archive-support .c-postThumb__figure {
    height: 100%;
}
.post-type-archive-support .p-postList__term {
    width: fit-content;
    background: #fbe700;
    padding: 4px;
    margin-bottom: 4px;
    font-size: 14px;
    font-weight: bold;
    line-height: 1;
}
.post-type-archive-support .p-postList__title {
    margin-bottom: 12px;
    font-size: 14px;
    font-weight: bold;
}
.post-type-archive-support .p-postList__excerpt {
    font-size: 16px;
    font-weight: bold;
}
.post-type-archive-support .p-postList__cat::before {
    content: none;
}
@media (max-width: 599px) {
    .post-type-archive-support .p-postList {
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 32px min(calc((22 / 390) * 100vw), 22px);
    }
    .post-type-archive-support .p-postList__item,
    .post-type-archive-support .p-postList__item {
        width: min(calc((160 / 390) * 100vw), 160px);
    }
    .post-type-archive-support .p-postList__thumb {
        width: min(calc((160 / 390) * 100vw), 160px);
        height: min(calc((160 / 390) * 100vw), 160px);
        margin-bottom: 8px;
    }
    .post-type-archive-support .p-postList__thumb img {
        width: min(calc((160 / 390) * 100vw), 160px);
        height: min(calc((160 / 390) * 100vw), 160px);
        object-fit: contain;
    }
    .post-type-archive-support .p-postList__term {
        font-size: 12px;
    }
    .post-type-archive-support .p-postList__title {
        margin-bottom: 8px;
        font-size: 12px;
    }
    .post-type-archive-support .p-postList__excerpt {
        font-size: 14px;
    }
}
