.pc{
	display:inline-block;
}
.sp{
	display:none;
}
.l-header-lp2023 {
	display: table;
	width: 100%;
	margin: 16px 0;
	overflow: hidden;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
.l-header-nav-lp2023 {
	font-size: 14px;
	font-family: "Noto Sans JP";
	color:#2D2D2D;
	display: block;
	text-align: right;
	vertical-align: middle;
	height:54px;
	line-height:54px;
}
.l-header-nav-lp2023 > li {
	display: inline-block;
	margin-left:3rem;
	color:#2D2D2D;
}
.l-header-nav-lp2023 > li a{
	color:#2D2D2D;
}
.l-header-nav-lp2023 > li a:hover{
	opacity:.8;
	transition:.3s
}
.l-header-logo:hover {
	opacity: 1;
}
/**/
.l-footer-container-lp2023 {
	width: 900px;
	margin: 0 auto;
	text-align:center;
}
.l-footer-lp2023 {
	background: #ffffff;
	padding: 57px 0 20px;
}
.l-footer-bn-lp2023{
	padding: 50px 0 0;
}
.imgcap-lp2023{
	width:90%;
	margin:0 auto;
	display:block;
}
.c-btn-cv-lp2023 {
	color: #fff;
	font-size:18px;
	font-family: "Noto Sans JP";
	letter-spacing:2px;
	line-height: 1;
	background: #C9A74E;
	display:block;
	width:324px;
	height:68px;
	line-height:68px;
	padding: 0;
	margin:0 auto;
	border-radius:50px;
	text-align:center;
	text-shadow: 0 1px 2px rgba(4, 0, 0, 0.15);
}
.c-btn-cv-lp2023:hover{
	color:#fff;
	opacity:.9;
	transition:.3s;
}
.c-btn-cv-lp2023:after{
	content: '';
	display: inline-block;
	background: url(../img/lp2023/sp_ic_btn_cv.png) no-repeat 0px 2px;
	background-size: 11px 18px;
	width: 11px;
	height: 18px;
	position:relative;
	right:-30px;
}
.second-name-lp2023{
	color: #2D2D2D;
	font-size:14px;
	font-weight:300;
	line-height:2;
	font-family: "Noto Sans JP";
	padding:25px 0 50px;
}
/*hero*/
.p-main {
	background: url(../img/lp2023/toppic.png) no-repeat 50% 50%;
	background-size: cover;
	display: table;
	height: 480px;
	padding:65px 0 0 160px;
	box-shadow: 0 3px 2px -2px rgba(4, 0, 0, 0.12) inset;
	width: 1200px;
	width: 100%;
	box-sizing: border-box;
	margin:0 auto;
}
.p-main-body {
	width: 1200px;
	margin: 0 auto;
}
.herocap1{
	width:322px;
	height:42px;
	background: #2F64B3;
	padding:8px 20px 0;
	margin:0 0 20px 0; 
}
.herocap1 + h1 > img {
	width:374px;
	margin:0 0 20px 0; 
}
.herocap3{
	font-size:14px;
	font-weight:500;
	line-height:2;
	font-family: "Noto Sans JP";
	padding:0px 0 24px;
}
.herocap3 + img {
	width:326px;
	margin:0 0 20px 0; 
}
.freeentry{
	width:1200px;
	width:100%;
	height:130px;
	background: #2F64B3;
	margin:0 auto;
	display:flex;
	align-items: center;
}
/*companys*/
section.companys{
	background:#fff;
	text-align:center;
}
.companys_wraps{
	width: 960px;
	margin: 20px auto 40px;
	text-align:center;
}
.c-list-company-lp2023 {
	overflow: hidden;
}
.c-list-company-lp2023 > li {
	text-align: center;
	float: left;
	width: 201px;
	margin: 0 0 25px 32px;
	padding-top: 33px;
	box-sizing: border-box;
	position: relative;
	z-index: 0;
}
/*hidden_job*/
section.hidden_job{
	background:#fff;
	text-align:center;
}
.hidden_job_wraps{
	width: 960px;
	margin: 0 auto;
	text-align:center;
}
.hidden_job_title_wrap{
	display:flex;
	margin:65px 0px 60px 0;
	padding-bottom:60px;
	border-bottom:solid 1px #333;
}
.hidden_job_title1{
	width:480px;
	height:100px;
	margin:20px 65px 0 100px;
}
.hidden_job_title2{
	width:150px;
	height:150px;
	margin:0px 0 0px 0;
}
.hidden_job_cap{
	color: #2D2D2D;
	font-size:18px;
	font-weight:600;
	line-height:1.8;
	letter-spacing:1px;
	font-family: "Noto Sans JP";
	text-align:center;
	margin:64px 0 50px;
}
.hidden_job_bar_wrap{
	display:flex;
	margin-bottom:26px;
}
.bar_left{
	font-size:16px;
	font-weight:500;
	color:#fff;
	width:356px;
	height:88px;
	background: #2F64B3;
	display:flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	line-height:2;
	position:relative;
}

.bar_left span{
	font-size:12px;
	font-weight:400;
	display:inline-block;
}
.bar_left span:before{
	content: '';
	display: inline-block;
	border-top:solid 1px #fff;
	width: 25px;
	height: 16px;
	position:relative;
	top:10px;
	left:-10px;
}
.bar_left span:after{
	content: '';
	display: inline-block;
	border-top:solid 1px #fff;
	width: 25px;
	height: 16px;
	position:relative;
	top:10px;
	right:-10px;
}
.bar_right{
	font-size:16px;
	font-weight:400;
	color:#fff;
	width:612px;
	height:88px;
	background: #ECF1F7;
	display:flex;
	align-items: center;
	justify-content: center;
	line-height:2;
	position:relative;
}
.bar_right:before{
	content: '';
	display: inline-block;
	border-top:solid 10px transparent;
	border-left:solid 10px #2F64B3;
	border-bottom:solid 10px transparent;
	border-right:solid 10px transparent;
	width: 10px;
	height: 10px;
	position:absolute;
	top:calc(44px - 10px);
	left:0px;
}
.rbox{
	width:65px;
	height:60px;
	color: #2F64B3;
	font-size:12px;
	font-weight:400;
	background:#fff;
	display:flex;
	align-items: center;
	justify-content: center;
}
.price{
	width:165px;
	height:60px;
	color: #2D2D2D;
	font-size:12px;
	text-align:left;
	padding-left:20px;
	line-height:1.6;
	font-weight:bold;
}
.price span{
	color: #C22303;
	font-size:20px;
	font-weight:bold;
	margin-right:5px;
}
.ajenda{
	width:260px;
	height:60px;
	color: #2D2D2D;
	font-size:12px;
	font-weight:400;
	text-align:left;
	line-height:1.6;
	padding-left:30px;
	letter-spacing:.3px;
}
.ajenda span:before{
	content: '・';
	display: inline-block;
	margin-left:-1rem;
}
/*result*/
section.result{
	text-align:center;
	background:url(../img/lp2023/bg02.jpg) no-repeat 0px 2px;
	background-size:cover;
	width:100%;
	height:690px;
	margin-top:80px;
}
.result_title{
	width:260px;
	margin:100px 0 95px;
}
.result_wraps{
	width: 1400px;
	margin: 0 auto;
	text-align:center;
}
.result_slide{
	width:444px;
}
.result_header{
	display:flex;
	align-items:center;
	background:#2F64B3;
	width:444px;
	height:68px;
	padding:0 20px 0;
	color:#fff;
}
.result_icon{
	width:50px;
	height:50px;
}
.result_profile{
	margin-left:60px;
}
.result_profile span{
	font-weight:600;
	font-size:22px;
	margin:0 5px;
}
.result_content{
	display:flex;
	height:174px;
}
.result_content_left{
	padding:20px 20px 0 20px;
	background:#ffffff;
	width:222px;
}
.result_content_left .cap{
	background: #2F64B3;
	color:#fff;
	font-family: "Noto Sans JP";
	font-size: 12px;
	font-weight: 400;
	line-height: 1.2;
	letter-spacing: 0.1em;
	text-align: center;
	width:180px;
	height:26px;
	line-height:26px;
}
.result_content_left .read{
	font-family: "Noto Sans JP";
	font-size: 13px;
	font-weight: 700;
	line-height: 1.2;
	letter-spacing: 0.1em;
	text-align: center;
	margin-top:10px;
}
.result_content_left .price_title{
	font-family: "Noto Sans JP";
	font-size: 13px;
	font-weight: 700;
	line-height: 1.2;
	letter-spacing: 0.1em;
	text-align: center;
	margin-top:12px;
}
.result_content_left .price span{
	font-weight:600;
	font-size:32px;
	margin:0 5px;
	color:#2D2D2D;
}
.result_content_right{
	padding:20px 20px 0 30px;
	background:#F1EBDC;
	width:222px;
	position:relative;
}
.result_content_right:before{
	content: '';
	display: inline-block;
	border-top:solid 87px transparent;
	border-left:solid 32px #fff;
	border-bottom:solid 87px transparent;
	border-right:solid 32px transparent;
	width: 32px;
	height: 174px;
	position:absolute;
	top:0;
	left:0px;
}
.result_content_right .cap{
	background: #C9A74E;
	color:#fff;
	font-family: "Noto Sans JP";
	font-size: 12px;
	font-weight: 400;
	line-height: 1.2;
	letter-spacing: 0.1em;
	text-align: center;
	width:155px;
	height:26px;
	line-height:26px;
	margin:0 auto;
}
.result_content_right .read{
	font-family: "Noto Sans JP";
	font-size: 13px;
	font-weight: 700;
	line-height: 1.2;
	letter-spacing: 0.1em;
	text-align: center;
	margin-top:10px;
}
.result_content_right .price_title{
	font-family: "Noto Sans JP";
	font-size: 13px;
	font-weight: 700;
	line-height: 1.2;
	letter-spacing: 0.1em;
	text-align: center;
	margin-top:12px;
}
.result_content_right .price span{
	font-weight:600;
	font-size:32px;
	margin:0 5px;
	color:#C9A74E;
}


/*voice*/
section.voice{
	background:#fff;
	text-align:center;
}
.voice_title{
	width:210px;
	margin:50px 0 95px;
}
.voice_wraps{
	width: 960px;
	margin: 0 auto;
	text-align:center;
}
.voice_content{
	display:flex;
	justify-content: space-between;
}
.voice_wrap{
	border:solid 1px #000;
	border-right:0;
	border-left:0;
	margin:0 0px 0 0;
	padding:0 50px 50px 50px;
	width: 432px;
}
.voice_photoarea{
	margin:50px 0 25px;
	display:flex;
}
.voice_photoarea img{
	width:138px;
	margin-right:32px;
}
.voice_cap{
	color: #2D2D2D;
	font-size:15px;
	font-weight:600;
	line-height:1.8;
	letter-spacing:1px;
	font-family: "Noto Sans JP";
	text-align:left;
}
.voice_age{
	color:#fff;
	background: #C9A74E;
	width:128px;
	margin:20px 0 0;
	font-size:13px;
	height:28px;
	line-height:28px;
}
.voice_profile{
	color: #2D2D2D;
	font-size:13px;
	font-weight:400;
	line-height:1.8;
	letter-spacing:1px;
	font-family: "Noto Sans JP";
	text-align:left;
}
/**/
/*new_applications*/
.new_applications{
	background: #ECF1F7;
	background: #fff;
	text-align:center;
	margin-right: auto;
}
.new_applications_wrap{
	width:900px;
	display:block;
	margin:0 auto;
	text-align:left;
}
.c-box_pcsp{
	padding-left: 142px!important;
	padding-right: 72px!important;
	padding-top: 60px!important;
	margin-top: 35px!important;
}
.c-box-recruit-tit-lp2023 {
	font-size: 20px;
	font-weight:bold;
	letter-spacing: 0.03em;
	margin:0 0 20px;
}
.c-box-recruit-text-lp2023{
	font-size: 13px;
	font-weight:normal;
	letter-spacing: 0.03em;
	margin:0 0 20px;
}
@media screen and (max-width:768px){
	.pc{
		display:none;
	}
	.sp{
		display:inline-block;
	}
	.l-footer-container-lp2023 {
		width: 100%;
	}
	.c-btn-cv-lp2023 {
		color: #fff;
		font-size:16px;
		font-family: "Noto Sans JP";
		letter-spacing:2px;
		line-height: 1;
		background: #C9A74E;
		display:block;
		width:260px;
		height:48px;
		line-height:48px;
		padding: 0;
		margin:0 auto;
		border-radius:50px;
		text-align:center;
		text-shadow: 0 1px 2px rgba(4, 0, 0, 0.15);
	}
	.c-btn-cv-lp2023:after{
		content: '';
		display: inline-block;
		background: url(../img/lp2023/sp_ic_btn_cv.png) no-repeat 0px 2px;
		background-size: 9px 16px;
		width: 9px;
		height: 16px;
		position:relative;
		right:-20px;
	}
	.second-name-lp2023{
		color: #2D2D2D;
		font-size:12px;
		font-weight:400;
		line-height:2;
		font-family: "Noto Sans JP";
		padding:25px 0 10px;
	}
	/*hero sp*/
	.p-main {
		background: url(../img/lp2023/toppic.png) no-repeat 50% 50%;
		background-size: cover;
		display: table;
		height: 410px;
		padding:20px 0 0 0px;
		box-shadow: 0 3px 2px -2px rgba(4, 0, 0, 0.12) inset;
		width: 100%;
		box-sizing: border-box;
		margin:0 auto;
		text-align:center;
	}
	.p-main-body {
		width: 1200px;
		width: 100%;
		margin: 0 auto;
	}

	.herocap1{
		width:280px;
		height:42px;
		background: #2F64B3;
		padding:8px 20px 0;
		margin:20px auto 20px;
	}
	.herocap1 + h1 > img {
		width:280px;
		margin:0 auto 20px; 
	}
	.herocap3{
		display:block;
		width:280px;
		font-size:13px;
		font-weight:500;
		line-height:2;
		font-family: "Noto Sans JP";
		margin:0px auto 10px;
		text-align:left;
	}
	.herocap3 + img {
		width:270px;
		margin:0 0 20px 0; 
	}
	.freeentry{
		width:100%;
		height:130px;
		background: #2F64B3;
		margin:0 auto;
		display:flex;
		align-items: center;
	}
	/*companys sp*/
	section.companys{
		background:#fff;
		text-align:center;
	}
	.companys_wraps{
		width: 100%;
		margin: 0 auto;
		text-align:center;
	}
	.c-list-company-lp2023 {
		overflow: hidden;
	}
	.c-list-company-lp2023 > li {
		text-align: center;
		float: left;
		width: 40%;
		height:80px;
		margin: 0 0 25px 32px;
		padding-top: 33px;
		box-sizing: border-box;
		position: relative;
		z-index: 0;
	}

	/*hidden_job sp*/
	section.hidden_job{
		background:#fff;
		text-align:center;
	}
	.hidden_job_wraps{
		width: 100%;
		margin: 0 auto;
		text-align:center;
	}
	.hidden_job_title_wrap{
		display:block;
		margin:65px 0px 30px 0;
		padding-bottom:30px;
		border-bottom:solid 1px #333;
	}
	.hidden_job_title1{
		width:300px;
		height:65px;
		margin:10px auto 10px;
		display:block;
	}
	.hidden_job_title2{
		width:150px;
		height:150px;
		margin:20px auto 0px;
		display:block;
	}
	.hidden_job_cap{
		color: #2D2D2D;
		font-size:18px;
		font-weight:600;
		line-height:1.8;
		letter-spacing:1px;
		font-family: "Noto Sans JP";
		text-align:center;
		margin:34px 0 25px;
	}
	.hidden_job_bar_wrap{
		display:inline-block;
		margin-bottom:0px;
		width:100%;
		max-width:500px;
		padding:15px;
	}
	.bar_left{
		font-size:16px;
		font-weight:500;
		color:#fff;
		width:100%;
		height:68px;
		background: #2F64B3;
		display:flex;
		align-items: center;
		justify-content: center;
		flex-direction: column;
		line-height:2;
		position:relative;
	}

	.bar_left span{
		font-size:12px;
		font-weight:400;
		display:inline-block;
	}
	.bar_left span:before{
		content: '';
		display: inline-block;
		border-top:solid 1px #fff;
		width: 25px;
		height: 16px;
		position:relative;
		top:10px;
		left:-10px;
	}
	.bar_left span:after{
		content: '';
		display: inline-block;
		border-top:solid 1px #fff;
		width: 25px;
		height: 16px;
		position:relative;
		top:10px;
		right:-10px;
	}
	.bar_right{
		font-size:16px;
		font-weight:400;
		color:#fff;
		width:100%;
		height:auto;
		background: #ECF1F7;
		display:flex;
		align-items: center;
		justify-content: center;
		flex-wrap: wrap;
		line-height:2;
		position:relative;
		padding:20px 10px 15px;
	}
	.bar_right:before{
		content: '';
		display: inline-block;
		border-top:solid 10px #2F64B3;
		border-left:solid 10px transparent;
		border-bottom:solid 10px transparent;
		border-right:solid 10px transparent;
		width: 10px;
		height: 10px;
		position:absolute;
		top:0;
		left:calc(50% - 10px);
	}
	.rbox{
		width:65px;
		height:40px;
		color: #2F64B3;
		font-size:12px;
		font-weight:400;
		background:#fff;
		display:flex;
		align-items: center;
		justify-content: center;
	}
	.price{
		width:calc(100% - 65px);
		height:50px;
		color: #2D2D2D;
		font-size:12px;
		text-align:left;
		padding-left:20px;
		line-height:1.6;
		font-weight:bold;
		display:flex;
		align-items: center;
	}
	.price br{
		display:none;
	}
	.price span{
		color: #C22303;
		font-size:20px;
		font-weight:bold;
		margin-right:5px;
		display:inline-block;
	}
	.ajenda{
		width:calc(100% - 65px);
		height:50px;
		color: #2D2D2D;
		font-size:12px;
		font-weight:400;
		text-align:left;
		line-height:1.4;
		padding-left:30px;
		letter-spacing:.3px;
	}
	.ajenda span:before{
		content: '・';
		display: inline-block;
		margin-left:-1rem;
	}

	/*result sp*/
	section.result{
		text-align:center;
		background:url(../img/lp2023/bg02.jpg) no-repeat 0px 2px;
		background-size:cover;
		width:100%;
		height:690px;
		margin-top:80px;
	}
	.result_title{
		width:260px;
		margin:100px 0 95px;
	}
	.result_wraps{
		width: 100%;
		margin: 0 auto;
		text-align:center;
	}
	.result_slide{
		width:100%;
		margin: 0 auto;
		display:inline-block;
		text-align:center;
	}
	.result_header{
		display:flex;
		align-items:center;
		background:#2F64B3;
		width:350px;
		height:68px;
		padding:0 20px 0;
		color:#fff;
		margin: 0 auto;
	}
	.result_icon{
		width:50px;
		height:50px;
	}
	.result_profile{
		margin-left:60px;
	}
	.result_profile span{
		font-weight:600;
		font-size:22px;
		margin:0 5px;
	}
	.result_content{
		display:flex;
		height:154px;
		width:350px;
		margin: 0 auto;
	}
	.result_content_left{
		padding:20px 20px 0 20px;
		background:#ffffff;
		width:175px;
	}
	.result_content_left .cap{
		background: #2F64B3;
		color:#fff;
		font-family: "Noto Sans JP";
		font-size: 10px;
		font-weight: 400;
		line-height: 1.2;
		letter-spacing: 0.1em;
		text-align: center;
		width:120px;
		height:26px;
		line-height:26px;
	}
	.result_content_left .read{
		font-family: "Noto Sans JP";
		font-size: 11px;
		font-weight: 700;
		line-height: 1.2;
		letter-spacing: 0.1em;
		text-align: center;
		margin-top:10px;
	}
	.result_content_left .price_title{
		font-family: "Noto Sans JP";
		font-size: 11px;
		font-weight: 700;
		line-height: 1.2;
		letter-spacing: 0.1em;
		text-align: center;
		margin-top:12px;
	}
	.result_content_left .price{
		font-size: 10px;
		width:100%;
		display:block;
	}
	.result_content_left .price span{
		font-weight:600;
		font-size:16px;
		margin:0 5px;
		color:#2D2D2D;
	}
	.result_content_right{
		padding:20px 20px 0 30px;
		background:#F1EBDC;
		width:175px;
		position:relative;
	}
	.result_content_right:before{
		content: '';
		display: inline-block;
		border-top:solid 87px transparent;
		border-left:solid 16px #fff;
		border-bottom:solid 87px transparent;
		border-right:solid 16px transparent;
		width: 16px;
		height: 174px;
		position:absolute;
		top:0;
		left:0px;
	}
	.result_content_right .cap{
		background: #C9A74E;
		color:#fff;
		font-family: "Noto Sans JP";
		font-size: 10px;
		font-weight: 400;
		line-height: 1.2;
		letter-spacing: 0.1em;
		text-align: center;
		width:105px;
		height:26px;
		line-height:26px;
		margin:0 auto;
	}
	.result_content_right .read{
		font-family: "Noto Sans JP";
		font-size: 11px;
		font-weight: 700;
		line-height: 1.2;
		letter-spacing: 0.1em;
		text-align: center;
		margin-top:10px;
	}
	.result_content_right .price_title{
		font-family: "Noto Sans JP";
		font-size: 11px;
		font-weight: 700;
		line-height: 1.2;
		letter-spacing: 0.1em;
		text-align: center;
		margin-top:12px;
	}
	.result_content_right .price{
		font-size: 10px;
		width:100%;
		display:block;
	}
	.result_content_right .price span{
		font-weight:600;
		font-size:16px;
		margin:0 5px;
		color:#C9A74E;
	}

	/*voice sp*/
	section.voice{
		background:#fff;
		text-align:center;
	}
	.voice_title{
		width:130px;
		margin:30px 0 30px;
	}
	.voice_wraps{
		width: 90%;
		margin: 0 auto;
		text-align:center;
	}
	.voice_content{
		display:block;
		justify-content: space-between;
	}
	.voice_wrap{
		border:solid 1px #000;
		border-right:0;
		border-left:0;
		margin:0 0px 0 0;
		padding:0 30px 40px 30px;
		width: 100%;
		max-width:500px;
	}
	.voice_photoarea{
		margin:50px 0 25px;
		display:flex;
	}
	.voice_photoarea img{
		width:128px;
		height:128px;
		margin-right:20px;
	}
	.voice_cap{
		color: #2D2D2D;
		font-size:14px;
		font-weight:500;
		line-height:1.6;
		letter-spacing:1px;
		font-family: "Noto Sans JP";
		text-align:left;
		width:100%;
	}
	.voice_age{
		color:#fff;
		background: #C9A74E;
		width:80px;
		margin:20px 0 0;
		font-size:11px;
		height:28px;
		line-height:28px;
	}
	.voice_profile{
		color: #2D2D2D;
		font-size:12px;
		font-weight:400;
		line-height:1.8;
		letter-spacing:1px;
		font-family: "Noto Sans JP";
		text-align:left;
	}
	/**/
	/*new_applications*/
	.new_applications{
		background: #ECF1F7;
		background: #fff;
		text-align:center;
		margin-right: auto;
	}
	.new_applications_wrap{
		width:100%;
		display:block;
		margin:0 auto;
		text-align:left;
	}
	.c-box_pcsp{
		padding-left: 40px!important;
		padding-right: 10px!important;
		padding-top: 0px!important;
		margin-top: 35px!important;
	}
	.c-box-recruit-tit-lp2023 {
		font-size: 20px;
		font-weight:bold;
		letter-spacing: 0.03em;
		margin:0 0 20px;
	}
	.c-box-recruit-text-lp2023{
		font-size: 13px;
		font-weight:normal;
		letter-spacing: 0.03em;
		margin:0 0 20px;
	}

}

/*slide ui pc*/
.result_wraps .slick-prev, .result_wraps .slick-next {
	font-size: 0;
	line-height: 0;
	position: absolute;
	top: 50%;
	display: block;
	width: 48px;
	height: 48px;
	padding: 0;
	transform: translate(0, -50%);
	cursor: pointer;
	color: transparent;
	border: none;
	outline: none;
	background: transparent;
}

.result_wraps .slick-next {
	right: 210px;
}
.result_wraps .slick-prev {
	left: 135px;
}
.result_wraps .slick-prev:before,.result_wraps .slick-next:before {
	font-family: 'slick';
	font-size: 0px;
	line-height: 1;
	opacity: .75;
	color: white;
	width:80px;
	height:80px;
	display:inline-block;
	position:absolute;
	top:0px;
	left:0;
	box-shadow: 0 3px 2px -2px rgba(4, 0, 0, 0.12) inset;
	box-sizing: border-box;
	margin:0 auto;
}
.result_wraps .slick-prev:before {
	background: url(../img/lp2023/arrow_lc.png) no-repeat 0px 0px;
	background-size: contain;
	box-shadow: 0 0 0 0;
	box-sizing: border-box;
	margin:0 auto;
}
.result_wraps .slick-next:before {
	background: url(../img/lp2023/arrow_rc.png) no-repeat 0px 0px;
	background-size: contain;
	box-shadow: 0 0 0 0;
	box-sizing: border-box;
	margin:0 auto;
}



.result_wraps .slick-dots {
	position: absolute;
	bottom: -80px;
	display: block;
	width: 100%;
	padding: 0;
	margin: 0;
	list-style: none;
	text-align: center;
}
.result_wraps .slick-dots li {
	position: relative;
	display: inline-block;
	width: 20px;
	height: 20px;
	margin: 0px 2px 0;
	padding: 0px;
	cursor: pointer;
}
.result_wraps .slick-dots li button::before {
	font-family: slick;
	font-size: 6px;
	line-height: 20px;
	position: absolute;
	top: 0px;
	left: 0px;
	width: 10px;
	height: 10px;
	border-radius:20px;
	background:#FFF;
	content: ""!important;
	text-align: center;
	opacity: .75;
	color: black;
}
.result_wraps .slick-dots li.slick-active button:before {
	opacity: 1;
	color: black;
	background:#2F64B3;
}

@media screen and (max-width:768px){

	/*slide ui pc*/
	.result_wraps .slick-prev, .result_wraps .slick-next {
		font-size: 0;
		line-height: 0;
		position: absolute;
		top: 50%;
		display: block;
		width: 28px;
		height: 28px;
		padding: 0;
		transform: translate(0, -50%);
		cursor: pointer;
		color: transparent;
		border: none;
		outline: none;
		background: transparent;
	}
	.result_wraps .slick-next {
		right: 30px;
	}
	.result_wraps .slick-prev {
		left: 5px;
	}
	.result_wraps .slick-prev:before,.result_wraps .slick-next:before {
		font-family: 'slick';
		font-size: 0px;
		line-height: 1;
		opacity: .75;
		color: white;
		width:60px;
		height:60px;
		display:inline-block;
		position:absolute;
		top:0px;
		left:0;
		box-shadow: 0 3px 2px -2px rgba(4, 0, 0, 0.12) inset;
		box-sizing: border-box;
		margin:0 auto;
	}
	.result_wraps .slick-prev:before {
		background: url(../img/lp2023/arrow_lc.png) no-repeat 0px 0px;
		background-size: contain;
		box-shadow: 0 0 0 0;
		box-sizing: border-box;
		margin:0 auto;
	}
	.result_wraps .slick-next:before {
		background: url(../img/lp2023/arrow_rc.png) no-repeat 0px 0px;
		background-size: contain;
		box-shadow: 0 0 0 0;
		box-sizing: border-box;
		margin:0 auto;
	}


	.result_wraps .slick-dots {
		position: absolute;
		bottom: -80px;
		display: block;
		width: 100%;
		padding: 0;
		margin: 0;
		list-style: none;
		text-align: center;
	}
	.result_wraps .slick-dots li {
		position: relative;
		display: inline-block;
		width: 20px;
		height: 20px;
		margin: 0px 2px 0;
		padding: 0px;
		cursor: pointer;
	}
	.result_wraps .slick-dots li button::before {
		font-family: slick;
		font-size: 6px;
		line-height: 20px;
		position: absolute;
		top: 0px;
		left: 0px;
		width: 10px;
		height: 10px;
		border-radius:20px;
		background:#FFF;
		content: ""!important;
		text-align: center;
		opacity: .75;
		color: black;
	}
	.result_wraps .slick-dots li.slick-active button:before {
		opacity: 1;
		color: black;
		background:#2F64B3;
	}

}
