@charset "UTF-8";
/*メインカラー*/
/*サブカラー*/
/*タブレット*/
/*スマホ*/
.footer {
  width: 100%;
  background-color: #000000;
  position: relative;
}
.footer__container--content {
  width: 100%;
  border-bottom: #707070 solid 0.1rem;
}
@media screen and (max-width: 599px) {
  .footer__container--content {
    border-bottom: none;
  }
}
.footer__container--content .inner {
  max-width: 167rem;
  width: 100%;
  margin: 0 auto 0;
  padding: 12.4rem 0 11.9rem;
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 599px) {
  .footer__container--content .inner {
    max-width: 33rem;
    flex-flow: column;
    padding: 3.2rem 0 3.7rem 0;
  }
}
.footer__container--content .inner a {
  max-width: 81.7rem;
  width: 100%;
  height: 15.4rem;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 4.5rem;
  font-weight: 900;
  font-style: italic;
  border: #fff solid 0.1rem;
  position: relative;
  padding-right: 8rem;
  overflow: hidden;
}
@media screen and (max-width: 599px) {
  .footer__container--content .inner a {
    max-width: 100%;
    height: 5.3rem;
    font-size: 1.5rem;
    padding: 0;
  }
}
.footer__container--content .inner a:nth-child(1) {
  margin: 0 0 1.7rem;
}
.footer__container--content .inner a::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  right: 100%;
  background-color: #fff;
  transition: all 0.3s ease;
}
.footer__container--content .inner a .text {
  position: absolute;
  z-index: 1;
}
.footer__container--content .inner a .icon {
  max-width: 7.804rem;
  width: 100%;
  display: flex;
  align-items: center;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 3.1rem;
}
@media screen and (max-width: 599px) {
  .footer__container--content .inner a .icon {
    max-width: 2.4rem;
    right: 1.2rem;
  }
}
.footer__container--content .inner a:hover {
  color: #080808;
}
.footer__container--content .inner a:hover::before {
  right: 0;
}
.footer__container--content .inner a:hover .icon {
  filter: brightness(0) saturate(100%) invert(0%) sepia(96%) saturate(7478%) hue-rotate(34deg) brightness(93%) contrast(93%);
}
.footer__container--contact {
  width: 100%;
  background-color: #000;
  color: #fff;
  margin: 13.5rem 0 12rem 0;
  display: flex;
  justify-content: center;
}
@media screen and (max-width: 599px) {
  .footer__container--contact {
    flex-flow: column;
    margin: 3.7rem 0 3.57rem 0;
    border-bottom: #707070 solid 0.1rem;
    max-width: 33rem;
    margin: 0 auto 2.58rem;
  }
}
.footer__container--contact .inner {
  width: 100%;
  max-width: 167rem;
  display: flex;
}
@media screen and (max-width: 599px) {
  .footer__container--contact .inner {
    flex-flow: column;
  }
}
.footer__container--contact .inner h2 {
  max-width: 65.2rem;
  width: 100%;
  border-right: 0.1rem solid #fff;
  display: flex;
  flex-flow: column;
  justify-content: center;
}
@media screen and (max-width: 599px) {
  .footer__container--contact .inner h2 {
    max-width: 33rem;
    display: flex;
    flex-flow: column;
    border-right: none;
  }
}
.footer__container--contact .inner h2 small {
  font-size: 1.8rem;
  font-weight: 400;
  display: inline-block;
}
@media screen and (max-width: 599px) {
  .footer__container--contact .inner h2 small {
    font-size: 1.3rem;
  }
}
.footer__container--contact .inner h2 big {
  font-size: 6rem;
  font-weight: 900;
  font-style: italic;
  display: inline-block;
}
@media screen and (max-width: 599px) {
  .footer__container--contact .inner h2 big {
    padding: 0 0 0 0;
    font-size: 3rem;
  }
}
.footer__container--contact .inner .element {
  width: 68rem;
  display: flex;
  flex-flow: column;
  align-items: flex-end;
}
@media screen and (max-width: 599px) {
  .footer__container--contact .inner .element {
    width: 33rem;
  }
}
.footer__container--contact .inner .element h3 {
  max-width: 61.4rem;
  width: 100%;
  font-size: 3rem;
  font-weight: 400;
  margin-top: 2.9rem;
}
@media screen and (max-width: 599px) {
  .footer__container--contact .inner .element h3 {
    display: none;
  }
}
.footer__container--contact .inner .element a {
  max-width: 61.4rem;
  width: 100%;
  height: 8.4rem;
  display: flex;
  align-items: center;
  font-size: 2.5rem;
  font-weight: 700;
  border-radius: 1rem 0 0 0;
  padding: 0 0 0 3.2rem;
  position: relative;
  overflow: hidden;
  border: #080808 solid 0.1rem;
}
@media screen and (max-width: 599px) {
  .footer__container--contact .inner .element a {
    max-width: 100%;
    height: 4.5rem;
    font-size: 1.2rem;
    padding-left: 1.7rem;
  }
}
.footer__container--contact .inner .element a:nth-child(2) {
  background: #13AE68;
  background: linear-gradient(125deg, rgb(19, 174, 104) 0%, rgb(29, 237, 143) 100%);
  margin-top: 3.7rem;
}
@media screen and (max-width: 599px) {
  .footer__container--contact .inner .element a:nth-child(2) {
    margin-top: 2.4rem;
  }
}
.footer__container--contact .inner .element a:nth-child(2)::before {
  background-color: #080808;
}
.footer__container--contact .inner .element a:nth-child(3) {
  background-color: #000000;
  margin-top: 2.8rem;
  border: #fff solid 0.1rem;
  margin-bottom: 3.2rem;
}
@media screen and (max-width: 599px) {
  .footer__container--contact .inner .element a:nth-child(3) {
    margin-top: 1.5rem;
  }
}
.footer__container--contact .inner .element a:nth-child(3)::before {
  background-color: #fff;
}
.footer__container--contact .inner .element a::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  right: 100%;
  transition: all 0.3s ease;
}
.footer__container--contact .inner .element a .text {
  position: absolute;
}
.footer__container--contact .inner .element a .icon {
  width: 4.301rem;
  position: absolute;
  right: 2.75rem;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 599px) {
  .footer__container--contact .inner .element a .icon {
    width: 2.4rem;
    right: 1.2rem;
  }
}
.footer__container--contact .inner .element a:hover:nth-child(2) {
  border: #13AE68 solid 0.1rem;
  color: #13AE68;
}
.footer__container--contact .inner .element a:hover:nth-child(2)::before {
  right: 0;
}
.footer__container--contact .inner .element a:hover:nth-child(2) .icon {
  filter: brightness(0) saturate(100%) invert(46%) sepia(27%) saturate(4372%) hue-rotate(124deg) brightness(97%) contrast(85%);
}
.footer__container--contact .inner .element a:hover:nth-child(3) {
  border: #fff solid 0.1rem;
  color: #080808;
}
.footer__container--contact .inner .element a:hover:nth-child(3)::before {
  right: 0;
}
.footer__container--contact .inner .element a:hover:nth-child(3) .icon {
  filter: brightness(0) saturate(100%) invert(0%) sepia(1%) saturate(709%) hue-rotate(333deg) brightness(105%) contrast(103%);
}
.footer__container--overview {
  background-color: #000;
  color: #fff;
  width: 100%;
  display: flex;
  justify-content: center;
  margin: 0 0 10.4rem 0;
}
@media screen and (max-width: 599px) {
  .footer__container--overview {
    flex-flow: column;
    margin: 0 0 2.7rem 0;
  }
}
.footer__container--overview .inner {
  width: 167rem;
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 599px) {
  .footer__container--overview .inner {
    width: 33rem;
    margin: auto;
    flex-flow: column;
  }
}
.footer__container--overview .inner .content:nth-child(1) {
  width: 62.5rem;
}
@media screen and (max-width: 599px) {
  .footer__container--overview .inner .content:nth-child(1) {
    width: 100%;
  }
}
.footer__container--overview .inner .content:nth-child(1) h2 {
  font-size: 3rem;
  font-weight: 900;
}
@media screen and (max-width: 599px) {
  .footer__container--overview .inner .content:nth-child(1) h2 {
    font-size: 2rem;
  }
}
.footer__container--overview .inner .content:nth-child(1) h2 a {
  opacity: 1;
  transition: opacity 0.3s ease;
}
.footer__container--overview .inner .content:nth-child(1) h2 a:hover {
  opacity: 0.5;
}
.footer__container--overview .inner .content:nth-child(1) ul li {
  width: 100%;
  max-width: 62.5rem;
  margin-top: 3.6rem;
}
@media screen and (max-width: 599px) {
  .footer__container--overview .inner .content:nth-child(1) ul li {
    max-width: 100%;
    margin-top: 1.9rem;
  }
}
.footer__container--overview .inner .content:nth-child(1) ul li:nth-child(1) {
  margin-top: 4.1rem;
}
@media screen and (max-width: 599px) {
  .footer__container--overview .inner .content:nth-child(1) ul li:nth-child(1) {
    margin-top: 1.9rem;
  }
}
.footer__container--overview .inner .content:nth-child(1) ul li h3 {
  font-size: 2rem;
  font-weight: 900;
  border-bottom: 0.1rem solid #707070;
  padding-bottom: 0.6rem;
  color: #7E7E7E;
}
@media screen and (max-width: 599px) {
  .footer__container--overview .inner .content:nth-child(1) ul li h3 {
    font-size: 1.2rem;
    border-bottom: none;
  }
}
.footer__container--overview .inner .content:nth-child(1) ul li p {
  font-size: 1.6rem;
  font-weight: 700;
  padding: 1rem 0 0 0;
}
@media screen and (max-width: 599px) {
  .footer__container--overview .inner .content:nth-child(1) ul li p {
    font-size: 1.2rem;
    padding: 0;
  }
}
.footer__container--overview .inner .content:nth-child(1) ul li p br {
  display: none;
}
.footer__container--overview .inner nav {
  max-width: 75.8rem;
  width: 100%;
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 599px) {
  .footer__container--overview .inner nav {
    width: 100%;
    flex-flow: column;
  }
}
@media screen and (max-width: 599px) {
  .footer__container--overview .inner nav ul:first-child {
    margin-top: 3.5rem;
  }
}
.footer__container--overview .inner nav ul li {
  margin-bottom: 2.3rem;
}
.footer__container--overview .inner nav ul li:nth-child(1) {
  margin-bottom: 2.9rem;
}
.footer__container--overview .inner nav ul li:nth-child(1) a big {
  font-size: 2rem;
  font-weight: 900;
}
@media screen and (max-width: 599px) {
  .footer__container--overview .inner nav ul li:nth-child(1) a big {
    font-size: 1.2rem;
  }
}
.footer__container--overview .inner nav ul li:nth-child(1) a small {
  font-size: 1.2rem;
  font-weight: 500;
}
.footer__container--overview .inner nav ul li a {
  width: -moz-fit-content;
  width: fit-content;
  opacity: 1;
  transition: opacity 0.3s ease;
  display: inline-block;
}
.footer__container--overview .inner nav ul li a big {
  width: -moz-fit-content;
  width: fit-content;
  font-size: 1.5rem;
  font-weight: 500;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 599px) {
  .footer__container--overview .inner nav ul li a big {
    font-size: 1.2rem;
    font-weight: 900;
  }
}
.footer__container--overview .inner nav ul li a big .externalIcon {
  font-size: 1.3rem;
  margin: 0 0 0 1rem;
}
@media screen and (max-width: 599px) {
  .footer__container--overview .inner nav ul li a big .externalIcon {
    font-size: 1rem;
  }
}
.footer__container--overview .inner nav ul li a small {
  width: -moz-fit-content;
  width: fit-content;
  display: block;
  font-size: 1.2rem;
  font-weight: 500;
}
.footer__container--overview .inner nav ul li a:hover {
  opacity: 0.5;
}
.footer__container--overview .inner nav ul:last-child a big {
  font-size: 2rem;
  font-weight: 900;
}
@media screen and (max-width: 599px) {
  .footer__container--overview .inner nav ul:last-child a big {
    font-size: 1.2rem;
  }
}
.footer__container--overview .inner nav ul:last-child a small {
  font-size: 1.2rem;
  font-weight: 500;
}
@media screen and (max-width: 599px) {
  .footer__container--overview .inner nav ul:last-child a small {
    font-size: 1.2rem;
  }
}
.footer__container .copy {
  width: 157rem;
  margin: auto;
  color: #fff;
  border-top: #707070 solid 0.1rem;
  padding: 2.8rem 4.2rem 4rem 0;
  text-align: right;
}
@media screen and (max-width: 599px) {
  .footer__container .copy {
    width: 33rem;
    padding: 1rem 0;
    text-align: center;
  }
}
.footer__container .copy small {
  font-size: 1.5rem;
  font-weight: 400;
}
@media screen and (max-width: 599px) {
  .footer__container .copy small {
    font-size: 1rem;
  }
}/*# sourceMappingURL=footer.css.map */