body {
	overflow: hidden;
}

body.preload .wow.fadeIn {
	opacity: 0 !important;
}

/* @group リンク要素 */
a:link {
	color: #00a35f;
	text-decoration: underline;
}

a:hover {
	color: #00a35f;
	text-decoration: none;
}

a:visited {
	color: #00a35f;
	text-decoration: underline;
}

/* @end */


.clear {
	clear: both;
	font-size: 0;
	height: 0;
	line-height: 0;
}

.clearfix {
	zoom: 1;
}

.clearfix:after {
	content: ".";
	display: block;
	height: 0px;
	clear: both;
	line-height: 0;
	visibility: hidden;
}

.bold {
	font-weight: bold;
}

.fl {
	float: left;
}

.fr {
	float: right;
}

.tl {
	text-align: left;
}

.tc {
	text-align: center;
}

.tr {
	text-align: right;
}

.mt3 {
	margin-top: 3px;
}

.mt5 {
	margin-top: 5px;
}

.mt10 {
	margin-top: 10px;
}

.mb3 {
	margin-bottom: 3px;
}

.mb5 {
	margin-bottom: 5px;
}

.mb10 {
	margin-bottom: 10px;
}

.mb20 {
	margin-bottom: 20px;
}

.mr5 {
	margin-right: 5px;
}

.font12 {
	font-size: 12px;
	line-height: 1.5;
}


@media screen and (min-width:761px),
print {
	.nonePC {
		display: none;
	}

	#wrapper {
		margin: 0 auto;
	}

	#wrapper.recruit {
		padding-top: 100px;
	}

	.wrap {
		margin: 0 auto;
		width: 100%;
		max-width: 1240px;
		padding: 0 20px;
	}

	.w1200 {
		margin: 0 auto;
		max-width: 1200px;
	}

	.w1000 {
		margin: 0 auto;
		max-width: 1000px;
	}
}

@media screen and (max-width:760px) {
	body {
		line-height: 1.6;
	}

	.noneSP {
		display: none;
	}

	img {
		max-width: 100%;
		height: auto;
	}

	.wrap {
		width: auto;
	}

	#wrapper {
		margin: 0 auto;
		padding: 60px 0 0;
	}
}


/* @group ヘッダー */
#header {
	height: 100px;
	top: 0;
	left: 0;
	position: fixed;
	width: 100%;
	z-index: 9999;
	margin: 0 auto;
	background-color: #fff;
	font-size: 14px;
}

#header .logo {
	position: absolute;
	left: 30px;
	top: 15px;
	z-index: 1;
}

#header .drawer-container {
	margin: 0 auto;
	width: 100%;
	text-align: center;
	position: relative;
	height: 40px;
	padding-top: 60px;
}

#header .entryBtn a {
	text-decoration: none;
	position: absolute;
	width: 100px;
	height: 100px;
	top: 0;
	right: 0;
	cursor: pointer;
	background-color: #00a85f;
	display: block;
	line-height: 98px;
	color: #fff;
	font-size: 16px;
	z-index: 2;
	font-weight: bold;
}

#header .entryBtn a:hover {
	transition: .3s;
	background-color: #4cbe8f;
}

@media screen and (max-width:760px) {
	#header {
		padding: 0;
		height: 60px;
		border-bottom: 1px solid #dcdcdc;
	}

	#header .drawer-container {
		width: auto;
	}

	#header .logo {
		position: absolute;
		left: 15px;
		top: 13px;
	}

	#header .logo img {
		height: 35px;
		width: auto;
	}

	#header .entryBtn a {
		display: none;
	}
}

/* @end */


/* @group グローバルナビ */
#header .drawer-menu li a {
	text-decoration: none;
	position: relative;
	color: #fff;
	line-height: 40px;
	font-weight: bold;
}

@media screen and (min-width:761px),
print {
	#header .drawer-nav {
		height: 40px !important;
		background: #505050 !important;
		z-index: auto !important;
	}

	#header .drawer-menu {
		text-align: right;
		height: 40px;
		width: 100%;
		max-width: 1000px;
		margin: 0 auto;
	}

	#header .drawer-menu li {
		display: inline-block;
		transition: .3s;
		margin-left: 40px;
		text-decoration: none;
	}

	#header .drawer-menu li.drawer-menu-item a:hover {
		transition: .3s;
		opacity: 0.7;
	}

	#header .drawer-menu li.entry {
		display: none;
	}

	#header .drawer-menu li .drawer-dropdown-menu {
		position: absolute;
		top: 40px;
		left: 50%;
		box-sizing: border-box;
		width: 10000px;
		z-index: 999;
		margin-left: -5000px;
		padding: 20px 0 20px;
		display: block;
		text-align: left;
		opacity: 0;
		visibility: hidden;
		color: #fff;
		font-weight: bold;
	}

	#header .drawer-menu li:hover .drawer-dropdown-menu {
		opacity: 0.9;
		visibility: visible;
		transition: .3s;
	}

	#header .drawer-menu .drawer-dropdown-menu .wrap {
		width: 1200px;
		text-align: center;
	}

	#header .drawer-menu .drawer-dropdown-menu .wrap li {
		line-height: normal;
		margin-left: 0;
		padding: 0 30px;
	}
}

@media screen and (max-width:1200px) {
	#header .drawer-menu {
		text-align: center;
		max-width: 800px;
	}
}

@media screen and (max-width:760px) {
	#header .drawer-menu li .drawer-caret {
		border-right: 1px solid #fff;
		border-top: 1px solid #fff;
		width: 10px;
		height: 10px;
		top: 12px;
		right: 20px;
		-webkit-transform: rotate(135deg);
		-moz-transform: rotate(135deg);
		transform: rotate(135deg);
		position: absolute;
	}

	#header .drawer-menu li.open .drawer-caret {
		-webkit-transform: rotate(315deg);
		-moz-transform: rotate(315deg);
		transform: rotate(315deg);
		top: 18px;
	}

	#header .drawer-menu li.drawer-dropdown:first-child {
		border-top: 1px solid #fff;
	}

	#header .drawer-menu li.drawer-dropdown a,
	#header .drawer-menu li.drawer-menu-item a {
		position: relative;
		display: block;
		transition: .3s;
		text-decoration: none;
		font-size: 15px;
		text-align: left;
		font-size: 15px;
		font-weight: bold;
		color: #fff;
		position: relative;
		overflow: hidden;
		border-bottom: 1px solid #fff;
		padding: 10px 20px;
	}

	#header .drawer-menu li.entry a {
		background-color: #00a85f;
		margin: 20px;
		text-align: center;
		border: none;
		padding: 12px;
	}

	#header .drawer-menu li a {
		color: #fff;
		line-height: 1.4;
	}

	#header .drawer-menu .drawer-dropdown-menu .wrap {
		height: auto;
	}

	#header .drawer-menu .drawer-dropdown-menu p,
	#header .drawer-menu .drawer-dropdown-menu li img {
		display: none;
	}
}

/* @end */


/* @group パンくずリスト */
#topicPath {
	margin: 0 auto;
	width: 100%;
	text-align: left;
	font-size: 12px;
	padding: 15px 0;
	border-bottom: 1px solid #dcdcdc;
}

#topicPath ul {
	width: 1100px;
	margin: 0 auto;
}

#topicPath li {
	display: inline;
	list-style-type: none;
}

#topicPath li a {
	background: url("/theme/sn-default/recruit/iamges/common/topicpath.gif") no-repeat scroll right center transparent;
	padding-right: 15px;
	margin-right: 5px;
}

@media screen and (max-width:760px) {
	#topicPath {
		display: none;
	}
}

/* @end */


/* @group フッター */
#footer {
	background-color: #505050;
	color: #fff;
	margin: 0 auto;
	position: relative;
	font-size: 13px;
	padding: 20px 0;
}

#footer a:link,
#footer a:visited {
	text-decoration: none;
	color: #fff;
}

#footer a:hover {
	text-decoration: underline;
}

#footer .pagetop {
	display: none;
	position: fixed;
	bottom: 25px;
	right: 25px;
}

#footer li .icon {
	margin-left: 3px;
	vertical-align: -1px;
}

@media screen and (min-width:761px) {
	#footer ul {
		float: left;
		margin-right: 30px;
	}

	#footer li {
		float: left;
		margin-right: 30px;
	}

	#footer .copyright {
		float: right;
	}
}

@media screen and (max-width:760px) {
	#footer {
		font-size: 12px;
		text-align: center;
		padding: 20px;
		margin: 0 auto;
	}

	#footer .copyright {
		margin-top: 10px;
	}
}

/* @end */

table {
	width: 100%;
	text-align: left;
}

table th {
	padding: 15px 30px;
	border-bottom: 1px solid #c8c8c8;
	width: 210px;
	vertical-align: top;
}

table td {
	padding: 15px 0 15px 30px;
	border-bottom: 1px solid #c8c8c8;
	vertical-align: top;
}

#title {
	text-align: center;
	padding: 50px 0;
}

#title h1 {
	font-size: 32px;
}


@media screen and (max-width:760px) {
	table {
		width: 100%;
	}

	table th {
		padding: 10px 10px 10px 0;
		width: 30%;
	}

	table td {
		padding: 10px 0;
	}

	#title {
		padding: 30px 0;
	}

	#title h1 {
		font-size: 26px;
	}
}



/* @group インライン */
#inline-content {
	padding: 25px 80px 35px;
	background-color: #fff;
	font-size: 14px;
}

#inline-content a {
	color: #333333;
}

#inline-content h3 {
	color: #00a45e;
	line-height: 1.2;
	font-weight: bold;
	text-align: center;
}

#inline-content h3 span {
	font: 33px "Barlow";
	font-weight: 600;
}

#inline-content h4 {
	font-size: 19px;
	font-weight: bold;
	margin: 50px 0 10px;
	text-align: center;
}

#inline-content h5 {
	font-size: 16px;
	font-weight: bold;
	color: #00a45e;
	margin-top: 25px;
}

#inline-content .entry a {
	width: 340px;
	height: 70px;
	background-color: #00a45e;
	text-align: center;
	font-size: 22px;
	line-height: 70px;
	color: #fff;
	display: block;
	text-decoration: none;
	font-weight: bold;
	margin-top: 20px;
}

@media screen and (max-width:760px) {
	#inline-content {
		padding: 20px;
	}

	#inline-content h3 span {
		font: 30px "Barlow";
	}

	#inline-content h4 {
		font-size: 17px;
		margin: 30px 0 5px;
	}

	#inline-content .entry a {
		width: 100%;
		height: 65px;
		font-size: 20px;
		line-height: 65px;
	}
}

/* @end */