@charset "UTF-8";

/*-----------------------------------

	common

-----------------------------------*/
h2.h2_ttl {
	margin-bottom: 55px;
}
@media screen and (max-width: 840px) {
	h2.h2_ttl {
		margin-bottom: 35px;
	}
	}
@media screen and (max-width: 640px) {
	h2.h2_ttl {
		margin-bottom: 20px;
	}
}
/*-----------------------------------

	declaration_block

-----------------------------------*/
#declaration_block {
	padding: 60px 0 100px;
	font-size: 18px;
}
#declaration_block img {
	display: block;
	width: min(427px,90%);
	margin: 0 auto 40px;
}
#declaration_block p {
	margin-bottom: 1em;
}
#declaration_block ul li {
	list-style: decimal inside;
	padding-left: 1em;
	text-indent: -1em;
}
@media screen and (max-width: 840px) {
	#declaration_block {
		padding: 40px 0 80px;
		font-size: 16px;
	}
	#declaration_block img {
		margin: 0 auto 30px;
	}
}
@media screen and (max-width: 640px) {
	#declaration_block {
		padding: 30px 0 50px;
		font-size: 14px;
	}
	#declaration_block img {
		margin: 0 auto 20px;
	}
}
/*-----------------------------------

	policy_block

-----------------------------------*/
#policy_block {
	padding: 0 0 70px;
}
#policy_block .inner:not(:last-child) {
	margin-bottom: 40px;
}
#policy_block h3 {
	font-size: 22px;
	font-weight: 700;
	margin-bottom: 20px;
	text-align: center;
}
#policy_block ul li {
	font-size: 18px;
	padding-left: 1.3em;
	text-indent: -1.3em;
}
#policy_block ul li::before {
	content: "●";
	color: #00A040;
	margin-right: 0.3em;
}
#policy_block .p_right {
	text-align: right;
}
@media screen and (max-width: 840px) {
	#policy_block {
		padding: 0 0 50px;
	}
	#policy_block .inner:not(:last-child) {
		margin-bottom: 30px;
	}
	#policy_block h3 {
		font-size: 18px;
		margin-bottom: 10px;
	}
	#policy_block ul li {
		font-size: 16px;
	}
}
@media screen and (max-width: 640px) {
	#policy_block {
		padding: 0 0 30px;
	}
	#policy_block .inner:not(:last-child) {
		margin-bottom: 20px;
	}
	#policy_block h3 {
		font-size: 16px;
	}
	#policy_block ul li {
		font-size: 14px;
	}
}
/*-----------------------------------

	attempt_block

-----------------------------------*/
#attempt_block{
	background: rgba(0,160,64,0.10);
	border-radius: 80px 80px 0 0;
	padding: 130px 0;
}
#attempt_block ul {
	column-gap: 70px;
	margin-bottom: 20px;
}
#attempt_block ul li {
	position: relative;
}
#attempt_block ul li:not(:last-child)::after {
	content: "";
	width: 1px;
	height: 25px;
	background: #00A040;
	position: absolute;
	top: calc(50% - 12.5px);
	left: calc(100% + 35px);
}
#attempt_block ul li a {
	font-size: 25px;
	font-weight: 700;
	color: #00A040;
}
#attempt_block a.recruit {
	display: block;
	width: min(720px,100%);
	font-size: 25px;
	font-weight: 700;
	color: #FFF;
	text-align: center;
	padding: 25px 0;
	border-radius: 30px;
	background:  #85B054;
	background: linear-gradient(90deg, #85B054 0%, #5BB16B 50%, #18B27E 100%);
	margin: 0 auto;
}
@media screen and (max-width: 840px){
	#attempt_block{
		padding: 100px 0;
	}
	#attempt_block ul {
		column-gap: 40px;
	}
	#attempt_block ul li:not(:last-child)::after {
		height: 20px;
		top: calc(50% - 10px);
		left: calc(100% + 20px);
	}
	#attempt_block ul li a {
		font-size: 19px;
	}
	#attempt_block a.recruit {
		width: min(500px,100%);
		font-size: 19px;
		padding: 20px 0;
	}
}
@media screen and (max-width: 640px){
	#attempt_block{
		border-radius: 40px 40px 0 0;
		padding: 70px 0;
	}
	#attempt_block ul {
		column-gap: 20px;
		margin-bottom: 10px;
	}
	#attempt_block ul li:not(:last-child)::after {
		height: 14px;
		top: calc(50% - 7px);
		left: calc(100% + 10px);
	}
	#attempt_block ul li a {
		font-size: 14px;
	}
	#attempt_block a.recruit {
		width: min(360px,100%);
		font-size: 14px;
		border-radius: 15px;
		padding: 10px 0;
	}
}
