@charset "UTF-8";

/*--------------------------------------------------------------------
index.html	(トップページ)
top.css
--------------------------------------------------------------------*/

/*------------title---------------------------------------------------------------*/
#title {
	min-height: 850px;
	margin-bottom: 0;
}
#title::before { width: 150%; }
#title::after { width: 150%; }
#title > div {
	min-height: 800px;
	background: var(--co-navy) none;
}
#title .Anima {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	filter: alpha(opacity=0);
	-moz-opacity: 0;
	opacity: 0;
	z-index: 0;
}
#title #Anima01 { background-image: url("../img/mv_p01.jpg"); }
#title #Anima02 { background-image: url("../img/mv_p02.jpg"); }
#title #Anima03 { background-image: url("../img/mv_p03.jpg"); }
#title #Anima04 { background-image: url("../img/mv_p04.jpg"); }
#title #Anima05 { background-image: url("../img/mv_p05.jpg"); }
#title h2 {
	max-width: 1100px;
	padding: 0;
	top: auto;
	left: 0;
	bottom: 25%;
	transform: none;
	text-align: right;
	font-size: 3.75em;
	color: var(--co-white);
	text-shadow: 
		 5px  5px 6px var(--co-navy),
		-5px  5px 6px var(--co-navy),
		 5px -5px 6px var(--co-navy),
		-5px -5px 6px var(--co-navy),
		 5px  0px 6px var(--co-navy),
		 0px  5px 6px var(--co-navy),
		-5px  0px 6px var(--co-navy),
		 0px -5px 6px var(--co-navy);
	z-index: 5;
}

@media (max-width: 960px) {
	#title { min-height: 55vh; }
	#title > div { min-height: 46vh; }
	#title h2 {
		bottom: 30%;
		font-size: 2.75em;
	}
}


/*------------article-------------------------*/
article {
	padding-bottom: 0;
	font-family: var(--mincho);
	font-feature-settings: "palt" 1;
}
main article:not(:last-of-type) { margin-bottom: 0; }
article::after { display: none; }


/*------------TopTxt-------------------------*/
#TopTxt {
	width: 100%;
	max-width: inherit;
	margin-top: 40px;
}
#TopTxt h2 {
	width: 100%;
	padding: 0 0.5em;
	font-size: 2.2em;
	text-align: center;
	font-weight: bold;
	color: var(--co-navy);
}
#TopTxt p {
	margin: 30px auto 0;
	padding: 0 1em;
	text-align: center;
	line-height: 2;
}


/*------------content-------------------------*/
#content {
	position: relative;
	width: 100%;
	max-width: inherit;
	margin: 85px auto 0;
	overflow: hidden;
}
#content::before {
	position: absolute;
	display: block;
	content: "";
	width: 100%;
	max-width: inherit;
	height: 60%;
	background-color: var(--co-gray70);
	z-index: -1;
	top: 50%;
	left: 0;
	transform: var(--transformY);
}
#content h2 {
	margin-bottom: 40px;
	padding-bottom: 0;
	text-align: center;
	font-size: 2.2em;
	font-weight: bold;
	color: var(--co-navy);
}
#content ul {
	display: flex;
	gap: 25px 40px;
	width: 100%;
	max-width: 1100px;
	margin: 0 auto;
}
#content ul li {
	max-width: 530px;
	margin: 0 auto;
}
#content a {
	display: block;
	z-index: 5;
}
#content p {
	position: relative;
	clip-path: polygon(0 15%, 100% 0, 100% 85%, 0% 100%);
}
#content p img {
	min-height: 400px;
	transition: all 0.5s ease;
	transform-origin: center center;
}
#content a:hover img { transform: scale(1.2); }
#content dl {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
}
#content dl dt {
	position: relative;
	text-align: center;
	font-size: 1.6em;
	color: var(--co-white);
	z-index: 5;
}
#content dl dd {
	position: relative;
	width: 200px;
	margin: 10px auto 0;
	padding: 0.25em 1em;
	background-color: var(--co-white);
	border-radius: 99999px;
	text-align: center;
	font-size: 1.125em;
	color: var(--co-black);
	transition: 0.5s;
	z-index: 5;
}
#content dl dd span {
	position: absolute;
	display: inline-block;
	width: 16px;
	height: 17px;
	background-position: left top;
	background-repeat: no-repeat;
	background-image: url("../img/contents_a.png");
	top: 50%;
	right: 10px;
	transform: var(--transformY);
	transition: 0.5s;
}
#content a:hover dl dd {
	background-color: var(--co-sky);
	color: var(--co-white);
}
#content a:hover dl dd span { background-image: url("../img/recruit_a.png"); }

#recruit {
	width: 100%;
	max-width: 1100px;
	margin: 55px auto 0;
}
#recruit p::before {
	position: absolute;
	display: block;
	content: "";
	width: 100%;
	height: 100%;
	background-color: #00a1ff;
	mix-blend-mode: multiply;
	top: 0;
	left: 0;
	z-index: 3;
}
#recruit dl dt { color: var(--co-black); }
#recruit dl dd {
	background-color: var(--co-sky);
	color: var(--co-white);
}
#recruit dl dd span { background-image: url("../img/recruit_a.png"); }
#recruit a:hover dl dd {
	background-color: var(--co-white);
	color: var(--co-black);
}
#recruit a:hover dl dd span { background-image: url("../img/contents_a.png"); }

@media (max-width: 640px) {
	#content ul,
	#content #recruit {
		width: 96%;
	}
	#content::before { height: 80%; }
	#content ul { flex-direction: column; }
	#recruit {
		width: 100%;
		max-width: 530px;
		margin-top: 25px;
	}
}


/*------------info------------------------*/
#news {
	position: relative;
	width: 100%;
	max-width: 1100px;
	margin: 110px auto 0;
}
#news h2 {
	margin-bottom: 10px;
	font-size: 1.9em;
	color: var(--co-orange);
}
#news section {
	width: 100%;
	max-width: inherit;
	padding: 20px;
	background-color: var(--co-gray10);
}
#news iframe {
	display: block;
	width: 100%;
	height: 210px;
	border: none;
	background-color: transparent;
}
@media (max-width: 960px) {}
@media (max-width: 770px) {}
@media (max-width: 480px) {}