.p-inbound-density {
  display: grid;
  gap: 32px;
}

.p-inbound-density__en {
  margin: 0;
  color: #8f7a4f;
  font-family: "Times New Roman", serif;
  font-size: clamp(2rem, 2.8vw, 2.4rem);
  font-weight: 400;
  line-height: 1.18;
  text-align: center;
  text-transform: uppercase;
}

.p-inbound-density__media {
  position: relative;
  margin: 0;
}

.p-inbound-density__media img {
  display: block;
  width: 100%;
  height: auto;
}

.p-inbound-density__media figcaption {
  position: absolute;
  top: 24px;
  left: 50%;
  width: min(calc(100% - 40px), 520px);
  margin: 0;
  transform: translateX(-50%);
  color: #fff;
  font-size: 1.8rem;
  letter-spacing: 0.2em;
  font-weight: 700;
  line-height: 1.5;
  text-align: center;
  text-shadow: 0 2px 10px rgba(0, 0, 0, 0.35);
}

.p-inbound-density__heading {
  margin: 0;
  color: #646464;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.1;
  text-align: center;
  margin-bottom: 0.5em;
}

.p-inbound-density__heading span {
  display: block;
}

.p-inbound-density__heading span + span {
  margin-top: 4px;
  color: #8f7a4f;
  font-family: "Times New Roman", serif;
  font-weight: 400;
}

.c-price-table__sub-note {
  text-align: right;
}

@media screen and (max-width: 767px) {
  .p-inbound-density {
    gap: 24px;
  }

  .p-inbound-density__en {
    font-size: 1.6rem;
  }

  .p-inbound-density__media figcaption {
    top: 12px;
    width: calc(100% - 24px);
    font-size: 1.1rem;
  }

  .p-inbound-density__heading {
    font-size: 1.4rem;
  }
}

/* MV */
.p-inbound-visual {
  background: url(../../img/inbound/page-inbound_bg.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: left center;
}

.p-inbound-visual__inner {
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 100%;
  height: 100%;
  padding-right: 25px;
  padding-left: 25px;
  text-align: left;
  text-align: left;
  color: #fff;
  font-size: 3.5rem;
  line-height: 1.2;
  font-weight: 500;
  position: relative;
  z-index: 500;
}

.p-inbound-visual__title {
  margin: 0;

  letter-spacing: 0.15em;
}

.p-inbound-visual__sub {
  display: block;
  font-size: 0.35em;
  margin-top: 0.3em;
}

.p-inbound-visual__lead {
  margin: 0;
  margin-top: 1.5em;
  font-size: 0.5em;
  letter-spacing: 0.2em;
}

@media screen and (max-width: 767px) {
  .p-inbound-visual__inner{
    font-size: 1.8rem;
  }
}