@charset "utf-8";

/*********************************************************************
*
*  For about
*
*********************************************************************/

/* ---------------------------------------------------- */
/* sec_ttl_wrap */
/* ---------------------------------------------------- */
.sec_ttl_wrap .ttl_1 {
    margin-bottom: 0;
}

/* ---------------------------------------------------- */
/* sec_concept_wrap */
/* ---------------------------------------------------- */
.sec_concept_wrap {
    height: 800px;
    background-image: url(../img/bg_1.jpg);
    background-size: cover;
    background-position: center;
}

.sec_concept_wrap .box_1 {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, 50%);
    padding: 30px 20px;
    width: auto;
    color: #fff;
    border: 1px solid #fff;
    text-shadow: 0px 0px 5px rgba(0, 0, 0, 0.3);
}

.sec_concept_wrap .ttl_1 {
    margin-bottom: 20px;
    font-size: 28px;
    font-weight: 700;
    letter-spacing: 0.2em;
    text-align: center;
}

.sec_concept_wrap .desc_1 {
    font-size: 18px;
    line-height: 2;
    text-align: center;
    white-space: nowrap;
}

.sec_concept_wrap .copyright {
    position: absolute;
    right: 20px;
    bottom: 20px;
    color: #fff;
    font-size: 11px;
}

@media (max-width: 999px) {
    .sec_concept_wrap {
        height: auto;
    }

    .sec_concept_wrap .box_1 {
        position: static;
        transform: translate(0%, 0%);
        padding: 30px 15px;
        width: auto;
    }

    .sec_concept_wrap .ttl_1 {
        margin-bottom: 15px;
        font-size: 28px;
    }

    .sec_concept_wrap .desc_1 {
        font-size: 15px;
    }
}

/* ---------------------------------------------------- */
/* sec_overview_wrap */
/* ---------------------------------------------------- */
.sec_overview_wrap .list table {
    width: 100%;
    border: 1px solid #c9c9c9;
}

.sec_overview_wrap .list caption {
    padding-bottom: 30px;
    font-size: 18px;
    font-weight: 700;
}

.sec_overview_wrap .list th {
    padding: 15px 30px;
    text-align: center;
    white-space: nowrap;
    border: 1px solid #c9c9c9;
    letter-spacing: 0.05em;
}

.sec_overview_wrap .list td {
    padding: 15px 30px;
    border: 1px solid #c9c9c9;
    letter-spacing: 0.05em;
}
.sec_overview_wrap .sponsor_wrap {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    margin-right: -20px;
    margin-bottom: -20px;
}

.sec_overview_wrap .comname {
    display: inline-block;
    margin-right: 20px;
    margin-bottom: 20px;
}

.sec_overview_wrap .com_1 {
    width: 100px;
}

.sec_overview_wrap .com_2 {
    width: 150px;
}
.sec_overview_wrap .com_3 {
    width: 100px;
}
.sec_overview_wrap .com_4 {
    width: 100px;
}

.sec_overview_wrap .com_5 {
    width: 90px;
}
@media (max-width: 999px) {
    .sec_overview_wrap .list table {
        font-size: 12px;
    }

    .sec_overview_wrap .list caption {
        font-size: 16px;
        text-align: center;
    }

    .sec_overview_wrap .list th {
        padding: 10px 10px;
        letter-spacing: 0em;
    }

    .sec_overview_wrap .list td {
        padding: 10px 10px;
        letter-spacing: 0em;
    }
    .sec_overview_wrap .com_1 {
        width: 80px;
    }

    .sec_overview_wrap .com_2 {
        width: 120px;
    }
    .sec_overview_wrap .com_3 {
        width: 80px;
    }
    .sec_overview_wrap .com_4 {
        width: 80px;
    }
    .sec_overview_wrap .com_5 {
        width: 70px;
    }
}
