@charset "UTF-8";

#key-visual02 {
	background-image: url(../images/csr-key-visual.jpg);
	background-image: image-set(url(../images/csr-key-visual.jpg) 1x, url(../images/csr-key-visual-l.jpg) 2x);
	background-image: -webkit-image-set(url(../images/csr-key-visual.jpg) 1x, url(../images/csr-key-visual-l.jpg) 2x);
}
main {
	padding-top: 80px;
	padding-bottom: 90px;
}
#sec01 > p {
	line-height: 1.5;
}
#sec02,
#sec03 {
	margin-top: 75px;
}
#sec01 h2,
#sec02 h2,
#sec03 h2 {
	font-size: 2.4rem;
	color: #005bac;
	font-weight: 600;
	letter-spacing: 0.08em;
	margin-bottom: 45px;
	width: 100%;
}
#sec01 h2::before,
#sec02 h2::before,
#sec03 h2::before {
	content: "";
	display: block;
	width: 40px;
	height: 3px;
	background: #005bac;
	margin-bottom: 25px;
}
#sec01 > p {
	margin-left: 0 !important;
	margin-bottom: 50px;
	font-weight: 500;
}
#sec01 img {
	max-width: 100%;
	height: auto;
}
#sec02 p,
#sec03 p {
	margin-left: 25px;
}
#sec02 p a,
#sec03 p a {
	font-size: 1.8rem;
	font-weight: 700;
	padding-left: 25px;
	padding-right: 25px;
	line-height: 1.5;
	color: #00b5d8;
	position: relative;
	display: block;
}
#sec02 p a::before,
#sec03 p a::before {
	width: 11px;
	height: 11px;
	margin-right: 15px;
	border-radius: 50%;
	left: 0;
	top: 6px;
	position: absolute;
	border: 2px solid #00b5d8;
	display: block;
	content: "";
}
#sec02 p a::after,
#sec03 p a::after {
	content: "";
	display: inline-block;
	width: 11px;
	height: 11px;
	background: url(../images/footer-icon01.svg) no-repeat;
	background-position: center center;
	background-size: 100% auto;
	margin-left: 10px;
}

@media screen and (max-width: 768px) {
	#key-visual02 {
		background-image: url(../images/sp-csr-key-visual.jpg);
		background-image: image-set(url(../images/sp-csr-key-visual.jpg) 1x, url(../images/sp-csr-key-visual-l.jpg) 2x);
		background-image: -webkit-image-set(
			url(../images/sp-csr-key-visual.jpg) 1x,
			url(../images/sp-csr-key-visual-l.jpg) 2x
		);
	}
	main {
		padding: 9rem 5rem;
	}

	#sec01 dl {
		display: block;
		padding-left: 0;
		padding-right: 0;
		font-size: 2.88rem;
	}
	#sec01 dt {
		width: 100%;
	}
	#sec01 dd {
		width: 100%;
	}

	#sec01 dl dt:last-of-type {
		border-bottom: none;
	}
	#sec01 dl dd:last-of-type {
		border-bottom: 1px solid #005bac;
	}
	#sec01 dt,
	#sec01 dd {
		padding: 2.8rem;
		line-height: 1.527;
	}
	#sec02,
	#sec03 {
		margin-top: 10rem;
	}
	#sec01 h2,
	#sec02 h2,
	#sec03 h2 {
		font-size: 4.32rem;
		margin-bottom: 4rem;
	}
	#sec01 h2::before,
	#sec02 h2::before,
	#sec03 h2::before {
		width: 7.2rem;
		height: 0.54rem;
		margin-bottom: 4.5rem;
	}
	#sec01 p,
	#sec02 p,
	#sec03 p {
		margin-left: 0;
	}
	#sec02 p a,
	#sec03 p a {
		font-size: 3.2rem;
		padding-left: 3.5rem;
		padding-right: 0;
	}
	#sec01 p a::before,
	#sec02 p a::before,
	#sec03 p a::before {
		width: 2rem;
		height: 2rem;
		margin-right: 1.5rem;
		top: 1rem;
		border: 0.4rem solid #00b5d8;
	}
	#sec01 p a::after,
	#sec02 p a::after,
	#sec03 p a::after {
		width: 1.8rem;
		height: 1.8rem;
		margin-left: 2.5rem;
	}
}
