/* p-highlight
---------------------------------------------------------------------------- */
.p-highlight {
  padding-block: 8rem 12rem;
}

.p-highlight-content:not(:last-of-type) {
  margin-bottom: 10rem;
}

.p-highlight-ttl {
  font-size: 3.6rem;
  line-height: 1;
  letter-spacing: 0.06em;
  font-weight: 700;
  color: #073190;
  margin-bottom: 5rem;
  position: relative;
  padding-left: 2rem;
}
.p-highlight-ttl::before {
  content: "";
  width: 0.4rem;
  height: 100%;
  background: linear-gradient(-45deg, #4ba3d8 50%, #1a3a86 50%);
  border-radius: 10vmax;
  position: absolute;
  top: 50%;
  left: 0;
  translate: 0 -50%;
}

.p-highlight-ttl span {
  font-size: 1.6rem;
  line-height: 1;
  letter-spacing: 0.06em;
  font-weight: 400;
  color: #1A1A1A;
  margin-left: 1rem;
}

.p-highlight-content01-inner {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 5rem 6rem;
}

.p-highlight-content01-sec-ttl {
  font-size: 2.4rem;
  line-height: 1.125;
  letter-spacing: 0.08em;
  font-weight: 700;
  color: #fff;
  background-color: #073190;
  padding-block: 1.5rem 1.4rem;
  padding-inline: 2rem;
  margin-bottom: 3rem;
}

.p-highlight-content01-sec-figure {
  width: 57rem;
}

.p-highlight-content01-sec-figure img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center;
}

.p-highlight-content01-sec-unit-txt {
  font-size: 1.6rem;
  line-height: 1.8125;
  letter-spacing: 0.06em;
  font-weight: 700;
  margin-bottom: 1rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.p-highlight-content02-img {
  width: 110rem;
  aspect-ratio: 1100/506;
  margin-inline: auto;
}
.p-highlight-content02-img img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center;
}

@media screen and (max-width: 767px) {
  .p-highlight {
    padding-block: 13.3333333333vw;
  }
  .p-highlight-content:not(:last-of-type) {
    margin-bottom: 13.3333333333vw;
  }
  .p-highlight-ttl {
    font-size: 6.4vw;
    line-height: 1.5;
    margin-bottom: 8vw;
    padding-left: calc(1.0666666667vw + 4vw);
  }
  .p-highlight-ttl::before {
    width: 1.0666666667vw;
    height: 100%;
  }
  .p-highlight-ttl span {
    font-size: 3.7333333333vw;
    margin-left: 2.4vw;
  }
  .p-highlight-content01-inner {
    grid-template-columns: repeat(1, 1fr);
    gap: 8vw;
  }
  .p-highlight-content01-sec-ttl {
    font-size: 5.3333333333vw;
    line-height: 1.5;
    padding-block: 2.8vw;
    padding-inline: 5.3333333333vw;
    margin-bottom: 4vw;
  }
  .p-highlight-content01-sec-unit-txt {
    font-size: 3.2vw;
    line-height: 1.3333333333;
    margin-bottom: 1.3333333333vw;
  }
  .p-highlight-content01-sec-figure {
    width: 100%;
  }
  .p-highlight-content02-img {
    width: 100%;
    aspect-ratio: 335/537;
  }
}
