.footer {
  color: #fff;
}

.footer-contact {
  position: relative;
}

.footer-contact__img {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 1;
}
.footer-contact__img::after {
  background: linear-gradient(180deg, rgba(19, 58, 120, 0.7) 0%, rgba(5, 16, 33, 0.9) 100%);
  content: "";
  height: 100%;
  left: 0;
  pointer-events: none;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 2;
}

.footer-contact__inner {
  margin-inline: auto;
  max-width: 1170px;
  padding-inline: 20px;
  pointer-events: visible;
}

.footer-contact__head {
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
  padding-bottom: 27px;
  padding-top: 40px;
  pointer-events: none;
  position: relative;
  z-index: 3;
}

.footer-contact__bottom {
  padding-bottom: 80px;
  padding-top: 40px;
  pointer-events: none;
  position: relative;
  z-index: 3;
}

.footer-contact__boxs {
  display: grid;
  gap: 30px;
  grid-template-columns: 1fr;
  justify-content: center;
}

.footer-contact__link {
  border-radius: 10px;
  display: block;
  margin-inline: auto;
  overflow: hidden;
  padding: 30px 15px;
  width: min(100%, 543px);
}
.footer-contact__link:nth-of-type(1) {
  background: #ff8928;
}
.footer-contact__link:nth-of-type(2) {
  background: #1169ca;
}
.footer-contact__link:nth-of-type(2) .footer-contact-link__head img {
  height: 14.308px;
  width: 17px;
}
.footer-contact__link:hover {
  opacity: 1;
}
.footer-contact__link:hover .footer-contact-link__arrow {
  transform: translateX(5px);
}

.footer-contact-link__contents {
  -moz-column-gap: 15px;
       column-gap: 15px;
  display: grid;
  grid-template-columns: 1fr 48px;
  margin-left: auto;
  max-width: 452px;
  row-gap: 16px;
}
.footer-contact-link__contents .c-desc-default {
  grid-column: 1;
  line-height: calc(30 / 14);
}

.footer-contact-link__arrow {
  grid-column: 2;
  grid-row: span 2;
  position: relative;
  transition: transform 0.3s ease;
}
.footer-contact-link__arrow::after {
  background: url(../images/arrow_cycle.svg) no-repeat center center/contain;
  content: "";
  height: 27px;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 47.7px;
}

.footer-contact-link__head {
  align-items: center;
  display: flex;
  gap: 15px;
  grid-column: 1;
}
.footer-contact-link__head h1,
.footer-contact-link__head h2,
.footer-contact-link__head h3 {
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 0.05em;
}
.footer-contact-link__head img {
  flex-shrink: 0;
  height: 22.405px;
  -o-object-fit: contain;
     object-fit: contain;
  width: 15px;
}

.footer-bottom {
  background: #636e73;
  padding-bottom: 23px;
  padding-inline: 20px;
  padding-top: 80px;
  position: relative;
  z-index: 3;
}

.footer-bottom__inner {
  margin-inline: auto;
  max-width: 1130px;
}

.footer-sitemap {
  display: flex;
  flex-direction: column;
  gap: 40px;
}

.footer-info {
  flex-shrink: 0;
}

a.footer-info__logo {
  color: currentColor;
  flex-shrink: 0;
  font-family: "Shippori Mincho", serif;
  font-size: 20px;
  font-weight: 700;
  letter-spacing: 1.84px;
  line-height: calc(40 / 23);
}
.footer-info__adds {
  display: flex;
  flex-direction: column;
  line-height: calc(26 / 14);
  margin-top: 25px;
}
.footer-list {
  align-items: center;
  -moz-column-gap: 30px;
       column-gap: 30px;
  display: flex;
  flex-wrap: wrap;
  row-gap: 15px;
}

a.footer-list__item {
  letter-spacing: 0.42px;
}

.footer-pagetop {
  display: flex;
  justify-content: flex-end;
  margin-top: 100px;
}

a.footer-pagetop__link {
  height: 102px;
  width: 102px;
}
a.footer-pagetop__link img {
  -o-object-fit: contain;
     object-fit: contain;
}

.footer-copy {
  padding-top: 30px;
}
.footer-copy p {
  font-size: 11px;
  font-weight: 400;
  line-height: 1.9;
  text-align: center;
  width: 100%;
}
@media (min-width: 768px) {
  .footer-sitemap {
    align-items: flex-start;
    flex-direction: row;
    justify-content: space-between;
  }
  .footer-list {
    gap: 40px;
    justify-content: flex-end;
  }
}
@media (min-width: 1024px) {
  .footer-contact__bottom {
    padding-bottom: 147px;
    padding-top: 71px;
  }
  .footer-contact__boxs {
    grid-template-columns: repeat(2, minmax(0, 543px));
    justify-content: space-between;
  }
  .footer-contact__link {
    padding: 36px 30px 27px;
  }
  .footer-contact-link__contents {
    -moz-column-gap: 18px;
         column-gap: 18px;
  }
  .footer-bottom {
    padding-top: 110px;
  }
  a.footer-info__logo {
    font-size: 23px;
  }
  .footer-list {
    margin-top: 9px;
  }
  .footer-copy {
    padding-top: 40px;
  }
}
@media (min-width: 1366px) {
  .footer-pagetop {
    margin-top: 210px;
  }
}