@charset "utf-8";

  .top-main-visual {
    position: relative;
    height: 249px;
  }
  .page-header__img {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 3;
  }
  .page-header_left-decoration {
    position: absolute;
    bottom: -10vw;
    width: 30vw;
    left: 0;
  }
  .top-mv_logo--page-head {
    z-index: 3;
  }
  .page-header__logo {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateY(-50%) translateX(-30%);
    z-index: 3;
  }
  .page-header_right-decoration img {
    position: absolute;
    right: 0;
    top: -30vw;
    width: 30vw;
  }
  .page-top-main-visual_body {
    padding: 0px;
    z-index: 3;
  }
  .page-header {
    border-bottom: 0;
  }
  .sub-main-visual{
    background-image: url(../images/top/bg_graphy_black.jpg);
    background-size: cover;
  }
  
  
  
  @media screen and (min-width: 768px) {  
  
    .page-header__img img {
      height: 249px;
    }
    .top-mv_logo--page-head {
      z-index: 3;
      height: 249px;
    }
  }
  
  
  
  
  