.home #main {
	background: url(../images/home/fv_bg@x2.jpg);
	background-size: cover;
	background-position: center;
	padding: 80px 0 200px;
}
.home #main .fv_points_area{
	position: absolute;
	bottom:-300px;
	width: 100%;
	justify-content: space-between;
}
.home #main .fv_points_area li img{
	box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2);
}
.home #main .medal {
	position: absolute;
	right: -20px;
	top:-40px;
}
@media screen and (max-width: 750px) {
	.home #main{
		background: none;
		padding: 0;
	}
	.home #main .in{
		width: 100%;
	}
	.home #main .fv_points_area{
		top:100%;
	}
}

.home #fv_u_btn_area{
	padding-top: 160px;
	padding-bottom: 60px;
}
.home #fv_u_btn_area .fv_u_btn_w{
	justify-content:space-between
}
.home #fv_u_btn_area .contact_btn {
	padding: 25px 10px;
	width: 49%;
	box-sizing: border-box;
	box-shadow: 0px 3px 4px 0px rgba(0, 0, 0, 0.2);
	color: #fff;
	text-align: center;
	letter-spacing: 2px;
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
}
.home #fv_u_btn_area .contact_btn img{
	margin-right: 10px;
}
.home #fv_u_btn_area .contact_btn:after {
	content: "";
	width: 5px;
	height: 5px;
	border-top: 1px solid #fff;
	border-right: 1px solid #fff;
	display: flex;
	position: absolute;
	top: 50%;
	right: 20px;
	transform: rotate(45deg) translate(0, -50%);
}
@media screen and (max-width: 750px) {
	.home #fv_u_btn_area{
		padding-top: 50px;
	}
	.home #fv_u_btn_area .contact_btn{
		width: 100%;
		margin-bottom: 10px;
	}
	.home #fv_u_btn_area .contact_btn:nth-last-of-type(1){
		margin-bottom: 0;
	}
}

.home #reason{
	padding-bottom: 100px;
}
.home #reason .lead_txt{
	margin-bottom: 100px;
	text-align: center;
}
.home #reason .points_i{
	position: relative;
	margin-bottom: 100px;
}
.home #reason .points_i:nth-last-of-type(1){
	margin-bottom: 0;
}
.home #reason .points_i .txtarea{
	width: 55%;
	padding: 30px 60px 40px 120px;
	box-sizing: border-box;
	position: relative;
	margin-left: auto;
	height: 320px;
	align-items: center;
	box-sizing:border-box;
	overflow: hidden;
	position: relative;
}
.home #reason .points_i:nth-of-type(2n) .txtarea{
	padding: 30px 120px 40px 60px;
	box-sizing: border-box;
	margin-right: auto;
	margin-left: 0;
}
.home #reason .points_i .txtarea::before {
	content: '';
	position: absolute;
	width: 0;
	height: 0;
	border-style: solid;
	border-color: transparent rgba(255, 255, 255, 0.075) transparent transparent;
	border-width: 0px 660px 320px 0px;
	right: 0;
	top: 0;
}
.home #reason .points_i .txtarea > div{
	position: relative;
	z-index: 3;
}
.home #reason .points_i .txtarea .num{
	font-size: 7.0rem;
	font-weight: 600;
	font-style: italic;
	letter-spacing: 0px;
	margin-right: 20px;
	line-height: 1;
}
.home #reason .points_i .txtarea .sub_tt_w{
	margin-bottom: 30px;
	align-items: center;
}
.home #reason .points_i .txtarea h3{
	font-size: 2.2rem;
    letter-spacing: 3px;
    line-height: 1.5;
    font-weight: 400;
    margin-top: 40px;
}
.home #reason .points_i .txtarea .txt{
	line-height: 2;
}
.home #reason .points_i .imgarea{
	position: absolute;
  	left: 0;
  	top: -40px;
}
.home #reason .points_i .imgarea.active{
	top: -40px;
}
.home #reason .points_i:nth-of-type(2n) .imgarea{
	position: absolute;
	left: auto;
	right: 0;
}
@media screen and (max-width: 750px) {
	.home #reason {
		padding-bottom: 220px;
	}
	.home #reason .lead_txt{
		margin-bottom: 80px;
		text-align: left;
	}
	.home #reason .points_i,.home #reason .points_i:nth-last-of-type(1){
		margin-bottom: 250px;
	}
	.home #reason .points_i:nth-last-of-type(1){
		margin-bottom: 0;
	}
	.home #reason .points_i .imgarea,
	.home #reason .points_i:nth-of-type(2n) .imgarea{
		position: absolute;
		right: -6%;
		left: auto;
		top: -40px;
		width: 105vw;
	}
	.home #reason .points_i .imgarea.active,
	.home #reason .points_i:nth-of-type(2n) .imgarea.active{
		top: 0px;
	}
	.home #reason .points_i .txtarea,
	.home #reason .points_i:nth-of-type(2n) .txtarea{
		width: 100%;
		padding: 30px;
		z-index: 2;
		position: relative;
		top: 140px;
		height: auto;
	}
	.home #reason .points_i .txtarea .num{
		font-size: 6.0rem;
	    margin-right: 0;
		text-align: center;
		width: 100%;
	}
	.points_i .txtarea .sub_tt_w{
		flex-wrap: wrap;
	}
	.points_i .txtarea .sub_tt_w .ico{
		width: 100%;
		text-align: center;
	}
	.points_i .txtarea .sub_ttl{
		font-size: 1.4rem;
		letter-spacing: 3px;
	}
	.home #reason .points_i .txtarea h3{
		font-size: 2.0rem;
		text-align: center;
		margin-top: 10px;
	}
	.points_i .txtarea .txt{
		line-height: 2;
	}
}

#service_menu{

}
#service_menu .service_menu_btn_w{
	justify-content:space-between
}
#service_menu .service_menu_btn_w a{
	width: 49%;
	display: block;
	border: 1px solid #fff;
	padding: 30px;
	box-sizing: border-box;
	position: relative;
	text-align: center;
}
#service_menu .service_menu_btn_w a:after {
	content: "";
	width: 10px;
	height: 10px;
	border-top: 1px solid #fff;
	border-right: 1px solid #fff;
	display: flex;
	position: absolute;
	top: 50%;
	right: 20px;
	transform: rotate(45deg) translate(0, -50%);
}
#service_menu .service_menu_btn_w a .icon{
	height: 60px;
	display: flex;
	align-items: center;
	justify-content: center;
}
@media screen and (max-width: 750px) {
	#service_menu .service_menu_btn_w a{
		width: 100%;
		margin-bottom: 10px;
	}
	#service_menu .service_menu_btn_w a:nth-last-of-type(1){
		margin-bottom: 0;
	}
}

.home #features{
}
.home #features .lead_txt{
	margin-bottom: 50px;
	text-align: center;
}
.home #features .table_w{
	margin-bottom: 50px;
}
.home #features table{
	width: 100%;
	border-bottom: 1px solid #888888;
	border-right: 1px solid #888888;
}
.home #features table th,
.home #features table td{
	background: #f5f0ec;
	border-top: 1px solid #888888;
	border-left: 1px solid #888888;
	padding: 15px;
	text-align: center;
	line-height: 1.5;
	vertical-align: middle;
}
.home #features table th.conspicuous,
.home #features table td.conspicuous{
	background: #c19a35;
	border-top: 1px solid #fff;
	color: #fff;
}
@media screen and (max-width: 750px) {
	.home #features .lead_txt{
		margin-bottom: 30px;
		text-align: left;
	}
	.home #features .table_w{
		overflow: scroll;
	}
	.home #features table{
		width: 190%;
	}
}

.home #flow{}
.home #flow .lead_txt{
	margin-bottom: 50px;
	text-align: center;
}
.home #flow .imgarea {
	margin-bottom: 50px;
	text-align: center;
}
@media screen and (max-width: 750px) {
	.home #flow .lead_txt{
		margin-bottom: 30px;
		text-align: left;
	}
	.home #flow .imgarea{
		overflow: scroll;
	}
	.home #flow .imgarea img{
		width: 250%;
		max-width: 250%;
	}
}

.home #consultant{}
.home #consultant .sec_ttl_w{
	margin-bottom: 0;
}
.home #consultant .consultant_i_w {
	padding-top: 60px;
}
.home #consultant .consultant_i{
	position: relative;
}
.home #consultant .consultant_i .consultant_i_h{
	padding-left: 350px;
	padding-top: 20px;
	padding-bottom: 20px;
	align-items: center;
}
.home #consultant .consultant_i .consultant_i_h h3{
	font-size: 2.2rem;
	font-weight: 400;
	margin-right: 10px;
}
.home #consultant .consultant_i p.txt{
	padding-left: 350px;
	padding-top: 30px;
	padding-bottom: 30px;
	padding-right: 50px;
	height: 172px;
	box-sizing: border-box;
}
.home #consultant .consultant_i .imgarea {
	position: absolute;
	bottom: 0;
	left: 50px;
}
.slick-dots li button:before{
	display: none;
}
.slick-dots li{
	background: #fff;
	border: 2px solid #fff;
	width: 4px;
	height: 4px;
	border-radius: 100px;
	opacity: 0.6;
}
.slick-dots li.slick-active{
	opacity: 1;
}
.home #consultant .slick-dots {
	bottom: -50px;
}
@media screen and (max-width: 750px) {
	
	.home #consultant .consultant_i .consultant_i_h{
		padding: 20px;
	}
	.home #consultant .consultant_i p.txt{
		padding: 20px;
		height: 260px;
	}
	.home #consultant .consultant_i .imgarea{
		width: 100%;
		position: static;
		text-align: center;
	}
	.home #consultant .consultant_i .imgarea img{
		margin: auto;
	}
}

.news_w{
	margin-bottom: 50px;
}
.news_w .news_i{
	padding: 20px 0;
	border-top: 1px solid #888888;
}
.news_w .news_i:nth-last-of-type(1){
	border-bottom: 1px solid #888888;
}
.news_w .news_i a{
}
.news_w .news_i .news_meta{
	margin-right: 20px;
}
.news_w .news_i .news_meta time{
	margin-right: 20px;
}
.news_w .news_i .news_ttl{
	font-weight: 300;
	font-weight: 500;
}
.news_w .news_i .cat{
	font-size: 1.4rem;
	padding: 5px 10px;
	line-height: 1;
}
@media screen and (max-width: 750px) {
	.news_w .news_i .news_ttl{
		width: 100%;
		margin-top: 10px;
	}
	.news_w .news_i .cat{
		font-size: 1.2rem;
	}
}

.home #faq{
	background: #fafafa;
}
.home #faq .lead_txt{
	margin-bottom: 50px;
	text-align: center;
}
.home #faq .faq_i{
	margin-bottom: 10px;
}
.home #faq .faq_i .flex{
	align-items: center;
}
.home #faq .faq_i .ico{
	font-size: 3.6rem;
	margin-right: 20px;
	flex-shrink: 0;
}
.home #faq .faq_i dt,.faq_i dd{
	padding: 10px;
	padding-left: 20px;
	position: relative;
}
.home #faq .faq_i dt::after{
	content: "";
	display: block;
	width: 10px;
	height: 10px;
	position: absolute;
	border-left: 1px solid #fff;
    border-bottom: 1px solid #fff;
	top: 50%;
	right: 20px;
	transform: translate(0,-50%) rotate(-45deg);
}
.home #faq .faq_i dd{
	display: none;
}
.home #faq .faq_i h3{
	font-size: 1.8rem;
	font-weight: 600;
	letter-spacing: 1px;
}
@media screen and (max-width: 750px) {
	.home #faq .lead_txt{
		margin-bottom: 30px;
		text-align: left;
	}
	.home #faq .faq_i dt::after {
		width: 8px;
		height: 8px;
		position: absolute;
		right: 10px;
	}
	.home #faq .faq_i .ico{
		font-size: 2.0rem;
	}
	.home #faq .faq_i h3{
		font-size: 1.4rem;
		line-height: 1.25;
	}
}

.home #howm{

}
.home #howm .howm_w{
	align-items: center;
}
.home #howm .txtarea{
	width: 60%;
}
.home #howm .txtarea .u_txt{
	padding: 10px 0;
	font-size: 2.2rem;
	text-align: center;
	border-top: 1px solid #fff;
	border-bottom: 1px solid #fff;
	margin-bottom: 20px;
}
.home #howm .txtarea h3{
	font-size: 3.6rem;
	text-align: center;
	font-weight: 400;
	letter-spacing: 1px;
	line-height: 1.25;
	margin-bottom: 20px;
}
@media screen and (max-width: 750px) {
	.home #howm .in{
		width: 100%;
	}
	.home #howm .txtarea{
		width: 100%;
		padding:7.5% 5% 50px;
	}
	.home #howm .txtarea .u_txt{
		font-size: 1.8rem;
		line-height: 1.25;
	}
	.home #howm .txtarea h3{
		font-size: 2.6rem;
	}
}