@charset "UTF-8";

/*--------------------------------------------------------------------
index.html	(トップページ)
top.css
--------------------------------------------------------------------*/

/*------------#title---------------------------------------------------------------*/
#title {
	height: 700px;
	margin-bottom: 0;
}
#title h2 {
	line-height: 1.2;
	color: var(--co-green);
	text-shadow: 
		 3px  3px 3px var(--co-white),
		-3px  3px 3px var(--co-white),
		 3px -3px 3px var(--co-white),
		-3px -3px 3px var(--co-white),
		 3px  0px 3px var(--co-white),
		 0px  3px 3px var(--co-white),
		-3px  0px 3px var(--co-white),
		 0px -3px 3px var(--co-white);
}
#title h2::before {
	position: absolute;
	content: "";
	display: block;
	width: 65%;
	height: 50px;
	background: linear-gradient(to right,  rgba(255,255,255,0) 0%,rgba(255,255,255,0.8) 20%,rgba(255,255,255,0.8) 50%,rgba(255,255,255,0.8) 80%,rgba(255,255,255,0) 100%);
	top: 50%;
	left: 50%;
	transform: var(--transformXY);
	z-index: -1;
}
#title h2 span {
	display: inline-block;
	font-weight: bold;
}

@media (max-width: 480px) {
	#title { height: 50vh; }
}

@media (max-width: 840px) {
}

@media (max-width: 420px) {
}


/*------------article-------------------------*/
article { padding: 0; }
main article:not(:last-of-type) { margin-bottom: 0; }
article::after { display: none; }

.onNav main {
	margin-top: 0;
	padding-top: 0;
}

/*------------TopTxt-------------------------*/
#TopTxt {
	position: relative;
	width: 100%;
	max-width: inherit;
	padding: 40px 1em 30px;
	background: var(--co-lime);
}
#TopTxt h2 {
	width: 100%;
	padding: 0 1em;
	line-height: 1.2;
	text-align: center;
	font-family: var(--mincho);
	font-feature-settings: "palt" 1;
	font-size: 2.2em;
	font-weight: bold;
	color: var(--co-white);
}
#TopTxt h2 span {
	display: inline-block;
	font-weight: bold;
}
#TopTxt p {
	width: 90%;
	margin: 25px auto 0;
	padding: 0 1em;
	line-height: 1.8;
	text-align: center;
	color: var(--co-white);
}


/*------------content-------------------------*/
#content {
	position: relative;
	margin: 0 auto;
	padding: 65px 0 160px;
	background-color: var(--co-black);
}
#content::before {
	position: absolute;
	display: block;
	content: "";
	width: 100%;
	height: 65px;
	background-color: var(--co-lime);
	clip-path: polygon(100% 0, 0 0, 50% 100%);
	top: 0;
	left: 0;
}
#content h2 {
	margin-bottom: 70px;
	padding-top: 70px;
	text-align: center;
	font-size: 2.2em;
	font-weight: bold;
	color: var(--co-white);
}
#content ul {
	display: flex;
	gap: 25px;
	width: 100%;
	max-width: 1100px;
	margin: 0 auto;
}
#content ul li {
	position: relative;
	width: 100%;
	max-width: calc((100% - 25px * 2) / 3);
	z-index: 0;
}
#content ul li a {
	position: relative;
	width: 100%;
	height: 100%;
	clip-path: polygon(0 0, 100% 10%, 100% 100%, 0 90%);
}
#content ul li a::before {
	position: absolute;
	display: block;
	content: "";
	width: 100%;
	height: 80px;
	background-color: #1a874d;
	clip-path: polygon(0 0, 100% 65%, 100% 100%, 0 100%);
	bottom: 0;
	left: 0;
	z-index: 1;
}
#content ul li:nth-child(2) a::before { background-color: #9eb300; }
#content ul li:nth-child(3) a::before { background-color: #4a3378; }
#content ul li div::before {
	position: absolute;
	display: block;
	content: "";
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background-color: #909191;
	mix-blend-mode: multiply;
	z-index: 0;
}
#content ul li dl {
	position: absolute;
	width: 100%;
	bottom: 120px;
}
#content ul li dl dt {
	position: relative;
	margin-bottom: 0.8em;
	padding-bottom: 0.9em;
}
#content ul li dl dt::before {
	position: absolute;
	display: block;
	content: "";
	width: 72%;
	max-width: 250px;
	border-bottom: 3px solid var(--co-white);
	left: 50%;
	bottom: 0;
	transform: var(--transformX);
}
#content ul li dl dt span {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	height: 2em;
	text-align: center;
	line-height: 1;
	font-family: var(--mincho);
	font-size: 2.2em;
	font-weight: bold;
	color: var(--co-white);
}
#content ul li dl dd {
	text-align: center;
	line-height: 1;
	font-size: 1.5em;
	color: var(--co-white);
}

@media (max-width: 960px) {
	#content ul {
		width: 100%;
		padding: 0 1em;
	}
}
@media (max-width: 740px) {
	#content ul {
		flex-wrap: wrap;
		gap: 0 25px;
	}
	#content ul li {
		max-width: calc((100% - 25px) / 2);
		margin: 0 auto;
	}
}
@media (max-width: 480px) {
	#content ul {
		flex-direction: column;
		gap: 0;
	}
	#content ul li {
		width: 100%;
		max-width: 350px;
		margin: 0 auto;
	}
}


/*------------recruit------------------------*/
#recruit a {
	position: relative;
	width: 100%;
	height: 100%;
	color: var(--co-white);
}
#recruit h2 {
	position: absolute;
	bottom: -0.2em;
	left: 50%;
	transform: var(--transformX);
	z-index: 2;
	padding-top: 100px;
	background: url("../img/arrow_w.png") no-repeat center top;
	line-height: 1;
	font: bold clamp(50px, 13.8889vw + -24.4444px, 170px) / 1 var(--mincho);
	color: var(--co-white);
}
#recruit #bgMix {
	position: relative;
	width: 100%;
	overflow: hidden;
}
#recruit #bgMix::before {
	position: absolute;
	display: block;
	content: "";
	top: 0;
	right: 0;
	left: 0;
	bottom: 0;
	background-color: #9eb300;
	mix-blend-mode: overlay;
}
#recruit #bgMix img {
	width: 100%;
	height: 350px;
	z-index: 0;
}

@media (max-width: 480px) {
	#recruit #bgMix img { height: 250px; }
}


/*------------info------------------------*/
#news {
	position: relative;
	width: 100%;
	margin: 75px auto 0;
}
#news h2 {
	margin-bottom: 10px;
	padding: 0;
	text-align: center;
	line-height: 1.2;
	font-family: var(--mincho);
	font-size: 2.2em;
	font-weight: bold;
	color: #0085ff;
}
#news section {
	width: 100%;
	max-width: inherit;
	padding: 35px 40px;
	background-color: var(--co-gray10);
}
#news div {
	width: 100%;
	max-width: 1100px;
	margin: 0 auto;
}
#news iframe {
	display: block;
	width: 100%;
	height: 350px;
	border: none;
	background-color: transparent;
}