@charset "UTF-8";

/*--------------------------------------------------------------------
index.html	(トップページ)
top.css
--------------------------------------------------------------------*/

/*------------#Title---------------------------------------------------------------*/
#Title {
	min-height: 700px;
	padding-top: 50%;
	background: inherit !important;
}
#Title div.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: 2;
}
#Title div#Anima01 { background-image: url("../../img/anima_p01.jpg"); }
#Title div#Anima02 { background-image: url("../../img/anima_p02.jpg"); }
#Title div#Anima03 { background-image: url("../../img/anima_p03.jpg"); }
#Title div#Anima04 { background-image: url("../../img/title_bg.jpg"); }
#Title h1 {
	position: absolute;
	width: 289px;
	top: 50%;
	left: 50%;
	transform: var(--transformXY);
	z-index: 5;
}
#Title h1 span {
	display: block;
	padding-top: 100%;
	background: url("../../img/logo_icon.png") no-repeat left top / contain;
	overflow: hidden;
	line-height: 0;
	text-indent: -99999px;
	font-size: 0;
}

@media (max-width: 979px) {
	#Title { min-height: 70vh; }
	#Title h1 { width: 90%; }
}

/*------------InBox------------------------------------*/
main article { margin: 0 auto; }

/*------------topTxt---------------------------------------------------------------*/
#topTxt h2 {
	margin-bottom: 0.65em;
	text-align: center;
	line-height: 1.4;
	font-size: 2.5em;
	color: var(--co-sky);
}
#topTxt h2 span {
	display: block;
	font-size: 0.65em;
	font-weight: bold;
	color: var(--co-emerald);
}
#topTxt p {
	width: 90%;
	max-width: 870px;
	margin: 0 auto;
	text-align: center;
}

@media (max-width: 979px) {
	#topTxt h2 {
		padding: 0 0.5em;
		letter-spacing: -0.04em;
	}
}

/*------------topT---------------------------------------------------------------*/
h2.topT {
	position: relative;
	margin-bottom: 20px;
	padding-bottom: 0.25em;
	text-align: center;
	line-height: 1.2;
	font-size: 2.1875em;
	font-weight: bold;
}
h2.topT::after {
	position: absolute;
	display: block;
	content: "";
	width: 150px;
	height: 3px;
	background-color: var(--co-silv30);
	bottom: 0;
	left: 50%;
	transform: var(--transformX);
}

/*------------content---------------------------------------------------------------*/
#content {
	width: 96%;
	max-width: 1400px;
	margin: 70px auto 0;
	padding-top: 0;
}
#content ul li:not(:first-of-type) { margin-top: 25px; }
#content .contBtn { overflow: hidden; }
#content .contBtn a {
	position: relative;
	display: block;
	width: 100%;
	height: 100%;
	z-index: 5;
}
#content .contBtn a::before {
	position: absolute;
	display: block;
	content: "";
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	z-index: 5;
}
#content #works a::before { background-color: rgba(31,143,145,0.60); }
#content #recruit a::before { background-color: rgba(255,89,0,0.60); }
#content .contBtn a::after {
	position: absolute;
	display: block;
	content: "";
	width: 34px;
	height: 34px;
	bottom: 40px;
	left: 50%;
	transform: var(--transformX);
	background-repeat: no-repeat;
	background-position: left top;
	z-index: 5;
}
#content #works a::after { background-image: url("../../img/contents_a01.png"); }
#content #recruit a::after { background-image: url("../../img/contents_a02.png");  }
#content img.Bg {
	height: 350px;
	transition: transform .3s;
}
#content .contBtn:hover img.Bg { transform: scale(1.2); }
#content .contBtn p {
	position: absolute;
	width: 100%;
	top: 50%;
	left: 50%;
	transform: var(--transformXY);
	z-index: 5;
	text-align: center;
	line-height: 1.2;
	font-family: var(--mincho);
	font-size: 3.125em;
	font-weight: bold;
	color: var(--co-white);
}
#content .contBtn p span {
	display: block;
	font-size: 0.5em;
	font-weight: bold;
}

@media (max-width: 979px) {
	#content .contBtn a::after { bottom: 20px; }
	#content img.Bg { height: 200px; }
	#content .contBtn p img { width: 80%; }
	#content #company p { font-size: 2.8em; }
}

/*------------news---------------------------------------------------------------*/
#news { margin-top: 70px; }
#news section {
	width: 100%;
	max-width: 100%;
	background-color: #d4d5d5;
}
#news section div {
	width: 100%;
	max-width: 980px;
	height: 250px;
	margin: 0 auto;
	padding: 20px;
}
#news section iframe {
	width: 100%;
	height: 100%;
	overflow: auto;
}

@media (max-width: 979px) {
}