.kv-inner {
  position: relative;
  height: 55.5rem;
  background: linear-gradient(135deg, #1c2a52 63.55%, rgba(0, 141, 188, 0.5) 218.99%);
  overflow: hidden;
  display: flex;
  align-items: stretch;
}

.kv-inner__container {
  position: relative;
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 0 10rem;
}

.kv-inner__graphic {
  position: absolute;
  right: 0;
  top: 2.1rem;
  width: 40rem;
  pointer-events: none;
}

.kv-inner__graphic-img {
  width: 100%;
  height: auto;
  display: block;
  opacity: 0.6;
  mix-blend-mode: overlay;
}

.kv-inner__content {
  position: relative;
  width: fit-content;
  padding-top: 20.1rem;
}

.kv-inner__title {
  position: relative;
}

.kv-inner__title-en {
  font-family: "Jost", sans-serif;
  font-size: 6rem;
  font-weight: 500;
  line-height: 1;
  color: #ffffff;
  margin-bottom: 0;
  text-transform: uppercase;
}

.kv-inner__title-dot {
  display: block;
  width: 1.2rem;
  height: 1.2rem;
  background-color: #ffcc02;
  position: absolute;
  top: -1.4rem;
  right: -5.2rem;
}

.kv-inner__subtitle {
  display: flex;
  align-items: center;
  gap: 1.6rem;
  margin-top: 3.6rem;
}

.kv-inner__subtitle-icon {
  width: 1.4rem;
  height: 1.5rem;
  flex-shrink: 0;
  display: block;
}

.kv-inner__subtitle-text {
  font-size: 1.4rem;
  font-weight: 400;
  color: #ffffff;
}

.kv-inner__breadcrumb {
  position: relative;
  padding-bottom: 2.8rem;
}

.kv-inner__breadcrumb-list {
  display: flex;
  align-items: center;
  gap: 1.6rem;
  list-style: none;
  margin: 0;
  padding: 0;
  margin-top: -2.2rem;
}

.kv-inner__breadcrumb-item {
  display: flex;
  align-items: center;
}

.kv-inner__breadcrumb-link {
  font-size: 1.4rem;
  font-weight: 400;
  color: #afafaf;
  text-decoration: none;
}

.kv-inner__breadcrumb-separator {
  line-height: 1;
  height: 0.1rem;
  background-color: #B0B0B0;
  width: 8rem;
}

.kv-inner__breadcrumb-current {
  font-size: 1.4rem;
  font-weight: 400;
  color: #ffffff;
}

@media (max-width: 768px) {
  .kv-inner {
    height: auto;
    min-height: 24rem;
  }
  .kv-inner__container {
    padding: 0 2rem;
    padding-top: 3.5rem;
    gap: 7.6rem;
  }
  .kv-inner__graphic {
    width: 19.3rem;
    top: 4.8rem;
  }
  .kv-inner__content {
    padding-top: 9.5rem;
  }
  .kv-inner__title-dot {
    width: 0.6rem;
    height: 0.6rem;
    top: -0.1rem;
    right: -1.8rem;
  }
  .kv-inner__title {
    width: auto;
  }
  .kv-inner__title-en {
    font-size: 3.6rem;
  }
  .kv-inner__subtitle {
    margin-top: 0.8rem;
    gap: 1.6rem;
  }
  .kv-inner__breadcrumb {
    border-top: 1px solid rgba(176, 176, 176, 0.3);
    padding-bottom: 0;
    margin-left: -1.9rem;
    margin-right: -2rem;
    padding-right: 2rem;
  }
  .kv-inner__breadcrumb-list {
    justify-content: flex-end;
    gap: 0.8rem;
    margin-top: 1.9rem;
    margin-bottom: 1.9rem;
  }
  .kv-inner__breadcrumb-current {
    font-size: 1.2rem;
  }
  .kv-inner__breadcrumb-separator {
    width: 1.6rem;
  }
}
.pg-access {
  background-color: #ececec;
}

.pg-access__content {
  padding: 10rem 0 15.9rem;
  background-color: #ececec;
}
@media (max-width: 768px) {
  .pg-access__content {
    padding: 8rem 0.8rem;
  }
}

.pg-access__inner {
  max-width: 120rem;
  margin: 0 auto;
  padding: 0 15rem;
}
@media (max-width: 768px) {
  .pg-access__inner {
    padding: 0 1.6rem;
  }
}

.pg-access__location {
  display: flex;
  flex-direction: column;
  gap: 4rem;
  margin-bottom: 10rem;
}
@media (max-width: 768px) {
  .pg-access__location {
    gap: 2.4rem;
    margin-bottom: 7.7rem;
  }
  .pg-access__location--osaka {
    gap: 2.1rem;
    margin-bottom: 7.9rem;
  }
  .pg-access__location--chiba {
    gap: 2rem;
  }
  .pg-access__location--yokohama {
    gap: 2.3rem;
  }
}
.pg-access__location:last-child {
  margin-bottom: 0;
}

.pg-access__location-header {
  display: flex;
  gap: 3.2rem;
  align-items: flex-start;
}
@media (max-width: 768px) {
  .pg-access__location-header {
    gap: 1.6rem;
    flex-direction: column;
  }
  .pg-access__location-header--osaka, .pg-access__location-header--chiba, .pg-access__location-header--yokohama {
    gap: 1.7rem;
  }
}

.pg-access__location-thumb {
  width: 29.3rem;
  height: 16.1rem;
  flex-shrink: 0;
  border-radius: 0.4rem;
  overflow: hidden;
}
@media (max-width: 768px) {
  .pg-access__location-thumb {
    width: 100%;
    height: 20rem;
  }
}

.pg-access__location-thumb-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.pg-access__location-body {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 1.2rem;
}
@media (max-width: 768px) {
  .pg-access__location-body {
    gap: 1.1rem;
  }
}

.pg-access__location-title {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: 2.4rem;
  line-height: 1.5;
  color: #1c2a52;
  margin: 0;
  white-space: nowrap;
}
@media (max-width: 768px) {
  .pg-access__location-title {
    font-size: 2rem;
  }
}

.pg-access__location-info {
  display: flex;
  flex-direction: column;
  gap: 0.6rem;
}
@media (max-width: 768px) {
  .pg-access__location-info {
    gap: 0.5rem;
  }
}

.pg-access__location-address {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-size: 1.6rem;
  line-height: 1.5;
  color: #1c2a52;
  margin: 0;
}

.pg-access__location-tel,
.pg-access__location-fax {
  display: grid;
  grid-template-columns: max-content 1fr;
  gap: 1.6rem;
  align-items: center;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-size: 1.6rem;
  line-height: 1.5;
  color: #1c2a52;
}
@media (max-width: 768px) {
  .pg-access__location-tel,
  .pg-access__location-fax {
    line-height: 1.49;
  }
}

.pg-access__location-fax {
  line-height: 1.3;
}

.pg-access__label {
  font-weight: 400;
  min-width: 2.8rem;
  display: block;
}

.pg-access__value {
  color: #1c2a52;
  text-decoration: none;
  transition: all 0.3s ease;
}
.pg-access__value:hover {
  text-decoration: none;
}

.pg-access__location-image {
  width: 100%;
  height: 48rem;
  object-fit: cover;
  border-radius: 0.4rem;
  display: block;
}
@media (max-width: 768px) {
  .pg-access__location-image {
    height: 40rem;
  }
}

/*# sourceMappingURL=access.css.map */
