#slider{
	max-width: 1920px;
	margin: 0 auto;
}
#slider img{max-width: 100%;}
#slider .nxt {
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%) rotate(135deg);
    content: '';
    height: 15px;
    width: 15px;
    border-left: 3px solid #a7a7a7;
    border-top: 3px solid #a7a7a7;
    border-radius: 3px;
    z-index: 10;
    cursor: pointer;
}
#slider .prv {
  position: absolute;
  left: 10px;
  top: 50%;
  transform: translateY(-50%) rotate(-45deg);
  content: '';
  height: 15px;
  width: 15px;
  border-left: 3px solid #a7a7a7;
  border-top: 3px solid #a7a7a7;
  border-radius: 3px;
  z-index: 10;
  cursor: pointer;
}
#hmft1{
	background: #ed872d59;
}
#hmft1 .icns{
	display: flex;
	flex-flow: row;
	justify-content: space-between;
	margin: 45px auto;
	max-width: 1400px;
	padding: 0 20px;
	box-sizing: border-box;
	width: 100%;
	position: relative;
}
#hmft1 .icn{
	width: 25%;
	flex:0 0 25%;
	padding: 0 20px;
	box-sizing: border-box;
	display: flex;
	flex-flow: row nowrap;
	align-items: center;
	justify-content: flex-start;
}
#hmft1 .icns::before{
	content: '';
	position: absolute;
	top: -20%;
	height: 140%;
	width: 1px;
	background: #707070;
	opacity: 0.7;
	left: 33.33%;
}
#hmft1 .icns::after{
	content: '';
	position: absolute;
	top: -20%;
	height: 140%;
	width: 1px;
	background: #707070;
	opacity: 0.7;
	left: 66.66%;
}
#hmft1 .icn img{max-height: 40px;}
#hmft1 .icn p{
	padding: 0 30px 0 20px;
	margin: 0;
}
#hmft1 .icn strong{
	font-weight: 500;
	font-size: 17px;
	width: 100%;
}
#hmft1 .icn span{
	font-size: 15px;
	width: 100%;
	display: block;
	margin-top: 5px;
}
#hmft1 .ftrdprds{
	padding: 0 30px;
	max-width: 1760px;
	width: 100%;
	box-sizing: border-box;
}
#hmft1 .ftrdprdsc{
	background: #fff;
	border-radius: 10px;
	padding: 50px;
	box-sizing: border-box;
	width: 100%;
	position: relative;
	overflow: hidden;
	margin-bottom: 45px;
}
#hmft1 .ftrdprdsc::after{
	content: '';
	position: absolute;
	z-index: 1;
	top:0;
	left: 0;
	width: 100%;
	height: 100%;
	background: transparent linear-gradient(0deg, #FFFFFF 0%, #FFFFFF30 100%, #FFFFFF1E 100%, #FFFFFF07 100%, #FFFFFF00 100%) 0% 0% no-repeat padding-box;
}
#hmft1 .ftrdprdsc::before{
	content: '';
	position: absolute;
	z-index: 0;
	top:0;
	left: 0;
	width: 100%;
	height: 100%;
	background: url(/img/assets/pattern-bgr.svg) top center;
}
#hmft1 .ftrdprdsc .ttl{
	position: relative;
	z-index: 2;
	margin-bottom: 40px;
	display: flex;
	justify-content: space-between;
	flex-flow: row wrap;
	align-items: center;
}
#hmft1 .ftrdprdsc .ttl h1, #hmft1 .ftrdprdsc .ttl h2{
	margin: 0;
	color: #C52B62;
	padding: 0;
	font-size: 36px;
	line-height: 1.1em;
	font-weight: 800;
}
#hmft1 .ftrdprdsc .ttl h3{
	color: #4B4B4B;
	font-size: 22px;
	line-height: 1.1em;
	margin:0;
	padding: 0;
	font-weight: 500;
}
#hmft1 .ftrdprdsc .ttl a{
	font-size: 18px;
	font-weight: 500;
	padding: 25px 50px 25px 25px;
	border-radius: 5px;
	align-items: center;
	position: relative;
}
#hmft1 .ftrdprdsc .ttl a img{
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	right: 25px;
	max-width: 25px;
}
#hmft1 .ftrdprdsc .crsl{
	position: relative;
	z-index: 2;
	display: flex;
	flex-flow: row nowrap;
	justify-content: space-between;
}
#hmft1 .ftrdprdsc .crsl .box{
	text-align: center;
	font-size: 0;
	display: flex;
	flex: 0 0 calc(33.333% - 10px);
	flex-flow: column;
	width: calc(33.333% - 10px);
}
#hmft1 .ftrdprdsc .crsl .box img{max-width: 100%;}
#hmft1 .ftrdprdsc .crsl .box a:last-of-type{
	text-align: center;
	margin-top: 20px;
	font-weight: 500;
	color:#000;
	font-size: 18px;
	line-height: 1.1em;
	display: inline-block;
}
#hmft2{
	background: url(/img/assets/page_bgr.png) center;
	background-size: cover;
	padding: 80px 0 60px 0;
}
#hmft2 .row{justify-content: space-between;}
#hmft2 .box{
	flex: 0 0 12.5%;
	padding: 0 15px;
	box-sizing: border-box;
	max-width: 180px;
}
#hmft2 .box .img{
	background: #fff;
	width: 100%;
	padding-bottom: 100%;
	box-sizing: border-box;
	border-radius: 50%;
	display: inline-block;
	position: relative;
}
#hmft2 .box .lnk{
	color:#C52B62;
	font-weight: 800;
	text-align: center;
	font-size: 17px;
	display: block;
	padding: 0 10px;
	margin-top: 22px;
}
#hmft2 .box .img img{
	max-height: 50%;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}
#hmft3{padding: 60px 20px; max-width: 1680px; margin: 0 auto;}
#hmft3 .boxes{
	display: flex;
	flex-flow:row wrap;
	justify-content: space-between;
}
#hmft3 .boxes .box{
	display: block;
	width: calc(33.333% - 11px);
	margin-bottom: 22px;
	font-size: 0;
}
#hmft3 .boxes .box img{width: 100%;}
#hmft3 .ttl{
	position: relative;
	text-align: center;
	display: flex;
	align-items: center;
	width: 100%;
	flex-flow: column;
	margin:10px 0 50px 0;
}
#hmft3 .ttl::before{
	background: #C52B62;
	width: 100%;
	height: 1px;
	content: '';
	position: absolute;
	top: 50%;
	left: 0;
	z-index: 1;
}
#hmft3 .ttl h3{
	color:#C52B62;
	font-size: 39px;
	line-height: 1.1em;
	margin: 0;
	padding: 0;
}
#hmft3 .ttl h4{
	color:#4B4B4B;
	font-size: 24px;
	line-height: 1.1em;
	font-weight: 500;
	margin: 0;
	padding: 0;
}
#hmft3 .ttlc{
	background: #fff;
	padding:0 40px;
	box-sizing: border-box;
	max-width: 100%;
	position: relative;
	z-index: 2;
}
#hmft4{
	padding: 0 30px;
	max-width: 1700px;
	width: 100%;
	margin: 0 auto;
	box-sizing: border-box;
	position: relative;
}
#hmft4 .crsl.prdrow{
	position: relative;
	z-index: 5;
}
#hmft4 .ftrdprdsc{
	background: #fff;
	border-radius: 10px;
	padding: 50px;
	box-sizing: border-box;
	width: 100%;
	position: relative;
	overflow: hidden;
	min-height: 700px;
	margin-bottom: 45px;
}
#hmft4 .ftrdprdsc::after{
	content: '';
	position: absolute;
	z-index: 0;
	top:0;
	left: 0;
	width: 100%;
	height: 100%;
	background: transparent linear-gradient(359deg, #F0F0F0 0%, #F5A7AC 100%) 0% 0% no-repeat padding-box;
}
#hmft4 .ftrdprdsc::before{
	content: '';
	position: absolute;
	z-index: 1;
	top:0;
	left: 0;
	width: 100%;
	height: 100%;
	background: url(/img/assets/pattern-bgr.svg) top center;
}
#hmft4 .ftrdprdsc .ttl{
	position: relative;
	z-index: 3;
	margin-bottom: 40px;
	display: flex;
	justify-content: space-between;
	flex-flow: row wrap;
	align-items: center;
}
#hmft4 .ftrdprdsc .ttl h3{
	color: #000000;
	font-size: 40px;
	line-height: 1.1em;
	margin:0;
	padding: 0;
	font-weight: 800;
	font-size: 42px;
}
#hmft4 .ftrdprdsc .ttl a{
	font-size: 18px;
	font-weight: 500;
	padding: 25px 50px 25px 25px;
	border-radius: 5px;
	align-items: center;
	position: relative;
}
#hmft4 .ftrdprdsc .ttl a img{
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	right: 0;
	max-width: 25px;
}
#hmft5{
	background: #fff url(/img/assets/torn.png) top center;
	background-repeat: repeat-x;
	padding: 200px 0 70px 0;
}
#hmft5 .nswltr{
	width: 100%;
	padding: 0 20px;
	box-sizing: border-box;
	max-width: 940px;
	margin: 0 auto;
	display: flex;
}
#hmft5 .nswltr .txt{padding-right: 40px;}
#hmft5 .nswltr .txt h3{
	font-size: 30px;
	line-height: 1.1em;
	font-weight: 800;
	color: #000;
	margin: 0;
	padding:4px 0;
}
#hmft5 .nswltr .txt h4{
	font-size: 22px;
	line-height: 1.1em;
	font-weight: 400;
	color: #707070;
	margin: 0;
	padding: 0;
}
#hmft5 .nswltr button{
	cursor: pointer;
	height: 50px;
	width: 50px;
	background: #000;
	border-radius: 25px;
	border: none;
	padding: 6px;
	box-sizing: border-box;
	font-size: 0;
	text-align: center;
	position: absolute;
	right: 5px;
	top: 0;
}
#hmft5 .nswltr button span{
	font-size: 0;
	color: #fff;
	background: rgba(0, 0, 0, 0.01);
}

#hmft5 .nswltr button img{max-height: 38px; vertical-align: middle;}
#hmft5 .nswltr .frm{
	flex-grow: 1;
	padding-right: 70px;
	box-sizing: border-box;
	position: relative;
}
#hmft5 .nswltr label{font-size: 0;}
#hmft5 .nswltr input{
	background: transparent;
	border: none;
	border-bottom: 2px solid #707070;
	width: 100%;
	height: 50px;
	line-height: 50px;
	font-size: 16px;
}
#hmft4 .nxt, #hmft1 .nxt, #hmft1 .prv, #hmft4 .prv{
	position: absolute;
	background: #fff;
	border-radius: 50%;
	width: 58px;
	height: 58px;
	box-shadow: 0px 0px 17px #00000029;
	top: 50%;
}
#hmft4 .prv, #hmft1 .prv{left: 0;transform: translate(50%, -50%);}
#hmft4 .nxt, #hmft1 .nxt{right: 0;transform: translate(-50%, -50%);}
#hmft1 .prv::before, #hmft4 .prv::before{
	height: 100%;
	width: 100%;
	background: url(/img/assets/slide_left.svg) center no-repeat;
	background-size: 50% 50%;
	content: '';
	position: absolute;
	top: 0;
	left: 0;
}
#hmft1 .nxt::after,#hmft4 .nxt::after{
	height: 100%;
	width: 100%;
	background: url(/img/assets/slide_right.svg) center no-repeat;
	background-size: 50% 50%;
	content: '';
	position: absolute;
	top: 0;
	left: 0;
}
@media only screen and (max-width: 900px){
	#hmft1 .icn p {
		padding: 0 15px 0 15px;
	}
	#hmft1 .icn{padding: 0 10px;}
}
@media only screen and (min-width: 769px) and (max-width: 1200px){
	#hmft2 .row{display: grid; grid-template-columns: 180px 180px 180px 180px;}
	#hmft2 .box:nth-child(-n + 4){ margin-bottom: 40px;}
}
@media only screen and (max-width: 768px){
	#hmft2 .row{display: flex; flex-flow: row wrap; justify-content: unset;}
	#hmft2 .box{ flex: 0 0 33.3%; width: 33.3%; margin: 0 0 40px 0; max-width: unset;}
	#hmft1 .icns{overflow: hidden; overflow-x: auto; justify-content: flex-start; padding: 0 20px 10px 20px;}
	#hmft1 .icn{
		flex: 0 0 43%;
		width: 43%;
	}
	#hmft1 .icns::before,#hmft1 .icns::after{display: none;}
	#hmft1 .ftrdprds{padding: 0 10px;}
	#hmft1 .ftrdprdsc{padding: 25px 20px;}
	#hmft1 .ftrdprdsc .ttl h1, #hmft1 .ftrdprdsc .ttl h2{font-size: 30px;}
	#hmft1 .ftrdprdsc .ttl h3{font-size: 20px;}
}
@media only screen and (max-width: 640px){
	#hmft5 .nswltr{flex-flow: row wrap;}
	#hmft3 .ttl h3{font-size: 30px;}
	#hmft3 .ttl h4{font-size: 20px;}
}
@media only screen and (max-width: 550px){
	#hmft1 .icn{
		flex: 0 0 60%;
		width: 60%;
	}
}
@media only screen and (max-width: 480px){
	#hmft1 .ftrdprdsc .crsl{
		flex-flow: column nowrap;
		align-items: center;
	}
	#hmft1 .ftrdprdsc .crsl .box{flex:unset; width: 80%; margin-bottom: 30px;}
	#hmft1 .ftrdprdsc .ttl h1, #hmft1 .ftrdprdsc .ttl h2{font-size: 28px;}
	#hmft1 .ftrdprdsc .ttl h3{font-size: 18px;}
	#hmft1 .ftrdprdsc .ttl a{padding: 12px 22px 12px 0; font-size: 14px;}
	#hmft1 .ftrdprdsc .ttl a img{right: 3px; max-width: 14px;}
	#hmft2{padding: 35px 0;}
	#hmft2 .box{flex: 0 0 50%; width: 50%;}
	#hmft2 .box .lnk{font-size: 15px; white-space: nowrap; overflow: hidden; width: 100%; text-overflow: ellipsis;}
	#hmft3{padding: 35px 0;}
	#hmft3 .boxes .box{flex: 0 0 calc(50% - 5px); margin-bottom: 10px;}
	#hmft3 .ttl h3{font-size: 28px;}
	#hmft3 .ttl h4{font-size: 18px;}
	#hmft4{padding: 0 10px;}
	#hmft4 .ftrdprdsc{padding: 35px 20px;}
	#hmft4 .nxt, #hmft4 .prv, #hmft1 .nxt, #hmft1 .prv{height: 45px; width: 45px;}
	#hmft1 .prv, #hmft4 .prv{left: 8px; transform: translate(0, -50%);}
	#hmft1 .nxt, #hmft4 .nxt{right: 8px; transform: translate(0, -50%);}
	#hmft4 .ftrdprdsc .ttl a{padding: 12px 22px 12px 0; font-size: 14px;}
	#hmft4 .ftrdprdsc .ttl h3{font-size: 28px; padding-right: 15px;}
	#hmft4 .ftrdprdsc .ttl a img{max-width: 14px;}
	#hmft4 .ftrdprdsc .ttl{margin-bottom: 25px;}
}
