@media screen and (min-width: 769px) {
  #main_visual {
    position: relative;
    width: 100%;
    height: calc(100vh - 162px);
    max-height: 300px;
    margin: 132px 0 64px;
    background: url(../img/contact/img_main.jpg) no-repeat right top;
    background-size: 1590px 300px;
  }
  #main_visual #catchcopy {
    position: relative;
    top: 50%;
    left: 50%;
    width: 100%;
    margin: 0 auto 0;
    color: #fff;
    transform: translate(-50%, -50%);
  }
  #main_visual #catchcopy h1 {
    margin: 0 auto 32px;
    color: #fff;
    font-size: 50px;
    font-family: "Yu Mincho", "YuMincho";
    text-align: center;
    line-height: 1;
  }
  #main_visual #catchcopy h1 span {
    display: block;
    color: #fff;
    font-size: 16px;
    font-family: "Playfair Display";
    font-weight: normal;
    margin-top: 8px;
  }
  #main_visual #catchcopy h1::before {
    display: block;
    content: "";
    width: 120px;
    height: 1px;
    margin: 0 auto 26px;
    background-color: #fff;
  }
  #main_visual #top_copyright {
    position: absolute;
    top: 50%;
    left: 38px;
    width: 15px;
    height: 382px;
    background: url(../img/txt_copyright_head.png) no-repeat center;
    background-size: 15px 382px;
    -webkit-backface-visibility: hidden;
            backface-visibility: hidden;
    transform: translateY(-50%);
  }
  #main_visual #top_copyright span {
    display: none;
  }

  #privacy_area {
    margin-bottom: 106px;
    box-sizing: border-box;
  }
  #privacy_area .inner {
    width: 96%;
    max-width: 1100px;
    margin: 0 auto 50px;
  }
  #privacy_area .inner h2 {
    margin: 0 auto;
    color: #fff;
    font-size: 20px;
    font-family: "Yu Mincho", "YuMincho";
    font-weight: 600;
    text-align: left;
    line-height: 2.14;
  }
  #privacy_area .inner h2::before {
    display: block;
    content: "";
    width: 40px;
    height: 2px;
    margin: 0;
    background-color: #006d9d;
  }
  #privacy_area .inner p {
    font-size: 16px;
    line-height: 2.14;
  }
  #privacy_area .inner p + h2 {
    margin-top: 60px;
  }
}
/* SP */
@media screen and (max-width: 768px) {
  #main_visual {
    position: relative;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    width: 100%;
    min-height: 210px;
    margin: 0 auto 20px;
    background: url(../img/contact/sp/img_main.jpg) no-repeat center top;
    background-size: cover;
  }
  #main_visual #catchcopy {
    width: 100%;
    margin: 0;
    color: #fff;
    text-align: center;
  }
  #main_visual #catchcopy h1 {
    width: 96%;
    max-width: 100%;
    margin: 0 auto 10px;
    color: #fff;
    font-size: 24px;
    font-family: "Yu Mincho", "YuMincho";
    text-align: center;
    line-height: 1;
  }
  #main_visual #catchcopy h1 span {
    display: block;
    margin-top: 7px;
    color: #fff;
    font-size: 9px;
    font-weight: normal;
    font-family: "Playfair Display";
    line-height: 1;
  }
  #main_visual #catchcopy h1::before {
    display: block;
    content: "";
    width: 60px;
    height: 1px;
    margin: 0 auto 12px;
    background-color: #fff;
  }
  #main_visual #top_copyright {
    display: none;
  }

  #privacy_area {
    margin-bottom: 20px;
    box-sizing: border-box;
  }
  #privacy_area .inner {
    width: 90%;
    max-width: 768px;
    margin: 0 auto 30px;
  }
  #privacy_area .inner h2 {
    margin: 0 auto;
    color: #fff;
    font-size: 16px;
    font-family: "Yu Mincho", "YuMincho";
    font-weight: 600;
    text-align: left;
    line-height: 1.64;
  }
  #privacy_area .inner h2::before {
    display: block;
    content: "";
    width: 20px;
    height: 2px;
    margin: 0;
    background-color: #006d9d;
  }
  #privacy_area .inner p {
    color: #fff;
    font-size: 13px;
    line-height: 1.64;
  }
  #privacy_area .inner p + h2 {
    margin-top: 30px;
  }
}/*# sourceMappingURL=privacypolicy.css.map */