@charset "utf-8";
/*
===== universal reset =================================
*/
* {
	margin:0;
	padding:0;
	font-size: 100%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

/*
===== general =================================
*/

img {
	vertical-align:bottom;
}

body {
	line-height:1.6em;
	font-size:120%;
	font-family: 'Avenir','Helvetica Neue','Helvetica','Arial','Hiragino Sans','ヒラギノ角ゴシック',YuGothic,'Yu Gothic','メイリオ', Meiryo,'ＭＳ Ｐゴシック','MS PGothic';
}

header {
	margin-bottom:3.0em;
	width:100%;
	background:#fff;
	border-bottom:solid 1px #ccc;
	position:fixed;
	z-index:1000;
}

header.home {
	margin-bottom:0;
}

.cover {
	position:relative;
	padding-top:80px;
}

.cover img {
	width:100%;
}

.jobdetail {
	padding-top:1.0em;
	text-align:center;
}

h2.jobtitle {
	padding:0.8em;
	font-size:120%;
	text-align:center;
	color:#fff;
	background:#000;
}

.jobdetail h2 {
	margin-bottom:1.5em;
	padding-bottom:0.3em;
	font-size:160%;
	font-style:oblique;
	text-align:center;
	border-bottom:solid 3px;
}

.detaillink {
	position:absolute;
	top:40%;
	left:0;
	width:100%;
}

.detaillink a {
	display:block;
	margin:auto;
	padding:1.5em 2.0em;
	text-align:center;
	width:40%;
	font-size:130%;
	color:#fff;
	text-decoration:none;
	background:rgba(0, 0, 0, 0.5);
	border:solid 3px;
	border-radius:10px;
}

.detaillink a:hover {
	background:rgba(0, 0, 0, 0.3);
}

section {
	padding-bottom:2.0em;
}

section.thanks {
	text-align: center;
}

section.entry {
	text-align:center;
}

section:nth-child(even) {
	background:#f9fbf7;
}

#main {
	padding-top:80px;
	padding-bottom:2.0em;
}

.page {
	padding-top:120px;
	padding-bottom:2.0em;
}

.txt h2 {
	margin-bottom:1.6em;
	padding:0.8em;
	font-size:120%;
	color:#fff;
	background:#84ba00;
}

h3 {
	margin-bottom:1.0em;
	padding:1.2em;
	font-size:150%;
	color:#fff;
	text-align:center;
	background: #b29c74;
}


h4 {
	margin-bottom:1.0em;
	padding:0.3em 0 0.3em 0.5em;
	font-size:120%;
	font-weight:bold;
	border-left: solid 6px #b29c74;
}

h5 {
	margin-bottom:1.0em;
}

p {
	margin-bottom:1.0em;
}

.message p img {
	float:left;
	margin:0 0.8em 0.8em 0
}

ul {
	margin-bottom:1.0em;
	margin-left:2.0em;
}

ul.point {
	list-style:none;
	margin-left:0;
}

ul.point li {
	margin-bottom:0.5em;
	padding-left: 1.5em;
	text-indent: -1.5em;
	font-weight:bold;
	font-size:120%;
}

ul.point li:before {
	font-family: FontAwesome;
	content: '\f00c';
	color:#cd0200;
	margin-right:0.5em;
}

span.caution {
	margin-left:0.8em;
	padding:0.2em 0.5em;
	font-size:80%;
	font-weight:normal;
	color:#fff;
	background:#c00;
	border-radius:3px;
}

section.detail {
	position:relative;
	margin-bottom:1.0em;
	padding:0 0 2.0em;
	background:#fff !important;
	border:solid 1px #ccc;
}

section.detail h3 {
	padding:0.3em;
	font-size:100%;
	color:#fff;
	text-align:center;
	background: #000;
}

section.detail p {
	text-align:left;
}

section.detail a {
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	text-indent:-9999px;
}

section.detail a:hover {
	background:#eee;
	opacity:0.5;
}

section.detail p {
	margin:0.5em;
	font-size:90%;
}

section.detail .type {
	margin-bottom:1.0em;
}

section.detail .type span {
	padding:0.5em 1.0em;
	font-size:80%;
	font-weight:bold;
	color:#fff;
	background:#de2d2a;
}

section.detail .more {
	position:absolute;
	right:0;
	bottom:0;
	margin-right:10px;
	margin-bottom:10px;
	padding:0 0.5em;
	font-size:70%;
	color:#fff;
	text-align:center;
	background: #b29c74;
}

section.detail .more:after {
	content:"\0bb";
	margin-left:0.2em;
}

.slider div img {
	border:solid 1px #ccc;
}

ul.keyword:before,
ul.keyword:after
 {
	content: " ";
	display: table;
}

ul.keyword:after {
	clear: both;
}

ul.keyword {
	*zoom: 1;
	margin:0;
	list-style:none;
}

.keyword li {
	float:left;
	margin:5px;
	padding:0.5em 1.6em;
	font-size:90%;
	font-weight:bold;
	color:#343;
	border:solid 2px;
}

.btn_joblist ul {
	margin:10px !important;
	list-style:none;
	display:flex;
	justify-content:space-around;
}

.btn_joblist li {
	margin:3px;
}

.btn_joblist a {
	display:block;
	padding:0.6em 0.8em;
	font-size:80%;
	color:#fff;
	background: #b29c74;
	text-decoration:none;
	border-radius:4px;
}

.btn_joblist a:hover {
	opacity:0.8;
}

/*
:target:before {
	content:"";
	display:block;
	height:100px;
	margin:-10px;
}
*/

div.point {
	padding:0.8em;
	font-size:120%;
	border:solid 5px #bd240e;
	border-radius:10px;
	background:#fff;
}

div.point h5 {
	border-bottom:solid 5px #bd240e;
}

.btn {
	text-align:center;
}

.btn a {
	display:block;
	margin:1.6em auto;
	padding:1.2em;
	max-width:60%;
	font-size:140%;
	color:#fff;
	text-decoration:none;
	background:#000;
	border-radius:6px;
}

.btn a:hover {
	opacity:0.8;
}

.btn.back a {
	max-width:80%;
	font-size:80%;
}

.tel {
	position:relative;
	margin:1.6em auto;
	padding:1.2em;
	max-width:60%;
	color:#fff;
	text-align:center;
	background:#c00;
	border-radius:6px;
}

.tel h4 {
	margin-bottom:0.3em;
	font-size:140%;
	border: none;
}

.tel p {
	margin-bottom:0.3em;
}

.tel a {
	position: absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	text-indent:-999px;
}

.telno {
	line-height:1.0em;
	font-size:240%;
	font-weight:bold;
}

.website a {
	position:relative;
	display:block;
	margin-left:auto;
	margin-right:auto;
	padding:1.5em 0;
	width:80%;
	font-size:140%;
	color:#fff;
	text-decoration:none;
	text-align:center;
	background: #b29c74;
	border-radius:8px;
}

.website a:after {
	margin-left:1.0em;
	content:url("../images/blank.png")
}

.website a:hover {
	background:#ccc;
}

#botup {
	position:fixed;
	bottom:80px;
	right:10px;
	z-index: 998;
}

#botup a {
	display:table-cell;
	width:45px;
	height:45px;
	font-size:16px;
	text-align:center;
	color:#fff;
	text-decoration:none;
	vertical-align: middle;
	background: #b29c74;
	transition: background-color 0.3s ease-in;
}

#botup a:hover {
	color:#333;
	background:#ccc;
}

footer {
	padding:0.5em 1.0em;
	text-align:center;
	font-size:80%;
	color:#fff;
	background: #333;
}

footer .black {
	display:none;
}

footer a {
	color:#fff;
}

footer a:hover{
	text-decoration:none;;
}

.getjob img {
	vertical-align:middle;
}

/*---フォームとか---*/

input[type="reset"],
input[type="submit"] {
	-webkit-appearance: none;
}

.btn input {
	color:#fff;
	background: #000;
	border: 0;
	padding: 0.3em 15%;
	border-radius: 3px;
}

.btn input:hover {
	opacity:0.8;
	cursor:pointer;
}

.btn input.reset {
	font-size:70%;
	padding: 0.3em 4%;
}

.error_messe {
	margin:3.0em;
	padding:0.5em;
	border: solid 2px #b29c74;
}

.slick-prev {
    z-index:100;
}

.form {
	font-size:120%;
}

.age {
	width:4.0em;
}

/*---テーブルとか---*/
table {
	margin-bottom:1.5em;
}

table.info {
	width:100%;
	border-collapse: collapse;
}

table.info th {
	padding:1.2em 0.8em;
	text-align:left;
	vertical-align:top;
	white-space:nowrap;
	border-bottom:solid 1px;
}

table.info td {
	padding:1.2em 0.8em;
	text-align:left;
	vertical-align:top;
	border-bottom:solid 1px;
}

table.info h4 {
	padding:0;
	border:none;
}


@media screen and (min-width: 769px) {
	header {
		padding:5px 10px;
		height: 85px;
		display:flex;
		justify-content:space-between;
		align-items: center;
	}

	.slider {
		margin:0 auto;
		width:95%;
	}

	.slider div img {
		width: 95% !important;
	}

	.website a br {
		display: none;
	}

	.pagetitle h1 img {
		width:400px;
	}

	.inn {
		margin-left:auto;
		margin-right:auto;
		max-width:980px;
	}
/*
	.panel {
		display:flex;
		justify-content:space-around;
	}

	.panel div.photo {
		flex-basis:40%;
	}

	.panel div.txt {
		flex-basis:50%;
	}
*/
	.panel img {
		width:100%;
		border:solid 1px #ccc;
	}

	.flex {
		display:flex;
		flex-wrap:wrap;
		justify-content:space-between;
	}

	.flex .detail {
		flex-basis:48%;
		background:none;
	}

	.sp {
		display:none;
	}
}

@media screen and (max-width: 768px) {
	header {
		padding-top:0.5em;
		text-align:center;
	}

	#main {
		padding-top:180px;

	}

	.detaillink a {
		padding:1.2em;
		width:60%;
	}

	.slider div img {
		width: 85% !important;
	}

	.btn_joblist ul {
		flex-wrap:wrap;
	}

	.btn_joblist li {
		flex-basis:45%;
	}

	.btn_joblist a {
		padding:0.2em;
	}

	.pagetitle h1 {
		border-bottom:solid 1px #ccc;
	}

	.pagetitle h1 img {
		margin-bottom:0.4em;
		width:300px;
	}

	.btn_joblist a {

	}

	#main img {
		max-width:100%;
	}

	.inn {
		margin-left:auto;
		margin-right:auto;
		width:90%;
	}

	h2.jobtitle {
		padding:0.4em;
		font-size:100%;
	}

	h3 {
		padding:0.6em;
		font-size:120%;
	}

	th, td {
		display:block;
		width:100%;
	}

	.btn a {
		font-size:80%;
	}

	.tel {
		max-width:95%;
	}

	.website a {
		font-size:90%;
	}

	.form {
		width:100%;
	}

	.pc {
		display:none;
	}

	.assurance {
		margin-left:auto;
		margin-right:auto;
		width:75%;
		text-align:left;
	}

	.assurance br {
		display:none;
	}
}

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

	.detaillink a {
		font-size:100%;
	}

}
