@charset "UTF-8";
/* CSS Document */


/*採用担当者からのメッセージ*/
.p-h1 {
	margin-bottom: 60px;
}
.p-sectionTitle {
	padding-bottom: 1em;
	position: relative;
	line-height: 1.25;
	font-size: 22px;
	font-size: 2.2rem;
	letter-spacing: 0.14em;
}
.p-sectionTitle:before,
.p-sectionTitle:after{
	content: " ";
	position: absolute;
	left: 0;
	background: #be3636;
	width: 100%;
}
.p-sectionTitle:before{
	height: 2px;
	bottom: 3px;
}
.p-sectionTitle:after{
	height: 1px;
	bottom: 0;
}
.p-intro-link {
	font-size: 0;
	text-align: center;
}
.p-intro-link li a {
	display: block;
	color: #fff;
	background: #be3636;
}
.p-intro-link li a span {
	letter-spacing: .1em;
}
.p-cont-sttl {
	font-weight: 500;
}
.p-cont-sttl::before {
	content: '■';
	color: #be3636;
	margin-right: .5em;
}

/* ====▼ 768px以上 ▼==== */
@media screen and (min-width:769px){
	.p-intro-txt {
		font-size: 14px;
		font-size: 1.4rem;
		line-height: 1.6;
		text-align: center;
	}
	.p-intro-link {
		margin: 60px 0;
	}
	.p-intro-link li {
		display: inline-block;
	}
	.p-intro-link li a {
		font-size: 14px;
		font-size: 1.4rem;
		padding: 1em 0;
		width: 250px;
	}
	.p-intro-link li a span {
		background: url(../../images/recruit/work/arrow_down_pc.png) no-repeat;
		background-position: right center;
		display: block;
	}
	.p-intro-link li:first-child {
		margin-right: 30px;
	}
	.ttl-page {
		margin-bottom: 52px;
	}
	.ttl-page span {
		margin-top: .75em;
	}
	.p-sectionTitle {
		margin-bottom: 30px;
	}
	.p-cont-img {
		width: 316px;
		float: right;
		margin-left: 43px;
	}
	.p-cont-txt {
		font-size: 14px;
		font-size: 1.4rem;
		line-height: 1.6;
		letter-spacing: .05em;
	}
	.p-cont-wrap {
		margin-bottom: 60px;
	}
	.p-cont-wrap.p-last {
		margin-bottom: 80px;
	}
	.p-cont-sttl {
		font-size: 16px;
		font-size: 1.6rem;
	}
	li:not(:last-child) .p-cont-sttl+.p-cont-txt {
		margin-bottom: 2em;
	}
	.p-cont-sttl {
		position: relative;
		padding-left: 1em;
		font-weight: bold;
	}
	.p-cont-sttl::before {
		font-size: 10px;
		font-size: 1.0rem;
		position: absolute;
		left: 0;
		top: .5em;
	}
}

/* ====▼ 768px以下 ▼==== */
@media screen and (max-width:768px) {
	.p-h1 {
		margin: 2em 0;
	}
	.ttl-page {
		font-size: 2.2rem;
	}
	.p-message section {
		padding: 0 4%;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
	}
	
	.p-sectionTitle {
		font-size: 17px;
		font-size: 1.7rem;
		margin-bottom: 20px;
	}
	.p-work section {
		padding: 0 4%;
		margin-bottom: 40px;
	}
	.p-intro-txt {
		font-size: 13px;
		font-size: 1.3rem;
		line-height: 1.6;
		text-align: left;
	}
	.p-intro-link {
		margin: 30px 0 15%;
	}
	.p-intro-link li {
		display: block;
	}
	.p-intro-link li+li {
		margin-top: 15px;
	}
	.p-intro-link li a {
		font-size: 12px;
		font-size: 1.2rem;
		padding: 1em 0;
		width: 70%;
		margin: 0 auto;
	}
	.p-intro-link li a span {
		background: url(../../images/recruit/work/arrow_down_sp.png) no-repeat;
		background-position: right center;
		-webkit-background-size: auto .5em;
		background-size: auto .5em;
		display: block;
	}
	.p-work .ttl-page {
		padding-top: 0;
		margin-bottom: 10%;
	}
	.p-cont-txt {
		font-size: 13px;
		font-size: 1.3rem;
		margin-top: 1em;
	}
	li:not(:last-child) .p-cont-sttl+.p-cont-txt {
		margin-bottom: 1.5em;
	}
	.p-cont-sttl {
		font-size: 13px;
		font-size: 1.3rem;
		font-weight: 600;
	}
	li .p-cont-txt {
		margin-top: .5em;
	}
	
	
}




