<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";
/* CSS Document */

/*////////////////////////////////////////
	メインビジュアル
////////////////////////////////////////*/

#toppage{
	margin-top: 96px;
}
#toppage #mainvisual {
	width: 100vw;
  	height: 545px;
  	background-image:url("../img/toppage/mv.jpg");
	background-repeat: no-repeat;
	background-size:cover;
	background-position: center center;
	position: relative;
	margin-top: 40px;
}

#toppage #mainvisual .main_wrap{
	display: block;
	position: absolute;
	top: 0;
	left: 12vw;
	color: #00318F!important;
}

#toppage #mainvisual .main_wrap .catch{
	margin-top: 120px;
}

#toppage #mainvisual .main_wrap .catch h2{
	font-size: 40px;
	font-weight: bold;
	line-height: 1.5;
	letter-spacing:3px;
	padding: 5px 40px 5px 35px;
	margin-bottom: 10px;
	position: relative;
	z-index: 10;
	background: #fff;
	clip-path: polygon(0% 100%, 0% 0%, 100% 0%, 90% 100%);
	box-shadow: 1px 1px 8px rgba(55,55,55,0.25);
}



#toppage #mainvisual .main_wrap .catch h2::before {
	content: "";
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index:-10!important;
	transform: scaleY(0.91) perspective(1.9em) rotateX(-5deg);
	transform-origin: bottom left;
	box-shadow: 1px 1px 8px rgba(55,55,55,0.25);

}


#toppage #mainvisual .main_wrap .mv_lead{
	margin-top: 20px;
	font-size: 16px;
	line-height: 2;
	text-shadow: 1px 1px 8px rgba(255,255,255,0.8);
}

/*////////////////////////////////////////
	サービス
////////////////////////////////////////*/
#toppage #service{
	position: relative;
}

#toppage #service::before{
	content: "";
	display: inline-block;
	width: 130vw;
	height: 130vw;
	border-radius: 100vw;
	position: absolute;
	background: linear-gradient(to bottom ,#DEE4E9 ,#fff 40%);
	top: 130px;
	left: -5vw;
	z-index: -100;
}

#toppage #service .service_wrap {
	width: 1000px;
	padding: 70px 0;
	_background: #E0E0E0;
}
#toppage #service .service_wrap .service_leadtxt h3{
	font-size: 40px;
	color: #00318F;
	background: linear-gradient(transparent 50%, #C2DEF0 0%);
	width: 280px;
	font-weight: bold;
	margin-top: 50px;
}
#toppage #service .service_wrap .service_leadtxt h4{
	font-size: 35px;
	color: #00318F;
	font-family: brandon-grotesque, sans-serif;
}
#toppage #service .service_lead {
	display: flex;
}
#toppage #service .service_wrap .bkimg{
	width: 560px;
	height: 350px;
	border-top-right-radius: 30px;
	background-image: url("../img/toppage/top_shinrai.jpg");
	background-size: cover;
	margin-left: 65px;
	margin-top: 40px;
}
.trust{
	font-size: 90%;
}



 /*--   画像　マウスオーバーで拡大   --*/

.zoomwrap{
z-index: 1;
text-decoration: none;
color: #333;
background-color: #fff;
position: relative;
overflow: hidden;
width: 400px;
_border-bottom-right-radius: 30px;
	display: block;
	height: 250px;
	opacity: 0.8;
	transition: 0.3s;
}
.zmtxt{
z-index: 1;
text-decoration: none;
color: #333;
background-color: #fff;
position: relative;
overflow: hidden;
width: 400px;
border-bottom-right-radius: 30px;
	display: block;
	opacity: 0.8;
	transition: 0.3s;
}

.zmtxt h3{
	color: #333;
	font-weight: bold;
	font-size: 120%;
}
.hovertxt{
	padding: 15px 35px 15px;
}
.hovertxt p{
	text-align: left!important;
}

.zoomwrap:after {
position: absolute;
content: "";
display: block;
width: 100%;
height: 100%;
top: 0;
background: url("../img/toppage/top_image.jpg") no-repeat top center;
-webkit-background-size:100% 250px;
-moz-background-size:100% 250px;
-ms-background-size: 100% 250px;
background-size: 100% 250px;
-webkit-transition: all .3s ease-out;
-moz-transition: all .3s ease-out;
-ms-transition: all .3s ease-out;
transition: all .3s ease-out;
	cursor: pointer;
}
.zoomwrap:hover:after {
opacity:1!important;
-moz-transform: scale(1.1);
-webkit-transform: scale(1.1);
-ms-transform: scale(1.1);
transform: scale(1.1);
}
.zoomwrap:hover{
opacity:1!important;
}


#toppage #service .service_wrap .hovertxt h3{
	color: #fff;
}

#toppage #service .service_wrap .hovertxt p{
	line-height: 1.5;
	margin-top: 5px;
}


#toppage #service .service_wrap .hovertxt{
	background-color:#0077C2;
	color: #fff;
	padding-bottom: 23px;
	height: 158px;
}
#toppage #service .service_wrap ul{
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	margin-top:60px;
	margin-bottom: 50px;
}
#toppage #service .service_wrap ul li{
	margin:30px;
	position: relative;
}

#toppage #service .service_wrap ul li::before{
	content: "";
	display: inline-block;
	position: absolute;
	top: 0;
	left: 0;
	width: 0;
height: 0;
border-style: solid;
border-width: 55px 55px 0 0;
border-color: #00318F transparent transparent transparent;
z-index: 50;
}
#toppage #service .service_wrap ul li::after{
	display: inline-block;
	position: absolute;
	top: 0;
	left: 0;
	width: 20px;
height: 20px;
z-index: 50;
	color: #fff;
	font-size: 110%;
	margin-left: 7px;
	font-family: brandon-grotesque, sans-serif;
}
#toppage #service .service_wrap ul li:nth-child(1)::after{
	content: "01";
}
#toppage #service .service_wrap ul li:nth-child(2)::after{
	content: "02";
}
#toppage #service .service_wrap ul li:nth-child(3)::after{
	content: "03";
}
#toppage #service .service_wrap ul li:nth-child(4)::after{
	content: "04";
}
#toppage #service .service_wrap ul li:nth-child(1) .zoomwrap::after{
	background-image: url("../img/toppage/service_img_01.png")
}
#toppage #service .service_wrap ul li:nth-child(2) .zoomwrap::after{
	background-image: url("../img/toppage/service_img_02.png")
}
#toppage #service .service_wrap ul li:nth-child(3) .zoomwrap::after{
	background-image: url("../img/toppage/service_img_03.png")
}
#toppage #service .service_wrap ul li:nth-child(4) .zoomwrap::after{
	background-image: url("../img/toppage/service_img_04.jpg")
}

#toppage #service .service_wrap .blue_btn{	
}

/*////////////////////////////////////////
	会社案内
////////////////////////////////////////*/

#introduction{
	font: italic;
	color: #fff;
	background-image: url("../img/toppage/mov_bk.jpg");
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
}
#introduction .introduction_wrap{
	width: 1000px;
	padding: 70px 0;
}
#introduction .h2tit{
	background: #fff;
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}

#introduction .introduction_wrap .movie{
	z-index: 50;
	width:500px;
	height: 418px;
	margin: 0 auto;
	text-align: center;
	display: flex;
	flex-direction: column;
}

#introduction .introduction_wrap .movie h2{
	text-align: center;
	font-size: 25px;
	font-weight: bold;
	background: linear-gradient(transparent 50%, #00318F 0%);
	width: 300px;
	margin: 5px auto 0;
}


#toppage .bktotop{
	margin: 35px auto ;
}

/*////////////////////////////////////////
	お知らせ　は　TOPと共通のため　commonに記載
////////////////////////////////////////*/





/*////////////////////////////////////////
	連絡インフォ
/////////////////////////////////////
#information{
}
#information .information_wrap{
	width: 1000px;
	padding: 70px 0;
}
#information .information_wrap .info_area{
	width: 800px;
	margin-left: 230px;
	margin-bottom: 80px;
}
#information .information_wrap .info_area .date{
	margin-right: 20px;
}
#information .information_wrap .info_area li{
	margin: 20px 0;
}
#information .information_wrap .info_area li a{
	transition: 0.3s;
	color: #00318F;
}
///*/
</pre></body></html>