<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* 繝輔�繧ｿ 繝ｼ*/
footer {
  position: relative;
}

.footer-menu-wrapper {
  background: #00171d;
  background-image: url(../../images/common/footer-back.png);
  color: #ffffff;
  padding-top: 72px;
  padding-bottom: 51px;
  position: relative;
  background-size: contain;
  background-repeat: no-repeat;
}

.footer-menu-wrapper a {
  color: #ffffff;
}

.footer-menu-cat {
  margin-bottom: 20px;
}

.footer-menu-home-icon {
  width: 17px;
  height: 13px;
  margin-right: 10px;
}

.footer-menu {
  font-size: 16px;
  line-height: 16px;
  margin-bottom: 15px;
}

.footer_row {
  display: flex;
}

.footer_toggle {
  padding-left: 15px;
}

.footer-arrow {
  display: flex;
  align-items: center;
  position: relative;
}

.footer-menu-wrapper li ul {
  width: 100%;
}

.footer-arrow:before {
  content: "";
  position: absolute;
  background-image: url(../../images/common/footer_arrow.svg);
  width: 5px;
  height: 8.5px;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto;
}

.footer_link {
  font-size: 14px;
  padding-left: 12px;
  line-height: 27px;
}

.footer_service_area {
  padding-left: 15px;
  margin-bottom: 15px;
}

.footer_service_title a {
  font-size: 14px;
  padding-left: 12px;
  line-height: 14px;
  font-weight: bold;
  position: relative;
}

.footer_service_area ul {
  padding-left: 15px;
  margin-top: 10px;
}

.footer-menu-icon {
  position: absolute;
  background: #ffffff;
  width: 81px;
  height: 107px;
  right: 185px;
  bottom: 0;
  display: flex;
  justify-content: center;
  align-items: center;
}

/* .footer-refer-area { */
  /* background: #f2f2f2; */
  /* margin-bottom: 20px;
  padding-top: 16px;
} */

.footer-refer-lists {
  font-size: 14px;
  line-height: 14px;
}

.footer-refer-lists li {
  padding-right: 20px;
  margin-bottom: 15px;
  display: inline-flex;
  align-items: center;
}

.footer-refer-lists li a {
  padding-left: 5px;
}

.footer-refer-lists li:last-of-type {
  padding-right: 0;
}

.footer-refer-lists li::before {
  /* content: "";
  background-image: url(../../images/common/footer_arrow_black.svg);
  background-repeat: no-repeat;
  width: 5px;
  height: 1rem;
  left: 0;
  margin-top: 0.4rem; */
}

.footer-main-container {
  padding-top: 16px;
  padding-bottom: 9px;
  border-bottom: 1px solid #d5d5d5;
  align-items: center;
}

.footer-main_address_area {
  display: flex;
  justify-content: center;
  align-items: flex-end;
}

.footer-main_address {
  margin-right: 7px;
  font-size: 14px;
  line-height: 20px;
  padding-bottom: 2px;
}

.footer-main_address_map {
  background: #12b3c7;
  font-size: 14px;
  line-height: 19px;
  color: #ffffff;
  height: 25px;
  width: 61px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 18px;
}

.footer-main_address_map:hover {
  background: #12b3c7;
  color: #ffffff;
  opacity: 0.8;
}

.footer-main_right_logo {
  margin-left: auto;
}

/* .footer-copy-right {
  padding-top: 14px;
  padding-bottom: 31px;
  font-size: 12px;
  line-height: 18px;
  text-align: left;
} */

/* Page Top */
footer .pageTopWrap,
footer .pageTopDummy {
  position: fixed;
  display: block;
  right: 30px;
  bottom: 80px;
  width: 125px;
  height: 89px;
  opacity: 0;
  pointer-events: none;
  outline: none;
  transition: opacity 0.3s ease-in-out;
  z-index: 100;
}
footer .pageTop {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 125px;
  height: 89px;
  transition: opacity 0.3s ease-in-out;
  background: #ffffff;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
  border-radius: 28px;
  text-align: center;
}
footer .pageTop:hover .pageTop_arrow {
  transform: translate(0px, -5px) rotate(-0deg);
}

.pageTop_arrow {
  transition: all 0.3s;
  width: 13px;
  height: 9px;
  background: url("../../images/common/sroll_top_mark.svg") no-repeat;
  background-size: cover;
  margin: 0 auto 9px;
}

.pageTop_text {
  font-size: 16px;
  font-weight: bold;
  color: #12b3c7 !important;
}
.footer .pageTopDummy {
  z-index: -9999;
}
footer .pageTopWrap.show {
  opacity: 1;
  pointer-events: auto;
}
footer .pageTopWrap.stop {
  position: absolute;
  top: -35px;
  bottom: auto;
}

.footer-menu-wrapper .footer-menu-item:first-child {
  width: 195px;
  min-width: 185px;
}

.footer-menu-wrapper .footer-menu-item:last-child {
  padding-right: 0;
}

.footer_link_row {
  justify-content: space-between;
  flex-wrap: nowrap;
}

.footer-menu-title a {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}

.footer-menu-title {
  font-weight: bold;
}

.footer-main_logo {
  text-align: center;
/*  width: 265px;*/
  width: auto;
  height: 82px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.footer-main_logo img {
/*  width: 265px;*/
  width: auto;
  height: 82px;
}

.footer-arrow_menu {
  font-size: 14px;
  margin-bottom: 13px;
  padding-left: 10px;
  position: relative;
}

.arrow_menu_bold {
  font-weight: bold;
  font-size: 16px;
  margin-bottom: 13px;
  padding-left: 10px;
  position: relative;
}

.footer-arrow_menu:before {
  content: "";
  position: absolute;
  background-image: url(../../images/common/footer_arrow.svg);
  width: 5px;
  height: 8.5px;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto;
}

/* .footer-logo {
  width: 90%;
  max-width: 1200px;
  margin: 0 auto 15px;
} */

@media only screen and (min-width: 768px) and (max-width: 1199px) {
  .middle_footer_area {
    padding-left: 0;
  }

  .footer-util {
    width: 100% !important;
  }

  .footer-util li {
    display: block !important;
    margin-bottom: 1rem !important;
    margin-right: 0 !important;
  }

  .footer-grlogo-copyright-content {
    width: 100% !important;
  }

  .footer-menu-icon {
    right: 30px;
  }

  .footer_row {
    display: block;
  }

  .footer-menu-wrapper .footer-menu-item {
    width: 50%;
  }

  .footer-menu-wrapper .footer-menu-item:first-child {
    width: 50%;
    min-width: 50%;
  }

  .footer-refer-area {
    padding: 16px 0 5px;
  }

  .footer-main-container {
    padding: 50px 0 33px;
  }

  .footer-main_logo {
    margin: auto;
  }

  .footer-main_address_area {
    margin: auto;
    align-items: center;
  }

  .footer-main_right_logo {
    text-align: center;
    margin: auto;
    padding-top: 33px;
    margin-bottom: 13px;
  }

  /* .footer-copy-right {
    text-align: center;
    padding-top: 0;
    padding-bottom: 50px;
  } */

  .footer-main-container &gt; div {
    width: 100%;
  }
}

@media screen and (max-width: 767px) {
  .footer-util {
    width: 100% !important;
  }

  .footer-util li {
    display: block !important;
    margin-bottom: 1rem !important;
    margin-right: 0 !important;
  }

  .footer-grlogo-copyright {
    height: auto !important;
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

  .footer-grlogo-copyright-content {
    width: 100% !important;
    flex-direction: column;
  }

  .footer-grlogo-copyright-content .footer-group-logo {
    margin-bottom: 1rem;
  }

  .footer-menu-wrapper .footer-menu-item {
    width: 100%;
    padding-right: 0px;
  }

  .footer-refer-lists {
    width: 75%;
    line-height: 14px;
  }

  .footer-refer-area {
    padding-top: 30px;
    padding-bottom: 25px;
  }

  .footer-refer-lists li {
    padding-right: 0px;
    margin-bottom: 14px;
  }

  .footer-main-container {
    padding-top: 33px;
    padding-bottom: 67px;
    border-bottom: 1px solid #d5d5d5;
    margin-bottom: 50px;
  }

  .footer-main-container &gt; div {
    width: 85%;
    margin-left: auto;
    margin-right: auto;
  }

  .footer-main_logo {
    margin: auto;
    margin-bottom: 5px;
  }

  .footer-main_right_logo {
    width: 223px;
    margin: auto;
    margin-bottom: 15px;
  }

  /* .footer-copy-right {
    text-align: center;
    font-size: 12px;
    padding: 0 0 70px;
  } */

  .footer_toggle {
    display: none;
  }

  .footer-menu-icon {
    right: 25px;
  }

  .footer-menu {
    line-height: 24px;
  }

  .footer-menu-wrapper {
    padding: 40px 0;
    background: #00171d;
  }

  .footer_top {
    margin-bottom: 20px;
    line-height: 16px;
  }

  .footer-menu.link-home img {
    margin-right: 4px;
  }

  .footer-arrow {
    position: relative;
    padding-left: 15px;
  }

  .footer_toggle {
    padding-top: 10px;
    margin-left: 0;
  }

  footer .pageTopWrap,
  footer .pageTopDummy {
    width: 72px;
    height: 51px;
    right: 20px;
    bottom: 30px;
  }

  footer .pageTop {
    width: 72px;
    height: 51px;
    border-radius: 16px;
  }

  .pageTop_arrow {
    width: 13px;
    height: 9px;
    background: url("../../images/common/sroll_top_mark.svg") no-repeat;
    margin: 0 auto 5px;
  }

  .pageTop_text {
    font-size: 9px;
    line-height: 1;
  }

  footer .pageTopWrap.stop {
    top: -30px;
  }

  .footer-menu-title {
    display: flex;
    align-items: center;
    position: relative;
  }

  .footer-menu-title:before {
    content: "";
    position: absolute;
    background-image: url(../../images/common/footer_arrow.svg);
    width: 5px;
    height: 8.5px;
    left: 3px;
  }

  .footer-arrow_menu:before {
    content: "";
    position: absolute;
    background-image: url(../../images/common/footer_arrow.svg);
    width: 5px;
    height: 8.5px;
    left: 3px;
  }

  .link-home:before {
    display: none;
  }

  .footer-menu-cat {
    margin-bottom: 10px;
  }

  .footer-menu {
    margin-bottom: 0;
    padding-left: 20px;
  }

  .footer_top {
    margin-bottom: 20px;
  }

  .footer_row {
    display: none;
    padding-top: 10px;
    margin-left: 15px;
  }

  .footer_service_area {
    padding-left: 0;
  }

  .link-home {
    padding-left: 0px;
  }

  .footer-menu-wrapper .footer-menu-item:first-child {
    width: 100%;
    min-width: 100%;
  }

  .footer_toggle_none {
    display: block;
  }

  .footer-refer-lists li {
    width: 100%;
  }

  .footer-main-container .footer-main_right_logo {
    display: none !important;
  }

  .footer-main_right_logo {
    display: block !important;
  }

  .footer_link_row {
    flex-wrap: wrap;
  }

  .common_width {
    width: 90%;
  }

  .entry_area {
    margin-bottom: 50px;
  }

  .arrow_menu_bold {
    margin-bottom: 10px;
    padding-left: 20px;
  }
}

/* 20231001 -a start */
.footer-container {
  width: 100%;
  padding: 40px;
  font-size: 0.88rem;
  color: #333;
  background-color: #f5f5f5;
}

.footer-util {
  width: 1200px;
  margin: 0 auto;
}

.footer-util dt {
  margin-bottom: 12px;
}

.footer-util dt img {
  height: 16px;
}

.footer-util ul {
  list-style-type: none;
  margin-bottom: 0.5rem;
}

.footer-util ul:last-child {
  margin-bottom: 0;
}

.footer-util li {
  display: inline-block;
  margin-right: 2rem;
}

.footer-util li:last-child {
  margin-right: 0;
}

.footer-util a {
  color: #333;
}

.footer-util a:hover {
  text-decoration: underline;
  text-decoration-color: #333;
  transition: 0.0s;
  opacity: 0.7;
}

.footer-tisintecgrp {
  margin-top: 68px;
}

.footer-koushi {
  margin-top: 78px;
}

.footer-grlogo-copyright {
  display: flex;
  align-items: center;
  width: 100%;
  height: 66px;
  padding-right: 40px;
  padding-left: 40px;
  font-size: 1.0rem;
  color: #fff;
  background-color: #12B3C7;
}

.footer-grlogo-copyright-content {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 1200px;
  margin: 0 auto;
}

.footer-group-logo img {
  width: auto;
  height: 36px;
}

/* .footer-logo {
  height: 16px;
  margin-bottom: 12px;
}
.footer-logo img {
  height: 16px;
} */


/* 20231001 -a end */</pre></body></html>