@charset "utf-8";
.html{
    font-size: 100%;
}
body{
    font-family: 'Noto Sans JP', sans-serif;
}

/*--全体--*/
.each_cov{
    margin:50px auto;
    max-width: 1000px;
}
.color_section{
    font-size: 22px;
    color: white;
    padding: 10px 31px;
    background-color: #586CF1;
}
.none_color_section{
    font-size: 22px;
    color: black;
    border: 1px solid black;
    padding: 10px 31px;
    background-color: white;
}

/*--トップメニュ--*/
header{
    width: 100%;
    text-align: center;
}
.head_cov{
    margin: auto;
    max-width: 1000px;
    display: flex;
    flex-flow: wrap;
    justify-content: space-between;
    padding: 1vw;
    align-items: center;
}
.top_logo{
    width: 30%;
    text-align: left;
}
.top_logo img{
    width: 10vw;
}
.top_menu{
    width: 70%;
    text-align: right;
    display: flex;
    flex-flow: wrap;
    justify-content: right;
    align-items: center;
}
.top_menu a{
    display: block;
    margin-left: 10%;
    font-size: 22px;
    text-decoration: none;
    color: #583DCF;
}
.top_menu a:hover{
    opacity: 0.7;
}
.top_menu i{
    margin-right: 10px;
    font-size: 30px;
    transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
}
.gm_cov_c{
    width: 40%;
    text-align: right;
}
.top_menu_p{
    display: none;
}
.gm_cov_a span{
    display: none;
}

/*--top画像--*/
.top_img{
    width: 100%;
}
.top_pc_img{
    width: 100%;
}
.top_sp_img{
    display: none;
}

/*--サービス説明 1--*/
/*--サービス説明 2--*/
/*--教育について--*/
.servic_article{
    width: 100%;
    display: flex;
    flex-flow: wrap;
    justify-content: space-between;
    padding: 10px 0;
}
.sdc{
    margin: 15px 10px;
    width: 45%;
    line-height: 24px;
}
.sdc_text{
    font-size: 16px;
}
.sdc_list{
    align-items: center;
    list-style: none;
    font-size: 18px;
    line-height: 40px;
    padding: 30px;
}
.sdc_list i{
    color:#270DA3;
    font-size: 22px;
    margin-right: 10px;
}
.sdc_result{
    font-size: 22px;
    text-align: center;
}
.sdc_img{
    width:45%;
    padding: 10px 0;
}
.sdc_img img{
    width: 100%;
}
.education_img{
    margin-right: 5%;
    width: 40%;
    text-align: center;
}
.education_img img{
    margin: 15px 0;
}
.education_img p{
    font-size: 16px;
    text-align: left;
    line-height: 24px;
    margin-top: 10px;
}

/*--事業の流れ--*/
.opf_cov{
    display: flex;
    flex-flow: wrap;
    justify-content: space-between;
    margin: 60px auto;
    width: 98%;
}
.opf{
    width: 22%;
    text-align: center;
}
.opf h3{
    text-align: left;
    font-weight: bold;
}
.opf img{
    padding: 30px 0;
}
.opf p{
    font-size: 14px;
    text-align: left;
    line-height: 24px;
}

/*--教育カリキュラム--*/
.ec_cov{
    display: flex;
    flex-flow: wrap;
    justify-content: space-around;
    margin: 30px 0 70px 0;
}
.ec_card{
    width: 45%;
    margin: 20px 0;
    background-color: pink;
}
.ec_card h3{
    width: 100%;
    text-align: center;
    background-color: #211186;
    padding: 20px 0;
    font-size: 20px;
    color: white;
}
.ec_card_content{
    width: 100%;
    height: 100px;
    display: flex;
    flex-flow: wrap;
    justify-content: center;
    align-items: center;
}
.ec_color_one{
    width: 50%;
    height: 100%;
    display: flex;
    align-items: center;
    text-align: center;
    background-color: #E4E4E4;
    font-weight: bold;
}
.ec_color_two{
    width: 50%;
    height: 100%;
    font-size: 14px;
    display: flex;
    align-items: center;
    padding-left: 20px;
    background-color: #F6F6F6;
}
.ec_card_content p{
    width: 100%;
    line-height: 20px;
}

/*--講師--*/
.ap_des{
    margin: 20px 5%;
    font-size: 16px;
    line-height: 24px;
}
.ap_cov{
    display: flex;
    flex: wrap;
    justify-content: space-around;
    margin-bottom: 10%;
}
.ap_card h3{
    margin: 10px 10px 20px 10px;
    text-align: center;
    background-color: #EEEEEE;
    padding: 15px 0;
    font-size: 20px;   
}
.ap_card p{
    line-height: 24px;
    font-weight: bold;
    margin: 0 10px;
}

/*--募集要項--*/
.rec_cov{
    margin: 40px 0 20px 0;
    display: flex;
    flex-flow: wrap;
    justify-content: space-around;
}

.rec_term h3{
    font-size: 22px;
    font-weight: bold;
    text-align: center;
}
.rec_term_a{
    font-size: 18px;
    text-align: center;
}
.rec_term_b{
    font-size: 14px;
    text-align: left;
    line-height: 20px;
    margin-left: 20%;
}
.rec_text{
    font-size: 16px;
    line-height: 20px;
}
.rec_text span{
    font-weight: bold;
    line-height: 45px;
}
.int_left{
    width: 100%;
    font-size: 14px;
    line-height: 20px;
    margin-left: 20%;
}


/*-応募フォーム-*/
.application_form{
    margin: 10%;
    padding: 30px 10% 70px;
    background-color: #F5F5F5;
}
.application_form h3{
    width: 100%;
    font-size: 22px;
    text-align: center;
    margin: 20px 0;
}
dt{
    padding-left: 10px;
}
dl input{
    width: 45%;
    margin: 10px 3% 10px 0;
    padding: 5px 10px;
    border: solid 1px #707070;
    border-radius: 5px;
    background-color: white;
}
::placeholder{
    color: #c7c7c7;
}
.application_form dl{
    margin: 20px 0;
}
textarea{
    width: 100%;
    padding: 10px;
    background-color: white;
    border: 1px solid #707070;
    margin: 10px 0;
    border-radius: 5px;
}
.checkbox_cov{
    align-items: center;
    text-align: center;
}
.checkbox_cov input{
    width: 50px;
}
input[type=checkbox] {
    transform: scale(1.8);
    margin: 0 5px 5px 0;
}
.checkbox_cov label{
    font-size: 20px;
}
.privacy_policy{
    color: red;
    padding: 20px;
}
.application_btn{
    text-align: center;
}
.application_btn button{
    background-color: #4E33D2;
    width: 250px;
    height: 55px;
    font-size: 20px;
}
.application_btn button:hover{
    opacity: 0.8;
}
.application_btn button input{
    color: white;
}

/*--お問合せ先--*/
.inquiry{
    width: 100%;
    background-color: #EEEEEE;
    padding: 25px 0;
}
.inquiry_wb{
    max-width: 1000px;
    background-color: white;
    margin: auto;
    padding: 10px 0 30px 0;
}
.inquiry_wb h2{
    font-size: 20px;
    font-weight: bold;
    text-align: center;
    padding: 15px 0 15px 0;
}
.inquiry_wb table{
    font-size: 16px;
    margin: auto;
}
.inquiry_wb th{
    font-weight: normal;
    padding: 10px 0;
}
.inquiry_wb td{
    padding: 10px 0;
}
.inquiry_wb td a span{
    color: black;
    font-size: 20px;
    font-weight: bold;
}
.pc_blind{
    display: none;
}
dt{
    font-size: 18px;
}
.attention{
    color: red;
    font-size: 1vw;
}

/*--footer--*/
footer{
    text-align: center;
    padding: 10px;
    font-size: 18px;
    color: white;
    background-color: #270DA3;
}