@charset "UTF-8";
img {
  vertical-align: middle;
}
.pc-none {
  display: none;
}
.sp {
  display: none;
}
.js-fadeup {
  opacity: 0;
  transform: translateY(25px);
  transition: opacity 1.2s, transform 1.2s;
}

.js-fadeup.is-visible {
  opacity: 1;
  transform: translateY(0);
}

.js-fadeup-row-child {
  opacity: 0;
  transform: translateY(25px);
  transition: opacity 1.2s, transform 1.2s;
}

.is-visible .js-fadeup-row-child {
  opacity: 1;
  transform: translateY(0);
}
.icon_new img {
  max-width: 50px;
}
#anchor-menu > ul {
  flex-wrap: wrap;
  position: relative;
  padding: 8px 0 3px;
  box-sizing: border-box;
}
#anchor-menu > ul > li {
  margin: 5px 0;
  padding: 0 10px;
  font-size: 1.4rem;
}

.qdottv {
  overflow: hidden;
  color: #242424;
  line-height: 1.875;
  font-size: 1.6rem;
}

.qdottv * {
  box-sizing: border-box;
  vertical-align: middle;
}

.contents {
  padding-top: 120px;
  padding-bottom: 120px;
}

.contents:last-of-type {
  padding-bottom: 0;
}

.sec_ttl {
  color: #333;
  font-weight: bold;
  line-height: 1.3;
  text-align: center;
  font-size: 4.0rem;
  margin-bottom: 60px;
}

.sec_lead {
  text-align: center;
  margin-bottom: 53px;
}

.sec_ttl.is-bg {
  line-height: 1;
}

.sec_ttl.is-bg .inner {
  display: inline-block;
  color: #fff;
  background: #000a09;
  padding: 1.5rem 3rem;
}

.sec_ttl .ttl_img {
  display: inline-block;
  margin-right: 10px;
}

.sec_inner {
  max-width: 1160px;
  width: 100%;
  margin: 0 auto;
  padding-right: 30px;
  padding-left: 30px;
}

.mv {
  position: relative;
}

.mv_inner {
  position: absolute;
  top: 0;
  left: 50%;
  z-index: +1;
  max-width: 1140px;
  padding: 0 20px;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  transform: translateX(-50%);
}

.mv_logo {
  max-width: 629px;
  width: 31.25vw;
  /*width: 57.1%;*/
  margin-top: -2%;
  /*padding-left: 2%;*/
}

.mv_bg {
  position: relative;
  height: 100%;
  width: 100%;
  /*background: url(../images/mv_02_pc.jpg) no-repeat center / cover;*/
}
.mv_bg img {
  width: 100%;
}
/*.mv_bg .mv_img {
  position: absolute;
  width: 30%;
  max-width: 576px;
  bottom: 0;
  right: 13%;
}*/
.about_txt {
  margin-bottom: 80px;
  text-align: center;
}

.about_movie {
  margin-top: 80px;
  width: 100%;
  position: relative;
  padding-top: 56.25%;
}

.about_movie iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.features {
  background: url(../images/bg_features.jpg) no-repeat center / cover;
}
.features_box {
  padding: 85px;
  position: relative;
  background: #fff;
}
.features_ttl {
  display: flex;
  align-items: center;
  margin-bottom: 30px;
  font-size: 3.5rem;
  font-weight: bold;
  line-height: 1;
}

.features_ttl span {
  display: inline-block;
  margin-right: 20px;
}

.features_box_inner {
  display: flex;
  flex-wrap: wrap;
}

.features_box:not(:first-child) {
  margin-top: 85px;
}

.features_box_txt, 
.features_box_img {
  width: 50%;
}

.features_txt {
  font-size: 18px;
}
/*.features_box:before,
.features_box:after {
  content: '';
  width: 85px;
  height: 100%;
  background: #fff;
  position: absolute;
  top: 0;
}
.features_box:before {
  left: -85px;
}
.features_box:after {
  right: -85px;
}*/
.features_box_img {
  text-align: center;
}
.features_box.is-02 .features_box_inner {
  flex-direction: row-reverse;
}
.features_box .features_box_txt.item_l {
  padding-right: 25px;
}
.features_box .features_box_txt.item_r {
  padding-left: 25px;
}



.comparison_item:not(:first-child) {
  border-top: 1px solid #d0d0d0;
  padding-top: 50px;
  margin-top: 50px;
}

.comparison_badge {
  margin-bottom: 20px;
  text-align: center;
}

.comparison_badge_inner {
  display: inline-block;
  line-height: 1;
  color: #fff;
  font-weight: bold;
  padding: 10px;
}

.comparison_badge_inner.red {
  background: #ff0000;
}

.comparison_badge_inner.green {
  background: #09a701;
}

.comparison_badge_inner.blue {
  background: #0069df;
}

.comparison_badge_inner.colorful {
  background: #ff0000;
}

.comparison_badge_inner span {
  font-size: 14px;
  display: inline-block;
  margin-left: 0.5em;
}

.comparison_img_wrap {
  max-width: 860px;
  margin: 0 auto;
  position: relative;
  font-size: 14px;
  margin-top: 9px;
}

.comparison_img_txt {
  position: absolute;
  color: #fff;
  font-weight: bold;
  top: 50px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 100;
  font-size: 18px;
}

.comparison_txt_wrap {
  display: flex;
  justify-content: space-between;
  font-size: 14px;
  margin-bottom: 5px;
  font-weight: bold;
}

.reccomend {
  background: #f1f2f7;
  position: relative;
}

.reccomend:after {
  content: '';
  width: 100%;
  height: 200px;
  background: #f1f2f7;
  position: absolute;
  bottom: -200px;
  left: 0;
}

.reccomend_slide_wrap {
  max-width: 750px;
  margin: 0 auto;
}

.reccomend_slide_wrap .slick-list {
  overflow: visible;
}

.reccomend_slide_wrap .reccomend_slide_item.slick-center {
  transform: scale(1.1);
  opacity: 1;
  z-index: 10;
  position: relative;
}

.reccomend_slide_wrap .reccomend_slide_item {
  opacity: 0.6;
}


.reccomend_slide_cap {
  font-size: 14px;
  margin-top: 10px;
  opacity: 0;
}
.reccomend_slide_wrap .reccomend_slide_item.slick-center .reccomend_slide_cap {
  opacity: 1;
}
.reccomend_slide_bottom {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 50px;
}

.reccomend_slide_arrows {

}

.reccomend_slide_arrows .slick-prev, 
.reccomend_slide_arrows .slick-next {
  width: 19px;
  height: 34px;
  top: 50%;
  transform: translateY(-50%);
}

.reccomend_slide_arrows .slick-prev {
  left: 25%;
}

.reccomend_slide_arrows .slick-next {
  right: 25%;
}

.reccomend_slide_num {
  font-size: 3.2rem;
  font-family: 'Roboto', sans-serif;
  width: 180px;
  text-align: center;
  color: #cecdcc;
}

.reccomend_slide_num .current {
  color: #333;
}

.products {
  position: relative;
}

.products .sec_inner {
  position: relative;
  background: #fff;
}

.products .sec_inner:before {
  content: '';
  position: absolute;
  width: calc(100% + 160px);
  height: 200px;
  top: -120px;
  right: -80px;
  background: #fff;
}

.products_wrap {
  display: flex;
}

.products_wrap .products_ttl {
  display: flex;
  align-items: center;
  font-size: 20px;
  color: #142245;
}

.products_wrap .products_ttl h3 {
  display: flex;
  align-items: flex-end;
  line-height: 1;
}

.products_wrap .products_ttl h3 img {
  display: block;
  margin-right: 5px;
}

.products_txt {
  margin-bottom: 20px;
}

.products_wrap .products_item {
  width: 50%;
}
.products_wrap .products_img {
  padding-right: 3rem;
}
.products_wrap .products_txt {
  padding-top: 3rem;
  padding-left: 3rem;
}
.products_wrap .products_ttl .icon_new {
  margin-right: 20px;
}

.products_wrap .products_txt p {
  margin-top: 30px;
}
.products_btn {
  max-width: 250px;
  margin-top: 40px;
  width: 70%;
  border: 1px solid #16254b;
  background: url(../images/icon_arrow.png) no-repeat right 20px center/19px;
  color: #16254b;
  letter-spacing: 0.2rem;
}

.products_btn a {
  color: #16254b;
  letter-spacing: 0.2rem;
  padding: 0 20px;
  display: block;
  transition: background .3s;
}

/*.technology {
  border-top: 1px solid #b9b9b9;
}

.technology_box {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: flex-start;
}

.technology_ttl {
  color: #008cd7;
  font-weight: bold;
  line-height: 1.3;
  font-family: 'Noto Serif JP', serif;
  margin-bottom: 12px;
  font-size: 3.2rem;
}

.technology_box.is-02 .technology_ttl {
  color: #ff790d;
}

.technology_txt {

  border: 1px solid #008cd7;
  background-color: #ffffff;
  width: 50%;
  padding: 5% 8%;
}

.is-01 .technology_txt {
  margin: 18% 0 0 -3%;
}

.is-02 .technology_txt {
  margin-bottom: 10px;
  border-color: #ff790d;
  order: -1;
  margin-top: 4%;
  margin-right: -3%;
}

.technology_img {
  position: relative;
  z-index: +1;
  text-align: center;
  width: 43%;
  margin: 0;
}

.technology_note {
  font-size: .75em;
}*/


#anchor-menu > ul {
  max-width: 1200px;
}

@media screen and (min-width: 769px) {
  .products_btn a:hover {
    background-color: rgba(20, 34, 69, 0.2);
  }
}
  @media screen and (max-width: 1399px) {
    .mv_inner {
      left: 55%;
    }
    .mv_logo {
      width: 36vw;
    }
  }
  @media screen and (max-width: 1199px) {
    .mv_inner {
      left: 60%;
    }
    .sec_ttl {
      font-size: 3.5rem;
    }
    .features_ttl {
      font-size: 2.8rem;
      line-height: 1.4;
    }
    .features_ttl span img {
      max-width: 60px;
    }
    .technology_txt {
      width: 55%;
      padding: 5%;
    }
  }
  @media screen and (max-width: 991px) {
    .sec_ttl {
      font-size: 3rem;
      margin-bottom: 50px;
    }
    .features_box {
      padding: 60px;
    }
    .features_ttl {
      font-size: 2.5rem;
    }
    .features_ttl span img {
      max-width: 50px;
    }
    .technology_ttl {
      font-size: 2.5rem;
    }
    .reccomend_slide_wrap {
      max-width: 600px;
    }
    .reccomend_slide_wrap .slick-slide img {
      max-width: 600px;
    }
  }
@media screen and (max-width: 768px) {
  .sp {
    display: block;
  }
  .pc {
    display: none;
  }
  .logo_ttl_img {
    height: 7vw;
  }
  .qdottv {
    font-size: 1.4rem;
    line-height: 1.875;
  }
  .mv_inner {
    align-items: flex-start;
    left: 0;
    transform: none;
  }
  .mv_logo {
    width: 100%;
    max-width: 100%;
    margin-top: 10%;
    padding: 0;
  }
  .mv_logo img {
    width: 100%;
  }
  .sec_inner {
    padding-right: 5%;
    padding-left: 5%;
  }
  .contents {
    padding-top: 60px;
    padding-bottom: 60px;
  }
  .sec_ttl {
    font-size: 2.85rem;
  }
  .sec_ttl.is-bg .inner {
    padding: 1rem 2rem;
  }
  .sec_ttl .ttl_img {
    padding: 10px 0;
  }
  .about_movie {
    margin-top: 60px;
  }
  .features_box {
    padding: 40px;
  }
  .features_box:not(:first-child) {
    margin-top: 30px;
  }
  .features_box_inner {
    
  }
  .features_box_inner:before,
  .features_box_inner:after {
    display: none;
  }
  .features_ttl {
    font-size: 2.3rem;
    margin-bottom: 15px;
  }
  .features_txt {
    font-size: 1.4rem;
  }
  .features_box_txt, .features_box_img {
    width: 100%;
  }
  .features_box_img {
    margin-top: 30px;
  }
  .features_box_img img {
    width: 100%;
  }
  .features_box .features_box_txt.item_l {
    padding-right: 0;
  }
  .features_box .features_box_txt.item_r {
    padding-left: 0;
  }
  .comparison_badge {
    text-align: center;
  }
  .comparison_badge_inner span {
    font-size: 12px;
  }
  .twentytwenty-handle {
    width: 26px!important;
    height: 26px!important;
  }
  .twentytwenty-horizontal .twentytwenty-handle:before {
    margin-bottom: 19px;
  }
  .twentytwenty-horizontal .twentytwenty-handle:after {
    margin-top: 19px;
  }
  .comparison_img_txt {
    font-size: 14px;
    width: 100%;
    text-align: center;
  }
  .reccomend_slide_wrap {
    max-width: 80%;
  }
  .reccomend_slide_wrap .slick-slide img {
    max-width: 100%;
  }
  .reccomend_slide_num {
    font-size: 2.5rem;
  }
  .products_wrap {
    display: block;
    width: 80%;
    margin: 0 auto;
  }
  .products .sec_inner:before {
    width: 90%;
    right: 5%;
    height: 100px;
    top: -60px;
  }
  .products_wrap .products_item {
    width: 100%;
    padding-left: 0;
  }
  .products_wrap .products_img {
    width: 100%;
    padding-right: 0;
  }
  .products_wrap .products_img img {
    width: 100%;
  }
  .products_btn {
    margin-left: auto;
    margin-right: auto;
  }
  .technology_ttl {
    margin-bottom: 6px;
    font-size: 1.8rem;
  }
  .technology_txt {
    width: 100%;
    padding: 10% 7% 5%;
  }
  .is-01 .technology_txt {
    margin: 0 0 10px 0;
  }
  .is-02 .technology_txt {
    order: 0;
    margin: 0;
  }
  .technology_img {
    width: 86%;
    margin-bottom: -20px;
  }
}
  @media screen and (min-width: 481px) and (max-width: 768px) {
    .tab-none {
      display: none;
    }
    .sec_lead {
      max-width: 85%;
      margin-left: auto;
      margin-right: auto;
    }
  }

  @media screen and (max-width: 480px) {
    .sec_lead {
      text-align: left;
      margin-bottom: 35px;
    }
    .sec_ttl {
      font-size: 2.5rem;
      margin-bottom: 40px;
    }
    .products_wrap {
      width: 100%;
    }
    .about_movie {
      margin-top: 40px;
    }
    .features_box {
      padding: 30px 20px;
    }
    .features_ttl {
      font-size: 2rem;
    }
    .reccomend_slide_arrows .slick-prev {
      left: 15%;
    }
    .reccomend_slide_arrows .slick-next {
      right: 15%;
    }
    .comparison_txt_wrap {
      font-size: 13px;
      margin-top: 5px;
    }
    .reccomend_slide_wrap .reccomend_slide_item .reccomend_slide_cap {
      font-size: 13px;
      line-height: 1.4;
    }
    .products_wrap .products_ttl .icon_new {
      margin-right: 10px;
    }
  }
