@charset "UTF-8";

.top #header {
	position: relative;
}
.top #header .main-image {
	background: url(../img/main.png) no-repeat top center;
	width: 100%;
	height: 679px;

}

.top #header .main-image2106 {
	background: url(../img/main_2111.png) no-repeat top center;
}

#header .tel {

}
nav {
position: relative;
left: 0px;
}

nav ul li a {
	color: #000;
	text-decoration: none;
	font-size: 16px;
	padding: 30px 35px;
	position: relative;
	transition:all 0.5s;
}

nav ul li a:hover:before {
	position: absolute;
left: -10px;
}
.copy {
	-webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
          width: 1040px;
          margin: 50px auto;
          height: 324px;
          line-height: 3.2;
          font-size: 16px;
          letter-spacing: 6px;
}

.concept {
    background: url(../img/concept_bg.png) no-repeat top center;
          width: 1265px;
          margin: 0 auto;
          height: 384px;
}

.copy span {
	background: linear-gradient(transparent 10%, #D7FFCA 10%);
}



#c01 .green {
	background-color: #f8ffda;
	width: 100%;
	height: 487px;
	position: absolute;
	left: 0px;
	z-index: 0;
}



.ttl {
	font-size: 27px;
	font-weight: bold;
	color: #6ABC00;
	letter-spacing: 3px;
	position: relative;
	z-index: 1;
}

#c01 .center p {
	font-size: 14px;
	line-height: 2;
	padding: 15px 0;
	width: 541px;
	display: block;
}

#c01 .center .ph {
	position: absolute;
	right: 0;
	bottom:0;
}




#c02 {
	margin-top: 50px;
}
.num {
	overflow: hidden;
	text-indent: 120%;
	white-space: nowrap;
	position: absolute;
	top: 25%;
	left: 20px;
}

.n01 {
	background: url(../img/num1.png) no-repeat top center;
	width: 50px;
	height: 52px;

}

.n02 {
	background: url(../img/num2.png) no-repeat top center;
	width: 50px;
	height: 52px;

}
.n03 {
	background: url(../img/num3.png) no-repeat top center;
	width: 50px;
	height: 52px;

}

.n04 {
	background: url(../img/num4.png) no-repeat top center;
	width: 50px;
	height: 52px;

}

.n05 {
	background: url(../img/num5.png) no-repeat top center;
	width: 50px;
	height: 52px;

}


#c02 ul li {
	width: 44%;
	background-color: #FFEF92;
	padding: 0 25px;
	height: 115px;
	float: left;
	position: relative;
	margin-bottom: 15px;
}

#c02 ul li:nth-child(odd) {
	margin-right: 15px;
}

#c02 ul li .s-ttl {
	font-size: 22px;
	font-weight: bold;
	color: #6ABC00;
	position: relative;
	z-index: 1;
	width: 80%;
	left: 70px;
	padding-top: 20px;

}

#c02 ul li p {
	font-size: 14px;
	position: relative;
	z-index: 1;
	width: 90%;
	left: 70px;
	    line-height: 1.6;
}

#c02 ul li.btn-l {
	background: url(../img/btn_bg_l.png) no-repeat top right;
	color: white;
	letter-spacing: 3px;
	line-height: 115px;
	text-align: center;
	font-size: 18px;
	transition: all 0.5s;
	background-color: #7CCC1F;
	position: relative;
}

#c02 ul li.btn-l a {
	color: white;
	display: block;
}



#c02 .ttl {
	font-size: 32px;
	margin-bottom: 12px;
}
#header .pc{
	display: block;
}
#header .sp{
	display: none;
}
#header .bnrbox{
	width: 1040px;
    margin: 30px auto 0px;
    position: relative;
    z-index: 1;
	display: flex;
	justify-content: space-between;
}
#header .bnrbox a{
	 width: 49%;
}
#header .bnrbox img{
	 width: 100%;
}

@media screen and ( max-width:60em ) { 

	.top #header .main-image {
		background: url(../img/main-sp.jpg) no-repeat top center;
		background-size: cover;
		width: 100%;
		height: 510px;
	}
.top #header .main-image2106 {
	background: url(../img/main-sp2111.jpg) no-repeat top center;
		background-size: cover;
}	
	nav {
		display: none;
	}
	
	.copy {
		writing-mode: inherit;
		width: auto;
		margin: 92px 50px 50px;
		height: auto;
	}

	.concept {
		background-position: top right;
		width: auto;
		height: auto;
	}
	
	#c01 .green {
		display: none;
	}
	
	#c01 .center {
		background-color: #f8ffda;
		padding: 50px;
	}

	#c01 .center .ph {
		width: auto;
		height: auto;
		position: relative;
		left: auto;
		right: auto;
		bottom: auto;
		text-align: center;
		margin-top: 15px;
	}
	
	#c01 .center .ph img {
		width: 100%;
		max-width: 464px;
		height: auto;
	}

	.ttl {
		font-size: 22px;
	}
	
	.ttl br {
		display: none;
	}

	#c01 .center p {
		width: auto;
	}
	
	.num {
		position: relative;
		top: auto;
		left: auto;
		text-align: center;
		width: auto !important;
		height: 52px !important;
		background-size: auto 52px !important;
	}

	.n01 {
		background: url(../img/num1@2x.png) no-repeat top center;
	}

	.n02 {
		background: url(../img/num2@2x.png) no-repeat top center;
	}
	
	.n03 {
		background: url(../img/num3@2x.png) no-repeat top center;
	}

	.n04 {
		background: url(../img/num4@2x.png) no-repeat top center;
	}

	.n05 {
		background: url(../img/num5@2x.png) no-repeat top center;
	}

	#c02 ul li {
		width: auto;
		padding: 25px;
		height: auto;
		float: none;
		margin-bottom: 0;
		border-bottom: 1px solid #6ABC00;
	}

	#c02 ul li:nth-child(odd) {
		margin-right: 0;
	}

	#c02 ul li .s-ttl {
		font-size: 20px;
		width: auto;
		height: auto;
		left: auto;
		padding: 20px 0;
		text-align: center;
	}

	#c02 ul li p {
		width: auto;
		left: auto;
	}
	
	#c02 ul li p br {
		display: none;
	}

	#c02 ul li.btn-l {
		background: #7CCC1F url(../img/btn_bg_l.png) no-repeat center right;
		background-size: 50%;
		line-height: 50px;
		font-size: 16px;
	}

	#c02 .ttl {
		font-size: 22px;
		text-align: center;
	}
	#header .pc{
	display: none;
}
#header .sp{
	display: block;
}
#header .bnrbox{
	width: 90%;
	margin: 0px auto;
	display: flex;
	justify-content: space-between;
}
#header .bnrbox a{
	 width: 49%;
}
#header .bnrbox img{
	 width: 100%;
}
#header .bnrcopy{
	margin-top:20px;
	text-align:center;
	color: #63574F;
	letter-spacing: 1px;
	font-size: 1.05rem;
}
}