@charset "utf-8";

.footer {
  margin-inline: auto;
  padding-inline: 40px;
  width: min(1280px, 100%);
}

.footer__cta {
  display: flex;
  flex-direction: column;
  gap: 0.625rem;
}

@media screen and (width >= 900px) {
  .footer__cta {
    flex-direction: row;
  }
}

.footer__cta-link {
  background: linear-gradient(90deg, #595959 0%, #3c3a3a 100%);
  border-radius: 10px;
  height: 286px;
  position: relative;
  width: 100%;
  z-index: 1;
}

@media (any-hover: hover) {
  .footer__cta-link:hover {
    opacity: 1;
  }

  .footer__cta-link:hover::after {
    opacity: 0.5;
  }
}

.footer__cta-link::after {
  background: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='200' height='200'><filter id='noise'><feTurbulence type='fractalNoise' baseFrequency='0.8' numOctaves='4' stitchTiles='stitch'/></filter><rect width='100%' height='100%' filter='url(%23noise)'/></svg>");
  border-radius: 10px;
  content: "";
  height: 100%;
  left: 0;
  opacity: 0.3;
  pointer-events: none;
  position: absolute;
  top: 0;
  transition: opacity 0.3s ease;
  width: 100%;
}

.footer__cta-head {
  align-items: center;
  display: flex;
  flex-direction: column;
  gap: 0.375rem;
  justify-content: center;
  margin-block-start: 4.125rem;
}

.footer__cta-title-en {
  font-size: 1.375rem;
  font-weight: 400;
  letter-spacing: 0.05em;
  line-height: 1;
  text-transform: uppercase;
}

.footer__cta-title-ja {
  font-size: 1rem;
  font-weight: 400;
  letter-spacing: 0.08em;
  line-height: 1;
}

.footer__cta-body {
  align-items: center;
  display: flex;
  flex-direction: column;
  gap: 1rem;
  justify-content: center;
  margin-block-start: 2.75rem;
}

.footer__cta-tel-info {
  align-items: end;
  border-block-end: 1px solid #fff;
  display: flex;
  padding-block-end: 0.25rem;
}

.footer__cta-tel {
  font-size: 1.125rem;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 1;
  text-transform: uppercase;
}

.footer__cta-num {
  font-size: 1.875rem;
  font-size: clamp(1.875rem, 1.7194413717rem + 0.6637168142vw, 2.25rem);
  font-weight: 400;
  letter-spacing: 0.05em;
  line-height: 1;
}

.footer__cta-open {
  font-size: 0.875rem;
  font-size: clamp(0.875rem, 0.875rem + 0vw, 0.875rem);
  font-weight: 500;
  letter-spacing: 0.05em;
  line-height: 1;
  margin-block-start: -0.75rem;
}

.footer__info {
  column-gap: 2.5rem;
       column-gap: 2.5rem;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-block-start: clamp(5rem, 2.3555033186rem + 11.2831858407vw, 11.375rem);
}

@media screen and (width >= 768px) {
  .footer__info {
    width: min(1170px, 100%);
  }
}

.footer__company-logo {
  aspect-ratio: 149/67;
  height: auto;
  width: 149px;
}

.footer__company-info {
  display: flex;
  flex-direction: column;
  gap: 1.5625rem;
  margin-block-start: 3.5rem;
}

.footer__info-name {
  font-size: 0.8125rem;
  font-weight: 400;
  letter-spacing: 0.1em;
  line-height: 1;
  opacity: 0.8;
}

.footer__info-post,
.footer__info-address {
  font-size: 0.75rem;
  font-weight: 400;
  letter-spacing: 0.1em;
  line-height: 1;
  opacity: 0.8;
}

.footer__info-post {
  margin-block-end: -0.9375rem;
}

.footer__info-sns {
  aspect-ratio: 30/30;
  height: auto;
  margin-block-start: 0.4375rem;
  width: 30px;
}

.footer__list {
  display: flex;
  flex-flow: row wrap;
  gap: clamp(1.875rem, 1.0972068584rem + 3.3185840708vw, 3.75rem);
  margin-block-start: 5rem;
}

@media screen and (width >= 871px) {
  .footer__list {
    margin-block-start: 1.875rem;
  }
}

.footer__item-head-title {
  border-block-end: 1px solid #555759;
  font-size: 0.9375rem;
  font-weight: 600;
  letter-spacing: 0.1em;
  line-height: 1.0666666667;
  padding-block-end: 0.1875rem;
}

.footer__item-body {
  align-items: flex-start;
  display: flex;
  flex-direction: column;
  gap: 1.0625rem;
  margin-block-start: 0.875rem;
}

.footer__menu-title {
  font-size: 0.75rem;
  font-weight: 400;
  letter-spacing: 0.1em;
  line-height: 0.8333333333;
}

.footer__copy {
  border-block-start: 1px solid #555759;
  font-size: 0.75rem;
  font-weight: 400;
  letter-spacing: 0.1em;
  line-height: 1;
  margin-block-start: 8.9375rem;
  padding-block: 1.25rem;
  text-align: center;
}
