@charset "UTF-8";
/* CSS Document */


/*==============================
メイン設定
==============================*/

main{
	margin: 0 auto;
}

/*------------------------------
メインフォト設定
------------------------------*/

/*メインフォト*/
.mainPhoto{
	width: 100%;
	height: 300px;
	background: url(../images/recruit/bg_main@2x.jpg) no-repeat center center / cover;
}

/*------------------------------
リクルート設定
------------------------------*/

/*リクルート全体*/
#recruit{
	padding: 85px 0;
	width: 100%;
}

/*リクルート 日本語見出し*/
#recruit h2::after{
	content: "- 採用情報 -";
}

/*リクルート 募集共通設定*/
#recruit > div{
	margin: 25px auto 0;
	padding: 40px;
	width: 920px;
	background: #FFF;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

#recruit .requirements{
	margin: 60px auto 0;
}

/*リクルート leftBox*/
#recruit .leftBox{
	width: 100px;
}

/*リクルート leftBox 見出し*/
#recruit .leftBox h4{
	width: 100%;
	color: #FFF;
	font-size: 1.4rem;
	line-height: 38px;
	text-align: center;
	background: #20304F;
}

/*リクルート rightBox*/
#recruit .rightBox{
	width: calc(100% - 100px - 30px);
}

/*リクルート rightBox table*/
#recruit .rightBox table{
	width: 100%;
}

/*リクルート rightBox table 行*/
#recruit .rightBox table tr{
	width: 100%;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

/*リクルート rightBox table 見出し列*/
#recruit .rightBox table th{
	display: block;
	width: 110px;
	color: #4D4D4D;
	font-size: 1.4rem;
	line-height: 36px;
	font-weight: 600;
	text-align: justify;
	text-align-last: justify;
}

/*リクルート rightBox table 情報列*/
#recruit .rightBox table td{
	display: block;
	width: calc(100% - 110px - 20px);
	color: #4D4D4D;
	font-size: 1.4rem;
	line-height: 36px;
}

/*リクルート rightBox 情報列 リスト 装飾*/
#recruit .rightBox table ul li{
	padding-left:1em;
	text-indent:-1em;
}

/*リクルート rightBox 情報列 リスト 装飾*/
#recruit .rightBox table ul li::before{
	content: "■";
}

/*リクルート サブ見出し*/
#recruit h3{
	margin: 70px auto 0;
	color: #4D4D4D;
	font-size: 2.5rem;
	line-height: 40px;
	font-weight: bold;
	text-align: center;
	font-family:"ヒラギノ角ゴPro W3", "Hiragino Kaku Gothic Pro",Osaka, "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
}

/*------------------------------
採用共通
------------------------------*/
#intro a:hover,
#intaview a:hover,
#joblist a:hover {
	color: #fff;
	background: #4d4d4d;
	transition: .3s;
}

/*------------------------------
マル勝紹介設定
------------------------------*/
#intro {
	padding: 80px 0;
}
#intro h2{
	line-height: 140%;
	font-family: 'Noto Serif JP', serif;
}
#intro .introText {
	font-size: 1.4rem;
	line-height: 36px;
	text-align: center;
	padding: 32px 0 72px;
}
#intro .introImage{
	width: 100%;
	max-width: 560px;
	margin: auto;
}
#intro .itemBtnList{
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 20px;
	margin: 60px auto 0;
	width: 40%;
}
#intro .itemBtnList li a{
	display: block;
	font-size: 1.5rem;
	line-height: 180%;
	border: 1px solid #4d4d4d;
	padding: 10px;
	height: fit-content;
	text-align: center;
	transition: 0.15s;
}
#intro .itemBtnList li a:hover {
	color: #fff;
	background: #4d4d4d;
	transition: .3s;
}
/*------------------------------
働く人の声設定
------------------------------*/
#intaview{
  background: #fff;
  padding: 80px 0;
}
#intaview .sp{
	display: none;
}
#intaview .pc{
	display: block;
}
#intaview h2:after{
	content: "-働く人の声-";
}
#intaview .interviewList {
	display: grid;
	row-gap: 100px;
	width: 92%;
    max-width: 920px;
    margin: 80px auto 0;
}
#intaview .interviewList li{
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 60px;
}
#intaview .interviewBox {
	display: grid;
	row-gap: 24px;
}
#intaview .interviewName{
	font-size: 1.6rem;
	line-height: 150%;
}
#intaview .interviewTitle{
	font-size: 2.2rem;
	font-weight: 600;
	line-height: 36px;
}
#intaview .interviewText{
	font-size: 1.5rem;
	line-height: 180%;
}
#intaview .interviewBtn{
	display: block;
	font-size: 1.5rem;
	line-height: 180%;
	border: 1px solid #4d4d4d;
	padding: 10px;
	height: fit-content;
	text-align: center;
	transition: 0.15s;
	margin: 0 0 0 auto;
	width: 50%;
}
#intaview .interviewList li:last-child .interviewBtn{
	margin: auto 0 0 0;
}

#intaview .interviewSubList{
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 40px;
	width: 92%;
	max-width: 920px;
	margin: 80px auto 0;
}
#intaview .interviewSubList li {
	display: grid;
	row-gap: 12px;
}
#intaview .interviewSubList h3{
	font-size: 1.6rem;
	line-height: 160%;
	display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
#intaview .interviewSubList .interviewBtn{
	width: 100%;
}
/*------------------------------
募集職種設定
------------------------------*/
#joblist{
  padding: 80px 0;
}
#joblist h2:after{
	content: "-募集職種-";
}
#joblist .joblistBox{
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 40px;
	width: 90%;
	max-width: 920px;
	margin: 80px auto 0;
}
#joblist .joblistBox li.closed{
	opacity: .5;
	cursor: default;
} 


#joblist .joblistBox li.closed,
#joblist .joblistBox a{
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 1.5rem;
	line-height: 140%;
	border: 1px solid #4d4d4d;
	padding: 10px;
	height: fit-content;
	text-align: center;
	transition: 0.15s;
	margin: 0 0 0 auto;
	width: 100%;
	min-height: 72px;
}
/*------------------------------
エントリー設定
------------------------------*/

/*エントリー全体*/
#entry{
	padding: 85px 0 260px;
	width: 100%;
	background: #C6A75C;
}

/*formWrap*/
.formWrap{
	margin: 0 auto 0;
	padding: 50px 50px 100px 50px;
	width: 920px;
	background: #FFF;
}

/*エントリー 日本語見出し*/
#entry h2::after{
	content: "- エントリー -";
}

/*エントリー サブ見出し*/
#entry h3{
	margin: 40px auto 0;
	color: #4D4D4D;
	font-size: 2.5rem;
	line-height: 36px;
	font-weight: bold;
	text-align: center;
	font-family:"ヒラギノ角ゴPro W3", "Hiragino Kaku Gothic Pro",Osaka, "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
}

/*エントリー 説明*/
#entry .desc{
	margin: 10px auto 0;
	padding: 0 0 40px 0;
	color: #E60012;
	font-size: 1.8rem;
	font-weight: bold;
	text-align: center;
	font-family:"ヒラギノ角ゴPro W3", "Hiragino Kaku Gothic Pro",Osaka, "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
	border-bottom: 1px solid #4D4D4D;
}

/*フォームテーブル*/
#form{
	margin: 80px 0 0 0;
	width: 100%;
}

/*フォームテーブル 行*/
#form tr{
	display: block;
	margin: 0 0 35px 0;
	padding: 0 70px;
}

/*フォームテーブル 行 最後*/
#form tr:last-child{
	margin: 0;
}

/*フォームテーブル 見出し列*/
#form th{
	display: block;
	margin: 0 0 5px 0;
	width: 100%;
	color: #231815;
	font-size: 1.4rem;
	line-height: 30px;
	font-weight: normal;
	text-align: left;
	font-family:"ヒラギノ角ゴPro W3", "Hiragino Kaku Gothic Pro",Osaka, "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
	position: relative;
}

/*フォームテーブル 見出し列*/
#form th::before{
	content: "";
	display: inline-block;
	margin: 0 10px 0 0;
	width: 4px;
	height: 16px;
	background: #1D2F4D;
	position: relative;
	top: 3px;
}

/*フォームテーブル 情報列*/
#form td{
	display: block;
	width: 100%;
}

/*input共通*/
#form input{
	width: 100%;
	height: 34px;
	font-size: 1.4rem;
	border: 1px solid #8E97A6;
	border-radius: 0px;
	background: #E8EAED;
}

/*textarea*/
#form textarea{
	width: 100%;
	height: 200px;
	font-size: 1.4rem;
	font-weight: normal;
	border: 1px solid #8E97A6;
	border-radius: 0px;
	background: #E8EAED;
}

/*個人情報保護*/
.privacy{
	margin: 100px auto 0;
	text-align: center;
	font-family:"ヒラギノ角ゴPro W3", "Hiragino Kaku Gothic Pro",Osaka, "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
}

/*個人情報保護 リンク*/
.privacy a{
	color: #231815;
	font-size: 1.4rem;
	font-weight: normal;
	line-height: 26px;
	text-decoration: underline;
}


/*ボタン全体*/
.sendBtn{
	margin: 50px auto 0;
	width: 480px;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

/*ボタン input*/
.sendBtn input{
	width: 230px;
	height: 50px;
	color: #4D4D4D;
	font-size: 1.4rem;
	line-break: 50px;
	text-align: center;
	background: #FFF;
	cursor: pointer;
	transition: 0.15s;
	border: 1px solid #20304F;
	transition: 0.15s;
}

/*入力確認ボタン*/
.sendBtn li:first-child input{
	color: #FFF;
	background: #20304F;
}

/*入力確認ボタン ホバー*/
.sendBtn li:first-child.active input{
	background: #FB0000;
	border: 1px solid #FB0000;
	transition: 0.3s;
}

/*リセットボタン*/
.sendBtn li:nth-child(2).active input{
	color: #FFF;
	background: #FB0000;
	border: 1px solid #FB0000;
	transition: 0.3s;
}



/*==============================
レスポンシブ設定
==============================*/

/*768px以下の場合*/
@media screen and (max-width:768px){

	/*==============================
	メイン設定
	==============================*/

	/*------------------------------
	メインフォト設定
	------------------------------*/

	/*メインフォト*/
	.mainPhoto{
		height: 250px;
	}

	/*------------------------------
	リクルート設定
	------------------------------*/

	/*リクルート全体*/
	#recruit{
		padding: 60px 0;
	}

	/*リクルート 募集共通設定*/
	#recruit > div{
		padding: 30px;
		width: calc(100% - 80px);
	}

	#recruit .requirements{
		margin: 40px auto 0;
	}

	/*リクルート rightBox table 行*/
	#recruit .rightBox table tr{
		flex-direction: column;
	}

	/*リクルート rightBox table 見出し列*/
	#recruit .rightBox table th{
		width: 100%;
		text-align-last: left;
	}

	/*リクルート rightBox table 情報列*/
	#recruit .rightBox table td{
		width: 100%;
	}

	/*リクルート サブ見出し*/
	#recruit h3{
		margin: 50px auto 0;
		font-size: 2.2rem;
	}
	/*------------------------------
	マル勝紹介設定
	------------------------------*/
	#intro{
		padding: 40px 0;
	}
	#intro .sp{
		display: block;
	}
	#intro .introText{
		text-align: left;
		padding: 32px 0;
		margin: 0 auto;
		width: 90%;
	}
	#intro .itemBtnList{
		width: 94%;
	}
	/*------------------------------
	働く人の声設定
	------------------------------*/
	#intaview .sp{
		display: block;
	}
	#intaview .pc{
		display: none;
	}
	#intaview .interviewList{
		margin: 30px auto;
		row-gap: 60px;
	}
	#intaview .interviewList li{
		display: block;
	}
	#intaview .interviewBox {
		padding-top: 16px;
		row-gap: 16px;
	}
	#intaview .interviewList li:last-child{
		display: flex;
		flex-direction: column-reverse;
		gap: 0;
	}
	#intaview .interviewBtn{
		width: 100%;
	}
	#intaview .interviewSubList{
		grid-template-columns: repeat(1, 1fr);
		gap: 60px;
	}
	#intaview .interviewTitle,
	#intaview .interviewSubList h3{
		font-size: 2rem;
	}
	/*------------------------------
	募集職種設定
	------------------------------*/
	#joblist{
		padding: 40px 0;
	}
	#joblist .joblistBox{
		grid-template-columns: repeat(1, 1fr);
		gap: 32px;
		margin: 40px auto 0;
	}


	/*------------------------------
	エントリー設定
	------------------------------*/

	/*エントリー全体*/
	#entry{
		padding: 60px 0 200px;
	}

	/*formWrap*/
	.formWrap{
		padding: 40px 40px 60px 40px;
		width: calc(100% - 80px);
	}

	/*エントリー サブ見出し*/
	#entry h3{
		margin: 30px auto 0;
		font-size: 2.2rem;
		line-height: 30px;
	}

	/*エントリー 説明*/
	#entry .desc{
		padding: 0 0 30px 0;
		font-size: 1.6rem;
	}

	/*フォームテーブル*/
	#form{
		margin: 50px 0 0 0;
	}

	/*フォームテーブル 行*/
	#form tr{
		margin: 0 0 30px 0;
		padding: 0;
	}

	/*個人情報保護*/
	.privacy{
		margin: 60px auto 0;
	}


}

/*480px以下の場合*/
@media screen and (max-width:480px){

	/*==============================
	メイン設定
	==============================*/

	/*------------------------------
	メインフォト設定
	------------------------------*/

	/*メインフォト*/
	.mainPhoto{
		height: 150px;
	}

	/*------------------------------
	リクルート設定
	------------------------------*/

	/*リクルート全体*/
	#recruit{
		padding: 40px 0;
	}

	/*リクルート 募集共通設定*/
	#recruit > div{
		padding: 0;
		width: calc(100% - 40px);
		flex-direction: column;
	}

	/*リクルート leftBox*/
	#recruit .leftBox{
		width: 100%;
	}

	#recruit .requirements{
		margin: 30px auto 0;
	}

	/*リクルート rightBox*/
	#recruit .rightBox{
		width: 100%;
		padding: 20px;
	}

	/*リクルート rightBox table 情報列*/
	#recruit .rightBox table td{
		margin: 0 0 10px 0;
		width: 100%;
		line-height: 26px;
	}

	/*リクルート サブ見出し*/
	#recruit h3{
		margin: 30px auto 0;
		width: calc(100% - 40px);
		font-size: 1.8rem;
		line-height: 26px;
	}

	/*------------------------------
	エントリー設定
	------------------------------*/

	/*エントリー全体*/
	#entry{
		padding: 40px 0 150px;
	}

	/*formWrap*/
	.formWrap{
		padding: 20px 20px 40px 20px;
		width: calc(100% - 40px);
	}

	/*エントリー サブ見出し*/
	#entry h3{
		margin: 30px auto 0;
		font-size: 1.8rem;
		line-height: 26px;
	}

	/*フォームテーブル*/
	#form{
		margin: 20px 0 0 0;
	}

	/*フォームテーブル 行*/
	#form tr{
		margin: 0 0 20px 0;
		padding: 0;
	}

	/*個人情報保護*/
	.privacy{
		margin: 30px auto 0;
	}

	/*ボタン全体*/
	.sendBtn{
		margin: 40px auto 0;
		width: 100%;
		flex-direction: column;
	}

	/*ボタン input*/
	.sendBtn input{
		width: 100%;
	}

	/*入力確認ボタン*/
	.sendBtn li:first-child input{
		margin: 0 0 20px 0;
	}



}












