<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100;300;500;700;900&amp;display=swap');
#gnSolution #contentsArea #contentsBlock #mainSection{
font-family: 'Noto Sans JP', sans-serif,"游ゴシック Medium",YuGothic,YuGothicM,"Hiragino Kaku Gothic ProN","Hiragino Kaku Gothic Pro",メイリオ,Meiryo,sans-serif;
font-size:16px;
line-height:1.5;
font-weight: 300;

}
.both{
	clear:both;
}
p {
    display: block;
    -webkit-margin-before:0;
    -webkit-margin-after: 0;
    -webkit-margin-start: 0px;
    -webkit-margin-end: 0px;
}
.inline_block {  
	display: inline-block;  
	*display: inline;  
	*zoom: 1;  
}
span{
	display: inline-block;
	font-weight: inherit;
}
img{
	display:block;
	max-width:100%;
	flex-shrink: 0;
}
a,
a:hover,
a:active,
a:visited,
a:link{
	text-decoration:none;
	color:inherit;
}
#mainSection a:hover &gt; img,
#mainSection a:hover &gt; p &gt; img {
    opacity: 1;
    filter: alpha(opacity=100);
}
#mainSection a:hover{
	color: inherit;
}

.btn{
	display: flex;
	justify-content:space-around;
	flex-wrap: wrap;
}
.btn a,
.btn &gt; p{
	min-height: 36px;
    display: flex;
    padding: 12px 40px;
    box-sizing: border-box;
    max-width: 100%;
    min-width: 190px;
    color: #fff;
    background-color: #00a3ff;
    border-radius: 50px;
    align-items: center;
    justify-content: center;
    border: solid 2px #00a3ff;
    transition: 0.5s;
    font-weight: 500;
    font-size: 16px;
	text-align: center;
}
.btn.haba a{
	min-width: 300px;
	margin-left: 10px;
	margin-right: 10px;
	margin-bottom: 20px;
}
#mainSection .btn a:hover,
.btn a:hover,
#mainSection a:hover &gt; .btn p,
a:hover .btn &gt; p{
	background-color: #fff;
	color: #00a3ff;
}

.btn2{
	display: flex;
	justify-content:space-around;
	flex-wrap: wrap;
}
.btn2 a{
	min-height: 36px;
    display: flex;
    padding: 15px 30px;
    box-sizing: border-box;
    max-width: 100%;
    color: #0071cb;
    background-color: #fff;;
    border-radius: 50px;
    align-items: center;
    justify-content: center;
    border: solid 2px #0071cb;
    transition: 0.5s;
    font-weight: 500;
    font-size: 16px;
	text-align: center;
}
.btn2 a:before{
	content: "";
	display: block;
	width: 20px;
	height: 20px;
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
	background-image: url("../images/btn_arrow_2.svg");
	margin-right: 20px;
}
.btn2 a:hover{
	color: #fff;
	background-color: #0071cb;
}
.btn2 a:hover:before{
	display: block;
	background-image: url("../images/btn_arrow_2w.svg");
}

#mainSection .btn2 a:hover,
.btn2 a:hover{
	background-color: #0071cb;
	color: #fff;
}
.cv_area{
	padding:60px 20px;
}
.cv_area_inner{
	padding: 0;
	margin: 0 auto;
	position: relative;
	max-width: 1100px;
	overflow: hidden;
    border-radius: 30px;
/* box-shadow */
	box-shadow: 4px 4px 10px 0px rgb(0 0 0 / 20%);
}

@media screen and (max-width: 1000px){
.cv_area_inner{
	border-radius: 3vw;}
}
.cv_area .cv_area_inner img{
	display: block;
	width: 100%;
}
.cv_area .cv_area_inner .cv_btn{
    position: absolute;
    bottom: 12%;
    left: 53%;
    display: flex;
    align-items: center;
    background-color: #00b6ab;
    border-radius: 50px;
    box-shadow: 5px 5px 0px 0px #008f8d;
    width: 50%;
    width: 39%;
    ox-sizing: border-box;
    height: 17%;
}
.cv_area .cv_btn img{
    width: 7%;
    margin-left: 7%;
}
.cv_area .cv_btn span{
    width: 100%;
    flex-shrink: 1;
    font-size: 26px;
    line-height: 1;
    color: #ffff00;
    font-weight: 900;
    text-align: center;
    padding-right: 14%;
    box-sizing: border-box;
    margin-top: 0.1em;
}
@media screen and (max-width: 1140px){

.cv_area .cv_area_inner .cv_btn{
    box-shadow: 0.5vw 0.5vw 0px 0px #008f8d;
}
.cv_area .cv_btn img{
}
.cv_area .cv_btn span{
    font-size: 2.5vw;
}
}
@media screen and (max-width: 800px){
.cv_area .cv_btn span {
    font-size: 4.5vw;
}
	.cv_area .cv_area_inner .cv_btn {
    position: absolute;
    bottom: 8%;
    left: 10%;
    width: 80%;
    height: 10%;
}
}

@media screen and (max-width: 1000px){
#gnSolution #footerArea, #serviceFooter {
    min-width: 0;
    max-width: 100%;
    overflow: auto;
	}
	
#breadCrumbSection, #headerArea, .content_headnav {
    display: none;
}
}
header#headerArea {
    width: 100%;
    padding-top: 16px;
    background-color: white;
    text-align: left;
}

.top_navi_logo{
    max-width: 320px;
	width: 100%;
	flex-shrink: 1;
	margin-right: 20px;
}
.top_navi{
	background-color: #fff;
	padding: 20px;
	border-bottom:10px solid #00a3ff;
}
.top_navi &gt; .inner{
	margin: auto;
	max-width: 1100px;
	display: flex;
	justify-content: space-between;
	align-items:center;
}
.top_navi .site_navi{
	display: flex;
	align-items: center;
	justify-content:space-between;
	flex-shrink: 0;
}
.top_navi .left{
	display: flex;
	align-items: center;
	justify-content: flex-end;
	width: 100%;
	margin-right: 20px;
	flex-shrink: 1;
	max-width: 1080px;
}
.top_navi .right{
	flex-shrink: 0;
}

.top_navi.float_navi{
    position: fixed;
    left: 0;
    top: -100px;
z-index: 20;
	width: 100%;
	box-sizing: border-box;
    transition: 0.5s;
}
.top_navi.float_navi.show{
    top: 0px;
}

.site_navi_main{
	display: flex;	
}
.site_navi_main a{
	background-image: url("../../images/arrow.svg");
	background-size:auto 12px;
	padding-left: 10px;
	font-size: 16px;
	display: block;
	background-position: left center;
	background-repeat: no-repeat;
}
.site_navi_main a:not(:last-child){
	margin-right: 20px;
}

.contactbtn{
	display:flex;
	align-items: center;
	padding:10px 15px;
	background-color: #00b6ab;
	border-radius: 50px;
border-radius: 30px;
box-shadow: 3px 3px 0px 0px #008f8d;
	width: 180px;
	box-sizing: border-box;
	height: 40px;
}
.contactbtn img{
	width: 18px;
}
.contactbtn span{
	width: 100%;
	flex-shrink: 1;
	font-size: 18px;
	line-height: 1;
	color: #ffff00;
	font-weight: 500;
	text-align: center;
}
.spnavi nav{
	background: #00a3ff;
}
.spnavi a.contactbtn{
width: 220px;
    margin: auto;
    margin-top: 20px;
    height: 40px;
    position: relative;
    border: none;
    padding: 12px;
    padding-left: 20px;
}
.spnavi a.contactbtn span{
position: absolute;
    top: 11px;
    font-size: 18px;
    font-weight: 600;
	left: 0;
}
.spnavi{
	background-color: #fff;
	height: 100vh;
	top: 0px;
	position: fixed;
	width: 300px;
	right: -300px;
	transition: 0.5s;
	z-index: 50;
	border-top: solid 1px #1f91b3;
	 overflow: auto;
  -webkit-overflow-scrolling: touch;
}
.spnavi.menuopen{
	right: 0px;
}
.spnavi a{
	width: 100%;
    box-sizing: border-box;
    padding: 20px 20px;
    padding-right: 40px;
    display: block;
    border-bottom: solid 1px #ffffff;
    position: relative;
    color: #ffffff;
    font-size: 16px;
    font-weight: 600;
}
.spnavi a:hover{
	background-color: #d4eaf1;
}
.spnavi nav &gt; a:after{
	content: "";
    position: absolute;
    width: 0;
    height: 0;
    bottom: 0;
    top: 0;
    right: 15px;
    margin: auto;
    border-left: 7px solid #ffffff;
    border-top: 4px solid transparent;
    border-bottom: 4px solid transparent;
	border-right: 0px solid transparent;
}

.spnavi li{
	margin-bottom: 0;
}
.spnavi li a{
	width: 100%;
	box-sizing: border-box;
	padding: 10px 20px;
	display: block;
	border-bottom: solid 1px #fff;
	position: relative;
	color: #fff;
	background-color: #1f91b3;
}

.spnavi nav &gt; a.spnavi_aco:after,
.spnavi nav &gt; a.spnavi_aco:before{
	content: "";
    position: absolute;
    width: 0;
    height: 0;
    bottom: 0;
    top: 0;
    margin: auto;
	background-color: #1f91b3;
	border: none;
}
.spnavi nav &gt; a.spnavi_aco:after{
	width: 14px;
	height: 2px;
    right: 10px;
}
.spnavi nav &gt; a.spnavi_aco:before{
	width: 2px;
	height: 14px;
    right: 16px;
	transition: 0.3s;
}
.spnavi nav &gt; a.spnavi_aco.open:before{
	height: 0px;
}
.aco_open{
	cursor: pointer;
}
.aco_contents{
	display: none;
}
a.spbtn,
#mainSection a.spbtn{
	width: 26px;
	display: none;
}
.spnavibg{display: none;
	top: 0;
	left: 0;
	width: 100%;
	height: 100vh;
	z-index: 40;
	position: fixed;
	background-color: rgba(0,0,0,0.30);
}
a.spbtn, #mainSection a.spbtn {
    width: 26px;
    display: none;
}
@media screen and (max-width: 1000px){
	
.top_navi_logo {
	max-width: 220px;
	}
.contactbtn {
    padding: 0px 10px;
    width: 140px;
	height: 30px;
	}
	
.contactbtn span {
	font-size: 14px;
	}
	.site_navi_main a {
    background-size: auto 10px;
    padding-left: 10px;
    font-size: 12px;
	}.site_navi_main a:not(:last-child) {
    margin-right: 15px;
}
}
@media screen and (max-width: 800px){
a.spbtn, #mainSection a.spbtn {
    display: flex;
    align-items: center;
}
	.top_navi .site_navi{
		display: none;
	}
	
	
	.spnavi_btn{
		position: absolute;
    top: calc(35px + 15vw);	
	}
	.spnavi_btn.fixed{
		position: fixed;
		top: 4vw;
	}
	
	#spheader{
		display: flex;
		justify-content: center;
		align-items: center;
		padding: 15px;
		border-bottom: 5px solid #000;
	}
	#spheader &gt; div.left{
		width: 35%;
		max-width: 219px;
	}
	#spheader &gt; div.left a,
	#spheader &gt; div.left a img{
		display: block;
	}
	#spheader &gt; div.right{
		width: 35%;
		max-width: 213px;
    margin-left: 14px;
    padding-left: 11px;
    background: url(../../../common/img/head_ttl_02.gif) no-repeat;
	}
	
}
.topbtn {
    display: block;
    position: fixed;
    bottom: 10px;
    right: 10px;
    width: 50px;
    z-index: 15;
}
@media screen and (min-width: 801px){
.title_h h3,
.title_h h4{
	min-height: 3em;
    display: flex;
    align-items: center;
    justify-content: center;
	width: 100%;
	}
	#spheader{
		display: none;
	}
}
</pre></body></html>