.box {
	margin: 0 auto 100px;
	width: 720px;
}

.box img {
	margin: 0 0 60px;
	width: 100%;
	height: auto;
}

p {
	margin: 0 0 24px;
}

.bold {
	font-weight: 600;
}

.heading {
	font-size: 2.4rem;
	color: #1daa7b;
}

.box p a {
	display: block;
	margin: 0 5px 0 0;
	text-decoration: underline;
	color: #1daa7b;
}

#articleHeader {
	position: relative;
	width: 100%;
	height: 130px;
}

#articleHeader #logo {
	position: fixed;
	top: 35px;
	left: 35px;
	width: 240px;
	height: 140px;
	background: url(../../assets/img/logo-pc.png);
}

h2 {
	position: relative;
	margin: 0 0 60px;
	padding: 30px 0 15px;
	/* height: 98px;
	line-height: 113px; */
	font-size: 3.4rem;
	color: #1daa7b;
	border-bottom: 2px solid #1daa7b;
}

h2 span {
	position: absolute;
	top: 0;
	left: 0;
	height: 20px;
	line-height: 20px;
	color: #787878;
	font-size: 1.4rem;
}

section {
	padding: 0 0 100px;
	background: #edfdfa;
	background-image: url(../../assets/svg/sesstion-hr-01.svg);
	background-repeat: repeat-x;
}

.eyeCatch img {
	width: auto;
	height: 260px;
	object-fit: cover;
}

.pdf-icon {
	height: 40px;
	line-height: 40px;
}

.pdf-icon::before {
	content: "";
	display: inline-block;
	margin: 8px 10px 0 0;
	width: 20px;
	height: 24px;
	background: url(../../assets/svg/pdf.svg);
	background-size: cover;
	vertical-align: top;
}

/* sp style */

@media screen and (max-width: 600px) {
	.box {
		margin: 0 auto 50px;
		width: 90%;
	}
	.box img {
		margin: 0 0 20px;
	}
	p {
		margin: 0;
	}
	.bold {
		font-weight: 600;
	}
	.heading {
		font-size: 1.8rem;
		color: #1daa7b;
	}
	.box p a {
		display: block;
		margin: 0 5px 0 0;
		text-decoration: underline;
		color: #1daa7b;
	}
	#articleHeader {
		position: relative;
		width: 100%;
		height: 100px;
	}
	#articleHeader #logo {
		position: absolute;
		top: 12px;
		left: 16px;
		width: 120px;
		height: 67px;
		background: url(../../assets/img/logo-sp.png);
	}
	h2 {
		position: relative;
		margin: 0 0 30px;
		padding: 20px 0 10px;
		font-size: 2.4rem;
	}
	h2 span {
		font-size: 1.3rem;
		font-style: normal;
	}
	section {
		background-image: url(../../assets/svg/sesstion-hr-sp-01.svg);
	}
	.eyeCatch img {
		width: auto;
		height: 80vw;
		object-fit: cover;
	}
}