<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">
/* reset */
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td{margin:0;padding:0;}
address,caption,cite,code,dfn,em,strong,th,var{font-style:normal;}
ul{list-style:none;}
table{border-collapse:collapse;border-spacing:0;}
caption,th{text-align:left;}
q:before,q:after{content:'';}
object,embed{vertical-align:top;}
legend{display:none;}
h1,h2,h3,h4,h5,h6{font-size:100%;}
img,abbr,acronym,fieldset{border:0;}

body{
	font: 16px/1.7 'Poppins','Noto Sans JP', 貂ｸ繧ｴ繧ｷ繝�け, YuGothic,'繝偵Λ繧ｮ繝手ｧ偵ざ ProN W3', 'Hiragino Kaku Gothic ProN', 繝｡繧､繝ｪ繧ｪ, Meiryo,sans-serif;
	font-weight: 400;
	-webkit-text-size-adjust:100%;
	font-feature-settings: "palt" 1;
  letter-spacing: 0.04em;
	overflow-x: hidden;
	color: #333;
	background: #fff;
}

a{
	color: #0066ff;
	text-decoration: none;
}

a:hover, .active{
  text-decoration: underline;
}

a:active, a:focus,input:active, input:focus{outline:0;}


/* 繝倥ャ繝繝ｼ
------------------------------------------------------------*/
#header{
		position: relative;
    overflow:hidden;
    width:100%;
    height:568px;
    margin: 90px 0 0;
		background: #263ab8;
    background: linear-gradient(0deg, rgba(38, 58, 184, 1) 0%, rgba(38, 166, 224, 1) 100%);
}

#header img{
    position:absolute;
    left:50%;
    width:1280px;
    height:568px;
    margin-left:-640px;
}

#slogan{
	position: absolute;
  top: 48.5%;
	width: 100%;
	-webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
	color: #fff;
	text-align: center;
}

#page_top #slogan h1{
	font-family: "Outfit", sans-serif;
	font-size: 54px;
	font-weight: 500;
	font-optical-sizing: auto;
	padding: 0 20px;
	line-height: 1.4;
}

#slogan h1{
	font-size: 32px;
	margin-bottom: 20px;
	font-weight:600;
}

#slogan .slogan_text{
	font-size: 16px;
  font-weight: normal;
  margin: 0 auto;
  text-align: left;
  width: 44%;
  max-width: 410px;
}


/* 繝輔ャ繧ｿ繝ｼ
------------------------------------------------------------*/
#footer{
	clear: both;
	padding: 50px 10px 50px 0;
	text-align: center;
	font-size: 12px;
}

/* 繝ｭ繧ｴ繝輔ぉ繝ｼ繝峨う繝ｳ
------------------------------------------------------------*/
.logo_fadein{
	background: #FFF;
	position: fixed;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	z-index: 999;
}
.logo_fadein p {
	position: fixed;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	display: none;
	z-index: 999;
}

.logo_fadein video {
	width: 440px;
}


/* 蜈ｱ騾�
------------------------------------------------------------*/
h1, h2{
}

img{
	width: 100%;
	height: auto;
}

section{clear:both;}

section header{
	text-align: center;
}

section h2{
	font-size: 22px;
	font-weight:700;
	text-align: center;
	position: relative;
	display: inline-block;
	padding: 0 80px;
}

section h2:before, section h2:after {
  content: '';
  position: absolute;
  top: 40%;
  display: inline-block;
  width: 50px;
  height: 1px;
  background: #263ab8;
  background: linear-gradient(0deg, rgba(38, 58, 184, 1) 0%, rgba(38, 166, 224, 1) 100%);
}

section h2:before {
  left:0;
}
section h2:after {
  right: 0;
}

.inner{
	width: 94%;
	margin: 0 auto;
	padding: 0 0 100px;
}

.col2 li{
	display: inline-block;
	width: 100%;
  	margin: 20px 0 20px 0;
}

.b{
	font-weight: 600;
}

/* SEC00 about
------------------------------------------------------------*/

.sec_about{
}

.about{
	width: 90%;
	margin: 0 auto;
	padding: 0 0 100px;
	max-width: 680px;
}

/* SEC01 designprocess
------------------------------------------------------------*/

.sec_designprocess{
	background: #f4f4f4;
}

.designprocess{
	width: 90%;
	margin: 0 auto;
	padding: 0 0 100px;
	max-width: 1024px;
}

.designprocess_wrap{
  display: flex;
  flex-wrap: wrap;
  margin: 0 0 40px;
}

.designprocess_tit{
	background: #263ab8;
  padding: 2px 0;
  color: #FFF;
  font-size: 16px;
	display: flex;
  justify-content: center;
  align-items: center;
}

.designprocess_tit_number{
	font-size: 26px;
	margin: 0 8px 0 0 ;
}

.designprocess_tit_01{
	background: linear-gradient(0deg, rgba(12,129,173,1) 0%, rgba(40,195,245,1) 100%);
}
.designprocess_tit_02{
	background: linear-gradient(0deg, rgba(12,117,173,1) 0%, rgba(42,173,245,1) 100%);
}
.designprocess_tit_03{
	background: linear-gradient(0deg, rgba(13,96,173,1) 0%, rgba(44,155,245,1) 100%);
}
.designprocess_tit_04{
	background: linear-gradient(0deg, rgba(13,80,173,1) 0%, rgba(46,136,245,1) 100%);
}
.designprocess_tit_05{
	background: linear-gradient(0deg, rgba(14,65,173,1) 0%, rgba(48,117,245,1) 100%);
}

.designprocess_wrap ul{
	margin: 12px 4px 12px;	
}

.designprocess_wrap li{
	text-indent: -1em;
  padding: 0 10px 0 1em;
  font-size: 14px;
  margin: 2px 8px;
}

.designprocess_wrap li:before{
	content: "繝ｻ";
}

.designprocess_wrap li span{
	font-size: 13px;
}

.designprocess_wrap &gt; *{
    width: calc( 20% - 10px );
    margin-right: 10px;
    margin-bottom: 10px;
    background: #fff;
    box-shadow: 0 0 12px #e0e0e0;
}
.designprocess_wrap &gt; *:nth-child(5n){
    margin-right: auto;
}

.designprocess_txt{
	max-width: 680px;
	margin: 0 auto;
}

@media screen and (max-width: 960px) {
    .designprocess_wrap &gt; *{
        width: calc( 50% - 5px ) ;
    }
    .designprocess_wrap &gt; *:nth-child(2n){
        margin-right: 0;
    }
}
@media screen and (max-width: 640px) {
    .designprocess_wrap &gt; *{
        width:100%;
        margin-bottom: 15px;
    }
    .designprocess_wrap &gt; *:nth-child(1n){
        margin-right: 0;
    }
}


/* SEC02 GALLERY
------------------------------------------------------------*/

.sec_gallery{
	background: #303033;
	color: #FFF;
}

.sec_gallery h2:before, .sec_gallery h2:after {
  background: #fff;
}

.gallery{
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    padding: 0 0 40px;
}

.gallery_tit{
	text-align: center;
	margin: 0 0 10px;
	font-size: 18px;
}

.gallery_link{
    padding: 0 0 100px;
		text-align: center;
}

.gallery_link a{
	display: inline-block;
	margin: 0 auto;
	padding: 15px 30px 17px;
	background: #263ab8;
	background: linear-gradient(0deg, rgba(38, 58, 184, 1) 0%, rgba(38, 166, 224, 1) 100%);
	border-radius: 40px;
	color: #FFF;
}

.gallery &gt; *{
    width: calc( 33.33333% - 8px ) ;
    margin-right: 12px;
    margin-bottom: 12px;
}
.gallery &gt; *:nth-child(3n){
    margin-right: auto;
}
.gallery &gt; * &gt; *{
    position: relative;
    overflow: hidden
}
@media screen and (max-width: 960px) {
    .gallery &gt; *{
        width: 100%;
        margin-right: auto;
    }
    .gallery &gt; *:nth-child(3n){
        margin-right: auto;
    }
}
@media screen and (max-width: 640px) {
    .gallery &gt; *{
        width: 100%;
        margin-right: auto;
    }
    .gallery &gt; *:nth-child(3n){
        margin-right: auto;
    }
}


/* SEC03 COMPANY
------------------------------------------------------------*/

.company table {
  width: 100%;
  margin: 0 0 20px;
}

.company tr {
  border-bottom: 1px solid #b5b1b1;
}

.company th,
.company td {
  padding: 16px 0;
  border: none;
	vertical-align: initial;
}

.company th {
  width: 20%;
	font-weight: 600;
}

.company td span{
  font-size: 14px;
  display: inline-block;
	line-height: 1.4em;
}

.company_images{
	position: relative;
	padding-bottom: 140%;
	height: 0;
	overflow: hidden;
}

.company_txt{
	margin: 0 0 16px;
  font-weight: 600;
  line-height: 1.4;
  background: #f4f4f4;
  clear: both;
  padding: 10px;
}


/* SEC04 CLIENTS
------------------------------------------------------------*/

.sec_clients{
	background: url(../images/bg_clients.jpg) no-repeat 100% 100% fixed;
	background-size: cover;
	-webkit-background-size: cover;
	color: #fff;
}

.sec_clients h2:before, .sec_clients h2:after {
  background: #fff;
}


/* SEC05 CONTACT
------------------------------------------------------------*/

.contact{
	width: 90%;
	margin: 0 auto;
	padding: 0 0 100px;
	max-width: 1024px;
}

.contact table {
	margin: 0 0 40px;
}

.contact tr {
  border-bottom: 1px solid #b5b1b1;
}

.contact th,
.contact td {
  padding: 16px 0;
  border: none;
	vertical-align: initial;
}

.contact th {
  width: 20%;
	font-weight: 500;
}

.contact p{
	margin-bottom: 8px;
	text-indent: -1em;
  padding: 0 10px 0 1em;
}

.map{
	position: relative;
	padding-bottom: 40%;
	height: 0;
	overflow: hidden;
}

.map iframe{
	position: absolute;
	top: 0;
	left: 0;
	width: 100% !important;
	height: 100% !important;
	border: 0;
}

/* SEC06 RECRUIT
------------------------------------------------------------*/

.sec_recruit{
	background: #f4f4f4;
}

.recruit{
	width: 90%;
	margin: 0 auto;
	padding: 0 0 100px;
	max-width: 680px;
	text-align: center;
}

.recruit p{
	margin: 0 0 20px;
}

.recruit_link{
		text-align: center;
}

.recruit_link a{
	display: inline-block;
	margin: 0 auto;
	padding: 15px 30px 17px;
	background: #263ab8;
	background: linear-gradient(0deg, rgba(38, 58, 184, 1) 0%, rgba(38, 166, 224, 1) 100%);
	border-radius: 40px;
	color: #FFF;
}


/* RECRUIT Page
------------------------------------------------------------*/

#page_recruit #header{
	height: 310px;
}

#page_recruit #slogan .slogan_text{
	text-align: center;
  max-width: max-content;
  width: 80%;
}

.job{
	width: 90%;
  margin: 0 auto;
  padding: 0 0 100px;
  max-width: 680px;
}

.job h3{
	margin: 0 0 20px;
	font-size: 20px;
	font-weight: 600;
}

.sec_recruitinfo{
  background: #f4f4f4;
}

.recruitinfo{
	width: 90%;
  margin: 0 auto;
  padding: 0 0 100px;
  max-width: 680px;
}

.recruitinfo tr {
  border-bottom: 1px solid #b5b1b1;
}

.recruitinfo th,
.recruitinfo td {
  padding: 16px 0;
  border: none;
	vertical-align: initial;
}

.recruitinfo th {
  width: 20%;
	font-weight: 500;
}


/* RESPONSIVE 險ｭ螳�
------------------------------------------------------------*/

@media only screen and (min-width: 1200px){
	.inner{
		width: 1024px;
		padding-bottom: 100px;
	}
	section h2{
		margin: 100px 0 40px;
	}
	.txt h2{
		padding: 0 0 20px !important;
	}
}

@media only screen and (min-width: 800px){	
  a#menu{
		display:none;
	}	

	.panel{
		display:block !important;
	}

	#mainnav{
		position:fixed;
		top: 0;
		width:100%;
		z-index:500;
		background: #FFF;
	}

	.mainnav_logo{
		width: 100px;
    float: left;
    margin: 15px 20px;
	}

	#mainnav ul{
		text-align: right;
		padding-right: 30px;
	}

	#mainnav li{
		display: inline-block;
		padding: 30px 8px 0;
		font-size: 15px;
		font-weight: 400;
	}
	
  #mainnav a{
		color: #64656a;
	}
	
	#mainnav.changeNav{
		background: #FFF;
	}
	
	#mainnav.changeNav li{
		padding: 30px 8px 0;
	}

	.txt, .bg{
		width: 50%;
		float: left;
		display: table;
		background: #f6f6f6;
	}

	#sec02_02 .txt, #sec02_02 .bg{
		float: right;
	}

	.vMid{
		display: table-cell;
		padding: 0 100px;
		vertical-align: middle;
	}
	

  #footer{
		padding: 30px 10px 70px 0;
	}
}

@media only screen and (min-width: 641px){
	.col2 li{
		width: 47%;
		padding: 0 1%;
		vertical-align: top;
	}
}

@media only screen and (max-width: 640px){
	body{
		font-size:15px;
	}
	#map iframe{
	  width: 96% !important;
		left: 2%;
	}
}

@media only screen and (max-width: 799px){

	#header{
		margin: 70px 0 0 ;
	}

	.mainnav_logo{
		width: 70px;
    float: left;
    margin: 18px 20px 0;
	}

	#page_top #slogan h1{
		font-size: 44px;
	}

	#slogan h1{
		font-size: 30px;
	}

	#slogan .slogan_text{
		width: 90%;
	}

  a#menu{
  	display: inline-block;
  	position: relative;
  	width: 60px;
  	height: 50px;
  	margin: 10px;
	}

	#menuBtn{
  	display: block;
  	position: absolute;
  	top: 50%;
  	left: 50%;
  	width: 18px;
  	height: 2px;
  	margin: -1px 0 0 -7px;
  	background: #000;
  	transition: .2s;
	}

	#menuBtn:before, #menuBtn:after{
  	display: block;
  	content: "";
  	position: absolute;
  	top: 50%;
  	left: 0;
  	width: 18px;
  	height: 2px;
  	background: #000;
  	transition: .3s;
	}

	#menuBtn:before{
  	margin-top: -7px;
	}

	#menuBtn:after{
  	margin-top: 5px;
	}

	a#menu .close{
  	background: transparent;
	}

	a#menu .close:before, a#menu .close:after{
  	margin-top: 0;
	}

	a#menu .close:before{
  	transform: rotate(-45deg);
  	-webkit-transform: rotate(-45deg);
	}

	a#menu .close:after{
  	transform: rotate(-135deg);
  	-webkit-transform: rotate(-135deg);
	}

	.panel{
		width: 100%;
		display: none;
		overflow: hidden;
		position: relative;
		left: 0;
		top: 0;
		z-index: 100;
	}

	#mainnav{
		position: fixed;
		top: 0;
		right: 0;
		width: 100%;
		text-align: right;
		z-index:500;
		background: #FFF;
		line-height: 0;
	}

	#mainnav ul{
		border-bottom: 1px solid #ccc;
		background: #fff;
		text-align: left;
	}

	#mainnav li a{
		position: relative;
		display:block;
		padding:30px 25px;
		border-bottom: 1px solid #ccc;
		color: #000;
		font-weight: 400;
	}

	#mainnav li a:before{
		display: block;
		content: "";
		position: absolute;
		top: 50%;
		left: 5px;
		width: 6px;
		height: 6px;
		margin: -4px 0 0 0;
		border-top: solid 2px #000;
		border-right: solid 2px #000;
		-webkit-transform: rotate(45deg);
		transform: rotate(45deg);
	}
	.col3 li{
		margin: 0 auto;
		display: block;
		max-width: 288px;
	}

	.recruit{
		text-align: left;
	}

	#page_recruit #slogan .slogan_text{
		text-align: left;
	}
  .recruitinfo th,
  .recruitinfo td {
    width: 100%;
    display: block;
  }

  .recruitinfo th {
    width: 100%;
    font-weight: 600;
    padding: 20px 0 10px;
  }

  .recruitinfo td {
    padding-top: 0;
  }

  .contact th,
  .contact td {
    width: 100%;
    display: block;
  }

  .contact th {
    width: 100%;
    font-weight: 600;
    padding: 20px 0 10px;
  }

  .contact td {
    padding-top: 0;
  }

  .map{
  	padding-bottom: 100%;
  }

  .company th,
  .company td {
    width: 100%;
    display: block;
  }

  .company th {
    width: 100%;
    padding: 20px 0 10px;
  }

  .company td {
    padding-top: 0;
  }

  .logo_fadein p {
	}

	.logo_fadein video {
	width: 280px;
	}

}

@media only screen and (max-width: 1199px){
	section h2{
		margin: 70px 0 35px;
	}
	.vMid{
		padding: 0 20px;
	}
	.about{
		padding: 0 0 70px;
	}
	.designprocess{
		padding: 0 0 70px;
	}
	.gallery_link{
		padding: 0 0 70px;
	}
	.inner{
		padding: 0 0 70px;
	}
	.contact{
		padding: 0 0 70px;
	}
	.job{
		padding: 0 0 70px;
	}
	.recruitinfo{
		padding: 0 0 70px;
	}	
}</pre></body></html>