/*------------------------------------*\
	$INDEX
\*------------------------------------*/
/*
$PC
$1024px
$768px
$667px
$480px
$375px
$320px
*/



/*------------------------------------*\
	$PC
\*------------------------------------*/
#main_visual {
	background-image: url("../img/recruit/recruit_background.png");
}
.background {
	background-color: rgba(255,255,255,1);
	margin: 0;
}
.subtitle {
	font-size: 16px;
}
#contents_01 {
}
.recruit_content {
	width: 100%;
	margin: 5% auto;
}
p.owner_message_title {
	font-weight: bold;
	font-family: "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
	text-align: center;
	font-size: 20px;
	margin-bottom: 40px;
	letter-spacing: 2.5px;
}
p.owner_message {
	font-size: 12px;
	line-height: 28px;
	text-align: center;
	letter-spacing: 1.5px;
}
p.owner_message span {
	font-weight: bold;
}
.recruit_detail_area {
	background: #000;
	padding: 100px;
	margin: 80px 0 40px 0;
	background-image: url("../img/recruit/recruit_back_2022-01.jpg");
	background-size: cover;
	background-attachment: fixed;
}
p.recruit_detail_title {
	color: #fff;
	text-align: center;
	margin-bottom: 60px;
	font-weight: bold;
	letter-spacing: 10px;
	font-size: 20px;
}
table.recruit_detail {
	font-size: 12px;
	max-width: 960px;
	color: #fff;
	margin: 0 auto;
	text-shadow: 0 0 8px #000;
	background: rgba(0,0,0,0.2);
}
table.recruit_detail th {
	background: rgba(255,255,255,0.15);
	border-top: 1px dotted #fff;
	width: 120px;
	padding: 15px;
}
table.recruit_detail th.last {
	border-bottom: 1px dotted #fff;
}
table.recruit_detail td {
	border-top: 1px dotted #666;
	padding: 15px;
	line-height: 25px;
}
table.recruit_detail td:last-child {
	border-bottom: 1px dotted #666;
}
table.recruit_detail td.middle {
	border-left: 1px dotted #666;
	border-right: 1px dotted #666;
}
table.recruit_detail td.jobname {
	background: rgba(0,0,0,0.3);
}
#ccm01 {
	max-width: 900px;
	margin: 80px auto;
	font-size: 13px;
	line-height: 28px;
	text-align: center;
}
#ccm02 {
	max-width: 900px;
	margin: 80px auto 120px;
	font-size: 13px;
	line-height: 28px;
	text-align: center;
}
.ccm_title {
	font-weight: bold;
	font-size: 18px;
	text-align: center;
	margin: 40px 0;
	border-radius: 100px;
	background: #eee;
	padding: 15px 20px 12px;
}
.ccm_title span {
	font-weight: normal;
	font-family: "Satisfy", cursive;
	margin: 0 10px;
}
ul.ccm_step {
	list-style-type: none;
	text-align: center;
}
.year_name {
	font-weight: bold;
	border: 1px solid #ccc;
	border-radius: 100px;
	padding: 4px 20px 2px;
	margin: 25px auto 10px auto;
	width: 100px;
	font-size: 14px;
	letter-spacing: 2px;
	text-align: center;
}
ul.ccm_step li {
	margin: 10px 4px;
	width: 100px;
	height: 80px;
	border-radius: 5px 5px 100% 100%;
	background: #eee;
	display: inline-block;
	vertical-align: top;
	font-size: 11px;
}
ul.ccm_step li span {
	display: block;
	font-weight: bold;
	background: #ddd;
	padding: 5px 5px 2px;
	border-radius: 5px 5px 0 0;
}
ul.ccm_step li.ccm_final {
	background: #EDD3D3;
}
ul.ccm_step li.ccm_final span {
	background: #E5BCBC;
	border-radius: 5px 5px 0 0;
}
.ccm_caption {
	background: #333;
	color: #fff;
	border-radius: 5px;
	padding: 20px;
	margin: 40px 0;
}
.ccm_caption p {
	font-weight: bold;
	margin-bottom: 15px;
	font-size: 15px;
	border-bottom: 3px dotted #666;
	padding-bottom: 15px;
}
table.recruit_detail a, table.recruit_detail_sp a {
	color: #D1BC87;
	text-decoration: none;
}
table.recruit_detail a:hover, table.recruit_detail_sp a:hover {
	color: #EAE4C9;
}
table.recruit_detail_sp {
	display: none;
}
/*---------------------------------------------------------------*\
	$タブ切り替え
\*---------------------------------------------------------------*/
ul.tab_btns {
	letter-spacing: -0.4em;
	margin: 40px auto 40px;
	padding: 0;
	text-align: center;
}
ul.tab_btns > li {
	background-color: #fff;
	border-radius: 100px;
	box-shadow: 0 0 7px #ccc;
	color: #444;
	cursor: pointer;
	display: inline-block;
	font-family: "Satisfy", cursive;
	font-size: 1.2rem;
	letter-spacing: 0.1rem;
	margin: 5px 10px;
	padding: 20px 0 15px;
	position: relative;
	text-align: center;
	transition: all 0.2s ease-in-out 0s;
	vertical-align: top;
	width: 250px;
}
ul.tab_btns > li > span {
	display: block;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 1rem;
	margin: 0 0 3px 0;
	letter-spacing: 0;
	transition: all 0.2s ease-in-out 0s;
}
ul.tab_btns > li.active {
	background-color: #444;
	color: #dbcca3;
}
ul.tab_btns > li:hover {
	background-color: #444;
	color: #dbcca3;
}
/*---------------------------------------------------------------*\
	$タブ切り替えここまで
\*---------------------------------------------------------------*/
.welfare_title {
	color: #b9a580;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
	font-weight: bold;
	letter-spacing: 1rem;
	font-size: 4rem;
	text-align: center;
	text-shadow: 4px 4px 4px #fff;
}
.welfare_title i {
	font-size: 2.4rem;
	line-height: 4.8rem;
	padding: 0 10px;
	vertical-align: text-bottom;
}
.welfare {
	background-image: url("../img/welfare/welfare_bg.png");
	background-size: cover;
	background-attachment: fixed;
	border: 30px solid #fff;
	margin: 0 auto;
	padding: 120px 0;
}
#welfare_inner {
	margin: 0 auto;
	position: relative;
	width: 100%;
}
.welfare_message {
	background-color: #fff;
	border: 10px solid #eee;
	box-shadow: 0 0 7px #ccc;
	font-size: 13px;
	line-height: 28px;
	margin: 40px auto 50px;
	padding: 30px 0;
	text-align: center;
	width: 60%;
}
.container {
	width: 100%;
	margin: 0 auto;   /*中央寄せ*/
	position: relative;
}
.posts {
	width: 360px;
	float: left;
	margin: 0 10px 20px;
	position: relative;
}
.posts_icon {
	background-color: rgba(0, 0, 0, 0.6);
	border-radius: 0 0 10px 10px;
	color: #fff;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	margin: 0 auto;
	padding: 3% 4%;
	position: absolute;
	left: 0;
	right: 0;
	text-align: center;
	top: 0;
	width: 60%;
	z-index: 200;
}
.posts_icon_nail {
	background-color: rgba(24, 160, 178, 0.7);
}
.posts_icon_eye {
	background-color: rgba(252, 213, 58, 0.7);
}
.posts_icon_nishinomiya {
	background-color: rgba(49, 144, 226, 0.7);
}
.posts_icon_toyonaka {
	background-color: rgba(157, 74, 196, 0.7);
}
.posts_thumbnail {
	border: 10px solid #fff;
	border-radius: 10px;
	box-shadow: 7px 7px 0 #ddd;
	font-size: 1px;
	height: auto;
	line-height: 0;
	overflow: hidden;
	vertical-align: text-bottom;
	width: 100%;
}
.posts_thumbnail img {
	width: 100%;
	height: auto;
}
.posts_detail {
	position: absolute;
	bottom: 0;
	top: 0;
	left: 0;
	right: 0;
	margin: 0 auto;
	width: 100%;
	background-color: rgba(0,0,0,0.3);
	transition: all 0.2s ease-in-out;
	z-index: 100;
}
.posts_detail:hover {
	position: absolute;
	bottom: 0;
	top: 0;
	left: 0;
	right: 0;
	width: 100%;
	background-color: rgba(0,0,0,0);
}
.posts_center {
	position: absolute;
	top: 38%;
	right: 0;
	left: 0;
	text-align: center;
}
.posts_date {
	color: #fff;
	font-family: "Satisfy", cursive;
	font-size: 14px;
	letter-spacing: 2px;
	margin: 6px 0;
	padding: 2% 5% 0;
	width: 100%;
	word-break: break-all;
}
.posts_title {
	width: 100%;
	word-break: break-all;
	font-size: 14px;
	padding: 1% 20% 2%;
	line-height: 1.5;
	color: #fff;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

/*------------------------------------*\
	$1024px
\*------------------------------------*/
@media screen and (max-width: 1024px) {
#ccm01 {
	padding: 0 10px;
}
#ccm02 {
	padding: 0 10px;
}
.posts {
	width: 320px;
}
}

/*------------------------------------*\
	$768px
\*------------------------------------*/
@media screen and (max-width: 768px) {
.recruit_content {
	width: 100%;
	margin-top: 60px;
}
.welfare {
	background-image: url("../img/welfare/welfare_bg_sp.png");
	background-attachment: inherit;
	background-position: center right;
	background-size: cover;
	border: 10px solid #fff;
	margin: 0 auto 4%;
	padding: 50px 0;
}
.welfare_title {
	font-size: 3rem;
	text-shadow: 2px 2px 2px #fff;
}
.welfare_message {
	border: 7px solid #eee;
	margin: 40px auto 50px;
	padding: 20px;
	text-align: left;
	width: 90%;
}
.welfare_message br {
	display: none;
}
.posts {
	width: 260px;
}
}

/*------------------------------------*\
	$667px
\*------------------------------------*/
@media screen and (max-width: 667px) {
.posts {
	width: 185px;
}
}

/*------------------------------------*\
	$480px
\*------------------------------------*/
@media screen and (max-width: 480px) {
p.owner_message_title {
	font-size: 16px;
	margin-bottom: 30px;
}
p.owner_message {
	font-size: 12px;
	line-height: 24px;
	text-align: left;
	letter-spacing: 1px;
	width: 90%;
	margin: 0 auto;
}
.recruit_detail_area {
	background: #000;
	padding: 30px 0;
	margin: 40px 0 40px 0;
	background-image: url("../img/recruit/recruit_back.jpg");
	background-size: cover;
	background-attachment: fixed;
	list-style: none;
	background-position: right;
}
p.recruit_detail_title {
	margin: 30px 0;
}
table.recruit_detail th {
	background: rgba(255,255,255,0.15);
	border-top: 1px dotted #fff;
	width: 100%;
	padding: 15px;
	display: block;
}
table.recruit_detail td {
	border-top: 1px dotted #666;
	padding: 15px;
	line-height: 25px;
	display: list-item;
	width: 100%;
}
.ccm_title {
	font-weight: bold;
	font-size: 16px;
	text-align: center;
	margin: 20px 0;
	border-radius: 0;
	background: #eee;
	padding: 15px 20px 12px;
}
.ccm_caption {
	background: #333;
	color: #fff;
	border-radius: 5px;
	padding: 20px;
	margin: 20px 10px;
}
#ccm01 {
	max-width: 900px;
	margin: 20px auto;
	font-size: 12px;
	line-height: 24px;
	text-align: left;
	padding: 0;
}
#ccm02 {
	max-width: 900px;
	margin: 20px auto;
	font-size: 12px;
	line-height: 24px;
	text-align: left;
	padding: 0;
}
p.ccm_text {
	width: 90%;
	margin: 0 auto;
}
ul.ccm_step li {
	margin: 10px 1px;
}
table.recruit_detail {
	display: none;
}
table.recruit_detail_sp {
	display: table;
	font-size: 12px;
	max-width: 900px;
	color: #fff;
	margin: 0 auto;
	text-shadow: 0 0 8px #000;
	background: rgba(0,0,0,0.2);
}
table.recruit_detail_sp th {
	background: rgba(255,255,255,0.15);
	border-top: 1px dotted #fff;
	width: 100%;
	padding: 15px;
	display: block;
}
table.recruit_detail_sp th.last {
	border-bottom: 1px dotted #fff;
}
table.recruit_detail_sp td {
	border-top: 1px dotted #666;
	padding: 15px;
	line-height: 25px;
	width: 100%;
	display: block;
}
table.recruit_detail_sp td:last-child {
	border-bottom: 1px dotted #666;
}
table.recruit_detail_sp td.middle {
	border-top: 1px dotted #666;
}
table.recruit_detail_sp td.jobname {
	background: rgba(0,0,0,0.3);
}
.welfare_title {
	font-size: 2.4rem;
}
.welfare_title i {
	font-size: 1.6rem;
	line-height: 3rem;
	padding: 0;
}
.posts {
	width: 300px;
}
ul.tab_btns > li {
	display: inline-block;
	font-size: 0.9rem;
	margin: 0 5px 10px 5px;
	width: 280px;
}
}

/*------------------------------------*\
	$375px
\*------------------------------------*/
@media screen and (max-width: 375px) {
}

/*------------------------------------*\
	$320px
\*------------------------------------*/
@media screen and (max-width: 320px) {
.posts {
	width: 260px;
}
}
