@charset "utf-8";
/*------------------------------------------------------------
	トープページ
------------------------------------------------------------*/
#gNavi .navi05 a {
	border-bottom: 2px solid #fff;
}

#container {
	background: #fff;
}

.visualBox {
	min-height: 600px;
	position: relative;
	background: url(../img/recruit/visual_bg.jpg) no-repeat center center;
	background-size: cover;
}

.visualBox h1 {
	margin: 0 auto;
	padding: 168px 0 0px;
	color: #fff;
	font-size: 95px;
	text-align: center;
	width: 1200px;
	line-height: 1.1;
	letter-spacing: -7px;
	text-shadow: 0 0 7px #CCC;
}

.visualBox h1 .text {
	display: block;
	font-size: 18px;
	letter-spacing: 0;
}

.visualBox h1 .en {
	margin: 5px 0 9px;
	display: block;
	font-size: 32px;
	letter-spacing: -0.5px;
}

#main {
	background: url(../img/recruit/bg01.gif) repeat-x left top;
}

#main .bgBox {
	padding: 60px 0 120px;
	background: url(../img/recruit/bg09.gif) no-repeat center top;
	background-size: 1116px auto;
}

#main .nobgBox {
	padding: 60px 0 120px;
}

#main .contentBox {
	width: 1000px;
}

#main .topUl {
	margin: 0 -35px 105px 0;
}

#main .topUl li {
	margin: 0 35px 35px 0;
	float: left;
}

#main .topUl li a {
	position: relative;
	display: block;
	box-shadow: 0 2px 7px #ddd;
}

#main .topUl li a:hover {
	opacity: 0.7;
}

#main .topUl li .infoBox {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
}

#main .topUl li .infoInner {
	display: table;
	width: 100%;
	height: 100%;
	text-align: center;
}

#main .topUl li .infoSub {
	display: table-cell;
	vertical-align: middle;
}

#main .topUl li .top {
	margin-bottom: 13px;
	padding-top: 14px;
	font-size: 18px;
	color: #fff;
	line-height: 1.4;
	font-weight: bold;
	background-size: 50px auto;
}

#main .topUl li .top span {
	font-size: 50px;
	display: block;
	font-weight: normal;
    font-family: "RobotoCondensed-Bold";
}

#main .topUl li .comBtn {
	padding: 15px 0 14px;
	color: #333;
    font-family: "RobotoCondensed-Italic";
	font-size: 14px;
	background: url(../img/recruit/bg07.gif) repeat-y left top;
	background-size: 100% 100%;
}

#main .topUl li .intBox {
	position: absolute;
	bottom: 20px;
	left: 20px;
}

#main .topUl li .lText {
	font-size: 14px;
	color: #fff;
	width: 90px;
	float: left;
    font-family: "RobotoCondensed-Bold";
	text-align: center;
	box-sizing: border-box;
	height: 65px;
	padding-top: 23px;
	letter-spacing: 1px;
	background: url(../img/recruit/bg02.png) repeat left top;
}

#main .topUl li .bg01 {
	background: url(../img/recruit/bg03.png) repeat left top;
}

#main .topUl li .bg02 {
	background: url(../img/recruit/bg04.png) repeat left top;
}

#main .topUl li .bg03 {
	background: url(../img/recruit/bg05.png) repeat left top;
}

#main .topUl li .rText {
	float: right;
	height: 65px;
	width: 180px;
	font-weight: bold;
	padding: 7px 5px 5px;
	font-size: 10px;
	color: #333;
	line-height: 1.4;
	text-align: center;
	box-sizing: border-box;
	background: url(../img/recruit/bg06.png) repeat left top;
}

#main .topUl li .rText span {
	font-size: 16px;
	display: block;
}

#main .messageBox {
	margin: 0 51px 207px 60px;
}

#main .messageBox h2 {
	margin: 0 9px 57px 0;
	text-align: center;
}

#main .messageBox .inner .photoBox {
	padding-top: 50px;
	float: right;
}

#main .messageBox .inner .textBox {
	float: left;
	width: 445px;
}

#main .messageBox .inner .textBox p {
	margin-bottom: 26px;
	line-height: 1.69;
}


#main .messageBox .inner p span.captxt{
	font-weight: bold;
	padding: 0 0 8px;
	display: block;
}

#main .messageBox .inner .textBox .right {
	margin-top: -5px;
	color: #003392;
	font-size: 24px;
	font-weight: bold;
	text-align: right;
}

#main .messageBox .inner .textBox .right span {
	margin-right: 7px;
	font-size: 14px;
	font-weight: normal;
}

#main .btmBox {
	margin: 0 57px;
}

#main .btmBox h2 {
	margin-bottom: 12px;
	text-align: center;
}

#main .btmBox .comTable {
	margin-bottom: 60px;
}

#main .btmBox .comTable th {
	width: 20.8%;
}

#main .btmBox .comTable td,
#main .btmBox .comTable th {
	padding-bottom: 24px;
}

#main .btmBox .comTable .tdStyle {
	width: 6px;
}

#main .btmBox .comBtn {
	width: 300px;
}

#main .btmBox .comBtn a {
	padding: 23px 0;
	font-size: 24px;
	background: url(../img/recruit/bg08.gif) repeat-y left top;
	background-size: 100% 100%;
}

#main .btmBox .comBtn a:hover {
	opacity: 0.7;
}


@media all and (min-width: 0) and (max-width: 767px) {
	.visualBox {
		min-height: 225px;
		background: url(../img/recruit/sp_visual_bg.jpg) no-repeat center center;
		background-size: cover;
	}

	.visualBox h1 {
		padding: 75px 0 0;
		width: auto;
		font-size: 35px;
		letter-spacing: -5px;
		text-align: center;
		line-height: 1.1;
	}

	.visualBox h1 .en {
		margin: 6px 0 7px;
		font-size: 15px;
	}

	.visualBox h1 .text {
		font-size: 8px;
	}

	#main .contentBox {
		width: auto;
	}

	#main {
		background: url(../img/recruit/sp_bg04.gif) no-repeat center top;
		background-size: 100% auto;
	}

	#main.noback {
		background: none !important;
		background-size: 100% auto;
	}

	#main .bgBox {
		padding: 10px 0 50px;
		background: none;
	}

	#main .topUl {
		margin: 0 10px 10px;
	}

	#main .topUl li {
		margin: 0 0 20px;
		width: 47%;
	}

	#main .topUl li a {
		box-shadow: 0 1px 2px #ddd;
	}

	#main .topUl li:nth-child(2n) {
		float: right;
	}

	#main .topUl li img {
		width: 100%;
	}

	#main .topUl li:nth-child(3) {
		width: 100%;
	}

	#main .topUl li:nth-child(7) {
		width: 100%;
	}

	#main .topUl li:nth-child(4) {
		float: right;
	}

	#main .topUl li:nth-child(6) {
		float: left;
	}

	#main .topUl li .intBox {
		left: 6%;
		bottom: 10px;
		width: 88%;
	}

	#main .topUl li .lText {
		padding: 5px 0 4px;
		height: auto;
		font-size: 8.3px;
		width: 56px;
		letter-spacing: 0.5px;
	}

	#main .topUl li .rText {
		font-size: 10px;
		height: auto;
		width: 100%;
		float: left;
		line-height: 1.4;
		box-sizing: border-box;
		padding: 4px 0 3px;
	}

	#main .topUl li .rText span {
		font-size: 14px;
	}

	#main .topUl li .top {
		margin-bottom: 10px;
		font-size: 13px;
		background-size: 40px auto;
	}

	#main .topUl li .top span {
		font-size: 40px;
	}

	#main .topUl li .comBtn {
		padding: 10px 0;
		width: 94.5%;
		border-radius: 2px;
		background-size: 100% 100%;
	}

	#main .topUl li .comBtn a {
		background: url(../img/recruit/sp_bg03.gif) repeat-y left top;
		background-size: 100% 100%;
	}

	#main .topUl li:nth-child(6) .comBtn,
	#main .topUl li:nth-child(4) .comBtn {
		width: 90%;
	}

	#main .messageBox  {
		margin: 0 0 30px;
		padding: 32px 20px 0;
		background: #f7f7f7;
		background-size: 100% auto;
	}

	#main .messageBox h2 {
		margin: 0 0 17px;
	}

	#main .messageBox h2 img {
		margin: 0 auto;
	}

	#main .messageBox .inner .photoBox {
		display: none;
	}

	#main .messageBox .inner .textBox {
		width: auto;
	}

	#main .messageBox .inner .textBox p {
		margin-bottom: 22px;
		line-height: 1.71;
		z-index: 100;
		position: relative;
	}

	#main .messageBox .inner .textBox .right {
		margin: -10px 0 0;
		font-size: 17px;
		vertical-align: middle;
	}

	#main .messageBox .inner .textBox .right span {
		display: inline-block;
		font-size: 10px;
		margin-top: -5px;
		vertical-align: middle;
	}

	#main .messageBox .spInner {
		position: relative;
	}

	#main .messageBox .spPhoto {
		position: absolute;
		right: -20px;
		width: 197px;
		bottom: 0;
		z-index: 50;
	}

	#main .messageBox .spPhoto img {
		width: 100%;
	}

	#main .messageBox .spTextBox {
		padding: 0 10px 45px 0;
		width: 70%;
		box-sizing: border-box;
		position: relative;
		z-index: 100;
		background: url(../img/recruit/sp_bg01.png) repeat left top;
	}

	#main .btmBox {
		margin: 0 15px;
	}

	#main .btmBox h2 {
		margin-bottom: 9px;
	}

	#main .btmBox h2 img {
		margin: 0 auto;
	}

	#main .btmBox .comTable {
		margin-bottom: 16px;
	}

	#main .btmBox .comTable th {
		padding: 7px 0 0;
		font-size: 10px;
	}

	#main .btmBox .comTable td {
		padding: 0px 0 8px;
		font-size: 14px;
		line-height: 1.5;
	}

	#main .btmBox .comBtn {
		width: 100%;
	}

	#main .btmBox .comBtn a {
		padding: 15px 5px;
		font-size: 20px;
		border-radius: 2px;
		background: url(../img/recruit/sp_bg02.gif) repeat-y left top;
		background-size: 100% 100%;
	}

	#main .btmBox .comBtn a.career{
		padding: 15px 5px;
		font-size: 20px;
		border-radius: 2px;
		background: #333 !important;
		background-size: 100% 100%;
		margin-top: 10px;
	}
}

@media all and (min-width: 0) and (max-width: 374px) {
	.visualBox h1 {
		font-size: 30px;
		line-height: 1.2;
	}

	#main .topUl li .top {
		margin-bottom: -3px;
	}
}
