/* Base */
.lp-renovation {
	overflow: hidden;
	background: #fff;
	font-family: Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
	letter-spacing: 0.05em;
	color: #231815;
}

.lp-renovation h2 {
	font-size: 40px;
	line-height: 1.2;
	margin: 0 0 40px;
}

@media screen and (max-width: 600px) {
	.lp-renovation h2 {
		font-size: 32px;
	}
}

.lp-renovation h3 {
	font-size: 24px;
	line-height: 1.4;
	margin: 0 0 32px;
}

@media screen and (max-width: 600px) {
	.lp-renovation h3 {
		font-size: 20px;
	}
}

.lp-renovation h4 {
	font-size: 20px;
	line-height: 1.4;
	margin: 0 0 24px;
}

@media screen and (max-width: 600px) {
	.lp-renovation h4 {
		font-size: 15px;
	}
}


.lp-renovation p {
	font-size: 16px;
}

@media screen and (max-width: 600px) {
	.lp-renovation p {
		font-size: 15px;
	}
}

.lp-renovation a {
	text-decoration: none;
}

/* Object */
.lp-renovation .container {
	max-width: 1000px;
	margin: 0 auto;
	padding: 0 40px;
}

@media screen and (max-width: 760px) {
	.lp-renovation .container {
		padding: 0 20px;
	}
}

.lp-renovation .flex-container {
	display: flex;
}

.lp-renovation .box-gr {
	background: #90c231;
	padding: 40px;
	border-radius: 20px;
	color: #fff;
}

@media screen and (max-width: 600px) {
	.lp-renovation .box-gr {
		padding: 20px;
	}
}

.lp-renovation .box-wh {
	background: #fff;
	padding: 24px;
	border-radius: 10px;
	color: #231815;
}

@media screen and (max-width: 600px) {
	.lp-renovation .box-wh {
		padding: 20px;
	}
}

.lp-renovation .box-ye {
	background: #fff435;
	padding: 20px;
	border-radius: 10px;
}

@media screen and (max-width: 600px) {
	.lp-renovation .box-ye {
		padding: 20px;
	}
}

.lp-renovation .heading-main {
	font-weight: bold;
}

.lp-renovation .btn-main {
	position: relative;
	text-align: center;
	margin: 16px auto 32px;
}

.lp-renovation .btn-main a {
	position: relative;
	display: inline-block;
	width: 100%;
	font-size: clamp(14px, 2vw, 20px);
	font-weight: bold;
	line-height: 1.4;
	border-radius: 20px;
	color: #fff;
}

.lp-renovation .btn-main a:before {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	
	width: 100%;
	height: 100%;
	
	content: "";
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
	-webkit-transform: translate3d(0, 8px, -4px);
	transform: translate3d(0, 8px, -4px);
	
	border: 4px solid #006934;
	border-radius: inherit;
	background: #2baa3f;
}

.lp-renovation .btn-main a span {
	position: relative;
	display: block;
	padding: 16px 32px;
	border: 4px solid #006934;
	border-radius: inherit;
	background: #2baa3f;
}

/* Skin */
.lp-renovation .heading-sub {
	display: inline-block;
	border-radius: 8px;
	padding: 4px 16px;
	background: #c9bc9e;
	color: #fff;
	font-size: 14px;
	line-height: 1;
	margin: 0 0 8px;
}

.lp-renovation .img-m {
	width: 100%;
	height: auto;
	aspect-ratio: 4/3;
	border-radius: 12px;
	object-fit: cover;
}

.lp-renovation .img-l {
	width: 100%;
	height: auto;
	aspect-ratio: 4/3;
	border-radius: 12px;
	object-fit: cover;
}

@media screen and (max-width: 600px) {
	.lp-renovation .img-l {
		aspect-ratio: 4/5;
	}
}


/* Utility */
.lp-renovation .text-center {
	text-align: center;
}

.lp-renovation .u-color-wh {
	color: #fff;
	font-weight: bold;
	display: flex;
	flex-wrap: wrap;
	gap: 4px;
}

.lp-renovation .u-color-gr {
	color: #006836;
}

.lp-renovation .u-br-sp {
	display: none;
}

@media screen and (max-width: 600px) {
	.lp-renovation .u-br-sp {
		display: block;
	}
}

/* mv */
.lp-renovation .mv {
	position: relative;
	width: 100%;
	height: 160vw;
	max-height: 960px;
	background: no-repeat center/cover url(img/mv-bg.jpg);
}

.lp-renovation .mv .main-copy {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 100%;
	height: 24vw;
	max-height: 280px;
	text-indent: -9999px;
	background: no-repeat center/contain url(img/mv-title.svg);
}

/* intro */
.lp-renovation .intro {
	margin: 80px auto;
	padding: 0 4vw;
}

@media screen and (max-width: 600px) {
	.lp-renovation .intro {
		margin: 40px auto;
	}
}

.lp-renovation .intro p {
	font-size: clamp(16px, 3vw, 32px);
	font-weight: 600;
}

.lp-renovation .intro p span {
	font-weight: 600;
}

.lp-renovation .intro p span.higheliht-yl {
	display: inline-block;
	background: #FFE200;
	margin: 8px 0;
}

.lp-renovation .intro p span.higheliht-gr {
	display: inline-block;
	background: #006933;
	margin: 8px 0;
}

@media screen and (max-width: 600px) {
	.lp-renovation .intro p span.higheliht-yl,
	.lp-renovation .intro p span.higheliht-gr {
		margin: 4px 0;
	}
}

.lp-renovation .intro p span.higheliht-gr span {
	font-weight: 800;
}

.lp-renovation .intro .illust {
	display: block;
	max-width: 160px;
	width: 20%;
	object-fit: contain;
	margin: -36px 32px 0 auto;
}

@media screen and (max-width: 600px) {
	.lp-renovation .intro .illust {
		margin: -10px 10px 0 auto;
	}
}

/* about */
.lp-renovation .about .title h2 {
	margin: 0;
}

.lp-renovation .about .title p {
	font-size: 14px;
	font-weight: bold;
}

.lp-renovation .about ol {
	padding: 32px 32px 32px 56px;
}

@media screen and (max-width: 600px) {
	.lp-renovation .about ol {
		padding: 32px 20px 20px 32px;
	}
}

.lp-renovation .about ol li {
	font-weight: bold;
	font-size: clamp(15px, 1.8vw, 18px);
	line-height: 1.4;
	margin: 0 0 32px;
}

@media screen and (max-width: 600px) {
	.lp-renovation .about ol li {
		margin: 0 0 24px;
	}
}

.lp-renovation .about .features h3 {
	font-size: 20px;
	margin: 0 0 16px;
}

.lp-renovation .about .features .wrp {
	display: flex;
	align-items: center;
	flex-direction: column;
}

.lp-renovation .about .features ul li {
	display: inline-block;
	list-style: none;
	background: #006836;
	border-radius: 5px;
	padding: 5px 8px;
	font-size: clamp(18px, 2.4vw, 24px);
	font-weight: bold;
}

.lp-renovation .about .message {
	display: flex;
	justify-content: center;
	margin: 32px 0 -16px;
}

.lp-renovation .about .message img {
	max-width: 160px;
	width: 30%;
}

.lp-renovation .about .message p {
	display: block;
	font-weight: bold;
	font-size: clamp(14px, 2vw, 20px);
	margin: 12px 0 0 -16px;
}

.lp-renovation .about .message p span:first-child {
	transform: rotate(-4deg);
	display: block;
}

.lp-renovation .about .message p span:nth-child(2) {
	transform: rotate(4deg);
	margin: 16px 0 0 32px;
	display: block;
}

/* case */
.lp-renovation .case {
	background: #fff435;
	padding: 40px 0;
	margin: 80px 0;
}

@media screen and (max-width: 600px) {
	.lp-renovation .case {
		margin: 40px 0;
	}
}

.lp-renovation .case .title {
	display: flex;
	align-items: center;
	gap: 20px;
}

.lp-renovation .case .title h2 {
	margin: 0;
}

.lp-renovation .case .label {
	display: flex;
	align-items: center;
	background: #2baa3f;
	border-radius: 4px;
	height: 100%;
}

.lp-renovation .case .label p {
	padding: 4px 8px;
	font-size: 14px;
	height: 32px;
}

.lp-renovation .case .label .before {
	position: relative;
	background: #006934;
	border-radius: 4px 0 0 4px;
}

.lp-renovation .case .label .before:after {
	content: "";
	clip-path: polygon(0 0, 100% 50%, 0 100%);
	width: 8px;
	height: 100%;
	display: block;
	position: absolute;
	top: 0;
	right: -8px;
	z-index: 11;
	background: #006934;
}

.lp-renovation .case .label .after {
	padding-left: 12px;
}

.lp-renovation .case .case-slider img {
	width: 100%;
}

.lp-renovation .case .case-slider .slick-arrow {
	text-indent: -9999px;
	width: 20px;
	height: 20px;
	border-radius: 50%;
	border: none;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	z-index: 10;
}

.lp-renovation .case .case-slider .slick-arrow.slick-prev {
	left: 0;
	background: no-repeat center/contain url(img/arrow.svg);
}

.lp-renovation .case .case-slider .slick-arrow.slick-next {
	top: calc(50% - 10px);
	right: 0;
	background: no-repeat center/contain url(img/arrow.svg);
	transform: scale(-1, 1);
}

.lp-renovation .case .case-slider .slick-dots {
	display: flex;
	gap: 4px;
	justify-content: center;
}

.lp-renovation .case .case-slider .slick-dots li {
	background: #ffffff;
	border: solid 1px #065e00;
	text-indent: -9999px;
	width: 8px;
	height: 8px;
	border-radius: 50%;
}

.lp-renovation .case .case-slider .slick-dots li.slick-active {
	background: #065e00;
}

/* voice */
.lp-renovation .voice .img-m,
.lp-renovation .voice .img-l {
	margin: 0 0 40px;
}

.lp-renovation .voice .title {
	position: relative;
	width: 100%;
	height: auto;
	aspect-ratio: 4/3;
	background: no-repeat center/cover url(img/voice-top.jpg);
	border-radius: 8px;
}

@media screen and (max-width: 600px) {
	.lp-renovation .voice .title {
		aspect-ratio: 4/5;
	}
}

.lp-renovation .voice .title h2 {
	position: absolute;
	top: 16px;
	left: 16px;
	color: #2baa3f;
}

.lp-renovation .voice .lead {
	font-size: clamp(15px, 2vw, 20px);
	font-weight: bold;
	margin: 32px auto;
	max-width: 800px;
	width: 90%;
}

.lp-renovation .voice .interviewee {
	justify-content: start;
	margin: 0 0 40px;
}

@media screen and (max-width: 600px) {
	.lp-renovation .voice .interviewee {
		display: block;
	}
}

.lp-renovation .voice .interviewee .image {
	width: 30%;
	min-width: 120px;
	margin: 0 32px 0 0;
}

@media screen and (max-width: 600px) {
	.lp-renovation .voice .interviewee .image {
		margin: 0 0 24px;
	}
}

.lp-renovation .voice .interviewee .image img {
	width: 100%;
	border-radius: 8px;
}

.lp-renovation .voice .interviewee .text .label {
	display: inline-block;
	color: #2baa3f;
	font-size: 14px;
	font-weight: bold;
	border: solid 1px #2baa3f;
	border-radius: 50px;
	padding: 4px 12px;
	margin: 0 0 8px;
}

.lp-renovation .voice .interviewee .text .name {
	font-weight: bold;
	font-size: 20px;
	margin: 0 0 8px;
}

.lp-renovation .voice .voice-box {
	max-width: 800px;
	width: 100%;
	margin: 0 auto 32px;
}

.lp-renovation .voice .voice-box h4 {
	margin: 40px 0 32px;
}

@media screen and (max-width: 600px) {
	.lp-renovation .voice .voice-box h4 {
		margin: 24px 0 16px;
	}
}

.lp-renovation .voice .voice-box p {
	margin: 0 0 16px;
	line-height: 1.7;
}

.lp-renovation .voice .voice-box .speaker {
	display: block;
	margin: 0 0 4px;
	font-weight: bold;
}

.lp-renovation .voice .info,
.lp-renovation .voice .money,
.lp-renovation .voice .support {
	margin: 0 0 32px;
}

.lp-renovation .voice .info .movie {
	align-items: start;
}

@media screen and (max-width: 600px) {
	.lp-renovation .voice .info .movie {
		display: block;
	}
}

.lp-renovation .voice .info .movie .image {
	width: 60%;
	margin: 0 32px 0;
}

.lp-renovation .voice .info .movie .image img {
	width: 100%;
}

.lp-renovation .voice .money .heading-sub {
	margin: 32px 0 16px;
}

.lp-renovation .voice .money img {
	max-width: 80px;
	width: 20%;
	margin: 16px 16px 0 auto;
	display: block;
}

.lp-renovation .voice .support .top {
	align-items: center;
	justify-content: center;
	margin: 0 0 24px;
}

.lp-renovation .voice .support .top .image {
	width: 40%;
	max-width: 200px;
}

.lp-renovation .voice .support .top .image img {
	width: 100%;
}

.lp-renovation .voice .support .top .text p {
	font-size: 20px;
	font-weight: bold;
}

.lp-renovation .voice .support .heading-sub {
	margin: 32px 0 16px;
}

.lp-renovation .voice .support .box-img {
	display: flex;
	justify-content: space-between;
	margin: 0 0 24px;
}

.lp-renovation .voice .support .box-img img {
	width: 32%;
	height: auto;
	aspect-ratio: 3/2;
}

.lp-renovation .voice .support ol {
	counter-reset: li;
	margin: 32px 0;
}

.lp-renovation .voice .support ol li {
	display: flex;
	align-items: baseline;
	list-style: none;
	font-weight: bold;
	font-size: 20px;
	line-height: 1.4;
	margin: 0 0 16px;
}

@media screen and (max-width: 600px) {
	.lp-renovation .voice .support ol li {
		font-size: 16px;
		margin: 0 0 8px;
	}
}

.lp-renovation .voice .support ol li:before {
	flex-shrink: 0;
	counter-increment: li;
	content: counter(li);
	display: inline-block;
	width: 32px;
	height: 32px;
	border-radius: 50%;
	background: #fff;
	color: #065e00;
	border: solid 4px #065e00;
	text-align: center;
	margin: 0 8px 0 0;
	//padding: 2px;
}

@media screen and (max-width: 600px) {
	.lp-renovation .voice .support ol li:before {
		/* width: 24px;
		height: 24px; */
	}
}

/* cta */
.lp-renovation .cta {
	display: flex;
	max-width: 920px;
	width: 90%;
	align-items: center;
	margin: 56px auto 80px;
	border: solid 1px #d7d7d7;
	background: #fff;
}

@media screen and (max-width: 600px) {
	.lp-renovation .cta {
		margin: 20px auto 80px;
		display: block;
	}
}

.lp-renovation .cta .image {
	width: 55%;
}

@media screen and (max-width: 600px) {
	.lp-renovation .cta .image {
		width: 100%;
	}
}

.lp-renovation .cta .image img {
	width: 100%;
}

.lp-renovation .cta .text {
	flex-grow: 1;
	text-align: center;
	padding: 32px 0;
}

.lp-renovation .cta .text p {
	color: #999;
	font-size: 18px;
	font-weight: bold;
	margin: 0 0 8px;
}

.lp-renovation .cta .text h2 {
	font-size: clamp(32px, 4vw, 40px);
	font-weight: bold;
	margin: 0 0 16px;
}

.lp-renovation .cta .text span {
	display: block;
	font-size: 14px;
	font-weight: bold;
	margin: 0 0 32px;
}

.lp-renovation .cta .text a {
	display: inline-block;
	font-weight: bold;
	font-size: clamp(20px, 2.4vw, 24px);
	color: #fff;
	padding: 12px 16px;
	background: #90c231;
	border-radius: 8px;
}

















