.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;
  }
}
body.body-primary main {
  padding-top: 0;
}

.pg-strength .pg-strength__bg {
  background: linear-gradient(321deg, #1c2a52 58.66%, rgba(0, 141, 188, 0.5) 151.21%);
  overflow: hidden;
  padding-bottom: 20rem;
}
@media (max-width: 768px) {
  .pg-strength .pg-strength__bg {
    padding-bottom: 8.1rem;
  }
}
.pg-strength .kv-inner {
  background: transparent;
}
@media (max-width: 768px) {
  .pg-strength .kv-inner__container {
    padding-top: 8.3rem;
  }
}
@media (max-width: 768px) {
  .pg-strength .kv-inner__content {
    padding-top: 4.7rem;
  }
}

.pg-strength__section {
  position: relative;
  overflow: hidden;
  padding: 10rem 2rem 16rem;
  max-width: 128rem;
  margin: 0 auto;
}
@media (max-width: 992px) {
  .pg-strength__section {
    padding: 8rem 2rem 12rem;
  }
}
@media (max-width: 768px) {
  .pg-strength__section {
    padding: 8rem 0 1.7rem;
  }
}

.pg-strength__section--01 {
  padding-bottom: 11.6rem;
}
@media (max-width: 768px) {
  .pg-strength__section--01 {
    padding: 8rem 2.4rem 1.7rem;
  }
}

@media (max-width: 768px) {
  .pg-strength__section--02 {
    padding: 8rem 2.4rem 1.7rem;
  }
}

.pg-strength__section--03 {
  padding-top: 10.2rem;
}
@media (max-width: 768px) {
  .pg-strength__section--03 {
    padding: 6.4rem 2.4rem 2rem;
  }
  .pg-strength__section--03 .pg-strength__section-prefix {
    margin-bottom: 1.6rem;
    margin-top: 0rem;
  }
  .pg-strength__section--03 .pg-strength__subsection-title.title-custom {
    font-size: 2.4rem;
  }
}

.pg-strength__section--04 {
  background-color: #ffffff;
  padding-top: 10.1rem;
}
@media (max-width: 768px) {
  .pg-strength__section--04 {
    padding: 12.4rem 2.4rem 7.8rem;
  }
  .pg-strength__section--04 .pg-strength__section-prefix {
    margin-top: 0;
  }
  .pg-strength__section--04 .pg-strength__section-sub {
    margin-bottom: 1.4rem;
  }
}

.pg-strength__section-inner {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  gap: 10rem;
}
@media (max-width: 768px) {
  .pg-strength__section-inner {
    flex-direction: column-reverse;
    gap: 0;
  }
}

.pg-strength__section-content {
  flex: 1 0 0;
  min-width: 0;
  display: flex;
  flex-direction: column;
  gap: 5.9rem;
}
@media (max-width: 768px) {
  .pg-strength__section-content {
    gap: 4.6rem;
  }
}

.pg-strength__section-num-bg {
  position: relative;
  flex-shrink: 0;
  align-self: flex-start;
  font-family: "Jost", sans-serif;
  font-weight: 100;
  font-size: 40rem;
  line-height: 1;
  color: rgba(28, 42, 82, 0.15);
  pointer-events: none;
  user-select: none;
}
@media (max-width: 768px) {
  .pg-strength__section-num-bg {
    font-size: 12rem;
  }
}

.pg-strength__section-prefix {
  display: flex;
  align-items: center;
  gap: 3rem;
  margin-bottom: 2.8rem;
}
.pg-strength__section-prefix img {
  width: 5.75rem;
  height: 6rem;
  flex-shrink: 0;
}
@media (max-width: 768px) {
  .pg-strength__section-prefix {
    gap: 2.9rem;
    margin-top: -0.1rem;
    margin-bottom: 1.6rem;
  }
  .pg-strength__section-prefix img {
    width: 3.9rem;
    height: 4rem;
  }
}

.pg-strength__section-title {
  font-family: "Jost", sans-serif;
  font-weight: 500;
  font-size: 5.8rem;
  line-height: 1;
  letter-spacing: 0.13rem;
  color: #1c2a52;
  margin: 0;
}
@media (max-width: 768px) {
  .pg-strength__section-title {
    letter-spacing: 0.08rem;
    font-size: 4rem;
  }
}

.pg-strength__section-sub {
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.8;
  color: #1c2a52;
  margin: 0 0 1.7rem;
}
@media (max-width: 768px) {
  .pg-strength__section-sub {
    font-size: 1.6rem;
    margin-bottom: 1.5rem;
  }
}

.pg-strength__section-lead {
  font-family: "Noto Sans", sans-serif;
  font-weight: 600;
  font-size: 3.6rem;
  line-height: 1;
  color: #fdc600;
  margin: 0;
}
@media (max-width: 768px) {
  .pg-strength__section-lead {
    font-size: 2.4rem;
  }
}

.is-yellow {
  color: #ffcc02;
}

.pg-strength__section-body {
  display: flex;
  flex-direction: column;
  gap: 3.9rem;
}
@media (max-width: 768px) {
  .pg-strength__section-body {
    gap: 3.8rem;
  }
}

.pg-strength__section-col {
  display: flex;
  flex-direction: column;
}

.pg-strength__section-text {
  font-size: 1.4rem;
  line-height: 1.8;
  color: #1c2a52;
  margin: 0;
}

.pg-strength__subsection-title {
  display: flex;
  align-items: center;
  gap: 1.6rem;
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 1.5;
  color: #1c2a52;
  margin: 0 0 1.6rem;
}
.pg-strength__subsection-title img {
  width: 2.3rem;
  height: 2.4rem;
  flex-shrink: 0;
  margin-top: -1.2rem;
}
@media (max-width: 768px) {
  .pg-strength__subsection-title {
    font-size: 2rem;
  }
}

.pg-strength__intro {
  position: relative;
}

.pg-strength__intro-diagram {
  position: relative;
  height: 80rem;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: -6.4rem;
}
@media (max-width: 768px) {
  .pg-strength__intro-diagram {
    height: auto;
    padding: 6.5rem 2.2rem 3.6rem;
    flex-direction: column;
    gap: 3rem;
  }
}

.pg-strength__diagram-bg {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  pointer-events: none;
}
.pg-strength__diagram-bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.pg-strength__vcircles {
  position: relative;
  width: 86.4rem;
  height: 66.4rem;
  flex-shrink: 0;
  z-index: 2;
}
@media (max-width: 768px) {
  .pg-strength__vcircles {
    width: 35.2rem;
    height: 27.1rem;
  }
}

.pg-strength__vcircle {
  position: absolute;
  width: 20rem;
  height: 20rem;
  border-radius: 50%;
  border: 0.1rem solid #ffffff;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 1.6rem;
  color: #ffffff;
}
@media (max-width: 768px) {
  .pg-strength__vcircle {
    width: 8.2rem;
    height: 8.2rem;
    padding: 0.6rem;
  }
}

.pg-strength__vcircle--top {
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}

.pg-strength__vcircle--right {
  top: 50%;
  right: 0;
  transform: translateY(-50%);
}

.pg-strength__vcircle--bottom {
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}

.pg-strength__vcircle--left {
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}

.pg-strength__vcircle-en {
  font-family: "Jost", sans-serif;
  font-weight: 400;
  font-size: 1.4rem;
  color: #ffcc02;
  text-transform: capitalize;
  margin-bottom: 1rem;
}
@media (max-width: 768px) {
  .pg-strength__vcircle-en {
    font-size: 0.8rem;
    margin-bottom: 0.4rem;
  }
}

.pg-strength__vcircle-sub {
  font-size: 1.4rem;
  font-weight: 500;
  color: #b0b0b0;
  line-height: 1;
  margin-top: -0.1rem;
}
@media (max-width: 768px) {
  .pg-strength__vcircle-sub {
    font-size: 0.8rem;
    white-space: nowrap;
  }
}

.pg-strength__vcircle-text {
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 1;
  color: #ffffff;
  letter-spacing: 0.144rem;
  position: relative;
  margin-top: 1rem;
  top: -0.6rem;
}
@media (max-width: 768px) {
  .pg-strength__vcircle-text {
    font-size: 1.1rem;
    letter-spacing: 0;
    top: -0.3rem;
    margin-top: 0.6rem;
  }
}

.pg-strength__ripple {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 21rem;
  height: 21rem;
  pointer-events: none;
  z-index: 0;
}
@media (max-width: 768px) {
  .pg-strength__ripple {
    width: 10rem;
    height: 10rem;
  }
}
.pg-strength__ripple span {
  position: absolute;
  inset: 0;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.08);
  animation: pg-ripple 5s ease-out infinite;
  animation-fill-mode: backwards;
}
.pg-strength__ripple span:nth-child(2) {
  animation-delay: 1.25s;
}
.pg-strength__ripple span:nth-child(3) {
  animation-delay: 2.5s;
}
.pg-strength__ripple span:nth-child(4) {
  animation-delay: 3.75s;
}

@keyframes pg-ripple {
  0% {
    transform: scale(1);
    opacity: 0;
  }
  5% {
    opacity: 1;
  }
  50% {
    opacity: 0.4;
  }
  100% {
    transform: scale(14);
    opacity: 0;
  }
}
.pg-strength__diagram-center {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 21.1rem;
  height: 21.1rem;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 3;
}
.pg-strength__diagram-center img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
@media (max-width: 768px) {
  .pg-strength__diagram-center {
    width: 8.6rem;
    height: 8.6rem;
    top: 53%;
  }
}

.pg-strength__diagram-arrow {
  position: absolute;
  z-index: 1;
  width: 3rem;
  height: 3rem;
}
.pg-strength__diagram-arrow img {
  display: block;
  width: 100%;
}
@media (max-width: 768px) {
  .pg-strength__diagram-arrow {
    width: 1.25rem;
    height: 1.25rem;
  }
}

.pg-strength__diagram-arrow--top {
  bottom: -2.5rem;
}
@media (max-width: 768px) {
  .pg-strength__diagram-arrow--top {
    bottom: -1.25rem;
  }
}

.pg-strength__diagram-arrow--bottom {
  transform: rotate(180deg);
  top: -2.5rem;
}
@media (max-width: 768px) {
  .pg-strength__diagram-arrow--bottom {
    top: -1.25rem;
  }
}

.pg-strength__diagram-arrow--left {
  transform: rotate(270deg);
  right: -3rem;
  opacity: 0.2;
}
@media (max-width: 768px) {
  .pg-strength__diagram-arrow--left {
    right: -1.25rem;
  }
}

.pg-strength__diagram-arrow--left--2 {
  right: -6rem;
}
@media (max-width: 768px) {
  .pg-strength__diagram-arrow--left--2 {
    right: -2.5rem;
  }
}

.pg-strength__diagram-arrow--left--3 {
  right: -9rem;
}
@media (max-width: 768px) {
  .pg-strength__diagram-arrow--left--3 {
    right: -3.75rem;
  }
}

.pg-strength__diagram-arrow--left--4 {
  right: -12rem;
}
@media (max-width: 768px) {
  .pg-strength__diagram-arrow--left--4 {
    right: -5rem;
  }
}

@keyframes arrow-left-pulse {
  0% {
    opacity: 0.2;
  }
  12.5% {
    opacity: 1;
  }
  25% {
    opacity: 0.2;
  }
  100% {
    opacity: 0.2;
  }
}
.pg-strength__diagram-arrow--left--1 {
  animation: arrow-left-pulse 2.4s ease-in-out infinite;
  animation-delay: 0s;
}

.pg-strength__diagram-arrow--left--2 {
  animation: arrow-left-pulse 2.4s ease-in-out infinite;
  animation-delay: 0.6s;
}

.pg-strength__diagram-arrow--left--3 {
  animation: arrow-left-pulse 2.4s ease-in-out infinite;
  animation-delay: 1.2s;
}

.pg-strength__diagram-arrow--left--4 {
  animation: arrow-left-pulse 2.4s ease-in-out infinite;
  animation-delay: 1.8s;
}

.pg-strength__diagram-arrow--right {
  transform: rotate(90deg);
  left: -3rem;
  opacity: 0.2;
}
@media (max-width: 768px) {
  .pg-strength__diagram-arrow--right {
    left: -1.25rem;
  }
}

.pg-strength__diagram-arrow--right--2 {
  left: -6rem;
}
@media (max-width: 768px) {
  .pg-strength__diagram-arrow--right--2 {
    left: -2.5rem;
  }
}

.pg-strength__diagram-arrow--right--3 {
  left: -9rem;
}
@media (max-width: 768px) {
  .pg-strength__diagram-arrow--right--3 {
    left: -3.75rem;
  }
}

.pg-strength__diagram-arrow--right--4 {
  left: -12rem;
}
@media (max-width: 768px) {
  .pg-strength__diagram-arrow--right--4 {
    left: -5rem;
  }
}

@keyframes arrow-right-pulse {
  0% {
    opacity: 0.2;
  }
  12.5% {
    opacity: 1;
  }
  25% {
    opacity: 0.2;
  }
  100% {
    opacity: 0.2;
  }
}
.pg-strength__diagram-arrow--right--1 {
  animation: arrow-right-pulse 2.4s ease-in-out infinite;
  animation-delay: 0s;
}

.pg-strength__diagram-arrow--right--2 {
  animation: arrow-right-pulse 2.4s ease-in-out infinite;
  animation-delay: 0.6s;
}

.pg-strength__diagram-arrow--right--3 {
  animation: arrow-right-pulse 2.4s ease-in-out infinite;
  animation-delay: 1.2s;
}

.pg-strength__diagram-arrow--right--4 {
  animation: arrow-right-pulse 2.4s ease-in-out infinite;
  animation-delay: 1.8s;
}

.pg-strength__diagram-arrow--h {
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(90deg);
  width: 3rem;
}

.pg-strength__bubble {
  position: absolute;
  width: 14rem;
  height: 14rem;
  border-radius: 50%;
  background-color: #ffffff;
  box-shadow: 0 0 1rem rgba(255, 255, 255, 0.8);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  gap: 0.8rem;
  z-index: 2;
}
@media (max-width: 768px) {
  .pg-strength__bubble {
    width: 5.7rem;
    height: 5.7rem;
    gap: 0;
  }
}

.pg-strength__bubble--tl {
  top: 13.8rem;
  left: calc(50% - 31.8rem);
}
@media (max-width: 768px) {
  .pg-strength__bubble--tl {
    top: 9.4rem;
    left: calc(50% - 12.8rem);
  }
}

.pg-strength__bubble--tr {
  top: 13.7rem;
  left: calc(50% + 17.8rem);
}
@media (max-width: 768px) {
  .pg-strength__bubble--tr {
    top: 9.4rem;
    left: calc(50% + 7.3rem);
  }
}

.pg-strength__bubble--bl {
  top: 52.2rem;
  left: calc(50% - 31.8rem);
}
@media (max-width: 768px) {
  .pg-strength__bubble--bl {
    top: 25rem;
    left: calc(50% - 12.9rem);
  }
}

.pg-strength__bubble--br {
  top: 52.2rem;
  left: calc(50% + 17.8rem);
}
@media (max-width: 768px) {
  .pg-strength__bubble--br {
    top: 25rem;
    left: calc(50% + 7.3rem);
  }
}

.pg-strength__bubble-label {
  font-size: 1.2rem;
  font-weight: 500;
  color: #1c2a52;
  line-height: 1.3;
  margin-bottom: 0.2rem;
}
@media (max-width: 768px) {
  .pg-strength__bubble-label {
    font-size: 0.6rem;
    white-space: nowrap;
    margin-bottom: 0;
  }
}

.pg-strength__bubble-text {
  font-size: 1.4rem;
  font-weight: 700;
  color: #1c2a52;
  line-height: 1;
  position: relative;
  top: -0.3rem;
  display: flex;
  flex-direction: column;
  gap: 0.8rem;
}
@media (max-width: 768px) {
  .pg-strength__bubble-text {
    font-size: 0.6rem;
    white-space: nowrap;
    top: 0.2rem;
    gap: 0.3rem;
  }
}

.pg-strength__overview {
  padding: 0;
  margin-top: -2.8rem;
}
@media (max-width: 768px) {
  .pg-strength__overview {
    margin-top: 0;
  }
}

.pg-strength__overview-inner {
  max-width: 128.8rem;
  padding: 0 2.4rem;
  display: flex;
  gap: 3.2rem;
  align-items: stretch;
}
@media (max-width: 992px) {
  .pg-strength__overview-inner {
    flex-wrap: wrap;
    gap: 2.4rem;
  }
}
@media (max-width: 768px) {
  .pg-strength__overview-inner {
    flex-direction: column;
    gap: 4rem;
  }
}

.pg-strength__overview-card {
  flex: 1 0 0;
  min-width: 0;
  max-width: 28.6rem;
  background: #ffffff;
  display: flex;
  flex-direction: column;
  gap: 2rem;
  align-items: center;
  padding: 2.4rem 2rem 4rem;
  position: relative;
  height: 40.7rem;
}
@media (max-width: 992px) {
  .pg-strength__overview-card {
    flex: 0 0 calc(50% - 1.2rem);
    max-width: none;
    height: auto;
  }
}
@media (max-width: 768px) {
  .pg-strength__overview-card {
    flex: 0 0 auto;
    padding: 2.5rem 2.35rem 3.7rem 2.4rem;
    max-width: none;
    height: auto;
  }
}

.pg-strength__overview-card-header {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  width: 100%;
}

.pg-strength__overview-card-en {
  font-family: "Jost", sans-serif;
  font-weight: 400;
  font-size: 1.4rem;
  color: #fdc600;
  line-height: 1.4;
  white-space: nowrap;
  text-transform: capitalize;
}

.pg-strength__overview-card-catch {
  font-size: 1.3rem;
  font-weight: 500;
  line-height: 1.8;
  width: 100%;
  background-image: linear-gradient(-5.52deg, #1c2a52 16.23%, #425aa2 116.23%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  margin: 0;
  letter-spacing: -0.01em;
}

.pg-strength__overview-card-heading {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 2rem;
  font-weight: 600;
  line-height: 1.5;
  color: #1c2a52;
  width: 100%;
  margin: 0;
  text-align: center;
}

.pg-strength__overview-card-heading.custom {
  font-size: 1.9rem;
}

.pg-strength__overview-card-text {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-size: 1.4rem;
  line-height: 1.8;
  color: #1c2a52;
  width: 100%;
  margin: 0;
  flex: 1;
}

.pg-strength__overview-card-icon {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translate(-50%, 50%);
  width: 6rem;
  height: 6rem;
  z-index: 2;
  display: block;
  transition: opacity 0.2s;
}
.pg-strength__overview-card-icon img {
  width: 100%;
  height: 100%;
  display: block;
}

.pg-strength__timeline-wrap {
  max-width: 148rem;
  margin: 5.5rem auto 0;
}
@media (max-width: 768px) {
  .pg-strength__timeline-wrap {
    margin-top: 5.4rem;
  }
}

.pg-strength__timeline-heading {
  display: flex;
  align-items: flex-start;
  gap: 1.6rem;
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 1.5;
  color: #1c2a52;
  margin: 0 0 4.5rem;
}
.pg-strength__timeline-heading span {
  position: relative;
  top: 0.4rem;
}
@media (max-width: 768px) {
  .pg-strength__timeline-heading span {
    margin-right: -0.5rem;
  }
}
.pg-strength__timeline-heading img {
  width: 2.3rem;
  height: 2.4rem;
  flex-shrink: 0;
  margin-top: 0.4rem;
}
.pg-strength__timeline-heading .custom-text {
  top: 0;
}
@media (max-width: 768px) {
  .pg-strength__timeline-heading {
    font-size: 2.4rem;
    margin-bottom: 3.5rem;
  }
  .pg-strength__timeline-heading .custom-text {
    display: none;
  }
}

.pg-strength__timeline {
  display: flex;
  overflow-x: auto;
  overflow-y: hidden;
  cursor: grab;
  user-select: none;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: none;
  gap: 0.5rem;
}
.pg-strength__timeline::-webkit-scrollbar {
  display: none;
}
.pg-strength__timeline.is-dragging {
  cursor: grabbing;
  scroll-behavior: auto;
}
@media (max-width: 768px) {
  .pg-strength__timeline {
    flex-direction: column;
    overflow-x: visible;
    overflow-y: visible;
    cursor: default;
    user-select: auto;
    gap: 2.42rem;
  }
}

.pg-strength__timeline-scroll-track {
  display: block;
  height: 0.2rem;
  background-color: #ececec;
  margin: 4.1rem 0 0;
  position: relative;
}
@media (max-width: 768px) {
  .pg-strength__timeline-scroll-track {
    display: none;
  }
}

.pg-strength__timeline-scroll-thumb {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  background-color: #1c2a52;
  transition: left 0.1s linear;
}

.pg-strength__timeline-item {
  flex: 0 0 auto;
  width: 23.8095238095%;
  display: flex;
  flex-direction: column;
  padding-right: 3.2rem;
  user-select: none;
}
@media (max-width: 992px) {
  .pg-strength__timeline-item {
    width: 30.03003003%;
  }
}
@media (max-width: 768px) {
  .pg-strength__timeline-item {
    flex-direction: row;
    gap: 1.9rem;
    width: 100%;
    user-select: auto;
    padding-left: 2.1rem;
    padding-right: 0;
  }
  .pg-strength__timeline-item:last-child .pg-strength__timeline-year-group::after {
    display: none;
  }
}
@media (max-width: 768px) {
  .pg-strength__timeline-item.pg-strength__timeline-item--2012 .pg-strength__timeline-content {
    gap: 4rem;
  }
}

.pg-strength__timeline-top {
  display: flex;
  align-items: flex-start;
  gap: 0.8rem;
  margin-bottom: 2.5rem;
}
@media (max-width: 768px) {
  .pg-strength__timeline-top {
    flex-direction: column;
    align-items: center;
    flex-shrink: 0;
    gap: 0;
    margin-bottom: 0;
    align-self: stretch;
    max-width: 7.5rem;
    width: 100%;
  }
}

@media (max-width: 768px) {
  .pg-strength__timeline-item:not(:last-child) .pg-strength__timeline-top::after {
    content: "";
    flex: 1;
    min-height: 0;
    width: 0.1rem;
    background-color: #1c2a52;
    position: relative;
    left: 0.3rem;
  }
}

.pg-strength__timeline-year-group {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  flex-shrink: 0;
}
@media (max-width: 768px) {
  .pg-strength__timeline-year-group {
    align-items: center;
  }
  .pg-strength__timeline-year-group::after {
    content: "";
    display: block;
    width: 0.8rem;
    height: 0.8rem;
    border-radius: 50%;
    background-color: #1c2a52;
    margin-top: 0.8rem;
    margin-left: 0.6rem;
  }
}

.pg-strength__timeline-track {
  flex: 1 0 0;
  min-width: 0;
  align-self: stretch;
  display: flex;
  align-items: center;
  position: relative;
}
.pg-strength__timeline-track::after {
  content: "";
  position: absolute;
  left: 0.8rem;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  height: 0.1rem;
  background-color: #1c2a52;
}
@media (max-width: 768px) {
  .pg-strength__timeline-track {
    display: none;
  }
}

.pg-strength__timeline-year {
  font-family: "Jost", sans-serif;
  font-weight: 500;
  font-size: 3.2rem;
  line-height: 1;
  color: #1c2a52;
  text-transform: uppercase;
}

.pg-strength__timeline-year-jp {
  font-size: 1.2rem;
  font-weight: 400;
  line-height: 2;
  color: #b0b0b0;
  margin-left: 1rem;
}
@media (max-width: 768px) {
  .pg-strength__timeline-year-jp {
    margin-left: 0;
  }
}

.pg-strength__timeline-dot {
  position: relative;
  z-index: 1;
  width: 0.8rem;
  height: 0.8rem;
  border-radius: 50%;
  background-color: #1c2a52;
  flex-shrink: 0;
}

.pg-strength__timeline-content {
  max-width: 24rem;
  height: 100%;
  display: flex;
  flex-direction: column;
}
@media (max-width: 768px) {
  .pg-strength__timeline-content {
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
    margin-top: 0.8rem;
    max-width: 18.8rem;
  }
}

.pg-strength__timeline-body {
  display: flex;
  flex-direction: column;
  gap: 0.8rem;
  margin-bottom: 0.7rem;
  flex: 1;
}
@media (max-width: 768px) {
  .pg-strength__timeline-body {
    margin-bottom: 0;
    flex: unset;
  }
}

.pg-strength__timeline-image {
  height: 14.5rem;
  border-radius: 0.8rem;
  overflow: hidden;
  pointer-events: none;
}
.pg-strength__timeline-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
@media (max-width: 768px) {
  .pg-strength__timeline-image {
    height: 11.3rem;
  }
}

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

.pg-strength__timeline-text {
  font-size: 1.4rem;
  line-height: 1.8;
  color: #1c2a52;
  margin: 0;
}

.pg-strength__competence-wrap,
.pg-strength__solution-wrap,
.pg-strength__mindset-wrap {
  max-width: 148rem;
  margin: 5.9rem auto 0;
}
@media (max-width: 768px) {
  .pg-strength__competence-wrap,
  .pg-strength__solution-wrap,
  .pg-strength__mindset-wrap {
    margin-top: 5.7rem;
  }
  .pg-strength__competence-wrap .pg-strength__subsection-title,
  .pg-strength__solution-wrap .pg-strength__subsection-title,
  .pg-strength__mindset-wrap .pg-strength__subsection-title {
    font-size: 2.4rem;
  }
}

.sub-title--custom {
  display: flex;
  align-items: center;
}

@media (max-width: 768px) {
  .pg-strength__competence-wrap .pg-strength__subsection-title {
    font-size: 2.4rem;
    white-space: nowrap;
  }
}

.pg-strength__competence-layout {
  display: grid;
  grid-template-columns: 1fr 37.2rem 1fr;
  gap: 6.3rem;
  margin-top: 4rem;
}
@media (max-width: 768px) {
  .pg-strength__competence-layout {
    padding: 0 2.4rem;
    display: flex;
    flex-direction: column;
    margin: 0;
    gap: 2rem;
  }
}

@media (max-width: 992px) {
  .pg-strength__competence-col {
    text-align: center;
  }
}

.pg-strength__competence-col--left {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-top: 6.2rem;
}
@media (max-width: 768px) {
  .pg-strength__competence-col--left {
    align-items: center;
    text-align: center;
    padding-top: 0;
    margin-top: 0.9rem;
  }
}

.pg-strength__competence-col--center {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.pg-strength__competence-col--right {
  display: flex;
  flex-direction: column;
  margin-top: 6.2rem;
  align-items: center;
  text-align: center;
  position: relative;
  left: -0.1rem;
}
@media (max-width: 768px) {
  .pg-strength__competence-col--right {
    gap: 0.1rem;
    padding-top: 0;
    margin-top: 0.1rem;
    left: 0;
  }
  .pg-strength__competence-col--right .pg-strength__competence-col-accent {
    margin-top: 2.2rem;
  }
}

.pg-strength__competence-col-meta {
  font-size: 1.4rem;
  font-weight: 400;
  color: #1c2a52;
  line-height: 1.8;
  margin: 0;
}

.pg-strength__competence-col-title {
  font-size: 2.4rem;
  font-weight: 700;
  color: #1c2a52;
  line-height: 1.5;
  margin: 0;
  border-bottom: 0.2rem solid #fdc600;
  padding-bottom: 0.6rem;
  margin-top: -0.2rem;
  display: inline-block;
}
@media (max-width: 768px) {
  .pg-strength__competence-col-title {
    font-size: 2rem;
  }
}

.pg-strength__competence-col-accent {
  font-size: 4rem;
  font-weight: 700;
  line-height: 1.3;
  color: #1c2a52;
  margin: 2.4rem 0 0;
  white-space: nowrap;
  text-align: center;
  font-family: "Noto Sans", sans-serif;
}
@media (max-width: 768px) {
  .pg-strength__competence-col-accent {
    font-size: 3.2rem;
  }
}

.pg-strength__competence-col-accent-highlight {
  color: #fdc600;
}

.pg-strength__tech-circles {
  position: relative;
  width: 36.8rem;
  height: 34.6rem;
  margin-bottom: 1rem;
}
@media (max-width: 768px) {
  .pg-strength__tech-circles {
    width: 32.7rem;
    height: 28.3rem;
    margin-bottom: 0.9rem;
  }
}

.pg-strength__tech-circle {
  position: absolute;
  width: 20rem;
  height: 20rem;
  border-radius: 50%;
  border: 0.1rem solid #1c2a52;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  background-color: transparent;
  padding-top: 4rem;
}
@media (max-width: 768px) {
  .pg-strength__tech-circle {
    width: 16.3rem;
    height: 16.3rem;
    padding-top: 3.2rem;
  }
}

.pg-strength__tech-circle--a {
  top: 0.2rem;
  left: 8.4rem;
}
@media (max-width: 768px) {
  .pg-strength__tech-circle--a {
    left: 8.3rem;
  }
}

.pg-strength__tech-circle--b {
  top: 14.8rem;
  left: 0;
  padding-top: 5.5rem;
}
@media (max-width: 768px) {
  .pg-strength__tech-circle--b {
    top: 12.1rem;
    left: 1.4rem;
    padding-top: 4.6rem;
  }
}

.pg-strength__tech-circle--c {
  top: 14.8rem;
  left: 16.8rem;
  padding-top: 5.5rem;
}
@media (max-width: 768px) {
  .pg-strength__tech-circle--c {
    top: 12.1rem;
    left: 15.1rem;
    padding-top: 4.6rem;
  }
}

.pg-strength__tech-circle-kanji {
  font-size: 4.8rem;
  font-weight: 700;
  color: #1c2a52;
  line-height: 1.4;
  margin-bottom: 0.7rem;
}
@media (max-width: 768px) {
  .pg-strength__tech-circle-kanji {
    font-size: 3.9rem;
  }
}

.pg-strength__tech-circle-desc {
  font-size: 1.6rem;
  font-weight: 500;
  color: #1c2a52;
  line-height: 1.8;
}
@media (max-width: 768px) {
  .pg-strength__tech-circle-desc {
    font-size: 1.3rem;
  }
}

.pg-strength__tech-label {
  font-size: 2rem;
  font-weight: 500;
  color: #1c2a52;
  line-height: 1.5;
  margin: 0;
}
@media (max-width: 768px) {
  .pg-strength__tech-label {
    font-size: 1.6rem;
  }
}

.pg-strength__solution {
  display: block;
  margin-top: 4rem;
  border-radius: 0.8rem;
  overflow: hidden;
}
.pg-strength__solution img {
  width: 100%;
  height: auto;
  display: block;
}
@media (max-width: 768px) {
  .pg-strength__solution {
    margin-top: 2.4rem;
    overflow-x: auto;
    overflow-y: hidden;
    border-radius: 0;
    scrollbar-width: none;
  }
  .pg-strength__solution::-webkit-scrollbar {
    display: none;
  }
  .pg-strength__solution img {
    width: auto;
    height: 39.2rem;
  }
}

.pg-strength__solution-track {
  display: none;
}
@media (max-width: 768px) {
  .pg-strength__solution-track {
    display: block;
    height: 0.1rem;
    background-color: #ececec;
    margin: 1.2rem 2.4rem 0;
    position: relative;
  }
}

.pg-strength__solution-thumb {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  background-color: #1c2a52;
  transition: left 0.1s linear;
}

.pg-strength__solution-company {
  flex-shrink: 0;
}

.pg-strength__solution-company-icon {
  width: 12rem;
  height: auto;
  background-color: #ffffff;
  border-radius: 50%;
  padding: 2rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
.pg-strength__solution-company-icon img {
  width: 5rem;
  height: auto;
  display: block;
}

.pg-strength__solution-arrow {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.8rem;
  flex-shrink: 0;
}
.pg-strength__solution-arrow img {
  width: 6rem;
  display: block;
}
@media (max-width: 768px) {
  .pg-strength__solution-arrow img {
    width: 4rem;
    transform: rotate(90deg);
  }
}

.pg-strength__solution-arrow-label {
  font-size: 1.2rem;
  color: #1c2a52;
  white-space: nowrap;
}

.pg-strength__solution-core {
  flex: 1;
  min-width: 30rem;
  border: 0.1rem solid #1c2a52;
  border-radius: 0.8rem;
  padding: 2.4rem;
  background-color: #ffffff;
}
@media (max-width: 768px) {
  .pg-strength__solution-core {
    min-width: unset;
    width: 100%;
  }
}

.pg-strength__solution-functions {
  display: flex;
  gap: 2rem;
  margin-bottom: 2rem;
}

.pg-strength__solution-function {
  flex: 1;
  text-align: center;
}

.pg-strength__solution-function-label {
  display: block;
  font-size: 1.4rem;
  font-weight: 700;
  color: #1c2a52;
  margin-bottom: 0.4rem;
}

.pg-strength__solution-function-sub {
  display: block;
  font-size: 1.2rem;
  color: #5b6991;
}

.pg-strength__solution-circles {
  display: flex;
  justify-content: center;
  gap: -2rem;
  margin-bottom: 1.6rem;
}

.pg-strength__solution-circle {
  width: 11rem;
  height: 11rem;
  border-radius: 50%;
  border: 0.1rem solid #1c2a52;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.6rem;
  font-weight: 700;
  color: #1c2a52;
  margin: 0 -1rem;
  background-color: #ffffff;
  text-align: center;
}
@media (max-width: 768px) {
  .pg-strength__solution-circle {
    width: 8rem;
    height: 8rem;
    font-size: 1.4rem;
  }
}

.pg-strength__solution-core-label {
  text-align: center;
  font-size: 1.4rem;
  font-weight: 500;
  color: #1c2a52;
  margin: 0;
}

.pg-strength__solution-client {
  flex-shrink: 0;
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1.6rem;
}
@media (max-width: 768px) {
  .pg-strength__solution-client {
    width: 100%;
  }
}

.pg-strength__solution-client-center {
  width: 17rem;
  height: 17rem;
  border-radius: 50%;
  background-color: #1c2a52;
  color: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  font-size: 1.4rem;
  font-weight: 700;
  line-height: 1.4;
  padding: 1.6rem;
}

.pg-strength__solution-needs {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0.8rem;
}
.pg-strength__solution-needs li {
  font-size: 1.2rem;
  color: #1c2a52;
  font-weight: 500;
  text-align: center;
  padding: 0.4rem 0.8rem;
  border: 0.1rem solid #1c2a52;
  border-radius: 0.2rem;
}

.pg-strength__mindset-layout {
  display: flex;
  gap: 10rem;
  align-items: flex-start;
  margin-top: 4rem;
}
@media (max-width: 992px) {
  .pg-strength__mindset-layout {
    grid-template-columns: 1fr;
    gap: 4rem;
  }
}
@media (max-width: 768px) {
  .pg-strength__mindset-layout {
    display: flex;
    flex-direction: column;
    gap: 2.2rem;
    margin-top: 2.6rem;
  }
}

.pg-strength__mindset-venn {
  display: flex;
  flex-direction: column;
  gap: 2.4rem;
}

@keyframes mindsetCircleAppear {
  0% {
    opacity: 0.5;
  }
  100% {
    opacity: 1;
  }
}
.pg-strength__mindset-circles {
  position: relative;
  width: 64.8rem;
  height: 32.9rem;
}
@media (max-width: 768px) {
  .pg-strength__mindset-circles {
    width: 32rem;
    height: 25.2rem;
    margin: 0;
  }
}

.pg-strength__mindset-circle {
  position: absolute;
  width: 24rem;
  height: 24rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  top: 0;
  opacity: 0.5;
}
@media (max-width: 768px) {
  .pg-strength__mindset-circle {
    width: 12rem;
    height: 12rem;
  }
}

.pg-strength__mindset-bg {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 0;
}

.pg-strength__mindset-circle--a {
  left: 0;
}
@media (max-width: 768px) {
  .pg-strength__mindset-circle--a {
    left: 0;
  }
}
.pg-strength__mindset-circle--a.is-visible {
  animation: mindsetCircleAppear 1.2s ease-out forwards;
  animation-delay: 0s;
}
@media (max-width: 768px) {
  .pg-strength__mindset-circle--a .pg-strength__mindset-label {
    left: 0.4rem;
    top: 12.8rem;
  }
  .pg-strength__mindset-circle--a .pg-strength__mindset-label .pg-strength__mindset-label-main {
    max-width: 7.2rem;
    width: 100%;
  }
}

.pg-strength__mindset-circle--b {
  left: 20.4rem;
}
@media (max-width: 768px) {
  .pg-strength__mindset-circle--b {
    left: 10rem;
    transform: none;
  }
}
.pg-strength__mindset-circle--b.is-visible {
  animation: mindsetCircleAppear 1.2s ease-out forwards;
  animation-delay: 0.6s;
}
@media (max-width: 768px) {
  .pg-strength__mindset-circle--b .pg-strength__mindset-label {
    left: 0.7rem;
    top: 19.4rem;
  }
  .pg-strength__mindset-circle--b .pg-strength__mindset-label .pg-strength__mindset-label-main {
    max-width: 8.8rem;
    width: 100%;
  }
}

.pg-strength__mindset-circle--c {
  left: 40.8rem;
}
@media (max-width: 768px) {
  .pg-strength__mindset-circle--c {
    left: 20rem;
  }
}
.pg-strength__mindset-circle--c.is-visible {
  animation: mindsetCircleAppear 1.2s ease-out forwards;
  animation-delay: 1.2s;
}
@media (max-width: 768px) {
  .pg-strength__mindset-circle--c .pg-strength__mindset-label {
    left: 0.7rem;
    top: 12.8rem;
  }
  .pg-strength__mindset-circle--c .pg-strength__mindset-label .pg-strength__mindset-label-main {
    max-width: 12rem;
    width: 100%;
    min-width: 12rem;
  }
}

.pg-strength__mindset-kanji {
  font-size: 3.6rem;
  font-weight: 600;
  color: #ffffff;
  position: relative;
  z-index: 1;
  top: -0.1rem;
}
@media (max-width: 768px) {
  .pg-strength__mindset-kanji {
    font-size: 2.4rem;
  }
}

.pg-strength__mindset-labels {
  display: none;
}

.pg-strength__mindset-label {
  position: absolute;
  bottom: -9.1rem;
  left: 50%;
  transform: translateX(-50%);
  width: 90%;
  text-align: center;
  z-index: 1;
}
@media (max-width: 768px) {
  .pg-strength__mindset-label {
    bottom: auto;
    left: auto;
    right: auto;
    transform: none;
    width: max-content;
    text-align: center;
  }
}

.pg-strength__mindset-label-sub {
  font-size: 1.4rem;
  font-weight: 400;
  color: #1c2a52;
  margin: 0 0 -0.2rem;
  line-height: 1.8;
}
@media (max-width: 768px) {
  .pg-strength__mindset-label-sub {
    font-size: 1.2rem;
    margin: 0;
  }
}

.pg-strength__mindset-label-main {
  font-size: 2.4rem;
  font-weight: 700;
  color: #1c2a52;
  margin: 0;
  border-bottom: 0.2rem solid #fdc600;
  padding-bottom: 0.8rem;
  display: inline-block;
  line-height: 1.5;
}
@media (max-width: 768px) {
  .pg-strength__mindset-label-main {
    font-size: 1.6rem;
    padding-bottom: 0.6rem;
  }
}

.pg-strength__mindset-quote {
  padding: 0;
  background-color: transparent;
  border-radius: 0;
}
@media (max-width: 992px) {
  .pg-strength__mindset-quote {
    padding: 0;
  }
}
@media (max-width: 768px) {
  .pg-strength__mindset-quote {
    order: -1;
  }
}

.pg-strength__mindset-quote-text {
  display: flex;
  flex-direction: column;
  gap: 0;
}
.pg-strength__mindset-quote-text em {
  font-style: normal;
  color: #fdc600;
}
@media (max-width: 768px) {
  .pg-strength__mindset-quote-text {
    gap: 0.35rem;
  }
}

.pg-strength__mindset-quote-line {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: 4.8rem;
  line-height: 1.4;
  color: #1c2a52;
  margin: 0;
  opacity: 0;
}
.pg-strength__mindset-quote-line.is-visible {
  animation: mindsetCircleAppear 1.8s ease-out forwards;
}
.pg-strength__mindset-quote-line.is-visible:nth-child(1) {
  animation-delay: 0s;
}
.pg-strength__mindset-quote-line.is-visible:nth-child(2) {
  animation-delay: 0.6s;
}
.pg-strength__mindset-quote-line.is-visible:nth-child(3) {
  animation-delay: 1.2s;
}
@media (max-width: 768px) {
  .pg-strength__mindset-quote-line {
    font-size: 3.2rem;
  }
}

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