.sec-inner {
	position: relative;
	margin: 0 auto;
	/* max-width: 1224px; */
	width: 90vw;
}

#SpMenu,
#SpMenuButton,
#n_sptel,
#Menu {
	display: none !important;
}

@media screen and (min-width: 768px) {
	.sp-view {
		display: none !important;
	}
}

@media screen and (max-width: 767px) {
	.pc-view {
		display: none !important;
	}
}

.scroll-wrap {
	position: relative;
	max-height: none;
	overflow-y: scroll;
	-webkit-overflow-scrolling: touch;
	height: 100%;
	padding-right: calc(0.015 * min(100vw, 1440px));
}

.scroll-wrap::-webkit-scrollbar {
	width: 6px;
	cursor: pointer;
}

.scroll-wrap::-webkit-scrollbar-track {
	background-color: rgba(34, 34, 34, 0);
	cursor: pointer;
}

.scroll-wrap::-webkit-scrollbar-thumb {
	background-color: rgba(34, 34, 34, 0.3);
	border-radius: 4px;
}

#wrap {
	overflow: hidden;
}

#Header {
	display: none;
}

#hd_span {
	margin-left: 10px;
}

@media screen and (min-width: 768px) {
	#hd_span {
		font-size: 1.5vw;
	}
}

header {
	height: calc(0.072 * min(100vw, 1440px));
	border-bottom: 2px solid;
	-o-border-image: -o-linear-gradient(left, #F71768 0%, #FB761B 18.85%, #F7342A 34.04%, #F6202E 45.94%, #FB6020 65.89%, #FFC700 100%);
	border-image: -webkit-gradient(linear, left top, right top, from(#F71768), color-stop(18.85%, #FB761B), color-stop(34.04%, #F7342A), color-stop(45.94%, #F6202E), color-stop(65.89%, #FB6020), to(#FFC700));
	border-image: linear-gradient(90deg, #F71768 0%, #FB761B 18.85%, #F7342A 34.04%, #F6202E 45.94%, #FB6020 65.89%, #FFC700 100%);
	border-image-slice: 1;
}

header img {
	max-width: 100%;
	height: auto;
}

header .sec-inner {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	height: 100%;
	max-width: 1224px;
	width: 48vw;
}

header .logo {
	width: calc(0.115 * min(100vw, 1440px));
}

header .head__right {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: end;
	-ms-flex-align: end;
	align-items: flex-end;
	line-height: 1;
}

header .head__right>* {
	margin-left: calc(0.02 * min(100vw, 1440px));
	font-family: "Barlow Condensed", "Noto Sans JP", "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "游ゴシック体", YuGothic, "Hiragino Kaku Gothic ProN", HiraKakuProN-W3, sans-serif;
}

header .head__right__tel {
	font-size: 153.8461538462%;
	font-weight: bold;
	text-decoration: none;
	color: #000;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

header .head__right__tel figure {
	margin-right: calc(0.005 * min(100vw, 1440px));
}

header .head__right__tel figure img {
	width: calc(0.015 * min(100vw, 1440px));
}

header .head__right__btn {
	background: #0e5cc8;
	height: calc(0.03 * min(100vw, 1440px));
	color: #fff;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	font-size: 115.3846153846%;
	text-decoration: none;
	width: calc(0.12 * min(100vw, 1440px));
	border-radius: 50px;
}

h3.sidebar {
	font-size: calc(0.018 * min(100vw, 1440px));
	font-weight: normal;
	margin: 0 0 calc(0.02 * min(100vw, 1440px));
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	position: relative;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	line-height: 1.5;
}

h3.sidebar::before {
	content: "";
	display: block;
	width: 4px;
	height: calc(0.046 * min(100vw, 1440px));
	margin-right: calc(0.015 * min(100vw, 1440px));
	background: -webkit-gradient(linear, left top, left bottom, from(#F71768), color-stop(18.85%, #FB761B), color-stop(34.04%, #F7342A), color-stop(45.94%, #F6202E), color-stop(65.89%, #FB6020), to(#FFC700));
	background: -o-linear-gradient(top, #F71768 0%, #FB761B 18.85%, #F7342A 34.04%, #F6202E 45.94%, #FB6020 65.89%, #FFC700 100%);
	background: linear-gradient(180deg, #F71768 0%, #FB761B 18.85%, #F7342A 34.04%, #F6202E 45.94%, #FB6020 65.89%, #FFC700 100%);
}

@media screen and (max-width: 767px) {
	header {
		height: 14.5454545455vw;
	}

	header .sec-inner {
		width: 90.9090909091vw;
		max-width: 100%;
	}

	header .logo {
		width: 21.8181818182vw;
	}

	header .head__right__tel {
		font-size: 141.1764705882%;
	}

	header .head__right__tel figure img {
		width: 4.3636363636vw;
	}

	header .head__right__tel small {
		display: block;
		font-weight: normal;
		font-size: 70.5882352941%;
	}

	header .head__right__btn {
		font-size: 50%;
		height: 8vw;
		width: 21.8181818182vw;
	}

	header .head__right span {
		font-size: 70%;
	}
}

/************************************************
MV
*************************************************/
.mv {
	position: relative;
	height: calc(0.5 * min(100vw, 1440px));
	background: url(https://www.w2solution.co.jp/assets/img/lp202305/main_base.png) center center/cover no-repeat;
	border-bottom: 1px solid;
	-o-border-image: -o-linear-gradient(left, #F71768 0%, #FB761B 18.85%, #F7342A 34.04%, #F6202E 45.94%, #FB6020 65.89%, #FFC700 100%);
	border-image: -webkit-gradient(linear, left top, right top, from(#F71768), color-stop(18.85%, #FB761B), color-stop(34.04%, #F7342A), color-stop(45.94%, #F6202E), color-stop(65.89%, #FB6020), to(#FFC700));
	border-image: linear-gradient(90deg, #F71768 0%, #FB761B 18.85%, #F7342A 34.04%, #F6202E 45.94%, #FB6020 65.89%, #FFC700 100%);
	border-image-slice: 1;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	padding-top: calc(0.03 * min(100vw, 1440px));
	padding-bottom: calc(0.03 * min(100vw, 1440px));
	font-family: "Barlow Condensed", "Noto Sans JP", "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "游ゴシック体", YuGothic, "Hiragino Kaku Gothic ProN", HiraKakuProN-W3, sans-serif;
}

.mv::before {
	mix-blend-mode: hard-light;
	content: "";
	display: block;
	position: absolute;
	right: 0;
	top: 0;
	height: 100%;
	width: 67vw;
	background: url(https://www.w2solution.co.jp/assets/img/lp202305/main_bg.png) right top/cover no-repeat;
	-webkit-mask-image: url(/assets/img/lp202305/mv_mask.svg);
	mask-image: url(/assets/img/lp202305/mv_mask.svg);
	-webkit-mask-repeat: no-repeat;
	mask-repeat: no-repeat;
	mask-positoin: 0 0;
	-webkit-mask-size: cover;
	mask-size: cover;
}

.mv .sec-inner {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	max-height: 100%;
}

.mv__content {
	/* width: calc(0.37 * min(100vw, 1440px)); */
	width: calc(100% - (40% + 5%));
}

.mv__content figure:nth-of-type(1) {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	font-style: italic;
	font-size: 169.2307692308%;
	max-width: 700px;
	margin: 0 auto;
}

.mv__content figure:nth-of-type(1) img {
	width: calc(0.11 * min(100vw, 1440px));
}

.mv__content figure:nth-of-type(1) figcaption {
	position: relative;
	margin-left: calc(0.01 * min(100vw, 1440px));
}

.mv__content figure:nth-of-type(1) figcaption::after {
	content: "";
	display: block;
	width: 100%;
	height: 4px;
	background: -webkit-gradient(linear, left top, right top, from(#F71768), color-stop(18.85%, #FB761B), color-stop(34.04%, #F7342A), color-stop(45.94%, #F6202E), color-stop(65.89%, #FB6020), to(#FFC700));
	background: -o-linear-gradient(left, #F71768 0%, #FB761B 18.85%, #F7342A 34.04%, #F6202E 45.94%, #FB6020 65.89%, #FFC700 100%);
	background: linear-gradient(90deg, #F71768 0%, #FB761B 18.85%, #F7342A 34.04%, #F6202E 45.94%, #FB6020 65.89%, #FFC700 100%);
	-webkit-transform: skew(-30deg, 0);
	-ms-transform: skew(-30deg, 0);
	transform: skew(-30deg, 0);
}

.mv__content figure:nth-of-type(2) {
	margin-bottom: calc(0.04 * min(100vw, 1440px));
	text-align: center;
}

.mv__content figure:nth-of-type(2) img {
	width: calc(0.472 * min(100vw, 1440px));
	max-width: 700px;
}

.mv__content figure:nth-of-type(3) {
	text-align: center;
}

.mv__content figure:nth-of-type(3) img {
	width: 100%;
	max-width: 700px;
}

.mv__form {
	/* width: calc(0.42 * min(100vw, 1440px));*/
	width: 40%;
	padding: calc(0.02 * min(100vw, 1440px)) calc(0.015 * min(100vw, 1440px)) calc(0.02 * min(100vw, 1440px)) calc(0.03 * min(100vw, 1440px));
	background: #fff;
	border: 2px solid;
	-o-border-image: -o-linear-gradient(left, #F71768 0%, #FB761B 18.85%, #F7342A 34.04%, #F6202E 45.94%, #FB6020 65.89%, #FFC700 100%);
	border-image: -webkit-gradient(linear, left top, right top, from(#F71768), color-stop(18.85%, #FB761B), color-stop(34.04%, #F7342A), color-stop(45.94%, #F6202E), color-stop(65.89%, #FB6020), to(#FFC700));
	border-image: linear-gradient(90deg, #F71768 0%, #FB761B 18.85%, #F7342A 34.04%, #F6202E 45.94%, #FB6020 65.89%, #FFC700 100%);
	border-image-slice: 1;
	box-sizing: border-box;
}

.mv iframe {
	height: 440px;
}

@media screen and (max-width: 1120px) {
	.mv iframe {
		height: 480px;
	}
}

@media screen and (max-width: 970px) {
	.mv iframe {
		height: 640px;
	}
}

@media screen and (max-width: 767px) {
	.mv {
		height: 94.5454545455vw;
	}

	.mv::before {
		width: 100vw;
		background: url(https://www.w2solution.co.jp/assets/img/lp202305/main_bg.png) right top/cover no-repeat;
		-webkit-mask-image: url(/assets/img/lp202305/mv_mask_sp.svg);
		mask-image: url(/assets/img/lp202305/mv_mask_sp.svg);
		-webkit-mask-repeat: no-repeat;
		mask-repeat: no-repeat;
		mask-positoin: 0 0;
		-webkit-mask-size: cover;
		mask-size: cover;
	}

	.mv__content {
		width: 100%;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
	}

	.mv__content figure:nth-of-type(1) {
		font-size: 141.1764705882%;
		max-width: 100%;
	}

	.mv__content figure:nth-of-type(1) img {
		width: 21.4545454545vw;
	}

	.mv__content figure:nth-of-type(1) figcaption {
		margin-left: 1.8181818182vw;
	}

	.mv__content figure:nth-of-type(2) {
		margin-bottom: 5.4545454545vw;
	}

	.mv__content figure:nth-of-type(2) img {
		width: 74.1818181818vw;
		max-width: 100%;
	}

	.mv__content figure:nth-of-type(3) img {
		width: 100%;
	}

	.mv__form {
		display: none;
	}
}

/************************************************
FORM
*************************************************/
#mv_flp form {
	width: 1000px;
	max-width: 100%;
	margin: 0 auto;
}

#mv_flp .w2_form_input_outer_privacy {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

#mv_flp .w2_form_input_outer_privacy a {
	color: #333333;
}

#mv_flp .w2_form_input_outer_privacy a[target=_blank]:after {
	display: inline-block;
	content: "";
	background: url(../img/common/article_blank2.svg) no-repeat;
	background-size: 100% 100%;
	width: 1.11111vw;
	height: 1.11111vw;
	margin-left: 0.41667vw;
}

#mv_flp .w2_form_input_outer {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	margin-bottom: calc(0.015 * min(100vw, 1440px));
}

#mv_flp .w2_form_input_outer label {
	width: 25%;
	margin-right: 3%;
}

#mv_flp form input[type=text],
#mv_flp form input[type=email],
#mv_flp form input[type=tel],
#mv_flp form textarea {
	height: calc(0.044 * min(100vw, 1440px));
	border: 1px solid #ddd;
	background: #eee;
	vertical-align: middle;
	padding: calc(0.001 * min(100vw, 1440px)) calc(0.01 * min(100vw, 1440px));
	width: 100%;
	font-family: "Noto Sans JP", sans-serif;
	border-radius: calc(0.005 * min(100vw, 1440px));
}

#mv_flp .w2_form_input_outer_privacy {
	margin-top: calc(0.03 * min(100vw, 1440px));
}

#mv_flp .w2_form_input_outer input[type=submit] {
	display: block;
	/* background: -webkit-gradient(linear, left top, right top, from(#F71768), color-stop(18.85%, #FB761B), color-stop(34.04%, #F7342A), color-stop(45.94%, #F6202E), color-stop(65.89%, #FB6020), to(#FFC700));
	background: -o-linear-gradient(left, #F71768 0%, #FB761B 18.85%, #F7342A 34.04%, #F6202E 45.94%, #FB6020 65.89%, #FFC700 100%);
	background: linear-gradient(90deg, #F71768 0%, #FB761B 18.85%, #F7342A 34.04%, #F6202E 45.94%, #FB6020 65.89%, #FFC700 100%); */
	margin: calc(0.02 * min(100vw, 1440px)) auto 0;
	height: calc(0.058 * min(100vw, 1440px)) !important;
	width: calc(0.3 * min(100vw, 1440px)) !important;
	margin: 0 auto;
	background: url(../img/repeat_flp/CTA.png) no-repeat center;
	background-size: contain;
}

#mv_flp .w2_form_input_outer .w2_form_input_title.w2_required:after {
	color: #FC3E38;
	content: " *";
}

.w2_form_input_outer .w2_form_input_title {
	font-size: 14px;
}

@media screen and (max-width: 767px) {
	#mv_flp .w2_form_input_outer_privacy a[target=_blank]:after {
		width: 4.26667vw;
		height: 4.26667vw;
		margin-left: 1.6vw;
	}

	#mv_flp .w2_form_input_outer {
		display: block;
		margin-bottom: 2.7272727273vw;
	}

	#mv_flp .w2_form_input_outer label {
		width: 100%;
		display: block;
		margin-right: 0;
		margin-bottom: 1.8181818182vw;
	}

	#mv_flp form input[type=text],
	#mv_flp form input[type=email],
	#mv_flp form input[type=tel],
	#mv_flp form textarea {
		height: 9.4545454545vw;
		padding: 1.8181818182vw;
		border-radius: 0.9090909091vw;
	}

	#mv_flp .w2_form_input_outer_privacy {
		margin-top: 5.4545454545vw;
	}

	#mv_flp .w2_form_input_outer input[type=submit] {
		font-size: 105.8823529412%;
		width: 100%;
		height: 10.5454545455vw;
		margin-top: 4.5454545455vw;
	}
}

#mv_flp .mv__form .w2_form_input_outer {
	margin-bottom: calc(0.01 * min(100vw, 1440px));
}

#mv_flp .mv__form form input[type=text],
#mv_flp .mv__form form input[type=email],
#mv_flp .mv__form form input[type=tel],
#mv_flp .mv__form form textarea {
	height: calc(0.036 * min(100vw, 1440px));
}

#mv_flp .mv__form .w2_form_input_outer_privacy {
	margin-top: calc(0.015 * min(100vw, 1440px));
	padding-top: 0;
}

#mv_flp .mv__form .w2_form_input_outer input[type=submit] {
	height: calc(0.044 * min(100vw, 1440px));
}

/*# sourceMappingURL=lp202305.css.map */

#Patterns {
	margin-top: 5vw;
}

/*  PJ-96 対応 */
header {
	position: fixed;
	width: 100%;
	background: #fff;
	top: 0;
	z-index: 99;
}

@media (min-width: 768px) {
	header {
		height: 100px;
	}

	#mv_flp {
		padding-top: 100px;
	}
}

@media screen and (max-width: 767px) {
	#mv_flp {
		padding-top: 14.5454545455vw;
	}
}

#Functions .n_num {
	display: inline-block;
	position: relative;
}

@media screen and (max-width: 568px) {
	#Functions .n_num {
		width: 70vw;
		margin: 0 auto 6vw;
		padding-left: 10px;
		line-height: normal !important;
	}
}

#Functions .n_num i {
	position: absolute;
	font-size: 3.125rem;
	left: -6.25rem;
	font-weight: 300;
	top: 50%;
	transform: translate(0%, -50%);
	border-radius: 50%;
	color: #FC6F1B;
	font-family: "Barlow Condensed", "Noto Sans JP", sans-serif;
}

@media screen and (max-width: 1024px) {
	#Functions .n_num i {
		font-size: 2rem;
		left: -3rem;
	}
}

@media screen and (max-width: 568px) {
	#Functions .n_num i {
		font-size: 1.875rem;
		left: -1.875rem;
	}
}

#Functions .n_num i::before {
	content: "";
	width: 5rem;
	height: 5rem;
	border-radius: 50%;
	position: absolute;
	left: 50%;
	top: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	border: 2px solid #FC6F1B;
}

@media screen and (max-width: 1024px) {
	#Functions .n_num i::before {
		width: 2.75rem;
		height: 2.75rem;
	}
}

@media screen and (max-width: 568px) {
	#Functions .n_num i::before {
		width: 2.5rem;
		height: 2.5rem;
	}
}


#reason-5 {
	padding-left: 6vw;
}

#reason-5 i {
	left: 2vw !important;
}

@media (max-width: 1024px) {
	#reason-5 {
		padding-left: 8vw;
	}
}

@media (max-width: 568px) {
	#reason-4 {
		padding-left: 12vw !important;
		width: 92vw !important;
		margin-left: 5.33333vw !important;
	}

	#reason-4 i {
		left: 0 !important;
	}

	#reason-5 {
		padding-left: 14vw !important;
		margin-top: 15px !important;
	}

	#reason-5 i {
		left: 2.5vw !important;
	}
}

#mv_flp .mv__content figure:nth-of-type(2) {
	position: relative;
}

#mv_flp .mv__content figure:nth-of-type(2) h2 {
	position: absolute;
	left: 0;
	bottom: 0;
	font-weight: bold;
	font-style: italic;
}


#mv_flp .mv__content figure:nth-of-type(2) h2 {
	right: -12vw;
	font-size: 2.2vw;
}

@media (max-width: 568px) {
	#mv_flp .mv__content figure:nth-of-type(2) h2 {
		right: 0;
		font-size: 4.3vw;
		left: auto;
	}
}