<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";
.navbar {
	margin-bottom: 0;
}
.navbar-toggle {
	margin-top: 15px;
	border: none;
	border-radius: 0;
	padding: 0;
}
.navbar-toggle .icon-bar {
	width: 30px;
}
.navbar-toggle .icon-bar+.icon-bar {
	margin-top: 10px;
}
#main-visual {
	position: relative;
}
#main-visual .swiper-slide {
	width: 100%;
	height: calc( 100vh - 90px );
	background-size: cover;
	background-position: center center;
}
#main-visual .copy {
    position: absolute;
    margin: auto;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    width: 800px;
    height: 120px;
    z-index: 1000;
    padding: 20px 0;
}
#main-visual .copy h1 {
	font-size: 4rem;
	line-height: 2;
	text-align: center;
	margin: 0;
	color: #fff;
	text-shadow: 0 0 10px rgba(0,0,0,0.3);
}
#main-visual .copy h1 span {
	font-size: 2rem;
	line-height: 2;
	display: block;
}
.sign {
	text-align: right;
	padding-top: 45px;	
}
.sign span {
	line-height: 2.4rem;
	vertical-align: middle;
}
.sign span + span {
	font-size: 2.4rem;
    font-weight: bold;
    margin-left: 1em;
}

.bggray {
	background-color: #f0f0f0;
}

.overview-table, .teamTable {
	width: 100%;
}

.pl15 {
	padding-left: 15px;
}
.overview-table tr th,
.overview-table tr td {
	font-size: 1.6rem;
}
.overview-table tr th {
	padding: 20px 30px 20px 20px;
	width: 25%;
    border-bottom: 1px solid #d3d3d3;
}

.overview-table tr td {
	padding: 20px 0 20px 0;
	width: 70%;
    border-bottom: 1px solid #d3d3d3;
}

.points {
	margin-top: 30px;
}
.points h3 {
	text-align: center;
	position: relative;
	margin: 45px 0;
}
.points h3 span {
	display: inline-block;
	padding: 0 20px;
	background: #f0f0f0;
}
.points h3:after {
	position: absolute;
	width: 100%;
	height: 1px;
	background: #0f3556;
	content: '';
	top: 50%;
	left: 0;
	z-index: -1;
}
.points .points-inner {
	display: flex;
	justify-content: space-between;
	margin-top: 100px;
}
.points .points-inner .item {
	width: 32%;
}
.points .item .item-inner {
	background: #fff;
	border: 1px solid #ccc;
	border-radius: 12px;
	padding: 20px 25px;
    height: 100%;
}
.points .item figure {
	margin: -80px 0 30px;
	text-align: center;
}
.points .item figure img {
	width: 128px;
}
.points .item h4 {
	text-align: center;
	font-weight: bold;
}

.flow {
	margin-top: 30px;
}
.flow h3 {
	text-align: center;
	position: relative;
	margin: 45px 0;
}
.flow h3 span {
	display: inline-block;
	padding: 0 20px;
	background: #f0f0f0;
}
.flow h3:after {
	position: absolute;
	width: 100%;
	height: 1px;
	background: #0f3556;
	content: '';
	top: 50%;
	left: 0;
	z-index: -1;
}
.flow .item {
	position: relative;
	padding-bottom: 6rem;
}
.flow .item + .item {
	margin-top: 45px;
}
.flow .item h4 {
	margin-bottom: 15px;
	position: relative;
	font-size: 2rem;
    padding-left: 70px;
}
.flow .item h4 .step {
	background: #0f3556;
	font-size: 1.4rem;
	padding: 0.1rem 1rem;
	color: #fff;
	position: absolute;
	top: 3px;
	left: 0;
}
.flow .item .sub-ttl {
	font-family: 'Pinyon Script', cursive;
	text-transform: none;
	font-size: 8rem;
    color: rgba( 15,53,86 );
    opacity: 0.1;
    position: absolute;
    right: 0;
    bottom: 0;
    line-height: 1;
}

.teamTable tr th {
	width: 40%;
	background: #efefef;
    padding: 20px 30px;
    text-align: left;
    border: 1px solid #ddd;
}

.teamTable tr td {
	width: 70%;
	padding: 20px 30px;
    border: 1px solid #ddd;
}
section#works h2.section-heading {
	color: #fff;
}
section#works h2.section-heading:after {
	background: #fff;
}
.works {
	position: relative;
	padding-bottom: 32px;
}
.works .item {
	text-align: center;
}
.works .item:nth-child(n+5) {
	margin-top: 30px;
}
.works .item figure {
	position: relative;
}
.works .item figure figcaption {
    background: #0f3556;
    font-size: 1.4rem;
    padding: 0.1rem 1rem;
    color: #fff;
    position: absolute;
    top: 0;
    left: 0;
}
.works .item h3 {
	text-transform: inherit;
}
#customer p.date{
	text-align: right;
}
#works p.date {
	text-align: right;
	position: absolute;
	bottom: 0;
	right: 0;
	margin-bottom: 0;
}
#customer p.date:before,
#works p.date:before {
	content: '- ';
}
.contact {
	text-align: center;
}
.contact .infowrap {
	display: flex;
	justify-content: center;
}
.contact .infowrap div + div {
	margin-left: 2em;
}
.contact .mailinfo,
.contact .phoneinfo {
	font-size: 4rem;
	color: #5fb796;
}
.contact .mailinfo i,
.contact .phoneinfo i {
	margin-right: 0.2em;
}
#scroll_to_top {
  text-align: center;
  cursor: pointer;
  width: 50px;
  height: 50px;
  position: fixed;
  right: 20px;
  bottom: 20px;
  padding-top: 12px;
  display: inline-block;
  border-radius: 50%;
  background-color: #0f3556;
}

.fa-chevron-up:before {
	color: #FFF;
	font-size: 150%;
}

footer .footer-logo {
	padding: 20px 0;
}
footer .footer-logo img {
	width: 200px;
	height: auto;
}
@media (min-width: 1200px) {
	.lang-switcher {
		min-height: 20px;
	}
	.navbar-header {
    	float: left;
	}
	.navbar-toggle {
    	display: none;
	}
    .navbar-collapse{
        width:auto;
        border-top:0;
        -webkit-box-shadow:none;
        box-shadow:none
    }
    .navbar-collapse.collapse{
        display:block!important;
        height:auto!important;
        padding-bottom:0;
        overflow:visible!important
    }
    .navbar-collapse.in{
        overflow-y:visible
    }
    .navbar-fixed-top .navbar-collapse,.navbar-static-top .navbar-collapse,.navbar-fixed-bottom .navbar-collapse{
        padding-right:0;
        padding-left:0
    }
}
@media (max-width: 1199px) {
	.navbar .container {
    	width: 100%;
	}
	.navbar-nav {
		margin: 0 -15px;
	}
	.navbar-header {
    	float: none;
	}
	.navbar-toggle {
    	display: block;
	}
	.navbar-default .navbar-brand {
		height: 60px;
	}
	.navbar-default .navbar-collapse {
		background: #0f3556;
	}
	.navbar-default .nav li a {
		padding: 15px 20px;
	}
	.navbar-default .nav li + li {
		border-top: 1px solid #224A6D;
	}
	.navbar-default .nav li:last-child {
		border-bottom: 1px solid #224A6D;		
	}
	.navbar-collapse .navbar-inner {
		flex-direction: column-reverse;
	}
	.lang-switcher ul {
		justify-content: center;
	}
}
@media (max-width: 900px) {
	#main-visual .copy {
		width: 96%
	}
	#main-visual .swiper-slide {
		height: 100vw;
	}
	.contact .mailinfo,
	.contact .phoneinfo {
		font-size: 3rem;
	}
}
@media (max-width: 767px ) {
	.wpml-ls-legacy-list-horizontal a {
		padding: 15px 10px;
	}
	.lang-switcher ul li a img {
		border: none;
	}
	.lang-switcher ul li a span {
		color: #fff;
	}
	#main-visual .copy h1 {
		font-size: 3rem;
	}
	.contact .infowrap {
		flex-direction: column;
	}
	.contact .infowrap div + div {
		margin-left: 0;
	}
	.contact .mailinfo,
	.contact .phoneinfo {
		width: 100%;
	}
	.points .points-inner {
		flex-direction: column;
	}
	.points .points-inner .item {
		width: 100%;
	}
	
	.points .points-inner .item + .item {
		margin-top: 80px;
	}

}
@media (max-width: 479px) {
	#main-visual .copy {
		height: 80px;
	}
	#main-visual .copy h1 {
		font-size: 2rem;
	}
	#main-visual .copy h1 span {
		font-size: 1.6rem;
	}
	.points .points-inner {
		flex-direction: column;
		margin-top: 0;
	}
	.points .points-inner .item {
		margin-top: 80px;
		width: 100%;
	}
	.points .points-inner .item + .item {
		margin-top: 100px;
	}
	.overview-table tr th, .teamTable tr th {
		background: #0f3556;
		color: #FFF;
		text-align: center;
	}
	.overview-table tr td, .teamTable tr td {
		border-left: 1px solid #d3d3d3;
		border-right: 1px solid #d3d3d3;
	}
	.overview-table tr th, .overview-table tr td, .teamTable tr th, .teamTable tr td {
		width: 100%;
		display: block;
		padding: 15px 20px;
		border-bottom: none;
	}
	.overview-table tr:last-child td, .teamTable tr:last-child td {
		border-bottom: 1px solid #d3d3d3;
	}
	.contact .mailinfo {
    	font-size: 2rem;
	}
	section h2.section-heading {
		padding-bottom: 20px;
		margin-bottom: 20px;
	}
	.flow .item .sub-ttl {
		font-size: 4rem;
	}
	.sign {
		padding-top: 10px;
	}
}

</pre></body></html>