<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">html,
body {
  height: 100%;
}

.firstView {
  position: relative;
  overflow: hidden;
  margin-top: 50px;
  width: 100%;
  height: calc(100% - 50px);
}
.firstView .logo {
  position: absolute;
  z-index: 1;
  display: table;
  width: 100%;
  height: 100%;
  pointer-events: none;
}
.firstView .logo-inner {
  display: table-cell;
  vertical-align: middle;
}
.firstView .logo-header {
  overflow: hidden;
  margin: 0 auto;
  background-position: center;
  background-repeat: no-repeat;
  text-indent: 100%;
  white-space: nowrap;
}
@media (max-width: 767px) {
  .firstView .logo-header {
    width: 162px;
    height: 111px;
    background-image: url("../img/logo-white.svg");
  }
}
@media (min-width: 768px) {
  .firstView .logo-header {
    width: 242px;
    height: 165px;
    background-image: url("../img/logo-white.svg");
  }
}
.firstView .logo-copy {
  overflow: hidden;
  margin-right: auto;
  margin-left: auto;
  background-position: center;
  background-repeat: no-repeat;
  text-indent: 100%;
  white-space: nowrap;
}
@media (max-width: 767px) {
  .firstView .logo-copy {
    margin-top: 28px;
    width: 213px;
    height: 158px;
    background-image: url("../img/logo-copy-mobile.svg");
  }
}
@media (min-width: 768px) {
  .firstView .logo-copy {
    margin-top: 39px;
    width: 408px;
    height: 93px;
    background-image: url("../img/logo-copy-desktop.svg");
  }
}
.firstView .slide {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-transition: visibility 1s linear, opacity 1s linear;
  transition: visibility 1s linear, opacity 1s linear;
}
.firstView .slide.stanby {
  visibility: hidden;
  opacity: 0;
}
.firstView .slide_item {
  width: 100%;
  height: 100%;
  background-position: center;
  background-size: cover;
}
.firstView .slick-track,
.firstView .slick-list {
  height: 100%;
}
.firstView .slick-dots {
  bottom: 19px;
  height: 8x;
  line-height: 0;
}
.firstView .slick-dots li {
  margin: 0 4px;
  width: 8px;
  height: 8px;
}
.firstView .slick-dots li button {
  padding: 4px;
  width: 8px;
  height: 8px;
}
.firstView .slick-dots li button::before {
  display: block;
  margin: 0;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background-color: #fff;
  content: "";
  opacity: 1;
}
.firstView .slick-dots li.slick-active button::before {
  background-color: #1f3134;
  opacity: 1;
}

.works {
  margin-top: 64px;
  margin-bottom: 60px;
}

@media (max-width: 767px) {
.works-list {
  margin-right: auto;
  margin-left: auto;
  padding-top: 4px;
  padding-right: 4px;
  padding-left: 4px;
}
.works-list img {
  width: 135px;
  height:135px;
}
}
@media (min-width: 768px) {
.works-list {
  margin-right: auto;
  margin-left: auto;
  padding-top: 30px;
  padding-right: 2px;
  padding-left: 2px;
}
}


@media (max-width: 767px) {
.works-item {
  margin: 4px;
  width: 135px;
  height: 135px;
  background-color: #aaa;
}
}
@media (min-width: 768px) {
.works-item {
  margin: 2px;
  width: 150px;
  height: 150px;
  background-color: #aaa;
}
.pageTop .content .news_text h2 {
	text-align: center;
	font-size: 16px;
	font-weight: bold;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFF;
	margin-right: auto;
	margin-left: auto;
}
.pageTop .content .news_text {
	width: 1000px;
	margin-right: auto;
	margin-left: auto;
	padding-right: 15px;
	padding-left: 15px;
	margin-top: 100px;
	padding-bottom: 100px;
	text-align: center;
}


.pageTop .content .news_text .text {
	margin-top: 40px;
}

}
@media (max-width: 767px) {
.pageTop .content .news_text h2 {
	text-align: center;
	font-size: 16px;
	font-weight: bold;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFF;
	margin-right: auto;
	margin-left: auto;
}
.pageTop .content .news_text {
	width: 90%x;
	margin-right: auto;
	margin-left: auto;
	padding-right: 15px;
	padding-left: 15px;
	margin-top: 100px;
	padding-bottom: 100px;
	text-align: center;
}
.pageTop .content .news_text .text {
	margin-top: 40px;
	font-size: 12px;
}
}
.pageTop .news_text .text a {
	color: #3CC;
}
</pre></body></html>