/* --------------------------------------------------- */
body {
	background-color: #1F629B;
	color: #fff;
}
#wrap {
	max-width: none;
	padding: 100px 0 0;
	width: 100%;
}
footer {
	display: none;
}
.logo2 a {
	color: #fff;
}
.head_r {
	display: none;
}
/* --------------------------------------------------- */
#mv {
	position: fixed;
	top: 0;
	left: 0;
	bottom: 0;
	right: 40%;
	width: 60%;
	height: 100%;
	display: table;
	padding: 50px 5% 95px;
}
#mv .inner {
	display: table-cell;
	vertical-align: middle;
}
#mv h1,
#mv h1 strong,
#mv h2,
#mv h2 strong {
	font-family: a-otf-midashi-go-mb31-pr6n, sans-serif;
	font-weight: 600;
	letter-spacing: 5px;
}
#mv h1 {
	font-size: 120%;
	line-height: 270%;
	margin-bottom: 40px;
	position: relative;
}
#mv h1 strong {
	display: block;
	font-size: 240%;
	letter-spacing: 10px;
}
#mv h1 img {
	display: block;
	width: 150px;
	position: absolute;
	left: 440px;
	bottom: 20px;
}
#mv h2 {
	font-size: 90%;
	line-height: 200%;
}
#mv h2 strong {
	display: block;
	font-size: 170%;
}
#mv h2 br {
	display: none;
}
#mv h1:nth-of-type(1){
	transition-delay: .2s;
}
#mv h1 img:nth-of-type(1){
	transition-delay: .4s;
}
#mv h2:nth-of-type(1){
	transition-delay: .3s;
}
/* --------------------------------------------------- */
#t_right {
	position: fixed;
	top: 0;
	left: 60%;
	bottom: 0;
	right: 0;
	width: 40%;
	height: 100%;
	background-color: #1D5B90;
	padding: 50px 5% 95px;
	overflow: hidden;
}
#t_right:nth-of-type(1){
	transition-delay: .5s;
}
#t_right #news {
	width: 100%;
	height: 40%;
	overflow: auto;
	margin-bottom: 40px;
	padding-right: 30px;
}
#t_right #news li {
	margin-bottom: 20px;
	line-height: 170%;
}
#t_right #news li .day {
	font-size: 90%;
	letter-spacing: 5px;
	font-family: a-otf-midashi-go-mb31-pr6n, sans-serif;
	font-weight: 600;
	margin-bottom: 5px;
	color: rgba(255,255,255,.4);
}
#t_right #news li a {
	color: #fff;
	text-decoration: underline;
}
#t_right .awards {
	background-color: rgba(0,0,0,.1);
	padding: 15px 20px;
	border: rgba(255,255,255,.2) 1px solid;
}
#t_right .awards dt {
	font-size: 110%;
	margin-bottom: 5px;
	font-family: a-otf-midashi-go-mb31-pr6n, sans-serif;
	font-weight: 600;
}
#t_right .awards dd {
}
#t_right .awards dd img {
	display: block;
	width: 88px;
	float: right;
	margin-top: -10px;
}
#t_right .awards dd p {
	font-size: 90%;
	line-height: 170%;
}
/* --------------------------------------------------- */

/* --------------------------------------------------- */

/* --------------------------------------------------- */


@media screen and (max-width: 1200px) {
	#mv {
		right: 50%;
		width: 50%;
	}
	#mv h1 strong {
		font-size: 220%;
	}
	#mv h1 img {
		width: 150px;
		position: absolute;
		left: 50%;
		bottom: 150px;
		margin-left: -75px;
	}
	#mv h2 br {
		display: block;
	}
	#mv h2 strong {
		margin-bottom: 10px;
	}
	#mv h2 span {
		display: block;
		font-size: 80%;
		line-height: 150%;
	}
	#t_right {
		left: 50%;
		width: 50%;
		padding: 50px 5% 95px;
	}
}
@media screen and (max-width: 1000px) {
	#container {
	}
	/* ----------------------------------------------- */
	footer {
	}
	/* ----------------------------------------------- */
	#mv {
		position: static;
		width: 100%;
		height: auto;
		padding: 390px 5% 95px;
	}
	#mv h1 img {
		width: 200px;
		margin-left: -100px;
	}
	#t_right {
		position: static;
		width: 100%;
		height: auto;
		padding: 50px 5% 90px;
	}
	#t_right #news {
		height: 300px;
	}
	/* ----------------------------------------------- */
	
}

@media screen and (max-width: 600px) {
	body {
		position: relative;
	}
	#container {
		position: relative;
	}
	/* ----------------------------------------------- */
	footer {
		display: block;
	}
	/* ----------------------------------------------- */
	#mv {
		display: block;
		position: relative;
		padding: 270px 5% 40px;
	}
	#mv h1 {
		font-size: 100%;
		text-align: center;
		margin-bottom: 60px;
	}
	#mv h1 strong {
		text-align: center;
		font-size: 170%;
	}
	#mv h1 img {
		bottom: 110px;
	}
	#mv h2 strong {
		font-size: 150%;
	}
	/* ----------------------------------------------- */
	#t_right {
		padding: 50px 5% 0px;
	}
	
	/* ----------------------------------------------- */
	
	/* ----------------------------------------------- */
	
	/* ----------------------------------------------- */
}