@charset "UTF-8";
/*products*/

.sec-products {
  margin-top: 120px;
}
@media screen and (max-width: 767px) {
  .sec-products {
    margin-top: 18.6666666667vw;
  }
}
@media screen and (min-width: 768px) {
  .sec-products .inner {
    padding: 0 40px 0 80px;
  }
}
.sec-products .content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
   -webkit-box-pack: space-between;
      -ms-flex-pack: space-between;
    justify-content: space-between;
  flex-direction: row-reverse;
}
@media screen and (max-width: 1120px) {
  .sec-products .content {
    display: block;
  }
}
.sec-products .content figure {
  max-width: 50%;
  margin: -4em 0 0;
}
@media screen and (max-width: 1120px) {
  .sec-products .content figure {
    max-width: 600px;
    margin: 2em auto 0;
  }
}
.sec-products .content figure img {
  border-radius: 20px;
}
.sec-products .content .txt-wrap {
  max-width: 424px;
}
@media screen and (max-width: 1120px) {
  .sec-products .content .txt-wrap {
    max-width: initial;
  }
  .sec-products .content .txt-wrap .txt br {
    display: none;
  }
}
.sec-products .content .txt-wrap .title {
  font-size: 2.4rem;
  color: #0093BB;
  margin: 2em 0 0.5em;
}
@media screen and (max-width: 767px) {
  .sec-products .content .txt-wrap .title {
    font-size: 4.8vw;
  }
}
.sec-products .content .txt-wrap .button {
  margin: 20px 0 5px;
}
@media screen and (max-width: 1120px) {
  .sec-products .content .txt-wrap .button {
    margin: 20px auto 5px;
  }
}
@media screen and (max-width: 767px) {
  .sec-products .content .txt-wrap .button {
    margin: 6.6666666667vw auto 1.3333333333vw;
  }
}