@charset "UTF-8";
/* ===================================================================
CSS information
 file name  :  common.css
 style info :  全ページ共通 cssの定義
 header/footer/top
=================================================================== */

body#top #container {
    margin-top: -100px;
}
@media only screen and (max-width: 979px) {
    body#top #container {
        margin-top: 0;
    }
}
/*@media only screen and (max-width: 690px) {
    body#top #container {
        margin-top: -51px;
    }
}*/
/*----------------------------------------------
 keycolor_red
------------------------------------------------*/
.keycolor_red #locator li a {
    color: #660019;
}
.keycolor_red #page_link ul li a:hover {
    color: #660019;
}
.keycolor_red #subnav {
    background: linear-gradient(90deg, #660019 40%, #f5f5f5 40%);
}
.keycolor_red .sb_col2_accordion,
.sb_col1_2_wrap {
    background: none;
}
.keycolor_red .square_box .col .dlb_btn a {
    background: #660019;
}
.keycolor_red .square_box .col dl dt {
    color: #660019;
}
.keycolor_red .square_box .col::after {
    background: rgba(71, 15, 29, 0.24);
}
.keycolor_red #subnav_list li a::after {
    border-bottom: 5px solid rgba(204, 78, 109, 0.51);
}
.keycolor_red .dlb_txt_link_before a::before {
    background: url(../image/common/icon_arrcircle_red.png) no-repeat left center/14px auto;
}
.keycolor_red .dlb_btn a::before,
.keycolor_red .dlb_btn_inlineb a::before {
    background: url(../image/common/icon_arrcircle_red.png) no-repeat left center/14px auto;
}
.keycolor_red .dlb_btn a,
.keycolor_red .dlb_btn_inlineb a,
.keycolor_red .sc_col .dlb_txt_link_before a,
.keycolor_red #subnav_list li.current a,
.keycolor_red #subnav_list li.active a,
.keycolor_red .news_link a,
.keycolor_red .news_block .rss_title a,
.keycolor_red .ttl_link {
    color: #660019;
}
.keycolor_red .rss_new {
    background: #660019;
}
.keycolor_red .news_link a {
    background: url(../image/common/icon_arrcircle_red.png) no-repeat left center/14px auto
}
.keycolor_red .dlb_btn a:hover,
.keycolor_red .dlb_btn_inlineb a:hover {
    color: #660019;
    border-color: #660019;
    background-color: rgba(71, 15, 29, 0.24);
}
.keycolor_red .tc_title::after {
    background-color: #660019;
}
.keycolor_red .btn a {
    border: 1px solid #660019;
    background-color: #660019;
}
.keycolor_red .btn a:hover,
.keycolor_red .bl-hover .btn a {
    color: #660019;
    background-color: #FFF;
}
.keycolor_red #pagetitle .h1Titl {
    color: #660019;
}
/*SUBNAV*/
.keycolor_red #subnav_title a {background-color: #660019;}
.keycolor_red #subnav .acbtn {
    background: #f5f5f5 url(../image/icon_submenu_red_closed.png) no-repeat center center/19px auto;
}
.keycolor_red #subnav .acbtn.opened {
    background: #f5f5f5 url(../image/icon_submenu_red_opened.png) no-repeat center center/19px auto;
}
.keycolor_red .sb_col2_accordion .dlb_txt_link_before a::before,
.keycolor_red .sb_col1_2_wrap .dlb_txt_link_before a::before {
    background: url(../image/icon_submenu_red_arrow.png) no-repeat left center/5px auto;
}
.keycolor_red .sptabbtn li a {
    color: #660019;
}
@media only screen and (max-width: 690px) {
    .keycolor_red #pagetitle .h1Titl {
        font-size: 22px;
    }
}
/***************************************************************************************

 header

***************************************************************************************/
.logo_area {
    background-color: #FFF;
    border-bottom: 1px solid #dddddd;
}
.logo_area img {
    display: block;
    margin: auto;
    padding: 10px;
    height: 60px;
}
.header_area {
    height: 100px;
    width: 100%;
    padding: 0 16px;
    margin: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.logo_sub {
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.logo_sub_img {
    width: 310px;
    line-height: 1;
}
.logo_sub_img a{display: block;}
.logo_sub_img img {
    height: 60px;
    width: auto;
}
.logo_sub_txt {
    margin-left: 20px;
    line-height: 1.4;
}
.logo_sub_txt p:last-child {
    font-weight: bold;
    font-size: 13px;
}
.header_navi {
    margin-left: auto;
}
.header_navi ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.header_navi ul li {
    list-style: none;
    margin-left: 40px;
}
.header_navi ul li a,
.header_navi ul li.nav04 {
    display: block;
    padding-top: 40px;
    background-repeat: no-repeat;
    background-position: center top;
    font-weight: bold;
    line-height: 1;
    cursor: pointer;
}
.header_navi ul li a {
    font-size: 12.5px;
    color: #000;
}
.header_navi li.nav01 a {background-image: url(../image/common/header_icon01.png);}
.header_navi li.nav02 a {background-image: url(../image/common/header_icon02.png);}
.header_navi li.nav03 a {background-image: url(../image/common/header_icon03.png);}
.header_navi li.nav04 {background-image: url(../image/common/header_icon04.png);}
.header_navi li.nav02.on a {background-image: url(../image/common/header_icon02_on.png);}

@media only screen and (max-width: 979px) {
    .logo_area img {
        height: 40px;
    }
    .header_area {
        max-width: 400px;
        height: 60px;
    }
    .logo_sub {
        display: block;
        margin: 0;
        position: relative;
        width: 100%;
        display: flex;
        align-items: center;
    }
    .logo_sub_txt {
        display: block;
        font-size: 11px;
    }
    .logo_sub_txt br {
        display: none;
    }
    .logo_sub_txt p:first-child {
        position: absolute;
        top: 50px;
        left: 0;
        width: 100%;
    }
    .logo_sub_txt p:last-child {
        position: absolute;
        top: 50%;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
        right: 0;
    }
    .logo_sub_img {
        width: auto;
        /*position: absolute;
        top: 10px;
        left: 0;*/
    }
    .logo_sub_img img {
        height: 30px;
        margin: auto;
    }@charset "UTF-8";
/* ===================================================================
CSS information
 file name  :  common.css
 style info :  全ページ共通 cssの定義
 header/footer/top
=================================================================== */

body#top #container {
    margin-top: -100px;
}
@media only screen and (max-width: 979px) {
    body#top #container {
        margin-top: 0;
    }
}
/*@media only screen and (max-width: 690px) {
    body#top #container {
        margin-top: -51px;
    }
}*/
/*----------------------------------------------
 keycolor_red
------------------------------------------------*/
.keycolor_red #locator li a {
    color: #660019;
}
.keycolor_red #page_link ul li a:hover {
    color: #660019;
}
.keycolor_red #subnav {
    background: linear-gradient(90deg, #660019 40%, #f5f5f5 40%);
}
.keycolor_red .sb_col2_accordion,
.sb_col1_2_wrap {
    background: none;
}
.keycolor_red .square_box .col .dlb_btn a {
    background: #660019;
}
.keycolor_red .square_box .col dl dt {
    color: #660019;
}
.keycolor_red .square_box .col::after {
    background: rgba(71, 15, 29, 0.24);
}
.keycolor_red #subnav_list li a::after {
    border-bottom: 5px solid rgba(204, 78, 109, 0.51);
}
.keycolor_red .dlb_txt_link_before a::before {
    background: url(../image/common/icon_arrcircle_red.png) no-repeat left center/14px auto;
}
.keycolor_red .dlb_btn a::before,
.keycolor_red .dlb_btn_inlineb a::before {
    background: url(../image/common/icon_arrcircle_red.png) no-repeat left center/14px auto;
}
.keycolor_red .dlb_btn a,
.keycolor_red .dlb_btn_inlineb a,
.keycolor_red .sc_col .dlb_txt_link_before a,
.keycolor_red #subnav_list li.current a,
.keycolor_red #subnav_list li.active a,
.keycolor_red .news_link a,
.keycolor_red .news_block .rss_title a,
.keycolor_red .ttl_link {
    color: #660019;
}
.keycolor_red .rss_new {
    background: #660019;
}
.keycolor_red .news_link a {
    background: url(../image/common/icon_arrcircle_red.png) no-repeat left center/14px auto
}
.keycolor_red .dlb_btn a:hover,
.keycolor_red .dlb_btn_inlineb a:hover {
    color: #660019;
    border-color: #660019;
    background-color: rgba(71, 15, 29, 0.24);
}
.keycolor_red .tc_title::after {
    background-color: #660019;
}
.keycolor_red .btn a {
    border: 1px solid #660019;
    background-color: #660019;
}
.keycolor_red .btn a:hover,
.keycolor_red .bl-hover .btn a {
    color: #660019;
    background-color: #FFF;
}
.keycolor_red #pagetitle .h1Titl {
    color: #660019;
}
/*SUBNAV*/
.keycolor_red #subnav_title a {background-color: #660019;}
.keycolor_red #subnav .acbtn {
    background: #f5f5f5 url(../image/icon_submenu_red_closed.png) no-repeat center center/19px auto;
}
.keycolor_red #subnav .acbtn.opened {
    background: #f5f5f5 url(../image/icon_submenu_red_opened.png) no-repeat center center/19px auto;
}
.keycolor_red .sb_col2_accordion .dlb_txt_link_before a::before,
.keycolor_red .sb_col1_2_wrap .dlb_txt_link_before a::before {
    background: url(../image/icon_submenu_red_arrow.png) no-repeat left center/5px auto;
}
.keycolor_red .sptabbtn li a {
    color: #660019;
}
@media only screen and (max-width: 690px) {
    .keycolor_red #pagetitle .h1Titl {
        font-size: 22px;
    }
}
/***************************************************************************************

 header

***************************************************************************************/
.logo_area {
    background-color: #FFF;
    border-bottom: 1px solid #dddddd;
}
.logo_area img {
    display: block;
    margin: auto;
    padding: 10px;
    height: 60px;
}
.header_area {
    height: 100px;
    width: 100%;
    padding: 0 16px;
    margin: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.logo_sub {
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.logo_sub_img {
    width: 310px;
    line-height: 1;
}
.logo_sub_img a{display: block;}
.logo_sub_img img {
    height: 60px;
    width: auto;
}
.logo_sub_txt {
    margin-left: 20px;
    line-height: 1.4;
}
.logo_sub_txt p:last-child {
    font-weight: bold;
    font-size: 13px;
}
.header_navi {
    margin-left: auto;
}
.header_navi ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.header_navi ul li {
    list-style: none;
    margin-left: 40px;
}
.header_navi ul li a,
.header_navi ul li.nav04 {
    display: block;
    padding-top: 40px;
    background-repeat: no-repeat;
    background-position: center top;
    font-weight: bold;
    line-height: 1;
    cursor: pointer;
}
.header_navi ul li a {
    font-size: 12.5px;
    color: #000;
}
.header_navi li.nav01 a {background-image: url(../image/common/header_icon01.png);}
.header_navi li.nav02 a {background-image: url(../image/common/header_icon02.png);}
.header_navi li.nav03 a {background-image: url(../image/common/header_icon03.png);}
.header_navi li.nav04 {background-image: url(../image/common/header_icon04.png);}
.header_navi li.nav02.on a {background-image: url(../image/common/header_icon02_on.png);}

@media only screen and (max-width: 979px) {
    .logo_area img {
        height: 40px;
    }
    .header_area {
        max-width: 400px;
        height: 60px;
    }
    .logo_sub {
        display: block;
        margin: 0;
        position: relative;
        width: 100%;
        display: flex;
        align-items: center;
    }
    .logo_sub_txt {
        display: block;
        font-size: 11px;
    }
    .logo_sub_txt br {
        display: none;
    }
    .logo_sub_txt p:first-child {
        position: absolute;
        top: 50px;
        left: 0;
        width: 100%;
    }
    .logo_sub_txt p:last-child {
        position: absolute;
        top: 50%;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
        right: 0;
    }
    .logo_sub_img {
        width: auto;
        /*position: absolute;
        top: 10px;
        left: 0;*/
    }
    .logo_sub_img img {
        height: 30px;
        margin: auto;
    }
    body.toefl_itp .logo_sub_img img {
        height: 40px!important;
        margin-top: -8px;
    }
    .header_navi {
        position: fixed;
        bottom: 0;
        left: 0;
        width: 100%;
        z-index: 100000;
        margin: auto;
        border-top: 1px solid rgba(0, 0, 0, 0.1);
        background-color: rgba(255, 255, 255, 1);
    }
    .header_navi ul li {
        margin: 0;
        width: 25%;
        text-align: center;
        padding: 8px 0;
        border-right: 1px solid rgba(0, 0, 0, 0.1);
    }
    .header_navi ul li a,
    .header_navi ul li.nav04 {
        padding-top: 27px;
        background-size: 20px auto;
        font-size: 12px;
    }
    .header_navi ul li a {
        font-size: 11px;
        line-height: 1.6;
        color: #000;
    }
    .header_navi ul li.nav04 {
        padding-top: 38px;
        background-position: center 12px;
    }
}

@media only screen and (max-width: 690px) {
    .logo_area img {
        height: 30px;
        padding: 5px;
    }
    .header_area {
        height: 50px;
        max-width: 320px;
    }
    .logo_sub_txt p:first-child {
        top: 35px;
    }
    .logo_sub_img img {
        height: 20px;
    }
    body.toefl_itp .logo_sub_img img {
        height: 30px!important;
    }
    .header_navi ul li a {
        line-height: 1.2;
    }
}


/***************************************************************************************

 PC global navi

***************************************************************************************/
nav#pc_gnavi {
    width: 360px;
    height: 100%;
    -webkit-transition: all .4s ease 0s;
    -o-transition: all .4s ease 0s;
    transition: all .4s ease 0s;
    -webkit-transform: translate(360px);
    -ms-transform: translate(360px);
    transform: translate(360px);
    position: fixed;
    top: 0;
    right: 0;
    z-index: 1000;
    height: 100vh;
    background-color: #FFFFFF;
}
nav#pc_gnavi.open {
    -webkit-transform: translate(0);
    -ms-transform: translate(0);
    transform: translate(0);
}
.pc_gnavi_in {
    overflow-y: scroll;
    height: 100%;
}
/* 検索 / 閉じるボタン */
.pcg_sub {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 80px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 0 16px;
    margin-bottom: 15px;
    border-bottom: 1px solid #dddddd;
}
.saerch_pc {
    position: relative;
    width: calc(100% - 50px);
}
.search_txt {
    border: none;
    background-color: #eeeeee;
    border-radius: 32px;
    display: block;
    height: 40px;
    width: 100%;
    padding: 10px 50px 10px 1em;
    margin: 10px auto;
}
.submit_btn {
    position: absolute;
    right: 15px;
    top: 20px;
    background: url("../image/common/icon_search.png") no-repeat center/20px auto;
    text-indent: -9999px;
    border: none;
    width: 20px;
    height: 20px;
}
.menuin {
    margin-left: 15px;
    cursor: pointer;
    width: 30px;
    height: 36px;
    text-indent: -9999px;
    background: url("../image/common/icon_menu_pc.png") no-repeat center/30px auto;
}
/* global navi */
.pcg_navi_list {
    width: 100%;
    margin: 0;
}
.pcg_navi_list li {
    width: 100%;
    list-style: none;
    height: 55px;
    line-height: 55px;
}
.pcg_navi_list li a {
    display: block;
    width: 100%;
    height: 100%;
    padding: 0 16px 0 50px;
    font-size: 16px;
    font-weight: bold;
    text-decoration: none;
    position: relative;
    color: #333;
}
.pcg_navi_list li a::before {
    content: '';
    width: 6px;
    height: 6px;
    border: 0px;
    border-width: 0 2px 2px 0;
    border-style: solid;
    -webkit-transform: rotate(135deg);
    -ms-transform: rotate(135deg);
    transform: rotate(135deg);
    position: absolute;
    top: calc(50% - 3px);
    left: 25px;
}
.pcg_navi_list li a[target="_blank"]::after {
    content: "";
    width: 16px;
    height: 12px;
    margin-left: 10px;
    background: url(../image/common/icon_target.png) no-repeat right center/cover;
    display: inline-block;
}
.pcg_navi_list > li:hover > a {
    /*layer-1*/
    color: #ffffff;
    background-color: #003082;
}
.pcg_navi_list li .pcg_subocn {
    width: 100%;
    display: none;
    position: absolute;
    top: 0;
    right: 100%;
    background-color: #003082;
}
.pcg_navi_list li .pcg_subocn a {
    color: #ffffff;
    background-color: #003082;
}
.pcg_navi_list li .pcg_subocn a:hover {
    background-color: #001C62;
}
.pcg_subtitle {
    line-height: 80px;
    text-align: center;
    color: #ffffff;
    font-weight: bold;
    font-size: 16px;
    border-bottom: 1px solid #ffffff;
    margin-bottom: 15px;
}
/* gnvi クリック時の背景 */
.pc_gnavi_bg {
    width: 100%;
    height: 100%;
    position: fixed;
    z-index: 999;
    background-color: rgba(0, 0, 0, 0.3);
    display: none;
    top: 0;
    left: 0;
}
/* 外部リンク */
.pcg_link li {list-style: none;}
.pcg_link li a {
    display: block;
    width: 100%;
    padding: 8px 16px 8px 50px;
    font-weight: bold;
    text-decoration: none;
    position: relative;
    background-color: #eeeeee;
    color: #555555;
    margin-bottom: 1px;
}
.pcg_link li a::before {
    content: '';
    width: 4px;
    height: 4px;
    border: 0px;
    border-width: 0 2px 2px 0;
    border-style: solid;
    transform: rotate(135deg);
    position: absolute;
    top: calc(50% - 2px);
    left: 25px;
}
.pcg_link li a[target="_blank"]::after {
    content: "";
    width: 12px;
    height: 10px;
    margin-left: 10px;
    background: url(../image/common/icon_target.png) no-repeat right center/cover;
    display: inline-block;
}
.pcg_link li a:hover {
    background-color: #555555;
    color: #ffffff;
}
/* SNS */
.pcg_sns {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 16px;
}
.pcg_sns_txt {
    line-height: 1.4;
    font-size: 16px;
    width: calc(100% - (150px + 30px));
}
.pcg_sns_icon {
    width: calc(150px + 30px);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.pcg_sns_icon img {
    max-width: 30px;
    height: auto;
    margin: 0 3px;
}
@media only screen and (max-width: 979px) {
.pcg_sns_txt br{display: none;}
}
@media only screen and (max-width: 690px) {
    .pcg_sns {
        flex-wrap: wrap;
        justify-content: center;
        padding-bottom: 30px;
    }
    .pcg_sns_txt {
        width: 100%;
        text-align: center;
        margin-bottom: 5px;
    }
    .pcg_sns_txt br {
        display: none;
    }
}
@media only screen and (max-width: 979px) {
    /***************************************************************************************

 SP global navi

***************************************************************************************/
    nav#pc_gnavi {
        width: 100%;
        /*padding-bottom: 58px;*/
        -webkit-transform: translate(100%);
        -ms-transform: translate(100%);
        transform: translate(100%);
        height: calc(100% - 58px);
        bottom: 58px;
        /*margin-bottom: 58px;*/
    }
    /* 検索 / 閉じるボタン */
    .pcg_sub {
        height: 60px;
        margin-bottom: 0;
        border-bottom: 1px solid #dddddd;
    }
    .saerch_pc {
        width: 100%;
    }
    .search_txt {
        height: 30px;
        width: 100%;
        font-size: 16px;
        line-height: 30px;
    }
    .submit_btn {
        top: 15px;
    }
    .menuin {
        display: none;
    }
    /* global navi */
    .pcg_navi_list {
        width: 100%;
    }
    .pcg_navi_list li {
        height: auto;
        line-height: 1.4;
        position: relative;
        border-bottom: 1px dotted #eeeeee;
    }
    .pcg_navi_list li a {
        width: 100%;
        padding: 8px 40px 8px 16px;
        font-size: 14px;
    }
    .pcg_navi_list li a::before {
        display: none;
    }
    .pcg_navi_list > li:hover > a {
        color: #333333;
        background-color: #ffffff;
    }
    .pcg_navi_list li li {
        border-top: 1px dotted rgba(255, 255, 255, 0.1);
        border-bottom: none;
    }
    .pcg_navi_list li .sp_abtn {
        display: block;
        position: absolute;
        top: 5px;
        right: 8px;
        width: 26px;
        height: 26px;
    }
    .pcg_navi_list li .sp_abtn::after {
        font-size: 20px;
        line-height: 26px;
        content: "+";
        display: block;
        width: 100%;
        height: 100%;
        text-align: center;
    }
    .pcg_navi_list li .sp_abtn.active::after {
        content: "－";
    }
    .pcg_navi_list li .pcg_subocn {
        width: 100%;
        position: static;
        background-color: #003082;
    }
    .pcg_subtitle {
        display: none;
    }
}

/***************************************************************************************

 footer SNS

***************************************************************************************/

.sns_col_5 .col5_m {
    flex-wrap: nowrap;
}

.sns_col_5 .col5_m .col:first-child {
    margin-left: 0;
}

.sns_col_5 .col5_m .col:nth-child(3n) {
    margin-left: 24px;
}

@media only screen and (max-width: 690px) {
    .sns_col_5 .col5_m .col {
        width: calc(20% - 4px);
        margin: 0 2px 24px;
    }
    .sns_col_5 .col5_m .col:nth-child(3n) {
        margin-left: 2px;
    }
}

/***************************************************************************************

 footer

***************************************************************************************/

/* footer company info - footer globalnavi */

.footer_gnavi {
    margin-bottom: 40px;
    padding: 110px 0 55px;
    border-bottom: 1px solid #dddddd;
}

.fgnav_area {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.fgnav_logo img {
    margin-left: 0;
    max-width: 200px;
}

.fgnav_cadd {
    margin: 20px 0;
}

.fgnav_cadd p:first-child {
    margin-bottom: 20px;
}

.fgnav_sns {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.fgnav_sns img {
    max-width: 30px;
    height: auto;
}

.fgnav_block li {
    list-style: none;
    padding-right: 10px;
}

.fgnav_block li a,
.fgnav_block li.nolink {
    color: #333;
    padding: 5px 0 5px 15px;
    display: block;
    border-left: 2px solid #dddddd;
}

.fgnav_block li a[target="_blank"]::after {
    content: "";
    width: 12px;
    height: 10px;
    margin-left: 5px;
    background: url(../image/common/icon_target.png) no-repeat right center/cover;
    display: inline-block;
}

.fgnav_block > ul > li {
    margin-bottom: 25px;
}

.fgnav_block > ul > li > a {
    color: #333;
    padding: 0 0 0 15px;
    font-size: 16px;
    font-weight: bold;
    border-color: #003082;
}

.sp_abtn {
    display: none;
}

@media only screen and (max-width: 979px) {
    .footer_gnavi {
        padding: 50px 0 15px;
    }
    .fgnav_info {
        width: 100%;
        margin-bottom: 50px;
    }
    .fgnav_cinfo {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        margin-bottom: 35px;
    }
    .fgnav_logo {
        margin-right: 5%;
    }
    .fgnav_logo img {
        margin-left: auto;
    }
    .fgnav_cadd {
        margin: 0;
    }
    .fgnav_cadd p:first-child {
        margin-bottom: 10px;
    }
    .fgnav_cadd p:first-child br {
        display: none;
    }
    .fgnav_sns {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
    .fgnav_sns div {
        margin: 0 15px;
    }
    .fgnav_sns img {
        max-width: 40px;
    }
    .fgnav_block {
        margin: 0 auto 30px auto;
    }
}

@media only screen and (max-width: 690px) {
    .fgnav_area {
        padding: 0;
    }
    .footer_gnavi {
        margin-bottom: 15px;
        padding: 40px 0 10px;
    }
    .fgnav_info {
        width: 100vw;
        margin-bottom: 20px;
        padding: 0 16px 20px;
        border-bottom: 1px solid #dddddd;
    }
    .fgnav_cinfo {
        margin-bottom: 25px;
    }
    .fgnav_logo img {
        max-width: 100px;
    }
    .fgnav_cadd {
        font-size: 11px;
    }
    .fgnav_sns div {
        margin: 0 10px;
    }
    .fgnav_sns img {
        max-width: 30px;
    }
    .fgnav_block {
        width: 100%;
        margin: 0 auto;
        padding: 0 16px;
    }
    .fgnav_block > ul > li > a {
        font-size: 14px;
        padding: 5px 0 3px 15px;
    }
    .fgnav_block > ul > li {
        margin-bottom: 10px;
        padding-right: 25px;
        position: relative;
    }
    /* accordion */
    .sp_abtn {
        display: block;
        position: absolute;
        top: 0;
        right: 0;
        width: 26px;
        height: 26px;
    }
    .sp_abtn::after {
        font-size: 20px;
        line-height: 26px;
        content: "+";
        display: block;
        width: 100%;
        height: 100%;
        text-align: center;
    }
    .sp_abtn.active::after {
        content: "－";
    }
    .fgnav_block ul ul {
        display: none;
    }
}

/* footer banner */

.footer_banner {
    padding-bottom: 40px;
    border-bottom: 1px solid #dddddd;
}

.fban_block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.fban_block div {
    margin: 0 5px;
}

@media only screen and (max-width: 690px) {
    .footer_banner {
        padding: 0 0 15px;
    }
}

@media only screen and (max-width: 480px) {
    .fban_block {
        max-width: 360px;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
    .fban_block div {
        width: calc(50% - 10px);
        margin: 5px 5px;
    }
}

/* footer navi sub - Copyright */

.fsub {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin: 40px auto 20px;
}

.fsub li {
    padding: 0 15px;
    list-style: none;
    line-height: 1;
    margin: 0 0 20px -1px;
    border-left: 1px solid #cccccc;
    border-right: 1px solid #cccccc;
}

.fsub li a {
    font-size: 12px;
    color: #003082;
    font-weight: normal;
    text-decoration: none;
}

.fsub li a[target="_blank"]::after {
    content: "";
    width: 10px;
    height: 9px;
    margin-left: 5px;
    background: url(../image/common/icon_target.png) no-repeat right center/cover;
    display: inline-block;
}

.fsub_info {
    padding: 40px 45px;
    background-color: #eeeeee;
    text-align: center;
    max-width: 730px;
    margin: auto;
    line-height: 1.6;
    font-size: 12px;
}

small {
    font-size: 12px;
    text-align: center;
    margin: 30px 0;
    display: block;
}

@media only screen and (max-width: 979px) {
    footer {
        padding-bottom: calc(70px + 20px);
    }
    small {
        margin-bottom: 0;
        margin-top: 10px;
    }
}

/***************************************************************************************

 pagetop

***************************************************************************************/
#topcontrol {
    z-index: 150;
    margin-bottom: 0;
}
a.pagetop {
    width: 94px;
    height: 94px;
    background-repeat: no-repeat;
    background-position: 0 0;
    background-size: 94px 94px;
    display: block;
    z-index: 50;
    background-image: url(../image/common/pagetop.png);
}
body.green a.pagetop{
    background-image: url(../image/common/pageup_green.png);
    width: 74px;
    height: 74px;
    background-size: 74px 74px;
}
@media only screen and (max-width: 979px) {
    #topcontrol {
        bottom: 90px !important;
    }
    body.green a.pagetop,
    a.pagetop {
        width: 40px;
        height: 40px;
        background-size: 40px 40px;
    }
}

/***************************************************************************************

 title (top/sub)

***************************************************************************************/

.title2 {
    text-align: center;
    font-size: 42px;
    line-height: 1.2;
    font-weight: bold;
    margin-bottom: 60px;
}

.subtitil {
    font-size: 18px;
    font-weight: bold;
    border-bottom: 2px solid #013082;
    padding-bottom: 10px;
    margin-bottom: 10px;
    color: #013082;
}

@media only screen and (max-width: 979px) {
    .title2 {
        margin-bottom: 40px;
    }
}

@media only screen and (max-width: 690px) {
    .title2 {
        font-size: 32px;
        margin-bottom: 30px;
    }
}

/***************************************************************************************

 top

***************************************************************************************/

/*----------------------------------------------
 common
------------------------------------------------*/

.section {
    margin: 100px auto;
}

@media only screen and (max-width: 690px) {
    .section {
        margin: 40px auto;
    }
}

.naname {
    font-style: italic;
}

/*----------------------------------------------
 main
------------------------------------------------*/

.topmain_area {
    background: url(../image/mainimage.jpg) no-repeat center/cover;
    height: 850px;
}

.topmain_block {
    width: 1060px;
    height: 100%;
    margin: auto;
    display: table;
}

.topmain_box {
    display: table-cell;
    vertical-align: middle;
}

.topmain_catch_m {
    margin-top: 20px;
    margin-left: 10px;
}

@media only screen and (max-width: 979px) {
    .topmain_area {
        height: 600px;
        background-position: center bottom;
    }
    .topmain_block {
        width: 90%;
    }
    .topmain_catch_l img {
        width: 460px;
        height: auto;
    }
    .topmain_catch_m img {
        width: 440px;
        height: auto;
    }
}

@media only screen and (max-width: 690px) {
    .topmain_area {
        height: 280px;
    }
    .topmain_block {
        width: 90%;
    }
    .topmain_catch_l {
        margin-top: 30px;
    }
    .topmain_catch_l img {
        width: 80%;
        max-width: 320px;
    }
    .topmain_catch_m {
        margin-top: 5px;
        margin-left: 5px;
    }
    .topmain_catch_m img {
        width: 80%;
        max-width: 300px;
    }
}

/*----------------------------------------------
  重要なお知らせ / important info
------------------------------------------------*/

.important_info {
    max-width: 1060px;
    width: 90%;
    margin: -40px auto 0;
    -webkit-box-shadow: 0 20px 30px 8px rgba(0, 0, 0, 0.05);
    box-shadow: 0 20px 30px 8px rgba(0, 0, 0, 0.05);
    background-color: #ffffff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.ii_title {
    text-align: center;
    font-size: 16px;
    font-weight: bold;
    color: #003082;
    width: 200px;
    background-color: #eeeeee;
    position: relative;
    padding: 30px 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.ii_title::before {
    content: "";
    width: 3px;
    height: 40px;
    background-color: #003082;
    position: absolute;
    left: 0;
    top: calc(50% - 20px);
}

.ii_rss {
    padding: 30px 0;
    width: calc(100% - 200px);
}

.ii_rss dl {
    padding: 0 5%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 16px;
}

.ii_rss .rss_contents {
    display: none;
}

.ii_rss .rss_date {
    color: #999999;
    font-weight: bold;
    margin-right: 3%;
}

@media only screen and (max-width: 979px) {
    .ii_title {
        width: 180px;
    }
    .ii_rss {
        width: calc(100% - 180px);
    }
    .ii_rss dl {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
    .ii_rss .rss_date,
    .ii_rss .rss_title {
        width: 100%;
    }
}

@media only screen and (max-width: 690px) {
    .important_info {
        /* display: none;*/
        margin: 20px auto 0;
        flex-direction: column;
    }
    .important_info .ii_title {
        height: auto !important;
        width: 100%;
    }
    .important_info .ii_rss {
        height: auto !important;
        width: 100%;
    }
}

/*----------------------------------------------
  大学入試英語成績提供システム / system_area
------------------------------------------------*/

#system_area {
    padding: 80px 0;
    overflow: hidden;
    position: relative;
}

.ss_bg {
    background: url(../image/common/top_system_bg.jpg) no-repeat center/cover;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    -webkit-transition: all .4s ease 0s;
    -o-transition: all .4s ease 0s;
    transition: all .4s ease 0s;
}

#system_area:hover .ss_bg {
    -webkit-filter: blur(5px);
    filter: blur(5px);
    -webkit-transform: scale(1.05);
    -ms-transform: scale(1.05);
    transform: scale(1.05);
}

.ss_block {
    margin: auto;
    width: 80%;
    max-width: 630px;
    padding: 40px 16px;
    background-color: #007c92;
    -webkit-box-shadow: 0 0 15px 5px rgba(0, 0, 0, 0.25);
    box-shadow: 0 0 15px 5px rgba(0, 0, 0, 0.25);
    position: relative;
    z-index: 1;
    background-position: center bottom -60px;
    -webkit-transition: all .4s ease 0s;
    -o-transition: all .4s ease 0s;
    transition: all .4s ease 0s;
}

.ss_block::after {
    position: absolute;
    top: 10px;
    left: 10px;
    display: block;
    content: "";
    width: calc(100% - 20px);
    height: calc(100% - 20px);
    border: 1px solid #ffffff;
    z-index: 0;
    opacity: 0;
    -webkit-transition: all .4s ease 0s;
    -o-transition: all .4s ease 0s;
    transition: all .4s ease 0s;
}

#system_area:hover .ss_block::after {
    opacity: 1;
}

#system_area.bl-hover .ss_block {
    /*    padding: 40px 16px 80px;
    background: url(../image/common/icon_arrcircle.png) no-repeat center bottom 18px /50px auto #007c92;*/
    padding: 40px 16px 80px;
    background: url(../image/common/icon_arrcircle.png) no-repeat center bottom 26px /50px auto #007c92;
    background-size: 35px;

}

.ss_title {
    color: #ffffff;
    position: relative;
    padding-bottom: 0;
    margin-bottom: 30px;
    text-align: center;
}

.ss_title a {
    color: #ffffff;
    font-size: 34px;
    line-height: 1.2;
    text-decoration: none;
}

.ss_title br {
    display: none;
}

.ss_txt {
    color: #ffffff;
    text-align: center;
    font-size: 16px;
}

@media only screen and (max-width: 690px) {
    #system_area {
        padding: 50px 0;
    }
    .ss_block {
        width: 84%;
        padding: 40px 32px;
    }
    .ss_title {
        margin-bottom: 20px;
    }
    .ss_title a {
        font-size: 24px;
    }
    .ss_title::after {
        bottom: -15px;
    }
    .ss_title br {
        display: block;
    }





    #system_area .ss_block {
        padding: 40px 16px 80px;
        background: url(../image/common/icon_arrcircle.png) no-repeat center bottom 26px /50px auto #007c92;

        background-size: 35px;

    }
}

/*----------------------------------------------
 test / test_area
------------------------------------------------*/

.test_block {
    position: relative;
    height: 400px;
    overflow: hidden;
}

.test_txt {
    height: 100%;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 2;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.test_txt_in {
    padding: 50px 10px 50px;
    width: 100%;
    -webkit-transition: all .4s ease 0s;
    -o-transition: all .4s ease 0s;
    transition: all .4s ease 0s;
    background-position: center bottom;
}

.test_title {
    text-align: center;
    margin-bottom: 25px;
}

.test_title a {
    font-weight: bold;
    font-size: 32px;
    color: #ffffff;
    text-decoration: none;
}

.test_subtxt {
    text-align: center;
    padding: 0 3em 0 3em;
    color: #ffffff;
}

.test_bg {
    height: 100%;
    position: absolute;
    top: 0;
    background-color: rgba(0, 0, 0, 0.4);
    width: 100%;
    z-index: 1;
}

.test_bg::after {
    position: absolute;
    top: 10px;
    left: 10px;
    display: block;
    content: "";
    width: calc(100% - 20px);
    height: calc(100% - 20px);
    border: 1px solid #ffffff;
    z-index: 0;
    opacity: 0;
    -webkit-transition: all .4s ease 0s;
    -o-transition: all .4s ease 0s;
    transition: all .4s ease 0s;
}

.test_img {
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    z-index: 0;
    -webkit-transition: all .4s ease 0s;
    -o-transition: all .4s ease 0s;
    transition: all .4s ease 0s;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

.test_img01 {
    background-image: url(../image/top_test_img01.jpg);
}

.test_img02 {
    background-image: url(../image/top_test_img02.jpg);
}

.test_block:hover .test_txt_in {
    background: url(../image/common/icon_arrcircle.png) no-repeat center bottom/50px auto;
    padding: 50px 10px 100px;
    text-shadow: 0px 0px 15px #000;
    background-size: 35px;
}





.test_block:hover .test_bg {
    background-color: rgba(0, 0, 0, 0.6);
}

.test_block:hover .test_bg::after {
    opacity: 1;
}

.test_block:hover .test_img {
    -webkit-filter: blur(5px);
    filter: blur(5px);
    -webkit-transform: scale(1.05);
    -ms-transform: scale(1.05);
    transform: scale(1.05);
}

@media only screen and (max-width: 979px) {
    .test_txt_in {
        padding: 20px 10px 20px;
    }
    .test_block:hover .test_txt_in {
        background-size: 40px auto;
        padding: 20px 10px 70px;
    }
}

@media only screen and (max-width: 690px) {
    .test_block {
        height: 125px;
        width: 94% !important;
        margin: 0 auto 10px !important;
    }
    .test_title {
        margin-bottom: 0;
    }
    .test_title a {
        font-size: 24px;
    }
    .test_block .test_txt_in,
    .test_block:hover .test_txt_in {
        background: url(../image/common/icon_arrcircle.png) no-repeat center bottom/30px auto;
        padding: 0 10px 35px;
    }
    .test_subtxt {
        display: none;
    }
    .test_bg::after {
        top: 3px;
        left: 3px;
        width: calc(100% - 8px);
        height: calc(100% - 8px);
    }
}

/*----------------------------------------------
  TOEFL®テスト活用状況 / TOEFL®テストライブラリー /
  utilization_area / library_area / asymmet_area_tc
------------------------------------------------*/

.asymmet_area_tc {
    position: relative;
    height: 500px;
}

.asymmet_area_tc .test_block {
    height: 100%;
}

.asymmet_title {
    height: 460px;
    max-width: 1120px;
    width: 85%;
    position: absolute;
    top: 0;
    z-index: 0;
}

#utilization_area .asymmet_title {
    left: 0;
    background-color: #dbe2ed;
}

#library_area .asymmet_title {
    right: 0;
    background-color: #003082;
    color: #ffffff;
}

.asymmet_con {
    height: 400px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    max-width: 1335px;
    width: 85%;
    position: absolute;
    top: 100px;
    z-index: 1;
}

#utilization_area .asymmet_con {
    right: 0;
}

#library_area .asymmet_con {
    left: 0;
}

.asymmet_area_tc .test_block:hover .test_txt_in {
    padding-bottom: 60px;
}

#utilization_area .uz_img01 {
    background-image: url(../image/top_uz_img01.jpg);
}

#utilization_area .uz_img02 {
    background-image: url(../image/top_uz_img02.jpg);
}

#library_area .uz_img01 {
    background-image: url(../image/top_lb_img01.jpg);
}

#library_area .uz_img02 {
    background-image: url(../image/top_lb_img02.jpg);
}

#utilization_area .title2 {
    position: relative;
    top: 50%;
    left: 5%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    text-align: left;
    margin-bottom: 0;
}

#library_area .title2 {
    position: relative;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    text-align: right;
    margin: 0 0 0 auto;
    width: 380px;
    text-align: left;
}

@media only screen and (max-width: 1699px) {
    .asymmet_title {
        max-width: 900px;
        width: 70%;
    }
    .asymmet_con {
        width: 80%;
        max-width: 1000px;
    }
}

@media only screen and (max-width: 1399px) {
    .asymmet_title {
        max-width: 1100px;
    }
    #library_area .title2,
    #utilization_area .title2 {
        font-size: 42px;
        top: 25px;
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0);
    }
    #library_area .title2 br,
    #utilization_area .title2 br {
        display: none;
    }
    #library_area .title2 {
        width: 100%;
        text-align: right;
        right: 5%;
    }
    .asymmet_con {
        max-width: 1300px;
    }
}

@media only screen and (max-width: 979px) {
    .asymmet_area_tc {
        position: static;
        height: auto;
    }
    .asymmet_area_tc .test_block {
        height: 320px;
    }
    .asymmet_title {
        height: 400px;
        width: 100%;
        position: static;
    }
    #utilization_area .title2,
    #library_area .title2 {
        position: static;
        text-align: center;
        padding-top: 50px;
    }
    .asymmet_con {
        width: 80%;
        height: auto;
        position: static;
        margin: -240px auto 0;
    }
}

@media only screen and (max-width: 690px) {
    .asymmet_area_tc .test_block {
        width: calc(50% - 1px) !important;
        margin: 0 0.5px;
        height: 180px;
    }
    .asymmet_title {
        height: 260px;
    }
    #utilization_area .title2,
    #library_area .title2 {
        padding: 30px 20px 0;
        font-size: 28px;
    }
    .asymmet_con {
        width: 94%;
        height: auto;
        position: static;
        margin: -140px auto 0;
    }
    .asymmet_con .test_title a {
        font-size: 20px;
    }
    #library_area .title2 br,
    #utilization_area .title2 br {
        display: block;
    }
}

/*----------------------------------------------
 団体支援事業 / group support area / groupsupport_area
------------------------------------------------*/

.gs_block {
    position: relative;
    min-height: 370px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 40px 0;
    overflow: hidden;
}

.gs_block::before {
    content: "";
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.4);
    position: absolute;
    z-index: 1;
    top: 0;
}

.gs_img {
    position: absolute;
    top: 0;
    left: 0;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    width: 100%;
    -webkit-transition: all .4s ease 0s;
    -o-transition: all .4s ease 0s;
    transition: all .4s ease 0s;
}

.gs_img01 {
    background-image: url(../image/top_gsupport_img01.jpg);
}

.gs_img02 {
    background-image: url(../image/top_gsupport_img02.jpg);
}

.gs_img03 {
    background-image: url(../image/top_gsupport_img03.jpg);
}


/*PC用ホバーアクションは【publicside.css】に記述*/

.gs_txt {
    z-index: 1;
    position: relative;
    width: 100%;
}

.gs_txt_in {
    border: 1px solid #ffffff;
    height: 100px;
    padding: 0 16px 30px;
    line-height: 100px;
    width: 80%;
    position: absolute;
    top: 50%;
    left: 10%;
    margin: auto;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-transition: all .4s ease 0s;
    -o-transition: all .4s ease 0s;
    transition: all .4s ease 0s;
}

.gs_title {
    text-align: center;
    margin-bottom: 0;
}

.gs_title a {
    font-size: 32px;
    font-weight: bold;
    color: #ffffff;
}

.gs_list {
    padding: 0 30px 40px;
    width: 80%;
    opacity: 0;
    position: absolute;
    top: 50%;
    left: 10%;
    margin: auto;
    border: 1px solid #ffffff;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-transition: all .4s ease 0s;
    -o-transition: all .4s ease 0s;
    transition: all .4s ease 0s;
}

.gs_list ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.gs_list ul li {
    list-style: none;
    color: #ffffff;
    width: 50%;
    position: relative;
    margin-bottom: 8px;
    padding-left: 13px;
}

.gs_list ul li a {
    color: #ffffff;
    font-weight: bold;
    line-height: 1.2;
}

.gs_list ul li::before {
    content: '';
    width: 4px;
    height: 4px;
    border-width: 2px 2px 0 0;
    border-style: solid;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    position: absolute;
    top: 8px;
    left: 0;
}


@media only screen and (max-width: 979px) {
    .gs_block {
        padding: 25px 0;
        min-height: 240px;
    }
    .gs_txt {
        position: static;
    }
    .gs_txt_in {
        width: 90%;
        padding: 30px 16px 30px;
        line-height: 1.4;
        position: static;
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0);
        border-bottom: none;
    }
    .gs_block:hover .gs_txt_in {
        border-bottom: none;
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0);
    }
    .gs_title a {
        font-size: 28px;
    }
    .gs_list {
        width: 90%;
        padding: 0 20px 40px;
        opacity: 1;
        position: static;
        border-top: none;
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0);
    }
    .gs_block:hover .gs_list {
        opacity: 1;
        border-top: none;
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0);
    }
}

@media only screen and (max-width: 690px) {
    .gs_block {
        min-height: auto;
        padding: 5px 0;
    }
    .gs_list,
    .gs_block:hover .gs_list {
        display: none;
    }
    .gs_txt_in {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        padding: 0;
        width: calc(100% - 10px);
        border-bottom: 1px solid #ffffff;
        -webkit-transform: 0;
        -ms-transform: 0;
        transform: 0;
    }
    .gs_block:hover .gs_txt_in {
        border-bottom: 1px solid #ffffff;
    }
    .gs_title {
        text-align: center;
        margin: auto;
        padding-bottom: 30px;
        background: url(../image/common/icon_arrcircle.png) no-repeat center bottom/25px auto;
    }
    .gs_title a {
        padding: 0 10px;
        font-size: 15px;
    }
}

/*----------------------------------------------
 英語教員支援事業 / teacher_area
------------------------------------------------*/

#teacher_area {
    background: url(../image/common/top_teacher_bg.jpg) no-repeat center top/auto 280px;
    padding-top: 80px;
}

#teacher_area .title2 {
    color: #ffffff;
}

.tc_block {
    background-color: #ffffff;
    -webkit-box-shadow: 0 10px 15px 0px rgba(0, 0, 0, 0.15);
    box-shadow: 0 10px 15px 0px rgba(0, 0, 0, 0.15);
}

.tc_info {
    padding: 25px 35px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

#top .tc_info {
    display: block;
}

.Title_tc {
    font-size: 20px;
    line-height: 1.4;
    font-weight: bold;
    position: relative;
    margin-bottom: 15px;
    padding-bottom: 15px;
}

.Title_tc a {
    color: #333333;
    text-decoration: none;
}

.tc_title {
    font-size: 20px;
    line-height: 1.4;
    font-weight: bold;
    position: relative;
    margin-bottom: 15px;
    padding-bottom: 15px;
}

/*.tc_title::after {
    content: "";
    width: 15px;
    height: 2px;
    background-color: #003082;
    position: absolute;
    bottom: 0;
    left: 0;
}*/

.tc_title a[target="_blank"]::after {
    content: "";
    background: url(../image/common/icon_target.png) no-repeat right center/16px auto;
    width: 16px;
    height: 16px;
    display: inline-block;
    margin-left: 8px;
}

.tc_info .dlb_btn a,
.tc_info .dlb_btn_inlineb a {
    min-width: auto;
    max-width: none;
    width: 100%;
}

.tc_img {
    overflow: hidden;
}

.tc_img img {
    -webkit-transition: all .4s ease 0s;
    -o-transition: all .4s ease 0s;
    transition: all .4s ease 0s;
}

/*.tc_block:hover .tc_img img {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1); }*/

@media only screen and (max-width: 979px) {
    .tc_info {
        padding: 25px 20px;
    }
}

@media only screen and (max-width: 979px) {
    #teacher_area {
        padding-top: 35px;
        background-size: auto 100px;
    }
    #teacher_area .title2 {
        margin-bottom: 50px;
    }
    .tc_info {
        padding: 15px;
    }
    .tc_title {
        font-size: 16px;
    }
    .tc_txt {
        font-size: 12px;
    }
}

/*----------------------------------------------
 News / Event / rss
------------------------------------------------*/
.rss_new {
    display: inline;
    padding: 5px 12px;
    font-size: 10px;
    background: #013082;
    color: #fff;
}

#news_area {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    background-color: #f4f4f4;
}

.news_block {
    width: 50%;
}

.news_block:first-child {
    border-right: 1px solid #dddddd;
}

.news_block:last-child {
    border-left: 1px solid #f9f9f9;
}

.news_area {
    background-color: #eeeeee;
}

.news_box {
    width: 90%;
    max-width: 480px;
    margin: 90px 5% 90px auto;
}

.event_area {
    background-color: #f4f4f4;
}

.event_box {
    width: 90%;
    max-width: 480px;
    margin: 90px auto 90px 5%;
}

.news_title {
    text-align: center;
    font-size: 38px;
    line-height: 1;
    margin-bottom: 40px;
    font-weight: bold;
}

.news_block .rss_contents {
    display: none;
}

.news_block .rss_box dl {
    margin-bottom: 15px;
    padding-bottom: 15px;
    border-bottom: 1px solid #cccccc;
}

.news_block .rss_date {
    color: #999999;
    font-weight: bold;
    margin-bottom: 5px;
}

.news_block .rss_title a {
    font-weight: bold;
    
    color: #003082;
}

.news_block .rss_title a:hover {
    color: #003082;
    text-decoration: underline;
}

.news_link a {
    display: inline-block;
    margin: 10px 20px 0 0;
    padding-left: 20px;
    color: #003082;
    font-weight: bold;
    background: url(../image/common/icon_arrcircle_blue.png) no-repeat left center/14px auto;
}

.news_link a[target="_blank"]::after {
    content: "";
    background: url(../image/common/icon_target.png) no-repeat right 90%/12px auto;
    width: 12px;
    height: 12px;
    display: inline-block;
    margin-left: 5px;
}

.sptabbtn {
    display: none;
}

@media only screen and (max-width: 1499px) {
    .news_box {
        margin: 50px 5% 50px auto;
    }
    .event_box {
        margin: 50px auto 50px 5%;
    }
}

@media only screen and (max-width: 690px) {
    .sptabbtn {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
    .sptabbtn li {
        list-style: none;
        width: 50%;
    }
    .sptabbtn li a {
        display: block;
        font-size: 18px;
        font-weight: bold;
        padding: 14px 1.5em 12px;
        background-color: #f4f4f4;
        text-decoration: none;
        border-bottom: 1px solid #dddddd;
    }
    .sptabbtn li a.tabover {
        border-color: #f4f4f4;
    }
    .sptabbtn li:first-child a {
        border-right: 1px solid #dddddd;
        text-align: right;
        background-color: #eeeeee;
    }
    .sptabbtn li:first-child a.tabover {
        border-bottom-color: #eeeeee;
    }
    .news_block {
        width: 100%;
        position: relative;
    }
    .news_box,
    .event_box {
        width: 100%;
        max-width: 100%;
        margin: 50px auto 40px;
        padding: 0 8%;
    }
    .news_title {
        display: none;
    }
    .news_link {
        position: absolute;
        top: 5px;
        right: 5px;
    }
    .news_link a {
        margin: 10px 15px 0 0;
        padding-left: 13px;
        color: #003082;
        background-size: 12px auto;
    }
}

/*-----------------------------

TAB SINGLE
------------------------------*/

.tab_single .news_block {
    width: 100%;
}

.tab_single .news_box {
    max-width: none;
    margin: 60px auto;
}

.tab_single .kasou .news_link {
    top: 70px;
}

.tab_single .news_block:first-child {
    border-right: none;
}

@media only screen and (max-width: 690px) {
    .tab_single .sptabbtn li {
        list-style: none;
        border-bottom: 1px solid #dddddd;
        width: 100%;
    }
    .tab_single .sptabbtn li a {
        border-right: none;
    }
    .tab_single .sptabbtn li:first-child a {
        text-align: left;
    }
    .tab_single .news_block:first-child {
        border-right: none;
    }

    .tab_single .kasou .news_link {
        top: -50px;
    }
}


/*----------------------------------------------
 Highlight
------------------------------------------------*/

.mainimage {
    width: 100%;
    height: 628px;
    position: relative;
}

.hl_bg {
    height: 470px;
    margin-top: -440px;
    background-color: #dbe2ed;
}

.scrolled .mainimage {
    margin-top: 50px;
}

.swiper-container {
    width: 1360px;
    max-width: 80%;
    margin-left: auto;
    margin-right: auto;
    overflow: visible;
}

/*【publicside.css】へ移動*/

/*--------------------------*/

/*.swiper-slide {
  font-size: 14px;
  background: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-transition: all .4s ease 0s;
  -o-transition: all .4s ease 0s;
  transition: all .4s ease 0s;
  -webkit-box-shadow: 0px 0px 10px 4px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 0px 10px 4px rgba(0, 0, 0, 0.1); }*/

/*--------------------------*/

.swiper-slide img {
    width: 100%;
    height: auto;
}

.swiper-slide.swiper-slide-active {
    display: block;
    width: 34% !important;
    position: relative;
    margin-top: -15px;
    z-index: 100;
}

.image_area {
    height: 230px;
    overflow: hidden;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

.image_area img {
    display: block;
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
}

.txt_area {
    /*height: 120px;*/
    padding: 38px 20px 16px;
    background: #ffffff;
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    max-width: 300px
}

.txt_area .title {
    margin-bottom: 10px;
}

.txt_area .title a {
    height: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    line-height: 1.4;
    font-weight: normal;
    color: #333;
}

.txt_area .detail_txt {
    margin-top: 8px;
    font-size: 12px;
    line-height: 1.2;
    color: #999999;
}

.hl_cate {
    max-width: 150px;
    /*height: 30px;*/
    position: absolute;
    top: -15px;
    right: 0;
    margin-left: auto;
    color: #ffffff;
    padding: 8px 16px;
    z-index: 1;
    line-height: 1.2;
}

.hl_cate.bg_blue {
    background-color: #003082;
}

.hl_cate.bg_yellow {
    background-color: #e1c821;
}

.hl_cate.bg_red {
    background-color: #b53b3b;
}

.hl_cate.bg_green {
    background-color: #26894d;
}

.swiper-slide.swiper-slide-active .image_area {
    height: 560px;
    z-index: 10;
}

.swiper-slide.swiper-slide-active .hl_cate {
    width: auto;
    /*    line-height: 40px;
    height: 40px;*/
    position: relative;
    top: auto;
    font-size: 16px;
    margin-left: 30px;
    display: inline-block;
}

.swiper-slide.swiper-slide-active .txt_area {
    position: absolute;
    width: 190%;
    height: auto;
    bottom: 0;
    left: 100%;
    padding: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    background: transparent;
    -webkit-transition: all .4s ease 0s;
    -o-transition: all .4s ease 0s;
    transition: all .4s ease 0s;
}

.swiper-slide.swiper-slide-active .txt_area .title {
    display: block;
    padding: 10px 0 0 30px;
    margin-bottom: 0;
}

.swiper-slide.swiper-slide-active .txt_area .title.tg::after {
    right: 0px;
}

.swiper-slide.swiper-slide-active .txt_area .title a {
    color: #333333;
    font-weight: bold;
    font-size: 22px;
    height: auto;
}

.swiper-slide.swiper-slide-active .txt_area .detail_txt {
    display: none;
}

.swiper-slide.swiper-slide-active .txt_area.bl-hover {
    opacity: 0.7;
}

.image_area {
    position: relative;
    width: 100%;
    height: 230px;

}

.image_area img.img001 {
    position: absolute;
    top: 50%;
    left: 50%;
    max-width: 100%;
    width: auto;
    height: auto;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

@media only screen and (max-width: 1499px) {
    .mainimage {
        height: 528px;
    }
    .hl_bg {
        height: 400px;
        margin-top: -370px;
    }
    .swiper-container {
        max-width: 85%;
    }
    .swiper-slide.swiper-slide-active {
        margin-top: -15px;
    }
    .image_area {
        position: relative;
        width: 100%;
        height: 130px;
    }
    .image_area img {
        position: absolute;
        top: 50%;
        left: 50%;
        max-width: 100%;
        width: auto;
        height: auto;
        -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
    }
    /*  .txt_area {
    height: auto; 
    flex: 1 1 auto;
  }*/
    .swiper-slide.swiper-slide-active .image_area {
        height: 460px;
    }
    /*.swiper-slide.swiper-slide-active .hl_cate {top: -40px; }*/
    .swiper-slide.swiper-slide-active .txt_area {
        bottom: 10px;
    }
    .swiper-slide.swiper-slide-active .txt_area .title {
        display: block;
        padding: 10px 0 0 30px;
    }
}

@media only screen and (max-width: 1099px) {
    .mainimage {
        height: 528px;
    }
    .hl_bg {
        height: 400px;
        margin-top: -370px;
    }
    .swiper-container {
        max-width: 95%;
    }
    .txt_area {
        height: auto;
        flex: 1 1 auto;
        padding: 0 13px 16px;
    }
}

@media only screen and (max-width: 979px) {
    .mainimage {
        height: 555px;
    }
    .hl_bg {
        height: 440px;
        margin-top: -400px;
    }
    .swiper-container {
        max-width: 80%;
    }
    .swiper-slide.swiper-slide-active {
        width: 340px !important;
        background-color: transparent;
        -webkit-box-shadow: none;
        box-shadow: none;
    }
    .swiper-slide.swiper-slide-active .image_area {
        height: 360px;
        -webkit-box-shadow: 0 0 15px 5px rgba(0, 0, 0, 0.25);
        box-shadow: 0 0 15px 5px rgba(0, 0, 0, 0.25);
    }
    .swiper-slide.swiper-slide-active .hl_cate {
        position: static;
        margin-top: 16px;
        margin-left: 0;
        width: 100%;
    }
    .swiper-slide.swiper-slide-active .txt_area {
        width: 150%;
        position: static;
        padding: 0;
    }
    .swiper-slide.swiper-slide-active .txt_area .title {
        display: block;
        padding: 10px 0 0 0;
        width: 100%;
    }
    .swiper-slide.swiper-slide-active .txt_area .title a {
        font-size: 18px;
    }
}

@media only screen and (max-width: 690px) {
    .mainimage {
        height: 475px;
    }
    .hl_bg {
        height: 400px;
        margin-top: -370px;
    }
    /*  .txt_area {
    height: 160px;
    padding: 25px 15px 16px; }*/
    .image_area {
        height: 120px;
    }
    .hl_cate {
        height: auto;
        /*top: -42px;*/
        width: auto;
        padding: 5px 8px;
    }
    .txt_area .title {
        margin-bottom: 0;
    }
    .swiper-slide.swiper-slide-active {
        width: 260px !important;
    }
    .swiper-slide.swiper-slide-active .image_area {
        height: 295px;
    }
    /*.swiper-slide.swiper-slide-active .txt_area .title {width: 150%; }*/
    .swiper-slide.swiper-slide-active .txt_area .title a {
        height: auto;
        font-size: 16px;
    }
    /*.swiper-slide.swiper-slide-active .hl_cate {width: 150%; } */
}

@media only screen and (max-width: 640px) {
    .txt_area {
        /*height: 140px;*/
        padding: 38px 15px 16px;
    }
    /*  .image_area {
    height: 140px; }*/
    /*  .swiper-slide.swiper-slide-active .txt_area .title,
  .swiper-slide.swiper-slide-active .hl_cate {
    width: 100%; } */
}

@media only screen and (max-width: 479px) {
    .mainimage {
        height: 460px;
        margin-bottom:50px;
    }
    .swiper-container {
        max-width: 85%;
    }
    .hl_bg {
        height: 480px;
        margin-top: -385px;
    }
    /*  .image_area {
    height: 110px; }*/
    /*  .txt_area .title a {
    font-size: 10px; }*/
    .swiper-slide.swiper-slide-active {
        width: 200px !important;
    }
    .swiper-slide.swiper-slide-active .image_area {
        height: 295px;
    }
    /*    .swiper-slide.swiper-slide-active .txt_area .title {
      width: 140%; }
    .swiper-slide.swiper-slide-active .hl_cate {
      width: 140%; } */
}

/*----------------------------------------------
 TARGET LINK
------------------------------------------------*/

.tg {
    position: relative;
}

.tg::after {
    content: '';
    width: 18px;
    height: 13px;
    display: block;
    background: url(../image/common/icon_target.png)no-repeat center center /contain;
    position: absolute;
    bottom: 0;
    right: -10px;
}


/*----------------------------------------------
 FOOTER BNR
------------------------------------------------*/

.bnr {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.bnr figure {
    width: 49%;
    margin-bottom: 15px;
}

@media only screen and (max-width: 690px) {
    .bnr {
        margin: 0 auto 20px;
    }
    .bnr figure {
        width: 100%;
    }
}

/*----------------------------------------------
 SITEMAP
------------------------------------------------*/

#sitemap {
    padding-bottom: 30px;
}

#sitemap li {
    margin: 10px 0;
    padding: 0;
    list-style-type: none;
}

#sitemap ul {
    padding: 0 0 5px 25px;
}

#sitemap ul li {
    margin: 5px 0;
    padding: 0;
}

#sitemap li::before {
    content: "";
    width: 7px;
    height: 10px;
    display: inline-block;
    margin-right: 3px;
    position: relative;
    text-decoration: none;
    background: url(../other/angle-right-solid.svg)no-repeat center center /cover;
}


/*----------------------------------------------
 ALERT
------------------------------------------------*/

.alertbox {
    /*    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    z-index: 100;
    background-color: rgba(0, 0, 0, 0.6);*/
    display: none;
    transition: 0.8s;
}

.alertbox .inn_ {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    position: relative;
    background-color: #FFF;
    max-width: 600px;
    width: 94%;
    height: 100px;
    top: calc(50% - 50px);
    margin: auto;
    z-index: 100;
}

.alertbox h3 {
    margin: 0 auto 5px;
}

.alertbox .closebtn input {
    border: none;
    width: 200px;
    height: 30px;
    border-radius: 5px;
}

input.check01 {
    display: inline-block;
    cursor: pointer;
    position: relative;
    margin-right: 10px;
    top: 0px;
    overflow: visible;
}

input.check01:before {
    content: "";
    width: 20px;
    height: 20px;
    background: #FFF;
    border: 2px solid #FFF;
    position: absolute;
    left: calc(50% - 10px);
    top: -5px;
    box-shadow: inset 1px 1px 3px rgba(0, 0, 0, 0.3);
    display: block
}

input.check01:after {
    content: "";
    width: 16px;
    height: 8px;
    box-sizing: border-box;
    border-left: 3px solid #003082;
    border-bottom: 3px solid #003082;
    transform: rotate(-45deg);
    position: absolute;
    right: calc(50% - 10px);
    top: 7px;
    transition: 0.2s;
    opacity: 0;
    display: block
}



@media all and (-ms-high-contrast:none) {
    input.check01 {
        display: inline-block;
        cursor: pointer;
        position: relative;
        margin-right: 10px;
        top: 0px;
        overflow: visible;
    }

    input.check01:before {
        content: "";
        width: 20px;
        height: 20px;
        background: #FFF;
        border: 2px solid #FFF;
        position: absolute;
        left: calc(50% - 10px);
        top: -5px;
        box-shadow: inset 1px 1px 3px rgba(0, 0, 0, 0.3);
        display: block
    }

    input.check01:after {
        content: "";
        width: 16px;
        height: 8px;
        box-sizing: border-box;
        border-left: 3px solid #003082;
        border-bottom: 3px solid #003082;
        transform: rotate(-45deg);
        position: absolute;
        right: calc(50% - 10px);
        top: 7px;
        transition: 0.2s;
        opacity: 0;
        display: block
    }
    input.check01:checked:after {
        top: 1px;
        opacity: 1;
    }


}

input.check01:checked:after {
    top: 1px;
    opacity: 1;
}

#cmc066 {
    display: none;

}

.cmc066_area label {
    display: block;
    /*margin-top: 5px;*/
    cursor: pointer;
    position: relative;
    /*padding-top: 25px;*/
}

.cmc066_area label:before {
    content: "";
    width: 20px;
    height: 20px;
    background: #FFF;
    border: 2px solid #FFF;
    position: absolute;
    left: 39%;
    top: 0px;
    box-shadow: inset 1px 1px 3px rgba(0, 0, 0, 0.3);
}

.cmc066_area label:after {
    content: "";
    width: 16px;
    height: 8px;
    content: "";
    box-sizing: border-box;
    border-left: 3px solid #008C8E;
    border-bottom: 3px solid #008C8E;
    transform: rotate(-45deg);
    position: absolute;
    right: 59.9%;
    top: 7px;
    transition: 0.2s;
    opacity: 0;
}

.cmc066_area input:checked + label:after {
    top: 5px;
    left: 39.2%;
    opacity: 1;
}

/*

@media only screen and (min-width: 720px) and (max-width: 1360px) {
    .cmc066_area label:after {
        right: 68.9%;
    }
    .cmc066_area label:before {
        left: 30%;
    }
    .cmc066_area input:checked + label:after {
        left: 30.2%;
    }
}

@media only screen and (min-width: 420px)and (max-width: 720px) {
    .cmc066_area label:after {
        right: 77.9%;
    }
    .cmc066_area label:before {
        left: 19%;
    }
    .cmc066_area input:checked + label:after {
        left: 19.4%;
    }
}

@media only screen and (min-width: 320px)and (max-width: 420px) {
    .cmc066_area label:after {
        right: 85.9%;
    }
    .cmc066_area label:before {
        left: 10%;
    }
    .cmc066_area input:checked + label:after {
        left: 10.6%;
    }
}

@media only screen and (max-width: 320px) {
    .cmc066_area label:after {
        right: 89.9%;
    }
    .cmc066_area label:before {
        left: 4%;
    }
    .cmc066_area input:checked + label:after {
        left: 5.6%;
    }
}

.swiper-slide-active .txt_area {
    max-width: 190%;
    width: 190%;
}

.swiper-slide-active .hl_cate {
    max-width: 190%;
    width: 190%;
}
*/

.input_p_area {
    height: 50px;
    position: relative
}

.cmc066_area label {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
}

.cmc066_area label::before {
    left: -30px !important
}

.cmc066_area label::after {
    left: -25px !important
}

#d6::before {
    display: block;
    content: "";
    padding-top: 100px;
    margin-top: -100px;
    width: 100%;
}

.hl_cate.bg_blue_l {
    background-color: #009bd7
}

.hl_cate.bg_orange {
    background-color: #f58025
}

.swiper-slide.swiper-slide-active .txt_area {
    min-width: 160%;
    width: 100%
}

@media only screen and (max-width: 690px) {
    .swiper-slide.swiper-slide-active .txt_area {
        min-width:260px;
        width: calc(260px + 40%);
    }
}

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

.swiper-slide.swiper-slide-active .txt_area {
    min-width:200px;
        width: calc(200px + 30%);
    }
}

.btn_c4 a {
    background-color: #f58025 !important;
}

@media only screen and (min-width: 691px) {
    a[id*="anchor-"] {
        position: relative;
        display: block;
        height: 0;
        top: -100px;
    }
}

    .header_navi {
        position: fixed;
        bottom: 0;
        left: 0;
        width: 100%;
        z-index: 100000;
        margin: auto;
        border-top: 1px solid rgba(0, 0, 0, 0.1);
        background-color: rgba(255, 255, 255, 1);
    }
    .header_navi ul li {
        margin: 0;
        width: 25%;
        text-align: center;
        padding: 8px 0;
        border-right: 1px solid rgba(0, 0, 0, 0.1);
    }
    .header_navi ul li a,
    .header_navi ul li.nav04 {
        padding-top: 27px;
        background-size: 20px auto;
        font-size: 12px;
    }
    .header_navi ul li a {
        font-size: 11px;
        line-height: 1.6;
        color: #000;
    }
    .header_navi ul li.nav04 {
        padding-top: 38px;
        background-position: center 12px;
    }
}

@media only screen and (max-width: 690px) {
    .logo_area img {
        height: 30px;
        padding: 5px;
    }
    .header_area {
        height: 50px;
        max-width: 320px;
    }
    .logo_sub_txt p:first-child {
        top: 35px;
    }
    .logo_sub_img img {
        height: 20px;
    }
    .header_navi ul li a {
        line-height: 1.2;
    }
}


/***************************************************************************************

 PC global navi

***************************************************************************************/
nav#pc_gnavi {
    width: 360px;
    height: 100%;
    -webkit-transition: all .4s ease 0s;
    -o-transition: all .4s ease 0s;
    transition: all .4s ease 0s;
    -webkit-transform: translate(360px);
    -ms-transform: translate(360px);
    transform: translate(360px);
    position: fixed;
    top: 0;
    right: 0;
    z-index: 1000;
    height: 100vh;
    background-color: #FFFFFF;
}
nav#pc_gnavi.open {
    -webkit-transform: translate(0);
    -ms-transform: translate(0);
    transform: translate(0);
}
.pc_gnavi_in {
    overflow-y: scroll;
    height: 100%;
}
/* 検索 / 閉じるボタン */
.pcg_sub {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 80px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 0 16px;
    margin-bottom: 15px;
    border-bottom: 1px solid #dddddd;
}
.saerch_pc {
    position: relative;
    width: calc(100% - 50px);
}
.search_txt {
    border: none;
    background-color: #eeeeee;
    border-radius: 32px;
    display: block;
    height: 40px;
    width: 100%;
    padding: 10px 50px 10px 1em;
    margin: 10px auto;
}
.submit_btn {
    position: absolute;
    right: 15px;
    top: 20px;
    background: url("../image/common/icon_search.png") no-repeat center/20px auto;
    text-indent: -9999px;
    border: none;
    width: 20px;
    height: 20px;
}
.menuin {
    margin-left: 15px;
    cursor: pointer;
    width: 30px;
    height: 36px;
    text-indent: -9999px;
    background: url("../image/common/icon_menu_pc.png") no-repeat center/30px auto;
}
/* global navi */
.pcg_navi_list {
    width: 100%;
    margin: 0;
}
.pcg_navi_list li {
    width: 100%;
    list-style: none;
    height: 55px;
    line-height: 55px;
}
.pcg_navi_list li a {
    display: block;
    width: 100%;
    height: 100%;
    padding: 0 16px 0 50px;
    font-size: 16px;
    font-weight: bold;
    text-decoration: none;
    position: relative;
    color: #333;
}
.pcg_navi_list li a::before {
    content: '';
    width: 6px;
    height: 6px;
    border: 0px;
    border-width: 0 2px 2px 0;
    border-style: solid;
    -webkit-transform: rotate(135deg);
    -ms-transform: rotate(135deg);
    transform: rotate(135deg);
    position: absolute;
    top: calc(50% - 3px);
    left: 25px;
}
.pcg_navi_list li a[target="_blank"]::after {
    content: "";
    width: 16px;
    height: 12px;
    margin-left: 10px;
    background: url(../image/common/icon_target.png) no-repeat right center/cover;
    display: inline-block;
}
.pcg_navi_list > li:hover > a {
    /*layer-1*/
    color: #ffffff;
    background-color: #003082;
}
.pcg_navi_list li .pcg_subocn {
    width: 100%;
    display: none;
    position: absolute;
    top: 0;
    right: 100%;
    background-color: #003082;
}
.pcg_navi_list li .pcg_subocn a {
    color: #ffffff;
    background-color: #003082;
}
.pcg_navi_list li .pcg_subocn a:hover {
    background-color: #001C62;
}
.pcg_subtitle {
    line-height: 80px;
    text-align: center;
    color: #ffffff;
    font-weight: bold;
    font-size: 16px;
    border-bottom: 1px solid #ffffff;
    margin-bottom: 15px;
}
/* gnvi クリック時の背景 */
.pc_gnavi_bg {
    width: 100%;
    height: 100%;
    position: fixed;
    z-index: 999;
    background-color: rgba(0, 0, 0, 0.3);
    display: none;
    top: 0;
    left: 0;
}
/* 外部リンク */
.pcg_link li {list-style: none;}
.pcg_link li a {
    display: block;
    width: 100%;
    padding: 8px 16px 8px 50px;
    font-weight: bold;
    text-decoration: none;
    position: relative;
    background-color: #eeeeee;
    color: #555555;
    margin-bottom: 1px;
}
.pcg_link li a::before {
    content: '';
    width: 4px;
    height: 4px;
    border: 0px;
    border-width: 0 2px 2px 0;
    border-style: solid;
    transform: rotate(135deg);
    position: absolute;
    top: calc(50% - 2px);
    left: 25px;
}
.pcg_link li a[target="_blank"]::after {
    content: "";
    width: 12px;
    height: 10px;
    margin-left: 10px;
    background: url(../image/common/icon_target.png) no-repeat right center/cover;
    display: inline-block;
}
.pcg_link li a:hover {
    background-color: #555555;
    color: #ffffff;
}
/* SNS */
.pcg_sns {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 16px;
}
.pcg_sns_txt {
    line-height: 1.4;
    font-size: 16px;
    width: calc(100% - (150px + 30px));
}
.pcg_sns_icon {
    width: calc(150px + 30px);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.pcg_sns_icon img {
    max-width: 30px;
    height: auto;
    margin: 0 3px;
}
@media only screen and (max-width: 979px) {
.pcg_sns_txt br{display: none;}
}
@media only screen and (max-width: 690px) {
    .pcg_sns {
        flex-wrap: wrap;
        justify-content: center;
        padding-bottom: 30px;
    }
    .pcg_sns_txt {
        width: 100%;
        text-align: center;
        margin-bottom: 5px;
    }
    .pcg_sns_txt br {
        display: none;
    }
}
@media only screen and (max-width: 979px) {
    /***************************************************************************************

 SP global navi

***************************************************************************************/
    nav#pc_gnavi {
        width: 100%;
        /*padding-bottom: 58px;*/
        -webkit-transform: translate(100%);
        -ms-transform: translate(100%);
        transform: translate(100%);
        height: calc(100% - 58px);
        bottom: 58px;
        /*margin-bottom: 58px;*/
    }
    /* 検索 / 閉じるボタン */
    .pcg_sub {
        height: 60px;
        margin-bottom: 0;
        border-bottom: 1px solid #dddddd;
    }
    .saerch_pc {
        width: 100%;
    }
    .search_txt {
        height: 30px;
        width: 100%;
        font-size: 16px;
        line-height: 30px;
    }
    .submit_btn {
        top: 15px;
    }
    .menuin {
        display: none;
    }
    /* global navi */
    .pcg_navi_list {
        width: 100%;
    }
    .pcg_navi_list li {
        height: auto;
        line-height: 1.4;
        position: relative;
        border-bottom: 1px dotted #eeeeee;
    }
    .pcg_navi_list li a {
        width: 100%;
        padding: 8px 40px 8px 16px;
        font-size: 14px;
    }
    .pcg_navi_list li a::before {
        display: none;
    }
    .pcg_navi_list > li:hover > a {
        color: #333333;
        background-color: #ffffff;
    }
    .pcg_navi_list li li {
        border-top: 1px dotted rgba(255, 255, 255, 0.1);
        border-bottom: none;
    }
    .pcg_navi_list li .sp_abtn {
        display: block;
        position: absolute;
        top: 5px;
        right: 8px;
        width: 26px;
        height: 26px;
    }
    .pcg_navi_list li .sp_abtn::after {
        font-size: 20px;
        line-height: 26px;
        content: "+";
        display: block;
        width: 100%;
        height: 100%;
        text-align: center;
    }
    .pcg_navi_list li .sp_abtn.active::after {
        content: "－";
    }
    .pcg_navi_list li .pcg_subocn {
        width: 100%;
        position: static;
        background-color: #003082;
    }
    .pcg_subtitle {
        display: none;
    }
}

/***************************************************************************************

 footer SNS

***************************************************************************************/

.sns_col_5 .col5_m {
    flex-wrap: nowrap;
}

.sns_col_5 .col5_m .col:first-child {
    margin-left: 0;
}

.sns_col_5 .col5_m .col:nth-child(3n) {
    margin-left: 24px;
}

@media only screen and (max-width: 690px) {
    .sns_col_5 .col5_m .col {
        width: calc(20% - 4px);
        margin: 0 2px 24px;
    }
    .sns_col_5 .col5_m .col:nth-child(3n) {
        margin-left: 2px;
    }
}

/***************************************************************************************

 footer

***************************************************************************************/

/* footer company info - footer globalnavi */

.footer_gnavi {
    margin-bottom: 40px;
    padding: 110px 0 55px;
    border-bottom: 1px solid #dddddd;
}

.fgnav_area {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.fgnav_logo img {
    margin-left: 0;
    max-width: 200px;
}

.fgnav_cadd {
    margin: 20px 0;
}

.fgnav_cadd p:first-child {
    margin-bottom: 20px;
}

.fgnav_sns {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.fgnav_sns img {
    max-width: 30px;
    height: auto;
}

.fgnav_block li {
    list-style: none;
    padding-right: 10px;
}

.fgnav_block li a,
.fgnav_block li.nolink {
    color: #333;
    padding: 5px 0 5px 15px;
    display: block;
    border-left: 2px solid #dddddd;
}

.fgnav_block li a[target="_blank"]::after {
    content: "";
    width: 12px;
    height: 10px;
    margin-left: 5px;
    background: url(../image/common/icon_target.png) no-repeat right center/cover;
    display: inline-block;
}

.fgnav_block > ul > li {
    margin-bottom: 25px;
}

.fgnav_block > ul > li > a {
    color: #333;
    padding: 0 0 0 15px;
    font-size: 16px;
    font-weight: bold;
    border-color: #003082;
}

.sp_abtn {
    display: none;
}

@media only screen and (max-width: 979px) {
    .footer_gnavi {
        padding: 50px 0 15px;
    }
    .fgnav_info {
        width: 100%;
        margin-bottom: 50px;
    }
    .fgnav_cinfo {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        margin-bottom: 35px;
    }
    .fgnav_logo {
        margin-right: 5%;
    }
    .fgnav_logo img {
        margin-left: auto;
    }
    .fgnav_cadd {
        margin: 0;
    }
    .fgnav_cadd p:first-child {
        margin-bottom: 10px;
    }
    .fgnav_cadd p:first-child br {
        display: none;
    }
    .fgnav_sns {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
    .fgnav_sns div {
        margin: 0 15px;
    }
    .fgnav_sns img {
        max-width: 40px;
    }
    .fgnav_block {
        margin: 0 auto 30px auto;
    }
}

@media only screen and (max-width: 690px) {
    .fgnav_area {
        padding: 0;
    }
    .footer_gnavi {
        margin-bottom: 15px;
        padding: 40px 0 10px;
    }
    .fgnav_info {
        width: 100vw;
        margin-bottom: 20px;
        padding: 0 16px 20px;
        border-bottom: 1px solid #dddddd;
    }
    .fgnav_cinfo {
        margin-bottom: 25px;
    }
    .fgnav_logo img {
        max-width: 100px;
    }
    .fgnav_cadd {
        font-size: 11px;
    }
    .fgnav_sns div {
        margin: 0 10px;
    }
    .fgnav_sns img {
        max-width: 30px;
    }
    .fgnav_block {
        width: 100%;
        margin: 0 auto;
        padding: 0 16px;
    }
    .fgnav_block > ul > li > a {
        font-size: 14px;
        padding: 5px 0 3px 15px;
    }
    .fgnav_block > ul > li {
        margin-bottom: 10px;
        padding-right: 25px;
        position: relative;
    }
    /* accordion */
    .sp_abtn {
        display: block;
        position: absolute;
        top: 0;
        right: 0;
        width: 26px;
        height: 26px;
    }
    .sp_abtn::after {
        font-size: 20px;
        line-height: 26px;
        content: "+";
        display: block;
        width: 100%;
        height: 100%;
        text-align: center;
    }
    .sp_abtn.active::after {
        content: "－";
    }
    .fgnav_block ul ul {
        display: none;
    }
}

/* footer banner */

.footer_banner {
    padding-bottom: 40px;
    border-bottom: 1px solid #dddddd;
}

.fban_block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.fban_block div {
    margin: 0 5px;
}

@media only screen and (max-width: 690px) {
    .footer_banner {
        padding: 0 0 15px;
    }
}

@media only screen and (max-width: 480px) {
    .fban_block {
        max-width: 360px;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
    .fban_block div {
        width: calc(50% - 10px);
        margin: 5px 5px;
    }
}

/* footer navi sub - Copyright */

.fsub {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin: 40px auto 20px;
}

.fsub li {
    padding: 0 15px;
    list-style: none;
    line-height: 1;
    margin: 0 0 20px -1px;
    border-left: 1px solid #cccccc;
    border-right: 1px solid #cccccc;
}

.fsub li a {
    font-size: 12px;
    color: #003082;
    font-weight: normal;
    text-decoration: none;
}

.fsub li a[target="_blank"]::after {
    content: "";
    width: 10px;
    height: 9px;
    margin-left: 5px;
    background: url(../image/common/icon_target.png) no-repeat right center/cover;
    display: inline-block;
}

.fsub_info {
    padding: 40px 45px;
    background-color: #eeeeee;
    text-align: center;
    max-width: 730px;
    margin: auto;
    line-height: 1.6;
    font-size: 12px;
}

small {
    font-size: 12px;
    text-align: center;
    margin: 30px 0;
    display: block;
}

@media only screen and (max-width: 979px) {
    footer {
        padding-bottom: calc(70px + 20px);
    }
    small {
        margin-bottom: 0;
        margin-top: 10px;
    }
}

/***************************************************************************************

 pagetop

***************************************************************************************/
#topcontrol {
    z-index: 150;
    margin-bottom: 0;
}
a.pagetop {
    width: 94px;
    height: 94px;
    background-repeat: no-repeat;
    background-position: 0 0;
    background-size: 94px 94px;
    display: block;
    z-index: 50;
    background-image: url(../image/common/pagetop.png);
}
body.green a.pagetop{
    background-image: url(../image/common/pageup_green.png);
    width: 74px;
    height: 74px;
    background-size: 74px 74px;
}
@media only screen and (max-width: 979px) {
    #topcontrol {
        bottom: 90px !important;
    }
    body.green a.pagetop,
    a.pagetop {
        width: 40px;
        height: 40px;
        background-size: 40px 40px;
    }
}

/***************************************************************************************

 title (top/sub)

***************************************************************************************/

.title2 {
    text-align: center;
    font-size: 42px;
    line-height: 1.2;
    font-weight: bold;
    margin-bottom: 60px;
}

.subtitil {
    font-size: 18px;
    font-weight: bold;
    border-bottom: 2px solid #013082;
    padding-bottom: 10px;
    margin-bottom: 10px;
    color: #013082;
}

@media only screen and (max-width: 979px) {
    .title2 {
        margin-bottom: 40px;
    }
}

@media only screen and (max-width: 690px) {
    .title2 {
        font-size: 32px;
        margin-bottom: 30px;
    }
}

/***************************************************************************************

 top

***************************************************************************************/

/*----------------------------------------------
 common
------------------------------------------------*/

.section {
    margin: 100px auto;
}

@media only screen and (max-width: 690px) {
    .section {
        margin: 40px auto;
    }
}

.naname {
    font-style: italic;
}

/*----------------------------------------------
 main
------------------------------------------------*/

.topmain_area {
    background: url(../image/mainimage.jpg) no-repeat center/cover;
    height: 850px;
}

.topmain_block {
    width: 1060px;
    height: 100%;
    margin: auto;
    display: table;
}

.topmain_box {
    display: table-cell;
    vertical-align: middle;
}

.topmain_catch_m {
    margin-top: 20px;
    margin-left: 10px;
}

@media only screen and (max-width: 979px) {
    .topmain_area {
        height: 600px;
        background-position: center bottom;
    }
    .topmain_block {
        width: 90%;
    }
    .topmain_catch_l img {
        width: 460px;
        height: auto;
    }
    .topmain_catch_m img {
        width: 440px;
        height: auto;
    }
}

@media only screen and (max-width: 690px) {
    .topmain_area {
        height: 280px;
    }
    .topmain_block {
        width: 90%;
    }
    .topmain_catch_l {
        margin-top: 30px;
    }
    .topmain_catch_l img {
        width: 80%;
        max-width: 320px;
    }
    .topmain_catch_m {
        margin-top: 5px;
        margin-left: 5px;
    }
    .topmain_catch_m img {
        width: 80%;
        max-width: 300px;
    }
}

/*----------------------------------------------
  重要なお知らせ / important info
------------------------------------------------*/

.important_info {
    max-width: 1060px;
    width: 90%;
    margin: -40px auto 0;
    -webkit-box-shadow: 0 20px 30px 8px rgba(0, 0, 0, 0.05);
    box-shadow: 0 20px 30px 8px rgba(0, 0, 0, 0.05);
    background-color: #ffffff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.ii_title {
    text-align: center;
    font-size: 16px;
    font-weight: bold;
    color: #003082;
    width: 200px;
    background-color: #eeeeee;
    position: relative;
    padding: 30px 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.ii_title::before {
    content: "";
    width: 3px;
    height: 40px;
    background-color: #003082;
    position: absolute;
    left: 0;
    top: calc(50% - 20px);
}

.ii_rss {
    padding: 30px 0;
    width: calc(100% - 200px);
}

.ii_rss dl {
    padding: 0 5%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 16px;
}

.ii_rss .rss_contents {
    display: none;
}

.ii_rss .rss_date {
    color: #999999;
    font-weight: bold;
    margin-right: 3%;
}

@media only screen and (max-width: 979px) {
    .ii_title {
        width: 180px;
    }
    .ii_rss {
        width: calc(100% - 180px);
    }
    .ii_rss dl {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
    .ii_rss .rss_date,
    .ii_rss .rss_title {
        width: 100%;
    }
}

@media only screen and (max-width: 690px) {
    .important_info {
        /* display: none;*/
        margin: 20px auto 0;
        flex-direction: column;
    }
    .important_info .ii_title {
        height: auto !important;
        width: 100%;
    }
    .important_info .ii_rss {
        height: auto !important;
        width: 100%;
    }
}

/*----------------------------------------------
  大学入試英語成績提供システム / system_area
------------------------------------------------*/

#system_area {
    padding: 80px 0;
    overflow: hidden;
    position: relative;
}

.ss_bg {
    background: url(../image/common/top_system_bg.jpg) no-repeat center/cover;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    -webkit-transition: all .4s ease 0s;
    -o-transition: all .4s ease 0s;
    transition: all .4s ease 0s;
}

#system_area:hover .ss_bg {
    -webkit-filter: blur(5px);
    filter: blur(5px);
    -webkit-transform: scale(1.05);
    -ms-transform: scale(1.05);
    transform: scale(1.05);
}

.ss_block {
    margin: auto;
    width: 80%;
    max-width: 630px;
    padding: 40px 16px;
    background-color: #007c92;
    -webkit-box-shadow: 0 0 15px 5px rgba(0, 0, 0, 0.25);
    box-shadow: 0 0 15px 5px rgba(0, 0, 0, 0.25);
    position: relative;
    z-index: 1;
    background-position: center bottom -60px;
    -webkit-transition: all .4s ease 0s;
    -o-transition: all .4s ease 0s;
    transition: all .4s ease 0s;
}

.ss_block::after {
    position: absolute;
    top: 10px;
    left: 10px;
    display: block;
    content: "";
    width: calc(100% - 20px);
    height: calc(100% - 20px);
    border: 1px solid #ffffff;
    z-index: 0;
    opacity: 0;
    -webkit-transition: all .4s ease 0s;
    -o-transition: all .4s ease 0s;
    transition: all .4s ease 0s;
}

#system_area:hover .ss_block::after {
    opacity: 1;
}

#system_area.bl-hover .ss_block {
    /*    padding: 40px 16px 80px;
    background: url(../image/common/icon_arrcircle.png) no-repeat center bottom 18px /50px auto #007c92;*/
    padding: 40px 16px 80px;
    background: url(../image/common/icon_arrcircle.png) no-repeat center bottom 26px /50px auto #007c92;
    background-size: 35px;

}

.ss_title {
    color: #ffffff;
    position: relative;
    padding-bottom: 0;
    margin-bottom: 30px;
    text-align: center;
}

.ss_title a {
    color: #ffffff;
    font-size: 34px;
    line-height: 1.2;
    text-decoration: none;
}

.ss_title br {
    display: none;
}

.ss_txt {
    color: #ffffff;
    text-align: center;
    font-size: 16px;
}

@media only screen and (max-width: 690px) {
    #system_area {
        padding: 50px 0;
    }
    .ss_block {
        width: 84%;
        padding: 40px 32px;
    }
    .ss_title {
        margin-bottom: 20px;
    }
    .ss_title a {
        font-size: 24px;
    }
    .ss_title::after {
        bottom: -15px;
    }
    .ss_title br {
        display: block;
    }





    #system_area .ss_block {
        padding: 40px 16px 80px;
        background: url(../image/common/icon_arrcircle.png) no-repeat center bottom 26px /50px auto #007c92;

        background-size: 35px;

    }
}

/*----------------------------------------------
 test / test_area
------------------------------------------------*/

.test_block {
    position: relative;
    height: 400px;
    overflow: hidden;
}

.test_txt {
    height: 100%;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 2;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.test_txt_in {
    padding: 50px 10px 50px;
    width: 100%;
    -webkit-transition: all .4s ease 0s;
    -o-transition: all .4s ease 0s;
    transition: all .4s ease 0s;
    background-position: center bottom;
}

.test_title {
    text-align: center;
    margin-bottom: 25px;
}

.test_title a {
    font-weight: bold;
    font-size: 32px;
    color: #ffffff;
    text-decoration: none;
}

.test_subtxt {
    text-align: center;
    padding: 0 3em 0 3em;
    color: #ffffff;
}

.test_bg {
    height: 100%;
    position: absolute;
    top: 0;
    background-color: rgba(0, 0, 0, 0.4);
    width: 100%;
    z-index: 1;
}

.test_bg::after {
    position: absolute;
    top: 10px;
    left: 10px;
    display: block;
    content: "";
    width: calc(100% - 20px);
    height: calc(100% - 20px);
    border: 1px solid #ffffff;
    z-index: 0;
    opacity: 0;
    -webkit-transition: all .4s ease 0s;
    -o-transition: all .4s ease 0s;
    transition: all .4s ease 0s;
}

.test_img {
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    z-index: 0;
    -webkit-transition: all .4s ease 0s;
    -o-transition: all .4s ease 0s;
    transition: all .4s ease 0s;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

.test_img01 {
    background-image: url(../image/top_test_img01.jpg);
}

.test_img02 {
    background-image: url(../image/top_test_img02.jpg);
}

.test_block:hover .test_txt_in {
    background: url(../image/common/icon_arrcircle.png) no-repeat center bottom/50px auto;
    padding: 50px 10px 100px;
    text-shadow: 0px 0px 15px #000;
    background-size: 35px;
}





.test_block:hover .test_bg {
    background-color: rgba(0, 0, 0, 0.6);
}

.test_block:hover .test_bg::after {
    opacity: 1;
}

.test_block:hover .test_img {
    -webkit-filter: blur(5px);
    filter: blur(5px);
    -webkit-transform: scale(1.05);
    -ms-transform: scale(1.05);
    transform: scale(1.05);
}

@media only screen and (max-width: 979px) {
    .test_txt_in {
        padding: 20px 10px 20px;
    }
    .test_block:hover .test_txt_in {
        background-size: 40px auto;
        padding: 20px 10px 70px;
    }
}

@media only screen and (max-width: 690px) {
    .test_block {
        height: 125px;
        width: 94% !important;
        margin: 0 auto 10px !important;
    }
    .test_title {
        margin-bottom: 0;
    }
    .test_title a {
        font-size: 24px;
    }
    .test_block .test_txt_in,
    .test_block:hover .test_txt_in {
        background: url(../image/common/icon_arrcircle.png) no-repeat center bottom/30px auto;
        padding: 0 10px 35px;
    }
    .test_subtxt {
        display: none;
    }
    .test_bg::after {
        top: 3px;
        left: 3px;
        width: calc(100% - 8px);
        height: calc(100% - 8px);
    }
}

/*----------------------------------------------
  TOEFL®テスト活用状況 / TOEFL®テストライブラリー /
  utilization_area / library_area / asymmet_area_tc
------------------------------------------------*/

.asymmet_area_tc {
    position: relative;
    height: 500px;
}

.asymmet_area_tc .test_block {
    height: 100%;
}

.asymmet_title {
    height: 460px;
    max-width: 1120px;
    width: 85%;
    position: absolute;
    top: 0;
    z-index: 0;
}

#utilization_area .asymmet_title {
    left: 0;
    background-color: #dbe2ed;
}

#library_area .asymmet_title {
    right: 0;
    background-color: #003082;
    color: #ffffff;
}

.asymmet_con {
    height: 400px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    max-width: 1335px;
    width: 85%;
    position: absolute;
    top: 100px;
    z-index: 1;
}

#utilization_area .asymmet_con {
    right: 0;
}

#library_area .asymmet_con {
    left: 0;
}

.asymmet_area_tc .test_block:hover .test_txt_in {
    padding-bottom: 60px;
}

#utilization_area .uz_img01 {
    background-image: url(../image/top_uz_img01.jpg);
}

#utilization_area .uz_img02 {
    background-image: url(../image/top_uz_img02.jpg);
}

#library_area .uz_img01 {
    background-image: url(../image/top_lb_img01.jpg);
}

#library_area .uz_img02 {
    background-image: url(../image/top_lb_img02.jpg);
}

#utilization_area .title2 {
    position: relative;
    top: 50%;
    left: 5%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    text-align: left;
    margin-bottom: 0;
}

#library_area .title2 {
    position: relative;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    text-align: right;
    margin: 0 0 0 auto;
    width: 380px;
    text-align: left;
}

@media only screen and (max-width: 1699px) {
    .asymmet_title {
        max-width: 900px;
        width: 70%;
    }
    .asymmet_con {
        width: 80%;
        max-width: 1000px;
    }
}

@media only screen and (max-width: 1399px) {
    .asymmet_title {
        max-width: 1100px;
    }
    #library_area .title2,
    #utilization_area .title2 {
        font-size: 42px;
        top: 25px;
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0);
    }
    #library_area .title2 br,
    #utilization_area .title2 br {
        display: none;
    }
    #library_area .title2 {
        width: 100%;
        text-align: right;
        right: 5%;
    }
    .asymmet_con {
        max-width: 1300px;
    }
}

@media only screen and (max-width: 979px) {
    .asymmet_area_tc {
        position: static;
        height: auto;
    }
    .asymmet_area_tc .test_block {
        height: 320px;
    }
    .asymmet_title {
        height: 400px;
        width: 100%;
        position: static;
    }
    #utilization_area .title2,
    #library_area .title2 {
        position: static;
        text-align: center;
        padding-top: 50px;
    }
    .asymmet_con {
        width: 80%;
        height: auto;
        position: static;
        margin: -240px auto 0;
    }
}

@media only screen and (max-width: 690px) {
    .asymmet_area_tc .test_block {
        width: calc(50% - 1px) !important;
        margin: 0 0.5px;
        height: 180px;
    }
    .asymmet_title {
        height: 260px;
    }
    #utilization_area .title2,
    #library_area .title2 {
        padding: 30px 20px 0;
        font-size: 28px;
    }
    .asymmet_con {
        width: 94%;
        height: auto;
        position: static;
        margin: -140px auto 0;
    }
    .asymmet_con .test_title a {
        font-size: 20px;
    }
    #library_area .title2 br,
    #utilization_area .title2 br {
        display: block;
    }
}

/*----------------------------------------------
 団体支援事業 / group support area / groupsupport_area
------------------------------------------------*/

.gs_block {
    position: relative;
    min-height: 370px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 40px 0;
    overflow: hidden;
}

.gs_block::before {
    content: "";
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.4);
    position: absolute;
    z-index: 1;
    top: 0;
}

.gs_img {
    position: absolute;
    top: 0;
    left: 0;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    width: 100%;
    -webkit-transition: all .4s ease 0s;
    -o-transition: all .4s ease 0s;
    transition: all .4s ease 0s;
}

.gs_img01 {
    background-image: url(../image/top_gsupport_img01.jpg);
}

.gs_img02 {
    background-image: url(../image/top_gsupport_img02.jpg);
}

.gs_img03 {
    background-image: url(../image/top_gsupport_img03.jpg);
}


/*PC用ホバーアクションは【publicside.css】に記述*/

.gs_txt {
    z-index: 1;
    position: relative;
    width: 100%;
}

.gs_txt_in {
    border: 1px solid #ffffff;
    height: 100px;
    padding: 0 16px 30px;
    line-height: 100px;
    width: 80%;
    position: absolute;
    top: 50%;
    left: 10%;
    margin: auto;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-transition: all .4s ease 0s;
    -o-transition: all .4s ease 0s;
    transition: all .4s ease 0s;
}

.gs_title {
    text-align: center;
    margin-bottom: 0;
}

.gs_title a {
    font-size: 32px;
    font-weight: bold;
    color: #ffffff;
}

.gs_list {
    padding: 0 30px 40px;
    width: 80%;
    opacity: 0;
    position: absolute;
    top: 50%;
    left: 10%;
    margin: auto;
    border: 1px solid #ffffff;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-transition: all .4s ease 0s;
    -o-transition: all .4s ease 0s;
    transition: all .4s ease 0s;
}

.gs_list ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.gs_list ul li {
    list-style: none;
    color: #ffffff;
    width: 50%;
    position: relative;
    margin-bottom: 8px;
    padding-left: 13px;
}

.gs_list ul li a {
    color: #ffffff;
    font-weight: bold;
    line-height: 1.2;
}

.gs_list ul li::before {
    content: '';
    width: 4px;
    height: 4px;
    border-width: 2px 2px 0 0;
    border-style: solid;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    position: absolute;
    top: 8px;
    left: 0;
}


@media only screen and (max-width: 979px) {
    .gs_block {
        padding: 25px 0;
        min-height: 240px;
    }
    .gs_txt {
        position: static;
    }
    .gs_txt_in {
        width: 90%;
        padding: 30px 16px 30px;
        line-height: 1.4;
        position: static;
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0);
        border-bottom: none;
    }
    .gs_block:hover .gs_txt_in {
        border-bottom: none;
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0);
    }
    .gs_title a {
        font-size: 28px;
    }
    .gs_list {
        width: 90%;
        padding: 0 20px 40px;
        opacity: 1;
        position: static;
        border-top: none;
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0);
    }
    .gs_block:hover .gs_list {
        opacity: 1;
        border-top: none;
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0);
    }
}

@media only screen and (max-width: 690px) {
    .gs_block {
        min-height: auto;
        padding: 5px 0;
    }
    .gs_list,
    .gs_block:hover .gs_list {
        display: none;
    }
    .gs_txt_in {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        padding: 0;
        width: calc(100% - 10px);
        border-bottom: 1px solid #ffffff;
        -webkit-transform: 0;
        -ms-transform: 0;
        transform: 0;
    }
    .gs_block:hover .gs_txt_in {
        border-bottom: 1px solid #ffffff;
    }
    .gs_title {
        text-align: center;
        margin: auto;
        padding-bottom: 30px;
        background: url(../image/common/icon_arrcircle.png) no-repeat center bottom/25px auto;
    }
    .gs_title a {
        padding: 0 10px;
        font-size: 15px;
    }
}

/*----------------------------------------------
 英語教員支援事業 / teacher_area
------------------------------------------------*/

#teacher_area {
    background: url(../image/common/top_teacher_bg.jpg) no-repeat center top/auto 280px;
    padding-top: 80px;
}

#teacher_area .title2 {
    color: #ffffff;
}

.tc_block {
    background-color: #ffffff;
    -webkit-box-shadow: 0 10px 15px 0px rgba(0, 0, 0, 0.15);
    box-shadow: 0 10px 15px 0px rgba(0, 0, 0, 0.15);
}

.tc_info {
    padding: 25px 35px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

#top .tc_info {
    display: block;
}

.Title_tc {
    font-size: 20px;
    line-height: 1.4;
    font-weight: bold;
    position: relative;
    margin-bottom: 15px;
    padding-bottom: 15px;
}

.Title_tc a {
    color: #333333;
    text-decoration: none;
}

.tc_title {
    font-size: 20px;
    line-height: 1.4;
    font-weight: bold;
    position: relative;
    margin-bottom: 15px;
    padding-bottom: 15px;
}

/*.tc_title::after {
    content: "";
    width: 15px;
    height: 2px;
    background-color: #003082;
    position: absolute;
    bottom: 0;
    left: 0;
}*/

.tc_title a[target="_blank"]::after {
    content: "";
    background: url(../image/common/icon_target.png) no-repeat right center/16px auto;
    width: 16px;
    height: 16px;
    display: inline-block;
    margin-left: 8px;
}

.tc_info .dlb_btn a,
.tc_info .dlb_btn_inlineb a {
    min-width: auto;
    max-width: none;
    width: 100%;
}

.tc_img {
    overflow: hidden;
}

.tc_img img {
    -webkit-transition: all .4s ease 0s;
    -o-transition: all .4s ease 0s;
    transition: all .4s ease 0s;
}

/*.tc_block:hover .tc_img img {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1); }*/

@media only screen and (max-width: 979px) {
    .tc_info {
        padding: 25px 20px;
    }
}

@media only screen and (max-width: 979px) {
    #teacher_area {
        padding-top: 35px;
        background-size: auto 100px;
    }
    #teacher_area .title2 {
        margin-bottom: 50px;
    }
    .tc_info {
        padding: 15px;
    }
    .tc_title {
        font-size: 16px;
    }
    .tc_txt {
        font-size: 12px;
    }
}

/*----------------------------------------------
 News / Event / rss
------------------------------------------------*/
.rss_new {
    display: inline;
    padding: 5px 12px;
    font-size: 10px;
    background: #013082;
    color: #fff;
}

#news_area {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    background-color: #f4f4f4;
}

.news_block {
    width: 50%;
}

.news_block:first-child {
    border-right: 1px solid #dddddd;
}

.news_block:last-child {
    border-left: 1px solid #f9f9f9;
}

.news_area {
    background-color: #eeeeee;
}

.news_box {
    width: 90%;
    max-width: 480px;
    margin: 90px 5% 90px auto;
}

.event_area {
    background-color: #f4f4f4;
}

.event_box {
    width: 90%;
    max-width: 480px;
    margin: 90px auto 90px 5%;
}

.news_title {
    text-align: center;
    font-size: 38px;
    line-height: 1;
    margin-bottom: 40px;
    font-weight: bold;
}

.news_block .rss_contents {
    display: none;
}

.news_block .rss_box dl {
    margin-bottom: 15px;
    padding-bottom: 15px;
    border-bottom: 1px solid #cccccc;
}

.news_block .rss_date {
    color: #999999;
    font-weight: bold;
    margin-bottom: 5px;
}

.news_block .rss_title a {
    font-weight: bold;
    
    color: #003082;
}

.news_block .rss_title a:hover {
    color: #003082;
    text-decoration: underline;
}

.news_link a {
    display: inline-block;
    margin: 10px 20px 0 0;
    padding-left: 20px;
    color: #003082;
    font-weight: bold;
    background: url(../image/common/icon_arrcircle_blue.png) no-repeat left center/14px auto;
}

.news_link a[target="_blank"]::after {
    content: "";
    background: url(../image/common/icon_target.png) no-repeat right 90%/12px auto;
    width: 12px;
    height: 12px;
    display: inline-block;
    margin-left: 5px;
}

.sptabbtn {
    display: none;
}

@media only screen and (max-width: 1499px) {
    .news_box {
        margin: 50px 5% 50px auto;
    }
    .event_box {
        margin: 50px auto 50px 5%;
    }
}

@media only screen and (max-width: 690px) {
    .sptabbtn {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
    .sptabbtn li {
        list-style: none;
        width: 50%;
    }
    .sptabbtn li a {
        display: block;
        font-size: 18px;
        font-weight: bold;
        padding: 14px 1.5em 12px;
        background-color: #f4f4f4;
        text-decoration: none;
        border-bottom: 1px solid #dddddd;
    }
    .sptabbtn li a.tabover {
        border-color: #f4f4f4;
    }
    .sptabbtn li:first-child a {
        border-right: 1px solid #dddddd;
        text-align: right;
        background-color: #eeeeee;
    }
    .sptabbtn li:first-child a.tabover {
        border-bottom-color: #eeeeee;
    }
    .news_block {
        width: 100%;
        position: relative;
    }
    .news_box,
    .event_box {
        width: 100%;
        max-width: 100%;
        margin: 50px auto 40px;
        padding: 0 8%;
    }
    .news_title {
        display: none;
    }
    .news_link {
        position: absolute;
        top: 5px;
        right: 5px;
    }
    .news_link a {
        margin: 10px 15px 0 0;
        padding-left: 13px;
        color: #003082;
        background-size: 12px auto;
    }
}

/*-----------------------------

TAB SINGLE
------------------------------*/

.tab_single .news_block {
    width: 100%;
}

.tab_single .news_box {
    max-width: none;
    margin: 60px auto;
}

.tab_single .kasou .news_link {
    top: 70px;
}

.tab_single .news_block:first-child {
    border-right: none;
}

@media only screen and (max-width: 690px) {
    .tab_single .sptabbtn li {
        list-style: none;
        border-bottom: 1px solid #dddddd;
        width: 100%;
    }
    .tab_single .sptabbtn li a {
        border-right: none;
    }
    .tab_single .sptabbtn li:first-child a {
        text-align: left;
    }
    .tab_single .news_block:first-child {
        border-right: none;
    }

    .tab_single .kasou .news_link {
        top: -50px;
    }
}


/*----------------------------------------------
 Highlight
------------------------------------------------*/

.mainimage {
    width: 100%;
    height: 628px;
    position: relative;
}

.hl_bg {
    height: 470px;
    margin-top: -440px;
    background-color: #dbe2ed;
}

.scrolled .mainimage {
    margin-top: 50px;
}

.swiper-container {
    width: 1360px;
    max-width: 80%;
    margin-left: auto;
    margin-right: auto;
    overflow: visible;
}

/*【publicside.css】へ移動*/

/*--------------------------*/

/*.swiper-slide {
  font-size: 14px;
  background: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-transition: all .4s ease 0s;
  -o-transition: all .4s ease 0s;
  transition: all .4s ease 0s;
  -webkit-box-shadow: 0px 0px 10px 4px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 0px 10px 4px rgba(0, 0, 0, 0.1); }*/

/*--------------------------*/

.swiper-slide img {
    width: 100%;
    height: auto;
}

.swiper-slide.swiper-slide-active {
    display: block;
    width: 34% !important;
    position: relative;
    margin-top: -15px;
    z-index: 100;
}

.image_area {
    height: 230px;
    overflow: hidden;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

.image_area img {
    display: block;
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
}

.txt_area {
    /*height: 120px;*/
    padding: 38px 20px 16px;
    background: #ffffff;
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    max-width: 300px
}

.txt_area .title {
    margin-bottom: 10px;
}

.txt_area .title a {
    height: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    line-height: 1.4;
    font-weight: normal;
    color: #333;
}

.txt_area .detail_txt {
    margin-top: 8px;
    font-size: 12px;
    line-height: 1.2;
    color: #999999;
}

.hl_cate {
    max-width: 150px;
    /*height: 30px;*/
    position: absolute;
    top: -15px;
    right: 0;
    margin-left: auto;
    color: #ffffff;
    padding: 8px 16px;
    z-index: 1;
    line-height: 1.2;
}

.hl_cate.bg_blue {
    background-color: #003082;
}

.hl_cate.bg_yellow {
    background-color: #e1c821;
}

.hl_cate.bg_red {
    background-color: #b53b3b;
}

.hl_cate.bg_green {
    background-color: #26894d;
}

.swiper-slide.swiper-slide-active .image_area {
    height: 560px;
    z-index: 10;
}

.swiper-slide.swiper-slide-active .hl_cate {
    width: auto;
    /*    line-height: 40px;
    height: 40px;*/
    position: relative;
    top: auto;
    font-size: 16px;
    margin-left: 30px;
    display: inline-block;
}

.swiper-slide.swiper-slide-active .txt_area {
    position: absolute;
    width: 190%;
    height: auto;
    bottom: 0;
    left: 100%;
    padding: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    background: transparent;
    -webkit-transition: all .4s ease 0s;
    -o-transition: all .4s ease 0s;
    transition: all .4s ease 0s;
}

.swiper-slide.swiper-slide-active .txt_area .title {
    display: block;
    padding: 10px 0 0 30px;
    margin-bottom: 0;
}

.swiper-slide.swiper-slide-active .txt_area .title.tg::after {
    right: 0px;
}

.swiper-slide.swiper-slide-active .txt_area .title a {
    color: #333333;
    font-weight: bold;
    font-size: 22px;
    height: auto;
}

.swiper-slide.swiper-slide-active .txt_area .detail_txt {
    display: none;
}

.swiper-slide.swiper-slide-active .txt_area.bl-hover {
    opacity: 0.7;
}

.image_area {
    position: relative;
    width: 100%;
    height: 230px;

}

.image_area img.img001 {
    position: absolute;
    top: 50%;
    left: 50%;
    max-width: 100%;
    width: auto;
    height: auto;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

@media only screen and (max-width: 1499px) {
    .mainimage {
        height: 528px;
    }
    .hl_bg {
        height: 400px;
        margin-top: -370px;
    }
    .swiper-container {
        max-width: 85%;
    }
    .swiper-slide.swiper-slide-active {
        margin-top: -15px;
    }
    .image_area {
        position: relative;
        width: 100%;
        height: 130px;
    }
    .image_area img {
        position: absolute;
        top: 50%;
        left: 50%;
        max-width: 100%;
        width: auto;
        height: auto;
        -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
    }
    /*  .txt_area {
    height: auto; 
    flex: 1 1 auto;
  }*/
    .swiper-slide.swiper-slide-active .image_area {
        height: 460px;
    }
    /*.swiper-slide.swiper-slide-active .hl_cate {top: -40px; }*/
    .swiper-slide.swiper-slide-active .txt_area {
        bottom: 10px;
    }
    .swiper-slide.swiper-slide-active .txt_area .title {
        display: block;
        padding: 10px 0 0 30px;
    }
}

@media only screen and (max-width: 1099px) {
    .mainimage {
        height: 528px;
    }
    .hl_bg {
        height: 400px;
        margin-top: -370px;
    }
    .swiper-container {
        max-width: 95%;
    }
    .txt_area {
        height: auto;
        flex: 1 1 auto;
        padding: 0 13px 16px;
    }
}

@media only screen and (max-width: 979px) {
    .mainimage {
        height: 555px;
    }
    .hl_bg {
        height: 440px;
        margin-top: -400px;
    }
    .swiper-container {
        max-width: 80%;
    }
    .swiper-slide.swiper-slide-active {
        width: 340px !important;
        background-color: transparent;
        -webkit-box-shadow: none;
        box-shadow: none;
    }
    .swiper-slide.swiper-slide-active .image_area {
        height: 360px;
        -webkit-box-shadow: 0 0 15px 5px rgba(0, 0, 0, 0.25);
        box-shadow: 0 0 15px 5px rgba(0, 0, 0, 0.25);
    }
    .swiper-slide.swiper-slide-active .hl_cate {
        position: static;
        margin-top: 16px;
        margin-left: 0;
        width: 100%;
    }
    .swiper-slide.swiper-slide-active .txt_area {
        width: 150%;
        position: static;
        padding: 0;
    }
    .swiper-slide.swiper-slide-active .txt_area .title {
        display: block;
        padding: 10px 0 0 0;
        width: 100%;
    }
    .swiper-slide.swiper-slide-active .txt_area .title a {
        font-size: 18px;
    }
}

@media only screen and (max-width: 690px) {
    .mainimage {
        height: 475px;
    }
    .hl_bg {
        height: 400px;
        margin-top: -370px;
    }
    /*  .txt_area {
    height: 160px;
    padding: 25px 15px 16px; }*/
    .image_area {
        height: 120px;
    }
    .hl_cate {
        height: auto;
        /*top: -42px;*/
        width: auto;
        padding: 5px 8px;
    }
    .txt_area .title {
        margin-bottom: 0;
    }
    .swiper-slide.swiper-slide-active {
        width: 260px !important;
    }
    .swiper-slide.swiper-slide-active .image_area {
        height: 295px;
    }
    /*.swiper-slide.swiper-slide-active .txt_area .title {width: 150%; }*/
    .swiper-slide.swiper-slide-active .txt_area .title a {
        height: auto;
        font-size: 16px;
    }
    /*.swiper-slide.swiper-slide-active .hl_cate {width: 150%; } */
}

@media only screen and (max-width: 640px) {
    .txt_area {
        /*height: 140px;*/
        padding: 38px 15px 16px;
    }
    /*  .image_area {
    height: 140px; }*/
    /*  .swiper-slide.swiper-slide-active .txt_area .title,
  .swiper-slide.swiper-slide-active .hl_cate {
    width: 100%; } */
}

@media only screen and (max-width: 479px) {
    .mainimage {
        height: 460px;
        margin-bottom:50px;
    }
    .swiper-container {
        max-width: 85%;
    }
    .hl_bg {
        height: 480px;
        margin-top: -385px;
    }
    /*  .image_area {
    height: 110px; }*/
    /*  .txt_area .title a {
    font-size: 10px; }*/
    .swiper-slide.swiper-slide-active {
        width: 200px !important;
    }
    .swiper-slide.swiper-slide-active .image_area {
        height: 295px;
    }
    /*    .swiper-slide.swiper-slide-active .txt_area .title {
      width: 140%; }
    .swiper-slide.swiper-slide-active .hl_cate {
      width: 140%; } */
}

/*----------------------------------------------
 TARGET LINK
------------------------------------------------*/

.tg {
    position: relative;
}

.tg::after {
    content: '';
    width: 18px;
    height: 13px;
    display: block;
    background: url(../image/common/icon_target.png)no-repeat center center /contain;
    position: absolute;
    bottom: 0;
    right: -10px;
}


/*----------------------------------------------
 FOOTER BNR
------------------------------------------------*/

.bnr {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.bnr figure {
    width: 49%;
    margin-bottom: 15px;
}

@media only screen and (max-width: 690px) {
    .bnr {
        margin: 0 auto 20px;
    }
    .bnr figure {
        width: 100%;
    }
}

/*----------------------------------------------
 SITEMAP
------------------------------------------------*/

#sitemap {
    padding-bottom: 30px;
}

#sitemap li {
    margin: 10px 0;
    padding: 0;
    list-style-type: none;
}

#sitemap ul {
    padding: 0 0 5px 25px;
}

#sitemap ul li {
    margin: 5px 0;
    padding: 0;
}

#sitemap li::before {
    content: "";
    width: 7px;
    height: 10px;
    display: inline-block;
    margin-right: 3px;
    position: relative;
    text-decoration: none;
    background: url(../other/angle-right-solid.svg)no-repeat center center /cover;
}


/*----------------------------------------------
 ALERT
------------------------------------------------*/

.alertbox {
    /*    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    z-index: 100;
    background-color: rgba(0, 0, 0, 0.6);*/
    display: none;
    transition: 0.8s;
}

.alertbox .inn_ {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    position: relative;
    background-color: #FFF;
    max-width: 600px;
    width: 94%;
    height: 100px;
    top: calc(50% - 50px);
    margin: auto;
    z-index: 100;
}

.alertbox h3 {
    margin: 0 auto 5px;
}

.alertbox .closebtn input {
    border: none;
    width: 200px;
    height: 30px;
    border-radius: 5px;
}

input.check01 {
    display: inline-block;
    cursor: pointer;
    position: relative;
    margin-right: 10px;
    top: 0px;
    overflow: visible;
}

input.check01:before {
    content: "";
    width: 20px;
    height: 20px;
    background: #FFF;
    border: 2px solid #FFF;
    position: absolute;
    left: calc(50% - 10px);
    top: -5px;
    box-shadow: inset 1px 1px 3px rgba(0, 0, 0, 0.3);
    display: block
}

input.check01:after {
    content: "";
    width: 16px;
    height: 8px;
    box-sizing: border-box;
    border-left: 3px solid #003082;
    border-bottom: 3px solid #003082;
    transform: rotate(-45deg);
    position: absolute;
    right: calc(50% - 10px);
    top: 7px;
    transition: 0.2s;
    opacity: 0;
    display: block
}



@media all and (-ms-high-contrast:none) {
    input.check01 {
        display: inline-block;
        cursor: pointer;
        position: relative;
        margin-right: 10px;
        top: 0px;
        overflow: visible;
    }

    input.check01:before {
        content: "";
        width: 20px;
        height: 20px;
        background: #FFF;
        border: 2px solid #FFF;
        position: absolute;
        left: calc(50% - 10px);
        top: -5px;
        box-shadow: inset 1px 1px 3px rgba(0, 0, 0, 0.3);
        display: block
    }

    input.check01:after {
        content: "";
        width: 16px;
        height: 8px;
        box-sizing: border-box;
        border-left: 3px solid #003082;
        border-bottom: 3px solid #003082;
        transform: rotate(-45deg);
        position: absolute;
        right: calc(50% - 10px);
        top: 7px;
        transition: 0.2s;
        opacity: 0;
        display: block
    }
    input.check01:checked:after {
        top: 1px;
        opacity: 1;
    }


}

input.check01:checked:after {
    top: 1px;
    opacity: 1;
}

#cmc066 {
    display: none;

}

.cmc066_area label {
    display: block;
    /*margin-top: 5px;*/
    cursor: pointer;
    position: relative;
    /*padding-top: 25px;*/
}

.cmc066_area label:before {
    content: "";
    width: 20px;
    height: 20px;
    background: #FFF;
    border: 2px solid #FFF;
    position: absolute;
    left: 39%;
    top: 0px;
    box-shadow: inset 1px 1px 3px rgba(0, 0, 0, 0.3);
}

.cmc066_area label:after {
    content: "";
    width: 16px;
    height: 8px;
    content: "";
    box-sizing: border-box;
    border-left: 3px solid #008C8E;
    border-bottom: 3px solid #008C8E;
    transform: rotate(-45deg);
    position: absolute;
    right: 59.9%;
    top: 7px;
    transition: 0.2s;
    opacity: 0;
}

.cmc066_area input:checked + label:after {
    top: 5px;
    left: 39.2%;
    opacity: 1;
}

/*

@media only screen and (min-width: 720px) and (max-width: 1360px) {
    .cmc066_area label:after {
        right: 68.9%;
    }
    .cmc066_area label:before {
        left: 30%;
    }
    .cmc066_area input:checked + label:after {
        left: 30.2%;
    }
}

@media only screen and (min-width: 420px)and (max-width: 720px) {
    .cmc066_area label:after {
        right: 77.9%;
    }
    .cmc066_area label:before {
        left: 19%;
    }
    .cmc066_area input:checked + label:after {
        left: 19.4%;
    }
}

@media only screen and (min-width: 320px)and (max-width: 420px) {
    .cmc066_area label:after {
        right: 85.9%;
    }
    .cmc066_area label:before {
        left: 10%;
    }
    .cmc066_area input:checked + label:after {
        left: 10.6%;
    }
}

@media only screen and (max-width: 320px) {
    .cmc066_area label:after {
        right: 89.9%;
    }
    .cmc066_area label:before {
        left: 4%;
    }
    .cmc066_area input:checked + label:after {
        left: 5.6%;
    }
}

.swiper-slide-active .txt_area {
    max-width: 190%;
    width: 190%;
}

.swiper-slide-active .hl_cate {
    max-width: 190%;
    width: 190%;
}
*/

.input_p_area {
    height: 50px;
    position: relative
}

.cmc066_area label {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
}

.cmc066_area label::before {
    left: -30px !important
}

.cmc066_area label::after {
    left: -25px !important
}

#d6::before {
    display: block;
    content: "";
    padding-top: 100px;
    margin-top: -100px;
    width: 100%;
}

.hl_cate.bg_blue_l {
    background-color: #009bd7
}

.hl_cate.bg_orange {
    background-color: #f58025
}

.swiper-slide.swiper-slide-active .txt_area {
    min-width: 160%;
    width: 100%
}

@media only screen and (max-width: 690px) {
    .swiper-slide.swiper-slide-active .txt_area {
        min-width:260px;
        width: calc(260px + 40%);
    }
}

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

.swiper-slide.swiper-slide-active .txt_area {
    min-width:200px;
        width: calc(200px + 30%);
    }
}

.btn_c4 a {
    background-color: #f58025 !important;
}

@media only screen and (min-width: 691px) {
    a[id*="anchor-"] {
        position: relative;
        display: block;
        height: 0;
        top: -100px;
    }
}
