html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
    margin: 0;
    margin-bottom: 0;
    padding: 0;
    border: 0;
    vertical-align: baseline;
    font-family: "Zen Kaku Gothic New", "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ Pro W6", "メイリオ", Meiryo, sans-serif;
    font-style: normal;
    font-weight: 500;
    line-height: 1;
    text-align: justify;
    letter-spacing: 0.05em;
    box-sizing: border-box;
    color: #222;
    text-decoration: none;
    -webkit-font-smoothing: subpixel-antialiased;
}

:root {
    --main: #32A9DC;
    --text: #717071;
    --sep: #98D0EF;
}

img {
    max-width: 100%;
    height: auto;
    vertical-align: middle;
}

.spmenu a {
    color: #fff;
    text-decoration: none;
    font-size: 17px;
    line-height: 4;
    border-bottom: 1px dotted #ffffff8c;
    display: block;
    padding: 0;
    background: none;
    box-shadow: none;
}

.inner {
    max-width: 1160px;
    margin: 0 auto;
    width: 92%;
}

.pc {
    display: block;
}

.sp {
    display: none;
}

/* header */
.site-header {
}

.site-header .inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.site-logo img {
    height: 110px;
}

.global-nav ul {
    display: flex;
    gap: 40px;
    list-style: none;
    margin: 0;
    padding: 0;
    font-size: 16px;
    align-items: center;
    justify-content: flex-end;
}

.global-nav a {
    position: relative;
}

.global-nav a:hover::after {
    width: 100%;
}

.btn-cta {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 10px 22px;
    background: #ffb400;
    color: #fff;
    font-weight: 700;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.12);
    transition: transform 0.15s ease, box-shadow 0.15s ease, background 0.15s ease;
}

.btn-cta:hover {
    background: #ff9900;
    transform: translateY(-1px);
    box-shadow: 0 6px 16px rgba(0, 0, 0, 0.18);
}

/* hero */
.hero {
}

.hero-inner {
    display: flex;
    align-items: center;
    gap: 60px;
    max-width: 100%;
    width: 100%;
    background: url("http://sembei1.xsrv.jp/rin/wp-content/uploads/2025/11/topimg.jpg") no-repeat right center / 64%;
    height: 72vh;
}

.hero-copy {
    margin-left: 10%;
    color: #000;
    text-shadow: 3px 3px 0 #ffffff, -1px -1px 0 #ffffff, 1px -1px 0 #ffffff, -1px 1px 0 #ffffff, 1px 1px 0 #ffffff, 3px 3px 0 #ffffff, -1px -1px 0 #ffffff, 1px -1px 0 #ffffff, -1px 1px 0 #ffffff, 1px 1px 0 #ffffff, 3px 3px 0 #ffffff, -1px -1px 0 #ffffff, 1px -1px 0 #ffffff, -1px 1px 0 #ffffff, 1px 1px 0 #ffffff, 3px 3px 0 #ffffff, -1px -1px 0 #ffffff, 1px -1px 0 #ffffff, -1px 1px 0 #ffffff, 1px 1px 0 #ffffff, 3px 3px 0 #ffffff, -1px -1px 0 #ffffff, 1px -1px 0 #ffffff, -1px 1px 0 #ffffff, 1px 1px 0 #ffffff, 3px 3px 0 #ffffff, -1px -1px 0 #ffffff, 1px -1px 0 #ffffff, -1px 1px 0 #ffffff, 1px 1px 0 #ffffff;
}

.hero-lead {
    font-size: 3vw;
    font-weight: 700;
    letter-spacing: 0.12em;
    margin: 0 0 32px;
}

.hero-text {
    font-size: 1.5vw;
    line-height: 1.6;
    letter-spacing: 0.08em;
    margin: 0;
}

.hero-visual {
    flex: 1;
    text-align: center;
}

.hero-bottom-copy {
    text-align: center;
    margin-top: 32px;
    font-size: 13px;
    letter-spacing: 0.18em;
    color: #1994cf;
}

/* common section heading */
.about__label, .activity__label, .greeting__label {
    font-size: 16px;
    letter-spacing: 0.16em;
    color: #242424;
    margin: 0 0 8px;
    font-weight: bold;
}

.about__title-en, .activity__title-en, .greeting__title-en {
    font-size: 40px;
    font-weight: bold;
    letter-spacing: 0.12em;
    color: #3181a5;
    margin: 0 0 24px;
    font-family: "Outfit", sans-serif;
}

.about__title-en::after, .activity__title-en::after, .greeting__title-en::after {
    width: 72px;
    height: 2px;
    background: #222;
    margin-bottom: 32px;
    content: "";
    display: block;
    margin-top: 40px;
}

.greeting__title-en::after {
    margin: 40px auto;
}

/* about */
.about {
    padding: 80px 0 0px;
    background: #fff;
}

.about__inner {
    max-width: 1120px;
    margin: 0 auto;
    padding: 0 24px;
}

.about__text {
    font-size: 16px;
    line-height: 2;
    letter-spacing: 0.05em;
    color: #333;
    margin: 0 0 56px;
}

.about__cards {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 32px 40px;
    align-items: stretch;
    max-width: 850px;
    margin: 0 auto 50px;
}

.about-card {
    position: relative;
}

.about-card::before {
    content: "";
    position: absolute;
    inset: 12px -12px -12px 12px;
    background: #ffd46b;
    border-radius: 18px;
    z-index: 0;
    border: 2px solid #000;
}

.about-card__body {
    position: relative;
    z-index: 1;
    background: #fffdf5;
    border-radius: 18px;
    border: 2px solid #000000;
    padding: 28px 28px 26px;
    box-shadow: 0 8px 18px rgba(0, 0, 0, 0.04);
}

.about-card__title {
    font-size: 22px;
    font-weight: 700;
    text-align: center;
    margin: 0 0 18px;
    color: #333;
}

.about-card__figure {
    text-align: center;
    margin: 0 0 18px;
    height: 105px;
}

.about-card__figure img {
    max-width: 140px;
    height: auto;
}

.about-card__text {
    font-size: 16px;
    line-height: 1.8;
    text-align: center;
    margin: 0;
    letter-spacing: 0.1em;
}

/* activity */
.activity {
    position: relative;
    padding: 190px 0 140px;
    background: #d3ebf5;
    overflow: hidden;
}

.activity::before, .activity::after {
    content: "";
    position: absolute;
    left: 0;
    width: 100%;
    pointer-events: none;
}

.activity::before {
    top: 0;
    height: 190px;
    background: url("/wp-content/uploads/bg1.jpg") no-repeat center top / cover;
}

.activity::after {
    height: 190px;
    background: url("/wp-content/uploads/bg2.jpg") no-repeat center bottom / cover;
    position: absolute;
    z-index: 3;
    bottom: 0;
}

.activity__inner {
    position: relative;
    z-index: 5;
    max-width: 1120px;
    margin: 0 auto;
    padding: 0 24px;
    text-align: center;
}

.activity__title-en {
    text-align: center;
}

.activity__title-en::after {
    left: 0;
    right: 0;
    margin: 40px auto 70px;
}

.activity__label {
    text-align: center;
}

.activity__cards {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 40px;
    margin-bottom: 116px;
}

.activity-card {
    position: relative;
}

.activity-card::before {
    content: "";
    position: absolute;
    inset: 12px -12px -12px 12px;
    background: #7ec7ff;
    border-radius: 18px;
    z-index: 0;
    border: 2px solid #000;
}

.activity-card__body {
    position: relative;
    z-index: 1;
    background: #fffdf5;
    border-radius: 18px;
    border: 2px solid #000;
    padding: 24px 24px 26px;
    box-shadow: 0 8px 18px rgba(0, 0, 0, 0.04);
    min-height: 448px;
}

.activity-card:nth-child(2)::before {
    background: #ffd66e;
}

.activity-card:nth-child(3)::before {
    background: #f9a8b0;
}

.activity-card__thumb {
    margin: 0 auto 18px;
    border: 1px solid #ccc;
    background: #fff;
    max-width: 300px;
}

.activity-card__thumb img {
    display: block;
    width: auto;
}

.activity-card__meta {
    margin-bottom: 8px;
}

.activity-card__date {
    font-size: 15px;
    letter-spacing: 0.12em;
    color: #252525;
    font-family: "Outfit", sans-serif;
}

.activity-card__title {
    font-size: 16px;
    line-height: 1.6;
    text-align: left;
    margin: 0 0 18px;
    font-weight: 500;
    min-height: 76px;
}

.activity-card__more {
    text-align: center;
}

.activity-card__btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 140px;
    padding: 14px 20px;
    font-size: 16px;
    letter-spacing: 0.12em;
    color: #131313;
    background: #fdf7e4;
    border-radius: 4px;
    border: 2px solid #000000;
    text-decoration: none;
    position: relative;
    font-family: "Outfit", sans-serif;
}

.activity-card__btn::after {
    content: "›";
    margin-left: 8px;
    font-size: 14px;
}

.activity-card__btn:hover {
    background: #ffe9aa;
}

.activity__archive {
    text-align: center;
}

.activity__archive-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 22px 20px;
    font-size: 17px;
    letter-spacing: 0.16em;
    color: #0a0a0a;
    background: #ffc94d;
    border-radius: 6px;
    border: 2px solid #333;
}

.activity__archive-btn::after {
    content: "›";
    margin-left: 10px;
}

.activity__archive-btn:hover {
    background: #fad26c;
}

/* greeting */
.greeting {
    padding: 120px 0 140px;
    background: url(/wp-content/uploads/bg4.jpg) no-repeat right top 25% / 20%, url(/wp-content/uploads/bg3.jpg) no-repeat left top 25% / 16%;
    position: relative;
    max-width: 1500px;
    margin: 0 auto;
}

.greeting__inner {
    max-width: 1120px;
    margin: 0 auto;
    padding: 0 24px;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.greeting__text {
    border: 1px solid #aaa;
    font-size: 16px;
    line-height: 2;
    letter-spacing: 0.05em;
    color: #333;
    margin: 0 auto 90px;
    max-width: 760px;
    background: #ffffffa1;
    padding: 20px;
}

.greeting__policy {
    max-width: 720px;
    margin: 0 auto;
}

.greeting-card {
    position: relative;
}

.greeting-card::before, .greeting-card::after {
    content: "";
    position: absolute;
    border-radius: 18px;
    border: 2px solid #000;
    z-index: 0;
}

.greeting-card::before {
    inset: 18px -11px -10px 18px;
    background: #ffd66e;
    z-index: 1;
}

.greeting-card::after {
    inset: 30px -20px -18px 30px;
    background: #f9a8b0;
}

.greeting-card__body {
    position: relative;
    z-index: 1;
    background: #fffdf5;
    border-radius: 18px;
    border: 7px solid #6CB9D9;
    padding: 40px 40px 32px;
    box-shadow: 0 0 0 2px rgb(0 0 0);
}

.greeting-card__title {
    font-size: 32px;
    font-weight: 700;
    text-align: center;
    margin: 0 0 44px;
    letter-spacing: 0.2em;
    color: #2D87AE;
    vertical-align: middle;
}

.greeting-card__title::before, .greeting-card__title::after {
    content: "";
    display: inline-block;
    width: 48px;
    height: 2px;
    background: #3181a5;
    vertical-align: middle;
}

.greeting-card__title::before {
    margin-right: 16px;
}

.greeting-card__title::after {
    margin-left: 16px;
}

.greeting-card__list {
    list-style: none;
    margin: 0;
    padding: 0;
}

.greeting-card__item {
    display: flex;
    align-items: flex-start;
    gap: 12px;
    margin-bottom: 18px;
}

.greeting-card__item:last-child {
    margin-bottom: 0;
}

.greeting-card__num {
    font-size: 22px;
    font-weight: 700;
}

.greeting-card__content {
    flex: 1;
    margin-bottom: 20px;
}

.greeting-card__heading {
    font-size: 22px;
    font-weight: 700;
    margin: 0 0 16px;
}

.greeting-card__text {
    font-size: 16px;
    line-height: 1.9;
}

/* donation */
.donation {
    position: relative;
    padding: 220px 0 160px;
    background: #e0f1f1;
    overflow: hidden;
}

.donation::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    height: 170px;
    width: 100%;
    background: url("/wp-content/uploads/bg5.png") no-repeat center top / cover;
    pointer-events: none;
}

.donation__inner {
    position: relative;
    z-index: 1;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.donation__title {
    font-size: 26px;
    font-weight: 700;
    letter-spacing: 0.22em;
    margin-bottom: 32px;
    text-align: center;
    line-height: 1.2;
}

.donation__lead {
    font-size: 15px;
    line-height: 2;
    letter-spacing: 0.06em;
    color: #333;
    max-width: 800px;
    margin: 0 auto 46px;
}

/* 使いみちボックス */
.donation-usage {
    max-width: 820px;
    margin: 0 auto 32px;
}

.donation-usage__card {
    position: relative;
    padding-top: 30px;
}

.donation-usage__card::before, .donation-usage__card::after {
    content: "";
    position: absolute;
    border-radius: 18px;
    border: 2px solid #000;
    z-index: 0;
}

.donation-usage__card::before {
    inset: 38px -10px -10px 10px;
    background: #ffe28c;
}

.donation-usage__card::after {
    inset: 30px -24px -24px 30px;
    background: #fdd0c9;
    display: none;
}

.donation-usage__list {
    position: relative;
    z-index: 1;
    background: #fdfdf7;
    border-radius: 18px;
    border: 9px solid #6cb9d9;
    box-shadow: 0 0 0 2px #000;
    padding: 40px 40px 40px;
    text-align: left;
}

.donation-usage__label {
    position: absolute;
    top: 27px;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 2;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 10px 40px;
    background: #ffffff;
    border-radius: 8px;
    border: 7px solid #f9a8b0;
    box-shadow: 0 0 0 2px #000;
    font-size: 18px;
    font-weight: 700;
    letter-spacing: 0.18em;
}

.donation-usage__row {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 20px;
    font-size: 18px;
    line-height: 1.9;
}

.donation-usage__row:last-child {
    margin-bottom: 0;
}

.donation-usage__row dt {
    font-weight: 700;
    margin-right: 4px;
}

.donation-usage__row dd {
    margin: 0;
}

/* 説明テキスト */
.donation__note {
    font-size: 16px;
    line-height: 2;
    letter-spacing: 0.06em;
    color: #181818;
    margin: 30px auto 70px;
}

.donation-form {
    max-width: 680px;
    margin: 0 auto;
}

.donation-form__card {
    background: #ffffff;
    border-radius: 4px;
    border: 2px solid #bfc8ce;
    box-shadow: 0 4px 14px rgba(0, 0, 0, 0.08);
    padding: 40px 60px 46px;
    text-align: left;
}

.donation-form__title {
    text-align: center;
    font-size: 20px;
    font-weight: 700;
    letter-spacing: 0.18em;
    margin-bottom: 34px;
}

.donation-form__divider {
    width: 60px;
    height: 2px;
    margin: 0 auto 30px;
    background: #777;
}

.donation-form__body {
    display: flex;
    flex-direction: column;
    gap: 18px;
}

.donation-form__row {
    display: flex;
    gap: 16px;
    align-items: center;
}

.donation-form__label {
    flex: 0 0 130px;
    font-size: 16px;
}

.donation-form__field {
    flex: 1;
}

/* CF7 の wrap を横幅100%に */
.donation-form__field .wpcf7-form-control-wrap, .donation-form__units .wpcf7-form-control-wrap {
    display: block;
    width: 100%;
}

.donation-form__input {
    width: 100%;
    padding: 10px 12px;
    border-radius: 2px;
    border: 1px solid #cfd7dd;
    background: #f5f7f8;
    font-size: 16px;
    letter-spacing: 0.05em;
    box-sizing: border-box;
}

.donation-form__input:focus {
    outline: none;
    border-color: #6cb9d9;
    box-shadow: 0 0 0 2px rgba(108, 185, 217, 0.3);
}

.donation-form__row--units {
    align-items: flex-start;
}

.donation-form__units {
    flex: 1;
    display: flex;
    align-items: center;
    gap: 10px;
    flex-wrap: wrap;
}

/* 口数だけ短く */
.donation-form__input--short {
    max-width: 140px;
}

.donation-form__units-note {
    font-size: 12px;
    color: #555;
}

.donation-form__actions {
    margin-top: 26px;
    text-align: center;
    display: flex;
    justify-content: center;
    width: 100%;
    align-items: center;
}

/* CF7 の submit ボタン */
.donation-form__submit {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 14px 80px;
    border-radius: 4px;
    border: 2px solid #333;
    background: #ffc94d;
    font-size: 16px;
    letter-spacing: 0.16em;
    cursor: pointer;
    color: #000;
}

.donation-form__submit:hover {
    background: #fad26c;
}

.donation-form__label p {
    line-height: 2;
}

.donation-form__actions p {
    display: flex;
    flex-direction: column;
}

@media (max-width: 640px) {
    .donation-form__card {
        padding: 28px 18px 34px;
    }

    .donation-form__row {
        flex-direction: column;
        align-items: flex-start;
    }

    .donation-form__label {
        flex: none;
    }

    .donation-form__input--short {
        max-width: 120px;
    }
}

/* responsive */
@media (max-width: 960px) {
    .site-header .inner {
        flex-wrap: wrap;
        gap: 16px;
        display: flex;
        justify-content: center;
        width: 100%;
        align-items: center;
        flex-direction: column;
    }

    .hero {
        padding: 0% 0 64px;
    }

    .hero-inner {
        flex-direction: column;
        gap: 32px;
        height: auto;
        background-size: 110%;
        background-position: center bottom;
        padding: 40px 0 350px;
    }

    .hero-copy {
        margin-left: 0;
    }

    .hero-lead {
        font-size: 30px;
        margin-bottom: 20px;
    }

    .hero-text {
        font-size: 17px;
        text-align: center;
    }

    .about {
        padding: 56px 0 80px;
    }

    .about__title-en {
        font-size: 32px;
    }

    .about__cards {
        grid-template-columns: 1fr;
        gap: 24px;
    }

    .activity {
        padding: 120px 0 120px;
    }

    .activity__cards {
        grid-template-columns: 1fr;
        gap: 64px;
    }

    .greeting {
        padding: 80px 0 100px;
        url(
    https: //sembei1.xsrv.jp/rin/wp-content/uploads/bg4.jpg) no-repeat right top 25% / 20%, url(/wp-content/uploads/bg3.jpg) no-repeat left top 25% / 16%; url(
    https: //sembei1.xsrv.jp/rin/wp-content/uploads/bg4.jpg) no-repeat right top 25% / 20%, url(/wp-content/uploads/bg3.jpg) no-repeat left top 25% / 16%; background: url(/wp-content/uploads/bg4.jpg) no-repeat right top 25% / 47%, url(/wp-content/uploads/bg3.jpg) no-repeat left top 25% / 36%;
    }

    .greeting-card__body {
        padding: 32px 20px 26px;
    }

    .donation {
        padding: 30% 0 120px;
    }

    .donation-form__card {
        padding: 32px 28px 38px;
    }

    .donation-usage__list {
        padding: 42px 24px 24px;
    }
}

@media (max-width: 640px) {
    .global-nav {
        display: none;
    }

    .site-header .inner {
        justify-content: space-between;
    }

    .btn-cta {
        padding: 8px 18px;
        font-size: 13px;
    }

    .hero-bottom-copy {
        font-size: 11px;
        line-height: 1.6;
    }

    .about__inner {
        padding: 0 18px;
    }

    .about-card::before {
        inset: 10px -8px -8px 10px;
    }

    .about-card__body {
        padding: 22px 20px 20px;
    }

    .activity__inner {
        padding: 0 18px;
    }

    .activity-card::before {
        inset: 10px -8px -8px 10px;
    }

    .activity-card__body {
        padding: 20px 18px 22px;
    }

    .greeting__inner {
        padding: 0 0px;
    }

    .greeting-card::before {
        inset: 12px -8px -8px 12px;
    }

    .greeting-card::after {
        inset: 22px -14px -14px 22px;
    }

    .greeting-card__item {
        flex-direction: row;
    }

    .donation__inner {
        padding: 0 0px;
    }

    .donation-usage__card::before {
        inset: 16px -10px -10px 16px;
    }

    .donation-usage__card::after {
        inset: 26px -18px -18px 26px;
    }

    .donation-usage__list {
        padding: 48px 30px 42px;
    }

    .donation-usage__row {
        flex-direction: column;
    }

    .donation-form__card {
        padding: 28px 18px 34px;
    }

    .donation-form__row {
        flex-direction: column;
        align-items: flex-start;
    }

    .donation-form__label {
        flex: none;
    }

    .pc {
        display: none;
    }

    .sp {
        display: block;
    }
}

.supporter {
    padding: 110px 0 120px;
    background: #ffffff;
}

.supporter__inner {
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
}

.supporter__label {
    font-size: 16px;
    letter-spacing: 0.16em;
    color: #242424;
    margin-bottom: 8px;
    font-weight: 700;
}

.supporter__title-en {
    font-size: 40px;
    font-weight: 700;
    letter-spacing: 0.12em;
    color: #3181a5;
    font-family: "Outfit", sans-serif;
    margin-bottom: 40px;
    position: relative;
}

.supporter__title-en::after {
    content: "";
    display: block;
    width: 72px;
    height: 2px;
    background: #222;
    margin: 32px auto 0;
}

/* slider */
.supporter-slider {
    position: relative;
    max-width: 1040px;
    margin: 0 auto;
}

.supporter-slider__viewport {
    overflow: hidden;
}

.supporter-slider__track {
    display: flex;
    transition: transform 0.45s ease;
    will-change: transform;
}

.supporter-card {
    flex: 0 0 100%;
    box-sizing: border-box;
    background: #faf7ec;
    border-radius: 18px;
    border: 2px solid #000;
    padding: 32px 40px 28px;
    text-align: left;
}

.supporter-card__name {
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 24px;
    text-align: center;
}

.supporter-card__images {
    display: flex;
    gap: 24px;
    margin-bottom: 22px;
}

.supporter-card__image {
    flex: 1;
}

.supporter-card__image img {
    display: block;
    width: auto;
    height: 300px;
    margin: 0 auto;
}

.supporter-card__info {
    font-size: 14px;
    line-height: 1.8;
}

/* nav arrows */
.supporter-slider__nav {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 38px;
    height: 38px;
    border-radius: 50%;
    border: 2px solid #333;
    background: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 22px;
    cursor: pointer;
}

.supporter-slider__nav--prev {
    left: -20px;
}

.supporter-slider__nav--next {
    right: -20px;
}

.supporter-slider__nav:hover {
    background: #ffe9aa;
}

/* dots */
.supporter-dots {
    margin-top: 28px;
    display: flex;
    justify-content: center;
    gap: 12px;
}

.supporter-dots__item {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    border: none;
    background: #ffe28c;
    cursor: pointer;
}

.supporter-dots__item.is-active {
    background: #48b4de;
}

.supporter-slider {
    position: relative;
    max-width: 1040px;
    margin: 0 auto;
    background: #faf7ec;
    padding: 40px;
}

.supporter-slider__viewport {
    overflow: hidden;
}

.supporter-slider__track {
    display: flex;
    gap: 40px;
}

.supporter-card {
    flex: 0 0 90%;
    max-width: 90%;
    box-sizing: border-box;
    background: #ffffff;
    border-radius: 18px;
    border: 2px solid #000;
    padding: 32px 40px 28px;
    text-align: left;
    margin: 0 auto;
}

/* responsive */
@media (max-width: 960px) {
    .supporter {
        padding: 80px 0 90px;
    }

    .supporter-card {
        padding: 26px 22px 24px;
    }

    .supporter-card__images {
        flex-direction: column;
    }

    .supporter-slider__nav--prev {
        left: 0;
    }

    .supporter-slider__nav--next {
        right: 0;
    }
}

@media (max-width: 640px) {
    .supporter__title-en {
        font-size: 32px;
    }

    .supporter-card {
        padding: 24px 18px 22px;
    }

    .supporter-slider__nav {
        /* display: none; */
    }
}

.member {
    padding: 100px 0 120px;
    background: #ffffff;
}

.member__inner {
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
}

/* 見出し共通 */
.section-label {
    font-size: 16px;
    letter-spacing: 0.16em;
    color: #242424;
    margin-bottom: 8px;
    font-weight: 700;
}

.section-title-en {
    font-size: 40px;
    font-weight: 700;
    letter-spacing: 0.12em;
    color: #3181a5;
    font-family: "Outfit", sans-serif;
    position: relative;
    margin-bottom: 40px;
}

.section-title-en::after {
    content: "";
    display: block;
    width: 72px;
    height: 2px;
    background: #222;
    margin: 32px auto 0;
}

/* 役員リスト */
.member-list {
    max-width: 820px;
    margin: 0 auto 80px;
    text-align: left;
    border-top: 1px solid #e2e2e2;
}

.member-list__row {
    display: flex;
    gap: 36px;
    padding: 10px 0;
    border-bottom: 1px solid #e2e2e2;
}

.member-list__role {
    flex: 0 0 80px;
    font-size: 16px;
    line-height: 1.8;
}

.member-list__name {
    flex: 1;
    font-size: 16px;
    line-height: 1.8;
}

/* グループ参加企業 */
.group-list {
    max-width: 980px;
    margin: 0 auto 90px;
}

.group-grid {
    list-style: none;
    margin: 0;
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    column-gap: 14px;
    row-gap: 6px;
}

.group-grid li {
    font-size: 15px;
    text-align: left;
    line-height: 3.8;
    border-bottom: 1px dotted #aaa;
}

/* ロゴ一覧 */
.link-logos {
    max-width: 1040px;
    margin: 10px auto 0;
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 16px;
}

.link-logo {
    margin: 0;
    background: #ffffff;
    display: flex;
    align-items: center;
    justify-content: center;
}

.link-logo img {
    display: block;
    max-width: 100%;
    height: auto;
}

footer {
    background: url(/wp-content/uploads/footer.jpg) no-repeat center top -10px /cover;
    min-height: 1000px;
    border-top: 2px solid #000;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding-top: 80px;
    background-color: #f4fdfc;
}

footer ul {
    display: flex;
    list-style: none;
    gap: 0 30px;
}

footer ul li a {
    display: block;
    font-size: 18px;
}

p.logo-footer {
    width: 300px;
    margin: 60px 0 50px;
}

copy {
    font-family: 'Outfit';
    font-size: 15px;
    letter-spacing: 0.05em;
}

/* responsive */
@media (max-width: 960px) {
    .member {
        padding: 20px 0 90px;
    }

    .member-list__row {
        gap: 16px;
    }

    .group-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .link-logos {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .supporter-slider.js-supporter-slider {
        box-sizing: border-box;
        width: 100%;
        padding: 40px 5%;
    }

    .supporter-card__image img {
        max-height: 200px;
        width: auto;
        height: auto;
    }

    .member-list {
        width: 95%;
    }

    .group-list {
        width: 100%;
    }

    .group-grid li {
        line-height: 2.8;
    }

    .link-logo img {
        width: 300px;
    }

    footer ul {
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    footer ul li a {
        font-size: 20px;
        line-height: 2;
    }

    footer {
        padding-top: 40px;
    }

    .donation::before {
        background-size: 150%;
    }

    .donation-usage__label {
        padding: 13px 20px;
        width: 69%;
    }

    .donation-usage__row dt {
        margin-bottom: 10px;
    }

    .donation-usage__row dd {
        line-height: 1.6;
        font-size: 16px;
    }

    .activity::before {
        background-size: 132%;
    }

    .site-logo img {
        height: 80px;
        margin: 20px auto 0px;
    }

    h1.site-logo a {
        display: block;
    }

    .about-card__title {
        font-size: 19px;
    }
}

@media (max-width: 640px) {
    .section-title-en {
        font-size: 32px;
    }

    .member-list__row {
        flex-direction: column;
    }

    .member-list__role {
        flex: none;
    }

    .group-grid {
        grid-template-columns: 1fr;
    }

    .link-logos {
        grid-template-columns: 1fr;
    }
}

section.news-single h2 {
    font-size: 24px;
    font-weight: 700;
    margin: 90px 0 35px;
    color: var(--main);
    line-height: 1.8;
    letter-spacing: 0.1em;
    border-bottom: 1px solid var(--main);
    padding-bottom: 10px;
}

section.news-single h2:first-child {
    margin-top: 0;
}

section.news-single h3 {
    font-size: 21px;
    font-weight: 700;
    margin: 50px 0 20px;
    color: var(--main);
    border-left: 3px solid var(--main);
    line-height: 1.4;
    padding-left: 15px;
    letter-spacing: 0.1em
}

section.news-single h4 {
    font-size: 19px;
    font-weight: 700;
    margin: 50px 0 20px;
    color: var(--main);
    line-height: 1.4;
    letter-spacing: 0.1em
}

section.news-single h5 {
    font-size: 17px;
    font-weight: 700;
    margin: 50px 0 20px;
    color: var(--main);
    line-height: 1.4;
    letter-spacing: 0.1em
}

section.news-single h6 {
    font-size: 16px;
    font-weight: 700;
    margin: 30px 0 10px;
    color: #222;
    line-height: 1.4;
    letter-spacing: 0.1em
}

section.news-single img {
    /* margin: 50px auto; */
}

section.news-single p {
    line-height: 2;
}

section.news-single p strong {
    font-weight: 700;
}

section.news-single a {
    text-decoration: underline;
}

section.news-single p.btn a {
    text-decoration: none;
}

section.news-single span.prev a, section.news-single span.next a {
    text-decoration: none;
}

section.news-single a {
    transition: 0.5s;
}

section.news-single a:hover {
    opacity: 0.8;
}

.single-header h1 {
    text-align: center;
    color: #111;
    font-size: 23px;
}

.single-contents {
    margin: 0 auto 90px;
}

.single-meta {
    display: flex;
    gap: 10px;
    margin: 0 0 10px;
    padding-top: 40px;
    justify-content: center;
}

.single-meta__date, .single-meta__cat {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    height: 28px;
    padding: 0 12px;
    font-weight: 700;
    font-size: 18px;
    letter-spacing: .02em
}

.single-meta__date {
    color: var(--main);
}

.single-meta__cat {
    background: #5190cc;
    color: #ffffff;
    font-size: 15px;
}

.single-title {
    text-align: center;
    font-size: 21px;
    font-weight: 500;
    color: #5190cc;
    padding: 16px 20px 20px;
    margin: 0 auto 60px;
    border-bottom: 1px solid rgb(110 167 198 / 60%);
    line-height: 1.6;
    width: 100%;
}

.single-content {
    max-width: 700px;
    margin: 0 auto;
    width: 92%;
}

.single-content img {
    height: auto;
    display: block;
    margin: 20px auto;
    max-width: 100%;
    width: unset;
    justify-content: center;
}

header.page-header.single-header {
    padding: 30px 0;
    border-bottom: 1px solid #aaa;
}

.single-pager .arr {
    display: none;
}

.single-pager__item.is-prev a, .single-pager__item.is-next a {
    position: relative;
    font-weight: 700;
    color: var(--main);
}

.single-pager__item.is-prev a {
    padding-left: 32px;
    display: block;
}

.single-pager__item.is-prev a::before {
    content: "";
    position: absolute;
    left: 8px;
    top: 50%;
    width: 9px;
    height: 9px;
    transform: translateY(-50%) rotate(45deg);
    border-left: 2px solid color-mix(in oklab, var(--main) 65%, white);
    border-bottom: 2px solid color-mix(in oklab, var(--main) 65%, white);
    border-right: 0;
    border-top: 0;
    border-radius: 1px;
}

.single-pager__item.is-prev a:hover::before {
    border-color: var(--main);
}

.single-pager__item.is-next a {
    padding-right: 32px;
}

.single-pager__item.is-next a::after {
    content: "";
    position: absolute;
    right: 8px;
    top: 50%;
    width: 9px;
    height: 9px;
    transform: translateY(-50%) rotate(45deg);
    border-right: 2px solid color-mix(in oklab, var(--main) 65%, white);
    border-top: 2px solid color-mix(in oklab, var(--main) 65%, white);
    border-left: 0;
    border-bottom: 0;
    border-radius: 1px;
}

.single-pager__item.is-next a:hover::after {
    border-color: var(--main);
}

.to-index {
    border: 1px solid color-mix(in oklab, #5190cc 55%, #ffffff);
    padding: 12px 28px;
    border-radius: 0px;
    color: var(--main);
}

.to-index:hover {
    border-color: var(--main);
    opacity: .95;
}

nav.single-pager {
    display: flex;
    justify-content: center;
    gap: 0 30px;
    max-width: 1000px;
    padding-top: 70px;
    margin: 0 auto;
    border-top: rgb(110 167 198 / 60%) 1px solid;
    margin-bottom: 100px;
}

.single-pager__item span {
    color: var(--main);
}

ul.news-list-arc {
    width: 1100px;
    margin: 0 auto 60px;
}

h2.archive-h2 {
    text-align: center;
    color: #2780c5;
    margin-top: 80px;
    margin-bottom: 60px;
}

h2.archive-h2 span {
    display: block;
    text-align: center;
    color: var(--main);
    font-size: 34px;
    font-weight: 900;
    margin-top: 10px;
}

span.news-cat-arc {
    background: #2780c5;
    color: #fff;
    width: 170px;
    font-size: 13px;
    text-align: center;
    padding: 8px;
    display: inline-block;
    border-radius: 4px;
    margin-right: 20px;
}

span.news-date-arc {
    color: var(--main);
    width: 100px;
    display: inline-block;
}

li.news-item-arc {
    list-style: none;
    border-bottom: 1px solid rgb(198 195 194 / 50%);
}

li.news-item-arc a {
    display: block;
    padding: 25px 0;
}

ul.pager {
    display: flex;
    justify-content: center;
    list-style: none;
    gap: 10px;
    margin-bottom: 80px;
}

ul.pager .pager__link {
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid var(--main);
    color: var(--main);
}

li.pager__item.is-link a {
    background: var(--main);
    color: #fff;
}

li.pager__item.is-link a:hover {
    color: var(--main);
    background: #eaf9ff21;
}

@media screen and (max-width: 1000px) {
    h3.activity-card__title {
        min-height: unset;
    }

    h2.archive-h2 {
        margin: 40px 0 40px;
    }

    ul.news-list-arc {
        width: 88%;
    }

    span.news-date-arc,span.news-cat-arc {
        border: 1px solid #2780c5;
        text-align: center;
        border-radius: 3px;
        padding: 5px 0;
        background: none;
        color: #2780c5;
        font-size: 13px;
        margin-right: 10px;
    }

    span.news-title-arc {
        display: block;
        line-height: 1.6;
        margin-top: 10px;
    }

    li.news-item-arc a {
        padding: 20px 0 15px;
    }

    section.single-content {
        width: 88%;
    }

    nav.single-pager {
        width: 100%;
    }

    h1.single-title {
        font-size: 19px;
        line-height: 1.5;
        text-align: left;
        padding: 0 6% 30px;
    }

    p.single-meta {
        margin-bottom: 10px;
    }

    .sr-only {
        /*! position: absolute!important; */
        clip: rect(1px,1px,1px,1px);
        padding: 0;
        border: 0;
        height: 1px;
        width: 1px;
        overflow: hidden
    }

    .spmenu__btn {
        position: fixed;
        right: 0px;
        top: 0;
        z-index: 1200;
        display: inline-flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        width: 65px;
        height: 65px;
        border: 0;
        background: #169dd7;
        color: #fff;
        cursor: pointer;
    }

    .spmenu__icon {
        position: relative;
        width: 28px;
        height: 18px;
        display: block;
        margin: 0 auto;
    }

    .spmenu__icon span {
        position: absolute;
        left: 0;
        right: 0;
        height: 2px;
        background: #fff;
        border-radius: 2px;
        transition: transform .25s ease,opacity .25s ease,top .25s ease
    }

    .spmenu__icon span:nth-child(1) {
        top: 0
    }

    .spmenu__icon span:nth-child(2) {
        top: 8px
    }

    .spmenu__icon span:nth-child(3) {
        top: 16px
    }

    .spmenu__btn .spmenu__label {
        margin-top: 6px;
        font-size: 10px;
        color: #fff
    }

    .spmenu__btn[aria-expanded="true"] .spmenu__icon span:nth-child(1) {
        transform: translateY(8px) rotate(45deg)
    }

    .spmenu__btn[aria-expanded="true"] .spmenu__icon span:nth-child(2) {
        opacity: 0
    }

    .spmenu__btn[aria-expanded="true"] .spmenu__icon span:nth-child(3) {
        transform: translateY(-8px) rotate(-45deg)
    }

    .spmenu[hidden] {
        display: none
    }

    .spmenu {
        position: fixed;
        inset: 0;
        z-index: 1199;
        display: flex;
        background: rgba(0,0,0,.45)
    }

    .spmenu__inner {
        margin-left: auto;
        height: 100%;
        background: #169dd7;
        color: #fff;
        padding: 90px 20px 28px;
        overflow: auto;
        box-shadow: -6px 0 16px rgba(0,0,0,.2);
        position: relative;
        width: 100%;
    }

    .spmenu__head {
        display: none;
    }

    .spmenu__close {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        gap: 4px;
        width: 56px;
        height: 56px;
        border: 0;
        background: transparent;
        color: #fff;
        cursor: pointer
    }

    .spmenu__close-icon {
        position: relative;
        width: 24px;
        height: 24px
    }

    .spmenu__close-icon::before,.spmenu__close-icon::after {
        content: "";
        position: absolute;
        left: 0;
        top: 50%;
        width: 100%;
        height: 2px;
        background: #fff;
        transform-origin: center
    }

    .spmenu__close-icon::before {
        transform: translateY(-50%) rotate(45deg)
    }

    .spmenu__close-icon::after {
        transform: translateY(-50%) rotate(-45deg)
    }

    .spmenu__close-label {
        font-size: 11px;
        line-height: 1;
        color: #fff
    }

    .spmenu__list {
        list-style: none;
        padding: 0;
        /* border-top: 1px dotted #fff; */
    }

    .spmenu__item + .spmenu__item {
        border-top: 1px solid rgb(255 255 255 / 40%);
        padding: 0px 0;
        position: relative
    }

    .spmenu__row {
        display: flex;
        align-items: center;
        justify-content: space-between;
        position: relative
    }

    .spmenu__link {
        color: #fff;
        font-weight: 900;
        font-size: 15px;
        padding: 20px 0;
        display: block;
        width: 100%;
    }

    .spmenu__link--arrow:after {
        content: "\2192";
        margin-left: 10px;
        font-weight: 700;
        right: 0;
        position: absolute
    }

    .spmenu__toggle {
        border: 0;
        background: transparent;
        color: #fff;
        font-size: 22px;
        line-height: 1;
        width: 100%;
        height: 32px;
        cursor: pointer;
        right: -9px;
        position: absolute
    }

    .spmenu__toggle[aria-expanded="true"]::after {
        content: "-";
    }

    .spmenu__toggle::after {
        content: "+";
        position: absolute;
        right: 2%;
        top: 16%;
    }

    .spmenu__sub {
        list-style: none;
        margin: 0px 0 10px;
    }

    .spmenu__sub[hidden] {
        display: none
    }

    .spmenu__sub li {
        padding: 10px 0
    }

    .spmenu__sub a {
        color: #fff
    }

    .spmenu__sub a:before {
        content: "\2192";
        margin-right: 8px
    }

    .spmenu__bullets {
        list-style: none;
        margin: 10px 0 30px;
        padding: 0
    }

    .spmenu__bullets li {
        position: relative;
        padding-left: 18px;
        line-height: 1.8;
        margin-bottom: 10px
    }

    .spmenu__bullets li:before {
        content: "";
        position: absolute;
        left: 0;
        top: .65em;
        width: 7px;
        height: 7px;
        background: #fff;
        border-radius: 50%
    }

    .spmenu__bullets a {
        color: #fff;
        font-weight: 700
    }

    .spmenu__recruit {
        display: inline-flex;
        align-items: center;
        gap: 10px;
        border: 1px solid rgb(255 255 255 / 60%);
        padding: 15px 18px;
        color: #fff;
        font-weight: 700
    }

    .spmenu__recruit .ext {
        display: inline-block;
        width: 14px;
        height: 14px;
        border-left: 0;
        border-bottom: 0
    }

    li.spmenu__item.has-sub {
        padding: 0px 0;
    }

    p.spmenu__open_logo {
        background: #fff;
        width: 100%;
        position: absolute;
        top: 0;
        left: 0;
        padding: 9px 30px;
    }

    p.spmenu__open_logo img {
        width: 140px;
    }

    #spmenu[hidden] {
        display: block;
        visibility: hidden;
        pointer-events: none;
    }

    #spmenu .spmenu__inner {
        opacity: 0;
        transform: translateY(-8px);
        transition: opacity .28s ease, transform .28s ease;
        will-change: opacity, transform;
    }

    #spmenu:not([hidden]) .spmenu__inner {
        opacity: 1;
        transform: translateY(0);
    }

    @starting-style {
        #spmenu:not([hidden]) .spmenu__inner {
            opacity: 0;
            transform: translateY(-8px);
        }
    }

    .spmenu__sub {
        display: block;
        overflow: hidden;
        max-height: 0;
        opacity: 0;
        visibility: hidden;
        transition: max-height .35s ease, opacity .25s ease;
    }

    .spmenu__sub:not([hidden]) {
        max-height: 800px;
        opacity: 1;
        visibility: visible;
    }

    @starting-style {
        .spmenu__sub:not([hidden]) {
            max-height: 0;
            opacity: 0;
        }
    }

    .spmenu__btn.sp_and_tablet {
        /* display: none; */
    }

    a {
        transition: opacity 0.3s cubic-bezier(.22,.61,.36,1);
    }

    a:hover {
        opacity: 0.85;
    }
}

.group-grid li a {
    color: #ff6c6c;
    text-decoration: underline;
}

p.insta {
    text-align: center;
    margin: 60px auto 0;
    width: 90%;
    max-width: 350px;
}

p.insta img {
    border-radius: 10px;
    box-shadow: 0px 2px 10px #0f0f0f61;
}

p.insta img:hover {
    opacity: 0.85;
}

.event-box {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 10px;
    width: 60%;
    text-align: left;
}

p.eve-title {
    font-size: 22px;
    margin-bottom: 10px;
    border-bottom: 1px dotted;
    padding-bottom: 10px;
    line-height: 1.3;
}

p.event-img {
    width: 35%;
    margin-bottom: 20px;
}

.efent-box {
    display: flex;
    width: 92%;
    max-width: 800px;
    justify-content: space-between;
    align-items: center;
}

p.place + p {
    font-size: 17px;
    line-height: 1.4;
    color: #444;
}

p.day {
    font-size: 19px;
    text-align: left;
    word-break: break-all;
}

p.place {
    font-size: 20px;
    margin-bottom: 15px;
}

@media screen and (min-width: 1000px) {
    button.spmenu__btn.sp_and_tablet {
        display: none;
    }
}

@media screen and (max-width: 1000px) {
    .efent-box {
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    p.event-img {
        width: 80%;
        margin-bottom: 40px;
    }

    .event-box {
        width: 100%;
    }

    p.eve-title {
        width: 100%;
        font-size: 18px;
    }
    p.day {
        font-size: 17px;
    }
    p.place {
        font-size: 17px;
    }
}

.js-fade-up {
    opacity: 0;
    transform: translateY(40px);
    transition: opacity 1s cubic-bezier(0.25, 1, 0.5, 1), transform 1s cubic-bezier(0.25, 1, 0.5, 1);
    will-change: opacity, transform;
}

.js-fade-up.is-show {
    opacity: 1;
    transform: translateY(0);
}
