@charset "utf-8";

body {
	font-family: 游ゴシック体, 'Yu Gothic', YuGothic, 'ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic Pro', メイリオ, Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
}

a:hover {
	opacity: 0.8;
}

article p {
	font-size: 18px;
	color: white;
	margin: 0;
	padding: 0;
}
/*  ヘッダー  */

.logo_number {
	width: 100%;
	line-height: 80px;
	background-color: rgba(255,0,0,0.8);
	z-index: 5;
	position: fixed;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;

}

.logo {
	float: left;
	width: 15%;
	margin-right: 12%;
}

.logo_img {
	width: 200px;
	height: 79px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
/*  ナビゲーション  */

div.navi {
	float: left;
	width: 50%;
}

div.navi ul {
	width: 100%;
	list-style: none;
	margin: 0;
	padding: 0;
}

div.navi li {
	float: left;
	list-style: none;
	width: 16.6666%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}


div.navi a {
	text-decoration: none;
	color: #fff;
	display: block;
	padding: 0px;
	text-align: center;
	font-size: 18px;

}

div.navi a:hover {
	text-decoration: none;
	color: #000;
	background-color: rgba(255,255,255,0.5);
}
div.navi a p {
	padding: 0;
	margin: 0;
}

/*  SNSボタン  */

.social {
	float: right;
	width: 20%;
	line-height: 20px;
	margin-top: 10px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.social p {
	margin: 0;
	padding: 0;
	font-size: 18px;
	color: #fff;
}
.social h1 {
	margin: 0;
	padding: 0;
	font-size: small;
	color: #fff;
}

.social-button {
	display: inline-block;
	vertical-align: top;
}


/*  コンテンツ幅・背景  */

#contents {
	width: 100%;
	border: 1px solid #000;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	background-image: url(../images/6.png);
}

article {
	width: 100%;
	margin: 0 auto;
	margin-top: 80px;
	background-color: black;
	color: white;
}
.recruit_top h1 {
	padding: 10px;
	font-size: 30px;
	text-align: center;
	background-color: #f00;
	color: white;
	margin-bottom: 0px;
	margin-top: 80px;
}

.recruit_top img{
	width: 100%;
}

.recruit_comment {
	text-align: center;
}
.recruit_comment h1 {
	margin: 30px 0px;
}
.recruit {
	text-align: center;
	width: 100%;
	background-image: url(../images/recruit_back.jpg);
	background-size: cover;
	background-attachment: fixed;
	background-position: top;
}
.recruit h2 {
	font-size: 35px;
	background-color: rgba(255,0,0,0.8);
	padding: 10px;
}
.recruit dl {
	width: 50%;
	display: inline-block;
	background-color: rgba(0,0,0,0.9);
	padding: 30px 0px;
}

dt {
	margin: 80px 0px 50px 0px;
	font-size: 30px;
	
}

dt span {
	background-color: rgba(255,0,0,0.5);
	padding: 10px;
	border-radius: 10px;
}

dd {
	font-size: 25px;
	font-weight: bold;
}

dd.fukuri {
	margin-bottom: 100px;
}

.end {
	text-align: center;
	padding: 30px;
}
.end p {
	font-size: 25px;
}

.address {
	display: inline-block;
	text-align: center;
	margin-top: 30px;
}
.address p {
	font-size: 25px;
	text-align: left;
}

/*  フッター  */
footer {
	width: 100%;
	height: 120px;
	background-color: rgba(255,0,0,0.8);
	color: #fff;
	margin-top: 10px;
	padding: 0px 0;

}

address,.time {
	float: left;
	margin-left: 25px;
}
address p,.time p {
	margin: 0;
	padding: 0;
	font-size: 18px;
}

.copyright {
	text-align: center;
	background-color: black;
}
.copyright p {
	margin: 0;
	padding: 0;
}





/*  スクロールアニメーション  */
.fadeInDown {
 -webkit-animation-fill-mode:both;
 -ms-animation-fill-mode:both;
 animation-fill-mode:both;
 -webkit-animation-duration:1s;
 -ms-animation-duration:1s;
 animation-duration:1s;
 -webkit-animation-name: fadeInDown;
 animation-name: fadeInDown;
 visibility: visible !important;
}
@-webkit-keyframes fadeInDown {
 0% { opacity: 0; -webkit-transform: translateX(-100px); }
 100% { opacity: 1; -webkit-transform: translateY(0); }
}
@keyframes fadeInDown {
 0% { opacity: 0; -webkit-transform: translateX(-100px); -ms-transform: translateX(-100px); transform: translateX(-100px); }
 100% { opacity: 1; -webkit-transform: translateY(0); -ms-transform: translateY(0); transform: translateY(0); }
}


.clearfix:after {
	display: block;
	clear: both;
	content: "";
}

/*  トップへ戻るボタン  */

.page-top
{
	display: none ;
	margin: 0 ;
	padding: 0 ;
}
 
.page-top p
{
	margin: 0 ;
	padding: 0 ;

	position: fixed ;
	right: 20px ;
	bottom: 20px ;
}
 
.move-page-top
{
	display: block ;
	width: 120px ;
	height: 120px ;
	cursor: pointer ;
	line-height: 80px;
	vertical-align: ;

	-webkit-transition:all 0.3s ;
	-moz-transition:all 0.3s ;
	transition:all 0.3s ;
}



/*////////  768px以上1024px以下  ////////*/

@media (min-width:768px) and (max-width:1024px) {

	.logo_number {
		line-height: 50px;

	}

	.logo_img {
		width: 150px;
		height: 50px;
	}
	
	div.navi a {
		font-size: 18px;
	}

	.social h1,.social p {
		display: none;
	}
	div.navi li {
		float: none;
		border-left: none;
		width: 100%;
	}


	.naver-handle {
	padding: 0px;
	}
	

/*  記事  */

.recruit dl {
	width: 80%;
}


/*  フッター  */
footer {
	height: 110px;
}
address,.time {
	margin-left: 15px;
}
address p,.time p {
	font-size: 15px;
}


}


/*////////  767px以下  ////////*/

@media (max-width:767px) {

	.logo_number {
		line-height: 50px;

	}

	.logo_img {
		width: 150px;
		height: 50px;
	}
	
	div.navi a {
		font-size: 18px;
	}

	.social h1,.social p {
		display: none;
	}
	div.navi li {
		float: none;
		border-left: none;
		width: 100%;
	}


	.naver-handle {
	padding: 0px;
	}
	



	.header_box1 {
		float: none;
		width: 100%;
	}
	.header_box2 {
		display: none;
	}
	.logomark {
		width: 90%;
		height: 50%;
	}

	
	div.navi a {
		font-size: 18px;
	}

	.social h1,.social p {
		display: none;
	}

	div.navi li {
		float: none;
		list-style: none;
		width: 100%;
	}
	
.recruit dl {
	width: 80%;
}


.banner_box {
	float: none;
	width: 100%;
}

.sns {
	float: left;
	width: 50%;
}

.map {
	float: none;
	width: 100%;
}

.move-page-top
{
	width: 100px ;
	height: 100px ;
}
/*  フッター  */
footer {
	height: 80px;
}

address,.time {
	margin-left: 10px;
}
address p,.time p {
	font-size: 10px;
}

.copyright p {
	margin: 0;
	padding: 0;
	font-size: 10px;
}


}


/*////////  499px以下  ////////*/

@media (max-width:499px) {


.logo_img {
	display: none;
}

.social {
	display: none;
}

div.navi {
	float: none;
	width: 100%;
}

.logo_number {
	line-height: 40px;

}

div.navi a {
	font-size: 15px;

}
.recruit dl {
	width: 90%;
}

.move-page-top
{
	width: 80px ;
	height: 80px ;
}

/*  記事  */
.recruit h2 {
	font-size: 23px;
}
.recruit_comment h1 {
	font-size: 25px;
}
.recruit dt {
	font-size: 20px;
}
.recruit dd {
	font-size: 18px;
}
.end p,.address p {
	font-size: 18px;
}

/*  フッター  */
footer {
	height: 80px;
}

address {
	margin-left: 5px;
}
address p {
	font-size: 14px;
}

.time {
	display: none;
}
.copyright {
	text-align: center;
}
.copyright p {
	margin: 0;
	padding: 0;
	font-size: 10px;
}




}


