<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* -------
  base
  ------- */
  /* 證ｫ螳� */
  ul, ol, dd{
    list-style: none;
  }

  #header{
    margin: auto;
    font-family: "Helvetica Neue", "Yu Gothic", YuGothic, "繝偵Λ繧ｮ繝手ｧ偵ざ ProN W3", "Hiragino Kaku Gothic ProN", Arial, 繝｡繧､繝ｪ繧ｪ, Meiryo, sans-serif;
  }
  /* 譌｢蟄呂SS荳頑嶌縺� */
  #header .clr{
    display: none;
  }
  .clr{ /* TODO蜈ｱ騾咾SS縺ｫ蜈･繧後ｋ */
    clear: both;
    display: block;
    font-size: 1px;
    margin: 0 0 -1px;
    padding: 0;
    height: 1px;
  }
  .clr hr{
    display: none;
  }
  /* -------
  module
  ------- */
  /* 繧ｹ繝ｼ繝代�繝倥ャ繝繝ｼ */
  .m_superHeader{
    margin-bottom: 8px;
    padding: 2px 0;
    background: #f8f3ed;
  } 
  .m_superHeader__ttl{
    width: 1240px;
    margin: 0 auto;
    text-align: left;
    font-weight: normal;
    font-size: 13px; 
  }
  @media screen and (max-width: 768px){
    .m_superHeader{
      margin: 0 -2.5% 8px;
      overflow: hidden;
    }
    .m_superHeader__ttl{
      width: 95%;
      font-size: 11px; 
    }
  }
  /* 繧ｰ繝ｭ繝ｼ繝舌Ν繝倥ャ繝繝ｼ縺ｮ繝ｩ繝�ヱ繝ｼ */
  .m_globalHeaderWrap{
    position: relative;
    font-size: 14px;
    line-height: 1;
    margin: 8px calc(50% - 50vw) 0;
    width: 100vw;
  }
  .m_globalHeaderWrap__funcs{
    width: 1240px;
    margin: 0 auto;
  }
  .m_globalHeaderWrap__funcs + .m_globalHeaderWrap__gNav{
    margin-top: 8px;
  }
  .m_globalHeaderWrap__gNav{
    background: #8F1E35;
  }
  .m_globalHeaderWrap__gNavInner{
    width: 1240px;
    margin: 0 auto;
  }
  .m_globalHeaderWrap__subNav{
    border-bottom: 1px solid #CCC; 
  }
  .m_globalHeaderWrap__subNavInner{
    width: 1240px;
    margin: 0 auto;
  }
  @media screen and (max-width: 1240px){
    .m_globalHeaderWrap{
      width: 1240px;
    }
  }
  @media screen and (max-width: 980px){
    .m_globalHeaderWrap{
      margin: 8px auto 0;
    }
    .m_globalHeaderWrap__funcs{
      width: 100%;
    }
    .m_globalHeaderWrap__gNavInner{
      width: 100%;
    }
    .m_globalHeaderWrap__subNav{
      width: 100%; 
    }
    .m_globalHeaderWrap__subNavInner{
      width: 100%;
    }
  }
  @media screen and (max-width: 768px){
    .m_globalHeaderWrap{
      overflow: hidden;
    }
    .m_globalHeaderWrap,
    .m_globalHeaderWrap__funcs{
      width: 100%;
    }
    .m_globalHeaderWrap__gNav,
    .m_globalHeaderWrap__subNav{
      display: none;
    }
  }
  /* 繧ｰ繝ｭ繝ｼ繝舌Ν繝倥ャ繝繝ｼ縺ｮ讖溯�驛ｨ蛻� */
  .m_gFuncs{}
  .m_gFuncs__item + .m_gFuncs__item{
    margin-top: 2px;
  }
  .m_gFuncs__inner{
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
  }
  .m_gFuncs__box{
    display: flex;
    justify-content: flex-start;
    align-items: flex-end;
  }
  .m_gFuncs__logo{
    line-height: 0;
  }
  .m_gFuncs__logo a{
    display: block;
    transition: .3s opacity;
  }
  .m_gFuncs__logo a:hover{
    opacity: .7;
  }
  .m_gFuncs__logo img{
    max-width: 100%;
    height: auto;
  }
  .m_gFuncs__logo + .m_gFuncs__infos{
    margin-left: 20px;
  }
  @media screen and (max-width: 768px){
    .m_gFuncs{
      display: flex;
      align-items: center;
      position: relative;
      height: 55px;
      padding: 5px 0;
      border-bottom: 1px solid #ccc;
      box-sizing: content-box;
    }
    .m_gFuncs__item + .m_gFuncs__item{
      margin: 0 16px 0 0;
    }
    .m_gFuncs__item--nav{
      order: 1;
    }
    .m_gFuncs__box--right{
      display: none;
    }
    .m_gFuncs__infos{
      display: none;
    }
  }
  @media screen and (max-width: 599px){
    .m_gFuncs__item--nav{
      flex: 1 1 auto;
    }
    .m_gFuncs__logo{
      width: 100px;
    }
  }
  /* 笆ｼ20蜻ｨ蟷ｴ繝ｭ繧ｴ */
  .m_gFuncs__logo-pc{
    width: auto; 
    height:auto;
    opacity: 1;
    visibility:none;
  }
  .m_gFuncs__logo-sp{
    width: 0; 
    height:0;
    opacity: 0;
    visibility: hidden;
  }
  @media screen and (max-width: 768px){
    .m_gFuncs__logo-pc{
      width: 0; 
      height:0;
      opacity: 0;
      visibility:hidden;
    }
    .m_gFuncs__logo-sp{
      width: auto; 
      height:auto;
      opacity: 1;
      visibility: visible;
    }
  }
  @media screen and (max-width: 599px){
    .m_gFuncs__logo-pc{
      width: 0; 
      height:0;
      opacity: 0;
      visibility: hidden;
    }
    .m_gFuncs__logo-sp{
      width: auto; 
      height:auto;
      opacity: 1;
      visibility: visible;
    }
  }
  /* 笆ｲ20蜻ｨ蟷ｴ繝ｭ繧ｴ */
  /* 繧ｰ繝ｭ繝ｼ繝舌Ν繝倥ャ繝繝ｼ縺ｮ讖溯�繝翫ン */
  .m_gFuncNav{
    display: flex;
    justify-content: flex-end;
    align-items: center;
  }
  .m_gFuncNav__list{
    display: flex;
    align-items: stretch;
    margin: 0 -4px;
    list-style: none;
    padding-top: 2px;
    align-items: center;
  }
  .m_gFuncNav__item{
    padding: 0 4px;
  }
  .m_gFuncNav__target{
    position: relative;
    display: block;
    padding: 0 4px 6px;
    color: #333;
    text-decoration: none;
    font-weight: bold;
    line-height: 1;
    letter-spacing: 0;
    overflow: hidden;
  }
  .m_gFuncNav__target::before{
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 2px;
    background: #333;
    transform: translateX(-100%) translateX(-2px);
    transition: .3s transform;
  }
  .m_gFuncNav__target:hover{
    color: #333;
    text-decoration: none;
  }
  .m_gFuncNav__target:hover::before{
    transform: translateX(0%);
  }
  .m_gFuncNav__target--group{
    padding-bottom: 3px;
    margin-bottom: 5px;
  }
  .m_gFuncNav__target--group:hover{}
  .m_gFuncNav__target--group::before{}
  .m_gFuncNav__list + .m_gFuncNav__search{
    margin-left: 16px;
  }
  #search.m_gFuncNav__search{
    width: auto;
  }
  @media screen and (max-width: 768px){
    .m_gFuncNav{
      justify-content: flex-start;
    }
    .m_gFuncNav__list{
      display: none;
    }
    #search.m_gFuncNav__search{
      width: 100%;
    }
    .m_gFuncNav__list + .m_gFuncNav__search{
      margin-left: 0;
    }
  }
  /* 繧ｰ繝ｭ繝ｼ繝舌Ν繝倥ャ繝繝ｼ縺ｮ讀懃ｴ｢驛ｨ蛻� */
  .m_gSearch{}
  .m_gSearch__inner{
    position: relative;
    width: 240px;
    height: 32px;
    border: 2px solid #606060;
    border-radius: 2px;
  }
  .m_gSearch__field{
    width: 100%;
    height: auto;
    padding: 0;
    margin: 0;
    border: none;
    border-radius: 0;
    outline: none;
    color: inherit;
    line-height: 28px;
    letter-spacing: 0;
    text-indent: 1em;
    font-size: 14px;
  }
  .m_gSearch__field:focus{
    border: none;
    box-shadow: none;
  }
  .m_gSearch__btn{
    position: absolute;
    right: 0;
    top: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
    width: 32px;
    background: #CECECE;
  }
  .m_gSearch__btn::before{
    content: url("/resource/img/gnav/icon_navi-a00_search.svg");
  }
  @media screen and (max-width: 599px){
    .m_gSearch__inner{
      max-width: 240px;
      width: calc(100% - 64px);
    }
  }
  /* 繧ｰ繝ｭ繝ｼ繝舌Ν繝翫ン諠��ｱ繧ｨ繝ｪ繧｢ */
  .m_gInfos{}
  .m_gInfos__item + .m_gInfos__item{
    margin-top: 8px;
  }
  .m_gInfos__list{
    display: flex;
    margin: 0 -.5em;
    list-style: none;
  }
  .m_gInfos__listItem{
    padding: 0 .5em;
  } 
  /* 繧ｰ繝ｭ繝ｼ繝舌Ν繝翫ン諠��ｱ */
  #header .m_gInfo{ /* 繧ｫ繧ｹ繧ｱ窶輔ョ繧｣繝ｳ繧ｰ */
    line-height: 1;
    letter-spacing: 0;
    font-weight: bold;
    font-size: 12px;
  }
  .m_gInfo__em{
    margin: 0 2px;
    color: #002D8E;
    line-height: 100%;
    font-weight: bold;
    font-size: 18px;
  }
  /* 繧ｰ繝ｭ繝ｼ繝舌Ν繝翫ン縺ｮ縺雁撫蜷医○繝翫ン */
  .m_askNav{}
  .m_askNav__list{
    display: flex;
    align-items: stretch;
    margin: 0 -.5em;
    list-style: none;
  }
  .m_askNav__item{
    display: flex;
    padding: 0 .5em;
  }
  .m_askNav__item + .m_askNav__item{
    border-left: 1px solid;
  }
  .m_askNav__target{
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 2px 4px;
    color: inherit;
    text-decoration: none;
    line-height: 1;
    letter-spacing: 0;
    font-weight: bold;
    overflow: hidden;
  }
  .m_askNav__target::before{
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 1px;
    background: #333;
    transform: translateX(-100%) translateX(-2px);
    transition: .3s transform;
  }
  .m_askNav__target::before{
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 1px;
    background: #333;
    transform: translateX(-100%) translateX(-2px);
    transition: .3s transform;
  }
  .m_askNav__target:hover{
    color: inherit;
    text-decoration: none;
  }
  .m_askNav__target:hover::before,
  .m_askNav__target.is_show::before{
    transform: translateX(0%);
  }
  .m_askNav__ico{
    width: 24px;
    height: auto;
    margin-right: 4px;
  }
  .m_askNav__target--ask,
  .m_askNav__target--ask:hover{
    color: #ec4062;
  }
  .m_askNav__target--ask::before{
    background: #ec4062;
  }
  .m_askNav__target--shodan,
  .m_askNav__target--shodan:hover{
    color: #2a6cae;
  }
  .m_askNav__target--shodan::before{
    background: #2a6cae;
  }
  .m_askNav__target--tel,
  .m_askNav__target--tel:hover{
    color: #666;
  }
  .m_askNav__target--tel::before{
    background: #666;
  }
  .m_askNav__webin{
    width: 120px;
    height: auto;
  }

  /*.m_askNav__target:has(.m_askNav__webin){
    flex-direction : column;
  }
  .m_askNav__target:has(.m_askNav__webin):after{
    content:"繝ｭ繧ｰ繧､繝ｳ";
    font-size: 10px;
    margin-top: 2px;
    border-radius: 9999px;
    color: #fff;
    justify-content: center;
    line-height: 1;
    padding: 2px 10px;
    display: flex;
    font-weight: bold;
    background-color: #D1151B;
  }
  .m_askNav__webin{
    width: 100px;
    height: auto;
  }*/

  /* 繧ｰ繝ｭ繝ｼ繝舌Ν繝翫ン */
  .m_gNav{
    border-left: 1px solid #fff;
    border-right: 1px solid #fff;
  }
  .m_gNav__list{
    display: flex;
    align-items: stretch;
    justify-content: flex-end;
    list-style: none;
  }
  .m_gNav__item{
    display: flex;
    width: 100%;
    border-left: 1px solid #fff;
    border-right: 1px solid #fff;
  }
  .m_gNav__target{
    position: relative;
    display: block;
    width: 100%;
    color: #fff;
    text-align: center;
    line-height: 28px;
    font-weight: bold;
    letter-spacing: 0;
    background: #8F1E35;
    text-decoration: none;
    transition: .3s background, .3s color;
  }
  .m_gNav__target:hover,
  .m_gNav__target.is_current{
    color: #8F1E35;
    text-decoration: none;
    background: #F8F3ED;
  }
  .m_gNav__target::after{
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 2px;
    background: #8F1E35;
  }
  .m_gNav__midpoint{
    margin-left: -4px;
    letter-spacing: -3px;
  }
  .m_gNav--flexibleWidth{}
  .m_gNav--flexibleWidth .m_gNav__item{
    width: 100%;
  }
  .m_gNav--flexibleWidth .m_gNav__target{
    padding: 0 17px;
    white-space: nowrap;
  }
  .m_gNav--flexibleWidth .m_gNav__item:last-of-type .m_gNav__target{
    padding: 0 18px 0 17px;
  }
  /* 繧ｵ繝悶リ繝� */
  .m_subNav{
    border-left: 1px solid #ccc;
    border-right: 1px solid #ccc;
  }
  .m_subNav__list{
    display: flex;
    align-items: stretch;
  }
  .m_subNav__item{
    display: flex;
    width: 100%;
  }
  .m_subNav__item + .m_subNav__item{
    border-left: 1px solid #ccc;
  }
  .m_subNav__target{
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    font-weight: bold;
    text-decoration: none;
    color: inherit;
    line-height: 1;
    letter-spacing: 0;
    font-size: 12px;
    transition: .3s opacity;
  }
  .m_subNav__target::before{
    display: inline-block;
    height: 1em;
    margin-right: 8px;
    line-height: 1;
    font-weight: normal;
    font-size: 16px;
    font-family: FontAwesome;
  }
  .m_subNav__target:hover{
    text-decoration: none;
    color: inherit;
    opacity: .7;
  }
  .m_subNav__target::after{
    content: "";
    display: block;
    width: 0;
    height: 2.2em;
  }
  .m_subNav__target--bupVenue::before{
    content: "\f239";
    color: #ed6c00;
  }
  .m_subNav__target--bupSchedule::before{
    content: "\f073";
    color: #9bc600;
  }
  .m_subNav__target--bupRequest::before{
    content: "\f2a0";
    color: #094;
  }
  .m_subNav__target--bupRanking::before{
    content: "\f024";
    color: #00a0c1;
  }
  .m_subNav__target--bupCatalog::before{
    content: "\f15b";
    color: #a50082;
  }
  .m_subNav__target--bupNewcom::before{
    content: "\f069";
    color: #f783ac;
  }
  .m_subNav__target--webin::before{
    content: "\f26c";
    color: #333;
  }
  .m_subNav__target--smartpack::before{
    content: "\f288";
    color: #333;
  }
  .m_subNav__target--coresolution::before{
    content: "\f0f6";
    color: #333;
  }
  .m_subNav__target--municipality::before{
    content: "\f015";
    color: #333;
  }
  .m_subNav__target--evalsheet::before{
    content: "\f2bc";
    color: #333;
  }
  .m_subNav__target--stress::before{
    content: "\f08a";
    color: #333;
  }
  .m_subNav__target--dx::before{
    content: "\f1c0";
    color: #333;
  }
  .m_subNav__target--recruit::before{
    content: "\f0c0";
    color: #333;
  }
  .m_subNav__target--web::before{
    content: "\f109";
    color: #333;
  }
  .m_subNav__ico{
    width: auto;
    height: 16px;
    margin-right: 8px;
  }
  .m_subNav--leaf .m_subNav__target::after{
    height: 3em;
  }
/* 豎守畑縺ｱ繧薙￥縺� */
#tp_container {
  border-bottom:1px solid #CCC;
  margin: 0 calc(50% - 50vw);
  width: 100vw;
}
.tp_container_inner {
  margin: auto;
  width: 1240px;
}

div#header p#tp {
  clear:both;
  height:24px;
  font-size:10px;
  visibility: hidden;
}
div#header p#tp a {
  display:block;
  float:left;
  padding:1px 15px 2px 7px;
  background:url(/common/images/bg_tpath.gif) no-repeat 100% 0px;
  line-height:24px;font-family:  貂ｸ繧ｴ繧ｷ繝�け, 繝｡繧､繝ｪ繧ｪ,sans-serif;
  font-weight: 700;
  font-size: 11px;
}
div#header p#tp a:hover {color:#0066FF;text-decoration:none;}
div#header p#tp strong {
  display:block;
  float:left;
  padding-left:7px;
  font-weight:normal;
  line-height:24px;
  font-family: 貂ｸ繧ｴ繧ｷ繝�け, 繝｡繧､繝ｪ繧ｪ,sans-serif;
  font-weight: 700;
  font-size: 11px;
}
div#header p#tp span {
  display:none;
}
@media screen and (max-width: 1240px){
  #tp_container{
    width: 1240px;
  }
}
@media screen and (max-width: 980px){
  #tp_container {
    margin: auto;
  }
  .tp_container_inner {
    width: 100%;
  }
}
@media screen and (max-width: 768px){
  #tp_container {
    width: 100%;
  }  
}
/* 繝懊ヨ繝�繝代Φ螻醍畑�医そ繝槭Φ繝�ぅ繝�けWEB蟇ｾ蠢懶ｼ� */
.breadcrumbs{
  height:24px;
  width: 1240px;
  visibility: hidden;
  list-style: none;
}
.breadcrumbs__item{
  float:left;
  /* padding: 1px 0 2px; */
  font:700 11px/24px '貂ｸ繧ｴ繧ｷ繝�け','繝｡繧､繝ｪ繧ｪ',sans-serif;
}
.breadcrumbs__item + .breadcrumbs__item{
  padding-left:22px;
  background:url(/common/images/bg_tpath.gif) no-repeat 7px top;
}
.breadcrumbs__item:first-of-type{
  padding-left:7px;
}
.breadcrumbs__item &gt; a{
  font:inherit;
}
.breadcrumbs__item &gt; a &gt; span{
  font:inherit;color:inherit;
}

@media screen and (max-width:768px){
  .breadcrumbs{ width: 100% ;}
}

/* 蜊ｰ蛻ｷ逕ｨ */
@media print {
  #tp_container {
    margin: auto;
    width: 100%;
  }
}
  /* -------
  state
  ------- */
  @media screen and (max-width: 768px){
    .js_resGlobalHeader{
      left: 0;
      z-index: 99999;
      width: 100%;
    }
  }

/* ------
utility
----- */
.u_v-v { visibility: visible !important; }</pre></body></html>