@charset "UTF-8";

.desc {
	margin: 25px 6px 27px;
}

.machines {
	position: relative;
	z-index: 1;
	background: url(../kenki/img/bg-machines.jpg) center top  repeat-y;
	background-size: contain;
	padding: 86px 80px 65px;
}

.machines:before {
	content: "";
	display: block;
	position: absolute;
	z-index: 1;
	width: 100%;
	height: 10px;
	background: url(../kenki/img/bg-machines-line.png) 0 0 repeat-x;
	left: 0;
	top: -4px;
}

.machines:after {
	content: "";
	display: block;
	position: absolute;
	z-index: 1;
	width: 100%;
	height: 10px;
	background: url(../kenki/img/bg-machines-line.png) 0 0 repeat-x;
	left: 0;
	bottom: -6px;
}

.machines_sec {
	padding-top: 90px;
}

.machines_sec.-sec03 {
	padding-top: 70px;
}

.machines_sec:first-child {
	padding-top: 10px;
}

.machines_sec_cnt {
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.machines_sec.-reverse .machines_sec_cnt {
	flex-flow: row-reverse;
}

.machines_detail {
	width: 38%;
}

.machines_detail_ttl {
	font-size: 20px;
	line-height: 1.5;
	font-weight: bold;
	position: relative;
}

.machines_sec.-sec01 .machines_detail_ttl {
	padding: 11px 0 0 33px;
}

.machines_sec.-sec02 .machines_detail_ttl {
	padding: 43px 0 0 20px;
}

.machines_sec.-sec03 .machines_detail_ttl {
	padding: 50px 0 0 15px;
}

.machines_sec.-sec04 .machines_detail_ttl {
	padding-top: 40px;
}

.machines_sec.-sec05 .machines_detail_ttl {
	padding: 36px 0 0 40px;
}

.machines_sec.-sec06 .machines_detail_ttl {
	padding-top: 31px;
}

.machines_detail_ttl:before {
	content: "";
	background-repeat: no-repeat;
	background-size: 100% auto;
	background-position: center;
	position: absolute;
	z-index: -1;
}

.machines_sec.-sec01 .machines_detail_ttl:before {
	background-image: url(/kenki/img/bg-machines-ttl01@2x.png);
	width: 408px;
	height: 129px;
	top: -26px;
	left: -80px;
}

.machines_sec.-sec02 .machines_detail_ttl:before {
	background-image: url(/kenki/img/bg-machines-ttl02@2x.png);
	width: 415px;
	height: 112px;
	top: 0;
	right: -80px;
}

.machines_sec.-sec03 .machines_detail_ttl:before {
	background-image: url(/kenki/img/bg-machines-ttl03@2x.png);
	width: 432px;
	height: 165px;
	top: 0;
	left: -80px;
}

.machines_sec.-sec04 .machines_detail_ttl:before {
	background-image: url(/kenki/img/bg-machines-ttl04@2x.png);
	width: 449px;
	height: 142px;
	top: 0;
	right: -80px;
}

.machines_sec.-sec05 .machines_detail_ttl:before {
	background-image: url(/kenki/img/bg-machines-ttl05@2x.png);
	width: 401px;
	height: 142px;
	top: 0;
	left: -80px;
}

.machines_sec.-sec06 .machines_detail_ttl:before {
	background-image: url(/kenki/img/bg-machines-ttl06@2x.png);
	top: 0;
	right: -80px;
	width: 465px;
	height: 128px;
}

.machines_detail_group {
}

.machines_sec.-sec01 .machines_detail_group {
	margin-top: 49px;
}

.machines_sec.-sec02 .machines_detail_group {
	margin-top: 55px;
}

.machines_sec.-sec03 .machines_detail_group {
	margin: 57px 0 0 -20px;
}

.machines_sec.-sec04 .machines_detail_group {
	margin-top: 62px;
}

.machines_sec.-sec05 .machines_detail_group {
	margin-top: 55px;
}

.machines_sec.-sec06 .machines_detail_group {
	margin: 58px 0 0 -10px;
}

.machines_detail_txt {
	border-bottom: 1px dashed #707070;
	padding-bottom: 15px;
}

.machines_detail_year {
	padding-top: 15px;
}

.machines_img {
	width: 58%;
	text-align: center;
}

.machines_group {
	background: #FFF;
	border-radius: 30px;
	max-width: 860px;
	margin: 40px auto 0;
	padding: 30px 40px;
}

.machines_group_txt {
	color: #4FAFC0;
	font-weight: bold;
}

.machines_group_img {
	margin-top: 10px;
	text-align: center;
}

.machines_group_desc {
	text-align: center;
	margin-top: 40px;
}

.person {
	display: flex;
	justify-content: space-between;
	align-items: center;
	position: relative;
	z-index: 1;
	padding: 40px 60px 40px;
	margin-top: 45px;
	background: url(../common/img/bg-main-contents-grid.png);
	background-repeat: repeat-y;
	background-position: center top;
	background-size: 100% auto;
}

.person_detail_ttl {
	color: #744A3F;
	font-size: 18px;
	margin: 0 0 15px;
	font-weight: bold;
}

.person_detail_txt {
}

.person_detail {
	width: 60%;
}

.person_img {
	width: 28%;
	margin: -60px 0;
}

@media screen and (max-width:939px) {
	.desc {
		margin: 20px 0;
	}

	.machines {
	}

	.person {
		padding: 20px;
		margin-top: 70px;
	}

}

@media screen and (max-width:639px) {
	.desc {
	}

	.machines {
		padding: 10px 15px 35px;
	}

	.machines:before {
	}

	.machines:after {
	}

	.machines_sec {
		padding-top: 30px !important;
	}

	.machines_sec:first-child {
	}

	.machines_sec_cnt {
		display: block;
	}

	.machines_sec.-reverse .machines_sec_cnt {
	}

	.machines_detail {
		width: 100%;
	}

	.machines_detail_ttl {
		font-size: 17px;
		padding: 0 !important;
	}

	.machines_detail_ttl:before {
		background-image: none !important;
	}

	.machines_sec.-sec03 .machines_detail_ttl {
		font-size: 17px;
	}

	.machines_detail_group {
		margin: 10px 0 0 !important;
	}

	.machines_detail_txt {
	}

	.machines_detail_year {
	}

	.machines_img {
		width: 100%;
		margin-top: 30px;
	}

	.machines_sec:first-child .machines_img {
		margin-top: -20px;
	}

	.machines_group {
		padding: 20px;
	}

	.machines_group_txt {
	}

	.machines_group_img {
	}

	.machines_group_desc {
		text-align: left;
		margin-top: 30px;
	}

	.person {
		display: block;
		padding: 20px 10px;
		margin: 30px 0 20px;
	}

	.person_detail {
		width: 100%;
	}

	.person_detail_ttl {
		font-size: 17px;
		margin-bottom: 5px;
	}

	.person_img {
		width: 100%;
		text-align: center;
		margin: 20px 0 0;
	}

}
