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

@media screen and (max-width: 750px) {

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

    body {
        font-family: 'Noto Sans JP', sans-serif;
        color: #1F1F1F;
        background-color: #4d4d4d;
        margin: 0px;
    }

    .pc_flex::before {
        content: "";
        display: block;
        position: fixed;
        top: 0;
        left: 0;
        z-index: -1;
        width: 100%;
        height: 100vh;
        background-repeat: no-repeat;
        background-position: 50% 100%;
        background-image: url(../images/back-sp.png);
        background-size: cover;
    }

    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;
    }

    h3,
    h2,
    h4,
    p,
    ul {
        margin: 0;
        color: #313131;
    }

    .sp {
        display: block;
    }

    .pc {
        display: none;
    }

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

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

    .head2 {
        width: 40%;
        padding-left: 20px;
    }

    .head2>a>img {
        width: 20%;
        margin-left: 10px;
    }

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

    .ham_line {
        position: absolute;
        right: 10px;
        width: 45px;
        height: 3px;
        background-color: #313131;
        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: 20px;
        width: 100%;
        height: 100%;
        background: rgba(75, 75, 75, 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: #fff;
    }

    /*  main
------------------------------------------------------------------*/
    .main>img {
        width: 100%;
        margin-top: 80px;
    }

    /*  概要
------------------------------------------------------------------*/

    .about {
        padding-top: 10px;
        padding-bottom: 30px;
    }

    .about_p {
        text-align: left;
        font-weight: bold;
        line-height: 3;
        font-size: 1rem;
        background-color: #000;
        color: #fff;
        display: inline;
        padding: 5px;
    }

    .yellow {
        color: #fff100;
    }

    /*  プログラム紹介
------------------------------------------------------------------*/

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

    .program h2 {
        font-size: 2rem;
    }

    .pro00 {
        margin-top: 30px;
        text-align: left;
        background: rgba(0, 0, 0, 0.6);
        padding: 15px;
    }

    .pro_h3 {
        background-color: #fff;
        color: #1f1f1f;
        padding-top: 5px;
        padding-bottom: 5px;
        font-size: 0.9rem;
        font-weight: bold;
    }

    .pro_about {
        margin-top: 10px;
        font-size: 1rem;
        line-height: 1.8;
        font-weight: 700;
        color: #fff;
    }

    .pro00 h4 {
        border-bottom: #fff 2px solid;
        padding-bottom: 5px;
        margin-top: 20px;
        font-size: 1rem;
        color: #fff;
    }

    .pro_pp {
        font-size: 0.8rem;
        margin-top: 10px;
        line-height: 1.8;
        color: #fff;
    }

    .m_top {
        margin-top: 30px;
        padding-left: 10px;
    }

    .event {
        margin-top: 10px;
    }

    /*  関西校
------------------------------------------------------------------*/

    .kansai {
        margin-top: 30px;
    }

    /*  注意事項
------------------------------------------------------------------*/

    .note {
        margin-top: 30px;
        text-align: left;
    }

    .note h2 {
        border-bottom: #1f1f1f 3px solid;
        margin-bottom: 10px;
        font-size: 1.3rem;
    }

    .note p {
        font-weight: bold;
        font-size: 0.8rem;
        line-height: 2;
    }

    /*  説明会エントリー
------------------------------------------------------------------*/

    .entry {
        text-align: center;
        background-color: #fff;
        border-radius: 20px;
        padding: 20px;
        box-shadow: 0px 10px 10px -6px rgba(0, 0, 0, 0.5);
    }

    .ent_pp {
        font-weight: bold;
        margin-bottom: 5px;
        font-size: 1rem;
        margin-top: 20px;
    }

    .blue {
        color: #00b7ee;
    }

    .orenge {
        color: #ec6941;
    }


    /*  個人情報
------------------------------------------------------------------*/

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

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

    /*  固定エントリー
------------------------------------------------------------------*/

    .ent_form_sp {
        position: fixed;
        bottom: 0px;
        z-index: 500;
        background-color: #fff45c;
        padding: 10px;
    }

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

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

    .ft {
        color: #000;
    }

    .fot01 {
        margin-bottom: 30px;
    }

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

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


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

    .fot02>a {
        width: 10%;
    }

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

    /*  固定エントリー
------------------------------------------------------------------*/

    .ent_btn_sp {
        width: 100%;
        text-align: center;
        position: fixed;
        z-index: 500;
        bottom: 0px;
        display: flex;
        justify-content: space-between;

    }

    .sp_line {
        width: 50%;
    }

    .sp_webent {
        width: 50%;
    }
}

[id^="form"] {
    scroll-margin-top: 40px;
}