:where(.footer) a {
  display: inline-block;
  color: inherit;
  text-decoration: none;
  -webkit-text-decoration-skip-ink: all;
  text-decoration-skip-ink: all;
}
:where(.footer) a:focus-visible {
  color: inherit;
}
:where(.footer) img {
  max-width: 100%;
}
:where(.footer) p {
  margin-bottom: 0;
}
:where(.footer) .row {
  flex-wrap: nowrap;
  margin-right: 0;
  margin-left: 0;
}
:where(.footer) .col {
  padding-right: 0;
  padding-left: 0;
}

.footer {
  padding-top: clamp(80px, 80px + 100 * (100vw - 390px) / 250, 180px);
  font-family: "Shippori Mincho", serif;
  font-weight: 500;
}

.footer-top {
  max-width: 100%;
  padding: 110px 15px 77px !important;
  background: rgba(0, 39, 63, 0.5) url(https://cambusa-2011.com/system_panel/uploads/images/bg-footer.jpg) center/cover no-repeat;
  color: #fff;
  clip-path: ellipse(133.33vw 500px at 50% 500px);
}

.footer-bottom {
  max-width: 100%;
  padding: 80px min(100px, 6.94%);
  padding-bottom: 80px;
  background-color: #ebe3d9;
  color: #00273f;
}

.footer-bottom :where(.container) {
  margin-right: 0;
  margin-left: 0;
  padding-right: 0;
  padding-left: 0;
}

.footer-bottom-inner {
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
  gap: 30px 0;
  max-width: 1100px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 0 !important;
  padding-left: 0 !important;
}

.footer-top > .container {
  padding-right: 0;
  padding-left: 0;
}

.footer-top h2 {
  display: grid;
  gap: 8px;
  font-size: clamp(2rem, 1.415rem + 2.4vw, 2.375rem);
  line-height: 1.6;
  letter-spacing: 0.1em;
  text-align: center;
}

.footer-top h2 em {
  font-size: 1rem;
  line-height: 2.2;
  letter-spacing: 0.05em;
}

.footer-top-link-wrap {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 40px;
  max-width: 1000px;
  margin-right: auto;
  margin-left: auto;
  margin-top: 50px;
  padding-right: 0 !important;
  padding-left: 0 !important;
  padding-bottom: 52px;
  border-bottom: 2px solid rgba(235, 227, 217, 0.2);
  font-size: clamp(1.25rem, 0.47rem + 3.2vw, 1.75rem);
  line-height: 1;
  letter-spacing: 0.05em;
}

.footer-top-link {
  flex: 0 0 100%;
  max-width: 480px;
  align-items: center;
  gap: 20px;
  padding: 30px;
  border: 1px solid currentColor;
  white-space: nowrap;
  transition: background-color 0.3s;
}

.footer-top-link.blue {
  gap: 40px;
  border-color: #0073A7;
  background-color: #0073A7;
}

.footer-top-link:focus-visible {
  border-color: #0073A7;
  background-color: #0073A7;
}

.footer-top-link.blue:focus-visible {
  background-color: transparent;
  border-color: currentColor;
}

.footer-top-link img {
  flex: 0 0 2.893em;
  width: 2.893em;
}

.footer-top .container p {
  padding-right: 15px;
  padding-left: 15px;
}

.footer-tel {
  align-items: center;
  justify-content: center;
  width: -moz-fit-content;
  width: fit-content;
  margin-top: 41px;
  margin-right: auto !important;
  margin-left: auto !important;
  font-size: 2rem;
  line-height: 1;
  letter-spacing: 0.05em;
}

.footer-tel + p {
  margin-top: 19px;
  font-size: 0.938rem;
  letter-spacing: 0.05em;
  text-align: center;
}

.footer-tel a:focus-visible {
  text-decoration-thickness: 1px;
}
.footer-logo {
  width: 140px;
}

.footer-address {
  margin-top: 30px;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-size: 0.75rem;
  line-height: 1.7;
  letter-spacing: 0.05em;
}

.footer-bottom-link {
  flex: 0 0 auto;
}

.footer-link-recruit {
  width: 301px;
  align-items: center;
  justify-content: space-between;
  margin-left: auto !important;
  padding: 20px 24px 19px 32px;
  background: rgba(0, 39, 63, 0.5) url(https://cambusa-2011.com/system_panel/uploads/images/bg-footer-recruit.jpg) center/cover no-repeat;
  color: #fff;
}

.footer-link-recruit a {
  display: grid;
  gap: 2px;
  font-size: 1.375rem;
  line-height: 1.6;
  letter-spacing: 0.1em;
}

.footer-link-recruit p em {
  font-size: 0.875rem;
  line-height: 1;
  letter-spacing: 0.05em;
}

.footer-nav {
  flex: 0 0 auto;
  display: grid;
  grid-template-columns: auto auto;
  align-items: flex-start;
  gap: 80px;
  font-size: 0.875rem;
  line-height: 2.2;
  letter-spacing: 0.05em;
}

.footer-nav .col {
  display: grid;
  gap: 10px;
}

.footer-link-sns {
  margin-top: 30px;
}

.footer-link-sns a {
  padding: 0;
}

.footer-bottom-link > p {
  margin-top: 36px;
  font-size: 0.75rem;
  line-height: 1.6;
  letter-spacing: 0.1em;
}

@media (width >= 640px) {
  .footer-bottom-inner {
    gap: 0 20px;
  }
  .footer-tel + p br {
    display: none;
  }
  .footer-bottom-link {
    margin-left: auto;
  }
  .footer-nav {
    margin-left: auto !important;
  }
  .footer-link-sns {
    justify-content: flex-end;
  }
  .footer-bottom-link > p {
    text-align: right;
  }
}

@media (width >= 960px) {
  .footer-top {
    clip-path: ellipse(1090px 500px at 50% 500px);
  }
}

@media (width >= 1024px) {
  .footer-bottom-link {
    margin-left: 0;
  }
}

@media (width >= 1280px) {
  .footer-bottom-inner {
    gap: 0;
  }
  .footer-nav {
    margin-right: 11.45% !important;
  }
}

@media (width >= 1440px) {
  .footer-top {
    clip-path: ellipse(75.69vw 500px at 50% 500px);
  }
}

@media (any-hover: hover) {
  :where(.footer) a:hover {
    color: inherit;
  }
  .footer-tel a:hover {
    text-decoration-thickness: 1px;
  }
}

.footer-bottom .fixed-recruit-banner{
    position: fixed;
    bottom: 20px;
    right: 20px;
}
@media screen and ( max-width:768px ){
.footer-bottom .fixed-recruit-banner{
    position: fixed;
    bottom: 0;
    right: 0;
    width: 100%;
 }
}
.footer-bottom{
  padding-bottom: 120px;
}