@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: #313131;
        background-color: #fff;
        margin: 0;
    }

    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: 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: #fff;
    }

    .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: 20px;
        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-image: url(../images/back-pc.png);
        background-size: cover;
        background-attachment: fixed;
    }

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

    .left {
        left: 0;
        width: 30%;
        height: 100vh;
        position: fixed;
        text-align: center;
        box-sizing: border-box;
        padding: 2% 2%;
        margin-top: 200px;
    }

    .pc_left_logo {
        width: 80%;
    }

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

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

    .left_bnr>a>img {
        width: 80%;
        margin-bottom: 20px;
    }

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


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

    .right_sns>a {
        width: 10%;
    }

    .l_nav {
        text-align: center;
        margin-top: 15%;
    }

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

    .l_nav>li>a {
        font-weight: bold;
        padding-bottom: 5px;
    }

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

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

    .ent02 {
        display: inline-block;
    }

    .gradient2>img {
        width: 70%;
    }

    /*hoverした際の、背景の場所とテキスト色の変更*/
    .gradient2:hover {
        color: #fff;
        background-position: 99% 50%;
    }


}

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

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

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

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

.yellow {
    color: #fff100;
}


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

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

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

.blue {
    color: #00b7ee;
}

.orenge {
    color: #ec6941;
}

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

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

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

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

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

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

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

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

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

.event {
    margin-top: 30px;
}

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

.kansai {
    margin-top: 30px;
}

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

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

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

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



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

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

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


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

footer {
    padding-bottom: 30px;
    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;
}

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

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

#form{
    background-color: #fff;
    margin-top: 30px;
}