.footer2 {
  background: rgb(0, 0, 0);
  color: rgb(255, 255, 255);
}

.footer2__inner {
  padding: 5.20833vw 8.33333vw;
}
@media screen and (max-width: 900px) {
  .footer2__inner {
    padding: 13.3333vw 4vw;
  }
}

.footer2__upper {
  display: flex;
  -webkit-box-pack: justify;
  justify-content: space-between;
}
@media screen and (max-width: 900px) {
  .footer2__upper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
  }
}

.footer2__upper .left {
  width: 10.625vw;
  box-sizing: border-box;
}
@media screen and (max-width: 900px) {
  .footer2__upper .left {
    width: 100%;
    display: flex;
    -webkit-box-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    align-items: center;
  }
}

.footer2__upper .left .btn-to-top {
  display: none;
}
@media screen and (max-width: 900px) {
  .footer2__upper .left .btn-to-top {
    display: block;
  }
}

.footer2__upper .right {
  width: 100%;
}

.footer2__upper .logo {
  width: 10.6771vw;
  display: flex;
  justify-content: stretch;
}
@media screen and (max-width: 900px) {
  .footer2__upper .logo {
    width: 17.3333vw;
  }
}

.footer2__upper .logo__text {
  font-weight: 700;
  font-size: 1.58854vw;
  font-family: Montserrat, sans-serif;
  margin-top: 1.97917vw;
}
@media screen and (max-width: 900px) {
  .footer2__upper .logo__text {
    display: none;
  }
}

.footer2__lower {
  display: flex;
  -webkit-box-pack: justify;
  justify-content: space-between;
  -webkit-box-align: end;
  align-items: flex-end;
  margin-top: 1.5625vw;
}
@media screen and (max-width: 900px) {
  .footer2__lower {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    -webkit-box-align: start;
    align-items: flex-start;
  }
}

.footer2__lower .left {
  width: 50%;
}
@media screen and (max-width: 900px) {
  .footer2__lower .left {
    width: 100%;
  }
}

@media screen and (max-width: 900px) {
  .footer2__lower .right {
    width: 100%;
  }
}

@media screen and (max-width: 900px) {
  .footer2__lower .sns {
    margin-top: 5.33333vw;
  }
}

.footer2__lower .sns-list {
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  flex-wrap: nowrap;
}

.footer2__lower .sns-list__item {
  box-sizing: border-box;
  width: 1.5625vw;
  margin-right: 0.625vw;
}
@media screen and (max-width: 900px) {
  .footer2__lower .sns-list__item {
    width: 9.86667vw;
    margin-right: 4vw;
  }
}

.footer2__lower .sns-list__item:first-of-type {
  width: 1.30208vw;
}
@media screen and (max-width: 900px) {
  .footer2__lower .sns-list__item:first-of-type {
    width: 8.53333vw;
  }
}

@media screen and (max-width: 900px) {
  .footer2__lower .info {
    margin-top: 4vw;
    padding-bottom: 8vw;
  }
}

.footer2__lower .info-list {
  display: flex;
  margin-top: 0.78125vw;
}
@media screen and (max-width: 900px) {
  .footer2__lower .info-list {
    margin-top: 0px;
    flex-wrap: wrap;
  }
}

.footer2__lower .info-list__item {
  margin-right: 1.04167vw;
}
@media screen and (max-width: 900px) {
  .footer2__lower .info-list__item {
    margin-right: 4vw;
    margin-bottom: 5.33333vw;
  }
}

@media screen and (max-width: 900px) {
  .footer2__lower .info-list__item:last-child {
    margin-right: 0px;
  }
}

.footer2__lower .info-list__link {
  color: rgb(255, 255, 255);
  font-size: 0.729167vw;
  font-weight: 700;
}
@media screen and (max-width: 900px) {
  .footer2__lower .info-list__link {
    font-size: 3.2vw;
  }
}

.footer2__lower .copyright {
  color: rgb(134, 146, 165);
  font-size: 0.625vw;
  margin-top: 0.78125vw;
}
@media screen and (max-width: 900px) {
  .footer2__lower .copyright {
    font-size: 2.66667vw;
    color: rgb(172, 180, 193);
  }
}

.footer2__lower .sign {
  width: 18.6458vw;
}
@media screen and (max-width: 900px) {
  .footer2__lower .sign {
    width: 100%;
    margin-top: 2.66667vw;
  }
}

@media screen and (max-width: 900px) {
  .footer2__lower .sign__image {
    opacity: 0.4;
    width: 100%;
  }
}

@media screen and (max-width: 900px) {
  .footer2__lower .logo {
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    margin-top: 10.6667vw;
  }
}

@media screen and (max-width: 900px) {
  .footer2__lower .logo__image {
    margin-right: 2.66667vw;
    width: 17.3333vw;
  }
}

.footer2__nav .menu-list {
  display: flex;
  -webkit-box-pack: end;
  justify-content: flex-end;
}
@media screen and (max-width: 900px) {
  .footer2__nav .menu-list {
    -webkit-box-pack: start;
    justify-content: flex-start;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    margin-top: 5.33333vw;
  }
}

.footer2__nav .menu-list__item {
  margin-left: 5.20833vw;
}
@media screen and (max-width: 900px) {
  .footer2__nav .menu-list__item {
    margin-left: 0px;
  }
}

.footer2__nav .menu-list__item:first-child {
  margin-left: 0px;
}

.footer2__nav .menu-list__link {
  color: rgb(255, 255, 255);
  font-family: Montserrat, sans-serif;
  font-weight: 700;
  font-size: 1.25vw;
  letter-spacing: 0.05em;
}
.footer2__nav .menu-list__link:active, .footer2__nav .menu-list__link:hover {
  opacity: 1;
}
@media screen and (max-width: 900px) {
  .footer2__nav .menu-list__link {
    display: block;
    padding: 2.66667vw 0px;
    margin-left: 0px;
    font-family: Montserrat, sans-serif;
    font-weight: 700;
    font-size: 6.4vw;
    color: rgb(255, 255, 255);
    position: relative;
  }
  .footer2__nav .menu-list__link::after {
    content: "";
    border-width: medium 2px 2px medium;
    border-style: none solid solid none;
    border-color: currentcolor rgb(255, 255, 255) rgb(255, 255, 255) currentcolor;
    width: 2.66667vw;
    height: 2.66667vw;
    position: absolute;
    right: 2.66667vw;
    top: 35%;
    transform: rotate(45deg);
  }
  .footer2__nav .menu-list__link.-opened::after {
    border-width: 2px medium medium 2px;
    border-style: solid none none solid;
    border-color: rgb(255, 255, 255) currentcolor currentcolor rgb(255, 255, 255);
    top: 45%;
  }
}

.footer2__nav .submenu-list {
  margin-top: 1.30208vw;
}
@media screen and (max-width: 900px) {
  .footer2__nav .submenu-list {
    display: none;
    padding: 2.66667vw 0px 5.33333vw;
  }
}

.footer2__nav .submenu-list__item {
  margin-bottom: 0.9375vw;
}
@media screen and (max-width: 900px) {
  .footer2__nav .submenu-list__item {
    margin-bottom: 6.66667vw;
  }
}

.footer2__nav .submenu-list__item:last-child {
  margin-bottom: 0px;
}
@media screen and (max-width: 900px) {
  .footer2__nav .submenu-list__item:last-child {
    margin-bottom: 6.66667vw;
  }
}

.footer2__nav .submenu-list__link {
  display: block;
  font-size: 0.78125vw;
  position: relative;
  color: rgb(255, 255, 255);
  letter-spacing: 0.05em;
}
.footer2__nav .submenu-list__link:active, .footer2__nav .submenu-list__link:hover {
  opacity: 1;
}
.footer2__nav .submenu-list__link::after {
  content: "";
  border-top: 1px solid rgb(255, 255, 255);
  border-right: 1px solid rgb(255, 255, 255);
  width: 0.3125vw;
  height: 0.3125vw;
  position: absolute;
  top: 50%;
  right: -1em;
  transform: rotate(45deg) translateY(-50%);
}
.footer2__nav .submenu-list__link.-ext::after {
  content: "";
  width: 0.3125vw;
  height: 0.3125vw;
  border-width: medium;
  border-style: none;
  border-color: currentcolor;
  border-image: none;
  background-image: url("/images/icon/ico_extlink.svg");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  position: absolute;
  top: 45%;
  right: -1em;
  transform: rotate(45deg) translateY(-50%);
}
.footer2__nav .submenu-list__link:hover::after {
  animation: 0.4s ease-out 0s 1 normal forwards running submenu_footer_move;
}
@media screen and (max-width: 900px) {
  .footer2__nav .submenu-list__link {
    color: rgb(255, 255, 255);
    font-size: 3.73333vw;
    font-weight: 700;
    display: inline-block;
    position: relative;
    padding-right: 4vw;
  }
  .footer2__nav .submenu-list__link::after {
    content: "";
    width: 1.86667vw;
    height: 1.86667vw;
    border-top: 1px solid rgb(255, 255, 255);
    border-right: 1px solid rgb(255, 255, 255);
    position: absolute;
    right: 0px;
    top: 30%;
    transform: rotate(45deg);
  }
  .footer2__nav .submenu-list__link.-ext::after {
    content: "";
    width: 1.86667vw;
    height: 1.86667vw;
    position: absolute;
    right: 0px;
    top: 25%;
    transform: rotate(45deg);
  }
}

@media screen and (max-width: 900px) {
  .footer2__nav .submenu-wrapper {
    display: none;
  }
}

.footer2__nav .submenu-wrapper .submenu-inner .submenu-ttl {
  font-size: 0.9375vw;
  font-weight: 700;
  color: rgb(255, 255, 255);
  margin-bottom: 1.04167vw;
  word-break: keep-all;
  white-space: nowrap;
}
@media screen and (max-width: 900px) {
  .footer2__nav .submenu-wrapper .submenu-inner .submenu-ttl {
    margin-bottom: 6.66667vw;
    padding-top: 3.2vw;
    font-size: 4.27vw;
    font-weight: 700;
    color: rgb(255, 255, 255);
  }
}

.footer2__nav .submenu-wrapper .submenu-inner .submenu-list {
  display: block !important;
  position: relative !important;
  width: fit-content !important;
  top: 0px !important;
  left: 0px !important;
  padding: 0px !important;
  border-radius: 0px !important;
}
@media screen and (max-width: 900px) {
  .footer2__nav .submenu-wrapper .submenu-inner .submenu-list {
    width: 100% !important;
  }
}

.footer2__nav .submenu-wrapper .submenu-inner .submenu-list + .submenu-list {
  margin-top: 1.5vw;
}
@media screen and (max-width: 900px) {
  .footer2__nav .submenu-wrapper .submenu-inner .submenu-list + .submenu-list {
    border-top: 1px solid rgba(255, 255, 255, 0.3);
    margin-top: 6.66667vw !important;
    padding-top: 6.66667vw !important;
  }
}

.footer2__nav .submenu-wrapper .submenu-inner .submenu-list .submenu-list__link {
  word-break: keep-all;
  white-space: nowrap;
}

@media screen and (max-width: 900px) {
  .footer2__nav .submenu-wrapper .submenu-list {
    display: block !important;
    padding: 2.66667vw 0px 0px !important;
  }
}

@keyframes submenu_footer_move {
  0% {
    right: -1em;
  }
  50% {
    right: -1.2em;
  }
  100% {
    right: -1em;
  }
}
/*# sourceMappingURL=footer.css.map */
