@charset "utf-8";
body {
	background-color: #fff;
}
header::before {
	height: 145px;
}
header .headerWrap::before {
	height: 145px;
}
.commonWrapper {
	margin-top: 115px;
	margin-bottom: 150px;
}
h1 {
	font-family: noto-sans-cjk-jp, sans-serif;
	font-weight: 500;
	font-style: normal;
	color: #121212;
	font-size: 25px;
	font-feature-settings: "palt";
	letter-spacing: 0.14em;
	padding-left: 16px;
	line-height: 0.8;
	position: relative;
	z-index: 2;
	margin-top: 30px;
}
h1::before {
	content: "";
	position: absolute;
	top: -1px;
	left: 0;
	width: 4px;
	height: 27px;
	background-color: #39c132;
}
main dl {
	display: flex;
	flex-wrap: wrap;
	font-family: noto-sans-cjk-jp, sans-serif;
	font-weight: 500;
	font-style: normal;
	margin-top: 64px;
}
main dl dt {
	width: 150px;
	color: #1f1f1f;
	font-size: 15px;
	margin-right: 85px;
	padding: 20px 0px;
	border-bottom: solid 1px #7d7d7d;
	display: flex;
	align-items: center;
}
main dl dd {
	width: 835px;
	color: #535353;
	font-size: 14px;
	letter-spacing: 0.08em;
	border-bottom: solid 1px #bfbfbf;
	position: relative;
	padding: 29px 0px;
}
main dl dd li {
	margin-left: 0.4em;
}
main dl dd li:nth-child(n+2) {
	margin-top: 10px;
}
.entryBtn {
	width: 320px;
	height: 80px;
	box-sizing: border-box;
	border: solid 2px #3ec934;
	border-radius: 2.5em;
	display: flex;
	justify-content: center;
	align-items: center;
	position: relative;
	-webkit-transition: .3s ease;
	transition: .3s ease;
	margin: auto;
	margin-top: 122px;
	overflow: hidden;
}
.entryBtn::before {
	position: absolute;
	content: '';
	top: 0;
	left: -5%;
	width: 110%;
	height: 100%;
	background: linear-gradient(60deg, #25c037, #25c037, #5ad230, #5ad230, #5ad230);
	transform: skewX(-20deg);
	-webkit-transform: skewX(-20deg);
	-webkit-transition: .3s ease;
	transition: .3s ease;
}
.entryBtn:hover::before {
	left: 105%;
}
.entryBtn a {
	font-family: futura-pt-condensed, sans-serif;
	font-weight: 800;
	font-style: normal;
	font-size: 23px;
	color: #fff;
	letter-spacing: 0.14em;
	width: 100%;
	height: 100%;
	text-align: center;
	line-height: 3.4;
	position: relative;
	-webkit-transition: .3s ease;
	transition: .3s ease;
}
.entryBtn a:hover {
	color: #3ec934;
}