@charset "UTF-8";

/*--------------------------------------------------------------------
index.html	(トップページ)
top.css
--------------------------------------------------------------------*/

/*------------#title---------------------------------------------------------------*/
#title {
	height: 700px;
	background: var(--co-gray20);
	margin-bottom: 0;
}
#title::before,
#title::after {
	position: absolute;
	content: "";
	display: block;
	background-color: var(--co-navy);
	bottom: 0;
	right: 0;
	z-index: 0;
}
#title::before {
	width: 60%;
	height: 100px;
	clip-path: polygon(100% 0, 0 0, 100% 100%);
}
#title::after {
	width: 100%;
	height: 100%;
	clip-path: polygon(0 0, 100% 0, 100% 90%, 0% 100%);
}
#titleBg { display: none; }
#title .mv {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	right: 0;
	bottom: 0;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	clip-path: polygon(0 0, 100% 0, 100% 90%, 0% 100%);
	filter: alpha(opacity=0);
	-moz-opacity: 0;
	opacity: 0;
	z-index: 1;
}
#title #mv01 { background-image: url("../img/mv_p01.jpg"); }
#title #mv02 { background-image: url("../img/mv_p02.jpg"); }
#title #mv03 { background-image: url("../img/mv_p03.jpg"); }

@media (max-width: 480px) {
	#title { height: 50vh; }
}

@media (max-width: 840px) {
}

@media (max-width: 420px) {
}


/*------------article-------------------------*/
article { padding-bottom: 0; }
main article:not(:last-of-type) { margin-bottom: 0; }
article::after { display: none; }
#noside #contents {
	width: 100%;
	max-width: inherit;
}
main {
	width: 100%;
	max-width: inherit;
	overflow: hidden;
}

@media (max-width: 1400px) {
	main { padding-left: 0; }
}

@media (max-width: 960px) {
	main {
		width: 100%;
		padding-left: 0;
	}
}


/*------------TopTxt-------------------------*/
#TopTxt {
	width: 100%;
	max-width: inherit;
	padding: 50px 0 115px;
	background: var(--co-gray20);
}
#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-navy);
	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);
}
#TopTxt p {
	max-width: 900px;
	margin: 45px auto 0;
	padding: 0 1em;
	text-align: center;
}
#TopTxt #content {
	max-width: 1100px;
	margin: 65px auto 0;
}
#TopTxt #content h3 {
	margin-bottom: 0;
	padding-bottom: 0;
}
#TopTxt #content h3::before,
#TopTxt #content h3::after { display: none; }
#TopTxt #content ul {
	display: flex;
	gap: 25px;
	margin-top: 55px;
}
#TopTxt #content ul li {
	position: relative;
	width: 100%;
	max-width: calc((100% - 25px * 2) / 3);
	clip-path: polygon(0 0, 100% 10%, 100% 100%, 0 90%);
}
#TopTxt #content ul li dl {
	position: absolute;
	top: 65%;
	left: 50%;
	transform: var(--transformXY);
	z-index: 1;
}
#TopTxt #content ul li dl dt {
	margin-bottom: 0.35em;
	padding-bottom: 0.25em;
	border-bottom: 3px solid var(--co-white);
	text-align: center;
	font: bold 2.2em / 1 var(--mincho);
	color: var(--co-white);
}
#TopTxt #content ul li dl dd {
	text-align: center;
	font: normal 1.5em / 1 var(--gothic);
	color: var(--co-white);
}
#TopTxt #content ul li .conPho { position: relative; }
#TopTxt #content ul li .conPho::before,
#TopTxt #content ul li .conPho::after {
	position: absolute;
	content: "";
	display: block;
	width: 100%;
	z-index: 0;
}
#TopTxt #content ul li .conPho::before {
	height: 100%;
	background-color: #909191;
	mix-blend-mode: multiply;
}
#TopTxt #content ul li .conPho::after {
	height: 90px;
	background-color: var(--co-navy);
	clip-path: polygon(0 0, 100% 55%, 100% 100%, 0% 100%);
	bottom: 0;
}
#TopTxt #content ul li:nth-of-type(1) .conPho::after { background-color: var(--co-navy); }
#TopTxt #content ul li:nth-of-type(2) .conPho::after { background-color: var(--co-sky); }
#TopTxt #content ul li:nth-of-type(3) .conPho::after { background-color: var(--co-yellow); }

@media (max-width: 960px) {
	#TopTxt p {
		width: 96%;
		max-width: inherit;
	}
	#TopTxt #content ul {
		width: 100%;
		padding: 0 1em;
	}
	#TopTxt #content ul li dl { top: 55%; }
}
@media (max-width: 740px) {
	#TopTxt #content ul {
		flex-wrap: wrap;
		gap: 0 25px;
	}
	#TopTxt #content ul li {
		max-width: calc((100% - 25px) / 2);
		margin: 0 auto;
	}
}
@media (max-width: 480px) {
	#TopTxt #content ul {
		flex-direction: column;
		gap: 0;
	}
	#TopTxt #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: var(--co-orange);
	mix-blend-mode: overlay;
}
#recruit #bgMix img {
	width: 100%;
	height: 350px;
	z-index: 0;
}

@media (max-width: 480px) {
	#recruit #bgMix img { height: 250px; }
}


/*------------info------------------------*/
.info {
	position: relative;
	width: 100%;
	margin: 70px auto 0;
}
.info h2 {
	margin-bottom: 10px;
	padding: 0;
	text-align: center;
	line-height: 1.2;
	font-family: var(--mincho);
	font-size: 2.2em;
	font-weight: bold;
}
#news h2 { color: var(--co-orange); }
#blog h2 { color: var(--co-purple); }
.info section {
	width: 100%;
	max-width: inherit;
	padding: 35px 40px;
	background-color: var(--co-gray20);
}
#news section { background-color: #ffe4cc; }
#blog section { background-color: #dbd6e4; }
.info div {
	width: 100%;
	max-width: 1100px;
	margin: 0 auto;
}
.info iframe {
	display: block;
	width: 100%;
	height: 350px;
	border: none;
	background-color: transparent;
}

@media (max-width: 790px) {
	.info section {
		flex-direction: column;
		gap: 20px;
	}
	.info h2 {
		width: 100%;
		padding-right: 0;
		writing-mode: horizontal-tb;
		text-align: center;
	}
	.info div { margin-left: auto; }
}

@media (max-width: 420px) {
	.info div { width: 100%; }
}