@charset "utf-8";

/* ------------------------------
 KYOWA STYLE
------------------------------ */
.contents{
	margin-top: -90px;
}
.green-bg{
	background: #e6faf5;
	padding: 150px 0 200px;
}
.main-title img{
	margin-left: 28px;
}
.people-bg{
    background: url("../img/style_people_bg.png") no-repeat center 0;
    padding-bottom: 100px;
}
.people-bg p{
	line-height: 2;
}
@media screen and (min-width: 768px) {
	.btn.mt-minus a {
		min-width: 250px;
	}
}
@media screen and (max-width: 767px) {
	.green-bg{
		padding: 120px 0 150px;
	}
	.contents .inBlock {
		width: 90%;
		margin-left: 5%;
		margin-right: 5%;
		padding-bottom: 40px;
	}
	.people-bg{
	    background: none;
	    padding-bottom: 0;
	}
}


/* ------------------------------
 スライド
------------------------------ */
.loopSlide {
  margin-top: -171px;
}
.loopSlide_wrap {
  display: flex;
  overflow: hidden;
}
.loopSlide_list {
  display: flex;
  list-style: none;
}
.loopSlide_list li{
  width: 342px;
  margin-right: 16px;
}
.loopSlide_list li img{
  border-radius: 10px;
}
.loopSlide_list_left{
	animation :infinity-scroll-left 50s infinite linear 0.5s both;
}
@keyframes infinity-scroll-left {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-100%);
  }
}

@media screen and (max-width: 767px) {
	.loopSlide {
	  margin-top: -120px;
	}
	.loopSlide_list li{
	  width: 240px;
	  margin-right: 16px;
	}
}
