<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">#container {
  display: block;
  z-index: 2;
}

#containerInner {
  width: auto;
  max-width: 1070px;
  position: relative;
  overflow: hidden;
}

#content {
  padding: 0;
}

/*
繝倥ャ繝峨ヰ繝翫�
*/
.head_banar_pc {
	
	display: block;
}

.head_banar_mobile {
	display: none;
}


@media screen and (max-width: 740px) {
.head_banar_pc {
	display: none;
}

.head_banar_mobile {
	display: block;
}
}

/*
荳企Κ繧ｹ繝ｩ繧､繝繝ｼ
*/
#topSlider {
  position: relative;
  /*display: flex;
  justify-content: center;*/
}
#topSlider .slider {
  /*width: 75%;*/
}
#topSlider .slider .slick-list {
  /*overflow: visible;*/
}
#topSlider .slider .slick-slide  {
  margin: 0px 30px;
}
#topSlider .slider img {
  width: 120%;
  text-align: center;
}
@media screen and (max-width: 740px) {
	#topSlider .slider img {
	  width: 100%;
	  text-align: center;
	}
}

#topSlider .slider .slick-next {
  display: block;
  position: absolute;
  bottom: -36px;
  margin: 0 auto;
  top: auto;
  right: 0;
  left: 220px;
  z-index: 100;
}
#topSlider .slider .slick-prev {
  display: block;
  position: absolute;
  bottom: -36px;
  margin: 0 auto;
  top: auto;
  right: 0;
  left: -220px;
  z-index: 100;
}
#topSlider .slider .slick-prev:before,
#topSlider .slider .slick-next:before {
  color: black;
  opacity: 0.25;
}
#topSlider .slider .slick-prev:hover:before,
#topSlider .slider .slick-next:hover:before {
  color: black;
  opacity: 1;
}
.video_play_pause {
  bottom: -24px;
  margin: 0 auto;
  right: 0;
  left: 290px;
  display: inline-block;
  position: absolute;
  width: 2em;
  height: 1.1em;
  border: 0.05em solid currentColor;
  color: #000;
  font-size: 16px;
  cursor: pointer;
}

.video_play_pause &gt; input {
  display: none;
}

.video_play_pause:hover {
  opacity: 0.25;
}

.video_play_pause &gt; input:not(:checked) + span::before {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  width: 0.5em;
  height: 0.5em;
  box-sizing: border-box;
  background-color: currentColor;
  content: "";
}

.video_play_pause &gt; input:checked + span::before,
.video_play_pause &gt; input:checked + span::after {
  position: absolute;
  top: 50%;
  left: 40%;
  transform: translateY(-50%);
  width: 0px;
  height: 0px;
  border: 0.3em solid transparent;
  border-left: 0.5em solid currentColor;
  box-sizing: border-box;
  content: "";
}
.video_play_pause &gt; input:checked + span::before {
  /*left: 58%;*/
}
.video_play_pause &gt; input:checked + span::after {
  /*left: 58%;*/
}

/*
*/
#otherContent {
  position: relative;
  z-index: 99;
  padding: 50px 0 0;
  background: #ffffff;
}
#otherContent #about {
  margin: 0 auto;
}
#otherContent #about .aboutTtlMain {
  font-size: 28px;
  text-align: center;
  margin-bottom: 10px;
}
#otherContent #about .colorLine {
  height: 60px;
  background: url(../images/common/bg_container.png) repeat-x 0 0px;
  margin-bottom: 10px;
}
#otherContent #about p {
  text-align: center;
  line-height: 2;
}
#otherContent #about p a {
  color: #000000;
  text-decoration: none;
}
#otherContent #about hr {
  width: 90%;
  margin: 60px auto 80px;
  background: black;
  border: none;
}
#otherContent #news-solution {
  width: 90%;
  margin: 0 auto;
  /*display: flex;*/
  /*justify-content: space-between;*/
}
#otherContent #news-solution section {
  width: 100%
}
#otherContent #news-solution section &gt; div {
  width: 100%;
}
#otherContent #news-solution section#solution &gt; div {
  float: right;
}
#otherContent #news-solution h2 {
  font-size: 28px;
  text-align: center;
  margin-bottom: 30px;
}
#otherContent #news-solution #news {
  /*border-width: 0 2px 0 0;*/
  border-style: dashed;
  border-color: #A6A6A7;
}
#otherContent #news ul a:nth-child(odd) li,
#otherContent #solution ul a:nth-child(odd) li,
#otherContent #eventinfo ul a:nth-child(odd) li{
  background-color: #E3E5E5;
}
#otherContent #news ul li,
#otherContent #solution ul li,
#otherContent #eventinfo ul li {
  padding: 20px;
  color: #000000;
}
#otherContent #news ul li:hover,
#otherContent #solution ul li:hover,
#otherContent #eventinfo ul li:hover {
  opacity: 0.8;
}
#otherContent #news ul li .date,
#otherContent #solution ul li .date,
#otherContent #eventinfo ul li .date {
  width: 100%;
  line-height: 2;
  display: block;
}
#otherContent #news ul a,
#otherContent #solution ul a,
#otherContent #eventinfo ul a {
  text-decoration: none;
  color: #000000;
}
#otherContent #news .more, 
#otherContent #eventinfo .more {
    text-align: center;
}
#otherContent #news .more a,
#otherContent #eventinfo .more a {
  text-decoration: none;
  color: #000000;
}
#otherContent #service p, #otherContent #service ul, #otherContent #service ol, #otherContent #service dl {
  margin-bottom: 0px;
}
#otherContent #service .serviceTtl {
  padding-bottom: 20px;
}
#otherContent #service .serviceTtl .serviceTtlMain {
  float: left;
}
#otherContent #service .serviceTtl .serviceTtlLink {
  float: right;
  padding-top: 5px;
  font-size: 116%;
}
#otherContent #service .serviceList {
  margin-right: -10px;
}
#otherContent #service .serviceList li {
  position: relative;
  float: left;
  width: 310px;
  margin-right: 10px;
  border-top: 4px solid;
  background: url(../images/common/bg_common01.png) repeat 0 0;
}
#otherContent #service .serviceList li.serviceListApi {
  border-top-color: #40b1e8;
}
#otherContent #service .serviceList li.serviceListNamazukin {
  border-top-color: #4fb647;
}
#otherContent #service .serviceList li.serviceListShip {
  border-top-color: #5290da;
}
#otherContent #service .serviceList li.serviceListForecaster {
  border-top-color: #40b0e7;
}
#otherContent #service .serviceList li a {
  display: block;
  color: #000000;
  text-decoration: none;
  border-right: 1px solid #cccccc;
  border-bottom: 1px solid #cccccc;
  border-left: 1px solid #cccccc;
  -webkit-transition-property: border-color;
  -o-transition-property: border-color;
  transition-property: border-color;
  -webkit-transition-duration: 0.4s;
  -o-transition-duration: 0.4s;
  transition-duration: 0.4s;
}
#otherContent #service .serviceList li.serviceListApi:hover a {
  border-color: #40b1e8;
}
#otherContent #service .serviceList li.serviceListNamazukin:hover a {
  border-color: #50b648;
}
#otherContent #service .serviceList li.serviceListShip:hover a {
  border-color: #5392dd;
}
#otherContent #service .serviceList li.serviceListForecaster:hover a {
  border-color: #3fade3;
}
#otherContent #service .serviceList li dl {
  padding: 2px 13px 13px;
  border: 1px solid transparent;
  border-top-width: 2px;
  -webkit-transition-property: border-color;
  -o-transition-property: border-color;
  transition-property: border-color;
  -webkit-transition-duration: 0.4s;
  -o-transition-duration: 0.4s;
  transition-duration: 0.4s;
}
#otherContent #service .serviceList li.serviceListApi dl {
  padding-top: 8px;
}
#otherContent #service .serviceList li.serviceListNamazukin dl {
  padding-top: 8px;
}
#otherContent #service .serviceList li.serviceListShip dl {
  padding-top: 9px;
}
#otherContent #service .serviceList li.serviceListForecaster dl {
  padding-top: 17px;
}
#otherContent #service .serviceList li.serviceListApi:hover dl {
  border-color: #40b1e8;
}
#otherContent #service .serviceList li.serviceListNamazukin:hover dl {
  border-color: #50b648;
}
#otherContent #service .serviceList li.serviceListShip:hover dl {
  border-color: #5392dd;
}
#otherContent #service .serviceList li.serviceListForecaster:hover dl {
  border-color: #3fade3;
}
#otherContent #service .serviceList li dl dt {
  text-align: center;
}
#otherContent #service .serviceList li.serviceListApi dl dt {
  margin-bottom: 8px;
}
#otherContent #service .serviceList li.serviceListNamazukin dl dt {
  margin-bottom: 20px;
}
#otherContent #service .serviceList li.serviceListShip dl dt {
  margin-bottom: 23px;
}
#otherContent #service .serviceList li.serviceListForecaster dl dt {
  margin-bottom: 18px;
}
#otherContent #service .serviceList li dl .serviceListImg {
  text-align: center;
}
#otherContent #service .serviceList li.serviceListApi dl .serviceListImg {
  margin-bottom: 7px;
}
#otherContent #service .serviceList li.serviceListNamazukin dl .serviceListImg {
  margin-bottom: 15px;
}
#otherContent #service .serviceList li.serviceListShip dl .serviceListImg {
  margin-bottom: 24px;
}
#otherContent #service .serviceList li.serviceListForecaster dl .serviceListImg {
  margin-bottom: 14px;
}
#otherContent #otherContentBottom p, #otherContent #otherContentBottom ul, #otherContent #otherContentBottom ol, #otherContent #otherContentBottom dl {
  margin-bottom: 0px;
}
#otherContent #information {
  position: relative;
  float: left;
  width: 468px;
  padding: 0 1px;
  overflow: hidden;
  border-bottom: 1px solid #cccccc;
  padding-top: 40px;
  background: url(../images/common/bg_common01.png) repeat 0 0;
}
#otherContent #information:before, #otherContent #information:after {
  content: '';
  position: absolute;
  top: 0;
  display: block;
  height: 100%;
  width: 1px;
  background: #cccccc;
}
#otherContent #information:before {
  left: 0;
}
#otherContent #information:after {
  right: 0;
}
#otherContent #information .informationTtl {
  position: absolute;
  top: 0;
  font-size: 116%;
  font-weight: normal;
  border-top: 1px solid #cccccc;
  border-bottom: 1px solid #cccccc;
  background: url(../images/common/bg_common02.png) repeat 0 0;
}
#otherContent #information .informationTtl a {
  padding-top: 10px;
  height: 30px;
  display: block;
  text-decoration: none;
  color: #0097e0;
  overflow: hidden;
  -webkit-transition-duration: 0.4s;
  -o-transition-duration: 0.4s;
  transition-duration: 0.4s;
  -webkit-transition-property: color;
  -o-transition-property: color;
  transition-property: color;
}
#otherContent #information .informationTtl a span {
  padding-left: 13px;
  background: url(../images/common/ic_arrow02.png) no-repeat 0 50%;
}
#otherContent #information .informationTtl a:before {
  content: '';
  position: absolute;
  top: -5px;
  left: -1px;
  z-index: 99;
  display: block;
  width: 100%;
  height: 4px;
  -webkit-transition-duration: 0.4s;
  -o-transition-duration: 0.4s;
  transition-duration: 0.4s;
  -webkit-transition-property: top;
  -o-transition-property: top;
  transition-property: top;
}
#otherContent #information .informationTtl a:hover:before {
  top: -1px;
}
#otherContent #information .informationTtl.current {
  background: none;
  border-bottom-color: transparent;
}
#otherContent #information .informationTtl.current a:before {
  top: -1px;
}
#otherContent #information #news .informationTtl {
  left: 1px;
  width: 108px;
  text-align: center;
}
#otherContent #information #news .informationTtl a:before {
  width: 109px;
  background-color: #f8941e;
}
#otherContent #information #news .informationTtl a:hover {
  color: #f26c00;
}
#otherContent #information #news .informationTtl a:hover span {
  background-image: url(../images/common/ic_arrow03.png);
}
#otherContent #information #news .informationTtl.current a {
  color: #f26c00 !important;
}
#otherContent #information #news .informationTtl.current a span {
  background-image: url(../images/common/ic_arrow03_on.png) !important;
}
#otherContent #information #solution .informationTtl {
  left: 108px;
  width: 360px;
  border-left: 1px solid #cccccc;
}
#otherContent #information #solution .informationTtl a {
  padding-left: 25px;
}
#otherContent #information #solution .informationTtl a:before {
  width: 362px;
  background-color: #f7489c;
}
#otherContent #information #solution .informationTtl a:hover {
  color: #e61c7d;
}
#otherContent #information #solution .informationTtl a:hover span {
  background-image: url(../images/common/ic_arrow04.png);
}
#otherContent #information #solution .informationTtl.current a {
  color: #e61c7d !important;
}
#otherContent #information #solution .informationTtl.current a span {
  background-image: url(../images/common/ic_arrow04_on.png) !important;
}
#otherContent #information .informationContent {
  padding: 12px 20px 10px;
}
#otherContent #information .informationContent dl dt {
  float: left;
  width: 6.5em;
}
#otherContent #information .informationContent dl dd {
  margin-bottom: 8px;
  overflow: hidden;
  zoom: 1;
}
#otherContent #information .informationContent a {
  color: #000000;
  text-decoration: none;
}
#otherContent #information .informationContent a:hover {
  color: #0097e0;
}
#otherContent #information .informationContent .more {
  text-align: right;
}
#otherContent #information #solution .informationContent {
  display: none;
}
#otherContent #bnrContent {
  margin: 60px auto ;
  display: flex;
  justify-content: space-between;
  width: 90%;
}
#otherContent #bnrContent ul {
  width: 90%;
  padding-right: 20px;
}
#otherContent #bnrContent ul:last-child {
  padding-right: 0;
  padding-left: 20px;
}
#otherContent #bnrContent ul li {
  margin-top: 10px;
}
#otherContent #bnrContent ul li a {
  width: 100%;
}
#otherContent #bnrContent ul li img {
  width: 100%;
  height: auto;
}
#otherContent #otherContentBanner {
  margin: 60px 0;
  text-align: center;
}

/* navPage */
#navPage {
  position: fixed;
  top: 20px;
  display: none;
  margin-left: 1090px;
}
#navPage li.prev a, #navPage li.next a {
  display: block;
  width: 62px;
  height: 61px;
  text-indent: -99999px;
  overflow: hidden;
  background: no-repeat 0 0;
}
#navPage li.prev a {
  background-image: url(../images/top/btn_pagenav01.png);
}
#navPage li.next a {
  background-image: url(../images/top/btn_pagenav02.png);
}
#navPage li.pagetop {
  margin-top: 8px;
}
#navPage li.off.prev a {
  background-image: url(../images/top/btn_pagenav01_off.png);
}
#navPage li.off.next a {
  background-image: url(../images/top/btn_pagenav02_off.png);
}
#navPage li.off a {
  cursor: default;
}

/* loading */
.loading {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 1;
  width: 101px;
  margin: -30px 0 0 -50px;
  background: url(../images/top/bg_loading.png) no-repeat 0 0;
}
.loading .img {
  width: 0;
  height: 49px;
  margin-bottom: 5px;
  overflow: hidden;
  -webkit-transition-property: width;
  -o-transition-property: width;
  transition-property: width;
  -webkit-transition-duration: 1.2s;
  -o-transition-duration: 1.2s;
  transition-duration: 1.2s;
}
.loading .txt {
  color: #e61c78;
  text-align: center;
}

.loadingPre {
  background: url(../images/top/img_loading.png) no-repeat 0 0;
}

@media screen and (max-width: 740px) {
  #container {
    width: auto;
    min-width: auto;
  }

  #otherContent #news-solution {
    width: 90%;
    max-width: 0 auto;
    display: block;
  }

  #otherContent #news-solution section &gt; div {
    width: 100%;
  }
  #otherContent #news-solution section#solution &gt; div {
    float: none;
  }
  #otherContent #news-solution #news {
    border-width: 0 0 1px 0;
    border-bottom: 1px solid black;
    margin-bottom: 60px;
    padding-bottom: 40px;
  }
    #otherContent #news-solution #eventinfo {
    border-width: 0 0 1px 0;
    border-bottom: 1px solid black;
    margin-bottom: 60px;
    padding-bottom: 40px;
  }
  /* 繝舌リ繝ｼ */
  #otherContent #bnrContent {
    margin: 60px auto ;
    display: block;
    width: 90%;
  }
  #otherContent #bnrContent ul,
  #otherContent #bnrContent ul:last-child {
    padding: 0;
    width: 100%;
  }
  /* 繝倥ャ繝繝ｼ */
  #header {
    margin-bottom: 0px;
    padding: 20px;
  }
  #header .utility {
    display: none;
  }
  .header__hamburger {
    display: block;
  }
  .header__nav {
    display: block;
  }
}
/* 繝倥ャ繝繝ｼ縺ｮ繝翫ン驛ｨ蛻� */
.header__nav {
  position: absolute;
  right: 0;
  left: 0;
  top: 0;
  width: 100%;
  height: 0;
  transform: translateX(100%);
  background-color: #fff;
  transition: all .4s ease;
  z-index: 1000;
  opacity: 0;
}

.nav-items {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  padding: 0;
}

/* 繝翫ン縺ｮ繝ｪ繝ｳ繧ｯ */
.nav-items__item a {
  color: black;
  width: 100%;
  display: block;
  text-align: center;
  font-size: 20px;
  margin-bottom: 24px;
  color: black;
  text-decoration: none;
}

.nav-items__item:last-child a {
  margin-bottom: 0;
}

@media screen and (min-width: 960px) {
  .nav-items__item a {
    margin-bottom: 0;
  }
}
/* 繝上Φ繝舌�繧ｬ繝ｼ繝｡繝九Η繝ｼ */
.header__hamburger {
  width: 48px;
  height: 60px;
  margin-top: 10px;
  position: absolute;
  right: 10px;
  cursor: pointer;
}

.hamburger {
  background-color: transparent;
  border-color: transparent;
  z-index: 9999;
}

/* 繝上Φ繝舌�繧ｬ繝ｼ繝｡繝九Η繝ｼ縺ｮ邱� */
.hamburger span {
  width: 100%;
  height: 1px;
  background-color: #000;
  position: relative;
  transition: ease .4s;
  display: block;
}

.hamburger span:nth-child(1) {
  top: 0;
}

.hamburger span:nth-child(2) {
  margin: 8px 0;
}

.hamburger span:nth-child(3) {
  top: 0;
}

/* 繝上Φ繝舌�繧ｬ繝ｼ繝｡繝九Η繝ｼ繧ｯ繝ｪ繝�け蠕後�繧ｹ繧ｿ繧､繝ｫ */
.header__nav.active {
  transform: translateX(0);
  display: block;
  opacity: 1;
  height: 100vh;
}

.hamburger.active span:nth-child(1) {
  top: 5px;
  transform: rotate(45deg);
}

.hamburger.active span:nth-child(2) {
  opacity: 0;

}

.hamburger.active span:nth-child(3) {
  top: -13px;
  transform: rotate(-45deg);
}

/* 繝輔ャ繧ｿ繝ｼ */
@media screen and (max-width: 940px) {
  #footer .global {
    padding: 40px 20px;
  }
  #footer .global ul li.service {
    width: auto;
    margin: auto;
  }
  #footer .global ul li.other1,
  #footer .global ul li.other2,
  #footer .global ul li.other3,
  #footer .global ul li.other4 {
    margin-top: 0;
    float: none;
  }
  #footer .info {
    padding: 40px 20px;
  }
}</pre></body></html>