@charset "UTF-8";

/*--------------------------------------------------------------------
index.html	(トップページ)
top.css
--------------------------------------------------------------------*/

/*------------#title---------------------------------------------------------------*/
#title {
	height: 850px;
	margin-bottom: 0;
}
#title::before,
#title::after {
	position: absolute;
	content: "";
	display: block;
	width: 100%;
	height: 300px;
	clip-path: polygon(0 0, 100% 50%, 100% 100%, 0 50%);
	bottom: 0;
	right: 0;
	z-index: 0;
}
#title::before { background-color: var(--co-black); }
#title::after  { background-color: var(--co-gold); bottom: 40px;  }
#titleBg { min-height: 800px; }
#titleBg::before { background-color: rgba(255,255,255,0.30); }

@media (max-width: 840px) {
}

@media (max-width: 480px) {
	#title { height: 60vh; }
	#titleBg { min-height: 53vh; }
}

@media (max-width: 420px) {
}


/*------------article-------------------------*/
article { padding-bottom: 0; }
main article:not(:last-of-type) { margin-bottom: 0; }
article::after { display: none; }


/*------------TopTxt-------------------------*/
#TopTxt {
	width: 100%;
	max-width: inherit;
	margin-top: 50px;
}
#TopTxt h2 {
	width: 100%;
	padding: 0 0.5em;
	text-align: center;
	font: bold 2.2em / 1.2 var(--mincho);
	font-feature-settings: "palt" 1;
	color: var(--co-brown);
}
#TopTxt h2 span {
	display: inline-block;
	font-weight: bold;
}
#TopTxt p {
	margin: 20px auto 0;
	padding: 0 1em;
	text-align: center;
}


/*------------contents-------------------------*/
#contents {
	position: relative;
	width: 100%;
	max-width: inherit;
	margin: 120px auto 0;
}
#contents::before {
	position: absolute;
	content: "";
	display: block;
	width: 100%;
	height: 60%;
	background: linear-gradient(to bottom,  rgba(178,170,103,1) 0%,rgba(145,133,38,1) 100%);
	top: 50%;
	left: 0;
	transform: var(--transformY);
}
#contents h3 {
	margin-bottom: 0;
	padding-bottom: 0;
	text-align: center;
	font: bold 2.2em / 1 var(--mincho);
}
#contents h3::before { display: none; }
#contents ul {
	display: flex;
	gap: 40px;
	width: 100%;
	max-width: 1100px;
	margin: 35px auto 0;
}
#contents ul li {
	position: relative;
	width: 100%;
	max-width: calc((100% - 40px) / 2);
}
#contents ul li .conPho {
	position: relative;
	clip-path: polygon(0 10%, 100% 0, 100% 90%, 0% 100%);
}
#contents ul li .conPho::after {
	position: absolute;
	content: "";
	display: block;
	width: 100%;
	z-index: 0;
}
#contents ul li .conPho::after {
	height: 130px;
	background-color: var(--co-orange);
	clip-path: polygon(0 50%, 100% 15%, 100% 100%, 0% 100%);
	mix-blend-mode: multiply;
	bottom: 0;
}
#contents dl { text-align: center; }
#contents dl dt {
	text-align: center;
	font: bold 1.9em / 1 var(--mincho);
	color: var(--co-white);
}
#contents dl dd {
	position: relative;
	display: inline-block;
	min-width: 200px;
	margin: 0.5em auto 0;
	padding: 0.35em 1.5em;
	background-color: var(--co-orange);
	border-radius: 9999px;
	line-height: 1;
	text-align: center;
	font-size: 1.125em;
	color: var(--co-white);
}
#contents dl dd::before {
	position: absolute;
	display: inline-block;
	content: "";
	width: 16px;
	height: 16px;
	background: url("../img/arrow_w.png") no-repeat left top;
	top: 50%;
	right: 0.5em;
	transform: var(--transformY);
}
/*------------recruit------------*/
#recruit {
	width: 100%;
	max-width: 1100px;
	margin: 55px auto 0;
}
#recruit a {
	position: relative;
	width: 100%;
	height: 100%;
	color: var(--co-white);
}
#recruit #bgMix {
	position: relative;
	width: 100%;
	clip-path: polygon(0 10%, 100% 0, 100% 90%, 0% 100%);
	overflow: hidden;
}
#recruit #bgMix::before {
	position: absolute;
	display: block;
	content: "";
	top: 0;
	right: 0;
	left: 0;
	bottom: 0;
	background-color: var(--co-grassG);
	mix-blend-mode: hard-light;
}
#recruit dl dt { color: var(--co-black); }
#recruit dl dd { background-color: var(--co-grassG); }

@media (max-width: 960px) {
	#contents ul,
	#recruit {
		width: 100%;
		padding: 0 1em;
	}
}
@media (max-width: 740px) {
	#contents ul {
		flex-wrap: wrap;
		gap: 0 25px;
	}
	#contents ul li {
		max-width: calc((100% - 25px) / 2);
		margin: 0 auto;
	}
	#recruit #bgMix img { height: 350px; }
}
@media (max-width: 480px) {
	#contents ul {
		flex-direction: column;
		gap: 30px;
	}
	#contents ul li {
		width: 100%;
		max-width: 350px;
		margin: 0 auto;
	}
	#recruit #bgMix img { height: 250px; }
}


/*------------info------------------------*/
#news {
	position: relative;
	width: 100%;
	margin: 70px auto 0;
}
#news h2 {
	margin-bottom: 10px;
	padding: 0;
	text-align: center;
	font: bold 2.2em / 1 var(--mincho);
	color: var(--co-brown);
}
#news section {
	width: 100%;
	max-width: inherit;
	padding: 35px 40px;
	background-color: var(--co-brown);
}
#news div {
	width: 100%;
	max-width: 1100px;
	margin: 0 auto;
}
#news iframe {
	display: block;
	width: 100%;
	height: 350px;
	border: none;
	background-color: transparent;
}

@media (max-width: 460px) {}