@charset "UTF-8";

/* ヒーローエリア（ローディング画面） */
#loading {
  position: fixed;
  top: 0; 
  left: 0; 
  width: 100%; 
  height: 100%; 
  background: #fff; 
  display: flex; 
  flex-direction: column; 
  justify-content: center; 
  align-items: center; 
  transition: all 0.3s; 
  z-index: 200;
}

#loading img {
	display: block;
}

.loaded {
	opacity: 0;
	visibility: hidden;
}

/* コンテンツ */
.recruit{
	padding: 40px 30px 60px;
	border-top: 12px solid #8a7659;
}
.rec_entry {
	padding: 40px 30px;
}

.recruit,
.recruit a {
	color: #000;
}

.recruit .list {
	border-bottom: 2px solid #313333;
	padding-bottom: 40px;
	margin-bottom: 60px;
}

.recruit .list a {
	display: block;
	height: 34px;
	line-height: 34px;
	padding-left: 40px;
	background:  url(../img/rec_arrow.png);
	background-repeat: no-repeat;
	background-position: left center;
}

.recruit .list a.semiBold {
	color: #8a7659;
	font-weight: 600;
	background:  url(../img/rec_arrow_sepia.png);
	background-repeat: no-repeat;
	background-position: left center;
}

.recruit .list li {
	margin-bottom: 15px;
}

.recruit .list li:last-child {
	margin-bottom: 0px;
}

.recruit .container,
.rec_entry .container {
	max-width: 1050px;
	margin: 0 auto;
}

.recruit .container p {
	margin-bottom: 60px;
}

.recruit .container h2 {
	text-align: left;
	font-size: 18px;
	color: #8a7659;
	margin-bottom: 50px;
}

.recruit .container ol {
	margin-bottom: 40px;
}

.recruit .container ol li {
	margin-bottom: 5px;
}

.recruit .container ol li:last-child {
	margin-bottom: 0px;
}

.recruit .container ol li img {
	width: 100%;
	max-width: 224px;
	height: auto;
}

.recruit .container a.btn {
	display: block;
	width: 260px;
	margin: 0 auto;
	background: #313333;
	font-size: 18px;
	color: #FFF;
	text-align: center;
	padding: 10px;
}

.recruit .container a.btn span {
	font-size: 14px;
	color: #b07c5c;
}

.recruit .container a.btn_entry {
	display: block;
	width: 260px;
	margin: 0 auto;
	background: #8a7659;
	font-size: 18px;
	color: #FFF;
	text-align: center;
	padding: 10px;	
}

/* コンテンツ下部 */
.rec_entry {
	background: #8a7659;
	color: #FFF;
}

.rec_entry a {
	color: #FFF;
}

.rec_entry .container .box1 {
	margin-bottom: 30px;
}

.rec_entry .container .box1 p {
	margin-bottom: 40px;
}

.rec_entry .container .box1 p:last-child {
	margin-bottom: 0px;
}

.rec_entry .container .box2 p {
	font-size: 14px;
	margin-bottom: 20px;
}

.rec_entry .container .box2 a.btn {
	display: block;
	text-align: center;
	border: 2px solid #FFF;
	padding: 15px;
}

/* 募集職種と条件ページ */
.recruit .container article {
	border-top: 1px solid #999;
}

.recruit .container article.last {
	border-top: 1px solid #999;
	border-bottom: 1px solid #999;
	margin-bottom: 60px;
}

.recruit .container article h3 {
	font-size: 16px;
	font-weight: normal;
	padding: 15px;
	background: #eee;
	margin: 0;
}

.recruit .container article .text {
	padding: 15px;
}

.recruit .container article p {
	margin-bottom: 0px;
}

/* 大きい画面用の設定 */
@media(min-width:1050px) {
	/* コンテンツ */
	.recruit{
	padding: 40px 0px 80px;
	}
	.rec_entry {
	padding: 60px 0px;
	}
	.recruit .list ol {
	display: flex;
	justify-content: center;
	}
	.recruit .list li {
	margin-bottom: 0px;
	margin-right: 40px;
	}
	.recruit .list li:last-child {
	margin-right: 0px;
	}
	.recruit .container ol {
	display: flex;
	justify-content: space-between;
	}
	.recruit .container ol li {
	margin-bottom: 0px;
	}
	/* コンテンツ下部 */
	.rec_entry .container {
	display: flex;
	}
	.rec_entry .container .box1 {
	flex: 1;
	margin-bottom: 0;
	}
	.rec_entry .container .box2 {
	flex: 1;
	}
	/* 募集職種と条件ページ */
	.recruit .container article {
	display: flex;
	}
	.recruit .container article h3 {
	flex: 0 0 240px;
	}
}
