@charset "utf-8";

.dmycontents {
	display: block;
	height: 3000px;
	line-height: 1000px;
	text-align: center;
}

.hdmycontents {
	display: none;
}


.topmain {
	overflow: hidden;
	position: relative;
	padding-top: 74px;
	width: 100%;
	height: auto;
}

.mvtest .topmain {
	width: 100%;
	height: auto;
	max-height: 700px;
}

.topmain img.bgimg {
	width: 100%;
	height: auto;
}

.topmain .topcopy {
	position: absolute;
	bottom: 10%;
	left: 10%;
	margin: 0;
}

.topmain .topcopy h1 {
	padding: 0 0 30px;
	font-size: 32px;
	color: #fff;
	line-height: 1.6em;
	font-family: 'Noto Sans JP', sans-serif;
	font-weight: 500;
	letter-spacing: 0.1em;
	text-shadow: 5px 5px 8px #999;
}

.topmain .topcopy h6 {
	font-size: 16px;
	color: #fff;
	line-height: 1.6em;
	font-family: 'Noto Sans JP', sans-serif;
	font-weight: 500;
	text-shadow: 5px 5px 8px #999;
}


#top_mv {
	position: relative;
	width: 100%;
	margin: 0;
	padding: 0;
	overflow: hidden;
}

#top_mv video {
	width: 100%;
}

@media only screen and (max-width: 896px) {
	#top_mv video {
		width: 180%;
		margin-left: -40%;
	}
}

@media only screen and (max-width: 640px) {
	#top_mv video {
		width: 240%;
		margin-left: -70%;
	}
}

@media only screen and (max-width: 480px) {
	#top_mv video {
		width: 300%;
		margin-left: -100%;
	}
}



.fitImg {
	position: absolute;
}

.pcmian {
	display: block !important;
}

.smpmain {
	display: none !important;
}





.sec {
	margin-bottom: 120px;
}

.page-title__title {
	color: #333;
	font-size: 48px;
	font-weight: 700;
	margin-bottom: 40px;
	text-align: center;
}

/* cont01
---------------------------------------------------- */

#cont01 {
	position: relative;
	overflow: hidden;
	padding: 0 0 100px;
}

#cont01 .newsborder {
	position: absolute;
	display: block;
	right: -1%;
	width: 90%;
	margin-left: 10%;
	height: 300px;
	text-align: center;
	border: solid 2px #c7c7c7;
	border-radius: 8px;
}

#cont01 .newsbox {
	display: block;
	width: 90%;
	margin-left: 10%;
	text-align: center;
}

#cont01 .newsbox .gridWrapper {
	width: 100%;
}

#cont01 .newsbox .gridWrapper .grid01 {
	width: 16%;
	margin-left: 4%;
	padding: 50px 0 0;
	text-align: left;
}

#cont01 .newsbox .gridWrapper .grid01 h1.cont01sub {
	padding: 0 0 10px;
	font-size: 50px;
	color: #111;
	line-height: 1.3em;
	font-family: 'Noto Sans JP', sans-serif;
	font-weight: 500;
	letter-spacing: -0.03em;
}

#cont01 .newsbox .gridWrapper .grid02 {
	width: 80%;
	margin: 0;
}

.news-btn {
	margin-top: 24px;

	a {
		display: block;
		width: 180px;
		margin-left: 80px;
		padding: 8px 0;
		font-size: 12px;
		color: #666666;
		border: 1px solid #666666;
	}
}

#blog {
	display: flex;
}

#blog p img {
	display: none;
}

#blog a {
	display: none;
}

#blog a.btn {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0
}

#blog .mu {
	width: 27%;
	margin-right: 6%;
	margin-top: 6%;
	position: relative;
	background: #fff;
	box-shadow: 4px 4px 4px 1px rgba(0, 0, 0, .2);
	border-radius: 6px;
}

#blog .mu img {
	width: 100%;
	height: auto;
}

#blog .mu h3 {
	margin-bottom: 1em;
	padding: 12px 16px 60px;
	font-size: 0.8em;
	line-height: 1.4em;
	text-align: left;
	font-weight: normal;
}

#blog .mu small {
	display: none;
}



/* cont02
---------------------------------------------------- */

#cont02 {
	overflow: hidden;
	padding: 0 0 100px;
}

.cont02box {
	position: relative;
	display: block;
	width: 100%;
	/* margin-left: -2%;
	margin-right: 8%; */
	height: auto;
	text-align: left;
	/* background: linear-gradient(-45deg, #5eb1af, #d5e7e7);
	padding: 1px;
		-moz-border-radius: 8px;
		-webkit-border-radius: 8px; */
	border-radius: 8px;
	box-sizing: border-box;
}

.cont02box .inbox {
	width: 100%;
	border-radius: 8px;
	background: #EFEFEF;
}

.cont02box .inbox2 {
	width: 100%;
	padding: 100px 0 100px;
	max-width: 900px;
	margin: 0 auto;
}

.cont02box h1.cont02sub {
	padding: 0 0 16px;
	font-size: 50px;
	color: #111;
	line-height: 1.3em;
	font-family: 'Noto Sans JP', sans-serif;
	font-weight: 500;
	letter-spacing: -0.03em;
	text-align: center;
}

@media only screen and (max-width: 767px) {
	.cont02box h1.cont02sub {
		font-size: 24px;
		padding: 0 0 8px;
	}
}

.cont02box span {
	width: 50px;
	height: 3px;
	background-color: #22ac38;
	display: block;
	margin: 0 auto 16px;

	@media only screen and (max-width: 767px) {
		margin: 0 auto 8px;
	}
}

.cont02box .cont02subTitle {
	color: #22ac38;
	text-align: center;
	padding: 0 0 30px;
}

.cont02box .cont02content {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	/* 2列 */
	gap: 40px;
	/* 要素間の余白 */
}

@media screen and (max-width: 896px) {
	.cont02box .cont02subTitle {
		font-size: 14px;
	}

	.cont02box .cont02content {
		display: block;
	}
}

@media only screen and (max-width: 767px) {
	.cont02box .cont02content {
		flex-direction: column;
	}
}

.cont02box .cont02item {
	width: 100%;
	background-color: #fff;
	padding: 24px;
	/* box-shadow: 2px 4px 16px rgba(43, 43, 43, 0.3); */
	box-shadow: 4px 4px 4px 1px rgba(0, 0, 0, .2);
}

@media only screen and (max-width: 767px) {
	.cont02box .cont02item {
		width: 100%;
		margin-bottom: 24px;
	}
}

.cont02box h3.cont02copy {
	/* padding: 0 0 30px; */
	margin-top: 24px;
	margin-bottom: 8px;
	font-size: 30px;
	color: #4C4948;
	line-height: 1.3em;
	font-family: 'Noto Sans JP', sans-serif;
	font-weight: 500;
	/* letter-spacing: 0.1em; */
}

@media screen and (max-width: 896px) {
	.cont02box h3.cont02copy {
		font-size: 24px;
	}
}

.cont02box h6.cont02copy01 {
	padding: 0 0 30px;
	font-size: 12px;
	color: #22ac38;
	line-height: 1.3em;
	font-family: 'Noto Sans JP', sans-serif;
	font-weight: 500;
	letter-spacing: 0.1em;
}

.cont02box .textbox {
	font-size: 1.0em;
	color: #111;
	line-height: 1.8em;
	letter-spacing: 0.1em;
	height: 160px;
}

.cont02box .btnbox {
	width: 46%;
	margin-right: 54%;
}

.cont02box .btnbox .morebtn {
	border: 1px solid #22ac38;
	color: #22ac38 !important;
}

.cont02box .btnbox .morebtn:hover {
	color: #fff !important;
}

.cont02box .cont02img {
	width: 100%;
}

.cont02box .cont02img img {
	width: 100%;
	max-width: 600px;
	height: auto;
	aspect-ratio: 1.6/1;
	-o-object-fit: contain;
	object-fit: contain;
}

@media only screen and (max-width: 896px) {
	.cont02box .btnbox .morebtn {
		font-size: 10px;
	}

	.cont02box h6.cont02copy01 {
		padding: 0 0 8px;
	}
}

/* cont03
---------------------------------------------------- */

#cont03 {
	overflow: hidden;
	padding: 0 0 100px;
}

#cont03 .widebox {
	background: #111 url(../images/bgixcont03.jpg) repeat center bottom;
	background-size: auto;
	background-size: cover;
}

#cont03 .box {
	padding: 100px 0;
	text-align: center;
}

#cont03 h1 {
	padding: 0 0 60px;
	font-size: 40px;
	font-family: 'Noto Sans JP', sans-serif;
	font-weight: 500;
	color: #fff;
	line-height: 1.3em;
	letter-spacing: 0.1em;
	text-align: center;
}

#cont03 .textbox {
	padding: 0 0 60px;
	font-size: 20px;
	font-family: 'Noto Sans JP', sans-serif;
	font-weight: 500;
	color: #fff;
	line-height: 1.8em;
	text-align: center;
}

#cont03 .btnbox {
	width: 30%;
	margin: 0 35%;
	overflow: hidden;
}


/* cont04
---------------------------------------------------- */

#cont04 {
	overflow: hidden;
	padding: 0 0 100px;
}

#cont04 .box {
	padding: 0;
}

#cont04 .cont04box {
	position: relative;
	display: block;
	width: 100%;
	height: auto;
	text-align: center;
	background: linear-gradient(-45deg, #339999, #C6D9DA);
	padding: 2px;
	box-sizing: border-box;
}

.cont04box .inbox {
	background: #fff;
	padding: 40px 0 60px;
	/* border-radius: 8px; */
}

.cont04box h1.cont04sub {
	width: 24%;
	margin: 0 38%;
	padding: 0 0 20px;
}

.cont04box h1.cont04sub img {
	width: 100%;
	height: auto;
}

.cont04box .textbox {
	padding: 0 0 30px;
	font-size: 45px;
	color: #4C4948;
	line-height: 1.8em;
	letter-spacing: 0.1em;
	text-align: center;
}

.cont04box .textbox br {
	display: none;
}

.cont04box .btnbox {
	width: 30%;
	margin: 0 35%;
}

@media only screen and (max-width: 896px) {
	#cont04 {
		padding: 0 0 50px;
	}
}

/* cont05
---------------------------------------------------- */
#cont05 {
	background-image: url("../images/go-green-musuhi-bg.png");
	background-size: cover;
	background-repeat: no-repeat;
	padding: 136px 0;
	margin-bottom: 120px;
	text-align: center;

	h2 {
		color: #fff;
		font-weight: bold;
		font-size: 60px;
		margin-bottom: 120px;
	}

	h3 {
		color: #fff;
		font-size: 36px;
		margin-bottom: 120px;
	}

	.btn {
		display: block;
		width: 260px;
		margin: 0 auto;
		text-align: center;
		border: 1px solid #fff;
		color: #fff !important;
		font-size: 18px;
		font-weight: bold;
		padding: 8px 0;
		line-height: 1.4;
	}
}



/* ------------------------------------------------------------------------------------------------------------------------ */
@media only screen and (max-width: 1000px) {



	/* cont02
---------------------------------------------------- */

	#cont02 {
		overflow: hidden;
		padding: 0 0 100px;
	}

	/* .cont02box .cont02img {
	position: absolute;
	left: -20%;
	bottom: -10%;
	margin-left: 0;
} */
	.cont02box .cont02img img {
		width: 100%;
		max-width: 600px;
		height: auto;
	}


}

/* ------------------------------------------------------------------------------------------------------------------------ */
@media only screen and (max-width: 896px) {
	#cont05 {
		h2 {
			font-size: 24px;
			margin-bottom: 24px;
		}

		h3 {
			font-size: 15px;
			margin-bottom: 64px;
		}
	}



	.topmain {
		overflow: hidden;
		position: relative;
		width: 100%;
		/* height: 70vh; */
		max-height: initial;
	}

	.topmain img.bgimg {
		width: auto;
		height: 100%;
	}

	.topmain .topcopy {
		position: absolute;
		bottom: 10%;
		left: 5%;
		margin: 0;
	}

	.topmain .topcopy h1 {
		padding: 0 0 30px;
		font-size: 4.0vw;
		color: #fff;
		line-height: 1.6em;
	}

	.topmain .topcopy h6 {
		font-size: 2.0vw;
		color: #fff;
		line-height: 1.6em;
	}

	/* cont01
---------------------------------------------------- */

	#cont01 {
		overflow: hidden;
		padding: 0 0 50px;
		margin-bottom: 40px;
	}

	#cont01 .box {
		padding: 40px 0;
		text-align: center;
	}

	#cont01 .newsborder {
		position: absolute;
		display: block;
		width: 80%;
		height: 98%;
		margin-left: 20%;
		text-align: center;
		border: solid 2px #c7c7c7;
		border-radius: 8px;
	}

	#cont01 .newsbox {
		display: block;
		width: 90%;
		margin-left: 10%;
		text-align: center;
	}

	#cont01 .newsbox .gridWrapper {
		width: 100%;
	}

	#cont01 .newsbox .gridWrapper .grid01 {
		width: 86%;
		margin-left: 14%;
		padding: 50px 0 0;
		text-align: left;
	}

	#cont01 .newsbox .gridWrapper .grid02 {
		width: 90%;
		margin: 0 5%;
	}

	#blog {
		display: block;
	}

	#blog a.btn {
		display: block;
		position: absolute;
		top: 0;
		left: 0;
		right: 0;
		bottom: 0
	}

	#blog .mu {
		width: 100%;
		margin: 0 0 20px;
		margin-bottom: 3%;
		padding: 14px 20px;
		position: relative;
		background: #fff;
		box-shadow: 1px 1px 5px 1px rgba(0, 0, 0, .2);
		border-radius: 6px;
	}

	#blog .mu img {
		float: left;
		margin-top: 10px;
		width: 34%;
		height: auto;
	}

	#blog .mu h3 {
		float: right;
		width: 60%;
		margin: 0 2% 1em 2%;
		padding: 10px 16px 10px;
		font-size: 1.0em;
		line-height: 1.4em;
		text-align: left;
		font-weight: normal;
	}

	#blog .mu small {
		display: none;
	}


	/* cont02
---------------------------------------------------- */

	#cont02 {
		overflow: hidden;
		padding: 0 0 50px;
	}

	.cont02box {
		position: relative;
		display: block;
		/* width: 90%; */
		/* margin: 0 5%; */
		height: auto;
		text-align: left;
	}

	.cont02box .inbox {
		border-radius: 0;
	}

	.cont02box .inbox2 {
		width: 90%;
		margin: 0 5%;
		padding: 40px 0 50px;
	}

	.cont02box .btnbox {
		width: 40%;
		border-radius: 0;
		max-width: 160px;
		margin-right: auto;
		margin-left: 0;
	}

	.cont02box .textbox {
		height: auto;
		margin-bottom: 24px;
		letter-spacing: 0;
	}

	/* .cont02box .cont02img {
	position: absolute;
	left: initial;
	right: -10%;
	bottom: -15%;
} */
	/* .cont02box .cont02img img {
	width: 100%;
	max-width: 500px;
	height: auto;
} */


	/* cont03
---------------------------------------------------- */

	#cont03 {
		overflow: hidden;
		padding: 0;
	}

	#cont03 .box .ct03box {
		width: 100%;
	}

	#cont03 .box .ct03box .grid01,
	#cont03 .box .ct03box .grid02 {
		float: none;
		width: 60%;
		margin: 0 20% 50px;
	}

	#cont03 .box .ct03box .grid .morebtnbox {
		width: 60%;
		margin: 0 20%;
		padding: 0 0 50px;
	}



	/* cont04
---------------------------------------------------- */

	#cont04 .box {
		padding: 40px 0 30px;
	}

	#cont04 .wideimg h2 {
		padding: 0;
		width: 40%;
		margin: 0 30%;
		height: 100%;
		text-align: center;
	}

	#cont04 .wideimg h2 img {
		height: 100%;
		width: auto;
	}

	#cont04 .box {
		padding: 40px 0;
	}

	#cont04 .ct04topbox dl dt {
		float: none;
		width: 100%;
	}

	#cont04 .ct04topbox dl dd {
		float: none;
		width: 94%;
		margin: 0 3%;
	}

	#cont04 .ct04box {
		width: 100%;
		margin: 0 auto;
		padding: 0 0 40px;
	}

	#cont04 .ct04box .grid {
		float: none;
		width: 90%;
		margin: 0 5% 20px;
		line-height: 2.0em;
	}

	#cont04 .ct04box .grid img {
		width: 100%;
		height: auto;
	}

	#cont04 .textbox {
		width: 96%;
		margin: 0 2% 0px;
		padding-bottom: 16px;
		font-size: 14px;
	}

	#cont04 .box .morebtnbox {
		width: 60%;
		margin: 0 20%;
	}


	/* cont05
---------------------------------------------------- */
	#cont05 {
		padding: 96px 0;
		margin-bottom: 80px;
	}

	#cont05 .btn {
		width: 140px;
		font-size: 12px;
	}

	#cont05 .ct05box {
		width: 100%;
		margin: 0 auto;
	}

	#cont05 .ct05box .grid {
		position: relative;
		width: 100%;
		margin: 0;
	}

	#cont05 .ix05imgbox {
		margin: 0 auto;
		padding: 0;
		overflow: hidden;
		/* letter-spacing: -.4em; */
		font-size: 0;
		list-style: none;
	}

	#cont05 .ix05imgbox li {
		display: inline-block;
		width: 50%;
		vertical-align: top;
		letter-spacing: normal;
	}

	#cont05 .ct05box img {
		width: 100%;
		height: auto;
	}

	#cont05 .ct05box .grid .cvarw {
		position: absolute;
		width: 50%;
		z-index: 99;
	}

	#cont05 .ct05box .grid .cvarw img {
		width: 100%;
		height: auto;
	}

	/* cont06
---------------------------------------------------- */

	#cont06 {
		overflow: hidden;
		padding: 30px 0;
	}

	#cont06 .widebox .ct06box .ct06box-item .faqbox img {
		width: 100%;
		height: auto;
	}

	#cont06 .box .morebtnbox {
		width: 64%;
		margin: 0 18%;
	}

	/* cont07
---------------------------------------------------- */

	#cont07 .box .ct07box .grid01 {
		width: 100%;
		margin: 0 0 30px;
		border-right: none;
	}

	#cont07 .box .ct07box .grid01>div {
		margin: 0;
	}

	#cont07 .box .ct07box .grid02 {
		width: 100%;
		margin: 0;
	}

	#cont07 .box .ct07box .grid02 .inbox {
		width: 100%;
		margin: 0;
		padding: 0 0 40px;
	}

	#cont07 .box .ct07box .grid02 .inbox dt {
		padding: 0 0 10px;
		font-size: 1.0em;
		font-weight: normal;
		line-height: 1.2em;
	}

	#cont07 .box .ct07box .grid02 .inbox dt.ctlogo {
		margin: 0 0 10px;
	}

	#cont07 .box .ct07box .grid02 .inbox dt.ctlogo img {
		width: 100px;
		height: auto;
	}

	#cont07 .box .ct07box .grid02 .inbox dt span {
		display: block;
		font-size: 0.8em;
	}

	#cont07 .box .ct07box .grid02 .inbox dd {
		padding: 0 0 6px;
		font-size: 0.9em;
		line-height: 1.4em;
	}

	#cont07 .box .ct07box .grid02 .inbox dd.tel {
		padding: 0 0 14px;
		font-size: 3.0em;
	}

	#cont07 .box .ct07box .grid02 .inbox dd.tel span {
		font-size: 0.8em;
	}


}

/* --------------------------------------------------------------------------------------------------*/
@media only screen and (max-width: 640px) {


	.topmain {
		overflow: hidden;
		position: relative;
		width: 100%;
		/* height: 80vh; */
		max-height: initial;
	}

	.topmain img.bgimg {
		margin-left: -40%;
		width: auto;
		height: 100%;
	}

	.topmain .topcopy {
		position: absolute;
		bottom: 10%;
		left: 5%;
		margin: 0;
	}

	.topmain .topcopy h1 {
		padding: 0 0 30px;
		font-size: 4.0vw;
		color: #fff;
		line-height: 1.6em;
	}

	.topmain .topcopy h6 {
		font-size: 2.2vw;
		color: #fff;
		line-height: 1.9em;
	}


	/* cont02
---------------------------------------------------- */

	.cont02box .btnbox {
		width: 50%;
		margin-right: 50%;
	}

	/* .cont02box .cont02img {
	position: absolute;
	left: initial;
	right: -10%;
	bottom: -10%;
}
.cont02box .cont02img img {
	width: 100%;
	max-width: 460px;
	height: auto;
} */

	.cont02box .textbox {
		font-size: 3.4vw;
		font-size: 16px;
	}

	/* cont03
---------------------------------------------------- */

	#cont03 {
		overflow: hidden;
		padding: 0 0 100px;
	}

	#cont03 h1 {
		padding: 0 0 60px;
		font-size: 6.4vw;
	}

	#cont03 .textbox {
		font-size: 3.4vw;
	}

	#cont03 .btnbox {
		width: 50%;
		margin: 0 25%;
	}

	/* cont04
---------------------------------------------------- */

	.cont04box h1.cont04sub {
		width: 40%;
		margin: 0 30%;
		padding: 20px 0;
	}

	.cont04box .textbox br {
		display: block !important;
	}

	.cont04box .textbox span {
		display: none !important;
	}

	.cont04box .btnbox {
		width: 50%;
		margin: 0 25%;
	}



}

/* --------------------------------------------------------------------------------------------------*/
@media only screen and (max-width: 480px) {



	.topmain {
		overflow: hidden;
		position: relative;
		width: 100%;
		padding-top: 24px;
		/* height: 70vh; */
		max-height: initial;
	}

	.topmain img.bgimg {
		margin-left: -60%;
		width: auto;
		height: 100%;
	}




	/* cont01
---------------------------------------------------- */

	#cont01 {
		padding: 0px 0 80px;
		text-align: center;
	}

	#cont01 .newsborder {
		position: absolute;
		display: block;
		width: 90%;
		height: 96%;
		margin-left: 10%;
		text-align: center;
		border: solid 2px #c7c7c7;
		border-radius: 8px;
	}

	#cont01 .newsbox {
		display: block;
		width: 96%;
		margin: 0 2%;
		text-align: center;
	}

	#cont01 .newsbox .gridWrapper {
		width: 100%;
		display: block;
	}

	#cont01 .newsbox .gridWrapper .grid01 {
		float: none;
		display: block;
		width: 86%;
		margin-left: 14%;
		padding: 50px 0 0;
		text-align: left;
	}

	#cont01 .newsbox .gridWrapper .grid02 {
		float: none;
		display: block;
		width: 90%;
		margin: 0 5%;
	}

	#blog {
		display: block;
	}

	#blog a.btn {
		display: block;
		position: absolute;
		top: 0;
		left: 0;
		right: 0;
		bottom: 0
	}

	#blog .mu {
		position: relative;
		width: 100%;
		margin: 0;
		margin-bottom: 2%;
		padding: 20px;
		background: #fff;
		box-shadow: 1px 1px 5px 1px rgba(0, 0, 0, .2);
		border-radius: 6px;
	}

	#blog .mu img {
		float: none;
		display: block;
		margin: 0 5%;
		width: 90%;
		height: auto;
	}

	#blog .mu h3 {
		float: none;
		display: block;
		width: 96%;
		margin: 0 2% 1em 2%;
		padding: 12px 16px 40px;
		font-size: 1.0em;
		line-height: 1.4em;
		text-align: left;
		font-weight: normal;
	}

	#blog .mu small {
		display: none;
	}

	#cont01 .box .morebtnbox {
		width: 80%;
		margin: 0 10%;
		padding: 0 0 30px;
	}




	/* cont02
---------------------------------------------------- */


	.cont02box {
		position: relative;
		display: block;
		/* width: 90%;
	margin: 0 5%; */
		height: auto;
		text-align: left;
	}

	.cont02box .inbox2 {
		width: 90%;
		margin: 0 5%;
	}

	.cont02box .btnbox {
		width: 60%;
		margin-right: 40%;
	}

	/* .cont02box .cont02img {
	position: absolute;
	left: initial;
	right: -15%;
	bottom: -10%;
} */
	/* .cont02box .cont02img img {
	width: 100%;
	max-width: 360px;
	height: auto;
} */




	/* cont03
---------------------------------------------------- */




	/* cont04
---------------------------------------------------- */

	.cont04box h1.cont04sub {
		width: 50%;
		margin: 0 25%;
		padding: 20px 0;
	}

	#cont04 .box .morebtnbox {
		width: 80%;
		margin: 0 10%;
	}


}


/* --------------------------------------------------------------------------------------------------*/
@media only screen and (max-width: 380px) {}