@charset "UTF-8";
/*--------------------------
 RECRUIT FOUNDATION
----------------------------*/
@media screen and (min-width:769px) and ( max-width:960px) {
.recruit_wrapper {
	margin-left: auto;
	margin-right: auto;
	width: 750px;
	position: relative;
	padding-top: 30px;
}
}
@media screen and (min-width:960px) {
.recruit_wrapper {
	margin-left: auto;
	margin-right: auto;
	width: 960px;
	position: relative;
	padding-top: 50px;
}
}
.recruit_wrapper::after {
    content: "";
    display: block;
    clear: both;
}

/*--------------------------
 HUMAN RESOURCE
----------------------------*/
.hr_wrapper {
	padding-top: 50px;
	padding-bottom: 50px;
}
.hr_wrapper::after {
    content: "";
    display: block;
    clear: both;
}

@media screen and (min-width:769px) and ( max-width:960px) {
.hr_chars {

}
}
@media screen and (min-width:960px) {
.hr_chars {
	float: left;
	width: 700px;
}
}


.hr_title {
	font-size: 28px;
	line-height: 36px;
	letter-spacing: 0.03em;
}
.hr_title_bottomline {
	border-bottom: 1px solid #D5D5D5;
	padding-top: 0px;
	padding-bottom: 20px;
	margin-bottom: 40px;
}

@media screen and (min-width:768px) and ( max-width:960px) {
.hr_shoulder {
	font-size: 26px;
	line-height: 36px;
	letter-spacing: 0.03em;
	padding-bottom: 40px;
	font-weight: bold;
}
}
@media screen and (min-width:960px) {
.hr_shoulder {
	font-size: 28px;
	line-height: 38px;
	letter-spacing: 0.03em;
	padding-bottom: 40px;
	font-weight: bold;
}
}
.hr_shoulder br {
	display: none;	
}
.hr_copy {
	font-size: 16px;
	line-height: 30px;
	letter-spacing: 0.02em;
	padding-bottom: 50px;
}

@media screen and (min-width:769px) and ( max-width:960px) {
.hr_president {
	width: 160px;
	height: auto;
}
}
@media screen and (min-width:960px) {
.hr_president {
	width: 160px;
	height: auto;
	margin-top: -120px;
	float: right;
}
}
.hr_name {
	font-size: 16px;
	line-height: 26px;
	letter-spacing: 0.1em;
	padding-top: 15px;
	position: relative;
}
.hr_name span {
	font-size: 14px;
	line-height: 30px;
	letter-spacing: 0.05em;
	padding-right: 20px;
	display: block;
}

.hr_president img {
	width: 160px;
	height: auto;

}

/*--------------------------
 RECRUIT REQUIREMENTS
----------------------------*/
.recruit_title {
	font-size: 28px;
	line-height: 36px;
	letter-spacing: 0.03em;
	padding-bottom: 30px;
}
@media screen and (min-width:769px) and ( max-width:960px) {
.recruit_list {
	width: 750px;
	margin-left: auto;
	margin-right: auto;
	padding-bottom: 30px;
}
}
@media screen and (min-width:960px) {
.recruit_list {
	width: 960px;
	margin-left: auto;
	margin-right: auto;
	padding-bottom: 50px;
}
}

.recruit_list li {
	background-color: #FFFFFF;
	margin-bottom: 20px;
	padding-left: 50px;
	padding-right: 50px;
	padding-top: 50px;
	padding-bottom: 50px;
}

.recruit_list_title {
	font-size: 20px;
	line-height: 28px;
	letter-spacing: 0.1em;
	padding-bottom: 25px;
	position: relative;
}
.recruit_list_p {
	font-size: 16px;
	line-height: 24px;
	letter-spacing: 0.1em;
	position: relative;
	padding-bottom: 25px;
}
/*--------------------------
 RECRUIT TABLE
----------------------------*/
@media screen and (min-width:768px) and ( max-width:960px) {
.recruit_table {

}
}
@media screen and (min-width:960px) {
.recruit_table {
	
}
}
.recruit_table {
	margin-left: auto;
	margin-right: auto;
	border-bottom: 1px solid #d5d5d5;
}
.recruit_table tr {
	border-top: 1px solid #d5d5d5;
	
}
.recruit_table tr th {
	font-size: 16px;
	line-height: 26px;
	font-weight: normal;
	width: 250px;
	padding-top: 20px;
	padding-bottom: 20px;
	text-align: left;
	padding-left: 30px;
}
.recruit_table tr td {
	font-size: 16px;
	line-height: 26px;
	padding-top: 20px;
	padding-bottom: 20px;
	text-align: left;
	padding-right: 20px;
}


/*--------------------------
 RECRUIT BUTTON
----------------------------*/
.recruit_button_wrappar {
	padding-top: 50px;
	padding-bottom: 30px;
}
@media screen and (min-width:768px) and ( max-width:960px) {
.recruit_button {
	width: 750px;
	margin-right: auto;
	margin-left: auto;
	position: relative;
}
}
@media screen and (min-width:960px) {
.recruit_button {
	width: 960px;
	margin-right: auto;
	margin-left: auto;
	position: relative;
}
}

.recruit_button::after {
    content: "";
    display: block;
    clear: both;
}
.recruit_button_left {
	width: 46%;
	float: left;
}
.recruit_button_right {
	width: 46%;
	float: right;
}
/*--------------------------
 RECRUIT BUTTON BUTTON
----------------------------*/
.recruit_button_button {
	font-size: 18px;
	line-height: 26px;
	letter-spacing: 0.05em;

	background-image: url(../images/arrow_white.svg);
	background-repeat: no-repeat;
	background-position: right 17px center;
	background-size: 15px auto;
	margin-bottom: 20px;
	-webkit-transition: all .3s;
	transition: all .3s;
}
.recruit_button_button a {
	text-decoration: none;
	color: #FFFFFF;
	-webkit-transition: all .3s;
	transition: all .3s;
	display: block;
	padding-top: 20px;
	padding-bottom: 20px;
	padding-left: 25px;
}
.recruit_button_button:hover {
    opacity: 0.6;
    filter: alpha(opacity=60);
    -ms-filter: "alpha(opacity=60)";
}
.recruit_button_button_col01 {
	background-color: #e6821e;
}
.recruit_button_button_col02 {
	background-color: #4b53bc;
}
/*--------------------------
 RECRUIT BUTTON P
----------------------------*/
@media screen and (min-width:768px) and ( max-width:960px) {
.recruit_button_p {
	font-size: 13px;
	line-height: 20px;
	letter-spacing: 0.03em;
	padding-bottom: 20px;
	text-align: center;
}
}
@media screen and (min-width:960px) {
.recruit_button_p {
	font-size: 18px;
	line-height: 26px;
	letter-spacing: 0.03em;
	padding-bottom: 40px;
	text-align: center;
}
}
/*--------------------------
 RECRUIT REQUIREMENTS SQ LIST
----------------------------*/
.recruit_sq_list {
	width: 960px;
	margin-left: 5px;
	margin-right: auto;
	padding-bottom: 30px;
	position: relative;
}
.recruit_sq_list01 {
	
}

@media screen and (min-width:769px) and ( max-width:960px) {
.recruit_sq_list02 {

}
}
@media screen and (min-width:960px) {
.recruit_sq_list02 {
	position: absolute;
	top: 0px;
	left: 510px;
}
}


.recruit_sq_list li {
	font-size: 18px;
	line-height: 38px;
	letter-spacing: 0.05em;
	background-image: url("../images/square_lightgreen.svg");
	background-repeat: no-repeat;
	background-position: left top 13px;
	background-size: 15px auto;
	padding-left: 25px;
}
