@charset "UTF-8";


:root {
	--my: 50px;
	--px: 100px;
	--py: 150px;
	--red: #9f0909;
	--brown: #b98700;
	--white: #fff;
	--bg: rgba(0,0,0,0.04);
}



img, video, iframe {max-width: 100%;height: auto;vertical-align: bottom;}


@media screen and (max-width: 800px) {
	:root {
		--my: 20px;
		--px: 20px;
		--py: 80px;
	}
}


* {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}


@media all and (max-width:499px) {
	html body._lp #wrapper #contents section#outline {
		margin-top: -55px
	}
}

@media all and (min-width:500px) and (max-width:1024px) {
	html body._lp #wrapper #contents section#outline {
		margin-top: -88.33px
	}
}

@media all and (min-width:1025px) and (max-width:1440px) {
	html body._lp #wrapper #contents section#outline {
		margin-top: -141.67px
	}
}

@media all and (min-width:1441px) {
	html body._lp #wrapper #contents section#outline {
		margin-top: -166.67px
	}
}
html body._lp #wrapper #contents section#outline>picture {
	display: block;
	position: relative;
	width: 100%;
}

html body._lp #wrapper #contents section#outline>picture>img {
	width: 100%;
	height: auto;
}
html body._lp #wrapper #contents section#outline>h1 {
	display: none
}
html body._lp #wrapper #contents section#lp-content {
	margin-top: 0;
}

/*------------------------------------------------------------
	FOOTER
------------------------------------------------------------*/


#footer {
	width:100%;
	position: relative;
	z-index: 2;
	background: #fff;
}
#footer .footer-wrap {
	padding: 60px 50px;
	font-family: var(--mont);
	font-weight: 500;
	font-size: 11px;
	line-height: 18px;
}
#footer .footer-wrap .copyright {
	font-size: 9px;
	line-height: 18px;
}
#footer .footer-wrap .logo {
	display: inline-block;
	margin-bottom: 20px;
	transition: 0.3s;
}
#footer .footer-wrap .logo:hover {
	opacity: 0.6;
}
#footer .footer-wrap .logo img {
	height: 50px;
	width: auto;
}
@media screen and (max-width: 800px) {
	#footer .footer-wrap {
		padding: 60px 26px;
		font-size: 10px;
	}
}


.btn-contact {
	position: fixed;
	bottom: 30px;
	right: 30px;
	z-index: 100;
	transition: 0.5s;
}
.btn-contact .inner {
	display: flex;
	gap: 20px;
	opacity: 0;
	transition: 0.5s;
}
.showbtn .btn-contact .inner {
	opacity: 1;
}
.hiddenbtn .btn-contact {
	opacity: 0;
	visibility: hidden;
}
.btn-contact a {
	text-align: center;
	position: relative;
	display: flex;
	width: 220px;
	height: 52px;
	color: var(--white);
	background: var(--brown);
	border: 1px solid var(--brown);
	z-index: 2;
	font-size: 15px;
	font-family: 'A+mfCv-東京シティフォント コンプレス B StdN',NoChattering;
	line-height: 22px;
	letter-spacing: 0.1em;
	justify-content: center;
	align-items: center;
	cursor: pointer;
	transition: 0.3s;
}
.btn-contact a:hover {
	color: var(--brown);
	background: var(--white);
}


.btn-contact a span {
	position: relative;
	display: inline-block;
	padding-left: 17px;
	z-index: 1;
}
.btn-contact a span::before {
	content: '';
	display: block;
	border-style: solid;
	border-width: 7px 4px 0 4px;
	border-color: currentcolor transparent transparent transparent;
	position: absolute;
	top: 7px;
	left: 0;
}

@media screen and (max-width: 800px) {
	.btn-contact {
		width: 100%;
		bottom: 0;
		right: 0;
		height: 40px;
	}
	.btn-contact .inner {
		height: 100%;
	}
	.btn-contact a {
		width: 100%;
		height: 100%;
	}
	.btn-contact a.label0 {
		display: none;
	}
	.btn-contact a:hover {
		color: var(--white);
		background: var(--brown);
	}
}


#lp-content > .wp-block-group {
	padding: var(--py) var(--px);
}
#lp-content > .wp-block-group > * {
	margin-left: auto;
	margin-right: auto;
	max-width: 1240px;
}
#lp-content > .wp-block-group > * + * {
	margin-top: var(--my);
}
#lp-content > .wp-block-group > p + p {
	margin-top: 1.8em;
}
#lp-content > .wp-block-group:nth-child(even) {
	background: var(--bg);
}
#lp-content {
	font-size: 20px;
	line-height: 1.8;
}
#lp-content strong {
	font-family: 'A+mfCv-東京シティフォント コンプレス B StdN',NoChattering;
}

#lp-content > .wp-block-group h2.wp-block-heading {
	font-size: 40px;
	line-height: 1.8;
	font-family: 'A+mfCv-東京シティフォント コンプレス B StdN',NoChattering;
	text-decoration: underline;
	text-decoration-thickness: 1px;
	text-decoration-color: var(--brown);
	text-underline-offset: 0.25em;
}
#lp-content > .wp-block-group > * + h2.wp-block-heading {
	margin-top: var(--py);
}
#lp-content > .wp-block-group > h2.wp-block-heading + h2.wp-block-heading {
	margin-top: 0;
}
#lp-content > .wp-block-group h3.wp-block-heading {
	font-size: 30px;
	line-height: 1.8;
	font-family: 'A+mfCv-東京シティフォント コンプレス B StdN',NoChattering;
}
#lp-content > .wp-block-group h3.wp-block-heading:has(em) {
	display: flex;
	gap: .75em;
}
#lp-content > .wp-block-group h3.wp-block-heading strong {
	display: block;
	color: currentcolor;
	font-size: 25px;
	line-height: 1.2;
	margin-bottom: 10px;
}
#lp-content > .wp-block-group > * + h3.wp-block-heading {
	margin-top: 70px;
}

#lp-content .has-text-align-center {
	text-align: center;
}

#lp-content .wp-block-image .aligncenter {
	margin-left: auto;
	margin-right: auto;
}
@media screen and (min-width: 801px) {
	.pcno {
		display: none;
	}
}
@media screen and (max-width: 800px) {
	.spno {
		display: none;
	}
}
@media screen and (max-width: 800px) {
	#lp-content {
		font-size: 14px;
		line-height: 1.8;
	}
	#lp-content strong {
		font-family: 'A+mfCv-東京シティフォント コンプレス B StdN',NoChattering;
	}
	
	#lp-content > .wp-block-group h2.wp-block-heading {
		font-size: 28px;
	}
	#lp-content > .wp-block-group h3.wp-block-heading {
		font-size: 22px;
		line-height: 1.6;
	}
	#lp-content > .wp-block-group h3.wp-block-heading strong {
		font-size: 16px;
		margin-bottom: 5px;
	}
	#lp-content > .wp-block-group > * + h3.wp-block-heading {
		margin-top: 30px;
	}

}


#lp-content .nayami {
	display: flex;
	flex-wrap: wrap;
	gap: 20px;
	justify-content: center;
}
#lp-content .nayami li {
	width: 100%;
	max-width: 280px;
	min-width: 260px;
	margin-top: 57px;
	border: 1px solid var(--brown);
	background: var(--white);
	padding: 87px 20px 29px;
	text-align: center;
	position: relative;
	display: flex;
	flex-direction: column;
	gap: 8px;
}
#lp-content .nayami li p {
	font-size: 15px;
	line-height: 26px;
	font-family: var(--serif);
}
#lp-content .nayami li p.answer {
	color: var(--brown);
	font-family: 'A+mfCv-東京シティフォント コンプレス B StdN',NoChattering;
	font-size: 16px;
	line-height: 30px;
}
#lp-content .nayami li .icon {
	width: 114px;
	height: 114px;
	display: block;
	position: absolute;
	top: 0;
	left: 50%;
	transform: translate(-50%,-50%);
	background: #fff;
	border-radius: 50%;
	border: 1px solid var(--brown);
	z-index: 1;
}
@media screen and (max-width: 800px) {
}

#lp-content .step {
	display: flex;
	flex-direction: column;
	gap: 60px;
	margin: var(--my) auto 0;
	max-width: 1200px;
}
#lp-content .step li {
	display: grid;
	grid-template-columns: 270px auto;
	gap: 35px;
}
#lp-content .step li h3 {
	font-size: 30px;
	line-height: 1;
	font-family: 'A+mfCv-東京シティフォント コンプレス B StdN',NoChattering;
	display: flex;
	flex-direction: column;
}
#lp-content .step li h3 span {
	color: var(--brown);
}
#lp-content .step li p {
	font-size: 20px;
	line-height: 1.8;
}
#lp-content .step li p + p {
	margin-top: 1.8em;
}
@media screen and (max-width: 800px) {
	#lp-content .step {
		gap: 30px;
	}
	#lp-content .step li {
		grid-template-columns: 1fr;
		gap: 20px;
	}
	#lp-content .step li h3 {
		font-size: 20px;
	}
	#lp-content .step li p {
		font-size: 14px;
	}
}

#lp-content .process-content {
	display: flex;
	flex-direction: column;
	gap: 60px;
	position: relative;
	max-width: 1040px;
	margin-left: auto;
	margin-right: auto;
}
#lp-content .process-item {
	border: 1px solid currentcolor;
	position: relative;
	padding: 50px;
}
#lp-content .process-item:not(:first-child)::before {
	content: '';
	display: block;
	height: 60px;
	width: 1px;
	position: absolute;
	left: 50%;
	bottom: 100%;
	background: currentcolor;
	margin-bottom: 1px;
}
#lp-content .process-item .inner {
	display: flex;
	flex-direction: column;
	gap: 60px;
}
#lp-content .process-item .inner h4 {
	font-size: 20px;
	line-height: 1.2;
	font-family: 'A+mfCv-東京シティフォント コンプレス B StdN',NoChattering;
}
#lp-content .process-item .inner h3 {
	font-size: 30px;
	line-height: 1.2;
	font-family: 'A+mfCv-東京シティフォント コンプレス B StdN',NoChattering;
}
#lp-content .process-item .inner p {
	font-size: 20px;
	line-height: 1.8;
	font-family: 'A+mfCv-東京シティフォント コンプレス B StdN',NoChattering;
}

@media screen and (max-width: 800px) {
	#lp-content .process-content {
		gap: 30px;
	}
	#lp-content .process-item:not(:first-child)::before {
		height: 30px;
	}
	#lp-content .process-item {
		padding: 20px;
	}
	#lp-content .process-item .inner {
		gap: 20px;
	}
	#lp-content .process-item .inner h4 {
		font-size: 16px;
	}
	#lp-content .process-item .inner h3 {
		font-size: 20px;
	}
	#lp-content .process-item .inner p {
		font-size: 14px;
	}

}


#lp-content .works-list {
	display: grid;
	gap: 20px;
}
#lp-content .works-item {
	background: var(--bg);
	padding: 20px;
}
#lp-content .works-item h3 {
	margin-top: 20px;
	font-size: 20px;
	line-height: 1.2;
	font-family: 'A+mfCv-東京シティフォント コンプレス B StdN',NoChattering;
}
#lp-content .works-list.col3 {
	grid-template-columns: repeat(3,1fr);
}
#lp-content .works-list.col4 {
	grid-template-columns: repeat(4,1fr);
}

@media screen and (max-width: 800px) {
	#lp-content .works-list.col3 {
		grid-template-columns: repeat(1,1fr);
	}
	#lp-content .works-list.col4 {
		grid-template-columns: repeat(1,1fr);
	}
	#lp-content .works-item h3 {
		font-size: 16px;
	}
}

#lp-content .image-and-text {
	display: grid;
	gap: 20px;
}
#lp-content .image-and-text .image {
	margin-bottom: 20px;
}
#lp-content .image-and-text h3 {
	font-size: 20px;
	line-height: 1.8;
	font-family: 'A+mfCv-東京シティフォント コンプレス B StdN',NoChattering;
	text-align: center;
}
#lp-content .image-and-text.col2 {
	grid-template-columns: repeat(2,1fr);
}
#lp-content .image-and-text.col3 {
	grid-template-columns: repeat(3,1fr);
}
#lp-content .image-and-text.col4 {
	grid-template-columns: repeat(4,1fr);
}

@media screen and (max-width: 800px) {
	#lp-content .image-and-text {
		gap: 30px;
	}
	#lp-content .image-and-text .image {
		margin-bottom: 10px;
	}
	#lp-content .image-and-text.col2 {
		grid-template-columns: repeat(1,1fr);
	}
	#lp-content .image-and-text.col3 {
		grid-template-columns: repeat(1,1fr);
	}
	#lp-content .image-and-text.col4 {
		grid-template-columns: repeat(1,1fr);
	}

}

#lp-content .modal-list {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 60px;
}
#lp-content .modal-list li {
	width: 277px;
	background: #f8f8f8;
	padding: 20px;
	cursor: pointer;
}
#lp-content .modal-list.col2 {
	grid-template-columns: repeat(2,1fr);
}
#lp-content .modal-list.col3 {
	grid-template-columns: repeat(3,1fr);
}
#lp-content .modal-list.col4 {
	grid-template-columns: repeat(4,1fr);
}
#lp-content .modal-list .thumb {
	background: #fff;
	margin-bottom: 20px;
}
#lp-content .modal-list .thumb img {
	width: 100%;
	height: auto;
	aspect-ratio: 2/1;
	object-fit: contain;
}
#lp-content .modal-list .txt {
	text-align: center;
	font-size: 15px;
	line-height: 1.8;
	font-family: 'A+mfCv-東京シティフォント コンプレス B StdN',NoChattering;
	text-align: center;
}
#lp-content .modal-list .txt h3 + p {
	margin-top: 10px;
}
#lp-content .modal-list .txt p::after {
	content: '';
	display: inline-block;
	width: 5px;
	height: 5px;
	margin-left: 10px;
	border-top: 2px solid currentcolor;
	border-right: 2px solid currentcolor;
	vertical-align: middle;
	transform: rotate(45deg);
}

@media screen and (max-width: 800px) {
	#lp-content .modal-list {
		gap: 30px;
	}

}

#lp-content .faq-list {
	max-width: 1040px;
	margin-left: auto;
	margin-right: auto;
	display: flex;
	flex-direction: column;
	border-bottom: 1px solid #ddd;
}
#lp-content .faq-list > li {
	border-top: 1px solid #ddd;
}
#lp-content .faq-list > li .q {
	font-size: 20px;
	font-family: 'A+mfCv-東京シティフォント コンプレス B StdN',NoChattering;
	line-height: 2;
	padding: 30px 70px 30px 20px;
	position: relative;
	cursor: pointer;
	transition: 0.5s;
}
#lp-content .faq-list > li .q:hover {
	opacity: 0.5;
}
#lp-content .faq-list > li .q .arrow {
	width: 20px;
	height: 20px;
	position: absolute;
	right: 20px;
	top: 50%;
	margin-top: -10px;
	overflow: hidden;
	transition: 0.5s;
	transform: rotate(180deg);
}
#lp-content .faq-list > li .q.active .arrow {
	transform: rotate(0deg);
}

#lp-content .faq-list > li .q .arrow::after {
	content: '';
	display: block;
	width: 20px;
	height: 20px;
	position: absolute;
	top: 50%;
	left: 50%;
	margin-top: -7px;
	border-top: 1px solid currentcolor;
	border-left: 1px solid currentcolor;
	transform: rotate(45deg);
	transform-origin: left top;
}
#lp-content .faq-list > li .a {
	margin-top: -15px;
	display: none;
	opacity: 0;
	transition: opacity 0.2s 0s;
	padding: 0 70px 35px 40px;
}
#lp-content .faq-list > li .q.active + .a {
	opacity: 1;
	transition: opacity 0.5s 0.3s;
}
#lp-content .faq-list > li .a .inner {
	display: flex;
	gap: 6px;
}
#lp-content .faq-list > li .a .inner::before {
	content: 'A.';
	font-family: 'A+mfCv-東京シティフォント コンプレス B StdN',NoChattering;
	color: var(--brown);
	font-size: 20px;
	line-height: 1.2;
}
#lp-content .faq-list > li .a .txt {
	font-size: 15px;
	line-height: 2;
}
#lp-content .faq-list > li .a .txt ul li {
	padding-left: 0.75em;
	position: relative;
}
#lp-content .faq-list > li .a .txt ul li::before {
	content: '・';
	font-family: 'A+mfCv-東京シティフォント コンプレス B StdN',NoChattering;
	position: absolute;
	top: 0;
	left: 0;
}
@media screen and (max-width: 800px) {

	#lp-content .faq-list li .q {
		padding: 25px 30px 25px 0;
		font-size: 16px;
		line-height: 26px;
	}
	#lp-content .faq-list li .q:hover {
		opacity: 1;
	}
	#lp-content .faq-list > li .q .arrow {
		width: 16px;
		height: 16px;
		right: 0;
		margin-top: -8px;
	}
	#lp-content .faq-list > li .q .arrow::after {
		width: 16px;
		height: 16px;
		margin-top: -5px;
	}

	#lp-content .faq-list li .a {
		margin-top: -6px;
		padding: 0 0 24px 0;
	}
	#lp-content .faq-list li .a .txt {
		font-size: 14px;
		line-height: 26px;
	}
}

#lp-content .wpcf7 {
	max-width: 800px;
	margin-left: auto;
	margin-right: auto;
}
#lp-content .wpcf7 p a {
	text-decoration: underline;
}
#lp-content .wpcf7 p a:hover {
	text-decoration: none;
}
@media screen and (max-width: 800px) {
	
}




/*------------------------------------------------------------
	micromodal
------------------------------------------------------------*/
.modal-content {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 1000;
	opacity: 0;
	visibility: hidden;
	padding: 0;
	display: flex;
	align-items: center;
	justify-content: center;
	background: #b9870000;
	backdrop-filter: blur(0px);
	transition: 0.5s;
}
.modal-content.is-open {
	background: #b98700cc;
	backdrop-filter: blur(10px);
	opacity: 1;
	visibility: visible;
}
.modal-content .modal-overlay {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	z-index: -1;
}
.modal-close {
	position: fixed;
	top: 20px;
	right: 20px;
	width: 40px;
	height: 40px;
	padding: 0;
	border: none;
	overflow: hidden;
	transition: .5s;
	background: transparent;
	z-index: 2;
}
.modal-close:hover {
	opacity: .6;
}
.modal-close::before {
	content: '';
	display: block;
	position: absolute;
	width: 100%;
	height: 2px;
	left: 0;
	top: 50%;
	background-color: #fff;
	transform: rotate(45deg);
	border-radius: 10px;
}
.modal-close::after {
	content: '';
	display: block;
	position: absolute;
	width: 100%;
	height: 2px;
	left: 0;
	top: 50%;
	background-color: #fff;
	transform: rotate(-45deg);
	border-radius: 10px;
}
.modal-content .inner {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	z-index: 1;
	padding: 60px;
	overflow: scroll;
}
.modal-content .inline-content {
	position: relative;
	max-width: 900px;
	height: auto;
	margin: auto;
	width: 100%;
	background: #fff;
	padding: 60px;
	border-radius: 0;
	opacity: 0;
	transition: 0.5s;
}
.modal-content.is-open .inline-content {
	opacity: 1;
}
.modal-content .title .thumb {
	margin-bottom: 40px;
}
.modal-content .title .thumb img {
	width: 100%;
}
.modal-content .title h3 {
	text-align: center;
	font-size: 20px;
	line-height: 1.2;
	font-family: 'A+mfCv-東京シティフォント コンプレス B StdN',NoChattering;
}
.modal-content .content {
	margin-top: 60px;
}
.modal-content .content p {
	font-size: 20px;
	line-height: 1.5;
	font-family: 'A+mfCv-東京シティフォント コンプレス B StdN',NoChattering;
}
.modal-content .content p + p {
	margin-top: 1.5em;
}
@media screen and (max-width: 800px) {
	.modal-close {
		top: 10px;
	}
	.modal-content .inner {
		padding: 60px 20px;
	}
	.modal-content .inline-content {
		padding: 20px;
	}
	.modal-content .title .thumb {
		margin-bottom: 30px;
	}
	.modal-content .content {
		margin-top: 30px;
	}
	.modal-content .content p {
		font-size: 14px;
	}
}
