<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.kozukaGothicProEL {
  font-family: 'kozuka-gothic-pro', sans-serif;
  font-weight: 200;
  font-style: normal;
}

.kozukaGothicProL {
  font-family: 'kozuka-gothic-pro', sans-serif;
  font-weight: 300;
  font-style: normal;
}

.kozukaGothicProR {
  font-family: 'kozuka-gothic-pro', sans-serif;
  font-weight: 400;
  font-style: normal;
}

.kozukaGothicProM {
  font-family: 'kozuka-gothic-pro', sans-serif;
  font-weight: 500;
  font-style: normal;
}

.kozukaGothicProB {
  font-family: 'kozuka-gothic-pro', sans-serif;
  font-weight: 700;
  font-style: normal;
}

.kozukaGothicProH {
  font-family: 'kozuka-gothic-pro', sans-serif;
  font-weight: 900;
  font-style: normal;
}

.dolceThin, .corp_footer_copyright {
  font-family: 'dolce', sans-serif;
  font-weight: 200;
  font-style: normal;
}

.dolceRegular {
  font-family: 'dolce', sans-serif;
  font-weight: 400;
  font-style: normal;
}

.dolceMedium {
  font-family: 'dolce', sans-serif;
  font-weight: 500;
  font-style: normal;
}

.dolceBold {
  font-family: 'dolce', sans-serif;
  font-weight: 700;
  font-style: normal;
}

.dolceBlack {
  font-family: 'dolce', sans-serif;
  font-weight: 900;
  font-style: normal;
}

.VDL-PenGentle {
  font-family: 'vdl-pengentle', sans-serif;
  font-weight: 700;
  font-style: normal;
}

.SawarabiMinchoMedium {
  font-family: 'sawarabi-mincho', sans-serif;
  font-weight: 500;
  font-style: normal;
}

.KsoShinryuSouRegular {
  font-family: 'shinryu', sans-serif;
  font-weight: 400;
  font-style: normal;
}

.corp_footer {
  width: 100%;
  background-color: #efefef;
  padding: 1rem 0 0;
  position: relative;
}

.corp_footer_contents {
  margin: 0 auto;
  width: 100%;
  height: auto;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

@media screen and (min-width: 600px) {
  .corp_footer_contents {
    padding: 0 1rem;
  }
}

@media screen and (min-width: 1025px) {
  .corp_footer_contents {
    padding: 0 1rem;
  }
}

.corp_footer_link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  margin: 0 0 1rem;
}

.corp_footer_link_item {
  text-decoration: none;
  margin: 0 0.5rem 0.5rem 0;
  font-size: 0.9rem;
  position: relative;
  color: #150035;
}

.corp_footer_link_item:after {
  content: '';
  display: inline-block;
  position: absolute;
  bottom: -3px;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
  width: 0;
  height: 2px;
  background: #150035;
  -webkit-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}

@media screen and (min-width: 600px) {
  .corp_footer_link_item {
    font-size: 1rem;
    margin: 0 1rem 1rem 0;
  }
}

.corp_footer_link_item:hover:after {
  width: 100%;
}

.corp_footer_copyright {
  background: #000000;
  color: #ffffff;
  text-align: center;
  padding: 0.5rem 0;
  font-size: 1.4rem;
}

@media screen and (min-width: 600px) {
  .corp_footer_copyright {
    font-size: 1.2rem;
  }
}

.corp_footer_logo {
  margin: 0 0 0.5rem;
  width: 180px;
}

@media screen and (min-width: 1025px) {
  .corp_footer_logo {
    width: 200px;
    margin-bottom: 1rem;
  }
}

.corp_footer_logo img {
  width: 100%;
}

.corp_footer_bunner {
  display: none;
  width: 100%;
  margin: 0 0 1rem;
  text-align: center;
  font-weight: bold;
}

@media screen and (min-width: 600px) {
  .corp_footer_bunner {
    width: 50%;
  }
}

@media screen and (min-width: 1025px) {
  .corp_footer_bunner {
    width: 350px;
    margin: 0 0 1rem;
  }
}

.corp_footer_bunner img {
  width: 100%;
}
</pre></body></html>