@charset "utf-8";
body#lp {
	font-family: "Zen Kaku Gothic New", sans-serif;
	font-weight: 400;
}
body#lp h2,
body#lp h3,
body#lp h4 {
	font-family: "Zen Kaku Gothic New", sans-serif;
	font-weight: 500;
	margin-bottom: 1em;
}
body#lp h2 img.headline {
	height: 40px;
	width: auto;
}
#lp .inner {
	max-width: 1200px;
	padding: 0 20px;
	margin: 0 auto;
}
#lp header {
	width: calc(100% - 40px);
	padding: 0 20px;
	position: fixed;
	background: #fff;
	z-index: 999;
}
	#lp header ul.head_menu {
		display: flex;
		align-items: center;
		height: 80px;
		font-size: 14px;
	}
	#lp header ul.head_menu .logo {
		margin-right: auto;
		width: 180px;
	}
	#lp header ul.head_menu .menu {
		padding-left: 10px;
		padding-right: 10px;
		border-right: 1px solid #333;
	}
		#lp header ul.head_menu .menu.no-b {
			border-right: none;
		}
	#lp header ul.head_menu .menu a {
		display: block;
		color: #333;
		text-decoration: none;
		font-weight: 500;
	}
	#lp header ul.head_menu .menu a:hover {
		text-decoration: underline;
	}
	#lp header ul.head_menu img {
		max-height: 100%;
		max-width: 100%;
	}
.btn a {
	display: inline-block;
	background-image: linear-gradient(90deg, #fe7dc3, #e62e8b);
	padding: 10px 20px;
	padding-right: 30px;
	color: #fff !important;
	text-decoration: none;
	border-radius: 30px;
	font-size: 0.9em;
	position: relative;
}
	.btn a::after {
		content: '';
		width: 10px;
		height: 10px;
		position: absolute;
		right: 10px;
		top: calc(50% - 5px);
		background: url('../images/lp-hanbaiq/arrow_btn.png') no-repeat;
		background-size: contain;
	}

#lp section {
	padding: 50px 0;
}
#lp section.mv {
	background: url('../images/lp-gofuku/mv_bg.png') no-repeat;
	background-size: cover;
	background-position: top center;
	padding: 0 20px;
}
	#lp section.mv .copy {
		background: url('../images/lp-hanbaiq/img_mv.png') no-repeat;
		background-size: 50%;
		background-position: bottom right;
		max-width: 1200px;
		padding: 100px 0 50px 0;
		margin: 0 auto;
	}
	#lp section.mv .copy .copy_inner {
		width: 50%;
	}
#lp section.mv h2 {
	font-size: 40px;
	margin-bottom: 30px;
	font-weight: 700;
}
#lp section.mv h3 {
	font-size: 30px;
	margin-bottom: 30px;
	font-weight: 500;
}
	#lp section.mv h3 strong {
		font-weight: 500;
		color: #bb0000;
		background: none;
	}
	#lp section.mv h3 strong.bg_w {
		padding: 0 5px;
		font-family: '游明朝','Yu Mincho',YuMincho,'Hiragino Mincho Pro',serif;
		text-shadow: 2px 2px 3px #fff,-2px 2px 3px #fff,2px -2px 3px #fff,-2px -2px 3px #fff;
	}

#lp section.onayami {
	background: #f4f4f4;
	position: relative;
	margin-bottom: 100px;
}
	#lp section.onayami h2 img {
		width: 500px;
		height: auto;
	}
	#lp section.onayami .onayami_area {
		display: grid;
		grid-template-columns: 1fr 1fr 1fr 1fr;
		gap: 20px;
		margin: 30px 0;
	}
	#lp section.onayami .onayami_area .onayami_box {
		display: flex;
		flex-direction: column;
		justify-content: space-between;
		align-items: center;
	}
	#lp section.onayami .onayami_area .onayami_box .number {
		width: 50%;
	}
	#lp section.onayami .onayami_area .onayami_box .image {
		width: 70%;
	}
#lp section.onayami::after {
	content: '';
	display: block;
	position: absolute;
	bottom: -100px;
	left: 0;
	border-top: 50px solid #f4f4f4;
	border-bottom: 50px solid transparent;
	border-right: 50vw solid transparent;
	border-left: 50vw solid transparent;
}


#lp section.solution {
	background-image:  linear-gradient(90deg, #7cabd6, #257ae6);
	margin-top: -100px;
	padding-top: 150px;
}
#lp section.solution h2.kaiketsu {
	color: #fcdb00;
	font-weight: 700;
	font-size: 40px;
}
	#lp section.solution h2 img.logo_w {
		height: 50px;
		width: auto;
		margin: 0 10px;
	}


#lp section#feature {
	background-image:  linear-gradient(90deg, #7cabd6, #257ae6);
	color: #fff;
}

#lp #feature .feature_box {
	background: #fff;
	border-radius: 10px;
	padding: 50px;
	color: #333;
	margin: 50px 0;
}
#lp #feature .feature_box p {
	margin-bottom: 0;
}
	#lp #feature .feature_box .feature_box_layout {
		display: flex;
		align-items: flex-start;
		gap: 20px;
	}
	#lp #feature .feature_box .feature_box_layout .text {
		width: 60%;
	}
	#lp #feature .feature_box .feature_box_layout .image {
		width: 30%;
	}
	#lp #feature .feature_title {
		display: flex;
		align-items: center;
		margin-bottom: 30px;
	}
	#lp #feature .feature_title div:first-child {
		width: 80px;
		margin-right: 30px;
	}
	#lp #feature .feature_title h3 {
		color: #d53182;
		margin-bottom: 10px;
		font-size: 1.2rem;
		font-weight: 500;
	}
	#lp #feature .feature_title h4 {
		color: #333;
		font-size: 1.2rem;
		font-weight: 500;
		margin-bottom: 0;
	}
#lp #feature .feature_box2_area {
	display: grid;
	grid-template-columns: 1fr 1fr 1fr;
	gap: 20px;
}
#lp #feature .feature_box2 {
	background: #fff;
	border-radius: 10px;
	padding: 30px;
	color: #333;
}

#lp section#dxpo {
	border-top: 10px solid #e62e8b;
	border-bottom: 10px solid #e62e8b;
	background: #ffd4e3;
}
	#lp section#dxpo .img_dxpo {
		text-align: center;
		padding: 0 30px;
	}
	#lp section#dxpo .img_dxpo img {
		max-width: 800px;
	}
	@media screen and (max-width: 767px) {
	#lp section#dxpo .img_dxpo img {
		max-width: 95%;
	}
	}


#lp section#price {
	background: #f4f4f4;
	position: relative;
}
#lp section#price::after {
	content: '';
	display: block;
	position: absolute;
	bottom: -100px;
	left: 0;
	border-top: 50px solid #f4f4f4;
	border-bottom: 50px solid transparent;
	border-right: 50vw solid transparent;
	border-left: 50vw solid transparent;

}
#lp section#price h2 strong {
	background: none;
	color: #e62e8b;
}
	#lp section#price .price_area {
		background: #fff;
		border-radius: 10px;
		box-shadow: 2px 2px 10px #ccc;
		padding: 30px;
		background-image: url('../images/lp-hanbaiq/img_price03.png');
		background-repeat: no-repeat;
		background-size: 25%;
		background-position: bottom left;
	}
	#lp section#price .price_area h2 img.price_headline {
		width: 70%;
		max-width: 800px;
		margin: 50px 0;
	}
	#lp section#price .price_area .price_gragh {
		margin-right: -50px;
		margin-left: 30%;
		display: flex;
	}
	#lp section#price .price_area .price_gragh div:first-child {
		width: 600px;
	}
		#lp section#price .price_area .price_gragh div:first-child img {
			height: auto;
		}
	#lp section#price .price_area .price_gragh div:last-child {
		width: 300px;
	}


#lp section.support {
	background-image:  linear-gradient(90deg, #fe7dc3, #e62e8b);
	color: #fff;
	padding-top: 150px;
}
	#lp section.support h2 .support_h_inner {
		display: inline-block;
		padding: 0 80px;
		margin: 0 auto;
		position: relative;
	}
	#lp section.support h2 .support_h_inner::before {
		content: '';
		display: block;
		position: absolute;
		top: 0;
		left: 0;
		width: 50px;
		height: 100px;
		border-top: 1px solid transparent;
		border-bottom: 1px solid transparent;
		border-right: 3px solid #fff;
		border-left: 1px solid transparent;
		transform: rotate(-30deg);
	}
	#lp section.support h2 .support_h_inner::after {
		content: '';
		display: block;
		position: absolute;
		top: 0;
		right: 0;
		width: 50px;
		height: 100px;
		border-top: 1px solid transparent;
		border-bottom: 1px solid transparent;
		border-left: 3px solid #fff;
		border-right: 1px solid transparent;
		transform: rotate(30deg);
	}
	#lp section.support .support_area {
		display: grid;
		grid-template-columns: 1fr 1fr 1fr;
		gap: 20px;
		margin-top: 50px;
	}
	#lp section.support .support_area .support_box {
		background: #fff;
		color: #333;
		border-radius: 10px;
		padding: 30px;
	}
	#lp section.support .support_area .support_box .support_box_inner {
		display: flex;
		align-items: center;
	}
	#lp section.support .support_area .support_box .support_box_inner .icon {
		width: 80px;
		margin-right: 30px;
	}
	#lp section.support .support_area .support_box .support_box_inner h3.pink {
		color: #d53182;
	}


#lp section#voice {
	background: #f4f4f4;
	position: relative;
}
	#lp section#voice::after {
		content: '';
		display: block;
		position: absolute;
		bottom: -100px;
		left: 0;
		border-top: 50px solid #f4f4f4;
		border-bottom: 50px solid transparent;
		border-right: 50vw solid transparent;
		border-left: 50vw solid transparent;
	}
#lp section#voice h2 strong {
	background: none;
	color: #1281ff;
}
#lp section#voice .swiper-voice {
	width: 100%;
	overflow: hidden;
}
	#lp section#voice .swiper-voice .swiper-slide {
		border-radius: 10px;
		background: #fff;
		margin-right: 30px;
		padding: 20px;
	}
	#lp section#voice .swiper-voice .swiper-slide .voice_inner {
		display: flex;
		flex-direction: column;
		align-items: center;
	}
	#lp section#voice .swiper-voice .swiper-slide .voice_inner .image {
		width: 100px;
	}
	#lp section#voice .swiper-voice .swiper-slide .voice_inner h3 {
		color: #1281ff;
	}
	#lp section#voice .swiper-voice .swiper-slide .voice_inner .kadai {
		display: flex;
		margin-bottom: 30px;
	}
		#lp section#voice .swiper-voice .swiper-slide .voice_inner .kadai .title {
			background: #88c0ff;
			color: #fff;
			border-radius: 5px 0 0 5px;
			padding: 10px;
			font-size: 14px;
			width: 30%;
			text-align: center;
		}
			#lp section#voice .swiper-voice .swiper-slide .voice_inner .kadai .title div {
				display: flex;
				flex-direction: column;
				align-items: center;
				justify-content: center;
				height: 100%;
			}
		#lp section#voice .swiper-voice .swiper-slide .voice_inner .kadai .text {
			background: #e7f2ff;
			border-radius: 0 5px 5px 0;
			padding: 10px;
			font-size: 14px;
			width: 70%;
		}

	#lp section#voice .swiper-voice .swiper-slide .voice_inner .kouka {
		display: flex;
		margin-bottom: 30px;
	}
		#lp section#voice .swiper-voice .swiper-slide .voice_inner .kouka .title {
			background: #f296c5;
			color: #fff;
			border-radius: 5px 0 0 5px;
			padding: 10px;
			font-size: 14px;
			width: 30%;
			text-align: center;
		}
			#lp section#voice .swiper-voice .swiper-slide .voice_inner .kouka .title div {
				display: flex;
				flex-direction: column;
				align-items: center;
				justify-content: center;
				height: 100%;
			}
		#lp section#voice .swiper-voice .swiper-slide .voice_inner .kouka .text {
			background: #fceaf3;
			border-radius: 0 5px 5px 0;
			padding: 10px;
			font-size: 14px;
			width: 70%;
		}
	#lp section#voice .swiper-voice .swiper-slide .voice_inner .comment {
		color: #1281ff;
		padding: 30px;
		position: relative;
	}
		#lp section#voice .swiper-voice .swiper-slide .voice_inner .comment::before {
			content: '';
			position: absolute;
			top: 0;
			left: 0;
			width: 30px;
			height: 50px;
			border-top: 2px solid #1281ff;
			border-left: 2px solid #1281ff;
			border-right: 2px solid transparent;
			border-bottom: 2px solid transparent;
		}
		#lp section#voice .swiper-voice .swiper-slide .voice_inner .comment::after {
			content: '';
			position: absolute;
			bottom: 0;
			right: 0;
			width: 30px;
			height: 50px;
			border-bottom: 2px solid #1281ff;
			border-right: 2px solid #1281ff;
			border-left: 2px solid transparent;
			border-top: 2px solid transparent;
		}


#lp section#flow {
	background-image:  linear-gradient(90deg, #7cabd6, #257ae6);
	color: #fff;
	padding-top: 150px;
}
	#lp section#flow .flow_headline {
		min-height: 280px;
		padding-right: 300px;
		background: url('../images/lp-hanbaiq/img_flow01.png') no-repeat;
		background-size: 300px;
		background-position: right bottom;
	}


#lp #contact {
	background: #f4f4f4;
}
	#lp #contact h2 strong {
		background: none;
		color: #e62e8b;
	}
	#lp #contact .form_area {
		background: #fff;
		border-radius: 10px;
		box-shadow: 2px 2px 10px #ccc;
		padding: 30px;
	}
	#lp #contact .must {
		background: #1281ff;
		color: #fff;
		border-radius: 15px;
		font-size: 10px;
		padding: 4px 10px;
		margin-left: 10px;
	}
	#lp #contact .form_inner {
		width: 80%;
		margin: 0 auto;
	}
	#lp #contact input[type='submit'] {
		width: 200px;
		text-align: center;
		color: #fff;
		border-radius: 30px;
		background-image:  linear-gradient(90deg, #7cabd6, #257ae6);
		border: none;
		padding: 15px 30px;
		display: block;
		margin: 30px auto;
		cursor: pointer;
	}


#lp footer {
	background-color: #fff;
	background-image: url('../images/lp-hanbaiq/bg_footer.png');
	background-repeat: no-repeat;
	background-position: top center;
	background-size: 100% 150px;
	padding-top: 150px;
	padding-bottom: 50px;
}
#lp footer .foot_area {
	display: flex;
	justify-content: flex-start;
	align-items: center;
	gap: 50px;
}
	#lp footer .foot_area .logo_hanbaiq {
		height: 50px;
	}
	#lp footer .foot_area .logo_sysport {
		height: 80px;
	}
	#lp footer .foot_area .f_text {
		margin-left: auto;
	}
	#lp footer .foot_area .f_text ul.f_menu {
		display: flex;
		justify-content: space-between;
		margin-bottom: 20px;
	}
		#lp footer .foot_area .f_text ul.f_menu li {
			padding: 0 10px;
			border-right: 1px solid #e62e8b;
		}
		#lp footer .foot_area .f_text ul.f_menu li a {
			color: #e62e8b;
			text-decoration: none;
			font-weight: 500;
		}
		#lp footer .foot_area .f_text ul.f_menu li a:hover {
			text-decoration: underline;
		}
	#lp footer .foot_area .f_text .corp_info {
		display: flex;
		align-items: center;
	}

.sp {
	display: none;
}
.pc {
	display: block;
}

@media screen and (max-width: 768px) {
#lp header ul.head_menu .menu {
	display: none;
}
#lp section.mv .copy {
}
#lp section.mv .copy .copy_inner {
	width: 70%;
}


}

@media screen and (max-width: 767px) {
.sp {
	display: block;
}
.pc {
	display: none;
}
#lp header ul.head_menu .logo {
	width: 100px;
}
#lp section.mv .copy {
	background-image: none;
}
#lp section.mv .copy .copy_inner {
	width: 100%;
}
#lp section.mv h2 {
	font-size: 6vw;
}
#lp section.mv h3 {
	font-size: 5vw;
}
body#lp h2 img.headline {
	height: 30px;
}
#lp section.onayami .onayami_area {
	grid-template-columns: 1fr 1fr;
}
#lp #feature .feature_box .feature_box_layout {
	flex-direction: column;
}
	#lp #feature .feature_box .feature_box_layout .text,
	#lp #feature .feature_box .feature_box_layout .image {
		width: 100%;
	}
#lp #feature .feature_box2_area {
	grid-template-columns: 1fr;
}
#lp section.support .support_area {
	grid-template-columns: 1fr;
}
#lp section#price .price_area {
	padding-bottom: 100px;
}
#lp section.support {
	padding-top: 80px;
}
#lp section.support h2 .support_h_inner {
	display: block;
	padding: 30px;
}
	#lp section.support h2 .support_h_inner::before {
		width: 20px;
		height: 50px;
		transform: rotate(30deg);
		top: 0px;
	}
	#lp section.support h2 .support_h_inner::after {
		top: auto;
		bottom: 0;
		width: 20px;
		height: 50px;
		transform: rotate(30deg);
	}
#lp section#flow .flow_headline {
	padding-right: 0;
	padding-bottom: 150px;
	background-size: 150px;
}
#lp footer .foot_area {
	flex-direction: column;
}
#lp footer .foot_area .f_text .corp_info {
	flex-direction: column;
}



}