@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-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;
    }
    #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) {	
	.information h2 {
		display: flex;
		min-width: 90px;
		align-items: center;
		justify-content: center;
		font-size: 150%;
		margin: 10px 10px 10px 0px;
	}	
	.im_news dt {
		display: inline-block;
		vertical-align: middle;
		padding: 10px;
		font-weight: bold;
		font-size: 20px;
		font-size: 105%;
		width: 100%;
	}	
	.im_news dt li .waku {
		padding: 5px 5px;
		margin-right: 0.5em;
	}	
	.im_news dd {
		display: inline-block;
		vertical-align: middle;
		overflow: hidden;
		background: white;
		padding: 5px 15px 15px 15px;
		list-style: none;
		width: 100%;
		text-align: center;
	}	
	.important_news {
		margin-top: -100px;
	}	
	.re_tittle {
		padding: 10px 10px;
	}	
	.re_tittle {
		padding: 10px 10px;
		float: inherit;
		margin-bottom: 10px;
		text-align: center;
	}	
	.recruitment h3 span {
		font-size: 200%;
	}	
	.details h3 {
		font-size: 120%;
	}	
	.details .details_inner {
		padding: 15px 15px 15px 15px;
		display: none;
	}	
	h2 {
		font-size: 200%;
		line-height: 110%;
	}	
	.map {
		width: 100%;
		border: 1px solid #0074c0;
		padding: 10px;
		float: left;
		margin-right: 0px;
		margin-bottom: 20px;
	}	
	.flex_box {
		display: block;
	}	
	.etc_box {
		width: 100%;
		background: white;
		margin: 0 0px 20px 0;
	}	
	footer li img {
		max-width: 118px;
	}
	.time_table .img_rap {
		max-width: 100%;
		height: auto;
	}
	.sp{
		display: block !important;
	}	
	.pc{
		display: none !important;
	}
	
}