

#footer {
  margin-top: 3em;
}

.footer-sns-title-area .footer-sns-title {
  font-size: .85em;
  margin-bottom: 0;
  text-align: center;
}

ul.footer-sns-list {
  display: flex;
  justify-content: center;
  padding: 1em 0;
}

ul.footer-sns-list li {
  margin: 0 1em;
}

ul.footer-sns-list li i {
  font-size: 1.5em;
}


.footer-nav {
  margin-bottom: 2em;
}


.footer-nav ul.footer-menu > li {
  padding-bottom: 1em;
}

.footer-nav ul.footer-menu > li > a {
  font-size: .85em;
  font-weight: 700;
  color: #eaeaea;
  text-align: right;
}

.footer-content-section {
  border-top: 1px solid #ddd;
  background-color: #040000;
  padding: 3em 0 1.5em;
}

.footer-content-section .logo img {
  width: 80%;
  max-width: 380px;
  margin-bottom: .75em;
}

.footer-content-section .publisher {
  color: #eaeaea;
  font-size: .75em;
  font-weight: 700;
}

.footer-content-section .slogan {
  color: #eaeaea;
  font-size: 1em;
  font-weight: 400;
}

.footer-content-section .company-name {
  color: #eaeaea;
}

.footer-content-section .company-info-txt {
  font-size: .75em;
  color: #eaeaea;
}

.footer-content-section .company-info-txt a {
  color: #ddd;
}

.footer .fnav-wrapper {
  display: flex;
  gap: 30px;
}

.footer .logo-operator {
  text-align: right;
}
.footer .logo-operator img {
  display: inline-block;
}


.copyright-txt {
  text-align: center;
  margin-top: 2.5em;
  margin-bottom: 0;
  font-size: .75em;
  color: #eaeaea;
}


a#move-top-btn {
    position: fixed;
    right: 2%;
    bottom: 50px;
    display: none;
    z-index: 9;
}

a#move-top-btn .circle {
  padding: 10px;
  width: 54px;
  height: 54px;
  display: block;
  position: relative;
  margin: 0 auto;
  border-radius: 50%;
  background-color: #8dc63f;
}

a#move-top-btn .circle i {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  color: #fff;
}





@media all and (min-width: 981px) {
  .notice-nav-content > div {
    width: 50%;
  }

  .footer-content-section .footer-content-row {
    display: flex;
    justify-content: space-between;
  }

  .footer-content-section .footer-content-row .col-left {
    display: flex;
    flex-direction: column;
  }

  .footer-content-section .footer-content-row .col-left a.logo__w {
    flex: 1;
  }

  .footer-content-section .logo-operator img {
    max-width: 104px;
  }
}

@media all and (max-width: 980px) {
  .footer-content-section .logo img#logo {
    width: 40%;
  }

  .footer-content-section .logo-operator {
    max-width: 128px;
    margin: 0 auto;
  }

  .footer-content-row .col-right.w2 {
    padding-top: 20px;
  }

  .footer-content-row .footer-nav ul.footer-menu li {
    padding-bottom: .8em;
    line-height: 1.3;
  }

  .footer-notice {
    padding-top: 15px;
  }


  .footer-apply > div {
    margin-bottom: 0;
  }
}

@media all and (max-width: 767px) {
  .footer-content-section .logo img#logo {
    width: 100%;
  }

  .footer-apply .footer-apply-area {
    padding: 3.5em 2em;
  }

}

@media all and (max-width: 600px) {
  .footer-content-row .footer-nav ul.footer-menu li {
    padding-bottom: .6em;
  }
  .footer-content-row .footer-nav ul.footer-menu li > a {
    font-size: 12px;
  }
}
