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

/* ------------------------------------------------------
 * Fonts
------------------------------------------------------ */
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@300;400;700&amp;display=swap');

/* ======================================================
 * PC
====================================================== */
.spOnly {
  display: none;
}
.wrap {
  position: relative;
}
img[height="1"][width="1"] {
  position: absolute;
}

/*======================================================
* css fmvSprite
======================================================*/
.fmvSprite {
  background-image: url("../images/common_sprite_pc.png");
  background-repeat: no-repeat;
}
/*********************企業・サイトロゴ*********************/
.fmvSprite.fmv-icon {
  width: 82px;
  height: 24px;
  background-position: 0 0;
}
/*********************検索エリア*********************/
/*google*/
.fmvSprite.google-icon {
  width: 60px;
  height: 30px;
  background-position: -188px 0;
}
/*検索ボタン*/
.fmvSprite.search-icon {
  width: 19px;
  height: 19px;
  background-position: -166px 0;
}

/* ======================================================
  * wrap
====================================================== */
.wrap {
  flex-wrap: nowrap;
  width: 100%;
  max-width: 1200px;
  padding: 0 20px;
}
.content-in {
  margin-bottom: 50px;
}
.main {
  width: 100%;
  margin: 0;
  padding: 0;
}
.no-sidebar .content .main {
  padding: 10px 0;
}
.sidebar {
  flex-shrink: 0;
  width: 340px;
  margin: 0;
  margin-left: 30px;
  padding: 0;
}
div#content.cf {
  margin: 0 !important;
}

/* ======================================================
  * Header
====================================================== */
.Header {
  padding: 0 10px;
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  background-color: #000;
}
.Header__inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 1200px;
  height: 64px;
  margin: 0 auto;
  background-color: #000;
}
.Header__head {
  padding: 10px 0;
  flex-shrink: 0;
}
.Header__body {
  margin-left: 15px;
}
.Header__foot {
  flex-shrink: 0;
  margin-left: 50px;
}

.header-logo &gt; a {
  display: flex;
  align-items: center;
}
.header-logo &gt; a:hover {
  opacity: 0.7;
}
.header-logo__icon {
  overflow: hidden;
  white-space: nowrap;
  text-indent: 100%;
}
.header-logo__text {
  display: flex;
  align-items: center;
  height: 30px;
  margin-left: 25px;
  padding-left: 25px;
  border-left: 1px solid #ccc;
  color: #fff;
  font-weight: bold;
  font-size: 18px;
  line-height: 1.2;
}

.header-gnav__list {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  height: 64px;
}
.header-gnav__item {
  position: relative;
  flex-shrink: 0;
  height: 100%;
  margin-left: 45px;
}
a.header-gnav__link,
.header-gnav__btn {
  display: flex;
  flex-flow: row wrap;
  align-items: center;
  height: 100%;
  color: #fff;
  font-size: 13px;
  cursor: pointer;
}
a.header-gnav__link:visited,
a.header-gnav-more__item a:visited {
  color: #fff;
}
.header-gnav__link:hover,
.header-gnav__btn:hover,
.header-gnav-more__link:hover {
  color: #fff;
  text-decoration: none;
}
.header-gnav-more {
  display: none;
  position: absolute;
  top: 100%;
  left: 50%;
  width: 180px;
  background-color: #000;
  z-index: 100;
  transform: translateX(-50%);
}
.header-gnav-more__item {
  position: relative;
}
.header-gnav-more__item::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 50%;
  width: 160px;
  height: 1px;
  background-color: #4d4d4d;
  transform: translateX(-50%);
}
.header-gnav-more__item:first-of-type::before {
  content: none;
}
a.header-gnav-more__link {
  display: block;
  width: 100%;
  padding: 10px;
  color: #ccc;
  font-size: 13px;
  text-align: center;
}
@media print, screen and (max-width: 1024px) {
  .header-gnav__item {
    margin-left: 20px;
  }
}
@media print, screen and (max-width: 860px) {
  .header-gnav__list {
    flex-wrap: wrap;
    height: 100%;
  }
}

/* ======================================================
  * Footer
====================================================== */
.Footer {
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
}
.Footer__head,
.Footer__head .Footer__inner {
  background-color: #fff;
}
.Footer__body,
.Footer__body .Footer__inner {
  background-color: #000;
}
.Footer__foot,
.Footer__foot .Footer__inner {
  background-color: #000;
}
.Footer__inner {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}
.Footer__foot .Footer__inner {
  max-width: 1320px;
}
.Footer__guide {
  display: none;
}
/* サブメニュー */
.footer-snav__list {
  display: flex;
  justify-content: center;
  flex-flow: row wrap;
  padding: 20px 0;
  font-size: 12px;
  line-height: 1.4;
}
.footer-snav__item {
  padding: 0 16px;
}
.footer-snav__item:not(:first-child) {
  border-left: 1px solid #232b35;
}
/* メインメニュー */
.footer-mnav {
  display: flex;
  justify-content: space-between;
  padding: 35px 0;
}
.footer-mnav__category {
  width: calc(100% - (20px * 4) / 5);
}
.footer-mnav__category:not(:first-child) {
  margin-left: 25px;
}
.footer-mnav__title {
  padding-bottom: 5px;
  border-bottom: 1px solid #b3b3b3;
  color: #b3b3b3;
  font-weight: bold;
}
.footer-mnav__title:not(:first-of-type) {
  margin-top: 20px;
}
.footer-mnav__list {
  margin-top: 10px;
  font-size: 12px;
}
.footer-mnav__item:not(:first-child) {
  margin-top: 5px;
}
.footer-mnav__title a,
.footer-mnav__title a:visited,
.footer-mnav__item a,
.footer-mnav__item a:visited {
  color: #b3b3b3;
}
/* 企業メニュー */
.footer-gnav__list {
  display: flex;
  flex-flow: row wrap;
  padding: 16px 0;
  font-size: 14px;
  line-height: 1.4;
}
.footer-gnav__item:not(:first-child) {
  margin-left: 25px;
}
.footer-gnav__item a,
.footer-gnav__item a:visited {
  color: #b3b3b3;
}
/* コピーライト */
.footer-copyright {
  padding: 8px 20px 18px;
  color: #b3b3b3;
  font-size: 14px;
  text-align: center;
}


/* ======================================================
  * 上書き
====================================================== */
.header-in.wrap {
  display: flex;
  align-items: center;
  min-height: 50px;
  padding: 0;
}
.header-container-in.hlt-top-menu {
  padding-right: 0;
}
.header-container-in.hlt-top-menu .site-name-text {
  font-size: 16px;
}
.header-container-in.hlt-top-menu .wrap {
  padding-right: 0;
}

/* ヘッダー検索窓 */
#navi .navi-in&gt;ul&gt;li#menu-item-33 {
  flex-grow: 1;
}
.navi-in&gt;ul li#menu-item-33:hover {
  background: none;
}
#menu-item-33 a {
  display: none;
}
.header-search-form {
  display: block !important;
  position: static;
  width: 100%;
  max-width: 270px;
  padding: 10px 8px;
  border: 1px solid #f2f2f2;
  border-radius: 0;
  box-shadow: none;
}
.header-search-form form {
  display: flex;
  border: 1px solid #5f6b78;
  border-radius: 3px;
}
.header-search-form .search-field {
  display: flex;
  align-items: center;
  flex-grow: 1;
  width: 100%;
  height: 40px;
  padding: 10px;
  border: none;
  outline: none;
  background-color: #fff;
  border-radius: 3px;
}
.header-search-form .search-field::placeholder {
  color: #b1b1b1;
  font-size: 14px;
}
.header-search-form .search-submit {
  position: relative;
  top: 0;
  right: 0;
  width: 40px;
  height: 40px;
  outline: none;
  background-color: #5f6b78;
  border-radius: 0 1px 1px 0;
  transition: all 0.25s cubic-bezier(0.4, 0, 0.2, 1) 0s;
}
.header-search-form .search-submit:hover {
  opacity: 0.7;
}
.header-search-form .search-submit i {
  display: block;
  width: 19px;
  height: 19px;
  color: transparent;
  background-image: url("../images/common_sprite_pc.png");
  background-repeat: no-repeat;
  background-position: -166px 0;
}

@media screen and (max-width: 1023px) {
  .header-container-in.hlt-top-menu {
    padding: 0;
  }
  .header-container-in.hlt-top-menu .wrap {
    padding: 15px 0;
  }
  .header-container-in.hlt-top-menu .navi-in.wrap {
    padding-top: 0;
  }

  /* ヘッダー検索窓 */
  #navi .navi-in&gt;.menu-mobile li {
    width: auto;
    height: auto;
    line-height: 1.2;
  }
  #navi .navi-in&gt;ul&gt;li#menu-item-33 {
    width: 100%;
  }
  .header-search-form {
    max-width: 100%;
    padding: 0 25px 30px;
    border: none;
  }
}

@media screen and (max-width: 834px) {
  #header .site-name-text {
    font-size: 16px;
  }
}

/* ======================================================
 * SP
====================================================== */
@media only screen and (max-width: 768px) {
  .pcOnly {
    display: none;
  }
  .spOnly {
    display: block;
  }
  /*======================================================
  * css fmvSprite
  ======================================================*/
  .fmvSprite {
    background-image: url("../images/common_sprite_sp.png");
  }
  /*********************企業・サイトロゴ*********************/
  .fmvSprite.fmv-icon {
    width: 52px;
    height: 15px;
    background-position: 0 0;
  }
  /*********************ヘッダーメニュー*********************/
  .fmvSprite.gnav-icon {
    width: 22px;
    height: 20px;
    background-position: -93px 0;
  }
  .header-gnav__menu.is-open .fmvSprite.gnav-icon {
    background-position: -116px 0;
  }
  /*別タブ遷移*/
  .fmvSprite.blank-icon {
    width: 14px;
    height: 12px;
    background-position: -187px 0;
  }
  /*********************検索エリア*********************/
  /*検索ボタン*/
  .fmvSprite.search-icon {
    width: 18px;
    height: 18px;
    background-position: -202px 0;
  }
  /* ======================================================
   * Header
  ====================================================== */
  .Header {
    position: relative;
    width: 100%;
    height: 40px;
    padding: 0;
    z-index: 9999;
  }
  .Header.is-scrollingUp {
    position: fixed;
    top: 0;
    left: 0;
  }
  .header-in.is-scrollingUp {
    width: 100% !important;
    position: fixed;
    top: 40px;
    left: 0;
    z-index: 1;
    background-color: #fff;
  }
  .Header__inner {
    padding: 5px 15px 6px;
    height: 40px;
  }
  .Header__head {
    padding: 0;
  }
  .header-logo__text {
    height: 20px;
    margin-left: 15px;
    padding-left: 15px;
    font-size: 15px;
  }
  /* ======================================================
   * Footer
  ====================================================== */
  .Footer__inner {
    padding: 0;
  }
  /* サブメニュー */
  .footer-snav__list {
    justify-content: flex-start;
    padding: 15px 0;
    font-size: 10px;
  }
  .footer-snav__item {
    width: 50%;
    padding: 0;
  }
  .footer-snav__item:not(:nth-child(-n+2)){
    margin-top: 5px;
  }
  .footer-snav__item &gt; a {
    display: inline-block;
  }
  .footer-snav__item:not(:first-child) {
    border-left: none;
  }
  /* メインメニュー */
  .footer-mnav {
    display: none;
  }
  /* 企業メニュー */
  .footer-gnav__list {
    display: block;
    padding: 0;
  }
  .footer-gnav__item:not(:first-child) {
    margin-left: 0;
    border-top: 1px solid #4d4d4d;
  }
  .footer-gnav__item a {
    display: block;
    padding: 16px;
  }
  /* コピーライト */
  .footer-copyright {
    padding: 16px 0 18px;
  }
  /* ======================================================
    * wrap
  ====================================================== */
  .wrap {
    padding: 0 10px;
  }
}</pre></body></html>