@charset "utf-8";
/* CSS Document */
.page_header { background-image: url(../img/recruit/main.jpg); }
.page_header .page_header_title h1::before {
	content: 'RECRUIT';
}
@media screen and (max-width: 760px) {
	.page_header { background-image: url(../img/recruit/main_sp.jpg); }
}

main {
	position: relative;
	overflow: hidden;
}
main p {
	line-height: 2;
}

.r-img,
.l-img {
	position: relative;
}
.l-img::before,
.r-img::before {
	content: '';
	width: 50%;
	height: 100%;
	background-repeat: no-repeat;
	position: absolute;
	top: 0;
}
.r-img::before {
	right: 0;
}
.l-img::before {
	left: 0;
}


/* -------------------------------- */
/* Fixed Right Layout */
/* -------------------------------- */
.fixed_right {
	position: fixed;
	right: -20px;
	bottom: 100px;
	background-color: #ffffff;
	border: 2px solid #1d1d1d;
	border-right: none;
	padding: 20px 32px 20px 20px;
	color: #1b1b1b;
	transform: skewX(-17deg);
	font-weight: bold;
	z-index: 10;
}
.fixed_right > * {
	transform: skewX(17deg);
	display: block;
}
.fixed_right::before {
	content: '';
	background-color: #e70000;
	width: 10px;
	height: calc(100% + 4px);
	position: absolute;
	left: -12px;
	top: -2px;
}
.fixed_right p {
	font-size: 14px;
	line-height: 1.4;
	margin-bottom: 10px;
}
.fixed_right .num {
	font-size: 26px;
	padding-left: 15px;
	display: flex;
	align-items: center;
}
.fixed_right .num::before {
	content: '';
	width: 15px;
	height: 20px;
	background-image: url(../img/recruit/icon_tel.svg);
	background-repeat: no-repeat;
	background-size: contain;
	background-position: left center;
	display: block;
	margin-right: 5px;
}

.fixed_right.abs {
	position: absolute;
	bottom: 100px;
}
@media screen and (max-width: 767px) {
	.fixed_right {
		display: none;
	}
}
@media screen and (max-width: 1300px) {
	.fixed_right.abs {
		display: none;
	}
}



/* -------------------------------- */
/* Title Layout */
/* -------------------------------- */
h2 {
	font-family: 'Dancing Script';
	font-size: 100px;
	position: relative;
	padding-bottom: 40px;
	margin-bottom: 40px;
}
h2.fz-s,
h2.center {
	padding-bottom: 20px;
}
h2.dfc {
	margin-bottom: 0;
	margin-right: 40px;
}
h2.fz-s {
	font-size: 50px;
}
h2.center {
	text-align: center;
}
h2 .jp {
	font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
	font-size: 16px;
	display: block;
	margin-top: 20px;
}
h2.dfc .jp {
	margin-left: 20px;
	margin-top: 0;
}
h2.center .jp,
h2.fz-s .jp {
	margin-top: 10px;
}
h2 .clr_red {
	color: #b50000;
}
h2::before {
	content: '';
	width: 100px;
	height: 2px;
	background-color: #b50000;
	position: absolute;
	bottom: 0;
	left: 0;
}
h2.center::before {
	width: 50px;
	right: 0;
	margin: 0 auto;
}
@media screen and (max-width: 767px) {
	h2 {
		font-size: 18vw;
	}
	h2.fz-s {
		font-size: 10vw;
	}
}
@media screen and (max-width: 425px) {
	h2 {
		font-size: 23vw;
	}
	h2.fz-s {
		font-size: 14vw;
	}
}



/* -------------------------------- */
/* Tab */
/* -------------------------------- */
.tab {
	display: flex;
	justify-content: center;
	align-items: center;
	list-style: none;
}
.tab li {
	background-color: #ffffff;
	border: 2px solid #1d1d1d;
	border-bottom: none;
	border-radius: 5px 5px 0 0;
	font-weight: bold;
	width: 240px;
	padding: 20px 0;
	text-align: center;
	cursor: pointer;
}
.tab li.active {
	background-color: #1d1d1d;
	color: #ffffff;
}
.tab li:not(:last-of-type) {
	margin-right: 20px;
}

.tab_body {
	display: none;
}
.tab_body.active {
	display: block;
}


.table_area {
	background-color: #FFFFFF;
	border: solid 2px #1d1d1d;
	padding: 46px;
}
.about_table {
	border-collapse: collapse;
	width: 100%;
}
.about_table th,
.about_table td {
	text-align: left;
	vertical-align: text-top;
	padding: 20px 0;
	border-bottom: solid 1px #dedede;
}
.about_table th {
	width: 145px;
}
.about_table td {
	padding-left: 20px;
	line-height: 1.6;
}
.about_table tr:last-child th,
.about_table tr:last-child td {
	border-bottom: none;
}
@media screen and (max-width: 767px) {
	.tab li {
		width: 44%;
	}
	.tab li:not(:last-of-type) {
		margin-right: 3%;
	}
	.table_area {
		padding: 20px;
	}
	.about_table th,
	.about_table td {
		display: block;
		font-size: 2.8vw;
	}
	.about_table th {
		border-bottom: none;
		padding-bottom: 10px;
	}
	.about_table td {
		padding-left: 0;
		padding-top: 0;
	}
}
@media screen and (max-width: 425px) {
	.about_table th,
	.about_table td {
		font-size: 3.8vw;
	}
}


header .rec_tel {
	display: none;
}
/* -------------------------------- */
/* SP Header */
/* -------------------------------- */
@media screen and (max-width: 767px) {
	header {
		justify-content: flex-start;
	}
	header .rec_tel {
		display: block;
		color: #1d1d1d;
		font-size: 3vw;
		margin-left: auto;
		margin-right: 20px;
		padding: 0 20px;
	}
	header .rec_tel::after {
		content: '';
		width: 1px;
		height: 67px;
		background-color: #1d1d1d;
		position: absolute;
		top: 0;
		right: 80px;
	}
	header .rec_tel::before {
		content: '';
		width: 20px;
		height: 27px;
		background-image: url(../img/recruit/icon_tel.svg);
		background-repeat: no-repeat;
		background-size: contain;
		background-position: left center;
		display: block;
		margin: 0 auto 5px;
	}
}


/* -------------------------------- */
/* Recruit Content */
/* -------------------------------- */
.recruit_contents {
	padding-right: 20px;
	padding-left: 20px;
	background-color: #f7f7f7;
}

.recruit_contents .recruit {
	padding: 120px 0 80px 0;
}

.recruit_contents .recruit h2 {
	font-size: 16px;
	text-align: center;
	padding-bottom: 30px;
	margin-bottom: 0;
	position: relative;
}

.recruit_contents .recruit h2::before {
	content: 'RECRUIT';
	display: block;
	font-size: 50px;
	position: absolute;
	background: none;
	top: -55px;
	left: 50%;
	margin-left: -100px;
	font-family: 'PT Sans', "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
}

.recruit_contents .recruit h2.bf_af::before {
	content: '';
}

.recruit_contents .recruit.bf_af h2::after {
	content: '';
	width: 40px;
	height: 4px;
	display: block;
	background-color: #b50000;
	margin: 15px auto auto auto;
	position: absolute;
	left: 50%;
	bottom: 10px;
	display: inline-block;
	margin-left: -20px;
}

@media screen and (max-width: 767px) {
	.recruit_contents .recruit {
		padding: 5vw 0;
	}
	.recruit_contents .recruit h2 {
		font-size: 3vw;
		margin-bottom: 0%;
		padding-bottom: 6%;
	}
	.recruit_contents .recruit h2::before {
		font-size: 8vw;
		position: static;
		display: flex;
		justify-content: center;
		margin: 0 auto 10px;
		height: auto;
		width: auto;
	}
	.recruit_contents .recruit.bf_af h2::after {
		display: block;
		position: static;
		margin: 15px auto auto auto;
		width: 50px;
	}
}


.recruit_contents ul {
	margin: auto;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	list-style: none;
	width: 740px;
	max-width: 100%;
	padding-top: 20px;
}

.recruit_contents ul li {
	width: 22.97297%;
}

.recruit_contents ul li:hover {
	background-color: #e70000;
}

.recruit_contents ul li a.active {
	background-color: #e70000;
	color: #ffffff;
	border: solid 2px #e70000;
}

.recruit_contents ul li a {
	display: flex;
	flex-direction: column;
	align-items: center;
	width: 100%;
	padding: 20px 0;
	color: #111111;
	border: solid 2px #111111;
	background-color: #FFFFFF;
}

.recruit_contents ul li a svg {
	height: 60px;
	width: 50px;
	fill: #111111;
}

.recruit_contents ul li a svg.arrow {
	height: 10px;
	width: 32px;
}

.recruit_contents ul li a:hover {
	background-color: #e70000;
	color: #FFFFFF;
	border: solid 2px #e70000;
}

.recruit_contents ul li a:hover svg {
	fill: #FFFFFF;
}

.recruit_contents ul li a span {
	padding: 10px;
	font-weight: bold;
}
@media screen and (max-width: 767px) {
	.recruit_contents ul li a {
		padding:10px 0
	}
}


@media screen and (max-width: 760px) {

	.recruit_contents ul {
		margin-bottom: -2%;
		padding-top: 2%;
	}

	.recruit_contents ul li {
		width: 49%;
		margin-bottom: 2%;
	}

	.recruit_contents ul li a {
		display: flex;
		flex-direction: row;
	}

	.recruit_contents ul li a span {
		padding: 2vw 2vw 2vw 0vw;
		font-size: 3.8vw;
	}

	.recruit_contents ul li a svg {
		height: 8vw;
		width: 15vw;
	}

	.recruit_contents ul li a svg.arrow {
		display: none;
	}

	.recruit_contents ul li:hover {
		background-color: #e70000;
	}
}


.recruit_contents #path1,
.recruit_contents svg line,
.recruit_contents svg circle {
	stroke: #1d1d1d;
}

.recruit_contents .active svg,
.recruit_contents a:hover svg {
	fill: #FFFFFF;
}

.recruit_contents .active #path1,
.recruit_contents a:hover #path1,
.recruit_contents .active svg line,
.recruit_contents a:hover svg line,
.recruit_contents .active svg circle,
.recruit_contents a:hover svg circle {
	stroke: #FFFFFF;
}