@charset "utf-8";

/* CSS Document */
@media screen and (min-width: 751px) {

    /*  共通部分
----------------------------------------*/
    html {
        font-size: 100%;
        scroll-behavior: smooth;
    }

    body {
        font-family: 'Noto Sans JP', sans-serif;
        color: #ffffff;
        background-color: #071041;
        margin: 0;
    }

    a {
        color: #ffffff;
        text-decoration: none;
    }

    a:hover {
        opacity: 0.7;
    }

    img {
        max-width: 100%;
    }

    ul {
        list-style-type: none;
        padding: 0;
    }

    .wrapper {
        max-width: 750px;
        margin: 0 auto;
        padding: 0 4%;
    }

    h2,
    p,
    ul {
        margin: 0;
        color: #ffffff;
    }

    .sp {
        display: none;
    }

    .pc {
        display: block;
    }

    /*  header
------------------------------------------------------------------*/
    header {
        display: flex;
        align-items: center;
        justify-content: space-between;
        top: 0;
        width: 100%;
        position: fixed;
        z-index: 200;
        background-color: #071041;
    }

    .head {
        width: 10%;
        padding-left: 20px;
    }

    .ham {
        position: relative;
        width: 60px;
        height: 40px;
        cursor: pointer;
    }

    .ham_line {
        position: absolute;
        right: 0px;
        width: 45px;
        height: 3px;
        background-color: #000;
        transition: all 0.3s;
    }

    .ham_line1 {
        top: 10px;
    }

    .ham_line2 {
        top: 18px;
    }

    .ham_line3 {
        top: 26px;
    }

    .clicked .ham_line1 {
        transform: rotate(45deg);
        top: 20px;
    }

    .clicked .ham_line2 {
        width: 0px;
    }

    .clicked .ham_line3 {
        transform: rotate(-45deg);
        top: 20px;
    }

    .menu {
        display: block;
        position: fixed;
        margin-top: 30px;
        width: 100%;
        height: 100%;
        background: rgba(255, 255, 255, 0.9);
        transition: all 0.6s;
    }

    .clicked .menu {
        left: 0px;
    }

    header nav ul {
        font-size: 16px;
        margin-top: 40px;
    }

    header nav ul li {
        margin-bottom: 40px;
        padding-left: 30px;
    }

    header nav ul li a {
        color: #000;
    }

    .ent {
        background-color: #556fb5;
        padding: 10px 10px;
    }

    .ent>a {
        color: #fff;
        padding-left: 20px;
    }


    /*  配置/PC版両サイド
------------------------------------------------------------------*/

    .pc_flex {
        display: flex;
        justify-content: space-between;
        align-items: first baseline;
        background-color: #071041;
    }

    .center {
        width: 40%;
        margin: auto;
        background-color: #071041;
    }

    .left {
        left: 0;
        width: 30%;
        height: 100vh;
        position: fixed;
        text-align: center;
        box-sizing: border-box;
        padding: 2% 2%;
        opacity: 1;
        background-image: url(../images/left_bk.png);
        background-size: cover;
        background-repeat: no-repeat;
    }

    .pc_left_logo {
        width: 80%;
    }

    .left_bnr {
        margin-top: 30px;
        text-align: center;
    }

    .left_bnr>p {
        margin-bottom: 20px;
    }

    .left_bnr>a>img {
        width: 85%;
        margin-bottom: 30px;
    }

    .right {
        right: 0;
        width: 30%;
        height: 100vh;
        position: fixed;
        text-align: center;
        box-sizing: border-box;
        padding: 2% 2%;
        opacity: 1;
        background-image: url(../images/right_bk.png);
        background-size: cover;
        background-repeat: no-repeat;
    }


    .right_sns {
        padding: 0 20px;
        display: flex;
        justify-content: space-evenly;
        align-items: center;
    }

    .right_sns>a {
        width: 10%;
    }

    .r_nav {
        text-align: left;
        margin-top: 50%;
    }

    .r_nav>li {
        margin-bottom: 10%;
    }

    .ent02 {
        display: inline-block;
        width: 50%;
    }


    /*  main
------------------------------------------------------------------*/
    .main {
        margin-top: 0px;
        margin-bottom: 0px;
    }

    .main>img {
        width: 100%;
    }

    /*  それ以下
------------------------------------------------------------------*/

    .about {
        margin-top: 2px;
        font-size: 1.2rem;
        font-weight: 900;
        line-height: 2.5;
        font-size: 16px;
    }

    .ques {
        margin-top: 30px;
    }

    .ques h2 {
        margin-top: 80px;
        color: #ffffff;
        font-size: 20px;
        margin-bottom: 30px;
        text-align: center;
    }

    .q_00 {
        margin-top: 15px;
        color: #e93f2a;
        font-size: 1.1rem;
        font-weight: 500;
    }

    .answer {
        margin-top: 15px;
        line-height: 3.5;
        font-size: 14px;
        margin-bottom: 15px;
    }

    .fin {
        margin-top: 30px;
        font-size: 1.2rem;
        font-weight: 900;
        line-height: 2;
        color: #00a0e9;
    }


    /*  オーディションバナー
------------------------------------------------------------------*/

    .aud_bnr {
        margin-top: 10px;
        margin-bottom: 10px;
    }

    .aud_bnr>a {
        margin-bottom: 10px;
        display: inline-block;
    }


    /*  エントリーボタン
------------------------------------------------------------------*/

    .ent_btn {
        margin-top: 30px;
        text-align: center;
        margin-bottom: 50px;
    }


    .kojin {
        text-align: center;
        margin-top: 50px;
    }

    .on_a {
        background-color: #a0a0a0;
        color: #fff;
        padding: 20px 30px;
        font-size: 1rem;
    }

    .on_b {
        background-color: #e5a743;
        color: #fff;
        padding: 20px 30px;
        font-size: 1rem;
    }





    /*  footer
------------------------------------------------------------------*/

    footer {
        padding-bottom: 30px;
        text-align: center;
    }

    .ft {
        color: #000;
        margin-top: 70px;
    }

    .fot01 {
        margin-bottom: 30px;
    }

    .fot01>a>img {
        margin-bottom: 10px;
        width: 60%;
    }

    .fot01>p {
        font-size: 0.9rem;
    }

    .audtop {
        margin-top: 40px;
        margin-bottom: 40px;
    }

    .audtop>a {
        margin-top: 30px;
        background-color: #249bdb;
        padding: 10px 50px;
        color: #fff;

    }

    .fot02 {
        padding: 0 20px;
        display: flex;
        justify-content: space-evenly;
        align-items: center;
    }

    .fot02>a {
        width: 10%;
    }

    .copy {
        margin-top: 20px;
        font-size: 0.5rem;
    }


    .ttl {
        margin: 0 auto;
        padding: 0 4%;
    }

    .logo img {
        width: 70%;
        margin: 0 auto;
        display: block;
        margin-bottom: 30px;
        margin-top: 10px;
    }

    .logo2 img {
        width: 50%;
        margin: 0 auto;
        display: block;
        margin-bottom: 30px;
        margin-top: 10px;
    }

    .sns_area2 {
        display: flex;
        flex-direction: row;
        text-align: center;
        align-items: center;
        justify-content: center;
        gap: 50px;
        padding-top: 30px;
        padding-bottom: 20px;
        margin: 0 auto;
    }

    .sns_area2 img {
        width: 25px;
    }

    .dayoshi {
        text-align: center;
        font-style: italic;
    }

    .dayoshi p {
        font-size: 10px;
    }

    .dayoshi h4 {
        font-size: 12px;
        line-height: 2.5;
        font-weight: normal;
    }

    .message {
        background: #fff;
        color: #000;
        padding: 10px 4%;
        margin-top: 30px;
    }

    .message p {
        color: #000;
        padding-bottom: 10px;
    }

    .message h3 {
        text-align: center;
    }

    .ent_btn img {
        margin-top: 20px;
        text-align: center;
    }

    .iframe-wrap {
        background: #fff;
        margin: 10px 4%;
        margin-top: 50px;
    }

    .mt60 {
        margin-top: 60px;
        text-align: center;
        margin-bottom: 30px;
    }

    .dli-caret-down {
        display: inline-block;
        vertical-align: middle;
        color: #ffffff;
        line-height: 1;
        width: 0;
        height: 0;
        border-style: solid;
        border-color: transparent;
        border-width: 0.64952em 0.375em;
        border-top-color: currentColor;
        border-bottom: 0;
        margin: 0 auto;
    }

    .arrow{
        margin-top: 5px;
        text-align: center;
    }

}

/*  pc-back
------------------------------------------------------------------*/