@charset "UTF-8";

.wrap{
	width: 940px;
	margin: 0 auto;
}

.header{
	background: url(../img/recruit/main_bg.jpg) no-repeat center center;
	background-size: cover;
}

.txt_area{
	margin: 50px auto;
}

.table_area{
	background-color: #eeeeee;
	padding: 60px 0;
}

.table_ttl{
	margin-bottom: 50px;
	font-size: 3rem;
	color: #006399;
	text-align: center;
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}

.or{
	color: #ff9900;
}

.work{
	background: url(../img/recruit/work_bg.jpg) no-repeat center center;
	background-size: cover;
	padding: 75px 0 65px;
}

.work_ttl{
	margin-bottom: 60px;
	font-size: 3rem;
	color: #fff;
	text-align: center;
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}

.work .txt{
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	font-size: 2rem;
	text-align: center;
	color: #fff;
	line-height: 4rem;
}

.work .img{
	margin: 80px 0 75px;
	text-align: center;
}

.work .w_box{
	background-color: rgba(255,255,255,0.2);
	padding: 60px 55px;
	box-sizing: border-box;
}

.work .w_box_ttl{
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	font-size: 4rem;
	color: #fff;
	text-align: center;
	margin-bottom: 50px;
}

.work .w_box_ttl span{
	font-size: 3rem;
}

.work .w_box dt{
	font-size: 2rem;
	color: #fff;
	margin-bottom: 10px;
}

.work .w_box dd{
	font-size: 1.4rem;
	line-height: 3.4rem;
	color: #fff;
	margin-bottom: 45px;
}

.work .w_box dd:last-of-type{
	margin-bottom: 0;
}

.work .txt02{
	font-size: 1.4rem;
	line-height: 2.8rem;
	margin-top: 50px;
	color: #fff;
}

table{
	background-color: #fff;
	width: 940px;
	border-collapse: collapse;
	margin-bottom: 30px;
}

table th,table td{
	font-size: 1.4rem;
	vertical-align: top;
	padding: 15px 20px;
	line-height: 2.4rem;
}

table th{
	width: 230px;
	box-sizing: border-box;
	color: #fff;
	background-color: #006599;
	text-align: center;
	border-top: 1px solid #fff;
}

table td{
	width: 710px;
	box-sizing: border-box;
	border-top: 1px solid #eeeeee;
}

table td a{
	color: #ff9900;
}

table td a:hover{
	text-decoration: underline;
}

table tr:first-child th,table tr:first-child td{
	border-top: none;
}


.table_area .btn{
	background-color: #ff9900;
	width: 430px;
	margin: auto;
	border-radius: 3px;
}

.table_area .btn a{
	text-align: center;
	font-size: 2rem;
	padding: 20px 0;
	color: #fff;
	display: block;
}

.btn_area .btn{
	background-color: #ff9900;
	width: 430px;
	margin: 60px auto;
	border-radius: 3px;
}

.btn_area .btn a{
	text-align: center;
	font-size: 2rem;
	padding: 20px 0;
	color: #fff;
	display: block;
}

@media screen and (max-width: 640px) {

.header{
	background: url(../img/recruit/main_bg.jpg) no-repeat center right;
	background-size: cover;
}

.txt_area{
	margin-top: 10%;
}

.work{
	background: url(../img/recruit/work_bg.jpg) no-repeat center center;
	background-size: cover;
	padding: 15% 0;
}

.work_ttl{
	margin-bottom: 7%;
	font-size: 2rem;
	color: #fff;
	text-align: center;
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}

.work .txt{
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	font-size: 1.4rem;
	text-align: center;
	color: #fff;
	line-height: 2.8rem;
}


.work .img{
	margin: 10% 0;
	text-align: center;
}

.work .w_box{
	background-color: rgba(255,255,255,0.2);
	padding: 10% 5%;
	box-sizing: border-box;
}

.work .w_box_ttl{
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	font-size: 2.4rem;
	color: #fff;
	text-align: center;
	margin-bottom: 13%;
}

.work .w_box_ttl span{
	font-size: 1.8rem;
}

.work .w_box dt{
	font-size: 1.8rem;
	color: #fff;
	margin-bottom: 5%;
}

.work .w_box dd{
	font-size: 1.4rem;
	line-height: 2.8rem;
	color: #fff;
	margin-bottom: 15%;
}

.work .w_box dd br{
	display: none;
}

.work .w_box dd:last-of-type{
	margin-bottom: 0;
}

.work .txt02{
	font-size: 1.4rem;
	line-height: 2.8rem;
	margin-top: 15%;
	color: #fff;
}


.table_area{
	background-color: #eeeeee;
	padding: 10% 0;
}

.table_ttl{
	margin-bottom: 5%;
	font-size: 2rem;
	color: #006399;
	text-align: center;
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}


table{
	background-color: #fff;
	width: 100%;
	border-collapse: collapse;
	margin-bottom: 0;
}

table th,table td{
	font-size: 1.4rem;
	vertical-align: middle;
	padding: 15px 20px;
	line-height: 1.6;
	display: block;
}

table th{
	width: 100%;
	box-sizing: border-box;
	color: #fff;
	background-color: #006599;
	text-align: center;
	border-top: 1px solid #fff;
}

table td{
	width: 100%;
	box-sizing: border-box;
	border-top: 1px solid #eeeeee;
}

table tr:first-child th,table tr:first-child td{
	border-top: none;
}


.table_area .btn{
	background-color: #ff9900;
	width: 96%;
	margin: auto;
	border-radius: 3px;
}

.table_area .btn a{
	text-align: center;
	font-size: 1.4rem;
	padding: 6% 0;
	color: #fff;
	display: block;
}

.btn_area .btn{
	background-color: #ff9900;
	width: 96%;
	margin: 10% auto;
	border-radius: 3px;
}

.btn_area .btn a{
	text-align: center;
	font-size: 1.4rem;
	padding: 6% 0;
	color: #fff;
	display: block;
}

}