@charset "UTF-8";

.recruit_intro {
	padding: 80px 0 0;
}

.recruit_top {
	text-align: center;
}

.recruit_ttl {
	font-size: 30px;
}

.rikunabi {
	display: flex;
	flex-direction: column;
}

.recruit_ttl_shinsotsu {
	margin: 0 auto;
	max-width: 380px;
	font-weight: bold;
	font-size: 30px;
	border-bottom: 2px solid #f9be00;
	padding-bottom: 10px;
	margin-bottom: 25px;
}

.bnr_shinsotsu {
	margin-bottom: 40px;
}

.recruit_ttl_shinsotsu_img {
	/* margin-bottom: 30px; */
}

.shinsotsu_none {
	font-size: 22px;
}

.recruit_ttl_career {
	margin: 0 auto;
	max-width: 400px;
	font-weight: bold;
	font-size: 30px;
	border-bottom: 2px solid #f9be00;
	padding-bottom: 10px;
}

.recruit_logo {
	margin-top: 50px;
}

.recruit_ttl span {
	border-bottom: 2px solid #f9be00;
	padding-bottom: 10px;
}

.recruit_cont {

	/*background-color: #fbf3da;*/
	background-color: #FFF;
	padding: 80px 20px;
}

.recruit_cont_shinsotsu {
	background-color: #fbf3da;
	padding: 80px 20px;
}

.recruit_btn {
	max-width: 470px;
	margin: 0 auto 50px;
}

.recruit_btn>li {
	margin-top: 30px;
}

.recruit_btn>li:first-child {
	margin-top: 0;
}

.recruit_btn>li a,
.recruit_btn>li span {
	display: block;
	text-decoration: none;
	color: #333;
	font-weight: bold;
	background-color: #f9be00;
	border-radius: 5px;
	padding: 30px;
	font-size: 30px;
	line-height: 1.4;
}

.recruit_btn>li.-disable a,
.recruit_btn>li.-disable span {
	pointer-events: none;
	background: #eaeaea;
}

.recruit_btn>li a em,
.recruit_btn>li span em {
	font-style: normal;
	display: block;
}

.recruit_btn>li a small,
.recruit_btn>li span small {
	margin-top: 5px;
	font-size: 16px;
	display: block;
	opacity: .7;
}

.recruit_career {
	margin-top: 50px;
}

.recruit_subttl {
	background-color: #f9be00;
	padding: 20px 30px;
	font-size: 24px;
	font-weight: bold;
}

.recruit_subttl:before {
	content: "\e900";
	font-family: icomoon;
	margin-right: 10px;
	font-weight: normal;
}

.recruit_info {
	display: table;
	width: 100%;
	font-size: 16px;
}

.recruit_list {
	display: table-row;
}

.recruit_list dt,
.recruit_list dd {
	display: table-cell;
	padding: 25px 10px;
}

.recruit_list dt {
	width: 20%;
	border-bottom: 2px solid #f9be00;
}

.recruit_list dd {
	width: 80%;
	border-bottom: 2px solid #ccc;
}

.recruit_list dd a {
	color: #ff3f3f;
}

.recruit_list .-method p {
	margin-bottom: 40px;
}

.recruit_list ul>li {
	padding-left: 1em;
	text-indent: -1em;
}

.recruit_list .-method .-space {
	padding-left: 1em;
	text-indent: -1em;
}

.recruit_list .-method .-nospace {
	padding-left: 0em;
	text-indent: 0em;
}

.recruit_list .-method .-alert {
	color: #ff0000;
	padding-left: 1em;
	text-indent: -1em;
}

.recruit_list .-method p:last-child {
	margin-bottom: 0;
}

.recruit_list .-method ul {
	margin-bottom: 40px;
}

.recruit_img {
	text-align: center;
	background-color: #fbf3da;
	padding: 70px 0;
	margin-top: 70px;
}

.recruit_img .recruit_txt {
	margin-top: 35px;
	font-size: 16px;
}

.foot_btn {
	text-align: center;
	margin: 70px 0;
}

.foot_btn a {
	display: inline-block;
	text-decoration: none;
	color: #333;
	background-color: #f9be00;
	border-radius: 5px;
	padding: 20px;
	width: 400px;
	box-sizing: border-box;
}

.foot_btn a em {
	display: inline-block;
	position: relative;
	font-size: 30px;
	font-weight: bold;
	font-style: normal;
	padding-left: 30px;
}

.foot_btn a em:before {
	content: "";
	background-image: url(../img/icn-ishikawasan-char.png);
	background-repeat: no-repeat;
	background-size: contain;
	width: 74px;
	height: 94px;
	position: absolute;
	bottom: 0;
	left: -35%;
}

.bnr_rikunabi {
	padding: 0 20px;
	display: inline-block;
}

.bnr_rikunabi a {
	display: inline-block;
	border: 1px solid #ccc;
	position: relative;
}

.bnr_rikunabi a:before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: #FFF;
	opacity: 0;
	transition: all 0.3s ease 0s;
}

.bnr_rikunabi a:hover:before {
	opacity: 0.3;
}

.rec_movie {
	margin: 40px auto 80px;
	max-width: 750px;
}

.rec_movie iframe {
	width: 100%;
	height: auto;
	aspect-ratio: 16/9;
}

/* for Tablet */
@media screen and (max-width:1030px) {}

/* for SP */
@media screen and (max-width:640px) {
	.recruit_ttl_shinsotsu {
		font-size: 25px;
	}

	.recruit_subttl {
		font-size: 20px;
		padding: 20px;
	}

	.recruit_intro {
		padding: 40px 0 45px;
	}

	.recruit_logo {
		margin-top: 30px;
	}

	.recruit_cont {
		padding: 30px;
	}

	.recruit_cont_shinsotsu {
		padding: 45px 10px;
	}

	.recruit_btn {
		margin: 0 auto 40px;
	}

	/* .recruit_cont_shinsotsu :last-child{
		background-color: #fbf3da;
		padding: 0;
	} */
	.recruit_list {
		font-size: 14px;
	}

	.recruit_list dt,
	.recruit_list dd {
		padding: 20px;
	}

	.recruit_list dt {
		width: 29%;
	}

	.recruit_img {
		margin-top: 50px;
		padding: 50px 0;
	}

	.recruit_btn>li a,
	.recruit_btn>li span {
		padding: 20px;
		font-size: 25px;
	}

	.foot_btn {
		text-align: center;
		margin: 50px 0;
	}

	.foot_btn a {
		width: 100%;
	}

	.foot_btn a em:before {
		left: -60%;
		width: 70px;
	}

	.bnr_rikunabi:last-child {
		margin-top: 25px;
	}

	.rec_movie {
		margin-bottom: 40px;
	}

}

/* for Print */
@media print {}