.l-pageheader {
  overflow: visible;
}

@media screen and (min-width: 1025px) and (orientation: landscape) {
  .p-header__title {
    width: 50%;
  }
}
@media screen and (max-width: 1024px) and (orientation: portrait) {
  .p-header__title .c-title__vertical {
    margin: 0 auto;
  }
}

.p-header__detail {
  margin-top: 6rem;
}
@media screen and (min-width: 1025px) and (orientation: landscape) {
  .p-header__detail {
    width: 50%;
    margin-top: 0;
  }
}

@media screen and (min-width: 1025px) and (orientation: landscape) {
  .p-header__title_img {
    position: absolute;
  }
}
.p-header__title_img.__01 {
  position: absolute;
  right: -2.5rem;
  top: -4rem;
  width: 35%;
  z-index: 1;
}
@media screen and (min-width: 769px) {
  .p-header__title_img.__01 {
    width: 30%;
    top: -10rem;
    right: -5rem;
  }
}
@media screen and (min-width: 1025px) and (orientation: landscape) {
  .p-header__title_img.__01 {
    left: 19.8rem;
    right: auto;
    top: auto;
    bottom: 19.5rem;
    width: 19.3rem;
  }
}
.p-header__title_img.__02 {
  width: 80%;
  margin: 6rem 0 0 -2.5rem;
}
@media screen and (min-width: 769px) {
  .p-header__title_img.__02 {
    width: 70%;
    margin: 6rem 0 0 -5rem;
  }
}
@media screen and (min-width: 1025px) and (orientation: landscape) {
  .p-header__title_img.__02 {
    left: -8.8rem;
    bottom: 0;
    width: 37.8rem;
    margin: 0;
  }
}