@charset "UTF-8";



/* 
 * ---------------------------------------------------------------------------------------
 * カバー
 * 
 * .cover
 *     .cover-title
 *     .cover-picture
 * ---------------------------------------------------------------------------------------
 */

.frame-content .cover {
	box-sizing: border-box;
	margin: 0 auto;
	overflow: hidden;
	position: relative;
	width: 940px;
}
.frame-content .cover .cover-title {
	box-sizing: border-box;
	left: 0;
	margin-top: 70px;
	padding: 0 83px;
	position: absolute;
	top: 0;
	width: 100%;
}
.frame-content .cover .cover-picture {
	margin: 0 -40px;
	width: 1020px;
}
.frame-content .cover .cover-picture img {
	width: 100%;
}

@media only screen and (min-width: 720px) and (max-width: 1039px) {
	.frame-content .cover {
		height: 450px;
		width: 100%;
	}
	.frame-content .cover .cover-title {
		position: static;
		padding: 0 40px;
	}
	.frame-content .cover .cover-picture {
		left: 50%;
		margin: 0 0 0 -510px;
		position: absolute;
		top: 0;
		z-index: -1;
	}
}

@media only screen and (max-width: 719px) {
	.frame-content .cover {
		margin-top: 30px;
		width: 100%;
	}
	.frame-content .cover .cover-title {
		margin-top: 10%;
		padding: 0 20px;
	}
	.frame-content .cover .cover-picture {
		margin: 0 -15.686274509803921568627450980392%;
		width: auto;
	}
}

/* 
 * ---------------------------------------------------------------------------------------
 * メッセージ
 * 
 * .message (--corporate | --recruitment)
 *     h1
 *         span
 *         .message-extra
 *     h2
 *     p
 *     .message-note
 *     .message-signature
 * ---------------------------------------------------------------------------------------
 */

.frame-content .message {
	box-sizing: border-box;
	margin: 0 auto;
	padding: 0 123px;
	max-width: 1020px;
}
.frame-content .message:after {
	clear: both;
	content: "";
	display: table;
}
.frame-content .message h1 {
	font-size: 2.5em;
	margin: 80px 0;
}
.frame-content .message h1 span {
	display: inline-block;
	white-space: nowrap;
}
.frame-content .message h1 .message-extra {
	font-size: 0.4em;
}
.frame-content .message h2 {
	font-size: 1.7777777777777777777777777777778em;
	margin: 60px 0;
}
.frame-content .message p {
	margin-top: 60px;
}
.frame-content .message .message-note {
	font-size: 0.72222222222222222222222222222222em;
}
.frame-content .message .message-signature {
	float: right;
}

@media only screen and (min-width: 720px) and (max-width: 1039px) {
	.frame-content .message {
		padding: 0 40px;
	}
	.frame-content .message h1 {
		font-size: 2.2222222222222222222222222222222em;
	}
}

@media only screen and (max-width: 719px) {
	.frame-content .message {
		padding: 0 20px;
	}
	.frame-content .message h1 {
		font-size: 2em;
		margin: 60px -20px;
		text-align: center;
	}
	.frame-content .message h1 .message-extra {
		font-size: 0.57142857142857142857142857142857em;
	}
	.frame-content .message h2 {
		font-size: 1.4285714285714285714285714285714em;
		margin: 40px -20px;
		text-align: center;
	}
	.frame-content .message p {
		margin-top: 40px;
	}
	.frame-content .message .message-note {
		font-size: 0.85714285714285714285714285714286em;
	}
	.frame-content .message--corporate h2 + p br,
	.frame-content .message--recruitment p br {
		display: none;
	}
}

.ie8 .frame-content .message .message-signature {
	min-width: 223px;
}

/* 
 * ---------------------------------------------------------------------------------------
 * 関連リンク
 * 
 * .link
 *     ul
 * ---------------------------------------------------------------------------------------
 */

.frame-content .link {
	box-sizing: border-box;
	margin: 0 auto;
	padding: 0 123px;
	max-width: 1020px;
}
.frame-content .link ul {
	font-size: 1.3333333333333333333333333333333em;
	margin-top: 80px;
	width: 100%;
}
.frame-content .link ul:after {
	clear: both;
	content: "";
	display: table;
}
.frame-content .link ul li {
	float: left;
	margin-right: 40px;
}
.frame-content .link ul li img {
	vertical-align: middle;
}
.frame-content .link ul li a {
	color: #000;
	text-decoration: none;
}

@media only screen and (min-width: 720px) and (max-width: 1039px) {
	.frame-content .link {
		padding: 0 40px;
	}
	.frame-content .link ul li {
		float: none;
		margin: 10px 0 0;
	}
	.frame-content .link ul li:first-child {
		margin-top: 0;
	}
}

@media only screen and (max-width: 719px) {
	.frame-content .link {
		padding: 0 20px;
	}
	.frame-content .link ul {
		font-size: 1.2857142857142857142857142857143em;
		margin-top: 60px;
	}
	.frame-content .link ul li {
		float: none;
		margin: 20px 0 0;
	}
	.frame-content .link ul li:first-child {
		margin-top: 0;
	}
}

.ie8 .frame-content .link ul li {
	padding-right: 55px;
	position: relative;
}
.ie8 .frame-content .link ul li img {
	margin-top: -22px;
	position: absolute;
	right: 0;
	top: 50%;
}
.ie8 .frame-content .link ul li a:hover,
.ie8 .frame-content .link ul li a:active {
	color: #666;
}
