@charset "UTF-8";
img {
  vertical-align: middle;
}
input[type="radio"] {
  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);
}

.sp {
  display: none;
}

.tab {
  display: none;
}

.sm {
  display: none;
}

.ss {
  display: none;
}

#anchor-menu > ul > li:first-child {
  padding-left: 0;
}

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

.maruroku * {
  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;
}

.sec_inner.full {
  max-width: 100%;
}

.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%);
  justify-content: center;
}

.mv_logo {
  max-width: 513px;
  width: 30vw;
  /*margin-top: -2%;*/
}

.mv_bg {
  height: 100%;
  width: 100%;
}

.mv_bg img {
  width: 100%;
}

.mv_img {
  position: relative;
}

.mv_inner .img_box {
  width: 34vw;
  max-width: 586px;
}

.about_bg {
  padding: 50px 0;
  background: #effdff;
}

.about_illust_wrap {
  max-width: 1140px;
  margin: 0 auto;
  padding: 0 20px;
}

.about_illust {
  text-align: center;
}
.about_illust.illust02 {
  margin-top: 30px;
}
.about_illust.illust02 .about_lead {
  margin-bottom: 50px;
  font-size: 18px;
  padding: 0 20px;
}

.about_illust .illust_img {
  display: flex;
  justify-content: center;
  align-items: flex-end;
}
.about_illust .illust_img .img_box {
  width: calc(50% - 20px);
}
.about_illust .illust_img .img_box:nth-child(1) {
  margin-right: 20px;
  text-align: right;
}
.about_illust .illust_img .img_box:nth-child(2) {
  margin-left: 20px;
}
.about_illust .illust_img img {
  display: inline-block;
  max-width: 100%;
  /*width: calc(50% - 20px);*/
}
/*.about_illust .illust_img img:nth-child(1) {
  margin-right: 20px;
}
.about_illust .illust_img img:nth-child(2) {
  margin-left: 20px;
}*/

.about_arrow {
  margin-top: 40px;
  text-align: center;
}

.about_txt {
  text-align: center;
  margin-top: 40px;
}

.about_txt .top_txt {
  font-weight: bold;
  line-height: 1;
  color: #fff;
  padding-bottom: 30px;
}
.about_txt .top_txt_inner {
  display: inline-block;
  padding: 25px 30px;
  background: #6ed6e8;
  position: relative;
  border-radius: 10px;
}
.about_txt .top_txt_inner:before {
  content: '';
  position: absolute;
  bottom: -30px;
  left: 50%;
  transform:translateX(-50%);
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 30px 20px 0 20px;
  border-color: #6ed6e8 transparent transparent transparent;
}
.about_txt .main {
  font-size: 65px;
}
.about_img {
  margin-top: 30px;
}

.about_txt .sub {
  font-size: 34px;
  margin-top: 15px;
}

.about_txt p {
  margin-top: 43px;
}

.about_figure {
  margin-top: 73px;
}

.about_attention {
  font-size: 12px;
  line-height: 1.5;
  padding: 14px;
  background: #f1f1f1;
  margin-top: 50px;
  text-align: left;
}

.about_movie {
  margin-top: 100px;
  position: relative;
  padding-top: 56.25%;
  width: 100%;
}
.about_movie iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.features {
  background: #effdff;
}

/*.features_ttl {
  display: inline-block;
  font-weight: 700;
  line-height: 1;
  position: relative;
  font-style: italic;
  z-index: 10;
  padding-left: 15px;
  margin-bottom: 50px;
  padding-bottom: 15px;
}

.features_ttl:before {
  content: '';
  width: 100%;
  height: 30px;
  background: #ffae11;
  position: absolute;
  bottom: 0;
  left: 0;
  transform: skew(-25deg);
  z-index: -1;
}*/
.features_ttl {
  display: inline-block;
  font-weight: 700;
  color: #08bfdf;
  line-height: 1;
  margin-bottom: 50px;
}

.features_ttl .inner {
  display: flex;
  align-items: center;
}

.features_ttl_num {
  font-family: 'Roboto', sans-serif;
  font-style: italic;
  padding-right: 100px;
  position: relative;
  font-size: 50px;
}
.features_ttl_num:before {
  content: '';
  position: absolute;
  width: 50px;
  height: 2px;
  background: #08bfdf;
  right: 25px;
  top: 50%;
}

.features_ttl_main {
  font-size: 60px;
  font-family: 'Noto Sans JP', sans-serif;
}

.features_box_inner {
  display: flex;
  flex-wrap: wrap;
}
.features_box:not(:first-child) {
  margin-top: 70px;
  padding-top: 70px;
  border-top: 1px solid #08bfdf;
}

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

.features_box_img {
  position: relative;
  /*padding-bottom: 40px;*/
  padding-left: 25px;

}
/*.features_box_img:before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: skew(-30deg) translateX(-50%);
  background: #ffae11;
  opacity: 0.3;
  z-index: -1;
  width: 60%;
  height: calc(100% + 40px);
}*/



.features_box_inner.is-02 {
  flex-direction: row-reverse;
  margin-top: 70px;
}

.features_box_inner.is-02 .features_box_txt {
  padding-right: 0;
  padding-left: 25px;
}

.features_box_inner.is-02 .features_box_inner {
  flex-direction: row-reverse;
}

.features_box_inner.is-02 .features_box_img {
  padding-right: 25px;
  padding-left: 0;
}

.features_box_inner.is-02 .features_box_img:before {
  transform: skew(30deg) translateX(-50%);
}

.features_box .features_box_txt {
  padding-right: 25px;
}
.features_box_inner_ttl {
  font-weight: bold;
  font-size: 25px;
  margin-bottom: 23px;
}

.features_attention {
  font-size: 12px;
  margin-top: 40px;
  padding-left: 1em;
  text-indent: -1em
}



.record .table_wrap table {
  width: 100%;
}
.record .table_wrap th,
.record .table_wrap td {
  padding: 8px;
  text-align: center;
  font-size: 14px;
  border-bottom: 1px solid #e6e6e6;
  border-right: 1px solid #e6e6e6;
  width: 33.333%;
}
.record .table_wrap th:first-child,
.record .table_wrap td:first-child {
  border-left: 1px solid #e6e6e6;
}
.record .table_wrap th {
  background: #f1f2f7;
  font-weight: bold;
  vertical-align: middle;
}
.record .table_wrap td:first-child {
  background: #effdff;
}
.record .table_wrap .attention {
  font-size: 12px;
  margin-top: 20px;
  padding-left: 1em;
  text-indent: -1em;
}
.record .usb_box {
  padding: 30px;
  background: #f1f2f7;
  margin-top: 50px;
}
.record .usb_box .ttl {
  font-size: 34px;
  color: #08bfdf;
  font-weight: bold;
  margin-bottom: 20px;
  text-align: center;
}
.record .usb_box .ttl + p {
  max-width: 600px;
  margin: 0 auto 30px;
  text-align: left;
}
.record .usb_box .attention {
  font-size: 12px;
  display: inline-block;
  margin-top: 1em;
  text-indent: -1em;
  padding-left: 1em;
}

.faq {
  background: #f1f2f7;
}

.faq_list .faq_q,
.faq_list .faq_a {
  display: flex;
  align-items: baseline;
  padding: 12.5px 20px 12.5px 25px;
}

.faq_list .faq_q {
  background: #6ed6e8;
  color: #fff;
  font-weight: bold;
  font-size: 18px;
  cursor: pointer;
  line-height: 1.5;
}

.faq_list .faq_q:not(:first-of-type) {
  border-top: 1px solid #fff;
}

.faq_list .faq_a {
  background: #fff;
  padding: 23px 20px 23px 25px;
}

.faq_list .faq_icon {
  width: 4%;
}

.faq_icon.icon_a {
  color: #ff3737;
}

.faq_list .faq_txt {
  width: 94%;
}

.faq_list .icon_cross {
  width: 2%;
  margin-left: auto;
  width: 10px;
  height: 10px;
  position: relative;
}

.faq_list .icon_cross:before,
.faq_list .icon_cross:after {
  content: '';
  background: #fff;
  position: absolute;
  transition: 0.4s;
}

.faq_list .icon_cross:before {
  width: 10px;
  height: 2px;
  left: 0;
  top: 50%;
  margin-top: -1px;
}

.faq_list .icon_cross:after {
  height: 10px;
  width: 2px;
  top: 0;
  left: 50%;
  margin-left: -1px;
}

.faq_list .icon_cross.active:before {
  display: none;
}

.faq_list .icon_cross.active:after {
  transform:rotate(90deg);
}

.products {
  position: relative;
}

.products_tab {
  display: flex;
}

.products_tab label {
  line-height: 1.3;
  text-align: center;
  padding: 20px 0;
  font-size: 20px;
  font-weight: bold;
  background: #f1f2f7;
  color: #6ed6e8;
  width: 50%;
  display: inline-block;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  cursor: pointer;
}

.products_panel .panel_item {
  display: none;
  width: 100%;
}

#tab1:checked ~ .products_tab .tab1_label,
#tab2:checked ~ .products_tab .tab2_label {
  background: #6ed6e8;
  color: #ffffff;
}
#tab1:checked ~ .products_panel #panel1,
#tab2:checked ~ .products_panel #panel2 {
  display: flex;
  animation:tabAnim ease 0.6s forwards; -ms-animation:tabAnim ease 0.6s forwards;
}

.products_panel {
  border-top: 5px solid #6ed6e8;
  border-right: 1px solid #ccc;
  border-left: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  display: flex;
  padding: 50px 0;
}

.products_item {
  width: 50%;
  padding: 0 25px;
}

.products_txt_box {
  padding-top: 25px;
}

.products_img_box {
  text-align: center;
}

.products_ttl {
  display: flex;
  align-items: center;
}

.products_ttl h3 {
  font-size: 20px;
  color: #142245;
  display: flex;
  align-items: flex-end;
  line-height: 1;
}

.products_ttl h3 img {
  display: inline-block;
  margin-right: 0.5em;
}

.products_txt {
  margin-top: 35px;
}

.products_txt h4 {
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 20px;
}

.products_wrap .products_ttl {
  display: flex;
  align-items: center;
}

.products_ttl .icon_new {
  margin-right: 20px;
}

.products_ttl .icon_new img {
  max-width: 50px;
}

.products_btn {
  width: 70%;
  border: 1px solid #16254b;
  background: url(../images/icon_arrow.png) no-repeat right 20px center/19px;
  color: #16254b;
  letter-spacing: 0.2rem;
  max-width: 250px;
  margin-top: 40px;
}
.products_btn a {
  color: #16254b;
  letter-spacing: 0.2rem;
  padding: 0 20px;
  display: block;
  transition: background .3s;
}

#anchor-menu {
  overflow-x: auto;
  overflow-y: hidden;
}
#anchor-menu > ul {

}
#anchor-menu > ul {
  flex-wrap: wrap;
  max-width: 1100px;
  justify-content: flex-start;
  position: relative;
  padding: 8px 0 3px 170px;
  box-sizing: border-box;
}

#anchor-menu > ul > li {
  margin: 5px 0;
  padding: 0 10px;
  font-size: 1.4rem;
}

#anchor-menu > ul > li:first-of-type {
  position: absolute;
  top: 50%;
  left: 60px;
  margin: 0;
  transform: translateY(-50%);
}

@media screen and (min-width: 769px) {

  .faq_list .faq_q:hover {
    opacity: 0.5;
    transition: all 300ms ease-out;
  }

  .products_tab label:hover {
    background: #6ed6e8;
    color: #ffffff;
    transition: 0.3s ease;
  }

  .products_btn a:hover {
    background-color: rgba(20, 34, 69, 0.2);
  }
}
@media screen and (max-width: 1399px) {
  .mv_logo {
    width: 27.5vw;
    /*margin-left: 5%;*/
  }
  .mv_img .img_box {
    right: 20rem;
  }
  .mv_inner .img_box {
    margin-left: 3%;
  }
}
@media screen and (max-width: 1199px) {
  .mv_logo {
    /*margin-left: 10%;*/
  }
  .mv_img .img_box {
    right: 15rem;
  }
  .sec_ttl {
    font-size: 3.5rem;
  }
}
@media screen and (max-width: 991px) {
  .tab {
    display: block;
  }
  .sec_ttl {
    font-size: 3rem;
    margin-bottom: 50px;
  }
  .mv_img .img_box {
    right: 10rem;
  }
  .about_txt .main {
    font-size: 65px;
  }
  .about_arrow img {
    max-width: 200px;
  }
  .features_ttl_main {
    font-size: 60px;
  }
  .products_tab label {
    font-size: 18px;
  }
  .record .usb_box .ttl {
    font-size: 28px;
    line-height: 1.4;
  }
}
@media screen and (max-width: 768px) {
  .pc {
    display: none;
  }
  .sp {
    display: block;
  }

  #anchor-menu > ul {
    padding-left: 0;
    justify-content: center;
  }

  #anchor-menu > ul > li:first-of-type {
    position: static;
    transform: none;
  }
  .maruroku {
    font-size: 1.4rem;
  }

  .sec_inner {
    padding-right: 5%;
    padding-left: 5%;
  }

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

  .sec_ttl {
    font-size: 2.85rem;
  }

  .mv_inner {
    align-items: flex-start;
  }

  .mv_logo {
    width: 100%;
    max-width: 100%;
    margin-top: 14%;
    padding: 0;
    margin-left: 0;
    text-align: center;
  }

  .mv_logo img {
    width: 100%;
    max-width: 500px;
  }

  .about_illust .illust_img .img_box:nth-child(1) {
    margin-right: 10px;
  }
  .about_illust .illust_img .img_box:nth-child(2) {
    margin-left: 10px;
  }

  .about_illust.illust02 .about_lead {
    font-size: 16px;
  }

  .about_figure {
    margin-top: 30px;
  }

  .about_attention {
    margin-top: 20px;
    font-size: 12px;
    max-width: calc(100% - 40px);
    margin-left: auto;
    margin-right: auto;
    padding: 20px;
  }

  .about_attention ul li {
    text-indent: -1.8em;
    padding-left: 1.8em;
  }

  .about_movie {
    margin-top: 40px;
  }

  .about_arrow {
    margin-top: 30px;
  }

  .about_arrow img {
    max-width: 75px;
  }

  .about_txt {
    margin-top: 30px;
  }

  .about_txt .top_txt_inner:before {
    border-width: 20px 15px 0 15px;
    bottom: -20px;
  }
  .about_movie:before {
    border-width: 150px 350px 0 0;
  }

  .about_movie:after {
    border-width: 0 0 150px 350px;
  }

  .about_txt .main {
    font-size: 40px;
  }

  .about_txt .main span:before {
    height: 25px;
  }

  .about_txt .sub {
    font-size: 35px;
    margin-top: 20px;
  }

  .about_txt p {
    margin-top: 35px;
  }


  .features_ttl {
    margin-bottom: 23px;
  }

  .features_ttl:before {
    height: 22px;
  }

  .features_ttl_num {
    font-size: 30px;
  }

  .features_ttl_main {
    font-size: 45px;
  }

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

  .features_box_img {
    padding-left: 0;
    margin-top: 40px;
    text-align: center;
  }

  .features_box_inner.is-02 .features_box_img {
    padding-right: 0;
  }

  .features_box_inner.is-02 {
    margin-top: 50px;
  }

  .features_box_inner.is-02 .features_box_txt {
    padding-left: 0;
  }

  .features_attention {
    margin-top: 20px;
  }

  .record .usb_box .ttl {
    font-size: 25px;
    line-height: 1.4;
  }
  .products_ttl .icon_new {
    margin-right: 10px;
  }
  .faq_list .faq_icon {
    width: 20px;
  }
  .faq_list .faq_q {
    font-size: 1.4rem;
    padding-left: 20px;
    padding-right: 15px;
  }
  .faq_list .faq_a {
    padding-left: 20px;
    font-size: 1.4rem;
  }
  .faq_list .faq_txt {
    padding-left: 10px;
    padding-right: 5px;
  }
  .products_panel {
    padding: 35px;
  }
  #tab1:checked ~ .products_panel #panel1, 
  #tab2:checked ~ .products_panel #panel2 {
    display: block;
  }
  .products_tab label {
    font-size: 14px;
    line-height: 1.5;
  }
  .products_item {
    width: 100%;
    padding: 0;
  }
  .products_txt_box {
    margin-top: 30px;
  }
  .products_btn {
    margin: 30px auto 0;
  }
}
  @media screen and (min-width: 481px) and (max-width: 768px) {
    .sm {
      display: block;
    }
  }

  @media screen and (max-width: 480px) {
    .sp-none {
      display: none;
    }
    .ss {
      display: block;
    }
    .sec_ttl {
      margin-bottom: 40px;
      font-size: 2.5rem;
    }
    .about_illust .illust_img {
      display: block;
    }
    .about_illust .illust_img .img_box {
      width: 100%;
    }
    .about_illust .illust_img .img_box:nth-child(1) {
      margin-right: 0;
    }
    .about_illust .illust_img .img_box:nth-child(2) {
      margin-left: 0;
      margin-top: 30px;
    }
    .about_illust.illust02 .about_lead {
      font-size: 14px;
      text-align: left;
    }
    .about_txt .main {
      font-size: 35px;
    }

    .about_txt .main span:before {
      height: 20px;
    }
    .about_txt .sub {
      font-size: 25px;
      margin-top: 10px;
    }

    .about_attention {
      padding: 15px 10px;
    }

    .about_movie {
      
    }

    .about_movie:before {
    border-width: 80px 200px 0 0;
  }

    .about_movie:after {
      border-width: 0 0 80px 200px;
    }

    .features_box:not(:first-child) {
      margin-top: 40px;
      padding-top: 30px;
    }
    .features_ttl_num {
      font-size: 25px;
      padding-right: 60px;
    }
    .features_ttl_num:before {
      width: 30px;
      right: 15px;
    }
    .features_ttl_main {
      font-size: 30px;
    }
    .features_box_inner_ttl {
      font-size: 20px;
      margin-bottom: 12px;
    }
    .features_box_img {
      margin-top: 30px;
    }
    .record .usb_box .ttl {
      font-size: 20px;
    }
    .record .usb_box {
      padding: 20px;
    }
    .record .table_wrap th, .record .table_wrap td {
      padding: 5px;
    }
    .products_tab label {
      font-size: 3vw;
    }

  }
