@charset "UTF-8";

/* ヘッド
---------------------------------------------------- */
header {
	height: 100px;
	line-height: 0;
	background: url(../../images/bg-brown.png);
	position: relative;
}
header .inner {
	height: 90px;
	display: -webkit-flex;
	display: -webkit-box;
    display: -ms-flexbox;
	display: -moz-flex;
    display: flex;
	-webkit-align-items: flex-end;
	align-items: flex-end;
	-webkit-box-align: end;
    -ms-flex-align: end;
	-webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
	justify-content: space-between;
}
header h1 {
	font-size: 30px;
	font-size: 3.0rem;
	line-height: 1em;
	letter-spacing: 0.2em;
	color: #fff;
}
.english header h1 {
	letter-spacing: 0;
}

/* 共通
---------------------------------------------------- */
.inner {
	margin: 0 7px;
}

.intro h2 {
	margin: 2em 0 1em;
	font-size: 22px;
	font-size: 2.2rem;
	letter-spacing: 0.2em;
	text-align: center;
}
.intro p {
	margin-bottom: 2em;
	line-height: 1.8;
	text-align: center;
}

.entry-form label {
	cursor: pointer;
}

.btn-entry button,
.btn-entry input {
	appearance: none;
	-webkit-appearance: none;/*Google Chrome/Safari対応*/
	-moz-appearance: none;/*Firefox対応*/
	-o-appearance: none;/*Opera対応*/
}

.btn-entry a,
.btn-entry button {
	width: 100%;
	max-width: 300px;
	margin: 0 auto 3em;
	padding: 1em 4em;
	font-size: 20px;
	font-size: 2.0rem;
	text-align: center;
	letter-spacing: 0.2em;
	color: #fff;
	border: none;
	background: #c00000;
	display: block;
	cursor: pointer;
	transition: all .3s;
	position: relative;
}
.btn-entry a::after {
	content: '→';
	position: absolute;
	right: 1em;
}
.btn-entry a:hover {
	background: #000;
	transition: all .3s;
}

.btn-back button {
	padding: 0.4em 1em;
	font-size: 15px;
	font-size: 1.5rem;
	border: none;
	border-bottom: 1px solid #000;
	background: none;
	cursor: pointer;
	position: relative;
}
/* .btn-back::before {
	content: '←';
	position: absolute;
	left: 0;
} */


/* 採用情報
---------------------------------------------------- */
table {
	width: 100%;
	margin-bottom: 4em;
}
table th,
table td {
	width: auto;
	padding: 1.3em 1em !important;
	line-height: 1.8;
	text-align: left;
	display: block;
	border: none !important;
}
table th {
	background-color: #EEEEEE;
	font-weight: 700;
}

/* 採用エントリー
---------------------------------------------------- */
.entry-form table tr {
	border-bottom: 1px solid #e6e6e6;
}
.entry-form table th,
.entry-form table td {
	padding: 1.5em 0.5em !important;
}
.entry-form table th {
	padding-bottom: 0!important;
	background: none;
}
.entry-form table input,
.entry-form table textarea {
	width: 95%;
	padding: 0.8em 0.5em;
	font-size: 16px;
	font-size: 1.6rem;
	border: 1px solid #888;
}
.entry-form table textarea {
	height: 20em;
}
.entry-form table input.tel_number {
	width: 23% !important;
}
.entry-form table input[type="radio"] {
	width: 1.5em;
	vertical-align: 0;
}
.entry-form table input[type="file"] {
	border: none;
}
.entry-form table .attention {
	margin-left: 0.8em;
	padding: 0.3em 0.5em;
	font-size: 12px;
	font-size: 1.2rem;
	vertical-align: 0.1em;
	color: #fff;
	background: #c00000;
}
.entry-form .agree {
	margin-bottom: 2em;
	text-align: center;
}


/* レティーナ用画像
---------------------------------------------------- */
@media only screen and (-webkit-min-device-pixel-ratio: 2) {
}

/* パソコン　以上
---------------------------------------------------- */
@media all and (min-width: 1024px) {

/* ヘッド
---------------------------------------------------- */
header {
	height: 100px;
	line-height: 0;
	background: url(../../images/bg-brown.png);
	position: relative;
}
header .inner {
	height: 90px;
	display: -webkit-flex;
	display: -webkit-box;
    display: -ms-flexbox;
	display: -moz-flex;
    display: flex;
	-webkit-align-items: flex-end;
	align-items: flex-end;
	-webkit-box-align: end;
    -ms-flex-align: end;
	-webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
	justify-content: space-between;
}
header h1 {
	font-size: 30px;
	font-size: 3.0rem;
	line-height: 1em;
	letter-spacing: 0.2em;
	color: #fff;
}


/* パンくず
---------------------------------------------------- */
header ul.pankuzu {
	display: -webkit-flex;
	display: -webkit-box;
    display: -ms-flexbox;
	display: -moz-flex;
    display: flex;
	-webkit-box-pack: end;
    -ms-flex-pack: end;
	-webkit-justify-content: flex-end;
	justify-content: flex-end;
	font-size: 13px;
	font-size: 1.3rem;
	line-height: 1em;
	list-style: none;
}

header ul.pankuzu li:after {
	font-family: FontAwesome;
	content: "\f105";
	color: #fff;
	margin: 0 10px;
}
header ul.pankuzu li:last-child:after {
	content: "";
}
header ul.pankuzu li a {
	color: #ccc;
}
header ul.pankuzu li a:hover,
header ul.pankuzu li a:active {
	color: #999;
}


/* 共通
---------------------------------------------------- */
.inner {
	max-width: 960px;
	margin: 0 auto;
}

/* 採用情報
---------------------------------------------------- */
.intro h2 {
	font-size: 24px;
	font-size: 2.4rem;
}
.intro p {
	font-size: 17px;
	font-size: 1.7rem;
	margin-bottom: 4em;
}
table tr {
	border-bottom: 1px solid #e6e6e6;
}
table th,
table td {
	padding: 2em !important;
	display: table-cell;
}
table th {
	width: 30%;
}
table td{
	width: 60%;
}

/* 採用エントリー
---------------------------------------------------- */
.entry-form table th {
	width: 30%;
	vertical-align: top;
	/* display: block; */
}
.entry-form table td {
	width: 70%;
}


}

/* IE10 */
@media all and (-ms-high-contrast:none) and (min-width: 1024px) {

}
