@charset "UTF-8";

img {
	vertical-align: bottom;
}
@media (aspect-ratio: 16/9), (min-aspect-ratio: 16/9) {
	#video {
		width: 100%;
		position: absolute;
		top: 50%;
		transform: translateY(-50%);
		z-index: 1;
	}
}
@media (max-aspect-ratio: 16/9) {
	#video {
		height: 100%;
		position: absolute;
		left: 50%;
		transform: translateX(-50%);
		z-index: 1;
	}
}
/*---------------------------------------- 801px以上 ----------------------------------------*/
@media all and (min-width:801px){
/*-------------------- ヘッダー --------------------*/

header {
		z-index: 101;
		width: 100%;
		height: 0px;
		background-color: #ffffff;
}
.menu-mail{
		position: fixed;
		width: 100px;
		height: 100px;
		top: 0;
		right:100px;
		background-color: #4c3320;
		text-align: center;
		z-index: 102;
		-webkit-transition:
				width 0.4s cubic-bezier(0.7, 0, 0.3, 1),
				height 0.4s cubic-bezier(0.7, 0, 0.3, 1),
				right 0.4s cubic-bezier(0.7, 0, 0.3, 1);
		-o-transition:
				width 0.4s cubic-bezier(0.7, 0, 0.3, 1),
				height 0.4s cubic-bezier(0.7, 0, 0.3, 1),
				right 0.4s cubic-bezier(0.7, 0, 0.3, 1);
		transition:
				width 0.4s cubic-bezier(0.7, 0, 0.3, 1),
				height 0.4s cubic-bezier(0.7, 0, 0.3, 1),
				right 0.4s cubic-bezier(0.7, 0, 0.3, 1);
}
.menu-mail a {
		margin: 50px auto auto;
		-webkit-transition: margin 0.4s cubic-bezier(0.7, 0, 0.3, 1);
		-o-transition: margin 0.4s cubic-bezier(0.7, 0, 0.3, 1);
		transition: margin 0.4s cubic-bezier(0.7, 0, 0.3, 1);
}
.menu-mail img {
		margin: 40px auto auto;
		-webkit-transition: margin 0.4s cubic-bezier(0.7, 0, 0.3, 1);
		-o-transition: margin 0.4s cubic-bezier(0.7, 0, 0.3, 1);
		transition: margin 0.4s cubic-bezier(0.7, 0, 0.3, 1);
}
.is-scrolled .menu-mail{
		width: 60px;
		height: 60px;
		right:60px;
}
.is-scrolled .menu-mail a {
		margin: 20px auto auto;
}
.is-scrolled .menu-mail img {
		margin: 20px auto auto;
}
section{height: auto; background-color: #dedede;}
.wrapper {
	height: 100%;
	height: 100vh;
	position: relative;
	width: 100%;
}
	body{margin: 0;}
	section{height: auto; background-color: #fff;}
.wrapper {
	height: 100%;
	height: 100vh;
	position: relative;
	width: 100%;
	overflow: hidden;
}

#agrant_image{	background: url('/img/top/tsuchi_bg.png') no-repeat;
	background-attachment: fixed;
	background-position: center center;
	background-size: cover;
	width: 100%;
	clear: left;
}

.wrapper .main_logo{
	position: absolute;
	top:2%;
	left: 2%;
	z-index: 2;
}
.wrapper .main_logo img{
width: 60%;}

.infiniteslide1{width: 100%;}
	.infiniteslide1 ul{padding: 0; margin: 0;}
.infiniteslide2{width: 100%;}
	.infiniteslide2 ul{padding: 0; margin: 0;}
.infiniteslide2 img {width: 370px; margin-right: 8px; margin-top: 30px;}

.infiniteslide1{width: 100%; position: absolute; top: -50px; z-index: 2}

#agrant_image{	background: url('/img/top/tsuchi_bg.png') no-repeat;
	/*background-attachment: fixed;*/
	background-position: center center;
	background-size: cover;
	width: 100%;
	min-height: 530px;
		position: relative;

}
.agrant_wrap {
	max-width: 1200px;
	margin: 0 auto;
	padding-top: 48px;
}
.people{
	float: left;
	width: 50%;
	max-width: 636px;
	/*padding-top: 80px;*/
	margin-top: -20px;
	line-height: .8em;
	z-index: 2
}
.people img {
	width: 100%;
}
.description {
	float: left;
	width: 44%;
	max-width: 530px;
	margin-left: 6%;
	margin-top: 5%;
}
.description h2 {
	margin-bottom: 28px;
}
.description img {
	width: 90%;
}
.agrnt_txt {
	color: #fff;
	font-size: 1.3vw;
	line-height: 2.2em;
}
.description .textr{text-align: left; color: #fff; font-size: 18px; font-weight: 600; margin-top: 28px;}

#menu {
	width: 100%;
	margin: 0px auto;
	position: relative;
}
.menu-items {
	z-index: 7;
	width: 90%;
	max-width: 1000px;
	display: flex;
	justify-content: space-between;
	position: absolute;
	top: -60px;
	left: 50%;
	-webkit-transform: translate(-50%,-50%);
	-moz-transform: translate(-50%,-50%);
	-ms-transform: translate(-50%,-50%);
	-o-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
}
.menu-item {
	width: 24%;
	max-width: 240px;
	text-decoration: none;
	position: relative;
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
	-ms-backface-visibility: hidden;
	backface-visibility: hidden;
}
.menu-item a {
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
	-ms-backface-visibility: hidden;
	backface-visibility: hidden;
}
.menu-item a:hover .item-off {
	opacity: 0.0;
	filter: alpha(opacity=0);
}
.item-on {
	width: 100%;
	max-width: 200px;
	z-index: 1;
	position: absolute;
	top: 0;
	left: 0;
}
.item-off {
	width: 100%;
	max-width: 200px;
	z-index: 100;
	position: absolute;
	top: 0;
	left: 0;
	-webkit-transition: opacity 0.3s ease-out;
	-moz-transition: opacity 0.3s ease-out;
	-ms-transition: opacity 0.3s ease-out;
	transition: opacity 0.3s ease-out;
}

#about {
	width: 100%;
	margin: 0px auto;
	padding: 60px 0 40px;
}
.about-background {
	position: relative;
}
.about-background::before{content: "";
		position: absolute;
		right: 0;
		top: 0;
	width: 95%;
		height: 570px;
		background-color: #f1ece0;
		z-index: -2;}
.about-contents {
	width: 100%;
	margin: 0px auto;
	padding-bottom: 770px;
	position: relative;
}
.logo-about {
	margin: 0px auto;
}
.logo {
	width: 320px;
	text-align: center;
	position: absolute;
	bottom: 60px;
	left: 30px;
}
.logo img {
	width: 54%;
}
.about-text {
	width: 65%;
	position: absolute;
	top: 230px;
	left: 140px;
}
.what-abouto {
	font-size: 38px;
		color: #41b25d;
		line-height: 1.2;
		margin-bottom: 20px;
}
.what-abouto span {
	font-size: 18px;
}
.what-abouto strong {
	font-size: 38px;
}
.about-img {
	width: 73%;
	text-align: center;
	max-height: 540px;
	overflow: hidden;
	position: absolute;
	right: 0;
	z-index: -1;
	top:160px;
}
.about-img img {
	width: 100%;
	margin: 0px 0px 4.0vw;
}

#news_wrap{	background: url('/img/top/news_bg.png') no-repeat;
	/*background-attachment: fixed;*/
	background-position: center center;
	background-size: cover;
	width: 100%;
	padding: 100px 0px;
}
.news-contets {
	width: 100%;
	max-width: 1000px; 
	margin: 0px auto;
	text-align: center;
}
.news-title {
  font-size: 32px;
  color: #ffffff;
  font-weight: 600;
  margin: auto auto 80px;
  line-height: 1.5;
}
.news-title span {
  font-size: 12px;
  color: #ffffff;
  font-weight: 400;
}
.news-list {
	width: 100%;
	padding: 0px;
	justify-content: space-between;
}
.news-list .news-item:nth-child(2){
	margin: 0 10%;
	display: inline;
}

/*.news-list:after {
  content:"";
  display: block;
  width: 32%;
}*/
.news-item {
	width: 30%;
	position: relative;
	float: left;
}
.news-item img{
	max-width: 300px;
	position: relative;
	overflow: hidden;
}

.news-about {
  width: 80%;
  height: 50px;
  margin: auto auto;
  font-size: 16px;
  line-height: 50px;
  color: #ffffff;
  background-color: #41b25d;
  border-radius: 25px;
  text-align: center;
  position: absolute;
  top: -25px;
  left: 50%;
  -webkit-transform: translate(-50%,0%);
  -moz-transform: translate(-50%,0%);
  -ms-transform: translate(-50%,0%);
  -o-transform: translate(-50%,0%);
  transform: translate(-50%,0%);
  z-index: 10;
}
.news-item img {
	width: 100%;
}
.news-cap {
  width: 100%;
  margin: 15px auto auto;
  color: #ffffff;
  text-align: left;
}
.days {
  font-size: 13px;
  margin-bottom: 11px;
}
.news-text {
  font-size: 16px;
  font-weight: 600;
  line-height: 1.4em;
}
.news-button {
  width: 250px;
	padding: 20px 0px;
	margin: 50px auto 0px;
  text-align: center;
	text-decoration: none;
  background-color: #41b25d;
  border-radius: 40px;
	color: #ffffff;
  display: block;
}
.news-button:visit {
	color: #ffffff;
}

#introduce {
	width: 100%;
	margin: 0px auto;
	padding: 0;
}
.introduce-background {
	width: 92%;
	background-color: #41b25d;
	margin: 80px auto 100px;
	padding-top: 60px;
	padding-bottom: 60px;
}
.introduce-contents {
		width: 100%;
		margin: 0px auto;
		display: flex;
		padding: 0 50px 0 0;}
.caption {
	width: 23%;
	margin: 0px auto;
	text-align: left;
}
.caption p {
	color: #ffffff;
	font-size: 24px;
	letter-spacing: 0.2em;
	margin: 0px auto 0px;
	-webkit-writing-mode: vertical-rl;
	-moz-writing-mode: vertical-rl;
	-ms-writing-mode: tb-rl;
	-ms-writing-mode: vertical-rl;
	writing-mode: vertical-rl;
}
.caption p span {
	font-size: 16px;
	letter-spacing: 0.2em;
}
.company-list {
	width: 100%;
	margin: 0px 0px auto 0px;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.company-list a {
	width: 24%;
	margin: 0px 0px 7px;
	/* margin: 0px auto 7px; */
	transition: .3s;
	background-color: #ffffff;
}
.company-list a:hover {
		box-shadow: 0px 20px 40px rgba(0, 0, 0, .4);
		transform: scale(1.02,1.02);
}
.list-item {
	width: 100%;
	height: 11.0vw;
	max-height: 170px;
	background-color: #ffffff;
	text-align: center;
	display: table-cell;
	vertical-align: middle;
}
.emptiness {
	width: 24%;
	margin: 0px auto 7px;
	display: inline;
}
.emptiness-item {
	width: 100%;
	height: 10.0vw;
	max-height: 170px;
	background-color: #ffffff;
	text-align: center;
	display: table-cell;
	vertical-align: middle;
}
.rectangle img {
	width: 60%;
	margin: auto;
}
.spuare img {
	width: 40%;
	margin: auto;
}
#banner {
	width: 100%;
	margin: 0 auto;
}
#banner div {
	width: 100%;
	max-width: 1000px;
	margin: 0px auto;
	text-align: center;
	padding: 60px 0;

}
#banner img {
	width: 100%;
}

.main_img {
	z-index: 1;
	opacity: 0;
	width: 100%;
	height: 100%;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	position: absolute;
	left: 0;
	top: 0;
	-webkit-animation: anime 44s 0s infinite; /* 枚数を変える場合は18sを変更（1枚3秒×画像枚数） */
	animation: anime 33s 0s infinite;
}
.main_img:nth-of-type(2) {
	-webkit-animation-delay: 4s; /* 1枚あたりの秒数 */
	animation-delay: 3s;
}
.main_img:nth-of-type(3) {
	-webkit-animation-delay: 8s; /* 2枚分の秒数 */
	animation-delay: 6s;
}
/*.aboutLink{ border: 2px solid #41b25d; text-align: center; border-radius: 40px; font-size: 16px; font-weight: 600;}
	.aboutLink a{ display: block; padding: 3%; color: #41b25d;}
	.aboutLink a:hover {
		background-color: #fff;
		-webkit-transition: 0.2s ease-in-out;
		-moz-transition: 0.2s ease-in-out;
		-o-transition: 0.2s ease-in-out;
		transition: 0.2s ease-in-out;
		border-radius: 40px;
}*/
}
/*---------------------------------------- 1000px以上 ----------------------------------------*/
@media all and (min-width:1000px){
/*-------------------- ヘッダー --------------------*/
.agrnt_txt {
	font-size: 15px;
}
}
/*---------------------------------------- 1000px以上 ----------------------------------------*/
@media all and (min-width:1200px){
.what-abouto {
	font-size: 20px;
		color: #41b25d;
		line-height: 1;
		margin-bottom: 30px
}
.what-abouto span {
	font-size: 16px;
}
.what-abouto strong {
	font-size: 46px;
}
}
/*---------------------------------------- 800px以下 ----------------------------------------*/
@media all and (max-width:800px){
header {
		z-index: 102;
		width: 100%;
		height: 0px;
		background-color: #ffffff;
}
.menu-mail {
		z-index: 102;
		position: fixed;
		width: 60px;
		height: 60px;
		top: 0;
		right: 60px;
		background-color: #4c3320;
		text-align: center;
		-webkit-transition:
				width 0.4s cubic-bezier(0.7, 0, 0.3, 1),
				height 0.4s cubic-bezier(0.7, 0, 0.3, 1),
				right 0.4s cubic-bezier(0.7, 0, 0.3, 1);
		-o-transition:
				width 0.4s cubic-bezier(0.7, 0, 0.3, 1),
				height 0.4s cubic-bezier(0.7, 0, 0.3, 1),
				right 0.4s cubic-bezier(0.7, 0, 0.3, 1);
		transition:
				width 0.4s cubic-bezier(0.7, 0, 0.3, 1),
				height 0.4s cubic-bezier(0.7, 0, 0.3, 1),
				right 0.4s cubic-bezier(0.7, 0, 0.3, 1);
}
.menu-mail a {
		margin: 50px auto auto;
		-webkit-transition: margin 0.4s cubic-bezier(0.7, 0, 0.3, 1);
		-o-transition: margin 0.4s cubic-bezier(0.7, 0, 0.3, 1);
		transition: margin 0.4s cubic-bezier(0.7, 0, 0.3, 1);
}
.menu-mail img {
		width: 50%;
		margin: 20px auto auto;
		-webkit-transition: margin 0.4s cubic-bezier(0.7, 0, 0.3, 1);
		-o-transition: margin 0.4s cubic-bezier(0.7, 0, 0.3, 1);
		transition: margin 0.4s cubic-bezier(0.7, 0, 0.3, 1);
}
.is-scrolled .menu-mail{
		width: 40px;
		height: 40px;
		right:40px;
}
.is-scrolled .menu-mail a {
		margin: 13px auto auto;
}
.is-scrolled .menu-mail img {
		margin: 13px auto auto;
}
.wrapper {
	width: 100%;
	height: 0px;
	padding-top: 56.25%;
	margin: 0px auto;
	position: relative;
}
	body{margin: 0;}
	section{height: auto; background-color: #fff;}
.wrapper .main_logo{
	position: absolute;
	top:2%;
	left: 2%;
	z-index: 2;
}
.wrapper .main_logo img {
	width: 25%;
}
#video {
	background: url('/video_bg.jpg') no-repeat;
	background-position: center center;
	position: absolute;
	top: 0;
	left: 0 !important;
	z-index: 1;
	width: 100%;
	height: 100%;
}

.infiniteslide1 {
	width: 100%;
	position: absolute;
	bottom: 0;
	z-index: 2;
	display: none;
}
.infiniteslide1 ul{
	padding: 0;
	margin: 0 0 0px 0;
}
.infiniteslide1 img {
	width: 600px;
	margin: auto 5vw auto auto;
}

#agrant_image{
	width: 100%;
	background: url('/img/top/tsuchi_bg.png') no-repeat;
	background-position: center center;
	background-size: cover;
	margin: 0px auto;
}
.agrant_wrap {
	max-width: 1200px;
	margin: 0 auto;
	padding-top: 5vw;
}
.people{
	width: 60%;
	max-width: 636px;
	padding: 0;
	margin: 0 auto 20px;
	line-height: .8em;
}
.people img {
	width: 100%;
}
.description {
	width: 90%;
	margin: 0px auto 4vw;
	text-align: center;
}
.description h2 {
	margin: 0px auto 4vw;
}
.description img {
	width: 90%;
}
.agrnt_txt {
	color: #fff;
	font-size: 14px;
	line-height: 2.7em;
}

#menu {
	width: 100%;
	margin: 0px auto;
	position: relative;
}
.menu-items {
	z-index: 7;
	width: 85%;
	max-width: 840px;
	display: flex;
	justify-content: space-between;
	position: absolute;
	top: -4vw;
	left: 50%;
	-webkit-transform: translate(-50%,-50%);
	-moz-transform: translate(-50%,-50%);
	-ms-transform: translate(-50%,-50%);
	-o-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
}
.menu-item {
	width: 24%;
	max-width: 240px;
	text-decoration: none;
	position: relative;
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
	-ms-backface-visibility: hidden;
	backface-visibility: hidden;
}
.menu-item a {
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
	-ms-backface-visibility: hidden;
	backface-visibility: hidden;
}
.menu-item a:hover .item-off {
	opacity: 0.0;
	filter: alpha(opacity=0);
}
.item-on {
	width: 100%;
	max-width: 200px;
	z-index: 1;
	position: absolute;
	top: 0;
	left: 0;
}
.item-off {
	width: 100%;
	max-width: 200px;
	z-index: 100;
	position: absolute;
	top: 0;
	left: 0;
	-webkit-transition: opacity 0.3s ease-out;
	-moz-transition: opacity 0.3s ease-out;
	-ms-transition: opacity 0.3s ease-out;
	transition: opacity 0.3s ease-out;
}
.aboutLink{ border: 2px solid #41b25d; text-align: center; border-radius: 33px; font-size: 20px; font-weight: 600;}
	.aboutLink a{ display: block; padding: 3%;}
	.aboutLink a:hover {
		background-color: #fff;
		-webkit-transition: 0.2s ease-in-out;
		-moz-transition: 0.2s ease-in-out;
		-o-transition: 0.2s ease-in-out;
		transition: 0.2s ease-in-out;
		border-radius: 33px;
}
.description .textr {
		text-align: center;
		color: #fff;
		font-size: 14px;
		font-weight: 600;
		margin-top: 10px;
		padding-bottom: 20px;
}
#about {
	width: 100%;
	min-height: 70vh;
	margin: 0px auto auto;
	padding: 4vw 0px 0px;
}
.about-background {
	width: 90%;
	margin: 0 auto 0px;
	padding-top: 14vw;
	background-color: #f1ece0;
}
.about-contents {
	width: 90%;
	margin: 0px auto;
	padding-bottom: 4.0vw;
}
.logo-about {
	width: 100%;
	margin: 0px auto;
}
.logo {
	width: 40%;
	text-align: center;
	margin: 0px auto 20px;
}
.logo img {
	width: 100%;
	margin: auto;
}
.about-text {
	width: 100%;
	margin: 3vw auto 11%;
}
.what-abouto {
		font-size: calc(10px + 1.0vw);
		color: #41b25d;
		height: 12vw;
		max-height: 80px;
		line-height: 1.3;
}
.what-abouto span {
	font-size: calc(12px + 1.0vw);
}
.what-abouto strong {
	font-size: calc(20px + 1.0vw);
}
.about-img {
	width: 100%;
	max-width: 1200px;
	margin: 2.5vw auto auto;
	text-align: center;
	max-height: 400px;
	overflow: hidden;
}
.about-img img {
	width: 100%;
	margin: 0px 0px 0px;
}
.infiniteslide2 {
	width: 100%;
	height: 33vw;
}
.infiniteslide2 ul{
	padding: 0;
	margin: 0 auto auto;
	height: 200px !important;
}
.infiniteslide2 ul li {
	display: inline !important;

}
.infiniteslide2 img {
	width: 40vw;
	margin: 3vw 3vw 3vw auto;
}

#news_wrap{ background: url('/img/top/news_bg.png') no-repeat;
  /*background-attachment: fixed;*/
  background-position: center center;
  background-size: cover;
  width: 100%;
  padding: 60px 0px;
}
.news-contets {
  width: 90%;
  max-width: 1000px; 
  margin: 0px auto;
  text-align: center;
}
.news-title {
  font-size: 24px;
  color: #ffffff;
  font-weight: 400;
  margin: auto auto 50px;
  line-height: 1.5;
}
.news-title span {
  font-size: 12px;
  color: #ffffff;
  font-weight: 400;
}
.news-list {
  width: 100%;
  margin: 0px auto;
  padding: 0px;
  display: flex;
  justify-content: space-between;
}
.news-list:after {
  content:"";
  display: block;
  width: 32%;
}
.news-item {
  width: 32%;
  margin: 0px auto auto; 
  position: relative;
}
.news-about {
  width: 80%;
  height: 50px;
  margin: auto auto;
  font-size: 16px;
  line-height: 50px;
  color: #ffffff;
  background-color: #41b25d;
  border-radius: 25px;
  text-align: center;
  position: absolute;
  top: -25px;
  left: 50%;
  -webkit-transform: translate(-50%,0%);
  -moz-transform: translate(-50%,0%);
  -ms-transform: translate(-50%,0%);
  -o-transform: translate(-50%,0%);
  transform: translate(-50%,0%);
  z-index: 10;
}
.news-item img {
  width: 100%;
}
.news-cap {
  width: 100%;
  margin: 15px auto auto;
  color: #ffffff;
}
.days {
  font-size: 14px;
}
.news-text {
  font-size: 16px;
  font-weight: 600;
}
.news-button {
  width: 250px;
  padding: 20px 0px;
  margin: 30px auto 0px;
  text-align: center;
  text-decoration: none;
  background-color: #41b25d;
  border-radius: 40px;
  color: #ffffff;
  display: block;
}
.news-button:visit {
  color: #ffffff;
}

#introduce {
	width: 100%;
	min-height: 70vh;
	margin: 0px auto;
	padding: 0vw 0px 0px;
}
.introduce-background {
	width: 100%;
	height: 100%;
	background-color: #41b25d;
	margin: 0 auto 0px;
	padding-top: 6vw;
	padding-bottom: 6vw;
}
.introduce-contents {
	width: 95%;
	margin: 0px auto;
	display: flex;
}
.caption {
	width: 15%;
	margin: 0px auto;
	text-align: left;
}
.caption p {
	color: #ffffff;
	font-size: 16px;
	letter-spacing: 0.2em;
	margin: 0px auto 0px;
	-webkit-writing-mode: vertical-rl;
	-moz-writing-mode: vertical-rl;
	-ms-writing-mode: tb-rl;
	-ms-writing-mode: vertical-rl;
	writing-mode: vertical-rl;
}
.caption p span {
	font-size: 10px;
	letter-spacing: 0.2em;
}
.company-list {
	width: 85%;
	margin: 0px 0px auto 0px;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.company-list a {
	width: 45%;
	margin: 0px auto 10px;
}
.list-item {
	width: 100%;
	height: 18.0vw;
	max-height: 170px;
	border: 1px solid #e5e5e5;
	background-color: #ffffff;
	text-align: center;
	display: table-cell;
	vertical-align: middle;
}
.rectangle img {
	width: 60%;
	margin: auto;
}
.spuare img {
	width: 40%;
	margin: auto;
}
#banner {
	width: 100%;
	margin: 0 auto;
}
#banner div {
	width: 95%;
	margin: 0 auto auto;
	text-align: center;
	padding: 4vw 0;
}
#banner img {
	width: 100%;
}
}
/*---------------------------------------- 667px以下 ----------------------------------------*/
@media all and (max-width:667px){
#news_wrap{ background: url('/img/top/news_bg.png') no-repeat;
  /*background-attachment: fixed;*/
  background-position: center center;
  background-size: cover;
  width: 100%;
  padding: 40px 0px;
}
.news-contets {
  width: 90%;
  max-width: 1000px; 
  margin: 0px auto;
  text-align: center;
}
.news-title {
  font-size: 24px;
  color: #ffffff;
  font-weight: bold;
  margin: auto auto 50px;
  line-height: 1.5;
}
.news-title span {
  font-size: 12px;
  color: #ffffff;
  font-weight: 400;
}
.news-list {
  width: 90%;
  margin: 0px auto;
  padding: 0px;
  display: flex;
  flex-direction: column;
}
.news-list:after {
  content:"";
  display: block;
  width: 100%;
}
.news-item {
  width: 80%;
  position: relative;
}
.news-about {
  width: 100%;
  height: 30px;
  margin: auto auto;
  font-size: 18px;
  line-height: 30px;
  color: #ffffff;
  background-color: #41b25d;
  border-radius: 25px;
  text-align: center;
  position: absolute;
  top: -25px;
  left: 50%;
  -webkit-transform: translate(-50%,0%);
  -moz-transform: translate(-50%,0%);
  -ms-transform: translate(-50%,0%);
  -o-transform: translate(-50%,0%);
  transform: translate(-50%,0%);
  z-index: 10;
}
.news-item img {
  width: 100%;
}
.news-cap {
  width: 100%;
  margin: 15px auto 40px;
  color: #ffffff;
  text-align: left;
}
.days {
  font-size: 14px;
  margin-bottom: 11px;
}
.news-text {
  font-size: 14px;
  font-weight: 600;
  line-height: 1.4em;
}
.news-button {
  width: 250px;
  padding: 20px 0px;
  margin: 0 auto 0px;
  text-align: center;
  text-decoration: none;
  background-color: #41b25d;
  border-radius: 40px;
  color: #ffffff;
  display: block;
}
.news-button:visit {
  color: #ffffff;
}
}

/*---------------------------------------- 600px以下 ----------------------------------------*/
@media all and (max-width:600px){
.agrnt_txt {
	color: #fff;
	font-size: 12px;
	line-height: 1.9;
}
.about-text p {
	font-size: 14px;
	line-height: 1.7;
	margin-bottom: 3%
}
}
/*---------------------------------------- 400px以下 ----------------------------------------*/
@media all and (max-width:400px){
.news-about {
	z-index: 10;
	width: 60%;
	border-radius: 3.5vw;
	background-color: #41b25d;
	position: absolute;
	top: 0px;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}
.news-about p {
	font-size: 3.7vw;
	color: #ffffff;
	line-height: 7vw;
}
.news-details h4 {
	font-size: 3vw;
	color: #ffffff;
	margin: auto auto 10px;
}
.news-details p {
	margin: 0px auto;
	font-size: 3.5vw;
	color: #ffffff;
}
}