@charset "UTF-8";

/* quality
---------------------------------------------------------------------------*/
#qualityContents .slider-wrap {
	margin: 0 auto 60px;
}

#qualityContents .slider-wrap .slick-dots {
	display: none !important;
}

/* .sec-haccp
------------------------------------*/
.sec-haccp {
	overflow: hidden;
	width: 940px;
	margin: 0 auto 155px;
}

.sec-haccp h2 {
	margin-bottom: 100px;
	font-size: 28px;
	text-align: center;
	line-height: 1.6;
	letter-spacing: 0.08em;
}

.sec-haccp .txt-set {
	float: left;
	width: 400px;
	margin-top: 35px;
}

.sec-haccp .txt-set h3 {
	margin-bottom: 25px;
}

.sec-haccp .txt-set h3 em {
	display: block;
	margin-bottom: 15px;
	font-size: 17px;
	letter-spacing: 0.05em;
}

.sec-haccp .txt-set h3 strong {
	font-size: 47px;
	letter-spacing: 0.05em;
}

.sec-haccp .txt-set h3 i {
	padding-left: 3px;
	font-size: 19px;
	letter-spacing: 0.02em;
}

.sec-haccp .txt-set p {
	margin-bottom: 12px;
	font-size: 16px;
	text-align: justify;
	line-height: 1.65;
	letter-spacing: 0.05em;
}

.sec-haccp .txt-set p:last-of-type {
	margin-bottom: 35px;
}

.sec-haccp .txt-set .supplement {
	background: #F3F3F1;
	border-radius: 10px;
	padding: 20px 28px;
}

.sec-haccp .txt-set .supplement p {
	margin: 0;
	font-size: 13px;
	text-align: justify;
}

.sec-haccp .img-set {
	float: right;
	box-sizing: border-box;
	background: #FFFFF6;
	border: 11px solid #FFFFDB;
	border-radius: 30px;
	width: 488px;
	padding: 38px 0 35px;
	text-align: center;
}

.sec-haccp .img-set h3 {
	margin-bottom: 22px;
	text-align: center;
}

.sec-haccp .img-set h3 em {
	display: inline-block;
	position: relative;
	min-height: 20px;
	margin-bottom: 10px;
	font-size: 18px;
	letter-spacing: 0.05em;
}

.sec-haccp .img-set h3 em:before,
.sec-haccp .img-set h3 em:after {
	display: block;
	content: '';
	position: absolute;
	top: 2px;
	background: #000000;
	border-radius: 10px;
	width: 2px;
	height: 16px;
}

.sec-haccp .img-set h3 em:before {
	left: -11px;
	-webkit-transform: rotate(-25deg);
	-ms-transform: rotate(-25deg);
	transform: rotate(-25deg);
}

.sec-haccp .img-set h3 em:after {
	right: -10px;
	-webkit-transform: rotate(25deg);
	-ms-transform: rotate(25deg);
	transform: rotate(25deg);
}

.sec-haccp .img-set h3 strong {
	display: block;
	font-size: 30px;
	line-height: 1.4;
	letter-spacing: 0.05em;
}

.sec-haccp .img-set .img-haccp {
	margin: 0 -11px 18px;
}

.sec-haccp .img-set p {
	font-size: 19px;
	line-height: 1.6;
	letter-spacing: 0.02em;
}

/* .sec-system
------------------------------------*/
.sec-system {
	width: 855px;
	margin: 0 auto;
}

.sec-system h2 {
	margin-bottom: 25px;
	text-align: center;
}

.sec-system h2 strong {
	font-size: 32px;
	letter-spacing: 0.1em;
}

.sec-system h2 + p {
	margin-bottom: 30px;
	font-size: 16px;
	text-align: center;
	line-height: 2;
	letter-spacing: 0.1em;
}

.system-list {
	width: 905px;
	margin: 0 auto;
}

.system-list li {
	display: flex;
	align-items: center;
	background: linear-gradient(to left, #666666 20%, #FFFFFF 20%, #FFFFFF 100%) left bottom repeat-x;
	background-size: 6px 1px;
	padding: 45px 50px;
}

.system-list li:last-of-type {
	background: none;
	padding-bottom: 0;
}

.system-list figure {
	position: relative;
	width: 310px;
}

.system-list figure:after {
	display: block;
	content: '';
	position: absolute;
	bottom: -70px;
	left: 130px;
	background: url(../img/share/arrow-down2@2x.png) no-repeat;
	background-size: 49px 49px;
	width: 49px;
	height: 49px;
}

.system-list li:last-of-type figure:after {
	display: none;
}

.system-list .txt-set {
	width: 435px;
	padding-left: 60px;
}

.system-list h3 {
	margin-bottom: 25px;
	font-size: 30px;
	letter-spacing: 0.05em;
}

.system-list p {
	font-size: 15px;
	text-align: justify;
	line-height: 1.8;
	letter-spacing: 0.08em;
}

.system-list p.attention {
	margin-top: 10px;
	font-size: 12px;
}