main.sub {
  margin-top: 4.25rem;
  margin-top: 100px;
}
@media screen and (max-width: 1024px) {
  main.sub {
    margin-top: 83px;
  }
}
@media screen and (max-width: 767px) {
  main.sub {
    margin-top: 83px;
  }
}
main.sub .sub__titleJa {
  font-weight: 700;
  font-size: 2.375rem;
  line-height: 140%;
  text-align: center;
  color: #DC5D0F;
}
@media screen and (max-width: 767px) {
  main.sub .sub__titleJa {
    font-size: 1.875rem;
  }
}
main.sub .section {
  width: 100%;
  height: 100%;
}
.breadcrumbs-wrapper {
  margin-top: 13px;
  margin-bottom: 50px;
  margin-inline: auto;
  width: 100%;
  max-width: calc(1360px + min(2.7777777778vw, 40px));
  padding: 0 min(2.7777777778vw, 40px);
}
@media screen and (max-width: 767px) {
  .breadcrumbs-wrapper {
    display: none;
  }
}

.breadcrumbs {
  width: 100%;
  font-weight: 400;
  font-size: 1rem;
  line-height: 1.4;
  letter-spacing: 0.02em;
  opacity: 0;
  position: relative;
  z-index: 1;
}

.breadcrumbs span,
.breadcrumbs a {
  font-family: inherit;
  font-weight: inherit;
  font-size: inherit;
  line-height: inherit;
  letter-spacing: inherit;
  color: inherit;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

@media (any-hover: hover) {
  .breadcrumbs a span:hover {
    color: #FFA700;
  }
}
/*# sourceMappingURL=common-sub.css.map */