@charset "UTF-8";
/*
*******************************************************************************************************
# Recruit - compiled from recruit/style.scss
*******************************************************************************************************
*/
.link-og{
	color: #f39800;
	position: relative;
  display: inline-block;
  text-decoration: none;
}
.link-og::after{
	position: absolute;
  bottom: 2px;
  left: 0;
  content: '';
  width: 100%;
  height: 1px;
  background: #f39800;
  transform: scale(0, 1);
  transform-origin: left top;
  transition: transform .3s;
}
.link-og:hover::after {
	transform: scale(1, 1);
	}
/* ------------------------------------
	* Override: module
* ------------------------------------ */
.mod-tbl_dot th {
	width: 17%;
	padding-left: 20px;
	padding-right: 30px;
}

.mod-tbl_dot .link {
	margin-top: 30px;
}

@media screen and (max-width: 736px) {
	.mod-tbl_dot th {
		width: auto;
		padding-left: 5px;
		padding-right: 5px;
		text-align: center;
	}
}

/* ------------------------------------
	* 共通設定
* ------------------------------------ */
.wrp-contents .inner_contents {
	padding-bottom: 60px;
}

.wrp-contents .ttl_recruit {
	color: #000;
	margin-bottom: 15px;
	font-family: "UD新ゴ M JIS2004";
	font-size: 18px;
}

.wrp-contents .bnr_recruit {
	margin-top: 60px;
}

@media screen and (max-width: 736px) {
	.wrp-contents .inner_contents {
		padding-bottom: 0;
	}
	.wrp-contents .bnr_recruit {
		margin-top: 10px;
	}
}

/* ------------------------------------
	* 新卒採用
* ------------------------------------ */
/* 応募資格 */
.wrp-recruit_newgraduates .qualification ul {
	margin-top: 5px;
}

/* ------------------------------------
	* 中途採用
* ------------------------------------ */
.wrp-recruit_career {
	margin-top: 60px;
}

/* 応募資格 */
.wrp-recruit_career .qualification .txt1 {
	margin-top: 10px;
}

.wrp-recruit_career .qualification .txt2 {
	margin-top: 30px;
}

.wrp-recruit_career .qualification ul {
	margin-top: 5px;
}

@media screen and (max-width: 736px) {
	.wrp-recruit_career {
		margin-top: 40px;
	}
}
