@charset "UTF-8";



/* 
 * ---------------------------------------------------------------------------------------
 * インデックス
 * 
 * .index
 *     h1
 *     p
 *     .index-categorylist
 *         .index-category
 *             .index-label
 *             .index-content
 *                 .index-target
 *                     .index-picture
 *                     .index-message
 *                     .index-name
 *                     .index-section
 *                     .index-joined
 * ---------------------------------------------------------------------------------------
 */

.frame-content .index {
	box-sizing: border-box;
	margin: 0 auto;
	padding: 0 40px;
	max-width: 1020px;
}
.frame-content .index h1 {
	font-size: 2.5em;
	margin: 80px 0;
	text-align: center;
}
.frame-content .index p {
	margin-top: 20px;
}
.frame-content .index .index-categorylist {
	margin-top: 70px;
	width: 100%;
}
.frame-content .index .index-categorylist:after {
	clear: both;
	content: "";
	display: table;
}
.frame-content .index .index-category {
	float: left;
}
.frame-content .index .index-category + .index-category {
	margin-left: 56px;
}
.frame-content .index .index-label {
	border-bottom: 2px solid #333;
	font-size: 1.3333333333333333333333333333333em;
}
.frame-content .index .index-content:after {
	clear: both;
	content: "";
	display: table;
}
.frame-content .index .index-target {
	float: left;
	margin-top: 70px;
	width: 276px;
}
.frame-content .index .index-target + .index-target {
	margin-left: 56px;
}
.frame-content .index .index-target a {
	color: #000;
	display: block;
	text-decoration: none;
}
.frame-content .index .index-picture {
	display: block;
	width: 100%;
}
.frame-content .index .index-message {
	display: block;
	font-size: 1.4444444444444444444444444444444em;
	line-height: 1.6;
	margin: 20px 0 10px;
}
.frame-content .index .index-name {
	display: block;
	font-size: 1.1666666666666666666666666666667em;
}
.frame-content .index .index-section,
.frame-content .index .index-joined {
	display: block;
	font-size: 0.66666666666666666666666666666667em;
}

@media only screen and (min-width: 720px) and (max-width: 1039px) {
	.frame-content .index .index-category {
		float: none;
	}
	.frame-content .index .index-category + .index-category {
		margin-top: 70px;
		margin-left: 0;
	}
	.frame-content .index .index-content {
		margin: 0 auto;
		width: 608px;
	}
}

@media only screen and (max-width: 719px) {
	.frame-content .index {
		padding: 0 20px;
	}
	.frame-content .index h1 {
		margin: 60px -20px;
	}
	.frame-content .index p {
		margin-top: 10px;
	}
	.frame-content .index .index-categorylist {
		margin-top: 40px;
	}
	.frame-content .index .index-category {
		float: none;
	}
	.frame-content .index .index-category + .index-category {
		margin-top: 40px;
		margin-left: 0;
	}
	.frame-content .index .index-target {
		float: none;
		margin: 40px auto 0 !important;
		max-width: 276px;
		width: 71.428571428571428571428571428571%;
	}
}

.ie8 .frame-content .index .index-target a:hover,
.ie8 .frame-content .index .index-target a:active {
	color: #666;
	-ms-filter: "";
}
.ie8 .frame-content .index .index-target a:hover .index-picture,
.ie8 .frame-content .index .index-target a:active .index-picture {
	-ms-filter: "alpha(opacity=60)";
}

/* 
 * ---------------------------------------------------------------------------------------
 * カバー
 * 
 * .cover
 *     .cover-container
 *         .cover-main
 *             .cover-title
 *                 .cover-breakin
 *                 .cover-breakout
 *             .cover-name
 *             .cover-section
 *             .cover-joined
 *         .cover-sub
 *             .cover-picture
 *                 .cover-caption
 * ---------------------------------------------------------------------------------------
 */

.frame-content .cover {
	box-sizing: border-box;
	margin: 60px auto;
	padding: 0 40px;
	max-width: 1020px;
}
.frame-content .cover .cover-container {
	border-top: 2px solid #333;
	border-bottom: 2px solid #333;
	box-sizing: border-box;
	padding: 30px;
	width: 100%;
}
.frame-content .cover .cover-container:after {
	clear: both;
	content: "";
	display: table;
}
.frame-content .cover .cover-main {
	float: right;
	width: 580px;
}
.frame-content .cover .cover-title {
	font-size: 2.5em;
	line-height: 1.4;
}
.frame-content .cover .cover-breakin {
	display: none;
}
.frame-content .cover .cover-name {
	font-size: 1.1666666666666666666666666666667em;
	margin-top: 20px;
}
.frame-content .cover .cover-section,
.frame-content .cover .cover-joined {
	font-size: 0.66666666666666666666666666666667em;
}
.frame-content .cover .cover-sub {
	float: left;
	text-align: center;
	width: 248px;
}
.frame-content .cover .cover-caption {
	display: block;
	font-size: 0.66666666666666666666666666666667em;
	line-height: 1;
	margin-top: 10px;
}

@media only screen and (min-width: 720px) and (max-width: 1039px) {
	.frame-content .cover .cover-container {
		text-align: center;
	}
	.frame-content .cover .cover-main {
		display: inline-block;
		float: none;
		text-align: left;
		width: auto;
	}
	.frame-content .cover .cover-sub {
		float: none;
		margin-top: 20px;
		width: auto;
	}
}

@media only screen and (max-width: 719px) {
	.frame-content .cover {
		margin: 40px auto;
		padding: 0 20px;
	}
	.frame-content .cover .cover-container {
		padding: 20px 0;
		text-align: center;
	}
	.frame-content .cover .cover-main {
		float: none;
		width: auto;
	}
	.frame-content .cover .cover-title {
		font-size: 2em;
	}
	.frame-content .cover .cover-breakin {
		display: block;
	}
	.frame-content .cover .cover-breakout {
		display: none;
	}
	.frame-content .cover .cover-sub {
		float: none;
		margin: 20px auto 0;
		width: 124px;
	}
}

/* 
 * ---------------------------------------------------------------------------------------
 * 本文
 * 
 * .clerical
 *     .clerical-heading
 *     .clerical-text
 *     .clerical-timeline
 *     .clerical-schedule
 *         .clerical-time
 *         .clerical-content
 *             .clerical-label
 *             .clerical-figure
 *             .clerical-detail
 *     .clerical-interview
 * ---------------------------------------------------------------------------------------
 */

.frame-content .clerical {
	box-sizing: border-box;
	margin: 60px auto;
	padding: 0 123px;
	max-width: 1020px;
}
.frame-content .clerical .clerical-heading {
	font-size: 1.2222222222222222222222222222222em;
	margin-top: 50px;
}
.frame-content .clerical .clerical-text {
	margin-top: 20px;
}
.frame-content .clerical .clerical-timeline {
	margin-top: 20px;
	text-align: center;
}
.frame-content .clerical .clerical-schedule {
	margin-top: 50px;
}
.frame-content .clerical .clerical-time {
	margin-left: 5em;
	padding: 15px 0;
	position: relative;
	text-indent: -5em;
}
.frame-content .clerical .clerical-time:after {
	border-top: 2px solid #7f7f7f;
	content: "";
	height: 0;
	margin-top: -1px;
	position: absolute;
	right: 0;
	top: 50%;
	width: 100%;
}
.frame-content .clerical .clerical-content {
	border-left: 2px solid #000;
	margin-left: 1.5em;
	padding: 10px 0 10px 3.5em;
}
.frame-content .clerical .clerical-content:after {
	clear: both;
	content: "";
	display: table;
}
.frame-content .clerical .clerical-content > :first-child {
	margin-top: 0;
}
.frame-content .clerical .clerical-label {
	clear: both;
	margin-top: 50px;
}
.frame-content .clerical .clerical-figure {
	float: right;
	margin-top: 20px;
	padding-top: 0.5em;
	text-align: center;
	width: 194px;
}
.frame-content .clerical .clerical-detail {
	margin-top: 20px;
}
.frame-content .clerical .clerical-figure + .clerical-detail {
	margin-right: 214px;
}
.frame-content .clerical .clerical-interview dt {
	clear: both;
	float: left;
	margin-top: 20px;
	width: 4em;
}
.frame-content .clerical .clerical-interview dt:after {
	content: " :";
}
.frame-content .clerical .clerical-interview dt:first-child {
	margin-top: 0;
}
.frame-content .clerical .clerical-interview dd {
	margin: 20px 0 0 4.5em;
}

@media only screen and (min-width: 720px) and (max-width: 1039px) {
	.frame-content .clerical {
		padding: 0 40px;
	}
}
@media only screen and (max-width: 719px) {
	.frame-content .clerical {
		margin: 40px auto;
		padding: 0 20px;
	}
	.frame-content .clerical .clerical-heading {
		margin-top: 30px;
	}
	.frame-content .clerical .clerical-text,
	.frame-content .clerical .clerical-timeline {
		margin-top: 10px;
	}
	.frame-content .clerical .clerical-schedule {
		margin-top: 30px;
	}
	.frame-content .clerical .clerical-time {
		margin-left: 4em;
		padding: 5px 0;
		text-indent: -4em;
	}
	.frame-content .clerical .clerical-content {
		padding: 0 0 0 2.5em;
	}
	.frame-content .clerical .clerical-label {
		margin-top: 30px;
	}
	.frame-content .clerical .clerical-figure {
		float: none;
		margin: 10px auto 0;
		padding-top: 0;
		width: 70%;
	}
	.frame-content .clerical .clerical-detail {
		margin-top: 10px;
	}
	.frame-content .clerical .clerical-figure + .clerical-detail {
		margin-right: 0;
	}
	.frame-content .clerical .clerical-interview dt,
	.frame-content .clerical .clerical-interview dd {
		margin-top: 10px;
	}
}

/* 
 * ---------------------------------------------------------------------------------------
 * 事務職コンテンツ
 * 
 * .link
 *     h2
 *     ul
 *         span
 * ---------------------------------------------------------------------------------------
 */

.frame-content .link {
	box-sizing: border-box;
	margin: 0 auto;
	padding: 0 40px;
	max-width: 1020px;
}
.frame-content .link h2 {
	margin-top: 80px;
	text-align: center;
}
.frame-content .link ul {
	color: #ddd;
	line-height: 1.6;
	margin: 0 auto;
	width: 620px;
}
.frame-content .link ul:after {
	clear: both;
	content: "";
	display: table;
}
.frame-content .link ul li {
	box-sizing: border-box;
	float: left;
	font-size: 1.3333333333333333333333333333333em;
	min-height: 5.3em;
	margin-top: 50px;
	padding: 10px 10px 0;
	position: relative;
	text-align: center;
	width: 33.333333333333333333333333333333%;
}
.frame-content .link ul li a {
	color: #000;
	display: block;
	margin-top: -10px;
	padding-top: 10px;
	position: relative;
	text-decoration: none;
}
.frame-content .link ul li span {
	bottom: 100%;
	box-sizing: border-box;
	font-size: 0.5em;
	left: 0;
	line-height: 1.2;
	padding: 0 20px;
	position: absolute;
	width: 100%;
}
.frame-content .link ul li a span {
	padding: 0;
}
.frame-content .link ul li span + br {
	display: none;
}

@media only screen and (max-width: 719px) {
	.frame-content .link {
		padding: 0 20px;
	}
	.frame-content .link h2 {
		font-size: 1.2857142857142857142857142857143em;
		margin-top: 60px;
	}
	.frame-content .link ul {
		width: auto;
	}
	.frame-content .link ul li {
		font-size: 1.4285714285714285714285714285714em;
		min-height: 0;
		padding: 10px 0 0;
		width: 100%;
	}
	.frame-content .link ul li span {
		padding: 0;
	}
}

.ie8 .frame-content .link ul li a:hover,
.ie8 .frame-content .link ul li a:active {
	color: #666;
	-ms-filter: "";
}
