@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: #fff;
        margin: 0;
        background-color: #000000;
        /*
        background-image: url(../images/back-pc.png);
        background-size: cover;
        background-attachment: fixed;
        */
    }

    a {
        color: #000;
        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%;
    }

    h1 {
        margin: 0;
    }

    h2,
    h3,
    h4,
    p,
    ul {
        margin: 0;
        color: #fff;
        font-size: 1rem;
        font-weight: 500;
    }

    .sp {
        display: none;
    }

    .pc {
        display: block;
    }


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

    .pc_flex {
        display: flex;
        justify-content: space-between;
        align-items: first baseline;
        opacity: 1;
        background-size: 24px 24px;
    }

    .center {
        width: 40%;
        margin: auto;
    }

    .left {
        left: 0;
        width: 30%;
        height: 40vh;
        position: fixed;
        text-align: center;
        box-sizing: border-box;
        padding: 2% 2%;
    }

    .left_fixed {
        width: 25%;
        position: fixed;
        top: 150px;
    }

    .pc_left_logo {
        width: 80%;
    }


    .right {
        right: 0;
        width: 30%;
        height: 40vh;
        position: fixed;
        text-align: center;
        box-sizing: border-box;
        padding: 2% 2%;
    }

    .right_fixed {
        width: 25%;
        position: fixed;
        bottom: 30px;
    }

    .side_sns {
        padding: 0 20px;
        display: flex;
        justify-content: space-around;
        align-items: center;
        margin-top: 20px;
    }

    .side_sns>a {
        width: 10%;
    }

    .r_nav {
        padding-left: 20%;
        text-align: center;
        margin-top: 10%;
    }

    .l_nav {
        padding-left: 20%;
        text-align: left;
        margin-top: 10%;
    }

    .l_nav>li {
        margin-bottom: 5%;
    }

    .ent01 {
        padding: 8px;
    }

    .ent01>a {
        color: #fff;
    }

    .ent02 {
        margin-top: 20px;
        display: inline-block;
        width: 100%;
    }

    .fuwafuwa {
        animation: fuwafuwa 2s linear infinite;
    }

    /* fuwafuwa */
    @keyframes fuwafuwa {
        0% {
            transform: translateY(0)
        }

        33.33333% {
            transform: translateY(30px)
        }

        66.66667% {
            transform: translateY(0)
        }

        100% {
            transform: translateY(0)
        }
    }

    /*  PC_TOPメイン
------------------------------------------------------------------*/
    .pc_top {
        margin-bottom: -5px;
    }


    /*  メインテキスト
------------------------------------------------------------------*/

    .about h1 {
        font-size: 2rem;
        font-weight: bold;
        line-height: 1.5;
        margin-bottom: 30px;
    }

    .about {
        padding-top: 60px;
        padding-bottom: 60px;
        text-align: center;
    }

    .about_p {
        font-size: 1.2rem;
        line-height: 3;
        font-weight: bold;
        text-align: left;
    }

    .section {
        margin-top: 100px;
        text-align: center;
        margin-bottom: 100px;
    }

    .sec_h2 {
        background-color: #000;
        color: #fff;
        text-align: center;
        font-size: 2rem;
        font-weight: bold;
        margin-bottom: 30px;
    }

    /*  エントリーはこちら
------------------------------------------------------------------*/

    .mini_ent {
        text-align: center;
    }

    .ent2 {
        margin-top: 20px;
    }

    .mini_ent_00 {
        background-color: #fff;
        box-shadow: 0px 10px 10px -6px rgba(0, 0, 0, 0.2);
        width: 100%;
        border-radius: 60px;
        display: inline-block;
        padding-top: 30px;
        padding-bottom: 30px;
        font-size: 2.3rem;
        font-weight: bold;
        color: #0f465a;
        border: #000 3px solid;
    }

    .mini_ent_00:hover {
        opacity: 10;
        background-color: #01418b;
        background-position: right center;
        background-size: 200% auto;
        -webkit-animation: pulse 2s infinite;
        animation: ripple 1.5s infinite;
        color: #fff;
    }

    @keyframes ripple {
        0% {
            box-shadow: 0 0 0 0 #70d4f8;
        }

        70% {
            box-shadow: 0 0 0 10px rgb(27 133 251 / 0%);
        }

        100% {
            box-shadow: 0 0 0 0 rgb(27 133 251 / 0%);
        }
    }

    /*  WEGとは
------------------------------------------------------------------*/

    .section2 {
        margin-top: 60px;
        text-align: center;
        margin-bottom: 60px;
        background-color: #fff;
        border-radius: 20px;
        padding-top: 60px;
        padding-bottom: 60px;
    }

    .sec_h2_2 {
        color: #000;
        text-align: center;
        font-size: 2rem;
        font-weight: bold;
        margin-bottom: 30px;
    }

    .about_p2 {
        color: #000;
        font-size: 1rem;
        line-height: 2.5;
        font-weight: bold;
        margin-bottom: 30px;
    }

    .graduate_h3 {
        width: 70%;
        margin: 0 auto;
    }

    .tale_flex {
        margin-top: 30px;
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        gap: 40px 10px;
    }

    .tale_flex div {
        width: 48%;
    }


    .name {
        color: #000;
        margin-top: 5px;
        text-align: center;
        font-size: 1.1rem;
    }

    .name_s {
        color: #000;
        margin-top: 5px;
        text-align: center;
        font-size: 0.7rem;
    }

    /*  合格者特典
------------------------------------------------------------------*/

    .grand_flex {
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap;
        gap: 20px 20px;
    }

    .grand_flex p {
        width: 42%;
        border: #fff 1px solid;
        padding: 30px 10px;
        line-height: 2;
    }

    .grand_p2 {
        margin-top: 20px;
        font-size: 1.5rem;
    }

    .grand_p3 {
        border: #fff 1px solid;
        padding: 30px 10px;
        line-height: 2;
        margin-top: 20px;
    }

    .sankaku2 {
        text-align: center;
        margin-top: 30px;
        font-size: 2rem;
        color: #fff;
    }

    /*  応募からの流れ
------------------------------------------------------------------*/

    .flow_01 {
        margin-top: 40px;
        text-align: center;
    }

    .flow_ti {
        display: inline-block;
        color: #000;
        border-bottom: 2px solid #000;
        font-size: 1.8rem;
        font-weight: bold;
        margin-bottom: 20px;
    }

    .flow_p {
        color: #000;
        margin-bottom: 10px;
        font-weight: 400;
    }

    .flow_p2 {
        color: #000;
        font-size: 1.5rem;
    }

    .sankaku {
        text-align: center;
        margin-top: 30px;
        font-size: 2rem;
        color: #000;
    }

    /*  スライダー
------------------------------------------------------------------*/

    .slider02 {
        margin-top: 60px;
    }

    .slider02 img {
        width: 40;
        /*スライダー内の画像を横幅100%に*/
        height: auto;
    }

    /*  募集要項
------------------------------------------------------------------*/

    .ded_txt {
        margin-top: 30px;
        text-align: left;
        padding: 0;
    }

    .ded_txt01 {
        border-bottom: 1px solid #fff;
        padding: 25px 0px;
        align-items: start;
    }

    .ded_tit {
        font-size: 1.3em;
        margin-bottom: 10px;
        color: #fff;
        padding-left: 5px;
    }

    .ded_tit02 {
        font-size: 1rem;
        line-height: 2;
        color: #fff;
        padding-left: 5px;
    }

    .area {
        background-color: #fff;
        padding-left: 10px;
        padding-top: 10px;
        padding-bottom: 10px;
        font-size: 1.1rem;
        margin-top: 30px;
        color: #000;
    }

    .area_flex {
        margin-top: 20px;
        display: flex;
        flex-wrap: wrap;
        justify-content: start;
        gap: 10px 10px;
    }

    .area_flex a {
        width: 23%;
        background-color: #fff;
        color: #000;
        text-align: center;
        border-radius: 10px;
        padding-top: 20px;
        padding-bottom: 20px;
        font-weight: bold;
        font-size: 1.2rem;
    }

    .area_flex a:hover {
        opacity: 10;
        background-position: right center;
        background-size: 200% auto;
        -webkit-animation: pulse 2s infinite;
        animation: ripple 1.5s infinite;
        color: #fff;
        background-color: #01418b;
    }

    .ent2 {
        margin-top: 20px;
    }

    /*  よくある質問
------------------------------------------------------------------*/

    .qa2 {
        margin-top: 30px;
    }

    .qa2>details>summary {
        margin-top: 20px;
        text-align: left;
        color: #000;
        font-size: 1rem;
        font-weight: bold;
        padding: 10px;
        background-color: #fff;
    }


    .q_aa2 {
        text-align: left;
        padding: 5px;
        font-size: 1rem;
        font-weight: 700;
        color: #fff;
        line-height: 2;
        margin-top: 10px;
    }

    /*  個人情報の取り扱いについて
------------------------------------------------------------------*/

    .kojin {
        text-align: center;
    }

    .on_a {
        display: inline-block;
        background-color: #fff;
        color: #1b1b1b;
        padding: 20px 30px;
        font-size: 1rem;
    }

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

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

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

    .fot01>a>img {
        width: 60%;
    }

    .copy {
        margin-top: 20px;
    }

    .copy>p {
        color: #fff;
        font-size: 0.6rem;
    }

    /*  モーダルウィンドウ
------------------------------------------------------------------*/

    /*infoエリアをはじめは非表示*/
    #info {
        display: none;
    }

    .modal-open {
        display: none;
    }

    /*モーダルの横幅を変更したい場合*/
    .modaal-container {
        max-width: 600px;
    }

    /*モーダルのボタンの色を変更したい場合*/
    .modaal-close:after,
    .modaal-close:before {
        background: #ccc;
    }

    .modaal-close:focus:after,
    .modaal-close:focus:before,
    .modaal-close:hover:after,
    .modaal-close:hover:before {
        background: #666;
    }

    .modal_ent {
        margin-top: 10px;
        width: 100%;
        background-color: #70d4f8;
        padding: 10px 30px;
        border-radius: 30px;
        font-size: 1.5rem;
        font-weight: 700;
        display: inline-block;
        text-align: center;
    }

}