@charset "utf-8";

.p-fv {
  position: relative;
  width: 100%;
  height: 40vh;
  -webkit-padding-before: 6.125rem;
          padding-block-start: 6.125rem;
}
@media (min-width: 768px) {
  .p-fv {
    width: 100%;
    height: 38.75rem;
    -webkit-padding-before: 8.125rem;
            padding-block-start: 8.125rem;
  }
}

.p-fv__img {
  position: absolute;
  overflow: hidden;
  border-radius: inherit;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 4;
}
.p-fv__img img {
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  height: 100%;
}

.p-fv__ttl {
  position: absolute;
  z-index: 5;
}
.p-fv__ttl--ja {
  color: #1849a5;
  font-family: "Montserrat", sans-serif;
  font-weight: bold;
  font-size: 0.75rem;
  line-height: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 0.5rem;
     -moz-column-gap: 0.5rem;
          column-gap: 0.5rem;
}

@media (min-width: 768px) {
  .p-fv__ttl--ja {
font-size: 0.875rem;
  }
}


.p-fv__ttl--ja::before {
  content: "";
  background: url("https://cross-estate.co.jp/system_panel/uploads/images/icon-ttl.png") no-repeat center/contain;
  -webkit-column-gap: 0.5rem;
     -moz-column-gap: 0.5rem;
          column-gap: 0.5rem;
  width: 0.9375rem;
  height: 0.46875rem;
}
.p-fv__ttl--en {
  color: #1849a5;
  -webkit-margin-before: 0.625rem;
          margin-block-start: 0.625rem;
  font-size: 2.5rem;
  line-height: 1;
  font-weight: bold;
}
@media (min-width: 768px) {
  .p-fv__ttl--en {
    -webkit-margin-before: 1.25rem;
            margin-block-start: 1.25rem;
    font-size: 4.375rem;
    line-height: 5.25rem;
  }
}
@media (min-width: 768px) {
  .p-fv__ttl {
    top: unset;
    left: unset;
    translate: unset;
  }
}

.p-bcm {
  display: none;
}
@media (min-width: 768px) {
  .p-bcm {
    width: 100%;
    position: absolute;
    z-index: 100;
    z-index: 100;
    top: 6.25rem;
    left: 0;
    display: block;
  }
}

.p-bcm__inner {
  width: 100%;
  max-width: 100%;
  padding: 0 1.25rem;
  margin-inline: auto;
  height: inherit;
}
@media (min-width: 768px) {
  .p-bcm__inner {
    width: 100%;
    max-width: 85.375rem;
    padding: 0 0.9375rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-column-gap: 0.9375rem;
       -moz-column-gap: 0.9375rem;
            column-gap: 0.9375rem;
  }
}

.p-bcm__top,
.p-bcm__current {
  font-size: 0.8125rem;
  line-height: 1.1875rem;
  color: #1849a5;
}

.p-bcm__triangle {
  width: 0.40625rem;
  height: 0.46875rem;
}
