@charset "UTF-8";

.mv {
    width: 100vw;
    height: 40.44117647058824vw;
    margin-top: 9.558823529411764vw;
    background-image: url("../img/en/mv.png");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

@media(max-width:780px) {
    .mv {
        background-image: url("../img/en/sp/mv.png");
        height: 153.84615384615387vw;
        margin-top: 18.461538461538463vw;
    }
}

.sec03 {
    .sec03-02 {
        h3 {
            width: 17.352941176470587vw;
        }
    }

    .sec03-03 {
        h3 {
            width: 30.808823529411768vw;
        }

        ul {
            li {
                .participant-wrap {
                    width: 45.955882352941174vw;
                }
            }
        }
    }

    .sec03-04 {
        h3 {
            width: 26.176470588235297vw;
        }
    }
}

@media(max-width:780px) {
    .sec03 {
        .sec03-02 {
            h3 {
                width: 60.51282051282051vw;
            }
        }

        .sec03-03 {
            h3 {
                width: 50.76923076923077vw;
            }


            ul {
                li {
                    .participant-wrap {
                        width: 100%;
                    }
                }
            }
        }

        .sec03-04 {
            h3 {
                width: 100%;
                letter-spacing: initial;
            }
        }
    }
}

.sec04 {
    .program-description {
        .title {
            width: 11.397058823529411vw;
        }
    }
}

@media(max-width:780px) {
    .sec04 {
        .program-description {
            .title {
                width: 100%;
            }
        }
    }
}

.sec05 {
    h3 {
        width: 22.058823529411764vw;
    }
}

@media(max-width:780px) {
    .sec05 {
        h3 {
            width: 84.61538461538461vw;
            margin: 7.6923076923076925vw auto;
            text-align: center;
        }
    }
}

@media(max-width:780px) {
    .cta {
        h4 {
            span {
                padding: 0;
            }
        }
    }
}