@charset "UTF-8";
/* CSS Document */


@media screen and (max-width: 1120px) {
    header .logo {
        font-size: 80%;
        display: inline-block;
        float: left;
        padding: 10px 10px 10px 20px;
        transition: 0.5s all ease 0s;
        width: 44%;
        line-height: 150%;
    }
}

@media screen and (max-width: 1000px) {
    .content {
        max-width: 1000px;
        margin: 0 auto;
        padding: 0 15px;
    }

    .re_bg {
        padding: 15px 15px 15px 15px;
        background-position: center;
    }

    .recruitment .re_bg::before {
        display: none;
    }
}

@media screen and (max-width: 768px) {
    * {
        font-size: 98%;
    }

    header {
        padding: 0;
    }

    header .logo a {
        width: 80px;
    }

    header .logo {
        font-size: 50%;
        width: 100%;
        line-height: 120%;
    }

    header .logo span {
        display: inline-block;
        padding-top: 5px;
    }

    .header-nav ul li a {
        padding: 20px 15px;
    }

    header.is-animation .logo {
        font-size: 50%;
        padding: 10px 10px 10px 20px;
        line-height: 120%;
    }

    header.is-animation .logo a {
        width: 80px;
    }

    #global-nav {
        position: absolute;
        /* 開いてないときは画面外に配置 */
        top: -500px;
        background: #fff;
        width: 100%;
        text-align: center;
        -webkit-transition: .5s ease-in-out;
        -moz-transition: .5s ease-in-out;
        transition: .5s ease-in-out;
        z-index: -1;
    }

    #global-nav ul {
        list-style: none;
        position: static;
        right: 0;
        bottom: 0;
        font-size: 14px;
        display: block;
    }

    #global-nav ul li {
        float: none;
        position: static;
    }

    .header-nav ul li:not(:first-child) a span {
        border-left: 1px solid #FFFFFF;
    }

    #top-head #global-nav ul li a,
    #top-head.fixed #global-nav ul li a {
        width: 100%;
        display: block;
        color: #fff;
        padding: 18px 0;
    }

    #nav-toggle {
        display: block;
    }

    /* #nav-toggle 切り替えアニメーション */
    .open #nav-toggle span:nth-child(1) {
        top: 11px;
        -webkit-transform: rotate(45deg);
        -moz-transform: rotate(45deg);
        transform: rotate(45deg);
    }

    .open #nav-toggle span:nth-child(2) {
        width: 0;
        left: 50%;
    }

    .open #nav-toggle span:nth-child(3) {
        top: 11px;
        -webkit-transform: rotate(-45deg);
        -moz-transform: rotate(-45deg);
        transform: rotate(-45deg);
    }

    /* #global-nav スライドアニメーション */
    .open #global-nav {
        /* #global-nav top + #mobile-head height */
        -moz-transform: translateY(556px);
        -webkit-transform: translateY(556px);
        transform: translateY(556px);
    }

    .main_pic_img {
        padding-top: 70px;
    }
}

@media screen and (max-width: 650px) {
    .important_news {
        margin-top: -45px;
    }

    .im_news {
        width: 100%;
        border: 3px solid #ec6c00;
        box-sizing: border-box;
        overflow: hidden;
        margin: 0 auto 20px;
        padding: 5px 10px;
        background: #FFFFFF;
    }

    .im_news div {
        display: inline-block;
        vertical-align: middle;
        font-weight: bold;
        width: 100%;
    }

    .im_news div li .waku {
        padding: 5px 5px;
        margin-right: 0.5em;
    }

    .im_news div li:first-child span:last-child {
        display: block;
        margin-left: 45px;
    }

    /*Information*/
    .information h2 {
        display: flex;
        min-width: 100px;
        align-items: center;
        justify-content: center;
        font-size: 120%;
        margin: 0 5px 80px 0px;
        border: 1px solid #1eaa39;
        border-radius: 50%;
    }

    .information li {
        display: flex;
        flex-wrap: wrap;
        justify-content: flex-start;
        list-style: none;
        padding: 10px 10px;
        border-bottom: 2px dotted #666666;
    }

    .information li .date {
        width: 100%;
        margin-bottom: 5px;
        font-size: 90%;
    }

    .information li .text {
        width: 100%;
        font-size: 95%;
        font-weight: bold;
    }


    /*Program*/
    .program h2 {
        font-size: 150%;
    }

    .program h2 > span:first-child {
        margin-bottom: 5px;
    }

    .program .details h3 {
        padding: 15px 40px 15px 15px;
        font-size: 110%;
    }

    .program .details .details_inner {
        padding: 15px;
    }

    /*booth*/
    .booth h2 {
        font-size: 150%;
    }

    .booth h2 > span:first-child {
        margin-bottom: 5px;
    }

    /*time_table*/
    .time_table h2 {
        font-size: 150%;
    }

    .time_table h2 > span:first-child {
        margin-bottom: 5px;
    }

    /*venue*/
    .venue h2 {
        font-size: 150%;
    }

    .venue h2 > span:first-child {
        margin-bottom: 5px;
    }

    .map {
        width: 100%;
        border: 1px solid #1eaa39;
        padding: 10px;
        float: left;
        margin-right: 0px;
        margin-bottom: 20px;
    }

    .flex_box {
        display: block;
    }

    /*etc*/
    .etc h2 {
        font-size: 150%;
    }

    .etc h2 > span:first-child {
        margin-bottom: 5px;
    }

    .etc .flex_box {
        width: 100%;
        flex-wrap: wrap;
    }

    .etc_box {
        width: 100%;
        background: white;
        margin: 0 0px 20px 0;
    }

    .etc_boxi_inner {
        padding: 14px;
    }

    footer li img {
        max-width: 118px;
    }

    .time_table .img_rap {
        max-width: 100%;
        height: auto;
    }

    .sp {
        display: block !important;
    }

    .pc {
        display: none !important;
    }

}
