@charset "utf-8";

.entry #logo img.logo_black {
    opacity: 1;
}

/*------------ フォーム表示制御用 ------------*/
.input_txt,
.preview_txt {
	text-align: center;
}

.preview_txt {
	display: none;
	margin:30px 0;
}

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

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


#recruit_entry input{
	padding:22px 35px;
	appearance: auto;
}

#recruit_entry{
	background:#FAF8F6;
	padding-bottom:120px;
}

.entry_h{
	max-width:1240px;
	margin:0 auto;
	padding:210px 20px 50px 20px;
}

.entry_h h1{
	position:relative;
	font-size: 1.6rem;
    line-height: 1.4;
    letter-spacing: 0.05em;
	margin:0;
	padding:0;
}
.entry_h h1:before{
	display: block;
    content: attr(data-txt) '';
    font-size: 8.5rem;
    font-weight: 700;
	font-style:italic;
    line-height: 1.2;
    letter-spacing: 0;
    margin-bottom: 5px;
}

.entry_inner{
	max-width:1040px;
	margin:0 auto;
	padding:0 20px;
}



.entry_txt{
	margin-bottom:70px;
}
.entry_txt h3{
	font-size:2.0rem;
	font-weight: 500;
	letter-spacing:0.05em;
	margin:0 0 25px 0;
	padding:0;
}
.entry_txt p{
	font-size:1.6rem;
	line-height:1.875;
	letter-spacing:0.05em;
	margin-bottom:0;
}

/*------------ フォーム ------------*/
/*.red {
	font-size: 1.4rem;
	color: #E30613;
	padding: 0 1px;
	margin: 0 2px 0;
}*/

.req {
	display:inline-block;
	font-size: 1.3rem;
	color: #F44336;
	padding: 2px 10px;
	margin: 0 0 0 22px;
	background:#FBD8D6;
	border-radius:5px;
	/*position: relative;*/
}

.req_txt{
	margin-bottom:48px;
}
.req_txt p{
	font-size:1.6rem;
	line-height:1.875;
	letter-spacing:0.05em;
	margin-bottom:0;
}
.req_txt .req{
	margin-left:0;
	margin-right:6px;
}

/*--- table内 ---*/
table {
	margin: 0 auto 50px;
}

table tr{
	border:none;
}
table tr:first-child {
    border-top: none;
}
table th {
	display:block;
	width:100%;
	padding:45px 0 14px 0
}
table td{
	display:block;
	width:100%;
	padding:0;
}

.entry_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;
	min-height: 180px;
	padding: 11px 15px;
	resize: vertical;
	box-sizing: border-box;
	border: 1px solid #ccc;
}

#zipcode {
	max-width: 195px;
	width:100%;
	margin: 0 0 13px ;
}



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

.submit_btn_box {
	position: relative;
	width: 300px;
	max-width: 100%;
	/*height: 60px;*/
}

.submit_btn {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
	height: 100%;
	padding: 6px;
	font-size: 2.2rem;
	font-weight:700;
	letter-spacing: 0;
	color: #FFF;
	background-color: #333333;
	border-radius: 40px;
	cursor: pointer;
	text-decoration: none;
	transition: all .3s ease;
	max-height: 100%;
	position: relative;
	border: 2px solid #333333;
}

.submit_btn:hover {
	background: #FAF8F6;
	color:#333333;
}

.back_btn {
	font-family: 'Noto Sans JP', 'Open Sans', sans-serif, "游ゴシック", "Yu Gothic", Yu Gothic, "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ ゴシック";
	max-width: 190px;
	width: 100%;
	background: #FAF8F6;
	display: inline-block;
	padding: 6px;
	font-size: 2.2rem;
    font-weight: 700;
    letter-spacing: 0;
	color: #7f7f7f;
	transition: background 0.3s;
	text-decoration: none;
	position: relative;
	text-align: center;
	margin-right: 20px;
	border: 2px solid #7f7f7f;
	/*font-size: 100%;*/
	-webkit-transition: all .3s ease;
	transition: all .3s ease;
	border-radius: 40px;
}

.back_btn:hover {
	background: #7f7f7f;
	color:#fff;
	/*border: 1px solid #e6e6e6;*/
	cursor: pointer;
}

.w100 {
	width: 100%;
	box-sizing: border-box;
}
.w13 {
	width: 13%;
	box-sizing: border-box;
	margin-right:14px;
}

@media screen and (max-width: 767px) {
	
	#recruit_entry{
		padding-bottom:60px;
	}
	
	.entry_h{
		padding:90px 20px 30px 20px;
	}

	.entry_h h1{
		font-size:1.5rem;
	}
	.entry_h h1:before{
		font-size:4.5rem;
	}
	
	.entry_txt{
		margin-bottom:30px;
	}
	.entry_txt h3{
		font-size:1.5rem;
		margin-bottom:18px;
	}
	.entry_txt p,.req_txt p{
		font-size:1.4rem;
	}
	.req_txt{
		margin-bottom:20px;
	}
	
	
	/*------------ フォーム ------------*/
	.red {
		font-size: 1.2rem;
	}

	.req {
		font-size: 1.2rem;
		margin-left:10px ;
	}

	/*--- table内 ---*/
	table {
		margin: 22px auto 35px;
		border-top: none;
	}
	
	table th{
		display: block;
		width: 100%;
		padding:30px 0 10px 0;
		margin-bottom: 0px;
	}

	table td {
		display: block;
		width: 100%;
		margin-bottom: 0px;
	}

	input[type="text"],
	input[type="email"],
	textarea {
		width: 100%;
	}

	input,
	textarea,
	select {
		font-size: 1.3rem;
	}
	
	
	.text_area_bottom input {
		margin-bottom: 10px;
		width: 76%;
	}

	input {
		box-sizing: border-box;
		margin-bottom: 0px;
	}
	
	#recruit_entry input{
		padding:13px 15px;
	}
	
	#recruit_entry input.w13{
		max-width:190px;
		width:100%;
	}



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

	.submit_btn_box {
		/*height: 50px;*/
		max-width:300px;
		width:100%;
	}

	.submit_btn {
		font-size: 1.4rem;
	}

	.back_btn {
		font-size: 1.4rem;
		margin-right: 0;
		margin-top: 20px;
		margin-bottom: 25px;
		height: auto;
		max-width: 300px;
    	width: 100%;
		padding: 13px 15px;
	}

	/*--- プレビュー時---*/
	.mw_wp_form_preview table {
		margin: 0 auto 35px;
	}

	.mw_wp_form_preview #entry_btn_wrap {
		margin-top: 35px;
	}
}