.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-concept__content {
  padding: 12rem 0 15.9rem;
  background-color: #ffffff;
}
.pg-concept__content .container {
  padding: 0;
  padding-right: 6.1rem;
  margin: 0;
}
@media (min-width: 1441px) {
  .pg-concept__content .container {
    padding-right: 0;
    margin: 0 auto;
  }
}
@media (max-width: 768px) {
  .pg-concept__content {
    padding: 0;
    padding-bottom: 8.1rem;
  }
  .pg-concept__content .container {
    padding-right: 0;
  }
}

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

.pg-concept__wrapper {
  display: flex;
  gap: 12rem;
  align-items: flex-start;
}
@media (max-width: 768px) {
  .pg-concept__wrapper {
    flex-direction: column;
    gap: 4rem;
  }
}

.pg-concept__image {
  width: 55rem;
  height: 61.2rem;
  flex-shrink: 0;
  border-radius: 0.4rem;
  overflow: hidden;
}
@media (max-width: 768px) {
  .pg-concept__image {
    width: 100%;
    height: auto;
    aspect-ratio: 550/612;
  }
}
.pg-concept__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.pg-concept__list {
  flex: 1;
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  min-width: 0;
}
@media (max-width: 768px) {
  .pg-concept__list {
    width: 100%;
  }
}

.pg-concept__item {
  margin: 0;
  padding: 0;
}
@media (max-width: 768px) {
  .pg-concept__item:first-child .pg-concept__link {
    padding: 1.7rem 5.8rem 1.5rem 3.8rem;
  }
}

.pg-concept__link {
  display: flex;
  flex-direction: column;
  text-decoration: none;
  color: inherit;
  position: relative;
  transition: all 0.3s ease;
}
.pg-concept__link::before {
  content: "";
  position: absolute;
  width: 2.9rem;
  height: 2.9rem;
  background-image: url("data:image/svg+xml,%3Csvg width='29' height='29' viewBox='0 0 29 29' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M2.97426 27.7252L27.733 1.72852M27.733 1.72852H1.73633M27.733 1.72852V27.7252' stroke='%231C2A52' stroke-width='1.53617' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  right: 1.8rem;
  top: 50%;
  transform: translateY(-50%);
  z-index: 2;
  transition: all 0.3s ease;
}
@media (max-width: 768px) {
  .pg-concept__link::before {
    width: 1.8rem;
    height: 1.8rem;
    right: 1.2rem;
  }
}
.pg-concept__link::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 0;
  left: 0;
  bottom: 0;
  background-color: #1c2a52;
  transition: all 0.3s ease;
  z-index: 1;
}
.pg-concept__link:hover::after {
  height: 100%;
}
.pg-concept__link:hover::before {
  background-image: url("data:image/svg+xml,%3Csvg width='28' height='29' viewBox='0 0 28 29' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M2.42739 27.2721L27.1861 1.27539M27.1861 1.27539H1.18945M27.1861 1.27539V27.2721' stroke='white' stroke-width='1.53617' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
  transform: translateY(-50%) translate(30%, 0);
}
.pg-concept__link:hover span {
  color: #ffffff;
}
.pg-concept__link span {
  position: relative;
  z-index: 2;
}
.pg-concept__link {
  gap: 0;
  padding: 3rem 5.5rem 2.9rem 1.8rem;
  border-bottom: 0.1rem solid #aeaeae;
}
.pg-concept__link--space-bottom {
  padding-bottom: 2.8rem;
  gap: 0.1rem;
}
.pg-concept__link:before {
  width: 2.5rem;
  height: 2.5rem;
  right: 2.5rem;
  top: 54%;
}
.pg-concept__link:hover::before {
  transform: translate(60%, -100%);
}
@media (max-width: 768px) {
  .pg-concept__link {
    padding: 2rem 4.2rem 1.4rem 3.8rem;
  }
  .pg-concept__link::before {
    width: 1.8rem;
    height: 1.8rem;
    right: 3.9rem;
    top: 52%;
  }
}

.pg-concept__link-category {
  font-family: "Jost", sans-serif;
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 2;
  color: #1c2a52;
  text-transform: inherit;
  white-space: nowrap;
}
@media (max-width: 768px) {
  .pg-concept__link-category {
    font-size: 1.2rem;
    line-height: 1.8rem;
  }
}

.pg-concept__link-text {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 2rem;
  font-weight: 500;
  line-height: 1.5;
  color: #1c2a52;
  word-break: break-word;
}
@media (max-width: 768px) {
  .pg-concept__link-text {
    font-size: 1.6rem;
    line-height: 1.4;
  }
}

.pg-concept__placeholder {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.6rem;
  color: #b0b0b0;
  text-align: center;
  padding: 4rem 0;
  margin: 0;
}

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