.breadcrumbs-wrap {
  width: 100%;
  height: 60px;
  background-color: #fff;
  display: flex;
  align-items: center;
  white-space: nowrap;
  overflow: hidden;
}

.breadcrumbs-wrap .breadcrumbs > *:first-child a {
  color: #03BFB5;
}

.breadcrumbs > span:nth-of-type(n+2) a {
  color: #333;
}

.breadcrumbs {
  max-width: 1080px;
  width: 89%;
  margin: 0 auto;
}

.breadcrumbs-arrow {
  position: relative;
  display: inline-block;
  width: 8.2px;
  height: 12.5px;
  margin: 0 15px 0 25px;
  white-space: nowrap;
}

.breadcrumbs-arrow::before,
.breadcrumbs-arrow::after {
  content: "";
  position: absolute;
  top: calc(50% - 2px);
  right: 0;
  width: 10px;
  height: 4px;
  background-color: #BCBCBC;
  transform-origin: calc(100% - 2px) 50%;
}

.breadcrumbs-arrow::before {
  transform: rotate(45deg);
}

.breadcrumbs-arrow::after {
  transform: rotate(-45deg);
}

.breadcrumbs span{
  display: inline-block;
  align-items: center;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  font-size: 13px;
  max-width: clamp(150px, 40vw, 500px);
  min-width: 0;
  vertical-align: middle;
  line-height: 60px;
}

.breadcrumbs span a {
  display: inline-block;
  text-decoration: none;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  min-width: 0;
  vertical-align: middle;
  line-height: 60px;
}

.footer {
  padding: 150px 0 146px;
  background-color: #333333;
  color: #fff;
}

@media screen and (max-width: 860px) {
  .footer {
    padding: 80px 0 60px;
  }

  .footer-heading {
    text-align: center;
  }
}

.footer-inner {
  width: 89%;
  max-width: 1080px;
  margin: 0 auto;
}

.footer-list,
.footer-list-hero {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.footer-list a {
  text-decoration: none;
}

@media screen and (max-width: 860px) {
  .footer-list {
    display: block;
  }

  .footer-list-hero {
    flex-direction: column;
  }
}

.footer-ttl {
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 30px;
}

.footer-desc {
  font-size: 20px;

  font-weight: bold;
  margin: 0 0 37px 0;
}

@media screen and (max-width: 860px) {
  .footer-desc {
    margin: 0 0 15px 0;
  }
}

.business-hours-ttl {
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 8px;
}

.business-hours {
  font-size: 16px;
  font-weight: bold;
}

.business-hours span {
  font-size: 18px;
  font-weight: 400;
  margin-left: 10px;
}

@media screen and (max-width: 860px) {
  .business-hours {
    margin: 0 0 30px 0;
  }
}

.footer-tel,
.footer-mail {
  display: flex;
  align-items: center;
  padding: 20px 52px 20px 62px;
  background-color: #45494D;
}

@media screen and (max-width: 860px) {
  .footer-tel,
  .footer-mail {
    padding: 16px 42px 16px 42px;
  }
}

.footer-tel {
  display: flex;
  margin-bottom: 19px;
  text-decoration: none;
  color: #fff;
  pointer-events: none;
}

.footer-tel-logo,
.footer-mail-logo {
  display: flex;
  justify-content: center;
  align-items: center ;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  margin-right: 15px;
  background-color: #03BFB5;
}

.footer-tel-ttl {
  font-size: 25px;
  font-weight: 600;

}

.footer-mail-ttl{
  color: #fff;
}


@media screen and (max-width: 860px) {
  .footer-tel {
    margin-bottom: 19px;
    text-decoration: none;
    color: #fff;
    pointer-events: auto;
  }

  .footer-tel-ttl {
    font-size: 20px;
  }
}

.footer-tel-ttl span {
  font-size: 20px;
  font-weight: 400;
}

@media screen and (max-width: 860px) {
  .footer-tel-ttl span {
    font-size: 16px;
  }
}

.footer-border {
  margin: 83px 0 80px;
  width: 100%;
  height: 1px;
  background-color: #BCBCBC;
}


.footer-logo {
  margin: 0 0 40px 0;
  width: 174px;
  height: 26px;
}

.footer-logo img {
  width: 100%;
  height: auto;
}


@media screen and (max-width: 860px) {
  .footer-logo {
    margin: 50px auto 35px auto;
  }
  .footer-hero {
    order: 2;
    text-align: center
  }
  .footer-link-list-wrap {
    order: 1;
  }
}

.footer-address {
  font-size: 16px;
  font-weight: 400;
  margin: 0 0 50px 0;
}


@media screen and (max-width: 860px) {

  .zipcode {
    display: block;
  }
}
.copyright {
  font-size: 14px;
  font-weight: 400;
  opacity: 0.5;
}

@media screen and (max-width: 860px){
  .copyright {
    opacity: 1;
  }
}

.footer-link-list-wrap {
  display: flex;
  gap: 60px;
}

.footer-link-list {
  display: flex;
  flex-direction: column;
  gap: 24px;
}

.footer-link-item a{
  color: #fff;
  text-decoration: none;
}
