/*余白*/
.mt30 {
	margin-top:30px !important;
}
.mt50 {
	margin-top:50px !important;
}

.lp_sp {
	display:none;
}

.lp_recruit {
	border:15px solid #FF7921;
}
.lp_header {
	display: block;
    width: 100%;
    position: absolute;
    z-index: 99;
    top: 0;
	left:0;
	right:unset;
	padding:15px;
}
.lp_mv {
	position:relative;
}
.lp_mv_txt {
	position:absolute;
	bottom:50px;
	left:30px;
}
.lp_h1_area {
	position:relative;
}
.lp_h1 {
	font-size:46px;
	color:#FD7E2B;
	font-weight:600;
	position:relative;
	top:0;
	left:0;
	z-index:2;
}
.lp_h1.white {
	position:absolute;
	top:0;
	left:0;
	z-index:1;
	margin:0;
	-webkit-text-stroke: 5px #fff;
	letter-spacing:0;
}
.lp_btn2 {
	display:flex;
	margin-top:70px;
}
.lp_btn2 li a {
	display:block;
	padding:15px 20px;
	text-align:center;
	color:#fff;
	font-size:18px;
	font-weight:bold;
	width:250px;
	border-radius: 5px;
}
.lp_btn2 li:nth-of-type(1) a {
	background:#1E5EA6;
	border:#1E5EA6 1px solid;
	margin-right:20px;
}
.lp_btn2 li:nth-of-type(2) a {
	background:#FD7E2B;
	border:#FD7E2B 1px solid;
}
.lp_btn2 li:nth-of-type(1) a:hover {
	background:#fff;
	color:#1E5EA6;
}
.lp_btn2 li:nth-of-type(2) a:hover {
	background:#fff;
	color:#FD7E2B;
}
.lp_mv_img p {
	margin-bottom:0;
}
.lp_nav {
	background:#fff;
	display:flex;
	justify-content:center;
	flex-wrap:wrap;
	box-shadow:inset rgba(0,0,0,.5)0 0 4px;
}
.lp_nav li a {
	display:block;
	padding:15px 10px;
}
.lp_nav li a:hover {
	background:#FD7E2B;
	color:#fff;
}
.lp_main_bg {
	background-image:url(https://novarifix.net/wp-content/uploads/2026/02/lp_bg-scaled.webp);
	background-position:top;
	background-repeat:repeat-y;
	background-size:cover;
}
@media screen and (max-width:1000px) {
	.lp_main_bg {
		background-size:contain;
	}
}
.lp_recruit_main p {
	color:#000;
}
.lp_width {
	width:90%;
	max-width:1000px;
	margin:0 auto;
}
.lp_table {
	margin-top:50px;
	border-collapse: unset;
    border-spacing: 5px;
	background: #f2f2f2;
}
.lp_ttl1_area {
	width:fit-content;
	margin:4% auto 5%;
	position:relative;
}
.lp_ttl1_area.left {
	width:fit-content;
	margin:0px auto 25px 0;
	position:relative;
}
.lp_ttl1 {
	color:#f2f2f2;
	font-size:36px;
	font-weight:bold;
	position:relative;
	z-index:2;
}
.lp_ttl1.white {
	color:#fff;
}
.lp_ttl1a {
	color:#000;
	font-size:36px;
	font-weight:bold;
	position:absolute;
	top:0;
	left:0;
	letter-spacing:0;
	margin-bottom:0;
	z-index:1;
	-webkit-text-stroke: 5px #000;
}
.lp_ttl1a.orange {
	-webkit-text-stroke: 5px #FF6500;
}
.lp_ttl1a.blue {
	-webkit-text-stroke: 5px #1E5EA6;
}
.lp_table td p {
	padding-left:20px;
	font-weight: bold;
}
.lp_table td .big_txt {
	font-size:28px;
	font-weight:bold;
	position:relative;
	padding-top:10px;
	margin-bottom:30px;
	padding-left:0;
}
.big_txt.orange {
	color:#FD7E2B;
}
.big_txt.blue {
	color:#1E5EA6;
}
.big_txt:before {
	content:'';
	background:#FF6500;
	width:80%;
	height:3px;
	position:absolute;
	left:0;
	top:3px;
}
.big_txt.blue:before {
	background:#1E5EA6;
}
.lp_table_ttl {
	font-size:24px;
	font-weight:bold;
	color:#000;
}
.lp_money_txt {
	color:#000;
	margin-bottom:0;
}
.lp_money_txt .orange{
	color:#FD7E2B;
	font-size:32px;
	font-weight:bold;
}
.lp_money_txt .blue{
	color:#1E5EA6;
	font-size:32px;
	font-weight:bold;
}
.lp_list1 {
	margin:20px 0 35px;
	padding:0 25px;
	background:#fff;
	border:1px solid #333;
}
.lp_list1 li {
	font-weight:bold;
	color:#000;
	padding:10px 5px;
	padding-left: 45px;
	border-bottom:#333 2px dashed;
	position:relative;
}
.lp_list1 li:before {
	content:'';
	width:20px;
	height:20px;
	background-position:center;
	background-repeat:no-repeat;
	background-size:contain;
	background-image:url(https://novarifix.net/wp-content/uploads/2026/02/icon_check.png);
	position:absolute;
	top:calc(50% - 10px);
	left:10px;
}
.lp_table .lp_list1 li:before {
	content:'';
	width:15px;
	height:15px;
	background-position:center;
	background-repeat:no-repeat;
	background-size:contain;
	background-image:url(https://novarifix.net/wp-content/uploads/2026/02/icon_check.png);
	position:absolute;
	top:calc(50% - 7.5px);
	left:10px;
}
.lp_table .lp_list1.blue li:before {
	content:'';
	width:15px;
	height:15px;
	background-position:center;
	background-repeat:no-repeat;
	background-size:contain;
	background-image:url(https://novarifix.net/wp-content/uploads/2026/02/icon_check_blue.png);
	position:absolute;
	top:calc(50% - 7.5px);
	left:10px;
}
.sp_style .lp_list1.blue li:before {
	content:'';
	width:15px;
	height:15px;
	background-position:center;
	background-repeat:no-repeat;
	background-size:contain;
	background-image:url(https://novarifix.net/wp-content/uploads/2026/02/icon_check_blue.png);
	position:absolute;
	top:calc(50% - 7.5px);
	left:10px;
}
.lp_list1 li:last-of-type {
	border-bottom:none;
}
.lp_list1 li span.orange {
	color:#FD7E2B;
	font-weight:bold;
}
.bg2 {
	position:relative;
	background-position:center;
	background-repeat:no-repeat;
	background-size:contain;
	background-image:url(https://novarifix.net/wp-content/uploads/2026/02/line_bg.png);
}
.lp_txt1 {
	color: #000;
    font-size: 36px;
    font-weight: bold;
    position: relative;
    z-index: 2;
	text-align:center;
}
.lp_txt1-1 {
	font-size: 36px;
    font-weight: bold;
	width:100%;
	text-align:center;
	position:absolute;
	top:0;
	left:0;
	z-index: 1;
    -webkit-text-stroke: 3px #f2f2f2;
}
.lp_btn3 {
	display:flex;
	justify-content:space-around;
	width:100%;
}
.lp_btn3 li a {
	display:block;
	padding:15px 20px;
	text-align:center;
	color:#fff;
	font-size:18px;
	font-weight:bold;
	width:250px;
	border-radius: 5px;
}
.lp_btn3 li:nth-of-type(1) a {
	background:#FD7E2B;
	border:#FD7E2B 1px solid;
}
.lp_btn3 li:nth-of-type(2) a {
	background:#1E5EA6;
	border:#1E5EA6 1px solid;
}
.lp_btn3 li:nth-of-type(1) a:hover {
	background:#fff;
	color:#FD7E2B;
}
.lp_btn3 li:nth-of-type(2) a:hover {
	background:#fff;
	color:#1E5EA6;
}
#style2 {
	display:none;
}
#support {
	background:#f2f2f2;
}
.lp_ttl2 {
	font-size: 28px;
	font-weight:bold;
    color: #333;
    width: 95%;
    margin: 0 auto;
    position: relative;
    margin-bottom: 30px;
}
.lp_ttl2:after {
	content: '';
    width: 105%;
    height: 4px;
    background: #FD7E2B;
    position: absolute;
    bottom: -15px;
    left: -2.5%;
}
.txt_orange {
	color:#FD7E2B !important;
	font-size:20px;
	font-weight:bold;
}
.lp_list2 {
	margin: 20px 0 30px;
	display:flex;
	flex-wrap:wrap;
}
.lp_list2 li {
	width:50%;
	border:#FD7E2B 1px solid;
	background:#fff;
	padding:10px;
}
.lp_list2_ttl {
	display:flex;
	font-weight:bold;
	color:#000;
	font-size:18px;
	align-items:center;
}
.lp_list2_ttl img {
	width:25px;
	height:25px;
	object-fit:contain;
	margin-right:10px;
}
.lp_about_bg {
	background-image:url(https://novarifix.net/wp-content/uploads/2025/12/mv2-scaled.webp);
	background-position:center;
	background-repeat:no-repeat;
	background-size:cover;
	padding:2.5% 0;
}
.lp_about {
	width:95%;
	margin:0 auto;
	padding:10px;
	background:rgba(255,255,255,.95);
	border:#000 1px solid;
}
.lp_about_img img {
	height:100px;
	object-fit:contain;
	margin:0 auto 20px;
}
.lp_about_ttl {
	font-size:28px;
	text-align:center;
}
.map iframe {
	display:block;
}
.lp_form {
	background-image:url(https://novarifix.net/wp-content/uploads/2026/03/lp_form_bg-scaled.png);
	background-position:top;
	background-repeat:repeat-y;
	background-size:cover;
	padding-top:3%;
}
@media screen and (max-width:1500px) {
	.lp_form {
		background-size:contain;
	}
}
@media screen and (max-width:700px) {
	.lp_form {
		background-image:url(https://novarifix.net/wp-content/uploads/2026/02/lp_bg-scaled.webp);
		background-size:contain;
	}
}
.form-submit,
.form-submit p {
	margin-bottom:0 !important;
}



@media screen and (max-width:1000px) {
	.lp_recruit {
		border:5px solid #FF7921;
	}
	.lp_header {
		padding:10px;
	}
	.lp_h1 {
		font-size:32px;
	}
	.lp_h1 span.h1_sub {
		font-size:18px;
	}
	.lp_h1 span.h1_sub {
		text-shadow:rgba(253,126,43,1)0 0 5px;
	}
	.lp_btn2 {
		margin-top:30px;
	}
	.lp_ttl1,
	.lp_ttl1a {
		font-size:42px;
	}
	.lp_table .lp_ttl1,
	.lp_table .lp_ttl1a {
		font-size:25px;
	}
	.lp_table td .big_txt,
	.lp_table_ttl {
		font-size:20px;
	}
	.lp_table td .lp_list1 {
		padding: 0 10px;
	}
	.lp_table td .lp_list1 li {
		padding-left: 30px;
	}
}

@media screen and (max-width:700px) {
	.lp_sp {
		display:block;
	}
	.lp_header {
		background:#fff;
		padding:5px;
	}
	.toggle_btn {
		top: 7px;
        right: 7px;
	}
	.lp_mv {
		padding-top:60px;
	}
	.lp_mv_img {
		border-top:5px solid #FF7921;
		max-height:calc(100vh - 60px);
	}
	.lp_mv_img img {
		height:calc(100vh - 60px);
		object-fit:cover;
	}
	.lp_mv_txt {
		bottom:20%;
		left:15px;
	}
	.lp_h1 {
		font-size:33px;
	}
	.lp_btn2 {
		position: fixed;
		bottom: 0;
		left: 0;
		z-index: 999;
		margin-top:0;
		width:100%;
	}
	.lp_btn2 li {
		width:50%;
	}
	.lp_btn2 li a {
		width:100%;
		padding:10px;
		border-radius:0;
	}
	.lp_btn2 li:nth-of-type(1) a {
		margin:0;
	}
	.lp_nav {
		display: none;
	}
	.lp_ttl1,
	.lp_ttl1a {
		font-size:23px;
	}
	.lp_ttl1a {
		-webkit-text-stroke: 2px #000;
	}
	.lp_list1 {
		padding:0 10px;
	}
	.lp_list1 li {
		padding:5px;
		padding-left: 35px;
		font-weight:600;
	}
	.lp_list1 li:before {
		width:15px;
		height:15px;
		top: calc(50% - 7.5px);
	}
	.lp_txt1,
	.lp_txt1-1 {
		font-size:23px;
	}
	.lp_table,
	.lp_btn3 {
		display:none;
	}
	#style2 {
		display:block;
	}
	.sp_style {
		background:#f2f2f2;
	}
	.big_txt.orange,
	.big_txt.blue {
		font-size:20px;
		font-weight:bold;
		position:relative;
	}
	.big_txt.orange:before,
	.big_txt.blue:before {
		content:'';
		background:#FF6500;
		width:80%;
		height:3px;
		position:absolute;
		top:-5px;
		left:0;
	}
	.big_txt.blue:before {
		background:#1E5EA6;
	}
	.lp_btn {
		margin:20px auto;
		width:fit-content;
	}
	.lp_btn a {
		display:block;
		padding:10px 20px;
		text-align:center;
		color:#fff;
		font-size:16px;
		font-weight:bold;
		width:200px;
		border-radius: 5px;
		background:#FD7E2B;
		border:#FD7E2B 1px solid;
	}
	.lp_btn.blue a {
		background:#1E5EA6;
		border:#1E5EA6 1px solid;
	}
	lp_btn a:hover {
		background:#fff;
		color:#FD7E2B;
	}
	.lp_btn.blue a:hover {
		background:#fff;
		color:#1E5EA6;
	}
	.lp_list2 li {
		width:100%;
		padding:5px;
	}
	.lp_list2_ttl {
		font-size:16px;
	}
	.lp_footer {
		padding-bottom:100px;
	}
}