@charset "UTF-8";

/* ==========================================
 採用情報 common
========================================== */

/* override
------------------------------------------ */
#header {
	border-top: 7px solid #ff0;
}
#header #header_grouplink,
#header #header_cv,
#header #header_menu_btn.menu_btn {
	display: none;
}
#header #header_main.fixed {
	display: none;
}

#contents_header .title {
	background-image: url("/recruit/common/images/ttl_bg_recruit.png");
	background-size: 24% auto;
}

@media only screen and (max-width: 767px) {
#contents_header .title {
	background-size: 20% auto;
}
}

#footer_recruit {
	margin-bottom: 50px;
	text-align: center;
}

#footer_banner,
#fixed_footer,
#footer_sitemap .footer_sitemap_wrapper,
#footer_sitemap .footer_tel {
	display: none;
}

@media only screen and (max-width: 480px) {
	#fixed_btn.fixed {
		bottom: 0;
	}

}





.course_list {
	margin: 25px auto 0;
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
}



/* contents
------------------------------------------ */
.tb,
.sp,
.tb.sp {
	display: none;
}
.pc,
.pc.tb,
.pc.sp {
	display: inline;
}

@media (max-width: 900px) {
	.pc, 
	.sp,
	.pc.sp {
		display: none;
	}
	.tb,
	.pc.tb,
	.tb.sp {
		display: inline;
	}
}
@media (max-width: 767px) {
	.tb,
	.pc.tb {
		display: none;
	}
	.sp,
	.pc.sp,
	.tb.sp {
		display: inline;
	}
	
	#grouplink_sp {
		display: none;
	}
}

.txt_center_pc {
	text-align: center;
}
@media only screen and (max-width: 480px) {
	.txt_center_pc {
		text-align: left;
	}
	
	#grouplink_sp {
		display: block;
	}

}


.btn_area {
	text-align: center;
	padding: 50px 0;
}



/* CV
--------------------------- */
.cv {
	margin: 0 auto;
	padding: 40px 60px 50px;
	width: 90%;
	max-width: 900px;
	border: 5px solid #ff0;
}
.cv .cv_ttl {
	margin-bottom: 0.5em;
	font-size: 2.4rem;
	font-weight: bold;
	text-align: center;
}
.cv .cv_schedule {
	margin-bottom: 0.5em;
	font-size: 2.3rem;
	font-weight: bold;
	line-height: 1.9;
	text-align: center;
}
.cv .cv_txt {
	margin-bottom: 1.5em;
}
.cv .cv_btn_area {
	text-align: center;
}
.cv_btn {
	margin: 0 auto;
	max-width: 600px;
}
@media only screen and (max-width: 1050px) {
	.cv {
		padding: 30px 4vw 40px;
	}
}
@media only screen and (max-width: 767px) {
	.cv {
		width: 100%;
	}
	.cv_btn {
		max-width: 100%;
	}
	.cv_btn span {
		display: none;
	}
}
@media only screen and (max-width: 480px) {
	.cv {
		padding: 6vw 5vw;
	}
	.cv .cv_ttl {
		margin-bottom: 0.8em;
		font-size: 2rem;
	}
	.cv .cv_schedule {
		margin-bottom: 1em;
		font-size: 2rem;
	}
}




.cv_btn {
	width: 100%;
	max-width: 700px;
	padding: 28px 10px 28px 0;
	display: inline-block;
	color: #fff;
	font-size: 2rem;
	font-weight: 700;
	line-height: 1;
	text-decoration: none;
	text-align: center;
	box-sizing: border-box;
	background-color: #ff0;
	position: relative;
}
.cv_btn::before,
.cv_btn::after {
	position: absolute;
	top: 0;
	right: 35px;
	bottom: 0;
	margin: auto;
	content: "";
	vertical-align: middle;
}
.cv_btn::before {
	width: 19px;
	height: 2px;
	background: #fff;
	transition: all 0.2s;
}
.cv_btn::after {
	width: 8px;
	height: 8px;
	border-top: 2px solid #fff;
	border-right: 2px solid #fff;
	transform: rotate(45deg);
	transition: all 0.2s;
}
.cv_btn:hover::before,
.cv_btn:hover::after {
	right: 28px;
}
@media only screen and (max-width: 767px) {
	.cv_btn::before,
	.cv_btn::after {
		right: 2.5vw;
	}
	.cv_btn::before {
		width: 2.5vw;
	}
	.cv_btn::after {
		width: 1.2vw;
		height: 1.2vw;
	}
	.cv_btn:hover::before,
	.cv_btn:hover::after {
		right: 2vw;
	}

}
@media only screen and (max-width: 480px) {
	.cv_btn {
		padding: 6vw 10px 6vw 0;
	}
	.cv_btn::before,
	.cv_btn::after {
		right: 3.3vw;
	}
	.cv_btn::before {
		width: 3vw;
	}
}



.shinsotsu_btn {
	color: #222;
	background-color: #ff0;
}
.shinsotsu_btn::before {
	background: #222;
}
.shinsotsu_btn::after {
	border-top-color: #222;
	border-right-color: #222;
}
.shinsotsu_btn strong {
	font-size: 2.6rem;
	font-weight: 600;
}
@media only screen and (max-width: 767px) {
	.shinsotsu_btn strong {
		font-size: 2.2rem;
	}
}
@media only screen and (max-width: 480px) {
	.shinsotsu_btn {
		font-size: 3.8vw;
	}
	.shinsotsu_btn strong {
		font-size: 5vw;
	}
}


.chuto_btn {
	background-color: #C599BF;
}
.chuto_btn strong {
	font-size: 2.6rem;
	font-weight: 600;
}
@media only screen and (max-width: 767px) {
	.chuto_btn strong {
		font-size: 2.2rem;
	}
}
@media only screen and (max-width: 480px) {
	.chuto_btn {
		font-size: 3.8vw;
	}
	.chuto_btn strong {
		font-size: 5vw;
	}
}




/* interview
--------------------------- */
#interview .wrapper_s {
	padding: 0 35px;
}
#interview_list {
	margin: 25px auto 0;
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	position: relative;
}
#interview_list .interview  {
	display: flex;
	width: 350px;
	background-size: 350px auto;
	padding: 236px 28px 28px;
	background-color: transparent;
	background-repeat: no-repeat;
	background-position: top center;
	box-sizing: border-box;
	position: relative;
	background-size: contain;
}
#interview_list .interview01 {
	background-image: url("/recruit/common/images/interview_img01.jpg"), linear-gradient(90deg, #ff0 0%, #ff0 75%, #fff 75%, #fff 100%);
}
#interview_list .interview02 {
	background-image: url("/recruit/common/images/interview_img02.jpg"), linear-gradient(90deg, #ff0 0%, #ff0 75%, #fff 75%, #fff 100%);
}
#interview_list .interview03 {
	background-image: url("/recruit/common/images/interview_img03.jpg"), linear-gradient(90deg, #ff0 0%, #ff0 75%, #fff 75%, #fff 100%);
}
#interview_list .interview04 {
	background-image: url("/recruit/common/images/interview_img04.jpg"), linear-gradient(90deg, #ff0 0%, #ff0 75%, #fff 75%, #fff 100%);
}
#interview_list .interview05 {
	background-image: url("/recruit/common/images/interview_img05.jpg"), linear-gradient(90deg, #ff0 0%, #ff0 75%, #fff 75%, #fff 100%);
}
#interview_list .interview06 {
	background-image: url("/recruit/common/images/interview_img06.jpg"), linear-gradient(90deg, #ff0 0%, #ff0 75%, #fff 75%, #fff 100%);
}
#interview_list .interview07 {
	background-image: url("/recruit/common/images/interview_img07.jpg"), linear-gradient(90deg, #ff0 0%, #ff0 75%, #fff 75%, #fff 100%);
}
#interview_list .interview .course_ttl {
	font-family: "Noto Serif JP";
	font-size: 2rem;
	font-weight: 700;
	line-height: 1.5;
}
#interview_list .interview .course_ttl span {
	font-size: 1.8rem;
	font-weight: 600;
}
#interview_list .interview .course_contents {
	display: flex;
	width: 100%;
	flex-flow: column;
	background-color: #fff;
	z-index: 10;
	position: relative;
	padding: 20px 25px 25px;
}
#interview_list .interview .course_contents .course_info {
	display: flex;
	align-items: flex-start;
	flex-grow: 1;
	padding-bottom: 15px;
}
#interview_list .interview .common_btn {
	height: 44px;
	font-size: 1.6rem;
	line-height: 44px;
}


#interview_list .slick-list.draggable {
	display: flex;
	padding: 0 !important;
}
#interview_list .slick-track {
	display: flex;
}
#interview_list .slick-arrow {
  display: inline-block;
  width: 22.4px;
  height: 40.8px;
	z-index: 200;
}
#interview_list .slick-arrow::before,
#interview_list .slick-arrow::after {
  content: "";
  position: absolute;
  top: calc(50% - 0.5px);
  width: 30px;
  height: 1px;
  border-radius: 9999px;
  background-color: #000000;
}
#interview_list .slick-arrow::before {
  transform: rotate(45deg);
}
#interview_list .slick-arrow::after {
  transform: rotate(-45deg);
}
#interview_list .slick-prev {
	left: -30px;
}
#interview_list .slick-prev::before,
#interview_list .slick-prev::after {
  left: 0;
  transform-origin: 0.5px 50%;
	
}
#interview_list .slick-next {
	right: -30px;
}
#interview_list .slick-next::before,
#interview_list .slick-next::after {
  right: 0;
  transform-origin: calc(100% - 0.5px) 50%;
}

@media only screen and (max-width: 480px) {
	#interview_list .interview {
		width: 100%;
		background-size: 100% auto;
		padding: 60vw 4vw 4vw;
	}
	
	#interview_list .interview .course_ttl {
		font-size: 1.8rem;
		line-height: 1.7;
	}
	#interview_list .interview .course_ttl span {
		font-size: 1.7rem;
	}
	#interview_list .interview .course_contents {
		padding: 20px 20px 25px;
	}
	#interview_list .interview .common_btn {
		width: 60%;
	}
	#interview_list .interview .common_btn::before,
	#interview_list .interview .common_btn::after {
		right: 24px;
	}
	
	.slick-dots {
		bottom: -40px;
	}
	.slick-dots li button {
		width: 15px;
		height: 15px;
		background: #ccc;
		border-radius: 10px;
	}
	.slick-dots li.slick-active button {
		background: #ff0;
	}
	.slick-dots li button::before {
		display: none;
	}
}



/* job info
--------------------------- */
#job_info_list {
	width: 100%;
}
#job_info_list > li.job_info_kyouin {
	background-image: url("/recruit/common/images/jobinfo_kyouin.jpg"), linear-gradient(90deg, #ff0 0%, #ff0 78%, #fff 78%, #fff 100%);
}
#job_info_list > li.job_info_jimu {
	background-image: url("/recruit/common/images/jobinfo_jimu.jpg"), linear-gradient(90deg, #ff0 0%, #ff0 78%, #fff 78%, #fff 100%);
}
#job_info_list > li.job_info_hijokin {
	background-image: url("/recruit/common/images/jobinfo_hijokin.jpg"), linear-gradient(90deg, #ff0 0%, #ff0 78%, #fff 78%, #fff 100%);
}
#job_info_list > li.job_info_tensaku {
	background-image: url("/recruit/common/images/jobinfo_tensaku.jpg"), linear-gradient(90deg, #ff0 0%, #ff0 78%, #fff 78%, #fff 100%);
}
#job_info_list > li .course_contents {
	padding-top: 25px;
}
#job_info_list li .course_ttl {
	font-size: 2.8rem;
	font-weight: 600;
	text-align: center;
	letter-spacing: 0.04em;
}
@media only screen and (max-width: 1110px) {
	#job_info_list > li {
		width:50%;
	}
	#job_info_list li .course_ttl {
		text-align: center;
	}
}
@media only screen and (max-width: 767px) {
	#job_info_list > li {
		padding: 23% 3% 3%;
		background-size: contain;
	}
	#job_info_list > li .course_contents {
		padding: 5% 1% 10%;
	}
	#job_info_list li .course_ttl span {
		font-size: 3vw;
	}
	#job_info_list li .course_ttl {
		font-size: 4vw;
	}
}
@media only screen and (max-width: 480px) {
	#job_info_list li .course_ttl span {
		font-size: 3.5vw;
	}
	#job_info_list li .course_ttl {
		padding-top: 5px;
		font-size: 5vw;
	}
	#job_info_list .common_btn {
		width: 65%;
		height: 42px;
		padding: 0 15% 0 8%;
		font-size: 1.4rem;
		line-height: 42px;
	}
	#job_info_list .common_btn::before,
	#job_info_list .common_btn::after {
		right: 13px;
	}
}



/* table
--------------------------- */
.recruit_tbl {
	width: 100%;
	box-sizing: border-box;
}
.recruit_tbl th {
	width: 250px;
	margin-bottom: 10px;
	padding: 32px 36px;
	font-weight: 600;
	text-align: left;
	vertical-align: top;
	background-color: #ebebeb;
	border-bottom: 10px solid #fff;
	box-sizing: border-box;
}
.recruit_tbl td {
	padding: 32px 36px;
	border-bottom: 10px solid #fff;
	box-sizing: border-box;
}

.recruit_tbl .cv_btn {
	margin-top: 24px;
}

@media only screen and (max-width: 1050px) {
	.recruit_tbl th {
		width: 23.8vw;
		padding: 4vw;
	}
	.recruit_tbl td {
		padding: 4vw;
	}
}
@media only screen and (max-width: 767px) {
	.recruit_tbl {
		width: 100%;
	}
	.recruit_tbl th {
		display: block;
		width: 100%;
		padding: 15px;
		text-align: center;
		border: 0;
	}
	.recruit_tbl td {
		display: block;
		width: 100%;
		padding: 15px 15px 30px;
		border: 0;
	}

}
@media only screen and (max-width: 480px) {
	.recruit_tbl th {
		padding: 4vw;
	}
	.recruit_tbl td {
		padding: 4vw 4vw 12vw;
	}

}




