@media screen and (min-width: 769px) {
  #main_visual {
    position: relative;
    width: 100%;
    min-height: 892px;
    margin: 132px 0 64px;
    background: url(../img/value/img_main.jpg) no-repeat right top;
    background-size: 1590px 892px;
  }
  #main_visual .inner {
    width: 96%;
    max-width: 800px;
    min-height: 892px;
    margin: 0 auto;
  }
  #main_visual #catchcopy {
    position: relative;
    margin: 0 auto 0;
    padding-top: 96px;
    color: #fff;
  }
  #main_visual #catchcopy h1 {
    margin: 0 auto 82px;
    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 .txt p {
    margin-bottom: 30px;
    color: #fff;
    font-size: 16px;
    line-height: 2.25;
  }
  #main_visual .txt ul {
    margin-bottom: 30px;
    margin-left: 1.5em;
    color: #fff;
    font-size: 16px;
  }
  #main_visual .txt ul li {
    font-size: 16px;
  }
  #main_visual .txt ul li + li {
    margin-top: 10px;
  }
  #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;
  }
}
/* SP */
@media screen and (max-width: 768px) {
  #main_visual {
    position: relative;
    width: 100%;
    min-height: 210px;
    margin: 0 auto 20px;
  }
  #main_visual #catchcopy {
    display: flex;
    align-items: center;
    width: 100%;
    height: 200px;
    margin: 0 0 15px;
    color: #fff;
    background: url(../img/value/sp/img_main.jpg) no-repeat center top;
    background-size: cover;
    text-align: center;
  }
  #main_visual #catchcopy h1 {
    width: 96%;
    max-width: 100%;
    margin: 0 auto;
    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 .txt {
    width: 92%;
    max-width: 768px;
    margin: 0 auto;
  }
  #main_visual .txt p {
    margin-bottom: 20px;
    color: #fff;
    font-size: 14px;
    line-height: 1.64;
  }
  #main_visual .txt ul {
    margin-bottom: 20px;
    margin-left: 1.5em;
    color: #fff;
    font-size: 14px;
  }
  #main_visual .txt ul li + li {
    margin-top: 10px;
  }
  #main_visual #top_copyright {
    display: none;
  }
}/*# sourceMappingURL=value.css.map */