/*
* Prefixed by https://autoprefixer.github.io
* PostCSS: v8.4.14,
* Autoprefixer: v10.4.7
* Browsers: last 4 version
*/

@charset "UTF-8";

* {
  font-family: sans-serif;
  font-weight: bold;
  color: #616060;
}

a:hover,
a:active {
  opacity: 0.8;
}

img {
  width: 100%;
  height: auto;
}

.section {
  position: relative;
}

.pos-abs {
  position: absolute;
  right: 50%;
  -webkit-transform: translateX(50%);
      -ms-transform: translateX(50%);
          transform: translateX(50%);
  text-align: center;
}

.main-title {
  top: 7%;
  width: 33vw;
}

.main-title_sub-upper,
.main-title_sub-lower {
  color: #fff;
}

.main-title_sub-upper {
  font-size: 1.6vw;
  position: relative;
}

.main-title_sub-upper:before,
.main-title_sub-upper:after,
.features_title::before,
.features_title::after {
  content: "";
  position: absolute;
  top: 50%;
  display: inline-block;
}

.main-title_sub-upper:before,
.main-title_sub-upper:after {
  background-color: #fff;
  width: 2.2vw;
  height: 3px;
}

.features_title::before,
.features_title::after {
  background-color: #616060;
  width: 3vw;
  height: 3px;
}

.main-title_sub-upper:before,
.features_title::before {
  -webkit-transform: rotate(60deg);
  -ms-transform: rotate(60deg);
      transform: rotate(60deg);
}

.main-title_sub-upper:after,
.features_title::after {
  -webkit-transform: rotate(-60deg);
  -ms-transform: rotate(-60deg);
      transform: rotate(-60deg);
}

.main-title_sub-upper::before {
  left: 1vw;
}

.main-title_sub-upper:after {
  right: 1vw;
}

.features_title::before {
  left: -3.5vw;
}

.features_title::after {
  right: -3.5vw;
}

.main-title_sub-lower {
  margin-top: 0.5vw;
  font-size: 2.2vw;
  line-height: 1.3;
}

.mv_features {
  font-size: 1.7vw;
  color: #00a7ce;
  width: 100%;
}

.mv_features-first {
  top: 50%;
}

.mv_features-second {
  top: 62%;
}

.mv_features-third {
  top: 74%;
}

.cta-btn {
  background-color: #ed1c24;
  border-radius: 10px;
  color: #fff;
  font-size: 2vw;
  margin: 0 auto;
  padding: 1vw;
  top: 85%;
  width: 48vw;
}

.cta_utilization {
  margin-top: 20px;
}

.about,
.features {
  height: 36vw;
}

.about_title,
.features_title {
  font-size: 3vw;
  top: 1vw;
}

.about_title {
  color: #fff;
}

.about_title {
  color: #fff;
}

.about-wrap,
.features-wrap,
.genecon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.features-wrap {
  top: 4vw;
}

.about_text,
.features_text {
  font-size: 1.6vw;
  margin-top: 1vw;
  line-height: 1.4;
  font-weight: 300;
}

.features_text {
  color: #fff;
  padding: 1vw;
  background: #00a7ce;
  height: 11vw;
}

.about_item,
.features_item {
  width: 25vw;
  height: 25vw;
  padding: 0 2vw;
}

.features_item {
  height: 28vw;
}

.spacer {
  width: 1vw;
}

.triangle {
  width: 0;
  height: 0;
  border-style: solid;
  border-top: 2vw solid transparent;
  border-bottom: 2vw solid transparent;
  border-left: 2vw solid #00a7ce;
  border-right: 0;
}

.utilization-inner {
  padding: 0 30px 100px;
  background-color: #e5f6fa;
}

.section-title {
  font-size: 3vw;
}

.section-title-en {
  color: #ceeef6;
  font-size: 7vw;
  font-weight: bold;
}

.utilization_img {
  aspect-ratio: 189/210;
}

.section-title-en,
.section-title,
.g-con_title {
  text-align: center;
}

.section-title_raise {
  margin-top: -3vw;
}

.title-wrap {
  padding-top: 2vw;
}

.g-con_title {
  font-size: 2.5vw;
  font-weight: 300;
}

.g-con {
  border: 1px solid #616060;
  background: #fff;
  max-width: 1600px;
  margin: 0 auto;
  padding: 25px;
  margin-top: 2vw;
}

.g-con-ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.g-con-li {
  width: 188px;
  margin: 37px 15px 0;
  height: 275px;
}

.g-con-li_caption {
  font-size: 20px;
  font-weight: 300;
  text-align: center;
  line-height: 1.3;
  margin-top: 7px;
}

.cta {
  text-align: center;
  padding: 50px 0;
  background-image: url(../img/bg_1.png);
  background-size: cover;
}

.cta > a {
  margin-top: 30px;
}

.reason {
  background-image: url(../img/bg_2.png);
  padding: 50px 0;
}

.circle {
  background-color: #fff;
  border: 1px solid #000;
  border-radius: 50%;
  height: 300px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.reason-ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  max-width: 1200px;
  margin: 50px auto 0;
}

.reason-li {
  width: 300px;
  margin: 0 15px;
}

.reason-text {
  font-size: 37px;
  padding: 15px;
  line-height: 1.3;
  text-align: center;
}

.reason-img {
  width: 124px;
  text-align: center;
  margin: 0 auto;
}

.reason-img > img {
  aspect-ratio: 4/3;
}

.function-inner {
  background-color: #e5f6fa;
  padding-bottom: 100px;
}

.function-ul {
  margin-top: 50px;
}

.function-li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background-color: #fff;
  padding: 34px;
  max-width: 1150px;
  margin-top: 50px;
}

.function-li_left {
  -webkit-box-pack: right;
      -ms-flex-pack: right;
          justify-content: right;
}

.function-li_right {
  -webkit-box-pack: left;
      -ms-flex-pack: left;
          justify-content: left;
  margin-left: auto;
}

.function-li_title,
.function-li_text,
.trial-summary_right,
.step-li_left,
.copy-right {
  font-size: 31px;
}

.function-li_text {
  margin-top: 15px;
}

.trial-summary_right,
.function-li_text,
.step-li_left {
  font-weight: 300;
  line-height: 1.5;
}

.function-li_img {
  width: 320px;
}

.function-li_text-wrap_ml {
  margin-left: 25px;
}

.function-li_img > img,
.trial-summary_left > img,
.step-li_right {
  aspect-ratio: 64/48;
}

.trial-summary {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  max-width: 1216px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 30px auto;
}

.trial-summary_left {
  width: 30%;
}
.trial-summary_right {
  width: 70%;
  padding: 30px;
}

.step-li {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  max-width: 900px;
  margin: 0 auto 150px 30%;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding-right: 20px;
}

.step-li_left {
  width: 560px;
}

.step-li_right {
  width: 300px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.step-li::before {
  aspect-ratio: 70/58;
  content: "";
  background-size: cover;
  background-repeat: no-repeat;
  left: -230px;
  width: 400px;
  position: absolute;
  top: -20px;
}

.step-1::before {
  background-image: url(../img/step_1.png);
}

.step-2::before {
  background-image: url(../img/step_2.png);
}

.step-3::before {
  background-image: url(../img/step_3.png);
}

.copy-right {
  font-weight: 300;
  text-align: center;
}

.pad-br {
  display: none;
}

.note {
  font-size: 20px;
  font-weight: 300;
  max-width: 863px;
  margin: 0 0 0 auto;
}

@media screen and (max-width: 820px) {
  .main-title {
    top: 11%;
    width: 451px;
  }

  .main-title_sub-upper {
    font-size: 20px;
  }

  .section-title-en {
    font-size: 91px;
  }

  .section-title {
    font-size: 45px;
  }

  .section-title_raise {
    font-size: 35px;
    margin-top: -30px;
  }

  .main-title_sub-lower {
    margin-top: 1vw;
  }

  .main-title_sub-lower,
  .g-con_title {
    font-size: 30px;
  }

  .main-title_sub-upper:before,
  .main-title_sub-upper:after {
    width: 34px;
  }

  .mv_features {
    font-size: 38px;
  }

  .mv_features-first {
    top: 42%;
  }

  .mv_features-second {
    top: 58%;
  }

  .cta-btn {
    width: 677px;
    font-size: 41px;
    padding: 16px;
    top: 88%;
  }

  .about_title,
  .features_title {
    font-size: 33px;
  }

  .features_title::after {
    right: 24.5vw;
  }

  .features_title::before {
    left: 24.5vw;
  }

  .features_title::before,
  .features_title::after {
    width: 5vw;
  }

  .features {
    margin-top: 93px;
    padding-bottom: 50px;
  }

  .about,
  .features {
    height: auto;
  }

  .features_title {
    position: relative;
    top: 0;
  }

  .about-wrap,
  .features-wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    position: static;
    -webkit-transform: none;
        -ms-transform: none;
            transform: none;
  }

  .about_item,
  .features_item {
    width: 100%;
    height: auto;
    padding: 0 2vw;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-top: 17px;
  }

  .g-con-li_w {
    margin: 37px 35px 0;
  }

  .about_text,
  .features_text,
  .function-li_text-wrap {
    width: 380px;
  }
  .about_img,
  .feature_img,
  .function-li_img {
    width: 300px;
  }

  .about_text,
  .features_text {
    font-size: 30px;
    margin: 0;
    padding-left: 15px;
    height: auto;
  }

  .features_text {
    padding: 15px;
  }

  .triangle {
    border-top: 6vw solid transparent;
    border-bottom: 6vw solid transparent;
    border-left: 4vw solid #00a7ce;
    -webkit-transform: rotate(90deg);
        -ms-transform: rotate(90deg);
            transform: rotate(90deg);
  }

  .pad-br {
    display: block;
  }

  .g-con {
    margin-top: 50px;
  }

  .circle {
    height: auto;
    width: 100%;
    aspect-ratio: 1/1;
  }

  .reason-text {
    font-size: 29px;
  }

  .reason {
    background-image: url(../img/pad_reason.png);
    background-size: 172%;
    background-repeat: no-repeat;
    background-position: center;
  }

  .function-li {
    padding: 16px;
  }

  .function-li_text {
    font-size: 29px;
  }

  .function-li_left {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }

  .function-li_left,
  .function-li_right {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }

  .function-li_img {
    padding-right: 15px;
  }

  .trial-summary_right,
  .step-li_left {
    font-size: 20px;
  }

  .trial-summary_right,
  .trial-summary_left {
    width: 50%;
  }

  .pad-br-none {
    display: none;
  }

  .trial-summary {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: start;
  }

  .step-li {
    margin: 0 auto 125px 45%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    width: 306px;
  }

  .step-li::before {
    top: 12px;
  }

  .step-li_left,
  .step-li_right {
    width: 100%;
  }

  .step-3_qr {
    position: relative;
  }

  .step-3_qr > img {
    position: absolute;
    right: -17vw;
    bottom: 0;
  }

  .copy-right {
    font-size: 25px;
  }

  .note {
    font-size: 15px;
    max-width: 650px;
  }
}

@media screen and (max-width: 500px) {
  .main-title {
    top: 9%;
    width: 100%;
  }

  .main-title_sub-upper {
    font-size: 15px;
  }

  .main-title_sub-lower,
  .g-con_title {
    font-size: 21px;
  }

  .main-title_sub-lower {
    margin-top: 2vw;
  }

  .main-title_sub-upper:before,
  .main-title_sub-upper:after {
    width: 24px;
    top: 1vw;
  }

  .main-title_sub-upper:after {
    right: 12vw;
  }

  .main-title_sub-upper::before {
    left: 12vw;
  }

  .mv_features {
    font-size: 5vw;
    line-height: 1.4;
  }

  .mv_features-first {
    top: 31.8%;
  }

  .mv_features-second {
    top: 43.8%;
  }

  .mv_features-third {
    top: 55.8%;
  }

  .cta-btn {
    max-width: 90%;
    font-size: 21px;
    top: 82%;
  }

  .about_text {
    font-size: 17px;
  }

  .features_title::before,
  .features_title::after {
    width: 8vw;
  }

  .features_title::before {
    left: 6.5vw;
  }

  .features_title::after {
    right: 6.5vw;
  }

  .features_item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    position: relative;
    margin-top: 109px;
  }

  .feature_img {
    position: absolute;
    width: 188px;
    top: -23vw;
    left: 0;
  }

  .features_text {
    font-size: 22px;
    padding: 35px;
    width: 95%;
  }

  .utilization-inner {
    padding: 0 10px 100px;
}

  .section-title-en {
    font-size: 13vw;
  }

  .section-title_raise {
    font-size: 25px;
  }

  .g-con {
    padding: 25px 0px;
  }

  .g-con-ul {
    margin-top: 20px;
  }

  .g-con-li {
    width: 40vw;
    margin: 0;
  }

  .g-con-li_caption {
    font-size: 16px;
  }

  .section-title {
    font-size: 25px;
  }

  .reason {
    background-image:none;
    padding: 0;
}

  .reason-ul {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    background-image: url(../img/bg-sp.png);
    background-size: cover;
    background-repeat: no-repeat;
    margin: 0;
    padding: 50px 0;
  }

  .reason-img {
    width: 80px;
  }

  .reason-li {
    width: 211px;
    margin: 8px auto;
  }

  
  .reason-text {
    font-size: 25px;
  }

  .sp-dis-none >img {
    display: none;
  }

  .about_title {
    color: inherit;
    padding-top: 10px;
    position: relative;
}

  .function-li_title {
    font-size: 17px;
  }

  .function-li_text,
  .trial-summary_right,
  .step-li_left {
    font-size: 15px;
  }

  .trial-summary_right {
    padding: 2vw;
}

  .step-li {
    width: 200px;
    padding: 0;
  }

  .step-li::before {
    left: -161px;
    width: 323px;
  }

  .step-li_left,
  .step-li_right {
    width: 181px;
  }

  .step-3_qr > img {
    right: 7vw;
  }

  .note {
    font-size: 10px;
    max-width: 650px;
  }

  .copy-right {
    font-size: 13px;
  }
}