
section.grd {
  background: linear-gradient(-30deg, #edf0fa, #ecf2f7, #edf6fe, #effaf7,#edf0fa, #ecf2f7, #edf6fe, #effaf7);
  background-size: 400% 400%;
  animation: gradient 15s ease infinite;
  height: 100%;
	position: relative;
	z-index: 1;
}

@keyframes gradient {
  0% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}

section.grd::after{
	content: "";
    background: linear-gradient(rgba(255,255,255,1),rgba(255,255,255,1),rgba(255,255,255,0));
	background-size: 100% 500px;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 500px;
	z-index: -1;
}

section.grd article{
	position: relative;
	z-index: 5;
}
/* CSS Document */
/*スライドショー*/

.top-image{
	width: 100%;
	position: relative;
	z-index: 6!important;
	margin: 80px 0 5%;
}

.top-image .photo{
	width:100%;
	margin: 0 auto;
}
.top-image .photo img{
	width: 100%;
	height: auto;
}
.top-image .Catch{
	position: absolute;
	left: 5%;
	top: 30%;
	width: 50%;
}

@media print , screen and (min-width:1px) and (max-width: 960px) {
.top-image{
	margin: 60px 0 0;
}
}

/*concept*/

.topconcept{
	margin: 8% auto;
	position: relative;
}
.topconcept .ill_l{
	position: absolute;
	left: 5%;
	top: 5%;
	width: 15%;
	max-width: 150px;
}
.topconcept .ill_r{
	position: absolute;
	right: 5%;
	bottom:25%;
	width: 20%;
	max-width: 250px;
}
.topconcept p.lead{
	text-align: center;
	color: #62a155;
	font-size: 1.2em;
	line-height: 2.8em;
	font-weight: 700;
}
.topconcept .machi{
	width: 80%;
	margin: auto;
	text-align: center;
}

@media print , screen and (min-width:1px) and (max-width: 530px) {
.topconcept p.lead{
	text-align: center;
	color: #62a155;
	font-size: 1.1em;
	line-height: 2.5em;
	font-weight: 700;
}
}

.fiveminutes,
.aboutus,
.environment{
	margin: 5% auto;
	position: relative;
}
.fiveminutes .Flexbox-e,
.aboutus .Flexbox-e,
.environment .Flexbox-e{
	display: flex;
	justify-content: center;
	align-items: flex-end;
	flex-wrap: wrap;
}
.fiveminutes .photo,
.environment .photo{
	width: 60%;
	padding: 20px 0px ;
}
.fiveminutes .txt,
.environment .txt{
	width: 40%;
	padding: 20px 0px ;
	text-align: left;
}
.aboutus .photo{
	width: 60%;
	padding: 20px 0px ;
	order: 2;
}
.aboutus .txt{
	width: 40%;
	padding: 20px 0px ;
	order: 1;
	text-align: left;
}

.fiveminutes .backlogo,
.environment .backlogo{
	position: absolute;
	right: -5%;
	width: 50%;
	top: 0;
}.aboutus .backlogo{
	position: absolute;
	left: -5%;
	width: 50%;
	top: 0;
}

.fiveminutes .paget,
.environment .paget,
.aboutus .paget{
	font-size: clamp(18px, 1.5vw, 20px);
	padding: 10px 0 10px 80px;
	background: url("../img/top/midasi_ill.svg") 20px center no-repeat;
	background-size: 35px;
	height: 85px;
	display: flex;
	align-items: center;
	font-weight: 700;
	border-bottom:1px solid #4ba34a;
	line-height: 1.5em;
	margin-bottom: 10px;
}

.fiveminutes h2,
.environment h2,
.aboutus h2{
	font-size: clamp(22px, 6vw, 60px);
	font-family: "Jost", sans-serif;
	color: #4ba34a;
	line-height: 1.2em;
	letter-spacing: 0.05em;
	padding: 0 20px;
}

.fiveminutes .btn,
.environment .btn,
.aboutus .btn{
	margin: 20px;
}
.fiveminutes .btn a,
.environment .btn a,
.aboutus .btn a{
	position: relative;
	width: 80%;
	max-width: 200px;
	border: 1px solid #4ba34a;
	padding: 10px 30px 10px 10px;
	border-radius: 30px;
	color: #111;
	display: block;
	text-decoration: none;
	transition: .2s;
	font-size: 0.9em;
	text-align: center;
}
.fiveminutes .btn a:hover,
.environment .btn a:hover,
.aboutus .btn a:hover{
	transform: translateX(10px);
	opacity: 0.7;
}
.fiveminutes .btn a::after,
.environment .btn a::after,
.aboutus .btn a::after{
	content: "";
	background: url("../img/common/detail_arrow.svg") center center no-repeat;
	width: 20px;
	height: 20px;
	position: absolute;
	right: 10px;
	top: 15px;
}


@media print , screen and (min-width:1px) and (max-width: 960px) {
	
.fiveminutes .paget,
.environment .paget,
.aboutus .paget{
	padding: 10px 0 10px 60px;
	background: url("../img/top/midasi_ill.svg") 10px center no-repeat;
	background-size: 35px;
	height: 85px;
}
	
}
@media print , screen and (min-width:1px) and (max-width: 768px) {
		
.fiveminutes .paget,
.environment .paget,
.aboutus .paget{
	padding: 10px 0 10px 30px;
	background: url("../img/top/midasi_ill.svg") left center no-repeat;
	background-size: 20px;
	height: auto;
}

.fiveminutes .photo,
.environment .photo{
	width: 80%;
	padding: 0 10px ;
	order: 2;
	margin: 0 0 0 auto;
}
.fiveminutes .txt,
.environment .txt{
	width: 100%;
	padding: 10px 10px 0;
	order: 1;
	text-align: left;
}	
.aboutus .photo{
	width: 80%;
	padding: 0 10px ;
	order: 2;
	margin: 0 0 0 auto;
}
.aboutus .txt{
	width: 100%;
	padding: 10px 10px 0;
	order: 1;
	text-align: left;
}
	
.fiveminutes .backlogo,
.environment .backlogo{
	position: absolute;
	right: -5%;
	width: 60%;
	top: 0;
}
.aboutus .backlogo{
	position: absolute;
	right: -5%;
	left: inherit;
	width: 60%;
	top: 0;
}
	
}
@media print , screen and (min-width:1px) and (max-width: 530px) {
	
.fiveminutes .photo,
.environment .photo,
.aboutus .photo{
	width: 90%;
}
	
}
.otherbtn{
	margin: 5% auto;
}
.otherbtn .ob{
	width: 33.3333%;
	padding: 10px;
	display: block;
}
.otherbtn .ob img,
.otherbtn .ob a{
	display: block;
	width: 100%;
	height: auto;
}
@media print , screen and (min-width:1px) and (max-width: 530px) {
	
.otherbtn .ob{
	width: 33.3333%;
	padding: 5px;
}
}


.entry{
	margin: 3% auto 8%;
}
.entry .entrybana{
	background: #4ba34a;
	text-align: center;
	padding: 30px 10px;
}
.entry .entrybana .btn{
	width: 60%;
	max-width: 200px;
	margin: 10px auto;
}
.entry h2{
	font-size: clamp(22px, 6vw, 60px);
	font-family: "Jost", sans-serif;
	color: #fff;
	line-height: 1.2em;
	letter-spacing: 0.05em;
	padding: 0 20px;
}
.entry p{
	text-align: center;
	color: #fff;
	margin: 20px auto;
}