/* PC用CSS */
@media print,
screen and (min-width: 640px) {

    /* ここから通常のCSS */


    body {
        font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Noto Sans Japanese", "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, Meiryo, sans-serif;

    }

    a {
        text-decoration: none;
        color: #555555;
        cursor: pointer;
    }

    a:hover {
        color: #2c4198;
        text-decoration: none;
    }

    p {
        font-size: 14px;
        line-height: 1.6;
    }


    p.title1 {
        font-size: 15px;
        font-weight: bold;
        background-image: url(../img/menu_arrow.png);
        background-repeat: no-repeat;
        background-size: 4px 7px;
        background-position: 0px 11px;
        padding-left: 10px;
        padding-top: 5px;
        font-size: 15px;

    }

    p.title2 {
        font-size: 14px;
        font-weight: bold;
    }

    .wrap {
        width: 960px;
        height: auto;
        margin: 0 auto;
    }

    #header {
        display: block;
        width: 100%;
        min-width: 960px;
        margin: 0 auto;
        background: #FFF;
        left: 0;
        top: 0;
        z-index: +100;
        border-bottom: solid 1px #DDDDDD
    }

    #header .fixbar {
        position: absolute;
        background-color: #fff;
        width: auto;
        top: 33px;
    }

    .fix_wrap {
        width: 960px;
    }

    #header.fixed .fixbar {
        position: fixed;
        top: 0px;
    }

    #hdr_wrap {
        width: 960px;
        height: 130px;
        margin: 0 auto;
        overflow: hidden;
    }

    #hdr_menu {
        width: 100%;
        padding-top: 5px;
        height: 20px;
    }

    #menu_right ul li {
        font-family: "Noto Sans Japanese";
        background-image: url(../img/menu_arrow.png);
        background-repeat: no-repeat;
        background-size: 4px 7px;
        background-position: 0px 11px;
        padding-left: 10px;
        padding-top: 6px;
        font-size: 12px;
        margin-left: 15px;
        display: inline;
        float: right;
    }

    .left {
        padding-top: 20px;
        width: 300px;
        float: left;
    }

    .slicknav_menu {
        display: none;
        /*PC時は非表示*/
    }

    #gnav {
        width: 600px;
        padding-top: 40px;
        float: right;
    }

    #gnav ul li {
        font-family: "Noto Sans Japanese";
        width: 95px;
        text-align: center;
    }

    #gnav ul li.sp_menu {
        display: none;
    }

    #gnav ul a {
        position: relative;
        display: inline-block;
        transition: .3s;
    }

    #gnav ul a::after {
        color: aqua;
        position: absolute;
        bottom: -10px;
        left: 50%;
        content: '';
        width: 0;
        height: 2px;
        background-color: #2c4198;
        transition: .3s;
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%);
    }

    #gnav ul a:hover::after {
        width: 85%;
    }

    #change {
        background: #E2EDFF;
        position: fixed;
        top: 0px;
        left: 0px;
        width: 100%;
        display: none;
        z-index: 9999;
        padding: 3px 0 5px 0px;
    }

    .fix_wrap2 {
        width: 960px;
        margin: 0 auto;
    }

    .c-left {
        padding-top: 10px;
        width: 300px;
        float: left;
    }

    #c-gnav {
        width: 600px;
        padding-top: 23px;
        float: right;
    }

    #c-gnav ul li {
        width: 95px;
        text-align: center;
    }

    #c-gnav ul a {
        position: relative;
        display: inline-block;
        transition: .3s;
    }

    #c-gnav ul a::after {
        color: aqua;
        position: absolute;
        bottom: -10px;
        left: 50%;
        content: '';
        width: 0;
        height: 2px;
        background-color: #2c4198;
        transition: .3s;
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%);
    }

    #c-gnav ul a:hover::after {
        width: 85%;
    }

    #slide_pc {
        width: 100%;
        height: 400px;
        /*margin-top: 141px;*/
        margin-bottom: 30px;
    }

    #sp {
        display: none;
    }

    .content_list {
        margin-bottom: 30px;
    }

    .clearfix:after {
        content: "";
        clear: both;
        display: block;
    }

    .content_list ul li {
        float: left;
        width: 290px;
        margin-right: 45px;
    }

    .content_list ul li.last {
        margin-right: 0px;
    }

    p.top_ps {
        font-weight: bold;
        font-size: 95%;
    }

    .ct_01 {
        font-family: "Noto Sans Japanese";
        border-bottom: solid 2px #DDD;
        padding-bottom: 8px;
        margin-top: 20px;
        margin-bottom: 20px;
        font-size: 22px;
        color: #2c4198;
        font-weight: bold;
    }

    .ct_02 {
        margin-top: 10px;
        float: right;
        font-size: 80%;
        background-image: url(../img/menu_arrow.png);
        background-repeat: no-repeat;
        background-size: 4px 7px;
        background-position: 0px 6px;
        padding-left: 12px;
    }

    .ct_03 {
        font-size: 15px;
        font-weight: bold;
        background-image: url(../img/sankaku_blue.png);
        background-repeat: no-repeat;
        background-size: 5px 7px;
        background-position: 0px 8px;
        padding-left: 10px;
    }

    .ct_04 {
        font-size: 15px;
        font-weight: bold;
    }

    .ct_05 {
        font-size: 15px;
        font-weight: bold;
        color: #2c4198;
    }

    .ct_06 {
        font-size: 15px;
        font-weight: bold;
        color: #fff;
        background-color: #6C8EB9;
        width: 952px;
        height: 30px;
        padding-left: 8px;
        padding-top: 8px;
    }

    .ct_07 {
        font-size: 17px;
        font-weight: bold;
        color: #2c4198;
    }

    .block_news01 li {
        background-image: url(../img/sankaku_blue.png);
        background-repeat: no-repeat;
        background-size: 5px 7px;
        background-position: 0px 23px;
        padding-left: 15px;
        color: #555555;
        font-size: 14px;
        line-height: 55px;
        white-space: nowrap;
        border-bottom: dotted 1px #BBCCDD;
    }

    .recruit_bn {
        float: right;
        width: 290px;
        margin-bottom: 30px;
    }

    /*フッター*/


    #footer_menu {
        padding-bottom: 50px;
        background-color: #f5f5f5;
    }


    .fm_wrap {
        width: 960px;
        height: auto;
        margin: 0 auto;
        padding: 70px 10px;
    }

    .fm_left {
        float: left;
    }

    .fm_left h2 {
        margin: 5px 0px;
        color: #444444;
        font-size: 14px;
        font-weight: bold;
    }

    .fm_left address {
        text-align: left;
        line-height: 1.5em;
        font-style: normal;
        font-size: 12px;
        color: #444444;
    }

    .fm_right {
        float: right;
    }

    .fmr_cate {
        width: 110px;
        float: left;
    }

    p.fmr_title {
        padding: 0px 0px 5px;
        margin: 0 0 5px;
        color: #858484;
        font-size: 90%;
    }

    .fmr_cate ul {
        margin: 0 0 20px;
    }

    .fmr_cate ul li {
        font-size: 80%;
        height: 24px;
        background-image: url(../img/menu_arrow.png);
        background-repeat: no-repeat;
        background-size: 4px 7px;
        background-position: 0px 5px;
        padding-left: 9px;
    }

    #footer_cr {
        height: 30px;
        background-color: #2c4198;
        padding-top: 10px;

    }

    #footer_cr p {
        color: #fff;
        text-align: center;
        font-size: 12px;
    }

    /*マウスオーバー時*/
    .fade {
        -webkit-transition: 0.4s ease-in-out;
        -moz-transition: 0.4s ease-in-out;
        -o-transition: 0.4s ease-in-out;
        transition: 0.4s ease-in-out;
    }

    .fade:hover {
        opacity: 0.6;
        filter: alpha(opacity=60);
    }


    /*TOPページコンテンツ一覧*/
    .btn a {
        float: left;
        display: block;
        width: 290px;
        height: 200px;
        background: url(../img/zaitaku_W580_a.jpg) no-repeat;
        background-size: 290px, 200px;
        margin: 0;
        padding: 0;
    }

    .btn a img {
        vertical-align: top;
        transition: opacity 0.8s;
    }

    .btn a:hover img {
        opacity: 0;
    }

    .btn2 a {
        float: left;
        display: block;
        width: 290px;
        height: 200px;
        background: url(../img/syain_W580_a.jpg) no-repeat;
        background-size: 290px, 200px;
        margin: 0;
        padding: 0;
    }

    .btn2 a img {
        vertical-align: top;
        transition: opacity 0.8s;
    }

    .btn2 a:hover img {
        opacity: 0;
    }

    .btn3 a {
        float: right;
        display: block;
        width: 290px;
        height: 200px;
        background: url(../img/dokuritsu_W580_a.jpg) no-repeat;
        background-size: 290px, 200px;
        margin: 0;
        padding: 0;
    }

    .btn3 a img {
        vertical-align: top;
        transition: opacity 0.8s;
    }

    .btn3 a:hover img {
        opacity: 0;
    }


    .top_content2 {
        margin-bottom: 20px;
    }

    .content2_list {
        margin-top: 20px;
        margin-bottom: 60px;
    }

    .content2_list ul li {
        font-size: 80%;
        width: 176px;
        height: 150px;
        background-color: #8F878F;
        float: left;
        margin-right: 20px;
    }

    .content2_list ul li p {
        background-image: url(../img/menu_arrow.png);
        background-repeat: no-repeat;
        background-size: 4px 7px;
        background-position: 0px 5px;
        padding-left: 9px;
    }

    .content2_list a:hover {
        color: #2c4198;
        text-decoration: none;
    }

    .content2_list ul li.last {
        width: 176px;
        height: 150px;
        margin-right: 0;
    }

    /*トップへ戻るボタン*/
    .pagetop {
        display: none;
        position: fixed;
        bottom: 30px;
        right: 15px;
    }

    .pagetop a {
        display: block;
        background-color: #505050;
        text-align: center;
        color: #fff;
        font-size: 14px;
        text-decoration: none;
        padding: 20px 30px;
        filter: alpha(opacity=70);
        -moz-opacity: 0.7;
        opacity: 0.7;
        border-radius: 7px;
        -webkit-border-radius: 7px;
        /* Safari,Google Chrome用 */
        -moz-border-radius: 7px;
        /* Firefox用 */
    }

    .pagetop a:hover {
        display: block;
        background-color: #2c4198;
        text-align: center;
        color: #fff;
        font-size: 14px;
        text-decoration: none;
        padding: 20px 30px;
        filter: alpha(opacity=100);
        -moz-opacity: 1;
        opacity: 1;
        border-radius: 7px;
        -webkit-border-radius: 7px;
        /* Safari,Google Chrome用 */
        -moz-border-radius: 7px;
        /* Firefox用 */
    }

}