@charset "UTF-8";
@import url(http://fonts.googleapis.com/css?family=Open+Sans);
@import url(http://fonts.googleapis.com/css?family=Ubuntu);

/* Reset Style
------------------------------------------------------------*/
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li,
fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, main, menu, nav, section, summary, time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	font-weight: normal;
	vertical-align: baseline;
}
body {
	line-height: 1;
}
article, aside, details, figcaption, figure, footer, header, main, menu, nav, section {
	display: block;
}
ul, ol {
	list-style: none;
}
img {
	vertical-align: bottom;
}
strong, em {
	font-weight: bold;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after {
	content: '';
	content: none;
}
a {
	margin: 0;
	padding: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
	outline: none;
}
ins {
	background-color: #ff9;
	color: #000;
	text-decoration: none;
}
mark {
	background-color: #ff9;
	color: #000;
	font-style: italic;
	font-weight: bold;
}
del {
	text-decoration: line-through;
}
abbr[title], dfn[title] {
	border-bottom: 1px dotted;
	cursor: help;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
hr {
	display: block;
	height: 1px;
	border: 0;
	border-top: 1px solid #cccccc;
	margin: 1em 0;
	padding: 0;
}
input, select {
	vertical-align: middle;
}



/* General Setting & Layout Style
------------------------------------------------------------*/
* {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
html {
	overflow-y: scroll;
}
body {
	background-color: #fff;
	color: #4e4d4d;
	font-family: 'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',Arial,Helvetica,sans-serif;
	font-size: 16px;
	line-height: 1.5;
	-webkit-font-smoothing: antialiased;
	font-smoothing: antialiased;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%
}
a {
	color: #4e4d4d;
	text-decoration: none;
}
a:hover {
	color: #4e4d4d;
}
a:hover img.over {
	filter: alpha(opacity=60);
	opacity: .6;
}
.inner {
	position: relative;
	width: 1110px;
	padding-left: 360px;
	margin: 0 auto;
}
.left-area {
	float: left;
}
.right-area {
	float: right;
}
#header-nav {
	position: absolute;
	top: 0;
	left: 50%;
	margin-left: -555px;
	z-index: 100;
	height: 100%;
}
#header-nav-bar {
	width: 200px;
	height: 100%;
	background-color: #e60012;
}
#logo {
	position: absolute;
	top: 23px;
	left: 41px;
}
#logo img {
	width: 118px;
}
h1 {
	padding-top: 100px;
	text-align: center;
}
h1 a:hover {
	filter: alpha(opacity=60);
	opacity: .6;
}
#nav-trigger {
	margin-top: 40px;
	border-top: 1px solid #af000e;
}
#nav-trigger li {
	border-bottom: 1px solid #af000e;
}
#nav-trigger li a {
	display: block;
	padding: 20px 0;
	color: #161616;
	line-height: 1;
	text-align: center;
	text-decoration: none;
}
#nav-trigger li.active a,
#nav-trigger li a:hover {
	background: #161616 url(../images/common/icn_gnav_01.gif) no-repeat right center;
	color: #fff;
}
body.largeView .sub-nav {
	position: absolute;
	top: 0;
	left: 0;
	width: 200px;
	height: 100%;
	margin-left: 200px;
	padding: 217px 10px 0;
	background-color: #161616;
}
body.largeView #sub-nav02 {
	width: 400px;
	padding: 125px 10px 0;
}
body.largeView #sub-nav01 ul li,
body.largeView #sub-nav03 ul li {
	margin-top: 2px;
}
body.largeView #sub-nav01 ul li:first-child,
body.largeView #sub-nav03 ul li:first-child {
	margin-top: 0;
}
body.largeView .sub-nav ul li a {
	display: block;
	padding: 17px 12px;
	color: #fff;
	font-size: 14px;
	text-decoration: none;
}
body.largeView .sub-nav ul li a:hover {
	background: url(../images/common/bg_nav_01.gif);
}
body.largeView #sub-nav02 p {
	position: relative;
	margin: 24px 10px 0;
	padding-bottom: 5px;
	border-bottom: 1px solid #473d3e;
}
body.largeView #sub-nav02 p span {
	color: #666;
	font-size: 14px;
	font-family: 'Open Sans', sans-serif;
	font-weight: 400;
}
body.largeView #sub-nav02 p a {
	display: inline-block;
	position: absolute;
	top: 5px;
	right: 0;
	padding-right: 32px;
	background: url(../images/common/icn_gnav_01.gif) no-repeat right center;
	color: #e60012;
	font-size: 12px;
}
body.largeView #sub-nav02 p a:hover {
	filter: alpha(opacity=60);
	opacity: .6;
}
body.largeView #sub-nav02 ul {
	overflow: hidden;
	zoom: 1;
}
body.largeView #sub-nav02 ul li {
	float: left;
	width: 190px;
}
body.largeView #sub-nav02 ul li a {
	padding: 12px;
}
body.smallView .sub-nav {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 100;
	width: 100%;
	background-color: #161616;
	margin-top: -1px;
}
body.smallView.nav-open .sub-nav {
	position: fixed;
	max-height: 100%;
	overflow: auto;
	-webkit-overflow-scrolling: touch;
}
body.smallView.nav-open #sub-nav02 {
	padding-bottom: 95px;
}
@media screen and (max-height: 360px) {
	body.smallView.nav-open #sub-nav01,
	body.smallView.nav-open #sub-nav03 {
		padding-bottom: 95px;
	}
}
body.smallView .sub-nav ul li a {
	position: relative;
	display: block;
	padding: 15px 45px 15px 15px;
	color: #fff;
	font-size: 16px;
	text-decoration: none;
	-webkit-tap-highlight-color: rgba(255,255,255,.1);
}
body.smallView .sub-nav ul li a br {
	display: none;
}
body.smallView .sub-nav ul li a:after {
	position: absolute;
	top: 50%;
	right: 15px;
	content: '';
	width: 28px;
	height: 5px;
	margin-top: -3px;
	background: url(../images/common/icn_arrow_02.png) no-repeat 0 0;
	-webkit-background-size: 28px 5px;
	background-size: 28px 5px;
}
body.smallView #sub-nav02 p {
	position: relative;
	margin: 15px 15px 0;
	padding-bottom: 7px;
	border-bottom: 1px solid #473d3e;
	font-size: 14px;
}
body.smallView #sub-nav02 p a {
	display: inline-block;
	position: absolute;
	top: 5px;
	right: 0;
	padding-right: 32px;
	background: url(../images/common/icn_arrow_02.png) no-repeat right 3px;
	-webkit-background-size: 28px 5px;
	background-size: 28px 5px;
	color: #e60012;
	font-size: 12px;
}
#pagetitle {
	padding: 40px 0 20px;
	background: #f5f0f1 url(../images/common/bg_line_01.png) repeat-x left bottom;
}
#pagetitle .badge {
	position: absolute;
	bottom: -45px;
	right: -18px;
	z-index: 2;
}
#pagetitle .image img {
	border-radius: 20px;
}
#pagetitle h2 {
	padding-top: 19px;
	font-size: 22px;
}
#pagetitle .no-image {
	padding-top: 35px;
}
#contents .heading01 {
	color: #000;
	font-size: 20px;
}
#contents table {
	width: 100%;
	border: 1px solid #d1d1d1;
}
#contents table th,
#contents table td {
	padding: 8px 14px;
	border: 1px solid #d1d1d1;
	text-align: left;
	vertical-align: top;
}
#contents table th {
	width: 172px;
	background-color: #f5f0f1;
}
#contents .closed span {
	color: #999999;
}
#contents .closedred span {
	color: #ff0000;
}
#contents .links {
	margin: 58px 0 32px;
	padding-top: 5px;
	border-top: 1px solid #d1d1d1;
	text-align: right;
}
#contents .links li {
	margin-top: 20px;
	line-height: 1;
}
#contents .links li a {
	color: #e60012;
	padding-right: 65px;
	background: url(../images/common/icn_arrow_01.png) no-repeat right center;
}
#contents .links li a:hover {
	filter: alpha(opacity=60);
	opacity: .6;
}
#breadcrumbs {
	padding: 16px 0 14px;
	background: url(../images/common/bg_breadcrumbs.gif) repeat-x left top;
}
#breadcrumbs ul li {
	display: inline-block;
	margin-left: 5px;
	padding-left: 20px;
	background: url(../images/common/icn_breadcrumbs.png) no-repeat left center;
	font-size: 14px;
	vertical-align: middle;
}
#breadcrumbs ul li:first-child {
	margin-left: 0;
	padding-left: 0;
	background: none;
}
#breadcrumbs ul li a {
	text-decoration: underline;
}
#breadcrumbs ul li a:hover {
	color: #e60012;
}
#pagetop {
	display: none;
	position: fixed;
	bottom: 60px;
	right: 17px;
	z-index: 100;
}
#pagetop a {
	display: block;
	width: 84px;
	height: 84px;
	background: url(../images/common/pagetop.png) no-repeat left top;
	font-size: 0;
	text-indent: 100%;
	white-space: nowrap;
	overflow: hidden;
}
#pagetop a:hover {
	background-position: left bottom;
}
footer {
	background: #f5f5f5 url(../images/common/bg_line_01.png) repeat-x left top;
}
footer .inner {
	padding-bottom: 85px;
}
footer .flogo {
	padding-top: 68px;
	text-align: center;
}
footer .flogo img {
	width: 116px;
}
footer #message {
	position: absolute;
	top: 3px;
	left: 360px;
}
footer #message img {
	width: 245px;
	padding-top: 14px;
}
footer ul {
	padding-top: 65px;
	overflow: hidden;
}
footer ul li {
	float: left;
	margin-left: 13px;
	padding-top: 7px;
	line-height: 1;
}
footer ul li:first-child {
	margin-left: 0;
	margin-right: 10px;
	padding-top: 0;
}
footer ul li:first-child a {
	position: relative;
	display: inline-block;
	padding: 6px 40px;
	border: 1px solid #e60012;
	color: #e60012;
}
footer ul li:first-child a:after {
	position: absolute;
	bottom: 10px;
	left: 0;
	content: '';
	width: 25px;
	height: 5px;
	background: url(../images/common/icn_footer-access.png) no-repeat left top;
}
footer ul li:first-child a:hover {
	background-color: #e60012;
	color: #fff;
}
footer ul li:first-child a:hover:after {
	background-position: left bottom;
}
footer ul li a[target="_blank"] {
	display: inline-block;
	padding-right: 15px;
	background: url(../images/common/icn_blank_01.png) no-repeat right center;
	color: #666;
	letter-spacing: -1px;
}
footer ul li a[target="_blank"]:hover {
	filter: alpha(opacity=60);
	opacity: .6;
}
footer .column-block {
	margin-top: 60px;
	padding-top: 30px;
	border-top: 1px solid #d1d1d1;
}
footer .column-block p {
	float: left;
	font-size: 14px;
}
footer .column-block p a:hover {
	filter: alpha(opacity=60);
	opacity: .6;
}
footer .column-block small {
	float: right;
	display: block;
	padding-top: 22px;
	font-size: 11px;
	font-family: 'Open Sans', sans-serif;
	font-weight: 400;
}

@media screen and (max-width: 1110px) {
	.inner {
		width: 1000px;
		padding-left: 250px;
	}
	#header-nav {
		left: 0;
		margin-left: 0;
	}
	footer #message {
		left: 250px;
	}
}

@media screen and (max-width: 800px) {
	body {
		font-size: 12px;
		line-height: 1.4;
	}
	.inner {
		width: 100%;
		margin: 0;
		padding: 0;
	}
	#header-nav {
		position: static;
		left: auto;
		margin-left: 0;
		height: auto;
	}
	#header-nav-bar {
		width: auto;
		height: auto;
		background-color: transparent;
	}
	#global-header {
		position: fixed;
		top: 0;
		left: 0;
		z-index: 100;
		width: 100%;
		background-color: #e60012;
	}
	#logo {
		top: 9px;
		left: auto;
		right: 7px;
	}
	#logo img {
		width: 69px;
	}
	h1 {
		padding: 13px 0 0 6px;
		text-align: left;
	}
	h1 a {
		display: block;
		width: 216px;
		height: 21px;
		background: url(../images/common/logo_recruit_sp_2028.webp) no-repeat 0 0;
		-webkit-background-size: 216px 21px;
		background-size: 216px 21px;
		font-size: 0;
		text-indent: 100%;
		white-space: nowrap;
		overflow: hidden;
	}
	#nav-trigger {
		margin-top: 15px;
		overflow: hidden;
	}
	#nav-trigger li {
		float: left;
		width: 33.334%;
		border-bottom: none;
	}
	#nav-trigger li a,
	#nav-trigger li a:hover {
		padding: 15px 0;
		background: #e60012 none;
		color: #161616;
	}
	#nav-trigger li:nth-of-type(2) a {
		border-left: 1px solid #af000e;
		border-right: 1px solid #af000e;
	}
	#nav-trigger li.hover a,
	#nav-trigger li.active a {
		background: #161616 none;
		color: #fff;
	}
	#contents .heading01 {
		font-size: 14px;
	}
	#contents table th,
	#contents table td {
		display: block;
		width: 100%;
		padding: 7px 10px;
		border: none;
	}
	#contents table th {
		border-top: 1px solid #d1d1d1;
	}
	#contents table tr:nth-of-type(1) th {
		border-top: none;
	}
	#contents .links {
		margin: 30px 15px 40px;
	}
	#contents .links li {
		margin-top: 15px;
	}
	#contents .links li a {
		padding-right: 33px;
		background: url(../images/common/icn_arrow_02.png) no-repeat right center;
		-webkit-background-size: 28px 5px;
		background-size: 28px 5px;
		font-size: 12px;
	}
	#pagetitle {
		padding: 0 0 25px;
		background: #f5f0f1 url(../images/common/bg_line_02.png) repeat-x left bottom;
		-webkit-background-size: 5px 8px;
		background-size: 5px 8px;
	}
	#pagetitle .image img {
		width: 100%;
		border-radius: 0;
	}
	#pagetitle h2 {
		padding: 20px 15px 0;
		font-size: 20px;
	}
	#pagetitle .no-image {
		padding-top: 20px;
	}
	#pagetitle .badge,
	#breadcrumbs {
		display: none;
	}
	#pagetop {
		display: none !important;
	}
	footer {
		background: #f5f5f5 url(../images/common/bg_line_02.png) repeat-x left top;
		-webkit-background-size: 5px 8px;
		background-size: 5px 8px;
	}
	footer .inner {
		padding: 0 15px 30px;
	}
	footer .flogo {
		padding-top: 35px;
	}
	footer .flogo img {
		width: 81px;
	}
	footer #message {
		position: static;
		margin-top: 25px;
		text-align: center;
	}
	footer #message img {
		width: 241px;
	}
	footer ul {
		padding-top: 20px;
	}
	footer ul li,
	footer ul li:first-child {
		float: none;
		margin: 0;
		padding: 0;
	}
	footer ul li:nth-of-type(4) {
		display: none;
	}
	footer ul li:first-child a,
	footer ul li:first-child a:hover,
	footer ul li a[target="_blank"],
	footer ul li a[target="_blank"]:hover {
		position: relative;
		display: block;
		padding: 14px 38px 14px 3px;
		background: none;
		border: none;
		border-bottom: 1px solid #d1d1d1;
		color: #666;
		letter-spacing: normal;
		filter: alpha(opacity=100);
		opacity: 1;
	}
	footer ul li:first-child a,
	footer ul li:first-child a:hover {
		color: #e60012;
		border-top: 1px solid #d1d1d1;
	}
	footer ul li:first-child a:after,
	footer ul li:first-child a:hover:after,
	footer ul li a[target="_blank"]:after,
	footer ul li a[target="_blank"]:hover:after {
		position: absolute;
		top: 50%;
		right: 5px;
		left: auto;
		content: '';
	}
	footer ul li:first-child a:after,
	footer ul li:first-child a:hover:after {
		width: 28px;
		height: 5px;
		margin-top: -2px;
		background: url(../images/common/icn_arrow_02.png) no-repeat 0 0;
		-webkit-background-size: 28px 5px;
		background-size: 28px 5px;
	}
	footer ul li a[target="_blank"]:after,
	footer ul li a[target="_blank"]:hover:after {
		width: 12px;
		height: 12px;
		margin-top: -6px;
		background: url(../images/common/icn_blank_02.png) no-repeat 0 0;
		-webkit-background-size: 12px 12px;
		background-size: 12px 12px;
	}
	footer .column-block {
		margin-top: 25px;
		padding-top: 0;
		border-top: none;
		text-align: center;
	}
	footer .column-block p {
		float: none;
		font-size: 12px;
	}
	footer .column-block small {
		float: none;
		display: inline-block;
		padding-top: 20px;
		font-size: 9px;
	}
}



/* home
------------------------------------------------------------*/
#home #header-nav {
	left: 0;
	margin-left: 0;
}
#home .inner {
	width: 950px;
	padding-left: 200px;
}
#home footer #message {
	left: 180px;
}
#home #visual {
	overflow: hidden;
	position: relative;
	height: 578px;
	padding-top: 40px;
	background-color: #f5f0f1;
	text-align: center;
}
#home #visual .slider-pro {
	position: relative;
	margin: 0 auto;
	-moz-box-sizing: content-box;
	box-sizing: content-box;
}
#home #visual .sp-slides-container {
	position: relative;
}
#home #visual .sp-mask {
	position: relative;
	overflow: hidden;
}
#home #visual .sp-slides {
	position: relative;
	left: 100px;
	-webkit-backface-visibility: hidden;
	-webkit-perspective: 1000;
}
#home #visual .sp-slide {
	position: absolute;
}
#home #visual .sp-slide img {
	border-radius: 20px;
}
#home #visual .sp-image-container {
	overflow: hidden;
}
#home #visual .sp-image {
	position: relative;
	display: block;
	border: none;
}
#home #visual .sp-no-js {
	overflow: hidden;
	max-width: 100%;
}
#home #visual .sp-layer {
	position: absolute;
	margin: 0;
	-webkit-font-smoothing: subpixel-antialiased;
	-webkit-backface-visibility: hidden;
}
#home #visual .sp-selectable {
	cursor: default;
}
#home #visual .sp-arrows {
	position: relative;
	width: 730px;
	margin: 0 auto;
}
#home #visual .sp-arrow {
	position: absolute;
	top: -288px;
	width: 38px;
	height: 76px;
	cursor: pointer;
}
#home #visual .sp-previous-arrow {
	left: 61px;
	background: url(../images/home/icn_visual-nav_01.png) no-repeat left top;
}
#home #visual .sp-next-arrow {
	right: -139px;
	background: url(../images/home/icn_visual-nav_01.png) no-repeat right top;
}
#home #visual .sp-previous-arrow:hover {
	background-position: left bottom;
}
#home #visual .sp-next-arrow:hover {
	background-position: right bottom;
}
#home #contents {
	padding-top: 55px;
}
#home #contents h2 {
	background: url(../images/common/bg_line_01.png) repeat-x center center;
	color: #e60012;
	font-size: 24px;
	text-align: center;
	line-height: 1;
}
#home #contents h2 span {
	margin-left: 200px;
	padding: 0 10px;
	background-color: #fff;
}
#home #contents .block {
	position: relative;
}
#home #contents .block01 {
	margin-top: 30px;
	margin-bottom: 53px;
}
#home #contents .block h3 {
	float: left;
	width: 250px;
	font-size: 14px;
}
#home #contents .block h3 span {
	display: block;
	font-size: 32px;
	font-family: 'Open Sans', sans-serif;
	font-weight: 400;
	line-height: 1;
}
#home #contents .block01 h3 span {
	margin-bottom: 6px;
}
#home #contents .block02 h3 span {
	margin-bottom: 10px;
}
#home #contents .block ul {
	padding-top: 6px;
	display: inline-block;
}
#home #contents .block p {
	position: absolute;
	top: 6px;
	right: 0px;
}
#home #contents .block p a {
	padding-left: 65px;
	/* background: url(../images/common/icn_arrow_01.png) no-repeat left center; */
    color: #e60012;
    white-space: nowrap;
    padding: 8px 18px;
    border: 1.5px solid #e60012;
    border-radius: 50px;
	display: block;
	text-align: center;
}

#home #contents .block p > a {
	margin-bottom: 6px;
}
#home #contents .block p a:hover {
	filter: alpha(opacity=60);
	opacity: .6;
}
#home #contents .image {
	position: relative;
	left: -37px;
	margin: 84px 0 60px;
	text-align: center;
}

@media screen and (max-width: 1110px) {
	#home #visual .sp-slides {
		left: 120px;
	}
	#home #visual .sp-previous-arrow {
		left: 81px;
	}
	#home #visual .sp-next-arrow {
		right: -159px;
	}
}

@media screen and (max-width: 800px) {
	#home .inner {
		width: 100%;
		margin: 0;
		padding: 0;
	}
	#home footer .inner {
		padding: 0 15px 30px;
	}
	#home #visual {
		height: auto;
		padding-top: 0;
	}
	#home #visual .sp-slides {
		left: auto;
	}
	#home #visual .sp-slide img {
		width: 100%;
		height: auto;
		border-radius: 0;
	}
	#home #visual .sp-arrows {
		width: auto;
		margin: 0;
	}
	#home #visual .sp-previous-arrow {
		left: 0;
		background: url(../images/home/icn_visual-nav_02.png) no-repeat left top;
	}
	#home #visual .sp-next-arrow {
		right: 0;
		background: url(../images/home/icn_visual-nav_02.png) no-repeat right top;
	}
	#home #visual .sp-previous-arrow:hover {
		background-position: left top;
	}
	#home #visual .sp-next-arrow:hover {
		background-position: right top;
	}
	#home #visual .sp-arrow {
		top: auto;
		bottom: 0;
		width: 30px;
		height: 24px;
		-webkit-background-size: 60px 24px;
		background-size: 60px 24px;
	}
	#home #contents {
		padding-top: 30px;
	}
	#home #contents h2 {
		background: url(../images/common/bg_line_02.png) repeat-x center center;
		-webkit-background-size: 5px 8px;
		background-size: 5px 8px;
		font-size: 16px;
	}
	#home #contents h2 span {
		margin-left: 0;
		padding: 0 5px;
	}
	#home #contents .block {
		width: 320px;
		margin: 0 auto;
	}
	#home #contents .block01 {
		margin: 30px auto;
	}
	#home #contents .block h3 {
		width: 125px;
		margin-left: 13px;
		font-size: 10px;
	}
	#home #contents .block01 h3 span,
	#home #contents .block02 h3 span {
		margin-bottom: 6px;
		font-size: 22px;
	}
	#home #contents .block div {
		overflow: hidden;
	}
	#home #contents .block ul {
		padding-top: 3px;
		font-size: 14px;
	}
	#home #contents .block p {
		position: static;
		margin: 15px 0 0 5px;
	}
	#home #contents .block p a {
		/* padding-left: 31px; */
		/* background: url(../images/common/icn_arrow_02.png) no-repeat left 3px; */
		-webkit-background-size: 28px 5px;
		background-size: 28px 5px;
	}
	#home #contents .image {
		left: 0;
		margin: 30px 0 40px;
	}
	#home #contents .image img {
		width: 100%;
	}
}



/* recruit
------------------------------------------------------------*/
#recruit #contents .section01 p {
	margin: 25px 195px 0 0;
}
#recruit #contents .section01 p:first-child {
	margin-top: 35px;
}
#recruit #contents .section01 .image {
	position: absolute;
	top: 10px;
	right: 20px;
}
#recruit #contents .section01 .image img {
	width: 142px;
}
#recruit #contents .section01 .name {
	text-align: right;
}
#recruit #contents .section01 ul {
	width: 688px;
	margin: 30px auto 0;
	overflow: hidden;
	zoom: 1;
}
#recruit #contents .section01 ul li {
	float: left;
	width: 340px;
}
#recruit #contents .section01 ul li a {
	position: relative;
	display: block;
	padding: 20px 0;
	border: 1px solid #e60012;
	color: #e60012;
	font-size: 20px;
	line-height: 1;
	text-align: center;
}
#recruit #contents .section01 ul li a:after {
	position: absolute;
	top: 32px;
	left: 0;
	display: block;
	content: '';
	width: 46px;
	height: 5px;
	background: url(../images/common/icn_arrow_03.png) no-repeat left top;
}
#recruit #contents .section01 ul li a:hover {
	background-color: #e60012;
	color: #fff;
}
#recruit #contents .section01 ul li a:hover:after {
	background: url(../images/common/icn_arrow_03.png) no-repeat left bottom;
}
#recruit #contents .section01 ul li:first-child {
	margin-right: 8px;
}
#recruit #contents .section02 {
	margin: 55px 0 50px;
}
#recruit #contents .section02 .heading01 {
	margin-bottom: 32px;
}
#recruit #contents .section02 .left-area,
#recruit #contents .section02 .right-area {
	width: 345px;
}
#recruit #contents .section02 .image {
	float: left;
	width: 100px;
	border: 1px solid #d1d1d1;
}
#recruit #contents .section02 .image img {
	width: 100%;
}
#recruit #contents .section02 .text {
	float: right;
	width: 225px;
}
#recruit #contents .section02 .text dt {
	font-weight: bold;
}
#recruit #contents .section02 .text dd {
	margin-top: 15px;
	font-size: 12px;
}

@media screen and (max-width: 800px) {
	#recruit #contents .section01 p,
	#recruit #contents .section01 p:first-child {
		margin: 20px 15px 0;
	}
	#recruit #contents .section01 .text {
		overflow: hidden;
	}
	#recruit #contents .section01 .image {
		position: static;
		float: right;
		margin-right: 18px;
		padding-top: 28px;
	}
	#recruit #contents .section01 .image img {
		width: 92px;
	}
	#recruit #contents .section01 ul {
		width: 290px;
		margin: 20px auto 0;
	}
	#recruit #contents .section01 ul li {
		width: 142px;
	}
	#recruit #contents .section01 ul li:first-child {
		margin-right: 6px;
	}
	#recruit #contents .section01 ul li a,
	#recruit #contents .section01 ul li a:hover {
		padding: 16px 0;
		background-color: transparent;
		color: #e60012;
		font-size: 10px;
	}
	#recruit #contents .section01 ul li a:after,
	#recruit #contents .section01 ul li a:hover:after {
		top: 18px;
		width: 13px;
		height: 5px;
		background: url(../images/common/icn_arrow_02.png) no-repeat right top;
		-webkit-background-size: 28px 5px;
		background-size: 28px 5px;
	}
	#recruit #contents .section02 {
		margin: 40px 15px;
	}
	#recruit #contents .section02 .heading01 {
		margin-bottom: 0;
	}
	#recruit #contents .section02 .left-area,
	#recruit #contents .section02 .right-area {
		float: none;
		width: auto;
	}
	#recruit #contents .section02 .left-area {
		margin: 15px 0 27px;
	}
	#recruit #contents .section02 .image {
		float: left;
		width: 95px;
		margin-right: 10px;
	}
	#recruit #contents .section02 .text {
		float: none;
		width: auto;
		overflow: hidden;
	}
	#recruit #contents .section02 .text dd {
		margin-top: 5px;
		font-size: 10px;
	}
}



/* recruit detail (designer/consultant)
------------------------------------------------------------*/
#recruit-detail #contents .section {
	margin-top: 56px;
}
#recruit-detail #contents .section01 {
	margin-top: 33px;
}
#recruit-detail #contents .section01 h3 span {
	color: #ff0000;
	font-size: 16px;
}
#recruit-detail #contents .section01 p {
	margin: 18px 0px;
}
#recruit-detail #contents .detail-section table {
	margin-top: 15px;
}
#recruit-detail #contents .detail-section table a {
	color: #e60012;
	text-decoration: underline;
}
#recruit-detail #contents .detail-section table a span {
	color: #e60012;
}
#recruit-detail #contents .flow-section .flow-area {
	position: relative;
	margin-top: 15px;
	padding-left: 30px;
	background: url(../images/common/bg_timeline_02.gif) repeat-y left top;
}
#recruit-detail #contents .flow-section .flow-area ol {
	position: relative;
}
#recruit-detail #contents .section03 h3 span {
	color: #ff0000;
	font-size: 16px;
}
#recruit-detail #contents .flow-section .flow-area:after,
#recruit-detail #contents .flow-section .flow-area ol:after,
#recruit-detail #contents .flow-section .flow-area ol li:after {
	position: absolute;
	z-index: 2;
	content: '';
	width: 25px;
	height: 3px;
}
#recruit-detail #contents .flow-section .flow-area:after {
	top: 0;
	left: 0;
	background: url(../images/common/bg_timeline_01.gif) no-repeat 0 0;
}
#recruit-detail #contents .flow-section .flow-area ol:after {
	bottom: 0;
	left: -30px;
	background: url(../images/common/bg_timeline_04.gif) no-repeat 0 0;
}
#recruit-detail #contents .flow-section .flow-area ol li {
	position: relative;
	margin-top: 20px;
	padding: 6px;
	background: url(../images/common/bg_timeline_05.gif);
	font-size: 20px;
}
#recruit-detail #contents .flow-section .flow-area ol li:after {
	top: 50%;
	left: -30px;
	height: 16px;
	background: url(../images/common/bg_timeline_03.gif) no-repeat 0 0;
	margin-top: -8px;
}
#recruit-detail #contents .flow-section .flow-area ol li div {
	padding: 9px 12px;
	background-color: #fff;
	overflow: hidden;
	zoom: 1;
}
#recruit-detail #contents .flow-section .flow-area ol li:first-child {
	margin-top: 0;
}
#recruit-detail #contents .flow-section .flow-area ol li .date {
	float: left;
	width: 280px;
	margin-right: 50px;
}
#recruit-detail #contents .flow-section .flow-area ol li .date span {
	font-size: 12px;
}
#recruit-detail #contents .flow-section .flow-area ol li .text {
	overflow: hidden;
	zoom: 1;
}
#recruit-detail #contents .flow-section .flow-area ol li .text span {
	color: #e60012;
}

@media screen and (max-width: 800px) {
	#recruit-detail #contents .section {
		margin: 30px 15px 0;
	}
	#recruit-detail #contents .section01 {
		margin-top: 20px;
	}
	#recruit-detail #contents .detail-section table {
		margin-top: 9px;
	}
	#recruit-detail #contents .flow-section {
		margin: 30px 15px 0 10px;
	}
	#recruit-detail #contents .flow-section .flow-area {
		margin-top: 10px;
		padding-left: 27px;
		background: url(../images/common/bg_timeline_07.gif) repeat-y left top;
		-webkit-background-size: 24px 2px;
		background-size: 24px 2px;
	}
	#recruit-detail #contents .flow-section .flow-area:after,
	#recruit-detail #contents .flow-section .flow-area ol:after,
	#recruit-detail #contents .flow-section .flow-area ol li:after {
		width: 24px;
		height: 2px;
	}
	#recruit-detail #contents .flow-section .flow-area:after {
		background: url(../images/common/bg_timeline_06.gif) no-repeat 0 0;
		-webkit-background-size: 24px 2px;
		background-size: 24px 2px;
	}
	#recruit-detail #contents .flow-section .flow-area ol:after {
		left: -27px;
		background: url(../images/common/bg_timeline_09.gif) no-repeat 0 0;
		-webkit-background-size: 24px 2px;
		background-size: 24px 2px;
	}
	#recruit-detail #contents .flow-section .flow-area ol li {
		margin-top: 10px;
		padding: 5px;
		background: url(../images/common/bg_timeline_10.gif);
		-webkit-background-size: 5px 5px;
		background-size: 5px 5px;
		font-size: 14px;
	}
	#recruit-detail #contents .flow-section .flow-area ol li:after {
		left: -27px;
		height: 16px;
		background: url(../images/common/bg_timeline_08.gif) no-repeat 0 0;
		-webkit-background-size: 24px 16px;
		background-size: 24px 16px;
	}
	#recruit-detail #contents .flow-section .flow-area ol li div {
		padding: 10px;
	}
	#recruit-detail #contents .flow-section .flow-area ol li .date {
		float: none;
		width: auto;
		margin-right: 0;
	}
	#recruit-detail #contents .flow-section .flow-area ol li .date span {
		font-size: 10px;
	}
}



/* faq
------------------------------------------------------------*/
#faq #contents .section .lead {
	margin: 40px 0 -15px;
}
#faq #contents .section dl dt,
#faq #contents .section dl dd {
	position: relative;
	padding: 10px 0 0 40px;
}
#faq #contents .section dl dt {
	margin: 31px 0 5px;
	font-weight: bold;
}
#faq #contents .section dl span {
	position: absolute;
	top: 0;
	left: 0;
	font-size: 32px;
	font-family: 'Open Sans', sans-serif;
	font-weight: 400;
	line-height: 1;
}
#faq #contents .section dl dd span {
	left: 3px;
	color: #e60012;
	letter-spacing: 2px;
}
#faq #contents .section .heading01 {
	margin: 50px 0 12px;
}
#faq #contents .section a {
	color: #e60012;
	text-decoration: underline;
}
#faq #contents .section a:hover {
	text-decoration: none;
}

@media screen and (max-width: 800px) {
	#faq #contents .section {
		margin: 0 15px;
	}
	#faq #contents .section .lead {
		margin: 18px 0 -5px;
	}
	#faq #contents .section dl dt,
	#faq #contents .section dl dd {
		padding: 15px 0 0 40px;
	}
	#faq #contents .section dl dt {
		margin: 20px 0 5px;
		font-weight: bold;
	}
	#faq #contents .section .heading01 {
		margin: 28px 0 13px;
	}
	#faq #contents .links {
		margin-bottom: 60px;
	}
}



/* contact
------------------------------------------------------------*/
#contact #contents .section {
	margin-bottom: 80px;
}
#contact #contents .flow {
	display: table;
	width: 100%;
	height: 40px;
	margin: 40px 0 30px;
	background-color: #f5f0f1;
	border: 1px solid #d1d1d1;
	color: #999;
}
#contact #contents .flow li {
	display: table-cell;
	text-align: center;
	vertical-align: middle;
}
#contact #contents .flow .flow01 {
	width: 262px;
}
#contact #contents .flow .flow02 {
	width: 249px;
	text-indent: -1em;
}
#contact #contents .contact-flow01 .flow01,
#contact #contents .contact-flow02 .flow02 {
	background: #fff url(../images/contact/bg_flow_01.gif) no-repeat right top;
	color: #4e4d4d;
}
#contact #contents .contact-flow01 .flow02,
#contact #contents .contact-flow03 .flow01 {
	background: url(../images/contact/bg_flow_01.gif) no-repeat right -38px;
}
#contact #contents .contact-flow02 .flow01,
#contact #contents .contact-flow03 .flow02 {
	background: url(../images/contact/bg_flow_01.gif) no-repeat right bottom;
}
#contact #contents .contact-flow03 .flow03 {
	background: #fff;
	color: #4e4d4d;
}
#contact #contents .heading01 {
	margin-bottom: 15px;
}
#contact #contents .required,
#contact #contents .error {
	color: #e60012;
}
#contact #contents form {
	margin-top: 35px;
}
#contact #contents table th {
	width: 255px;
	padding: 15px 10px 15px 20px;
}
#contact #contents table th span {
	font-size: 12px;
}
#contact #contents table td {
	padding: 15px 20px;
}
#contact #contents table td input[type="text"],
#contact #contents table td textarea {
	width: 100%;
	padding: .4em;
	background-color: #f9f9f9;
	border: 1px solid #d1d1d1;
	color: #4e4d4d;
	font-family: 'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',Arial,Helvetica,sans-serif;
	font-size: 16px;
	-webkit-appearance: none;
	border-radius: 0;
}
#contact #contents table td textarea {
	height: 120px;
	min-height: 120px;
	resize: vertical;
}
#contact #contents .type-list {
	padding-top: 2px;
	overflow: hidden;
	zoom: 1;
}
#contact #contents .type-list li {
	float: left;
	width: 45%;
}
#contact #contents .type-list .type01,
#contact #contents .type-list .type03 {
	margin-right: 5%;
}
#contact #contents .type-list .type03,
#contact #contents .type-list .type04 {
	margin-top: 8px;
}
#contact #contents .type-list li label {
	display: block;
	min-height: 14px;
	line-height: 1;
	cursor: pointer;
}
#contact #contents .type-list li input {
	position: absolute;
	z-index: -1;
	outline: none;
	filter: alpha(opacity=0);
	opacity: 0;
}
#contact #contents .type-list li span {
	display: block;
	padding-left: 20px;
	background: url(../images/contact/icn_checkbox_01.png) no-repeat left 2px;
}
#contact #contents .type-list li .checked span {
	background-position: left bottom;
}
#contact #contents table+p {
	margin-top: 40px;
}
#contact #contents table+p a {
	color: #e60012;
	text-decoration: underline;
}
#contact #contents table+p a:hover {
	text-decoration: none;
}
#contact #contents .error-message {
	text-align: center;
}
#contact #contents .btn-area {
	margin-top: 20px;
	text-align: center;
}
#contact #contents .btn-input {
	display: inline-block;
	padding: 20px 0;
	font-family: 'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',Arial,Helvetica,sans-serif;
	font-size: 20px;
	-webkit-appearance: none;
	border-radius: 0;
	text-align: center;
	line-height: 1;
	cursor: pointer;
}
#contact #contents .btn-conf {
	width: 340px;
	background: #fff url(../images/common/icn_arrow_04.png) no-repeat left 32px;
	border: 1px solid #e60012;
	color: #e60012;
}
#contact #contents .btn-conf:hover {
	background: #e60012 url(../images/common/icn_arrow_06.png) no-repeat left 32px;
	color: #fff;
}
#contact #contents .btn-back {
	width: 300px;
	background: #fff url(../images/common/icn_arrow_05.png) no-repeat left 32px;
	border: 1px solid #4e4d4d;
	color: #4e4d4d;
}
#contact #contents .btn-back:hover {
	background: #4e4d4d url(../images/common/icn_arrow_06.png) no-repeat left 32px;
	color: #fff;
}
#contact #contents .btn-submit {
	width: 300px;
	margin-left: 13px;
	background: #fff url(../images/common/icn_arrow_04.png) no-repeat left 32px;
	border: 1px solid #e60012;
	color: #e60012;
}
#contact #contents .btn-submit:hover {
	background: #e60012 url(../images/common/icn_arrow_06.png) no-repeat left 32px;
	color: #fff;
}
#contact #contents .completion-txt {
	position: relative;
	padding-right: 210px;
}
#contact #contents .completion-txt img {
	position: absolute;
	top: 0;
	right: 0;
}

@media screen and (max-width: 800px) {
	#contact #contents .section {
		margin: 0 15px 40px;
	}
	#contact #contents .flow {
		height: 30px;
		margin: 20px 0 15px;
	}
	#contact #contents .flow .flow01 {
		width: 35%;
	}
	#contact #contents .flow .flow02 {
		width: 35%;
	}
	#contact #contents .contact-flow01 .flow01,
	#contact #contents .contact-flow02 .flow02 {
		background: #fff url(../images/contact/bg_flow_02.gif) no-repeat right top;
		-webkit-background-size: 9px 84px;
		background-size: 9px 84px;
	}
	#contact #contents .contact-flow01 .flow02,
	#contact #contents .contact-flow03 .flow01 {
		background: url(../images/contact/bg_flow_02.gif) no-repeat right -28px;
		-webkit-background-size: 9px 84px;
		background-size: 9px 84px;
	}
	#contact #contents .contact-flow02 .flow01,
	#contact #contents .contact-flow03 .flow02 {
		background: url(../images/contact/bg_flow_02.gif) no-repeat right bottom;
		-webkit-background-size: 9px 84px;
		background-size: 9px 84px;
	}
	#contact #contents form {
		margin-top: 15px;
	}
	#contact #contents table th,
	#contact #contents table td {
		width: auto;
		padding: 10px;
	}
	#contact #contents table th span {
		font-size: 10px;
	}
	#contact #contents table td input[type="text"],
	#contact #contents table td textarea {
		padding: .2em .3em;
	}
	#contact #contents .type-list {
		padding-top: 0;
	}
	#contact #contents .type-list li {
		float: none;
		width: auto;
		margin: 10px 0 0 !important;
	}
	#contact #contents .type-list li:first-child {
		margin-top: 0 !important;
	}
	#contact #contents .type-list li span {
		display: block;
		padding-left: 20px;
		background: url(../images/contact/icn_checkbox_01.png) no-repeat left 2px;
	}
	#contact #contents .type-list li label {
		min-height: 16px;
	}
	#contact #contents .type-list li .checked span {
		background-position: left bottom;
	}
	#contact #contents .type-list li span {
		display: inline-block;
		min-height: 16px;
		padding-top: 2px;
		background: url(../images/contact/icn_checkbox_02.png) no-repeat left top;
		-webkit-background-size: 16px 50px;
		background-size: 16px 50px;
	}
	#contact #contents .type-list li .checked span {
		background-position: left bottom;
	}
	#contact #contents table+p {
		margin-top: 20px;
	}
	#contact #contents .btn-input {
		padding: 15px 0;
		font-size: 12px;
	}
	#contact #contents .btn-conf,
	#contact #contents .btn-conf:hover {
		width: 220px;
		background: #fff url(../images/common/icn_arrow_02.png) no-repeat left 20px;
		-webkit-background-size: 28px 5px;
		background-size: 28px 5px;
		color: #e60012;
	}
	#contact #contents .btn-back,
	#contact #contents .btn-back:hover {
		width: 130px;
		background: #fff url(../images/common/icn_arrow_07.png) no-repeat left 20px;
		-webkit-background-size: 28px 5px;
		background-size: 28px 5px;
		color: #4e4d4d;
	}
	#contact #contents .btn-submit,
	#contact #contents .btn-submit:hover {
		width: 130px;
		margin-left: 4px;
		background: #fff url(../images/common/icn_arrow_02.png) no-repeat left 20px;
		-webkit-background-size: 28px 5px;
		background-size: 28px 5px;
		color: #e60012;
	}
	#contact #contents .completion-txt {
		padding-right: 0;
		overflow: hidden;
	}
	#contact #contents .completion-txt img {
		position: static;
		float: right;
		width: 85px;
		padding-top: 18px;
	}
}



/* interview
------------------------------------------------------------*/
#interview #pagetitle h2 {
	padding-top: 32px;
	font-size: 26px;
	font-family: 'Open Sans', sans-serif;
	font-weight: 400;
}
#interview #contents .section .heading01 {
	margin-bottom: 15px;
}
#interview #contents .section01 {
	margin-top: 35px;
}
#interview #contents .section02 {
	margin-top: 53px;
}
#interview #contents .interview-list {
	overflow: hidden;
	zoom: 1;
	margin: -3px 0 0 -3px;
}
#interview #contents .interview-list li {
	float: left;
	position: relative;
	width: 248px;
	height: 255px;
	margin: 3px 0 0 3px;
	background-color: #f5f0f1;
}
#interview #contents .interview-list li a {
	display: block;
	padding: 30px 0 0;
}
#interview #contents .interview-list li .image {
	width: 188px;
	margin: 0 auto;
	pointer-events: none;
}
#interview #contents .interview-list li img {
	width: 100%;
}
#interview #contents .interview-list li .name {
	margin-top: 18px;
	font-size: 14px;
	line-height: 1;
	text-align: center;
}
#interview #contents .interview-list li .mask {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 2;
	display: table;
	width: 248px;
	height: 255px;
	background: url(../images/interview/bg_more.gif) no-repeat 0 0;
	filter: alpha(opacity=0);
	opacity: 0;
}
#interview #contents .interview-list li .mask div {
	display: table-cell;
	padding: 0 30px;
	color: #fff;
	vertical-align: middle;
}
#interview #contents .interview-list li .mask .more {
	margin-top: 5px;
	font-size: 13px;
	font-family: 'Open Sans', sans-serif;
	font-weight: 400;
	font-style: italic;
	text-align: right;
	line-height: 1;
}
#interview #contents .interview-list li .mask .more span {
	padding-left: 36px;
	background: url(../images/interview/icn_more.png) no-repeat left 8px;
}
#interview #contents .interview-list li a:hover .mask {
	filter: alpha(opacity=100);
	opacity: 1;
}

@media screen and (max-width: 800px) {
	#interview #pagetitle h2 {
		padding-top: 17px;
		font-size: 22px;
	}
	#interview #contents .section .heading01 {
		margin: 0 15px 10px;
	}
	#interview #contents .section01 {
		margin-top: 20px;
	}
	#interview #contents .section02 {
		margin-top: 30px;
	}
	#interview #contents .interview-list {
		margin: 0;
	}
	#interview #contents .interview-list li {
		width: 33%;
		height: auto;
		margin: .5% 0 0 .5%;
	}
	#interview #contents .interview-list li:nth-of-type(3n+1) {
		margin-left: 0;
	}
	#interview #contents .interview-list li a {
		padding: 20px 0 12px;
	}
	#interview #contents .interview-list li .image {
		width: auto;
		margin: 0 20px;
	}
	#interview #contents .interview-list li .name {
		margin-top: 12px;
		font-size: 11px;
	}
	#interview #contents .interview-list li .mask {
		display: none;
	}
}

@media screen and (max-width: 600px) {
	#interview #contents .interview-list li,
	#interview #contents .interview-list li:nth-of-type(3n+1) {
		width: 49.75%;
		height: auto;
		margin: .75% 0 0 .5%;
	}
	#interview #contents .interview-list li:nth-of-type(2n+1) {
		margin-left: 0;
	}
	#interview #contents .interview-list li .name {
		font-size: 10px;
		white-space: nowrap;
	}
}



/* interview-detail
------------------------------------------------------------*/
#interview-detail .tab-contents-pagetitle {
	padding: 40px 0 0;
}
#interview-detail .tab-contents-pagetitle .badge {
	bottom: 73px;
}
#interview-detail .tab-nav {
	width: 572px;
	margin: 15px auto 0;
	overflow: hidden;
	zoom: 1;
}
#interview-detail .tab-nav li {
	float: left;
	width: 286px;
}
#interview-detail .tab-nav li a {
	position: relative;
	display: block;
	height: 48px;
	padding: 17px 0 0;
	background-color: #e60012;
	color: #fff;
	text-align: center;
	line-height: 1;
}
#interview-detail .tab-nav li a:after {
	position: absolute;
	top: 25px;
	left: 0;
	z-index: 2;
	content: '';
	width: 56px;
	height: 5px;
	background: url(../images/common/icn_arrow_08.png) no-repeat 0 0;
}
#interview-detail .tab-nav li a:hover {
	filter: alpha(opacity=60);
	opacity: .6;
}
#interview-detail .tab-nav li.active a,
#interview-detail .tab-nav li.active a:hover {
	background-color: #fff;
	color: #e60012;
	cursor: default;
	filter: alpha(opacity=100);
	opacity: 1;
}
#interview-detail .tab-nav li.active a:after {
	content: none;
}
#interview-detail #tab-interview .heading01 {
	margin: 36px 0 10px;
}
#interview-detail #tab-interview p+p {
	margin-top: 15px;
}
#interview-detail #tab-schedule .schedule-area {
	position: relative;
	margin-top: 50px;
	padding-left: 30px;
	background: url(../images/common/bg_timeline_02.gif) repeat-y left top;
}
#interview-detail #tab-schedule ol {
	position: relative;
}
#interview-detail #tab-schedule .schedule-area:after,
#interview-detail #tab-schedule .schedule-area ol:after,
#interview-detail #tab-schedule .schedule-area ol li:after {
	position: absolute;
	z-index: 2;
	content: '';
	width: 25px;
	height: 3px;
}
#interview-detail #tab-schedule .schedule-area:after {
	top: 0;
	left: 0;
	background: url(../images/common/bg_timeline_01.gif) no-repeat 0 0;
}
#interview-detail #tab-schedule .schedule-area ol:after {
	bottom: 0;
	left: -30px;
	background: url(../images/common/bg_timeline_04.gif) no-repeat 0 0;
}
#interview-detail #tab-schedule .schedule-area ol li {
	position: relative;
	margin-top: 20px;
	padding: 6px;
	background: url(../images/common/bg_timeline_05.gif);
}
#interview-detail #tab-schedule .schedule-area ol li:after {
	top: 20px;
	left: -30px;
	height: 16px;
	background: url(../images/common/bg_timeline_03.gif) no-repeat 0 0;
}
#interview-detail #tab-schedule .schedule-area ol li:first-child {
	margin-top: 0;
}
#interview-detail #tab-schedule .schedule-area ol li .schedule-detail {
	padding: 10px 12px;
	background-color: #fff;
	overflow: hidden;
	zoom: 1;
}
#interview-detail #tab-schedule .schedule-area ol li .date {
	float: left;
	width: 88px;
	color: #161616;
	font-size: 32px;
	font-family: 'Ubuntu', sans-serif;
	font-weight: 400;
	line-height: 1;
	letter-spacing: -1.75px;
}
#interview-detail #tab-schedule .schedule-area ol li .sttl {
	position: relative;
	top: -2px;
	float: left;
	margin-right: 5px;
	color: #e60012;
	font-size: 24px;
}
#interview-detail #tab-schedule .schedule-area ol li .txt {
	padding-top: 4px;
	line-height: 1.3;
	overflow: hidden;
	zoom: 1;
}
#interview-detail #tab-schedule .schedule-area ol li .block02 {
	padding: 7px 0 0 88px;
}
#interview-detail #tab-schedule .schedule-area ol li .image {
	float: left;
	margin-right: 20px;
}
#interview-detail #tab-schedule .schedule-area ol li dl {
	overflow: hidden;
	zoom: 1;
}
#interview-detail #tab-schedule .schedule-area ol li dl dt {
	margin-bottom: 3px;
	font-weight: bold;
}
#interview-detail #tab-schedule .note {
	margin: 10px 0 -20px;
	font-size: 13px;
	text-align: right;
	line-height: 1;
}

@media screen and (max-width: 800px) {
	#interview-detail .tab-contents-pagetitle {
		padding: 0;
	}
	#interview-detail #pagetitle h2 {
		padding: 12px 115px 0 15px;
		font-size: 16px;
	}
	#interview-detail #pagetitle .badge {
		display: block;
		right: 5px;
	}
	#interview-detail #pagetitle .badge img {
		width: 110px;
	}
	#interview-detail .tab-nav {
		width: auto;
		margin: 28px 15px 0;
	}
	#interview-detail .tab-nav li {
		width: 50%;
	}
	#interview-detail .tab-nav li a {
		height: 44px;
		font-size: 10px;
		letter-spacing: -.5px;
	}
	#interview-detail .tab-nav li a:after {
		top: 19px;
		width: 23px;
		height: 5px;
		background: url(../images/common/icn_arrow_03.png) no-repeat 0 bottom;
		-webkit-background-size: 23px 5px;
		background-size: 23px 5px;
	}
	#interview-detail #tab-interview .heading01 {
		margin: 25px 15px 0;
	}
	#interview-detail #tab-interview p {
		margin: 12px 15px 0;
	}
	#interview-detail #tab-schedule .schedule-area {
		margin: 25px 15px 0 10px;
		padding-left: 27px;
		background: url(../images/common/bg_timeline_07.gif) repeat-y left top;
		-webkit-background-size: 24px 2px;
		background-size: 24px 2px;
	}
	#interview-detail #tab-schedule .schedule-area:after,
	#interview-detail #tab-schedule .schedule-area ol:after,
	#interview-detail #tab-schedule .schedule-area ol li:after {
		width: 24px;
		height: 2px;
	}
	#interview-detail #tab-schedule .schedule-area:after {
		background: url(../images/common/bg_timeline_06.gif) no-repeat 0 0;
		-webkit-background-size: 24px 2px;
		background-size: 24px 2px;
	}
	#interview-detail #tab-schedule .schedule-area ol:after {
		left: -27px;
		background: url(../images/common/bg_timeline_09.gif) no-repeat 0 0;
		-webkit-background-size: 24px 2px;
		background-size: 24px 2px;
	}
	#interview-detail #tab-schedule .schedule-area ol li {
		margin-top: 10px;
		padding: 5px;
		background: url(../images/common/bg_timeline_10.gif);
		-webkit-background-size: 5px 5px;
		background-size: 5px 5px;
		font-size: 14px;
	}
	#interview-detail #tab-schedule .schedule-area ol li:after {
		left: -27px;
		height: 16px;
		background: url(../images/common/bg_timeline_08.gif) no-repeat 0 0;
		-webkit-background-size: 24px 16px;
		background-size: 24px 16px;
	}
	#interview-detail #tab-schedule .schedule-area ol li .schedule-detail {
		padding: 10px;
	}
	#interview-detail #tab-schedule .schedule-area ol li .date {
		width: 55px;
		font-size: 20px;
		letter-spacing: 0;
	}
	#interview-detail #tab-schedule .schedule-area ol li .sttl {
		top: -1px;
		margin-right: 0;
		font-size: 16px;
	}
	#interview-detail #tab-schedule .schedule-area ol li .txt {
		clear: left;
		padding-top: 3px;
	}
	#interview-detail #tab-schedule .schedule-area ol li .block02 {
		padding: 8px 0 0;
	}
	#interview-detail #tab-schedule .schedule-area ol li .image {
		margin-right: 10px;
	}
	#interview-detail #tab-schedule .note {
		margin: 10px 15px 0;
		font-size: 10px;
	}
}

@media screen and (max-width: 480px) {
	#interview-detail #tab-schedule .schedule-area ol li .image {
		float: none;
		margin: 0 0 10px;
	}
	#interview-detail #tab-schedule .schedule-area ol li .image img {
		width: 100%;
	}
}



/* about
------------------------------------------------------------*/
#about #contents .section .heading01 {
	margin: 33px 0 -15px;
}
#about #contents .section p {
	margin-top: 24px;
}
#about #contents .section table {
	margin-top: 35px;
}
#about #contents .section table td dl dt {
	margin: 20px 0 3px;
	font-weight: bold;
}
#about #contents .section table td dl dt:first-child {
	margin-top: 0;
}

@media screen and (max-width: 800px) {
	#about #contents .section {
		margin: 0 15px;
	}
	#about #contents .section .heading01 {
		margin: 18px 0 -5px;
	}
	#about #contents .section p {
		margin-top: 20px;
	}
	#about #contents .section table {
		margin-top: 20px;
	}
	#about #contents .section table td dl dt {
		margin: 13px 0 3px;
	}
}



/* project
------------------------------------------------------------*/
#project #contents .prologue p {
	margin-top: 47px;
}
#project #contents .section .image img {
	width: 100%;
}
#project #contents .section01 {
	margin-top: 33px;
}
#project #contents .section01 p {
	padding: 10px 0 10px;
}
#project #contents .section01 p a {
	color: #e60012;
	text-decoration: underline;
}
#project #contents .section01 p a:hover {
	text-decoration: none;
}
#project #contents .section02 {
	margin-top: 33px;
	padding-bottom: 40px;
}
#project #contents .project-list {
	margin-left: -3px;
	overflow: hidden;
	zoom: 1;
}
#project #contents .project-list li {
	float: left;
	width: 248px;
	margin: 20px 0 0 3px;
}
#project #contents .project-list li img {
	width: 100%;
}
#project #contents .project-list li span {
	display: block;
	margin-top: 20px;
	font-size: 12px;
	line-height: 1;
}
#project #contents .heading01 {
    margin-bottom: 10px;
}

@media screen and (max-width: 800px) {
	#project #contents .prologue p {
		margin: 20px 15px 0;
	}
	#project #contents .section01 {
		margin: 20px 12px 0;
	}
	#project #contents .section02 {
		margin: 40px 12px 0;
	}
	#project #contents .project-list {
		margin-left: 0;
	}
	#project #contents .project-list li {
		width: 24.25%;
		margin: 12px 0 0 1%;
	}
	#project #contents .project-list li:nth-of-type(4n+1) {
		margin-left: 0;
	}
	#project #contents .project-list li span {
		margin-top: 12px;
		font-size: 10px;
	}
}

@media screen and (max-width: 600px) {
	#project #contents .project-list li,
	#project #contents .project-list li:nth-of-type(4n+1) {
		width: 32.667%;
		margin: 12px 0 0 1%;
	}
	#project #contents .project-list li:nth-of-type(3n+1) {
		margin-left: 0;
	}
}

@media screen and (max-width: 480px) {
	#project #contents .project-list li,
	#project #contents .project-list li:nth-of-type(3n+1),
	#project #contents .project-list li:nth-of-type(4n+1) {
		width: 49%;
		margin: 12px 0 0 2%;
	}
	#project #contents .project-list li:nth-of-type(2n+1) {
		margin-left: 0;
	}
}



/* access
------------------------------------------------------------*/
#access #contents .column-block {
	margin: 40px 0 30px;
}
#access #contents .section img {
	float: left;
	margin-right: 20px;
}
#access #contents .section .heading01 {
	margin-bottom: 10px;
}
#access #contents .section .minbr {
	display: none;
}
#access #contents .section p+p {
	margin-top: 40px;
}

@media screen and (max-width: 800px) {
	#access #contents .column-block {
		margin: 20px 10px 15px;
	}
	#access #contents .section img {
		width: 60px;
		margin-right: 5px;
	}
	#access #contents .section .heading01+p {
		overflow: hidden;
	}
	#access #contents .section .minbr {
		display: block;
	}
	#access #contents .section p+p {
		clear: left;
		margin-top: 30px;
		text-align: center;
	}
	#access #contents .section .map {
		position: relative;
		padding-bottom: 56.25%;
		padding-top: 50px;
		height: 0;
		overflow: hidden;
	}
	#access #contents .section .map iframe {
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
	}
}



/* brand
------------------------------------------------------------*/
#brand #contents .prologue {
	padding-top: 13px;
}
#brand #contents .prologue p {
	margin-top: 24px;
}
#brand #contents .section {
	margin: 40px 0 30px;
}
#brand #contents .section dl dt {
	position: relative;
	margin: 17px 0;
	padding: 10px 0 0 40px;
	font-weight: bold;
}
#brand #contents .section h3+dl dt {
	margin-top: 10px;
}
#brand #contents .section dl dt span {
	position: absolute;
	top: 0;
	left: 0;
	font-size: 32px;
	font-family: 'Open Sans', sans-serif;
	font-weight: 400;
	line-height: 1;
}
#brand #contents .section .image {
	margin-top: 30px;
}
#brand #contents .section01 .column-block {
	margin-top: 12px;
}
#brand #contents .section01 .left-area {
	width: 375px;
}
#brand #contents .section01 .right-area {
	width: 360px;
}
#brand #contents .section .image img,
#brand #contents .section01 .right-area img {
	width: 100%;
}
#brand #contents .section .heading01 {
	margin: 36px 0 10px;
}
#brand #contents .section p {
	margin-top: 15px;
}

@media screen and (max-width: 800px) {
	#brand #pagetitle h2 {
		letter-spacing: -0.75px;
	}
	#brand #contents .prologue {
		padding-top: 0;
	}
	#brand #contents .prologue p {
		margin: 20px 15px 0;
	}
	#brand #contents .section {
		margin-top: 30px;
	}
	#brand #contents .section .heading01,
	#brand #contents .section dl {
		margin: 0 15px;
	}
	#brand #contents .section dl dt {
		margin: 28px 0 10px;
		padding: 15px 0 0 40px;
	}
	#brand #contents .section .image {
		margin: 15px;
	}
	#brand #contents .section01 .left-area,
	#brand #contents .section01 .right-area {
		float: none;
		width: auto;
	}
	#brand #contents .section01 .left-area {
		padding: 0 15px 15px;
	}
	#brand #contents .section p {
		margin: 20px 15px 0;
	}
}



/* privacy
------------------------------------------------------------*/
#privacy #contents .section01 {
	margin-top: 35px;
}
#privacy #contents .section02 {
	margin: 48px 0;
}
#privacy #contents .section .heading01+p {
	margin-top: 10px;
}
#privacy #contents .section01 ol li {
	margin-top: 21px;
}
#privacy #contents .section01 ol li span {
	display: block;
	margin-bottom: 10px;
	font-weight: bold;
}
#privacy #contents .section01 ol li p+p {
	margin-top: 25px;
}
#privacy #contents .section01 dl dt,
#privacy #contents .section02 dl dt {
	margin: 25px 0 10px;
	font-weight: bold;
}
#privacy #contents .section02 ul {
	padding-top: 7px;
}
#privacy #contents .section02 ul li {
	margin-top: 4px;
}
#privacy #contents .section02 ul li a {
	display: inline-block;
	padding-left: 65px;
	background: url(../images/common/icn_arrow_01.png) no-repeat left 10px;
	color: #e60012;
}
#privacy #contents .section02 ul li a:hover {
	filter: alpha(opacity=60);
	opacity: .6;
}

@media screen and (max-width: 800px) {
	#privacy #contents .section01 {
		margin: 20px 15px 0;
	}
	#privacy #contents .section02 {
		margin: 30px 15px 40px;
	}
	#privacy #contents .section01 ol li p+p {
		margin-top: 20px;
	}
	#privacy #contents .section01 .tel {
		display: block;
		margin-top: 3px;
	}
	#privacy #contents .section01 .tel a {
		color: #e60012;
		text-decoration: underline;
	}
	#privacy #contents .section02 .browser-plugin {
		display: none;
	}
}

@media screen and (max-width: 480px) {
	#privacy #pagetitle h2 {
		padding-right: 0;
		letter-spacing: -1.5px;
	}
}



/* clearfix
------------------------------------------------------------*/
.column-block:after,
.clearfix:after {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: "";
	clear: both;
	height: 0;
}
.column-block,
.clearfix {
	zoom: 1;
}