﻿@charset "UTF-8";


.-inner {
  width: 1000px;
  margin: 0 auto;
}
@media (max-width: 1024px) {
  .-inner {
    width: 90%;
  }
}
@media (max-width: 920px) {
  .-inner {
    width: 100%;
  }
}


.footer_cta {
  background-image: url(../img/footer_cta.svg);
  background-repeat: no-repeat;
  background-position: left top;
  background-size: 238px;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  border-bottom: 1px solid #ddd;
}
@media (max-width: 920px) {
  .footer_cta {
    background-position: -100px top;
  }
}
.footer_cta .-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 4em;
  padding: 2em;
}
@media (max-width: 1024px) {
  .footer_cta .-inner {
    justify-content: flex-end;
  }
}
@media (max-width: 920px) {
  .footer_cta .-inner {
    gap: 2em;
    flex-flow: column;
    padding: 3em;
  }
}
.footer_cta .footer_cta_detail h2 {
  font-size: 24px;
}
.footer_cta .footer_cta_detail h2 div {
  display: flex;
}
@media (max-width: 920px) {
  .footer_cta .footer_cta_detail h2 div {
    text-align: right;
    line-height: 1.2;
    justify-content: flex-end;
    flex-flow: column;
  }
}
.footer_cta .footer_cta_detail h2 div span {
  font-weight: 900;
  color: #1D50A2;
  white-space: nowrap;
  font-size: 32px;
}
.footer_cta .footer_cta_detail h2 div span.future {
  color: #3692B8;
}
.footer_cta .footer_cta_detail h2 strong {
  font-weight: 900;
}
@media (max-width: 920px) {
  .footer_cta .footer_cta_detail h2 strong {
    display: block;
    font-size: 24px;
    text-align: left;
    width: 100%;
    line-height: 1.2;
    padding-top: 0.5em;
  }
}
.footer_cta .footer_cta_detail p {
  font-size: 14px;
  padding: 1em 0;
}
@media (max-width: 920px) {
  .footer_cta .footer_cta_detail p {
    font-size: 3vw;
  }
}
.footer_cta .footer_cta_action {
  display: flex;
  flex-flow: column;
  gap: 1em;
}
@media (max-width: 920px) {
  .footer_cta .footer_cta_action {
    flex-flow: row;
    flex-wrap: wrap;
  }
}
.footer_cta .footer_cta_action a {
  padding: 1em 2em;
  display: block;
  text-align: center;
  white-space: nowrap;
}
@media (max-width: 920px) {
  .footer_cta .footer_cta_action a {
    width: 100%;
  }
}
.footer_cta .-download {
  background-color: #1D50A2;
  color: #fff;
  text-decoration: none;
}
.footer_cta .-contact {
  background-color: #000;
  color: #fff;
  text-decoration: none;
}

.track_footer {
  padding: 3em 0;
  background-color: #fff;
}
@media (max-width: 920px) {
  .track_footer {
    padding: 0;
  }
}
.track_footer .-inner {
  display: flex;
  flex-flow: row-reverse;
  justify-content: space-between;
}
@media (max-width: 1024px) {
  .track_footer .-inner {
    gap: 2em;
  }
}
@media (max-width: 920px) {
  .track_footer .-inner {
    flex-flow: column;
  }
}
.track_footer hr {
  border: none;
  outline: none;
  height: 1px;
  width: 100%;
  background-color: #ddd;
  margin: 2em 0;
}
@media (max-width: 920px) {
  .track_footer hr {
    margin: 0;
  }
}
.track_footer .track_footer_links {
  width: 750px;
}
@media (max-width: 920px) {
  .track_footer .track_footer_links {
    width: 100%;
  }
}
.track_footer .track_footer_links .-service, .track_footer .track_footer_links .-products {
  flex: 1;
}
@media (max-width: 920px) {
  .track_footer .track_footer_links .-service, .track_footer .track_footer_links .-products {
    padding: 1.5em 2em;
  }
}
.track_footer .track_footer_links h2 {
  font-size: 18px;
  margin-bottom: 0.5em;
}
.track_footer .track_footer_links .-relations .-products .-menu li:first-child {
  width: 100%;
}
.track_footer .track_footer_links .-relations {
  display: flex;
  gap: 2em;
}
@media (max-width: 920px) {
  .track_footer .track_footer_links .-relations {
    flex-flow: column;
    gap: 0em;
  }
}
.track_footer .track_footer_links .-relations .-menu {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  margin: 0;
  padding: 0;
  gap: 1em;
}
.track_footer .track_footer_links .-relations .-menu li {
  width: calc(50% - 0.5em);
}
.track_footer .track_footer_links .-relations .-menu li.-w100 {
  width: 100%;
}
.track_footer .track_footer_links .-relations .-menu li a {
  text-decoration: none;
  color: #333;
}
.track_footer .track_footer_links .-relations .-menu li a:hover .-logo {
  border-color: #000;
  transform: translateY(-2px);
}
.track_footer .track_footer_links .-relations .-menu li a:hover .-logo img {
  transform: scale(1.05);
}
.track_footer .track_footer_links .-relations .-menu li a:hover p {
  color: #000;
}
.track_footer .track_footer_links .-relations .-menu li .-logo {
  border: 1px solid #ddd;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 1em 0;
  transition: border-color 0.3s ease, transform 0.3s ease;
}
.track_footer .track_footer_links .-relations .-menu li .-logo img {
  width: auto;
  height: 26px;
}
.track_footer .track_footer_links .-relations .-menu li p {
  margin-top: 1em;
  margin-bottom: 1em;
  font-size: 12px;
  line-height: 1.5;
  height: 3em;
  overflow: hidden;
}
@media (max-width: 920px) {
  .track_footer .track_footer_links .-relations .-menu li p {
    height: auto;
  }
}
.track_footer .track_footer_links .-side_contents {
  display: flex;
  gap: 2em;
  justify-content: space-between;
}
@media (max-width: 920px) {
  .track_footer .track_footer_links .-side_contents {
    flex-flow: column;
    padding: 1em 1.5em 1.5em;
  }
}
.track_footer .track_footer_links .-side_contents .-side_contents_list {
  flex: 1;
}
.track_footer .track_footer_links .-side_contents p {
  font-size: 12px;
  padding: 1em 0;
}
.track_footer .track_footer_links .-side_contents ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.track_footer .track_footer_links .-side_contents ul li {
  margin-bottom: 0.5em;
  font-size: 14px;
  display: flex;
  gap: 0.5em;
  align-items: center;
}
.track_footer .track_footer_links .-side_contents ul li:before {
  content: "ー";
}
.track_footer .track_footer_links .-side_contents ul li a {
  color: #333;
  text-decoration: none;
}
.track_footer .track_footer_links .-side_contents ul li a:hover {
  text-decoration: underline;
}
@media (max-width: 920px) {
  .track_footer .track_footer_links .-social_media {
    padding: 1.5em;
    border-bottom: 1px solid #ddd;
    margin-bottom: 2em;
  }
}
.track_footer .track_footer_links .-social_media .-social_media_list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  align-items: center;
  gap: 1em;
}
@media (max-width: 920px) {
  .track_footer .track_footer_links .-social_media .-social_media_list {
    flex-wrap: wrap;
    align-items: flex-start;
  }
}
@media (max-width: 920px) {
  .track_footer .track_footer_links .-social_media .-social_media_item {
    width: calc(50% - 0.5em);
  }
}
.track_footer .track_footer_links .-social_media .-social_media_item a {
  display: flex;
  align-items: center;
  color: #333;
  text-decoration: none;
  gap: 0.5em;
}
.track_footer .track_footer_links .-social_media .-social_media_item a span {
  font-size: 13px;
}
.track_footer .track_footer_links .-social_media .-social_media_item a img {
  width: 32px;
  height: auto;
  aspect-ratio: 1/1;
}
.track_footer .track_footer_links .-social_media .-social_media_item a:hover span {
  text-decoration: underline;
}
.track_footer .track_footer_info {
  width: 200px;
  display: flex;
  flex-flow: column;
  gap: 1.5em;
}
@media (max-width: 920px) {
  .track_footer .track_footer_info {
    width: 100%;
    padding: 1.5em;
  }
}
.track_footer .track_footer_info .-logo {
  text-align: center;
}
.track_footer .track_footer_info .-logo img {
  max-width:150px;
}
.track_footer .track_footer_info .-logo p {
  text-align: center;
  font-weight: 700;
  font-size: 14px;
  padding: 1em 0 2em;
}
.track_footer .track_footer_info .-concept {
  background-color: #333;
  color: #fff;
  text-decoration: none;
  display: flex;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  line-height: 1;
  gap: 0.5em;
  padding: 1.5em 0;
}
.track_footer .track_footer_info .-concept strong {
  font-size: 24px;
}
.track_footer .track_footer_info .-concept span {
  font-weight: 700;
}
.track_footer .track_footer_info .-imp {
  display: flex;
  gap: 1em;
}
@media (max-width: 920px) {
  .track_footer .track_footer_info .-imp {
    width: 70%;
    margin: 0 auto;
  }
}
.track_footer .track_footer_info .-imp .-imp_item {
  line-height: 1;
}
.track_footer .track_footer_info .-imp .-imp_item img {
  width: 100%;
  height: auto;
}
.track_footer .track_footer_info .-imp .-imp_item p {
  font-size: 10px;
  padding-top: 0.5em;
}

.givery_footer {
  background-color: #000;
  padding: 2em 1em;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 920px) {
  .givery_footer {
    padding: 0;
  }
}
.givery_footer .-inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media (max-width: 920px) {
  .givery_footer .-inner {
    flex-flow: column;
  }
}
.givery_footer .givery_footer_nav {
  display: flex;
  list-style: none;
  gap: 2em;
  margin: 0;
  padding: 0;
}
@media (max-width: 920px) {
  .givery_footer .givery_footer_nav {
    flex-wrap: wrap;
    gap: 1px;
    background-color: #333;
  }
}
@media (max-width: 920px) {
  .givery_footer .givery_footer_nav li {
    width: calc(50% - 0.5px);
    background-color: #000;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 1em 0;
  }
}
.givery_footer .givery_footer_nav a {
  text-decoration: none;
  color: #fff;
  font-size: 13px;
  opacity: 0.5;
}
.givery_footer .givery_footer_nav a:hover {
  opacity: 1;
}
.givery_footer .givery_footer_nav a[target=_blank] {
  background-image: url(../img/new_window.svg);
  background-repeat: no-repeat;
  background-position: right center;
  background-size: 16px;
  padding-right: 24px;
}
.givery_footer .-copyright {
  color: #999999;
  font-size: 13px;
  font-weight: 300;
}
@media (max-width: 920px) {
  .givery_footer .-copyright {
    border-top: 1px solid #333;
    padding: 1em 0;
    margin: 0;
    width: 100%;
    text-align: center;
  }
}/*# sourceMappingURL=footer.css.map */