.c-footer {
  border-top: 1px solid #ddd;
}

@media screen and (min-width: 1024px) {
  .c-footer {
    overflow: hidden;
  }
}

.c-footer__container {
  position: relative;
  padding: 45px 20px;
}

@media screen and (min-width: 1024px) {
  .c-footer__container {
    display: flex;
    justify-content: space-between;
    width: 940px;
    padding: 68px 0 80px;
    margin: 0 auto;
  }
}

.c-footer__cta {}

.c-footer__cta-heading {
  font-size: 19px;
  font-weight: 600;
  line-height: 1.368;
  text-align: center;
  letter-spacing: 0.03em;
}

@media screen and (min-width: 1024px) {
  .c-footer__cta-heading {
    font-size: 22px;
    line-height: 1.545;
    text-align: left;
    letter-spacing: 0.05em;
  }
}

.c-footer__cta-heading span {
  color: #e60012;
}

.c-footer__cta-list {
  padding: 0 12px 0 18px;
  margin-top: 18px;
}

@media screen and (min-width: 1024px) {
  .c-footer__cta-list {
    padding: 0;
    margin-top: 30px;
  }
}

.c-footer__cta-item {
  position: relative;
  padding-left: 32px;
  font-size: 12px;
  font-weight: 400;
  line-height: 1.416;
  letter-spacing: 0.025em;
}

@media screen and (min-width: 1024px) {
  .c-footer__cta-item {
    padding-left: 40px;
    font-size: 14px;
    line-height: 1.571;
  }
}

.c-footer__cta-item:nth-child(n + 2) {
  margin-top: 12px;
}

@media screen and (min-width: 1024px) {
  .c-footer__cta-item:nth-child(n + 2) {
    margin-top: 30px;
  }
}

.c-footer__cta-item::before {
  position: absolute;
  top: -1px;
  left: 0;
  width: 19.5px;
  height: 19.5px;
  content: '';
  background-image: url('../images/commons/cta_check_icon.svg');
  background-repeat: no-repeat;
  background-size: contain;
}

@media screen and (min-width: 1024px) {
  .c-footer__cta-item::before {
    top: 0;
    width: 23px;
    height: 23px;
    background-image: url('../images/commons/cta_check_icon_md.svg');
  }
}

.c-footer__cta-text {
  margin-top: 27px;
  font-size: 16px;
  font-weight: 600;
  text-align: center;
  letter-spacing: 0.03em;
}

@media screen and (min-width: 1024px) {
  .c-footer__cta-text {
    margin-top: 37px;
    font-size: 18px;
    text-align: left;
  }
}

.c-footer__contact {
  padding: 30px 27px 40px;
  margin-top: 30px;
  color: #fff;
  background-color: #e60012;
}

@media screen and (min-width: 1024px) {
  .c-footer__contact {
    width: 513px;
    padding: 42px 55px 50px;
    margin-top: 0;
  }
}

.c-footer__contact-heading {
  font-size: 18px;
  font-weight: 600;
  line-height: 1.444;
  text-align: center;
  letter-spacing: 0.03em;
}

@media screen and (min-width: 1024px) {
  .c-footer__contact-heading {
    font-size: 22px;
    line-height: 1.545;
  }
}

.c-footer__contact-text {
  margin-top: 22px;
  text-align: center;
}

@media screen and (min-width: 1024px) {
  .c-footer__contact-text {
    margin-top: 33px;
  }
}

.c-footer__contact-text span {
  display: inline-block;
  padding: 5px 17px;
  font-size: 11px;
  font-weight: 600;
  border: 1px solid #fff;
}

@media screen and (min-width: 1024px) {
  .c-footer__contact-text span {
    padding: 6px 24px 6px 25px;
    font-size: 14px;
  }
}

.c-footer__contact-tels {
  margin-top: 19px;
}

@media screen and (min-width: 1024px) {
  .c-footer__contact-tels {
    display: flex;
    margin-top: 16px;
    margin: 16px -25px 0;
  }
}

.c-footer__contact-tel {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 55px;
  font-weight: 500;
  color: #fff;
  text-decoration: none;
  border: 1px solid rgba(255, 255, 255, 0.3);
  border-radius: 27px;
}

@media screen and (min-width: 1024px) {
  .c-footer__contact-tel {
    border: 0;
    pointer-events: none;
  }
}

.c-footer__contact-tel:nth-child(n + 2) {
  margin-top: 15px;
}

@media screen and (min-width: 1024px) {
  .c-footer__contact-tel:nth-child(n + 2) {
    margin-top: 0;
  }
}

.c-footer__contact-icon {}

@media screen and (min-width: 1024px) {
  .c-footer__contact-icon {
    display: none;
  }
}

.c-footer__contact-icon img {
  width: 14px;
}

.c-footer__contact-group01 {
  margin-top: -2px;
}

@media screen and (min-width: 1024px) {
  .c-footer__contact-branch,
  .c-footer__contact-num {
    display: block;
    text-align: center;
  }
}

.c-footer__contact-branch {
  padding: 0 15px;
  font-size: 15px;
  letter-spacing: 0.025em;
}

@media screen and (min-width: 1024px) {
  .c-footer__contact-branch {
    font-size: 12px;
    color: rgba(255, 255, 255, 0.6);
  }
}

.c-footer__contact-num {
  font-family: 'objektiv-mk2', sans-serif;
}

@media screen and (min-width: 1024px) {
  .c-footer__contact-num {
    margin-top: -1px;
    font-size: 26px;
  }
}

.c-footer__contact-time {
  margin-top: 7px;
  font-size: 10px;
  font-weight: 500;
  text-align: right;
  color: rgba(255, 255, 255, 0.6);
  letter-spacing: 0.025em;
}

@media screen and (min-width: 1024px) {
  .c-footer__contact-time {
    margin-top: 0;
    font-size: 9px;
  }
}

.c-footer__contact-mail {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 55px;
  margin-top: 15px;
  font-size: 14px;
  font-weight: 500;
  text-decoration: none;
  letter-spacing: 0.025em;
  background-color: #fff;
  border-radius: 27px;
}

@media screen and (min-width: 1024px) {
  .c-footer__contact-mail {
    width: 351px;
    height: 66px;
    margin: 20px auto 0;
    letter-spacing: 0.03em;
    border-radius: 33px;
  }
}

.c-footer__contact-mail img {
  width: 17px;
  margin-right: 11px;
}

@media screen and (min-width: 1024px) {
  .c-footer__contact-mail img {
    width: 21px;
    margin-right: 15px;
  }
}

.c-footer__contact-mail span {
  margin-top: -2px;
}

@media screen and (min-width: 1024px) {
  .c-footer__contact-mail span {
    font-size: 16px;
    font-weight: 600;
  }
}

.c-footer__pagetop {
  display: none;
}

@media screen and (min-width: 1024px) {
  .c-footer__pagetop {
    position: absolute;
    right: -145px;
    bottom: 74px;
    display: block;
    cursor: pointer;
  }
}

.c-footer__content {
  background-color: #222224;
}

.c-footer__group01 {
  padding: 43px 34px 0;
}

@media screen and (min-width: 1024px) {
  .c-footer__group01 {
    width: 940px;
    padding: 65px 0 0;
    margin: 0 auto;
  }
}

.c-footer__nav {}

.c-footer__nav-list {}

@media screen and (min-width: 1024px) {
  .c-footer__nav-list {
    display: flex;
    justify-content: space-between;
  }
}

.c-footer__nav-item {}

.c-footer__nav-item:nth-child(n + 2) {
  margin-top: 22px;
}

@media screen and (min-width: 1024px) {
  .c-footer__nav-item:nth-child(n + 2) {
    margin-top: 0;
  }
}

.c-footer__nav-link {
  font-size: 14px;
  font-weight: 500;
  color: #fff;
  letter-spacing: 0.025em;
  text-decoration: none;
}

@media screen and (min-width: 1024px) {
  .c-footer__nav-link:hover {
    text-decoration: underline;
  }
}

.c-footer__nav-group01 {
  display: flex;
}

@media screen and (min-width: 1024px) {
  .c-footer__nav-group01 {
    display: block;
  }
}

.c-footer__nav-inner {
  margin-top: 10px;
  margin-left: 15px;
}

@media screen and (min-width: 1024px) {
  .c-footer__nav-inner {
    margin-left: 13px;
  }
}

.c-footer__nav-inner:nth-of-type(n + 2) {
  margin-left: 30px;
}

@media screen and (min-width: 1024px) {
  .c-footer__nav-inner:nth-of-type(n + 2) {
    margin-top: 7px;
    margin-left: 13px;
  }
}

.c-footer__nav-inner li:nth-child(n + 2) {
  margin-top: 5px;
}

@media screen and (min-width: 1024px) {
  .c-footer__nav-inner li:nth-child(n + 2) {
    margin-top: 7px;
  }
}

.c-footer__nav-inner a {
  font-size: 11px;
  color: rgba(255, 255, 255, 0.5);
  letter-spacing: 0.025em;
  text-decoration: none;
}

@media screen and (min-width: 1024px) {
  .c-footer__nav-inner a {
    font-size: 12px;
  }

  .c-footer__nav-inner a:hover {
    text-decoration: underline;
  }
}

.c-footer__misc {
  margin-top: 53px;
}

@media screen and (min-width: 1024px) {
  .c-footer__misc {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    margin-top: 26px;
  }
}

.c-footer__info {}

.c-footer__info-logo {
  width: 220px;
  margin: 0 auto;
}

@media screen and (min-width: 1024px) {
  .c-footer__info-logo {
    width: 182px;
    margin: 0 auto 0 0;
  }
}

.c-footer__info-address {
  margin-top: 7px;
  font-size: 13px;
  font-weight: 600;
  text-align: center;
  color: #fff;
  letter-spacing: 0.025em;
}

@media screen and (min-width: 1024px) {
  .c-footer__info-address {
    margin-top: 11px;
    font-size: 12px;
    font-weight: 500;
    letter-spacing: 0.1em;
  }
}

.c-footer__links {
  margin-top: 37px;
  text-align: center;
}

@media screen and (min-width: 1024px) {
  .c-footer__links {
    margin-top: 0;
  }
}

.c-footer__link {
  display: inline-block;
}

.c-footer__link:last-child {
  margin-top: 8px;
}

.c-footer__link a {
  font-size: 10px;
  color: #fff;
  letter-spacing: 0.025em;
  text-decoration: none;
}

@media screen and (min-width: 1024px) {
  .c-footer__link a {
    font-size: 11px;
  }

  .c-footer__link a:hover {
    text-decoration: underline;
  }
}

.c-footer__link:not(:last-child) a {
  position: relative;
  padding-right: 16px;
  margin-right: 12px;
}

@media screen and (min-width: 1024px) {
  .c-footer__link:not(:last-child) a {
    padding-right: 18px;
  }
}

.c-footer__link:not(:last-child) a::before {
  position: absolute;
  top: 50%;
  right: 0;
  color: #fff;
  content: '|';
  transform: translateY(-60%);
}

.c-footer__copyright {
  padding: 13px 0 15px;
  margin-top: 48px;
  text-align: center;
  border-top: 1px solid rgba(255, 252, 243, 0.07)
}

@media screen and (min-width: 1024px) {
  .c-footer__copyright {
    padding: 18px 0 20px;
    margin-top: 35px;
  }
}

.c-footer__copyright small {
  font-family: 'objektiv-mk2', sans-serif;
  font-size: 10px;
  font-weight: 600;
  color: #fff;
  letter-spacing: 0.025em;
}

@media screen and (min-width: 1024px) {
  .c-footer__copyright small {
    font-size: 12px;
    font-weight: 400;
  }
}