@charset "UTF-8";
/* http://www.geocities.jp/kmrskr/ */
/* === reset ===*/
/* ----------------------------- */
/* base */
/* ----------------------------- */
* {
  box-sizing: border-box; }

body {
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
  font-weight: 500;
  margin: 0px;
  padding: 0px;
  background: url(images/bg.jpg) #ffffff no-repeat;
  font-size: 90%;
  line-height: 170%;
  color: #333333; }

a {
  border-style: none;
  text-decoration: none;
  color: #003399; }
  a img:hover {
    opacity: 0.7; }

h1 {
  font-size: 110%; }

h2 {
  font-size: 110%; }

a img {
  border-style: none; }

a:hover {
  color: #000066; }

a:visited {
  color: #330099; }

a:active {
  color: #ff0066; }

div {
  margin: 0px; }

.print {
  display: none; }

/* ----------------------------- */
/* parts  */
/* ----------------------------- */
.head_cp {
  width: 100%;
  height: 17px;
  margin: 0px;
  background-color: #001654; }
  .head_cp p {
    width: 940px;
    margin: 0 auto;
    color: #aaaaaa;
    font-size: 73%; }

#container {
  width: 950px;
  background-color: #fff;
  margin: 40px auto 0;
  padding: 20px 0;
  border-radius: 12px;
  box-shadow: 0 0 5px 5px rgba(0, 0, 0, 0.3);
  z-index: -1; }

header {
  width: 890px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between; }
  header div {
    width: 50%;
    margin: 3px 0 20px;
    vertical-align: top; }
    header div:nth-child(2) {
      text-align: right; }
  header h1 {
    margin: 3px auto 0;
    padding: 0; }
  header .f_right {
    width: 175px;
    text-align: right; }
  header .mail {
    color: #666; }
    header .mail:hover {
      opacity: 0.8; }
  header img {
    margin: 0;
    padding: 0;
    vertical-align: bottom; }
  header a {
    display: inline-block;
    width: 100%;
    margin: 0;
    padding: 0; }

nav {
  width: 950px;
  margin: 0 auto;
  height: 60px;
  background: #ffbb00;
  background: -moz-linear-gradient(top, #ffbb00 0%, #f9ce31 8%, #f2b02e 43%, #ed962d 72%, #e08600 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, #ffbb00 0%, #f9ce31 8%, #f2b02e 43%, #ed962d 72%, #e08600 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, #ffbb00 0%, #f9ce31 8%, #f2b02e 43%, #ed962d 72%, #e08600 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffbb00', endColorstr='#e08600',GradientType=0 );
  /* IE6-9 */ }
  nav ul {
    height: 100%;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    margin: 0;
    padding: 0px; }
    nav ul li {
      margin: 0px;
      padding: 0px;
      border-right: 1px dotted rgba(225, 127, 0, 0.5);
      list-style: none;
      position: relative; }
      nav ul li a {
        width: 130px;
        height: 60px;
        display: table-cell;
        text-align: center;
        vertical-align: middle;
        color: #333; }
        nav ul li a:hover {
          background: #ffbb00;
          background: -moz-linear-gradient(top, #ffbb00 0%, #f9ce31 8%, #f2b02e 43%, #e58816 72%, #e84d00 100%);
          /* FF3.6-15 */
          background: -webkit-linear-gradient(top, #ffbb00 0%, #f9ce31 8%, #f2b02e 43%, #e58816 72%, #e84d00 100%);
          /* Chrome10-25,Safari5.1-6 */
          background: linear-gradient(to bottom, #ffbb00 0%, #f9ce31 8%, #f2b02e 43%, #e58816 72%, #e84d00 100%);
          /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
          filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffbb00', endColorstr='#e84d00',GradientType=0 );
          /* IE6-9 */ }
        nav ul li a:visited {
          color: #333; }
        nav ul li a:active {
          color: #333; }

footer {
  margin: 70px auto 50px;
  font-size: 80%;
  text-align: center; }

/* ----------------------------- */
/* index */
/* ----------------------------- */
.main_img {
  width: 950px;
  margin: 0; }

.index_main {
  display: flex;
  margin-top: 20px;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between; }
  .index_main .main_nav {
    width: 500px;
    margin-right: 30px; }
  .index_main .main_text {
    width: 380px;
    margin-left: 30px; }
  .index_main #occupation_list {
    margin: 0;
    padding: 0; }
    .index_main #occupation_list li {
      width: 240px;
      height: 80px;
      margin: 0 0 15px 0;
      padding: 0;
      list-style: none;
      background-color: #f6f6f6;
      text-align: center;
      display: block;
      position: relative;
      float: left; }
      .index_main #occupation_list li:after {
        background: repeating-linear-gradient(-45deg, #77c3e5, #86ceef 5px, #93d1ed 0, #93d1ed 10px);
        content: '';
        width: 5px;
        position: absolute;
        left: 0;
        top: 0;
        right: 0;
        bottom: 0;
        z-index: 100; }
      .index_main #occupation_list li:nth-child(odd) {
        margin-right: 15px; }
      .index_main #occupation_list li:hover {
        box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.45); }
    .index_main #occupation_list a {
      width: 240px;
      height: 80px;
      display: table-cell;
      vertical-align: middle;
      font-size: 18px; }

#menu2 {
  margin: 0px;
  padding: 0px; }

#menu2 li {
  display: inline;
  text-indent: -9999px; }

#menu2 li a {
  width: 350px;
  height: 50px;
  padding: 0px;
  display: block;
  margin-bottom: 5px; }

#menu2_gps a {
  background: url(images/top_gnss.jpg) no-repeat 0px 0px; }

#menu2_gps a:hover {
  background: url(images/top_gnss.jpg) no-repeat 0px -50px; }

#menu2_kichi a {
  background: url(images/top_kichi.jpg) no-repeat 0px 0px; }

#menu2_kichi a:hover {
  background: url(images/top_kichi.jpg) no-repeat 0px -50px; }

#menu2_rosen a {
  background: url(images/top_rosen.jpg) no-repeat 0px 0px; }

#menu2_rosen a:hover {
  background: url(images/top_rosen.jpg) no-repeat 0px -50px; }

#menu2_yochi a {
  background: url(images/top_yochi.jpg) no-repeat 0px 0px; }

#menu2_yochi a:hover {
  background: url(images/top_yochi.jpg) no-repeat 0px -50px; }

#menu2_kasen a {
  background: url(images/top_kasen.jpg) no-repeat 0px 0px; }

#menu2_kasen a:hover {
  background: url(images/top_kasen.jpg) no-repeat 0px -50px; }

/* ----------------------------- */
/* sub */
/* ----------------------------- */
.sub_main {
  margin-top: 30px;
  padding: 0 30px; }
  .sub_main .sub_box {
    width: 430px;
    line-height: 150%; }
  .sub_main section {
    margin-top: 20px; }

.company {
  margin: 60px 0; }

/* ----------------------------- */
/* swiper */
/* ----------------------------- */
.swiper-button-prev {
  opacity: 0.3; }

.swiper-button-next {
  opacity: 0.3; }

.filter {
  -webkit-filter: saturate(0) brightness(70);
  filter: saturate(0) brightness(70); }

#materials {
  width: 100%;
  position: relative;
  z-index: 10; }
  #materials .slick-slide img {
    margin: 0 5px; }
  #materials .prev, #materials .next {
    width: 30px;
    height: 30px;
    position: absolute;
    z-index: 50;
    top: 0;
    bottom: 0;
    margin: auto 0; }
    #materials .prev img, #materials .next img {
      width: 30px;
      height: 30px; }
  #materials .prev {
    left: 8px; }
  #materials .next {
    right: 8px; }

.column_title {
  color: #222222;
  margin-bottom: 8px;
  font-size: 130%;
  letter-spacing: 2px; }

.sub_line {
  margin: 20px auto 0;
  width: 890px;
  border: none;
  border-top: 1px dotted #ccc; }

.sub2_left {
  width: 660px;
  float: left;
  margin-right: 20px; }

.sub2_left img {
  float: left; }

.sub2_right {
  width: 210px;
  float: right;
  line-height: 150%; }

/* ----------------------------- */
/* table */
/* ----------------------------- */
.t_left {
  width: 150px;
  padding: 12px;
  border-bottom: 1px solid #aaaaaa;
  background-color: #eaeaea; }

.t_right {
  padding: 12px;
  border-bottom: 1px solid #aaaaaa; }

.t_top {
  border-top: 1px solid #aaaaaa; }

td {
  padding: 3px; }

/* ----------------------------- */
/* general */
/* ----------------------------- */
.flex {
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between; }

.scaleimg {
  overflow: hidden; }
  .scaleimg img {
    -webkit-transition: all 0.7s ease-out;
    transition: all 0.7s ease-out; }
    .scaleimg img:hover {
      opacity: 1;
      -webkit-transform: scale(1.1, 1.1);
      transform: scale(1.1, 1.1); }

@-webkit-keyframes flash {
  0% {
    opacity: .8; }
  100% {
    opacity: 1; } }

@keyframes flash {
  0% {
    opacity: .4; }
  100% {
    opacity: 1; } }

.f_clear {
  clear: both; }

.f_left {
  float: left; }

.f_right {
  float: right; }

.txt_center {
  text-align: center; }

.txt_right {
  text-align: right; }

.font_bold {
  font-weight: bold; }

.font_normal {
  font-weight: normal; }

.font_small {
  font-size: 0.8rem; }

.align_center {
  margin: 0px auto; }

.col_red {
  color: #FF0033; }

.col_gray {
  color: #999999; }

.col_dgray {
  color: #404040; }

.m_top03 {
  margin-top: 3px; }

.m_top05 {
  margin-top: 5px; }

.m_top08 {
  margin-top: 8px; }

.m_top10 {
  margin-top: 10px; }

.m_top15 {
  margin-top: 15px; }

.m_top18 {
  margin-top: 18px; }

.m_top20 {
  margin-top: 20px; }

.m_top30 {
  margin-top: 30px; }

.m_bottom03 {
  margin-bottom: 3px; }

.m_bottom05 {
  margin-bottom: 5px; }

.m_bottom08 {
  margin-bottom: 8px; }

.m_bottom10 {
  margin-bottom: 10px; }

.m_bottom15 {
  margin-bottom: 15px; }

.m_bottom20 {
  margin-bottom: 20px; }

.m_left03 {
  margin-left: 3px; }

.m_left05 {
  margin-left: 5px; }

.m_left10 {
  margin-left: 10px; }

.m_right03 {
  margin-right: 3px; }

.m_right05 {
  margin-right: 5px; }

.m_right10 {
  margin-right: 10px; }

.m_right20 {
  margin-right: 20px; }

.bdr_btm {
  border-bottom: 1px solid #666666; }

.bdr_rgt {
  border-right: 1px solid #666666; }

.size_120em {
  font-size: 1.2em; }

.size_110em {
  font-size: 1.1em; }

.size_105em {
  font-size: 1.05em; }

.size_100em {
  font-size: 1em; }

.size_095em {
  font-size: 0.95em; }

.size_090em {
  font-size: 0.9em; }

.size_085em {
  font-size: 0.85em; }

.size_080em {
  font-size: 0.8em; }

.size_075em {
  font-size: 0.75em; }

.size_070em {
  font-size: 0.7em; }

.bg_pink {
  background: url(../images/pages/bg_pink.gif); }

.bg_lpink {
  background: #d0d0d0; }

.bg_gray {
  background: #666666; }

.bg_lgray {
  background: #e9e9e9; }

.w_760 {
  width: 760px; }

.w_570 {
  width: 570px; }

.w_520 {
  width: 520px; }

.w_500 {
  width: 500px; }

.w_280 {
  width: 280px; }

.w_255 {
  width: 255px; }

.h_03 {
  height: 3px; }

.h_05 {
  height: 5px; }

.h_10 {
  height: 10px; }

.h_15 {
  height: 15px; }

.h_20 {
  height: 20px; }

.h_30 {
  height: 30px; }

.mt_20 {
  margin-top: 20px; }
