@charset "UTF-8";

/* fv.css（下層ページ共通ヘッダー） */
.p-fv {
  position: relative;
  height: 17.5rem;
  z-index: 1;
  background-color: #1c1c1c;
  border-bottom: 1px solid #f3f3f3;
}

@media (min-width: 768px) {
  .p-fv {
    height: 27.5rem;
  }
}

.p-fv::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.25);
  z-index: 3;
  pointer-events: none;
}

.p-fv__bg {
  position: absolute;
  z-index: 2;
  top: 50%;
  left: 50%;
  translate: -50% -50%;
  width: 100%;
  height: 100%;
}

.p-fv__bg img {
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
  height: 100%;
}

.p-fv__contents {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: inherit;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.p-fv__inner {
  -webkit-padding-after: 1.5625rem;
  padding-block-end: 1.5625rem;
}

@media (min-width: 768px) {
  .p-fv__inner {
    -webkit-padding-after: 2.5rem;
    padding-block-end: 2.5rem;
  }
}

.p-fv__heading {
  position: relative;
  z-index: 5;
  color: #ffffff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  row-gap: 0.3125rem;
}

.p-fv__heading-en {
  font-family: "Lato", sans-serif;
  font-weight: 500;
  font-size: max(2.375rem, 30.4px);
}

@media (min-width: 0px) {
  .p-fv__heading-en {
    font-size: 2.375rem;
  }
}

.p-fv__heading-en {
  font-weight: 500;
}

@media (min-width: 768px) {
  .p-fv__heading-en {
    font-size: max(4.0625rem, 52px);
    font-weight: 500;
  }
}

@media (min-width: 768px) and (min-width: 0px) {
  .p-fv__heading-en {
    font-size: 4.0625rem;
  }
}

.p-fv__heading-ja {
  font-size: max(0.8125rem, 10.4px);
}

@media (min-width: 0px) {
  .p-fv__heading-ja {
    font-size: 0.8125rem;
  }
}

.p-fv__heading-ja {
  font-weight: 700;
}

@media (min-width: 768px) {
  .p-fv__heading-ja {
    font-size: max(1rem, 12.8px);
    font-weight: 700;
  }
}

@media (min-width: 768px) and (min-width: 0px) {
  .p-fv__heading-ja {
    font-size: 1rem;
  }
}