@media screen and (min-width: 769px) {
  #main_visual {
    position: relative;
    display: flex;
    align-items: center;
    width: 100%;
    min-height: calc(100vh - 162px);
    max-height: 892px;
    margin: 132px 0 64px;
    padding: 20px 0;
    background: url(../img/technology/img_main.jpg) no-repeat right top;
    background-size: 1590px 892px;
  }
  #main_visual .flex_box {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 96%;
    max-width: 1100px;
    margin: 0 auto;
  }
  #main_visual #catchcopy {
    position: relative;
    width: 42%;
    margin: 0 auto 0;
    color: #fff;
  }
  #main_visual #catchcopy h1 {
    margin: 0 auto;
    color: #fff;
    font-size: 50px;
    font-family: "Yu Mincho", "YuMincho";
    text-align: left;
    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 0 26px;
    background-color: #fff;
  }
  #main_visual .txt {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    width: 52%;
    overflow-y: auto;
  }
  #main_visual .txt p {
    color: #fff;
    font-size: 16px;
    font-weight: 600;
    line-height: 2.25;
  }
  #main_visual .txt p + p {
    margin-top: 30px;
  }
  #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;
  }
}
@media (min-width: 769px) and (max-width: 950px) {
  #main_visual {
    height: 100%;
    min-height: calc(100vh - 160px);
    margin-top: 50px;
    padding: 20px 0;
  }
  #main_visual #search_area {
    padding: 17px 20px;
  }
  #main_visual #search_area .popular_search .keywords ul li {
    min-width: 106px;
  }
}
/* 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/technology/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 {
    color: #fff;
    font-size: 14px;
    line-height: 1.64;
  }
  #main_visual .txt p + p {
    margin-top: 22px;
  }
  #main_visual #top_copyright {
    display: none;
  }
}/*# sourceMappingURL=technology.css.map */