@charset "utf-8";

/* -- Layout
-------------------------------------------------------------------------------- */

video {
	background: #111;
	height: auto;
	width: 100%;
	position: fixed;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	z-index: -1;
}

@media screen and (max-aspect-ratio: 16/9) {
	video {
		height: 100%;
		width: auto;
	}
}

#Home header {
	height: 100vh;
	position: relative;
	z-index: 3;
}

#Home header h1 .logo-main img {
	display: block;
	width: 200px;
	margin-bottom: 15px;
}

#Home header h1 .lead img {
	display: block;
	width: 100%;
	margin-bottom: 20px;
}

#Home header div {
	display: block;
	padding: 0 20px;
	position: absolute;
	top: 50%;
	left: 0;
	transform: translate(0, -50%);
}


/* -- Contents
-------------------------------------------------------------------------------- */

#Home main {
	padding-top: 0;
	z-index: 1;
}


/* -- OUR MISSION -- */

#lead {
	background: #fff;
	padding: 30px 20px;
}

#lead h2 {
	font-size: 5rem;
	line-height: 0.9;
	font-weight: 700;
	color: #eee;
	padding: 30px 0;
	margin-bottom: 30px;
	position: relative;
}

#lead h2::before,
#lead h2::after {
	content: "";
	background: #eee;
	display: block;
	width: 60px;
	height: 4px;
	position: absolute;
}

#lead h2::before {
	top: 0;
}

#lead h2::after {
	bottom: 0;
}

#lead ol {
	margin-right: 20px;
}

#lead ol li {
	margin-bottom: 14px;
}

#lead p.chImg {
	background: url(../images/lead_tx6_sp.png) no-repeat;
	background-size: 50% auto;
	display: block;
	height: 0;
	margin-top: 25px;
	padding-top: 71.35%;
	overflow: hidden;
	margin-bottom: -100px;
}


/* -- SERIES -- */

#series {
	background: rgba(0, 0, 0, 0.6);
	text-align: center;
	padding-top: 55px;
	padding-bottom: 60px;
}

#series h2 {
	font-size: 5rem;
	font-weight: 700;
	color: #fff;
	padding-bottom: 30px;
	margin: 6px 0 25px;
	position: relative;
}

#series h2::after {
	content: "";
	background: #fff;
	display: block;
	width: 60px;
	height: 2px;
	margin-left: -30px;
	position: absolute;
	bottom: 0;
	left: 50%;
}

#series p {
	font-size: 1.4rem;
	font-weight: 700;
	line-height: 2;
	color: #fff;
}


/* -- NEWS -- */

#news {
	padding-top: 40px;
	padding-bottom: 40px;
	overflow: hidden;
}

#news h2 {
	font-size: 5rem;
	font-weight: 700;
	color: #111;
	margin-bottom: 30px;
}

#news p {
	padding-top: 20px;
}


/* -- COMPANY -- */

#company::before {
	background: #fff;
}

#company {
	font-family: 'Lato', "source-han-sans-japanese";
}

#company h2 {
	font-size: 5rem;
	line-height: 0.72em;
	font-weight: 700;
	color: #222;
}

#company table {
	width: 100%;
	margin-top: 30px;
	border-bottom: solid 1px #222;
}

#company table th,
#company table td {
	font-size: 1rem;
	line-height: 2;
	padding: 14px 0;
	border-top: solid 1px #222;
}

#company table th {
	font-weight: 700;
	width: 100px;
}

#company p {
	text-align: right;
	margin-top: 640px;
}


/* -- Varies with screen size
-------------------------------------------------------------------------------- */

@media screen and (max-width: 340px) {
	#lead p {
		font-size: 1.4rem;
	}
}


/* -- Error 404
-------------------------------------------------------------------------------- */