@charset "UTF-8";
/*--- recruit ------------------------------------------------------------------*/
/*--- フォントサイズvw設定 -----------------------------------------------------*/
@keyframes fadeIn {
	0% {
		opacity: 0;
	}
	100% {
		opacity: 1;
	}
}

@-webkit-keyframes fadeIn {
	0% {
		opacity: 0;
	}
	100% {
		opacity: 1;
	}
}

.pc {
	display: block !important;
}

@media screen and (max-width: 767px) {
	.pc {
		display: none !important;
	}
}

.sp {
	display: none !important;
}

@media screen and (max-width: 767px) {
	.sp {
		display: block !important;
	}
}

a {
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	display: inline-block;
	backface-visibility: hidden;
}

html,
body,
.container {
	overflow-x: hidden;
}

.list_fade {
	opacity: 0;
	transition-delay: .4s;
	-webkit-transition: all 1s;
	-moz-transition: all 1s;
	-ms-transition: all 1s;
	-o-transition: all 1s;
	transition: all 1s;
}

.list_fadein {
	opacity: 1.0;
}

#newg_sec {
	padding-top: 200px;
}

@media screen and (max-width: 768px) {
	#newg_sec {
		padding-top: 116px;
	}
}

#midc_sec {
	padding-top: 227px;
}

@media screen and (max-width: 768px) {
	#midc_sec {
		padding-top: 136px;
	}
}

/*--- 見出し・ 採用情報 -----------------------------------------------------*/
.head_ring_lg {
	width: 213px;
	height: 213px;
	text-align: center;
	background-image: url("/whokka/wp-content/themes/wp-hokka/images/base/head_ring.png");
	background-repeat: no-repeat;
	background-size: 213px auto;
	margin: 0 0 0 -10px;
	position: relative;
	z-index: 1;
}

@media screen and (max-width: 768px) {
	.head_ring_lg {
		width: 140px;
		height: 140px;
		background-size: 140px auto;
		margin: 0 auto;
	}
}

.head_ring_lg .head_ring_lg_txtbox {
	display: block;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translateY(-50%) translateX(-50%);
	-webkit-transform: translateY(-50%) translateX(-50%);
}

.head_ring_lg .head_ring_lg_txtbox .head_ring_lg_title_en {
	white-space: nowrap;
	font-size: 2.6rem;
	color: #ff1900;
	font-family: 'Josefin Sans', sans-serif;
	font-weight: bold;
	display: block;
	letter-spacing: 0rem;
	line-height: 1.23077;
}

@media screen and (max-width: 768px) {
	.head_ring_lg .head_ring_lg_txtbox .head_ring_lg_title_en {
		font-size: 1.6rem;
	}
}

.head_ring_lg .head_ring_lg_txtbox .head_ring_title {
	font-size: 1.8rem;
	font-weight: 500;
	letter-spacing: 0.2rem;
	display: block;
	margin: 9px 0 0;
}

@media screen and (max-width: 768px) {
	.head_ring_lg .head_ring_lg_txtbox .head_ring_title {
		font-size: 1.2rem;
	}
}

/*--- 見出し・ 採用情報 -----------------------------------------------------*/
/*--- TABLE 共通 -----------------------------------------------------*/
.table_wrap {
	max-width: 671px;
	width: 100%;
	padding: 0 0 0;
	transition-property: all;
	-moz-transition-property: all;
	-webkit-transition-property: all;
	-o-transition-property: all;
	-ms-transition-property: all;
	transition-duration: 1s;
	-moz-transition-duration: 1s;
	-webkit-transition-duration: 1s;
	-o-transition-duration: 1s;
	-ms-transition-duration: 1s;
}

@media screen and (max-width: 768px) {
	.table_wrap {
		max-width: 100%;
	}
}

.table_wrap .table_sec {
	display: block;
	padding: 25px 0;
	width: 100%;
	border-top: 1px solid #c9c9c9;
}

.table_wrap .table_sec:first-child {
	border-top: 0 solid #c9c9c9;
}

.table_wrap .table_sec th,
.table_wrap .table_sec td {
	font-size: 1.3rem;
	letter-spacing: 0.05rem;
	display: inline-block;
	vertical-align: top;
	line-height: 2.30769;
}

@media screen and (max-width: 768px) {
	.table_wrap .table_sec th,
	.table_wrap .table_sec td {
		font-size: 1.2rem;
	}
}

.table_wrap .table_sec th {
	width: 21.19403%;
}

@media screen and (max-width: 768px) {
	.table_wrap .table_sec th {
		width: 100%;
	}
}

.table_wrap .table_sec td {
	width: 78.20896%;
}

@media screen and (max-width: 768px) {
	.table_wrap .table_sec td {
		width: 100%;
	}
}

/*--- TABLE 共通 -----------------------------------------------------*/
/*--- SEPARATE -----------------------------------------------------*/
.rec_content {
	max-width: calc(986px + 8.88888888888%);
	width: 100%;
	padding: 0 0 0 4.44444444444%;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
}

@media screen and (max-width: 768px) {
	.rec_content {
		flex-direction: column;
		padding: 0 8.8%;
	}
}

.rec_content .rec_content01 {
	max-width: 315px;
	width: 100%;
	padding: 0 0 0;
}

@media screen and (max-width: 768px) {
	.rec_content .rec_content01 {
		max-width: 100%;
		min-height: 0%;
	}
}

.rec_content .rec_content02 {
	max-width: 717px;
	width: 100%;
	margin: 0 auto 0 0;
}

@media screen and (max-width: 768px) {
	.rec_content .rec_content02 {
		max-width: 100%;
		margin: 30px auto 0;
		min-height: 0%;
	}
}

.rec_heading_title_en {
	font-size: 2.8rem;
	font-family: 'Josefin Sans', sans-serif;
	letter-spacing: 0.25rem;
	font-weight: bold;
	text-indent: -0.25rem;
}

@media screen and (max-width: 768px) {
	.rec_heading_title_en {
		font-size: 2.2rem;
	}
}

.rec_heading_title {
	font-size: 1.3rem;
	letter-spacing: 0.2rem;
	margin: 11px 0 0;
}

@media screen and (max-width: 768px) {
	.rec_heading_title {
		font-size: 1.1rem;
		margin: 6px 0 0;
	}
}

/*--- SEPARATE -----------------------------------------------------*/
/*--- New graduate & Mid-career -----------------------------------------------------*/
.rec_content .rec_txt_box {
	max-width: 719px;
	width: 100%;
	padding-right: 46px;
}

@media screen and (max-width: 768px) {
	.rec_content .rec_txt_box {
		max-width: 100%;
		padding-right: 0;
	}
}

.rec_content .rec_txt_box .catch_title:first-child {
	margin: 46px 0 0;
}

@media screen and (max-width: 768px) {
	.rec_content .rec_txt_box .catch_title:first-child {
		margin: 20px 0 0;
	}
}

.rec_content .catch_title {
	margin: 110px 0 0;
	font-weight: bold;
}

@media screen and (max-width: 768px) {
	.rec_content .catch_title {
		margin: 60px 0 0;
	}
}

.rec_content .catch_txt {
	margin: 36px 0 0;
}

@media screen and (max-width: 768px) {
	.rec_content .catch_txt {
		margin: 14px 0 0;
	}
}

.rec_info_wrap {
	padding-right: 46px;
}

@media screen and (max-width: 768px) {
	.rec_info_wrap {
		padding-right: 0;
	}
}

.rec_info_wrap .rec_sec_ac {
	border-bottom: 1px solid #000000;
}

.rec_info_wrap .rec_sec_ac:first-child {
	border-top: 1px solid #000000;
}

.rec_info_wrap .rec_info_none {
	font-size: 1.6rem;
	letter-spacing: 0.21rem;
	padding-top: 30px;
	border-top: 1px solid #000000;
}

.rec_content .rec_title {
	font-size: 1.8rem;
	font-weight: bold;
	letter-spacing: 0.21rem;
	margin: 100px 0 0;
	padding: 0 0 27px;
}

.rec_content .rec_title_ac {
	position: relative;
	font-size: 1.6rem;
	letter-spacing: 0.25rem;
	padding: 30px 0;
}

.rec_content .rec_title_ac:hover {
	cursor: pointer;
}

@media screen and (max-width: 768px) {
	.rec_content .rec_title_ac {
		line-height: 1.6;
	}
}

.rec_sec_ac {
	max-width: 671px;
	width: 100%;
}

.ac_cont {
	display: none;
	padding: 0 0 30px;
}

.arrow_txt {
	display: inline-block;
	font-size: 1.3rem;
	letter-spacing: 0.01rem;
	position: absolute;
	top: 50%;
	right: 34px;
	transform: translateY(-50%) translateX(0%);
	-webkit-transform: translateY(-50%) translateX(0%);
	transition-property: all;
	-moz-transition-property: all;
	-webkit-transition-property: all;
	-o-transition-property: all;
	-ms-transition-property: all;
	transition-duration: 0.25s;
	-moz-transition-duration: 0.25s;
	-webkit-transition-duration: 0.25s;
	-o-transition-duration: 0.25s;
	-ms-transition-duration: 0.25s;
}

.arrow_txt:after {
	content: " ";
	position: absolute;
	border-top: 7px solid #000000;
	border-right: 6.5px solid transparent;
	border-left: 6.5px solid transparent;
	top: 50%;
	transition-property: all;
	-moz-transition-property: all;
	-webkit-transition-property: all;
	-o-transition-property: all;
	-ms-transition-property: all;
	transition-duration: 0.25s;
	-moz-transition-duration: 0.25s;
	-webkit-transition-duration: 0.25s;
	-o-transition-duration: 0.25s;
	-ms-transition-duration: 0.25s;
	transform: translateY(-50%) translateX(0%);
	-webkit-transform: translateY(-50%) translateX(0%);
	transform: translate3d(0, 0, 0);
	-webkit-transform: translate3d(0, 0, 0);
	right: -24px;
	transform: rotateZ(-90deg);
	margin: -1px 0 0;
}

.rec_title_ac.ac .arrow_txt:after {
	content: " ";
	position: absolute;
	border-top: 7px solid #000000;
	border-right: 6.5px solid transparent;
	border-left: 6.5px solid transparent;
	top: 50%;
	transform: translateY(-50%) translateX(0%);
	-webkit-transform: translateY(-50%) translateX(0%);
	transform: translate3d(0, 0, 0);
	-webkit-transform: translate3d(0, 0, 0);
	right: -24px;
	transform: rotateZ(0deg);
	margin: -1px 0 0;
}

/*--- New graduate & Mid-career -----------------------------------------------------*/
/*--- ENTRY BTN -----------------------------------------------------*/
.entry_btn {
	max-width: 671px;
	width: 100%;
	background: #ff1900;
	font-size: 1.8rem;
	color: #fff;
	font-family: 'Josefin Sans', sans-serif;
	text-align: center;
	letter-spacing: 0.4rem;
	padding: 22px 0 17px;
	border-radius: 13px;
	margin: 78px 0 0;
}

@media screen and (max-width: 768px) {
	.entry_btn {
		font-size: 1.2rem;
		padding: 18px 8.8% 17px;
		margin: 60px 0 0;
	}
}

.entry_btn:hover {
	opacity: 0.5;
}

/*--- ENTRY BTN -----------------------------------------------------*/

/*# sourceMappingURL=recruit.css.map */