@charset "UTF-8";
/* @import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&display=swap'); */
@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');

/* 変数 */
:root {
    --main-color: #D63522;
    --sb-color: #009EFF;
    --sb-sb-color: #FFE2EC;
    --main-txt-color: #161616;
    --accent-color: #f33d24;
    --main-background-color: #fff;
    --section-background-color: #ebebeb;
    --main-border-color: #fff;
    --main-font-size: 16px;
    --headding-font-size: 32px;
    --headding-font-size-sp: 24px;
    --font-weight-400: 400;
    --font-weight-500: 500;
    --font-weight-700: 700;
    --main-border-radius: 6px;
    --hover-transition: .4s;
}

/* アニメーション */
@keyframes bounce {
    0% {
        transform: translateY(0);
    }
    10% {
        transform: translateY(-5px);
    }
    20% {
        transform: translateY(0);
    }
    30% {
        transform: translateY(-5px);
    }
    40% {
        transform: translateY(0);
    }
    }
    .anime-object {
    animation: bounce2 6s linear infinite;
}

/* 基本設定
------------------------------------------*/
html {
    scroll-behavior: smooth;
}
body {
    font-family: "Noto Sans JP", sans-serif;
    font-weight: var(--font-weight-400);
    font-style: normal;
    font-size: var(--main-font-size);
    color: var(--main-txt-color);
    line-height: 1.6;
    letter-spacing: 0.1em;
    text-align: left;
    background: var(--main-background-color);
}
html, body {
    width: 100%;
    height: 100%;
}
img {
    width: 100%;
    height: auto;
    object-fit: cover;
}
.wrap {
    max-width: 1200px;
    margin: 0 auto;
    padding: 80px 0;
}
.header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-direction: column;
    width: 100%;
    z-index: 30;
    transition: var(--hover-transition);
    border-radius: 12px;
}
.scroll {
    width: 100%;
    background: var(--main-background-color);
    box-shadow: 0 0.2rem 1rem rgba(121, 120, 126, 0.1);
}
.header-logo {
    padding: 1.2vw 0;
}
.header-logo a img {
    width: 200px;
}
.hamburger,
.sp-nav-menu {
    display: none;
}
.globalnav {
    width: 100%;
    padding: 1vw 0;
    border-top: 1px solid #E5E5E5;
    border-bottom: 1px solid #E5E5E5;
}
.globalnav-list {
    display: flex;
    justify-content: center;
    align-items: center;
    /* gap: 64px; */
    font-size: 14px;
    font-weight: var(--font-weight-700);
}
.globalnav-list li a {
    display: block;
    padding: 0 32px;
    border-right: 1px dashed #d2d2d2;
}
.globalnav-list li:last-child a {
    border-right: none;
}
/* .scroll {
    width: 100%;
    background: var(--main-background-color);
    box-shadow: 0 0.2rem 1rem rgba(121, 120, 126, 0.1);
} */
.top-back-btn {
    position: fixed;
    bottom: 2vw;
    right: 2vw;
    font-size: 12px;
    font-weight: var(--font-weight-700);
    letter-spacing: .01em;
    text-align: center;
	z-index: 30;
}
.top-back-btn a {
    display: block;
    width: 80px;
    height: 80px;
    box-shadow: 0 0.2rem 1rem rgba(121, 120, 126, 0.3);
    background: var(--main-background-color);
    border-radius: 50px;
    line-height: 6.6;
}
.headding {
    display: flex;
    align-items: center;
    gap: 24px;
    border-bottom: 2px dashed #d2d2d2;
    margin-bottom: 40px;
}
.headding img {
    width: 88px;
    display: block;
    padding-bottom: 24px;
}
.headding h2 {
    font-size: 32px;
    font-weight: var(--font-weight-700);
}
.group-list {
    display: flex;
    flex-wrap: wrap;
    gap: 24px;
}
.group-item {
    width: calc((100% - 24px*2)/3);
    border: 1px solid #d2d2d2;
    border-radius: 12px;
}
.group-item a {
    position: relative;
}
.group-item a:hover img {
    opacity: .7;
    transition: var(--hover-transition);
}
.group-imege img {
    border-radius: 12px 12px 0 0;
	aspect-ratio: 4 / 3;
}
.group-inner {
    padding: 12px 16px 16px;
}
.group-head h3 {
    font-size: 18px;
    font-weight: var(--font-weight-700);
    line-height: 1.6;
}
.group-cate {
    display: flex;
    gap: 12px;
    margin-top: 24px;
    font-size: 13px;
    padding-bottom: 16px;
    border-bottom: 1px solid #d2d2d2;
    letter-spacing: .01em;
}
.group-cate li {
    display: flex;
    align-items: center;
    gap: 2px;
}
.group-cate li img {
    width: 15px;
}
.group-feet {
    margin-top: 12px;
    margin-left: auto;
    font-size: 14px;
    text-align: right;
}
.supporter {
    letter-spacing: .01em;
    line-height: 1.2;
}
.supporter span {
    display: inline-block;
}
.how {
    font-weight: var(--font-weight-700);
    font-family: "Roboto", sans-serif;
    font-optical-sizing: auto;
}
.deadline p {
    letter-spacing: .01em;
}
.top-current {
    margin-top: 4px;
    display: flex;
    justify-content: space-between;
    align-items: baseline;
}
.top-current-money span {
    font-family: "Roboto", sans-serif;
    font-optical-sizing: auto;
    font-weight: var(--font-weight-700);
    letter-spacing: .01em;
    font-size: 20px;
}
.a-btn {
    max-width: 300px;
    margin: 48px auto 0;
    text-align: center;
}
.a-btn a {
    border: 1px solid var(--main-txt-color);
    display: block;
    padding: 16px;
    border-radius: 50px;
    transition: var(--hover-transition);
}
.a-btn a:hover {
    border: 1px solid var(--main-txt-color);
    background: #f59e94;
    transition: var(--hover-transition);
}
.btn a {
    display: block;
    margin: 40px auto 0;
    text-align: center;
    width: 100%;
    border-radius: 12px;
    background: #E14A38;
    border-bottom: 8px solid #C63624;
    padding: 20px;
    color: var(--main-background-color);
    font-weight: var(--font-weight-700);
    font-size: 20px;
}
.report-list {
    display: flex;
    justify-content: baseline;
    gap: 24px;
}
.report-item {
    width: calc((100% - 24px*3)/4);
    border: 1px solid #d2d2d2;
    border-radius: 10px;
}
.report-item a:hover {
    opacity: .8;
    transition: var(--hover-transition);
}
.report-box {
    padding: 8px 16px;
}
.report-img img {
    display: block;
    border-radius: 10px 10px 0 0;
}
.report-item h3 {
    font-size: 18px;
    font-weight: var(--font-weight-700);
    line-height: 1.4;
    margin-bottom: 8px;
}
.report-txt {
    font-size: 14px;
    line-height: 1.4;
    letter-spacing: .01em;
}
.related-group {
    padding: 16px;
}
.related-group a {
    display: flex;
    align-items: center;
    gap: 8px;
    font-weight: var(--font-weight-500);
    font-size: 14px;
}
.report-img-icon img {
    width: 40px;
    border-radius: 50px;
    aspect-ratio: 1;
}
.report-group-name {
    font-size: 13px;
    line-height: 1.4;
    letter-spacing: .01em;
}
.headding-title {
    font-family: "Roboto", sans-serif;
    font-optical-sizing: auto;
    color: #E14A38;
    font-size: 28px;
    font-weight: var(--font-weight-700);
    margin-bottom: 24px;
}
.news-bate {
    font-family: "Roboto", sans-serif;
    font-optical-sizing: auto;
    color: #676767;
    letter-spacing: .01em;
}
.news-list ul article li a {
    display: flex;
    align-items: center;
    gap: 40px;
    border-bottom: 1px solid #dbdbdb;
    padding: 16px 0;
    font-size: 15px;
}
/* .news-list ul article li a:nth-child(1) {
    border-top: 1px solid #d2d2d2;
} */
.news-bate {
    color: #656565;
    font-size: 14px;
}
.s-group-body {
    display: flex;
    gap: 40px;
}
.s-group-content,
.s-group-aside {
    border: 1px solid #d2d2d2;
    border-radius: 12px;
}
.s-group-box {
    padding: 40px;
}
.s-group-aside {
    width: 50%;
    padding: 40px;
    height: fit-content;
}
.s-group-intro {
    margin-bottom: 24px;
}
.s-group-intro h3 {
    font-size: 20px;
    font-weight: var(--font-weight-700);
}
.s-group-use {
    margin-top: 40px;
    border: 2px solid var(--main-color);
    border-radius: 12px;
}
.s-group-use span {
    background: var(--main-color);
    color: var(--main-background-color);
    display: block;
    padding: 2px 12px;
    border-radius: 8px 8px 0 0;
}
.s-group-use p {
    padding: 16px;
}
.current-money {
    font-size: 24px;
    font-weight: var(--font-weight-700);
}
.current-money .number {
    font-size: 56px;
    font-family: "Roboto", sans-serif;
    font-optical-sizing: auto;
}
.number span {
    font-weight: var(--font-weight-700);
    font-family: "Roboto", sans-serif;
    font-optical-sizing: auto;
    font-size: 40px;
}
.suppo-top .number {
    font-size: 16px;
}
.goal-money {
    font-weight: var(--font-weight-500);
    font-family: "Roboto", sans-serif;
    font-optical-sizing: auto;
    color: #7c7c7c;
}
.pro-title,
.supporter-title {
    font-weight: var(--font-weight-500);
    letter-spacing: .01em;
}
.supporter {
    display: flex;
    align-items: baseline;
    justify-content: space-between;
}
.supporter-btn-area {
    margin-top: 48px;
}
.supporter-btn-area img {
    width: 76%;
    display: block;
    text-align: center;
    margin: 0 auto;
    margin-bottom: -24px;
}
.supporter-btn-area span {
    display: block;
    margin-top: 24px;
    font-size: 14px;
    color: #838383;
    line-height: 1.4;
    font-weight: var(--font-weight-500);
    letter-spacing: .01em;
}
.gallery-content ul {
    display: flex;
    flex-wrap: wrap;
    gap: 24px;
}
.gallery-content ul li {
    width: calc((100% - 24px*2)/3);
}
.gallery-content ul li img {
    aspect-ratio: 4/3;
}
.supporter-f-btn {
    width: 100%;
    padding: 32px 0;
    border-top: 1px solid #E5E5E5;
    background: var(--main-background-color);
}
#fixed-btn {
    position: fixed;
    left: 24px;
    bottom: -80px;
    z-index: 30;
    transition: var(--hover-transition);
    visibility: hidden;
}
#fixed-btn.is-show {
    bottom: 0;
    visibility: visible;
    transition: var(--hover-transition);
}
.news-content {
    display: flex;
    gap: 80px;
    max-width: 1000px;
    margin: 0 auto;
}
.news-list {
    width: 100%;
}
.f-btn a {
    margin-top: 0;
    width: 600px;
    font-size: 24px;
}
/* .footer {
    background: #161616;
    color: #fff;
} */
.f-wrap {
    padding: 40px 0 24px;
    text-align: center;
}
.f-nav ul {
    display: flex;
    justify-content: center;
    gap: 40px;
    font-size: 14px;
    margin-bottom: 40px;
}
.u-top-img {
    position: relative;
}
.u-top-img::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    background: rgb(22, 22, 22, .1);
    width: 100%;
    height: 35.4vw;
    z-index: 1;
}
.u-top-img h2 {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 56px;
    font-weight: var(--font-weight-700);
    color: var(--main-background-color);
    z-index: 2;
}
.about-headding {
    text-align: center;
    max-width: 800px;
    margin: 0 auto;
}
.about-headding h3 {
    font-size: 32px;
    font-weight: var(--font-weight-700);
    margin-bottom: 40px;
}
.about-headding p {
    font-size: 18px;
    line-height: 2;
}
.ac {
    font-weight: var(--font-weight-700);
    color: var(--main-color);
}
.structure {
    margin-top: 120px;
    text-align: center;
}
.structure p {
    font-size: 24px;
    font-weight: var(--font-weight-700);
}
.structure img {
    width: 66%;
    display: block;
    margin: 0 auto;
    margin-top: 24px;
}
.features {
    background: #f7f5ee;
}
.u-headding {
    text-align: center;
}
.u-headding h2 {
    font-size: 40px;
    font-weight: var(--font-weight-700);
}
.u-headding img {
    width: 60%;
}
.flow-content {
    margin-top: 40px;
}
.flow-content ul {
    display: flex;
    flex-direction: column;
    gap: 64px;
    max-width: 600px;
    margin: 0 auto;
}
.flow-content ul li {
    display: flex;
    gap: 16px;
}
.flow-content img {
    width: 100px;
    height: 100px;
    display: block;
}
.flow-content ul li h3 {
    font-size: 20px;
    font-weight: var(--font-weight-700);
    margin: 16px 0;
}
.important {
    margin-top: 24px;
    font-size: 14px;
}
.current {
    margin-bottom: 16px;
}
.current-money {
    text-align: right;
}
.goal-money {
    text-align: right;
    letter-spacing: .01em;
}
.number {
    font-weight: var(--font-weight-700);
    font-size: 40px;
    text-align: right;
}
.suppo-top {
    margin-top: 24px;
}
.ber {
    background: #eee;
    border-radius: 20px;
    overflow: hidden;
    height: 16px;
    position: relative;
}
.s-ber {
    background: #eee;
    border-radius: 20px;
    overflow: hidden;
    height: 22px;
    position: relative;
    font-weight: 700;
}
.percentage {
    background-image: linear-gradient(90deg, #b5e6edff, #26c7e0ff 17%, #37b5ff 37%, #ff5cb1 64%, #ff9c07ff);
    height: 100%;
    transition: width 1s; border-radius: 0 24px 24px 0;
}
.percentage-txt {
    position: absolute;
    top: 0;
    left: 10px;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    color: var(--main-background-color);
    font-size: 13px;
    font-weight: var(--font-weight-700);
    letter-spacing: .01em;
}
.u-report-content span {
    color: #939393;
    letter-spacing: .01em;
    font-size: 16px;
}
.u-report-content h3 {
    font-size: 24px;
    font-weight: var(--font-weight-700);
    margin: 4px 0 16px;
}
.u-headding p {
    font-size: 18px;
    margin-bottom: 24px;
}
.features-content {
    max-width: 800px;
    margin: 0 auto;
    margin-top: 64px;
}
.features-content ul {
    display: flex;
    flex-direction: column;
    gap: 120px;
}
.features-content ul li {
    display: flex;
    flex-direction: column;
    gap: 24px;
    position: relative;
}
.features-content ul li:nth-child(2) {
    text-align: right;
}
.features-content ul li .g-m-title img {
    width: 80%;
}
.features-content ul li:nth-child(2) .g-m-title img {
    display: block;
    margin-left: auto;
}
.features-content ul li:nth-child(1) .g-m-img {
    position: absolute;
    top: -120px;
    right: -140px;
}
.features-content ul li:nth-child(1) .g-m-img img {
    width: 300px;
    display: block;
    margin-left: auto;
}
.features-content ul li:nth-child(2) .g-m-img {
    position: absolute;
    bottom: -110px;
    left: -140px;
}
.features-content ul li:nth-child(2) .g-m-img img {
    width: 360px;
    display: block;
    margin-left: auto;
}
table {
    width: 100%;
}
.t-th,
.t-td {
    padding: 16px 0;
    font-size: 14px;
    border-bottom: 1px solid #f0f0f0;
    font-weight: var(--font-weight-400);
}
.privacy-leed {
    margin-bottom: 40px;
}
.privacy-list {
    display: flex;
    flex-direction: column;
    gap: 40px;
}
.privacy-list h3 {
    font-weight: var(--font-weight-700);
    margin-bottom: 16px;
}
.flow-img {
    margin-top: 40px;
}
.flow-img img {
    width: 100%;
}
.u-cat ul {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 40px;
    font-size: 14px;
    letter-spacing: .01em;
}
.u-cat ul li {
    display: flex;
    align-items: center;
    gap: 2px;
}
.u-cat ul li img {
    width: 15px;
}
.s-page {
    max-width: 800px;
    margin: 0 auto;
}
.s-news-headding h2 {
    line-height: 1.4;
    padding-bottom: 8px;
}
.s-news-body p {
    font-size: 18px;
}
.s-news-btn a {
    display: block;
    text-align: center;
    margin: 0 auto;
    margin-top: 64px;
    border: 1px solid var(--main-txt-color);
    border-radius: 8px;
    width: fit-content;
    padding: 12px 40px;
    font-size: 14px;
}
.u-report-list ul {
    display: flex;
    flex-direction: column;
    gap: 24px;
}
.u-report-list ul li {
    padding: 40px;
    border: 1px solid #d2d2d2;
    border-radius: 12px;
}
.report-btn a {
    display: block;
    margin-top: 24px;
    color: #D63522;
    text-decoration: underline;
}
.report-btn a:hover {
    text-decoration: none;
    opacity: .8;
}
.s-news-img {
    margin-bottom: 40px;
}
.s-group-content {
    width: 100%;
}
.faq {
  max-width: 900px;
  margin: 0 auto;
}
.faq-content {
    margin-top: 40px;
}
.faq-item {
  background: #f8f8f8;
  border-radius: 10px;
  margin-bottom: 15px;
  overflow: hidden;
  position: relative;
}

.faq-question {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    width: 100%;
    padding: 24px;
    background: none;
    border: none;
    font-size: 1rem;
    font-weight: bold;
    cursor: pointer;
    text-align: left;
    gap: 8px;
}

.q-icon {
  color: #D63522;
  font-weight: var(--font-weight-700);
  font-size: 20px;
  margin-right: 10px;
}

.a-icon {
  color: #e2af10;
  font-weight: var(--font-weight-700);
  font-size: 20px;
  margin-right: 5px;
}

.toggle-icon {
  transition: var(--hover-transition);
}

.faq-item.active .arrow {
  transform: rotate(180deg);
  right: 28px;
}

.faq-answer {
  display: none;
  padding: 15px 20px;
  line-height: 1.6;
  background: white;
  transition: var(--hover-transition);
}
.arrow {
    position: absolute;
    /* display: inline-block; */
    top: 32px;
    right: 24px;
    width: 24px;
    height: 10px;
    z-index: 1;
}

.arrow::before, .arrow::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: calc(50% - 3px);
    width: 2px;
    height: 10px;
    border-radius: 9999px;
    background-color: #000000;
    transform-origin: 50% calc(100% - 1px);
}

.arrow::before {
  transform: rotate(45deg);
}

.arrow::after {
  transform: rotate(-45deg);
}
.faq-answer a {
    color: var(--main-color);
    font-weight: var(--font-weight-700);
    text-decoration: underline;
}
.faq-answer a:hover {
    opacity: .8;
    text-decoration: none;
}
.sns-area {
    padding: 0 40px 40px;
}
.sns-area-title {
    font-size: 20px;
    font-weight: var(--font-weight-700);
    margin-bottom: 24px;
    text-align: center;
}
.sns-area ul {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 16px;
}
.sns-area ul li a img {
    width: 28px;
}
.hp-b-title {
    margin-bottom: 16px;
}
.hp-b-title p {
    font-size: 18px;
}
.hp-b a {
    font-size: 14px;
    color: var(--main-color);
    text-decoration: underline;
    letter-spacing: .01em;
}
.hp-b a:hover {
    text-decoration: none;
    opacity: .8;
}
.new {
    position: absolute;
    top: 4px;
    left: 4px;
    display: inline-block;
    padding: 1px 6px;
    font-size: 14px;
    color: #fff;
    background: var(--main-color);
    font-weight: var(--font-weight-500);
    letter-spacing: .01em;
    border-radius: 4px;
}
/* Width Adjustment
-------------------------------------*/
@media only screen and (min-width: 1440px) {}
@media only screen and (max-width: 1440px) {}
/* タブレット
-------------------------------------*/
@media screen and (max-width: 1140px) {
    .header-logo a img {
        width: 20vw;
    }
    .globalnav {

        padding: 1.4vw 0;
    }
    .wrap {
        padding: 40px;
    }
    .headding img {
        width: 64px;
        padding-bottom: 20px;
    }
    .headding h2 {
        font-size: 24px;
    }
    .group-list {
        gap: 16px;
    }
    .group-item {
        width: calc((100% - 16px * 2) / 3);
    }
    .group-head h3 {
        font-size: 16px;
        line-height: 1.4;
    }
    .group-cate {
        gap: 4px;
        margin-top: 16px;
        font-size: 10px;
    }
    .group-cate li {
        padding: 1px 8px;
        letter-spacing: .01em;
    }
    .s-group-body {
        flex-direction: column;
        gap: 16px;
    }
    .s-group-aside {
        width: 100%;
        padding: 40px;
        height: fit-content;
    }
    .supporter {
        text-align: center;
    }
    .supporter-btn-area img {
        width: 44%;
    }
    .u-top-img h2 {
        font-size: 40px;
    }
    .about-headding h3 {
        font-size: 24px;
    }
    .structure {
        margin-top: 80px;
    }
    .structure p {
        font-size: 20px;
    }
    .structure img {
        width: 100%;
        margin-top: 16px;
    }
    .flow-img img {
        width: 100%;
    }
    .features {
        overflow: hidden;
    }
    .u-headding p {
        font-size: 16px;
        margin-bottom: 16px;
    }
    .u-headding img {
        width: 70%;
    }
    .features-content ul li .g-m-title img {
        width: 60%;
    }
    .features-inner p {
        width: 70%;
    }
    .features-content ul li:nth-child(2) .features-inner p {
        margin-left: auto;
    }
    .features-content ul li:nth-child(1) .g-m-img {
        position: absolute;
        top: -120px;
        right: -40px;
    }
    .features-content ul li:nth-child(1) .g-m-img img {
        width: 32%;
        display: block;
        margin-left: auto;
    }
    .features-content ul li:nth-child(2) .g-m-img img {
        width: 38%;
        display: block;
        margin-left: 0;
    }
    .features-content ul li:nth-child(2) .g-m-img {
        position: absolute;
        bottom: -18px;
        left: -30px;
    }
}
/* スマートフォン
-------------------------------------*/
@media screen and (max-width: 767px) {
    .header-logo {
        padding: 12px 0;
    }
    .header-logo a img {
        width: 40vw;
    }
    .globalnav {
        width: 100%;
        overflow-x: scroll;
        padding: 12px 0;
    }
    .globalnav-list {
        justify-content: initial;
        align-items: baseline;
    }
    .globalnav-item {
        flex-shrink: 0;
    }
    .globalnav-list li a {
        padding: 0 24px;
        font-size: 13px;
        letter-spacing: .01em;
    }
    .wrap {
        padding: 24px 16px;
    }
    .headding h2 {
        font-size: 20px;
        line-height: 1.4;
        padding-bottom: 4px;
    }
    .headding img {
        width: 40px;
        padding-bottom: 14px;
    }
    .headding {
        gap: 16px;
        border-bottom: 2px dashed #d2d2d2;
        margin-bottom: 24px;
    }
    .group-item {
        width: 100%;
        border-radius: 8px;
    }
    .group-list {
        gap: 12px;
    }
    .group-item a {
        display: flex;
    }
    .group-item figure {
        width: calc(44%);
    }
    .group-imege img {
        border-radius: 6px 0 0 6px;
        aspect-ratio: 8/7;
        object-fit: cover;
    }
    .s-group-imege img {
        border-radius: 11px 11px 0 0;
    }
    .ber {
        height: 10px;
    }
    .group-cate li {
        padding: 0;
        letter-spacing: .01em;
    }
    .group-cate li img {
        width: 12px;
    }
    .group-inner {
        padding: 8px 12px;
        width: calc(56%);
    }
    .group-head h3 {
        font-size: 13px;
        line-height: 1.2;
        overflow: hidden;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        text-overflow: ellipsis;
    }
    .group-cate {
        gap: 4px;
        margin-top: 8px;
        font-size: 10px;
        flex-wrap: wrap;
        padding-bottom: 8px;
    }
    .group-feet {
        font-size: 12px;
        margin-top: 4px;
    }
    .f-nav ul {
        display: flex;
        justify-content: center;
        padding: 0;
        font-size: 14px;
        flex-direction: column;
        gap: 6px;
    }
    .s-group-box, .s-group-aside {
        padding: 24px;
    }
    .percentage-txt {
        left: 3px;
        font-size: 10px;
    }
    .btn a {
        width: 100%;
        border-radius: 8px;
        background: #E14A38;
        border-bottom: 8px solid #C63624;
        padding: 16px;
    }
    .s-group-intro h3 {
        font-size: 18px;
    }
    .s-group-use span {
        font-size: 14px;
    }
    .s-group-use p {
        padding: 16px;
        font-size: 14px;
    }
    .supporter {
        text-align: left;
        display: flex;
        align-items: baseline;
        gap: 40px;
        justify-content: space-between;
    }
    .number span {
        font-size: 24px;
    }
    .number {
        font-size: 32px;
    }
    .top-current-money span {
        font-size: 16px;
    }
    .top-current {
        margin-top: 4px;
        /* flex-direction: column; */
        /* align-items: anchor-center; */
        flex-wrap: wrap;
        justify-content: end;
        gap: 0 12px;
        line-height: 1.2;
    }
    .supporter-btn-area img {
        width: 80%;
        margin-bottom: -32px;
    }
    .supporter-btn-area {
        margin-top: 32px;
    }
    .supporter-btn-area span {
        margin-top: 16px;
        font-size: 13px;
        line-height: 1.2;
    }
    .gallery-content ul {
        flex-wrap: wrap;
        gap: 8px;
    }
    .gallery-content ul li {
        width: calc((100% - 8px) / 2);
    }
    #fixed-btn {
        left: 0;
    }
    .supporter-f-btn {
        width: 100%;
        padding: 12px 0;
    }
    .f-wrap {
        padding: 40px 16px 80px;
    }
    .f-btn a {
        margin-top: 0;
        width: 60%;
        font-size: 13px;
        padding: 12px;
    }
    .sp-percentage-txt {
        left: 6px;
        font-size: 14px;
    }
    .report-content span {
        font-size: 14px;
    }
    .report-content h3 {
        font-size: 18px;
        line-height: 1.4;
        margin: 4px 0 16px;
    }
    .report-content p {
        font-size: 14px;
        line-height: 1.4;
    }
    .u-top-img h2 {
        font-size: 24px;
    }
    .about-headding h3 {
        font-size: 20px;
        margin-bottom: 24px;
    }
    .about-headding p {
        font-size: 14px;
        line-height: 1.6;
        text-align: left;
    }
    .br {
        display: none;
    }
    .structure {
        margin-top: 40px;
    }
    .structure p {
        font-size: 18px;
    }
    .u-headding h2 {
        font-size: 20px;
    }
    .u-headding p {
        font-size: 12px;
        margin-bottom: 12px;
    }
    .u-headding img {
        width: 100%;
    }
    .features-content {
        margin-top: 24px;
    }
    .features-content ul {
        flex-direction: column;
        gap: 340px;
    }
    .features-content ul li {
        gap: 16px;
    }
    .features-content ul li .g-m-title img {
        width: 100%;
    }
    .features-content ul li:nth-child(1) .g-m-img {
        position: absolute;
        top: 240px;
        right: 0;
    }
    .features-content ul li:nth-child(1) .g-m-img img {
        width: 50%;
    }
    .features-content ul li:nth-child(2) .g-m-img {
        position: absolute;
        bottom: 280px;
        left: -16px;
    }
    .features-content ul li:nth-child(2) .g-m-img img {
        width: 52%;
        display: block;
        margin-left: 0;
    }
    .features-content ul li:nth-child(2) {
        text-align: left;
    }
    .features-inner p {
        width: 100%;
    }
    .features-inner p, .flow-content ul li p {
        font-size: 14px;
    }
    .flow-content {
        margin-top: 24px;
    }
    .flow-content ul {
        gap: 8px;
    }
    .features-inner p, .flow-content ul li p {
        font-size: 14px;
    }
    .flow-content ul li {
        padding: 24px;
    }
    .flow-content img {
        width: 18%;
    }
    .flow-content ul li h3 {
        font-size: 18px;
        margin: 12px 0;
    }
    .privacy-content {
        font-size: 14px;
    }
    .t-th {
        width: 90px;
    }
    .flow-img img {
        width: 100%;
    }
    .headding-title {
        font-size: 18px;
        margin-bottom: 8px;
    }
    .news-list ul article li a {
        gap: 2px;
        padding: 8px 0;
        font-size: 13px;
        flex-direction: column;
        align-items: baseline;
    }
    .news-bate {
        font-size: 12px;
    }
    .news-item h3 {
        line-height: 1.4;
    }
    .s-news-body p {
        font-size: 15px;
    }
    .s-news-body a {
        color: #C63624;
        text-decoration: underline;
    }
    .s-news-body a:hover {
        opacity: .8;
        text-decoration: none;
    }
    .news-content {
        display: flex;
        flex-direction: column;
        gap: 0;
    }
    .current-money {
        font-size: 20px;
    }
    .current-money .number {
        font-size: 40px;
    }
    .u-cat ul {
        gap: 16px;
        font-size: 12px;
        margin-bottom: 8px;
    }
    .u-cat ul li img {
        width: 13px;
    }
    .s-group-txt p {
        font-size: 15px;
    }
    .report-list ul li {
        padding: 24px;
    }
    .report-list {
        gap: 16px;
        overflow-x: scroll;
        /* width: 380px; */
    }
    .report-item {
        width: 90%;
        flex-shrink: 0;
    }
    .u-report-list ul {
        gap: 12px;
    }
    .u-report-list ul li {
        padding: 24px;
    }
    .u-report-content span {
        font-size: 14px;
    }
    .u-report-content h3 {
        font-size: 20px;
        margin: 0 0 16px;
        line-height: 1.4;
    }
    .u-report-list ul li p {
        font-size: 14px;
    }
    .report-btn a {
        margin-top: 16px;
        font-size: 14px;
    }
    .faq-content {
        margin-top: 24px;
    }
    .faq-question {
        font-size: 14px;
        line-height: 1.4;
        padding: 24px 40px 24px 24px;
    }
    .faq-answer p {
        font-size: 14px;
        line-height: 1.4;
    }
    .arrow {
        position: absolute;
        top: 37px;
        right: 18px;
        width: 10px;
        height: 10px;
        z-index: 1;
    }
    .faq-item.active .arrow {
        right: 22px;
    }
    .flow-content ul li {
        flex-direction: column;
        gap: 8px;
    }
    .flow-content img {
        width: 80px;
        height: 80px;
        display: block;
        text-align: center;
        margin: 0 auto;
    }
    .flow-img img {
        width: 100%;
    }
    .flow-content ul li h3 {
        text-align: center;
    }
    .a-btn {
        max-width: 200px;
    }
    .a-btn a {
        border: 1px solid var(--main-txt-color);
        display: block;
        padding: 12px;
        font-size: 14px;
    }
	.top-back-btn {
		font-size: 10px;
	}
	.top-back-btn a {
		width: 64px;
		height: 64px;
	}
	.sns-area-title {
        font-size: 16px;
        margin-bottom: 8px;
    }
    .sns-area ul li a img {
        width: 24px;
    }
	.hp-b {
        padding-bottom: 24px;
    }
    .hp-b-title p {
        font-size: 15px;
    }
    .hp-b a {
        font-size: 13px;
    }
	.new {
        top: 2px;
        left: 2px;
        padding: 1px 6px;
        font-size: 11px;
        border-radius: 3px;
    }
}
/* tel-sp
-------------------------------------*/
@media (min-width: 767px) {
    a[href*="tel:"] {
    pointer-events: none;
    cursor: default;
    text-decoration: none;
    }
}
@media screen and (max-width: 350px) {}