@charset "UTF-8";
/* CSS Document */
/* アソートカラー#080059 */
/*-----------------------------------------------------------------------------
	レイヤーアニメ
-----------------------------------------------------------------------------*/
.fromLeft,.fromRight {
	position: relative;
	overflow: hidden;
}
.fromLeft:before {
	content: "";
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 200%;
	background-color: #f1f1f1;
	z-index: -1;
	-webkit-clip-path: inset(0 100% 0 0);
    clip-path: inset(0 100% 0 0);
    -webkit-transition: -webkit-clip-path 1.25s cubic-bezier(0.475, 0.425, 0, 0.995) 0.2s;
    transition: -webkit-clip-path 1.25s cubic-bezier(0.475, 0.425, 0, 0.995) 0.2s;
    transition: clip-path 1.25s cubic-bezier(0.475, 0.425, 0, 0.995) 0.2s;
    transition: clip-path 1.25s cubic-bezier(0.475, 0.425, 0, 0.995) 0.2s, -webkit-clip-path 1.25s cubic-bezier(0.475, 0.425, 0, 0.995) 0.2s;
}
.fromRight:before {
	content: "";
	display: block;
	position: absolute;
	right: 0;
	top: 0;
	width: 100%;
	height: 200%;
	background-color: #f1f1f1;
	z-index: -1;
	-webkit-clip-path: inset(0 0 0 100%);
    clip-path: inset(0 0 0 100%);
    -webkit-transition: -webkit-clip-path 1.25s cubic-bezier(0.475, 0.425, 0, 0.995) 0.2s;
    transition: -webkit-clip-path 1.25s cubic-bezier(0.475, 0.425, 0, 0.995) 0.2s;
    transition: clip-path 1.25s cubic-bezier(0.475, 0.425, 0, 0.995) 0.2s;
    transition: clip-path 1.25s cubic-bezier(0.475, 0.425, 0, 0.995) 0.2s, -webkit-clip-path 1.25s cubic-bezier(0.475, 0.425, 0, 0.995) 0.2s;
}
.fromLeft.isPlay:before,.fromRight.isPlay:before {
	-webkit-clip-path: inset(0);
    clip-path: inset(0);
}

/*-----------------------------------------------------------------------------
	トップページ
-----------------------------------------------------------------------------*/

/****** top01 ******/
.top-businesse-content-block {
	line-height: 1.5;
	font-weight: 600;
	margin-bottom: 2.7rem;
	width: 100%;
	padding-left: 3rem;
}
.top-businesse-content-block .nowrap {
	color: #6b7684;
	font-size: 4.2rem;
	opacity: .2;
	width: 200px;
	letter-spacing: -2px;
}
.top-businesse-content-txt {
	margin-left: -4rem;
}
.top-businesse-content-block a {
	display: inline-block;
	font-size: 2.7rem;
	position: relative;
	margin-bottom: 1.5rem;
}
.top-businesse-content-block a img {
	width: auto;
	height: 36px;
}
.top-businesse-content-block a span.arrow {
	display: inline-block;
    width: 30px;
    height: 30px;
    background: url(../images/arrow_link.svg) center center / 30px no-repeat;
    position: absolute;
    right: -45px;
    top: calc(50% - 15px);
    -webkit-transition: all 0.2s cubic-bezier(0.35, 0.05, 0.55, 0.85) 0s;
    transition: all 0.2s cubic-bezier(0.35, 0.05, 0.55, 0.85) 0s;
}
.top-businesse-content-block a:hover span.arrow {
	transform: translateX(5px);
}
.top-businesse-content-block a:hover {
	color: #0462b2;
}
.top-businesse-content-block a:hover::after {
	transform: translateX(5px);
}
.top-businesse-content-block p {
	margin: 0;
	font-weight: 500;
}

/****** top02 ******/
#top02::before {
	height: 100%;
	width: 70%;
	background: url(../images/bg_top02_2.jpg) center center / cover no-repeat;
	z-index: -1;
	transition: clip-path 3s cubic-bezier(0.475, 0.425, 0, 0.995) 0.2s;
}
#top02::after {
	content: "";
	display: block;
	width: 50%;
	height: 101%;
	background: #fff;
	position: absolute;
	left: 0;
	top: -1px;
	z-index: -1;
	clip-path: polygon(0 0, 100% 0, calc(100% - 100px) 100%,  0 100%);
}
#top02 .top-box {
	padding: 14rem 5rem;
}



/* 991px以下 */
@media (max-width: 991px) {
/*-----------------------------------------------------------------------------
	トップページ
-----------------------------------------------------------------------------*/
/*------------- #top01 -------------*/
	.top-businesse-content-block {
		padding-left: 0;
		position: relative;
	}
	.top-businesse-content-block .nowrap {
	    font-size: 3rem;
	    width: auto;
	    text-align: left;
	    position: absolute;
	    top: -2rem;
	    left: 0;
	}
	.top-businesse-content-txt {
	    margin-left: 1.5rem;
	}

/*------------- #top02 -------------*/
	#top02::after {
		width: 60%;
	}

/*------------- #top03 -------------*/
}
/* 767px以下 */
@media (max-width: 767px) {
/*-----------------------------------------------------------------------------
	トップページ
-----------------------------------------------------------------------------*/
/*------------- #top01 -------------*/
	.top-businesse-content-block {
	    line-height: 1.5;
	 }
	.top-businesse-img {
		margin-bottom: 3em;
	}
	.top-businesse-content-block a {
	    font-size: 2rem;
	}
	.top-businesse-content-block a img {
		height: 24px;
	}
	.top-businesse-content-block a span.arrow {
	    width: 24px;
	    height: 24px;
	    background: url(../images/arrow_link.svg) center center / 20px no-repeat;
	    right: -35px;
	    top: calc(50% - 10px);
	}
/*------------- #top02 -------------*/
	#top02 .top-box {
	    padding: 4rem 0;
	}
	#top02::before {
		opacity: .4;
	}

}





