@charset "utf-8";


.vbox-container .vbox-inline {
	max-width: 680px;
	padding: 40px;
}

.page-template-lp #header .contact-fixed a {
	transform: translate(0,-50%);
}
#lp-kv .section-wrap {
	position: relative;
}
#lp-kv .section-wrap .bg {
	width: 100%;
}
#lp-kv .section-wrap .bg.pc {
	min-height: 400px;
	object-fit: cover;
}

#lp-kv .sp {
	display: none;
}

@media screen and (max-width: 800px) {
	#lp-kv .sp {
		display: inline-block;
	}
	#lp-kv .pc {
		display: none;
	}
	#lp-kv .section-wrap {
		/*
		min-height: 550px;
		padding: 38px 25px;
		*/
		
	}
	#lp-kv .section-wrap .bg {
		/*
		position: absolute;
		width: 100%;
		height: 100%;
		top: 0;
		left: 0;
		object-fit: cover;
		*/
	}
	#lp-kv .section-wrap h1 {
		position: relative;
		top: auto;
		left: auto;
		font-size: 46px;
		line-height: 54px;
		z-index: 1;
		margin-bottom: 13px;
	}
	#lp-kv .section-wrap .txt {
		position: relative;
		top: auto;
		right: auto;
		width: 100%;
		height: auto;
		z-index: 1;
		display: flex;
		flex-direction: column;
		justify-content: center;
		gap: 5px;
		padding: 0;
		display: none; /* 不要 */
	}
	#lp-kv .section-wrap .txt h2 {
		font-size: 22px;
		line-height: 32px;
	}
	#lp-kv .section-wrap .txt p {
		font-size: 16px;
		line-height: 28px;
	}
	#lp-kv .section-wrap .txt .btn-kv {
		padding-top: 15px;
	}
	#lp-kv .section-wrap .txt .btn-kv a {
		width: 250px;
		height: 60px;
		font-size: 16px;
	}
}



#lp-content .content {
	padding: 140px 30px;
}

#lp-content .content .wp-block-group + .wp-block-group {
	margin-top: 140px;
}
#lp-content .content h2.wp-block-heading {
	text-align: center;
	font-size: 34px;
	line-height: 48px;
	font-weight: 700;
	position: relative;
	padding-bottom: 23px;
	margin-bottom: 50px;
}
#lp-content .content h2.wp-block-heading strong {
	font-size: 44px;
}
#lp-content .content h2.wp-block-heading::after {
	content: '';
	display: block;
	width: 48px;
	height: 4px;
	background: currentcolor;
	position: absolute;
	bottom: 0;
	left: 50%;
	transform: translateX(-50%);
}
#lp-content .content h2.wp-block-heading + h3.wp-block-heading {
	font-size: 20px;
	line-height: 2;
}
#lp-content .content h2.wp-block-heading + p strong,
#lp-content .content h2.wp-block-heading + h3.wp-block-heading strong {
	font-weight: 700;
}
@media screen and (max-width: 800px) {
	#lp-content .content {
		padding: 70px 25px;
	}
	#lp-content .content h2.wp-block-heading {
		font-size: 22px;
		line-height: 34px;
		padding-bottom: 18px;
		margin-bottom: 35px;
	}
	#lp-content .content h2.wp-block-heading strong {
		font-size: 26px;
	}
	#lp-content .content h2.wp-block-heading + h3.wp-block-heading {
		font-size: 16px;
		line-height: 26px;
		text-align: left;
	}

	#lp-content .content .wp-block-group + .wp-block-group {
		margin-top: 70px;
	}
}


#check .wp-block-group__inner-container {
	max-width: 1100px;
	width: 100%;
	margin: auto;
}
#check .check-list {
	max-width: 960px;
	margin: auto;
	width: 100%;
	display: flex;
	flex-direction: column;
	gap: 15px;
}
#check .check-list li {
	font-size: 20px;
	line-height: 2;
	background: #f4f4f4;
	padding: 20px 30px;
	display: grid;
	grid-template-columns: 22px auto;
	gap: 6px;
}
#check .check-list li::before {
	content: '';
	display: inline-block;
	width: 22px;
	height: 2em;
	background: url(../images/lp/icon-check.svg) center center/contain no-repeat;
}
@media screen and (max-width: 800px) {
	#check .check-list {
		gap: 10px;
	}
	#check .check-list li {
		padding: 20px;
		font-size: 16px;
		line-height: 26px;
		grid-template-columns: 18px auto;
	}
	#check .check-list li::before {
		width: 18px;
		height: 26px;
	}
}

#feature .feature-list {
	width: 100vw;
	position: relative;
	left: 50%;
	transform: translate(-50%,0);
	display: grid;
	grid-template-columns: repeat(2,1fr);
	gap: 1px;
}
#feature .feature-list li {
	position: relative;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	text-align: center;
	color: #fff;
	min-height: 404px;
	height: auto;
	padding: 30px;
	background: #000;
}
#feature .feature-list li .bg {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
	opacity: 0.4;
}
#feature .feature-list li h3 {
	position: relative;
	z-index: 1;
	font-size: 26px;
	line-height: 36px;
	font-weight: 700;
}
#feature .feature-list li h3 span {
	display: block;
	margin-bottom: 10px;
	font-family: 'Roboto', sans-serif;
	font-weight: 700;
	font-size: 15px;	
	line-height: 18px;
}
#feature .feature-list li a {
	position: relative;
	z-index: 1;
	margin-top: 20px;
	color: #fff;
	width: 200px;
	height: 50px;
	border: 1px solid currentcolor;
	display: inline-flex;
	justify-content: center;
	align-items: center;
	font-size: 16px;
	line-height: 1;
	position: relative;
	transition: 0.5s;
}
#feature .feature-list li a:hover {
	background: rgba(255,255,255,0.3);
	box-shadow: 0 0 10px 0 rgba(255,255,255,1);
}

#feature .feature-list li a::before,
#feature .feature-list li a::after {
	content: '';
	width: 14px;
	height: 1px;
	position: absolute;
	right: 14px;
	top: 24px;
	display: block;
	background: #fff;
}
#feature .feature-list li a::after {
	transform: rotate(90deg);
}
.feature-wrap .thumb {
	margin-bottom: 25px;
	width: 100%;
}
.feature-wrap .thumb img {
	width: 100%;
}
.feature-wrap .txt h3 {
	font-size: 24px;
	line-height: 36px;
	font-weight: 700;
	margin-bottom: 10px;
}
.feature-wrap .txt h3 span {
	display: block;
	margin-bottom: 15px;
	font-family: 'Roboto', sans-serif;
	font-weight: 700;
	font-size: 15px;	
	line-height: 18px;
}
.feature-wrap .txt p {
	font-size: 15px;
	line-height: 2;
}
.feature-wrap .txt p + p {
	margin-top: 1em;
}

@media screen and (max-width: 800px) {
	#feature .feature-list {
		grid-template-columns: 1fr;
	}
	#feature .feature-list li {
		padding: 25px;
		height: auto;
		min-height: 260px;
	}
	#feature .feature-list li h3 {
		font-size: 20px;
		line-height: 30px;
	}
	#feature .feature-list li a {
		height: 45px;
		font-size: 15px;
	}
	#feature .feature-list li a::before,
	#feature .feature-list li a::after {
		top: 21px;
	}
	.vbox-container .vbox-inline {
		padding: 20px;
	}
	.feature-wrap .txt h3 {
		font-size: 18px;
		line-height: 2;
	}
	.feature-wrap .txt h3 span {
		font-size: 13px;
		line-height: 15px;
		margin-bottom: 0;
	}
	.feature-wrap .txt p {
		font-size: 14px;
		line-height: 26px;
	}
}

#plan p {
	text-align: center;
	font-size: 15px;
	line-height: 2;
}
#plan .plan-list {
	max-width: 1100px;
	margin: auto;
	margin-top: 50px;
	display: grid;
	grid-template-columns: repeat(4,1fr);
	gap: 20px;
}
#plan .plan-list.col4 {
	grid-template-columns: repeat(4,1fr);
}
#plan .plan-list {
	grid-template-columns: repeat(2,1fr);
}
#plan .plan-list li {
	background: #f4f4f4;
	padding: 30px;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}
#plan .plan-list li h3 {
	font-weight: 700;
	font-size: 20px;
	line-height: 1.3;
	text-align: center;
	position: relative;
	padding-bottom: 18px;
	margin-bottom: 16px;
}
#plan .plan-list li h3::after {
	content: '';
	display: block;
	width: 32px;
	height: 1px;
	position: absolute;
	bottom: 0;
	left: 50%;
	transform: translateX(-50%);
	background: currentcolor;
}
#plan .plan-list li h3 strong {
	font-family: 'Roboto', sans-serif;
	color: #707070;
	display: block;
	font-size: 13px;
	line-height: 15px;
	margin-bottom: 12px;
}
#plan .plan-list li p {
	font-size: 14px;
	line-height: 22px;
	text-align: left;
}
#plan .plan-list li .img {
	margin-top: 16px;
}
@media screen and (max-width: 800px) {
	#plan p {
		font-size: 14px;
		line-height: 24px;
		text-align: left;
	}
	#plan p br {
		display: none;
	}
	#plan .plan-list {
		margin-top: 30px;
		gap: 15px;
	}
	#plan .plan-list.col4 {
		grid-template-columns: repeat(2,1fr);
	}
	#plan .plan-list.col2 {
		grid-template-columns: repeat(1,1fr);
	}
	#plan .plan-list li {
		padding: 20px 15px 15px;
	}
	#plan .plan-list li h3 {
		font-size: 16px;
		line-height: 22px;
		padding-bottom: 12px;
		margin-bottom: 10px;
	}
	#plan .plan-list li h3 strong {
		font-size: 12px;
		line-height: 14px;
		margin-bottom: 7px;
	}
	#plan .plan-list li p {
		font-size: 13px;
		line-height: 22px;
	}
	#plan .plan-list li .img {
		margin-top: 10px;
	}
}


#advantage .advantage-list {
	max-width: 1100px;
	margin: auto;
	display: flex;
	flex-direction: column;
	border-bottom: 1px solid #eee;
}
#advantage .advantage-list li {
	border-top: 1px solid #eee;
}
#advantage .advantage-list li a {
	display: block;
	padding: 40px 90px 40px 30px;
	display: flex;
	align-items: center;
	gap: 30px;
	position: relative;
	transition: 0.5s;
}
#advantage .advantage-list li a:hover {
	background: #eee;
}
#advantage .advantage-list li a::before,
#advantage .advantage-list li a::after {
	content: '';
	width: 24px;
	height: 1px;
	position: absolute;
	right: 30px;
	top: 50%;
	display: block;
	background: #000;
}
#advantage .advantage-list li a::after {
	transform: rotate(90deg);
}
#advantage .advantage-list li img {
	width: 200px;
}
#advantage .advantage-list li h3 {
	font-size: 22px;
	font-weight: 700;
	line-height: 2;
}
.advantage-wrap .thumb {
	margin-bottom: 30px;
	width: 100%;
}
.advantage-wrap .thumb img {
	width: 100%;
}
.advantage-wrap .txt h3 {
	font-size: 24px;
	line-height: 36px;
	font-weight: 700;
	margin-bottom: 15px;
}

.advantage-wrap .txt p {
	font-size: 15px;
	line-height: 2;
}
.advantage-wrap .txt p + p {
	margin-top: 1em;
}
.advantage-wrap .txt h4 {
	font-size: 15px;
	font-weight: 700;
	line-height: 2;
}
.advantage-wrap .txt * + h4 {
	margin-top: 2em;
}
@media screen and (max-width: 800px) {
	#advantage .advantage-list li a {
		padding: 25px 35px 25px 0;
		gap: 15px;
	}
	#advantage .advantage-list li img {
		width: 90px;
	}
	#advantage .advantage-list li h3 {
		font-size: 16px;
		line-height: 26px;
	}
	#advantage .advantage-list li a::before, #advantage .advantage-list li a::after {
		width: 20px;
		right: 0;
	}
	.advantage-wrap .txt h3 {
		font-size: 18px;
		line-height: 28px;
	}
	.advantage-wrap .txt p {
		font-size: 14px;
		line-height: 26px;
	}
	.advantage-wrap .txt h4 {
		font-size: 14px;
		line-height: 26px;
	}
	.advantage-wrap .txt * + h4 {
		margin-top: 26px;
	}
}


#casestudy .casestudy-list {
	max-width: 1100px;
	margin: auto;
	display: flex;
	flex-direction: column;
	gap: 30px;
}
#casestudy .casestudy-list li {
	background: #f4f4f4;
}
#casestudy .casestudy-list li .toggle {
	padding: 40px 90px 40px 40px;
	display: grid;
	grid-template-columns: 160px auto;
	gap: 30px;
	align-items: center;
	position: relative;
	cursor: pointer;
}
#casestudy .casestudy-list li .toggle:hover {
	text-decoration: underline;
}
#casestudy .casestudy-list li .toggle::after {
	content: '';
	display: block;
	width: 20px;
	height: 10px;
	position: absolute;
	right: 30px;
	top: 50%;
	margin-top: -5px;
	background: url(../images/lp/icon-arrow.svg) center center/contain no-repeat;
	transform: rotate(180deg);
	transition: 0.5s;
}
#casestudy .casestudy-list li .toggle.active::after {
	transform: rotate(0deg);
}
#casestudy .casestudy-list li .toggle .thumb img {
	width: 100%;
}
#casestudy .casestudy-list li .toggle .txt h3 {
	font-size: 22px;
	line-height: 2;
	font-weight: 700;
	margin-bottom: 10px;
}
#casestudy .casestudy-list li .toggle .txt p {
	font-size: 15px;
	line-height: 2;
}
#casestudy .casestudy-list li .detail {
	padding: 10px 40px 40px;
	display: none;
}
#casestudy .casestudy-list li .detail h4 {
	font-size: 18px;
	line-height: 33px;
	font-weight: 700;
}
#casestudy .casestudy-list li .detail * + h4 {
	margin-top: 35px;
}
#casestudy .casestudy-list li .detail p {
	font-size: 15px;
	line-height: 2;
}
#casestudy .casestudy-list li .detail * + p {
	margin-top: 15px;
}
@media screen and (max-width: 800px) {
	#casestudy .casestudy-list li .toggle {
		padding: 20px;
		padding-right: 50px;
		gap: 15px;
		grid-template-columns: 90px auto;
	}
	#casestudy .casestudy-list li .toggle::after {
		right: 20px;
		width: 16px;
		height: 8px;
	}
	#casestudy .casestudy-list li .toggle .txt h3 {
		font-size: 15px;
		line-height: 24px;
		margin-bottom: 5px;
	}
	#casestudy .casestudy-list li .toggle .txt p {
		font-size: 13px;
		line-height: 22px;
	}
	#casestudy .casestudy-list li .detail {
		padding: 10px 20px 20px;
	}
	#casestudy .casestudy-list li .detail h4 {
		font-size: 16px;
		line-height: 28px;
	}
	#casestudy .casestudy-list li .detail p {
		font-size: 14px;
		line-height: 26px;
	}
	#casestudy .casestudy-list li .detail * + p {
		margin-top: 8px;
	}
	#casestudy .casestudy-list li .detail * + h4 {
		margin-top: 28px;
	}
}

#faq .faq-list {
	max-width: 1100px;
	margin: auto;
	display: flex;
	flex-direction: column;
	border-bottom: 1px solid #eee;
}
#faq .faq-list li {
	border-top: 1px solid #eee;
}
#faq .faq-list li .q {
	font-size: 20px;
	font-weight: 700;
	line-height: 2;
	padding: 30px 70px 30px 20px;
	position: relative;
	cursor: pointer;
	transition: 0.5s;
}
#faq .faq-list li .q:hover {
	opacity: 0.5;
}
#faq .faq-list li .q::after {
	content: '';
	display: block;
	width: 20px;
	height: 10px;
	position: absolute;
	right: 30px;
	top: 50%;
	margin-top: -5px;
	background: url(../images/lp/icon-arrow.svg) center center/contain no-repeat;
	transform: rotate(180deg);
	transition: 0.5s;
}
#faq .faq-list li .q.active::after {
	transform: rotate(0deg);
}
#faq .faq-list li .a {
	margin-top: -15px;
	display: none;
	opacity: 0;
	transition: opacity 0.2s 0s;
	padding: 0 70px 35px 40px;
}
#faq .faq-list li .q.active + .a {
	opacity: 1;
	transition: opacity 0.5s 0.3s;
}
#faq .faq-list li .a .inner {
	display: flex;
	gap: 6px;
}
#faq .faq-list li .a .inner::before {
	content: 'A.';
	font-family: 'Roboto', sans-serif;
	font-weight: 700;
	color: #707070;
	font-size: 20px;
	line-height: 1.2;
}
#faq .faq-list li .a .txt {
	font-size: 15px;
	line-height: 2;
}
@media screen and (max-width: 800px) {
	#faq .faq-list li .q {
		padding: 25px 30px 25px 0;
		font-size: 16px;
		line-height: 26px;
	}
	#faq .faq-list li .q:hover {
		opacity: 1;
	}
	#faq .faq-list li .q::after {
		width: 16px;
		height: 8px;
		margin-top: -4px;
		right: 0;
	}
	#faq .faq-list li .a {
		margin-top: -6px;
		padding: 0 0 24px 0;
	}
	#faq .faq-list li .a .txt {
		font-size: 14px;
		line-height: 26px;
	}
}


#message.wp-block-group {
	position: relative;
	width: 100vw;
	left: 50%;
	transform: translateX(-50%);
	background: #000;
}
#message .wp-block-group__inner-container {
	width: 100%;
	position: relative;
	color: #fff;
	text-align: center;
	padding: 120px 30px 104px;
}
#message .wp-block-group__inner-container .bg {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
	z-index: -1;
	opacity: 0.4;
}
#message .wp-block-group__inner-container .sp {
	display: none;
}
#message .wp-block-group__inner-container h3.wp-block-heading {
	font-size: 34px;
	line-height: 48px;
	font-weight: 700;
	text-align: center;
	max-width: 1100px;
	width: 100%;
	margin: auto;
	margin-bottom: 50px;
}
#message .wp-block-group__inner-container p {
	font-size: 18px;
	line-height: 2;
	max-width: 1100px;
	width: 100%;
	margin: auto;
}
#message .wp-block-group__inner-container p + p {
	margin-top: 2em;
}



@media screen and (max-width: 800px) {
	#message .wp-block-group__inner-container .pc {
		display: none;
	}
	#message .wp-block-group__inner-container .sp {
		display: inline-block;
	}
	#message .wp-block-group__inner-container .bg {
		opacity: 0.3;
	}
	#message .wp-block-group__inner-container {
		padding: 70px 25px;
	}
	#message .wp-block-group__inner-container h3.wp-block-heading {
		font-size: 22px;
		line-height: 32px;
	}
	#message .wp-block-group__inner-container p {
		font-size: 15px;
		line-height: 26px;
		text-align: left;
	}
	#message .wp-block-group__inner-container p br {
		display: none;
	}

}
#lp-content .content .wp-block-group + #contact {
	padding-top: 60px;
	margin-top: -60px;
}

#contact .wp-block-group__inner-container {
	padding-top: 140px;
	max-width: 600px;
	width: 100%;
	margin: auto;
}
#contact .wpcf7 {
	margin-top: 40px;
}
@media screen and (max-width: 800px) {
	#contact .wp-block-group__inner-container {
		padding-top: 70px;
	}
}


#free .wp-block-group__inner-container {
	max-width: 1100px;
	width: 100%;
	margin: auto;
	margin-top: 50px;
}
#free .wp-block-embed-youtube iframe {
	width: 100%;
	height: auto;
	aspect-ratio: 16/9;
	line-height: 1;
	vertical-align: top;
}
#free .figcaption {
	color: #707070;
}
#free .wp-block-group__inner-container h4 {
	font-weight: 700;
	font-size: 20px;
}
#free .wp-block-group__inner-container .wp-block-embed,
#free .wp-block-group__inner-container .wp-block-columns {
	margin-bottom: 20px;
}
#free .wp-block-group__inner-container > * + .wp-block-embed,
#free .wp-block-group__inner-container > * + .wp-block-columns {
	margin-top: 40px;
}

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


