@charset "UTF-8";
/* CSS Document */
/*=====================

教育・学科・コース　スクールポリシー

=====================*/
#contents .page_policy section p{
    margin-bottom: 10px;
    margin-top: 0px;
    line-height: 1.5em;
}
.page_policy .common{
    background: #000;
    color: #fff;
    font-size: 1.5rem;
    width: 96px;
    text-align: center;
    letter-spacing: 0.2em;
    padding: 6px 0;
    margin-bottom: 10px;
}
.page_policy .table_gakka{

    margin-top: 20px;
}
.page_policy table{
    width: 100%;
    border-collapse: inherit;
    border:2px solid #000;
}
.page_policy table th{
    background: #008c23;
    color: #fff;
    font-size: 1.5rem;
    text-align: center;
    width: 50%;
    border-right: 2px solid #fff;
    vertical-align: middle;
    height: 40px;
}
.page_policy table td{
    border-right: 2px solid #000;
    border-top: 2px solid #000;
    padding: 9px;
    font-size: 1.3rem;
    line-height: 1.5em;
    text-align: justify;
}
.page_policy table th:last-of-type{
    border-right: none;
}
.page_policy table td:last-of-type{
    border-right: none;
}
.page_policy table:last-of-type th{
    height: 80px;
}
.page_policy table:first-of-type tr:first-of-type th{
    border-bottom: 2px solid #fff;
}
.page_policy table:first-of-type{
    border-bottom: none;
}

/*=====================

教育・学科・コース　留学制度

=====================*/
.page_study_abroad .blk_herena ul{
    margin-top: 60px;
}
.page_study_abroad .blk_herena ul li{
    margin-bottom: 40px;
}
.page_study_abroad .blk_herena ul li h5{
    color: #fff;
    background: #008c23;
    font-size: 1.6rem;
    text-align: center;
    padding: 10px 0;
}
.page_study_abroad .blk_message{
    margin-bottom: 70px;
}
.page_study_abroad .blk_message .name{
    display: flex;
    align-items: center;
    margin-bottom: 20px;
}
.page_study_abroad .blk_message .name img{
    width: 112px;
}
.page_study_abroad .blk_message .name h5{
    font-size: 2rem;
    font-weight: 600;
    margin-left: 13px;
}
.page_study_abroad .blk_message .name h5 div{
    font-size: 1.4rem;
    margin-bottom: 8px;
}
.page_study_abroad .blk_message .name h5 span{
    font-size: 1.8rem;
}

/*=====================

教育・学科・コース　各学科ページ共通

=====================*/
.page_course #page_title div{
    align-items: flex-end;
    padding-bottom: 20px;
}
.page_course .blk_point ul{
    width: 100vw;
    margin: 0 calc(50% - 50vw);
    padding-right: 4px;
}
.page_course .blk_point ul li{
    position: relative;
    margin-bottom: 80px;
}
.page_course .blk_point ul li .img{
    position: relative;
    z-index: -1;
}
.page_course .blk_point ul li .img img{
     width: 75%;   
}
.page_course .blk_point ul li .txt{
    width: 200px;
    position: absolute;
    background: #fff;
    bottom: -50px;
    right: 0;
    padding: 15px;
}
.page_course .blk_point ul li .txt::after{
    content: "";
    background: #008c23;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 4px;
    left: 4px;
    z-index: -1;
}
.page_course .blk_point ul li:nth-of-type(2) .txt{
    left: 0;
}
.page_course .blk_point ul li:nth-of-type(2) .img{
    text-align: right;
}
.page_course .blk_point ul li .txt h5{
    border-bottom: 1px solid #008c23;
    padding-bottom: 10px;
    margin-bottom: 10px;
}
.page_course .blk_point ul li .txt h5 img{
    width: 65px;
}
.page_course .blk_point ul li .txt p{
    font-size: 1.4rem;
    font-weight: 600;
    line-height: 1.6em;
    margin:0!important;
}
.page_course .course_desc h5{
    font-size: 1.6rem;
    line-height: 1.6em;
    font-weight: 600;
    margin-bottom: 50px;
}
.page_course .course_desc table{
    font-size: 1.2rem;
    width: 100%;
}
.page_course .course_desc table th,
.page_course .course_desc table td{
    border: 1px solid #000;
    padding: 8px 6px;
    text-align: center;
}
.page_course .course_desc table th.subject{
    background: #f4f4f4;
    width: 78px;
}
.page_course .course_desc table th.year01,
.page_course .course_desc table th.year02,
.page_course .course_desc table th.year03{
    background: #aaa;
    color: #fff;
}
.page_course .blk_message ul li{
    margin-bottom: 60px;
}
.page_course .blk_message ul li img{
    width: 100%;
    height: auto;
}
.page_course .blk_message ul li h5{
    font-size: 1.6rem;
    font-weight: 600;
    line-height: 1.6em;
    margin: 18px 0;
}
.page_course .blk_message ul li > div{
    font-weight: 600;
    text-align: right;
    line-height: 2em;
}
.page_course .blk_message ul li > div .name{
    font-size: 1.6rem;
}
.page_course .blk_message ul li > div .name span{
    font-size: 1.3rem;
}
.page_course .blk_message ul li > div .from{
    font-size: 1.4rem;
}
.page_course #course_menu{
    padding: 63px 0 20px;
}
.page_course #course_menu h1{
    font-size: 2.2rem;
    font-weight: 600;
    text-align: center;
    margin-bottom: 42px;
}
.page_course #course_menu h1 span{
    color: #008923;
}
.page_course #course_menu ul{
    width: 90vw;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.page_course #course_menu ul li{
    text-align: center;
    font-weight: 600;
    width: 46%;
    margin-bottom: 40px;
}
.page_course #course_menu ul li a{
    overflow: hidden;
    border-radius: 50%;
    display: block;
    position: relative;
}
.page_course #course_menu ul li a::after{
    content: "";
    position: absolute;
    mix-blend-mode: multiply;
    background: rgba(0, 135, 35, 0);
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    transition: 0.3s;
}
.page_course #course_menu ul li a:active::after,
.page_course #course_menu ul li.active a::after{
    background: rgba(0, 135, 35, 0.5);
}
.page_course #course_menu ul li p{
    margin: 10px 0;
    line-height: 1.4em;
}
/*=====================

教育・学科・コース　各学科ページ個別

=====================*/
/*普通科文理選択コース*/
.gakka_bunri .course_advance h1.Mtitle_topline,
.gakka_bunri .course_advance h2.Stitle_sidebar
{
    color: #4d458c;
}
.gakka_bunri .course_advance h1.Mtitle_topline::after{
    background: #4d458c;
}
.gakka_bunri .course_advance table th,
.gakka_bunri .course_advance table td{
       border-color: #796bae;
}
.gakka_bunri .course_advance table th.subject{
    background: #e1deee;
}
.gakka_bunri .course_advance table th.year01,
.gakka_bunri .course_advance table th.year02,
.gakka_bunri .course_advance table th.year03{
    background: #998dc2;
}

.gakka_bunri .course_tokushin h1.Mtitle_topline,
.gakka_bunri .course_tokushin h2.Stitle_sidebar
{
    color: #993d88;
}
.gakka_bunri .course_tokushin h1.Mtitle_topline::after{
    background: #993d88;
}
.gakka_bunri .course_tokushin table th,
.gakka_bunri .course_tokushin table td{
       border-color: #b863a2;
}
.gakka_bunri .course_tokushin table th.subject{
    background: #eddceb;
}
.gakka_bunri .course_tokushin table th.year01,
.gakka_bunri .course_tokushin table th.year02,
.gakka_bunri .course_tokushin table th.year03{
    background: #d093be;
}

/*普通科スタンダードコース*/
.gakka_standard .course_standard h1.Mtitle_topline,
.gakka_standard .course_standard h2.Stitle_sidebar
{
    color: #0098d8;
}
.gakka_standard .course_standard h1.Mtitle_topline::after{
    background: #0098d8;
}
.gakka_standard .course_standard table th,
.gakka_standard .course_standard table td{
       border-color: #00b8ee;
}
.gakka_standard .course_standard table th.subject{
    background: #d0ebfa;
}
.gakka_standard .course_standard table th.year01,
.gakka_standard .course_standard table th.year02,
.gakka_standard .course_standard table th.year03{
    background: #0098d8;
}

/*総合ビジネス科*/
/*.page_course #page_title.note h1::after{
    content: "※総合ビジネス科は令和5年4月より国際ビジネス科に名称変更いたします。";
    font-size: 1.1rem;
    display: block;
    letter-spacing: 0.01em;
    margin-top: 10px;
}*/
.gakka_business .course_business h1.Mtitle_topline,
.gakka_business .course_business h2.Stitle_sidebar
{
    color: #007a28;
}
.gakka_business .course_business h1.Mtitle_topline::after{
    background: #007a28;
}
.gakka_business .course_business table th,
.gakka_business .course_business table td{
       border-color: #006e29;
}
.gakka_business .course_business table th.subject{
    background: #bfddad;
}
.gakka_business .course_business table th.year01,
.gakka_business .course_business table th.year02,
.gakka_business .course_business table th.year03{
    background: #007a28;
}

/*情報メディア科*/
.gakka_media .course_media h1.Mtitle_topline,
.gakka_media .course_media h2.Stitle_sidebar
{
    color: #e6326e;
}
.gakka_media .course_media h1.Mtitle_topline::after{
    background: #e6326e;
}
.gakka_media .course_media table th,
.gakka_media .course_media table td{
       border-color: #c6004e;
}
.gakka_media .course_media table th.subject{
    background: #f5bcbf;
}
.gakka_media .course_media table th.year01,
.gakka_media .course_media table th.year02,
.gakka_media .course_media table th.year03{
    background: #e6326e;
}