@charset "UTF-8";

/* CSS Document */

@media screen and (min-width: 1025px) {

    .regulation_footer {
        background: #f2f0f0;
    }

    /*
    第2回ヘッダービジュアル
    */
    .header-main-wrap {
        width: 80%;
    }

    .header-main-wrap .header-main-visual {
        background: #FFF;
        margin-left: 7.5%;
        overflow: hidden;
        transform: skewX(-15deg);
        width: 100%;
    }

    .header-main-wrap .header-main-visual img {
        transform: skewX(15deg) scale(1.2)translateY(-45px);
        width: 100%;
    }

    .main-title {
        left: 25%;
        margin: 0 auto;
        position: absolute;
        top: 3%;
    }

    .main-title h1 {
        color: #fff;
        font-family: serif;
        font-weight: 700;
        font-size: 33px;
        line-height: 1.3;
        text-shadow: 0px 3px 6px rgba(0, 0, 0, 1);
    }

    .main-title h1 span {
        display: block;
        font-size: 20px;
        font-weight: 700;
    }

    /*
    sec2
    */

    .section2 {
        background: #161925;
        margin-left: auto;
        margin-right: 40px;
        margin-top: -40px;
        padding: 30px 0;
        transform: skewX(-15deg);
        width: 80%;
    }

    .section2 .text-wrap {
        color: #fff;
        line-height: 1.5;
        margin: 0 auto;
        transform: skewX(15deg);
        width: 70%;
    }

    .section2 .text-wrap h2 {
        font-size: 21px;
        font-weight: 700;
    }

    /*
    sec3
    */

    .section3 {
        display: flex;
        flex-wrap: nowrap;
        justify-content: space-between;
        margin: 120px auto 0;
        max-width: 1220px;
        width: 90%;
    }

    .section3 .img-section {
        font-size: 15px;
        line-height: 1.5;
        text-align: center;
        width: 49%;
    }

    .section3 .img-section img {
        width: 100%;
    }

    .section3 .text-wrap {
        line-height: 1.5;
        width: 49%;
    }

    .section3 .text-wrap a,
    .section3 .text-wrap a:hover,
    .section3 .text-wrap a:visited {
        color: #000;
        text-decoration: underline;
    }

    .section3 .text-wrap h2 {
        font-size: 21px;
        font-weight: 700;
        margin-bottom: 12px;
    }

    /*
    sec4
    */

    .section4 {
        display: flex;
        flex-wrap: nowrap;
        justify-content: space-between;
        margin: 120px auto 0;
        max-width: 1220px;
        width: 90%;
    }

    .section4 .img-section {
        transform: skewX(15deg);
        overflow: hidden;
        width: 43%;
    }

    .section4 .img-section img {
        transform: skewX(-15deg) scale(1.3)translateY(-2px);
        width: 100%;
    }


    .section4 .img-section .caption {
        font-size: 15px;
        line-height: 1.5;
        text-align: center;
        transform: skewX(-15deg);
    }

    .section4 .text-wrap {
        line-height: 1.5;
        width: 49%;
    }

    .section4 .text-wrap h2 {
        font-size: 21px;
        font-weight: 700;
        margin-bottom: 12px;
        text-align: center;
    }



    /*
    sec5
    */
    .section5 {
        margin: 120px auto 0;
        max-width: 1220px;
        width: 100%;
    }

    .section5 img {
        width: 100%;
    }

    .section5 .caption {
        font-size: 15px;
        line-height: 1.5;
        text-align: center;
    }

    .section5 .text-wrap {
        line-height: 1.5;
        margin: 30px auto 0;
        width: 800px;
    }

    .section5 .text-wrap h2 {
        font-size: 21px;
        font-weight: 700;
        margin-bottom: 12px;
        text-align: center;
    }



    /*
    sec6
    */

    .section6 {
        display: flex;
        flex-wrap: nowrap;
        justify-content: space-between;
        align-items: center;
        margin: 120px auto 0;
        max-width: 1220px;
        width: 90%;
    }

    .section6 .img-section {
        height: 480px;
        transform: skewX(-15deg);
        overflow: hidden;
        width: 30%;
    }

    .section6 .img-section img {
        transform: skewX(15deg) scale(1.8)translateY(62px)translateX(-60px);
        width: 100%;
    }


    .section6 .text-wrap {
        line-height: 1.5;
        margin-top: -70px;
        width: 58%;
    }

    .section6 .text-wrap h2 {
        font-size: 21px;
        font-weight: 700;
        margin-bottom: 12px;
    }


    /*
    sec7
    */
    .section7 {
        margin: 120px auto 0;
        max-width: 1220px;
        width: 100%;
    }

    .section7 img {
        width: 100%;
    }

    .section7 .caption {
        font-size: 15px;
        line-height: 1.5;
        text-align: center;
    }

    .section7 .text-wrap {
        line-height: 1.5;
        margin: 30px auto 0;
        width: 800px;
    }

    .section7 .text-wrap h2 {
        font-size: 21px;
        font-weight: 700;
        margin-bottom: 12px;
        text-align: center;
    }









}
