@charset "utf-8";
h1, h2, h3, h4, h5, h6 {
	text-align: center;
}
h2 {
	font-size: 50px;
	line-height: 1.3;
}

.wp-singular .site-header {
	box-shadow: none;
}
.page .site-body {
    padding: 0;
}
.site-body .container {
	max-width: inherit;
	padding-right: 0;
  padding-left: 0;
}
/*mv*************************************/
.recruit .page-header {
	min-height: 0;
	position: relative;
}
.recruit .page-header .page-header-inner {
	position: absolute;
	z-index: 100;
	top: 30px;
	left: 2px;
	margin: 0;
	padding: 0;
	-webkit-writing-mode: vertical-rl;
	-ms-writing-mode: tb-rl;
	writing-mode: vertical-rl;
	width: 26px;
}
.recruit .page-header-title, h1.page-header-title {
	font-size: 16px;
	text-align: left;
	color: #fff;
	font-weight: 300;
	/* text-shadow: 0 0 10px rgba(0, 0, 0, 0.7); */
	text-shadow:.1px .1px 0 #000, -.1px -.1px 0 #000,
              -.1px .1px 0 #000, .1px -.1px 0 #000,
              0px .1px 0 #000,  0-.1px 0 #000,
              -.1px 0 0 #000, .1px 0 0 #000;
}
.page-header {
	background-color: transparent!important;
	position: relative;
	width: 100%;
	height: calc(100vh - 79px);
	background-image: url(../img/recruit/p_mv.png);
	background-repeat: no-repeat;
	background-position: left;
	background-size: cover;
	margin: 0 auto;
}
/*.mv_copy {
	position: absolute;
	width: 800px;
	top: calc((100vh - 110px) / 2);
	left: 50%;
	transform: translateX(-50%);
	z-index: 50;
}
.mv_copy img {
	width: 100%;
}*/

.page-header::after {
	content: "";
	background: url(../img/recruit/mv_copy.svg);
	background-repeat: no-repeat;
	position: absolute;
	width: 800px;
	height: 100px;
	top: calc((100vh - 157px) / 2);
	left: 50%;
	transform: translateX(-50%);
	z-index: 80;
	background-size: 800px;
}
/*mv*************************************/
/*メッセージ*************************************/
.ttl_p_rec {
	font-size: 30px;
	padding: 30px 0;
	line-height: 1.8;
}
main .sttl_messa {
	margin: 100px auto 70px;
}
/*メッセージ*************************************/
/*募集職種*************************************/
.sttl_job {
	font-size: 20px;
	margin: 50px auto;
	border-bottom: 2px solid #ed1c24;
	padding-bottom: 6px;
}
.job_cat {
	padding-bottom: 50px;
}
.job_cont {
	display: flex;
	justify-content: space-between;
	width: 100%;
	flex-wrap: nowrap;
}
.job_img, .job_note {
	width: 50%;
}
.job_note {
	padding-left: 40px;
}
.ssttl_yoko {
	font-family: Lato, "Noto Sans JP", "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", メイリオ, Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-weight: 600;
	margin-top: 50px;
	margin-bottom: 10px;
	align-items: center; /* 横線を上下中央 */
	display: flex; /* 文字と横線を横並び */
	justify-content: center; /* 文字を中央寄せ */
}
.ssttl_yoko::before, .ssttl_yoko::after {
	background-color: #000; /* 横線の色 */
	content: "";
	height: 1px; /* 横線の高さ */
	width: 50px; /* 横線の長さ */
}
.ssttl_yoko::before {
	margin-right: 15px; /* 文字との余白 */
}
.ssttl_yoko::after {
	margin-left: 15px; /* 文字との余白 */
}
.job_icon {
	display: flex;
	justify-content: flex-start;
	width: 440px;
	flex-wrap: wrap;
	margin: 0 auto;
}
.job_icon li {
	width: 100px;
	border: 1px solid #000;
	border-radius: 5px;
	margin-right: 10px;
	margin-bottom: 0;
	margin-top: 10px;
	text-align: center;
	line-height: 1.1;
	padding: 6px 0;
	font-family: Lato, "Noto Sans JP", "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", メイリオ, Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-weight: 600;
}
/*募集職種*************************************/
/*募集要項表*****************/
.require_cont {
	width: 100%;
	font-size: 14px;
	font-family: Lato, "Noto Sans JP", "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", メイリオ, Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	
}
.require_cont table {
	border-collapse: collapse;
	margin: 20px auto;
	width: 100%;
}
.require_cont table tr {
	border: none;
}
.require_cont td, .require_cont th {
	border: 1px solid #ccc;
	padding: 16px;
}
.require_cont th {
	background: #fff8f8;
	width: 160px;
	font-weight: 300;
}
/*募集要項表***************/
/*エントリー*************************************/
.ent_note {
	margin: 50px 0;
}
/***********************************/
/***********フォーム↓*****************/
/***********************************/

.p_form_cont {
	font-family: Lato, "Noto Sans JP", "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", メイリオ, Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	color: inherit;
}

.ttl_contact .border_l {
	border-left: 1px solid #e40012;
}

.con_title {
    background-color: #fff8f8;
    width: 100%;
    margin: 36px 0 16px;
    padding: 7px 20px;
    font-size: 18px;
    font-weight: 600;
    border-left: 6px solid #e40012 !important;
    text-align: left;
}

.con_priv_det p {
	font-size: 14px;
}

.btn_privpage {
	background: #000;
	padding: 1px 6px 0;
	color: #fff;
	font-size: 12px;
	display: inline-block;
	border-radius: 3px;
	line-height: 1.8;
}
.btn_privpage:hover {
	color: #ccc;
}

.con_priv_accept {
  text-align: center;
}

.con_priv_accept label {
	font-size: 15px;
}
/*ーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーー*/
/*　　Formカスタマイズ　　*/
/*ーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーー*/
/*――――「表」デザイン――――*/
.cform th {
  font-size: 15px;
  width: 25%;
  border: solid 1px #ccc;
  padding: 20px 0px 20px 15px;
  font-weight: 300;
}
.cform td {
  font-size: 15px;
  line-height: 200%;
  border: solid 1px #ccc;
  padding: 20px 20px;
}
/*―――――表示―――――*/
.cform {
  width: 100%;
  margin: auto;
  border-collapse: collapse;
}
@media only screen and (max-width:767px) {
  .cform th, .cform td {
    width: 100%;
    border: 1px solid #999;
    display: block;
    border-top: none;
  }
	
	.cform th {
    padding: .5em 1em .4em;
  }
		.cform td {
    padding: 1.2em .8em;
  }
}
.cform {
  border-top: 1px solid #999;
}
/*――「送信ボタン」デザイン――*/
.submit-btn input {
  background-color: #e40012;
  color: #fff;
  margin: 0 auto;
  padding: 8px 32px;
  border-radius: 5px;
  cursor: pointer;
  text-align: center;
  border: #cb5716 1px solid;
}
.submit-btn {
  text-align: center;
  margin-top: 20px;
  cursor: pointer;
}
.submit-btn input:hover {
  background: #fff;
  color: #e40012;
  cursor: pointer;
}
/*―――「必須」デザイン―――*/
.required-srt {
  font-size: 12px;
  padding: 2px 4px;
  border-radius: 3px;
  margin-right: 10px;
  background: #e40012;
  color: #fff;
	margin-left: 6px;
}
/*枠と文字*/
.cform input[type=date], .cform input[type=email], .cform input[type=number], .cform input[type=password], .cform input[type=tel], .cform input[type=text], .cform input[type=url], .cform select, .cform textarea {
    border: 2px solid #000c27;
	font-size: 16px;
}

/*送信ボタン中央に*/

.submit-btn .wpcf7-spinner {
    display: block;
}
/*ーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーー*/
/*　　Formカスタマイズここまで　　*/
/*ーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーー*/



/***********************************/
/***********フォーム↑*****************/
/***********************************/

/*エントリー*************************************/







/****************************************************/
/****************** media queries *******************/
/****************************************************/
/********************************************/
/************ max-width: 1200px *************/
/********************************************/
@media screen and (max-width: 1200px) {
	/*mv*************************************/
	/*mv*************************************/
	/*メッセージ*************************************/
	/*メッセージ*************************************/
	/*募集職種*************************************/
	/*募集職種*************************************/
	/*エントリー*************************************/
	/*エントリー*************************************/
}
/********************************************/
/************ max-width: 1120px *************/
/********************************************/
@media screen and (max-width: 1120px) {
	/*mv*************************************/
	/*mv*************************************/
	/*メッセージ*************************************/
	/*メッセージ*************************************/
	/*募集職種*************************************/
	/*募集職種*************************************/
	/*エントリー*************************************/
	/*エントリー*************************************/
}
/********************************************/
/************ max-width: 1000px *************/
/********************************************/
@media screen and (max-width: 1000px) {
	/*mv*************************************/
/*	.mv_copy {
		width: 80%;
	}*/
	
	/*mv*************************************/
	/*メッセージ*************************************/
	/*メッセージ*************************************/
	/*募集職種*************************************/
	/*募集職種*************************************/
	/*エントリー*************************************/
	/*エントリー*************************************/
}
/********************************************/
/************ max-width: 834px *************/
/********************************************/
/*タブレット*/
@media screen and (max-width: 834px) {
	/*mv*************************************/
	.page-header {
		height: calc(100vh - 64px);
	}
	
	.page-header::after {
	width: 600px;
	height: 80px;
		background-size: 600px;
	
}
	/*mv*************************************/
	/*メッセージ*************************************/
	/*メッセージ*************************************/
	/*募集職種*************************************/
	/*募集職種*************************************/
	/*エントリー*************************************/
	/*エントリー*************************************/
}
/********************************************/
/************ max-width: 640px *************/
/********************************************/
/*スマホ*/
@media screen and (max-width: 640px) {
	/*mv*************************************/
	.page-header {
		background-position: center;
		background-image: url(../img/recruit/p_mv_sp.png);
	}
	
	.page-header::after {
		background: url(../img/recruit/mv_copy_sp.svg);
		background-repeat: no-repeat;
	width: 60px;
	height: 500px;
		background-size: 60px;
		top: calc((100vh - 64px) / 2 - 250px);
	}
	.recruit .page-header .page-header-inner {
		top: 10px;
		width: 22px;
	}
	.recruit .page-header-title, h1.page-header-title {
		font-size: 14px;
	}
	/*mv*************************************/
	/*メッセージ*************************************/
	.ttl_p_rec {
		font-size: 24px;
		padding: 0;
		line-height: 1.6;
	}
	main .sttl_messa {
		margin: 50px auto 40px;
	}
	/*メッセージ*************************************/
	/*募集職種*************************************/
	.sttl_job {
		font-size: 18px;
		margin: 26px auto;
		border-bottom: 1px solid #ed1c24;
		padding-bottom: 4px;
	}
	.job_cont {
		display: block;
	}
	.job_img, .job_note {
		width: 100%;
	}
	.job_note {
		width: 100%;
		padding-left: 0;
		margin-top: 20px;
	}
	.ssttl_yoko {
		margin-top: 30px;
		margin-bottom: 10px;
		font-size: 18px;
	}
	.job_icon {
		display: flex;
		justify-content: space-between;
		width: 90%;
		flex-wrap: wrap;
		margin: 0 auto;
	}
	.job_icon li {
		width: 32%;
		margin-right: 0px;
		margin-top: 6px;
	}
	/*募集職種*************************************/
	/*募集要項表*****************/
	.require_cont td, .require_cont th {
	padding: 13px;
}
	.require_cont table th {
		display: block;
		width: 100%;
	}
	.require_cont table td {
		border-bottom: none;
		border-top: none;
		display: block;
		width: 100%;
	}
	/* .require_cont table tr:first-child th{
    border-top: solid 1px #ccc;
    width: 100%;
  } */
	.require_cont table tr:last-child td {
		border-bottom: solid 1px #ccc;
		width: 100%;
	}
	/*募集要項表**************/
	/*エントリー*************************************/
	.ent_note {
	margin: 10px 0;
}
	/*エントリー*************************************/
}