@charset "utf-8";

/*csslint 
adjoining-classes      : false //adjoining classesの許可,
important              : false //inportantの許可,
outline-none           : false //outolineの許可,
unique-headings        : false //h1~6繰り返し使用許可,
box-sizing             : false //box-sizingの許可,
universal-selector     : false //アスタリスクの使用許可,
order-alphabetical     : false //outolineの許可,
overqualified-elements : false //li.activeなどの「li部分」許可,
ids                    : false //セレクタIDの使用の許可,
box-model              : flase //border,paddingの警告,
qualified-headings     : false //見出しの修飾許可,
fallback-colors: false //カラー正式指定の解除,
*/

/*
----------------------*/
/*
----------------------------------------*/

/*全体の設定
---------------------------------------------------------------------------*/
html {
	font-size:100%;
	-ms-text-size-adjust: 100%;
	-webkit-text-size-adjust: 100%;
}
h1,h2,h3,h4,h5,h6,p,ul,ol,li,dl,dt,dd,form,figure{
	margin: 0;
	padding: 0;
	font:inherit;
}
h1,h2,h3,h4,h5,h6{
	font-weight: 700;
}
body {
	color: #333;
	font-size:16px;
	margin: 0 auto;
	padding: 0;
	font-family: "ヒラギノ角ゴ Pro W3",'Hiragino Kaku Gothic ProN',Meiryo,Helvetica,Arial,'游ゴシック',YuGothic,'MS PGothic', Sans-serif;
	line-height: 1.8;
	letter-spacing: 0.02em;
	min-width: 1020px;
}
ul li{
	list-style: outside none none;
}
img {
	max-width: 100%;
	height: auto;
	border: none;
	vertical-align: bottom;
}
table {
	border-collapse:collapse;
	border-spacing: 0;
}
iframe{
	width: 100%;
}
address{
	font-style: normal;
}
* {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.clearfix::after {
	content: "";
	display: block;
	clear: both;
}
/*リンク（全般）設定
---------------------------------------------------------------------------*/
a {
	text-decoration:none;
	outline: none;
	overflow: hidden;
	color:#08C;
}
a:hover {
	opacity:0.85;
	text-decoration: none;
}
/*フォント設定
---------------------------------------------------------------------------*/
.mincho{
	font-family: Georgia, "游明朝体", "YuMincho", "游明朝", "Yu Mincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN W3", HiraMinProN-W3,"ヒラギノ明朝 ProN", "Hiragino Mincho ProN", "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
}
/*共通見出し設定
---------------------------------------------------------------------------*/
.secTtl {
	font-size: 26px;
	text-align: center;
	margin-bottom: 60px;
}
/*共通コンテンツ・部品
---------------------------------------------------------------------------*/
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
	main {
		display: block;
	}
}
.innerWrap{width: 980px;margin: 0 auto;}
/*ボタン設定
--------------------------------------*/
button{
	border: none;
	cursor: pointer;
	outline: none;
}
.btn1 {
	color: #FFF;
	display: inline-block;
	font-size: 24px;
	line-height: 60px;
	text-align: center;
	min-width: 500px;
	vertical-align: bottom;
}
.btn1:hover{
	opacity: 1;
	color: #FFF;
}
/*カラム設定
---------------------------------------------------------------------------*/
.flexCols {
	display: -webkit-flex;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap : wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}
.flex_AlignC{
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
}
.flex_AlignEnd{
	-webkit-box-align: end;
	-ms-flex-align: end;
	align-items: flex-end;
}
.flex_JC { 
	-webkit-box-pack:center;
	-webkit-justify-content:center;
	-ms-flex-pack: center;
	justify-content: center;
}
.flex_CC { 
	-webkit-box-pack:center;
	-webkit-justify-content:center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
}
.flex_Sbet{ 
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	-webkit-justify-content: space-between;
	justify-content: space-between
}
.flex_SbetC{ 
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
}
/*table 関連
----------------------------------------*/
select {
	color: #111;
	background-color: #fff;
	outline: none;
	font-size: 15px;
	height: 36px;
	padding: 5px;
}
.tableType1 {
	width: 100%;
	font-size: 15px;
	margin-bottom: 30px;
	background: #FFF;
	border: 1px solid #e9e9e9;
	-webkit-box-shadow: 0 1px 1px rgba(0,0,0,.05);
	box-shadow: 0 1px 1px rgba(0,0,0,.05);
}
.tableType1 th, .tableType1 td {
	padding: 12px 15px;
	border: 1px solid #ddd;
}
.tableType1 th {
	background-color: #fcfcfc;
	text-align: left;
}
/*Layout
---------------------------------------------------------------------------*/
article.mainContents{
	padding: 0 0 60px;
}
/*Header
---------------------------------------------------------------------------*/
header .innerWrap{
	margin-top: 24px;
	-webkit-box-align: end;
	-ms-flex-align: end;
	align-items: flex-end;
}
header h1 {
	font-size: 20px;
	font-weight: 500;
}
header h1 span{
	font-size: 11px;
	display: block;
	line-height: 10px;
	margin-bottom: 4px;
}
header h1 a{
	color: #333;
}
header nav{
	letter-spacing:-.4em;
}
header nav ul li{
	display: inline-block;
	letter-spacing:normal;
}
header nav ul li a{
	display: block;
	color: #333;
	padding: 0 15px;
}
/*スマホ用メニュー
--------------------------------------*/
.sp_menuBtn{
	display: none;
}
/*FOOTER
---------------------------------------------------------------------------*/
footer {
	background-color: #ffffff;
	text-align: center;
}
footer .innerWrap{
	padding: 20px;
}
footer nav{
	text-align: right;
	margin-bottom: 10px;
}
footer nav ul{
	letter-spacing: -.4em;
}
footer nav ul li {
	display: inline-block;
	border-left: 1px solid #333;
	letter-spacing: normal;
	font-size: 14px;
	line-height: 16px;
	padding: 0 10px;
}
footer nav ul li:first-of-type {
	border-left: none;
}
footer nav ul li a{
	color: #333;
}
.copyRight{
	font-size:13px;
	text-align: center;
}
.copyRight a{
	color: #333;
}
/*--------------------------------------------------------------------------
TOPページ home
---------------------------------------------------------------------------*/
/*MainVisual
--------------------------------------*/
.mainVisual {
	background: url(../images/recruitment/mv-bg.png) no-repeat 50% 0 / cover;
	width: 100%;
	height: 600px;
	margin: 30px auto 0;
	text-align: center;
}
/*Main
---------------------------------------------------------------------------*/
.secLow {
	padding: 60px 0 65px;
}
/*secRecAd1
--------------------------------------*/
.secRecAd1{
	padding: 70px 0;
	background-color: #F5F6F7;
}
/*secRecAd2
--------------------------------------*/
.secRecAd2{
	background-color: #61C1BA;
}
.secRecAd2 table {
	margin: 0 auto;
	box-shadow: 0 0 20px rgba(0,0,0,0.15);
}
.secRecAd2 table tr:nth-of-type(odd){
	background-color: #FFF;
}
.secRecAd2 table tr:nth-of-type(even){
	background-color: #F5F5F5;
}
.secRecAd2 table th,
.secRecAd2 table td{
	font-size: 20px;
	font-weight: 700;
}
.secRecAd2 table th{
	background-color: #8259ff;
	border-right: 1px solid #eee;
	border-bottom: 1px solid #FFF;
	color: #FFF;
	padding: 12px 24px 12px 35px;
	text-align: left;
}
.secRecAd2 table tr:last-of-type th{
	border-bottom: none;
}
.secRecAd2 table td{
	padding: 12px 50px 12px 24px;
}
/*contact
--------------------------------------*/
.contact .tableType1 th {
	width: 25%;
}
.contact .tableType1 th span {
	padding: 3px 6px 2px;
	margin-top: 1px;
	background-color: #e60000;
	color: #fff;
	font-size: 70%;
	float: right;
}
.contact input[type="text"],
.contact input[type="email"],
.contact input[type="tel"],
.contact input[type="url"],
.contact input[type="number"],
.contact textarea {
	background-color: #ffffff;
	border: solid 1px #cccccc;
	font-size: 16px;
	padding: 10px;
	width: 100%;
}
.contact input[type="number"]{
	width: 5em;
}
.contact .tableType1 span.cmt{
	font-size:12px;
}
.contact .tableType1 + p.cmt {
	padding: 3px;
	margin-bottom: 20px;
	text-align: right;
	font-size: 14px;
	color: red;
}
.contact .tableType1 p.layer {
	border-bottom: 1px solid #ddd;
	margin-bottom: 12px;
	padding-bottom: 7px;
}
.contact .tableType1 p.layerSp {
	display: inline-block;
}
.contact .consentCheck {
	text-align: center;
	margin-top: 20px;
}
.submitArea{
	text-align: center;
	margin-top: 50px;
}
.submitArea .btnSub{
	border: 0;
	color: #ffffff;
	font-size: 14px;
	font-weight: bold;
	background-color: #00a0e9;
	cursor: pointer;
	padding:8px 10px;
	outline: none;
}
.submitArea .btnSub:hover{
	opacity: 0.8;
}
.submitArea .btnSub.btnBack{
	background-color: #d60000;
}
.submitArea span{
	display: block;
	margin-top: 40px;
}

/*ect
---------------------------------------------------------------------------*/
.floatL { float: left; }
.floatR { float: right; }
.alignL {text-align: left;}
.alignR {text-align: right;}
.alignCR {text-align: center;}

.red {color: #e60000;}
.pink{color: #FF6666}

.w_itl{width: initial!important;}
.mb10{margin-bottom:10px;}

.pcNone{display: none;}
.spNone{display: block;}

.fw700{font-weight: 700;}
.textNone {text-indent: 100%;white-space: nowrap;overflow: hidden;}