@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;
	}
}
/*-----------------------------------

	philosophy_block

-----------------------------------*/
#philosophy_block {
	padding: 60px 0 100px;
	text-align: center;
}
#philosophy_block .bg_w:first-of-type {
	margin-bottom: 60px;
}
#philosophy_block h3 {
	font-size: 25px;
	font-weight: 700;
	color: #00A040;
	margin-bottom: 30px;
}
#philosophy_block .copy {
	font-size: 30px;
}
#philosophy_block .inner:not(:last-child) {
	margin-bottom: 30px;
}
#philosophy_block h4 {
	font-size: 20px;
	font-weight: 700;
	color: #00A040;
}
#philosophy_block p {
	font-size: 22px;
}
#philosophy_block ul {
	font-size: 22px;
	text-align: left;
	width: fit-content;
	margin: 0 auto;
}
#philosophy_block ul li {
	padding-left: 1.3em;
	text-indent: -1.3em;
}
#philosophy_block ul li::before {
	content: "●";
	color: #00A040;
	margin-right: 0.3em;
}
@media screen and (max-width: 840px) {
	#philosophy_block {
		padding: 40px 0 80px;
	}
	#philosophy_block h3 {
		margin-bottom: 10px;
	}
	#philosophy_block .copy {
		font-size: 22px;
	}
	#philosophy_block p {
		font-size: 18px;
	}
	#philosophy_block ul {
		font-size: 18px;
	}
}
@media screen and (max-width: 640px) {
	#philosophy_block {
		padding: 30px 0 50px;
	}
	#philosophy_block .bg_w:first-of-type {
		margin-bottom: 30px;
	}
	#philosophy_block h3 {
		font-size: 16px;
	}
	#philosophy_block .copy {
		font-size: 16px;
	}
	#philosophy_block .inner:not(:last-child) {
		margin-bottom: 20px;
	}
	#philosophy_block h4 {
		font-size: 13px;
	}
	#philosophy_block p {
		font-size: inherit;
		letter-spacing: -0.06em;
	}
	#philosophy_block ul {
		font-size: inherit;
		letter-spacing: -0.06em;
	}
}
/*-----------------------------------

	outline_block

-----------------------------------*/
#outline_block {
	padding: 0 0 70px;
}
#outline_block table {
	width: 100%;
	border-top: 1px solid #A8A8A8;
	font-weight: 700;
	margin-bottom: 60px;
}
#outline_block table tr {
	border-bottom: 1px solid #A8A8A8;
}
#outline_block table th {
	background: #F6F6F6;
	padding: 30px 0 30px 45px;
	width: 180px;
	text-align: left;
	vertical-align: top;
}
#outline_block table td {
	width: calc(100% - 180px);
	padding: 30px 45px;
}
#map_box #map_area {
	display: block;
	margin: 50px auto 0;
	width: 790px;
	height: 360px;
}
#outline_block .map{
	max-width: 790px;
	width: 100%;
	margin: auto;
	height: 360px;
}
@media screen and (max-width: 840px) {
	#outline_block {
		padding: 0 0 50px;
	}
	#outline_block table {
		margin-bottom: 40px;
	}
	#outline_block table th {
		padding: 20px 0 20px 20px;
		width: 130px;
	}
	#outline_block table td {
		width: calc(100% - 130px);
		padding: 20px;
	}
}
@media screen and (max-width: 640px) {
	#outline_block {
		padding: 0 0 30px;
	}
	#outline_block table {
		border-top: 1px solid #A8A8A8;
		margin-bottom: 30px;
	}
	#outline_block table tr {
		border-bottom: 1px solid #A8A8A8;
	}
	#outline_block table th {
		display: block;
		width: 100%;
		padding: 15px;
	}
	#outline_block table td {
		display: block;
		width: 100%;
		padding: 15px;
	}
	#outline_block .map{
		height: 230px;
	}
}
/*-----------------------------------

	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;
	}
}
