<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";
/*-------------------------------------------------------------

このファイルはSASSによって生成されています。
このファイルに手を加える場合は、サイトマスターに確認し、
.scssファイルからコンパイルし直してください。

---------------------------------------------------------------*/
#topicspath {
  border-top: 1px solid #eee;
  border-bottom: 1px solid #eee;
}

#topicspath ul {
  width: 1200px;
  margin: 10px auto;
}

@media screen and (max-width: 980px) {
  #topicspath ul {
    width: 100%;
    padding: 0 20px;
  }
}

#topicspath ul li {
  display: inline-block;
  font-size: 85%;
}

#topicspath ul li + li:before {
  content: "&gt;";
  margin: 0 5px;
}

#contents {
  margin: 45px auto 10px  auto;
  padding: 0;
}

#contents section {
  margin: 50px auto;
  width: 95%;
  max-width: 1200px;
}

@media screen and (max-width: 980px) {
  #contents section {
    width: 100%;
  }
}

#contents .page_wrap {
  width: 980px;
  margin: auto;
}

@media screen and (max-width: 980px) {
  #contents .page_wrap {
    width: 100%;
    padding: 0 10px;
  }
}

#header #gnavi li a {
  color: #fff;
  text-shadow: 0 0 2px rgba(0, 0, 0, 0.32);
}

@media screen and (max-width: 980px) {
  #header #gnavi li a {
    color: #333;
    text-shadow: none;
  }
}

#header #gnavi li.current a, #header #gnavi li a:hover {
  text-shadow: none;
  color: #35649d;
}

#header #gnavi .wsmenu-submenu a {
  text-shadow: none;
}

#header.compact #gnavi li a {
  color: #000;
  text-shadow: none;
}

#header.compact #gnavi li.current a, #header.compact #gnavi li a:hover {
  color: #35649d;
}

h1 {
  padding: 100px 0 0 0;
  letter-spacing: 2px;
  text-align: center;
  height: 190px;
  width: 100%;
  margin: 0;
  line-height: 1.2;
  background: url(/inc/images/common/bg_h1.jpg) center;
}

h1 span {
  font-family: "メイリオ", Meiryo,"游ゴシック", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro",  Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  display: block;
  font-size: 180%;
}

h1 strong {
  font-size: 70%;
}

#company h1 {
  background: url(/inc/images/common/bg_h1_company.jpg) center;
}

#business h1 {
  background: url(/inc/images/common/bg_h1_business.jpg) center;
}

#recruit h1 {
  background: url(/inc/images/common/bg_h1_recruit.jpg) center;
}

#member h1 {
  background: url(/inc/images/common/bg_h1_member.jpg) center;
}

@media screen and (max-width: 980px) {
  h1 {
    height: auto;
    font-size: 130%;
    padding: 100px 15px 30px 15px;
    margin-bottom: 0;
    background: none !important;
    color: #1a4f8f !important;
  }
}

.section-em {
  margin: 0;
  padding: 60px 0;
  width: 100%;
  background-color: #f1f1f1;
}

.section-em section {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
}

@media screen and (max-width: 980px) {
  .section-em section {
    padding: 0 15px;
  }
}

html {
  height: 100%;
}

html #main, html #container {
  height: 100%;
}

.ie8 h1 {
  background-position: center;
  background-repeat: repeat-x;
}

/*------------------------------
事業内容
------------------------------*/
#business .pure-u-1-4 .front {
  width: 100%;
  border: 1px solid #1a4f8f;
  background: #fff;
  color: #1a4f8f;
  text-align: center;
  font-size: 130%;
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  position: relative;
  overflow: hidden;
  transition-duration: 0.2s;
}

#business .pure-u-1-4 .front a, #business .pure-u-1-4 .front a:hover, #business .pure-u-1-4 .front span.change_a {
  color: #fff !important;
  text-decoration: none;
}

#business .pure-u-1-4 .front span.change_a {
  position: relative;
}

#business .pure-u-1-4 .front .wrap {
  padding: 50px 0;
  font-weight: bold;
  height: 140px;
  display: table;
  width: 100%;
}

#business .pure-u-1-4 .front .wrap &gt; div {
  display: table-cell;
  vertical-align: middle;
}

#business .pure-u-1-4 .front .wrap span {
  display: block;
  margin-top: 10px;
  text-align: right;
}

#business .pure-u-1-4 .front .wrap span i {
  color: #fff;
}

#business .pure-u-1-4 .front .wrap span:hover {
  text-decoration: none;
  color: #fff;
}

#business .pure-u-1-4 .front .back {
  -webkit-transition-duration: 0.2s;
  transition-duration: 0.2s;
  position: absolute;
  top: 240px;
  font-family: "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", busineesans-serif;
  display: block;
  font-size: 65%;
  color: #fff;
  text-align: left;
  display: block;
  background: rgba(0, 35, 100, 0.8);
  width: 100%;
}

#business .pure-u-1-4 .front .back .wrap {
  padding: 30px 5%;
  height: 180px;
  line-height: normal;
  vertical-align: middle;
  text-decoration: none;
  color: #fff;
  position: relative;
  width: 80%;
}

#business .pure-u-1-4 .front .back .wrap .des {
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  left: 0;
  right: 0;
}

#business .pure-u-1-4 .front .back .wrap .detail {
  position: absolute;
  right: 10px;
  bottom: 30px;
}

#business .pure-u-1-4 .front:hover .back {
  top: 0;
}

.ie8 #business .pure-u-1-4 .front .back {
  background: #1a4f8f;
}

#business .inbox_img {
  float: right; max-width: 300px; height: auto;
  margin:0 30px ;
}

#business .business-dl dt {margin-bottom: 10px; border-bottom: 1px solid #AAA;}
#business .business-dl dt h4 {margin-bottom: 5px;}
#business .business-dl dd {margin-bottom: 50px; }

#business .inbox_img+h4+p::after {
  display: block;
  content: "";
  clear: both;
}

@media screen and (max-width: 980px) {
  img {
    width: auto;
  }
  #business .pure-u-1-4 .front .back {
    display: none;
  }
  #business .pure-u-1-4 .front .back .wrap {
    padding: 30px;
    height: 147px;
  }
  #business .pure-u-1-4 .front .back .wrap .detail {
    bottom: 20px;
    right: 30px;
    width: 32%;
  }
  #business .inbox_img {
    max-width: 60%; float: none; height: auto; display: block; 
    margin:0 auto ; padding: 10px 0 20px 0px;
  }
  #business .inbox_img+p::before {
    clear: both; display: block; content: "";
  }
}
</pre></body></html>