@media screen and (min-width: 768px) {
  .for-line-switch {
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .pc-none {
    display: none;
  }
  .sp-none {
    opacity: 1;
  }
  .parent {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 80%;
    margin: 0 10% 0 10%;
  }
  .half {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 50%;
    padding: 5%;
  }
  .fv-bottom-parent {
    display: flex;
    align-items: start;
    justify-content: center;
  }
  .fv {
    width: 100%;
  }
  .fv-in {
    height: 550px;
  }
  .fv-ul {
    padding-top: 450px;
    position: absolute;
    left: 0;
  }
  .fv-midle-img {
    width: 300px;
    position: absolute;
    right: 0;
    transform: translateY(50px) translateX(150px);
  }
  .fv-bottom {
    padding: 100px 0 100px 0;
  }
  .br {
    display: none;
  }
  .parent-four-zone {
    width: 900px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .four-watch {
    width: 80%;
  }
  .left-top-box-border {
    position: relative;
    padding: 20px;
  }
  .left-top-box-border::before {
    content: "";
    position: absolute;
    right: 0;
    height: 80%;
    border-right: 1px solid black;
    box-sizing: border-box;
  }
  .left-bottom-box-border {
    position: relative;
    padding: 20px;
  }
  .left-bottom-box-border::before {
    content: "";
    position: absolute;
    top: 0;
    width: 90%;
    border-top: 1px solid black;
    box-sizing: border-box;
  }
  .right-top-box-border {
    position: relative;
    padding: 20px;
  }
  .right-top-box-border::before {
    content: "";
    position: absolute;
    bottom: 0;
    width: 90%;
    border-bottom: 1px solid black;
    box-sizing: border-box;
  }
  .right-bottom-box-border {
    position: relative;
    padding: 20px;
  }
  .right-bottom-box-border::before {
    content: "";
    position: absolute;
    left: 0;
    height: 80%;
    border-left: 1px solid black;
    box-sizing: border-box;
  }
  .footer-position {
    position: relative;
  }
  .footer-p-position {
    position: absolute;
    right: 30px;
    bottom: 30px;
  }
  .footer-small-font-size {
    font-size: 10px;
  }
  .footer-mini-p-border-right {
    border-right: 1px black solid;
  }
  .parent-four-zone-p {
    font-size: 14px;
  }
  .coming-soon {
    top: 40%;
    left: 40%;
    position: absolute;
    font-size: 20px;
  }
  .video-introduction {
    width: 560px;
    height: 315px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .highlight-text-absolute {
    position: absolute;
    bottom: 0;
    right: 0;
  }
  .four-img-w {
    width: 100%;
    padding: 0 25% 0 25%;
  }
  .highlight-text {
    position: relative;
    width: -moz-fit-content;
    width: fit-content;
    display: inline;
    font-size: 14px;
    background-image: linear-gradient(to top, rgb(0, 0, 0) 0 1px, transparent 1px);
  }
  .question-text {
    width: 600px;
    margin: 0 auto;
  }
}
/*===================================================*/
/*===================================================*/
/*===================================================*/
/*===================================================*/
/*===================================================*/
/*===================================================*/
/*===================================================*/
/*===================================================*/
/*===================================================*/
/*===================================================*/
@media screen and (max-width: 767px) {
  .for-line-switch {
    display: block;
  }
  .sp-none {
    display: none;
  }
  .pc-none {
    opacity: 1;
  }
  .parent {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 90%;
    margin: 0 5% 0 5%;
  }
  .half {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 50%;
    padding: 5%;
  }
  .fv-bottom-parent {
    display: block;
  }
  .fv {
    width: 100%;
  }
  .fv-in {
    width: 100%;
    height: 500px;
  }
  .fv-midle {
    position: relative;
  }
  .fv-midle-position {
    position: absolute;
    transform: translateY(90px);
  }
  .fv-midle-img {
    width: 200px;
  }
  .fv-bottom {
    padding-top: 100px;
    padding-bottom: 10px;
  }
  .sp-chuo {
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .parent-four-zone {
    width: 85%;
    margin: 0 7.5% 0 7.5%;
  }
  .four-watch {
    width: 80%;
  }
  .left-top-box-border {
    position: relative;
    padding: 20px;
  }
  .left-top-box-border::before {
    content: "";
    position: absolute;
    right: 0;
    height: 80%;
    border-right: 1px solid black;
    box-sizing: border-box;
  }
  .left-bottom-box-border {
    position: relative;
    padding: 20px;
  }
  .left-bottom-box-border::before {
    content: "";
    position: absolute;
    top: 0;
    width: 90%;
    border-top: 1px solid black;
    box-sizing: border-box;
  }
  .right-top-box-border {
    position: relative;
    padding: 20px;
  }
  .right-top-box-border::before {
    content: "";
    position: absolute;
    bottom: 0;
    width: 90%;
    border-bottom: 1px solid black;
    box-sizing: border-box;
  }
  .right-bottom-box-border {
    position: relative;
    padding: 20px;
  }
  .right-bottom-box-border::before {
    content: "";
    position: absolute;
    left: 0;
    height: 80%;
    border-left: 1px solid black;
    box-sizing: border-box;
  }
  .footer-p-position {
    text-align: center;
  }
  .footer-small-font-size {
    font-size: 10px;
  }
  .footer-mini-p-border-right {
    border-right: 1px black solid;
  }
  .parent-four-zone-p {
    font-size: 14px;
  }
  .coming-soon {
    top: 40%;
    left: 20%;
    position: absolute;
  }
  .video-introduction {
    width: 280px;
    height: 157.5px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .highlight-text-absolute {
    display: block;
  }
  .four-img-w {
    width: 100%;
    padding: 0 5% 0 5%;
  }
  .highlight-text {
    position: relative;
    width: -moz-fit-content;
    width: fit-content;
    display: inline;
    font-size: 12px;
    background-image: linear-gradient(to top, rgb(0, 0, 0) 0 1px, transparent 1px);
  }
  .question-text {
    display: flex;
    align-items: center;
    width: 280px;
    font-size: 13px;
    margin: 0 auto;
  }
}/*# sourceMappingURL=responsive.css.map */