@charset "UTF-8";
/* ------------  component 202501lp ------------------*/
@media screen and (max-width: 760px) {
	body.lp202606{
		 min-width: 1120px;
	}
}

.lp202606 .c-fadeup {
	opacity: 0;
	transform: translateY(3rem);
}
.lp202606 .c-fadeup.js-animeOn {
	opacity: 1;
	transform: translateY(0);
	transition: transform 1s ease, opacity 1s ease;
}
.lp202606 .js-animeOn.-delay1 {
	transition-delay: 0.5s;
}
.lp202606 .js-animeOn.-delay2 {
	transition-delay: 1s;
}
.lp202606 .js-animeOn.-delay3 {
	transition-delay: 1.5s;
}

/*  202501lp
---------------------------------------------------------------------------- */
/* header調整　*/
.lp202606 .new_header .pc_gnavi .naviParents > li.btns.-dl.-adj {
	width: 162px;
}
.lp202606 .new_header .pc_gnavi .naviParents > li.btns.-dl.-adj .btnA .tx {
	padding-left: 0;
}
.lp202606 .new_header .pc_gnavi .naviParents > li.btns.-dl.-adj .btnA .tx::before {
	content: none;
}

/*　footer調整　*/
.new_style .lp202606 #Footer.widthFix {
	padding-top: 15px;
}
.new_style .lp202606 #Footer.widthFix .copyright {
	color: var(--gray-color);
	text-align: center;
	font-size: 12px;
	font-weight: 400;
	letter-spacing: 0.05em;
}
.new_style .lp202606 #Footer{
	background: none;
}
.new_style .lp202606 #Footer:before{
	display: none;
}

/*--- contents ---------*/
.lp202606 #ContentsWrap{
	overflow: hidden;
	
}
.lp202606 .slider .slick-track {
	display: flex;
}
.lp202606 .slider .slick-slide {
	height: auto !important;
}
.lp202606 .slider .arrows .slick-arrow {
	width: 40px;
	height: 40px;
	font-size: 0;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
}

.lp202606 .slider .arrows .slick-arrow::before {
	content: "";
	display: block;
	width: 100%;
	height: 100%;
	background-image: url(/_pack/img/lp202606/arrow.svg);
	background-image: url("../../_pack/img/lp202606/arrow.svg");
	background-repeat: no-repeat;
	background-position: center center;
	background-size: contain;
}
.lp202606 .slider .arrows .slick-prev {
	left: -62px;
}

.lp202606 .slider .arrows .slick-next {
	right: -62px;
}

.lp202606 .slider .arrows .slick-next::before {
	transform: scale(-1, 1);
}
.lp202606 .slider .dots {
	margin-top: 20px;
}
@media print, screen and (min-width: 761px) {
	.lp202606 .p-case__slider-outer .arrows .slick-arrow.slick-prev {
		left: calc(50% - 325px - 60px);
	}
}

@media print, screen and (min-width: 761px) {
	.lp202606 .p-case__slider-outer .arrows .slick-arrow.slick-next {
		right: calc(50% - 325px - 60px);
	}
}

.lp202606 .p-case__slider .slick-track {
	display: flex;
	gap: 84px;
}

.lp202606 .slider .dots .slick-dots {
	display: flex !important;
	justify-content: center;
	gap: 8px;
}
.lp202606 .slider .dots .slick-dots li {
	width: 8px;
	height: 8px;
}
.lp202606 .slider .dots .slick-dots li button {
	width: 100%;
	height: 100%;
	display: block;
	border-radius: 50%;
	background-color: #D9D9D9;
	font-size: 0;
}
.lp202606 .slider .dots .slick-dots li.slick-active button {
	background-color: #777777;
}
.lp202606 .section__title-en {
	text-align: center;
	font-family: Montserrat;
	font-size: 20px;
	font-weight: 500;
	letter-spacing: 0.05em;
	line-height: 1;
	margin-bottom: .3em;
}
.lp202606 .section__title-jp {
	text-align: center;
	font-size: 25px;
	font-weight: 700;
}
.lp202606 .section__title-jp img {
	width: auto;
	height: 2em;
	vertical-align: -.5em;
	margin-right: .2em;
}

.lp202606 .p-mv {
	background-image: url(../../_pack/img/lp202606/bg_mv.jpg);
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
}

.lp202606 .p-mv .l-inner {
	max-width: 1364px;
}
.lp202606 .p-mv__content {
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 37px;
}

.lp202606 .p-mv__content .left {
	width: 560px;
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 93px 0 73px;
}

.lp202606 .p-mv__content .left::before {
	content: "";
	width: 774px;
	height: 100%;
	display: block;
	position: absolute;
	left: 50%;
	top: 0;
	transform: translateX(-50%);
	background-image: url(../../_pack/img/lp202606/img_mv_sq.svg);
	background-size: 100% 100%;
	background-repeat: no-repeat;
}

.lp202606 .p-mv__content .left__inn {
	position: relative;
}
.lp202606 .p-mv__content .left .text01 {
	text-align: center;
	font-size: 24px;
	font-weight: 500;
	margin-bottom: 0;
	line-height: 1;
}

.lp202606 .p-mv__content .left .title {
	width: 100%;
	margin-bottom: 30px;
	display: block;
}

.lp202606 .p-mv__content .left .text02 {
	text-align: center;
	font-size: 24px;
	font-weight: 700;
	line-height: 1.9230769231;
	letter-spacing: 0.05em;
	padding-right: 50px;
	white-space: nowrap;
}

.lp202606 .p-mv__content .left .text02 .red {
	color: #D70048;
	font-size: 28px;
	font-weight: 700;
	line-height: 1.56;
}

.lp202606 .p-mv__content .right {
	position: relative;
	left: -20px;
	width: 700px;
	margin-right: -137px;
}

.lp202606 .p-mv__btn {
	width: 420px;
	height: 80px;
	margin: 44px auto auto;
	display: block;
}

.lp202606 .p-mv__btn a {
	border-radius: 10px;
	background: linear-gradient(179deg, #E74D80 11.41%, #C60012 113.01%);
	box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.15);
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	height: 100%;
}
.lp202606 .p-mv__btn a img {
	width: 361px;
}

.lp202606 .p-mv .anim-wrap {
	display: inline-block;
	overflow: hidden;
	transition: 1s;
	transform: translateX(-100%);
}
.lp202606 .p-mv .anim-wrap .anim {
	transition: 1s;
	transform: translateX(100%);
}
.lp202606 .p-mv .anim-wrap.-anim2 {
	transition-delay: 0.3s;
}
.lp202606 .p-mv .anim-wrap.-anim2 .anim {
	transition-delay: 0.3s;
}
.lp202606 .p-mv .anim-wrap.-anim3 {
	transition-delay: 0.6s;
}
.lp202606 .p-mv .anim-wrap.-anim3 .anim {
	transition-delay: 0.6s;
}
.lp202606 .p-mv .anim-wrap.js-animeOn {
	transform: translateX(0);
}
.lp202606 .p-mv .anim-wrap.js-animeOn .anim {
	transform: translateX(0);
}
.lp202606 .p-mv .p-mv__btn {
	transition-delay: 0.9s;
}
.lp202606 .p-mv .right {
	transition-delay: 1.1s;
}

.lp202606 .p-nayami {
	padding-top: 120px;
}
.lp202606 .p-nayami .l-inner {
	max-width: 1100px;
}
.lp202606 .p-nayami__title {
	text-align: center;
	font-size: 28px;
	font-weight: 700;
	line-height: 150%; /* 54px */
	letter-spacing: 0.05em;
}

.lp202606 .p-nayami__list {
	display: flex;
	align-items: flex-start;
	justify-content: center;
	flex-wrap: wrap;
	gap: 0 30px;
	margin-top: 20px;
}
.lp202606 .p-nayami__list .item {
	width: 320px;
}
.lp202606 .p-nayami__list .item:nth-of-type(2) {
	transition-delay: 0.2s;
}

.lp202606 .p-nayami__list .item:nth-of-type(3) {
	transition-delay: 0.4s;
}
.lp202606 .p-nayami__list__img {
	width: 263px;
	height: 220px;
	display: flex;
	align-items: flex-end;
	justify-content: center;
	margin: 0 auto;
}
.lp202606 .p-nayami__list__img img {
	max-width: 100%;
	max-height: 100%;
	object-fit: contain;
}
.lp202606 .p-nayami__list__sttl {
	font-size: 24px;
	line-height: 1.4;
	font-weight: 500;
	text-align: center;
	margin: .8em 0 .5em;
}
.lp202606 .p-nayami__list__txt {
	font-size: 14px;
	line-height: 2.0;
	text-align: center;
	margin-top: 1em;
}

.lp202606 .p-nayami__btm {
	position: relative;
	background: linear-gradient(66deg, #00AFEC 3.45%, #9488E7 54.42%, #EB6AA1 87.86%);
}
.lp202606 .p-nayami__btm::before {
	content: "";
	display: block;
	width: 100%;
	height: 0.5vw;
	background-color: #ffffff;
	position: absolute;
	top: 0;
	left: 0;
	transform: translateY(-50%);
}
.lp202606 .p-nayami__btm img {
	width: 100%;
}

.lp202606 .p-nayami__btm__content {
	padding: 100px 0;
}

.lp202606 .p-nayami__btm__text {
	color: #ffffff;
	text-align: center;
	font-size: 33.936px;
	font-weight: 700;
	line-height: 100%; /* 33.936px */
	letter-spacing: 1.697px;
}

.lp202606 .p-nayami__btm__text .small{
	display: block;
	margin-top: 25px;
	font-size: 28px;
	font-weight: 700;
	line-height: 100%; /* 28px */
	letter-spacing: 1.4px;
}

.lp202606 .p-nayami__btm__text .box {
	background-color: #ffffff;
	display: inline-flex;
	padding: 0px 13px 3px 20px;
	justify-content: center;
	align-items: center;
	margin-left: 19.5px;
	line-height: 150%; /* 50.903px */
	letter-spacing: 1.697px;
}

.lp202606 .p-nayami__btm__text .box .grad {
	background: linear-gradient(66deg, #00AFEC 3.45%, #9488E7 54.42%, #EB6AA1 87.86%);
	background-clip: text;
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}
.lp202606 .p-nayami__btm__ttl {
	text-align: center;
}
.lp202606 .p-nayami__btm__ttl img {
	width: 700px;
}
.lp202606 .p-nayami__btm__sttl {
	color: #fff;
	font-size: 32px;
	line-height: 1.8;
	font-weight: 700;
	text-align: center;
	margin-top: 40px;
}
.lp202606 .p-nayami__btm__sttl small {
	font-size: 28px;
}
.lp202606 .p-nayami__btm__txt {
	color: #fff;
	font-size: 14px;
	line-height: 2.3;
	text-align: center;
	margin-top: 1em;
}
.lp202606 .p-nayami__btm__gamen {
	margin-top: 40px;
}
.lp202606 .p-nayami__btm__gamen__ttl {
	color: #fff;
	font-size: 24px;
	line-height: 1.4;
	font-weight: 400;
	text-align: center;
}

.lp202606 .p-features{
	position: relative;
	padding: 120px 0;
	box-sizing: border-box;
}
.lp202606 .p-features:after{
	position: absolute;
	left: 0;
	top: 0;
	display: block;
	content: '';
	width: 100%;
	height: 100%;
	background: linear-gradient(66deg, #00AFEC 3.45%, #9488E7 54.42%, #EB6AA1 87.86%);
	opacity: .1;
}
.lp202606 .p-features .l-inner {
	position: relative;
	z-index: 1;
}

.lp202606 .p-features .flex{
	display: flex;
	justify-content: center;
	gap: 0 25px;
	margin-top: 70px;
}
.lp202606 .p-features .features-box{
	width: 350px;
	background: #FFF;
	box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.15);
	padding: 50px 30px 30px 30px;
	box-sizing: border-box;
	position: relative;
	border-radius: 10px;
}
.lp202606 .p-features .features-box:nth-of-type(2){
	transition-delay: 0.2s;
}
.lp202606 .p-features .features-box:nth-of-type(3){
	transition-delay: 0.4s;
}
.lp202606 .p-features .features-box .box-img{
	width: 120px;
	height: 120px;
	display: flex;
	align-items: center;
	justify-content: center;
	margin: 0 auto 10px auto;
}

.lp202606 .p-features .features-box .box-txt {
	text-align: left;
}
.lp202606 .p-features .features-box .box-txt .ttl{
	text-align: center;
	font-size: 24px;
	font-weight: 700;
	line-height: 33.6px; /* 140% */
	letter-spacing: 0.02em;
	margin-bottom: 10px;
	white-space: nowrap;
	height: 70px;
	display: flex;
	align-items: center;
	justify-content: center;
}
.lp202606 .p-features .features-box .box-txt .txt{
	text-align: justify;
	font-feature-settings: 'palt';
	font-size: 14px;
	font-weight: 400;
	line-height: 28px; /* 175% */
}
.lp202606 .p-features .features-box .box-txt .note{
	margin-top: 15px;
	color: #787878;
	font-size: 10px;
	font-weight: 400;
}
.lp202606 .p-features .features-box .point {
	color: #D70048;
	font-family: Montserrat;
	position: absolute;
	display: block;
	left: 0;
	top: 0;
	translate: 0 -65px;
	width: 100%;
	text-align: center;
	font-size: 48px;
	line-height: .9;
	letter-spacing: .01em;
	font-weight: 500;
}
.lp202606 .p-features .features-box .point small {
	font-size: 16px;
}
.lp202606 .p-features .features-box .sttl {
	display: inline-block;
	position: relative;
	background: linear-gradient(66deg, #00AFEC 3.45%, #9488E7 54.42%, #EB6AA1 87.86%);
	border-radius: 5px;
	padding: 1px;
	margin: 1em 0 .5em;
	font-size: 12px;
	line-height: 1.6;
	font-weight: 500;
}
.lp202606 .p-features .features-box .sttl span {
	display: inline-block;
	background: #fff;
	border-radius: 4px;
	padding: 0 .5em;
}
.lp202606 .p-features .features-box .dot li {
	padding-left: 1em;
	text-indent: -1em;
	font-size: 12px;
	line-height: 1.9;
	letter-spacing: 0.05em;
}
.lp202606 .p-features .features-box .dot li::before {
	content: '・';
}


.lp202606 .p-features .error {
	margin-top: 60px;
}
.lp202606 .p-features .error .ttl {
	font-size: 24px;
	line-height: 1.4;
	font-weight: 500;
	margin-bottom: 1em;
	text-align: center;
}
.lp202606 .p-features .error .ttl img {
	width: auto;
	height: 1.6em;
	vertical-align: -.4em;
	margin-right: .3em;
}
.lp202606 .p-features .error .img_wrap {
	position: relative;
}
@media screen and (max-width: 1280px) {
	.lp202606 .p-features .error .img_wrap {
		scale: .85;
	}
}
.lp202606 .p-features .error .img_wrap .img {
	text-align: center;
}
.lp202606 .p-features .error .img_wrap .img img {
	width: 689px;
}
.lp202606 .p-features .error .img_wrap .border {
	position: absolute;
	left: 50%;
	top: 50%;
	translate: -50% -50%;
	width: 100%;
	margin-top: 32px;
	margin-left: 5px;
}
.lp202606 .p-features .error .img_wrap .border img {
	width: 595px;
}
.lp202606 .p-features .error .img_wrap .line {
	position: absolute;
	left: 50%;
	top: 50%;
	translate: -50% -50%;
	width: 648px;
	height: 479px;
}
.lp202606 .p-features .error .img_wrap .line .svg {
	position: absolute;
}
.lp202606 .p-features .error .img_wrap .line .svg._01 {
	top: 90px;
	right: -20px;
}
.lp202606 .p-features .error .img_wrap .line .svg._02 {
	top: 190px;
	left: -28px;
}
.lp202606 .p-features .error .img_wrap .line .svg._03 {
	top: 148px;
	right: -20px;
}
.lp202606 .p-features .error .img_wrap .line .svg._04 {
	bottom: 90px;
	left: -28px;
}
.lp202606 .p-features .error .img_wrap .line .svg svg path {
	stroke-dasharray: 1000;
	stroke-dashoffset: 1000;
}
.lp202606 .p-features .error .img_wrap .line.js-animeOn .svg svg path {
	animation: line-animation 3s ease forwards;
}
@keyframes line-animation {
	0%   { stroke-dashoffset: 1000; }
	100% { stroke-dashoffset: 0; }
}
.lp202606 .p-features .error .img_wrap .box {
	background: #fff;
	box-shadow: 0 0 8px #ccc;
	width: 280px;
	position: absolute;
	border-radius: 10px;
	overflow: hidden;
}
.lp202606 .p-features .error .img_wrap .box._01,
.lp202606 .p-features .error .img_wrap .box._03 {
	right: -80px;
}
.lp202606 .p-features .error .img_wrap .box._02,
.lp202606 .p-features .error .img_wrap .box._04 {
	left: -80px;
}
.lp202606 .p-features .error .img_wrap .box._01 {
	top: 20px;
}
.lp202606 .p-features .error .img_wrap .box._02 {
	top: 140px;
}
.lp202606 .p-features .error .img_wrap .box._03 {
	top: 220px;
}
.lp202606 .p-features .error .img_wrap .box._04 {
	bottom: 20px;
}
.lp202606 .p-features .error .img_wrap .box .num {
	background: linear-gradient(66deg, #00AFEC 3.45%, #9488E7 54.42%, #EB6AA1 87.86%);
	color: #fff;
	font-family: Montserrat;
	font-size: 14px;
	line-height: 1.4;
	font-weight: 600;
	padding: .4em 25px;
}
.lp202606 .p-features .error .img_wrap .box .detail {
	padding: 15px 25px 25px;
}
.lp202606 .p-features .error .img_wrap .box .detail .sttl {
	display: flex;
	align-items: center;
	justify-content: flex-start;
	gap: .5em;
	font-size: 18px;
	line-height: 1.4;
	font-weight: 500;
	letter-spacing: .01em;
}
.lp202606 .p-features .error .img_wrap .box .detail .ico {
	flex: 0 0 auto;
}
.lp202606 .p-features .error .img_wrap .box .detail .txt {
	font-size: 14px;
	line-height: 1.8;
	letter-spacing: .005em;
	margin-top: .3em;
	text-align: left;
}

.lp202606 .p-cases {
	padding: 120px 0;
}
.lp202606 .p-cases .flex {
	display: flex;
	justify-content: center;
	gap: 20px;
	margin-top: 40px;
}
.lp202606 .p-cases .flex .box {
	flex: 1;
	background: #fff;
	box-shadow: 0 0 10px #ccc;
	padding: 30px 20px;
	border-radius: 10px;
}
.lp202606 .p-cases .flex .box:nth-of-type(2){
	transition-delay: 0.2s;
}
.lp202606 .p-cases .flex .box:nth-of-type(3){
	transition-delay: 0.4s;
}
.lp202606 .p-cases .flex .box .img {
	width: 230px;
	height: 190px;
	display: flex;
	align-items: center;
	justify-content: center;
	margin: 0 auto;
}
.lp202606 .p-cases .flex .box .img img {
	max-width: 100%;
	max-height: 100%;
	object-fit: contain;
}
.lp202606 .p-cases .flex .box .txt {
	font-size: 24px;
	line-height: 1.6;
	letter-spacing: .05em;
	font-weight: 500;
	height: 3.2em;
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	margin-top: 10px;
}
.lp202606 .p-cases .catch {
	text-align: center;
	font-size: 28px;
	font-weight: 700;
	line-height: 170%;
	letter-spacing: 0.05em;
	margin-top: 40px;
}
.lp202606 .p-cases .catch span {
	display: inline-block;
	background: linear-gradient(66deg, #00AFEC 3.45%, #9488E7 54.42%, #EB6AA1 87.86%);
	background-clip: text;
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}

.lp202606 .p-faq {
	position: relative;
	padding: 120px 0;
}
.lp202606 .p-faq::before {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: linear-gradient(66deg, #00AFEC 3.45%, #9488E7 54.42%, #EB6AA1 87.86%);
	opacity: .1;
}
.lp202606 .p-faq .l-inner {
	position: relative;
	z-index: 1;
	max-width: 872px;
}
.lp202606 .p-faq .faq {
	margin: 40px 0 60px;
}
.lp202606 .p-faq .faq .box {
	border-top: 1px solid #ccc;
	padding: 20px;
}
.lp202606 .p-faq .faq .box:last-child {
	border-bottom: 1px solid #ccc;
}
.lp202606 .p-faq .faq .box .ttl {
	font-size: 14px;
	line-height: 2.2;
	font-weight: 500;
	padding: 0 1.5em;
	text-indent: -1.5em;
	cursor: pointer;
	position: relative;
}
.lp202606 .p-faq .faq .box .ttl .ico {
	display: inline-block;
	vertical-align: .3em;
	width: 1.5em;
	height: 1.5em;
	text-indent: 0;
}
.lp202606 .p-faq .faq .box .ttl .ico img {
	width: 80%;
	height: 100%;
	object-fit: contain;
}
.lp202606 .p-faq .faq .box .ttl::before {
	content: '';
	position: absolute;
	right: 0;
	top: 50%;
	translate: 0 -50%;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 7px 6px 0 6px;
	border-color: #000 transparent transparent transparent;
}
.lp202606 .p-faq .faq .box .ttl.is-open::before {
	scale: 1 -1;
}
.lp202606 .p-faq .faq .box .txt {
	padding: 20px 1.5em 0;
	font-size: 14px;
	line-height: 2.0;
}

.lp202606 .p-faq .price {
	background: #fff;
	box-shadow: 0 0 10px #ccc;
}
.lp202606 .p-faq .price .grad {
	background: #fff;
	position: relative;
	padding: 20px;
}
.lp202606 .p-faq .price .grad::before {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: linear-gradient(-66deg, #00AFEC 3.45%, #9488E7 54.42%, #EB6AA1 87.86%);
	opacity: .1;
}
.lp202606 .p-faq .price .grad .ttl {
	font-size: 24px;
	line-height: 1.4;
	font-weight: 700;
	text-align: center;
}
.lp202606 .p-faq .price .grad .ttl img {
	width: auto;
	height: 1.8em;
	vertical-align: -.4em;
	margin-right: .3em;
}
.lp202606 .p-faq .price .grad .small {
	font-size: 12px;
	line-height: 1.6;
	text-align: center;
}
.lp202606 .p-faq .price .white {
	padding: 15px 20px;
}
.lp202606 .p-faq .price .white .table {
	display: grid;
	grid-template-columns: 35% auto;
	gap: 0;
}
.lp202606 .p-faq .price .white .table .ttl,
.lp202606 .p-faq .price .white .table .txt {
	padding: 15px 25px;
}
.lp202606 .p-faq .price .white .table .ttl:last-of-type,
.lp202606 .p-faq .price .white .table .txt:last-of-type {
	border-bottom: none;
}
.lp202606 .p-faq .price .white .table .ttl {
	display: flex;
	align-items: center;
	justify-content: flex-start;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	font-size: 16px;
	letter-spacing: .1em;
	font-weight: 500;
}
.lp202606 .p-faq .price .white .table .ttl .ico {
	display: inline-block;
	width: 3.5em;
}
.lp202606 .p-faq .price .white .table .ttl .ico img {
	max-width: 2.5em;
	object-fit: contain;
}
.lp202606 .p-faq .price .white .table .txt {
	border-bottom: 1px solid #ccc;
	font-size: 16px;
	line-height: 1.2;
	letter-spacing: .1em;
	font-weight: 500;
}
.lp202606 .p-faq .price .white .table .txt .en {
	color: #D70048;
	font-family: Montserrat;
	font-size: 32px;
	letter-spacing: .08em;
	font-weight: 500;
}
.lp202606 .p-faq .price .white .table .txt small {
	font-size: 10px;
	font-weight: 400;
}
.lp202606 .p-faq .price .white .table .txt .big {
	display: inline-block;
	font-size: 20px;
	letter-spacing: .1em;
	font-weight: 500;
	margin-top: 5px;
}

.lp202606 .p-contact_before .l-inner {
	padding: 110px 0 140px;
	color: #fff;
	text-align: center;
}
.lp202606 .p-contact_before .ttl {
	text-align: center;
}
.lp202606 .p-contact_before .ttl img {
	width: 445px;
}
.lp202606 .p-contact_before .sttl {
	color: #fff;
	font-size: 24px;
	line-height: 170%;
	letter-spacing: .05em;
	font-weight: 700;
	text-align: center;
	margin-top: 1em;
}
.lp202606 .p-contact_before .txt {
	color: #fff;
	font-size: 16px;
	line-height: 200%;
	letter-spacing: .05em;
	font-weight: 500;
	text-align: center;
	margin-top: .5em;
}

.lp202606 .p-contact {
	position: relative;
	padding-top: 100px;
}
.lp202606 .p-contact:before,
.lp202606 .p-contact:after{
	position: absolute;
	top: -100px;
	display: block;
	content: '';
}
.lp202606 .p-contact:before{
	left: 0;
	width: 0;
	height: 0;
	border-style: solid;
	border-color: transparent transparent transparent #FFF;
	border-width: 100px 0px 0px 50vw;
}
.lp202606 .p-contact:after{
	right: 0;
	width: 0;
	height: 0;
	border-style: solid;
	border-color: transparent transparent #FFF transparent;
	border-width: 0px 0px 100px 50vw;
}
@media screen and (max-width: 1120px) {
	.lp202606 .p-contact:before{
		border-width: 100px 0px 0px 560px;
	}
	.lp202606 .p-contact:after{
		border-width: 0px 0px 100px 560px;
	}
}

.lp202606 .p-contact__text {
	margin-top: 33px;
	font-size: 14px;
	font-weight: 400;
	line-height: 1.7; /* 23.8px */
}

.lp202606 .p-contact__text span {
	font-size: 12px;
}
.lp202606 .p-contact .mw_wp_form_preview .input-text {
	display: none;
}

.lp202606 .p-contact .btnA{
	font-family: "Noto Sans JP", "Noto Sans", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "MS P Gothic", "ＭＳ Ｐゴシック", sans-serif;
}







