@charset "utf-8";


.anker_nav {

}


.anker_nav .anker_list ul{
	display: flex;
	justify-content: center;
}

.anker_nav .anker_list ul li{
	width: calc(100% / 3);
	text-align: center;
	justify-content: space-between;
	padding: 70px 0;
}





.anker_nav .anker_list ul li a{
	position: relative;
	display: block;
	padding: 10px 0 25px;
	border-left: 1px solid #CCC;
	font-weight: 500;
}

.anker_nav .anker_list ul li a:after{
	position: absolute;
	content: "";
	display: block;
	position: absolute;
	bottom: 15%;
	left: 0;
	right: 0;
	margin: auto;
	margin-top: 0;
	width: 8px;
	height: 8px;
	border-top: 2px solid #57A110;
	border-right: 2px solid #57A110;
	box-sizing: border-box;
	transform: rotate(135deg);
	-webkit-transform: rotate(135deg);
}

.anker_nav .anker_list ul li:last-child a{
	border-right: 1px solid #CCC;
}

.anker_nav .anker_list ul li a span{
	font-size: 18px;
	letter-spacing: 0.5px;
	line-height: 28px;
	color: #000;
}



.commit_block{
	padding: 0 0 100px 0;
}

.commit_block h3{
	font-size: 28px;
	letter-spacing: 2px;
	line-height: 28px;
	color: #FFF;
	width: 100%;
	height: 300px;
	display: flex;
	justify-content: center;
	align-items: center;
	background-size: cover;
}


.commit_block#natural h3{
	background-image: url(../../img/commitment/title_02.png);
}

.commit_block#drug h3{
	background-image: url(../../img/commitment/title_01.png);
}


.commit_block#flow h3{
	background-image: url(../../img/commitment/title_03.png);
}


.commit_block .detail{
	font-weight: normal;
	font-size: 14px;
	letter-spacing: 1px;
	line-height: 28px;
	text-align: left;
	color: #000;
	display: table;
	margin: 60px auto;
}

.commit_block#natural h4{
	font-size: 22px;
	letter-spacing: 1px;
	line-height: 28px;
	text-align: center;
	color: #57a110;
	padding: 70px 0;
}


.commit_block#natural .inner960	{
		display: flex;
		justify-content: space-between;
}

.commit_block#natural .inner960	.text{
		width: 59%;
}

.commit_block#natural .inner960	.text p{
		font-size: 14px;
		letter-spacing: 1px;
		line-height: 28px;
		text-align: left;
		color: #000;
}

.commit_block#natural .inner960	.photo{
		width: 38%;
}

.commit_block#natural .inner960	.photo img{
		width: 100%;
}


.moveline{
	position: relative;
}

.moveline:after {
    content: "";
    display: block;
    position: absolute;
    z-index: 0;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 20px;
    background: linear-gradient(transparent 40%, rgba(159, 194, 57, .3) 0%);
}




.commit_block .photo{
	text-align: center;
}




.commit_block#flow{

}

.commit_block#flow .flow_list{
	padding: 130px 0 0 0;
}


.commit_block#flow .flow_list ul{

}

.commit_block#flow .flow_list ul li{
	display: flex;
	justify-content: space-between;
	padding: 0 0 65px 0;
}

.commit_block#flow .flow_list ul li:last-child{
	padding: 0;
}

.commit_block#flow .flow_list ul li .text{
	
	padding: 0 0 0 65px;
}

.commit_block#flow .flow_list ul li .text .title{
	font-size: 22px;
	letter-spacing: 0.5px;
	line-height: 28px;
	text-align: left;
	color: #57a110;
	margin: 0;
	padding: 0 0 14px 0;
}

.commit_block#flow .flow_list ul li .text .detail{
	font-size: 14px;
	letter-spacing: 0.5px;
	line-height: 28px;
	text-align: left;
	color: #000;
	margin: 0;

}

.commit_block#flow .flow_list ul li .text img{
	width: 80%;
	display: block;
	margin:0 auto;

}

.commit_block#flow .flow_list ul li .text .photo{
	display: table;
	justify-content: space-between;
	margin-top: 28px;

}

.commit_block#flow .flow_list ul li .text .photo img{
	width: 100%;
	padding: 0 20px 0 0px;
	box-sizing: border-box;

}


.commit_block#flow .flow_list ul li .text .photo.type100 img{
    width: 50%;
    padding: 0;
    text-align: left;
    margin: 0;
	}


.commit_block#flow .flow_list ul li .text .photo.type80 img{
	width: 80%;

}



@media screen and (max-width: 767px){
	.anker_nav .anker_list ul li{
		padding: 30px 0;
	}

	.anker_nav .anker_list ul li a{
		padding: 5px 0 16px;
	}

	.anker_nav .anker_list ul li a span{
		font-size: 14px;
		letter-spacing: 0.5px;
	}

	.commit_block {
		padding: 0 0 40px 0;
	}

	.commit_block h3{
		font-size: 24px;
		height: 120px;
	}


	.commit_block  > .detail {
		font-size: 14px;
		letter-spacing: 1px;
		line-height: 24px;
		margin: 30px auto;
		padding: 0 20px;
	}



	.commit_block .photo{
		width: 100%;
		margin:0 auto;
	}

	

	.commit_block .photo img{
		width: 100%;
	}






	.commit_block#natural h4{
	font-size: 20px;
	letter-spacing: 1px;
	line-height: 28px;
	text-align: center;
	color: #57a110;
	padding: 40px 20px;
}


.commit_block#natural .inner960	{
		display: flex;
		flex-wrap: wrap;
		flex-direction: column-reverse;
}

.commit_block#natural .inner960	.text{
		width: 100%;
}

.commit_block#natural .inner960	.text p{
		font-size: 14px;
		letter-spacing: 1px;
		line-height: 28px;
		text-align: left;
		color: #000;
}

.commit_block#natural .inner960	.photo{
		width: 100%;
}

.commit_block#natural .inner960	.photo img{
		width: 70%;
}







	.commit_block#flow .flow_list {
		padding: 50px 0 0 0;
	}

	.commit_block#flow .flow_list ul li {
		display: block;
		padding: 0 0 60px 0;
		position: relative;
	}


	.commit_block#flow .flow_list ul li:after{
		    content: "";
    display: block;
    position: absolute;
    bottom: 18px;
    left: 48%;
    margin-top: 0;
    border: 8px solid transparent;
    border-left-color: #57a110;
    transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
	}

	.commit_block#flow .flow_list ul li:last-child:after{
	display: none;
	}


	.commit_block#flow .flow_list ul li .text {
		padding: 0;
		display: flex;
    	flex-wrap: wrap;

	}

	.commit_block#flow .flow_list ul li .text .title {
		font-size: 20px;
		font-weight: 500;
		letter-spacing: 0.5px;
		line-height: 28px;
		text-align: left;
		padding: 23px 0 14px;
		display: flex;
		order: 2;
	}

	.commit_block#flow .flow_list ul li .text .detail{
		order: 3;
	}


	.commit_block#flow .flow_list ul li .text .photo img{
		width: 50%;
		display: block;
		margin:0 auto;
		order: 1;
	}


		.commit_block#flow .flow_list ul li .text .photo.type100 img{
		width: 100%;
		padding: 0;
	}


}







.obj_list ul li {
    width: 22.5%;
    padding: 0 0 30px 0;
}
.obj_list ul li .photo{
    padding: 0 0 10px 0;
    text-align: center;
}


@media screen and (max-width: 767px){
	.obj_list ul li {
    width: 22.5%;
    padding: 0 0 15px 0;
}

.obj_list ul li .title {
    padding: 0 0 15px 0;
}
}