.content_box_wrapper.top_fv .content_box{
    height: 30rem;
    justify-content: center;
    align-items: center;
}

.content_box_wrapper.top_fv .content_box h1{
    font-family: "Inter";
    font-weight: 600;
    font-size: 6rem;
    letter-spacing: -0.5rem;
}

.content_box_wrapper.top_members{
    padding-top: 5rem;
}

.content_box_wrapper.top_members .content_box{
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 10rem;
}

.content_box_wrapper.top_members .content_box .member_card{
    width: 18rem;
    display: flex;
    flex-direction: column;
    align-items: center;
    row-gap: 1.2rem;
}

.content_box_wrapper.top_members .content_box .member_card img{
    width: 100%;
}

.content_box_wrapper.top_members .content_box .member_card span{
    font-weight: 400;
    font-size: 1.5rem;
    font-family: "Noto Sans JP", "Inter";
}

.content_box_wrapper.top_members .content_box .member_card .link_box{
    margin-top: 1rem;
    width: 100%;
    display: flex;
    justify-content: center;
    column-gap: 1.5rem;
}

.content_box_wrapper.top_members .content_box .member_card .link_box a img{
    width: 2rem;
}

.content_box_wrapper.top_contact{
    position: relative;
    background-color: rgb(0,0,0);
    overflow-x: hidden;
    overflow-y: hidden;
    padding-top: 5rem;
    padding-bottom: 10rem;
}
.content_box_wrapper.top_contact::before{
    content: "SKYWARD";
    color: rgb(255,255,255);
    font-size: 5.5rem;
    font-family: "Inter";
    font-weight: 700;
    letter-spacing: -0.15rem;
    position: absolute;
    transform-origin: bottom right;
    transform: rotate(-90deg);
    translate: 1.2rem -6.5rem;
    top:0;
    right:0;
}
.content_box_wrapper.top_contact .content_box.header_box h2{
    color: rgb(255,255,255);
    font-size: 2rem;
    font-weight: 600;
    letter-spacing: -0.15rem;
    margin-bottom: 4rem;
}

.content_box_wrapper.top_contact .content_box.form_box form{
    width: 50%;
    min-width: 25rem;
    display: flex;
    flex-direction: column;
    row-gap: 0.7rem;
}

.content_box_wrapper.top_contact .content_box.form_box form .form_group{
    display: flex;
    flex-direction: column;
    width: 100%;
    row-gap: 0.2rem;
}

.content_box_wrapper.top_contact .content_box.form_box form .input_row{
    display: flex;
    flex-direction: row;
    column-gap: 1rem;
}

.content_box_wrapper.top_contact .content_box.form_box form button[type="submit"]{
    margin-top: 1rem;
}

@media screen and (max-width: 600px) {
    .content_box_wrapper.top_contact::before{
        content: "";
    }
    .content_box_wrapper.top_contact .content_box.form_box form{
        width: 100%;
        min-width: auto;
    }
}

.content_box_wrapper.form_submitted_result .content_box{
    height: 90vh;
    justify-content: center;
    align-items: center;
}

.content_box_wrapper.form_submitted_result .content_box h1{
    font-family: "Inter";
    font-weight: 600;
    font-size: 6rem;
    letter-spacing: -0.5rem;
}

.content_box_wrapper.form_submitted_result .content_box a{
    font-size: 0.8rem;
    text-decoration: underline;
}