@charset "UTF-8";

.recycle {
	font-family: "Hiragino Mincho ProN", YuMincho, serif;
}
.recycleBox {

}
.recycle .btn {
	position: relative;
	display: inline-block;
	color: #fff;
	font-size: 20px;
	border-radius: 4px;
	line-height: 20px;
	box-sizing: border-box;
	overflow: hidden;
	background: #8CC63F;
}
.recycle .btn:hover {
    text-decoration: none;
}
.recycle .btn span {
	font-family: Noto Sans JP, "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "游ゴシック体", "Yu Gothic", YuGothic, sans-serif;
  display: block;
  text-align: center;
  padding: 15px 50px 15px;
}
.recycle .bLayerText:hover > span {
  background: rgba(0, 0, 0, 0.2);
}
.recycleMain {
	position: relative;
	height: 750px;
}
.recycleMain p {
	width: 350px;
	font-size: 44px;
	line-height: 55px;
	font-weight: bold;
	font-feature-settings: "palt";
}
.recycleMain p {

}
.recycleMain p span.headText {
	display: block;
	font-family: Noto Sans JP, "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "游ゴシック体", "Yu Gothic", YuGothic, sans-serif;
	font-size: 18px;
	line-height: 18px;
	color: #39B54A;
	margin-bottom: 10px;
}
.aniText span {
    display: none;
}
@keyframes typingCursor {
  from　{
    opacity:0;
  }
  to{
    opacity:1
  }
}
#main1 { 
	opacity:1;
	background-image: url('../img/main_bg.jpg');
}
#main2 { 
	opacity:0;
	background-image: url('../img/main_bg2.jpg');
}
#main2 p {
	color: #fff;
	width: 350px;
}
#main2 p span.headText {
	color: #FBD800;
}
.recycleMainInner {
	position: absolute;
	top: 0;
	width: 100%;
	height: 750px;
    margin: 0 auto;
    transition: 1s;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
}
.recycleMainInner .leadBox {
	display: flex;
	height: 750px;
	padding: 70px 0 0;
	box-sizing: border-box;
	justify-content: flex-end;
	width: 1210px;
	max-width: 1210px;
    margin: 0 auto;
}
.recycleInner {
	width: 1170px;
	margin: 0 auto;
	padding: 125px 0;
}
.recycleInner .recycleText {
	font-weight: bold;
	font-size: 24px;
	line-height: 48px;
	text-align: center;
	font-feature-settings: "palt";
}
.recycleInner .recycleText ruby {
	ruby-align: center;
}
.recycleInner .recycleText ruby rt {
	color: #666;
}
.recycleInner ul {
	width: 800px;
	margin: 0 auto;
}
.recycleInner ul li {
	list-style: disc;
	font-size: 14px;
	line-height: 30px;
	font-weight: bold;
}
@media (max-width: 1440px){
	.recycleMainInner .leadBox {
		width: 970px;
		max-width: 970px;
	}
}
@media (max-width: 767px){
	#main1 { 
		background-image: url('../img/main_bg_sp.jpg');
	}
	#main2 { 
		background-image: url('../img/main_bg2_sp.jpg');
	}
	.recycleMain,
	.recycleMainInner {
		height: 115vw;
	}
	.recycleMainInner .leadBox {
		width: 100%;
		height: 115vw;
		padding: 20px 0 0 0;
	}
	.recycleMain p {
		font-size: 24px;
		line-height: 30px;
		width: 200px;
	}
	#main2 p {
		width: 200px;
	}
	.recycleMain p span.headText {
		font-size: 10px;
		line-height: 10px;
		margin-bottom: 5px;
	}
	.recycleInner {
		width: 100%;
		padding: 60px 0;
	}
	.recycleInner .recycleText {
		font-size: 20px;
		line-height: 40px;
	}
	.recycle .btn {
		font-size: 14px;
	}
	.recycle .btn span {
		padding: 10px 20px;
	}
	.recycleInner ul {
		width: calc(100% - 20px);
        padding: 0 20px;
        box-sizing: border-box;
        margin: 0 0 0 20px;
	}

}