@charset "utf-8";


#pc_logo,
.primary {
    background-color: #111;
    color: #fff;
    position: relative;
}

p {
    font-size: clamp(0.938rem, 0.901rem + 0.18vw, 1.125rem)
        /*15-18px*/
    ;
    line-height: 1.8;
}

.sub_page h1.main_title {
    writing-mode: vertical-rl;
    text-orientation: upright;
    font-size: clamp(1.875rem, 1.514rem + 1.81vw, 3.75rem)
        /*30-60px*/
    ;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 1em 0.5em;
}

.position {}

.img {
    padding: 1rem 0;
}

.big {
    font-size: 1.2em;
    font-weight: bold;
}

.sub_page .primary h2.sub_tit {
    font-size: 15px;
    margin: 0 auto;
    padding: 0;
    color: #ea16ca;
}

.support_members {
    padding: 1em 0;
}

.support_members dt {}

.support_members dt .name:before {
    content: "▶";
    padding: 0 4px 0 0;
}

.support_members dd {
    padding: 1rem;
}

/***********************************/
/*600px以上*/
@media (min-width: 600px) {
    .sub_page h1.main_title {
        position: absolute;
        top: 0;
        right: 0;
        width: 20%;
    }

    .first_img {
        width: 80%;
        text-align: left;
    }

    .first_img img {}

    .support_members {
        padding: 1em 0;
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        align-items: center;
    }

    .support_members.reverse {
        flex-direction: row-reverse;
    }

    .support_members dt {
        width: 50%;
    }

    .support_members .name {
        text-align: right;
        display: block;
        font-size: 1.2em
    }

    .support_members.reverse .name {
        text-align: left;
    }

    .support_members dd {
        padding: 0 1rem;
        width: 50%;
    }

}

/*900px以上*/
@media (min-width: 900px) {
    .first_img img {
        height: 44vw;
        width: 100%;
        object-fit: cover;
        aspect-ratio: 16 / 9;
    }
}

/***********************************/
/*600px以上*/
@media (min-width: 600px) {}

/*900px以上*/
@media (min-width: 900px) {}