@charset "utf-8";

p {
	line-height: 1.875;
}

/*------------ entry table ------------*/
.entry_table {
	margin: 0 0 99px;
}

.entry_table table {
	border-collapse: separate;
	border-spacing: 10px 0;
}

.entry_table table tr {
	border: none !important;
}

.entry_table table th {
	font-weight: 500;
	letter-spacing: 0.05em;
	line-height: 1.875;
	text-align: center;
	padding: 16px 20px 17px;
	background: transparent;
	width: 220px;
	vertical-align: middle;
	position: relative;
}

.entry_table table th::after {
	position: absolute;
	content: "";
	width: 100%;
	height: 2px;
	background: #2E538D;
	bottom: 0;
	left: 0;
	border-radius: 5px;
}

.entry_table table td {
	letter-spacing: 0.05em;
	line-height: 1.875;
	padding: 16px 20px 17px 10px;
	position: relative;
}

.entry_table table td::after {
	position: absolute;
	content: "";
	width: 100%;
	height: 1px;
	background: #707070;
	bottom: 0.5px;
	left: 0;
	border-radius: 5px;
}

/*------------ 応募について 新卒採用 ------------*/
.bnr_list {
	display: flex;
	flex-wrap: wrap;
	max-width: 886px;
	margin: 50px auto 0;
}

.bnr_item {
	display: block;
	transition: opacity .3s ease;
}

.bnr_item:nth-child(2n) {
	margin-left: auto;
}

.bnr_item img {
	margin-bottom: 8px;
}

.bnr_item span {
	display: inline-block;
	font-size: 1.8rem;
	font-weight: 500;
	color: #2E538D;
	padding-right: 20px;
	padding-right: 25px;
	background: url(../img/popup_blue.svg) no-repeat center right 2px;
}

/* hover */
.bnr_item:hover {
	opacity: .7;
}

/*------------ 応募について 中途採用 ------------*/
.mw_wp_form .sec_h3 {
	margin-top: 0;
}
/*------------ フォーム表示制御用 ------------*/

.preview_txt {
	display: none;
}

.mw_wp_form_preview .input_txt {
	display: none !important;
}

.mw_wp_form_preview .preview_txt {
	display: block !important;
}

/*------------ フォーム ------------*/


/*--- table内 ---*/

.form_table {
	max-width: 1000px;
	margin: 52px auto 59px;
}

.form_table table {
	margin: 0 auto 31px;
}

.form_table table tr:first-child {
	border-top: none;
}

.form_table table th,
.form_table table td {
	padding: 30px 15px 30px;
}

.form_table table th {
	line-height: 40px;
	width: 38.5%;
	padding-left: 0;
	background: transparent;
}

.form_table table td {
	padding-right: 0;
}


.form_table table th .req {
	font-size: 1.3rem;
	font-weight: 400;
	letter-spacing: 0.05em;
	line-height: 1.8;
	color: #FFF;
	background: #F55455;
	padding: 0 6px;
	margin: 8px 0 0;
	position: relative;
	border-radius: 3px;
	float: right;
}

.form_table table th .opt {
	font-size: 1.3rem;
	font-weight: 400;
	letter-spacing: 0.05em;
	line-height: 1.8;
	color: #FFF;
	background: #ACB7C6;
	padding: 0 6px;
	margin: 8px 0 0;
	position: relative;
	border-radius: 3px;
	float: right;
}

.form_table table th .req:after,
.form_table table th .opt:after {
	content: ".";
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
}

.form_table .w100 {
	font-family: 'Noto Sans JP', 'Open Sans', sans-serif, "游ゴシック", "Yu Gothic", YuGothic, "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ ゴシック";
	line-height: 1.5;
	color: #222;
	position: relative;
	letter-spacing: 0.05em;
	width: 100%;

	border: none;
	border-radius: 3px;
	padding: 7px 15px;
}


.form_table textarea {
	display: block;
	font-family: 'Noto Sans JP', 'Open Sans', sans-serif, "游ゴシック", "Yu Gothic", YuGothic, "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ ゴシック";
	line-height: 1.7;
	letter-spacing: 0.08em;
	width: 100%;
	border: none;
	height: 120px;
	padding: 11px 15px;
	resize: vertical;
	box-sizing: border-box;
	border: none;
	border-radius: 3px;
}

/*------------ ボタン ------------*/
#form_btn_wrap {
	text-align: center;
	display: flex;
	flex-wrap: wrap;
	max-width: 680px !important;
	width: 100%;
	margin: 0 auto;
	justify-content: center;
	position: relative;
}

.submit_btn_box {
	position: relative;
	width: 250px;
	max-width: 100%;
	height: 55px;
}

.submit_btn {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
	height: 100%;
	max-height: 100%;
	padding: 4px 15px 7px;
	font-family: 'Noto Sans JP', 'Open Sans', sans-serif, "游ゴシック", "Yu Gothic", YuGothic, "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ ゴシック";
	font-size: 1.8rem;
	font-weight: 500;
	letter-spacing: 0.05em;
	color: #FFF;
	background-color: #2E538D;
	border: 1px solid #ACB7C6;
	border-radius: 100px;
	cursor: pointer;
	text-decoration: none;
	transition: all .3s ease;
	max-height: 100%;
	position: relative;
	border: none;
}

.submit_btn:hover {
	background: #222;
}

.back_btn {
	font-family: 'Noto Sans JP', 'Open Sans', sans-serif, "游ゴシック", "Yu Gothic", YuGothic, "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ ゴシック";
	max-width: 140px;
	width: 100%;
	background: #f7f7f7;
	display: inline-block;
	padding: 6px;
	color: #7f7f7f;
	transition: background 0.3s;
	text-decoration: none;
	position: relative;
	text-align: center;
	margin-right: 20px;
	border: 1px solid #e6e6e6;
	font-size: 100%;
	-webkit-transition: all .3s ease;
	transition: all .3s ease;
	border-radius: 50px;
}

.back_btn:hover {
	background: #fff;
	border: 1px solid #e6e6e6;
	cursor: pointer;
}

/*----- 完了時 -----*/
.mw_wp_form.mw_wp_form_confirm,
.mw_wp_form.mw_wp_form_complete {
    padding: 114px 0 40px;
}

@media screen and (max-width: 767px) {
	/*------------ entry table ------------*/
	.entry_table {
		margin: 0 0 40px;
	}

	.entry_table table {
		border-collapse: collapse;
		border-spacing: 0;
	}

	.entry_table table tr {
		border: none !important;
	}

	.entry_table table th,
	.entry_table table td {
		display: block;
		width: 100%;
		padding: 10px 15px;
	}

	.entry_table table th {
		text-align: left;
		background: rgba(47, 84, 142, .1);
	}

	.entry_table table th::after {
		height: 1px;
		bottom: auto;
		top: 0;
	}

	.entry_table table td::after {
		content: none;
	}

	/*------------ 応募について 新卒採用 ------------*/
	.bnr_list {
		max-width: 414px;
		margin: 30px auto 0;
	}

	.bnr_item {
		width: 100%;
		margin-bottom: 20px;
	}

	.bnr_item:last-child {
		margin-bottom: 0;
	}

	.bnr_item img {
		margin-bottom: 4px;
	}

	.bnr_item span {
		font-size: 1.5rem;
	}

	/* hover */


	/*------------ 応募について 中途採用 ------------*/

	/*----- フォーム表示制御用 -----*/

	/*------ フォーム ------*/


	/*--- table内 ---*/

	.form_table {
		max-width: 1000px;
		margin: 25px auto 33px;
	}

	.form_table table {
		margin: 0 auto 31px;
	}

	.form_table table tr:first-child {
		border-top: 1px solid #CCCCCC;
	}

	.form_table table th,
	.form_table table td {
		display: block;
		line-height: 2;
		width: 100%;
		padding: 10px 15px;
	}

	.form_table table th {
		background: rgba(255, 255, 255, .5);
	}

	.form_table table td {
		min-height:46px;
	}


	.form_table table th .req,
	.form_table table th .opt {
		font-size: 1.1rem;
		line-height: 1.7;
		padding: 0 5px;
		margin: 4px 0 0;
	}

	/*------ ボタン ------*/
	#form_btn_wrap {
		max-width: none;
		flex-direction: column-reverse;
		align-items: center;
	}

	.submit_btn_box {
		height: 50px;
	}

	.submit_btn {
		font-size: 1.4rem;
		padding: 6px 15px 5px;
	}

	.back_btn {
		margin-right: 0;
		margin-top: 10px;
		height: 40px;
	}
	
	
	/*----- 完了時 -----*/
	.mw_wp_form.mw_wp_form_confirm,
	.mw_wp_form.mw_wp_form_complete {
		padding: 65px 0 30px;
	}

}