@charset "utf-8";
/* HEADER
------------------------------------------------ */
.header {
	width: 1007px;
	margin: 0 auto;
	height: 113px;
	overflow: hidden;
	text-align: left;
}

.h_content {
	width: 89.6%;
	margin: 0 auto;
}

.h_logo {
	width: 77px;
	float: left;
	padding: 14px 0 0 0;
}

.h_logo img {
	max-width: 100%;
	vertical-align: top;
}

.h_navi_block {
	width: 75%;
	float: right;
	padding: 36px 0 0 0;
}

.h_navi {
	display: table;
	float: right;
}

.h_navi li {
	display: table-cell;
	font-size: 12px;
}


.h_navi_link {
	padding: 6px 23px 3px 23px;
}

.h_navi_link a {
	color: #333333;
}

.h_navi_link_other {
	padding-left: 18px;
}
.h_navi_link_other a {
	display: block;
	text-align: center;
	color: #ffffff;
	background: #000000;
	border: 1px solid #717171;
	padding: 6px 35px 3px 35px;
}


.h_navi_link_recruit {
	padding-left: 18px;
}
.h_navi_link_recruit a {
	display: block;
	text-align: center;
	color: #515151;
	background: #ffffff;
	border: 1px solid #717171;
	padding: 6px 35px 3px 35px;
}



/* screens smaller than 1007px
--------------------------------------------------- */
@media only screen and (max-width:1007px) {
.header {
	width: 100%;
}
	}
/* /screens smaller than 1007px */

/* screens smaller than 767px
--------------------------------------------------- */
@media only screen and (max-width:767px) {
.header {
	height: 57px;
}

.h_content {
	width: 100%;
}


.h_logo {
	width: 38px;
	float: none;
	padding: 9px 0 9px 20px;
}


.h_navi_block {
	display: none;
}

	}
/* /screens smaller than 1007px */

/* SP MENU
------------------------------------------------ */
/* screens smaller than 768px
--------------------------------------------------- */
@media only screen and (min-width:768px) {
.sp_menu_block {
	display: none;
}

	}
/* /screens smaller than 768px */

/* screens smaller than 767px
--------------------------------------------------- */
@media only screen and (max-width:767px) {
.drawer--top .drawer-nav {
  -webkit-transition: top 2.0s cubic-bezier(0.190, 1.000, 0.220, 1.000);
  transition: top 2.0s cubic-bezier(0.190, 1.000, 0.220, 1.000);
}


.drawer-overlay {
  background-color: rgba(255, 255, 255, .9);
}


.drawer--top .drawer-hamburger,
.drawer--top.drawer-open .drawer-hamburger {
  right: 19px;
}

.drawer-hamburger {
  z-index: 104;
  top: 17px;
  width: 20px;
  padding: 0;
  padding-top: 0px;
  padding-right: 0;
  padding-bottom: 0px;
  padding-left: 0;
}

.drawer-hamburger-icon,
.drawer-hamburger-icon:before,
.drawer-hamburger-icon:after {
  width: 100%;
  height: 1px;
  background-color: #000000;
}

.drawer-hamburger-icon:before,
.drawer-hamburger-icon:after {
  position: absolute;
  top: -6px;
  left: 0;
  content: ' ';
}

.drawer-hamburger-icon:after {
  top: 6px;
}

.sp_menu {
	font-size: 16px;
	text-align: center;
}

.sp_menu_top_link {
	padding-top: 114px;
}

.sp_menu_link {
	padding-top: 35px;
}

.sp_menu_top_link a, 
.sp_menu_link a {
	color: #1F1F1F;
}

.sp_menu_link_other {
	padding-top: 35px;
}

.sp_menu_link_other a {
	display: inline-block;
	text-align: center;
	color: #ffffff;
	background: #000000;
	border: 1px solid #717171;
	padding: 6px 45px 3px 45px;
}

.sp_menu_link_recruit {
	padding-top: 35px;
}

.sp_menu_link_recruit a {
	display: inline-block;
	text-align: center;
	color: #1f1f1f;
	background: #ffffff;
	border: 1px solid #717171;
	padding: 6px 45px 3px 45px;
}


	}
/* /screens smaller than 767px */




/* CONTENT
------------------------------------------------ */
.content {
	width: 1124px;
	margin: 0 auto;
	text-align: left;
	box-sizing: border-box;
}

/* screens smaller than 1124px
--------------------------------------------------- */
@media only screen and (max-width:1124px) {
.content {
	width: 100%;
}
	}
/* /screens smaller than 1124px */

/* FOOTER
------------------------------------------------ */
.footer {
	width: 1124px;
	margin: 0 auto;
	text-align: center;
	box-sizing: border-box;
	padding: 12px 10px;
}

/* screens smaller than 1124px
--------------------------------------------------- */
@media only screen and (max-width:1124px) {
.footer {
	width: 100%;
}
	}
/* /screens smaller than 1124px */

/* screens smaller than 767px
--------------------------------------------------- */
@media only screen and (max-width:767px) {
.footer {
	width: 100%;
}
	}
/* /screens smaller than 767px */

