@charset "UTF-8";

.footer-cta {
  position: relative;
  z-index: 3;
}

.footer-cta__box {
  align-items: center;
  color: #FFFFFF;
  display: flex;
  flex-direction: column;
  height: 290px;
  padding-top: 61px;
}
.footer-cta__box:nth-of-type(1) {
  border-radius: 20px 20px 0 0;
}
.footer-cta__box:nth-of-type(3) {
  border-radius: 0 0 20px 20px;
}

.footer-cta__title {
  font-size: 24px;
  font-weight: bold;
  letter-spacing: 0.1em;
  line-height: calc(32 / 24);
}

.footer-cta__label {
  font-size: 13px;
  font-weight: bold;
  letter-spacing: 0.1em;
  line-height: calc(17 / 13);
  margin-top: 8px;
}

.footer-cta__link {
  margin-top: 19px;
}

.footer-cta__notes {
  font-size: 14px;
  line-height: calc(20 / 14);
  margin-top: 7px;
}

.footer-cta__box--tel {
  background-color: #da5168;
}
.footer-cta__box--tel .footer-cta__link {
  font-family: "Lato", sans-serif;
  font-size: 44px;
  font-weight: bold;
  letter-spacing: 0.015em;
  line-height: calc(65 / 44);
}

.footer-cta__box--line {
  background-color: #56be37;
}
.footer-cta__box--line .footer-cta__link::after {
  background: url(../images/arrow_green.svg) no-repeat center/contain;
}
.footer-cta__box--line .footer-cta__link-text {
  color: #56be37;
}
.footer-cta__box--line .footer-cta__link-contents {
  border-right: 1px dotted #56be37;
}

.footer-cta__box--mail {
  background-color: #1a57d8;
}
.footer-cta__box--mail .footer-cta__link::after {
  background: url(../images/arrow_blue.svg) no-repeat center/contain;
}
.footer-cta__box--mail .footer-cta__link-text {
  color: #548bff;
}
.footer-cta__box--mail .footer-cta__link-contents {
  border-right: 1px dotted #013384;
}

.footer-cta__box--line .footer-cta__link,
.footer-cta__box--mail .footer-cta__link {
  align-items: center;
  background: #FFFFFF;
  border-radius: 999px;
  display: flex;
  height: 65px;
  padding: 10px 26px;
  width: 320px;
}
.footer-cta__box--line .footer-cta__link::after,
.footer-cta__box--mail .footer-cta__link::after {
  content: "";
  height: 8px;
  width: 9px;
}
.footer-cta__box--line .footer-cta__link-contents,
.footer-cta__box--mail .footer-cta__link-contents {
  align-items: center;
  display: flex;
  gap: 12px;
  height: 100%;
  margin-right: 19px;
  width: 100%;
}
.footer-cta__box--line .footer-cta__link-icon,
.footer-cta__box--mail .footer-cta__link-icon {
  height: 30px;
  width: 31px;
}
.footer-cta__box--line .footer-cta__link-icon img,
.footer-cta__box--mail .footer-cta__link-icon img {
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
}
.footer-cta__box--line .footer-cta__link-text,
.footer-cta__box--mail .footer-cta__link-text {
  font-size: 18px;
  font-weight: 500;
  letter-spacing: 0.05em;
}

.footer {
  background-color: #f7f7f7;
  margin-top: -20px;
  padding-inline: 20px;
}

.footer__inner {
  margin-inline: auto;
  max-width: 1144px;
  width: 100%;
}

.footer-sitemap {
  padding-bottom: 60px;
  padding-top: 98px;
}

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

.footer-sitemap-info__logo {
  aspect-ratio: 117/94;
  overflow: hidden;
  width: 117px;
}
.footer-sitemap-info__logo img {
  -o-object-fit: contain;
     object-fit: contain;
}

.footer-sitemap-info__text {
  color: #483c42;
  font-size: 16px;
  font-weight: 500;
  line-height: calc(34 / 16);
}

.footer-sitemap-list {
  -moz-column-gap: 38px;
       column-gap: 38px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  padding-top: 41px;
  row-gap: 25px;
}
.footer-sitemap-list__item {
  align-items: center;
  display: flex;
  gap: 12px;
}
.footer-sitemap-list__item p {
  font-size: 14px;
  font-weight: bold;
  letter-spacing: 0.05em;
}
.footer-sitemap-list__item::before {
  background-color: #013384;
  border-radius: 50%;
  content: "";
  height: 5px;
  width: 5px;
}

.footer-copy {
  align-items: center;
  border-top: 1px solid #cccccc;
  display: flex;
  justify-content: space-between;
  padding-bottom: 40px;
  padding-top: 20px;
}

.footer-copy__text {
  font-size: 10px;
}

.footer-copy__pagetop {
  align-items: center;
  display: flex;
  gap: 20px;
}
.footer-copy__pagetop > p {
  font-size: 14px;
}
.footer-copy__pagetop > img {
  height: 50px;
  width: 50px;
}
.footer-copy__pagetop > img img {
  -o-object-fit: contain;
     object-fit: contain;
}
@media (min-width: 768px) {
  .footer-sitemap {
    align-items: flex-start;
    display: flex;
    justify-content: space-between;
    padding-bottom: 98px;
  }
}
@media (min-width: 1024px) {
  .footer-cta__boxs {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
  }
  .footer-cta__box {
    border-radius: 20px;
  }
  .footer-cta__box:nth-of-type(1) {
    border-radius: 0 20px 20px 0;
  }
  .footer-cta__box:nth-of-type(3) {
    border-radius: 20px 0 0 20px;
  }
  .footer-copy {
    padding-bottom: 48px;
    padding-top: 31px;
  }
}