<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";
/* フッター
========================================================= */
.g-footer {
  position: relative;
  margin-top: 78px;
  background: #FFA01D;
  color: #000000;
}

@media screen and (min-width: 768px) {
  .g-footer {
    margin-top: 150px;
  }
}

.g-footer__topicpath {
  background: #FCE0B3;
}

.g-footer__topicpathInner {
  width: 100%;
  padding-left: 24px;
  padding-right: 24px;
  margin-left: auto;
  margin-right: auto;
  text-align: right;
}

@media screen and (min-width: 768px) {
  .g-footer__topicpathInner {
    max-width: 1254px;
    padding-left: 45px;
    padding-right: 45px;
  }
}

.g-footer__inner {
  position: relative;
  width: 100%;
  padding-left: 0;
  padding-right: 0;
  margin-left: auto;
  margin-right: auto;
}

@media screen and (min-width: 768px) {
  .g-footer__inner {
    max-width: 1254px;
    padding: 56px 45px 36px;
  }
}

@media screen and (min-width: 960px) {
  .g-footer__inner {
    padding: 55px 45px 28px;
  }
}

@media screen and (min-width: 960px) {
  .g-footer__top {
    display: flex;
    justify-content: space-between;
  }
}

@media screen and (min-width: 768px) {
  .g-footer__left {
    flex: 1;
  }
}

@media screen and (min-width: 768px) {
  .g-footer__left .g-footer__nav &gt; *:not(:first-child) {
    margin-left: 7%;
  }
  .g-footer__left .g-footer__nav &gt; * {
    min-width: 100px;
  }
}

@media screen and (min-width: 960px) {
  .g-footer__left .g-footer__nav &gt; *:not(:first-child) {
    margin-left: 30px;
  }
}

@media screen and (min-width: 768px) {
  .g-footer__right .g-footer__nav {
    display: flex;
    margin-left: -54px;
  }
}

@media screen and (min-width: 960px) {
  .g-footer__right .g-footer__nav {
    margin-left: -30px;
  }
}

@media screen and (min-width: 768px) {
  .g-footer__right .g-footer__nav &gt; * {
    padding-left: 54px;
  }
}

@media screen and (min-width: 960px) {
  .g-footer__right .g-footer__nav &gt; * {
    padding-left: 30px;
  }
}

@media screen and (min-width: 768px) {
  .g-footer__right .g-footer__nav .g-footer__navTitle + .g-footer__subNav {
    margin-top: 22px;
  }
}

@media screen and (min-width: 960px) {
  .g-footer__right .g-footer__nav .g-footer__navTitle + .g-footer__subNav {
    margin-top: 18px;
  }
}

@media screen and (min-width: 768px) {
  .g-footer__right {
    margin-top: 39px;
    padding-top: 39px;
    border-top: 1px solid #000000;
  }
}

@media screen and (min-width: 960px) {
  .g-footer__right {
    margin-top: 0;
    padding-top: 0;
    border-top: none;
    padding-left: 43px;
    margin-left: 43px;
    border-left: 1px solid #000000;
  }
}

.g-footer__nav {
  font-family: "こぶりなゴシック Std W6", "FP-こぶりなゴシック StdN W6", "Koburina Gothic Std", sans-serif;
}

.g-footer__nav &gt; * * {
  font-weight: bold;
  line-height: 1.3;
  color: #000000;
  letter-spacing: 0;
}

.g-footer__nav &gt; * a {
  position: relative;
  transition: color .3s;
  color: #000000;
}

body:not(.device-tab) .g-footer__nav &gt; * a:hover {
  color: #444;
}

.g-footer__nav &gt; * a[target=_blank]::after {
  content: "";
  display: inline-block;
  width: 15px;
  height: 11px;
  margin-left: 8px;
  background: url(/files/user/common/images/icon_blank.svg) 0 0 no-repeat;
  background-size: auto 11px;
}

@media screen and (max-width: 767px) {
  .g-footer__nav &gt; * a[target=_blank]::after {
    position: absolute;
    top: 3px;
    right: 24px;
    width: 19px;
    height: 15px;
    background-size: 19px auto;
  }
}

@media screen and (max-width: 767px) {
  .g-footer__nav &gt; * * {
    font-size: 16px;
    font-size: 1rem;
  }
  .g-footer__nav .g-footer__navTitle {
    border-bottom: 1px solid #FFFFFF;
  }
  .g-footer__nav .g-footer__navTitle &gt; * {
    display: flex;
    padding: 19px 24px 18px;
    cursor: pointer;
    text-decoration: none;
  }
  .g-footer__nav .g-footer__navParent &gt; .g-footer__navTitle {
    position: relative;
  }
  .g-footer__nav .g-footer__navParent &gt; .g-footer__navTitle::before, .g-footer__nav .g-footer__navParent &gt; .g-footer__navTitle::after {
    content: "";
    position: absolute;
    top: 50%;
    right: 24px;
    transform: translate(0, -50%);
    display: block;
    width: 20px;
    height: 2px;
    background: #000000;
    border-radius: 100px;
  }
  .g-footer__nav .g-footer__navParent &gt; .g-footer__navTitle::after {
    transform: rotate(-90deg) translate(1px, 0);
    margin: 0 0 0 -5px;
    transition: .3s;
  }
  .g-footer__nav .g-footer__navParent &gt; .g-footer__navTitle a {
    padding-right: 60px;
  }
  .g-footer__nav .g-footer__navParent.is-open .g-footer__navTitle::after {
    opacity: 0;
  }
  .g-footer__nav .g-footer__subNav {
    position: relative;
    display: none;
    padding: 29px 0 38px;
  }
  .g-footer__nav .g-footer__subNav::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 1px;
    background: #FFFFFF;
  }
  .g-footer__nav .g-footer__subNav &gt; li {
    border: none;
  }
  .g-footer__nav .g-footer__subNav &gt; li + li {
    margin-top: 24px;
  }
  .g-footer__nav .g-footer__subNav &gt; li a {
    display: block;
    margin: 0;
    padding: 0 60px 0 42px;
  }
}

@media screen and (min-width: 768px) {
  .g-footer__nav {
    display: flex;
  }
  .g-footer__nav--company {
    order: 1;
  }
  .g-footer__nav--business {
    order: 2;
  }
  .g-footer__nav--recruit {
    order: 3;
  }
  .g-footer__nav--other {
    order: 4;
  }
  .g-footer__nav &gt; * * {
    font-size: 13px;
    font-size: 0.8125rem;
  }
  .g-footer__nav .g-footer__navTitle &gt; * {
    font-size: 16px;
    font-size: 1rem;
  }
  .g-footer__nav .g-footer__navTitle + .g-footer__subNav {
    margin-top: 15px;
  }
  .g-footer__nav .g-footer__navTitle + .g-footer__navTitle {
    margin-top: 20px;
  }
  .g-footer__nav .g-footer__subNav li:not(.u-sp) + li {
    margin-top: 18px;
  }
  .g-footer__nav .g-footer__service .g-footer__subNav &gt; *,
  .g-footer__nav .g-footer__portal .g-footer__subNav &gt; * {
    position: relative;
    padding-left: 1em;
  }
  .g-footer__nav .g-footer__service .g-footer__subNav &gt; *::before,
  .g-footer__nav .g-footer__portal .g-footer__subNav &gt; *::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    transform: translate(0, -50%);
    width: 7px;
    height: 1px;
    background: #000000;
  }
}

@media screen and (min-width: 960px) {
  .g-footer__nav .g-footer__subNav li:not(.u-sp) + li {
    margin-top: 14px;
  }
  .g-footer__nav .g-footer__navTitle + .g-footer__navTitle {
    margin-top: 15px;
  }
  .g-footer__nav--other &gt; * + * {
    margin-top: 15px;
  }
}

.g-footer__bottom {
  padding: 24px 24px 24px;
  font-size: 11px;
  font-size: 0.6875rem;
  line-height: 1.2;
}

@media screen and (min-width: 768px) {
  .g-footer__bottom {
    display: flex;
    justify-content: space-between;
    padding: 38px 0 0;
    font-size: 12px;
    font-size: 0.75rem;
  }
}

@media screen and (min-width: 960px) {
  .g-footer__bottom {
    padding-top: 45px;
  }
}

.g-footer__bottom__nav {
  display: flex;
  flex-wrap: wrap;
}

.g-footer__bottom__nav &gt; * {
  padding-bottom: 8px;
}

@media screen and (min-width: 768px) {
  .g-footer__bottom__nav &gt; * {
    padding-bottom: 0;
  }
}

.g-footer__bottom__nav &gt; *:not(:last-child) {
  position: relative;
  margin-right: 1em;
  padding-right: 2em;
}

@media screen and (min-width: 768px) {
  .g-footer__bottom__nav &gt; *:not(:last-child) {
    padding-right: 1.5em;
  }
}

.g-footer__bottom__nav &gt; *:not(:last-child)::after {
  content: "｜";
  position: absolute;
  right: 0;
  top: 0.1em;
  line-height: 1.2;
  pointer-events: none;
}

.g-footer__bottom__nav &gt; * a {
  color: #000000;
}

body:not(.is-touch) .g-footer__bottom__nav &gt; * a {
  transition: opacity .3s ease-in-out;
}

body:not(.is-touch) .g-footer__bottom__nav &gt; * a:hover,
body.is-touch .g-footer__bottom__nav &gt; * a:active {
  opacity: .7;
}

.g-footer__bottom__copy {
  letter-spacing: -.075px;
  font-size: 11px;
  font-size: 0.6875rem;
}

@media screen and (min-width: 768px) {
  .g-footer__bottom__copy {
    font-size: 12px;
    font-size: 0.75rem;
  }
}

.g-footer__pagetop {
  z-index: 1;
  top: -111px;
  right: 24px;
  width: 47px;
  height: 47px;
  text-decoration: none;
  opacity: 0;
  transform: translateY(10px);
  pointer-events: none;
  transition: opacity .4s, transform .4s;
}

@media screen and (min-width: 768px) {
  .g-footer__pagetop {
    top: -120px;
    right: 45px;
  }
}

.g-footer__pagetop.is-stop {
  position: absolute;
}

.g-footer__pagetop:not(.is-stop) {
  position: fixed;
  top: calc(100vh - 60px);
  right: 24px;
}

@media screen and (min-width: 768px) {
  .g-footer__pagetop:not(.is-stop) {
    top: calc(100vh - 72px);
    right: var(--side, 45px);
  }
}

.g-footer__pagetop img {
  width: 47px;
}

body.is-scroll .g-footer__pagetop {
  opacity: 1;
  transform: translateY(0);
  pointer-events: all;
}
</pre></body></html>