#supporter-list .m-ttl {
    text-align: center;
    margin-bottom: 60px;
}
#supporter-list .m-ttl h2 {
    color: #151A8C;
    font-size: 3.6rem;
    line-height: 1.5;
    margin-bottom: 20px;
}
#supporter-list .m-ttl p {
    color: #151A8C;
    font-weight: bold;
}
#supporter-list .block {
    display: flex;
    flex-wrap: wrap;
    row-gap: 60px;
    column-gap: 3%;
    justify-content: space-around;
}
#supporter-list .kiyosaki {
    width: 85%;
    max-width: 1200px;
    margin: auto;
}
#supporter-list .kiyosaki .item {
    position: relative;
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: stretch;
    background-color: #fff;
    border-radius: 20px;
    margin-bottom: 110px;
}
#supporter-list .kiyosaki .item .txt {
    width: 70%;
    padding: 50px 40px 45px 60px;
}
#supporter-list .kiyosaki .item .txt .ttl {
    font-size: 1.6rem;
    font-weight: bold;
    margin-bottom: 25px;
    color: #333;
}
#supporter-list .kiyosaki .item .txt h3 {
    font-size: 2.2rem;
    font-weight: bold;
    margin-bottom: 15px;
    color: #333;
}
#supporter-list .kiyosaki .item h3 span {
    font-size: 1.4rem;
}
#supporter-list .kiyosaki .item .txt .content {
    font-weight: bold;
    margin-bottom: 25px;
    line-height: 1.75;
    text-align: justify;
}
#supporter-list .kiyosaki .item .pic {
    width: 30%;
    height: auto;
    display: flex;
}
#supporter-list .kiyosaki .item .pic img {
    width: 100%;
    height: auto;
    border-radius: 0 20px 20px 0;
    object-fit: cover;
    flex-grow: 1;
}
#supporter-list .block .item {
    background-color: #fff;
    padding: 30px 20px 20px 20px;
    max-width: 400px;
}
#supporter-list .block .item:nth-child(3n) {
    margin-right: 0;
}
#supporter-list .block .item img {
    width: 100%;
    aspect-ratio: 1 / 1;
    border-radius: 20px;
    margin-bottom: 30px;
}
#supporter-list .block .item h3 {
    font-weight: bold;
    font-size: 2.2rem;
    margin-bottom: 12px;
}
#supporter-list .block .item h3 span {
    font-size: 1.4rem;
}
#supporter-list .block .item ul {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 13px;
}
#supporter-list .block .item p {
    text-align: justify;
    line-height: 1.5;
}
@media (min-width: 768px) {
    #supporter-list .block .item {
        width: 47%;
    }
}
@media (min-width: 992px) {
    #supporter-list .block .item {
        width: 31%;
    }
}
@media screen and (max-width: 768px) {
    #supporter-list {
        padding-top: 0;
    }
    #supporter-list .m-ttl h2 {
        font-size: 2.6rem;
    }
    #supporter-list .kiyosaki .item {
        width: 100%;
        flex-direction: column-reverse;
        border-radius: 30px 5px 30px 5px;
        box-shadow: 6px 7px 7px -1px rgba(0, 0, 0, 0.3);
    }
    #supporter-list .kiyosaki .item .txt {
        width: 100%;
        padding: 50px 20px 25px 20px;
    }
    #supporter-list .kiyosaki .item .pic {
        width: 100%;
        display: block;
    }
    #supporter-list .kiyosaki .item .pic img {
        border-radius: 30px 5px 0 0;
    }
    #supporter-list .kiyosaki .item .bnr {
        top: -70px;
        left: 50%;
    }
}
/*コーディネーター配置PDF*/
section.supporer_pdf {
    margin: -20px auto 80px;
}
.supporer_pdf .ttl {
    display: flex;
    justify-content: center;
    align-items: center;
    color: #151a8c;
    margin-bottom: 10px;
}
.supporer_pdf .ttl::before, .supporer_pdf .ttl::after {
    width: 3px;
    height: 40px;
    background-color: #151a8c;
    content: '';
}
.supporer_pdf .ttl::before {
    transform: rotate(-35deg);
    margin-right: 30px;
}
.supporer_pdf .ttl::after {
    transform: rotate(35deg);
    margin-left: 30px;
}
.supporer_pdf a, .supporer_pdf .arr_co {
    display: block;
    max-width: 540px;
    margin: auto;
}
.arr_co {
    position: relative;
    padding: 20px 84px 20px 20px;
    text-align: center;
    background-color: #151a8c;
    box-shadow: 3px 3px 6px rgb(0 0 0 / 50%);
    border: 1px solid #ccbd92;
    border-radius: 1.25rem;
    color: #ffffff;
    font-size: 2rem;
    font-weight: bold;
    line-height: 1.8;
    transition: 0.3s;
}
.arr_co span {
    padding: 0 14px;
    font-family: sans-serif;
    font-size: 2.4rem;
    background-color: #005ae0;
    border: 1px solid;
    border-radius: 8px;
}
.arr_co i {
    position: absolute;
    right: 20px;
    top: 50%;
    transform: translateY(-50%);
    width: 60px;
    padding: 10px 30px 10px 10px;
    background-color: #ffffff;
    border: 1px dashed;
    font-size: 40px;
    color: #E53935;
}
.arr_co:hover {
    box-shadow: 1px 1px 2px rgb(0 0 0 / 50%);
    background-color: #151a8c;
}
.arr_co::before, .arr_co::after {
    position: absolute;
    top: -1.5em;
    right: -1.5em;
    width: 3em;
    height: 3em;
    content: "";
}
.arr_co::before {
    border: 1px solid #ffffff33;
    border-radius: 50%;
    animation: anim-arr_co-circle 1.4s linear infinite;
}
.arr_co::after {
    background: url('data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%20190%20247%22%3E%3Cpath%20d%3D%22M190%2C123.5c-90%2C3.6-92.2%2C6.5-95%2C123.5-2.8-117-5-119.9-95-123.5%2C90-3.6%2C92.2-6.5%2C95-123.5%2C2.8%2C117%2C5%2C119.9%2C95%2C123.5Z%22%20fill%3D%22%23fff%22%2F%3E%3C%2Fsvg%3E') no-repeat center;
    animation: anim-arr_co-star 1.4s linear infinite;
    filter: opacity(.8);
}
@keyframes anim-arr_co-circle {
    0% {
        opacity: 0;
        transform: scale(0);
    }
    75% {
        opacity: 0;
    }
    80% {
        opacity: 1;
        transform: scale(1);
    }
    100% {
        opacity: 0;
        transform: scale(1.5);
    }
}
@keyframes anim-arr_co-star {
    0% {
        opacity: 0;
        transform: scale(0);
    }
    75% {
        opacity: 0;
        transform: scale(0);
    }
    80% {
        opacity: 1;
    }
    85% {
        opacity: 1;
        transform: scale(1.5) rotate(50deg);
    }
    95% {
        opacity: 0;
        transform: scale(4) rotate(150deg);
    }
    100% {
        opacity: 0;
        transform: scale(0) rotate(80deg);
    }
}
@media (max-width: 575.98px) {
    .supporer_pdf .ttl {
        font-size: 1.8rem;
    }
    .arr_co {
        font-size: 1.6rem;
    }
    .arr_co span {
        font-size: 2rem;
    }
}