@charset "UTF-8";

#kv{
	margin: 0 auto;
	padding: 0 0 0 0;
	position:relative;
	height: 500px;
	min-width: 1180px;
	background: linear-gradient(270deg, #ff8c00 11%, #fdc84a 80%);
display: flex;
align-items:center;
justify-content:center;
}

#kv h2{
	margin: 0 auto;
	padding: 60px 0 0 0;
	position:relative;
	text-align:center;
	font-weight: 600;
	font-size: 44px;
	letter-spacing: 0.05em;
	line-height: 1.8;
	color: #fff;
}


#document{
	width: 100%;
	margin: 0 auto;
	padding: 0 0 0;
	position: relative;
	text-align:center;
	overflow: visible;
	z-index:10;
}

.mask_inner{
	margin: 0 auto 0;
	padding: 100px 0 0;
	width: 890px;
	position:relative;
	text-align:center;
}

.block1{
	margin: -100px auto 0;
	padding: 80px 0 120px;
	min-width: 1180px;
	position:relative;
	text-align:center;
	background-image: url(../images/faq/bg.svg);
	background-repeat: nrepeat;
	background-position: top center;
	background-size: auto;
}

.mask_style1 {
position: absolute;
top: 0px;
left: 0;
width: 100%;
height: 100%;
background: #fff;
mask-image: linear-gradient(#000, #000), url("data:image/svg+xml;charset=utf8,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22UTF-8%22%3F%3E%3Csvg%20id%3D%22a%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%201400.26%205779.95%22%3E%3Cdefs%3E%3Cstyle%3E.b%7Bfill%3A%23fff%3B%7D%3C%2Fstyle%3E%3C%2Fdefs%3E%3Cpath%20class%3D%22b%22%20d%3D%22M1400.26%2C52.95S1164.15-22.61%2C877.22%2C6.79c-286.93%2C29.4-359.08%2C90.68-545.3%2C90.68S0%2C53.05%2C0%2C53.05V5779.95H1399.92l.34-5727Z%22%2F%3E%3C%2Fsvg%3E");
mask-repeat: no-repeat, repeat-x;
mask-position:0 0,center top;
mask-size:100% auto,1400px auto;
mask-composite: intersect;
z-index:-1;
}

.block1 p{
	margin: 0 0 30px ;
	padding: 0 0;
	position:relative;
	font-weight: 500;
	font-size: 16px;
	letter-spacing: 0.05em;
	line-height: 1.8;
	text-align: left;
	color: #222;
}
ul.recruit_search_list {

}
ul.recruit_search_list li {
	display:flex;
	margin:0 0 20px;
	padding:0;
	border:1px #dcdcdc solid;
	border-radius: 16px;
}
ul.recruit_search_list li .shop_name{
	display:flex;
	width:190px;
	padding-left:1.4em;
	background-color:#fef7ec;
	font-size:14px;
	font-weight:bold;
	border-radius: 16px 0 0 16px;
	align-items: center;
	line-height:1.0;
}

ul.recruit_search_list li .shop_detail{
	display:flex;
	padding:1.5em;
	font-size:13px;
	width:100%;
	justify-content: space-between;
    align-items: center;
	background:#fff;
}
ul.recruit_search_list li .shop_detail .shop_info{
	text-align:left;
}
ul.recruit_search_list li .shop_detail .shop_info .shop_info_txt{
	font-size:14px;
	display:block;
}
ul.recruit_search_list li .shop_detail .shop_info .shop_info_tit{
	display:block;
	margin-top:0.7em;
	color:#ff6700;
}
ul.recruit_search_list li .shop_detail .shop_btn{
	display:flex;
    flex-direction: column;
	width:180px;
	min-width:180px;
	padding:0 0 0 2em;
}
ul.recruit_search_list li .shop_detail .shop_btn a{
	padding: 0.6em 0;
	position: relative;
	text-align:center;
	font-weight: bold;
	font-size: 13px;
	line-height: 1.0;
	color: #ff6700;
	border:1px solid #ff6700;
}
ul.recruit_search_list li .shop_detail .shop_btn a:nth-child(1){
	margin-bottom: 1.5em;
}
ul.recruit_search_list li .shop_detail .shop_btn a:hover{
	color: #fff;
	background-color: #ff6700;
	text-decoration:none;
}

.btn_search{
	margin: 0 0;
	padding: 0 0 20px;
	position: relative;
	text-align:center;
}
.btn_search button,
.btn_search a{
	display:inline-block;
	margin: 0 0;
	padding: 20px 80px;
	position: relative;
	text-align:center;
	font-weight: bold;
	font-size: 18px;
	line-height: 1.0;
	color: #ff8314;
	letter-spacing:1px;
	border:2px solid #ff8314;
	border-radius: 30px;
	cursor: pointer;
	background-color: #fff;
}
.btn_search button:hover,
.btn_search a:hover{
	text-decoration:none;
	color: #fff;
	background-color: #ff8314;
	letter-spacing:1px;
}

