@charset "utf-8";
/* CSS Document */

.work-h3 .pc{
    display: none;
}


.flex-ri .sp{
    display: block;
}


header h1{
    width: 35%;
    line-height: 10vw;
}

header .accessibility{
    right: 5px;
    bottom: 5px;
}

.menu-btn {
    width: 7%;
    height: 6vw;
    min-width:30px;
    top:7px;
    left: 10px;
}

.goto-form{
    width: 13%;
}

main section h2{
    font-size:20px; 
}

main .about{
    width: 90%;
}

main .apply section h2 span{
    width: 27%;

}

main .apply section dd{
    font-size: 15px;
}

main .apply section dd span{
    display: inline-block;
    line-height: 1.5;
}

main .award{
    width: 90%;
}

main .award-about{
    width: 90%;
}

main .apply section .caption{
    width: 85%;
    margin: 1.5em auto 0;
}

main .apply section dl:first-of-type{
    line-height: 1.3;
}

main .apply section dl:first-of-type dd{
    margin-top: 0.5em;
}

main .apply section .caption dt,main .apply section .caption p{
    width: 35%;
}

main .apply section .caption .term-red{
    width: 80%;
    margin: 0 auto;
    font-size:18px;
}

main .apply section .caption .repu{
    width:85%;
}

main .apply section div.caption .movie,main .apply section div.caption .image{
    width: 100%;
}

main .apply section>h3{
    font-size:20px;
    margin-top: 1.5em;
}

main .apply section .schedule{
    margin-bottom: 2em;
}

main .apply section div.caption .movie h3,main .apply section div.caption .image h3{
    padding: 4em 0.3em;
}

main .apply section div.caption div ul li{
    margin-left: 1.5em;
}

main .apply section .form{
    width: 80%;
}

#sub .work .flex-ri{
    display: flex;
    justify-content: center;
}

#sub .work div.work-h3{
    border-bottom: 5px solid yellow;
}

#sub .work .work-h3 h3{
    margin: 0 auto;
    font-size: 20px;
}

#sub .work p.sp{
    width: fit-content;
    font-size: 14px;
    color: #fff;
    background-color: #e60012;
    padding: 0 1em;
    margin-top: 0.3em;
}

#sub .work .work-img .work-img-title,#sub .work .work-img>p{
    width:100%;
}

#sub .work .work-img .work-img-title p:first-child{
    width: 65%;
}

#movie_about .movie_aboutin .movie_aboutin_in .movie{
    width: 90%;
}

footer .foot{
    width: 85%;
    display: block;
}

footer .foot .rogo-foot{
    width: 75%;
    margin: 0 auto;
}

footer .foot .contact,footer .foot ul{
    width: 100%;
    margin-top: 1em;
    text-align: center;
}

footer .foot .contact{
    border-top: 2px dotted #000;
    padding-top: 1em;
}

footer .foot .contact::after,footer .foot .contact::before{
    content: "▼";
    display: inline-block;
    color: #e60012;
    font-size: 0.8em;
}

footer .foot ul li span{
    display: inline-block;
}
