.home .main{
	margin-top: 96px;
	height: calc(100vh - 100px);
	position: relative;
}
.home .main:after{
	width: 100%;
	height: 100%;
}
.home .main .main_txt_w{
	position: absolute;
	width: 100%;
	bottom:100px;
	z-index: 2;
}
.home .main .main_txt_w > .flex{
	justify-content: space-between;
	align-items: center;
}
.home .main .main_txt_w h1{
	font-size: 6.8rem;
	letter-spacing: 10px;
	font-weight: 600;
	line-height: 1.25;
}
.home .main .main_txt_w .points p{
	font-size: 1.2rem;
	margin-top: 10px;
}
@media screen and (max-width: 750px) {
	.home .main {
			margin-top: 65px;
	}
	.home .main .main_txt_w h1{
		font-size: 3.8rem;
		margin-bottom: 20px;
		line-height: 1.5;
	}
	.home .main .main_txt_w {
		position: absolute;
		width: 100%;
		bottom: 15%;
		z-index: 2;
	}
	.home .main .main_txt_w .points p{
		font-size: 1.0rem;
		margin-top: 10px;
	}
}

.home .bg{
	width: 100%;
	height: 100vh;
	z-index: -1;
	position: fixed;
	top:96px;
	left: 0;
	background: #000;
}
.home .bg .bg_inner{
	background: url(../images/home/fv_img.jpg);
	background-size: cover;
	background-position: center;
	width: 100%;
	height: 100%;
	opacity: 0.6;
	transition: 1s;
}
.home .bg.active .bg_inner {
	opacity: 0.3;
	filter: blur(10px);
}
@media screen and (max-width: 750px) {
	.home .bg{
		top: 65px;
	}
}

.home #message{
	padding: 110px 0;
}
.home #message .txt{
	letter-spacing: 4px;
	line-height: 2.2;
}
@media screen and (max-width: 750px) {
	.home #message {
		padding: 70px 0;
	}
}

.home #mission_value{
	padding: 110px 0;
	background: #222222;
}
.home #mission_value .mission_value_lis{
	margin-bottom: 40px;
}
.home #mission_value .mission_value_lis li{
	font-size: 2.4rem;
	font-weight: 600;
	letter-spacing: 4px;
	margin-bottom: 30px;
	display: flex;
	align-items: center;
}
.home #mission_value .mission_value_lis li::before{
	content: "";
	width: 60px;
	height: 2px;
	background: #fff;
	display: block;
	margin-right: 10px;
}
.home #mission_value .mission_value_lis li:nth-last-of-type(1){
	margin-bottom: 0;
}
.home #mission_value .link_w{
	text-align: right;
}
.home #mission_value .link_w a{
	letter-spacing: 4px;
	border-bottom: 1px solid #fff;
	padding: 10px;
	display: inline-block;
	position: relative;
	overflow: hidden;
	line-height: 1;
}
.home #mission_value .link_w a span{
	position: relative;
	z-index: 2;
}
.home #mission_value .link_w a span.arr{
	margin-left: 10px;
	display: inline-block;
}
.home #mission_value .link_w a:before{
	content: "";
	width: 100%;
	height: 100%;
	display: block;
	background: #fff;
	left: -100%;
	transition: 0.25s;
	position: absolute;
}
.home #mission_value .link_w a:hover{
	color: #222 !important;
	transition: 0.25s;
	opacity: 1;
}
.home #mission_value .link_w a:hover:before{
	left: 0;
}
@media screen and (max-width: 750px) {
	.home #mission_value {
			padding: 70px 0;
	}
	.home #mission_value .mission_value_lis li{
		font-size: 1.8rem;
		align-items: flex-start;
	}
	.home #mission_value .mission_value_lis li::before{
		width: 40px;
		flex-shrink: 0;
		margin-top: 15px;
	}
}

.home #features{
	padding: 110px 0;
}
.home #features .features_w{
	background: #fff;
	padding: 40px;
}
.home #features .features_w .num_ttl_w{
	border-right: 1px solid #e8e8e8;
	padding-right: 30px;
	margin-right: 30px;
	flex-shrink: 0;
}
.home #features .features_w .num_ttl_w .txt{
	font-size: 2.0rem;
	font-weight: 900;
	letter-spacing: 3px;
}
.home #features .features_w .num_ttl_w .num{
	font-size: 5.0rem;
	font-weight: 900;
	letter-spacing: 4px;
	line-height: 1;
}
.home #features .features_w .num_ttl_w .num .s_txt{
	font-size: 3.0rem;
}
.home #features .features_w .features_lis_w{
	width: 100%;
	justify-content: space-between;
	margin-bottom: 20px;
}
.home #features .features_w .features_lis_w li{
	width: 16%;
	text-align: center;
	font-weight: 900;
	letter-spacing: 1px;
	line-height: 1;
	margin-bottom: 20px;
}
.home #features .features_w .features_lis_w li .icon{
	display: flex;
	height: 55px;
	margin-bottom: 10px;
	align-items: center;
	justify-content: center;
}
.home #features .features_w .features_lis_w li span.num{
	font-size: 2.3rem;
}
.home #features .features_lis_ww .u_txt{
	text-align: center;
	font-weight: 600;
	letter-spacing: 2px;
}
@media screen and (max-width: 750px) {
	.home #features {
		padding: 70px 0;
	}
	.home #features .features_w{
		padding:30px 20px;
	}
	.home #features .features_w .num_ttl_w{
		border-right: 0px solid #e8e8e8;
	    border-bottom: 1px solid #e8e8e8;
		padding-right: 0;
		margin-right: 0;
		padding-bottom: 30px;
		margin-bottom: 30px;
		width: 100%;
		text-align: center;
	}
	.home #features .features_w .features_lis_w li{
		width: 48%;
	}
}

.home #work_style {
	padding: 110px 0 70px;
	background: #fff;
}
.home #work_style .work_style_w{
	justify-content: space-between;
}
.home #work_style .work_style_w .work_style_i{
	width: 48%;
	margin-bottom: 40px;
	box-sizing: border-box;
	padding: 35px;
	border: 1px solid #e8e8e8;
}
.home #work_style .work_style_w .work_style_i .work_style_i_head{
	align-items: center;
	line-height: 1;
	margin-bottom: 30px;
}
.home #work_style .work_style_w .work_style_i .work_style_i_head .logo{

}
.home #work_style .work_style_w .work_style_i .work_style_i_head .logo img{
	width: 250px;
}
.home #work_style .work_style_w .work_style_i .work_style_i_head .label{
	padding: 5px 20px;
	font-weight: 600;
	letter-spacing: 2px;
	margin-left: 20px;
}
.home #work_style .work_style_w .work_style_i .txt{
	margin-bottom: 30px;
}
.home #work_style .work_style_w .work_style_i .u_area{
	justify-content: center;
	align-items: center;
}
.home #work_style .work_style_w .work_style_i .u_area p{
	min-width: 200px;
	text-align: center;
	list-style: 1;
	padding: 5px 10px;
	box-sizing: border-box;
}
.home #work_style .work_style_w .work_style_i .u_area .arr{
	margin: 0 10px;
}
.home #work_style .u_txt{
	letter-spacing: 4px;
    line-height: 2.2;
}
@media screen and (max-width: 750px) {
	.home #work_style {
		padding: 70px 0;
	}
	.home #work_style .work_style_w .work_style_i{
		width: 100%;
		padding: 30px;
	}
	.home #work_style .work_style_w .work_style_i .work_style_i_head .label {
		margin:15px auto 0;
	}
	.home #work_style .work_style_w .work_style_i .u_area .arr{
		width: 100%;
		text-align: center;
		transform: rotate(90deg);
	}
	.home #work_style .u_txt{
		text-align: left;
	}
}

.home #system {
	padding: 110px 0;
}
.home #system .system_w{
	justify-content: space-between;
}
.home #system .system_i{
	background: #fff;
	padding: 30px;
	box-sizing: border-box;
	width: 49%;
	margin-bottom: 30px;
}
.home #system .system_i .system_i_head{
	align-items: center;
	margin-bottom: 20px;
}
.home #system .system_i .system_i_head .icon{
	margin-right: 20px;
}
.home #system .system_i .system_i_head h3{
	font-size: 2.4rem;
	letter-spacing: 3px;
}
@media screen and (max-width: 750px) {
	.home #system {
		padding: 70px 0;
	}
	.home #system .system_i{
		width: 100%;
		margin-bottom: 30px;
	}
	.home #system .system_i .system_i_head .icon{
		width: 100%;
		text-align: center;
		margin-right: 0;
		margin-bottom: 10px;
	}
	.home #system .system_i .system_i_head h3{
		width: 100%;
		text-align: center;
		font-size: 2.0rem;
	}
}

.home #voice {
	padding: 110px 0;
}
.home #voice .vocie_w{
	margin-bottom: 40px;
}
.home #voice .voice_i{
	width: 18%;
	border-radius: 10px;
	overflow: hidden;
	margin-right: 2.5%;
	margin-bottom: 2.5%;
}
.home #voice .voice_i:nth-of-type(5n){
	margin-right: 0;
}
.home #voice .voice_i a img{
	transition: 0.25s;
}
.home #voice .voice_i a:hover{
	opacity: 1;
}
.home #voice .voice_i a:hover img{
	transform: scale(1.1);
}
.home #voice .btn_w{
	text-align: center;
}
.home #voice .btn_w a {
    background: #fff;
    padding: 20px 30px;
    line-height: 1;
    color: #000;
    font-weight: 700;
    box-sizing: border-box;
    width: 200px;
    text-align: center;
    font-size: 2.0rem;
    display: inline-block;
}
@media screen and (max-width: 750px) {
	.home #voice {
		padding: 70px 0;
	}
	.home #voice .voice_i{
		width: 31.5%;
	}
	.home #voice .voice_i:nth-of-type(5n){
		margin-right: 2.5%;
	}
	.home #voice .voice_i:nth-of-type(3n){
		margin-right: 0%;
	}
	.home #voice .voice_i:nth-last-of-type(1){
		display: none;
	}
}

.home #blog {
	padding: 110px 0;
}
.home #blog .blog_w{
	justify-content: space-between;
}
.home #blog .l_area{
	width: 48%;
}
.home #blog .l_area .blog_i .imgarea{
	width: 100%;
	height: 325px;
	margin-bottom: 20px;
	overflow: hidden;
}
.home #blog .l_area .blog_i .imgarea img{
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.home #blog .s_area{
	width: 48%;
	justify-content: space-between;
}
.home #blog .s_area .blog_i{
	width: 48%;
	margin-bottom: 20px;
}
.home #blog .s_area .blog_i .imgarea{
	width: 100%;
	height: 180px;
	margin-bottom: 10px;
	overflow: hidden;
}
.home #blog .s_area .blog_i .imgarea img{
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.home #blog .blog_i .imgarea img{
	transition: 0.25s;
}
.home #blog .blog_i:hover .imgarea img{
	transform: scale(1.1);
}
.home #blog .blog_i .txtarea .cat{
	display: table;
	padding: 5px 10px;
	line-height: 1;
	font-size: 1.4rem;
	margin-right: 5px;
	margin-bottom: 5px;
}
.home #blog .blog_i .txtarea h3{
	font-size: 2.0rem;
	font-weight: 600;
	letter-spacing: 2px;
}
.home #blog .blog_i .txtarea .date{
	font-weight: 800;
	letter-spacing: 2px;
	color: #acacac;
}
.home #blog .btn_w {
	text-align: center;
	margin-top: 60px;
}

.home #blog .btn_w a {
	background: #000;
	padding: 20px 30px;
	line-height: 1;
	color: #fff;
	font-weight: 700;
	box-sizing: border-box;
	width: 200px;
	text-align: center;
	font-size: 2.0rem;
	display: inline-block;
}
@media screen and (max-width: 750px) {
	.home #blog {
		padding: 70px 0;
	}
	.home #blog .l_area,
	.home #blog .s_area{
		width: 100%;
	}
	.home #blog .l_area{
		margin-bottom: 20px;
	}
	.home #blog .l_area .blog_i .imgarea{
		width: 100%;
		height: 200px;
	}
	.home #blog .s_area .blog_i{
		display: flex;
		width: 100%;
	}
	.home #blog .s_area .blog_i .imgarea{
		width: 40%;
		height: 100px;
		margin-bottom: 0px;
		margin-right: 20px;
	}
	.home #blog .blog_i .txtarea .cat{
		font-size: 1.2rem;
	}
	.home #blog .blog_i .txtarea h3{
		font-size: 1.8rem;
	}
	
}

.fixed_btn{
	padding: 15px;
	position: fixed;
	color: #fff;
	bottom:0;
	width: 50vw;
	z-index: 99;
	text-align: center;
	font-size: 1.8rem;
	letter-spacing: 4px;
	font-weight: 600;
	transition: 0.25s;
	box-sizing: border-box;
	background: linear-gradient(45deg, #f85605 0%, #f3a68c 100%);
}
.fixed_btn.sc{
	width: 100vw;
}
.fixed_btn:after{
	content: "→";
	position: absolute;
	right: 10px;
	top:50%;
	transform: translate(0,-50%);
}
@media screen and (max-width: 750px) {
	.fixed_btn {
		width: 100%;
	}
}

.document_w{
	background: #fff;
	padding: 110px 0;
}
@media screen and (max-width: 750px) {
	.document_w {
		padding: 70px 0;
	}
}