  @charset "utf-8";

/* ////////////////////////////////////////////////////////////
	File Name	credit.css
*/

/*============================================================
	credit
*/
/* section */
.c-credit {
	padding: 0 0 120px 0;
}
.c-credit .section {
	padding: 100px 0 0 0;
}
.c-credit .section a {
	text-decoration: underline;
	color: #e94829;
}
.c-credit .section .cmn-heading {
	margin: 0 0 40px 0;
}
.c-credit .section .cmn-heading h2 {
	text-align: left;
	font-size: 34px;
	line-height: 1.3;
}
.c-credit .section .cmn-heading h2::after {
	content: '';
	display: block;
	margin: 20px 0;
	width: 100px;
	height: 4px;
	background-image: url('/recruit/fresh/assets/img/common/ornament-line.svg');
	background-size: contain;
}
.c-credit .section .cmn-heading h2 > span {
	display: block;
}
.c-credit .section .cmn-heading h2 > span > span {
	display: block;
}
.c-credit .s-personality .detail h3 {
	margin: 50px 0 40px 0;
	font-size: 21px;
	line-height: 1;
}
.c-credit .s-personality .detail ul {
	display: table;
	margin: 0;
	font-size: 14px;
	line-height: 1.6;
}
.c-credit .s-personality .detail ul li {
	margin: 0 0 0.8em 0;
}
.c-credit .s-personality .detail .icon {
	margin: 40px 0 0 0;
	width: 90px;
}
/* SP */
@media screen and (max-width: 767px) {
	.c-credit {
		padding: 0 0 80px 0;
	}
	/* section */
	.c-credit .section {
		padding: 80px 0 0 0;
	}
	.c-credit .section .container {
		padding-left: 25px;
		padding-right: 25px;
	}
	.c-credit .section .cmn-heading {
		margin: 0 0 25px 0;
	}
	.c-credit .section .cmn-heading h2 {
		font-size: 30px;
	}
	.c-credit .section .cmn-heading h2::after {
		width: 90px;
		height: 4px;
	}
	.c-credit .s-personality .detail h3 {
		margin: 45px 0 35px 0;
		font-size: 18px;
	}
	.c-credit .s-personality .detail ul {
		display: block;
		font-size: 13px;
	}
	.c-credit .s-personality .detail ul li {
		margin: 0 0 1.0em 0;
	}
	.c-credit .s-personality .detail .icon {
		margin: 35px 0 20px 0;
		width: 68px;
	}
}