@charset "utf-8";
.eyecatch_inc.message .eyecatch_inc02 .eye_img{
	background-image: url(../img/message/eye01.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	min-height: 901px;
}
@media only screen and (max-width: 767px) {
	.eyecatch_inc.message .eyecatch_inc02 .eye_img{
		background-image: url(../img/message/eye01_sp.jpg);
		/*height: 100vh;*/
		height: 609px;
		min-height:initial;
	}
}
.eyecatch_inc.top.message .eyecatch_inc01{
	justify-content: center;
	align-items: center;
}
@media only screen and (max-width: 767px) {
	 .eyecatch_inc.top.message .eyecatch_inc01{
	 	width: 100%;
	 	max-width: initial;
	 	justify-content: center;
	 	align-items: flex-start;
	 	margin-top: 94px;
	 }	
}
.eyecatch_inc.top.message .eyecatch_inc01 .eyecatch_inc01_01{
	text-align: center;
	margin: 0;
}
@media only screen and (max-width: 767px) {
	.eyecatch_inc.top.message .eyecatch_inc01 .eyecatch_inc01_01{
			text-align: center;
		  margin: 0;
		  position: relative;
		  z-index: 10;
	}
}
.eyecatch_inc.top.message .eyecatch_inc01 .eyecatch_inc01_01 h2{
	font-size: 36px;
	line-height: 56px;
	letter-spacing: 0.05em;
	margin-bottom: 5px;
}
@media only screen and (max-width: 767px) {
	.eyecatch_inc.top.message .eyecatch_inc01 .eyecatch_inc01_01 h2{
		font-size: 28px;
		line-height: 45px;
		letter-spacing: 0.03em;
		margin-bottom: 4px;
	}
}
.parent-container {
    height: 400px;
    overflow: auto; /* スクロールバーを表示するため */
}
.eyecatch_inc.top.message .eyecatch_inc01 .eyecatch_inc01_01 .text01{
	font-size: 20px;
	line-height: 30px;
	letter-spacing: 0.05em;
	margin-bottom: 40px;
}
@media only screen and (max-width: 767px) {
	.eyecatch_inc.top.message .eyecatch_inc01 .eyecatch_inc01_01 .text01{
		font-size: 15px;
		line-height: 25px;
		margin-bottom: 20px;
	}
}
.eyecatch_inc.top.message .eyecatch_inc01 .eyecatch_inc01_01 .text02{
	width: 712px;
	height: auto;
	font-size: 15px;
	line-height: 28px;
	letter-spacing: 0.05em;
	text-align: left;
}
@media only screen and (max-width: 767px) {
	.text-container{
		position: relative;
		display: inline-block;
		height: 400px;
		overflow-y: scroll;
		padding-bottom: 150px;
		/*IE(Internet Explorer)・Microsoft Edgeへの対応*/
		-ms-overflow-style: none;
		/*Firefoxへの対応*/
		scrollbar-width: none;
		width: 100%;
	}

	/*Google Chrome、Safariへの対応*/
	.text-container::-webkit-scrollbar{
		display: none;
	}
	.eyecatch_inc.top.message .eyecatch_inc01 .eyecatch_inc01_01 .text02{
		width: 100%;
		/*height: 350px;
		overflow-x: scroll;*/
		font-size: 15px;
		line-height: 28px;
		letter-spacing: 0.05em;
		margin: 0 auto;
		padding: 0 9%;
	}
}

/*スクロールダウン全体の場所*/
.scrolldown1{
    /*描画位置※位置は適宜調整してください*/
  position:absolute;
  left:50%;
  bottom:56px;
    /*全体の高さ*/
  height:67px;
}
/* 線の描写 */
.scrolldown1::after{
  content: "";
    /*描画位置*/
  position: absolute;
  top: 0;
    /*線の形状*/
  width: 1px;
  height: 30px;
  background: #eee;
    /*線の動き1.4秒かけて動く。永遠にループ*/
  animation: pathmove 1.4s ease-in-out infinite;
  opacity:0;
}

/*高さ・位置・透過が変化して線が上から下に動く*/
@keyframes pathmove{
  0%{
    height:0;
    top:0;
    opacity: 0;
  }
  30%{
    height:57px;
    opacity: 1;
  }
  100%{
    height:0;
    top:67px;
    opacity: 0;
  }
}

.scroll{
	width: auto;
	  height: auto;
	  position: absolute;
	  bottom: 0;
	  left: 0;
	  right: 0;
	  margin: auto;
	  z-index: 120;
}
.scroll img{
	width: 20px;
	height: auto;
	display: block;
	margin: 0 auto;
}
.scroll .scr{
	font-size: 21px;
	text-align: center;
	color: #2F9132;
	font-weight: 500;
}
img.bg{
	width: 100%;
	height: auto;
	position: absolute;
	bottom: 0px;
	left: 0;
	z-index: 100;
}
@media only screen and (max-width: 767px) {
	img.bg{
		z-index: 90;
	}
}


/*アイキャッチメッセージスマホ用css*/
@media only screen and (max-width: 767px) {
	.message_sp{
		width: 100%;
		height: auto;
		padding: 94px 0;
		background-image: url(../img/message/eye01_sp.jpg);
		background-repeat: no-repeat;
		background-size: cover;
		background-position: center;
	}
	.message_sp h2{
		width: auto;
		height: auto;
		margin: 0 0 4px;
		font-size: 28px;
		line-height: 38px;
		letter-spacing: 0.05em;
		color: #ffffff;
		display: block;
	  text-align: center;
	}
	.message_sp .text01{
		width: auto;
		  height: auto;
		  margin: 0 0 4px;
		  font-size: 28px;
		  line-height: 38px;
		  letter-spacing: 0.05em;
		  color: #ffffff;
		  display: block;
		  margin: 0 0 20px;
	    font-size: 18px;
	    line-height: 28px;
	    text-align: center;
	}
	.message_sp .text002{
		width: 82%;
		    font-size: 15px;
		    line-height: 28px;
		    letter-spacing: 0.05em;
		    margin: 0 auto;
		    color: #fff;
	}
}



/*.contents01ここから*/
.contents01{
	width: 100%;
	height: auto;
	display: block;
	padding-bottom: 100px;
	background: linear-gradient(180deg,#fff 390px, #fff 390px, #F4F8F4 390px, #F4F8F4 100%);
}
@media only screen and (max-width: 767px) {
	.contents01{
		width: 100%;
		height: auto;
		display: block;
		padding-bottom: 100px;
		background: linear-gradient(180deg,#fff 21%, #fff 21%, #F4F8F4 21%, #F4F8F4 100%);
	}
}
.contents01 .contents01_01{
	width: 1180px;
	height: auto;
	padding: 70px 0 0;
	margin: 0 auto;
	display: block;
	text-align: center;
}
@media only screen and (max-width: 767px) {
	.contents01 .contents01_01{
		width: 90%;
		max-width: 330px;
		margin: 0 auto;
		padding: 50px 0 0;
	}
}
.contents01 .contents01_01 .text01{
	font-size: 36px;
	line-height: 56px;
	letter-spacing: 0.05em;
	margin-bottom: 5px;
}
@media only screen and (max-width: 767px) {
	.contents01 .contents01_01 .text01{
		font-size: 28px;
		line-height: 38px;
	}
}
.contents01 .contents01_01 .text02{
	font-size: 20px;
	line-height: 30px;
	letter-spacing: 0.05em;
	color: #2F9132;
	margin-bottom: 40px;
}
@media only screen and (max-width: 767px) {
	.contents01 .contents01_01 .text02{
		font-size: 15px;
		line-height: 20px;
		margin-bottom: 30px;
		font-weight: 400;
	}
}
.contents01 .contents01_01 .img01{
	width: 650px;
	height: auto;
	display: block;
	margin: 0 auto 53px;
}
@media only screen and (max-width: 767px) {
	.contents01 .contents01_01 .img01{
		width: 100%;
		margin: 0 auto 42px;
	}
}
.contents01 .contents01_01 ul{
	width: 650px;
	height: auto;
	display: block;
	margin: 0 auto;
}
@media only screen and (max-width: 767px) {
	.contents01 .contents01_01 ul{
		width: 100%;
	}
}
.contents01 .contents01_01 ul li{
	display: flex;
	justify-content: flex-start;
	align-items: flex-start;
	border-bottom: 1px solid #4D9F4F;
	margin-top: 33px;
}
@media only screen and (max-width: 767px) {
	.contents01 .contents01_01 ul li{
		align-items: stretch;
		margin-top: 32px;
	}
}
.contents01 .contents01_01 ul li:first-of-type{
	margin-top: 0;
}
.contents01 .contents01_01 ul li .text03{
	background-color: #4D9F4F;
	width: 38px;
	height: 38px;
	font-size: 20px;
	line-height: 38px;
	color: #fff;
	margin-right: 27px;
}
@media only screen and (max-width: 767px) {
	.contents01 .contents01_01 ul li .text03{
		width: 40px;
		height: auto;
		font-size: 18px;
		line-height: 55px;
		margin-right: 19px;
		display: flex;
		align-items: center;
		justify-content: center;
		flex-shrink: 0;
	}
}
.contents01 .contents01_01 ul li .text04{
	font-size: 17px;
	line-height: 38px;
	text-align: left;
}
@media only screen and (max-width: 767px) {
	.contents01 .contents01_01 ul li .text04{
		font-size: 16px;
		line-height: 24px;
	}
}
/*contents01ここまで*/

