@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 ******/
#top01 p {
	line-height: 2.5;
}
/****** top02 ******/
#top02.ptb30-60 {
	padding-bottom: 3rem;
}
#top02 .row {
	margin-top: 10rem;
}
.top-business-box-wrap {
	margin-bottom: 6rem;
}
.top-business-box-wrap:nth-child(odd) {
	margin-top: -6rem;
}

.top-business-box {
	box-shadow: 11px 13px 27px 30px rgba(0, 0, 0, .08);
    background: #fff;
    position: relative;
}
.top-business-box .txt {
	padding: 1.5rem 4rem 3rem;
}
.top-business-box .txt h3 {
	color: #080059;
	font-size: 2.2rem;
	font-weight: 600;
	text-align: center;
	margin-bottom: 0;
}

/****** top03 ******/

#top03 table ul li {
	list-style: none;
	position: relative;
	padding-left: 2rem;
}
#top03 table ul li::before {
	content: "";
    display: block;
    width: 8px;
    height: 8px;
    background: #009fa8;
    position: absolute;
    left: 5px;
    top: calc(50% - 4px);
	
}


/* 992px以上 */
@media (min-width: 992px) {
	
/****** top02 ******/	
	#top02 .row > div {
        padding-left: 4rem;
        padding-right: 4rem;
    }
    
	
}
/* 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 -------------*/

/*------------- #top03 -------------*/
}
/* 767px以下 */
@media (max-width: 767px) {
/*-----------------------------------------------------------------------------
	トップページ
-----------------------------------------------------------------------------*/
/*------------- #top01 -------------*/
/*------------- #top02 -------------*/
/****** top02 ******/
	#top02.ptb30-60 {
		padding-bottom: 3rem;
	}
	#top02 .row {
		margin-top: 0;
	}
	.top-business-box-wrap {
		margin-bottom: 1em;
	}
	.top-business-box-wrap:nth-child(odd) {
		margin-top: 0;
	}

	.top-business-box .txt {
		padding: 1.5rem;
	}
	.top-business-box .txt h3 {
		font-size: 1.7rem;
	}
	.top-map iframe {
		height: 250px;
	}

}





