  @charset "utf-8";

/* ////////////////////////////////////////////////////////////
	File Name	recruit.css
*/

/*============================================================
	recruit
*/
.c-recruit {
	padding: 0 0 120px 0;
}
.c-recruit .cmn-hero::before {
	background-image: url('/recruit/fresh/assets/img/recruit/recruit-kv.jpg');
}
.c-recruit .cmn-hero .headline::before {
	background-image: url('/recruit/fresh/assets/img/recruit/recruit-main-base.svg');
}
.c-recruit .cmn-beginning .lead {
	margin: 0;
}
/* section */
.c-recruit .section {
	padding: 100px 0 0 0;
}
.c-recruit .section a {
	text-decoration: underline;
	color: #e94829;
}
.c-recruit .section .cmn-heading {
	margin: 0 0 40px 0;
}
.c-recruit .s-personality .detail ul {
	display: table;
	margin: 0 auto;
	font-size: 18px;
	line-height: 1.6;
}
.c-recruit .s-personality .detail ul li {
	margin: 0 0 0.4em 0;
}
.c-recruit .s-type .detail {
	text-align: center;
}
.c-recruit .s-type .detail h3 {
	margin: 30px 0 5px 0;
	font-size: 25px;
}
.c-recruit .s-type .detail h3:first-child {
	margin-top: 0;
}
.c-recruit .s-guideline .container {
	max-width: 1020px;
}
.c-recruit .s-guideline .detail .margin {
	margin: 1.8em 0 0 0;
}
.c-recruit .s-guideline .detail table th,
.c-recruit .s-guideline .detail table td {
	vertical-align: top;
	text-align: left;
}
.c-recruit .s-guideline .detail .table {
	width: 100%;
	border-bottom: 1px solid #c4bcb1;
}
.c-recruit .s-guideline .detail .table > tbody > tr > th {
	padding: 18px 0;
	width: 130px;
	border-top: 1px solid #c4bcb1;
	white-space: nowrap;
}
.c-recruit .s-guideline .detail .table > tbody > tr > td {
	padding: 18px 0;
	border-top: 1px solid #c4bcb1;
}
.c-recruit .s-guideline .detail .table .performance {
	margin: 0 0 5px 0;
}
.c-recruit .s-guideline .detail .table .performance th {
	padding: 0 10px;
	background-color: #1bb8ce;
	border: 1px solid #000;
	color: #fff;
}
.c-recruit .s-guideline .detail .table .performance th:first-child {
	border-bottom-color: #fff;
}
.c-recruit .s-guideline .detail .table .performance tr:first-child th {
	background-color: #e94829;
	border: 1px solid #000;
	border-right-color: #fff;
}
.c-recruit .s-guideline .detail .table .performance tr:last-child th:first-child {
	border-bottom-color: #000;
}
.c-recruit .s-guideline .detail .table .performance tr:first-child th:first-child,
.c-recruit .s-guideline .detail .table .performance tr:first-child th:last-child {
	border-right-color: #000;
}
.c-recruit .s-guideline .detail .table .performance td {
	padding: 0 10px;
	border: 1px solid #000;
	border-bottom-color: #787878;
	border-right-color: #787878;
	text-align: right;
}
.c-recruit .s-guideline .detail .table .performance tr:last-child td {
	border-bottom-color: #000;
}
.c-recruit .s-guideline .detail .table .performance td:last-child {
	border-right-color: #000;
}
.c-recruit .s-schedule .detail {
	text-align: center;
}
.c-recruit .s-contact .container {
	max-width: 1020px;
}
.c-recruit .s-contact .detail {
	margin-top: 50px;
	text-align: center;
}
.c-recruit .s-contact .detail > div {
	margin: 1.6em 0 0 0;
}
.c-recruit .s-contact .detail > div:first-child {
	margin: 0;
}
/* HOVER */
.os-pc .c-recruit .section a {
	transition: opacity 0.4s ease 0s;
}
.os-pc .c-recruit .section a:hover {
	opacity: 0.6;
}
/* SP */
@media screen and (max-width: 767px) {
	.c-recruit {
		padding: 0 0 60px 0;
	}
	/* section */
	.c-recruit .section {
		padding: 60px 0 0 0;
	}
	.c-recruit .section .container {
		padding-left: 25px;
		padding-right: 25px;
	}
	.c-recruit .section .cmn-heading {
		margin: 0 0 25px 0;
	}
	.c-recruit .s-personality .detail ul {
		display: block;
		font-size: 15px;
	}
	.c-recruit .s-type .detail {
		text-align: left;
	}
	.c-recruit .s-type .detail h3 {
		margin: 15px 0 5px 0;
		text-align: center;
		font-size: 22px;
	}
	.c-recruit .s-guideline .detail .table {
		font-size: 13px;
		line-height: 1.5;
	}
	.c-recruit .s-guideline .detail .table > tbody > tr > th {
		padding: 18px 1.3em 18px 0;
		width: 10px;
	}
	.c-recruit .s-guideline .detail .table .performance {
		font-size: 10px;
	}
	.c-recruit .s-guideline .detail .table .performance th,
	.c-recruit .s-guideline .detail .table .performance td {
		padding: 0.2em 0.3em;
	}
	.c-recruit .s-schedule .detail {
		text-align: left;
	}
	.c-recruit .s-contact .detail {
		margin: 0;
		text-align: left;
	}
	.c-recruit .s-contact .detail > div:first-child {
		margin: 1.6em 0 0 0;
	}
}

/*============================================================
	faq
*/
.c-faq {
	padding: 0 0 100px 0;
}
.c-faq .cmn-hero::before {
	background-image: url('/recruit/fresh/assets/img/recruit/recruit-kv.jpg');
}
.c-faq .cmn-hero .headline::before {
	background-image: url('/recruit/fresh/assets/img/recruit/faq-main-base.svg');
}
/* section */
.c-faq .section {
	padding: 90px 0 0 0;
}
.c-faq .section .container {
	max-width: 1020px;
}
.c-faq .section .cmn-heading {
	margin: 0 0 35px 0;
}
.c-faq .section .cmn-heading h2 {
	font-size: 30px;
}
.c-faq .section .cmn-heading h2 > span {
	overflow: hidden;
}
.c-faq .section .cmn-heading h2::after {
	content: none;
}
.c-faq .section .list {
	margin: 0 0 70px 0;
	border-bottom: 1px solid #c4bcb1;
}
.c-faq .section .list:last-child {
	margin: 0;
}
.c-faq .section .list li {
	padding: 5px 0;
	border-top: 1px solid #c4bcb1;
}
.c-faq .section .list .q {
	position: relative;
	padding: 15px 0;
	font-size: 18px;
	line-height: 1.6;
	cursor: pointer;
}
.c-faq .section .list .q > div {
	position: relative;
	padding: 0 35px 0 1.4em;
}
.c-faq .section .list .q span {
	position: absolute;
	top: 0;
	left: 0;
	color: #e94829;
}
.c-faq .section .list .q i {
	position: absolute;
	top: 50%;
	right: 10px;
	margin: -8px 0 0 0;
	width: 15px;
	height: 15px;
}
.c-faq .section .list .q i::before,
.c-faq .section .list .q i::after {
	content: '';
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	background-color: #000;
}
.c-faq .section .list .q i::before {
	top: 7px;
	width: 100%;
	height: 1px;
}
.c-faq .section .list .q i::after {
	left: 7px;
	width: 1px;
	height: 100%;
}
.c-faq .section .list .opened .q i::after {
	display: none;
}
.c-faq .section .list .a {
	overflow: hidden;
	height: 0;
	font-size: 15px;
}
.c-faq .section .list .a > div {
	position: relative;
	padding: 0 0 20px 1.4em;
}
.c-faq .section .list .a span {
	position: absolute;
	top: 0;
	left: 0;
	color: #1bb8ce;
}
.c-faq .section .list .a a {
	text-decoration: underline;
	color: #e94829;
}
/* HOVER */
.os-pc .c-faq .section .list .a a {
	transition: opacity 0.4s ease 0s;
}
.os-pc .c-faq .section .list .a a:hover {
	opacity: 0.6;
}
/* SP */
@media screen and (max-width: 767px) {
	.c-faq {
		padding: 0 0 60px 0;
	}
	.c-faq .section {
		padding: 50px 0 0 0;
	}
	.c-faq .section .container {
		padding-left: 25px;
		padding-right: 25px;
	}
	.c-faq .section .cmn-heading {
		margin: 0 0 20px 0;
	}
	.c-faq .section .cmn-heading h2 {
		font-size: 21px;
	}
	.c-faq .section .list {
		margin: 0 0 60px 0;
	}
	.c-faq .section .list .q {
		font-size: 15px;
	}
	.c-faq .section .list .a {
		font-size: 14px;
	}
}

