@charset "utf-8";

.footer {
  position: relative;
}

.footer::after {
  content: "";
  position: absolute;
  bottom: 11px;
  left: 0;
  background: url(/system_panel/uploads/images/20260617164321822057.png) no-repeat bottom left/contain;
  max-width: 814px;
  width: 80%;
  height: 291px;
}
.footer::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background: linear-gradient(rgba(41, 41, 41, 0.4) 0%, rgba(41, 41, 41, 0.6) 0%, #292929 48.11%, #292929 100%);
}

.footer .sec-top,
.footer .sec-bottom {
  position: relative;
}

.footer .sec-top::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 140%;
  background: url(/system_panel/uploads/images/20260617155242648573.jpg) no-repeat center/cover;
  z-index: -1;
}

.footer .sec-top .inner {
  padding: 70px 0 62px;
  position: relative;
  z-index: 5;
}

.footer .sec-title {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 22px;
  margin-bottom: 65px;
}

.footer .sec-title .tit-ja {
  font-family: var(--zenmincho);
  font-weight: 700;
  font-size: clamp(1.5rem, 1.167rem + 0.69vw, 2rem);
  text-align: center;
  color: #fff;
}

.footer .sec-title .tit-ja br {
  display: none;
}

.footer .sec-title .desc p {
  font-family: var(--zenmincho);
  font-weight: 400;
  font-size: clamp(0.875rem, 0.709rem + 0.35vw, 1.125rem);
  line-height: calc(30 / 18);
  text-align: center;
  color: #fff;
}

.footer .sec-top .btnarea {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-template-rows: 200px;
  border-top: 1px solid #fff;
  border-bottom: 1px solid #fff;
  position: relative;
}

.footer .sec-top .btnarea .link-contact {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 13px;
  font-family: var(--zenmincho);
  font-weight: 700;
  font-size: clamp(1.5rem, 0.835rem + 1.39vw, 2.5rem);
  color: #fff;
  position: relative;
}

.footer .sec-top .btnarea .link-contact::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 0;
  border-style: solid;
  border-top: 8px solid transparent;
  border-bottom: 8px solid transparent;
  border-left: 15px solid #ffffff;
  border-right: 0;
  transition: var(--default);
}
.footer .sec-top .btnarea .link-contact:hover::after {
  transform: translateX(4px);
}

.footer .sec-top .btnarea .link-tel {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}

.footer .sec-top .btnarea::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 50%;
  height: 75%;
  margin: auto;
  width: 1px;
  background-color: #fff;
}

.footer .sec-top .btnarea a.link-tel:hover::before {
  opacity: 1;
}

.footer .sec-top .btnarea .link-tel .link-wrap {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.footer .sec-top .btnarea .link-tel .num {
  display: flex;
  align-items: flex-end;
  gap: 5px;
}

.footer .sec-top .btnarea .link-tel .num .f18 {
  margin-bottom: 10px;
  font-size: clamp(0.875rem, 0.709rem + 0.35vw, 1.125rem);
}

.footer .f18 {
  font-family: var(--zenmincho);
  font-weight: 400;
  font-size: clamp(1rem, 0.917rem + 0.17vw, 1.125rem);
  color: #fff;
}
.footer .f40 {
  font-family: var(--zenmincho);
  font-weight: 700;
  font-size: clamp(1.75rem, 1.251rem + 1.04vw, 2.5rem);
  color: #fff;
}

.footer .sec-bottom .f-logo {
  margin-bottom: 34px;
}

.footer .sec-bottom .list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 90px;
  margin-bottom: 102px;
}

.footer .sec-bottom .list .info {
  display: flex;
  flex-direction: column;
  gap: 25px;
}

.footer .sec-bottom .list .info .item {
  display: flex;
  flex-direction: column;
  gap: 14px;
  padding-bottom: 8px;
  border-bottom: 0.5px solid #fff;
}

.footer .sec-bottom .list .info .ttl {
  font-family: var(--zenmincho);
  font-weight: 400;
  font-size: 14px;
  color: #aaa;
}

.footer .sec-bottom .list .info .detail {
  font-family: var(--zenmincho);
  font-weight: 400;
  font-size: 18px;
  color: #fff;
}

.footer .sec-bottom .menu-list {
  display: flex;
  flex-direction: column;
}

.footer .sec-bottom .menu-list .ttl {
  font-family: var(--zenmincho);
  font-weight: 400;
  font-size: 14px;
  color: #aaa;
  margin-bottom: 14px;
}

.footer .sec-bottom .menu-list a {
  font-family: var(--zenmincho);
  font-weight: 400;
  font-size: 18px;
  color: #fff;
  padding-bottom: 8px;
  border-bottom: 0.5px solid #fff;
  margin-bottom: 40px;
  position: relative;
}

.footer .sec-bottom .menu-list a:last-child {
  margin-bottom: 0;
}

.footer .sec-bottom .menu-list a::after {
  content: "";
  position: absolute;
  right: 8px;
  top: 20px;
  margin: auto;
  width: 0;
  height: 0;
  border-style: solid;
  border-top: 4px solid transparent;
  border-bottom: 4px solid transparent;
  border-left: 7px solid #ffffff;
  border-right: 0;
  transition: var(--default);
}

.footer .sec-bottom .menu-list a:hover::after {
  transform: translateX(4px);
}

.footer .sec-bottom .inner {
  padding-bottom: 42px;
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
  z-index: 5;
}

.footer .copy {
  font-family: var(--zenmincho);
  font-weight: 400;
  font-size: 14px;
  text-align: center;
  color: #fff;
}

@media (max-width: 1023px) {
  .footer .sec-top .inner {
    padding: 29px 0 40px;
    width: 80%;
  }
  .footer .sec-title {
    margin-bottom: 40px;
  }

  .footer .sec-bottom .inner {
    padding-bottom: 16px;
    width: 80%;
  }
}

@media (max-width: 767px) {
  .footer .sec-title .tit-ja br {
    display: block;
  }

  .footer .sec-top .btnarea {
    display: flex;
    flex-direction: column;
    gap: 30px;
    border: none;
  }
  .footer .sec-top .btnarea .link-contact {
    border-top: 1px solid #fff;
    border-bottom: 1px solid #fff;
    padding: 28px 0;
  }
  .footer .sec-top .btnarea::before {
    content: none;
  }
  .footer .sec-top .btnarea .link-tel {
    border-top: 1px solid #fff;
    border-bottom: 1px solid #fff;
    padding: 28px 0;
  }
  .footer .sec-bottom .list {
    display: flex;
    flex-direction: column;
    gap: 40px;
    width: 100%;
    margin-bottom: 66px;
  }

  .footer .sec-bottom .f-logo {
    max-width: calc(200 / 400 * 100vw);
  }
}

@media (max-width: 375px) {
  .footer .sec-top .btnarea .link-tel {
    border-top: 1px solid #fff;
    border-bottom: 1px solid #fff;
    padding: 28px 0;
    justify-content: flex-start;
  }
  .footer .sec-top .btnarea .link-tel .link-wrap {
    margin-left: 5%;
  }
  .footer .sec-top .btnarea .link-tel .num {
    margin-bottom: 10px;
  }
}
