@charset "utf-8";
/*------------------------------------------------------------
	led
------------------------------------------------------------*/
#main .pageTtl {
	margin-bottom: 0;
}
#main .pageTtl .headLine01 {
	top: 12.7%;
}
#main .pageTtl .headLine01 .sml {
	margin: 0.375vw 0 -0.187vw;
	display: block;
	font-size: 2vw;
	letter-spacing: 0.14em;
}
#main .pageTtl .headLine01 small {
	color: #00A23E;
	margin-top: 1.438vw;
}
#main .topBox {
	padding: 7.6rem 0 8rem;
	overflow: hidden;
}
#main .topBox h3 {
	margin: 0 auto;
	padding-left: 9.5rem;
	font-size: 3.2rem;
	font-weight: 700;
	line-height: 2;
	letter-spacing: 0.2em;
	width: fit-content;
}
#main .topBox h3 .large {
	font-size: 8.4rem;
	font-weight: 400;
	line-height: 1;
	letter-spacing: 0.1em;
	vertical-align: -1.5rem;
}
#main .topBox h3 .large02 {
	line-height: 1.4;
	color: #00A23E;
}
#main .topBox h3 .large03 {
	margin-left: 0.3rem;
}
#main .topBox h3 .dotTxt {
	position: relative;
	display: inline-block;
}
#main .topBox h3 .dotTxt:before {
	position: absolute;
	left: 50%;
	top: -0.7rem;
	width: 0.9rem;
	margin-left: -0.5rem;
	height: 0.9rem;
	background-color: #00A23E;
	border-radius: 50%;
	content: "";
}
#main .topBox .imgList {
	position: relative;
	height: 40rem;
}
#main .topBox .imgList li {
	position: absolute;
}
#main .topBox .imgList .item01 {
	left: -24.8rem;
	top: -3.7rem;
	width: 80.2rem;
}
#main .topBox .imgList .item02 {
	left: 6.5rem;
	top: 3rem;
	width: 85.6rem;
}
#main .topBox .imgList .item03 {
	right: -14.5rem;
	top: 0.5rem;
	width: 82.4rem;
}
#main .topBox .imgList .item04 {
	left: -14rem;
	top: 15.2rem;
	width: 85.2rem;
}
#main .topBox .imgList .item05 {
	left: 21.3rem;
	top: 16rem;
	width: 82.9rem;
}
#main .topBox .imgList .item06 {
	right: -28rem;
	top: 15.5rem;
	width: 85.9rem;
}
#main .voice {
	padding: 9.5rem 0 20rem;
	color: #fff;
	background-color: #000;
}
#main .voice .ttlBox {
	margin: 0 9.5rem 2.6rem 0;
	align-items: flex-start;
}
#main .voice .ttlBox h3 {
	flex: 1;
	font-size: 1.9rem;
	font-weight: 700;
	letter-spacing: 0.22em;
}
#main .voice .ttlBox h3 .large {
	margin-bottom: 1.8rem;
	padding: 0.5rem 0 1.5rem;
	display: block;
	--start-color: #fff;
	--end-color: #00a23e;
	color: #00A23E;
	font-weight: 400;
	font-size: 6.1rem;
	line-height: 1;
	letter-spacing: 0;
	border-top: 1px solid #00A23E;
	border-bottom: 1px solid #00A23E;
}
#main .voice .ttlBox .ttlImg {
	margin: 0.2rem 0 0 4rem;
	width: 21.7rem;
}
#main .voice .imgBox {
	margin-bottom: 4.2rem;
	align-items: flex-start;
}
#main .voice .imgBox .txtBox {
	flex: 1;
}
#main .voice .imgBox .txtBox p {
	line-height: 2.5;
	text-align: justify;
	letter-spacing: 0.03em;
}
#main .voice .imgBox .phoBox {
	margin: 1rem 0 0 6rem;
	width: 69.1rem;
}
#main .voice .imgBox .phoBox img {
	width: 100%;
}
#main .voice .noteBox {
	margin: 0 1.5rem;
	position: relative;
}
#main .voice .noteBox:before,
#main .voice .noteBox:after {
	position: absolute;
	left: -1.5rem;
	top: 1.5rem;
	width: 1px;
	height: calc(100% - 3rem);
	background-color: #00A23E;
	content: "";
}
#main .voice .noteBox:after {
	left: auto;
	right: -1.5rem;
}
#main .voice .noteBox .subBox {
	padding: 3.8rem 1.8rem;
	border-top: 1px solid #00A23E;
	border-bottom: 1px solid #00A23E;
}
#main .voice .noteBox .noteList {
	flex: 1;
	font-size: 1.5rem;
	line-height: 2;
	letter-spacing: -0.02em;
}
#main .voice .noteBox .noteList li {
	padding-left: 1em;
	text-indent: -1em;
	text-align: justify;
}
#main .comForm {
	position: relative;
}
#main .comForm h3 {
	position: absolute;
	left: 50%;
	top: -8.6rem;
	padding-bottom: 0.3rem;
	margin-left: -34.5rem;
	color: #fff;
	font-size: 5.3rem;
	font-weight: 400;
	letter-spacing: 0.22em;
	border-bottom: 3px solid #fff;
}
@media all and (min-width: 897px) {
	#main .voice .noteBox h4 {
		padding-right: 2.4rem;
		margin-right: 3rem;
		color: #00A23E;
		font-weight: 700;
		webkit-writing-mode: tb-rl;
		-webkit-writing-mode: vertical-rl;
		writing-mode: tb-rl;
		writing-mode: vertical-rl;
		border-right: 1px solid #00A23E;
	}
}
@media all and (max-width: 1200px) {
	#main .pageTtl .headLine01 .sml {
		margin: 0.4rem 0 -0.1rem;
		font-size: 2.35rem;
	}
	#main .pageTtl .headLine01 small {
		margin-top: 1.7rem;
	}
}
@media all and (max-width: 896px) {
	#main .pageTtl .headLine01 {
		top: 10.3%;
	}
	#main .pageTtl .headLine01 .sml {
		margin: 0.966vw 0 -0.725vw;
		font-size: 6.763vw;
	}
	#main .pageTtl .headLine01 small {
		margin-top: 2.415vw;
		font-size: 2.174vw;
	}
	#main .topBox {
		padding: 8rem 0 4rem;
	}
	#main .topBox h3 {
		margin: 0 0 0 -0.2rem;
		padding-left: 0;
		font-size: 2.3rem;
		line-height: 1.05;
		letter-spacing: 0.15em;
	}
	#main .topBox h3 .large {
		font-size: 5rem;
		line-height: 1.16;
		vertical-align: -0.5rem;
	}
	#main .topBox h3 .large01 {
		margin-bottom: 1rem;
		display: inline-block;
	}
	#main .topBox h3 .large02 {
		margin-bottom: 0.5rem;
		display: inline-block;
		line-height: 1.2;
	}
	#main .topBox h3 .large03 {
		margin-left: 0.2rem;
		vertical-align: -1rem;
	}
	#main .topBox h3 .dotTxt:before {
		top: 0;
		width: 0.8rem;
		margin-left: -0.6rem;
		height: 0.8rem;
	}
	#main .topBox .imgList {
		margin: 0 auto;
		max-width: 36.4rem;
		height: 44rem;
	}
	#main .topBox .imgList .item01 {
		left: -19.3rem;
		top: -3.9rem;
		width: 50.7rem;
	}
	#main .topBox .imgList .item02 {
		left: auto;
		right: -18.5rem;
		top: -0.5rem;
		width: 54rem;
	}
	#main .topBox .imgList .item03 {
		right: -8.3rem;
		top: 9.6rem;
		width: 52.2rem;
	}
	#main .topBox .imgList .item04 {
		left: -13.6rem;
		top: 13.7rem;
		width: 47.5rem;
	}
	#main .topBox .imgList .item05 {
		left: auto;
		right: -19.4rem;
		top: 17.7rem;
		width: 54.7rem;
	}
	#main .topBox .imgList .item06 {
		right: -13.5rem;
		top: 29.8rem;
		width: 53.4rem;
	}
	#main .voice {
		padding: 8rem 0 12rem;
	}
	#main .voice .ttlBox {
		margin: 0 0 2.5rem;
		display: block;
		position: relative;
	}
	#main .voice .ttlBox h3 {
		font-size: 1.8rem;
		letter-spacing: 0.17em;
	}
	#main .voice .ttlBox h3 .large {
		margin-bottom: 2.4rem;
		padding: 1.5rem 0 2.2rem;
		display: inline-block;
		font-size: 4.8rem;
		line-height: 1.2;
		letter-spacing: 0.06em;
	}
	#main .voice .ttlBox .ttlImg {
		position: absolute;
		left: 25.5rem;
		top: 0.8rem;
		margin: 0;
		width: 9.2rem;
	}
	#main .voice .imgBox {
		margin-bottom: 4.5rem;
		display: block;
	}
	#main .voice .imgBox .txtBox p {
		line-height: 1.88;
	}
	#main .voice .imgBox .phoBox {
		margin: 4rem 0 0;
		width: auto;
	}
	#main .voice .noteBox {
		margin: 0 1rem;
	}
	#main .voice .noteBox:before,
	#main .voice .noteBox:after {
		left: -1rem;
		top: 1rem;
		height: calc(100% - 2rem);
	}
	#main .voice .noteBox:after {
		left: auto;
		right: -1rem;
	}
	#main .voice .noteBox .subBox {
		padding: 4rem 1.6rem 3.8rem;
		display: block;
	}
	#main .voice .noteBox h4 {
		margin-bottom: 1.5rem;
		padding-bottom: 1.5rem;
		color: #00A23E;
		font-weight: 700;
		letter-spacing: 0.02em;
		border-bottom: 1px solid #00A23E;
	}
	#main .voice .noteBox .noteList {
		line-height: 2;
	}
	#main .comForm h3 {
		top: -4.6rem;
		padding-bottom: 0;
		margin-left: -18rem;
		font-size: 3rem;
		white-space: nowrap;
		letter-spacing: 0.15em;
		border-width: 2px;
	}
}
.comForm td .wpcf7-list-item {
	margin: 0;
}
.comForm td .hideInput {
	height: 0;
	opacity: 0;
	padding: 0;
	display: block;
}