@charset "UTF-8";
@import "../../include/css/common.pc.css";

/* ---------------------------------------------------------
	CSS Document visual
--------------------------------------------------------- */

#visual {
	height: 750px;
	padding-left: 360px;
	background: #78aecc;
	text-align: left;
	font-size: 0;
	line-height: 750px;
	color: #fff;
	position: relative;
	z-index: 0;
}

#visual:before {
	content: '';
	min-width: 1100px;
	width: calc(50vw + 450px);
	height: 750px;
	background: #78aecc url(../../include/images/top_mv.png) no-repeat left;
	position: absolute;
	top: 0;
	left: 0;
	z-index: -1;
}

@media only screen and (min-width: 1920px) {
	#visual:before {
		background-size: 100% auto;
	}
}

#visual:after {
	content: '';
	min-width: 900px;
	width: calc(50vw + 90px);
	height: 370px;
	border-radius: 30px 0 0 0;
	background: rgba(0, 85, 176, 0.7);
	transform: translateY(-50%);
	position: absolute;
	top: 50%;
	left: 360px;
	z-index: -1;
}

#visual h2 {
	width: 640px;
	transform: translateY(-50%);
	position: absolute;
	top: 50%;
	left: 400px;
}

#visual h2 img {
	vertical-align: middle;
}

/* ---------------------------------------------------------
	CSS Document page
--------------------------------------------------------- */

#page {
	padding-top: 60px;
	position: relative;
	z-index: 0;
}

#page:after {
	content: '';
	min-width: 900px;
	width: calc(50vw - 180px);
	height: 100%;
	margin-left: 180px;
	background: url(../../include/images/top_bg.png) no-repeat 0 0;
	position: absolute;
	top: 0;
	left: 50%;
	z-index: -1;
}

#page h3 {
	text-align: center;
	font-weight: bold;
	font-size: 30px;
	line-height: 1.5;
	letter-spacing: 3px;
	color: #003063;
}

#page h3 span {
	display: block;
	font-weight: 500;
	font-size: 12px;
	letter-spacing: 0;
	color: #4167b3;
}

/* ---------------------------------------------------------
	CSS Document outline
--------------------------------------------------------- */

#outline {
	padding: 30px 30px 0 0;
	background: #fff;
	text-align: left;
}

#outline .profile {
	margin-bottom: 10px;
	position: relative;
	z-index: 0;
}

#outline .profile:before {
	content: '';
	min-width: 370px;
	width: calc(50vw - 260px);
	height: 300px;
	margin-right: 260px;
	background: #0055b0;
	position: absolute;
	top: 35px;
	right: 50%;
	z-index: -1;
}

#outline .profile:after {
	content: '';
	width: 680px;
	height: 300px;
	background: url(../../include/images/top_about_bg.png) no-repeat left;
	position: absolute;
	top: 35px;
	right: 950px;
	z-index: -1;
}

#outline .figure {
	margin-right: 260px;
	padding: 1px 20px 0 0;
	text-align: right;
	color: #fff;
	position: absolute;
	top: 20px;
	right: 50%;
}

#outline .kana {
	-webkit-writing-mode: vertical-rl;
	-ms-writing-mode: tb-rl;
	writing-mode: vertical-rl;
	font-size: 16px;
	line-height: 16px;
	white-space: nowrap;
	letter-spacing: 2px;
	position: absolute;
	top: 30px;
	right: 20px;
}

#outline .figure figure {
	font-size: 14px;
	line-height: 1.5;
}

#outline .pic {
	display: inline-block;
	vertical-align: top;
	margin-right: 40px;
	padding: 0 20px 20px;
	background: #fff;
}

#outline figcaption {
	margin-top: 25px;
	letter-spacing: 1px;
}

#outline figcaption .author {
	display: block;
	margin-top: 5px;
	font-size: 24px;
	letter-spacing: 2px;
}

#outline figcaption .university {
	display: block;
	font-size: 13px;
	letter-spacing: 0;
}

#outline .w540 {
	margin-left: 350px;
}

#outline .graph {
	float: left;
	width: 600px;
	margin-top: 30px;
}

#outline .f_right {
	width: 470px;
	margin-top: 30px;
}

#outline h4 {
	font-weight: normal;
	font-size: 13px;
	letter-spacing: 0.5px;
}

#outline ol li {
	margin-left: 1em;
	padding-left: 5px;
	font-size: 13px;
	letter-spacing: 0.5px;
	list-style: decimal;
}
