@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: #010101;
        margin: 0;
        background-color: #fff;
        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: #1b1b1b;
        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;
        background-color: #fff;
        box-shadow: 0px 0px 6px 3px rgba(0, 0, 0, 0.4);
    }

    .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: 5%;
    }

    .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;
        top: 5%;
    }

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

    .side_sns>a {
        width: 10%;
    }

    .left_bottom {
        width: 25%;
        position: fixed;
        bottom: 5%;
    }

    .left_bottom img {
        width: 80%;
    }


    .r_nav {
        padding-left: 20%;
        text-align: left;
    }

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


    .ent01 {
        padding: 8px;
    }

    .ent01>a {
        color: #010101;
    }

    .r_ent {
        width: 25%;
        position: fixed;
        bottom: 5%;
    }

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

    .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)
        }
    }

    /*  about
------------------------------------------------------------------*/

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

    .about_flex {
        display: flex;
        justify-content: space-between;
        align-items: start;
    }

    .about_flex p {
        width: 48%;
        line-height: 3;
        font-family: "Zen Old Mincho", serif;
        font-weight: 400;
        font-size: 1.1rem;
    }

    .about_flex img {
        width: 48%;
    }

    /* コンセプト/活動内容
------------------------------------------------------------------*/

    .blueback {
        background-color: #3bb2ea;
    }

    .h2_00 {
        font-family: "Zen Old Mincho", serif;
        font-size: 3.5rem;
        text-align: center;
        letter-spacing: 3px;
        line-height: 0.8;
    }

    .h2_s {
        font-size: 1.3rem;
    }

    .h2_white {
        color: #fff;
    }

    .concept p {
        background-color: #fff;
        width: 100%;
        padding-top: 10px;
        padding-bottom: 10px;
        text-align: center;
        margin-top: 30px;
        font-size: 1.3rem;
        font-weight: 400;
        font-style: italic;
    }

    .ac_top {
        margin-top: 50px;
    }

    .activity p {
        border: #fff 2px solid;
        color: #fff;
        width: 100%;
        padding-top: 10px;
        padding-bottom: 10px;
        text-align: center;
        margin-top: 30px;
        font-size: 1.3rem;
        font-weight: 400;
        font-style: italic;
    }


    /* 特別講師
------------------------------------------------------------------*/

    .pink {
        background-image: linear-gradient(38deg, rgba(255, 116, 141, 1), rgba(255, 125, 175, 1));
    }

    .h2_01 {
        font-family: "Zen Old Mincho", serif;
        font-size: 3.5rem;
        text-align: center;
        letter-spacing: 3px;
        line-height: 0.8;
    }

    .lecturer_p{
        text-align: center;
        color: #fff;
        margin-top: 30px;
        font-size: 1.5rem;
        font-weight: 400;
        line-height: 2;
    }

    .lecturer {
        display: flex;
        justify-content: space-between;
        align-items: start;
        margin-top: 40px;
        border-top: #fff 1px solid;
        padding-top: 40px;
    }

    .lecturer img {
        width: 45%;
    }

    .lecturer_r {
        width: 50%;
    }

    .lecturer_r h3 {
        color: #fff;
        font-size: 2rem;
        font-style: italic;
    }

    .lecturer_r h4 {
        color: #fff;
        margin-top: 10px;
        font-weight: 400;
        font-size: 0.9rem;
        line-height: 2;
    }

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

    .ent {
        padding-top: 50px;
    }

    .ent a {
        display: inline-block;
        width: 100%;
        padding-top: 20px;
        padding-bottom: 20px;
        background-color: #ea68a2;
        border-radius: 50px;
        color: #fff;
        text-align: center;
        font-size: 1.5rem;
        box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, 0.5), inset 0px -3px 6px -2px rgba(0, 0, 0, 0.3);
        font-weight: 600;
    }

    /*  応募条件
------------------------------------------------------------------*/

    .condi {
        margin-top: 30px;
    }

    .condi li {
        margin-top: 30px;
        font-size: 1.4rem;
        font-weight: 400;
    }

    .condi_p {
        text-align: center;
        margin-top: 50px;
        font-size: 1.3rem;
        color: #00a0e9;
    }

    .condi_img {
        margin-bottom: 50px;
    }

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

    .bene_flex {
        margin-top: 30px;
        display: flex;
        justify-content: space-between;
        align-items: start;
    }

    .bene_one {
        width: 48%;
    }

    .bene_one h3 {
        text-align: center;
        color: #fff;
        font-size: 1.1rem;
    }

    /*  フロー
------------------------------------------------------------------*/

    .flow {
        margin-top: 50px;
    }

    .flow_img {
        width: 35%;
        margin: 0 auto;
        display: block;
    }

    .flow h3 {
        margin-top: 10px;
        text-align: center;
        font-size: 1.5rem;
        color: #3bb2ea;
    }

    .flow h4 {
        margin-top: 10px;
        text-align: center;
        line-height: 2;
    }

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

    .area_flex a {
        width: 23%;
        background-color: #ea68a2;
        color: #fff;
        text-align: center;
        border-radius: 10px;
        padding-top: 20px;
        padding-bottom: 20px;
        font-weight: bold;
        font-size: 1.2rem;
        box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, 0.5), inset 0px -3px 6px -2px rgba(0, 0, 0, 0.3);
    }

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

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

    .flow02 {
        margin-top: 30px;
        width: 100%;
        padding-top: 30px;
        padding-bottom: 30px;
        background-image: linear-gradient(90deg, rgba(255, 156, 160, 1), rgba(254, 207, 238, 1));
        border-radius: 20px;
        text-align: center;
    }

    .flow02 h3 {
        color: #fff;
        font-size: 2rem;
    }

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

    /*  whsとは
------------------------------------------------------------------*/

    .whsback {
        background-color: #b9e9ff;
        opacity: 1;
        background-image: linear-gradient(#d8d8d8 1px, transparent 1px), linear-gradient(to right, #d8d8d8 1px, #b9e9ff 1px);
        background-size: 20px 20px;
    }

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

    .whs_img {
        margin-top: 20px;
    }

    .whs_about {
        text-align: center;
        line-height: 3;
    }

    .whs_photo {
        margin-top: 20px;
    }

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

    .qa>summary {
        margin-top: 30px;
        text-align: left;
        color: #1F1F1F;
        font-size: 1rem;
        font-weight: 700;
        padding: 10px;
        border-bottom: 2px solid #1F1F1F;
    }


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

    /*  whs学校説明会
------------------------------------------------------------------*/

    .whs_banner_h2 {
        text-align: center;
        font-size: 1.3rem;
        font-weight: 700;
        color: #fff;
    }

    .whs_a {
        display: block;
        margin-top: 30px;
    }

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

    .kojin {
        text-align: center;
    }

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

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

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

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

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

    .copy {
        margin-top: 20px;
    }

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

}